/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/

.btn-for-quiz {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
}

.cover_img {
    object-fit: cover;
    width: 100%;
    max-width: 1000px;
    height: 100%;
}

.slider {
    width: 100%; /*Same as width of the large image*/
    max-width: 1000px;
    position: relative;
    /*Instead of height we will use padding*/
    height: 48vw;
    max-height: 667px;
    margin: 0 auto;
    /*Lets add a shadow*/
    overflow: hidden;
    border: 3px solid #16872e;
}


/*Last thing remaining is to add transitions*/
.slider > img {
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.5s;
}

.slider input[name='slide_switch'] {
    display: none;
}

.slider__button {
    position: absolute;
    top: 50%;
    height: 42px;
    width: 42px;
    margin-top: -21px;
    z-index: 10;
    background: #fff;
    box-shadow: 1px 2px 5px #000000a6;
    border: 0;
    border-radius: 50%;
    transition: all ease 0.3s;
}

.slider__button:hover {
    background: #16872e;
}

.slider__button div {
    background-image: url(/bitrix/templates/aspro_next/images/arrows.png);
    width: 14px;
    height: 100%;
    margin: 0 auto;
    height: 19px;
}

.slider__button--prev {
    left: 0;
    margin-left: 15px;
}

.slider__button--next {
    right: 0;
    margin-right: 15px;
}

.slider__button--prev div {
    background-position: 0 -106px;
}

.slider__button--next div {
    background-position: 14px -106px;
}

.slider__button--prev:hover div {
    background-position: 0 0;
    height: 19px;
}

.slider__button--next:hover div {
    background-position: 14px 0;
    height: 19px;
}

.slider label {
    display: none;
    /*Lets add some spacing for the thumbnails*/
    margin: 18px 0 0 5.5px;
    border: 3px solid #999;

    float: left;
    cursor: pointer;
    transition: all 0.5s;

    /*Default style = low opacity*/
    opacity: 0.6;
}

.slider label img {
    display: block;
}

/*Time to add the click effects*/
.slider input[name='slide_switch']:checked + label {
    border-color: #157f24;
    opacity: 1;
}

/*Clicking any thumbnail now should change its opacity(style)*/
/*Time to work on the main images*/
.slider input[name='slide_switch'] ~ img {
    opacity: 0;
    transform: scale(1.1);
}

/*That hides all main images at a 110% size
On click the images will be displayed at normal size to complete the effect
*/
.slider input[name='slide_switch']:checked + label + img {
    opacity: 1;
    transform: scale(1);
}

.catalog_section_list .section_item li.sect {
    display: block !important;
}

.phone-description-header {
    margin-top: 5px;
    color: #777777;
    list-style: none;
    font-size: 13px;
    line-height: 18px;
    white-space: normal;
}

.phone-header {
    font: 26px/28px 'Roboto', Arial, Helvetica, sans-serif;
    margin-bottom: 3px;
    width: 235px;
}

.phone.with_dropdown {
    visibility: hidden;
}

body .prices .price_matrix_block .price_group:first-of-type {
    margin-bottom: -7px;
}

.phone-header-td {
    width: 300px;
    padding-left: 50px;
}

.personal-link.dark-color {
    visibility: hidden;
}

.personal_wrap.authorized {
    visibility: hidden;
}

.top-block .menu.topest li.more .dropdown {
    width: 260px;
}

.top-block .menu > li > a {
    color: #000000;
    font-size: 13px
}

body .module_products_list .cost.prices .strike_block .price, .cost.prices .strike_block .price span, body .module_products_list .cost.prices .strike_block.offers_price {
    font-size: 16px;
}

.catalog_block .cost.prices .price {
    margin-bottom: 3px !important;
}

footer .info.contacts_block_footer {
    padding-left: 0
}

.list .item .img.shine + .name {
    height: 60px !important;
}

.skidka {
    color: #262626;
    font-size: 18px;
    text-align: center;
    width: 100%;
    margin: 20px auto 20px;
    display: block !important;
    border: 1px solid #ffa9a9;
    padding: 7px 5px;
    line-height: 1.4;
}

@media screen and (min-width: 992px) {
    .skidka {
        font-size: 23px;
    }
}

@media screen and (max-width: 549px) {
    .skidka font {
        display: block;
    }
}


@media screen and (max-width: 1360px) {
    .about-company__text a {
        margin-bottom: 20px;
    }

    .about-company__desc, .about-company__video {
        width: 100%;
    }

    .md_search {
        display: inline-block !important;
    }

    .header__search {
        display: none;
    }
}

.skidka span {
    display: inline-block;
}

.section_top_banner {
    text-align: center;
}

.section_top_banner_img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.sort_btn.current {
    font-weight: bold;
}

.sort_title {
    display: inline-block;
    font-size: 13px;
}

.privacy-policy-cookies-informer_top-over {
    position: fixed;
    display: none
}

.instagram_ajax .top_block {
    padding: 0;
}

.h3head {
    margin: 0;
}

#spisok {
    margin-left: 40px;
    list-style-type: square;
}

.copy {
    font-size: 13px;
}

.logo-row .logo {
    max-width: 149px;
}

.contacts-wrapper {
    display: none;
}

.top-block .menu.topest {
    overflow: visible;
}

ul.style_list {
    list-style: none;
    padding: 0;
    padding-left: 24px;
    max-width: 500px;
}

ul.style_list li {
    padding: 10px 20px;
    margin-bottom: 10px;
    border-left: 10px solid #63B721;
    box-shadow: 2px -2px 5px 0 rgba(0, 0, 0, .1), -2px -2px 5px 0 rgba(0, 0, 0, .1), 2px 2px 5px 0 rgba(0, 0, 0, .1), -2px 2px 5px 0 rgba(0, 0, 0, .1);
    transition: 0.3s all linear;
    box-sizing: border-box;
}

ol.style_list {
    margin-left: 0;
    list-style: none;
    counter-reset: li;
}

ol.style_list li {
    padding: 10px 0;
    position: relative;
    margin-bottom: 0.75em;
    padding-left: 40px;
    padding-right: 1em;
    box-sizing: border-box;
    box-shadow: 2px -2px 5px 0 rgba(0, 0, 0, .1), -2px -2px 5px 0 rgba(0, 0, 0, .1), 2px 2px 5px 0 rgba(0, 0, 0, .1), -2px 2px 5px 0 rgba(0, 0, 0, .1);
}

ol.style_list li:before {
    padding: 10px 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1.875em;
    text-align: center;
    color: white;
    font-weight: bold;
    background: #63B721;
    counter-increment: li;
    content: counter(li);
}

.px-0 {
    padding-left: 0;
    padding-right: 0;
}

.group_description_block img {
    max-width: 100%;
}

.flex {
    display: flex;
}

.flex--column {
    flex-direction: column;
}

.flex--space-between {
    justify-content: space-between;
}

@media screen and (max-width: 1090px) {
    .mobileheader-v1 .logo {
        display: none;
    }
}

.price {
    margin-bottom: 8px !important
}

.contacts_title, .contacts_number, .contacts_email, .contacts_street, .contacts_city {
    display: inline-block;
}

.big_box_city .contacts_item .contacts_city {
    width: 180px;
}

.big_box_city .contacts_item .contacts_number {
    width: 220px;
}

.big_box_city .contacts_item .contacts_street {
    width: 220px;
}

.contacts_title {
    font-weight: bold;
    font-size: 1.071em;
    line-height: 20px;
    width: 240px;
}

.contacts_item {
    display: flex;
    border-top: 1px solid #dfdfdf;
    border-bottom: 0;
    padding: 10px 16px;
}

.wrap_contact h2 {
    margin: 18px 0 26px;
}

.underline1 {
    text-decoration: underline !important;
    color: #343434 !important;
}

.cont_title {
    margin: 40px 0 26px 0;
    display: inline-flex;
}

