.main {
    padding-bottom: 40px;
}

.section__title {
    width: max-content;
    flex-shrink: 0;
    font-weight: bold;
    font-size: 28px;
    text-transform: uppercase;
    margin-right: 8px;
    letter-spacing: 2px;
}

.section__title span {
    color: #CC9453;
}

.field-wrapper {
    color: #4B4F58;
    font-size: 12px;
}

.required {
    font-size: 12px;
    color: #FF0000;
}

.require-text {
    font-size: 12px;
    color: #ACADAE;
}

.field-wrapper textarea,
.field-wrapper input:not(.custom-checkbox) {
    background-color: transparent;
    border: 1px solid #E2E3E4;
    border-radius: 4px;
    width: 100%;
    height: 38px;
    padding: 0 10px;
    font-size: 12px;
}

.field-wrapper textarea {
    resize: none;
    padding: 10px;
    height: 155px;
}

.forms__submit {
    color: #fff;
    font-size: 12px;
    border-radius: 4px;
    background-color: #000;
    padding: 0 12px;
    height: 40px;
    border: 1px solid #000;
}

input:read-only {
    border: 1px solid transparent;
}

.header-top {
    gap: 15px;
    padding: 6px 0;
}

.header-top__city {
    gap: 10px;
    padding: 4px 8px;
    border-radius: 11px;
    background-color: #FAFAFA;
    border: 1px solid transparent;
    font-size: 11px;
    white-space: nowrap;
}

.header-top-menu {
    gap: 25px;
    row-gap: 10px;
    flex-wrap: wrap;
}

.header-top-menu__item {
    font-weight: 400;
    font-size: 14px;
    color: #757575;
    padding: 5px 0;
}

.header-top-links {
    gap: 14px;
}

.header-top-links__phone {
    gap: 4px;
    font-size: 14px;
    font-weight: bold;
    color: #CC9453;
    margin-right: 10px;
}

.header-top-links__phone img {
    max-width: 16px;
}

.header-top-links__auth,
.header-top-links__registration {
    font-size: 12px;
    font-weight: 400;
    color: #94969B;
}

.header-middle {
    gap: 15px;
}

.header__logotype {
    max-width: 225px;
}

.header-search {
    width: 100%;
    max-width: 550px;
    position: relative;
}

.header-search__input {
    width: 100%;
    height: 42px;
    padding: 0 12px;
    font-size: 13px;
    font-weight: 300;
    border-radius: 6px;
    border: 1px solid #CC9453;
}

.header-search__button {
    position: absolute;
    right: 13px;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    border: 1px solid transparent;
}

.header-middle {
    padding: 15px 0;
}

.header-middle-work {
    gap: 6px;
}

.header-middle-work-item {
    font-size: 13px;
    font-weight: 400;
    color: #000;
}

.header-middle-work-item span:first-child {
    color: #C4C4C4;
}

.header-middle-links {
    gap: 30px;
}

.header-middle-links__item {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.header-middle-links__item--compare {
    flex: 0 0 15px;
}

.header-middle-links__item--hearth {
    flex: 0 0 18px;
}

.header-middle-links__item--cart {
    flex: 0 0 15px;
}

.header-middle-links__item-count {
    position: absolute;
    top: -7px;
    right: -11px;
    width: 16px;
    height: 16px;
    background-color: #CC9453;
    border-radius: 100px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-bottom {
    padding: 22px 0;
}

.header-bottom-menu__item {
    font-size: 12px;
    font-weight: 400;
    color: #313339;
    text-transform: uppercase;
    position: relative;
    line-height: 24px;
}

.header-bottom-menu__item--has-label {
    display: flex;
    align-items: center;
    gap: 10px;
}

.header-bottom-menu__item:hover {
    color: #CC9453;
}

.header-bottom-menu__item::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 17px;
    background-color: #EAEAEA;
    top: 3px;
    right: -32px;
}

.header-bottom-menu__item--more::after {
    display: none;
}

.header-bottom-menu__item--more {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
}

.header-bottom-menu__item--more span {
    width: 3px;
    height: 3px;
    background-color: #313339;
    border-radius: 100px;
}

.hero-slider {
    height: 33vw;
}

.hero-slider .swiper-pagination .swiper-pagination-bullet {
    background-color: #BE9462;
    width: 12px;
    height: 12px;
}

.categories {
    padding: 30px 0 10px;
}

.categories__title {
    font-weight: 400;
    font-size: 14px;
    margin-right: 16px;
    color: #313339;
}

.categories-list {
    gap: 10px;
    margin-right: 24px;
}

.categories-list__item {
    font-size: 15px;
    font-weight: 400;
}

.categories__all {
    line-height: 26px;
    border: 1px solid #c4c4c4;
    box-sizing: border-box;
    border-radius: 16px;
    padding: 2px 23px;
    font-size: 13px;
}


.products {
    padding: 40px 0;
}

.products-more-wrapper {
    width: 100%;
    border-bottom: 1px solid #C4C4C4;
    text-align: right;
}

.products__more {
    margin-bottom: 10px;
    display: inline-block;
    font-size: 14px;
}

.product-buttons__cart {
    gap: 16px;
}

.product {
    position: relative;
    height: 100%;
}

.product-image {
    margin-bottom: 22px;
}

.product-prices-wrapper {}

.product-prices {
    gap: 5px;
    margin-bottom: 8px;
}

.product-prices__price--normal {
    font-size: 22px;
    font-weight: bold;
    color: #C88C59;
}

.product-prices__price--old {
    font-size: 13px;
    color: #838383;
    text-decoration: line-through;
}

.product-discount {
    gap: 8px;
}

.product-discount__value {
    font-weight: bold;
    font-size: 13px;
    color: #fff;
    background-color: #1CB446;
    padding: 4px;
    border-radius: 2px;
}

.product-discount__description {
    color: #1CB446;
    font-size: 13px;
}

.product__info {
    font-size: 15px;
    color: #545454;
    margin: 12px 0;
    line-height: 140%;
    min-height: 42px;
    display: inline-block;
}

.product-buttons {
    gap: 8px;
    margin-bottom:10px;
}

.product-buttons__compare,
.product-buttons__wishlist {
    width: 40px;
    height: 40px;
    border: 1px solid #CC9453;
    border-radius: 100px;
    flex-shrink: 0;
    transition: .3s;
}

.product-buttons__compare:hover,
.product-buttons__wishlist:hover,
.product-buttons__compare.checked,
.product-buttons__wishlist.checked {
    background-color: #CC9453;
}

.product-buttons__compare:hover svg path,
.product-buttons__wishlist:hover svg path,
.product-buttons__compare.checked svg path,
.product-buttons__wishlist.checked svg path {
    fill: #fff;
}

.product-buttons__compare.checked:hover,
.product-buttons__wishlist.checked:hover {
    background-color: #fff;
}

.product-buttons__compare.checked:hover svg path,
.product-buttons__wishlist.checked:hover svg path {
    fill: #CC9453;
}

.product-buttons__cart {
    border-radius: 100px;
    height: 40px;
    border: 1px solid #CC9453;
    width: 100%;
    font-size: 13px;
    transition: .3s;
}

.product-buttons__cart:hover {
    color: #fff;
    background-color: #CC9453;
}

.product-buttons__cart:hover svg path {
    fill: #fff;
}

.product-labels {
    gap: 10px;
    position: absolute;
    top: 0;
    right: 0;
}

.product-colors {
    gap: 4px;
    margin-bottom: 14px;
}

.product-color-wrapper {
    width: 30px;
    height: 30px;
    border-radius: 3px;
    border: 1px solid transparent;
    padding: 5px;
}

.product-color-wrapper.active {
    border: 1px solid #000000;
}

.product-colors__item {
    border: 1px solid #E2E3E4;
    border-radius: 3px;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.why {
    background: url('../images/why/why-choose-us.jpg') no-repeat center center / cover;
    padding: 100px 0;
    text-align: center;
}

.why-dots {
    gap: 5px;
}

.why-dots__item {
    position: relative;
    width: 6px;
    height: 4px;
    background: #c88c59;
}

.why-dots__item::before,
.why-dots__item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 4px;
    display: block;
    transform: translate(25%, -50%) rotateZ(45deg);
    background: #c88c59;
}

.why-dots__item::after {
    transform: translate(25%, 50%) rotateZ(45deg);
}

.why-tags {
    gap: 8px;
}

.why-tags__item {
    padding: 11px 16px;
    font-size: 14px;
    line-height: 19px;
    color: #404040;
    border: 1px dashed #757575;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, .06));
    border-radius: 19px;
}

.why__title {
    font-weight: bold;
    font-size: 28px;
    margin: 0 auto 24px auto;
    max-width: 650px;
}

.why__subtitle {
    font-size: 26px;
    color: #C88C59;
}

.why__description {
    max-width: 90%;
    font-size: 16px;
    line-height: 140%;
    margin: 0 auto;
}

.why__description p {
    margin-bottom: 20px;
}

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

.why-dots {
    margin: 20px 0;
}

.why-tags {
    margin: 60px 0 20px;
}

.why__more {
    max-width: 195px;
    width: 100%;
    line-height: 52px;
    color: #fff;
    background-color: #CC9453;
    border-radius: 28px;
    font-size: 18px;
}


.showroom {
    padding: 80px 0;
}

.showroom__title {
    margin: 0 auto 40px auto;
    max-width: 750px;
    font-weight: bold;
    font-size: 28px;
    text-transform: uppercase;
    text-align: center;
    line-height: 140%;
}

.showroom-item-info-header {
    gap: 12px;
    margin-bottom: 12px;
}

.showroom-item-info-header__city {
    color: #C88C59;
    font-size: 18px;
}

.showroom-item-info-header__road {
    gap: 10px;
    padding: 0 8px;
    line-height: 23px;
    border-radius: 11px;
    box-shadow: 0 0 4px rgba(0, 0, 0, .2);
    font-size: 14px;
}

.showroom-item-info-header__road img {
    max-width: 8px;
}

.showroom-item-info-header__showroom {
    padding: 0 8px;
    height: 23px;
    border-radius: 11px;
    box-shadow: 0 0 4px rgba(0, 0, 0, .2);
    border: 1px solid transparent;
    font-size: 14px;
    background-color: transparent;
}

.showroom-item-info__description {
    font-size: 14px;
}

.showroom-item-info__description p {
    margin-bottom: 10px;
}

.showroom-item-info__description p:last-child {
    margin-bottom: 0;
}

.showroom-item-gallery {
    margin-top: 24px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.showroom-item-gallery img {
    width: 100%;
    aspect-ratio: 138 / 117;
    object-fit: cover;
    object-position: center;
}

.news {
    margin-bottom: 40px;
}

.news-more-wrapper {
    width: 100%;
    border-bottom: 1px solid #C4C4C4;
    text-align: right;
}

.news__more {
    margin-bottom: 10px;
    display: inline-block;
}

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

.news-slider__item {
    position: relative;
}

.news-slider__item-text {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .6) 100%);
}

