@charset "UTF-8";

/* stylelint-disable */

/*! 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 {
    margin: 0.67em 0;
    font-size: 2em;
}

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

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

hr {
    -webkit-box-sizing: content-box;
    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-size: 1em;
    /* 2 */
    font-family: monospace, monospace;
    /* 1 */
}

/* 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] {
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
    border-bottom: none;
    /* 1 */
}

/**
* 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-size: 1em;
    /* 2 */
    font-family: monospace, monospace;
    /* 1 */
}

/**
* 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 {
    position: relative;
    font-size: 75%;
    line-height: 0;
    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 {
    margin: 0;
    /* 2 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    font-family: inherit;
    /* 1 */
}

/**
* 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 {
    padding: 0;
    border-style: none;
}

/**
* 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 {
    display: table;
    /* 1 */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    color: inherit;
    /* 2 */
    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"] {
    -webkit-box-sizing: border-box;
    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"] {
    outline-offset: -2px;
    /* 2 */
    -webkit-appearance: textfield;
    /* 1 */
}

/**
* 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 {
    font: inherit;
    /* 2 */
    -webkit-appearance: button;
    /* 1 */
}

/* 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;
}

html,
body {
    margin: 0;
    padding: 0;
}

html {
    font-style: normal;
    font-family: "Onest", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #222334;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    height: 100%;
}

body {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
}

.page-body--filter {
    overflow: hidden;
}

a {
    color: #222334;
    text-decoration: none;
}

img,
video {
    display: block;
    max-width: 100%;
    height: auto;
}

textarea {
    resize: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 1000px #ffffff;
    box-shadow: inset 0 0 0 1000px #ffffff;
    -webkit-text-fill-color: #000000;
}

input,
textarea {
    border-radius: 0;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    opacity: 1;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    opacity: 1;
}

input::placeholder,
textarea::placeholder {
    opacity: 1;
}

input:invalid,
textarea:invalid {
    -webkit-box-shadow: none;
    box-shadow: none;
}

select {
    border-radius: 0;
}

input::-ms-clear,
input::-ms-reveal {
    display: none;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    appearance: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none;
    appearance: none;
}

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

select,
textarea,
input:matches([type="email"],
[type="number"],
[type="password"],
[type="search"],
[type="tel"],
[type="text"],
[type="url"]) {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

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

* {
    box-sizing: border-box;
}
:root {
    /* Main Colors */
    --color-main-red: #B51717;
    --color-main-red-second: #A30F0F;
    --color-main-blue: #2133BD;
    --color-main-black: #222334;
    --color-main-gray: #A9A9A9;
    --color-main-gray-second: #8D8D8D;
    --color-main-gray-second2: #8E9099;

    /* Background Colors */
    --color-bc-white: #FFFFFF;
    --color-bc-cray: #F4F4FA;
    --color-bc-disabled: #EEEDED;

    /* Text Colors */
    --color-text-black: #222334;
    --color-text-cray: #757575;
    --color-text-white: #FFFFFF;
    --color-text-white-secondary: rgba(255, 255, 255, 0.9);

    /* Stroke Colors */
    --color-stroke-cray: #00000020; /* 20% opacity */
    --color-stroke-op10: #00000010; /* 10% opacity */

    /* System Colors */
    --color-system-warning: #FFBB2E;
    --color-system-success: #439F6E;
    --color-system-error: #FB5252;
}
body {
    margin: 0;
    font-family: "Onest", sans-serif;
    color: var(--color-main-black);
}
p {
    margin: 0;
}

.h1 {
    margin: 0;
    font-weight: 500;
    font-size: 48px;
    line-height: 48px;
}
.h2, h2 {
    margin-top: 0;
    font-weight: 500;
    font-size: 40px;
    line-height: 44px;
}
.h3, h3 {
    margin-top: 0;
    font-weight: 500;
    font-size: 40px;
    line-height: 44px;
}

.h4, h4 {
    margin-top: 0;
    font-weight: 500;
    font-size: 24px;
    line-height: 26px;
}
.h5, h5 {
    margin-top: 0;
    font-weight: 500;
    font-size: 22px;
    line-height: 24px;
}
.h6, h6 {
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
}
.reg-gray {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #8D8D8D;
}
.c-gray {
    color: #8D8D8D;
}
.reg-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}
.accent-med {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
}
.show-md-up {
    display: block;
}
.cover-img {
    overflow: hidden;
}
.cover-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.img-base-col {
    border-radius: 28px;
    max-height: 380px;
    height: 100%;
}
.border-base-img {
    border-radius: 28px;
}
.animation-img img {
    transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.animation-img:hover img {
    transform: scale(1.15);
    filter: brightness(1.05);
}
@media (min-width: 769px) {
    .show-md-down {
        display: none !important;
    }
}

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

    .h1 {
        font-size: 28px;
        line-height: 30px;
    }
    .h2, h2 {
        font-size: 28px;
        line-height: 30px;
    }
    .h3, h3 {
        font-weight: 500;
        font-size: 20px;
        line-height: 22px;
    }
    .h4, h4 {
        font-size: 20px;
        line-height: 22px;
    }

    .h5, h5 {
        font-size: 18px;
        line-height: 20px;
    }

}
.bg-gray {
    background: #F4F5F5;
}
.bg-white {
    background: #ffffff;
}
.container {
    width: 100%;
    max-width: 1390px;
    margin: 0 auto;
    padding: 0 15px;
}
.container--sm {
    width: 100%;
    max-width: 1060px;
}
.section {
    margin: 120px 0;
}
.section-inner {
    padding: 120px 0;
}
.section-page-b-half {
    margin-bottom: 80px;
}
.section-page-inner {
    padding: 80px 0 100px;
}
.section-page {
    margin-bottom: 100px;
}

.icon {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.highlight {
    color: var(--color-main-red);
}
.mb12 {
    margin-bottom: 12px;
}

.mb16 {
    margin-bottom: 16px;
}

.mb20 {
    margin-bottom: 20px;
}
.mb28 {
    margin-bottom: 28px;
}
.mb32 {
    margin-bottom: 32px;
}
.c-gray {
    color: #8D8D8D;
}
.f-medium {
    font-weight: 500;
}
.header-section {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 28px;
}
.header-section .catalog-slider-arrows {
    margin-left: auto;
}
.header-section h2 {
    margin: 0;
}
@media (max-width: 768px) {
    .section-page-inner {
        padding: 60px 0;
    }
    .mb12mob {
        margin-bottom: 12px;
    }
    .section {
        margin: 50px 0;
    }
    .section-inner {
        padding: 50px 0;
    }

    .section-page {
        margin-bottom: 50px;
    }
    .mb32 {
        margin-bottom: 20px;
    }
}

.fancybox__content {
    padding: 0;
    background: transparent;
    box-shadow: none;
}

.fancybox__backdrop {
    background: rgba(0, 0, 0, 0.6);
}

.fancybox-custom-modal .modal {
    display: block;
}

.link-base {
    transition: color .2s ease-in-out;
}
.link-base:hover {
    color: var(--color-main-red);
}
.link-second {
    color: var(--color-main-red-second);
    transition: color .2s ease-in-out;
}

.link-second:hover {
    color: var(--color-main-black);
}
.link-white {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: underline;
}
.link-white:hover {
    color: #ffffff;
}
.link-red-sm {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: var(--color-main-red-second);
    transition: color .2s ease-in-out;
}

.link-red-sm:hover {
    color: var(--color-main-black);
}
.link-with-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}
.link-with-arrow__icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.link-with-arrow .icon {
    flex: 0 0 auto;
    width: 6px;
    height: 9px;
    transform: scale(-1, 1);
}
/* Buttons */
.button {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    padding: 8px 24px;
    border-radius: 10px;
    border: 1px solid transparent;
    background: var(--color-main-red);
    cursor: pointer;
    transition: all .3s ease-in-out;
}
.button--lg {
    padding: 11px 24px;
}
.button--sm {
    padding: 8px 12px;
}
.button--sm .button__text {
    font-size: 14px;
    line-height: 18px;
}
.button--wide {
    width: 100%;
}
.button--center {
    align-items: center;
    justify-content: center;
}
.button:hover {
    background: var(--color-main-red-second);
}
.button:hover .button__text {
    color: #FFFFFF;
}
.button__icon {
    width: 20px;
    height: 20px;
    transition: color .3s ease-in-out;
}
.button__text {
    color: #FFFFFF;
    position: relative;
    z-index: 1;
    line-height: 28px;
    font-size: 16px;
    font-weight: 500;
    transition: color .3s ease-in-out;
}
.button--second {
    background: none;
    border-color: var(--color-main-red);
}
.button--second .button__icon {
    color: var(--color-main-red);
}
.button--second .button__text {
    color: var(--color-main-red);
}
.button--second:hover {
    background: var(--color-main-red);
}
.button--second:hover .button__text {
    color: #ffffff;
}
.button--second:hover .button__icon {
    color: #ffffff;
}
.button--second-gray {
    border-color: #0000001A;
}
.button--second-gray .button__text {
    color: var(--color-main-black);
}
.button--second-gray:hover {
    background: var(--color-main-red);
}
.button--sm {
    height: 36px;
}
@media (max-width: 768px) {
    .button--sm-mob {
        padding: 10px 24px;
    }
    .button--sm-mob .button__text {
        font-size: 14px;
        line-height: 18px;
    }
}

.buttons-row {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    gap: 12px;
}
.buttons-row--left {
    justify-content: flex-start;
}
.buttons-row--fix-buttons {
    max-width: 355px;
}
.buttons-row--fix-buttons .button {
    width: 100%;
}
/* Верхняя часть */
.header-top {
    background: var(--color-main-black);
    color: var(--color-text-white-secondary);
    padding: 10px 0;
}
.header-top__container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.header-top__location {
    margin-right: auto;
}
.header-phone {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-left: 12px;
    font-size: 14px;
    line-height: 20px;
    color: var(--color-text-white-secondary);
    text-decoration: none;
    font-weight: 400;
}

.header-phone .icon {
    width: 14px;
    height: 14px;
    flex: 0 0 auto;
    transition: all .2s ease-in-out;
}
.header-phone:hover .icon {
    transform: scale(-1, -1);
}
.header-top__socials {
    display: flex;
    align-items: center;
    gap: 10px;
}
.header__link-email {
    margin: 0 24px;
}
.link-calc {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 14px;
    line-height: 20px;
    color: var(--color-text-white-secondary);
}

.link-calc__text {
    border-bottom: 1px solid transparent;
    transition: all .2s ease-in-out;
}

.link-calc:hover .link-calc__text {
    border-bottom-color: #FFFFFF;
}
.link-calc .icon {
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
}
.link-calc--inner {
    font-weight: 400;
    color: var(--color-main-black);
}

.link-email {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    padding: 0 14px;
    height: 32px;
    gap: 8px;
    background: rgba(255, 255, 255, 0.1);
    color: var(--color-text-white-secondary);
    font-size: 14px;
    line-height: 20px;
    transition: background 0.3s;
}
.link-email .icon {
    width: 16px;
    height: 16px;
    flex: 0 0 auto;
}
.link-email:hover {
    background: var(--color-main-red);
}

.link-email--inner {
    background: none;
    padding: 0;
    height: auto;
    font-weight: 400;
    color: var(--color-main-black);
}
.link-email--inner:hover {
    background: none;
}
.link-email--inner .icon,
.link-calc--inner .icon {
    width: 20px;
    height: 20px;
    color: #A9A9A9;
}
.link-favorite {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: var(--color-main-black);
}
.link-favorite .icon {
    width: 20px;
    height: 20px;
}
.link-compare {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: var(--color-main-black);
}
.link-compare .icon {
    width: 20px;
    height: 20px;
}
.link-favorite .count,
.link-compare .count {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #ffffff;
    padding: 2px 4px;
    min-width: 24px;
    border-radius: 12px;
    background: var(--color-main-red);
}
.social-icons {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
}
.social-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    transition: all 0.2s ease-in-out;
}
.social-btn:hover {
    background: var(--color-main-red);
}
.social-btn .icon {
    width: 18px;
    height: 18px;
    transition: all 0.2s ease-in-out;
}
.social-btn--gray {
    background: #F4F5F5;
    color: var(--color-main-red);
}
.social-btn--gray:hover {
    background: var(--color-main-red);
    color: #ffffff;
}
.header-menu {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 32px;
    margin: 2px 0 0 auto;
    padding: 0;
}

.header-menu .has-submenu .icon {
    transition: all .2s ease-in-out;
}
.header-menu .has-submenu.active .icon {
    transform: scale(-1, -1);
}
.header-menu__link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 12px;
    line-height: 14px;
    transition: all .2s ease-in-out;
    border-bottom: 1px solid transparent;
}

.header-menu__link:hover {
    border-bottom-color: #FFFFFF;
}

.header-menu .has-submenu .header-menu__link:hover {
    border-bottom-color: transparent;
}
.header-menu__link .icon {
    flex: 0 0 auto;
    margin-left: 6px;
    width: 10px;
    height: 5px;
}
.header-menu li {
    position: relative;
    list-style: none;
}
.header-menu__link {
    color: var(--color-text-white-secondary);
}
.header-menu__submenu {
    position: absolute;
    top: 17px;
    left: -100%;
    min-width: 170px;
    padding: 20px;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 -8px 8px 0 rgb(51 51 51 / 10%);
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-5px);
    transition: all 0.2s ease-in-out;
}

.has-submenu.active > .header-menu__submenu {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.header-menu__submenu li {
    margin-bottom: 20px;
}
/* Костыль */
.has-submenu:nth-child(2) .header-menu__submenu li:nth-child(2) {
    display: none;
}
.header-menu__submenu li:last-of-type {
    margin-bottom: 0;
}
.header-menu__submenu-link {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    transition: all .2s ease-in-out;
    color: var(--color-main-black);
}
.header-menu__submenu-link:hover {
    color: var(--color-main-red);
}
.location {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
    font-size: 12px;
}
.location .icon {
    width: 18px;
    height: 18px;
}

/* Нижняя часть */
.header-bottom {
    background: #fff;
    padding: 15px 0;
    border-bottom: 1px solid #ececec;
}
.header-bottom__container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.header-bottom.is-visible {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 1000;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transform: translateY(0);
}

.header-bottom__spacer {
    display: block;
    width: 100%;
    flex: 0 0 auto;
    height: 0;
}
.logo {
    flex: 0 0 auto;
}

.logo img {
    height: 50px;
}

.catalog-btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 8px 24px;
    margin-left: 40px;
    min-height: 44px;
    color: #FFFFFF;
    line-height: 28px;
    font-size: 16px;
    border-radius: 10px;
    cursor: pointer;
    transition: background .2s ease-in-out;
    background: var(--color-main-red);
}
.catalog-btn:hover {
    background: var(--color-main-red-second);
}
.catalog-btn__lines {
    position: relative;
    width: 13px;
    height: 2px;
    background: #ffffff;
    border-radius: 2px;
    margin-right: 13px;
    margin-top: -2px;
    transition: background .2s ease-in-out;
}
.catalog-btn__lines:before,
.catalog-btn__lines:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background: #ffffff;
    left: 0;
    border-radius: 2px;
    transition: all .2s ease-in-out;
}
.catalog-btn__lines:before {
    top: -5px;
}
.catalog-btn__lines:after {
    bottom: -5px;
}
.burger-btn {
    position: relative;
    display: none;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    flex: 0 0 auto;
    cursor: pointer;
    background: none;
    border: none;
}

.burger-btn__lines {
    position: relative;
    width: 16px;
    height: 2px;
    background: #ffffff;
    border-radius: 2px;
    transition: background .2s ease-in-out;
}
.burger-btn__lines:before,
.burger-btn__lines:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background: #ffffff;
    left: 0;
    border-radius: 2px;
    transition: all .2s ease-in-out;
}
.burger-btn__lines:before {
    top: -5px;
}
.burger-btn__lines:after {
    bottom: -5px;
}
.search-page form {
    position: relative;
    display: flex;
    width: 100%;
    overflow: hidden;
    margin: 16px 0;
}
.search-page input[type="submit"] {
    background: var(--color-main-red);
    border: none;
    border-radius: 0 8px 8px 0;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #ffffff;
}
.search-page input[type="text"] {
    flex: 1;
    padding: 12px 14px;
    font-size: 16px;
    outline: none;
    border: 1px solid #00000033;
    border-radius: 8px 0 0 8px;
    margin-right: -5px;
}
.search-form {
    position: relative;
    display: flex;
    flex: 1;
    max-width: 480px;
    overflow: hidden;
    background: #fff;
    margin: 0 16px;
}
.search-clear-btn {
    position: absolute;
    right: 54px;
    top: 0;
    height: 100%;
    color: #A9A9A9;
    background: none;
    border: none;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: .2s ease;
    transform: scale(0,0);
}
.search-clear-btn .icon {
    width: 14px;
    height: 14px;
    margin-top: 4px;
}

.search-clear-btn.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: scale(1,1);
}
.search-form input {
    flex: 1;
    padding: 12px 14px;
    font-size: 16px;
    outline: none;
    border: 1px solid #00000033;
    border-radius: 8px 0 0 8px;
}
.search-btn {
    background: var(--color-main-red);
    border: none;
    border-radius: 0 8px 8px 0;
    width: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #ffffff;
}
.search-btn svg {
    width: 24px;
    height: 24px;
}
.header-btns {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 28px;
    margin-left: auto;
}
.compare-big-btn,
.fav-big-btn,
.cart-big-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 64px;
    height: 50px;
    border-radius: 8px;
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
    transition: all .2s ease-in-out;
    color: var(--color-main-black);
}
.compare-big-btn:hover,
.fav-big-btn:hover,
.cart-big-btn:hover {
    background: #F4F5F5;
}
.compare-big-btn .icon,
.fav-big-btn .icon,
.cart-big-btn .icon {
    width: 28px;
    height: 28px;
    color: var(--color-main-gray);
}