.cont_title h3 {
    display: inline-block;
    margin: 0;
}

.cont_title span {
    font-size: 16px;
    display: inline-block;
    margin-left: 10px;
    line-height: 27px;
}

.blog_img-block img {
    width: 100px !important;
    height: 150px !important;
    margin: 3px 1px;
}

.blog_img-block {
    text-align: center;
    max-width: 631px;
    margin: 0 auto;
}

span.title-paragraphe {
    font-size: 18px;
}

span.mark1 {
    padding-left: 15px;
}

span.mark1::before {
    content: "✔";
    margin-right: 5px;
    font-size: 15px;
}

span.mark2::before {
    content: "●";
    margin-right: 5px;
    font-size: 15px;
}

div.fly-box::after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.marquiz--custom {
    border-left: 1px solid #f2f2f2;
    max-width: none !important;
}

@media screen and (max-width: 767px) {
    .contacts_number, .contacts_email, .contacts_street {
        display: block;
    }

    .contacts_item {
        display: block;
    }

    .big_box_city .contacts_item .contacts_city {
        display: block;
    }

    .contacts_title {
        width: auto;
    }

    .blog_full img {
        width: 100%;
        height: 100%;
        margin: 0 auto 20px auto !important;
        float: none !important;
    }

    .blog_img {
        text-align: center;
    }

    .section_top_banner {
        display: none;
    }

    .row {
        margin: 0px -15px -17px -15px;
    }

    .marquiz--custom {
        border-left: 0;
        padding: 24px 0;
    }

    .marquiz__button {
        font-size: 18px !important;
    }

    .quiz-banner__btn {
        top: auto !important;
        bottom: 70px;
        left: 50% !important;
        transform: translateX(-50%);
        font-size: 18px;
    }
}

body .contacts.top-cart {
    padding-top: 10px !important;
}

.title-search-result.title-search-input_fixed {
    width: auto !important;
}

.tab-pane.delivery_tab.active h4:first-child {
    margin-top: 0;
}

.catalog_section_list .section_item li.sect {
    padding-left: 14px;
}

.catalog_section_list .section_item li.sect::after {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #219C63;
    left: 4px;
    top: 11px;
    transform: translate(-50%, -50%);
}

a.popup_link.fancy {
    margin-right: 10px;
}

a.popup_link.fancy:last-child {
    margin: 0;
}

@media screen and (max-width: 600px) {
    h3 {
        font-size: 20px;
    }

    .load_btn {
        display: block !important;
        margin-top: 10px;
    }

    .load_info {
        display: block !important;
    }

    .info_item .middle_info .prices_block {
        text-align: center;
    }

    .catalog_detail .OLD_PRICE {
        margin-left: 0 !important;
    }

    .quiz-banner__btn {
        position: relative !important;
        text-align: center;
        display: block;
        margin-top: 90px;
    }
}

@media (min-width: 450px) and (max-width: 600px) {
    body h1, body h2, body h3, body h4 {
        text-align: left !important;
    }
}

.missiya_kompanii {
    vertical-align: top;
    font-family: Roboto, sans-serif;
    padding: 80px 27px 20px 27px;
}

@media screen and (max-width: 767px) {
    .flex .photo_juriy {
        display: none;
    }

    .missiya_kompanii {
        padding-top: 27px;
    }

    .wrap_md .big {
        padding: 0;
    }

    .social-icons {
        display: flex;
        justify-content: center;
    }

    .wrap_req {
        display: block !important;
    }
}

@media screen and (max-width: 470px) {
    .item-views.list .item .image {
        margin: 0;
    }

    .item-views.list.image_left .item .image {
        padding: 0 0 24px 0;
    }

    .middle .top_big_one_banner.with_childs, .middle .grey_block.small-padding {
        display: none;
    }
}

.img-responsive {
    margin: 0 auto;
}

body .item_info .prices .price_group + .min {
    margin-top: 15px !important;
}

body .info_item .prices .price_group + .min {
    margin-top: 5px;
}

.load_btn {
    display: inline-block;
    padding: 12px 62px;
    background: #64b300;
    color: #FFFFFF;
}

.load_info {
    margin: 0 auto;
    text-align: center;
    max-width: 560px;
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.load_btn:hover {
    background-color: #66a713;
}

.top_block-link {
    display: inline-block;
}

.fullwidth-theme {
    padding-top: 30px;
}

.fullwidth-theme .top_block {
    padding: 0 30px;
}

.sort_header .sort_filter {
    line-height: 17px;
}

.sort_header .sort_filter .sort_title {
    margin-right: 10px;
}

.sort_header .sort_filter .sort_title,
.sort_header .sort_filter a,
.sort_header .sort_filter a i.arr {
    vertical-align: middle;
}

.sort_header .sort_filter a > span {
    vertical-align: middle;
    float: none;
}

.sort_header .sort_filter .sort_btn i.arr:after {
    line-height: 17px;
}

#orderAlertD {
    position: fixed;
    left: 50%;
    width: 450px;
    margin-left: -200px;
    background: #fff;
    border: 2px solid #dedede;
    top: 25%;
    z-index: 999999999;
    padding: 7px 20px 7px 7px;
    display: none;
}

#orderAlertD .detail_pr {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 16px;
}

#orderAlertD ul li:before {
    content: none;
}

#orderAlertD input {
    margin-bottom: 20px;
}

#orderAlert_last {
    position: fixed;
    left: 48%;
    width: 520px;
    margin-left: -200px;
    background: #fff;
    border: 2px solid #dedede;
    top: 40%;
    z-index: 600;
    border-radius: 5px;
    padding: 7px;
    display: none;
}

.bx-soa-cart-total .bx-soa-cart-total-line:first-of-type {
    display: none;
}

.additional_preview_text {
    font-size: 13px;
}

.show_props.dark_link h4, .delivery_tab h4 {
    text-align: left !important;
    font-size: 16px !important;
}

.char_block {
    margin-bottom: -40px;
    margin-top: -40px;
}

.show_props h4 {
    margin: 15px 0 15px 0;
}

#delivery {
    margin-bottom: 35px;
}

#delivery h4 {
    margin: 20px 0 25px 0;
}

@media screen and (max-width: 767px) {
    .tab-pane .item.main_item_wrapper .wrapper_td {
        padding: 15px 0 !important;
        width: calc(100vw - 32px);
    }

    .tab-pane .but-cell .counter_wrapp .button_block span, .tab-pane .but-cell .counter_wrapp .button_block a {
        margin: 10px 0 0 0 !important;
    }

    .tab-pane .foto-cell {
        padding: 10px 0 !important;
        width: auto;
        display: block;
    }

    .tab-pane .module_products_list td.price-cell .cost.prices .price {
        margin: 5px 0 12px !important;
    }

    .tab-pane .module_products_list td.foto-cell, .tab-pane .module_products_list td.item-name-cell, .tab-pane .module_products_list td.price-cell {
        padding: 0 !important;
        width: auto !important;
        min-width: auto !important;
        max-width: none !important;
        display: block !important;
        margin: 0 !important;
        text-align: center !important;
    }

    .tab-pane .item-name-cell, .tab-pane .but-cell {
        width: auto !important;
        display: block;
        text-align: center !important;
    }

    .show_props.dark_link h4, .delivery_tab h4 {
        font-size: 15px !important;
    }

    .show_props.dark_link.equipment_slide h4 {
        margin: 40px 0 43px !important;
    }

    .props_list_wrapp.equipment_slide {
        padding: 0;
    }

    .tab-pane .module_products_list .title {
        padding-top: 15px;
    }

    .tab-pane .title-tab-heading.visible-xs + div {
        margin-bottom: 45px !important;
    }
}

.show_props.files_slide.dark_link h4 {
    margin-bottom: 0;
}

.orderAlertD-form ul li input {
    -webkit-appearance: none;
    -o-appearance: none;
    -moz-appearance: none;
}

