

/* Start:/local/templates/hedd/template_styles.css?1784704874220650*/
@charset "UTF-8";

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type=search] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}

@font-face {
    font-family: "Inter";
    src: url("/local/templates/hedd/../fonts/Inter-Medium.woff2") format("woff2"), url("/local/templates/hedd/../fonts/Inter-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}

:root {
    --font: "Manrope", sans-serif;
    --font1: "Inter", sans-serif;
}

* {
    box-sizing: border-box;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    scroll-behavior: smooth;
}

body {
    min-height: 100vh;
    font-family: var(--font1);
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    color: #161616;
    background-color: #F4F3F1;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
p {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
}

.container {
    margin: 0 auto;
    padding: 0 80px;
    max-width: 1866px;
}

button,
input,
textarea {
    padding: 0;
    background: none;
    border: 0;
    outline: none;
    font: inherit;
}

button {
    cursor: pointer;
}

.visually-hidden:not(:focus):not(:active),
input[type=checkbox].visually-hidden,
input[type=checked].visually-hidden,
input[type=radio].visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}

button:hover,
button:active,
button:focus,
input:hover,
input:active,
input:focus {
    outline: none;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
    color: transparent;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
    color: transparent;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
    color: transparent;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

input[type=number]:hover,
input[type=number]:focus {
    -moz-appearance: number-input;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.link {
    display: block;
    text-decoration: none;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: 8%;
    text-underline-offset: 22%;
    text-underline-position: from-font;
    text-decoration-color: transparent;
    white-space: nowrap;
    transition: 0.3s;
}

.link:hover {
    text-decoration: underline;
}

.link:active {
    text-decoration: underline;
}

.tag {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    padding: 10px 12px;
    text-decoration: none;
    border-radius: 42px;
    border: 1px solid #1A1A1A;
    transition: 0.3s;
    white-space: nowrap;
}

.tag:hover {
    background: #E9E7E4;
}

.tag:active,
.tag.active {
    background: #1A1A1A;
}

.tag:active span,
.tag.active span {
    color: #FFF;
}

.tag span {
    color: #1A1A1A;
    font-family: var(--font);
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.btn-main {
    position: relative;
    max-width: 244px;
    width: 100%;
    height: 55px;
    padding: 0 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    border: 1px solid transparent;
    transition: 0.3s;
    white-space: nowrap;
}

.btn-main.btn-main--white::before,
.btn-main.btn-main--white::after {
    border-color: #ffffff;
}

.btn-main.btn-main--white span {
    color: #ffffff;
}

.btn-main:hover::before,
.btn-main:hover::after {
    width: 100%;
}

.btn-main svg {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
}

.btn-main span .btn-main input {
    color: #1A1A1A;
    font-family: var(--font);
    font-size: 15px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.btn-main::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 18px;
    height: 100%;
    display: block;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    transition: 0.6s;
}

.btn-main::after {
    content: "";
    position: absolute;
    top: -1px;
    right: -1px;
    width: 18px;
    height: 100%;
    display: block;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    transition: 0.6s;
}

.btn-sec {
    position: relative;
    display: inline-block;
    padding: 0 10px;
    color: #1A1A1A;
    font-family: var(--font);
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
}

span.btn-sec {
    cursor: default;
}

a.btn-sec:hover::before {
    left: -3px;
}

a.btn-sec:hover::after {
    right: -3px;
}

.btn-sec::before {
    content: "[";
    position: absolute;
    top: 49%;
    left: 0;
    transition: 0.3s;
    transform: translateY(-50%);
}

.btn-sec::after {
    content: "]";
    position: absolute;
    top: 49%;
    right: 0;
    transition: 0.3s;
    transform: translateY(-50%);
}

.h1 {
    color: #1A1A1A;
    text-align: center;
    font-family: var(--font);
    font-size: 32px;
    font-weight: 500;
    line-height: 120%;
}

.h2 {
    color: #1A1A1A;
    font-family: var(--font);
    font-size: 28px;
    font-weight: 500;
    line-height: 120%;
}

.h2 span {
    color: #BEBDBB;
}

.breadcrumbs {
    padding-top: 20px;
    margin-bottom: 70px;
    width: 100%;
    border-top: 1px solid #D9D9D9;
}

.breadcrumbs ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.breadcrumbs ul li {
    white-space: nowrap;
}

.breadcrumbs ul li:first-of-type a::before {
    content: none;
}

.breadcrumbs ul li a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(0, 0, 0, 0.5);
    font-family: var(--font);
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.7px;
    text-decoration: none;
}

.breadcrumbs ul li a::before {
    content: "|";
    flex-shrink: 0;
}

.social-button-wrapper {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 200;
}

.social-button-wrapper.active .social-button.social-button--on {
    display: none;
}

.social-button-wrapper.active .social-button.social-button--off {
    display: block;
}

.social-button-wrapper.active .social-list {
    display: flex;
}

.social-button-wrapper .social-button {
    width: 92px;
    height: 88px;
}

.social-button-wrapper .social-button.social-button--off {
    margin-bottom: 6px;
    display: none;
}

.social-button-wrapper .social-list {
    position: absolute;
    bottom: 94px;
    right: 20px;
    display: none;
    flex-direction: column;
    align-items: flex-end;
    gap: 12px;
}

.social-button-wrapper .social-list li {
    display: inline-block;
    border-radius: 21px;
    background: #FFF;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
    border: 3px solid #ffffff;
}

.social-button-wrapper .social-list li .tag {
    width: auto;
    padding: 10px 12px;
}

.header {
    z-index: 200;
}

.header.move.search~.search-wrapper {
    top: 78px;
    display: block;
    height: calc(100dvh - 78px);
}

.header.move.search .header-bottom {
    top: 0;
    box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.08);
}

.header.move.menu-open~.mobile-menu-wrapper {
    top: 78px;
    display: block;
    height: 100%;
    max-height: calc(100dvh - 78px);
}

.header.move.menu-open .header-bottom {
    top: 0;
    box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.08);
}

.header.move .header-bottom {
    position: fixed;
    top: 0;
    background: #F4F3F1;
    box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.08);
}

.header.move .header-bottom .top .logo {
    background-image: url("/local/templates/hedd/img/logo-b.svg");
}

.header.move .header-bottom .top .logo-mobile svg path {
    fill: #1A1A1A;
}

.header.move .header-bottom .top .menu-btn::before {
    background-image: url("/local/templates/hedd/img/icon17.svg");
}

.header.move .header-bottom .top .menu-btn span {
    color: #1A1A1A;
}

.header.move .header-bottom .top .input-wrapper input {
    color: #1A1A1A;
    border-color: #1A1A1A;
}

.header.move .header-bottom .top .input-wrapper .input-btn {
    background-image: url("/local/templates/hedd/img/icon11.svg");
}

.header.move .header-bottom .top .input-wrapper .input-btn::before {
    background-color: #1A1A1A;
}

.header.move .header-bottom .top .btns-wrapper button svg path,
.header.move .header-bottom .top .btns-wrapper a svg path {
    stroke: #1A1A1A;
}

.header.move .header-bottom .top .btns-wrapper button svg circle,
.header.move .header-bottom .top .btns-wrapper a svg circle {
    stroke: #1A1A1A;
}

.header.move .header-bottom .top .btns-wrapper button svg rect,
.header.move .header-bottom .top .btns-wrapper a svg rect {
    stroke: #1A1A1A;
}

.header.move .header-bottom .top .btns-wrapper .fav-btn {
    background-image: url("/local/templates/hedd/img/icon7.svg");
}

.header.move .header-bottom .top .btns-wrapper .cart-btn {
    background-image: url("/local/templates/hedd/img/icon14.svg");
}

.header.move .header-bottom .bottom .col .menu-list .menu-list__item .item-top span {
    background-image: url("/local/templates/hedd/img/arrow3.svg");
}

.header.move .header-bottom .bottom .col .menu-list .menu-list__item:last-child::before {
    background-color: #1A1A1A;
}

.header.move .header-bottom .bottom .col .menu-list .menu-list__item a,
.header.move .header-bottom .bottom .col .menu-list .menu-list__item p {
    color: #1A1A1A;
}

.header.move .header-bottom .bottom .col .menu-list .menu-list__item a svg path,
.header.move .header-bottom .bottom .col .menu-list .menu-list__item p svg path {
    stroke: #1A1A1A;
}

.header.search~.search-wrapper {
    top: 114px;
    display: block;
    height: calc(100dvh - 114px);
}

.header.search .header-bottom {
    position: fixed;
    top: 36px;
    background: #F4F3F1;
}

.header.search .header-bottom .top .logo {
    background-image: url("/local/templates/hedd/img/logo-b.svg");
}

.header.search .header-bottom .top .logo-mobile svg path {
    fill: #1A1A1A;
}

.header.search .header-bottom .top .menu-btn svg path {
    stroke: #1A1A1A;
}

.header.search .header-bottom .top .menu-btn span {
    color: #1A1A1A;
}

.header.search .header-bottom .top .input-wrapper {
    display: block;
}

.header.search .header-bottom .top .input-wrapper input {
    color: #1A1A1A;
    border-color: #1A1A1A;
}

.header.search .header-bottom .top .input-wrapper .input-btn {
    background-image: url("/local/templates/hedd/img/icon11.svg");
}

.header.search .header-bottom .top .input-wrapper .input-btn::before {
    background-color: #1A1A1A;
    content: none;
}

.header.search .header-bottom .top .input-wrapper .close-btn {
    display: block;
}

.header.search .header-bottom .top .btns-wrapper button svg path,
.header.search .header-bottom .top .btns-wrapper a svg path {
    stroke: #1A1A1A;
}

.header.search .header-bottom .top .btns-wrapper button svg circle,
.header.search .header-bottom .top .btns-wrapper a svg circle {
    stroke: #1A1A1A;
}

.header.search .header-bottom .top .btns-wrapper button svg rect,
.header.search .header-bottom .top .btns-wrapper a svg rect {
    stroke: #1A1A1A;
}

.header.search .header-bottom .top .btns-wrapper .fav-btn {
    background-image: url("/local/templates/hedd/img/icon7.svg");
}

.header.search .header-bottom .top .btns-wrapper .cart-btn {
    background-image: url("/local/templates/hedd/img/icon14.svg");
}

.header.search .header-bottom .bottom .col .menu-list .menu-list__item .item-top span {
    background-image: url("/local/templates/hedd/img/arrow3.svg");
}

.header.search .header-bottom .bottom .col .menu-list .menu-list__item:last-child::before {
    background-color: #1A1A1A;
}

.header.search .header-bottom .bottom .col .menu-list .menu-list__item a,
.header.search .header-bottom .bottom .col .menu-list .menu-list__item p {
    color: #1A1A1A;
}

.header.search .header-bottom .bottom .col .menu-list .menu-list__item a svg path,
.header.search .header-bottom .bottom .col .menu-list .menu-list__item p svg path {
    stroke: #1A1A1A;
}

.header.menu-open~.mobile-menu-wrapper {
    top: 114px;
    display: block;
    height: 100%;
    max-height: calc(100dvh - 114px);
}

.header.menu-open .header-bottom {
    position: fixed;
    top: 36px;
    background: #F4F3F1;
}

.header.menu-open .header-bottom .top .logo {
    background-image: url("/local/templates/hedd/img/logo-b.svg");
}

.header.menu-open .header-bottom .top .logo-mobile svg path {
    fill: #1A1A1A;
}

.header.menu-open .header-bottom .top .menu-btn {
    margin-right: auto;
}

.header.menu-open .header-bottom .top .menu-btn::before {
    background-image: url("/local/templates/hedd/img/icon18.svg");
}

.header.menu-open .header-bottom .top .menu-btn span {
    color: #1A1A1A;
}

.header.menu-open .header-bottom .top .input-wrapper {
    display: none;
}

.header.menu-open .header-bottom .top .input-wrapper input {
    color: #1A1A1A;
    border-color: #1A1A1A;
}

.header.menu-open .header-bottom .top .input-wrapper .input-btn {
    background-image: url("/local/templates/hedd/img/icon11.svg");
}

.header.menu-open .header-bottom .top .input-wrapper .input-btn::before {
    background-color: #1A1A1A;
}

.header.menu-open .header-bottom .top .input-wrapper .close-btn {
    display: block;
}

.header.menu-open .header-bottom .top .btns-wrapper button svg path,
.header.menu-open .header-bottom .top .btns-wrapper a svg path {
    stroke: #1A1A1A;
}

.header.menu-open .header-bottom .top .btns-wrapper button svg circle,
.header.menu-open .header-bottom .top .btns-wrapper a svg circle {
    stroke: #1A1A1A;
}

.header.menu-open .header-bottom .top .btns-wrapper button svg rect,
.header.menu-open .header-bottom .top .btns-wrapper a svg rect {
    stroke: #1A1A1A;
}

.header.menu-open .header-bottom .top .btns-wrapper .fav-btn {
    background-image: url("/local/templates/hedd/img/icon7.svg");
}

.header.menu-open .header-bottom .top .btns-wrapper .cart-btn {
    background-image: url("/local/templates/hedd/img/icon14.svg");
}

.header.menu-open .header-bottom .bottom .col .menu-list .menu-list__item .item-top span {
    background-image: url("/local/templates/hedd/img/arrow3.svg");
}

.header.menu-open .header-bottom .bottom .col .menu-list .menu-list__item:last-child::before {
    background-color: #1A1A1A;
}

.header.menu-open .header-bottom .bottom .col .menu-list .menu-list__item a,
.header.menu-open .header-bottom .bottom .col .menu-list .menu-list__item p {
    color: #1A1A1A;
}

.header.menu-open .header-bottom .bottom .col .menu-list .menu-list__item a svg path,
.header.menu-open .header-bottom .bottom .col .menu-list .menu-list__item p svg path {
    stroke: #1A1A1A;
}

.header.header--inner.move {
    padding-bottom: 155px;
}

.header.header--inner.move .header-bottom {
    position: fixed;
}

.header.header--inner .header-bottom {
    position: static;
    background: #F4F3F1;
}

.header.header--inner .header-bottom .top .logo {
    background-image: url("/local/templates/hedd/img/logo-b.svg");
}

.header.header--inner .header-bottom .top .logo-mobile svg path {
    fill: #1A1A1A;
}

.header.header--inner .header-bottom .top .menu-btn::before {
    background-image: url("/local/templates/hedd/img/icon17.svg");
}

.header.header--inner .header-bottom .top .menu-btn span {
    color: #1A1A1A;
}

.header.header--inner .header-bottom .top .input-wrapper input {
    color: #1A1A1A;
    border-color: #1A1A1A;
}

.header.header--inner .header-bottom .top .input-wrapper .input-btn {
    background-image: url("/local/templates/hedd/img/icon11.svg");
}

.header.header--inner .header-bottom .top .input-wrapper .input-btn::before {
    background-color: #1A1A1A;
}

.header.header--inner .header-bottom .top .btns-wrapper .fav-btn {
    background-image: url("/local/templates/hedd/img/icon7.svg");
}

.header.header--inner .header-bottom .top .btns-wrapper .cart-btn {
    background-image: url("/local/templates/hedd/img/icon14.svg");
}

.header.header--inner .header-bottom .bottom .col .menu-list .menu-list__item .item-top span {
    background-image: url("/local/templates/hedd/img/arrow3.svg");
}

.header.header--inner .header-bottom .bottom .col .menu-list .menu-list__item:last-child::before {
    background-color: #1A1A1A;
}

.header.header--inner .header-bottom .bottom .col .menu-list .menu-list__item a,
.header.header--inner .header-bottom .bottom .col .menu-list .menu-list__item p {
    color: #1A1A1A;
}

.header.header--inner .header-bottom .bottom .col .menu-list .menu-list__item a svg path,
.header.header--inner .header-bottom .bottom .col .menu-list .menu-list__item p svg path {
    stroke: #1A1A1A;
}

.header .header-top {
    z-index: 200;
    background: #E9E7E4;
}

.header .header-top .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    height: 36px;
}

.header .header-top .header-top-nav {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-right: auto;
}