.news-slider__item-date {
    font-size: 13px;
    opacity: .8;
    color: #fff;
}

.news-slider__item-title {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    padding: 2px 10px 10px 10px;
    text-align: center;
    line-height: 140%;
}

.news-slider-button-next,
.news-slider-button-prev {
    height: 22px;
    width: 14px;
}

.news-slider-button-next::after {
    content: '';
    background: url('../images/news/button-next.svg') no-repeat center center / cover;
    width: 100%;
    height: 100%;
}

.news-slider-button-prev::after {
    content: '';
    background: url('../images/news/button-prev.svg') no-repeat center center / cover;
    width: 100%;
    height: 100%;
}

.footer {
    background-color: #F6F6F9;
}

.footer-top {
    padding: 48px 0 41px;
    border-bottom: 1px solid #C4C4C4;
}

.footer-bottom {
    padding: 32px 0;
}

.footer-info {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-info-items {
    display: flex;
    align-items: center;
    gap: 18px;
    font-size: 12px;
}

.footer-info__description,
.footer-menu {
    font-size: 12px;
}

.footer-info-items--phones {
    font-size: 18px;
}

.footer-info__item {
    display: flex;
    align-items: center;
    gap: 6px;
}

.footer-info__item img {
    max-width: 13px;
}

.footer-info-items--phones .footer-info__item {
    gap: 8px;
}

.footer-info-items--phones .footer-info__item img {
    max-width: 18px;
}

.footer-info__description {
    display: flex;
    align-items: center;
    gap: 12px;
}

.footer-menu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px 30px;
}

.footer-copy {
    font-size: 11px;
    color: #4F4F4F;
    line-height: 130%;
}

.footer-copy p {
    margin-bottom: 12px;
}

.footer-copy p:last-child {
    margin: 0;
}

.catalog-categories {
    padding: 50px 0;
}

.catalog-categories-list {
    margin-top: 22px;
}

.catalog-categories-item {
    padding-bottom: 30px;
}

.catalog-categories-item__title {
    font-size: 15px;
    font-weight: bold;
    color: #CC9453;
    margin: 16px 0 26px;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
}

.catalog-categories-item__title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -12px;
    width: 55px;
    height: 2px;
    background-color: #CC9453;
}

.catalog-categories-item-childs {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}

.catalog-categories-item-childs__item {
    font-size: 13px;
    line-height: 130%;
}

.catalog-categories-item-childs__more {
    border: none;
    background-color: transparent;
    font-size: 13px;
    font-weight: bold;
    color: #CC9453;
}

.collections {
    padding-bottom: 80px;
}

.collections-list {
    margin-top: 24px;
}

.collections-item {
    margin-bottom: 30px;
    display: block;
}

.collections-item__title {
    margin-top: 15px;
    font-size: 16px;
    line-height: 120%;
}

.collections__more {
    height: 40px;
    border-radius: 100px;
    font-size: 13px;
    color: #CC9453;
    border: 1px solid #CC9453;
    padding: 0 17px;
    background-color: transparent;
}

.popular-collections-list {
    margin-top: 22px;
    row-gap: 30px;
}

.popular-collections-item__title {
    margin-top: 15px;
}


.products__sort {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 100px;
    background-color: #EFEFEF;
    border: 1px solid #4A4C51;
    height: 36px;
    font-size: 13px;
    padding: 0 28px 0 16px;
    cursor: pointer;
}

.product__sort-wrapper {
    position: relative;
    margin-left: 20px;
}