.md_search button {
    box-shadow: none !important;
    border: 0;
    background: #fff;
}

.md_search {
    margin-right: -38px;
    line-height: 104px;
}

@media screen and (max-width: 1158px) {
    .signature-j {
        display: none;
    }

    .company_bottom_block .wrap_md .img {
        display: none !important;
    }

    .wrap_md .big {
        padding: 0;
    }
}

@media (max-width: 991px) {
    #basket-root .basket-checkout-section-inner {
        display: flex;
        justify-content: space-between;
    }
}

@media (max-width: 1367px) {
    .wrapper_catalog > div {
        width: 100% !important;
        height: auto !important;
    }

    .wrapper_catalog > div > img + div {
        width: calc(100% - 457px);
        width: -webkit-calc(100% - 457px);
        width: -moz-calc(100% - 457px);
    }
}

@media (max-width: 1140px) {
    .phone-header-td {
        padding-left: 0;
    }
}

.about-company {

}

.about-company__text {
    font-size: 15px;
    line-height: 25px;
}

.advantage {
    padding-top: 52px;
    padding-bottom: 66px;
}

.advantage__item {
    padding: 24px 0;
}

.advantage__img {
    margin: 0 0 24px;
}

.advantage__img .counter-animate {
    display: inline-block;
    vertical-align: top;
    font-size: 50px;
    line-height: 70px;
    color: #1da539;
}

.blog_compare__img {
    align-items: center;
}

@media (min-width: 531px) {
    .advantage__img .counter-animate {
        font-size: 72px;
        line-height: 50px;
    }
}

@media screen and (max-width: 460px) {
    .basket-checkout-block {
        min-width: auto !important;
        width: auto !important;
    }
}

@media screen and (max-width: 460px) {
    .cur.active {
        margin-bottom: 0 !important;
    }

    .tab_slider_wrapp ul.tabs_content {
        margin-top: 0 !important;
    }
}

.advantage__title {
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    color: #333;
}

.advantage__desc {
    font-size: 13px;
    line-height: 23px;
    margin-top: 7px;
    color: #777;
}

#bx-soa-delivery {
    display: none;
}

.basket-checkout-section-inner .fastorder {
    display: none;
}

.basket-item-itogo-title {
    position: absolute;
    top: calc(100% + 6px);
    right: 0;
    left: 0;
    color: #a1a1a1;
    text-align: center;
    font: 12px/14px "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-family: "Open Sans", Arial, sans-serif;
}

#basket-root .basket-item-block-price .basket-item-price-title {
    right: 0;
    left: 0;
    text-align: center;
}

.bx-soa-pp-company-smalltitle-description {
    font-size: 12px;
    margin-left: 10px;
    vertical-align: middle;
}

.bx-soa-more-btn .pull-left {
    display: none;
}

#bx-soa-paysystem .row.bx-soa-more {
    display: none;
}

.col-sm-3.bx-soa-sidebar {
    display: none;
}

.videoobzor_title {
    color: #222222;
    margin: 0px -1px -1px 0px;
    padding: 17px 0px 18px;
    font-weight: bold;
}

.basket-items-list-header .basket-items-search-field {
    display: none;
}

.licenses .items .text .title {
    text-align: center;
}

.licenses .items .text .previewtext {
    text-align: center;
}

.fa-angle-right::before {
    content: none;
}

.sales-title {
    font-size: 16px;
}

#dops .main_item_wrapper .zoom {
    display: none;
}

.bx-soa-pp-company-image {
    display: none;
}

/*
.props_list_wrapp.properties_slide {
	padding: 0 !important;
}*/

.counter_block.big_basket {
    display: none !important;
}

.catalog_detail .item_main_info .right_info {
    position: static;
}

.skidka_date {
    display: inline-block;
    color: #FF0000;
}

.page_error_block svg path {
    fill: #188b30 !important;
}

.stickers > div {
    display: block;
}

.comp_loading {
    text-align: center;
    padding-top: 10px;
    margin: 40px;
}

.licence_block.custom_form {
    display: inline-block;
}

.undertitle_line {
    font-weight: bold;
    font-size: 14px !important;
    margin: 0 !important;
}

.news_akc_block.item_articles .title_block {
    border-bottom: 2px solid #ddd !important;
    border-bottom-color: #3e834f !important;
    font-size: 16px !important;
}

.module_products_list tr.item {
    display: table-row !important;
}

.like_wrapper {
    display: none;
}

.line_block.share.top {
    display: none;
}

.like_icons {
    display: none;
}

.catalog_detail .item_main_info .item_slider .flex-control-nav {
    display: none;
}

#nightBanner {
    position: fixed;
    left: 50%;
    width: 400px;
    margin-left: -200px;
    background: #fff;
    border: 2px solid #dedede;
    top: 25%;
    z-index: 999999999;
    padding: 7px 20px 7px 7px;
}

#nightBanner .detail_pr {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 16px;
}

#nightBanner ul li:before {
    content: none;
}

#nightBanner input {
    margin-bottom: 20px;
}

#nightBanner .detail_small {
    text-align: center;
    margin-bottom: 15px;
}

.nb-form .nb-form__submit {
    -webkit-animation: swingNight 1.3s infinite;
    animation: swingNight 1.3s infinite;
}

.night-blackblock {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    z-index: 10;
}

.nb-form__submit-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40px;
    margin-top: 7px;
}

@-webkit-keyframes swingNight {
    10% {
        width: 87%;
        height: 38px;
    }
    20% {
        width: 100%;
        height: 40px;
    }
    30% {
        width: 87%;
        height: 38px;
    }
    40% {
        width: 100%;
        height: 40px;
    }
    50% {
        width: 87%;
        height: 38px;
    }
    60% {
        width: 100%;
        height: 40px;
    }
}

@keyframes swingNight {
    10% {
        width: 87%;
        height: 38px;
    }
    20% {
        width: 100%;
        height: 40px;
    }
    30% {
        width: 87%;
        height: 38px;
    }
    40% {
        width: 100%;
        height: 40px;
    }
    50% {
        width: 87%;
        height: 38px;
    }
    60% {
        width: 100%;
        height: 40px;
    }
}

div.concept-banner.cb-side td.cb-img {
    width: 180px;
    background-size: contain;
}

div.concept-banner.cb-side td.cb-img {
    background-position: right;
}

.tabs .tab-content {
    padding: 20px 0 0;
}

.top-block .menu.topest li a {
    display: inline-block;
}

.vr-template {
    color: #000000;
    font-size: 13px;
    padding: 0 1px;
}

.vr-template__link.js-vr-template__link-region-name {
    font-weight: bold;
}

#mobilemenu .vr-template {
    color: #000000;
    font-size: 13px;
    padding: 1px 0 1px;
    margin-left: 20px;
}

.vr-popup__header {
    background-color: #006300 !important;
}

.vr-popup__region-link:hover {
    color: #006300 !important;
}

.vr-popup__body {
    background: #F9F9F9;
}

@media screen and (max-width: 992px) {
    .vr-template {
        display: inline-flex;
        padding: 20px 0 10px !important;
    }

    a.vr-template__link.js-vr-template__link-region-name {
        padding: 0 0 10px 10px !important;
    }
}

@media screen and (min-width: 768px) {
    .vr-popup {
        top: 20% !important;
    }

    .get-cheaper {
        display: none;
    }
}

.left_blog_img {
    width: 100%;
    padding-bottom: 15px;
}

.menu-row.middle-block .mega-menu table td.dropdown .wrap > a:not(.more-items)::after {
    content: none;
}

.banner_text h2 {
    all: unset;
}

.banner_title h1 {
    all: unset;
}

.prices .credit_price {
    cursor: pointer;
}

.catalog_detail .item_main_info {
    margin: 0 !important;
}

