

/* Start:/local/templates/polmira/components/bitrix/news/discounts/style.css?174885141511334*/
body{
    height: initial;
    position: relative;
    overflow-x: hidden;
}
.container{position: relative}

.img-w100{
    width: 100%;
    height: 536px;
    max-width: 1920px;
    margin: 0 auto;
}
.img-w100 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.background-cubs{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.cub{
    position: absolute;
    pointer-events: none;
    background: #F3F2F9;
}
.section.discount{
    padding: 0;
    position: relative;
    margin-top: -75px;
}
.zag-a{
    position: relative;
    margin-bottom: 40px;
    z-index: 4;
}
.zag-a a{
    color: #242424;
    font-size: 34px;
    font-weight: 700;
}
@media (min-width: 768px) {
    .container:has(.stock__item)::before,
    .container:has(.stock__item)::after{
        content: '';
        position: absolute;
        pointer-events: none;
        background: #F3F2F9;
        z-index: -1;
    }
    .container:has(.stock__item)::before{
        width: 45px;
        height: 45px;
        top: 70px;
        right: 363px;
    }
    .container:has(.stock__item):after{
        width: 45px;
        height: 45px;
        bottom: 10px;
        right: -20px;
    }
}
.stock{
    padding-top: 40px;
}
.stock:not(.slick-initialized){
    height: 312px;
    opacity: 0;
}
.stock .slick-list{
    padding: 12px 50px 12px 0 !important;
}

.stock__item{
    padding: 0 24px 0 0;
}
.stock__item__wrapper{
    border-radius: 24px;
    background: #FFF;
    box-shadow: 0px 4px 12px 0px rgba(20, 53, 117, 0.13);
    overflow: hidden;
    display: flex;
}
.stock__item__wrapper a{
    width: 100%;
    height: 100%;
    display: flex;
}
.stock__item__img{
    min-height: 248px;
    height: 248px;
    min-width: 249px;
    max-width: 249px;
    overflow: hidden;
}
.stock__item__img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.stock__item__body{
    position: relative;
    padding: 16px 24px;
    min-height: 100%;
    width: 100%;
}
.stock__item__body__tag{
    border-radius: 8px;
    background: #922F27;
    display: flex;
    padding: 4px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 80px;
    margin: 0 0 0 auto;
    pointer-events: none;
}
.stock__item__body__title{
    color: #181010;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    margin-top: 20px;
}
.stock__item__body__subtitle{
    color: #181010;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 115%;
    margin-top: 8px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.slider-arrows{
    text-align: right
}
.arrow_prev, .arrow_next{
    width: 40px;
    height: 40px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1;
    background-color: #F5F4F0;
    border-radius: 50%;
    bottom: calc(100% + 40px);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.arrow_prev:hover, .arrow_next:hover{
    background-color: #922F27 !important;
    border-color: #922F27 !important;
}
.arrow_prev:hover svg *, .arrow_next:hover svg *{
    fill: #ffffff;
}

.stock-all{
    margin: 56px 0 80px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
.stock-all .stock__item{
    width: calc(100% / 2 - 12px);
    padding: 0;
}
.section{
    padding: 56px 0 80px 0;
}
.discount-detail{
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-top: 56px;
    /*padding-right: 50%;*/
}
@media (min-width: 768px) {
    .discount-detail{
        background: url("/local/templates/polmira/img/bg-discount-detail.png");
        background-repeat: no-repeat;
        background-position: top 19px right 0;
        background-size: contain;
    }

}
.discount-detail__title{
    color: #181010;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.discount-detail__text{
    color: #181010;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.bonus{
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
.bonus__item{
    display: flex;
    align-items: center;
}
.bonus__item__text{
    color: #181010;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-left: 16px;
}
.discount-detail_btn{
    display: block;
    width: fit-content;
}
.discount-detail_btn div{
    border-radius: 8px;
    background: #922F27;
    display: flex;
    height: 48px;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.discount-detail_info{
    color: #8a8a8a;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
#get-discount{
    border-radius: 24px;
    padding: 16px 24px 32px 24px;
    max-width: 430px;
}
.page-popup-title,
.page-popup-description{
    text-align: center;
}
.page-popup-title{
    width: 100% !important;
    color: #181010;
    font-size: 36px !important;
    font-style: normal;
    font-weight: 700 !important;
    line-height: normal;
    margin-bottom: 0 !important;
}
.page-text{
    color: #181010;
    font-size: 20px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: normal;
}
.form-item--text{
    border-radius: 8px !important;
    background: #F3F2F9 !important;
}
.form-row--last{
    margin-top: 40px !important;
}
.form-row--last button{
    display: flex;
    height: 48px;
    width: 100%;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    color: #FFF;
    font-size: 20px !important;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.b-col-3 .bonus__item{
    flex: 1 1 calc(100% / 3 - 40px);
}
.b-col-2 .bonus__item{
    flex: 1 1 calc(100% / 2 - 40px / 2);
}
.shop-page-position_caption{
    position: relative;
}

.discount-detail__custom-text{
    color: #181010;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.discount-detail ol{
    padding-left: 0;
    counter-reset: my-counter;
}
.discount-detail ol li{
    margin: 16px 16px 0 45px;
}

.discount-detail ol li::before{
    content: counter(my-counter);
    counter-increment: my-counter;
    position: absolute;
    z-index: -1;
    left: 10px;
    border-radius: 8px;
    background: #6D7487;
    box-shadow: 0px 4px 12px 0px rgba(20, 53, 117, 0.13);
    display: flex;
    width: 32px;
    height: 32px;
    padding: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #FFF;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
}
.discount-detail ol li span{
    color: #181010;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 8px;
}
.discount-detail__subtitle{
    color: #181010;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 16px;
}


.stock__item__wrapper:hover .stock__item__img img{
    transition: .4s;
    transform: scale(1.1);
}


@media (min-width: 768px) {
    .shop-page-position_caption::before,
    .shop-page-position_caption::after{
        content: '';
        position: absolute;
        background: #F3F2F9;
        pointer-events: none;
    }
    .shop-page-position_caption::before{
        width: 45px;
        height: 45px;
        right: 80px;
        top: -60px;
    }
    .shop-page-position_caption::after{
        width: 102px;
        height: 102px;
        right: -100px;
        top: 0px;
    }
}

.img-w100[data-discount="173325589"] img{
    object-position: center;
}
@media (max-width: 1024px){
    .discount-detail{
        padding-right: 0;
    }
    .stock-all .stock__item__wrapper{
        flex-direction: column;
    }
    .stock-all .stock__item__img{
        max-width: 100%;
    }
    .stock-all .stock__item__body__title{
        margin-top: 8px;
    }

    .stock__item__img{
        max-width: 100%;
    }
}
@media (max-width: 768px){
    .bonus{
        flex-direction: column;
    }
    .bonus__item{
        width: 100%;
    }
    .img-w100{
        height: 450px;

    }
    .img-w100[data-discount="173325589"]{
        height: 340px;
    }
    .img-w100{position: relative}

}
@media (max-width: 550px) {

    .stock__item__body__title{
        margin-top: 8px;
    }
    .stock-all{
        gap: initial;
        row-gap: 16px;
    }
    .stock-all .stock__item{
        width: 100%;
    }

    .discount-detail_btn{
        width: 100%;
    }
    .stock__item__wrapper{
        flex-direction: column;
    }
    .stock__item__body{
        width: auto;
    }
    .stock__item__body__title {
        font-size: 28px;
    }
    .stock__item__body__subtitle {
        font-size:18px;
    }
    .img-w100:before{
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;

    }
    .img-w100[data-discount="173339343"]:before{
        background: url("/local/templates/polmira/components/bitrix/news/discounts/images/ras-mob.webp")no-repeat;
        background-position: right;
        background-size: cover;
    }
    .img-w100[data-discount="173331391"]:before{
        background: url("/local/templates/polmira/components/bitrix/news/discounts/images/mobWinter.png")no-repeat;
        background-position: center;
        background-size: cover;
    }
    .img-w100[data-discount="173343894"]:before{
        background: url("/local/templates/polmira/components/bitrix/news/discounts/images/summer-mob2.webp")no-repeat;
        background-position: center;
        background-size: cover;
    }
    .img-w100[data-discount="173346456"]:before{
         background: url("/local/templates/polmira/components/bitrix/news/discounts/images/autumn-mob.webp")no-repeat;
         background-position: center;
         background-size: cover;
     }
    .img-w100[data-discount="173347313"]:before{
        background: url("/local/templates/polmira/components/bitrix/news/discounts/images/winter-detail-mob.webp")no-repeat;
        background-position: center;
        background-size: cover;
    }

    /*.img-w100.mob-mod:before{*/
    /*    background: url("/local/templates/polmira/components/bitrix/news/discounts/images/an3.png")no-repeat;*/
    /*}*/
    .section{
        margin: -75px 0 0 0 !important;
    }
    .img-w100[data-discount="173326604"] img{
        display: none;
    }

}
.discount .stock__item__wrapper {height:100%;}
.discount .slick-track {display:flex;}
.discount .slick-initialized .slick-slide {height: inherit !important}
.container.container_for-slider h2 {
    width: calc(100% - 100px);
    margin-left: 0;
}



/* End */


/* Start:/local/templates/polmira/components/bitrix/highloadblock.list/banner/style.css?16484061761512*/
.big-slider-item__title-video {
    margin-top: -200px;
    margin-left: 50px;
    position: relative;
    font-size: 34px;
    font-weight: 700;
    font-family: Circe;
    color: #FFF;
    margin-bottom: 24px;
    width: 80%;
}
.big-slider-item-video__link {
    margin-bottom: 50px;
    margin-left: 50px;
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 14px 50px;
    font-size: 16px;
    font-weight: 400;
    font-family: Circe;
    color: #FFF;
    border: 1px solid #FFF;
    border-radius: 5px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

@media(max-width: 767px) {
    .big-slider-wr .big-slider-item__video-container {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 30px;
        overflow: hidden;
        border-radius: 12px;
    }

    .big-slider-wr .big-slider-item__video-container video {
        position: absolute;
        top: 0;
        height: 100%;
        margin: auto;
    }
}

@media(min-width: 768px) {
    .big-slider-wr .big-slider-item__video-container {
        border-radius: 12px;
        overflow: hidden;
        height: 34vw;
    }
    .big-slider-wr .big-slider-item__video-container video {
        width: 100%;
    }
}

/* End */
/* /local/templates/polmira/components/bitrix/news/discounts/style.css?174885141511334 */
/* /local/templates/polmira/components/bitrix/highloadblock.list/banner/style.css?16484061761512 */
