/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

/* Поменял */
fieldset {
    /* padding: 0.35em 0.75em 0.625em */
    margin: 0.35em 0.75em 0.625em;
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-SemiBold.woff2') format('woff2'),
        url('../fonts/Gilroy-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Medium.woff2') format('woff2'),
        url('../fonts/Gilroy-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Regular.woff2') format('woff2'),
        url('../fonts/Gilroy-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-weight: 400;
}

html {
    box-sizing: border-box;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

* {
    outline: none;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

body {
    color: #001d3f;
    font-family: 'Gilroy';
    overflow-x: hidden;
    line-height: 1.2;
}

a {
    text-decoration: none;
}

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

.container {
    width: 100%;
    max-width: 1630px;
    margin: 0 auto;
    padding: 0 15px;
}

.header {
    transition: height .2s linear;
    background: #fff;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 10;
}

.header_top {
    color: #fff;
    padding: 14px 0 11px;
    background: #0e112a;
}

.header_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.menu {
    display: flex;
    gap: 14px;
}

.menu a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    transition: .2s linear;
    border-bottom: 1px solid transparent;
}

.menu a:hover {
    border-color: #fff;
}

.header_links {
    display: flex;
    gap: 35px;
    align-items: center;
}

.header_link {
    color: #fff;
    display: block;
    font-size: 18px;
    text-decoration: none;
}

.header_messages {
    display: flex;
    width: fit-content;
    gap: 12px;
}

.header_message {
    width: 26px;
    display: flex;
}

.header_adres {
    margin-left: 21px;
    position: relative;
    display: flex;
    align-items: center;
    transition: .2s linear;
    color: #fff;
    border-bottom: 1px solid transparent;
}

.header_adres img {
    position: absolute;
    left: -21px;
}

.header_adres:hover {
    border-color: #fff;
}

.header_text {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0 10px 0;
    color: white;
    background: #d10000;
}


.header_wrapper {
    /* padding: 56px 0; */
    padding: 10px 0;
    transition: padding 0.2s linear;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header.fixed .header_wrapper {
    /* padding: 26px 0; */
    padding: 5px 0;
}

.header_logo {
    display: flex;
    width: 136px;
}

.header_logo img {
    width: 150%;
    height: auto;
}

.header_search {
    width: 100%;
    max-width: 522px;
    margin-left: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    flex-wrap: wrap;
}

.header_search-inp {
    display: block;
    width: 100%;
    height: 30px;
    padding: 0 15px;
    padding-right: 30px;
    border: 1px solid #bcbfc6;
}

.header_search-btn {
    position: absolute;
    top: 50%;
    right: 8px;
    display: flex;
    width: 18px;
    height: 100%;
    margin-top: -15px;
    padding: 0;
    cursor: pointer;
    border: none;
    background-color: transparent;
    justify-content: center;
    align-items: center;
}

.header_search-btn img {
    width: 100%;
    height: 100%;
}

.header_order {
    display: flex;
    align-items: center;
    color: #000;
    gap: 10px;
}

.header_order span {
    transition: .2s linear;
    border-bottom: 1px solid transparent;
}

.header_order span:hover {
    border-color: #000;
}

.header_order img {
    width: 20px;
    height: 100%;
}

.header_right {
    display: flex;
    align-items: center;
    position: relative;
    gap: 20px;
    z-index: 1;
}

/* .header_right::before {
    content: "";
    display: block;
    height: calc(100% + 112px);
    width: calc(100% + 112px);
    top: -56px;
    z-index: -1;
    left: -55px;
    position: absolute;
    background-color: #eeeeee;
    transition: all 0.2s linear 0s;
} */

.header_right {
    background-color: #eeeeee;
    padding: 15px;
}

.header.fixed .header_right::before {
    height: calc(100% + 52px);
    top: -26px;
}

.header_right-link:first-child {
    width: 17px;

}

.header_right-link {
    width: 20px;
    display: flex;
}

.header_right-link img {
    width: 100%;
}

.header_right-cart {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #001d3f;
    display: flex;
    justify-content: center;
    align-items: center;
}

#msFavoriter{position:relative;display: block;width: 17px;height: 15px;background: none;background: url(/assets/template/img/favorite_icon.svg) 50% no-repeat;transition: .2s linear;}
#msFavoriter:before {position: absolute;content: '';top: 0;left: 0;width: 100%;height: 100%;opacity: 0;background: url(/assets/template/img/favorite_icon_active.svg) 50% no-repeat;transition: .2s linear;}
#msFavoriter.active:before{opacity:1;}
#msFavoriter span {position: absolute;right: -10px;bottom: -10px;width: 16px;height: 16px;font-size: 12px;font-weight: 700;line-height: 16px;color: #000221;text-align: center;border-radius: 50%;background: #98FF98;padding: 0 2px;}

.wrapper {
    padding-top: 200px;
}

.aside {
    position: fixed;
    /* top: 200px; */
    top: 170px; 
    right: 50%;
    width: 270px;
    /* height: calc(100% - 200px); */
    height: calc(100% - 170px);
    z-index: 2;
    margin-right: 530px;
    transition: height .2s linear, top .2s linear, width .2s linear;
    background: #98FF98;
}

body:has(.header.fixed) .aside {
    top: 165px;
    height: calc(100% - 165px);
}

.aside_inner {
    display: flex;
    overflow: auto;
    flex-direction: column;
    height: 100%;
    margin-left: -999px;
    padding: 35px 0 20px;
    padding-left: 999px;
    justify-content: flex-start;
}

.aside:before {
    position: absolute;
    top: 0;
    right: 100%;
    width: 9999px;
    height: 100%;
    content: '';
    background: #98FF98;
}

.aside_inner::-webkit-scrollbar {
    width: 5px;
    height: 0;

    background: #fff;
}

.aside_inner::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #001d3f;
}

.aside_inner::-webkit-scrollbar-track {
    background: #98FF98;
}

.aside_item {
    padding-right: 20px;
    margin-bottom: 20px;
    position: relative;
    user-select: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    transition: all .2s linear;
}

.aside_item.active::before {
    opacity: 1;
}

.aside_item:before {
    position: absolute;
    z-index: 99;
    top: 0;
    right: 100%;
    transition: .2s linear;
    width: 9999px;
    opacity: 0;
    height: 100%;
    content: '';
    pointer-events: none;
    background: #65cf65;
}

.aside_item.active {
    padding: 18px 0;
    padding-right: 20px;
    background: #65cf65;
}

.aside_item:has(.aside_item-menu) {
    cursor: pointer;
}



.aside_item:has(.aside_item-menu):after {
    position: absolute;
    top: 40%;
    right: 16px;
    width: 8px;
    height: 8px;
    content: '';
    transition: border .2s linear;
    transform: rotate(-45deg);
    border-right: 2px solid #152742;
    border-bottom: 2px solid #152742;
}

.aside_item.active:after {
    transform: rotate(45deg);
    top: 20px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.aside_item:last-child {
    margin-bottom: 0;
}

.aside_link {
    align-items: center;
    color: #001d3f;
    width: fit-content;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    min-height: 30px;
    position: relative;
    padding-left: 50px;
}

.aside_link span {
    width: 100%;
    font-size: 14px;
}

.aside_link img {
    width: 26px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: auto;
}

.aside_item-menu {
    padding-top: 5px;
    padding-left: 45px;
    display: none;
}

.aside_item-menu a {
    color: #001d3f;
    font-size: 14px;
    line-height: normal;
    display: inline-block;
    padding: 4px 9px 5px;
    transition: .2s linear;
    vertical-align: top;
    text-decoration: none;
    border: 1px solid transparent;
}

.aside_item-menu a:hover {
    color: #fff;
}

.aside_links {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-top: 30px;
}

.aside_vk {
    display: flex;
    width: 24px;
}

.aside_vk img {
    width: 100%;
    height: auto;
}

.aside_mail {
    color: #001d3f;
    text-decoration: underline;
}

.btn {
    color: #fff;
    font-size: 18px;
    line-height: 50px;
    display: inline-block;
    padding: 0 30px;
    transition: .2s linear;
    vertical-align: top;
    text-decoration: none;
    text-transform: uppercase;
    background: #006400;
    font-weight: 500;
}

.btn:hover {
    background: #98FF98;
}

.main {
    margin-bottom: 100px;
}

.main_btn {
    height: 50px;
}

.content {
    margin-top: 50px;
    width: calc(100% - 300px);
    min-height: 500px;
    max-width: 1215px;
    margin-left: auto;
}

.main_wrapper {
    position: relative;
    min-height: 410px;
    padding: 25px 0 80px;
}

.main_title {
    font-size: 40px;
    line-height: 55px;
    position: relative;
    max-width: 540px;
    margin-bottom: 45px;
}

.main_img {
    position: absolute;
    display: flex;
    right: 0;
    top: 0;
}

.title {
    color: #152742;
    font-size: 40px;
    font-weight: 400;
    line-height: 55px;
    position: relative;
    padding-left: 110px;
    margin-bottom: 50px;
}

.title:before {
    position: absolute;
    top: 28px;
    left: 0;
    display: block;
    width: 80px;
    height: 2px;
    content: '';
    background: #006400;
}

.catalog_items {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    gap: 32px;
}

.catalog_item {
    width: calc(25% - 24px);
}

.catalog {
    margin-bottom: 100px;
}

.catalog_item-img {
    position: relative;
    width: 150px;
    height: 142px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px 0px 31px 0px;
}

.catalog_item-img::before {
    content: "";
    display: block;
    width: 104px;
    height: 104px;
    background-color: #eeeeee;
    border-radius: 50%;
    transition: all 0.3s ease 0s;
    opacity: 1;
}

.catalog_item-img img {
    transition: all 0.3s ease 0s;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 90px;
    height: auto;
}

.catalog_item:hover .catalog_item-img::before {
    transition: all 0.3s ease 0s;
    transform: scale(0.8);
    opacity: 0.5;
}

.catalog_item:hover .catalog_item-img img {
    transition: all 0.3s ease 0s;
    transform: scale(1.1);
    bottom: 8%;
    right: 8%;
}

.catalog_item-title {
    text-transform: uppercase;
    margin: 0px 0px 30px 0px;
    display: block;
    color: #1e275c;
    font-size: 14px;
}

.catalog_item-link {
    position: relative;
    padding: 0px 10px 0px 18px;
    display: block;
    margin: 0px 0 7px 0;
    color: #111838;
    line-height: 1.8;
    text-decoration: none;
    font-size: 13px;
}

.catalog_item-link:hover {
    text-decoration: underline;
}

.catalog_item-link::before {
    content: "";
    width: 2px;
    height: 4px;
    background-color: #111838;
    position: absolute;
    top: 10px;
    left: 1px;
    transform: rotate(45deg);
}

.catalog_item-link::after {
    content: "";
    width: 2px;
    height: 4px;
    background-color: #111838;
    position: absolute;
    top: 8px;
    left: 1px;
    transform: rotate(-45deg);
}


.catalog_more {
    color: #006400;
    font-size: 16px;
    display: block;
    text-align: center;
    text-decoration: underline;

}

.advantages {
    margin-bottom: 100px;
}

.advantages_items {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
}

.advantages_item {
    width: calc(25% - 45px);
    position: relative;
    text-align: center;
}

.advantages_item::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    background-color: #006400;
    width: 76px;
    height: 5px;
}

.advantages_item-img {
    display: flex;
    justify-content: center;
    min-height: 109px;
    margin-bottom: 32px;
}

.advantages_item-img svg {
    display: flex;
    justify-content: center;
}

.advantages_item-title {
    font-size: 14px;
    text-transform: uppercase;
    margin: 0px 0px 34px 0px;
    text-align: center;
}

.sales {
    margin-bottom: 100px;
}

.sales_slide {
    background: #fff;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .1);
    margin-right: 20px;
    display: flex !important;
    flex-direction: column;
    transition: top .2s linear;
    height: 100%;
    width: 283px;
    padding-bottom: 20px;
}

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

.sales_slide-art {
    color: #8f8f8f;
    font-size: 14px;
    text-align: center;
}

.sales_slide-icon {
    width: 25px;
    display: flex;
}

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

.sales_slide-favorite {
    position:relative;
    width: 17px;
    display: flex;
    width: 17px;
    height: 15px;
    cursor: pointer;
    transition: .2s linear;
    background: url(/assets/template/img/favorite_icon.svg) 50% no-repeat;
    
}
.sales_slide-favorite:before{position: absolute;content:'';top: 0;left: 0;width: 100%;height: 100%;content: '';transition: .2s linear;opacity: 0;background: url(/assets/template/img/favorite_icon_active.svg) 50% no-repeat;}
.sales_slide-favorite._active_:before{opacity:1;}

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

.sales_slide-img {
    width: calc(100% - 40px);
    margin: 0 auto 20px;
    height: 146px;
}

.sales_slide-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.sales_slide-title {
    color: #1a1e3a;
    font-weight: 500;
    transition: .2s linear;
    text-decoration: none;
    text-align: center;
    padding: 0 20px;
    border-bottom: 1px solid transparent;
    font-size: 14px;
    margin-bottom: 15px;
}

.sales_slide-info {
    margin-top: auto;
}

.sales_slide-option {
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    min-height: 30px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s;
    align-items: center;
    margin-bottom: 14px;
}

.sales_slide-option:nth-child(4) {
    color: #006400;
}

.sales_slide-option span {
    font-size: 20px;
    font-weight: 500;
}

.sales_slide-option.active {
    color: #fff;

    background: #006400 url(../img/ic_arrow.svg) 50% no-repeat;
}

.sales_slide-bot {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    align-items: center;
}

.sales_slide-subtitle {
    font-size: 14px;
}

.sales_slide-count {
    width: 110px;
    display: flex;
    margin-right: auto;
    user-select: none;
    margin-left: 10px;
}

.sales_slide-count .count-inp {
    width: 70px;
    height: 30px;
    text-align: center;
    border: none;
}

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

.count-arrow {
    width: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
}

.count-arrow::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    margin-left: -2px;
    content: '';
    transform: rotate(45deg);
    border-bottom: 2px solid #040826;
    border-left: 2px solid #040826;
}

.count-arrow-plus.count-arrow::before {
    transform: rotate(-135deg);
}

.sales_slider .slick-arrow {
    position: absolute;
    top: 50%;
    background: none;
    border: none;
    z-index: 1;
    cursor: pointer;
    transform: translateY(-50%);
    font-size: 0;
    width: 27px;
    height: 44px;
    background-image: url(../img/arrow_slide.svg);
    background-size: 27px 27px;
    background-repeat: no-repeat;
    background-position: center;
}

.sales_slider .slick-next {
    transform: translateY(-50%) rotate(180deg);
    right: -20px;
}

.sales_slider .slick-arrow.slick-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}

