@font-face {
    font-family: 'Minion Pro';
    src: local('Minion Pro Regular'), local('Minion-Pro-Regular'),
    url('fonts/MinionPro-Regular.woff2') format('woff2'),
    url('fonts/MinionPro-Regular.woff') format('woff'),
    url('fonts/MinionPro-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

:root {
    --pr-orange: #FA7A35;
    --pr-badge: #F0E6D8;
    --pr-dark: #2D2A29;
    --pr-minion: 'Minion Pro', serif;
}

body {
    font-family: 'Montserrat', sans-serif;
    color: var(--pr-dark);
    font-size: 14px;
    overflow-x: hidden;
    padding-top: 105px;
}

a {
    color: var(--pr-dark);
    text-decoration: none;
}

.container {
    max-width: 1392px;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--pr-dark);
    --bs-btn-border-color: var(--pr-dark);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--pr-dark);
    --bs-btn-hover-border-color: var(--pr-dark);
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--pr-dark);
    --bs-btn-active-border-color: var(--pr-dark);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--pr-dark);
    --bs-btn-disabled-border-color: var(--pr-dark);
}

.form-control {
    border: none;
    border-bottom: 1px solid rgba(45, 42, 41, 0.1) !important;
    border-radius: 0;
    box-shadow: none !important;
    outline: none !important;
    font-size: 14px;
    font-weight: 500;
}

.form-group {
    margin-bottom: 25px;
}

.bx-soa .form-group label {
    position: relative;
    padding-bottom: 2px;
    color: rgba(45, 42, 41, 0.3);
    font-weight: 500;
    font-size: 10px;
    letter-spacing: -0.02em;
}

.btn-lg, .btn-group-lg > .btn {
    font-size: 16px;
}

h2 {
    font-family: var(--pr-minion);
    font-size: 26px;
    line-height: 90%;
    letter-spacing: .4em;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 28px;
}

.flying-wa {
    background: rgb(255 255 255 / 30%) url(img/wa.svg) no-repeat center / 34px;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 20px;
    position: fixed;
    border-radius: 100%;
    z-index: 20;
}

@media (max-width: 767.98px) {

    body {
        padding-top: 50px;
        font-size: 12px;
    }

    h2 {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .flying-wa {
        background-size: 30px;
        width: 50px;
        height: 50px;
    }

}

.product-card {
    position: relative;
}

.product-card__photo {
    height: 395px;
    position: relative;
    background: #F7F2EB;
    /*background: #fff;*/
    overflow: hidden;
    padding: 10px;
}

.product-card__photo_cover {
    padding: 0;
}

.product-card__photo img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    transition: all .5s;
}

.product-card__photo_cover img {
    object-fit: cover;
}

.product-card:hover .product-card__photo img {
    transform: scale(1.05);
}

.product-card__buttons {
    position: absolute;
    bottom: 20px;
    right: 20px;
    opacity: 0;
    z-index: -1;
}

.product-card:hover .product-card__buttons {
    opacity: 1;
    z-index: 2;
}

.product-card__btn-favorite {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #fff url(img/heart_dark.svg) no-repeat center;
    margin-right: 10px;
    cursor: pointer;
    transition: all .2s;
}

.product-card__btn-favorite:hover,
.product-card__btn-favorite_active {
    background-image: url(img/heart_white.svg);
    background-color: var(--pr-dark);
}

.product-card__btn-add {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #fff url(img/bag_dark.svg) no-repeat center;
    cursor: pointer;
    transition: all .2s;
}

.product-card__btn-add:hover {
    background-image: url(img/bag_white.svg);
    background-color: var(--pr-dark);
}

.product-card__name {
    font-size: 20px;
    line-height: 100%;
    margin-top: 24px;
    display: block;
    font-family: var(--pr-minion);
}

.product-card:hover .product-card__name {
    opacity: .6;
}

.product-card__price-block {
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    margin-top: 10px;
}

.product-card__old-price {
    text-decoration: line-through;
    color: rgba(45, 42, 41, 0.3);
    margin-right: 10px;
}

.product-card__price {
    margin-right: 10px;
}

.product-card__badge {
    color: #fa7a35;
}

.product-card__colors {
    margin-left: 6px;
}

.product-card__colors-item {
    width: 10px;
    height: 10px;
    background-size: cover;
    margin-left: 4px;
    border-radius: 100%;
}

