/*
! tailwindcss v3.4.4 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; /* 1 */
    border-width: 0; /* 2 */
    border-style: solid; /* 2 */
    border-color: #e5e7eb; /* 2 */
}

::before,
::after {
    --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
    line-height: 1.5; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -moz-tab-size: 4; /* 3 */
    -o-tab-size: 4;
    tab-size: 4; /* 3 */
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
    -webkit-font-feature-settings: normal;
    -moz-font-feature-settings: normal;
    font-feature-settings: normal; /* 5 */
    font-variation-settings: normal; /* 6 */
    -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
    margin: 0; /* 1 */
    line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
    height: 0; /* 1 */
    color: inherit; /* 2 */
    border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

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

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
    color: inherit;
    text-decoration: inherit;
}

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

b,
strong {
    font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
    -webkit-font-feature-settings: normal;
    -moz-font-feature-settings: normal;
    font-feature-settings: normal; /* 2 */
    font-variation-settings: normal; /* 3 */
    font-size: 1em; /* 4 */
}

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

small {
    font-size: 80%;
}

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

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
    text-indent: 0; /* 1 */
    border-color: inherit; /* 2 */
    border-collapse: collapse; /* 3 */
}

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

button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    -webkit-font-feature-settings: inherit;
    -moz-font-feature-settings: inherit;
    font-feature-settings: inherit; /* 1 */
    font-variation-settings: inherit; /* 1 */
    font-size: 100%; /* 1 */
    font-weight: inherit; /* 1 */
    line-height: inherit; /* 1 */
    letter-spacing: inherit; /* 1 */
    color: inherit; /* 1 */
    margin: 0; /* 2 */
    padding: 0; /* 3 */
}

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

button,
select {
    text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
    -webkit-appearance: button; /* 1 */
    background-color: transparent; /* 2 */
    background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
    outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
    box-shadow: none;
}

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

progress {
    vertical-align: baseline;
}

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

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto;
}

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

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

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

::-webkit-search-decoration {
    -webkit-appearance: none;
}

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

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

/*
Add the correct display in Chrome and Safari.
*/

summary {
    display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
    margin: 0;
}

fieldset {
    margin: 0;
    padding: 0;
}

legend {
    padding: 0;
}

ol,
ul,
menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
    padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
    resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
    opacity: 1; /* 1 */
    color: #9ca3af; /* 2 */
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    opacity: 1; /* 1 */
    color: #9ca3af; /* 2 */
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    opacity: 1; /* 1 */
    color: #9ca3af; /* 2 */
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
    opacity: 1; /* 1 */
    color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
    opacity: 1; /* 1 */
    color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
    cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
    cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
    display: block; /* 1 */
    vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
    display: none;
}

[type='text'], input:where(:not([type])), [type='email'], [type='url'], [type='password'], [type='number'], [type='date'], [type='datetime-local'], [type='month'], [type='search'], [type='tel'], [type='time'], [type='week'], [multiple], textarea, select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border-color: #6b7280;
    border-width: 1px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000;
}

[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty, /*!*/ /*!*/);
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #2563eb;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 -webkit-calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #6b7280;
    opacity: 1;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #6b7280;
    opacity: 1;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #6b7280;
    opacity: 1;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
    color: #6b7280;
    opacity: 1;
}

input::placeholder, textarea::placeholder {
    color: #6b7280;
    opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
}

::-webkit-date-and-time-value {
    min-height: 1.5em;
    text-align: inherit;
}

::-webkit-datetime-edit {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: inline-flex;
}

::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-top: 0;
    padding-bottom: 0;
}

select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    -webkit-background-size: 1.5em 1.5em;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    print-color-adjust: exact;
}

[multiple], [size]:where(select:not([size="1"])) {
    background-image: initial;
    background-position: initial;
    background-repeat: unset;
    -webkit-background-size: initial initial;
    background-size: initial;
    padding-right: 0.75rem;
    -webkit-print-color-adjust: unset;
    color-adjust: unset;
    print-color-adjust: unset;
}

[type='checkbox'], [type='radio'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    print-color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    -webkit-background-origin: border-box;
    background-origin: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
    color: #2563eb;
    background-color: #fff;
    border-color: #6b7280;
    border-width: 1px;
    --tw-shadow: 0 0 #0000;
}

[type='checkbox'] {
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

[type='radio'] {
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

[type='checkbox']:focus, [type='radio']:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty, /*!*/ /*!*/);
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #2563eb;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 -webkit-calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked, [type='radio']:checked {
    border-color: transparent;
    background-color: currentColor;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

[type='checkbox']:checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

@media (forced-colors: active) {

    [type='checkbox']:checked {
        -webkit-appearance: auto;
        -moz-appearance: auto;
        appearance: auto;
    }
}

[type='radio']:checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

@media (forced-colors: active) {

    [type='radio']:checked {
        -webkit-appearance: auto;
        -moz-appearance: auto;
        appearance: auto;
    }
}

[type='checkbox']:checked:hover, [type='checkbox']:checked:focus, [type='radio']:checked:hover, [type='radio']:checked:focus {
    border-color: transparent;
    background-color: currentColor;
}

[type='checkbox']:indeterminate {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
    border-color: transparent;
    background-color: currentColor;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

@media (forced-colors: active) {

    [type='checkbox']:indeterminate {
        -webkit-appearance: auto;
        -moz-appearance: auto;
        appearance: auto;
    }
}

[type='checkbox']:indeterminate:hover, [type='checkbox']:indeterminate:focus {
    border-color: transparent;
    background-color: currentColor;
}

[type='file'] {
    background: unset;
    border-color: inherit;
    border-width: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 0;
    font-size: unset;
    line-height: inherit;
}

[type='file']:focus {
    outline: 1px solid ButtonText;
    outline: 1px auto -webkit-focus-ring-color;
}

*, ::before, ::after {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
    --tw-contain-size: ;
    --tw-contain-layout: ;
    --tw-contain-paint: ;
    --tw-contain-style: ;
}

::-webkit-backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
    --tw-contain-size: ;
    --tw-contain-layout: ;
    --tw-contain-paint: ;
    --tw-contain-style: ;
}

::-ms-backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
    --tw-contain-size: ;
    --tw-contain-layout: ;
    --tw-contain-paint: ;
    --tw-contain-style: ;
}

::backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
    --tw-contain-size: ;
    --tw-contain-layout: ;
    --tw-contain-paint: ;
    --tw-contain-style: ;
}

.container {
    width: 100%;
}

@media (min-width: 640px) {

    .container {
        max-width: 640px;
    }
}

@media (min-width: 768px) {

    .container {
        max-width: 768px;
    }
}

@media (min-width: 1024px) {

    .container {
        max-width: 1024px;
    }
}

@media (min-width: 1280px) {

    .container {
        max-width: 1280px;
    }
}

@media (min-width: 1536px) {

    .container {
        max-width: 1536px;
    }
}

.relative {
    position: relative;
}

.mb-0 {
    margin-bottom: 0px;
}

.mb-\[10px\] {
    margin-bottom: 10px;
}

.block {
    display: block;
}

.size-1 {
    width: 0.25rem;
    height: 0.25rem;
}

.size-2 {
    width: 0.5rem;
    height: 0.5rem;
}

.size-3 {
    width: 0.75rem;
    height: 0.75rem;
}

.size-4 {
    width: 1rem;
    height: 1rem;
}

.size-5 {
    width: 1.25rem;
    height: 1.25rem;
}

.size-6 {
    width: 1.5rem;
    height: 1.5rem;
}

.size-7 {
    width: 1.75rem;
    height: 1.75rem;
}

.size-8 {
    width: 2rem;
    height: 2rem;
}

.size-9 {
    width: 2.25rem;
    height: 2.25rem;
}

.uppercase {
    text-transform: uppercase;
}

@font-face {
    font-family: "Montserrat";
    src: url("./fonts/Montserrat-Black.woff2") format("woff2"), url("./fonts/Montserrat-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url("./fonts/Montserrat-Bold.woff2") format("woff2"), url("./fonts/Montserrat-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url("./fonts/Montserrat-ExtraBold.woff2") format("woff2"), url("./fonts/Montserrat-ExtraBold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url("./fonts/Montserrat-ExtraLight.woff2") format("woff2"), url("./fonts/Montserrat-ExtraLight.woff") format("woff");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url("./fonts/Montserrat-Light.woff2") format("woff2"), url("./fonts/Montserrat-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url("./fonts/Montserrat-Medium.woff2") format("woff2"), url("./fonts/Montserrat-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url("./fonts/Montserrat-Regular.woff2") format("woff2"), url("./fonts/Montserrat-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url("./fonts/Montserrat-SemiBold.woff2") format("woff2"), url("./fonts/Montserrat-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url("./fonts/Montserrat-Thin.woff2") format("woff2"), url("./fonts/Montserrat-Thin.woff") format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

:root {
    --red: #E31E24;
    --white: #fff;
    --text: #2F2F2F;
    --grey: #909090;
    --yellow: #EEFF00;
    --font-family: "Montserrat", sans-serif;
    --second-family: "Inter", sans-serif;
}

/**
 * Swiper 9.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 13, 2023
 */
@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
    font-weight: 400;
    font-style: normal;
}

:root {
    --swiper-theme-color: #007aff;
}

.swiper, swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block;
}

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

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform, -o-transform;
    -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    -o-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

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

.swiper-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.swiper-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}

.swiper-slide, swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform, -o-transform;
    display: block;
}

.swiper-slide-invisible-blank {
    visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
    height: auto;
}

.swiper-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: height, -o-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform, -o-transform;
}

.swiper-backface-hidden .swiper-slide {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.swiper-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
    -webkit-scroll-snap-type: x mandatory;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
    -webkit-scroll-snap-type: y mandatory;
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
    -webkit-scroll-snap-type: none;
    -ms-scroll-snap-type: none;
    scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: none;
}

