/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: 0.35em 0.75em 0.625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}



@font-face {
    font-family: 'IFKica';
    src: url('../fonts/IFKica-Bold.woff2') format('woff2'),
        url('../fonts/IFKica-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'IFKica';
    src: url('../fonts/IFKica-Regular.woff2') format('woff2'),
        url('../fonts/IFKica-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Jost';
    src: url('../fonts/Jost-ExtraBold.woff2') format('woff2'),
        url('../fonts/Jost-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Jost';
    src: url('../fonts/Jost-Bold.woff2') format('woff2'),
        url('../fonts/Jost-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Jost';
    src: url('../fonts/Jost-SemiBold.woff2') format('woff2'),
        url('../fonts/Jost-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Jost';
    src: url('../fonts/Jost-Medium.woff2') format('woff2'),
        url('../fonts/Jost-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Jost';
    src: url('../fonts/Jost-Regular.woff2') format('woff2'),
        url('../fonts/Jost-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'stars';
    src: url('../fonts/B1PasswordStars.woff2') format('woff2'),
        url('../fonts/B1PasswordStars.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-weight: 400;
}

html {
    box-sizing: border-box;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

* {
    outline: none;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

body {
    overflow-x: hidden;
    font-family: 'Jost';
    color: #1A1818;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.container {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 24px;
}

.body {
    padding: 24px 0;
    background-color: #FBFBFB;
    min-height: 100vh;
}

.body_wrapper {
    min-height: 100vh;
    display: flex;
    justify-content: space-between;
}

.body_aside {
    width: 299px;
    position: fixed;
    top: 24px;
    left: 24px;
    z-index: 4;
}

.body_content {
    width: calc(100% - 315px);
    margin-left: auto;
}

.aside_logo {
    box-shadow: 0px 0px 16px 0px #00000014;
    background: #FFFFFF;
    padding: 20px;
    border-radius: 16px;
    margin-bottom: 16px;
    display: flex;
}

.aside_search {
    box-shadow: 0px 0px 16px 0px #00000014;
    background: #FFFFFF;
    padding: 8px;
    border-radius: 16px;
    margin-bottom: 16px;
    height: 64px;
    display: flex;
    align-items: center;
    color: #1A1818;
    position: relative;
    cursor: pointer;
    transition: all 0.3s;
}

.aside_search-btn {
    transition: all 0.3s;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    display: flex;
    padding-left: 16px;
    align-items: center;
}

.aside_search:hover .aside_search-btn {
    background: #F1F1F1;
    padding-left: 24px;
}

.aside_search::before {
    position: absolute;
    content: "";
    background-image: url(../img/search.svg);
    background-size: cover;
    width: 24px;
    height: 24px;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
}

.aside_menu {
    box-shadow: 0px 0px 16px 0px #00000014;
    background: #FFFFFF;
    padding: 8px;
    border-radius: 16px;
    margin-bottom: 16px;

}

.aside_menu li img {
    display: none;
}

.body_popup {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 16;
}

.body_popup.active {
    display: block;
}

.body_popup-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
}

.body_popup-wrapper {
    width: 637px;
    background-color: #fff;
    padding: 64px 80px 20px;
    overflow: auto;
    height: 100%;
    margin-left: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    transition: all 0.3s;
}

@keyframes popupAnim {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(0%);
    }
}

.body_popup.active .body_popup-wrapper {
    animation: popupAnim 0.3s;
}

.body_popup-wrapper::-webkit-scrollbar {
    display: none;
}

.body_popup-close {
    margin-bottom: 24px;
    margin-left: auto;
    width: 44px;
    display: flex;
    cursor: pointer;
    transition: all 0.3s;
}

.body_popup-close svg rect {
    transition: all 0.3s;
    fill: #fff;
}

.body_popup-close:hover rect {
    fill: #F1F1F1;
}

.body_popup-logo {
    width: 218px;
    margin-bottom: 24px;
}

.body_popup-logo img {
    width: 100%;
    height: auto;
}

.body_popup-btntwo {
    display: flex;
}

.body_popup-btntwo.active {
    font-size: 0;
    gap: 0;
}

.body_popup-btntwo.active path {
    fill: #EF2424;
    stroke: #EF2424;
}

.new_item-favorit.active path {
    fill: #EF2424;
    stroke: #EF2424;
}



.body_popup-inner {
    margin: auto 0;
}

.body_popup-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    color: #1A1818;
    margin-bottom: 24px;
}

.body_popup-forgot {
    font-size: 18px;
    font-weight: 500;
    line-height: 25.2px;
    text-decoration-line: underline;
    text-underline-offset: 2px;
    display: flex;
    margin-left: auto;
    width: fit-content;
    color: #1A1818;
    margin-bottom: 24px;
}

.body_popup-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1A1818;
    height: 62px;
    border-radius: 16px;
    font-size: 14px;
    font-weight: 600;
    line-height: 19.6px;
    margin-bottom: 24px;
    color: #fff;
    transition: all 0.3s;
}

.body_popup-btn:hover {
    opacity: 0.8;
}

.body_popup-btntwo {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #E2E2E2;
    border-radius: 16px;
    height: 62px;
    font-size: 14px;
    font-weight: 600;
    line-height: 19.6px;
    cursor: pointer;
    color: #1A1818;
    transition: all 0.3s;
}

.body_popup-btntwo:hover {
    background: #F1F1F1;
    border: 1px solid #636363;
}

.inp_wrapper {
    width: 100%;
    margin-bottom: 16px;
    position: relative;
}

.inp_placeholder {
    position: absolute;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    color: #636363;
    left: 16px;
    transition: all 0.3s;
    top: 20px;
    pointer-events: none;
}

.inp.active+.inp_placeholder,
.inp:focus+.inp_placeholder {
    top: 10px;
    font-size: 14px;
    line-height: 19.6px;
}

.inp_clean {
    position: absolute;
    right: 16px;
    top: 23px;
    cursor: pointer;
    display: flex;
    opacity: 0;
    transition: all 0.3s;
}

.body_popup-text {
    color: #636363;
    font-size: 16px;
    line-height: 22.4px;
    margin-bottom: 24px;
    margin-top: -16px;
}

.inp.active~.inp_clean {
    opacity: 1;
}

textarea.inp {
    resize: none;
    height: 170px;
    padding-top: 30px;
}

.password_popup-form {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
}

.password_popup-form .inp_wrapper {
    width: 349px;
    margin: 0;
}

.password_popup-btn {
    display: flex;
    justify-content: center;
    width: 120px;
    border: none;
    align-items: center;
    background-color: #1A1818;
    cursor: pointer;
    height: 62px;
    border-radius: 16px;
    font-size: 14px;
    font-weight: 600;
    line-height: 19.6px;
    margin-bottom: 24px;
    color: #fff;
    transition: all 0.3s;
}

.password_popup-btn:hover {
    opacity: 0.8;
}

.search_popup-desc {
    font-size: 18px;
    line-height: 25.2px;
    color: #1A1818;
    margin-bottom: 20px;
}

.search_popup-subtitle {
    color: #1A1818;
    font-size: 18px;
    font-weight: 500;
    line-height: 25.2px;
    margin-top: auto;
    margin-bottom: 24px;
}

.search_popup-item {
    position: relative;
    display: flex;
    padding-left: 130px;
    flex-direction: column;
    min-height: 130px;
    margin-bottom: 24px;
}

.search_popup-img {
    position: absolute;
    left: 0;
    top: 0;
    background: #F1F1F1;
    width: 113px;
    height: 130px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px;
}

.search_popup-img img {
    max-width: 100%;
    max-height: 100%;
}

.search_popup-item_title {
    margin-bottom: 8px;
    color: #1A1818;
    font-size: 16px;
    font-weight: 500;
    line-height: 22.4px;
}

.search_popup-item_text {
    font-size: 16px;
    color: #636363;
    line-height: 22.4px;
    margin-bottom: 26px;
}

.search_popup-item_price {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    color: #1A1818;
    text-align: right;
}

.inp {
    border: 1px solid #E2E2E2;
    background-color: #fff;
    height: 62px;
    padding-left: 16px;
    display: flex;
    width: 100%;
    border-radius: 16px;
    transition: all 0.3s;
    padding-top: 20px;
}

.body_error-title {
    margin-bottom: 24px;
    color: #EF2424;
    font-size: 16px;
    line-height: 22.4px;
    text-align: center;
}

.inp.error {
    border: 1px solid #EF2424;
}

.inp[type="password"] {
    font-family: 'stars';
    letter-spacing: 1px;
    font-size: 10px;
}

.password_popup-title {
    margin-bottom: 24px;
    color: #1A1818;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
}

.password_popup-form .password_popup-btn {
    margin-bottom: 0;
}

.password_popup-title::before {
    position: relative;
    content: "";
    background-image: url(../img/search_title.svg);
    background-size: cover;
    display: block;
    width: 24px;
    height: 24px;
}

.inp:hover {
    border: 1px solid #636363;
}

.inp::placeholder {
    color: #636363;
}

.body_popup-ok {
    margin-bottom: 24px;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    color: #636363;
}

.inp_error-text {
    color: #EF2424;
    margin-top: 4px;
    font-size: 14px;
    line-height: 19.6px;

}

.body_popup-ok a {
    text-decoration: underline;
    text-underline-offset: 2px;
    color: #0009BB;
}

.aside_menu li {
    position: relative;
}

.aside_menu li:hover .menu_drop {
    opacity: 1;
    visibility: visible;
}

.menu_drop::before {
    position: absolute;
    content: "";
    width: 16px;
    left: -16px;
    height: 100%;
    top: 0;
}

.menu_drop {
    position: absolute;
    box-shadow: 0px 0px 16px 0px #00000014;
    border-radius: 16px;
    padding: 8px;
    background-color: #fff;
    bottom: 0;
    left: calc(100% + 16px);
    width: 582px;
    display: flex;
    flex-wrap: wrap;
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
}

.menu_drop li {
    width: 50%;
}

.aside_menu li a {
    padding: 16px;
    color: #1A1818;
    line-height: 22.4px;
    border-radius: 8px;
    display: block;
    transition: all 0.3s;
}

.aside_menu li a span {
    color: #EF2424;
}

.aside_menu li a:hover {
    background: #F1F1F1;
    padding-left: 24px;
}

.body_content-top {
    display: flex;
    gap: 16px;
    justify-content: space-between;
    margin-bottom: 24px;
}

.header {
    display: flex;
    box-shadow: 0px 0px 16px 0px #00000014;
    background: #FFFFFF;
    padding: 8px;
    border-radius: 16px;
    gap: 8px;
}

.header_iiner:nth-child(1) .header_link:nth-child(1) {
    display: none;
}

.menu_burger {
    display: none;
}

.header_wrapper {
    display: flex;
    gap: 8px;
}

.header_iiner {
    display: flex;
    gap: 8px;
}

.body_conten-title {
    box-shadow: 0px 0px 16px 0px #00000014;
    background: #FFFFFF;
    padding: 20px 24px;
    flex: auto;
    border-radius: 16px;
    color: #1A1818;
    font-size: 14px;
    display: flex;
    gap: 2px 0;
    flex-wrap: wrap;
    font-weight: 600;
    line-height: 19.6px;
    font-family: 'IFKica';
    text-transform: uppercase;
}

.body_conten-title a {
    color: #636363;
    display: flex;
}

.body_conten-title a::after {
    position: relative;
    content: ">";
    color: #636363;
    margin: 0 8px;
}

.header_link {
    background: #F1F1F1;
    border-radius: 8px;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    white-space: nowrap;
    gap: 8px;
    color: #1A1818;
    font-size: 14px;
    line-height: 19.6px;
    transition: all 0.3s;
}

.header_link:hover {
    background: #e3e3e3;
}

.sale_line {
    padding: 22px 0;
    background: #1A1818;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 16px;
}

.sale_line-items {
    display: flex;
    gap: 32px;
    animation: lineAnim 10s linear infinite;
}

@keyframes lineAnim {
    to {
        transform: translateX(calc(-50% + 18px));
    }
}

.sale_line-item {
    white-space: nowrap;
    font-size: 14px;
    font-family: 'IFKica';
    text-transform: uppercase;
    font-weight: 600;
    line-height: 19.6px;
    color: #fff;
}

.blog_items {
    display: flex;
    gap: 16px;
    margin-bottom: 16px;
}

.blog_item {
    width: calc(25% - 12px);
    box-shadow: 0px 0px 16px 0px #00000014;
    background-color: #fff;
    border-radius: 16px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.blog_item-img {
    border: 1px solid #E2E2E2;
    border-radius: 16px;
    height: 19.4vw;
    margin-bottom: 16px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.blog_item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog_item-title {
    color: #1A1818;
    font-size: 18px;
    font-weight: 600;
    font-family: 'IFKica';
    line-height: 25.2px;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.blog_item-text {
    font-size: 16px;
    line-height: 22.4px;
    color: #636363;
    margin-bottom: 32px;
}

.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #E2E2E2;
    background-color: #fff;
    border-radius: 16px;
    margin-top: auto;
    font-size: 14px;
    font-weight: 600;
    line-height: 19.6px;
    color: #1A1818;
    text-transform: uppercase;
    transition: all 0.3s;
}

.btn:hover {
    background: #F1F1F1;
    border: 1px solid #636363;
}

.blog_item-btn {
    width: 100%;
    height: 62px;
}

.new {
    box-shadow: 0px 0px 16px 0px #00000014;
    background-color: #fff;
    border-radius: 16px;
    margin-bottom: 16px;
    padding: 16px;
}

.new_title {
    font-family: 'IFKica';
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    line-height: 25.2px;
    color: #1A1818;
    padding: 8px 16px;
    margin-bottom: 12px;
}

.new_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.new_img {
    width: calc(40% - 8px);
    display: flex;
    border-radius: 16px;
    overflow: hidden;
    align-self: stretch;
}

.new_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.new_right {
    width: calc(60% - 8px);
}

.new_items {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 16px;

}

.new_item {
    border: 1px solid #E2E2E2;
    background-color: #fff;
    border-radius: 16px;
    padding: 12px;
    width: calc(33.333% - 10.666px);
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.new_item-teg {
    position: absolute;
    background: #1A1818;
    font-size: 12px;
    font-weight: 600;
    line-height: 16.8px;
    padding: 6px 12px;
    color: #fff;
    border-radius: 8px;
    top: 12px;
    left: 12px;
    z-index: 1;
}

.new_item-img {
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: 24px;
}

.new_item-img img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    transition: all 0.3s;
    right: 50%;
    transform: translate(50%, -50%);
}

.new_item-favorit {
    position: absolute;
    right: 12px;
    top: 12px;
    width: 62px;
    height: 62px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    border: 1px solid #E2E2E2;
    border-radius: 16px;
    z-index: 1;
    transition: all 0.3s;
    opacity: 0;
    cursor: pointer;
}

.new_item-favorit:hover {
    background: #F1F1F1;
    border: 1px solid #636363;
}

.new_item-img img:nth-child(2) {
    opacity: 0;
}

.new_item:hover .new_item-favorit,
.new_item:hover .new_item-sizes,
.new_item:hover .new_item-img img:nth-child(2) {
    opacity: 1;
}

.new_item:hover .new_item-subtitle,
.new_item:hover .new_item-title {
    opacity: 0;
}

.new_item-sizes {
    position: absolute;
    bottom: 12px;
    right: 12px;
    background-color: #fff;
    width: calc(100% - 24px);
    gap: 4px;
    display: flex;
    flex-wrap: wrap;
    transition: all 0.3s;
    opacity: 0;
}

.new_item-size {
    color: #1A1818;
    border-radius: 8px;
    background: #F1F1F1;
    width: calc(20% - 3.2px);
    padding: 6px;
    text-align: center;
    transition: all 0.3s;
}

.new_item-size:hover {
    background: #e3e3e3;
}

.new_item-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 22.4px;
    margin-bottom: 2px;
    color: #1A1818;
    transition: all 0.3s;
}

.new_item-subtitle {
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    color: #636363;
    margin-bottom: 24px;
    transition: all 0.3s;
}

.new_item-price {
    display: flex;
    align-items: center;
    white-space: nowrap;
    gap: 12px;
    margin-top: auto;
    margin-bottom: 4px;
}

.price_new {
    color: #1A1818;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
}

.price_old {
    color: #636363;
    font-size: 16px;
    text-decoration: line-through;
    line-height: 22.4px;
}

.price_sale {
    background: #1A1818;
    border-radius: 8px;
    padding: 3px 8px;
    font-size: 16px;
    font-weight: 500;
    line-height: 22.4px;
    color: #fff
}

.new_item-split {
    font-size: 14px;
    line-height: 19.6px;
    color: #1A1818;
    display: flex;
    align-items: center;
    gap: 4px;
    position: relative;
}

.new_item-split::before {
    position: relative;
    content: "";
    background-image: url(../img/split.svg);
    background-size: cover;
    width: 14px;
    height: 14px;
    display: block;
}

.new_item-split span {
    color: #636363;
}

.new_btn {
    width: 100%;
    height: 62px;
}

.firm {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
}

.firm_inner {
    box-shadow: 0px 0px 16px 0px #00000014;
    background-color: #fff;
    border-radius: 16px;
    padding: 16px;
    width: calc(50% - 8px);
}

.firm_inner-top {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    justify-content: space-between;
    padding: 8px 16px;
}

.firm_inner-title {
    color: #1A1818;
    font-size: 18px;
    font-weight: 600;
    line-height: 25.2px;
    font-family: 'IFKica';
    text-transform: uppercase;
}

.firm_inner-logo {
    height: 42px;
    display: flex;
}

.firm_inner-logo img {
    width: auto;
    height: 100%;
}

.firm_inner-btn {
    height: 62px;
}

.firm_items {
    display: flex;
    margin-bottom: 16px;
    flex-wrap: wrap;
}

.firm_item {
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 172px;
}

.firm_item img {
    max-width: 100%;
    max-height: 100%;
}

.look {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
    flex-wrap: wrap;
    gap: 16px;
}

.look:last-child {
    margin-bottom: 72px;
}

.look_inner {
    box-shadow: 0px 0px 16px 0px #00000014;
    background-color: #fff;
    border-radius: 16px;
    padding: 16px;
    width: calc(50% - 8px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.look_title {
    color: #1A1818;
    font-size: 18px;
    font-weight: 600;
    line-height: 25.2px;
    font-family: 'IFKica';
    margin-bottom: 16px;
    padding: 8px 16px;
    text-transform: uppercase;
}

.look_wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
}

.look_img {
    width: calc(100% - 298px);
    border-radius: 16px;
    overflow: hidden;
    display: flex;
}

.look_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.look_btn {
    height: 62px;
    width: 100%;
    margin-top: auto;
}

.look_items {
    width: 282px;
}

.look_item:last-child {
    margin-bottom: 0;
}

.look_item {
    border: 1px solid #E2E2E2;
    margin-bottom: 8px;
    display: flex;
    border-radius: 16px;
    justify-content: space-between;
    transition: all 0.3s;
    padding: 8px;
}

.look_item:hover {
    border: 1px solid #636363;
}

.look_item-img {
    background: #F1F1F1;
    width: 67px;
    height: 96px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px;
    border-radius: 8px;
}

.look_item-img img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    overflow: hidden;
    max-height: 100%;
}

.look_item-info {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: calc(100% - 83px);
}

.look_item-title {
    color: #1A1818;
    font-size: 16px;
    font-weight: 500;
    line-height: 22.4px;
}

.look_item-subtitle {
    font-size: 16px;
    line-height: 22.4px;
    color: #636363;
    margin-bottom: 12px;
}

.look_item-price {
    font-size: 16px;
    font-weight: 500;
    line-height: 22.4px;
    color: #1A1818;
    margin-top: auto;
}

.breds {
    box-shadow: 0px 0px 16px 0px #00000014;
    background-color: #fff;
    border-radius: 16px;
    margin-bottom: 120px;
    padding: 16px;
}

.breds_title {
    color: #1A1818;
    font-size: 18px;
    font-weight: 600;
    line-height: 25.2px;
    font-family: 'IFKica';
    margin-bottom: 16px;
    padding: 8px 16px;
    text-transform: uppercase;
}

.breds_items {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 8px;
}

.breds_item {
    background: #F1F1F1;
    border-radius: 12px;
    padding: 4px 16px;
    width: calc(25% - 6px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s;
}

.breds_item:hover {
    background: #e3e3e3;
}

.breds_item-title {
    font-size: 16px;
    line-height: 22.4px;
    color: #1A1818;
}

.breds_item-title span {
    font-weight: 800;
}

.breds_item-img {
    display: flex;
    height: 40px;
}

.breds_item-img img {
    height: 100%;
    width: auto;
}

.footer {
    box-shadow: 0px 0px 16px 0px #00000014;
    background-color: #fff;
    padding: 12px 16px;
    border-radius: 16px;
}

.footer_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer_logo {
    display: flex;
}

.footer_consult,
.footer_mail {
    background: #F1F1F1;
    padding: 12px;
    border-radius: 8px;
    gap: 8px;
    display: flex;
    align-items: center;
    transition: all 0.3s;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    color: #1A1818;
}

.footer_consult:hover,
.footer_mail:hover {
    background: #e3e3e3;
}

.footer_adres {
    color: #1A1818;
    font-size: 14px;
    font-weight: 400;
    text-align: right;
    line-height: 19.6px;
    width: 230px;
    padding-right: 24px;
    position: relative;
}

.footer_adres::before {
    position: absolute;
    content: "";
    background-image: url(../img/adres.svg);
    background-size: cover;
    width: 16px;
    height: 16px;
    right: 0;
    transform: translateY(-50%);
    top: 50%;
}

.breds_item-show {
    display: none;
}

.aside_inner-back,
.aside_inner-logo,
.aside_inner-close {
    display: none;
}

.brend {
    box-shadow: 0px 0px 16px 0px #00000014;
    background-color: #fff;
    padding: 24px;
    margin-bottom: 72px;
    border-radius: 16px;
}

.brend_top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 32px;
}

.brend_logo {
    width: 118px;
    display: flex;
}

.brend_logo img {
    width: 100%;
    height: auto;
}

.brend_text {
    width: calc(100% - 160px);
    color: #636363;
    font-size: 16px;
    line-height: 22.4px;
}

.brend_text p:not(:last-child) {
    margin-bottom: 20px;
}

.brend_items {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.brend_items .new_item {
    width: calc(20% - 12.8px);
    margin: 0;
}

.brend_btn {
    margin: 16px 0;
    height: 62px;
}

.pagin {
    display: flex;
    align-items: center;
    gap: 16px;
}

.pagin a {
    width: 54px;
    height: 54px;
    border: 1px solid #E2E2E2;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    border-radius: 16px;
    font-size: 16px;
    font-weight: 500;
    line-height: 22.4px;
    color: #1A1818;
    transition: all 0.3s;
}

.pagin a.active {
    background: #1A1818;
    color: #fff;
}

.pagin a:not(.active):hover {
    background: #F1F1F1;
    border: 1px solid #636363;
}

.filters {
    margin-bottom: 32px;
    position: relative;
    z-index: 2;
}

.filters_title {
    margin-bottom: 12px;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    color: #1A1818;
}

.filters_item-drop {
    opacity: 0;
    visibility: hidden;
    background: #FFFFFF;
    border: 1px solid #E2E2E2;
    border-radius: 16px;
    padding: 16px;
    top: calc(100% + 8px);
    position: absolute;
    z-index: 1;
    left: 0;
    width: 776px;
}

.filters_item-drop.active {
    opacity: 1;
    visibility: visible;
}

.filters_items {
    display: flex;
    gap: 8px;
    position: relative;
}

.filters_item-title {
    background: #FFFFFF;
    border: 1px solid #E2E2E2;
    border-radius: 16px;
    font-size: 16px;
    font-weight: 500;
    line-height: 22.4px;
    display: flex;
    gap: 4px;
    cursor: pointer;
    align-items: center;
    user-select: none;
    padding: 16px 20px;
    transition: all 0.3s;
    position: relative;
}

.filters_item-title.active {
    background: #1A1818;
    color: #fff;
}

.filters_item-title svg,
.filters_item-title svg path {
    transition: all 0.3s;
}

.filters_item-title.active svg {
    transform: rotate(180deg);
}

.filters_item-title.active svg path {
    fill: #fff;
}

.filters_item-title:not(.active):hover {
    background: #F1F1F1;
    border: 1px solid #636363;
}




.filters_links {
    display: flex;
    margin-bottom: 32px;
    gap: 8px;
    flex-wrap: wrap;
}

.filters_link {
    background: #FFFFFF;
    border: 1px solid #E2E2E2;
    border-radius: 16px;
    font-size: 16px;
    font-weight: 500;
    line-height: 22.4px;
    display: flex;
    gap: 4px;
    cursor: pointer;
    align-items: center;
    user-select: none;
    padding: 16px 20px;
    color: #1A1818;
    transition: all 0.3s;
    position: relative;
}

.filters_link:not(.active):hover {
    background: #F1F1F1;
    border: 1px solid #636363;
}

.filters_item-clean {
    cursor: pointer;
    background: none;
    font-size: 18px;
    font-weight: 500;
    line-height: 25.2px;
    text-decoration-line: underline;
    color: #1A1818;
    padding: 0;
    border: none;
    margin-top: 8px;
    display: flex;
    margin-left: auto;
    gap: 8px;
    align-items: center;
    width: fit-content;
}

.filters_item-clean::before {
    position: relative;
    content: "";
    background-image: url(../img/close.svg);
    background-size: cover;
    width: 16px;
    height: 16px;
}

.filters_item-checks {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.filters_item-check {
    display: block;
}

.filters_item-check span {
    cursor: pointer;
    background: #F1F1F1;
    min-width: 86px;
    padding: 10px 16px;
    border-radius: 12px;
    color: #1A1818;
    transition: all 0.3s;
    display: block;
    font-size: 16px;
    text-align: center;
    line-height: 22.4px;
}

.filters_item-check input:checked+span {
    background-color: #1A1818;
    color: #fff;
}

.filters_item-check input {
    display: none;
}

.filters_price {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    gap: 8px;
}

.filters_price .inp_wrapper {
    width: calc(50% - 4px);
}

.ui-widget.ui-widget-content {
    height: 8px;
    border: none;
    background-color: #F1F1F1;
    border-radius: 2px;
    margin: 8px 0 16px;
}

.ui-slider-horizontal .ui-slider-range {
    background-color: #1A1818;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 2px solid #1A1818;
    width: 32px;
    background-color: #fff !important;
    height: 32px;
    border-radius: 50%;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -12px;
}

.ui-slider-horizontal .ui-slider-handle:nth-child(2) {
    margin-left: 0;
}

.ui-slider-horizontal .ui-slider-handle:nth-child(3) {
    transform: translateX(-16px);
}

.filters_clean {
    cursor: pointer;
    background: none;
    font-size: 18px;
    font-weight: 500;
    line-height: 25.2px;
    text-decoration-line: underline;
    color: #1A1818;
    padding: 0;
    border: none;
    display: flex;
    gap: 8px;
    align-items: center;
    width: fit-content;
}

.filters_clean::before {
    position: relative;
    content: "";
    background-image: url(../img/close.svg);
    background-size: cover;
    width: 16px;
    height: 16px;
}

.filters_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.filter_open {
    display: none;
}

.filters_inner-close,
.filters_inner .body_popup-btntwo,
.filters_inner .body_popup-btn {
    display: none;
}

.card_body {
    background: #FFFFFF;
    box-shadow: 0px 0px 16px 0px #00000014;
    padding: 24px;
    border-radius: 16px;
    margin-bottom: 70px;
}

.card_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.card_left {
    width: calc(50% - 12px);
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.card_dots {
    width: 110px;
    height: 750px;
    margin-top: -7px;
}

.card_dot {
    height: 138px !important;

    display: flex !important;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border: 1px solid #E2E2E2 !important;
    border-radius: 8px;
    overflow: hidden;
    margin: 7.5px 0;
}

.card_dot.slick-current {
    border: 1px solid #1A1818 !important;
}

.card_dot img {
    width: auto;
    object-fit: cover;
}

.card_imgs {
    width: calc(100% - 134px);
    border: 1px solid #E2E2E2;
    border-radius: 16px;
    overflow: hidden;
}

.card_img {
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: 750px;
}

.card_img img {
    max-width: 100%;
    /*max-height: 100%;*/
}

.card_right {
    width: calc(50% - 12px);
    padding-right: 134px;
}

.card_subtitle {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 8px;
    color: #1A1818;
}

.card_title {
    color: #1A1818;
    font-size: 18px;
    line-height: 25.2px;
    margin-bottom: 2px;
}

.card_color {
    font-size: 18px;
    line-height: 25.2px;
    color: #636363;
    margin-bottom: 32px;
}

.card_sizes {
    display: flex;
    flex-wrap: wrap;
    margin: 32px 0;
    max-width: 610px;
    gap: 4px;
}

.card_right .new_item-price {
    margin-bottom: 16px;
}

.card_size {
    display: block;
}

.card_size input {
    display: none;
}

.card_size a.selected {
    background-color: #1A1818;
    color: #fff;
}

.card_size a {
    width: 100%;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 12px;
    background-color: #F1F1F1;
    transition: all 0.3s;
    padding:10px;
}

.card_size a:hover {
    background: #e3e3e3;
}
.card_size a.selected:hover {
    background: #1A1818;
}

.card_size-open {
    color: #1A1818;
    font-size: 18px;
    font-weight: 500;
    line-height: 25.2px;
    text-decoration-line: underline;
    margin-bottom: 32px;
    text-underline-offset: 2px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.card_size-open::before {
    position: relative;
    content: "";
    background-image: url(../img/size.svg);
    background-size: cover;
    width: 16px;
    height: 16px;
}

.card_btns {
    display: flex;
    max-width: 609px;
    justify-content: space-between;
}

.card_btns>* {
    width: calc(50% - 8px);
    gap: 8px;
}

.card_links {
    display: flex;
    margin-bottom: 32px;
    max-width: 609px;
    justify-content: space-between;
}

.card_link {
    width: calc(50% - 8px);
    gap: 8px;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 25.2px;
    text-decoration: underline;
    text-underline-offset: 2px;
    color: #1A1818;
}

.card_option-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 25.2px;
    margin-bottom: 8px;
}

.card_options {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 32px;
}

.card_options li {
    width: calc(50% - 8px);
    position: relative;
    padding-left: 20px;
}

.card_options li::before {
    position: absolute;
    content: "";
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #1A1818;
    left: 8px;
    top: 9px;
}

.card_adres {
    color: #636363;
    font-size: 16px;
    line-height: 22.4px;
}

.card_adres-size {
    width: 64px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 12px;
    background-color: #F1F1F1;
    transition: all 0.3s;
}

.card_adres-sizes {
    margin: 16px 0 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.card_status {
    color: #636363;
    font-size: 16px;
    line-height: 22.4px;
    padding: 6px 18px;
    border: 1px solid #E2E2E2;
    border-radius: 12px;
    margin-top: 16px;
    width: fit-content;
}

.other {
    margin-top: 44px;
}


.other_title {
    font-family: 'IFKica';
    font-size: 18px;
    font-weight: 600;
    line-height: 25.2px;
    padding: 8px 16px;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.popup_info-inner {
    padding: 34px 16px 34px 0;
    overflow: auto;
}

.popup_info-inner::-webkit-scrollbar {
    border-radius: 4px;
    background-color: #F1F1F1;
    width: 6px;
}

.popup_info-inner::-webkit-scrollbar-thumb {
    background-color: #1A1818;
    border-radius: 4px;
}

.popup_info-title {
    margin-bottom: 24px;
    font-size: 20px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 28px;
}

.popup_info-inner p a {
    color: #0009BB;
}

.popup_info-inner p span {
    display: block;
    margin-bottom: 8px;
    font-size: 500;
}

.popup_info-inner p {
    font-size: 16px;
    line-height: 22.4px;
    color: #636363;
    margin-bottom: 26px;
}

.popup_info-inner img {
    max-width: 100%;
    height: auto;
}

.popup_info-title span {
    color: #636363;
    font-size: 16px;
    font-weight: 500;
    line-height: 22.4px;
}

.look_card {
    box-shadow: 0px 0px 16px 0px #00000014;
    background-color: #fff;
    padding: 24px;
    margin-bottom: 16px;
    border-radius: 16px;
}

.look_card .card_dot {
    padding: 0;
}

.look_card .card_img img,
.look_card .card_dot img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.look_card .card_right .look_items {
    width: 100%;
}

.card_right .look_item {
    padding: 16px;
    margin-bottom: 18px;
}

.card_right .look_item:last-child {
    margin-bottom: 0;
}

.card_right .look_item-img {
    width: 113px;
    padding: 6px;
    height: 130px;
}

.card_right .look_item-info {
    width: calc(100% - 200px);
}

.look_item-btns {
    display: flex;
    flex-direction: column;
    gap: 4px;
    justify-content: space-between;
}

.look_item-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: 54px;
    border-radius: 12px;
    height: 54px;
    transition: all 0.3s;
}

.look_item-btn:nth-child(1) {
    background-color: #fff;
    border: 1px solid #E2E2E2;
}

.look_item-btn:nth-child(1):hover {
    background-color: #F1F1F1;
}

.look_item-btn:nth-child(2) {
    background-color: #1A1818;
    border: none;
}

.look_item-btn:nth-child(2):hover {
    opacity: 0.8;
}

.about_top {
    box-shadow: 0px 0px 16px 0px #00000014;
    border-radius: 16px;
    padding: 24px;
    margin-bottom: 16px;
    position: relative;
}

.about_gallery {
    overflow: hidden;
    border-radius: 16px;
}

.about_top-info {
    position: absolute;
    top: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 1;
    transform: translate(50%, -50%);
    right: 50%;
    background: radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
}

.about_top-logo {
    display: flex;
}

.about_gallery-items {
    display: flex;
    gap: 24px;
    width: max-content;
    transform: translateX(-0%);
    animation: galleryAnim 18s linear infinite;
}

@keyframes galleryAnim {
    to {
        transform: translateX(calc(-50% - 12px));
    }
}

.about_gallery-item {
    width: 269px;
    min-width: 269px;
    height: 396px;
    border-radius: 8px;
    display: flex;
    overflow: hidden;
}


.about_gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about_wrapper {
    margin-bottom: 72px;
    position: relative;
}

.about_info {
    box-shadow: 0px 0px 16px 0px #00000014;
    border-radius: 16px;
    padding: 24px;
    max-width: 505px;
    margin: 0 auto;
    z-index: 2;
    background-color: #fff;
}

.about_img {
    display: flex;
    width: 100%;
    height: auto;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 24px;
}

.about_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about_title {
    font-size: 18px;
    font-weight: 500;
    line-height: 25.2px;
}

.about_text {
    font-size: 16px;
    line-height: 22.4px;
    margin-top: 56px;
}

.about_photo {
    position: absolute;
    width: 346px;
    border-radius: 12px;
    padding: 12px;
    box-shadow: 0px 0px 16px 0px #00000014;
    background-color: #fff;
    transition: all 0.3s;
}

.about_photo-img {
    height: 376px;
    margin-bottom: 16px;
    border-radius: 6px;
    overflow: hidden;
    display: flex;
}

.about_photo-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about_photo-title {
    font-size: 16px;
    line-height: 22.4px;
    text-align: center;
}

.about_photo:nth-child(1) {
    left: 5%;
    top: -135px;
    transform: rotate(-2deg);
}

.about_photo:nth-child(1):hover,
.about_photo:nth-child(4):hover {
    transform: rotate(2deg);
}

.about_photo:nth-child(2):hover,
.about_photo:nth-child(3):hover {
    transform: rotate(-2deg);
}

.about_photo:nth-child(2) {
    right: 3%;
    top: 15px;
    transform: rotate(3deg);
}

.about_photo:nth-child(3) {
    left: 5%;
    top: 403px;
    transform: rotate(2deg);
}



.about_photo:nth-child(4) {
    right: 3%;
    top: 560px;
    transform: rotate(-2deg);
}


.support_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 70px;
}

.support_inner {
    width: calc(50% - 8px);
    box-shadow: 0px 0px 16px 0px #00000014;
    background-color: #fff;
    border-radius: 16px;
    padding: 24px;
}

.support_title {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 24px;
}

.support_faq-item {
    border: 1px solid #E2E2E2;
    background: #FFFFFF;
    border-radius: 16px;
    margin-bottom: 12px;
}

.support_faq-item:last-child {
    margin-bottom: 0;
}

.support_faq-title {
    cursor: pointer;
    padding: 24px;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    line-height: 22.4px;
}

.support_faq-title.active::before {
    transform: translateY(-50%) rotate(180deg);
}

.support_faq-title::before {
    position: absolute;
    content: "";
    background-image: url(../img/faq_arrow.svg);
    background-size: cover;
    width: 24px;
    height: 24px;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
}

.support_faq-content {
    padding: 0 24px 24px;
    display: none;
}

.support_faq-content p a {
    color: #0009BB;
}

.support_faq-content p span {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
}

.support_faq-content p {
    font-size: 16px;
    line-height: 22.4px;
    margin-bottom: 26px;
}

.support_faq-content p:last-child {
    margin-bottom: 0;
}

.support_subttile {
    font-size: 16px;
    font-weight: 500;
    line-height: 22.4px;
    margin-bottom: 16px;
    margin-top: 24px;
}

.support_item {
    border: 1px solid #E2E2E2;
    background-color: #fff;
    padding: 24px;
    border-radius: 16px;
    margin-bottom: 16px;
}

.support_item-title {
    font-size: 16px;
    line-height: 22.4px;
    font-weight: 500;
    margin-bottom: 8px;
}

.support_item-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.support_item-options {
    width: calc(50% - 8px);
    line-height: 26.4px;
    font-size: 16px;
    color: #636363;
}

.support_item-links {
    width: calc(50% - 8px);
    line-height: 26.4px;
    font-size: 16px;
    color: #636363;
    text-align: right;
}

a.support_item-link {
    color: #0009BB;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.support_message {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
}

.support_message a {
    color: #0009BB;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.support_btns {
    display: flex;
    margin-bottom: 24px;
    justify-content: space-between;
}

.support_btn {
    width: calc(50% - 8px);
    border: 1px solid #E2E2E2;
    height: 62px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    background-color: #fff;
    font-size: 14px;
    font-weight: 600;
    color: #1A1818;
    line-height: 19.6px;
    transition: all 0.3s;
    text-align: center;
}

.support_btn:hover {
    background: #F1F1F1;
    border: 1px solid #636363;
}

.support_desc {
    font-size: 16px;
    line-height: 22.4px;
    color: #636363;
}

.search_empty {
    padding: 24px;
}

.search_empty-title {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    color: #636363;
    margin-bottom: 16px;
}

.search_empty-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1A1818;
    height: 62px;
    border-radius: 16px;
    width: 274px;
    font-size: 14px;
    font-weight: 600;
    line-height: 19.6px;
    color: #fff;
    transition: all 0.3s;
}

.search_empty-btn:hover {
    opacity: 0.8;
}

.lk_wrapper {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.lk_aside {
    box-shadow: 0px 0px 16px 0px #00000014;
    background-color: #fff;
    padding: 16px;
    border-radius: 16px;
    width: 298px;
}

.lk_aside-title {
    font-family: 'IFKica';
    font-size: 14px;
    font-weight: 600;
    line-height: 19.6px;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.lk_aside-name {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
}

.lk_aside-number {
    font-size: 14px;
    color: #636363;
    margin-bottom: 32px;
    line-height: 19.6px;
}

.lk_aside-link {
    border: 1px solid #E2E2E2;
    background: #FFFFFF;
    padding: 17px 16px;
    color: #1A1818;
    line-height: 22.4px;
    font-size: 16px;
    gap: 8px;
    display: flex;
    align-items: center;
    border-radius: 16px;
    margin-bottom: 12px;
    transition: all 0.3s;
}

.lk_aside-links {
    margin-bottom: 32px;
}

.lk_aside-link:last-child {
    margin-bottom: 0;
}

.lk_aside-link:hover {
    background-color: #F1F1F1;
    border: 1px solid #F1F1F1;
}

.lk_page .body_content-top {
    margin-bottom: 16px;
}

.lk_page {
    margin-bottom: 70px;
}

.lk_aside-link.active {
    color: #fff;
    background: #1A1818;
    border: 1px solid #1A1818;
}

.lk_aside-link.active path {
    fill: #fff;
}

.lk_content {
    box-shadow: 0px 0px 16px 0px #00000014;
    background-color: #fff;
    padding: 24px;
    border-radius: 16px;
    width: calc(100% - 800px);
}

.lk_content-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 24px;
}

.lk_content-wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
}

.lk_content-row {
    width: calc(50% - 8px);
}

.lk_content-row .inp_wrapper {
    margin-bottom: 12px;
}

.lk_content-row .inp_wrapper:last-child {
    margin-bottom: 0;
}

.lk_content-subtitle {
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: 500;
    line-height: 22.4px;
}

.lk_btn {
    width: 100%;
    border: 1px solid #E2E2E2;
    height: 62px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    background-color: #fff;
    font-size: 14px;
    font-weight: 600;
    color: #1A1818;
    line-height: 19.6px;
    transition: all 0.3s;
    text-align: center;
    margin-bottom: 24px;
}

.lk_btn:last-child {
    margin-bottom: 0;
}

.lk_btn:hover {
    background: #F1F1F1;
    border: 1px solid #636363;
}

.lk_content-back {
    display: none;
}


.content_favorit {
    width: calc(100% - 314px);
}

.lk_favorit {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.lk_favorit .new_item {
    margin: 0;
    width: calc(25% - 12px);
}

.lk_favorit-empy {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 16px;
    color: #636363;
}

.lk_favorit-empy+.other {
    margin-top: 0;
}

.lk_faq-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 2px;
    margin-top: 24px;
}

.lk_faq-text {
    font-size: 16px;
    line-height: 22.4px;
    color: #636363;
    margin-bottom: 24px;
}

.lk_tracking {
    border-radius: 16px;
    background-color: #fff;
    box-shadow: 0px 0px 16px 0px #00000014;
    padding: 24px;
    width: 456px;
}

.lk_tracking-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 4px;
}

.lk_tracking-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    margin-bottom: 24px;
    color: #636363;
}

.lk_tracking .inp_wrapper {
    margin-bottom: 24px;
}

.lk_tracking .body_popup-btn {
    margin-bottom: 0;
}

.tracking_road {
    display: none;
}

.tracking_top {
    margin-bottom: 24px;
}

.tracking_top-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 22.4px;
    margin-bottom: 2px;
    color: #636363;
}

.tracking_top-value {
    font-size: 18px;
    font-weight: 500;
    line-height: 25.2px;
}

.tracking_items {
    margin-bottom: 24px;
}

.tracking_items li {
    position: relative;
    padding-left: 64px;
    font-size: 16px;
    color: #636363;
    font-weight: 400;
    line-height: 22.4px;
    margin-bottom: 16px;
}

.body_popup-btn {
    cursor: pointer;
}

.tracking_items li::before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #1A1818;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.tracking_btn {
    width: 100%;
    border: none;
    cursor: pointer;
}

.tracking_items li::after {
    position: absolute;
    content: "";
    background-color: #1A1818;
    width: 2px;
    height: calc(100% + 24px);
    bottom: 50%;
    left: 23px;
}

.tracking_items li:first-child::after {
    display: none;
}

.tracking_items li:first-child::before {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    left: 0;
    background-image: url(../img/tracking_icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

.tracking_items li strong {
    color: #1A1818;
    font-size: 18px;
    font-weight: 500;
    line-height: 25.2px;
}

.tracking_items li span {
    display: block;
}

.tracking_items li:last-child {
    margin-bottom: 0;
}

.lk_content-back_wrapper {
    display: none;
}

.order_item {
    border: 1px solid #E2E2E2;
    margin-bottom: 16px;
    border-radius: 16px;
    padding: 24px;
}

.order_item:last-child {
    margin-bottom: 0;
}

.order_item-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
}

.order_item-left {
    display: flex;
    align-items: center;
    gap: 16px;
}

.order_item-number {
    font-size: 16px;
    font-weight: 500;
    line-height: 22.4px;
}

.order_item-status {
    padding: 4px 12px;
    font-size: 12px;
    font-weight: 600;
    line-height: 16.8px;
    border-radius: 8px;
    color: #fff;
}

.road_status {
    background: #BFA300;
}

.order_item-time {
    font-size: 14px;
    line-height: 19.6px;
    color: #636363;
}

.order_item-track_subtitle {
    font-size: 14px;
    line-height: 19.6px;
    color: #636363;
    margin-bottom: 4px;
}

.order_item-track {
    margin-bottom: 16px;
}

.order_item-track_title {
    font-size: 16px;
    font-weight: 500;
    line-height: 22.4px;
    text-decoration-line: underline;
    color: #0009BB;
    display: flex;
    align-items: center;
    gap: 8px;
}

.order_item-track_title::before {
    position: relative;
    content: "";
    min-width: 16px;
    display: block;
    background-image: url(../img/link_icon.svg);
    background-size: cover;
    width: 16px;
    height: 17px;
}

.order_item-bot {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.order_item-subtitle {
    font-size: 16px;
    line-height: 22.4px;
    margin-bottom: 8px;
}

.order_item-options {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.order_item-info {
    max-width: calc(100% - 200px);
}

.order_item-option {
    border: 1px solid #E2E2E2;
    width: 88px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
}

.order_item-option img {
    max-width: 100%;
    max-height: 100%;
}

.order_item-price {
    color: #636363;
    text-align: right;
    font-size: 14px;
    line-height: 19.6px;
}

.order_item-price span {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    color: #1A1818;
    display: block;
    margin-top: 2px;
}

.cancellation_status {
    background-color: #1A1818;
}



.order_card-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.order_card-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
}

.order_card .lk_content-back {
    display: flex;
}

.lk_content-back {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    color: #1A1818;
    margin-bottom: 16px;
    padding: 8px 0;
    text-decoration: underline;
}

.order_card-subtitle {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 24px;
    display: flex;
    justify-content: space-between;
}

.order_card-inner {
    margin-bottom: 40px;
}

.order_card-inner:last-child {
    margin-bottom: 0;
}

.order_card-track {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.order_card-track .tracking_items li:not(:first-child) {
    display: none;
}

.order_card-track .tracking_top,
.order_card-track .tracking_items {
    width: calc(50% - 8px);
    margin: 0;
}

.order_card-more {
    font-size: 18px;
    font-weight: 500;
    line-height: 25.2px;
    text-decoration-line: underline;
    cursor: pointer;
}

.order_info-items {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.order_info-item {
    width: calc(50% - 8px);
    font-size: 16px;
    line-height: 22.4px;
    color: #636363;
}

.order_info-item:nth-child(3) {
    margin-right: 50%;
}

.order_info-item span {
    font-size: 16px;
    line-height: 22.4px;
    color: #1A1818;
    display: block;
}

.order_card-item {
    display: flex;
    justify-content: space-between;
}

.order_card-item-img {
    border: 1px solid #E2E2E2;
    width: 122px;
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
}

.order_card-item-img img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.order_card-item-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 22.4px;
    margin-bottom: 4px;
}

.order_card-item-subtitle {
    font-size: 16px;
    line-height: 22.4px;
    margin-bottom: 2px;
}

.order_card-item-info {
    display: flex;
    flex-direction: column;
    width: calc(100% - 146px);
}

.order_card-item-color {
    color: #636363;
    margin-bottom: 10px;
}

.order_card-item-inner {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.order_card-item-value {
    color: #636363;
}

.order_card-item-price {
    font-size: 18px;
    font-weight: 500;
    line-height: 25.2px;
}

.order_card-item:not(:last-child) {
    margin-bottom: 24px;
}

.order_card-option {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    line-height: 22.4px;
    margin-bottom: 8px;
}

.order_card-option.sale {
    color: #EF2424;
}

.order_card-option.total {
    font-size: 18px;
    font-weight: 500;
    margin-top: 24px;
    margin-bottom: 0;
    line-height: 25.2px;
}

.cart {
    background-color: #fff;
    box-shadow: 0px 0px 16px 0px #00000014;
    border-radius: 16px;
    padding: 24px;
}

.cart_items {
    width: calc(100% - 460px);
}

.cart_item {
    border: 1px solid #E2E2E2;
    border-radius: 16px;
    padding: 24px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
}

.cart_item:last-child {
    margin-bottom: 0px;
}

.cart_item-img {
    border: 1px solid #E2E2E2;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 174px;
    height: 200px;
}
.cart_item-img {
    margin-right:20px;
}

.cart_item-img img {
    max-width: 100%;
}

.cart_item-info {
    width: calc(100% - 198px);
    position: relative;
}

.cart_item-delete {
    border: 1px solid #E2E2E2;
    background-color: #fff;
    width: 54px;
    height: 54px;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    transition: all 0.3s;
}

.cart_item-delete:hover {
    background-color: #F1F1F1;
    border: 1px solid #F1F1F1;
}

.cart_item .new_item-price {
    margin: 33px 0;
}

.cart_item-bot {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cart_item-total {
    font-size: 24px;
    font-weight: 600;
    line-height: 33.6px;
}

.counter {
    display: flex;
    gap: 8px;
    user-select: none;
}

.count-arrow {
    width: 32px;
    height: 34px;
    cursor: pointer;
}

.count-arrow svg {
    width: 100%;
    height: 100%;
}

.count-inp {
    background: #F1F1F1;
    height: 34px;
    width: 64px;
    border-radius: 8px;
    border: none;
    text-align: center;
}

.cart_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.cart_total {
    width: 442px;
    border-radius: 16px;
    border: 1px solid #E2E2E2;
    padding: 24px;
}

.cart_total .body_popup-btn {
    margin-bottom: 0;
    margin-top: 32px;
}

.done_wrapper {
    max-width: 772px;
    margin: 0 auto;
    box-shadow: 0px 0px 16px 0px #00000014;
    background-color: #fff;
    padding: 24px;
    border-radius: 16px;
}

.done_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 56px;
}

.done_title {
    font-size: 18px;
    font-weight: 500;
    line-height: 25.2px;
    margin-bottom: 32px;
}

.done_text {
    font-size: 16px;
    line-height: 22.4px;
    margin-bottom: 32px;
}

.done_text a {
    color: #0009BB;
    text-decoration: underline;
}

.done_btn {
    width: 100%;
    border: 1px solid #E2E2E2;
    height: 62px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    background-color: #fff;
    font-size: 14px;
    font-weight: 600;
    color: #1A1818;
    line-height: 19.6px;
    transition: all 0.3s;
    text-align: center;
    margin: 56px 0;
}


.done_btn:hover {
    background: #F1F1F1;
    border: 1px solid #636363;
}

.ordering {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.ordering .cart_total {
    border: none;
    box-shadow: 0px 0px 16px 0px #00000014;
    background: #fff;
    width: 470px;
}

.ordering_wrapper {
    width: calc(100% - 486px);
}

.ordering_inner {
    background: #FFFFFF;
    border-radius: 16px;
    box-shadow: 0px 0px 16px 0px #00000014;
    width: 100%;
    padding: 24px;
    margin-bottom: 16px;
    display: flex;
    justify-content: space-between;
}

.ordering_left {
    width: 320px;
}

.ordering_title {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
}

.ordering_inner:last-child {
    margin-bottom: 0;
}

.ordering_info {
    width: calc(100% - 360px);
}

.ordering_subtitle {
    font-size: 16px;
    font-weight: 500;
    line-height: 22.4px;
    margin-bottom: 8px;
}

.ordering_inps {
    display: flex;
    justify-content: space-between;
}

.ordering_inps .inp_wrapper {
    width: calc(50% - 8px);
    margin: 0;
}

.ordering_tabs {
    display: flex;
    border: 1px solid #E2E2E2;
    padding: 8px;
    max-width: 100%;
    width: fit-content;
    border-radius: 8px;
    gap: 8px;
    margin-bottom: 24px;
}

.ordering_tab {
    background: #F1F1F1;
    padding: 10px 40px;
    border-radius: 12px;
    cursor: pointer;
}

.ordering_tab.active {
    color: #fff;
    background-color: #1A1818;
}

.ordering_radio {
    display: flex;
    cursor: pointer;
    background-color: #fff;
    border: 2px solid #E2E2E2;
    border-radius: 16px;
    padding: 24px;
    margin-bottom: 16px;
}

.ordering_radio:last-child {
    margin-bottom: 0;
}

.ordering_radio input {
    display: none;
}

.ordering_radio input:checked+.ordering_radio-box {
    border: 2px solid #1A1818;
}

.ordering_radio input:checked+.ordering_radio-box::before {
    position: absolute;
    content: "";
    width: 13px;
    height: 13px;
    background-color: #1A1818;
    border-radius: 4px;
    top: 3px;
    left: 3px;
}

.ordering_radio.active {
    border: 2px solid #1A1818;
}

.ordering_radio.active .ordering_radio-option {
    color: #1A1818;
}

.ordering_radio-info {
    flex: auto;
}

.ordering_radio-box {
    background-color: #fff;
    width: 23px;
    height: 23px;
    border-radius: 8px;
    margin-right: 16px;
    min-width: 23px;
    position: relative;
    border: 2px solid #E2E2E2;
}

.ordering_radio-title {
    font-size: 16px;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 22.4px;
    margin-bottom: 8px;
    width: 100%;
}

.ordering_radio-title:last-child {
    margin-bottom: 0;
}

.ordering_radio-option {
    font-size: 16px;
    line-height: 22.4px;
    color: #636363;
    margin-bottom: 8px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.ordering_radio-option span {
    font-size: 16px;
    font-weight: 500;
    line-height: 22.4px;
    color: #1A1818;
}

.ordering_radio-option:last-child {
    margin-bottom: 0;
}

.ordering_btn {
    display: flex;
    justify-content: center;
    width: 100%;
    border: none;
    align-items: center;
    background-color: #1A1818;
    cursor: pointer;
    height: 62px;
    border-radius: 16px;
    font-size: 14px;
    font-weight: 600;
    line-height: 19.6px;
    margin-bottom: 24px;
    color: #fff;
    transition: all 0.3s;
}

.ordering_btn:hover {
    opacity: 0.8;
}

.cart_total-items {
    display: flex;
    margin: 32px 0;
    gap: 12px;
    flex-wrap: wrap;
    padding: 0 11px;
}

.cart_total-item {
    width: 88px;
    height: 100px;
    overflow: hidden;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #E2E2E2;
}

.cart_total-item img {
    max-width: 100%;
    max-height: 100%;
}

.ordering_promo {
    display: flex;
    margin-bottom: 32px;
    justify-content: space-between;
}

.ordering_promo .ordering_btn {
    width: 120px;
    margin: 0;
}

.ordering_promo .inp_wrapper {
    width: calc(100% - 128px);
    margin: 0;
}

.error .ordering_title {
    color: #EF2424;
}

.ordering_error-text {
    color: #EF2424;
    font-size: 16px;
    line-height: 22.4px;
    margin-top: 4px;
    display: none;
}

.error .ordering_error-text {
    display: block;
}

.ordering_content {
    display: none;
}

.ordering_content.active {
    display: block;
}

.ordering_city {
    color: #636363;
    font-size: 18px;
    font-weight: 500;
    line-height: 25.2px;
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
}

.ordering_city-link {
    font-size: 18px;
    font-weight: 500;
    line-height: 25.2px;
    color: #1A1818;
    display: flex;
    align-items: center;
    cursor: pointer;
    gap: 8px;
    text-decoration-line: underline;
}

.ordering_city-link::before {
    position: relative;
    content: "";
    width: 16px;
    height: 16px;
    display: block;
    background-image: url(../img/city.svg);
    background-size: cover;
}

.ordering_city-btn {
    display: flex;
    justify-content: center;
    width: 100%;
    border: none;
    align-items: center;
    background-color: #1A1818;
    cursor: pointer;
    height: 62px;
    border-radius: 16px;
    font-size: 14px;
    font-weight: 600;
    line-height: 19.6px;
    margin-bottom: 24px;
    color: #fff;
    transition: all 0.3s;
}

.ordering_city-btn:hover {
    opacity: 0.8;
}

.ordering_city-bot {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ordering_city-change {
    width: 330px;
    border: 1px solid #E2E2E2;
    height: 62px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    background-color: #fff;
    font-size: 14px;
    font-weight: 600;
    color: #1A1818;
    line-height: 19.6px;
    transition: all 0.3s;
    text-align: center;
}


.ordering_city-change:hover {
    background: #F1F1F1;
    border: 1px solid #636363;
}

.ordering_city-current {
    width: 230px;
    color: #636363;
    font-size: 16px;
    font-weight: 500;
    line-height: 22.4px;
}

.ordering_city-current span {
    display: block;
    color: #1A1818;
}

.ordering_city-content {
    display: none;
}

.ordering_city-content.active {
    display: block;
}

.map_popup .password_popup-form .inp_wrapper,
.city_popup .password_popup-form .inp_wrapper {
    width: 100%;
}

.city_popup-subtitle {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 24px;
}

.city_popup-item {
    display: block;
    transition: all 0.3s;
    background: #F1F1F1;
    border-radius: 12px;
    padding: 10px 16px;
    color: #1A1818;
    margin-bottom: 8px;
}

.city_popup-item:hover {
    background: #e3e3e3;
}

.city_popup-item:last-child {
    margin-bottom: 0;
}

.city_popup-search {
    display: none;
    margin-bottom: auto;
}

.city_popup-search.active {
    display: block;
}

.map_popup .body_popup-wrapper {
    width: 1581px;
}

.map_popup-wrapper {
    display: flex;
    justify-content: space-between;
}

.map_popup-frame {
    width: 896px;
    height: 872px;
    display: flex;
    overflow: hidden;
    border-radius: 16px;
}

.map_popup-frame iframe {
    width: 100%;
    height: 100%;
    display: flex;
    border: none;
}

.map_popup-info {
    width: 477px;
}

.other .brend_items {
    display: block;
    width: calc(100% + 16px);
}

.other .brend_items .slick-track {
    display: flex;
}

.other .new_item {
    margin-right: 16px;
    height: inherit;
    display: flex !important;
}

.cart_popup-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

.cart_popup-title {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 2px;
}

.cart_popup-value {
    font-size: 18px;
    font-weight: 500;
    line-height: 25.2px;
    color: #636363;
}

.cart_popup-clean {
    font-size: 18px;
    font-weight: 500;
    line-height: 25.2px;
    text-decoration-line: underline;
    color: #1A1818;
    border: none;
    display: flex;
    align-items: center;
    gap: 8px;
    background: none;
}

.cart_popup-item {
    margin-bottom: 16px;
    display: flex;
    justify-content: space-between;
    padding-right: 60px;
    position: relative;
    align-items: center;
}

.cart_popup-item .cart_item-img {
    width: 64px;
    height: 74px;
}

.cart_popup-item .cart_item-total {
    font-size: 16px;
    font-weight: 500;
    line-height: 22.4px;
}

.cart_popup-item .cart_item-info {
    width: calc(100% - 160px);
}

.cart_popup-item .cart_item-delete {
    top: 50%;
    transform: translateY(-50%);
}

.cart_popup-item .order_card-item-color,
.cart_popup-item .order_card-item-title,
.cart_popup-item .order_card-item-subtitle {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 4px;
}

.cart_popup-items {
    max-height: 344px;
    padding-right: 16px;
    overflow: auto;
}

.cart_popup-items::-webkit-scrollbar {
    border-radius: 4px;
    background-color: #F1F1F1;
    width: 6px;
}

.cart_popup-items::-webkit-scrollbar-thumb {
    background-color: #1A1818;
    border-radius: 4px;
}

.cart_popup .body_popup-wrapper {
    padding: 64px 70px 20px;
}

.cart_popup-bot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 24px;
}

.cart_popup-bot .body_popup-btn {
    width: calc(100% - 150px);
    margin: 0;
}

.cart_popup-total {
    font-size: 14px;
    font-weight: 600;
    line-height: 19.6px;
    width: 125px;
    color: #636363;
}

.cart_popup-total span {
    color: #1A1818;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    display: block;
}




.card_size a {
    width: 100%;
    height: 36px;
    font-size: 14px;
    color: #000;
}







@media(max-width:1800px) {
    .body {
        padding: 16px 0;
    }

    .body_aside {
        top: 16px;
        left: 16px;
        width: 198px;
    }

    .body_content {
        width: calc(100% - 210px);
    }

    .container {
        padding: 0 16px;
    }

    .aside_logo {
        margin-bottom: 12px;
    }

    .aside_search {
        margin-bottom: 12px;
    }

    .aside_search {
        height: 60px;
        font-size: 14px;
    }

    .aside_logo img {
        width: 122px;
        height: auto;
    }

    .aside_menu li a {
        font-size: 14px;
        line-height: 19.6px;
        padding: 12px;
    }

    .body_conten-title {
        font-size: 12px;
        padding: 18px 24px;
        display: flex;
        align-items: center;
        line-height: 1;
    }

    .header {
        padding: 7px;
    }

    .header_link {
        font-size: 14px;
        padding: 12px 14px;
        line-height: 19.6px;
    }

    .body_content-top {
        margin-bottom: 12px;
        gap: 12px;
    }

    .sale_line {
        padding: 21px 0;
    }

    .sale_line-item {
        font-size: 12px;
        line-height: 16.8px;
    }

    .blog_items {
        gap: 12px;
        margin-bottom: 12px;
    }

    .blog_item {
        padding: 12px;
        width: calc(25% - 9px);
    }

    .blog_item-img {
        border-radius: 16px;
        height: 18vw;
        margin-bottom: 12px;
    }

    .blog_item-title {
        font-size: 14px;
        line-height: 19.6px;
    }

    .blog_item-text {
        font-size: 14px;
        margin-bottom: 24px;
        line-height: 19.6px;
    }

    .blog_item-btn {
        height: 53px;
    }

    .btn {
        font-size: 12px;
        line-height: 16.8px;
    }

    .new_title {
        padding: 8px 12px;
    }

    .new_img {
        width: calc(40% - 6px);
    }

    .new_right {
        width: calc(60% - 6px);
    }

    .new_item-img {
        height: 195px;
    }

    .new_items {
        gap: 12px;
        margin-bottom: 12px;
    }

    .new_item {
        width: calc(33.333% - 8px);
    }

    .new_item-title {
        font-size: 14px;
        line-height: 19.6px;
    }

    .new_item-subtitle {
        font-size: 14px;
        line-height: 19.6px;
    }

    .new_item-price {
        flex-wrap: wrap;
        gap: 2px 12px;
    }

    .price_old {
        font-size: 14px;
        line-height: 19.6px;
    }

    .price_new {
        order: 1;
        font-size: 18px;
        line-height: 25.2px;
    }

    .price_sale {
        line-height: 16.8px;
        font-size: 12px;
        padding: 2px 6px;
    }

    .new_item-size {
        font-size: 12px;
        padding: 4px 2px;
    }

    .new_item-favorit {
        width: 48px;
        height: 48px;
    }

    .new_btn {
        height: 53px;
    }

    .new {
        margin-bottom: 12px;
    }

    .firm_item {
        height: 110px;
    }

    .firm_inner-btn {
        height: 53px;
    }

    .look_inner {
        width: 100%;
    }

    .look {
        flex-wrap: wrap;
        gap: 12px;
    }

    .look_title {
        font-size: 16px;
        margin-bottom: 12px;
    }

    .look_img {
        width: 413px;
    }

    .look_items {
        width: calc(100% - 425px);
    }

    .look_wrapper {
        width: 100%;
    }

    .look_item-img {
        height: 89px;
    }

    .look_btn {
        height: 53px;
    }

    .look {
        margin-bottom: 12px;
    }

    .breds_items {
        gap: 8px;
    }

    .breds_item {
        width: calc(33.333% - 5.333px);
    }

    .breds {
        margin-bottom: 70px;
    }

    .brend_text {
        font-size: 14px;
        width: calc(100% - 120px);
        line-height: 19.6px;
    }

    .brend_logo {
        width: 88px;
    }

    .filters_title {
        font-size: 18px;
        line-height: 25.2px;
    }

    .filters_item-title {
        font-size: 14px;
        line-height: 19.6px;
        padding: 12px 16px;
    }

    .filters {
        margin-bottom: 24px;
    }

    .brend_items {
        gap: 12px;
    }

    .brend_items .new_item {
        width: calc(25% - 9px);
    }

    .filters_clean {
        font-size: 16px;
        line-height: 22.4px;
    }

    .card_left {
        width: calc(50% - 6px);
    }

    .card_right {
        padding-right: 0;
        width: calc(50% - 6px);
    }

    .card_dots {
        width: 69px;
        height: 480px;
    }

    .card_dot {
        height: 80px !important;
        margin-bottom: 12px;
    }

    .card_imgs {
        width: calc(100% - 81px);
    }

    .card_img {
        height: 480px;
    }

    .card_subtitle {
        font-size: 18px;
        line-height: 25px;
    }

    .card_right .price_new {
        order: 0;
    }

    .card_color {
        font-size: 16px;
        line-height: 22.2px;
        margin-bottom: 24px;
    }

    .card_title {
        font-size: 16px;
        line-height: 22.2px;
    }

    .card_sizes {
        gap: 4px;
    }

    .card_size a {
        width: 100%;
        height: 36px;
        font-size: 14px;
        color: #000;
    }

    .card_link,
    .card_size-open {
        font-size: 16px;
    }

    .body_popup-btntwo,
    .body_popup-btn {
        height: 53px;
    }

    .card_option-title {
        font-size: 16px;
        line-height: 22.2px;
    }

    .card_adres,
    .card_options {
        font-size: 14px;
        line-height: 19.6px;
    }

    .card_right .look_item-img {
        width: 86px;
        height: 86px;
    }

    .look_item-btn {
        width: 44px;
        height: 44px;
    }

    .card_right .look_item {
        padding: 12px;
        margin-bottom: 12px;
    }

    .card_right .look_item-info {
        width: calc(100% - 160px);
    }

    .card_dots .slick-track {
        margin: 0;
    }

    .about_gallery-items {
        gap: 16px;
    }

    .about_gallery-item {
        width: 176px;
        height: 260px;
        min-width: 176px;
    }

    .about_top-logo {
        width: 282px;
    }

    .about_top-logo img {
        width: 100%;
        height: auto;
    }

    .about_info {
        max-width: 408px;
        padding: 16px;
    }

    .about_img {
        margin-bottom: 16px;
    }

    .about_title {
        font-size: 16px;
        line-height: 22.4px;
    }

    .about_text {
        font-size: 14px;
        line-height: 19.6px;
        margin-top: 32px;
    }

    .about_photo {
        width: 207px;
    }

    .about_photo-img {
        height: 190px;
    }

    .about_photo-title {
        font-size: 14px;
        line-height: 19.6px;
    }

    .about_photo:nth-child(1) {
        top: -84px;
    }

    .about_photo:nth-child(2) {
        top: 100px;
        right: 5%;
    }

    .about_photo:nth-child(3) {
        top: 272px;
    }

    .about_photo:nth-child(4) {
        top: 458px;
    }

    .about_gallery-item {
        height: 248px;
        width: 168px;
        min-width: 168px;
    }

    .about_top-logo {
        width: 268px;
    }

    .support_inner {
        width: calc(50% - 6px);
        padding: 16px;
    }

    .support_title {
        font-size: 18px;
        line-height: 25.2px;
        margin-bottom: 16px;
    }

    .support_faq-title {
        padding: 18px 20px;
        font-size: 14px;
        line-height: 19.6px;
    }

    .support_faq-content {
        padding: 0 20px 20px;
    }

    .support_faq-content p {
        font-size: 14px;
        line-height: 20.4px;
        margin-bottom: 16px;
    }

    .support_subttile {
        font-size: 14px;
        line-height: 19.6px;
        margin: 16px 0 12px;
    }

    .support_item {
        padding: 16px 20px;
    }

    .support_desc,
    .support_message,
    .support_item-links,
    .support_item-options,
    .support_item-title {
        font-size: 14px;
        line-height: 19.6px;
    }

    .support_btn {
        height: 53px;
    }

    .support_btns {
        margin-bottom: 16px;
    }

    .search_empty-btn {
        height: 53px;
    }

    .search_empty-title {
        font-size: 18px;
        line-height: 25.2px;
    }

    .lk_content {
        width: calc(100% - 210px);
    }

    .lk_aside {
        width: 198px;
        padding: 12px;
    }

    .lk_wrapper {
        gap: 12px;
    }

    .lk_aside-title {
        font-size: 12px;
        line-height: 16.8px;
        margin-bottom: 16px;
    }

    .lk_aside-name {
        font-size: 16px;
        line-height: 22.4px;
    }

    .lk_aside-number {
        font-size: 14px;
        line-height: 19.6px;
        margin-bottom: 24px;
    }

    .lk_aside-link {
        font-size: 14px;
        padding: 16px;
        margin-bottom: 8px;
        line-height: 19.6px;
    }

    .lk_aside-links {
        margin-bottom: 24px;
    }

    .lk_btn {
        height: 53px;
    }

    .lk_favorit {
        gap: 12px;
    }

    .lk_favorit .new_item {
        width: calc(33.333% - 8px);
    }

    .lk_faq-title {
        font-size: 18px;
        line-height: 24px;
        margin-top: 16px;
    }

    .lk_faq-text {
        font-size: 14px;
        line-height: 20.4px;
        margin-bottom: 16px;
    }

    .lk_order {
        width: calc(100% - 525px);
    }

    .lk_tracking {
        width: 303px;
    }

    .lk_content-title {
        margin-bottom: 12px;
    }

    .order_item {
        padding: 16px;
        margin-bottom: 12px;
    }

    .order_item-number {
        font-size: 14px;
        line-height: 20.4px;
    }

    .order_item-track_subtitle,
    .order_item-time {
        font-size: 12px;
        line-height: 16.6px;
    }

    .order_item-info {
        display: flex;
        flex-direction: column;
    }

    .order_item-track {
        margin-bottom: 0;
        order: 1;
        margin-top: 12px;
    }

    .order_item-info {
        max-width: calc(100% - 140px);
    }

    .order_item-price {
        font-size: 12px;
        line-height: 16.6px;
    }

    .order_item-price span {
        font-size: 18px;
        line-height: 25px;
    }

    .order_card-subtitle {
        margin-bottom: 16px;
        font-size: 18px;
        line-height: 25px;
    }

    .order_card-title {
        font-size: 18px;
        line-height: 25px;
    }

    .order_card-top {
        margin-bottom: 32px;
    }

    .order_info-item {
        font-size: 14px;
        line-height: 19.4px;
    }

    .order_card-item-img {
        width: 100px;
        height: 114px;
    }

    .order_card-item-info {
        width: calc(100% - 124px);
    }

    .order_card-option,
    .order_card-item-value,
    .order_card-item-color,
    .order_card-item-subtitle,
    .order_card-item-title {
        font-size: 14px;
        line-height: 19.4px;
    }

    .tracking_top-value,
    .order_card-option.total,
    .order_card-item-price {
        font-size: 16px;
        line-height: 22.2px;
    }

    .order_card-inner {
        margin-bottom: 32px;
    }

    .order_card-wrapper {
        max-width: 618px;
    }

    .cart_total {
        width: 384px;
    }

    .cart_items {
        width: calc(100% - 396px);
    }

    .cart_item {
        padding: 16px;
        margin-bottom: 12px;
    }

    .cart_item-img {
        width: 128px;
        height: 175px;
    }

    .cart_item-info {
        width: calc(100% - 144px);
    }

    .cart_item .new_item-price {
        margin: 14.5px 0;
    }

    .cart_item-delete {
        width: 44px;
        height: 44px;
    }

    .cart_item-total {
        font-size: 20px;
        line-height: 28px;
    }

    .count-arrow {
        width: 28px;
        height: 28px;
    }

    .count-inp {
        width: 56px;
        border: none;
        padding: 0;
        height: 28px;
    }

    .done_wrapper {
        max-width: 618px;
    }

    .done_top {
        margin-bottom: 32px;
    }

    .done_title {
        font-size: 16px;
        line-height: 22.4px;
        margin-bottom: 24px;
    }

    .done_text {
        font-size: 14px;
        line-height: 19.6px;
        margin-bottom: 24px;
    }

    .done_btn {
        margin: 32px 0;
        height: 53px;
    }

    .ordering .cart_total {
        width: 408px;
    }

    .ordering_wrapper {
        width: calc(100% - 420px);
    }

    .ordering_inner {
        flex-direction: column;
        gap: 16px;
    }

    .ordering_left,
    .ordering_info {
        width: 100%;
    }

    .map_popup .body_popup-wrapper {
        width: 100%;
        padding: 44px;
    }

    .map_popup-info {
        width: 327px;
    }

    .map_popup-frame {
        width: calc(100% - 360px);
    }

    .other .new_item {
        margin-right: 12px;
    }

    .other .brend_items {
        width: calc(100% + 12px);
    }
}

@media(max-width:1200px) {
    .header {
        position: fixed;
        bottom: 16px;
        width: calc(100% - 32px);
        z-index: 10;
        left: 16px;
        background: none;
        padding: 0;
        box-shadow: none;
    }

    .menu_burger {
        display: flex;
        justify-content: center;
        align-items: center;
        background: #1A1818;
        box-shadow: 0px 0px 16px 0px #00000029;
        width: 54px;
        height: 54px;
        border-radius: 12px;
    }

    .header_wrapper {
        gap: 12px;
        width: 100%;
    }

    .header_iiner {
        width: calc(50% - 38px);
        box-shadow: 0px 0px 16px 0px #00000029;
        background: #fff;
        padding: 7px;
        border-radius: 16px;
    }

    .header_link {
        width: calc(50% - 6px);
        padding: 10px;
        justify-content: center;
    }

    .aside_search {
        display: none;
    }

    .header_iiner:nth-child(1) .header_link:nth-child(1) {
        display: flex;
    }

    .aside_inner {
        width: 100%;
        height: 100dvh;
        overflow: auto;
        visibility: hidden;
        position: fixed;
        top: 100%;
        left: 0;
        z-index: 10;
        background-color: #fff;
        transition: top 0.3s;
        padding: 44px 0 100px;
    }

    .aside_inner.active {
        opacity: 1;
        visibility: visible;
        top: 0;
    }

    .aside_inner-logo,
    .aside_inner-close {
        display: flex;
    }

    .aside_inner-wrapper {
        width: 512px;
        margin: 0 auto;
    }

    .aside_menu {
        box-shadow: none;
        padding: 0;
    }

    .body_content {
        width: 100%;
        margin-top: 66px;
    }

    .aside_inner-close {
        margin-left: auto;
        margin-bottom: 40px;
        cursor: pointer;
        width: 44px;
    }

    .aside_inner-logo {
        display: flex;
        justify-content: center;
        margin-bottom: 40px;
    }

    .aside_inner-logo img {
        width: 122px;
    }

    .aside_menu li a {
        background: #F1F1F1;
        margin-bottom: 8px;
        font-weight: 600;
        font-size: 20px;
        line-height: 28px;
        padding: 12px 16px;
    }

    .aside_inner-back.active {
        display: flex;
        align-items: center;
        gap: 8px;
        font-size: 18px;
        font-weight: 500;
        line-height: 25.2px;
        color: #1A1818;
        margin-bottom: 16px;
    }

    .menu_drop {
        position: relative;
        inset: auto;
        padding: 0;
        box-shadow: none;
        opacity: 1;
        visibility: visible;
        width: 100%;
        z-index: 4;
        display: none;
        transition: none;
    }

    .menu_drop li {
        width: 100%;
    }

    .aside_menu li img {
        display: flex;
        position: absolute;
        right: 16px;
        top: 50%;
        transform: translateY(-50%);
    }

    .aside_menu li.hide {
        display: none;
    }

    .aside_menu li.open img {
        display: none !important;
    }

    .menu_drop li a {
        font-size: 14px;
        font-weight: 400;
        line-height: 19.6px;
        padding: 10px 12px;
    }

    .aside_menu li a:hover {
        padding-left: 16px;
    }

    .aside_logo {
        margin: 0;
        justify-content: center;
    }

    .body_aside {
        width: calc(100% - 32px);
        z-index: 10;
    }

    .body_conten-title {
        padding: 18.5px 24px;
        margin: 0;
    }

    .blog_items {
        overflow: auto;
        width: 100vw;
        margin-left: -16px;
        padding: 16px;
        margin-bottom: 0;
    }

    .blog_item {
        width: 363px;
        min-width: 363px;
    }

    .blog_items::-webkit-scrollbar {
        display: none;
    }

    .blog_item-img {
        height: 315px;
    }

    .new_img {
        width: calc(41% - 6px);
    }

    .new_right {
        width: calc(59% - 6px);
    }

    .new_items {
        display: block;
    }

    .new_items .slick-track {
        display: flex;
    }

    .new_items .slick-dots {
        display: flex;
        justify-content: center;
        margin-top: 16px;
        gap: 8px;
    }

    .new_items .slick-dots li {
        display: flex;
        padding: 0;
    }

    .new_items .slick-dots button {
        font-size: 0;
        padding: 0;
        border-radius: 4px;
        border: 1px solid #A9A9A9;
        width: 12px;
        height: 12px;
    }

    .new_items .slick-dots .slick-active button {
        background: #1A1818;
        border: none;
    }

    .new_item {
        margin-right: 12px;
        display: flex !important;
        height: inherit;
    }

    .new_img {
        height: 565px;
        min-height: 100%;
    }

    .new_item-img {
        height: 288px;
    }

    .body {
        padding-bottom: 82px;
    }

    .filters_title {
        display: none;
    }

    .filters {
        position: static;
    }

    .filters_inner {
        width: 100%;
        height: 100%;
        overflow: auto;
        visibility: hidden;
        position: fixed;
        top: 100%;
        left: 0;
        z-index: 14;
        background-color: #fff;
        transition: top 0.3s;
        padding: 44px 0 100px;
    }

    .filters_inner.active {
        opacity: 1;
        visibility: visible;
        top: 0;
    }

    .filter_open {
        display: flex;
        align-items: center;
        gap: 8px;
        font-size: 16px;
        font-weight: 500;
        line-height: 22.4px;
        text-decoration-line: underline;
        color: #1A1818;
    }

    .filter_open::before {
        position: relative;
        content: "";
        background-image: url(../img/filter_open.svg);
        background-size: cover;
        width: 16px;
        height: 16px;
        display: block;
    }

    .filters_inner-close {
        margin: 0 auto 40px;
        display: flex;
        justify-content: flex-end;
        cursor: pointer;
        width: 512px;

    }

    .filters_item-drop {
        position: relative;
        inset: auto;
        width: 100%;
        display: none;
        opacity: 1;
        border-top: none;
        visibility: visible;
        transition: none;
        border-radius: 0 0 12px 12px;
    }

    .filters_item-title:not(.active):hover {
        background: #FFFFFF;
        color: #1A1818;
        border: 1px solid #E2E2E2;
    }

    .filters_item-title.active {
        background: #FFFFFF;
        color: #1A1818;
        border-radius: 12px 12px 0 0;
        border-bottom: none;
    }

    .filters_item-title.active svg path {
        fill: #1A1818;
    }

    .filters_items {
        width: 512px;
        margin: 0 auto;
        flex-direction: column;
    }

    .filters_inner .body_popup-btntwo,
    .filters_inner .body_popup-btn {
        width: 512px;
        margin: 16px auto 0;
        height: 53px;
        display: flex;
    }

    .filters_item-title {
        justify-content: space-between;
    }

    .card_left {
        flex-direction: column-reverse;
    }

    .card_wrapper {
        align-items: flex-start;
    }

    .card_imgs {
        width: 100%;
        margin-bottom: 12px;
    }

    .card_img {
        height: 548px;
    }

    .card_dots {
        width: calc(100% + 12px);
        height: auto;
        margin: 0;
    }

    .card_dot {
        height: 98px !important;
        margin: 0 12px 0 0;
    }

    .about_info {
        max-width: 490px;
    }

    .about_photo:nth-child(1),
    .about_photo:nth-child(3) {
        left: 2%;
    }

    .about_photo:nth-child(2),
    .about_photo:nth-child(4) {
        right: 2%;
    }

    .lk_content {
        width: calc(100% - 251px);
    }

    .lk_aside {
        width: 239px;
    }

    .lk_content {
        padding: 16px;
    }

    .lk_order {
        width: calc(100% - 586px);
    }

    .lk_tracking {
        width: 323px;
    }

    .order_card-wrapper {
        max-width: 576px;
    }

    .cart_total {
        width: 382px;
    }

    .map_popup-info {
        width: 297px;
    }

    .map_popup-frame {
        width: calc(100% - 330px);
    }
}


@media(max-width:992px) {
    .blog_item {
        width: 284px;
        min-width: 284px;
    }

    .blog_item-img {
        height: 242px;
    }

    .new_wrapper {
        flex-direction: column;
        gap: 12px;
    }

    .new_img {
        height: 60vw;
        width: 100%;
    }

    .new_right {
        width: 100%;
    }

    .firm {
        flex-direction: column;
    }

    .firm_inner {
        width: 100%;
    }

    .firm_item {
        height: 120px;
    }

    .look_item-info {
        display: none;
    }

    .look_items {
        width: 83px;
    }

    .look_img {
        width: calc(100% - 95px);
    }

    .breds_item {
        width: calc(50% - 4px);
    }

    .header_link {
        font-size: 0;
    }

    .footer_wrapper {
        flex-wrap: wrap;
    }

    .footer_adres {
        width: 100%;
        padding: 0;
        text-align: center;
        margin-top: 16px;
    }

    .footer_consult,
    .footer_mail {
        width: calc(50% - 6px);
        justify-content: center;
    }

    .footer_logo {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-bottom: 12px;
    }

    .footer_adres::before {
        display: none;
    }

    .new_item-sizes {
        display: none;
    }

    .new_item:hover .new_item-subtitle,
    .new_item:hover .new_item-title {
        opacity: 1;
    }

    .body_popup-wrapper {
        max-width: 100%;
        padding: 40px;
    }

    .brend_items .new_item {
        width: calc(50% - 6px);
    }

    .filters_link {
        padding: 12px 16px;
        font-size: 14px;
        font-weight: 600;
        line-height: 19.6px;
        border-radius: 12px;
        white-space: nowrap;
    }

    .filters_links {
        margin-bottom: 16px;
        overflow: auto;
        flex-wrap: nowrap;
    }

    .filters_links::-webkit-scrollbar {
        display: none;
    }

    .card_wrapper {
        flex-direction: column;
        gap: 16px;
    }

    .card_left {
        transform: none !important;
        width: 100%;
    }

    .card_right {
        width: 100%;
    }

    .card_right .look_item-info {
        display: block;
    }

    .about_info {
        max-width: 358px;
    }

    .about_photo {
        position: relative;
        inset: auto !important;
        width: 246px;
        min-width: 246px;
    }

    .about_photos {
        display: flex;
        overflow: auto;
        width: calc(100% + 32px);
        margin-left: -16px;
        gap: 18px;
        padding: 16px;
    }

    .about_photos::-webkit-scrollbar {
        display: none;
    }

    .about_photo-img {
        height: 260px;
    }

    .support_wrapper {
        flex-direction: column;
        gap: 12px;
    }

    .support_inner {
        width: 100%;
    }

    .search_empty {
        text-align: center;
    }

    .search_empty-btn {
        margin: 0 auto;
    }

    .lk_aside {
        display: none;
        width: 100%;
        padding: 0;
        border-radius: 0;
        box-shadow: none;
    }

    .lk_content {
        width: 100%;
    }

    .lk_content-wrapper {
        flex-direction: column;
        margin-bottom: 0;
    }

    .lk_content-row {
        width: 100%;
        margin-bottom: 24px;
    }

    .lk_content {
        padding: 16px;
    }

    .lk_content-back {
        display: flex;
    }

    .lk_aside-top {
        box-shadow: 0px 0px 16px 0px #00000014;
        background-color: #fff;
        border-radius: 12px;
        padding: 12px;
        margin-bottom: 12px;
    }

    .lk_aside-bot {
        box-shadow: 0px 0px 16px 0px #00000014;
        background-color: #fff;
        border-radius: 12px;
        padding: 12px;
    }

    .lk_aside-number {
        margin-bottom: 0;
    }

    .lk_wrapper.open .lk_content {
        display: none;
    }

    .lk_wrapper.open .lk_aside {
        display: block;
    }

    .lk_favorit .new_item {
        width: calc(50% - 6px);
    }

    .lk_aside-link.active {
        color: #1A1818;
        background: #fff;
        border: 1px solid #E2E2E2;
    }

    .lk_aside-link.active path {
        fill: #1A1818;
    }

    .lk_content-back_wrapper {
        display: block;
        box-shadow: 0px 0px 16px 0px #00000014;
        border-radius: 12px;
        padding: 16px 20px;
        width: 100%;
    }

    .lk_content-title {
        font-size: 18px;
        margin-bottom: 12px;
    }

    .lk_favorit-empy {
        text-align: center;
        margin-bottom: 0;
        font-size: 18px;
        padding: 24px;
    }

    .lk_content-back_wrapper .lk_content-back {
        margin: 0;
        padding: 0;
    }

    .lk_wrapper {
        flex-direction: column;
    }

    .lk_tracking {
        width: 100%;
    }

    .lk_order {
        order: 1;
    }

    .tracking_items li {
        font-size: 14px;
        line-height: 18.4px;
    }

    .order_card-wrapper {
        max-width: 100%;
    }

    .cart_wrapper {
        flex-direction: column;
        gap: 12px;
    }

    .cart_total {
        width: 100%;
    }

    .cart_items {
        width: 100%;
    }

    .cart_item {
        margin-bottom: 12px;
    }

    .done_wrapper {
        max-width: 100%;
    }

    .ordering {
        flex-direction: column-reverse;
        gap: 12px;
    }

    .ordering_wrapper {
        width: 100%;
    }

    .ordering .cart_total {
        width: 100%;
    }

    .map_popup-wrapper {
        flex-direction: column;
    }

    .map_popup-frame {
        width: 100%;
        height: 500px;
    }

    .map_popup-info {
        width: 100%;
    }

    .map_popup .body_popup-close {
        position: absolute;
        top: 16px;
        right: 16px;
    }
}

@media(max-width:575px) {
    .aside_logo {
        padding: 15px 0;
        border-radius: 12px;
    }

    .body {
        padding: 8px 0;
    }

    .container {
        padding: 0 8px;
    }

    .aside_logo img {
        width: 95px;
    }

    .body_aside {
        top: 8px;
        width: calc(100% - 16px);
        left: 8px;
    }

    .body_conten-title {
        padding: 11.5px 24px;
        border-radius: 12px;
    }

    .sale_line {
        padding: 11.5px 0;
        margin-bottom: 0;
        border-radius: 12px;
    }

    .body_content {
        margin-top: 48px;
    }

    .blog_items {
        padding: 8px;
        margin-left: -8px;
    }

    .blog_item {
        width: 257px;
        min-width: 257px;
        border-radius: 12px;
    }

    .blog_item-img {
        height: 214px;
    }

    .new {
        padding: 8px;
        margin-bottom: 8px;
        border-radius: 12px;
    }

    .new_title {
        font-size: 14px;
        line-height: 19.6px;
        padding: 8px;
    }

    .blog_item-text {
        margin-bottom: 18px;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .new_item-teg {
        top: 8px;
        left: 8px;
    }

    .new_item-img {
        height: 46vw;
    }

    .new_item-favorit {
        width: 44px;
        height: 44px;
        border-radius: 12px;
        top: 8px;
        right: 8px;
        opacity: 1;
    }

    .new_items {
        width: calc(100% + 8px);
    }

    .firm_inner {
        gap: 8px;
        padding: 8px;
        border-radius: 12px;
    }

    .new_item-subtitle {
        margin-bottom: 12px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .new_item {
        margin-right: 8px;
        padding: 8px;
    }

    .firm_inner-top {
        padding: 8px;
        margin-bottom: 8px;
    }

    .firm_inner-logo {
        height: 32px;
    }

    .firm_inner-title {
        font-size: 14px;
        line-height: 19.6px;
    }

    .firm_item {
        height: 96px;
        width: 25%;
    }

    .btn {
        border-radius: 12px;
    }

    .firm_item:nth-child(n + 9) {
        display: none;
    }

    .look_inner {
        padding: 8px;
        border-radius: 12px;
    }

    .look {
        gap: 8px;
        margin-bottom: 8px;
    }

    .look_title {
        padding: 8px;
        font-size: 14px;
        line-height: 19.6px;
    }

    .look_wrapper {
        flex-direction: column;
        gap: 8px;
    }

    .look_img {
        width: 100%;
        border-radius: 12px;
    }

    .look_items {
        width: 100%;
    }

    .look_item-info {
        display: flex;
    }

    .look_wrapper {
        margin-bottom: 8px;
    }

    .look_item-subtitle {
        font-size: 14px;
        line-height: 19.4px;
    }

    .breds {
        padding: 8px;
        border-radius: 12px;
    }

    .breds_title {
        font-size: 14px;
        line-height: 19.6px;
        padding: 8px;
    }

    .breds_item {
        width: 100%;
    }

    .breds_item:nth-child(n + 7) {
        display: none;
    }

    .breds_page .breds_item {
        display: flex;
    }

    .breds {
        margin-bottom: 44px;
    }

    .body {
        padding-bottom: 93px;
    }

    .footer {
        border-radius: 12px;
        padding: 12px 16px;
    }

    .footer_mail {
        margin-bottom: 8px;
    }

    .footer_consult,
    .footer_mail {
        width: 100%;
    }

    .footer_adres {
        font-size: 14px;
        line-height: 19.6px;
    }

    .header_wrapper {
        gap: 8px;
        box-shadow: 0px 0px 16px 0px #00000029;
        border-radius: 12px;
        padding: 8px;
        background-color: #fff;
    }

    .header_iiner {
        padding: 0;
        border: none;
        box-shadow: none;
    }

    .header_link {
        height: 44px;
        gap: 0px;
    }

    .header_link {
        width: calc(50% - 4px);
    }

    .menu_burger {
        height: 44px;
        width: 59px;
    }

    .breds_item.active {
        display: flex;
    }

    .breds_item-show {
        display: flex;
        width: 100%;
        height: 53px;
        margin-top: 12px;
    }

    .aside_inner {
        padding: 16px;
        padding-bottom: 100px;
    }

    .aside_inner-wrapper {
        width: 100%;
    }

    .aside_inner-close {
        margin-bottom: 20px;
    }

    .aside_inner-logo {
        margin-bottom: 20px;
    }

    .body_popup-wrapper {
        padding: 16px;
    }

    .body_popup-close {
        margin-bottom: 16px;
    }

    .body_popup-logo {
        width: 164px;
        margin-bottom: 16px;
    }

    .body_popup-title {
        font-size: 18px;
        margin-bottom: 16px;
        font-weight: 500;
        line-height: 25.2px;
    }

    .inp {
        height: 53px;
    }

    .body_popup-inner {
        margin: 0;
    }

    .inp_placeholder {
        top: 16px;
    }

    .inp_wrapper {
        margin-bottom: 8px;
    }

    .body_popup-forgot {
        font-size: 16px;
        font-weight: 500;
        line-height: 22.4px;
    }

    .body_popup-btntwo {
        height: 53px;
        min-height: 53px;
    }

    .inp.active+.inp_placeholder,
    .inp:focus+.inp_placeholder {

        font-size: 12px;
        line-height: 16.8px;
        top: 8px;
    }

    .body_popup-btn {
        height: 53px;
        margin-bottom: 16px;
    }

    .body_error-title {
        font-size: 14px;
        line-height: 19.6px;
        margin-bottom: 16px;
    }

    .inp_clean {
        top: 19px;
    }

    .body_popup-ok {
        font-size: 14px;
        line-height: 19.6px;
        margin-bottom: 16px;
    }

    .password_popup-title {
        font-size: 18px;
        line-height: 25.2px;
        gap: 12px;
    }

    .password_popup-form .inp_wrapper {
        width: 100%;
    }

    .password_popup-form .password_popup-btn {
        display: none;
    }

    .search_popup-desc {
        font-size: 16px;
        line-height: 22.4px;
    }

    .search_popup-subtitle {
        font-size: 18px;
        font-weight: 500;
        line-height: 25.2px;
        margin-bottom: 16px;
    }

    .search_popup-img {
        width: 88px;
        height: 101px;
    }

    .search_popup-item {
        padding-left: 104px;
        min-height: 101px;
    }

    .search_popup-item {
        margin-bottom: 16px;
    }

    .search_popup-item_text,
    .search_popup-item_title {
        font-size: 15px;
        margin-bottom: 6px;
    }

    .search_popup-item_price {
        font-size: 18px;
        line-height: 25.2px;
    }

    .body_content-top {
        margin-bottom: 8px;
    }

    .brend_top {
        flex-direction: column;
        gap: 16px;
    }

    .brend_text {
        width: 100%;
    }

    .brend_logo {
        width: 64px;
    }

    .brend {
        padding: 16px;
        border-radius: 12px;
    }

    .brend_btn {
        height: 53px;
        margin: 12px 0;
    }

    .brend_items {
        gap: 8px;
    }

    .brend_items .new_item {
        width: calc(50% - 4px);
    }

    .pagin {
        gap: 7px;
    }

    .pagin li:nth-child(5) {
        display: none;
    }

    .filters_inner-close,
    .filters_inner .body_popup-btntwo,
    .filters_inner .body_popup-btn,
    .filters_items {
        width: 100%;
    }

    .filters_item-clean {
        font-size: 14px;
        margin-top: 20px;
    }

    .filters_inner {
        padding: 16px 16px 100px;
    }

    .card_body {
        padding: 8px;
        border-radius: 12px;
    }

    .card_img {
        height: 106vw;

    }

    .card_imgs {
        margin-bottom: 8px;
    }

    .card_dot {
        margin-right: 8px;
        height: 70px !important;
    }

    .card_dots {
        width: calc(100% + 8px);
    }

    .card_btns {
        flex-direction: column;
    }

    .card_btns>* {
        width: 100%;
        margin-bottom: 20px;
    }

    .card_links {
        margin-bottom: 20px;
        gap: 8px;
        flex-direction: column;
    }

    .card_link {
        width: 100%;
    }

    .popup_info-title {
        margin-bottom: 16px;
        font-size: 18px;
    }

    .popup_info-inner p {
        font-size: 14px;
        line-height: 19.4px;
        margin-bottom: 20px;
    }

    .popup_info-title span {
        font-size: 14px;
        line-height: 18.4px;
    }

    .look_card {
        border-radius: 12px;
        padding: 8px;
    }

    .about_top {
        padding: 8px;
        margin-bottom: 8px;
        border-radius: 12px;
    }

    .about_gallery {
        border-radius: 12px;
    }

    .about_top-logo {
        width: 194px;
    }

    .about_info {
        display: flex;
        flex-direction: column;
    }

    .about_title {
        order: -1;
        margin-bottom: 32px;
    }

    .about_img {
        margin-bottom: 0;
    }

    .support_item-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }

    .support_desc,
    .support_message,
    .support_item-links,
    .support_item-options,
    .support_item-title {
        width: 100%;
    }

    .support_item-links {
        text-align: left;
    }

    .support_item {
        padding: 16px;
        margin-bottom: 12px;
    }

    .support_message a {
        display: contents;
    }

    .support_btns {
        flex-direction: column;
        gap: 8px;
    }

    .support_btn {
        width: 100%;
    }

    .other {
        margin-top: 12px;
    }

    .other_title {
        font-size: 14px;
        padding: 8px;
        line-height: 19.6px;
    }

    .search_empty-title {
        font-size: 16px;
        line-height: 22.2px;
    }

    .new_item-teg {
        font-size: 11px;
    }

    .order_item-option {
        width: 66px;
        height: 78px;
    }

    .order_item-options {
        gap: 8px;
    }

    .order_item-track_title {
        font-size: 14px;
        line-height: 19.4px;
    }

    .order_item-top {
        flex-direction: column;
        margin-bottom: 12px;
        gap: 4px;
    }

    .order_card-track {
        flex-direction: column-reverse;
        gap: 12px;
    }

    .order_card-more {
        order: -1;
        font-size: 16px;
    }

    .order_info-item {
        width: 100%;
    }

    .order_info-item:nth-child(3) {
        margin-right: 0;
    }

    .order_card-track .tracking_top,
    .order_card-track .tracking_items {
        width: 100%;
    }

    .cart {
        padding: 8px;
        border-radius: 12px;
    }

    .cart_item {
        position: relative;

    }

    .cart_item .new_item-price {
        display: none;
    }

    .cart_item-info {
        width: 100%;
        padding-left: 152px;
        min-height: 200px;
        display: flex;
        flex-direction: column;
    }

    .cart_total {
        padding: 16px;
    }

    .cart_item-bot {
        width: calc(100% + 152px);
        margin-left: -152px;
        margin-top: auto;
    }

    .cart_total .body_popup-btn {
        margin-top: 16px;
    }

    .lk_page .body_content-top {
        margin-bottom: 12px;
    }

    .cart_item-img {
        width: 144px;
        /*
        height: 166px;
        border: none;
         */
        position: absolute;
        top: 16px;
        left: 16px;
    }

    .cart_item-delete {
        left: 0;
        top: 0;
        right: auto;
    }

    .done_wrapper {
        padding: 16px;
    }

    .done_top {
        margin-bottom: 24px;
    }

    .done_top-logo {
        width: 100px;
        display: flex;
    }

    .done_top-logo img,
    .done_top-logo svg {
        width: 100%;
        height: auto;
    }

    .done_top-check {
        display: flex;
        width: 32px;
    }

    .done_top-check img {
        width: 100%;
        height: auto;
    }

    .done_btn {
        margin: 24px 0;
    }

    .ordering {
        flex-direction: column;
    }

    .ordering_inner {
        padding: 16px;
        margin-bottom: 12px;
    }

    .ordering_title {
        font-size: 16px;
        line-height: 22.4px;
    }

    .ordering_inps {
        flex-direction: column;
        gap: 8px;
    }

    .ordering_inps .inp_wrapper {
        width: 100%;
    }

    .ordering_radio-option,
    .ordering_radio-title,
    .ordering_subtitle {
        font-size: 14px;
        line-height: 19.6px;
    }

    .ordering_radio {
        padding: 16px;
    }

    .ordering_radio-option span {
        white-space: nowrap;
    }

    .ordering_radio {
        margin-bottom: 12px;
    }

    .ordering_city-btn {
        margin: 0;
        height: 53px;
    }

    .cart_total-items {
        margin: 16px 0;
        gap: 8px;
        padding: 0;
    }

    .cart_total-item {
        width: 72px;
        height: 82px;
    }

    .ordering_promo {
        flex-direction: column;
        margin-bottom: 16px;
    }

    .ordering_promo .inp_wrapper {
        width: 100%;
        margin-bottom: 8px;
    }

    .ordering_promo .ordering_btn {
        width: 100%;
        height: 53px;
    }

    .ordering_tabs {
        width: 100%;
    }

    .ordering_tab {
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 36px;
        max-width: calc(50% - 4px);
        width: calc(50% - 4px);
    }

    .map_popup .body_popup-wrapper {
        padding: 0;
    }

    .map_popup-info {
        padding: 16px;
        border-radius: 12px 12px 0 0;
        z-index: 2;
        background-color: #fff;
        margin-top: -12px;
    }

    .other .new_item {
        margin-right: 8px;
    }

    .other .brend_items {
        width: calc(100% + 8px);
    }

    .cart_popup .body_popup-wrapper {
        padding: 16px;
    }

    .cart_popup-item .cart_item-info {
        width: 100%;
        min-height: 1px;
        padding-left: 110px;
    }

    .cart_popup-item {
        padding-right: 0;
        flex-direction: column;
    }

    .cart_popup-item .cart_item-delete {
        top: 0;
        transform: none;
        width: 32px;
        height: 32px;
    }

    .cart_popup-item .cart_item-img {
        width: 74px;
        height: 84px;
    }

    .cart_popup-item .cart_item-total {
        padding-left: 110px;
        margin-top: 4px;
        width: 100%;
    }

    .cart_popup-bot {
        flex-direction: column-reverse;
        gap: 10px;
        align-items: flex-start;
    }

    .cart_popup-bot .body_popup-btn {
        width: 100%;
    }

    .cart_popup-clean {
        font-size: 16px;
        line-height: 22.2px;
    }

    .cart_popup-title {
        font-size: 18px;
        line-height: 24px;
    }
}

/* login form */
.wa-login-form-wrapper input[type="text"], .wa-login-form-wrapper input[type="email"], .wa-login-form-wrapper input[type="password"] {
    border: 1px solid #E2E2E2 !important;
    background-color: #fff !important;
    height: 62px !important;
    padding-left: 16px !important;
    display: flex !important;
    max-width: 100% !important;
    width: 600px !important;
    border-radius: 16px !important;
    transition: all 0.3s !important;
    padding-top: 20px !important;
}
.wa-login-form-wrapper input[type="text"]:hover,
.wa-login-form-wrapper input[type="email"]:hover,
.wa-login-form-wrapper input[type="password"]:hover {
    border: 1px solid #636363 !important;
}

.wa-login-form-wrapper input[type="text"].active+.inp_placeholder,
.wa-login-form-wrapper input[type="text"]:focus+.inp_placeholder,
.wa-login-form-wrapper input[type="email"].active+.inp_placeholder,
.wa-login-form-wrapper input[type="email"]:focus+.inp_placeholder,
.wa-login-form-wrapper input[type="password"].active+.inp_placeholder,
.wa-login-form-wrapper input[type="password"]:focus+.inp_placeholder {
    top: 10px;
    font-size: 14px;
    line-height: 19.6px;
}

.wa-login-form-wrapper .wa-error-msg:first-child {
    margin-bottom: 24px !important;
    color: #EF2424 !important;
    font-size: 16px !important;
    line-height: 22.4px !important;
    text-align: center !important;
}
.wa-login-form-wrapper input.wa-error,
.wa-login-form-wrapper select.wa-error,
.wa-login-form-wrapper textarea.wa-error {
    border: 1px solid #EF2424 !important;
}
.wa-login-form-wrapper input.wa-error-msg,
.wa-login-form-wrapper select.wa-error-msg,
.wa-login-form-wrapper textarea.wa-error-msg {
    color:#ff00ff !important;
}

/* registration form */
.wa-signup-form-wrapper input[type="text"],
.wa-signup-form-wrapper input[type="email"],
.wa-signup-form-wrapper input[type="password"],
.wa-signup-form-wrapper p input[type="text"],
.wa-signup-form-wrapper p input[type="email"],
.wa-signup-form-wrapper p input[type="password"] {
    border: 1px solid #E2E2E2 !important;
    background-color: #fff !important;
    height: 62px !important;
    padding-left: 16px !important;
    display: flex !important;
    max-width: 100% !important;
    width: 600px !important;
    border-radius: 16px !important;
    transition: all 0.3s !important;
    padding-top: 20px !important;
}
.wa-signup-form-wrapper input[type="text"]:hover,
.wa-signup-form-wrapper input[type="email"]:hover,
.wa-signup-form-wrapper input[type="password"]:hover,
.wa-signup-form-wrapper p input[type="text"]:hover,
.wa-signup-form-wrapper p input[type="email"]:hover,
.wa-signup-form-wrapper p input[type="password"]:hover{
    border: 1px solid #636363 !important;
}

.wa-signup-form-wrapper input[type="text"].active+.inp_placeholder,
.wa-signup-form-wrapper input[type="text"]:focus+.inp_placeholder,
.wa-signup-form-wrapper input[type="email"].active+.inp_placeholder,
.wa-signup-form-wrapper input[type="email"]:focus+.inp_placeholder,
.wa-signup-form-wrapper input[type="password"].active+.inp_placeholder,
.wa-signup-form-wrapper input[type="password"]:focus+.inp_placeholder,
.wa-signup-form-wrapper p input[type="text"].active + .inp_placeholder,
.wa-signup-form-wrapper p input[type="text"]:focus + .inp_placeholder,
.wa-signup-form-wrapper p input[type="email"].active + .inp_placeholder,
.wa-signup-form-wrapper p input[type="email"]:focus + .inp_placeholder,
.wa-signup-form-wrapper p input[type="password"].active + .inp_placeholder,
.wa-signup-form-wrapper p input[type="password"]:focus + .inp_placeholder {
    top: 10px;
    font-size: 14px;
    line-height: 19.6px;
}

.wa-signup-form-wrapper .wa-error-msg:first-child {
    margin-bottom: 24px !important;
    color: #EF2424 !important;
    font-size: 16px !important;
    line-height: 22.4px !important;
    text-align: center !important;
}
.wa-signup-form-wrapper input.wa-error,
.wa-signup-form-wrapper select.wa-error,
.wa-signup-form-wrapper textarea.wa-error {
    border: 1px solid #EF2424 !important;
}
.wa-signup-form-wrapper input.wa-error-msg,
.wa-signup-form-wrapper select.wa-error-msg,
.wa-signup-form-wrapper textarea.wa-error-msg {
    color:#ff00ff !important;
}

/* forgot password form */
.wa-error-msg {
    color: #EF2424 !important;
    margin-top: 4px !important;
    font-size: 14px !important;
    line-height: 19.6px !important;
    font-style: normal !important;
}
.inp_wrapper input.wa-error,
.inp_wrapper select.wa-error,
.inp_wrapper textarea.wa-error {
    border: 1px solid #EF2424 !important;
}

.purchase {
    position: relative;
    top: -30px;
}


/* cart page (/order) */
.wa-order-cart-wrapper .wa-products .wa-product:first-child {
    padding-top: 15px !important;
}
.wa-order-cart-wrapper .wa-products .wa-product {
 position: none;
 border-bottom: none;
 padding: 16px !important;
}


/* profile form */
.wa-form input[type="text"],
.wa-form select,
.wa-form input[type="email"],
.wa-form input[type="password"],
.wa-form p input[type="text"],
.wa-form p input[type="email"],
.wa-form p input[type="password"] {
    border: 1px solid #E2E2E2 !important;
    background-color: #fff !important;
    height: 62px !important;
    padding-left: 16px !important;
    display: flex !important;
    max-width: 100% !important;
    width: 600px !important;
    border-radius: 16px !important;
    transition: all 0.3s !important;
    padding-top: 20px !important;
}
.wa-form input[type="text"]:hover,
.wa-form select:hover,
.wa-form input[type="email"]:hover,
.wa-form input[type="password"]:hover,
.wa-form p input[type="text"]:hover,
.wa-form p input[type="email"]:hover,
.wa-form p input[type="password"]:hover{
    border: 1px solid #636363 !important;
}

.wa-form input[type="text"].active+.inp_placeholder,
.wa-form input[type="text"]:focus+.inp_placeholder,
.wa-form select.active+.inp_placeholder,
.wa-form select:focus+.inp_placeholder,
.wa-form input[type="email"].active+.inp_placeholder,
.wa-form input[type="email"]:focus+.inp_placeholder,
.wa-form input[type="password"].active+.inp_placeholder,
.wa-form input[type="password"]:focus+.inp_placeholder,
.wa-form p input[type="text"].active + .inp_placeholder,
.wa-form p input[type="text"]:focus + .inp_placeholder,
.wa-form p input[type="email"].active + .inp_placeholder,
.wa-form p input[type="email"]:focus + .inp_placeholder,
.wa-form p input[type="password"].active + .inp_placeholder,
.wa-form p input[type="password"]:focus + .inp_placeholder {
    top: 10px;
    font-size: 14px;
    line-height: 19.6px;
}

.wa-signup-form-wrapper .wa-error-msg:first-child {
    margin-bottom: 24px !important;
    color: #EF2424 !important;
    font-size: 16px !important;
    line-height: 22.4px !important;
    text-align: center !important;
}
.wa-signup-form-wrapper input.wa-error,
.wa-signup-form-wrapper select.wa-error,
.wa-signup-form-wrapper textarea.wa-error {
    border: 1px solid #EF2424 !important;
}
.wa-signup-form-wrapper input.wa-error-msg,
.wa-signup-form-wrapper select.wa-error-msg,
.wa-signup-form-wrapper textarea.wa-error-msg {
    color:#ff00ff !important;
}


.wa-field {
    margin-bottom:10px;
}