@media (max-width: 991.98px) {

    .product-card__photo {
        height: 200px;
    }

    .product-card__buttons {
        display: block;
        opacity: .7;
        right: 5px;
        bottom: 5px;
        z-index: 1;
    }

    .product-card__btn-favorite {
        width: 30px;
        height: 30px;
        margin-right: 5px;
        background-size: 13px 12px;
    }

    .product-card__btn-add {
        width: 30px;
        height: 30px;
        background-size: 12px 11px;
    }

    .product-card__name {
        font-size: 12px;
        margin-top: 15px;
    }

    .product-card__price-block {
        font-size: 12px;
    }

    .product-card__old-price {
        margin-right: 7px;
    }

    .product-card__price {
        margin-right: 7px;
    }

}

.header {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 101;
    border-bottom: 1px solid rgba(45, 42, 41, .1);
}

.header__notification {
    background: #f7f2eb;
}

.header__notification-text {
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: -0.02em;
    text-align: center;
    padding: 19px 70px;
    min-height: 50px;
}

.header__notification-btn {
    background: #fff url(img/close.svg) no-repeat center;
    width: 25px;
    height: 25px;
    cursor: pointer;
    border-radius: 100%;
    position: absolute;
    right: 0;
    top: calc(50% - 12px);
}

.header-inner {
    position: relative;
    padding-top: 57px;
    padding-bottom: 17px;
    transition: all .2s;
}

.header_active .header-inner {
    padding-top: 12px;
    padding-bottom: 12px;
}

.header-menu {
    list-style: none;
    margin-top: 10px;
    margin-bottom: 0;
    padding-left: 0;
}

.header-menu__burger {
    background: url(img/hamb.svg) no-repeat center / contain;
    width: 20px;
    height: 14px;
    cursor: pointer;
}

.header-menu__burger_active {
    background: url(img/close_2.svg) no-repeat center / contain;
    width: 15px;
    height: 16px;
}

.header-menu__item {
    position: relative;
    margin-right: 20px;
}

.header-menu__link {
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: -0.02em;
    transition: opacity .2s;
    position: relative;
    cursor: pointer;
}

.header-menu__link:hover {
    opacity: .6;
}

.header-menu__item-parent .header-menu__link {
    background-image: url(img/arrow_down.svg);
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: center;
    padding-right: 14px;
}

.header-menu__subitems {
    position: absolute;
    top: 100%;
    padding-top: 17px;
    padding-bottom: 13px;
}

.header-menu__column {
    padding: 0 27px;
    border-left: 1px solid rgba(45, 42, 41, 0.1);
}

.header-menu__column:nth-child(1) {
    padding-left: 0;
    border-left: none;
}

.header-menu__sublink,
.header-menu__columnlink {
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: -0.02em;
    white-space: nowrap;
}

a.header-menu__sublink:hover {
    opacity: .85;
}

.header-menu__columnlink {
    color: #A98C7F;
}

.header-menu__contacts {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid rgba(45, 42, 41, .1);
}

.header-menu__contact {
    font-size: 15px;
    font-weight: 500;
    line-height: 15px;
    letter-spacing: -0.02em;
}

.header-menu__contact + .header-menu__contact {
    margin-top: 15px;
}

.header-menu__contact_personal {
    background-image: url(img/h_cab.svg);
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: center;
    padding-left: 20px;
}

.header-logo {
    background: url(img/logo_1.svg) no-repeat center / contain;
    width: 180px;
    height: 61px;
    display: block;
    position: absolute;
    top: 22px;
    left: 50%;
    transform: translateX(-50%);
    transition: all .2s;
}

.header_active .header-logo {
    background-image: url(img/logo_2.svg);
    width: 36px;
    height: 29px;
    top: 14px;
}

.header__phone {
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    transition: opacity .2s;
}

.header__phone:hover {
    opacity: .8;
}

.header-buttons {
    margin-left: 22px;
    /*margin-bottom: 5px;*/
}

.header-button {
    width: 16px;
    height: 16px;
    margin-left: 28px;
}

.header-button__search {
    background: url(img/h_search.svg) no-repeat center / contain;
    width: 17px;
    height: 17px;
}

.header-button__cabinet {
    background: url(img/h_cab.svg) no-repeat center;
}

