

/* Start:/local/templates/eshop_bootstrap_v4/landings.css?17600917585651*/
.product-title {
    margin-bottom: 10px;
}

.product__notion {
    display: none;
}

.product-item-scu-item-color {
    width: 100%;
    height: 100%;
}

.product-item-scu-item-list {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding-left: 0;
}

.sku-line-block-wrap {
    align-items: flex-start;
}

.beauty__wrap {
    padding: 200px 0;
}

.product-item-scu-item-color {
    background-size: cover;
}


.flex-special-wrap {
    display: flex;
    flex-wrap: wrap;
}

.flex-special {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    padding-right: 15px;
}

.flex-special img {
    margin-right: 8px;
}

.flex-special p {
    margin-bottom: 0;
    color: #032755;
    font-family: Gilroy;
    font-size: 11px;
    font-weight: 500;
    line-height: 13px;
    letter-spacing: 0em;
    text-align: left;
}

#image_product {
    background-image: url("/images/pages/products/noize/light_yellow.png");
}

.product-item-detail-slider-container,
.product-item-detail-slider-block,
.product-item-detail-slider-images-container,
.product-item-detail-slider-image {
    height: 100%;
}

@media (max-width: 768px) {
    .flex-be-title {
        flex-flow: column;
    }

    .fat-be-title-text {
        font-size: 50px;
        text-align: center;
        line-height: 50px;
    }

    .be-title-text {
        font-size: 24px;
        text-align: center;
        line-height: 28px;
    }

    .flex-be-img {
        flex-wrap: wrap;
        align-items: flex-end;
    }

    .flex-be-img img {
        margin: 15px 15px;
    }

    .whythis {
        margin-bottom: 40px;
    }

    .be-text {
        font-size: 17px;
        line-height: 25px;
        text-align: center;
    }

    .beauty__wrap {
        padding: 135px 0 65px;
    }

    .beauty__block {
        padding: 40px 20px 180px;
    }

    .pdf-pic-block {
        right: calc(50% - 55px);
    }
}


@media (min-width: 1280px) {
    .flex-special p {
        white-space: nowrap;
    }
}


.whythis .whythis__main {
    font-size: 18px;
    line-height: 150%;
}

.whythis .whythis__text {
    font-size: 18px;
    line-height: 150%;
}

