.custom-button i {
    display: none !important;
}

.btn.btn-default.custom-button {
    max-width: 220px;
    background: #F27F28;
    border-color: #F27F28;
    display: flex;
    align-content: center;
    gap: 5px;
    font-size: 14px;
    line-height: 18px;
    justify-content: center;
}

.btn.btn-default.custom-button svg {
    min-width: 20px;
}

.btn.wcc {
    background-color: #F27F28;
    border-color: #F27F28;
}

.btn.wcc i {
    margin-right: 15px;
}

.montage-banner {
    width: 100%;
    border: 1px solid #E8E8E8;
    display: flex;
    margin-top: 19px;
}

.montage-content {
    width: 44%;
    padding: 33.8px;
    padding-right: 0;
    z-index: 1;
}

.montage-content .btn {
    background-color: #3AAA35;
}

.montage-content .btn:hover {
    background-color: #3AAA35;
}

.montage-content ul {
    margin: 25px 0;
}

.montage-content ul li {
    font-size: 14px;
    color: #383838;
    margin: 0px 0 0 15px;
}

.montage-title {
    color: #303032;
    font-size: 30px;
    font-weight: 700;
    white-space: nowrap;
}

.montage-title span {
    color: #3AAA35;
}

.montage-img {
    width: 56%;
}

.montage-img img {
    max-width: 100%;
    height: 100%;
}

.montage-img img.mobile {
    display: none;
}

.montage-content ul:not([id*="bx_"])>li:before {
    content: ' ';
    width: 6px;
    height: 6px;
    border-radius: 100%;
    display: block;
    background-color: #3AAA35;
    position: absolute;
    top: 10px;
    left: 7px;
}

@media(max-width: 1420px) {
    .montage-content {
        padding: 25px;
        padding-right: 0;
    }

    .montage-title {
        white-space: normal;
    }

    /*.montage-content, .montage-img {
        width: 50%;
    }*/
}

@media(max-width: 1050px) {
    .montage-title {
        font-size: 24px;
    }

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

    .montage-content {
        width: 100%;
        padding: 25px;
    }

    .montage-img {
        width: 100%;
    }

    .montage-img img.mobile {
        display: block;
        height: auto;
        width: 100%;
    }

    .montage-img img.desktop {
        display: none;
    }
}

#basket-root .basket-checkout-container {
    opacity: 1;
}

.sticky-sidebar .form-action-wrapper {
    display: none;
}

.main_alarm {
    background-image: url('../images/alarm.svg');
    width: 374px;
    height: 137px;
    position: fixed;
    right: 10px;
    top: 40%;
    z-index: 4;
    display: none;
    background-size: contain;
}

.view_sale_block.custom .values .item:after,
.view_sale_block.custom .values .item:before {
    background-color: white;
}

body .view_sale_block.v2.custom .values .item .text {
    font-size: 10px;
}

.main_alarm-kolokol-div {
    width: 100px;
}

.main_alarm-kolokol {
    margin: 0;
}

.main_alarm-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding: 15px 25px;
    padding-right: 15px;
}

.main_alarm-text {
    width: 250px;
    line-height: 135%;
    font-size: 13px;
    font-weight: 500;
    color: white;
}

.main_alarm-text span {
    text-decoration: underline;
}

.main_alarm-close {
    right: 10px;
    position: absolute;
    top: 10px;
    cursor: pointer;
}

@media(max-width: 768px) {
    .main_alarm {
        display: block;
        width: 250px;
        height: 92px;
        background-size: contain;
    }

    .main_alarm-container {
        padding: 10px 19px;
        padding-right: 10px;
    }

    .main_alarm-text {
        font-size: 9px;
    }

    .main_alarm-close {
        width: 16px;
        top: 5px;
    }

    .main_alarm-kolokol {
        width: 25px;
    }

    .main_alarm-close img {
        width: 100%;
    }
}

.compare_custom {
    position: fixed;
    right: -63px;
    top: 230px;
    z-index: 10;
    animation-name: slideIn;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
}

@keyframes slideIn {
    0% {
        right: -63px;
    }

    100% {
        right: 0;
    }
}

.compare_custom .opener {
    border-radius: 4px 0 0 4px;
}

.compare_custom .opener:hover,
.compare_custom .compare_count:hover {
    background: #96d221 !important;
}

.compare_custom .js-compare-block {
    display: block;
    text-align: center;
    padding: 20px 22.5px 0;
}

.compare_custom .svg {
    opacity: 1;
}

.compare_custom .compare_count {
    color: #fff;
    padding: 10px 0;
    text-align: center;
    border-radius: 0 0 0 4px;
}

.compare_custom .compare_count span {
    padding: 3px 8px;
    background: #fff !important;
    border-radius: 100%;
    color: #333;
}

.compare_custom .compare_txt {
    color: #fff;
    padding: 0 10px 10px;
}

@media (max-width: 600px) {

    /*.compare_custom {
    display: none !important;
  }*/
    .tab-content .content .row .col-md-4 {
        margin-bottom: 20px;
    }

    /*  .inner_wrap.TYPE_2 .image_wrapper_block {
    display: none;
  }*/
    .catalog_item_wrapp.catalog_item.item_wrap.main_item_wrapper.product_image.has-sku .view_sale_block_wrapper {
        bottom: 45px;
        height: 30px !important;
    }

    .catalog_item_wrapp.catalog_item.item_wrap.main_item_wrapper.product_image.has-sku .title {
        display: none;
    }
}