/*.header-button__favorites {*/
/*    background: url(img/h_heart.svg) no-repeat center;*/
/*}*/
.header-button__favorites {
    background: url(img/h_heart.svg) no-repeat left 15px center;
    padding-right: 10px;
    border: 1px solid rgba(45, 42, 41, 0.1);
    width: 60px;
    height: 31px;
    border-radius: 15px;
    font-weight: 500;
    font-size: 14px;
    padding-left: 37px;
    line-height: 29px;
    transition: background-color .3s;
}

.header-button__favorites:hover {
    background-color: #fcfaf9
}

.header-button__cart {
    /*background: url(img/h_bag.svg) no-repeat center ;*/
}

.header-button__cart {
    background: url(img/h_bag.svg) no-repeat left 15px center;
    padding-right: 10px;
    margin-left: 10px;
    border: 1px solid rgba(45, 42, 41, 0.1);
    width: 60px;
    height: 31px;
    border-radius: 15px;
    font-weight: 500;
    font-size: 14px;
    padding-left: 37px;
    line-height: 29px;
    transition: background-color .3s;
}

.header-button__cart:hover {
    background-color: #fcfaf9
}

@media (max-width: 991.98px) {
    .header-inner,
    .header_active .header-inner {
        height: 50px;
        padding-top: 9px;
        padding-bottom: 0;
    }

    .header-menu {
        margin-top: 8px;
    }

    .header-menu__burger {
        margin-right: 18px;
        margin-left: 0;
        width: 23px;
        height: 15px;
    }

    .header-menu__container {
        position: fixed;
        top: 50px;
        left: 0;
        width: 100%;
        padding: 25px calc(var(--bs-gutter-x) * .5) 30px calc(var(--bs-gutter-x) * .5);
        background-color: #fff;
        overflow: auto;
        z-index: 100;
    }

    .header-menu__item {
        margin-right: 0;
        margin-bottom: 10px;
        text-align: center;
    }

    .header-menu__link {
        font-size: 15px;
        line-height: 15px;
    }

    .header-menu__item-catalog .header-menu__link {
        display: none;
    }

    .header-menu__subitems {
        position: relative;
        padding-top: 10px;
        padding-bottom: 0;
    }

    .header-menu__item-catalog .header-menu__subitems {
        display: block!important;
    }

    .header-menu__column {
        padding: 0;
        border-left: none;
    }

    .header-menu__column[data-role="column.parent"] .header-menu__sublink {
        background-image: url(img/arrow_down.svg);
        background-repeat: no-repeat;
        background-position-x: right;
        background-position-y: center;
        padding-right: 14px;
    }

    .header-menu__sublink {
        font-size: 15px;
    }

    .header-menu__sublink,
    .header-menu__columnlink {
        margin-bottom: 10px;
    }

    .header-logo,
    .header_active .header-logo {
        background-image: url(img/logo_2.svg);
        width: 28px;
        height: 21px;
        top: 15px;
    }

    .header-buttons {
        margin-bottom: 0;
    }

    .header__notification-text {
        font-size: 12px;
        padding: 12px 0;
    }

}

.main-products {
    margin-top: 30px;
    padding-bottom: 105px;
}

.main-products__all {
    border: 1px solid rgba(45, 42, 41, 0.1);
    background: url(img/arrow_right.svg) no-repeat right 50px center;
    border-radius: 30px;
    width: 200px;
    height: 50px;
    line-height: 48px;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: -.02em;
    margin-top: 60px;
    padding-left: 50px;
    display: inline-block;
    transition: all .2s;
}

.main-products__all:hover {
    border-color: var(--pr-dark);
}

@media (max-width: 991.98px) {

    .main-products {
        padding-bottom: 60px;
    }

    .main-products__all {
        background: url(img/arrow_right.svg) no-repeat right 39px center / 18px auto;
        width: 165px;
        height: 45px;
        line-height: 43px;
        font-size: 12px;
        margin-top: 40px;
        padding-left: 39px;
    }

}

.main-banner {
    position: relative;
}

.main-banner img {
    width: 100%;
}

.main-banner__name {
    font-size: 70px;
    line-height: 90%;
    text-align: center;
    color: #fff;
    font-family: var(--pr-minion);
    position: absolute;
    transform: translate(-50%, -58%);
    left: 50%;
    top: 50%;
}

