

/* Start:/assets/styles/style.15563cbd.css?1774731336212806*/
.img-dilery {
    width: 351px;
    height: 250px;
}

.keen-slider:not([data-keen-slider-disabled]) {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    align-content: flex-start;
    display: flex;
    overflow: hidden;
    position: relative;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -khtml-user-select: none;
    width: 100%
}

.keen-slider:not([data-keen-slider-disabled]) .keen-slider__slide {
    min-height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%
}

.keen-slider:not([data-keen-slider-disabled])[data-keen-slider-reverse] {
    flex-direction: row-reverse
}

.keen-slider:not([data-keen-slider-disabled])[data-keen-slider-v] {
    flex-wrap: wrap
}

.keen-slider__dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: flex;
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    justify-content: center;
    padding-bottom: 16px
}

.keen-slider__dot {
    position: relative;
    margin-left: 5px;
    margin-right: 5px;
    height: 2px;
    width: 50px;
    cursor: pointer;
    --tw-bg-opacity: 1;
    background-color: rgb(138 138 138 / var(--tw-bg-opacity));
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: 300ms
}

.keen-slider__dot:focus-visible {
    --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 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}

@media (max-width: 470px) {
    .keen-slider__dot {
        width: 15px
    }
}

.keen-slider__dot:after {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    padding-top: 8px;
    padding-bottom: 8px;
    --tw-content: "";
    content: var(--tw-content)
}

.keen-slider__dot:hover:not(.keen-slider__dot--active) {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity))
}

.keen-slider__dot--active {
    pointer-events: none;
    cursor: default;
    --tw-bg-opacity: 1;
    background-color: rgb(211 36 36 / var(--tw-bg-opacity))
}

.keen-slider__thumbnail-button {
    margin-bottom: 16px;
    overflow: hidden;
    border-radius: 5px;
    border-width: 2px;
    border-color: transparent;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: 300ms
}

.keen-slider__thumbnail-button:last-child {
    margin-bottom: 0
}

.keen-slider__thumbnail-button.active {
    --tw-border-opacity: 1;
    border-color: rgb(211 36 36 / var(--tw-border-opacity))
}

.keen-slider__thumbnail-image {
    min-width: 95px;
    max-width: 95px
}

.tab--content-list > * {
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: opacity .3s ease-in-out
}

.tab--content-list > *.fading-in {
    height: auto;
    animation: fadeIn .3s ease-in-out forwards
}

@keyframes fadeIn {
    to {
        opacity: 1
    }
}

.ps {
    overflow: hidden !important;
    overflow-anchor: none;
    -ms-overflow-style: none;
    touch-action: auto
}

.ps--wrapper {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.ps__rail-x {
    position: absolute;
    display: none;
    height: 4px;
    border-radius: 5px;
    --tw-bg-opacity: 1;
    background-color: rgb(217 217 217 / var(--tw-bg-opacity));
    opacity: 1;
    bottom: 0 !important;
    top: auto !important;
    transition: background-color .2s linear, opacity .2s linear, height .2s linear
}

.ps__thumb-x:after, .ps__rail-x:after {
    position: absolute;
    bottom: 50%;
    left: 0;
    height: 32px;
    width: 100%;
    --tw-translate-y: 50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-content: "";
    content: var(--tw-content);
    z-index: -1
}

.ps__rail-x:after {
    z-index: -2
}

.ps--active-x > .ps__rail-x {
    display: block
}

.ps--active-x > .ps--list {
    justify-content: flex-start
}

.ps .ps__rail-x:hover, .ps .ps__rail-x:focus, .ps .ps__rail-x.ps--clicking {
    height: 8px;
    opacity: .9
}

.ps__thumb-x {
    position: absolute;
    bottom: 0;
    height: 4px;
    border-radius: 5px;
    --tw-bg-opacity: 1;
    background-color: rgb(52 52 52 / var(--tw-bg-opacity));
    transition: background-color .2s linear, height .2s ease-in-out
}

.ps__rail-x:hover > .ps__thumb-x, .ps__rail-x:focus > .ps__thumb-x, .ps__rail-x.ps--clicking .ps__thumb-x {
    height: 8px;
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity))
}

.ps__rail-y {
    position: absolute;
    margin-top: 8px;
    margin-bottom: 8px;
    display: none;
    width: 4px;
    border-radius: 5px;
    --tw-bg-opacity: 1;
    background-color: rgb(217 217 217 / var(--tw-bg-opacity));
    right: 10px !important;
    left: auto !important;
    opacity: 1;
    transition: background-color .2s linear, opacity .2s linear, width .2s linear
}

.ps--active-y > .ps__rail-y {
    display: block
}

.ps .ps__rail-y:hover, .ps .ps__rail-y:focus, .ps .ps__rail-y.ps--clicking {
    width: 8px;
    opacity: .9
}

.ps__thumb-y {
    position: absolute;
    bottom: 0;
    width: 4px;
    border-radius: 5px;
    --tw-bg-opacity: 1;
    background-color: rgb(52 52 52 / var(--tw-bg-opacity));
    transition: background-color .2s linear, width .2s ease-in-out
}

.ps__rail-y:hover > .ps__thumb-y, .ps__rail-y:focus > .ps__thumb-y, .ps__rail-y.ps--clicking .ps__thumb-y {
    width: 8px;
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity))
}

@supports (-ms-overflow-style:none) {
    .ps {
        overflow: auto !important
    }
}

@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
    .ps {
        overflow: auto !important
    }
}

@media (pointer: coarse) {
    .ps__rail-x, .ps__rail-y {
        pointer-events: none
    }

    .ps__thumb-x:after, .ps__rail-x:after {
        display: none
    }
}

.ps--wrapper.ps--bar-hidden .ps__rail-x, .ps--wrapper.ps--bar-hidden .ps__rail-y {
    display: none
}

.modal__wrapper {
    visibility: hidden;
    opacity: 0;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: 300ms;
    transition-property: opacity, visibility
}

.modal__active {
    visibility: visible;
    opacity: 1
}

.modal--body > [data-scene], .modal--body > .spiner {
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    display: none !important
}

.spiner img {
    display: none !important
}

.modal--body > [data-scene].fading-in, .modal--body > .spiner.fading-in {
    height: auto;
    animation: fadeIn .3s ease-in-out forwards
}

@keyframes fadeIn {
    to {
        opacity: 1
    }
}

* {
    --font-base: "Montserrat";
    --font-konexy: "Konexy Personal Use";
    --container-padding-x: 1rem;
    --container-width: calc(93.75rem + var(--container-padding-x) * 2);
    --slider-right-width: 28.5625rem;
    --header-height: 163px;
    --header-bg-color: #f8f8f8
}

@media (max-width: 1280px) {
    * {
        --header-height: 180px
    }
}

@media (max-width: 768px) {
    * {
        --header-height: 110px
    }
}

@media (max-width: 640px) {
    * {
        --header-height: 49px
    }
}

@media (max-width: 765px) {
    .delivery, .product-color-block {
        display: none
    }

    .product-title-block {
        margin-bottom: 20px
    }
}

.product-color-block-top {
    display: flex;
    flex-direction: column;
    padding-right: 20px;
    padding-left: 20px
}

.product-color-block-top div:first-child {
    order: 1
}

.product-color-block-top div:last-child {
    order: 0
}

@media (min-width: 765px) {
    .add-to-card-btn, .delivery-top, .product-color-block-top {
        display: none
    }
}

*, ::before, ::after {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e5e7eb
}

::before, ::after {
    --tw-content: ""
}

html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    tab-size: 4;
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-feature-settings: normal;
    font-variation-settings: normal
}

body {
    margin: 0;
    line-height: inherit
}

hr {
    height: 0;
    color: inherit;
    border-top-width: 1px
}

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

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

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

b, strong {
    font-weight: bolder
}

code, kbd, samp, pre {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    margin: 0;
    padding: 0
}

button, select {
    text-transform: none
}

button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none
}

:-moz-focusring {
    outline: auto
}

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

progress {
    vertical-align: baseline
}

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

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

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

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

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
}

dialog {
    padding: 0
}

textarea {
    resize: vertical
}

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

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

:disabled {
    cursor: default
}

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

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

[hidden] {
    display: none
}

@font-face {
    font-family: Montserrat;
    src: url("/assets/styles/../fonts/montserrat-regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: url("/assets/styles/../fonts/montserrat-medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: url("/assets/styles/../fonts/montserrat-semibold.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: url("/assets/styles/../fonts/montserrat-bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Konexy Personal Use;
    src: url("/assets/styles/../fonts/konexy-personal-use-regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

*:focus-visible {
    border-radius: .125rem;
    --tw-bg-opacity: 1;
    background-color: rgb(217 217 217 / var(--tw-bg-opacity));
    --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 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(217 217 217 / var(--tw-ring-opacity));
    --tw-ring-offset-width: 0;
    outline: none
}

input::-webkit-input-placeholder {
    opacity: .8;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

input::-moz-placeholder {
    opacity: .8;
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease
}

input:-moz-placeholder {
    opacity: .8;
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease
}

input:-ms-input-placeholder {
    opacity: .8;
    -ms-transition: opacity .3s ease;
    transition: opacity .3s ease
}

input:focus::-webkit-input-placeholder {
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

input:focus::-moz-placeholder {
    opacity: 0;
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease
}

input:focus:-moz-placeholder {
    opacity: 0;
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease
}

input:focus:-ms-input-placeholder {
    opacity: 0;
    -ms-transition: opacity .3s ease;
    transition: opacity .3s ease
}

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

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

*, ::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: 0;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / .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:
}

::-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: 0;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / .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:
}

::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: 0;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / .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:
}

.\!container {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--container-width);
    padding-left: var(--container-padding-x);
    padding-right: var(--container-padding-x)
}

.container {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--container-width);
    padding-left: var(--container-padding-x);
    padding-right: var(--container-padding-x)
}

.container-catalog {
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--container-padding-x);
    padding-right: var(--container-padding-x);
    max-width: calc(1920px - var(--container-padding-x) * 2)
}

.burger-menu-wrapper {
    display: none;
    min-width: 40%
}

@media (max-width: 768px) {
    .burger-menu-wrapper {
        min-width: 50%
    }
}

@media (max-width: 640px) {
    .burger-menu-wrapper {
        min-width: 60%
    }
}

@media (max-width: 360px) {
    .burger-menu-wrapper {
        min-width: 80%
    }
}

.burger-menu-wrapper {
    min-width: clamp(390px, 33%, 100%)
}

@media (max-width: 768px) {
    .burger-menu-wrapper {
        min-width: clamp(300px, 50%, 100%)
    }
}

@media (max-width: 640px) {
    .burger-menu-wrapper {
        min-width: clamp(300px, 60%, 100%)
    }
}

@media (max-width: 360px) {
    .burger-menu-wrapper {
        min-width: clamp(280px, 80%, 100%)
    }
}

.max-h-modal {
    max-height: calc(100vh - 64px);
    max-height: calc(100svh - 64px)
}

.border-b--dashed:after {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(211 36 36 / var(--tw-bg-opacity));
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: 300ms;
    --tw-content: "";
    content: var(--tw-content)
}

.border-b--dashed:before {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    height: 1px;
    width: 100%;
    --tw-content: "";
    content: var(--tw-content);
    background-image: linear-gradient(90deg, transparent 0%, transparent 25%, var(--header-bg-color) 25%, var(--header-bg-color) 75%, transparent 75%, transparent 100%);
    background-size: 10px
}

.border-b--solid {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: 300ms
}

.border-b--solid:after {
    display: block;
    height: 1px;
    width: 100%;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: 300ms;
    --tw-content: "";
    content: var(--tw-content)
}

.link-animation {
    padding-left: 2px;
    padding-right: 2px
}

.link-animation::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -4px;
    height: 1px;
    width: 0;
    --tw-bg-opacity: 1;
    background-color: rgb(211 36 36 / var(--tw-bg-opacity));
    transition-property: width background-colors;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: 300ms
}
.link-animation.link-animation-white::after {
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.link-animation:hover::after {
    left: 0;
    width: 100%
}

.filter-product-buttons {
    --tw-text-opacity: 1;
    color: rgb(32 35 44 / var(--tw-text-opacity))
}

@media (hover: hover) {
    .filter-product-buttons:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(233 233 233 / var(--tw-bg-opacity))
    }
}

.filter-product-buttons:active {
    --tw-bg-opacity: 1;
    background-color: rgb(217 217 217 / var(--tw-bg-opacity))
}

.filter-product-buttons[data-checked] {
    pointer-events: none;
    --tw-bg-opacity: 1;
    background-color: rgb(52 52 52 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity))
}

.show-products-count {
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(52 52 52 / var(--tw-text-opacity))
}

.show-products-count[data-checked] {
    pointer-events: none
}

.show-products-count[data-checked] .show-products-count--text {
    display: inline-block;
    text-decoration-line: underline
}

.color-picker-button {
    overflow: hidden;
    border-radius: 5px;
    border-width: 2px;
    border-color: transparent;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: 300ms
}

.color-picker-button[data-checked] {
    pointer-events: none;
    --tw-border-opacity: 1;
    border-color: rgb(211 36 36 / var(--tw-border-opacity))
}

.spiner {
    animation: spin 10s linear infinite
}

@keyframes spin {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg)
    }
}

.button {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: 300ms;
}

.button--red {
    --tw-bg-opacity: 1;
    background-color: rgb(211 36 36 / var(--tw-bg-opacity));
}

.button--white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    border: 1px solid rgb(211 36 36);
}
.button--transparent {
    --tw-bg-opacity: 1;
    background-color: transparent;
    border: 1px solid rgb(211 36 36);
}
.button--trans-white {
    --tw-bg-opacity: 1;
    background-color: transparent;
    border: 1px solid rgb(255 255 255);
}
.button--grey {
    --tw-bg-opacity: 1;
    background-color: rgb(248 248 248 / var(--tw-bg-opacity));
    border: 1px solid rgb(211 36 36);
}
.button--trans-red {
    background-color: rgba(211, 36, 36, 0.1);
    border: 1px solid rgb(211 36 36);
}
.button--basket {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    border: 1px solid rgb(211 36 36);
}

.button--video {
    background-color: transparent;
    border: 1px solid rgb(32 35 44);
}

@media (hover: hover) {
    .button--red:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(107 178 15 / var(--tw-bg-opacity));
    }

    .button--white:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(211 36 36 / var(--tw-bg-opacity));
    }

    .button--grey:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(211 36 36 / var(--tw-bg-opacity));
    }

    .button--video:hover {
        border-color: rgba(211, 36, 36, 1);
    }
    .button--transparent:hover {
        border-color: rgba(255, 255, 255, 1);
    }
    .button--trans-white:hover {
        background-color: rgba(255, 255, 255, 0.15);
    }

    .button--basket:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(211 36 36 / var(--tw-bg-opacity));
    }

    .button--basket.productAdd2Cart:hover {
        border-color: rgb(211 36 36 / var(--tw-bg-opacity)) !important;
    }
    .button--trans-red:hover {
        border-color: rgba(255, 255, 255, 1);
    }
}

.button--red:focus-visible, button--white:focus-visible, button--grey:focus-visible, .button--video:focus-visible {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(118 118 118 / var(--tw-ring-opacity));
    --tw-ring-offset-width: 2px;
}

.button--red:active {
    --tw-bg-opacity: 1;
    background-color: rgb(89 158 0 / var(--tw-bg-opacity));
}

.button--white:active {
    --tw-bg-opacity: 1;
    background-color: rgb(211 36 36 / var(--tw-bg-opacity));
}

.button--grey:active {
    --tw-bg-opacity: 1;
    background-color: rgb(211 36 36 / var(--tw-bg-opacity));
}

.button--video:active {
    border-color: rgba(211, 36, 36, 1);
}
.button--transparent:active {
    border-color: rgba(255, 255, 255, 1);
}
.button--trans-white:active {
    background-color: rgba(255, 255, 255, 0.15);
}
.button--basket:active {
    --tw-bg-opacity: 1;
    background-color: rgb(211 36 36 / var(--tw-bg-opacity));
}
.button--trans-red:active {
    border-color: rgba(255, 255, 255, 1);
}
.button--red:disabled, .button--white:disabled {
    --tw-bg-opacity: 1;
    background-color: rgb(193 193 193 / var(--tw-bg-opacity));
}

.button--red_text {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.button--white_text {
    --tw-text-opacity: 1;
    color: rgb(32, 35, 44 / var(--tw-text-opacity));
}

.button--transparent_text {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.button--transparent .button--transparent_icon {
    fill: rgb(255 255 255);
}

.button--trans-white_text {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.button--grey_text {
    --tw-text-opacity: 1;
    color: rgb(32, 35, 44 / var(--tw-text-opacity));
}

.button--video_text {
    --tw-text-opacity: 1;
    color: rgb(32, 35, 44 / var(--tw-text-opacity));
}

.button--basket_text {
    --tw-text-opacity: 1;
    color: rgb(211 36 36 / var(--tw-text-opacity));
}
.button--trans-red_text{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.button--red_icon {
    fill: #fff;
}

.button--grey .button--red_icon {
    stroke: rgba(32, 35, 44, 1);
}
.button--trans-red .button--trans-red_icon {
    stroke: rgba(255, 255, 255, 1);
}

.button--red:disabled .button--red_text {
    --tw-text-opacity: 1;
    color: rgb(118 118 118 / var(--tw-text-opacity));
}

.button--red:disabled .button--red_icon {
    fill: #767676;
}

.button--red:disabled .button--red_icon.fill-transparent {
    stroke: #767676;
}

.button--icon-circle {
    margin-right: 12px;
    display: flex;
    height: 34px;
    width: 34px;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(180 31 31 / var(--tw-bg-opacity));
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: 300ms;
}

@media (hover: hover) {
    .button:hover .button--icon-circle {
        --tw-bg-opacity: 1;
        background-color: rgb(89 158 0 / var(--tw-bg-opacity));
    }

    .button--white:hover .button--icon-circle {
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    }

    .button--white:hover .button--red_icon {
        fill: rgb(32, 35, 44);
    }

    .button--white:hover .button--white_text {
        color: rgb(255, 255, 255);
    }

    .button--grey:hover .button--red_icon {
        stroke: rgba(255, 255, 255);
    }

    .button--grey:hover .button--grey_text {
        color: rgb(255, 255, 255);
    }

    .button--video:hover .button--video_text {
        color: rgba(211, 36, 36, 1);
    }

    .button--basket:hover .button--basket_icon {
        fill: rgb(255 255 255);
    }

    .button--basket:hover .button--basket_text {
        color: rgb(255, 255, 255) !important;
    }
    .button--transparent:hover .button--icon-circle {
        --tw-bg-opacity: 1;
        background-color: rgb(211 36 36 / var(--tw-bg-opacity));
    }

    .button--transparent:hover .button--transparent_icon {
        fill: rgb(255 255 255);
    }

}

.button:active .button--icon-circle {
    --tw-bg-opacity: 1;
    background-color: rgb(107 178 15 / var(--tw-bg-opacity));
}

.button--white:active .button--icon-circle {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.button--white:active .button--red_icon {
    fill: rgb(32, 35, 44);
}

.button--white:active .button--white_text {
    color: rgb(255, 255, 255);
}

.button--grey:active .button--red_icon {
    stroke: rgba(255, 255, 255);
}

.button--grey:active .button--grey_text {
    color: rgb(255, 255, 255);
}

.button--basket:active .button--red_icon {
    fill: rgb(255 255 255);
}

.button--basket:active .button--basket_text {
    color: rgb(255, 255, 255);
}
.button--transparent:active .button--icon-circle {
    --tw-bg-opacity: 1;
    background-color: rgb(211 36 36 / var(--tw-bg-opacity));
}

.button--transparent:active .button--transparent_icon {
    fill: rgb(255 255 255);
}
.button:disabled .button--icon-circle {
    --tw-bg-opacity: 1;
    background-color: rgb(167 167 167 / var(--tw-bg-opacity));
}

.button-play--arrow {
    --tw-translate-x: 25%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    border-width: 12px;
    border-left-width: 18px
}

.button-play--circle:after, .button-play--circle:before {
    position: absolute;
    border-radius: 9999px;
    background-color: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: 300ms;
    --tw-content: "";
    content: var(--tw-content);
}

.button-play--circle:after {
    --bp-size: calc(100% + 8px * 2);
    width: var(--bp-size);
    height: var(--bp-size);
    opacity: .3;
    z-index: -1;
}

.button-play--circle:before {
    --bp-size: calc(100% + 15px * 2);
    width: var(--bp-size);
    height: var(--bp-size);
    opacity: .2;
    z-index: -2;
}

@media (hover: hover) {
    .button-play:hover .button-play--circle:after {
        opacity: .6
    }
}

@media (hover: hover) {
    .button-play:hover .button-play--circle:before {
        opacity: .4
    }
}

.tooltip-arrow:after {
    position: absolute;
    left: -9px;
    top: 50%;
    z-index: -10;
    height: 26px;
    width: 26px;
    border-radius: 6px;
    background-color: inherit;
    --tw-content: "";
    content: var(--tw-content);
    transform: translateY(-50%) scaleY(.6) rotate(45deg);
    clip-path: polygon(0% 0%, 100% 100%, 0% 100%)
}

.input {
    border-radius: 5px;
    font-size: 12px;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: 300ms
}

.input--red {
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(211 36 36 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(242 242 242 / var(--tw-bg-opacity))
}

.input--white {
    border-width: 1px;
    --tw-border-opacity: 0.5;
    border-color: rgba(32, 35, 44, var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255, 255, 255 / var(--tw-bg-opacity))
}

@media (hover: hover) {
    .input--red:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity))
    }
}

.input--red:focus, .input--white:focus {
    --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 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}

.input--red:focus + .input--red_line {
    width: 100%
}

.input--white:focus + .input--red_line {
    width: 100%
}


.input--red_line {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    width: 0;
    border-bottom-right-radius: .375rem;
    border-bottom-left-radius: .375rem;
    --tw-bg-opacity: 1;
    background-color: rgb(211 36 36 / var(--tw-bg-opacity));
    transition-property: width;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: 300ms
}

.input--help {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: rgb(232, 232, 232);
    width: 100%;
    height: auto;
    border-radius: 10px;
    height: 0;
    overflow: hidden;
    transition: height .3s ease
}

.input--help-item {
    padding: 20px;
    cursor: pointer;
    font-size: 15px;
    border-radius: 10px;
    transition: .3s
}

@media (hover: hover) {
    .input--help-item:hover {
        background-color: rgb(211, 211, 211)
    }
}

.input--gray {
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(242 242 242 / var(--tw-border-opacity));
    font-size: 14px
}

@media (hover: hover) {
    .input--gray:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(244 244 244 / var(--tw-bg-opacity))
    }
}

.input--gray:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(242 242 242 / var(--tw-ring-opacity))
}

.input--gray:focus-visible {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(242 242 242 / var(--tw-ring-opacity))
}

.input--gray:disabled {
    pointer-events: none;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
    opacity: .7
}

.input--gray {
    transition-property: box-shadow, background-color
}

.rating-star {
    fill: #d32424;
    stroke: #d32424
}

.rating-star:hover {
    fill: #d32424;
    stroke: #d32424
}

.rating-star:active {
    fill: #b41f1f;
    stroke: #b41f1f
}

.rating-star--wrapper:focus-visible .rating-star--stroke, .rating-star--wrapper:focus-visible .rating-star--fill {
    fill: #343434;
    stroke: #343434
}

.rating-star--static {
    fill: #d32424;
    stroke: #d32424
}

.rating-star--stroke, .rating-star--fill {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: 300ms
}

.rating-star--stroke {
    fill: inherit;
    stroke: inherit
}

.rating-star--fill {
    fill: transparent;
    stroke: transparent
}

.button--red:disabled .button--red_icon.rating-star--fill {
    stroke: #767676
}

.footer_soc {
    display: flex;
    flex-direction: column;
    gap: 10px
}

ul.text-16 {
    display: flex;
    align-items: stretch;
    flex-direction: column;
    min-height: 21.8px;
    justify-content: space-between
}

ul.text-16 li {
    display: flex;
    align-items: center
}

.rating-star:hover .rating-star--fill, .rating-star:active .rating-star--fill, .rating-star:hover .rating-star--stroke, .rating-star:active .rating-star--stroke, .rating-star--active .rating-star--fill, .rating-star--active .rating-star--stroke {
    fill: inherit;
    stroke: inherit
}


.collapse-block--head[data-collapse="1"] .collapse-block--rotate-arrow {
    transform: rotate(180deg)
}

.collapse-block--head[data-collapse="0"] .collapse-block--rotate-arrow {
    transform: rotate(0deg)
}

.red-mark:after {
    position: absolute;
    left: 0;
    top: 8px;
    height: 10px;
    width: 10px;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(211 36 36 / var(--tw-bg-opacity));
    --tw-content: "";
    content: var(--tw-content)
}

.grid-temlate-areas-1 {
    grid-template-columns:repeat(16, minmax(0, 1fr));
    grid-template-rows:repeat(16, minmax(0, 1fr));
    grid-template-areas:"h h h h h h h h c c c c c c c c" "h h h h h h h h c c c c c c c c" "h h h h h h h h c c c c c c c c" "h h h h h h h h c c c c c c c c" "d d d d d d s s s s p p p p p p" "d d d d d d s s s s p p p p p p" "d d d d d d s s s s p p p p p p" "d d d d d d s s s s p p p p p p" "d d d d d d s s s s p p p p p p" "d d d d d d s s s s p p p p p p" "d d d d d d s s s s p p p p p p" "d d d d d d s s s s l l l l l l" "d d d d d d s s s s l l l l l l" "d d d d d d s s s s l l l l l l" "d d d d d d s s s s l l l l l l" "d d d d d d s s s s l l l l l l"
}

.grid-temlate-areas-footer {
    grid-template-columns:repeat(6, minmax(0, 1fr));
    grid-template-rows:repeat(6, minmax(0, 1fr));
    grid-template-areas:"n p p p p c" "n p p p p c" "n p p p p cs" "n p p p p cs" "n l l l l cc" "n l l l l cc"
}

.grid-temlate-areas-product {
    grid-template-rows:auto auto auto 1fr;
    grid-template-areas:"g tr pd" "g cp pd" "g d pd" "vb d pd"
}

.grid-item-1 {
    grid-area: h
}

.grid-item-2 {
    grid-area: c
}

.grid-item-3 {
    grid-area: d
}

.grid-item-4 {
    grid-area: s
}

.grid-item-5 {
    grid-area: p
}

.grid-item-6 {
    grid-area: l
}

.grid-item-footer-n {
    grid-area: n
}

.grid-item-footer-p {
    grid-area: p
}

.grid-item-footer-c {
    grid-area: c
}

.grid-item-footer-cs {
    grid-area: cs
}

.grid-item-footer-cc {
    grid-area: cc
}

.grid-item-footer-l {
    grid-area: l
}

.grid-item-product-g {
    grid-area: g
}

.grid-item-product-tr {
    grid-area: tr
}

.grid-item-product-cp {
    grid-area: cp
}

.grid-item-product-d {
    grid-area: d
}

.grid-item-product-pd {
    grid-area: pd
}

.grid-item-product-vb {
    grid-area: vb
}

.grid-products {
    grid-template-columns:repeat(auto-fill, minmax(241px, 1fr))
}

.grid-blog {
    grid-template-columns:repeat(auto-fill, minmax(250px, 1fr))
}

@media (max-width: 1280px) {
    .grid-products {
        grid-template-columns:repeat(auto-fill, minmax(241px, 1fr))
    }

    .grid-temlate-areas-1 {
        grid-template-areas:"h h h h h h h h c c c c c c c c" "h h h h h h h h c c c c c c c c" "h h h h h h h h c c c c c c c c" "h h h h h h h h c c c c c c c c" "d d d d d s s s s s s p p p p p" "d d d d d s s s s s s p p p p p" "d d d d d s s s s s s p p p p p" "d d d d d s s s s s s p p p p p" "d d d d d s s s s s s p p p p p" "d d d d d s s s s s s p p p p p" "d d d d d s s s s s s p p p p p" "d d d d d s s s s s s l l l l l" "d d d d d s s s s s s l l l l l" "d d d d d s s s s s s l l l l l" "d d d d d s s s s s s l l l l l" "d d d d d s s s s s s l l l l l"
    }

    .grid-temlate-areas-product {
        grid-template-columns:auto 1fr;
        grid-template-rows:auto 1fr;
        grid-template-areas: "g vb" "g pd" "tr tr" "cp cp" "d d"
    }
}

@media (max-width: 768px) {
    .catalog-gallery-wrapper {
        display: flex;
        justify-content: center
    }

    .grid-products {
        grid-template-columns:repeat(auto-fill, minmax(167px, 1fr))
    }

    .grid-temlate-areas-1 {
        grid-template-areas:"h h h h h h h h h h h h h h h h" "h h h h h h h h h h h h h h h h" "c c c c c c c c c c c c c c c c" "c c c c c c c c c c c c c c c c" "d d d d d d d d d d d d d d d d" "d d d d d d d d d d d d d d d d" "d d d d d d d d d d d d d d d d" "d d d d d d d d d d d d d d d d" "d d d d d d d d d d d d d d d d" "d d d d d d d d d d d d d d d d" "s s s s s s s s p p p p p p p p" "s s s s s s s s p p p p p p p p" "s s s s s s s s p p p p p p p p" "s s s s s s s s l l l l l l l l" "s s s s s s s s l l l l l l l l" "s s s s s s s s l l l l l l l l"
    }

    .grid-temlate-areas-footer {
        grid-template-areas:"n p p p p c" "n p p p p c" "n p p p p cs" "n p p p p cs" "n p p p p cc" "l l l l l l"
    }
}

@media (max-width: 764px) {
    .grid-temlate-areas-footer {
        grid-template-columns:repeat(6, minmax(0, 1fr));
        grid-template-rows:repeat(6, minmax(0, 1fr));
        grid-template-areas:"l l l l l l" "p p p p p p" "n n n c c c" "n n n cs cs cs" "n n n cc cc cc" "n n n cc cc cc"
    }

    .grid-temlate-areas-product {
        grid-template-columns:auto;
        grid-template-rows:auto;
        grid-template-areas:"g" "vb" "cp" "tr" "pd" "d"
    }
}

@media (max-width: 640px) {
    .button-play--arrow {
        transform: scale(.5) translateX(25%)
    }

    .button-play--circle:after {
        --bp-size: calc(100% + 3px * 2)
    }

    .button-play--circle:before {
        --bp-size: calc(100% + 6px * 2)
    }

    .grid-temlate-areas-1 {
        grid-template-columns:repeat(12, minmax(0, 1fr));
        grid-template-rows:repeat(12, minmax(0, 1fr));
        grid-template-areas:"h h h h h h h h h h h h h h h h" "h h h h h h h h h h h h h h h h" "c c c c c c c c c c c c c c c c" "c c c c c c c c c c c c c c c c" "d d d d d d d d d d d d d d d d" "d d d d d d d d d d d d d d d d" "s s s s s s s s s s s s s s s s" "s s s s s s s s s s s s s s s s" "p p p p p p p p p p p p p p p p" "p p p p p p p p p p p p p p p p" "l l l l l l l l l l l l l l l l" "l l l l l l l l l l l l l l l l"
    }
}

@media (max-width: 470px) {
    .grid-products {
        grid-template-columns:repeat(auto-fill, minmax(241px, 1fr))
    }

    .grid-temlate-areas-footer {
        grid-template-columns:repeat(6, minmax(0, 1fr));
        grid-template-rows:repeat(6, minmax(0, 1fr));
        grid-template-areas:"l l l l l l" "p p p p p p" "n n n n n n" "n n n n n n" "c c c cc cc cc" "cs cs cs cc cc cc"
    }
}

#keen-slider__thumbnails-wrapper {
    scrollbar-width: none;
    -ms-overflow-style: none
}

#keen-slider__thumbnails-wrapper::-webkit-scrollbar {
    width: 0
}

#keen-slider__thumbnails-wrapper::-webkit-scrollbar-thumb {
    background-color: transparent
}

.switch-dynamic-fields-button {
    display: none
}

.pointer-events-none {
    pointer-events: none
}
.pointer-events-box {
    pointer-events: bounding-box;
}
.visible {
    visibility: visible
}

.collapse {
    visibility: collapse
}

.static {
    position: static
}

