.ya-chat-widget_theme_dark,
.ya-chat-widget_theme_light {
    bottom: 40px !important;
}

body.mm-wrapper {
    margin: 0;
    padding: 0;
    font-size: 16px;
}

.navigation {
    background-color: #152c5d;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    min-height: 100%;
    color: #fff;
    transition: width 0.55s cubic-bezier(0.77, 0, 0.175, 1);
    z-index: 890;
}

.navigation-watermark {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 300px;
    height: 400px;
    max-height: 90%;
    z-index: 2;
    pointer-events: none;
    opacity: .1;
}

@media screen and (min-width: 1260px) {
    .navigation .navigation-watermark {
        right: 5px;
    }
}

@media (min-width: 570px) {
    .navigation-watermark {
        text-align: right;
        right: 90px;
        left: auto;
        transition: right .4s;
        height: 350px;
    }
}

.navigation-watermark img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 75%;
    height: auto;
    max-height: 100%;
}

@media (min-width: 570px) {
    .navigation-watermark img {
        width: 130px;
    }
}

.omni-logo {
    position: fixed;
    background-color: #152c5d;
    height: 60px;
    top: 0;
    left: 0;
    z-index: 900;
    padding: 20px 20px;
    transition: all .4s ease-in-out;
    border-bottom-right-radius: 5px
}

.omni-logo a {
    display: inline-block;
    width: 100%;
    height: 100%
}

.omni-logo img {
    max-width: auto
}

@media (min-width: 570px) {
    .omni-logo {
        top: 25px;
        left: 25px;
        border-radius: 7px;
        box-shadow: 1px 0px 5px rgba(0, 0, 0, 0.08);
        background-color: white;
        height: auto;
        /*padding: 21px 20px 15px;*/
		padding: 0;
        display: inline-block;
        max-width: 230px;
        width: auto
    }
}

.omni-logo__imgwrap {
    transition: all .4s ease-in-out
}

.omni-logo__imgwrap img,
.omni-logo__imgwrap svg {
    max-height: 25px;
    width: auto
}

@media (min-width: 570px) {

    .omni-logo__imgwrap img,
    .omni-logo__imgwrap svg {
        max-height: 80px;
        width: auto
    }

    .omni-logo--tagline .omni-logo__imgwrap img,
    .omni-logo--tagline .omni-logo__imgwrap svg {
        max-height: 50px
    }
}

@media (min-width: 570px) {
    .omni-logo__small-img {
        display: none
    }
}

.omni-logo__light-img {
    display: none;
    opacity: 0
}

@media (min-width: 570px) {
    .omni-logo__light-img {
        display: block
    }
}

.omni-logo__dark-img {
    position: absolute;
    display: none;
    z-index: 4;
    opacity: 1
}

.omni-logo__dark-img img,
.omni-logo__dark-img svg {
    max-height: 30px;
    width: auto
}

@media (min-width: 570px) {
    .omni-logo__dark-img {
        display: block
    }
}

@media (max-width: 570px) {
    html.nav-submenu-is-open .omni-logo {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        transition-delay: 0s
    }

    .search-header,
    .cart-header {
        left: 0px;
    }
}

