

/* Start:/local/templates/main/assets/styles/main.css?176244823366601*/
.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('/local/templates/main/assets/styles/../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('/local/templates/main/assets/styles/../images/news/button-next.svg') no-repeat center center / cover;
    width: 100%;
    height: 100%;
}

.news-slider-button-prev::after {
    content: '';
    background: url('/local/templates/main/assets/styles/../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('/local/templates/main/assets/styles/../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;
    }

}
/* End */


/* Start:/local/templates/main/assets/styles/style.css?17624482337351*/
.popup-window.popup-window-with-titlebar {
    padding: 10px 20px 20px;
    border-radius: 10px;
}
.popup-window-titlebar-text {
    font-size: 22px;
    font-weight: bold;
    color: #C88C59;
}
[id^="popup-window-content-CatalogSectionBasket"] img {
    max-height: 200px !important;
}
[id^="popup-window-content-CatalogSectionBasket"] p {
    font-size: 15px;
    color: #545454;
    margin: 12px 0;
    line-height: 140%;
}

.btn-primary {
    border-radius: 100px;
    height: 40px;
    border: 1px solid #CC9453 !important;
    width: 100%;
    font-size: 13px;
    transition: .3s;
    color: #000;
    background-color: #fff;
    text-align: center;
    padding: 0px 30px;
}
.btn-primary:hover, .btn-primary:active {
    color: #fff;
    background-color: #CC9453 !important;
}
a.btn-primary {
    padding: 10px 50px;
    background-color: #c88c59;
    white-space: nowrap;
}
.product-item-detail-tab.active {
    color: #CC9453;
}
.bx_soc_comments_div.bx_important.bx_green .bx_bt_button {
    border: 1px solid #CC9453;
    background: #fff;
    color: #000;
    padding: 0px 30px;
    border-radius: 20px;
    line-height: 40px;
    height: 40px;
}
.bx_soc_comments_div.bx_important.bx_green .bx_bt_button:hover {
    background: #CC9453;
    color: #fff;
}
.bx_soc_comments_div.bx_important.bx_green .bx_bt_button > b {
    font-weight: 400;
}

.basket-checkout-container {
    border: 1px solid #CC9453;
    border-radius: 12px;
}
.basket-items-list-wrapper, .basket-items-list-wrapper-compact {
    border: 1px solid #CC9453;
    border-radius: 12px 12px 0px 0px;
}
.basket-items-list-header {
    background: #CC9453;
    border-radius: 12px 12px 0px 0px;
}
.bx-soa-section-title-container {
    border-radius: 6px 6px 0px 0px;
    background: #CC9453;
}
.bx-soa-section {
    margin-bottom: 26px;
    line-height: 35px;
}

.bx-rating {
    text-align: left;
}
.bx-rating-icon {
    fill: #CC9453;
}

.product-detail-actions__compare:not(.checked) > .not-checked, .product-detail-actions__wishlist:not(.checked) > .not-checked {
    display: inline;
}
.product-detail-actions__compare:not(.checked) > .checked, .product-detail-actions__wishlist:not(.checked) > .checked {
    display: none;
}
.product-detail-actions__compare.checked > .not-checked, .product-detail-actions__wishlist.checked > .not-checked {
    display: none;
}
.product-detail-actions__compare.checked > .checked, .product-detail-actions__wishlist.checked > .checked {
    display: inline;
}
.catalog-compare-list.fixed {
    display: none !important;
}

.basket-coupon-block-total-price-difference, .basket-item-price-difference {
    background: #fff;
    color: #1CB446;
}

.basket-item-label-text span, .basket-item-label-ring {
    background: #1CB446;
    color: #fff;
}

.bx-selected .bx-soa-coupon-label {
    padding-top: 0;
    padding-bottom: 9px;
}

.bx-soa-pp-company.bx-selected .bx-soa-pp-company-graf-container, .bx-soa-section.bx-selected {
    border: 1px solid #CC9453;
}