@media (max-width: 991.98px) {

    .main-banner__name {
        font-size: 50px;
    }

}

.inner-head {
    text-align: center;
    padding: 50px 0;
}

.inner-head h1,
.inner-head .inner-head__title {
    font-family: var(--pr-minion);
    font-weight: 400;
    font-size: 50px;
    line-height: 90%;
    text-align: center;
    margin-bottom: 0;
}

.inner-head__catalog-top-text {
    font-weight: 500;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: -0.02em;
    text-align: center;
}

@media (max-width: 991.98px) {

    .inner-head {
        padding: 30px 0 20px;
    }

    .inner-head h1,
    .inner-head .inner-head__title {
        font-size: 30px;
        text-decoration: none;
    }

}

.about-page {
    text-align: center;
    padding-bottom: 100px;
}

.about-page img {
    width: 100%;
}

.about-page__hero {
    margin-bottom: 60px;
}

.about-page__photos {
    margin: 50px 0 60px;
}

.about-page__t1 {
    max-width: 640px;
    margin: 0 auto;
}

.about-page__t2 {
    max-width: 746px;
    margin: 0 auto;
}

@media (max-width: 991.98px) {

    .about-page {
        padding-bottom: 50px;
    }

    .about-page__hero {
        margin-bottom: 50px;
    }

    .about-page__photos {
        margin: 30px 0 40px;
    }

}