.sales_slide-btn {
    background: #1a1e3a;
    width: 52px;
    height: 40px;
    display: flex;
    transition: all 0.3s;
    cursor: pointer;
    border: none;
    justify-content: center;
    align-items: center;
}

.sales_slide-btn:hover {
    background: #006400;
}

.sales_slider .slick-list {
    padding-left: 10px;
    padding-bottom: 10px;
}


.sales_slider .slick-prev {
    left: -20px;
}

.sales_btn {
    margin: 60px auto 0;
    display: block;
    width: fit-content;
}

.info_block {
    margin-bottom: 100px;
}

.info_block-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.info_block-info {
    width: 570px;
}

.info_block-info p {
    margin-bottom: 15px;

}

.info_block-info a {
    color: #006400;
    transition: .2s linear;
    text-decoration: none;
    border-bottom: 1px solid transparent;
}

.info_block-info a:hover {
    text-decoration: underline;
}

.info_block-img {
    width: 542px;
}

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

.footer {
    color: #a7a7a7;
    position: relative;
    z-index: 1;
    padding: 42px 0;
}

.footer::before {
    position: absolute;
    content: "";
    background: #0e112a;
    top: 0;
    right: 50%;
    transform: translateX(50%);
    width: 100vw;
    height: 100%;
    z-index: -1;
}

