

/* 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/catalog.section.list/popular_dev/style.css?16963312823126*/

.show-hover{
    width: 100%;
    height: 100%;
    display: flex;
    opacity: 0;
    flex-wrap: wrap;
    overflow: hidden;
    position: absolute;
    justify-content: space-between;
    row-gap: 3px;
    top: 0;
    left: 0;
    background: #fff;
    border-radius: 12px;
    transition: .3s;
}



.show-hover.preloader::before{
    position: absolute;
    z-index: 3;
    left: 50%;
    top: 50%;
    display: block;
    content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='margin: auto; background: none; display: block; shape-rendering: auto;' width='100px' height='100px' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid'%3E%3Ccircle cx='50' cy='50' fill='none' stroke='%23bfc3c8' stroke-width='1' r='35' stroke-dasharray='164.93361431346415 56.97787143782138'%3E%3CanimateTransform attributeName='transform' type='rotate' repeatCount='indefinite' dur='1s' values='0 50 50;360 50 50' keyTimes='0;1'%3E%3C/animateTransform%3E%3C/circle%3E%3C/svg%3E");
    transform: translate(-50%, -50%)
;
}
.show-hover.preloader::after{
    position: absolute;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    content: '';
    width: 100%;
    height: 100%;
    z-index: 2;
}

@media(min-width: 1024px){
    .small-slider .small-slider-item:hover .show-hover{
        opacity: 1;
    }
}
.show-hover img{
    padding-bottom: 3px;
    display: block;
    width: calc(100% / 4 - 6px);

    height: 68px;
    max-height: calc(100% / 4 - 9px);
    flex-shrink: 0;
    object-fit: cover;
    pointer-events: none;
}

.small-slider{
    padding: 80px 0 !important;
}