.product__sort-wrapper::before {
    content: '';
    position: absolute;
    background-image: url("data:image/svg+xml,%0A%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.268 5.412L6.29998 10.368C6.21998 10.456 6.11998 10.5 5.99998 10.5C5.87998 10.5 5.77998 10.456 5.69998 10.368L0.731976 5.412C0.643976 5.324 0.599976 5.22 0.599976 5.1C0.599976 4.98 0.643976 4.88 0.731976 4.8L1.84798 3.696C1.92798 3.608 2.02798 3.564 2.14798 3.564C2.26798 3.564 2.36798 3.608 2.44798 3.696L5.99998 7.248L9.55198 3.696C9.63998 3.608 9.73998 3.564 9.85198 3.564C9.96398 3.564 10.068 3.608 10.164 3.696L11.268 4.8C11.356 4.888 11.4 4.988 11.4 5.1C11.4 5.212 11.356 5.316 11.268 5.412Z' fill='black'/%3E%3C/svg%3E%0A");
    width: 12px;
    height: 12px;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.products-count {
    margin-left: auto;
    gap: 8px;
}

.products-count__title {
    font-size: 14px;
    color: #94969B;
}

.products-count__value {
    background-color: #F3F3F3;
    color: #313339;
    padding: 4px 8px;
    border-radius: 19px;
    font-size: 14px;
}


.products-pagination {
    gap: 20px;
    margin-top: 32px;
}

.products-pagination-pages {
    gap: 10px;
}

.products-pagination-pages__item {
    font-size: 15px;
    display: block;
    width: 34px;
    line-height: 34px;
    text-align: center;
    border-radius: 100px;
}

.products-pagination-pages__item--selected {
    background-color: #F3F3F3;
}


.catalog-category-sort {
    padding: 35px 0;
    background-color: #F6F6F9;
}

.catalog-category-sort .products-count__value {
    background-color: transparent;
}


.catalog-navigations-categories {
    gap: 10px;
    padding: 22px 0;
    border-bottom: 1px dashed #C4C4C4;
}

.catalog-navigations-categories__item {
    font-size: 12px;
    color: #B28046;
    line-height: 120%;
    padding: 5px 18px;
    border: 1px solid #B28046;
    border-radius: 100px;
}

.catalog-navigations-categories__more {

}

.catalog-navigations-tags {
    gap: 10px;
    padding: 22px 0;
}

.catalog-navigations-tags__item {
    font-size: 12px;
    color: #9F9F9F;
    line-height: 120%;
    padding: 5px 18px;
    border: 1px solid #9F9F9F;
    border-radius: 100px;
}

.catalog-navigations-tags__more {
    font-size: 14px;
    color: #313339;
    border: none;
    background-color: transparent;
    padding: 0;
    margin-top: 22px;
    flex-shrink: 0;
    border-bottom: 1px dashed #313339;
    margin-left: 15px;
}


.catalog-filter {
    gap: 14px;
}

.catalog-filter-item {
    border: 1px solid #4A4C51;
    border-radius: 22px;
    width: 100%;
}

.catalog-filter-item-header {
    border: 1px solid #4A4C51;
    border-radius: 22px;
    padding: 10px 10px 10px 20px;
    cursor: pointer;
}

.catalog-filter-item-header__title {
    font-size: 13px;
    line-height: 120%;
}

.catalog-filter-item-body {
    padding: 28px 10px 15px 10px;
}

.catalog-filter-item-body-fields__checkbox {
    font-size: 13px;
    color: #4B4F58;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.catalog-filter-item-body-fields__checkbox input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 14px;
    height: 14px;
    border-radius: 3px;
    box-shadow: 0 0 2px #818181;
    border: 1px #818181 solid;
    border-bottom-color: #2d2d2d;
    background: #fdfdfd;
    background: -webkit-gradient(linear, left top, left bottom, from(#fdfdfd), color-stop(11%, #f3f3f3), color-stop(33%, #ebebeb), color-stop(44%, #dcdcdc), color-stop(67%, #e6e6e6), color-stop(78%, #f0f0f0), color-stop(89%, #f6f6f6), to(#fff));
    background: linear-gradient(to bottom, #fdfdfd 0%, #f3f3f3 11%, #ebebeb 33%, #dcdcdc 44%, #e6e6e6 67%, #f0f0f0 78%, #f6f6f6 89%, #fff 100%);
    margin-right: 10px;
    cursor: pointer;
}

.catalog-filter-item-body-fields__checkbox input[type="checkbox"]:checked {
    background: #cc9453 url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBvbHlnb24gcG9pbnRzPSIwLDUgNCwxMSA1LDExIDExLDAgOSwwIDUsOCA0LDggMyw1IiBmaWxsPSJyZWQ7Ij48L3BvbHlnb24+PC9zdmc+) no-repeat center center;
}

.catalog-filter-item-body-fields__more {
    font-size: 13px;
    color: #434D63;
    padding: 0;
    border: none;
    background-color: transparent;
}

.catalog-filter-buttons {
    gap: 8px;
    width: 100%;
}

.catalog-filter-buttons__submit,
.catalog-filter-buttons__reset {
    height: 40px;
    border-radius: 100px;
    font-size: 13px;
    background-color: transparent;
    width: 100%;
    color: #CC9453;
    border: 1px solid #CC9453;
}

.catalog-filter-buttons__reset {
    color: #929292;
    border: 1px solid #929292;
}

.catalog-category-description {
    color: #4B4F58;
}

.catalog-category-description h2 {
    font-size: 22px;
    line-height: 110%;
    margin-bottom: 15px;
}

.catalog-category-description h3 {
    font-size: 16px;
    line-height: 110%;
    margin-bottom: 15px;
}

.catalog-category-description p {
    font-size: 13px;
    line-height: 150%;
    margin-bottom: 15px;
}

.catalog-category-description p:last-child {
    margin: 0;
}

.catalog-category-description ul {
    list-style-type: disc;
    margin-bottom: 15px;
    font-size: 13px;
    line-height: 150%;
    padding-left: 40px;
}


.breadcrumbs {
    margin: 20px 0;
    gap: 28px;
    row-gap: 10px;
    flex-wrap: wrap;
}

.breadcrumbs__item {
    font-size: 11px;
    color: #4B4F58;
    position: relative;
}

.breadcrumbs__item:not(.breadcrumbs__item--current)::after {
    content: '';
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 8px;
    background: url('../images/icons/breadcrumbs-icon.svg') no-repeat center center / cover;
}

.breadcrumbs__item--current {
    color: #94969B;
}

.text-page-content {
    color: #4B4F58;
}

.text-page-content h1 {
    font-size: 26px;
    line-height: 120%;
    font-weight: bold;
    margin-bottom: 20px;
}

.text-page-content p {
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 20px;
}

.text-page-content strong {
    font-weight: bold;
}

.text-page-content ul {
    list-style-type: disc;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding-left: 18px;
    margin-bottom: 20px;
}

.text-page-content hr {
    width: 100%;
    max-width: 228px;
    height: 1px;
    color: #4B4F58;
    margin: 40px 0 16px 0;
}

.text-page-content a {
    color: #0000FF;
    text-decoration: underline;
}

.text-page-content a:hover {
    text-decoration: none;
}

.contacts__title {
    font-weight: bold;
    font-size: 24px;
    color: #4B4F58;
    margin-bottom: 20px;
}

.contacts__content p {
    margin-bottom: 30px;
    font-size: 16px;
    color: #4B4F58;
    line-height: 130%;
}

.contacts__content p:last-child {
    margin: 0;
}

.contacts__content strong {
    font-weight: bold;
}

.contacts-social {
    gap: 15px;
}

.contacts-social a {
    gap: 5px;
}

.contacts__content hr {
    color: #4B4F58;
    max-width: 228px;
    margin: 0 0 20px 0;
}

.contacts-forms {
    margin-top: 80px;
}

.contacts-forms-tabs-header__tab {
    font-size: 16px;
    color: #434D63;
    width: 100%;
    max-width: 185px;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #DCDCDC;
    cursor: pointer;
}

.contacts-forms-tabs-header__tab.active {
    color: #fff;
    background-color: #4B4F58;
    border: 1px solid #4B4F58;
}

.contacts-forms-tabs-header .contacts-forms-tabs-header__tab:first-child {
    border-radius: 5px 0 0 5px;
}

.contacts-forms-tabs-header .contacts-forms-tabs-header__tab:last-child {
    border-radius: 0 5px 5px 0;
}

.contacts-forms-tabs-body {
    padding-top: 30px;
    max-width: 730px;
}

.contacts-forms__item {
    gap: 16px;
}

.contacts-forms-tabs-body__item {
    display: none;
}

.contacts-forms-tabs-body__item.active {
    display: block;
}

.wishlist__title {
    font-size: 30px;
    color: #4B4F58;
    line-height: 110%;
    margin-bottom: 30px;
}

.wishlist {
    padding-top: 40px;
}

.wishlist .product {
    margin-bottom: 30px;
}

.wishlist .product-labels {
    right: auto;
    left: 0;
}

.wishlist .product-info__price {
    font-size: 19px;
    font-weight: bold;
    color: #C88C59;
    margin-bottom: 29px;
}

.wishlist .product-info__name {
    font-size: 15px;
    color: #545454;
    margin-bottom: 12px;
}

.wishlist .product-info-meta {
    font-size: 11px;
    color: #4B4F58;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 32px;
}

.wishlist .product-info-meta .product-info-meta__item:first-child {
    position: relative;
}

.wishlist .product-info-meta .product-info-meta__item:first-child::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #E2E3E4;
    top: 0;
    right: -16px;
}

.wishlist .product-info__description {
    font-size: 16px;
    line-height: 130%;
    color: #4B4F58;
    margin-bottom: 12px;
}

.wishlist .product-buttons {
    max-width: 240px;
}

.cart {
    padding-top: 45px;
}

.cart__title {
    color: #4B4F58;
    font-size: 30px;
    margin-bottom: 20px;
    line-height: 120%;
}

.cart-products tr {
    border-bottom: 1px solid #E2E3E4;
}

.cart-products tr td {
    vertical-align: middle;
    padding: 15px;
}

.cart-products thead tr td {
    font-size: 14px;
    font-weight: bold;
    color: #4B4F58;
    padding: 28px 15px;
}

.cart-products-name__image {
    max-width: 60px;
    margin-right: 30px;
}

.cart-products-name__title,
.cart-products-price,
.cart-products-cost {
    font-size: 16px;
    color: #434D63;
    line-height: 130%;
}

.cart-products-price,
.cart-products-count,
.cart-products-cost {
    width: 15%;
}

.cart-products-close__button {
    background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxNiAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTcuOTk5MyAyLjAzQzkuODU1MyAyLjAzIDExLjQzOTMgMi42ODYgMTIuNzUxMyAzLjk5OEMxNC4wNjMzIDUuMzEgMTQuNzE5MyA2Ljg5NCAxNC43MTkzIDguNzVDMTQuNzE5MyAxMC42MDYgMTQuMDYzMyAxMi4xOSAxMi43NTEzIDEzLjUwMkMxMS40MzkzIDE0LjgxNCA5Ljg1NTMgMTUuNDcgNy45OTkzIDE1LjQ3QzYuMTQzMyAxNS40NyA0LjU1OTMgMTQuODE0IDMuMjQ3MyAxMy41MDJDMS45MzUzIDEyLjE5IDEuMjc5MyAxMC42MDYgMS4yNzkzIDguNzVDMS4yNzkzIDYuODk0IDEuOTM1MyA1LjMxIDMuMjQ3MyAzLjk5OEM0LjU1OTMgMi42ODYgNi4xNDMzIDIuMDMgNy45OTkzIDIuMDNaTTkuMzc1MyA4Ljc1TDExLjgzOTMgNi4yODZMMTAuNDYzMyA0LjkxTDcuOTk5MyA3LjM0Mkw1LjU2NzMgNC45MUw0LjE1OTMgNi4yODZMNi42MjMzIDguNzVMNC4xNTkzIDExLjE4Mkw1LjU2NzMgMTIuNTU4TDcuOTk5MyAxMC4xMjZMMTAuNDYzMyAxMi41NThMMTEuODM5MyAxMS4xODJMOS4zNzUzIDguNzVaIiBmaWxsPSIjOTQ5NjlCIi8+Cjwvc3ZnPgo=) no-repeat center center / cover;
    width: 16px;
    height: 16px;
    border: none;
}

.cart-products thead .cart-products-close__button {
    width: 21px;
    height: 21px;
}

.cart-products-count-wrapper {
    padding: 0 6px;
    height: 38px;
}

.cart-products-count__input {
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    appearance: textfield;
    font-size: 12px;
    color: #4B4F58;
    padding: 0 10px;
    width: 115px;
    height: 38px;
    border-radius: 5px;
    border: 1px solid #E2E3E4;
}

.cart-products-count__input::-webkit-outer-spin-button,
.cart-products-count__input::-webkit-inner-spin-button {
    display: none;
}

.cart-products-count__plus {
    background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEzIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xMi4zNjc1IDYuNDA4OTlMMTEuMTcxNSA3LjYwNDk5QzExLjA3NjIgNy42OTE2NSAxMC45NjM1IDcuNzM0OTkgMTAuODMzNSA3LjczNDk5QzEwLjcwMzUgNy43MzQ5OSAxMC41OTUyIDcuNjkxNjUgMTAuNTA4NSA3LjYwNDk5TDYuNjYwNTUgMy43NDM5OUwyLjgxMjU1IDcuNjA0OTlDMi43MTcyMSA3LjY5MTY1IDIuNjA4ODggNy43MzQ5OSAyLjQ4NzU1IDcuNzM0OTlDMi4zNjYyMSA3LjczNDk5IDIuMjU3ODggNy42OTE2NSAyLjE2MjU1IDcuNjA0OTlMMC45NTM1NDcgNi40MDg5OUMwLjg1ODIxNCA2LjMxMzY1IDAuODEwNTQ3IDYuMjAwOTkgMC44MTA1NDcgNi4wNzA5OUMwLjgxMDU0NyA1Ljk0MDk5IDAuODU4MjE0IDUuODMyNjUgMC45NTM1NDcgNS43NDU5OUw2LjMzNTU1IDAuMzYzOTg1QzYuNDMwODggMC4yNzczMTggNi41MzkyMSAwLjIzMzk4NSA2LjY2MDU1IDAuMjMzOTg1QzYuNzgxODggMC4yMzM5ODUgNi44OTAyMSAwLjI3NzMxOCA2Ljk4NTU1IDAuMzYzOTg1TDEyLjM2NzUgNS43NDU5OUMxMi40NjI5IDUuODQxMzIgMTIuNTEwNSA1Ljk0OTY1IDEyLjUxMDUgNi4wNzA5OUMxMi41MTA1IDYuMTkyMzIgMTIuNDYyOSA2LjMwNDk5IDEyLjM2NzUgNi40MDg5OVoiIGZpbGw9IiM0MzRENjMiLz4KPC9zdmc+Cg==) no-repeat center center / cover;
    width: 12px;
    height: 8px;
    border: none;
    padding: 0;
}

.cart-products-count__minus {
    background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEyIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0wLjE2MTc1MSAxLjMyNTk3TDEuMzU3NzUgMC4xMjk5NjlDMS40NTMwOCAwLjA0MzMwMjggMS41NjU3NSAtMy4wNTE3NmUtMDUgMS42OTU3NSAtMy4wNTE3NmUtMDVDMS44MjU3NSAtMy4wNTE3NmUtMDUgMS45MzQwOCAwLjA0MzMwMjggMi4wMjA3NSAwLjEyOTk2OUw1Ljg2ODc1IDMuOTkwOTdMOS43MTY3NSAwLjEyOTk2OUM5LjgxMjA4IDAuMDQzMzAyOCA5LjkyMDQyIC0zLjA1MTc2ZS0wNSAxMC4wNDE4IC0zLjA1MTc2ZS0wNUMxMC4xNjMxIC0zLjA1MTc2ZS0wNSAxMC4yNzE0IDAuMDQzMzAyOCAxMC4zNjY4IDAuMTI5OTY5TDExLjU3NTggMS4zMjU5N0MxMS42NzExIDEuNDIxMyAxMS43MTg4IDEuNTMzOTcgMTEuNzE4OCAxLjY2Mzk3QzExLjcxODggMS43OTM5NyAxMS42NzExIDEuOTAyMyAxMS41NzU4IDEuOTg4OTdMNi4xOTM3NSA3LjM3MDk3QzYuMDk4NDIgNy40NTc2NCA1Ljk5MDA4IDcuNTAwOTcgNS44Njg3NSA3LjUwMDk3QzUuNzQ3NDIgNy41MDA5NyA1LjYzOTA4IDcuNDU3NjQgNS41NDM3NSA3LjM3MDk3TDAuMTYxNzUxIDEuOTg4OTdDMC4wNjY0MTggMS44OTM2NCAwLjAxODc1MTMgMS43ODUzIDAuMDE4NzUxMyAxLjY2Mzk3QzAuMDE4NzUxMyAxLjU0MjY0IDAuMDY2NDE4IDEuNDI5OTcgMC4xNjE3NTEgMS4zMjU5N1oiIGZpbGw9IiM0MzRENjMiLz4KPC9zdmc+Cg==) no-repeat center center / cover;
    width: 12px;
    height: 8px;
    border: none;
    padding: 0;
}