@media screen and (min-width: 1260px) {
    .omni-logo {
        box-shadow: none;
        background-color: transparent;
        left: 145px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .omni-logo .omni-logo__dark-img {
        opacity: 0
    }

    .omni-logo .omni-logo__light-img {
        opacity: 1
    }

    .search-header,
    .cart-header {
        left: 299px;
    }
}

.search-header,
.cart-header {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    height: 1px;
    z-index: 100;
    transition: left 0.55s cubic-bezier(0.77, 0, 0.175, 1);
    overflow: visible;
}

.search-header-inner {
    background-color: #fff;
    box-shadow: 2px 0 11px rgba(0, 0, 0, 0.05);
    position: absolute;
    z-index: 4;
    width: 70px;
    height: 70px;
    right: 0;
    top: 0;
    overflow: hidden;
    transition: all 0.55s cubic-bezier(0.77, 0, 0.175, 1);
    border-bottom-left-radius: 150px;
    border-radius: 150px;
    border-top-right-radius: 0;
    -webkit-transform: translate(10px, -10px);
    -ms-transform: translate(10px, -10px);
    transform: translate(10px, -10px);
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
}

.search-header-button,
.cart-header-button {
    top: 2px;
    right: -2px;
}

.search-header-button,
.search-header-submit-button,
.cart-header-button {
    cursor: pointer;
    outline: none;
    border: none;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    text-align: center;
    text-indent: -9999em;
    background: transparent;
    z-index: 5;
}

.search--open .search-header-button .icon,
.search--open .cart-header-button .icon {
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
}

.search--open .search-header-button .close-icon,
.search--open .cart-header-button .close-icon {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.search-header .search-header-content,
.search-header .search-hero-content,
.cart-header .search-header-content,
.cart-header .search-hero-content {
    opacity: 0;
}

.search-header-content,
.search-hero-content {
    padding: 0 40px;
    margin: 140px auto 100px;
}

.search-header-content,
.search-hero-content {
    position: relative;
    z-index: 10;
    max-width: 700px;
    padding: 0 20px;
    margin: 100px auto 100px;
    transition: opacity .4s;
    transition-delay: .4s;
}

.search-header:before,
.cart-header:before {
    content: "";
    display: block;
    position: absolute;
    background: #FFF;
    width: 70px;
    height: 70px;
    top: -10px;
    right: -10px;
    border-radius: 50%;
    z-index: 2;
    transition: all 0.55s cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.search-header:before,
.cart-header:before {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    background-color: rgba(51, 51, 51, 0.2);
    border: 1px solid transparent;
}

.search-header:hover:before,
.cart-header:hover:before {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    border: 1px solid transparent;
    background-color: rgba(51, 51, 51, 0.4);
}

.search-header-button .icon,
.search-header-button .icon svg,
.search-header-submit-button .icon,
.search-header-submit-button .icon svg,
.cart-header-button .icon,
.cart-header-button .icon svg {
    z-index: 5;
    fill: #152c5d;
    position: absolute;
    top: 50%;
    left: 45%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    transition: fill .3s;
}

.search-header-button .close-icon,
.cart-header-button .close-icon {
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
}

.search-header-button .icon,
.search-header-button .close-icon,
.cart-header-button .icon,
.cart-header-button .close-icon {
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
}

.close-icon {
    display: block;
    position: absolute;
    top: 0;
    right: 5px;
    width: 50px;
    height: 50px;
}

.close-icon:before,
.close-icon:after {
    height: 2px;
}

.close-icon:before {
    top: 23px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.close-icon:after {
    top: 23px;
    width: 25px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.close-icon:before,
.close-icon:after {
    position: absolute;
    content: "";
    display: block;
    width: 25px;
    height: 3px;
    background-color: #919191;
    right: 13px;
    transition: bottom .3s ease-in-out, right .3s ease-in-out;
    border-radius: 1px;
    z-index: 10;
}

.search--open .search-header-inner {
    width: 100%;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    border-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
    height: 302px;
    overflow: visible;
}

.search--open .search-header-inner .search_input_col {
    opacity: 1;
    transition: all 1s;
}

.search-header-inner .search_input_col {
    opacity: 0;
    transition: all 1s;
}

.main-content {
    position: relative;
    z-index: 5;
    transition: margin 0.55s cubic-bezier(0.77, 0, 0.175, 1);
    max-width: 100%;
    overflow-x: hidden;
    background-color: #F5F5F5;
    min-height: 100vh;
    padding: 70px 20px 10px 20px;
}

.main-content.main-page {
    padding: 0 0 10px 0;
}

.mobile_logo {
    position: fixed;
    background-color: #152c5d;
    height: 60px;
    top: 0;
    left: 0;
    z-index: 900;
    /*padding: 20px 20px;*/
    transition: all .4s ease-in-out;
    border-bottom-right-radius: 5px;
    float: left;
}

.mobile_logo a img {
    max-height: 60px;
    width: auto;
    display: block;
}


@media screen and (min-width: 1024px) {
    .main-content {
        margin-left: 90px;
    }

    footer {
        margin-left: 90px;
    }
}

@media screen and (min-width: 1260px) {
    .main-content {
        margin-left: 299px;
    }

    footer {
        margin-left: 299px;
    }
}

.page_title {
    color: #333;
    font-weight: normal;
    font-size: 48px;
    padding-bottom: 0;
    margin-bottom: 34px;
    margin-top: 12px;
}

.page_container {
    min-height: 500px;
}

@media (min-width: 320px) {
    .page_container {
        padding: 0px 0 50px 0px;
    }
}

@media (min-width: 640px) {
    .page_container {
        padding: 0px 0 50px 0px;
    }
}

@media (min-width: 1024px) {
    .page_container {
        padding: 15px 0px 0px 0px;
    }
}

@media (min-width: 1280px) {
    .page_container {
        padding: 0px 0px 0px 15px;
    }
}

@media (min-width: 1600px) {
    .page_container {
        padding: 0px 80px 0px 80px;
    }
}

@media (min-width: 1024px) {
    .navigation {
        background-color: #152c5d;
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        min-height: 100%;
        color: #fff;
        width: 90px;
        transition: width 0.55s cubic-bezier(0.77, 0, 0.175, 1);
        z-index: 890
    }
}

@media screen and (min-width: 1260px) {
    .navigation {
        width: 300px
    }

    .navigation>ul>li>a {
        width: 300px
    }

    .navigation .navigation-watermark {
        right: 5px
    }
}

footer {
    color: #f5f5f5;
}

footer a {
    color: #f5f5f5;
    text-decoration: underline;
    display: inline-block;
}

footer a:nth-child(2) {
    margin-right: 0;
}

footer a:hover,
footer a:active,
footer a:focus {
    text-decoration: none;
    color: #f5f5f5;
}

.footer_row {
    background-color: #333;
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
}
.footer_row.footer_row_flex_start {
    justify-content: flex-start;
}

.footer_col {
    padding: 0 15px;
    display: flex;
}

.footer_col.footer_col_flex_column {
    flex-flow: column nowrap;
    justify-content: flex-start;
}

.footer_col.footer_col_flex_column>a:nth-child(1) {
    margin-bottom: 15px;
}


.footer_col.footer_col_flex_column>a:nth-child(2) {
    margin-bottom: 15px;
}

.footer_logo {
    width: 95px;
    height: auto;
    display: block;
    margin: auto 0 auto auto;
}

.footer_row-mobile {
    display: none;
}

@media (max-width: 640px) {
    .footer_row-desctop {
        display: none;
    }
}

@media (max-width: 640px) {
    .footer_row-mobile {
        display: flex;
    }
}

@media (min-width: 320px) {
    .footer_row {
        flex-flow: row wrap;
    }

    footer a {
        margin: 5px 15px 5px 0;
    }
}

@media (min-width: 640px) {
    .footer_row {
        flex-flow: row nowrap;
    }

    footer a {
        margin: auto 15px auto 0;
    }
}

.prices_warning {
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    color: #d3362d;
}

.price-warning-alert {
    position: fixed;
    z-index: 100;
    bottom: 0;
    left: 40%;
    right: 10%;
    text-align: center;
    font-size: 14px;
    color: #FFF;
    background: rgba(0, 0, 0, 0.7);
    padding: 10px 20px;
}

@media (max-width: 640px) {
    .price-warning-alert {
        left: 0;
        right: 0;
        padding: 10px 20px 90px;
    }
}

@media (min-width: 320px) {

    .single_title,
    .prices_warning {
        padding: 0px 0 0px 0px;
    }
}

@media (min-width: 640px) {

    .single_title,
    .prices_warning {
        padding: 0px 0px 0px 0px;
    }
}

@media (min-width: 1024px) {

    .single_title,
    .prices_warning {
        padding: 15px 0px 0px 0px;
    }
}

@media (min-width: 1280px) {

    .single_title,
    .prices_warning {
        padding: 0px 15px 0px 15px;
    }
}

@media (min-width: 1600px) {

    .single_title,
    .prices_warning {
        padding: 0px 80px 0px 80px;
    }
}

.simple_content ul {
    font-size: 16px;
    list-style: circle inside;
    padding-left: 0;
    margin-bottom: 10px;
    font-weight: 300;
}

.simple_content ul li {
    margin-bottom: 5px;
}

.simple_content ul li>ul {
    font-size: 16px;
    list-style: circle inside;
    padding-left: 10px;
    margin-bottom: 10px;
    font-weight: 300;
}

.simple_content p {
    font-family: 'Arial Narrow';
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
}

.simple_content a {
    font-weight: bold;
    color: #000;
    text-decoration: none;
    position: relative;
    transition: all .5s;
}

.simple_content a:after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background-color: #000;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .5s;
}

.simple_content a:hover,
.simple_content a:active,
.simple_content a:focus {
    color: #000;
    text-decoration: none;
}

.simple_content a:hover:after,
.simple_content a:active:after,
.simple_content a:focus:after {
    width: 100%;
}

#button-up {
    display: none;
    margin: 0;
    position: fixed;
    outline: none;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 46px;
    font-size: 20px;
    z-index: 999;
    color: #fff;
    text-decoration: none;
    background-color: #333333;
    border-radius: 50%;
    cursor: pointer;
    border: 1px solid #fff;
}

@media (min-width: 320px) {
    #button-up {
        bottom: 70px;
        left: 15px;
    }
}

@media (min-width: 400px) {
    #button-up {
        bottom: 70px;
        left: 15px;
    }
}

@media (min-width: 640px) {}

@media (min-width: 1024px) {
    #button-up {
        bottom: 50px;
        left: 50px;
    }
}

