:root {
    --color-black: #000;
    --color-white: #fff;
}

/* @include font-face("Gilroy", "Gilroy-Regular", 400, normal);
@include font-face("Gilroy", "Gilroy-Medium", 500, normal);
@include font-face("Gilroy", "Gilroy-Semibold", 600, normal);
@include font-face("Gilroy", "Gilroy-Bold", 700, normal); */
/* @include font-face("FuturaLT", "FuturaLightC", 400, normal);
@include font-face("FuturaLT", "FuturaMediumC", 600, normal);
@include font-face("FuturaLT", "FuturaDemiC", 700, normal); */
/* @include font-face("GothamPro", "GothamPro", 400, normal);
@include font-face("GothamPro", "GothamPro-Medium", 600, normal);
@include font-face("GothamPro", "GothamPro-Bold", 700, normal); */
@font-face {
    font-family: 'FuturaMediumC';
    src: url('../fonts/FuturaMediumC.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Playfair Display";
    src: url("../fonts/PlayfairDisplay-Regular.woff2") format("woff2");
    font-weight: 400;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: "Playfair Display";
    src: url("../fonts/PlayfairDisplay-Bold.woff2") format("woff2");
    font-weight: 600;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: "Playfair Display";
    src: url("../fonts/PlayfairDisplay-Black.woff2") format("woff2");
    font-weight: 700;
    font-display: swap;
    font-style: normal;
}

*,
*:before,
*:after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

:focus,
:active {
    outline: none;
}

a:focus,
a:active {
    outline: none;
}

body {
    box-sizing: border-box;
}

input::placeholder {
    color: inherit;
}

aside,
nav,
footer,
header,
section {
    display: block;
}

input::-ms-clear {
    display: none;
}

button {
    cursor: pointer;
    border: none;
    background-color: transparent;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

a,
a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

ul li {
    list-style: none;
}

dl,
ol,
ul {
    margin: 0;
    padding: 0;
}

label {
    margin: 0;
}

p {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: inherit;
    font-size: inherit;
    margin: 0;
}

input:not([type=checkbox]):not([type=radio]),
textarea,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

* {
    font-family: "Playfair Display", sans-serif;
}

body.scroll-hide {
    overflow: hidden;
}

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

@media (max-width: 1550px) {
    .container {
        padding: 0 50px;
    }
}

@media (max-width: 1250px) {
    .container {
        padding: 0 20px;
    }
}

.page {
    position: relative;
    overflow: hidden;
    min-height: 100vh;
}

.page.header-black {
    padding-top: 105px;
}

.page.header-black .header {
    padding: 0;
    background-color: #ffffff;
    padding: 40px 0 20px;
    border-bottom: 1px solid #252525;
}

.page.header-black .logo {
    filter: invert(1);
}

.page.header-black .nav__link {
    color: #282828;
}

.page.header-black .lang {
    color: #282828;
}

.page.header-black .header__icon {
    filter: invert(1);
}

.page.header-black .header__basket--num {
    filter: invert(1);
}

.page.header-black .nav__link::before {
    background-color: #282828;
}

.page.header-black .lang::before {
    background-color: #282828;
}

.sale-block {
    background: #FFD058;
    position: relative;
    z-index: 22;
}

@media (max-width: 1100px) {
    .sale-block {
        display: none;
    }
}

.sale-block .container {
    position: relative;
}

.sale-block .sale-block__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 952px;
    margin: 0 auto;
    padding: 20px;
}

@media (max-width: 1250px) {
    .sale-block .sale-block__wrapper {
        padding: 15px 40px;
    }
}

@media (max-width: 620px) {
    .sale-block .sale-block__wrapper {
        padding: 10px 40px;
    }
}

@media (max-width: 480px) {
    .sale-block .sale-block__wrapper {
        padding: 10px 0;
        padding-right: 30px;
    }
}

.sale-block .sale-block__wrapper span {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #252525;
}

@media (max-width: 620px) {
    .sale-block .sale-block__wrapper span {
        font-size: 14px;
        line-height: 18px;
    }
}

@media (max-width: 480px) {
    .sale-block .sale-block__wrapper span {
        font-size: 12px;
        line-height: 17px;
    }
}

.sale-block .sale-block-close {
    position: absolute;
    width: 24px;
    height: 24px;
    right: 100px;
    top: 19px;
    transition: all 0.1s ease-in-out;
}

@media (max-width: 1250px) {
    .sale-block .sale-block-close {
        right: 20px;
    }
}

@media (max-width: 620px) {
    .sale-block .sale-block-close {
        top: 7px;
    }
}

@media (max-width: 480px) {
    .sale-block .sale-block-close {
        right: 13px;
    }
}

@media (any-hover: hover) {
    .sale-block .sale-block-close:hover {
        transform: scale(1.5);
    }
}

.sale-block .sale-block-close::before {
    content: "";
    position: absolute;
    background-image: url("../img/close.svg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 9px;
    height: 9px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.btn {
    padding: 22px 60px;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0.115em;
    text-transform: uppercase;
    border-radius: 2px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.04);
    transition: all 0.2s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

@media (any-hover: hover) {
    .btn:hover {
        opacity: 0.6;
    }
}

.btn.btn--white {
    color: #282828;
    background: #FFFFFF;
}

.btn.btn--black {
    color: #fff;
    background: #282828;
}

.btn.btn--trans {
    color: #252525;
    border: 1px solid #252525;
}
.btn.btn--show_more {
    background-color: #111;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 0.14px;
    text-transform: uppercase;
    transition: all ease 0.4s;
    opacity: 1;
    min-width: 180px;
    min-height: 44px;
    margin-top: 50px;
}
@media (max-width: 1250px) {
    .btn {
        padding: 15px 40px;
        font-size: 14px;
    }
}

@media (max-width: 580px) {
    .btn {
        padding: 13px 30px;
        font-size: 12px;
    }
}

.btn-line {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #252525;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    position: relative;
    padding-bottom: 6px;
    transition: all 0.3s ease-in-out;
    text-align: left;
}

@media (any-hover: hover) {
    .btn-line:hover {
        text-shadow: 0.5px 0 0 currentColor;
    }
}

.btn-line::before {
    position: absolute;
    content: "";
    background: #252525;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
}

.title {
    font-family: "Playfair Display";
    font-style: normal;
    font-weight: 400;
    font-size: 35px;
    line-height: 35px;
    text-align: center;
    color: #282828;
    margin-bottom: 50px;
}

@media (max-width: 1100px) {
    .title {
        font-size: 30px;
        line-height: 31px;
        margin-bottom: 30px;
    }
}

@media (max-width: 580px) {
    .title {
        font-size: 26px;
        line-height: 28px;
        margin-bottom: 30px;
    }
}

.page-title {
    font-weight: 500;
    font-size: 35px;
    line-height: 36px;
    color: #252525;
}

@media (max-width: 1100px) {
    .page-title {
        font-size: 28px;
        line-height: 30px;
    }
}

@media (max-width: 580px) {
    .page-title {
        font-size: 24px;
        line-height: 36px;
    }
}

.swiper-button-next,
.swiper-button-prev {
    font-weight: 600;
    font-size: 15px;
    line-height: 15px;
    color: #282828;
    margin-top: 0;
    height: auto;
    width: auto;
}

@media (any-hover: hover) {
    .swiper-button-next:hover,
    .swiper-button-prev:hover {
        color: #ffffff;
    }

    .swiper-button-next:hover::after,
    .swiper-button-prev:hover::after {
        background-color: #282828;
    }
}

.swiper-button-next::after,
.swiper-button-prev::after {
    border: 1.6px solid #282828;
    width: 30px;
    min-width: 30px;
    height: 30px;
    font-size: 12px;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: all 0.2s ease-in-out;
}

.swiper-button-next {
    right: -50px;
}

@media (max-width: 1550px) {
    .swiper-button-next {
        right: -38px;
    }
}

.swiper-button-prev {
    left: -50px;
}

@media (max-width: 1550px) {
    .swiper-button-prev {
        left: -38px;
    }
}

.terms-service {
    margin-top: 150px;
}

.terms-service__title {
    font-weight: 500;
    font-size: 32px;
    line-height: 34px;
    color: #252525;
}

.terms-service__descr {
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #444444;
    opacity: 0.8;
    margin-top: 50px;
    max-height: 115px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.btn-more-text {
    margin-top: 20px;
    font-weight: 400;
    font-size: 15px;
    line-height: 150%;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #1E1E1E;
}

.btn-more-text.open span:last-child {
    display: block;
}

.btn-more-text.open span:first-child {
    display: none;
}

.btn-more-text span:last-child {
    display: none;
}

.terms-service__bottom {
    margin-top: 40px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.terms-service-sticker {
    background: #F6F6F6;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: #282828;
    padding: 17px 25px;
    margin-right: 15px;
    margin-bottom: 15px;
}

@media (max-width: 580px) {
    .terms-service-sticker {
        padding: 15px 19px;
        font-size: 14px;
    }
}

.terms-service-sticker:last-child {
    margin-right: 0;
}

@media (max-width: 1250px) {
    .terms-service {
        margin-top: 100px;
    }

    .terms-service__descr {
        margin-top: 30px;
    }
}

@media (max-width: 780px) {
    .terms-service__title {
        font-size: 26px;
        line-height: 31px;
    }

    .terms-service__descr {
        font-size: 14px;
        line-height: 19px;
    }
}

.breadcrumbs-list {
    position: relative;
    z-index: 5;
}

.breadcrumbs-list__item {
    display: inline-block;
    padding-right: 24px;
    position: relative;
}

.breadcrumbs-list__item a,
.breadcrumbs-list__item span {
    font-weight: 400;
    font-size: 15px;
    line-height: 15px;
    color: #939393;
    transition: all 0.3s;
}

.breadcrumbs-list__item a:hover {
    text-shadow: 0.5px 0 0 currentColor;
}

.breadcrumbs-list__item span {
    color: #252525;
}

.breadcrumbs-list__item:last-child::after {
    display: none;
}

.breadcrumbs-list__item::after {
    position: absolute;
    content: "/";
    top: 2px;
    right: 6px;
}

.page-top {
    margin: 65px 0 30px 0;
}

.page-top .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.link-back {
    font-weight: 500;
    font-size: 15px;
    line-height: 15px;
    text-align: right;
    color: #252525;
    display: flex;
    align-items: center;
    transition: all 0.3s ease-in-out;
}

@media (any-hover: hover) {
    .link-back:hover {
        text-shadow: 0.5px 0 0 currentColor;
    }
}

.link-back::before {
    content: "";
    background-image: url("../img/arrow-prev.svg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 15px;
    height: 8px;
    display: block;
    margin-right: 10px;
}

.header {
    padding: 40px 0;
    z-index: 2000;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    transition: all 0.3s ease-in-out;
}

@media (any-hover: hover) {
    .header:hover {
        background-color: #FFFFFF;
    }

    .header:hover .logo {
        filter: invert(1);
    }

    .header:hover .nav__link {
        color: #282828;
    }

    .header:hover .lang {
        color: #282828;
    }

    .header:hover .header__icon {
        filter: invert(1);
    }

    .header:hover .header__basket--num {
        filter: invert(1);
    }

    .header:hover .nav__link::before {
        background-color: #282828;
    }

    .header:hover .lang::before {
        background-color: #282828;
    }
}

.header.scroll-hed {
    background-color: #FFFFFF;
    padding: 15px 0 !important;
}

.header.scroll-hed .logo {
    filter: invert(1);
}

.header.scroll-hed .nav__link {
    color: #282828;
}

.header.scroll-hed .lang {
    color: #282828;
}

.header.scroll-hed .header__icon {
    filter: invert(1);
}

.header.scroll-hed .header__basket--num {
    filter: invert(1);
}

.header.scroll-hed .nav__link::before {
    background-color: #282828;
}

.header.scroll-hed .lang::before {
    background-color: #282828;
}

.header.scroll-hed .submenu::before {
    height: 30px;
}

.header__wrapper {
    display: flex;
    align-items: center;
}

.logo {
    transition: all 0.3s ease-in-out;
}

.nav {
    margin: 0 auto;
}

.nav__list {
    display: flex;
    align-items: center;
}

.nav__item {
    margin-right: 50px;
}

.nav__item:last-child {
    margin-right: 0;
}
.nav__item:nth-child(5) .submenu {
    width: auto;
    left: 50%;
    flex-direction: column;
}
.nav__item:nth-child(5) .submenu .submenu-col {
    margin-bottom: 20px;
}
.nav__item.submenu-show .nav__link::before {
    display: none !important;
}
@media (any-hover: hover) {
    .nav__item.submenu-show:hover .submenu {
        transform: translateY(0);
        opacity: 1;
        pointer-events: all;
    }
}
.nav__link {
    font-weight: 700;
    font-size: 15px;
    line-height: 15px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #FFFFFF;
    position: relative;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.nav__link::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    left: 0;
    bottom: 0;
    transform: translateY(15px);
    opacity: 0;
    background-color: #FFFFFF;
    transition: all 0.2s ease-in-out;
}
.nav__item.text-red .nav__link {
    color: #E32124;
}
@media (any-hover: hover) {
    .nav__link:hover {
        color: #FFFFFF;
    }

    .nav__link:hover::before {
        transform: translateY(5px);
        opacity: 1;
    }
}
.submenu {
    position: absolute;
    width: 100vw;
    padding: 15px 100px 30px;
    display: flex;
    justify-content: space-between;
    background-color: #FFFFFF;
    left: 0;
    top: 99%;
    transform: translateY(20px);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease-in-out;
}

.submenu::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 55px;
    left: 0;
    bottom: 100%;
}

.submenu-col {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: 50px;
}

.submenu-col:last-child {
    margin-right: 0;
}

.submenu-col ul {
    margin-top: 15px;
}

.submenu-col ul li {
    margin-bottom: 7px;
}

.submenu-col ul li:last-child {
    margin-bottom: 0;
}

.submenu-col ul a {
    font-weight: 400;
    font-size: 16px;
    line-height: 15px;
    color: #282828;
    transition: all 0.3s ease-in-out;
}

@media (any-hover: hover) {
    .submenu-col ul a:hover {
        text-shadow: 0.5px 0 0 currentColor;
    }
}

.submenu-col .card {
    max-width: 400px;
    display: block;
}

.submenu-col__title {
    font-weight: 700;
    font-size: 14px;
    line-height: 15px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #282828;
}

.overley {
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 200;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease-in-out;
}

.overley.active {
    opacity: 1;
    pointer-events: all;
}

.lang {
    font-weight: 400;
    font-size: 15px;
    line-height: 15px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-right: 90px;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.lang::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    left: 0;
    bottom: 0;
    transform: translateY(15px);
    opacity: 0;
    background-color: #FFFFFF;
    transition: all 0.2s ease-in-out;
}

@media (any-hover: hover) {
    .lang:hover {
        color: #FFFFFF;
    }

    .lang:hover::before {
        transform: translateY(5px);
        opacity: 1;
    }
}

.header-btns {
    display: flex;
    align-items: center;
}

.header__icon {
    width: 24px;
    height: 24px;
    position: relative;
    margin-right: 25px;
    transition: all 0.1s ease-in-out;
    font-size: 0;
}

@media (any-hover: hover) {
    .header__icon:hover {
        transform: scale(1.3);
    }
}

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

.header__icon::before {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.header__person {
    background-image: url("../img/person.svg");
    width: 16px;
    height: 16px;
}

.header__favorite {
    background-image: url("../img/favorite-white.svg");
    width: 16px;
    height: 16px;
}

.header__search {
    background-image: url("../img/search.svg");
    width: 20px;
    height: 20px;
}

.header__basket {
    background-image: url("../img/basket.svg");
    width: 17px;
    height: 20px;
    position: relative;
}

.header__basket--num {
    position: absolute;
    width: 15px;
    height: 15px;
    background: #D10000;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.04);
    border-radius: 2px;
    right: -11px;
    top: -4px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.burger {
    height: 16px;
    width: 25px;
    justify-content: center;
    align-items: center;
    z-index: 350;
    cursor: pointer;
    transition: all 0.3s;
    display: none;
    position: relative;
}

.burger span {
    position: absolute;
    background: #050505;
    height: 2px;
    width: 25px;
    display: block;
    transition: all 0.3s;
    border-radius: 5px;
}

.burger span:nth-child(1) {
    top: 15px;
}

.burger span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
}

.burger span:nth-child(3) {
    bottom: 15px;
}

.burger.active span:nth-child(1) {
    top: 6px;
    transform: rotate(45deg);
}

.burger.active span:nth-child(2) {
    opacity: 0;
}

.burger.active span:nth-child(3) {
    bottom: 8px;
    transform: rotate(-45deg);
}

.mob-bottom {
    display: none;
}

@media (max-width: 1550px) {
    .page.header-black .header__wrapper {
        padding: 0 50px 0;
    }

    .page.header-black .header {
        padding: 20px 0;
    }

    .page.header-black {
        padding-top: 73px;
    }

    .page-top {
        margin: 50px 0 30px;
    }

    .nav__item {
        margin-right: 30px;
    }

    .lang {
        margin-right: 40px;
    }

    .logo {
        width: 220px;
        height: 32px;
    }

    .logo img {
        max-width: 100%;
        max-height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .page.header-black .nav {
        top: 47px;
    }

    .submenu {
        padding: 20px 50px;
    }

    .submenu-col .card {
        max-width: 300px;
    }
}

@media (max-width: 1180px) {
    .header {
        padding: 20px 0;
    }

    .nav__link {
        font-size: 14px;
        line-height: 14px;
    }

    .lang {
        font-size: 14px;
        line-height: 14px;
    }
}

@media (max-width: 1100px) {
    .page.header-black {
        padding-top: 60px;
    }

    .page-top {
        margin: 50px 0 15px;
    }

    .page.header-black .mob-bottom-top .header__icon {
        filter: invert(0);
    }

    .header {
        padding: 20px 0 !important;
        background: #FFFFFF;
        border-bottom: 1px solid #252525;
    }

    .page.header-black .header__wrapper {
        padding: 0 20px;
        border-bottom: 0;
    }

    .header-btns {
        padding-right: 5px;
    }

    .logo {
        filter: invert(1);
        margin-left: 10px;
        margin-right: 10px;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        max-height: 16px;
    }

    .header__icon {
        filter: invert(1);
        margin-right: 15px;
    }

    .header__basket--num {
        filter: invert(1);
    }

    .nav {
        position: fixed;
        width: 80%;
        height: 100%;
        left: 0 !important;
        top: 0 !important;
        background: #FFFFFF;
        padding: 90px 20px 0;
        z-index: 100;
        transform: translateX(-100%) !important;
        pointer-events: none;
        transition: all 0.3s ease-in-out;
        display: flex;
        flex-direction: column;
    }

    .nav.active {
        transform: translateX(0) !important;
        pointer-events: all;
    }

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

    .nav__link {
        color: #000;
    }

    .nav__item {
        margin-right: 0;
    }

    .burger {
        display: block;
    }

    .lang {
        color: #000;
        margin-left: auto;
        margin-right: 15px;
    }

    .submenu {
        padding: 30px 20px;
    }

    .submenu::before {
        height: 47px;
    }

    .mob-bottom {
        display: block;
        width: calc(100% + 40px);
        transform: translateX(-20px);
        margin-top: auto;
        border-top: 1px solid #252525;
    }

    .mob-bottom-top {
        display: grid;
        grid-template-columns: repeat(1fr);
        border-bottom: 1px solid #252525;
    }

    .mob-bottom-top .header__icon {
        font-weight: 700;
        font-size: 14px;
        line-height: 15px;
        letter-spacing: 0.12em;
        text-transform: uppercase;
        color: #000;
        background-image: none;
        padding-left: 25px;
        filter: invert(0);
        padding: 20px;
        width: inherit;
        height: inherit;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 0;
    }

    .mob-bottom-top .header__icon::before {
        content: "";
        position: static;
        background-repeat: no-repeat;
        background-size: cover;
        width: 20px;
        height: 20px;
        display: inline;
        filter: invert(1);
        transform: translate(0, 0);
        margin-right: 10px;
    }

    .mob-bottom-top .header__person::before {
        background-image: url(../img/person.svg);
    }

    .mob-bottom-top .header__favorite::before {
        background-image: url(../img/favorite-white.svg);
    }

    .lang {
        margin-left: 0;
    }

    .mob-bottom-soc {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
    }

    .mob-bottom-soc .contact-item {
        font-size: 0;
        filter: invert(1);
        margin: 0;
        justify-content: center;
        padding: 20px 15px;
        border-right: 1px solid #252525;
    }

    .mob-bottom-soc .contact-item:last-child {
        margin-right: 0;
    }

    .mob-bottom-soc .contact-item::before {
        margin-right: 0;
    }

    .submenu {
        position: static;
        width: 100%;
        flex-direction: column;
        opacity: 1;
        transform: translateY(0);
        pointer-events: all;
        padding: 20px 10px 0;
        display: none;
        transition: none;
    }

    .submenu-col ul {
        display: none;
    }

    .submenu-col {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .submenu-col__title {
        opacity: 0.8;
    }

    .submenu-col .card {
        display: none;
    }

    .submenu::before {
        display: none;
    }

    .submenu-col ul a {
        padding-left: 10px;
    }

    .nav__list {
        max-height: 550px;
        overflow-y: auto;
        padding-bottom: 20px;
    }
}

.promo {
    height: 100vh;
    position: relative;
}

.promo.h-100 {
    height: 100vh;
}

.promo .swiper {
    height: 100%;
}

.promo .promo-arrow {
    max-width: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.promo .swiper-button-next,
.promo .swiper-button-prev {
    font-weight: 600;
    font-size: 15px;
    line-height: 15px;
    color: #FFFFFF;
    position: static;
    margin-top: 0;
    height: auto;
    width: auto;
}

@media (any-hover: hover) {
    .promo .swiper-button-next:hover::after,
    .promo .swiper-button-prev:hover::after {
        background-color: transparent;
    }
}

.promo .swiper-button-next::after,
.promo .swiper-button-prev::after {
    border: 1.6px solid #FFFFFF;
    width: 30px;
    min-width: 30px;
    height: 30px;
    font-size: 12px;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.promo .swiper-button-prev {
    display: flex;
    flex-direction: row-reverse;
    margin-right: 38px;
}

.promo .swiper-button-prev::after {
    margin-right: 15px;
}

.promo .swiper-button-next {
    right: 0;
}

.promo .swiper-button-next::after {
    margin-left: 15px;
}

.promo-item {
    position: relative;
    z-index: 2;
    padding: 150px 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.promo-item__img {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -1;
}

.promo-item__wrap {
    max-width: 100%;
    padding: 0 250px;
    margin: 0 auto;
    width: 100%;
}

.promo-item__title {
    max-width: 722px;
    font-family: "Playfair Display";
    font-weight: 400;
    font-size: 50px;
    line-height: 67px;
    color: #FFFFFF;
}

.promo-item__btn {
    margin-top: 50px;
}

.promo-bottom {
    position: absolute;
    width: 100%;
    max-width: 100%;
    padding: 0 100px 24px 100px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 65px;
    z-index: 1;
    display: flex;
    align-items: center;
}

.promo-bottom .swiper-pagination-progressbar {
    background: #8A8A8A;
    height: 3px;
    bottom: 0;
    top: inherit;
    width: calc(100% - 200px);
    left: 50%;
    transform: translateX(-50%);
}

.promo-bottom .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #FFFFFF;
}

.promo__descr {
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    color: #FFFFFF;
    max-width: 180px;
    margin-right: 50px;
}

.promo-pagin {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #FFFFFF;
    position: absolute;
    right: 70px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    z-index: 2;
}

.scroll-down {
    font-weight: 400;
    font-size: 15px;
    line-height: 15px;
    color: #FFFFFF;
    padding-right: 65px;
    padding-bottom: 20px;
    border-bottom: 1px solid #FFFFFF;
    position: absolute;
    left: 59px;
    bottom: 50px;
    transform: rotate(90deg);
    z-index: 2;
    pointer-events: none;
}

.scroll-down::before {
    position: absolute;
    content: "";
    height: 9px;
    width: 9px;
    border-radius: 50%;
    background: #FFFFFF;
    left: -35px;
    bottom: -5px;
}

@media (max-width: 1250px) {
    .promo-item__wrap {
        padding: 0 20px;
    }

    .promo-bottom {
        padding: 0 20px 24px 20px;
    }

    .scroll-down {
        display: none;
    }

    .promo-item__title {
        font-size: 42px;
        line-height: 55px;
    }

    .promo-item {
        padding: 200px 0;
    }

    .promo__descr {
        display: none;
    }

    .promo-bottom .swiper-pagination-progressbar {
        width: 100%;
    }
}

@media (max-width: 1100px) {
    .promo {
        margin-top: 0;
    }

    .promo-pagin {
        right: -20px;
        font-size: 14px;
        line-height: 15px;
    }
}

@media (max-width: 820px) {
    .promo-item__title {
        padding-right: 50px;
        font-size: 36px;
        line-height: 44px;
    }

    .promo-item {
        padding: 130px 0;
    }

    .promo-bottom {
        bottom: 10px;
    }

    .promo .swiper-button-next,
    .promo .swiper-button-prev {
        font-size: 14px;
        line-height: 14px;
    }

    .promo-item__btn {
        margin-top: 30px;
    }

    .promo {
        height: calc(100vh - 61px);
    }

    .promo-bottom .swiper-pagination-progressbar {
        display: none;
    }
}

@media (max-width: 580px) {
    .promo-item__title {
        font-size: 32px;
        line-height: 39px;
    }

    .promo .promo-arrow {
        max-width: 100%;
        width: 100%;
        justify-content: space-between;
    }

    .promo-item__img {
        width: auto;
    }
}

.gender-sec {
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    height: calc(100vh - 180px);
    overflow: hidden;
}

.gender-sec-item {
    position: relative;
    padding: 100px;
    display: flex;
    flex-direction: column;
    z-index: 2;
}

.gender-sec-item__img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -1;
}

.gender-sec-item__btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.gender-sec-item__title {
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0.145em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-top: auto;
}

@media (max-width: 780px) {
    .gender-sec {
        grid-template-columns: repeat(1, 1fr);
        margin-top: 0;
    }

    .gender-sec-item {
        padding: 50px;
    }

    .gender-sec-item__title {
        font-size: 18px;
        line-height: 22px;
    }
}

.new-arrivals {
    margin-top: 140px;
}

.new-arrivals .tab-link-wrapper {
    display: flex;
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 50px;
}

.new-arrivals .tab {
    width: 157px;
    height: 58px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    letter-spacing: 0.115em;
    text-transform: uppercase;
    color: #282828;
    background: #F6F6F6;
    border-radius: 2px;
    margin-right: 20px;
    transition: all 0.2s ease-in-out;
}

@media (any-hover: hover) {
    .new-arrivals .tab:hover {
        background: #d6d6d6;
    }
}

.new-arrivals .tab:last-child {
    margin-right: 0;
}

.new-arrivals .tab-active {
    background: #FFFFFF;
}

@media (any-hover: hover) {
    .new-arrivals .tab-active:hover {
        background: #FFFFFF;
    }
}

.new-arrivals .tab-content-wrapper {
    position: relative;
}

.new-arrivals .tabs-content {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    pointer-events: none;
}

.new-arrivals .tabs-content-active {
    position: static;
    opacity: 1;
    pointer-events: all;
}

@media (max-width: 1250px) {
    .card-slider .swiper {
        width: calc(100% - 120px);
    }

    .swiper-button-next {
        right: 0px;
    }

    .swiper-button-prev {
        left: 0px;
    }
}

@media (max-width: 1100px) {
    .new-arrivals {
        margin-top: 80px;
    }
}

@media (max-width: 780px) {
    .card-slider .swiper {
        width: 100%;
    }

    .card-slider .swiper-button-next,
    .card-slider .swiper-button-prev {
        display: none;
    }

    .card-slider {
        width: calc(100% + 20px);
    }

    .new-arrivals .tab-link-wrapper {
        margin-bottom: 30px;
    }

    .new-arrivals .tab {
        width: 150px;
        height: 50px;
    }

    .card-slider__btn-more {
        margin-top: 30px !important;
    }
}

.collection-category {
    margin-top: 140px;
}

.collection-category__wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.collection-category-item {
    min-height: 100%;
}

.collection-category-item:nth-child(2n) {
    display: flex;
    flex-direction: column-reverse;
}

.collection-category-item:nth-child(2n) .collection-category-item__title {
    margin-top: 50px;
}

.collection-category-item:nth-child(2n) .collection-category-item__descr {
    margin-bottom: 0;
}

.collection-category-item__text {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.collection-category-item__title {
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #282828;
}

.collection-category-item__descr {
    font-weight: 400;
    font-size: 15px;
    line-height: 17px;
    text-align: center;
    letter-spacing: 1px;
    color: #454545;
    max-width: 386px;
    margin-top: 15px;
    margin-bottom: 46px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow-y: hidden;
    height: 34px;
}

.collection-category-item__img {
    width: 100%;
    height: auto;
}

.collection-category-item__img img {
    width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: top center;
}

@media (max-width: 1100px) {
    .collection-category {
        margin-top: 50px;
    }
}

@media (max-width: 780px) {
    .collection-category-item__title {
        font-size: 14px;
        line-height: 17px;
    }

    .collection-category-item__descr {
        font-size: 12px;
        line-height: 15px;
        margin-bottom: 20px;
        height: 28px;
    }

    .collection-category-item:nth-child(2n) .collection-category-item__title {
        margin-top: 20px;
    }

    .collection-category__wrapper {
        min-width: 760px;
    }

    .collection-category {
        overflow-x: auto;
    }
}

@media screen and (max-width: 575px) {
    .collection-category-item__img {
        height: 300px;
        overflow: hidden;
    }

    .collection-category-item__text {
        margin-top: 15px;
    }

    .collection-category {
        overflow-x: revert;
    }

    .collection-category__wrapper {
        min-width: unset;
        grid-template-columns: minmax(0, 1fr);
    }
}

.card-slider {
    position: relative;
}

.card-slider .swiper-button-next,
.card-slider .swiper-button-prev {
    top: 33%;
}

.card {
    width: 100%;
    position: relative;
    display: block;
}

.card:hover .card__img--stat {
    opacity: 0;
}

.card:hover .card__img--hover {
    opacity: 1;
}

.card:hover .card__info {
    opacity: 0;
}

.card:hover .card__size {
    opacity: 1;
}

.card-stickers {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    z-index: 2;
}

.card-stickers-item {
    margin-top: 20px;
    border-radius: 0px 2px 2px 0px;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #FFFFFF;
    padding: 10px 25px;
}

.stickers-new {
    background: #252525;
}

.stickers-runway {
    background: #F8BC25;
}

.stickers-sale {
    background: #D10000;
}

.card-favorite {
    position: absolute;
    z-index: 2;
    right: 20px;
    top: 20px;
    width: 22px;
    height: 22px;
}

.card-favorite.active::before {
    background-image: url("../img/favorite-red.svg");
}

.card-favorite::before {
    content: "";
    position: absolute;
    background-image: url("../img/favorite.svg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 22px;
    height: 21.5px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-in-out;
}

.card-favorite input {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
}

.card__img {
    overflow: hidden;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    display: block;
}

.card__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform 0.2s ease-in-out;
    display: block;
}

.card__img--hover {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.card__title {
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    color: #282828;
    margin-top: 25px;
}

.card__descr {
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #454545;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow-y: hidden;
}

.card__price {
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    color: #282828;
    margin-top: 30px;
}

.card-slider__btn-more {
    margin: 50px auto 0 auto;
}

.card__bottom {
    position: relative;
}

.card__size {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    gap: 10px;
}

.card__size--item {
    border: 1px solid #25252541;
    border-radius: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    text-transform: uppercase;
    color: #252525;
    min-width: 30px;
    min-height: 30px;
    transition: all 0.3s ease-in-out;
    padding: 0 3px;
}

.card__size--item:hover {
    opacity: 0.6;
}

@media (max-width: 1200px) {
    .card__descr {
        font-size: 16px;
        line-height: 18px;
    }

    .card__title {
        font-size: 18px;
        line-height: 18px;
    }

    .card__price {
        font-size: 18px;
        line-height: 23px;
        margin-top: 15px;
    }
}

@media (max-width: 780px) {
    .card-favorite {
        right: 10px;
        top: 10px;
    }
}

@media (max-width: 480px) {
    .card__title {
        font-size: 12px;
        line-height: 20px;
        margin-top: 10px;
    }

    .card__descr {
        font-size: 12px;
        line-height: 15px;
        margin-top: 5px;
    }

    .card__price {
        font-size: 12px;
        line-height: 15px;
        margin-top: 5px;
    }

    .card__size--item {
        min-width: 20px;
        min-height: 20px;
        font-size: 10px;
        margin-right: 5px;
        margin-bottom: 5px;
    }
}

.inst-slider {
    margin-top: 180px;
}

.inst-slider .swiper {
    overflow: visible;
}

.inst-slider .swiper-slide a {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
}

@media (any-hover: hover) {
    .inst-slider .swiper-slide a:hover img {
        transform: scale(1.1);
    }
}

.inst-slider .swiper-slide a img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}

.inst-slider .swiper-button-next,
.inst-slider .swiper-button-prev {
    top: inherit;
    bottom: -70px;
    width: 30px;
    height: 30px;
}

@media (any-hover: hover) {
    .inst-slider .swiper-button-next:hover::after,
    .inst-slider .swiper-button-prev:hover::after {
        background-color: transparent;
        transform: scale(1.5);
    }
}

.inst-slider .swiper-button-next::after,
.inst-slider .swiper-button-prev::after {
    font-size: 0;
    border: none;
}

.inst-slider .swiper-button-next {
    right: -7px;
}

.inst-slider .swiper-button-next::after {
    content: url("../img/arrow-next.svg");
}

.inst-slider .swiper-button-prev {
    left: -7px;
}

.inst-slider .swiper-button-prev::after {
    content: url("../img/arrow-prev.svg");
}

.inst-slider .swiper-pagination-progressbar {
    top: inherit;
    bottom: -30px;
    background: #F6F6F6;
    height: 2px;
}

.inst-slider .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #282828;
}

.inst-slider__title {
    font-size: 20px;
    line-height: 20px;
}

.inst-slider__link {
    margin: 80px auto 0 auto;
    font-weight: 400;
    font-size: 15px;
    line-height: 15px;
    text-align: center;
    letter-spacing: 1px;
    color: #282828;
    opacity: 0.5;
    display: block;
    transition: all 0.3s ease-in-out;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

@media (any-hover: hover) {
    .inst-slider__link:hover {
        opacity: 1;
    }
}

.partners {
    margin-top: 100px;
}

.partners .swiper-slide {
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.partners .swiper-slide img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.partners .container {
    position: relative;
}

.partners .swiper-button-next {
    right: 95px;
}

.partners .swiper-button-prev {
    left: 95px;
}

.partners .swiper {
    max-width: 1480px;
}

.partners .swiper-wrapper {
    align-items: center;
}

.partners .swiper-button-next,
.partners .swiper-button-prev {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 1600px) {
    .partners .swiper-button-next {
        right: 20px;
    }

    .partners .swiper-button-prev {
        left: 20px;
    }
}

@media (max-width: 1250px) {
    .partners {
        margin-top: 80px;
    }

    .partners .swiper {
        width: calc(100% - 100px);
    }
}

.bottom-form {
    margin-top: 100px;
}

.bottom-form .input-wrap {
    max-width: 620px;
    margin: 40px auto 0 auto;
    position: relative;
}

.bottom-form .input-wrap input {
    width: 100%;
    padding-right: 220px;
}

.bottom-form__wrapper {
    max-width: 754px;
    margin: 0 auto;
}

.bottom-form__title {
    font-family: "Playfair Display";
    font-weight: 400;
    font-size: 44px;
    line-height: 130%;
    text-align: center;
    color: #282828;
    margin-bottom: 50px;
}

.radio-wrapper {
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    align-items: center;
}

.radio {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 24px;
    line-height: 15px;
    color: #252525;
    margin-right: 50px;
    cursor: pointer;
}

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

.radio input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 2px solid #252525;
    border-radius: 17px;
    width: 26px;
    height: 26px;
    cursor: pointer;
    position: relative;
    margin-right: 20px;
}

.radio input::before {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    background: #252525;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: 0.1s ease-in;
}

.radio input:checked::before {
    opacity: 1;
}

.input-wrap {
    margin-top: 40px;
}

.input-wrap input {
    font-weight: 400;
    font-size: 15px;
    line-height: 35px;
    color: #252525;
    padding: 0 15px;
    height: 50px;
    border: 1px solid #25252530;
    border-radius: 2px;
}

.input-wrap input::-moz-placeholder {
    color: #25252583;
}

.input-wrap input:-ms-input-placeholder {
    color: #25252583;
}

.input-wrap input::placeholder {
    color: #25252583;
}

.bottom-form__btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    width: 200px;
}

@media (max-width: 1100px) {
    .bottom-form__title {
        font-size: 38px;
    }
}

@media (max-width: 860px) {
    .bottom-form {
        margin-top: 80px;
    }

    .bottom-form__title {
        font-size: 34px;
        margin-bottom: 30px;
    }
}

@media (max-width: 620px) {
    .bottom-form__title {
        font-size: 28px;
    }

    .bottom-form .radio {
        font-size: 18px;
        margin-right: 30px;
    }

    .bottom-form .radio:last-child {
        margin-right: 0;
    }

    .bottom-form .radio input {
        width: 20px;
        height: 20px;
    }

    .bottom-form .radio input::before {
        width: 12px;
        height: 12px;
    }

    .bottom-form .input-wrap {
        margin-top: 30px;
    }
}

@media (max-width: 480px) {
    .bottom-form .input-wrap {
        flex-direction: column;
    }

    .bottom-form__btn {
        position: static;
        width: 100%;
        margin-top: 10px;
    }

    .bottom-form__title {
        font-size: 26px;
    }
}

.footer {
    margin-top: 100px;
    background: #171616;
    padding: 100px 0 15px 0;
}

.footer__wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-top {
    margin-top: 100px;
    display: flex;
    justify-content: space-around;
    width: 100%;
}

.footer-column {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    flex-direction: column;
}

.footer-column p {
    font-weight: 400;
    font-size: 15px;
    line-height: 150%;
    color: #BDBDBD;
    margin-bottom: 20px;
}

.footer-column__title {
    font-weight: 700;
    font-size: 15px;
    line-height: 15px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 25px;
}

.contact-item {
    font-weight: 400;
    font-size: 15px;
    line-height: 17px;
    color: #BDBDBD;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.contact-item::before {
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 20px;
    height: 20px;
    display: block;
    margin-right: 15px;
}

.contact-item:hover {
    color: #BDBDBD;
}

@media (any-hover: hover) {
    .contact-item:hover {
        color: #BDBDBD;
        text-shadow: 0.5px 0 0 currentColor;
    }
}

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

.contact-item--phone::before {
    background-image: url("../img/phone.svg");
}

.contact-item--mail::before {
    background-image: url("../img/mail.svg");
}

.contact-item--telegram::before {
    background-size: 20px 20px;
    background-image: url("../img/telegram.svg");
}

.contact-item--viber::before {
    background-image: url("../img/viber.svg");
}

.contact-item--whatsapp::before {
    background-image: url("../img/whatsapp.svg");
}

.footer-menu__item {
    margin-bottom: 20px;
}

.footer-menu__item:last-child {
    margin-bottom: 0;
}

.footer-menu__link {
    font-weight: 400;
    font-size: 15px;
    line-height: 15px;
    color: #BDBDBD;
}

.footer-menu__link:hover {
    color: #BDBDBD;
}

@media (any-hover: hover) {
    .footer-menu__link:hover {
        color: #BDBDBD;
        text-shadow: 0.5px 0 0 currentColor;
    }
}

.contact-item--instagram::before {
    background-image: url("../img/instagram.svg");
}

.contact-item--facebook::before {
    background-image: url("../img/facebook.svg");
}

.footer-bottom {
    margin-top: 100px;
    border-top: 1px solid #ffffff45;
    width: 100%;
}

.footer-bottom p {
    font-weight: 700;
    font-size: 12px;
    line-height: 35px;
    text-align: center;
    color: #FFFFFF;
    opacity: 0.3;
    margin-top: 20px;
    margin-bottom: 0;
}

.footer-bottom__icon {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
}

.footer-bottom__icon img {
    margin-right: 45px;
}

.footer-bottom__icon img:last-child {
    margin-right: 0;
}

@media (max-width: 1100px) {
    .footer-top {
        justify-content: space-between;
        margin-top: 80px;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 40px;
    }

    .footer {
        margin-top: 80px;
        padding: 45px 0 15px 0;
    }

    .footer-bottom {
        margin-top: 80px;
    }
}

@media (max-width: 700px) {
    .footer-top {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 520px) {
    .footer-top {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
        margin-top: 40px;
    }

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

    .footer-bottom__icon img {
        margin-right: 30px;
    }

    .footer-column__hide {
        display: none;
        padding-bottom: 20px;
    }

    .footer-soc {
        display: flex;
        justify-content: center;
        margin-top: 10px;
    }

    .footer-soc .contact-item {
        font-size: 0;
        margin: 0;
        margin-right: 30px;
    }

    .footer-soc .contact-item:last-child {
        margin-right: 0;
    }

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

    .contact-item::before {
        width: 30px;
        height: 30px;
        background-size: contain;
    }

    .footer-soc__title::before {
        display: none;
    }

    .footer-column__title {
        width: 100%;
        position: relative;
        cursor: pointer;
    }

    .footer-column__title.active::before {
        transform: rotateX(180deg);
    }

    .footer-column__title::before {
        content: "";
        position: absolute;
        background-image: url("../img/title-arrow.svg");
        background-repeat: no-repeat;
        background-size: cover;
        width: 20px;
        height: 11px;
        right: 0;
        top: 2px;
        transition: all 0.3s ease-in-out;
    }

    .footer-column {
        width: 100%;
    }
}

.card-top__wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.card-top__left {
    width: calc(53% - 30px);
}

.product-slider {
    width: 100%;
    height: 856px;
    display: flex;
    position: relative;
}

.product-slider .card-favorite::before {
    width: 30px;
    height: 29.5px;
}

.product-slider .product-slider-swiper {
    width: 160px;
    min-width: 160px;
    margin-right: 30px;
}

.product-slider .product-slider-swiper .swiper-slide {
    cursor: pointer;
}

.product-slider .swiper-slide img {
    max-width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.product-slider .swiper-button-next {
    right: 25px;
}

.product-slider .swiper-button-prev {
    left: 25px;
}

.product-slider .swiper-button-next,
.product-slider .swiper-button-prev {
    border-radius: 50%;
}

.product-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #282828;
}

.card-top__tag {
    margin-top: 20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.tag-item {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.085em;
    color: #252525;
    opacity: 0.3;
    margin-right: 20px;
}

.tag-item:last-child {
    margin-right: 0;
}

.card-top__right {
    width: calc(42% - 30px);
}

.card-top__right h1 {
    line-height: 41px;
}

.card-top__title {
    font-weight: 400;
    font-size: 36px;
    line-height: 42px;
    color: #252525;
}

.card-top__category {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #252525;
    margin-top: 25px;
}

.card-top__price {
    margin-top: 25px;
    display: flex;
    align-items: center;
}

.price-new {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #252525;
    margin-right: 15px;
}

.old-price {
    font-weight: 400;
    font-size: 15px;
    line-height: 17px;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    color: #454545;
    margin-right: 15px;
}

.sale {
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #FFFFFF;
    background: #252525;
    border-radius: 2px;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-top__color {
    margin-top: 30px;
}

.color-top {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #25252586;
}

.color-top span {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #252525;
    padding-left: 5px;
}

.color-wrap {
    margin-top: 28px;
    display: flex;
    flex-wrap: wrap;
}

.color-item {
    width: 100px;
    height: 125px;
    position: relative;
    margin-right: 15px;
    margin-bottom: 15px;
    cursor: pointer;
}

.color-item.active {
    border: 2px solid #252525;
}

.color-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.color-item input {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
}

.card-top__size {
    margin-top: 15px;
}

.size-top {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #454545;
}

.size-more {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #252525;
    padding-left: 5px;
}

.size-wrap {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
}

.size-item {
    border: 1px solid #25252553;
    border-radius: 2px;
    width: 50px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    text-transform: uppercase;
    color: #252525;
    position: relative;
    margin-right: 15px;
    margin-bottom: 15px;
}

.size-item.active {
    border: 3px solid #252525;
}

.size-item input {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
}

.card-top__btn-wrap {
    margin-top: 35px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    max-width: 570px;
    gap: 15px;
}

.card-top__btn {
    padding: 22px;
    width: 100%;
}

.card-top__deliver {
    margin-top: 30px;
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
    color: #252525;
}

.card-top__deliver img {
    margin-right: 15px;
}

.card-top-acc {
    margin-top: 30px;
}

.card-top-acc__item {
    border-bottom: 1px solid #CACACA;
}

.card-top-acc__item.active .card-top-acc__item--title::before {
    transform: rotate(45deg);
}

.card-top-acc__item--title {
    padding: 23px 40px 23px 0;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #252525;
    position: relative;
    cursor: pointer;
}

.card-top-acc__item--title::before {
    content: "";
    position: absolute;
    background-image: url("../img/acc-icon.svg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 22px;
    height: 22px;
    right: 0;
    top: 24px;
    transition: all 0.3s ease-in-out;
}

.card-top-acc__item--descr {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #282828;
    margin-bottom: 20px;
    display: none;
}

.card-top-acc__item--attr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 0;
}

.card-top-acc__item--attr-name {
    margin-right: 7px;
    color: #454545;
}

.card-top__bottom {
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    text-transform: uppercase;
    color: #252525;
    margin-top: 35px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.card-top__bottom img {
    margin-right: 15px;
}

@media (max-width: 1550px) {
    .card-top__right {
        width: calc(45% - 30px);
    }

    .card-top__left {
        width: calc(55% - 30px);
    }

    .product-slider {
        height: 630px;
    }

    .product-slider .product-slider-swiper {
        width: 120px;
        min-width: 120px;
        margin-right: 20px;
    }

    .card-top .swiper-slide {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media (max-width: 1450px) {
    .card-top__title {
        font-size: 33px;
        line-height: 38px;
    }

    .card-top__right {
        width: 45%;
    }

    .card-top__category {
        margin-top: 20px;
        font-size: 22px;
        line-height: 26px;
    }

    .card-top__price {
        margin-top: 20px;
    }

    .card-top__color {
        margin-top: 20px;
    }

    .color-item {
        width: 90px;
        height: 110px;
    }

    .color-top {
        font-size: 16px;
        line-height: 19px;
    }

    .card-top__size {
        margin-top: 5px;
    }

    .size-top {
        font-size: 16px;
        line-height: 19px;
    }

    .size-item {
        width: 60px;
        height: 50px;
    }

    .card-top__btn-wrap {
        margin-top: 20px;
    }

    .card-top-acc__item--title {
        padding: 15px 40px 15px 0;
        font-size: 18px;
        line-height: 22px;
    }

    .price-new {
        font-size: 22px;
        line-height: 26px;
    }

    .old-price {
        font-size: 14px;
        line-height: 16px;
    }
}

@media (max-width: 1080px) {
    .card-top__wrapper {
        flex-direction: column;
    }

    .card-top__left {
        width: 100%;
    }

    .product-slider-swiper2 .swiper-slide img {
        width: auto;
    }

    .product-slider-swiper2 .swiper-slide {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .card-top__right {
        width: 100%;
        margin-top: 30px;
    }
}

@media (max-width: 680px) {
    .product-slider .product-slider-swiper {
        width: 75px;
        min-width: 75px;
        margin-right: 10px;
    }

    .product-slider {
        height: auto;
    }

    .card-top__left {
        width: calc(100% + 40px);
        transform: translateX(-20px);
    }

    .product-slider-swiper2 .swiper-slide img {
        width: 100%;
    }

    .card-top__tag {
        padding: 0 20px;
    }

    .product-slider .swiper-button-next {
        right: 10px;
    }

    .product-slider .swiper-button-prev {
        left: 10px;
    }

    .product-slider .card-favorite {
        right: 15px;
        top: 15px;
    }

    .product-slider .card-favorite::before {
        width: 20px;
        height: 20px;
    }

    .breadcrumbs-list__item a,
    .breadcrumbs-list__item span {
        font-size: 12px;
        line-height: 14px;
    }

    .breadcrumbs-list__item::after {
        top: 4px;
        font-size: 12px;
    }

    .link-back {
        display: none;
    }

    .card-top__title {
        font-size: 28px;
        line-height: 31px;
    }

    .card-top__category {
        font-size: 20px;
        line-height: 24px;
    }

    .price-new {
        font-size: 20px;
        line-height: 24px;
    }

    .color-item {
        width: 80px;
        height: 90px;
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .size-item {
        width: 45px;
        height: 45px;
        font-size: 16px;
        line-height: 19px;
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .card-top__btn {
        padding: 15px;
    }

    .card-top-acc {
        margin-top: 20px;
    }

    .card-top-acc__item--title {
        font-size: 16px;
        line-height: 20px;
    }

    .card-top-acc__item--descr {
        font-size: 14px;
        line-height: 17px;
    }

    .card-top-acc__item--title::before {
        top: 12px;
    }

    .card-top__btn-wrap {
        grid-template-columns: 1fr;
        max-width: 100%;
    }

    .card-top__bottom {
        font-size: 12px;
        line-height: 15px;
    }

    .tag-item {
        font-size: 12px;
        line-height: 14px;
        margin-right: 10px;
    }

    .product-slider .product-slider-swiper {
        display: none;
    }
}

.complete {
    margin-top: 100px;
}

.complete__wrapper {
    margin-top: 70px;
    display: flex;
    justify-content: space-between;
}

.complete__list {
    max-width: 520px;
}

.complete-item {
    display: flex;
    margin-bottom: 50px;
}

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

.complete-item__img {
    width: 160px;
    min-width: 160px;
    height: 200px;
    margin-right: 30px;
}

.complete-item__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.complete-item__right {
    position: relative;
}

.complete-item__title {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #282828;
    padding-right: 70px;
}

.complete-item__category {
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    color: #282828;
    opacity: 0.5;
    margin-top: 15px;
}

.complete-item__price {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #282828;
    margin-top: 50px;
}

.complete-item__btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 35px;
    height: 17px;
}

.complete-item__btn::before {
    content: "";
    position: absolute;
    background-image: url("../img/btn-add-basket.svg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.complete__img {
    max-width: 545px;
    height: 715px;
    margin-left: 50px;
}

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

@media (max-width: 1100px) {
    .complete__wrapper {
        grid-template-columns: repeat(2, calc(50% - 15px));
        display: grid;
        gap: 30px;
    }

    .complete__img {
        margin-left: 0;
    }

    .complete {
        margin-top: 80px;
    }

    .complete__wrapper {
        margin-top: 40px;
    }
}

@media (max-width: 780px) {
    .complete__wrapper {
        grid-template-columns: 1fr;
    }

    .complete__img {
        display: none;
    }

    .complete__list {
        max-width: 100%;
    }

    .complete-item__title {
        font-size: 18px;
        line-height: 22px;
    }

    .complete-item__price {
        font-size: 18px;
        line-height: 22px;
    }

    .complete-item__category {
        font-size: 18px;
    }

    .complete-item__img {
        width: 130px;
        min-width: 130px;
        height: 170px;
        margin-right: 20px;
    }

    .complete-item {
        margin-bottom: 30px;
    }
}

@media (max-width: 480px) {
    .complete-item__img {
        width: 100px;
        min-width: 100px;
        height: 155px;
    }

    .complete-item__title {
        font-size: 16px;
        line-height: 20px;
    }

    .complete-item__category {
        font-size: 16px;
    }

    .complete-item__price {
        font-size: 16px;
        line-height: 20px;
        margin-top: 30px;
    }
}

.recommend {
    margin-top: 100px;
}

.recommend .card__title {
    margin-top: 20px;
}

.recommend__wrapper {
    position: relative;
}

.recommend__wrapper .swiper-button-next,
.recommend__wrapper .swiper-button-prev {
    top: 38%;
}

@media (max-width: 1250px) {
    .recommend {
        margin-top: 80px;
    }

    .recommend .swiper {
        width: calc(100% - 120px);
    }
}

@media (max-width: 780px) {
    .recommend .swiper {
        width: 100%;
    }

    .recommend__wrapper {
        width: calc(100% + 20px);
    }

    .recommend .swiper-button-prev {
        left: 10px;
    }

    .recommend .swiper-button-next {
        right: 10px;
    }

    .recommend .card__title {
        margin-top: 10px;
    }
}

.basket__title {
    margin-top: -20px;
}

.basket__wrapper {
    margin-top: 65px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.basket-left {
    grid-column: 1/3;
}

.basket__sale {
    background: #FFD058;
    padding: 20px;
    width: 100%;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #252525;
    text-align: center;
}

.basket-prod-top {
    border-bottom: 1px solid #25252529;
    padding-bottom: 30px;
}

.basket-prod-row {
    display: grid;
    grid-template-columns: 50% 20% 10%;
    justify-content: space-between;
}

.basket-prod-top__item {
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    color: #252525;
}

.basket-prod-top__item:last-child {
    text-align: right;
}

.basket-item {
    padding: 30px 0;
    border-bottom: 1px solid #25252529;
}

.basket-item .select-two {
    border: 1px solid #252525;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    z-index: 2;
}

.basket-item .select-two.active .select-two__top::after {
    transform: rotateX(180deg);
}

.basket-item .select-two__top {
    padding: 20px 30px;
    position: relative;
    cursor: pointer;
}

.basket-item .select-two__top::after {
    content: "";
    position: absolute;
    background-image: url("../img/select-arrow.svg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 9px;
    height: 13px;
    right: 30px;
    top: 25px;
    transition: all 0.3s ease-in-out;
}

.basket-item .select-two.size-error {
    border: 1px solid #e1250a;
}

.basket-item .top-text {
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
    color: #252525;
}

.basket-item .select-two__list {
    display: none;
    padding-bottom: 10px;
}

.basket-item .select-two-item {
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
    color: #252525;
    padding: 10px 30px;
    cursor: pointer;
}

@media (any-hover: hover) {
    .basket-item .select-two-item:hover {
        text-shadow: 0.5px 0 0 currentColor;
    }
}

.basket-item__left {
    display: flex;
}

.basket-item__img {
    width: 160px;
    height: 200px;
    margin-right: 55px;
    display: block;
}

.basket-item__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

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

.basket-item__title {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #252525;
}

.basket-item__descr {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #252525;
    opacity: 0.5;
    margin-top: 15px;
}

.basket-item__stock {
    font-weight: 500;
    font-size: 15px;
    line-height: 15px;
    color: #252525;
    margin-top: 15px;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.basket-item__stock::after {
    content: "";
    background-image: url("../img/check.svg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 15px;
    height: 10px;
    display: block;
    margin-left: 10px;
}

.basket-item__add {
    margin-top: auto;
}

.basket-item__size {
    width: 175px;
    height: 60px;
    position: relative;
}

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

.basket-item__price {
    text-align: right;
}

.basket-item__price div {
    margin-right: 0;
}

.basket-item__price .price-new {
    font-size: 18px;
    line-height: 21px;
}

.basket-item__price .old-price {
    font-size: 15px;
    line-height: 18px;
}

.basket-item__remove {
    margin-left: auto;
    margin-top: auto;
}

.basket-right {
    background: #F6F6F6;
    padding: 50px 50px 60px 50px;
}

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

.promocode .input {
    width: calc(100% - 130px);
}

.input {
    border: 1px solid #25252586;
    font-weight: 400;
    font-size: 15px;
    line-height: 15px;
    color: #252525;
    padding: 0 23px;
    height: 45px;
    background-color: transparent;
}

.input::-moz-placeholder {
    color: #25252586;
}

.input:-ms-input-placeholder {
    color: #25252586;
}

.input::placeholder {
    color: #25252586;
}

.promocode__btn {
    padding: 15px;
    height: 45px;
    width: 120px;
    font-weight: 600;
}

.price-list {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #25252520;
}

.price-list li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.price-list li:last-child {
    padding-top: 30px;
    margin-top: 40px;
    border-top: 1px solid #25252520;
}

.price-list li:last-child span {
    font-weight: 600;
}

.price-list li:last-child span:last-child {
    font-weight: 700;
    font-size: 20px;
    line-height: 15px;
}

.price-list li span {
    font-weight: 400;
    font-size: 15px;
    line-height: 15px;
    color: #252525;
}

.basket-right__btn {
    width: 100%;
    margin-top: 30px;
}

.basket-right__bottom {
    margin-top: 75px;
}

.basket-right-advant {
    display: flex;
    margin-bottom: 30px;
}

.basket-right-advant:last-child {
    margin-bottom: 0;
}

.basket-right-advant__icon {
    width: 90px;
    min-width: 90px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
}

.basket-right-advant__icon img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.basket-right-advant__title {
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
    color: #252525;
}

.basket-right-advant__descr {
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    color: #252525;
    margin-top: 15px;
}

@media (max-width: 1450px) {
    .basket__wrapper {
        grid-template-columns: calc(65% - 30px) 35%;
    }

    .basket-left {
        grid-column: 1/2;
    }

    .basket-right {
        padding: 100px 30px 50px 30px;
    }

    .basket-prod-row {
        grid-template-columns: 55% 23% 12%;
    }
}

@media (max-width: 1180px) {
    .basket__wrapper {
        grid-template-columns: 1fr;
        margin-top: 40px;
    }
}

@media (max-width: 820px) {
    .basket-prod-top {
        display: none;
    }

    .basket-prod {
        margin-top: 40px;
    }

    .basket__sale {
        font-size: 16px;
        line-height: 19px;
    }

    .basket-prod-row {
        grid-template-columns: repeat(2, 1fr);
    }

    .basket-item__left {
        grid-column: 1/3;
        margin-bottom: 15px;
    }

    .basket-item__img {
        margin-right: 30px;
    }

    .basket-item__remove {
        position: absolute;
        right: 0;
        top: 20px;
    }

    .basket-item__size {
        width: 160px;
    }

    .basket-item {
        position: relative;
        padding: 20px 0;
    }

    .basket-item__title {
        padding-right: 100px;
    }

    .basket-right {
        padding: 30px 20px;
        width: calc(100% + 40px);
        transform: translateX(-20px);
    }
}

@media (max-width: 480px) {
    .basket-item__img {
        width: 100px;
        min-width: 100px;
        height: 140px;
        margin-right: 20px;
    }

    .basket-item__descr {
        font-size: 16px;
        line-height: 19px;
    }

    .basket-item__title {
        font-size: 16px;
        line-height: 19px;
    }

    .btn-line {
        font-size: 14px;
        line-height: 19px;
    }

    .basket-item .select-two__top {
        padding: 15px 20px;
    }

    .basket-item .select-two__top::after {
        top: 18px;
        right: 15px;
    }

    .basket-item__size {
        height: 50px;
        width: 140px;
    }

    .basket-item .top-text {
        font-size: 16px;
        line-height: 19px;
    }

    .basket-item .select-two-item {
        font-size: 16px;
        line-height: 19px;
        padding: 10px 20px;
    }

    .basket-item__stock {
        margin-bottom: 10px;
    }

    .promocode {
        flex-direction: column;
    }

    .promocode input {
        width: 100% !important;
    }

    .promocode .promocode__btn {
        width: 100%;
        margin-top: 10px;
    }

    .basket-right__bottom {
        margin-top: 40px;
    }

    .basket-right-advant__icon {
        width: 60px;
        min-width: 60px;
        height: 40px;
    }

    .basket-right-advant__title {
        font-size: 16px;
        line-height: 19px;
    }

    .basket-right-advant__descr {
        font-size: 13px;
        line-height: 21px;
        margin-top: 15px;
    }

    .basket-right-advant {
        margin-bottom: 20px;
    }

    .price-list li:last-child {
        margin-top: 30px;
        padding-top: 20px;
    }
}

.checkout__wrapper {
    max-width: 1590px;
    display: grid;
    grid-template-columns: repeat(2, minmax(300px, 550px));
    -moz-column-gap: 50px;
    column-gap: 50px;
    justify-content: space-between;
}

.checkout-left {
    margin-top: 65px;
}

.checkout__logo {
    filter: invert(1);
}

.checkout-form .radio {
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 20px;
}

.checkout-form .radio:last-child {
    margin-bottom: 0;
}

.checkout-form .radio input {
    width: 15px;
    height: 15px;
    background: #F6F6F6;
    border: 1px solid #D2D2D2;
    margin-right: 10px;
    transition: all 0.3s ease-in-out;
}

.checkout-form .radio input:checked {
    background-color: #252525;
}

.checkout-form .radio input::before {
    width: 3px;
    height: 3px;
    background-color: #fff;
}

.checkout-form-item {
    margin-top: 70px;
}

.checkout-form-item__title {
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    color: #252525;
    margin-bottom: 20px;
}

.checkout-form-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 30px;
    column-gap: 30px;
    row-gap: 15px;
}

.checkout-form-wrap .input {
    border: 1px solid #454545;
}

.checkout-form-wrap .input::placeholder {
    color: inherit;
}

.checkout-form-wrap .w100 {
    grid-column: 1/3;
}

.checkout-form-wrap .checkbox {
    grid-column: 1/3;
}

.checkout-form-wrap .select-wrap {
    width: 100%;
    height: 100%;
    position: relative;
}

.checkout-form-wrap .select-two {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    border: 1px solid #25252518;
    background-color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkout-form-wrap .select-two.active .cantry::after {
    transform: rotateX(180deg);
}

.checkout-form-wrap .select-two__top {
    padding: 15px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.checkout-form-wrap .top-text {
    font-weight: 400;
    font-size: 15px;
    line-height: 15px;
    color: #252525;
}

.checkout-form-wrap .cantry {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #252525;
    padding-right: 20px;
    border-right: 1px solid #252525;
    position: relative;
    margin-right: 15px;
}

.checkout-form-wrap .cantry::after {
    content: "";
    position: absolute;
    background-image: url("../img/arrow-select.svg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 9px;
    height: 4.5px;
    right: -15px;
    top: 6px;
    transition: all 0.1s ease-in-out;
}

.checkout-form-wrap .select-two__list {
    padding: 0 25px 15px 25px;
    display: none;
}

.checkout-form-wrap .select-two-item {
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    color: #252525;
    margin-bottom: 15px;
    transition: all 0.1s ease-in-out;
    cursor: pointer;
}

@media (any-hover: hover) {
    .checkout-form-wrap .select-two-item:hover {
        text-shadow: 0.5px 0 0 currentColor;
    }
}

.checkout-form-wrap .select-two-item:last-child {
    margin-bottom: 0;
}

.checkbox {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 15px;
    line-height: 15px;
    color: #252525;
}

.checkbox input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #252525;
    border-radius: 1px;
    width: 18px;
    min-width: 18px;
    height: 18px;
    cursor: pointer;
    position: relative;
    margin-right: 10px;
}

.checkbox input::before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    background: #252525;
    border-radius: 1px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: 0.1s ease-in;
}

.checkbox input:checked::before {
    opacity: 1;
}

.checkout-form__bottom {
    margin-top: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.checkout-left__bottom {
    margin-top: 150px;
    padding: 15px 0;
    border-top: 1px solid #25252520;
    display: flex;
}

.checkout-left__bottom a {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #252525;
    transition: all 0.3s ease-in-out;
    display: block;
    margin-right: 40px;
}

.checkout-left__bottom a:last-child {
    margin-right: 0;
}

@media (any-hover: hover) {
    .checkout-left__bottom a:hover {
        text-shadow: 0.5px 0 0 currentColor;
    }
}

.checkout-right {
    background: #F6F6F6;
    padding: 85px 50px;
}

.checkout-right .promocode .input {
    border: 1px solid #25252526;
}

.checkout-card-wrap {
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(37, 37, 37, 0.125);
    margin-bottom: 30px;
}

.checkout-card {
    display: flex;
    margin-bottom: 14px;
    position: relative;
    width: 100%;
}

.checkout-card:last-child {
    margin-bottom: 0;
}

.checkout-card__img {
    width: 85px;
    height: 106px;
    margin-right: 20px;
}

.checkout-card__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.checkout-card__title {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #252525;
}

.checkout-card__descr {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #454545;
    max-width: 165px;
    margin-top: 10px;
}

.checkout-card__price {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #252525;
    margin-top: 15px;
}

.checkout-card__remove {
    position: absolute;
    right: 0;
    top: 0;
    width: 24px;
    height: 24px;
}

@media (any-hover: hover) {
    .checkout-card__remove:hover {
        transform: scale(1.5);
    }
}

.checkout-card__remove::before {
    content: "";
    position: absolute;
    background-image: url("../img/close.svg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 9px;
    height: 9px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.1s ease-in-out;
}

@media (max-width: 1032px) {
    .checkout__wrapper {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }

    .checkout-right {
        padding: 30px 20px;
        width: calc(100% + 40px);
        transform: translateX(-20px);
        margin-top: 30px;
    }

    .checkout-form-item {
        margin-top: 40px;
    }

    .checkout-left {
        margin-top: 40px;
    }
}

@media (max-width: 580px) {
    .checkout-form-wrap {
        grid-template-columns: 1fr;
    }

    .checkout-form-wrap .w100 {
        grid-column: 1/2;
    }

    .checkout-form-wrap .checkbox {
        grid-column: 1/2;
    }

    .checkout-form-wrap .select-wrap {
        height: 45px;
    }

    .checkout-form-item__title {
        font-size: 18px;
        line-height: 18px;
    }

    .checkout-right {
        display: none;
    }
}

.thank-you {
    margin: 120px 0;
}

.thank-you__container {
    max-width: 1040px;
}

.thank-you__title {
    font-weight: 500;
    font-size: 40px;
    line-height: 40px;
    text-align: center;
    color: #252525;
}

.thank-you__wrapper {
    margin-top: 20px;
    background: #F6F6F6;
    padding: 0 75px 85px 75px;
}

.thank-you__wrapper .price-list {
    padding-top: 0;
    border-top: none;
    max-width: 330px;
    margin-left: auto;
}

.thank-you-card {
    display: flex;
    align-items: center;
    padding: 30px 0;
    border-bottom: 1px solid #2525251e;
}

.thank-you-card__img {
    width: 85px;
    height: 106px;
    margin-right: 20px;
}

.thank-you-card__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.thank-you-card__title {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #252525;
}

.thank-you-card__descr {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #252525;
    opacity: 0.5;
    margin-top: 10px;
    max-width: 165px;
}

.thank-you-card__price {
    margin-left: auto;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #252525;
    padding-bottom: 20px;
}

.thank-you__bottom {
    margin-top: 25px;
}

.thank-you__info {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.thank-you__info div {
    margin-right: 50px;
    font-weight: 400;
    font-size: 15px;
    line-height: 15px;
    color: #7E8E97;
}

.thank-you__info div:last-child {
    margin-right: 0;
}

.thank-you__info div span {
    color: #252525;
    padding-left: 15px;
}

.thank-you__btn {
    margin: 40px auto 0 auto;
}

@media (max-width: 680px) {
    .thank-you__title {
        font-size: 32px;
        line-height: 32px;
    }

    .thank-you__wrapper {
        padding: 0 30px 30px 30px;
        margin-top: 40px;
        width: calc(100% + 40px);
        transform: translateX(-20px);
    }

    .thank-you__info {
        justify-content: space-between;
    }

    .thank-you__info div {
        margin-right: 20px;
    }

    .thank-you__info div span {
        padding-left: 5px;
    }

    .thank-you-card__price {
        position: absolute;
        right: 0;
        top: 30px;
    }

    .thank-you-card {
        position: relative;
    }

    .thank-you {
        margin: 80px 0;
    }
}

.error {
    height: 100vh;
    margin-top: -125px;
    z-index: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: -60px;
}

.error__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -1;
}

.error__wrapper {
    max-width: 625px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 20px;
}

.error__title {
    font-weight: 500;
    font-size: 270px;
    line-height: 318px;
    color: #FFFFFF;
    margin-top: 50px;
}

.error__subtitle {
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    color: #FFFFFF;
    margin-top: -10px;
}

.phone-error {
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-top: 15px;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

@media (any-hover: hover) {
    .phone-error:hover {
        color: #FFFFFF;
    }
}

.phone-error::before {
    content: "";
    background-image: url("../img/phone-error.svg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 23px;
    height: 23px;
    margin-right: 15px;
}

.error-bottom {
    margin-top: 30px;
}

.error-bottom__text {
    font-weight: 600;
    font-size: 15px;
    line-height: 40px;
    color: #FFFFFF;
}

.error-bottom__wrap {
    margin-top: 10px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

@media (max-width: 1100px) {
    .error {
        margin-top: 0;
        height: calc(100vh - 61px);
    }

    .error__title {
        font-size: 200px;
        line-height: 170px;
        margin-top: 0;
    }

    .error__subtitle {
        font-size: 26px;
        line-height: 37px;
        margin-top: 20px;
    }

    .phone-error {
        margin-bottom: 20px;
    }

    .error-bottom {
        margin-top: 20px;
    }
}

@media (max-width: 580px) {
    .error__title {
        font-size: 150px;
        line-height: 110px;
    }

    .error__subtitle {
        font-size: 22px;
        line-height: 30px;
    }

    .error-bottom__text {
        font-size: 14px;
        line-height: 25px;
    }
}

.catalog-brand .catalog-mob {
    grid-template-columns: 1fr;
}

.catalog__top {
    margin-top: 55px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.catalog__results {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #252525;
    opacity: 0.5;
}

.catalog-sort {
    display: flex;
}

.catalog-sort .select-two {
    margin-left: 10px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.catalog-sort .select-two.active .select-two__top::after {
    transform: rotateX(180deg);
}

.catalog-sort .select-two__top {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.catalog-sort .select-two__top::after {
    content: "";
    background-image: url("../img/arrow-select.svg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 9px;
    height: 4.3px;
    display: block;
    margin-left: 10px;
    transition: all 0.3s ease-in-out;
}

.catalog-sort .top-text {
    font-size: 16px;
    line-height: 19px;
    color: #252525;
    font-weight: 600;
}

.catalog-sort .select-two__list {
    position: absolute;
    display: none;
    right: 0;
    top: calc(100% + 10px);
    background-color: #fff;
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.327);
    z-index: 22;
    min-width: 250px;
}

.catalog-sort .select-two-item {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: right;
    color: #252525;
    margin-bottom: 10px;
    cursor: pointer;
}

@media (any-hover: hover) {
    .catalog-sort .select-two-item:hover {
        text-shadow: 0.5px 0 0 currentColor;
    }
}

.catalog-sort .select-two-item:last-child {
    margin-bottom: 0;
}

.catalog-sort__title {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #252525;
}

.catalog__wrapper {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.filter {
    width: 300px;
    min-width: 300px;
    background: #F6F6F6;
    padding: 10px 0 40px 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.filter__title {
    display: none;
}

.filter-acc {
    padding: 15px 26px;
}

.filter-acc.active .filter-acc__title::before {
    transform: rotateX(180deg);
}

.filter-acc.filter-acc-price {
    border-bottom: none;
}

.filter-acc.filter-acc-price .filter-acc__title::before {
    display: none;
}

.filter-size {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 20px;
    column-gap: 20px;
    max-width: 60%;
}

.filter-size .filter-acc-item input {
    width: 25px;
    height: 25px;
    border: 1px solid rgba(0, 0, 0, 0.384);
}

.filter-acc__title {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #282828;
    position: relative;
    cursor: pointer;
}

.filter-acc__title::before {
    content: "";
    position: absolute;
    background-image: url("../img/filter-arrow.svg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 15px;
    height: 8px;
    right: 0;
    top: 6px;
    transition: all 0.3s ease-in-out;
}

.filter-acc__title .show {
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #252525;
    opacity: 0.5;
    margin-top: 10px;
}

.filter-acc__hide {
    display: none;
}

.filter-acc__list {
    margin-top: 30px;
    max-height: 240px;
    overflow-y: auto;
    scrollbar-color: #222332 #fff;
    width: calc(100% + 10px);
    padding-right: 10px;
}

.filter-acc__list::-webkit-scrollbar-track {
    background-color: transparent;
}

.filter-acc__list::-webkit-scrollbar {
    height: 10px;
    width: 3px;
    background-color: transparent;
}

.filter-acc__list::-webkit-scrollbar-thumb {
    background: #282828;
}

.filter-acc-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #282828;
    margin-bottom: 15px;
}

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

.filter-acc-item input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 0;
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: relative;
    background: #FFFFFF;
}

.filter-acc-item input::before {
    content: "";
    position: absolute;
    background-image: url("../img/check.svg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 12px;
    height: 9px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all 0.2s ease-in-out;
}

.filter-acc-item input:checked::before {
    opacity: 1;
}

.filter-acc-search {
    width: 100%;
    height: 55px;
    position: relative;
    margin-top: 20px;
}

.filter-acc-search input {
    background: #FFFFFF;
    width: 100%;
    height: 100%;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #252525;
    padding: 0 60px 0 15px;
    border: none;
}

.filter-acc-search input::-moz-placeholder {
    color: #2525257d;
}

.filter-acc-search input:-ms-input-placeholder {
    color: #2525257d;
}

.filter-acc-search input::placeholder {
    color: #2525257d;
}

.filter-acc-search__btn {
    width: 50px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.filter-acc-search__btn::before {
    content: "";
    position: absolute;
    background-image: url("../img/search.svg");
    background-repeat: no-repeat;
    background-size: cover;
    filter: invert(1);
    width: 20px;
    height: 20px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.range {
    margin-top: 30px;
}

.range .irs--round .irs-single {
    display: none !important;
}

.range .irs--round .irs-from,
.range .irs--round .irs-to {
    display: none;
    /*display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 14px;
  background-color: #282828;
  visibility: visible !important;*/
}

.range .irs--round .irs-from::before,
.range .irs--round .irs-to::before {
    bottom: -5px;
    border-top-color: #282828;
}

.range .irs--round .irs-min,
.range .irs--round .irs-max {
    display: none;
}

.range .irs--round .irs-bar {
    background-color: #282828;
    height: 3px;
}

.range .irs--round .irs-line {
    height: 3px;
}

.range .irs--round .irs-handle {
    background: #FFFFFF;
    border: 10px solid #282828;
    width: 26px;
    height: 26px;
    top: 24px;
    cursor: pointer;
}

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

.range__top input {
    width: 77px;
    height: 42px;
    border: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #252525;
    text-align: center;
    background: #FFFFFF;
}

.catalog-mob {
    display: none;
}

.filter__btn {
    width: calc(100% - 60px);
    margin: 40px auto 0 auto;
    padding: 22px;
    font-size: 14px;
}

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

.catalog-card.catalog-card--full {
    width: 100%;
}

.catalog-card__wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 15px;
    column-gap: 15px;
    row-gap: 60px;
}

.catalog-card--full .catalog-card__wrap {
    grid-template-columns: repeat(4, 1fr);
}

.pagination {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    align-items: center;
    margin: 60px auto 0 auto;
}

.pagination span {
    color: #C8C8C8;
}

.pagination-item {
    font-weight: 500;
    font-size: 20px;
    line-height: 15px;
    color: #252525;
    margin-right: 25px;
}

.pagination-item:last-child {
    margin-right: 0;
}

.catalog-card__btn {
    position: relative;
    margin: 30px auto 0 auto;
}

.catalog-card__btn.loading {
    opacity: .7;
}

.catalog-card__btn.loading::after {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    top: 0;
    left: 20px;
    right: 0;
    bottom: 0;
    border: 3px solid transparent;
    border-top-color: #ffffff;
    border-radius: 50%;
    margin: auto 0 auto 0;
    animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
    from {
        transform: rotate(0turn);
    }

    to {
        transform: rotate(1turn);
    }
}

@media (max-width: 1250px) {
    .filter-acc__title {
        font-size: 16px;
        line-height: 20px;
    }

    .filter-acc-item {
        font-size: 16px;
        line-height: 20px;
    }

    .filter-acc {
        padding: 15px 20px;
    }

    .catalog-card {
        width: calc(100% - 320px);
    }
}

@media (max-width: 1080px) {
    .catalog-card {
        width: 100%;
    }

    .catalog__top {
        display: none;
    }

    .catalog-mob {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        border-top: 1px solid #F0F0F0;
        border-bottom: 1px solid #F0F0F0;
        margin-top: 20px;
        position: relative;
        width: calc(100% + 40px);
        transform: translateX(-20px);
        z-index: 22;
    }

    .filter {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100vh;
        z-index: 2222;
        overflow-y: auto;
        padding-bottom: 100px;
        display: none;
        padding-top: 0;
    }

    .filter-acc-item {
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 15px;
    }

    .filter-acc__list {
        margin-top: 15px;
        max-height: 240px;
    }

    .filter__btn {
        position: fixed;
        z-index: 22222;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 25px 15px;
    }

    .filter__title {
        display: block;
        font-weight: 700;
        font-size: 16px;
        line-height: 22px;
        letter-spacing: 0.12em;
        text-transform: uppercase;
        color: #282828;
        padding: 20px 15px;
        justify-content: space-between;
        display: flex;
        align-items: center;
        border-bottom: 1px solid rgba(0, 0, 0, 0.196);
    }

    .filter__title::after {
        content: "";
        background-image: url("../img/acc-icon.svg");
        transform: rotate(45deg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        width: 20px;
        height: 20px;
        display: inline-block;
    }

    .filter-acc {
        padding: 15px 15px;
    }

    .filter-acc__title {
        font-size: 14px;
        line-height: 16px;
    }

    .filter-acc__title .show {
        font-size: 14px;
        line-height: 15px;
    }

    .catalog-sort {
        position: absolute;
        width: 100%;
        left: 0;
        padding: 25px 30px;
        background: #F6F6F6;
        z-index: 22;
        top: 100%;
        display: none;
    }

    .catalog-sort .top-text {
        font-size: 18px;
        line-height: 21px;
    }

    .catalog-sort .select-two__list {
        position: static;
        margin-top: 10px;
        border: none;
        background-color: transparent;
        padding: 0;
    }

    .catalog-sort .select-two-item {
        text-align: left;
        font-size: 18px;
        line-height: 21px;
    }

    .catalog-sort__title {
        display: none;
    }

    .catalog-mob-btn {
        font-weight: 700;
        font-size: 13px;
        line-height: 16px;
        letter-spacing: 0.12em;
        text-transform: uppercase;
        color: #282828;
        text-align: center;
        padding: 25px 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .catalog-mob-btn--filter {
        border-right: 1px solid #F0F0F0;
    }

    .catalog-mob-btn--filter::before {
        content: "";
        background-image: url("../img/filter-icon.svg");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        width: 20px;
        height: 20px;
        display: inline-block;
        margin-right: 5px;
    }

    .catalog-mob-btn--sort.active::after {
        transform: rotateX(180deg);
    }

    .catalog-mob-btn--sort::after {
        content: "";
        background-image: url("../img/arrow-select.svg");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        width: 9.67px;
        height: 4.75px;
        display: inline-block;
        margin-left: 5px;
        transition: all 0.2s ease-in-out;
    }

    .filter__btn {
        margin-top: 0;
    }
}

@media (max-width: 780px) {
    .catalog-card__wrap {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
        -moz-column-gap: 15px;
        column-gap: 15px;
        transform: translateX(-20px);
        width: calc(100% + 40px);
    }

    .card__title {
        padding: 0 10px;
    }

    .card__descr {
        padding: 0 10px;
    }

    .card__price {
        padding: 0 10px;
    }

    .card-stickers-item {
        padding: 7px 10px;
    }
}

.info-page__wrapper {
    margin: 100px auto 0 auto;
    display: flex;
    justify-content: space-between;
    max-width: 1420px;
}

.info-page__left {
    background: #F6F6F6;
    width: calc(38% - 40px);
    padding-top: 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 1355px;
    padding: 220px 20px 20px 20px;
}

.info-page__list .info-page-link {
    display: block;
    font-weight: 400;
    font-size: 21px;
    line-height: 135%;
    color: #252525;
    margin-bottom: 10px;
}

@media (any-hover: hover) {
    .info-page__list .info-page-link:hover {
        text-shadow: 0.5px 0 0 currentColor;
    }
}

.info-page__list .info-page-link.active {
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
}

@media (any-hover: hover) {
    .info-page__list .info-page-link.active:hover {
        text-shadow: none;
    }
}

.info-page__right {
    width: calc(62% - 40px);
}

.info-page__right h1 {
    font-weight: 500;
    font-size: 32px;
    line-height: 20px;
    color: #252525;
    margin-bottom: 50px;
}

.info-page__right p {
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    color: #000;
    opacity: 0.8;
    margin-bottom: 15px;
}

.info-page__right p * {
    font-size: inherit !important;
    line-height: inherit !important;
}

.design-ckeditor p {
    font-size: 20px;
    line-height: 25px;
}

.info-page__right h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
    color: #252525;
    margin: 30px 0;
}

.info-page__right h2 * {
    font-size: inherit !important;
    line-height: inherit !important;
}

@media screen and (max-width: 575px) {
    .info-page__right h2 {
        font-size: 22px;
        line-height: 24px;
    }

    .info-page__right p, .design-ckeditor p {
        font-size: 18px;
        line-height: 23px;
    }
}

@media (max-width: 1250px) {
    .inst-slider {
        margin-top: 140px;
    }
}

@media (max-width: 1100px) {
    .inst-slider {
        margin-top: 80px;
    }
}

@media (max-width: 880px) {
    .info-page__left {
        width: 38%;
    }

    .info-page__wrapper {
        margin-top: 40px;
    }
}

@media (max-width: 780px) {
    .info-page__wrapper {
        flex-direction: column;
    }

    .info-page__left {
        width: calc(100% + 40px);
        transform: translateX(-20px);
        min-height: auto;
        padding: 30px 20px;
    }

    .info-page__list {
        width: 100%;
    }

    .info-page__list .info-page-link {
        font-size: 19px;
    }

    .info-page__list .info-page-link.active {
        font-size: 22px;
        line-height: 34px;
    }

    .info-page__right {
        width: 100%;
        margin-top: 30px;
    }

    .info-page__right h1 {
        font-size: 28px;
        line-height: 30px;
        margin-bottom: 30px;
    }
}

.brand {
    margin-bottom: 80px;
}

.brand__wrapper {
    margin-top: 70px;
    display: flex;
}

.brand__left {
    max-width: 695px;
    padding-top: 40px;
}

.brand__left h3 {
    margin: 20px 0;
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    color: #1E1E1E;
}

.brand__left p, .brand__left li {
    font-weight: 400;
    font-size: 15px;
    line-height: 150%;
    color: #1E1E1E;
    margin-bottom: 10px;
}

.brand-text-more {
    max-height: 200px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.brand__more {
    font-weight: 400;
    font-size: 15px;
    line-height: 150%;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #1E1E1E;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 30px;
}

.brand__btn {
    margin-top: 40px;
}

.brand__img {
    max-width: 930px;
    margin-left: 85px;
    min-width: 600px;
}

.brand__img img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 1120px) {
    .brand__img {
        margin-left: 0;
        width: calc(100% + 40px);
        transform: translateX(-20px);
        display: flex;
        justify-content: center;
        align-items: center;
        max-width: calc(100% + 40px);
        margin-bottom: 30px;
        min-width: auto;
    }

    .brand__left {
        max-width: 100%;
    }

    .brand__wrapper {
        margin-top: 40px;
    }

    .brand__left {
        padding-top: 0;
    }

    .brand__left h3 {
        margin: 30px 0;
    }
}

@media (max-width: 1100px) {
    .brand-text-more {
        max-height: 180px;
    }
}

@media (max-width: 580px) {
    .brand__btn {
        width: 100%;
    }

    .brand-text-more {
        max-height: 90px;
    }

    .brand__left h3 {
        margin: 20px 0;
    }

    .pagination-item {
        margin-right: 15px;
    }
}

@media (max-width: 400px) {
    .pagination-item {
        margin-right: 12px;
    }
}

.catalog-empty {
    margin-top: 20px;
}

.catalog--wishlist {
    margin-bottom: 30px
}

.popup {
    position: relative;
    background: #FFF;
    width: auto;
    max-width: 45%;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.48);
    -moz-box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.48);
    box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.48);
    border-radius: 2px;
}

.popup-header {
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    letter-spacing: 0.115em;
    text-transform: uppercase;
    padding: 15px 30px;
    border-bottom: 1px solid #CACACA;
}

.popup-body {
    padding: 30px;
}

.popup .mfp-close {
    width: 50px;
    height: 50px;
    line-height: 50px;
}

.oneclick {
    display: flex;
}

.oneclick-left {
    flex: 1 0 40%;
}

.oneclick-img {
    display: block;
    max-width: 100%;
}

.oneclick-right {
    flex: 0 1 100%;
    margin-left: 20px;
}

.oneclick-name {
    font-weight: bold;
    margin-bottom: 15px;
}

.oneclick-price {
    margin-bottom: 15px;
}

.oneclick-field {
    margin-bottom: 15px
}

.oneclick-field .input {
    width: 100%;
}

.oneclick-field textarea.input {
    padding: 15px 23px;
    height: auto;
    resize: vertical;
}

.oneclick-info {
    margin-bottom: 20px;
}

.oneclick-btn {
    padding: 15px 20px;
    width: 100%;
}

.oneclick-coupon {
    margin-bottom: 15px;
}

@media (max-width: 1450px) {
    .popup {
        max-width: 75%;
    }
}

@media (max-width: 1080px) {
    .popup {
        max-width: 90%;
    }
}

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

    .oneclick-left {
        margin-bottom: 15px;
    }

    .oneclick-right {
        margin: 0;
    }
}

.input--error {
    border-color: #D10000;
}

.text-error {
    font-size: 12px;
    color: #D10000;
    margin-top: 7px;
}

.catalog-search {
    display: flex;
    position: relative;
    align-items: center;
    margin-top: 30px;
    width: 311px;
}

@media (max-width: 1250px) {
    .catalog-search {
        width: 307px;
    }
}

@media (max-width: 580px) {
    .catalog-search {
        width: 298px;
    }
}

.catalog-search .btn {
    padding: 0 15px;
    height: 45px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.catalog-search .input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.catalog-pobably_mistake {
    position: absolute;
    margin-top: 10px;
    font-weight: 400;
    font-size: 18px;
    line-height: 19px;
    color: #252525;
}

.submenu-img {
    display: block;
    max-width: 300px;
    height: auto;
}

/*#rdrf45-opt11 .filter-acc__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 20px;
  column-gap: 20px;
  max-width: 60%;
}
#rdrf45-opt11 .filter-acc__list .filter-acc-item input {
  width: 25px;
  height: 25px;
  border: 1px solid rgba(0, 0, 0, 0.384);
}*/

.card-top__btn.btn--trans:hover {
    background-color: #282828;
    color: #fff;
    opacity: 1;
}

@media screen and (min-width: 1081px) {
    .catalog .catalog__top {
        margin-top: 20px;
    }
}

#information-custom {
    padding-top: 35px;
}

@media screen and (max-width: 1550px) {
    #information-custom {
        padding-top: 65px;
    }
}

.slider__left {
    position: relative;
}

.slider__left .swiper-button-prev {
    right: unset;
    bottom: unset;
    left: 50%;
    top: 10px;
    transform: rotate(90deg) translateY(50%);
}

.slider__left .swiper-button-next {
    right: unset;
    left: 50%;
    bottom: 10px;
    transform: rotate(90deg) translateY(50%);
    top: unset;
}

@media screen and (max-width: 680px) {
    .slider__left .swiper-button-prev, .slider__left .swiper-button-next {
        display: none;
    }
}
@media screen and (max-width: 1100px) {
    .menu-item--news .submenu__arrow {
        display: none !important;
    }
}