.swiper-centered > .swiper-wrapper::before {
    content: "";
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
    -webkit-margin-start: var(--swiper-centered-offset-before);
    -moz-margin-start: var(--swiper-centered-offset-before);
    margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
    -webkit-margin-before: var(--swiper-centered-offset-before);
    margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after);
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    -o-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader, swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader {
    -webkit-animation: swiper-preloader-spin 1s infinite linear;
    -o-animation: swiper-preloader-spin 1s infinite linear;
    animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes swiper-preloader-spin {
    0% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes swiper-preloader-spin {
    0% {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size);
}

:root {
    --swiper-navigation-size: 44px;
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: -webkit-calc(var(--swiper-navigation-size) / 44 * 27);
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: -webkit-calc(0px - var(--swiper-navigation-size) / 2);
    margin-top: calc(0px - var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
    display: none !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 10px);
    right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: "next";
}

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

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 0.3s opacity;
    -o-transition: 0.3s opacity;
    transition: 0.3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
    display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%;
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    -o-transform: scale(0.33);
    transform: scale(0.33);
    position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    -o-transform: scale(0.66);
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    -o-transform: scale(0.33);
    transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    -o-transform: scale(0.66);
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    -o-transform: scale(0.33);
    transform: scale(0.33);
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    -webkit-border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-bullet:only-child {
    display: none !important;
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
    right: var(--swiper-pagination-right, 8px);
    left: var(--swiper-pagination-left, auto);
    top: 50%;
    -webkit-transform: translate3d(0px, -50%, 0);
    transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: 0.2s top, 0.2s -webkit-transform;
    transition: 0.2s top, 0.2s -webkit-transform;
    -o-transition: 0.2s top, 0.2s -o-transform;
    transition: 0.2s transform, 0.2s top;
    transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform, 0.2s -o-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 0.2s left, 0.2s -webkit-transform;
    transition: 0.2s left, 0.2s -webkit-transform;
    -o-transition: 0.2s left, 0.2s -o-transform;
    transition: 0.2s transform, 0.2s left;
    transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform, 0.2s -o-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet, :host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 0.2s right, 0.2s -webkit-transform;
    transition: 0.2s right, 0.2s -webkit-transform;
    -o-transition: 0.2s right, 0.2s -o-transform;
    transition: 0.2s transform, 0.2s right;
    transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform, 0.2s -o-transform;
}

.swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
    position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0;
}

.swiper-pagination-lock {
    display: none;
}

.swiper-scrollbar {
    -webkit-border-radius: var(--swiper-scrollbar-border-radius, 10px);
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    position: relative;
    -ms-touch-action: none;
    background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: var(--swiper-scrollbar-sides-offset, 1%);
    bottom: var(--swiper-scrollbar-bottom, 4px);
    top: var(--swiper-scrollbar-top, auto);
    z-index: 50;
    height: var(--swiper-scrollbar-size, 4px);
    width: -webkit-calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
    width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
    position: absolute;
    left: var(--swiper-scrollbar-left, auto);
    right: var(--swiper-scrollbar-right, 4px);
    top: var(--swiper-scrollbar-sides-offset, 1%);
    z-index: 50;
    width: var(--swiper-scrollbar-size, 4px);
    height: -webkit-calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
    height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
    -webkit-border-radius: var(--swiper-scrollbar-border-radius, 10px);
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

.swiper-scrollbar-lock {
    display: none;
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.swiper-slide-zoomed {
    cursor: move;
    -ms-touch-action: none;
    touch-action: none;
}

.swiper .swiper-notification, swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

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

.swiper-fade.swiper-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-cube {
    overflow: visible;
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-filter: blur(50px);
    filter: blur(50px);
}

.swiper-flip {
    overflow: visible;
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    -webkit-transition-property: opacity, height, -webkit-transform;
    transition-property: opacity, height, -webkit-transform;
    -o-transition-property: opacity, height, -o-transform;
    transition-property: transform, opacity, height;
    transition-property: transform, opacity, height, -webkit-transform, -o-transform;
}

.swiper-cards {
    overflow: visible;
}

.swiper-cards .swiper-slide {
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
}

body {
    padding-top: 180px;
}

@media screen and (max-width: 1000px) {
    body {
        padding-top: 126px;
    }
}

@media screen and (max-width: 820px) {
    body {
        padding-top: 104px;
    }
}

@media screen and (max-width: 600px) {
    body {
        padding-top: 95px;
        padding-bottom: 60px;
    }
}

body.open-menu-header {
    overflow: hidden;
}

.header {
    background: #f4f4f4;
    -webkit-box-shadow: 0 0 25px rgba(88, 38, 38, 0.25);
    box-shadow: 0 0 25px rgba(88, 38, 38, 0.25);
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
    -webkit-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.header:not(.active).kmg-fix {
    top: -90px;
}

@media screen and (max-width: 1000px) {
    .header:not(.active).kmg-fix {
        top: -100px;
    }

    .header-bottom {
        display: none;
    }
}

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

@media screen and (max-width: 1000px) {
    .header-top {
        padding: 25px 0;
    }
}

@media screen and (max-width: 820px) {
    .header-top {
        padding: 20px 0;
    }
}

@media screen and (max-width: 600px) {
    .header-top {
        padding: 10px 0;
    }
}

.header-top__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
}

@media screen and (max-width: 400px) {
    .header-top__inner {
        gap: 10px;
    }
}

.header-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 190px;
    height: 60px;
    font-weight: 600;
    font-size: 13px;
    line-height: 15px;
    text-transform: uppercase;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

@media screen and (max-width: 1300px) {
    .header-logo {
        font-size: 10px;
        line-height: 12px;
        width: 160px;
    }
}

@media screen and (max-width: 1000px) {
    .header-logo {
        width: 145px;
        height: 40px;
        font-size: 8px;
        line-height: 10px;
    }
}

.header-phones {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 17px;
}

@media screen and (max-width: 1300px) {
    .header-phones {
        margin-left: 0;
    }
}

@media screen and (max-width: 1000px) {
    .header-phones {
        margin-left: 10px;
    }
}

.header-phone__icon {
    margin-right: 14px;
}

.header-phone__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.header-phone__item {
    display: block;
    font-weight: 600;
    font-size: 12.5px;
    line-height: 15px;
    text-transform: uppercase;
    color: #2F2F2F;
}

@media screen and (max-width: 1000px) {
    .header-phone__item {
        font-size: 10px;
        text-wrap: nowrap;
    }
}

@media screen and (max-width: 600px) {
    .header-phones {
        display: none;
    }

}

.header-search {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    margin: 0 14px 0 10px;
}

.header-search__icon {
    display: none;
}

@media screen and (max-width: 820px) {
    .header-search__icon {
        display: block;
    }
}

.header-search__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid #E7E7E7;
    background: var(--white);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}

@media screen and (max-width: 820px) {
    .header-search__inner {
        display: none;
    }
}

.header-search__inner input {
    border: none;
    padding: 12px 30px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 30px;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    color: var(--text);
    outline: none;
    --tw-ring-color: transparent !important;
}

.header-search__inner input::-moz-placeholder {
    opacity: 1;
    color: #909090;
}

.header-search__inner input::-webkit-input-placeholder {
    opacity: 1;
    color: #909090;
}

.header-search__inner input:-ms-input-placeholder {
    opacity: 1;
    color: #909090;
}

.header-search__inner input::-ms-input-placeholder {
    opacity: 1;
    color: #909090;
}

.header-search__inner input::placeholder {
    opacity: 1;
    color: #909090;
}

.header-search__inner button {
    padding: 11px 18px;
}

.header-search__list {
    position: absolute;
    width: calc(100% - 30px);
    max-height: 300px;
    overflow-y: auto;
    padding: 25px 30px;
    margin-top: 20px;
    /*display: none;*/
    z-index: 9;
}

.header-search__list.open {
    display: block;
}

.header-search__title {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: var(--text);
    margin-bottom: 10px;
}

.header-search__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    padding: 10px;
    background: #F4F4F4;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.header-search__item:nth-last-child(1) {
    margin-bottom: 0;
}

.header-search__item-img {
    width: 70px;
    height: 70px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}

.header-search__item-img img {
    width: 100%;
    height: 100%;
}

.header-search__item-title {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #2F2F2F;
}

.header-lang__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    color: var(--text);
    cursor: pointer;
}

@media screen and (max-width: 600px) {
    .header-favorite {
        display: none;
    }
}

.header-favorite,
.header-bag {
    position: relative;
}