input#SAUNA_CALC_SIZE_FILE[type="file"] {
    display: none;
}

.js-wide-link-block {
    cursor: pointer;
}

/*.stickers .sticker__ {*/
/*    background-color: #f4c900 !important;*/
/*}*/

.stickers .sticker__0 {
    background-color: #ec6b0e !important;
}

.catalog_detail__ecoquality {
    align-items: baseline;
    cursor: help;
}

.catalog_detail__ecoquality + .tooltip .tooltip-inner {
    background: #fff;
    border: 1px solid #f2f2f2;
    color: #000;
}

.catalog_detail__ecoquality + .tooltip .tooltip-arrow {
    border-top-color: #f2f2f2;
}

#orderAlert_last {
    position: fixed;
    left: 48%;
    width: 520px;
    margin-left: -200px;
    background: #fff;
    border: 2px solid #dedede;
    top: 40%;
    z-index: 600;
    border-radius: 5px;
    padding: 7px;
    display: none;
}

#orderAlert_last {
    width: 400px;
}

#orderAlert_last .close {
    float: right;
    font-size: 21px;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20);
    font-weight: 700;
}

.rassr_price {
    display: inline-block;
}

.rassr_price > a {
    border-bottom: 1px dashed #666;
}

.rassr_price > a:hover {
    border-bottom: 1px solid transparent;
}

.prices_block .rassr_price {
    display: inline-block;
    cursor: pointer;
    margin-right: 7px;
}

.tooltip-question-mark-rassr svg {
    width: 15px;
    position: relative;
    bottom: -2px;
    left: -2px;
    fill: #555;
}

.popup .form.RASSROCHKA .form_head h2 {
    width: 110%;
}

.module_products_list td.price-cell {
    text-align: right;
}

.module_products_list td.but-cell {
    width: 144px;
    text-align: right;
}

.stickers .sticker_rassrochka_0 {
    background-color: #ec6b0e !important;
}

.detail-call {
    display: none;
    background: #f41a1f;
    color: #fff;
    line-height: 16px;
    text-transform: none;
    text-decoration: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
    padding: 15px 0px 12px;
    border: none;
    outline: none;
    position: relative;
    letter-spacing: 0.4px;
    vertical-align: middle;
    font-size: 14px;
    font-weight: bold;
    width: 140px;
    margin-bottom: 2px;
}

.detail-call:hover {
    color: #fff;
}

@media all and (max-width: 870px) {
    .wrapper_inner .info_item .middle_info .buy_block {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .detail-call {
        display: inline-block;
        width: 100%;
        height: 47px;
    }

    .info_item .middle_info .buy_block .counter_wrapp {
        padding-right: 0;
    }

    .catalog_detail .w_icons.btn.to-cart {
        padding-left: 43px;
        white-space: nowrap;
        padding-right: 43px;
    }

    .ktodostavit .ktodostavit__footer,
    .itemcalc__inner-wrap .itemcalc__footer {
        width: 100%;
        padding-right: 0;
    }

    .ktodostavit__footer .btn.btn-xs,
    .itemcalc__footer .btn.btn-xs {
        background: #1da539;
        color: #fff;
        line-height: 16px;
        text-transform: none;
        text-decoration: none;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        text-align: center;
        padding: 12px 0 12px;
        border: none;
        outline: none;
        position: relative;
        letter-spacing: 0.4px;
        vertical-align: middle;
        font-size: 14px;
        font-weight: bold;
        width: 190px;
        display: block;
        margin: 0 auto;
        left: -18px;
    }

    .itemcalc__footer .btn.btn-xs {
        background: #ffa600;
    }
}

.stickers {
    padding-right: 0;
}

@media all and (max-width: 1100px) {
    .cost.prices .price {
        font-size: 16px;
    }
}

@media all
and (min-width: 768px) {
    .sections_wrapper .list .item .name {
        font-size: 14px;
        font-weight: 700;
    }
}

@media (max-width: 870px) {
    .wrapper_inner .info_item .middle_info .buy_block .counter_wrapp .button_block {
        margin-top: 12px !important;
        margin-bottom: 14px !important;
    }

    .info_item .middle_info .buy_block .wrapp_one_click {
        padding-bottom: 0px !important;
        margin-bottom: 4px;
    }
}

.t825__popup {
    display: none;
    opacity: 0;
    -webkit-transition: opacity ease-in-out .2s;
    transition: opacity ease-in-out .2s;
    position: relative;
    z-index: 10000
}

.t825__popup_show {
    opacity: 1;
    display: block;
}

.t825__popup-container {
    margin: 0;
    top: initial;
    left: initial;
    bottom: 125px;
    right: 65px;
    border-radius: 5px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .4);
    background: #fff;
    position: fixed;
    z-index: 1;
    cursor: default;
    max-width: 300px
}

.t825__wrapper {
    padding: 30px 20px 20px;
    border-radius: 5px;
    max-height: 65vh;
    text-align: center
}

.t825__btn-img, .t825__image {
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 50%
}

.t825__image-wrapper {
    position: absolute;
    top: -35px;
    left: 50%;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #fff;
    transform: translateX(-50%)
}

.t825__text-wrapper {
    padding-bottom: 30px
}

.t825__messenger-block {
    margin-bottom: 20px
}

.t825__messenger-block {
    margin-left: 8px;
    margin-right: 8px
}

.t825__messenger-descr {
    padding-top: 8px;
    font-size: 12px;
    opacity: .8
}

.t825__mobile-top-panel {
    visibility: hidden;
    width: 100%;
    height: 50px;
    background: #fff;
    position: fixed;
    display: table
}

.t825__mobile-top-panel_wrapper {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    width: 100%
}

.t825__messenger {
    display: block;
    height: 62px;
    width: 62px;
    overflow: hidden;
    background-color: #fff;
    border-radius: 50%
}

.t825__messenger .t825__fb {
    width: 63px
}

.t825__messenger-block {
    display: inline-block
}

.t825__text_bottom {
    padding-top: 5px;
    padding-bottom: 10px
}

.t825__mobile-icon-close {
    vertical-align: middle;
    cursor: pointer;
    /*padding: 15px;*/
    margin-right: 10px;
}

@media screen and (max-width: 960px) {
    .t825.t825_active {
        z-index: 100000
    }

    .t825__btn {
        bottom: 10px !important;
        right: 10px !important
    }

    .t825__btn-text {
        font-size: 12px
    }

    .t825__left .t825__btn-text {
        left: auto;
        right: 80px
    }

    .t825__left .t825__btn-text::after, .t825__btn-text::after {
        border-width: 8px;
        right: -16px;
        left: auto;
        border-left-color: #292929;
        border-right-color: transparent
    }

    .t825__btn_active {
        display: none;
        opacity: 0
    }

    .t825__wrapper {
        max-width: 500px;
        margin: 0 auto;
        padding-top: 100px;
        max-height: initial;
        overflow-y: initial
    }

    .t825__popup {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        overflow-y: auto
    }

    .t825__popup-container {
        position: initial;
        max-width: 100%;
        width: 100%;
        min-height: 100%;
        height: auto;
        border-radius: 0;
        overflow: initial
    }

    .t825__messenger-wrapper {
        max-width: 260px;
        margin-left: auto;
        margin-right: auto
    }

    .t825__image-wrapper {
        position: static;
        width: 70px;
        height: 70px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 15px;
        transform: translateX(0)
    }

    .t825__mobile-top-panel {
        visibility: visible;
        z-index: 1
    }
}

@media screen and (max-width: 640px) {
    .t825 .t-input-block textarea {
        padding-top: 12px
    }
}

.t825__wrapper-person__img {
    width: 150px;
    height: 150px;
    border-radius: 100%;
    overflow: hidden;
    margin: 0px auto 23px;
}

.t825__wrapper-person__img img {
    max-width: 100%;
}