.fixed {
    position: fixed
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.sticky {
    position: sticky
}

.-bottom-\[2px\] {
    bottom: -2px
}

.-bottom-\[8px\] {
    bottom: -8px
}

.-left-full {
    left: -100%
}

.-right-\[11px\] {
    right: -11px
}

.-right-\[13px\] {
    right: -13px
}

.-right-\[20px\] {
    right: -20px
}

.-right-px {
    right: -1px
}

.-top-\[10px\] {
    top: -10px
}

.-top-\[2px\] {
    top: -2px
}

.-top-\[36px\] {
    top: -36px
}

.-top-\[3px\] {
    top: -3px
}

.bottom-0 {
    bottom: 0
}
.bottom-\[7vh\] {
    bottom: 7vh
}
.bottom-\[28px\] {
    bottom: 28px
}
.bottom-\[40px\] {
    bottom: 40px
}
.bottom-\[55px\] {
    bottom: 55px
}

.bottom-\[80px\] {
    bottom: 80px
}
.bottom-\[6\.8\%\] {
    bottom: 6.8%
}
.left-0 {
    left: 0
}

.left-1\/2 {
    left: 50%
}

.left-\[16px\] {
    left: 16px
}
.left-\[40px\] {
    left: 40px
}
.left-\[4vw\] {
    left: 4vw
}
.left-\[25vw\] {
    left: 25vw
}
.right-0 {
    right: 0
}

.right-\[10px\] {
    right: 10px
}

.right-\[16px\] {
    right: 16px
}
.right-\[2vw\] {
    right: 2vw
}
.top-0 {
    top: 0
}

.top-1\/2 {
    top: 50%
}

.top-\[16px\] {
    top: 16px
}
.top-\[40px\] {
    top: 40px
}
.top-\[2px\] {
    top: 2px
}

.top-\[77px\] {
    top: 77px
}

.top-\[7px\] {
    top: 7px
}
.top-\[2vw\] {
    top: 2vw
}
.top-\[30vh\] {
    top: 30vh
}
.top-full {
    top: 100%
}
.top-\[35\%\] {
    top: 35%;
}
.right-\[2\%\] {
    right: 2%;
}
.right-\[5\%\] {
    right: 5%;
}
.right-\[9\%\] {
    right: 9%;
}
.left-\[5\%\] {
    left: 5%;
}
.-z-10 {
    z-index: -10
}
.z-1{
    z-index: 1
}
.z-10 {
    z-index: 10
}
.z-12 {
    z-index: 12
}
.z-20 {
    z-index: 20
}

.z-30 {
    z-index: 30
}

.z-40 {
    z-index: 40
}

.col-span-2 {
    grid-column: span 2 / span 2
}

.col-start-2 {
    grid-column-start: 2
}

.row-span-3 {
    grid-row: span 3 / span 3
}

.mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.mx-12 {
    margin-left: 3rem;
    margin-right: 3rem
}

.mx-12\.5-clamp {
    margin-left: clamp(1rem, 2.912vw, 3.5rem);
    margin-right: clamp(1rem, 2.912vw, 3.5rem)
}
.mx-\[33px\] {
    margin-left: 33px;
    margin-right: 33px
}
.mx-\[10px\] {
    margin-left: 10px;
    margin-right: 10px
}

.mx-\[4px\] {
    margin-left: 4px;
    margin-right: 4px
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

.my-\[16px\] {
    margin-top: 16px;
    margin-bottom: 16px
}

.my-\[32px\] {
    margin-top: 32px;
    margin-bottom: 32px
}

.-ml-\[10px\] {
    margin-left: -10px
}

.-ml-\[12px\] {
    margin-left: -12px
}

.-ml-\[14px\] {
    margin-left: -14px
}

.-ml-\[18px\] {
    margin-left: -18px
}

.-ml-\[32px\] {
    margin-left: -32px
}

.-ml-\[3px\] {
    margin-left: -3px
}

.-ml-\[4px\] {
    margin-left: -4px
}

.-ml-\[6px\] {
    margin-left: -6px
}

.-ml-px {
    margin-left: -1px
}

.-mr-\[4px\] {
    margin-right: -4px
}
.-mt-\[-6px\] {
    margin-top: -6px
}
.-mt-\[10px\] {
    margin-top: -10px
}

.-mt-\[5px\] {
    margin-top: -5px
}

.-mt-\[7px\] {
    margin-top: -7px
}

.-mt-\[9px\] {
    margin-top: -9px
}
.mt-\[32px\] {
    margin-top: 32px
}
.mb-0 {
    margin-bottom: 0
}
.mb-\[3px\] {
    margin-bottom: 3px
}
.mb-\[10px\] {
    margin-bottom: 10px
}

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

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

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

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

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

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

.mb-\[20px\] {
    margin-bottom: 20px
}
.mb-\[21px\] {
    margin-bottom: 21px
}
.mb-\[22px\] {
    margin-bottom: 22px
}

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

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

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

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

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

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

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

.mb-\[34px\] {
    margin-bottom: 34px
}
.mb-\[35px\] {
    margin-bottom: 35px
}
.mb-\[36px\] {
    margin-bottom: 36px
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb-px {
    margin-bottom: 1px
}

.ml-\[11px\] {
    margin-left: 11px
}

.ml-\[12px\] {
    margin-left: 12px
}

.ml-\[14px\] {
    margin-left: 14px
}

.ml-\[20px\] {
    margin-left: 20px
}

.ml-\[30px\] {
    margin-left: 30px
}

.ml-\[32px\] {
    margin-left: 32px
}

.ml-\[3px\] {
    margin-left: 3px
}

.ml-\[42px\] {
    margin-left: 42px
}

.ml-\[4px\] {
    margin-left: 4px
}

.ml-\[5px\] {
    margin-left: 5px
}

.ml-\[8px\] {
    margin-left: 8px
}

.ml-auto {
    margin-left: auto
}

.ml-px {
    margin-left: 1px
}

.ml-\[-5percent\] {
    margin-left: -5%;
}

.ml-\[114px\] {
    margin-left: 114px
}

.mr-10-clamp {
    margin-right: clamp(1rem, 5.208vw, 3.5rem)
}

.mr-\[107px\] {
    margin-right: 107px
}

.mr-\[10px\] {
    margin-right: 10px
}

.mr-\[12px\] {
    margin-right: 12px
}

.mr-\[13px\] {
    margin-right: 13px
}

.mr-\[15px\] {
    margin-right: 15px
}

.mr-\[16px\] {
    margin-right: 16px
}

.mr-\[18px\] {
    margin-right: 18px
}

.mr-\[20px\] {
    margin-right: 20px
}

.mr-\[22px\] {
    margin-right: 22px
}

.mr-\[24px\] {
    margin-right: 24px
}

.mr-\[2px\] {
    margin-right: 2px
}

.mr-\[30px\] {
    margin-right: 30px
}

.mr-\[32px\] {
    margin-right: 32px
}

.mr-\[36px\] {
    margin-right: 36px
}

.mr-\[45px\] {
    margin-right: 45px
}

.mr-\[48px\] {
    margin-right: 48px
}

.mr-\[4px\] {
    margin-right: 4px
}

.mr-\[5px\] {
    margin-right: 5px
}

.mr-\[6px\] {
    margin-right: 6px
}

.mr-\[70px\] {
    margin-right: 70px
}

.mr-\[8px\] {
    margin-right: 8px
}

.mr-\[9px\] {
    margin-right: 9px
}

.mr-auto {
    margin-right: auto
}
.mt-auto {
    margin-top: auto
}
.mt-0 {
    margin-top: 0px
}
.mt-\[16px\] {
    margin-top: 16px
}

.mt-\[24px\] {
    margin-top: 24px
}

.mt-\[27px\] {
    margin-top: 27px
}

.mt-\[28px\] {
    margin-top: 28px
}

.mt-\[2px\] {
    margin-top: 2px
}

.mt-\[32px\] {
    margin-top: 32px
}

.mt-\[4px\] {
    margin-top: 4px
}

.mt-\[5px\] {
    margin-top: 5px
}
.mt-\[50px\] {
    margin-top: 50px
}
.mt-\[75px\] {
    margin-top: 75px
}

.mt-\[8px\] {
    margin-top: 8px
}
.mt-\[-101px\] {
    margin-top: -101px
}
.mt-px {
    margin-top: 1px
}

.line-clamp-1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1
}

.block {
    display: block
}

.inline-block {
    display: inline-block
}

.inline {
    display: inline
}

.flex {
    display: flex
}

.inline-flex {
    display: inline-flex
}

.table-caption {
    display: table-caption
}

.grid {
    display: grid
}

.contents {
    display: contents
}

.hidden {
    display: none
}

.aspect-\[736\/426\] {
    aspect-ratio: 736/426
}
.aspect-\[1\/1-053\] {
    aspect-ratio: 1/1.053;
}
.aspect-\[1\/0-775\] {
    aspect-ratio: 1/0.775;
}
.aspect-\[1\/0-5855\] {
    aspect-ratio: 1/0.5855;
}
.aspect-\[1\/0-5139\] {
    aspect-ratio: 1/0.5139;
}
.aspect-\[1\/0-399\] {
    aspect-ratio: 1/0.399;
}
.aspect-\[1\/0-624\] {
    aspect-ratio: 1/0.624;
}
.aspect-\[1\/0-167\] {
    aspect-ratio: 1/0.167;
}
.aspect-\[1\/0-548\] {
    aspect-ratio: 1/0.548;
}
.aspect-\[1\/0-603\] {
    aspect-ratio: 1/0.603;
}
.aspect-\[1\/0-535\] {
    aspect-ratio: 1/0.535;
}
.aspect-\[1\/1-977\] {
    aspect-ratio: 1/1.977;
}
.aspect-\[1\/1-12\] {
    aspect-ratio: 1/1.12;
}
.h-\[84px\] {
    height: 84px
}
.h-\[100px\] {
    height: 100px
}

.h-\[100vh\] {
    height: 100vh
}

.h-\[10px\] {
    height: 10px
}

.h-\[122px\] {
    height: 122px
}

.h-\[125px\] {
    height: 125px
}

.h-\[170px\] {
    height: 170px
}
.h-\[177px\] {
    height: 177px
}

.h-\[20px\] {
    height: 20px
}

.h-\[192px\] {
    height: 192px
}
.h-\[196px\] {
    height: 196px
}
.h-\[210px\] {
    height: 210px
}

.h-\[218px\] {
    height: 218px
}

.h-\[22px\] {
    height: 22px
}

.h-\[24px\] {
    height: 24px
}

.h-\[276px\] {
    height: 276px
}

.h-\[32px\] {
    height: 32px
}

.h-\[33px\] {
    height: 33px
}

.h-\[35px\] {
    height: 35px
}

.h-\[40px\] {
    height: 40px
}

.h-\[42px\] {
    height: 42px
}

.h-\[43px\] {
    height: 43px
}

.h-\[44px\] {
    height: 44px
}

.h-\[45px\] {
    height: 45px
}

.h-\[46px\] {
    height: 46px
}

.h-\[48px\] {
    height: 48px
}
.h-\[454px\] {
    height: 454px
}
.h-\[500px\] {
    height: 500px
}
.h-\[55px\] {
    height: 55px
}
.h-\[56px\] {
    height: 56px
}

.h-\[60px\] {
    height: 60px
}

.h-\[61px\] {
    height: 61px
}

.h-\[67px\] {
    height: 67px
}

.h-\[70px\] {
    height: 70px
}

.h-\[8px\] {
    height: 8px
}

.h-full {
    height: 100%
}
.h-fit {
    height: fit-content;
}

.max-h-0 {
    max-height: 0
}

.max-h-\[100\%\] {
    max-height: 100%
}

.max-h-\[120px\] {
    max-height: 120px
}

.max-h-\[121px\] {
    max-height: 121px
}

.max-h-\[136px\] {
    max-height: 136px
}

.max-h-\[18px\] {
    max-height: 18px
}

.max-h-\[32px\] {
    max-height: 32px
}

.max-h-\[350px\] {
    max-height: 350px
}

.max-h-\[477px\] {
    max-height: 477px
}

.max-h-\[48px\] {
    max-height: 48px
}

.max-h-\[50px\] {
    max-height: 50px
}

.max-h-\[515px\] {
    max-height: 515px
}

.max-h-\[53px\] {
    max-height: 53px
}

.max-h-\[54px\] {
    max-height: 54px
}

.max-h-\[55px\] {
    max-height: 55px
}

.max-h-\[80vh\] {
    max-height: 80vh
}

.max-h-\[87px\] {
    max-height: 87px
}

.max-h-\[90px\] {
    max-height: 90px
}

.max-h-\[90vh\] {
    max-height: 90vh
}

.max-h-\[512px\] {
    max-height: 512px
}
.max-h-\[36\%\] {
    max-height: 36%;
}
.max-h-\[37\%\] {
    max-height: 37%;
}
.max-h-\[61\%\] {
    max-height: 61%;
}
.max-h-\[66\%\] {
    max-height: 66%;
}
.max-h-\[70\%\] {
    max-height: 70%;
}
.max-h-\[72\%\] {
    max-height: 72%;
}
.max-h-\[75\%\] {
    max-height: 75%;
}
.max-h-\[76\%\] {
    max-height: 76%;
}
.max-h-\[87\%\] {
    max-height: 87%;
}
.min-h-0 {
    min-height: 0
}

.min-h-\[100\%\] {
    min-height: 100%
}

.min-h-\[120px\] {
    min-height: 120px
}

.min-h-\[121px\] {
    min-height: 121px
}
.min-h-\[131px\] {
    min-height: 131px
}

.min-h-\[136px\] {
    min-height: 136px
}

.min-h-\[138px\] {
    min-height: 138px
}

.min-h-\[16px\] {
    min-height: 16px
}

.min-h-\[18px\] {
    min-height: 18px
}

.min-h-\[276px\] {
    min-height: 276px
}

.min-h-\[32px\] {
    min-height: 32px
}

.min-h-\[350px\] {
    min-height: 350px
}

.min-h-\[477px\] {
    min-height: 477px
}

.min-h-\[48px\] {
    min-height: 48px
}

.min-h-\[45px\] {
    min-height: 45px
}


.min-h-\[50px\] {
    min-height: 50px
}

.min-h-\[54px\] {
    min-height: 54px
}

.min-h-\[55px\] {
    min-height: 55px
}

.min-h-\[795px\] {
    min-height: 795px
}

.min-h-\[80vh\] {
    min-height: 80vh
}

.min-h-\[87px\] {
    min-height: 87px
}

.min-h-\[53vh\] {
    min-height: 53vh
}

.min-h-\[90vh\] {
    min-height: 90vh
}

.w-1\/3 {
    width: 33.333333%
}

.w-\[100\%\] {
    width: 100%
}

.w-\[94\%\] {
    width: 94%
}
.w-\[84px\] {
    width: 84px
}
.w-\[100px\] {
    width: 100px
}

.w-\[103px\] {
    width: 103px
}

.w-\[10px\] {
    width: 10px
}

.w-\[140px\] {
    width: 140px
}

.w-\[150px\] {
    width: 150px
}

.w-\[160px\] {
    width: 160px
}
.w-\[170px\] {
    width: 170px
}
.w-\[184px\] {
    width: 184px
}

.w-\[187px\] {
    width: 187px
}

.w-\[192px\] {
    width: 192px
}

.w-\[200px\] {
    width: 200px
}

.w-\[224px\] {
    width: 224px
}
.w-\[239px\] {
    width: 239px
}
.w-\[22px\] {
    width: 22px
}

.w-\[24px\] {
    width: 24px
}

.w-\[25\%\] {
    width: 25%
}

.w-\[26\%\] {
    width: 26%
}

.w-\[30\%\] {
    width: 30%
}

.w-\[236px\] {
    width: 236px
}

.w-\[260px\] {
    width: 260px
}

.w-\[280px\] {
    width: 280px
}

.w-\[287px\] {
    width: 287px
}

.w-\[290px\] {
    width: 290px
}

.w-\[300px\] {
    width: 300px
}

.w-\[302px\] {
    width: 302px
}

.w-\[33\%\] {
    width: 33%
}

.w-\[336px\] {
    width: 336px
}

.w-\[33px\] {
    width: 33px
}

.w-\[364px\] {
    width: 364px
}

.w-\[384px\] {
    width: 384px
}

.w-\[385px\] {
    width: 385px
}

.w-\[40\%\] {
    width: 40%
}

.w-\[400px\] {
    width: 400px
}

.w-\[40px\] {
    width: 40px
}
.w-\[44\%\] {
    width: 44%
}
.w-\[45\%\] {
    width: 45%
}

.w-\[46px\] {
    width: 46px
}

.w-\[470px\] {
    width: 470px
}

.w-\[48px\] {
    width: 48px
}

.w-\[49\%\] {
    width: 49%
}

.w-\[50\%\] {
    width: 50%
}

.w-\[55\%\] {
    width: 55%
}

.w-\[58\%\] {
    width: 58%
}

.w-\[586px\] {
    width: 586px
}

.w-\[60\%\] {
    width: 60%
}

.w-\[607px\] {
    width: 607px
}

.w-\[54px\] {
    width: 54px
}
.w-\[55px\] {
    width: 55px
}
.w-\[60px\] {
    width: 60px
}

.w-\[65px\] {
    width: 65px
}

.w-\[66\%\] {
    width: 66%
}

.w-\[70px\] {
    width: 70px
}
.w-\[70\%\] {
    width: 70%
}
.w-\[75\%\] {
    width: 75%
}

.w-\[78\%\] {
    width: 78%
}

.w-\[80\%\] {
    width: 80%
}

.w-\[85px\] {
    width: 85px
}

.w-\[8px\] {
    width: 8px
}

.w-\[90\%\] {
    width: 90%
}

.w-\[30vw\] {
    width: 30vw;
}
.w-\[57\.4vw\] {
    width: 57.4vw;
}
.w-\[calc\(\(100\%_-_32px\)\/2\)\] {
    width: calc((100% - 32px) / 2)
}

.w-\[calc\(\(90\%_-_24px\)\/2\)\] {
    width: calc((90% - 24px) / 2)
}
.w-\[calc-\(\(100\%_-_20px\)\/2\)\] {
    width: calc((100% - 20px) / 2);
}
.w-auto {
    width: auto
}

.w-full {
    width: 100%
}
.w-\[72\%\] {
    width: 72%;
}
.w-\[60\%\] {
    width: 60%;
}
.w-\[35\%\] {
    width: 35%;
}
.w-\[26\%\] {
    width: 26%;
}
.w-\[28\%\] {
    width: 28%;
}
.w-\[29\%\] {
    width: 29%;
}
.w-\[41\%\] {
    width: 41%;
}
.w-\[42\%\] {
    width: 42%;
}
.w-\[43\%\] {
    width: 43%;
}
.w-\[47\%\] {
    width: 47%;
}
.w-\[48\%\] {
    width: 48%;
}
.w-\[53\%\] {
    width: 53%;
}
.max-w-\[35\%\] {
    max-width: 35%;
}
.max-w-\[85\%\] {
    max-width: 85%;
}
.min-w-\[100\%\] {
    min-width: 100%
}

.min-w-\[100vw\] {
    min-width: 100vw
}

.min-w-\[125px\] {
    min-width: 125px
}

.min-w-\[16px\] {
    min-width: 16px
}

.min-w-\[184px\] {
    min-width: 184px
}

.min-w-\[18px\] {
    min-width: 18px
}

.min-w-\[26\%\] {
    min-width: 26%
}

.min-w-\[265px\] {
    min-width: 265px
}

.min-w-\[278px\] {
    min-width: 278px
}

.min-w-\[284px\] {
    min-width: 284px
}

.min-w-\[294px\] {
    min-width: 294px
}

.min-w-\[300px\] {
    min-width: 300px
}

.min-w-\[308px\] {
    min-width: 308px
}

.min-w-\[315px\] {
    min-width: 315px
}

.min-w-\[32px\] {
    min-width: 32px
}

.min-w-\[332px\] {
    min-width: 332px
}

.min-w-\[336px\] {
    min-width: 336px
}

.min-w-\[350px\] {
    min-width: 350px
}

.min-w-\[366px\] {
    min-width: 366px
}

.min-w-\[37px\] {
    min-width: 37px
}

.min-w-\[40\%\] {
    min-width: 40%
}

.min-w-\[400px\] {
    min-width: 400px
}

.min-w-\[40vw\] {
    min-width: 40vw
}

.min-w-\[41vw\] {
    min-width: 41vw
}

.min-w-\[448px\] {
    min-width: 448px
}

.min-w-\[456px\] {
    min-width: 456px
}

.min-w-\[467px\] {
    min-width: 467px
}

.min-w-\[480px\] {
    min-width: 480px
}

.min-w-\[48px\] {
    min-width: 48px
}

.min-w-\[498px\] {
    min-width: 498px
}

.min-w-\[500px\] {
    min-width: 500px
}

.min-w-\[54px\] {
    min-width: 54px
}

.min-w-\[550px\] {
    min-width: 550px
}
.min-w-\[50px\] {
    min-width: 50px
}

.min-w-\[57px\] {
    min-width: 57px
}

.min-w-\[60\%\] {
    min-width: 60%
}

.min-w-\[600px\] {
    min-width: 600px
}

.min-w-\[67px\] {
    min-width: 67px
}

.min-w-\[77px\] {
    min-width: 77px
}

.min-w-\[68vw\] {
    min-width: 68vw
}

.min-w-\[80vw\] {
    min-width: 80vw
}

.min-w-\[82px\] {
    min-width: 82px
}

.min-w-\[87px\] {
    min-width: 87px
}

.min-w-full {
    min-width: 100%
}
.min-w-fit {
    min-width:fit-content;
}
.max-w-\[100\%\] {
    max-width: 100%
}

.max-w-\[100vw\] {
    max-width: 100vw
}

.max-w-\[125px\] {
    max-width: 125px
}

.max-w-\[1530px\] {
    max-width: 1530px
}

.max-w-\[1644px\] {
    max-width: 1644px
}

.max-w-\[18px\] {
    max-width: 18px
}

.max-w-\[200px\] {
    max-width: 200px
}

.max-w-\[205px\] {
    max-width: 205px
}

.max-w-\[220px\] {
    max-width: 220px
}

.max-w-\[221px\] {
    max-width: 221px
}

.max-w-\[270px\] {
    max-width: 270px
}

.max-w-\[278px\] {
    max-width: 278px
}

.max-w-\[284px\] {
    max-width: 284px
}

.max-w-\[294px\] {
    max-width: 294px
}

.max-w-\[300px\] {
    max-width: 300px
}

.max-w-\[308px\] {
    max-width: 308px
}

.max-w-\[32px\] {
    max-width: 32px
}

.max-w-\[330px\] {
    max-width: 330px
}

.max-w-\[332px\] {
    max-width: 332px
}

.max-w-\[338px\] {
    max-width: 338px
}

.max-w-\[350px\] {
    max-width: 350px
}

.max-w-\[366px\] {
    max-width: 366px
}

.max-w-\[37px\] {
    max-width: 37px
}

.max-w-\[384px\] {
    max-width: 384px
}

.max-w-\[385px\] {
    max-width: 385px
}

.max-w-\[400px\] {
    max-width: 400px
}

.max-w-\[41vw\] {
    max-width: 41vw
}
.max-w-\[431px\] {
    max-width: 431px
}
.max-w-\[438px\] {
    max-width: 438px
}

.max-w-\[448px\] {
    max-width: 448px
}

.max-w-\[450px\] {
    max-width: 450px
}

.max-w-\[456px\] {
    max-width: 456px
}

.max-w-\[45px\] {
    max-width: 45px
}

.max-w-\[467px\] {
    max-width: 467px
}

.max-w-\[471px\] {
    max-width: 471px
}

.max-w-\[475px\] {
    max-width: 475px
}

.max-w-\[480px\] {
    max-width: 480px
}

.max-w-\[48px\] {
    max-width: 48px
}

.max-w-\[498px\] {
    max-width: 498px
}

.max-w-\[500px\] {
    max-width: 500px
}

.max-w-\[512px\] {
    max-width: 512px
}

.max-w-\[526px\] {
    max-width: 526px
}

.max-w-\[54px\] {
    max-width: 54px
}

.max-w-\[550px\] {
    max-width: 550px
}

.max-w-\[575px\] {
    max-width: 575px
}

.max-w-\[57px\] {
    max-width: 57px
}

.max-w-\[600px\] {
    max-width: 600px
}

.max-w-\[60vw\] {
    max-width: 60vw
}

.max-w-\[620px\] {
    max-width: 620px
}

.max-w-\[627px\] {
    max-width: 627px
}

.max-w-\[650px\] {
    max-width: 650px
}

.max-w-\[67px\] {
    max-width: 67px
}

.max-w-\[70px\] {
    max-width: 70px
}

.max-w-\[755px\] {
    max-width: 755px
}

.max-w-\[77px\] {
    max-width: 77px
}

.max-w-\[786px\] {
    max-width: 786px
}

.max-w-\[68vw\] {
    max-width: 68vw
}
.max-w-\[78vw\] {
    max-width: 78vw
}
.max-w-\[80vw\] {
    max-width: 80vw
}

.max-w-\[82px\] {
    max-width: 82px
}

.max-w-\[87px\] {
    max-width: 87px
}

.max-w-\[885px\] {
    max-width: 885px
}

.max-w-\[925px\] {
    max-width: 925px
}

.max-w-\[calc\(100\%_-_308px_-_8px\)\] {
    max-width: calc(100% - 308px - 8px)
}

.max-w-max {
    max-width: -moz-max-content;
    max-width: max-content
}

.max-w-fit {
    max-width: -moz-fit-content;
    max-width: fit-content;
}
.max-w--min {
    max-width: -moz-min-content;
    max-width: min-content;
}
.shrink {
    flex-shrink: 1
}

.shrink-0 {
    flex-shrink: 0
}

.grow-0 {
    flex-grow: 0
}

.-translate-x-1\/2 {
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.-translate-x-\[100vw\] {
    --tw-translate-x: -100vw;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.-translate-y-1\/2 {
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-y-1\/2 {
    --tw-translate-y: 50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.-rotate-90 {
    --tw-rotate: -90deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.-rotate-\[11deg\] {
    --tw-rotate: -11deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.rotate-180 {
    --tw-rotate: 180deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.rotate-90 {
    --tw-rotate: 90deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.scale-125 {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.scale-150 {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.scale-\[2\.3\] {
    --tw-scale-x: 2.3;
    --tw-scale-y: 2.3;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.scale-\[2\] {
    --tw-scale-x: 2;
    --tw-scale-y: 2;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.-scale-x-100 {
    --tw-scale-x: -1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.transform {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.cursor-default {
    cursor: default
}

.cursor-grab {
    cursor: grab
}

.cursor-pointer {
    cursor: pointer
}

.select-none {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.resize {
    resize: both
}

.list-inside {
    list-style-position: inside
}

.list-decimal {
    list-style-type: decimal
}

.list-disc {
    list-style-type: disc
}

.list-none {
    list-style-type: none
}

.grid-cols-2 {
    grid-template-columns:repeat(2, minmax(0, 1fr))
}

.grid-cols-3 {
    grid-template-columns:repeat(3, minmax(0, 1fr))
}

.grid-cols-4 {
    grid-template-columns:repeat(4, minmax(0, 1fr))
}

.grid-rows-\[auto\2c _auto\2c _1fr\] {
    grid-template-rows:auto auto 1fr
}

.flex-row-reverse {
    flex-direction: row-reverse
}

.flex-col {
    flex-direction: column
}

.flex-col-reverse {
    flex-direction: column-reverse
}

.flex-wrap {
    flex-wrap: wrap
}

.flex-nowrap {
    flex-wrap: nowrap
}

.items-start {
    align-items: flex-start
}

.items-end {
    align-items: flex-end
}

.items-center {
    align-items: center
}
.items-baseline {
    align-items: baseline
}
.items-stretch {
    align-items: stretch
}

.justify-start {
    justify-content: flex-start
}

.justify-end {
    justify-content: flex-end
}

.justify-center {
    justify-content: center
}

.justify-between {
    justify-content: space-between
}

.gap-\[10px\] {
    gap: 10px
}
.gap-\[15px\] {
    gap: 15px
}
.gap-\[16px\] {
    gap: 16px
}
.gap-\[20px\] {
    gap: 20px
}
.gap-\[30px\] {
    gap: 30px
}

.gap-\[32px\] {
    gap: 32px
}

.gap-\[8px\] {
    gap: 8px
}

.gap-\[4px\] {
    gap: 4px;
}
.gap-x-\[4\.5px\] {
    column-gap: 4.5px;
}
.gap-x-\[5px\] {
    column-gap: 5px
}
.gap-x-\[10px\] {
    column-gap: 10px
}

.gap-x-\[12px\] {
    column-gap: 12px
}
.gap-x-\[15px\] {
    column-gap: 15px
}
.gap-x-\[16px\] {
    column-gap: 16px
}

.gap-x-\[18px\] {
    column-gap: 18px
}

.gap-x-\[19px\] {
    column-gap: 19px
}

.gap-x-\[20px\] {
    column-gap: 20px
}
.gap-x-\[22px\] {
    column-gap: 22px
}
.gap-x-\[25px\] {
    column-gap: 25px
}

.gap-x-\[32px\] {
    column-gap: 32px
}

.gap-x-\[36px\] {
    column-gap: 36px
}

.gap-x-\[40px\] {
    column-gap: 40px
}

.gap-x-\[54px\] {
    column-gap: 54px
}

.gap-x-\[6px\] {
    column-gap: 6px
}
.gap-x-\[8px\] {
    column-gap: 8px
}
.gap-x-\[9px\] {
    column-gap: 9px
}
.gap-x-\[3\.8vw\] {
    column-gap: 3.8vw
}
.gap-x-\[7\.5vw\] {
    column-gap: 7.5vw
}
.gap-y-\[12px\] {
    row-gap: 12px
}
.gap-y-\[15px\] {
    row-gap: 15px
}
.gap-y-\[16px\] {
    row-gap: 16px
}

.gap-y-\[22px\] {
    row-gap: 22px
}

.gap-y-\[30px\] {
    row-gap: 30px
}

.gap-y-\[32px\] {
    row-gap: 32px
}

.gap-y-\[34px\] {
    row-gap: 34px
}

.gap-y-\[36px\] {
    row-gap: 36px
}
.gap-y-\[40px\] {
    row-gap: 40px
}
.gap-y-\[8px\] {
    row-gap: 8px
}

.self-start {
    align-self: flex-start
}

.self-end {
    align-self: flex-end
}

.self-center {
    align-self: center
}

.justify-self-center {
    justify-self: center
}

.overflow-auto {
    overflow: auto
}

.overflow-hidden {
    overflow: hidden
}

.overflow-x-hidden {
    overflow-x: hidden
}

.overflow-y-hidden {
    overflow-y: hidden
}

.overflow-y-visible {
    overflow-y: visible
}

.overflow-y-scroll {
    overflow-y: scroll
}

.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.whitespace-nowrap {
    white-space: nowrap
}

.whitespace-pre-line {
    white-space: pre-line
}

.break-words {
    overflow-wrap: break-word
}

.rounded {
    border-radius: .25rem
}

.rounded-10 {
    border-radius: 10px
}

.rounded-30 {
    border-radius: 30px
}

.rounded-12 {
    border-radius: 12px
}
.rounded-2 {
    border-radius: 2px
}
.rounded-3 {
    border-radius: 3px
}

.rounded-5 {
    border-radius: 5px
}

.rounded-full {
    border-radius: 9999px
}

.rounded-none {
    border-radius: 0
}

.rounded-b-5 {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px
}

.rounded-l-5 {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px
}

.rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.rounded-r-5 {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
}

.rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.border {
    border-width: 1px
}

.border-2 {
    border-width: 2px
}
.border-3 {
    border-width: 3px
}
.border-4 {
    border-width: 4px
}

.border-\[1px\] {
    border-width: 1px
}

.border-\[3px\] {
    border-width: 3px
}

.border-y {
    border-top-width: 1px;
    border-bottom-width: 1px
}

.border-x {
    border-left-width: 1px;
    border-right-width: 1px
}

.border-b {
    border-bottom-width: 1px
}
.border-t {
    border-top-width: 1px
}
.border-b-\[1px\] {
    border-bottom-width: 1px
}

.border-b-\[3px\] {
    border-bottom-width: 3px
}

.border-l {
    border-left-width: 1px
}

.border-r {
    border-right-width: 1px
}

.border-r-0 {
    border-right-width: 0
}

.border-dashed {
    border-style: dashed
}

.border-none {
    border-style: none
}

.border-black {
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity))
}

.border-black\/\[\.2\] {
    border-color: rgb(0 0 0 / .2)
}

.border-gray-150 {
    --tw-border-opacity: 1;
    border-color: rgb(244 244 244 / var(--tw-border-opacity))
}

.border-gray-340 {
    --tw-border-opacity: 1;
    border-color: rgb(217 217 217 / var(--tw-border-opacity))
}

.border-gray-80 {
    --tw-border-opacity: 1;
    border-color: rgb(242 242 242 / var(--tw-border-opacity))
}

.border-gray-105 {
    --tw-border-opacity: 1;
    border-color: rgb(105 105 105 / var(--tw-border-opacity))
}

.border-gray-143 {
    --tw-border-opacity: 0.5;
    border-color: rgb(143 145 149 / var(--tw-border-opacity))
}


.border-red-570 {
    --tw-border-opacity: 1;
    border-color: rgb(211 36 36 / var(--tw-border-opacity))
}

.border-lime-640 {
    border-color: rgb(100 148 38 / var(--tw-text-opacity));
}

.border-transparent {
    border-color: transparent
}

.border-white {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity))
}
.border-white\/\[\.05\] {
    --tw-border-opacity: 0.5;
    border-color: rgb(255 255 255 / var(--tw-border-opacity))
}
.border-zinc-310 {
    --tw-border-opacity: 1;
    border-color: rgb(193 193 193 / var(--tw-border-opacity))
}

.border-zinc-450 {
    --tw-border-opacity: 1;
    border-color: rgb(138 138 138 / var(--tw-border-opacity))
}

.border-zinc-790 {
    --tw-border-opacity: 1;
    border-color: rgb(52 52 52 / var(--tw-border-opacity))
}

.border-zinc-990 {
    --tw-border-opacity: 1;
    border-color: rgb(29 30 32 / var(--tw-border-opacity))
}
.border-gray-880\.2\ {
    --tw-bg-opacity: 0.2;
    border-color: rgb(32 35 44 / var(--tw-bg-opacity))
}
.border-b-black {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(0 0 0 / var(--tw-border-opacity))
}

.border-b-gray-340 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(217 217 217 / var(--tw-border-opacity))
}

.border-b-zinc-450 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(138 138 138 / var(--tw-border-opacity))
}

.border-b-zinc-790 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(52 52 52 / var(--tw-border-opacity))
}

.border-l-white {
    --tw-border-opacity: 1;
    border-left-color: rgb(255 255 255 / var(--tw-border-opacity))
}
.border-b-white\/\[\.3\] {
    border-bottom-color: rgb(255 255 255 / .3)
}
.border-b-white\/\[\.2\] {
    border-bottom-color: rgb(255 255 255 / .2)
}
.border-t-white\/\[\.2\] {
    border-top-color: rgb(255 255 255 / .2)
}
.bg-black {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity))
}

.bg-black\/\[\.25\] {
    background-color: rgb(0 0 0 / .25)
}

.bg-black\/\[\.3\] {
    background-color: rgb(0 0 0 / .3)
}
.bg-black\/\[\.7\] {
    background-color: rgb(0 0 0 / .7)
}
.bg-blue-780 {
    --tw-bg-opacity: 1;
    background-color: rgb(27 28 62 / var(--tw-bg-opacity))
}

.bg-blue-50 {
    --tw-bg-opacity: 0.9;
    background-color: rgb(37 60 70 / var(--tw-bg-opacity));
}

.bg-gray-150 {
    --tw-bg-opacity: 1;
    background-color: rgb(244 244 244 / var(--tw-bg-opacity))
}

.bg-gray-150\/\[\.7\] {
    background-color: rgb(244 244 244 / .7)
}
.bg-gray-239{
    --tw-bg-opacity: 1;
    background-color: rgb(239 239 239/ var(--tw-bg-opacity))
}
.bg-gray-70 {
    background-color: var(--header-bg-color)
}

.bg-gray-80 {
    --tw-bg-opacity: 1;
    background-color: rgb(242 242 242 / var(--tw-bg-opacity))
}
.bg-gray-243 {
    --tw-bg-opacity: 1;
    background-color: rgb(243 243 243 / var(--tw-bg-opacity))
}
.bg-gray-880 {
    --tw-bg-opacity: 1;
    background-color: rgb(32 35 44 / var(--tw-bg-opacity))
}

.bg-gray-90 {
    --tw-bg-opacity: 1;
    background-color: rgb(235 235 232 / var(--tw-bg-opacity))
}
.bg-gray-248 {
    --tw-bg-opacity: 1;
    background-color: rgb(248 248 248 / var(--tw-bg-opacity))
}
.bg-gray-232 {
    --tw-bg-opacity: 1;
    background-color: rgb(232 233 233 / var(--tw-bg-opacity))
}

.bg-gray-990 {
    --tw-bg-opacity: 1;
    background-color: rgb(9 9 13 / var(--tw-bg-opacity))
}

.bg-lime-590 {
    --tw-bg-opacity: 1;
    background-color: rgb(89 158 0 / var(--tw-bg-opacity))
}

.bg-green-590 {
    --tw-bg-opacity: 1;
    background-color: rgb(12 163 64 / var(--tw-bg-opacity))
}

.bg-red-570 {
    --tw-bg-opacity: 1;
    background-color: rgb(211 36 36 / var(--tw-bg-opacity))
}

.bg-transparent {
    background-color: transparent
}
.color-transparent {
    color: transparent
}
.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity))
}

.bg-white\/\[\.9\] {
    background-color: rgb(255 255 255 / .9)
}

.bg-white\/\[\.7\] {
    background-color: rgb(255 255 255 / .7)
}
.bg-white\/\[\.3\] {
    background-color: rgb(255 255 255 / .3)
}
.bg-white\/\[\.08\] {
    background-color: rgb(255 255 255 / .08)
}
.bg-white\/\[\.25\] {
    background-color: rgb(255 255 255 / .25)
}
.bg-zinc-450 {
    --tw-bg-opacity: 1;
    background-color: rgb(138 138 138 / var(--tw-bg-opacity))
}

.bg-zinc-790 {
    --tw-bg-opacity: 1;
    background-color: rgb(52 52 52 / var(--tw-bg-opacity))
}

.bg-zinc-890 {
    --tw-bg-opacity: 1;
    background-color: rgb(26 26 26 / var(--tw-bg-opacity))
}

.bg-\[url\(\/assets\/images\/404\/404-bg-1920\.jpg\)\] {
    background-image: url(/assets/images/404/404-bg-1920.jpg)
}

.bg-gradient-red-1 {
    background-image: linear-gradient(217deg, #b60808 0%, #d32424 31.25%, #970000 100%), linear-gradient(180deg, #d32424 0%, #430202 100%)
}

.bg-gradient-red-3 {
    background-image: linear-gradient(180deg, rgba(211, 36, 36, 0) 55%, rgba(128, 5, 5, .44) 77.44%, #430202 110%)
}

.bg-gradient-white-bottom {
    background-image: linear-gradient(to top, #f8f8f8 50%, rgba(248, 248, 248, 0))
}

.bg-gradient-white-top {
    background-image: linear-gradient(to bottom, #f8f8f8 50%, rgba(248, 248, 248, 0))
}

.bg-gradient-brown {
    background: linear-gradient(90deg, #000000 0%, #795342 50.48%, #000000 100%);

}
.bg-brown-gradient {
    background: linear-gradient(180deg, #060605 47.89%, #493423 108.15%);
}
.bg-black-gradient{
    background: linear-gradient(179.8deg, rgba(32, 35, 44, 0) 62.92%, #20232C 99.84%);
}

.h-screen_404 {
    height: 80vh !important
}

.section-404 {
    padding-top: 4%
}

.h-screen_404 picture img {
    width: 30vw
}

@media (min-height: 816px) {
    .h-screen_404 {
        height: 86vh !important
    }
}

@media (max-width: 768px) {
    .section-404 {
        padding-top: 20%
    }

    .h-screen_404 picture img {
        width: 80vw
    }

    .h-screen_404 {
        height: 96vh !important
    }
}

.bg-cover {
    background-size: cover;
    height: 100%
}

.bg-no-repeat {
    background-repeat: no-repeat
}

.fill-gray-720 {
    fill: #343a4b
}

.fill-gray-880 {
    fill: #20232c
}

.fill-red-570 {
    fill: #d32424
}

.fill-transparent {
    fill: transparent
}

.fill-white {
    fill: #fff
}
.fill-white-0\.5 {
    fill: rgba(255, 255, 255, 0.5);
}

.fill-yellow-430 {
    fill: #fed42b
}

.fill-zinc-310 {
    fill: #c1c1c1
}

.fill-zinc-450 {
    fill: #8a8a8a
}

.fill-zinc-790 {
    fill: #343434
}

.fill-zinc-940 {
    fill: #212121
}

.stroke-black {
    stroke: #000
}

.stroke-gray-720 {
    stroke: #343a4b
}

.stroke-gray-880 {
    stroke: #20232c
}

.stroke-red-570 {
    stroke: #d32424
}

.stroke-white {
    stroke: #fff
}

.stroke-yellow-430 {
    stroke: #fed42b
}

.stroke-zinc-310 {
    stroke: #c1c1c1
}

.stroke-zinc-450 {
    stroke: #8a8a8a
}

.stroke-zinc-790 {
    stroke: #343434
}

.stroke-lime-640 {
    stroke: #649426;
}

.stroke-\[\.2\] {
    stroke-width: .2
}

.stroke-\[0\.1\] {
    stroke-width: .1
}

.stroke-\[0\.5\] {
    stroke-width: .5
}

.stroke-\[0\] {
    stroke-width: 0
}

.stroke-\[1\.2\] {
    stroke-width: 1.2
}

.stroke-\[1\.5\] {
    stroke-width: 1.5
}

.stroke-\[1\] {
    stroke-width: 1
}

.stroke-\[2\] {
    stroke-width: 2
}

.object-contain {
    object-fit: contain
}

.object-cover {
    object-fit: cover
}

.object-\[35\%\] {
    object-position: 35%
}

.object-bottom {
    object-position: bottom
}

.object-right {
    object-position: right
}

.object-right-bottom {
    object-position: right bottom
}

.object-top {
    object-position: top
}

.p-\[10px\] {
    padding: 10px
}
.p-\[13px\] {
    padding: 13px
}
.p-\[15px\] {
    padding: 15px
}

.p-\[16px\] {
    padding: 16px
}

.p-\[18px\] {
    padding: 18px
}

.p-\[19px\] {
    padding: 19px
}

.p-\[20px\] {
    padding: 20px
}

.p-\[22px\] {
    padding: 22px
}

.p-\[23px\] {
    padding: 23.5px
}

.p-\[24px\] {
    padding: 24px
}

.p-\[25px\] {
    padding: 25px
}

.p-\[28px\] {
    padding: 28px
}

.p-\[30px\] {
    padding: 30px
}

.p-\[32px\] {
    padding: 32px
}

.p-\[40px\] {
    padding: 40px
}

.p-\[48px\] {
    padding: 48px
}

.p-\[50px\] {
    padding: 50px
}

.p-\[5px\] {
    padding: 5px
}

.p-\[8px\] {
    padding: 8px
}

.px-0 {
    padding-left: 0;
    padding-right: 0
}

.px-\[2px\] {
    padding-left: 2px;
    padding-right: 2px;
}

.px-\[10px\] {
    padding-left: 10px;
    padding-right: 10px
}

.px-\[11px\] {
    padding-left: 11px;
    padding-right: 11px
}
.px-\[11vw\] {
    padding-left: 11vw;
    padding-right: 11vw;
}
.px-\[122px\] {
    padding-left: 122px;
    padding-right: 122px
}

.px-\[12px\] {
    padding-left: 12px;
    padding-right: 12px
}

.px-\[14px\] {
    padding-left: 14px;
    padding-right: 14px
}

.px-\[15px\] {
    padding-left: 15px;
    padding-right: 15px
}

.px-\[16px\] {
    padding-left: 16px;
    padding-right: 16px
}

.px-\[18px\] {
    padding-left: 18px;
    padding-right: 18px
}

.px-\[20px\] {
    padding-left: 20px;
    padding-right: 20px
}

.px-\[22px\] {
    padding-left: 22px;
    padding-right: 22px
}

.px-\[24px\] {
    padding-left: 24px;
    padding-right: 24px
}

.px-\[25px\] {
    padding-left: 25px;
    padding-right: 25px
}

.px-\[28px\] {
    padding-left: 28px;
    padding-right: 28px
}

.px-\[2px\] {
    padding-left: 2px;
    padding-right: 2px
}

.px-\[30px\] {
    padding-left: 30px;
    padding-right: 30px
}

.px-\[32px\] {
    padding-left: 32px;
    padding-right: 32px
}

.px-\[38px\] {
    padding-left: 38px;
    padding-right: 38px
}

.px-\[39px\] {
    padding-left: 39px;
    padding-right: 39px
}

.px-\[27px\] {
    padding-left: 27px;
    padding-right: 27px
}

.px-\[42px\] {
    padding-left: 42px;
    padding-right: 42px
}

.px-\[43px\] {
    padding-left: 43px;
    padding-right: 43px
}

.px-\[45px\] {
    padding-left: 45px;
    padding-right: 45px
}

.px-\[4px\] {
    padding-left: 4px;
    padding-right: 4px
}

.px-\[54px\] {
    padding-left: 54px;
    padding-right: 54px
}

.px-\[56px\] {
    padding-left: 56px;
    padding-right: 56px
}

.px-\[58px\] {
    padding-left: 58px;
    padding-right: 58px
}
.px-\[60px\] {
    padding-left: 60px;
    padding-right: 60px
}
.px-\[63px\] {
    padding-left: 63px;
    padding-right: 63px
}

.px-\[64px\] {
    padding-left: 64px;
    padding-right: 64px
}

.px-\[6px\] {
    padding-left: 6px;
    padding-right: 6px
}

.px-\[74px\] {
    padding-left: 74px;
    padding-right: 74px
}

.px-\[8px\] {
    padding-left: 8px;
    padding-right: 8px
}


.px-px {
    padding-left: 1px;
    padding-right: 1px
}

.px-\[5percent\] {
    padding-left: 5%;
    padding-right: 5%;
}

.py-\[2px\] {
    padding-top: 2px;
    padding-bottom: 2px
}

.py-\[6px\] {
    padding-top: 6px;
    padding-bottom: 6px
}

.py-\[7px\] {
    padding-top: 7px;
    padding-bottom: 7px
}

.py-\[10px\] {
    padding-top: 10px;
    padding-bottom: 10px
}

.py-\[11px\] {
    padding-top: 11px;
    padding-bottom: 11px
}

.py-\[12px\] {
    padding-top: 12px;
    padding-bottom: 12px
}

.py-\[14px\] {
    padding-top: 14px;
    padding-bottom: 14px
}

.py-\[15px\] {
    padding-top: 15px;
    padding-bottom: 15px
}

.py-\[16px\] {
    padding-top: 16px;
    padding-bottom: 16px
}

.py-\[18px\] {
    padding-top: 18px;
    padding-bottom: 18px
}

.py-\[19px\] {
    padding-top: 19px;
    padding-bottom: 19px
}

.py-\[20px\] {
    padding-top: 20px;
    padding-bottom: 20px
}

.py-\[22px\] {
    padding-top: 22px;
    padding-bottom: 22px
}

.py-\[23px\] {
    padding-top: 23px;
    padding-bottom: 23px
}

.py-\[24px\] {
    padding-top: 24px;
    padding-bottom: 24px
}

.py-\[32px\] {
    padding-top: 32px;
    padding-bottom: 32px
}

.py-\[38px\] {
    padding-top: 38px;
    padding-bottom: 38px
}

.py-\[40px\] {
    padding-top: 40px;
    padding-bottom: 40px
}

.py-\[48px\] {
    padding-top: 48px;
    padding-bottom: 48px
}

.py-\[4px\] {
    padding-top: 4px;
    padding-bottom: 4px
}

.py-\[5px\] {
    padding-top: 5px;
    padding-bottom: 5px
}

.py-\[60px\] {
    padding-top: 60px;
    padding-bottom: 60px
}

.py-\[64px\] {
    padding-top: 64px;
    padding-bottom: 64px
}
.py-\[70px\] {
    padding-top: 70px;
    padding-bottom: 70px
}
.py-\[100px\] {
    padding-top: 100px;
    padding-bottom: 100px
}
.py-\[8px\] {
    padding-top: 8px;
    padding-bottom: 8px
}

.py-\[9px\] {
    padding-top: 9px;
    padding-bottom: 9px
}

.pb-0 {
    padding-bottom: 0
}

.pb-\[10px\] {
    padding-bottom: 10px
}

.pb-\[110px\] {
    padding-bottom: 110px
}

.pb-\[11px\] {
    padding-bottom: 12px
}

.pb-\[12px\] {
    padding-bottom: 12px
}

.pb-\[16px\] {
    padding-bottom: 16px
}

.pb-\[130px\] {
    padding-bottom: 130px
}

.pb-\[200px\] {
    padding-bottom: 200px
}

.pb-\[20px\] {
    padding-bottom: 20px
}

.pb-\[24px\] {
    padding-bottom: 24px
}

.pb-\[26px\] {
    padding-bottom: 26px
}

.pb-\[27px\] {
    padding-bottom: 28px
}

.pb-\[28px\] {
    padding-bottom: 28px
}

.pb-\[2px\] {
    padding-bottom: 2px
}

.pb-\[32px\] {
    padding-bottom: 32px
}

.pb-\[39px\] {
    padding-bottom: 39px
}

.pb-\[40px\] {
    padding-bottom: 40px
}
.pb-\[56px\] {
    padding-bottom: 56px
}
.pb-\[65px\] {
    padding-bottom: 65px
}
.pb-\[4px\] {
    padding-bottom: 4px
}

.pb-\[5px\] {
    padding-bottom: 5px
}

.pb-\[6px\] {
    padding-bottom: 6px
}

.pb-\[7px\] {
    padding-bottom: 7px
}

.pb-\[8px\] {
    padding-bottom: 8px
}

.pb-\[9px\] {
    padding-bottom: 9px
}

.pl-\[10px\] {
    padding-left: 10px
}

.pl-\[11px\] {
    padding-left: 11px
}

.pl-\[14px\] {
    padding-left: 14px
}

.pl-\[16px\] {
    padding-left: 16px
}

.pl-\[18px\] {
    padding-left: 18px
}

.pl-\[19px\] {
    padding-left: 18px
}
.pl-\[20px\] {
    padding-left: 20px
}
.pl-\[25px\] {
    padding-left: 25px
}

.pl-\[26px\] {
    padding-left: 26px
}

.pl-\[32px\] {
    padding-left: 32px
}

.pl-\[34px\] {
    padding-left: 34px
}

.pl-\[36px\] {
    padding-left: 36px
}

.pl-\[45px\] {
    padding-left: 45px
}

.pl-\[47px\] {
    padding-left: 47px
}

.pl-\[48px\] {
    padding-left: 48px
}

.pl-\[63px\] {
    padding-left: 63px
}

.pl-\[8px\] {
    padding-left: 8px
}

.pl-\[9px\] {
    padding-left: 9px
}

.pl-\[114px\] {
    padding-left: 114px
}
.pl-\[11vw\] {
    padding-left: 11vw
}
.pr-\[9px\] {
    padding-right: 9px
}

.pr-\[16px\] {
    padding-right: 16px
}

.pr-\[18px\] {
    padding-right: 18px
}
.pr-\[20px\] {
    padding-right: 20px
}
.pr-\[26px\] {
    padding-right: 26px
}
.pr-\[30px\] {
    padding-right: 30px
}

.pr-\[32px\] {
    padding-right: 32px
}

.pr-\[40px\] {
    padding-right: 40px
}

.pr-\[48px\] {
    padding-right: 48px
}

.pr-\[63px\] {
    padding-right: 64px
}

.pr-\[64px\] {
    padding-right: 64px
}

.pr-\[66px\] {
    padding-right: 66px
}

.pr-\[7px\] {
    padding-right: 7px
}
.pt-\[269px\] {
    padding-top: 269px
}
.pt-\[242px\] {
    padding-top: 242px
}
.pt-\[150px\] {
    padding-top: 150px
}
.pt-\[3px\] {
    padding-top: 3px
}
.pt-\[10px\] {
    padding-top: 10px
}
.pt-\[2\%\] {
    padding-top: 2%;
}
.pt-\[14px\] {
    padding-top: 14px
}

.pt-\[15px\] {
    padding-top: 15px
}

.pt-\[16px\] {
    padding-top: 16px
}
.pt-\[17px\] {
    padding-top: 17px
}
.pt-\[20px\] {
    padding-top: 20px
}
.pt-\[23px\] {
    padding-top: 23px
}
.pt-\[24px\] {
    padding-top: 24px
}

.pt-\[26px\] {
    padding-top: 26px
}

.pt-\[28px\] {
    padding-top: 28px
}

.pt-\[2px\] {
    padding-top: 2px
}

.pt-\[32px\] {
    padding-top: 32px
}

.pt-\[5px\] {
    padding-top: 5px
}

.pt-\[3px\] {
    padding-top: 3px
}

.pt-\[38px\] {
    padding-top: 38px
}

.pt-\[40px\] {
    padding-top: 40px
}

.pt-\[4px\] {
    padding-top: 4px
}

.pt-\[60\%\] {
    padding-top: 60%
}

.pt-\[6px\] {
    padding-top: 6px
}

.pt-\[70px\] {
    padding-top: 70px
}

.pt-\[80px\] {
    padding-top: 80px
}
.pt-\[100px\] {
    padding-top: 100px
}
.pt-\[7px\] {
    padding-top: 7px
}

.pt-\[8px\] {
    padding-top: 8px
}

.pt-\[9px\] {
    padding-top: 9px
}

.pt-px {
    padding-top: 1px
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.align-middle {
    vertical-align: middle
}
.align-text-top {
    vertical-align: text-top;
}
.align-text-bottom {
    vertical-align: text-bottom ;
}

.font-base {
    font-family: var(--font-base), ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"
}

.font-konexy {
    font-family: var(--font-konexy), ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"
}

.text-10 {
    font-size: 10px
}

.text-11 {
    font-size: 11px
}

.text-12 {
    font-size: 12px
}

.text-13 {
    font-size: 13px
}

.text-14 {
    font-size: 14px
}

.text-16 {
    font-size: 16px
}

.text-18 {
    font-size: 18px
}

.text-20 {
    font-size: 20px
}

.text-22 {
    font-size: 22px
}

.text-24 {
    font-size: 24px
}

.text-26 {
    font-size: 26px
}
.text-28 {
    font-size: 28px
}
.text-30 {
    font-size: 30px
}
.text-32 {
    font-size: 32px
}

.text-34 {
    font-size: 34px
}

.text-48 {
    font-size: 48px
}

.text-\[16px\] {
    font-size: 16px
}

.text-\[24px\] {
    font-size: 24px
}

.text-\[32px\] {
    font-size: 32px
}

.font-superbold {
    font-weight: 900 !important;
}

.font-bold {
    font-weight: 700
}

.font-extrabold {
    font-weight: 800
}

.font-medium {
    font-weight: 500
}

.font-normal {
    font-weight: 400
}
.font-light {
    font-weight: 300
}
.font-semibold {
    font-weight: 600
}

.uppercase {
    text-transform: uppercase
}

.lowercase {
    text-transform: lowercase
}

.normal-case {
    text-transform: none
}

.not-italic {
    font-style: normal
}

.leading-0 {
    line-height: 0
}

.leading-1\.0 {
    line-height: 1
}

.leading-1\.1 {
    line-height: 1.1
}

.leading-1\.2 {
    line-height: 1.2
}

.leading-1\.3 {
    line-height: 1.3
}

.leading-1\.4 {
    line-height: 1.4
}

.leading-1\.5 {
    line-height: 1.5
}

.leading-1\.6 {
    line-height: 1.6
}

.leading-1\.7 {
    line-height: 1.7
}

.leading-4 {
    line-height: 1rem
}

.leading-5 {
    line-height: 1.25rem
}

.leading-normal {
    line-height: 1.5
}

.leading--\[26px\] {
    line-height: 26px;
}
.leading--\[20px\] {
    line-height: 20px;
}
.text-black {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity))
}

.text-black\/\[\.5\] {
    color: rgb(0 0 0 / .5)
}

.text-blue-520 {
    --tw-text-opacity: 1;
    color: rgb(38 131 237 / var(--tw-text-opacity))
}

.text-gray-720 {
    --tw-text-opacity: 1;
    color: rgb(52 58 75 / var(--tw-text-opacity))
}
.text-gray-39 {
    --tw-text-opacity: 1;
    color: rgba(39 47 54 / var(--tw-text-opacity))
}
.text-gray-880 {
    --tw-text-opacity: 1;
    color: rgb(32 35 44 / var(--tw-text-opacity))
}

.text-gray-8808 {
    --tw-text-opacity: 0.8;
    color: rgb(32 35 44 / var(--tw-text-opacity))
}

.text-lime-550 {
    --tw-text-opacity: 1;
    color: rgb(107 178 15 / var(--tw-text-opacity))
}

.text-green {

    color: rgba(12, 163, 64);
}


.text-red-570 {
    --tw-text-opacity: 1;
    color: rgb(211 36 36 / var(--tw-text-opacity))
}

.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity))
}

.text-zinc-310 {
    --tw-text-opacity: 1;
    color: rgb(193 193 193 / var(--tw-text-opacity))
}

.text-zinc-450 {
    --tw-text-opacity: 1;
    color: rgb(138 138 138 / var(--tw-text-opacity))
}

.text-zinc-440 {
    --tw-text-opacity: 1;
    color: rgb(185 185 185 / var(--tw-text-opacity))
}

.text-zinc-650 {
    --tw-text-opacity: 1;
    color: rgb(76 76 76 / var(--tw-text-opacity))
}

.text-zinc-790 {
    --tw-text-opacity: 1;
    color: rgb(52 52 52 / var(--tw-text-opacity))
}

.underline {
    text-decoration-line: underline
}

.line-through {
    text-decoration-line: line-through
}

.opacity-0 {
    opacity: 0
}
.opacity-1 {
    opacity: 1
}

.opacity-50 {
    opacity: .5
}

.opacity-70 {
    opacity: .7
}

.shadow-1 {
    --tw-shadow: 0 4px 20px 0 rgba(0, 0, 0, .1);
    --tw-shadow-colored: 0 4px 20px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-2 {
    --tw-shadow: 0 4px 20px 0 rgba(0, 0, 0, .05);
    --tw-shadow-colored: 0 4px 20px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

.blur-\[0\.4px\] {
    --tw-blur: blur(.4px);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

.invert-\[\.95\] {
    --tw-invert: invert(.95);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

.filter {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

.backdrop-blur-\[10px\] {
    --tw-backdrop-blur: blur(10px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)
}
.backdrop-blur-\[5px\] {
    --tw-backdrop-blur: blur(5px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)
}
.transition-\[height\] {
    transition-property: height;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: 300ms
}

.transition-\[min-height\] {
    transition-property: min-height;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: 300ms
}

.transition-\[opacity\2c _stroke\] {
    transition-property: opacity, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: 300ms
}

.transition-\[transform\2c _fill\] {
    transition-property: transform, fill;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: 300ms
}

.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: 300ms
}

.transition-colors {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: 300ms
}

.transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: 300ms
}

.transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: 300ms
}

.bg-half-black {
    background-image: linear-gradient(to right, black 0%, black 50%, #f8f8f8 50%, #f8f8f8 100%)
}

.h-full-vh {
    min-height: calc(100svh - var(--header-height));
    min-height: calc(100vh - var(--header-height))
}

.grid-cols-min-content {
    grid-template-columns:min-content
}

.grid-rows-min-content {
    grid-template-rows:min-content
}

.faq__accordion {
    overflow: hidden
}

.accordion-opened {
    transition: max-height 1s ease-in-out;
    max-height: 3000px
}

.accordion-closed {
    transition: max-height .6s cubic-bezier(0, 1, 0, 1);
    max-height: 0
}

.lk__input-date {
    background-color: transparent !important;
    z-index: 5
}

.lk__input-date::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 1
}

.lk__input-date::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f4f4f4;
    z-index: -1;
    visibility: hidden
}

.lk__input-wrapper:has(.lk__input-date:hover) {
    background: #f4f4f4
}

.lk__input-date:hover + label {
    background: #f4f4f4
}

.lk__input-date:hover {
    cursor: text
}

.lk__input-date:hover::before {
    background-color: #f4f4f4;
    visibility: visible
}

.lk__input-placeholder {
    pointer-events: none
}

@media (max-width: 640px) {
    .M640\:border-b--solid {
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
        transition-timing-function: cubic-bezier(.4, 0, .2, 1);
        transition-duration: 300ms
    }

    .M640\:border-b--solid:after {
        display: block;
        height: 1px;
        width: 100%;
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
        transition-timing-function: cubic-bezier(.4, 0, .2, 1);
        transition-duration: 300ms;
        --tw-content: "";
        content: var(--tw-content)
    }
}

.marker\:font-bold *::marker {
    font-weight: 700
}

.marker\:font-bold::marker {
    font-weight: 700
}

.after\:mt-\[7px\]::after {
    content: var(--tw-content);
    margin-top: 7px
}

.after\:bg-red-570::after {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(211 36 36 / var(--tw-bg-opacity))
}

.after\:bg-white::after {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity))
}

.first\:pl-0:first-child {
    padding-left: 0
}

.first\:pl-\[16px\]:first-child {
    padding-left: 16px
}

.first\:pt-\[21px\]:first-child {
    padding-top: 21px
}

.last\:mb-0:last-child {
    margin-bottom: 0
}

.last\:mb-\[16px\]:last-child {
    margin-bottom: 16px
}

.last\:mb-\[2px\]:last-child {
    margin-bottom: 2px
}

.last\:mr-0:last-child {
    margin-right: 0
}

.last\:pr-0:last-child {
    padding-right: 0
}

.last\:pr-\[16px\]:last-child {
    padding-right: 16px
}

.even\:pr-\[4px\]:nth-child(even) {
    padding-right: 4px
}

.last-of-type\:pr-0:last-of-type {
    padding-right: 0
}

@media (hover: hover) {
    .hover\:border-red-570:hover {
        --tw-border-opacity: 1;
        border-color: rgb(211 36 36 / var(--tw-border-opacity))
    }

    .hover\:border-b-red-570:hover {
        --tw-border-opacity: 1;
        border-bottom-color: rgb(211 36 36 / var(--tw-border-opacity))
    }

    .hover\:bg-gray-150:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(244 244 244 / var(--tw-bg-opacity))
    }

    .hover\:bg-gray-310:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(233 233 233 / var(--tw-bg-opacity))
    }
    .hover\:bg-gray-232:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(232 233 233 / var(--tw-bg-opacity))
    }
    .hover\:bg-gray-70:hover {
        background-color: var(--header-bg-color)
    }

    .hover\:bg-red-570:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(211 36 36 / var(--tw-bg-opacity))
    }

    .hover\:bg-white:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity))
    }
    .hover\:fill-white:hover {
        fill: rgba(255, 255, 255, 1)
    }
    .hover\:fill-red-570:hover {
        fill: #d32424
    }

    .hover\:fill-yellow-430:hover {
        fill: #fed42b
    }

    .hover\:stroke-red-570:hover {
        stroke: #d32424
    }

    .hover\:stroke-yellow-430:hover {
        stroke: #fed42b
    }

    .hover\:text-black:hover {
        --tw-text-opacity: 1;
        color: rgb(0 0 0 / var(--tw-text-opacity))
    }

    .hover\:text-lime-550:hover {
        --tw-text-opacity: 1;
        color: rgb(107 178 15 / var(--tw-text-opacity))
    }

    .hover\:text-lime-640:hover {
        --tw-text-opacity: 1;
        color: rgb(100 148 38 / var(--tw-text-opacity))
    }

    .hover\:text-red-570:hover {
        --tw-text-opacity: 1;
        color: rgb(211 36 36 / var(--tw-text-opacity))
    }

    .hover\:text-red-810:hover {
        --tw-text-opacity: 1;
        color: rgb(180 31 31 / var(--tw-text-opacity))
    }

    .hover\:text-white:hover {
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity))
    }
    .hover\:text-white-0\.7:hover {
        --tw-text-opacity: 0.7;
        color: rgb(255 255 255 / var(--tw-text-opacity))
    }

    .hover\:text-zinc-790:hover {
        --tw-text-opacity: 1;
        color: rgb(52 52 52 / var(--tw-text-opacity))
    }

    .hover\:opacity-50:hover {
        opacity: .5
    }

    .hover\:opacity-60:hover {
        opacity: .6
    }

    .hover\:opacity-70:hover {
        opacity: .7
    }

    .hover\:after\:bg-lime-550:hover::after {
        content: var(--tw-content);
        --tw-bg-opacity: 1;
        background-color: rgb(107 178 15 / var(--tw-bg-opacity))
    }

    .hover\:after\:bg-red-570:hover::after {
        content: var(--tw-content);
        --tw-bg-opacity: 1;
        background-color: rgb(211 36 36 / var(--tw-bg-opacity))
    }
    .hover\:after\:bg-white-0\.7:hover::after {
        content: var(--tw-content);
        --tw-bg-opacity: 0.7;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity))
    }
    .hover\:text-underline:hover{
        text-decoration: underline;
    }
}