.web-form__partnership {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.web-form__partnership input.error, textarea.error {
    color: red;
    border-bottom: 1px solid red !important;
}

.web-form__partnership span.error, span.error a, div.error {
    color: red;
}

.partnership {
    text-align: center;
    padding-bottom: 100px;
}

.partnership img {
    width: 100%;
}

.partnership__hero {
    margin-bottom: 60px;
}

.partnership__form {
    margin-top: 45px;
    max-width: 440px;
}

.partnership__form form {
    text-align: left;
}

.partnership__form input:not([type="checkbox"]), textarea {
    box-shadow: none;
    outline: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -0.02em;
    width: 100%;
    padding: 11px 0;
    border: none;
    border-bottom: 1px solid rgba(45, 42, 41, .1);
    margin-bottom: 30px;
}

.partnership__form label input[type="checkbox"], input[type="radio"]  {
    width: min-content;
    text-align: left;
}

.partnership__form input::placeholder {
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -0.02em;
    color: rgba(45, 42, 41, 0.3);
}

.partnership__form textarea {
    box-shadow: none;
    outline: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    width: 100%;
    letter-spacing: -0.02em;
    padding: 11px 0;
    border: none;
    border-bottom: 1px solid rgba(45, 42, 41, .1);
    resize: none;
    height: 110px;
}

.partnership__form textarea::placeholder {
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -0.02em;
    color: rgba(45, 42, 41, 0.3);
}

.partnership__form button {
    border: 1px solid rgba(45, 42, 41, .1);
    border-radius: 25px;
    width: 180px;
    height: 50px;
    background: #fcfaf9;
    font-weight: 500;
    font-size: 12px;
    line-height: 48px;
    letter-spacing: -.03em;
    color: var(--pr-dark);
    box-shadow: none;
    outline: none;
    margin-top: 40px;
    float: left;
}

.sizes-page {
    padding: 30px 0;
}

.sizes-page table {
    border: 1px solid #EFECE6;
    font-weight: 500;
    font-size: 16px;
    white-space: nowrap;
}

.sizes-page table thead {
    border: 1px solid #EFECE6;
}

.sizes-page table tr {
    border: 1px solid #EFECE6;
}

.sizes-page table th {
    background: #f7f2eb;
    padding: 18px 20px;
    border-right: none;
    border-left: none;
    font-weight: 500;
}

.sizes-page table td {
    border-color: rgba(45, 42, 41, 0.1);
    padding: 18px 30px;
    border-right: none;
    border-left: none;
}

.sizes-page__info {
    font-weight: 500;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: -0.02em;
    text-align: center;
    max-width: 820px;
    margin: 50px auto 30px;
}

@media (max-width: 991.98px) {

    .sizes-page table {
        font-size: 12px;
    }

    .sizes-page table th {
        padding: 15px 18px;
    }

    .sizes-page table td {
        padding: 15px 18px;
    }

    .sizes-page__info {
        font-size: 12px;
        margin: 25px auto 10px;
    }

}

.confidential h2 {
    font-weight: 400;
    font-size: 24px;
    line-height: 90%;
    margin: 40px 0 20px;
    letter-spacing: normal;
    text-transform: none;
}

.shops-page {
    padding-bottom: 100px;
}

/*.shops-page__hero {*/
/*    margin-bottom: 60px;*/
/*}*/
/*.shops-page__hero img {*/
/*    width: 100%;*/
/*}*/
/*.shops-page select {*/
/*    box-shadow: none !important;*/
/*    outline: none !important;*/
/*    font-weight: 500;*/
/*    font-size: 14px;*/
/*    line-height: 140%;*/
/*    letter-spacing: -0.02em;*/
/*    width: 100%;*/
/*    padding: 11px 0;*/
/*    border: none;*/
/*    border-bottom: 1px solid rgba(45, 42, 41, .1) !important;*/
/*    max-width: 280px;*/
/*    margin: 40px auto;*/
/*    border-radius: 0;*/
/*}*/
.shops-page__menu {
    margin-top: 50px;
}

.shops-page__menu-item {
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -0.02em;
    color: rgba(45, 42, 41, 0.3);
    margin: 0 13px;
    padding-bottom: 7px;
    border-bottom: 2px solid transparent;
    cursor: pointer;
    transition: all .3s;
}

.shops-page__menu-item_active,
.shops-page__menu-item:hover {
    color: var(--pr-dark);
    border-color: var(--pr-dark);
}

.shops-page__list {
    margin-top: 50px;
}

.shops-page__shop-picture {
    height: 200px;
    background-color: #f7f2eb;
    background-size: cover;
    background-position: center;
}

.shops-page__shop-name {
    font-weight: 700;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: -0.02em;
    margin-top: 30px;
}

.shops-page__shop-address {
    font-weight: 500;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: -0.02em;
}

.shops-page__shop-time {
    font-weight: 500;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: -0.02em;
    margin-top: 15px;
}

.shops-page__shop-phone a {
    font-weight: 500;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: -0.02em;
}

.shops-page__shop-lines {
    font-weight: 500;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: -0.02em;
    margin-top: 15px;
}

.shops-page__shop-map {
    margin-top: 15px;
}

.shops-page__shop-map a {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.02em;
    background: url(img/pin3.svg) no-repeat right center;
    padding-right: 22px;
    text-decoration: underline;
    display: inline-block;
}

@media (max-width: 991.98px) {

    .shops-page {
        padding-bottom: 50px;
    }

    /*.shops-page__hero {*/
    /*    margin-bottom: 50px;*/
    /*}*/
    .shops-page__menu {
        margin-top: 30px;
        scroll-snap-type: x proximity;
        overflow: auto;
    }

    .shops-page__menu-item {
        margin: 0 13px 0 0;
    }

    .shops-page__list {
        margin-top: 30px;
    }

}

.shops-map {
    position: relative;
    height: 640px;
}

.shops-map:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #e6e6e6;
    mix-blend-mode: hue;
    pointer-events: none;
}

@media (max-width: 991.98px) {
    .shops-map {
        height: 500px;
    }
}

.contacts__list {
    font-weight: 500;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: -0.02em;
}

.contacts__list-item {
    margin-bottom: 10px;
}

.contacts__socials-title {
    font-weight: 500;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: -0.02em;
    margin-top: 35px;
    max-width: 267px;
}

.contacts__social {
    margin-right: 15px;
    margin-top: 25px;
}

.contacts__social_tg {
    background: url(img/f_tg.svg) no-repeat 0 0 / contain;
    width: 24px;
    height: 23px;
}

.contacts__social_vk {
    background: url(img/f_vk.svg) no-repeat 0 0 / contain;
    width: 25px;
    height: 25px;
}

.contacts__social_wa {
    background: url(img/wa.svg) no-repeat 0 0 / contain;
    width: 25px;
    height: 25px;
}

.contacts__social_yt {
    background: url(img/f_yt.svg) no-repeat 0 0 / contain;
    width: 28px;
    height: 19px;
}

.contacts__social_pr {
    background: url(img/f_pr.svg) no-repeat 0 0 / contain;
    width: 25px;
    height: 23px;
}

