@charset "UTF-8";

/* Основной шаблон */

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 100;
    src: url("/assets/css/font/Montserrat-Thin.ttf") format("woff2");
}

@font-face {
    font-family: "Montserrat";
    font-style: italic;
    font-weight: 100;
    src: url("/assets/css/font/Montserrat-ThinItalic.ttf") format("woff2");
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 200;
    src: url("/assets/css/font/Montserrat-ExtraLight.ttf") format("woff2");
}

@font-face {
    font-family: "Montserrat";
    font-style: italic;
    font-weight: 200;
    src: url("/assets/css/font/Montserrat-ExtraLightItalic.ttf") format("woff2");
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 300;
    src: url("/assets/css/font/Montserrat-Light.ttf") format("woff2");
}

@font-face {
    font-family: "Montserrat";
    font-style: italic;
    font-weight: 300;
    src: url("/assets/css/font/Montserrat-LightItalic.ttf") format("woff2");
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    src: url("/assets/css/font/Montserrat-Regular.ttf") format("woff2");
}

@font-face {
    font-family: "Montserrat";
    font-style: italic;
    font-weight: 400;
    src: url("/assets/css/font/Montserrat-Italic.ttf") format("woff2");
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    src: url("/assets/css/font/Montserrat-Medium.ttf") format("woff2");
}

@font-face {
    font-family: "Montserrat";
    font-style: italic;
    font-weight: 500;
    src: url("/assets/css/font/Montserrat-MediumItalic.ttf") format("woff2");
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    src: url("/assets/css/font/Montserrat-SemiBold.ttf") format("woff2");
}

@font-face {
    font-family: "Montserrat";
    font-style: italic;
    font-weight: 600;
    src: url("/assets/css/font/Montserrat-SemiBoldItalic.ttf") format("woff2");
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    src: url("/assets/css/font/Montserrat-Bold.ttf") format("woff2");
}

@font-face {
    font-family: "Montserrat";
    font-style: italic;
    font-weight: 700;
    src: url("/assets/css/font/Montserrat-BoldItalic.ttf") format("woff2");
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 800;
    src: url("/assets/css/font/Montserrat-ExtraBold.ttf") format("woff2");
}

@font-face {
    font-family: "Montserrat";
    font-style: italic;
    font-weight: 800;
    src: url("/assets/css/font/Montserrat-ExtraBoldItalic.ttf") format("woff2");
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 900;
    src: url("/assets/css/font/Montserrat-Black.ttf") format("woff2");
}

@font-face {
    font-family: "Montserrat";
    font-style: italic;
    font-weight: 900;
    src: url("/assets/css/font/Montserrat-BlackItalic.ttf") format("woff2");
}

:root {
    --swiper-theme-color: #4F728E;
}

body {
    font: 500 14px Montserrat;
    padding: 0;
    margin: 0;
    position: relative;
}

body.no-scroll {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

input,
textarea {
    font: 500 14px Montserrat;
}

main {
    min-height: calc(50vh);
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
}

.container {
    width: calc(1400px - 40px);
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

[data-counter=card-counter] {
    height: 25px;
    border: unset;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

[data-counter=card-counter] .minus,
[data-counter=card-counter] .plus {
    padding: 0px 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

[data-counter=card-counter] input.count {
    text-align: center;
    width: 40px;
    border: 1px solid #EEF0F3;
    outline: 0;
    font-size: 16px;
    background: transparent;
}

[data-counter=card-counter] input.count:focus {
    border: 1px solid #EEF0F3;
    outline: 0;
}

.swiper-container {
    position: relative;
    overflow: hidden;
}

.swiper-button-next,
.swiper-button-prev,
.swiper-pagination {
    z-index: 2;
}

@media (max-width: 1400px) {
    .container {
        width: calc(1200px - 40px);
    }

    [data-counter=card-counter] input.count {
        font-size: 15px;
    }
}

@media (max-width: 1200px) {
    body {
        font-size: 0.7em;
    }

    .container {
        width: calc(992px - 40px);
    }

    [data-counter=card-counter] input.count {
        font-size: 12px;
    }
}

@media (max-width: 992px) {
    .container {
        width: calc(768px - 40px);
    }
}

@media (max-width: 768px) {
    .container {
        width: calc(576px - 40px);
    }
}

@media (max-width: 576px) {
    .container {
        width: calc(320px - 0px);
        padding-left: 10px;
        padding-right: 10px;
    }

    .bx-session-message {
        display: none;
    }
}

/* Шаблон */

.test-style-21236478 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.test-style-21236478::after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 15px;
}

header .header-top {
    height: 40px;
    height: 60px;
    background-color: #fff;
}

header .header-top .container {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

header .header-top .header-top-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
}

header .header-top .header-top-left a {
    text-decoration: none;
    margin-right: 40px;
    color: #4F738E;
}

header .header-top .header-top-left a:hover {
    text-decoration: underline;
}

header .header-top .header-top-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

header .header-top .header-top-right a {
    text-decoration: none;
    color: #000;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

header .header-top .header-top-right a:hover {
    color: gray;
}

header .header-top .header-top-right .header-phone {
    font-size: 25px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

header .header-top .header-top-right .header-phone::before {
    content: "";
    background: url(/assets/img_v2/templates/header_phone.svg) no-repeat;
    background-size: cover;
    width: 21px;
    margin-right: 10px;
    padding: 0;
    height: 21px;
    width: 10px;
    display: none;
}

header .header-top .header-top-right .header-login {
    font-weight: 700;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 30px;
}

header .header-top .header-top-right .header-login::before {
    content: "";
    background: url("/assets/img/login.svg") no-repeat;
    background-size: cover;
    padding: 2px;
    height: 21px;
    width: 21px;
    margin-right: 10px;
}

header .header-center {
    height: 145px;
    height: 110px;
}

header .header-center .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
}

header .header-center .container .header-logo img {
    width: 110px;
    opacity: 1;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    width: 100px;
}

header .header-center .container .header-logo img:hover {
    opacity: 0.8;
}

.header-map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    width: fit-content;
    padding: 5px 28px 5px 14px;
    background-color: #EEF0F3;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color .3s;
}

.header-map img {
    width: 18px;
    margin-right: 10px;
    width: 24px;
    margin-right: 0;
}

.header-map a {
    text-decoration: none;
    color: #000;
}

.header-map .header-map-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
}

.header-map .header-map-text .header-map-city {
    margin-bottom: 3px;
}

.header-map .header-map-text .header-map-address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #4F728E;
}

.header-map .header-map-text .header-map-address:hover {
    text-decoration: underline;
}

.header-map .header-map-text .header-map-address::after {
    content: " ";
    background-image: url("/assets/img/map-str.svg");
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 10px;
    height: 10px;
    margin-left: 1px;
    height: 0;
    width: 0;
}

header .header-center .container .header-search form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    border: 1px solid #ED691F;
    border-radius: 23px;
}

header .header-center .container .header-search form input[type=text] {
    width: 740px;
    height: 35px;
    padding-left: 10px;
    outline: 0;
    border-left: 2px solid #ED691F;
    border-top: 2px solid #ED691F;
    border-bottom: 2px solid #ED691F;
    border-right: 0;
    border-top-left-radius: 23px;
    border-bottom-left-radius: 23px;
    border: 0;
}