.compare-big-btn .count,
.fav-big-btn .count,
.cart-big-btn-icon .count,
.cart-big-btn .count {
    position: absolute;
    right: 4px;
    top: 2px;
    padding: 3px 5px;
    border-radius: 8px;
    color: #FFFFFF;
    font-size: 10px;
    line-height: 10px;
    font-weight: 600;
    background: var(--color-main-red);
}

.cart-big-btn-icon .count {
    top: -2px;
}
.compare-big-btn__text,
.fav-big-btn__text,
.cart-big-btn__text {
    margin-top: 2px;
    font-size: 10px;
    line-height: 13px;
}

/* Typo */

.typo p {
    margin-bottom: 16px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}
.typo p:last-of-type {
    margin-bottom: 0;
}
.typo b {
    font-weight: 600;
}
.typo h1 {
    font-weight: 500;
    font-size: 48px;
    line-height: 48px;
    margin: 0 0 20px 0;
}
.typo h2 {
    margin-bottom: 28px;
}
.typo h3 {
    font-weight: 500;
    font-size: 28px;
    line-height: 32px;
    margin: 20px 0 16px;
}
.typo h4 {
    margin-top: 20px;
    margin-bottom: 16px;
}
.typo h6 {
    margin-top: 20px;
    margin-bottom: 12px;
}
.typo h6:first-of-type {
    margin-top: 0;
}
.typo ul {
    padding-left: 25px;
}

.typo ul li {
    margin-bottom: 6px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}
.typo ol {
    padding-left: 20px;
}
.typo ol li {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 16px;
}
.typo a {
    transition: all .2s ease-in-out;
    color: var(--color-main-red);
}
.typo a:hover {
    color: var(--color-main-black);
}

.typo table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    min-width: 700px;
    border: 1px solid #0000001A;
    border-radius: 16px;
    overflow: hidden;
}

.typo thead th {
    background: #F4F5F5;
    padding: 12px 16px;
    font-weight: 600;
    text-align: left;
    border-bottom: 1px solid #0000001A;
    white-space: nowrap;
}

.typo td {
    padding: 12px 16px;
    border-bottom: 1px solid #0000001A;
    white-space: nowrap;
}

.typo tbody tr:last-child td {
    border-bottom: none;
}

.typo th,
.typo td {
    width: 20%;
}
.typo--content h2 {
    margin-top: 48px;
    margin-bottom: 24px;
}
.typo--content h3 {
    margin-top: 48px;
}
.typo--content h6 {
    margin-top: 24px;
    margin-bottom: 16px;
}
.typo--content h4 {
    margin-top: 32px;
    margin-bottom: 20px;
}
.typo--content h5 {
    margin-top: 32px;
    margin-bottom: 20px;
}
.typo--content ul,
.typo--content ol {
    list-style: none;
    margin-bottom: 48px;
    padding-left: 4px;
}
.typo--content ul li,
.typo--content ol li {
    margin-bottom: 12px;
}
.typo--content p:last-of-type {
    margin-bottom: 16px;
}

.typo--content li {
    position: relative;
    margin: 0 0 12px 0;
    padding-left: 24px;
    line-height: 1.4;
}

.typo--content ul li::before {
    content: "";
    position: absolute;
    left: 6px;
    top: 0.6em;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: currentColor;
}
.typo--content ol {
    counter-reset: listCounter;
}
.typo--content ol li {
    padding-left: 24px;
    counter-increment: listCounter;
}

.typo--content ol li::before {
    content: counter(listCounter) ".";
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 500;
    line-height: inherit;
}
.table {
    margin: 24px 0 48px;
}
.flex {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.flex-stretch {
    align-items: stretch;
}
.flex-center {
    align-items: center;
    justify-content: center;
}
.flex-row-reverse {
    flex-direction: row-reverse;
}

.gap-20 {
    gap: 20px;
}
.gap-40 {
    gap: 40px;
}
.col-50 {
    width: 50%;
}

.dragscroll-box {
    cursor: grab;
    user-select: none;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.dragscroll-box::-webkit-scrollbar {
    display: none;
}
.dragscroll-active {
    cursor: grabbing;
    user-select: none;
}
.dragscroll-box.dragscroll-active {
    cursor: grabbing;
}

/* Мобильная адаптация */
@media (max-width: 1300px) {
    .header-top__location {
        display: none;
    }
    .header__calc-btn {
        display: none;
    }
    .link-calc__text,
    .link-email__text {
        display: none;
    }
}

@media (max-width: 991px) {
    .header-btns {

    }
    .catalog-btn {
        margin-left: 0;
    }
    .catalog-btn__lines {
        margin-right: 0;
    }
    .catalog-btn__text {
        display: none;
    }
}
@media (max-width: 768px) {
    .col-50 {
        width: 100%;
    }
    .flex {
        flex-direction: column;
    }
    .flex-column-sm {
        flex-direction: column;
    }
    .flex-row-reverse {
        flex-direction: column-reverse;
    }
    .gap-40 {
        gap: 20px;
    }
    .container {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
    .typo h3 {
        font-size: 18px;
        line-height: 20px;
        margin: 12px 0 6px;
    }
    .typo p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 24px;
    }
    .typo ul {
        margin-bottom: 24px;
    }
    .typo ul li {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 2px;
    }
    .typo h6 {
        margin-bottom: 10px;
    }

    .typo--content h1 {
        margin-bottom: 16px;
        font-weight: 500;
        font-size: 28px;
        line-height: 30px;
    }
    .typo--content p {

    }
    .typo--content h5,
    .typo--content h4,
    .typo--content h6,
    .typo--content h2,
    .typo--content h3 {
        margin-top: 28px;
        margin-bottom: 16px;
    }
    .typo--content ul,
    .typo--content ol {
        margin-bottom: 28px;
    }

    .typo--content ul li,
    .typo--content ol li {
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        padding-left: 20px;
    }
    .table {
        margin: 16px 0 28px;
    }
    .typo thead th {
        font-weight: 500;
        font-size: 14px;
        line-height: 18px;
    }
    .typo td {
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
    }
    .burger-btn {
        display: flex;
    }
    .header-top {
        padding: 12px 0;
    }
    .header-phone {
        font-size: 15px;
    }
    .header-top__contacts {
        margin-left: auto;
    }
    .header-top__socials {
        margin-left: 24px;
        order: 1;
    }
    .logo img {
        height: 44px;
    }
    .search-form {
        width: 100%;
        margin: 0;
        max-width: none;
    }
    .search-btn {
        width: 36px;
    }
    .search-clear-btn {
        right: 36px;
    }
    .search-form input {
        padding: 6px 25px 6px 14px;
        width: 100%;
    }
    .header-top__location,
    .header__link-email,
    .header__link-calc,
    .header-menu,
    .header__calc-btn,
    .header-btns,
    .catalog-btn {
        display: none;
    }
    .link-calc__text,
    .link-email__text {
        display: block;
    }
    .buttons-row {
        flex-direction: column;
    }
    .buttons-row--fix-buttons {
        flex-direction: row;
    }
}



.footer {
    background-color: var(--color-main-black);
    color: #fff;
    padding: 48px 0 20px;
    margin-top: auto;
}

.footer-container {
}

.footer-grid {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 30px;
}

.footer-column h3 {
    margin-top: 0;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 12px;
    color: #fff;
    position: relative;
}
.footer-column .footer-column__icon {
    display: none;
}
.contact-column.footer-column h3 {
    color: rgba(255, 255, 255, 0.9);
}
.footer-column ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-column ul li {
    margin-bottom: 12px;
}

.footer-column ul li a {
    font-size: 16px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    transition: color 0.3s;
}

.footer-column ul li a:hover {
    color: #fff;
}

.contact-info {
    margin-bottom: 28px;
}

.contact-info p {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
    margin-top: 0;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 16px;
    line-height: 22px;
}
.contact-info p span {

}
.contact-info .icon {
    margin-top: 2px;
    flex: 0 0 auto;
    color: #ffffff;
    width: 18px;
    height: 18px;
}
.footer .phones {
    margin-bottom: 5px;
}

.footer .phones a {
    display: block;
    color: var(--color-text-white-secondary);
    text-decoration: none;
    margin-bottom: 12px;
    font-weight: 500;
    font-size: 28px;
    line-height: 32px;
}

.footer .phones a:last-of-type {
    margin-bottom: 0;
}
.callback-btn {
    display: inline-block;
    background: none;
    color: var(--color-main-red);
    padding: 10px 0;
    text-decoration: none;
    margin-bottom: 10px;
    transition: color 0.3s;
    border: none;
    cursor: pointer;
    font-size: 22px;
    font-weight: 500;
}

.callback-btn:hover {
    color: #ffffff;
}

.footer .email {
    margin-bottom: 26px;
}

.footer .email a {
    font-size: 22px;
    color: var(--color-text-white-secondary);
    text-decoration: none;
}

.footer .payment-methods {
    margin-bottom: 20px;
}

.footer .payment-methods p {
    margin-bottom: 10px;
    color: #b3b3b3;
}

.footer .payment-icons {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.footer .social-links {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    margin-bottom: 20px;
}

.footer .social-links p {
    margin: 0;
    color: #FFFFFF99;
}

.footer .social-icons {
    display: flex;
    gap: 10px;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.legal-info {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 40px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
}
.legal-info p {
    margin: 0;
    font-weight: 300;
    max-width: 410px;
}
.legal-info a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: underline;
}

.legal-info a:hover {
    color: #fff;
}

.copyright {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    text-align: right;
}
.contact-column {
    max-width: 342px;
}

.ratings {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
    flex-wrap: wrap;
    margin-bottom: 28px;
}

.rating {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 167px;
    flex: 0 0 auto;
    padding: 0 12px;
    background: #FFFFFF1A;
    height: 46px;
    border-radius: 12px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
}
.rating__count {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    line-height: 19px;
}
/* Мобильная версия */
@media (max-width: 768px) {
    .footer {
        padding: 40px 0 95px;
    }
    .footer-grid {
        gap: 0;
        flex-direction: column;
    }

    .menu-column {
        width: 100%;
        padding: 0 0 20px 0;
    }

    .menu-column h3 {
        position: relative;
        margin-bottom: 0;
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .footer-column .footer-column__icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 24px;
        height: 24px;
        transition: all .3s ease-in-out;
    }
    .footer-column .footer-column__icon .icon {
        width: 10px;
        height: 6px;
    }
    .menu-column ul {
        display: none;
        padding-top: 15px;
    }

    .menu-column.active h3 .icon {
        transform: scale(1, -1);
    }
    .menu-column.active ul {
        display: block;
    }

    .contact-column {
        padding: 0;
    }
    .footer-grid {
        margin-bottom: 24px;
    }
    .footer .email {
        margin-bottom: 20px;
    }
    .footer .payment-methods p {
        margin-bottom: 4px;
    }
    .footer .phones {
        display: flex;
        gap: 12px;
        margin-bottom: 0;
    }
    .footer .social-links {
        margin-bottom: 0;
    }
    .footer .phones a {
        margin: 0;
        font-size: 17px;
    }
    .contact-info p {
        font-size: 14px;
        line-height: 20px;
    }
    .contact-info {
        margin-bottom: 20px;
    }
    .callback-btn {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .footer .email a {
        font-size: 18px;
    }
    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }

    .legal-info {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 12px;
        font-size: 12px;
        max-width: 100%;
    }
    .copyright {
        margin-top: 12px;
        font-size: 12px;
        text-align: left;
    }
}

@media (min-width: 769px) {
    .footer-column h3 {
        cursor: default;
    }

    .footer-column h3:before {
        display: none;
    }
}

.main-slider {
    flex: 0 0 auto;
    height: 620px;
    position: relative;
}

.main-slider .swiper {
    width: 100%;
    height: 100%;
}

.main-slider .swiper-slide {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.main-slider .swiper-slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4); /* 40% opacity черного фона */
    z-index: 1;
}

.slide-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slide-content {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 1;
}

.slide-title {
    max-width: 1045px;
    font-weight: 600;
    font-size: 56px;
    line-height: 56px;
    margin-top: 0;
    margin-bottom: 20px;
    color: #ffffff;
}

.slide-text {
    max-width: 630px;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 48px;
    color: #ffffff;
}

.slide-btn {
}

.slide-btn:hover {
}

/* Стили для стрелок */
.slider-nav {
    position: absolute;
    width: 100%;
    bottom: 20px;
    left: 0;
    z-index: 10;
    pointer-events: none;
}
.slider-nav .container {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 12px;
}
.slider-arrow {
    width: 52px;
    height: 52px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s;
    pointer-events: visible;
}

.slider-arrow:hover {
    background-color: rgba(255, 255, 255, 0.4);
}

.slider-arrow svg {
    width: 35px;
    height: 35px;
    fill: white;
}

/* Стили для точек (пагинации) */
.main-slider .swiper-pagination {
    position: absolute;
    bottom: 40px;
    left: 0;
    z-index: 10;
    display: flex;
    gap: 9px;
    justify-content: center;
}

.main-slider .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: transparent;
    border: 1px solid #ffffff;
    opacity: 1;
    border-radius: 50%;
    cursor: pointer;
    margin: 0 !important;
    transition: background-color 0.3s;
}

.main-slider .swiper-pagination-bullet-active {
    border-color: var(--color-main-red);
    background-color: var(--color-main-red);
}

/* Адаптивность */
@media (max-width: 768px) {
    .main-slider {
        height: 548px;
    }

    .slide-title {
        font-size: 28px;
        line-height: 30px;
    }

    .slide-text {
        margin-bottom: 40px;
        font-size: 18px;
        line-height: 22px;
        opacity: .9;
    }

    .slider-nav {
        display: none;
        bottom: 20px;
        right: 20px;
    }
    .main-slider .swiper-pagination {
        display: none;
    }
}

@media (max-width: 480px) {

}

.header-content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 40px;
    gap: 20px;
}
.header-content__title,
.header-content__text {
    width: calc(50% - 15px);
    flex: 0 0 auto;
}

.header-content__text p {
    margin-bottom: 16px;
    line-height: 22px;
    color: var(--color-main-black);
}

.header-content__text p:last-of-type {
    margin-bottom: 0;
}
@media (max-width: 768px) {
    .header-content {
        flex-wrap: wrap;
        flex-direction: column;
        gap: 16px;
        margin-bottom: 28px;
    }
}
.about-company {
    flex: 0 0 auto;
    overflow: hidden;
    background: #F4F5F5;
}

.about-container {
    display: flex;
}

.about-content {
    flex: 1;
    padding: 0 20px 0 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about-title {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #333;
    position: relative;
}

.features {

}

.feature {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 22px 28px;
    gap: 28px;
    background: #ffffff;
    margin-bottom: 12px;
    border-radius: 20px;
}
.features .swiper-slide:last-of-type .feature {
    margin-bottom: 0;
}
.feature-icon {
    flex: 0 0 auto;
    width: 68px;
    height: 68px;
}

.feature-icon img {
    width: 100%;
    height: 100%;
}

.feature h3 {
    font-size: 22px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 8px;
    margin-top: 0;
}

.feature p {
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
    color: #8E9099;
}

.about-text {
}

.about-text p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 15px;
}

.about-image {
    flex: 0 0 auto;
    width: 100%;
    max-width: 670px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}

.red-square {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 291px;
    height: 285px;
    background-color: transparent;
    overflow: hidden;
}