.t825__wrapper-person__name {
    font-weight: bold;
    color: #222;
    margin-bottom: 1px;
    text-align: center;
}

.callbackkiller.whatsapp svg {
    padding-top: 14px;
    margin-left: 13px;
}

.callbackkiller.whatsapp {
    background: #139c14 !important;
}

.callbackkiller.whatsapp:hover {
    background: #139c14 !important;
}

@media all and (max-width: 380px) {
    .catalog_section_list .section_item .image {
        margin: 0 auto;
    }

    .catalog_section_list .section_item li.name {
        text-align: center
    }

    .bottom_slider h4.title_block {
        max-width: 100% !important;
        margin-right: 0;
    }
}

.section_block .sections_wrapper .list .item {
    display: block;
}

.section_block .sections_wrapper .list .item {
    color: inherit;
}

.section_block .sections_wrapper .list .item:hover .name {
    color: #14762F;
}

.credit_price > a {
    color: #3e834f;
}

.rassr_price > a {
    color: #3e834f;
}

.d-flex {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

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

.modal.in .modal-dialog.modal-dialog-centered {
    transform: translate(0, 50%);
}

.modal-content {
    border: none;
    box-shadow: 0 3px 45px 5px #00000075, 0 1px 3px 1px #00000061;
}

.modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
    border-bottom: 1px solid #f3f3f3;
}

.modal-header .close {
    font-size: 28px;
}

.modal-title {
    font-size: 18px;
}

.modal-body {
    padding: 16px 24px;
}

.modal-body .row {
    margin: 0px -15px 0px -15px;
}

@media screen and (max-width: 767px) {
    .modal.in .modal-dialog.modal-dialog-centered {
        transform: translate(0, 0);
    }

    .modal-dialog {
        padding: 0;
        height: 100%;
    }

    .modal-content {
        height: 100%;
    }

    .price-img {
        margin-bottom: 24px;
        order: -1;
    }
}

@media screen and (min-width: 768px) {
    .modal-dialog.modal-md {
        width: 530px;
    }
}

.text-green {
    color: #188b30;
}

.day-banner._new {
    position: relative;
    top: 0;
    left: 0;
    right: auto;
    box-shadow: 0px 0px 60px grey;
    height: 680px;
    width: 320px;
    overflow: hidden;
    margin-left: -15px;
    padding-right: 15px;
}

._new .day-banner__wrapper {
    position: absolute;
    padding-top: 30px;
    top: 0;
}

html {
    scroll-behavior: smooth;
}

.day-banner._new {
    display: none;
}

@media all and (max-width: 520px) {
    .day-banner._new {
        display: block !important;
    }
}

.tooltip-question-mark__trigger {
    background-color: #1da539;
    width: 16px;
    min-width: 16px;
    height: 16px;
    border-radius: 50%;
    text-align: center;
    line-height: 16px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
}

.get-cheaper {
    font-size: 15px;
    padding: 32px 0;
}

.get-cheaper h3 {
    font-size: 22px;
    margin-top: 0;
    text-align: left;
    color: #1b1b1b;
    margin-bottom: 20px;
}

.get-cheaper__subtitle {
    position: relative;
    margin-bottom: 24px;
    display: inline-block;
}

.get-cheaper__subtitle-text {
    z-index: 2;
    position: relative;
    padding-left: 16px;
    font-weight: bold;
    color: #328c32;
    font-size: 13px;
    text-transform: capitalize;
}

.get-cheaper__subtitle::before {
    position: absolute;
    width: calc(100% + 16px);
    content: '';
    height: 34px;
    left: 0;
    top: -6px;
    background: #aceaac5e;
    border-radius: 4px;
    z-index: 0;
    transform: rotate(-1deg);
}

.get-cheaper__input {
    background: #fff !important;
    margin-bottom: 12px;
    border: 1px solid #e4eae5 !important;
    border-radius: 4px !important;
    height: 44px !important;
    padding: 0 16px !important;
    transition: all 0.3s;
}

.get-cheaper__input:focus {
    border-color: #78b184 !important;
    box-shadow: 1px 0 3px 2px #0f581e14;
}

.get-cheaper__button {
    width: 100%;
    height: 48px;
    border: none;
    border-radius: 40px;
    background: #198b30 !important;
}

.catalog-list {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.catalog-list__item {
    position: relative;
    min-height: 372px;
}

.catalog-list__item .catalog_item_wrapp {
    height: inherit;
}

.catalog-list__item-body {
    overflow: visible !important;
}

.desktop .catalog-list__item-body:hover {
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
    width: 100%;
    box-shadow: none !important;
    margin-left: 0;
}

.catalog-list__item-body > div {
    position: relative;
    z-index: 4;
}

.desktop .catalog-list__item-body::before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    box-shadow: 0 0 2px 1px #00000014, 0 2px 20px 4px #0000002e;
    opacity: 0;
    border-radius: 8px;
    transition: all 0.2s;
    background: #fff;
    z-index: 1;
}

.catalog-list__item-body:hover::before {
    opacity: 1;
    top: -8px;
    left: -8px;
    right: -8px;
    bottom: -8px;
}

/* .get-cheaper {
    position: fixed;
    top: 0;
    height: 100vh;
    left: 15px;
    right: 15px;
    z-index: 0;
    clip: rect(auto, auto, auto, auto) !important;
    padding: 24px;
    flex-direction: column;
    justify-content: center;
    display: flex;
}

.get-cheaper__layout {
    height: 100vh;
} */

.quiz-banner {
    position: relative;
    margin: 16px 0;
}

.quiz-banner img {
    width: 100%;
}

.quiz-banner__btn {
    position: absolute;
    top: 66%;
    left: 15%;
    padding: 12px 24px;
}

.btn-for-quiz {
    position: fixed;
    left: 15px;
    bottom: 10%;
    width: 57px;
    height: 57px;
    border-radius: 50%;
    z-index: 100;
}

.btn-for-quiz::before {
    width: inherit;
    height: inherit;
    border-radius: inherit;
    background: #1174cd;
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    z-index: 0;
    opacity: .6;
    animation-name: quiz-btn-animation;
    animation-duration: 5s;
    animation-delay: 3s;
    animation-iteration-count: infinite;
}

.btn-for-quiz a {
    width: inherit;
    height: inherit;
    background-color: #1174cd;
    background-image: linear-gradient(0deg, rgb(20, 88, 150) 0%, rgba(17, 116, 205, 1) 100%);
    border: 0;
    border-radius: inherit;
    color: #fff;
    font-size: 18px;
    box-shadow: inset 0 1px 0 1px #ffffff29;
    outline: none !important;
    position: relative;
    z-index: 5;
    display: block;
    text-align: center;
    line-height: 57px;
    font-family: 'Roboto Condensed', sans-serif;
}

@keyframes quiz-btn-animation {
    0% {
        transform: scale(1)
    }

    20% {
        transform: scale(1.9)
    }

    21% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.available_check_name {
    display: none;
}

@media screen and (min-width: 576px) {
    .btn-for-quiz {
        display: none;
    }
}

.bx_filter_parameters_box_title.collapsed:after {
    content: "\f107" !important;
}

.bx_filter_vertical input[type="checkbox"] + label.disabled {
    display: none;
}

.list-unstyled {
    padding: 0;
    margin: 0;
    list-style: none;
}

.list-unstyled li {
    padding-left: 0 !important;
}

.list-unstyled li::before {
    display: none !important;
}

.photo-list {
    align-items: stretch;
    display: flex;
    margin-bottom: 0 !important;
    flex-wrap: wrap;
}

.photo-list li {
    margin-bottom: 16px !important;
}

.photo-list a {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 100%;
    position: relative;
}

.photo-list img {
    object-fit: cover;
    width: 100%;
    height: 100% !important;
    position: absolute;
    left: 0;
    top: 0;
}

@media (min-width: 576px) and (max-width: 767px) {
    .col-sm-4 {
        width: 33.33333333333333% !important;
    }
}

.fancybox-thumbs {
    top: auto;
    width: auto;
    bottom: 0;
    left: 0;
    right: 0;
    height: 123px;
    padding: 10px 10px 5px 10px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.3);
}

