#home {
    display: none;
}

body {
    padding-top: 89px;
}

body h1 {
    font-family: 'HelveticaNeueCyr-Medium' !important;
    font-size: 32px;
    line-height: 40px;
    color: #2C2D2E !important;
    font-weight: normal !important;
}

@media (max-width: 767px) {

    body h1 {
        font-size: 24px;
        line-height: 32px;
    }

}

.main-header {
    height: 90px;
    position: fixed;
    background: #fff;
    width: 100%;
    top: 0;
    left: 0;
    border-bottom: 1px solid #f3f4f6;
    z-index: 10;
}

.main-header>.container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    height: 100%;
}

.main-header__logo {
    flex: 0 0 483px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    margin-left: 23px;
}

.menu_link {
    font-size: 16px;
    line-height: 16px;
    color: #4D5054;
    margin: 0;
}

.menu_link img {
    padding-right: 6px;
}

.menu_link:first-child img {
    padding-right: 2px;
}

.main-header__mobile_menu_btn {
    display: none;
}

.main-header__dropdown_menu {}

.main-header__dropdown_menu_item {}

.main-header__dropdown_menu_item.__mobile {
    display: none;
}

.main-header__logo_link {
    display: block;
    /*margin-right: 25px;*/
}

/* .main-header__logo_img {
        max-width: 100%;
        max-height: 100%;
      } */
.main-header__logo_img.__mobile {
    display: none;
}

.main-header__city {}

.main-header__city_select {}

.main-header__city>.city>li>a {
    background: url('../images/main_page/header_location2.png') no-repeat 0 3px;
    display: block;
    padding: 0 0 0 17px;
}

.main-header__city>.city.active ul {
    left: -2px;
}

.main-header__phone {
    display: block;
    margin-top: 8px;
}

.main-header__phone_link {
    color: #4D5056;
    font-size: 18px;
    line-height: 18px;
}

.main-header__phone_link {
    font-size: 18px;
    line-height: 18px;
}

.main-header__actions {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-around;
}

.main-header__btn_big {
    display: block;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    background: #E91A23;
    color: #fff;
    border-radius: 5px;
    padding: 0;
    margin-right: 0;
    transition: all 0.2s;
    width: 200px;
    text-align: center;
}

.main-header__btn_big:hover {
    background: #f9434b;
    color: #fff;
}

.main-header__btn {
    display: block;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    color: #4D5054;
    margin-right: 25px;
    transition: all 0.2s;
}

.main-header__btn:hover {
    color: #f9434b;
}

.main-header__btn:last-child {
    margin-right: 0px;
    border: 1px solid #D2D2D2;
    box-sizing: border-box;
    border-radius: 4px;
    width: 200px;
    height: 40px;
    line-height: 38px;
    text-align: center;
}

.main-header__btn.__phone {
    /*background: url('../images/main_page/header_phone.png') no-repeat 0 0;
        padding: 0 0 0 35px;*/
}

.main-header__btn.__action {
    background: url('../images/main_page/header_action.png') no-repeat 0 0;
    padding: 0 0 0 35px;
}

.main-header__account {
    flex: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    margin-right: 11px;
}

.main-header__profile {
    margin-right: 25px;
}

.main-header__profile_link {
    display: block;
    font-size: 16px;
    line-height: 16px;
    color: #4D5054;
}

.main-header__cart {
    width: auto;
}

.main-header__cart_btn {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    color: #4D5054;
    font-size: 16px;
    line-height: 16px;
    position: relative;
}

.main-header__cart_btn img {
    width: 25px;
    /*margin-right: 10px;*/
}

.main-header__cart_btn_text {
    cursor: pointer;
}

.main-header__cart.cart_block ul li ul {
    left: -100px;
}

.main-header__cart.cart_block.active ul li ul {}

.main-header__cart.cart_block ul li ul:before {
    color: #4D5054;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    left: 20px;
    top: 32px;
    font-family: 'HelveticaNeueCyrRoman', Helvetica, Arial, sans-serif;
    /*display: none;*/
}

.section-main-categories {
    background: #f3f4f6;
    padding: 25px 0 75px 0;
}

@media (min-width: 1158px) {
    .section-main-categories {
        padding: 20px 0 75px 0;
    }
}

.section-main-categories h1 {
    margin: 0;
}

.main-categories__column {
    border: 1px solid #D2D2D2;
    border-right: none;
    display: flex;
    flex-direction: column;
    flex: auto;
    background: #fff;
}