.form-control, .btn  {
    height: 40px;
    border: 1px solid #CC9453 !important;
    font-size: 13px;
    color: #000;
    background-color: #fff;
    text-align: center;
    padding: 0px 30px;
}
.btn  {
    border-radius: 100px;
}

.bx-soa-section-title-count {
    border: 1px solid #fff;
}
.bx-soa-section .bx-soa-section-title-count:after {
    color: #fff;
}

.bx-soa-location-input-container {
    margin-top: 15px;
}


.news-slider {
    overflow: hidden;
    padding: 20px 0;
}

.news-slider__item {
    display: block;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    height: 300px;
    min-width: 250px;
    margin-right: 20px;
}

.news-slider__item-image {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-slider__item-text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
    color: #fff;
    text-align: center;
}

.news-slider__item-date {
    font-size: 14px;
    margin-bottom: 10px;
}

.news-slider__item-title {
    font-size: 18px;
    font-weight: bold;
}

.news__more {
    margin-left: 20px;
    color: #333;
    text-decoration: none;
}

.news-detail__date {
    color: #666;
    margin-bottom: 15px;
}

.news-detail__title {
    margin-bottom: 30px;
}

.news-detail__image {
    margin-bottom: 30px;
}

.news-detail__image img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.news-detail__content {
    line-height: 1.6;
    margin-bottom: 40px;
}

.news-detail__back {
    margin-top: 40px;
}

.header-bottom-menu__item-wrapper {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}

.header-submenu {
    position: absolute;
    top: 100%;
    left: 87%;
    transform: translateX(-50%);
    width: auto;
    min-width: 300px;
    background: #fff;
    /* box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); */
    -webkit-box-shadow: 4px 4px 20px rgba(0, 0, 0, .5);
    box-shadow: 4px 4px 20px rgba(0, 0, 0, .5);
    z-index: 1000;
    display: none;
    padding: 15px 0;
    border-radius: 0 0 4px 4px;
    border: 1px solid #eee;
    border-top: none;
}

.header-bottom-menu__item-wrapper:hover .header-submenu {
    display: block;
}

.header-submenu__content {
    display: flex;
    flex-direction: column;
}

.header-submenu__sections {
    display: flex;
    flex-direction: column;
    padding: 0 20px;
}

.header-submenu__section {
    padding: 10px 0;
    color: #333;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* border-bottom: 1px solid #e5e5e5; */
    border-bottom: 1px solid #e5e5e5;
    transition: all 0.2s ease;
    display: block;
    /* padding: 10px 20px; */
    font-size: 14px;
    line-height: 19px;
    color: #313339;
}

.header-submenu__section:hover {
    color: #000;
    font-weight: 500;
    border-bottom-color: #cc9453;
}

.header-submenu__section:last-child {
    border-bottom: none;
}

.header-submenu__section-count {
    font-size: 12px;
    color: #999;
    margin-left: 10px;
}

.header-submenu__more {
    padding: 10px 20px 0;
    margin-top: 10px;
    border-top: 1px solid #eee;
    float: left;
    display: block;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 19px;
    color: #313339;
    text-align: left;
}

.header-submenu__more-link {
    /* color: #666; */
    color: #cc9453;
    text-decoration: none;
    font-size: 14px;
    display: block;
    text-align: left;
    padding-bottom: 2px;
    border-bottom: 1px solid transparent;
    transition: all 0.2s ease;
}

.header-submenu__more-link:hover {
    /* color: #000; */
    /* text-decoration: none; */
    /* border-bottom-color: #cc9453; */
    text-align: left;
}

.header-submenu__section-all {
    font-weight: 600;
    color: #cc9453; /* Золотой цвет */
    border-bottom: none !important; /* Убираем бордер */
    margin-top: 5px; /* Небольшой отступ сверху */
}
/* End */


/* Start:/local/templates/main/css/custom.css?17624482314887*/
.header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    animation: fixedHeader 0.5s ease;
    z-index: 500;
    background: #fff;
    filter: drop-shadow(0px 4px 30px rgba(29, 29, 31, 0.16));
}

.header.fixed .header-bottom {
    display: none;
}