.whythis__block {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.whythis img{
    width: 30%;
}
.whythis__block{
    text-align: justify;
}

@media (max-width: 600px) {
    .whythis img{
        width: 100%;
    }
}
body .whythis {
    margin-top: 50px;
    margin-bottom: 50px;
}
.landing__seotext{
    display: flex;
    gap: 25px;
}
.landing__seotext>div{
    width: 25%;
}
.landing__seotext h3{
    font-size: 18px;
    font-weight: 500;
    color: white;
}
.landing__seotext--header{
    background: #032755;
    padding: 10px;
    height: 120px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.landing__seotext--body{
    padding: 10px;
    border: 1px solid #032755;
    min-height: 446px;
}

@media(max-width: 768px){
    .landing__seotext{
        flex-direction: column;
    }
    .landing__seotext>div {
        width: 100%;
    }
    .landing__seotext--body{
        min-height: auto;
    }
}

body .care__title {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    color: #0c0c0c;
    margin-bottom: 50px;
    margin-top: 50px;
}

body .char-block {
    padding: 10px;
}

.btn-life{
    width: 100%;
    padding: 20px;
    background: #032755;
    color: #fff;
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
}
.btn-life button{
    color: #fff;
    border: 1px solid white;
    text-align: center;
    padding: 10px 50px;
    margin-left: 5px;
}

.btn-life button:hover{
    background: white;
    color: #032755;
}
body .advantages__section, body .howsize, body .care, body .mounting, body .certificates, body .review__section--page, body .landing__section, body .banner-block{
    margin-bottom: 0px;
}
body section.base-product{
    margin-bottom: 0px;
}



.b5_line i {
    display: block;
    height: 1px;
    width: 100%;
    background: #262626;
}

.anim_line i {
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    width: 0;
}

.anim_line {
    overflow: hidden;
}
.anim_line_active i {
    -webkit-animation: LINE 1s ease-in-out both;
    animation: LINE 1s ease-in-out both;
}
.anim_line.anim_line_h.anim_line_active i {
    -webkit-animation: LINE_H 1s ease-in-out both;
    animation: LINE_H 1s ease-in-out both;
}
.b7 .anim_line.anim_line_h.anim_line_active i {
    -webkit-animation: LINE 1s ease-in-out both;
    animation: LINE 1s ease-in-out both;
}
.anim_line_1.anim_line_active i {
    -webkit-animation: LINE 1s ease-in-out both !important;
    animation: LINE 1s ease-in-out both !important;
}

@-webkit-keyframes LINE {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}
@keyframes LINE {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}
@-webkit-keyframes LINE_H {
    0% {
        height: 0;
    }
    100% {
        height: 100%;
    }
}
@keyframes LINE_H {
    0% {
        height: 0;
    }
    100% {
        height: 100%;
    }
}
.margin__line{
    margin-bottom: 50px;
    margin-top: 50px;
}

body .certificates__text{
    padding-top: 60px;
}
body .certificates__wrapper{
    align-items: start;
}
/* End */


/* Start:/local/assets/js/video.helper/video.helper.css?1760091758334*/
.video_curtains {
    position: relative;
    display: flex;
    justify-content: center;
}

#video_curtains__svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}
@media (min-width: 767px) {
    .video_curtains video{
        width: 85%;
    }
}
/* End */


/* Start:/local/templates/eshop_bootstrap_v4/components/bitrix/breadcrumb/TopNavigate/style.min.css?1713895230467*/
.bx-breadcrumb{margin:10px 0}.bx-breadcrumb i{color:#b5bdc2;line-height:13px;font-size:12px;vertical-align:middle;margin-right:5px}.bx-breadcrumb .bx-breadcrumb-item{float:left;margin-bottom:10px;white-space:nowrap;line-height:13px;vertical-align:middle;margin-right:10px}.bx-breadcrumb .bx-breadcrumb-item span{font-family:"Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;font-size:13px;white-space:normal}.bx-breadcrumb .bx-breadcrumb-item a{border-bottom:0}
/* End */


/* Start:/local/templates/eshop_bootstrap_v4/components/bitrix/catalog.element/gardista.big/style.css?177979752417377*/
.product-card {
    padding: 20px 0;
}

.product-card__wrapper {
    display: grid;
    grid-template-columns: 3fr 3fr 3fr;
    gap: 20px;
    align-items: start;
}

.product-gallery {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.product-gallery__thumbs {
    transition: 1s;
    width: 500px;
}

.product-gallery__thumb-item {
    display: flex;
    align-items: center;
    width: 80px;
    height: 100px;
    border: 1px solid #eee;
    margin-bottom: 10px;
    cursor: pointer;
    overflow: hidden;
    transition: 0.2s;
}

.product-gallery__thumb-item img {
    width: 80px;
    height: auto;
    object-fit: cover;
}

.product-gallery__thumb-item--active {
    border-color: #00aeef;
}

.product-gallery__main {
    display: flex;
    justify-content: center;
}

.product-gallery__main img {
    width: auto;
    justify-content: center;
    height: 650px;
    border-radius: 4px;
    cursor: zoom-in;
    max-height: calc(100vh - 200px);
}

.product-card__title {
    font-size: 28px;
}

.product-card__patent {
    font-size: 14px;
    margin-bottom: 28px;
}

.product-card__label {
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.color-selector,
.size-selector {
    display: flex;
    gap: 10px;
    margin-bottom: 25px;
    flex-wrap: wrap;
}
@media (max-width: 768px) {

    .color-selector,
    .size-selector {
        display: flex;
        max-width: 95%;
    }
}
.color-selector__item {
    width: 40px;
    height: 40px;
    border: 1px solid #ddd;
    padding: 2px;
    cursor: pointer;
}

.color-selector__item--active {
    border-color: #000;
    outline: 1px solid #000;
}

.color-selector__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.size-selector__item {
    padding: 10px 15px;
    border: 1px solid #ddd;
    cursor: pointer;
}

.size-selector__item--active {
    background: #000;
    color: #fff;
    border-color: #000;
}

.product-card__props {
    margin-top: 30px;
}

.product-card__prop-row {
    display: flex;
    align-items: baseline;
    margin-bottom: 8px;
    font-size: 14px;
}

.product-card__prop-name {
    color: #888;
    white-space: nowrap;
}

.product-card__prop-dots {
    flex-grow: 1;
    border-bottom: 1px dotted #ccc;
    margin: 0 5px;
}

.product-card__prop-value {
    color: #000;
}

.product-card__action-col {
    position: sticky;
    top: 230px;
}

.product-card__sticky-container {
    border: 1px solid #eee;
    padding: 20px;
    border-radius: 8px;
    display: flex;
    gap: 5px;
    flex-direction: column;
}


.product-price__current {
    font-size: 32px;
    transition: 0.5s;
}

.product-price__kit {
    display: none;
    align-items: center;
    gap: 5px;
    margin-bottom: 10px;

}

.product-price:has(.product-price__kit .product-price__kit-green) .product-price__kit {
    display: flex;
}


.product-price__kit-green {
    font-size: 24px;
    font-weight: 700;
    background-color: rgba(16, 196, 76, 1);
    color: rgba(255, 255, 255, 1);
    border-radius: 8px;
    padding: 2px 10px;
}

.product-price .product-price__kit-description {
    font-size: 12px;
    flex: 1;
}
.product-price__current{
    display: flex;
    align-items: center;
    gap: 5px;
}

.product-price .product-price__current-description {
    font-size: 12px;
}

.product-price__current-description{
    display: none;
}

.product-price:has(.product-price__kit .product-price__kit-green) .product-price__current {
    font-size: 16px;
}

.product-price:has(.product-price__kit .product-price__kit-green) .product-price__current .product-price__current-description{
    display: flex;
}


.product-card__buy-btn--kit{
    display: none;
}
.product-card__sticky-container:has(.product-price__kit .product-price__kit-green) .product-card__buy-btn.product-card__buy-btn--kit {
    display: block;
    background-color: rgba(16, 196, 76, 1);
    padding: 10px;
}
.product-card__sticky-container:has(.product-price__kit .product-price__kit-green) .product-card__buy-btn {
    padding: 5px;
}

.product-price:not(:has(.product-price__kit .product-price__kit-green)) .product-price__current {
    font-size: 32px;
    font-weight: 700;
}

.product-price__tailoring-time {
    font-size: 12px;
    text-align: center;
}

.product-card__buy-btn {
    border-radius: 8px;
    width: 100%;
    background: #032755;
    color: #fff;
    border: none;
    padding: 10px;
    font-size: 16px;
    cursor: pointer;
    transition: 0.5s;
}

.product-tabs {
    margin-top: 50px;
}

.product-tabs__nav {
    display: flex;
    gap: 30px;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}

.product-tabs__tab {
    padding: 15px 0;
    cursor: pointer;
    font-weight: 700;
    color: #888;
}

.product-tabs__tab--active {
    color: #000;
    border-bottom: 2px solid #000;
}

.product-tabs__content {
    display: none;
}

.product-tabs__content--active {
    display: block;
}

.product-gallery__main img {
    cursor: zoom-in;
}

.product-card__all-props-btn {
    margin-top: 15px;
    font-size: 14px;
    font-weight: 700;
    color: #032755;
    cursor: pointer;
    text-decoration: underline;
    padding: 0;
}

.product-card__all-props-btn:hover {
    color: #008cc1;
}

.product-tabs__video {
    position: relative;
    width: 100%;
    cursor: pointer;
}

.product-tabs__video video {
    max-height: 600px;
    width: 100%;
    height: auto;
    display: block;
    background: rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}

.product-tabs__video-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: none;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
}

.product-tabs__video-btn::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 22px solid #fff;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    margin-left: 5px;
}

.product-tabs__video-btn:hover {
    transform: translate(-50%, -50%) scale(1.1);
    background: rgba(0, 0, 0, 0.8);
}

.product-tabs__video--playing .product-tabs__video-btn {
    opacity: 0;
    pointer-events: none;
}

.product-tabs__videos {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.product-tabs__video {
    position: relative;
    width: 100%;
}

.product-tabs__video video {
    width: 100%;
    height: auto;
    display: block;
}

.product-card__mounts {
    margin-bottom: 25px;
    padding-top: 15px;
    border-top: 1px solid #f0f0f0;
}

.mount-selector {
    position: relative;
    width: 100%;
    max-width: 400px;
}

.mount-selector__select {
    width: 100%;
    height: 45px;
    padding: 0 25px 0 10px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    color: #333;
    appearance: none; /* Убираем стандартную стрелку */
    cursor: pointer;
    transition: border-color 0.2s;
}

.mount-selector__select:focus {
    border-color: #00aeef;
    outline: none;
}

/* Кастомная стрелка для селекта */
.mount-selector::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #888;
    pointer-events: none;
    background: white;
}

.mount-selector__select:hover {
    border-color: #888;
}

/* Блок предложения калькулятора */
.product-card__calculator-offer {
    margin-top: 25px;
    padding: 15px;
    background-color: #f0faff; /* Очень светлый голубой фон */
    border: 1px dashed #00aeef;
    border-radius: 6px;
    text-align: center;
}
.product-card__calculator-offer--green {
    background-color: #f3fff0;
}

.product-card__calculator-text {
    font-size: 13px;
    color: #444;
    margin-bottom: 10px;
    line-height: 1.4;
}

.product-card__calculator-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #00aeef;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    transition: color 0.2s;
}

.product-card__calculator-link svg {
    transition: transform 0.2s;
}

.product-card__calculator-link:hover {
    color: #008cc1;
}

.product-card__calculator-link:hover svg {
    transform: translateX(4px);
}

.product-card__stock {
    color: #27ae60;
    font-weight: 600;
    font-size: 14px;
    margin: 10px 0;
}

.product-card__buy-btn:hover {
    background: #008cc1;
    box-shadow: 0 6px 20px rgba(0, 174, 239, 0.3);
    transform: translateY(-1px);
}

.product-card__advantages {
    display: flex;
    gap: 10px;
    font-size: 10px;
    align-items: center;
    color: #032755;
}

.product-card__advantages img {
    width: auto;
}

.product-card__advantages-flex {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

span.product-card__prop-name {
    min-width: 130px
}

#response-basket {
    text-align: center;
}

.alert-green {
    color: green;
}

.alert-red {
    color: red;
}

.product-reviews {
    display: none;
}

.product-gallery__thumbs .slick-dots.slick-dots--center {
    gap: 15px;
}

.slick-dots {
    list-style: none;
    padding: 0;
    margin: 10px 0 0 0;
    display: flex !important;
    justify-content: center;
}

.slick-dots li {
    margin: 0 5px;
}

.slick-dots li button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ccc;
    padding: 0;
    border: none;
}

.slick-dots li.slick-active button {
    background: #000;
}

.product-gallery .swiper.swiper-initialized.swiper-horizontal.swiper-ios.swiper-backface-hidden {
    background: #ffffff;
}

@media (max-width: 1124px) {
    .product-gallery__thumbs {
        width: 380px;
    }
}

@media (max-width: 960px) {
    .product-gallery__thumbs {
        width: 280px;
    }
}

@media (max-width: 1024px) {
    .product-card__props .product-card__prop-row:nth-child(n+5) {
        display: none;
    }
}

@media (max-width: 768px) {
    .product-tabs__nav {

        justify-content: space-between;
        gap: 5px;
    }

    .product-tabs__videos {
        grid-template-columns: 1fr;
    }

    .product-card__wrapper {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
        align-items: start;
    }

    .product-card__props {
        display: none;
    }

    .product-gallery__thumbs {
        width: calc(100vw - 40px);
    }

    .product-gallery__main {
        height: 500px;
    }

    .product-gallery__main img {
        height: 500px;
    }

    .product-gallery .swiper.swiper-initialized.swiper-horizontal.swiper-ios.swiper-backface-hidden {
        background: #ffffff;
    }

}

.product-gallery__slider-container {
    position: relative;
}

.product-gallery__thumbs {
    height: 120px;
}

/* Стилизация точек */
.product-gallery__pagination.swiper-pagination-bullets {
    bottom: -7px;
}

.product-gallery__pagination .swiper-pagination-bullet-active {
    background: #000;
}

/* Стилизация стрелок */
.product-gallery__prev,
.product-gallery__next {
    width: 30px;
    height: 30px;
    color: #000;
}

.product-card .product-gallery__prev:after,
.product-card .product-gallery__next:after {
    font-size: 29px;
}

.product-card .swiper-button-next, .product-card .swiper-button-prev {
    position: absolute;
    top: calc(50% - 18px);
    margin: 0;
}

.mount-selector__preview {
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: opacity 0.2s ease;
    position: absolute;
    right: 0;
    border-radius: 5px;
}

.mount-selector:hover .mount-selector__preview {
    opacity: 1;
    visibility: visible;
}

.mount-selector__preview img {
    width: 200px;
}

.product-card__mounts-info {
    font-size: 10px;
}

.product-card__btn-info {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 10px;
}

.product-card__btn-info--link {
    font-size: 14px;
    font-weight: 700;
    color: #032755;
    cursor: pointer;
    text-decoration: underline;
    padding: 0;
}

.product-card__calc-item {
    font-size: 14px;
    color: #032755;
    font-weight: bold;
    display: flex;
}

@media (max-width: 768px) {

    .product-card__calc {

        padding: 15px;
        background-color: #f0faff;
        border: 1px dashed #00aeef;
        border-radius: 6px;
        text-align: center;
    }

    .product-card__calculator-offer {
        display: none;
    }

    .product-card__calc-item {
        display: flex;
        flex-direction: column;
    }
}


.product-gallery__main {
    position: relative;
}

.product-gallery__arrow {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    cursor: pointer;
    z-index: 2;
}

.product-gallery__arrow::after {
    font-size: 44px;
    color: #000;
    font-family: swiper-icons;
}

.product-gallery__arrow--prev {
    left: -15px;
}

.product-gallery__arrow--prev::after {
    content: 'prev';
}

.product-gallery__arrow--next {
    right: -15px;
}

.product-gallery__arrow--next::after {
    content: 'next';
}

.product-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    transition: 0.25s;
}