.contacts__border {
    border-left: 1px solid rgba(45, 42, 41, .1);
    padding-left: 70px;
}

.contacts__form-desc {
    max-width: 406px;
}

.contacts__form {
    margin-top: 40px;
}

.contacts__form input[type='text'] {
    box-shadow: none;
    outline: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -0.02em;
    width: 100%;
    padding: 11px 0;
    border: none;
    border-bottom: 1px solid rgba(45, 42, 41, .1);
    margin-bottom: 30px;
}

.contacts__form input::placeholder {
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -0.02em;
    color: rgba(45, 42, 41, 0.3);
}

.contacts__form textarea {
    box-shadow: none;
    outline: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    width: 100%;
    letter-spacing: -0.02em;
    padding: 11px 0;
    border: none;
    border-bottom: 1px solid rgba(45, 42, 41, .1);
    resize: none;
    height: 110px;
}

.contacts__form textarea::placeholder {
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -0.02em;
    color: rgba(45, 42, 41, 0.3);
}

.contacts__form button {
    border: 1px solid rgba(45, 42, 41, .1);
    border-radius: 25px;
    width: 180px;
    height: 50px;
    background: #fcfaf9;
    font-weight: 500;
    font-size: 12px;
    line-height: 48px;
    letter-spacing: -.03em;
    color: #2d2a29;
    box-shadow: none;
    outline: none;
    margin-top: 40px;
    float: left;
}

.contacts__map {
    position: relative;
    height: 640px;
    margin-top: 60px;
}

.contacts__map:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #e6e6e6;
    mix-blend-mode: hue;
    pointer-events: none;
}

@media (max-width: 991.98px) {

    .contacts__list {
        font-size: 12px;
        margin-top: 30px;
    }

    .contacts__border {
        border-left: none;
        padding-left: 0;
        padding-top: 40px;
        margin-top: 40px;
        border-top: 1px solid rgba(45, 42, 41, .1);
    }

    .contacts__map {
        height: 500px;
    }

}

.catalog__sort {
    position: relative;
}

.catalog__sort-title {
    height: 50px;
    padding: 0 30px;
    font-weight: 500;
    font-size: 14px;
    line-height: 48px;
    letter-spacing: -0.03em;
    text-align: center;
    background-color: #fcfaf9;
    border: 1px solid rgba(45, 42, 41, 0.1);
    border-radius: 25px;
    cursor: pointer;
}

.catalog__sort-items {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 230px;
    margin-top: 10px;
    padding: 15px 20px;
    background-color: #f7f2eb;
    border-radius: 10px;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05);
    z-index: 2;
}

.catalog__sort[data-open="false"] .catalog__sort-items {
    display: none;
}

.catalog__sort-item {
    display: block;
    font-size: 14px;
    line-height: 20px;
}

.catalog__sort-item[data-selected="true"] {
    font-weight: 500;
}

.catalog__sort-item + .catalog__sort-item {
    margin-top: 12px;
}

.catalog-filter {
    margin-bottom: 30px;
    position: relative;
}

.catalog-filter__main-btn {
    background: #fcfaf9 url(img/filter.svg) no-repeat left 31px center;
    border: 1px solid rgba(45, 42, 41, 0.1);
    border-radius: 25px;
    height: 50px;
    line-height: 48px;
    padding: 0 26px 0 53px;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: -0.03em;
    text-align: center;
    width: 155px;
    cursor: pointer;
}

.catalog-filter__main-btn_opened {
    background-image: url(img/close.svg);
}

.catalog-filter__wrapper {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05);
    background: #f7f2eb;
    padding: 125px 0 70px;
    margin-top: -95px;
}

.catalog-filter__group {
    margin-bottom: 40px;
}

.catalog-filter__title {
    font-family: var(--pr-minion);
    font-size: 20px;
    line-height: 90%;
    letter-spacing: .4em;
    text-transform: uppercase;
}

.catalog-filter__list {
    margin-top: 14px;
}

.catalog-filter__item {
    cursor: pointer;
    margin-right: 1px;
}

.catalog-filter__item input + div {
    font-weight: 500;
    font-size: 14px;
    line-height: 29px;
    letter-spacing: -0.02em;
    color: #2d2a29;
    border: 1px solid transparent;
    border-radius: 15px;
    padding: 0 10px;
    height: 31px;
    white-space: nowrap;
    background: transparent;
    cursor: pointer;
    margin-bottom: 5px;
}