header .header-center .container .header-search form button {
    height: 41px;
    outline: 0;
    border-right: 2px solid #ED691F;
    border-top: 2px solid #ED691F;
    border-bottom: 2px solid #ED691F;
    border-left: 0;
    border-top-right-radius: 23px;
    border-bottom-right-radius: 23px;
    background-color: transparent;
    padding-right: 10px;
    cursor: pointer;
    border: 0;
}

header .header-center .container .header-search form button img {
    width: 26px;
}

header .header-center .container .header-basket-link {
    text-decoration: none;
    color: #000;
    font-size: 16px;
    font-weight: 700;
}

header .header-center .container .header-basket {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    position: relative;
    opacity: 1;
}

header .header-center .container .header-basket::before {
    content: " ";
    margin-right: 10px;
    width: 60px;
    height: 60px;
    background: url(/assets/img_v2/templates/header_cart.svg) no-repeat center;
    background-size: 24px 24px;
    margin-right: 0;
}

header .header-center .container .header-basket:hover {
    opacity: 0.8;
}

header.header-mobile {
    display: none;
}

header.header-mobile .header-top-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

header.header-mobile .header-top-right div {
    margin-right: 15px;
}

header.header-mobile .header-top-right div a {
    color: #fff;
    text-decoration: none;
}

#header_favorite_link {
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

#header_favorite_link img {
    width: 100%;
    width: 20px;
    height: 20px;
}

#header_favorite_count {
    width: 0;
    height: 0;
    overflow: hidden;
}

#header_favorite_count.active {
    background-color: red;
    font-size: 10px;
    font-weight: 800;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: absolute;
    right: 0px;
    top: 0;
}

@media (max-width: 1400px) {
    .header-search {
        min-width: 700px;
    }
}

@media (max-width: 1200px) {
    .header-search {
        min-width: 580px;
    }

    .block__search-ssf {
        height: 35px;
    }

    .btn__search-ssf img {
        width: 17px;
    }

    #header_favorite_link {
        margin: 0;
        width: 33px;
    }

    header .header-top .header-top-right .header-login {
        font-size: 12px;
    }

    .header-map .header-map-text {
        font-size: 12px;
    }
}

@media (max-width: 992px) {
    #header_favorite_link_mob {
        padding: 0 10px 0 0;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #000;
        text-decoration: none;
    }

    #header_favorite_link_mob img {
        width: 30px;
    }

    #header_favorite_count_mob {
        width: 0;
        height: 0;
        overflow: hidden;
        margin-left: 5px;
    }
}

@media (max-width: 576px) {
    #header_favorite_link_mob {
        padding: 0;
    }

    #header_favorite_link_mob img {
        width: 25px;
    }

    .header-mobile-cabinet {
        margin-right: 2px;
    }

    .header-map .header-map-text {
        display: none;
    }
}

.mobil-menu-overlay {
    display: none;
}

.mobil-menu-overlay.active {
    display: block;
    display: none;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
}

.mobil-menu-overlay:not(.active) + .mobil-menu-open {
    display: none;
}

.mobil-menu-overlay.active + .mobil-menu-open {
    position: fixed;
    z-index: 6;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    background-color: #f7f7f7;
    overflow-y: scroll;
}

.mobil-menu-overlay.active + .mobil-menu-open ul {
    list-style: none;
    padding-left: 0;
}

.mobil-menu-overlay.active + .mobil-menu-open ul ul {
    padding-left: 20px;
}

.mobil-menu-overlay.active + .mobil-menu-open ul ul a {
    width: 225px;
}

.mobil-menu-overlay.active + .mobil-menu-open ul svg {
    width: 40px;
    margin-left: 10px;
    vertical-align: middle;
    fill: #4F728E;
}

.mobil-menu-overlay.active + .mobil-menu-open ul .menu-parent img {
    width: 15px;
    margin-left: 15px;
    display: inline;
    margin-bottom: -5px;
}

.mobil-menu-overlay.active + .mobil-menu-open ul a {
    text-decoration: none;
    color: #000;
    display: inline-block;
    vertical-align: middle;
    width: 215px;
}

.mobil-menu-overlay.active + .mobil-menu-open ul li {
    padding-top: 5px;
    padding-bottom: 5px;
}

.mobil-menu-overlay.active + .mobil-menu-open .menu-items-2 {
    margin-top: 0;
}

.mobil-menu-overlay.active + .mobil-menu-open .menu-items-2 > li {
    font-size: 16px;
    font-weight: 500;
}

.mobil-menu-overlay.active + .mobil-menu-open .menu-items-2 > li li {
    font-size: 14px;
    font-weight: 400;
}

.mobil-menu-overlay.active + .mobil-menu-open .menu-items-2 ul {
    display: none;
    background-color: #fff;
}

.mobil-menu-overlay.active + .mobil-menu-open ul.active {
    display: block;
}

.mobil-menu-overlay.active + .mobil-menu-open .list-parent.active {
    background-color: #fff;
}

.mobil-menu-overlay.active + .mobil-menu-open .close-menu {
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-color: #ECECEC;
}

.mobil-menu-overlay.active + .mobil-menu-open .close-menu img {
    height: 20px;
    margin-right: 20px;
}

.menu-parent img {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
}