.header .container {
    max-width: 1110px !important;
}

.header-middle-work-item span {
    white-space: nowrap;
}

.products-carousel-wrapper .products-list {
    display: flex;
    gap: 0;
    margin: 0 -5px;
}

.product-item-scu-item-color-container {
    width: auto !important;
}

@media (max-width: 768px) {
    .header-top-links {
        flex-direction: column;
        gap: 10px;
    }

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

    .header-search {
        max-width: 100%;
    }

    .product-detail-info {
        flex-direction: column;
    }

    .product-detail-images {
        margin: 0px auto;
        width: 100%;
        border-right: none;
    }

    .product-item-amount-field-container {
        margin: 0px 0px 15px 0px;
    }

    .product-item-detail-buy-button {
        margin: 0px 0px 10px 0px;
    }

    #article-property {
        max-width: 100%;
    }
}

@keyframes fixedHeader {
    from {
        top: -100%;
    }

    to {
        top: 0;
    }
}

.grid {}

.grid .bx_content_section {
    margin-bottom: 15px;
}

.grid .bx_sidebar {
    margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1 {}

.grid2x1 .bx_content_section {
    float: left;
    width: 66%;
    margin-bottom: 15px;
}

.grid2x1 .bx_sidebar {
    float: right;
    width: 33%;
    margin-bottom: 15px;
    padding-left: 5%;
    box-sizing: border-box;
}

@media (max-width: 960px) {
    .grid2x1 .bx_sidebar {
        padding-left: 4%;
    }
}

@media (max-width: 640px) {

    .grid2x1 .bx_content_section,
    .grid2x1 .bx_sidebar {
        width: 100%;
        float: none;
    }

    .grid2x1 .bx_sidebar {
        padding-left: 3%;
    }
}

@media (max-width: 479px) {
    .grid2x1 .bx_sidebar {
        padding-left: 1%;
    }
}

.catalog-block-header {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    margin: 5px 0;
    padding: 5px 0;
    border-bottom: 2px solid #d9dee6;
    border-bottom-color: var(--primary);
    color: #000;
}

.tags.border-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
    position: relative;
}

.tag-item.border-list__item {
    display: inline-block;
    padding: 7px 10px;
    border: 1px solid #ddd;
    border-radius: 20px;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    transition: all 0.3s ease;
}

.tag-item.border-list__item:hover {
    background-color: #f5f5f5;
    border-color: #ccc;
}

.tag-item.border-list__item.selected {
    background-color: #CC9453;
    color: white;
    border-color: #CC9453;
}

.tag-item.border-list__item.list-name {
    background-color: #f8f9fa;
    font-weight: bold;
    cursor: default;
}

.list-expand,
.list-collapse {
    cursor: pointer;
    color: #CC9453;
    padding: 8px 16px;
    border: 1px dashed #CC9453;
    border-radius: 20px;
    font-size: 14px;
}

.list-expand:hover,
.list-collapse:hover {
    background-color: #CC9453;
    color: white;
}

.icon-cancel-after:after {
    content: '×';
    margin-left: 9px;
    font-size: 15px;
    font-weight: bold;
}

.icon-cancel-after:hover:after {
    color: black;
}

.breadcrumbs-section {
    padding: 15px 0;
    background: #f8f9fa;
}

.custom-breadcrumb {
    background: none;
    margin-bottom: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    list-style: none;
}

.custom-breadcrumb .breadcrumb-item {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.custom-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    content: "›";
    color: #6c757d;
    margin: 0 10px;
    font-size: 18px;
}

.custom-breadcrumb .breadcrumb-item a {
    color: #CC9453;
    text-decoration: none;
    transition: color 0.3s ease;
    white-space: nowrap;
}

.custom-breadcrumb .breadcrumb-item a:hover {
    color: #b58245;
    text-decoration: underline;
}

.custom-breadcrumb .breadcrumb-item.active {
    color: #6c757d;
    white-space: nowrap;
}