.red-triangle {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: var(--color-main-red);
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

.triangle-text {
    position: absolute;
    bottom: 24px;
    right: 24px;
    text-align: right;
    color: white;
    z-index: 2;
}

.triangle-number {
    font-size: 80px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 5px;
}

.triangle-description {
    font-size: 14px;
    line-height: 1.3;
    max-width: 150px;
}
.features__swiper .swiper-slide {
    height: auto;
}

.features__swiper .swiper-wrapper {
    display: block;
}
/* Мобильная версия */
@media (max-width: 1200px) {
    .about-image {
        max-width: 500px;
    }
}
@media (max-width: 991px) {
    .about-container {
        flex-direction: column;
    }
    .about-image {
        max-width: 100%;
    }
}
@media (max-width: 768px) {
    .about-container {
        flex-direction: column;
    }

    .about-content {
        padding: 0;
    }
    .about-text p:last-of-type {
        margin-bottom: 0;
    }

    .features {
        margin-bottom: 28px;
    }

    .feature {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        height: 100%;
        margin-bottom: 0;
    }
    .feature h3 {
        font-size: 18px;
        line-height: 20px;
        height: 40px;
        overflow: hidden;
    }
    .feature p {
        font-size: 14px;
        line-height: 20px;
    }
    .feature-icon {
        width: 48px;
        height: 48px;
    }
    .mobile-slider {
        display: block;
        margin-bottom: 30px;
    }

    .features__swiper.swiper {
        overflow: visible !important;
        display: flex;
    }

    .features__swiper .swiper-wrapper {
        display: flex;
    }

    .features__swiper .swiper-slide {
        width: 280px !important;
        flex-shrink: 0;
        margin-right: 15px;
    }

    .mobile-feature {
        background: #f8f8f8;
        border-radius: 8px;
        padding: 20px;
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .mobile-feature .feature-icon {
        width: 40px;
        height: 40px;
        margin-bottom: 12px;
    }

    .mobile-feature .feature-icon img {
        width: 24px;
        height: 24px;
    }

    .mobile-feature h3 {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .mobile-feature p {
        font-size: 13px;
    }

    .about-image {
        height: 520px;
    }

}

@media (min-width: 769px) {
    .mobile-slider {
        display: none;
    }
}

.advantage-list {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20px;
}
.advantage-item {
    width: calc(25% - 15px);
    height: 308px;
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    padding: 40px 28px;
}
.advantage-item__icon {
    margin-bottom: 40px;
}
.advantage-item p {
    color: #8E9099;
    font-size: 16px;
    line-height: 22px;
}
.advantage-item h3 {
    font-size: 22px;
    font-weight: 500;
    line-height: 24px;
    margin: 0 0 12px 0;
    height: 48px;
    overflow: hidden;
}
.advantage-item--img {
    padding: 0;
}

.advantage-item__bg {
    height: 100%;
}

@media (max-width: 1279px) {
    .advantage-item {
        width: calc(33.3333% - 15px);
    }
}
@media (max-width: 991px) {
    .advantage-item {
        width: calc(50% - 15px);
    }
}
@media (max-width: 768px) {
    .advantage-list {
        flex-direction: column;
        gap: 12px;
    }
    .advantage-item {
        width: 100%;
        padding: 20px;
        height: auto;
    }
    .advantage-item--img {
        padding: 0;
    }
    .advantage-item__icon {
        height: 48px;
        width: 48px;
        margin-bottom: 20px;
    }

    .advantage-item h3 {
        margin-bottom: 8px;
        height: auto;
        font-size: 18px;
        line-height: 20px;
    }
}

.partners {
    flex: 0 0 auto;
    overflow: hidden;
}
.partners-slider {
    margin-top: 100px;
    margin-bottom: 140px;
}

.partners-slider__track {
    display: flex;
    align-items: center;
    animation: scroll 30s linear infinite;
    width: max-content;
}

.partners-slider__item {
    flex-shrink: 0;
    margin: 0 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.partners-slider__item img {
    height: auto;
    display: block;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* Пауза при наведении */
.partners-slider:hover .partners-slider__track {
    animation-play-state: paused;
}

@media (max-width: 768px) {
    .partners-slider__item {
        margin: 0 20px;
    }

    .partners-slider__item img {
        max-width: 120px;
    }

    @keyframes scroll {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(-50%);
        }
    }
}

.quick-calc {
    overflow: hidden;
    position: relative;
    background: #F4F5F5;
    border-radius: 32px;
    height: 530px;
}
.quick-calc__form-wrapper {
    position: relative;
    margin: 40px;
    z-index: 2;
    max-width: 696px;
}
.quick-calc_bg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 700px;
    height: 608px;
    z-index: 1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.quick-calc__img-container {
    position: absolute;
    right: 0;
    top: 0;
    width: 690px;
    height: 100%;
    overflow: hidden;
    clip-path: polygon(48% 0, 100% 0, 100% 100%, 0 100%);
}

.quick-calc__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.quick-calc__img-container:hover .quick-calc__img {
    transform: scale(1.15);
}

.quick-calc__form {
    margin-top: 32px;
}
.quick-calc__form .form-row {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 12px;
    margin-bottom: 12px;
}
.quick-calc__form .form-col {
    width: calc(50% - 7px);
}

.quick-calc__title {
    margin-bottom: 8px;
}

.quick-calc__under-title {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}

.checkbox {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 12px;
    cursor: pointer;
    margin: 0;
}
.checkbox--center {
    align-items: center;
}
.checkbox__input {
    display: none;
}

.checkbox__custom {
    width: 16px;
    height: 16px;
    border: 1px solid var(--color-main-red);
    border-radius: 4px;
    position: relative;
    flex-shrink: 0;
    transition: all 0.2s ease;
}

.checkbox__input:checked + .checkbox__custom {
    background-color: var(--color-main-red);
    border-color: var(--color-main-red);
}

.checkbox__input:checked + .checkbox__custom::after {
    content: '';
    position: absolute;
    left: 5px;
    top: 2px;
    width: 4px;
    height: 8px;
    border: solid white;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
}

.checkbox__text {
    font-size: 14px;
    line-height: 18px;
    color: #1A1A1A;
    user-select: none;
}

.checkbox__count {
    font-size: 14px;
    line-height: 18px;
    margin-left: auto;
    color: #8D8C8C;
}

.checkbox__link {
    text-decoration: underline;
    transition: color 0.2s ease;
}

.checkbox__link:hover {
    color: var(--color-main-red);
}

.checkbox:hover .checkbox__custom {
    border-color: var(--color-main-red);
}

.checkbox__input:focus + .checkbox__custom {
    box-shadow: 0 0 0 3px rgba(231, 76, 60, 0.2);
}
.checkbox.is-error .checkbox__text {
    color: var(--color-system-error);
}
.checkbox.is-error .checkbox__text a {
    color: var(--color-system-error);
}
/* Radio Button */
.radio {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 12px;
    cursor: pointer;
    margin: 0;
}

.radio__input {
    display: none;
}

.radio__custom {
    width: 16px;
    height: 16px;
    border: 1px solid #B51717;
    border-radius: 50%;
    background: white;
    position: relative;
    flex-shrink: 0;
    transition: all 0.2s ease;
}

.radio__input:checked + .radio__custom::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    background: #B51717;
    border-radius: 50%;
}

.radio__text {
    font-size: 14px;
    line-height: 1.4;
    color: #333;
    user-select: none;
}

.radio:hover .radio__custom {
    border-color: #B51717;
}

.radio__input:focus + .radio__custom {
    box-shadow: 0 0 0 3px rgba(181, 23, 23, 0.2);
}

/* Switcher */
.switcher {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
    margin: 0;
}

.switcher__input {
    display: none;
}

.switcher__custom {
    width: 38px;
    height: 22px;
    background: #EAEAEA;
    border-radius: 11px;
    position: relative;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.switcher__custom::after {
    content: '';
    position: absolute;
    left: 3px;
    top: 3px;
    width: 16px;
    height: 16px;
    background: white;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.switcher__input:checked + .switcher__custom {
    background: #B51717;
}

.switcher__input:checked + .switcher__custom::after {
    transform: translateX(16px);
}

.switcher__text {
    font-size: 14px;
    line-height: 1.4;
    color: #333;
    user-select: none;
}

.switcher:hover .switcher__custom {
    background: #d5d5d5;
}

.switcher:hover .switcher__input:checked + .switcher__custom {
    background: #a01414;
}

.switcher__input:focus + .switcher__custom {
    box-shadow: 0 0 0 3px rgba(181, 23, 23, 0.2);
}

.form {
    width: 100%;
}
.form__bottom {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    margin-top: 32px;
}
.form__bottom .button {
    flex: 0 0 auto;
}
.form__bottom .checkbox {
    max-width: 430px;
}
.form__bottom-text {
    margin-top: 40px;
}

.form__bottom-text p {
    margin: 0 0 4px;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: var(--color-main-gray-second2);
}
.form--gray .form-field__input {
    background: #ffffff;
}
.form-field__input {
    width: 100%;
    border: none;
    background: #F4F5F5;
    border-radius: 12px;
    padding-left: 16px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: var(--color-main-black);
    font-size: 14px;
}

.form-field__input::placeholder {
    color: var(--color-main-gray-second);
    font-size: 14px;
    transition: color 0.2s ease;
}

.form-field__input:focus::placeholder {
    color: var(--color-main-black);
}
.form-field__input--sm {
    height: 40px;
}
.form-field__error {
    display: none;
    margin-top: 4px;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: var(--color-system-error);
}
.form-field.is-error .form-field__error {
    display: block;
}
.form-field__big-label {
    display: block;
    margin-bottom: 12px;
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
    color: var(--color-main-black);
}
.form-field__label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #333333;
}
.search-form input::placeholder {
    color: var(--color-main-gray-second);
    font-size: 14px;
    transition: color 0.2s ease;
}
.search-form input:focus::placeholder {
    color: var(--color-main-black);
}
.file-upload {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 12px;
    position: relative;
}
.file-upload.is-error .file-upload__text {
    color: var(--color-system-error);
}

.file-upload__input {
    display: none;
}

.file-upload__label {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    color: var(--color-main-gray-second);
    font-weight: 400;
    font-size: 14px;
    transition: color 0.2s ease;
}

.file-upload__label:hover {

}

.file-upload__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: #ffffff;
    border-radius: 12px;
}
.file-upload .icon {
    flex: 0 0 auto;
    width: 20px;
    height: 20px;
}
.file-upload--second .file-upload__icon {
    background: #F4F5F5;
}
.file-upload__file {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    height: 44px;
}

.file-upload__name {
    font-size: 14px;
    color: #757575;
    max-width: 180px;
    overflow: hidden;
    padding: 10px 16px;
    height: 100%;
    border-radius: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #F4F5F5;
}

.file-upload__remove {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    width: 24px;
    height: 24px;
    padding: 0;
    background: transparent;
    color: #A9A9A9;
    cursor: pointer;
    transition: color 0.2s ease;
}
.form--gray .file-upload__name {
    background: #ffffff;
}
.file-upload__remove .icon {
    width: 12px;
    height: 12px;
}
.file-upload__remove:hover {
    color: #000;
}

.main-catalog-sections {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20px;
}
.main-catalog-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    padding: 20px;
    height: 214px;
    border-radius: 20px;
    overflow: hidden;
    background: #F4F5F5;
    width: calc(25% - 15px);
}
.main-catalog-section--big {
    width: calc(50% - 10px);
}
.main-catalog-section--big .main-catalog-section__text {
    width: 41%;
}
.main-catalog-section__text {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 99%;
    font-weight: 500;
    font-size: 26px;
    line-height: 28px;
    transition: all .2s ease-in-out;
}

.main-catalog-section__text .icon {
    width: 10px;
    margin-top: 2px;
    transform: translateX(-5px);
    opacity: 0;
    transition: all .2s ease-in-out;
}

.main-catalog-section:hover .main-catalog-section__text {
    color: var(--color-main-red);
}
.main-catalog-section:hover .icon {
    color: var(--color-main-red);
    transform: translateX(0);
    opacity: 1;
}

.main-catalog-section__count {
    margin-top: auto;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    color: var(--color-main-gray-second);
}

.main-catalog-section__image-container {
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    width: 64%;
    height: 100%;
    overflow: hidden;
    clip-path: polygon(55% 0, 100% 0, 100% 100%, 0 100%);
}

.main-catalog-section__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.main-catalog-section__image-container:hover .main-catalog-section__image {
    transform: scale(1.15);
}

@media (max-width: 1100px) {
    .quick-calc__img {
        display: none;
    }
    .quick-calc__form-wrapper {
        max-width: 100%;
    }
}
@media (max-width: 991px) {
    .quick-calc_bg {
        display: none;
    }

    .main-catalog-section {
        width: calc(50% - 17px);
    }
    .main-catalog-section--big {
        width: calc(50% - 17px);
    }
}

@media (max-width: 768px) {
    .partners-slider {
        margin: 28px 0 50px;
    }
    .quick-calc {
        height: auto;
        border-radius: 16px;
    }
    .quick-calc__form-wrapper {
        margin: 24px 16px;
    }
    .quick-calc__form {
        margin-top: 28px;
    }
    .quick-calc__title {
        margin-bottom: 12px;
    }
    .quick-calc__title .highlight {
        display: inline-block;
    }
    .main-catalog-sections {
        flex-direction: column;
        gap: 8px;
    }
    .quick-calc__form .form-row {
        flex-direction: column;
    }
    .quick-calc__form .form-col {
        width: 100%;
    }
    .form__bottom {
        flex-direction: column;
        align-items: stretch;
        margin-top: 28px;
    }

    .form__bottom-text {
        margin-top: 20px;
    }
    .main-catalog-section__text {
        width: 100%;
        margin-bottom: 6px;
        font-size: 20px;
        line-height: 22px;
    }
    .main-catalog-section--big .main-catalog-section__text {
        width: 100%;
    }
    .main-catalog-section {
        width: 100%;
        height: auto;
    }
    .main-catalog-section__image {
        display: none;
    }
}

.up-btn {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 150px;
    right: 59px;
    z-index: 89;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    padding: 0;
    background: #ffffff;
    box-shadow: 0 1px 8px 0 rgb(51 51 51 / 4%);

}
.up-btn .icon {
    transform: rotate(180deg);
    width: 15px;
    height: 9px;
    color: #A9A9A9;
}

.up-btn:hover svg path {
    stroke: white;
}

.tabs {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    cursor: grab;
    user-select: none;
}

.tabs::-webkit-scrollbar {
    display: none;
}

.tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    flex-shrink: 0;
    white-space: nowrap;
    background: #fff;
    border: none;
    border-radius: 16px;
    padding: 10px 22px;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
}

.tab:hover {
    background: #f0f0f0;
}

.tab.active {
    background: var(--color-main-red);
    color: #fff;
}

.tabs-content {
}

.tab-pane {
    padding-bottom: 1px;
    display: none;
    animation: fade 0.3s ease;
}

.tab-pane.active {
    display: block;
}

@keyframes fade {
    from { opacity: 0; transform: translateY(10px); }
    to   { opacity: 1; transform: translateY(0); }
}

.tabs.dragging {
    cursor: grabbing;
}

.services-tabs {
    padding: 40px;
    border-radius: 28px;
}
.services-container {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    margin-top: 40px;
    border-radius: 20px;
    padding: 35px 28px;
    background: #ffffff;
}

.services-content__header {
    display: inline-flex;
    align-items: stretch;
    justify-content: flex-start;
    padding: 10px 16px;
    gap: 10px;
    margin-bottom: 40px;
    border-radius: 10px;
    background: #F4F5F5;

    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
}
.services-content__header img {
    width: 24px;
    height: 24px;
}
.services-content__header p {
    line-height: 24px;
}
.services-content__title {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 32px;
    line-height: 32px;
}
.services-content__info p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}

.services-row {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    gap: 12px;
    margin: 28px 0 20px;
}
.services-col {
    padding: 20px 12px;
    border: 1px solid #0000001A;
    border-radius: 16px;
}
.services-col__title {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
}
.services-col ul {
    margin: 0;
    padding-left: 18px;
}
.services-img {
    flex: 0 0 auto;
    border-radius: 28px;
    max-width: 332px;
    margin-left: 24px;
}

.seo {
    padding: 100px 0;
}
.seo h4 {
    margin-top: 0;
    margin-bottom: 12px;
}
.seo h4:not(:first-of-type) {
    margin-top: 28px;
}
.seo p {
    margin-bottom: 16px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}

@media (max-width: 991px) {
    .services-img {
        display: none;
    }
}
@media (max-width: 768px) {
    .seo {
        padding: 50px 0;
    }
    .seo h4 {
        margin-bottom: 16px;
    }
    .services-row {
        flex-direction: column;
    }
    .services-tabs {
        padding: 20px 0 20px 16px;
    }
    .tab {
        height: 36px;
        padding: 9px 16px;
        font-size: 14px;
        line-height: 18px;
    }
    .services-container {
        margin-right: 16px;
        margin-top: 28px;
        padding: 12px;
    }

    .services-col {
        width: 100%;
    }
    .services-content__header {
        width: 100%;
        margin-bottom: 24px;
    }
    .services-content__title {
        margin-bottom: 12px;
        font-size: 18px;
        line-height: 20px;
    }
    .services-content__info .button {
        width: 100%;
        justify-content: center;
    }
}

.info-modal {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    z-index: 1001;
    max-width: 548px;
    box-shadow: 0 -8px 8px 0 rgb(51 51 51 / 10%);
    transition: all .3s ease-in-out;
}

.info-modal.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.modal-info {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    z-index: 1001;
    width: 100%;
    max-width: 504px;
    transition: all .3s ease-in-out;
}
.modal-info.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.info-modal__container {
    padding: 40px 20px;
    background: #ffffff;
    border-radius: 20px;
}
.info-modal__address {}
.info-modal__props {}
.info-modal__help {
    margin-top: 28px;
}
.info-modal__title,
.info-modal .modal__close {
    display: none;
}

.info-modal__buttons {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 8px;
}
.info-modal__buttons .button {
    width: calc(50% - 4px);
    padding-left: 18px;
    padding-right: 18px;
}
.info-modal__phone {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}
.info-modal__phone .icon {
    flex: 0 0 auto;
    width: 17px;
    height: 17px;
}

.modal {
    color: var(--color-main-black);
}
.modal__title {
    width: 100%;
}
.modal__container {
    padding: 40px 20px;
    border-radius: 20px;
    box-shadow: 0 -8px 8px 0 rgb(51 51 51 / 10%);
    background: #ffffff;
    position: relative;
}
.modal--cart {
    width: 100%;
    max-width: 504px;
}
.modal--calc .modal__container {
    padding: 40px;
}
.modal__close {
    position: absolute;
    right: 25px;
    top: 25px;
    color: #A9A9A9;
    cursor: pointer;
}
.cart-empty {
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.cart-empty__icon {
    position: relative;
    width: 72px;
    height: 72px;
}
.cart-empty__icon .icon {
    width: 100%;
    height: 100%;
}
.cart-empty__count {
    position: absolute;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    right: 0;
    top: 0;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    color: #ffffff;
    background: var(--color-main-red);
    font-size: 18px;
    line-height: 22px;
}

.cart-empty__title {
    margin-bottom: 12px;
}
.cart-empty__text {
    max-width: 572px;
    margin-bottom: 24px;
}

.small-cart__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 28px;
}
.small-cart__header-title {}
.small-cart__header-clear {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #8D8D8D;

}
.small-cart__total-price {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
}

.small-cart__total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}
.small-cart__total-text {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
}
.small-cart__button {
    width: 100%;
    text-align: center;
    justify-content: center;
}


.cart-product-item {
    position: relative;
    border-bottom: 1px solid #00000033;
    padding-bottom: 16px;
    margin-bottom: 16px;
    color: var(--color-main-black);
}

.cart-product-item__delete {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    right: -7px;
    top: -11px;
    width: 40px;
    height: 40px;
    cursor: pointer;
}
.cart-product-item__delete .icon {
    width: 14px;
    height: 14px;
}
.cart-product-item__container {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    gap: 12px;
}
.cart-product-item__content {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    padding: 4px 0;
    flex: 1;
}
.cart-product-item__img {
    flex: 0 0 auto;
    width: 147px;
    height: 115px;
    overflow: hidden;
    border-radius: 8px;
}
.cart-product-item__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cart-product-item__name {
    width: 100%;
    max-width: 280px;
    margin-bottom: 4px;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    padding-right: 25px;
}
.cart-product-item__chars {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 12px;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #8D8D8D;
}
.cart-product-item__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
    gap: 12px;
    padding-top: 20px;
}

.cart-product-item--inner {
    border: 0;
    padding-bottom: 0;
    margin-bottom: 20px;
}
.cart-product-item--inner:last-of-type {
    margin-bottom: 0;
}
.counter {
    display: flex;
    align-items: center;
    height: 36px;
    border: 1px solid #0000001A;
    border-radius: 8px;
    overflow: hidden;
    width: fit-content;
}

