@font-face {
    font-family: "Apercu Pro";
    src: url(../fonts/ApercuPro-Light.ttf);
    font-weight: 300;
}

@font-face {
    font-family: "Apercu Pro";
    src: url(../fonts/ApercuPro-Regular.ttf);
    font-weight: 400;
}

@font-face {
    font-family: "Apercu Pro";
    src: url(../fonts/ApercuPro-Medium.ttf);
    font-weight: 500;
}

@font-face {
    font-family: "Apercu Pro";
    src: url(../fonts/ApercuPro-Bold.ttf);
    font-weight: 700;
}

* {
    margin: 0;
    padding: 0;
    font-family: "Apercu Pro";
}

a {
    text-decoration: none;
    color: inherit;
    transition: 0.3s;
    box-sizing: border-box;
}

button, input {
    outline: 0;
    border: 0;
    background-color: transparent;
    transition: 0.3s;
    box-sizing: border-box;
}

button {
    cursor: pointer;
}

.container {
    max-width: 1568px;
    padding: 0 20px;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
}

.header {
    position: sticky;
    top: 0;
    z-index: 8;
}

.header-top {
    background: #FFF;
    padding: 9px 0;
    box-sizing: border-box;
    color: #1F1F1F;
    transition: 0.3s;
}

.header_home .header-top {
    background: transparent;
    color: #ECECEC;
}

.header-top .container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 22px;
}

.header-top-nav {
    display: flex;
    align-items: center;
    gap: 14px;
}

.header-top-nav a {
    color: inherit;
    font-family: "Apercu Pro";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-left: 15px;
    border-left: 1px solid rgba(31, 31, 31, 0.56);
    height: 26px;
    display: flex;
    align-items: center;
}

.header_home .header-top-nav a {
    border-color: rgba(236, 236, 236, 0.56);
}

.header-top-search {
    max-width: 175px;
    width: 100%;
    height: 37px;
    position: relative;
}

