

/* Start:/promo/parki/parka-landing.css?173054993111953*/
body {
    background: linear-gradient(180deg, #FFF 0%, #E5F6FE 100%) !important;
    height: auto !important;
}
.sc-top__footer,
.footer-subscription{
    display:none;
}
.position-relative {
    position: relative !important;
}
section {
    margin-bottom: 130px;
    z-index: 1;
    position: relative;
}
.footer__menu.row {
    flex-wrap:wrap;
}
.m-auto {
    margin: 0 auto;
}

.align-center {
    text-align: center;
}

.wrapper.inner-page-bg {
    background: none !important;
    overflow: hidden !important;
    position: relative !important;
    background-color: #E5F6FE !important;
}
.landing_bg {
    position:absolute;
    top:0;
    width: 100%;
    height: 525px;
    background: linear-gradient(180deg, #FFF 0%, #E5F6FE 100%);
    z-index: 0;
}
.page-wrapper * {
    color: #03417F;
    font-family: Circe Rounded;
}

.page-wrapper {
    min-height: 100vh;

}

.row {
    display: flex;
}
#slider_top {
    padding-top: 75px;
}
/*---- Patterns ---------*/
.pattern {
    position: absolute;
    z-index: 0;
}

.pattern__left {
    left: -460px;
    top: 270px;
    transform: rotate(11.386deg);
}
.pattern__right {
    right: -285px;
    top: -205px;
    z-index: -1;
}
.pattern__left-2 {
    left: -210px;
    top: -100px;
    z-index: -1;
}
.pattern__right-2 {
    left: 41%;
    top: 540px;
    z-index: -1;
}
/*---- SECTION styles -----*/
.section__title {
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 75% */
    letter-spacing: -0.8px;
    text-transform: uppercase;
    text-align: center;
    margin-top:0px;
    margin-bottom: 72px;
    padding-top:5px;
}

/*------------ TOP SLIDER styles ------------*/
.top-slider .col {
    width:100%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.top-slider__title {
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 66px */
    letter-spacing: -0.6px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.top-slider__text {
    color: #232323;
    font-family: Circe Rounded;
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%; /* 33px */
    letter-spacing: -0.22px;
    padding-right: 80px;
    margin-bottom: 50px;
}

.top-slider__popup {
    width:100%;
    max-width: 280px;
    height: 76px;
    border-radius: 60px;
    background: #FFC800;
    color: #fff;
    border: none;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 26px */
    font-variant: all-small-caps;
    letter-spacing: -0.52px;
    text-align: center;
    z-index: 50;
    position:relative;
}
.btn__filter {
    width: 200px;
    height: 58px;
    border-radius: 64px;
    background: #FFC800;
    color: #fff;
    border: none;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 26px */
    font-variant: all-small-caps;
    letter-spacing: -0.24px;
    text-align: center;
}

/*-------- Youtube & promo section----------*/
.youtube-wrapper {
    width: 100%;
    max-width: 770px;
    background: url("/promo/parki/images/youtube_bg.jpg") 50% 50% no-repeat;
    background-size: cover;
    border-radius: 25px;
    overflow: hidden;
    padding-bottom: 55.8%;
    text-align: center;
    position: relative;
    font-size:0px;
}
.youtube-wrapper iframe {
    height: 440px;
}
.youtube-wrapper > svg {
    position: absolute;
    top: calc(50% - 57.5px);
    left: calc(50% - 40px);
    width: 114.29px;
    background: #fff;
    border-radius: 22px;
}

.youtube-wrapper:before {
    content: "";
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.promo-card {
    display: inline-block;
    height: 100%;
    padding: 0 30px;
}

.promo-wrapper {
    width: 310px;
    height: 460px;
    background: url("/promo/parki/images/promocode_bg.png") 50% 50% no-repeat;
    background-size: cover;
}

.promo-card__text {
    color: #232323;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 32px */
    letter-spacing: -0.64px;
    margin-bottom: 8px;
    margin-top: 168px;
    opacity: 0;
}

.promo-card__percent {
    color: #0B61B7;
    text-align: center;
    font-size: 70px;
    font-style: normal;
    font-weight: bold;
    line-height: 110%; /* 77px */
    letter-spacing: -0.7px;
    text-transform: uppercase;
    margin-bottom: 61px;
}

.promo-card__code {
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 35.2px */
    letter-spacing: -0.32px;
    text-transform: uppercase;
    text-align: center;
}


/*--- Filter, Catalog filter ----*/
.filter-wrapper {
    border-radius: 25px;
    background: #CEE8F4;
    height: 200px;
    padding:34px 50px;
}

.filter__title {
    color: #03417F;
    font-family: Circe Rounded;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 32px */
    letter-spacing: -0.64px;
    float:left;
    margin-right:-10px;
}
.filter__filter {
    float:left;
    margin-top:5px;
    margin-bottom:-5px;
}
.filter__filter span {
    color: #0B61B7;
    font-family: Circe Rounded;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 187.5% */
    letter-spacing: -0.16px;
    margin-left: 20px;
}
.filter__filter span > span::after {
    content:"x";
    olor: #0B61B7;
    font-family: Circe Rounded;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    margin-left:7px;
    cursor:pointer;
}

.select__block {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-top:23px;
}

.filter__select {
    width: 260px;
    height: 58px;
    border-radius: 50px;
    background: #FFF;
    margin-right: 20px;
    margin-bottom: 20px;
}

input {
    display: none;
}

.select__default {
    position: absolute;
    display: block;
    top: 0;
    color: #232323;
    font-family: Circe Rounded;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: -0.18px;
    width: 100%;
    padding-left:25px;
    padding-left:25px;
}

.select {
    display: inline-block;
    width: 100%;
    height: 100%;
    line-height: 30px;
    position: relative;
    padding: 15px 0px;
}

.select::before {
    content: url('/promo/parki/images/arrow_svg.svg');
    display: inline-block;
    position: absolute;
    z-index: 2;
    text-align: center;
    cursor: pointer;
    top: 14px;
    right: 25px
}

.select input[name^="list_"]:not(:checked) ~ .select__default {

}

.select input[name^="list_"]:checked ~ .select__default {
    background: transparent;
    color: transparent;
    z-index: 2;
}

input[id^="select_"]:disabled ~ .items .select__default {
    background: #eee;
}

.items {
    display: block;
    position: absolute;
    overflow: hidden;
    width: 100%;
    top: 15px;
    cursor: pointer;
    text-align: left;
    padding: 0 10px;
}

input[id^="select_"]:not(:checked) ~ .items {
    height: 30px;
}

.items label {
    display: none;
    background: white;
    font-weight: normal;
    padding:0 20px;
}

.items label:hover {
    background: #E5F6FE;
    cursor: pointer;
}

input[id^="select_"]:checked ~ .items {
    padding-top: 30px;
    background: #fff;
    border-radius: 25px;
    z-index:100;
    box-shadow: 0px 20px 15px 0px rgba(0, 24, 49, 0.10);
}

input[id^="select_"]:checked ~ .items label {
    display: block;
}

.items input:checked + label {
    display: block !important;
    border: none;
    background: white;
}

/*------Catalog items --------*/
#filter {
    margin-bottom:44px;

}
#catalog {
    position: relative;
}
.catalog-section__item {
    width: 264px;
}
.catalog__item {
    padding:20px 9px;
    height: 440px;
    width: 264px;
    background: #fff;
    border-radius: 25px;
}
.slider-catalog-prev,
.slider-catalog-next {
    position: absolute;
    top:195px;
    width: 50px;
    height:50px;
}
.slider-catalog-prev {
    left: 0px;
    margin-left: -90px;
}
.slider-catalog-next {
    right: 0px;
    margin-right: -90px;
}


.line-4 {
    -webkit-line-clamp: 4;
}
.line-7 {
    -webkit-line-clamp: 7;
}

/*------Popup request --------*/
.popup-request.fancybox-opened {
    width: 100% !important;
    max-width: 420px !important;
    height:420px !important;
    background: transparent;
    box-shadow: 0px 10px 15px 0px rgba(0, 24, 49, 0.10);
}
.popup-request.fancybox-opened .fancybox-inner {
    border-radius:0px !important;
    box-shadow:unset !important;
}
.popup-request.fancybox-opened .fancybox-skin{
    border-radius: 25px !important;
    padding:0px !important;
}
.popup-request .fancybox-skin,
.popup-request .fancybox-inner {
    width:100% !important;
    height:100% !important;
}
.popup-request .row {
    flex-direction: column;
    margin:0px;
    padding:50px 60px;
}
.popup-request .row > div {
    text-align:center;
}
.popup-request__title {
    color: #03417F;
    font-family: Circe Rounded ;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 32px */
    letter-spacing: -0.64px;
    margin-bottom:43px;
}
.input-item .popup-request__input {
    width: 300px;
    height: 58px;
    border-radius: 50px;
    background: #F2FBFF;
    display:block;
    padding:15px 30px;
    border: none;
    margin-bottom:20px;
}
.popup-request__btn {
    width: 300px;
    height: 58px;
    border-radius: 64px;
    background: #FFC800;
    border: none;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: -0.24px;
    padding: 15px 0px;
    margin-top:20px
}



@media (min-width: 767.98px) {

}
@media (min-width: 992px) {
    .top-slider .col {
        width: 50% !important;
    }
    #promo_code .row {
        align-items: center;
    }
    #promo_code .row .col-lg-8 {
        width: 66.66%
    }
    #promo_code .row .col-lg-4 {
        width: 33.34%
    }

}

