/* ========== header ========== */
@media (max-width: 1024px) {
    .menu-panel__body {
        width: 100%;
        max-width: 100%;
        display: block;
        /*position: relative;*/
        position: absolute;
        height: 100vh;
        overflow-y: auto;
    }
    .menu-panel__aside {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        border-radius: 0;
        background: #EDF6FF;
        padding: 25px 20px;
        padding-bottom: 90px;
        position: relative;
        z-index: 10;
    }
    .menu-panel__title {
        display: none !important;
    }
    .gl_menumob_top {
        margin-bottom: 22px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        color: rgb(51, 61, 97);
        font-size: 16px;
        font-weight: 700;
        line-height: 20px;
        text-align: center;
    }
    .gl_menu_left, .gl_menu_close {
        display: block;
        font-size: 0;
        height: 16px;
    }
    .gl_menumob_top span {
        max-width: 220px;
        display: block;
    }
    /**/
    .gl_menumob_search {
        margin-bottom: 32px;
    }
    .gl_menumob_search input {
        border-radius: 4px;
        background: rgba(255, 255, 255, 0.7);
    }
    .gl_menumob_search .top-search__result {
        max-height: 280px;
        overflow-y: auto;
    }
    /**/
    .menu-panel__list {
        margin-top: 0;
        padding-left: 0;
    }
    .menu-panel__list-item {
        margin-top: 0;
        padding: 15px 20px 15px 0;
        position: relative;
        border-bottom: 1px solid rgb(220, 225, 237);
    }
    .menu-panel__list-link.current,
    .menu-panel__list-link:hover {
        font-weight: 500 !important;
    }
    .nw-left-sidebar__section.show .nw-left-sidebar__section-title:after {
        transform: rotate(180deg);
    }
    .menu-panel__list-item:not(._all):after {
        content: '';
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='10' viewBox='0 0 16 10' fill='none'%3E%3Cpath d='M15 1L8 8L1 0.999999' stroke='%23333D61' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
        width: 14px;
        height: 7px;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto 0;
        transform: rotate(-90deg);
        transition: all 0.3s;
    }
    .menu-panel__list-item:last-child {
        border-bottom: 0;
    }
    /* 2 уровень */
    .menu-panel__content {
        display: none;
        /*display: block;*/
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 100vh;
        overflow: auto;
        z-index: 10;
        background: #EDF6FF;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        padding: 25px 20px;
    }
    .menu-panel__content._show {
        display: block;
    }
    .menu-panel__block {
        padding: 0 20px 40px;
    }
    /**/
    .menu-panel__block-col {
        width: 100%;
        margin-top: 0;
        padding: 15px 20px 15px 0;
        position: relative;
        border-bottom: 1px solid rgb(220, 225, 237);
    }
    .menu-panel__block-col:last-child {
        border-bottom: 0;
    }
    .menu-panel__block-item-title {
        color: var(--primary-color);
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        transition: all 0.3s;
    }
    .menu-panel__block-item-title._arrow:after {
        content: '';
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='10' viewBox='0 0 16 10' fill='none'%3E%3Cpath d='M15 1L8 8L1 0.999999' stroke='%23333D61' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
        width: 14px;
        height: 7px;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto 0;
        transform: rotate(-90deg);
        transition: all 0.3s;
    }
    .menu-panel__block-item-title:last-child {
        border-bottom: 0;
    }
    /* 3 уровень */
    .menu-panel__block-item-list {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 100vh;
        overflow: auto;
        z-index: 10;
        background: #EDF6FF;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        padding: 25px 20px;
        margin: 0;
    }
    .menu-panel__block-item-list-item {
        width: 100%;
        margin-top: 0;
        padding: 15px 20px 15px 0;
        position: relative;
        border-bottom: 1px solid rgb(220, 225, 237);
    }
    .menu-panel__block-item-list-item:last-child {
        border-bottom: 0;
    }
    .menu-panel__block-item-list-item a {
        color: var(--primary-color);
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        transition: all 0.3s;
    }
    /* 4й уровень */
    .menu-panel__block-item-sublist-item {
        padding: 15px 20px 15px 0;
    }
}
.menu-panel__block-item-sublist-item {
    position: relative;
}
.menu-panel__block-item-sublist-item:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -20px;
    margin: auto 0;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: var(--primary-color);
}
@media (min-width: 1025px) {
    .gl_menumob_top,
    .gl_menumob_search {
        display: none !important;
    }
}
/*  иначе проблема с библой анимации  */
@media (max-width: 1024px) {
    body {
        overflow-x: hidden;
    }
}
.nw-header {
    border-radius: 0 0 30px 30px;
}
@media (max-width: 1024px) {
    .nw-header__bottom {
        flex-wrap: wrap;
    }
    .nw-header__bottom .bottom-search {
        width: 100%;
        margin-top: 20px;
    }
    .nw-mobile-panel {
        transition: all .5s !important;
        display: block !important;
        opacity: 1 !important;
        max-height: calc(100vh - 180px);
    }
}
/* ========== fix overflow ========== */
.object__container, .mission {
    overflow: hidden;
}
/* ========== nw-pagination + catalog ========== */
@media (max-width: 700px) {
    .nw-pagination {
        display: block;
        width: 100%;
    }
    .nw-pagination__list {
        margin-right: auto;
        margin-left: auto;
        text-align: center;
        justify-content: center;
    }
    .nw-pagination__more {
        text-align: center;
    }
}
@media (max-width: 460px) {
    .nw-pagination__list-item {
        line-height: 1;
    }
    .nw-pagination__list-item_prev,
    .nw-pagination__list-item_next {
        display: none !important;
    }
    /**/
    /*.nw-product-card__button {*/
    /*    font-size: 9px;*/
    /*}*/
    .nw-catalog-item .catalog-blocks__item-btn {
        font-size: 10px;
    }
}
/* ========== gl_new_popup ========== */
.mfp-bg {
    background: rgba(17, 41, 66, 0.5) !important;
}
.gl_new_popup {
    border-radius: 18px;
    background: url('/bitrix/templates/dixten_new/landings/dist/images/popup-form-fon.png') no-repeat right bottom rgb(237, 246, 255);
    max-width: 320px;
    width: 100%;
    margin: 1.875rem auto 0;
    position: relative;
    padding: 49px 23px 35px;
}
.gl_new_popup__title {
    color: rgb(51, 61, 97);
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 24px;
}
.gl_new_popup__body {
    position: relative;
}
.gl_new_popup__body font.errortext {
    margin-bottom: 15px;
    display: block;
}
/**/
.gl_new_popup_ok {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background: rgb(237, 246, 255);
    display: flex;
    align-items: center;
    justify-content: center;
}
.gl_new_popup_ok._hide {
    display: none !important;
}
.gl_new_popup_ok .gl_new_popup__title {
    text-align: center;
    margin: 0 !important;
}
/**/
.gl_new_popup .mfp-close {
    font-size: 0;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
    opacity: 1;
    transition: all .5s
}
.gl_new_popup .mfp-close:hover {
    opacity: .65;
}
.gl_new_popup .mfp-close:after {
    content: '';
    width: 24px;
    height: 2px;
    background: rgb(51, 61, 97);
    position: absolute;
    left: -1px;
    top: 9px;
    transform: rotate(45deg);
}
.gl_new_popup .mfp-close:before {
    content: '';
    width: 24px;
    height: 2px;
    background: rgb(51, 61, 97);
    position: absolute;
    left: -1px;
    top: 9px;
    transform: rotate(135deg);
}
/**/
.popup__form {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.popup__form-row {
    margin-bottom: 17px;
    width: 100%;
    order: 1;
}
.popup__form-input {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 14px 23px;
    box-sizing: border-box;
    border: 1px solid rgb(197, 209, 223);
    border-radius: 7px;
    background: rgb(255, 255, 255);
    color: rgb(51, 61, 97);
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    height: 40px;
}
.popup__form-input::placeholder {
    color: rgb(51, 61, 97);
    font-size: 12px;
    font-weight: 400;
}
.popup__form-input._ok {
    border-color: green !important;
}
.popup__form-input._error {
    border-color: red !important;
}
.popup__form-row_last {
    order: 10;
}
.popup__form-row_sbm {
    margin-top: 65px;
}
.popup__form-row_sbm a {
    position: relative;
    height: 48px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 7px;
    background: linear-gradient(90deg, #f17101 0%, #f6a000 100%);
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    overflow: hidden;
    transition: opacity 0.3s ease 0s;
}
.popup__form-row_sbm a:hover {
    background: #f17101;
}
/**/
.popups-form__item-input.item-checkbox input {
    display: none !important;
}
.item-checkbox__body {
    display: flex;
    gap: 0.8125rem;
    cursor: pointer;
}
.item-checkbox__icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.25rem;
    min-width: 1.25rem;
    height: 1.25rem;
    background: #fff;
    border: 1px solid #c5d1df;
    transition: all 0.3s ease 0s;
    border-radius: 5px;
}
@media (min-width: 87.5em) {
    .item-checkbox__icon {
        margin-top: 0.0625rem;
    }
}
.item-checkbox__icon svg {
    transition: all 0.3s ease 0s;
    opacity: 0;
}
.popup__form-politics-check:checked + .item-checkbox__body .item-checkbox__icon svg {
    opacity: 1;
}
.item-checkbox__body p {
    font-size: 0.75rem !important;
    line-height: 150%;
    color: #333d61;
    padding-top: 0.0625rem;
}
.item-checkbox__body p a {
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #5392c0;
}
.item-checkbox__body p a:hover {
    color: #333d61;
}
@media (min-width: 768px) {
    .gl_new_popup {
        max-width: 554px;
        padding: 35px 23px 35px;
    }
    .gl_new_popup__title {
        font-size: 36px;
        line-height: 40px;
        margin-bottom: 46px;
    }
    .popup__form-row {
        margin-bottom: 23px;
    }
    .popup__form-input {
        font-size: 16px;
        height: 52px;
    }
    .popup__form-input::placeholder {
        font-size: 16px;
    }
    .popup__form-row_sbm {
        margin-top: 93px;
    }
    .popup__form-row_sbm a {
        height: 52px;
        font-size: 1rem;
    }
}
/* ========== cart ========== */
@media (max-width: 1024px) {
    .nw-cart {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .nw-cart-sale {
        order: 2;
    }
    .nw-emty-cart {
        width: 100%;
    }
    /**/
    .nw-cart__table-item-price {
        text-align: left;
    }
    .nw-cart__table-item-counter {
        margin-left: 0;
    }
    .nw-cart__checkout {
        border-top: 1px solid #DCE1ED;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
}

/* ========== filter ========== */
@media (max-width: 1024px) {
    .nw-left-sidebar {
        width: 100%;
        max-width: 100%;
        background: #EDF6FF;
    }
}

/* ==========  ========== */
@media (max-width: 1024px) {
    .top-search__result {
        max-height: calc(100vh - 180px);
        overflow: auto;
    }
    .top-search__result-list-item-title span {
        display: block;
    }
}
/* ==========  ========== */
.gl23__catalog-item-btns-100 {
    width: 100%;
}
.catalog-blocks__item-bottom .gl23__catalog-item-btns-100 {
    display: flex;
    justify-content: end;
}
.catalog-blocks__item-bottom .gl23__catalog-item-btns-100 .nw-product-card__button-100 {
    width: 100%;
}
/* ========== product-card ========== */
@media (max-width: 1024px) {
    .nw-product-card__info-right {
        flex-direction: row;
    }
}

/* ========== page__bottom ========== */
@media only screen and (max-width: 768px) {
    .page__bottom {
         /*position: sticky;*/
    }
}
.page__bottom {
    position: initial !important;
}
/* ========== gmn_catlister ========== */
.gmn_catlister {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}
.gmn_catlister_item {
    width: calc((100% - 10px) / 2);
    display: flex;
    min-height: 70px;
    border-radius: 7px;
    background: rgb(237, 246, 255);
    margin-bottom: 10px;
    padding: 11px 18px 11px 18px;
    color: rgb(51, 61, 97);
    font-size: 10px;
    font-weight: 500;
    line-height: 12px;
}
@media (max-width: 768px) {
    .gmn_catlister {
        padding-bottom: 30px;
    }
}
@media (min-width: 1025px) {
    .gmn_catlister {
        display: none !important;
    }
}
/* ==========  ========== */
.page {
    position: relative;
}
body > .page:before {
    content: '';
    /*height: 180px;*/
    height: 207px;
    background: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
}
@media (min-width: 1025px) {
    .gmn_catlister {
        height: 150px;
    }
}
/* ==========  ========== */
.nwform_btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.0625rem;
    border-radius: 7px;
    background: linear-gradient(90deg, #f17101 0%, #f6a000 100%);
    font-weight: 500;
    font-size: 1rem;
    text-align: center;
    color: #fff;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.3s;
}
.nwform_btn span {
    position: relative;
    z-index: 2;
}
.nwform_btn::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #f17101;
    top: 0;
    left: 0;
    transition: opacity 0.3s ease 0s;
    opacity: 0;
    border-radius: 7px;
}
.nwform_btn:hover:before {
    opacity: 1;
}
.nwform_btn._disabled, .web_btn_sbm._disabled {
    opacity: 0.3;
    cursor: not-allowed;
}
/* ==========  ========== */
.contacts__right {
    position: relative !important;
}
/* ==========  ========== */
@media (min-width: 769px) {
    .nw-product-card__left {
        align-items: center;
    }
    .nw-product-card__thumbs .swiper-container {
        height: 314px;
    }
}
/* ==========  ========== */
.nw-side-mailing {
    padding: 0 !important;
    overflow: hidden;
}
.nw-side-mailing .nw-side-telegram__title {
    padding: 30px 20px 0;
}
.nw-side-mailing_txt {
    padding: 20px 20px 0;
    line-height: 1.4;
}
.nw-side-mailing .b24-form-wrapper.b24-form-border-bottom {
    background: #EDF6FF;
    box-shadow: none;
    border-bottom: 0;
}
.nw-side-mailing .b24-form-padding-side {
    padding-left: 20px;
    padding-right: 20px;
}
.nw-side-mailing .b24-form-control {
    background: #ffffff !important;
}
.nw-side-mailing .b24-form-btn {
    color: #ffffff !important;
}
/* ==========  ========== */
.projects__img {
    background: #edf6ff;
}

/* ==========  ========== */
/* ==========  ========== */
/* ==========  ========== */