.footer_wrapper {
    display: flex;
    padding-bottom: 30px;
    justify-content: space-between;
}

.footer_option {
    line-height: 18px;
    margin-bottom: 8px;
    font-size: 14px;
}

.footer_option a {
    color: #a7a7a7;

}

.footer_numbers {
    display: flex;
    gap: 30px;
    margin-bottom: 28px;
}

.footer_number {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
}

.footer_right {
    display: flex;
    gap: 80px;
}

.footer_title {
    color: #fff;
    margin-bottom: 15px;
    font-weight: 500;
}

.footer_menu {
    margin-bottom: 30px;
}

.footer_menu:last-child {
    margin-bottom: 0;
}

.footer_menu a {
    color: #a7a7a7;
    line-height: normal;
    transition: .2s linear;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    margin-bottom: 5px;
    display: block;
}

.footer_menu a:hover {
    color: #fff;
    text-decoration: underline;
}

.footer_desc {
    font-size: 12px;
    line-height: normal;
}

.footer_desc a {
    color: #a7a7a7;
    text-decoration: underline;
}

.popup_body {
    width: 520px;
    padding: 40px 20px;
}

.popup_body-title {
    color: #152742;
    font-size: 40px;
    line-height: 55px;
    margin-bottom: 20px;
    text-align: center;
}

.popup_body-inner {
    max-width: 260px;
    position: relative;
    margin: 0 auto 20px;
}

.popup_body-inp {
    color: #001d3f;
    font: 14px;
    display: block;
    width: 100%;
    height: 30px;
    padding: 0 12px;
    transition: .2s linear;
    border: 1px solid #bcbfc6;
    background: none;
}

.popup_body-inner::before {
    color: #001d3f;
    content: "*";
    font-size: 25px;
    line-height: 20px;
    position: absolute;
    top: 1px;
    left: -14px;
    display: block;
}

.popup_body-area {
    color: #929292;
    font: 16px / 20px var(--font_family);
    display: block;
    width: 100%;
    height: 147px;
    padding: 7px 12px;
    resize: none;
    transition: .2s linear;
    border: 1px solid #bcbfc6;
    background: none;
    height: 130px;
    max-width: 260px;
    position: relative;
    margin: 0 auto 20px;
}

.popup_body-ok {
    font-size: 12px;
    display: block;
    cursor: pointer;
    margin: 0 auto 20px;
    width: 290px;
    position: relative;
    text-align: center;
    padding-left: 10px;
}

.popup_body-ok span {
    position: absolute;
    border: 1px solid #bcbfc6;
    width: 15px;
    height: 15px;
    left: 0px;
    top: 0;
}

.popup_body-ok span::before {
    position: absolute;
    content: "";
    background-image: url(../img/ic_check.svg);
    background-size: cover;
    width: 12px;
    height: 10px;
    opacity: 0;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
}

.popup_body-ok input:checked+span::before {
    opacity: 1;
}

.popup_body-ok input {
    /*display: none;*/
    opacity: 0;
}

.popup_body-ok span {
    position: absolute;
}

.popup_body-ok a {
    color: #001d3f;
    text-decoration: underline;
}

.popup_body-btn {
    max-width: 200px;
    margin: 0 auto;
    display: block;
    opacity: 0.5;
    cursor: pointer;
    border: none;
    width: 100%;
}

.menu_burger {
    display: none;
}

.aside_open {
    display: none;
}

.header_top .header_search {
    display: none;
}

.crumbs {
    display: flex;
    font-size: 14px;
    flex-wrap: wrap;
    margin: 45px 0;
}