.fancybox-show-thumbs .fancybox-inner {
    right: 0;
    bottom: 129px;
}

.fancybox-thumbs__list a:before {
    border: 3px solid #188b30;
}

.fancybox-is-fullscreen .fancybox-bg {
    opacity: 1;
    background: #000;
}

.fancybox-thumbs__list a {
    background-color: rgb(255, 255, 255);
    background-size: contain;
    height: 100px;
}

.owl-main-slider .owl-stage-outer, .owl-main-slider .owl-stage {
    height: inherit;
}

.owl-main-slider li.item {
    display: block !important;
}

.owl-main-slider .owl-item {
    box-shadow: inset 0 0 0 1px #fff;
}

.owl-main-slider .owl-nav {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    width: 100%;
}

.owl-main-slider .owl-nav .disabled {
    visibility: hidden;
}

.owl-main-slider .owl-nav button.owl-prev, .owl-main-slider .owl-nav button.owl-next {
    background: #fff !important;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    line-height: 25px;
    font-size: 50px;
    transition: all 0.3s;
}

.owl-main-slider .owl-nav button.owl-prev:hover, .owl-main-slider .owl-nav button.owl-next:hover {
    background: #188b30 !important;
    color: #fff;
}

.owl-main-slider .owl-nav button.owl-prev span, .owl-main-slider .owl-nav button.owl-next span {
    display: inline-block;
    height: 36px;
}

.owl-main-slider .owl-nav button.owl-prev:before, .owl-main-slider .owl-nav button.owl-next:before {
    display: none !important;
}

.owl-main-slider .owl-nav button.owl-prev {
    left: 8px;
    position: absolute;
}

.owl-main-slider .owl-nav button.owl-next {
    right: 8px;
    position: absolute;
}

/* Venyoo */
#leadia_science_widget .leadia_widget {
    z-index: 90000 !important;
}

/* End Venyoo */

@media screen and (max-width: 575px) {
    .item_slider .wrapp_thumbs {
        display: none;
    }
}

/* right banner starts */
.right-banner {
    position: fixed;
    z-index: 3000;
    right: -300px;
    width: 300px;
    bottom: 300px !important;
    background: #188b30;
    color: #fff;
    visibility: hidden;
    transition: all 0.5s;
}

.right-banner.show {
    right: 0;
    visibility: visible;
}

.right-banner__title {
    font-weight: bold;
    padding-right: 20px;
    margin-bottom: 12px;
}

.right-banner__body {
    position: relative;
    overflow: hidden;
    padding: 16px;
}

.right-banner__body:before, .right-banner__body:after {
    position: absolute;
    content: '';
    top: -15px;
    bottom: -15px;
    background: #fff;
    opacity: 0.15;
    pointer-events: none;
    transform: rotate(25deg);
}

.right-banner__body:before {
    width: 38px;
    left: 170px;
}

.right-banner__body:after {
    width: 11px;
    left: 220px;
}

.right-banner__close {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 24px;
    height: 24px;
    font-size: 36px;
    text-align: center;
    line-height: 24px;
    font-weight: 200;
    opacity: .8;
    cursor: pointer;
    transition: inherit;
    z-index: 5;
}

.right-banner__close:hover {
    opacity: 1;
}

.right-banner .btn-light {
    background: #fff;
    border: 0;
    min-width: 130px;
    color: #000000;
    font-weight: bold;
    font-size: 14px;
    margin-right: 12px;
}

.right-banner .btn-link {
    border: 0;
    color: #fff !important;
    padding-right: 0;
    padding-left: 0;
    font-size: 12px;
}

@media screen and (max-width: 1024px) {
    .right-banner {
        display: none;
    }
}

/* right banner ends */

/* animate https://animate.style/ */

.animate__infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animate__pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@media screen and (max-width: 767px) {
    .hidden-md-and-down {
        display: none;
    }
}

.catalog_left_block__banner {
    position: relative;
    margin-top: 48px;
}

.catalog_left_block__banner img {
    width: 100%;
}

.catalog_left_block__banner-button {
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    padding: 12px 24px;
}

/* Envybox callbackkiller */

.callbackkiller.cbk-phone.cbk-phone-xs, .callbackkiller.cbk-phone.cbk-phone-xs:hover {
    position: fixed !important;
    bottom: 180px !important;
    top: auto !important;
}

@media screen and (max-width: 575px) {
    .callbackkiller.cbk-phone.cbk-phone-xs, .callbackkiller.cbk-phone.cbk-phone-xs:hover {
        bottom: 10% !important;
    }
}

.sidebar-banner {
    background-size: cover;
    padding: 24px 22px 32px;
    min-height: 360px;
    font-size: 15px;
    margin-top: 48px;
}

.sidebar-banner__title {
    font-size: 26px;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 24px;
}

.sidebar-banner__title strong {
    color: #4d8d55;
    font-size: 22px;
}

.sidebar-banner__subtitle {
    font-weight: bold;
    margin-bottom: 8px;
}

.sidebar-banner ul {
    margin-bottom: 32px;
}

.sidebar-banner li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 4px;
}

.sidebar-banner ul svg {
    vertical-align: middle;
    fill: #429751;
    margin-right: 8px;
    margin-top: 4px;
}

.sidebar-banner__button {
    margin: 0 auto !important;
    display: block;
}

.btn--flare {
    box-shadow: 0 0 15px 1px #198b304f;
    border-radius: 0;
    font-size: 15px;
    font-weight: bold;
}

.btn--flare::before {
    content: '';
    position: absolute;
    pointer-events: none;
    width: 35px;
    height: 100%;
    top: 0;
    left: 0;
    top: 0;
    background-image: linear-gradient(90deg, hsla(0, 0%, 100%, .1), hsla(0, 0%, 100%, .6) 100%);
    transform: skewX(-18deg);
    animation-name: flare;
    animation-duration: 5s;
    animation-iteration-count: infinite;
}

@keyframes flare {
    0% {
        left: -40px;
    }
    40%, 100% {
        left: calc(100% + 10px);
    }
}

.fixed-block {
    background: #fff;
    padding: 24px 16px;
    min-height: 360px;
    font-size: 15px;
    height: 100%;
    display: none;
    flex-direction: column;
    justify-content: center;
    position: sticky;
    top: 16px;
    left: 0;
    width: 100%;
    bottom: 16px;
    z-index: 0;
    color: #000;
    box-shadow: 0 0 0 1px #f2f2f2 inset;
    margin: 16px 0;
}

.fixed-block__layout {
    height: 100vh;
    display: none;
}

.fixed-block__title {
    font-size: 32px;
    line-height: 1.1;
    font-weight: bold;
    margin-bottom: 16px;
}

.fixed-block__subtitle {
    color: #188b30;
    font-size: 22px;
    display: block;
    line-height: 1.3;
    margin-bottom: 24px;
}

.fixed-block p {
    margin-bottom: 20px;
    font-size: 15px;
}

.fixed-block input {
    background: #fff;
    border-radius: 4px;
    height: 44px;
    margin-bottom: 16px;
    border: 1px solid #dfe8ef;
    box-shadow: none;
    display: block;
    width: 100%;
    padding: 0 16px;
    outline: none;
}

.fixed-block input:focus {
    border-color: #188b30;
}

.fixed-block__button {
    position: relative;
    min-height: 48px;
    width: 100%;
}

.white-overlap {
    width: 100%;
}

@media screen and (max-width: 575px) {
    .fixed-block__layout {
        display: block;
    }

    .fixed-block {
        display: flex;
    }

    .white-overlap {
        background: #fff;
        position: relative;
        z-index: 10;
    }
}