/* Адаптивность для мобильных */
@media (max-width: 768px) {
    .custom-breadcrumb {
        font-size: 14px;
    }

    .custom-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
        margin: 0 8px;
    }

    .marquiz__button_fixed {
        width: 50px !important;
        height: 50px !important;
    }
}

@media (max-width: 576px) {
    .custom-breadcrumb {
        font-size: 12px;
    }

    .custom-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
        margin: 0 5px;
        font-size: 16px;
    }

    .breadcrumbs-section {
        padding: 10px 0;
    }
}

.breadcrumbs-section {
    margin-bottom: 30px;
}
/* End */


/* Start:/local/templates/main/css/mobile_menu.css?176244823116497*/
.cookies-policy {
    position: fixed;
    bottom: 20px;
    right: 50px;
    z-index: 10000;
    display: none;
    animation: fadeInUp 0.5s ease;
}

.cookies-policy.active {
    display: block;
}

.cookies-policy-block {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    padding: 20px;
    border-radius: 12px;
    font-size: 14px;
    width: 320px;
    background: #ffffff;
    position: relative;
    border: 1px solid #e0e0e0;
}

.cookies-policy-cell {
    vertical-align: middle;
    padding: 0;
    font-size: 13px;
    color: #333333;
    line-height: 1.5;
}

.cookies-policy-cell a {
    color: #CC9453;
    text-decoration: underline;
    font-weight: 500;
    transition: color 0.2s ease;
}

.cookies-policy-cell a:hover {
    color: #b88345;
    text-decoration: none;
}

.cookies-policy-close {
    position: absolute;
    top: -8px;
    right: -8px;
    font-size: 18px;
    line-height: 1;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    text-decoration: none !important;
    color: #666666 !important;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.2s ease;
    z-index: 10001;
}

.cookies-policy-close:hover {
    background: #f8f8f8;
    color: #333333 !important;
    transform: scale(1.1);
}

.cookies-policy-button {
    margin-top: 15px;
    text-align: center;
}

.cookies-policy__btn-close {
    background: #CC9453;
    color: white;
    border: none;
    padding: 10px 24px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 500;
    transition: all 0.3s ease;
    min-width: 100px;
}

.cookies-policy__btn-close:hover {
    background: #b88345;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(204, 148, 83, 0.3);
}

.cookies-policy__btn-close:active {
    transform: translateY(0);
}