.crumb {
    color: #0e112a;
    transition: .2s linear;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.crumb:last-child,
a.crumb:hover {
    color: #006400;
}

.crumb:last-child::after {
    display: none;
}

.crumb::after {
    position: relative;
    content: ">";
    margin: 0 4px;
    display: block;
}

.sales_items,
.stock-items {
    display: flex;
    gap: 80px 74px;
    flex-wrap: wrap;
}

.sales_items .sales_slide {
    width: 248px;
    margin: 0;
}

.sales_items .sales_slide-count .count-inp {
    width: 50px;
}

.sales_items .sales_slide-count {
    width: 90px;
}

.pagin {
    display: flex;
    justify-content: center;
    margin-top: 60px;
    gap: 4px;
}

.pagin a {
    color: #001d3f;
    width: 20px;
    display: flex;
    justify-content: center;
    font-size: 14px;
    align-items: center;
    height: 20px;
}

.pagin a:hover,
.pagin a.active {
    color: #fff;
    background: #006400;
}

.reviews {
    margin-bottom: 50px;
}

.reviews_more {
    color: #198cff;
    background: #f5f7fa;
    box-sizing: border-box;
    display: inline-block;
    padding: 12px 16px;
    line-height: 16px;
    border-radius: 8px;
    margin: auto;
    text-align: center;
    font-weight: 500;
}

.reviews_slider {
    margin-bottom: 40px;
}

.reviews_slider .slick-list {
    padding: 10px;
}

.reviews_slide {
    width: 332px;
    padding: 30px;
    box-shadow: 0 5px 20px rgb(0 0 0 / 10%);
}

.reviews_slide-title {
    font-size: 16px;
    margin-bottom: 2px;
    font-weight: 500;
    line-height: 20px;
}

.reviews_slide-top {
    display: flex;
    margin: 5px 0;
}

.reviews_slide-date {
    color: #999;
    line-height: 16px;
}

.reviews_slide-rating {
    display: flex;
    margin-left: 10px;
}

.reviews_slide-star {
    background: url(../img/star.svg) no-repeat 50% / cover;
    width: 14px;
    height: 14px;
}

.reviews_slide-text {
    font-size: 14px;
    line-height: 1.4;
}

.sales_slide-status {
    text-align: center;
    color: #56b64a;
    margin-bottom: 20px;
}

.catalog_top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.catalog_value {
    font-size: 14px;
}

.catalog_top .pagin {
    margin: 0;
}

.catalog_links {
    margin-bottom: 40px;
    display: flex;
    padding: 0 0 0 30px;
    position: relative;
}

.catalog_links::before {
    position: absolute;
    content: "";
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 48%, rgba(255, 255, 255, 1) 100%);
    width: 30px;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 1;
    pointer-events: none;
}

.catalog_link {
    background-color: rgba(0, 0, 0, .04);
    width: 204px;
    margin-right: 4px;
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 6px;
    color: #1a1e3a;
    line-height: 1.2em;
    display: flex !important;
    align-items: center;
}

.catalog_link img {
    margin-right: 15px;
    width: 62px;
    height: 55px;
    min-width: 62px;
    object-fit: contain;
}

.catalog_links .slick-arrow {
    position: absolute;
    top: 50%;
    background: none;
    border: none;
    z-index: 1;
    cursor: pointer;
    transform: translateY(-50%);
    font-size: 0;
    width: 27px;
    height: 100%;

    background-image: url(../img/arrow_slide.svg);
    background-size: 27px 27px;
    background-repeat: no-repeat;
    background-position: center;
}

.catalog_links .slick-next {
    transform: translateY(-50%) rotate(180deg);
    right: 0px;
}

.catalog_links .slick-prev {
    left: 0;
}

.catalog_links .slick-arrow.slick-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}

.catalog_filters {
    margin-bottom: 30px;
    display: flex;
    position: relative;
    flex-wrap: wrap;
    gap: 30px 0;
    padding: 30px 50px 65px;
    background: #fff;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .1);
}

.catalog_filters-title {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 10px;
}
 
 .catalog_filters-item {
    position: relative;  
 }
 
 .catalog_filters-item .mse2_number_slider {
    position: relative;
    margin-top: 30px;
    background: #e3e3e3;
 }
 
 .catalog_filters-item .ui-slider-handle {
    display: block;
    width: 12px;
    height: 12px;
    cursor: pointer;
    border-radius: 50%;
    background: #001d3f;
    position: absolute;
    transform: translateY(-50%);
 }
 
 .catalog_filters-item .ui-slider-range {
    background: transparent;
    height: 2px;
 }
 
 .mse2_number_inputs .filter_slider-value {
    display: flex;
    flex-direction: column;
    position: absolute;
    gap: 20px;
    top: 25px;
    color: rgb(156, 156, 156);
 }
 
 .mse2_number_inputs .filter_slider-value:last-child {
     align-items: flex-end;
     right: 0;
 }
 
 .mse2_number_inputs .filter_slider-value:last-child input {
     right: 0;
     text-align: end;
 }
 
 .mse2_number_inputs .filter_slider-value input {
    border: none;
    width: 41px;
    color: #006400;
 }
 
 

.catalog_filters fieldset {
    border: none;
    margin: 0;
}

.catalog_filters fieldset:has(.filter_slider) {
    margin-right: 50px;
}

.catalog_filters-item:has(.filter_slider) {
    padding-right: 0;
}

.catalog_filters .middle {
    width: 100%;
    margin-top: 40px;
    margin-bottom: -25px;
    margin-left: -30px;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}

.catalog_filters .sorting  {
    align-items: center;
}

#mse2_sort a.active, #mse2_tpl a.active {
    color: black;
    text-decoration: none;
    cursor: default;
}

.catalog_filters .sorting a.active {
    color: #fff;
    line-height: 28px;
    padding: 0 9px;
    border: none;
    background: #65cf65;
}

.catalog_filters .sorting a {
    color: #001d3f;
    font-size: 14px;
    margin-left: 9px;
    transition: .2s linear;
    text-decoration: none;
    border-bottom: 1px solid transparent;
}

#mse2_sort .sort span {
    color: #000000;
}

#mse2_sort .sort[data-dir="asc"] span:after {
    content: "↑";
}

.catalog_filters  .sorting span {
    margin-left: 9px;
}

.catalog_filters .reset {
    line-height: normal;
    margin-bottom: 25px;
    margin-left: 30px;
}

.catalog_filters .reset_btn {
    color: #006400;
}

.catalog_filters .reset_btn {
    color: #001d3f;
    font-size: 13px;
    position: relative;
    padding-left: 21px;
    cursor: pointer;
    text-transform: uppercase;
    border: none;
    background: none;
}

.catalog_filters .reset_btn:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 2px;
    height: 12px;
    margin-top: -6px;
    content: '';
    transition: .2s linear;
    transform: rotate(50deg);
    background: #040826;
}

.catalog_filters .reset_btn:after {
    position: absolute;
    top: 50%;
    left: 0;
    width: 2px;
    height: 12px;
    margin-top: -6px;
    content: '';
    transition: .2s linear;
    transform: rotate(-50deg);
    background: #040826;
}

.catalog_filters-item:has(.mse2_number_slider) {
    margin-right: 50px;
}

.catalog_filters-item:has(.select),
.catalog_filters-item:first-child {
    width: 40%;
}

.catalog_filters-item:has(.filter_slider) {
    height: 81px;
}

.catalog_filters-item {
    width: 20%;
}

.catalog_filter-check {
    display: flex;
    color: #001d3f;
    text-decoration: none;
    font-size: 14px;
    position: relative;
    padding-left: 24px;
    cursor: pointer;
    margin-bottom: 8px;
}

.catalog_filter-check sup {
    font-size: 8px;
    top: 4px;
    margin-left: 2px;
}

.catalog_filter-check input {
    display: none;
}

.catalog_filter-check span {
    position: absolute;
    border: 1px solid #bcbfc6;
    width: 15px;
    height: 15px;
    left: 0px;
    top: 0;
}

.catalog_filter-check span::before {
    position: absolute;
    content: "";
    background-image: url(../img/ic_check.svg);
    background-size: cover;
    width: 12px;
    height: 10px;
    opacity: 0;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
}

.catalog_filter-check input:checked+span::before {
    opacity: 1;
}

.custom-select {
    z-index: 2;
    position: relative;

}

