@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Unbounded:wght@200..900&family=Yanone+Kaffeesatz:wght@200..700&display=swap");
:root {
    --novoe-vremea-gray-2: #8b8185;
    --novoe-vremea-background: #f4f1f0;
    --novoe-vremea-primary-1: #b23171;
    --novoe-vremea-gray-1: #d9d9d9;
    --novoe-vremea-black: #000;
    --font-family: "Montserrat", sans-serif;
    --second-family: "Unbounded", sans-serif;
    --third-family: "Yanone Kaffeesatz", sans-serif;
    --font3: "Noto Sans", sans-serif;
    --font4: "Inter", sans-serif;
}
.size-tag {
    min-width: 30px;
    padding: 0 5px;
    width: auto;
    white-space: nowrap;
}
.card-page__wrap {
    max-width: 1416px;
    margin: 0 auto;
}
.card-page {
    display: flex;
    gap: 30px;
    align-items: flex-start;
    padding-top: var(--space-8);
}
.left_slider {
    flex: 0 0 57.35%;
    max-width: 57.35%;
    position: sticky;
    top: 20px;
}
.left_slider_inner {
    display: flex;
    gap: 35px;
    align-items: stretch;
}
.slider_thumb {
    width: 87px;
    flex-shrink: 0;
}
.slider_thumb .thumb-swiper {
    flex: 1;
    min-height: 0;
    max-height: 836px;
    overflow: hidden;
    z-index: 1;
}
.slider_thumb .thumb-swiper .swiper-slide {
    height: 116px !important;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.2s;
    opacity: 1;
    font-size: 0;
}
.slider_thumb .thumb-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.slider_thumb .thumb-swiper .swiper-slide.swiper-slide-thumb-active {
    opacity: 0.6;
    border-color: var(--novoe-vremea-black);
}
.slider_thumb .thumb-swiper .swiper-slide.video-item:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: rgba(244, 241, 240, 0.6)
        url("data:image/svg+xml,%3Csvg width='13' height='17' viewBox='0 0 13 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.0428 8.14487L0 16.2897L7.12047e-07 0L12.0428 8.14487Z' fill='%23B23171' /%3E%3C/svg%3E")
        54% 50% no-repeat;
    backdrop-filter: blur(9px);
    margin: auto;
    border-radius: 50%;
}
.slider_thumb .thumb-swiper .swiper-slide:hover {
    opacity: 1;
}
.slider_thumb .thumb_arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    border: 1px solid var(--novoe-vremea-gray-1);
    border-radius: 50%;
    cursor: pointer;
    margin: 10px auto 0;
    background: none;
    padding: 0;
    flex-shrink: 0;
    transition: all 0.3s;
    z-index: 10;
    backdrop-filter: blur(8px);
    background: rgba(255, 255, 255, 0.7);
    position: relative;
}
.slider_thumb .thumb_arrow:hover {
    border-color: var(--novoe-vremea-black);
}
.slider_thumb .thumb_arrow--up {
    margin: 0 auto 10px;
    transform: rotate(0deg);
}
.slider_thumb .thumb_arrow--down {
    margin: 10px auto 0;
}
.slider_thumb.slider_thumb--both .thumb_arrow--up {
    margin-bottom: -20px;
}
.slider_thumb.slider_thumb--both .thumb_arrow--down {
    margin-top: -20px;
}
.slider_main {
    flex: 1;
    overflow: hidden;
    aspect-ratio: 3/4;
}
.slider_main .swiper-slide {
    height: 100%;
    position: relative;
}
.slider_main .swiper-slide video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: none;
}
.slider_main .swiper-slide.video-item-main.is-playing img {
    display: none;
}
.slider_main .swiper-slide.video-item-main.is-playing video {
    display: block;
}
.slider_main .swiper-slide.video-item-main:not(.is-playing):after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: rgba(244, 241, 240, 0.6)
        url("data:image/svg+xml,%3Csvg width='13' height='17' viewBox='0 0 13 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.0428 8.14487L0 16.2897L7.12047e-07 0L12.0428 8.14487Z' fill='%23B23171' /%3E%3C/svg%3E")
        54% 50% no-repeat;
    backdrop-filter: blur(9px);
    border-radius: 50%;
    cursor: pointer;
    z-index: 2;
}
.slider_main .swiper-slide img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.slider_main .swiper-pagination {
    display: none;
}
.right_card {
    flex: 1;
    min-width: 0;
}
.right_card h1 {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: var(--text-2xl);
    line-height: 131%;
    color: var(--novoe-vremea-black);
    margin: 0 0 16px;
}
.price_panel {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
    flex-wrap: wrap;
    border-bottom: 1px solid var(--novoe-vremea-gray-1);
    padding-bottom: 16px;
    justify-content: space-between;
}
.price_product {
    display: flex;
    align-items: baseline;
    gap: 34px;
}
.price_product .current {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    color: var(--novoe-vremea-black);
}
.price_product .old {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 156%;
    text-decoration: line-through;
    color: var(--novoe-vremea-black);
}
.stoke {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 14px;
    line-height: 143%;
    color: var(--novoe-vremea-gray-2);
    padding: 7px 25px;
    border-radius: 30px;
    background: var(--novoe-vremea-background);
    white-space: nowrap;
}
.stoke.empty {
    background: #fff;
    padding: 6px 10px;
    border: 1px solid var(--novoe-vremea-primary-1);
    font-family: var(--font-family);
    color: var(--novoe-vremea-primary-1);
}
.sku {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 18px;
    line-height: 144%;
    color: var(--novoe-vremea-black);
    margin-bottom: 16px;
    display: flex;
    gap: 16px;
}
.sku span {
    font-weight: 400;
}
.param_color {
    margin-bottom: 16px;
}
.param_color .param_name {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 18px;
    line-height: 144%;
    color: var(--novoe-vremea-black);
    margin-bottom: 16px;
}
.param_color .inner {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
.param_color .inner::-webkit-scrollbar {
    height: 2px;
}
.param_color .inner::-webkit-scrollbar-track {
    background: var(--novoe-vremea-gray-1);
}
.param_color .inner::-webkit-scrollbar-thumb {
    background: var(--novoe-vremea-gray-2);
}
.param_color .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    cursor: pointer;
    flex-shrink: 0;
    transition: all 0.2s;
    border: none;
    outline: none;
    background: none;
}
.param_color .item img {
    width: 88px;
    height: 106px;
    object-fit: contain;
    transition: all 0.3s;
    transform: scale(1);
}
.param_color .item .image {
    overflow: hidden;
    width: 88px;
    height: 106px;
    position: relative;
}
.param_color .item .image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--novoe-vremea-primary-1);
    z-index: 2;
    opacity: 0;
    transition: opacity 0.2s ease;
}
.param_color .item.active .image::after {
    opacity: 1;
}
.param_color .item:hover img {
    transform: scale(1.1);
}
.param_color .item .name {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: var(--novoe-vremea-black);
    white-space: nowrap;
}
.param_color .item.active {
    opacity: 1;
}
.param_size {
    padding-bottom: 16px;
    border-bottom: 1px solid var(--novoe-vremea-gray-1);
}
.param_size .param_name {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: space-between;
}
.param_size .param_name span {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 18px;
    line-height: 144%;
    color: var(--novoe-vremea-black);
}
.param_size .table_size_btn {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 171%;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    text-align: right;
    color: var(--novoe-vremea-black);
    cursor: pointer;
}
.param_size .inner {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}
.param_size .item {
    border: none;
    outline: none;
    background: none;
    min-width: 58px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--novoe-vremea-gray-1);
    padding: 0px 10px;
    font-family: var(--font-family);
    font-size: 14px;
    line-height: 171%;
    text-align: right;
    color: var(--novoe-vremea-black);
    cursor: pointer;
    padding: 0 8px;
    user-select: none;
    transition:
        background 0.15s,
        border 0.15s,
        color 0.15s;
}
.param_size .item:hover {
    color: rgba(178, 49, 113, 0.5);
}
.param_size .item.active {
    background: var(--novoe-vremea-background);
    border-color: transparent;
    font-weight: 600;
    color: var(--novoe-vremea-primary-1);
}
.param_size .item.disable {
    opacity: 0.4;
    pointer-events: none;
}
.action_panel {
    display: flex;
    align-items: center;
    gap: 22px;
    margin-bottom: 14px;
    padding-top: 16px;
}
.action_panel .product-card__wishlist {
    width: 50px;
    height: 50px;
    position: static;
    border: 1px solid var(--novoe-vremea-gray-1);
    background: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding: 0;
    transition: border-color 0.2s;
    transform: scale(1) !important;
}
.action_panel .product-card__wishlist:hover {
    border-color: var(--novoe-vremea-primary-1);
}
@media (max-width: 1220px) {
    .action_panel {
        gap: 8px;
    }
}
.amount_block {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    backdrop-filter: blur(8px);
    background: var(--novoe-vremea-background);
    border-radius: 50px;
    flex: 0 0 206px;
    width: 206px;
}
.amount_block button {
    flex: 0 0 59px;
    height: 50px;
    background: none;
    border: none;
    cursor: pointer;
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 171%;
    color: var(--novoe-vremea-black);
    display: flex;
    align-items: center;
    transition: all 0.3s;
    justify-content: center;
}
.amount_block button:hover {
    color: var(--novoe-vremea-primary-1);
}
.amount_block input {
    width: 100%;
    max-width: 100%;
    flex: 1 1 auto;
    outline: none;
    height: 50px;
    border: none;
    text-align: center;
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 171%;
    color: var(--novoe-vremea-black);
    background: none;
}
@media (max-width: 1220px) {
    .amount_block {
        flex: 0 0 129px;
    }
    .amount_block button {
        flex: 0 0 40px;
    }
}
.btn_buy {
    flex: 1;
    height: 50px;
    backdrop-filter: blur(8px);
    border-radius: 50px;
    background: var(--novoe-vremea-primary-1);
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 171%;
    color: #fff;
    transition: opacity 0.3s;
}
.btn_buy svg path {
    transition: all 0.3s;
}
.btn_buy:hover {
    opacity: 0.88;
}
.btn_buy.in-cart {
    backdrop-filter: blur(8px);
    background: var(--novoe-vremea-background);
    box-shadow: inset 0 0 0 1px var(--novoe-vremea-gray-1);
    color: var(--novoe-vremea-gray-2);
}
.btn_buy.in-cart svg path {
    fill: #b23171;
}
.btn_buy--error {
    background: #ff383c;
}
.dops-products {
    margin-bottom: 25px;
}
.dops-products h2 {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    color: var(--novoe-vremea-black);
    margin: 0 0 16px;
}
.dops-products-inner {
    position: relative;
}
.dops-products .dops-section__arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
}
.dops-products .dops-section__arrow--prev {
    left: -30px;
}
.dops-products .dops-section__arrow--prev img {
    transform: rotate(180deg);
}
.dops-products .dops-section__arrow--next {
    right: -30px;
}
@media (max-width: 1024px) {
    .dops-products .dops-section__arrow--prev {
        left: 9px;
    }
    .dops-products .dops-section__arrow--next {
        right: 9px;
    }
}
.dops-products .dops-section__arrow.swiper-button-disabled {
    opacity: 0;
    visibility: hidden;
}
.dops-products .product-card__wishlist {
    top: 5px;
    right: 7px;
    width: 29px;
    height: 29px;
}
.dops-products .product-card__wishlist img {
    width: 18px;
    height: 18px;
}
.dops-products .product-card__info {
    padding: 6px 0 0;
}
.dops-products .product-card__name {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: var(--novoe-vremea-black);
}
.dops-products .product-card__info {
    gap: 8px;
}
.dops-products .product-card__meta {
    gap: 8px;
    flex-wrap: wrap;
}
.dops-products .product-card__sizes {
    width: 100%;
}
.dops-products .product-card__sizes .size-tag {
    white-space: nowrap;
}
.dops-products .product-card__actions {
    display: flex;
    align-items: center;
    gap: 8px;
}
.dops-products .product-card__colors {
    flex: 1 1 auto;
}
.dops-products .product-card__colors .color-dot {
    width: 10px;
    height: 10px;
}
.dops-products .product-card__cart-btn {
    border: 1px solid var(--novoe-vremea-gray-1);
    border-radius: 22px;
    padding: 0 6px;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 12px;
    line-height: 150%;
    color: var(--novoe-vremea-black);
    min-width: 80px;
}
.dops-products .product-card__price {
    gap: 15px;
}
.dops-products .product-card__price-current {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: var(--novoe-vremea-black);
}
.dops-products .product-card__price-old {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 171%;
    text-decoration: line-through;
    color: var(--novoe-vremea-black);
}
.accor_item {
    border-bottom: 1px solid var(--novoe-vremea-gray-1);
    margin-bottom: 16px;
}
.accor_item .accor_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    color: var(--novoe-vremea-black);
    cursor: pointer;
    user-select: none;
    padding: 15px 0;
}
.accor_item .accor_header:after {
    content: "+";
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    text-align: right;
    color: var(--novoe-vremea-black);
    margin-left: 12px;
}
.accor_item.open .accor_header:after {
    content: "−";
    color: var(--novoe-vremea-primary-1);
}
.accor_item .accor_body {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: var(--novoe-vremea-black);
    padding: 2px 0 15px;
    display: none;
}
.accor_item.open .accor_body {
    display: block;
}
.likes-section {
    padding: 70px 52px 60px;
}
.likes-section .section-title {
    margin: 0 0 32px;
    text-align: center;
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 32px;
    line-height: 131%;
    color: var(--novoe-vremea-black);
}
.likes-section__products {
    position: relative;
}
.likes-section .likes-section__arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 10;
}
.likes-section .likes-section__arrow--prev {
    left: -30px;
}
.likes-section .likes-section__arrow--prev img {
    transform: rotate(180deg);
}
.likes-section .likes-section__arrow--next {
    right: -30px;
}
.likes-section .likes-section__arrow.swiper-button-disabled {
    opacity: 0.5;
    pointer-events: none;
}
.product-card__pagination {
    display: none;
}
.left_slider_inner {
    position: relative;
}
.left_slider_inner .product-card__wishlist {
    display: none;
}
@media (max-width: 1024px) {
    .card-page {
        padding: 0;
        display: block;
    }
    .left_slider {
        max-width: 100%;
        margin-bottom: 10px;
    }
    .slider_thumb .thumb-swiper {
        max-height: 600px;
    }
    .slider_main {
        aspect-ratio: 0;
    }
    .slider_main .swiper-slide {
        max-height: 660px;
    }
    .slider_main .swiper-slide img {
        object-fit: contain;
    }
    .likes-section {
        padding: 50px 14px 40px;
    }
    .likes-section .likes-section__arrow--prev {
        left: 10px;
    }
    .likes-section .likes-section__arrow--prev img {
        transform: rotate(180deg);
    }
    .likes-section .likes-section__arrow--next {
        right: 10px;
    }
}
.btn_buy_mob {
    display: none;
}
@media (max-width: 767px) {
    .card-page {
        position: relative;
    }
    .card-page .left_slider_inner .product-card__wishlist {
        position: absolute;
        top: 14px;
        right: 6px;
        width: 44px;
        height: 44px;
        backdrop-filter: blur(4px);
        background: rgba(255, 255, 255, 0.7);
        border-color: transparent;
        display: flex;
    }
    .card-page .left_slider_inner .product-card__wishlist img {
        width: 24px;
        height: 24px;
    }
    .left_slider_inner {
        display: block;
        position: relative;
        margin: 0 -10px;
    }
    .left_slider_inner .slider_thumb {
        display: none;
    }
    .left_slider_inner .slider_main .swiper-slide {
        max-height: 100%;
        padding-top: 135%;
        position: relative;
    }
    .left_slider_inner .slider_main .swiper-slide img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        object-fit: cover;
    }
    .left_slider_inner .product-card__pagination {
        position: absolute;
        bottom: 8px;
        left: 10px;
        right: 10px;
        z-index: 2;
        display: flex;
        gap: 8px;
        width: auto;
        top: auto;
    }
    .left_slider_inner .product-card__pagination .swiper-pagination-bullet {
        flex: 1;
        height: 2px;
        background: rgba(137, 137, 137, 0.5);
        border-radius: 0;
        cursor: pointer;
        transition: background 0.3s;
        margin: 0;
        opacity: 1;
    }
    .left_slider_inner .product-card__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: var(--novoe-vremea-primary-1);
    }
    .right_card h1 {
        font-size: 24px;
        line-height: 150%;
        margin-bottom: 9px;
    }
    .price_product .current {
        font-size: 20px;
    }
    .price_product {
        gap: 16px;
    }
    .price_product .old {
        font-size: 16px;
    }
    .stoke {
        padding: 6px 20px;
        font-weight: 400;
        font-size: 12px;
        line-height: 150%;
    }
    .price_panel {
        padding-bottom: 8px;
        margin-bottom: 8px;
    }
    .sku {
        font-size: 16px;
        margin-bottom: 8px;
    }
    .param_color {
        margin-bottom: 8px;
    }
    .param_color .param_name {
        font-size: 16px;
        margin-bottom: 8px;
    }
    .param_size .param_name {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .param_size .param_name span {
        font-size: 16px;
    }
    .param_size {
        border: none;
        padding: 0;
    }
    .param_size .inner {
        flex-wrap: nowrap;
        overflow-x: auto;
        margin: 0 -10px;
        padding: 0 10px;
    }
    .dops-products {
        padding-top: 26px;
    }
    .dops-products h2 {
        font-size: 18px;
        margin-bottom: 14px;
    }
    .dops-products .arrow-nav {
        display: none;
    }
    .dops-products .mySwiper_dops {
        margin: 0 -10px;
        padding: 0 10px;
    }
    .dops-products .mySwiper_dops .swiper-slide {
        width: 194px;
    }
    .accor_item .accor_header {
        font-size: 18px;
    }
    .accor_item {
        margin-bottom: 8px;
    }
    .accor_item:last-child {
        margin-bottom: 0;
    }
    .sale-section__title-col {
        margin: 0;
    }
    .sale-section .section-title {
        font-size: 20px;
        margin-bottom: 23px;
    }
    .sale-section .section-title br {
        display: none;
    }
    .sale-section__products {
        overflow: unset;
    }
    .sale-section__products .sale-swiper {
        margin: 0 -16px;
        padding: 0 16px;
    }
    .likes-section .section-title {
        font-size: 20px;
        margin-bottom: 27px;
    }
    .likes-section .arrow-nav {
        display: none;
    }
    .likes-section .likes-section__products .likes-swiper {
        padding: 0 14px;
        margin: 0 -14px;
    }
    .likes-section .likes-section__products .likes-swiper .swiper-slide {
        width: 300px;
    }
    .param_color .inner {
        flex-wrap: nowrap;
        gap: 0;
    }
    .param_color .inner .item {
        width: 88px;
    }
    .param_color .item .name {
        white-space: normal;
    }
    .param_color .swiper.color-swiper {
        margin: 0 -10px;
        padding: 0 10px;
    }
    .param_color .color-section__arrow {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        z-index: 1;
        width: 44px;
        height: 44px;
    }
    .param_color .color-section__arrow--prev {
        left: 10px;
    }
    .param_color .color-section__arrow--prev img {
        transform: rotate(180deg);
    }
    .param_color .color-section__arrow--next {
        right: 10px;
    }
    .param_color .color-section__arrow.swiper-button-disabled {
        opacity: 0;
        visibility: hidden;
    }
    .btn_buy_mob {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        display: block;
        z-index: 100;
        padding: 11px;
        background: rgba(255, 255, 255, 0.85);
        opacity: 0;
        visibility: hidden;
    }
    .btn_buy_mob.visibility {
        opacity: 1;
        visibility: visible;
    }
    .btn_buy_mob .btn_buy {
        width: 100%;
    }
}
.left_slider_inner {
    position: relative;
}
.gallery-preloader {
    position: absolute;
    inset: 0;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(244, 241, 240, 0.72);
    backdrop-filter: blur(3px);
    opacity: 0;
    visibility: hidden;
    transition:
        opacity 0.22s,
        visibility 0.22s;
    pointer-events: none;
    border-radius: 2px;
}
.gallery-preloader.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.gallery-preloader__spinner {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 3px solid rgba(178, 49, 113, 0.18);
    border-top-color: #b23171;
    animation: gallery-spin 0.75s linear infinite;
}
@keyframes gallery-spin {
    to {
        transform: rotate(360deg);
    }
}
.param_size.is-loading {
    pointer-events: none;
    opacity: 0.45;
    filter: blur(2px);
    transition:
        opacity 0.18s,
        filter 0.18s;
}
