<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

* {
    padding: 0px;
    margin: 0px;
    border: 0px;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
    min-width: 320px;
}

body {
    color: #000;
    line-height: 1;
    font-family: "pt sans";
    font-size: 0.875rem;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

input,
button,
textarea {
    font-family: "pt sans";
    font-size: inherit;
}

button {
    cursor: pointer;
    color: inherit;
    background-color: inherit;
}

a {
    color: inherit;
}

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

a:hover {
    text-decoration: none;
}

ul li {
    list-style: none;
}

img {
    vertical-align: top;
}

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

.lock body {
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
}

.wrapper {
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
}

.wrapper &gt; main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.wrapper &gt; * {
    min-width: 0;
}

/*
(i) Стили будут применяться ко
всем классам содержащим *__container
Например header__container, main__container и т.д.
Снипет (HTML): cnt
*/

[class*=__container] {
    max-width: 71.875rem;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin: 0 auto;
    padding: 0 0.9375rem;
}

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */

.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-target {
    position: relative;
}

.noUi-base,
.noUi-connects {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

/* Wrapper for all connect elements.
 */

.noUi-connects {
    overflow: hidden;
    z-index: 0;
}

.noUi-connect,
.noUi-origin {
    will-change: transform;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -webkit-transform-style: preserve-3d;
    transform-origin: 0 0;
    -webkit-transform-style: flat;
    transform-style: flat;
}

/* Offset direction
 */

.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
    left: 0;
    right: auto;
}

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */

.noUi-vertical .noUi-origin {
    top: -100%;
    width: 0;
}

.noUi-horizontal .noUi-origin {
    height: 0;
}

.noUi-handle {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
}

.noUi-touch-area {
    height: 100%;
    width: 100%;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.noUi-state-drag * {
    cursor: inherit !important;
}

/* Slider size and handle placement;
 */

.noUi-horizontal {
    height: 18px;
}

.noUi-horizontal .noUi-handle {
    width: 34px;
    height: 28px;
    right: -17px;
    top: -6px;
}

.noUi-vertical {
    width: 18px;
}

.noUi-vertical .noUi-handle {
    width: 28px;
    height: 34px;
    right: -6px;
    bottom: -17px;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
    left: -17px;
    right: auto;
}

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */

.noUi-target {
    background: #fafafa;
    border-radius: 4px;
    border: 1px solid #d3d3d3;
    -webkit-box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
    box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
}

.noUi-connects {
    border-radius: 3px;
}

.noUi-connect {
    background: #3fb8af;
}

/* Handles and cursors;
 */

.noUi-draggable {
    cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
    cursor: ns-resize;
}

.noUi-handle {
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #fff;
    cursor: default;
    -webkit-box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
    box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
}

.noUi-active {
    -webkit-box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
    box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
}

/* Handle stripes;
 */

.noUi-handle:before,
.noUi-handle:after {
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #e8e7e6;
    left: 14px;
    top: 6px;
}

.noUi-handle:after {
    left: 17px;
}

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px;
}

.noUi-vertical .noUi-handle:after {
    top: 17px;
}

/* Disabled state;
 */

[disabled] .noUi-connect {
    background: #b8b8b8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
    cursor: not-allowed;
}

/* Base;
 *
 */

.noUi-pips,
.noUi-pips * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-pips {
    position: absolute;
    color: #999;
}

/* Values;
 *
 */

.noUi-value {
    position: absolute;
    white-space: nowrap;
    text-align: center;
}

.noUi-value-sub {
    color: #ccc;
    font-size: 10px;
}

/* Markings;
 *
 */

.noUi-marker {
    position: absolute;
    background: #ccc;
}

.noUi-marker-sub {
    background: #aaa;
}

.noUi-marker-large {
    background: #aaa;
}

/* Horizontal layout;
 *
 */

.noUi-pips-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%;
}

.noUi-value-horizontal {
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
    -webkit-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 15px;
}

/* Vertical layout;
 *
 */

.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%;
}