.custom-select .custom-select__option--value {
    color: #040826;
    font-size: 14px;
    line-height: 28px;
    position: relative;
    z-index: 10;
    display: block;
    overflow: hidden;
    height: 30px;
    padding: 0 15px;
    padding-right: 30px;
    cursor: pointer;
    transition: .2s linear;
    text-align: center;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    border: 1px solid #bcbfc6;
    background: #fff;
}

.custom-select .custom-select__option--value:after {
    position: absolute;
    top: 50%;
    right: 12px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    content: '';
    transform: rotate(45deg);
    border-right: 2px solid #040826;
    border-bottom: 2px solid #040826;
}

.custom-select__dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 10px 0;
    height: 100px;
    overflow: auto;
    background-color: #fff;
}

.custom-select__dropdown .custom-select__option,
.custom-select__dropdown option {
    color: #040826;
    font-size: 14px;
    line-height: normal;
    display: flex;
    min-height: 30px;
    padding: 5px 15px;
    cursor: pointer;
    background: none;
    transition: .2s linear;
    width: 100%;
    border: none;
    background-color: none;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.custom-select__dropdown .custom-select__option.custom-select__option--selected {
    background: rgba(229, 229, 229, .8);
}

.catalog_filters-bot {
    display: none;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.catalog_filters-sort {
    font-size: 14px;
}

.catalog_filters-clean {
    color: #006400;
    font-size: 13px;
    position: relative;
    padding-left: 21px;
    cursor: pointer;
    text-transform: uppercase;
    border: none;
    background: none;
}

.catalog_filters-clean:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 2px;
    height: 12px;
    margin-top: -8px;
    content: '';
    transition: .2s linear;
    transform: rotate(50deg);
    background: #040826;
}

.catalog_filters-clean:after {
    position: absolute;
    top: 50%;
    left: 0;
    width: 2px;
    height: 12px;
    margin-top: -8px;
    content: '';
    transition: .2s linear;
    transform: rotate(-50deg);
    background: #040826;
}

.catalog_filters-clean:hover:after {
    transform: rotate(-35deg);
}

.catalog_filters-clean:hover::before {
    transform: rotate(35deg);
}

.catalog_filters-more {
    position: absolute;
    bottom: 20px;
    display: block;
    background: rgba(0, 0, 0, .04);
    padding: 5px 15px;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    font-size: 14px;
    right: 50%;
    transform: translateX(50%);
}

.catalog_filters-more:hover {
    background-color: #fdc27c;
}

.catalog_filters-item {
    display: none;
}

.catalog_filters.active .catalog_filters-item {
    display: block;
}

.catalog_filters-item:nth-child(1),
.catalog_filters-item:nth-child(5),
.catalog_filters-item:nth-child(6) {
    display: block;
}

.card_wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px;
}