@media (min-width: 1280px) {}

@media (min-width: 1590px) {}

@media (min-width: 1800px) {}

/*Страница Kabric*/
.kabric-row {
    display: flex;
    margin-top: 20px;
    flex-wrap: wrap;
}

.kabric-row>div {
    padding-bottom: 15px;
}

.kabric-page {
    max-width: 2535px;
}

.kabric-page hr {
    margin: 25px 10px 15px;
    border-top: 2px solid #C3C3C3;
}

.kabric-page .selected_text {
    font-size: 15px;
    font-weight: bold;
}

.kabric-page .selected_text+hr {
    margin: 15px 10px 25px;
}

.kabric-page .video-block-inner {
    height: 0;
    position: relative;
    padding-bottom: 56.25%;
}

.kabric-page .video-block-inner iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 480px) {

    .kabric-row>div img,
    .kabric-row>div {
        width: 100%;
    }
}

@media (min-width: 481px) {
    .kabric-row>div {
        width: 33.33333333%;
        float: left;
    }

    .kabric-video>div {
        width: 50%;
    }

    .kabric-page .video-block {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .kabric-row>div {
        width: 20%;
    }

    .kabric-video>div {
        width: 40%;
    }

    .kabric-page .video-block {
        width: calc(80% - 6px);
    }
}

@media (min-width: 992px) {
    .kabric-video>div {
        width: 30%;
    }

    .kabric-page .video-block {
        width: calc(60% - 15px);
    }
}

/*Страница Kabric*/

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

/*Гид по подбору сопел*/
.detail_page {
    font-size: 16px;
    line-height: 22.4px;
}

.detail_page ul {
    max-width: 800px;
    padding-left: 20px;
    margin-bottom: 30px;
}

.detail_page ul li {
    list-style: circle;
    margin-bottom: 10px;
}

.detail_page p {
    max-width: 800px;
}

.video {
    height: 0;
    position: relative;
    padding-bottom: 56.25%;
}

.video iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 50%;
}