@media (max-width: 1025px) {
    .section-main-categories {
        padding-top: 0;
        background: #fff;
    }

    .main-categories__column {
        display: none;
    }

}

.main-categories__column:nth-child(1) {
    width: 36%;
}

.main-categories__column:nth-child(2),
.main-categories__column:nth-child(3) {
    width: 32%;
}

.main-categories__column:nth-child(3) {
    border-right: 1px solid #D2D2D2;
}

.main-categories__block {
    padding: 25px 25px 40px 25px;
    box-shadow: 0px 0 0px rgba(0, 0, 0, 0.0);
    transition: all 0.3s;
    position: relative;
}

.main-categories__block:hover,
.main-categories__block:hover,
.main-categories__wrapper-link:hover {
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
    z-index: 5;
}

.main-categories__block.__window {
    min-height: 264px;
    border-bottom: 1px solid #d2d2d2;
    background: url('../images/main_page/menuWindow.jpg') no-repeat 100% center;
    background-size: auto;
    position: relative;
    z-index: 2;
}

.main-categories__block.__balkon {
    height: 200px;
    background: url('../images/main_page/menuBalcon.jpg') no-repeat 100% center;
    background-size: contain;
}

.main-categories__block.__furniture {
    min-height: 264px;
    border-bottom: 1px solid #d2d2d2;
    flex-grow: 1;
    background: url('../images/main_page/menuFurniture.jpg') no-repeat 100% bottom;
}

.main-categories__block.__door {
    height: 200px;
    background: url('../images/main_page/menuDoor.jpg') no-repeat 100% bottom;
}

.main-categories__block.__ceiling {
    border-bottom: 1px solid #d2d2d2;
    /* flex-grow: 1; */
    background: url('../images/main_page/ceiling_top.jpg') no-repeat 100% top;
}

.main-categories__wrapper-link.__gift {
    background: url('../images/main_page/menuGift.jpg') no-repeat 100% center;
    background-size: contain;
    flex-grow: 1;

}

.main-categories__title {
    margin-bottom: 18px;
}

.main-categories__wrapper-link {
    padding: 25px 25px;
}

.main-categories__wrapper-link:not(:last-child) {
    border-bottom: 1px solid #d2d2d2;
}

.main-categories__biglink {
    color: #4D5054;
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
}

.main-categories__biglink:hover {
    color: #008CDB;
}

.main-categories__list {}

.main-categories__item {
    display: block;
}

.main-categories__link {
    display: block;
    font-size: 14px;
    line-height: 14px;
    color: #4D5054;
    margin-bottom: 10px;
    transition: all 0.2s;
}

.main-categories__link:hover {
    color: #008CDB;
}

.main-categories__new {
    color: #e91a23;
}