@media (max-width: 768px) {
    .cookies-policy {
        bottom: 15px;
        right: 15px;
        left: 15px;
        width: auto;
    }

    .cookies-policy-block {
        width: auto;
        max-width: 100%;
        margin: 0;
        padding: 16px;
    }

    .cookies-policy-close {
        top: -6px;
        right: -6px;
        width: 24px;
        height: 24px;
        font-size: 16px;
    }

    .cookies-policy__btn-close {
        padding: 8px 20px;
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .cookies-policy {
        bottom: 10px;
        right: 10px;
        left: 10px;
    }

    .cookies-policy-block {
        padding: 14px;
    }

    .cookies-policy-cell {
        font-size: 12px;
    }

    .cookies-policy-button {
        margin-top: 12px;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.cookies-policy.sticky {
    position: fixed;
    bottom: 20px;
    right: 50px;
}

.cookies-policy.visible {
    animation: slideInRight 0.6s ease-out;
}

.mobile-footer-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
    /* z-index: 9999; */
    z-index: 1000000;
}

.mobile-footer-nav__left-group,
.mobile-footer-nav__right-group {
    display: flex;
    align-items: center;
    gap: 15px;
}

.mobile-footer-nav__item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.mobile-footer-nav__button {
    background: none;
    border: 1px solid #000;
    border-radius: 19px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    color: #4B4F58;
    cursor: pointer;
    position: relative;
    width: 40px;
    height: 30px;
    padding: 0;
    transition: all 0.3s ease;
}

.mobile-footer-nav__button:hover {
    background: #f5f5f5;
}

.mobile-footer-nav__button span {
    display: block;
    width: 16px;
    height: 2px;
    background: #4B4F58;
    margin: 2px 0;
    transition: all 0.3s ease;
    transform-origin: center;
}
.mobile-footer-nav__catalog-trigger .mobile-footer-nav__button {
    font-size: 12px;
    font-weight: bold;
    width: auto;
    padding: 5px 16px;
    text-transform: uppercase;
    height: 30px;
    border: 1px solid #000;
    border-radius: 19px;
    background: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.mobile-footer-nav__compare svg,
.mobile-footer-nav__cart svg,
.mobile-footer-nav__wishlist svg {
    width: 20px;
    height: 20px;
    margin-bottom: 2px;
}

.mobile-footer-nav__count {
    position: absolute;
    top: -5px;
    right: -5px;
    background: #CC9453;
    color: white;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
}

@media (min-width: 769px) {
    .mobile-footer-nav {
        display: none;
    }
}

.mobile-menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    max-width: 320px;
    height: 100%;
    background: #fff;
    z-index: 1100;
    transition: left 0.3s ease;
    overflow: hidden;
    box-shadow: 2px 0 10px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
}

.mobile-menu--active {
    left: 0;
}

.mobile-catalog {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 1001;
    transition: right 0.3s ease;
    display: flex;
    flex-direction: column;
}

.mobile-catalog--active {
    right: 0;
}

.mobile-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 1050;
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.mobile-overlay--active {
    display: block;
    opacity: 1;
    pointer-events: auto;
}

.mobile-menu__header,
.mobile-catalog__header {
    padding: 15px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f8f8f8;
    position: relative;
    min-height: 50px;
}

.mobile-menu__close,
.mobile-catalog__close {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    padding: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    position: relative;
}

.mobile-menu__content,
.mobile-catalog__content {
    padding: 15px;
}

.mobile-menu__content ul,
.mobile-catalog__content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-menu__content li,
.mobile-catalog__content li {
    margin-bottom: 5px;
}

.mobile-menu__content a,
.mobile-catalog__content a {
    color: #333;
    text-decoration: none;
    display: block;
    padding: 12px 0;
    font-size: 14px;
    transition: color 0.2s;
}

.mobile-menu__content a:hover,
.mobile-catalog__content a:hover {
    color: #CC9453;
}

.menu__item--root {
    border-bottom: 1px solid #eee;
}

.menu__link {
    padding: 12px 0;
    display: block;
    font-size: 14px;
}

.menu__link--thin {
    font-weight: 400;
}

.menu__link--with-icon {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btn-point {
    background: none;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    color: #333;
}

.mobile-catalog__header h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.mobile-catalog__content ul {
    padding-left: 10px;
    padding-bottom: 40px;
}

.mobile-catalog__content li {
    border-bottom: 1px solid #f0f0f0;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.mobile-menu, .mobile-catalog {
    animation: fadeIn 0.3s ease-out;
}

.menu__submenu,
.catalog-menu__submenu {
    display: none;
    padding-left: 15px;
    animation: fadeIn 0.3s ease-out;
}

.menu__submenu.open,
.catalog-menu__submenu.open {
    display: block;
}

.submenu-toggle {
    margin-left: 8px;
    font-weight: bold;
    display: inline-block;
    width: 16px;
    text-align: center;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-5px); }
    to { opacity: 1; transform: translateY(0); }
}
.mobile-menu__back-button,
.mobile-catalog__back-button {
    background: none;
    border: none;
    padding: 0;
    margin-right: 15px;
    font-size: 20px;
    cursor: pointer;
    color: #333;
}

.mobile-menu__header,
.mobile-catalog__header {
    position: relative;
}

.mobile-menu__title,
.mobile-catalog__title {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    text-align: center;
    width: auto;
    max-width: 60%;
}


.catalog-menu__arrow {
    float: right;
    margin-left: 10px;
    font-size: 18px;
    color: #CC9453;
}

.mobile-menu__close {
    margin-right: auto;
}

.mobile-catalog__close {
    margin-left: auto;
}

.catalog-menu__item--has-children .catalog-menu__link {
    padding-right: 25px;
}

.menu-level {
    display: none;
    /* position: absolute; */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 15px;
    box-sizing: border-box;
    overflow-y: auto;
}

.menu-level--active {
    display: block;
    animation: fadeIn 0.3s ease-out;
}

.mobile-catalog__content {
    flex: 1;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0 15px 15px;
}

.mobile-catalog__header {
    padding: 15px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f8f8f8;
    position: relative;
}

.mobile-catalog__back-button {
    background: none;
    border: none;
    padding: 0;
    margin-right: 15px;
    font-size: 20px;
    cursor: pointer;
    color: #333;
}

.mobile-menu--active ~ .mobile-footer-nav,
.mobile-catalog--active ~ .mobile-footer-nav {
    z-index: 1200;
}

.mobile-menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    max-width: 320px;
    height: 100%;
    background: #fff;
    z-index: 999999;
    transition: left 0.3s ease;
    overflow-y: auto;
    box-shadow: 2px 0 10px rgba(0,0,0,0.1);
}

