/*! 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;
    border: 0;
}

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
}

.cookies {
    position: fixed;
    background: #1D3833;
    padding: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    right: 0;
    font-weight: 300;
    font-size: 16px;
    color: #FFFFFF;
    gap: 22px;
    width: 100%;
    z-index: 2;
}

.cookies_text>a {
    color: #FFFFFF;
    text-decoration: underline;
    text-underline-offset: 4px;
}


.loader_body {
    position: fixed;
    background-color: #fff;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 20;
    height: 100%;
    top: 0;
    right: 0;
    transition: all 0.3s;
}

.loader_body.done {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.loader {
    width: 48px;
    height: 48px;
    border: 5px solid #1D3833;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


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 {
    overflow-x: hidden;
    font-family: "Jost", sans-serif;
    color: #111111;
}

a {
    text-decoration: none;
}

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

.container {
    max-width: 1330px;
    margin: 0 auto;
    padding: 0 15px;
}

.header {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 10;
    padding: 27px 0;
    transition: all 0.3s;
}



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

.header_logo {
    display: flex;
}

.header.fixed {
    background: #F0F0EB;
}

.header.fixed .header_link path,
.header.fixed .header_menu path,
.header.fixed .header_languages-current path {
    stroke: #111111;
}

.header.fixed .header_logo g rect {
    fill: #1D3833;
}

.header.fixed .header_languages-current,
.header.fixed .header_catalog-btn,
.header.fixed .header_menu a {
    color: #111111;
}

.header.fixed .menu_burger::after,
.header.fixed .menu_burger span,
.header.fixed .menu_burger::before {
    background: #111111;
}

.header_left {
    display: flex;
    align-items: center;
    gap: 22px;
    width: 550px;
}

.header.open {
    background: #F0F0EB;
}

.header.open .header_link path,
.header.open .header_menu path,
.header.open .header_languages-current path {
    stroke: #111111;
}

.header.open .header_logo g rect {
    fill: #1D3833;
}

.header.open .header_languages-current,
.header.open .header_catalog-btn,
.header.open .header_menu a {
    color: #111111;
}

.header.open .menu_burger::after,
.header.open .menu_burger span,
.header.open .menu_burger::before {
    background: #111111;
}


.header.header_page {
    background: #F0F0EB;
}

.header.header_page .header_link path,
.header.header_page .header_menu path,
.header.header_page .header_languages-current path {
    stroke: #111111;
}

.header.header_page .header_logo g rect {
    fill: #1D3833;
}

.header.header_page .header_languages-current,
.header.header_page .header_catalog-btn,
.header.header_page .header_menu a {
    color: #111111;
}

.header.header_page .menu_burger::after,
.header.header_page .menu_burger span,
.header.header_page .menu_burger::before {
    background: #111111;
}

.header_menu {
    display: flex;
    align-items: center;
    gap: 22px;
}

.header_menu li {
    display: flex;
    align-items: center;
    gap: 5px;
    z-index: 1;
    position: relative;
}

.header_menu>li:has(.header_dropdown)::before {
    position: absolute;
    content: "";
    width: 100%;
    bottom: -32px;
    left: 0;
    height: 1px;
    background-color: #111111;
    transition: all 0.3s;
    opacity: 0;
}

.header_menu>li:hover:has(.header_dropdown)::after {
    position: absolute;
    content: "";
    width: 100%;
    height: calc(100% + 38px);
    top: 0;
    z-index: -1;
    right: 0;
}

.header_menu li svg {
    transition: all 0.3s;
}

.header_menu>li:hover>svg {
    transform: rotate(180deg);
}

.header_menu>li:hover::before {
    opacity: 1;
}

.header_menu a {
    font-weight: 300;
    display: block;
    color: #fff;
}

.header_menu>li:hover .header_dropdown {
    opacity: 1;
    visibility: visible;
}

.header_dropdown {
    position: absolute;
    top: calc(100% + 38px);
    background: #F0F0EB;
    padding: 14px 16px;
    width: max-content;
    opacity: 0;
    left: 0;
    transition: all 0.3s;
    visibility: hidden;
    border-radius: 2px;
}

.header_dropdown a {
    color: #111111;
    padding: 6px 9px;
    transition: all 0.3s;
    font-size: 18px;
}

.header_dropdown li:not(:last-child) {
    margin-bottom: 5px;
}

.header_dropdown a:hover {
    background: #E2E1D8CC;
    color: #1D3833;
}

.header_right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 550px;
}

.menu_burger {
    width: 24px;
    height: 24px;
    position: relative;
}

.menu_burger::before {
    position: absolute;
    content: "";
    width: 22px;
    height: 1.2px;
    background-color: #fff;
    top: 5px;
    right: 1px;
    border-radius: 2px;
    transition: all 0.3s;
}

.header_catalog-btn {
    position: relative;
}

.header_catalog-btn.active .menu_burger::before {
    transform: rotate(45deg);
    top: 11px;
}

.header_catalog-btn::before {
    position: absolute;
    content: "";
    width: 100%;
    bottom: -29px;
    left: 0;
    height: 1px;
    background-color: #111111;
    transition: all 0.3s;
    opacity: 0;
}

.header_catalog-btn.active::before {
    opacity: 1;
}

.menu_burger span {
    position: absolute;
    content: "";
    width: 11px;
    height: 1.2px;
    background-color: #fff;
    top: 11px;
    right: 6px;
    border-radius: 2px;
    transition: all 0.3s;
}

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

.menu_burger::after {
    position: absolute;
    content: "";
    width: 22px;
    height: 1.2px;
    background-color: #fff;
    bottom: 5px;
    right: 1px;
    border-radius: 2px;
    transition: all 0.3s;
}

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

.header_catalog-btn {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    display: flex;
    cursor: pointer;
    align-items: center;
    position: relative;
    gap: 8px;
}


.header_languages {
    margin-right: 22px;
    position: relative;
    z-index: 1;
}

.header_languages:hover .header_languages-dropdown {
    opacity: 1;
    visibility: visible;
}

.header_languages svg {
    transition: all 0.3s;
}

.header_languages:hover svg {
    transform: rotate(180deg);
}

.header_languages:hover::after {
    position: absolute;
    content: "";
    width: 100%;
    height: calc(100% + 38px);
    top: 0;
    z-index: -1;
    right: 0;
}

.header_languages-dropdown {
    position: absolute;
    top: calc(100% + 38px);
    right: 0;
    background: #F0F0EB;
    padding: 14px 16px;
    border-radius: 2px;
    width: max-content;
    opacity: 0;
    transition: all 0.3s;
    visibility: hidden;
}

.header_languages-dropdown button {
    color: #111111;
    padding: 5px 15px 5px 8px;
    transition: all 0.3s;
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 300;
}

.header_languages-dropdown li:not(:last-child) {
    margin-bottom: 5px;
}

.header_languages-dropdown a:hover {
    background: #E2E1D8CC;
    color: #1D3833;
}

.header_links {
    margin-left: 60px;
    display: flex;
    gap: 24px;
    align-items: center;
}

.header_languages-current {
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 300;
    color: #fff;
    cursor: pointer;
}

.header_link {
    display: flex;
    position: relative;
    transition: all 0.3s;
}

.header_link path {
    fill: #1d383300;
    transition: all 0.3s;
}

.header_link:nth-child(2) path:nth-child(2) {
    fill: #1d383300 !important;
}

.header_link:hover path {
    fill: #1D3833;
}

.header_link span.header_counter {
    position: absolute;
    background: #D5D4C7;
    width: 16px;
    height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 11px;
    color: #1D3833;
    right: -4px;
    bottom: 0;
    border-radius: 50%;
}
.header_link span.header_name {
    font-size: 16px;
    color: #fff;
    font-weight: 300;
}
.header_page .header_link span.header_name, .header.fixed .header_link span.header_name {
    color: #111111;
}
@media (max-width: 1360px) {
  span.header_name {
    display: none;
  }
}
.header_link--account{
    
    align-items: center;
    gap: 3px;
}
.header_inner {
    position: fixed;
    width: 100%;
    height: calc(100% - 82px);
    top: 82px;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.1s;
}

.header_inner.active {
    opacity: 1;
    visibility: visible;
}

.header_inner-overlay {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #00000033;
}

.header_inner.active .header_inner-overlay {
    backdrop-filter: blur(12px);
    animation: overlayAnim 0.3s 0.1s linear;
}

@keyframes overlayAnim {
    0% {
        backdrop-filter: blur(0px);
    }

    100% {
        backdrop-filter: blur(12px);
    }
}

.header_inner-wrapper {
    z-index: 2;
    position: relative;
    width: calc(330px + ((100vw - 1300px) / 2));
    padding-left: calc((100vw - 1300px) / 2);
    padding-top: 34px;
    padding-bottom: 34px;
    background: #E2E1D8;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.header_inner-menu a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    color: #111111;
    padding: 10px 12px;
    transition: all 0.3s;
}

.header_inner-menu a:hover {
    background: #D5D4C799;
    color: #1D3833;
}

.header_inner-menu li {
    padding-right: 30px;
}

.header_inner-menu li .header_inner-dropdown {
    position: absolute;
    width: 360px;
    left: 100%;
    border-left: 1px solid #1111111A;
    top: 0;
    height: 100%;
    padding: 34px 30px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    background: #E9E8E2;
}

.header_inner-menu li:hover .header_inner-dropdown {
    opacity: 1;
    visibility: visible;
}

.header_inner-messages {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 42px 0 12px;
    margin-top: auto;
}

.header_inner-subtitle {
    font-weight: 300;
    font-size: 16px;
    margin-right: auto;
}

.header_inner-message {
    display: flex;
    margin-left: 10px;
}


.main_slide {
    position: relative;
    padding: 290px 0 280px;
    height: inherit;
    z-index: 1;
}

.main_slide-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    /display: flex;
}

.main_slide-img::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: #0000004D;
}

.main_slide-img::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 286px;
    top: -36px;
    right: 0;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.main_slide-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main_slide-title {
    font-weight: 300;
    font-size: 70px;
    margin-bottom: 40px;
    color: #fff;
}

.btn_light {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 9px;
    background: #D5D4C7;
    border-radius: 2px;
    font-size: 18px;
    color: #1D3833;
    padding: 16px 34px;
    width: fit-content;
    cursor: pointer;
    transition: all 0.3s;
    border: none;
}

.btn_light:hover {
    opacity: 0.8;
}

.btn_green {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 9px;
    background: #1D3833;
    border-radius: 2px;
    font-size: 18px;
    color: #fff;
    padding: 16px 34px;
    width: fit-content;
    cursor: pointer;
    transition: all 0.3s;
    border: none;
}

.btn_green:hover {
    opacity: 0.8;
}

.btn_white {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #F0F0EB;
    border-radius: 2px;
    font-size: 18px;
    color: #1D3833;
    padding: 16px 34px;
    width: fit-content;
    cursor: pointer;
    transition: all 0.3s;
    border: none;
}

.btn_white:hover {
    opacity: 0.8;
}

.main_slider {
    position: relative;
}

.main_slider-arrows {
    position: absolute;
    bottom: 36px;
    right: 50%;
    gap: 60px;
    transform: translateX(50%);
    display: flex;
    z-index: 3;
}

.main_slider-arrow {
    display: flex;
    cursor: pointer;
}

.main_slider-pagin {
    position: absolute;
    right: 70px;
    top: 50% !important;
    width: fit-content !important;
    transform: translateY(-50%) !important;
    left: auto !important;
    display: flex;
    flex-direction: column;
    gap: 19px;
    bottom: auto !important;
    z-index: 2;
}

.main_slider-pagin .swiper-pagination-bullet {
    width: 35px;
    height: 35px;
    opacity: 1;
    background: none;
    cursor: pointer;
    position: relative;
}

.main_slider-pagin .swiper-pagination-bullet::before {
    position: absolute;
    content: "";
    width: 9px;
    height: 9px;
    background-color: #fff;
    border-radius: 50%;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
}

.main_slider-pagin .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 1.2px solid #FFFFFF;
}

.catalog {
    padding: 80px 0 100px;
    background: #D5D4C759;
}

.title {
    font-weight: 300;
    font-size: 36px;
    margin-bottom: 35px;
    position: relative;
    padding-bottom: 14px;
}

.title::before {
    position: absolute;
    content: "";
    width: 60px;
    background-color: #111111CC;
    height: 1.5px;
    bottom: 0;
    left: 0;
}

.catalog_items {
    display: flex;
    gap: 20px;
}

.catalog_item {
    width: calc(33.333% - 13.333px);
    height: 510px;
    position: relative;
    padding: 32px;
    display: flex;
    align-items: flex-end;
    z-index: 1;
}


.catalog_item-img {
    position: absolute;
    z-index: -1;
    display: flex;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;
    right: 0;
}

.catalog_item-img::before {
    position: absolute;
    content: "";
    background: #11111159;
    width: 100%;
    height: 100%;
    top: 0;
    transition: all 0.3s;
    right: 0;
    z-index: 1;
}

.catalog_item:hover .catalog_item-img img {
    transform: scale(1.05);
}

.catalog_item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
}

.catalog_item-title {
    font-size: 24px;
    display: flex;
    align-items: center;
    gap: 14px;
    color: #fff;
}

.collections {
    margin: 80px 0;
}

.collections_slide {
    position: relative;
    color: #111111;
    z-index: 2;
}

.sets_slide.swiper-slide-active .collections_slide {
    pointer-events: all !important;

}

.collections_slide-teg {
    top: 15px;
    left: 0;
    position: absolute;
    font-size: 14px;
    z-index: 1;
    color: #fff;
    padding: 6px 8px;
    border-radius: 0 2px 2px 0;
}

.collections_slide-teg.teg_new {
    background: #385852;
}

.collections_slide-teg.teg_sale {
    background: #8B160D;
}

.collections_slide-favorite {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #FFFFFF;
    display: flex;
    z-index: 1;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    padding: 0;
    border: none;
    cursor: pointer;
}

.collections_slide-img {
   
    overflow: hidden;
    margin-bottom: 20px;
    z-index: -1;
    position: relative;
}

.collections_slide-favorite.active path {
    fill: #8B160D;
    stroke: #8B160D;
}

.collections_slide:hover .collections_slide-img img {
    transform: scale(1.05);
}

.collections_slide-img img {
    width: 100%;
    
    transition: all 0.3s;
}

.collections_slide-title {
    font-weight: 300;
    font-size: 18px;
    line-height: 120%;
    margin-bottom: 12px;
    color: #111111;
}

.collections_slide-price {
    font-size: 24px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #111111;
}

.collections_slide-price .new, .collections_slide-price .price-new {
    color: #8B160D;
}

.collections_slide-price .old, .collections_slide-price .price-old {
    color: #999999;
    font-size: 16px;
    text-decoration: line-through;
}

.collections_slider-wrapper {
    position: relative;
}

.collections_slider-arrow {
    position: absolute;
    cursor: pointer;
    z-index: 1;
    top: -76px;
}

.collections_slider-arrow.next {
    right: 0;
}

.collections_slider-arrow.prev {
    right: 62px;
}

.swiper-button-disabled {
    opacity: 0.35;
}

.about {
    background: #1D3833;
    padding: 90px 0;
}

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

.about_right {
    width: calc(50% - 10px);
    padding-left: 40px;
    color: #DDDCD1;
}

.about_text {
    font-weight: 300;
    font-size: 20px;
    line-height: 130%;
    margin-bottom: 46px;
}

.about_subtitle {
    margin-bottom: 30px;
    font-weight: 300;
    font-size: 36px;
    padding-left: 120px;
}

.about_item {
    padding-left: 120px;
    margin-bottom: 22px;
}

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

.about_item-title {
    font-weight: 300;
    font-size: 24px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.about_item-text {
    font-weight: 300;
    font-size: 20px;
    line-height: 130%;
}

.about_left {
    padding: 70px 0 60px;
    position: relative;
    width: calc(50% - 10px);
}

.about_left-img {
    display: flex;
    width: 500px;
    border-radius: 2px;
    overflow: hidden;
    margin-left: auto;
    height: 605px;
}

.about_left-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about_left-logo {
    position: absolute;
    display: flex;
    top: 0;
    left: 0;
    width: 575px;
}

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

.about_left-name {
    position: absolute;
    display: flex;
    bottom: 0;
    left: 0;
}

.sets {
    background: #F0F0EB;
    padding: 80px 0 110px;
}

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

.sets_slide-img {
    position: relative;
    width: 530px;
    height: 665px;
    display: flex;
}

.sets_slide-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sets_slide-dot {
    position: absolute;
    background: #F0F0EB59;
    z-index: 1;
    backdrop-filter: blur(35px);
    width: 56px;
    height: 56px;
    border-radius: 50%;
	display:none;
}

.sets_slide-dot::before {
    position: absolute;
    content: "";
    background: #F0F0EB;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    transform: translate(50%, -50%);
    top: 50%;
    right: 50%;
}

.sets_slide-dot:nth-child(1) {
    bottom: 12%;
    right: 12%;
}

.sets_slide-dot:nth-child(2) {
    bottom: 38%;
    right: 53%;
}

.sets_slide-dot:nth-child(3) {
    bottom: 55%;
    right: 30%;
}

.sets_slide-top {
    display: flex;
    align-items: center;
    margin-bottom: 26px;
    gap: 20px;
}

.sets_slide-count {
    font-size: 24px;
}

.sets_slide-items {
    width: 640px;
}

.sets_slide-arrow {
    display: flex;
    cursor: pointer;
}

.sets_slide-items_wrapper {
    position: relative;
}

.sets_slide-items_arrow {
    position: absolute;
    top: 172px;
    cursor: pointer;
    z-index: 1;
}

.sets_slide-items_arrow.prev {
    left: -20px;
}

.sets_slide-items_arrow.next {
    right: -20px;
}

.sets_slider {
    overflow: visible;
}

.footer {
    background: #D5D4C7B2;
    padding: 60px 0 25px;
}

.footer_logo {
    display: flex;
    padding-bottom: 16px;
    width: 232px;
    margin: 0 auto 6px;
    position: relative;
}

.footer_logo::before {
    position: absolute;
    content: "";
    width: 64px;
    height: 1px;
    background-color: #1D3833;
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
}

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

.footer_subtitle {
    font-weight: 300;
    font-size: 16px;
    text-align: center;
    color: #1D3833;
    margin-bottom: 48px;
}

.footer_wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.footer_items {
    display: flex;
    gap: 20px;
}

.footer_item {
    width: 200px;
}

.footer_form {
    width: 420px;
}

.footer_item-title {
    font-size: 18px;
    margin-bottom: 16px;
    color: #111111;
}

.footer_menu a {
    display: block;
    font-weight: 300;
    font-size: 18px;
    color: #111111;
    margin-bottom: 6px;
    transition: all 0.3s;
}

.footer_menu a:hover {
    opacity: 0.7;
}

.footer_form-title {
    font-size: 22px;
    line-height: 130%;
    margin-bottom: 22px;
}

.inp {
    display: block;
    background: none;
    border: none;
    padding: 14px 16px;
    font-size: 18px;
    margin-bottom: 20px;
    border-bottom: 1px solid #1111114D;
    width: 100%;
}

.form_btn {
    width: 100%;
}

.form_ok {
    display: block;
    cursor: pointer;
    margin-bottom: 20px;
    padding-left: 34px;
    position: relative;
    font-weight: 300;
    font-size: 15px;
    min-height: 28px;
    line-height: 130%;
}

.form_ok a {
    color: #111111;
}

.form_ok input {
    display: none;
}

.form_ok span {
    display: block;
    border: 1px solid #111111;
    width: 20px;
    height: 20px;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 4px;
}

.form_ok input:checked+span {
    background-image: url(../img/check.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.footer_bot {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 30px;
}

.footer_bot-left {
    width: 400px;
}

.footer_desc {
    font-weight: 300;
    font-size: 15px;
    line-height: 130%;
    color: #11111173;
}

.footer_messages {
    display: flex;
    margin-bottom: 12px;
    gap: 12px;
}

.footer_message {
    display: flex;
}

.footer_bot-right {
    display: flex;
    gap: 50px;
}

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

.footer_links-title {
    font-size: 18px;
    margin-right: 4px;
}

.footer_link {
    font-weight: 300;
    font-size: 18px;
    color: #111111;
    display: flex;
    gap: 10px;
    align-items: center;
}

.footer_link.active {
    color: #11111173;
}

.footer_link::after {
    position: relative;
    content: "|";
    font-size: 16px;
}

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

.footer_inner {
    display: flex;
    justify-content: space-between;
    padding-top: 28px;
    border-top: 1px solid #1111110F;
}

.footer_inner-item {
    font-weight: 300;
    font-size: 15px;
    display: flex;
    align-items: flex-end;
    gap: 2px;
    color: #1111117A;
}

a.footer_inner-item {
    text-decoration: underline;
}

.header_inner-list,
.header_inner-bot {
    display: none;
}

.header_inner-dropdown .header_inner-messages,
.header_inner-title,
.header_inner-back {
    display: none;
}

.header_inner-back {
    display: none !important;
}

.footer_menu-mobile {
    display: none;
}

.page_default {
    margin: 110px 0 100px;
}

.crumbs {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
    gap: 16px;
}

.crumb {
    font-weight: 300;
    font-size: 16px;
    color: #111111;
    display: flex;
    align-items: center;
    gap: 16px;
}

.crumb::after {
    position: relative;
    content: "";
    background-image: url(../img/crumb_arrow.svg);
    background-size: cover;
    width: 13px;
    height: 6px;
    display: block;
}

.crumb:last-child {
    color: #11111166;
}

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

.catalog_categoryes {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 90px;
    gap: 20px;
}

.catalog_category {
    width: 200px;
    height: 300px;
    display: flex;
    flex-direction: column;
    padding: 18px 24px;
    justify-content: flex-end;
    position: relative;
    box-sizing: border-box;
    z-index: 1;
}

.catalog_category:hover .catalog_category-img img {
    transform: scale(1.05);
}

.catalog_category-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
    display: flex;
}

.catalog_category-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
}

.catalog_category-img::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: #11111159;
    z-index: 1;
}

.catalog_category-title {
    margin-bottom: 5px;
    font-size: 20px;
    color: #fff;
}

.catalog_category-subtitle {
    color: #fff;
    font-weight: 300;
}

.catalog_categoryes-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    width: 38px;
    height: 38px;
    z-index: 2;
}

.catalog_categoryes-wrapper {
    position: relative;
    overflow: visible;
}

.catalog_categoryes-arrow.prev {
    left: -10px;
}

.catalog_categoryes-arrow.next {
    right: -10px;
}

.catalog_items {
    display: flex;
    flex-wrap: wrap;
    gap: 50px 20px;
}

.catalog_items .collections_slide {
    width: calc(25% - 15px);
}

.pagin {
    display: flex;
    justify-content: center;
    margin-top: 80px;
    gap: 32px;
    align-items: center;
}

.pagin li:first-child {
    margin-right: 28px;
}

.pagin li:last-child {
    margin-left: 28px;
}

.pagin a {
    display: flex;
    font-size: 18px;
    color: #111111;
    padding: 8px 4px;
    transition: all 0.3s;
}

.pagin a:hover {
    color: #11111159;

}

.pagin a.active {
    color: #11111159;
    border-bottom: 1.2px solid #11111159;
}

.catalog_filters {
    display: flex;
    padding-bottom: 30px;
    margin-bottom: 36px;
    z-index: 3;
    position: relative;
    border-bottom: 1px solid #1111111F;
}

.catalog_filter {
    position: relative;
    margin-right: 14px;
    z-index: 2;
}

.catalog_filter-title {
    background: #F0F0EB;
    border-radius: 2px;
    padding: 15px 20px;
    font-size: 18px;
    color: #1D3833;
    cursor: pointer;
    user-select: none;
    display: flex;
    gap: 10px;
    align-items: center;
}

.catalog_filter:not(.catalog_filter-ways) .catalog_filter-title span {
    display: none;
    background: #D5D4C7;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-size: 13px;
    color: #1D3833;
}

.catalog_filter:has(.catalog_filter-dropdown.active) .catalog_filter-title img:last-child {
    transform: rotate(180deg);
}

.catalog_filter:has(.catalog_filter-item input:checked) .catalog_filter-title span {
    display: flex;
}

.catalog_filter-title img {
    transition: all 0.3s;
}

.catalog_filter-dropdown {
    position: absolute;
    background: #FFFFFF;
    box-shadow: 0px 6px 18px 0px #2521201F;
    border-radius: 2px;
    width: 257px;
    top: calc(100% + 10px);
    left: 0;
    padding: 14px 18px;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

.catalog_filter-dropdown.active {
    opacity: 1;
    visibility: visible;
}

.catalog_filter-item {
    display: block;
    margin-bottom: 4px;
    user-select: none;
}

.catalog_filter-item span {
    padding: 6px 9px;
    cursor: pointer;
    position: relative;
    font-weight: 300;
    display: flex;
    align-items: center;
    gap: 10px;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: calc(100% - 9px) 50%;
    transition: all 0.3s;
}
.catalog_filter-item span img{
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
}

.catalog_filter-item:hover span {
    background-color: #F0F0EB;
}

.catalog_filter-item input {
    display: none;
}

.catalog_filter-item input:checked+span {
    background-color: #F0F0EB;
    background-image: url(../img/filter_arrow.svg);
}

.catalog_filter-ways {
    margin-left: auto;
    margin-right: 0;
}

.catalog_filter-ways .catalog_filter-dropdown {
    right: 0;
    left: auto;
}

.catalog_filter-radio {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 7px 0;
    margin-bottom: 4px;
    cursor: pointer;
}

.catalog_filter-radio input {
    display: none;
}

.catalog_filter-radio span {
    border: 0.8px solid #11111126;
    width: 22px;
    height: 22px;
    border-radius: 50%;
}

.catalog_filter-radio input:checked+span {
    border: 5px solid #1D3833;
}

.filter_dropdown-overlay {
    display: none;
}

.catalog_filters-open {
    display: none;
}

.filters_inner,
.filter_dropdown-top {
    display: none;
}

.card_left {
    width: 750px;
    display: flex;
    justify-content: space-between;
}

.card_dots {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.card_dot {
    height: 116px;
    display: flex;
    justify-content: center;
    cursor: pointer;
    border-radius: 2px;
    overflow: hidden;
}

.card_dot img {
    width: auto;
    height: 100%;
    object-fit: cover;
    mix-blend-mode: darken;
}

.card_imgs {
    width: 640px;

    border-radius: 2px;
    overflow: hidden;
    margin: 0;
}

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

.card_img img {
    mix-blend-mode: darken;
    max-width: 100%;
    width: 100%;
    height: 100%;
    max-height: 100%;
    object-fit: cover;
}

.card_dots-wrapper {
    width: 90px;
    padding: 48px 0;
    position: relative;
    height: 724px;
}

.swiper-slide-thumb-active.card_dot {
     
}

.card_dots-arrow {
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    cursor: pointer;
	
}

.card_dots-arrow.swiper-button-disabled {
    opacity: 0.2;
}

.card_dots-arrow.prev {
    top: 0;
}

.card_dots-arrow.next {
    bottom: 0;
}

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

.card_right {
    width: 450px;
}

.card_teg {
    font-size: 14px;
    z-index: 1;
    color: #fff;
    padding: 6px 10px;
    border-radius: 2px;
    margin-bottom: 10px;
    width: fit-content;
}

.card_teg.teg_new {
    background: #385852;
}

.card_teg.teg_sale {
    background: #8B160D;
}

.card_title {
    font-weight: 300;
    font-size: 36px;
    line-height: 120%;
    margin-bottom: 24px;
}

.card_option {
    display: flex;
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 8px;
}

.card_option span {
    color: #999999;
    margin-left: 8px;
}

.card_options {
    margin-bottom: 30px;
}

.card_size {
    margin-bottom: 14px;
}

.card_size-title {
    font-weight: 300;
    margin-bottom: 14px;
}

.card_size-items {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.card_size-item {
    cursor: pointer;
    display: block;
}



.card_size-item input {
    display: none;
}

.card_size-items span {
    background: #FFFFFF;
    border: 1px solid #11111126;
    padding: 11px 20px;
    font-weight: 300;
    border-radius: 2px;
    min-width: 56px;
    text-align: center;
    display: block;
    position: relative;
    overflow: hidden;
}

.card_size-item input:checked+span {
    background: #1D3833;
    border: 1px solid #1D3833;
    color: #fff;
}

.card_size-item.disabled {
    pointer-events: none;

}

.card_size-item.disabled span {
    color: #C1C1C1;
    border: 1px solid #DBDBDB;
}

.card_size-item.disabled span::before {
    position: absolute;
    content: "";
    width: 150%;
    background-color: #DBDBDB;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%) rotate(146deg);
    height: 1px;
}

.card_size-open {
    font-weight: 300;
    margin-bottom: 32px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #999999;
}

.card_colors-title {
    font-weight: 300;
    margin-bottom: 14px;
    width: 100%;
}

.card_colors-title span {
    color: #999999;
    margin-left: 4px;
}

.card_colors {
    margin-bottom: 45px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.card_color {
    cursor: pointer;
    display: block;
}

.card_color input {
    display: none;
}

.card_color span {
    border: 1px solid #11111129;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
}

.card_color input:checked+span {
    background-image: url(../img/check2.svg);
}

.catalog_item-price {
    font-size: 32px;
    margin-bottom: 20px;
    color: #000000;
    display: flex;
    align-items: flex-end;
    gap: 12px;
}

.catalog_item-price span.old {
    font-weight: 300;
    font-size: 18px;
    text-decoration: line-through;
    color: #999999;
}
.catalog_item-price span.new {
    color: #8B160D;
}


.card_btn {
    width: 100%;
    margin-bottom: 12px;
}

.card_favorite {
    width: 100%;
}

.card_faq {
    background: #F0F0EB;
    padding: 80px 0 90px;
}

.card_faq-items {
    /*columns: 2;*/
    /display: flex;
    /flex-wrap: wrap;
    gap: 0 20px;
}