.focus\:bg-white:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity))
}

.focus\:ring-0:focus {
    --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 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}

.focus-visible\:rounded-full:focus-visible {
    border-radius: 9999px
}

.focus-visible\:bg-gray-150:focus-visible {
    --tw-bg-opacity: 1;
    background-color: rgb(244 244 244 / var(--tw-bg-opacity))
}

.focus-visible\:bg-gray-340\/\[\.4\]:focus-visible {
    background-color: rgb(217 217 217 / .4)
}

.focus-visible\:bg-inherit:focus-visible {
    background-color: inherit
}

.focus-visible\:bg-transparent:focus-visible {
    background-color: transparent
}

.focus-visible\:bg-white:focus-visible {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity))
}

.focus-visible\:text-zinc-890:focus-visible {
    --tw-text-opacity: 1;
    color: rgb(26 26 26 / var(--tw-text-opacity))
}

.focus-visible\:ring-0:focus-visible {
    --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 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}

.focus-visible\:ring-gray-340\/\[\.4\]:focus-visible {
    --tw-ring-color: rgb(217 217 217 / .4)
}

.focus-visible\:ring-white:focus-visible {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity))
}

.focus-visible\:ring-offset-4:focus-visible {
    --tw-ring-offset-width: 4px
}

.focus-visible\:ring-offset-transparent:focus-visible {
    --tw-ring-offset-color: transparent
}

.active\:border-red-810:active {
    --tw-border-opacity: 1;
    border-color: rgb(180 31 31 / var(--tw-border-opacity))
}

.active\:border-b-red-570:active {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(211 36 36 / var(--tw-border-opacity))
}

.active\:bg-gray-340:active {
    --tw-bg-opacity: 1;
    background-color: rgb(217 217 217 / var(--tw-bg-opacity))
}

.active\:bg-gray-80:active {
    --tw-bg-opacity: 1;
    background-color: rgb(242 242 242 / var(--tw-bg-opacity))
}

.active\:bg-red-810:active {
    --tw-bg-opacity: 1;
    background-color: rgb(180 31 31 / var(--tw-bg-opacity))
}

.active\:fill-amber-520:active {
    fill: #ffaa00
}

.active\:fill-red-810:active {
    fill: #b41f1f
}

.active\:stroke-amber-520:active {
    stroke: #ffaa00
}

.active\:stroke-red-810:active {
    stroke: #b41f1f
}

.active\:text-lime-640:active {
    --tw-text-opacity: 1;
    color: rgb(100 148 38 / var(--tw-text-opacity))
}

.active\:text-lime-660:active {
    --tw-text-opacity: 1;
    color: rgb(93 154 14 / var(--tw-text-opacity))
}

.active\:text-red-570:active {
    --tw-text-opacity: 1;
    color: rgb(211 36 36 / var(--tw-text-opacity))
}
.active\:text-white:active {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity))
}
.active\:text-red-810:active {
    --tw-text-opacity: 1;
    color: rgb(180 31 31 / var(--tw-text-opacity))
}

.active\:opacity-75:active {
    opacity: .75
}

.active\:opacity-80:active {
    opacity: .8
}

.active\:opacity-90:active {
    opacity: .9
}

.active\:after\:bg-lime-640:active::after {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(100 148 38 / var(--tw-bg-opacity))
}

.active\:after\:bg-red-810:active::after {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(180 31 31 / var(--tw-bg-opacity))
}

.disabled\:border:disabled {
    border-width: 1px
}

.disabled\:border-black:disabled {
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity))
}

.disabled\:border-b-red-570:disabled {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(211 36 36 / var(--tw-border-opacity))
}

.disabled\:bg-white:disabled {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity))
}

.disabled\:bg-zinc-790:disabled {
    --tw-bg-opacity: 1;
    background-color: rgb(52 52 52 / var(--tw-bg-opacity))
}

.disabled\:stroke-zinc-790:disabled {
    stroke: #343434
}

.disabled\:text-red-570:disabled {
    --tw-text-opacity: 1;
    color: rgb(211 36 36 / var(--tw-text-opacity))
}

.disabled\:text-white:disabled {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity))
}

.disabled\:opacity-100:disabled {
    opacity: 1
}

@media (max-width: 470px) {
    /*.group:first-child .catalog-slide {*/
    /*    display: none;*/
    /*}*/

    .group:nth-child(2n) .catalog-slide.group-first\:pl-0 {
        padding-left: 0;
        margin-left: 0;
    }
}

.group:first-child .group-first\:pl-0 {
    padding-left: 0;
    margin-left: 0;
}

.group:last-child .group-last\:pr-0 {
    padding-right: 0
}

.group:hover .group-hover\:scale-105 {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.group:hover .group-hover\:border-red-570 {
    --tw-border-opacity: 1;
    border-color: rgb(211 36 36 / var(--tw-border-opacity))
}

.group:hover .group-hover\:border-lime-640 {
    --tw-border-opacity: 1;
    border-color: rgb(100 148 38 / var(--tw-text-opacity));
}

.group:hover .group-hover\:bg-red-570 {
    --tw-bg-opacity: 1;
    background-color: rgb(211 36 36 / var(--tw-bg-opacity))
}
.group:hover .group-hover\:icon-white {
    --tw-bg-opacity: 1;
    background-color: rgb(211 36 36 / var(--tw-bg-opacity))
}
.group:hover .group-hover\:fill-lime-640 {
    fill: #649426
}

.group:hover .group-hover\:fill-red-570 {
    fill: #d32424
}

.group:hover .group-hover\:fill-red-810 {
    fill: #b41f1f
}

.group:hover .group-hover\:fill-white {
    fill: #fff
}

.group:hover .group-hover\:stroke-lime-640 {
    stroke: #649426
}

.group:hover .group-hover\:stroke-red-570 {
    stroke: #d32424
}

.group:hover .group-hover\:stroke-red-810 {
    stroke: #b41f1f
}

.group:hover .group-hover\:stroke-white {
    stroke: #fff
}

.group:hover .group-hover\:text-lime-640 {
    --tw-text-opacity: 1;
    color: rgb(100 148 38 / var(--tw-text-opacity))
}

.group:hover .group-hover\:text-red-570 {
    --tw-text-opacity: 1;
    color: rgb(211 36 36 / var(--tw-text-opacity))
}

.group:hover .group-hover\:text-red-810 {
    --tw-text-opacity: 1;
    color: rgb(180 31 31 / var(--tw-text-opacity))
}

.group:hover .group-hover\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity))
}

.group:hover .group-hover\:opacity-100 {
    opacity: 1
}

.group:hover .group-hover\:ring-red-570 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(211 36 36 / var(--tw-ring-opacity))
}

.group:hover .group-hover\:ring-lime-640 {
    --tw-ring-opacity: 1;
    border-color: rgb(100 148 38 / var(--tw-text-opacity));
}

.group:focus-visible .group-focus-visible\:bg-gray-340 {
    --tw-bg-opacity: 1;
    background-color: rgb(217 217 217 / var(--tw-bg-opacity))
}

.group:focus-visible .group-focus-visible\:text-black {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity))
}

.group:focus-visible .group-focus-visible\:ring-1 {
    --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 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}

.group:focus-visible .group-focus-visible\:ring-zinc-450 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(138 138 138 / var(--tw-ring-opacity))
}

.group:active .group-active\:bg-red-810 {
    --tw-bg-opacity: 1;
    background-color: rgb(180 31 31 / var(--tw-bg-opacity))
}

.group:active .group-active\:fill-lime-660 {
    fill: #5d9a0e
}

.group:active .group-active\:fill-red-570 {
    fill: #d32424
}

.group:active .group-active\:fill-red-810 {
    fill: #b41f1f
}

.group:active .group-active\:fill-white {
    fill: #fff
}

.group:active .group-active\:stroke-lime-660 {
    stroke: #5d9a0e
}

.group:active .group-active\:stroke-red-570 {
    stroke: #d32424
}

.group:active .group-active\:stroke-red-810 {
    stroke: #b41f1f
}

.group:active .group-active\:stroke-white {
    stroke: #fff
}

.group:active .group-active\:text-lime-660 {
    --tw-text-opacity: 1;
    color: rgb(93 154 14 / var(--tw-text-opacity))
}

.group:active .group-active\:text-red-570 {
    --tw-text-opacity: 1;
    color: rgb(211 36 36 / var(--tw-text-opacity))
}

.group:active .group-active\:text-red-810 {
    --tw-text-opacity: 1;
    color: rgb(180 31 31 / var(--tw-text-opacity))
}

.group:active .group-active\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity))
}

.group:active .group-active\:opacity-100 {
    opacity: 1
}

.group:disabled .group-disabled\:fill-white {
    fill: #fff
}

.group:disabled .group-disabled\:stroke-white {
    stroke: #fff
}

.peer:checked ~ .peer-checked\:border-red-570 {
    --tw-border-opacity: 1;
    border-color: rgb(211 36 36 / var(--tw-border-opacity))
}

.peer:checked ~ .peer-checked\:text-red-570 {
    --tw-text-opacity: 1;
    color: rgb(211 36 36 / var(--tw-text-opacity))
}

.peer:hover ~ .peer-hover\:fill-red-810 {
    fill: #b41f1f
}

.peer:hover ~ .peer-hover\:stroke-red-810 {
    stroke: #b41f1f
}

.peer:focus ~ .peer-focus\:opacity-70 {
    opacity: .7
}

.peer:focus-visible ~ .peer-focus-visible\:ring-2 {
    --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 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}

.peer:focus-visible ~ .peer-focus-visible\:ring-red-570\/\[\.5\] {
    --tw-ring-color: rgb(211 36 36 / .5)
}

.peer:disabled ~ .peer-disabled\:fill-zinc-490 {
    fill: #767676
}

.peer:disabled ~ .peer-disabled\:stroke-zinc-490 {
    stroke: #767676
}
@media (min-width: 2500px) {
    .M2500\:max-w-full {
        max-width: 100%;
    }
    .M2500\:w-\[70\%\] {
        width: 70%;
    }
    .M2500\:w-\[55\%\] {
        width: 55%;
    }
    .M2500\:w-\[43\%\] {
        width: 43%;
    }
    .M2500\:w-\[40\%\] {
        width: 40%;
    }
    .M2500\:w-\[38\%\] {
        width: 38%;
    }
    .M2500\:w-\[35\%\] {
        width: 35%;
    }
    .M2500\:w-\[33\%\] {
        width: 33%;
    }
    .M2500\:w-\[30\%\] {
        width: 30%;
    }
    .M2500\:w-\[25\%\] {
        width: 25%;
    }
    .M2500\:max-h-\[45\%\] {
        max-height: 45%;
    }
    .M2500\:max-h-\[70\%\] {
        max-height: 70%;
    }
    .M2500\:max-h-\[80\%\] {
        max-height: 80%;
    }
    .M2500\:max-h-\[85\%\] {
        max-height: 85%;
    }
    .M2500\:max-h-\[90\%\] {
        max-height: 90%;
    }
}
@media (max-width: 1700px) {
    .M1700\:text-28 {
        font-size: 28px;
    }
}
@media (max-width: 1600px) {

    .M1600\:max-w-\[362px\] {
        max-width: 362px
    }

    .M1600\:max-h-\[492px\] {
        max-height: 492px
    }
    .M1600\:text-28 {
        font-size: 28px;
    }
    .M1600\:w-\[80\%\]{
    width: 80%;
    }
    .M1600\:aspect-\[1\/0-9\] {
        aspect-ratio: 1/0.9;
    }
    .M1600\:p-\[20px\] {
        padding: 20px;
    }
    .M1600\:text-25 {
        font-size: 25px;
    }
    .M1600\:w-\[30\%\] {
        width: 30%;
    }
}

@media (max-width: 1536px) {
    .M1536\:-mx-\[18px\] {
        margin-left: -18px;
        margin-right: -18px
    }

    .M1536\:mb-0 {
        margin-bottom: 0
    }

    .M1536\:mr-\[16px\] {
        margin-right: 16px
    }

    .M1536\:inline-flex {
        display: inline-flex
    }

    .M1536\:w-1\/2 {
        width: 50%
    }

    .M1536\:w-auto {
        width: auto
    }

    .M1536\:max-w-\[50\%\] {
        max-width: 50%
    }

    .M1536\:flex-col {
        flex-direction: column
    }

    .M1536\:overflow-hidden {
        overflow: hidden
    }

    .M1536\:bg-none {
        background-image: none
    }

    .M1536\:p-\[10px\] {
        padding: 10px
    }

    .M1536\:px-0 {
        padding-left: 0;
        padding-right: 0
    }

    .M1536\:px-\[16px\] {
        padding-left: 16px;
        padding-right: 16px
    }

    .M1536\:pt-\[55px\] {
        padding-top: 55px
    }


    .M1536\:text-12 {
        font-size: 12px
    }
}