.counter__btn {
    width: 32px;
    height: 100%;
    background: #ffffff;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    transition: all 0.2s ease;
    user-select: none;
}

.counter__btn:hover {
    background: var(--color-main-red);
    color: white;
}

.counter__btn:active {
    background: #c0392b;
}

.counter__input {
    width: 62px;
    height: 100%;
    border: none;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    text-align: center;
    font-size: 16px;
    outline: none;
    background: white;
}

.counter__input::-webkit-outer-spin-button,
.counter__input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

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

.calc-form__container {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    gap: 40px;
}
.calc-form__title {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
}
.calc-form__form-upload {
    margin-bottom: 40px;
}
.calc-form__img {
    width: 332px;
    flex: 0 0 auto;
    border-radius: 20px;
}

.catalog-menu {
    position: fixed;
    left: 0;
    top: 126px;
    width: 100%;
    height: calc(100% - 136px);
    z-index: 1000;
    background: #ffffff;
    padding-bottom: 60px;
    border-top: 1px solid #0000001A;
    overflow: hidden;
    opacity: 0;
    transform: translateY(10px);
    visibility: hidden;
    transition: all .2s ease-in-out;
}
.header-bottom.is-visible + .catalog-menu {

}
.catalog-menu.active {
    top: 132px;
    opacity: 1;
    transform: translateX(0);
    visibility: visible;
}
.catalog-menu.is-visible.active {
    top: 80px;
}
.catalog-btn.active .catalog-btn__lines {
    background: none;
}
.catalog-btn.active .catalog-btn__lines:before {
    transform: rotate(45deg);
    top: 0;
}
.catalog-btn.active .catalog-btn__lines:after {
    transform: rotate(-45deg);
    bottom: 0;
}

.catalog-menu .container {
    height: 100%;
}
.catalog-menu__grid {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    height: 100%;
}
.catalog-menu__item {
    margin-bottom: 16px;
}
.catalog-menu__item:last-of-type {
    margin-bottom: 0;
}
.catalog-menu__link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 3px 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    transition: all .3s ease-in-out;
}
.catalog-menu__item.active .catalog-menu__link,
.catalog-menu__item:hover .catalog-menu__link {
    color: var(--color-main-red);
}
.catalog-menu__modal-close {
    display: none;
}
.catalog-menu__text {
    max-width: 200px;
    width: 100%;
}
.catalog-menu__left {
    width: 100%;
    max-width: 324px;
    padding-right: 40px;
    margin-right: 40px;
    padding-top: 40px;
    border-right: 1px solid #0000001A;
}
.catalog-menu__item-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    margin-left: 20px;
    color: var(--color-main-black);
}
.catalog-menu__link .icon {
    width: 6px;
}

.catalog-menu__center {
    position: relative;
    width: 100%;
    max-width: 498px;
    margin-right: 40px;
    padding-top: 40px;
    padding-right: 40px;
    border-right: 1px solid #0000001A;
}
.catalog-menu__second {
    position: absolute;
    left: 0;
    top: 40px;
    opacity: 0;
    transform: translateX(-10px);
    visibility: hidden;
    transition: all .2s ease-in-out;
}
.catalog-menu__third {
    position: absolute;
    left: 0;
    top: 40px;
    opacity: 0;
    transform: translateX(-10px);
    visibility: hidden;
    transition: all .2s ease-in-out;
}

.catalog-menu__right {
    position: relative;
    width: 100%;
    max-width: 498px;
    padding-top: 40px;
    padding-right: 0;
}
.catalog-menu__second.active,
.catalog-menu__third.active {
    opacity: 1;
    transform: translateX(0);
    visibility: visible;
}

.catalog-menu__title {
    display: none;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 25px;
    gap: 4px;
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
    cursor: pointer;
}
.catalog-menu__title-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    transform: scale(-1, -1);
}
.catalog-menu__title-icon .icon {
    width: 6px;
    height: 10px;
}
.catalog-menu__tags {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 8px;
}
.catalog-menu__tag {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    padding: 14px 16px;
    background: #F4F5F5;
    border-radius: 10px;
    transition: all .2s ease-in-out;
}

.catalog-menu__tag:hover {
    background: var(--color-main-red);
    color: #ffffff;
}

.bottom-menu {
    display: none;
}
.bottom-menu {
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 55px;
    background: var(--color-main-black);
    z-index: 1000;
}
.bottom-menu__list {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
}
.bottom-menu__item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
    color: #ffffff;
    cursor: pointer;
    transition: all .2s ease-in-out;
}
.bottom-menu__item .icon {
    width: 18px;
    height: 18px;
}
.bottom-menu__item-text {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    opacity: .9;
}

.bottom-menu__item.active {
    color: var(--color-main-red);
}
.menu-mobile {
    width: 100%;
    margin-bottom: 40px;
}
.menu-mobile__list {
    margin: 0;
    padding: 0;
}
.menu-mobile__submenu {
    margin: 0;
    padding: 0;
}
.menu-mobile__list li {
    list-style: none;
}
.menu-mobile__item {
    padding: 16px 0;
    border-bottom: 1px solid #0000001A;
}
.menu-mobile__item:first-of-type {
    padding-top: 0;
}
.menu-mobile__link {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
}
.menu-mobile__link-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
}
.menu-mobile__link-icon .icon {
    flex: 0 0 auto;
    width: 10px;
    height: 6px;
}
.menu-mobile__submenu-item:first-of-type {
    margin-top: 12px;
}
.menu-mobile__submenu-item {
    margin-bottom: 10px;
}
.menu-mobile__submenu-item:last-of-type {
    margin-bottom: 0;
}
.menu-mobile__submenu-link {
    font-size: 14px;
    line-height: 20px;
}
.menu-mobile__box {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    padding: 16px 0;
    border-bottom: 1px solid #0000001A;
}
.menu-mobile__btn-wrapper {
    margin-top: 24px;
}
.menu-mobile__submenu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
}

.menu-mobile__link-icon {
    transition: transform 0.3s ease-in-out;
}

.menu-mobile__item.active .menu-mobile__link {

}
@media (max-width: 768px) {
    .fancybox-custom-modal .fancybox__slide {
        padding: 0;
    }
    .cart-product-item__img {
        width: 110px;
    }
    .cart-empty {
        margin-top: auto;
        margin-bottom: auto;
        padding-bottom: 40px;
    }
    .fancybox-custom-modal .modal {
        max-width: 100%;
        width: 100%;
        height: 100%;
    }
    .fancybox-custom-modal .modal__container {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: stretch;
        flex-direction: column;
        overflow: auto;
        border-radius: 0;
        padding-bottom: 75px;
    }
    .modal-info {
        max-width: 95%;
    }
    .modal .modal__close {
        width: 32px;
        height: 32px;
        display: flex;
        right: 10px;
        top: 10px;
        align-items: center;
        justify-content: center;
        z-index: 10;
    }
    .modal--calc .modal__container {
        padding-left: 16px;
        padding-right: 16px;
    }
    .calc-form {
        margin-top: 18px;
    }
    .calc-form__container {
        flex-direction: column;
        gap: 20px;
    }
    .calc-form__img {
        width: 100%;
    }
    .calc-form__form-upload {
        margin-bottom: 28px;
    }
    .calc-form__title {
        font-size: 22px;
        line-height: 24px;
        color: var(--color-main-black);
    }
    .checkbox__text {
        font-size: 12px;
    }
    .modal--cart .modal__container {
        display: flex;
    }
    .catalog-menu {
        position: fixed;
        left: 0;
        height: 100%;
        top: 0;
        padding-bottom: 55px;
    }
    .catalog-menu__grid {
        display: block;
        position: relative;
    }
    .catalog-menu__right,
    .catalog-menu__left,
    .catalog-menu__center {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 40px 0 0 0;
        border: 0;
        background: #ffffff;
        transition: all .2s ease-in-out;
    }

    .catalog-menu__second,
    .catalog-menu__third {
        position: relative;
        left: 0;
        top: 0;
        display: none;
    }
    .catalog-menu__second.active,
    .catalog-menu__third.active {
        display: block;
    }
    .catalog-menu__modal-close {
        width: 32px;
        height: 32px;
        display: flex;
        right: 10px;
        top: 10px;
        align-items: center;
        justify-content: center;
        z-index: 10;
    }
    .catalog-menu__left {
        z-index: 0;
    }
    .catalog-menu__center {
        z-index: 1;
    }
    .catalog-menu__right {
        z-index: 2;
    }

    .catalog-menu__center,
    .catalog-menu__right {
        opacity: 0;
        transform: translateX(-100%);
        visibility: hidden;
    }

    .catalog-menu__center.active,
    .catalog-menu__right.active {
        opacity: 1;
        transform: translateX(0);
        visibility: visible;
    }
    .catalog-menu__title {
        display: flex;
    }
    .bottom-menu {
        display: flex;
        z-index: 10000;
    }
    .up-btn {
        width: 40px;
        height: 40px;
        bottom: 70px;
        right: 30px;
    }

    .info-modal {
        position: fixed;
        width: 100%;
        height: calc(100% - 55px);
        max-width: 100%;
    }
    .info-modal__container {
        height: 100%;
        overflow: auto;
        border-radius: 0;
        padding-bottom: 40px;
    }
    .info-modal__title {
        display: block;
        margin-top: 8px;
        margin-bottom: 24px;
    }
    .info-modal .modal__close {
        display: block;
    }
    .info-modal__buttons {
        flex-direction: column;
    }
    .info-modal__buttons .button {
        width: 100%;
        max-width: 260px;
    }
}

.page-content {
    flex: 1;
    padding-top: 20px;
    padding-bottom: 1px;
}
/* Breadcrumbs */
.breadcrumbs {
    margin-bottom: 32px;
}
.breadcrumbs__list {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 4px;
    margin: 0;
    padding: 0;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.breadcrumbs__list::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
}
.breadcrumbs__item {
    flex: 0 0 auto;
    list-style: none;
}
.breadcrumbs__link {
    flex: 0 0 auto;
    font-size: 14px;
    line-height: 20px;
    color: var(--color-main-black);
}
.breadcrumbs__link:hover {
    color: var(--color-main-red);
}
.breadcrumbs__current {
    font-size: 14px;
    line-height: 20px;
    color: var(--color-main-gray-second);
}

@media (max-width: 768px) {
    .breadcrumbs {
        margin-bottom: 25px;
    }
    .breadcrumbs__list {

    }
    .breadcrumbs__item {
    }
    .breadcrumbs__link {
        font-size: 12px;
        line-height: 14px;
    }
    .breadcrumbs__current {
        font-size: 12px;
        line-height: 14px;
    }
}
.page-top {
    margin-bottom: 32px;
}
.page-title {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 12px;
}
.page-title h1 {
    margin: 0;
}
.description-page {
    margin-top: 20px;
}
.description-page p {
    margin-bottom: 16px;
}

.description-page p:last-of-type {
    margin-bottom: 0;
}
.caption-title {
    margin-bottom: 5px;
    color: #8D8D8D;
    font-size: 14px;
    line-height: 18px;
}

.catalog-sections {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20px;
}
.catalog-section {
    padding: 28px 20px;
    background: #F4F5F5;
    border-radius: 28px;
    width: calc(33.3333% - 14px);
}

.catalog-section__title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 24px;
    line-height: 26px;
    color: var(--color-main-black);
}
.catalog-section__title:hover {
    color: var(--color-main-red);
}
.catalog-section__title .count {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #8D8D8D;
}
.catalog-section__list {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    gap: 18px;
}
.catalog-section__item {
    position: relative;
}
.catalog-section__link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
    font-weight: 500;
    color: var(--color-main-black);
}
.catalog-section__link .count {
    color: #8D8D8D;
}
.catalog-section__link-content {
    transition: all .2s ease-in-out;
}
.catalog-section__item:hover .catalog-section__link-content {
    color: var(--color-main-red);
}
.catalog-section__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    color: #A9A9A9;
}
.catalog-section__parent .catalog-section__icon {
    display: none;
}
.catalog-section__icon .icon {
    width: 6px;
    height: 10px;
}
.catalog-section__subsection {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    gap: 12px;
    min-width: 280px;
    padding: 28px 24px;
    box-shadow: 0 -8px 8px 0 rgb(51 51 51 / 10%);
    border-radius: 20px;
    background: #ffffff;
    transition: all .2s ease-in-out;
    z-index: 1;
}
@media (hover: hover) and (pointer: fine) {
    .catalog-section__item:hover .catalog-section__subsection {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
}
.catalog-section__subsection-link {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
    font-size: 14px;
    line-height: 20px;
}
.catalog-section__subsection-link .count {
    color: #8D8D8D;
}
.catalog-section__item {}

@media (max-width: 768px) {
    .page-top {
        margin-bottom: 20px;
    }
    .page-title {
        margin-bottom: 20px;
    }
    .page-title h1 {
        font-weight: 500;
        font-size: 28px;
        line-height: 30px;
    }
    .catalog-section {
        padding: 20px;
        border-radius: 12px;
    }
    .catalog-section__parent {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        cursor: pointer;
    }
    .catalog-section__parent.active {
        color: var(--color-main-red);
    }
    .catalog-section__link .count {
        display: none;
    }
    .catalog-section__title {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 6px;
        font-size: 20px;
        line-height: 22px;
        margin-bottom: 0;
    }
    .catalog-section__title .count {
        font-size: 14px;
        line-height: 20px;
    }
    .catalog-sections {
        flex-direction: column;
    }
    .catalog-section {
        width: 100%;
    }
    .catalog-section__parent .catalog-section__icon {
        display: flex;
    }
    .catalog-section__icon {
        color: var(--color-main-black);
        transform: rotate(90deg);
        transition: all .2s ease-in-out;
    }
    .catalog-section__list {
        gap: 16px;
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        visibility: hidden;
        transition: all .2s ease-in-out;
    }
    .catalog-section__list.active {
        opacity: 1;
        visibility: visible;
    }
    .catalog-section__item {
        width: 100%;
    }
    .catalog-section__item:first-of-type {
        margin-top: 16px;
    }
    .catalog-section__link {
        width: 100%;
        justify-content: space-between;
    }
    .catalog-section__link.active {
        color: var(--color-main-red);
    }
    .catalog-section__subsection {
        position: relative;
        overflow: hidden;
        max-height: 0;
        background: none;
        box-shadow: none;
        padding: 0;
        gap: 10px;
        transform: translateY(0);
    }
    .catalog-section__parent.active .catalog-section__icon,
    .catalog-section__item.active .catalog-section__icon {
        transform: rotate(90deg) scale(-1, 1);
    }
    .catalog-section__item.active .catalog-section__subsection {
        opacity: 1;
        visibility: visible;
    }
    .catalog-section__subsection-link:first-of-type {
        margin-top: 10px;
    }
}

/* Catalog */
.catalog {
    overflow: hidden;
}
.catalog__wrapper {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    gap: 20px;
}

.catalog__content {
    flex: 1;
}

.navigation-page {
    margin-top: 24px;
}
.navigation-page--inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20px;
}
.navigation-page--inner .load_more {
    order: 1;
    width: auto;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.navigation-page--inner .nav-links {
    order: 0;
    margin-top: 0;
}
.nav-links {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 24px;
}
.page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 32px;
    height: 32px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    transition: color .2s ease-in-out;
}
.page-numbers:hover {
    color: var(--color-main-red);
}
.page-numbers__text {
    padding: 0 1px;
    border-bottom: 1.5px solid transparent;
}
.page-numbers.current .page-numbers__text {
    border-color: var(--color-main-red);
}

.page-numbers__arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    color: var(--color-main-red);
}
.page-numbers__arrow .icon {
    height: 12px;
}
.seo-box {
    margin-top: 28px;
    padding: 11px 20px;
    background: #ffffff;
    border-radius: 20px;
}
.more-link {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 4px;
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: var(--color-main-red);
}

.more-link__arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 24px;
    height: 20px;
}
.more-link__arrow .icon {
    width: 10px;
    height: 6px;
}
.more-link.opened .more-link__arrow {
    transform: scale(1,-1);
}
.seo-box__content {
    max-height: 163px;
    overflow: hidden;
    transition: max-height .3s ease;
}

[data-more-content].is-open .seo-box__content{
    max-height: 2000px;
}

.more-link.active .more-link__arrow {
    transform: rotate(180deg);
}
/* Filter Top */
.catalog-sidebar {
    width: 300px;
    height: 100%;
    flex: 0 0 auto;
    padding: 20px;
    background: #ffffff;
    border-radius: 20px;
}
.filter-top {
    padding: 20px 16px;
    background: #ffffff;
    border-radius: 20px;
}
.filter-top__switcher {
    margin-left: auto;
    margin-right: 40px;
}
@media (max-width: 768px) {
    .filter-top__switcher {
        display: none;
    }
    .filter-top {
        padding: 16px 12px;
        border-radius: 16px;
    }
    .navigation-page {
        margin-top: 20px;
    }
    .nav-links {
        align-items: center;
        justify-content: center;
        margin-top: 20px;
    }
    .seo-box__content {
        max-height: 144px;
    }
}

/* Filter tags */
.filter-tags {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 8px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #0000001A;
}
.filter-tag {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 6px 12px;
    gap: 10px;
    background: #F4F5F5;
    border-radius: 30px;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
}
.filter-tag--hidden {
    display: none;
}
.filter-tag__text {

}
.filter-tag__count {
    color: #8D8D8D;
}
.filter-tags__more {
    position: relative;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 6px 30px 6px 12px;
    gap: 10px;
    border: 1px solid #F4F5F5;
    border-radius: 30px;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    cursor: pointer;
}
.filter-tags__more:after {
    position: absolute;
    right: 13px;
    top: 7px;
    font-size: 19px;
    content: "+";
    font-weight: 400;
}
.filter-tags__more.is-hide:after {
    content: "-";
    top: 6px;
}

.filter-tags__more-text {

}

@media (max-width: 768px) {
    .filter-tags {
        padding-bottom: 14px;
    }
    .filter-tag {}
    .filter-tag__text {}
    .filter-tag__count {}
    .filter-tags__more {}
}