.noUi-value-vertical {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
    -webkit-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
    width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
    width: 15px;
}

.noUi-tooltip {
    display: block;
    position: absolute;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #fff;
    color: #000;
    padding: 5px;
    text-align: center;
    white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    right: 120%;
}

.noUi-horizontal .noUi-origin &gt; .noUi-tooltip {
    -webkit-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    transform: translate(50%, 0);
    left: auto;
    bottom: 10px;
}

.noUi-vertical .noUi-origin &gt; .noUi-tooltip {
    -webkit-transform: translate(0, -18px);
    -ms-transform: translate(0, -18px);
    transform: translate(0, -18px);
    top: auto;
    right: 28px;
}

[class*=-ibg] {
    position: relative;
}

[class*=-ibg] img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

[class*=-ibg_contain] img {
    -o-object-fit: contain;
    object-fit: contain;
}

/*
.icon-menu {
	display: none;
	@media (max-width: $mobile) {
		display: block;
		position: relative;
		width: rem(30);
		height: rem(18);
		cursor: pointer;
		z-index: 5;
		span,
		&amp;::before,
		&amp;::after {
			content: "";
			transition: all 0.3s ease 0s;
			right: 0;
			position: absolute;
			width: 100%;
			height: rem(2);
			background-color: #000;
		}
		&amp;::before {
			top: 0;
		}
		&amp;::after {
			bottom: 0;
		}
		span {
			top: calc(50% - rem(1));
		}
		.menu-open &amp; {
			span {
				width: 0;
			}
			&amp;::before,
			&amp;::after {
			}
			&amp;::before {
				top: calc(50% - rem(1));
				transform: rotate(-45deg);
			}
			&amp;::after {
				bottom: calc(50% - rem(1));
				transform: rotate(45deg);
			}
		}
	}
}
*/

._lock {
    overflow: hidden;
}

.cataloge-filter {
    padding: 70px 0;
}

.cataloge-filter__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
}

.aside {
    max-width: 260px;
}

.aside__title {
    margin-bottom: 75px;
    font-weight: 700;
    font-size: 28px;
    line-height: 111.4%;
    color: #2E2929;
}

.aside__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 50px;
    font-weight: 400;
    font-size: 24px;
    line-height: 31px;
    letter-spacing: 0.009em;
}

.aside__button &gt; img {
    margin-right: 5px;
}

.aside__select {
    width: 100%;
    margin-bottom: 35px;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 0.009em;
    color: #050505;
}

.aside__subtitle {
    margin-bottom: 15px;
    width: 100%;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 0.009em;
    color: #050505;
}

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

.open.aside-spoller__title::before {
    transform: scale(-1);
    transition: all 0.3s;

}

.aside-spoller__title::before {
    order: 2;
    transition: all 0.3s;

}

.aside-spoller__body label {
    position: relative;
    opacity: 0;
    height: 0;
    transition: all 0.3s;
    z-index: -5;

}

.open.aside-spoller__body label {
    opacity: 1;
    height: auto;
    transition: all 0.3s;
    z-index: 0;
}

.aside__color-button {
    width: 30px;
    height: 30px;
    border-radius: 6px;
}

.aside__color-button:not(:last-child) {
    margin-right: 10px;
}

.aside__color-button--pink {
    background-color: #FF988F;
}

.aside__color-button--yellow {
    background-color: #FFCB8F;
}

.select-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.select-wrapper::before {
    order: 2;
}

.aside__color-button--brown {
    background-color: #703B36;
}

.aside__color-button--peach-colored {
    background-color: #FDD9AF;
}

.aside__color-button--red {
    background-color: #E54335;
}

.aside__color-button--grey {
    background-color: #7A5956;
}

.aside__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.aside__price-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #E6E6E6;
    border-radius: 2px;
    width: 45%;
    padding: 10px 15px;
    font-size: 15px;
    line-height: 19px;
    letter-spacing: 0.009em;
    margin-bottom: 30px;
    color: #B3B3B3;
}

.aside__price-label &gt; span {
    margin-right: 5px;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.009em;
    color: #000;
}