@media (max-width: 1500px) {
    .M1500\:text-21 {
        font-size: 21px;
    }
    .M1500\:p-\[40px\] {
        padding: 40px
    }
}
@media (max-width: 1400px) {
    .M1400\:w-\[80\%\] {
        width: 80%
    }
    .M1400\:px-\[15px\] {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (max-width: 1280px) {
    .M1280\:aspect-auto {
        aspect-ratio: auto;
    }
    .M1280\:mx-auto {
        margin-left: auto;
        margin-right: auto
    }
    .M1280\:mx-\[8px\] {
        margin-left: 8px;
        margin-right: 8px
    }
    .M1280\:mb-\[16px\] {
        margin-bottom: 16px
    }

    .M1280\:mb-\[2px\] {
        margin-bottom: 2px
    }

    .M1280\:mb-\[32px\] {
        margin-bottom: 32px
    }

    .M1280\:mb-\[38px\] {
        margin-bottom: 38px
    }

    .M1280\:mb-\[8px\] {
        margin-bottom: 8px
    }

    .M1280\:ml-0 {
        margin-left: 0
    }

    .M1280\:mr-0 {
        margin-right: 0
    }

    .M1280\:mr-\[10px\] {
        margin-right: 10px
    }

    .M1280\:mr-\[16px\] {
        margin-right: 16px
    }

    .M1280\:mr-\[8px\] {
        margin-right: 8px
    }

    .M1280\:block {
        display: block
    }

    .M1280\:hidden {
        display: none
    }

    .M1280\:w-\[20\%\] {
        width: 20%
    }

    .M1280\:w-\[234px\] {
        width: 234px
    }

    .M1280\:w-\[24\%\] {
        width: 24%
    }

    .M1280\:w-\[243px\] {
        width: 243px
    }

    .M1280\:w-\[550px\] {
        width: 550px
    }

    .M1280\:w-\[60\%\] {
        width: 60%
    }

    .M1280\:w-\[calc\(\(100\%_-_16px\)\/2\)\] {
        width: calc((100% - 16px) / 2)
    }

    .M1280\:w-full {
        width: 100%
    }

    .M1280\:min-w-20 {
        min-width: 5rem
    }

    .M1280\:min-w-\[197px\] {
        min-width: 197px
    }

    .M1280\:min-w-\[20\%\] {
        min-width: 20%
    }

    .M1280\:min-w-\[218px\] {
        min-width: 218px
    }

    .M1280\:min-w-\[380px\] {
        min-width: 380px
    }

    .M1280\:min-w-\[384px\] {
        min-width: 384px
    }

    .M1280\:min-w-\[402px\] {
        min-width: 402px
    }

    .M1280\:min-w-px {
        min-width: 1px
    }

    .M1280\:max-w-\[100\%\] {
        max-width: 100%
    }

    .M1280\:max-w-\[218px\] {
        max-width: 218px
    }

    .M1280\:max-w-\[380px\] {
        max-width: 380px
    }

    .M1280\:max-w-\[384px\] {
        max-width: 384px
    }

    .M1280\:max-w-\[402px\] {
        max-width: 402px
    }

    .M1280\:max-w-\[500px\] {
        max-width: 500px
    }

    .M1280\:grid-cols-1 {
        grid-template-columns:repeat(1, minmax(0, 1fr))
    }

    .M1280\:grid-cols-2 {
        grid-template-columns:repeat(2, minmax(0, 1fr))
    }

    .M1280\:grid-cols-3 {
        grid-template-columns:repeat(3, minmax(0, 1fr))
    }

    .M1280\:grid-cols-\[repeat\(auto-fill\2c _minmax\(250px\2c _1fr\)\)\] {
        grid-template-columns:repeat(auto-fill, minmax(250px, 1fr))
    }

    .M1280\:flex-col {
        flex-direction: column
    }

    .M1280\:flex-col-reverse {
        flex-direction: column-reverse
    }

    .M1280\:items-start {
        align-items: flex-start
    }

    .M1280\:justify-center {
        justify-content: center
    }

    .M1280\:gap-\[16px\] {
        gap: 16px
    }

    .M1280\:self-start {
        align-self: flex-start
    }

    .M1280\:rounded-5 {
        border-radius: 5px
    }

    .M1280\:bg-black\/\[\.4\] {
        background-color: rgb(0 0 0 / .4)
    }

    .M1280\:p-\[10px\] {
        padding: 10px
    }

    .M1280\:p-\[8px\] {
        padding: 8px
    }

    .M1280\:px-\[32px\] {
        padding-left: 32px;
        padding-right: 32px
    }

    .M1280\:px-\[8px\] {
        padding-left: 8px;
        padding-right: 8px
    }

    .M1280\:py-\[14px\] {
        padding-top: 14px;
        padding-bottom: 14px
    }

    .M1280\:pl-\[16px\] {
        padding-left: 16px
    }

    .M1280\:pr-\[10px\] {
        padding-right: 10px
    }

    .M1280\:pr-\[8px\] {
        padding-right: 8px
    }

    .M1280\:text-12 {
        font-size: 12px
    }

    .M1280\:text-18 {
        font-size: 18px
    }
}
@media (max-width: 1200px) {
    .M1200\:hyphens {
        -webkit-hyphens: auto;
        hyphens: auto;
    }
    .M1200\:text-14 {
        font-size: 14px
    }
    .M1200\:p-\[15px\]{
        padding: 15px;
    }
    .M1200\:p-\[18px\]{
        padding: 18px;
    }
    .M1200\:p-\[20px\]{
        padding: 20px;
    }
    .M1200\:p-\[30px\]{
        padding: 30px;
    }
    .M1200\:py-\[20px\]{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .M1200\:pt-0 {
        padding-top: 0
    }
}
@media (max-width: 1024px) {
    .you-tube-play-img {
        width: 204px
    }
    .M1024\:aspect-\[1\/1-144\] {
        aspect-ratio: 1/1.144;
    }
    .M1024\:aspect-\[1\/0-767\] {
        aspect-ratio: 1/0.767;
    }
    .M1024\:h-auto {
        height: auto
    }

    .M1024\:static {
        position: static
    }

    .M1024\:absolute {
        position: absolute
    }

    .M1024\:relative {
        position: relative
    }

    .M1024\:bottom-0 {
        bottom: 0
    }

    .M1024\:bottom-\[18px\] {
        bottom: 18px
    }

    .M1024\:bottom-\[38px\] {
        bottom: 38px
    }

    .M1024\:left-\[16px\] {
        left: 16px
    }

    .M1024\:right-0 {
        right: 0
    }

    .M1024\:top-0 {
        top: 0
    }

    .M1024\:top-\[16px\] {
        top: 16px
    }

    .M1024\:top-auto {
        top: auto
    }

    .M1024\:z-10 {
        z-index: 10
    }

    .M1024\:order-last {
        order: 9999
    }

    .M1024\:col-span-1 {
        grid-column: span 1 / span 1
    }

    .M1024\:mb-0 {
        margin-bottom: 0
    }
    .M1024\:mb-\[7px\] {
        margin-bottom: 7px
    }
    .M1024\:mb-\[10px\] {
        margin-bottom: 10px
    }

    .M1024\:mb-\[12px\] {
        margin-bottom: 12px
    }

    .M1024\:mb-\[16px\] {
        margin-bottom: 16px
    }

    .M1024\:mb-\[18px\] {
        margin-bottom: 18px
    }

    .M1024\:mb-\[20px\] {
        margin-bottom: 20px
    }

    .M1024\:mb-\[28px\] {
        margin-bottom: 28px
    }

    .M1024\:mb-\[32px\] {
        margin-bottom: 32px
    }

    .M1024\:mb-\[36px\] {
        margin-bottom: 36px
    }

    .M1024\:ml-\[20px\] {
        margin-left: 20px
    }

    .M1024\:mr-0 {
        margin-right: 0
    }

    .M1024\:mr-\[0\] {
        margin-right: 0
    }

    .M1024\:mr-\[20px\] {
        margin-right: 20px
    }
    .M1024\:mr-\[15px\] {
        margin-right: 15px
    }
    .M1024\:mr-\[5px\] {
        margin-right: 5px
    }

    .M1024\:mr-auto {
        margin-right: auto
    }

    .M1024\:mt-\[25px\] {
        margin-top: 25px
    }

    .M1024\:mt-\[40px\] {
        margin-top: 40px
    }
    .M1024\:mt-\[-83px\] {
        margin-top: -83px
    }
    .M1024\:mt-auto {
        margin-top: auto
    }

    .M1024\:block {
        display: block
    }

    .M1024\:flex {
        display: flex
    }

    .M1024\:inline-table {
        display: inline-table
    }

    .M1024\:grid {
        display: grid
    }

    .M1024\:hidden {
        display: none
    }

    .M1024\:h-\[20px\] {
        height: 20px
    }

    .M1024\:h-\[54px\] {
        height: 54px
    }

    .M1024\:max-h-\[210px\] {
        max-height: 210px
    }

    .M1024\:max-h-\[60\%\] {
        max-height: 60%
    }

    .M1024\:min-h-\[60\%\] {
        min-height: 60%
    }

    .M1024\:w-\[155px\] {
        width: 155px
    }
    .M1024\:w-\[120px\] {
        width: 120px
    }
    .M1024\:w-\[20px\] {
        width: 20px
    }

    .M1024\:w-\[244px\] {
        width: 244px
    }

    .M1024\:w-\[55\%\] {
        width: 55%
    }

    .M1024\:w-auto {
        width: auto
    }

    .M1024\:w-full {
        width: 100%
    }

    .M1024\:min-w-\[100\%\] {
        min-width: 100%
    }

    .M1024\:min-w-\[155px\] {
        min-width: 155px
    }

    .M1024\:min-w-\[59\%\] {
        min-width: 59%
    }

    .M1024\:min-w-\[600px\] {
        min-width: 600px
    }

    .M1024\:min-w-\[63px\] {
        min-width: 63px
    }

    .M1024\:min-w-full {
        min-width: 100%
    }

    .M1024\:max-w-\[100\%\] {
        max-width: 100%
    }

    .M1024\:max-w-\[1000px\] {
        max-width: 1000px
    }

    .M1024\:max-w-\[244px\] {
        max-width: 244px
    }

    .M1024\:max-w-\[300px\] {
        max-width: 300px
    }

    .M1024\:max-w-\[550px\] {
        max-width: 550px
    }

    .M1024\:max-w-\[60\%\] {
        max-width: 60%
    }

    .M1024\:max-w-\[600px\] {
        max-width: 600px
    }

    .M1024\:max-w-\[63px\] {
        max-width: 63px
    }

    .M1024\:max-w-full {
        max-width: 100%
    }

    .M1024\:max-w-none {
        max-width: none
    }
    .M1024\:max-w-\[70vw] {
        max-width: 70vw
    }
    .M1024\:-translate-x-\[100vw\] {
        --tw-translate-x: -100vw;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
    }

    .M1024\:auto-rows-auto {
        grid-auto-rows: auto
    }

    .M1024\:grid-cols-1 {
        grid-template-columns:repeat(1, minmax(0, 1fr))
    }

    .M1024\:grid-cols-2 {
        grid-template-columns:repeat(2, minmax(0, 1fr))
    }

    .M1024\:grid-cols-3 {
        grid-template-columns:repeat(3, minmax(0, 1fr))
    }

    .M1024\:flex-row {
        flex-direction: row
    }

    .M1024\:flex-col {
        flex-direction: column
    }

    .M1024\:flex-col-reverse {
        flex-direction: column-reverse
    }

    .M1024\:flex-wrap {
        flex-wrap: wrap
    }

    .M1024\:items-start {
        align-items: flex-start
    }

    .M1024\:items-center {
        align-items: center
    }

    .M1024\:justify-start {
        justify-content: flex-start
    }

    .M1024\:justify-end {
        justify-content: flex-end
    }

    .M1024\:justify-between {
        justify-content: space-between
    }

    .M1024\:gap-\[10px\] {
        gap: 10px
    }

    .M1024\:gap-\[16px\] {
        gap: 16px
    }

    .M1024\:gap-\[32px\] {
        gap: 32px
    }

    .M1024\:gap-x-0 {
        column-gap: 0
    }

    .M1024\:gap-x-\[14px\] {
        column-gap: 14px
    }

    .M1024\:gap-x-\[16px\] {
        column-gap: 16px
    }

    .M1024\:gap-y-\[12px\] {
        row-gap: 12px
    }

    .M1024\:gap-y-\[16px\] {
        row-gap: 16px
    }

    .M1024\:gap-y-\[18px\] {
        row-gap: 18px
    }

    .M1024\:self-auto {
        align-self: auto
    }

    .M1024\:self-end {
        align-self: flex-end
    }

    .M1024\:border-x-0 {
        border-left-width: 0;
        border-right-width: 0
    }

    .M1024\:border-b {
        border-bottom-width: 1px
    }

    .M1024\:border-b-0 {
        border-bottom-width: 0
    }

    .M1024\:border-b-\[0\.5px\] {
        border-bottom-width: .5px
    }

    .M1024\:border-dashed {
        border-style: dashed
    }

    .M1024\:border-zinc-790 {
        --tw-border-opacity: 1;
        border-color: rgb(52 52 52 / var(--tw-border-opacity))
    }

    .M1024\:bg-transparent {
        background-color: transparent
    }

    .M1024\:object-\[0\] {
        object-position: 0
    }

    .M1024\:object-bottom {
        object-position: bottom;
    }

    .M1024\:p-0 {
        padding: 0
    }

    .M1024\:p-\[16px\] {
        padding: 16px
    }

    .M1024\:px-0 {
        padding-left: 0;
        padding-right: 0
    }

    .M1024\:px-\[10px\] {
        padding-left: 10px;
        padding-right: 10px
    }
    .M1024\:px-\[15px\] {
        padding-left: 15px;
        padding-right: 15px
    }
    .M1024\:px-\[16px\] {
        padding-left: 16px;
        padding-right: 16px
    }
    .M1024\:px-\[17px\] {
        padding-left: 17px;
        padding-right: 17px
    }
    .M1024\:px-\[8px\] {
        padding-left: 8px;
        padding-right: 8px
    }
    .M1024\:py-\[8px\] {
        padding-top: 8px;
        padding-bottom: 8px
    }
    .M1024\:py-\[10px\] {
        padding-top: 10px;
        padding-bottom: 10px
    }
    .M1024\:py-\[15px\] {
        padding-top: 15px;
        padding-bottom: 15px
    }
    .M1024\:py-\[32px\] {
        padding-top: 32px;
        padding-bottom: 32px
    }
    .M1024\:py-\[40px\] {
        padding-top: 40px;
        padding-bottom: 40px
    }
    .M1024\:pb-0 {
        padding-bottom: 0
    }

    .M1024\:pb-\[100px\] {
        padding-bottom: 100px
    }

    .M1024\:pb-\[20px\] {
        padding-bottom: 20px
    }

    .M1024\:pb-\[8px\] {
        padding-bottom: 8px
    }

    .M1024\:pr-\[40px\] {
        padding-right: 40px
    }

    .M1024\:pt-0 {
        padding-top: 0
    }

    .M1024\:pt-\[10px\] {
        padding-top: 10px
    }

    .M1024\:pt-\[12px\] {
        padding-top: 12px
    }

    .M1024\:pt-\[65\%\] {
        padding-top: 65%
    }

    .M1024\:pt-\[8\.58vh\] {
        padding-top: 8.58vh
    }
    .M1024\:pt-\[10vh\] {
        padding-top: 10vh
    }
    .M1024\:pt-\[5\.6vh\] {
        padding-top: 5.6vh;
    }

    .M1024\:pl-\[40px\] {
        padding-left: 40px;
    }

    .M1024\:text-left {
        text-align: left
    }

    .M1024\:text-10 {
        font-size: 10px
    }

    .M1024\:text-14 {
        font-size: 14px
    }
    .M1024\:text-15 {
        font-size: 15px
    }
    .M1024\:text-16 {
        font-size: 16px
    }

    .M1024\:text-18 {
        font-size: 18px
    }

    .M1024\:text-20 {
        font-size: 20px
    }
    .M1024\:text-22{
        font-size: 22px
    }
    .M1024\:text-32 {
        font-size: 32px
    }

    .M1024\:font-semibold {
        font-weight: 600
    }

    .M1024\:shadow-transparent {
        --tw-shadow-color: transparent;
        --tw-shadow: var(--tw-shadow-colored)
    }

    .M1024\:transition-transform {
        transition-property: transform;
        transition-timing-function: cubic-bezier(.4, 0, .2, 1);
        transition-duration: 300ms
    }

    .M1024\:hidden-important {
        display: none !important
    }

    .group:first-child .M1024\:group-first\:pl-0 {
        padding-left: 0
    }

    .group:last-child .M1024\:group-last\:pr-0 {
        padding-right: 0
    }
}

#armor_back {
    width: 209px
}

.armor_cam {
    width: 205px
}

.onDesk {
    display: block
}

.onMob {
    display: none
}

.onDesktop {
    display: block
}
.onMobile{
    display: none
}
.fix-desk {
    width: 364px
}


@media (max-width: 900px) {
    .M900\:flex-wrap {
        flex-wrap: wrap
    }
    .M900\:border-r-0 {
        border-right-width: 0
    }
    .M900\:border-b{
        border-bottom-width: 1px;
    }
    .M900\:py-\[60px\] {
        padding-bottom: 60px;
        padding-top: 60px;
    }
}
@media (max-width: 768px) {
    .M768\:static {
        position: static
    }

    .M768\:-right-\[24px\] {
        right: -24px
    }

    .M768\:-top-\[15px\] {
        top: -15px
    }

    .M768\:bottom-0 {
        bottom: 0
    }

    .M768\:left-0 {
        left: 0
    }

    .M768\:left-auto {
        left: auto
    }

    .M768\:right-0 {
        right: 0
    }
    .M768\:top-0 {
        top: 0
    }
    .M768\:right-auto {
        right: auto
    }

    .M768\:top-\[61px\] {
        top: 61px
    }

    .M768\:top-auto {
        top: auto
    }

    .M768\:col-span-2 {
        grid-column: span 2 / span 2
    }

    .M768\:col-start-2 {
        grid-column-start: 2
    }

    .M768\:row-start-1 {
        grid-row-start: 1
    }

    .M768\:mx-auto {
        margin-left: auto;
        margin-right: auto
    }

    .M768\:mx-\[4px\] {
        margin-left: 4px;
        margin-right: 4px;
    }

    .M768\:my-auto {
        margin-top: auto;
        margin-bottom: auto
    }

    .M768\:-mb-\[4px\] {
        margin-bottom: -4px
    }

    .M768\:-ml-\[10px\] {
        margin-left: -10px
    }

    .M768\:-ml-\[12px\] {
        margin-left: -12px
    }

    .M768\:-ml-px {
        margin-left: -1px
    }

    .M768\:mb-0 {
        margin-bottom: 0
    }

    .M768\:mb-\[13px\] {
        margin-bottom: 13px
    }

    .M768\:mb-\[16px\] {
        margin-bottom: 16px
    }

    .M768\:mb-\[20px\] {
        margin-bottom: 20px
    }

    .M768\:mb-\[24px\] {
        margin-bottom: 24px
    }

    .M768\:mb-\[32px\] {
        margin-bottom: 32px
    }

    .M768\:mb-\[34px\] {
        margin-bottom: 34px
    }

    .M768\:mb-\[36px\] {
        margin-bottom: 36px
    }

    .M768\:mb-\[38px\] {
        margin-bottom: 38px
    }

    .M768\:mb-\[5px\] {
        margin-bottom: 5px
    }

    .M768\:mb-\[49px\] {
        margin-bottom: 49px
    }

    .M768\:mb-\[43px\] {
        margin-bottom: 43px
    }

    .M768\:mb-\[55px\] {
        margin-bottom: 55px
    }

    .M768\:mb-\[63px\] {
        margin-bottom: 63px
    }

    .M768\:mb-\[64px\] {
        margin-bottom: 64px
    }


    .M768\:ml-\[16px\] {
        margin-left: 16px
    }

    .M768\:mr-0 {
        margin-right: 0
    }

    .M768\:mr-\[10px\] {
        margin-right: 10px
    }

    .M768\:mr-\[12px\] {
        margin-right: 12px
    }

    .M768\:mr-\[14px\] {
        margin-right: 14px
    }
    .M768\:mr-\[15px\] {
        margin-right: 15px
    }
    .M768\:mr-\[4px\] {
        margin-right: 4px
    }

    .M768\:mr-\[5px\] {
        margin-right: 5px
    }

    .M768\:mr-\[8px\] {
        margin-right: 8px
    }

    .M768\:mr-\[9px\] {
        margin-right: 9px
    }

    .M768\:mt-0 {
        margin-top: 0
    }

    .M768\:mt-\[30px\] {
        margin-top: 30px
    }

    .M768\:mt-\[35px\] {
        margin-top: 35px
    }
    .M768\:mt-\[-112px\] {
        margin-top: -112px
    }
    .M768\:block {
        display: block
    }

    .M768\:inline {
        display: inline
    }

    .M768\:flex {
        display: flex
    }

    .M768\:inline-flex {
        display: inline-flex
    }

    .M768\:grid {
        display: grid
    }

    .M768\:hidden {
        display: none
    }

    .M768\:h-\[196px\] {
        height: 196px
    }

    .M768\:h-\[178px\] {
        height: 178px
    }

    .M768\:h-\[129px\] {
        height: 129px
    }

    .M768\:h-\[35px\] {
        height: 35px
    }

    .M768\:h-\[56px\] {
        height: 56px
    }
    .M768\:h-\[66px\] {
        height: 66px
    }
    .M768\:h-\[53px\] {
        height: 53px
    }

    .M768\:h-\[44px\] {
        height: 44px
    }
    .M768\:h-\[28px\] {
        height: 28px
    }
    .M768\:h-auto {
        height: auto
    }

    .M768\:h-full {
        height: 100%
    }

    .M768\:max-h-\[18px\] {
        max-height: 18px
    }

    .M768\:max-h-\[24px\] {
        max-height: 24px
    }

    .M768\:max-h-\[40px\] {
        max-height: 40px
    }

    .M768\:max-h-\[48px\] {
        max-height: 48px
    }

    .M768\:min-h-\[1618px\] {
        min-height: 1618px
    }

    .M768\:min-h-\[24px\] {
        min-height: 24px
    }

    .M768\:min-h-\[268px\] {
        min-height: 268px
    }

    .M768\:min-h-\[40px\] {
        min-height: 40px
    }

    .M768\:min-h-\[48px\] {
        min-height: 48px
    }

    .M768\:w-\[110px\] {
        width: 110px
    }

    .M768\:w-\[275px\] {
        width: 275px
    }

    .M768\:w-\[236px\] {
        width: 236px
    }

    .M768\:w-\[310px\] {
        width: 310px
    }

    .M768\:w-\[49px\] {
        width: 49px
    }

    .M768\:w-\[43px\] {
        width: 43px
    }

    .M768\:w-\[56px\] {
        width: 56px
    }

    .M768\:w-\[26px\] {
        width: 26px
    }

    .M768\:w-\[16px\] {
        width: 16px
    }

    .M768\:w-\[45\%\] {
        width: 45%
    }

    .M768\:w-\[50\%\] {
        width: 50%
    }

    .M768\:w-\[55\%\] {
        width: 55%
    }

    .M768\:w-\[70\%\] {
        width: 70%
    }

    .M768\:w-\[80\%\] {
        width: 80%
    }
    .M768\:w-\[100\vw\] {
        width: 100vw
    }
    .M768\:w-auto {
        width: auto
    }

    .M768\:w-full {
        width: 100%
    }
    .M768\:w-calc-\[100\vw-61\px\] {
        width: calc(100vw - 61px);
    }
    .M768\:min-w-\[235px\] {
        min-width: 235px
    }

    .M768\:min-w-\[284px\] {
        min-width: 284px
    }

    .M768\:min-w-\[328px\] {
        min-width: 328px
    }

    .M768\:min-w-\[350px\] {
        min-width: 350px
    }

    .M768\:min-w-\[40px\] {
        min-width: 40px
    }

    .M768\:min-w-\[48px\] {
        min-width: 48px
    }

    .M768\:min-w-\[50px\] {
        min-width: 50px
    }

    .M768\:min-w-\[auto\] {
        min-width: auto
    }

    .M768\:min-w-px {
        min-width: 1px
    }

    .M768\:max-w-\[100\%\] {
        max-width: 100%
    }

    .M768\:max-w-\[187px\] {
        max-width: 187px
    }

    .M768\:max-w-\[235px\] {
        max-width: 235px
    }

    .M768\:max-w-\[240px\] {
        max-width: 240px
    }

    .M768\:max-w-\[300px\] {
        max-width: 300px
    }

    .M768\:max-w-\[350px\] {
        max-width: 350px
    }

    .M768\:max-w-\[40px\] {
        max-width: 40px
    }

    .M768\:max-w-\[48px\] {
        max-width: 48px
    }

    .M768\:max-w-\[50px\] {
        max-width: 50px
    }

    .M768\:max-w-\[553px\] {
        max-width: 553px
    }

    .M768\:max-w-\[616px\] {
        max-width: 616px
    }

    .M768\:max-w-full {
        max-width: 100%
    }

    .M768\:grid-cols-1 {
        grid-template-columns:repeat(1, minmax(0, 1fr))
    }

    .M768\:grid-cols-2 {
        grid-template-columns:repeat(2, minmax(0, 1fr))
    }

    .M768\:grid-rows-2 {
        grid-template-rows:repeat(2, minmax(0, 1fr))
    }

    .M768\:flex-col {
        flex-direction: column
    }

    .M768\:flex-wrap {
        flex-wrap: wrap
    }

    .M768\:flex-nowrap {
        flex-wrap: nowrap
    }

    .M768\:items-start {
        align-items: flex-start
    }

    .M768\:items-center {
        align-items: center
    }

    .M768\:justify-start {
        justify-content: flex-start
    }

    .M768\:justify-end {
        justify-content: flex-end
    }

    .M768\:justify-between {
        justify-content: space-between
    }

    .M768\:self-end {
        align-self: flex-end
    }

    .M768\:gap-x-\[21px\] {
        column-gap: 21px
    }
    .M768\:gap-y-\[30px\] {
        row-gap: 30px
    }
    .M768\:overflow-hidden {
        overflow: hidden
    }

    .M768\:whitespace-nowrap {
        white-space: nowrap
    }

    .M768\:rounded-5 {
        border-radius: 5px
    }

    .M768\:rounded-full {
        border-radius: 9999px
    }

    .M768\:border-0 {
        border-width: 0
    }

    .M768\:border-7 {
        border-width: 7px
    }

    .M768\:border-b-0 {
        border-bottom-width: 0
    }

    .M768\:border-none {
        border-style: none
    }

    .M768\:bg-transparent {
        background-color: transparent
    }

    .M768\:bg-\[url\(\/assets\/images\/404\/404-bg-x768\.jpg\)\] {
        background-image: url(/assets/images/404/404-bg-x768.jpg)
    }

    .M768\:stroke-gray-720 {
        stroke: #343a4b
    }

    .M768\:stroke-\[0\.5\] {
        stroke-width: .5
    }

    .M768\:stroke-\[2\.7\] {
        stroke-width: 2.7
    }
    .M768\:stroke-\[1\.33\] {
        stroke-width: 1.33
    }
    .M768\:p-0 {
        padding: 0
    }

    .M768\:p-\[4px\] {
        padding: 4px
    }

    .M768\:p-\[28px\] {
        padding: 28.5px
    }

    .M768\:px-0 {
        padding-left: 0;
        padding-right: 0
    }

    .M768\:px-\[4px\] {
        padding-left: 4px;
        padding-right: 4px
    }

    .M768\:px-\[20px\] {
        padding-left: 20px;
        padding-right: 20px
    }

    .M768\:px-\[20px\] {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .M768\:py-\[22px\] {
        padding-top: 22px;
        padding-bottom: 22px
    }

    .M768\:py-\[24px\] {
        padding-top: 24px;
        padding-bottom: 24px
    }

    .M768\:py-\[32px\] {
        padding-top: 32px;
        padding-bottom: 32px
    }
    .M768\:py-0{
        padding-top: 0;
        padding-bottom: 0;
    }
    .M768\:pb-0 {
        padding-bottom: 0
    }

    .M768\:pb-\[7px\] {
        padding-bottom: 7px
    }

    .M768\:pb-\[14px\] {
        padding-bottom: 14px
    }

    .M768\:pb-\[20px\] {
        padding-bottom: 20px
    }

    .M768\:pb-\[32px\] {
        padding-bottom: 32px
    }
    .M768\:pb-\[35px\] {
        padding-bottom: 35px
    }
    .M768\:pb-\[40px\] {
        padding-bottom: 40px
    }

    .M768\:pl-0 {
        padding-left: 0
    }

    .M768\:pl-\[20px\] {
        padding-left: 20px
    }

    .M768\:pl-\[25px\] {
        padding-left: 25px
    }

    .M768\:pl-\[40px\] {
        padding-left: 40px !important;
    }

    .M768\:pl-\[8px\] {
        padding-left: 8px
    }
    .M768\:pr-\[6px\] {
        padding-right: 6px
    }
    .M768\:pr-\[15px\] {
        padding-right: 15px
    }
    .M768\:pr-\[16px\] {
        padding-right: 16px
    }
    .M768\:pr-\[21px\] {
        padding-right: 21px
    }
    .M768\:pr-\[24px\] {
        padding-right: 24px
    }
    .M768\:pr-\[25px\] {
        padding-right: 25px
    }
    .M768\:pr-\[32px\] {
        padding-right: 32px
    }
    .M768\:pr-0 {
        padding-right: 0
    }
    .M768\:pt-0 {
        padding-top: 0
    }

    .M768\:pt-\[2px\] {
        padding-top: 2px
    }

    .M768\:pt-\[20px\] {
        padding-top: 20px
    }
    .M768\:pt-\[60px\] {
        padding-top: 60px
    }
    .M768\:pt-\[61px\] {
        padding-top: 61px
    }

    .M768\:pt-\[80px\] {
        padding-top: 80px
    }

    .M768\:pt-\[5\.6vh\] {
        padding-top: 5.6vh;
    }
    .M768\:pt-\[15vh\] {
        padding-top: 15vh;
    }
    .M768\:pt-\[17vh\] {
        padding-top: 17vh;
    }
    .M768\:text-12 {
        font-size: 12px
    }

    .M768\:text-14 {
        font-size: 14px
    }

    .M768\:text-16 {
        font-size: 16px
    }

    .M768\:text-18 {
        font-size: 18px
    }

    .M768\:text-20 {
        font-size: 20px
    }

    .M768\:text-23 {
        font-size: 23px
    }

    .M768\:text-26 {
        font-size: 26px
    }

    .M768\:text-27 {
        font-size: 27px
    }

    .M768\:text-28 {
        font-size: 28px
    }

    .M768\:text-29 {
        font-size: 29px
    }

    .M768\:text-32 {
        font-size: 32px
    }

    .M768\:text-38 {
        font-size: 38px
    }

    .M768\:text-\[48px\] {
        font-size: 48px
    }

    .M768\:font-medium {
        font-weight: 500
    }

    .M768\:font-extrabold {
        font-weight: 800
    }

    .M768\:leading-\[26px\] {
        line-height: 26px
    }

    .M768\:leading-\[33px\] {
        line-height: 33px
    }

    .M768\:leading-\[43px\] {
        line-height: 43px
    }

    .M768\:leading-1\.0 {
        line-height: 1
    }

    .M768\:leading-1\.2 {
        line-height: 1.2
    }

    .M768\:leading-1\.4 {
        line-height: 1.4
    }

    .M768\:leading-1\.5 {
        line-height: 1.5
    }

    .M768\:w-full-vw--contain {
        min-width: calc(100vw - var(--container-padding-x) * 2);
        max-width: calc(100vw - var(--container-padding-x) * 2)
    }

    .M768\:grid-cols-min-content {
        grid-template-columns:min-content
    }

    .M768\:last\:mb-0:last-child {
        margin-bottom: 0
    }

    .group:hover .M768\:group-hover\:bg-transparent {
        background-color: transparent
    }

    .group:hover .M768\:group-hover\:fill-red-570 {
        fill: #d32424
    }

    .group:hover .M768\:group-hover\:stroke-red-570 {
        stroke: #d32424
    }

    .group:active .M768\:group-active\:bg-transparent {
        background-color: transparent
    }

    .group:active .M768\:group-active\:fill-red-570 {
        fill: #d32424
    }

    .group:active .M768\:group-active\:stroke-red-570 {
        stroke: #d32424
    }
    .M768\:aspect-\[1\/0-767\] {
        aspect-ratio: 1/0.767;
    }

}

@media (max-width: 764px) {
    .M764\:static {
        position: static
    }

    .M764\:mb-0 {
        margin-bottom: 0
    }

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

    .M764\:mb-\[20px\] {
        margin-bottom: 20px
    }

    .M764\:mb-\[24px\] {
        margin-bottom: 24px
    }

    .M764\:mb-\[30px\] {
        margin-bottom: 30px
    }

    .M764\:mb-\[32px\] {
        margin-bottom: 32px
    }

    .M764\:mb-\[5px\] {
        margin-bottom: 5px
    }

    .M764\:ml-0 {
        margin-left: 0
    }

    .M764\:mr-0 {
        margin-right: 0
    }

    .M764\:mt-0 {
        margin-top: 0
    }

    .M764\:mt-\[10px\] {
        margin-top: 10px
    }

    .M764\:mt-\[20px\] {
        margin-top: 20px
    }

    .M764\:block {
        display: block
    }

    .M764\:inline {
        display: inline
    }

    .M764\:flex {
        display: flex
    }

    .M764\:hidden {
        display: none
    }

    .M764\:h-auto {
        height: auto
    }

    .M764\:w-\[20px\] {
        width: 20px
    }

    .M764\:w-\[30px\] {
        width: 30px
    }

    .M764\:w-full {
        width: 100%
    }

    .M764\:min-w-\[calc\(100vw_-_147px\)\] {
        min-width: calc(100vw - 147px)
    }

    .M764\:max-w-\[206px\] {
        max-width: 206px
    }

    .M764\:max-w-\[calc\(100vw_-_147px\)\] {
        max-width: calc(100vw - 147px)
    }

    .M764\:flex-row {
        flex-direction: row
    }

    .M764\:items-center {
        align-items: center
    }

    .M764\:gap-\[20px\] {
        gap: 20px
    }

    .M764\:self-end {
        align-self: flex-end
    }

    .M764\:py-\[30px\] {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .M764\:pb-\[30px\] {
        padding-bottom: 30px
    }

    .M764\:pt-\[8px\] {
        padding-top: 8px
    }

    .M764\:text-center {
        text-align: center
    }

    .M764\:text-16 {
        font-size: 16px
    }

    .M764\:text-20 {
        font-size: 20px
    }

    .M764\:leading-1\.2 {
        line-height: 1.2
    }

    .M764\:leading-1\.5 {
        line-height: 1.5
    }
}

@media (max-width: 640px) {
    .M640\:aspect-\[1\/1-352\] {
        aspect-ratio: 1/1.352;
    }
    .M640\:aspect-\[1\/0-3653\] {
        aspect-ratio: 1/0.3653;
    }
    .M640\:aspect-\[1\/0-453\] {
        aspect-ratio: 1/0.453;
    }
    .M640\:aspect-\[1\/1-397\] {
        aspect-ratio: 1/1.397;
    }
    .M640\:aspect-\[1\/0-767\] {
        aspect-ratio: 1/0.767;
    }
    .M640\:aspect-\[1\/0-775\] {
        aspect-ratio: 1/0.775;
    }
    .M640\:absolute {
        position: absolute
    }

    .M640\:relative {
        position: relative
    }
    .M640\:right-\[7px\] {
        right: 7px
    }
    .M640\:-right-\[8px\] {
        right: -8px
    }

    .M640\:-top-\[8px\] {
        top: -8px
    }
    .M640\:top-\[5px\] {
        top: 5px
    }
    .M640\:bottom-0 {
        bottom: 0
    }

    .M640\:bottom-\[10px\] {
        bottom: 10px
    }
    .M640\:bottom-\[20px\] {
        bottom: 10px
    }
    .M640\:bottom-\[8px\] {
        bottom: 8px
    }

    .M640\:left-0 {
        left: 0
    }
    .M640\:left-\[20px\] {
        bottom: 20px
    }
    .M640\:right-0 {
        right: 0
    }

    .M640\:right-\[16px\] {
        right: 16px
    }

    .M640\:right-\[8px\] {
        right: 8px
    }

    .M640\:right-auto {
        right: auto
    }

    .M640\:top-0 {
        top: 0
    }

    .M640\:top-1\/2 {
        top: 50%
    }

    .M640\:top-\[2px\] {
        top: 2px
    }

    .M640\:top-\[49px\] {
        top: 49px
    }

    .M640\:top-auto {
        top: auto
    }

    .M640\:row-start-1 {
        grid-row-start: 1
    }

    .M640\:-mx-\[16px\] {
        margin-left: -16px;
        margin-right: -16px
    }

    .M640\:mx-auto {
        margin-left: auto;
        margin-right: auto
    }

    .M640\:-ml-\[5px\] {
        margin-left: -5px
    }

    .M640\:-ml-\[6px\] {
        margin-left: -6px
    }

    .M640\:-ml-\[8px\] {
        margin-left: -8px
    }

    .M640\:-mt-\[40px\] {
        margin-top: -40px
    }

    .M640\:mb-0 {
        margin-bottom: 0
    }
    .M640\:mb-\[4px\] {
        margin-bottom: 4px
    }
    .M640\:mb-\[5px\] {
        margin-bottom: 5px
    }
    .M640\:mb-\[8px\] {
        margin-bottom: 8px
    }
    .M640\:mb-\[9px\] {
        margin-bottom: 9px
    }
    .M640\:mb-\[10px\] {
        margin-bottom: 10px
    }

    .M640\:mb-\[12px\] {
        margin-bottom: 12px
    }

    .M640\:mb-\[15px\] {
        margin-bottom: 15px
    }

    .M640\:mb-\[16px\] {
        margin-bottom: 16px
    }
    .M640\:mb-\[18px\] {
        margin-bottom: 18px
    }
    .M640\:mb-\[20\] {
        margin-bottom: 20
    }

    .M640\:mb-\[20px\] {
        margin-bottom: 20px
    }
    .M640\:mb-\[25px\] {
        margin-bottom: 25px
    }
    .M640\:mb-\[30px\] {
        margin-bottom: 30px
    }

    .M640\:mb-\[32px\] {
        margin-bottom: 32px
    }

    .M640\:mb-\[5px\] {
        margin-bottom: 5px
    }

    .M640\:mb-\[8px\] {
        margin-bottom: 8px
    }

    .M640\:ml-0 {
        margin-left: 0
    }

    .M640\:ml-\[5px\] {
        margin-left: 5px
    }

    .M640\:ml-auto {
        margin-left: auto
    }

    .M640\:mr-0 {
        margin-right: 0
    }

    .M640\:mr-\[16px\] {
        margin-right: 16px
    }

    .M640\:mr-\[20px\] {
        margin-right: 20px
    }

    .M640\:mr-\[26px\] {
        margin-right: 26px
    }

    .M640\:mr-\[5px\] {
        margin-right: 5px
    }
    .M640\:mt-\[-2px\] {
        margin-top: -2px
    }
    .M640\:mt-\[-3px\] {
        margin-top: -3px
    }
    .M640\:mt-\[16px\] {
        margin-top: 16px
    }

    .M640\:mt-\[4px\] {
        margin-top: 4px
    }
    .M640\:mt-\[6px\] {
        margin-top: 6px
    }
    .onDesktop {
        display: none;
    }
    .onMobile{
        display: block;
    }
    .M640\:block {
        display: block
    }

    .M640\:flex {
        display: flex
    }
    .M640\:flex-row {
        flex-direction: row;
    }
    .M640\:flex-wrap {
        flex-wrap: wrap;
    }
    .M640\:grid {
        display: grid
    }

    .M640\:hidden {
        display: none
    }

    .M640\:h-\[10px\] {
        height: 10px
    }

    .M640\:h-\[16px\] {
        height: 16px
    }
    .M640\:h-\[18px\] {
        height: 18px
    }
    .M640\:h-\[20px\] {
        height: 20px
    }
    .M640\:h-\[22px\] {
        height: 22px
    }
    .M640\:h-\[24px\] {
        height: 24px
    }
    .M640\:h-\[28px\] {
        height: 28px
    }

    .M640\:h-\[29px\] {
        height: 29px
    }

    .M640\:h-\[35px\] {
        height: 35px
    }

    .M640\:h-\[40px\] {
        height: 40px
    }
    .M640\:h-\[45px\] {
        height: 45px
    }
    .M640\:h-\[48px\] {
        height: 48px
    }
    .M640\:h-\[85px\] {
        height: 85px
    }

    .M640\:h-\[93px\] {
        height: 93px
    }

    .M640\:h-\[98px\] {
        height: 98px
    }

    .M640\:h-\[100px\] {
        height: 100px
    }

    .M640\:h-auto {
        height: auto
    }

    .M640\:h-full {
        height: 100%
    }

    .M640\:max-h-\[107px\] {
        max-height: 107px
    }
    .M640\:max-h-\[117px\] {
        max-height: 117px
    }

    .M640\:max-h-\[200px\] {
        max-height: 200px
    }

    .M640\:max-h-\[22px\] {
        max-height: 22px
    }
    .M640\:max-h-\[24px\] {
        max-height: 24px
    }
    .M640\:max-h-\[31px\] {
        max-height: 31px
    }
    .M640\:max-h-\[59px\] {
        max-height: 59px
    }
    .M640\:max-h-\[50px\] {
        max-height: 50px
    }

    .M640\:max-h-\[84px\] {
        max-height: 84px
    }

    .M640\:min-h-\[100px\] {
        min-height: 100px
    }

    .M640\:min-h-\[107px\] {
        min-height: 107px
    }
    .M640\:min-h-\[117px\] {
        min-height: 117px
    }

    .M640\:min-h-\[12px\] {
        min-height: 12px
    }

    .M640\:min-h-\[1500px\] {
        min-height: 1500px
    }

    .M640\:min-h-\[200px\] {
        min-height: 200px
    }
    .M640\:min-h-\[24px\] {
        min-height: 24px
    }
    .M640\:min-h-\[22px\] {
        min-height: 22px
    }

    .M640\:min-h-\[31px\] {
        min-height: 31px
    }

    .M640\:min-h-\[45px\] {
        min-height: 45px
    }

    .M640\:min-h-\[50px\] {
        min-height: 50px
    }

    .M640\:min-h-\[74px\] {
        min-height: 74px
    }

    .M640\:min-h-\[84px\] {
        min-height: 84px
    }

    .M640\:w-\[110px\] {
        width: 110px
    }
    .M640\:w-\[100px\] {
        width: 100px
    }
    .M640\:w-\[15px\] {
        width: 15px
    }

    .M640\:w-\[165px\] {
        width: 165px
    }

    .M640\:w-\[16px\] {
        width: 16px
    }

    .M640\:w-\[200\%\] {
        width: 200%
    }

    .M640\:w-\[20px\] {
        width: 20px
    }
    .M640\:w-\[24px\] {
        width: 24px
    }

    .M640\:w-\[28px\] {
        width: 28px
    }

    .M640\:w-\[35px\] {
        width: 35px
    }
    .M640\:w-\[32px\] {
        width: 32px
    }
    .M640\:w-auto {
        width: auto
    }

    .M640\:w-full {
        width: 100%
    }
    .M640\:w-calc-\[33vw\] {
        width: calc((100vw - 18px) / 3);
    }
    .M640\:w-calc-\[50vw\] {
        width: calc((100vw - 9px) / 2);
    }

    .M640\:min-w-\[12px\] {
        min-width: 12px
    }

    .M640\:min-w-\[155px\] {
        min-width: 155px
    }

    .M640\:min-w-\[22px\] {
        min-width: 22px
    }
    .M640\:min-w-\[24px\] {
        min-width: 24px
    }
    .M640\:min-w-\[267px\] {
        min-width: 267px
    }

    .M640\:min-w-\[30px\] {
        min-width: 30px
    }

    .M640\:min-w-\[31px\] {
        min-width: 31px
    }

    .M640\:min-w-\[345px\] {
        min-width: 345px
    }

    .M640\:min-w-\[38px\] {
        min-width: 38px
    }
    .M640\:min-w-\[45px\] {
        min-width: 45px
    }
    .M640\:min-w-\[65px\] {
        min-width: 65px
    }

    .M640\:min-w-\[90\%\] {
        min-width: 90%
    }

    .M640\:min-w-\[88vw\] {
        min-width: 88vw
    }

    .M640\:min-w-\[90vw\] {
        min-width: 90vw
    }

    .M640\:min-w-\[auto\] {
        min-width: auto
    }

    .M640\:min-w-full {
        min-width: 100%
    }

    .M640\:min-w-px {
        min-width: 1px
    }

    .M640\:max-w-\[100\%\] {
        max-width: 100%
    }

    .M640\:max-w-\[135px\] {
        max-width: 135px
    }

    .M640\:max-w-\[150px\] {
        max-width: 150px
    }

    .M640\:max-w-\[165px\] {
        max-width: 165px
    }

    .M640\:max-w-\[180px\] {
        max-width: 180px
    }

    .M640\:max-w-\[184px\] {
        max-width: 184px
    }
    .M640\:max-w-\[24px\] {
        max-width: 24px
    }
    .M640\:max-w-\[22px\] {
        max-width: 22px
    }

    .M640\:max-w-\[230px\] {
        max-width: 230px
    }

    .M640\:max-w-\[265px\] {
        max-width: 265px
    }

    .M640\:max-w-\[267px\] {
        max-width: 267px
    }

    .M640\:max-w-\[31px\] {
        max-width: 31px
    }

    .M640\:max-w-\[345px\] {
        max-width: 345px
    }

    .M640\:max-w-\[350px\] {
        max-width: 350px
    }

    .M640\:max-w-\[368px\] {
        max-width: 368px
    }

    .M640\:max-w-\[38px\] {
        max-width: 38px
    }

    .M640\:max-w-\[60\%\] {
        max-width: 60%
    }

    .M640\:max-w-\[65px\] {
        max-width: 65px
    }

    .M640\:max-w-\[90\%\] {
        max-width: 90%
    }

    .M640\:max-w-\[88vw\] {
        max-width: 88vw
    }

    .M640\:max-w-\[90vw\] {
        max-width: 90vw
    }

    .M640\:h-\[fit-content\] {
        height: -moz-fit-content;
        height: fit-content
    }
    .M640\:-translate-y-1\/2 {
        --tw-translate-y: -50%;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
    }

    .M640\:translate-x-\[60px\] {
        --tw-translate-x: 60px;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
    }

    .M640\:-rotate-\[10deg\] {
        --tw-rotate: -10deg;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
    }

    .M640\:rotate-0 {
        --tw-rotate: 0deg;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
    }

    .M640\:-skew-x-\[12deg\] {
        --tw-skew-x: -12deg;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
    }

    .M640\:scale-75 {
        --tw-scale-x: .75;
        --tw-scale-y: .75;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
    }

    .M640\:scale-90 {
        --tw-scale-x: .9;
        --tw-scale-y: .9;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
    }

    .M640\:scale-x-\[\.4\] {
        --tw-scale-x: .4;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
    }

    .M640\:grid-cols-1 {
        grid-template-columns:repeat(1, minmax(0, 1fr))
    }

    .M640\:grid-cols-2 {
        grid-template-columns:repeat(2, minmax(0, 1fr))
    }

    .M640\:flex-col {
        flex-direction: column
    }

    .M640\:flex-row {
        flex-direction: row
    }

    .M640\:flex-col-reverse {
        flex-direction: column-reverse
    }

    .M640\:flex-row-reverse {
        flex-direction: row-reverse
    }

    .M640\:items-start {
        align-items: flex-start
    }

    .M640\:items-end {
        align-items: flex-end
    }

    .M640\:items-center {
        align-items: center
    }

    .M640\:justify-start {
        justify-content: flex-start
    }

    .M640\:justify-end {
        justify-content: end
    }

    .M640\:justify-center {
        justify-content: center
    }

    .M640\:justify-between {
        justify-content: space-between
    }
    .M640\:gap-\[9px\] {
        gap: 9px
    }
    .M640\:gap-\[10px\] {
        gap: 10px
    }

    .M640\:gap-\[20px\] {
        gap: 20px
    }
    .M640\:gap-x-\[5px\] {
        column-gap: 5px
    }
    .M640\:gap-x-\[6px\] {
        column-gap: 6px
    }

    .M640\:gap-x-\[11px\] {
        column-gap: 11px
    }

    .M640\:gap-x-\[20px\] {
        column-gap: 20px
    }

    .M640\:gap-y-\[10px\] {
        row-gap: 10px
    }
    .M640\:gap-y-\[15px\] {
        row-gap: 15px
    }
    .M640\:gap-y-\[20px\] {
        row-gap: 20px
    }

    .M640\:gap-y-\[36px\] {
        row-gap: 36px
    }

    .M640\:gap-y-\[6px\] {
        row-gap: 6px
    }

    .M640\:gap-y-px {
        row-gap: 1px
    }

    .M640\:whitespace-nowrap {
        white-space: nowrap;
    }
    .M640\:whitespace-pre-line {
        white-space: pre-line;
    }
    .M640\:hyphens {
        -webkit-hyphens: auto;
        hyphens: auto;
    }
    .M640\:rounded-5 {
        border-radius: 5px
    }

    .M640\:rounded-none {
        border-radius: 0
    }

    .M640\:rounded-r-5 {
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px
    }

    .M640\:border {
        border-width: 1px
    }
    .M640\:border-2 {
        border-width: 2px
    }
    .M640\:border-4 {
        border-width: 4px
    }

    .M640\:border-r {
        border-right-width: 1px
    }

    .M640\:border-none {
        border-style: none
    }

    .M640\:border-zinc-790\/\[\.1\] {
        border-color: rgb(52 52 52 / .1)
    }
    .M640\:bg-no-image {
        background-image: none !important;
    }
    .M640\:bg-brown-gradient {
        background: linear-gradient(180deg, #060605 0%, #493423 124.83%) ;
    }
    .M640\:bg-black\/\[\.4\] {
        background-color: rgb(0 0 0 / .4)
    }

    .M640\:bg-lime-550 {
        --tw-bg-opacity: 1;
        background-color: rgb(107 178 15 / var(--tw-bg-opacity))
    }

    .M640\:bg-transparent {
        background-color: transparent
    }

    .M640\:bg-white {
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity))
    }

    .M640\:stroke-red-570 {
        stroke: #d32424
    }

    .M640\:object-\[10\%\] {
        object-position: 10%
    }

    .M640\:object-\[20\%\] {
        object-position: 20%
    }

    .M640\:object-right {
        object-position: right
    }

    .M640\:object-left {
        object-position: left
    }
    .M640\:object-cover {
        object-fit: cover;
    }
    .M640\:p-0 {
        padding: 0
    }

    .M640\:p-\[10px\] {
        padding: 10px
    }

    .M640\:p-\[16px\] {
        padding: 16px
    }

    .M640\:p-\[20px\] {
        padding: 20px
    }

    .M640\:p-\[2px\] {
        padding: 2px
    }

    .M640\:p-\[7px\] {
        padding: 7px
    }

    .M640\:p-\[8px\] {
        padding: 8px
    }

    .M640\:px-0 {
        padding-left: 0;
        padding-right: 0
    }

    .M640\:px-\[10px\] {
        padding-left: 10px;
        padding-right: 10px
    }

    .M640\:px-\[11px\] {
        padding-left: 11px;
        padding-right: 11px
    }

    .M640\:px-\[12px\] {
        padding-left: 12px;
        padding-right: 12px
    }

    .M640\:px-\[15px\] {
        padding-left: 15px;
        padding-right: 15px
    }
    .M640\:px-\[17px\] {
        padding-left: 17px;
        padding-right: 17px
    }
    .M640\:px-\[20px\] {
        padding-left: 20px;
        padding-right: 20px
    }

    .M640\:px-\[24px\] {
        padding-left: 24px;
        padding-right: 24px
    }

    .M640\:px-\[30px\] {
        padding-left: 30px;
        padding-right: 30px
    }

    .M640\:px-\[8px\] {
        padding-left: 8px;
        padding-right: 8px
    }

    .M640\:py-0 {
        padding-top: 0;
        padding-bottom: 0
    }

    .M640\:py-\[11px\] {
        padding-top: 11px;
        padding-bottom: 11px
    }

    .M640\:py-\[12px\] {
        padding-top: 12px;
        padding-bottom: 12px
    }

    .M640\:py-\[14px\] {
        padding-top: 14px;
        padding-bottom: 14px
    }

    .M640\:py-\[15px\] {
        padding-top: 15px;
        padding-bottom: 15px
    }

    .M640\:py-\[18px\] {
        padding-top: 18px;
        padding-bottom: 18px
    }

    .M640\:py-\[20px\] {
        padding-top: 20px;
        padding-bottom: 20px
    }
    .M640\:py-\[32px\] {
        padding-top: 32px;
        padding-bottom: 32px
    }
    .M640\:py-\[8px\] {
        padding-top: 8px;
        padding-bottom: 8px
    }

    .M640\:pb-\[10px\] {
        padding-bottom: 10px
    }
    .M640\:pb-\[15px\] {
        padding-bottom: 15px
    }
    .M640\:pb-\[16px\] {
        padding-bottom: 16px
    }

    .M640\:pb-\[30px\] {
        padding-bottom: 30px
    }

    .M640\:pb-\[50px\] {
        padding-bottom: 50px
    }

    .M640\:pb-\[60px\] {
        padding-bottom: 60px
    }
    .M640\:pb-\[54vw\] {
        padding-bottom: 54vw
    }
    .M640\:pl-0 {
        padding-left: 0
    }

    .M640\:pl-\[2px\] {
        padding-left: 2px
    }
    .M640\:pl-\[5px\] {
        padding-left: 5px
    }
    .M640\:pl-\[10px\] {
        padding-left: 10px
    }

    .M640\:pl-\[12px\] {
        padding-left: 12px
    }

    .M640\:pl-\[16px\] {
        padding-left: 16px
    }
    .M640\:pl-\[17px\] {
        padding-left: 17px
    }

    .M640\:pl-\[33px\] {
        padding-left: 33px
    }

    .M640\:pl-\[9px\] {
        padding-left: 9px
    }

    .M640\:pr-0 {
        padding-right: 0px
    }

    .M640\:pr-\[2px\] {
        padding-right: 2px
    }

    .M640\:pr-\[10px\] {
        padding-right: 10px
    }

    .M640\:pr-\[12px\] {
        padding-right: 12px
    }

    .M640\:pr-\[16px\] {
        padding-right: 16px
    }
    .M640\:pr-\[17px\] {
        padding-right: 17px
    }
    .M640\:pr-\[25px\] {
        padding-right: 25px
    }

    .M640\:pr-\[4px\] {
        padding-right: 4px
    }

    .M640\:pr-\[8px\] {
        padding-right: 8px
    }

    .M640\:pt-0 {
        padding-top: 0px
    }
    .M640\:pt-\[5px\] {
        padding-top: 5px
    }
    .M640\:pt-\[14px\] {
        padding-top: 14px
    }
    .M640\:pt-\[16px\] {
        padding-top: 16px
    }
    .M640\:pt-\[20px\] {
        padding-top: 20px
    }
    .M640\:pt-\[33px\] {
        padding-top: 33px
    }
    .M640\:pt-\[55px\] {
        padding-top: 55px
    }
    .M640\:pt-\[60px\] {
        padding-top: 60px
    }
    .M640\:text-left {
        text-align: left
    }

    .M640\:text-center {
        text-align: center
    }

    .M640\:text-right {
        text-align: right
    }

    .M640\:text-8 {
        font-size: 8px
    }
    .M640\:text-9 {
        font-size: 9px
    }

    .M640\:text-10 {
        font-size: 10px
    }

    .M640\:text-12 {
        font-size: 12px
    }

    .M640\:text-14 {
        font-size: 14px
    }
    .M640\:text-15 {
        font-size: 15px
    }
    .M640\:text-16 {
        font-size: 16px
    }

    .M640\:text-18 {
        font-size: 18px
    }

    .M640\:text-20 {
        font-size: 20px
    }
    .M640\:text-22 {
        font-size: 22px
    }
    .M640\:text-24 {
        font-size: 24px
    }

    .M640\:text-26 {
        font-size: 26px
    }

    .M640\:text-28 {
        font-size: 28px
    }

    .M640\:text-30 {
        font-size: 30px
    }

    .M640\:text-32 {
        font-size: 32px
    }

    .M640\:text-\[12px\] {
        font-size: 12px
    }

    .M640\:text-\[26px\] {
        font-size: 26px
    }

    .M640\:text-\[44px\] {
        font-size: 44px
    }

    .M640\:font-medium {
        font-weight: 500
    }

    .M640\:font-normal {
        font-weight: 400
    }

    .M640\:font-semibold {
        font-weight: 600
    }

    .M640\:uppercase {
        text-transform: uppercase
    }

    .M640\:leading-1\.2 {
        line-height: 1.2
    }

    .M640\:leading-1\.4 {
        line-height: 1.4
    }

    .M640\:leading-1\.5 {
        line-height: 1.5
    }

    .M640\:leading-1\.7 {
        line-height: 1.7
    }

    .M640\:leading-\[14px\] {
        line-height: 14px;
    }

    .M640\:blur-0 {
        --tw-blur: blur(0);
        filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
    }

    .M640\:after\:mt-\[4px\]::after {
        content: var(--tw-content);
        margin-top: 4px
    }

    .M640\:after\:bg-red-570::after {
        content: var(--tw-content);
        --tw-bg-opacity: 1;
        background-color: rgb(211 36 36 / var(--tw-bg-opacity))
    }

    .M640\:hover\:bg-transparent:hover {
        background-color: transparent
    }

    .M640\:hover\:after\:bg-lime-550:hover::after {
        content: var(--tw-content);
        --tw-bg-opacity: 1;
        background-color: rgb(107 178 15 / var(--tw-bg-opacity))
    }

    .M640\:active\:bg-transparent:active {
        background-color: transparent
    }

    .M640\:active\:after\:bg-lime-640:active::after {
        content: var(--tw-content);
        --tw-bg-opacity: 1;
        background-color: rgb(100 148 38 / var(--tw-bg-opacity))
    }

    .group:hover .M640\:group-hover\:text-lime-550 {
        --tw-text-opacity: 1;
        color: rgb(107 178 15 / var(--tw-text-opacity))
    }

    .group:active .M640\:group-active\:text-lime-640 {
        --tw-text-opacity: 1;
        color: rgb(100 148 38 / var(--tw-text-opacity))
    }
}

@media (max-width: 470px) {
    .M470\:absolute {
        position: absolute
    }

    .M470\:bottom-\[14px\] {
        bottom: 14px
    }

    .M470\:bottom-\[15px\] {
        bottom: 15px
    }

    .M470\:bottom-\[9px\] {
        bottom: 9px
    }

    .M470\:left-0 {
        left: 0
    }

    .M470\:left-\[15px\] {
        left: 15px
    }

    .M470\:top-0 {
        top: 0
    }

    .M470\:-z-0 {
        z-index: 0
    }

    .M470\:z-10 {
        z-index: 10
    }

    .M470\:col-span-1 {
        grid-column: span 1 / span 1
    }

    .M470\:col-span-2 {
        grid-column: span 2 / span 2
    }

    .M470\:col-start-2 {
        grid-column-start: 2
    }

    .M470\:row-span-1 {
        grid-row: span 1 / span 1
    }

    .M470\:row-span-2 {
        grid-row: span 2 / span 2
    }

    .M470\:row-span-5 {
        grid-row: span 5 / span 5
    }

    .M470\:m-0 {
        margin: 0
    }

    .M470\:-mx-\[16px\] {
        margin-left: -16px;
        margin-right: -16px
    }

    .M470\:mx-auto {
        margin-left: auto;
        margin-right: auto
    }

    .M470\:-ml-\[2px\] {
        margin-left: -2px
    }

    .M470\:-ml-\[8px\] {
        margin-left: -8px
    }
    .M470\:-mr-0{
        margin-right: 0
    }
    .items-center button.M470\:-mr-0{
        margin-right: 0

    }
    .M470\:mb-0 {
        margin-bottom: 0
    }

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

    .M470\:mb-\[11px\] {
        margin-bottom: 11px
    }

    .M470\:mb-\[12px\] {
        margin-bottom: 12px
    }

    .M470\:mb-\[14px\] {
        margin-bottom: 14px
    }

    .M470\:mb-\[15px\] {
        margin-bottom: 15px
    }

    .M470\:mb-\[16px\] {
        margin-bottom: 16px
    }

    .M470\:mb-\[20px\] {
        margin-bottom: 20px
    }

    .M470\:mb-\[24px\] {
        margin-bottom: 24px
    }

    .M470\:mb-\[26px\] {
        margin-bottom: 26px
    }

    .M470\:mb-\[30px\] {
        margin-bottom: 30px
    }
    .M470\:mb-\[40px\] {
        margin-bottom: 40px
    }
    .M470\:mb-\[3px\] {
        margin-bottom: 3px
    }

    .M470\:mb-\[5px\] {
        margin-bottom: 5px
    }

    .M470\:mb-\[6px\] {
        margin-bottom: 6px
    }

    .M470\:mb-\[9px\] {
        margin-bottom: 9px
    }

    .M470\:mr-\[0\] {
        margin-right: 0
    }

    .M470\:mri-\[0\] {
        margin-right: 0 !important;
    }

    .M470\:mr-\[10px\] {
        margin-right: 10px
    }

    .M470\:mr-\[15px\] {
        margin-right: 15px
    }

    .M470\:mr-\[16px\] {
        margin-right: 16px
    }

    .M470\:mr-\[4px\] {
        margin-right: 4px
    }

    .M470\:mr-\[5px\] {
        margin-right: 5px
    }

    .M470\:block {
        display: block
    }

    .M470\:flex {
        display: flex
    }

    .M470\:grid {
        display: grid
    }

    .M470\:hidden {
        display: none
    }

    .M470\:h-\[16px\] {
        height: 16px
    }

    .M470\:h-\[19px\] {
        height: 19px
    }

    .M470\:h-\[20px\] {
        height: 20px
    }

    .M470\:h-\[26px\] {
        height: 26px
    }

    .M470\:h-\[285px\] {
        height: 285px
    }

    .M470\:h-\[95px\] {
        height: 95px
    }

    .M470\:h-auto {
        height: auto
    }

    .M470\:h-full {
        height: 100%
    }

    .M470\:max-h-\[218px\] {
        max-height: 218px
    }

    .M470\:max-h-\[285px\] {
        max-height: 285px
    }

    .M470\:max-h-\[40\%\] {
        max-height: 40%
    }

    .M470\:max-h-\[50px\] {
        max-height: 50px
    }

    .M470\:max-h-\[62px\] {
        max-height: 62px
    }

    .M470\:min-h-\[205px\] {
        min-height: 205px
    }

    .M470\:min-h-\[218px\] {
        min-height: 218px
    }

    .M470\:min-h-\[285px\] {
        min-height: 285px
    }

    .M470\:min-h-\[40\%\] {
        min-height: 40%
    }

    .M470\:min-h-\[50px\] {
        min-height: 50px
    }

    .M470\:min-h-\[887px\] {
        min-height: 887px
    }

    .M470\:w-1\/2 {
        width: 50%
    }

    .M470\:w-\[10px\] {
        width: 10px
    }

    .M470\:w-\[13px\] {
        width: 13px
    }

    .M470\:w-\[19px\] {
        width: 19px
    }

    .M470\:w-\[24px\] {
        width: 24px
    }

    .M470\:w-\[8px\] {
        width: 8px
    }

    .M470\:w-auto {
        width: auto
    }

    .M470\:w-full {
        width: 100%
    }
    .M470\:w-\[80vw\] {
        width: 80vw
    }
    .M470\:min-w-\[100vw\] {
        min-width: 100vw
    }

    .M470\:min-w-\[165px\] {
        min-width: 165px
    }

    .M470\:min-w-\[168px\] {
        min-width: 168px
    }

    .M470\:min-w-\[201px\] {
        min-width: 201px
    }

    .M470\:min-w-\[210px\] {
        min-width: 210px
    }

    .M470\:min-w-\[255px\] {
        min-width: 255px
    }

    .M470\:min-w-\[38px\] {
        min-width: 38px
    }

    .M470\:min-w-\[48px\] {
        min-width: 48px
    }

    .M470\:min-w-\[50px\] {
        min-width: 50px
    }

    .M470\:min-w-\[80px\] {
        min-width: 80px
    }

    .M470\:min-w-\[95px\] {
        min-width: 95px
    }

    .M470\:min-w-full {
        min-width: 100%
    }

    .M470\:max-w-\[100vw\] {
        max-width: 100vw
    }

    .M470\:max-w-\[165px\] {
        max-width: 165px
    }

    .M470\:max-w-\[168px\] {
        max-width: 168px
    }

    .M470\:max-w-\[170px\] {
        max-width: 170px
    }

    .M470\:max-w-\[200px\] {
        max-width: 200px
    }

    .M470\:max-w-\[210px\] {
        max-width: 210px
    }

    .M470\:max-w-\[255px\] {
        max-width: 255px
    }

    .M470\:max-w-\[336px\] {
        max-width: 336px
    }

    .M470\:max-w-\[350px\] {
        max-width: 350px
    }

    .M470\:max-w-\[38px\] {
        max-width: 38px
    }

    .M470\:max-w-\[448px\] {
        max-width: 448px
    }

    .M470\:max-w-\[48px\] {
        max-width: 48px
    }

    .M470\:max-w-\[50px\] {
        max-width: 50px
    }

    .M470\:max-w-\[80px\] {
        max-width: 80px
    }

    .M470\:max-w-\[95px\] {
        max-width: 95px
    }

    .M470\:max-w-none {
        max-width: none
    }

    .M470\:scale-100 {
        --tw-scale-x: 1;
        --tw-scale-y: 1;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
    }

    .M470\:scale-125 {
        --tw-scale-x: 1.25;
        --tw-scale-y: 1.25;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
    }

    .M470\:scale-\[1\.6\] {
        --tw-scale-x: 1.6;
        --tw-scale-y: 1.6;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
    }

    .M470\:grid-cols-1 {
        grid-template-columns:repeat(1, minmax(0, 1fr))
    }

    .M470\:grid-cols-2 {
        grid-template-columns:repeat(2, minmax(0, 1fr))
    }

    .M470\:grid-rows-2 {
        grid-template-rows:repeat(2, minmax(0, 1fr))
    }

    .M470\:flex-col {
        flex-direction: column
    }

    .M470\:flex-col-reverse {
        flex-direction: column-reverse
    }

    .M470\:flex-wrap {
        flex-wrap: wrap
    }

    .M470\:flex-nowrap {
        flex-wrap: nowrap
    }
    .M470\:items-start {
        align-items: flex-start
    }
    .M470\:items-end {
        align-items: flex-end
    }

    .M470\:items-center {
        align-items: center
    }

    .M470\:justify-center {
        justify-content: center
    }

    .M470\:justify-between {
        justify-content: space-between
    }

    .M470\:gap-\[9px\] {
        gap: 9px
    }

    .M470\:gap-x-\[10px\] {
        column-gap: 10px
    }

    .M470\:gap-x-\[11px\] {
        column-gap: 11px
    }

    .M470\:gap-x-\[3px\] {
        column-gap: 3px
    }

    .M470\:gap-y-\[10px\] {
        row-gap: 10px
    }

    .M470\:gap-y-\[15px\] {
        row-gap: 15px
    }

    .M470\:gap-y-\[20px\] {
        row-gap: 20px
    }

    .M470\:self-start {
        align-self: flex-start
    }

    .M470\:self-end {
        align-self: flex-end
    }

    .M470\:rounded-5 {
        border-radius: 5px
    }

    .M470\:border {
        border-width: 1px
    }
    .M470\:border-b {
        border-bottom-width: 1px
    }
    .M470\:border-gallery-500 {
        --tw-border-opacity: 1;
        border-color: rgb(238 238 238 / var(--tw-border-opacity))
    }

    .M470\:border-gray-310 {
        --tw-border-opacity: 1;
        border-color: rgb(233 233 233 / var(--tw-border-opacity))
    }

    .M470\:border-red-310 {
        --tw-border-opacity: 1;
        border-color: rgb(236 118 118 / var(--tw-border-opacity))
    }

    .M470\:bg-gray-150 {
        --tw-bg-opacity: 1;
        background-color: rgb(244 244 244 / var(--tw-bg-opacity))
    }

    .M470\:border-zinc-52 {
        --tw-border-opacity: 1;
        border-color: rgb(52 52 52 / var(--tw-border-opacity))
    }
    .M470\:bg-transparent {
        background-color: transparent
    }

    .M470\:bg-white {
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity))
    }

    .M470\:bg-gradient-red-2 {
        background-image: linear-gradient(179deg, rgba(211, 36, 36, 0) 0%, rgba(128, 5, 5, .44) 23.44%, #430202 100%)
    }

    .M470\:object-contain {
        object-fit: contain
    }

    .M470\:object-left-bottom {
        object-position: left bottom
    }

    .M470\:p-0 {
        padding: 0
    }

    .M470\:p-\[10px\] {
        padding: 10px
    }

    .M470\:p-\[15px\] {
        padding: 15px
    }

    .M470\:p-\[16px\] {
        padding: 16px
    }

    .M470\:p-\[18px\] {
        padding: 18px
    }

    .M470\:p-\[20px\] {
        padding: 20px
    }

    .M470\:p-\[5px\] {
        padding: 5px
    }

    .M470\:px-0 {
        padding-left: 0;
        padding-right: 0
    }
    .M470\:px-\[3vw\] {
        padding-left: 3vw;
        padding-right: 3vw;
    }
    .M470\:px-\[10px\] {
        padding-left: 10px;
        padding-right: 10px
    }

    .M470\:px-\[14px\] {
        padding-left: 14px;
        padding-right: 14px
    }

    .M470\:px-\[20px\] {
        padding-left: 20px;
        padding-right: 20px
    }

    .M470\:px-\[32px\] {
        padding-left: 32px;
        padding-right: 32px
    }

    .M470\:px-\[4px\] {
        padding-left: 4px;
        padding-right: 4px
    }

    .M470\:px-\[5px\] {
        padding-left: 5px;
        padding-right: 5px
    }

    .M470\:px-\[6px\] {
        padding-left: 6px;
        padding-right: 6px
    }

    .M470\:py-\[14px\] {
        padding-top: 14px;
        padding-bottom: 14px
    }

    .M470\:py-\[15px\] {
        padding-top: 15px;
        padding-bottom: 15px
    }

    .M470\:py-\[20px\] {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .M470\:py-\[5px\] {
        padding-top: 5px;
        padding-bottom: 5px
    }

    .M470\:pb-0 {
        padding-bottom: 0
    }

    .M470\:pb-\[10px\] {
        padding-bottom: 10px
    }

    .M470\:pb-\[15px\] {
        padding-bottom: 15px
    }

    .M470\:pb-\[20px\] {
        padding-bottom: 20px
    }

    .M470\:pb-\[26px\] {
        padding-bottom: 26px
    }

    .M470\:pb-\[35px\] {
        padding-bottom: 35px
    }
    .M470\:pb-\[40px\] {
        padding-bottom: 40px
    }
    .M470\:pb-\[6px\] {
        padding-bottom: 6px
    }

    .M470\:pl-0 {
        padding-left: 0
    }

    .M470\:pl-\[18px\] {
        padding-left: 18px
    }

    .M470\:pl-\[20px\] {
        padding-left: 20px
    }

    .M470\:pl-\[5px\] {
        padding-left: 5px
    }

    .M470\:pr-\[10px\] {
        padding-right: 10px
    }

    .M470\:pr-\[22px\] {
        padding-right: 22px
    }

    .M470\:pt-0 {
        padding-top: 0
    }

    .M470\:pt-\[15px\] {
        padding-top: 15px
    }

    .M470\:pt-\[15vh\] {
        padding-top: 15vh
    }

    .M470\:pt-\[20px\] {
        padding-top: 20px
    }

    .M470\:pt-\[26px\] {
        padding-top: 26px
    }

    .M470\:pt-\[2px\] {
        padding-top: 2px
    }

    .M470\:pt-\[30px\] {
        padding-top: 30px
    }
    .M470\:pt-\[40px\] {
        padding-top: 40px
    }
    .M470\:pt-\[3px\] {
        padding-top: 3px
    }

    .M470\:pt-\[4px\] {
        padding-top: 4px
    }

    .M470\:text-10 {
        font-size: 10px
    }

    .M470\:text-12 {
        font-size: 12px
    }

    .M470\:text-14 {
        font-size: 14px
    }

    .M470\:text-16 {
        font-size: 16px
    }

    .M470\:text-18 {
        font-size: 18px
    }

    .M470\:text-20 {
        font-size: 20px
    }

    .M470\:text-24 {
        font-size: 24px
    }

    .M470\:text-26 {
        font-size: 26px
    }

    .M470\:text-30 {
        font-size: 30px
    }

    .M470\:text-32 {
        font-size: 32px
    }

    .M470\:text-\[14px\] {
        font-size: 14px
    }
    .M470\:text-left {
        text-align: left;
    }
    .M470\:font-bold {
        font-weight: 700
    }

    .M470\:font-medium {
        font-weight: 500
    }

    .M470\:font-semibold {
        font-weight: 600
    }

    .M470\:uppercase {
        text-transform: uppercase
    }

    .M470\:normal-case {
        text-transform: none
    }

    .M470\:leading-1\.2 {
        line-height: 1.2
    }

    .M470\:leading-1\.3 {
        line-height: 1.3
    }

    .M470\:leading-1\.4 {
        line-height: 1.4
    }

    .M470\:leading-1\.5 {
        line-height: 1.5
    }

    .M470\:leading-1\.6 {
        line-height: 1.6
    }

    .M470\:leading-1\.7 {
        line-height: 1.7
    }

    .M470\:text-black {
        --tw-text-opacity: 1;
        color: rgb(0 0 0 / var(--tw-text-opacity))
    }

    .M470\:underline {
        text-decoration-line: underline
    }

    .M470\:opacity-0 {
        opacity: 0
    }

    .M470\:grid-rows-min-content {
        grid-template-rows:min-content
    }
}

@media (max-width: 768px) {
    @media (max-width: 470px) {
        .onDesk {
            display: none ;
        }

        .onMob {
            display: block
        }

        .M768\:M470\:max-w-\[328px\] {
            max-width: 328px
        }
    }
}

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

}

@media (max-width: 450px) {
    #armor_cam {
        width: 339px
    }

    .armor_cam {
        width: 339px
    }

    #armor_back {
        width: 331px
    }
}
@media (max-width: 391px) {
    .M390\:pr-\[10px\]{
        padding-right: 10px;
    }
    .M390\:px-\[10px\]{
        padding-right: 10px;
        padding-left: 10px;
    }
    .M390\:pl-\[10px\]{
        padding-left: 10px;
    }
}
@media (max-width: 376px) {
    .M376\:w-\[100px\] {
        width: 100px
    }
    .M376\:w-\[40\%\] {
        width: 40%;
    }
    .M376\:whitespace-unset {
        white-space: unset;
    }

}
@media (max-width: 360px) {
    #armor_cam {
        width: 339px
    }

    .armor_cam {
        width: 339px
    }

    .fix-again {
        width: 340px
    }

    .fix-mob {
        width: 340px
    }

    .M360\:col-span-2 {
        grid-column: span 2 / span 2
    }

    .M360\:col-start-2 {
        grid-column-start: 2
    }

    .M360\:ml-\[16px\] {
        margin-left: 16px
    }

    .M360\:ml-auto {
        margin-left: auto
    }

    .M360\:mr-\[52px\] {
        margin-right: 52px
    }

    .M360\:mr-\[8px\] {
        margin-right: 8px
    }

    .M360\:flex {
        display: flex
    }

    .M360\:hidden {
        display: none
    }

    .M360\:h-\[140px\] {
        height: 140px
    }

    .M360\:h-\[22px\] {
        height: 22px
    }
    .M360\:w-\[100px\] {
        width: 100px
    }
    .M360\:w-\[20px\] {
        width: 20px
    }

    .M360\:w-\[22px\] {
        width: 22px
    }

    .M360\:w-\[77px\] {
        width: 77px
    }

    .M360\:w-auto {
        width: auto
    }

    .M360\:w-full {
        width: 100%
    }

    .M360\:min-w-px {
        min-width: 1px
    }

    .M360\:max-w-\[200px\] {
        max-width: 200px
    }

    .M360\:max-w-\[300px\] {
        max-width: 300px
    }

    .M360\:max-w-\[95vw\] {
        max-width: 95vw
    }

    .M360\:max-w-\[max-content\] {
        max-width: -moz-max-content;
        max-width: max-content
    }

    .M360\:max-w-full {
        max-width: 100%
    }

    .M360\:grid-cols-1 {
        grid-template-columns:repeat(1, minmax(0, 1fr))
    }

    .M360\:grid-cols-3 {
        grid-template-columns:repeat(3, minmax(0, 1fr))
    }

    .M360\:items-start {
        align-items: flex-start
    }

    .M360\:items-center {
        align-items: center
    }

    .M360\:rounded-10 {
        border-radius: 10px
    }

    .M360\:bg-black\/\[\.4\] {
        background-color: rgb(0 0 0 / .4)
    }

    .M360\:bg-black\/\[\.5\] {
        background-color: rgb(0 0 0 / .5)
    }

    .M360\:bg-\[url\(\/assets\/images\/404\/404-bg-x320\.jpg\)\] {
        background-image: url(/assets/images/404/404-bg-x320.jpg)
    }

    .M360\:p-\[8px\] {
        padding: 8px
    }

    .M360\:px-\[10px\] {
        padding-left: 10px;
        padding-right: 10px
    }

    .M360\:px-\[11px\] {
        padding-left: 11px;
        padding-right: 11px
    }

    .M360\:px-\[18px\] {
        padding-left: 18px;
        padding-right: 18px
    }

    .M360\:px-\[30px\] {
        padding-left: 30px;
        padding-right: 30px
    }

    .M360\:px-\[4px\] {
        padding-left: 4px;
        padding-right: 4px
    }

    .M360\:px-\[8px\] {
        padding-left: 8px;
        padding-right: 8px
    }


    .M360\:pr-\[4px\] {
        padding-right: 4px
    }

    .M360\:pt-\[24px\] {
        padding-top: 24px
    }

    .M360\:text-10 {
        font-size: 10px
    }

    .M360\:text-12 {
        font-size: 12px
    }

    .M360\:text-14 {
        font-size: 14px
    }

    .M360\:text-16 {
        font-size: 16px
    }

    .M360\:text-18 {
        font-size: 18px
    }

    .M360\:text-20 {
        font-size: 20px
    }

    .M360\:text-24 {
        font-size: 24px
    }

    .M360\:text-30 {
        font-size: 30px
    }

    @media (max-width: 470px) {
        .M360\:M470\:bottom-\[8px\] {
            bottom: 8px
        }
    }
}