.filter-top__center {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.filter-top__bottom {
    display: none;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 20px;
}

.filter-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #1A1A1A;
}
.filter-btn .count {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 16px;
    min-height: 14px;
    right: -12px;
    top: -6px;
    border-radius: 8px;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #ffffff;
    background: var(--color-main-red);
}
/* Sorting */
.sorting {
    position: relative;
}
.sorting__change-sort {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 4px;
}
.sorting__text {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #8D8D8D;
}
.change-sort__selected {}
.change-sort {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: var(--color-main-red);
}
.change-sort__arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 24px;
    height: 20px;
}
.change-sort__arrow .icon {
    width: 10px;
    height: 6px;
}
.sorting__modal {}
.sorting__list {}
.sorting__item {}

@media (min-width: 769px) {
    .sorting__modal {
        position: absolute;
        width: 265px;
        left: 40px;
        top: 30px;
        z-index: 1;
        padding: 10px 0;
        border-radius: 12px;
        background: #ffffff;
        transition: all .2s ease-in-out;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-10px);
        box-shadow: 0 -8px 8px 0 #33333308;
    }
    .sorting__modal.active {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
    .sorting__list {

    }
    .sorting__item {

    }
    .sorting__item .radio {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        height: 36px;
        padding-left: 20px;
        padding-right: 20px;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        transition: background .2s ease-in-out;
    }
    .sorting__item:hover .radio {
        background: #F4F5F5;
    }
}

@media (max-width: 930px) {
    .sorting__change-sort {
        flex-direction: column;
    }
}
@media (max-width: 768px) {
    .sorting__change-sort {
        flex-direction: row;
    }
    .filter-tags {
        margin-bottom: 14px;
    }
    .filter-top__center {
        align-items: flex-start;
        padding-bottom: 14px;
        border-bottom: 1px solid #0000001A;
    }
    .filter-top__bottom {
        display: flex;
        padding-top: 14px;
    }
    .sort-wrapper {}
    .sorting {
        position: relative;
    }
    .sorting__change-sort {}
    .sorting__text {}
    .change-sort {}
    .change-sort__selected {}
    .change-sort__arrow {}
    .sorting__modal {
        height: 0;
        overflow: hidden;
    }
    .sorting__modal.active {
        height: auto;
    }
    .sorting__list {

    }
    .sorting__item:first-of-type {
        margin-top: 14px;
    }
    .sorting__item .radio {
        height: 32px;
        align-items: center;
    }
}


/* Switch price */
.switch-price {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}
.switch-price__switcher {
    flex: 0 0 auto;
}
.switch-price__text {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #333333;
}

@media (max-width: 768px) {
    .switch-price {}
    .switch-price__switcher {}
    .switch-price__text {}
}

/* Views cards */
.views-cards {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}
.views-cards__item {
    height: 16px;
    cursor: pointer;
}
.views-cards__item .icon {
    color: #A9A9A9;
}
.views-cards__item.active .icon {
    color: var(--color-main-black);
}

@media (max-width: 768px) {
    .views-cards {

    }
    .views-cards__item {}
    .views-cards__item .icon {}
}


.catalog-sidebar__result {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.clear-btn {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    background: none;
    border: 0;
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: var(--color-main-red-second);
}
.clear-btn__icon {
    margin-left: 5px;
    margin-top: 1px;
    height: 14px;
    width: 14px;
}
.filter-items {
    margin-top: 16px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
    flex-wrap: wrap;
}
.filter-selected {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    border-radius: 20px;
    padding: 4px 12px;
    border: none;
    cursor: pointer;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    background: #F4F5F5;
}
.filter-selected__icon {
    margin-left: 4px;
    height: 14px;
    margin-top: 2px;
    color: #A9A9A9;
}
.catalog-sidebar__header-mobile {
    display: none;
}
.smart-filter.smart-filter {
    font-family: "Onest", sans-serif;
}
@media (max-width: 768px) {

    .catalog-sidebar {
        position: fixed;
        opacity: 0;
        visibility: hidden;
        top: 0;
        left: 0;
        transform: translateY(100%);
        width: 100%;
        height: calc(100% - 55px);
        z-index: 1000;
        transition: all .2s ease-in-out;
    }
    .catalog-sidebar__content {
        height: 100%;
        margin-bottom: 1px;
        overflow-y: auto;
    }
    .catalog-sidebar.active {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
    .catalog-sidebar__header-mobile {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-weight: 500;
        font-size: 22px;
        line-height: 24px;
        margin-bottom: 16px;
    }
    .catalog-sidebar__close {
        display: flex;
        width: 32px;
        height: 32px;
        right: 10px;
        top: 10px;
        align-items: center;
        justify-content: center;
        z-index: 10;
        color: #A9A9A9;
        cursor: pointer;
    }
    .catalog-sidebar__close .icon {
    }
    .catalog-sidebar__result {}
    .clear-btn {
        padding: 0;
    }
    .clear-btn__icon {}
    .filter-items {
    }
    .filter-selected {}
    .filter-selected__icon {}
}


/* Filter */

.filter {}
.filter__title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
    cursor: pointer;
}
.filter__title-text {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #1A1A1A;
}
.filter__sub-menu {
    margin: 8px 0 0 0;
    padding: 0;
}
.filter__sub-menu li {
    list-style: none;
}
.filter__sub-menu li a {
    display: block;
    padding: 4px 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    transition: all .2s ease-in-out;
}
.filter__sub-menu li a:hover {
    color: var(--color-main-red);
}
.filter__info {
    position: relative;
}
.filter__info-icon {
    margin-left: 4px;
    height: 14px;
    cursor: pointer;
    color: #8D8C8C;
}
.filter__info-content {
    position: absolute;
    top: 20px;
    left: 0;
    padding: 24px 20px;
    font-size: 16px;
    line-height: 22px;
    color: #1A1A1A;
    border-radius: 20px;
    background: #ffffff;
    width: 300px;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-5px);
    transition: all .2s ease-in-out;
    box-shadow: 0 -8px 8px 0px #33333305;
}
.filter__info:hover .filter__info-content {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.filter__title-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    flex: 0 0 auto;
    width: 24px;
    height: 20px;
}
.filter__title-arrow .icon {
    width: 10px;
    height: 6px;
}
.filter__group {
    margin-bottom: 20px;
}
.filter__group:last-of-type {
    margin-bottom: 0;
}
.filter__items {
    margin-top: 16px;
}
.filter-item {
    margin-bottom: 12px;
}
.filter-item:last-of-type {
}
.filter-items-more-btn {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 4px;
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: var(--color-main-red);
}
.filter-items-more-btn.opened .filter-items-more-btn__text-arrow {
    transform: scale(1,-1);
}
.filter-items-more-btn__text {

}

.filter-items-more-btn__text-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 24px;
    height: 20px;
}
.filter-items-more-btn__text-arrow .icon {
    width: 10px;
    height: 6px;
}
.accordion-content {
    overflow: hidden;
    max-height: 0;
}

.filter-search {
    margin-top: 16px;
}
.filter-search__field {
    position: relative;
}
.filter-search__input {
    width: 100%;
    padding: 0 40px 0 12px;
    border: 1px solid #0000001A;
    border-radius: 8px;
    height: 36px;
    font-size: 14px;
    color: var(--color-main-black);
    background: #ffffff;
}
.filter-search__input::placeholder {
    color: var(--color-main-gray-second);
    font-size: 14px;
    transition: color 0.2s ease;
}

.filter-search__input:focus::placeholder {
    color: var(--color-main-black);
}
.filter-search__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    cursor: pointer;
    right: 0;
    top: 0;
    width: 40px;
    height: 100%;
    background: none;
    border: 0;
    color: #A9A9A9;
}

@media (max-width: 768px) {
    .filter {}
    .filter__title {}
    .filter__title-text {}
    .filter__title-arrow {}
    .filter__group {}
    .filter__items {
        padding-right: 4px;
    }
    .filter__info-content {
        left: -100px;
    }
    .filter-item {}
    .filter-items-more-btn {}
    .filter-items-more-btn__text {}
    .filter-items-more-btn__text-arrow {}
}

.in-stock {
    color: #00A314;
}

.to-order {
    color: #FFA806;
}

.catalog-list {
    margin-top: 20px;
}
.catalog-card {
    background: #ffffff;
    border-radius: 16px;
}
.catalog-card__counter {
    display: none;
}
.catalog-card__right {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.catalog-card__added {
    flex: 1;
    width: calc(100% - 84px);
}
.catalog-card__added.is-added .catalog-card__button {
    display: none;
}
.catalog-card__added.is-added .catalog-card__counter {
    display: flex;
}
.catalog-card__img {
    display: block;
    flex: 0 0 auto;
    overflow: hidden;
    border-radius: 16px;
}
.catalog-card__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.catalog-card__content {
    flex: 1;
    width: 100%;
}
.catalog-card__name {
    font-weight: 500;
    margin-bottom: 6px;
}
.catalog-card__status {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: var(--color-main-black);
}
.catalog-card__status {
    font-size: 0;
}

.catalog-card__status span {
    font-size: 12px;
    line-height: 14px;
}
.catalog-card__props {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 12px;
}
.catalog-card__prop {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #8D8D8D;
}
.compare-btn-custom,
.fav-btn-custom {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #0000001A;
    background: none;
    border-radius: 10px;
    cursor: pointer;
    color: #A9A9A9;
}
.compare-btn-custom.is-selected,
.fav-btn-custom.is-selected {
    color: #222334;
}
.compare-btn-custom__icon,
.fav-btn-custom__icon {
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
}
.compare-btn-custom__icon .icon {
    width: 13px;
    height: 100%;
}
.fav-btn-custom__icon .icon {
    width: 100%;
    height: 100%;
}

.fav-btn-custom__text,
.compare-btn-custom__text {
    display: none;
}
.fav-btn,
.compare-btn {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
    gap: 7px;
    color: var(--color-main-black);
    background: none;
    border: none;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    cursor: pointer;
}
.compare-btn.is-selected,
.fav-btn.is-selected {

}

.compare-btn__icon,
.fav-btn__icon {
    width: 18px;
    height: 18px;
    color: #A9A9A9;
}
.fav-btn__icon .icon {
    width: 100%;
    height: 100%;
}
.compare-btn__icon .icon {
    width: 13px;
    height: 100%;
}
.compare-btn__text,
.fav-btn__text {

}
.catalog-card__price-box {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 6px;
}
.catalog-card__price {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
}
.catalog-card__actions-btn {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-left: auto;
    padding-left: 6px;
    gap: 6px;
}

.catalog-card__button .button {
    width: 100%;
}
.catalog-card__prices {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
}
.catalog-card__old-price {
    flex: 0 0 auto;
    margin-left: 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #8D8C8C;
}

.is-view-card.catalog-list {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20px;
}
.is-view-card .catalog-card {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    width: calc(25% - 15px);
}
.is-view-card .catalog-card__img {
    height: 160px;
    width: 100%;
}
.is-view-card .catalog-card__right {
    position: relative;
    margin-top: auto;
    flex-direction: column;
    width: 100%;
}
.is-view-card .catalog-card__cart-box {
    position: relative;
    width: 100%;
    flex: 0 0 auto;
}
.is-view-card .catalog-card__center .catalog-card__props {
    display: none;
}
.is-view-card .catalog-card__right .catalog-card__props {
    display: flex;
    margin-bottom: 16px;
}
.is-view-card .catalog-card__actions-btn {
    position: absolute;
    bottom: 0;
    right: 0;
}
.is-view-card .catalog-card__price-box {
    margin-bottom: 12px;
}
.is-view-card .catalog-card__content {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    height: 100%;
    flex-direction: column;
    padding: 12px;
}
.is-view-card .catalog-card__name {
    display: block;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 6px;
}
.is-view-card .catalog-card__status {
    margin-bottom: 8px;
}
.is-view-card .catalog-card__price-box .catalog-card__status {
    display: none;
}
.is-view-card .catalog-card__props {}
.is-view-card .catalog-card__prop {}


.is-view-list-mini .catalog-card__right .catalog-card__props,
.is-view-list .catalog-card__right .catalog-card__props {
    display: none;
}
.is-view-list-mini.catalog-list,
.is-view-list.catalog-list {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    gap: 8px;
}
.is-view-list-mini .catalog-card,
.is-view-list .catalog-card {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    gap: 16px;
    width: 100%;
    padding: 8px;
}

.is-view-list .catalog-card__img {
    width: 205px;
    min-height: 130px;
}

.is-view-list-mini .catalog-card__content,
.is-view-list .catalog-card__content {
    padding: 8px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.is-view-list-mini .catalog-card__center,
.is-view-list .catalog-card__center {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-direction: column;
    height: 100%;
}

.is-view-list-mini .catalog-card__right,
.is-view-list .catalog-card__right {
    flex-direction: column;
    margin-left: auto;
    align-items: flex-end;
    height: 100%;
}
.is-view-list-mini .catalog-card__name ,
.is-view-list .catalog-card__name {
    font-size: 16px;
    line-height: 20px;
}
.is-view-list-mini .catalog-card__price-box,
.is-view-list .catalog-card__price-box {
    order: 1;
    margin-top: auto;
}
.is-view-list-mini .catalog-card__prices,
.is-view-list .catalog-card__prices {
    justify-content: flex-end;
}
.is-view-list-mini .catalog-card__added,
.is-view-list .catalog-card__added {
    flex: 0 0 auto;
    order: 2;
}
.is-view-list .catalog-card__added {
    margin-top: 10px;
    margin-left: auto;
    width: 100%;
    min-width: 130px;
}
.is-view-list .catalog-card__counter {
    justify-content: flex-end;
}
.is-view-list .catalog-card__cart-box {
    margin-top: auto;
}
.is-view-list-mini .catalog-card__cart-box,
.is-view-list .catalog-card__cart-box {
    order: 1;
}
.is-view-list-mini .catalog-card__price,
.is-view-list .catalog-card__price {
    text-align: right;
}
.is-view-list .catalog-card__status {}
.is-view-list .catalog-card__price-box .catalog-card__status {
    display: none;
}

.is-view-list .catalog-card__props {
    flex-direction: column;
    gap: 2px;
    margin-top: auto;
}
.is-view-list .catalog-card__prop {}



.is-view-list-mini .compare-btn-custom,
.is-view-list .compare-btn-custom,
.is-view-list-mini .fav-btn-custom,
.is-view-list .fav-btn-custom {
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border: none;
    background: none;
    border-radius: 0;
}
.is-view-list-mini .compare-btn-custom__icon,
.is-view-list .compare-btn-custom__icon,
.is-view-list-mini .fav-btn-custom__icon,
.is-view-list .fav-btn-custom__icon {
    margin-right: 7px;
}

.is-view-list-mini .fav-btn-custom__text,
.is-view-list .fav-btn-custom__text,
.is-view-list-mini .compare-btn-custom__text,
.is-view-list .compare-btn-custom__text {
    display: block;
    font-size: 12px;
    line-height: 14px;
    color: #222334;
}


.is-view-card-mobile .catalog-list {

}
.is-view-card-text-mobile .catalog-card,
.is-view-card-mobile .catalog-card {
    margin-bottom: 12px;
}
.is-view-card-text-mobile .catalog-card:last-of-type,
.is-view-card-mobile .catalog-card:last-of-type {
    margin-bottom: 12px;
}
.is-view-card-text-mobile .catalog-card__img {
    display: none;
}
.is-view-card-mobile .catalog-card__img {
    height: 150px;
}
.is-view-card-text-mobile .catalog-card__content,
.is-view-card-mobile .catalog-card__content {
    padding: 12px;
}
.is-view-card-text-mobile .catalog-card__name,
.is-view-card-mobile .catalog-card__name {
    display: block;
    font-size: 14px;
    line-height: 18px;
}
.is-view-card-text-mobile .catalog-card__status,
.is-view-card-mobile .catalog-card__status {
    display: none;
}

.is-view-card-text-mobile .catalog-card__price-box .catalog-card__status,
.is-view-card-mobile .catalog-card__price-box .catalog-card__status {
    display: block;
    flex: 0 0 auto;
}
.is-view-card-text-mobile .catalog-card__cart-box,
.is-view-card-mobile .catalog-card__cart-box {
    width: 100%;
}
.is-view-card-text-mobile .catalog-card__center .catalog-card__props,
.is-view-card-mobile .catalog-card__center .catalog-card__props {
    display: none;
}
.is-view-card-text-mobile .catalog-card__actions-btn,
.is-view-card-mobile .catalog-card__actions-btn {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
}
.is-view-card-text-mobile .catalog-card__price-box,
.is-view-card-mobile .catalog-card__price-box {
    margin-bottom: 12px;
}
.is-view-card-text-mobile .catalog-card__added,
.is-view-card-mobile .catalog-card__added {
    width: calc(100% - 84px);
}
.is-view-card-text-mobile .catalog-card__props,
.is-view-card-mobile .catalog-card__props {
    margin-bottom: 16px;
}
.is-view-card-text-mobile .catalog-card__prop {}
.is-view-card-mobile .catalog-card__prop {}


.is-view-list-mini .catalog-card__right {
    flex-wrap: wrap;
}
.is-view-list-mini .catalog-card__cart-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    margin-top: 14px;
}
.is-view-list-mini .catalog-card__price-box {
    width: auto;
    margin-top: 0;
}
.is-view-list-mini .catalog-card__added {
    margin-top: 0;
    width: 130px;
}
.is-view-list-mini .catalog-card__actions-btn {

}

.is-view-list-mini .catalog-list {}
.is-view-list-mini .catalog-card {}
.is-view-list-mini .catalog-card__img {
    display: none;
}
.is-view-list-mini .catalog-card__content {}
.is-view-list-mini .catalog-card__name {}
.is-view-list-mini .catalog-card__price-box .catalog-card__status {
    display: none;
}
.is-view-list-mini .catalog-card__props {
    margin-top: auto;
    gap: 12px;
}
.is-view-list-mini .catalog-card__prop {}


@media (max-width: 1360px) {
    .is-view-card .catalog-card {
        width: calc(33.3333% - 15px);
    }
}
@media (max-width: 1100px) {
    .is-view-card .catalog-card {
        width: calc(50% - 15px);
    }
}
@media (max-width: 870px) {
    .is-view-card .catalog-card {
        width: 100%;
    }
}
@media (max-width: 768px) {

    .catalog-list {}
    .catalog-card {}
    .catalog-card__img {}
    .catalog-card__content {}
    .catalog-card__name {}
    .catalog-card__status {}
    .catalog-card__props {}
    .catalog-card__prop {}

    .is-view-card .catalog-list {
        display: block;
    }
    .is-view-card .catalog-card {
        width: 100%;
    }
    .is-view-card .catalog-card__img {
    }
    .is-view-card .catalog-card__content {}
    .is-view-card .catalog-card__name {}
    .is-view-card .catalog-card__status {}
    .is-view-card .catalog-card__props {}
    .is-view-card .catalog-card__prop {}

    .is-view-list .catalog-list {}
    .is-view-list .catalog-card {}
    .is-view-list .catalog-card__img {}
    .is-view-list .catalog-card__content {}
    .is-view-list .catalog-card__name {}
    .is-view-list .catalog-card__status {}
    .is-view-list .catalog-card__props {}
    .is-view-list .catalog-card__prop {}

    .is-view-card-mobile .catalog-list {}
    .is-view-card-mobile .catalog-card {}
    .is-view-card-mobile .catalog-card__img {}
    .is-view-card-mobile .catalog-card__content {}
    .is-view-card-mobile .catalog-card__name {}
    .is-view-card-mobile .catalog-card__status {}
    .is-view-card-mobile .catalog-card__props {}
    .is-view-card-mobile .catalog-card__prop {}

    .is-view-list-mini .catalog-list {}
    .is-view-list-mini .catalog-card {
        flex-direction: column;
    }
    .is-view-list-mini .catalog-card__img {}
    .is-view-list-mini .catalog-card__content {
        flex-direction: column;
    }
    .is-view-list-mini .catalog-card__name {}
    .is-view-list-mini .catalog-card__status {}
    .is-view-list-mini .catalog-card__props {}
    .is-view-list-mini .catalog-card__prop {}

}

.border-box {
    background: #ffffff;
    border-radius: 20px;
}
.border-box--base {
    padding: 16px 20px;
}
.product {
    width: 100%;
}
.product__inner {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
    margin-bottom: 84px;
}
.product__left {
    flex: 1;
    padding: 28px 20px 14px;
}
.product__left-content {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    gap: 26px;
}
.product__sidebar {
    flex: 0 0 auto;
    width: 100%;
    max-width: 380px;
}
.product__sidebar-box {
    padding: 24px 20px;
    margin-bottom: 12px;
}
.product__sidebar-box--second {
    padding: 16px 20px;
}
.product__sidebar-box:last-of-type {
    margin-bottom: 0;
}
.product-slider {

}
.product__card-slider {
    flex: 1;
    width: 60%;
    max-width: 500px;
}
.product-slider__main {
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
}
.product-slider__main .product-slider__pagination {
    display: none;
}
.product-slider__img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}
.product-slider__slide {
    overflow: hidden;
    border-radius: 20px;
}
/* THUMBS */
.product-slider__thumbs {
    margin-top: 12px;
    position: relative;
    padding: 0 24px;
}