.product-modal--active {
    opacity: 1;
    visibility: visible;
}

.product-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(4px);
}

.product-modal__dialog {
    position: relative;
    width: 100%;
    max-width: 520px;
    max-height: calc(100vh - 40px);
    overflow-y: auto;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
    transform: translateY(20px) scale(0.96);
    transition: 0.25s;
}

.product-modal--active .product-modal__dialog {
    transform: translateY(0) scale(1);
}

.product-modal__content {
    padding: 32px;
}

.product-modal__title {
    margin: 0 0 18px;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 700;
    color: #111111;
}

.product-modal__text {
    font-size: 16px;
    line-height: 1.6;
    color: #555555;
}

.product-modal__close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 42px;
    height: 42px;
    border: none;
    border-radius: 50%;
    background: #f3f3f3;
    color: #111111;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    transition: 0.2s;
}

.product-modal__close:hover {
    background: #e7e7e7;
}

body.product-modal-open {
    overflow: hidden;
}

@media (max-width: 768px) {
    .product-modal {
        align-items: flex-end;
        padding: 0;
    }

    .product-modal__dialog {
        max-width: 100%;
        max-height: 92vh;
        border-radius: 24px 24px 0 0;
    }

    .product-modal__content {
        padding: 24px 20px 28px;
    }

    .product-modal__title {
        font-size: 24px;
    }

    .product-modal__close {
        top: 10px;
        right: 10px;
    }
}