@media (min-width: 600px) and (max-width: 800px) {
    .inner_wrap.TYPE_2 .image_wrapper_block {
        display: none;
    }
}


@media (max-width: 550px) {
    body .top_block .top_block_title {
        margin-right: 45px;
    }
}


.logo_and_menu-row .phone {
    width: 40px;
}

/* Hover-эффект для телефона в шапке и подвале */
.logo_and_menu-row .phone > a,
footer .info .phone > .wrap a,
footer .info .phone.blocks .phone > .wrap a {
    transition: color 0.2s ease;
}

.logo_and_menu-row .phone > a:hover,
footer .info .phone > .wrap a:hover,
footer .info .phone.blocks .phone > .wrap a:hover {
    color: #74a319 !important;
}


.contents.parametrs .dynamic_left_side .items_inner .bottom_description a svg path,
.colored_theme_svg svg path,
.colored_theme_svg,
.muted:not(.ncolor):hover svg path {
    fill: #C8C8C8;
}

.top_slider_wrapp .flexslider .slides>li:not(.image) .img img {
    position: static;
}

footer .address.blocks {
    margin: 0 0 22px;
}

.text_promo {
    font-size: 25px;
    font-weight: bold;
}

.text_promo span {
    font-size: 30px;
}

.btn.btn-transparent-border-color.white.animate-load.has-ripple.contact_doc a:hover {
    color: #FFF;
}

footer .light .info .rekvizit {
    color: #333;
}

footer .info .rekvizit {
    position: relative;
    padding: 0 0 0 29px;
    line-height: 1.3333em;
    color: #FFF;
    display: inline-block;
}

i.fa.fa-credit-card.svg.inline:before {
    /* width: 9px; */
    /* height: 12px; */
}

footer .info .rekvizit .svg {
    top: 0px;
    left: 0px;
}

.policy {
    padding: 0 !important;
}

footer .social-icons ul li.whatsapp a {
    background-position: -331px -424px;
}
footer .social-icons ul li.Max a {
    background-position: -517px -377px;
}

.img_banners {
    position: absolute;
    top: 10%;
}

.catalog-compare__items.catalog_block.items.block.flexbox.flexbox--row.owl-carousel.owl-theme.owl-bg-nav.visible-nav.owl-loaded.owl-drag {
    position: sticky;
    top: 0;
    z-index: 100;
}

div#bx_catalog_compare_block .owl-stage-outer .image_wrapper_block {
    display: none;
}


.section-banner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 340px;
    padding: 95px 80px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover
}

@media (max-width:1200px) {
    .section-banner {
        padding: 40px
    }
}

@media (max-width:479px) {
    .section-banner {
        min-height: auto;
        padding: 24px
    }
}

.section-banner__content {
    max-width: 400px
}

.section-banner__title {
    /*
    font-size: 42px;
    */
    font-size: 30px;
    line-height: 52px;
    color: #333;
    margin-bottom: 21px
}

@media (max-width:600px) {
    .section-banner__title {
        margin-bottom: 16px
    }
}

@media (max-width:479px) {
    .section-banner__title {
        /*
        font-size: 32px;
        */
        font-size: 20px;
        line-height: 42px
    }
}

.section-banner__text {
    /*
    font-size: 15px;
    */
    font-size: 13px;
    line-height: 25px;
    color: #777
}

.section-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 58px;
    padding-bottom: 55px;
    border-bottom: 1px solid #ececec
}