.aside__price-input {
    width: 100%;
    outline: none;
}

.aside__size-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
}

.aside__size-button {
    width: 80px;
    padding: 10px;
    border: 1px solid #E9E3D7;
    font-size: 14px;
    line-height: 16px;
    /* identical to box height, or 114% */
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.aside__label {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.aside__checkbox {
    display: none;
}

.aside__checkbox:checked + .aside__check::before {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.aside__check {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 1px solid #000000;
    border-radius: 3px;
    margin-right: 10px;
}

.aside__check::before {
    content: "";
    position: absolute;
    background: url(../img/check.svg) 0 0 no-repeat;
    bottom: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    width: 70%;
    height: 70%;
    opacity: 0;
    -webkit-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.aside__name {
    font-size: 15px;
    line-height: 170%;
    letter-spacing: 0.009em;
    color: #383737;
}

.aside__block {
    margin-bottom: 35px;
}

.catalog-item__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 70px;
}

.catalog-item__count {
    text-align: center;
    width: 40px;
    height: 40px;
    font-size: 32px;
    line-height: 42px;
    color: #A6A6A6;
    border-radius: 6px;
}

.catalog-item__count:not(:last-child) {
    margin-right: 15px;
}

.catalog-item__count-prev {
    font-size: 16px;
    color: #A6A6A6;
    margin-right: 15px;
}

.catalog-item__count-next {
    font-size: 16px;
    color: #A6A6A6;
}

.catalog-item__count._active {
    background: #A99B95;
    color: #fff;
}

.catalog-item__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    row-gap: 35px;
    align-items: flex-end;
}

.catalog-item__card {
    width: 30%;
    cursor: pointer;
}

.catalog-item__image {
    margin-bottom: 15px;
}

.catalog-item__img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.catalog-item__name {
    font-size: 20px;
    line-height: 26px;
    color: #2E2929;
}

.catalog-item__price {
    white-space: nowrap;
}

.range__price {
    width: 100%;
}

.noUi-target {
    height: 4px;
    border-radius: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #E6E6E6;
}

.noUi-value {
    display: none;
}

.noUi-marker-large {
    display: none;
}

.noUi-connect {
    background: #A99B95;
}

.noUi-handle {
    width: 15px;
    height: 15px;
    background: #A99B95;
    border-radius: 50%;
    border: 2px solid #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.noUi-horizontal .noUi-handle {
    width: 15px;
    height: 15px;
    right: -6px;
}

.noUi-handle:before,
.noUi-handle:after {
    display: none;
}

.catalog-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    overflow: auto;
    padding-top: 85px;
    padding-bottom: 85px;
}

.catalog-popup._open {
    display: block;
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.catalog-popup__container {
    position: relative;
}

.catalog-popup__close {
    position: absolute;
    width: 40px;
    height: 40px;
    top: -35px;
    right: 15px;
}

.catalog-popup__close::before {
    position: absolute;
    content: "";
    width: 4px;
    height: 100%;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    background-color: #000;
}

.catalog-popup__close::after {
    position: absolute;
    content: "";
    width: 4px;
    height: 100%;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(-45deg);
    -ms-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotate(-45deg);
    background-color: #000;
}

.catalog-popup__breadcrumbs {
    margin-bottom: 20px;
}

.catalog-popup__breadcrumb-link {
    font-weight: 700;
    font-size: 24px;
    line-height: 31px;
    color: #000000;
}

.catalog-popup__breadcrumb-link:not(:last-child)::after {
    content: " /";
}

.catalog-popup__breadcrumb {
    font-weight: 400;
    font-size: 24px;
    line-height: 31px;
    color: #000000;
}

.catalog-popup__title {
    font-weight: 700;
    font-size: 36px;
    line-height: 47px;
    color: #000000;
    margin-bottom: 40px;
}

.catalog-popup__card-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 70px;
    -moz-column-gap: 70px;
    column-gap: 70px;
}

.catalog-popup__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 40%;
}