.product-modal__list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.product-modal__item {
    display: block;
    padding: 22px;
    border: 1px solid #e8e8e8;
    border-radius: 18px;
    text-decoration: none;
    transition: 0.2s;
}

.product-modal__item:hover {
    transform: translateY(-2px);
    border-color: #d0d0d0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.product-modal__item-title {
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #777777;
}

.product-modal__item-name {
    margin-bottom: 14px;
    font-size: 22px;
    line-height: 1.3;
    font-weight: 700;
    color: #111111;
}

.product-modal__item-features {
    margin: 0;
    padding-left: 18px;
}

.product-modal__item-features li {
    margin-bottom: 8px;
    font-size: 15px;
    line-height: 1.5;
    color: #555555;
}

.product-modal__item-features li:last-child {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .product-modal__item {
        padding: 18px;
        border-radius: 16px;
    }

    .product-modal__item-name {
        font-size: 18px;
    }

    .product-modal__item-features li {
        font-size: 14px;
    }
}
.product-card__calc-item-btn{
    display: inline-block;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #ffffff;
    padding: 8px 46px;
    background: #032755;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin-bottom: 16px;
    width: 100%;
}
.color-selector__name {
    display: none;
    opacity: 0;
    position: absolute;
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    white-space: nowrap;
    transition: opacity 2s ease-out;
}