@media (max-width:600px) {
    .section-info {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

.section-info__title {
    width: 265px;
    font-size: 24px;
    line-height: 34px;
    color: #333
}

.section-info__items {
    display: flex;
    align-items: center;
    width: calc(100% - 375px)
}

@media (max-width:1440px) {
    .section-info__items {
        width: calc(100% - 326px)
    }
}

@media (max-width:1367px) {
    .section-info__items {
        width: 100%;
        margin-top: 32px
    }
}

@media (max-width:767px) {
    .section-info__items {
        flex-wrap: wrap
    }
}

@media (max-width:600px) {
    .section-info__items {
        margin-top: 16px
    }
}

.section-info__item {
    display: flex;
    align-items: center;
    font-size: 15px;
    line-height: 25px;
    color: #777
}

@media (max-width:767px) {
    .section-info__item {
        width: 100%
    }
}

.section-info__item:first-child {
    width: 100%;
    max-width: 323px;
    margin-right: 97px
}

@media (max-width:1440px) {
    .section-info__item:first-child {
        margin-right: 64px
    }
}

@media (max-width:767px) {
    .section-info__item:first-child {
        margin-right: 0
    }
}

@media (max-width:1367px) {
    .section-info__item:nth-child(2) {
        max-width: 452px
    }
}

@media (max-width:767px) {
    .section-info__item+.section-info__item {
        margin-top: 32px
    }
}

.section-info__item-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 109px;
    height: 109px;
    margin-right: 20px;
    font-weight: 600;
    font-size: 15px;
    line-height: 25px;
    text-align: center;
    color: #83b81d;
    border-radius: 50%;
    border: 2px solid #83b81d
}

@media (max-width:600px) {
    .section-info__item-left {
        width: 92px;
        height: 92px
    }
}

.section-pluses {
    padding-top: 55px;
    padding-bottom: 23px
}

@media (max-width:600px) {
    .section-pluses {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

.section-pluses__item {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 32px
}

@media (max-width:600px) {
    .section-pluses__item {
        margin-bottom: 18px
    }
}

@media (max-width:600px) {
    .section-pluses__item:last-child {
        margin-bottom: 0
    }
}

@media (min-width:768px) {
    .section-pluses__item.col-sm-6 {
        width: 50% !important
    }
}

@media (min-width:1200px) {
    .section-pluses__item.col-md-4 {
        width: 33.33333333333333% !important
    }
}

@media (min-width:1440px) {
    .section-pluses__item.col-lg-3 {
        width: 25% !important
    }
}

@media (max-width:767px) {
    .section-pluses__item {
        width: 50% !important
    }
}

@media (max-width:600px) {
    .section-pluses__item.col-xxs-12 {
        width: 100% !important
    }
}

.section-pluses__item-overico {
    width: 49px;
    margin-right: 20px;
    flex-shrink: 0
}

@media (max-width:600px) {
    .section-pluses__item-overico {
        width: 40px;
        height: 40px;
        margin-right: 18px
    }
}

.section-pluses__item-ico {
    max-width: 100%;
    max-height: 100%
}

.section-pluses__item-title {
    font-size: 15px;
    line-height: 25px;
    color: #333
}

.section-project {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    min-height: 250px;
    height: 260px;
    padding: 83px 80px;
    background-color: #f9f9fa;
    overflow: hidden;
    z-index: 1
}

@media (max-width:1200px) {
    .section-project {
        padding: 40px
    }
}

@media (max-width:479px) {
    .section-project {
        padding: 24px
    }
}

.section-project:after {
    content: "";
    display: block;
    position: absolute;
    width: 480px;
    height: 225px;
    top: 28px;
    right: 80px;
    background: url(/bitrix/templates/aspro_max/css/../img/project-decor.svg) no-repeat 50%;
    background-size: contain;
    z-index: -1
}

@media (max-width:1440px) {
    .section-project:after {
        width: 320px
    }
}

@media (max-width:1200px) {
    .section-project:after {
        right: 40px
    }
}

@media (max-width:600px) {
    .section-project:after {
        position: relative;
        top: auto;
        right: auto;
        width: 100%;
        height: 164px;
        margin-top: 32px
    }
}

.section-project__content {
    max-width: 400px
}

@media (max-width:1200px) {
    .section-project__content {
        max-width: 282px
    }
}

.section-project__title {
    margin-bottom: 29px;
    font-size: 24px;
    line-height: 34px;
    color: #333
}

@media (max-width:600px) {
    .section-project__title {
        margin-bottom: 16px
    }
}

.section-project__text {
    margin-bottom: 35px;
    font-size: 15px;
    line-height: 25px;
    color: #777
}

.section-warning {
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 35px 81px 35px;
    border: 1px solid #ececec
}

@media (max-width:1200px) {
    .section-warning {
        padding: 40px
    }
}

@media (max-width:60px) {
    .section-warning {
        margin-top: 40px;
        margin-bottom: 40px
    }
}

@media (max-width:479px) {
    .section-warning {
        flex-direction: column;
        align-items: flex-start;
        padding: 24px
    }
}

.section-warning:before {
    content: "";
    display: block;
    flex-shrink: 0;
    width: 53px;
    height: 53px;
    margin-right: 20px;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='53' height='53' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='26.5' cy='26.5' r='25.5' stroke='%2383B81D' stroke-width='2'/%3E%3Cpath d='M24.97 21.22h2.13V37h-2.13V21.22zm1.08-3.45c-.44 0-.81-.15-1.11-.45-.3-.3-.45-.66-.45-1.08 0-.4.15-.75.45-1.05.3-.3.67-.45 1.11-.45.44 0 .81.15 1.11.45.3.28.45.62.45 1.02 0 .44-.15.81-.45 1.11-.3.3-.67.45-1.11.45z' fill='%2383B81D'/%3E%3C/svg%3E") no-repeat 50%
}

@media (max-width:479px) {
    .section-warning:before {
        margin-right: 0;
        margin-bottom: 16px
    }
}

.section-warning:first-child {
    margin-top: 0
}

.section-warning:last-child {
    margin-bottom: 0
}

.section-warning__text {
    font-size: 15px;
    line-height: 25px;
    color: #777;
    max-width: 728px
}

.section-checklist {
    width: 100%;
    min-height: 420px;
    flex-wrap: wrap;
    padding-top: 56px;
    padding-bottom: 56px
}

@media (max-width:600px) {
    .section-checklist {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

.section-checklist:not(:last-child) {
    border-bottom: 1px solid #ececec
}

.section-checklist__row {
    align-items: center
}

.section-checklist__title {
    max-width: 380px;
    font-size: 24px;
    line-height: 34px;
    color: #333
}

.section-checklist__title:not(:last-child) {
    margin-bottom: 23px
}

@media (max-width:600px) {
    .section-checklist__title:not(:last-child) {
        margin-bottom: 16px
    }
}

.section-checklist__text {
    max-width: 522px
}

.section-checklist__text p:not(:first-child) {
    margin-top: 20px
}

.section-checklist__text p:not(:last-child) {
    margin-bottom: 20px
}

.section-checklist__text:not(:last-child) {
    margin-bottom: 37px
}

.section-checklist__cover {
    width: 100%;
    padding-top: 72.41%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover
}

@media (max-width:1200px) {
    .section-checklist__cover {
        margin-bottom: 32px
    }
}

@media (min-width:1200px) {
    .section-checklist .order-lg-2 {
        order: 2
    }
}

@media (min-width:1200px) {
    .section-checklist .order-lg-1 {
        order: 1
    }
}

.section-recommend {
    padding-top: 56px;
    padding-bottom: 55px
}

@media (max-width:600px) {
    .section-recommend {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

.section-recommend:not(:last-child) {
    border-bottom: 1px solid #ececec
}

.section-recommend__row:not(:last-child) {
    margin-bottom: 40px
}

@media (max-width:767px) {
    .section-recommend__col+.section-recommend__col {
        margin-top: 32px
    }
}

.section-recommend__overlogo {
    width: 177px;
    margin-top: 7px;
    margin-left: auto
}

@media (max-width:767px) {
    .section-recommend__overlogo {
        margin-left: 0;
        margin-top: 0
    }
}

.section-recommend__logo {
    max-width: 100%
}

.section-recommend__title {
    max-width: 300px;
    font-size: 24px;
    line-height: 34px;
    color: #333;
    margin-bottom: 24px
}

@media (max-width:600px) {
    .section-recommend__title {
        margin-bottom: 16px
    }
}

.section-recommend__text {
    font-size: 15px;
    line-height: 25px;
    color: #777
}

.section-recommend__img {
    position: relative;
    width: 100%;
    padding-top: 67.68%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover
}

.section-recommend__img-caption {
    max-width: calc(100% - 40px);
    position: absolute;
    right: 20px;
    bottom: 20px;
    padding: 2px 13px 3px 14px;
    font-size: 15px;
    line-height: 25px;
    color: #333;
    background: #fff;
    z-index: 1
}

.section-recommend__bottom {
    text-align: center
}

@media (min-width:768px) {
    .section-recommend .order-sm-2 {
        order: 2
    }
}

@media (min-width:768px) {
    .section-recommend .order-sm-1 {
        order: 1
    }
}

.section-guarantee {
    position: relative;
    padding-top: 56px;
    padding-bottom: 54px;
    z-index: 1
}

@media (max-width:600px) {
    .section-guarantee {
        padding-top: 40px
    }
}

.section-guarantee__title {
    max-width: 664px;
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 34px;
    color: #333
}

@media (max-width:1200px) {
    .section-guarantee__title {
        max-width: 576px;
        max-width: 100%
    }
}

@media (max-width:600px) {
    .section-guarantee__title {
        margin-bottom: 16px
    }
}

.section-guarantee__text {
    max-width: 500px;
    font-size: 15px;
    line-height: 25px;
    color: #777
}

.section-guarantee__warning {
    display: flex;
    align-items: center;
    width: 274px;
    position: absolute;
    top: 59px;
    right: 0;
    font-size: 16px;
    line-height: 25px;
    color: #333;
    z-index: -1
}

@media (max-width:1200px) {
    .section-guarantee__warning {
        position: relative;
        top: auto;
        right: auto;
        margin-top: 24px
    }
}

.section-guarantee__warning:before {
    content: "";
    display: block;
    flex-shrink: 0;
    width: 53px;
    height: 53px;
    margin-right: 20px;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='53' height='53' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='26.5' cy='26.5' r='25.5' stroke='%2383B81D' stroke-width='2'/%3E%3Cpath d='M24.97 21.22h2.13V37h-2.13V21.22zm1.08-3.45c-.44 0-.81-.15-1.11-.45-.3-.3-.45-.66-.45-1.08 0-.4.15-.75.45-1.05.3-.3.67-.45 1.11-.45.44 0 .81.15 1.11.45.3.28.45.62.45 1.02 0 .44-.15.81-.45 1.11-.3.3-.67.45-1.11.45z' fill='%2383B81D'/%3E%3C/svg%3E") no-repeat 50%
}

.section-guarantee__items {
    margin-bottom: -54px
}

@media (max-width:600px) {
    .section-guarantee__items {
        margin-bottom: 0
    }
}

.section-guarantee__items:not(:first-child) {
    margin-top: 56px
}

.section-guarantee__item {
    margin-bottom: 54px
}

@media (max-width:600px) {
    .section-guarantee__item {
        margin-bottom: 18px
    }
}

@media (max-width:600px) {
    .section-guarantee__item:last-child {
        margin-bottom: 0
    }
}

@media (max-width:600px) {
    .section-guarantee__item {
        display: flex
    }
}

@media (min-width:768px) {
    .section-guarantee__item.col-sm-6 {
        width: 50% !important
    }
}

@media (min-width:992px) {
    .section-guarantee__item.col-md-4 {
        width: 33.33333333333333% !important
    }
}

@media (min-width:1200px) {
    .section-guarantee__item.col-lg-3 {
        width: 25% !important
    }
}

@media (max-width:767px) {
    .section-guarantee__item {
        width: 50% !important
    }
}

@media (max-width:600px) {
    .section-guarantee__item.col-xxs-12 {
        width: 100% !important
    }
}

.section-guarantee__item-overico {
    height: 54px;
    margin-bottom: 20px
}

@media (max-width:600px) {
    .section-guarantee__item-overico {
        width: 40px;
        height: 40px;
        margin: 6px 18px 0 0
    }
}

.section-guarantee__item-ico {
    max-height: 100%;
    max-width: 100%
}

@media (max-width:600px) {
    .section-guarantee__item-bottom {
        width: calc(100% - 60px)
    }
}

.section-guarantee__item-title {
    max-width: 214px;
    margin-bottom: 18px;
    font-size: 15px;
    line-height: 25px;
    color: #333
}

@media (max-width:600px) {
    .section-guarantee__item-title {
        margin-bottom: 5px;
        font-size: 16px;
        font-weight: 500
    }
}

@media (max-width:600px) {
    .section-guarantee__item-title br {
        display: none
    }
}

.section-guarantee__item-text {
    max-width: 248px;
    font-size: 13px;
    line-height: 20px;
    color: #777
}

#popup_iframe_wrapper textarea {
    min-height: auto;
    background: #fafafa;
    border: 1px solid #ececec;
    border-radius: 3px;
    box-shadow: none;
    color: #383838;
    height: auto;
    font-size: 14px;
    padding: 8px 13px 7px;
    width: 100%;
    resize: none
}

#popup_iframe_wrapper textarea:focus {
    outline: 0;
    background: #fff;
    border: 1px solid #ccc
}

.row.flexbox .item {
    padding: 16px 0px;
}

.img_banners_figure {
    position: absolute;
    top: 5%;
    margin-left: 140%;
}

.container iframe,
.container object,
.container video {
    display: block;
    margin: 0;
    max-width: 100%;
}

a.button_yellow {
    background-color: #FED112;
    border-color: #FED112;
    color: #111;
    font-weight: 600;
    padding: 16px 26px 16px;
    font-size: 15px;
    border-radius: 3px;
}

a.button_yellow:hover {
    background-color: #eac730;
}

.advanced-grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* Два столбца */
    gap: 30px 30px;
    /* Расстояние между элементами */
    margin-bottom: 30px;
}

.advanced-grid-item {
    display: flex;
    align-items: center;
}

.advanced-grid-item img {
    max-width: 100px;
    /* Максимальная ширина изображения */
    margin: 0px 30px 0px 0px;
    /* Расстояние между изображением и текстом */
    width: 60px;
    height: 60px;
}


.advanced-grid-container p {
    font-size: 13px;
    font-weight: 700;
    color: #4B4B4B;
}

@media only screen and (max-width: 768px) {
    .advanced-grid-container {
        grid-template-columns: 1fr;
        /* Один столбец для мобильных устройств */
    }

    .advanced-grid-item img {
        width: 50px;
        height: 50px;
    }
}

/*Catalog detail*/

.product-container .cost.prices.detail .price.font_mxs {
    font-size: 2em;
}

.cost.prices .price.discount>span {
    font-size: 1.2em;
    line-height: 1.692em;
    font-weight: 600;
}

.video-consultation-btn {
    display: inline-flex;
    align-items: center;
    padding: 10px 20px;
    font-size: 16px;
    color: #8cc63f;
    /* background-color: #8cc63f; */
    border: 1px solid #8cc63f;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s, border-color 0.3s;
    width: 250px;
    justify-content: center;

}

.video-consultation-btn .video-icon {
    margin-right: 10px;
    font-size: 18px;
}

.video-consultation-btn:hover {
    background-color: #76a330;
    border-color: #76a330;
    color: white;
}

.video-consultation-btn .video-icon svg {
    transition: filter 0.3s;
}

.video-consultation-btn:hover .video-icon svg {
    filter: brightness(0) invert(1);
}

.view_sale_block.compact.red .quantity_block {
    display: none;
}

.view_sale_block.v2.grey .quantity_block {
    display: none;
}

/*Catalog detail end*/

.top_slider_wrapp .flexslider .slides>li {
    background-size: contain;
}

.main-catalog-wrapper.details .product-main .view_sale_block {
    padding-left: 0px !important;
    margin-bottom: 10px;
}

.custom-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    /*    min-height: 100vh;*/
    /*background-color: #f0f0f0;*/
    /*padding: 20px;  Добавлен отступ для мобильных устройств */
}

.custom-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    /* Увеличен отступ между плитками */
    max-width: 800px;
    width: 100%;
}

.tile {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    text-align: center;
    transition: transform 0.3s, box-shadow 0.3s;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tile:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.tile img {
    width: 100%;
    height: auto;
    border-radius: 8px 8px 0 0;
    display: block;
}

.tile .title {
    padding: 15px;
    font-size: 18px;
    font-weight: bold;
}

.tile a {
    text-decoration: none;
    color: inherit;
    display: block;
    /* Обеспечиваем, чтобы ссылка занимала всю плитку */
    width: 100%;
}

.tile img-container {
    width: 100%;
    padding-top: 56.25%;
    /* Соотношение сторон 16:9 */
    position: relative;
}

.tile img-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 768px) {
    .custom-container {
        grid-template-columns: 1fr;
    }
}

.new_form_body {
    display: flex;
    justify-content: center;
}

.new_form_columns {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    max-width: 965px;
    /* Ширина контейнера для полей */
}

.new_form_columns .form-control {
    width: 455px;
    /* Ширина каждого поля */
}

.new_form_footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 16px;
    margin-bottom: 55px;
}

.new_licence_block {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.new_licence_block label {
    margin-left: 8px;
}

.new_btn {
    width: 344px;
    height: 62px;
    border-radius: 6px;
    background-color: #83b81d;
    color: white;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    transition: opacity 0.3s;
    opacity: 1;
}

.new_btn:hover {
    opacity: 0.8;
}


.highlight {
    color: #83b81d;
    font-weight: 700;
}

.tariff-item {
    margin: 10px 0;
    padding-left: 25px;
    position: relative;
}

.tariff-item:before {
    content: '';
    width: 16px;
    height: 6px;
    background-color: #83b81d;
    border-radius: 0;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 600;
}

.form_head .note {
    font-weight: 500;
    margin-top: 22px;
}

.contact-info {
    display: flex;
    align-items: center;
    margin-top: 20px;
    flex-direction: row-reverse;
    font-weight: 600;
}

.contact-info img {
    border-radius: 50%;
    margin-left: 20px;
}

.popup .form .form_desc {
    color: #111;
}

.requisites {
    border: 1px solid #ddd;
    padding: 10px;
    background-color: #f9f9f9;
}

.requisite-item {
    margin-bottom: 10px;
}

.requisite-title {
    font-weight: bold;
    display: inline-block;
    width: 200px;
}

.requisite-value {
    display: inline-block;
}

.MASTER_ZAMER_frame.jqmWindow.popup,
.VIEZD_BRIGADI_frame.jqmWindow.popup {
    width: 1087px;
    height: auto;
}

.VIEZD_BRIGADI_frame .form-control,
.form.MASTER_ZAMER .form-control {
    margin: 0px;
}

/* Стили для мобильной версии */
@media (max-width: 768px) {
    .new_form_body {
        display: block;
        width: 100%;
    }

    .new_form_columns {
        display: block;
        max-width: 100%;
        /* Убираем ограничение по ширине */
        padding: 0 16px;
        /* Добавляем отступы */
    }

    .new_form_columns .form-control {
        width: 100%;
        /* Поля занимают всю ширину */
        margin-bottom: 16px;
        /* Отступ между полями */
    }

    .new_form_footer {
        padding: 0 16px;
    }

    .new_btn {
        width: 100%;
        max-width: 100%;
        /* Кнопка занимает всю ширину */
        height: 62px;
    }

    .contact-info img {
        display: none;
    }

    .middle .drag-block.container .tovar-month {
        display: block;
    }
}

.region-image {
    margin-right: 10px;
}

.logo-row .top-description.addr {
    font-weight: 500;
    font-size: 15px;
    color: #111 !important;
}

@media (max-width: 500px) {
    #mobileheader .mobileheader-v4 .logo-block {
        width: 135px;
    }
}

.drag-block.container .tovar-month {
    display: none;
}


.buttons-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    /* Space between the top and bottom buttons */
    width: 100%;
}