.card_faq-item {
    page-break-inside: avoid;
    break-inside: avoid;
    border-top: 1px solid #1111111F;
    border-bottom: 1px solid #1111111F;
    margin-bottom: -1px;
    width: 100%;
}

.card_faq-title {
    padding: 32px 0;
    cursor: pointer;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
}

.card_faq-title::before {
    position: absolute;
    content: "";
    background-image: url(../img/faq_arrow.svg);
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    background-size: cover;
    transition: all 0.3s;
}

.card_faq-title.active::before {
    transform: translateY(-50%) rotate(180deg);
}

.card_faq-text {
    font-weight: 300;
    line-height: 120%;
    padding-bottom: 32px;
    margin-top: -16px;
    display: none;
}

.card_faq-text ul {
    list-style: disc;
    font-weight: 300;
    line-height: 120%;
    padding-left: 20px;
    margin-bottom: 20px;
}

.card_faq-text ul li::marker {
    font-size: 6px;
}

.card_faq-text p {
    font-weight: 300;
    line-height: 120%;
}

.card_faq-text p:not(:last-child) {
    margin-bottom: 12px;
}

.card_imgs-pagin {
    display: none;
}

.fancybox-bg {
    background: #00000033;

}

.fancybox-inner {
    backdrop-filter: blur(12px)
}