.header-top-search input[type="text"] {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    border: 1px solid #1F1F1F;
    padding-left: 40px;
    padding-right: 9px;
    color: inherit;
    font-family: "Apercu Pro";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.header_home .header-top-search input[type="text"] {
    border-color:  #ECECEC;;
}

.header-top-search input[type="submit"] {
    position: absolute;
    left: 9px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 21px;
    height: 21px;
    font-size: 0;
    background-image: url(../img/header/search.png);
    background-size: 100% 100%;
    z-index: 2;
    cursor: pointer;
}

.header_home .header-top-search input[type="submit"] {
    background-image: url(../img/header/search_wt.png);
}

.header-top-cart {
    border-radius: 6px;
    background: #EBE4E2;
    padding: 5px 11px 6px 11px;
    display: flex;
    flex-direction: column;
    gap: 2px;
    max-width: 113px;
    width: 100%;
    box-sizing: border-box;
    color: #31353B;
    font-family: "Apercu Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-left: 31px;
}

.header-top-cart span {
    color: #787C82;
    font-family: "Apercu Pro";
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.header-main {
    background: rgba(54, 57, 62, 0.90);
    height: 100px;
    transition: 0.3s;
}

.header_home .header-main {
    background: rgba(54, 57, 62, 0.76);
}

.header-main .container {
    display: flex;
    align-items: center;
    height: 100%;
}

.header-main-logo {
    width: 246px;
    margin-right: 182px;
}

.header-main-logo img {
    width: 100%;
}

.header-main-cnt {
    display: flex;
    gap: 16px;
    align-items: center;
}

.header-main-cat-btn {
    color: #ECECEC;
    font-family: "Apercu Pro";
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 7px;
}

.header-main-cat-btn::after {
    content: '';
    display: flex;
    width: 11px;
    height: 6px;
    background-image: url(../img/header/arrow.png);
    background-size: 100% 100%;
}

.header-main-cat-link {
    display: none;
}

.header-main-sale {
    height: 32px;
    display: flex;
    align-items: center;
    color: #ECECEC;
    font-family: "Apercu Pro";
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    gap: 26px;
}

.header-main-sale::before {
    content: '';
    width: 1px;
    height: 32px;
    background-color: #747474;
    display: flex;
}

.header-main-add {
    margin-left: auto;
}

.header-main-add-tel {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.header-main-add-tel a {
    color: #ECECEC;
    font-family: "Apercu Pro";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 8px;
}

.header-main-add-tel a::before {
    content: '';
    width: 24px;
    height: 24px;
    background-image: url(../img/header/tel.png);
    background-size: 100% 100%;
}

.header-main-soc {
    margin-left: 81px;
    display: flex;
    gap: 16px;
    margin-right: 32px;
}

.header-main-soc a {
    width: 32px;
    height: 32px;
}

.header-main-soc a img {
    width: 100%;
    height: 100%;
}

.header-catalog {
    background: #EEE;
    overflow-y: scroll;
    padding: 0;
    box-sizing: border-box;
    position: absolute;
    right: 0;
    left: 0;
    max-height: 0;
    transition: 0.3s;
}

.header-catalog_open {
    max-height: 1000px;
    padding-top: 45px;
    padding-bottom: 47px;
}

.header-catalog-row {
    display: flex;
    gap: 80px;
}

.header-catalog-col {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: -webkit-fill-available;
    width: -moz-available; /* For Firefox */
}

.header-catalog-col-title {
    color: #000;
    font-family: "Apercu Pro";
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    min-height: 60px;
}

.header-catalog-col ul {
    display: flex;
    flex-direction: column;
    /* gap: 20px; */
    list-style: none;
}

.header-catalog-col ul a {
    color: #454545;
    font-family: "Apercu Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
}

.header-catalog-col ul a:hover {
    color: #000;
}

.header-catalog-bot {
    margin-top: 50px;
    display: flex;
    align-items: center;
}

.header-catalog-bot-btn {
    color: #1F1F1F;
    font-family: "Apercu Pro";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 15px 30px;
    box-sizing: border-box;
    border-radius: 6px;
    border: 1px solid #1F1F1F;
    display: flex;
    width: fit-content;
}

.header-catalog-bot-btn:hover {
    background-color: #1F1F1F;
    color: #fff;
}

.header-catalog-bot-color {
    margin: 0 auto;
    color: #000;
    font-family: "Apercu Pro";
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 30px;
}

.header-catalog-bot-color-row {
    display: flex;
    gap: 28px;
}

.header-catalog-bot-color-row a {
    display: flex;
    width: 38px;
    height: 38px;
    border-radius: 6px;
}

.main-banner {
    height: 750px;
    position: relative;
    margin-top: -155px;
    display: flex;
}

.main-banner-pic {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.main-banner-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.main-banner-cont {
    margin-top: 240px;
    width: 100%;
}

.main-banner-cont h1 {
    color: #ECECEC;
    font-family: "Apercu Pro";
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.main-banner-cont p {
    max-width: 739px;
    flex-shrink: 0;
    color: #FFF;
    font-family: "Apercu Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 25px;
}

.main-banner-cont a {
    color: #1F1F1F;
    font-family: "Apercu Pro";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 30px;
    box-sizing: border-box;
    border-radius: 6px;
    background: rgba(250, 238, 217, 0.61);
    width: fit-content;
    margin-top: 52px;
}

.main-banner-cont a:hover {
    background-color: #fff;
}

.main-banner-cont a::after {
    content: '';
    width: 8px;
    height: 13px;
    background-image: url(../img/main-banner/arrow.png);
    background-size: 100% 100%;
    display: flex;
}

.main-choice {
    margin-top: -160px;
}

.main-choice-title {
    color: #ECECEC;
    font-family: "Apercu Pro";
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
}

.main-choice-row {
    margin-top: 53px;
    display: flex;
    flex-wrap: wrap;
    gap: 35px;
}

.main-choice-item {
    width: calc(100% / 5 - 30px);
    position: relative;
    aspect-ratio: 129/163;
    display: flex !important;
    flex-direction: column;
    justify-content: flex-end;
    padding-left: 13px;
    padding-bottom: 40px;
    gap: 13px;
}

.main-choice-item-pic {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    overflow: hidden;
}

.main-choice-item-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    transition: 0.3s;
}

.main-choice-item:hover .main-choice-item-pic img {
    scale: 1.3;
}

.main-choice-item span {
    color: #454545;
    font-family: "Apercu Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.main-choice-item-link {
    color: #454545;
    font-family: "Apercu Pro";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: flex;
    gap: 10px;
    align-items: center;
}

.main-choice-item-link::after {
    content: '';
    width: 32px;
    height: 32px;
    background-image: url(../img/main-choice/arrow.png);
    background-size: 100% 100%;
    display: flex;
    margin-bottom: 2px;
    box-sizing: border-box;
}

.main-sale {
    margin-top: 62px;
}

.main-sale-title {
    color: #000;
    font-family: "Apercu Pro";
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
}

.main-sale-row {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 53px;
}

.main-sale-item {
    width: calc(100% / 2 - 15px);
}

.main-sale-item-pic {
    width: 100%;
    height: 392px;
}

.main-sale-item-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.main-sale-item-name {
    margin-top: 42px;
    color: #454545;
    font-family: "Apercu Pro";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 13px;
}

.main-sale-item-text {
    color: #454545;
    font-family: "Apercu Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
}

.main-sale-item-link {
    color: #1F1F1F;
    font-family: "Apercu Pro";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 15px 30px;
    box-sizing: border-box;
    border-radius: 6px;
    border: 1px solid #1F1F1F;
    display: flex;
    width: fit-content;
    margin-top: 31px;
    align-items: center;
    gap: 10px;
}

.main-sale-item-link:hover {
    background-color: #1F1F1F;
    color: #fff;
}

.main-sale-item-link::after {
    content: '';
    width: 8px;
    height: 13px;
    background-image: url(../img/main-banner/arrow.png);
    background-size: 100% 100%;
    transition: 0.3s;
}

.main-sale-item-link:hover::after {
    background-image: url(../img/main-collection/arrow.png);
}

.main-collection {
    margin-top: 63px;
}

.main-collection-slider {
    margin-top: 57px;
    display: flex;
    /* max-height: 470px; */
    min-height: 470px;
}

.main-collection-slider-block {
    padding: 59px 21px 33px 48px;
    box-sizing: border-box;
    background: #D9D9D9;
    /* max-width: 549px; */
    width: 36%;
    /* aspect-ratio: 549 / 470; */
}

.main-collection-slider-block .slick-list, .main-collection-slider-block .slick-track {
    height: 100%;
}

.main-collection-slider-block-item {
    height: 100%;
    display: flex !important;
    flex-direction: column;
}

.main-collection-slider-cont {
    width: 64%;
    height: auto;
    position: relative;
}

.main-collection-slider-cont-item {
    width: 100%;
    height: 100%;
}

.main-collection-slider-cont-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-collection-slider-block-item-title {
    color: #454545;
    font-family: "Apercu Pro";
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.main-collection-slider-block-item-text {
    color: #000;
    font-family: "Apercu Pro";
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
}

.main-collection-slider-cont .slick-list, .main-collection-slider-cont .slick-track {
    height: 100%;
}

.main-collection-slider-block-item-link {
    color: #FFF;
    font-family: "Apercu Pro";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 15px 30px;
    box-sizing: border-box;
    margin: 0 auto;
    margin-top: auto;
    border-radius: 6px;
    background: #1F1F1F;
    margin-top: 40px;
}

.main-collection-slider-block-item-link:hover {
    color: #1F1F1F;
    background-color: #fff;
}

.main-collection-slider-block-item-link::after {
    content: '';
    width: 8px;
    height: 13px;
    background-image: url(../img/main-collection/arrow.png);
    background-size: 100% 100%;
    display: flex;
    transition: 0.3s;
}

.main-collection-slider-block-item-link:hover::after {
    background-image: url(../img/main-banner/arrow.png);
}

.main-collection-slider-cont .slick-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 26px;
    margin: auto;
    font-size: 0;
    background-image: url(../img/main-collection/slider_arrow.png);
    background-size: 100% 100%;
    width: 19px;
    height: 33px;
    z-index: 1;
}

.main-collection-slider-cont .slick-next {
    left: unset;
    right: 26px;
    transform: rotate(180deg);
}

.main-collection-slider-cont .slick-dots {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    bottom: 21px;
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.main-collection-slider-cont .slick-dots li button {
    font-size: 0;
    width: 16px;
    height: 16px;
    background: rgba(31, 31, 31, 0.40);
    border-radius: 50%;
    box-sizing: border-box;
    position: relative;
    box-sizing: border-box;
}

.main-collection-slider-cont .slick-dots li button::after {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #1F1F1F;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    transition: 0.3s;
    box-sizing: border-box;
}

.main-collection-slider-cont .slick-dots .slick-active button::after {
    opacity: 1;
}

.main-blog {
    margin-top: 81px;
}

.main-blog-row {
    margin-top: 56px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.main-blog-item {
    width: calc(100% / 4 - 22.5px);
}

.main-blog-item-pic {
    width: 100%;
    aspect-ratio: 1 / 1;
}

.main-blog-item-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.main-blog-item-date {
    color: #454545;
    font-family: "Apercu Pro";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 44px;
    margin-bottom: 13px;
}

.main-blog-item-text {
    color: #454545;
    font-family: "Apercu Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
}

.main-adr {
    margin-top: 85px;
    position: relative;
}

.main-adr .container {
    display: flex;
    gap: 20px;
    align-items: flex-end;
    justify-content: space-between;
    position: relative;
}

.main-adr-info {
    max-width: 464px;
    /* min-width: 464px; */
}

.main-adr-info h3 {
    color: #000;
    font-family: "Apercu Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.main-adr-info p {
    color: #000;
    font-family: "Apercu Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}

.main-adr-pic {
    max-width: 954px;
    width: 100%;
    aspect-ratio: 232/125;
}

.main-adr-pic_mob {
    display: none;
}

.main-adr-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.main-adr-top {
    border-radius: 6px;
    background: rgba(69, 69, 69, 0.70);
    max-width: 900px;
    min-width: 900px;
    width: 100%;
    height: 293px;
    position: relative;
    /* top: -65px; */
    /* left: 0; */
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 37px;
}

.main-adr-top h2 {
    color: #FFF;
    font-family: "Apercu Pro";
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.main-adr-side {
    max-width: 464px;
    /* min-width: 464px; */
}

.footer {
    margin-top: 60px;
    background-image: url(../img/footer/bg.png);
    background-size: cover;
    background-position: center center;
    padding-top: 51px;
    padding-bottom: 36px;
}

.footer-main {
    display: flex;
}

.footer-left {
    display: flex;
    flex-direction: column;
    gap: 88px;
    margin-right: 100px;
}

.footer-logo {
    max-width: 246px;
}

.footer-logo img {
    width: 100%;
}

.footer-cards {
    display: flex;
    gap: 16px;
    align-items: center;
}

.footer-cards-item {
    width: 50px;
}

.footer-cards-item img {
    width: 100%;
}

.footer-menu {
    margin-left: auto;
}

.footer-menu-title {
    color: #FFF;
    font-family: "Apercu Pro";
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 32px;
    text-transform: uppercase;
}

.footer-menu ul {
    columns: 2;            /* количество колонок */
    gap: 30px;
    column-gap: 100px;     /* расстояние между колонками */
    max-height: 120px;
    padding: 0;
    margin: 0;
}

.footer-menu ul li {
    color: #FFF;
    font-family: "Apercu Pro";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    break-inside: avoid; /* чтобы пункты не рвались */
    margin-bottom: 30px;
}

.footer-contact {
    margin-left: 100px;
}

.footer-contact-row {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.footer-contact-row a {
    color: #FFF;
    font-family: "Apercu Pro";
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.footer-contact-row a:hover {
    font-weight: 700;
}

.footer-contact-row p {
    max-width: 249px;
    color: #FFF;
    font-family: "Apercu Pro";
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
}

.footer-adr {
    margin-left: 22px;
}

.footer-adr p {
    max-width: 200px;
    flex-shrink: 0;
    color: #FFF;
    font-family: "Apercu Pro";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}

.footer-adr-soc {
    margin-top: 27px;
    display: flex;
    gap: 16px;
}

.footer-adr-soc a {
    width: 32px;
    height: 32px;
}

.footer-adr-soc a img {
    width: 100%;
    height: 100%;
}

.footer-bot {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    gap: 65px;
}

.footer-bot div {
    color: #FFF;
    font-family: "Apercu Pro";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}

.footer-bot a {
    color: #FFF;
    font-family: "Apercu Pro";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: 3.5%;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.header-main-menu-btn, .header-main-search-btn, .header-main-cart {
    display: none;
}

.footer-bot p, .footer-bot .footer-cards {
    display: none;
}

.header-top .header-main-soc {
    display: none;
}

.single-banner {
    position: relative;
    display: flex;
}

.single-banner-pic {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.single-banner-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.single-banner-block {
    margin-top: 72px;
    padding: 25px 43px 25px 0;
    box-sizing: border-box;
    border-radius: 0 5px 5px 0;
    background: rgba(255, 255, 255, 0.65);
    width: 100%;
    max-width: 920px;
    position: relative;
    margin-top: 72px;
    margin-bottom: 88px;
}

.single-banner-block::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.65);
    right: 100%;
}

.chip {
    display: flex;
    flex-wrap: wrap; /* переносим ссылки */
    gap: 5px;
}

.chip a {
    display: inline-flex;  /* вместо flex */
    align-items: center;
    gap: 5px;

    color: #1F1F1F;
    font-family: "Apercu Pro";
    font-size: 11px;
    font-weight: 300;
    line-height: 25px;
}

.chip a::after {
    content: '>';
}

.chip a:last-child {
    color: #1F1F1F;
    font-family: "Apercu Pro";
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
}

.chip a:last-child::after {
    display: none;
}

.single-banner-block h1 {
    color: #4B4D52;
    font-family: "Apercu Pro";
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    margin-top: 22px;
    margin-bottom: 28px;
}

.single-banner-block-text {
    color: #1F1F1F;
    font-family: "Apercu Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 25px; /* 156.25% */
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.single-banner-block-link {
    color: #FFF;
    font-family: "Apercu Pro";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 12px 30px;
    box-sizing: border-box;
    border-radius: 6px;
    background: rgba(124, 123, 120, 0.61);
    gap: 10px;
    display: flex;
    align-items: center;
    width: fit-content;
    margin-top: 32px;
}

.single-banner-block-link::after {
    content: '';
    width: 8px;
    height: 13px;
    background-image: url(../img/main-collection/arrow.png);
    background-size: 100% 100%;
    display: flex;
    transition: 0.3s;
}

.single-banner-block-link:hover {
    background-color: #1F1F1F;
}

.single-cont {
    margin-top: 57px;
    overflow: hidden;
}

.single-cont .container {
    display: flex;
    flex-direction: column;
    gap: 59px;
}

.single-cont-block {
    display: flex;
    gap: 90px;
}

.single-cont-block-pic {
    max-width: 760px;
    width: 100%;
    margin-right: -100px;
}

.single-cont-block-pic img {
    width: 100%;
}

.single-text {
    width: fit-content;
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding-left: 38px;
}

.single-text p {
    flex-shrink: 0;
    color: #1F1F1F;
    font-family: "Apercu Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 25px;
}

.single-cont-row {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.single-cont-row-item {
    width: calc(100% / 3 - 26.7px);
    aspect-ratio: 1 / 1;
}

.single-cont-row-item img {
    width: 100%;
}

.single-video {
    height: 586px;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.single-video-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.single-video-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.single-video-btn {
    width: 120px;
    height: 120px;
    background-image: url(../img/single-cont/video_btn.png);
    background-size: 100% 100%;
    display: flex;
}

.single-video-btn:hover {
    transform: scale(1.1);
}

.chip_solo {
    margin-top: 60px;
}

.card {
    margin-top: 59px;
}

.card-top {

}

.card-top h1 {
    color: #4B4D52;
    font-family: "Apercu Pro";
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 28px;
}

.card-top span {
    color: #1F1F1F;
    font-family: "Apercu Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 25px;
}

.card-main {
    margin-top: 44px;
    display: flex;
    gap: 105px;
    flex-wrap: wrap;
    row-gap: 20px;
}

.card-main-slider {
    max-width: 498px;
    width: 100%;
    aspect-ratio: 498 / 415; /* сохраняем пропорции */
}

.card-main-slider img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.card-main-block {
    /* margin-left: auto; */
    border-radius: 2px;
    border: 1px solid #A6A6A6;
    padding: 25px 34px 26px 33px;
    box-sizing: border-box;
    height: fit-content;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.card-main-block-price {
    color: #1F1F1F;
    font-family: "Apercu Pro";
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 38px;
}

.card-main-block-counter {
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: center;
    margin-bottom: 15px;
}

.card-main-block-counter-value {
    color: #1F1F1F;
    font-family: "Apercu Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 19px;
}

.card-main-block-counter-row {
    display: flex;
    gap: 2px;
    align-items: center;
}

.card-main-block-counter-btn {
    color: #A6A6A6;
    font-family: "Apercu Pro";
    font-size: 32px;
    font-style: normal;
    font-weight: 300;
    width: 37px;
    height: 37px;
    border-radius: 2px;
    background: #EBEBEB;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-main-block-counter-btn:hover {
    background: #4B4D52;
}

.card-main-block-counter-row input {
    border-radius: 2px;
    border: 1px solid #A6A6A6;
    background: #FFF;
    box-sizing: border-box;
    opacity: 0.99;
    color: #1F1F1F;
    font-family: "Apercu Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 25px;
    /* height: -webkit-fill-available;
    height: -moz-available;
    height: fill-available; */
    height: 37px;
    text-align: center;
    max-width: 121px;
}

.card-main-block-btn {
    color: #FFF;
    font-family: "Apercu Pro";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 12px 30px;
    box-sizing: border-box;
    border-radius: 6px;
    background: rgba(124, 123, 120, 0.61);
    gap: 10px;
    display: flex;
    align-items: center;
    width: fit-content;
}

.card-main-block-btn::after {
    content: '';
    width: 8px;
    height: 13px;
    background-image: url(../img/main-collection/arrow.png);
    background-size: 100% 100%;
    display: flex;
    transition: 0.3s;
}

.card-main-block-btn:hover {
    background-color: #1F1F1F;
}

.card-main-block-link {
    color: #7C7B78;
    font-family: "Apercu Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    margin-top: 22px;
}

.card-main-block-link:hover {
    color: #1F1F1F;
}

.card-main-add {
    margin-left: 20px;
    margin-top: 95px;
    display: flex;
    flex-direction: column;
    gap: 17px;
}

.card-main-add-link {
    display: flex;
    gap: 9px;
    align-items: center;
    color: #7C7B78;
    font-family: "Apercu Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.card-main-add-link img {
    width: 32px;
    height: 32px;
    aspect-ratio: 1/1;
    display: flex;
}

.card-main-add-pay {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.card-main-add-pay-row {
    display: flex;
    align-items: center;
    gap: 10px;
}

.card-info {
    margin-top: 104px;
    display: flex;
    /* justify-content: space-between; */
    box-sizing: border-box;
    flex-wrap: wrap;
}

.card-info-char {
    max-width: 498px;
    width: 100%;
    padding-left: 38px;
    box-sizing: border-box;
}

.card-info-title {
    color: #454545;
    font-family: "Apercu Pro";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    text-transform: uppercase;
    margin-bottom: 35px;
}

.card-info-list {
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.card-info-list li {
    display: flex;
    gap: 55px;
}

.card-info-list li span {
    width: -webkit-fill-available;
    width: -moz-available; /* For Firefox */
    flex-shrink: 0;
    color: #1F1F1F;
    font-family: "Apercu Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
}

.card-info-list li span:first-child {
    max-width: 162px;
    font-weight: 500;
}

.card-info-pack {
    margin-left: 125px;
}

.card-info-add {
    border-radius: 2px;
    background: #F2F2F2;
    padding: 48px 24px 33px 15px;
    box-sizing: border-box;
    max-width: 445px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
    color: #000;
    font-family: "Apercu Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
    position: relative;
    margin-left: auto;
    margin-right: 88px;
}

.card-info-add::before {
    content: '';
    width: 22px;
    height: 22px;
    background-image: url(../img/card/alarm.png);
    background-size: 100% 100%;
    position: absolute;
    top: 14px;
    left: 15px;
}

.card-also {
    margin-top: 60px;
    padding-top: 60px;
    border-top: 1px solid rgba(124, 123, 120, 0.51);
}

.card-also-top {
    display: flex;
    align-items: center;
    gap: 33px;
}

.card-also-top h2 {
    color: #454545;
    font-family: "Apercu Pro";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    text-transform: uppercase;
}

.card-also-top a {

}

.card-also-top a {
    color: #FFF;
    font-family: "Apercu Pro";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 12px 38px;
    box-sizing: border-box;
    border-radius: 6px;
    background: rgba(124, 123, 120, 0.61);
    gap: 10px;
    display: flex;
    align-items: center;
    width: fit-content;
}

.card-also-top a::after {
    content: '';
    width: 8px;
    height: 13px;
    background-image: url(../img/main-collection/arrow.png);
    background-size: 100% 100%;
    display: flex;
    transition: 0.3s;
}

.card-also-top a:hover {
    background-color: #1F1F1F;
}

.card-also-nav {
    margin-top: 47px;
    display: flex;
    overflow-x: scroll;
}

.card-also-nav::-webkit-scrollbar {
    display: none;
}

.card-also-nav button {
    border: 1px solid #D9D9D9;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 22px;
    color: #1F1F1F;
    font-family: "Apercu Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    gap: 3px;
}

.card-also-nav button div {
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-color: rgba(31, 31, 31, 0.33);
    text-decoration-thickness: 2.5%;
    text-underline-offset: auto;
    text-underline-position: from-font;
    transition: 0.3s;
}


.card-also-nav button span {
    color: #1F1F1F;
    font-family: "Apercu Pro";
    font-size: 8px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.card-also-nav button:hover {
    background: #D9D9D9;
}

.card-also-nav button:hover div {
    text-decoration: none !important;
}

.card-also-nav_active {
    background: #D9D9D9;
}

.card-also-nav_active div {
    text-decoration: none !important;
}

.card-also-nav button:first-child {
    border-radius: 2px 0 0 2px;
}

.card-also-nav button:last-child {
    border-radius: 0 2px 2px 0;
}

.card-also-row {
    display: flex;
    flex-wrap: wrap;
    gap: 108px;
    margin-top: 70px;
}

.card-also-item {
    box-sizing: border-box;
    width: calc(100% / 4 - 81px);
    display: flex;
    gap: 11px;
    padding-right: 39px;
}

.card-also-item_side {
    color: #7C7B78;
    font-family: "Apercu Pro";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.card-also-item_side-size {
    width: 77px;
    aspect-ratio: 1 / 1;
    border: 1px solid #A6A6A6;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 18px;
    text-align: center;
    box-sizing: border-box;
}

.card-also-item-cont {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    position: relative;
    padding-bottom: 17px;
    max-width: 170px;
    width: calc(100% - 88px);
}

.card-also-item-cont::after {
    content: '';
    position: absolute;
    top: 126px;
    right: -39px;
    bottom: 0;
    left: -39px;
    border-radius: 2px;
    background: #EBEBEB;
    z-index: -1;
    opacity: 0;
    transition: 0.3s;
}

.card-also-item-cont:hover::after {
    opacity: 1;
}

.card-also-item-cont-pic {
    width: 100%;
    aspect-ratio: 1/1;
}

.card-also-item-cont-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.card-also-item-cont-name {
    margin-top: 13px;
    color: #454545;
    font-family: "Apercu Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    text-transform: uppercase;
    padding: 0 5px;
    box-sizing: border-box;
}

.card-also-item-cont-name:hover {
    color: #1F1F1F;
}

.card-also-item-cont-art {
    margin-top: 10px;
    color: #C1BFBA;
    font-family: "Apercu Pro";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.card-also-item-cont-price {
    margin-top: 10px;
    color: #1F1F1F;
    font-family: "Apercu Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
}

.card-also-item-cont-btn {
    color: #FFF;
    font-family: "Apercu Pro";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 9px 20px;
    box-sizing: border-box;
    border-radius: 6px;
    background: rgba(124, 123, 120, 0.61);
    gap: 10px;
    display: flex;
    align-items: center;
    width: fit-content;
    margin-top: 16px;
}

.card-also-item-cont-btn::after {
    content: '';
    width: 8px;
    height: 13px;
    background-image: url(../img/main-collection/arrow.png);
    background-size: 100% 100%;
    display: flex;
    transition: 0.3s;
}

.card-also-item-cont-btn:hover {
    background-color: #1F1F1F;
}

.card-also-item-cont-click {
    margin-top: 16px;
    color: #7C7B78;
    font-family: "Apercu Pro";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-color: rgba(31, 31, 31, 0.33);
    text-decoration-thickness: 2.5%;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.card-also-item-cont-click:hover {
    color: #1F1F1F;
}

.card-also-more {
    font-family: "Apercu Pro";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 12px 30px;
    box-sizing: border-box;
    border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #1F1F1F;
    color: #1F1F1F;
    gap: 10px;
    display: flex;
    align-items: center;
    width: fit-content;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
}

.card-also-more::after {
    content: '';
    width: 8px;
    height: 13px;
    background-image: url(../img/main-banner/arrow.png);
    background-size: 100% 100%;
    display: flex;
    transition: 0.3s;
}

.card-also-more:hover::after {
    background-image: url(../img/main-collection/arrow.png);
}

.card-also-more:hover {
    background-color: #1F1F1F;
    color: #fff;
}

.card-also-pag {
    margin-top: 46px;
    display: flex;
    justify-content: center;
    gap: 25px;
}

.card-also-pag a {
    color: #000;
    font-family: "Apercu Pro";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 6px 13px;
    box-sizing: border-box;
}

.card-also-pag a:hover {
    border-radius: 2px;
    background: #EBEBEB;
}

.card-also-pag_active {
    border-radius: 2px;
    background: #EBEBEB;
}

.click-modal {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(31, 31, 31, 0.6);
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}

.click-modal_active {
    display: flex;
}

.click-modal-cont {
    border-radius: 2px;
    background: #D9D9D9;
    padding: 70px 76px 64px;
    max-width: 828px;
    width: 100%;
    box-sizing: border-box;
}

.click-modal-cont-notif {
    color: #1F1F1F;
    font-family: "Apercu Pro";
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 30px;
}

.click-modal-cont-name {
    color: #4B4D52;
    font-family: "Apercu Pro";
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    text-transform: uppercase;
    margin-bottom: 53px;
}

.click-modal-cont .card-main-block-counter {
    align-items: flex-start;
}

.click-modal-cont .card-main-block-counter-value {
    display: none;
}

.click-modal-cont-bot {
    margin-top: 38px;
    display: flex;
    align-items: center;
    gap: 52px;
}

.click-modal-cont-bot-btn {
    color: #FFF;
    font-family: "Apercu Pro";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 12px 38px;
    box-sizing: border-box;
    border-radius: 6px;
    background: rgba(124, 123, 120, 0.61);
    gap: 10px;
    display: flex;
    align-items: center;
    width: fit-content;
}

.click-modal-cont-bot-btn::after {
    content: '';
    width: 8px;
    height: 13px;
    background-image: url(../img/main-collection/arrow.png);
    background-size: 100% 100%;
    display: flex;
    transition: 0.3s;
}

.click-modal-cont-bot-btn:hover {
    background-color: #1F1F1F;
}

.click-modal-cont-bot-link {
    color: #7C7B78;
    font-family: "Apercu Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.click-modal-cont-bot-link:hover {
    color: #1F1F1F;
    text-decoration: none;
}

.cart {
    margin-top: 59px;
}

.cart .cart-top {
    padding: 0 32px;
    box-sizing: border-box;
}

.chip_cart a:first-child {
    margin-left: 37px;
}

.cart-table {
    margin-top: 39px;
}

.cart-table-head {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    background: #D9D9D9;
    padding: 15px 50px;
    box-sizing: border-box;
    margin-left: 30px;
}

.cart-table-type {
    max-width: 140px;
    width: 100%;
}

.cart-table-name {
    max-width: 320px;
    width: 100%;
}

.cart-table-char {
    max-width: 300px;
    width: 100%;
}

.cart-table-num {
    max-width: 200px;
    width: 100%;
}

.cart-table-price {
    max-width: 169px;
    width: 100%;
}

.cart-table-body {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 31px;
}

.cart-table-body-item {
    padding: 0 50px;
    padding-bottom: 42px;
    border-bottom: 1px solid rgba(124, 123, 120, 0.51);
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    position: relative;
    padding-left: 87px;
}

.cart-table-count {
    position: absolute;
    top: -6px;
    left: 0;
    color: #7C7B78;
    font-family: "Apercu Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 25px;
}

.cart-table-type-pic {
    max-width: 139px;
    width: 100%;
}

.cart-table-type-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cart-table-name {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.cart-table-name-art {
    color: #1F1F1F;
    font-family: "Apercu Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 25px;
}

.cart-table-name-title {
    color: #454545;
    font-family: "Apercu Pro";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 33px;
    text-transform: uppercase;
}

.cart-table-char ul {
    display: flex;
    gap: 20px;
    flex-direction: column;
}

.cart-table-char ul li {
    display: flex;
    gap: 20px;
    justify-content: flex-start;
}

.cart-table-char ul li span:first-child {
    max-width: 93px;
    min-width: 93px;
    width: 100%;
    color: #7C7B78;
    font-family: "Apercu Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 19px;
    text-align: right;
}

.cart-table-char ul li span:last-child {
    color: #1F1F1F;
    font-family: "Apercu Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
}

.cart-table-body .cart-table-price {
    color: #1F1F1F;
    font-family: "Apercu Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
}

.cart-table-del {
    display: flex;
    max-width: 24px;
    min-width: 24px;
    height: 24px;
    background-image: url(../img/cart/del.png);
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    right: 10px;
}

.cart-promo {
    margin-top: 30px;
    padding-left: 84px;
}

.cart-promo-title {
    color: #454545;
    font-family: "Apercu Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 21px;
}

.cart-promo-row {
    display: flex;
    gap: 41px;
}

.cart-promo-code {
    max-width: 232px;
    width: 100%;
    display: flex;
    gap: 2px;
    height: 37px;
}

.cart-promo-code input[type='text'] {
    color: #1F1F1F;
    font-family: "Apercu Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 25px;
    padding: 6px 15px;
    box-sizing: border-box;
    border-radius: 2px;
    border: 1px solid #A6A6A6;
    background: #FFF;
    width: 100%;
}

.cart-promo-code input[type='submit'] {
    color: #A6A6A6;
    font-family: "Apercu Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    min-width: 37px;
    max-width: 37px;
    width: 100%;
    height: 100%;
    border-radius: 2px;
    background: #EBEBEB;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.cart-promo-check {
    max-width: 301px;
    width: 100%;
    display: flex;
    gap: 11px;
    align-items: flex-start;
    cursor: pointer;
}

.cart-promo-check input {
    display: none;
}

.cart-promo-check .cart-promo-check_nw {
    max-width: 16px;
    min-width: 16px;
    height: 16px;
    background-image: url(../img/cart/check.png);
    background-size: 100% 100%;
    transition: 0.3s;
    margin-top: 2px;
}

.cart-promo-check input:checked ~ .cart-promo-check_nw {
    background-image: url(../img/cart/check_active.png);
}

.cart-promo-check-text {
    color: #7C7B78;
    font-family: "Apercu Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 19px;
}

.cart-promo-check-text span {
    color: #1F1F1F;
    font-family: "Apercu Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 19px; /* 135.714% */
}

.cart-ofor {
    margin-top: 100px;
    padding-bottom: 27px;
    border-bottom: 1px solid rgba(124, 123, 120, 0.51);
}

.cart-ofor-title {
    margin-left: 33px;
    color: #4B4D52;
    font-family: "Apercu Pro";
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.cart-ofor-row {
    display: flex;
    justify-content: space-between;
    padding-left: 85px;
    margin-top: 56px;
}

.cart-ofor-item {
    max-width: 405px;
    width: 100%;
}

.cart-ofor-item-top {
    display: flex;
    flex-direction: column;
    gap: 11px;
    margin-bottom: 30px;
}

.cart-ofor-item-top-block {
    max-width: 249px;
    min-width: 249px;
    width: 100%;
    height: 68px;
    border-radius: 2px;
    background: #D9D9D9;
    color: #1F1F1F;
    font-family: "Apercu Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cart-ofor-item-top span {
    height: 38px;
    color: #7C7B78;
    font-family: "Apercu Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 19px;
}

.cart-ofor-item-fr {
    display: flex;
    flex-direction: column;
    gap: 25px;
    max-width: 248px;
    width: 100%;
}

.cart-ofor-item-fr label {
    display: flex;
    flex-direction: column;
    gap: 11px;
    color: #1F1F1F;
    font-family: "Apercu Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 19px;
}

.cart-ofor-item-fr label input {
    color: #AEAEAE;
    font-family: "Apercu Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 25px;
    height: 37px;
    border-radius: 2px;
    border: 1px solid #A6A6A6;
    background: #FFF;
    box-sizing: border-box;
    padding-left: 7px;
    width: 100%;
}

.cart-ofor-item-sub {
    margin-top: 23px;
    color: #1F1F1F;
    font-family: "Apercu Pro";
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 19px;
}

.cart-ofor-item .cart-promo-check {
    margin-top: 14px;
    max-width: 100%;
}

.cart-ofor-item-ck {
    display: flex;
    flex-direction: column;
    gap: 17px;
    margin-bottom: 30px;
}

.cart-ofor-item-ck label {
    display: flex;
    gap: 43px;
    cursor: pointer;
}

.cart-ofor-item-ck label input {
    display: none;
}

.cart-ofor-item-ck label span {
    min-width: 20px;
    max-width: 20px;
    height: 20px;
    background-image: url(../img/cart/check.png);
    background-size: 100% 100%;
    transition: 0.3s;
}

.cart-ofor-item-ck label input:checked ~ span {
    background-image: url(../img/cart/check_active.png);
}

.cart-ofor-item-ck-text {
    color: #1F1F1F;
    font-family: "Apercu Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 19px;
}

.cart-ofor-item-fr_adr {

}

.cart-ofor-item-fr_adr div {
    width: 100%;
    position: relative;
}

.cart-ofor-item-fr_adr div::before {
    content: '';
    position: absolute;
    top: 8px;
    left: 6px;
    background-image: url(../img/cart/search.png);
    max-width: 19px;
    min-width: 19px;
    height: 19px;
    background-size: 100% 100%;
}

.cart-ofor-item-fr label input {
    padding-left: 32px;
}

.cart-ofor-item-fr_adr-clear {
    position: absolute;
    top: 9px;
    right: 11px;
    max-width: 17px;
    min-width: 17px;
    height: 17px;
    background-image: url(../img/cart/del.png);
    background-size: 100% 100%;
}

.cart-bot {
    margin-left: auto;
    margin-right: 62px;
    display: flex;
    flex-direction: column;
    margin-top: 58px;
    width: fit-content;
}

.cart-bot-cont {
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: flex-end;
    list-style: none;
}

.cart-bot-cont li {
    display: flex;
    gap: 40px;
}

.cart-bot-cont li span:last-child {
    max-width: 118px;
    min-width: 118px;
    width: 100%;
    color: #1F1F1F;
    font-family: "Apercu Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    text-transform: uppercase;
}

.cart-bot-cont li span:first-child {
    text-align: left;
    max-width: 144px;
    min-width: 144px;
    color: #1F1F1F;
    font-family: "Apercu Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    text-transform: uppercase;
}

.cart-bot-btn {
    margin-top: 42px;
    color: #FFF;
    font-family: "Apercu Pro";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 6px;
    background: rgba(124, 123, 120, 0.61);
    box-sizing: border-box;
    padding: 12px 70px;
    display: flex;
    gap: 13px;
    align-items: center;
    transition: 0.3s;
    width: fit-content;
}

.cart-bot-btn::after {
    content: '';
    width: 8px;
    height: 13px;
    background-image: url(../img/main-collection/arrow.png);
    background-size: 100% 100%;
    display: flex;
}

.cart-bot-btn:hover {
    background-color: #1F1F1F;
    color: #fff;
}

.order {
    margin-top: 59px;
}

.order-title {
    color: #4B4D52;
    font-family: "Apercu Pro";
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    padding-left: 32px;
}

.order-row {
    margin-top: 42px;
    display: flex;
    gap: 69px;
    align-items: center;
    padding-bottom: 48px;
    border-bottom: 1px solid rgba(124, 123, 120, 0.51);
    box-sizing: border-box;
}

.order-block {
    max-width: 477px;
    width: 100%;
    border-radius: 2px;
    border: 1px solid #A6A6A6;
    padding: 15px 15px 48px;
    padding-left: 85px;
    box-sizing: border-box;
}

.order-block-top {
    color: #454545;
    font-family: "Apercu Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 25px;
    margin-bottom: 30px;
}

.order-block-txt {
    color: #1F1F1F;
    font-family: "Apercu Pro";
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 40px;
}

.order-block-num {
    color: #1F1F1F;
    font-family: "Apercu Pro";
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
}

.order-info-title {
    color: #1F1F1F;
    font-family: "Apercu Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    margin-bottom: 40px;
}

.order-info-text {
    display: flex;
    flex-direction: column;
    gap: 25px;
    color: #1F1F1F;
    font-family: "Apercu Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 25px;
}

.order-info-add {
    color: #7C7B78;
    font-family: "Apercu Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 25px;
    margin-top: 17px;
    text-align: right;
}

.order-more {
    color: #FFF;
    font-family: "Apercu Pro";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 12px 30px;
    box-sizing: border-box;
    border-radius: 6px;
    background: rgba(124, 123, 120, 0.61);
    gap: 10px;
    display: flex;
    align-items: center;
    width: fit-content;
    margin: 0 auto;
    margin-top: 42px;
}

.order-more::after {
    content: '';
    width: 8px;
    height: 13px;
    background-image: url(../img/main-collection/arrow.png);
    background-size: 100% 100%;
    display: flex;
    transition: 0.3s;
}

.order-more:hover {
    background-color: #1F1F1F;
}

.news {
    margin-top: 22px;
}

.news-title {
    color: #4B4D52;
    font-family: "Apercu Pro";
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    padding-left: 33px;
}

.news-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 69px;
    row-gap: 43px;
}

.news-item {
    width: calc(100% / 3 - 13.4px);
    border-radius: 2px;
    border: 1px solid #A6A6A6;
    box-sizing: border-box;
}

.news-item-pic {
    width: 100%;
    height: 378px;
}

.news-item-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.news-item-cont {
    padding: 14px 26px 34px;
    box-sizing: border-box;
    height: 317px;
    display: flex;
    flex-direction: column;
}

.news-item-name {
    color: #454545;
    font-family: "Apercu Pro";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 14px;
}

.news-item-text {
    color: #1F1F1F;
    font-family: "Apercu Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
}

.news-item-bot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
}

.news-item-bot-date {
    color: #7C7B78;
    font-family: "Apercu Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
}

.news-item-bot-btn {
    color: #1F1F1F;
    font-family: "Apercu Pro";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px 30px;
    box-sizing: border-box;
    border-radius: 6px;
    border: 1px solid #1F1F1F;
}

.news-item-bot-btn::after {
    content: '';
    width: 8px;
    height: 13px;
    background-image: url(../img/main-banner/arrow.png);
    background-size: 100% 100%;
    display: flex;
    transition: 0.3s;
}

.news-item-bot-btn:hover {
    background-color: #1F1F1F;
    color: #fff;
}

.news-item-bot-btn:hover::after {
    background-image: url(../img/main-collection/arrow.png);
}

.news-pag {
    margin-top: 43px;
    display: flex;
    gap: 33px;
    align-items: center;
    justify-content: center;
}

.news-pag-link {
    color: #1F1F1F;
    font-family: "Apercu Pro";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 30px;
    box-sizing: border-box;
    border-radius: 6px;
    border: 1px solid #1F1F1F;
    max-width: 217px;
    width: 100%;
    justify-content: center;
}

.news-pag-link::after {
    content: '';
    min-width: 8px;
    max-width: 8px;
    height: 13px;
    background-image: url(../img/main-banner/arrow.png);
    background-size: 100% 100%;
    display: flex;
    transition: 0.3s;
}

.news-pag-link:hover {
    background-color: #1F1F1F;
    color: #fff;
}

.news-pag-link:hover::after {
    background-image: url(../img/main-collection/arrow.png);
}

.news-pag-link_prev {
    flex-direction: row-reverse;
}

.news-pag-link_prev::after {
    transform: rotate(180deg);
}

.news-date {
    color: #1F1F1F;
    font-family: "Apercu Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    padding-left: 38px;
    margin-top: 10px;
}

.news-single {
    margin-top: 22px;
}

.news-single-banner {
    height: 543px;
    margin-bottom: 45px;
}

.news-single-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.news-single-info {
    display: flex;
    flex-direction: column;
    gap: 35px;
    padding-bottom: 73px;
    border-bottom: 1px solid rgba(124, 123, 120, 0.51);
    box-sizing: border-box;
}

.news-single-info p {
    color: #1F1F1F;
    font-family: "Apercu Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 25px;
}

.news-single-info h2 {
    color: #454545;
    font-family: "Apercu Pro";
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 20px;
}

.news-single-info ul {
    padding-left: 20px;
    color: #1F1F1F;
    font-family: "Apercu Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 25px; /* 156.25% */
}

.news-single-info a {
    color: #1F1F1F;
    font-family: "Apercu Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 25px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: 3.5%;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.news-pag_single .news-pag-link {
    max-width: none;
    width: fit-content;
}

.collection {
    margin-top: 22px;
}

.collection-title {
    padding-left: 33px;
    color: #4B4D52;
    font-family: "Apercu Pro";
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 65px;
    text-transform: uppercase;
}

.collection-top {
    margin-top: 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 47px;
    row-gap: 27px;
    /* height: 58px; */
}

.collection-top a {
    color: #4B4D52;
    font-family: "Apercu Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    height: 41px;
    padding: 12px 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    border-radius: 2px;
    background: #E7EAEF;
    width: calc(100% / 5 - 37.6px);
}

.collection-top a:last-child {
    font-weight: 700;
}

.collection-top a:hover {
    color: #fff;
    background-color: #4B4D52;
}

.collection-filter {
    padding: 27px 34px 43px 32px;
    box-sizing: border-box;
    border-radius: 2px;
    background: #D9D9D9;
    margin-top: 62px;
}

.collection-filter-cont {
    display: flex;
    flex-wrap: wrap;
    gap: 21px;
    row-gap: 30px;
}

.collection-filter .collection-add-res {
    display: none;
}

.collection-filter-item {
    max-width: 226px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.collection-filter-item-name {
    color: #1F1F1F;
    font-family: "Apercu Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.collection-filter-item-cont {
    position: relative;
}

.collection-filter-item-cont-block {
    color: #1F1F1F;
    font-family: "Apercu Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 2px;
    background: #F2F2F2;
    height: 41px;
    padding-left: 14px;
    padding-right: 13px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.collection-filter-item-cont-block::after {
    content: '';
    max-width: 7px;
    min-width: 7px;
    height: 11px;
    background-image: url(../img/main-banner/arrow.png);
    background-size: 100% 100%;
    transform: rotate(90deg);
}

.collection-filter-item-cont-menu {
    position: absolute;
    top: 100%;
    right: -1px;
    left: -1px;
    border-radius: 0 0 2px 2px;
    border: 1px solid #D7D7D7;
    background: #F2F2F2;
    padding: 17px 13px 17px 18px;
    box-sizing: border-box;
    z-index: 1;
    display: flex;
    flex-direction: column;
    display: none;
}

.collection-filter-item-cont-menu_active {
    display: flex;
}

.collection-filter-item-cont-menu-ct {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.collection-filter-item-cont-menu-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.collection-filter-item-cont-menu-list label {
    display: flex;
    gap: 10px;
    align-items: center;
    cursor: pointer;
    color: #1F1F1F;
    font-family: "Apercu Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 19px;
    text-transform: uppercase;
}

.collection-filter-item-cont-menu-list label input {
    display: none;
}

.collection-filter-item-cont-menu-list label span {
    width: 20px;
    height: 20px;
    background-image: url(../img/cart/check.png);
    background-size: 100% 100%;
    transition: 0.3s;
}

.collection-filter-item-cont-menu-list label input:checked ~ span {
    background-image: url(../img/cart/check_active.png);
}

.collection-filter-item-cont-menu-list label div {
    width: 54px;
    height: 19px;
}

.collection-filter-item-cont-menu-list label div img {
    width: 100%;
    height: 100%;
}

.collection-filter-item-cont-menu-sel {

}

.collection-filter-item-cont-menu-sel-title {
    color: #1F1F1F;
    font-family: "Apercu Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 19px;
    text-transform: uppercase;
    margin-bottom: 7px;
}

.collection-filter-item-cont-menu-sel-row {
    display: flex;
    justify-content: space-between;
}

.collection-filter-item-cont-menu-sel-row label {
    max-width: 85px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    color: #1F1F1F;
    font-family: "Apercu Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 19px;
}

.collection-filter-item-cont-menu-sel-row label input {
    width: 100%;
    height: 20px;
    border-radius: 2px;
    border: 1px solid #1F1F1F;
    box-sizing: border-box;
    color: #4B4D52;
    font-family: "Apercu Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 19px;
    padding-left: 6px;
}

.range {
    --a: 0%;          /* левый бегунок в % */
    --b: 100%;        /* правый бегунок в % */
    position: relative;
    height: 13px;
    margin-top: 10px;
    user-select: none;
}

.range-track {
    position:absolute; left:0; right:0; top:50%;
    height:6px; transform:translateY(-50%);
    border-radius: 0;
    border: 1px solid #1F1F1F;
    background: #D9D9D9;
    pointer-events: none;
    box-shadow: inset 0 0 0 1px #d6d6d6;
}

/* оба range накладываем друг на друга */
.range__input {
    position:absolute; inset:0;
    margin:0; padding:0;
    -webkit-appearance:none; appearance:none;
    background:transparent; outline:none; border:0;
    pointer-events:auto;
    touch-action: none; /* не прокручивать страницу при драге */
}

.range__input::-webkit-slider-runnable-track {
    background:transparent;
    height:7px; 
}

.range__input::-moz-range-track {
    background:transparent;
    height:7px; 
}

.range__input::-webkit-slider-thumb {
    -webkit-appearance:none; 
    appearance:none;
    cursor: grab;
    width: 13px;
    height: 13px;
    border-radius: 2px;
    border: 1px solid #1F1F1F;
    box-sizing: border-box;
    background-color: #fff;
    margin-top: -3px;
}

.range__input:active::-webkit-slider-thumb {
    cursor:grabbing;
}

.range__input::-moz-range-thumb {
    cursor: grab;
    width: 13px;
    height: 13px;
    border-radius: 2px;
    border: 1px solid #1F1F1F;
    box-sizing: border-box;
    background-color: #fff;
}

/* управление наложением — активный бегунок сверху */
.range__input--min{ z-index:2; }
.range__input--max{ z-index:2; }
.range--active-min .range__input--min{ z-index:3; }
.range--active-max .range__input--max{ z-index:3; }


.range__input {
    position:absolute;
    inset:0;
    margin:0;
    background:transparent;
    -webkit-appearance:none;
    appearance:none;
    pointer-events:none;   /* по умолчанию выключаем клики */
}

.range__input::-webkit-slider-thumb {
    pointer-events:auto;   /* но сам бегунок кликабелен */
}

.range__input::-moz-range-thumb {
    pointer-events:auto;
}

.collection-add {
    margin-top: 71px;
    display: flex;
    width: 100%;
    gap: 27px;
    align-items: center;
}

.collection-add-type {
    display: flex;
}

.collection-add-type-btn {
    max-width: 219px;
    min-width: 219px;
    width: 100%;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    background: #D9D9D9;
    color: #454545;
    font-family: "Apercu Pro";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 19px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-color: rgba(31, 31, 31, 0.33);
    text-decoration-thickness: 2.5%;
    text-underline-offset: auto;
    text-underline-position: from-font;
    text-transform: uppercase;
    gap: 14px;
    transition: 0.3s;
    cursor: pointer;
}

.collection-add-type-btn::after {
    content: '';
    max-width: 17px;
    min-width: 17px;
    height: 17px;
    background-image: url(../img/collection/asd1.png);
    background-size: 100% 100%;
    display: flex;
    transition: 0.3s;
}

.collection-add-type-btn_active {
    border-radius: 2px;
    background: #4B4D52;
    color: #F2F2F2;
    font-family: "Apercu Pro";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 19px; /* 79.167% */
    text-transform: uppercase;
    text-decoration: none;
}

.collection-add-type-btn_active::after {
    background-image: url(../img/collection/asd2.png);
}

.collection-add-sort {
    color: #000;
    font-family: "Apercu Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    gap: 5px;
    align-items: center;
}

.collection-add-sort-select {
    position: relative;
}

.sort-btn {
    cursor: pointer;
    color: #000;
    font-family: "Apercu Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-color: rgba(31, 31, 31, 0.33);
    text-decoration-thickness: 2.5%;
    text-underline-offset: auto;
    text-underline-position: from-font;
    display: flex;
    gap: 9px;
    align-items: center;
}

.sort-btn::after {
    content: "";
    min-width: 7px;
    max-width: 7px;
    height: 11px;
    background-image: url(../img/main-banner/arrow.png);
    background-size: 100% 100%;
    transform: rotate(90deg);
    display: flex;
}

.sort-list {
    position: absolute;
    left: 0;
    top: 100%;
    margin: 4px 0 0;
    padding: 0;
    list-style: none;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    display: none;
    min-width: 100%;
    z-index: 10;
}

.sort-list li {
    padding: 6px 12px;
    cursor: pointer;
}

.sort-list li:hover {
    background: #f2f2f2;
}

.sort-list.show {
    display: block;
}

.collection-add-show {
    display: flex;
    gap: 4px;
    align-items: center;
}

.collection-add-show span {
    color: #000;
    font-family: "Apercu Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-right: 17px;
}

.collection-add-show-btn {
    color: #4B4D52;
    font-family: "Apercu Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 12px 29px;
    box-sizing: border-box;
    border-radius: 2px;
    background: #DDE1E6;
}

.collection-add-show-btn:hover {
    background-color: #EEF2F7;
}

.collection-add-show-clear {
    min-width: 24px;
    max-width: 24px;
    height: 24px;
    background-image: url(../img/cart/del.png);
    background-size: 100% 100%;
    display: flex;
    margin-left: 5px;
}

.collection-add-res {
    position: relative;
    margin-left: auto;
}

.collection-add-res-show {
    color: #1F1F1F;
    font-family: "Apercu Pro";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 16px 42px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    gap: 13px;
    border-radius: 6px;
    background: rgba(213, 201, 181, 0.61);
}

.collection-add-res-show:hover {
    background-color: #1F1F1F;
    color: #fff;
}

.collection-add-res-show::after {
    content: '';
    max-width: 8px;
    min-width: 8px;
    height: 13px;
    background-image: url(../img/main-banner/arrow.png);
    background-size: 100% 100%;
    transition: 0.3s;
}

.collection-add-res-show:hover::after {
    background-image: url(../img/main-collection/arrow.png);
}

.collection-add-res-clear {
    position: absolute;
    top: calc(100% + 9px);
    right: 0;
    left: 0;
    text-align: center;
    color: #7C7B78;
    font-family: "Apercu Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.collection-row {
    margin-top: 113px;
    display: flex;
    gap: 20px;
    row-gap: 96px;
    flex-wrap: wrap;
    padding-bottom: 81px;
    border-bottom: 1px solid rgba(124, 123, 120, 0.51);
}

.collection-item {
    width: calc(100% / 3 - 13.4px);
    border-radius: 2px;
    border-radius: 2px;
}

.collection-item-tag {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 14px;
    height: 41px;
}

.collection-item-tag div {
    color: #4B4D52;
    font-family: "Apercu Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 12px 20px;
    box-sizing: border-box;
    border-radius: 2px;
}

.collection-item-tag_new {
    background: #C6CBD4;
}

.collection-item-tag_hit {
    background: #F9E4C4;
}

.collection-item-pic {
    width: 100%;
    height: 378px;
    position: relative;
}

.collection-item-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.collection-item-top {
    border: 1px solid #A6A6A6;
    box-sizing: border-box;
    border-top: 0;
    padding: 19px 0 29px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.collection-item-name {
    color: #454545;
    font-family: "Apercu Pro";
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    text-transform: uppercase;
}

.collection-item-price {
    color: #1F1F1F;
    font-family: "Apercu Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
}

.collection-item-cont {
    border: 1px solid #A6A6A6;
    box-sizing: border-box;
    border-top: 0;
    padding: 18px 20px 33px;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 243px;
}

.collection-item-cont-goods {
    max-width: 336px;
    width: 100%;
    max-height: 64px;
    overflow-y: hidden;
    transition: 0.3s;
}

.collection-item-cont-goods_active {
    max-height: 300px;
}

.collection-item-cont-goods img {
    width: 100%;
}

.collection-item-cont-goods_more {
    margin-top: 19px;
    color: #7C7B78;
    font-family: "Apercu Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    text-align: center;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    display: flex;
    align-items: center;
    gap: 5px;
    display: none;
    margin-bottom: 28px;
}

.collection-item-cont-goods_more::after {
    content: '';
    min-width: 9px;
    max-width: 9px;
    height: 6px;
    background-image: url(../img/collection/arrow.png);
    background-size: 100% 100%;
    display: flex;
}

.collection-item-cont-goods_more_active {
    display: flex;
}

.collection-item-cont-btn {
    margin-top: auto;
    color: #1F1F1F;
    font-family: "Apercu Pro";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 15px 28px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    gap: 11px;
    border-radius: 6px;
    border: 1px solid #1F1F1F;
    max-height: 56px;
}

.collection-item-cont-btn::after {
    content: '';
    width: 8px;
    height: 13px;
    background-image: url(../img/main-banner/arrow.png);
    background-size: 100% 100%;
    display: flex;
    transition: 0.3s;
}

.collection-item-cont-btn:hover {
    background-color: #1F1F1F;
    color: #fff;
}

.collection-item-cont-btn:hover::after {
    background-image: url(../img/main-collection/arrow.png);
}

.collection-add-filter-btn {
    display: none;
}

.collection-filter-top {
    display: none;
}

.collection-filter-item-cont-menu-top {
    display: none;
}

.collection-filter .collection-add-show {
    display: none;
}

.news_also {
    margin-top: 172px;
}

.news_also-title {
    color: #000;
    font-family: "Apercu Pro";
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.news_also .news-row {
    margin-top: 51px;
}

.answer {
    margin-top: 22px;
}

.answer-row {
    margin-top: 69px;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    align-items: stretch;
}

.answer-item {
    width: calc(100% / 3 - 13.4px);
    border-radius: 2px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.answer-item-pic {
    max-height: 378px;
    min-width: 378px;
}

.answer-item-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.answer-item-cont {
    min-height: 262px;
    border: 1px solid #A6A6A6;
    border-top: 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 11px 71px 38px;
    text-align: center;
    gap: 20px;
    height: 100%;
}

.answer-item-title {
    color: #454545;
    font-family: "Apercu Pro";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
}

.answer-item-text {
    color: #1F1F1F;
    font-family: "Apercu Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
}

.del {
    margin-top: 59px;
}

.del .news-title {
    margin-bottom: 39px;
}

.del-item {
    padding: 0 33px;
    box-sizing: border-box;
    padding-bottom: 34px;
    border-bottom: 1px solid rgba(124, 123, 120, 0.51);
    margin-bottom: 29px;
}

.del-item:last-child {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.del-item-top {
    color: #1F1F1F;
    font-family: "Apercu Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    text-transform: uppercase;
    max-width: 295px;
    width: 100%;
    height: 54px;
    background: #D9D9D9;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 31px;
}

.del-self {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 412px;
    position: relative;
    padding-left: 46px;
    padding-top: 4px;
}

.del-self::before {
    content: '';
    width: 32px;
    height: 32px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../img/del/time.png);
    background-size: 100% 100%;
}

.del-self-time {
    color: #1F1F1F;
    font-family: "Apercu Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 25px;
}

.del-self-text {
    color: #1F1F1F;
    font-family: "Apercu Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.del-salon-free {
    color: #1F1F1F;
    font-family: "Apercu Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    padding: 0 44px;
    box-sizing: border-box;
}

.del-salon-row {
    padding: 0 44px;
    box-sizing: border-box;
    display: flex;
    margin-top: 47px;
    gap: 90px;
}

.del-salon-col {
    padding-right: 89px;
    border-right: 1px solid rgba(124, 123, 120, 0.51);
    box-sizing: border-box;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 56px;
}

.del-salon-col:last-child {
    border: 0;
}

.del-salon-col-block {
    display: flex;
    flex-direction: column;
    gap: 38px;
}

.del-salon-col-block-top {
    color: #1F1F1F;
    font-family: "Apercu Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    display: flex;
    align-items: flex-end;
    gap: 16px;
    margin-bottom: 5px;
}

.del-salon-col-block-top::before {
    content: '';
    min-width: 32px;
    max-width: 32px;
    height: 32px;
    background-image: url(../img/del/weight.png);
    background-size: 100% 100%;
    display: flex;
    margin-bottom: -2px;
}

.del-salon-col-block-item {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 263px;
    padding-left: 49px;
    box-sizing: border-box;
    padding-top: 10px;
    position: relative;
}

.del-salon-col-block-item::before {
    content: '';
    width: 32px;
    height: 32px;
    background-image: url(../img/del/metro.png);
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.del-salon-col-block-item-title {
    color: #1F1F1F;
    font-family: "Apercu Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    text-transform: uppercase;
}

.del-salon-col-block-item-text {
    color: #1F1F1F;
    font-family: "Apercu Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
}

.del-item-as {
    display: flex;
    gap: 109px;
}

.del-item-as-block {
    max-width: 848px;
}

.del-item-as-block-row {
    padding: 0 44px;
    box-sizing: border-box;
    display: flex;
    gap: 120px;
    row-gap: 44px;
    flex-wrap: wrap;
}

.del-item-as-block-row-item {
    display: flex;
    flex-direction: column;
    max-width: 320px;
    width: 100%;
}

.del-item-as-block-row-item-title {
    color: #1F1F1F;
    font-family: "Apercu Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
}

.del-item-as-block-row-item-price {
    color: #1F1F1F;
    font-family: "Apercu Pro";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
    margin-top: 32px;
}

.del-item-as-block-row-item-sub {
    margin-top: 8px;
    color: #1F1F1F;
    font-family: "Apercu Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 35px;
}

.del-item-as-not {
    border-radius: 6px;
    background: #E9E4DB;
    padding: 37px 20px 30px 25px;
    box-sizing: border-box;
    max-width: 399px;
    width: 100%;
    height: fit-content;
}

.del-item-as-not-title {
    color: #1F1F1F;
    font-family: "Apercu Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    text-transform: uppercase;
    margin-bottom: 31px;
}

.del-item-as-not ol {
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    color: #1F1F1F;
    font-family: "Apercu Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; /* 156.25% */
}

.del-item-fg {
    display: flex;
    gap: 46px;
    flex-wrap: wrap;
    margin-top: 73px;
}

.del-item-fg-first {
    display: flex;
    flex-direction: column;
    max-width: 400px;
}

.del-item-fg-first p {
    color: #1F1F1F;
    font-family: "Apercu Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    padding-left: 44px;
    box-sizing: border-box;
}

.del-item-fg-first p span {
    font-weight: 700;
}

.del-item-fg-first ul {
    color: #1F1F1F;
    font-family: "Apercu Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    margin-top: 25px;
    margin-bottom: 25px;
    column-count: 2;
    padding-left: 64px;
}

.del-item-fg-first-second {
    max-width: 600px;
}

.del-item-fg-first-second p {
    color: #1F1F1F;
    font-family: "Apercu Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}

.del-item-fg-first-second p span {
    font-weight: 700;
}

.del-item-bot {
    margin-top: 17px;
    padding: 0 44px;
    box-sizing: border-box;
    display: flex;
    gap: 260px;
}

.del-item-bot-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.del-item-bot-item-price {
    color: #1F1F1F;
    font-family: "Apercu Pro";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
}

.del-item-bot-item-sub {
    color: #1F1F1F;
    font-family: "Apercu Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 35px;
}

.del-item-bot-cont {
    display: flex;
    gap: 73px;
    row-gap: 44px;
    flex-wrap: wrap;
    max-width: 753px;
}

.del-item-bot-cont-text {
    width: 100%;
    color: #1F1F1F;
    font-family: "Apercu Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 25px;
}

.del-item-last-block {
    padding-left: 44px;
    margin-bottom: 50px;
    max-width: 1160px;
    box-sizing: border-box;
    color: #1F1F1F;
    font-family: "Apercu Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 25px; /* 156.25% */
}

.del-item-last-block:last-child {
    margin: 0;
}

.del-item-last-block ol {
    padding-left: 25px;
}

.del-item-top_mob {
    display: none;
}

.del-nav {
    display: none;
}

.pay {
    margin-top: 22px;
}

.pay-cont {
    margin-top: 62px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.pay-cont p {
    color: #1F1F1F;
    font-family: "Apercu Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 25px;
    display: flex;
    flex-direction: column;
}

.pay-cont p span {
    font-weight: 700;
}

.callback {
    margin-top: 50px;
    /* height: 448px; */
    width: 100%;
    background-image: url(../img/callback/bg.png);
    background-size: 100% 100%;
    background-size: cover;
    background-position: center center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 56px 0 54px;
    gap: 156px;
}

.callback-info {
    display: flex;
    flex-direction: column;
    gap: 13px;
    padding-left: 100px;
}

.callback-info-title {
    color: #FBFBFB;
    font-family: "Apercu Pro";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.callback-info-text {
    color: #FBFBFB;
    font-family: "Apercu Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
}

.callback-form {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    max-width: 529px;
    width: 100%;
}

.callback-form input[type='text'] {
    width: 100%;
    height: 54px;
    border-radius: 6px;
    border: 1px solid #FFF;
    box-sizing: border-box;
    color: #FFF;
    font-family: "Apercu Pro";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-left: 35px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.callback-form input[type='text']::placeholder {
    color: #FFF;
}

.callback-form label {
    display: flex;
    gap: 15px;
    color: #FBFBFB;
    font-family: "Apercu Pro";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px; /* 191.667% */
    cursor: pointer;
}

.callback-form label span {
    max-width: 20px;
    min-width: 20px;
    height: 20px;
    background-image: url(../img/callback/check.png);
    background-size: 100% 100%;
    display: flex;
    transition: 0.3s;
}

.callback-form label input {
    display: none;
}

.callback-form label input:checked~span {
    background-image: url(../img/callback/check_active.png);
}

.callback-form-also {
    margin-top: 1px;
    color: #FBFBFB;
    font-family: "Apercu Pro";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
}

.callback-form input[type='submit'] {
    padding: 15px 45px;
    box-sizing: border-box;
    color: #1F1F1F;
    font-family: "Apercu Pro";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    border-radius: 6px;
    background: #F7F3F2;
    width: fit-content;
    margin-top: 20px;
    cursor: pointer;
    transition: 0.3s;
    border: 1px solid #F7F3F2;
}

.callback-form input[type='submit']:hover {
    color: #F7F3F2;
    background-color: transparent;
}

.contact {
    margin-top: 22px;
}

.contact-map {
    width: 100%;
    height: 343px;
    margin-top: 54px;
}

.contact-map iframe {
    width: 100%;
    height: 100%;
}

.contact-adr {
    margin-top: 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(124, 123, 120, 0.51);
    box-sizing: border-box;
}

.contact-adr-text {
    display: flex;
    flex-direction: column;
    gap: 9px;
    color: #000;
    font-family: "Apercu Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
}

.contact-adr-text span {
    color: #1F1F1F;
    font-family: "Apercu Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 25px;
}

.contact-adr-btn {
    color: #1F1F1F;
    font-family: "Apercu Pro";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 16px 40px;
    box-sizing: border-box;
    border-radius: 6px;
    background: rgba(250, 238, 217, 0.61);
    width: fit-content;
}

.contact-adr-btn:hover {
    background-color: #1F1F1F;
    color: #fff;
}

.contact-adr-btn::after {
    content: '';
    width: 8px;
    height: 13px;
    background-image: url(../img/main-banner/arrow.png);
    background-size: 100% 100%;
    display: flex;
    transition: 0.3s;
}

.contact-adr-btn:hover::after {
    background-image: url(../img/main-collection/arrow.png);
}

.contact-add {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    padding-bottom: 33px;
    border-bottom: 1px solid rgba(124, 123, 120, 0.51);
    box-sizing: border-box;
    gap: 22px;
}

.contact-add-row {
    gap: 100px;
    display: flex;
}

.contact-add-item {
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.contact-add-item span {
    color: #1F1F1F;
    font-family: "Apercu Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 25px;
}

.contact-add-item a {
    color: #000;
    font-family: "Apercu Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}

.contact-add-time {
    color: #1F1F1F;
    font-family: "Apercu Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 25px;
    display: flex;
    gap: 14px;
    align-items: center;
}

.contact-add-time::before {
    content: '';
    min-width: 32px;
    max-width: 32px;
    height: 32px;
    background-image: url(../img/del/time.png);
    background-size: 100% 100%;
    display: flex;
}

.contact-text {
    margin-top: 35px;
    color: #1F1F1F;
    font-family: "Apercu Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 25px;
    max-width: 853px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-text span {
    font-weight: 700;
}

.error {
    margin-top: 22px;
    margin-bottom: 150px;
}

.error-cont {
    margin-top: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    /* margin-bottom: 120px; */
}

.error-title {
    color: #1F1F1F;
    font-family: "Apercu Pro";
    font-size: 150px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    /* margin-bottom: 29px; */
}

.error-text {
    color: #1F1F1F;
    font-family: "Apercu Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
}

.error-btn {
    color: #1F1F1F;
    font-family: "Apercu Pro";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 16px 40px;
    box-sizing: border-box;
    border-radius: 6px;
    background: rgba(250, 238, 217, 0.61);
    width: fit-content;
    margin-top: 56px;
}

.error-btn:hover {
    background-color: #1F1F1F;
    color: #fff;
}

.error-btn::after {
    content: '';
    max-width: 8px;
    min-width: 8px;
    height: 13px;
    background-image: url(../img/main-banner/arrow.png);
    background-size: 100% 100%;
    display: flex;
    transition: 0.3s;
}

.error-btn:hover::after {
    background-image: url(../img/main-collection/arrow.png);
}

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

    .header {

    }

    .header-main-soc {
        display: none;
    }

    .header-main {
        height: 58px;
        padding: 16px 0;
        box-sizing: border-box;
        background: #36393E !important;
    }

    .header-main .container {
        width: 100%;
        justify-content: space-between;
        gap: 25px;
    }

    .header-main-logo {
        margin: 0 auto;
        max-width: 132px;
    }

    .header-main-add {
        margin: 0;
    }

    .header-main-add a {
        display: none;
        font-size: 0;
    }

    .header-main-add a:first-child {
        display: flex;
    }

    .header-main-add-tel a::before {
        min-width: 25px;
        max-width: 25px;
        height: 25px;
    }

    .header-main-menu-btn {
        min-width: 25px;
        max-width: 25px;
        height: 25px;
        background-image: url(../img/header/btn.png);
        background-size: 100% 100%;
        display: flex;
    }

    .header-main-search-btn {
        min-width: 25px;
        max-width: 25px;
        height: 25px;
        background-image: url(../img/header/search_wt.png);
        background-size: 100% 100%;
        display: flex;
    }

    .header-main-cart {
        min-width: 25px;
        max-width: 25px;
        height: 25px;
        background-image: url(../img/header/cart.png);
        background-size: 100% 100%;
        position: relative;
        display: flex;
    }

    .header-main-cart span {
        color: #000;
        font-family: "Apercu Pro";
        font-size: 7px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        background-color: #ECBC67;
        padding: 2px 3px 3px 4px;
        position: absolute;
        top: 0;
        right: -2px;
        border-radius: 50%;
    }

    .header-main-cnt {
        position: fixed;
        top: 58px;
        right: 0;
        left: 0;
        background: rgba(130, 132, 135, 1);
        padding: 6px 0;
        display: flex;
        justify-content: center;
        gap: 60px;
    }

    .header-main-cat-btn {
        font-size: 0;
        color: #1F1F1F;
        font-family: "Apercu Pro";
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: lowercase;
        align-items: center;
        border-radius: 6px;
        background: rgba(250, 238, 217, 0.61);
        padding: 8px 17px 7px;
        display: none;
    }

    .header-main-cat-btn span {
        font-size: 16px;
    }

    .header-main-cat-btn::after {
        background-image: url(../img/main-banner/arrow.png);
        background-size: 100% 100%;
        width: 5px;
        height: 8px;
    }

    .header-main-cat-link {
        display: flex;
        color: #1F1F1F;
        font-family: "Apercu Pro";
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: lowercase;
        align-items: center;
        border-radius: 6px;
        background: rgba(250, 238, 217, 0.61);
        padding: 8px 17px 7px;
        gap: 8px;
    }

    .header-main-cat-link::after {
        content: '';
        display: flex;
        background-image: url(../img/main-banner/arrow.png);
        background-size: 100% 100%;
        width: 5px;
        height: 8px;
    }

    .header-main-sale {
        color: #FFF;
        font-family: "Apercu Pro";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: lowercase;
        display: flex;
        align-items: center;
        gap: 5px;
        border-radius: 6px;
        border: 1px solid #FFF;
        box-sizing: border-box;
        padding: 7px 24px;
    }

    .header-main-sale::before {
        display: none;
    }

    .header-main-sale::after {
        content: '';
        width: 5px;
        height: 8px;
        background-image: url(../img/main-collection/arrow.png);
        background-size: 100% 100%;
        display: flex;
    }

    .main-banner {
        margin-top: 0;
        /* min-height: 399px; */
        height: auto;
        padding-bottom: 141px;
    }

    .main-banner-cont {
        margin-top: 84px;
    }

    .main-banner-cont h1 {
        color: #ECECEC;
        font-family: "Apercu Pro";
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-transform: uppercase;
        margin-bottom: 20px;
    }
    
    .main-banner-cont p {
        color: #FFF;
        font-family: "Apercu Pro";
        font-size: 12px;
        font-style: normal;
        font-weight: 300;
        line-height: 18px; /* 150% */
    }

    .main-banner-cont a {
        margin-top: 27px;
        padding: 7px 16px;
        font-size: 16px;
        gap: 5px;
        align-items: center;
    }

    .main-banner-cont a::after {
        width: 5px;
        height: 8px;
    }

    .main-choice {
        margin-top: -98px;
        position: relative;
    }

    .main-choice .container {
        padding: 0;
    }

    .main-choice .slick-list {
        /* margin: 0 - 20px; */
    }

    .main-choice-title {
        max-width: 269px;
        color: #ECECEC;
        font-family: "Apercu Pro";
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 120%;
        text-align: center;
        text-transform: uppercase;
        margin: 0 auto;
    }

    .main-choice-row {
        margin-top: 10px;
    }

    .main-choice-item {
        margin: 0 10px;
        /* max-width: 20% !important; */
        width: 156px;
        aspect-ratio: 39/49;
        padding: 7px 9px !important;
        gap: 7px;
    }

    .main-choice-item span {
        font-size: 12px;
        max-width: 87px;
    }

    .main-choice-item-link {
        font-size: 20px;
        gap: 0;
    }

    .main-choice-item-link::after {
        width: 18px;
        height: 18px;
    }

    .main-choice .slick-dots {
        position: absolute;
        bottom: -29px;
        right: 0;
        left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        list-style: none;
        gap: 8px;
    }

    .main-choice .slick-dots li button {
        font-size: 0;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        box-sizing: border-box;
        border-radius: 16px;
        border: 3px solid rgba(165, 165, 165, 1);
        transition: 0.3s;
        position: relative;
        background-color: #1F1F1F;
    }

    .main-choice .slick-dots .slick-active button {
        background-color: transparent;
    }

    .main-sale {
        margin-top: 66px;
    }

    .main-sale-title {
        color: #000;
        font-family: "Apercu Pro";
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-transform: uppercase;
    }

    .main-sale-row {
        flex-direction: column;
        margin: 0 -12px;
        margin-top: 20px;
        gap: 22px;
    }

    .main-sale-item {
        width: 100%;
    }

    .main-sale-item-pic {
        height: 243px;
    }

    .main-sale-item-name {
        margin-top: 18px;
        margin-bottom: 13px;
        font-size: 20px;
        padding: 0 12px;
    }

    .main-sale-item-text {
        color: #454545;
        font-family: "Apercu Pro";
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 18px;
        padding: 0 12px;
    }

    .main-sale-item-link {
        font-size: 16px;
        padding: 7px 17px;
        margin: 0 12px;
        margin-top: 18px;
    }

    .main-sale-item-link::after {
        width: 5px;
        height: 8px;
    }
    
    .main-collection {
        margin-top: 38px;
    }

    .main-collection-slider {
        flex-direction: column-reverse;
        max-height: none;
        margin: 0 -12px;
        margin-top: 21px;
    }

    .main-collection-slider-block {
        width: 100%;
        padding: 20px 12px 22px;
        aspect-ratio: auto;
    }

    .main-collection-slider-cont {
        width: 100%;
        height: 246px;
    }

    .main-collection-slider-cont .slick-arrow {
        left: 12px;
        width: 12px;
        height: 20px;
    }

    .main-collection-slider-cont .slick-next {
        right: 12px;
        left: unset;
    }

    .main-collection-slider-cont .slick-dots {
        bottom: 10px;
    }

    .main-collection-slider-block-item-title {
        color: #454545;
        font-family: "Apercu Pro";
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-align: center;
        text-transform: uppercase;
        margin-bottom: 18px;
    }

    .main-collection-slider-block-item-text {
        color: #000;
        font-family: "Apercu Pro";
        font-size: 12px;
        font-style: normal;
        font-weight: 300;
        line-height: 18px;
    }

    .main-collection-slider-block-item-link {
        margin: 0;
        margin-top: 18px;
        width: fit-content;
        font-size: 16px;
        padding: 7px 17px;
    }

    .main-collection-slider-block-item-link::after {
        width: 5px;
        height: 8px;
    }

    .main-blog {
        margin-top: 38px;
    }

    .main-blog-row {
        margin-top: 16px;
        gap: 20px;
    }

    .main-blog-item {
        width: 100%;
    }

    .main-blog-item-pic {
        aspect-ratio: auto;
        height: 206px;
    }

    .main-blog-item-date {
        color: #454545;
        font-family: "Apercu Pro";
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin-top: 19px;
        margin-bottom: 13px;
    }

    .main-blog-item-text {
        font-size: 12px;
        max-width: 300px;
        line-height: 18px; /* 150% */
    }

    .main-blog-item .main-sale-item-link {
        margin-left: 0;
        margin-top: 18px;
    }

    .main-adr {
        margin-top: 40px;
        overflow: hidden;
    }

    .main-adr-side {
        width: -webkit-fill-available;
        width: -moz-available; /* For Firefox */
        max-width: none;
        margin-left: 64px;
    }

    .main-adr-top {
        max-width: 295px;
        min-width: 0;
        height: 83px;
        /* margin-left: -12px; */
        justify-content: flex-start;
        position: relative;
        border-radius: 0;
        margin-bottom: 0;
    }

    .main-adr-top h2 {
        color: #FFF;
        font-family: "Apercu Pro";
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-transform: uppercase;
    }

    .main-adr-top::before {
        content: '';
        width: 100%;
        right: calc(100% - 1px);
        bottom: 0;
        top: 0;
        background-color: rgba(125, 125, 125, 1);
        position: absolute;
    }

    .main-adr .container {
        flex-direction: column;
    }

    .main-adr-pic {
        width: auto;
        display: none;
        margin-right: -12px;
        aspect-ratio: 454/245;
    }

    .main-adr-pic_mob {
        display: flex;
        margin-bottom: 24px;
    }

    .main-adr-info h3 {
        color: #000;
        font-family: "Apercu Pro";
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px; /* 160% */
        text-transform: uppercase;
        margin-bottom: 10px;
    }

    .main-adr-info p {
        color: #000;
        font-family: "Apercu Pro";
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 18px;
    }

    .footer {
        margin-top: 34px;
        padding: 19px 0 20px;
    }

    .footer-main {
        flex-wrap: wrap;
        row-gap: 30px;
        column-gap: 10px;
        justify-content: space-between;
    }

    .footer-left {
        width: 100%;
    }

    .footer-logo {
        max-width: 126px;
    }

    .footer-cards {
        display: none;
    }

    .footer-menu {
        margin-left: 0;
    }

    .footer-menu ul {
        padding-left: 15px;
        gap: 14px;
        column-gap: 35px;
        max-height: 110px;
    }

    .footer-menu ul li {
        color: #FFF;
        font-family: "Apercu Pro";
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-bottom: 15px;
    }

    .footer-contact {
        margin-left: 0;
        max-width: 101px;
    }

    .footer-contact-row {
        gap: 14px;
    }

    .footer-contact-row a {
        font-size: 12px;
    }

    .footer-contact-row p {
        display: none;
    }

    .footer-adr {
        margin-left: 0;
        display: flex;
        flex-direction: column;
        width: 100%;
        position: relative;
    }

    .footer-adr p {
        max-width: 200px;
        height: 50px;
        flex-shrink: 0;
        color: #FFF;
        font-family: "Apercu Pro";
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 18px;
    }

    .footer-adr-soc {
        margin: 0;
        position: absolute;
        top: 0;
        left: calc(100% - 100px);
    }

    .footer-bot {
        margin-top: 17px;
        flex-direction: column;
        align-items: center;
        gap: 14px;
    }

    .footer-bot p {
        color: #FFF;
        font-family: "Apercu Pro";
        font-size: 12px;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        text-align: center;
    }

    .footer-bot .footer-cards {
        display: flex;
    }

    .header-top {
        position: fixed;
        top: 0;
        background: rgba(54, 57, 62, 0.93) !important;
        padding: 0;
        overflow-y: hidden;
        z-index: 8;
        width: 100%;
        max-height: 0;
        transition: 0.3s;
    }

    .header-top_active {
        max-height: 1000px !important;
        padding: 11px 0 36px;
        overflow-y: scroll;
    }

    .header-top .container {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 42px;
    }

    .header-top::-webkit-scrollbar {
        display: none;
    }

    .header-top-nav {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }

    .header-top-nav a {
        border: 0;
        color: #FFF;
        font-family: "Apercu Pro";
        font-size: 20px;
        font-style: normal;
        font-weight: 300;
        line-height: 32px;
        padding: 0;
    }

    .header-top-search, .header-top-cart {
        display: none;
    }

    .header-top .header-main-soc {
        display: flex;
        margin: 0;
    }

    .header-top-close {
        width: 32px;
        height: 32px;
        background-image: url(../img/header/close.png);
        background-size: 100% 100%;
        display: flex;
    }

    .single-banner-block {
        margin-top: 73px;
        margin-bottom: 30px;
        margin-right: 20px;
        padding: 9px 17px 9px 0;
    }

    .single-banner-block h1 {
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 24px;
    }

    .single-banner-block-text {
        font-size: 12px;
        line-height: 18px;
    }

    .single-banner-block-link {
        margin-top: 20px;
        font-size: 16px;
        padding: 8px 17px;
        gap: 5px;
    }

    .single-banner-block-link::after {
        width: 5px;
        height: 8px;
    }

    .single-cont {
        margin-top: 24px;
    }

    .single-cont .container {
        gap: 25px;
    }

    .single-cont-block {
        flex-direction: column;
        gap: 25px;
    }

    .single-text {
        padding: 0;
        gap: 20px;
    }

    .single-text p {
        color: #1F1F1F;
        font-family: "Apercu Pro";
        font-size: 12px;
        font-style: normal;
        font-weight: 300;
        line-height: 20px;
    }

    .single-cont-block-pic {
        aspect-ratio: 1 / 1;
        margin: 0;
    }

    .single-cont-block-pic img {
        height: 100%;
        object-fit: cover;
    }

    .single-video {
        height: 207px;
    }

    .single-video-btn {
        width: 60px;
        height: 60px;
    }

     .chip_solo {
        margin-top: 87px;
    }

    .chip a {
        line-height: 15px !important;
    }

    .card {
        margin-top: 20px;
    }

    .card-top {
        /* margin-top: 20px; */
    }

    .card-top h1 {
        color: #4B4D52;
        font-family: "Apercu Pro";
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 28px;
        text-transform: uppercase;
        margin-bottom: 6px;
    }

    .card-top span {
        color: #1F1F1F;
        font-family: "Apercu Pro";
        font-size: 12px;
        font-style: normal;
        font-weight: 300;
        line-height: 25px;
    }

    .card-main {
        margin-top: 34px;
        gap: 32px;
    }

    .card-main-slider {
        aspect-ratio: unset;
        padding: 0 80px;
        box-sizing: border-box;
        max-width: 100%;
    }

    .card-main-block {
        width: 100%;
        padding: 25px 0 19px;
    }

    .card-main-block-price {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 17px;
    }

    .card-main-block-counter {
        margin-bottom: 11px;
    }

    .card-main-block-btn {
        color: #1F1F1F;
        font-family: "Apercu Pro";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        padding: 7px 22px;
        box-sizing: border-box;
        background: rgba(250, 238, 217, 0.61);
    }

    .card-main-block-btn::after {
        background-image: url(../img/main-banner/arrow.png);
        width: 5px;
        height: 8px;
    }

    .card-main-block-btn:hover {
        color: inherit;
        background-color: inherit;
    }

    .card-main-block-btn:hover::after {
        background-image: inherit;
    }

    .card-main-block-link {
        margin-top: 19px;
    }

    .card-main-add {
        margin: 0;
    }

    .card-info {
        margin-top: 46px;
        gap: 45px;
    }

    .card-info-char {
        padding: 0;
        width: 100%;
    }

    .card-info-title {
        color: #454545;
        font-family: "Apercu Pro";
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 25px;
        text-transform: uppercase;
        margin-bottom: 21px;
    }

    .card-info-list {
        gap: 20px;
    }

    .card-info-list li {
        gap: 50px;
    }

    .card-info-list li span {
        flex-shrink: 0;
        color: #1F1F1F;
        font-family: "Apercu Pro";
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        width: calc(100% / 2 - 25px);
    }

    .card-info-list li span:last-child {
        font-weight: 300;
    }

    .card-info-pack {
        margin-left: 0;
        width: 100%;
    }

    .card-info-add {
        max-width: 100%;
        width: 100%;
        margin: 0;
        padding: 44px 9px 22px 8px;
        gap: 20px;
        color: #000;
        font-family: "Apercu Pro";
        font-size: 12px;
        font-style: normal;
        font-weight: 300;
        line-height: 20px; /* 166.667% */
    }

    .card-info-add::before {
        left: 8px;
        top: 10px;
    }

    .card-also {
        padding: 0;
        border: 0;
    }

    .card-also-top {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .card-also-top h2 {
        color: #454545;
        font-family: "Apercu Pro";
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 25px;
        text-transform: uppercase;
        text-align: left;
    }

    .card-also-top a {
        color: #FFF;
        font-family: "Apercu Pro";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        padding: 8px 20px;
        gap: 5px;
    }

    .card-also-top a::after {
        width: 5px;
        height: 8px;
    }

    .card-also-nav {
        margin-top: 21px;
    }

    .card-also-nav button {
        color: #1F1F1F;
        font-family: "Apercu Pro";
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        white-space: nowrap;
        max-width: 122px;
        width: 100%;
        padding: 0;
    }

    .card-also-row {
        margin-top: 46px;
        gap: 70px;
        justify-content: space-between;
        row-gap: 28px;
    }

    .card-also-item {
        /* width: calc(100% / 2 - 35px); */
        width: 100%;
        max-width: 152px;
        padding-right: 0;
    }

    .card-also-item_side {
        display: none;
    }

    .card-also-item-cont {
        max-width: none;
        width: 100%;
    }

    .card-also-item-cont::after {
        display: none;
    }

    .card-also-item-cont-pic {
        padding: 0 15px;
        box-sizing: border-box;
        height: 122px;
    }

    .card-also-item-cont-name {
        margin-top: 13px;
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        text-align: center;
        text-transform: uppercase;
    }

    .card-also-item-cont-art {
        display: none;
    }

    .card-also-item-cont-price {
        color: #1F1F1F;
        font-family: "Apercu Pro";
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 25px;
        margin-top: 19px;
    }

    .card-also-item-cont-btn {
        margin-top: 7px;
        gap: 10px;
        padding: 8px 22px;
        box-sizing: border-box;
        color: #FFF;
        font-family: "Apercu Pro";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .card-also-item-cont-btn::after {
        width: 5px;
        height: 8px;
    }

    .card-also-more {
        margin-top: 53px;
        font-size: 16px;
        padding: 8px 20px;
        box-sizing: border-box;
        gap: 8px;
    }

    .card-also-more::after {
        width: 5px;
        height: 8px;
    }

    .card-also-pag {
        margin-top: 34px;
        gap: 34px;
    }

    .card-also-pag a {
        font-size: 12px;
        padding: 8px 10px 6px;
    }

    .click-modal {
        padding: 0 13px;
        box-sizing: border-box;
    }

    .click-modal-cont {
        padding: 17px 21px 20px;
    }

    .click-modal-cont-notif {
        color: #1F1F1F;
        font-family: "Apercu Pro";
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 25px;
        margin-bottom: 13px;
    }

    .click-modal-cont-name {
        color: #4B4D52;
        font-family: "Apercu Pro";
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 25px;
        text-transform: uppercase;
        margin-bottom: 29px;
    }

    .click-modal-cont .card-main-block-counter {
        align-items: center;
        margin-bottom: 0;
    }

    .click-modal-cont .card-main-block-counter-value {
        display: flex;
    }

    .click-modal-cont-bot {
        margin-top: 11px;
        flex-direction: column;
        gap: 19px;
    }

    .click-modal-cont-bot-btn {
        font-size: 16px;
        padding: 8px 20px;
        box-sizing: border-box;
        gap: 8px;
    }

    .click-modal-cont-bot-btn::after {
        width: 5px;
        height: 8px;
    }

    .click-modal-cont-bot-link {
        font-size: 12px;
    }

    .chip_cart a:first-child {
        margin-left: 0;
    }

    .cart {
        margin-top: 29px;
    }

    .cart-table {
        margin-top: 29px;
    }

    .cart-table-head {
        display: none;
    }

    .cart-table-body-item {
        flex-wrap: wrap;
        gap: 30px;
        padding: 0;
        row-gap: 0;
        /* justify-content: flex-start; */
        justify-content: space-between;
        padding-bottom: 21px;
    }

    .cart-table-count {
        position: unset;
        margin-top: 36px;
        width: 25px;
    }

    .cart-table-type, .cart-table-name, .cart-table-char, .cart-table-num, .cart-table-price {
        max-width: unset;
    }

    .cart-table-type {
        max-width: 99px;
    }

    .cart-table-name {
        max-width: calc(100% - 130px - 30px - 25px);
        /* max-width: 154px; */
        width: auto;
        gap: 8px;
    }

    .cart-table-name-art {
        text-align: right;
        color: #1F1F1F;
        font-family: "Apercu Pro";
        font-size: 12px;
        font-style: normal;
        font-weight: 300;
        line-height: 25px;
        max-width: 154px;
    }

    .cart-table-name-title {
        color: #454545;
        font-family: "Apercu Pro";
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 25px;
        text-transform: uppercase;
    }

    .cart-table-del {
        right: auto;
        left: -2px;
        top: 0;
    }

    .cart-table-char {
        margin-top: 66px;
    }

    .cart-table-char_long {
        max-height: 74px;
        overflow: hidden;
        position: relative;
        transition: 0.3s;
    }

    .cart-table-char_long_open {
        max-height: 300px;
    }

    .cart-table-char_long ul li:nth-child(5) span {
        position: relative;
        width: fit-content;
        display: flex;
        gap: 9px;
        align-items: center;
    }

    .cart-table-char_long ul li:nth-child(5) span:nth-child(1)::after {
        content: '';
        min-width: 9px;
        max-width: 9px;
        height: 5px;
        background-image: url(../img/cart/arrow.png);
        background-size: 100% 100%;
        /* position: absolute; */
        /* top: 0; */
        /* left: 100%; */
        display: flex;
        transition: 0.3s;
    }

    .cart-table-char_long_open ul li:nth-child(5) span:nth-child(1)::after {
        transform: rotate(180deg);
    }

    .cart-table-char_long::after {
        
    }

    .cart-table-char ul {
        flex-direction: row;
        flex-wrap: wrap;
        justify-self: start;
        gap: 37.5px;
        row-gap: 25px;
    }

    .cart-table-char ul li {
        width: calc(100% / 3 - 25px);
        min-width: 82px;
        /* width: 100%; */
        display: flex;
        flex-direction: column;
        gap: 9px;
        text-align: left;
    }

    .cart-table-char ul li span {
        text-align: left !important;
        max-width: unset !important;
        min-width: 0 !important;
        color: #1F1F1F !important;
        font-size: 12px !important;
        line-height: normal !important;
    }

     .cart-table-char ul li span:last-child {
        font-weight: 400 !important;
    }

    .cart-table-num {
        max-width: 200px;
        margin-top: 63px;
    }

    .cart-table-body .cart-table-price {
        width: calc(100% - 200px - 30px);
        margin-left: auto;
        margin-top: 70px;
        font-size: 20px;
        margin-left: auto;
        height: 25px;
        text-align: right;
    }

    .cart-promo {
        padding-left: 0;
        margin-top: 34px;
    }

    .cart-promo-row {
        flex-direction: column;
    }

    .cart-promo-check {
        max-width: 370px;
    }

    .cart-ofor {
        margin-top: 44px;
        border: 0;
        padding-bottom: 0;
    }

    .cart-ofor-title {
        display: none;
    }

    .cart-ofor-row {
        margin: 0;
        padding: 0;
        flex-direction: column-reverse;
        gap: 31px;
        border: 0;
    }

    .cart-ofor-item {
        padding-bottom: 33px;
        border-bottom: 1px solid rgba(124, 123, 120, 0.51);
        box-sizing: border-box;
        max-width: none;
    }

    .cart-ofor-item-top-block {
        max-width: 230px;
        min-width: 230px;
        height: 48px;
    }

    .cart-ofor-item-top span {
        font-size: 12px;
        line-height: 16px;
    }

    .cart-bot {
        width: 100%;
        margin: 0;
        margin-top: 31px;
        padding: 0 15px;
        box-sizing: border-box;
    }

    .cart-bot-cont {
        justify-content: space-between;
    }

    .cart-bot-cont li {
        width: 100%;
        justify-content: space-between;
    }

    .cart-bot-cont li span:first-child {
        font-size: 14px;
        max-width: unset;
        min-width: 0;
    }

    .cart-bot-cont li span:last-child {
        font-size: 16px;
        max-width: unset;
        min-width: 0;
        width: fit-content;
    }

    .cart-bot-btn {
        margin: 42px auto 0;
        font-size: 16px;
        padding: 12px 53px;
        gap: 7px;
    }

    .cart-bot-btn::after {
        width: 5px;
        height: 8px;
    }

    .order {
        margin-top: 29px;
    }

    .order-title {
        padding: 0;
        color: #4B4D52;
        font-family: "Apercu Pro";
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 28px;
        text-transform: uppercase;
    }

    .order-row {
        flex-direction: column;
        gap: 22px;
        align-items: flex-start;
        padding-bottom: 29px;
    }

    .order-block {
        padding: 15px 16px 28px;
    }

    .order-block-top {
        font-size: 12px;
        font-style: normal;
        font-weight: 300;
        line-height: 25px; /* 208.333% */
        margin-bottom: 22px;
    }

    .order-block-txt {
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 25px; /* 156.25% */
        margin-bottom: 19px;
    }

    .order-block-num {
        font-size: 30px;
        font-style: normal;
        font-weight: 500;
        line-height: 25px; /* 83.333% */
    }

    .order-info-title {
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: 20px; /* 166.667% */
        margin-bottom: 20px;
    }

    .order-info-text {
        gap: 20px;
        font-size: 12px;
        font-style: normal;
        font-weight: 300;
        line-height: 20px;
    }

    .order-info-add {
        font-size: 12px;
        font-style: normal;
        font-weight: 300;
        line-height: 20px;
    }

    .order-more {
        margin-top: 20px;
        font-size: 16px;
        padding: 8px 17px;
        gap: 5px;
        margin-left: 0;
    }

    .order-more::after {
        width: 5px;
        height: 8px;
    }

    .news {
        margin-top: 29px;
    }

    .news-title {
        padding: 0;
        color: #4B4D52;
        font-family: "Apercu Pro";
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 28px;
        text-transform: uppercase;
    }

    .news-row {
        margin-top: 29px;
        row-gap: 27px;
    }

    .news-item {
        width: 100%;
    }

    .news-item-pic {
        height: 239px;
    }

    .news-item-cont {
        padding: 16px 14px 19px;
        height: auto;
    }

    .news-item-name {
        max-width: 305px;
        color: #454545;
        font-family: "Apercu Pro";
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 30px;
        margin-bottom: 17px;
    }

    .news-item-text {
        color: #1F1F1F;
        font-family: "Apercu Pro";
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 23px;
    }

    .news-item-bot {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        margin-top: 8px;
        gap: 26px;
    }

    .news-item-bot-btn {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        padding: 7px 16px;
        gap: 6px;
    }

    .news-item-bot-btn::after {
        min-width: 5px;
        max-width: 5px;
        height: 8px;
    }

    .news-pag {
        gap: 17px;
        margin-top: 33px;
    }

    .news-pag-link {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        gap: 6px;
        padding: 7px 17px;
        max-width: 138px;
    }

    .news-pag-link::after {
        max-width: 5px;
        min-width: 5px;
        height: 8px;
    }

    .news-date {
        padding: 0;
        margin-top: 15px;
        font-size: 11px;
        font-style: normal;
        font-weight: 400;
        line-height: 23px; /* 209.091% */
    }

    .news-single-banner {
        height: 239px;
        margin-bottom: 27px;
    }

    .news-single-info {
        margin-right: 60px;
        padding-bottom: 0;
        border: 0;
    }

    .news-single-info p, .news-single-info ul {
        color: #1F1F1F;
        font-family: "Apercu Pro";
        font-size: 12px;
        font-style: normal;
        font-weight: 300;
        line-height: 20px;
    }

    .news-single-info h2 {
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 25px;
    }

    .news-single-info a {
        font-size: 12px;
        font-style: normal;
        font-weight: 300;
        line-height: 20px;
    }

    .collection .container {
        display: flex;
        flex-direction: column;
        margin-top: 29px;
        position: relative;
    }

    .collection-top {
        flex-direction: column;
        margin-top: 29px;
        /* height: 58px; */
        gap: 14px;
        order: 1;
    }

    .collection-top a {
        max-width: 240px;
        width: 100%;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        height: 41px;
        padding: 14px 38px;
    }

    .collection-title {
        padding: 0;
        color: #4B4D52;
        font-family: "Apercu Pro";
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 28px;
        text-transform: uppercase;
    }

    .collection-add {
        flex-wrap: wrap;
        gap: 0;
        order: 0;
        margin-top: 29px;
        width: calc(100% + 24px);
        margin-left: -12px;
    }

    .collection-add-type {
        width: 100%;
        order: 1;
    }

    .collection-add-type-btn {
        width: 50%;
        max-width: 50%;
        min-width: 0;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 28px; /* 200% */
        text-transform: uppercase;
        gap: 8px;
        height: 58px;
    }

    .collection-add-show {
        display: none;
    }

    .collection-add-sort {
        order: 0;
        width: 50%;
        flex-direction: column;
        background: #E0E4EB;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 18px; /* 128.571% */
        height: 58px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .sort-btn {
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 18px; /* 128.571% */
        text-decoration: none;
    }

    .collection-add-sort-select {
        position: unset;
    }

    .sort-list {
        top: calc(53px + 58px);
        right: 0;
        left: 0;
        width: 100%;
        box-sizing: border-box;
    }

    .sort-btn::after {
        min-width: 5px;
        max-width: 5px;
        height: 8px;
    }

    .collection-add-res {
        display: none;
    }

    .collection-add-filter-btn {
        display: flex;
        width: 50%;
        height: 58px;
        flex-shrink: 0;
        color: #1F1F1F;
        font-family: "Apercu Pro";
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 28px;
        text-align: center;
        background: #E7EAEF;
        display: flex;
        justify-content: center;
        align-items: center;
        display: flex;
        gap: 7px;
    }

    .collection-add-filter-btn::after {
        content: '';
        min-width: 5px;
        max-width: 5px;
        height: 8px;
        background-image: url(../img/main-banner/arrow.png);
        background-size: 100% 100%;
        transform: rotate(90deg);
        display: flex;
    }

    .collection-filter {
        display: none;
        position: fixed;
        top: 40px;
        left: 0;
        right: 0;
        background-color: #fff;
        padding: 0;
        gap: 0;
        z-index: 8;
        bottom: 0;
        flex-direction: column;
    }

    .collection-filter_active {
        display: flex;
    }

    .collection-filter-item-name {
        display: none;
    }

    .collection-filter-item {
        max-width: 100%;
        background-color: #fff;
    }

    .collection-filter-item-cont-block {
        background-color: #fff;
        height: 50px;
        border-bottom: 1px solid #DBDFE5;
        box-sizing: border-box;
        padding: 0 11px;
    }

    .collection-filter-item-cont-block::after {
        transform: rotate(-0deg);
    }

    .collection-filter-item-cont-menu {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
    }

    .collection-filter-top {
        display: flex;
        height: 58px;
        width: 100%;
        background: #E7EAEF;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #1F1F1F;
        font-family: "Apercu Pro";
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 28px;
        text-align: center;
        position: relative;
    }

    .collection-filter-top-close {
        width: 21px;
        height: 21px;
        background-image: url(../img/collection/close.png);
        background-size: 100% 100%;
        position: absolute;
        left: 13px;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .collection-filter .collection-add-res {
        display: flex;
        margin: 0;
        width: 100%;
        max-width: none;
        display: flex;
        flex-direction: column-reverse;
        margin-top: auto;
    }

    .collection-add-res-show {
        width: 100%;
        color: #1F1F1F;
        text-align: center;
        font-family: "Apercu Pro";
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 28px; /* 200% */
        text-transform: uppercase;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #D9D9D9;
        height: 44px;
        border-radius: 0;
    }

    .collection-add-res-show::after {
        display: none;
    }

    .collection-add-res-clear {
        position: unset;
        width: 100%;
        height: 44px;
        background: #ECF0F5;
        color: #5C5C5C;
        text-align: center;
        font-family: "Apercu Pro";
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px; /* 200% */
        text-decoration: none;
    }

    .collection-filter-cont {
        gap: 0;
        max-height: calc(100% - 58px - 88px - 24px - 36px - 12px);
        overflow-y: scroll;
    }

    .collection-filter .collection-add-show {
        display: flex;
        margin-top: auto;
        padding: 0 11px;
        box-sizing: border-box;
        gap: 12px;
        flex-wrap: wrap;
    }

    .collection-add-show span {
        color: #4B4D52;
        font-family: "Apercu Pro";
        font-size: 11px;
        font-style: normal;
        font-weight: 500;
        line-height: 28px;
        text-align: center;
        margin-right: 0;
    }

    .collection-add-show-btn {
        color: #4B4D52;
        font-family: "Apercu Pro";
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        padding: 6px 15px;
    }

    .collection-filter .collection-add-show {
        display: flex;
    }

    .collection-filter-item-cont {
        position: unset;
    }

    .collection-filter-item-cont-menu {
        background-color: #fff;
        position: absolute;
        top: 0;
        bottom: 88px;
        left: 0;
        right: 0;
        border: 0;
        padding: 0;
        gap: 0;
    }

    .collection-filter-item-cont-menu-top {
        height: 58px;
        background: #E7EAEF;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #1F1F1F;
        font-family: "Apercu Pro";
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 28px;
        text-align: center;
        text-transform: uppercase;
        position: relative;
    }

    .collection-filter-item-cont-menu-ct {
        box-sizing: border-box;
        overflow-y: scroll;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .collection-filter-item-cont-menu-list {
        gap: 0;
    }

    .collection-filter-item-cont-menu-list label {
        flex-direction: row-reverse;
        justify-content: space-between;
        height: 50px;
        align-items: center;
        border-bottom: 1px solid #DBDFE5;
        padding: 0 11px;
    }

    .collection-filter-item-cont-menu-list label div {
        display: none;
    }

    .collection-filter-item-cont-menu-top_back {
        width: 10px;
        height: 17px;
        background-image: url(../img/collection/arrow_left.png);
        background-size: 100% 100%;
        position: absolute;
        left: 13px;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .collection-filter-item-cont-menu-top_clear {
        width: 24px;
        height: 24px;
        background-image: url(../img/cart/del.png);
        background-size: 100% 100%;
        position: absolute;
        right: 9px;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .collection-filter-item-cont-menu-sel {
        padding: 0 11px;
    }

    .collection-row {
        display: flex;
        order: 2;
        margin-top: 43px;
        row-gap: 43px;
        padding: 0;
        border: 0;
    }

    .collection-item {
        width: 100%;
    }

    .collection-item-tag {
        margin-bottom: 6px;
    }

    .collection-item-tag div {
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        padding: 6px 12px;
    }

    .collection-item-pic {
        height: 239px;
    }

    .collection-item-top {
        padding: 20px 20px 17px;
        gap: 10px;
    }

    .collection-item-name {
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 40px; /* 200% */
        text-transform: uppercase;
    }

    .collection-item-price {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 23px; /* 143.75% */
    }

    .collection-item-cont {
        min-height: 155px;
    }

    .collection-item-cont-goods {
        max-width: none;
    }

    .collection-item-cont-btn {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        padding: 7px 16px;
        gap: 6px;
    }

    .collection-item-cont-btn::after {
        width: 5px;
        height: 8px;
    }

    .collection-bot {
        order: 3;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .news_also {
        margin-top: 70px;
    }

    .news_also-title {
        color: #454545;
        font-family: "Apercu Pro";
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 30px;
        text-transform: uppercase;
    }

    .news_also .news-row {
        margin-top: 34px;
    }

    .answer-row {
        gap: 28px;
        margin-top: 29px;
    }

    .answer-item {
        width: 100%;
    }

    .answer-item-pic {
        max-height: 239px;
        min-width: 239px;
    }

    .answer-item-cont {
        min-height: 162px;
        padding: 16px 20px 30px;
        gap: 7px;
    }

    .answer-item-title {
        color: #454545;
        font-family: "Apercu Pro";
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 30px;
        text-align: center;
        max-width: 234px;
    }

    .answer-item-text {
        color: #1F1F1F;
        font-family: "Apercu Pro";
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        text-align: center;
        max-width: 234px;
    }

    .del {
        margin-top: 29px;
    }

    .del-item {
        padding: 0;
        margin-bottom: 36px;
        border: 0;
    }

    .del-item-top {
        max-width: none;
        width: 100%;
        color: #4B4D52;
        font-family: "Apercu Pro";
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-transform: uppercase;
        background: #E7EAEF;
        height: 41px;
    }

    .del-item_first .del-item-top {
        background-color: transparent;
        justify-content: flex-start;
        height: auto;
        margin-bottom: 28px;
        color: #4B4D52;
        font-family: "Apercu Pro";
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-align: center;
        text-transform: uppercase;
    }

    .del-self {
        padding-left: 34px;
        padding-right: 13px;
        padding-top: 0;
        gap: 14px;
    }

    .del-self-time {
        color: #1F1F1F;
        font-family: "Apercu Pro";
        font-size: 14px;
        font-style: normal;
        font-weight: 300;
        line-height: 25px;
    }

    .del-self-text {
        color: #1F1F1F;
        font-family: "Apercu Pro";
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
    }

    .del-self::before {
        width: 25px;
        height: 25px;
    }

    .del-salon-free {
        display: none;
    }

    .del-salon-row {
        margin-top: 18px;
        flex-wrap: wrap;
        padding: 0;
        gap: 37px;
    }

    .del-salon-col {
        padding: 0;
        width: 100%;
        border: 0;
        gap: 39px;
    }

    .del-salon-col-block {
        gap: 20px;
    }

    .del-salon-col-block-top {
        gap: 6px;
        color: #1F1F1F;
        font-family: "Apercu Pro";
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin: 0;
    }

    .del-salon-col-block-top::before {
        max-width: 25px;
        min-width: 25px;
        height: 25px;
    }

    .del-salon-col-block-item {
        padding-left: 31px;
        padding-top: 2px;
        gap: 10px;
        max-width: none;
    }

    .del-salon-col-block-item::before {
        width: 25px;
        height: 25px;
    }

    .del-salon-col-block-item-title {
        color: #1F1F1F;
        font-family: "Apercu Pro";
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 25px;
        text-transform: uppercase;
    }

    .del-salon-col-block-item-text {
        color: #1F1F1F;
        font-family: "Apercu Pro";
        font-size: 12px;
        font-style: normal;
        font-weight: 300;
        line-height: 20px;
    }

    .del-item-as {
        flex-wrap: wrap;
    }

    .del-item-as .del-item-top {
        background-color: transparent;
        justify-content: flex-start;
        height: auto;
        margin-bottom: 28px;
        color: #4B4D52;
        font-family: "Apercu Pro";
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-align: center;
        text-transform: uppercase;
    }

    .del-item-top_mob {
        display: flex;
        justify-content: center !important;
        max-width: none;
        width: 100% !important;
        color: #4B4D52 !important;
        font-family: "Apercu Pro" !important;
        font-size: 12px !important;
        font-style: normal !important;
        font-weight: 500 !important;
        line-height: normal !important;
        text-transform: uppercase !important;
        background: #E7EAEF !important;
        height: 41px !important;
    }

    .del-item-as {
        gap: 36px;
    }

    .del-item-as-block-row {
        padding: 0;
        gap: 33px;
    }

    .del-item-as-block-row-item {
        max-width: none;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .del-item-as-block-row-item-title {
        color: #1F1F1F;
        font-family: "Apercu Pro";
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        text-align: center;
    }

    .del-item-as-block-row-item-price {
        margin-top: 20px;
        color: #1F1F1F;
        font-family: "Apercu Pro";
        font-size: 30px;
        font-style: normal;
        font-weight: 400;
        line-height: 35px;
    }

    .del-item-as-block-row-item-sub {
        color: #1F1F1F;
        font-family: "Apercu Pro";
        font-size: 11px;
        font-style: normal;
        font-weight: 300;
        line-height: 35px;
        margin-top: 0;
    }

    .del-item-as-not {
        padding: 24px 26px 23px 24px;
    }

    .del-item-as-not-title {
        color: #1F1F1F;
        font-family: "Apercu Pro";
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 25px;
        text-transform: uppercase;
        margin-bottom: 22px;
    }

    .del-item-as-not ol {
        color: #1F1F1F;
        font-family: "Apercu Pro";
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
    }

    .del-item-fg-first p {
        padding-left: 0;
        text-align: center;
        font-size: 12px;
        line-height: 20px; /* 166.667% */
    }

    /* .del-item-fg-first p:first-child {
        max-width: 258px;
    } */

    .del-item-fg-first ul {
        padding-left: 0;
        padding-left: 20px;
        margin: 0 30px;   
        margin-top: 10px;
        margin-bottom: 32px; 
        color: #1F1F1F;
        font-family: "Apercu Pro";
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px; /* 166.667% */
    }

    .del-item-fg-first-second p {
        text-align: center;
        color: #1F1F1F;
        font-family: "Apercu Pro";
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
    }

    .del-item-bot {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 32px;
        padding: 0;
    }

    .del-item-bot-cont {
        justify-content: center;
        gap: 32px;
    }

    .del-item-bot {
        margin-top: 17px;
    }

    .del-item-bot-item {
        align-items: center;
        width: 100%;
        gap: 0;
    }

    .del-item-bot-item-price {
        color: #1F1F1F;
        font-family: "Apercu Pro";
        font-size: 30px;
        font-style: normal;
        font-weight: 400;
        line-height: 35px;
    }

    .del-item-bot-item-sub {
        color: #1F1F1F;
        font-family: "Apercu Pro";
        font-size: 11px;
        font-style: normal;
        font-weight: 300;
        line-height: 35px;
    }

    .del-item-bot-cont-text {
        color: #1F1F1F;
        font-family: "Apercu Pro";
        font-size: 12px;
        font-style: normal;
        font-weight: 300;
        line-height: 20px;
    }

    .del-item-last-block {
        padding: 0;
        color: #1F1F1F;
        font-family: "Apercu Pro";
        font-size: 12px;
        font-style: normal;
        font-weight: 300;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .del-nav {
        display: flex;
        flex-direction: column;
        gap: 14px;
        margin-bottom: 48px;
    }

    .del-nav .del-item-top {
        margin: 0;
    }

    .pay {
        margin-top: 29px;
    }

    .pay-cont {
        margin-top: 25px;
        gap: 15px;
    }

    .pay-cont p {
        color: #1F1F1F;
        font-family: "Apercu Pro";
        font-size: 12px;
        font-style: normal;
        line-height: 20px;
    }

    .callback {
        flex-direction: column;
        gap: 24px;
        margin: 0 -12px;
        width: calc(100% + 24px);
        margin-top: 24px;
        padding: 33px 11px 34px;
        box-sizing: border-box;
        height: auto;
    }

    .callback-info {
        padding: 0;
        text-align: center;
        gap: 18px;
    }

    .callback-info-title {
        color: #FBFBFB;
        font-family: "Apercu Pro";
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .callback-info-text {
        max-width: 243px;
        color: #FBFBFB;
        font-family: "Apercu Pro";
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        text-align: center;
    }

    .callback-form input[type='text'] {
        margin-bottom: 16px;
        color: #FFF;
        font-family: "Apercu Pro";
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        padding-left: 16px;
        height: 44px;
    }

    .callback-form label {
        gap: 11px;
        align-items: center;
    }

    .callback-form label span {
        max-width: 13px;
        min-width: 13px;
        height: 13px;
        margin-top: -3px;
    }

    .callback-form-also {
        margin: 0;
        font-size: 11px;
    }

    .callback-form input[type='submit'] {
        color: #1F1F1F;
        font-family: "Apercu Pro";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        display: flex;
        gap: 4px;
        align-items: center;
        padding: 10px 35px;
        margin: 0 auto;
        margin-top: 42px;
    }

    .contact {
        margin-top: 29px;
    }

    .contact-map {
        margin-top: 29px;
        height: 226px;
    }

    .contact-adr {
        margin-top: 18px;
        padding-bottom: 32px;
        gap: 9px;
    }

    .contact-adr-btn {
        display: none;
    }

    .contact-adr-text {
        color: #000;
        font-family: "Apercu Pro";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
    }

    .contact-adr-text span {
        color: #1F1F1F;
        font-family: "Apercu Pro";
        font-size: 12px;
        font-style: normal;
        font-weight: 300;
        line-height: 25px;
    }

    .contact-add {
        margin-top: 18px;
        padding-bottom: 27px;
        gap: 10px;
    }

    .contact-add-row {
        gap: 57px;
    }

    .contact-add-item {
        gap: 0;
    }

    .contact-add-item span {
        color: #1F1F1F;
        font-family: "Apercu Pro";
        font-size: 12px;
        font-style: normal;
        font-weight: 300;
        line-height: 25px;
    }

    .contact-add-item a {
        color: #000;
        font-family: "Apercu Pro";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 32px;
    }

    .contact-add-time {
        gap: 7px;
        color: #1F1F1F;
        font-family: "Apercu Pro";
        font-size: 12px;
        font-style: normal;
        font-weight: 300;
        line-height: 25px;
    }

    .contact-add-time::before {
        max-width: 25px;
        min-width: 25px;
        height: 25px;
    }

    .contact-text {
        margin-top: 26px;
        font-size: 12px;
        font-style: normal;
        line-height: 20px; /* 166.667% */
    }

    .error {
        margin-top: 29px;
        margin-bottom: 72px;
    }

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

    .error-title {
        color: #1F1F1F;
        font-family: "Apercu Pro";
        font-size: 100px;
        font-style: normal;
        font-weight: 500;
    }

    .error-text {
        color: #1F1F1F;
        font-family: "Apercu Pro";
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: 25px;
    }

    .error-btn {
        padding: 8px 17px;
        gap: 7px;
        color: #1F1F1F;
        font-family: "Apercu Pro";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-top: 21px;
    }

    .error-btn::after {
        max-width: 5px;
        min-width: 5px;
        height: 8px;
    }
}