.section-main-categories>.container:first-child {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.section-main-benefits {
    padding: 65px 0 0;
    display: flex;
    justify-content: space-between;
}

.section-main-benefits__title {
    /*margin-top: 0;*/
    /*margin-bottom: 25px;*/
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    color: #2A2F36;
}

.main-benefits__block {
    display: flex;
}

.main-benefits__img {
    margin-right: 8px;
    margin-bottom: 8px;
}

.main-benefits__title {
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
    color: #2A2F36;
}

.main-benefits__descr {
    margin-bottom: 6px;
    height: 28px;
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 14px;
    color: #2C2D2E;
}

.main-benefits__link {
    font-size: 14px;
    line-height: 14px;
    color: #008CDB;
}

.main-benefits__btn {
    max-width: 352px;
    width: 100%;
    margin: 25px auto 0;
    padding: 12px 24px;
    border-radius: 4px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    line-height: 16px;
    background: #E31E24;
    color: #fff;
}

.main-benefits__btn:active,
.main-benefits__btn:focus {
    color: #fff;
}

.main-products__header {
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.main-products__header_title {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    line-height: 28px;
    color: #2B2A29;
}

.main-products__header_title_new {
    font-family: 'HelveticaNeueCyr', Helvetica, Arial, sans-serif;
    font-weight: 550;
    font-size: 32px;
    line-height: 40px;
    color: #2C2D2E;
}

.main-products__header_title a {
    color: #2B2A29;
}

.main-products__header_title a:hover {
    color: #E91A23;
}

.main-products__header_descr {
    max-width: 435px;
    color: #4D5054;
    font-size: 15px;
    line-height: 20px;
}

.main-products__header_next {
    height: 24px;
    padding: 0 30px 0 0;
    display: flex;
    align-items: center;
    position: relative;
    font-size: 18px;
    line-height: 22px;
    text-decoration: none;
    color: #528FDF;
    /*background: url('/local/templates/std_new/img/index/arrow-right.svg') no-repeat 99% 0;*/
}

.main-products__header_next:before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    right: 3px;
    top: 50%;
    transform: translate(0, -50%);
    background: url('/local/templates/std_new/img/index/arrow-right.svg');
    background-size: cover;
}

.main-products__header_next:hover {
    color: #E91A23;
    text-decoration: none;
    background: url('/local/templates/std_new/img/index/arrow-right2.svg') no-repeat 99% 0;
}

.main-products__header_title .mobile {
    display: none;
}

.main-products__header_title .desc {
    display: block;
}

.mobile-show {
    display: none;
}

@media (min-width: 1025px) {
    .section-main-benefits__title {
        display: none;
    }

    .main-benefits__btn {
        display: none;
    }
}

@media (max-width: 1024px) {
    .section-main-categories {
        padding: 25px 0 40px 0;
    }

    .main-products__header_descr,
    .dacha_item_format_desc_cont,
    .section-main-banner,
    .mobile-hide {
        display: none;
    }

    .mobile-show {
        display: block;
    }

    .main-products__item_link {
        font-size: 12px !important;
        line-height: 16px !important;
    }

    .section-main-benefits {
        margin-bottom: 40px;
    }

    .main-benefits__block {
        width: calc(25% - 12px);
        flex-direction: column;
    }

    .main-benefits__title {
        font-size: 16px;
        line-height: 24px;
    }

    .main-benefits__descr {
        font-size: 13px;
    }

    .main-benefits__link {
        font-size: 13px;
    }

    .main-products__list {
        flex-direction: column;
        flex-wrap: wrap;
    }

    .main-products__header {
        margin-bottom: 15px !important;
        display: flex;
        flex-wrap: wrap;
    }

    .main-products__header_next {
        display: flex;
        align-items: center;
        font-size: 14px;
        line-height: 16px;
        color: #528FDF;
    }

    .main-products__header_title_new {
        font-weight: 550;
        font-size: 24px;
        line-height: 24px;
        color: #2C2D2E;
    }

    .main-products__list .owl-dot {
        padding: 0 !important;
    }

    .main-products__list .owl-dots {
        margin-top: 15px;
    }

    .main-products__list .owl-dot {
        width: 100%;
    }

    .main-products__list .owl-dot span {
        width: 100%;
        background-color: #E5E5E5;
    }

    .main-products__list .owl-dot.active span {
        width: 100%;
        background-color: #008CDB;
    }

    .main-products__list>.owl-stage-outer>.owl-stage {
        display: flex !important;
    }

    .main-products__item {
        min-height: 100%;
    }
}

@media (max-width: 992px) {
    .main-products__item {
        width: 268px !important;
    }
}

@media (max-width: 992px) {
    .main-products__item {
        padding: 8px 8px 16px !important;
        width: 168px !important;
        /*width: 100% !important;*/
    }

    .main-products__header_title .mobile {
        display: block;
    }

    .main-products__header_title .desc {
        display: none;
    }
}

@media (max-width: 767px) {
    .main-products__item:hover {
        box-shadow: none;
    }

    .section-main-categories {
        padding: 25px 0 30px 0;
    }

    .main-products__list .owl-dots {
        display: flex !important;
    }

    .section-main-benefits__title {
        /*margin-bottom: 15px;*/
        font-size: 20px;
        line-height: 20px;
    }

    .section-main-benefits {
        margin-bottom: 30px;
        flex-wrap: wrap;
        gap: 32px;
    }

    .main-benefits__block {
        width: calc(50% - 16px);
    }

    .main-products__header_title_new {
        font-size: 20px;
        line-height: 20px;
    }

    .main-products__header_right {
        font-size: 14px;
        line-height: 16px;
    }
}

@media (max-width: 480px) {
    .main-products__header_title_new {
        font-size: 18px;
    }
}

@media (max-width: 384px) {
    .main-products__item {
        width: 160px !important;
    }
}

.section-main-benefits>.container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.section-main-banner {
    /*background: linear-gradient(180deg, #393e48 10%, #59606f 100%);*/
    background: linear-gradient(180deg, #F5FAFE -29.21%, #DAEFFB 45.61%);
    padding: 0;
}

.main-banner__block {}

.main-banner__with_descr {
    max-width: 865px;
    margin: 0 auto;
}

.main-banner__right_content {}

.main-banner__big_image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-banner__img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
}

.main-banner__link {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.main-banner__title {
    display: block;
    color: #4D5054;
    font-size: 24px;
    line-height: 60px;
}

.main-banner__descr {
    color: #4D5054;
    font-size: 16px;
    line-height: 16px;
}

.main-banner__measurer {
    position: absolute;
    left: 0;
    bottom: 43px;
    background: #E31E24;
    border-radius: 4px;
    width: 197px;
    height: 36px;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: none;
}

.main-banner__container {
    position: relative;
    width: 100%;
    max-width: 940px;
    margin: 0 auto;
}

.smb_top .main-banner__link,
.smb_top1 .main-banner__link,
.smb_top2 .main-banner__link,
.smb_top3 .main-banner__link,
.smb_top4 .main-banner__link,
.smb_top5 .main-banner__link,
.smb_top6 .main-banner__link,
.smb_top7 .main-banner__link,
.smb_top8 .main-banner__link,
.smb_top9 .main-banner__link,
.smb_top10 .main-banner__link,
.smb_top11 .main-banner__link,
.smb_top12 .main-banner__link,
.smb_top13 .main-banner__link, 
.smb_top14 .main-banner__link {
    height: 190px;
    width: 100%;
}

.smb_top6 .main-banner__link {
    height: 300px;
}

.smb_top {
    background: url(/local/templates/std_new/new/images/main_page/45-okna.png) center top no-repeat;
}
.smb_top1 {
    background: url(/local/templates/std_new/new/images/main_page/45-okna.png) center top no-repeat;
}

.smb_top2 {
    background: url(/local/templates/std_new/new/images/main_page/mezhkom25.png) center top no-repeat;
}

.smb_top3 {
    background: url(/local/templates/std_new/new/images/main_page/action-np-glav.webp) center top no-repeat;
}

.smb_top4 {
    background: url(/local/templates/std_new/new/images/main_page/action-banner-shkaf.png) center top no-repeat;
}

.smb_top5 {
    background: url(/local/templates/std_new/new/images/main_page/md-banner-top.png) center top no-repeat;
}

.smb_top6 {
    background: url(/local/templates/std_new/new/images/main_page/dacha-main24.png) center top no-repeat;
}

/* .smb_top7 {
    background: url(/local/templates/std_new/new/images/main_page/dacha-main24.png) center top no-repeat;
} */

.smb_top8 {
    background: url(/local/templates/std_new/new/images/main_page/banner-cottage-40.webp) center top no-repeat;
}

.smb_top9 {
    background: url(/local/templates/std_new/new/images/main_page/45-balkony.png) center top no-repeat;
}

.smb_top10 {
    background: url(/local/templates/std_new/new/images/main_page/action-kuhni.png) center top no-repeat;
}

.smb_top11 {
    background: url(/local/templates/std_new/new/images/main_page/banner-np-ekt.webp) center top no-repeat;
}

.smb_top12 {
    background: url(/local/templates/std_new/new/images/main_page/rasprodazha50.png) center top no-repeat;
}

.smb_top13 {
    background: url(/local/templates/std_new/new/images/main_page/45-balkony.png) center top no-repeat;
}

.smb_top14 {
    background: url(/local/templates/std_new/new/images/main_page/action-banner-shkaf1.webp) center top no-repeat;
}


.section-main-products {
    padding: 48px 0;
}

.main-products__block {}

.main-products__list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 25px;
}

.main-products__item {
    width: calc(25% - 19px);
    border: 1px solid #D2D2D2;
    border-radius: 5px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    position: relative;
    /*transition: all 0.2s;*/
}

.main-products__item:hover {
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
}

.main-products__item_image {
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
}

.main-products__item_img {
    max-width: 100%;
    max-height: 100%;
}

.main-products__item_title {}

.main-products__item_link {
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    font-size: 15px;
    line-height: 20px;
    color: #4D5054;
}

.main-products__item_descr {
    color: #4D5054;
    font-size: 16px;
    line-height: 16px;
}

.main-products__item_price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    line-height: 100%;
    color: #E91A23;
}