.popup_body {
    right: 0;
    top: 0;
    background: #FFFFFF;
    width: 510px;
    height: 100%;
    padding: 36px 70px;
    margin-left: auto !important;
}

.fancybox-slide:has(.popup_body) {
    text-align: right;
    padding: 0;
}

.popup_body .fancybox-close-small {
    top: 36px;
    right: 70px;
    padding: 0px;
    width: 24px;
    height: 24px;
    opacity: 1;
}

.popup_body .fancybox-close-small svg {
    width: 100%;
    height: 100%;
}

.popup_body-title {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 40px;
    padding-top: 4px;
}

.popup_size-desc {
    font-weight: 300;
    color: #999999;
}

.popup_size-items {
    margin-bottom: 18px;
}

.popup_size-item {
    display: flex;
    padding: 20px 0;
}

.popup_size-item:nth-child(2n) {
    background: #F6F6F6;
}

.popup_size-item:first-child {
    border-top: 1px solid #1111111F;
    border-bottom: 1px solid #1111111F;
}

.popup_size-value {
    flex: 1;
    font-weight: 300;
    padding: 0 10px;
    font-size: 15px;
    text-align: center;
}

.popup_cart-btn {
    width: 100%;
}

.popup_cart-items {
    margin-bottom: 36px;
}

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

.popup_cart-item:last-child {
    margin-bottom: 0;
}

.popup_cart-img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 96px;
    height: 108px;
    border-radius: 2px;
    overflow: hidden;
}

.popup_cart-img img {
    max-width: 100%;
    max-height: 100%;
}

.popup_cart-info {
    width: 296px;
}

#popup_cart {
    padding-left: 50px;
    padding-right: 50px;
}

#popup_cart .fancybox-close-small {
    right: 50px;
}

.popup_cart-title {
    font-weight: 300;
    font-size: 18px;
    line-height: 110%;
    margin-bottom: 8px;
}