.contacts_a_mail,
.contacts_a_phone {
    display: inline-block;
    position: relative;
    color: #333;
    padding-left: 30px;
    font-weight: bold;
    margin-bottom: 5px;
}

.contacts_a_mail:before,
.contacts_a_phone:before {
    font-family: fontawesome;
    color: #333;
    position: absolute;
    left: 0px;
}

.contacts_a_mail:before {
    content: '\f003';
}

.contacts_a_phone:before {
    content: '\f095';
}

.contacts_a_mail:hover,
.contacts_a_phone:hover,
.contacts_a_mail:active,
.contacts_a_phone:active,
.contacts_a_mail:focus,
.contacts_a_phone:focus {
    color: #06966E;
    text-decoration: none;
}

.picture_block {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}

.picture_item {
    padding: 15px;
    text-align: center;
}

.picture_item a {
    display: block;
    margin-bottom: 15px;
}

.picture_item span {
    margin: 15px 0 0 0;
}

.picture_item img {
    display: block;
    width: 100%;
}

@media (min-width: 320px) {
    .picture_item {
        width: 100%;
        margin-bottom: 30px;
    }
}

@media (min-width: 640px) {
    .picture_item {
        width: 50%;
        margin-bottom: 30px;
    }
}

@media (min-width: 1024px) {
    .picture_item {
        width: 33.333%;
        margin-bottom: 30px;
    }
}


@media (max-width: 1024px) {
    .main_page_sllider.owl-carousel {
        margin-top: 70px;
    }
}


.cart-header .search-header-inner {
    border-radius: 50%;
}

.cart-header.search--open .search-header-inner {
    top: -448px;
    height: 500px;
    border-radius: 0;
}

.cart-header {
    bottom: 50px;
    top: auto;
}

.cart-header #title-search {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    /* transform: scaleX(-1); */
}

/* .cart-header .bx-basket-item-list,
.cart-header #title-search #basket-root,
.cart-header #title-search .bx-sbb-empty-cart-container{
    transform: scaleX(-1);
} */