.main-products__item_detail {
    position: absolute;
    left: -1px;
    top: calc(100% - 3px);
    width: 100%;
    padding: 0 24px;
    background: #fff;
    z-index: 2;
    border-radius: 0 0 5px 5px;
    border: 1px solid #fff;
    border-top: 0;
    height: 0;
    opacity: 0;
    transition: all 0.3s ease, width 0s, border 0s;
    overflow: hidden;
}

.main-products__item:hover .main-products__item_detail {
    height: auto;
    padding: 0 24px 24px;
    overflow: inherit;
    border: 1px solid #D2D2D2;
    border-top: 0;
    left: -1px;
    top: calc(100% - 1px);
    width: calc(100% + 2px);
    box-shadow: 0px 23px 20px rgba(0, 0, 0, 0.25);
    opacity: 1;
}

.main-products__item_next {
    height: 36px;
    border: 1px solid #E91A23;
    border-radius: 5px;
    padding: 8px 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 550;
    font-size: 12px;
    line-height: 16px;
    color: #4D5054;
    transition: all 0.2s;
}

.main-products__item_next:hover {
    background: #E91A23;
    color: #fff;
}

.info_company {
    margin-bottom: 100px;
}

.info_company>.container {
    max-width: 970px;
}

.top_container {
    width: 246px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top_container2 {
    width: 416px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 1343px) {
    .main-header__dropdown_menu {
        /*min-width: 180px;*/
    }

    .main-header__btn.__phone {
        /*display: none;*/
    }

    .main-header__btn.__action {
        display: none;
    }

    .main-header__logo {
        /*flex: auto;
    width: 100%;*/
    }

    .menu_link_span {
        display: none;
    }

    .top_container {
        width: 179px;
    }
}

@media (max-width: 1200px) {
    .main-products__item_price {
        flex-wrap: wrap;
        font-size: 14px;
    }

    .main-products__item_next {
        width: 100%;
        margin-top: 8px;
    }
}

@media (min-width: 1200px) {
    .main-header .container {
        width: 100%;
    }

    .main-header__logo {
        margin-left: 38px;
    }

    .main-header__account {
        margin-right: 38px;
    }
}

@media (min-width: 1344px) {
    .main-header .container {
        width: 1344px;
    }
}

@media (max-width: 1199px) {
    .main-header__account {
        margin-right: 0;
    }

    .main-header__logo {
        flex: 0 0 361px;
        margin-left: 0;
    }

    .main-header__logo_link img {
        width: 218px;
    }

    .main-header__phone_link {
        font-size: 14px;
        line-height: 14px;
    }

    .main-header__btn_big {
        width: 168px;
        font-size: 14px;
    }

    .main-header__btn:last-child {
        width: 144px;
        font-size: 14px;
    }

    .top_container2 {
        width: 322px;
    }
}

@media (max-width: 1100px) {

    .section-main-benefits {
        padding: 20px 0 0;
    }

    .section-main-benefits>.container {
        flex-direction: column;
        flex-wrap: wrap;
    }

    .section-main-products {
        padding: 0 0 32px;
    }

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

    .main-banner__img {
        order: 2;
    }

    .main-banner__right_content {
        order: 1;
        margin-bottom: 5px;
    }

    .main-banner__title {
        font-size: 18px;
        font-weight: 600;
    }

    .main-banner__descr {
        font-size: 12px;
        line-height: 12px;
        max-width: 71%;
        display: block;
    }

}

@media (max-width: 992px) {
    .main-header__btn_big {
        width: 102px;
        font-size: 12px;
        border-radius: 4px;
        min-width: 102px;
        line-height: 12px;
        display: flex;
        align-items: center;
    }

    .main-header__btn:last-child {
        width: 87px;
        font-size: 12px;
        border-radius: 4px;
        line-height: 12px;
        display: flex;
        align-items: center;
    }

    .top_container2 {
        width: 197px;
    }

    .menu_link span {
        display: none;
    }

    .top_container {
        width: 63px;
        order: 1;
    }

    .main-header__account {
        order: 2;
    }

    .main-header .container {
        width: 710px;
    }

    .smb_top,
    .smb_top8,
    .smb_top3,
    .smb_top11 {
        background-size: 150%;
    }

    .main-header {
        max-width: 100vw;
    }
}

@media (max-width: 992px) {

    .smb_top2,
    .smb_top6,
    .smb_top5,
    .smb_top14 {
        background-size: 200%;
    }

    .smb_top4,
    .smb_top10 {
        background-size: 180%;
    }
}

@media (max-width: 749px) {
    .smb_top2 {
        background-position: 43% center !important;
    }
}

@media (max-width: 599px) {

    .smb_top,
    .smb_top3,
    .smb_top4,
    .smb_top7,
    .smb_top8,
    .smb_top9,
    .smb_top10,
    .smb_top11,
    .smb_top14 {
        background-size: 150%;
        background-position: center center;
    }

    .smb_top2,
    .smb_top6,
    .smb_top5,
    {
    background-size: 200%;
}
}

@media (max-width: 487px) {
    .main-categories__block {
        position: relative;
    }

    .main-categories__block.__window {
        background: transparent;
    }

    .main-categories__block.__window::before {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        width: 40%;
        height: 100%;
        background: url('../images/main_page/category-window.png') no-repeat 5% center;
        background-size: auto 75%;
    }

    .main-categories__block.__balkon {
        background: transparent;
    }

    .main-categories__block.__balkon::before {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        width: 40%;
        height: 100%;
        background: url('../images/main_page/category-balkon.png') no-repeat 15% center;
    }

    .main-categories__block.__door {
        background: transparent;
    }

    .main-categories__block.__door::before {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        width: 40%;
        height: 100%;
        background: url('../images/main_page/category-door.png') no-repeat 0 center;
    }

    .main-categories__block.__ceiling {
        background: transparent;
    }

    .main-categories__block.__ceiling::before {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        width: 40%;
        height: 100%;
        background: url('../images/main_page/category-ceiling.png') no-repeat 0 center;

    }

    .main-categories__block.__furniture {
        background: transparent;
    }

    .main-categories__block.__furniture::before {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        width: 40%;
        height: 100%;
        background: url('../images/main_page/category-furniture.png') no-repeat 43% center;
    }

    .smb_top .main-banner__link,
    .smb_top2 .main-banner__link,
    .smb_top3 .main-banner__link,
    .smb_top4 .main-banner__link,
    .smb_top5 .main-banner__link,
    .smb_top6 .main-banner__link,
    .smb_top7 .main-banner__link,
    .smb_top8 .main-banner__link,
    .smb_top9 .main-banner__link,
    .smb_top10 .main-banner__link,
    .smb_top11 .main-banner__link,
    .smb_top14 .main-banner__link {
        height: 70px;
    }


    div#office_map {
        display: none;
    }

    .maps_content {
        position: relative !important;
        height: fit-content !important;
        opacity: 1 !important;
        z-index: 1 !important;
    }

    .ext {
        display: none;
    }
}