.catalog-filter__item input:checked + div {
    border: 1px solid rgba(45, 42, 41, 0.1);
    background: #fff;
}

.catalog-filter__colors {
    margin-top: 14px;
}

.catalog-filter__color {
    cursor: pointer;
    margin-right: 1px;
}

.catalog-filter__color span {
    display: block;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 100%;
    width: 12px;
    height: 12px;
    position: relative;
    margin-right: 9px;
}

.catalog-filter__color span:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 100%;
    border: 1px solid rgba(0, 0, 0, .1);
}

.catalog-filter__color input + div {
    font-weight: 500;
    font-size: 14px;
    line-height: 29px;
    letter-spacing: -0.02em;
    color: #2d2a29;
    border: 1px solid transparent;
    border-radius: 15px;
    padding: 0 10px;
    height: 31px;
    white-space: nowrap;
    background: transparent;
    cursor: pointer;
    margin-bottom: 5px;
}

.catalog-filter__color input:checked + div {
    border: 1px solid rgba(45, 42, 41, 0.1);
    background: #fff;
}

.catalog-filter button {
    border: 1px solid rgba(45, 42, 41, .1);
    border-radius: 25px;
    height: 50px;
    background: #2d2a29;
    padding: 0 26px;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: -0.03em;
    text-align: center;
    color: #fff;
    box-shadow: none;
    outline: none;
    margin-right: 20px;
}

.catalog-filter__reset {
    border: 1px solid rgba(45, 42, 41, 0.1);
    border-radius: 25px;
    height: 50px;
    line-height: 48px;
    background: #fff;
    padding: 0 26px;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: -0.03em;
    text-align: center;
}

@media (max-width: 991.98px) {

    .catalog-filter__title {
        font-size: 18px;
    }

    .catalog-filter__main-btn {
        background-position: center;
        padding: 0;
        width: 50px;
        font-size: 0;
    }

    .catalog-filter__group {
        margin-bottom: 30px;
    }

    .catalog-filter__item input + div {
        font-size: 12px;
        line-height: 26px;
        height: 28px;
        margin-bottom: 1px;
    }

    .catalog-filter__color input + div {
        font-size: 12px;
        line-height: 26px;
        height: 28px;
        margin-bottom: 1px;
    }

    .catalog-filter button {
        height: 50px;
        padding: 0 20px;
        white-space: nowrap;
        font-size: 12px;
        margin-right: 10px;
    }

    .catalog-filter__reset {
        height: 50px;
        padding: 0 20px;
        font-size: 12px;
        white-space: nowrap;
    }

    .catalog-filter__wrapper {
        box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05);
        background: #f7f2eb;
        padding: 80px 0 30px;
        margin-top: 0;
        position: fixed;
        z-index: 10;
        top: 0;
        bottom: 0;
        height: 100 dvh;
        overflow: auto;
    }

    .catalog-filter__main-btn_opened {
        z-index: 11;
        position: fixed;
        top: 60px;
    }

}

.footer {
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding: 70px 0;
}

.footer__logo {
    background: url(img/logo_3.svg) no-repeat 0 0 / contain;
    width: 266px;
    height: 28px;
}

.footer__subscription {
    margin-top: 66px;
}

.footer__subscription-desc {
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: -0.02em;
    font-family: var(--pr-minion);
}

.footer__subscription-btn {
    border: 1px solid rgba(45, 42, 41, .1);
    border-radius: 25px;
    width: 160px;
    height: 50px;
    background: #fcfaf9;
    font-weight: 500;
    font-size: 12px;
    line-height: 48px;
    letter-spacing: -.03em;
    text-align: center;
    color: #2d2a29;
    cursor: pointer;
    margin-top: 14px;
}

.footer__subscription-popup {
    padding: 32px 40px;
}

.footer__subscription-form {

}

.footer__subscription-form[data-visible="false"] {
    display: none;
}

.footer__subscription-form-title {
    margin-bottom: 20px;
    font-size: 20px;
}

.footer__subscription-form-result {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 20px;
    color: #374151;
}

.footer__subscription-form-result[data-state="error"] {
    color: #ff0000;
}