.popup_cart-subtitle {
    font-weight: 300;
    font-size: 16px;
    line-height: 120%;
    color: #1111118C;
    margin-bottom: 36px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.popup_cart-subtitle span {
    display: flex;
    gap: 10px;
}

.popup_cart-subtitle span::after {
    position: relative;
    content: "|";
}

.popup_cart-subtitle span:last-child::after {
    display: none;
}

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

.popup_cart-price {
    font-size: 20px;
    color: #8B160D;
    display: flex;
    align-items: flex-end;
    gap: 10px;
}

.popup_cart-price span {
    font-weight: 300;
    font-size: 15px;
    text-decoration: line-through;
    color: #999999;
}

.popup_cart-counter {
    display: flex;
    align-items: center;
    user-select: none;
    gap: 2px;
}

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


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0;
    /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance: textfield;
    /* Firefox */
}

.count-arrow {
    border: 1px solid #11111126;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    cursor: pointer;
}

.popup_cart-back {
    display: flex;
    justify-content: center;
    height: 34px;
    width: 100%;
    align-items: center;
    margin-top: auto;
    color: #1D3833;
}

.cart_wrapper {
    display: flex;
    position: relative;
    justify-content: space-between;
}

.cart_left {
    width: 860px;
}

.cart_items {
    margin-bottom: 80px;
}

.cart_item {
    border-bottom: 1px solid #1111111F;
    padding: 34px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
	position: relative;
}

.cart_item-img {
    width: 96px;
    height: 114px;
    border-radius: 2px;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
}


.cart_item-img img {
    max-width: 100%;
    max-height: 100%;
}

.cart_item:first-child {
    border-top: 1px solid #1111111F;
}

.cart_item-info {
    width: 358px;
}

.cart_item-title {
    font-weight: 300;
    font-size: 18px;
    line-height: 110%;
    margin-bottom: 16px;
}
.cart_item-title a{
    color: inherit;
}
.cart_item-option {
    font-weight: 300;
    font-size: 16px;
    color: #1111118C;
    margin-bottom: 8px;
}

.cart_item-option span {
    margin-left: 8px;
}

.cart_item-option:last-child {
    margin-bottom: 0;
}

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

.cart_item-counter .count-arrow {
    width: 38px;
    height: 38px;
}

.cart_item-counter .count-inp {
    width: 30px;
}

.cart_item-price {
    font-weight: 400;
    font-size: 24px;
    text-align: right;
}

.cart_item-price .old {
    font-size: 16px;
    text-decoration: line-through;
    margin-bottom: 6px;
    color: #999999;
}

.cart_item-price .new {
    color: #8B160D;
}

.cart_item-delete {
    display: flex;
    justify-content: center;
    align-items: center;
    background: none;
    border: none;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.cart_item-delete img {
    width: 24px;
    height: auto;
}

.cart_inner {
    margin-bottom: 60px;
    display: flex;
    flex-wrap: wrap;
    gap: 24px 20px;
}

.cart_inner fieldset{
    display: flex;
    flex-wrap: wrap;
    gap: 24px 20px;
}

.cart_inner-title {
    font-weight: 300;
    font-size: 28px;
    margin-bottom: 2px;
    width: 100%;
}

.inp_wrapper {
    
    height: 54px;
    position: relative;
    border: 1px solid #11111126;
    display: flex;
    align-items: center;
}

.form-group{
    width: calc(50% - 10px);
}

.inp_wrapper input {
    width: 100%;
    height: 100%;
    background: none;
    border: none;
    padding-left: 20px !important;
}


.inp_wrapper.active .inp_placeholder,
.inp_wrapper:has(input:focus) .inp_placeholder {
    top: -10px;
    left: 10px;
    transform: translateY(0%);
    font-size: 14px;
    background: #FFFFFF;
    padding: 2px 10px;
}

.inp_placeholder {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    font-weight: 300;
    line-height: 110%;
    background-color: #fff;
    transition: all 0.3s;
    pointer-events: none;
    color: #1111118C;
}


.inp_clean {
    position: absolute;
    width: 24px;
    height: 24px;
    right: 14px;
    top: 50%;
    cursor: pointer;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

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

.inp_clean.active {
    opacity: 1;
    visibility: visible;
}

.inp_wrapper.active .password_show,
.inp_wrapper:has(input:focus) .password_show,
.inp_wrapper.active .inp_clean {
    opacity: 1;
    visibility: visible;
}

input[type=password] {
    font-family: auto;
}


.inp_country-dropdown {
    position: absolute;
    top: calc(100% + 6px);
    background: #F6F6F6;
    border-radius: 2px;
    width: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    transition: all 0.3s;
    padding: 14px;
}

.inp_country-dropdown.active {
    opacity: 1;
    visibility: visible;
}

.inp_country-item {
    padding: 8px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
    border-radius: 2px;
    transition: all 0.3s;
    font-weight: 300;
    cursor: pointer;
}

.inp_country-item:hover {
    background: #EFEEEB;
}

.inp_country-item span {
    display: flex;
    color: #1111118C;
    align-items: center;
    white-space: nowrap;
    gap: 8px;
}

.inp_country-current {
    align-self: center;
    margin: 0 0 0 20px;
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
}

.custom-select {
    /* width: calc(50% - 10px); */
    width: 100%;
    border: 1px solid #11111126;
    height: 54px;
    position: relative;
}

.custom-select__option--value {
    width: 100%;
    height: 100%;
    background: none;
    cursor: pointer;
    border: none;
    display: flex;
    padding: 0;
    padding-left: 20px;
    align-items: center;
    font-weight: 300;
    position: relative;
}

.custom-select__option--value::before {
    position: absolute;
    content: "";
    background-image: url(../img/select_arrow.svg);
    background-size: cover;
    width: 20px;
    height: 20px;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
}

.custom-select__dropdown {
    position: absolute;
    top: calc(100% + 6px);
    background: #F6F6F6;
    border-radius: 2px;
    width: 100%;
    left: 0;
    transition: all 0.3s;
    padding: 14px;
    z-index: 2;
}

.custom-select__dropdown .custom-select__option {
    padding: 8px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
    border-radius: 2px;
    transition: all 0.3s;
    font-weight: 300;
    cursor: pointer;
    border: none;
    background: none;
    width: 100%;
}

.custom-select__dropdown .custom-select__option:hover {
    background: #EFEEEB;
}

.custom-select.custom-select--active .custom-select__option--value::before {
    transform: translateY(-50%) rotate(180deg);
}




.area_wrapper {
    width: 100%;
    height: 130px;
    position: relative;
    border: 1px solid #11111126;
    display: flex;
    align-items: center;
}

.area_wrapper textarea {
    width: 100%;
    height: 100%;
    background: none;
    border: none;
    padding: 18px 20px !important;
    resize: none;
}

.area_wrapper.active .inp_placeholder,
.area_wrapper:has(textarea:focus) .inp_placeholder {
    top: -10px;
    left: 10px;
    transform: translateY(0%);
    font-size: 14px;
    background: #FFFFFF;
    padding: 2px 10px;
}

.area_wrapper .inp_placeholder {
    transform: translateY(0%);
    top: 18px;
}

.form_ok {
    align-items: center;
    display: flex;
    gap: 4px;
    margin-bottom: 12px;
}

.form_ok a {
    color: #A7A692;
    display: contents;
}

.cart_btn {
    margin-top: 32px;
}

.btn_green.disabled {
    opacity: 0.45;
    pointer-events: none;
}

.cart_right {
    width: 420px;
}

.cart_total {
    background: #F0F0EB;
    padding: 26px;
    border-radius: 2px;
}

.cart_total-option {
    display: flex;
    justify-content: space-between;
    font-weight: 300;
    margin-bottom: 12px;
}

.option_sale {
    opacity: 0.55;
    margin-bottom: 22px;
}

.cart_total-price {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #1111111F;
    display: flex;
    justify-content: space-between;
    font-size: 20px;
    text-transform: uppercase;
}

.cart_log {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #D5D4C7;
    border-radius: 2px;
    width: 100%;
    height: 58px;
    color: #1D3833;
    margin: 22px 0;
    gap: 10px;
    transition: all 0.3s;
}

.cart_log:hover {
    opacity: 0.8;
}

.cart_prom-title {
    margin-bottom: 10px;
}

.cart_prom-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.cart_prom-btn {
    width: 122px;
    height: 54px;
}

.cart_prom-inp_wrapper {
    width: calc(100% - 132px);
}

.cart_prom-inp {
    height: 54px;

    width: 100%;
    display: block;
    border: 1px solid #11111126;
    border-radius: 2px;
    padding-left: 20px;
}

.cart_form .form_ok span {
    border-color: #11111126;
}

.cart_delivery {
    display: block;
    background: #F0F0EB;
    border-radius: 2px;
    padding: 20px 20px 20px 56px;
    position: relative;
    width: 100%;
    cursor: pointer;
}

.cart_delivery input {
    display: none;
}

.cart_delivery>span {
    position: absolute;
    background: #FFFFFF;
    width: 22px;
    height: 22px;
    top: 18px;
    left: 20px;
    border-radius: 50%;
    border: 1px solid #11111126;
}

.cart_delivery input:checked~span {
    border: 5px solid #1D3833;
}

.cart_delivery-title {
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
}

.cart_delivery-title span {
    font-weight: 300;
}

.cart_delivery-text {
    color: #11111199;
    font-weight: 300;
}

.cart_delivery-btn {
    width: 210px;
    height: 46px;
    position: absolute;
    right: 20px;
    bottom: 22px;
    padding: 0;
    font-size: 16px;
}

.cart_delivery:has(.cart_delivery-btn) {
    padding-right: 240px;
}

.inp_wrapper.full {
    width: 100%;
}

.inp_wrapper.quarter {
    /* width: calc(25% - 15px); */
}

.cart_delivery-icon {
    display: flex;
    margin-top: 32px;
}

.cart_delivery-pay {
    max-width: 420px;
}

.cart_prom-error {
    font-weight: 300;
    font-size: 16px;
    line-height: 110%;
    color: #8B160D;
    margin-top: 11px;
    display: flex;
    align-items: center;
    gap: 6px;
    width: 100%;
}

.cart_prom-inp_wrapper.done {
    position: relative;
}

.cart_prom-inp_wrapper.done::before {
    position: absolute;
    content: "";
    background-image: url(../img/done.svg);
    background-size: cover;
    width: 24px;
    height: 24px;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
}

.cart_delivery-adres {
    margin-top: 24px;
}

.cart_delivery-adres span {
    display: block;
    margin-top: 10px;
    font-weight: 300;
}


.cart_form .form_ok input:checked+span {
    background-color: #1D3833;
    border: 1px solid #1D3833;
    background-image: url(../img/check2.svg);
}

.popup_body .inp_wrapper {
    width: 100%;
    margin-bottom: 24px;
}

.popup_body-btn {
    width: 100%;
}

.popup_body-forgot {
    font-size: 16px;
    line-height: 120%;
    margin: 36px 0 0;
    color: #A7A692;
    text-align: center;
    display: block;
}

.popup_body-reg {
    font-weight: 300;
    text-align: center;
    margin-top: 10px;
}

.popup_body-reg a {
    color: #A7A692;

}

.password_show {
    position: absolute;
    right: 44px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    width: 24px;
    height: 24px;
    background-image: url(../img/password_show.svg);
}

.password_show.active {
    background-image: url(../img/password_show2.svg);
}

/* 
.password_show input {
    display: none;
} */
#popup_registration .popup_body-reg,
#popup_recovery .popup_body-reg {
    margin-top: 36px;
}

.popup_body .form_ok {
    margin-bottom: 4px;
}

.popup_body .form_ok span {
    border-color: #11111126;
}

.popup_body .form_ok input:checked+span {
    background-color: #1D3833;
    border: 1px solid #1D3833;
    background-image: url(../img/check2.svg);
}

#popup_registration .popup_body-btn {
    margin-top: 26px;
}