.cart-coupon {
    margin: 30px 0;
}

.cart-coupon__label {
    margin-bottom: 16px;
    font-size: 13px;
    line-height: 110%;
    color: #4B4F58;
}

.cart-coupon-wrapper {
    gap: 20px;
}

.cart-coupon-wrapper__input {
    width: 100%;
    max-width: 350px;
    height: 38px;
    border-radius: 5px;
    border: 1px solid #E2E3E4;
    font-size: 12px;
    color: #4B4F58;
}

.cart-coupon-wrapper__button {
    background-color: #000;
    color: #fff;
    height: 38px;
    width: 100%;
    max-width: 170px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: bold;
}

.cart-result {
    background-color: #F3F3F3;
    padding: 11px 10px;
}

.cart-result-text {
    gap: 8px;
}

.cart-result-text__title {
    font-size: 14px;
    color: #4B4F58;
    line-height: 130%;
}

.cart-result-text__value {
    color: #4B4F58;
    font-size: 28px;
    font-weight: bold;
    line-height: 110%;
}

.cart-buttons {
    margin: 18px 0;
    gap: 4px;
}

.cart-buttons__item {
    padding: 0 12px;
    background-color: #000;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    border: 2px solid #000;
    border-radius: 5px;
    height: 40px;
}

.cart-buttons__item--buy-one-click {
    background-color: #fff;
    color: #000;
}

.cart-info {
    font-size: 14px;
    line-height: 130%;
    color: #4B4F58;
    font-weight: bold;
}