.stickers .sticker_besplatnaya_dostavka {
    background-color: #FF0000 !important;
}

.photo_block img#photo-load {
    text-align: center;
    display: block;
    margin: 20px auto 40px;
}

.youtube {
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: block;
    overflow: hidden;
    transition: all 200ms ease-out;
    cursor: pointer;
}


.youtube .play {
    background: url("/bitrix/templates/aspro_next/images/play.png") no-repeat center center;
    background-size: 64px 64px;
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: .8;
    filter: alpha(opacity=80);
    transition: all 0.2s ease-out;
}

.youtube .play:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.catalog_detail .tab-content iframe {
    margin-left: auto !important;
    margin-top: 40px;
}

@media (max-width: 767px) {
    .col-xs-12.quiz-banner:not(.quiz-mobile) {
        display: none;
    }
}

@media (min-width: 767px) {
    .col-xs-12.quiz-banner.quiz-mobile {
        display: none;
    }
}

.fixed-block div, .fixed-block p {
    text-align: center;
}

.video_block .youtube {
    background-size: cover;
}

@media all and (max-width: 768px) {
    .video_block .youtube {
        background-size: contain;
        height: 200px !important;
    }
}

.catalog_detail .tab-content iframe {
    margin-left: unset !important;
}


#video.tab-pane {
    margin-top: 30px;
}

@media all and (min-width: 1024px) {
    div.obzor_mobile_img {
        display: none !important;
    }
}

@media all and (max-width: 1024px) {
    div.obzor_mobile_img {
        margin-bottom: 60px;
        display: block;
        text-align: center;
    }
}

@media all and (max-width: 1024px) {
    .catalog_detail .detail_info_block td:not(.obzor_mobile_img) img {
        display: none !important;
    }
}


.catalog_detail .tab-pane.active .title-tab-heading + div {
    padding-top: unset;
}

@media (max-width: 767px) {
    .catalog_page .show_props h4 {
        margin-left: 0 !important;
    }

    .catalog_detail .detail_text {
        margin-top: 20px !important;
    }

    .catalog_page .page-top h1, .page-top .page-top-main {
        padding-top: 0 !important;
    }

    body .breadcrumbs {
        text-align: left !important;
    }
}

@media (min-width: 975px) {
    table.item_detail .item_detail_properties {
        padding-bottom: 20px !important;
    }

    .youtube, .video_block iframe {
        display: inline-block !important;
        margin-right: 20px !important;
    }

    .video_block iframe {
        margin-bottom: 20px !important;
        margin-top: unset !important;
    }

    .viewed_block .owl-carousel .owl-stage-outer {
        height: 320px;
    }

    .catalog_detail hr {
        margin: 18px 0 5px !important;
    }

    .props_list_wrapp.equipment_slide ul {
        margin: 0 !important;
    }
}

.btn-for-quiz.btn-test {
    bottom: 21%;
}

.btn-for-quiz.btn-discount {
    visibility: visible;
    opacity: 1;
}

.btn-for-quiz.btn-test {
    visibility: visible;
    opacity: 1;
}

.btn-for-quiz.btn-discount a {
    font-size: 15px;
    background-image: linear-gradient(0deg, rgb(150, 20, 20) 0%, rgb(205, 17, 17) 100%);
}

.btn-for-quiz.btn-discount::before {
    background: #F00;
}

@media (max-width: 768px) {
    .whatsapp-desktop {
        display: none !important;
    }

    .btn-for-quiz.btn-discount.toTop {
        margin-bottom: 80px;
    }
}

@media (min-width: 768px) {
    .btn-for-quiz.btn-discount {
        display: block;
        left: 2.75%;
        bottom: 180px !important;
        width: 60px !important;
        height: 60px !important;
    }

    .btn-for-quiz.btn-discount a {
        text-decoration: none;
    }

    .whatsapp-desktop .cbk-phone-bgr {
        background-color: rgba(19, 156, 20, 1) !important;
    }

    .callbackkiller.whatsapp-desktop.cbk-phone.cbk-phone-pulse {
        --box-shadow-color: 0 9px 16px rgba(255, 34, 65, .6) !important;
        left: 2.75%;
        bottom: 50px !important;
        right: auto;
        cursor: pointer;
    }

    .callbackkiller.whatsapp-desktop.cbk-phone.cbk-phone-pulse .whatsapp__message-count {
        position: absolute;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background-color: #ff360e;
        font-size: 12px;
        line-height: 21px;
        color: #fff !important;
        text-align: center;
        z-index: 1000000;
        right: 0;
    }

    .callbackkiller.whatsapp-desktop.cbk-phone.cbk-phone-pulse img {
        width: 36px;
    }
}

.video_block {
    text-align: left
}

.btn.btn-default.btn-form-wa {
    margin-left: 10px;
}

.bochka_areas_of_use {
    margin-top: 20px;
    display: block;
}

.bochka_areas_of_use .areas_title {
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    margin-bottom: 25px;
}

.bochka_areas_of_use .areas_text {
    display: inline-block;
    max-width: 45%;
}

.bochka_areas_of_use .areas_list_title {
    color: #188b30;
    font-weight: bold;
}

.bochka_areas_of_use .areas_pic {
    max-width: 50%;
    float: right;
}

.bochka_areas_of_use .areas_pic img {
    vertical-align: middle;
    max-height: 650px;
}

.bochka_areas_of_use .bottom-text {
    display: block;
    border: 1px solid #188b30;
    padding: 10px;
    text-align: center;
    margin-top: 30px;
    border-radius: 20px;
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    .bochka_areas_of_use .areas_pic {
        width: 100%;
        display: block;
        max-width: 100%;
    }

    .bochka_areas_of_use .areas_text {
        width: 100%;
        display: block;
        max-width: 100%;
    }

    .bochka_areas_of_use .areas_pic img {
        height: auto;
    }

    .bochka_areas_of_use .bottom-text {
        display: inline-block;
    }
}

@media (min-width: 768px) {
    .bochka_areas_of_use .bottom-text {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }
}

.db-nb-wa-button:hover, .db-nb-wa-button:active {
    color: #FFF;
}

.db-nb-wa-button {
    background-color: #188b30;
    color: #ffffff;
    width: 100%;
    height: 40px;
    margin-bottom: 15px;
    border: none;
    border-radius: 5px;
    display: block;
    text-align: center;
    padding-top: 8px;
}

.day-banner .db-nb-wa-button {
    font-size: 13px;
}

.nb-form__submit {
    background: #ffa600 !important;
    color: #fff !important;
}

.db-form .db-form__submit {
    background: #ffa600 !important;
}

.cb-link.btn-def.animated.red.dark {
    font-weight: bold !important;
}

.ajax_load_btn_custom {
    text-align: center;
    margin: 0px 0px 20px;
    border: 1px solid #f2f2f2;
    cursor: pointer;
}

.btn-for-quiz.btn-test a {
    font-size: 15px !important;
}

.marquiz-pops__bonus {
    display: none !important;
}

.btn-for-quiz.btn-discount a {
    line-height: 15px;
    padding: 20px 0;
}

.btn-for-quiz.btn-discount a br {
    margin-bottom: 5px;
}


.sauna_inner_scheme_text p::before {
    content: '';
    background-size: 28px 28px !important;
    display: inline-block;
    width: 28px;
    height: 28px;
    top: 9px;
    position: relative;
    margin-bottom: 5px;
    margin-right: 12px;
}



.sauna_inner_title {
    color: #333333;
    font-size: 20px !important;
    font-weight: 700;
    line-height: 30px;
    text-align: center !important;
    margin-bottom: 10px;
}

.sauna_inner_scheme.under .sauna_inner_scheme_text p span, .sauna_inner_scheme_text_additional {
    color: #aeaeae;
}