.menu-parent.active img {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.header-login {
    position: relative;
}

.header-login:hover .header-login__modal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-login__modal {
    position: absolute;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    top: 36px;
    right: -14px;
    text-align: right;
    padding: 3px 13px;
    background-color: #fff;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    z-index: 1;
    top: 60px !important;
    border: 0;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    font-size: 14px;
    font-weight: 400;
}

.header-login__modal .header-login__moda-link {
    padding-bottom: 5px;
}

.header-login__modal .header-login__moda-link.selected {
    font-weight: 700;
    padding-bottom: 0;
}

.header-mobile-cabinet {
    position: relative;
    margin-right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-mobile-cabinet::before {
    display: block;
    content: "";
    width: 28px;
    height: 28px;
    background: url(/assets/img/icons/login.svg) no-repeat;
    background-size: contain;
    cursor: pointer;
}

.mobile-cabinet {
    display: none;
}

.mobile-cabinet.selected {
    display: block;
}

.header-mobile-cabinet__content {
    display: none;
    position: absolute;
    top: 35px;
    padding: 3px 18px;
    border: 1px solid #ED691F;
    border-radius: 5px;
    background-color: #fff;
    white-space: nowrap;
}

.header-mobile-cabinet__content a {
    color: #000;
    text-decoration: none;
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.header-mobile-cabinet__content a:last-child {
    margin-bottom: 0;
    font-weight: 700;
}

.header-mobile-cabinet.active .header-mobile-cabinet__content {
    display: block;
}

@media (max-width: 1400px) {
    header .header-center .container .header-search form input[type=text] {
        width: 650px;
    }

    header .header-top .header-top-right .header-phone {
        font-size: 18px;
    }
}

@media (max-width: 1200px) {
    header .header-top .header-top-left {
        font-size: 12px;
    }

    header .header-top .header-top-right .header-phone {
        font-size: 16px;
    }

    header .header-top .header-top-right .header-phone::before {
        width: 15px;
        height: 15px;
    }

    header .header-top .header-top-right .header-login::before {
        width: 15px;
        height: 15px;
    }

    header .header-center {
        height: 100px;
    }

    header .header-center .container .header-logo img {
        width: 80px;
    }

    header .header-center .container .header-search form input[type=text] {
        width: 550px;
        height: 27px;
    }

    header .header-center .container .header-search form button {
        height: 33px;
    }

    header .header-center .container .header-search form button img {
        width: 17px;
    }

    header .header-center .container .header-basket::before {
        width: 30px;
        height: 30px;
        margin-right: 5px;
    }

    header .header-center .container .header-basket-link {
        font-size: 14px;
    }

    header .header-top .header-top-left a {
        margin-right: 25px;
    }
}

.search-mobile form {
    display: none;
}

.search-mobile form input[type=text] {
    width: 671px;
}

@media (max-width: 992px) {
    header .header-top {
        display: none;
    }

    header .header-center {
        display: none;
    }

    nav {
        display: none;
    }

    header.header-mobile {
        display: block;
        width: 100vw;
        background-color: #ECECEC;
        margin-bottom: 30px;
        box-shadow: 0 2px 2px #fff;
        color: #000;
        font-size: 14px;
    }

    .header-mobile__store {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

    .header-mobile__store-item {
        color: #EC691F;
    }

    .header-mobile__top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 10px;
    }

    header.header-mobile .header-mobile-left {
        background-color: #F3F5F7;
    }

    header.header-mobile .header-mobile-left .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    header.header-mobile .container .mobile-menu-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 28px;
        height: 28px;
        background-color: #ED691F;
        border-radius: 5px;
        cursor: pointer;
        margin-right: 12px;
    }

    header.header-mobile .container .mobile-menu-btn .btn-line {
        height: 2px;
        width: 70%;
        background-color: #fff;
        margin-bottom: 2px;
    }

    header.header-mobile .container .mobile-menu-btn .btn-line:last-child {
        margin-bottom: 0;
    }

    header.header-mobile .container .header-logo a {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    header.header-mobile .container .header-logo img {
        width: 65px;
    }

    header.header-mobile .container .header-mobile-right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    header.header-mobile .container .header-mobile-right .map {
        margin-right: 12px;
    }

    header.header-mobile .container .header-mobile-right .map img {
        height: 28px;
    }

    header.header-mobile .container .header-mobile-right .header-basket-link {
        text-decoration: none;
        color: #000;
        font-size: 12px;
        font-weight: 700;
    }

    header.header-mobile .container .header-mobile-right .header-basket {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    header.header-mobile .container .header-mobile-right .header-basket::before {
        content: " ";
        width: 28px;
        height: 28px;
        background-image: url(/assets/img/basket.svg);
        background-size: cover;
        margin-right: 5px;
    }

    .search-mobile form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        overflow: hidden;
        border: 1px solid #ED691F;
        border-radius: 23px;
    }

    .search-mobile form input[type=text] {
        width: 671px;
        height: 35px;
        padding-left: 10px;
        outline: 0;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        border: 0;
    }

    .search-mobile form button {
        height: 44px;
        outline: 0;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        background-color: #fff;
        padding-right: 10px;
        cursor: pointer;
        border: 0;
    }

    .search-mobile form button img {
        width: 26px;
    }

    .mobil-menu-overlay.active + .mobil-menu-open .menu-items-2 > li {
        font-size: 14px;
    }

    .scanner-barcode a {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    header .header-center .container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    header .header-center .container .header-logo {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }


    header .header-center .container .header-basket-link {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    header .header-center .container .header-search {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    header .header-center .container .header-search form input[type=text] {
        width: 490px;
    }

    .search-mobile form input[type=text] {
        width: 480px;
    }
}

@media (max-width: 576px) {
    header .header-center .container .header-logo img {
        width: 68px;
    }

    header .header-center .container .header-search form input[type=text] {
        width: 233px;
    }

    header.header-mobile {
        margin-bottom: 20px;
    }

    .search-mobile form input[type=text] {
        width: 260px;
    }

    .mobil-menu-overlay.active + .mobil-menu-open {
        width: calc(100vw);
    }

    .mobil-menu-overlay.active + .mobil-menu-open .menu-items-2 > li {
        font-size: 12px;
        padding-bottom: 0;
    }
}

nav {
    background-color: #4F728E;
    height: 50px;
    margin-bottom: 40px;
    z-index: 999;
    border-bottom: 2px solid #fff;
    height: 70px;
}

nav .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

nav .container > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

nav .container > ul > li {
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    z-index: 3;
}

nav .container > ul > li a {
    color: #fff;
}

nav .container ul {
    list-style: none;
}

nav .container ul a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
}

nav .container ul a:hover {
    text-decoration: underline;
}

nav .container > ul ul {
    width: 250px;
    position: absolute;
    background-color: transparent;
    padding: 10px 0;
    border-top: 0;
    font-weight: 500;
}

nav .container > ul ul > li {
    border-right: 2px solid #f3f3f3;
}

nav .container > ul ul > li li {
    border-right: 2px solid #f8f8f8;
}

nav .container > ul ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: transparent;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
    width: 248px;
}

nav .container > ul ul li:hover {
    background-color: #fff;
    border-right: 2px solid #ED691F;
}

nav .container > ul ul li a {
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 20px 10px 10px;
}

nav .container > ul ul li li li:hover {
    border-right: 2px solid #fff;
}

nav .container .list-parent .menu-parent {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    width: 13px;
    height: 19px;
    width: 0;
    height: 0;
    margin: 0;
}

nav .container .list-parent .menu-parent img {
    width: 13px;
    height: 13px;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    cursor: pointer;
    width: 0;
}

nav .container .list-parent:hover > ul {
    display: block;
}

nav .container .list-parent:hover .menu-parent {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

nav .container .menu-items-1 ul {
    display: none;
}

nav .container .menu-items-1 > .list-parent > a {
    margin: 0;
}

nav .container .menu-items-2 {
    position: absolute;
    z-index: 2;
    top: 50px;
    padding: 0;
    top: 70px;
}

nav .container .menu-items-2 > li > svg {
    fill: #4F738E;
    -webkit-transition: fill 0.2s;
    transition: fill 0.2s;
}

nav .container .menu-items-2 > li:hover > svg {
    fill: #EC691F;
}

nav .container .menu-items-2 li {
    position: relative;
}

nav .container .menu-items-2 li:hover > a {
    color: #ED691F;
    text-decoration: underline;
}

nav .container .menu-items-2 > li {
    width: 248px;
    background-color: #f3f3f3;
}

nav .container .menu-items-2 > li ul {
    top: 0;
    left: 250px;
    padding: 0;
    background-color: #fff;
}

nav .container .menu-items-2 .menu-parent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: none;
}

nav .container .menu-items-2 > li > img,
nav .container .menu-items-2 > li > svg {
    margin-left: 10px;
}

nav .container .menu-items-2 > li > a {
    min-width: 150px;
}

nav .container .menu-items-2 li li a {
    min-width: 175px;
    padding-left: 20px;
}

nav .container .menu-items-4 .list-parent:hover {
    border-right: 2px solid #ED691F;
}

@media (max-width: 1400px) {
    nav .container .list-parent .menu-parent {
        margin-right: 10px;
        margin-top: 3px;
        width: 13px;
        height: 18px;
    }

    nav .menu-items-1 > .list-parent > a {
        margin-right: 6px;
    }

    nav .container > ul > li {
        font-size: 16px;
    }
}

@media (max-width: 1200px) {
    nav {
        height: 60px;
    }

    nav .container > ul > li {
        font-size: 14px;
    }

    nav .container .list-parent .menu-parent {
        margin: 1px 5px 0 0;
        display: none;
    }

    nav .container .list-parent .menu-parent img {
        width: 14px;
        height: 14px;
    }

    nav .container .menu-items-1 > .list-parent > a {
        margin-right: 10px;
    }

    nav .container .menu-items-2 {
        top: 60px;
    }
}

.breadcrumbs {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 60px;
}

.breadcrumbs .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

a.breadcrumbs-item {
    color: #C5C6C6;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    transition: color .3s;
}

a.breadcrumbs-item:hover {
    text-decoration: none;
    color: #EC691F;
}

a.breadcrumbs-item::after {
    content: "/";
    width: 8px;
    height: 8px;
    margin-left: 6px;
    margin-right: 6px;
    line-height: 10px;
}

/*.breadcrumbs-item:nth-last-child(2) {
  color: black;
}

.breadcrumbs-item:nth-last-child(2)::after {
  display: none;
}*/

.breadcrumbs-item[href="/"]::after {
    display: block;
}

@media (max-width: 1200px) {
    .breadcrumbs {
        font-size: 12px;
    }
}

@media (max-width: 768px) {
    a.breadcrumbs-item::after {
        margin-left: 5px;
        margin-right: 5px;
    }
}

footer {
    background-color: #f0f1f5;
    font-size: 14px;
    font-weight: 400;
}

footer .container {
    padding: 40px 0;
}

footer .container .footer-top a:hover {
    text-decoration: underline;
    color: #FA8A4B;
}

footer .container ul {
    list-style: none;
    margin: 0;
    padding: 0;
    min-width: 130px;
}

footer .container ul a {
    text-decoration: none;
    color: #4F738E;
    font-weight: 400;
    transition: color .2s;
}

footer .container .footer-top-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 80px;
    margin-bottom: 0;
}

footer .container .footer-top-links .links-title {
    width: 33%;
    font-size: 16px;
    font-weight: 700;
    width: unset;
    margin-right: 40px;
}

footer .container .footer-top-links .links-title > a {
    font-weight: 700;
}

footer .container .footer-top-links-item {
    font-size: 14px;
    padding: 13px 0 0;
}

footer .container .footer-middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 80px;
    margin-bottom: 10px;
}

footer .container .footer-middle-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

footer .container .footer-middle-left .title {
    margin-bottom: 10px;
    font-weight: 600;
}

footer .container .footer-middle-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

footer .container .footer-middle-links img {
    width: 137px;
    height: 38px;
    margin-right: 5px;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

footer .container .footer-middle-links img:hover {
    opacity: 0.8;
}

footer .container .footer-middle-left-2 img {
    height: 66px;
}

footer .container .footer-middle-right .footer-middle-right-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

footer .container .footer-middle-right .footer-middle-right-link {
    text-decoration: none;
    margin-right: 5px;
}

footer .container .footer-middle-right .footer-middle-right-link img {
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

footer .container .footer-middle-right .footer-middle-right-link img:hover {
    opacity: 0.7;
}

footer .container .footer-middle-right-title {
    margin-bottom: 10px;
    font-weight: 600;
}

footer .container .footer-bottom {
    border: 1px solid #E6E6E6;
    border-radius: 6px;
    padding: 20px 24px 0;
}

footer .container .footer-bottom .autor {
    margin-top: 60px;
}

.footer-middle-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 60px;
    margin-top: 4px;
}

.footer-middle-center__title {
    margin-bottom: 10px;
    font-weight: 600;
}

.footer-middle-center__body {
    margin-bottom: 15px;
}

.footer-middle-center__body form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    padding: 10px 5px;
    border-radius: 10px;
    border: 1px solid silver;
}

.footer-middle-center__body form input {
    outline: 0;
    border: 1px solid silver;
    background-color: #f0f1f5;
    border-radius: 15px;
    padding: 5px 10px;
    margin-bottom: 10px;
    width: 192px;
    font-size: 12px;
}

.footer-middle-center__body form button {
    font: 600 14px Montserrat;
    background-color: #ED691F;
    color: #fff;
    padding: 5px 10px;
    border: 0;
    outline: 0;
    border-radius: 15px;
    cursor: pointer;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.footer-middle-center__body form button:hover {
    background-color: #d45207;
}

.footer-middle-center__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer-middle-center__footer .footer-card {
    height: 15px;
}

.footer-middle-center__footer .footer-card-1 {
    height: 27px;
}

.footer_link_app {
    text-decoration: underline;
    margin-top: 16px;
    display: inline-block;
    color: #8D9EAF;
    text-decoration: none;
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 174px;
    height: 56px;
    border: 1px solid #F0F0F0;
    border-radius: 4px;
    background-color: #fff;
    margin-top: -4px;
    margin-left: -31px;
    transition: background-color .3s, border .3s;
}

.footer-bot {
    margin-bottom: 20px;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #E6E6E6;
}

.footer-bot__title {
    margin-left: 10px;
}

.footer-bot__items {
    display: flex;
}

.footer-bot__link {
    display: flex;
    align-items: center;
    text-decoration: none;
    margin-right: 14px;
}

footer .container h2 {
    font-size: 14px;
}

@media (max-width: 576px) {
    .footer-bot__items {
        display: flex;
        flex-direction: column;
    }

    .footer .container h2 {
        font-size: 12px;
    }
}

.go-2-top {
    position: fixed;
    bottom: 0;
    right: 20px;
    cursor: pointer;
    z-index: 5;
    opacity: 0.5;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.go-2-top:hover {
    opacity: 1;
}

.go-2-top img {
    width: 40px;
    height: 40px;
}

@media (max-width: 1200px) {
    footer .container .footer-middle-left {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .footer-middle-center {
        margin-left: 20px;
        margin-right: 10px;
    }
}

@media (max-width: 992px) {
    body {
        font-size: 12px;
    }

    footer {
        font-size: 12px;
    }

    footer .container .footer-top-links-item {
        font-size: 12px;
        padding: 15px 20px 0 0;
    }

    footer .container .footer-middle-left {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .footer-middle-center {
        margin-left: 0;
        margin-top: 33px;
    }

    .footer-middle-left-2 {
        margin-right: 50px;
        width: 100%;
    }

    .footer-middle-center__body form button {
        font-size: 12px;
    }
}

@media (max-width: 768px) {
    footer .container .footer-middle {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 50px;
    }

    footer .container .footer-middle-left {
        margin-bottom: 30px;
    }
}

@media (max-width: 576px) {
    footer {
        font-size: 13px;
    }

    footer .container .footer-top-links .links-title {
        width: 100%;
    }

    footer .links-title:nth-child(1) {
        text-align: left;
        margin-bottom: 15px;
    }

    footer .links-title:nth-child(2) {
        text-align: left;
        margin-bottom: 15px;
    }

    footer .links-title:nth-child(3) {
        text-align: left;
    }

    footer .container .footer-top-links {
        margin-bottom: 40px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .footer-middle-left-2 {
        display: none;
    }

    footer .container .footer-middle-left {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    footer .container .footer-top-links-items {
        margin-left: 10px;
        display: block;
    }

    footer .container .footer-top-links-item {
        padding: 10px 20px 0 0;
    }

    footer .container .footer-middle-links {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.cookie-win__close {
    height: 40px;
    width: 150px;
    margin-top: 15px;
    background-color: #4F728E;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 3px;
    cursor: pointer;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}

.cookie-win__close:hover {
    background-color: #2b4a63;
}

.cookie-win {
    position: fixed;
    bottom: 0;
    background-color: #fff;
    z-index: 1000001;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.cookie-win .container {
    position: relative;
}

.cookie-win.close {
    display: none;
}

.header-search {
    position: relative;
    min-width: 798px;
}

.header-search__open {
    display: none;
    position: absolute;
    width: 100%;
    background-color: #fff;
    z-index: 4;
    font-size: 14px;
    padding-bottom: 15px;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
}

.header-search__open.selected {
    display: block;
}

.header-search__open ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.header-search__open ul li {
    margin: 0;
    padding: 0;
}

.header-search__open a {
    text-decoration: none;
    color: #000;
}

.category-items {
    display: none;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

.category:hover .category-items {
    display: block;
}

ul.header-search__open-list {
    position: relative;
    padding-top: 15px;
}

ul.header-search__open-list .category {
    width: 300px;
}

ul.header-search__open-list .category:hover a.category-link {
    border-right: 3px solid #ED691F;
    color: #ED691F;
}

ul.header-search__open-list .category a.category-link {
    display: block;
    padding: 7px 15px;
    position: relative;
    z-index: 2;
    width: calc(300px - 30px);
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

ul.header-search__open-list .category a.category-link:hover {
    border-right: 3px solid #ED691F;
    color: #ED691F;
}

ul.category-items {
    position: absolute;
    background-color: #fff;
    top: 25px;
    width: calc(100% - 300px - 15px);
    padding-left: calc(300px + 15px);
}

li.category-item .category-item__title {
    margin-bottom: 15px;
    padding-right: 10px;
    color: #000;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

li.category-item:hover .category-item__title {
    color: #ED691F;
}

li.category-item .category-item__code {
    color: silver;
    font-size: 10px;
    margin-bottom: 10px;
}

li.category-item .category-item__price {
    font-size: 22px;
    font-weight: 700;
}

.category-item__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
}

.category-item__img {
    width: 100px;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 15px;
}

.category-item__img img {
    max-width: 100px;
    max-height: 100px;
}

.search-mobile .container {
    position: relative;
}

@media (max-width: 1200px) {
    .header-search__open {
        font-size: 12px;
    }

    ul.header-search__open-list {
        position: relative;
        padding-top: 15px;
    }

    ul.header-search__open-list .category {
        width: 200px;
    }

    ul.header-search__open-list .category:hover a.category-link {
        border-right: 3px solid #ED691F;
        color: #ED691F;
    }

    ul.header-search__open-list .category a.category-link {
        display: block;
        padding: 7px 15px;
        position: relative;
        z-index: 2;
        width: calc(200px - 30px);
        -webkit-transition: color 0.2s;
        transition: color 0.2s;
    }

    ul.header-search__open-list .category a.category-link:hover {
        border-right: 3px solid #ED691F;
        color: #ED691F;
    }

    ul.category-items {
        position: absolute;
        background-color: #fff;
        top: 25px;
        width: calc(100% - 200px - 15px);
        padding-left: calc(200px + 15px);
    }

    li.category-item .category-item__title {
        margin-bottom: 7px;
    }

    li.category-item .category-item__code {
        margin-bottom: 5px;
    }

    li.category-item .category-item__price {
        font-size: 18px;
    }

    .category-item__img img {
        max-width: 80px;
        max-height: 80px;
    }
}

@media (max-width: 992px) {
    .header-search__open {
        top: 39px;
        width: calc(100% - 40px);
    }
}

@media (max-width: 768px) {
    .header-search__open {
        font-size: 10px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .category-item__img {
        width: 60px;
        height: 60px;
    }

    .category-item__img img {
        width: 60px;
        height: 60px;
    }

    li.category-item .category-item__price {
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    ul.category-items {
        position: unset;
        width: 100%;
        top: unset;
        padding-left: 15px;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    ul.header-search__open-list .category {
        width: calc(100% - 20px);
    }

    ul.header-search__open-list .category:hover a.category-link {
        border-right: 0;
    }
}

/* Основной шаблон end */

.socnetwork {
    margin: 20px 0;
}

footer .m365-embeded {
    padding: 0;
    margin-left: 60px;
}

@media (max-width: 768px) {
    footer .m365-embeded {
        margin-left: 0;
    }
}

.footer__text {
    display: none;
    display: block;
}

.itc_btn_block {
  display: flex;
  gap: 10px;
}

.itc_btn {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 10px;
    border: 0;
    outline: 0;
    font-size: 17px;
    font-weight: bold;
    text-decoration: none;
    background-color: #ED691F;
    color: #fff;
    cursor: pointer;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}

.itc_btn_white {
  border: 1px solid #ED691F;
  background-color: #fff;
  color: #ED691F;
}

.itc_check_icon {
  display: flex;
  gap: 10px;
  align-items: center;
}

.itc_check_icon:before {
  content: '';

  display: block;
  width: 40px;
  height: 40px;
  border-radius: 20px;

  background: url('/local/assets/img/icon_check.svg') center/30px no-repeat #4FC05A;
}

.tooltip {
    position: absolute;
    padding: 10px;
    border: 1px solid #ED691F;
    border-radius: 10px;
    box-sizing: border-box;
    font-size: 14px;
    white-space: nowrap;
    background: #fff;
    color: #000;
}

.quickOrder {
    display: block;
    max-width: 341px;
    text-decoration: none;
    color: #fff;
}

.quickOrder .sale-order-prices-button {
    background-color: silver;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 600;
    height: 40px;
    font-size: 19px;
    border-radius: 10px;
    margin-bottom: 30px;
    cursor: pointer;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
    border: 1px solid #000;
}

.quickOrder:hover .sale-order-prices-button {
    background-color: #afaeae;
}

.footer-middle-right-link {
    text-decoration: none;
    margin-left: 10px;
}

.footer-bottom a {
    text-decoration: none;
    color: #EC691F;
    font-weight: 700;
}

.footer-bottom a:hover {
    text-decoration: underline;
}

@media (max-width: 576px) {
    #panel {
        display: none;
    }
}

.checkJs {
    padding: 40px 0;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: red;
}

.checkJs a {
    color: inherit;
}

@media (max-width: 992px) {
    .checkJs {
        margin-top: 100px;
    }
}

.mobil-menu-overlay.active + .mobil-menu-open ul a.list-parent__link {
    display: flex;
    align-items: center;
    width: calc(100% - 20px);
    padding: 0 10px;
}

.list-parent__img {
    width: 40px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

@media (max-width: 576px) {
    .list-parent__img {
        margin-right: 0;
    }
}

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

@media (max-width: 1400px) {
    .phone_top {
        font-size: 18px;
    }

    .footer_link_app {
        margin-left: -24px;
    }
}

@media (max-width: 1200px) {
    .phone_top {
        font-size: 12px !important;
        width: 150px;
    }
}

.header-map .map-icon__img-1 {
    display: block;
}

.header-map .map-icon__img-2 {
    display: none;
}

.header-map:hover {
    background-color: #EC691F;
    color: #fff;
}

.header-map:hover .map-icon__img-1 {
    display: none;
}

.header-map:hover .map-icon__img-2 {
    display: block;
}

.header-map:hover .header-map-text .header-map-address {
    color: #fff;
    text-decoration: none;
}

.header-map .map-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 7px;
}

header .header-center .container .header-search form,
.block__search-ssf {
    border-radius: 4px;
    border-color: #F0F0F0;
}

header .header-center .container .header-search form input[type=text],
.search-ssf {
    height: 47px;
    font-size: 14px;
    font-weight: 400;
}

header .header-center .container .header-search form input[type=text]::placeholder,
.search-ssf::placeholder {
    color: #8D9EAF;
}

header .header-center .container .header-search form button img,
.btn__search-ssf img {
    width: 20px;
}

#header_favorite_link,
header .header-center .container .header-basket::before,
.header-login {
    width: 60px;
    height: 60px;
    background-color: #EEF0F3;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

header .header-center .container .header-basket:hover::before {
    background: #FA8A4B url("/assets/img_v2/templates/header_cart_a.svg") no-repeat center;
    opacity: 1;
}

.favorite_link__img-2 {
    display: none;
}

#header_favorite_link:hover .favorite_link__img-1 {
    display: none;
}

#header_favorite_link:hover .favorite_link__img-2 {
    display: block;
}

#header_favorite_link:hover {
    background-color: #FA8A4B;
    transition: background-color .3s;
}

.header-basket__count {
    background-color: red;
    font-size: 10px;
    font-weight: 800;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    display: none;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: absolute;
    right: 0px;
    top: 0;
}
.header-basket__count.active {
    display: flex;
}

.header-login:hover {
    transition: background-color .3s;
    background-color: #FA8A4B;
}

.header_lk__2 {
    display: none;
}

.header-login:hover .header_lk__1 {
    display: none;
}

.header-login:hover .header_lk__2 {
    display: block;
}

.header-login > a {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #4F728E;
    font-size: 28px;
    font-weight: 400;
}

.header-login > a img.header_lk__1 {
    width: 20px;
    height: 20px;
}

.header-login > a img.header_lk__2 {
    width: 28px;
    height: 28px;
}

.header-login__modal a {
    color: #000;
    text-decoration: none;
    transition: color .2s;
}

.header-login__modal a:hover {
    color: #ED691F;
}

.header_top-menu_catalog {
    background-color: #FA8A4B;
    padding: 12px 42px 12px 34px;
    border-radius: 4px;
    transition: background-color .3s;
}

.header_top-menu_catalog:hover {
    background-color: #EC691F;
}

.header_top-menu_catalog:before {
    content: "";
    display: inline-block;
    width: 28px;
    height: 28px;
    background: url("/assets/img_v2/templates/header_menu_catalog.svg") no-repeat;
    background-size: contain;
    margin-right: 15px;
}

@media (max-width: 1400px) {
    .header-search {
        min-width: 597px;
    }

    header .header-center .container .header-search form input[type=text] {
        width: 540px;
    }
}

@media (max-width: 1200px) {
    header .header-top .header-top-left {
        font-size: 14px;
    }

    .phone_top {
        font-size: 18px !important;
        width: unset !important;
    }

    .header-search {
        min-width: 420px;
    }

    .block__search-ssf {
        height: 47px;
    }

    header .header-center .container .header-search form input[type=text] {
        width: 360px;
    }

    .header_top-menu_catalog {
        padding: 7px 20px 7px 16px;
    }
}

@media (max-width: 992px) {
    header.header-mobile {
        background-color: #fff;
        padding: 14px 0;
        margin-bottom: 0;
    }

    .header-map-city {
        display: none;
    }

    .header-map-address {
        display: none;
    }

    .header-mobile .header-map-text {
        margin-left: 0 !important;
    }

    .header-mob__map {
        width: 48px;
        height: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

    header.header-mobile .container .mobile-menu-btn {
        width: 48px;
        height: 48px;
        border-radius: 12px;
        cursor: pointer;
        margin-right: 0;
        background-color: #fff;
    }

    header.header-mobile .container .mobile-menu-btn .btn-line {
        width: 45%;
        background-color: #8D9EAF;
        margin-bottom: 4px;
    }

    .header-mobile-cabinet {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 8px;
        cursor: pointer;
        margin-right: 10px;
        background-color: #F0F0F0;
    }

    .header-mobile-cabinet::before {
        background: url(/assets/img_v2/templates/header_lk.svg) no-repeat center;
        background-size: 20px 20px;
    }

    .header-basket-link {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 8px;
        cursor: pointer;
        margin-right: 0;
        background-color: #F0F0F0;
    }

    header.header-mobile .header-basket {
        position: relative;
    }

    header.header-mobile .container .header-mobile-right .header-basket::before {
        background: url(/assets/img_v2/templates/header_cart.svg) no-repeat center;
        background-size: 20px 20px;
        margin-right: 0;
    }

    header.header-mobile .header-basket__count {
        width: 4px;
        height: 4px;
        right: 1px;
        top: 2px;
    }

    .search-mobile form {
        border-radius: 12px;
        border: 0;
        background: #fff;
    }

    .search-mobile form input[type=text] {
        height: 48px;
        background: #fff;
        padding-left: 16px;
        font-size: 14px;
        font-weight: 400;
    }

    .search-mobile form input[type=text]::placeholder {
        color: #8D9EAF;
    }

    .search-mobile form button img {
        width: 16px;
    }
}

.link-mobile-lt-10-v {
    display: none;
    font-size: 12px;
}

.link-mobile-lt-10-v a {
    color: #000;
    text-decoration: underline;
}

@media (max-width: 768px) {
    .link-mobile-lt-10-v {
        display: block;
    }
}

/*убираем z-index меню главного*/

.home header:not(.header-mobile) {
    z-index: 99 !important;
}

@media (max-width: 576px) {
    .m365-description {
        font: 600 12px Montserrat;
    }

    footer .container .footer-bottom p {
        font-size: 12px !important;
        font-weight: 400;
    }

    .m365-fz152 {
        font: 12px Montserrat;
        text-align: left;
        margin-top: 10px;
    }

    .footer-middle-center {
        width: 100%;
        margin-right: 0;
    }

    .footer-middle-center__body form input {
        width: calc(100% - 30px);
        font-size: 12px;
    }

    .footer-middle-center__body form button {
        width: calc(100% - 10px);
        font-size: 12px;
        font-weight: 500;
    }

    a.footer-middle-right-link {
        text-decoration: none;
    }

    .m365-form-group .m365-input-text,
    .m365-form-group .m365-select-items {
        font: 500 12px Montserrat;
        border-radius: 20px;
        padding-left: 10px;
    }

    .m365-btn {
        border-radius: 20px;
        font: 500 12px Montserrat;
    }

    .m365-form-content > .m365-description {
        margin-bottom: 10px;
    }

    .footer-middle-center__footer {
        justify-content: flex-start;
    }

    .footer-middle-center__footer img {
        margin: 0 10px 0 0;
    }

    .socnetwork {
        margin: 40px 0 0;
    }

    .socnetwork .footer-middle-right-links {
        display: flex;
    }

    .socnetwork .footer-middle-right-links a {
        display: block;
        margin-right: 10px;
    }

    footer .container .footer-middle-links {
        justify-content: space-between;
    }

    footer .container .footer-middle-links a {
        display: block;
    }

    footer .container .footer-middle-links img {
        width: 158px;
        height: 50px;
        margin-right: 0;
    }

    footer .container .footer-middle-left .title {
        font-weight: 600;
    }

    footer .container .footer-middle-right-title {
        font-weight: 600;
    }

    .footer-middle-center__title {
        font-size: 12px;
        font-weight: 600;
    }

    footer .container .footer-middle-left {
        margin-bottom: 40px;
    }

    footer .container .footer-middle {
        margin-bottom: 40px;
    }

    footer .container .footer-bottom .autor {
        margin-top: 40px;
    }

    footer .container {
        padding: 20px 0 1px;
    }
}

.m365-embeded {
    position: unset;
}

.footer__container {
    display: flex;
}

.footer-middle {
    background-color: #FAFAFA;
}

.footer-middle-left-1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-middle-links {
    display: flex;
    align-items: center;
}

.js-footer-text-toggle {
    display: none;
}

.footer__dnl-app__img-2 {
    display: none;
}

.footer__dnl-app {
    margin: 0 2px;
}

.footer__dnl-app:hover .footer__dnl-app__img-1 {
    display: none;
}

.footer__dnl-app:hover .footer__dnl-app__img-2 {
    display: block;
}

.autor {
    font-size: 14px;
    font-weight: 400;
    margin-top: 40px;
}

.footer_link_app:hover {
    background-color: #FA8A4B;
    border: 1px solid #FA8A4B;
    color: #fff;
}

.footer-middle-right-link img {
    width: 56px;
    transition: opacity .2s;
}

.footer-middle-right-link img:hover {
    opacity: .8;
}

.footer-bot__link img {
    width: 40px;
    transition: opacity .2s;
}

.footer-bot__link img:hover {
    opacity: .8;
}

@media (max-width: 1400px) {
    .footer__dnl-app svg {
        width: 140px;
    }

    .footer_link_app {
        width: 130px;
        height: 44px;
        font-size: 12px;
    }

    .footer-middle-right-link img {
        width: 35px;
    }

    .footer-bot__link img {
        width: 35px;
    }
}

@media (max-width: 1200px) {
    .footer__container {
        flex-direction: column;
    }

    .footer-middle-left-1 {
        flex-wrap: wrap;
    }

    .autor {
        order: 2;
    }

    .footer-middle-links {
        order: 1;
        width: 100%;
        justify-content: space-between;
    }

    .socnetwork {
        order: 3;
    }

    .footer__dnl-app svg {
        width: 180px;
    }

    .footer_link_app {
        width: 180px;
        height: 57px;
        font-size: 14px;
    }

    .footer__dnl-app {
        margin: 0;
    }

    .footer-middle {
        padding-top: 20px;
        padding-bottom: 90px;
    }

    footer .container .footer-top-links {
        margin-bottom: 30px;
    }

    footer .container .footer-top-links .links-title {
        width: 30%;
    }

    .footer-middle-right-link {
        margin-left: 0;
        margin-right: 10px;
    }
}

@media (max-width: 992px) {
    footer .container .footer-top-links .links-title {
        margin-right: 25px;
    }

    .footer__dnl-app svg {
        width: 135px;
    }

    .footer_link_app {
        width: 135px;
        font-size: 12px;
        height: 42px;
    }

    .search-mobile {
        width: 602px;
    }
}

@media (max-width: 768px) {
    .search-mobile {
        width: 415px;
    }

    .footer-middle-links {
        overflow: auto;
    }

    .footer__dnl-app svg {
        width: 115px;
    }

    footer .container .footer-top-links-items {
        margin-left: 0;
    }

    .footer_link_app {
        width: 115px;
        font-size: 10px;
        height: 36px;
        margin-left: -20px;
    }

    .autor {
        font-size: 12px;
    }
}

@media (max-width: 576px) {
    .search-mobile {
        width: 200px;
    }

    footer {
        padding-bottom: 30px;
    }

    footer .container .footer-top-links .links-title {
        margin-right: 0;
        width: 100%;
    }

    .footer-bot__link img {
        width: 25px;
    }

    .footer-middle-right-link img {
        width: 25px;
    }

    .autor {
        font-size: 10px;
    }

    .socnetwork {
        margin: 0;
    }

    .footer-middle {
        padding-bottom: 90px;
    }

    .socnetwork .footer-middle-right-links a {
        margin-right: 6px;
    }

    footer .container .footer-bottom {
        padding: 12px 15px 0;
    }

    .footer-bot__items {
        flex-direction: row;
    }

    .search-mobile form input[type=text] {
        width: 260px;
        height: 44px;
        font-size: 12px;
    }
}

.sc_fixed_win_n .sc_shadow_n {
    background: #000 !important;
    opacity: 0.5 !important;
}

.sc_fixed_win_n .sc_window_n {
    border: 0 !important;
    height: fit-content !important;
    width: fit-content !important;
    padding: 40px 56px 56px !important;
    margin: calc((100vh - 465px) / 2) auto !important;
}

.sc_fixed_win_n .sc_close_n {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 47px !important;
    font-weight: 100 !important;
    color: #B3BDCA;
    top: -25px !important;
    right: -40px !important;
    transition: color .3s;
}

.sc_fixed_win_n .sc_close_n:hover {
    color: #ee741d;
}

.sc_window_n .sc_title_n {
    background-image: unset !important;
    height: unset !important;
    line-height: unset !important;
    padding-left: 0 !important;
    font-size: 24px !important;
    font-weight: 600 !important;
    color: #000 !important;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sc_window_n .sc_title_n.title_n_last {
    margin-top: 30px;
}

.sc_fixed_win_n .whe {
    font-weight: 400;
    position: unset !important;
}

.sc_window__city {
    display: flex;
    margin-bottom: 30px;
}

.sc_window__city-item {
    padding: 14px 25px;
    border: 1px solid #F0F0F0;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    color: #B3BDCA;
    font-size: 16px;
    font-weight: 400;
    transition: color .3s, border-color .3s;
}

.sc_window__city-item:hover {
    border-color: #ED691F;
    color: #ED691F;
}

.sc_window__city-item:hover:before {
    background-image: url("/assets/img_v2/templates/header_security_a.svg");
}

.sc_window__city-item:nth-child(1) {
    margin-right: 20px;
}

.sc_window__city-item:before,
.work_item_n:before {
    content: ' ';
    width: 24px;
    height: 24px;
    background: url("/assets/img_v2/templates/header_security.svg") no-repeat center;
    background-size: 24px 24px;
    margin-right: 8px;
}

.sc_window__city-item.active {
    border-color: #ED691F;
    color: #ED691F;
}

.sc_window__city-item.active:before {
    background-image: url("/assets/img_v2/templates/header_security_a.svg");
}

.city__selected {
    display: none;
    align-items: center;
}

.city__selected.active {
    display: flex;
}

.work_item_n {
    padding: 14px 25px;
    border: 1px solid #F0F0F0;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    color: #B3BDCA;
    font-size: 16px;
    font-weight: 400;
    margin-right: 20px;
    transition: border-color .3s, color .3s;
}

.work_item_n:hover {
    border-color: #ED691F;
    color: #ED691F;
}

.work_item_n:hover:before {
    background-image: url("/assets/img_v2/templates/header_security_a.svg");
}

.work_item_n:last-child {
    margin-right: 0;
}

.work_item_n.active {
    border-color: #ED691F;
    color: #ED691F;
}

.work_item_n.active:before {
    background-image: url("/assets/img_v2/templates/header_security_a.svg");
}

.sc_window_n p {
    border: 0 !important;
    text-align: left;
    font-weight: 400;
}

@media (max-width: 992px) {
    .sc_window_n .sc_title_n {
        font-size: 16px !important;
    }

    .sc_window_n table,
    .sc_window_n p {
        font-size: 14px !important;
    }
}

@media (max-width: 768px) {
    .sc_window__city {
        flex-direction: column;
    }

    .city__selected {
        flex-direction: column;
    }

    .sc_fixed_win_n .sc_window_n {
        margin: unset unset !important;
        width: 250px !important;
        padding: 25px 25px 10px !important;
    }

    .sc_fixed_win_n .sc_close_n {
        top: -15px !important;
        right: -15px !important;
    }

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

    .sc_fixed_win_n .whe {
        display: none;
    }

    .sc_window__city-item:nth-child(1) {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .sc_window__city-item {
        justify-content: center;
        font-size: 14px;
        padding: 12px;
    }

    .sc_window_n .sc_title_n {
        margin-bottom: 15px;
    }

    .sc_window__city-item:before,
    .work_item_n:before {
        width: 20px;
        height: 20px;
        background-size: 20px 20px;
    }

    .sc_fixed_win_n .work_item_n {
        margin-top: 10px;
    }

    .work_item_n {
        margin-right: 0;
        width: calc(100% - 30px);
        justify-content: center;
        font-size: 14px;
        padding: 12px;
    }

    .sc_fixed_win_n .work_item_n:nth-child(1) {
        margin-top: 0 !important;
    }

    .sc_window_n table,
    .sc_window_n p {
        font-size: 12px !important;
        padding-top: 0 !important;
    }
}

.header__top-menu {
    background-color: #fff;
    margin-bottom: 40px;
    z-index: 999;
    border-bottom: 2px solid #fff;
    height: 70px;
    display: flex;
    align-items: center;
}

.header__top-menu__items {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.header__top-menu__item {
    /*height: 100%;*/
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 500;
}

.header__top-menu__item a {
    color: #000;
    text-decoration: none;
}

.header__top-menu__item a:hover {
    text-decoration: underline;
}

.top-menu__item-first {
    background-color: #FA8A4B;
    padding: 12px 42px 12px 34px;
    border-radius: 4px;
    transition: background-color .3s;
    color: #fff;
    cursor: pointer;
}

.top-menu__item-first:before {
    content: "";
    display: inline-block;
    width: 28px;
    height: 28px;
    background: url(/assets/img_v2/templates/header_menu_catalog.svg) no-repeat;
    background-size: contain;
    margin-right: 15px;
}

.top-menu__item-first:hover {
    background-color: #EC691F;
}

.header__top-menu__catalog {
    display: none;
    width: 100vw;
    height: 100vh;
    position: fixed;
    overflow: auto;
    left: 0;
    top: 0;
    z-index: 999;
    background-color: #FAFAFA;
}

.header__top-menu__catalog.active {
    display: block;
}

.header__top-menu__catalog-head {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    height: 134px;
    width: 100vw;
    display: flex;
    align-items: center;
}

.header__top-menu__catalog-content {
    margin-top: 134px;
    padding-top: 50px;
}

.header__top-menu__catalog-title {
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 40px;
}

.top-menu__catalog-items {
    display: flex;
    flex-wrap: wrap;
}

.top-menu__catalog-item {
    width: calc(25% - 20px);
    padding: 0 20px 0 0;
    margin: 0 0 60px;
    display: flex;
    flex-direction: column;
}

.top-menu__catalog-img {
    width: 64px;
    margin-bottom: 23px;
}

.top-menu__catalog-img img {
    width: 100%;
}

.top-menu__catalog-item-name {
    color: #000;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}

.top-menu__catalog-section,
.top-menu__catalog-section__hidden {
    font-size: 14px;
    font-weight: 400;
    color: #4F738E;
    text-decoration: none;
    margin: 8px 0;
    transition: color .2s;
}

.top-menu__catalog-section:hover {
    color: #FA8A4B;
}

.top-menu__catalog-section__show {
    font-size: 14px;
    font-weight: 400;
    color: #B3BDCA;
    margin: 8px 0;
    cursor: pointer;
}

.top-menu__catalog-section__hidden {
    display: none;
}

.top-menu__catalog-section__hidden.active {
    display: block;
}

.header__top-menu__catalog-head__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header__top-menu__catalog-close {
    font-size: 47px;
    font-weight: 100;
    color: #C4C4C4;
    cursor: pointer;
    transition: color .3s;
}

.header__top-menu__catalog-close:hover {
    color: #FA8A4B;
}

.header__top-menu__catalog-head__search {
    border: 1px solid #F0F0F0;
    border-radius: 4px;
    height: 46px;
    width: calc(1090px - 48px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 400;
    padding: 0 24px;
    color: #8D9EAF;
    cursor: text;
}

.header-mobile-left.hm-left {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    width: 100%;
}

.templates__bottom-links {
    display: none;
}

@media (max-width: 1400px) {
    .header__top-menu__catalog-head__search {
        width: calc(900px - 48px);
    }
}

@media (max-width: 1200px) {
    .header__top-menu__catalog-head__search {
        width: calc(700px - 48px);
    }
}

@media (max-width: 992px) {
    .header__top-menu {
        display: block;
        height: 0;
        margin: 0;
    }

    .header__top-menu__item {
        display: none;
    }

    .header__top-menu__catalog-head__search {
        width: calc(500px - 48px);
    }

    .header-map {
        padding: 12px 28px 12px 14px;
    }

    .top-menu__catalog-items {
        margin-bottom: 90px;
    }

    .header__top-menu__catalog-head {
        height: 100px;
    }

    .header__top-menu__catalog-content {
        margin-top: 100px;
    }

    .header__top-menu__catalog-title {
        font-size: 21px;
    }

    .top-menu__catalog-item {
        width: calc(100% / 3 - 20px);
    }

    .templates__bottom-links {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 1000000;
        background-color: #fff;
        padding: 20px 0 10px;
        border-top: 1px solid #E5E8EC;
    }

    .templates__bottom-links .container {
        display: flex;
        justify-content: space-between;
    }

    .templates__bottom-link {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .templates__bottom-link-basket rect {
        fill-opacity: 0;
    }

    .templates__bottom-link-basket.active rect {
        fill-opacity: 1;
    }

    #favorites_mob .fil1 {
        fill-opacity: 0;
    }

    #favorites_mob.active .fil1 {
        fill-opacity: 1;
    }
}

@media (max-width: 768px) {
    .header__top-menu__catalog-head__search {
        width: calc(330px - 48px);
    }

    .top-menu__catalog-item {
        width: calc(100% / 2 - 20px);
    }
}

@media (max-width: 576px) {
    .header__top-menu__catalog-head__search {
        width: calc(210px - 48px);
    }

    .header-map {
        padding: 12px;
    }

    .header-map .map-icon {
        margin-right: 0;
    }

    .top-menu__catalog-item {
        width: calc(100% / 1 - 20px);
    }
}

.container.scanner {
    display: block;
    margin-bottom: 40px;
}

.scanner-barcode {
    display: none;
}

.header__top-menu__catalog-content > .container {
    display: flex;
    flex-direction: column;
}

.header__top-menu__links {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
    order: 3;
}

.header__top-menu__link {
    font-size: 14px;
    font-weight: 400;
    color: #4F738E;
    text-decoration: none;
    margin: 8px 0;
}

.header__top-menu__phone {
    color: black;
    text-decoration: none;
    margin: 8px 0 28px;
    font-size: 21px;
    font-weight: 700;
}

.header__compare {
    position: relative;

    width: 60px;
    height: 60px;
}

.header__compare svg {
    width: 100%;
    height: 100%;
}

.header__compare:hover svg circle {
    fill: #FA8A4B;
}

.header__compare:hover svg path {
    stroke: #FFFFFF;
}

.header__compare-count {
    background-color: red;
    font-size: 10px;
    font-weight: 800;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
}

.header__compare-count:empty {
    display: none;
}

.cabinet__return {
    display: inline-block;
    margin-bottom: 20px;
    
    text-decoration: none;

    color: #4F738E
}

.cabinet__return:hover {
    text-decoration: underline;
}