.cart-info span {
    color: #C0392B;
}
.custom-checkbox {
    appearance: none;
    -webkit-appearance: none;
    width: 14px;
    height: 14px;
    border-radius: 3px;
    box-shadow: 0 0 2px #818181;
    border: 1px #818181 solid;
    border-bottom-color: #2d2d2d;
    background: #fdfdfd;
    background: -webkit-gradient(linear, left top, left bottom, from(#fdfdfd), color-stop(11%, #f3f3f3), color-stop(33%, #ebebeb), color-stop(44%, #dcdcdc), color-stop(67%, #e6e6e6), color-stop(78%, #f0f0f0), color-stop(89%, #f6f6f6), to(#fff));
    background: linear-gradient(to bottom, #fdfdfd 0%, #f3f3f3 11%, #ebebeb 33%, #dcdcdc 44%, #e6e6e6 67%, #f0f0f0 78%, #f6f6f6 89%, #fff 100%);
    margin-right: 10px;
    cursor: pointer;
}

.custom-checkbox:checked {
    background: #cc9453 url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBvbHlnb24gcG9pbnRzPSIwLDUgNCwxMSA1LDExIDExLDAgOSwwIDUsOCA0LDggMyw1IiBmaWxsPSJyZWQ7Ij48L3BvbHlnb24+PC9zdmc+) no-repeat center center;
}

.checkout {
    padding-top: 40px;
}

.checkout__title {
    font-size: 30px;
    margin-bottom: 20px;
    color: #4B4F58;
}

.checkout-block {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #E2E3E4;
}

.checkout-block__title {
    font-size: 22px;
    margin-bottom: 20px;
    color: #4B4F58;
}

.checkout-block-checkbox label {
    font-size: 13px;
    line-height: 130%;
    color: #4B4F58;
}

.checkout-block-fields {
    gap: 12px;
    margin: 20px 0;
}

.checkout-block__title-button {
    font-size: 13px;
    color: #434D63;
    border: none;
    border-bottom: 1px dashed #434D63;
    background-color: transparent;
    margin-left: 12px;
}

.checkout-block-radios label {
    display: flex;
    gap: 8px;
    margin-bottom: 20px;
}

.checkout-block-radios-wrapper {
    display: flex;
    align-items: center;
    gap: 13px;
}

.checkout-block-radios__icon {
    max-width: 60px;
}

.checkout-block-radios-info__name {
    font-size: 14px;
    color: #4B4F58;
    margin-bottom: 4px;
    line-height: 100%;
}

.checkout-block-radios-info__duration {
    font-size: 12px;
    color: #94969B;
    line-height: 120%;
}

.checkout-block--delivery-address label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.checkout-block--delivery-address .field-wrapper {
    width: 100%;
    max-width: 560px;
}

.checkout-block--comment .field-wrapper {
    max-width: 480px;
}

.checkout-block-fields {
    max-width: 540px;
}

.checkout-block-result {
    font-size: 16px;
    color: #4B4F58;
}

.checkout-block-result span {
    font-weight: bold;
}

.checkout-info-wrapper {
    position: relative;
    height: 100%;
}

.checkout-info {
    position: sticky;
    top: 30px;
    background-color: #F8F8F8;
    padding: 15px 0 10px 0;
}

.checkout-info__title {
    font-size: 14px;
    line-height: 130%;
    color: #4B4F58;
    margin: 0 25px 15px 25px;
}

.checkout-info-item {
    padding: 15px 25px;
    border-bottom: 1px solid #E9E9E9;
}

.checkout-info-item__name {
    font-size: 13px;
    color: #434D63;
    line-height: 140%;
}

.checkout-info-item__price {
    font-size: 13px;
    color: #434D63;
    line-height: 130%;
    flex-shrink: 0;
}

.heckout-info-item__count {
    font-size: 11px;
    line-height: 130%;
    color: #94969B;
    margin-top: 3px;
}

.checkout-info-subresult {
    padding: 10px 25px;
}

.checkout-info-subresult__title {
    font-size: 13px;
    line-height: 130%;
    color: #94969B;
}

.checkout-info-subresult__count {
    font-size: 11px;
    line-height: 130%;
    color: #94969B;
    margin-top: 3px;
}

.checkout-info-result {
    padding: 10px 25px;
    background-color: #4B4F58;
    color: #fff;
}

.checkout-info-result__title,
.checkout-info-result__count {
    font-size: 16px;
    line-height: 130%;
}

.checkout-info__button {
    margin-top: 10px;
    color: #fff;
    background-color: #000;
    border: 1px solid #000;
    font-size: 16px;
    font-weight: bold;
    height: 47px;
    display: block;
    width: 100%;
}

.checkout-info__cart-edit {
    margin: 19px 25px 0 25px;
    font-size: 13px;
    color: #434D63;
    line-height: 130%;
    display: block;
}

.news-categories {
    padding-top: 22px;
}

.news-categories__title {
    color: #4B4F58;
    font-size: 30px;
    margin-bottom: 20px;
}

.news-categories-items {
    gap: 30px;
}

.news-categories-item {
    gap: 20px;
}

.news-categories-item-image {
    max-width: 192px;
    width: 100%;
}

.news-categories-item-info__title {
    font-size: 21px;
    color: #434D63;
    line-height: 120%;
    margin-bottom: 11px;
}

.news-categories-item-info__date {
    font-size: 12px;
    line-height: 100%;
    color: #C3C3C3;
    margin-bottom: 11px;
}

.news-categories-item-info__description {
    font-size: 13px;
    color: #4B4F58;
    line-height: 130%;
}

.news-categories-sidebar {
    max-width: 255px;
    width: 100%;
}

.news-categories-menu {
    margin-bottom: 20px;
}

.news-categories-menu__item {
    padding: 8px 17px;
    font-size: 15px;
    color: #434D63;
    border-radius: 5px;
    line-height: 140%;
}

.news-categories-menu__item--current {
    background-color: #F3F3F3;
}

.news-categories-subscribe {
    background-color: #000;
    padding: 20px;
    gap: 10px;
}

.news-categories-subscribe__title {
    font-size: 16px;
    color: #fff;
    line-height: 110%;
}

.news-categories-subscribe__email {
    height: 44px;
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #757575;
}

.news-categories-subscribe__button {
    height: 46px;
    width: 100%;
    background-color: #fff;
    color: #000;
    border: 1px solid #fff;
    font-size: 16px;
    font-weight: bold;
}

.news-detail__title {
    font-size: 30px;
    color: #4B4F58;
    line-height: 120%;
    margin-bottom: 20px;
}

.news-detail-content__date {
    font-size: 12px;
    color: #C3C3C3;
    margin-bottom: 20px;
}

.news-detail-content p {
    font-size: 13px;
    color: #4B4F58;
    line-height: 140%;
    margin-bottom: 20px;
}

.news-detail-content img {
    margin-bottom: 20px;
}

.news-detail-content__back {
    font-size: 16px;
    line-height: 130%;
    color: #434D63;
}

.news-categories-products {
    gap: 20px;
    margin-bottom: 20px;
}

.news-categories-products__title {
    font-size: 16px;
    color: #4B4F58;
    line-height: 140%;
}

.search-categories__title {
    font-size: 30px;
    color: #4B4F58;
    line-height: 120%;
    margin-bottom: 20px;
}

.search-categories-item {
    border: 1px solid #E2E3E4;
    padding: 20px 14px;
    display: block;
}

.search-categories-item__title {
    font-size: 12px;
    color: #434D63;
    line-height: 140%;
    text-align: center;
    margin-bottom: 22px;
}

.search-categories-list {
    row-gap: 30px;
}

.authorization-new-client {
    background-color: #F3F3F3;
    padding: 24px 32px;
}

.authorization-new-client__title {
    font-size: 22px;
    line-height: 100%;
    color: #4B4F58;
    margin-bottom: 18px;
}

.authorization-new-client__description {
    font-size: 13px;
    color: #4B4F58;
    line-height: 140%;
    margin-bottom: 18px;
}

.authorization-new-client__button {
    line-height: 40px;
    color: #fff;
    background-color: #000;
    padding: 0 12px;
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    border-radius: 4px;
}

.authorization__title {
    font-size: 30px;
    margin-bottom: 20px;
    color: #4B4F58;
}

.authorization__subtitle {
    font-size: 22px;
    line-height: 100%;
    margin-bottom: 30px;
    color: #4B4F58;
}

.authorization .field-wrapper {
    margin-bottom: 16px;
}

.forgot-password {
    line-height: 140%;
    font-size: 13px;
    color: #434D63;
    margin-bottom: 16px;
}

.authorization__button {
    height: 40px;
    color: #fff;
    background-color: #000;
    padding: 0 12px;
    font-size: 12px;
    font-weight: bold;
    border: 1px solid #000;
    border-radius: 4px;
}

.registration-block {
    background-color: #F3F3F3;
    padding: 24px 32px;
}

.registration-block__title {
    font-size: 22px;
    line-height: 100%;
    color: #4B4F58;
    margin-bottom: 18px;
}

.registration-block__description {
    font-size: 13px;
    color: #4B4F58;
    line-height: 140%;
}

.registration__title {
    font-size: 30px;
    margin-bottom: 20px;
    color: #4B4F58;
}

.registration__subtitle {
    font-size: 22px;
    line-height: 100%;
    margin-bottom: 30px;
    color: #4B4F58;
}

.registration .field-wrapper {
    margin-bottom: 16px;
}

.forgot-password {
    line-height: 140%;
    font-size: 13px;
    color: #434D63;
    margin-bottom: 16px;
}

.registration__button {
    height: 40px;
    color: #fff;
    background-color: #000;
    padding: 0 12px;
    font-size: 12px;
    font-weight: bold;
    border: 1px solid #000;
    border-radius: 4px;
}

.registration input[name="code"] {
    max-width: 190px;
    margin-top: 6px;
}

.account__title {
    font-size: 30px;
    margin-bottom: 20px;
    color: #4B4F58;
}

.account-orders-table-header__item,
.account-orders-table-body__item {
    width: 100%;
    max-width: 14.285%;
}

.account-orders-table-header {
    padding: 15px 10px;
    background-color: #F3F3F3;
    border-radius: 5px;
}

.account-orders-table-body-row {
    padding: 15px 10px;
}

.account-orders-table-header__item {
    font-size: 14px;
    font-weight: bold;
    color: #4B4F58;
}

.account-orders-table-body__item {
    font-size: 14px;
    color: #4B4F58;
}

.account-orders__button {
    line-height: 40px;
    color: #fff;
    background-color: #000;
    padding: 0 12px;
    font-size: 12px;
    font-weight: bold;
    border: 1px solid #000;
    border-radius: 4px;
    display: inline-block;
    margin-top: 16px;
}

.account-menu__item {
    padding: 10px 15px;
    font-size: 14px;
    color: #434D63;
    border-radius: 4px;
}

.account-menu__item--current,
.account-menu__item:hover {
    color: #fff;
    background-color: #0662C1;
}

.account-information__title {
    font-size: 22px;
    color: #4B4F58;
    line-height: 120%;
    margin-bottom: 30px;
}

.account-information-form__button {
    height: 40px;
    color: #fff;
    background-color: #000;
    padding: 0 12px;
    font-size: 12px;
    font-weight: bold;
    border: 1px solid #000;
    border-radius: 4px;
    display: inline-block;
    margin-top: 16px;
}

.account-information-form .field-wrapper {
    margin-bottom: 20px;
}

.account-address__title {
    font-size: 22px;
    color: #4B4F58;
    line-height: 120%;
    margin-bottom: 20px;
}

.account-address-form-row {
    gap: 15px;
    padding: 20px 0;
    border-top: 1px solid #E2E3E4;
}

.account-address-form-row input {
    max-width: 400px;
    width: 100%;
    color: #4B4F58;
    font-size: 14px;
}

.account-address-form__button {
    border: none;
    padding: 0;
    background-color: transparent;
    color: #4B4F58;
    font-size: 14px;
}

.account-edit-password__title {
    font-size: 22px;
    color: #4B4F58;
    line-height: 120%;
    margin-bottom: 20px;
}

.account-edit-password__description {
    margin-bottom: 27px;
    font-size: 14px;
    line-height: 140%;
    color: #000;
}

.account-edit-password-form {
    max-width: 550px;
}

.account-edit-password-form .field-wrapper {
    margin-bottom: 20px;
}

.account-edit-password-form__button {
    height: 40px;
    color: #fff;
    background-color: #000;
    padding: 0 12px;
    font-size: 12px;
    font-weight: bold;
    border: 1px solid #000;
    border-radius: 4px;
    display: inline-block;
    margin-top: 16px;
}

.product-detail-images {
    border-right: 2px solid #EBEEF3;
    width: 430px;
}

.product-detail-images-slider-big {
    margin-bottom: 70px;
}

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

.product-detail-images-slider-big img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.product-detail-images-slider-small .swiper-slide {
    opacity: 0.4;
    cursor: pointer;
    padding: 12px;
}

.product-detail-images-slider-small .swiper-slide-thumb-active {
    opacity: 1;
    border: 1px solid #4B566D;
}

.product-detail-images-slider-big .swiper-slide::before,
.product-detail-images-slider-small .swiper-slide::before {
    content: '';
    padding-top: 100%;
    float: left;
    display: flex;
}

.product-detail__title {
    font-size: 26px;
    line-height: 130%;
    color: #4B4F58;
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: bold;
}

.product-detail-images-slider-small-next::after,
.product-detail-images-slider-small-prev::after {
    color: #4B4F58;
    font-weight: bold;
    font-size: 20px;
}

.product-detail-images-slider-small-next {
    right: -8px;
}

.product-detail-images-slider-small-prev {
    left: -8px;
}

.product-detail-images-slider-small-next.swiper-button-disabled,
.product-detail-images-slider-small-prev.swiper-button-disabled {
    opacity: 0;
}

.product-detail-info {
    gap: 50px;
}

.product-detail__reviews {
    font-size: 11px;
    margin-bottom: 17px;
    color: #4B4F58;
    line-height: 140%;
}

.product-detail__sku {
    font-size: 12px;
    color: #4B4F58;
    line-height: 140%;
    margin-bottom: 15px;
}

.product-detail__availability {
    font-size: 13px;
    margin-bottom: 19px;
    gap: 7px;
}

.product-detail__availability img {
    max-width: 16px;
}

.product-detail__count {
    gap: 10px;
    margin-bottom: 15px;
}

.product-detail__count-title {
    margin-top: 9px;
    font-size: 12px;
    color: #4B4F58;
    line-height: 140%;
}

.product-detail-price {
    margin-bottom: 10px;
}

.product-detail-price__old-price {
    font-size: 18px;
    line-height: 100%;
    color: #94969B;
    text-decoration: line-through;
}

.product-detail-price__new-price {
    font-size: 26px;
    line-height: 100%;
    color: #4B4F58;
    font-weight: bold;
}

.product-detail-price__benefit {
    font-size: 14px;
    margin-top: 6px;
    line-height: 100%;
    color: #c88c59;
}

.product-detail-buttons {
    gap: 10px;
    margin-bottom: 20px;
}

.product-detail-buttons__item {
    width: 100%;
    max-width: 122px;
    height: 53px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: bold;
}

.product-detail-buttons__item--cart {
    color: #fff;
    background-color: #C88C59;
    border: 1px solid #C88C59;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.product-detail-buttons__item--cart img {
    max-width: 16px;
}

.product-detail-buttons__item--byu-one-click {
    color: #4B566D;
    border: 1px solid #000;
    background-color: transparent;
}

.product-detail-actions {
    margin-bottom: 20px;
    margin-top: 20px;
}

.product-detail-actions__compare,
.product-detail-actions__wishlist {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 14px;
    line-height: 140%;
    font-weight: light;
    color: #4B4F58;
    background-color: transparent;
    padding: 0;
    border: none;
}

.product-detail-actions__compare {
    margin-bottom: 4px;
}

.product-detail-actions__compare img {
    max-width: 9px;
}

.product-detail-actions__wishlist img {
    max-width: 14px;
}

.product-detail-installment {
    border: 1px solid #B28046;
    border-radius: 5px;
    color: #B28046;
    font-size: 13px;
    font-weight: light;
    padding: 0 6px;
    height: 53px;
    background-color: transparent;
}

.product-detail-discount-form {
    border: 1px solid #E2E3E4;
    border-radius: 5px;
    padding: 16px;
}

.product-detail-discount-form__title {
    font-size: 14px;
    font-weight: bold;
    color: #4B4F58;
    line-height: 140%;
    margin-bottom: 16px;
}

.product-detail-discount-form__field {
    border: 1px solid #808080;
    height: 39px;
    border-radius: 5px;
    padding: 0 11px;
    font-size: 12px;
    color: #757575;
    margin-bottom: 12px;
    width: 100%;
}

.product-detail-discount-form__submit {
    height: 59px;
    border-radius: 5px;
    border: 1px solid #B28046;
    background-color: transparent;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    color: #B28046;
}

.product-detail-discount-form-policy {
    display: flex;
    gap: 8px;
    align-items: flex-start;
    margin-top: 16px;
}

.product-detail-discount-form-policy__text {
    font-size: 12px;
    line-height: 140%;
    color: #4B4F58;
}

.product-detail-discount-form-policy__checkbox {
    appearance: none;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border: 1px solid #E2E3E4 !important;
    flex-shrink: 0;
}

.product-detail-discount-form-policy__checkbox:checked {
    background: #cc9453 url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBvbHlnb24gcG9pbnRzPSIwLDUgNCwxMSA1LDExIDExLDAgOSwwIDUsOCA0LDggMyw1IiBmaWxsPSJyZWQ7Ij48L3BvbHlnb24+PC9zdmc+) no-repeat center center;
    border: 1px solid #cc9453 !important;
}

.product-detail-discount-form-policy__text a {
    text-decoration: underline;
}

.product-detail-advantages {
    margin-top: 56px;
    margin-bottom: 22px;
    background-color: #F6F6F9;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 10px;
}

.product-detail-advantages-item__title {
    font-size: 28px;
    font-weight: bold;
    color: #CC9453;
    margin-bottom: 20px;
}

.product-detail-advantages-item__description {
    font-size: 16px;
    line-height: 150%;
    color: #4B4F58;
    text-align: center;
}

.product-detail-tabs-header {
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 15px 0 16px;
    border-bottom: 1px solid #E8E8E8;
}

.product-detail-tabs-header__item {
    font-size: 17px;
    color: #4B4F58;
    font-weight: 500;
    cursor: pointer;
}

.product-detail-tabs-header__item.active {
    color: #C88C59;
}

.product-detail-tabs-body {
    margin-top: 16px;
    display: none;
}

.product-detail-tabs-body.active {
    display: block;
}

.product-detail-tabs-body-row {
    padding-top: 10px;
    padding-bottom: 10px;
}

.product-detail-tabs-body-cell {
    font-size: 12px;
    color: #4B4F58;
    line-height: 140%;
}

.product-detail-tabs-body-cell--value {
    font-weight: bold;
}

.similar__title,
.recommendation__title {
    font-size: 16px;
    line-height: 130%;
    color: #4B4F58;
    padding-bottom: 18px;
    display: block;
    width: 100%;
    text-transform: uppercase;
    border-bottom: 1px solid #C4C4C4;
}

.compare {
    padding: 40px 0;
}

.compare__title {
    font-size: 30px;
    color: #4B4F58;
    margin-bottom: 66px;
    line-height: 120%;
}

.compare-table-item__title {
    font-size: 12px;
    color: #434D63;
    margin-bottom: 6px;
    text-align: center;
    display: inline-block;
}

.compare-table-item__sku {
    font-size: 12px;
    color: #A5A8AF;
    margin-bottom: 50px;
    text-align: center;
    display: inline-block;
    width: 100%;
}

.compare-table-items__item-button {
    align-items: center;
    justify-content: center;
    gap: 5px;
    height: 36px;
    background-color: #000;
    color: #fff;
    margin: 50px auto 0 auto;
    padding: 0 10px;
    max-width: 120px;
}

.compare-table-items__item-button img {
    max-width: 14px;
}

.compare-table {
    width: 100%;
    min-width: 1120px;
    border-collapse: collapse;
}

.compare-table th,
.compare-table td {
    padding: 10px;
    border: 1px solid #ddd;
    text-align: left;
    width: 215px;
}

.compare-table-items__item-button {
    display: flex;
    align-items: center;
    gap: 5px;
}

.compare-table-wrapper {
    overflow-x: auto;
}

.compare-table th:first-child,
.compare-table td:first-child {
    position: sticky;
    left: 0;
    background: white;
    z-index: 1;
}

.sale-personal-section-index-block {
    background-color: #CC9453 !important;
}

.sale-order-list-title-container {
    border: 1px solid #CC9453 !important;
    background: rgba(204, 148, 83, .5) !important;
}


@media (min-width: 768px) {
    .mobile {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .desktop {
        display: none !important;
    }

    .header__logotype {
        max-width: 150px;
    }

    .header-top-links__phone {
        font-size: 20px;
    }

    .hero-slider {
        height: 53vw;
    }

    .swiper-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: left;
        border: 0;
        -ms-interpolation-mode: bicubic;
    }

    .section__title.main-page {
        font-size: 0px;
    }

    .section__title {
        font-size: 18px;
        max-width: 70%;
        margin-bottom: 15px;
    }

    .section__title>span {
        font-size: 18px;
    }

    .products__more {
        font-size: 14px;
    }

    .product__info {
        min-height: 85px;
    }

    .showroom-item-info-header {
        flex-wrap: wrap;
    }

    .showroom-item-info-header__city {
        width: 100%;
    }

    .showroom-item-gallery {
        margin-bottom: 30px;
    }

    .showroom-item-info__description {
        font-size: 12px;
    }
}


@media (max-width: 768px) {
    .desktop {
        display: none !important;
    }

    .mobile-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 15px;
        background: #fff;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }

    .mobile-header__logo {
        max-width: 120px;
    }

    .mobile-header__icons {
        display: flex;
        gap: 15px;
    }



    .mobile-search {
        padding: 15px;
        background: #f5f5f5;
        margin-top: 60px;
    }

    .mobile-search__input {
        width: 100%;
        padding: 10px 15px;
        border: 1px solid #ddd;
        border-radius: 20px;
    }

    .product__info {
        min-height: auto !important;
    }

    .section__title {
        font-size: 18px !important;
    }

    .product-buttons__cart {
        font-size: 12px !important;
    }
}


.product-item {
    position: relative;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.product-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.product-item-image-wrapper {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 1/1;
    background: #f8f9fa;
}

.product-item-image-slider-slide-container,
.product-item-image-original,
.product-item-image-alternative {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition: opacity 0.3s ease;
}

.product-item-image-slider-control-container {
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 6px;
}

.product-item-image-slider-control {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    transition: all 0.3s ease;
}

.product-item-image-slider-control.active {
    background: #fff;
    width: 12px;
    border-radius: 3px;
}

.product-item-label-ring {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 2;
    background: #ff4444;
    color: white;
    border-radius: 20px;
    padding: 6px 10px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
}

.product-item-label-text {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 2;
}

.product-labels {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 2;
    gap: 6px;
}

.product-labels img {
    height: 24px;
    width: auto;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.product-prices-wrapper {
    padding: 5px 10px 0px;
    min-height: 50px;
}

.product-prices {
    gap: 8px;
    flex-wrap: wrap;
    align-items: center;
}

.product-prices__price {
    font-weight: 700;
    line-height: 1.2;
}

.product-prices__price--normal {
    font-size: 20px;
    color: #CC9453;
}

.product-prices__price--old {
    font-size: 16px;
    color: #CC9453;
    text-decoration: line-through;
}

.product-discount {
    gap: 6px;
    margin-top: 4px;
}

.product-discount__value {
    background: #CC9453;
    color: white;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
}

.product-discount__description {
    font-size: 12px;
    color: #666;
}

.product__info {
    display: block;
    padding: 0 10px 0px;
    color: #2c2c2c;
    text-decoration: none;
    font-size: 15px;
    line-height: 1.4;
    transition: color 0.2s ease;
    flex-grow: 1;
}

.product__info:hover {
    color: #CC9453;
}

.product-item-info-container {
    padding: 0px 10px;
    margin-bottom: 0px;
}



.product-buttons {
    padding: 0 10px 0px;
    gap: 8px;
}

.product-buttons__cart {
    flex: 1;
    color: #CC9453;
    padding: 12px 16px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.2s ease;
    gap: 8px;
}

.product-buttons__cart:hover {
    background: #CC9453;
    transform: translateY(-1px);
}

.product-buttons__compare,
.product-buttons__wishlist {
    width: 44px;
    height: 44px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    background: white;
    transition: all 0.2s ease;
}

.product-buttons__compare:hover,
.product-buttons__wishlist:hover {
    border-color: #CC9453;
    background: #CC9453;
}

.product-buttons__compare.checked,
.product-buttons__wishlist.checked {
    background: #CC9453;
    border-color: #CC9453;
}

.product-buttons__compare.checked svg path,
.product-buttons__wishlist.checked svg path {
    fill: white;
}

.product-item-amount {
    margin-top: 12px;
}

.product-item-amount-field-container {
    display: flex;
    align-items: center;
    gap: 8px;
}

.product-item-amount-field-btn-minus,
.product-item-amount-field-btn-plus {
    width: 32px;
    height: 32px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
}

.product-item-amount-field-btn-minus:hover,
.product-item-amount-field-btn-plus:hover {
    border-color: #CC9453;
    background: #f8faff;
}

.product-item-amount-field-block {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.product-item-amount-field {
    width: 50px;
    height: 32px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    text-align: center;
    font-size: 14px;
}

.product-item-amount-description-container {
    font-size: 13px;
    color: #666;
}

@media (max-width: 768px) {
    .product-item {
        border-radius: 12px;
    }

    .product-prices__price--normal {
        font-size: 18px;
    }

    .product-buttons {
        flex-direction: column;
        gap: 8px;
    }

    .product-buttons__compare,
    .product-buttons__wishlist {
        width: 100%;
        height: 40px;
    }
}

@keyframes cartAdd {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.product-buttons__cart:active {
    animation: cartAdd 0.3s ease;
}

.product-item {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.product-item-image-wrapper {
    height: 200px !important;
    flex-shrink: 0;
}

.product-prices-wrapper {
    flex-shrink: 0;
}

.product__info {
    flex-grow: 1;
}

.product-buttons {
    flex-shrink: 0;
}

.products-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 4fr));
    gap: 5px;
}

.product-item-container {
    height: 100%;
}

.product-sku-container {
    margin: 15px 0;
    padding: 0 15px;
}

.product-sku-property {
    margin-bottom: 15px;
}

.product-sku-property-title {
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 13px;
    color: #333;
}

.product-sku-property-values {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.product-sku-value {
    cursor: pointer;
    border: 2px solid #e8e8e8;
    border-radius: 6px;
    transition: all 0.3s ease;
    background: #fff;
    position: relative;
}

.product-sku-value:hover {
    border-color: #CC9453;
}

.product-sku-value.selected {
    border-color: #CC9453;
    background: rgba(204, 148, 83, 0.1);
}

.product-sku-value.notallowed {
    opacity: 0.4;
    cursor: not-allowed;
}

.product-sku-value-color-block {
    width: 30px;
    height: 30px;
    border-radius: 4px;
    overflow: hidden;
    border: 2px solid transparent;
}

.product-sku-value-color-inner {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 3px;
}

.product-sku-value-color.selected .product-sku-value-color-block {
    border-color: #CC9453;
}

.product-sku-value-text-block {
    padding: 6px 12px;
    border-radius: 4px;
    background: #f8f8f8;
    font-size: 12px;
    font-weight: 500;
}

.product-sku-value-text.selected .product-sku-value-text-block {
    background: #CC9453;
    color: #fff;
}

.product-item-scu-item-color-container.selected .product-sku-value-color-block {
    border-color: #CC9453;
}


.des-sku_tree {
    min-height: 36px;
}


.product-buttons__cart {
    padding: 8px 12px !important;
    font-size: 12px !important;
    white-space: nowrap;
    min-width: 0;
    flex-shrink: 1;
}

.product-buttons__cart svg,
.product-buttons__compare svg,
.product-buttons__wishlist svg {
    width: 14px !important;
    height: 14px !important;
    margin-right: 4px !important;
}

@media (max-width: 768px) {
    .products-list {
        grid-template-columns: repeat(auto-fill, minmax(150px, 2fr));
    }
}

@media (max-width: 480px) {
    .product-buttons {
        flex-wrap: wrap;
        justify-content: center;
    }

    .product-buttons__cart {
        order: 1;
        margin-bottom: 8px;
    }

    .product-buttons__compare,
    .product-buttons__wishlist {
        order: 2;
        flex: 1;
    }
}


@media (max-width: 768px) {
    .product-buttons {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 4px;
        padding: 0 4px 10px;
        margin-top: auto;
    }

    .product-buttons__cart {
        flex: 1;
        min-width: 100px;
        padding: 6px 4px !important;
        font-size: 11px !important;
        height: 36px;
        border-radius: 8px;
        gap: 0px;
        margin: 0 !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .product-buttons__cart svg {
        width: 12px !important;
        height: 12px !important;
        margin-right: 2px !important;
        flex-shrink: 0;
    }

    .product-buttons__compare,
    .product-buttons__wishlist {
        width: 27px;
        height: 36px;
        min-width: 26px;
        border-radius: 8px;
        margin: 0 !important;
        padding: 0 !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .product-buttons__compare svg,
    .product-buttons__wishlist svg {
        width: 12px !important;
        height: 12px !important;
        margin: 0 !important;
    }

    .product-buttons > * {
        height: 36px;
        flex-shrink: revert;
    }

    @media (max-width: 360px) {
        .product-buttons__cart {
            font-size: 10px !important;
            padding: 8px 0px !important;
            min-width: 70px;
        }

        .product-buttons__compare,
        .product-buttons__wishlist {
            width: 32px;
            height: 32px;
        }

        .product-buttons > * {
            height: 30px;
        }
        .product-buttons__cart span {
            display: none;
        }
    }
    .product-buttons__cart span {
        /* display: none; */
    }

}

.product-buttons__cart {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.product-buttons__cart span {
    /* white-space: nowrap; */
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
}
.mobile{display:none;}
@media (max-width: 768px) {
    .footer-info-items--phones {
    }
    .desktop{display:none;}
    .mobile{display:block;}

    .footer-top {
        padding: 15px 0px 40px;
    }
}
@media screen and (max-width: 768px) {
    .site-footer-top-level .col-xs-6, .site-footer-top-level .col-xs-6.site-footer-contacts .col-xs-6 {
        -webkit-flex-basis: 100% !important;
        -ms-flex-preferred-size: 100%!important;
        flex-basis: 100% !important;
        max-width: 100% !important;
        padding-right: .625rem;
        padding-left: .625rem;
    }
}
@media screen and (max-width: 768px) {
    .footer-static-block-social {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
    }
}
@media screen and (max-width: 768px) {
    .footer-static-block-social {
        padding-bottom: 24px;
        border-bottom: 1px solid #c4c4c4;
    }
}
@media screen and (max-width: 768px) {
    .footer-static-block-social>div {
        width: 50%;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
    }
}
@media screen and (max-width: 768px) {
    .site-footer-top-level .footer-static-block-social .footer-menu-item {
        display: flex !important
    ;
        flex-wrap: nowrap;
        flex-direction: row;
        align-items: end;
        gap: 4px;
        align-items: flex-start;
        margin-bottom: 4px;
    }
}
@media screen and (max-width: 768px) {
    .site-footer-top-level .col-xs-6,.site-footer-top-level .col-xs-6.site-footer-contacts .col-xs-6 {
        -webkit-flex-basis:100%!important;
        -ms-flex-preferred-size: 100%!important;
        flex-basis: 100%!important;
        max-width: 100%!important
    }

    .site-footer-top-level .col-xs-3 {
        -webkit-flex-basis: 50%!important;
        -ms-flex-preferred-size: 50%!important;
        flex-basis: 50%!important;
        max-width: 50%!important
    }

    footer .footer-menu+.footer-menu {
        margin-top: 0 !important
    }

    footer .footer-menu-link {
        font-size: 12px;
        line-height: 2.25;
        font-weight: 500
    }

    .site-footer-top-level .footer-static-block-social .footer-menu-item {
        display: flex!important;
        flex-wrap: nowrap;
        flex-direction: row;
        align-items: end;
        gap: 4px;
        align-items: flex-start;
        margin-bottom: 4px
    }

    .footer-static-block-social .footer-menu-big-text {
        font-size: 12px;
        letter-spacing: 0
    }

    .footer-static-block-social {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap
    }

    .footer-static-block-social>div {
        width: 50%;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap
    }

    .footer-static-block-social .footer-menu-subheader {
        order: -1;
        margin-bottom: 6px;
        margin-right: -6px
    }

    .footer-menu-link-big-svg svg {
        width: 13px;
        height: 13px
    }

    footer .footer-menu-list {
        border-bottom-width: 0;
        padding-bottom: 0!important
    }

    .footer-static-block-social {
        padding-bottom: 24px;
        border-bottom: 1px solid #c4c4c4
    }

    .mobile-hidden {
        display: none
    }

    .footer-static-block-social .social {
        margin: 1px 2px 0 0
    }

    footer .site-footer-contacts .col-xs-6 .footer-logo {
        margin-bottom: 20px
    }

    footer .site-footer-contacts {
        margin-bottom: 24px
    }

    .footer-payment>p:first-child {
        border-top: 1px solid #c4c4c4;
        padding-top: 34px
    }

    a.contacts-page-link.cs-l-2.social.icon-no-margin {
        margin-right: 6px;
        margin-bottom: 0
    }

    a.contacts-page-link.cs-l-2 {
        font-size: 14px
    }

    .page-title-row.brands-title-row .contacts-title.page-title h1 {
        padding: 12px 18px;
        text-align: center
    }

    .footer-static-block-social .footer-menu-subheader span:not(.mobile-hidden) {
        margin-right: 12px;
    }
    .footer-static-block-social {
        font-size: 12px;
        color: #000;
        margin-top: 20px;
    }

    .contacts-phone-title {
        font-size: 1.375rem
    }

    .contacts-phone-title img {
        max-width: 100%;
        max-height: auto;
        height: auto!important
    }

    .footer-menu {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 18px 30px;
        margin-top: 30px;
    }

}