@media screen and (min-width: 992px) {
    .sauna_inner_scheme_text p::before {
        background-size: 28px 28px !important;
        width: 28px;
        height: 28px;
        top: 9px;
    }

    .sauna_inner_scheme {
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
        margin: 18px 0 !important;
    }

    .sauna_inner_scheme_pic {
        width: 100%;
        max-width: 50% !important;
        display: block !important;
        margin: 10px 0 !important;
        padding-right: 30px;
    }

    .sauna_inner_scheme .text_wrap {
        text-align: right;
    }

    .sauna_inner_scheme .text_wrap {
        padding: 0 30px 0 0;
        flex: 0 1 50%;
    }

    .sauna_inner_scheme .image_wrap {
        flex: 0 0 auto;
        border-radius: 50%;
        overflow: hidden;
    }

    .sauna_inner_scheme_text p {
        font-size: 18px;

    }

    .sauna_inner_title {
        margin-top: 15px;
    }

    .sauna_inner_scheme_text p::before {
        background: #147328;
        background-size: auto;
        border-radius: 20px;
        content: attr(data-count);
        color: #FFF;
        font-size: 18px;
        text-align: center;
        top: -2px !important;
        line-height: 26px;
    }

    .sauna_inner_scheme_text_additional {
        color: #aeaeae;
        text-align: center;
        margin-left: 5%;
    }

    .sauna_inner_scheme.under .sauna_inner_scheme_pic {
        margin: 20px auto !important;
    }

    .sauna_inner_scheme.under .sauna_inner_scheme_text {
        display: inline-block;
        width: 40%;
        margin-right: 5%;
        vertical-align: top;
    }


    .sauna_inner_scheme.under .sauna_inner_scheme_text p {
        display: inline-block;
        font-size: 17px;
    }


    .sauna_inner_scheme.under .sauna_inner_scheme_pic {
        margin: 20px auto !important;
    }

    .sauna_inner_scheme.under .sauna_inner_scheme_text p span {
        color: #aeaeae;
        font-size: 18px;
        font-weight: lighter;
    }

    .sauna_inner_scheme.under .sauna_inner_scheme_pic {
        max-width: 600px !important;
        padding-right: 0 !important;
    }

    .sauna_inner_scheme.under:not(img) > div {
        margin: 0 auto !important;
        width: 31% !important;
    }

    .sauna_inner_scheme_text_additional {
        margin: 0 !important;
    }
}

@media screen and (max-width: 992px) {
    .sauna_inner_scheme_text p::before {
        background: #147328;
        background-size: auto;
        border-radius: 20px;
        content: attr(data-count);
        color: #FFF;
        font-size: 15px;
        line-height: 19px;
        text-align: center;
        top: 0px !important;
    }

    .sauna_inner_scheme_text p::before {
        background-size: 20px 20px !important;
        width: 20px;
        height: 20px;
        top: 6px;
    }

    .sauna_inner_scheme {
        margin: 18px 0 !important;
    }

    .sauna_inner_scheme_pic {
        width: 100%;
        display: block !important;
        margin: 30px auto !important;
    }

    .sauna_inner_scheme_text {
        font-size: 14px;
        line-height: 30px;
    }

    .sauna_inner_scheme_text p {
        margin: 0 !important;
    }

    .sauna_inner_scheme_text p::before {
        margin-bottom: 3px;
        margin-right: 7px;
    }

    .sauna_inner_title {
        margin-top: 0px;
    }
}

@media screen and (min-width: 992px) {
    .sauna_chess_title {
        font-size: 20px;
        line-height: 30px;
        color: #333333 !important;
        font-weight: bold;
        text-align: center !important;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .detail_info_block.detail_item_info hr {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .sauna_chess_scheme {
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
        margin: 0 !important;
    }

    .sauna_chess_scheme_pic {
        width: 100%;
        max-width: 50% !important;
        display: block !important;
        margin: 10px 0 !important;
        padding-right: 30px;
        min-width: 50% !important;
    }

    .sauna_chess_scheme_pic img {
        max-width: 100%;
        text-align: center;
        margin: 0px auto;
        display: block;
        border: 1px solid #f2f2f2;
    }

    .sauna_chess_scheme_text_subtitle {
        font-size: 16px;
        font-weight: bold;
        color: #333333 !important;
    }

    .sauna_chess_scheme_text p {
        margin-top: 10px;
    }

    .sauna_chess_scheme.reverse {
        display: flex;
        flex-direction: row-reverse;
    }

    .sauna_chess_scheme_text {
        padding: 0 30px;
    }


    /* Inline таблица стилей #49 | https://nsk.fitorodnik.ru/catalog/finskie-sauny-original-s-elektrokamenkoy/finskaya-sauna-odnomestnaya-dvp/ */

    .sauna_inner_scheme.under {
        display: block;
        text-align: center;
    }


    .sauna_inner_scheme.under .sauna_inner_scheme_text {
        display: inline-block;
    }

    .sauna_inner_scheme.under p {
        width: 100%;
    }

    .sauna_inner_scheme.under .sauna_inner_scheme_text {
        width: 40%;
        margin-right: 20px !important;
    }

    .sauna_inner_scheme.under .sauna_inner_scheme_text p {
        text-align: left;
        margin-bottom: 15px !important;
    }
}

@media screen and (max-width: 992px) {
    .sauna_chess_title {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 30px;
        text-align: center;
    }

    .sauna_chess_scheme {
        margin: 30px 0;
    }

    .sauna_chess_scheme_pic {
        margin-bottom: 20px;
    }

    .sauna_chess_scheme_text_subtitle {
        font-size: 15px;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .sauna_chess_scheme_pic img {
        text-align: center;
        display: block;
    }
}

.socials__item.socials--tg {
    display: inline-block;
}

.socials__item {
    display: inline-block;
    padding: 0 10px 0 10px !important;
}

#descr .detail_text ul {
    margin: 0 !important;
}

.detail_text .sauna_inner_scheme_text_additional {
    text-align: left !important;
    font-size: 13px !important;
}


/* Новый вид подробной информации с цифрами-иконками и картинкой сверху */

.holodilnik.photo-up img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.sauna_inner_scheme.under.detail-info .sauna_inner_scheme_text p {
    font-weight: bold;
    font-size: 14px;
    display: block;
}

.sauna_inner_scheme.under.detail-info .sauna_inner_scheme_text div.detail_info_big {
    text-align: left;
    margin-bottom: 20px;
}


@media screen and (min-width: 992px) {
    .sauna_inner_scheme.under .sauna_inner_scheme_text p {
        margin-bottom: 0px !important;
    }
}

.sauna_inner_scheme_text p::before {
    margin-bottom: 5px;
}

@media screen and (min-width: 992px) {
    .sauna_inner_scheme_text p::before {
        top: 1px !important;
    }

    .sauna_inner_scheme.under:not(img) > div {
        width: 40% !important;
    }
}
/* Новый вид подробной информации с цифрами-иконками и картинкой сверху */

.social-icons ul .telegram {
    order: 3;
}

.items.landings_list {
    display: none;
}

@media screen and (max-width: 992px) {
    .aboutVideoBLock {
        display: block !important;
    }

    .aboutVideoBLock iframe {
        padding-bottom: 12px !important;
    }
}

@media screen and (min-width: 992px) {
    .aboutVideoBLock iframe {
        padding-right: 10px;
    }

    .aboutVideoBLock {
        margin-bottom: 20px;
    }

    #leadia_science_widget {
        display: none;
    }

    .catalog_detail .tabs {
        margin-top: 40px;
    }
}

body .wrapper_inner h1 {
    padding-top: 16px;
    text-align: center;
}

.price_group.min.BASE .highlighted .price_value, .price.highlighted .values_wrapper .price_value {
    color: #F00;
}

.social-icons li.instagram a {
    background-position: unset;
    background: url(/bitrix/templates/aspro_next/images/rutube.webp) no-repeat;
}