.focus-visible\:\[\&\:not\(\:hover\)\]\:bg-transparent:not(:hover):focus-visible {
    background-color: transparent
}

@media (max-width: 470px) {
    .M470\:\[\&_\>_li\:not\(\:last-child\)\]\:mb-\[24px\] > li:not(:last-child) {
        margin-bottom: 24px
    }
}

.\[\&_\>_li\:not\(\:nth-last-child\(-n\+2\)\)\]\:mb-\[10px\] > li:not(:nth-last-child(-n + 2)) {
    margin-bottom: 10px
}

.\[\&_\>_li\:not\(\:nth-last-child\(-n\+2\)\)\]\:mb-\[24px\] > li:not(:nth-last-child(-n + 2)) {
    margin-bottom: 24px
}

.\[\&_\>_li\:nth-child\(odd\)\]\:mr-\[10px\] > li:nth-child(odd) {
    margin-right: 10px
}

.\[\&_\>_li\:nth-child\(odd\)\]\:mr-\[24px\] > li:nth-child(odd) {
    margin-right: 24px
}

@media (max-width: 470px) {
    .M470\:\[\&_\>_li\:nth-child\(odd\)\]\:mr-0 > li:nth-child(odd) {
        margin-right: 0
    }
}

.peer:checked ~ .peer-checked\:\[\&_\>_svg\]\:opacity-100 > svg {
    opacity: 1
}

.\[\&_br\]\:block br {
    display: block
}

.\[\&_br\]\:h-\[10px\] br {
    height: 10px
}

.\[\&_br\]\:content-\[\"\"\] br {
    --tw-content: "";
    content: var(--tw-content)
}

.\[\&_input\[type\=\"file\"\]\]\:hidden input[type="file"] {
    display: none
}

.\[\&_strong\]\:font-bold strong {
    font-weight: 700
}

.contacts-widget--wrapper > [data-scene], .contacts-widget--wrapper > .spiner {
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: opacity .3s ease-in-out
}

.contacts-widget--wrapper > [data-scene].fading-in, .contacts-widget--wrapper > .spiner.fading-in {
    height: auto;
    animation: fadeIn .3s ease-in-out forwards
}

@keyframes fadeIn {
    to {
        opacity: 1
    }
}

.tooltip--content {
    opacity: 0
}

.tooltip--content.active {
    opacity: 1
}

.add-new-comment--wrapper > [data-scene], .add-new-comment--wrapper > .spiner {
    transition: opacity .3s ease-in-out
}

.add-new-comment--wrapper > [data-scene].fading-in, .add-new-comment--wrapper > .spiner.fading-in {
    height: auto;
    animation: fadeIn .3s ease-in-out forwards
}

.add-new-comment--wrapper h4:not(.add-new-comment--title) {
    font-size: 14px
}

@keyframes fadeIn {
    to {
        opacity: 1
    }
}

.order-step-bar-active {
    --tw-bg-opacity: 1;
    background-color: rgb(52 52 52 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity))
}

.order-step-bar-disable {
    --tw-bg-opacity: 1;
    background-color: rgb(242 242 242 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(52 52 52 / var(--tw-text-opacity))
}

.order--wrapper > [data-scene], .order--body > [data-scene], .order--body > .spiner {
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: opacity .3s ease-in-out
}

.order--wrapper > [data-scene].fading-in, .order--body > [data-scene].fading-in, .order--body > .spiner.fading-in {
    height: auto;
    animation: fadeIn .3s ease-in-out forwards
}

.order--content {
    grid-template-rows:auto 1fr
}

.modal--body {
    overflow: hidden !important
}

@media (min-width: 1024px) {
    .order--content {
        grid-template-columns:auto minmax(475px, 40%)
    }
}

.order--content__step-1 .order--body, .order--content__step-2 .order--body {
    grid-row: span 2 / span 2;
    align-self: flex-start
}

@media (max-width: 1024px) {
    .order--content__step-1 .order--body, .order--content__step-2 .order--body {
        grid-row: span 1 / span 1
    }

    .order--content__step-1 .order--body {
        grid-row-start: 2
    }

    .order--content__step-1 .order--info {
        grid-row-start: 1
    }
}

.order--content__step-1 .order--promo {
    grid-column-start: 2
}

@media (max-width: 1024px) {
    .order--content__step-1 .order--promo {
        grid-column-start: 1;
        grid-row-start: 3
    }

    .order--content__step-2 .order--body {
        grid-row-start: 1
    }

    .order--content__step-2 .order--info {
        grid-row-start: 2
    }
}

.order--content__step-2 .order--promo {
    display: none
}

@keyframes fadeIn {
    to {
        opacity: 1
    }
}

.protection__left__list {
    margin-top: 200px;
    margin-left: 120px
}

.protection__right__list {
    margin-bottom: 90px;
    margin-top: 200px;
    margin-right: 120px
}

.protection__title {
    margin-left: 120px
}

.protection__list__item {
    background-color: white
}

.protection__container {
    z-index: 11
}

.container-catalog {
    z-index: 13
}

.burger-button {
    display: none;
    align-items: center;
    justify-content: center;
    width: 30px
}

.del__btn {
    margin-right: 20px
}

.arrow-top .arrow-icon {
    font-size: 24px
}

.six_ul_container {
    display: flex;
    width: 100%
}

.six_item {
    padding: 5px;
    margin-left: 5px;
    margin-right: 5px;
    background-color: white;
    border-radius: 10px
}

.gallery_module-wrapper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .575);
    width: 100%;
    height: 100%;
    z-index: 999
}

.gallery_content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    z-index: 999999999
}

.gallery-arrow {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 50px;
    width: 20%;
    height: 100%;
    top: 0;
    color: white;
    cursor: pointer;
    z-index: 9999
}

.gallery-arrow:hover {
    background-color: rgba(255, 255, 255, .233)
}

.gallery-arrow-right {
    right: 0
}

.gallery-arrow-left {
    left: 0
}

#modalImage {
    width: 100%;
    max-width: 700px
}

.modal_success-wrapper {
    position: absolute;
    display: flex;
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: white;
    z-index: 999;
    transition: .4
}

.checkbox_wrapper {
    margin-bottom: 10px
}

#review__text {
    transition: .3s;
    cursor: pointer
}