.header-favorite span,
.header-bag span {
    position: absolute;
    top: -7px;
    right: -10px;
    padding: 2px;
    min-width: 18px;
    height: 18px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: var(--red);
    color: var(--white);
    font-family: var(--second-family);
    font-size: 12px;
    line-height: 1.2;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

@media screen and (max-width: 600px) {
    .header-bag {
        display: none;
    }
}

.header-profile {
    margin-right: 20px;
}

@media screen and (max-width: 600px) {
    .header-profile {
        display: none;
    }
}

.header-menu__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-menu__item {
    /*padding: 3px 30px 15px;*/
    position: relative;
    cursor: pointer;
}

.header-menu__item:hover .categories {
    opacity: 1;
    visibility: visible;
}

.header-menu__item .categories {
    position: absolute;
    z-index: 9;
    top: 100%;
    left: 0;
    background: var(--white);
    -webkit-border-radius: 15px;
    border-radius: 15px;
    padding: 15px 0 15px 5px;
    width: 260px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.header-menu__item .categories__list {
    margin-top: 0;
}

.header-menu__item::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: var(--red);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.header-menu__item:hover::after, .header-menu__item:hover::before, .header-menu__item.active::after, .header-menu__item.active::before {
    opacity: 1;
}

.header-menu__link {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    color: var(--text);
    padding: 3px 30px 15px;
    display: block;
}

.header__burger {
    display: none;
}

@media screen and (max-width: 1000px) {
    .header__burger {
        display: block;
        margin-left: 25px;
        width: 50px;
        height: 50px;
        background: #FFFFFF;
        border: 1px solid #E7E7E7;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        position: relative;
    }
}

@media screen and (max-width: 600px) {
    .header__burger {
        margin-left: 0;
    }
}

.header__burger.active .header__burger-inner:first-child {
    -webkit-transform: translate(-50%, 10px) rotate(135deg) scaleX(1);
    -ms-transform: translate(-50%, 10px) rotate(135deg) scaleX(1);
    -o-transform: translate(-50%, 10px) rotate(135deg) scaleX(1);
    transform: translate(-50%, 10px) rotate(135deg) scaleX(1);
}

.header__burger.active .header__burger-inner:nth-child(2) {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
}

.header__burger.active .header__burger-inner:nth-child(3) {
    -webkit-transform: translate(-50%, -8px) rotate(-135deg) scaleX(1);
    -ms-transform: translate(-50%, -8px) rotate(-135deg) scaleX(1);
    -o-transform: translate(-50%, -8px) rotate(-135deg) scaleX(1);
    transform: translate(-50%, -8px) rotate(-135deg) scaleX(1);
}

.header__burger-inner {
    background-color: var(--text);
    -webkit-border-radius: 1.5px;
    border-radius: 1.5px;
    display: block;
    height: 3px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: 0.35s ease-in-out;
    -o-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
    -webkit-transition-property: background-color, -webkit-transform;
    transition-property: background-color, -webkit-transform;
    -o-transition-property: background-color, -o-transform;
    transition-property: background-color, transform;
    transition-property: background-color, transform, -webkit-transform, -o-transform;
    width: 22px;
}

.header__burger-inner:first-child {
    top: -webkit-calc(50% - 10px);
    top: calc(50% - 10px);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.header__burger-inner:nth-child(2) {
    top: -webkit-calc(50% - 1px);
    top: calc(50% - 1px);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.header__burger-inner:nth-child(3) {
    top: -webkit-calc(50% + 8px);
    top: calc(50% + 8px);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.breadcrumbs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 45px;
}

@media screen and (max-width: 1300px) {
    .breadcrumbs {
        margin-bottom: 35px;
    }
}

.breadcrumbs-item {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #919191;
}

.breadcrumbs-item::after {
    content: "/";
    margin-right: 2px;
}

.breadcrumbs-item:nth-last-child(1):after {
    content: unset;
}

.header-fix-menu {
    display: none;
    padding: 15px 20px;
}

@media screen and (max-width: 1000px) {
    .header-fix-menu {
        display: block;
        max-width: 290px;
        height: 100vh;
        overflow-y: auto;
        overflow-x: hidden;
        z-index: 99;
        width: 100%;
        background: var(--white);
        position: fixed;
        top: 100px;
        right: 0;
        /*box-shadow: 0 0 15px -15px rgba(88, 38, 38, 0.15);*/
    }
}

.header-fix-menu .categories-1 {
    display: none;
    padding-top: 15px;
}

.header-fix-menu .categories__item-inner {
    position: unset;
    opacity: 1;
    visibility: visible;
    display: none;
}

.header-fix-menu .header-menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 10px 0;
}

.header-fix-menu .header-menu__item {
    width: 100%;
    padding: 13px 20px;
    -webkit-border-radius: 15px;
    border-radius: 5px;
}



.header-fix-menu .header-menu__item.active {
    background: var(--red);
}

.header-fix-menu .header-menu__item.active .header-menu__link {
    color: var(--white);
}

.header-fix-menu .categories__item-inner-1 {
    display: none;
    padding: 10px 10px;
}

.header-fix-menu .categories__item-content.active + .categories__item-inner-1 {
    display: block;
}

@media screen and (max-width: 820px) {
    .header-fix-menu {
        top: 90px;
    }
}

@media screen and (max-width: 600px) {
    .header-fix-menu {
        top: 70px;
        max-width: 100%;
    }
}

@media screen and (max-width: 820px) {
    .header-search.mobile {
        position: fixed;
        width: 100%;
        padding: 10px 20px;
        background: var(--white);
        left: 0;
        top: 90px;
        margin-left: 0;
        z-index: 99;
    }

    .header-search.mobile .header-search__inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .header-search.mobile .header-search__inner input {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}

@media screen and (max-width: 600px) {
    .header-search.mobile {
        top: 70px;
    }
}

.header-mobile__menu {
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 60px;
    z-index: 999;
    background:#f6f6f6;
    position: fixed;
    bottom: 0;
    left: 0;
    gap: 70px;
    box-shadow: 0 0 15px rgba(88, 38, 38, 0.15);
}

@media screen and (max-width: 600px) {
    .header-mobile__menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (max-width: 400px) {
    .header-mobile__menu {
        gap: 50px;
    }
}

.header-mobile__menu .header-bag,
.header-mobile__menu .header-profile,
.header-mobile__menu .header-favorite {
    display: block;
}
.header-mobile__menu a svg,
.header-mobile__menu a svg path{
    fill: #333 !important;
}

@media screen and (max-width: 1300px) {
    .page-with__category .home-banner__title {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 600px) {
    .page-with__category .home-banner__title {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 1300px) {
    .page-with__category .home-banner__description {
        font-size: 14px;
        line-height: 18px;
    }
}

@media screen and (max-width: 600px) {
    .page-with__category .home-banner__description {
        font-size: 10px;
        line-height: 12px;
    }

    .page-with__category .products-card__new {
        right: -11px;
    }
}

@media screen and (max-width: 1000px) {
    .page-category {
        display: none;
    }
}

.map {
    width: 100%;
    height: 470px;
    margin: 60px 0 0;
}

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

@media screen and (max-width: 1300px) {
    .map {
        height: 340px;
        margin: 40px 0 0;
    }
}

@media screen and (max-width: 820px) {
    .map {
        height: 220px;
    }
}

.footer {
    background: #EFEFEF;
    margin-top: 40px;
}

.footer-top {
    padding: 43px 0;
}

.footer-top__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
}

@media screen and (max-width: 600px) {
    .footer-top__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
        gap: 0;
    }
    .footer-info .btn {
        font-size: 13px;
        line-height: 1.2;
        height: auto;
        padding: 11px 15px;
        border-color: #fff;
        box-shadow: 0 0 15px rgba(88, 38, 38, 0.15);
    }
}

.footer-bottom__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 13px;
    color: var(--text);
    letter-spacing: 0.15px;
    padding: 30px 0 50px;
    position: relative;
}

@media screen and (max-width: 600px) {
    .footer-bottom__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }
}

.footer-bottom__inner::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: var(--grey);
    top: 0;
    left: 0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.footer-bottom__link {
    display: block;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    position: relative;
}

.footer-bottom__link::before {
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: var(--text);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.footer-bottom__link:hover:before {
    width: 100%;
}

.footer-bottom__right {
    padding-top: 8px;
}

.footer-info {
    max-width: 300px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 10px;
}

@media screen and (max-width: 1300px) {
    .footer-info {
        max-width: 250px;
    }
}

@media screen and (max-width: 600px) {
    .footer-info {
        max-width: 100%;
        justify-content: center;
        align-items: center;
    }
    .footer-info__address{
        width: 100%;
        max-width: 100% !important;
        text-align: center !important;
        margin: 10px 0;

    }
    .footer-bottom__left{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .footer-bottom__right {
        padding-top: 8px;
        text-align: center;
        gap: 5px;
        display: flex;
        align-items: center;
    }
}

.footer-info .btn {
    margin-bottom: 20px;
}

.footer-info__phone {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    text-transform: uppercase;
    color: var(--text);
    letter-spacing: 0.6px;
}

@media screen and (max-width: 1300px) {
    .footer-info__phone {
        font-size: 22px;
        line-height: 24px;
        text-align: right;
    }
}

.footer-info__address {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: var(--text);
    margin-bottom: 5px;
}

@media screen and (max-width: 1300px) {
    .footer-info__address {
        text-align: right;
        max-width: 170px;
        margin-left: auto;
    }
}

.footer-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px;
    max-width: 770px;
    width: 100%;
}

@media screen and (max-width: 600px) {
    .footer-menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .footer-menu{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .footer-menu a{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.footer-menu__title {
    margin-bottom: 40px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

.footer-menu__item {
    max-width: 190px;
    width: 100%;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 32px;
    color: var(--text);
    letter-spacing: 0.6px;
}

.footer-menu__link {
    display: block;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    position: relative;
    line-height: 1.2;
    margin-bottom: 18px;
}

.footer-menu__link:before {
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    left: 0;
    bottom: 0;
    background-color: var(--text);
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}

.footer-menu__link:hover:before {
    width: 100%;
}

.footer-soc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    margin-top: 13px;
}

@media screen and (max-width: 1300px) {
    .footer-soc {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

.footer-soc__item {
    width: 30px;
    height: 30px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid var(--text);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    cursor: pointer;
}

.footer-soc__item svg {
    fill: var(--text);
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}

.footer-soc__item:hover {
    background: var(--text);
}

.footer-soc__item:hover svg {
    fill: var(--white);
}

.categories {
    max-width: 260px;
    width: 100%;
    margin-bottom: 30px;
}

.categories__title {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: var(--text);
    text-align: center;
}

.categories__list {
    margin-top: 26px;
}

.categories__item {
    margin-bottom: 5px;
    position: relative;
    cursor: pointer;
}

.categories__item-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 11px 30px 11px 10px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.categories__item-content.active {
    background: var(--red);
}

.categories__item-content.active .categories__item-svg {
    stroke: var(--white);
}

.categories__item-content.active .categories__item-arrow path {
    fill: var(--white);
}

.categories__item-svg {
    margin-right: 15px;
    stroke: #D9D9D9;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.categories__item-arrow path {
    fill: #D9D9D9;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.categories__item:hover > .categories__item-content {
    background: var(--red);
}

.categories__item:hover > .categories__item-content .categories__link {
    color: #fff;
}

.categories__item:hover > .categories__item-content .categories__item-svg {
    stroke: var(--white);
}

.categories__item:hover > .categories__item-content .categories__item-arrow path {
    fill: var(--white);
}

.categories__item:hover > .categories__item-inner {
    opacity: 1;
    visibility: visible;
}

.categories__item-inner {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 100%;
    top: -18px;
    width: 270px;
    background: #FFFFFF;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    padding: 20px 10px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: 9;
}

.categories__link {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.2;
    color: var(--text);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.categories__link.active {
    font-weight: 600;
    color: var(--white);
}

.categories-swiper__item {
    position: relative;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 40px;
}

.categories-swiper__item .btn-dark {
    margin-left: auto;
    margin-bottom: 10px;
}

.categories-swiper__info {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    padding: 10px 20px;
    background: #EFEFEF;
}

.categories-swiper__title {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: var(--text);
    margin-bottom: 20px;
}

.categories-swiper__date {
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    color: var(--text);
    position: absolute;
    top: 18px;
    left: 10px;
}

.categories-swiper .swiper-pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
    transform: unset;
    top: 0;
    bottom: 0;
}

.categories-swiper .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background: var(--white);
    border: 2px solid #D9D9D9;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.categories-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 20px;
    height: 20px;
    background: var(--red);
}

.filters-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: var(--text);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 13px;
}

.filters-item {
    margin: 20px 0;
}

.filters-item__title {
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    color: var(--text);
}

.filters-item__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5px;
    margin: 13px 0 10px;
}

.filters-item__list-item {
    max-width: -webkit-calc(33.3333333333% - 5px);
    max-width: calc(33.3333333333% - 5px);
    width: 100%;
}

.filters-item__list-item label {
    background: var(--white);
    border: 0.5px solid #D9D9D9;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    color: var(--text);
    padding: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}

.filters-item__list-item label:hover {
    background: var(--text);
    color: var(--white);
}

.filters-item__list-item input {
    display: none;
}

.filters-item__list-item input:checked + label {
    background: var(--text);
    color: var(--white);
}

.filters-item__more {
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    -webkit-text-decoration-line: underline;
    -moz-text-decoration-line: underline;
    text-decoration-line: underline;
    color: var(--text);
    margin-left: auto;
    text-align: right;
    cursor: pointer;
}

.filters-item__inputs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    margin: 10px 0;
}

.filters-item__inputs span {
    color: #D9D9D9;
    font-size: 12px;
    line-height: 14px;
}

.filters-item__input {
    max-width: -webkit-calc(50% - 10px);
    max-width: calc(50% - 10px);
    width: 100%;
    height: 26px;
    background: var(--white);
    border: 0.5px solid #D9D9D9;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    outline: none;
    font-size: 12px;
    line-height: 14px;
    color: var(--text);
    --tw-ring-color: transparent !important;
}

.filters-item__input::-moz-placeholder {
    opacity: 0;
    color: #D9D9D9;
}

.filters-item__input::-webkit-input-placeholder {
    opacity: 0;
    color: #D9D9D9;
}

.filters-item__input:-ms-input-placeholder {
    opacity: 0;
    color: #D9D9D9;
}

.filters-item__input::-ms-input-placeholder {
    opacity: 0;
    color: #D9D9D9;
}

.filters-item__input::placeholder {
    opacity: 0;
    color: #D9D9D9;
}

.filters__button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 40px;
}

.filters__button .btn {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    padding: 9px 20px;
    height: auto;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    max-width: 100%;
    width: 100%;
}

.filters .slider {
    margin-top: 16px;
    height: 1px;
    position: relative;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: var(--red);
}

.filters .slider .progress {
    height: 4px;
    left: 25%;
    right: 25%;
    position: absolute;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: var(--text);
}

.filters .range-input {
    position: relative;
}

.filters .range-input input {
    position: absolute;
    width: 100%;
    height: 5px;
    top: -2px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}

.filters input[type=range]::-webkit-slider-thumb {
    height: 12px;
    width: 12px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: var(--white);
    border: 2px solid var(--text);
    pointer-events: auto;
    -webkit-appearance: none;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

.filters input[type=range]::-moz-range-thumb {
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background: var(--white);
    border: 2px solid var(--text);
    pointer-events: auto;
    -moz-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
}

.wrapper {
    max-width: 1360px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

@media screen and (max-width: 1300px) {
    .wrapper {
        max-width: 1120px;
    }
}

@media screen and (max-width: 1000px) {
    .wrapper {
        max-width: 100%;
        padding: 0 20px;
    }
}

@media screen and (max-width: 600px) {
    .wrapper {
        padding: 0 10px;
    }
}

.card {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 15px rgba(88, 38, 38, 0.15);
    box-shadow: 0px 0px 15px rgba(88, 38, 38, 0.15);
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.title {
    padding-left: 26px;
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    color: #2F2F2F;
    position: relative;
    letter-spacing: -0.3px;
}

@media screen and (max-width: 1300px) {
    .title {
        font-size: 26px;
        line-height: 32px;
    }
}

.title::before {
    content: "";
    position: absolute;
    width: 6px;
    height: 119%;
    background: #C05000;
    left: -1px;
    top: -5px;
}

.title span {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-transform: none;
    margin-left: 5px;
}

.sub-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
    color: var(--text);
}

@media screen and (max-width: 820px) {
    .sub-title {
        font-size: 20px;
        line-height: 1.3;
    }
}

.description {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: var(--text);
}

@media screen and (max-width: 1300px) {
    .description {
        font-size: 16px;
        line-height: 1.5;
    }
}

@media screen and (max-width: 600px) {
    .description {
        font-size: 14px;
    }
}

.page-header {
    margin-bottom: 40px;
}

.page-banner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    height: 220px;
    padding: 0 0 0 60px;
}

@media screen and (max-width: 1300px) {
    .page-banner {
        height: 200px;
    }
}

@media screen and (max-width: 1000px) {
    .page-banner {
        height: 180px;
    }
}

@media screen and (max-width: 600px) {
    .page-banner {
        height: 160px;
        padding: 0 0 0 40px;
    }
}

@media screen and (max-width: 400px) {
    .page-banner {
        padding: 0 0 0 20px;
    }
}

.page-banner__text {
    font-weight: 500;
    font-size: 24px;
    line-height: 22px;
    color: var(--text);
}

@media screen and (max-width: 1000px) {
    .page-banner__text {
        font-size: 20px;
        line-height: 1.3;
    }
}

@media screen and (max-width: 600px) {
    .page-banner__text {
        font-size: 18px;
    }
}

@media screen and (max-width: 400px) {
    .page-banner__text {
        font-size: 16px;
    }
}

.page-banner__img.bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.page-banner__img.bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: right;
    object-position: right;
}

.page-category {
    max-width: 270px;
    width: 100%;
}

@media screen and (max-width: 1300px) {
    .page-category {
        max-width: 238px;
    }
}

.page-with__category {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 46px;
}

@media screen and (max-width: 1300px) {
    .page-with__category {
        gap: 17px;
    }
}

.page-with__category .page-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.page-with__category .home-banner__big {
    margin: 40px 0;
    height: 220px;
}

@media screen and (max-width: 1300px) {
    .page-with__category .home-banner__big {
        height: 180px;
        padding: 0 50px;
    }
}

@media screen and (max-width: 600px) {
    .page-with__category .home-banner__big {
        height: 130px;
        padding: 0 15px;
    }
}

.page-with__category .home-banner__icon {
    margin: 0 60px 0 40px;
}

@media screen and (max-width: 1300px) {
    .page-with__category .home-banner__icon {
        margin: 0 40px 0 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 79px;
        height: 79px;
    }

    .page-with__category .home-banner__icon svg {
        width: 79px;
        height: 79px;
    }
}

@media screen and (max-width: 600px) {
    .page-with__category .home-banner__icon {
        margin: 0 20px 0 0;
        width: 58px;
        height: 58px;
    }

    .page-with__category .home-banner__icon svg {
        width: 58px;
        height: 58px;
    }
}

.btn {
    height: 55px;
    font-size: 16px;
    line-height: 20px;
    padding: 17px 20px;
    color: #FFFFFF;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    cursor: pointer;
}

.btn-red {
    font-weight: 600;
    max-width: 250px;
    background: #E31E24;
    gap: 18px;
}
.btn-white {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: var(--text);
    background: var(--white);
    border: 1px solid var(--grey);
    cursor: pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 20px 40px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    letter-spacing: 0.6px;
}

.btn-white:hover {
    background: var(--grey);
    color: var(--white);
}

.btn-grey {
    max-width: 260px;
    background: #909090;
}

.btn-shodow {
    max-width: -moz-fit-content;
    max-width: -webkit-fit-content;
    max-width: fit-content;
    font-size: 14px;
    font-weight: 500;
    padding: 21px 32px;
    color: var(--text);
    background: var(--white);
    -webkit-box-shadow: 0 0 15px rgba(88, 38, 38, 0.15);
    box-shadow: 0 0 15px rgba(88, 38, 38, 0.15);
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

@media screen and (max-width: 600px) {
    .btn-shodow {
        padding: 12px 20px;
        font-weight: 600;
        font-size: 12px;
        line-height: 15px;
        height: auto;
        -webkit-border-radius: 10px;
        border-radius: 10px;
    }
    .footer-info .btn{
        font-size: 13px;
        line-height: 1.2;
        height: auto;
        padding: 20px 15px;
    }
}

.btn-dark {
    font-weight: 500;
    font-size: 10px;
    line-height: 22px;
    color: var(--white);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
    padding: 4px 10px;
    background: var(--text);
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    height: auto;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.btn-more {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 8px 10px 16px;
    font-weight: 400;
    font-size: 8px;
    line-height: 10px;
    color: #919191;
    height: 30px;
    background: #EFEFEF;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

.product-section {
    margin: 50px 0;
}

.product-card {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 25px 20px 56px;
}

.product-card-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 30px;
}

@media screen and (max-width: 1300px) {
    .product-card-inner {
        gap: 20px;
    }
}

@media screen and (max-width: 1000px) {
    .product-card-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media screen and (max-width: 600px) {
    .product-card {
        padding: 20px 10px 30px;
    }
}

.product-card__left {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

@media screen and (max-width: 600px) {
    .product-card__left {
        max-width: 100%;
        width: 100%;
    }
}

.product-card__right {
    max-width: 270px;
    width: 100%;
    font-size: 12px;
    line-height: 15px;
    color: #2F2F2F;
}

@media screen and (max-width: 1000px) {
    .product-card__right {
        max-width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 30px;
    }
}

@media screen and (max-width: 655px) {
    .product-card__right {
        gap: 10px;
    }
}

@media screen and (max-width: 410px) {
    .product-card__right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.product-card__right strong {
    font-weight: 600;
}

.product-card__right b {
    font-weight: 500;
}

.product-card__right .line {
    margin: 8px 0 15px;
}

.product-card__right-item {
    width: 100%;
    padding: 20px 25px;
    margin-bottom: 8px;
}

@media screen and (max-width: 1300px) {
    .product-card__right-item {
        padding: 10px 15px;
    }
}

@media screen and (max-width: 1000px) {
    .product-card__right-item {
        max-width: 270px;
        width: 100%;
    }
}

@media screen and (max-width: 635px) {
    .product-card__right-item {
        max-width: -webkit-calc(50% - 5px);
        max-width: calc(50% - 5px);
    }
}

@media screen and (max-width: 410px) {
    .product-card__right-item {
        max-width: 100%;
    }
}

.product-card__right .grey {
    margin-top: 15px;
    color: #909090;
    font-weight: 600;
}

.product-filter {
    margin: 15px 0;
}

.product-filter__title {
    font-size: 14px;
    line-height: 17px;
    color: #2F2F2F;
    margin-bottom: 15px;
}

.product-filter__title b {
    font-weight: 600;
}

.product-filter__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5px;
}

.product-filter__color {
    border: 2px solid #EFEFEF;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.product-filter__color:hover, .product-filter__color.active {
    border-color: #E31E24;
}

.product-filter__item {
    background: #EFEFEF;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    max-width: 70px;
    width: 100%;
    padding: 10px 14px;
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    color: #919191;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}

.product-filter__item-big {
    max-width: 100px;
}

.product-filter__item:hover, .product-filter__item.active {
    background: #2F2F2F;
    color: #fff;
}

.product-info {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #919191;
    margin: 35px 0 28px;
}

.product-info a {
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    -webkit-text-decoration-line: underline;
    -moz-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #919191;
}

.product-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    margin-top: 18px;
}

@media screen and (max-width: 600px) {
    .product-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.product-content__left {
    max-width: 250px;
    width: 100%;
}

@media screen and (max-width: 600px) {
    .product-content__left {
        max-width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.product-content__right {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.product-prices {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    margin: 15px 0 14px;
}

.product-price {
    font-weight: 900;
    font-size: 32px;
    line-height: 39px;
    color: #E31E24;
}

.product-old_price {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    -webkit-text-decoration-line: line-through;
    -moz-text-decoration-line: line-through;
    text-decoration-line: line-through;
    color: #909090;
    margin-top: 7px;
}

.product-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 25px;
}

@media screen and (max-width: 600px) {
    .product-footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 15px;
    }

    .product-footer .btn {
        width: 100%;
        max-width: 100%;
    }
}

.product-availability {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #2F2F2F;
}

.product-parent {
    border: 1px solid #EFEFEF;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    max-width: 250px;
    height: 240px;
    width: 100%;
    overflow: hidden;
}

@media screen and (max-width: 600px) {
    .product-parent {
        max-width: 400px;
        height: 393px;
    }
}

@media screen and (max-width: 450px) {
    .product-parent {
        max-width: 350px;
        height: 320px;
    }
}

@media screen and (max-width: 410px) {
    .product-parent {
        max-width: 260px;
        height: 250px;
    }
}

.product-parent .swiper {
    -webkit-border-radius: 20px;
    border-radius: 20px;
    height: 100%;
}

.product-parent .swiper img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.product-child {
    max-width: 250px;
    width: 100%;
    background: #FFFFFF;
    -webkit-box-shadow: 0 0 15px rgba(88, 38, 38, 0.15);
    box-shadow: 0 0 15px rgba(88, 38, 38, 0.15);
    -webkit-border-radius: 15px;
    border-radius: 15px;
    margin-top: 10px;
    padding: 13px;
}

@media screen and (max-width: 600px) {
    .product-child {
        max-width: 400px;
    }
}

@media screen and (max-width: 450px) {
    .product-child {
        max-width: 350px;
    }
}

@media screen and (max-width: 410px) {
    .product-child {
        max-width: 260px;
    }
}

.product-child .swiper-slide {
    width: 47px;
    height: 54px;
    border: 1px solid #EFEFEF;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}

@media screen and (max-width: 600px) {
    .product-child .swiper-slide {
        width: 60px;
        height: 81px;
    }
}

@media screen and (max-width: 410px) {
    .product-child .swiper-slide {
        width: 50px;
        height: 60px;
    }
}

.product-child .swiper-slide.swiper-slide-thumb-active {
    border-color: #E31E24;
}

.product-child .swiper-slide img {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    object-fit: contain;
}

.cookie {
    position: fixed;
    bottom: 30px;
    background: var(--white);
    z-index: 999;
    padding: 30px 35px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 30px;
    max-width: 480px;
}

.cookie-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: var(--text);
    margin-bottom: 15px;
}

@media screen and (max-width: 1300px) {
    .cookie-text {
        margin-bottom: 20px;
    }
}

.cookie .btn {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 10px 30px;
    height: auto;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
}

@media screen and (max-width: 1300px) {
    .cookie .btn {
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }
}

.header-bag {
    position: relative;
}

 .header-fix-menu .header-menu__item::before {
    content: unset;
}

.header-bag {
    position: relative;
}

.btn-white:hover {
    background: var(--grey);
    color: var(--white);
}


.btn-white:hover {
    background: var(--grey);
    color: var(--white);
}

.about-textarea {
    margin: 50px 0 60px;
}

.about-textarea p {
    margin-bottom: 28px;
}

.about-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    padding-top: 10px;
}

@media screen and (max-width: 700px) {
    .about-list {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.about-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 300px;
    width: 100%;
}

@media screen and (max-width: 700px) {
    .about-item {
        max-width: -webkit-calc(50% - 10px);
        max-width: calc(50% - 10px);
    }
}

@media screen and (max-width: 400px) {
    .about-item {
        max-width: 100%;
    }
}

.about-item__icon {
    width: 140px;
    height: 140px;
    background: #F4F4F4;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px;
}

.about-item__text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
    max-width: 250px;
    width: 100%;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: var(--text);
}

@media screen and (max-width: 1300px) {
    .about-item__text {
        font-size: 14px;
        line-height: 1.3;
    }
}

.basket {
    margin: 27px 0 0;
}

.basket-item {
    padding: 15px 25px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    margin-bottom: 60px;
}

.basket-item__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 48px;
}

@media screen and (max-width: 600px) {
    .basket-item__inner {
        gap: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .basket-item {
        padding: 20px;
        -webkit-border-radius: 20px;
        border-radius: 20px;
        margin-bottom: 20px;
    }
}

.basket-item__img {
    max-width: 250px;
    width: 100%;
    height: 170px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 750px) {
    .basket-item__img {
        max-width: 220px;
        height: 160px;
    }
}

@media screen and (max-width: 600px) {
    .basket-item__img {
        max-width: 120px;
        height: 110px;
    }
}

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

.basket-item__info {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.basket-item__code {
    font-weight: 500;
    font-size: 12px;
    color: #2f2f2f;
    margin-bottom: 5px;
}

@media screen and (max-width: 600px) {
    .basket-item__code {
        font-size: 10px;
        line-height: 1.2;
    }
}

.basket-item__title {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: var(--text);
    margin-bottom: 16px;
    max-width: 250px;
    width: 100%;
}

@media screen and (max-width: 600px) {
    .basket-item__title {
        font-size: 12px;
        line-height: 1.3;
    }
}

.basket-item__status {
    font-size: 8px;
    text-align: center;
    color: #2f2f2f;
    background: #ffc195;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 5px 11px;
    max-width: 90px;
    width: 100%;
    letter-spacing: 0.6px;
}

.basket-item__desc {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: var(--text);
    margin: 21px 0;
    max-width: 95%;
}

@media screen and (max-width: 600px) {
    .basket-item__desc {
        font-size: 12px;
        line-height: 1.3;
    }
}

.basket-item-delete {
    cursor: pointer;
}

.basket-item__footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
}

.basket-item__footer.mobile {
    display: none;
}

@media screen and (max-width: 700px) {
    .basket-item__footer {
        gap: 15px;
        display: none;
    }

    .basket-item__footer.mobile {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (max-width: 400px) {
    .basket-item__footer {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.basket-item__old-price {
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    -webkit-text-decoration-line: line-through;
    -moz-text-decoration-line: line-through;
    text-decoration-line: line-through;
    color: #909090;
}

@media screen and (max-width: 600px) {
    .basket-item__old-price {
        font-size: 16px;
        line-height: 1.3;
    }
}

.basket-item__price {
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    color: #E31E24;
}

@media screen and (max-width: 600px) {
    .basket-item__price {
        font-size: 24px;
        line-height: 1.3;
    }
}

.basket-item__prices {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 10px;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    text-align: right;
    color: var(--text);
}

@media screen and (max-width: 600px) {
    .basket-item__prices {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.basket-item__fav {
    position: absolute;
    top: 0;
    right: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    background: #EFEFEF;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    padding: 10px 12px 10px 26px;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: var(--text);
}

.basket-item__fav.active svg path {
    fill: var(--red) !important;
}

@media screen and (max-width: 600px) {
    .basket-item__fav {
        font-size: 0;
        padding: 10px 12px;
        gap: 0;
        right: 25px;
    }
}

.basket-line {
    margin: 100px 0 60px;
    width: 100%;
    height: 4px;
    background: #D9D9D9;
    opacity: 0.5;
    -webkit-border-radius: 25px;
    border-radius: 25px;
}

@media screen and (max-width: 400px) {
    .basket-line {
        margin: 50px 0 30px;
    }
}

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

.basket-footer__text {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: var(--text);
}

@media screen and (max-width: 600px) {
    .basket-footer__text {
        font-size: 14px;
        line-height: 1.3;
    }
}

.basket-footer .btn {
    height: auto;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    padding: 17px 28px;
    max-width: -moz-fit-content;
    max-width: -webkit-fit-content;
    max-width: fit-content;
}

@media screen and (max-width: 400px) {
    .basket-footer .btn {
        padding: 10px 20px;
        font-size: 12px;
        line-height: 1.3;
    }
}

.basket .kilograms {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
}

.basket .kilograms .plus,
.basket .kilograms .minus {
    width: 30px;
    height: 30px;
    background: #D9D9D9;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.basket .kilograms .plus:hover,
.basket .kilograms .minus:hover {
    background: var(--red);
}

.basket .kilograms .kilogram input {
    font-weight: 600;
    font-size: 26px;
    line-height: 32px;
    color: var(--text);
    border: none !important;
    text-align: center;
    --tw-ring-color: transparent !important;
}

@media screen and (max-width: 600px) {
    .basket .kilograms .kilogram input {
        font-size: 16px;
        width: 50px;
        padding: 0;
    }
}

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

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

.buy-products {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
    margin: 50px 0;
}

@media screen and (max-width: 600px) {
    .buy-products {
        margin: 30px 0;
    }
}

.buy-product {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 10px 14px;
    max-width: -webkit-calc(20% - 10px);
    max-width: calc(20% - 10px);
    width: 100%;
    height: inherit;
    -webkit-border-radius: 25px;
    border-radius: 25px;
}

@media screen and (max-width: 1300px) {
    .buy-product {
        max-width: -webkit-calc(25% - 15px);
        max-width: calc(25% - 15px);
    }
}

@media screen and (max-width: 820px) {
    .buy-product {
        max-width: -webkit-calc(33.3333333333% - 15px);
        max-width: calc(33.3333333333% - 15px);
    }
}

@media screen and (max-width: 600px) {
    .buy-product {
        max-width: -webkit-calc(50% - 10px);
        max-width: calc(50% - 10px);
    }
}

.buy-product__img {
    max-width: 215px;
    width: 100%;
    height: 160px;
    margin-bottom: 10px;
}

.buy-product__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

@media screen and (max-width: 600px) {
    .buy-product__img {
        max-width: 180px;
        height: 120px;
    }
}

.buy-product__title {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.3;
    text-align: center;
    color: var(--text);
}

.buy__form {
    margin-top: 60px;
    max-width: 956px;
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.buy__form .card {
    padding: 23px 40px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    margin-bottom: 30px;
}

@media screen and (max-width: 820px) {
    .buy__form .card {
        padding: 20px;
    }
}

@media screen and (max-width: 600px) {
    .buy__form {
        margin-top: 30px;
    }
}

.buy__form-item__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    color: var(--red);
    margin-bottom: 25px;
}

.buy__form-item__tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    padding: 1px 19px;
    margin-bottom: 38px;
    margin-top: 27px;
}

@media screen and (max-width: 400px) {
    .buy__form-item__tabs {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 20px;
    }
}

.buy__form-item__tab {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: var(--text);
}

@media screen and (max-width: 400px) {
    .buy__form-item__tab {
        height: 30px;
    }
}

.buy__form-item__tab label {
    padding: 7px 19.5px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    border: 1px solid transparent;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.buy__form-item__tab label:hover {
    border-color: #FFC195;
}

.buy__form-item__tab input {
    display: none;
}

.buy__form-item__tab input:checked + label {
    background: #FFC195;
}

.buy__form-item__text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: var(--text);
    margin-bottom: 20px;
}

.buy__form-inputs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    gap: 25px;
    max-width: 95%;
    padding-bottom: 60px;
}

@media screen and (max-width: 1000px) {
    .buy__form-inputs {
        gap: 15px;
        padding-bottom: 20px;
    }
}



.buy__form-input {
    width: 100%;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.2) !important;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 11px 25px;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: var(--text);
    --tw-ring-color: transparent !important;
    outline: none;
}
.buy__form-input::placeholder {
    color: #909090;
    opacity: 1;
}

@media screen and (max-width: 1000px) {
    .buy__form-input {
        font-size: 12px;
    }
}

.buy__form-input:focus {
    border: 1px solid var(--red) !important;
}

.buy__form-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 40px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 1000px) {
    .buy__form-content {
        gap: 30px;
    }
}

@media screen and (max-width: 820px) {
    .buy__form-content {
        gap: 20px;
    }
}

@media screen and (max-width: 670px) {
    .buy__form-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.buy__form-check {
    max-width: 244px;
    width: 100%;
    padding: 25px 20px;
    margin-top: 110px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
}

@media screen and (max-width: 670px) {
    .buy__form-check {
        max-width: 100%;
        margin-top: 0;
    }

    .buy__form-check .btn {
        margin: 0 auto;
    }
}

@media screen and (max-width: 600px) {
    .buy__form-check .btn {
        width: 100%;
        max-width: 100%;
    }
}

.buy__form-check__title {
    font-weight: 600;
    font-size: 12px;
    line-height: 26px;
    color: var(--text);
}

.buy__form-check__line {
    margin: 10px 0;
}

@media screen and (max-width: 670px) {
    .buy__form-check__line {
        width: 100%;
        height: 2px;
        background: #D9D9D9;
        -webkit-border-radius: 2px;
        border-radius: 2px;
    }

    .buy__form-check__line svg {
        display: none;
    }
}

.buy__form-check__product {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 5px;
}

.buy__form-check__products {
    margin: 5px 0;
}

.buy__form-check__product-name {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-weight: 500;
    font-size: 12px;
    line-height: 26px;
    color: var(--text);
}

.buy__form-check__product-price {
    max-width: 30px;
    width: 100%;
    font-weight: 600;
    font-size: 12px;
    line-height: 26px;
    color: var(--text);
}

.buy__form-check__product-res {
    font-weight: 600;
    font-size: 12px;
    line-height: 26px;
    color: var(--text);
    margin-top: 25px;
}

.buy__form-check__textarea {
    width: 100%;
    height: 80px;
    background: #EFEFEF;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    border: 1px solid #EFEFEF;
    padding: 14px;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #909090;
    resize: none;
    margin: 5px 0 14px;
    --tw-ring-color: transparent !important;
}

.buy__form-check__textarea:focus {
    border-color: var(--red);
}

.buy__form-check__all {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: 700;
    font-size: 12px;
    line-height: 26px;
    margin-bottom: 10px;
    color: var(--text);
}

.buy__form-check__all .price {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    text-align: right;
    color: #C05000;
}

.buy__form-check .btn-grey {
    height: auto;
    padding: 12px;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
}

.buy__form-check .btn-more {
    margin-top: 20px;
}

.input-checkboxes {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 95px;
    margin-bottom: 18px;
}

@media screen and (max-width: 820px) {
    .input-checkboxes {
        gap: 50px;
    }
}

@media screen and (max-width: 400px) {
    .input-checkboxes {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 10px;
    }
}

.input-checkbox__input {
    display: none;
}

.input-checkbox__input:checked + .input-checkbox__label::after {
    opacity: 1;
}

.input-checkbox__info {
    font-weight: 400;
    font-size: 8px;
    line-height: 10px;
    color: var(--text);
    background: #FFE0E0;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 7px 15px 10px;
    max-width: 280px;
    width: 100%;
    margin: 2px 25px 10px;
}

@media screen and (max-width: 400px) {
    .input-checkbox__info {
        margin: 10px 0 15px;
    }
}

.input-checkbox__label {
    display: block;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: var(--text);
    padding-left: 25px;
    position: relative;
    cursor: pointer;
}

.input-checkbox__label.bold {
    font-weight: 600;
}

.input-checkbox__label::before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    left: 0;
    top: 50%;
    border: 1px solid var(--red);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: var(--white);
    cursor: pointer;
}

.input-checkbox__label.checkbox::after, .input-checkbox__label.checkbox:before {
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.input-checkbox__label::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    left: 3px;
    top: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: var(--red);
    opacity: 0;
}

.contact-page__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 50px;
    gap: 10px;
}

@media screen and (max-width: 600px) {
    .contact-page__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 30px;
    }
}

.contact-page__address-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 27px;
    margin-top: 25px;
}

@media screen and (max-width: 820px) {
    .contact-page__address-inner {
        gap: 15px;
    }
}

.contact-page__address-icon {
    padding-left: 3px;
}

@media screen and (max-width: 1000px) {
    .contact-page__address-icon {
        padding-left: 0;
    }
}

.contact-page__address-item {
    font-weight: 500;
    font-size: 16px;
    line-height: 14px;
    color: var(--text);
    margin-bottom: 15px;
}

.contact-page__address-item:nth-last-child(1) {
    margin-bottom: 0;
}

@media screen and (max-width: 820px) {
    .contact-page__address-item {
        font-size: 14px;
        line-height: 1.2;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 600px) {
    .contact-page__address-item {
        font-size: 12px;
        margin-bottom: 5px;
    }
}

.contact-page__info {
    text-align: right;
}

@media screen and (max-width: 600px) {
    .contact-page__info {
        text-align: left;
    }
}

.contact-page__phones {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    margin: 25px 0 30px;
}

@media screen and (max-width: 820px) {
    .contact-page__phones {
        gap: 15px;
        margin: 20px 0 25px;
    }
}

@media screen and (max-width: 600px) {
    .contact-page__phones {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        gap: 10px;
    }
}

.contact-page__phone-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.contact-page__phone-item {
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
    color: var(--text);
}

@media screen and (max-width: 820px) {
    .contact-page__phone-item {
        font-size: 18px;
        line-height: 1.3;
    }
}

@media screen and (max-width: 600px) {
    .contact-page__phone-item {
        font-size: 16px;
    }
}

.contact-page__link {
    display: block;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: var(--text);
}

@media screen and (max-width: 820px) {
    .contact-page__link {
        font-size: 14px;
        line-height: 1.3;
    }
}

.contact-page__line {
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, left top, right top, from(#FFDF5F), to(#FF7A7A));
    background: -webkit-linear-gradient(left, #FFDF5F 0%, #FF7A7A 100%);
    background: -o-linear-gradient(left, #FFDF5F 0%, #FF7A7A 100%);
    background: linear-gradient(90deg, #FFDF5F 0%, #FF7A7A 100%);
    margin: 40px 0;
}

.contact-page__text {
    max-width: 480px;
    width: 100%;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: var(--text);
}

@media screen and (max-width: 820px) {
    .contact-page__text {
        font-size: 14px;
        line-height: 1.3;
    }
}

@media screen and (max-width: 600px) {
    .contact-page__text {
        font-size: 12px;
    }
}

.contact-page__cards {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    max-width: 380px;
    width: 100%;
}

@media screen and (max-width: 820px) {
    .contact-page__cards {
        gap: 15px;
        max-width: 360px;
    }
}

.home-banner {
    margin-bottom: 50px;
    height: 230px;
}

@media screen and (max-width: 1300px) {
    .home-banner {
        height: 200px;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 1000px) {
    .home-banner {
        margin-bottom: 35px;
    }
}

@media screen and (max-width: 820px) {
    .home-banner {
        height: 180px;
        margin-bottom: 25px;
    }
}

.home-banner__big {
    height: 250px;
    background: -webkit-gradient(linear, left top, right top, from(#FF7A7A), to(#FFDF5F));
    background: -webkit-linear-gradient(left, #FF7A7A 0%, #FFDF5F 100%);
    background: -o-linear-gradient(left, #FF7A7A 0%, #FFDF5F 100%);
    background: linear-gradient(90deg, #FF7A7A 0%, #FFDF5F 100%);
    -webkit-border-radius: 25px;
    border-radius: 5px;
    margin: 60px 0;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

@media screen and (max-width: 1300px) {
    .home-banner__big {
        margin: 40px 0;
    }
}

@media screen and (max-width: 820px) {
    .home-banner__big {
        height: 210px;
        margin: 26px 0;
    }
}

@media screen and (max-width: 600px) {
    .home-banner__big {
        height: 120px;
        padding-left: 23px;
        margin: 26px 0 35px;
    }
}

.home-banner__icon {
    width: 120px;
    height: 120px;
    margin: 0 110px 0 60px;
}

@media screen and (max-width: 1300px) {
    .home-banner__icon {
        margin: 0 70px 0 0;
    }
}

@media screen and (max-width: 600px) {
    .home-banner__icon {
        margin: 0 42px 0 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .home-banner__icon svg {
        width: 80px;
        height: 80px;
    }
}

.home-banner__title {
    font-weight: 700;
    font-size: 38px;
    line-height: 46px;
    text-transform: uppercase;
    color: var(--white);
    margin-bottom: 26px;
    letter-spacing: 0.1px;
}

@media screen and (max-width: 820px) {
    .home-banner__title {
        font-size: 24px;
        line-height: 29px;
        text-transform: uppercase;
        margin-bottom: 11px;
    }
}

@media screen and (max-width: 600px) {
    .home-banner__title {
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 9px;
    }
}

.home-banner__description {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: var(--white);
}

@media screen and (max-width: 820px) {
    .home-banner__description {
        font-size: 14px;
        line-height: 22px;
    }
}

@media screen and (max-width: 600px) {
    .home-banner__description {
        font-size: 10px;
        line-height: 12px;
    }
}

.home-title {
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    text-transform: uppercase;
    color: var(--text);
}

@media screen and (max-width: 1300px) {
    .home-title {
        font-size: 26px;
        line-height: 32px;
    }
}

@media screen and (max-width: 820px) {
    .home-title {
        font-size: 24px;
        line-height: 29px;
    }
}

@media screen and (max-width: 600px) {
    .home-title {
        font-size: 18px;
        line-height: 22px;
    }
}

.home-title__block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px;
}

@media screen and (max-width: 1300px) {
    .home-title__block {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 820px) {
    .home-title__block {
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 600px) {
    .home-title__block {
        margin-bottom: 20px;
    }
}

.home-promotion {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    margin-bottom: 50px;
}

@media screen and (max-width: 1300px) {
    .home-promotion {
        gap: 10px;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 1000px) {
    .home-promotion {
        margin-bottom: 35px;
    }
}

@media screen and (max-width: 820px) {
    .home-promotion {
        gap: 25px;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 600px) {
    .home-promotion {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 15px;
    }
}

.home-promotion__item {
    position: relative;
    max-width: -webkit-calc(33.3333333333% - 10px);
    max-width: calc(33.3333333333% - 10px);
    width: 100%;
    height: 320px;
    -webkit-filter: drop-shadow(0px 0px 15px rgba(88, 38, 38, 0.15));
    filter: drop-shadow(0px 0px 15px rgba(88, 38, 38, 0.15));
    -webkit-border-radius: 25px;
    border-radius: 5px;
    overflow: hidden;
}

@media screen and (max-width: 1300px) {
    .home-promotion__item {
        height: 240px;
    }
}

@media screen and (max-width: 1000px) {
    .home-promotion__item {
        height: 220px;
    }
}

@media screen and (max-width: 820px) {
    .home-promotion__item {
        height: 190px;
    }
}

@media screen and (max-width: 600px) {
    .home-promotion__item {
        max-width: 100%;
        width: 100%;
        height: 180px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
    }
}

.home-promotion__bg {
    position: absolute;
    width: 100%;
    height: 100%;
}

.home-promotion__bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.home-promotion__date {
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
    color: var(--white);
    position: absolute;
    z-index: 1;
    top: 34px;
    left: 36px;
}

@media screen and (max-width: 1300px) {
    .home-promotion__date {
        font-size: 18px;
        line-height: 22px;
        top: 24px;
        left: 28px;
    }
}

@media screen and (max-width: 820px) {
    .home-promotion__date {
        font-size: 10px;
        line-height: 12px;
        top: 15px;
        left: 15px;
    }
}

@media screen and (max-width: 600px) {
    .home-promotion__date {
        font-size: 18px;
        line-height: 22px;
        top: 25px;
        left: 25px;
    }
}

.home-promotion__title {
    position: relative;
    z-index: 2;
    top: 23px;
    right: 32px;
    text-align: right;
    font-weight: 900;
    font-size: 26px;
    line-height: 32px;
    text-transform: uppercase;
    color: var(--white);
}

@media screen and (max-width: 1300px) {
    .home-promotion__title {
        font-size: 22px;
        line-height: 24px;
        right: 25px;
        font-weight: 800;
        top: 25px;
    }
}

@media screen and (max-width: 1000px) {
    .home-promotion__title {
        right: 15px;
        font-weight: 700;
    }
}

@media screen and (max-width: 820px) {
    .home-promotion__title {
        font-size: 16px;
        line-height: 20px;
        right: 20px;
        top: 15px;
    }
}

@media screen and (max-width: 600px) {
    .home-promotion__title {
        font-size: 22px;
        line-height: 27px;
        top: 23px;
        right: 21px;
    }
}

.home-promotion__title span {
    display: block;
    font-weight: 700;
    font-size: 60px;
    line-height: 73px;
    text-transform: uppercase;
    color: var(--white);
    margin-top: -6px;
}

@media screen and (max-width: 1300px) {
    .home-promotion__title span {
        font-size: 50px;
        line-height: 61px;
        margin-top: 0;
    }
}

@media screen and (max-width: 820px) {
    .home-promotion__title span {
        font-size: 36px;
        line-height: 44px;
    }
}

@media screen and (max-width: 600px) {
    .home-promotion__title span {
        font-size: 50px;
        line-height: 61px;
    }
}

.home-swiper {
    position: relative;
    height: 420px;
    margin-bottom: 45px;
}

@media screen and (max-width: 1300px) {
    .home-swiper {
        height: 320px;
    }
}

@media screen and (max-width: 1000px) {
    .home-swiper {
        height: 280px;
        margin-bottom: 35px;
    }
}

@media screen and (max-width: 820px) {
    .home-swiper {
        height: 250px;
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 600px) {
    .home-swiper {
        height: 130px;
    }
}

.home-swiper__item {
    max-width: 1270px;
    width: 100%;
}

@media screen and (max-width: 1300px) {
    .home-swiper__item {
        max-width: 950px;
    }
}

@media screen and (max-width: 1000px) {
    .home-swiper__item {
        max-width: -webkit-calc(100% - 40px);
        max-width: calc(100% - 40px);
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .home-swiper__item {
        max-width: -webkit-calc(100% - 20px);
        max-width: calc(100% - 20px);
        -webkit-border-radius: 10px;
        border-radius: 10px;
        overflow: hidden;
    }
}

.home-swiper__bg {
    width: 100%;
    height: 100%;
}

.home-swiper__bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.home-swiper__date {
    font-weight: 600;
    font-size: 26px;
    line-height: 32px;
    color: var(--text);
    position: absolute;
    top: 40px;
    left: 46px;
}

@media screen and (max-width: 1300px) {
    .home-swiper__date {
        font-size: 22px;
        line-height: 27px;
        top: 30px;
        left: 30px;
    }
}

@media screen and (max-width: 1000px) {
    .home-swiper__date {
        left: 26px;
    }
}

@media screen and (max-width: 600px) {
    .home-swiper__date {
        top: 10px;
        left: 15px;
        font-size: 10px;
        line-height: 12px;
    }
}

.home-swiper .products-card__prices {
    right: auto;
    bottom: auto;
    left: 48px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 118px;
    height: 100px;
    padding: 18px;
}

@media screen and (max-width: 1300px) {
    .home-swiper .products-card__prices {
        left: 28px;
    }
}

@media screen and (max-width: 1000px) {
    .home-swiper .products-card__prices {
        left: 21px;
        top: 57%;
    }
}

@media screen and (max-width: 820px) {
    .home-swiper .products-card__prices {
        top: 64%;
    }
}

@media screen and (max-width: 600px) {
    .home-swiper .products-card__prices {
        width: 63px;
        height: 54px;
        padding: 8px;
    }
}

.home-swiper .products-card__prices .products-card__price {
    font-size: 24px;
    line-height: 29px;
}

@media screen and (max-width: 600px) {
    .home-swiper .products-card__prices .products-card__price {
        font-size: 16px;
        line-height: 20px;
    }
}

.home-swiper .products-card__prices .products-card__old-price {
    font-size: 16px;
    line-height: 20px;
}

@media screen and (max-width: 600px) {
    .home-swiper .products-card__prices .products-card__old-price {
        font-size: 12px;
        line-height: 15px;
        color: #F35656;
    }
}

.home-swiper__info {
    position: absolute;
    right: 94px;
    top: 45%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 1300px) {
    .home-swiper__info {
        right: 60px;
        top: 41%;
    }
}

@media screen and (max-width: 1000px) {
    .home-swiper__info {
        right: 37px;
        top: 37%;
    }
}

@media screen and (max-width: 820px) {
    .home-swiper__info {
        right: 32px;
        top: 29%;
    }
}

@media screen and (max-width: 600px) {
    .home-swiper__info {
        right: 16px;
        top: 48.5%;
    }
}

.home-swiper__title {
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    color: var(--text);
    text-transform: uppercase;
}

@media screen and (max-width: 820px) {
    .home-swiper__title {
        font-size: 24px;
        line-height: 29px;
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 600px) {
    .home-swiper__title {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 0;
    }
}

.home-swiper__sub-title {
    font-weight: 500;
    font-size: 22px;
    line-height: 27px;
    text-align: right;
    color: var(--text);
    margin-bottom: 30px;
}

@media screen and (max-width: 820px) {
    .home-swiper__sub-title {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 6px;
    }
}

@media screen and (max-width: 600px) {
    .home-swiper__sub-title {
        font-size: 12px;
        line-height: 15px;
        margin-bottom: 4px;
    }
}

.home-swiper__text {
    text-align: right;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: var(--text);
}

@media screen and (max-width: 820px) {
    .home-swiper__text {
        font-size: 16px;
        line-height: 20px;
    }
}

@media screen and (max-width: 600px) {
    .home-swiper__text {
        font-size: 16px;
        line-height: 20px;
    }
}

.home-swiper__text span {
    font-weight: 600;
    color: var(--red);
}

.home-swiper__bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
    max-width: 165px;
    width: 100%;
    position: absolute;
    right: 66px;
    bottom: 35px;
}

@media screen and (max-width: 1300px) {
    .home-swiper__bottom {
                right: 110px;
        gap: 0;
    }
}

@media screen and (max-width: 1000px) {
    .home-swiper__bottom {
        right: 55px;
        bottom: 30px;
    }
}

@media screen and (max-width: 820px) {
    .home-swiper__bottom {
        right: 51px;
        bottom: 32px;
    }
}

@media screen and (max-width: 600px) {
    .home-swiper__bottom {
        display: none;
    }
}

.home-swiper__btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: unset !important;
    margin: 0 !important;
}

.home-swiper__btn:after {
    content: unset !important;
}

.home-swiper__btn.swiper-button-next {
    min-width: 50px;
    width: 50px;
    height: 50px;
    background: var(--red);
}

.home-swiper__btn.swiper-button-next svg {
    width: 17px;
    height: 14px;
}

.home-swiper__btn.swiper-button-prev {
    min-width: 30px;
    width: 30px;
    height: 30px;
    background: #00C569;
}

.home-swiper__btn.swiper-button-prev svg {
    width: 10px;
    height: 8px;
}

.home-swiper .swiper-pagination {
    position: unset;
    font-weight: 500;
    font-size: 26px;
    line-height: 32px;
    text-transform: uppercase;
    color: var(--text);
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
}

.review {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: -webkit-calc(50% - 33px);
    max-width: calc(50% - 33px);
    width: 100%;
    gap: 50px;
}

.reviews {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
    margin: 96px 0 45px;
}

@media screen and (max-width: 1300px) {
    .reviews {
        gap: 30px 20px;
    }
}

@media screen and (max-width: 1000px) {
    .reviews {
        margin: 70px 0 30px;
    }
}

.review-btn {
    margin-left: auto;
}

@media screen and (max-width: 1300px) {
    .review {
        gap: 20px;
        max-width: -webkit-calc(50% - 15px);
        max-width: calc(50% - 15px);
    }
}

@media screen and (max-width: 820px) {
    .review {
        gap: 15px;
        max-width: -webkit-calc(50% - 10px);
        max-width: calc(50% - 10px);
    }
}

@media screen and (max-width: 700px) {
    .review {
        gap: 20px;
        max-width: 100%;
    }
}

@media screen and (max-width: 400px) {
    .review {
        gap: 15px;
    }
}

.review-avatar {
    -webkit-border-radius: 50px;
    border-radius: 50px;
    width: 130px;
    height: 130px;
    overflow: hidden;
}

@media screen and (max-width: 1000px) {
    .review-avatar {
        width: 100px;
        height: 100px;
        -webkit-border-radius: 30px;
        border-radius: 30px;
    }
}

@media screen and (max-width: 600px) {
    .review-avatar {
        width: 80px;
        height: 80px;
        -webkit-border-radius: 20px;
        border-radius: 20px;
    }
}

@media screen and (max-width: 400px) {
    .review-avatar {
        width: 60px;
        height: 60px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
    }
}

.review-avatar img {
    width: 100%;
    height: 100%;
}

.review-content {
    background: #F4F4F4;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    padding: 30px 27px 20px 43px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    position: relative;
}

@media screen and (max-width: 1000px) {
    .review-content {
        padding: 20px 25px;
    }
}

@media screen and (max-width: 820px) {
    .review-content {
        padding: 15px 20px;
    }
}

.review-content::before {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #F4F4F4;
    top: 45px;
    left: -12px;
}

@media screen and (max-width: 1000px) {
    .review-content::before {
        width: 30px;
        height: 30px;
        -webkit-border-radius: 7px;
        border-radius: 7px;
        top: 30px;
    }
}

@media screen and (max-width: 820px) {
    .review-content::before {
        width: 25px;
        height: 25px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        top: 30px;
        left: -10px;
    }
}

@media screen and (max-width: 400px) {
    .review-content::before {
        top: 20px;
        left: -5px;
    }
}

.review-content__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px;
}

@media screen and (max-width: 1000px) {
    .review-content__top {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 600px) {
    .review-content__top {
        margin-bottom: 5px;
    }
}

.review-content__date {
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: var(--text);
}

@media screen and (max-width: 1000px) {
    .review-content__date {
        font-size: 16px;
        line-height: 1.4;
    }
}

@media screen and (max-width: 600px) {
    .review-content__date {
        font-size: 14px;
    }
}

.review-content__stars {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
    margin-top: -10px;
}

@media screen and (max-width: 400px) {
    .review-content__stars img {
        width: 10px;
        height: 10px;
    }
}

.review-content__title {
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: var(--text);
    margin-bottom: 27px;
}

@media screen and (max-width: 1000px) {
    .review-content__title {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 600px) {
    .review-content__title {
        font-size: 14px;
        margin-bottom: 10px;
    }
}

.review-content__description {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: var(--text);
}

@media screen and (max-width: 1000px) {
    .review-content__description {
        font-size: 14px;
        line-height: 1.5;
    }
}

@media screen and (max-width: 600px) {
    .review-content__description {
        font-size: 12px;
    }
}

.products-cards {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
}

@media screen and (max-width: 1300px) {
    .products-cards {
        gap: 25px 33px;
    }
}

@media screen and (max-width: 1000px) {
    .products-cards {
        gap: 20px 13px;
    }
}

@media screen and (max-width: 820px) {
    .products-cards {
        gap: 20px 25px;
    }
}

@media screen and (max-width: 600px) {
    .products-cards {
        gap: 15px 10px;
    }
}

@media screen and (max-width: 410px) {
    .products-cards {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.products-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: -webkit-calc(25% - 16px);
    max-width: calc(25% - 16px);
    width: 100%;
    position: relative;
    -webkit-border-radius: 25px;
    border-radius: 25px;
}

@media screen and (max-width: 1300px) {
    .products-card {
        max-width: -webkit-calc(33.3333333333% - 22px);
        max-width: calc(33.3333333333% - 22px);
    }
}

@media screen and (max-width: 1000px) {
    .products-card {
        max-width: -webkit-calc(25% - 10px);
        max-width: calc(25% - 10px);
    }
}

@media screen and (max-width: 820px) {
    .products-card {
        max-width: -webkit-calc(33.3333333333% - 18px);
        max-width: calc(33.3333333333% - 18px);
    }
}

@media screen and (max-width: 760px) {
    .products-card {
        max-width: -webkit-calc(50% - 15px);
        max-width: calc(50% - 15px);
        -webkit-border-radius: 15px;
        border-radius: 15px;
        overflow: hidden;
    }
}

@media screen and (max-width: 490px) {
    .products-card {
        max-width: 320px;
        -webkit-border-radius: 15px;
        border-radius: 15px;
        overflow: hidden;
        margin: 0 auto;
    }
}

.products-card__img {
    max-width: 295px;
    width: 100%;
    height: 267px;
    position: relative;
}

@media screen and (max-width: 1000px) {
    .products-card__img {
        max-width: 220px;
        height: 240px;
    }
}

@media screen and (max-width: 600px) {
    .products-card__img {
        max-width: 195px;
        height: 180px;
    }
}

@media screen and (max-width: 410px) {
    .products-card__img {
        margin: 0 auto;
    }
}

.products-card__img img {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    -o-object-fit: contain;
    object-fit: contain;
}

.products-card__content {
    padding: 15px 10px 15px 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

@media screen and (max-width: 1000px) {
    .products-card__content {
        padding: 28px 10px 10px;
    }
}

.products-card__date {
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #919191;
    margin-bottom: 11px;
}

@media screen and (max-width: 1000px) {
    .products-card__date {
        font-size: 10px;
        line-height: 12px;
    }
}

.products-card__title {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #2F2F2F;
}

@media screen and (max-width: 1000px) {
    .products-card__title {
        font-size: 14px;
        line-height: 17px;
    }
}

.products-card__description {
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    color: #2F2F2F;
    flex: 1;
}

@media screen and (max-width: 1000px) {
    .products-card__description {
        font-size: 10px;
        line-height: 12px;
    }
}

.products-card__new {
    position: absolute;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-align: right;
    color: #FFFFFF;
    top: 0;
    right: 0;
}

.products-card__new span {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 20px;
    left: 46px;
}

@media screen and (max-width: 600px) {
    .products-card__new span {
        top: 23px;
        left: 42px;
    }

    .products-card__new {
        top: -5px;
        right: -5px;
        font-size: 10px;
        line-height: 12px;
        width: 83px;
        height: 90px;
    }
}

.products-card__fav {
    background: rgba(239, 239, 239, 0.5);
    width: 40px;
    height: 40px;
    -webkit-border-radius: 0 0 15px 15px;
    border-radius: 0 0 15px 15px;
    position: absolute;
    top: 0;
    left: 33px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.products-card__prices {
    width: 70px;
    height: 60px;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("/assets/img/price-bg.svg");
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
    position: absolute;
    right: 9px;
    bottom: -5px;
}

@media screen and (max-width: 1000px) {
    .products-card__prices {
        right: 11px;
        bottom: -15px;
    }
}

.products-card__price {
    font-weight: 800;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #E31E24;
    text-align: end;
}

.products-card__old-price {
    font-weight: 600;
    font-size: 10px;
    line-height: 12px;
    -webkit-text-decoration-line: line-through;
    -moz-text-decoration-line: line-through;
    text-decoration-line: line-through;
    text-transform: uppercase;
    color: #9B9B9B;
    text-align: center;
}

.products-card__footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.products-card__stars {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    padding-bottom: 7px;
}

@media screen and (max-width: 1000px) {
    .products-card__stars {
        margin-top: 5px;
        gap: 3px;
    }
}

.products-card__star {
    width: 12.5px;
    height: 12.5px;
}

@media screen and (max-width: 1000px) {
    .products-card__star {
        width: 10px;
        height: 10px;
    }
}

.products-card__star-text {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: var(--text);
}

@media screen and (max-width: 1000px) {
    .products-card__star-text {
        font-size: 8px;
        line-height: 10px;
        margin-left: 7px;
    }
}

.products-card__buy .btn {
    width: 50px;
    height: 50px;
    padding: 13px;
}

@media screen and (max-width: 1000px) {
    .products-card__buy .btn {
        position: absolute;
        right: 10px;
        bottom: 15px;
    }
}

@media screen and (max-width: 600px) {
    .products-card__buy .btn {
        width: 40px;
        height: 40px;
        padding: 7px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
    }
}

.products-card__small .products-card__img {
    max-height: 200px;
}

.products-card__small .products-card__new {
    font-weight: 700;
    font-size: 10px;
    line-height: 12px;
}

.products-card__small .products-card__new span {
    top: 17px;
    left: 35px;
}

.products-card__small .products-card__new svg {
    width: 71px;
    height: 71px;
}

.products-card__small .products-card__fav {
    width: 30px;
    height: 30px;
    left: 23px;
}

.products-card__small .products-card__fav svg {
    width: 15px;
}

.products-card__small .products-card__content {
    padding: 18px 10px 10px 12px;
}

.products-card__small .products-card__date {
    font-size: 10px;
    line-height: 12px;
    margin-bottom: 7px;
}

.products-card__small .products-card__title {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 6px;
}

.products-card__small .products-card__description {
    font-size: 10px;
    line-height: 12px;
}

.products-card__small .products-card__star {
    width: 9px;
    height: 9px;
}

.products-card__small .products-card__star-text {
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
}

.products-card__small .products-card__buy .btn {
    width: 38px;
    height: 38px;
    padding: 10px;
}

.products-card__small .products-card__buy .btn svg {
    width: 18px;
    height: 18px;
}

.products-card__sort {
    max-width: fit-content;
    width: 100%;
    margin-left: auto;
    padding: 9px 15px;
    background: #F4F4F4;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
}

.products-card__sort-line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
    position: relative;
}

@media screen and (max-width: 360px) {
    .products-card__sort-line-cat .categories-1{
        top: 50% !important;
    }
    .products-card__sort-line {
        /*-webkit-box-orient: vertical;*/
        /*-webkit-box-direction: normal;*/
        /*-webkit-flex-direction: column;*/
        /*-ms-flex-direction: column;*/
        /*flex-direction: column;*/
        /*-webkit-box-align: start;*/
        /*-webkit-align-items: flex-start;*/
        /*-ms-flex-align: start;*/
        /*align-items: flex-start;*/
        gap: 20px;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .products-card__sort-line .products-card__sort-line-cat{
        width: 100%;
    }

    .products-card__sort-line .products-card__sort-line-cat .btn{
        width: 100%;
        max-width: 100%;
    }
}

.products-card__sort-line .filter-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
}

.products-card__sort-line-filter {
    margin-left: 5px;
    position: relative;
    display: none;
}

@media screen and (max-width: 1000px) {
    .products-card__sort-line-filter {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (max-width: 600px) {
    .products-card__sort-line-filter {

    }
}

.products-card__sort-line-filter .filters-1 {
    width: 300px;
    height: 60vh;
    overflow-y: auto;
    overflow-x: hidden;
    position: absolute;
    top: 110%;
    left: -5px;
    z-index: 99;
    background: #fff;
    -webkit-box-shadow: 0px 0px 15px rgba(88, 38, 38, 0.15);
    box-shadow: 0px 0px 15px rgba(88, 38, 38, 0.15);
    -webkit-border-radius: 15px;
    border-radius: 15px;
    padding: 0 10px;
}

.products-card__sort-line-cat .categories-1 {
    width: 280px;
    height: 60vh;
    overflow-y: auto;
    overflow-x: hidden;
    position: absolute;
    top: 110%;
    left: -5px;
    z-index: 99;
    background: #fff;
    -webkit-box-shadow: 0px 0px 15px rgba(88, 38, 38, 0.15);
    box-shadow: 0px 0px 15px rgba(88, 38, 38, 0.15);
    -webkit-border-radius: 15px;
    border-radius: 15px;
    padding: 0 10px;
}

.products-card__sort-line-cat .categories__item-inner-1 {
    display: none;
    padding: 10px 10px;
}

.products-card__sort-line-cat .categories__item-content.active + .categories__item-inner-1 {
    display: block;
}

.products-card__sort-line .btn {
    display: none;
}

@media screen and (max-width: 1000px) {
    .products-card__sort-line .btn {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.products-card__sort-item {
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    color: var(--text);
    padding-right: 13px;
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.products-card__sort-item.active::before {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.products-card__sort-item::before {
    content: "";
    position: absolute;
    width: 7px;
    height: 6px;
    background-image: url("/assets/img/sort-arrow.svg");
    background-repeat: no-repeat;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.products-pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
    margin-top: 50px;
}

.products-pagination__arrow {
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid var(--red);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}

.products-pagination__arrow svg path {
    fill: var(--red);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.products-pagination__arrow:hover{
    background: var(--red);
}
.products-pagination__arrow:hover svg path {
    fill: var(--white);

}

.products-pagination__arrow.disabled {
    background: #D9D9D9;
    cursor: no-drop;
}

.products-pagination__arrow.disabled svg path {
    fill: var(--text);
}

.products-pagination-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 3px;
}

.products-pagination-item {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: var(--text);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    border-radius: 5px;
}

.products-pagination-item:hover, .products-pagination-item.active {
    color: var(--red);
}
.products-pagination-item.active {
    border-color: var(--red);

}

.product-profile {
    padding: 22px 28px;
    margin-bottom: 15px;
    margin-right: 5px;
}

.product-profiles {
    padding: 10px;
    height: 427px;
    overflow: auto;
}

.product-profiles::-webkit-scrollbar {
    width: 3px;
}

.product-profiles::-webkit-scrollbar-track {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #D9D9D9;
}

.product-profiles::-webkit-scrollbar-thumb {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #909090;
}

.product-profiles::-webkit-scrollbar-thumb:window-inactive {
    background: #909090;
}

.product-profile__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px;
}

.product-profile__img {
    width: 80px;
    height: 80px;
    position: relative;
}

.product-profile__img img {
    width: 100%;
    height: 100%;
    border: 1px solid #DCDCDC;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.product-profile__info-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: var(--text);
}

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

.product-profile__price {
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    color: var(--text);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 4px;
}

.product-profile__price span {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: var(--red);
}

.product-profile__buy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
}

.product-profile__buy span {
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--text);
    max-width: 65px;
    width: 100%;
}

.product-profile__buy .btn-red {
    width: 40px;
    height: 40px;
    padding: 5px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.product-profile__fav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 10px;
    width: 20px;
    height: 20px;
    background: #EFEFEF;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

.product-profile__fav.active svg path {
    fill: var(--red) !important;
}

.header-filters-item {
    display: none;
}

@media screen and (max-width: 600px) {
    .header-filters-item {
        display: block;
        position: relative;
    }

    .header-filters-item .filters-1 {
        width: 300px;
        height: 80vh;
        overflow-y: auto;
        overflow-x: hidden;
        position: absolute;
        bottom: 50px;
        left: -5px;
        z-index: 99;
        background: #fff;
        -webkit-box-shadow: 0px 0px 15px rgba(88, 38, 38, 0.15);
        box-shadow: 0px 0px 15px rgba(88, 38, 38, 0.15);
        -webkit-border-radius: 15px;
        border-radius: 15px;
        padding: 0 10px;
    }
}

.product-page {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (max-width: 1000px) {
    .product-page .page-header .breadcrumbs {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 1300px) {
    .line svg {
        width: 100%;
    }
}

.product-tabs {
    margin: 30px 0;
}

.product-tabs__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

@media screen and (max-width: 400px) {
    .product-tabs__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px;
    }
}

.product-tabs__item {
    padding: 5px 20px;
    font-size: 16px;
    line-height: 1.3;
    color: var(--text);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    cursor: pointer;
}

@media screen and (max-width: 400px) {
    .product-tabs__item {
        width: 100%;
        text-align: center;
    }
}

.product-tabs__item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: rgba(144, 144, 144, 0.3);
    left: 0;
    bottom: 0;
}

.product-tabs__item::before {
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    background: var(--red);
    left: 0;
    bottom: 0;
    z-index: 2;
}

.product-tabs__item.active {
    color: var(--red);
}

.product-tabs__item.active::before {
    width: 100%;
}

.product-tabs__item:hover {
    color: var(--red);
}

.product-tabs .description {
    max-width: 700px;
    font-size: 14px;
    line-height: 1.5;
}

.characteristics {
    max-width: 500px;
    width: 100%;
}

.characteristics-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dashed rgba(47, 47, 47, 0.3);
}

.characteristics-key {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.3;
    color: var(--grey);
    max-width: 50%;
    width: 100%;
}

.characteristics-value {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.3;
    color: var(--text);
    text-align: right;
    max-width: 50%;
    width: 100%;
}

.is-product-page .breadcrumbs {
    margin-bottom: 0 !important;
}

.products-card__sort-line.mb-0 {
    margin-bottom: 0 !important;
}

.buy__form-item__text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    gap: 15px;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: var(--text);
    margin-bottom: 20px;
}

@media screen and (max-width: 820px) {
    .buy__form-inputs {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 1000px) {
    .news .page-with__category {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .news .page-category {
        display: block;
        max-width: 100%;
        margin-top: 20px;
    }
}

.news-card {
    padding: 36px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    min-height: 440px;
}

@media screen and (max-width: 820px) {
    .news-card {
        padding: 25px;
        -webkit-border-radius: 20px;
        border-radius: 20px;
    }
}

@media screen and (max-width: 600px) {
    .news-card {
        padding: 20px;
        -webkit-border-radius: 15px;
        border-radius: 15px;
    }
}

.news-card__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 20px;
    color: var(--text);
    margin-bottom: 25px;
}

@media screen and (max-width: 820px) {
    .news-card__title {
        font-size: 20px;
        line-height: 1.3;
    }
}

@media screen and (max-width: 600px) {
    .news-card__title {
        font-size: 18px;
    }
}

.news-card__list {
    margin-left: 10px;
}

.news-card__item {
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: var(--text);
    padding-left: 10px;
    position: relative;
}

.news-card__item::before {
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    background: var(--text);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.news-list__title {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: var(--text);
    text-align: center;
    margin-bottom: 25px;
}

.news-list__item-title {
    font-weight: 600;
    font-size: 12px;
    line-height: 40px;
    color: var(--text);
}

.news-list__item-link {
    display: block;
    padding: 10px 30px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.4;
    color: var(--text);
    margin: 4px 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.news-list__item-link:hover {
    color: var(--red);
}

.news-list__item-link.active {
    background: var(--red);
    color: var(--white);
}

.profile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 40px;
}

@media screen and (max-width: 1300px) {
    .profile {
        gap: 20px;
    }
}

.profile label {
    cursor: pointer;
}

.profile-nav {
    max-width: 270px;
    width: 100%;
    padding: 26px 10px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

@media screen and (max-width: 820px) {
    .profile-nav {
        display: none;
    }
}

.profile-nav__item {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.2;
    color: var(--text);
    padding: 15px 20px 15px 40px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 5px;
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.profile-nav__item.active {
    background: #EFEFEF;
}

.profile-nav__item.active::before {
    opacity: 1;
}

.profile-nav__item:hover::before {
    opacity: 1;
}

.profile-nav__item::before {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    left: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-image: url(/assets/img/profile-nav-icon.svg);
}

.profile-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.profile-content-flex {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 40px;
}

@media screen and (max-width: 1300px) {
    .profile-content-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.profile-content__inner {
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 25px;
    border-radius: 25px;
    padding: 20px;
}

@media screen and (max-width: 600px) {
    .profile-content__inner {
        padding: 15px;
    }
}

.profile-content__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 20px;
}

@media screen and (max-width: 400px) {
    .profile-content__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.profile-content__avatar {
    max-width: 160px;
    width: 100%;
    height: 130px;
    background: #FFFFFF;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
}

.profile-content__avatar input {
    display: none;
}

.profile-content__avatar-empty {
    position: absolute;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #919191;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.profile-content__avatar-img {
    border: 1px solid rgba(0, 0, 0, 0.2);
    position: absolute;
    width: 100%;
    height: 100%;
}

.profile-content__avatar-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.profile-content__info {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.profile-content__info-item {
    display: block;
    margin-bottom: 12px;
}

.profile-content__info-title {
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    color: var(--text);
    margin-bottom: 5px;
}

.profile-content__info-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: var(--text);
}

.profile-content__info-text.empty {
    color: #909090;
}

.profile-content__info-input {
    width: 100%;
    border: 0.5px solid #D9D9D9;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: var(--text);
}

.profile-content__info-input::-moz-placeholder {
    opacity: 1;
    color: #919191;
}

.profile-content__info-input::-webkit-input-placeholder {
    opacity: 1;
    color: #919191;
}

.profile-content__info-input:-ms-input-placeholder {
    opacity: 1;
    color: #919191;
}

.profile-content__info-input::-ms-input-placeholder {
    opacity: 1;
    color: #919191;
}

.profile-content__info-input::placeholder {
    opacity: 1;
    color: #919191;
}

.profile-content__info-input:nth-child(2) {
    margin-top: 5px;
}

.profile-content__info-input:focus {
    border-color: var(--red);
}

.profile-content__btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 40px;
}

@media screen and (max-width: 600px) {
    .profile-content__btns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 20px;
    }
}

.profile-content__btns .btn {
    padding: 16px 25px;
    font-size: 14px;
    line-height: 1.2;
}

@media screen and (max-width: 600px) {
    .profile-content__btns .btn {
        width: 100%;
        max-width: 100%;
    }
}

.profile-aside {
    max-width: 360px;
    width: 100%;
    padding-top: 60px;
}

@media screen and (max-width: 1300px) {
    .profile-aside {
        padding-top: 0;
        max-width: 100%;
    }
}

.profile-aside .title {
    padding-left: 0;
}

.profile-aside .title::before {
    content: unset;
}

.profile-aside__inner {
    width: 100%;
    height: 440px;
    padding: 10px;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 25px;
    border-radius: 25px;
    position: relative;
    overflow: hidden;
}

.profile-aside__empty {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #909090;
    position: absolute;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
}

.profile-mobile__menu {
    margin-top: 30px;
    position: relative;
}

.profile-mobile__menu .profile-nav {
    display: none;
    position: absolute;
    top: 120%;
    z-index: 99;
    height: 70vh;
    overflow-y: auto;
    overflow-x: hidden;
}

input {
    --tw-ring-color: transparent !important;
}

.modal .btn {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.3;
    padding: 10px 25px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    height: auto;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    margin: 10px auto 0;
}

.modal-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: var(--text);
    margin-bottom: 20px;
    text-align: center;
}

.modal-inner {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    padding-top: 1.25rem;
}

@media (min-width: 640px) {
    .modal-inner {
        padding: 1.5rem;
    }
}

.modal-thanks {
    padding: 50px 30px;
}

.modal-thanks .modal-text {
    margin-bottom: 40px;
}

.modal-form__item-checkbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}

@media screen and (max-width: 600px) {
    .modal-form__item:not(.modal-form__item-checkbox) .input-checkbox__label {
        font-size: 10px;
        line-height: 1.2;
    }
}

.modal-form__item .input-checkbox__label .checkbox {
    margin-bottom: 20px;
}

.modal-form__item {
    position: relative;
}

.modal-form__item .form-item__error {
    position: absolute;
    top: 40px;
    left: 0;
}

.modal-form__input {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: var(--text);
    padding: 10px 15px;
    width: 100%;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 37px;
}

.modal-form__input::-moz-placeholder {
    color: #909090;
    opacity: 1;
}

.modal-form__input::-webkit-input-placeholder {
    color: #909090;
    opacity: 1;
}

.modal-form__input:-ms-input-placeholder {
    color: #909090;
    opacity: 1;
}

.modal-form__input::-ms-input-placeholder {
    color: #909090;
    opacity: 1;
}

.modal-form__input::placeholder {
    color: #909090;
    opacity: 1;
}

.modal-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    text-transform: uppercase;
    color: var(--text);
    margin-bottom: 30px;
}

@media screen and (max-width: 600px) {
    .modal-title {
        font-size: 20px;
        line-height: 1.3;
    }
}

.modal-remove__password {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    display: block;
    -webkit-text-decoration-line: underline;
    -moz-text-decoration-line: underline;
    text-decoration-line: underline;
    text-align: center;
    color: var(--text);
    margin: 30px auto 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media screen and (max-width: 600px) {
    .modal-remove__password {
        margin: 10px auto 0;
        font-size: 12px;
        line-height: 1.3;
    }
}

.modal-remove__password:hover {
    color: var(--red);
}

.modal-soc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 30px 0 0;
}

@media screen and (max-width: 600px) {
    .modal-soc {
        margin: 10px 0 0;
    }
}

.modal-soc__title {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: var(--text);
    margin-bottom: 10px;
}

@media screen and (max-width: 600px) {
    .modal-soc__title {
        font-size: 12px;
        line-height: 1.3;
    }
}

.modal-soc__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
}

.modal-soc__item {
    cursor: pointer;
}

.modal-soc__item:hover path {
    fill: var(--red);
}

.modal-soc__item path {
    fill: var(--text);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.registration-form__redirect {
    text-align: center;
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    color: var(--text);
    margin-top: 30px;
}

@media screen and (max-width: 600px) {
    .registration-form__redirect {
        font-size: 10px;
        line-height: 1.3;
    }
}

.registration-form__redirect-btn {
    color: var(--red);
    position: relative;
    font-weight: 500;
}

.registration-form__redirect-btn::before {
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    bottom: 0;
    left: 0;
    background: var(--red);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.registration-form__redirect-btn:hover::before {
    width: 100%;
}

.modal {
    /*display: none;*/
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 999;
    background: rgba(34, 34, 34, 0.6);
    overflow: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.modal-inner {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.modal__container {
    margin: auto auto;
    max-width: 566px;
    width: 100%;
    background: #fff;
    padding: 40px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
}

@media screen and (max-width: 600px) {
    .modal__container {
        padding: 30px;
    }
}

.modal__container .close {
    background: url("/assets/img/svg/close.svg") no-repeat center center;
    width: 24px;
    height: 24px;
    z-index: 1;
    cursor: pointer;
}

.modal__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 24px;
}

.modal__title {
    font-weight: 700;
    font-size: 26px;
    line-height: 120%;
}

.modal__alert {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    padding: 16px;
    background: #F3F3F3;
    margin-bottom: 32px;
}

.modal__alert-svg {
    width: 24px;
    height: 24px;
}

.modal__form-input {
    font-size: 16px;
    height: 60px;
}

.modal__form-input__submit {
    margin: 24px 0 32px;
}

.modal__form-label {
    margin-bottom: 8px;
    font-size: 16px;
}

.modal__form-item {
    margin-bottom: 16px;
}

.modal__form-eye {
    position: absolute;
    bottom: 0;
    height: 60px;
    width: 72px;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

.modal__form-remove {
    font-weight: 600;
    font-size: 16px;
    line-height: 160%;
    display: block;
    text-align: right;
    color: #212121;
}

.modal__form-register {
    font-weight: 600;
    font-size: 16px;
    line-height: 160%;
    color: #EC4B3C;
    border-bottom: 1px dashed #EC4B3C;
}


.products-card__description {
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    color: #2F2F2F;
}


@media screen and (max-width: 600px) {
    .products-card__sort-line-filter .filters-1 {
        width: 70%;
        height: 80vh;
        left: 20px;
        display: block;
        top: auto;
        bottom: 50px;
        position: fixed;
        z-index: 9999;
    }
}

input {
    --tw-ring-color: transparent !important;
}

.favorite-icon path {
    fill: #D9D9D9;
    transition: 0.3s;
    cursor: pointer;
}

.favorite-icon.active path {
    fill: var(--red);
}


.cursor-pointer {
    cursor: pointer;
}

.form-item__error {
    font-size: 12px;
    line-height: 1.1;
    color: var(--red);
    margin-top: 3px;
    font-family: var(--second-family);
    font-weight: 500;
}


.z-index-9 {
    z-index: 999;

}

.modal-inner > div {
    width: 100%;
}

.rounded-25 {
    border-radius: 25px;
}

.invalid__terms_and_condition {
    color: #e31e24;
}

.buy__form-inputs > div {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.checkout-error {
    font-size: 14px;
    line-height: 1.2;
    padding: 15px 10px;
    border-radius: 10px;
    color: var(--text);
    background: #FFE0E0;
    margin-top: 10px;
    font-family: var(--second-family);
}

.products-card .btn.btn-buy-1,
.products-card__small .products-card__buy .btn.btn-buy-1 {
    width: 100%;
    height: auto;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    background: #E31E24;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    margin: 10px 0;
    padding: 10px 20px;
    border-radius: 12px;
    position: unset;
}

.products-card .btn.btn-buy-2,
.products-card__small .products-card__buy .btn.btn-buy-2 {
    width: 100%;
    height: auto;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    background: #bbb4b4;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    margin: 10px 0;
    padding: 10px 20px;
    border-radius: 12px;
    position: unset;
}


.error-text {
    color: #E31E24;
    font-size: 12px;
    line-height: 1.2;
    margin: 5px 0;
    text-align: left;
    width: 100%;
}

.products-card__buy {
    width: 100%;
}

.products-pagination-list .relative {
    border: none;
    padding: 0;
}

.swiper-slide.home-swiper__item.swiper-slide-next .home-swiper__item-inner,
.swiper-slide.home-swiper__item.swiper-slide-prev .home-swiper__item-inner {
    transform: scale(0.85);
}

.home-swiper__item-inner {
    position: relative;
    height: 100%;
}

.buy-thanks .btn-red {
    max-width: fit-content;
}

.error-page {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.error-page__text {
    font-size: 20px;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 20px;
}

.error-page__image {
    margin-bottom: 30px;
}

.modal-form__item {
    margin-bottom: 8px;
}

.modal-form__item .modal-form__input {
    margin-bottom: 0;
}

.modal-form__item .form-item__error {
    position: unset;
}

.new-order-card {
    display: flex;
    flex-direction: column;
    padding: 20px;
    margin-bottom: 20px;
}


.new-order-card .sub-title {

}

.new-order-card .description {
    margin-bottom: 10px;
}

.new-order-card__product__list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.new-order-card__product {
    max-width: 48%;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
}

@media screen and (max-width: 700px) {
    .new-order-card__product {
        max-width: 100%;
    }
}

.new-order-card__product .product-profile__img {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    overflow: hidden;
}

.new-order-card__product .new-order-card__product__content {
    width: calc(100% - 90px);
}

.new-order-card__product .product-profile__info-title {
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 10px;
}

.new-order-card__product .product-profile__info-desc {
    font-size: 12px;
    line-height: 1.2;
    margin-bottom: 5px;
}

.new-order-card__product .product-profile__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.new-order-card__status {
    font-size: 16px;
    line-height: 1.2;
    font-family: var(--second-family);

}

.new-order-card__status.new span {
    color: var(--text);
}

.new-order-card__status.processing span {
    color: var(--yellow);
}

.new-order-card__status.accepted span {
    color: #00bb00;
}

.new-order-card__status.canceled span {
    color: var(--red)
}

.new-order-card__status.payment_pending span {
    color: var(--yellow);
}

.new-order-card__status.payment_success span {
    color: #00bb00;
}

.new-order-card__status.payment_failed span {
    color: var(--red)
}

.new-order-card__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 20px;
}

@media screen and (max-width: 700px) {
    .new-order-card__head {
        flex-direction: column-reverse;
    }

    .filters-item__list-item label:hover {
        background: var(--white);
        color: var(--text);
    }
}

.n-products-card__prices {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 10px;
    /*font-size: 62.5%;*/
    /*-webkit-text-size-adjust: 100%;*/
}

.n-products-card__old-price {
    font-size: 14px;
    line-height: 1;
}

.n-products-card__old-price span {
    text-decoration: line-through;
}

.product-card__discount {
    display: flex;
    align-items: center;
    position: absolute;
    top: 3px;
    left: 15px;
}
.products-card__content{
    position: relative;

}
.labels {
    display: flex;
    flex-wrap: wrap;
}

.labels__label {
    font-weight: 600;
    align-items: center;
    padding: 2px 6px;
    white-space: nowrap;
    color: #fff;
    border-radius: 5px;
    font-size: 12px;
    line-height: 1.4;
    margin-left: 6px;
    margin-right: 6px;
}

.labels__label--color--red {
    background-color: #ff3645;
}

.n-products-card__price {
    display: flex;
    align-items: baseline;
    font-size: 16px;
    font-weight: 600;
}

.products-card__title {
    font-weight: 400;
    text-transform: unset;
}

.n-products-card__bottom {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
}

.n-products-card__bottom .btn {
    width: fit-content !important;
    border-radius: 20px !important;
}

.n-products-card__bottom-btns {
    flex: 1;
    width: 100%;
}

.n-products-card__bottom-btns__inner .error-text {
    text-align: center;
}

.n-products-card__bottom-btns__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 32px;
    width: 100%;
    gap: 10px;
    background-color: #f6f6f6;
    padding: 0 10px;
    font-size: 16px;
}

.n-products-card__bottom-btns button {
    font-size: 24px;
    font-weight: 600;
}

.n-products-card__bottom-btns__text {
    font-size: 12px;
    line-height: 1;
    text-align: center;
    margin-top: 4px;
    color: var(--grey);
}

.n-products-cards__home {
    gap: 15px;
}

.n-products-cards__home .products-card {
    max-width: calc(20% - 12px);
}
@media screen and (max-width: 1300px) {
    .n-products-cards__home .products-card {
        max-width: calc(25% - 12px);
    }
}

@media screen and (max-width: 1000px) {
    .n-products-cards__home .products-card {
        max-width: calc(32% - 12px);
    }
}

@media screen and (max-width: 800px) {
    .n-products-cards__home .products-card {
        max-width: calc(50% - 12px);
    }
}

@media screen and (max-width: 475px) {
    .n-products-cards__home{
        justify-content: center;
    }
    .n-products-cards__home .products-card {
        max-width: 350px;
    }
}
.products-card__img{
    margin: 0 auto;
}
.products-card{
    transition: 0.3s all;
    border: 1px solid transparent;
}
.products-card.has-border,
.products-card:hover{

    border: 1px solid var(--red);
}

.n-products-card__new{
    position: absolute;
    right: 10px;
    top: 10px;
}


.products-card{
    border-radius: 6px;
}

.n-products-card__bottom .btn-buy-1 svg {
    width: 28px !important;
    height: 18px;
}

.n-products-card__bottom .btn-buy-2 svg {
    width: 28px !important;
    height: 18px;
}
.products-card__img{
    padding: 10px 10px 0;
}
.products-card__img img{
    max-width: calc(100% - 20px);
    max-height: calc(100% - 10px);
    object-fit: cover;
    border-radius: 0;
}

.categories__item-inner{
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 15px rgba(88, 38, 38, 0.15);
    box-shadow: 0px 0px 15px rgba(88, 38, 38, 0.15);
    -webkit-border-radius: 15px;
    border-radius: 15px;
}
.n-basket-item__price,
.n-basket-item__old-price{
    display: flex;
    align-items: flex-end;
    gap: 5px;
    font-size: 12px;
}
.is-for-mobile{
    display: none;
}

@media screen and (max-width: 820px) {
    .is-for-mobile{
        display: block;
    }
}


.n-header-lang{
    position: relative;
}


.n-header-lang__element{

}
.n-header-lang__content{
    width: 70px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 10px 0;
    background: #f4f4f4;
    border-radius: 5px;
    margin-left: -6px;
    padding-top: 26px;
}

.n-header-lang:hover .n-header-lang__content{
    opacity: 1;
    visibility: visible;

}

.v-select{
    border: 1px solid #F4F4F4;
    border-radius: 5px;
    padding: 2px 4px;
    font-size: 12px;
    line-height: 1.2;
    max-width: 65px;
    width: 100%;
    height: 30px;
    margin-left: 10px;

}


body{
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}


main{
    flex: 1;
}

.header-fix-menu .header-menu__link{
    padding-bottom: 3px;
}