.card_left {
    width: calc(60% - 15px);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.card_info {
    width: calc(40% - 15px);
    max-width: 465px;
    padding: 45px 0 35px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
}

.card_info .sales_slide-option {
    font-size: 20px;
    height: 50px;
}

.card_info .sales_slide-option span {
    font-size: 30px;
}

.card_favorite {
    position:relative;
    padding: 0 50px 0 80px;
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 55px;
    cursor:pointer;
}
.card_favorite:before{position: absolute;content: '';top: 0;left: 50px;width: 20px;height: 19px;background: url(/assets/template/img/favorite_icon_active.svg) 50% no-repeat;opacity: 0;transition: .2s linear;}
.card_favorite:after{position: absolute;content: '';top: 0;left: 50px;width: 20px;height: 19px;background: url(/assets/template/img/favorite_icon.svg) 50% no-repeat;transition: .2s linear;}
.card_favorite._active_:before{opacity:1;}


.card_favorite img {
    width: 20px;
}


.card_info .sales_slide-subtitle {
    font-size: 20px;
}

.card_info .sales_slide-count .count-inp {
    font-size: 28px;
}

.card_info .sales_slide-count {
    margin-left: 30px;
}

.card_info .sales_slide-btn {
    width: 110px;
    height: 66px;
}

.card_info .sales_slide-btn img {
    width: 38px;
}

.card_art {
    margin-bottom: 55px;
    font-size: 14px;
}

.card_status {
    padding: 0 20px;
    margin: 20px 0;
    color: #56b64a;
}

.card_dots {
    width: 77px;
}

.card_dot {
    border: 1px solid #f9895500;
    cursor: pointer;
    margin: 10px 0;
}

.card_dot.slick-current {
    border: 1px solid #006400;
}

.card_dot img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.card_imgs {
    width: 604px;
}

.card_img {
    height: 470px;
}

.card_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.card_dots .slick-list {
    margin: auto;
}

.card_tabs-wrapper {
    padding: 33px 50px 50px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
}

.card_tabs-wrapper table {
    border-collapse: collapse;
    min-width: 300px;
}

.card_tabs-wrapper td:first-child {
    padding: 0 20px 5px 0;
}

.card_tab-title {
    font-weight: bold;
    margin-bottom: 10px;
}

.card_tabs {
    display: flex;
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid #babbc4;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 34px;
}

.card_tab {
    color: #1a1e3a;
    font: 18px;
    position: relative;
    display: flex;
    min-height: 30px;
    padding: 5px 17px;
    cursor: pointer;
    transition: .2s linear;
    text-align: center;
    border: none;
    background: transparent;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.card_tab:hover,
.card_tab.active {
    color: #fff;
    background: #006400;
}

.card_tab-content {
    display: none;
}

.card_tab-content table {
    margin-bottom: 10px;
}

ol {
    padding: 0;
}

.card_tab-content.active {
    display: block;
}

.page {
    margin-bottom: 100px;
}

.profile_form {
    width: 570px;
}

.profile_form-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.profile_form-title {
    font-weight: 700;
}

.profile_form-link {
    font-weight: 100;
    text-decoration: none;
    text-transform: lowercase;
    border-bottom: 1px dashed;
    line-height: 1em;
    color: #006400;
}

.profile_form-subtitle {
    margin-bottom: 2px;
}

.profile_form-subtitle span {
    color: darkred;
}

.profile_form-inp {
    color: #001d3f;
    display: block;
    width: 100%;
    height: 30px;
    padding: 0 12px;
    transition: .2s linear;
    border: 1px solid #bcbfc6;
    background: none;
}

.profile_form-desc {
    line-height: 1em;
    text-align: center;
    padding: 5px 0 10px;
    color: #ccc;
    transition: all 0.3s;
}

.profile_form-btn {
    width: 100%;
    border: none;
}

.profile_form-desc:hover {
    color: #001d3f;
}

.contacts_wrapper {
    display: flex;
    justify-content: space-between;
}

.contacts_map {
    width: calc(57% - 15px);
    height: 400px;
}

.contacts_map iframe {
    width: 100%;
    height: 100%;
}

.contacts_info {
    width: calc(43% - 15px);
}

.contacts_option {
    color: #5b5c5c;
    margin-bottom: 15px;
}

.contacts_option a {
    color: #5b5c5c;

}

.contacts_desc {
    margin-bottom: 15px;
    color: #5b5c5c;
    font-size: 11px;
}

.contacts_option .scheme_link {
    display: inline-block;
    border-bottom: 1px dashed;
    color: #006400;
}

.contacts_option-link {
    width: 26px;
    margin: 30px 0;
    display: flex;
}

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

.contacts_form {
    margin-top: 33px;
    padding-top: 30px;
    border-top: 1px solid #babbc4;
}

.contacts_form-title {
    color: #0e112a;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 38px;
}

.contacts_form-wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.contacts_form-wrapper .popup_body-btn {
    height: 40px;
    margin-bottom: 0;
}

.contacts_form-wrapper .popup_body-area {
    height: 140px;
    margin-bottom: 0;
    width: calc(60% - 9px);
}

.contacts_form-left {
    width: calc(40% - 9px);
}

.cart_table_desktop .image {
    padding: 3px;
}

.cart_table_desktop .cart_table-title {
    position: relative;
    padding-left: 5px;
}

.cart_table_desktop th.count,
.cart_table_desktop th.weight,
.cart_table_desktop th.price,
.cart_table_desktop th.remove {
    width: 15%;
}

.cart_table_desktop .image a,
.cart_table_desktop .image img {
    display: block;
    max-width: 200px;
    margin: 0 auto;
}

.cart_table_desktop table {
    border-collapse: collapse;
}

.btn-danger {
    background: url(../img/close.svg) no-repeat center;
    font-size: 0;
    width: 20px;
    height: 20px;
    border: none;
    cursor: pointer;
}

.title_cart-item a {
    color: #001d3f;
    text-decoration: underline;
    margin-bottom: 4px;
    display: block;
}

.text-center {
    text-align: center;
}

.cart_top {
    margin: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cart_top-total {
    font-style: italic;
    position: relative;
    background-color: #006400;
    display: inline;
    padding: .5rem;
    color: white;
}

.cart_top-claen {
    color: #006400;
    background: none;
    border: none;
    border-bottom: 1px dashed;
    cursor: pointer;
}

.cart_wrapper {
    display: flex;
}

.cart_row {
    width: 50%;
    padding-right: 5%;
}

.cart_row .profile_form-inp {
    margin-bottom: 14px;
}

.profile_form-area {
    color: #929292;
    display: block;
    width: 100%;
    height: 147px;
    padding: 7px 12px;
    resize: none;
    transition: .2s linear;
    border: 1px solid #bcbfc6;
    background: none;
}

.form_file input {
    display: none;
}

/* .form_file {
    min-height: 150px;
    border: 2px dashed rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    background: white;
    padding: 20px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    text-align: center;
    margin-top: 20px;
} */

/* .btn {
    color: #fff;
    font-size: 18px;
    line-height: 50px;
    display: inline-block;
    padding: 0 30px;
    transition: .2s linear;
    vertical-align: top;
    text-decoration: none;
    text-transform: uppercase;
    background: #006400;
    font-weight: 500;
} */

.download-block {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
}

.form_file-subtitle {
    color: red;
    font-size: 12px;
    margin-top: 8px;
}

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

.cart_row .profile_form-title {
    margin-bottom: 5px;
}

.cart_row-inps {
    display: flex;
    gap: 5px;
}

.cart_row-inps .profile_form-inp:nth-child(1) {
    width: 50%;
}

.cart_row-inps .profile_form-inp {
    width: 25%;
}

.cart_checks-wrapper {
    display: flex;
    margin-top: 30px;
}

.cart_checks {
    padding-right: 50px;
}

.cart_checks .profile_form-title {
    margin-bottom: 20px;
}

.cart_check {
    display: flex;
    margin-bottom: 15px;
    font-size: 14px;
    cursor: pointer;
}

.cart_check input {
    display: none;
}

.cart_check input:checked+span::before {
    position: absolute;
    content: "";
    background: #006400;
    border-radius: 50%;
    width: 7.5px;
    height: 7.5px;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
}

.cart_check span {
    border: 1px solid #006400;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    position: relative;
    margin-right: 10px;
}

.cart_total {
    margin-top: 50px;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 30px;
    display: flex;
    gap: 5px;
    align-items: center;
}

.cart_total span {
    display: block;
    font-size: 16px;
}

.cart_btn {
    cursor: pointer;
    border: none;
    width: 45%;
    margin-bottom: 20px;
}

.cart_btn+.popup_body-ok {
    width: 45%;
    display: block;
    margin: 0;
    padding-left: 24px;
    text-align: left;
}

.wa-pay-comment {
    display: none;
}

.wa-pay-comment div {
    display: none;
}

.cart_row:has(.cart_checks:nth-child(1) .cart_check:last-child input:checked) .wa-pay-comment div:nth-child(1) {
    display: block;
}

.cart_row:has(.cart_checks:nth-child(2) .cart_check:last-child input:checked) .wa-pay-comment div:nth-child(2) {
    display: block;
}

.wa-pay-comment.active {
    border: 1px dashed #f99855;
    padding: 7px 10px;
    margin-top: 20px;
    text-align: center;
    display: block;
    font-size: 14px;
    width: 90%;
}

.wa-pay-comment-delivery ol {
    margin-left: 15px;
    text-align: left;
}


/* mSearchForm*/
/* .ui-widget-content {
    border: 1px solid #ddd;
    background: #fff;
    color: #333;
} */

/* .ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
} */

.ui-widget {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}

.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: 0;
    background-color: white;
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}

.ui-menu {
    z-index: 999999 !important;
}

.ui-menu .ui-menu-item {
    margin: 0;
    cursor: pointer;
/*     list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7); */
}
.mse2-ac-item:hover {
    cursor: pointer;
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 3px 1em 3px .4em;
}

#ui-id-1 .ui-menu-item .art {
    font-style: italic;
    font-size: 12px;
    margin: -6px 0 0 17px;
    color: #999;
    line-height: 22px;
}

.msMiniCart .not_empty .count {
    color: #000221;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    position: absolute;
    right: -1px;
    bottom: -10px;
    width: 40px;
    height: 16px;
    padding: 0 2px;
    text-align: center;
    border-radius: 20%;
    background: #98FF98;
}

@media (max-width: 1630px) {
    .aside {
        right: auto;
        left: 0;
        margin-left: 0;
        padding-left: 15px;
    }

    .card_imgs {
        width: calc(100% - 80px);
    }
}

@media (max-width: 1400px) {
    .sales_items,
    .stock-items{
        gap: 30px;
    }

    .sales_items .sales_slide,
    .stock-items .sales_slide {
        width: calc(33.333% - 20px);
    }
}

@media (max-width: 1199px) {
    .aside {
        top: 228px;
        width: 230px;
        height: calc(100% - 141px);
    }
    

    .header_wrapper {
        padding: 26px 0;
    }

    .content {
        width: calc(100% - 250px);
    }

    .menu a {
        font-size: 14px;
    }

    .header_links {
        gap: 20px;
    }

    .header_right::before {
        top: -26px;
        height: calc(100% + 52px);
        width: calc(100% + 52px);
        left: -26px;
    }

    .header_search {
        max-width: 420px;
    }

    .main_img {
        width: 580px;
        z-index: -1;
        top: 20px;
        right: -60px;
    }

    .main_img img {
        width: 100%;
        height: auto;
    }

    .catalog_item {
        width: calc(33.333% - 22px);
    }

    .advantages_item {
        width: calc(33.333% - 40px);
    }

    .sales_slide {
        width: 224px;
    }

    .sales_slider .slick-next {
        right: 0;
    }

    .footer_wrapper {
        flex-wrap: wrap;
        gap: 20px 0;
    }

    .catalog_filters-item,
    .catalog_filters-item:has(.select),
    .catalog_filters-item:first-child {
        width: 50%;
    }

    .content {
        margin-top: 0;
    }

    .card_info {
        width: calc(50% - 15px);
    }

    .card_left {
        width: calc(50% - 15px);
    }

    .card_info .sales_slide-subtitle {
        font-size: 16px;
    }

    .card_info .sales_slide-count {
        margin-left: 10px;
    }

    .contacts_map,
    .contacts_info {
        width: calc(50% - 15px);
    }

    .cart_checks-wrapper {
        flex-direction: column;
    }
}

@media (max-width: 992px) {
    .header_top {
        position: fixed;
        opacity: 0;
        visibility: hidden;
        top: 154px;
        right: 0;
        width: 0;
        padding: 35px 40px;
        height: calc(100% - 66px);
        transition: all 0.3s;

        overflow: auto;
    }

    .header_top.active {
        opacity: 1;
        visibility: visible;
        width: calc(100% - 52px);
    }

    .header_inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }
    
    .header_text {
        padding: 10px 10px;
        text-align: center;
        font-size: 14px;
    }

    .menu {
        margin-bottom: 2px;
        flex-direction: column;
    }

    .menu a {
        font-size: 16px;
    }

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

    .header_search {
        display: none;
    }

    .header_wrapper {
        padding: 14px 0;
    }

    .header_right::before {
        display: none;
    }

    .header_order {
        margin-right: auto;
        margin-left: 30px;
    }

    .aside {
        height: calc(100% - 66px);
        top: 154px;
        width: 52px;
    }
    
    .aside_inner {
        touch-action: pan-y;
    }

    .aside.active {
        width: 270px;
    }

    .aside_item {
        min-width: 252px;
    }

    .menu_burger {
        display: block;
        width: 30px;
        height: 30px;
        margin-left: 30px;
        position: relative;
    }

    .menu_burger::before {
        position: absolute;
        content: "";
        transition: .2s linear;
        background: #040926;
        height: 2px;
        width: 16px;
        top: 8px;
        transition: all 0.3s;
        right: 6px;
    }

    .menu_burger.active::before {
        transform: rotate(45deg);
        top: 14px;
    }

    .menu_burger::after {
        position: absolute;
        content: "";
        transition: .2s linear;
        background: #040926;
        height: 2px;
        transition: all 0.3s;
        width: 16px;
        bottom: 8px;
        right: 6px;
    }

    .menu_burger.active::after {
        transform: rotate(-45deg);
        bottom: 14px;
    }

    .menu_burger span {
        position: absolute;
        content: "";
        transition: .2s linear;
        background: #040926;
        height: 2px;
        transition: all 0.3s;
        width: 16px;
        top: 14px;
        right: 6px;

    }

    .menu_burger.active span {
        transform: scale(0);
    }

    .content {
        width: calc(100% - 54px);
        transition: .2s linear;
    }

    .wrapper {
        padding-top: 130px;
    }

    .main_img {
        position: relative;
        inset: auto;
    }

    .aside_inner {
        padding-left: 996px;
    }

    .aside_item {
        margin-bottom: 20px;
    }

    .aside_open {
        display: block;
        width: 24px;
        height: 24px;
        cursor: pointer;
        border: 1px solid #000221;
        position: relative;
        margin-bottom: 32px;
        min-height: 24px;
    }

    .aside_open.active::before {
        transform: scale(-1, 1) rotate(45deg);
        margin-left: -3px;
    }

    .aside_open:before {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 9px;
        height: 9px;
        margin-top: -4px;
        margin-left: -6px;
        content: '';
        transition: .2s linear;
        transform: rotate(45deg);
        border-top: 2px solid #000221;
        border-right: 2px solid #000221;
    }

    .aside_links {
        display: none;
    }

    .main_img {
        width: 100%;
        margin-bottom: 40px;
    }

    .advantages_items,
    .catalog_items {
        gap: 20px;
    }

    .advantages_item,
    .catalog_item {
        width: calc(50% - 10px);
    }

    .header.fixed .header_wrapper {
        padding: 14px 0;
    }

    body:has(.header.fixed) .aside {
        top: 66px;
        height: calc(100% - 66px);
    }

    .sales_slide {
        width: 315px;
    }

    .sales_slider {
        width: calc(100% + 15px);
    }

    .info_block-wrapper {
        flex-direction: column-reverse;
        gap: 20px;
    }

    .info_block-info {
        width: 100%;
    }

    .header_top .header_search {
        display: block;
        margin: 0;
        width: 100%;
        max-width: 100%;
    }

    .crumbs {
        margin-top: 80px;
    }

    .sales_items .sales_slide,
    .stock-items .sales_slide {
        width: calc(50% - 15px);
    }

    .card_favorite {
        margin-bottom: 30px;
        padding: 0 20px 0 55px;
    }
    
    .card_favorite:after {
        left: 20px;
    }

    .card_info .sales_slide-btn {
        width: 80px;
        height: 60px;
    }

    .page {
        margin: 100px 0;
    }

    .profile_form {
        max-width: 100%;
    }

    .contacts_wrapper {
        flex-direction: column;
        gap: 20px;
    }

    .contacts_map,
    .contacts_info {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .header_order {
        display: none;
    }

    .header_logo {
        width: 98px;
    }
    
    .header_top {
        top: 145px;
    }

    .header_right {
        margin-left: auto;
        margin-right: 0px;
    }

    .menu_burger {
        margin-left: 20px;
    }

    .header_right-cart {
        width: 30px;
        height: 30px;
    }

    .header_right-cart img {
        width: 20px;
        height: auto;
    }

    .header_top {
        padding: 35px 20px;
    }

    body:has(.header.fixed) .aside,
    .aside {
        height: calc(100% - 58px);
        top: 144px;
    }

    .main_title {
        font-size: 22px;
        line-height: 1.2;
    }

    .main_btn {
        text-align: center;
        width: 100%;
    }

    .advantages,
    .main {
        margin-bottom: 60px;
    }

    .main_wrapper {
        padding-bottom: 0;
    }

    .title {
        font-size: 22px;
        line-height: 1.2;
        margin-bottom: 30px;
        padding-left: 40px;
    }

    .title:before {
        width: 30px;
        top: 50%;
        transform: translateY(-50%);
    }

    .catalog_items {
        align-items: center;
        justify-content: center;
    }

    .advantages_item {
        width: 100%;
    }

    .catalog_item {
        width: 240px;
    }

    .catalog {
        margin-bottom: 60px;
    }

    .sales_slide {
        width: 255px;
    }

    .sales_slider .slick-next {
        right: 18px;
    }

    .info_block {
        margin-bottom: 60px;
    }

    .info_block-img {
        width: 100%;
    }

    .footer_numbers {
        gap: 10px;
        flex-direction: column;
    }

    .footer_right {
        gap: 30px;
        flex-direction: column;
    }

    .footer_option:last-child {
        display: none;
    }

    .footer_numbers {
        margin-bottom: 20px;
    }

    .catalog_filters {
        padding: 20px 20px 60px;
        gap: 10px;
    }

    .catalog_top {
        flex-direction: column;
        margin-bottom: 20px;
        gap: 30px;
    }

    .sales_items .sales_slide,
    .stock-items .sales_slide {
        width: 100%;
    }

    .sales_items,
    .stock-items{
        gap: 10px;
    }

    .reviews_slide {
        width: 220px;
        padding: 14px;
    }

    .reviews_slider {
        margin-bottom: 30px;
        width: calc(100% + 15px);
    }

    .reviews_more {
        font-size: 14px;
    }

    .catalog_filters-item,
    .catalog_filters-item:has(.select),
    .catalog_filters-item:first-child {
        width: 100%;
        padding-right: 0;
    }

    .catalog_filters-item:nth-child(5),
    .catalog_filters-item:nth-child(6) {
        display: none;
    }

    .card_wrapper {
        flex-direction: column;
        gap: 30px;
    }

    .card_left {
        width: 100%;
    }

    .card_art {
        margin-bottom: 10px;
    }

    .card_left {
        flex-direction: column-reverse;
    }

    .card_dots {
        width: 100%;
    }

    .card_dot {
        width: 50px;
        height: 55px;
    }

    .card_info {
        width: 100%;
        padding: 20px 0;
    }

    .card_img {
        height: 225px;
    }

    .card_info .sales_slide-option {
        font-size: 18px;
        height: 40px;
    }

    .card_info .sales_slide-option span {
        font-size: 24px;
    }

    .card_info .sales_slide-btn {
        width: 53px;
        height: 40px;
    }

    .card_info .sales_slide-btn img {
        width: 25px;
    }

    .card_tabs {
        gap: 10px;
        margin-bottom: 14px;
        padding-bottom: 14px;
        justify-content: flex-start;
        overflow: auto;
    }

    .card_tabs::-webkit-scrollbar {
        width: 10px;
        height: 5px;

        border-radius: 0;
        background-color: #98FF98;

        -webkit-appearance: none;
    }

    .card_tabs::-webkit-scrollbar-thumb {
        border-radius: 0;
        background-color: #001d3f;
    }

    .card_tabs-wrapper {
        padding: 20px;
    }

    .card_tab {
        font-size: 14px;
    }

    .card_tabs-wrapper table {
        font-size: 14px;
    }

    .profile_form-desc {
        font-size: 12px;
    }

    .cart_table_desktop thead tr {
        display: none
    }

    .cart_table_desktop .ms-cost:before {
        content: 'Итог:';
    }

    .cart_table_desktop tr {
        display: flex;
        flex-wrap: wrap;
        position: relative
    }

    .cart_table_desktop tr:nth-child(even) td.image {
        padding-top: 10px !important;
    }

    .cart_table_desktop tr:nth-child(even) td.title {
        padding-left: 5px;
        padding-right: 5px
    }

    .cart_table_desktop td.count,
    .cart_table_desktop td.price,
    .cart_table_desktop td.ms-cost {
        padding-bottom: 10px !important;
    }

    .cart_table_desktop td.price,
    .cart_table_desktop td.ms-cost {
        padding-top: 5px !important;
    }

    .cart_table_desktop tfoot tr {
        display: table;
        width: 100%;
    }

    .cart_table_desktop tfoot tr th {
        padding-top: 30px;
        padding-bottom: 20px;
    }

    .cart_table_desktop td.price,
    .cart_table_desktop td.count {
        width: 20%;
    }

    .cart_table_desktop td.count {
        padding-right: 10px
    }

    .cart_table_desktop td.ms-cost {
        width: 50%;
    }

    .cart_table_desktop .image,
    .cart_table_desktop .title_cart-item,
    .waBascetProductInfo-bg,
    .cart_table_desktop .title .article {
        width: 100%
    }

    .cart_table_desktop .title_cart-item {
        display: flex;
        flex-wrap: wrap;
    }

    .cart_table_desktop .remove {
        position: absolute;
        top: 0;
        right: 0;
        width: auto;
    }

    .cart_table_desktop .image,
    .cart_table_desktop .title_cart-item .article {
        order: 0
    }

    .cart_table_desktop .title_cart-item,
    .cart_table_desktop .title_cart-item a {
        order: 2
    }

    .cart_table_desktop .price,
    .waBascetProductInfo-bg {
        order: 3
    }

    .cart_table_desktop .ms-cost {
        order: 4
    }

    .cart_table_desktop .count {
        order: 5
    }

    .cart_table_desktop .title_cart-item a,
    .cart_table_desktop .title_cart-item .article {
        text-align: left;
    }

    .cart_table_desktop .title_cart-item a {
        font-weight: 700;
    }

    .cart_table_desktop .price .mr-2 {
        font-size: 18px;
        font-weight: 500
    }

    .cart_table_desktop .count input {
        max-width: 60%;
        padding-left: 0;
        padding-right: 0;
    }

    .cart_table_desktop td.count {
        width: 30%;
    }

    .cart_table_desktop td.count .sales_slide-count {
        width: 100%;
    }

    .cart_wrapper {
        flex-wrap: wrap;
        gap: 30px;
    }

    .cart_btn+.popup_body-ok,
    .cart_btn,
    .wa-pay-comment.active {
        width: 100%;
    }

    .cart_top {
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
    }

    .cart_row {
        width: 100%;
        padding-right: 0;
    }
    
    .catalog_filters .middle {
        margin-top: 20px;
        margin-bottom: 0; 
        margin-left: 0;
        flex-direction: column;
        gap: 20px;
        align-items: self-start;
    }
}


/* VladiMir */
.flex{display: flex;flex-direction: row;justify-content: flex-start;align-items: flex-start;}

/* 404 */
.error404__page.flex{flex-direction: column;align-items: center;}
.error404__page{padding: 85px 0 120px 0;}
.error404__page .error404__title{font-size: 100px;font-weight: 700;line-height: 0.8;color: #151515;text-transform: uppercase;margin-bottom: 20px;}
.error404__page .error404__text{color: #151515;text-align: center;margin-bottom: 50px;}
.error404__page .btn{}

.seo__text{}
.seo__text p{color: #5b5c5c;margin:0 0 20px 0;}


@media (max-width: 767px) {
    /* 404 */
    .error404__page{padding: 100px 0 60px 0;}
    .error404__page .error404__title{font-size: 60px;}
    .error404__page .error404__text{margin-bottom: 30px;}
}