.footer__subscription-form-result[data-state="success"] {
    color: #00ad00;
}

.footer__subscription-form-result[data-visible="false"] {
    display: none;
}

.footer__subscription-form input[type="text"],
.footer__subscription-form input[type="email"],
.footer__subscription-form input[type="date"],
.footer__subscription-form input[type="tel"] {
    width: 100%;
    margin-bottom: 30px;
    padding: 11px 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -0.02em;
    border: none;
    border-bottom: 1px solid rgba(45, 42, 41, .1);
    outline: none;
    box-shadow: none;
}

.footer__subscription-form-birthday {
    margin-bottom: 30px;
}

.footer__subscription-form-birthday input[type="date"] {
    margin-bottom: 5px;
}

.footer__subscription-form-birthday input[type="date"]:before {
    margin-right: 4px;
    color: #747373;
    content: attr(placeholder);
}

.footer__subscription-form-birthday span {
    font-size: 12px;
}

.footer__subscription-form-consent {
    display: flex;
    align-items: center;
    justify-content: start;
}

.footer__subscription-form-consent input[type="checkbox"] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    min-width: 18px;
    height: 18px;
    margin: 0 10px 0 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 8px;
    border: 1px solid #CBCBCB;
    border-radius: 50%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: .4s all;
}

.footer__subscription-form-consent input[type="checkbox"]:checked {
    border-color: #000;
}

.footer__subscription-form-consent input[type="checkbox"]:checked:before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background-color: #000;
    border-radius: 50%;
}

.footer__subscription-form-consent span {
    font-size: 12px;
}

.footer__subscription-form-consent a {
    text-decoration: underline;
}

.footer__subscription-form button {
    margin-top: 40px;
    width: 180px;
    height: 50px;
    font-weight: 500;
    font-size: 12px;
    line-height: 48px;
    letter-spacing: -.03em;
    color: var(--pr-dark);
    background-color: #fcfaf9;
    border: 1px solid rgba(45, 42, 41, .1);
    border-radius: 25px;
    outline: none;
    box-shadow: none;
}

.footer__socials {

}

.footer__social {
    margin: 0 15px;
}

.footer__social_tg {
    background: url(img/f_tg.svg) no-repeat 0 0 / contain;
    width: 24px;
    height: 23px;
}

.footer__social_vk {
    background: url(img/f_vk.svg) no-repeat 0 0 / contain;
    width: 25px;
    height: 25px;
}

.footer__social_wa {
    background: url(img/wa.svg) no-repeat 0 0 / contain;
    width: 25px;
    height: 25px;
}

.footer__social_yt {
    background: url(img/f_yt.svg) no-repeat 0 0 / contain;
    width: 28px;
    height: 19px;
}

.footer__social_pr {
    background: url(img/f_pr.svg) no-repeat 0 0 / contain;
    width: 25px;
    height: 23px;
}

.footer__menu {

}

.footer__menu-block {
    margin-left: 40px;
}

.footer__menu-title {
    font-family: var(--pr-minion);
    font-size: 20px;
    line-height: 90%;
    letter-spacing: .4em;
    text-transform: uppercase;
}

.footer__menu-list {
    margin-top: 30px;
}

.footer__menu-list a {
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: -0.02em;
    margin-bottom: 12px;
}

.footer__menu-list a:hover {
    opacity: .8;
}

.footer__copy {
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: -0.02em;
    margin-top: 14px;
}

@media (max-width: 1199.98px) {

    .footer {
        padding: 50px 0;
    }

    .footer__subscription {
        margin-top: 0;
    }

    .footer__subscription-desc {
        text-align: center;
        max-width: 300px;
    }

    .footer__logo {
        margin: 50px auto 0;
    }

    .footer__menu {
        margin-top: 60px;
    }

    .footer__menu-block {
        margin-left: 0;
    }

    .footer__menu-list {
        margin-top: 0;
    }

    .footer__socials {
        margin-top: 60px;
    }

    .footer__menu-title {
        background: url(img/plus.svg) no-repeat right center;
        border-top: 1px solid rgba(45, 42, 41, .1);
        padding: 19px 0 15px;
        cursor: pointer;
    }

    .footer__menu-block_opened {
        background-image: url(img/minus.svg);
    }

    .footer__copy {
        margin-top: 40px;
        text-align: center;
    }

}