.small-slider-arrows{
    display: none;
}
.small-slider .small-slider-wr .small-slider-item{
    width: calc(100% / 4 - 16px);
    height: 258px !important;
    margin: 0 !important;
    position: relative;
    overflow: visible !important;
    background-size: cover !important;
}
.small-slider .small-slider-wr .small-slider-item p{
    position: absolute;
    bottom: -8px !important;
    left: 0 !important;
    transform: translateY(100%);
    color: var(--dark, #181010) !important;
    font-family: Proxima Nova;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.small-slider-cont1{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 56px;
    column-gap: 16px;
}
.small-slider-slide{

}
.zag{
    margin-bottom: 80px !important;}

.small-slider__all.btn{
    margin-top: 80px;
}
@media(max-width: 768px) and (min-width: 468px)
{
    .small-slider .small-slider-wr .small-slider-cont .small-slider-item::after {
        padding-top: 65%;
    }

    .small-slider .small-slider-wr .small-slider-cont .small-slider-item p {
        left: 20px;
    }
}
@media (max-width: 1024px){
    .small-slider .small-slider-wr .small-slider-item{
        width: calc(100% / 2 - 16px);
    }
}
@media (max-width: 480px){
    .small-slider .small-slider-wr .small-slider-item{
        width: 100%;
    }
}
/* End */


/* Start:/local/templates/polmira/components/bitrix/catalog.section/profit_offer_dev/style.css?17065193826212*/

@font-face {
    font-family: 'Proxima Nova Rg';
    src: url('/local/templates/polmira/fonts/proxima/ProximaNova-Regular.ttf');
    src: local('Proxima Nova Regular'), local('ProximaNova-Regular'),
    url('/local/templates/polmira/fonts/proxima/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/polmira/fonts/proxima/ProximaNova-Regular.woff') format('woff'),
    url('/local/templates/polmira/fonts/proxima/ProximaNova-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Proxima Nova Rg';
    src: url('/local/templates/polmira/fonts/proxima/ProximaNova-Bold.ttf');
    src: local('Proxima Nova Bold'), local('ProximaNova-Bold'),
    url('/local/templates/polmira/fonts/proxima/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/polmira/fonts/proxima/ProximaNova-Bold.woff') format('woff'),
    url('/local/templates/polmira/fonts/proxima/ProximaNova-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}


.middle-slider .middle-slider-wr .slick-list{
    padding-bottom: 10px;
}
.middle-slider .middle-slider-wr .slick-list{
    margin-left: 0 !important;
    width: 100% !important;
}


.middle-slider .middle-slider-wr .middle-slider-item .middle-slider-item-bottom .middle-slider-item-desc .count-reviews{
    line-height: 20px !important;
}


.regular-price{
    color: var(--dark, #181010);
    font-family: Proxima Nova;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.middle-slider .middle-slider-wr .middle-slider-item .middle-slider-item__thumb{
    height: 220px;
    border-radius: 16px;
    background-size: cover !important;
}

.middle-slider .middle-slider-wr .middle-slider-item{
    margin-left: 0 !important;
    margin-right: 16px !important;
}
.middle-slider .middle-slider-wr .middle-slider-item .middle-slider-item-bottom .middle-slider-item-desc .title{
    color: var(--dark, #181010) !important;
    min-height: 42px;
    font-family: Proxima Nova;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 700 !important;
    line-height: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.catalog-tablet .middle-slider-item__thumb{
    border-radius: 16px !important;
}
.catalog-filtr__link span mark mark{
    display: none !important;
}
.catalog-tablet .middle-slider-item-bottom .middle-slider-item-desc a.title{
    height: 43px;
    overflow: hidden;
    font-size: 16px !important;
}

.catalog-tablet .middle-slider-item-bottom .middle-slider-item-desc>div:first-child{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.middle-slider-cont .stock-parent > .stock{
    color: #8FBF29 !important;
    font-size: 14px ;
    font-style: normal;
    font-weight: 700 !important;
    line-height: normal;
    width: 100% ;
    height: initial ;
    opacity: 1 ;
    padding-top: 0 ;
}
.articule{
    display: none !important;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 700 !important;
    line-height: normal;
}
.count-reviews{
    color: #B9B9C9 !important;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 700 !important;
    line-height: normal;
}
.catalog-tablet .middle-slider-item-bottom .middle-slider-item-desc>div{
    align-items: center;
}
.stock-parent{
    flex: initial !important;
    width: auto !important;
    justify-content: space-between;
}
/*@media (min-width: 767px) {*/
/*    .stock-parent .stock-popup {*/
/*        right: -60px;*/
/*    }*/
/*}*/
/*.stock-parent .stock-popup::after {*/
/*    border-left: none;*/
/*}*/

.sale .catalog-list-wrapper::before{
    content: 'Акция!';
    position: absolute;
    top: 47px;
    left: 0;
    z-index: 1;
    display: flex;
    width: 90px;
    padding: 4px 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 0px 4px 4px 0px;
    background: #FF5050;
    color: var(--white, #FFF);
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.discount-price{
    color: #B9B9C9 !important;
    font-weight: 700 !important;

}
.procent{
    display: none !important;
}
.middle-slider .middle-slider-wr .middle-slider-item .middle-slider-item-bottom .middle-slider-item-price .cart-add{
    width: 100%;
    border-radius: 8px !important;
}
.catalog-tablet{
    border-radius: 24px;
    border: 2px solid #F3F2F9;
    background: var(--white, #FFF);
    box-shadow: 0px 4px 12px 0px rgba(20, 53, 117, 0.13);
    margin-left: 0;
    margin-right: 0;
    padding: 16px !important;
}

.product-liked{
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0px 4px 12px 0px rgba(20, 53, 117, 0.13);
    display: flex !important;
    width: 32px;
    height: 32px;
    padding: 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    top: 24px !important;
    right: 24px !important;
    transition: .2s;
}
.middle-slider-item:hover .product-liked{
    background: #FFF;
}
.middle-slider-item:hover{
    transition: .4s;
    box-shadow: 7px 7px 6px 1px rgba(20, 53, 117, 0.13);
}
.product-liked svg{
    width: 18px !important;
    height: 16px;
    flex-shrink: 0;
    fill: #B9B9C9;
}

/*.middle-slider .middle-slider-wr .middle-slider-item{*/
/*    width: calc(100% / 4) !important;*/
/*}*/
@media (max-width: 767px){
    .middle-slider .middle-slider-wr .middle-slider-item{
        width: 70vw !important;
    }

}

@media (max-width: 576px){
    .sale .catalog-list-wrapper::before{

        top: 37px;
        width: 60px;
        padding: 4px 10px;
        gap: 10px;
        font-size: 14px;
    }
    .zag{
        margin-bottom: 40px !important;
    }
}
/*@media (max-width: 480px){*/
/*    .catalog-tablet{*/
/*        width: 100% !important;*/
/*    }*/
/*    .catalog-tablet-wr .catalog-tablet .middle-slider-item__thumb{*/
/*        height: 220px;*/
/*    }*/



/*}*/
/* End */


/* Start:/local/templates/polmira/components/bitrix/news.list/shops_index/style.css?171387467813143*/

/* ---------------- магазины -------------------- */


.shops {
  margin-bottom: 80px;
  position: relative;
  font-family: "Proxima Nova Rg";
  color: #181010;
}
.shops::before {
  content: "";
  background: #F3F2F9;
  width: 85px;
  height: 85px;
  position: absolute;
  bottom: -25px;
  right: 25px;
}
.shops::after {
  content: "";
  background: #F3F2F9;
  width: 38px;
  height: 38px;
  position: absolute;
  bottom: 75px;
  right: 40px;
}
.shops h2 {
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px; /* 125% */
}
.shops .container {
  position: relative;
}
.shops .container::before {
  content: "";
  background: #F3F2F9;
  width: 175px;
  height: 175px;
  position: absolute;
  top: 36px;
  right: -50px;
  z-index: -1;
  pointer-events: none;
}
.shops .container::after {
  content: "";
  background: #F3F2F9;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 17px;
  right: 184px;
}
.shops .container > h2 {
  margin-bottom: 80px;
  position: relative;
  display: inline-block;
}
.shops .container > h2::after {
  content: "";
  height: 3px;
  background: #F3F2F9;
  position: absolute;
  bottom: 0;
  left: calc(1310px - 100vw);
  right: 14px;
  border-radius: 2px;
}
@media (max-width: 1320px) {
  .shops .container > h2::after {
    left: -200px;
  }
}
.shops__body {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
.shops__body .shop-slider {
  overflow: hidden;
  margin-bottom: 0;
  flex: 0 1 50%;
}
.shops__body .shop-slider {
  min-height: 0;
  min-width: 0;
  flex: 0 1 481px;
  height: 452px;
}
.shops__body .shop-slider img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
}
.shops__text-wrapp {
  flex: 1 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}
.shops__text-wrapp > a {
  display: flex;
  height: 48px;
  width: 217px;
  padding: 8px 24px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: #922F27;
  color: #FFF;
  /* Caption 1 Bold 16 px */
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 125% */
  transition:all .5s;
}
.shops__text-wrapp > a:hover {color:#fff;background:#DF4A43}
.shops__heading h2 {
  margin-bottom: 16px;
}
.shops__heading span {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 125% */
}
.shops__info-wrapper {
  display: flex;
  gap: 40px;
}
.shops__info {
  flex: 1 1;
}
.shops__contact {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 40px;
}
.shops__contact span {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 125% */
}
.shops__contact span a {
  color: #181010;
}
.shops__location {
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-size: 20px;
}
.shops__location span {
  display: flex;
  align-items: center;
  gap: 16px;
}

.features-list {
  flex: 0 1 317px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.features-list .features__item {
  width: 100%;
  padding: 8px;
  font-size: 16px;
  height: 56px;
  padding-right: 50px;
}
.features-list .features__item img {
  min-width: 40px;
}

[data-tab-content] {
  display: flex !important;
  height: 0px;
  overflow: hidden;
}

.active[data-tab-content] {
  height: auto;
}

.sh-list-wrapp {
  margin-bottom: 80px;
  position: relative;
}
.sh-list-wrapp::after {
  content: "";
  width: 42px;
  height: 42px;
  background: #F3F2F9;
  position: absolute;
  top: -67px;
  right: 14vw;
}

.sh-list-map {
  background: #922F27;
  flex: 1 1;
  border-radius: 24px;
}

.sh-list {
  height: 464px;
  overflow-y: auto;
  scroll-behavior: smooth;
  overscroll-behavior-inline: contain;
  scroll-snap-type: inline mandatory;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 0 1 298px;
}
.sh-list::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.sh-list__body {
  display: flex;
  gap: 30px;
}
.sh-list__item {
  scroll-snap-align: center;
  padding: 16px 24px;
  border-radius: 24px;
  border: 2px solid #F3F2F9;
  background: #FFF;
  box-shadow: 0px 4px 12px 0px rgba(20, 53, 117, 0.13);
}
.sh-list__item.active {
  border-color: #922F27;
}
.sh-list__item.active .sh-list__radio {
  position: relative;
}
.sh-list__item.active .sh-list__radio::after {
  content: "";
  width: 12px;
  height: 12px;
  background: #922F27;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.sh-list__item > span {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 125% */
}
.sh-list__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}
.sh-list__heading h3 {
  margin: 0;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px; /* 125% */
}
.sh-list__radio {
  width: 24px;
  min-width: 24px;
  height: 24px;
  border: 2px solid #F3F2F9;
  border-radius: 50%;
}
.sh-list__location {
  margin: 16px 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.sh-list__location img {
  width: 16px;
  height: 16px;
}
.sh-list__location span {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 125% */
}
@media (max-width: 1200px) {
  .shops__body {
    gap: 16px;
  }
  .shops__body .shop-slider {
    flex: 0 1 40%;
  }
  .shops__info-wrapper {
    gap: 16px;
  }
  .shops__text-wrapp {
    gap: 24px;
  }
}
@media (max-width: 1130px) {
  .shops::after {
    display: none;
  }
}
@media (max-width: 992px) {
  .shops::before {
    display: none;
  }
  .shops .container::before, .shops .container::after {
    display: none;
  }
  .sh-list-wrapp::after {
    display: none;
  }
}
@media (max-width: 992px) {
  .shops {
    margin-bottom: 40px;
  }
  .shops__body {
    flex-direction: column;
  }
  .sh-list {
    height: 350px;
  }
  .sh-list-wrapp {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .shops .container > h2 {
    margin-bottom: 40px;
  }
  .shops__heading h2 {
    margin-bottom: 8px;
  }
  .shops__body {
    gap: 24px;
  }
  .shops__body .shop-slider {
    height: 303px;
  }
  .shops__text-wrapp > div {
    width: 100%;
  }
  .shops__info-wrapper {
    flex-direction: column;
  }
  .shops__contact {
    margin-bottom: 24px;
  }
  .features-list {
    flex: auto;
    gap: 8px;
  }
}
@media (max-width: 768px) {
  .sh-list__body {
    flex-direction: column;
    gap: 16px;
  }
  .sh-list-map {
    flex: auto;
    height: 464px;
  }
}
.shop .slick-list, .shops .slick-list {
  margin: 0 -20px;
  position: relative;
}
.shop .slick-list img, .shops .slick-list img {
  margin: 0 20px;
}
.shop .slick-dots, .shops .slick-dots {
  position: absolute;
  padding-left: 0;
  gap: 8px;
  bottom: 24px !important;
  margin-bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.shop .slick-dots li button, .shops .slick-dots li button {
  width: 8px;
  height: 8px;
  background: #F3F2F9;
}
.shop .slick-dots li.slick-active button, .shop .slick-dots li:hover button, .shops .slick-dots li.slick-active button, .shops .slick-dots li:hover button {
  background-color: #922F27;
  transform: scale(1);
}

.shop {
  font-family: "Proxima Nova Rg";
  color: #181010;
}
.shop h1 {
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px; /* 125% */
  margin-bottom: 18px;
}
.shop p {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 125% */
}
.shop .container > span {
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 45px; /* 125% */
}
.shop_features {
  grid-area: 1/1/2/2;
  display: flex;
  flex-wrap: wrap;
  row-gap: 16px;
}
.shop_features span {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 0 1 50%;
}
.shop__body {
  margin-top: 56px;
  display: grid;
  -moz-column-gap: 32px;
       column-gap: 32px;
  row-gap: 48px;
  grid-template: auto 1fr/repeat(2, calc(50% - 16px));
}
.shop__location span {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 125% */
}
.shop__location span + span {
  margin-top: 16px;
}
.shop__desc {
  grid-area: 2/1/3/2;
}
.shop__desc h2 {
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px; /* 125% */
  margin: 0 0 1rem;
}
.shop__slider-wrapp {
  grid-area: 1/2/3/3;
}
.shop__slider-wrapp img {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
}
.shop-slider {
  height: 444px;
  margin-bottom: 32px;
}
.features {
  margin-top: 48px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
}
.features__item {
  display: flex;
  gap: 16px;
  align-items: center;
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0px 4px 12px 0px rgba(20, 53, 117, 0.13);
  width: calc(33.3333333333% - 5.3333333333px);
}
.features__item span {font-size:16px;line-height:18px;font-weight:400px;}
.features__item img {
  width: 40px;
  height: 40px;
  border-radius: 5.926px;
  background: #6D7487;
  padding: 7.4px;
  box-shadow: 0px 2.963px 8.889px 0px rgba(20, 53, 117, 0.13);
}
.features__item:nth-child(5n+4), .features__item:nth-child(5n) {
  width: calc(50% - 4px);
}

.shop-info {
  margin-top: 48px;
  display: flex;
  gap: 16px;
}
.shop-info > * {
  flex: 0 1 50%;
}
.shop-info h2 {
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px; /* 125% */
  margin-bottom: 24px;
}

.shop-services ul {
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  row-gap: 16px;
}
.shop-services ul li {
  position: relative;
  padding-left: 28px;
  flex: 0 1 50%;
  font-size: 20px;
  line-height: 125%; /* 125% */
}
.shop-services ul li::after {
  content: "";
  background: #922F27;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.shop-contacts span {
  display: flex;
  align-items: center;
  gap: 16px;
}
.shop-contacts span a {
  color: #181010;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 125% */
}
.shop-contacts span + span {
  margin-top: 16px;
}
.shop__item-block-link{
  margin: 12px 0;
}
.shop__item-block-link > a{
  display: block;
  font-weight: 400;
  color: #922F27 !important;
  font-size: 16px;
}
.shop__item-block-link > a:hover{
  color: #858585 !important;
}


@media (max-width: 1170px) {
  .shop-slider {
    height: 361px;
  }
}
@media (max-width: 992px) {
  .shop-info {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (min-width: 768px) {
  .show-hide-btn {
    display: none;
  }
}
@media (max-width: 768px) {
  .shop__body {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .shop__location {
    order: 1;
  }
  .shop__slider-wrapp {
    order: 2;
  }
  .shop__slider-wrapp .slick-dots {
    bottom: 16px !important;
  }
  .shop-slider {
    margin-bottom: 0;
  }
  .shop__desc {
    order: 3;
  }
  .features {
    margin-top: 40px;
    flex-direction: column;
  }
  .features__item, .features__item:nth-child(5n+4), .features__item:nth-child(5n) {
    width: 100%;
  }
  .shop-info {
    margin-top: 40px;
  }
  .shop__desc-wrapp {
    overflow: hidden;
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 50px;
  }
  .shop__desc-wrapp._hide {
    height: 320px;
  }
  .shop__desc-wrapp .show-hide-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
    padding: 16px 0 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    background: #FFF;
    box-shadow: 0px -4px 12px 0px rgba(20, 53, 117, 0.07);
    color: #922F27;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
  }
}
@media (max-width: 425px) {
  .shop h1 {
    margin-bottom: 12px;
  }
  .shop .container > span {
    font-size: 36px;
  }
  .shop__body {
    margin-top: 40px;
  }
  .shop-services ul {
    flex-direction: column;
    gap: 8px;
  }
}

.product_arrow {
  position: absolute;
  top: 25%;
  z-index: 10;
  height: 85px;
  width: 24px;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: .5;
  cursor: pointer;
  transition: .3s;
}
.product_arrow:hover {
  opacity: 1;
}
.product_arrow.next {
  right: 0;
}

.product_arrow.prev{
  transform: rotate(180deg);
  left: 0;
  position: absolute;
}
.product_arrow.next svg {
  transform: rotate(90deg);
}
.product_arrow.prev svg {
  transform: rotate(90deg);
}

@media (max-width: 992px){
  .product_arrow{
    display: none !important;
  }
}
@media (min-width: 992px) {
  .product_arrow{
    display: flex;
  }
  
}
@media (min-width:1200px){
  .product_arrow{
    top: 30%;
  }
}


.shop-more {display:inline-block;width:100%;margin:15px 0 0 0;}
.shop-more button {width:100%;}



/* End */


/* Start:/local/templates/polmira/components/bitrix/news.list/news_on_main/style.css?17078128682251*/
.sections-art__item:hover .sections-art__item__img img{
    transform: scale(1.1);
}
.sections-art__item__img > img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: .3s;
    opacity: .7;
}
.sections-art__item{
    position: relative;
    height: 190px;
    display: block;
}

.sections-art__item__img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    border-radius: 16px;
    overflow: hidden;
    background: #000000;
}
.logo_img img{
    transition: .3s;
}
.sections-art__item__img:has(.logo_img){
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.sections-art__item__body{
    position: relative;
    z-index: 1;
    padding: 24px;
}

.sections-art__item__body__title{
    font-size: 21px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 100%;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.slider_sections-art{
    margin: 80px 0 40px -16px;
}
.slider_sections-art .slider_sections-art_slide-wrapper{
    margin-left: 16px;
}

.slider_sections-art .slick-list {
    padding: 0 10% 0 0;
}

.slider_sections-art .slick-arrow{
    position: absolute;
    top: 50%;
    cursor: pointer;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    overflow: hidden;
    z-index: 10;
}
.slider_sections-art .slick-arrow img{
    position: relative;
    z-index: 11;
    display: flex;
    margin: auto;
    top: 50%;
    transform: translate(2px,-50%);
}
.slider_sections-art .slick-next{
    right: 16px;
    transform: translateY(-50%);
}
.slider_sections-art .slick-prev{
    transform: rotate(180deg) translateY(50%);
    left: 32px;
}
.sections-art__item__body__date{
    color: #EEEEEE;
    font-size: 14px;
}

@media (max-width: 768px) {

    .slider_sections-art{
        margin: 40px 0 16px -16px;
    }
}
@media (max-width: 480px){
    .slider_sections-art .slick-list{
        padding: 0 30% 0 0;
    }
    .sections-art__item{
        height: 373px;
    }
}

/* End */


/* Start:/local/templates/polmira/components/bitrix/news.list/art_on_main/style.css?17077254666416*/
.articles-on-main{
    background: #F3F2F9;
    padding: 80px 0;
}
.articles-on-main h2{
    color: #181010;
    font-size: 36px;
    font-weight: 700;
}
.atricles__filters ul{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 48px 0;
    padding: 0;
}
.atricles__filters li{
    width: fit-content;
    text-align: center;
    border-radius: 8px;
    background: #F3F2F9;
    cursor: pointer;
}
.atricles__filters li a{
    color: #6D7487;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    height: 100%;
    display: flex;
    padding: 4px 16px;
    justify-content: center;
    align-items: flex-start;
}

.article__link{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}


.atricles__filters li.active,
.atricles__filters li:hover{
    background: #922F27;
    transition: .3s;
}
.atricles__filters li.active a,
.atricles__filters li:hover a{
    color: #FFF;
    font-weight: 700;
    transition: .3s;
}

.atricles__body{
    display: flex;
    flex-wrap: wrap;
    row-gap: 24px;
    margin-left: -16px;
}

@media (min-width: 550px) {
    .atricles__body:not(.slick-initialized){
        gap: 24px;
        margin-left: 0;
    }
    .atricles__body:not(.slick-initialized) .art-slide-wrapper{
        width: calc(50% - 24px);
    }
}
@media (max-width: 550px) {
    .atricles__body:not(.slick-initialized) .art-slide-wrapper{
        width: 100%;
    }
}
    /*Карточка статьи*/
.article{
    padding: 16px 15px 16px 16px;
    border-radius: 16px;
    background: #FFFFFF;
    box-shadow: 0px 4px 12px 0px rgba(20, 53, 117, 0.13);
    display: flex;
    gap: 16px;
    height: 173px;
    position: relative;
}

.article:hover .article__photo img{
    transform: scale(1.1);
    opacity: .7;
}


.article__photo{
    min-width: fit-content;
    height: 100%;
    overflow: hidden;
    border-radius: 8px;
    background-color: #000000;
}
.article__photo img{
    display: block;
    min-width: 222px;
    width: 222px;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: .3s;
}

.article__body{
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}
.article__stats{
    display: flex;
    gap: 12px;
    justify-content: end;
    align-items: center;
    position: relative;
    z-index: 2;
}
.article__stats > div{
    height: 24px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.article__like:hover path{
    fill: #922F27;
    transition: .3s;
}
.article__views{
    gap: 8px;
}
.article__views__count{
    color: #B9B9C9;
    font-size: 14px;
    font-weight: 600;
}

.article__title{
    color: #181010;
    font-size: 16px;
    font-weight: 700;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 3; /* number of lines to show */
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.article__text{
    color: #181010;
    overflow: hidden;
    display: none;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 3; /* number of lines to show */
    line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 16px;
    font-weight: 400;
}
.article-btn{
    color: #922F27;
    font-size: 14px;
    font-weight: 700;
}
.article__date{
    color: #B9B9C9;
    width: 100%;
    text-align: right;
    font-size: 14px;
    font-weight: 600;
}


@media (max-width: 768px) {
    .article{
        height: 207px;
    }

}



.atricles__body .slick-dots{
    margin: 40px 0 0 16px;
    padding: 0 30px !important;
    height: 24px;
}

.atricles__body .slick-dots li{
    max-width: 125px !important;
    padding: 0 4px !important;
}
.atricles__body .slick-dots li button{
    background: #FFFFFF !important;
    border-radius: 4px !important;
    width: 100% !important;
    height: 8px !important;
}
.atricles__body .slick-dots li.slick-active button{
    background: #922F27 !important;
    transform: none !important;
}
.atricles__body .slick-slide{
    display: flex !important;
    flex-direction: column;
    gap: 16px;
    margin-left: 16px;
}

.atricles__body .slick-arrow{
    position: absolute;
    bottom: 0;
    cursor: pointer;
}
.atricles__body .slick-next{
    right: 0;
}
.atricles__body .slick-prev{
    transform: rotate(180deg);
    left: 16px;
}



.blur{
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(8px);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.art-btn{
    border-radius: 8px;
    background-color: #922F27;
    height: 40px;
    text-align: center;
    padding: 0 24px;
    width: fit-content;
    margin: 0 auto;
    color: #ffffff;
    display: none;
    align-items: center;
    cursor: pointer;
    margin-top: 24px;
}
.slider_sections-art:not(.slick-initialized){
    display: flex;
}
.slider_sections-art:not(.slick-initialized) .slider_sections-art_slide-wrapper{
    width: 254px;
}

@media (max-width: 1024px) {
    .article__photo img{
        min-width: 160px;
        width: 160px;
    }
}
@media (max-width: 768px) {
    .article{
        flex-direction: column;
        height: 278px;
    }
    .article__photo img{
        min-width: 100%;
        width: 100%;
    }
    .article__date{
        position: absolute;
        top: 0;
        left: 0;
        width: initial;
    }
    .atricles__body{
        margin-left: -8px;
    }
    .atricles__body .slick-slide{
        margin-left: 8px;
    }

}

@media (max-width: 480px){
    .atricles__body .article__photo{
        min-height: 125px;
        height: 125px;
    }
    .art-slide-wrapper.hidden{
        display: none;
    }
    .art-btn{
        display: flex;
    }
}

.ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more{
    background: none !important;
    padding: 0 !important;
}
.ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__icon_more{
    background-image: url('/local/templates/polmira/components/bitrix/news/articles/images/share.svg') !important;
    height: 16px !important;
    width: 16px !important;
    transition: .3s;
}
.ya-share2:hover .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__icon_more{
    background-image: url('/local/templates/polmira/components/bitrix/news/articles/images/share-b.svg') !important;
}
/* End */
/* /local/templates/polmira/components/bitrix/news/discounts/style.css?174885141511334 */
/* /local/templates/polmira/components/bitrix/catalog.section.list/popular_dev/style.css?16963312823126 */
/* /local/templates/polmira/components/bitrix/catalog.section/profit_offer_dev/style.css?17065193826212 */
/* /local/templates/polmira/components/bitrix/news.list/shops_index/style.css?171387467813143 */
/* /local/templates/polmira/components/bitrix/news.list/news_on_main/style.css?17078128682251 */
/* /local/templates/polmira/components/bitrix/news.list/art_on_main/style.css?17077254666416 */