.header .header-top .header-top-nav .header-top-nav__link {
    color: #1A1A1A;
    font-family: var(--font);
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.header .header-top .header-top__txt {
    color: #1A1A1A;
    font-family: var(--font);
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    white-space: nowrap;
}

.header .header-top .header-top__txt::before {
    content: "";
    display: none;
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    background-image: url("/local/templates/hedd/img/icon9.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.header .header-top .header-top__tel-link {
    color: #1A1A1A;
    font-family: var(--font);
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0.7px;
}

.header .header-bottom {
    position: absolute;
    top: 36px;
    left: 0;
    z-index: 100;
    width: 100%;
    background-color: transparent;
}

.header .header-bottom .container {
    padding-top: 30px;
    padding-bottom: 15px;
}

.header .header-bottom .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .header-bottom .top .logo {
    width: 104px;
    height: 46px;
    display: block;
    flex-shrink: 0;
    margin-right: 166px;
    background-image: url("/local/templates/hedd/img/logo-w.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.header .header-bottom .top .menu-btn {
    display: none;
    align-items: center;
    gap: 14px;
    margin-right: 43px;
}

.header .header-bottom .top .menu-btn::before {
    content: "";
    display: block;
    width: 16px;
    height: 14px;
    flex-shrink: 0;
    background-image: url("/local/templates/hedd/img/icon16.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.header .header-bottom .top .menu-btn span {
    color: #FFF;
    font-family: var(--font);
    font-size: 12px;
    font-weight: 500;
    line-height: 21px;
}

.header .header-bottom .top .logo-mobile {
    display: none;
    width: 63px;
    height: 28px;
}

.header .header-bottom .top .input-wrapper {
    position: relative;
    width: 100%;
    padding-right: 46px;
}

.header .header-bottom .top .input-wrapper input {
    width: 100%;
    padding: 15px 0;
    color: #FFF;
    font-family: var(--font);
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0.7px;
    border-bottom: 1px solid #ffffff;
}

.header .header-bottom .top .input-wrapper .input-btn {
    position: absolute;
    top: 50%;
    right: 46px;
    display: flex;
    align-items: center;
    gap: 8px;
    height: 20px;
    width: 20px;
    background-image: url("/local/templates/hedd/img/icon10.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateY(-50%);
}

.header .header-bottom .top .input-wrapper .input-btn::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -8px;
    width: 1px;
    height: 100%;
    display: block;
    background-color: #ffffff;
    transform: translateY(-50%);
}

.header .header-bottom .top .input-wrapper .close-btn {
    position: absolute;
    top: 50%;
    right: 0;
    width: 26px;
    height: 26px;
    display: none;
    background-image: url("/local/templates/hedd/img/icon6.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateY(-50%);
}

.header .header-bottom .top .btns-wrapper {
    display: flex;
    gap: 12px;
    margin-left: 194px;
}

.header .header-bottom .top .btns-wrapper .search-btn {
    display: none;
    width: 26px;
    height: 26px;
    flex-shrink: 0;
}

.header .header-bottom .top .btns-wrapper .search-btn svg {
    width: 100%;
    height: 100%;
}

.header .header-bottom .top .btns-wrapper .fav-btn {
    position: relative;
    width: 32px;
    height: 32px;
    text-decoration: none;
    background-image: url("/local/templates/hedd/img/icon12.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: 0.3s;
}

.header .header-bottom .top .btns-wrapper .fav-btn:hover {
    background-image: url("/local/templates/hedd/img/icon23.svg");
}

.header .header-bottom .top .btns-wrapper .fav-btn span {
    position: absolute;
    top: -4px;
    right: -4px;
    width: 18px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #1A1A1A;
    text-align: center;
    font-family: var(--font);
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: -0.5px;
    background-color: #E3AF6F;
    border-radius: 50%;
}

.header .header-bottom .top .btns-wrapper button {
    position: relative;
}

.header .header-bottom .top .btns-wrapper button svg {
    width: 32px;
    height: 32px;
}

.header .header-bottom .top .header-cart-wrapper {
    position: relative;
}

.header .header-bottom .top .header-cart-wrapper .cart-btn {
    width: 32px;
    height: 32px;
    display: block;
    background-image: url("/local/templates/hedd/img/icon13.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: 0.3s;
}

.header .header-bottom .top .header-cart-wrapper .cart-btn:hover {
    background-image: url("/local/templates/hedd/img/icon24.svg");
}

.header .header-bottom .top .header-cart-wrapper .cart-btn span {
    position: absolute;
    top: -4px;
    right: -4px;
    width: 18px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #1A1A1A;
    text-align: center;
    font-family: var(--font);
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: -0.5px;
    background-color: #E3AF6F;
    border-radius: 50%;
}

.header .header-bottom .top .header-cart-wrapper .header-cart-inner-wrapper {
    position: absolute;
    top: 55px;
    right: 0;
    z-index: 200;
    width: 528px;
    padding: 0 30px;
    display: none;
    background: #F4F3F1;
    box-shadow: 0 4px 40px rgba(87, 83, 67, 0.1);
}

.header .header-bottom .top .header-cart-wrapper .header-cart-inner-wrapper.active {
    display: block;
}

.header .header-bottom .top .header-cart-wrapper .header-cart-inner-wrapper .title-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    padding: 22px 0;
    border-bottom: 1px solid #D9D9D9;
}

.header .header-bottom .top .header-cart-wrapper .header-cart-inner-wrapper .title-wrapper .icon {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
}

.header .header-bottom .top .header-cart-wrapper .header-cart-inner-wrapper .title-wrapper h3 {
    color: #1A1A1A;
    font-family: var(--font);
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.header .header-bottom .top .header-cart-wrapper .header-cart-inner-wrapper .title-wrapper .close-btn {
    flex-shrink: 0;
    width: 26px;
    height: 26px;
    margin-left: auto;
}

.header .header-bottom .top .header-cart-wrapper .header-cart-inner-wrapper .cart-list-wrapper {
    padding: 32px 20px;
    max-height: 368px;
    margin: 0 -20px;
    overflow: hidden;
    overflow-y: scroll;
}

.header .header-bottom .top .header-cart-wrapper .header-cart-inner-wrapper .cart-list-wrapper .cart-list {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.header .header-bottom .top .header-cart-wrapper .header-cart-inner-wrapper .cart-list-wrapper .cart-list li {
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 18px;
}

.header .header-bottom .top .header-cart-wrapper .header-cart-inner-wrapper .cart-list-wrapper .cart-list li a {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
}

.header .header-bottom .top .header-cart-wrapper .header-cart-inner-wrapper .cart-list-wrapper .cart-list li picture {
    width: 92px;
    height: 80px;
    display: block;
    flex-shrink: 0;
    background: #EEECE8;
    overflow: hidden;
}

.header .header-bottom .top .header-cart-wrapper .header-cart-inner-wrapper .cart-list-wrapper .cart-list li picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.header .header-bottom .top .header-cart-wrapper .header-cart-inner-wrapper .cart-list-wrapper .cart-list li .info {
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 80px;
}

.header .header-bottom .top .header-cart-wrapper .header-cart-inner-wrapper .cart-list-wrapper .cart-list li .info .name {
    color: #1A1A1A;
    font-family: var(--font);
    font-size: 20px;
    font-weight: 500;
    line-height: 105%;
    text-transform: uppercase;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.header .header-bottom .top .header-cart-wrapper .header-cart-inner-wrapper .cart-list-wrapper .cart-list li .info .art {
    color: rgba(0, 0, 0, 0.5);
    font-family: var(--font);
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.7px;
}

.header .header-bottom .top .header-cart-wrapper .header-cart-inner-wrapper .cart-list-wrapper .cart-list li .info .qua {
    margin-top: auto;
    color: #1A1A1A;
    font-family: var(--font);
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.7px;
}

.header .header-bottom .top .header-cart-wrapper .header-cart-inner-wrapper .cart-list-wrapper .cart-list li .price-wrapper {
    margin-left: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
}

.header .header-bottom .top .header-cart-wrapper .header-cart-inner-wrapper .cart-list-wrapper .cart-list li .price-wrapper .price {
    color: #1A1A1A;
    text-align: right;
    font-family: var(--font);
    font-size: 20px;
    font-weight: 500;
    line-height: 105%;
    text-transform: uppercase;
    white-space: nowrap;
}

.header .header-bottom .top .header-cart-wrapper .header-cart-inner-wrapper .cart-list-wrapper .cart-list li .price-wrapper .price.price--sale {
    min-width: 96px;
    height: 31px;
    padding: 6px 12px;
    font-size: 15px;
    line-height: 17px;
    letter-spacing: 0.7px;
    border-radius: 42px;
    background: #E3AF6F;
}

.header .header-bottom .top .header-cart-wrapper .header-cart-inner-wrapper .cart-list-wrapper .cart-list li .price-wrapper .price.price--old {
    font-size: 15px;
    line-height: 17px;
    letter-spacing: 0.7px;
    text-decoration: line-through;
}

.header .header-bottom .top .header-cart-wrapper .header-cart-inner-wrapper .btns-wrapper {
    margin: 0;
    padding: 0;
    padding: 30px 0;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
    border-top: 1px solid #D9D9D9;
}

.header .header-bottom .top .header-cart-wrapper .header-cart-inner-wrapper .btns-wrapper .btn-main {
    width: 100%;
    height: 42px;
    min-width: auto;
    color: #1A1A1A;
}

.header .header-bottom .bottom {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .header-bottom .bottom .col .menu-list {
    display: flex;
    align-items: center;
    gap: 20px;
}

.header .header-bottom .bottom .col .menu-list .menu-list__item {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
}

.header .header-bottom .bottom .col .menu-list .menu-list__item:last-child::before {
    content: "";
    width: 19px;
    height: 1px;
    display: block;
    background-color: #ffffff;
}

.header .header-bottom .bottom .col .menu-list .menu-list__item:hover .item-top span {
    transform: rotateX(180deg);
}

.header .header-bottom .bottom .col .menu-list .menu-list__item:hover .item-bottom {
    display: block;
}

.header .header-bottom .bottom .col .menu-list .menu-list__item .item-top {
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    gap: 8px;
    height: 42px;
}

.header .header-bottom .bottom .col .menu-list .menu-list__item .item-top.active+.item-bottom {
    display: block;
}

.header .header-bottom .bottom .col .menu-list .menu-list__item .item-top span {
    width: 9px;
    height: 6px;
    display: block;
    background-image: url("/local/templates/hedd/img/icon15.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: 0.3s;
}

.header .header-bottom .bottom .col .menu-list .menu-list__item a,
.header .header-bottom .bottom .col .menu-list .menu-list__item p {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #FFF;
    font-family: var(--font);
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    cursor: pointer;
}

.header .header-bottom .bottom .col .menu-list .menu-list__item .item-bottom {
    position: absolute;
    top: 42px;
    left: 0;
    z-index: 200;
    display: none;
    min-width: 265px;
}

.header .header-bottom .bottom .col .menu-list .menu-list__item .inner-list {
    width: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    background: #F4F3F1;
    filter: drop-shadow(0 4px 40px rgba(87, 83, 67, 0.1));
}

.header .header-bottom .bottom .col .menu-list .menu-list__item .inner-list a {
    color: #161616;
    font-family: var(--font);
    font-size: 14px;
    font-weight: 500;
    line-height: 12px;
    text-transform: none;
}

.search-wrapper {
    position: fixed;
    left: 0;
    z-index: 200;
    display: none;
    width: 100%;
    background: #F4F3F1;
}

.search-wrapper .container {
    padding-top: 40px;
    display: grid;
    grid-template-columns: 306px 1fr;
    gap: 40px;
    height: 100%;
}

.search-wrapper .aside-menu {
    padding-top: 5px;
}

.search-wrapper .aside-menu .title {
    position: relative;
    display: flex;
    align-items: center;
    gap: 6px;
}

.search-wrapper .aside-menu .title h3 {
    color: #1A1A1A;
    font-family: var(--font);
    font-size: 20px;
    font-weight: 500;
    line-height: 105%;
}

.search-wrapper .aside-menu .title sup {
    display: flex;
    gap: 3px;
    margin-bottom: 0;
    color: #1A1A1A;
    font-family: var(--font);
    font-size: 14px;
    font-weight: 500;
    line-height: 125%;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.search-wrapper .aside-menu .title sup:empty {
    display: none;
}

.search-wrapper .aside-menu .title sup::before {
    content: "(";
}

.search-wrapper .aside-menu .title sup::after {
    content: ")";
}

.search-wrapper .aside-menu .menu-list {
    margin-top: 46px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.search-wrapper .aside-menu .menu-list a {
    color: #161616;
    font-family: var(--font);
    font-size: 14px;
    font-weight: 500;
    line-height: 12px;
}

.search-wrapper .main-wrapper {
    padding-left: 40px;
    padding-bottom: 40px;
    padding-top: 5px;
    border-left: 1px solid #D9D9D9;
    overflow-y: scroll;
}

.search-wrapper .main-wrapper::-webkit-scrollbar {
    display: none;
}

.search-wrapper .main-wrapper .title {
    position: relative;
    display: flex;
    align-items: center;
    gap: 6px;
}

.search-wrapper .main-wrapper .title h2 {
    color: #1A1A1A;
    font-family: var(--font);
    font-size: 20px;
    font-weight: 500;
    line-height: 105%;
}

.search-wrapper .main-wrapper .title sup {
    display: flex;
    gap: 3px;
    margin-bottom: 0;
    color: #1A1A1A;
    font-family: var(--font);
    font-size: 14px;
    font-weight: 500;
    line-height: 125%;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.search-wrapper .main-wrapper .title sup:empty {
    display: none;
}

.search-wrapper .main-wrapper .title sup::before {
    content: "(";
}

.search-wrapper .main-wrapper .title sup::after {
    content: ")";
}

.search-wrapper .main-wrapper .catalog-list {
    grid-template-columns: repeat(3, 1fr);
}

.mobile-menu-wrapper {
    position: fixed;
    left: 0;
    z-index: 200;
    display: none;
    width: 100%;
    background: #F4F3F1;
}

.mobile-menu-wrapper .container {
    padding-top: 40px;
    padding-bottom: 20px;
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 20px;
    height: 100%;
}

.mobile-menu-wrapper aside {
    display: flex;
    flex-direction: column;
}

.mobile-menu-wrapper .aside-nav {
    margin-bottom: auto;
}

.mobile-menu-wrapper .aside-nav ul {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.mobile-menu-wrapper .aside-nav ul li.acc {
    display: none;
}

.mobile-menu-wrapper .aside-nav ul a {
    color: #1A1A1A;
    font-family: var(--font);
    font-size: 20px;
    font-weight: 500;
    line-height: 105%;
}

.mobile-menu-wrapper .acc .acc-top.active p::after {
    transform: rotateX(180deg);
}

.mobile-menu-wrapper .acc .acc-top.active~.acc-bottom {
    padding-top: 32px;
}

.mobile-menu-wrapper .acc .acc-top p {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #1A1A1A;
    font-family: var(--font);
    font-size: 20px;
    font-weight: 500;
    line-height: 105%;
}

.mobile-menu-wrapper .acc .acc-top p::after {
    content: "";
    width: 9px;
    height: 6px;
    display: block;
    background-image: url("/local/templates/hedd/img/arrow3.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: 0.3s;
}

.mobile-menu-wrapper .acc .acc-bottom {
    max-height: 0;
    overflow: hidden;
    transition: 0.3s;
}

.mobile-menu-wrapper .acc .acc-bottom ul {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.mobile-menu-wrapper .acc .acc-bottom ul a {
    color: #161616;
    font-family: var(--font);
    font-size: 14px;
    font-weight: 500;
    line-height: 12px;
}

.mobile-menu-wrapper .promo-wrapper {
    position: relative;
    margin-top: 114px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.mobile-menu-wrapper .promo-wrapper a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mobile-menu-wrapper .promo-wrapper picture {
    width: 100%;
    height: 123px;
    display: block;
    overflow: hidden;
}

.mobile-menu-wrapper .promo-wrapper picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mobile-menu-wrapper .promo-wrapper p {
    color: #161616;
    font-family: var(--font);
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
}

.mobile-menu-wrapper .main-wrapper {
    padding-left: 40px;
    columns: 2;
    column-gap: 40px;
    break-inside: avoid;
    border-left: 1px solid #D9D9D9;
}

.mobile-menu-wrapper .main-wrapper .col {
    margin-top: 40px;
    break-inside: avoid-column;
}

.mobile-menu-wrapper .main-wrapper .col:first-child {
    margin-top: 0;
}

.mobile-menu-wrapper .main-wrapper .col .title {
    color: #1A1A1A;
    font-family: var(--font);
    font-size: 20px;
    font-weight: 500;
    line-height: 105%;
}

.mobile-menu-wrapper .main-wrapper .col ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 32px;
}

.mobile-menu-wrapper .main-wrapper .col ul a {
    color: #161616;
    font-family: var(--font);
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
}

.top-banner {
    position: relative;
    z-index: 10;
    height: calc(100dvh - 36px);
}

.top-banner picture {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -10;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.top-banner picture::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.17) 0%, rgba(0, 0, 0, 0.17) 100%);
}

.top-banner picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.top-banner .container {
    position: relative;
    height: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
}

.top-banner .title-wrapper {
    overflow: hidden;
}

.top-banner .top-banner__title {
    max-width: 600px;
    /* height: 46px; */
    font-family: var(--font);
    font-size: 46px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0.7px;
    overflow: hidden;
}

.top-banner .top-banner__title:not(.top-banner__title--grouped):first-child>span {
    color: rgba(255, 255, 255, 0.4);
}

.top-banner .top-banner__title--grouped .top-banner__title-line {
    display: block;
    height: 46px;
    overflow: hidden;
}

.top-banner .top-banner__title--grouped .top-banner__title-line:first-child>span {
    color: rgba(255, 255, 255, 0.4);
}

.top-banner .top-banner__title--grouped .top-banner__title-line:not(:first-child)>span {
    color: #ffffff;
}

.top-banner .top-banner__title:not(.top-banner__title--grouped)>span,
.top-banner .top-banner__title--grouped .top-banner__title-line>span {
    display: block;
    color: #ffffff;
    transition: 0.3s;
    animation: slideIn 1s forwards;
}

@keyframes slideIn {
    from {
        margin-top: 50px;
    }

    to {
        margin-top: 0;
    }
}

.top-banner .top-banner__btn {
    position: absolute;
    bottom: 40px;
    left: 80px;
}

.main-top {
    height: calc(100dvh - 36px);
}

.main-top .main-top-slider {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.main-top .main-top-slider .swiper-slide {
    position: relative;
    z-index: 10;
    overflow: hidden;
}

.main-top .main-top-slider .swiper-slide.swiper-slide-active .main-top-slider__title-line>span {
    animation: slideIn 1s forwards;
}

.main-top .main-top-slider .swiper-slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -5;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(0deg, rgba(0, 0, 0, 0.17) 0%, rgba(0, 0, 0, 0.17) 100%); */
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.17) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.main-top .main-top-slider .swiper-slide.top-banner .container {
    height: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.main-top .main-top-slider .swiper-slide .container {
    z-index: 10;
    display: flex;
    flex-direction: column;
    padding-top: 195px;
    padding-bottom: 40px;
    height: 100%;
}

.main-top .main-top-slider .swiper-slide picture {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -10;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
}

.main-top .main-top-slider .swiper-slide picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-top .main-top-slider .swiper-slide video {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -10;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    object-fit: cover;
}

.main-top .main-top-slider .swiper-slide .title-wrapper {
    overflow: hidden;
}

.main-top .main-top-slider .swiper-slide .main-top-slider__title {
    /* max-width: 600px; */
    font-family: var(--font);
    font-size: 46px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0.7px;
}

.main-top .main-top-slider .swiper-slide .main-top-slider__title-line {
    display: block;
    height: 46px;
    overflow: hidden;
}

.main-top .main-top-slider .swiper-slide .main-top-slider__title-line:first-child>span {
    color: rgba(255, 255, 255, 0.4);
}

.main-top .main-top-slider .swiper-slide .main-top-slider__title-line>span {
    display: block;
    margin-top: 50px;
    color: #ffffff;
    transition: 0.3s;
}

@keyframes slideIn {
    from {
        margin-top: 50px;
    }

    to {
        margin-top: 0;
    }
}

.main-top .main-top-slider .swiper-slide .txt-wrapper {
    max-width: 476px;
    margin-top: auto;
    margin-left: 208px;
}

.main-top .main-top-slider .swiper-slide .txt-wrapper p {
    color: #FFF;
    font-family: var(--font);
    font-size: 14px;
    font-weight: 500;
    line-height: 125%;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.main-top .main-top-slider .swiper-slide .txt-wrapper .btn-sec {
    margin-top: 32px;
    color: #ffffff;
}

.main-top .main-top-slider .btns-wrapper {
    position: absolute;
    bottom: 40px;
    left: calc((100% - 1706px) / 2);
    z-index: 10;
    display: flex;
    align-items: center;
    gap: 10px;
}

.main-top .main-top-slider .btns-wrapper button {
    color: #FFF;
    font-family: var(--font);
    font-size: 17px;
    font-weight: 400;
    line-height: normal;
}

.main-top .main-top-slider .btns-wrapper button.main-top-slider-button-prev span {
    transform: rotate(180deg);
}

.main-top .main-top-slider .btns-wrapper button span {
    width: 17px;
    height: 17px;
    display: block;
    background-image: url("/local/templates/hedd/img/arrow1.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.main-top .main-top-slider .btns-wrapper .main-top-slider-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    width: 40px;
    color: #FFF;
    font-family: var(--font);
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    white-space: nowrap;
}

.main-slider {
    position: relative;
    padding: 60px 0 20px;
    background: #F4F3F1;
    overflow: hidden;
}

.main-slider .container {
    position: relative;
}

.main-slider .title-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 52px;
    padding-right: 100px;
}

.main-slider .title-wrapper .h2 {
    margin-right: auto;
}

.main-slider .top-slider {
    margin-top: 52px;
}

.main-slider .top-slider .swiper-slide {
    position: relative;
    width: 240px;
}

.main-slider .top-slider .swiper-slide:hover .title {
    text-decoration: underline;
}

.main-slider .top-slider .swiper-slide a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.main-slider .top-slider .swiper-slide picture {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 1/1;
    overflow: hidden;
}

.main-slider .top-slider .swiper-slide picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-slider .top-slider .swiper-slide .title {
    margin-top: 18px;
    color: #1A1A1A;
    font-family: var(--font);
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: 8%;
    text-underline-offset: 22%;
    text-underline-position: from-font;
    text-decoration-color: transparent;
    white-space: nowrap;
    transition: 0.3s;
}

.main-slider .btns-wrapper {
    position: absolute;
    top: 8px;
    right: 80px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.main-slider .btns-wrapper button.top-slider-button-prev span {
    transform: rotate(180deg);
}

.main-slider .btns-wrapper button.swiper-button-lock {
    display: none;
}

.main-slider .btns-wrapper button span {
    width: 17px;
    height: 17px;
    display: block;
    background-image: url("/local/templates/hedd/img/arrow.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.main-slider .btns-wrapper .top-slider-pagination {
    display: none;
    align-items: center;
    justify-content: center;
    color: #000;
    font-family: var(--font);
    font-size: 12px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.main-slider .btns-wrapper .top-slider-pagination.swiper-pagination-lock {
    display: none;
}

.main-projects {
    margin-top: 40px;
}

.main-projects .container {
    position: relative;
}

.main-projects .main-projects-slider {
    position: relative;
    overflow: hidden;
}

.main-projects .main-projects-slider .swiper-slide {
    display: grid;
    grid-template-columns: 1fr 420px;
    height: 850px;
    max-height: calc(100dvh - 30px - 30px - 145px);
}

.main-projects .main-projects-slider .swiper-slide {
    overflow: hidden;
}

.main-projects .main-projects-slider .swiper-slide .img-wrapper {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.main-projects .main-projects-slider .swiper-slide .img {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.main-projects .main-projects-slider .swiper-slide .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-projects .main-projects-slider .swiper-slide .txt-wrapper {
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: #E9E7E4;
}

.main-projects .main-projects-slider .swiper-slide .txt-wrapper .name {
    color: #1A1A1A;
    font-family: var(--font);
    font-size: 20px;
    font-weight: 500;
    line-height: 115%;
    text-transform: uppercase;
}

.main-projects .main-projects-slider .swiper-slide .txt-wrapper .txt {
    margin-top: 40px;
    color: #1A1A1A;
    font-family: var(--font);
    font-size: 14px;
    font-weight: 500;
    line-height: 135%;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.main-projects .main-projects-slider .swiper-slide .txt-wrapper .designer {
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 40px;
}

.main-projects .main-projects-slider .swiper-slide .txt-wrapper .designer:empty {
    display: none;
}

.main-projects .main-projects-slider .swiper-slide .txt-wrapper .designer picture {
    width: 42px;
    height: 42px;
    flex-shrink: 0;
    display: block;
    background-color: #ffffff;
    border-radius: 50%;
    overflow: hidden;
}

.main-projects .main-projects-slider .swiper-slide .txt-wrapper .designer picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-projects .main-projects-slider .swiper-slide .txt-wrapper .designer span {
    color: #1A1A1A;
    font-family: var(--font);
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.main-projects .main-projects-slider .swiper-slide .txt-wrapper .btns-wrapper {
    position: static;
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-projects .h2 {
    position: absolute;
    top: 40px;
    right: 120px;
    z-index: 10;
    padding-bottom: 32px;
    margin-bottom: auto;
    width: 340px;
    border-bottom: 1px solid #000000;
}

.main-projects .btns-wrapper {
    position: absolute;
    bottom: 40px;
    right: 40px;
    z-index: 10;
    display: flex;
    align-items: center;
    gap: 8px;
}

.main-projects .btns-wrapper button.main-projects-slider-button-prev span {
    transform: rotate(180deg);
}

.main-projects .btns-wrapper button.swiper-button-lock {
    opacity: 0;
}

.main-projects .btns-wrapper button span {
    width: 17px;
    height: 17px;
    display: block;
    background-image: url("/local/templates/hedd/img/arrow.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.projects-point-view {
    position: relative;
    overflow: hidden;
}

.projects-point {
    position: absolute;
    width: 62px;
    height: 62px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.projects-point:hover .projects-point-wrapper {
    opacity: 1;
    visibility: visible;
}

.projects-point span {
    position: relative;
    width: 42px;
    height: 42px;
    display: block;
    background-color: #F4F3F1;
    border-radius: 50%;
    cursor: pointer;
}

.projects-point span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #1A1A1A;
    transform: translate(-50%, -50%);
}

.projects-point span::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6px;
    height: auto;
    border-radius: 50%;
    background: #1A1A1A;
    transition: 0.3s;
    transform: translate(-50%, -50%);
    animation: pulse 1.3s infinite;
    aspect-ratio: 1/1;
}

@keyframes pulse {
    from {
        width: 6px;
    }

    50% {
        width: 10px;
    }

    to {
        width: 6px;
    }
}

.projects-point .projects-point-wrapper {
    position: absolute;
    bottom: 62px;
    left: 50%;
    width: 358px;
    padding: 14px;
    display: flex;
    gap: 12px;
    background: #F4F3F1;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.projects-point .projects-point-wrapper a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.projects-point .projects-point-wrapper .projects-point__img {
    width: 73px;
    height: auto;
    aspect-ratio: 73/63;
    overflow: hidden;
}

.projects-point .projects-point-wrapper .projects-point__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.projects-point .projects-point-wrapper .projects-point__txt-wrapper {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
    background-color: transparent;
}

.projects-point .projects-point-wrapper .projects-point__txt-wrapper .check {
    color: #1A1A1A;
    font-family: var(--font);
    font-size: 12px;
    font-weight: 500;
    line-height: 125%;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.projects-point .projects-point-wrapper .projects-point__txt-wrapper .name {
    padding: 0;
    margin: 0;
    color: #1A1A1A;
    font-family: var(--font);
    font-size: 16px;
    font-weight: 500;
    line-height: 115%;
    text-transform: uppercase;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.projects-point .projects-point-wrapper .projects-point__txt-wrapper .price {
    margin-top: auto;
    color: #1A1A1A;
    font-family: var(--font);
    font-size: 12px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.main-about {
    padding: 80px 0 40px;
    background: #F4F3F1;
}

.main-about .container {
    display: flex;
    gap: 30px;
}

.main-about .txt-wrapper {
    max-width: 645px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 46px;
}

.main-about .txt-wrapper .main-about__title {
    position: relative;
    margin-bottom: auto;
    padding-bottom: 52px;
    color: #1A1A1A;
    font-family: var(--font);
    font-size: 28px;
    font-weight: 500;
    line-height: 120%;
}

.main-about .txt-wrapper .main-about__title span {
    color: #BEBDBB;
}

.main-about .txt-wrapper .main-about__title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 22px;
    height: 20px;
    flex-shrink: 0;
    background-image: url("/local/templates/hedd/img/icon.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.main-about .txt-wrapper p {
    color: #000000;
}

.main-about picture {
    margin-left: auto;
    width: 500px;
    flex-shrink: 0;
    display: block;
    overflow: hidden;
}

.main-about picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-video {
    padding: 60px 0 40px;
    background: #F4F3F1;
}

.main-video .video-wrapper {
    position: relative;
    /* height: 700px; */
    height: 600px;
}

.main-video .video-wrapper video {
    width: 100%;
    height: 100%;
    /* height: auto; */
    overflow: hidden;
    object-fit: cover;
}

.main-video .video-wrapper .video-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 42px;
    height: 42px;
    transform: translate(-50%, -50%);
}

.main-video .video-wrapper .video-btn.hidden {
    display: none;
}

.main-video p {
    margin-top: 20px;
    color: #000;
    line-height: 20px;
}

.main-video p:empty {
    display: none;
}

.main-blog {
    position: relative;
    padding: 60px 0 50px;
    background: #F4F3F1;
}

.main-blog .container {
    position: relative;
}

.main-blog .title-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 52px;
    padding-right: 100px;
}

.main-blog .title-wrapper .h2 {
    margin-right: auto;
}

.main-blog .main-blog-slider {
    margin-top: 46px;
    overflow: hidden;
}

.main-blog .main-blog-slider .swiper-slide {
    position: relative;
    display: flex;
    flex-direction: column;
    height: auto;
}

.main-blog .main-blog-slider .swiper-slide:hover .txt {
    text-decoration-color: black;
}

.main-blog .main-blog-slider .swiper-slide a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.main-blog .main-blog-slider .swiper-slide picture {
    width: 100%;
    height: 279px;
    display: block;
}

.main-blog .main-blog-slider .swiper-slide picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-blog .main-blog-slider .swiper-slide .title {
    margin-top: 18px;
    color: rgba(0, 0, 0, 0.5);
    font-family: var(--font);
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.7px;
}

.main-blog .main-blog-slider .swiper-slide .txt {
    margin-top: 16px;
    flex: 1;
    padding-bottom: 2px;
    color: #1A1A1A;
    font-family: var(--font);
    font-size: 20px;
    font-weight: 500;
    line-height: 105%;
    text-transform: uppercase;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: 7%;
    text-underline-offset: 16%;
    text-underline-position: from-font;
    text-decoration-color: transparent;
    transition: 0.3s;
}

.main-blog .btns-wrapper {
    position: absolute;
    top: 8px;
    right: 80px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.main-blog .btns-wrapper button.main-blog-slider-button-prev span {
    transform: rotate(180deg);
}

.main-blog .btns-wrapper button span {
    width: 17px;
    height: 17px;
    display: block;
    background-image: url("/local/templates/hedd/img/arrow.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.main-blog .btns-wrapper .main-blog-slider-pagination {
    display: none;
    align-items: center;
    justify-content: center;
    color: #000;
    font-family: var(--font);
    font-size: 12px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.main-contacts {
    padding-top: 40px;
    background: #E9E7E4;
}

.main-contacts .container {
    display: grid;
    grid-template-columns: 1fr 350px;
    gap: 40px;
}

.main-contacts .main-map {
    width: 100%;
    height: 500px;
}

.main-contacts .main-map .ymaps-layers-pane {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.main-contacts .txt-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    padding-bottom: 40px;
}

.main-contacts .txt-wrapper .main-contacts-list {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.main-contacts .txt-wrapper .main-contacts-list p,
.main-contacts .txt-wrapper .main-contacts-list a {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #1A1A1A;
    font-family: var(--font);
    font-size: 14px;
    font-weight: 500;
    line-height: 125%;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.main-contacts .txt-wrapper .main-contacts-list p::before,
.main-contacts .txt-wrapper .main-contacts-list a::before {
    content: "";
    width: 9px;
    height: 10px;
    display: block;
    background-image: url("/local/templates/hedd/img/icon1.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.main-contacts .txt-wrapper .main-contacts__link {
    margin-top: auto;
}

.default-slider-section {
    position: relative;
    padding: 60px 0 20px;
    background: #F4F3F1;
    overflow: hidden;
}

.default-slider-section.catalog-earlier {
    padding-bottom: 60px;
}

.default-slider-section .container {
    position: relative;
}

.default-slider-section .title-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 52px;
    padding-right: 100px;
}

.default-slider-section .title-wrapper .h2 {
    margin-right: auto;
}

.default-slider-section .tabs {
    display: flex;
    gap: 20px;
    margin-top: 32px;
    margin-bottom: -4px;
    padding-bottom: 4px;
    overflow-x: scroll;
}

.default-slider-section .tabs::-webkit-scrollbar {
    display: none;
}

.default-slider-section .tabs .tab {
    position: relative;
    color: #1A1A1A;
    font-family: var(--font);
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: 8%;
    text-underline-offset: 22%;
    text-underline-position: from-font;
    text-decoration-color: transparent;
    transition: 0.3s;
    white-space: nowrap;
    cursor: pointer;
}

.default-slider-section .tabs .tab.active {
    text-decoration: underline;
}

.default-slider-section .tabs .tab:hover {
    text-decoration: underline;
}

.default-slider-section .btns-wrapper {
    position: absolute;
    top: 8px;
    right: 80px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.default-slider-section .btns-wrapper button.default-slider-button-prev span {
    transform: rotate(180deg);
}

.default-slider-section .btns-wrapper button.swiper-button-lock {
    opacity: 0;
}

.default-slider-section .btns-wrapper button span {
    width: 17px;
    height: 17px;
    display: block;
    background-image: url("/local/templates/hedd/img/arrow.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.default-slider-section .btns-wrapper .default-slider-pagination {
    display: none;
    align-items: center;
    justify-content: center;
    color: #000;
    font-family: var(--font);
    font-size: 12px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.default-slider-section .btns-wrapper .default-slider-pagination.swiper-pagination-lock {
    opacity: 0;
}

.default-slider-section .default-slider {
    margin-top: 46px;
    overflow: hidden;
}

.default-slider-section .default-slider .swiper-wrapper {
    margin: 0;
    display: flex;
    gap: 0;
}

.bottom-txt-wrapper {
    margin-top: 40px;
    padding-bottom: 60px;
}

.bottom-txt-wrapper .inner-wrapper {
    padding-top: 40px;
    border-top: 1px solid #000;
}

.bottom-txt-wrapper h2 {
    color: #1A1A1A;
    font-family: var(--font);
    font-size: 28px;
    font-weight: 500;
    line-height: 120%;
}

.bottom-txt-wrapper p {
    margin-top: 32px;
    max-width: 1176px;
    color: #1A1A1A;
    font-family: var(--font);
    font-size: 14px;
    font-weight: 500;
    line-height: 125%;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.catalog-inner {
    padding-top: 20px;
    padding-bottom: 100px;
    background: #F4F3F1;
}

.catalog-inner .h1 {
    margin-top: 90px;
}

.catalog-inner .tag-list {
    margin: 40px auto 0;
    max-width: 700px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.catalog-inner .filter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-top: 100px;
    padding-top: 32px;
    border-top: 1px solid #D9D9D9;
}

.catalog-inner .filter .filter-btn {
    align-items: center;
    display: flex;
    height: 42px;
    padding: 10px 16px 10px 12px;
    justify-content: center;
    gap: 10px;
    border-radius: 45px;
    border: 1px solid #1A1A1A;
    background: #1A1A1A;
    white-space: nowrap;
}

.catalog-inner .filter .filter-btn .num {
    min-width: 18px;
    padding: 0 2px;
    height: 18px;
    color: #1A1A1A;
    text-align: center;
    font-family: var(--font);
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0.7px;
    border-radius: 18px;
    background-color: #ffffff;
}

.catalog-inner .filter .filter-btn .txt {
    color: #FFF;
    font-family: var(--font);
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.catalog-inner .filter .filter-btn .txt.mobile {
    display: none;
}

.catalog-inner .filter .in-stock-check {
    white-space: nowrap;
}

.catalog-inner .filter .in-stock-check label {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 75px;
    color: #1A1A1A;
    font-family: var(--font);
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    cursor: pointer;
}

.catalog-inner .filter .in-stock-check label::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 1px;
    display: block;
    flex-shrink: 0;
    background: #1A1A1A;
    transform: translateY(-50%);
}

.catalog-inner .filter .in-stock-check label input {
    position: absolute;
    top: 0;
    width: 1px;
    opacity: 0;
}

.catalog-inner .filter .in-stock-check label input:checked~span {
    background-color: #1A1A1A;
}

.catalog-inner .filter .in-stock-check label input:checked~span::before {
    content: "";
    width: 7px;
    height: 7px;
    display: block;
    border-radius: 50%;
    background-color: #ffffff;
}

.catalog-inner .filter .in-stock-check label span {
    position: absolute;
    top: 50%;
    left: 40px;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    border: 1px solid #1A1A1A;
    transform: translateY(-50%);
}

.catalog-inner .filter .filter-item {
    position: relative;
}

.catalog-inner .filter .filter-item:hover>.filter-item__bottom {
    display: block;
}

.catalog-inner .filter .filter-item:hover>.filter-item__top span {
    transform: rotateX(180deg);
}

.catalog-inner .filter .filter-item .filter-item__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    height: 42px;
    cursor: pointer;
}

.catalog-inner .filter .filter-item .filter-item__top p {
    color: #1A1A1A;
    font-family: var(--font);
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.catalog-inner .filter .filter-item .filter-item__top span {
    width: 9px;
    height: 6px;
    display: block;
    background-image: url("/local/templates/hedd/img/arrow3.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: 0.3s;
}

.catalog-inner .filter .filter-item .filter-item__bottom {
    position: absolute;
    top: 42px;
    left: 0;
    z-index: 100;
    display: none;
}

.catalog-inner .filter .filter-item .filter-item__bottom ul {
    width: 265px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    background: #F4F3F1;
    box-shadow: 0 4px 40px rgba(87, 83, 67, 0.1);
}

.catalog-inner .filter .filter-item .filter-item__bottom ul label {
    position: relative;
    display: block;
    padding-left: 30px;
    color: #000;
    font-family: var(--font);
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    cursor: pointer;
}

.catalog-inner .filter .filter-item .filter-item__bottom ul label input {
    position: absolute;
    top: 0;
    width: 1px;
    opacity: 0;
}

.catalog-inner .filter .filter-item .filter-item__bottom ul label input:checked~span {
    background: #1A1A1A;
}

.catalog-inner .filter .filter-item .filter-item__bottom ul label input:checked~span::before {
    content: "";
    width: 7px;
    height: 7px;
    display: block;
    border-radius: 50%;
    background-color: #ffffff;
}

.catalog-inner .filter .filter-item .filter-item__bottom ul label span {
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #000;
    transform: translateY(-50%);
}

.catalog-inner .filter .filter-item .slider-wrapper {
    position: relative;
    width: 380px;
    height: 110px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px;
    background: #F4F3F1;
    box-shadow: 0 4px 40px rgba(87, 83, 67, 0.1);
}

.catalog-inner .filter .filter-item .slider-wrapper .area-inner {
    display: flex;
    align-items: center;
    gap: 10px;
}

.catalog-inner .filter .filter-item .slider-wrapper .area-num {
    display: flex;
    width: 120px;
    height: 26px;
    padding: 0 8px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #000;
    text-align: center;
    font-family: var(--font);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    border: 1px solid #D9D9D9;
}

.catalog-inner .filter .filter-item .slider-wrapper #area-slider {
    position: absolute;
    top: 80px;
    left: 20px;
    width: calc(100% - 40px);
}

.catalog-inner .filter .filter-item .slider-wrapper #area-slider.noUi-target {
    height: 1px;
    background-color: #000000;
    border: none;
    box-shadow: none;
}

.catalog-inner .filter .filter-item .slider-wrapper #area-slider .noUi-connects {
    border-radius: 0;
}

.catalog-inner .filter .filter-item .slider-wrapper #area-slider .noUi-connects .noUi-connect {
    background-color: #000000;
}

.catalog-inner .filter .filter-item .slider-wrapper #area-slider .noUi-handle {
    top: -6px;
    right: -12px;
    width: 12px;
    height: 12px;
    border: 2px solid #000000;
    background: #000000;
    border-radius: 50%;
    box-shadow: none;
    cursor: pointer;
}

.catalog-inner .filter .filter-item .slider-wrapper #area-slider .noUi-handle.noUi-handle-upper {
    right: 0;
}

.catalog-inner .filter .filter-item .slider-wrapper #area-slider .noUi-handle::before,
.catalog-inner .filter .filter-item .slider-wrapper #area-slider .noUi-handle::after {
    content: none;
}

.catalog-inner .filter .sorting {
    margin-left: auto;
}

.catalog-inner .filter .sorting .choices.is-open::after {
    transform: translateY(-50%) rotateX(180deg);
}

.catalog-inner .filter .sorting .choices.is-open .choices__list--dropdown .choices__item {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.catalog-inner .filter .sorting .choices.is-open .choices__list--dropdown .choices__item.is-selected::after {
    content: "";
    width: 8px;
    height: 6px;
    display: inline-block;
    background-image: url("/local/templates/hedd/img/icon5.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.catalog-inner .filter .sorting .choices.is-open .choices__list--dropdown .choices__item::after {
    content: "" !important;
    width: 8px;
    height: 6px;
    display: inline-block;
    background-image: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.catalog-inner .filter .sorting .choices::after {
    top: 50%;
    right: 0;
    margin: 0;
    width: 9px;
    height: 6px;
    border: none;
    background-image: url("/local/templates/hedd/img/arrow3.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateY(-50%);
    transition: 0.3s;
}

.catalog-inner .filter .sorting .choices .choices__inner {
    padding: 0;
    padding-right: 16px;
    display: flex;
    align-items: center;
    width: auto;
    min-height: auto;
    height: 42px;
    color: #1A1A1A;
    font-family: var(--font);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    background-color: transparent;
    border: none;
    white-space: nowrap;
}

.catalog-inner .filter .sorting .choices .choices__list.choices__list--single {
    padding: 0;
    display: block;
}

.catalog-inner .filter .sorting .choices .choices__list.choices__list--dropdown {
    right: 0;
    z-index: 100;
    padding: 20px;
    width: 265px;
    margin: 0;
    background: #F4F3F1;
    border: none;
    border-radius: 0;
    box-shadow: 0 4px 40px rgba(87, 83, 67, 0.1);
}

.catalog-inner .filter .sorting .choices .choices__list.choices__list--dropdown .choices__list {
    width: 265px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-height: none;
}

.catalog-inner .filter .sorting .choices .choices__list.choices__list--dropdown .choices__list .choices__item {
    padding: 0;
    color: #161616;
    font-family: var(--font);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 12px;
    white-space: nowrap;
}

.catalog-inner .list-pagination {
    margin-top: 120px;
}

.catalog-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 48px 24px;
    margin-top: 48px;
}

.catalog-list .catalog-list__item {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 18px;
    height: auto;
}

.catalog-list .catalog-list__item:hover .txt-wrapper .price-wrapper .price {
    display: none;
}

.catalog-list .catalog-list__item:hover .to-cart-link {
    display: flex;
}

.catalog-list .catalog-list__item .item-link {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 18px;
    text-decoration: none;
}

.catalog-list .catalog-list__item .img-wrapper {
    position: relative;
    width: 100%;
    /* height: 279px; */
    background: #EEECE8;
    overflow: hidden;
    aspect-ratio: 1/1;
}

.catalog-list .catalog-list__item .img-wrapper .fav-icon {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 30;
    width: 32px;
    height: 32px;
    background-image: url("/local/templates/hedd/img/icon7.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    transition: 0.3s;
}

.catalog-list .catalog-list__item .img-wrapper .fav-icon:hover {
    background-image: url("/local/templates/hedd/img/icon21.svg");
}

.catalog-list .catalog-list__item .img-wrapper .fav-icon.active {
    background-image: url("/local/templates/hedd/img/icon8.svg");
}

.catalog-list .catalog-list__item .img-wrapper picture {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.catalog-list .catalog-list__item .img-wrapper picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.catalog-list .catalog-list__item .img-wrapper .hover-zone {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    width: 100%;
    height: 100%;
    display: flex;
    /* Делит зону на равные части */
}

.catalog-list .catalog-list__item .img-wrapper .zone {
    flex: 1;
    /* Каждая зона занимает равное место */
    cursor: pointer;
}

.catalog-list .catalog-list__item .img-wrapper .dots-zone {
    position: absolute;
    bottom: 12px;
    left: 50%;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    transform: translateX(-50%);
}

.catalog-list .catalog-list__item .img-wrapper .dots-zone .dot {
    width: 5px;
    height: 5px;
    background-color: rgba(26, 26, 26, 0.15);
    border-radius: 50%;
}

.catalog-list .catalog-list__item .img-wrapper .dots-zone .dot.active {
    background-color: #1A1A1A;
}

.catalog-list .catalog-list__item .txt-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: auto;
    flex: 1;
}

.catalog-list .catalog-list__item .txt-wrapper .txt {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #1A1A1A;
    font-family: var(--font);
    font-size: 13px;
    font-weight: 500;
    line-height: 125%;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.catalog-list .catalog-list__item .txt-wrapper .txt::before {
    content: "";
    width: 9px;
    height: 10px;
    display: block;
    background-image: url("/local/templates/hedd/img/icon1.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.catalog-list .catalog-list__item .txt-wrapper .name {
    margin-top: 16px;
    margin-bottom: 16px;
    color: #1A1A1A;
    font-family: var(--font);
    font-size: 20px;
    font-weight: 500;
    line-height: 115%;
    text-transform: uppercase;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.catalog-list .catalog-list__item .txt-wrapper .price-wrapper {
    z-index: 20;
    margin-top: auto;
    display: flex;
    align-items: center;
    gap: 16px;
    height: 31px;
}

.catalog-list .catalog-list__item .txt-wrapper .price-wrapper .price {
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #1A1A1A;
    font-family: var(--font);
    font-size: 15px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.catalog-list .catalog-list__item .txt-wrapper .price-wrapper .price.price--sale {
    min-width: 96px;
    height: 31px;
    padding: 10px 12px;
    border-radius: 42px;
    background: #E3AF6F;
}

.catalog-list .catalog-list__item .txt-wrapper .price-wrapper .price.price--old {
    text-decoration: line-through;
}

.catalog-list .catalog-list__item .txt-wrapper .cart-wrapper {
    display: none;
}

.catalog-list .catalog-list__item .txt-wrapper .cart-wrapper .to-cart-link {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #1A1A1A;
}

.catalog-list .catalog-list__item .txt-wrapper .cart-wrapper .to-cart-link svg {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
}

.catalog-list .catalog-list__item .txt-wrapper .cart-wrapper .to-cart-link span {
    font-family: var(--font);
    font-size: 15px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.catalog-list .catalog-list__item .fav-icon {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 30;
    width: 32px;
    height: 32px;
    background-image: url("/local/templates/hedd/img/icon7.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    transition: 0.3s;
}

.catalog-list .catalog-list__item .fav-icon:hover {
    background-image: url("/local/templates/hedd/img/icon23.svg");
}

.catalog-list .catalog-list__item .fav-icon.active {
    background-image: url("/local/templates/hedd/img/icon8.svg");
}

.catalog-list .catalog-list__item .to-cart-link {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 30;
    display: flex;
    gap: 10px;
    display: none;
    color: #1A1A1A;
}

.catalog-list .catalog-list__item .to-cart-link svg {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
}

.catalog-list .catalog-list__item .to-cart-link span {
    font-family: var(--font);
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.card-inner {
    position: relative;
    padding-bottom: 120px;
}

.card-inner .container {
    display: grid;
    grid-template-columns: calc(100% - 390px - 30px) 390px;
    gap: 20px 30px;
}

.card-inner .breadcrumbs {
    grid-column: 1/3;
    margin: 0;
}

.card-inner .lightbox-wrapper.active {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 200;
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    max-width: 980px;
    height: 778px;
    max-height: calc(100dvh - 40px);
    padding: 20px;
    background: #F4F3F1;
    transform: translate(-50%, -50%);
}

.card-inner .lightbox-wrapper.active~.card-slider-thumbs {
    margin-top: 768px;
}

.card-inner .lightbox-wrapper.active .card-slider {
    height: 100%;
}

.card-inner .lightbox-wrapper.active .card-slider .lightbox-btn {
    display: none;
}

.card-inner .lightbox-wrapper.active .btns-wrapper {
    display: flex;
}

.card-inner .lightbox-wrapper.active .close-btn {
    position: absolute;
    top: 0;
    right: -46px;
    width: 26px;
    height: 26px;
    display: block;
}

.card-inner .lightbox-wrapper.active .close-btn svg {
    width: 100%;
    height: 100%;
}

.card-inner .lightbox-wrapper .close-btn {
    display: none;
}

.card-inner .lightbox-wrapper .btns-wrapper {
    flex-shrink: 0;
    display: none;
    justify-content: space-between;
    align-items: center;
}

.card-inner .lightbox-wrapper .btns-wrapper button.card-slider-button-prev span {
    transform: rotate(180deg);
}

.card-inner .lightbox-wrapper .btns-wrapper button.swiper-button-lock {
    opacity: 0;
}

.card-inner .lightbox-wrapper .btns-wrapper button span {
    width: 17px;
    height: 17px;
    display: block;
    background-image: url("/local/templates/hedd/img/arrow.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.card-inner .lightbox-wrapper .btns-wrapper .card-slider-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-family: var(--font);
    font-size: 12px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.card-inner .lightbox-wrapper .btns-wrapper .card-slider-pagination.swiper-pagination-lock {
    opacity: 0;
}

.card-inner .card-sliders {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.card-inner .card-sliders .card-slider {
    position: relative;
    /* height: 750px; */
    overflow: hidden;
}

.card-inner .card-sliders .card-slider .swiper-slide {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.card-inner .card-sliders .card-slider .swiper-slide picture {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
}

.card-inner .card-sliders .card-slider .swiper-slide picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-inner .card-sliders .card-slider .swiper-slide video {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    object-fit: cover;
}

.card-inner .card-sliders .card-slider .swiper-slide .video-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 42px;
    height: 42px;
    transform: translate(-50%, -50%);
}

.card-inner .card-sliders .card-slider .swiper-slide .video-btn.hidden {
    display: none;
}

.card-inner .card-sliders .card-slider .lightbox-btn {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 10;
    width: 38px;
    height: 30px;
}

.card-inner .card-sliders .card-slider .lightbox-btn:hover::before,
.card-inner .card-sliders .card-slider .lightbox-btn:hover:after {
    width: 100%;
}

.card-inner .card-sliders .card-slider .lightbox-btn::before,
.card-inner .card-sliders .card-slider .lightbox-btn:after {
    width: 10px;
}

.card-inner .card-sliders .card-slider .lightbox-btn svg {
    width: 15px;
    height: 15px;
}

.card-inner .card-sliders .card-slider-thumbs {
    height: 142px;
    overflow: hidden;
}

.card-inner .card-sliders .card-slider-thumbs .swiper-slide {
    position: relative;
    height: 100%;
    overflow: hidden;
    cursor: pointer;
}

.card-inner .card-sliders .card-slider-thumbs .swiper-slide picture {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
}

.card-inner .card-sliders .card-slider-thumbs .swiper-slide picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-inner .card-sliders .card-slider-thumbs .swiper-slide video {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    object-fit: cover;
}

.card-inner .card-sliders .card-slider-thumbs .swiper-slide .video-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 42px;
    height: 42px;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.card-inner .card-sliders .card-slider-thumbs .swiper-slide .video-btn.hidden {
    display: none;
}

.card-inner .info-wrapper {
    margin-top: 100px;
}

.card-inner .info-wrapper .info-block {
    display: flex;
    flex-direction: column;
    gap: 46px;
    margin: 80px 0;
    max-width: 791px;
}

.card-inner .info-wrapper .info-block:first-child {
    margin-top: 0;
}

.card-inner .info-wrapper .info-block .info-block__title {
    color: #1A1A1A;
    font-family: var(--font);
    font-size: 28px;
    font-weight: 500;
    line-height: 105%;
}

.card-inner .info-wrapper .info-block .info-block__txt-upper {
    padding-bottom: 24px;
    color: #000;
    font-family: var(--font);
    font-size: 14px;
    font-weight: 500;
    line-height: 135%;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    border-bottom: 1px solid #000000;
}

.card-inner .info-wrapper .info-block .info-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.card-inner .info-wrapper .info-block .info-list li {
    color: #000;
    font-family: var(--font);
    font-size: 14px;
    font-weight: 500;
    line-height: 135%;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.card-inner .info-wrapper .info-block .tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.card-inner .info-wrapper .info-block .tags .tag:hover,
.card-inner .info-wrapper .info-block .tags .tag:active {
    background: transparent;
}

.card-inner .info-wrapper .info-block .tags .tag:hover span,
.card-inner .info-wrapper .info-block .tags .tag:active span {
    color: #1A1A1A;
}

.card-inner .info-wrapper .card-acc {
    margin-top: 80px;
    border-top: 1px solid #D9D9D9;
}

.card-inner .info-wrapper .acc-block {
    border-bottom: 1px solid #D9D9D9;
}

.card-inner .info-wrapper .acc-block .acc-top {
    padding: 28px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.card-inner .info-wrapper .acc-block .acc-top.active span::before {
    transform: rotateX(180deg);
}

.card-inner .info-wrapper .acc-block .acc-top.active~.acc-bottom {
    margin: 28px 0;
}

.card-inner .info-wrapper .acc-block .acc-top p {
    color: #1A1A1A;
    font-family: var(--font);
    font-size: 28px;
    font-weight: 500;
    line-height: 105%;
}

.card-inner .info-wrapper .acc-block .acc-top span {
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 50%;
    border: 1px solid #000;
}

.card-inner .info-wrapper .acc-block .acc-top span::before {
    content: "";
    width: 11px;
    height: 6px;
    display: block;
    background-image: url("/local/templates/hedd/img/arrow3.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: 0.3s;
}

.card-inner .info-wrapper .acc-block .acc-bottom {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-height: 0;
    padding-right: 56px;
    overflow: hidden;
    transition: 0.3s;
}

.card-inner .info-wrapper .acc-block .acc-bottom .txt-upper {
    color: #000;
    font-family: var(--font);
    font-size: 14px;
    font-weight: 500;
    line-height: 135%;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.card-inner .info-wrapper .acc-block .acc-bottom .row {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.card-inner aside {
    position: relative;
    grid-column: 2/3;
    grid-row: 2/4;
}

.card-inner .aside-wrapper {
    position: sticky;
    top: 185px;
}

.card-inner .aside-wrapper .title-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-right: 32px;
}

.card-inner .aside-wrapper .title-wrapper .card-inner__title {
    max-width: 300px;
    color: #1A1A1A;
    font-family: var(--font);
    font-size: 26px;
    font-weight: 500;
    line-height: 105%;
    text-transform: uppercase;
}

.card-inner .aside-wrapper .title-wrapper .art {
    max-width: 300px;
    color: #1A1A1A;
    font-family: var(--font);
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.7px;
}

.card-inner .aside-wrapper .title-wrapper .fav-icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 32px;
    background-image: url("/local/templates/hedd/img/icon7.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}

.card-inner .aside-wrapper .title-wrapper .fav-icon.active {
    background-image: url("/local/templates/hedd/img/icon8.svg");
}

.card-inner .aside-wrapper .price-wrapper {
    margin-top: 100px;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.card-inner .aside-wrapper .price-wrapper .in-stock-check {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
    color: #1A1A1A;
    font-family: var(--font);
    font-size: 14px;
    font-weight: 500;
    line-height: 125%;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.card-inner .aside-wrapper .price-wrapper .in-stock-check svg {
    width: 9px;
    height: 10px;
    flex-shrink: 0;
}

.card-inner .aside-wrapper .price-wrapper .price {
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #1A1A1A;
    font-family: var(--font);
    font-size: 15px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.card-inner .aside-wrapper .price-wrapper .price.price--sale {
    height: 37px;
    padding: 13px 18px;
    border-radius: 42px;
    background: #E3AF6F;
}

.card-inner .aside-wrapper .price-wrapper .price.price--old {
    text-decoration: line-through;
}

.card-inner .aside-wrapper .btns-wrapper {
    display: flex;
    gap: 10px;
    margin-top: 60px;
}

.card-inner .aside-wrapper .btns-wrapper button {
    min-width: auto;
}

.card-inner .aside-wrapper .info-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 80px;
}

.card-inner .aside-wrapper .info-list li {
    color: #000;
    font-family: var(--font);
    font-size: 14px;
    font-weight: 500;
    line-height: 135%;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.card-inner .aside-wrapper .links-wrapper {
    margin-top: 42px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.card-similar {
    padding-bottom: 60px;
}

.card-similar .similar-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.card-similar .similar-tabs .similar-tab {
    display: flex;
    gap: 24px;
    color: #BEBDBB;
    cursor: pointer;
}

.card-similar .similar-tabs .similar-tab:last-child::after {
    content: none;
}

.card-similar .similar-tabs .similar-tab::after {
    content: "/";
    color: #1A1A1A;
}

.card-similar .similar-tabs .similar-tab.active {
    color: #1A1A1A;
}

.cart-inner {
    padding-bottom: 100px;
}

.cart-inner .container {
    display: grid;
    grid-template-columns: 1fr 467px;
    gap: 0 82px;
}

.cart-inner .breadcrumbs {
    grid-column: 1/3;
}

.cart-inner .title-wrapper {
    grid-column: 1/3;
    display: inline-flex;
    gap: 10px;
}

.cart-inner .title-wrapper .h1 {
    text-align: left;
    color: #1A1A1A;
    font-family: var(--font);
    font-size: 26px;
    font-weight: 500;
    line-height: 105%;
    text-transform: uppercase;
}

.cart-inner .title-wrapper .num {
    margin-top: -7px;
    color: #1A1A1A;
    font-family: var(--font);
    font-size: 14px;
    font-weight: 500;
    line-height: 125%;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.cart-inner .cart-clean-btn {
    grid-column: 1/3;
    margin-top: 64px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.cart-inner .cart-clean-btn::before {
    content: "";
    width: 27px;
    height: 27px;
    flex-shrink: 0;
    display: block;
    background-image: url("/local/templates/hedd/img/icon2.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.cart-inner .cart-clean-btn span {
    color: #1A1A1A;
    font-family: var(--font);
    font-size: 15px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.cart-inner .cart-wrapper {
    margin-top: 32px;
}

.cart-inner .cart-wrapper .cart-list {
    display: flex;
    flex-direction: column;
    border-top: 1px solid #D9D9D9;
}

.cart-inner .cart-wrapper .cart-list li {
    position: relative;
    display: grid;
    grid-template-columns: 322px 1fr 27px;
    grid-template-rows: auto 1fr 27px;
    align-content: start;
    gap: 32px 24px;
    padding: 32px 0;
    border-bottom: 1px solid #D9D9D9;
}

.cart-inner .cart-wrapper .cart-list li a {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.cart-inner .cart-wrapper .cart-list li .img-wrapper {
    position: relative;
    grid-row: 1/4;
    width: 322px;
    /* height: 279px; */
}

.cart-inner .cart-wrapper .cart-list li .img-wrapper picture {
    width: 100%;
    height: 100%;
    display: block;
    background: #EEECE8;
    overflow: hidden;
}

.cart-inner .cart-wrapper .cart-list li .img-wrapper picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cart-inner .cart-wrapper .cart-list li .img-wrapper .fav-icon {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 10;
    width: 32px;
    height: 32px;
    background-image: url("/local/templates/hedd/img/icon7.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}

.cart-inner .cart-wrapper .cart-list li .img-wrapper .fav-icon.active {
    background-image: url("/local/templates/hedd/img/icon8.svg");
}

.cart-inner .cart-wrapper .cart-list li .title-wrapper {
    grid-column: 2/4;
    display: grid;
    grid-template-columns: auto 1fr;
    align-content: start;
    gap: 16px;
}

.cart-inner .cart-wrapper .cart-list li .title-wrapper .name {
    color: #1A1A1A;
    font-family: var(--font);
    font-size: 20px;
    font-weight: 500;
    line-height: 105%;
    text-transform: uppercase;
}

.cart-inner .cart-wrapper .cart-list li .title-wrapper .art {
    color: rgba(0, 0, 0, 0.5);
    font-family: var(--font);
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.7px;
}

.cart-inner .cart-wrapper .cart-list li .title-wrapper .price {
    grid-column: 2/3;
    grid-row: 1/3;
    color: #1A1A1A;
    text-align: right;
    font-family: var(--font);
    font-size: 20px;
    font-weight: 500;
    line-height: 105%;
    text-transform: uppercase;
}

.cart-inner .cart-wrapper .cart-list li .info-wrapper {
    grid-column: 2/4;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.cart-inner .cart-wrapper .cart-list li .info-wrapper p {
    color: #000;
    font-family: var(--font);
    font-size: 14px;
    font-weight: 500;
    line-height: 135%;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.cart-inner .cart-wrapper .cart-list li .quantity-wrapper {
    z-index: 10;
    display: flex;
    align-items: center;
    gap: 32px;
}

.cart-inner .cart-wrapper .cart-list li .quantity-wrapper .quantity {
    display: grid;
    grid-template-columns: 12px auto 12px;
    align-items: center;
    width: 79px;
}

.cart-inner .cart-wrapper .cart-list li .quantity-wrapper .quantity button {
    width: 12px;
    height: 12px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.cart-inner .cart-wrapper .cart-list li .quantity-wrapper .quantity button.btn-minus {
    background-image: url("/local/templates/hedd/img/icon3.svg");
}

.cart-inner .cart-wrapper .cart-list li .quantity-wrapper .quantity button.btn-plus {
    background-image: url("/local/templates/hedd/img/icon4.svg");
}

.cart-inner .cart-wrapper .cart-list li .quantity-wrapper .quantity input {
    width: 100%;
    color: #1A1A1A;
    font-family: var(--font);
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    text-align: center;
    pointer-events: none;
}

.cart-inner .cart-wrapper .cart-list li .quantity-wrapper p {
    color: rgba(0, 0, 0, 0.5);
    font-family: var(--font);
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.7px;
}

.cart-inner .cart-wrapper .cart-list li .del-btn {
    z-index: 10;
    width: 27px;
    height: 27px;
    background-image: url("/local/templates/hedd/img/icon2.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.cart-inner .aside-wrapper {
    margin-top: 32px;
    padding-top: 27px;
    border-top: 1px solid #D9D9D9;
}

.cart-inner .aside-wrapper .total-wrapper {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.cart-inner .aside-wrapper .total-wrapper .total-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #1A1A1A;
    font-family: var(--font);
    font-size: 26px;
    font-weight: 500;
    line-height: 105%;
    text-transform: uppercase;
}

.cart-inner .aside-wrapper .total-wrapper .total-discount {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #1A1A1A;
    font-family: var(--font);
    font-size: 20px;
    font-weight: 500;
    line-height: 105%;
    text-transform: uppercase;
}

.cart-inner .aside-wrapper .request-wrapper {
    margin-top: 100px;
}

.cart-inner .aside-wrapper .request-wrapper .request-open-btn {
    width: 100%;
    max-width: none;
    margin-bottom: 32px;
}

.cart-inner .aside-wrapper .request-wrapper .bottom-txt {
    color: rgba(0, 0, 0, 0.7);
    font-size: 13px;
    line-height: 18px;
}

.cart-inner .aside-wrapper .request-wrapper .request-form {
    display: none;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 12px;
}

.cart-inner .aside-wrapper .request-wrapper .request-form form {
    display: flex;
    flex-direction: column;
    gap: 24px;
}


.cart-inner .aside-wrapper .request-wrapper .request-form.active {
    display: flex;
}

.cart-inner .aside-wrapper .request-wrapper .request-form h2 {
    grid-column: 1/3;
    margin-bottom: 16px;
    color: #1A1A1A;
    font-family: var(--font);
    font-size: 20px;
    font-weight: 500;
    line-height: 105%;
    text-transform: uppercase;
}

.cart-inner .aside-wrapper .request-wrapper .request-form label {
    display: flex;
    flex-direction: column;
    gap: 14px;
    color: rgba(26, 26, 26, 0.7);
    font-family: var(--font);
    font-size: 15px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0.7px;
}

.cart-inner .aside-wrapper .request-wrapper .request-form label.xl {
    grid-column: 1/3;
}

.cart-inner .aside-wrapper .request-wrapper .request-form input {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    display: flex;
    padding: 15px 15px 14px 15px;
    align-items: center;
    align-self: stretch;
    color: #1A1A1A;
    font-family: var(--font);
    font-size: 15px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0.7px;
    border: 1px solid #D9D9D9;
    transition: 0.3s;
}

.cart-inner .aside-wrapper .request-wrapper .request-form input:focus,
.cart-inner .aside-wrapper .request-wrapper .request-form input:hover {
    border: 1px solid #C9C9C9;
}

.cart-inner .aside-wrapper .request-wrapper .request-form textarea {
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    display: flex;
    padding: 15px 15px 14px 15px;
    align-items: center;
    align-self: stretch;
    color: #1A1A1A;
    font-family: var(--font);
    font-size: 15px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0.7px;
    border: 1px solid #D9D9D9;
    resize: none;
}

.cart-inner .aside-wrapper .request-wrapper .request-form textarea:focus,
.cart-inner .aside-wrapper .request-wrapper .request-form textarea:hover {
    border: 1px solid #C9C9C9;
}

.cart-inner .aside-wrapper .request-wrapper .request-form label.checkbox {
    position: relative;
    padding-left: 34px;
    display: block;
    color: rgba(0, 0, 0, 0.7);
    font-family: var(--font1);
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    display: block;
    cursor: pointer;
}

.cart-inner .aside-wrapper .request-wrapper .request-form label.checkbox a {
    color: rgba(0, 0, 0, 0.7);
    text-decoration: none;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: 8%;
    text-underline-offset: 22%;
    text-underline-position: from-font;
    text-decoration-color: transparent;
    transition: 0.3s;
}

.cart-inner .aside-wrapper .request-wrapper .request-form label.checkbox a:hover {
    text-decoration: underline;
}

.cart-inner .aside-wrapper .request-wrapper .request-form label.checkbox a:active {
    text-decoration: underline;
}

.cart-inner .aside-wrapper .request-wrapper .request-form label.checkbox input {
    position: absolute;
    top: 0;
    width: 1px;
    opacity: 0;
}

.cart-inner .aside-wrapper .request-wrapper .request-form label.checkbox input:checked~span {
    background: #1A1A1A;
}

.cart-inner .aside-wrapper .request-wrapper .request-form label.checkbox input:checked~span::before {
    content: "";
    width: 7px;
    height: 7px;
    display: block;
    border-radius: 7px;
    background: #FFF;
}

.cart-inner .aside-wrapper .request-wrapper .request-form label.checkbox span {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #1A1A1A;
}

.cart-inner .aside-wrapper .request-wrapper .request-form .form-btn {
    width: 100%;
    max-width: none;
    margin-top: 40px;
}

.cart-inner .aside-wrapper .request-wrapper .request-form p {
    margin-top: 8px;
    color: rgba(0, 0, 0, 0.7);
    font-size: 13px;
    line-height: 18px;
}

.cart-inner .aside-wrapper .cart-acc {
    margin-top: 52px;
    border-top: 1px solid #D9D9D9;
}

.cart-inner .aside-wrapper .acc-block {
    border-bottom: 1px solid #D9D9D9;
}

.cart-inner .aside-wrapper .acc-block .acc-top {
    padding: 24px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.cart-inner .aside-wrapper .acc-block .acc-top.active span::before {
    transform: rotateX(180deg);
}

.cart-inner .aside-wrapper .acc-block .acc-top.active~.acc-bottom {
    margin: 24px 0;
}

.cart-inner .aside-wrapper .acc-block .acc-top p {
    color: #1A1A1A;
    font-family: var(--font);
    font-size: 20px;
    font-weight: 500;
    line-height: 105%;
}

.cart-inner .aside-wrapper .acc-block .acc-top span {
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 50%;
    border: 1px solid #000;
}

.cart-inner .aside-wrapper .acc-block .acc-top span::before {
    content: "";
    width: 11px;
    height: 6px;
    display: block;
    background-image: url("/local/templates/hedd/img/arrow3.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: 0.3s;
}

.cart-inner .aside-wrapper .acc-block .acc-bottom {
    max-height: 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-right: 56px;
    overflow: hidden;
    transition: 0.3s;
}

.cart-inner .aside-wrapper .acc-block .acc-bottom .txt-upper {
    color: #000;
    font-family: var(--font);
    font-size: 14px;
    font-weight: 500;
    line-height: 135%;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.cart-inner .aside-wrapper .acc-block .acc-bottom .row {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.cart-inner .aside-wrapper .contacts-wrapper {
    margin-top: 52px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.cart-inner .aside-wrapper .contacts-wrapper p {
    color: rgba(0, 0, 0, 0.5);
    font-family: var();
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0.7px;
}

.cart-inner .aside-wrapper .contacts-wrapper .tel-link {
    color: #000;
    font-family: var(--font);
    font-size: 20px;
    font-weight: 500;
    line-height: 125%;
    letter-spacing: 0.14px;
    text-transform: uppercase;
}

.cart-inner .aside-wrapper .contacts-wrapper .socials-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.filter-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 200;
    width: 550px;
    height: 100dvh;
    display: none;
    flex-direction: column;
    background: #F4F3F1;
}

.filter-wrapper.active {
    display: flex;
    overflow: auto;
}

.filter-wrapper .title-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px;
    height: 100px;
    border-bottom: 1px solid #D9D9D9;
}

.filter-wrapper .title-wrapper h3 {
    color: #161616;
    font-family: var(--font);
    font-size: 32px;
    font-weight: 500;
    line-height: 120%;
}

.filter-wrapper .title-wrapper .close-btn {
    width: 26px;
    height: 26px;
    flex-shrink: 0;
}

.filter-wrapper .title-wrapper .close-btn svg {
    width: 100%;
    height: 100%;
}

.filter-wrapper .inner-wrapper {
    padding: 30px;
    height: calc(100dvh - 100px - 116px);
    overflow-y: scroll;
}

.filter-wrapper .inner-wrapper .in-stock-check {
    padding: 26px 0;
}

.filter-wrapper .inner-wrapper .in-stock-check label {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 35px;
    color: #1A1A1A;
    font-family: var(--font);
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    cursor: pointer;
}

.filter-wrapper .inner-wrapper .in-stock-check label input {
    position: absolute;
    top: 0;
    width: 1px;
    opacity: 0;
}

.filter-wrapper .inner-wrapper .in-stock-check label input:checked~span {
    background-color: #1A1A1A;
}

.filter-wrapper .inner-wrapper .in-stock-check label input:checked~span::before {
    content: "";
    width: 7px;
    height: 7px;
    display: block;
    border-radius: 50%;
    background-color: #ffffff;
}

.filter-wrapper .inner-wrapper .in-stock-check label span {
    position: absolute;
    top: 50%;
    left: 0;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    border: 1px solid #1A1A1A;
    transform: translateY(-50%);
}

.filter-wrapper .inner-wrapper .filter-item {
    border-top: 1px solid #D9D9D9;
}

.filter-wrapper .inner-wrapper .filter-item .filter-item__top {
    padding: 26px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    cursor: pointer;
}

.filter-wrapper .inner-wrapper .filter-item .filter-item__top.active+.filter-item__bottom {
    margin-bottom: 26px;
}

.filter-wrapper .inner-wrapper .filter-item .filter-item__top.active span::before {
    transform: rotateX(180deg);
}

.filter-wrapper .inner-wrapper .filter-item .filter-item__top p {
    color: #1A1A1A;
    font-family: var(--font);
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.filter-wrapper .inner-wrapper .filter-item .filter-item__top span {
    width: 26px;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 50%;
    border: 1px solid #000;
}

.filter-wrapper .inner-wrapper .filter-item .filter-item__top span::before {
    content: "";
    width: 11px;
    height: 6px;
    display: block;
    background-image: url("/local/templates/hedd/img/arrow3.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: 0.3s;
}

.filter-wrapper .inner-wrapper .filter-item .filter-item__bottom {
    max-height: 0;
    transition: 0.3s;
    overflow: hidden;
}

.filter-wrapper .inner-wrapper .filter-item .filter-item__bottom ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.filter-wrapper .inner-wrapper .filter-item .filter-item__bottom ul label {
    position: relative;
    display: block;
    padding-left: 30px;
    color: #000;
    font-family: var(--font);
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    cursor: pointer;
}

.filter-wrapper .inner-wrapper .filter-item .filter-item__bottom ul label input {
    position: absolute;
    top: 0;
    width: 1px;
    opacity: 0;
}

.filter-wrapper .inner-wrapper .filter-item .filter-item__bottom ul label input:checked~span {
    background: #1A1A1A;
}

.filter-wrapper .inner-wrapper .filter-item .filter-item__bottom ul label input:checked~span::before {
    content: "";
    width: 7px;
    height: 7px;
    display: block;
    border-radius: 50%;
    background-color: #ffffff;
}

.filter-wrapper .inner-wrapper .filter-item .filter-item__bottom ul label span {
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #000;
    transform: translateY(-50%);
}

.filter-wrapper .inner-wrapper .filter-item .slider-wrapper {
    position: relative;
    height: 74px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.filter-wrapper .inner-wrapper .filter-item .slider-wrapper .cost-inner {
    display: flex;
    align-items: center;
    gap: 10px;
}

.filter-wrapper .inner-wrapper .filter-item .slider-wrapper .cost-num {
    display: flex;
    width: 160px;
    height: 26px;
    padding: 0 8px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #000;
    text-align: center;
    font-family: var(--font);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    border: 1px solid #D9D9D9;
}

.filter-wrapper .inner-wrapper .filter-item .slider-wrapper #cost-slider {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
}

.filter-wrapper .inner-wrapper .filter-item .slider-wrapper #cost-slider.noUi-target {
    height: 1px;
    background-color: #000000;
    border: none;
    box-shadow: none;
}

.filter-wrapper .inner-wrapper .filter-item .slider-wrapper #cost-slider .noUi-connects {
    border-radius: 0;
}

.filter-wrapper .inner-wrapper .filter-item .slider-wrapper #cost-slider .noUi-connects .noUi-connect {
    background-color: #000000;
}

.filter-wrapper .inner-wrapper .filter-item .slider-wrapper #cost-slider .noUi-handle {
    top: -6px;
    right: -12px;
    width: 12px;
    height: 12px;
    border: 2px solid #000000;
    background: #000000;
    border-radius: 50%;
    box-shadow: none;
    cursor: pointer;
}

.filter-wrapper .inner-wrapper .filter-item .slider-wrapper #cost-slider .noUi-handle.noUi-handle-upper {
    right: 0;
}

.filter-wrapper .inner-wrapper .filter-item .slider-wrapper #cost-slider .noUi-handle::before,
.filter-wrapper .inner-wrapper .filter-item .slider-wrapper #cost-slider .noUi-handle::after {
    content: none;
}

.filter-wrapper .btns-wrapper {
    padding: 30px;
    margin-top: auto;
    width: 100%;
    /* height: 116px; */
    border-top: 1px solid #D9D9D9;
}

.filter-wrapper .btns-wrapper .clear-btn,
.filter-wrapper .btns-wrapper .apply-btn {
    width: 100%;
    max-width: none;
}

.fav-inner {
    padding-bottom: 140px;
    background: #F4F3F1;
    overflow: hidden;
}

.fav-inner .h1 {
    margin-top: 90px;
}

.fav-inner .filter {
    margin-top: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
}

.fav-inner .filter .tabs {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.fav-inner .filter .tabs .tab {
    cursor: pointer;
}

.fav-inner .filter .sorting {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 24px;
}

.fav-inner .filter .sorting::after {
    content: "|";
    color: rgba(0, 0, 0, 0.5);
    font-family: var(--font);
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.7px;
}

.fav-inner .filter .sorting .choices.is-open::after {
    transform: translateY(-50%) rotateX(180deg);
}

.fav-inner .filter .sorting .choices.is-open .choices__list--dropdown .choices__item {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.fav-inner .filter .sorting .choices.is-open .choices__list--dropdown .choices__item.is-selected::after {
    content: "";
    width: 8px;
    height: 6px;
    display: inline-block;
    background-image: url("/local/templates/hedd/img/icon5.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.fav-inner .filter .sorting .choices.is-open .choices__list--dropdown .choices__item::after {
    content: "" !important;
    width: 8px;
    height: 6px;
    display: inline-block;
    background-image: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.fav-inner .filter .sorting .choices::after {
    top: 50%;
    right: 0;
    margin: 0;
    width: 9px;
    height: 6px;
    border: none;
    background-image: url("/local/templates/hedd/img/arrow3.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateY(-50%);
    transition: 0.3s;
}

.fav-inner .filter .sorting .choices .choices__inner {
    padding: 0;
    padding-right: 16px;
    display: flex;
    align-items: center;
    width: auto;
    min-height: auto;
    height: 42px;
    color: #1A1A1A;
    font-family: var(--font);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    background-color: transparent;
    border: none;
    white-space: nowrap;
}

.fav-inner .filter .sorting .choices .choices__list.choices__list--single {
    padding: 0;
    display: block;
}

.fav-inner .filter .sorting .choices .choices__list.choices__list--dropdown {
    right: 0;
    z-index: 100;
    padding: 20px;
    width: 265px;
    margin: 0;
    background: #F4F3F1;
    border: none;
    border-radius: 0;
    box-shadow: 0 4px 40px rgba(87, 83, 67, 0.1);
}

.fav-inner .filter .sorting .choices .choices__list.choices__list--dropdown .choices__list {
    width: 265px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-height: none;
}

.fav-inner .filter .sorting .choices .choices__list.choices__list--dropdown .choices__list .choices__item {
    padding: 0;
    color: #161616;
    font-family: var(--font);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 12px;
    white-space: nowrap;
}

.fav-inner .filter .sorting .choices .choices__list.choices__list--dropdown .choices__list .choices__item.is-selected {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.fav-inner .filter .sorting .choices .choices__list.choices__list--dropdown .choices__list .choices__item.is-selected::after {
    content: "";
    width: 8px;
    height: 6px;
    display: inline-block;
    background-image: url("/local/templates/hedd/img/icon5.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.fav-inner .filter .clean-btn {
    display: flex;
    align-items: center;
    justify-self: end;
    gap: 12px;
}

.fav-inner .filter .clean-btn::before {
    content: "";
    width: 27px;
    height: 27px;
    display: block;
    background-image: url("/local/templates/hedd/img/icon2.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.fav-inner .filter .clean-btn span {
    color: #1A1A1A;
    font-family: var(--font);
    font-size: 15px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.blog-inner {
    padding-bottom: 80px;
    background: #F4F3F1;
}

.blog-inner .h1 {
    margin-top: 90px;
}

.blog-inner .blog-list {
    margin-top: 100px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 46px 24px;
}

.blog-inner .blog-list li {
    position: relative;
}

.blog-inner .blog-list li:hover picture img {
    height: calc(100% + 10px);
}

.blog-inner .blog-list li:hover .txt {
    text-decoration-color: black;
}

.blog-inner .blog-list li a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.blog-inner .blog-list li picture {
    width: 100%;
    height: 340px;
    display: block;
}

.blog-inner .blog-list li picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
}

.blog-inner .blog-list li .title {
    margin-top: 24px;
    color: rgba(0, 0, 0, 0.5);
    font-family: var(--font);
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.7px;
}

.blog-inner .blog-list li .txt {
    margin-top: 16px;
    color: #1A1A1A;
    font-family: var(--font);
    font-size: 20px;
    font-weight: 500;
    line-height: 115%;
    text-transform: uppercase;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;

    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: 7%;
    text-underline-offset: 12%;
    text-underline-position: from-font;
    text-decoration-color: transparent;

    transition: 0.3s;
}

.list-pagination {
    margin: 90px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 46px;
}

.list-pagination .list-pagination__arrow.arrow-left span {
    transform: rotate(180deg);
}

.list-pagination .list-pagination__arrow span {
    width: 17px;
    height: 17px;
    display: block;
    background-image: url("/local/templates/hedd/img/arrow.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.list-pagination ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.list-pagination ul li.active a,
.list-pagination ul li:hover a,
.list-pagination ul li:active a,
.list-pagination ul li.active span,
.list-pagination ul li:hover span,
.list-pagination ul li:active span {
    text-decoration-color: #1A1A1A;
}

.list-pagination ul a,
.list-pagination ul span {
    color: #1A1A1A;
    font-family: var(--font);
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    text-decoration: none;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: 7%;
    text-underline-offset: 42%;
    text-underline-position: from-font;
    text-transform: uppercase;
    text-decoration-color: transparent;
    transition: 0.3s;
}

.blog-post-inner {
    padding: 100px 0 120px;
    background: #F4F3F1;
}

.blog-post-inner--top {
    padding-bottom: 0;
}

.blog-post-inner--bottom {
    padding-top: 0;
}

.blog-post-inner .container {
    display: grid;
    grid-template-columns: 223px 1fr;
    gap: 215px;
}

.blog-post-inner .aside-menu {
    padding-top: 100px;
    height: 100%;
}

.blog-post-inner .aside-menu .menu-list {
    position: sticky;
    top: 185px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.blog-post-inner .aside-menu .menu-list a {
    color: rgba(0, 0, 0, 0.7);
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    transition: 0.3s;
}

.blog-post-inner .aside-menu .menu-list a:hover {
    color: rgb(0, 0, 0);
}

.blog-post-inner .main-wrapper {
    position: relative;
    padding-top: 100px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 742px;
}

.blog-post-inner--bottom .main-wrapper {
    padding-top: 0;

}


.blog-post-inner .main-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 343px;
    height: 1px;
    background-color: #D9D9D9;
}

.blog-post-inner--bottom .main-wrapper::before {
    content: none;
}

.blog-post-inner .main-wrapper .block {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.blog-post-inner .main-wrapper .block .anchor-span {
    position: absolute;
    top: -170px;
    left: 0;
    width: 1px;
    height: 1px;
    display: block;
}

.blog-post-inner .main-wrapper .img-wrapper {
    display: flex;
    gap: 10px;
}

.blog-post-inner .main-wrapper .img-wrapper+p {
    margin-top: -24px;
    color: #161616;
    font-family: var(--font);
    font-size: 12px;
    line-height: 16px;
}

.blog-post-inner .main-wrapper .img-wrapper.--grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.blog-post-inner .main-wrapper .img-wrapper.--grid picture {
    height: 306px;
}

.blog-post-inner .main-wrapper .img-wrapper.--grid picture:first-of-type {
    grid-column: 1/3;
    height: 425px;
}

.blog-post-inner .main-wrapper .img-wrapper.--flex-425 picture {
    height: 425px;
}

.blog-post-inner .main-wrapper .img-wrapper.--flex-350 picture {
    height: 350px;
}

.blog-post-inner .main-wrapper .img-wrapper picture {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
}

.blog-post-inner .main-wrapper .img-wrapper picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-post-inner .main-wrapper h3 {
    margin-top: 20px;
    color: #1A1A1A;
    font-family: var(--font);
    font-size: 28px;
    font-weight: 500;
    line-height: 120%;
}

.blog-post-inner .main-wrapper h3:first-child {
    margin-top: 0;
}

.blog-post-inner .main-wrapper blockquote {
    margin: 0;
    padding-left: 24px;
    max-width: 645px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    border-left: 1px solid #000;
}

.blog-post-inner .main-wrapper blockquote::after {
    content: "";
    width: 22px;
    height: 20px;
    display: block;
    background-image: url("/local/templates/hedd/img/icon.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.blog-post-inner .main-wrapper blockquote .author {
    display: flex;
    align-items: center;
    gap: 12px;
}

.blog-post-inner .main-wrapper blockquote .author .img-wrapper {
    width: 48px;
    height: 48px;
    background-color: #E9E7E4;
    border-radius: 50%;
    overflow: hidden;
}

.blog-post-inner .main-wrapper blockquote .author .img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-post-inner .main-wrapper blockquote .author p {
    color: #000;
    font-size: 20px;
}

.blog-post-inner .main-wrapper ol {
    margin: 0;
    margin-top: -20px;
    padding: 0;
    padding-left: 26px;
    list-style: disc;
}

.blog-post-inner .main-wrapper ol li {
    font-size: 15px;
    line-height: 22px;
}

.blog-post-inner .main-wrapper p b {
    font-weight: 600;
}

.blog-post-inner .main-wrapper .slider-wrapper {
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
}

.blog-post-inner .main-wrapper .slider-wrapper .title-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 52px;
    padding-right: 100px;
}

.blog-post-inner .main-wrapper .slider-wrapper .title-wrapper .h2 {
    margin-right: auto;
}

.blog-post-inner .main-wrapper .slider-wrapper .post-slider {
    margin-top: 42px;
    overflow: hidden;
}

.blog-post-inner .main-wrapper .slider-wrapper .post-slider .swiper-wrapper {
    /*margin: 0;*/
    /*display: flex;*/
    /*gap: 0;*/
}

.blog-post-inner .main-wrapper .slider-wrapper .post-slider .swiper-slide {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 12px;
    height: auto;
}

.blog-post-inner .main-wrapper .slider-wrapper .post-slider .swiper-slide:hover .txt-wrapper .price-wrapper .price {
    display: none;
}

.blog-post-inner .main-wrapper .slider-wrapper .post-slider .swiper-slide:hover .txt-wrapper .price-wrapper .to-cart-link {
    display: flex;
}

.blog-post-inner .main-wrapper .slider-wrapper .post-slider .swiper-slide .item-link {
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    z-index: 10;
    width: 100%;
    height: 100%;
}

.blog-post-inner .main-wrapper .slider-wrapper .post-slider .swiper-slide .img-wrapper {
    position: relative;
    width: 100%;
    height: 180px;
    background: #EEECE8;
    overflow: hidden;
}

.blog-post-inner .main-wrapper .slider-wrapper .post-slider .swiper-slide .img-wrapper .fav-icon {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 20;
    width: 32px;
    height: 32px;
    background-image: url("/local/templates/hedd/img/icon7.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}

.blog-post-inner .main-wrapper .slider-wrapper .post-slider .swiper-slide .img-wrapper .fav-icon.active {
    background-image: url("/local/templates/hedd/img/icon8.svg");
}

.blog-post-inner .main-wrapper .slider-wrapper .post-slider .swiper-slide .img-wrapper picture {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.blog-post-inner .main-wrapper .slider-wrapper .post-slider .swiper-slide .img-wrapper picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.blog-post-inner .main-wrapper .slider-wrapper .post-slider .swiper-slide .txt-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: auto;
    flex: 1;
}

.blog-post-inner .main-wrapper .slider-wrapper .post-slider .swiper-slide .txt-wrapper .txt {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #1A1A1A;
    font-family: var(--font);
    font-size: 12px;
    font-weight: 500;
    line-height: 125%;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.blog-post-inner .main-wrapper .slider-wrapper .post-slider .swiper-slide .txt-wrapper .txt::before {
    content: "";
    width: 9px;
    height: 10px;
    display: block;
    background-image: url("/local/templates/hedd/img/icon1.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.blog-post-inner .main-wrapper .slider-wrapper .post-slider .swiper-slide .txt-wrapper .name {
    margin-top: 16px;
    margin-bottom: 16px;
    color: #1A1A1A;
    font-family: var(--font);
    font-size: 16px;
    font-weight: 500;
    line-height: 115%;
    text-transform: uppercase;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.blog-post-inner .main-wrapper .slider-wrapper .post-slider .swiper-slide .txt-wrapper .price-wrapper {
    z-index: 20;
    margin-top: auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    height: 31px;
}

.blog-post-inner .main-wrapper .slider-wrapper .post-slider .swiper-slide .txt-wrapper .price-wrapper .price {
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #1A1A1A;
    font-family: var(--font);
    font-size: 12px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.blog-post-inner .main-wrapper .slider-wrapper .post-slider .swiper-slide .txt-wrapper .price-wrapper .price.price--sale {
    min-width: 83px;
    height: 21px;
    padding: 6px 12px;
    border-radius: 42px;
    background: #E3AF6F;
}

.blog-post-inner .main-wrapper .slider-wrapper .post-slider .swiper-slide .txt-wrapper .price-wrapper .price.price--old {
    text-decoration: line-through;
}

.blog-post-inner .main-wrapper .slider-wrapper .post-slider .swiper-slide .txt-wrapper .price-wrapper .to-cart-link {
    display: flex;
    gap: 10px;
    display: none;
    color: #1A1A1A;
}

.blog-post-inner .main-wrapper .slider-wrapper .post-slider .swiper-slide .txt-wrapper .price-wrapper .to-cart-link svg {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
}

.blog-post-inner .main-wrapper .slider-wrapper .post-slider .swiper-slide .txt-wrapper .price-wrapper .to-cart-link span {
    font-family: var(--font);
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.blog-post-inner .main-wrapper .slider-wrapper .post-slider .swiper-slide .txt-wrapper .cart-wrapper {
    display: none;
}

.blog-post-inner .main-wrapper .slider-wrapper .post-slider .swiper-slide .txt-wrapper .cart-wrapper .to-cart-link {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #1A1A1A;
}

.blog-post-inner .main-wrapper .slider-wrapper .post-slider .swiper-slide .txt-wrapper .cart-wrapper .to-cart-link svg {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
}

.blog-post-inner .main-wrapper .slider-wrapper .post-slider .swiper-slide .txt-wrapper .cart-wrapper .to-cart-link span {
    font-family: var(--font);
    font-size: 15px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.blog-post-inner .main-wrapper .slider-wrapper .btns-wrapper {
    position: absolute;
    top: 8px;
    right: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.blog-post-inner .main-wrapper .slider-wrapper .btns-wrapper button.post-slider-button-prev span {
    transform: rotate(180deg);
}

.blog-post-inner .main-wrapper .slider-wrapper .btns-wrapper button.swiper-button-lock {
    opacity: 0;
}

.blog-post-inner .main-wrapper .slider-wrapper .btns-wrapper button span {
    width: 17px;
    height: 17px;
    display: block;
    background-image: url("/local/templates/hedd/img/arrow.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.blog-post-inner .main-wrapper .slider-wrapper .btns-wrapper .post-slider-pagination {
    display: none;
    align-items: center;
    justify-content: center;
    color: #000;
    font-family: var(--font);
    font-size: 12px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.blog-post-inner .main-wrapper .slider-wrapper .btns-wrapper .post-slider-pagination.swiper-pagination-lock {
    opacity: 0;
}

.blog-post-inner .main-wrapper .feedback-wrapper {
    position: relative;
    margin-top: 60px;
    padding-top: 100px;
    padding-bottom: 100px;
}

.blog-post-inner .main-wrapper .feedback-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 343px;
    height: 1px;
    background-color: #D9D9D9;
}

.blog-post-inner .main-wrapper .feedback-wrapper::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 343px;
    height: 1px;
    background-color: #D9D9D9;
}

.blog-post-inner .main-wrapper .feedback-wrapper h3 {
    color: #161616;
    font-family: var(--font);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.blog-post-inner .main-wrapper .feedback-wrapper p {
    margin-top: 30px;
    font-size: 15px;
    line-height: 22px;
}

.blog-post-inner .main-wrapper .feedback-wrapper form {
    display: flex;
    align-items: flex-end;
    gap: 24px;
    margin-top: 60px;
}

.blog-post-inner .main-wrapper .feedback-wrapper form label {
    display: flex;
    flex-direction: column;
    gap: 14px;
    width: 318px;
    color: rgba(26, 26, 26, 0.7);
    font-family: var(--font);
    font-size: 15px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0.7px;
}

.blog-post-inner .main-wrapper .feedback-wrapper form label input {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    display: flex;
    padding: 15px 15px 14px 15px;
    align-items: center;
    align-self: stretch;
    color: #1A1A1A;
    font-family: var(--font);
    font-size: 15px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0.7px;
    border: 1px solid #D9D9D9;
    transition: 0.3s;
}

.blog-post-inner .main-wrapper .feedback-wrapper form label input:focus,
.blog-post-inner .main-wrapper .feedback-wrapper form label input:hover {
    border: 1px solid #C9C9C9;
}

.blog-post-inner .main-wrapper .feedback-wrapper form .btn-main {
    height: 40px;
    max-width: 186px;
}

.blog-post-inner .main-projects-slider {
    position: relative;
    height: auto;
    overflow: hidden;
}

.blog-post-inner .main-projects-slider .swiper-wrapper {
    height: auto;
}

.blog-post-inner .main-projects-slider .swiper-slide {
    height: auto;
    overflow: hidden;
}

.blog-post-inner .main-projects-slider .swiper-slide .img-wrapper {
    position: relative;
    height: 496px;
    overflow: hidden;
}

.blog-post-inner .main-projects-slider .swiper-slide picture {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.blog-post-inner .main-projects-slider .swiper-slide picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-post-inner .main-projects-slider .projects-point {
    position: absolute;
    width: 62px;
    height: 62px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.blog-post-inner .main-projects-slider .projects-point:hover .projects-point-wrapper {
    opacity: 1;
    visibility: visible;
}

.blog-post-inner .main-projects-slider .projects-point span {
    width: 42px;
    height: 42px;
    display: block;
    background-image: url("/local/templates/hedd/img/icon19.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}

.blog-post-inner .main-projects-slider .projects-point .projects-point-wrapper {
    position: absolute;
    bottom: 62px;
    left: 50%;
    width: 358px;
    padding: 14px;
    display: flex;
    gap: 12px;
    background: #F4F3F1;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.blog-post-inner .main-projects-slider .projects-point .projects-point-wrapper a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.blog-post-inner .main-projects-slider .projects-point .projects-point-wrapper picture {
    width: 73px;
    height: auto;
    aspect-ratio: 73/63;
    overflow: hidden;
}

.blog-post-inner .main-projects-slider .projects-point .projects-point-wrapper picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-post-inner .main-projects-slider .projects-point .projects-point-wrapper .txt-wrapper {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
    background-color: transparent;
}

.blog-post-inner .main-projects-slider .projects-point .projects-point-wrapper .txt-wrapper .check {
    color: #1A1A1A;
    font-family: var(--font);
    font-size: 12px;
    font-weight: 500;
    line-height: 125%;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.blog-post-inner .main-projects-slider .projects-point .projects-point-wrapper .txt-wrapper .name {
    padding: 0;
    margin: 0;
    color: #1A1A1A;
    font-family: var(--font);
    font-size: 16px;
    font-weight: 500;
    line-height: 115%;
    text-transform: uppercase;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.blog-post-inner .main-projects-slider .projects-point .projects-point-wrapper .txt-wrapper .price {
    margin-top: auto;
    color: #1A1A1A;
    font-family: var(--font);
    font-size: 12px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.blog-post-inner .main-projects-slider .btns-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 24px;
}

.blog-post-inner .main-projects-slider .btns-wrapper button.main-projects-slider-button-prev span {
    transform: rotate(180deg);
}

.blog-post-inner .main-projects-slider .btns-wrapper button.swiper-button-lock {
    opacity: 0;
}

.blog-post-inner .main-projects-slider .btns-wrapper button span {
    width: 17px;
    height: 17px;
    display: block;
    background-image: url("/local/templates/hedd/img/arrow.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.blog-post-inner .main-projects-slider .btns-wrapper .main-projects-slider-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-family: var(--font);
    font-size: 12px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.blog-post-inner .main-projects-slider .btns-wrapper .main-projects-slider-pagination.swiper-pagination-lock {
    opacity: 0;
}

.blog-post-slider {
    padding-bottom: 60px;
}

.services-inner {
    padding-bottom: 80px;
    background: #F4F3F1;
}

.services-inner .h1 {
    margin-top: 90px;
}

.services-inner .services-list {
    display: grid;
    gap: 58px 24px;
    margin-top: 100px;
}

.services-inner .services-list.--3 {
    grid-template-columns: 1fr 1fr;
}

.services-inner .services-list.--3 li:first-of-type {
    grid-column: 1/3;
}

.services-inner .services-list.--3more {
    grid-template-columns: 1fr 1fr 1fr;
}

.services-inner .services-list.--3more li:first-of-type {
    grid-column: 1/4;
}

.services-inner .services-list.--3more li picture {
    height: 280px;
}

.services-inner .services-list li {
    position: relative;
}

.services-inner .services-list li:hover picture img {
    height: calc(100% + 10px);
}

.services-inner .services-list li:hover .txt-wrapper .txt {
    text-decoration-color: black;
}

.services-inner .services-list li:first-of-type {
    width: 100%;
    grid-column: 1/3;
}

.services-inner .services-list li:first-of-type picture {
    height: 572px;
}

.services-inner .services-list li:first-of-type .txt-wrapper {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.services-inner .services-list li a {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
}

.services-inner .services-list li picture {
    display: block;
    width: 100%;
    height: 340px;
}

.services-inner .services-list li picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
}

.services-inner .services-list li .txt-wrapper {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.services-inner .services-list li .txt-wrapper .title {
    color: #1A1A1A;
    font-family: var(--font);
    font-size: 20px;
    font-weight: 500;
    line-height: 105%;
    text-transform: uppercase;
}

.services-inner .services-list li .txt-wrapper .txt {
    color: #000;
    line-height: 20px;

    text-decoration: underline;

    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: 7%;
    text-underline-offset: 12%;
    text-underline-position: from-font;
    text-decoration-color: transparent;

    transition: 0.3s;
}

.service-page-about {
    padding: 80px 0;
    background: #F4F3F1;
}

.service-page-about .container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 70px;
}

.service-page-process {
    padding-top: 80px;
    padding-bottom: 80px;
    overflow: hidden;
}

.service-page-process .process-list {
    margin-top: 80px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.service-page-process .process-list .process-list__item {
    position: relative;
    padding-right: 72px;
}

.service-page-process .process-list .process-list__item:last-of-type {
    padding-right: 0;
}

.service-page-process .process-list .process-list__item:last-of-type::after {
    content: none;
}

.service-page-process .process-list .process-list__item::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 62px;
    height: 62px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #EEECE8;
    background-image: url("/local/templates/hedd/img/arrow2.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 15px 10px;
}

.service-page-process .process-list .process-list__item .title {
    display: flex;
    align-items: center;
    display: flex;
    width: 100%;
    padding: 24px;
    height: 62px;
    color: #1A1A1A;
    font-family: var(--font);
    font-size: 20px;
    font-weight: 500;
    line-height: 105%;
    background: #EEECE8;
}

.service-page-process .process-list .process-list__item .inner-list {
    margin-top: 40px;
    padding-left: 28px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    list-style: disc;
}

.designers-about {
    padding: 80px 0;
    background: #F4F3F1;
}

.designers-about .container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 70px;
}

.designers-about .txt-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
}

.designers-about .txt-wrapper h3 {
    margin-top: 20px;
    color: #1A1A1A;
    font-family: var(--font);
    font-size: 20px;
    font-weight: 500;
    line-height: 105%;
}

.designers-about .txt-wrapper h3:first-child {
    margin-top: 0;
}

.about-about {
    padding: 80px 0;
    background: #F4F3F1;
}

.about-about .container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 70px;
}

.about-about .h2 {
    position: sticky;
    top: 185px;
}

.about-about .num-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.about-about .about-num {
    position: sticky;
    top: 185px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-left: 16px;
    align-self: start;
    border-left: 1px solid #000000;
}

.about-about .about-num .num {
    color: #1A1A1A;
    font-family: var(--font);
    font-size: 62px;
    font-weight: 500;
    line-height: 120%;
}

.about-about .about-num .txt {
    color: #1A1A1A;
    font-family: var(--font);
    font-size: 20px;
    font-weight: 500;
    line-height: 105%;
}

.about-about .txt-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    grid-row: 1/3;
    grid-column: 2/3;
}

.about-about .txt-wrapper h3 {
    margin-top: 20px;
    color: #1A1A1A;
    font-family: var(--font);
    font-size: 20px;
    font-weight: 500;
    line-height: 105%;
}

.about-about .txt-wrapper h3:first-child {
    margin-top: 0;
}

.about-services {
    position: relative;
    padding: 60px 0 50px;
    background: #F4F3F1;
}

.about-services .container {
    position: relative;
}

.about-services .title-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 52px;
    padding-right: 100px;
}

.about-services .title-wrapper .h2 {
    margin-right: auto;
}

.about-services .about-services-slider {
    margin-top: 46px;
    overflow: hidden;
}

.about-services .about-services-slider .swiper-slide {
    position: relative;
    overflow: hidden;
}

.about-services .about-services-slider .swiper-slide:hover picture img {
    height: calc(100% + 10px);
}

.about-services .about-services-slider .swiper-slide:hover .txt {
    text-decoration-color: black;
}

.about-services .about-services-slider .swiper-slide a {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
}

.about-services .about-services-slider .swiper-slide picture {
    width: 100%;
    height: 280px;
    display: block;
    /* overflow: hidden; */
}

.about-services .about-services-slider .swiper-slide picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
}

.about-services .about-services-slider .swiper-slide .title {
    margin-top: 24px;
    color: #1A1A1A;
    font-family: var(--font);
    font-size: 20px;
    font-weight: 500;
    line-height: 105%;
    text-transform: uppercase;
}

.about-services .about-services-slider .swiper-slide .txt {
    margin-top: 16px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: 7%;
    text-underline-offset: 12%;
    text-underline-position: from-font;
    text-decoration-color: transparent;
    transition: 0.3s;
}

.about-services .btns-wrapper {
    position: absolute;
    top: 8px;
    right: 80px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.about-services .btns-wrapper button.about-services-slider-button-prev span {
    transform: rotate(180deg);
}

.about-services .btns-wrapper button span {
    width: 17px;
    height: 17px;
    display: block;
    background-image: url("/local/templates/hedd/img/arrow.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.about-services .btns-wrapper .about-services-slider-pagination {
    display: none;
    align-items: center;
    justify-content: center;
    color: #000;
    font-family: var(--font);
    font-size: 12px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.reviews {
    padding-top: 40px;
    padding-bottom: 60px;
}

.reviews .container {
    position: relative;
    padding-top: 40px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 70px;
}

.reviews .container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 80px;
    width: calc(100% - 160px);
    height: 1px;
    background-color: #000000;
}

.reviews .service-page-reviews-slider {
    grid-column: 2/3;
    grid-row: 1/3;
    overflow: hidden;
}

.reviews .service-page-reviews-slider .swiper-slide {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.reviews .service-page-reviews-slider .swiper-slide::after {
    content: "";
    width: 22px;
    height: 20px;
    display: block;
    flex-shrink: 0;
    background-image: url("/local/templates/hedd/img/icon.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.reviews .service-page-reviews-slider .swiper-slide .name {
    display: flex;
    align-items: center;
    gap: 12px;
}

.reviews .service-page-reviews-slider .swiper-slide .name .img-wrapper {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #E9E7E4;
    overflow: hidden;
}

.reviews .service-page-reviews-slider .swiper-slide .name .img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.reviews .service-page-reviews-slider .swiper-slide .name p {
    color: #000;
    font-family: var(--font1);
    font-size: 20px;
    line-height: 22px;
}

.reviews .btns-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
    align-self: end;
}

.reviews .btns-wrapper button.service-page-reviews-slider-button-prev span {
    transform: rotate(180deg);
}

.reviews .btns-wrapper button span {
    width: 17px;
    height: 17px;
    display: block;
    background-image: url("/local/templates/hedd/img/arrow.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.reviews .btns-wrapper .service-page-reviews-slider-pagination {
    display: none;
    align-items: center;
    justify-content: center;
    color: #000;
    font-family: var(--font);
    font-size: 12px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.brands {
    position: relative;
    padding: 80px 0;
}

.brands .container {
    position: relative;
}

.brands .title-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 52px;
    padding-right: 100px;
}

.brands .title-wrapper .h2 {
    margin-right: auto;
}

.brands .brands-slider {
    margin-top: 46px;
    overflow: hidden;
}

.brands .brands-slider .swiper-slide {
    width: 100%;
    height: 152px;
    background: #EEECE8;
    overflow: hidden;
}

.brands .brands-slider .swiper-slide a {
    width: 100%;
    height: 100%;
    display: block;
}

.brands .brands-slider .swiper-slide a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.brands .btns-wrapper {
    position: absolute;
    top: 8px;
    right: 80px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.brands .btns-wrapper button.brands-slider-button-prev span {
    transform: rotate(180deg);
}

.brands .btns-wrapper button span {
    width: 17px;
    height: 17px;
    display: block;
    background-image: url("/local/templates/hedd/img/arrow.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.brands .btns-wrapper .brands-slider-pagination {
    display: none;
    align-items: center;
    justify-content: center;
    color: #000;
    font-family: var(--font);
    font-size: 12px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.projects {
    position: relative;
    padding: 80px 0;
    overflow: hidden;
}

.projects .container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 70px;
}

.projects .h2 {
    margin-right: auto;
    align-items: center;
}

.projects .projects-slider {
    grid-column: 1/3;
    margin-top: 52px;
}

.projects .projects-slider .swiper-slide {
    width: 920px;
    /* overflow: hidden; */
}

.projects .projects-slider .swiper-slide a {
    text-decoration: none;
}

.projects .projects-slider .swiper-slide picture {
    width: 100%;
    height: 620px;
    display: block;
    max-height: calc(100dvh - 30px - 30px - 145px - 52px - 34px - 45px);
    overflow: hidden;
}

.projects .projects-slider .swiper-slide picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;

}

.projects .projects-slider .swiper-slide:hover picture img {
    height: calc(100% + 10px);

}

.projects .projects-slider .swiper-slide p {
    margin-top: 24px;
    color: #1A1A1A;
    font-family: var(--font);
    font-size: 20px;
    font-weight: 500;
    line-height: 105%;
    text-transform: uppercase;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: 7%;
    text-underline-offset: 12%;
    text-underline-position: from-font;
    text-decoration-color: transparent;
    transition: 0.3s;
}

.projects .projects-slider .swiper-slide:hover p {
    text-decoration-color: black;
}

.projects .txt-wrapper {
    margin-top: 100px;
    grid-column: 2/3;
}

.projects .btns-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
    grid-column: 2/3;
    grid-row: 1/2;
    justify-self: end;
}

.projects .btns-wrapper button.projects-slider-button-prev span {
    transform: rotate(180deg);
}

.projects .btns-wrapper button span {
    width: 17px;
    height: 17px;
    display: block;
    background-image: url("/local/templates/hedd/img/arrow.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.projects .btns-wrapper .projects-slider-pagination {
    display: none;
    align-items: center;
    justify-content: center;
    color: #000;
    font-family: var(--font);
    font-size: 12px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.contacts-inner .container {
    position: relative;
    padding-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contacts-inner .contacts-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    margin-top: 80px;
}

.contacts-inner .contacts-list li {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 21px;
}

.contacts-inner .contacts-list li .title {
    color: #161616;
    text-align: center;
    font-family: var(--font);
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
}

.contacts-inner .contacts-list li .link {
    color: #1A1A1A;
    text-align: center;
    font-family: var(--font);
    font-size: 14px;
    font-weight: 500;
    line-height: 125%;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.contacts-inner .contacts-list li .txt {
    color: #1A1A1A;
    text-align: center;
    font-family: var(--font);
    font-size: 14px;
    font-weight: 500;
    line-height: 125%;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.contacts-inner .contacts-map {
    width: 100%;
    height: 677px;
    margin-top: 80px;
}

.contacts-inner .contacts-map .ymaps-layers-pane {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.contacts-feedback .container {
    position: relative;
    padding-top: 80px;
    padding-bottom: 60px;
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 20px;
}

.contacts-feedback .container::before {
    content: "";
    position: absolute;
    top: 40px;
    left: 20px;
    width: calc(100% - 40px);
    height: 1px;
    background: #000;
}

.contacts-feedback .contacts-form {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px 12px;
}

.contacts-feedback .contacts-form label {
    display: flex;
    flex-direction: column;
    gap: 14px;
    color: rgba(26, 26, 26, 0.7);
    font-family: var(--font);
    font-size: 15px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0.7px;
}

.contacts-feedback .contacts-form label.xl {
    grid-column: 1/4;
}

.contacts-feedback .contacts-form label input {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    display: flex;
    padding: 15px 15px 14px 15px;
    align-items: center;
    align-self: stretch;
    color: #1A1A1A;
    font-family: var(--font);
    font-size: 15px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0.7px;
    border: 1px solid #D9D9D9;
    transition: 0.3s;
}

.contacts-feedback .contacts-form label input:focus,
.contacts-feedback .contacts-form label input:hover {
    border: 1px solid #C9C9C9;
}

.contacts-feedback .contacts-form label textarea {
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    display: flex;
    padding: 15px 15px 14px 15px;
    align-items: center;
    align-self: stretch;
    color: #1A1A1A;
    font-family: var(--font);
    font-size: 15px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0.7px;
    border: 1px solid #D9D9D9;
    resize: none;
}

.contacts-feedback .contacts-form label textarea:focus,
.contacts-feedback .contacts-form label textarea:hover {
    border: 1px solid #C9C9C9;
}

.contacts-feedback .contacts-form .btns-wrapper {
    grid-column: 1/4;
    margin-top: 36px;
    display: flex;
    flex-direction: column;
    width: 426px;
    gap: 32px;
}

.contacts-feedback .contacts-form .btns-wrapper .btn-main {
    width: 100%;
    height: 55px;
}

.contacts-feedback .contacts-form .btns-wrapper label {
    position: relative;
    padding-left: 34px;
    display: block;
    color: rgba(0, 0, 0, 0.7);
    font-family: var(--font1);
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    display: block;
    cursor: pointer;
}

.contacts-feedback .contacts-form .btns-wrapper label a {
    color: rgba(0, 0, 0, 0.7);
    text-decoration: none;
}

.contacts-feedback .contacts-form .btns-wrapper label input {
    position: absolute;
    top: 0;
    width: 1px;
    opacity: 0;
}

.contacts-feedback .contacts-form .btns-wrapper label input:checked~span {
    background: #1A1A1A;
}

.contacts-feedback .contacts-form .btns-wrapper label input:checked~span::before {
    content: "";
    width: 7px;
    height: 7px;
    display: block;
    border-radius: 7px;
    background: #FFF;
}

.contacts-feedback .contacts-form .btns-wrapper label span {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #1A1A1A;
}

.page404 {
    background: #F4F3F1;
}

.page404 .container {
    position: relative;
    padding-top: 300px;
    padding-bottom: 300px;
}

.page404 .container::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 20px;
    width: calc(100% - 40px);
    height: 1px;
    background: #D9D9D9;
}

.page404 .txt-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.page404 .txt-wrapper .num {
    color: #1A1A1A;
    font-family: var(--font);
    font-size: 209px;
    font-weight: 300;
    line-height: 120%;
}

.page404 .txt-wrapper .inner-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    height: 150px;
    width: 226px;
    padding: 0 18px;
}

.page404 .txt-wrapper .inner-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 100%;
    display: block;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
}

.page404 .txt-wrapper .inner-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 18px;
    height: 100%;
    display: block;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
}

.page404 .txt-wrapper .inner-wrapper h1 {
    color: #161616;
    text-align: center;
    font-family: var(--font1);
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
}

.footer {
    padding-top: 40px;
    padding-bottom: 20px;
    background: #E9E7E4;
    overflow: hidden;
}

.footer .footer-top {
    padding-top: 40px;
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 20px;
    border-top: 1px solid #000000;
}

.footer .footer-top .menu-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
}

.footer .footer-top .logo {
    width: 104px;
    height: 46px;
    display: block;
    flex-shrink: 0;
    background-image: url("/local/templates/hedd/img/logo-b.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.footer .footer-top .logo svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.footer .footer-top .col.col--contacts {
    margin-left: auto;
    padding-right: 56px;
}

.footer .footer-top .col .title {
    margin-bottom: 32px;
    margin-top: 40px;
    color: rgba(0, 0, 0, 0.5);
    font-family: var(--font);
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.7px;
}

.footer .footer-top .col .title:first-of-type {
    margin-top: 0;
}

.footer .footer-top .col .footer-nav-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-top: 32px;
}

.footer .footer-top .col .footer-nav-list a {
    color: #0D0D0D;
    font-family: var(--font);
    font-size: 14px;
    font-weight: 500;
    line-height: 125%;
    letter-spacing: 0.098px;
    text-transform: uppercase;
}

.footer .footer-top .col .tel-link {
    margin-top: 18px;
    color: #000;
    font-family: var(--font);
    font-size: 14px;
    font-weight: 500;
    line-height: 125%;
    letter-spacing: 0.098px;
    text-transform: uppercase;
}

.footer .footer-top .col .email-link {
    margin-top: 18px;
    color: #0D0D0D;
    font-family: var(--font);
    font-size: 14px;
    font-weight: 500;
    line-height: 125%;
    letter-spacing: 0.098px;
    text-transform: uppercase;
}

.footer .footer-top .col .socials-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-top: 18px;
}

.footer .footer-top .col .socials-list .tag:hover {
    background: #D8D6D2;
}

.footer .footer-bottom {
    position: relative;
    margin-top: 76px;
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    border-top: 1px solid #000000;
}

.footer .footer-bottom .copyright-txt {
    width: 320px;
    flex-shrink: 0;
    color: rgba(0, 0, 0, 0.5);
    font-family: var(--font);
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.7px;
}

.footer .footer-bottom .links-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px 24px;
}

.footer .footer-bottom .footer-bottom__link {
    color: #000;
    font-family: var(--font);
    font-size: 14px;
    font-weight: 500;
    line-height: 125%;
    letter-spacing: 0.098px;
    text-transform: uppercase;
}

.footer .footer-bottom .design-link {
    margin-left: auto;
    color: rgba(0, 0, 0, 0.5);
    font-family: var(--font);
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.7px;
    white-space: nowrap;
}

.footer .footer-bottom .up-link {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-left: 12px;
    color: rgba(0, 0, 0, 0.5);
}

.footer .footer-bottom .up-link span {
    color: rgba(0, 0, 0, 0.5);
    font-family: var(--font);
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0.7px;
}

.footer .footer-bottom .up-link::after {
    content: "";
    display: block;
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    background-image: url("/local/templates/hedd/img/icon20.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.modal-one-click {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 200;
    padding: 40px 0;
    width: 528px;
    height: 100dvh;
    display: none;
    justify-content: center;
    align-items: center;
    transform: translate(-50%, -50%);
    overflow-y: scroll;
}

.modal-one-click.active {
    display: flex;
}

.modal-one-click::-webkit-scrollbar {
    display: none;
}

.modal-one-click .inner-wrapper {
    position: relative;
    width: 100%;
    padding: 32px 30px 30px;
    background: #F4F3F1;
}

.modal-one-click .inner-wrapper .close-btn {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 26px;
    height: 26px;
    background-image: url("/local/templates/hedd/img/icon6.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.modal-one-click .inner-wrapper h2 {
    color: #161616;
    font-family: var(--font);
    font-size: 32px;
    font-weight: 500;
    line-height: 120%;
}

.modal-one-click .inner-wrapper p {
    margin-top: 12px;
    color: rgba(0, 0, 0, 0.7);
    font-size: 13px;
    line-height: 18px;
}

.modal-one-click .inner-wrapper form {
    margin-top: 63px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.modal-one-click .inner-wrapper form label {
    display: flex;
    flex-direction: column;
    gap: 14px;
    color: rgba(26, 26, 26, 0.7);
    font-family: var(--font);
    font-size: 15px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0.7px;
}

.modal-one-click .inner-wrapper form label.xl {
    grid-column: 1/4;
}

.modal-one-click .inner-wrapper form label input {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    display: flex;
    padding: 15px 15px 14px 15px;
    align-items: center;
    align-self: stretch;
    color: #1A1A1A;
    font-family: var(--font);
    font-size: 15px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0.7px;
    border: 1px solid #D9D9D9;
    transition: 0.3s;
}

.modal-one-click .inner-wrapper form label input:focus,
.modal-one-click .inner-wrapper form label input:hover {
    border: 1px solid #C9C9C9;
}

.modal-one-click .inner-wrapper form label textarea {
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    display: flex;
    padding: 15px 15px 14px 15px;
    align-items: center;
    align-self: stretch;
    color: #1A1A1A;
    font-family: var(--font);
    font-size: 15px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0.7px;
    border: 1px solid #D9D9D9;
    resize: none;
}

.modal-one-click .inner-wrapper form label textarea:focus,
.modal-one-click .inner-wrapper form label textarea:hover {
    border: 1px solid #C9C9C9;
}

.modal-one-click .inner-wrapper form .btn-main {
    margin-top: 16px;
    width: 100%;
    max-width: none;
}

.modal-one-click .inner-wrapper form .btn-main input {
    width: 100%;
    height: 100%;
}

.modal-one-click .inner-wrapper form p {
    margin-top: 8px;
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 199;
    width: 100%;
    height: 100dvh;
    display: none;
    background: rgba(47, 47, 47, 0.31);
}

.modal-overlay.active {
    display: block;
}

.text-page {
    padding-bottom: 140px;
    background: #F4F3F1;
}

.text-page h1,
.text-page .h1 {
    margin-top: 90px;
}

.text-page .tabs {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    margin: 90px auto 0;
    max-width: 720px;
}

.text-page .tabs .tab {
    position: relative;
    color: #161616;
    font-family: var(--font);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    cursor: pointer;
}

.text-page .tabs .tab.active::before,
.text-page .tabs .tab:hover::before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #1A1A1A;
    transition: 0.3s;
}

.text-page .contents {
    margin: 50px auto 0;
    max-width: 720px;
}

.text-page .contents .content {
    display: none;
}

.text-page .contents .content.active {
    display: block;
}

.text-page .contents .content h3 {
    padding-top: 44px;
    margin-bottom: 21px;
    margin-top: 44px;
    color: #1A1A1A;
    font-family: var(--font);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 105%;
    border-top: 1px solid #D9D9D9;
}

.text-page .contents .content h3:first-child {
    margin-top: 0;
}

.text-page .contents .content p {
    margin-top: 21px;
}

.text-page .contents .content p:first-child {
    padding-top: 44px;
    border-top: 1px solid #D9D9D9;
}

.text-page .contents .content p a {
    color: #161616;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-underline-offset: 10%;
    text-underline-position: from-font;
    text-decoration-color: transparent;
    white-space: nowrap;
    transition: 0.3s;
}

.text-page .contents .content p a:hover {
    text-decoration: underline;
}

@media (max-width: 1866px) {
    .main-top .main-top-slider .btns-wrapper {
        left: 80px;
    }
}

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

    .top-banner .top-banner__btn {
        left: 20px;
    }

    .main-top .main-top-slider .btns-wrapper {
        left: 20px;
    }

    .main-slider .btns-wrapper {
        right: 20px;
    }

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

    .main-projects .h2 {
        right: 40px;
    }

    .main-blog .btns-wrapper {
        right: 20px;
    }

    .default-slider-section .tabs {
        margin: 40px -20px -4px;
        width: calc(100% + 40px);
        padding: 0 20px 3px;
    }

    .default-slider-section .btns-wrapper {
        right: 20px;
    }

    .catalog-list {
        grid-template-columns: repeat(4, 1fr);
    }

    .about-services .btns-wrapper {
        right: 20px;
    }

    .reviews .container::before {
        left: 20px;
        width: calc(100% - 40px);
    }

    .brands .btns-wrapper {
        right: 20px;
    }
}

@media (max-width: 1200px) {
    .blog-post-inner .container {
        gap: 80px;
    }

    .service-page-process .process-list {
        margin: 80px -20px 0;
        width: calc(100% + 40px);
        padding: 0 20px;
        overflow-x: scroll;
    }

    .service-page-process .process-list::-webkit-scrollbar {
        display: none;
    }

    .service-page-process .process-list .process-list__item {
        width: 372px;
    }

    .service-page-process .process-list .process-list__item:last-of-type {
        width: 300px;
    }

    .footer .footer-top .col.col--contacts {
        margin-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 992px) {
    body {
        font-size: 12px;
        line-height: 130%;
    }

    body.freeze {
        overflow: hidden;
    }

    .tag {
        padding: 9px 18px 10px;
    }

    .tag span {
        font-size: 12px;
    }

    .btn-main span,
    .btn-main input {
        font-size: 12px;
    }

    .btn-sec {
        font-size: 12px;
    }

    .h1 {
        color: #161616;
        font-size: 22px;
        line-height: normal;
    }

    .h2 {
        color: #161616;
        font-size: 22px;
        line-height: 120%;
    }

    .breadcrumbs {
        padding-top: 10px;
    }

    .breadcrumbs ul li a {
        font-size: 12px;
    }

    .social-button-wrapper {
        bottom: -10px;
    }

    .social-button-wrapper .social-button {
        width: 82px;
        height: 78px;
    }

    .social-button-wrapper .social-button.social-button--off {
        margin-bottom: 14px;
    }

    .social-button-wrapper .social-list {
        bottom: 88px;
        right: 10px;
        gap: 6px;
    }

    .header.search .header-bottom .top {
        display: block;
    }

    .header.search .header-bottom .top .logo {
        display: none;
    }

    .header.search .header-bottom .top .logo-mobile {
        display: none;
    }

    .header.search .header-bottom .top .menu-btn {
        display: none;
    }

    .header.search .header-bottom .top .btns-wrapper {
        display: none;
    }

    .header.header--inner.move {
        padding-bottom: 80px;
    }

    .header .header-top .container {
        gap: 10px;
    }

    .header .header-top .header-top-nav {
        display: none;
    }

    .header .header-top .header-top__txt {
        margin-right: auto;
        display: flex;
        align-items: center;
        gap: 8px;
        font-size: 12px;
        line-height: normal;
    }

    .header .header-top .header-top__txt::before {
        display: block;
    }

    .header .header-top .header-top__tel-link {
        font-size: 12px;
        line-height: normal;
    }

    .header .header-bottom .container {
        padding-top: 18px;
        padding-bottom: 16px;
    }

    .header .header-bottom .top .logo {
        margin-right: 35px;
    }

    .header .header-bottom .top .menu-btn {
        display: flex;
    }

    .header .header-bottom .top .input-wrapper input {
        padding: 14px 0;
        font-size: 12px;
    }

    .header .header-bottom .top .btns-wrapper {
        margin-left: 35px;
    }

    .header .header-bottom .top .header-cart-wrapper .header-cart-inner-wrapper {
        width: 450px;
    }

    .header .header-bottom .top .header-cart-wrapper .header-cart-inner-wrapper .title-wrapper h3 {
        font-size: 12px;
    }

    .header .header-bottom .top .header-cart-wrapper .header-cart-inner-wrapper .cart-list-wrapper {
        padding: 24px 20px;
        max-height: 336px;
    }

    .header .header-bottom .top .header-cart-wrapper .header-cart-inner-wrapper .cart-list-wrapper .cart-list {
        gap: 24px;
    }

    .header .header-bottom .top .header-cart-wrapper .header-cart-inner-wrapper .cart-list-wrapper .cart-list li {
        gap: 14px;
    }

    .header .header-bottom .top .header-cart-wrapper .header-cart-inner-wrapper .cart-list-wrapper .cart-list li .info {
        gap: 6px;
    }

    .header .header-bottom .top .header-cart-wrapper .header-cart-inner-wrapper .cart-list-wrapper .cart-list li .info .name {
        font-size: 14px;
    }

    .header .header-bottom .top .header-cart-wrapper .header-cart-inner-wrapper .cart-list-wrapper .cart-list li .info .art {
        font-size: 12px;
    }

    .header .header-bottom .top .header-cart-wrapper .header-cart-inner-wrapper .cart-list-wrapper .cart-list li .info .qua {
        font-size: 12px;
    }

    .header .header-bottom .top .header-cart-wrapper .header-cart-inner-wrapper .cart-list-wrapper .cart-list li .price-wrapper {
        gap: 4px;
    }

    .header .header-bottom .top .header-cart-wrapper .header-cart-inner-wrapper .cart-list-wrapper .cart-list li .price-wrapper .price {
        font-size: 14px;
    }

    .header .header-bottom .top .header-cart-wrapper .header-cart-inner-wrapper .cart-list-wrapper .cart-list li .price-wrapper .price.price--sale {
        min-width: 83px;
        height: 21px;
        padding: 2px 12px;
        font-size: 12px;
    }

    .header .header-bottom .top .header-cart-wrapper .header-cart-inner-wrapper .cart-list-wrapper .cart-list li .price-wrapper .price.price--old {
        font-size: 12px;
    }

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

    .search-wrapper .container {
        display: flex;
        flex-direction: column;
        overflow-y: scroll;
    }

    .search-wrapper .aside-menu .menu-list a {
        font-size: 12px;
    }

    .search-wrapper .main-wrapper {
        overflow-y: unset;
    }

    .search-wrapper .main-wrapper {
        padding-left: 0;
        padding-top: 40px;
        border-left: none;
        border-top: 1px solid #D9D9D9;
    }

    .top-banner .container {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .top-banner .top-banner__title {
        /* height: 28px; */
        font-size: 28px;
    }

    .top-banner .top-banner__title--grouped .top-banner__title-line {
        height: 28px;
    }

    .top-banner .top-banner__btn {
        bottom: 20px;
    }

    .main-top .main-top-slider .swiper-slide::before {
        height: 375px;
        background: linear-gradient(360deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    }

    .main-top .main-top-slider .swiper-slide.top-banner .container {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .main-top .main-top-slider .swiper-slide .container {
        padding-top: 180px;
        padding-bottom: 20px;
    }

    .main-top .main-top-slider .swiper-slide .main-top-slider__title {
        font-size: 42px;
    }

    .main-top .main-top-slider .swiper-slide .main-top-slider__title-line {
        height: 42px;
    }

    .main-top .main-top-slider .swiper-slide .txt-wrapper p {
        font-size: 12px;
        line-height: 130%;
    }

    .main-top .main-top-slider .swiper-slide .txt-wrapper .btn-sec {
        margin-top: 60px;
    }

    .main-top .main-top-slider .btns-wrapper {
        bottom: 20px;
    }

    .main-top .main-top-slider .btns-wrapper button {
        display: none;
    }

    .main-top .main-top-slider .btns-wrapper .main-top-slider-pagination {
        width: auto;
        font-size: 12px;
    }

    .main-slider .title-wrapper {
        gap: 32px;
    }

    .main-slider .top-slider {
        margin-top: 40px;
    }

    .main-slider .top-slider .swiper-slide {
        width: 152px;
    }

    .main-slider .top-slider .swiper-slide .title {
        margin-top: 14px;
        font-size: 12px;
        line-height: 10.745px;
        letter-spacing: 0.442px;
    }

    .main-projects {
        margin-top: 0;
        padding-top: 60px;
    }

    .main-projects .main-projects-slider .swiper-slide {
        display: flex;
        flex-direction: column;
        padding: 0;
        height: auto;
        max-height: none;
    }

    .main-projects .main-projects-slider .swiper-slide .img-wrapper {
        height: 532px;
    }

    .main-projects .main-projects-slider .swiper-slide .txt-wrapper {
        padding: 20px;
        flex: 1;
        justify-content: flex-start;
    }

    .main-projects .main-projects-slider .swiper-slide .txt-wrapper .name {
        font-size: 16px;
    }

    .main-projects .main-projects-slider .swiper-slide .txt-wrapper .txt {
        margin-top: 32px;
        font-size: 12px;
    }

    .main-projects .main-projects-slider .swiper-slide .txt-wrapper .designer picture {
        width: 32px;
        height: 32px;
    }

    .main-projects .main-projects-slider .swiper-slide .txt-wrapper .designer span {
        font-size: 12px;
    }

    .main-projects .main-projects-slider .swiper-slide .txt-wrapper .btns-wrapper {
        margin-top: auto;
    }

    .main-projects .h2 {
        position: static;
        padding: 0 20px 40px;
        color: #1A1A1A;
        font-size: 20px;
        font-weight: 500;
        line-height: normal;
    }

    .main-projects .btns-wrapper {
        bottom: 20px;
        right: 20px;
    }

    .main-about {
        padding: 60px 0;
    }

    .main-about .txt-wrapper .main-about__title {
        padding-bottom: 44px;
        font-size: 20px;
    }

    .main-about picture {
        width: 300px;
    }

    .main-video {
        padding-top: 40px;
    }

    .main-video .video-wrapper {
        height: 380px;
    }

    .main-video p {
        margin-top: 12px;
    }

    .main-blog {
        padding: 60px 0;
    }

    .main-blog .title-wrapper {
        gap: 32px;
    }

    .main-blog .main-blog-slider {
        margin-top: 40px;
    }

    .main-blog .main-blog-slider .swiper-slide picture {
        height: 180px;
    }

    .main-blog .main-blog-slider .swiper-slide .title {
        margin-top: 14px;
        font-size: 12px;
    }

    .main-blog .main-blog-slider .swiper-slide .txt {
        font-size: 16px;
    }

    .main-contacts {
        padding: 20px 0;
    }

    .main-contacts .container {
        grid-template-columns: 1fr 290px;
        gap: 20px;
    }

    .main-contacts .main-map {
        height: 400px;
    }

    .main-contacts .txt-wrapper {
        padding-bottom: 0;
    }

    .main-contacts .txt-wrapper .main-contacts-list p,
    .main-contacts .txt-wrapper .main-contacts-list a {
        gap: 8px;
        font-size: 12px;
    }

    .default-slider-section .title-wrapper {
        gap: 32px;
    }

    .default-slider-section .default-slider {
        margin-top: 40px;
    }

    .bottom-txt-wrapper .inner-wrapper {
        padding-top: 32px;
    }

    .bottom-txt-wrapper h2 {
        color: #161616;
        font-size: 20px;
        line-height: normal;
    }

    .bottom-txt-wrapper p {
        margin-top: 24px;
        font-size: 12px;
        line-height: 130%;
    }

    .catalog-inner {
        padding-top: 10px;
        padding-bottom: 80px;
    }

    .catalog-inner .h1 {
        margin-top: 80px;
    }

    .catalog-inner .tag-list {
        margin-top: 30px;
        gap: 8px;
        max-width: 486px;
    }

    .catalog-inner .filter {
        margin-top: 80px;
        padding-top: 20px;
    }

    .catalog-inner .filter .filter-btn {
        height: 37px;
        padding: 12px 16px 12px 9px;
    }

    .catalog-inner .filter .filter-btn .num {
        font-size: 12px;
    }

    .catalog-inner .filter .filter-btn .txt {
        font-size: 12px;
    }

    .catalog-inner .filter .in-stock-check label {
        font-size: 12px;
    }

    .catalog-inner .filter .filter-item.--manufacturer {
        display: none;
    }

    .catalog-inner .filter .filter-item .filter-item__top p {
        font-size: 12px;
    }

    .catalog-inner .filter .filter-item .filter-item__bottom ul label {
        font-size: 12px;
    }

    .catalog-inner .filter .filter-item .slider-wrapper {
        width: 340px;
    }

    .catalog-inner .filter .filter-item .slider-wrapper .area-num {
        width: 120px;
        font-size: 12px;
    }

    .catalog-inner .filter .sorting .choices .choices__inner {
        font-size: 12px;
    }

    .catalog-inner .filter .sorting .choices .choices__list.choices__list--dropdown .choices__list .choices__item {
        font-size: 12px;
    }

    .catalog-inner .list-pagination {
        margin-top: 80px;
    }

    .catalog-list {
        grid-template-columns: repeat(3, 1fr);
        gap: 30px 10px;
        margin-top: 40px;
    }

    .catalog-list .catalog-list__item {
        gap: 12px;
    }

    .catalog-list .catalog-list__item .img-wrapper {
        /* height: 180px; */
    }

    .catalog-list .catalog-list__item .img-wrapper .fav-icon {
        top: 8px;
        right: 8px;
    }

    .catalog-list .catalog-list__item .img-wrapper .hover-zone {
        display: none;
    }

    .catalog-list .catalog-list__item .img-wrapper .dots-zone {
        display: none !important;
    }

    .catalog-list .catalog-list__item .txt-wrapper .txt {
        font-size: 12px;
    }

    .catalog-list .catalog-list__item .txt-wrapper .name {
        font-size: 16px;
    }

    .catalog-list .catalog-list__item .txt-wrapper .price-wrapper {
        height: 21px;
    }

    .catalog-list .catalog-list__item .txt-wrapper .price-wrapper .price {
        font-size: 12px;
        line-height: 17px;
    }

    .catalog-list .catalog-list__item .txt-wrapper .price-wrapper .price.price--sale {
        min-width: 83px;
        height: 21px;
        padding: 6px 12px;
    }

    .catalog-list .catalog-list__item .fav-icon {
        top: 8px;
        right: 8px;
    }

    .catalog-list .catalog-list__item .to-cart-link {
        gap: 8px;
    }

    .catalog-list .catalog-list__item .to-cart-link svg {
        width: 18px;
        height: 18px;
    }

    .catalog-list .catalog-list__item .to-cart-link span {
        font-size: 12px;
    }

    .card-inner {
        padding-bottom: 80px;
    }

    .card-inner .container {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .card-inner .lightbox-wrapper.active {
        max-width: calc(100% - 40px);
        height: 632px;
    }

    .card-inner .lightbox-wrapper.active~.card-slider-thumbs {
        margin-top: 666px;
    }

    .card-inner .lightbox-wrapper.active .close-btn {
        right: 0;
        top: -46px;
    }

    .card-inner .card-sliders {
        gap: 16px;
    }

    .card-inner .card-sliders .card-slider {
        /* height: 650px; */
    }

    .card-inner .card-sliders .card-slider-thumbs {
        height: 98px;
    }

    .card-inner .info-wrapper {
        margin-top: 40px;
    }

    .card-inner .info-wrapper .info-block {
        gap: 32px;
        max-width: 500px;
    }

    .card-inner .info-wrapper .info-block .info-block__title {
        font-size: 20px;
    }

    .card-inner .info-wrapper .info-block .info-block__txt-upper {
        font-size: 12px;
    }

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

    .card-inner .info-wrapper .info-block .info-list li {
        font-size: 12px;
    }

    .card-inner .info-wrapper .acc-block .acc-top p {
        font-size: 20px;
    }

    .card-inner .info-wrapper .acc-block .acc-top span {
        width: 22px;
        height: 22px;
    }

    .card-inner .info-wrapper .acc-block .acc-bottom {
        gap: 20px;
        padding-right: 42px;
    }

    .card-inner .info-wrapper .acc-block .acc-bottom .txt-upper {
        font-size: 12px;
    }

    .card-inner .aside-wrapper {
        position: static;
        margin-top: 30px;
    }

    .card-inner .aside-wrapper .price-wrapper {
        margin-top: 60px;
    }

    .card-inner .aside-wrapper .price-wrapper .in-stock-check {
        font-size: 12px;
    }

    .card-inner .aside-wrapper .price-wrapper .price {
        font-size: 12px;
    }

    .card-inner .aside-wrapper .price-wrapper .price.price--sale {
        height: 27px;
        padding: 6px 12px;
    }

    .card-inner .aside-wrapper .btns-wrapper button {
        width: 100%;
        max-width: none;
    }

    .card-inner .aside-wrapper .info-list {
        margin-top: 60px;
        gap: 20px;
    }

    .card-inner .aside-wrapper .info-list li {
        font-size: 12px;
    }

    .card-similar .similar-tabs {
        gap: 14px;
    }

    .card-similar .similar-tabs .similar-tab {
        gap: 14px;
    }

    .cart-inner {
        padding-bottom: 80px;
    }

    .cart-inner .container {
        display: block;
    }

    .cart-inner .title-wrapper {
        gap: 8px;
    }

    .cart-inner .title-wrapper .h1 {
        font-size: 20px;
    }

    .cart-inner .title-wrapper .num {
        margin-top: -4px;
        font-size: 12px;
    }

    .cart-inner .cart-clean-btn {
        margin-top: 80px;
    }

    .cart-inner .cart-clean-btn span {
        font-size: 12px;
    }

    .cart-inner .cart-wrapper .cart-list li .img-wrapper {
        width: 100%;
    }

    .cart-inner .cart-wrapper .cart-list li .title-wrapper .name {
        font-size: 16px;
    }

    .cart-inner .cart-wrapper .cart-list li .title-wrapper .art {
        font-size: 12px;
    }

    .cart-inner .cart-wrapper .cart-list li .title-wrapper .price {
        font-size: 16px;
    }

    .cart-inner .cart-wrapper .cart-list li .info-wrapper p {
        font-size: 12px;
    }

    .cart-inner .cart-wrapper .cart-list li .quantity-wrapper p {
        font-size: 12px;
    }

    .cart-inner .aside-wrapper {
        margin-top: 80px;
    }

    .cart-inner .aside-wrapper .total-wrapper {
        gap: 20px;
    }

    .cart-inner .aside-wrapper .total-wrapper .total-price {
        font-size: 20px;
    }

    .cart-inner .aside-wrapper .total-wrapper .total-discount {
        font-size: 16px;
    }

    .cart-inner .aside-wrapper .request-wrapper {
        margin-top: 60px;
    }

    .cart-inner .aside-wrapper .request-wrapper .request-open-btn {
        margin-bottom: 24px;
    }

    .cart-inner .aside-wrapper .request-wrapper .bottom-txt {
        font-size: 12px;
    }

    .cart-inner .aside-wrapper .request-wrapper .request-form {
        grid-template-columns: repeat(2, 1fr);
    }

    .cart-inner .aside-wrapper .request-wrapper .request-form.active {
        display: grid;
    }

    .cart-inner .aside-wrapper .request-wrapper .request-form label {
        font-size: 12px;
    }

    .cart-inner .aside-wrapper .request-wrapper .request-form .form-btn {
        margin-top: 0;
        grid-column: 1/3;
    }

    .cart-inner .aside-wrapper .request-wrapper .request-form p {
        margin-top: 0;
        grid-column: 1/3;
    }

    .cart-inner .aside-wrapper .cart-acc {
        margin-top: 40px;
    }

    .cart-inner .aside-wrapper .acc-block .acc-top span {
        width: 22px;
        height: 22px;
    }

    .cart-inner .aside-wrapper .acc-block .acc-bottom .txt-upper {
        font-size: 12px;
    }

    .cart-inner .aside-wrapper .contacts-wrapper {
        margin-top: 40px;
        gap: 24px;
    }

    .cart-inner .aside-wrapper .contacts-wrapper p {
        font-size: 12px;
    }

    .filter-wrapper {
        width: 390px;
    }

    .filter-wrapper .title-wrapper {
        padding: 20px;
        height: 70px;
    }

    .filter-wrapper .title-wrapper h3 {
        font-size: 24px;
    }

    .filter-wrapper .inner-wrapper {
        padding: 20px;
        height: calc(100dvh - 70px - 96px);
    }

    .filter-wrapper .inner-wrapper .in-stock-check label {
        font-size: 12px;
    }

    .filter-wrapper .inner-wrapper .filter-item .filter-item__top p {
        font-size: 12px;
    }

    .filter-wrapper .inner-wrapper .filter-item .filter-item__bottom ul label {
        font-size: 12px;
    }

    .filter-wrapper .inner-wrapper .filter-item .slider-wrapper .cost-num {
        width: 120px;
        font-size: 12px;
    }

    .filter-wrapper .btns-wrapper {
        padding: 20px;
        height: 96px;
    }

    .filter-wrapper .btns-wrapper .apply-btn {
        height: 55px;
    }

    .fav-inner {
        padding-bottom: 80px;
    }

    .fav-inner .h1 {
        margin-top: 80px;
    }

    .fav-inner .filter {
        margin-top: 40px;
        gap: 80px 20px;
        display: grid;
        grid-template-columns: repeat(2, auto);
    }

    .fav-inner .filter .tabs {
        width: 100%;
        gap: 8px;
        flex-wrap: wrap;
        grid-column: 1/3;
    }

    .fav-inner .filter .sorting {
        margin-left: 0;
    }

    .fav-inner .filter .sorting::after {
        content: none;
    }

    .fav-inner .filter .sorting .choices .choices__inner {
        font-size: 12px;
    }

    .fav-inner .filter .sorting .choices .choices__list.choices__list--dropdown {
        left: 0;
        padding: 16px;
    }

    .fav-inner .filter .sorting .choices .choices__list.choices__list--dropdown .choices__list {
        gap: 20px;
    }

    .fav-inner .filter .sorting .choices .choices__list.choices__list--dropdown .choices__list .choices__item {
        font-size: 12px;
    }

    .fav-inner .filter .clean-btn span {
        font-size: 12px;
    }

    .blog-inner {
        padding-bottom: 80px;
    }

    .blog-inner .h1 {
        margin-top: 80px;
    }

    .blog-inner .blog-list {
        margin-top: 80px;
        gap: 30px 10px;
    }

    .blog-inner .blog-list li picture {
        height: 220px;
    }

    .blog-inner .blog-list li .title {
        margin-top: 20px;
        font-size: 12px;
    }

    .blog-inner .blog-list li .txt {
        font-size: 16px;
        line-height: 105%;
    }

    .list-pagination {
        margin-top: 80px;
    }

    .list-pagination ul a {
        font-size: 12px;
    }

    .blog-post-inner {
        padding-top: 80px;
    }

    .blog-post-inner--top {
        padding-bottom: 0;
    }

    .blog-post-inner--bottom {
        padding-top: 0;
    }

    .blog-post-inner .container {
        display: block;
        max-width: 520px;
    }

    .blog-post-inner .aside-menu {
        padding-top: 0;
    }

    .blog-post-inner .aside-menu .menu-list a {
        font-size: 15px;
        line-height: 22px;
    }

    .blog-post-inner .main-wrapper {
        padding-top: 40px;
        margin-top: 40px;
        gap: 32px;
    }

    .blog-post-inner--bottom .main-wrapper {
        padding-top: 0;

    }

    .blog-post-inner .main-wrapper .block .anchor-span {
        top: -100px;
    }

    .blog-post-inner .main-wrapper .img-wrapper+p {
        margin-top: -8px;
    }

    .blog-post-inner .main-wrapper .img-wrapper.--grid picture {
        height: 200px;
    }

    .blog-post-inner .main-wrapper .img-wrapper.--flex-425 picture {
        height: 200px;
    }

    .blog-post-inner .main-wrapper .img-wrapper.--flex-350 picture {
        height: 200px;
    }

    .blog-post-inner .main-wrapper h3 {
        margin-top: 18px;
        font-size: 24px;
    }

    .blog-post-inner .main-wrapper blockquote .author .img-wrapper {
        width: 42px;
        height: 42px;
    }

    .blog-post-inner .main-wrapper blockquote .author p {
        font-size: 16px;
        line-height: 22px;
    }

    .blog-post-inner .main-wrapper p {
        color: #161616;
        font-size: 15px;
        line-height: 22px;
    }

    .blog-post-inner .main-wrapper .slider-wrapper {
        margin: 18px 0;
    }

    .blog-post-inner .main-wrapper .slider-wrapper .title-wrapper {
        gap: 32px;
    }

    .blog-post-inner .main-wrapper .slider-wrapper .post-slider {
        margin-top: 40px;
    }

    .blog-post-inner .main-wrapper .slider-wrapper .post-slider .swiper-slide {
        gap: 12px;
    }

    .blog-post-inner .main-wrapper .slider-wrapper .post-slider .swiper-slide .img-wrapper {
        height: 180px;
    }

    .blog-post-inner .main-wrapper .slider-wrapper .post-slider .swiper-slide .img-wrapper .fav-icon {
        top: 8px;
        right: 8px;
    }

    .blog-post-inner .main-wrapper .slider-wrapper .post-slider .swiper-slide .txt-wrapper .txt {
        font-size: 12px;
    }

    .blog-post-inner .main-wrapper .slider-wrapper .post-slider .swiper-slide .txt-wrapper .name {
        font-size: 16px;
    }

    .blog-post-inner .main-wrapper .slider-wrapper .post-slider .swiper-slide .txt-wrapper .price-wrapper {
        height: 21px;
    }

    .blog-post-inner .main-wrapper .slider-wrapper .post-slider .swiper-slide .txt-wrapper .price-wrapper .price {
        font-size: 12px;
    }

    .blog-post-inner .main-wrapper .slider-wrapper .post-slider .swiper-slide .txt-wrapper .price-wrapper .price.price--sale {
        min-width: 83px;
        height: 21px;
        padding: 6px 12px;
    }

    .blog-post-inner .main-wrapper .slider-wrapper .post-slider .swiper-slide .txt-wrapper .price-wrapper .to-cart-link {
        gap: 8px;
    }

    .blog-post-inner .main-wrapper .slider-wrapper .post-slider .swiper-slide .txt-wrapper .price-wrapper .to-cart-link svg {
        width: 18px;
        height: 18px;
    }

    .blog-post-inner .main-wrapper .slider-wrapper .post-slider .swiper-slide .txt-wrapper .price-wrapper .to-cart-link span {
        font-size: 12px;
        line-height: 17px;
    }

    .blog-post-inner .main-wrapper .feedback-wrapper {
        padding: 40px 0;
        margin-top: 8px;
    }

    .blog-post-inner .main-wrapper .feedback-wrapper form {
        flex-direction: column;
    }

    .blog-post-inner .main-wrapper .feedback-wrapper form label {
        width: 100%;
    }

    .blog-post-inner .main-wrapper .feedback-wrapper form .btn-main {
        max-width: none;
    }

    .blog-post-inner .main-projects-slider .swiper-slide .img-wrapper {
        height: 352px;
    }

    .services-inner .h1 {
        margin-top: 80px;
    }

    .services-inner .services-list.--3more li picture {
        height: 180px;
    }

    .services-inner .services-list {
        margin-top: 80px;
        gap: 40px 10px;
    }

    .services-inner .services-list li:first-of-type picture {
        height: 320px;
    }

    .services-inner .services-list li picture {
        height: 220px;
    }

    .services-inner .services-list li .txt-wrapper {
        margin-top: 20px;
    }

    .services-inner .services-list li .txt-wrapper .title {
        font-size: 16px;
    }

    .services-inner .services-list li .txt-wrapper .txt {
        line-height: 130%;
    }

    .service-page-about {
        padding-top: 60px;
        padding-bottom: 40px;
    }

    .service-page-about .container {
        gap: 28px;
    }

    .service-page-process {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .service-page-process .process-list {
        margin-top: 40px;
    }

    .service-page-process .process-list .process-list__item::after {
        width: 60px;
        height: 60px;
    }

    .service-page-process .process-list .process-list__item .title {
        height: 60px;
        font-size: 16px;
    }

    .service-page-process .process-list .process-list__item .inner-list {
        max-width: 250px;
    }

    .designers-about {
        padding: 60px 0 20px;
    }

    .designers-about .container {
        gap: 28px;
    }

    .about-about {
        padding: 60px 0 20px;
    }

    .about-about .container {
        gap: 28px;
    }

    .about-about .h2 {
        top: 100px;
    }

    .about-about .about-num {
        top: 100px;
        align-self: end;
    }

    .about-about .about-num .txt {
        font-size: 16px;
    }

    .about-services {
        padding: 60px 0;
    }

    .about-services .title-wrapper {
        gap: 32px;
    }

    .about-services .about-services-slider {
        margin-top: 40px;
    }

    .about-services .about-services-slider .swiper-slide picture {
        height: 180px;
    }

    .about-services .about-services-slider .swiper-slide .title {
        margin-top: 20px;
        font-size: 16px;
    }

    .reviews {
        padding-top: 40px;
    }

    .reviews .container {
        gap: 28px;
    }

    .reviews .service-page-reviews-slider .swiper-slide .name p {
        font-size: 16px;
    }

    .brands {
        padding: 60px 0 20px;
    }

    .brands .title-wrapper {
        gap: 32px;
    }

    .brands .brands-slider {
        margin-top: 40px;
    }

    .brands .brands-slider .swiper-slide {
        height: 115px;
    }

    .projects {
        padding: 60px 0 20px;
    }

    .projects .container {
        gap: 0 28px;
    }

    .projects .projects-slider {
        margin-top: 40px;
        overflow: hidden;
    }

    .projects .projects-slider .swiper-slide picture {
        height: 323px;
        max-height: none;
    }

    .projects .projects-slider .swiper-slide p {
        margin-top: 20px;
        font-size: 12px;
    }

    .projects .txt-wrapper {
        margin-top: 60px;
    }

    .contacts-inner .contacts-list {
        gap: 32px;
    }

    .contacts-inner .contacts-list li {
        gap: 16px;
    }

    .contacts-inner .contacts-list li .title {
        font-size: 12px;
    }

    .contacts-inner .contacts-list li .link {
        font-size: 12px;
    }

    .contacts-inner .contacts-list li .txt {
        font-size: 12px;
    }

    .contacts-inner .contacts-map {
        height: 428px;
    }

    .contacts-feedback .container {
        grid-template-columns: 195px 1fr;
    }

    .contacts-feedback .contacts-form {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    .contacts-feedback .contacts-form label {
        font-size: 12px;
    }

    .contacts-feedback .contacts-form .btns-wrapper {
        width: auto;
        margin-top: 16px;
    }

    .page404 .container {
        padding-top: 310px;
        padding-bottom: 310px;
    }

    .page404 .txt-wrapper {
        gap: 30px;
    }

    .page404 .txt-wrapper .num {
        font-size: 170px;
    }

    .page404 .txt-wrapper .inner-wrapper {
        height: 122px;
    }

    .page404 .txt-wrapper .inner-wrapper h1 {
        font-size: 12px;
        line-height: normal;
    }

    .footer .footer-top {
        grid-template-columns: 195px 1fr;
    }

    .footer .footer-top .col .title {
        font-size: 12px;
    }

    .footer .footer-top .col .footer-nav-list a {
        font-size: 12px;
        letter-spacing: 0.084px;
    }

    .footer .footer-bottom {
        display: grid;
        grid-template-columns: 195px 1fr;
        gap: 35px 20px;
        margin-top: 60px;
    }

    .footer .footer-bottom .copyright-txt {
        width: auto;
        grid-row: 2/3;
        grid-column: 1/2;
        font-size: 12px;
    }

    .footer .footer-bottom .links-wrapper {
        grid-column: 2/3;
        grid-row: 1/2;
        flex-direction: column;
        align-items: flex-start;
    }

    .footer .footer-bottom .footer-bottom__link {
        font-size: 12px;
        letter-spacing: 0.084px;
    }

    .footer .footer-bottom .design-link {
        margin-left: 0;
        grid-column: 2/3;
        grid-row: 2/3;
        font-size: 12px;
    }

    .footer .footer-bottom .up-link {
        position: absolute;
        bottom: -9px;
        right: 6px;
        margin-left: 0;
    }

    .footer .footer-bottom .up-link span {
        font-size: 12px;
    }

    .modal-one-click {
        width: 350px;
    }

    .modal-one-click .inner-wrapper {
        padding: 26px 20px 20px;
    }

    .modal-one-click .inner-wrapper .close-btn {
        top: 20px;
        right: 20px;
    }

    .modal-one-click .inner-wrapper h2 {
        font-size: 20px;
    }

    .modal-one-click .inner-wrapper p {
        font-size: 12px;
    }

    .modal-one-click .inner-wrapper form {
        margin-top: 46px;
    }

    .modal-one-click .inner-wrapper form label {
        font-size: 12px;
    }

    .text-page {
        padding-bottom: 80px;
    }

    .text-page h1,
    .text-page .h1 {
        margin-top: 80px;
    }

    .text-page .tabs {
        margin-top: 80px;
        max-width: 520px;
    }

    .text-page .tabs .tab {
        font-size: 12px;
    }

    .text-page .contents {
        max-width: 520px;
    }

    .text-page .contents .content h3 {
        padding-top: 24px;
        margin-top: 24px;
        font-size: 16px;
    }

    .text-page .contents .content p:first-child {
        padding-top: 24px;
    }
}

@media (max-width: 600px) {
    .header.move.search~.search-wrapper {
        top: 58px;
        height: calc(100dvh - 58px);
    }

    .header.move.menu-open~.mobile-menu-wrapper {
        top: 58px;
        height: 100%;
        max-height: calc(100dvh - 58px);
    }

    .header.search~.search-wrapper {
        top: 94px;
        height: calc(100dvh - 94px);
    }

    .header.search .header-bottom .top .input-wrapper {
        top: -9px;
    }

    .header.menu-open~.mobile-menu-wrapper {
        top: 94px;
        height: 100%;
        max-height: calc(100dvh - 94px);
    }

    .header.menu-open .header-bottom .top .input-wrapper {
        top: -9px;
    }

    .header.header--inner.move {
        padding-bottom: 60px;
    }

    .header .header-bottom {
        height: 60px;
    }

    .header .header-bottom .container {
        padding-top: 16px;
        padding-bottom: 12px;
    }

    .header .header-bottom .top {
        display: grid;
        grid-template-columns: 1fr auto 1fr;
    }

    .header .header-bottom .top .logo {
        display: none;
    }

    .header .header-bottom .top .menu-btn {
        margin-right: 0;
    }

    .header .header-bottom .top .logo-mobile {
        display: block;
    }

    .header .header-bottom .top .input-wrapper {
        display: none;
    }

    .header .header-bottom .top .btns-wrapper {
        gap: 10px;
        justify-self: end;
    }

    .header .header-bottom .top .btns-wrapper .search-btn {
        display: block;
    }

    .header .header-bottom .top .btns-wrapper .fav-btn {
        width: 26px;
        height: 26px;
    }

    .header .header-bottom .top .btns-wrapper button svg {
        width: 26px;
        height: 26px;
    }

    .header .header-bottom .top .header-cart-wrapper .cart-btn {
        width: 26px;
        height: 26px;
    }

    .header .header-bottom .top .header-cart-wrapper .header-cart-inner-wrapper {
        top: 42px;
        padding: 0 20px;
        width: calc(100dvw - 40px);
    }

    .header .header-bottom .top .header-cart-wrapper .header-cart-inner-wrapper .title-wrapper {
        padding: 14px 0;
    }

    .header .header-bottom .top .header-cart-wrapper .header-cart-inner-wrapper .cart-list-wrapper {
        max-height: 232px;
    }

    .header .header-bottom .top .header-cart-wrapper .header-cart-inner-wrapper .btns-wrapper {
        padding: 20px 0;
        gap: 14px;
    }

    .header .header-bottom .top .header-cart-wrapper .header-cart-inner-wrapper .btns-wrapper .btn-main span {
        font-size: 12px;
    }

    .search-wrapper .main-wrapper .catalog-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .mobile-menu-wrapper .container {
        display: block;
        padding-bottom: 40px;
        overflow-y: scroll;
    }

    .mobile-menu-wrapper .aside-nav ul li.acc {
        display: block;
    }

    .mobile-menu-wrapper .promo-wrapper {
        display: none;
    }

    .mobile-menu-wrapper .main-wrapper {
        display: none;
    }

    .main-top .main-top-slider .swiper-slide::before {
        height: 272px;
    }

    .main-top .main-top-slider .swiper-slide .main-top-slider__title {
        font-size: 28px;
    }

    .main-top .main-top-slider .swiper-slide .main-top-slider__title-line {
        height: 28px;
    }

    .main-top .main-top-slider .swiper-slide .txt-wrapper {
        margin-left: 70px;
    }

    .main-top .main-top-slider .swiper-slide .txt-wrapper p {
        font-size: 13px;
        line-height: 125%;
    }

    .main-top .main-top-slider .swiper-slide .txt-wrapper .btn-sec {
        margin-top: 32px;
    }

    .main-slider .title-wrapper {
        padding-right: 0;
    }

    .main-slider .top-slider .swiper-slide .title {
        font-size: 13px;
    }

    .main-slider .btns-wrapper {
        position: static;
        padding-top: 20px;
        margin-top: 40px;
        border-top: 1px solid #000;
    }

    .main-slider .btns-wrapper .top-slider-pagination {
        display: flex;
    }

    .main-projects .main-projects-slider .swiper-slide .img-wrapper {
        height: 360px;
    }

    .main-projects .main-projects-slider .swiper-slide .txt-wrapper .txt {
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 7;
        overflow: hidden;
    }

    .main-about {
        padding: 20px 0;
    }

    .main-about .container {
        flex-direction: column-reverse;
        gap: 20px;
    }

    .main-about .txt-wrapper .main-about__title {
        margin-bottom: 4px;
    }

    .main-about picture {
        width: 100%;
        height: 350px;
    }

    .main-video {
        padding-bottom: 20px;
    }

    .main-video .video-wrapper {
        height: 220px;
    }

    .main-blog {
        padding-bottom: 102px;
    }

    .main-blog .title-wrapper {
        padding-right: 0;
    }

    .main-blog .main-blog-slider .swiper-slide picture {
        height: 162px;
    }

    .main-blog .btns-wrapper {
        position: static;
        padding-top: 20px;
        margin-top: 40px;
        border-top: 1px solid #000;
    }

    .main-blog .btns-wrapper .main-blog-slider-pagination {
        display: flex;
    }

    .main-contacts .container {
        display: flex;
        flex-direction: column;
        gap: 32px;
    }

    .main-contacts .main-map {
        height: 260px;
    }

    .main-contacts .txt-wrapper .main-contacts__link {
        margin-top: 28px;
    }

    .default-slider-section.catalog-earlier {
        padding-bottom: 102px;
        margin-bottom: 20px;
    }

    .default-slider-section .title-wrapper {
        padding-right: 0;
    }

    .default-slider-section .btns-wrapper {
        position: static;
        padding-top: 20px;
        margin-top: 40px;
        border-top: 1px solid #000;
    }

    .default-slider-section .btns-wrapper .default-slider-pagination {
        display: flex;
    }

    .bottom-txt-wrapper {
        padding-bottom: 40px;
    }

    .catalog-inner .tag-list {
        margin: 30px -20px 0;
        padding: 0 20px;
        width: calc(100% + 40px);
        flex-wrap: nowrap;
        max-width: none;
        justify-content: start;
        overflow-x: scroll;
    }

    .catalog-inner .tag-list::-webkit-scrollbar {
        display: none;
    }

    .catalog-inner .filter {
        margin-top: 60px;
    }

    .catalog-inner .filter .filter-btn .txt.desktop {
        display: none;
    }

    .catalog-inner .filter .filter-btn .txt.mobile {
        display: block;
    }

    .catalog-inner .filter .in-stock-check {
        display: none;
    }

    .catalog-inner .filter .filter-item {
        display: none;
    }

    .catalog-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .catalog-list .catalog-list__item .img-wrapper {
        /* height: 140px; */
    }

    .catalog-list .catalog-list__item .img-wrapper .fav-icon {
        width: 24px;
        height: 24px;
    }

    .catalog-list .catalog-list__item .txt-wrapper .txt {
        gap: 6px;
        font-size: 9px;
    }

    .catalog-list .catalog-list__item .txt-wrapper .name {
        text-transform: none;
    }

    .catalog-list .catalog-list__item .fav-icon {
        width: 24px;
        height: 24px;
    }

    .card-inner {
        padding-bottom: 60px;
    }

    .card-inner .lightbox-wrapper.active {
        padding: 10px 10px 20px;
        max-width: calc(100% - 20px);
        height: 372px;
    }

    .card-inner .lightbox-wrapper.active~.card-slider-thumbs {
        margin-top: 296px;
    }

    .card-inner .card-sliders .card-slider {
        /* height: 280px; */
    }

    .card-inner .card-sliders .card-slider .lightbox-btn {
        bottom: 10px;
        right: 10px;
    }

    .card-inner .card-sliders .card-slider-thumbs {
        height: 80px;
    }

    .cart-inner .cart-wrapper .cart-list li {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    .cart-inner .cart-wrapper .cart-list li .info-wrapper {
        margin-top: 8px;
    }

    .cart-inner .cart-wrapper .cart-list li .quantity-wrapper {
        margin-top: 16px;
    }

    .cart-inner .cart-wrapper .cart-list li .del-btn {
        position: absolute;
        bottom: 27px;
        right: 0;
    }

    .cart-inner .aside-wrapper .request-wrapper .request-form.active {
        display: flex;
    }

    .filter-wrapper {
        width: 100%;
    }

    .blog-inner .blog-list {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .blog-inner .blog-list li picture {
        height: 240px;
    }

    .blog-inner .blog-list li .title {
        margin-top: 14px;
    }

    .blog-post-inner {
        padding: 40px 0 100px;
    }

    .blog-post-inner--top {
        padding-bottom: 0;
    }

    .blog-post-inner--bottom {
        padding-top: 0;
    }

    .blog-post-inner .main-wrapper::before {
        width: 100%;
    }

    .blog-post-inner .main-wrapper .block .anchor-span {
        top: -80px;
    }

    .blog-post-inner .main-wrapper .img-wrapper {
        flex-direction: column;
    }

    .blog-post-inner .main-wrapper .img-wrapper.--grid {
        display: flex;
        flex-direction: column;
    }

    .blog-post-inner .main-wrapper .img-wrapper.--grid picture {
        height: 425px;
    }

    .blog-post-inner .main-wrapper .img-wrapper.--flex-425 picture {
        height: 425px;
    }

    .blog-post-inner .main-wrapper .img-wrapper.--flex-350 picture {
        height: 425px;
    }

    .blog-post-inner .main-wrapper .slider-wrapper .title-wrapper {
        padding-right: 0;
    }

    .blog-post-inner .main-wrapper .slider-wrapper .post-slider .swiper-slide .img-wrapper {
        height: 140px;
    }

    .blog-post-inner .main-wrapper .slider-wrapper .post-slider .swiper-slide .img-wrapper .fav-icon {
        width: 24px;
        height: 24px;
    }

    .blog-post-inner .main-wrapper .slider-wrapper .post-slider .swiper-slide .txt-wrapper .txt {
        gap: 6px;
        font-size: 9px;
    }

    .blog-post-inner .main-wrapper .slider-wrapper .post-slider .swiper-slide .txt-wrapper .name {
        text-transform: none;
    }

    .blog-post-inner .main-wrapper .slider-wrapper .btns-wrapper {
        position: static;
        padding-top: 20px;
        margin-top: 40px;
        border-top: 1px solid #000;
    }

    .blog-post-inner .main-wrapper .slider-wrapper .btns-wrapper .post-slider-pagination {
        display: flex;
    }

    .blog-post-inner .main-wrapper .feedback-wrapper::before {
        width: 100%;
    }

    .blog-post-inner .main-wrapper .feedback-wrapper::after {
        width: 100%;
    }

    .blog-post-inner .main-projects-slider .swiper-slide .img-wrapper {
        height: 360px;
    }

    .services-inner .services-list.--3more {
        grid-template-columns: repeat(2, 1fr);
    }

    .services-inner .services-list.--3more li:first-of-type {
        grid-column: 1/3;
    }

    .services-inner .services-list.--3more li picture {
        height: 162px;
    }

    .services-inner .services-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .services-inner .services-list li:first-of-type picture {
        height: 220px;
    }

    .services-inner .services-list li picture {
        height: 162px;
    }

    .service-page-about {
        padding-bottom: 30px;
    }

    .service-page-about .container {
        display: flex;
        flex-direction: column;
        gap: 40px;
    }

    .service-page-process {
        padding-top: 30px;
    }

    .designers-about .container {
        display: flex;
        flex-direction: column;
        gap: 40px;
    }

    .about-about .container {
        display: flex;
        flex-direction: column;
        gap: 60px;
    }

    .about-about .about-num {
        align-self: start;
    }

    .about-services {
        padding-bottom: 40px;
    }

    .about-services .title-wrapper {
        padding-right: 0;
    }

    .about-services .btns-wrapper {
        position: static;
        padding-top: 20px;
        margin-top: 40px;
        border-top: 1px solid #000;
    }

    .about-services .btns-wrapper .about-services-slider-pagination {
        display: flex;
    }

    .reviews .container {
        display: flex;
        flex-direction: column;
        gap: 40px;
    }

    .reviews .btns-wrapper {
        padding-top: 20px;
        width: 100%;
        border-top: 1px solid #000;
    }

    .reviews .btns-wrapper .service-page-reviews-slider-pagination {
        display: flex;
    }

    .brands .title-wrapper {
        padding-right: 0;
    }

    .brands .btns-wrapper {
        position: static;
        padding-top: 20px;
        margin-top: 40px;
        border-top: 1px solid #000;
    }

    .brands .btns-wrapper .brands-slider-pagination {
        display: flex;
    }

    .projects .container {
        display: block;
    }

    .projects .btns-wrapper {
        padding-top: 20px;
        margin-top: 40px;
        width: 100%;
        border-top: 1px solid #000;
    }

    .projects .btns-wrapper .projects-slider-pagination {
        display: flex;
    }

    .contacts-inner .container {
        padding-bottom: 30px;
    }

    .contacts-inner .contacts-map {
        height: 260px;
    }

    .contacts-feedback .container {
        padding-top: 70px;
        display: flex;
        flex-direction: column;
        gap: 40px;
    }

    .contacts-feedback .container::before {
        top: 30px;
    }

    .page404 .container {
        padding-top: 226px;
        padding-bottom: 226px;
    }

    .page404 .txt-wrapper {
        gap: 18px;
    }

    .page404 .txt-wrapper .num {
        font-size: 120px;
    }

    .page404 .txt-wrapper .inner-wrapper {
        height: 86px;
        width: 166px;
    }

    .page404 .txt-wrapper .inner-wrapper::before {
        width: 12px;
    }

    .page404 .txt-wrapper .inner-wrapper::after {
        width: 12px;
    }

    .footer .footer-top {
        display: flex;
        flex-direction: column;
        gap: 60px;
    }

    .footer .footer-top .menu-wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 40px 20px;
    }

    .footer .footer-top .col.col--contacts {
        grid-column: 1/2;
    }

    .footer .footer-bottom {
        grid-template-columns: repeat(2, auto);
        gap: 40px 20px;
    }

    .footer .footer-bottom .links-wrapper {
        grid-column: 1/3;
    }

    .footer .footer-bottom .design-link {
        justify-self: end;
    }

    .footer .footer-bottom .up-link {
        bottom: calc(100% + 60px);
        right: 0;
    }

    .modal-one-click {
        padding: 30px 0;
        width: calc(100% - 40px);
    }
}

/*# sourceMappingURL=maps/main.css.map */

.ul li {
    list-style-type: disc;
}

.ol li {
    list-style: decimal;
}

.form-error input {
    border-color: indianred !important;
}

.similar-content {
    display: none;
}

.similar-content.active {
    display: block;
}


.checkbox.form-error span {
    border-color: indianred !important;
}

.centered-block {
    display: flex;
    gap: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.centered-page {
    background: #F4F3F1;
}

.centered-page .container {
    position: relative;
    padding-top: 300px;
    padding-bottom: 300px;
}

.centered-page .container::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 20px;
    width: calc(100% - 40px);
    height: 1px;
    background: #D9D9D9;
}

.centered-page a {
    color: #1A1A1A;
}

.centered-page .breadcrumbs,
.centered-page .title-wrapper,
.centered-page .breadcrumbs~.h1 {
    display: none;
}

@media (max-width: 992px) {
    .centered-page .container {
        padding-top: 310px;
        padding-bottom: 310px;
    }
}

@media (max-width: 600px) {
    .centered-page .container {
        padding-top: 226px;
        padding-bottom: 226px;
    }
}

.catalog-list .catalog-list__item .img-wrapper .dots-zone {
    display: none
}

.catalog-list .catalog-list__item .img-wrapper .dots-zone:has(> :nth-child(2)) {
    display: flex
}

.request-price-btn {
    max-width: 100%;
}

.card-inner .aside-wrapper .price-wrapper .price.price--request {
    font-size: 18px;
}


div[id^="wait_"] {
    display: none !important;
}
/* End */
/* /local/templates/hedd/template_styles.css?1784704874220650 */