.mobile-menu--active {
    left: 0;
}

.mobile-menu__header {
    flex-shrink: 0;
    padding: 15px;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f8f8f8;
    position: relative;
    min-height: 60px;
    box-sizing: border-box;
}

.mobile-menu__close {
    background: none;
    border: none;
    font-size: 28px;
    cursor: pointer;
    padding: 8px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    font-weight: normal;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.mobile-menu__title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    width: 60%;
}

.mobile-menu__content {
    flex: 1;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 15px;
    padding-top: 20px;
    height: calc(100% - 60px);
    padding-bottom: 80px !important;
}

.mobile-menu__content ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

.mobile-menu__content li {
    margin-bottom: 0;
    border-bottom: 1px solid #f0f0f0;
}

.mobile-menu__content li:last-child {
    border-bottom: none;
}

.mobile-menu__content a {
    color: #333;
    text-decoration: none;
    display: block;
    padding: 15px 0;
    font-size: 16px;
    transition: color 0.2s;
    font-weight: 500;
}

.mobile-menu__content a:hover {
    color: #CC9453;
}

.mobile-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 1050;
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.mobile-overlay--active {
    display: block;
    opacity: 1;
}


@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.mobile-menu {
    animation: fadeIn 0.3s ease-out;
}

.mobile-footer-nav__menu-trigger.active .mobile-footer-nav__button span:nth-child(1) {
    transform: rotate(45deg) translate(4px, 4px);
    width: 16px;
}

.mobile-footer-nav__menu-trigger.active .mobile-footer-nav__button span:nth-child(2) {
    opacity: 0;
    transform: scale(0);
}

.mobile-footer-nav__menu-trigger.active .mobile-footer-nav__button span:nth-child(3) {
    transform: rotate(-45deg) translate(4px, -4px);
    width: 16px;
}

.mobile-footer-nav__menu-trigger .mobile-footer-nav__button {
    background: none;
    border: 1px solid #000;
    border-radius: 19px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    color: #4B4F58;
    cursor: pointer;
    position: relative;
    width: 40px;
    height: 30px;
    padding: 0;
    transition: all 0.3s ease;
}

.mobile-footer-nav__menu-trigger .mobile-footer-nav__button span {
    display: block;
    width: 16px;
    height: 2px;
    background: #4B4F58;
    margin: 1.5px 0;
    transition: all 0.3s ease;
    transform-origin: center;
}

.catalog-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}


.catalog-menu__item {
    border-bottom: 1px solid #f5f5f5;
}

.catalog-menu__link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    color: #333;
    text-decoration: none;
    font-size: 16px;
}

.catalog-menu__link:hover {
    background-color: #f9f9f9;
}

.menu-level {
    display: none;
    height: 100%;
}

.menu-level--active {
    display: block;
}

.mobile-catalog {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 999999;
    transition: right 0.3s ease;
    display: flex;
    flex-direction: column;
}

.mobile-catalog--active {
    right: 0;
}

.mobile-catalog__header {
    flex-shrink: 0;
    border-bottom: 1px solid #eee;
    padding: 15px;
    background: #fff;
}