.pohoz_tov_name44 {
    font-size: 22px;
    margin-top: 31px;
    margin-bottom: 19px;
}

.mp-menu {
    margin-bottom: 32px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 16px
}

@media (min-width: 1025px) {
    .mp-menu {
        display: none
    }
}

.mp-menu__item {
    width: calc(50% - 8px);
    height: 152px;
    padding: 16px 8px;
    border-radius: 8px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #f3f4f6
}

.mp-menu__item.window {
    background: url('../images/main_page/mobileMenuWindow.png') no-repeat 100% center, #f3f4f6;
}

.mp-menu__item.balcon {
    background: url('../images/main_page/mobileMenuBalcon.png') no-repeat 100% center, #f3f4f6;
}

.mp-menu__item.shkaf {
    background: url('../images/main_page/mobileMenuShkaf.png') no-repeat 100% center, #f3f4f6;
}

.mp-menu__item.kuhni {
    background: url('../images/main_page/mobileMenuKuhni.png') no-repeat 100% center, #f3f4f6;
}

.mp-menu__item.door {
    background: url('../images/main_page/mobileMenuDoor.png') no-repeat 100% bottom, #f3f4f6;
}

.mp-menu__item.door2 {
    background: url('../images/main_page/mobileMenuDoor2.png') no-repeat 100% bottom, #f3f4f6;
}

.mp-menu__item.potolki {
    background: url('../images/main_page/mobileMenuPotolki.png') no-repeat 100% center, #f3f4f6;
}

.mp-menu__item.gift {
    background: url('../images/main_page/mobileMenuGift.jpg') no-repeat 100% center, #f3f4f6;
}

@media (min-width: 768px) {
    .mp-menu__item {
        width: calc(25% - 12px)
    }
}

.mp-menu__title {
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: #2a2f36
}

.mp-menu__link {
    font-size: 13px;
    line-height: 13px;
    color: #008cdb
}
.covid1 {
    background-color: #e91a2391;
    display: block;
    padding: 8px 0;
    font-size: 16px;
    text-align: center;
}

.covid1 p {
    margin: 4px 0 0;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
}

.fancyboxw-container {
    max-width: 100vw;
}

html .smart-captcha {
    min-width: 240px;
}

.slider_foot2 button {
    border: none;
}

.slider_foot2 .owl-dots button {
    background: #fff;
}

.slider_foot2 .owl-dot.active span {
    background: #E31E24;
}