.product-slider__thumb {
    width: 110px;
    height: 70px;
    overflow: hidden;
    border-radius: 8px;
    cursor: pointer;
    transition: all .2s ease-in-out;
    border: 1px solid transparent;
}
.product-slider__thumbs .swiper-wrapper {

}
.product-slider__thumb img {
    transition: all .2s ease-in-out;
    border-radius: 8px;
}
.product-slider__thumb.swiper-slide-thumb-active {
    /*padding: 2px;*/
}
.product-slider__thumb.swiper-slide-thumb-active img {
    transform: scale(.95,.9);
}
.product-slider__thumb.swiper-slide-thumb-active {
    border: 1px solid var(--color-main-red);
}

.product-slider__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ARROWS */
.product-slider__arrow {
    position: absolute;
    top: 0;
    z-index: 10;
    width: 24px;
    height: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 0;
    color: var(--color-main-black);
}

.product-slider__arrow--prev {
    left: 0;
}
.product-slider__arrow--next {
    right: 0;
}
.product-slider__arrow--prev .icon {
    flex: 0 0 auto;
    transform: scale(-1, 1);
}

.product-chars {
    width: 100%;
    max-width: 393px;
    flex: 1;
}

.product-chars__specs-short {
    margin-bottom: 24px;
}
.product-chars__specs-short .specs__item {
    margin-bottom: 12px;
}
.product-chars__specs-short .specs__item:last-of-type {
    margin-bottom: 0;
}
.product-options {
    margin-bottom: 16px;
}
.product-options__block {
    margin-bottom: 24px;
}
.product-options__block:last-of-type {
    margin-bottom: 0;
}
.product-options__title {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #8D8D8D;
}
.product-options__title .count {
    color: var(--color-main-black);
}
.product-options__list {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 6px;
}
.product-options__item {
    flex: 0 0 auto;
    /* width: 51px; */
    padding: 10px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 8px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: var(--color-main-black);
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
    transition: all .2s ease-in-out;
}
.product-options__item.active {
    color: var(--color-main-red);
    border-color: var(--color-main-red);
}
@media (hover: hover) and (pointer: fine) {
    .product-options__item:hover {
        color: var(--color-main-red);
        border-color: var(--color-main-red);
    }
}
.product-options__more {
    flex: 1;
    height: 40px;
    padding-left: 18px;
    padding-right: 18px;
    border-color: rgba(0, 0, 0, 0.1);
}
.product-options__more .button__icon,
.product-options__more .button__text {
    font-size: 14px;
    line-height: 18px;
    color: var(--color-main-black);
}
.product-options__item--hidden {
    display: none !important;
}

.product-options__list {
    transition: height 0.3s ease;
}

@media (hover: hover) and (pointer: fine) {
    .product-options__more:hover {
        border-color: var(--color-main-red);
    }
}
.product-status {
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
}
.product-status--in-stock {
    color: #00A314;
}
.product-status .count {
    display: none;
    color: var(--color-main-black);
}
.product-status--to-order {
    color: #FFA806;
}
.switch-price {}
.switch-price__text {}
.switch-price__switcher {}

.switcher {}
.switcher__input {}
.switcher__custom {}
.switcher__text {}

.product-price {
    margin-top: 28px;
}
.product-price__value {
    margin-bottom: 16px;
    font-weight: 500;
    font-size: 22px;
    line-height: 24px;
    color: var(--color-main-black);
}
.product-price__total-action {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.product-price__amount {
    margin-right: auto;
}
.product-price__btn {}
.product-price__count {}
.product-price__total {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.product-price__total-sum {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
}
.product-price__total-price {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}
.product-price__total-title {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #8D8D8D;
}
.product-price__total-info {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    padding-left: 12px;
    margin-left: 12px;
    border-left: 1px solid #0000001A;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #8D8D8D;
}

.product-actions {
}
.product-buttons {
    margin-top: 24px;
    gap: 8px;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-direction: column;
}
.product-actions__top {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 24px;
    gap: 12px;
}
.product-actions__top .product-status {
    margin-right: auto;
}
.product-options__item--hidden {
    display: none !important;
}

.is-open .button__icon--plus { display: none; }
.is-open .button__icon--minus { display: inline-block; }

.button__icon--minus { display: none; }


.swiper-pagination-bullet {
    background: #D9D9D9;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    background: var(--color-main-red);
}
@media (max-width: 1200px) {
    .product__left {
        width: calc(50% - 380px);
    }
    .product__left-content {
        width: 100%;
        flex: 0 0 auto;
        flex-direction: column;
    }
    .product__card-slider {
        flex: 0 0 auto;
        width: 100%;
        max-width: 100%;
    }
    .product-chars {
        max-width: 100%;
    }
}

@media (max-width: 992px) {
    .product__sidebar {
        max-width: 340px;
    }
}
@media (max-width: 768px) {

    .product__left {
        width: 100%;
    }

    .product__left-content {
        flex-direction: column;
    }
    .product__inner {
        margin-bottom: 28px;
        display: block;
    }

    .product-slider__thumbs {
        display: none;
    }

    .product-slider__main .product-slider__pagination {
        position: relative;
        display: block;
        margin-top: 4px;
        bottom: 0 !important;
        top: 0;
    }

    .product__sidebar {
        max-width: 100%;
        margin-top: 24px;
    }

    .product__sidebar-box {
        padding: 24px 12px;
    }
    .product__sidebar-box--second {
        padding: 16px 12px;
    }
    .product-options__more {
        width: 100%;
        flex: 0 0 auto;
        border: none;
    }
    .product-options__more .button__icon,
    .product-options__more .button__text {
        color: var(--color-main-red);
    }
}


/* === Section Tabs в карточке  === */
.section-tabs__nav,
.tabs__nav {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 6px;
    margin-bottom: 20px;
}

.section-tabs__btn,
.tabs__btn {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    padding: 18px 30px;
    background: #ffffff;
    border: none;
    cursor: pointer;
    color: #333333;
    border-radius: 16px;
}

.section-tabs__btn_active,
.tabs__btn_active {
    color: #ffffff;
    background: var(--color-main-red);
}

.section-tabs__item,
.tabs__item {
    display: none;
    padding: 16px;
}
.section-tabs__item {
    padding: 40px 32px;
    background: #ffffff;
    border-radius: 20px;
}
.section-tabs__item_active,
.tabs__item_active {
    display: block;
}
.section-tabs__title {
    display: none;
}
.section-tabs__content-description {
    margin-bottom: 60px;
}
.section-tabs__content-description p {
    margin-bottom: 16px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}
.section-tabs__content p:last-of-type {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .section-tabs__nav,
    .tabs__nav {
        display: none;
    }

    .section-tabs__item,
    .tabs__item {
        padding: 0;
        display: block;
        border-radius: 16px;
        margin-bottom: 8px;
    }

    .section-tabs__title,
    .tabs__title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 20px 16px;
        border-radius: 16px;
        margin-bottom: 0;
        font-weight: 500;
        font-size: 20px;
        line-height: 22px;
        cursor: pointer;
    }
    .section-tabs__title .icon {
        width: 10px;
        height: 6px;
        transition: all .3s ease-in-out;
    }
    .section-tabs__item_open .section-tabs__title {
        color: var(--color-main-red);
    }
    .section-tabs__item_open .section-tabs__title .icon {
        transform: scale(-1, -1);
    }

    .section-tabs__content,
    .tabs__content {
        max-height: 0;
        overflow: hidden;
        transition: max-height .3s ease, padding .2s ease;
        padding: 0 16px;
    }

    .section-tabs__item_open .section-tabs__content,
    .tabs__item_open .tabs__content {
        padding: 0 16px 16px;
        max-height: 2000px; /* большое значение для плавного открытия */
    }
    .section-tabs__info {
        margin-top: 10px;
    }
}


/* === Service Slider === */

.services-section .swiper-slide {
    height: auto;
}
.services-section p {
    margin-bottom: 16px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: var(--color-main-black);
}
.services-section p:last-of-type {
    margin-bottom: 0;
}
.services-slider {
    margin-top: 40px;
}

.service-card {
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    padding: 32px 20px;
    background: #fff;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.service-card__icon {
    margin-bottom: 40px;
}

.service-card__icon img {
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.service-card__title {
    color: var(--color-main-black);
    min-height: 48px;
    margin-bottom: 12px;
    font-size: 22px;
    line-height: 24px;
}

.service-card__text {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: rgba(141, 141, 141, 1);
    margin-bottom: auto;
    padding-bottom: 20px;
}

.services-slider {
    overflow: visible;
}
@media (max-width: 768px) {
    .service-card {
        padding: 28px 16px;
    }
    .service-card__icon {
        margin-bottom: 32px;
    }
    .service-card__title {
        min-height: auto;
        margin-bottom: 12px;
    }
}

/* === Catalog Slider === */
.catalog-slider-section {
    overflow: hidden;
}
.catalog-slider .swiper-slide {
    height: auto;
}
.catalog-slider .catalog-card {
    width: 100%;
    height: 100%;
}
.catalog-slider-arrows {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}
.catalog-slider-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-radius: 14px;
    width: 46px;
    height: 46px;
    border: 1px solid #0000001A;
    color: #A9A9A9;
    cursor: pointer;
}
.catalog-slider-arrow--prev .icon {
    transform: scale(-1,1);
}

@media (max-width: 768px) {
    .catalog-slider {
        overflow: visible;
    }
    .catalog-slider-arrows {
        display: none;
    }
}

.specs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 40px;
    row-gap: 12px;
}

.specs__item {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: baseline;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

.specs__label {
    white-space: nowrap;
    color: #8D8D8D;
}

.specs__value {
    white-space: nowrap;
    color: var(--color-main-black);
}

.specs__dots {
    border-bottom: 1px dashed #0000001A;
    margin: 0 6px;
    position: relative;
    top: -2px;
}

.shipping-box {
    margin-top: 16px;
}
.shipping-box__item {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
    margin-bottom: 4px;
}
.shipping-box__item:last-of-type {
    margin-bottom: 0;
}
.shipping-box__value-first {
    flex: 0 0 auto;
}
.shipping-box__value-second {
    display: none;
    position: relative;
    padding-left: 8px;
}
.shipping-box__value-second:before {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #8D8D8D;
}
.shipping-box__item .icon {
    flex: 0 0 auto;
    margin-right: 4px;
    width: 16px;
    height: 16px;
}

.consult-box {
    font-size: 14px;
    line-height: 20px;

}
.consult-box__title {
    margin-bottom: 8px;
    font-weight: 500;
}
.consult-box__text {
    margin-bottom: 8px;
    font-weight: 400;
    color: #8D8D8D;
}
.consult-box__phone {

}

@media (max-width: 768px) {
    .specs {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        column-gap: 0;
        row-gap: 12px;
    }
    .section-tabs__content-description {
        margin-bottom: 28px;
    }
    .section-tabs__content-description p{
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
    }
}


.modal-gallery {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
}

.modal-gallery.active {
    display: flex;
}

.modal-gallery__wrapper {
    background: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.modal-gallery__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 42px 180px;
    font-weight: 500;
    font-size: 28px;
    line-height: 32px;
    box-shadow: 0px 6px 6px 0px #3333330A;
}

.modal-gallery__content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
    overflow: auto;
    padding: 60px 24px 24px;
}

.modal-gallery__close {
    background: none;
    border: none;
    cursor: pointer;
}
.modal-gallery__close .icon {
    color: #A9A9A9;
    pointer-events: none;
}
.modal-gallery__overlay {
    position: absolute;
    inset: 0;
}

.modal-gallery .product-slider__arrow {
    opacity: 1;
    visibility: visible;
}

.product-slider--modal {
    width: 100%;
    margin: 0 auto;
    max-width: 1320px;
}
.product-slider--modal .product-slider__main {
    max-width: 1168px;
    max-height: 68vh;
}
.product-slider--modal .product-slider__img {
    height: 100%;
}
.product-slider__main-box {
    position: relative;
}
.product-slider__main-box .product-slider__arrow {
    top: 50%;
    transform: translateY(-50%);
    border-radius: 16px;
    height: 52px;
    width: 52px;
    background: #F4F5F5;
    border: 1px solid #0000001A;
    color: #A9A9A9;
}
.product-slider__main-box .product-slider__arrow--prev {
    left: 0;
}
.product-slider__main-box .product-slider__arrow--next {
    right: 0;
}

.product-slider--modal .product-slider__thumbs {
    max-width: 500px;
    margin: 28px auto 0;
}
.form-product-items {
    margin-bottom: 28px;
}
@media (max-width: 768px) {
    .modal-gallery__content {
        padding-top: 36px;
    }
    .product-slider__arrows {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 12px;
        margin: 12px auto 0;
    }
    .product-slider__main-box .product-slider__arrow {
        position: relative;
        top: 0;
        transform: translateY(0);
    }
    .modal-gallery__header {
        font-weight: 500;
        font-size: 22px;
        line-height: 24px;
        padding: 40px 16px 16px;
    }

    .product-slider--modal .product-slider__main {
        max-height: 100vh;
    }
}

.page-banner {
    max-height: 600px;
    margin-bottom: 20px;
    border-radius: 20px;
}
/* News */
.article-content {
    margin-bottom: 40px;
}
.article-list {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20px;
}
.article-item {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-direction: column;
    background: #ffffff;
    width: calc(25% - 15px);
    border-radius: 16px;
}
.article-item__img {
    display: block;
    height: 165px;
    border-radius: 16px;
}
.article-item__content {
    padding: 12px 12px 20px 12px;
    background: #ffffff;
    border-radius: 0 0 16px 16px;
    overflow: hidden;
}
.article-item__name {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
}
.article-item__description {
    margin: 8px 0 12px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #8D8D8D;

    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.article-item__date {
    margin-top: auto;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
}

.btns-actions,
.filter-box-tab-btns {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    margin-bottom: 20px;
    overflow-x: auto;
}

.filter-box-item {
    display: none;
}
.filter-box-item.active {
    display: block;
}
.btns-action,
.filter-tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    border: 0;
    min-width: 100px;
    height: 60px;
    padding: 16px;
    flex: 0 0 auto;
    cursor: pointer;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #333333;
    transition: all .2s ease-in-out;
    background: #ffffff;
}
.btns-action.active,
.filter-tab.active {
    color: #ffffff;
    background: var(--color-main-red);
}


@media (hover: hover) and (pointer: fine) {
    .btns-action:hover,
    .filter-tab:hover {
        color: #ffffff;
        background: var(--color-main-red);
    }
}
@media (max-width: 1024px) {
    .article-item {
        width: calc(33.3333% - 15px);
    }
}
@media (max-width: 768px) {
    .page-banner {
        margin-bottom: 12px;
    }
    .article-content {
        margin-bottom: 24px;
    }
    .article-list {
        display: block;
    }
    .article-item {
        width: 100%;
        margin-bottom: 20px;
    }
    .navigation-page--inner {
        display: block;
    }
    .navigation-page--inner .nav-links {
        margin-top: 20px;
    }
    .navigation-page--inner .load_more {
        position: relative;
        width: 100%;
    }

    .article-item:last-of-type {
        margin-bottom: 0;
    }
}