@media (max-width: 768px) {
    .color-selector__item {
        position: relative;
    }

    .color-selector__name {
        display: block;
    }
    .color-selector__item:active .color-selector__name {
        opacity: 1;
        transition: opacity 0.05s ease-in;
    }
}
/* End */


/* Start:/local/templates/eshop_bootstrap_v4/components/bitrix/news.list/review.telegram.slider--3/style.css?17683891722399*/

.review-telegram__slide {
    height: 450px;
    width: 33%;
    display: flex;
    justify-content: center;
    padding: 0 50px;
}

@media (max-width: 1024px) {
    .review-telegram__slide {
        height: 676px;
    }
}

@media (max-width: 500px) {
    .review-telegram__slide {
        height: 515px;
    }
}

.review-telegram__video {
    height: 100%;
    display: flex;
    justify-content: center;
}

.review-telegram__video video {
    height: 100%;
    width: auto;
}


.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: url('https://upload.wikimedia.org/wikipedia/commons/4/42/YouTube_icon_%282013-2017%29.png') no-repeat center center;
    background-size: contain;
    cursor: pointer;
    z-index: 2;
}

.video-container video {
    width: 100%;
    height: auto;
}

.review-telegram__item video.playing + .play-button {
    display: none;
}

.review-telegram__item.playing .play-button {
    display: none;
}