.cart-header .bx-basket-item-list-container {
    width: 100%;
    height: 100%;
}

.cart-header .search_input_col {
    margin: 0;
}

.cart-header .bx-basket-item-list-item {
    padding: 25px;
}

.cart-header .bx-basket-item-list-item {
    gap: 25px;
    display: grid;
    grid-template-columns: 100px 200px 200px;
}

.cart-header .bx-basket-item-list-item .close-icon::before,
.cart-header .bx-basket-item-list-item .close-icon::after {
    width: 12px;
}

.cart-header .bx-basket-item-list-button-container {
    position: relative;
}

.cart-header .bx-opener .bx-basket-item-list {
    padding-bottom: 0;
}

.cart-header .bx-basket-item-list-item-price-block {
    font-size: 14px;
}

.cart-header .bx-basket-item-list-item-name a {
    font-size: 15px;
}

.cart-header .cart-header-button .icon svg {
    width: 32px;
    height: 40px;
}

.cart-header .cart-count {
    border-radius: 50%;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0px;
    left: 20px;
    text-indent: 0;
    box-shadow: 0px 0px 3px 0px;
    font-size: 14px;
    background: white;
    z-index: 10;
}

.cart-header .close-icon {
    cursor: pointer;
}

.cart-empty {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.header-fixed .background {
    /* background: white; */
    background: #152c5d;
    width: 100%;
    height: 50px;
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
    transition: left 0.55s cubic-bezier(0.77, 0, 0.175, 1);
    overflow: visible;
}

.header-fixed .search-header::before,
.header-fixed .cart-header::before {
    display: none;
}

.header-fixed .search-header,
.header-fixed .cart-header {
    top: 0;
    width: 100%;
}

.header-fixed .search-header {
    right: 55px;
}

.header-fixed .cart-header {
    right: 5px;
}

.header-fixed .search-header,
.header-fixed .cart-header {
    left: auto;
}

.header-fixed .search-header.search--open {
    z-index: 111;
}

.header-fixed .search-header-inner {
    height: 40px;
    width: 40px;
    box-shadow: none;
    background: #152c5d;
}

.header-fixed .search--open .search-header-inner {
    width: 100%;
    height: 302px;
    background: white;
}

.header-fixed .search--open .search-header-button .icon svg,
.header-fixed .search--open .cart-header-button .icon svg {
    display: none;
}

.header-fixed .search-header.search--open .search-header-inner {
    right: -55px;
}

.header-fixed .cart-header.search--open .search-header-inner {
    top: 0;
    height: 100vh;
    right: -5px;
}

.header-fixed .basket-items-list-header.basket-items-list-header-fixed {
    width: 100% !important;
}

.header-fixed .basket-items-list-header-filter-item {
    padding-right: 25px;
}

.header-fixed .search--open .search-header-button .icon,
.header-fixed .search--open .cart-header-button .icon {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
}


.header-fixed .search-header-button .close-icon,
.header-fixed .cart-header-button .close-icon {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
}

.header-fixed .search--open .search-header-button .close-icon,
.header-fixed .search--open .cart-header-button .close-icon {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.header-fixed .search--open .search-header-button {
    right: -52px;
}

.header-fixed .search-header .search_input {
    width: 100%;
}

.header-fixed .cart-header-button .icon svg,
.header-fixed .search-header svg path {
    fill: white !important;
}

.header-fixed .search_input_col {
    margin: 0;
}

.header-fixed .search_input_col form {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 30px;
}

@media (min-width:1260px) {

    .header-fixed .search-header,
    .header-fixed .cart-header {
        width: calc(100% - 300px) !important;
    }
}

@media (min-width:1024px) {

    .header-fixed .search-header,
    .header-fixed .cart-header {
        width: calc(100% - 90px);
    }
}

@media (max-width:993px) {
    .header-fixed .background {
        height: 60px;
    }

    .mobile_logo {
        left: 50%;
        transform: translate(-50%, 0px);
    }

    .mburger {
        right: auto;
        left: 10px;
        top: 0 !important;
        width: max-content;
    }

    .mburger b {
        background: white !important;
    }

    .header-fixed .search-header,
    .header-fixed .cart-header {
        top: 5px;
        width: 100%;
    }

    .header-fixed .search--open .search-header-button .close-icon,
    .header-fixed .search--open .cart-header-button .close-icon {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .header-fixed .search-header.search--open .search-header-inner,
    .header-fixed .cart-header.search--open .search-header-inner {
        top: 55px;
        height: calc(100vh + -60px);
        overflow: hidden;
    }

    .header-fixed .search--open .search-header-button {
        right: -2px;
    }
}

@media (max-width:570px) {

    .header-fixed .search-header,
    .header-fixed .cart-header {
        left: auto;
    }
}

.privet-padding {
    padding: 96px 48px 32px;
    height: 91vh;
    display: flex;
    flex-direction: column;
    gap: 64px;
}

.privet-header {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.privet-title {
    font-weight: 500;
    font-size: 32px;
    color: #000000;
}

.privet-title span,
.privet-subtitle span {
    color: #152C5D;
}

.privet-subtitle {
    font-weight: 400;
    font-size: 20px;
    color: #000000;
}

.privet-body {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    column-gap: 41px;
    row-gap: 32px;
    height: max-content;
}

.privet-body-el {
    display: flex;
    flex-direction: row;
    gap: 14px;
    padding: 14px;
    background: #152C5D;
    border-radius: 20px;
    min-width: max-content;
    height: max-content;
    position: relative;
    cursor: pointer;
}

.privet-body-el div {
    display: flex;
    justify-content: center;
    align-items: center;
}

a.privet-body-el {
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
    text-decoration: none;
    padding: 14px 22px;
}

a.privet-body-el:hover {
    color: #FFFFFF;
    text-decoration: none;
}

a.privet-body-el:focus {
    color: #FFFFFF;
    text-decoration: none;
}

.privet-body-el a {
    max-height: 48px;
}

.privet-body-el-js {
    position: relative;
}

.privet-body-el-dropdown {
    display: none;
}

.privet-body-el-js.shows .privet-body-el-dropdown {
    display: flex;
    flex-direction: column;
    position: absolute;
    background: white;
    width: max-content;
    top: calc(100% + 16px);
    left: -20px;
    border: 1px solid #EAEAEA;
    box-shadow: 0px 1px 4px rgba(129, 129, 129, 0.1);
    border-radius: 20px;
    z-index: 1;
}

.privet-body-el-js.shows .privet-body-el-dropdow-before {
    position: absolute;
    top: calc(100%);
    width: 100%;
    height: 17px;
    background: white;
    z-index: 1;
}

.privet-body-el-js.shows .privet-body-el-dropdow-before::before {
    content: "";
    position: absolute;
    background: #F5F5F5;
    width: 49%;
    height: 17px;
    right: 0;
    border-bottom: 1px solid #EAEAEA;
    z-index: 2;
    border-radius: 0px 0px 0px 35px;
}

.privet-body-el-js.shows .privet-body-el-dropdow-before::after {
    content: "";
    position: absolute;
    background: #F5F5F5;
    width: 49%;
    height: 17px;
    left: 0;
    border-bottom: 1px solid #EAEAEA;
    z-index: 2;
    border-radius: 0px 0px 35px 0px;
}

.privet-body-el-js.shows .privet-body-el-dropdown a {
    font-weight: 400;
    font-size: 20px;
    color: #000000;
    padding: 16px 32px;
    width: max-content;
    border-radius: 20px;
}

.privet-body-el-js.shows .privet-body-el-dropdown a:hover {
    background-color: #152C5D;
    color: white;
}

.privet-footer {
    margin-top: auto;
    font-weight: 400;
    font-size: 16px;
    color: black;
}

/* CALCULATOR WALL */
.calculator-wall {
    padding-top: 30px;
}

.product-page .calculator-wall {
    margin-top: 30px;
    border-top: 1px solid #E8E8E8;
}

.calculator-wall .title {
    color: #252525;
    font-size: 22px;
    line-height: 27px;
    font-weight: 600;
    letter-spacing: 0.005em;
    margin-bottom: 8px;
}

.calculator-wall .desc {
    color: #999999;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.18px;
    line-height: 1.5;
}

.calculator-wall .buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 17px 0;
}

.calculator-wall .add-wall {
    border-radius: 5px;
    border: 1px solid #24478e;
    padding: 14px 13px;
    padding-left: 42px;
    background-image: url(/img/add-btn.svg);
    background-position: left 14px center;
    background-repeat: no-repeat;
    color: #24478e;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    text-decoration: none;
    transition: 0.3s linear;
    cursor: pointer;
}

.calculator-wall .add-wall:hover {
    opacity: 0.7;
}

.calculator-wall .remove {
    display: none;
    border-radius: 5px;
    border: 1px solid #d82a2a;
    background-image: url(/img/trash.svg);
    background-position: center;
    background-repeat: no-repeat;
    transition: 0.3s linear;
    width: 50px;
    height: 48px;
    cursor: pointer;
}

.calculator-wall .remove:hover {
    opacity: 0.7;
}

.calculator-wall .params {
    display: flex;
    margin-bottom: 40px;
    gap: 32px;
}

.calc-in .calculator-wall .params {
    flex-wrap: wrap;
}

.calc-in .calculator-wall .buttons {
    flex-wrap: wrap;
}

.calc-in .calculator-wall .remove {
    margin-top: 10px;
}

.calculator-wall .params .width,
.calculator-wall .params .height {
    display: flex;
    align-items: center;
    background-image: url(/img/width.svg);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 50px;
}

.calc-in .calculator-wall .params .width {
    margin-bottom: 15px;
    width: 100%;
}

.calc-in .calculator-wall .params .height {
    width: 100%
}

.calculator-wall .params .height {
    background-image: url(/img/height.svg);
}

.calculator-wall .params .text {
    width: 167px;
}

.calculator-wall .params p {
    color: #333333;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 0;
}

.calculator-wall .params span {
    display: block;
    color: #898989;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.18px;
    line-height: 1.5;
}

.calculator-wall .params .count {
    position: relative;
    overflow: hidden;
    width: 150px;
    height: 52px;
    border-radius: 2px;
    border: 1px solid #d9d9d9;
    background-color: #ffffff;
    margin-right: 10px;
}

.calculator-wall .params .count input {
    border: none;
    padding: 15px 20px;
    padding-right: 55px;
    max-width: 100%;
    height: 100%;
}

.calculator-wall .params input::-webkit-outer-spin-button,
.calculator-wall .params input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.calculator-wall .params .count .count-btn,
.calculator-wall .params .count .count-btn.minus {
    top: 0;
    border-left: 1px solid #d9d9d9;
    position: absolute;
    right: 0;
    height: 25px;
    width: 53px;
    background: url(/img/arrow-up.svg) no-repeat center;
    cursor: pointer;
}

.calculator-wall .params .count .count-btn.minus {
    top: auto;
    bottom: 0;
    right: 0;
    transform: rotate(180deg);
    border-bottom: 0;
    border-left: 0;
    border-right: 1px solid #d9d9d9;
}

.calculator-wall .dop-params {
    display: flex;
    margin-bottom: 40px;
}

.calculator-wall .dop-params .checkbox {
    margin: 0;
    margin-right: 76px;
}

.calculator-wall .dop-params .checkbox span {
    color: #333333;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    padding-left: 25px;
}

.calculator-wall .dop-params .checkbox span:before {
    width: 26px;
    height: 26px;
    top: -3px;
}

.calculator-wall .dop-params .checkbox span:after {
    left: 8px;
    top: 6px;
}

.calculator-wall .result {
    border-top: 1px solid #e8e8e8;
    padding-top: 30px;
}

.product-page .calculator-wall .result {
    margin-top: -10px;
}

.calculator-wall .result .warning {
    color: #d82a2a;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.18px;
    line-height: 1.5;
    margin-bottom: 10px;
}

.calculator-wall .result .text-result {
    display: flex;
    align-items: center;
}

.calculator-wall .result .text-result .res-item {
    margin-right: 40px;
}

.calculator-wall .result .text-result .res-item:last-child {
    margin-right: 0;
}

.calculator-wall .result .text-result .res-item p {
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}

.calculator-wall .result .text-result .res-item b {
    color: #333333;
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    padding: 0 8px;
}

.calculator-wall [data-option] {
    display: none;
}

.calculator-wall input[type="number"],
.calculator-wall input[type="number"]:hover,
.calculator-wall input[type="number"]:focus {
    appearance: none;
    -moz-appearance: textfield;
}

@media screen and (max-width: 1475px) {
    .calculator-wall .params {
        flex-direction: column;
    }
}

@media screen and (max-width: 1199px) {
    .calculator-wall .params .width {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 991px) {
    .calculator-wall .add-wall {
        padding-left: 35px;
        background-position: left 9px center;
    }
}

@media screen and (max-width: 767px) {
    .calculator-wall .remove {
        margin-left: 30px;
    }

    .calculator-wall .result .text-result {
        flex-direction: column;
        align-items: flex-start;
    }

    .calculator-wall .add-wall {
        width: 100%;
        text-align: center;
        background-position: left 25% center;
    }
}

@media screen and (max-width: 576px) {
    .calculator-wall .params .width {
        margin-bottom: 24px;
    }

    .calculator-wall .params .text p {
        font-size: 13px;
        margin-bottom: 0;
    }

    .calculator-wall {
        padding: 0;
        border: none;
    }

    .product-page .calculator-wall {
        padding-top: 24px;
        margin-top: 24px;
    }

    .product-page .tab-content>.tab-pane#calc>.content,
    .product-page .tab-content>.tab-pane#colorpicker>.content {
        margin-bottom: 0;
    }

    .calculator-wall .title {
        font-size: 20px;
        line-height: 24px;
    }

    .calculator-wall .items .item:first-child .title {
        margin-top: 25px;
    }

    .calculator-wall .desc {
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 24px;
    }

    .content .box-title-more .title {
        font-size: 20px;
        line-height: 24px;
    }

    .content .calculator-wall+.box-title-more {
        margin-top: 60px;
    }

    .calculator-wall .buttons {
        margin: 24px 0;
    }

    .calculator-wall .dop-params,
    .calculator-wall .params {
        margin-bottom: 24px;
    }

    .calculator-wall .add-wall {
        font-size: 14px;
        line-height: 1.5;
        padding-top: 11px;
        padding-bottom: 11px;
        background-position: left 28% center;
    }

    .calculator-wall .result,
    .product-page .calculator-wall .result {
        padding-top: 24px;
        margin-top: 0;
    }

    .calculator-wall .result .warning {
        font-size: 14px;
        line-height: 21px;
    }

    .calculator-wall .result .text-result .res-item p {
        margin-bottom: 9px;
    }
}

@media (max-width: 450px) {

    .calculator-wall .params .count .count-btn,
    .calculator-wall .params .count .count-btn.minus {
        width: 38px;
    }
}

/* @media (max-width:800px) and (min-width:682px) {
    .privet-body-el-js.shows.privet-body-el-bg-phone .privet-body-el-dropdown{
        left: auto;
        right: -16px;
    }
}

@media (max-width:675px) and (min-width:565px) {
    .privet-body-el-js.shows.privet-body-el-bg-mail .privet-body-el-dropdown{
        left: auto;
        right: -16px;
    }
}

@media (max-width:450px) and (min-width:377px) {
    .privet-body-el-js.shows.privet-body-el-bg-mail .privet-body-el-dropdown{
        left: auto;
        right: -16px;
    }
} */

@media (max-width: 450px) {
    .privet-padding {
        padding: 16px 0;
        min-width: 280px;
    }

    .privet-title {
        font-size: 24px;
    }

    .privet-subtitle {
        font-size: 16px;
    }

    .privet-body {
        row-gap: 16px;
        column-gap: 32px;
    }

    .privet-body-el svg {
        width: 32px;
        height: 32px;
    }

    a.privet-body-el {
        font-size: 18px;
    }

    .privet-body-el a {
        max-height: 33px;
    }


    .privet-body-el-js.shows.privet-body-el-bg-mail .privet-body-el-dropdown {
        left: -16px;
    }

    .privet-body-el-js.shows.privet-body-el-bg-phone .privet-body-el-dropdown {
        left: -133%;
    }

    .privet-body {
        justify-content: center;
    }
}

/* @media (max-width:378px) {
    .privet-body-el-js.shows.privet-body-el-bg-phone .privet-body-el-dropdown{
        left: -133%;
    }
    .privet-body{
        justify-content: center;
    }
} */

.cart_popup_header {
    display: none;
}

.cart_popup_header.active {
    position: fixed;
    display: block;
    background: white;
    top: 50px;
    width: calc(100% + 5px);
    height: calc(100% + -50px);
    z-index: 50;
}

.cart_popup_header #basket-root {
    /* bottom: 0; */
    overflow-y: auto;
    overflow-x: hidden;
    /* height: calc(100vh - 50px); */
    height: 100%;
}

@media (min-width:1260px) {

    .cart_popup_header.active {
        width: calc(100% - 300px) !important;
    }
}

@media (min-width:1024px) {
    .cart_popup_header.active {
        width: calc(100% - 90px);
    }
    .cart_popup_header.active {
        margin-left: 90px;
    }
}
@media (min-width: 1260px) {
    .cart_popup_header.active {
        margin-left: 300px;
    }
}