.mobile-catalog__content {
    flex: 1;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0 15px 15px;
    padding-bottom: 80px !important;
}

.menu-level {
    display: none;
    height: 100%;
}

.menu-level--active {
    display: block;
}

.catalog-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.catalog-menu__item {
    border-bottom: 1px solid #f5f5f5;
}

.catalog-menu__link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    color: #333;
    text-decoration: none;
    font-size: 16px;
}

.catalog-menu__arrow {
    font-size: 18px;
    color: #999;
}

.mobile-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    /* z-index: 999; */
    z-index: 999999;
    display: none;
}

.mobile-overlay--active {
    display: block;
}

body.menu-open {
    overflow: hidden;
}
/* End */


/* Start:/local/templates/main/components/bitrix/catalog.compare.list/count_only/style.css?17624482331265*/
.bx_catalog-compare-list{
    font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size:12px;
    z-index:998;
    overflow:hidden;
    -webkit-box-sizing:border-box;
       -moz-box-sizing:border-box;
            box-sizing:border-box;
    width:270px;
    max-height:100%;
    padding:10px 8px 0;
    white-space:normal;
    color:#404040;
    border:1px solid #b7b7b7;
    border-radius:3px;
    background:#fff;
    box-shadow:0 2px 5px 0 rgba(0,0,0,.18);
	margin-bottom: 10px;
}
.bx_catalog-compare-list.fix{
	position:fixed;
}
.bx_catalog-compare-list.top{
    top:5px;
}
.bx_catalog-compare-list.right{
    right:5px;
}
.bx_catalog-compare-list.bottom{
    bottom:5px;
}
.bx_catalog-compare-list.left{
    left:5px;
}
.bx_catalog-compare-list .bx_catalog_compare_form {  }
.bx_catalog-compare-list:hover .bx_catalog_compare_form {  }
.bx_catalog-compare-list a{
    font-size:11px;
    color:#327ab7;
}
.bx_catalog-compare-list a:hover{
    text-decoration:none;
}
.bx_catalog_compare_count p{
    margin:0 0 10px 0;
}
.bx_catalog_compare_count p.compare-redirect{
	text-align: center;
	font-weight: bold;
}
.bx_catalog-compare-list .compare-items td{
    font-size:12px;
    font-weight:bold;
    padding-bottom:10px;
	vertical-align: top;
}
/* End */


/* Start:/local/templates/main/components/bitrix/sale.basket.basket.line/.default/style.css?17624482334804*/
.bx-basket { }

.bx-basket-block {
	margin: auto;
	position: relative;
	padding-bottom: 5px;
	padding-left: 20px;
	white-space: nowrap;
	font-size: 12px;
}

.bx-basket-block > .fa {
	position: absolute;
	top: 3px;
	left: 0;
	width: 12px;
	color: #97a1ab;
}

.bx-basket-block a { margin-right: 10px; }

/*FIXED BASKET*/

@media (min-width: 768px) {
	.bx-basket-fixed {
		position: fixed;
		z-index: 100;
		overflow: hidden;
		padding-top: 10px;
		width: 200px;
		border: 1px solid #f0f0f0;
		border-radius: 1px;
		background: #fff;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
	}

	.bx-basket-fixed.top { top: 10px }

	.bx-basket-fixed.right { right: 10px }

	.bx-basket-fixed.bottom { bottom: 10px }

	.bx-basket-fixed.left { left: 10px }

	.bx-basket-fixed.bx-max-height { top: 10px; bottom: 10px; }

	.block-store-catalog-list .bx-basket-fixed.bottom { bottom: 70px }
}

@media (min-width: 768px) and (width <= 992px) {
	.block-store-catalog-list .bx-basket-fixed.bottom { bottom: 90px }
}