.inp_wrapper:has(.inp_error) {
    margin-bottom: 50px;
}

.inp_error {
    position: absolute;
    bottom: -26px;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 300;
    font-size: 14px;
    line-height: 110%;
    color: #8B160D;
}

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

.about_block-info {
    width: 640px;
}

.about_block-info p {
    font-weight: 300;
    font-size: 18px;
    line-height: 130%;
    margin-bottom: 14px;
}

.about_block-desc {
    border-top: 1px solid #0000001F;
    font-weight: 300;
    font-size: 24px;
    line-height: 130%;
    margin-top: 26px;
    padding-top: 26px;
}

.about_block-imgs {
    display: grid;
    gap: 20px;
    width: 530px;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 0.6452fr 1fr;
}

.about_block-img {
    display: flex;
    min-height: 180px;
    border-radius: 2px;
    overflow: hidden;
}

.about_block-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about_block-img:nth-child(1) {
    grid-row-start: 1;
    grid-column-start: 1;
    grid-row-end: 2;
    grid-column-end: 2;
}

.about_block-img:nth-child(2) {
    grid-row-start: 2;
    grid-column-start: 1;
    grid-row-end: 3;
    grid-column-end: 2;
}

.about_block-img:nth-child(3) {
    grid-row-start: 1;
    grid-column-start: 2;
    grid-row-end: 3;
    grid-column-end: 3;
}

.about_block {
    align-items: flex-start;
}

.contacts_items {
    display: flex;
    gap: 20px;
}

.contacts_item {
    width: calc(33.333% - 13.333px);
    padding: 30px 32px;
    background: #E2E1D8;
    border-radius: 2px;
}

a.contacts_item {
    background: #1D3833;
    color: #FFFFFF;
}

.contacts_item-icon {
    display: flex;
    margin-bottom: 24px;
}

.contacts_item-title {
    display: flex;
    align-items: center;
    gap: 14px;
    font-weight: 300;
    font-size: 24px;
    margin-bottom: 12px;
}

.contacts_item-text {
    opacity: 0.75;
    line-height: 120%;
    font-weight: 300;
}

.return_policy-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.return_policy p {
    font-weight: 300;
    margin-bottom: 10px;
    line-height: 120%;
    font-size: 18px;
}

.return_policy p:last-child {
    margin-bottom: 0;
}

.return_policy ul {
    font-weight: 300;
    margin-bottom: 10px;
    line-height: 120%;
    list-style: disc;
    padding-left: 30px;
    font-size: 18px;
}

.return_policy ul li::marker {
    font-size: 8px;
}

.return_policy-item:first-child {
    padding-top: 0;
}

.return_policy-item {
    padding: 45px 0;
    border-bottom: 1px solid #0000001F;
}

.thanks_icon {
    display: flex;
    width: fit-content;
    margin: 0 auto 22px;
}

.thanks_title {
    font-weight: 300;
    font-size: 48px;
    text-align: center;
    margin-bottom: 16px;
}

.thanks_text {
    font-weight: 300;
    font-size: 18px;
    line-height: 130%;
    text-align: center;
    margin-bottom: 40px;
}

.thanks_text a {
    font-weight: 300;
    color: #9E9D8B;
}

.thanks_text p {
    font-weight: 300;
    margin-bottom: 5px;
}

.thanks_text p:last-child {
    margin-bottom: 0;
}

.thanks_btn {
    margin: 0 auto;
}

.thanks_page {
    margin-top: 180px;
}

.cookies_btn {
    width: 59px;
    padding: 0;
    min-width: 59px;
    height: 24px;
}

.lk_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.lk_left {
    width: 310px;
    background: #F0F0EB;
    border-radius: 2px;
    padding: 18px 20px;
}

.lk_left-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    padding: 8px;
    padding-bottom: 28px;
    border-bottom: 1px solid #0000001F;
    margin-bottom: 20px;
}

.lk_left-title img {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    object-fit: cover;
}

.lk_left-list {
    padding-bottom: 20px;
    border-bottom: 1px solid #0000001F;
    margin-bottom: 20px;
}

.lk_left-list a {
    padding: 8px 12px;
    display: block;
    transition: all 0.3s;
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 4px;
    color: #111111;
}

.lk_left-list a.active,
.lk_left-list a:hover {
    background: #E2E1D8CC;
}

.lk_left-exit {
    font-weight: 300;
    font-size: 18px;
    color: #1111118C;
    padding: 9px 12px;
    display: flex;
    align-items: center;
    transition: all 0.3s;
    gap: 10px;
}


.lk_left-exit:hover {
    color: #111111;
    background: #E2E1D8CC;
}

.lk_right {
    width: calc(100% - 330px);
}

.lk_right-title {
    font-weight: 300;
    font-size: 26px;
    margin-bottom: 18px;
}

.lk_right-text {
    font-weight: 300;
    font-size: 16px;
    line-height: 120%;
    margin-bottom: 30px;
}

.lk_item:first-child {
    border-top: 1px solid #1111111F;
}

.lk_item {
    padding: 38px 20px;
    border-bottom: 1px solid #1111111F;
}

.lk_item-top {
    display: flex;
    margin-bottom: 24px;
    align-items: center;
}

.lk_item-status {
    padding: 3px 10px;
    border-radius: 2px;
    font-size: 15px;
    margin-right: 14px;
    color: #fff;
}

.lk_item-status.done {
    background: #375852;
}

.lk_item-status.none {
    background: #8B160D;
}

.lk_item-status.received {
    background: #465681;
}

.lk_item-title {
    font-size: 20px;
    line-height: 110%;
}

.lk_item-title span {
    margin-left: 8px;
    color: #9E9D8B;
}

.lk_item-price {
    margin-left: auto;
    font-weight: 300;
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 120%;
}

.lk_item-price span {
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    margin-left: 6px;
}

.lk_item-subtitle {
    margin-bottom: 6px;
}

.lk_item-adres {
    margin-bottom: 32px;
    font-weight: 300;
}

.lk_item-adres span {
    color: #1111118C;
    margin-left: 8px;
}