.catalog-popup__image {
    height: 920px;
    margin-bottom: 30px;
}

.catalog-popup__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.catalog-popup__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.catalog-popup__count-prev {
    margin-right: 20px;
    font-weight: 400;
    font-size: 16px;
    color: #A6A6A6;
    text-align: center;
}

.catalog-popup__count {
    font-weight: 400;
    font-size: 32.5782px;
    line-height: 42px;
    text-align: center;
    color: #A6A6A6;
}

.catalog-popup__count:not(:last-child) {
    margin-right: 20px;
}

._active {
    width: 40px;
    height: 40px;
    background-color: #A99B95;
    color: #fff;
}

.catalog-popup__count-next {
    margin-right: 20px;
    font-weight: 400;
    font-size: 16px;
    color: #A6A6A6;
    text-align: center;
}

.catalog-popup__right {
    width: 55%;
}

.catalog-popup__social-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
}

.catalog-popup__buton {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 111.4%;
    color: #000000;
}

._video::before {
    content: "";
    background-image: url(../img/icon/video.svg);
    background-size: cover;
    width: 24px;
    height: 24px;
    margin-right: 20px;
}

._like::before {
    content: "";
    background-image: url(../img/icon/like.svg);
    background-size: cover;
    width: 24px;
    height: 24px;
    margin-right: 20px;
}

._share::before {
    content: "";
    background-image: url(../img/icon/share.svg);
    background-size: cover;
    width: 24px;
    height: 24px;
    margin-right: 20px;
}

.catalog-tabs__navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px;
    border-bottom: 3px solid #E7E7E7;
    max-width: 415px;
}

.catalog-tabs__title {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 24px;
    line-height: 28px;
    color: #000000;
    text-transform: uppercase;
}

.catalog-tabs__title._tab-active {
    position: relative;
    font-weight: 700;
}

.catalog-tabs__title._tab-active::before {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 3px;
    border-bottom: 3px solid #A99B95;
}

.catalog-tabs__list {
    margin-bottom: 20px;
}

.catalog-tabs__item {
    font-weight: 400;
    font-size: 20px;
    line-height: 170%;
    color: #000000;
}

.catalog-tabs__item:not(:last-child) {
    margin-bottom: 10px;
}

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

.catalog-tabs__delivery &gt; span {
    display: block;
    font-weight: 700;
    font-size: 24px;
    line-height: 111.4%;
    color: #000000;
}

.catalog-tabs__delivery &gt; span:not(:last-child) {
    margin-bottom: 5px;
}

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

.question {
    padding: 30px;
    background-color: #FFF3EE;
}

.question__title {
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #000000;
}

.question__info {
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    color: #000000;
}

.catalog-tabs__contacts {
    margin-bottom: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.catalog-tabs__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

._whatsapp::before {
    content: "";
    background-image: url(../img/icon/watsapp.svg);
    background-size: cover;
    width: 100%;
    height: 100%;
}

._viber::before {
    content: "";
    background-image: url(../img/icon/viber.svg);
    background-size: cover;
    width: 100%;
    height: 100%;
}

._telegramm::before {
    content: "";
    background-image: url(../img/icon/telegramm.svg);
    background-size: cover;
    width: 100%;
    height: 100%;
}

.catalog-tabs__social-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
}

.catalog-tabs__social-link:not(:last-child) {
    margin-right: 20px;
}

.catalog-tabs__tel {
    font-weight: 700;
    font-size: 36px;
    line-height: 47px;
    color: #2E2929;
}

.catalog-form {
    max-width: 370px;
}

.catalog-form__title {
    margin-bottom: 35px;
    font-weight: 700;
    font-size: 24px;
    line-height: 116.4%;
    color: #000000;
}

.catalog-form__input {
    padding: 20px;
    width: 100%;
    background: #FFF3EE;
    border-radius: 31px;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
}

.catalog-form__input:not(:last-child) {
    margin-bottom: 15px;
}

.catalog-form__button {
    width: 100%;
    padding: 20px;
    background: #A99B95;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 40px;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.catalog-form__checkbox {
    display: none;
}