#review__text:hover {
    color: rgb(156, 223, 55)
}

.btn__cart__text {
    color: white;
    font-size: 15;
    font-weight: 700;
    background-color: rgb(211 36 36 / var(--tw-bg-opacity));
    width: auto;
    min-width: 65px;
    padding-right: 5px;
    padding-left: 5px
}

.left_arrow__slider {
    position: absolute;
    color: white;
    text-shadow: 0 1px 1px black;
    font-size: 50px;
    top: 45%;
    left: 10px;
    z-index: 999
}

.main-product-fix {
    min-width: 290px
}

.right_arrow__slider {
    position: absolute;
    color: white;
    text-shadow: 0 1px 1px black;
    font-size: 50px;
    right: 10px;
    top: 45%;
    z-index: 999
}

#keen-slider__product-gallery .left_arrow__slider, #keen-slider__product-gallery .right_arrow__slider {
    display: none
}

#keen-slider__product-gallery:hover .left_arrow__slider, #keen-slider__product-gallery:hover .right_arrow__slider {
    display: inline-block
}

.privacy__src {
    display: inline;
    width: auto;
    text-decoration: underline
}

.order_ul {
    flex-direction: column
}

.banner_item {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 25px;
    max-width: 100%;
    height: 148px;
    margin-bottom: 10px;
    border-radius: 5px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    overflow: hidden
}

.popup-cart {
    position: fixed;
    max-width: 571px;
    width: 100%;
    height: 100%;
    background-color: white;
    top: 0;
    right: -100%;
    transition: 1s;
    z-index: 99999999
}

.result_container {
    border-top: 1px solid #000
}

.popup-btns {
    display: flex;
    justify-content: space-evenly
}

.btn_black-a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 235px;
    height: 65px;
    background-color: #343434;
    font-size: 16px;
    border-radius: 5px;
    color: white
}

.btn_black-a:hover {
}

.btn_red-a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 235px;
    height: 65px;
    background-color: #d32424;
    font-size: 16px;
    border-radius: 5px;
    margin-right: 35px;
    color: white
}

#page-popop_overlay {
    background: #00000086;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
}

.label-reverse {
    display: flex;
    flex-direction: row-reverse;
    align-items: center
}

.label-reverse input {
    margin-right: .5rem
}

.review_block-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 467px;
    height: 682px;
    background-color: white;
    border-radius: 5px
}

.review_block-wrapper-border {
    width: 98%;
    height: 98%;
    margin: 5px;
    border-radius: 5px;
    border: 1px solid #ececec
}

.no-reviews {
    display: flex;
    flex-direction: column;
    border-radius: 5px;
    width: 463px
}

.no-reviews-content {
    width: 384px;
    padding: 48px 47px 76px;
    display: flex;
    flex-direction: column;
    border: 1px solid #f2f2f2;
    border-radius: 5px
}

.no_review_text {
}

#new_review-title {
    font-size: 24px;
    margin-bottom: 16px;
    font-weight: bold;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif
}

.review-rating {
    display: flex;
    align-items: center;
    justify-content: start;
    margin-bottom: 18px;
    color: #c1c1c1
}

.review-user {
    display: flex;
    margin-bottom: 16px
}

.review-username {
    margin-left: 8px
}

.review-comment {
    display: flex;
    justify-content: start;
    align-items: start;
    width: 384px;
    height: 122px;
    border-radius: 10px;
    margin-bottom: 16px;
    padding: 25px;
    padding-left: 35px
}

.review-comment-photo {
    margin-bottom: 17px
}

.review-comment-send_btn {
    text-align: center;
    color: white;
    width: 100%;
    max-width: 384px;
    height: 68px;
    background-color: #d32424;
    font-size: 16px;
    border-radius: 5px;
    transition: .3s
}

.review-comment-send_btn:hover {
    background-color: #5d9a0e
}

.file-label {
    display: flex;
    cursor: pointer;
    margin-bottom: 16px
}

.file-label-text {
    margin-left: 8px
}

.main-product-fix {
    min-width: 290px
}

.review-comment {
    text-align: left;
    align-items: left;
    justify-content: start;
    padding-left: 45px
}

.review-comment::placeholder {
    position: relative;
    top: -4px
}

.placeholder-icon {
    position: absolute;
    left: 4px;
    top: 4px;
    pointer-events: none
}

.catalog-gallery-slider {
    display: flex;
    justify-content: center;
    align-items: center
}

.main-product-fix {
    min-width: 290px
}

.catalog-gallery {
    position: relative;
    height: 375px;
    width: 100%;
    max-width: 281px;
    overflow: hidden
}

.catalog-gallery-wrapper {
    position: absolute;
    display: flex;
    height: 375px;
    width: 100%;
    top: 0;
    left: 0;
    transition: .3s
}

.slider-for-wrapper {
    position: absolute;
    bottom: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    /*z-index: 12*/
}

.catalog-gallery_slider-wrapper {
    justify-content: space-evenly;
    display: flex;
    left: 0;
    width: 200px;
    height: 1px
}

.catalog-gallery_slider-line {
    position: relative;
    width: 30%;
    height: 1px;
    border-radius: 10px;
    border: 2px solid #8a8a8a;
    cursor: pointer
}

.catalog-gallery_slider-line::after {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    padding-top: 8px;
    padding-bottom: 8px;
    --tw-content: "";
    content: var(--tw-content)
}

.slider-line_active {
    border: 2px solid red
}

.js-add2basket {
    color: white
}

.basket_empty {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px
}

.arrow-top {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 25px;
    right: 15px;
    width: 50px;
    height: 50px;
    padding: 5px;
    border-radius: 50%;
    background-color: white;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, .5);
    cursor: pointer;
    z-index: 999999
}

.arrow-top:hover {
    background-color: rgb(196, 194, 194)
}

.arrow-hide {
    display: none
}

#catalog-photo {
    border-radius: 5px
}

.small_basket-empty-text {
    margin-top: 50px;
    color: #8a8a8a;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px
}

.oldprice {
    margin-left: 20px
}

.empty_text_catalog_item {
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    color: #8a8a8a
}

.catalog_item-form {
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    padding: 50px
}

.form_textarea-wrapper {
    position: relative
}

.toAllReviews {
    color: #d32424;
    font-weight: 400;
    font-size: 16px;
    line-height: 19.5px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d32424;
    width: 141px;
    margin-bottom: 29px
}

.add2popupAlert {
    display: none;
    position: fixed;
    right: 0;
    top: 0;
    background-color: white;
    color: black;
    margin: 30px;
    border-radius: 5px;
    border: 1px solid #d32424;
    font-weight: 600;
    font-size: 16px;
    line-height: 23px;
    padding: 20px 40px;
    opacity: 0;
    transition: .5s;
    z-index: 9999999
}

#keen-slider__product-gallery {
    display: flex;
}

.reviews_text {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #343434
}

.reviews_name {
    margin-bottom: 11px
}

.safe_route-adaptive {
    padding: 25px
}

.main-video-modal {
    position: fixed;
    display: none;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .342);
    z-index: 999999999
}

.main-video {
    width: 1280px;
    height: 720px;
    margin: 20px;
    border: 10px solid white;
    border-radius: 10px
}

.btn-kostil-block {
    position: relative
}

.btn-kostil {
    position: absolute;
    top: -300px;
    left: 0
}

.banner-order-adaptive {
}

.onDeskNone {
    display: none
}

.marginOnDesk {
    margin-left: 1px
}

.reviews_gallery-item {
}

.reviews-img {
    height: 276px;
    width: 478px;
    margin: 10px
}

.reviews-addMore-btn {
    color: #d32424;
    background-color: #00000000;
    font-weight: 400;
    font-size: 16px;
    line-height: 19.5px;
    border-bottom: 1px solid #d32424;
    padding-bottom: 5px
}

.reviews_wrapper {
    width: 100%;
    height: 276px;
    overflow-x: scroll
}

.main-product-fix {
    min-width: 290px
}

.card-fix-again {
    gap: 20px
}

.product-color-text-fix {
    margin-bottom: 32px
}

.product-color-block {
    margin-bottom: 15px
}

.topBlock {
    position: sticky;
    top: -200px;
    left: 0;
    background-color: white;
    transition: .5s;
    z-index: 99
}

.header-visible {
    top: 0
}

.modal__wrapper {
    z-index: 999
}

.modal_wrapper-fix {
    z-index: 999
}

#modal__callback {
    display: none
}

.error-popover {
    position: absolute;
    bottom: calc(100% + 8px);
    transition: opacity 0.3s;
    pointer-events: none;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

@media (max-width: 1324px) {
    .main-product-fix {
        min-width: 290px
    }

    .main-video {
        width: 95%;
        min-height: 200px;
        max-height: 700px;
        margin: 20px;
        border: 10px solid white;
        border-radius: 10px
    }
}

@media (min-width: 1000px) {
    .desk_width_armor {
        width: 160px
    }
}

@media (max-width: 1024px) {
    .main-video {
        width: 669px;
        height: 573px
    }

    .true-list {
        height: 1000px
    }

    .true-text-wrapper {
        width: 160px;
        padding-top: 10px
    }

    .true_text {
        font-size: 13px
    }

    .desk_width {
    }

    #protection__container {
        /*display: none*/
    }

    .six_ul_container {
        width: 1500px
    }

    .filter-products {
        position: fixed;
        height: 100%;
        top: 0;
        left: 0;
        overflow: scroll
    }

    .page-overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        backdrop-filter: blur(10px);
        background-color: rgba(0, 0, 0, .26);
        z-index: 12
    }
}

@media (max-width: 1300px) {
    .protection__left__list {
        margin-left: 30px
    }

    .protection__right__list {
        margin-right: 30px
    }

    .protection__title {
        margin-left: 30px
    }
}

@media (max-width: 1000px) {
    .protection__list__item {
        max-width: 320px;
        height: 125px;
        background-color: rgba(255, 255, 255, .432)
    }
}

@media (max-width: 768px) {
    .product-color-text-fix {
        margin-bottom: 0
    }

    .card-text-fix-again {
        margin-bottom: 0
    }

    .card-fix-again {
        width: 100%;
        gap: 10px
    }

    .main-product-fix {
        min-width: 180px;
        max-height: 550px
    }

    .main-video {
        width: 95%;
        height: 270px
    }

    .goods-catalog-item-adaptive {
    }

    .safe_route-adaptive {
        padding: 0
    }

    .no-reviews {
        width: auto
    }

    .sending-title {
        margin-left: 30px
    }

    .modal-body-adaptive {
        min-height: 30%;
        min-width: 95%
    }

    .catalog-gallery {
        height: 216px
    }

    .catalog-gallery-wrapper {
        height: 216px
    }

    .catalog-gallery_slider-line {
        width: 30%
    }

    .catalog-gallery_slider-wrapper {
        left: 0;
        left: 8px;
        width: 90%
    }

    .popup-btns {
        display: flex;
        flex-direction: column
    }

    .btn_red-a {
        margin-bottom: 10px
    }

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

    .popup-cart {
        padding-bottom: 60px;
        max-width: 275px
    }

    .price-old_text {
        font-size: 12px
    }

    .banner_item {
        flex-direction: row;
        font-size: 16px;
        padding: 20px;
        height: 130px;
        min-width: 495px
    }

    .order--promo .banner_item {
        height: 180px;
    }

    .order_ul {
        flex-direction: row
    }

    .left_arrow__slider {
        display: none
    }

    .right_arrow__slider {
        display: none
    }

    .burger-button {
        display: flex
    }

    .search__hidden {
        display: none
    }

    .search__form {
        display: block
    }

    .search__form {
        position: absolute;
        left: 0;
        top: 49px;
        z-index: 999999;
        right: 30px
    }

    .topBlock {
        position: sticky;
        top: -200px;
        left: 0;
        background-color: white;
        transition: .5s;
        z-index: 9999
    }

    .header-visible {
        top: 0
    }

    .protection__right__list {
        margin-top: 350px;
        margin-bottom: 0
    }

    .protection__left__list {
        margin-top: 350px
    }

    .protection__list__item {
        max-width: 200px;
        height: 80px;
        font-size: 12px
    }

    .protection__list__container {
    }

    .protection__video {
        margin-top: 20px
    }

    .protection__left__list {
        gap: 18px;
        margin-top: 49px;
        margin-left: 0
    }

    .protection__right__list {
        gap: 18px;
        margin-top: 18px;
        margin-right: 0;
        margin-bottom: 0
    }

    .protection__right__list li:nth-last-child(2) {
        display: none;
    }

    .protection__left__list li:nth-last-child(2) {
    / / display: none;
    }

    .protection__title {
        font-size: 32px;
        margin-left: 5px
    }

    .protection__list__item {
        font-size: 12px;
        max-width: 423px;
        margin-bottom: 5px
    }

    .protection__footer__title {
        font-size: 14px
    }

    .protection__list__item {
        font-size: 17px;
        height: 73px;
        background-color: rgba(255, 255, 255, .8)
    }

    .protection__list__container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        margin-right: auto;
        margin-left: auto
    }

    .protection__video-container {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100vw;
        max-width: 700px;
        overflow: hidden
    }

    .protection__video {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: -50px !important;
        left: 200px !important;
    }
}

@media (max-width: 460px) {
    .reviews_wrapper {
        height: 330px
    }

    .safe-fix {
        padding: 0
    }
}

@media (max-width: 470px) {
    .container-fix-fix {
        overflow: hidden;
        width: 100%;
        padding: 0;
        padding-left: 0;
        margin-right: auto;
        margin-left: auto;
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .blocks-fix-fix {
        margin-left: 10px;
        margin-right: 10px
    }

    .marginOnDesk {
        margin-left: 0
    }

    .onDeskNone {
        display: block
    }

    .order--promo .banner_item {
        height: 100px;
        min-width: 100%;
        padding: 15px;
    }

    .container-catalog {

        padding-left: 14px;
        padding-right: 14px;
    }
}

@media (max-width: 370px) {
}

.hideonDesktop {
    display: none
}

@media (max-width: 1280px) {
    .hideonDesktop {
        display: block
    }
}

.basket__decrement__slider:hover svg path, .basket__increment__slider:hover svg path {
    stroke: #006A05;
}

.basket__decrement__detail:hover svg path, .basket__increment__detail:hover svg path {
    stroke: #20232C;
}

.basket__input__detail:focus-visible {
    background-color: #fff;
}

.fancybox-content {
    max-width: 68vw !important;
    max-height: fit-content;
    padding: 40px 108px 40px 40px !important;
    cursor: default !important;
    border-radius: 5px;
}

button.fancybox-button.fancybox-close-small {
    height: 30px;
    width: 30px;
    padding: 0;
    top: 30px;
    right: 30px;
}

@media (max-width: 1800px) {
    .fancybox-content {
        max-width: 80vw !important;
    }
}

@media (max-width: 1600px) {
    button.fancybox-button.fancybox-close-small {
        top: 10px;
        right: 10px;
    }

}

@media (max-width: 1024px) {
    .fancybox-content {
        display: none;
    }
}

.arrow__slider {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid #fff;
    padding: 15px 13px;
}

.arrow__slider:hover {
    background-color: rgba(255, 255, 255, 0.5);
}

.fancybox-loading-custom {
    animation: a 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 70px !important;
    left: 50vw !important;
    margin: -35px 0 0 -35px;
    opacity: .7;
    padding: 0;
    position: fixed !important;
    top: 50vh !important;
    width: 70px;
    z-index: 99999 !important;
}

.fancybox-loading-custom-detail {
    animation: a 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 70px !important;
    /* left: unset !important; */
    /* margin: -25px 0 0 -25px; */
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 45% !important;
    width: 70px;
    /* right: 82% !important; */
    /* margin: 0 auto; */
}

.arrow-color {
/ / display: block !important;
    position: relative !important;
}

.arrow-color:after {
    content: none !important;
}

.left_arrow__slider.arrow-color {
    left: 0;
    margin-left: 8px;
}

.right_arrow__slider.arrow-color {
    right: 0;
    margin-right: 8px;
}

.fancybox-arrow {
    width: 55px !important;
    height: 55px !important;
    opacity: 1 !important;
    visibility: visible !important;
    top: 45vh !important;
    background: transparent !important;
    padding: 20px 17px !important;
    border-radius: 50% !important;
    border: 1px solid rgba(255, 255, 255, 0.5) !important;
    background-color: rgba(255, 255, 255, 0.3) !important;
    color: rgba(255, 255, 255, 1) !important;
}

.fancybox-arrow:hover {
    background-color: rgba(255, 255, 255, 0.5) !important;
}

.fancybox-arrow.fancybox-button--arrow_left {
    left: 12% !important;
}

.fancybox-arrow.fancybox-button--arrow_right {
    right: 12% !important;
}

@media (max-width: 1800px) {
    .fancybox-arrow.fancybox-button--arrow_left {
        left: 0% !important;
    }

    .fancybox-arrow.fancybox-button--arrow_right {
        right: 0% !important;
    }

    .fancybox-loading-custom-detail {
        top: 15% !important;
    }
}

@media (min-width: 1024px) {
    #headBlock {
        transition: height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        height: 162.8px;
        position: sticky;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1000;
    }

    #headBlock.shrink {
        height: 64px;
    }

    #headBlockBottom {
        transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1),
        opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        background: inherit;
        width: 100%;
    }


    #headBlockBottom.hidden {
        transform: translateY(-100%);
        opacity: 0;
        pointer-events: none;
    }

    #headBlockBottom:not(.hidden) {
        transform: translateY(0);
        opacity: 1;
    }
}

@media (min-width: 820px) and (max-width: 1024px) {
    #headBlock {
        transition: height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        height: 180px;
        position: sticky;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1000;
    }

    #headBlock.shrink {
        height: 98.8px;
    }

    #headBlockBottom {
        transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1),
        opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        background: inherit;
        width: 100%;
    }

    #headBlockBottom.hidden {
        transform: translateY(-100%);
        opacity: 0;
        pointer-events: none;
    }

    #headBlockBottom:not(.hidden) {
        transform: translateY(0);
        opacity: 1;
    }
}

.catalog-slide-m {
    padding: 13px 10px 14px 13px;
}
@media (max-width: 640px) {
    .catalog-slide-m {
        padding: 10px;
    }
}




/* End */


/* Start:/assets/styles/news.styles.css?17717056845726*/
.name-input-relative{
    position: relative;
}
.name-input-absolut{
    position: absolute;
    display: block;
    color: rgb(193 193 193);
    top: -11px;
    border-radius: 12px;
    padding: 2px 5px;
    left: 20px;
    background: #fff;
}

.link-animation-line::after {
    width: 100%;
}

.input--help {
    top: 115%;
    background-color: #fff;
    box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.1);
}

.input--help-item {
    padding: 0;
    background-image: url("/assets/images/search/search.svg");
    background-repeat: no-repeat;
    background-position: 20px center;
}
.input--help-item a {
    display: block;
    padding: 20px 55px;
}

.input--help-item-request {
    display: flex;
    justify-content: space-between;
    background-image: url("/assets/images/search/clock.svg");
}
.input--help-item-request-btn {
    width: 60px;
    background-image: url("/assets/images/search/x.svg");
    background-repeat: no-repeat;
    background-position: 20px center;
    z-index: 9999;
}

.items-stretch {
    position: relative;
}

.js-rating {
    display: flex;
}
.js-rating-item {
    width: 30px;
    height: 30px;
    margin-right: 2px;
    background-image: url("/assets/images/stars/star.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.js-rating-item.active {
    background-image: url("/assets/images/stars/star_1.svg");
}

.no-reviews-pre-form{
    margin-bottom: 24px;
}
.ps--list-mb {
    margin-bottom: 24px;
}
.form__feedback {
    display: none;
}
.form__feedback--active{
    display: flex;
}
.js-form-open_none {
    display: none;
}



.form__feedback__resp {
    /*position: absolute;*/
    /*display: flex;*/
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 384px;
    height: 250px;
    top: 0;
    left: 0;
    z-index: 999;
}
.form__feedback__resp--active {
    display: flex;
}

.form__feedback__resp .form__feedback__resp-img {
    max-width: 100%;
    width: 60px;
    height: auto;
}

.form__feedback__resp .form__feedback__resp-text {
    line-height: 1.2;
    font-weight: 700;
    font-size: 32px;
}

.border__red-error {
    border: 1px solid #d32424;
}
.ps--wrapper .reviews__li-margin_right {
    margin-right: 25px;
}
.left-top-slider--content .left-top-slider--content-text-mb{
    margin-bottom: 24px;
}
.position-fix {
    top: -2px;
}

.goods-catalog-item-adaptive .goods-catalog-item-adaptive {
    padding: 0;
}

.padding-8px{
    padding: 0 8px;
}

.padding-fix-card-goods {
    padding: 0 10px 14px;
}

.gallery-close {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 50px;
    width: 40px;
    height: 40px;
    rotate: 45deg;
    border-radius: 50%;
    top: 2%;
    right: 2%;
    color: white;
    cursor: pointer;
    z-index: 9999;
}
.gallery-close:hover {
    background-color: rgba(255, 255, 255, 0.233);
}

.gallery_module-wrapper {
    z-index: 9999;
}
.modal__wrapper {
    z-index: 9999;
}

.empty__search {
    display: none;
}

.empty__search--active{
    display: block;
}

.empty__search-reset {
    cursor: pointer;
}


@media (max-width: 1024px) {
    .M1024_inline-castom {
        display: inline;
    }
    .del__btn {
        margin-right: 0;
    }

}
@media (max-width: 827px) {
    .fix-827px-mr-0{
        margin-right: 0;
    }
}
@media (max-width: 780px) {
    .js-event-click-review {
        font-size: 13px;
    }
    .gap-x-\[20px\] {
        column-gap: 10px;
    }
}
@media (max-width: 764px) {
    .js-event-click-review {
        font-size: 14px;
    }
    .gap-x-\[20px\] {
        column-gap: 20px;
    }
    .fix-827px-mr-0{
        margin-right: 48px;
    }
    .position-fix {
        top: -4px;
    }
}

@media (max-width: 768px) {
    .input--help {
        display: none;
        top: 105%;
    }

    .left-top-slider--content .left-top-slider--content-text-mb {
        margin-bottom: 48px;
    }

    .popup-cart {
        padding-bottom: 60px;
        max-width: 100%;
    }
}

@media (max-width: 471px) {
    #lk__profile_block-data .margin-fix-472 {
        margin-right: 0;
    }
    .items-center button{
        margin-right: 10px;
    }
    #decrement{
        margin-right: 0px;
    }
    .popup-cart .p-\[20px\] {
        padding: 10px;
    }
    .card_item picture {
        margin-right: 10px;
    }
    .card_item picture img 	{
        max-width: 80px;
    }
    .card_item{
        padding-right: 10px;
    }
    #basket__decrement{
        margin-right: 0px;
    }
    .padding-fix-card-goods {
        padding: 0px 5px 10px 5px;
    }
}

@media (max-width: 450px) {
    #lk__profile_block-data #email-checked {
        display: block;
    }
    #lk__profile_block-data .fix-ds-block-450 {
        display: block;
    }
    #lk__profile_block-data .fix-grid-450 {
        grid-template-rows: repeat(3, minmax(0, 1fr));
        grid-auto-flow: column;
        grid-template-columns:none;
    }
    #saferoute-cart-widget{
        padding:5px;
    }
}

@media (max-width: 375px) {
    * {
        --header-height: 45px;
    }
}

@media (max-width: 360px) {
    .true-text-wrapper {
        width: 170px;
    }

}

@media (max-width: 324px) {
    #lk-profile--data {
        bottom: -20px;
    }

}

@media (max-width: 320px) {
    #js-resend-sms {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 900px) {
    .input--gray, .input--red .input, input, #js-inputSearch{
        font-size:16px;
    }
}

.catalog-gallery-wrapper{position:relative;}
.catalog-gallery-wrapper,.catalog-gallery{height:auto;}
.catalog-gallery{max-width:100%;}
.left-popup--fixed .close-button-bg{margin-right:0;}
/* End */


/* Start:/assets/styles/vendor/aboutFactory/swiper-bundle.min.css?177419412114424*/
/**
 * Swiper 12.1.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2026 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 18, 2026
 */