@media (max-width: 1399.98px) { }
@media (max-width: 1199.98px) {
    .slider-top-text .swiper-slide {
        padding-bottom: unset;
    }
    .top-slider__title {
        font-size:2.5rem;
    }
    .top-slider__text {
        margin-bottom:40px;
    }
    .slider-top-text .swiper-slide .slider-content {
        position: relative;
        margin-bottom: 40px;
    }
}
@media (max-width: 991.98px) {
    .section__title {
        line-height: 2.5rem;
    }
    .row.top-slider {
        flex-direction: column;
    }

    .youtube-wrapper > svg {
        position: absolute;
        top: calc(50% - 42.5px);
        left: calc(50% - 57px);
    }
    #promo_code .row {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    #promo_code .row .col-lg-8,
    #promo_code .row .col-lg-4
    {
        width: 100%;
    }
    .youtube-wrapper {
        margin-bottom: 2rem;
    }
    .promo-wrapper {
        margin:0 auto;
    }
    .promo__card {
        margin:0 auto;
    }
    .slider-promo-prev,
    .slider-promo-next {
        display:none;
    }
}
@media (max-width: 767.98px) {

}
@media (max-width: 575.98px) {
    section {
        margin-bottom:72px;
    }
    .top-slider__text {
        padding-right:0px;

    }

    .row.top-slider {
        margin:0;
    }
    .slider-promo__wrapper {
        height:auto;
    }
    .swiper.promo-cards {
        top:unset;
        margin-bottom:unset;
        margin-right: auto;
        margin-left: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
    .promo-cards .swiper-slide {
        width: calc(100vw - 30px);
    }
    .filter-wrapper {
        height: auto;
    }
    .filter__title,
    .filter__filter span {
        width:100%;
    }
    .select__block {
        flex-direction:column;
    }
    .popup-request.fancybox-opened {
        max-width: calc(100vw - 2rem) !important;
    }
    .popup-request .row {
        padding: 50px 30px;
    }
}
/* End */


/* Start:/local/templates/scnew/components/bitrix/system.pagenavigation/.default/style.min.css?17434152843278*/
.bx_pagination_bottom *{vertical-align:baseline}.bx_pagination_bottom{color:#8d8d8d;font-size:11px;text-align:center}.bx_pagination_bottom .bx_pagination_section_two{display:inline-block}.bx_pagination_bottom .bx_pg_section{display:inline-block;height:30px;vertical-align:top;line-height:30px}.bx_pagination_bottom .bx_pagination_select_container{display:inline-block}.bx_pagination_bottom .bx_pagination_select_container select{position:relative;margin:2px 20px 2px 10px;padding:1px 25px 3px 5px;height:22px;outline:0;border:1px solid #e0e0e0;border-radius:1px;background:#fff url(/local/templates/scnew/components/bitrix/system.pagenavigation/.default/images/select_arrow.png)no-repeat right center;color:#8d8d8d;font-size:11px;line-height:16px;resize:none;-webkit-appearance:none}@-moz-document url-prefix(){.bx_pagination_bottom .bx_pagination_select_container select{background:#fff!important;padding-right:5px}}.bx_pagination_bottom .bx_pagination_page{white-space:nowrap;font-size:18px}.bx_pagination_bottom .bx_pagination_page ul{display:inline-block;margin:0;padding:0}.bx_pagination_bottom .bx_pagination_page li{display:inline-block;margin:0 4px;padding:0 4px;color:#8d8d8d;text-align:center;line-height:22px}.bx_pagination_bottom .bx_pagination_page li a{display:block;color:#8d8d8d;text-align:center;text-decoration:none;line-height:22px}.bx_pagination_bottom .bx_pagination_page li a:hover{color:#555}.bx_pagination_bottom .bx_pagination_page li.bx_active{border-bottom:2px solid;color:#0274bd}.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num{display:block}.bx_pagination_bottom .bx_pg_section.bx_pg_show_col select{margin-right:5px}.bx_pagination_bottom .bx_wsnw{white-space:nowrap}@media (min-width:480px) and (max-width:639px){.bx_pagination_bottom .bx_pagination_select_container select{margin-right:10px}}@media (max-width:479px){.bx_pagination_bottom .bx_pagination_section_two{float:none;text-align:left}.bx_pagination_bottom .bx_pagination_select_container,.bx_pagination_bottom .bx_pagination_select_container select,.bx_pagination_bottom .bx_pg_section{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:47%}.bx_pagination_bottom .bx_pagination_select_container select{display:block;margin-right:0!important;width:90%}.bx_pagination_bottom .bx_pg_section{width:100%;text-align:left}.bx_pagination_bottom .bx_pagination_page{white-space:normal}.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num{width:100%;height:auto;text-align:center}.bx_pagination_bottom .bx_pg_section.bx_pg_show_col,.bx_pagination_bottom .bx_pg_section.pg_pagination_num .bx_pg_text{display:none}.bx_pagination_bottom .bx_pg_text{display:inline-block;width:50%}}.bx_pagination_bottom .bx_pagination_page,.bx_pagination_bottom .bx_pagination_section_one,.bx_pagination_bottom .bx_pagination_section_two,.bx_pagination_bottom .bx_pagination_select_container,.bx_pagination_bottom .bx_pagination_select_container select,.bx_pagination_bottom .bx_pg_section,.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num,.bx_pagination_bottom .bx_pg_section.bx_pg_show_col,.bx_pagination_bottom .bx_pg_section.pg_pagination_num .bx_pg_text,.bx_pagination_bottom .bx_pg_text{-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}
/* End */


/* Start:/local/templates/scnew/components/bitrix/news.list/parki_1/style.min.css?17303845521237*/
.slider-img .swiper .slider-content{border-radius:25px;overflow:hidden}.slider-img .swiper-slide,.slider-top-text .swiper-slide{width:100%;padding-bottom:75.86%;position:relative}.slider-img .swiper-slide .slider-content,.slider-top-text .swiper-slide .slider-content,.swiper__bg{position:absolute;top:0;left:0;width:100%}.swiper__bg{padding-bottom:75.86%;border-radius:25px;background-color:#cee8f4;top:-21px;left:-10.5px}.slider-img.col{padding-right:0}.slider-img__img img{width:100%}.slider-img .swiper-button-next,.slider-img .swiper-button-prev{width:50px;height:50px;overflow:hidden;top:75.33%;left:unset;bottom:unset}.slider-img .swiper-button-next{right:30px}.slider-img .swiper-button-prev{right:90px}.slider-img .swiper-button-next>svg,.slider-img .swiper-button-prev>svg{position:absolute;height:50px;width:auto}.slider-img .swiper-button-next>svg{right:0}.slider-img .swiper-button-prev>svg{left:0}.slider-img .swiper-button-next:after,.slider-img .swiper-button-prev:after{content:none}@media (max-width:991.98px){.top-slider .img-description{order:2;margin-top:2rem}.slider-top-text .swiper-slide{padding:0;height:auto}.slider-top-text .swiper-slide .slider-content{position:relative}.top-slider__text{margin-bottom:1rem}}
/* End */


/* Start:/local/templates/scnew/components/bitrix/news.list/parki_2/style.min.css?17434152841437*/
.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.slider-promo__wrapper{width:100%;height:770px;border-radius:25px;background:linear-gradient(180deg,#fff 0,rgba(255,255,255,0) 100%);position:relative;padding-top:72px}.promo-cards .swiper-slide{height:480px;width:330px}.swiper.promo-cards{position:relative;top:-600px;margin-bottom:-580px}.promo__card{display:flex;flex-direction:column;overflow:hidden;flex-wrap:nowrap;height:450px;width:320px;border-radius:25px;background:#fff;box-shadow:0 10px 15px 0 rgba(0,24,49,.1)}.promo__card-img{height:220px;width:100%;overflow:hidden;text-align:center;margin-bottom:30px;position:relative}.promo__card-img img{width:100%;height:auto;position:absolute;max-width:320px;top:0;left:0}.promo__card-ico{height:70px;text-align:center;margin:0 auto 19px}.promo__card-desc{color:#232323;text-align:center;font-family:Circe Rounded;font-size:20px;font-style:normal;font-weight:300;line-height:130%;letter-spacing:-.2px;padding:0 43px}.promo__card-desc b{font-weight:400;color:#232323;line-height:150%}.slider-promo-next,.slider-promo-prev{width:50px;height:50px;overflow:hidden;top:56px;position:absolute}.slider-promo-next{right:40px}.slider-promo-prev{right:100px}.slider-promo-next>svg,.slider-promo-prev>svg{position:absolute;height:50px;width:auto}.slider-promo-next>svg{right:0}.slider-promo-prev>svg{left:0}@media (max-width:575.98px){.slider-promo__wrapper{padding-top:3rem}}
/* End */


/* Start:/local/templates/scnew/components/bitrix/catalog.smart.filter/promo-parki/style.min.css?174341528410246*/
.cat-prod-filter{margin:30px 0 40px;padding:0;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEXs7Oz4+Pjs7Oz4+PjqaYP3AAAAAnRSTlP7+6u03toAAAA1SURBVAjXY9Dav2ovg9a/VX8YtH+t/sGg/2r9Cwb7VftXMNSt+reCoWr1r5UMWetfrSVWHQCHlipZsPum7wAAAABJRU5ErkJggg==);background-repeat:repeat;width:100%;color:#393e41}.cat-prod-filter-content{background-color:rgba(255,255,255,.35);padding:20px 0 20px 20px}.cat-prod-filter__item{margin:0 20px 0 0;padding:0;float:left}.cat-prod-filter__title{color:#393e41;font-size:16px;line-height:18px;font-weight:600;margin:0;padding:0}.cat-prod-filter__item__select{position:relative;margin:17px 0 0;padding:0}.cat-prod-filter__item__select-text{margin:0;padding:0 29px 0 14px;width:330px;height:36px;box-sizing:border-box;background-color:#fff;position:relative;font-size:14px;line-height:36px;cursor:pointer;overflow:hidden}.cat-prod-filter__item__select-text:after{content:"";display:block;position:absolute;top:16px;right:10px;width:10px;height:7px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAHBAMAAADDgsFQAAAAFVBMVEUAAAA0PD80PD80PD80PD80PD80PD+4ExWzAAAABnRSTlMAqwUE1KEdA2KdAAAALUlEQVQI12NwNWBgDmEQE2JQTAQiJSCDSUwwUYGBQTFNiIGBgVlQgQEIjBgYAGM9A+zWRguMAAAAAElFTkSuQmCC);background-repeat:no-repeat}.cat-prod-filter__item__select-active .cat-prod-filter__item__select-text:after{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAHBAMAAADDgsFQAAAAFVBMVEUAAAAAnP8AnP8AnP8AnP8AnP8AnP83OXTAAAAABnRSTlMAqwWkBNRlLH9RAAAALklEQVQI12NgYFBhAAImQQcgqZgmBGSKCSYqMCgmKokJMZgJMSgmMwQ7MLCYAgBDtAQfS4Gx4QAAAABJRU5ErkJggg==);top:15px}.cat-prod-filter__item__select-list{position:absolute;top:37px;left:0;width:100%;display:none;max-height:200px;overflow-y:hidden;overflow-x:hidden;background:#fff;border-top:1px solid #efefef;box-shadow:0 3px 7px 0 rgba(0,0,0,.2);padding:0 0 5px;z-index:100}.cat-prod-filter__item__select-active .cat-prod-filter__item__select-list{display:block}.cat-prod-filter__item__select-list .bx_filter_input_checkbox{display:block;padding:3px 0}.cat-prod-filter__item__select-list .bx_filter_input_checkbox-active{background:#f5f5f5}.cat-prod-filter__item__select-list .checkbox{margin-bottom:5px}.cat-prod-filter__item__select-list .checkbox label{padding-left:15px}.cat-prod-filter__item__select-list input[type=checkbox].styled-on-label-blue-grey+label::before{top:2px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAABECAMAAABUBf6xAAAAbFBMVEUAAADJx8cAnP8AnP/Jx8cAnP/Jx8cAnP/Jx8f////19fXm5ubPz88AnP/Jx8fk4+Pf3t4Cx//c29uS3/+L3f972f9y1/89zf+E2/9S0P9Izv8Ao//g39/Z2dnMysry+/8AsP/z8/M0t+VHueRmjzdgAAAACXRSTlMA7exwcG5uRkb9beBAAAAAtklEQVQ4y+3Q2w6CMAwG4IJnxzYVDyiCp/d/R9ttXVhDJEYv+ZPefDdtfyhkAKBYpemzZ76QdtY6RxOkJ2S3SBekGaCVetuhF5DVOuAJ6ej3VhqRiW/ZEwZic3jHOcSbPRKlf5RMbA7rqu/fARNhG+p0tO86VTJk6zSjfTCZHzptsqW0qzEZmiAzJXtE2iDNAU2ZXYcaIGsNIpP1e61BZOJbFGEgNoeFI7aARNEYrfxNtfYvnb4BrJgxJ/Asb1UAAAAASUVORK5CYII=)}.cat-prod-filter__item__select-list input[type=checkbox].styled-on-label-blue-grey+label.disabled::before{background-position:0-34px}.cat-prod-filter__item__select-list input[type=checkbox].styled-on-label-blue-grey:checked+label.disabled::before{background-position:0-51px}.cat-prod-filter__item__select-list .bx-filter-block{max-height:200px}.cat-prod-filter__item__weight-rider{margin:17px 0 0}.cat-prod-filter__item__weight-rider_item{float:left;margin:0 0 0 10px;font-size:14px;line-height:36px;height:36px;padding:0;color:#393e41;border:1px solid #23a401;background-color:rgba(35,164,1,.1);width:71px;text-align:center}.cat-prod-filter__item__weight-rider_item:first-of-type{margin-left:0}.cat-prod-filter__item__weight-rider_item label{cursor:pointer;margin-bottom:0;font-weight:400}.cat-prod-filter__item__weight-rider_item-active,.cat-prod-filter__item__weight-rider_item:hover{background-color:#23a401;color:#fff}.cat-prod-filter__item__sale{margin:34px 0 0}.cat-prod-filter__item input[type=checkbox].styled-on-label+label{display:inline-block;padding-right:2px;cursor:pointer;font-weight:400;margin-bottom:7px;padding-left:26px;position:relative;line-height:20px}.cat-prod-filter__item input[type=checkbox].styled-on-label+label::before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAABQCAMAAADMQr48AAAAb1BMVEUAAAAAAAAAAAAAAAADmvsDkeyqqqoAAAC1tbW1tbUDku6ysrL19fX///8Dm/y1tbXb29vV1dWX1v7f39+r3v59zP1uxv3Q0NCm3P6i2v6d2f6I0P6Dzv4Tovzg4ODX19e5ubn0+/8zrv3R0dHBwcFf8RNEAAAADHRSTlMGEhoA7nZ2Au7sSUc3uIEjAAAAuElEQVQ4y+3RyxKCMAyF4dSqeKEp3kVF8PL+zygNZxgN3bBQN/zLbzKTxSGns7Zr1LXzeEGamMfKLsw8CXZTVNuW96BdTWsTrGBBkBPLWRDUmDsKgsSAdxAsvAmdXGuCIBiwyJ0yqbeRGX0mpiOypLN99tB/B/vCHqnORowiZmiwmP1gj3K21Lbyfk4d8lOKUG0b/3ij0gSrvD+0lKWmuRMEiQFBjQGfQjBgQzDpCoIBq+z/eySkS15H8j030c+4JQAAAABJRU5ErkJggg==);width:19px;height:20px;margin:0 7px 0 0;top:1px;position:absolute;left:0;background-position:0-20px}.cat-prod-filter__item input[type=checkbox].styled-on-label:checked+label::before{background-position:0 0}.cat-prod-filter__item input[type=checkbox].styled-on-label+label.disabled::before{background-position:0-40px}.cat-prod-filter__item input[type=checkbox].styled-on-label:checked+label.disabled::before{background-position:0-60px}.cat-prod-filter__item__btn-submit{margin:28px 0 0!important;padding:8px 64px!important}.cat-prod-filter__item__btn-delete,.cat-prod-filter__item__btn-delete:focus,.cat-prod-filter__item__btn-delete:visited{border:0;font-size:14px;line-height:14px;color:#0274bd;background:0 0;margin:42px 0 0;padding:0;border-bottom:1px solid #0274bd;border-radius:0;outline:0}.cat-prod-filter__item__btn-delete:active,.cat-prod-filter__item__btn-delete:hover{color:#039bfc;border-bottom:1px solid #039bfc}.cat-prod-filter__item__hor{margin:17px 0 14px}.cat-prod-filter__item__hor_item{float:left;margin:0 18px 0 0}.cat-prod-filter__item__vert{margin:17px 0 0}.cat-prod-filter__item__vert_item{margin:0}.cat-prod-filter__item__select-list .scrollbar-outer>.scroll-element.scroll-y{height:100%;right:0;top:0;width:23px;background:#fff}.cat-prod-filter__item__select-list .scrollbar-outer>.scroll-element.scroll-y .scroll-element_outer{left:2px;width:8px;top:7%;height:86%}.cat-prod-filter__show-filter-btn{display:none;width:100%;border:1px solid #0274bd;text-align:center;height:44px;line-height:42px;font-size:16px;color:#393e41;cursor:pointer;background-color:#fff}.cat-prod-filter__show-filter-btn span{display:inline-block;width:10px;height:6px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAGBAMAAAAI3hL1AAAAMFBMVEUAAAACdL0CdL0CdL0CdL0CdL0CdL0CdL0CdL0CdL0CdL0CdL0CdL0CdL0CdL0CdL2QH6hgAAAAD3RSTlMAt5QGxr6cjYcK1a6jfwuIWsSMAAAAK0lEQVQI12PwNmBgPsWgL8lg+I2B6etL+QQGhnrXTwwMDBz/CxiA4AYDAwCpFQkcDc+HmQAAAABJRU5ErkJggg==);background-repeat:no-repeat;margin:0 0 0 4px}.cat-prod-filter__show-filter-btn_active{background-color:#039bfc;border:1px solid #039bfc;color:#fff}.cat-prod-filter__show-filter-btn_active span{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAGBAMAAAAI3hL1AAAALVBMVEUAAAD///////////////////////////////////////////////////////+hSKubAAAADnRSTlMAwJQKBrixnIyG1cmkflMZs5wAAAAqSURBVAjXY2BguMkABJzvGoBkn+AjBgamh8ZxBQx6wQxuzxm2OTCwnAIAkZAJKC62cisAAAAASUVORK5CYII=)}.cat-prod-filter__item__sale_item-mobile{display:none}.bx_filter_input_checkbox label.disabled{color:#909090;cursor:default!important}.cat-prod-filter__item_buttons{float:right}@media screen and (min-width:992px) and (max-width:1199px){.cat-prod-filter__item{margin:0 20px 0 0}.cat-prod-filter__item__select-text{width:270px}.cat-prod-filter__item__sale{margin:34px 0 0}.cat-prod-filter__item-block-btn{float:right}}@media screen and (min-width:768px) and (max-width:991px){.cat-prod-filter__item__btn-submit{margin:10px 0 0!important}.cat-prod-filter__item__btn-delete{margin:25px 0 0}.cat-prod-filter__item__select-text{width:310px}.cat-prod-filter__item__sale{margin:20px 0 0}.cat-prod-filter__item__sale_item{float:left;margin:0 20px 5px 0}.cat-prod-filter__item-block-btn{float:right;margin-top:15px}}@media screen and (max-width:767px){.cat-prod-filter-content{display:none;padding:24px 20px 20px}.cat-prod-filter__item__select-text{width:100%}.cat-prod-filter__item:first-of-type{margin-right:0;float:none}.cat-prod-filter__item__sale{margin:20px 0 0}.cat-prod-filter__item__btn-submit{margin:0!important}.cat-prod-filter__item__btn-delete{margin:0}.cat-prod-filter__item{margin:0 0 20px;padding:0;float:none}.cat-prod-filter__item__sale_item{margin-bottom:8px}.cat-prod-filter{margin:30px 0 20px}}@media screen and (max-width:479px){.cat-prod-filter-content{display:none;padding:24px 20px 5px}.cat-prod-filter__item{margin:0 0 15px;float:none}.cat-prod-filter__item__sale_item-mobile{display:inline}.cat-prod-filter__item__sale_item-default{display:none}.cat-prod-filter__item__btn-delete{margin:0}.cat-prod-filter__item__btn-submit{width:100%;margin:0!important}}.cat-prod-filter .filter-wrapper{display:flex;flex-direction:column}.cat-prod-filter .filter-wrapper .cat-prod-filter__item__select-text{margin:0;padding:0 29px 0 14px;width:330px;height:60px;box-sizing:border-box;background-color:#fff;position:relative;font-size:14px;line-height:60px;cursor:pointer;overflow:hidden;border-radius:30px}.cat-prod-filter .filter-wrapper .cat-prod-filter__item__select-text:after{content:"";display:block;position:absolute;top:28px;right:10px;width:10px;height:7px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAHBAMAAADDgsFQAAAAFVBMVEUAAAA0PD80PD80PD80PD80PD80PD+4ExWzAAAABnRSTlMAqwUE1KEdA2KdAAAALUlEQVQI12NwNWBgDmEQE2JQTAQiJSCDSUwwUYGBQTFNiIGBgVlQgQEIjBgYAGM9A+zWRguMAAAAAElFTkSuQmCC);background-repeat:no-repeat}.cat-prod-filter .filter-wrapper .cat-prod-filter__item__select-list{position:absolute;top:37px;left:0;width:100%;max-height:200px;overflow-x:hidden;background:#fff;border-top:none;box-shadow:none;padding:0 0 5px;z-index:100;border-bottom-right-radius:40px;border-bottom-left-radius:40px;overflow-y:auto}.cat-prod-filter__item__btn-submit.styled-button-promo{width:fit-content;height:66px;border-radius:64px;background:#ffc800;color:#fff!important;border:0;font-size:24px;font-style:normal;font-weight:400;line-height:30px;font-variant:all-small-caps;letter-spacing:-.24px;text-align:center}
/* End */


/* Start:/local/templates/scnew/components/bitrix/catalog.smart.filter/promo-parki/themes/blue/colors.min.css?17434152842133*/
.bx-filter.bx-blue .bx-filter-input-container input:focus,.bx-filter.bx-blue .bx-filter-select-container.bx-active,.bx-filter.bx-blue .bx-filter-select-container:focus{border-color:#499fd8}.bx-retina .bx-filter.bx-blue .bx-filter-input-container input:focus,.bx-retina .bx-filter.bx-blue .bx-filter-select-container.bx-active{-webkit-border-image:url(/local/templates/scnew/components/bitrix/catalog.smart.filter/promo-parki/themes/blue/images/active.png)2 repeat;-moz-border-image:url(/local/templates/scnew/components/bitrix/catalog.smart.filter/promo-parki/themes/blue/images/active.png)2 repeat;-o-border-image:url(/local/templates/scnew/components/bitrix/catalog.smart.filter/promo-parki/themes/blue/images/active.png)2 repeat;border-image:url(/local/templates/scnew/components/bitrix/catalog.smart.filter/promo-parki/themes/blue/images/active.png)2 repeat}.bx-filter.bx-blue .bx-ui-slider-track{background:url(/local/templates/scnew/components/bitrix/catalog.smart.filter/promo-parki/themes/blue/./images/int-sl-bg-n.jpg);border-radius:7px;border-right:1px solid #c1c3c4;border-left:1px solid #c1c3c4}.bx-filter.bx-blue .bx-ui-slider-pricebar-vd{background:#c1c3c4}.bx-filter.bx-blue .bx-ui-slider-pricebar-vn{background:#a8dff3}.bx-filter.bx-blue .bx-ui-slider-pricebar-v{background:url(/local/templates/scnew/components/bitrix/catalog.smart.filter/promo-parki/themes/blue/./images/int-sl-bg-a.jpg);border-radius:7px;border-right:1px solid #c1c3c4;border-left:1px solid #c1c3c4}.bx-filter.bx-blue .bx-filter-tag{border-top:1px solid #d7eaf7;border-bottom:1px solid #d7eaf7}.bx-filter.bx-blue .bx-tag-link{color:#68939e}.bx-filter.bx-blue .bx-filter-param-btn:active,.bx-filter.bx-blue .bx-filter-param-btn:focus,.bx-filter.bx-blue .bx-filter-param-btn:hover,.bx-filter.bx-blue .bx-filter-param-label.bx-active .bx-filter-param-btn{border-color:#499fd8}.bx-retina .bx-filter.bx-blue .bx-filter-param-btn:active,.bx-retina .bx-filter.bx-blue .bx-filter-param-btn:hover,.bx-retina .bx-filter.bx-blue .bx-filter-param-label.bx-active .bx-filter-param-btn,.bx-retina .bx-filter.bx-blue .bx-filter-select-container:focus{-webkit-border-image:url(/local/templates/scnew/components/bitrix/catalog.smart.filter/promo-parki/themes/blue/images/active.png)2 repeat;-moz-border-image:url(/local/templates/scnew/components/bitrix/catalog.smart.filter/promo-parki/themes/blue/images/active.png)2 repeat;-o-border-image:url(/local/templates/scnew/components/bitrix/catalog.smart.filter/promo-parki/themes/blue/images/active.png)2 repeat;border-image:url(/local/templates/scnew/components/bitrix/catalog.smart.filter/promo-parki/themes/blue/images/active.png)2 repeat}.bx-filter.bx-blue .btn-themes{background-color:#1485ce;border-color:#1485ce;color:#fff}.bx-filter.bx-blue .btn-themes.bx-active,.bx-filter.bx-blue .btn-themes.focus,.bx-filter.bx-blue .btn-themes:active,.bx-filter.bx-blue .btn-themes:focus,.bx-filter.bx-blue .btn-themes:hover{background-color:#53a4d8;border-color:#53a4d8;color:#fff}
/* End */


/* Start:/local/templates/scnew/components/bitrix/catalog.section/new4/style.css?17610397343208*/
.sale-steps{
    margin: 30px 0 45px 0;
}
    .sale-steps__tabs{
        margin: 0 -5px;
    }
        .sale-steps__tab{
            width: 20%;
            display: block;
            float: left;
            padding: 0 5px;
            text-align: center;
        }
            .sale-steps__tab-link{
                background: #0274bd;
                border-top: 2px solid #0274bd;
                display: block;
                width: 100%;
                height: 48px;
                color: #fff;
                line-height: 48px;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                text-decoration: none !important;
                font-size: 18px;
                font-weight: 600;
                padding: 0 15px;
            }
            .sale-steps__tab--active{
                background: #fff;
                color: #0274bd;
            }
            .sale-steps__tab-link:hover{
                background: #f7cc01;
                border-color: #f7cc01;
                color: #010101;
            }
            .sale-steps__tab-link_spiner{
                width: 20px;
                height: 20px;
                display: none;
                opacity: 0;
            }
@media screen and (max-width:767px) {
    .sale-steps{
        margin: 30px 0 0px 0;
    }
    .sale-steps__tab{
        float: none;
        width: 100%;
        margin-bottom: 10px;
        text-align: left;
    }
    .sale-steps__tab-link_spiner{
        display: inline;
    }
}

.catalog-section__item-store{
    font-size: 12px;
    padding: 5px 5px 0px 5px;
}
.catalog-section__item-store__select-wrapper{

}
.catalog-section__item-store__select,
.catalog-section__item-store__select:hover,
.catalog-section__item-store__select:active,
.catalog-section__item-store__select:focus{
    max-width: 100%;
    width: 100%;
    top: 0px;
    margin-top: 0px;
    padding-right: 30px;
}
.catalog-section__item-store_data{
    min-height: 30px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    text-align: center;
}
.catalog-section__item-store_table{
    margin: 0 0 0px 0;
    border: 1px solid #393e41;
    border-radius: 20px;
    padding: 5px;
}
.catalog-section__item-store_table .table-a td {
    padding: 5px 5px;

}
.store-show-manager .catalog-section__sale-images-icon,
.store-show-manager .catalog-section__week-images-icon{
    top: -4px !important;
}
.catalog-section__item-store_button{
    position: relative;
    margin: 10px 0 20px 15px;
    min-height: 20px;
}

.catalog-section__item-store_button a{
    position: relative !important;
    top:0px !important;
    left: 0px !important;
    line-height: 18px !important;
    font-size: 14px !important;
    text-decoration: none !important;
}

.store-show-manager .catalog-section__block{
    padding: 10px 0 20px 0;
}
.store-show-manager .catalog-section__item-allcontent{
    padding: 0px 20px;
}

.catalog-section-flex{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: stretch;
}
.catalog-section-slider{
    height: 570px;
}
.catalog-detail-page-url{
    text-decoration: none;
}
/* End */


/* Start:/local/templates/scnew/components/bitrix/news.list/parki_reviews/style.min.css?17434152841637*/
.reviews{display:grid;grid-template-columns:repeat(6,1fr);grid-template-rows:repeat(2,1fr);grid-column-gap:30px;grid-row-gap:30px}.review1{grid-area:1/1/2/4;height:370px}.review2,.review3{grid-area:1/4/2/7;height:370px}.review3{grid-area:2/1/3/3}.review4,.review5{grid-area:2/3/3/5;height:370px}.review5{grid-area:2/5/3/7}.rev-item{border-radius:25px;background:#fff;padding:30px;overflow:hidden}.rev-item__header{margin-bottom:30px}.rev-item__header-ico{width:70px;height:70px;margin-right:17px;display:inline-block;vertical-align:middle}.rew-item__ico-wrapper{border-radius:35px;overflow:hidden}.rev-item__header-name{color:#232323;font-size:16px;font-style:normal;font-weight:300;line-height:150%;letter-spacing:-.16px;display:inline-block;vertical-align:middle}.rev-item__header-name b{color:inherit;font-size:20px;font-style:normal;font-weight:400;line-height:150%;letter-spacing:-.2px}.rev-item a,.rev-item a:hover,.rev-item a:visited{text-decoration:inherit!important;font-size:inherit!important;color:inherit!important}.rev-item__desc,.rev-item__title{color:#232323;font-size:18px;font-style:normal;font-weight:600;line-height:130%;letter-spacing:-.18px}.rev-item__desc{font-size:16px;font-weight:500;line-height:140%;letter-spacing:-.16px;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}@media (max-width:991.98px){.reviews{grid-template-rows:repeat(3,1fr)}.review1{grid-area:1/1/2/4}.review2{grid-area:1/4/2/7}.review3{grid-area:2/1/3/4}.review4{grid-area:2/4/3/7}.review5{grid-area:3/2/4/6}}@media (max-width:575.98px){.reviews{display:block}.reviews>div{height:auto;margin-bottom:30px}}
/* End */


/* Start:/local/templates/scnew/components/bitrix/news.list/parki_3/style.min.css?17434152841167*/
.details{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(2,200px) repeat(2,205px) 280px;grid-column-gap:30px;grid-row-gap:30px}.details>div{border-radius:25px;background:#fff;overflow:hidden}.details>div>.row,.m-0{margin:0}.div1{grid-area:1/1/3/3}.div2{grid-area:1/3/2/5}.div3{grid-area:2/3/3/5}.div4{grid-area:3/1/5/2}.div5{grid-area:3/2/5/4}.div6{grid-area:3/4/5/5}.div7{grid-area:5/1/6/3}.div8{grid-area:5/3/6/5}.details>div .detail__img,.details>div .detail__text{width:50%}.details>div .detail__text{padding:20px 30px}.detail__text-title{color:#232323;font-size:18px;font-style:normal;font-weight:400;line-height:130%;letter-spacing:-.18px;margin-bottom:10px}.detail__text-desc{color:#232323;font-size:16px;font-style:normal;font-weight:300;line-height:140%;letter-spacing:-.16px}div.div1 .detail__img{width:auto}div.div1 .detail__text{width:50%}div.div4 .row,div.div6 .row{flex-direction:column}div.div4 .row>div,div.div6 .row>div{width:100%}@media (max-width:575.98px){.details{display:block}.details>div{height:auto;margin-bottom:30px}.details>div>.row{flex-direction:row;margin:0}.details>div .detail__text{padding:1rem!important}}
/* End */
/* /promo/parki/parka-landing.css?173054993111953 */
/* /local/templates/scnew/components/bitrix/system.pagenavigation/.default/style.min.css?17434152843278 */
/* /local/templates/scnew/components/bitrix/news.list/parki_1/style.min.css?17303845521237 */
/* /local/templates/scnew/components/bitrix/news.list/parki_2/style.min.css?17434152841437 */
/* /local/templates/scnew/components/bitrix/catalog.smart.filter/promo-parki/style.min.css?174341528410246 */
/* /local/templates/scnew/components/bitrix/catalog.smart.filter/promo-parki/themes/blue/colors.min.css?17434152842133 */
/* /local/templates/scnew/components/bitrix/catalog.section/new4/style.css?17610397343208 */
/* /local/templates/scnew/components/bitrix/news.list/parki_reviews/style.min.css?17434152841637 */
/* /local/templates/scnew/components/bitrix/news.list/parki_3/style.min.css?17434152841167 */