.lk_item-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.lk_item-link {
    color: #111111;
    font-weight: 300;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.lk_item-options {
    display: flex;
    gap: 10px;
}

.lk_item-option {
    width: 76px;
    height: 90px;
    border-radius: 2px;
    display: flex;
    overflow: hidden;
    position: relative;
}

.lk_item-option img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lk_item-option span {
    background: #D5D4C7;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    font-size: 12px;
    color: #1D3833;
    position: absolute;
    bottom: 4px;
    right: 4px;
}

.lk_order {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.lk_order-info {
    width: 640px;
}

.lk_order-back {
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 300;
    margin-bottom: 24px;
    color: #111111;
    padding: 0 20px;
}

.lk_order-top {
    display: flex;
    margin-bottom: 34px;
    padding: 0 20px;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
}

.lk_order-status {
    border-radius: 2px;
    white-space: nowrap;
    padding: 2px 10px;
    font-size: 15px;
    color: #fff;
}

.lk_order-status.done {
    background: #375852;
}

.lk_order-status.none {
    background: #8B160D;
}

.lk_order-status.received {
    background: #465681;
}

.lk_order-title {
    font-size: 20px;
    line-height: 110%;
}

.lk_order-title span {
    color: #9E9D8B;
    margin-left: 8px;
}

.lk_order-inner {
    padding: 34px 20px;
    border-top: 1px solid #1111111F;
    border-bottom: 1px solid #1111111F;
}

.lk_order .cart_total {
    width: 310px;
}

.lk_order-subtitle {
    line-height: 120%;
    margin-bottom: 8px;
    margin-top: 26px;
}

.lk_order-subtitle:first-child {
    margin-top: 0;
}

.lk_order-pay {
    font-weight: 300;
    display: flex;
    align-items: center;
    gap: 6px;
}

.lk_order-text {
    line-height: 120%;
    font-weight: 300;
    margin-bottom: 5px;
    color: #111111;
    display: block;
}

.lk_order-text span {
    color: #1111118C;
    margin-left: 8px;
}

.order_item-img {
    width: 76px;
    height: 90px;
    border-radius: 2px;
    display: flex;
    overflow: hidden;
    position: relative;
}

.order_item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.order_item-img span {
    background: #D5D4C7;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    font-size: 12px;
    color: #1D3833;
    position: absolute;
    bottom: 4px;
    right: 4px;
}

.lk_order-items {
    border-bottom: 1px solid #1111111F;
    padding: 40px 20px;
}

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

.order_item-title {
    font-weight: 300;
    line-height: 120%;
    margin-bottom: 26px;
}

.order_item-options {
    margin-top: auto;
    font-weight: 300;
    font-size: 15px;
    color: #1111118C;
}

.order_item-options span {
    margin-left: 6px;
}

.order_item-option {
    margin-bottom: 5px;
}

.order_item-left {
    display: flex;
    gap: 20px;
    align-items: center;
}

.order_item-right {
    display: flex;
    align-items: center;
    gap: 18px;
}

.order_item-price {
    font-size: 20px;
}

.order_item-price .new {
    color: #8B160D;
}

.order_item-price .old {
    color: #999999;
    font-size: 16px;
    font-weight: 300;
    text-align: right;
    margin-bottom: 6px;
    text-decoration: line-through;
}

.order_item-btn {
    background: #1D3833;
    border-radius: 2px;
    width: 44px;
    height: 44px;
    padding: 0;
}

.order_item {
    margin-bottom: 20px;
}

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

.lk_form {
    max-width: 420px;
}

.lk_form .inp_wrapper {
    width: 100%;
    margin-bottom: 20px;
}

.lk_form .lk_right-title {
    margin-bottom: 38px;
}

.lk_form-btn {
    width: 100%;
    margin: 28px 0 18px;
}

.lk_form .form_ok {
    margin-bottom: 4px;
}

.lk_form .form_ok span {
    border-color: #11111126;
}

.lk_form .form_ok input:checked+span {
    background-color: #1D3833;
    border: 1px solid #1D3833;
    background-image: url(../img/check2.svg);
}

.lk_form-delete {
    color: #1111118C;
    padding: 6px;
    text-align: center;
    cursor: pointer;
    display: block;
}

.popup_delete-btn {
    margin-bottom: 14px;
    width: 100%;
}

.popup_delete-text {
    font-weight: 300;
    font-size: 16px;
    line-height: 120%;
    margin-bottom: 24px;
}

.popup_delete-close {
    padding: 6px;
    color: #1D3833;
    cursor: pointer;
    display: block;
    text-align: center;
}

.lk_sale-inner {
    width: 420px;
    padding: 22px 24px;
    margin-bottom: 50px;
    border-radius: 2px;
    color: #000000;
    position: relative;
	background: #F0F0EB;
}
.cart_delivery-title span {
	display: none !important;
}

.bronze.lk_sale-inner {
    background: linear-gradient(211.78deg, #FDC8A5 14.2%, #A25834 76.13%, #7B3A20 101.02%);color: #fff;
}

.silver.lk_sale-inner {
    background: radial-gradient(104.29% 153.97% at 0% 79.06%, #828387 0%, #BCBEC3 37.18%, #F0F1F2 66.53%, #C8CACD 100%);color: #fff;
}

.gold.lk_sale-inner {
    background: linear-gradient(198.31deg, #F9E2AC 6.31%, #C48E4E 65.89%, #6A4422 118.86%);color: #fff;
}

.platin.lk_sale-inner {
    background: radial-gradient(104.29% 153.97% at 0% 79.06%, #828387 0%, #BCBEC3 37.18%, #F0F1F2 66.53%, #C8CACD 100%);color: #fff;
}

.lk_sale-subtitle {
    font-weight: 300;
}

.lk_sale-subtitle span {
    margin-left: 5px;
}

.lk_sale-status {
    margin-bottom: 72px;
    font-size: 20px;
}

.lk_sale-value {
    font-size: 34px;
}

.lk_sale-value span {
    margin-left: 10px;
}

.lk_sale-icon {
    width: 51px;
    top: 22px;
    right: 24px;
    position: absolute;
    display: flex;
}

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

.lk_sale-title {
    text-transform: uppercase;
    margin-bottom: 20px;
}

.lk_sale-text {
    font-weight: 300;
    line-height: 130%;
    margin-bottom: 50px;
    max-width: 620px;
}

.lk_sale-text p {
    font-weight: 300;
    margin-bottom: 6px;
}

.lk_sale-range {
    gap: 105px;
    padding: 0 12px;
    display: flex;
}

.sale-range_item {
    width: 75px;
    text-align: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.sale-range_price {
    color: #11111180;
    font-size: 14px;
    line-height: 130%;
    padding: 4px 0;
}

.sale-range_value {
    font-size: 20px;
    line-height: 130%;
    color: #11111166;
}

.sale-range_dot {
    background: #E2E1D8;
    width: 10px;
    height: 10px;
    margin: 0 auto;
    border-radius: 50%;
    position: relative;
}

.sale-range_dot::after {
    position: absolute;
    content: "";
    background-color: #0000001F;
    height: 1px;
    width: 170px;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.sale-range_item:first-child .sale-range_dot::after {
    display: none;
}

.sale-range_item.active .sale-range_price,
.sale-range_item.active .sale-range_value {
    color: #111111;
}

.sale-range_item.active .sale-range_dot {
    background-color: #111111;
}

.sale-range_item.active .sale-range_dot::after {
    background-color: #111111;

}


.lk_newsletter {
    display: flex;
    align-items: center;
    gap: 14px;
}

.lk_newsletter-title {
    font-weight: 300;
    font-size: 16px;
    line-height: 120%;
    color: #111111;
}

.lk_newsletter-check {
    display: block;
    cursor: pointer;
}

.lk_newsletter-check input {
    display: none;
}

.lk_newsletter-check span {
    display: block;
    border-radius: 100px;
    position: relative;
    border: 1px solid #1D3833;
    width: 42px;
    height: 26px;
}

.lk_newsletter-check span::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    left: 3px;
    background: #1D3833;
    top: 2px;
    transition: all 0.3s;
    border-radius: 50%;
}

.lk_newsletter-check input:checked+span::before {
    background: #FFFFFF;
    left: calc(100% - 23px);
}

.lk_newsletter-check input:checked+span {
    background: #1D3833;

}




@media (max-width: 1360px) {
    .container {
        max-width: 1180px;
    }

    .header_right,
    .header_left {
        width: 460px;
    }

    .main_slider-pagin {
        right: 30px;
    }

    .catalog_item {
        height: 480px;
        padding: 24px;
    }

    .collections_slide-img {
       
    }

    .about_left-logo {
        width: 420px;
    }

    .about_left-name {
        width: 340px;
    }

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

    .about_item,
    .about_subtitle {
        padding-left: 80px;
    }

    .footer_item {
        width: 160px;
    }

    .sets_slide-right {
        width: 610px;
    }

    .sets_slide-items {
        width: 100%;
    }

    .sets_slide-img {
        width: 510px;
    }

    .header_inner-wrapper {
        width: calc(330px + ((100vw - 1150px) / 2));
        padding-left: calc((100vw - 1150px) / 2);
    }

    .card_left {
        width: 680px;
    }

    .card_imgs {
        
        width: 580px;
    }

    .card_dots-wrapper {
        height: 660px;
    }

    .cart_right {
        width: 370px;
    }

    .cart_left {
        width: 760px;
    }

    .about_block-info {
        width: 580px;
    }

    .lk_order-info {
        width: 520px;
    }

    .lk_order .cart_total {
        width: 280px;
    }
}

@media (max-width: 1200px) {
    .container {
        max-width: 950px;
    }

    .main_slide-title {
        font-size: 62px;
    }

    .header_links {
        margin-left: 20px;
    }

    .header_catalog-btn,
    .header_menu a {
        font-size: 14px;
    }

    .header_logo {
        width: 132px;
    }

    .header_right,
    .header_left {
        width: 380px;
    }

    .catalog_item {
        height: 350px;
    }

    .catalog_item-title {
        font-size: 20px;
    }

    .collections_slide-img {
        
    }

    .collections_slide-price {
        font-size: 22px;
    }

    .footer_wrapper {
        flex-direction: column;
        gap: 50px;
    }

    .footer_item {
        width: 200px;
    }

    .footer_bot-right {
        gap: 20px;
    }

    .footer_bot-left {
        width: 380px;
    }

    .sets_slide {
        padding-top: 62px;
        flex-direction: column;
    }

    .sets_slide-top {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        justify-content: center;
    }

    .sets_slide-right {
        width: 450px;
        margin-top: -65px;
    }

    .sets_slide-items_arrow {
        position: relative;
        inset: auto !important;
    }

    .sets_slide-items_arrows {
        display: flex;
        justify-content: center;
        margin-top: 18px;
        gap: 20px;
    }

    .header_inner-wrapper {
        width: calc(330px + ((100vw - 920px) / 2));
        padding-left: calc((100vw - 920px) / 2);
    }

    .catalog_category {
        width: 165px;
        height: 214px;
    }

    .card_right {
        width: 360px;
    }

    .card_left {
        width: 540px;
    }

    .card_dots-wrapper {
        height: 520px;
        width: 80px;
    }

    .card_imgs {
       
        width: 450px;
    }

    .cart_right {
        margin-bottom: 50px;
        width: 100%;
    }

    .cart_right-wrapper {
        position: relative !important;
        inset: auto !important;
        width: 100% !important;
    }

    .cart_left {
        width: 100%;
    }

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

    .cart_form .cart_btn,
    .cart_form .form_ok {
        order: 1;
    }

    .about_block-imgs {
        width: 410px;
    }

    .about_block-info {
        width: 480px;
    }

    .lk_item-top {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 16px;
    }

    .lk_item-status {
        margin-bottom: 14px;
        margin-right: 0;
    }

    .lk_item-price {
        margin: 0;
    }

    .lk_item-adres {
        margin-bottom: 24px;
        flex-direction: column;
        display: flex;
        gap: 5px;
    }

    .lk_item-adres span {
        margin: 0;
    }

    .lk_order {
        flex-direction: column;
        gap: 32px;
    }

    .lk_order-info {
        width: 100%;
    }

    .lk_order .cart_total {
        width: 100%;
    }

    .lk_sale-range {
        gap: 80px;
    }

    .sale-range_dot::after {
        width: 145px;
    }
}

@media (max-width: 991.98px) {
    .container {
        max-width: 730px;
    }

    .header_catalog-btn {
        font-size: 0;
    }

    .header_languages,
    .header_menu {
        display: none;
    }

    .header_right,
    .header_left {
        width: 160px;
    }

    .main_slider-pagin {
        display: none !important;
    }

    .main_slide {
        padding: 250px 0 220px;
    }

    .catalog_items {
        flex-wrap: wrap;
    }

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

    .about_wrapper {
        flex-direction: column;
        gap: 54px;
    }

    .about_left {
        width: 100%;
    }

    .footer_item {
        width: 160px;
    }

    .about_right {
        width: 100%;
        padding: 0;
    }

    .footer_bot {
        flex-direction: column;
    }

    .footer_bot-left {
        width: 100%;
        margin-bottom: 45px;
    }

    .footer_messages {
        justify-content: center;
    }

    .footer_desc {
        text-align: center;
        max-width: 345px;
        margin: 0 auto;
    }

    .footer_form {
        width: 100%;
    }

    .footer_bot-right {
        justify-content: center;
        width: 100%;
    }

    .footer_inner {
        flex-wrap: wrap;
        gap: 6px;
    }

    .header_catalog-btn::before {
        display: none;
    }

    .header_inner-wrapper {
        width: 100%;
        padding: 26px calc((100vw - 700px) / 2);
    }

    .header_inner-menu li .header_inner-dropdown {
        padding: 26px calc((100vw - 700px) / 2);

    }

    .header_inner-menu li {
        padding-right: 0;
    }

    .header_inner-bot {
        display: block;
        padding: 26px 12px 0;
        border-top: 1px solid #1111111F;
        margin-top: 26px;
    }

    .header_inner-bot .footer_links {
        margin-bottom: 10px;
    }

    .header_inner-bot .footer_links:last-child {
        margin-bottom: 0;
    }

    .header_inner-wrapper {
        overflow: auto;
    }

    .header_inner-list {
        display: block;
        margin-top: 16px;
        border-top: 1px solid #1111111F;
        padding-top: 16px;
    }

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

    .header_inner-list a {
        padding: 8px 12px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-weight: 300;
        font-size: 18px;
        color: #111111;
    }

    .header_inner-list-item--customers {
        flex-wrap: wrap;
    }

    .header_inner-list-item--customers>.header_inner-list-toggle {
        width: calc(100% - 24px);
    }

    .header_inner-list-arrow {
        transition: transform 0.3s;
    }

    .header_inner-list-item--customers.is-open .header_inner-list-arrow {
        transform: rotate(90deg);
    }

    .header_inner-list-dropdown {
        display: none;
        width: 100%;
        padding-bottom: 8px;
    }

    .header_inner-list-dropdown li {
        display: block;
    }

    .header_inner-list-dropdown a {
        padding: 6px 12px 6px 24px;
        font-size: 16px;
    }

    .header_inner-menu li .header_inner-dropdown {
        position: fixed;
        width: 100%;
        height: calc(100% - 82px);
        overflow: auto;
        top: 82px;
        right: 0;
        left: auto;
        display: flex;
        flex-direction: column;
        z-index: 1;
    }

    .header_inner-menu li:hover .header_inner-dropdown {
        opacity: 0;
        visibility: hidden;
    }

    .header_inner-dropdown.active {
        opacity: 1 !important;
        visibility: visible !important;
    }

    .header_inner-title {
        display: flex;
        margin-bottom: 16px;
        font-size: 18px;
        padding: 8px 12px 24px;
        border-bottom: 1px solid #1111111F;
    }

    .header_inner-back {
        display: flex !important;
        align-items: center;
        gap: 10px;
        font-size: 16px;
        color: #11111159 !important;
        width: fit-content;
        margin-bottom: 4px;
        background: none !important;
    }

    .header_inner-dropdown .header_inner-messages {
        display: flex;
    }

    .catalog_items {
        gap: 35px 15px;
    }

    .catalog_items .collections_slide {
        width: calc(33.333% - 10px);
    }

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

    .card_right {
        width: 100%;
    }

    .card_left {
        width: 100%;
    }

    .card_imgs {
        
        width: 600px;
    }

    .card_dots-wrapper {
        height: 660px;
    }

    .card_faq-items {
        columns: unset;
    }

    .cart_item-info {
        width: 270px;
    }

    .about_block {
        flex-direction: column;
        gap: 50px;
    }

    .about_block-info {
        width: 100%;
    }

    .about_block-imgs {
        width: 100%;
    }

    .contacts_items {
        flex-wrap: wrap;
        gap: 15px;
    }

    .contacts_item {
        width: 100%;
    }

    .lk_left {
        display: none;
    }

    .lk_right {
        width: 100%;
    }
}
#popup_size img {
	max-width:100%;
}

@media (max-width: 767.98px) {
    .container {
        max-width: 100%;
    }
.card_faq-item {
    page-break-inside: avoid;
    break-inside: avoid;
    border-top: 1px solid #1111111F;
    border-bottom: 1px solid #1111111F;
    margin-bottom: -1px;
    width: 100%;
}
    .header {
        padding: 25px 0;
    }

    .header_links {
        margin-left: 0;
        gap: 20px;
    }

    .header_logo {
        margin-right: auto;
        margin-left: 14px;
    }

    .header_right,
    .header_left {
        width: auto;
    }

    .main_slide {
        padding: 312px 0 246px;
    }

    .main_slide-title {
        margin-bottom: 34px;
        font-size: 50px;
    }

    .main_slider-arrows {
        bottom: 30px;
        gap: 35px;
    }

    .catalog {
        padding: 60px 0;
    }

    .title {
        font-size: 30px;
        padding-bottom: 12px;
        margin-bottom: 30px;
    }

    .title::before {
        width: 48px;
    }

    .catalog_item {
        width: 100%;
    }

    .catalog_item {
        height: 435px;
        padding: 30px;
    }

    .catalog_items {
        gap: 15px;
    }

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

    .collections {
        margin: 60px 0;
    }

    .collections_slider-arrow {
        display: none;
    }

    .collections_slide {
        width: 310px;
    }

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

    .collections_slide-img {
        height: auto;
    }

    .about {
        padding: 60px 0;
    }

    .about_left-logo {
        width: 316px;
    }

    .about_left-img {
        width: 284px;
        height: 363px;
    }

    .about_left {
        padding: 38px 0 46px;
    }

    .about_left-name {
        width: 270px;
    }

    .about_text {
        margin-bottom: 42px;
        font-size: 18px;
    }

    .about_subtitle {
        font-size: 30px;
        margin-bottom: 30px;
        padding-left: 0;
    }

    .about_item {
        padding-left: 0;
    }

    .about_item-text {
        font-size: 18px;
    }

    .sets {
        padding: 60px 0;
    }

    .sets_slide-count {
        font-size: 20px;
    }

    .sets_slide-img {
       width: 100vw;
       
    }

    .sets_slide-dot {
        display: none;
    }

    .sets_slide-right {
        width: 100%;
    }

    .sets_slide-right .collections_slide-img {
        height: 200px;
        margin-bottom: 14px;
    }

    .sets_slide-right .collections_slide-favorite {
        right: 10px;
        top: 10px;
        width: 30px;
        height: 30px;
    }

    .sets_slide-right .collections_slide-favorite svg {
        width: 16px;
        height: 16px;
    }

    .sets_slide-right .collections_slide-title {
        font-size: 16px;
    }

    .sets_slide-right .collections_slide-price {
        font-size: 18px;
    }

    .footer {
        padding-top: 50px;
    }

    .footer_logo {
        width: 206px;
    }

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

    .footer_subtitle {
        margin-bottom: 40px;
    }

    .footer_item {
        padding: 26px 0;
        width: 100%;
        border-top: 1px solid #1111111F;
        border-bottom: 1px solid #1111111F;
    }

    .footer_menu a {
        text-align: center;
        margin-bottom: 12px;
    }

    .footer_item-title {
        display: none;
    }

    .footer_item:not(:nth-child(1)) {
        display: none;
    }

    .footer_form-title {
        text-align: center;
        margin-bottom: 15px;
    }

    .footer_menu-mobile {
        display: block;
        border-top: 1px solid #1111111F;
        padding: 26px 0;
    }

    .footer_menu-mobile a {
        color: #111111;
        display: block;
        font-size: 18px;
        text-align: center;
        margin-bottom: 12px;
    }

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

    .footer_wrapper {
        gap: 0;
    }

    .footer_form {
        margin-top: 50px;
    }

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

    .footer_bot-right {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .header_inner {
        height: calc(100% - 78px);
        top: 78px;
    }

    .header_inner-wrapper {
        padding: 26px 15px;
    }

    .header_inner-menu li .header_inner-dropdown {
        padding: 26px 15px;
        top: 78px;
        height: calc(100% - 78px);
    }

    .header_inner-messages {
        padding-right: 12px;
    }

    .header_inner-dropdown .header_inner-message {
        padding: 0;
        margin: 0;
        margin-left: 10px;
    }

    .crumbs {
        margin-bottom: 40px;
    }

    .catalog_category {
        padding: 15px 18px;
    }

    .catalog_categoryes {
        margin-bottom: 60px;
    }

    .catalog_filters {
        margin-bottom: 24px;
        padding-bottom: 24px;
    }

    .catalog_filter {
        display: none;
    }

    .catalog_filter-ways {
        display: flex;

    }

    .catalog_filter-title {
        padding: 0;
        width: 44px;
        height: 44px;
        justify-content: center;
        align-items: center;
    }

    .catalog_filter-title span {
        display: none;
    }

    .catalog_filter-title img:last-child {
        display: none;
    }

    .catalog_items .collections_slide {
        width: calc(50% - 7.5px);
    }

    .catalog_items .collections_slide-img {
      
    }

    .catalog_items .collections_slide-title {
        font-size: 16px;
    }

    .catalog_items .collections_slide-price {
        font-size: 18px;
    }

    .catalog_items .collections_slide-favorite {
        width: 30px;
        height: 30px;
    }

    .catalog_items .collections_slide-favorite svg {
        width: 16px;
        height: 16px;
    }

    .pagin {
        margin-top: 50px;
    }

    .pagin li:first-child {
        margin-right: 18px;
    }

    .pagin li:last-child {
        margin-left: 18px;
    }

    .page_default {
        margin: 100px 0 70px;
    }

    .catalog_filter-ways .catalog_filter-dropdown {
        position: fixed;
        width: 100%;
        bottom: 0;
        top: auto;
        left: 0;
        padding: 26px 15px;
    }

    .catalog_filter-radio {
        padding: 7px 10px;
    }

    .filter_dropdown-overlay {
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        display: block;
        background: #00000033;
        z-index: -2;
    }

    .catalog_filter-dropdown {
        transition: all 0s;
    }

    .catalog_filter-dropdown::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        background-color: #fff;
        z-index: -1;
    }

    .catalog_filter-dropdown.active .filter_dropdown-overlay {
        backdrop-filter: blur(12px);
        animation: overlayAnim 0.3s linear;
    }

    .filter_dropdown-top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-bottom: 30px;
        margin-bottom: 22px;
        border-bottom: 1px solid #11111114;
    }

    .filter_dropdown-title {
        font-size: 16px;
        text-transform: uppercase;
    }

    .filter_dropdown-close {
        display: flex;
    }

    .catalog_filters-open {
        display: flex;
        background: #F0F0EB;
        border-radius: 2px;
        padding: 14px 15px;
        align-items: center;
        gap: 6px;
    }

    .catalog_filters-open button {
        border: none;
        background: none;
        padding: 0;
        display: flex;
    }

    .catalog_filters-open span {
        background: #D5D4C7;
        justify-content: center;
        align-items: center;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        font-size: 13px;
        color: #1D3833;
        display: flex;
        line-height: 1;
    }

    .catalog_filters-open button img {
        width: 14px;
        height: auto;
    }

    .filters_inner {
        display: block;
        position: fixed;
        width: 100%;
        height: calc(100% - 78px);
        top: 78px;
        right: 0;
        z-index: 14;
        background: #FFFFFF;
        padding: 26px 15px;
        overflow: auto;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s;
    }

    .filters_inner.active {
        opacity: 1;
        visibility: visible;
    }

    .filters_inner-top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 24px;
    }

    .filters_inner-title {
        font-size: 16px;
        text-transform: uppercase;
    }

    .filters_inner-close {
        display: flex;
    }

    .filters_inner-tegs {
        display: flex;
        flex-wrap: wrap;
        gap: 6px;
        margin-bottom: 30px;
    }

    .filters_inner-teg {
        background: #1D3833;
        border-radius: 2px;
        padding: 8px 10px;
        display: flex;
        align-items: center;
        gap: 6px;
        font-weight: 300;
        font-size: 16px;
        border: none;
        color: #fff;
    }

    .filters_inner-clean {
        background: #F0F0EB;
        border-radius: 2px;
        padding: 8px 10px;
        display: flex;
        align-items: center;
        gap: 6px;
        font-weight: 300;
        font-size: 16px;
        border: none;
        color: #111111;
    }

    .filters_inner-clean img {
        width: 14px;
        height: 14px;
    }

    .filters_inner-item {
        border-top: 1px solid #11111114;
        border-bottom: 1px solid #11111114;
        padding: 26px 0;
        margin-bottom: -1px;
    }

    .filters_inner-options {
        display: flex;
        flex-wrap: wrap;
        gap: 6px 15px;
    }

    .filters_inner-options .catalog_filter-item {
        margin: 0;
        width: calc(50% - 7.5px);
    }

    .filters_inner-btn {
        width: 100%;
        margin-top: 30px;
        border: none;
    }

    .filters_inner-arrow {
        display: flex;
        transition: all 0.3s;
    }

    .filters_inner-trigger {
        transition: all 0.3s;

    }

    .filters_inner-trigger.active {
        margin-bottom: 0;
    }

    .filters_inner-trigger.active .filters_inner-arrow {
        transform: rotate(180deg);
    }

    .card_dots-wrapper {
        display: none;
    }

    .crumbs {
        flex-wrap: nowrap;
        white-space: nowrap;
    }

    .card_left {
        width: 100vw;
        margin-left: -15px;
    }

    .card_imgs {
        width: 100%;
       
    }

    .card_imgs-pagin {
        display: flex;
        position: absolute;
        z-index: 2;
        bottom: 20px !important;
        top: auto !important;
        width: 100%;
        right: 0 !important;
        left: auto !important;
        justify-content: center;
    }

    .card_imgs-pagin .swiper-pagination-bullet {
        width: 26px;
        height: 26px;
        border-radius: 50%;
        opacity: 1;
        background: none;
        position: relative;
    }

    .card_imgs-pagin .swiper-pagination-bullet.swiper-pagination-bullet-active {
        border: 1px solid #FFFFFF;
    }

    .card_imgs-pagin .swiper-pagination-bullet::before {
        background: #FFFFFF;
        position: absolute;
        content: "";
        width: 6px;
        height: 6px;
        border-radius: 50%;
        top: 50%;
        right: 50%;
        transform: translate(50%, -50%);
    }

    .card_wrapper {
        position: relative;
    }

    .card_teg {
        position: absolute;
        top: 15px;
        left: 0;
        margin: 0;
    }

    .card_title {
        font-size: 28px;
        margin-bottom: 14px;
        order: -1;
        text-align: center;
    }

    .card_btns {
        position: fixed;
        bottom: 0;
        right: 0;
        width: 100%;
        z-index: 2;
        background-color: #fff;
        justify-content: space-between;
        display: flex;
        padding: 15px;
    }

    .card_favorite {
        font-size: 0;
        padding: 0;
        width: 58px;
        height: 58px;
        gap: 0;
    }

    .card_btn {
        width: calc(100% - 68px);
        height: 58px;
        margin: 0;
    }

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

    .catalog_item-price {
        order: -1;
        flex-direction: column-reverse;
        align-items: center;
        font-size: 26px;
        margin-bottom: 34px;
        gap: 6px;
    }

    .card_option {
        justify-content: center;
    }

    .card_options {
        margin-bottom: 26px;
    }

    .catalog_item-price span {
        font-size: 16px;
    }

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

    .card_size-open {
        margin-bottom: 26px;
        justify-content: center;
    }

    .card_colors {
        margin-bottom: 0;
        text-align: center;
        justify-content: center;
    }

    .card_wrapper {
        margin-bottom: 60px;
    }

    .card_faq {
        padding: 60px 0;
    }

    .card_faq-title {
        padding: 30px 0;
    }

    .card_faq-text {
        padding-bottom: 30px;
        margin-top: -14px;
    }

    .popup_body {
        height: auto;
        width: 100%;
        padding: 36px 15px 36px;
        vertical-align: bottom;
    }

    .popup_body .fancybox-close-small {
        right: 15px;
    }

    #popup_cart {
        padding-left: 15px;
        padding-right: 15px;
    }

    .popup_cart-info {
        width: calc(100% - 112px);
    }

    .popup_cart-title {
        font-size: 16px;
    }

    .popup_cart-subtitle {
        margin-bottom: 22px;
    }

    .popup_cart-price {
        font-size: 18px;
    }

    .popup_cart-price span {
        font-size: 14px;
    }

    #popup_cart .fancybox-close-small {
        right: 15px;
    }

    .cart_item {
        flex-wrap: wrap;
        gap: 14px 12px;
    }

    .cart_item-img {
        width: 88px;
        height: 104px;
    }

    .cart_item-info {
        width: calc(100% - 102px);
        padding-right: 38px;
    }

    .cart_item-delete {
        position: absolute;
        right: 0;
        top: 38px;
    }

    .cart_item-title {
        font-size: 16px;
        margin-bottom: 12px;
    }

    .cart_item-price {
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
        align-items: center;
        gap: 8px;
    }

    .cart_item-price .old {
        margin-bottom: 0;
    }

    .cart_item-counter {
        order: 1;
    }

    .cart_items {
        margin-bottom: 60px;
    }

    .cart_inner-title {
        font-size: 22px;
    }

    .inp_wrapper {
        width: 100%;
    }

    .cart_inner {
        margin-bottom: 0;
    }

    .custom-select {
        width: 100%;
    }

    .cart_btn {
        width: 100%;
    }

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

    .cart_total {
        order: 1;
    }

    .cart_prom {
        order: -1;
    }

    .cart_delivery-btn {
        position: relative;
        inset: auto;
        transform: none;
        margin-top: 20px;
        width: 100%;
    }

    .cart_delivery:has(.cart_delivery-btn) {
        padding-right: 20px;
    }

    .cart_delivery-title {
        flex-direction: column;
    }

    .cart_delivery-title span {
        margin-top: 8px;
    }

    /* .inp_wrapper.quarter {
        width: calc(50% - 10px);
    } */

    .cart_delivery-adres {
        margin-top: 20px;
    }

    .popup_body-forgot {
        margin-top: 26px;
    }

    .about_block-desc {
        font-size: 22px;
    }

    .about_block-imgs {
        gap: 15px 8px;
        display: flex;
        flex-wrap: wrap;
    }

    .about_block-img {
        width: calc(50% - 4px);
        min-height: 1px;
        height: 200px;
    }

    .about_block-img:last-child {
        width: 100%;
        height: 382px;
    }

    .contacts_item {
        padding: 30px 28px;
    }

    .return_policy-item {
        padding: 36px 0;
    }

    .thanks_page {
        margin-top: 158px;
    }

    .thanks_icon {
        width: 42px;
    }

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

    .thanks_title {
        font-size: 40px;
        margin-bottom: 16px;
    }

    .thanks_text br {
        display: none;
    }

    .cookies {
        padding: 16px 15px;
        align-items: flex-end;
    }

    .lk_right-title {
        font-size: 22px;
    }

    .lk_right-btn {
        width: 100%;
    }

    .lk_item {
        padding: 34px 0;
    }

    .lk_item-title {
        font-size: 16px;
        margin-bottom: 6px;
    }

    .lk_item-price span {
        font-size: 16px;
    }

    .lk_item-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
    }

    .lk_order-back {
        padding: 0;
    }

    .lk_order-top {
        padding: 0;
    }

    .lk_order-title {
        font-size: 18px;
    }

    .lk_order-inner {
        padding: 32px 0;
    }

    .lk_order-items {
        padding: 32px 0;
    }

    .order_item {
        flex-direction: column;
    }

    .order_item-right {
        justify-content: space-between;
        align-items: flex-end;
        gap: 6px;
    }

    .order_item-price {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        gap: 8px;
    }

    .order_item-price .old {
        margin-bottom: 0;
    }

    .order_item-title {
        margin-bottom: 12px;
    }

    .lk_form .lk_right-title {
        margin-bottom: 30px;
    }

    .lk_sale-inner {
        width: 100%;
    }

    .lk_sale-value {
        font-size: 30px;
    }

    .lk_sale-status {
        margin-bottom: 50px;
    }

    .lk_sale-range {
        gap: 20px;
        flex-direction: column;
        padding-left: 12px;
    }

    .sale-range_item {
        width: 100%;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: flex-end;
    }

    .sale-range_dot {
        order: 1;
        margin: 0;
    }

    .sale-range_dot::after {
        height: 37px;
        width: 1px;
        right: 50%;
        transform: translateX(50%);
        bottom: 100%;
        top: auto;
    }
}

.filters_inner-arrow.rotate{
    transform: rotate(180deg);
}

.catalog_filter.active .catalog_filter-dropdown {
    opacity: 1;
    visibility: visible;
}
.bf-panel-wrapper{
    z-index: 200;
}

.bf-desktop-filters, .bf-form{
    width: 100%;
}
@media (min-width: 768px) {
    .bf-panel-wrapper {
  display: flex;
  padding-bottom: 30px;
  margin-bottom: 36px;
  z-index: 3;
  position: relative;
  border-bottom: 1px solid #1111111F;
}
.catalog_filter-ways{
    margin-left: auto;
}

    .catalog_filters {
        display: none;
    }
    
    
}
@media (max-width:  767.98px) { 
    .catalog_filter-ways.ways-ds{ 
        display: none;
    }

    .simplecheckout-block {
        margin-bottom: 0 !important;
    }
    .vayanka-agreements{
        margin-bottom: 0 !important;
    }
}

 
    .row-shipping_address_country_id, .row-shipping_address_city, .row-shipping_address_postcode, .row_shipping_address_firstname, .row-shipping_address_firstname{
        display: none !important;
    } 
    #simplecheckout_shipping_address .form-group.vayanka-stylized.row-shipping_address_address_1{
        width: 100%;
    }
    #simplecheckout_shipping_address .form-group.vayanka-stylized.row-shipping_address_field20, #simplecheckout_shipping_address .form-group.vayanka-stylized.row-shipping_address_field21, #simplecheckout_shipping_address .form-group.vayanka-stylized.row-shipping_address_field22, #simplecheckout_shipping_address .form-group.vayanka-stylized.row-shipping_address_field23{
        width: calc(25% - 15px);
        
    }

    @media (max-width: 767.98px) {
#simplecheckout_shipping_address .form-group.vayanka-stylized.row-shipping_address_field20, #simplecheckout_shipping_address .form-group.vayanka-stylized.row-shipping_address_field21, #simplecheckout_shipping_address .form-group.vayanka-stylized.row-shipping_address_field22, #simplecheckout_shipping_address .form-group.vayanka-stylized.row-shipping_address_field23{
        width: calc(50% - 10px);
        
    }
    }

    @media (max-width: 767.98px) {
  .form-group {
    width: 100%;
  }
}
.cart_delivery{
    position: relative;
}
.simplecheckout-block-content{
    display: flex;
  flex-wrap: wrap;
  gap: 24px 20px;
}
.cdek_btn{
    position: absolute;
    right: 20px;
    top: 20px    ;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 9px;
    background: #1D3833!important;
    border-radius: 2px !important;
    
    width: 180px !important;
    cursor: pointer;
    transition: all 0.3s;
    border: none;
    
  height: 46px;
  padding: 0 !important;
  font-size: 16px;
}
.cdek_btn::after{
    content: url(../img/btn_arrow2.svg);
}
.cdek_office_info{
    position: absolute;
    left: 55px;
    bottom: 20px;
}
.cart_delivery:has(.cdek_btn){
    padding-bottom: 48px;
}
.simplecheckout-block fieldset{
    width: 100%;
}
.pickup.pickup:has(#pickup.pickup) .cart_delivery-title span{
    display: none !important;
}
/* Кастомная мультиязычность */
html[lang^="ru"] .lang-en { display: none !important; }
html[lang^="en"] .lang-ru { display: none !important; }