:root{--swiper-theme-color:#007aff}:host{display:block;margin-left:auto;margin-right:auto;position:relative;z-index:1}.swiper{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px;.swiper-cube-shadow,.swiper-slide{transform-style:preserve-3d}}.swiper-css-mode{>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none;&::-webkit-scrollbar{display:none}}>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}&.swiper-horizontal{>.swiper-wrapper{scroll-snap-type:x mandatory}>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}>.swiper-wrapper>.swiper-slide:last-child{margin-inline-end:var(--swiper-slides-offset-after)}}&.swiper-vertical{>.swiper-wrapper{scroll-snap-type:y mandatory}>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}>.swiper-wrapper>.swiper-slide:last-child{margin-block-end:var(--swiper-slides-offset-after)}}&.swiper-free-mode{>.swiper-wrapper{scroll-snap-type:none}>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}}&.swiper-centered{>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}}&.swiper-centered.swiper-horizontal{>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}}&.swiper-centered.swiper-vertical{>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}}}.swiper-3d{.swiper-slide-shadow,.swiper-slide-shadow-bottom,.swiper-slide-shadow-left,.swiper-slide-shadow-right,.swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-slide-shadow{background:#00000026}.swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-slide-shadow-top{background-image:linear-gradient(0deg,#00000080,#0000)}.swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,#00000080,#0000)}}.swiper-lazy-preloader{border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid #0000;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible,.swiper:not(.swiper-watch-progress){.swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode{.swiper-wrapper:after{content:"";left:0;pointer-events:none;position:absolute;top:0}}.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{height:var(--swiper-virtual-size);width:1px}}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{align-items:center;color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:flex;height:var(--swiper-navigation-size);justify-content:center;position:absolute;width:var(--swiper-navigation-size);z-index:10;&.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}&.swiper-button-hidden{cursor:auto;opacity:0;pointer-events:none}.swiper-navigation-disabled &{display:none!important}svg{height:100%;object-fit:contain;transform-origin:center;width:100%;fill:currentColor;pointer-events:none}}.swiper-button-lock{display:none}.swiper-button-next,.swiper-button-prev{margin-top:calc(0px - var(--swiper-navigation-size)/2);top:var(--swiper-navigation-top-offset,50%)}.swiper-button-prev{left:var(--swiper-navigation-sides-offset,4px);right:auto;.swiper-navigation-icon{transform:rotate(180deg)}}.swiper-button-next{left:auto;right:var(--swiper-navigation-sides-offset,4px)}.swiper-horizontal{.swiper-button-next,.swiper-button-prev,~.swiper-button-next,~.swiper-button-prev{margin-left:0;margin-top:calc(0px - var(--swiper-navigation-size)/2);top:var(--swiper-navigation-top-offset,50%)}&.swiper-rtl .swiper-button-next,&.swiper-rtl~.swiper-button-next,&~.swiper-button-prev,.swiper-button-prev{left:var(--swiper-navigation-sides-offset,4px);right:auto}&.swiper-rtl .swiper-button-prev,&.swiper-rtl~.swiper-button-prev,&~.swiper-button-next,.swiper-button-next{left:auto;right:var(--swiper-navigation-sides-offset,4px)}&.swiper-rtl .swiper-button-next,&.swiper-rtl~.swiper-button-next,&~.swiper-button-prev,.swiper-button-prev{.swiper-navigation-icon{transform:rotate(180deg)}}&.swiper-rtl .swiper-button-prev,&.swiper-rtl~.swiper-button-prev{.swiper-navigation-icon{transform:rotate(0deg)}}}.swiper-vertical{.swiper-button-next,.swiper-button-prev,~.swiper-button-next,~.swiper-button-prev{left:var(--swiper-navigation-top-offset,50%);margin-left:calc(0px - var(--swiper-navigation-size)/2);margin-top:0;right:auto}.swiper-button-prev,~.swiper-button-prev{bottom:auto;top:var(--swiper-navigation-sides-offset,4px);.swiper-navigation-icon{transform:rotate(-90deg)}}.swiper-button-next,~.swiper-button-next{bottom:var(--swiper-navigation-sides-offset,4px);top:auto;.swiper-navigation-icon{transform:rotate(90deg)}}}.swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:opacity .3s;z-index:10;&.swiper-pagination-hidden{opacity:0}&.swiper-pagination-disabled,.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);left:0;top:var(--swiper-pagination-top,auto);width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden;.swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullet-active,.swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullet-active-next-next{transform:scale(.33)}}.swiper-pagination-bullet{background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:var(--swiper-pagination-bullet-border-radius,50%);display:inline-block;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));button&{appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable &{cursor:pointer}&:only-child{display:none!important}}.swiper-pagination-bullet-active{background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:var(--swiper-pagination-bullet-opacity,1)}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{left:var(--swiper-pagination-left,auto);right:var(--swiper-pagination-right,8px);top:50%;transform:translate3d(0,-50%,0);.swiper-pagination-bullet{display:block;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}&.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px;.swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}}}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets{.swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}&.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap;.swiper-pagination-bullet{transition:transform .2s,left .2s}}}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,#00000040);position:absolute;.swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;transform:scale(0);transform-origin:left top;width:100%}.swiper-rtl & .swiper-pagination-progressbar-fill{transform-origin:right top}&.swiper-pagination-horizontal,&.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-horizontal>&,.swiper-vertical>&.swiper-pagination-progressbar-opposite{height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0;width:100%}&.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,&.swiper-pagination-vertical,.swiper-horizontal>&.swiper-pagination-progressbar-opposite,.swiper-vertical>&{height:100%;left:0;top:0;width:var(--swiper-pagination-progressbar-size,4px)}}.swiper-pagination-lock{display:none}.swiper-scrollbar{background:var(--swiper-scrollbar-bg-color,#0000001a);border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;&.swiper-scrollbar-disabled,.swiper-scrollbar-disabled>&{display:none!important}&.swiper-scrollbar-horizontal,.swiper-horizontal>&{bottom:var(--swiper-scrollbar-bottom,4px);height:var(--swiper-scrollbar-size,4px);left:var(--swiper-scrollbar-sides-offset,1%);position:absolute;top:var(--swiper-scrollbar-top,auto);width:calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);z-index:50}&.swiper-scrollbar-vertical,.swiper-vertical>&{height:calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);left:var(--swiper-scrollbar-left,auto);position:absolute;right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);width:var(--swiper-scrollbar-size,4px);z-index:50}}.swiper-scrollbar-drag{background:var(--swiper-scrollbar-drag-bg-color,#00000080);border-radius:var(--swiper-scrollbar-border-radius,10px);height:100%;left:0;position:relative;top:0;width:100%}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{align-items:center;display:flex;height:100%;justify-content:center;text-align:center;width:100%;>canvas,>img,>svg{max-height:100%;max-width:100%;object-fit:contain}}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{left:0;opacity:0;pointer-events:none;position:absolute;top:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{margin:0 auto;transition-timing-function:ease-out}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-direction:column;flex-wrap:wrap}.swiper-fade{&.swiper-free-mode{.swiper-slide{transition-timing-function:ease-out}}.swiper-slide{pointer-events:none;transition-property:opacity;.swiper-slide{pointer-events:none}}.swiper-slide-active{pointer-events:auto;& .swiper-slide-active{pointer-events:auto}}}.swiper.swiper-cube{overflow:visible}.swiper-cube{.swiper-slide{backface-visibility:hidden;height:100%;pointer-events:none;transform-origin:0 0;visibility:hidden;width:100%;z-index:1;.swiper-slide{pointer-events:none}}&.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-slide-active{&,& .swiper-slide-active{pointer-events:auto}}.swiper-slide-active,.swiper-slide-next,.swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube-shadow{bottom:0;height:100%;left:0;opacity:.6;position:absolute;width:100%;z-index:0;&:before{background:#000;bottom:0;content:"";filter:blur(50px);left:0;position:absolute;right:0;top:0}}}.swiper-cube{.swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}}.swiper-cube{.swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-slide-shadow-cube.swiper-slide-shadow-top{backface-visibility:hidden;z-index:0}}.swiper.swiper-flip{overflow:visible}.swiper-flip{.swiper-slide{backface-visibility:hidden;pointer-events:none;z-index:1;.swiper-slide{pointer-events:none}}.swiper-slide-active{&,& .swiper-slide-active{pointer-events:auto}}}.swiper-flip{.swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-slide-shadow-flip.swiper-slide-shadow-top{backface-visibility:hidden;z-index:0}}.swiper-creative{.swiper-slide{backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}}.swiper.swiper-cards{overflow:visible}.swiper-cards{.swiper-slide{backface-visibility:hidden;overflow:hidden;transform-origin:center bottom}}
/* End */


/* Start:/assets/styles/vendor/aboutFactory/fancybox.css?177419414725343*/
:root{--f-spinner-width: 36px;--f-spinner-height: 36px;--f-spinner-color-1: rgba(0, 0, 0, 0.1);--f-spinner-color-2: rgba(17, 24, 28, 0.8);--f-spinner-stroke: 2.75}.f-spinner{margin:auto;padding:0;width:var(--f-spinner-width);height:var(--f-spinner-height)}.f-spinner svg{width:100%;height:100%;vertical-align:top;animation:f-spinner-rotate 2s linear infinite}.f-spinner svg *{stroke-width:var(--f-spinner-stroke);fill:none}.f-spinner svg *:first-child{stroke:var(--f-spinner-color-1)}.f-spinner svg *:last-child{stroke:var(--f-spinner-color-2);animation:f-spinner-dash 2s ease-in-out infinite}@keyframes f-spinner-rotate{100%{transform:rotate(360deg)}}@keyframes f-spinner-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}100%{stroke-dasharray:90,150;stroke-dashoffset:-124}}.f-throwOutUp{animation:var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp}.f-throwOutDown{animation:var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutDown}@keyframes f-throwOutUp{to{transform:translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);opacity:0}}@keyframes f-throwOutDown{to{transform:translate3d(0, var(--f-throw-out-distance, 150px), 0);opacity:0}}.f-zoomInUp{animation:var(--f-transition-duration, 0.2s) ease .1s both f-zoomInUp}.f-zoomOutDown{animation:var(--f-transition-duration, 0.2s) ease both f-zoomOutDown}@keyframes f-zoomInUp{from{transform:scale(0.975) translate3d(0, 16px, 0);opacity:0}to{transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes f-zoomOutDown{to{transform:scale(0.975) translate3d(0, 16px, 0);opacity:0}}.f-fadeIn{animation:var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;z-index:2}.f-fadeOut{animation:var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;z-index:1}@keyframes f-fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeOut{100%{opacity:0}}.f-fadeFastIn{animation:var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;z-index:2}.f-fadeFastOut{animation:var(--f-transition-duration, 0.1s) ease-out both f-fadeFastOut;z-index:2}@keyframes f-fadeFastIn{0%{opacity:.75}100%{opacity:1}}@keyframes f-fadeFastOut{100%{opacity:0}}.f-fadeSlowIn{animation:var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;z-index:2}.f-fadeSlowOut{animation:var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;z-index:1}@keyframes f-fadeSlowIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeSlowOut{100%{opacity:0}}.f-crossfadeIn{animation:var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;z-index:2}.f-crossfadeOut{animation:calc(var(--f-transition-duration, 0.2s)*.5) linear .1s both f-crossfadeOut;z-index:1}@keyframes f-crossfadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-crossfadeOut{100%{opacity:0}}.f-slideIn.from-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext}.f-slideIn.from-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev}.f-slideOut.to-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext}.f-slideOut.to-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev}@keyframes f-slideInPrev{0%{transform:translateX(100%)}100%{transform:translate3d(0, 0, 0)}}@keyframes f-slideInNext{0%{transform:translateX(-100%)}100%{transform:translate3d(0, 0, 0)}}@keyframes f-slideOutNext{100%{transform:translateX(-100%)}}@keyframes f-slideOutPrev{100%{transform:translateX(100%)}}.f-classicIn.from-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;z-index:2}.f-classicIn.from-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;z-index:2}.f-classicOut.to-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;z-index:1}.f-classicOut.to-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;z-index:1}@keyframes f-classicInNext{0%{transform:translateX(-75px);opacity:0}100%{transform:translate3d(0, 0, 0);opacity:1}}@keyframes f-classicInPrev{0%{transform:translateX(75px);opacity:0}100%{transform:translate3d(0, 0, 0);opacity:1}}@keyframes f-classicOutNext{100%{transform:translateX(-75px);opacity:0}}@keyframes f-classicOutPrev{100%{transform:translateX(75px);opacity:0}}:root{--f-button-width: 40px;--f-button-height: 40px;--f-button-border: 0;--f-button-border-radius: 0;--f-button-color: #374151;--f-button-bg: #f8f8f8;--f-button-hover-bg: #e0e0e0;--f-button-active-bg: #d0d0d0;--f-button-shadow: none;--f-button-transition: all 0.15s ease;--f-button-transform: none;--f-button-svg-width: 20px;--f-button-svg-height: 20px;--f-button-svg-stroke-width: 1.5;--f-button-svg-fill: none;--f-button-svg-filter: none;--f-button-svg-disabled-opacity: 0.65}.f-button{display:flex;justify-content:center;align-items:center;box-sizing:content-box;position:relative;margin:0;padding:0;width:var(--f-button-width);height:var(--f-button-height);border:var(--f-button-border);border-radius:var(--f-button-border-radius);color:var(--f-button-color);background:var(--f-button-bg);box-shadow:var(--f-button-shadow);pointer-events:all;cursor:pointer;transition:var(--f-button-transition)}@media(hover: hover){.f-button:hover:not([disabled]){color:var(--f-button-hover-color);background-color:var(--f-button-hover-bg)}}.f-button:active:not([disabled]){background-color:var(--f-button-active-bg)}.f-button:focus:not(:focus-visible){outline:none}.f-button:focus-visible{outline:none;box-shadow:inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color))}.f-button svg{width:var(--f-button-svg-width);height:var(--f-button-svg-height);fill:var(--f-button-svg-fill);stroke:currentColor;stroke-width:var(--f-button-svg-stroke-width);stroke-linecap:round;stroke-linejoin:round;transition:opacity .15s ease;transform:var(--f-button-transform);filter:var(--f-button-svg-filter);pointer-events:none}.f-button[disabled]{cursor:default}.f-button[disabled] svg{opacity:var(--f-button-svg-disabled-opacity)}.f-carousel__nav .f-button.is-prev,.f-carousel__nav .f-button.is-next,.fancybox__nav .f-button.is-prev,.fancybox__nav .f-button.is-next{position:absolute;z-index:1}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-next{top:50%;transform:translateY(-50%)}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-prev{left:var(--f-button-prev-pos)}.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-next{right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev{left:auto;right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,.is-horizontal.is-rtl .fancybox__nav .f-button.is-next{right:auto;left:var(--f-button-prev-pos)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-next{top:auto;left:50%;transform:translateX(-50%)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-prev{top:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-next{bottom:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-prev svg,.is-vertical .f-carousel__nav .f-button.is-next svg,.is-vertical .fancybox__nav .f-button.is-prev svg,.is-vertical .fancybox__nav .f-button.is-next svg{transform:rotate(90deg)}.f-carousel__nav .f-button:disabled,.fancybox__nav .f-button:disabled{pointer-events:none}html.with-fancybox{width:auto;overflow:visible;scroll-behavior:auto}html.with-fancybox body{touch-action:none}html.with-fancybox body.hide-scrollbar{width:auto;margin-right:calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));overflow:hidden !important;overscroll-behavior-y:none}.fancybox__container{--fancybox-color: #dbdbdb;--fancybox-hover-color: #fff;--fancybox-bg: rgba(24, 24, 27, 0.98);--fancybox-slide-gap: 10px;--f-spinner-width: 50px;--f-spinner-height: 50px;--f-spinner-color-1: rgba(255, 255, 255, 0.1);--f-spinner-color-2: #bbb;--f-spinner-stroke: 3.65;position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;display:flex;flex-direction:column;box-sizing:border-box;margin:0;padding:0;color:#f8f8f8;-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:visible;z-index:var(--fancybox-zIndex, 1050);outline:none;transform-origin:top left;-webkit-text-size-adjust:100%;-moz-text-size-adjust:none;-ms-text-size-adjust:100%;text-size-adjust:100%;overscroll-behavior-y:contain}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container::backdrop{background-color:rgba(0,0,0,0)}.fancybox__backdrop{position:fixed;top:0;left:0;bottom:0;right:0;z-index:-1;background:var(--fancybox-bg);opacity:var(--fancybox-opacity, 1);will-change:opacity}.fancybox__carousel{position:relative;box-sizing:border-box;flex:1;min-height:0;z-index:10;overflow-y:visible;overflow-x:clip}.fancybox__viewport{width:100%;height:100%}.fancybox__viewport.is-draggable{cursor:move;cursor:grab}.fancybox__viewport.is-dragging{cursor:move;cursor:grabbing}.fancybox__track{display:flex;margin:0 auto;height:100%}.fancybox__slide{flex:0 0 auto;position:relative;display:flex;flex-direction:column;align-items:center;width:100%;height:100%;margin:0 var(--fancybox-slide-gap) 0 0;padding:4px;overflow:auto;overscroll-behavior:contain;transform:translate3d(0, 0, 0);backface-visibility:hidden}.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn{padding-top:40px}.fancybox__slide.has-iframe,.fancybox__slide.has-video,.fancybox__slide.has-html5video{overflow:hidden}.fancybox__slide.has-image{overflow:hidden}.fancybox__slide.has-image.is-animating,.fancybox__slide.has-image.is-selected{overflow:visible}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}.fancybox__backdrop:empty,.fancybox__viewport:empty,.fancybox__track:empty,.fancybox__slide:empty{display:block}.fancybox__content{align-self:center;display:flex;flex-direction:column;position:relative;margin:0;padding:2rem;max-width:100%;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);cursor:default;border-radius:0;z-index:20}.is-loading .fancybox__content{opacity:0}.is-draggable .fancybox__content{cursor:move;cursor:grab}.can-zoom_in .fancybox__content{cursor:zoom-in}.can-zoom_out .fancybox__content{cursor:zoom-out}.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__content [data-selectable],.fancybox__content [contenteditable]{cursor:auto}.fancybox__slide.has-image>.fancybox__content{padding:0;background:rgba(0,0,0,0);min-height:1px;background-repeat:no-repeat;background-size:contain;background-position:center center;transition:none;transform:translate3d(0, 0, 0);backface-visibility:hidden}.fancybox__slide.has-image>.fancybox__content>picture>img{width:100%;height:auto;max-height:100%}.is-animating .fancybox__content,.is-dragging .fancybox__content{will-change:transform,width,height}.fancybox-image{margin:auto;display:block;width:100%;height:100%;min-height:0;object-fit:contain;user-select:none;filter:blur(0px)}.fancybox__caption{align-self:center;max-width:100%;flex-shrink:0;margin:0;padding:14px 0 4px 0;overflow-wrap:anywhere;line-height:1.375;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);cursor:auto;visibility:visible}.is-loading .fancybox__caption,.is-closing .fancybox__caption{opacity:0;visibility:hidden}.is-compact .fancybox__caption{padding-bottom:0}.f-button.is-close-btn{--f-button-svg-stroke-width: 2;position:absolute;top:0;right:8px;z-index:40}.fancybox__content>.f-button.is-close-btn{--f-button-width: 34px;--f-button-height: 34px;--f-button-border-radius: 4px;--f-button-color: var(--fancybox-color, #fff);--f-button-hover-color: var(--fancybox-color, #fff);--f-button-bg: transparent;--f-button-hover-bg: transparent;--f-button-active-bg: transparent;--f-button-svg-width: 22px;--f-button-svg-height: 22px;position:absolute;top:-38px;right:0;opacity:.75}.is-loading .fancybox__content>.f-button.is-close-btn{visibility:hidden}.is-zooming-out .fancybox__content>.f-button.is-close-btn{visibility:hidden}.fancybox__content>.f-button.is-close-btn:hover{opacity:1}.fancybox__footer{padding:0;margin:0;position:relative}.fancybox__footer .fancybox__caption{width:100%;padding:24px;opacity:var(--fancybox-opacity, 1);transition:all .25s ease}.is-compact .fancybox__footer{position:absolute;bottom:0;left:0;right:0;z-index:20;background:rgba(24,24,27,.5)}.is-compact .fancybox__footer .fancybox__caption{padding:12px}.is-compact .fancybox__content>.f-button.is-close-btn{--f-button-border-radius: 50%;--f-button-color: #fff;--f-button-hover-color: #fff;--f-button-outline-color: #000;--f-button-bg: rgba(0, 0, 0, 0.6);--f-button-active-bg: rgba(0, 0, 0, 0.6);--f-button-hover-bg: rgba(0, 0, 0, 0.6);--f-button-svg-width: 18px;--f-button-svg-height: 18px;--f-button-svg-filter: none;top:5px;right:5px}.fancybox__nav{--f-button-width: 50px;--f-button-height: 50px;--f-button-border: 0;--f-button-border-radius: 50%;--f-button-color: var(--fancybox-color);--f-button-hover-color: var(--fancybox-hover-color);--f-button-bg: transparent;--f-button-hover-bg: rgba(24, 24, 27, 0.3);--f-button-active-bg: rgba(24, 24, 27, 0.5);--f-button-shadow: none;--f-button-transition: all 0.15s ease;--f-button-transform: none;--f-button-svg-width: 26px;--f-button-svg-height: 26px;--f-button-svg-stroke-width: 2.5;--f-button-svg-fill: none;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));--f-button-svg-disabled-opacity: 0.65;--f-button-next-pos: 1rem;--f-button-prev-pos: 1rem;opacity:var(--fancybox-opacity, 1)}.fancybox__nav .f-button:before{position:absolute;content:"";top:-30px;right:-20px;left:-20px;bottom:-30px;z-index:1}.is-idle .fancybox__nav{animation:.15s ease-out both f-fadeOut}.is-idle.is-compact .fancybox__footer{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__slide>.f-spinner{position:absolute;top:50%;left:50%;margin:var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));z-index:30;cursor:pointer}.fancybox-protected{position:absolute;top:0;left:0;right:0;bottom:0;z-index:40;user-select:none}.fancybox-ghost{position:absolute;top:0;left:0;width:100%;height:100%;min-height:0;object-fit:contain;z-index:40;user-select:none;pointer-events:none}.fancybox-focus-guard{outline:none;opacity:0;position:fixed;pointer-events:none}.fancybox__container:not([aria-hidden]){opacity:0}.fancybox__container.is-animated[aria-hidden=false]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide>*:not(.fancybox__content){animation:var(--f-interface-enter-duration, 0.25s) ease .1s backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop{animation:var(--f-backdrop-enter-duration, 0.35s) ease backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=true]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide>*:not(.fancybox__content){animation:var(--f-interface-exit-duration, 0.15s) ease forwards f-fadeOut}.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop{animation:var(--f-backdrop-exit-duration, 0.35s) ease forwards f-fadeOut}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content{width:calc(100% - 120px);height:90%}.fancybox__container.is-compact .has-iframe .fancybox__content,.fancybox__container.is-compact .has-map .fancybox__content,.fancybox__container.is-compact .has-pdf .fancybox__content{width:100%;height:100%}.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:rgba(0,0,0,0)}.fancybox-placeholder{border:0 !important;clip:rect(1px, 1px, 1px, 1px) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.f-carousel__thumbs{--f-thumb-width: 96px;--f-thumb-height: 72px;--f-thumb-outline: 0;--f-thumb-outline-color: #5eb0ef;--f-thumb-opacity: 1;--f-thumb-hover-opacity: 1;--f-thumb-selected-opacity: 1;--f-thumb-border-radius: 2px;--f-thumb-offset: 0px;--f-button-next-pos: 0;--f-button-prev-pos: 0}.f-carousel__thumbs.is-classic{--f-thumb-gap: 8px;--f-thumb-opacity: 0.5;--f-thumb-hover-opacity: 1;--f-thumb-selected-opacity: 1}.f-carousel__thumbs.is-modern{--f-thumb-gap: 4px;--f-thumb-extra-gap: 16px;--f-thumb-clip-width: 46px}.f-thumbs{position:relative;flex:0 0 auto;margin:0;overflow:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0);user-select:none;perspective:1000px;transform:translateZ(0)}.f-thumbs .f-spinner{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:2px;background-image:linear-gradient(#ebeff2, #e2e8f0);z-index:-1}.f-thumbs .f-spinner svg{display:none}.f-thumbs.is-vertical{height:100%}.f-thumbs__viewport{width:100%;height:auto;overflow:hidden;transform:translate3d(0, 0, 0)}.f-thumbs__track{display:flex}.f-thumbs__slide{position:relative;flex:0 0 auto;box-sizing:content-box;display:flex;align-items:center;justify-content:center;padding:0;margin:0;width:var(--f-thumb-width);height:var(--f-thumb-height);overflow:visible;cursor:pointer}.f-thumbs__slide.is-loading img{opacity:0}.is-classic .f-thumbs__viewport{height:100%}.is-modern .f-thumbs__track{width:max-content}.is-modern .f-thumbs__track::before{content:"";position:absolute;top:0;bottom:0;left:calc((var(--f-thumb-clip-width, 0))*-0.5);width:calc(var(--width, 0)*1px + var(--f-thumb-clip-width, 0));cursor:pointer}.is-modern .f-thumbs__slide{width:var(--f-thumb-clip-width);transform:translate3d(calc(var(--shift, 0) * -1px), 0, 0);transition:none;pointer-events:none}.is-modern.is-resting .f-thumbs__slide{transition:transform .33s ease}.is-modern.is-resting .f-thumbs__slide__button{transition:clip-path .33s ease}.is-using-tab .is-modern .f-thumbs__slide:focus-within{filter:drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color))}.f-thumbs__slide__button{appearance:none;width:var(--f-thumb-width);height:100%;margin:0 -100% 0 -100%;padding:0;border:0;position:relative;border-radius:var(--f-thumb-border-radius);overflow:hidden;background:rgba(0,0,0,0);outline:none;cursor:pointer;pointer-events:auto;touch-action:manipulation;opacity:var(--f-thumb-opacity);transition:opacity .2s ease}.f-thumbs__slide__button:hover{opacity:var(--f-thumb-hover-opacity)}.f-thumbs__slide__button:focus:not(:focus-visible){outline:none}.f-thumbs__slide__button:focus-visible{outline:none;opacity:var(--f-thumb-selected-opacity)}.is-modern .f-thumbs__slide__button{--clip-path: inset( 0 calc( ((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))) * (1 - var(--progress, 0)) * 0.5 ) round var(--f-thumb-border-radius, 0) );clip-path:var(--clip-path)}.is-classic .is-nav-selected .f-thumbs__slide__button{opacity:var(--f-thumb-selected-opacity)}.is-classic .is-nav-selected .f-thumbs__slide__button::after{content:"";position:absolute;top:0;left:0;right:0;height:auto;bottom:0;border:var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);border-radius:var(--f-thumb-border-radius);animation:f-fadeIn .2s ease-out;z-index:10}.f-thumbs__slide__img{overflow:hidden;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0;padding:var(--f-thumb-offset);box-sizing:border-box;pointer-events:none;object-fit:cover;border-radius:var(--f-thumb-border-radius)}.f-thumbs.is-horizontal .f-thumbs__track{padding:8px 0 12px 0}.f-thumbs.is-horizontal .f-thumbs__slide{margin:0 var(--f-thumb-gap) 0 0}.f-thumbs.is-vertical .f-thumbs__track{flex-wrap:wrap;padding:0 8px}.f-thumbs.is-vertical .f-thumbs__slide{margin:0 0 var(--f-thumb-gap) 0}.fancybox__thumbs{--f-thumb-width: 96px;--f-thumb-height: 72px;--f-thumb-border-radius: 2px;--f-thumb-outline: 2px;--f-thumb-outline-color: #ededed;position:relative;opacity:var(--fancybox-opacity, 1);transition:max-height .35s cubic-bezier(0.23, 1, 0.32, 1)}.fancybox__thumbs.is-classic{--f-thumb-gap: 8px;--f-thumb-opacity: 0.5;--f-thumb-hover-opacity: 1}.fancybox__thumbs.is-classic .f-spinner{background-image:linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05))}.fancybox__thumbs.is-modern{--f-thumb-gap: 4px;--f-thumb-extra-gap: 16px;--f-thumb-clip-width: 46px;--f-thumb-opacity: 1;--f-thumb-hover-opacity: 1}.fancybox__thumbs.is-modern .f-spinner{background-image:linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05))}.fancybox__thumbs.is-horizontal{padding:0 var(--f-thumb-gap)}.fancybox__thumbs.is-vertical{padding:var(--f-thumb-gap) 0}.is-compact .fancybox__thumbs{--f-thumb-width: 64px;--f-thumb-clip-width: 32px;--f-thumb-height: 48px;--f-thumb-extra-gap: 10px}.fancybox__thumbs.is-masked{max-height:0px !important}.is-closing .fancybox__thumbs{transition:none !important}.fancybox__toolbar{--f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));--f-button-width: 46px;--f-button-height: 46px;--f-button-color: var(--fancybox-color);--f-button-hover-color: var(--fancybox-hover-color);--f-button-bg: rgba(24, 24, 27, 0.65);--f-button-hover-bg: rgba(70, 70, 73, 0.65);--f-button-active-bg: rgba(90, 90, 93, 0.65);--f-button-border-radius: 0;--f-button-svg-width: 24px;--f-button-svg-height: 24px;--f-button-svg-stroke-width: 1.5;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));--f-button-svg-fill: none;--f-button-svg-disabled-opacity: 0.65;display:flex;flex-direction:row;justify-content:space-between;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI Adjusted","Segoe UI","Liberation Sans",sans-serif;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));pointer-events:none;z-index:20}.fancybox__toolbar :focus-visible{z-index:1}.fancybox__toolbar.is-absolute,.is-compact .fancybox__toolbar{position:absolute;top:0;left:0;right:0}.is-idle .fancybox__toolbar{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__toolbar__column{display:flex;flex-direction:row;flex-wrap:wrap;align-content:flex-start}.fancybox__toolbar__column.is-left,.fancybox__toolbar__column.is-right{flex-grow:1;flex-basis:0}.fancybox__toolbar__column.is-right{display:flex;justify-content:flex-end;flex-wrap:nowrap}.fancybox__infobar{padding:0 5px;line-height:var(--f-button-height);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased;cursor:default;user-select:none}.fancybox__infobar span{padding:0 5px}.fancybox__infobar:not(:first-child):not(:last-child){background:var(--f-button-bg)}[data-fancybox-toggle-slideshow]{position:relative}[data-fancybox-toggle-slideshow] .f-progress{height:100%;opacity:.3}[data-fancybox-toggle-slideshow] svg g:first-child{display:flex}[data-fancybox-toggle-slideshow] svg g:last-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:first-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:last-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child{display:flex}.f-progress{position:absolute;top:0;left:0;right:0;height:3px;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;background:var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));z-index:30;user-select:none;pointer-events:none}
/* End */


/* Start:/assets/styles/aboutFactory.css?177426993854195*/
@charset "UTF-8";
:root {
    --font-family: "montserrat";
    --second-family: Konexy Personal Use, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --text: #20232c;
    --black: #1a1a1a
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    /*margin: 0;*/
    /*padding: 0;*/
    /*border: 0;*/
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, time {
    display: block
}

body {
    line-height: 1
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

a, input, select, textarea {
    outline: 0
}

img, input {
    border: none;
    height: auto;
    max-width: 100%
}

button {
    border: 0;
    cursor: pointer;
    outline: 0;
    padding: 0
}

button[type=submit], input[type=submit] {
    cursor: pointer
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

@font-face {
    font-family: montserrat;
    font-display: swap;
    src: url(/assets/styles/../fonts/montserrat-regular.woff) format("woff"), url(/assets/styles/../fonts/montserrat-regular.woff2) format("woff2");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: montserrat;
    font-display: swap;
    src: url(/assets/styles/../fonts/montserrat-medium.woff) format("woff"), url(/assets/styles/../fonts/montserrat-medium.woff2) format("woff2");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: montserrat;
    font-display: swap;
    src: url(/assets/styles/../fonts/montserrat-semibold.woff) format("woff"), url(/assets/styles/../fonts/montserrat-semibold.woff2) format("woff2");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: montserrat;
    font-display: swap;
    src: url(/assets/styles/../fonts/montserrat-bold.woff) format("woff"), url(/assets/styles/../fonts/montserrat-bold.woff2) format("woff2");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: KonexyPersonalUse;
    font-display: swap;
    src: url(/assets/styles/../fonts/konexy-personal-use-regular.woff) format("woff"), url(/assets/styles/../fonts/konexy-personal-use-regular.woff2) format("woff2");
    font-weight: 400;
    font-style: normal
}

html {
    scrollbar-gutter: stable
}

body {
    color: var(--text);
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px
}

body.hidden-scroll {
    overflow: hidden
}

button {
    font-family: var(--font-family);
    font-weight: 400
}

textarea {
    background: #fff;
    color: #000;
    border: none;
    display: block;
    font-family: var(--font-family);
    line-height: 140%;
    resize: vertical;
    width: 100%
}

input[type=email], input[type=password], input[type=tel], input[type=text] {
    background: #fff;
    -webkit-border-radius: .3125rem;
    -moz-border-radius: .3125rem;
    border-radius: .3125rem;
    color: #000;
    display: block;
    font-size: .875rem;
    height: 3.375rem;
    font-weight: 400;
    font-family: var(--font-family);
    padding: 0 1.25rem;
    width: 100%
}

input[type=email]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=text]::-webkit-input-placeholder {
    color: #000
}

input[type=email]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=text]::-moz-placeholder {
    color: #000;
    opacity: 1
}

input[type=email]:-moz-placeholder, input[type=password]:-moz-placeholder, input[type=tel]:-moz-placeholder, input[type=text]:-moz-placeholder {
    color: #000;
    opacity: 1
}

input[type=email]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=text]:-ms-input-placeholder {
    color: #000
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

.h1, .h2, .h3, .h4, .h6, h1, h2, h3, h4, h5, h6 {
    color: var(--text);
    font-family: var(--font-family);
    font-weight: 600
}
h1, h2, h3, h4, h5, h6 {
    color: var(--text);
    font-family: var(--font-family);
    font-weight: 600
}
.h2, h2 {
    font-size: 2.875rem;
    line-height: 125%
}

.h3, h3 {
    font-size: 2.125rem;
    line-height: 113%
}

@media (max-width: 630px) {
    .h3, h3 {
        font-size: 1.625rem
    }
}

.h4, h4 {
    font-size: 1.75rem;
    line-height: 137%
}

.h5, h5 {
    font-size: 1.625rem
}

.h6, h6 {
    font-size: 1.375rem
}

@media (max-width: 630px) {
    .h6, h6 {
        font-size: 1rem
    }
}

strong {
    font-weight: 600
}

img {
    -o-object-fit: cover;
    object-fit: cover
}

label {
    cursor: pointer
}

button:disabled {
    cursor: not-allowed;
    opacity: .5
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

a {
    color: var(--black);
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    text-decoration: none
}
header a, footer a{
    color: unset;
}
.sprite {
    display: none
}

.text-center {
    text-align: center
}
.text-black{
    color: var(--text);
}
section {
    position: relative
}

/*.container {*/
/*    margin-left: auto;*/
/*    margin-right: auto;*/
/*    max-width: 93.75rem;*/
/*    width: 100%*/
/*}*/

/*@media (max-width: 1530px) {*/
/*    .container {*/
/*        max-width: 76.875rem*/
/*    }*/
/*}*/

/*@media (max-width: 1270px) {*/
/*    .container {*/
/*        max-width: 62.5rem*/
/*    }*/
/*}*/

/*@media (max-width: 1030px) {*/
/*    .container {*/
/*        max-width: 50rem*/
/*    }*/
/*}*/

/*@media (max-width: 830px) {*/
/*    .container {*/
/*        max-width: 37.5rem*/
/*    }*/
/*}*/

/*@media (max-width: 630px) {*/
/*    .container {*/
/*        max-width: 100%;*/
/*        padding-left: .9375rem;*/
/*        padding-right: .9375rem*/
/*    }*/
/*}*/

.border-btn {
    background: 0 0;
    border: 1px solid transparent;
    -webkit-border-radius: .3125rem;
    -moz-border-radius: .3125rem;
    border-radius: .3125rem;
    display: inline-block;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 135%;
    padding: 1rem 2rem;
    position: relative;
    text-align: center;
    -webkit-transform: perspective(1px) translateZ(0);
    -moz-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s
}

.border-btn:before {
    content: '';
    inset: 0;
    position: absolute;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50% center;
    -moz-transform-origin: 50% center;
    -ms-transform-origin: 50% center;
    -o-transform-origin: 50% center;
    transform-origin: 50% center;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: -o-transform;
    -moz-transition-property: transform, -moz-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    z-index: -1
}

@media (hover: hover) {
    .border-btn:hover:before {
        -webkit-transform: scaleX(1);
        -moz-transform: scaleX(1);
        -ms-transform: scaleX(1);
        -o-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@media (max-width: 830px) {
    .border-btn {
        padding-bottom: .6875rem;
        padding-top: .6875rem
    }
}

.border-btn.--white {
    border-color: #fff;
    color: #fff
}

@media (hover: hover) {
    .border-btn.--white:hover {
        color: #000
    }

    .border-btn.--white:hover:before {
        background: #fff
    }
}

.border-btn.--black {
    border: 1px solid var(--text);
    color: var(--text)
}

@media (hover: hover) {
    .border-btn.--black:hover {
        color: #fff
    }

    .border-btn.--black:hover:before {
        background: var(--text)
    }
}

.swiper-button-lock {
    display: none !important
}

.brand {
    font-family: var(--second-family);
    font-weight: 400;
    white-space: nowrap
}

.breadcrumbs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1.25rem
}

.breadcrumbs li {
    font-size: .875rem;
    margin-right: .25rem
}

.breadcrumbs li:after {
    color: rgba(32, 35, 44, .5);
    content: ' / '
}

.breadcrumbs li:last-child:after {
    display: none
}

.breadcrumbs a {
    color: rgba(32, 35, 44, .5)
}

.breadcrumbs .brand {
    color: #20232c;
    opacity: .6
}

.list-check li {
    background: url(/assets/styles/../images/about/new/check-all.svg) no-repeat left top;
    font-size: 1.25rem;
    line-height: 105%;
    margin-bottom: 1rem;
    padding-left: 1.375rem
}

.list-check li:last-child {
    margin-bottom: 0
}

@media (max-width: 830px) {
    .list-check li {
        font-size: 1.125rem
    }
}

@media (max-width: 630px) {
    .list-check li {
        margin-bottom: .875rem;
        padding-left: 2rem
    }
}

.--red-list-check li {
    background-image: url(/assets/styles/../images/about/new/check-all-red.svg)
}

.--pb100 {
    padding-bottom: 6.25rem
}

@media (max-width: 630px) {
    .--pb100 {
        padding-bottom: 3.75rem
    }
}

.--pt100 {
    padding-top: 6.25rem
}

@media (max-width: 630px) {
    .--pt100 {
        padding-top: 3.75rem
    }
}

.swiper-slide {
    height: auto
}

.slider-btns {
    display: none;
    gap: .625rem;
    margin-top: 1.625rem
}

@media (max-width: 1030px) {
    .slider-btns {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex
    }
}

.slider-btn {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: 0 0;
    border: 1px solid var(--text);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    height: 2.5625rem;
    opacity: .5;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
    width: 2.5625rem
}

.slider-btn:hover {
    opacity: 1
}

.slider-btn svg {
    height: .6875rem;
    width: .9375rem
}

.slider-btn.--next svg {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.about-article__row {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3.125rem;
    margin-top: 3.125rem
}

@media (max-width: 1030px) {
    .about-article__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (max-width: 630px) {
    .about-article__row {
        gap: 1.625rem;
        margin-top: 1.875rem
    }
}

.about-article__row-content {
    font-size: 1.125rem;
    line-height: 1.2
}

.about-article__row-content p {
    margin-top: 1.25rem
}

@media (max-width: 630px) {
    .about-article__row-content p {
        margin-top: .75rem
    }
}

@media (max-width: 630px) {
    .about-article__row-content {
        font-size: 1rem
    }
}

.about-article__row-img {
    -webkit-border-radius: .3125rem;
    -moz-border-radius: .3125rem;
    border-radius: .3125rem;
    max-width: 45.875rem;
    width: 100%
}

@media (max-width: 1530px) {
    .about-article__row-img {
        max-width: 48%
    }
}

@media (max-width: 1030px) {
    .about-article__row-img {
        display: block;
        max-width: 100%
    }
}

.about-article__row-h4 {
    margin-bottom: 2.5rem
}

@media (max-width: 630px) {
    .about-article__row-h4 {
        margin-bottom: 1.125rem
    }
}

.about-article__row-h4 .brand {
    font-weight: 400
}

.article-gray {
    background: #f8f8f8;
    margin-top: 3.125rem;
    padding-bottom: 3.125rem;
    padding-top: 3.125rem
}

.article-gray .about-article__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-top: 0
}

@media (max-width: 1030px) {
    .article-gray .about-article__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (max-width: 630px) {
    .article-gray {
        margin-top: 2.5rem;
        padding-bottom: 2.5rem;
        padding-top: 2.5rem
    }
}

.awards__slider {
    margin-top: 3.125rem
}

.awards__slider .slider-btns {
    margin-top: 1.625rem
}

.awards__h6 {
    line-height: 1.2;
    margin-top: 1.375rem
}

@media (max-width: 630px) {
    .awards__h6 {
        margin-top: .6875rem
    }
}

.awards__slider-link {
    -webkit-border-radius: .3125rem;
    -moz-border-radius: .3125rem;
    border-radius: .3125rem;
    display: block;
    overflow: hidden
}

.awards__slider-link:hover .awards__slider-img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.awards__slider-img {
    aspect-ratio: 27/37;
    border: 1px solid rgba(32, 35, 44, .2);
    -webkit-border-radius: .3125rem;
    -moz-border-radius: .3125rem;
    border-radius: .3125rem;
    display: block;
    -webkit-transition: scale(0);
    -o-transition: scale(0);
    -moz-transition: scale(0);
    transition: scale(0);
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s
}

.certif-grid {
    margin-top: 3.125rem
}

@media (min-width: 1030px) {
    .certif-grid {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns:(1fr) [ 12 ];
        grid-template-columns:repeat(12, 1fr);
        gap: 2rem
    }
    .swiper-wrapper.certif-grid {
        display: grid;
    }
}

.certif-grid__item {
    background: #f8f8f8;
    -webkit-border-radius: .3125rem;
    -moz-border-radius: .3125rem;
    border-radius: .3125rem;
    padding: 2rem
}

.certif-grid__item:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1/5
}

.certif-grid__item:nth-child(2) {
    -ms-grid-column: 5;
    -ms-grid-column-span: 4;
    grid-column: 5/9
}

.certif-grid__item:nth-child(3) {
    -ms-grid-column: 9;
    -ms-grid-column-span: 4;
    grid-column: 9/13
}

.certif-grid__item:nth-child(4) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 6;
    grid-column: 1/7
}

.certif-grid__item:nth-child(5) {
    -ms-grid-column: 7;
    -ms-grid-column-span: 6;
    grid-column: 7/13
}

.certif-grid__img {
    display: block
}

.certif-grid__desc {
    line-height: 125%;
    margin-top: 1.25rem
}

.first-section__brand {
    font-size: 2.875rem;
    font-weight: 600;
    line-height: 125%;
    margin-top: .875rem
}

.first-section__brand .brand {
    font-weight: 400
}

@media (max-width: 630px) {
    .first-section__brand {
        font-size: 1.875rem
    }
}

.first-section__list-check {
    margin-top: 3.125rem
}

@media (max-width: 630px) {
    .first-section__list-check {
        margin-top: 1.875rem
    }
}

.first-section__logos {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 1270px) {
    .first-section__logos {
        margin-top: 2.5rem
    }
}

.first-section__h3 {
    margin-top: 6.25rem
}

@media (max-width: 630px) {
    .first-section__h3 {
        margin-top: 3.75rem
    }
}

.first-section__wrap {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}

@media (max-width: 1270px) {
    .first-section__wrap {
        display: block
    }
}

.text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.25rem;
    line-height: 125%;
    margin-top: 3.125rem
}

@media (max-width: 630px) {
    .text {
        margin-top: 1.875rem
    }
}

.first-section__bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
    margin-top: 3.125rem
}

@media (max-width: 1270px) {
    .first-section__bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (max-width: 630px) {
    .first-section__bottom {
        display: block
    }
}

.first-section__bottom-img {
    -webkit-border-radius: .3125rem;
    -moz-border-radius: .3125rem;
    border-radius: .3125rem;
    max-width: 37.875rem;
    width: 100%
}

@media (max-width: 1530px) {
    .first-section__bottom-img {
        max-width: 25rem
    }
}

@media (max-width: 1270px) {
    .first-section__bottom-img {
        max-width: 100%
    }
}

.grid-about {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(1fr) [ 2 ];
    grid-template-columns:repeat(2, 1fr)
}

@media (max-width: 830px) {
    .grid-about {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr
    }
}

.grid-about__item {
    border-bottom: 1px solid rgba(32, 35, 44, .2);
    border-right: 1px solid rgba(32, 35, 44, .2);
    padding: 2rem 3.125rem 3.125rem 7.5625rem;
    position: relative
}

.grid-about__item:nth-child(3), .grid-about__item:nth-child(4) {
    border-bottom: 0
}

@media (max-width: 830px) {
    .grid-about__item:nth-child(3), .grid-about__item:nth-child(4) {
        border-bottom: 1px solid rgba(32, 35, 44, .2)
    }
}

.grid-about__item:nth-child(2n) {
    border-right: none;
    padding-left: 8.1875rem
}

.grid-about__item:nth-child(2n) .grid-about__icon {
    left: 1.9375rem
}

@media (max-width: 830px) {
    .grid-about__item:nth-child(2n) {
        padding-left: 7.5625rem
    }

    .grid-about__item:nth-child(2n) .grid-about__icon {
        left: 0
    }
}

@media (max-width: 630px) {
    .grid-about__item:nth-child(2n) {
        padding-left: 5.625rem
    }
}

@media (max-width: 1270px) {
    .grid-about__item {
        max-width: 100%
    }
}

@media (max-width: 630px) {
    .grid-about__item {
        padding-bottom: 1.5625rem;
        padding-left: 5.625rem;
        padding-right: .625rem
    }
}

.grid-about__icon {
    left: 0;
    position: absolute;
    top: 2rem
}

@media (max-width: 630px) {
    .grid-about__icon {
        width: 3.75rem
    }
}

.grid-about__title {
    font-weight: 600;
    font-size: 1.375rem;
    line-height: 1.2
}

@media (max-width: 630px) {
    .grid-about__title {
        font-size: 1.25rem
    }
}

.grid-about__desc {
    line-height: 125%;
    margin-top: 1rem
}

@media (max-width: 630px) {
    .grid-about__desc {
        margin-top: .625rem
    }
}

.footer {
    background: var(--black);
    color: #fff;
    padding-bottom: 3rem;
    padding-top: 3rem
}

@media (max-width: 630px) {
    .footer {
        padding-bottom: 2.8125rem;
        padding-top: 2.25rem
    }
}

.footer__row {
    border-bottom: 1px solid #343434;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 1030px) {
    .footer__row {
        display: block
    }
}

@media (max-width: 630px) {
    .footer__logo {
        margin: 0 auto;
        max-width: 12.5rem
    }
}

.footer__col {
    max-width: 25.625rem;
    width: 100%
}

@media (max-width: 1270px) {
    .footer__col {
        max-width: 20.625rem;
        padding-right: 1.25rem
    }
}

@media (max-width: 1030px) {
    .footer__col {
        max-width: 100%;
        text-align: center
    }
}

.logo-desc {
    font-size: .875rem;
    line-height: 135%;
    margin-top: 1.4375rem
}

.footer__nav {
    border-left: 1px solid #343434;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 3rem
}

@media (max-width: 1030px) {
    .footer__nav {
        border-left: none;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 1.875rem
    }
}

.footer__nav-item {
    border-right: 1px solid #343434;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-left: 6.6875rem;
    padding-right: 6.6875rem
}

.footer__nav-item:last-child {
    border-right: none;
    padding-right: 0
}

@media (max-width: 1030px) {
    .footer__nav-item:last-child {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0
    }
}

@media (max-width: 1530px) {
    .footer__nav-item {
        padding-left: 3.3125rem;
        padding-right: 3.3125rem
    }
}

@media (max-width: 1270px) {
    .footer__nav-item {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }
}

@media (max-width: 1030px) {
    .footer__nav-item {
        border-bottom: 1px solid #383838;
        border-right: none;
        margin-bottom: 2.5rem;
        padding-bottom: 2.5rem;
        padding-left: 0;
        padding-right: 0
    }
}

.footer__title {
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 135%
}

.footer__menu {
    margin-top: 1.625rem
}

.footer__menu li {
    line-height: 150%;
    margin-bottom: .75rem
}

.footer__menu li:last-child {
    margin-bottom: 0
}

.footer__menu a {
    color: #fff
}

.footer__reg {
    border: 1px solid #44828d;
    -webkit-border-radius: .1875rem;
    -moz-border-radius: .1875rem;
    border-radius: .1875rem;
    display: block;
    padding: .5625rem .625rem
}

@media (max-width: 1030px) {
    .footer__reg {
        display: inline-block
    }
}

.social-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: .5rem;
    margin-top: 1.625rem
}

.social-list__link {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    height: 2.125rem;
    width: 2.125rem
}

.social-list__icon {
    fill: var(--black)
}

.social-list__icon.--vk {
    height: .6875rem;
    width: 1.1875rem
}

.social-list__icon.--tg {
    height: 1rem;
    width: 1.1875rem
}

.social-list__icon.--insta {
    height: 1.3125rem;
    width: 1.375rem
}

.social-list__icon.--youtube {
    height: .875rem;
    width: 1.1875rem
}

.footer__bottom {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 2.5rem
}

@media (max-width: 1030px) {
    .footer__bottom {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 1.875rem
    }
}

.footer__copy {
    font-size: .75rem;
    line-height: 135%
}

.footer__info {
    line-height: 125%
}

.footer__name {
    font-weight: 600;
    font-size: .75rem
}

.footer__data {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: .75rem;
    gap: 1.25rem;
    margin-top: .625rem
}

.footer__bottom-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.25rem
}

@media (max-width: 1270px) {
    .footer__bottom-links {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: .625rem
    }
}

@media (max-width: 1030px) {
    .footer__bottom-links {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -moz-box-orient: vertical;
        -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

@media (max-width: 630px) {
    .footer__bottom-links {
        font-size: .75rem;
        gap: .875rem
    }
}

.footer__bottom-links a {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: .2em
}

.footer__bottom-links a:hover {
    text-underline-offset: .4em
}

.overlay {
    background: -webkit-gradient(linear, left top, left bottom, from(#060605), to(#2f5a62));
    background: -webkit-linear-gradient(top, #060605 0, #2f5a62 100%);
    background: -moz-linear-gradient(top, #060605 0, #2f5a62 100%);
    background: -o-linear-gradient(top, #060605 0, #2f5a62 100%);
    background: linear-gradient(180deg, #060605 0, #2f5a62 100%);
    display: none;
    inset: 0;
    opacity: .5;
    position: fixed;
    z-index: 89
}

.popup {
    background: var(--black);
    -webkit-border-radius: .3125rem;
    -moz-border-radius: .3125rem;
    border-radius: .3125rem;
    color: #fff;
    display: none;
    left: 50%;
    max-height: 90vh;
    max-width: 31.8125rem;
    overflow-y: auto;
    padding-bottom: 3.75rem;
    padding-right: 3.75rem;
    padding-left: 3.75rem;
    padding-top: 1.25rem;
    position: fixed;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 9999
}

.close-btn {
    cursor: pointer;
    display: block;
    fill: #fff;
    height: 1.875rem;
    width: 1.875rem
}

.popup__close-btn {
    margin-left: auto;
    margin-right: -1.875rem
}

.popup__title {
    color: #fff
}

.popup__subtitle {
    font-size: 1.125rem;
    line-height: 1.2;
    margin-top: .9375rem
}

.popup__myform {
    margin-top: 2rem
}

.myform__input {
    display: block;
    margin-bottom: 1rem
}

.myform__mycheckbox {
    margin-top: 1.375rem
}

.checkbox-hidden {
    display: none
}

.checkbox-hidden:checked + .mycheckbox:before {
    opacity: 1
}

.mycheckbox {
    display: block;
    font-size: 12px;
    line-height: 140%;
    padding-left: 1.75rem;
    position: relative
}

.mycheckbox:after {
    border: 1px solid #fff;
    -webkit-border-radius: .3125rem;
    -moz-border-radius: .3125rem;
    border-radius: .3125rem;
    content: '';
    height: .9375rem;
    left: 0;
    position: absolute;
    top: 0;
    width: .9375rem
}

.mycheckbox:before {
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    content: '';
    height: .25rem;
    left: .25rem;
    opacity: 0;
    position: absolute;
    top: .3125rem;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: .5rem
}

.myform__border-btn {
    display: block;
    margin-top: 1.375rem;
    width: 100%
}

.header {
    background: #1a1a1a;
    border-bottom: 1px solid rgba(32, 35, 44, .25);
    padding-bottom: .625rem;
    padding-top: .625rem
}

.header__container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.logo {
    color: #fff;
    display: block;
    font-size: 1.125rem;
    max-width: 17.0625rem;
    position: relative;
    width: 100%;
    z-index: 3
}

.logo img {
    display: block
}

.logo span {
    display: block;
    margin-top: .75rem
}

@media (max-width: 630px) {
    .logo {
        max-width: 11.6875rem
    }

    .logo span {
        font-size: .75rem;
        margin-top: .5625rem
    }
}

.menu.header_menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4.375rem
}

@media (max-width: 1270px) {
    .menu.header_menu  {
        gap: 1.25rem
    }
}

@media (max-width: 1030px) {
    .menu.header_menu  {
        display: none
    }
}

.menu__item {
    font-weight: 500;
    line-height: 140%;
    text-transform: uppercase
}

@media (max-width: 1270px) {
    .menu__item {
        font-size: .875rem
    }
}

.menu__link {
    color: #fff;
    font-size: 1.125rem
}

.toggle-mnu {
    background: 0 0;
    display: none;
    height: 1.25rem;
    position: relative;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 1.25rem;
    z-index: 10
}

@media (max-width: 1030px) {
    .toggle-mnu {
        display: block
    }
}

.toggle-mnu span:after, .toggle-mnu span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px
}

.toggle-mnu span:after {
    top: 18px
}

.toggle-mnu span {
    position: relative;
    display: block
}

.toggle-mnu span, .toggle-mnu span:after, .toggle-mnu span:before {
    width: 100%;
    height: 2px;
    background-color: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.toggle-mnu.on span {
    background-color: transparent
}

.toggle-mnu.on span:before {
    -webkit-transform: rotate(45deg) translate(-1px, 0);
    -moz-transform: rotate(45deg) translate(-1px, 0);
    -ms-transform: rotate(45deg) translate(-1px, 0);
    -o-transform: rotate(45deg) translate(-1px, 0);
    transform: rotate(45deg) translate(-1px, 0)
}

.toggle-mnu.on span:after {
    -webkit-transform: rotate(-45deg) translate(6px, -7px);
    -moz-transform: rotate(-45deg) translate(6px, -7px);
    -ms-transform: rotate(-45deg) translate(6px, -7px);
    -o-transform: rotate(-45deg) translate(6px, -7px);
    transform: rotate(-45deg) translate(6px, -7px)
}

.mobile-nav {
    background: var(--black);
    color: #fff;
    display: none;
    min-height: 100vh;
    overflow-y: auto;
    padding-bottom: 2.5rem;
    position: fixed;
    inset: 0;
    z-index: 90
}

.mobile-nav__header {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .625rem 0
}

.mobile-menu > li {
    border-bottom: 1px solid #383838;
    font-weight: 500
}

.mobile-menu > li:last-child {
    border-bottom: none
}

.mobile-menu > li > a {
    display: block;
    padding-bottom: 1.25rem;
    padding-top: 1.25rem
}

.mobile-menu > li > a.is-active {
    color: #89ccd8
}

.mobile-menu > li > a.is-active .mobile-menu__icon {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.mobile-menu a {
    color: #fff
}

.submenu {
    display: none;
    padding-left: 2.5rem
}

.submenu > li {
    font-size: .875rem;
    font-weight: 400
}

.submenu > li a {
    display: block;
    line-height: 171%;
    padding: .3125rem 0
}

.mobile-menu__icon {
    display: inline-block;
    height: .375rem;
    stroke: #fff;
    margin-left: 1rem;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
    width: .75rem
}

.section-guarantee {
    background: image-set(url(/assets/styles/../images/about/new/guarantee.png) 1x, url(/assets/styles/../images/about/new/guarantee@2x.png) 2x) no-repeat right bottom, -webkit-gradient(linear, left top, left bottom, from(#060605), to(#493423));
    background: -webkit-image-set(url(/assets/styles/../images/about/new/guarantee.png) 1x, url(/assets/styles/../images/about/new/guarantee@2x.png) 2x) no-repeat right bottom, -webkit-linear-gradient(top, #060605 0, #493423 100%);
    background: image-set(url(/assets/styles/../images/about/new/guarantee.png) 1x, url(/assets/styles/../images/about/new/guarantee@2x.png) 2x) no-repeat right bottom, -moz-linear-gradient(top, #060605 0, #493423 100%);
    background: image-set(url(/assets/styles/../images/about/new/guarantee.png) 1x, url(/assets/styles/../images/about/new/guarantee@2x.png) 2x) no-repeat right bottom, -o-linear-gradient(top, #060605 0, #493423 100%);
    background: image-set(url(/assets/styles/../images/about/new/guarantee.png) 1x, url(/assets/styles/../images/about/new/guarantee@2x.png) 2x) no-repeat right bottom, linear-gradient(180deg, #060605 0, #493423 100%);
    color: #fff;
    padding-bottom: 5rem;
    padding-top: 5rem
}

@media (max-width: 1530px) {
    .section-guarantee {
        background: image-set(url(/assets/styles/../images/about/new/guarantee.png) 1x, url(/assets/styles/../images/about/new/guarantee@2x.png) 2x) no-repeat right -300px bottom, -webkit-gradient(linear, left top, left bottom, from(#060605), to(#493423));
        background: -webkit-image-set(url(/assets/styles/../images/about/new/guarantee.png) 1x, url(/assets/styles/../images/about/new/guarantee@2x.png) 2x) no-repeat right -300px bottom, -webkit-linear-gradient(top, #060605 0, #493423 100%);
        background: image-set(url(/assets/styles/../images/about/new/guarantee.png) 1x, url(/assets/styles/../images/about/new/guarantee@2x.png) 2x) no-repeat right -300px bottom, -moz-linear-gradient(top, #060605 0, #493423 100%);
        background: image-set(url(/assets/styles/../images/about/new/guarantee.png) 1x, url(/assets/styles/../images/about/new/guarantee@2x.png) 2x) no-repeat right -300px bottom, -o-linear-gradient(top, #060605 0, #493423 100%);
        background: image-set(url(/assets/styles/../images/about/new/guarantee.png) 1x, url(/assets/styles/../images/about/new/guarantee@2x.png) 2x) no-repeat right -300px bottom, linear-gradient(180deg, #060605 0, #493423 100%)
    }
}

@media (max-width: 1030px) {
    .section-guarantee {
        padding-bottom: 18.75rem
    }
}

@media (max-width: 630px) {
    .section-guarantee {
        background: image-set(url(/assets/styles/../images/about/new/guarantee-mobile.png) 1x, url(/assets/styles/../images/about/new/guarantee-mobile@2x.png) 2x) no-repeat right bottom, -webkit-gradient(linear, left top, left bottom, from(#060605), to(#493423));
        background: -webkit-image-set(url(/assets/styles/../images/about/new/guarantee-mobile.png) 1x, url(/assets/styles/../images/about/new/guarantee-mobile@2x.png) 2x) no-repeat right bottom, -webkit-linear-gradient(top, #060605 0, #493423 100%);
        background: image-set(url(/assets/styles/../images/about/new/guarantee-mobile.png) 1x, url(/assets/styles/../images/about/new/guarantee-mobile@2x.png) 2x) no-repeat right bottom, -moz-linear-gradient(top, #060605 0, #493423 100%);
        background: image-set(url(/assets/styles/../images/about/new/guarantee-mobile.png) 1x, url(/assets/styles/../images/about/new/guarantee-mobile@2x.png) 2x) no-repeat right bottom, -o-linear-gradient(top, #060605 0, #493423 100%);
        background: image-set(url(/assets/styles/../images/about/new/guarantee-mobile.png) 1x, url(/assets/styles/../images/about/new/guarantee-mobile@2x.png) 2x) no-repeat right bottom, linear-gradient(180deg, #060605 0, #493423 100%);
        padding-bottom: 12.5625rem;
        padding-top: 2.5rem
    }
}
.--section-guarantee-3 {
    background: image-set(url(/assets/styles/../images/about/new/guarantee.png) 1x, url(/assets/styles/../images/about/new/guarantee@2x.png) 2x) no-repeat right bottom,image-set(url(/assets/styles/../images/about/new/guarantee_vector.png) 1x, url(/assets/styles/../images/about/new/guarantee_vector@2x.png) 2x) no-repeat left bottom, -webkit-gradient(linear, left top, left bottom, from(#060605), to(#2F5A62));
    background: -webkit-image-set(url(/assets/styles/../images/about/new/guarantee.png) 1x, url(/assets/styles/../images/about/new/guarantee@2x.png) 2x) no-repeat right bottom,-webkit-image-set(url(/assets/styles/../images/about/new/guarantee_vector.png) 1x, url(/assets/styles/../images/about/new/guarantee_vector@2x.png) 2x) no-repeat left bottom, -webkit-linear-gradient(top, #060605 0, #2F5A62 100%);
    background: image-set(url(/assets/styles/../images/about/new/guarantee.png) 1x, url(/assets/styles/../images/about/new/guarantee@2x.png) 2x) no-repeat right bottom,image-set(url(/assets/styles/../images/about/new/guarantee_vector.png) 1x, url(/assets/styles/../images/about/new/guarantee_vector@2x.png) 2x) no-repeat left bottom, -moz-linear-gradient(top, #060605 0, #2F5A62 100%);
    background: image-set(url(/assets/styles/../images/about/new/guarantee.png) 1x, url(/assets/styles/../images/about/new/guarantee@2x.png) 2x) no-repeat right bottom,image-set(url(/assets/styles/../images/about/new/guarantee_vector.png) 1x, url(/assets/styles/../images/about/new/guarantee_vector@2x.png) 2x) no-repeat left bottom, -o-linear-gradient(top, #060605 0, #2F5A62 100%);
    background: image-set(url(/assets/styles/../images/about/new/guarantee.png) 1x, url(/assets/styles/../images/about/new/guarantee@2x.png) 2x) no-repeat right bottom,image-set(url(/assets/styles/../images/about/new/guarantee_vector.png) 1x, url(/assets/styles/../images/about/new/guarantee_vector@2x.png) 2x) no-repeat left bottom, linear-gradient(180deg, #060605 0%, #2F5A62 124.83%);
}
@media (max-width: 1800px) {
    .--section-guarantee-3 {
        background-size: auto, 45%, auto;
    }

}
@media (max-width: 1530px) {
    .--section-guarantee-3 {
        background: image-set(url(/assets/styles/../images/about/new/guarantee.png) 1x, url(/assets/styles/../images/about/new/guarantee@2x.png) 2x) no-repeat right -300px bottom,image-set(url(/assets/styles/../images/about/new/guarantee_vector.png) 1x, url(/assets/styles/../images/about/new/guarantee_vector@2x.png) 2x) no-repeat left bottom, -webkit-gradient(linear, left top, left bottom, from(#060605), to(#2F5A62));
        background: -webkit-image-set(url(/assets/styles/../images/about/new/guarantee.png) 1x, url(/assets/styles/../images/about/new/guarantee@2x.png) 2x) no-repeat right -300px bottom,-webkit-image-set(url(/assets/styles/../images/about/new/guarantee_vector.png) 1x, url(/assets/styles/../images/about/new/guarantee_vector@2x.png) 2x) no-repeat left bottom, -webkit-linear-gradient(top, #060605 0, #2F5A62 100%);
        background: image-set(url(/assets/styles/../images/about/new/guarantee.png) 1x, url(/assets/styles/../images/about/new/guarantee@2x.png) 2x) no-repeat right -300px bottom,image-set(url(/assets/styles/../images/about/new/guarantee_vector.png) 1x, url(/assets/styles/../images/about/new/guarantee_vector@2x.png) 2x) no-repeat left bottom, -moz-linear-gradient(top, #060605 0, #2F5A62 100%);
        background: image-set(url(/assets/styles/../images/about/new/guarantee.png) 1x, url(/assets/styles/../images/about/new/guarantee@2x.png) 2x) no-repeat right -300px bottom,image-set(url(/assets/styles/../images/about/new/guarantee_vector.png) 1x, url(/assets/styles/../images/about/new/guarantee_vector@2x.png) 2x) no-repeat left bottom, -o-linear-gradient(top, #060605 0, #2F5A62 100%);
        background: image-set(url(/assets/styles/../images/about/new/guarantee.png) 1x, url(/assets/styles/../images/about/new/guarantee@2x.png) 2x) no-repeat right -300px bottom,image-set(url(/assets/styles/../images/about/new/guarantee_vector.png) 1x, url(/assets/styles/../images/about/new/guarantee_vector@2x.png) 2x) no-repeat left bottom, linear-gradient(180deg, #060605 0%, #2F5A62 124.83%);
        background-size: auto, 53%, auto;

    }
}

@media (max-width: 1030px) {
    .--section-guarantee-3 {
        padding-bottom: 18.75rem
        background: image-set(url(/assets/styles/../images/about/new/guarantee.png) 1x, url(/assets/styles/../images/about/new/guarantee@2x.png) 2x) no-repeat right -300px bottom, -webkit-gradient(linear, left top, left bottom, from(#060605), to(#2F5A62));
        background: -webkit-image-set(url(/assets/styles/../images/about/new/guarantee.png) 1x, url(/assets/styles/../images/about/new/guarantee@2x.png) 2x) no-repeat right -300px bottom, -webkit-linear-gradient(top, #060605 0, #2F5A62 100%);
        background: image-set(url(/assets/styles/../images/about/new/guarantee.png) 1x, url(/assets/styles/../images/about/new/guarantee@2x.png) 2x) no-repeat right -300px bottom, -moz-linear-gradient(top, #060605 0, #2F5A62 100%);
        background: image-set(url(/assets/styles/../images/about/new/guarantee.png) 1x, url(/assets/styles/../images/about/new/guarantee@2x.png) 2x) no-repeat right -300px bottom, -o-linear-gradient(top, #060605 0, #2F5A62 100%);
        background: image-set(url(/assets/styles/../images/about/new/guarantee.png) 1x, url(/assets/styles/../images/about/new/guarantee@2x.png) 2x) no-repeat right -300px bottom, linear-gradient(180deg, #060605 0%, #2F5A62 124.83%);
    }
}

@media (max-width: 630px) {
    .--section-guarantee-3 {
        background: image-set(url(/assets/styles/../images/about/new/guarantee-mobile.png) 1x, url(/assets/styles/../images/about/new/guarantee-mobile@2x.png) 2x) no-repeat right bottom, -webkit-gradient(linear, left top, left bottom, from(#060605), to(#2F5A62));
        background: -webkit-image-set(url(/assets/styles/../images/about/new/guarantee-mobile.png) 1x, url(/assets/styles/../images/about/new/guarantee-mobile@2x.png) 2x) no-repeat right bottom, -webkit-linear-gradient(top, #060605 0, #2F5A62 100%);
        background: image-set(url(/assets/styles/../images/about/new/guarantee-mobile.png) 1x, url(/assets/styles/../images/about/new/guarantee-mobile@2x.png) 2x) no-repeat right bottom, -moz-linear-gradient(top, #060605 0, #2F5A62 100%);
        background: image-set(url(/assets/styles/../images/about/new/guarantee-mobile.png) 1x, url(/assets/styles/../images/about/new/guarantee-mobile@2x.png) 2x) no-repeat right bottom, -o-linear-gradient(top, #060605 0, #2F5A62 100%);
        background: image-set(url(/assets/styles/../images/about/new/guarantee-mobile.png) 1x, url(/assets/styles/../images/about/new/guarantee-mobile@2x.png) 2x) no-repeat right bottom, linear-gradient(180deg, #060605 0%, #2F5A62 124.83%);
        padding-bottom: 12.5625rem;
        padding-top: 2.5rem
    }
}
.--section-guarantee-2 {
    background: url(/assets/styles/../images/about/new/x-one.svg) no-repeat center bottom -23px, -webkit-gradient(linear, left top, left bottom, from(#060605), to(#2f5a62));
    background: url(/assets/styles/../images/about/new/x-one.svg) no-repeat center bottom -23px, -webkit-linear-gradient(top, #060605 0, #2f5a62 100%);
    background: url(/assets/styles/../images/about/new/x-one.svg) no-repeat center bottom -23px, -moz-linear-gradient(top, #060605 0, #2f5a62 100%);
    background: url(/assets/styles/../images/about/new/x-one.svg) no-repeat center bottom -23px, -o-linear-gradient(top, #060605 0, #2f5a62 100%);
    background: url(/assets/styles/../images/about/new/x-one.svg) no-repeat center bottom -23px, linear-gradient(180deg, #060605 0, #2f5a62 100%)
}

@media (max-width: 1030px) {
    .--section-guarantee-2 {
        padding-bottom: 2.5rem
    }
}

.--section-guarantee-2 .container {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 830px) {
    .--section-guarantee-2 .container {
        display: block
    }
}

.--section-guarantee-2 .section-guarantee__subtitle {
    max-width: 100%
}

.section-guarantee__col {
    max-width: 63.4375rem;
    width: 100%
}

.section-guarantee__h3 {
    color: #fff
}

.section-guarantee__subtitle {
    font-size: 1.375rem;
    line-height: 1.2;
    margin-top: 1.25rem;
    max-width: 46.0625rem
}

@media (max-width: 630px) {
    .section-guarantee__subtitle {
        font-size: 1.25rem
    }
}

@media (max-width: 830px) {
    .section-guarantee__border-btn {
        margin-top: 2.125rem
    }
}

.section-today__h3 {
    text-transform: uppercase
}

.grid-check {
    display: -ms-grid;
    display: grid;
    gap: 4.5625rem;
    -ms-grid-columns:(1fr) [ 3 ];
    grid-template-columns:repeat(3, 1fr);
    margin-top: 2.5625rem
}

@media (max-width: 1270px) {
    .grid-check {
        gap: 2.1875rem
    }
}

@media (max-width: 1030px) {
    .grid-check {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (max-width: 630px) {
    .grid-check {
        gap: 0
    }
}

.grid-check__item {
    background: url(/assets/styles/../images/about/new/check-all-lg.svg) no-repeat;
    border-right: 1px solid rgba(32, 35, 44, .2);
    padding-right: 3.125rem;
    padding-top: 4.75rem
}

.grid-check__item:last-child {
    border-right: 0;
    padding-right: 0
}

@media (max-width: 630px) {
    .grid-check__item:last-child {
        border-bottom: 0;
        padding-bottom: 0
    }
}

@media (max-width: 1030px) {
    .grid-check__item {
        border-right: none;
        padding-right: 0
    }
}

@media (max-width: 630px) {
    .grid-check__item {
        -webkit-background-size: 3.0625rem 3.0625rem;
        -moz-background-size: 3.0625rem 3.0625rem;
        -o-background-size: 3.0625rem 3.0625rem;
        background-size: 3.0625rem 3.0625rem;
        border-bottom: 1px solid rgba(32, 35, 44, .2);
        padding-bottom: 1.875rem;
        padding-top: 2.9375rem
    }
}

.grid-check__title {
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 120%
}

@media (max-width: 630px) {
    .grid-check__title {
        font-weight: 600
    }
}

.grid-check__desc {
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 133%;
    margin-top: 1rem
}

@media (max-width: 630px) {
    .grid-check__desc {
        font-size: 1rem
    }
}

.article-grid {
    margin-top: 3.125rem
}

@media (min-width: 1030px) {

    .article-grid {
        display: -ms-grid;
        display: grid;
        grid-column-gap: 2rem;
        grid-row-gap: 3.125rem;
        -ms-grid-columns:(1fr) [ 2 ];
        grid-template-columns:repeat(2, 1fr)
    }
    .swiper-wrapper.article-grid {
        display: grid;
    }
}

@media (max-width: 1030px) {
    .article-grid__item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (hover: hover) {
    .article-grid__item:hover .article-grid__img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1)
    }
}

.article-grid__img {
    aspect-ratio: 367/217;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: block;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s
}

.article-grid__h5 {
    margin-top: 2.5rem
}

@media (max-width: 630px) {
    .article-grid__h5 {
        margin-top: 1.875rem
    }
}

.article-grid__wrap {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden
}

.article-grid__desc {
    line-height: 125%;
    margin-top: 1.25rem
}

@media (max-width: 1030px) {
    .article-grid__desc {
        margin-bottom: 1.875rem
    }
}

@media (max-width: 630px) {
    .article-grid__desc {
        margin-top: .875rem
    }
}

.article-grid__btn {
    font-size: 1rem;
    margin-top: 1.875rem;
    min-width: 14.9375rem
}

@media (max-width: 1030px) {
    .article-grid__btn {
        margin-top: auto
    }
}

.technology__subtitle {
    font-weight: 500;
    font-size: 1.375rem;
    line-height: 1.2;
    margin-top: 1.25rem;
    max-width: 66.125rem;
    width: 100%
}

@media (max-width: 630px) {
    .technology__subtitle {
        font-size: 1.25rem;
        margin-top: 1.875rem
    }
}
.fancybox__container{
    z-index: 9999;
}
/* End */


/* Start:/local/templates/base_2026/components/bitrix/news.list/ticker_home_first/style.css?1774042835911*/
@keyframes ticker {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.ticker {
    background: rgba(26, 26, 26, 1);
    color: rgba(255, 255, 255, 1);
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    overflow: hidden;
}

.ticker__in {
    padding: 20px 0;
    display: flex;
    width: fit-content;
    animation: ticker 20s linear infinite;
    -webkit-transform-style: preserve-3d;
}

.ticker__item {
    padding: 0 46px;
    border-right: 1px solid rgba(255, 255, 255, 1);
    white-space: nowrap;
    text-transform: uppercase;
    -webkit-backface-visibility: hidden;
}
@media (max-width: 1024px){

    .ticker{
        font-size: 11.28px;
        max-height: 43px;
    }
    .ticker .ticker__in {
        padding: 13.5px 0;
    }
    .ticker .ticker__in .ticker__item {
        padding: 0 32px;

    }
}
/* End */


/* Start:/local/templates/base_2026/template_styles.css?177418551117256*/
@import url('https://fonts.cdnfonts.com/css/aileron');

* {
    --container-new-padding-x: 20px;
    --container-width-new: 100vw;
    --header-bg-color: rgb(255 255 255);

}

.container_new {
    margin-left: 0;
    margin-right: 0;
    max-width: var(--container-width-new);
    padding-left: var(--container-new-padding-x);
    padding-right: var(--container-new-padding-x);
}

svg.active {
    stroke: #d32424;
    fill: #d32424;
}

.hide {
    display: none;
}

.loader-animation {
    animation-duration: 2s;
    animation-name: rotate;
    animation-iteration-count: infinite;
    animation-direction: reverse;
    animation-timing-function: linear;
}

@keyframes rotate {
    from {
        rotate: 0deg;
    }

    to {
        rotate: 360deg;
    }
}

.preloader-filter {
    z-index: 19;
    position: absolute;
    top: 50vh;
    left: 50%;
    bottom: 0;
    right: 50%;
    height: 108px;
}

@media only screen and (min-width: 1024px) {
    .preloader-filter {
        display: none;
    }
}


.preloader-overlay {
    z-index: 20;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100vh;
    width: 100vw;
}

.preloader-catalog {
    z-index: 21;
    position: fixed;
    top: 50vh;
    left: calc(50% - 108px / 2);
    bottom: 0;
    right: 50%;
    height: 108px;
}

.preloader-detail {
    position: absolute;
    z-index: 19;
    height: 108px;
    top: calc(50% - 108px / 2);
    left: calc(50% - 108px / 2);
    bottom: 0;
    right: 50%;
}

.background-blur {
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
}

.mark_disable {
    opacity: 0.1;
}

@media only screen and (min-width: 1025px) {
    .filter-products {
        position: relative
    }
}

.filter-products.opened {
    transform: translateX(0px);
}

#js-revers-tags-container div.ps__rail-x {
    display: none;
}

.required-field {
    color: rgb(211 36 36 / var(--tw-bg-opacity));
    font-size: 18px;
    position: absolute;
    top: 0;
    right: 8px;
}

.green {
    stroke: rgb(107, 178, 15);
}

.catalog-products {
    padding-bottom: 100px;
}

.order-popup {
    max-width: 480px;
    margin-top: calc(50vh - 245px / 2);
}

@media only screen and (max-width: 470px) {
    .order-popup {
        width: 90%;
    }
}

.order-popup__title {
    padding-right: 20%;
}

@media only screen and (max-width: 370px) {
    .order-popup__title {
        padding-right: 15%;
    }
}

.country-label {
    display: flex;
    align-items: center;
    margin-top: 34px;
}


.country-label__text {
    color: #FFF;
    font-family: 'Aileron', sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin-left: 10px;
}


.country-label__text--black {
    color: #000000;
}


@media only screen and (min-width: 769px) {
    .advantages {
        grid-template-columns: 1fr 1.3fr 1fr;
    }

    .line-break {
        white-space: pre;
    }
}

@media only screen and (max-width: 769px) {
    .line-break {
        white-space: pre;
    }

    .country-label__text {
        font-size: 20px;
        margin-left: 14px;
    }

    .country-label__image {
        width: 61px;
        height: 39px;
    }

    .country-label {
        margin-top: 53px;
    }
    .search__hidden.search__form {
        display: block
    }
    #search__form__mob {
        position: relative;
        top: 0;
        padding-bottom: 5px;
    }
}

@media only screen and (max-width: 640px) {
    .protection__list__container {
        align-items: center;
    }

    .protection__right__list {
        margin-top: 610px;
    }

    .protection__list__item {
        padding-right: 20px;
        max-width: 100%;
        font-size: 14px;
    }

    .protection__video {
        height: 800px;
        top: 200px !important;
        left: 0 !important;
    }

    .container_new.M640\:px-0  {
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (max-width: 475px) {
    .protection__title {
        text-wrap: nowrap;
        font-size: 26px;
    }

    .protection__list__item {
        height: 59px;
    }

    .protection__right__list {
        gap: 8px;
    }

    .protection__left__list {
        gap: 8px;
    }

    .protection__footer__title h4 {
        font-size: 18px;
        text-align: left;
    }

    .protection__footer__title {
        flex-direction: row !important;
        align-items: flex-start !important;
        margin-top: 20px;
        min-height: 0 !important;
    }
}

@media only screen and (max-width: 470px) {
    .country-label__text {
        font-size: 11px;
    }
}

@media only screen and (max-width: 470px) {
    .country-label__image {
        width: 31px;
    }
}

@media only screen and (max-width: 470px) {
    .country-label {
        margin-top: 19px;
    }
}

.underline-gradient::after {
    content: "";
    display: block;
    position: relative;
    left: 0;
    top: 0;
    width: 88.2%;
    height: 16px;
    margin-top: 10px;
    background: url(/assets/images/svg/static/slider/underline.svg) no-repeat left / 100% 100%;
}

@media (max-width: 1024px) {
    .burger-button {
        display: flex;
    }
    .search__hidden {
        display: none;
    }
    #headBlock {
        position: sticky;
        top: 0;
        left: 0;
        transition: .5s;
        z-index: 9999
    }
    #headBlock.mobBgBlack{
        --tw-bg-opacity: 1;
        background-color: rgb(26 26 26 / var(--tw-bg-opacity));
    }
}
@media (min-width: 820px) and (max-width: 1024px) {
    #headBlock {
        height: auto;

    }
}
@media (min-width: 769px){
    .grid-temlate-areas-footer {
        grid-template-areas: "n p p p p c"
        "n p p p p c"
        "n l l l l cs"
        "n l l l l cs"
        "n l l l l cc"
        "n l l l l cc";
    }

}
@media (max-width: 470px) {
    .grid-temlate-areas-footer {
        grid-template-areas:
            "p p p p p p"
            "n n n n n n"
            "n n n n n n"
            "c c c cc cc cc"
            "cs cs cs cc cc cc"
            "l l l l l l";
    }
}
.border-b--solid:after {
    height: 0.5px;
}

.topBlock {
    background-color: transparent;
}
.country-label.mt-0{
    margin-top: 0;
}

.pulse-button__rings {
    border: 1px solid #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto;
    width: auto;
    border-radius: 50%;
    animation-duration: 2.0s;
    animation-name: pulse_1;
    animation-iteration-count: infinite;
    z-index: -1;
}

@keyframes pulse_1 {
    from {
        opacity: 1;
        transform: scale(1, 1);
    }

    to {
        opacity: 0;
        transform: scale(1.3, 1.3);
    }
}


.keen-slider__dot {
    margin-left: 4px;
    margin-right: 4px;
    width: 25px;
    background-color: rgba(255, 255, 255, 0.3)
}
.keen-slider__dot--active {
    background-color: rgba(255, 255, 255, 1)
}
#swiper__advantages .swiper-wrapper{
    /*margin-left: calc((100vw - 4 * 32px) / 5 - 64px);*/
    /*margin-right: -120px;*/
    margin-left: -120px;
    transition-duration: 500ms !important;
}
.swiper-slide.adv-slide{
    /*width: calc((100vw - 4 * 32px) / 5 );*/
    width: calc((100vw - 2 * 32px - 120px) / 3 );
    /*max-width: 19.6354vw !important;*/
    /*aspect-ratio: 1 / 1.6;*/
    aspect-ratio: 9.6 / 13;
    box-sizing: content-box;
    max-height: 80vh;
}
.swiper-slide.adv-slide.swiper-slide-active {
    transition: all 1s ease-in 0s !important;
    /*padding: 0 calc((100vw - 4 * 32px) / 5) !important;*/
    padding: 0 120px !important;
    /*max-width: 57.3958vw !important;*/
}
.swiper-slide.adv-slide.swiper-slide-active.swiper-slide-fully-visible .adv-text .adv-head{
    width: 22.95vw;
    max-width: 22.95vw;
}
.swiper-slide.adv-slide .adv-text .adv-subhead{
    transform: translateY(200px);
    transition: all 0.4s ease 0s;
    position: absolute;
}
.swiper-slide.adv-slide.swiper-slide-active.swiper-slide-fully-visible .adv-text .adv-subhead{
    transform: translateY(0px);
    transition: all 0.8s ease 0s;
    position: relative;
}
.home-faq-ul li:last-child{
    border: none;
    margin-bottom: 0;
}
.accordion-closed {
    transition: max-height .6s cubic-bezier(0, 1, 0, 1);
    max-height: 0;
    display: none;
}
.swiper-slide.vid-slide{
    /*width: 23vw !important;*/
    width: calc((100% - 3*32px) / 4) !important;
}
.swiper-slide.vid-slide:hover svg{
    fill: rgba(255, 255, 255, 0.2);
}
@media (max-width: 1280px) {
    .swiper-slide.adv-slide{
        width: calc((100vw - 2 * 32px - 240px) / 3 ) ;
        aspect-ratio: 9.6 / 10;
    }
}
@media (min-width: 1024px) {
    .swiper-slide.adv-slide {
        padding: 0px;
        transition: all 0.25s ease 0s !important;
    }
}
@media (max-width: 1024px) {
    .swiper-slide.vid-slide{
        width: 46vw !important;
    }
    .swiper-slide.adv-slide .adv-text .adv-head{
        width: 100%;
        max-width: 100%;
    }
    .swiper-slide.adv-slide.swiper-slide-active.swiper-slide-fully-visible .adv-text .adv-head{
        width: 95%;
        max-width: 95%;
    }
    .swiper-slide.adv-slide {
        aspect-ratio: 1 / 2;
    }
    .swiper-slide.adv-slide.swiper-slide-active.swiper-slide-fully-visible {
        /*max-height: calc(57.4vw * 0.7);*/
    }
}
@media (max-width: 768px) {
    .swiper-slide.vid-slide{
        width: 75.5vw !important;
    }
}
@media (max-width: 640px) {
    .swiper-slide.adv-slide.swiper-slide-active.swiper-slide-fully-visible {
        max-height: unset;
        transition: none !important;
        padding: 0 !important;
        box-sizing: unset;
    }
    .swiper-slide.adv-slide{
        width: 51vw !important;
        max-width: unset !important;
        aspect-ratio: 1 / 1.398;
    }
    .swiper-slide.adv-slide .adv-text .adv-head {
        width: 95%;
        max-width: 95%;
    }
    .swiper-slide.adv-slide.swiper-slide-active.swiper-slide-fully-visible .adv-text .adv-head {
        width: 95%;
        max-width: 95%;
    }
    .swiper-slide.adv-slide .adv-text{
        padding-bottom: 19px;
        transition: all 1s ease 0s;
    }
    .swiper-slide.adv-slide.swiper-slide-active.swiper-slide-fully-visible .adv-text{
        padding-bottom: 19px;
    }
    #swiper__advantages .swiper-wrapper{
        margin-left: unset;
    }
}
.video-pagination .swiper-pagination-bullet {
    width: 24px;
    height: 2px;
    display: inline-block;
    border-radius: 0;
    background: rgba(32, 35, 44);
    opacity: 0.2;
}
.video-pagination .swiper-pagination-bullet-active {
    opacity: 1;
}
#modal__view-blogger-video .ps__rail-x,#modal__view-blogger-video .ps__rail-y{
    display: none;
}
.swiper-slide.vid-slide-player .vjs-control-bar{
    position: absolute;
    top: 0;
    display: none;
    width: fit-content;
    margin:auto auto;
    border-radius: 5px;
    height: 4.5em;
    border: 1px solid #ffffff;
}
.swiper-slide.vid-slide-player .vjs-control-bar .vjs-play-control{
    width: 5em;
    font-size: 1.5em;
}
.swiper-slide.vid-slide-player.swiper-slide-active:hover .vjs-control-bar{
    display: block;
}

@media (max-width: 1024px) {
    .swiper-slide.vid-slide-player.swiper-slide-active .video-js.vjs-paused .vjs-control-bar{
        display: block;
    }
    .swiper-slide.vid-slide-player.swiper-slide-active:hover .vjs-control-bar {
        display: none;
    }
}

.swiper-slide.vid-slide-player .video-js .vjs-big-play-button{
    display: none;
}
.swiper-slide.vid-slide-player .vjs-control-bar .vjs-volume-menu-button,.swiper-slide.vid-slide-player .vjs-control-bar  .vjs-time-control,.swiper-slide.vid-slide-player .vjs-control-bar .vjs-progress-control,
.swiper-slide.vid-slide-player .vjs-control-bar .vjs-remaining-time,.swiper-slide.vid-slide-player .vjs-control-bar  .vjs-fullscreen-control{
    display: none;
}
.swiper-slide.vid-slide-player {
    pointer-events: none;
}
.swiper-slide.vid-slide-player.swiper-slide-active {
    pointer-events: all;
}

.swiper-slide.vid-slide-player.horiz{
    width: auto !important;
    max-width: 73.8vw !important;
}
.swiper-slide.vid-slide-player.horiz .slide-content{
    max-width: 73.8vw !important;
}
.swiper-slide.vid-slide-player.vert{
    width: auto !important;
    max-width: 23.38vw !important;
}
.swiper-slide.vid-slide-player.vert .slide-content {
    max-width: 23.38vw !important;
}
@media (max-width: 768px) {
    .swiper-slide.vid-slide-player.vert,.swiper-slide.vid-slide-player.horiz{
        width: auto !important;
        max-width: 75.46vw !important;
    }
    .swiper-slide.vid-slide-player.vert .slide-content,.swiper-slide.vid-slide-player.horiz .slide-content {
        max-width: 75.46vw !important;
    }
}
#modal__view-blogger-video .modal--body{
    overflow: visible !important;
}
#swiper__video__reviews__player .swiper-button-prev:after, #swiper__video__reviews__player .swiper-button-next:after {
    content: none;
}
.vid-slide-player .swiper-button-prev, .vid-slide-player .swiper-button-next{
    display: none;
}
.vid-slide-player.swiper-slide-active .swiper-button-prev, .vid-slide-player.swiper-slide-active .swiper-button-next{
    display: flex;
}
.vid-slide-player.swiper-slide-active .swiper-button-prev, .vid-slide-player.swiper-slide-active .swiper-button-next {
    position: absolute;
    top: var(--swiper-navigation-top-offset,50%);
    width: 55px;
    height: 55px;
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color,var(--swiper-theme-color));
}
#swiper__video__reviews__player .swiper-button-prev, #swiper__video__reviews__player .swiper-button-next{
    width: 45px;
    height: 45px;
}
.vid-slide-player.swiper-slide-active .swiper-button-prev:hover, .vid-slide-player.swiper-slide-active .swiper-button-next:hover {
    background-color: rgba(255, 255, 255, 0.5);
}
#swiper__video__reviews__player .swiper-button-next svg, #swiper__video__reviews__player .swiper-button-prev svg {
    width: auto;
    height: auto;
    object-fit: contain;
    transform-origin: center;
}
.vid-slide-player.swiper-slide-active .swiper-button-prev{
    left: -7vw;
}
.vid-slide-player.swiper-slide-active .swiper-button-next{
    right: -7vw;
}
@media (max-width: 640px) {
    .vid-slide-player.swiper-slide-active .swiper-button-prev, .vid-slide-player.swiper-slide-active .swiper-button-next {
        display: none;
    }
    #swiper__video__reviews__player .mobButtons .swiper-button-prev{
        left: 0;
        display: flex;
        position: relative;
    }
    #swiper__video__reviews__player .mobButtons .swiper-button-next{
        right: 0;
        display: flex;
        position: relative;
    }
}
.swiper-slide.vid-slide-player::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(179.8deg, rgba(32, 35, 44, 0) 62.92%, #20232C 99.84%);
    pointer-events: none;
}
.swiper-slide.vid-slide-player .swiper-slide-shadow-right,.swiper-slide.vid-slide-player .swiper-slide-shadow-left{
    background-image: unset;
    background-color: rgba(0 0 0 / .7);
}
#swiper__video__reviews__player .swiper-wrapper .swiper-slide:first-child .swiper-button-prev{
    display: none;
}
#swiper__video__reviews__player .swiper-wrapper .swiper-slide:last-child .swiper-button-next{
    display: none;
}
.swiper-slide.vid-slide-player .pauseBtn{
    top:45%;
    left:44%;
    font-size: 2em;
    line-height: 1.5em;
    height: 1.5em;
    width: 3.2em;
    display: flex;
    padding: 0;
    cursor: pointer;
    opacity: 1;
    color: #ffffff;
    border: .06666em solid #fff;
    background-color: #2b333f;
    background-color: rgba(43,51,63,0.7);
    -webkit-border-radius: .3em;
    -moz-border-radius: .3em;
    border-radius: .3em;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.swiper-slide.vid-slide-player .pauseBtn:hover {
    outline: 0;
    border-color: #fff;
    background-color: #73859f;
    background-color: rgba(115,133,159,0.5);
    -webkit-transition: all 0;
    -moz-transition: all 0;
    -o-transition: all 0;
    transition: all 0;
}

.client-review-slide{
    width: calc((100% - 4 * 32px) / 5 - 3px) !important;
    max-width: 18vw;
    height: auto !important;
}
@media (max-width: 768px) {
    .client-review-slide{
        width: calc((100% - 2 * 10px) / 2) !important;
        max-width: 85vw;
    }
}
.client-reviews .navButtons .swiper-button-prev,.client-reviews .navButtons .swiper-button-next{
    position: relative;
    top: 0;
    height: fit-content;
    width: auto;
    margin-top: unset;
}
.client-reviews .navButtons .swiper-button-prev{
    left: unset;
}
.client-reviews .navButtons .swiper-button-next{
    right: unset;
}
.client-reviews .navButtons .swiper-button-prev:after,.client-reviews .navButtons .swiper-button-next:after{
    content: none;
}
.client-reviews .navButtons .swiper-button-prev svg, .client-reviews .navButtons .swiper-button-next svg {
    width: auto;
    height: auto;
    object-fit: contain;
    transform-origin: center;
}

.filter-slide{
    width: 8.854vw !important;
}
@media (max-width: 768px) {
    .filter-slide{
        width: 26.66vw !important;
    }
}
/* End */
/* /assets/styles/style.15563cbd.css?1774731336212806 */
/* /assets/styles/news.styles.css?17717056845726 */
/* /assets/styles/vendor/aboutFactory/swiper-bundle.min.css?177419412114424 */
/* /assets/styles/vendor/aboutFactory/fancybox.css?177419414725343 */
/* /assets/styles/aboutFactory.css?177426993854195 */
/* /local/templates/base_2026/components/bitrix/news.list/ticker_home_first/style.css?1774042835911 */
/* /local/templates/base_2026/template_styles.css?177418551117256 */