.video-consultation-btn,
.measurement-btn,
.price-list-btn {
    display: inline-flex;
    align-items: center;
    padding: 5px 5px;
    font-size: 14px;
    color: #8cc63f;
    border: 1px solid #8cc63f;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s, border-color 0.3s;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
    /* Ensures padding and borders are within the width */
}

.video-consultation-btn:hover,
.measurement-btn:hover,
.price-list-btn:hover {
    background-color: #8cc63f;
    color: white;
    border-color: #8cc63f;
}

.bottom-buttons {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 5px;
    /* Reduced gap between the buttons */
}

.measurement-btn,
.price-list-btn {
    width: 49%;
    /* Adjusted width for better fit */
}

.measurement-icon,
.price-list-icon,
.video-icon {
    font-size: 25px;
    margin-right: 5px;
}

@media (max-width: 480px) {
    .bottom-buttons {
        flex-direction: column;
        gap: 10px;
    }

    .measurement-btn,
    .price-list-btn {
        width: 100%;
        /* Full width on smaller screens */
    }
}


.buttons-container a:hover svg path {
    fill: #ffffff;
    /* Белый цвет при наведении */
}

/* Услуги монтажа */
.service-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.card {
    border: 1px solid #ECECEC;
    border-radius: 4px;
    overflow: hidden;
    background: #FFF;
}