/* Переопределения для интеграции с модулем Simple */
.simpleregister-inner .form-group {
    margin-bottom: 20px; /* Сбрасываем отступы Bootstrap */
}

.simpleregister-inner .form-group.has-error {
    margin-bottom: 50px; /* Сбрасываем отступы Bootstrap */
}

.simpleregister-inner .simplecheckout-error-text {
    display: none;
    color: #E23838; /* Цвет твоей ошибки */
    font-size: 14px; /* Подгони под свой дизайн */
    margin-top: 5px;
    align-items: center;
    gap: 8px;
}

/* Когда Simple показывает ошибку, применяем flex чтобы иконка и текст были в ряд */
.simpleregister-inner .simplecheckout-error-text[style*="display: block"] {
    display: flex !important; 
}

a[href*="/my-account"] {
  display: none;
}

.btn_drop {
	 padding:10px;
	 display: inline-block;
}
.page_default p {
    font-weight: 300;
    margin-bottom: 10px;
    line-height: 120%;
    font-size: 18px;
}
#popup_size table {
	width:100% !important;
}
#popup_size tr td {
	padding: 20px 5px;
    text-align: center;font-size:13px;
}
#popup_size tr:nth-child(2n) {
    background: #F6F6F6;
}
#popup_size tr:first-child td {
    border-top: 1px solid #1111111F;
    border-bottom: 1px solid #1111111F;
}
#popup_size tr + tr td {
	    white-space: nowrap;
		font-size:13px;
}

.cart_delivery-pay[for="cod"] .cart_delivery-text, .cart_delivery-pay[for="cod"] .cart_delivery-icon{
    display: none !important;
}

.vayanka-agreements, .cart_form #buttons{
    order: 1;
}