.review-telegram__item {
    position: relative;
    overflow: hidden;
    display: flex;
    height: 100%;
}

.review-telegram__item video{
    height: 100%;
    margin: auto;
    border-radius: 8px;
}

.review-video__slider {
    display: block;
    height: 530px;
}

.review-video__slider .swiper-slide {
    height: 500px;
    border-radius: 8px;
    overflow: hidden;
}

.review-video__slider-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.review-video__slider .swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, 3px);
    right: auto;
}

.review-video__slider .swiper-button-next {
    right: var(--swiper-navigation-sides-offset, 3px);
    left: auto;
}

.review-video__slider .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 0px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%;
}

.review-video__slider .swiper-button-next:after, .swiper-button-prev:after {
    font-size: 40px;
}

.review-video__slider {
    --swiper-navigation-color: #a89e9e;
    --swiper-pagination-color: #a89e9e;
}

.review-video__slider.swiper.swiper-initialized.swiper-horizontal.swiper-ios.swiper-backface-hidden {
    background: none;
}
/* End */
/* /local/templates/eshop_bootstrap_v4/landings.css?17600917585651 */
/* /local/assets/js/video.helper/video.helper.css?1760091758334 */
/* /local/templates/eshop_bootstrap_v4/components/bitrix/breadcrumb/TopNavigate/style.min.css?1713895230467 */
/* /local/templates/eshop_bootstrap_v4/components/bitrix/catalog.element/gardista.big/style.css?177979752417377 */
/* /local/templates/eshop_bootstrap_v4/components/bitrix/news.list/review.telegram.slider--3/style.css?17683891722399 */