@media (max-width: 767px) {
	.bx-basket-fixed {
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 100;
		overflow: hidden;
		padding-top: 10px;
		border: 1px solid #f0f0f0;
		border-radius: 1px;
		background: #fff;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
	}

	.bx-basket-item-list { display: none; }

	.block-wrapper .bx-basket-fixed {
		padding-top: 0;
	}

	.block-wrapper .bx-basket-fixed .bx-hdr-profile {
		display: flex;
		justify-content: space-between;
	}

	.block-wrapper .bx-basket-fixed .bx-hdr-profile .bx-basket-block {
		padding-bottom: 0;
	}

	/*.bx-basket-fixed */
}

.bx-basket-item-list {
	position: relative;
	overflow: hidden;
	padding-bottom: 20px;
	border-top: 1px solid #f7f7f7;
}

.bx-opener .bx-basket-item-list { padding-bottom: 75px; }

.bx-max-height .bx-basket-item-list {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}

.bx-closed .bx-basket-item-list {
	overflow: hidden;
	height: 20px;
}

.bx-basket-item-list-action {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 120;
	padding: 3px 0;
	height: 20px;
	background: #f7f7f7;
	color: #4f4f4f;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	cursor: pointer;
}

.bx-basket-item-list-button-container {
	position: absolute;
	right: 0;
	bottom: 20px;
	left: 0;
	padding: 10px 0;
	border-top: 1px solid #f7f7f7;
	background: #fff;
	text-align: center;
}

.bx-basket-item-list-container {
	overflow-y: auto;
	max-height: 100%
}

.bx-basket-item-list-item {
	position: relative;
	margin-bottom: 15px;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom: 1px solid #f7f7f7;
}

.bx-basket-item-list-container .bx-basket-item-list-item:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

.bx-basket-item-list-item-status {
	margin: 0 10px 20px;
	padding: 3px;
	border-radius: 3px;
	background: #ebebeb;
	text-align: center;
	white-space: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
}

.bx-basket-item-list-item-img {
	position: relative;
	padding-bottom: 5px;
	text-align: center;
}

.bx-basket-item-list-item-img img {
	max-width: 90px;
	height: auto;
	border: 1px solid #e6e6e6;
}

.bx-basket-item-list-item-name { padding-bottom: 5px; }

.bx-basket-item-list-item-name a {
	font-size: 13px;
	line-height: 16px;
}

.bx-basket-item-list-item-remove {
	position: absolute;
	top: -7px;
	right: 10px;
	width: 20px;
	height: 20px;
	opacity: .5;
	cursor: pointer;
	transition: 250ms linear all;
}

.bx-basket-item-list-item-remove:after,
.bx-basket-item-list-item-remove:before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 10px;
	height: 2px;
	border-radius: 1px;
	background-color: #333;
	content: '';
	transform: translate(-50%, -50%);
}

.bx-basket-item-list-item-remove:after {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-moz-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	-o-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.bx-basket-item-list-item-remove:before {
	-webkit-transform: translate(-50%, -50%) rotate(135deg);
	-moz-transform: translate(-50%, -50%) rotate(135deg);
	-ms-transform: translate(-50%, -50%) rotate(135deg);
	-o-transform: translate(-50%, -50%) rotate(135deg);
	transform: translate(-50%, -50%) rotate(135deg);
}

.bx-basket-item-list-item-remove:hover { opacity: .7; }

.bx-basket-item-list-item-price-block {
	padding-bottom: 5px;
	font-size: 12px;
}

.bx-basket-item-list-item-price {
	display: inline-block;
	margin-right: 5px;
}

.bx-basket-item-list-item-price-old {
	display: inline-block;
	margin-right: 5px;
	color: #b0b0b0;
	text-decoration: line-through
}

.bx_cart_login_top .bx-hdr-profile { line-height: 1.44em; }

/* End */
/* /local/templates/main/assets/styles/main.css?176244823366601 */
/* /local/templates/main/assets/styles/style.css?17624482337351 */
/* /local/templates/main/css/custom.css?17624482314887 */
/* /local/templates/main/css/mobile_menu.css?176244823116497 */
/* /local/templates/main/components/bitrix/catalog.compare.list/count_only/style.css?17624482331265 */
/* /local/templates/main/components/bitrix/sale.basket.basket.line/.default/style.css?17624482334804 */