.catalog-form__checkbox:checked + .catalog-form__check::before {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.catalog-form__check {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
    border: 2px solid #A99B95;
    margin-right: 15px;
}

.catalog-form__check::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 70%;
    height: 70%;
    background: url(../img/check.svg) 0 0 no-repeat;
    background-size: cover;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    opacity: 0;
    visibility: hidden;
}

.catalog-form__text {
    font-weight: 400;
    font-size: 14px;
    line-height: 116.4%;
    color: #000000;
}

.catalog-slider {
    position: relative;
}

.catalog-slider__button {
    opacity: 0;
    transition: all .3s;
}

.catalog-slider__button:hover {
    background-color: rgb(255, 255, 255, 0.8);
    transition: all .3s;

}

.catalog-slider:hover .catalog-slider__button {
    opacity: 1;
    transition: all .3s;


}

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

.catalog-slider__button--prev {
    position: absolute;
    top: 40%;

    left: 0;
    width: 40px;
    height: 40px;
    background-color: rgb(255, 255, 255, 0.4);
}

.catalog-slider__button--prev::before {
    transform: rotate(180deg);
}

.catalog-slider__button--next {
    position: absolute;
    top: 40%;
    right: 0;
    width: 40px;
    height: 40px;
    background-color: rgb(255, 255, 255, 0.4);
}

.catalog-mini-slider__slide {
    height: 60px;
    margin-top: 20px;
    cursor: pointer;
}

.catalog-mini-slider__slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.swiper {
    overflow: hidden;
}

.swiper-wrapper {
    width: 100%;
    height: 100%;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.swiper-vertical .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.swiper-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.swiper-initialized .swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}

.swiper-button-lock {
    display: none !important;
}

.catalog-mini-slider__swiper {
    height: 80px;
}

@media (min-width: 90rem) {
    [class*="__container"] {
        max-width: 90rem;
    }
}

@media (min-width: 110em) {
    [class*="__container"] {
        max-width: 110rem;
        margin-bottom: 10rem;
    }

    .main-baner__title {
        max-width: 1150px;
    }

    .main-baner__subtitle {
        max-width: 970px;
    }

    .space__title {
        max-width: 1145px;
    }

    .catalog-item {
        max-width: 75%;
    }

    .card__img {
        height: 480px;
    }

    .offer__wrapper {
        column-gap: 20px;
    }
}

@media (min-width: 90rem) {
    [class*=__container] {
        max-width: 90rem;
    }

    .catalog-item {
        width: 75%;
    }
}

@media (min-width: 110em) {
    [class*=__container] {
        max-width: 110rem;
    }

    .main-baner__title {
        max-width: 1150px;
    }

    .main-baner__subtitle {
        max-width: 970px;
    }

    .space__title {
        max-width: 1145px;
    }

    .catalog-item {
        max-width: 75%;
    }

}

@media (max-width: 1200px) {
    .aside {
        flex: 0 0 260px
    }

    .catalog-item__card {
        width: 45%;
    }

    /*.catalog-item__card:nth-child(5),*/
    /*.catalog-item__card:nth-child(6) {*/
    /*  display: none;*/
    /*}*/
    .catalog-popup__buton::before {
        margin-right: 5px;
    }
}

@media (max-width: 992px) {
    .catalog-popup__card-wrapper {
        flex-direction: column;
        align-items: center;
    }

    .catalog-popup__left {
        width: 100%;
        margin-bottom: 20px;
    }

    .catalog-popup__right {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .cataloge-filter__wrapper {
        flex-direction: column;
    }

    .aside {
        width: 70%;
        flex: 1 1 auto;
        max-width: 100%;
        align-self: center;
    }
}

@media (max-width: 526px) {
    .aside {
        width: 100%;
    }

    .catalog-item__card {
        /*display: none;*/
        width: 100%;
    }

    /*.catalog-item__card:nth-child(-n+1) {*/
    /*  display: block;*/
    /*}*/
}
</pre></body></html>