.vacancy-item {
    padding: 28px 20px;
    border-radius: 28px;
    background: #ffffff;
    margin-bottom: 12px;
}
.vacancy-item__container {}
.vacancy-item__container.open .vacancy-item__header {
    height: 106px;
}
.vacancy-item__container.open .vacancy-item__header .vacancy-item__date {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.vacancy-item__header {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}
.vacancy-item__header-left {
    max-width: 730px;
}
.vacancy-item__header-right {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    justify-content: flex-start;
    text-align: right;
}
.vacancy-item__header .vacancy-item__date {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all .2s ease-in-out;
    margin-top: auto;
}
.vacancy-item__name {
    margin-bottom: 8px;
    font-weight: 500;
    font-size: 24px;
    line-height: 26px;
    color: #333333;
}
.vacancy-item__price {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #8D8D8D;
}
.vacancy-item__content {}

[data-vacancy-conent] {
    overflow: hidden;
    max-height: 0;
    transition: max-height .35s ease;
}

.vacancy-item__tags {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 6px;
}
.vacancy-item__tag {
    flex: 0 0 auto;
    border-radius: 10px;
    padding: 7px 16px;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    background: #F4F5F5;
}
.vacancy-item__content-inside {
    margin-top: 40px;
}
.vacancy-item__contact {
    font-weight: 500;
    line-height: 26px;
}
.vacancy-item__date {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #8D8D8D;
}
.vacancy-item__bottom {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: 28px;
}
.vacancy-item__content-inside .vacancy-item__date {
    display: none;
}
.vacancy-item__buttons {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
}

/* Base Accordion*/
.base-accordions {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    gap: 12px;
}
.base-accordion {
    width: 100%;
    border-radius: 20px;
    padding: 26px 24px;
    background: #ffffff;
}
.base-accordion__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    gap: 9px;
}
.base-accordion__content {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #8D8D8D;
}
.base-accordion__content-inside {
    margin-top: 20px;
}
.base-accordion__trigger {
    flex: 0 0 auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    cursor: pointer;
}
.base-accordion__trigger:before,
.base-accordion__trigger:after {
    position: absolute;
    width: 16px;
    height: 2px;
    border-radius: 2px;
    background: #25282B;
    content: '';
    transition: all .2s ease-in-out;
}
.base-accordion__trigger:before {}
.base-accordion__trigger:after {
    transform: rotate(90deg);
}
.base-accordion.is-open .base-accordion__trigger:after {
    opacity: 0;
    transform: rotate(0deg);
}
[data-accordion-content] {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

[data-accordion].is-open [data-accordion-content] {
    max-height: var(--accordion-max-height);
}

@media (max-width: 768px) {
    .base-accordion {
        border-radius: 16px;
        padding: 26px 16px;
    }
    .base-accordion__header {
        font-size: 16px;
        line-height: 20px;
    }
    .base-accordion__content-inside {
        margin-top: 16px;
        font-size: 14px;
        line-height: 20px;
    }
    .btns-action,
    .filter-tab {
        border-radius: 12px;
        padding: 11px 16px;
        font-size: 14px;
        height: 40px;
        min-width: 60px;
        line-height: 18px;
    }
    .vacancy-item {
        overflow: hidden;
        padding: 16px 12px;
        border-radius: 20px;
    }
    .vacancy-item__container.open .vacancy-item__header {
        height: auto;
    }
    .vacancy-item__header {
        flex-direction: column;
        gap: 20px;
    }
    .vacancy-item__date {
        font-size: 14px;
    }
    .vacancy-item__name {
        font-size: 18px;
        line-height: 22px;
    }
    .vacancy-item__content-inside {
        margin-top: 28px;
    }
    .vacancy-item__content-inside .vacancy-item__date {
        display: block;
        margin-bottom: 12px;
    }
    .vacancy-item__content-inside .vacancy-item__date:last-of-type {
        margin-bottom: 0;
    }
    .vacancy-item__header .vacancy-item__date {
        display: none;
    }
    .btns-actions,
    .filter-box-tab-btns {
        margin-right: -15px;
    }
    .vacancy-item__header-left {
        order: 1;
    }
    .vacancy-item__header-right {
        order: 0;
        align-items: flex-start;
        justify-content: flex-start;
        margin-right: -12px;
    }
    .vacancy-item__tags {
        flex-wrap: nowrap;
        overflow-x: auto;
        justify-content: flex-start;
    }
    .vacancy-item__tag {
        font-size: 12px;
        line-height: 14px;
    }
    .vacancy-item__bottom {
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
        margin-top: 28px;
    }
    .vacancy-item__buttons {
        width: 100%;
    }
    .vacancy-item__buttons .button {
        flex: 1;
        width: 50%;
    }
    .vacancy-item__contact {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 28px;
    }
    .vacancy-item__bottom .vacancy-item__date {
        display: none;
    }
}


.partners-list {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
    flex-wrap: wrap;
}
.partners-item {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    height: 160px;
    width: calc(20% - 16px);
    background: #ffffff;
    border-radius: 28px;
}
.partners-item__logo {
    width: 80%;
    height: 100%;
}
.partners-item__logo img {
    max-width: 100%;
    height: 100%;
    display: block;
    margin: 0 auto;
    object-fit: contain;
}

/* 404 */
.no-found {
    overflow: hidden;
    position: relative;
    padding-top: 0;
    height: 605px;
    flex: 0 0 auto;
}
.no-found__bg {
    position: absolute;
    width: 610px;
    height: 610px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.no-found__bg--left {
    left: -80px;
    top: -80px;
}
.no-found__bg--right {
    right: -80px;
    bottom: -80px;
}
.no-found__container {
    height: 605px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
}
.no-found__number {}
.no-found__content {}
.no-found__content-name {
    margin-bottom: 8px;
    font-weight: 500;
    font-size: 28px;
    line-height: 32px;
}
.no-found__content-text {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #8D8D8D;
}

@media (max-width: 1024px) {
    .partners-item {
        height: 130px;
        width: calc(25% - 15px);
    }
}
@media (max-width: 768px) {
    .partners-item {
        height: 130px;
        width: calc(33.3333% - 14px);
        border-radius: 20px;
    }

    .no-found__bg {
        width: 400px;
        height: 400px;
    }
    .no-found__bg--left {
        left: -40px;
        top: -40px;
    }
    .no-found__bg--right {
        right: -40px;
        bottom: -40px;
    }
}

@media (max-width: 680px) {
    .partners-list {
        gap: 12px;
    }
    .partners-item {
        padding: 10px;
        height: 100px;
        width: calc(50% - 6px);
        border-radius: 16px;
    }
    .partners-item__logo {
        width: 100%;
    }
    .no-found__container {
        flex-direction: column;
        gap: 20px;
    }
    .no-found__number {
        width: 207px;
    }
    .no-found__bg {
        width: 236px;
        height: 236px;
    }
    .no-found__content {
        text-align: center;
    }
    .no-found__content-name {
        font-size: 22px;
        line-height: 24px;
    }
    .no-found__content-text {
        font-size: 14px;
        line-height: 18px;
    }
    .no-found__bg--left {
        left: -40px;
        top: -25px;
    }
    .no-found__bg--right {
        right: -40px;
        bottom: -6px;
    }
}

.about-advantages {
    margin: 60px 0 80px;

}
.about-advantages__swiper {}
.about-advantages__swiper .swiper-wrapper {
    gap: 20px;
}
.about-advantage {
    padding: 28px;
    border-radius: 28px;
    background: #F4F5F5;
    width: calc(25% - 15px);
}
.about-advantage__count {
    margin-bottom: 8px;
    font-weight: 500;
    font-size: 48px;
    line-height: 48px;
    color: #B51717;
}
.about-advantage__text {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
}

/* Галерея на странице О компании */
.gallery-slider {

}
.gallery-slider .swiper-slide {
    height: auto;
}
.gallery-slider__item {
    display: block;
    height: 100%;
    max-height: 466px;
    overflow: hidden;
    border-radius: 20px;
}
.gallery-slider__item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.services-inner {}
.services-inner__items {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20px;
}
.services-inner__item {
    flex: 0 0 auto;
    padding: 40px 28px;
    height: 388px;
    width: calc(25% - 15px);
    background: #F4F5F5;
    border-radius: 28px;
    overflow: hidden;
}
.services-inner__item:nth-child(1) {
    order: 1;
}
.services-inner__item:nth-child(2) {
    order: 2;
}
.services-inner__item:nth-child(3) {
    order: 3;
}
.services-inner__item:nth-child(4) {
    order: 6;
}
.services-inner__item:nth-child(5) {
    order: 4;
}
.services-inner__item:nth-child(6) {
    order: 5;
}

.services-inner__item--big {
    padding: 0;
    width: calc(50% - 10px);
}
.services-inner__bg {
    height: 100%;
    background: none;
    border-radius: 28px;
}
.services-inner__icon {
    width: 48px;
    margin-bottom: 40px;
}
.services-inner__icon img {
    width: 100%;
}
.services-inner__item h3 {
    font-size: 22px;
    line-height: 24px;
    height: 48px;
    margin-bottom: 12px;
}
.services-inner__item p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #8D8D8D;
}

@media (max-width: 768px) {
    .about-advantages__swiper .swiper-wrapper {
        gap: 0;
    }
    .about-advantage {
        width: 100%;
    }
    .services-inner__item:nth-child(4) {
        order: 4;
    }
    .services-inner__item:nth-child(5) {
        order: 5;
    }
    .services-inner__item:nth-child(6) {
        order: 6;
    }
}


.about-first-section {
    margin: 80px 0 140px;
}
.about-why {
    padding: 80px 0;
}
.about-services {
    margin: 140px 0;
}
.about-gallery {
    overflow: hidden;
    margin-bottom: 100px;
}

@media (max-width: 768px) {
    .header-content__title, .header-content__text {
        width: 100%;
    }
    .header-content__text p {
        font-size: 14px;
        line-height: 20px;
    }
    .about-first-section {
        margin: 28px 0 80px;
    }
    .about-why {
        padding: 60px 0;
    }
    .about-services {
        margin: 80px 0;
    }
    .about-gallery {
        margin-bottom: 60px;
    }
    .gallery-slider__item {
        max-height: 400px;
    }
    .services-inner__items {
        flex-wrap: wrap;
        gap: 12px;
    }

    .services-inner__item {
        width: 100%;
        height: auto;
    }
    .services-inner__item--big {
        height: 350px;
    }
    .services-inner__item h3 {
        font-size: 22px;
        line-height: 24px;
    }
    .about-advantages {
        margin: 16px 0 32px;
    }
    .about-advantage__count {
        font-size: 44px;
        line-height: 48px;
    }
    .about-advantage__text {
        font-size: 14px;
        line-height: 18px;
    }
    .about-advantage {
        height: 140px;
        padding: 30px 20px;
    }
    .advantage-list-slider .advantage-list {
        flex-direction: row;
        gap: 0;
        flex-wrap: nowrap;
    }
    .advantage-list-slider .advantage-item {
        height: 232px;
    }
    .advantage-list-slider .advantage-item h3 {
        height: 48px;
    }
    .advantage-list-slider .advantage-item p {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        height: 60px;
        font-size: 14px;
        line-height: 20px;
    }
}

/* контакты */
.contact-header {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    margin-bottom: 20px;
    padding: 20px;
    background: #ffffff;
    border-radius: 16px;
}

.contact-header__office {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
    max-width: 537px;
    padding-right: 50px;
    border-right: 1px solid #0000001A;
}
.contact-header__office-img {
    flex: 0 0 auto;
    width: 87px;
    height: 87px;
    overflow: hidden;
    border-radius: 12px;
    opacity: .95;
}
.contact-header__office-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.contact-header__office-content {
    max-width: 380px;
}
.contact-header__office-phones {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 12px;
}
.contact-header__office-phone {
    font-weight: 500;
    font-size: 22px;
    line-height: 24px;
}
.contact-header__office-address {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: var(--color-main-black);
}
.contact-header__contact-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 12px;
    max-width: 290px;
    padding: 0 50px;
    border-right: 1px solid #0000001A;
    box-sizing: content-box;
    width: 100%;
}
.contact-header__right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex: 1;
    padding-left: 50px;

}
.contact-header__contact {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
}
.contact-header__socials {
}
.contact-header__socials-title {
    margin-bottom: 8px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #8D8D8D;
}
.contact-header__buttons {
    flex: 0 0 auto;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 12px;
    max-width: 184px;
    width: 100%;
}
.contact-header__buttons .button {
    height: 36px;
    width: 100%;
}
.contact-header__buttons .button__text {
    font-size: 14px;
}
.contact-content {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    gap: 20px;
}
.contact-aside {
    overflow: hidden;
    border-radius: 20px;
    width: 432px;
    padding: 20px;
    background: #ffffff;
}
.contact-aside__title {
    margin-bottom: 20px;
}
.contact-map {
    flex: 1;
    overflow: hidden;
    border-radius: 20px;
}
.contact-map__map {
    width: 100%;
    height: 100%;
}

.tabs-switcher {
    display: flex;
    gap: 0;
    padding: 4px;
    background: #F4F5F5;
    border-radius: 12px;
    margin-bottom: 16px;
}
.tabs-switcher__item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 40px;
    background: #F4F5F5;
    border-radius: 12px;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #333333;
}
.tabs-switcher__item.active {
    background: var(--color-main-red);
    color: #ffffff;
}
.contact-route {
    border-radius: 16px;
    border: 1px solid #0000001A;
    margin-bottom: 12px;
}
.contact-route:last-of-type {
    margin-bottom: 0;
}
.contact-route__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 12px;
    cursor: pointer;
}

.contact-route__content-inside {
    padding: 0 12px 14px 12px;
}
.contact-route__content-info {
    margin-bottom: 20px;
    color: #8D8D8D;
}
.contact-route__content-info ol {
    margin: 0;
    padding: 0 0 0 24px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}
.contact-route__content-info ol li {
    margin-bottom: 4px;
}
.contact-route__content-info ol li:last-of-type {
    margin-bottom: 0;
}
.contact-route__time {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 7px 8px;
    border-radius: 10px;
    background: #F4F5F5;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
}
.contact-route__name {
    width: 100%;
    max-width: 210px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: var(--color-main-black);
}

@media (max-width: 1330px) {
    .contact-header__office {
        padding-right: 25px;
    }
    .contact-header__contact-info {
        padding: 25px;
    }
    .contact-header__right {
        padding-left: 25px;
    }
}

@media (max-width: 1240px) {
    .contact-header__office {
        flex: 1;
    }
    .contact-header__right {
        flex: none;
    }
    .contact-header__contact {
        flex-direction: column;
        align-items: flex-start;
    }
}
@media (max-width: 1024px) {
    .contact-header__contact {
        flex-direction: column;
        align-items: flex-start;
    }
    .contact-header__office {
        flex-direction: column;
        justify-content: center;
    }
    .contact-header__office-img {
        order: 1;
        width: 100%;
    }
    .contact-header__right {
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }
}

@media (max-width: 991px) {
    .contact-route__header {
        gap: 6px;
    }
    .contact-header__office {
    }
    .contact-header__office-img {
        display: none;
    }
    .contact-content {
        gap: 12px;
        flex-direction: column;
    }
    .contact-aside {
        padding: 16px;
        width: 100%;
    }
    .contact-map {
        height: 590px;
        flex: 0 0 auto;
    }
}
@media (max-width: 768px) {
    .contact-header {
        flex-direction: column;
        padding: 16px;
    }
    .contact-aside__title {
        margin-bottom: 16px;
    }
    .contact-route__name {
        font-size: 14px;
        line-height: 18px;
    }
    .contact-header__office {
        border: 0;
        width: 100%;
        max-width: 100%;
        padding: 0;
        gap: 16px;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .contact-header__contact-info {
        border: 0;
        width: 100%;
        padding: 0;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .contact-header__contact {
        flex-direction: row;
        border: 0;
        padding: 0;
        width: 100%;
        justify-content: flex-start;
        align-items: center;
    }
    .contact-header__office-content  {
        max-width: 100%;
    }
    .contact-header__office-img {
        order: 0;
        height: 170px;
        display: block;
    }
    .contact-header__right {
        padding: 0;
        margin-top: 20px;
        gap: 16px;
    }
    .contact-header__buttons {
        margin-left: 0;
        width: 100%;
        flex-direction: column-reverse;
        max-width: 100%;
    }
    .contact-header__buttons .button {
    }
    .contact-header__socials {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 8px;
    }
    .contact-header__socials-title {
        margin-bottom: 0;
    }
    .contact-header__office-phones {
        flex-direction: column;
    }
    .contact-header__office-phone {
        font-size: 20px;
        line-height: 22px;
    }
    .contact-header__office {
        margin-bottom: 20px;
    }
}

.order-success {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 580px;
}

.order-success .cart-empty {
    margin: 0;
}
.order-success .cart-empty__icon {
    width: 90px;
    height: 90px;
}
.order-success .cart-empty__title {
    margin-bottom: 20px;
}

@media (max-width: 768px) {

    .order-success {
        height: 560px;
    }

    .order-success .cart-empty {
        margin: 0;
    }
    .order-success .cart-empty__icon {
        width: 72px;
        height: 72px;
    }
    .order-success .cart-empty__title {
        margin-bottom: 20px;
    }

    .order-success .cart-empty__text {
        font-size: 14px;
        line-height: 20px;
    }

}

.rules-delivery h3 {
    margin-bottom: 20px;
}
.rules-delivery h3:first-of-type {
    margin-top: 0;
}
.delivery-calc-info {
    margin-bottom: 80px;
}

.delivery-calc-info__row {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    gap: 20px;
}
.delivery-calc-info__col {
    width: calc(50% - 12px);

}
.delivery-calc-info__col-content {
    background: #F4F5F5;
    border-radius: 20px;
    padding: 20px 12px;
}
.delivery-calc-info__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #8D8D8D;
}
.delivery-calc-info__header-left {
    margin-left: 20px;
}
.delivery-calc-info__header-right {
    flex: 0 0 auto;
    width: 175px;
    margin-left: auto;
}
.delivery-calc-info__items {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-direction: column;
}
.delivery-calc-info__item {
    width: 100%;
    background: #ffffff;
    padding: 12px 16px;
    overflow: hidden;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.delivery-calc-info__item-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex: 1;
}
.delivery-calc-info__item-img {
    flex: 0 0 auto;
    width: 80px;
    height: 80px;
}
.delivery-calc-info__item-text {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    margin-left: 24px;
    margin-right: 24px;
}
.delivery-calc-info__item-price {
    flex: 0 0 auto;
    width: 160px;
    margin-left: auto;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
}
.delivery-calc-info__bottom {
    padding: 20px 12px;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
}
.delivery-calc-info__bottom p {
    margin-bottom: 8px;
}

.delivery-calc-wrapper {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    gap: 20px;
}
.delivery-calc {
    width: 440px;
    padding: 28px 20px;
    border-radius: 20px;
    background: #ffffff;
}
.delivery-map {
    overflow: hidden;
    flex: 1;
}
.delivery-map__map {
    height: 100%;
    overflow: hidden;
    border-radius: 20px;
}
.delivery-calc-result {
    margin-top: 40px;
}
.delivery-calc-result__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
}
.delivery-calc-result__item:last-of-type {
    margin-bottom: 0;
}
.delivery-calc-result__title {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #8D8D8D;
}
.delivery-calc-result__count {
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
}