.card-img {
    width: 100%;
    height: auto;
}

.card-content img {
    margin: 0px;
}

.card-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
}

.card-content h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.card-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.card-arrow {
    width: 58px;
    height: 49px;
}

/* Адаптивная вёрстка */
@media (max-width: 1024px) {
    .service-cards {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .service-cards {
        grid-template-columns: 1fr;
    }

    .card-content {
        flex-direction: column;
        align-items: flex-start;
    }

    .card-arrow {
        margin-top: 10px;
    }
}

/* END услуги монтажа */

.EXTENDED .parent>div>.blog-comment-cont:before {
    display: none;
}

.EXTENDED .blog-comment .blog-comment-date,
.EXTENDED .blog-comment .blog-post-date {
    display: none;
}

/* Добавленние рекламы для баннеров на главной странице */

.slides>li {
    position: relative;
}

.slides>li .advertising,
.detailimage .advertising {
    position: absolute;
    top: 20px;
    right: 0;
    z-index: 1000;
}

.slides>li .advertising>p,
.detailimage .advertising>p {
    color: #fff;
    backdrop-filter: blur(4px);
    background-color: rgba(36, 36, 36, .25);
    border-radius: 4px;
    padding: 0 12px 2px 4px;
    font-size: 12px;
    line-height: 14px;
    position: relative;
}

.slides>li .advertising>p::after,
.detailimage .advertising>p::after {
    --icon: url(data:image/svg+xml,%3Csvg%20width%3D%223%22%20height%3D%2215%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1.5%203a1.5%201.5%200%201%200%200-3%201.5%201.5%200%200%200%200%203ZM1.5%209a1.5%201.5%200%201%200%200-3%201.5%201.5%200%200%200%200%203ZM1.5%2015a1.5%201.5%200%201%200%200-3%201.5%201.5%200%200%200%200%203Z%22%20fill%3D%22%23000000%22%2F%3E%3C%2Fsvg%3E);
    position: absolute;
    content: "";
    width: 2px;
    height: 10px;
    mask-position: 50%;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    mask-image: var(--icon);
    background-color: #fff;
    position: absolute;
    top: calc(50% - 5px);
    right: 6px;
}

.slides>li .advertising__container,
.detailimage .advertising__container {
    position: absolute;
    top: 16px;
    right: 0;
    display: none;
    backdrop-filter: blur(20px);
    color: #fff;
    background: rgba(36, 36, 36, .9);
    padding: 4px 8px;
    border-radius: 8px;
    min-width: 110px;
    text-align: left;
}

.slides>li .advertising .advertising__container p,
.detailimage .advertising .advertising__container p {
    font-size: 10px;
    line-height: 13px;
    margin-bottom: 0;
    margin-top: 0;
}

.slides>li .advertising:hover .advertising__container,
.detailimage .advertising:hover .advertising__container {
    display: block;
}



.product-of-the-month {
    position: relative;
}

.product-of-the-month .advertising {
    position: absolute;
    top: 20px;
    right: 0;
    z-index: 1000;
    cursor: pointer;
}

.product-of-the-month .advertising>p {
    color: #fff;
    backdrop-filter: blur(4px);
    background-color: rgba(36, 36, 36, .25);
    border-radius: 4px;
    padding: 0 12px 2px 4px;
    font-size: 12px;
    line-height: 14px;
    position: relative;
}

.product-of-the-month .advertising>p::after {
    --icon: url(data:image/svg+xml,%3Csvg%20width%3D%223%22%20height%3D%2215%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1.5%203a1.5%201.5%200%201%200%200-3%201.5%201.5%200%200%200%200%203ZM1.5%209a1.5%201.5%200%201%200%200-3%201.5%201.5%200%200%200%200%203ZM1.5%2015a1.5%201.5%200%201%200%200-3%201.5%201.5%200%200%200%200%203Z%22%20fill%3D%22%23000000%22%2F%3E%3C%2Fsvg%3E);
    position: absolute;
    content: "";
    width: 2px;
    height: 10px;
    mask-position: 50%;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    mask-image: var(--icon);
    background-color: #fff;
    position: absolute;
    top: calc(50% - 5px);
    right: 6px;
}

.product-of-the-month .advertising__container {
    position: absolute;
    top: 16px;
    right: 0;
    display: none;
    backdrop-filter: blur(20px);
    color: #fff;
    background: rgba(36, 36, 36, .9);
    padding: 4px 8px;
    border-radius: 8px;
    min-width: 110px;
    text-align: left;
}

.product-of-the-month .advertising .advertising__container p {
    font-size: 10px;
    line-height: 13px;
    margin-bottom: 0;
    margin-top: 0;
}

.product-of-the-month .advertising:hover .advertising__container {
    display: block;
}



.item-wrapper {
    position: relative;
}

.item-wrapper .advertising {
    position: absolute;
    top: 20px;
    right: 0;
    z-index: 1000;
    cursor: pointer;
}

.item-wrapper .advertising>p {
    color: #fff;
    backdrop-filter: blur(4px);
    background-color: rgba(36, 36, 36, .25);
    border-radius: 4px;
    padding: 0 12px 2px 4px;
    font-size: 12px;
    line-height: 14px;
    position: relative;
}

.item-wrapper .advertising>p::after {
    --icon: url(data:image/svg+xml,%3Csvg%20width%3D%223%22%20height%3D%2215%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1.5%203a1.5%201.5%200%201%200%200-3%201.5%201.5%200%200%200%200%203ZM1.5%209a1.5%201.5%200%201%200%200-3%201.5%201.5%200%200%200%200%203ZM1.5%2015a1.5%201.5%200%201%200%200-3%201.5%201.5%200%200%200%200%203Z%22%20fill%3D%22%23000000%22%2F%3E%3C%2Fsvg%3E);
    position: absolute;
    content: "";
    width: 2px;
    height: 10px;
    mask-position: 50%;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    mask-image: var(--icon);
    background-color: #fff;
    position: absolute;
    top: calc(50% - 5px);
    right: 6px;
}

.item-wrapper .advertising__container {
    position: absolute;
    top: 16px;
    right: 0;
    display: none;
    backdrop-filter: blur(20px);
    color: #fff;
    background: rgba(36, 36, 36, .9);
    padding: 4px 8px;
    border-radius: 8px;
    min-width: 110px;
    text-align: left;
}

.item-wrapper .advertising .advertising__container p {
    font-size: 10px;
    line-height: 13px;
    margin-bottom: 0;
    margin-top: 0;
}

.item-wrapper .advertising:hover .advertising__container {
    display: block;
}



.logo_and_menu-row .search_wrap {
    max-width: 555px;
}

@media screen and (max-width: 1557px) {
    .logo_and_menu-row .search_wrap {
        max-width: 455px;
    }
}

@media screen and (max-width: 1457px) {
    .logo_and_menu-row .search_wrap {
        max-width: 355px;
    }
}

@media screen and (max-width: 1333px) {
    .logo_and_menu-row .search_wrap {
        max-width: 300px;
    }
}

@media screen and (max-width: 1290px) {
    .logo_and_menu-row .search_wrap {
        max-width: 455px;
    }
}

@media screen and (max-width: 1211px) {
    .logo_and_menu-row .search_wrap {
        max-width: 355px;
    }
}

@media screen and (max-width: 1111px) {
    .logo_and_menu-row .search_wrap {
        max-width: 300px;
    }
}


@media screen and (max-width: 1056px) {
    .logo_and_menu-row .search_wrap {
        max-width: 255px;
    }
}


@media screen and (max-width: 1011px) {
    .logo_and_menu-row .search_wrap {
        max-width: 230px;
    }
}

.tab-content .tables-responsive {
    display: flex;
}

/*.sku_props .bx_item_detail_size:first-child {
    display: none;
}*/

.regions-select-region {
    /*    width: 85px;*/
    white-space: nowrap;
    text-align: center;
    font-size: 12px;
}

.buttons-container .price-list-btn-old:hover {
    border-color: #F27F28;
}

footer .pays i.sbrf {
    background: url("../img/sber5.svg");
    background-size: cover;
}

footer .pays i.sbrf:hover {
    background: url("../img/sber4.svg");
    background-position: unset;
    background-size: cover;
}

.measurement-btn,
.price-list-btn {
    line-height: 1.4;
}

@media screen and (max-width: 480px) {
    .price-list-btn br {
        display: none;
    }
}

.stickers .sticker_hit,
.stickers .sticker_khit_prodazh {
    background-color: #ff0016;
}

.stickers .sticker_sale_text {
    background-color: #FFC107;
    color: #000;
}


.download-link {
    font-weight: 900;
    font-size: 13px;
    line-height: 18px;
    text-transform: uppercase;
    padding: 0px 0px 0px 31px;
    background: url(/images/download.png) left center / auto no-repeat;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: #1B1B20;
    text-align: left;
    border-radius: 10px;
}

a.btn.btn-default.wc.has-ripple.orange {
    background-color: #f27f28;
    border-color: #f27f28;
}


.wrap.panel-collapse.wrap_compact_mobile.catalog {
    display: flex;
    flex-wrap: wrap;
}

.wrap.panel-collapse.wrap_compact_mobile.catalog .item {
    width: 50%;
    box-sizing: border-box;
}

@media (max-width: 768px) {
    .wrap.panel-collapse.wrap_compact_mobile.catalog {
        display: block;
        /* отключаем flex */
    }

    .wrap.panel-collapse.wrap_compact_mobile.catalog .item {
        width: 100%;
        /* одна колонка */
    }
}

.contacts_map:before {
    background: none;
}


.menu-row.middle-block:not(.bglight) .mega-menu table td .wrap>span {
    color: #fff;
}

.mega-menu table td .wrap>span {
    border: none;
    font-weight: 700;
    font-size: .867em;
    text-transform: uppercase;
}

#main .mega-menu table td:not(.wide_menu) .dropdown-menu li span.partner {
    padding: 14px 27px 13px 20px !important;
}

.wrapper_inner_half.shop-detail1 .item .left_block_store {
    margin: 0px 0 0 auto;
}

.shop-detail1 .item .left_block_store {
    padding-right: 20px;
}


footer .social-icons ul li.dz a:hover {
    background-position: -470px -329px;
}

/*footer .social-icons ul li.dz a {
    background-position: -470px -518px;
}*/
.social-icons li.dz a,
.soc-avt a i.dz {
    background-position: -471px -330px;
}


.flexslider .banner_text {
    /*max-height: 100%;*/
}

.flexslider .banner_text {
    /* либо временно убери ограничения: */
    max-height: none;
    /* или большее значение, например 300px */
    overflow: visible;
    margin: 23px 0 0;
}

.banner_text__topline {
    position: relative;
    top: -90px;
    z-index: 2;
}

footer .bottom-menu .wrap .item {
    margin: 0;
}

a.scroll-to-top {
    right: inherit;
    left: 75px;
}

/*Подписка на новости*/
.colored-white
{
    color: #fff;
}

.news-subscribe-btn .colored-white svg path {
    fill: #fff !important;
}

.news-subscribe-btn {
    margin-left: 20px;
    align-self: center;
}