.custom-select-hidden {
    display: none;
}

.custom-select {
    position: relative;
    width: 100%;
    cursor: pointer;
}

.custom-select__trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 16px;
    border-radius: 12px;
    background: #F4F5F5;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}
.custom-select__trigger .icon {
    width: 10px;
    height: 6px;
    transition: all .2s ease-in-out;
}

.custom-select__dropdown {
    position: absolute;
    width: 100%;
    top: calc(100% + 4px);
    left: 0;
    background: #fff;
    padding: 10px 0;
    border-radius: 12px;
    max-height: 308px;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    box-shadow: 0 -8px 8px 0 #33333308;

    transition: 0.2s;
    z-index: 20;
}

.custom-select.open .custom-select__trigger .icon {
    transform: scale(-1, -1);
}

.custom-select.open .custom-select__dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.custom-select__dropdown.top {
    top: auto;
    bottom: calc(100% + 4px);
}

.custom-select__item {
    display: flex;
    gap: 8px;
    padding: 10px;
    align-items: center;
    cursor: pointer;
}

.custom-select__item:hover {
    background: #F4F5F5;
}

.custom-select__check {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid var(--color-main-red);
    position: relative;
    transition: 0.2s;
}

.custom-select__check.checked {
}

.custom-select__check.checked::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    background: #B51717;
    border-radius: 50%;
}

.custom-select__check-text {
    font-size: 14px;
}

.selects-sm .custom-select__trigger {
    padding: 10px 16px;
}

@media (max-width: 1024px) {
    .delivery-calc {
        width: 320px;
    }
}

@media (max-width: 768px) {
    .rules-delivery h3 {
        margin-bottom: 16px;
        font-size: 22px;
    }
    .delivery-calc-info {
        margin-bottom: 60px;
    }
    .delivery-calc-info__item {
        padding: 8px 10px;
    }
    .delivery-calc-info__col:first-of-type {
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        margin-bottom: -14px;
        background: #F4F5F5;
    }

    .delivery-calc-info__col:first-of-type .delivery-calc-info__items {
        margin-bottom: 6px;
    }

    .delivery-calc-info__item-content {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        width: 100%;
        flex: 1;
        margin-left: 16px;
        gap: 8px;
    }

    .delivery-calc-info__item-price {
        margin-left: 0;
    }
    .delivery-calc-info__item-text {
        margin: 0;

    }
    .delivery-calc-info__item-price {
        font-weight: 500;
        font-size: 12px;
        line-height: 14px;
        color: #8D8D8D;
    }
    .delivery-calc-info__row {
        gap: 0;
        flex-direction: column;
    }
    .delivery-calc-info__col {
        width: 100%;
    }
    .delivery-calc-info__header {
        display: none;
    }
    .delivery-calc-info__items {
        padding: 8px;
        border-radius: 20px;
        background: #F4F5F5;
        gap: 8px;
    }
    .delivery-calc-info__col-content {
        background: none;
        padding: 0;
    }
    .delivery-calc-wrapper {
        flex-direction: column;
    }
    .delivery-calc {
        padding: 28px 12px;
        width: 100%;
    }
    .delivery-map {
        flex: 0 0 auto;
        height: 350px;
    }
    .delivery-calc-result__count {
        font-size: 18px;
        line-height: 20px;
    }
    .delivery-calc-info__bottom {
        font-weight: 500;
        font-size: 12px;
        line-height: 14px;
    }
}
.calc-metal {
    overflow: hidden;
    border-radius: 12px;
}
.calc-metal__header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: #222334;
    min-height: 52px;
    padding: 0 24px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
}
.calc-metal__body {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    padding: 24px;
    background: #ffffff;

}
.calc-metal__aside {
    flex: 1;
    max-width: 280px;
    padding-right: 32px;
    margin-right: 32px;
    border-right: 1px solid #0000001A;
}

.calc-metal__content {
    flex: 1;
}
.calc-metal__selects {

}
.type-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    padding: 4px 8px;
    border-radius: 12px;
    background: #F4F5F5;
    margin-bottom: 8px;
}
.type-item:hover .type-item__text,
.type-item.is-active .type-item__text {
    color: var(--color-main-red);
}
.type-item:hover .type-item__img {
    transform: scale(1.1, 1.1);
}
.type-item:last-of-type {
    margin-bottom: 0;
}
.type-item__img {
    width: 40px;
    height: 40px;
    transition: all .2s ease-in-out;
}
.type-item__text {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #333333;
    transition: all .2s ease-in-out;
}
.calc-metal-result {
    margin-top: 40px;
}
.calc-metal-result__item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    margin-bottom: 12px;
}
.calc-metal-result__item:last-of-type {
    margin-bottom: 0;
}
.calc-metal-result__title {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #8D8D8D;
}
.calc-metal-result__count {
    font-weight: 500;
    font-size: 22px;
    line-height: 24px;
}

.calc-metal__selects {
    gap: 20px;
}

.calc-metal-center {}
.calc-metal-center__header {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #B51717;
    padding-bottom: 10px;
    border-bottom: 1px solid ;
}
.calc-metal-center__content {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    gap: 28px;
    margin-top: 28px;
    padding-bottom: 40px;
    border-bottom: 1px solid #0000001A;
}
.calc-metal-center__img {
    flex: 1;
}
.calc-metal-center__fields {
    flex: 1;
    max-width: 340px;
}

.type-list-wrapper .dragscroll-box {
    cursor: auto;
}
@media (max-width: 768px) {
    .calc-metal__body {
        padding: 16px 12px;
        flex-direction: column;
    }
    .calc-metal__header  {
        padding: 0 19px;
    }
    .calc-metal__aside {
        max-width: 100%;
        padding: 0;
        margin-right: 0;
        border-right: 0;
        margin-bottom: 32px;
    }
    .type-list-wrapper {
        margin-right: -12px;
    }
    .type-list-wrapper .dragscroll-box {
        cursor: grab;
    }
    .calc-metal__aside .tabs-switcher {
        margin-bottom: 20px;
    }
    .type-list {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-wrap: nowrap;
        gap: 8px;
    }
    .type-item {
        padding: 4px 12px 6px 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 6px;
        flex: 0 0 auto;
        margin-bottom: 0;
    }
    .type-item__text {
        font-size: 12px;
        line-height: 14px;
    }
    .calc-metal__selects {
    }
    .calc-metal__selects .form-field {
        margin-bottom: 0;
    }
    .calc-metal__content {}
    .calc-metal-center {
        margin-top: 40px;
    }
    .calc-metal-center__content {
        padding-bottom: 24px;
    }
    .calc-metal-center__fields {
        max-width: 100%;
    }
    .calc-metal-center__img {
        display: none;
    }
    .calc-metal-result {
        margin-top: 24px;
    }
    .calc-metal-result__item {
        justify-content: space-between;
    }
    .calc-metal-result__count {
        font-size: 20px;
        line-height: 22px;
    }
}


.product-options__item.disabled {
    opacity: 0.5;
}




/*COMPARE*/

:root {
    --visible: 5;
    --gap: 16px;
}
[data-drag-scroll] {
    overflow-x: auto;
    cursor: grab;
    user-select: none;

    &.is-dragging {
        cursor: grabbing;
    }
}
.c-black {
    color: #222334;
}
.box-white {
    padding: 20px;
}
.switcher--small .switcher__custom {
    width: 30px;
    height: 16px;
}
.switcher--small .switcher__custom::after {
    width: 12px;
    height: 12px;
    left: 2px;
    top: 2px;
}
.switcher--small .switcher__input:checked + .switcher__custom::after {
    transform: translateX(14px);
}
.switcher--reverse .switcher__custom {
    order: 1;
}
.switcher--reverse .switcher__text {
    order: 0;
    margin-right: 10px;
}
.switcher__text {
    font-weight: 500;
}
.filter__info-content {
    z-index: 2;
}
.form-field__visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 56px;
}
.radio--field {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    background: #F4F5F5;
    border-radius: 12px;
    padding-left: 16px;
    padding-right: 16px;
    height: 56px;
}
.form-field__visual-text {
    position: absolute;
    right: 16px;
    margin-left: auto;
    font-size: 14px;
    font-weight: 500;
    color: #8D8D8D;
    pointer-events: none;
}
.radio--field .radio__custom {
    background: transparent;
}
.radio--field .radio__text {
    font-weight: 500;
}
[data-toggle="content"] {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
}

[data-toggle="content"] .icon {
    transition: transform 0.3s ease;
}

[data-toggle="content"].is-open .icon {
    transform: rotate(180deg);
}
.filter__info {
    display: inline-flex;
}
.page-top--flex {
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
}
/* Дополнения к старым стилям End*/

.compare {
    overflow: hidden;
}
.compare__header {
    overflow: hidden;
    top: 0;
    z-index: 10;
}
.compare__header-wrapper {
    width: 100%;
    max-width: 1390px;
    margin: 0 auto;
    overflow: hidden;
}
.compare__header-body {
    position: relative;
}
.compare__header.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 20;
}
.compare__header-container {
    padding: 28px 20px;
    background: #F4F5F5;
    border-radius: 20px;
}
.compare__header.is-fixed .compare__header-wrapper {
    padding: 0 15px;
}
.compare__header.is-fixed .compare__header-container {
    padding-top: 0;
    border-radius: 0 0 20px 20px;
    box-shadow: 0px 4px 4px 0px #33333314;
    padding-bottom: 20px;
}
.compare__spacer {
    height: 0;
}
.compare__header-track,
.compare__row-track {
    display: flex;
    flex-wrap: nowrap;
    transition: transform .3s ease;
}

.compare__item,
.compare__cell {
    flex: 0 0 calc(
            (100% - (var(--visible) - 1) * 20px) / var(--visible)
    );
    margin-right: 20px;
    position: relative;
    box-sizing: border-box;
}
.compare__viewport {
    padding-right: 20px;
}
.compare__row {
    padding: 14px 0 14px 20px;
}
.compare__row:nth-child(odd) {
    background-color: #ffffff;
}

.compare__row:nth-child(even) {
    background-color: #F4F5F5;
}
.compare__label {
    display: flex;
    align-items: center;
    flex: 0 0 100%;
    color: #8D8D8D;
}

.compare__cell {

}
.compare__item:first-of-type,
.compare__cell:first-of-type {
    padding-left: 0;
}
.compare__header-track,
.compare__row-track {
    will-change: transform;
    touch-action: pan-y;
}
.compare__header-cards {
    position: relative;
    overflow: hidden;
}
.compare__item-close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50px;
    border: 0;
    cursor: pointer;
    position: absolute;
    right: 18px;
    top: 8px;
    z-index: 1;
    background: rgba(255, 255, 255, 0.8);
    transition: all .2s ease-in-out;
    transform: scale(-1,-1);
    opacity: 0;
}
.compare__item-close .icon {
    flex: 0 0 auto;
    width: 16px;
    height: 16px;
}
.compare-card .catalog-card {
    height: 100%;
}
.compare-card .catalog-card__img {
    display: block;
    overflow: hidden;
    border-radius: 16px;
    height: 160px;
}
.compare__header.is-fixed .compare__tags-wrapper {
    display: none;
}
.compare__tags {
    margin-right: -20px;
    margin-bottom: 24px;
}
.compare__tag {
    height: 40px;
    border-radius: 12px;
    padding: 10px 16px;
    font-size: 14px;
    line-height: 18px;
}


.compare-card .catalog-card {
    width: 100%;
}
.compare-card:hover .compare__item-close {
    transform: scale(1);
    opacity: 1;
}
.compare-card .catalog-card__name {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 16px;
}
.compare-card .catalog-card__bottom {
    display: flex;
    margin-top: 12px;
}

.compare-card .catalog-card__props {
    margin-bottom: 16px;
}
.compare__header.is-fixed .compare-card .catalog-card__img {
    height: 0;
}
.compare-card__top {
    margin: -12px -12px 6px -12px;
}
.compare__header.is-fixed .compare-card .catalog-card__name {
    margin: 0;
}
.compare__header.is-fixed .compare-card {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.compare-card .catalog-card__cart-box {
    width: 100%;
}
.compare-card .catalog-card__added {
    width: calc(100% - 84px);
}
.compare-nav {
    position: absolute;
    top: 50%;
    left: -12px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    background: #ffffff;
    border: 1px solid var(--color-stroke-op10);
    border-radius: 16px;
    box-shadow: 0px -8px 8px 0px #33333308;
    z-index: 10;
    cursor: pointer;
}
.compare-nav .icon {
    color: #A9A9A9;
}
.compare-nav_left .icon {
    transform: scale(-1,1);
}
.compare-nav_right {
    right: -12px;
    left: auto;
}
.compare__header.is-fixed .compare__item-close {
}
.compare__header.is-fixed .compare-nav {
    top: 15px;
}

.compare-chars-wrapper {
    overflow: hidden;
    margin-top: 40px;
    border-radius: 20px;
    border: 1px solid var(--color-stroke-op10);
}
.compare__chars-switcher {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.compare__chars-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
    padding: 20px;
    box-shadow: 0px 4px 4px 0px #33333308;

}
.compare__chars-header-title {

}
.compare-top-actions-wrapper {
    position: relative;
    margin-left: auto;
}
.compare-top-actions-toggle {
    display: none;
    width: 24px;
    height: 24px;
    cursor: pointer;
}
.compare-top-actions {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 17px;
    font-size: 12px;
}
.share-link {
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
}
.share-link .icon {
    height: 14px;
    flex: 0 0 auto;
    stroke: currentColor;
}
.link-added,.link-remove-all {
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
}
.link-added:hover, .link-remove-all:hover, .share-link:hover {
    color: var(--color-main-red);
}
@media (max-width: 1199px) { :root { --visible: 4; } }
@media (max-width: 1023px) { :root { --visible: 3; } }
@media (max-width: 767px)  {
    :root {
        --visible: 2;
    }

    .page-title {
        flex-direction: column;
        align-items: flex-start;
    }
    .compare__chars-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        height: 86px;
        padding: 16px 8px;
    }
    .compare__chars-switcher {
        width: 100%;
    }
    .compare__chars-switcher .switcher {
        width: 100%;
        justify-content: space-between;
    }
    .compare-top-actions-toggle {
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all .2s ease-in-out;
    }
    .compare-top-actions .icon {
        display: none;
    }
    .compare-top-actions {
        width: 154px;
        position: absolute;
        right: 24px;
        top: 0;
        align-items: flex-start;
        padding: 16px;
        background: #ffffff;
        border-radius: 12px;
        flex-direction: column;
        gap: 17px;
        box-shadow: 0px -8px 8px 0px #33333308;
        transition: all .2s ease-in-out;
        transform: translateX(10px);
        visibility: hidden;
        opacity: 0;
    }
    .compare-top-actions-wrapper.is-active .compare-top-actions {
        transform: translateX(0);
        visibility: visible;
        opacity: 1;
    }
    .compare-top-actions-wrapper.is-active .compare-top-actions-toggle {
        color: var(--color-main-red);
    }
    .compare__header-container {
        padding: 12px 8px;
    }
    .compare__item, .compare__cell {
        padding: 0;
        flex: 0 0 calc(
                (100% - (var(--visible) - 1) * 7px) / var(--visible)
        );
        margin-right: 7px;
    }
    .compare__row {
        padding: 12px 0 12px 8px;
    }
    .compare__viewport {
        padding-right: 6px;
    }
    .compare__label {
        font-size: 14px;
    }
    .compare__cell {
        font-size: 14px;
    }
    .compare__item:last-child {
        margin-right: 0;
    }

    .compare-card .catalog-card__added {
        width: calc(100% - 42px);
    }
    .compare-card .catalog-card__props {
        flex-direction: column;
        margin-bottom: 6px;
        gap: 0;
    }
    .compare-card .catalog-card__img {
        border-radius: 12px;
        height: 104px;
    }
    .compare-card .compare-btn-custom {
        display: none;
    }
    .page-top .page-title {
        margin-bottom: 0;
    }
    .compare__tags {
        margin-bottom: 12px;
    }
    .compare__header.is-fixed .compare__header-container {
        padding-bottom: 12px;
    }
    .compare-card .catalog-card__content {
        padding: 8px;
    }
    .compare-card .catalog-card__price {
        font-size: 16px;
    }
    .compare-card .catalog-card__old-price {
        font-size: 12px;
    }

    .compare-nav {
        width: 40px;
        height: 40px;
        top: 50%;
        border-radius: 12px;
    }
    .compare__header.is-fixed .compare-nav {
        top: 50%;
    }
    .compare-chars-wrapper {
        margin-top: 20px;
    }
}
