@import url("normalize.css");
/*!!!!!!!!!COLOR RULES!!!!!!!!!*/
:root {
    --primary-color: #ffffff; /* Основной цвет */
    --secondary-color: #fafafa; /* Вторичный цвет */
    --tertiary-color: rgb(248, 248, 248); /* 3 цвет */
    --quaternary-color: #ffe5bb; /* 4 цвет */
    --accent-color: #d60202; /* Акцентный цвет */
    --accent-color-2: #fcfcfb; /* Акцентный цвет */
    --border-color: rgba(81, 80, 77, 0.15);
    --font-main-color: #1C1C1C; /* Цвет текста */
    --font-alt-color: #80a5b1; /* Цвет текста */
    --font-accent-color: #5578a0;
    --font-four-color: #df8702;
    --button-color: #ffffff; /*Цвет кнопки */
    --button-hover-color: #000000;
    --dotnav-inactive: #80a5b1;
}

/*!!!!!!!!!UIKIT!!!!!!!!!*/
:root {
    --uk-breakpoint-s: 640px;
    --uk-breakpoint-m: 960px;
    --uk-breakpoint-l: 1200px;
    --uk-breakpoint-xl: 1600px;
}

.uk-visible-toggle {
    -webkit-tap-highlight-color: transparent;
}

.uk-slideshow {
    -webkit-tap-highlight-color: transparent;
}

.uk-slideshow-items {
    position: relative;
    z-index: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    -webkit-touch-callout: none;
}

.uk-slideshow-items > * {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    will-change: transform, opacity;
    touch-action: pan-y;
}

.uk-slideshow-items > :focus {
    outline: 0;
}

.uk-slideshow-items > :not(.uk-active) {
    display: none;
}

.uk-slider {
    -webkit-tap-highlight-color: transparent;
}

.uk-slider-container {
    overflow: hidden;
}

.uk-slider-container-offset {
    margin: -11px -25px -39px -25px;
    padding: 11px 25px 39px 25px;
}

.uk-slider-items {
    will-change: transform;
    position: relative;
}

.uk-slider-items:not(.uk-grid) {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-touch-callout: none;
}

.uk-slider-items.uk-grid {
    flex-wrap: nowrap;
}

.uk-slider-items > * {
    flex: none;
    max-width: 100%;
    position: relative;
    touch-action: pan-y;
}

.uk-slider-items > :focus {
    outline: 0;
}

[class*="uk-child-width"] > * {
    box-sizing: border-box;
    width: 100%;
}

.uk-child-width-1-2 > * {
    width: 50%;
}

.uk-child-width-1-3 > * {
    width: calc(100% * 1 / 3.001);
}

.uk-child-width-1-4 > * {
    width: 25%;
}

.uk-child-width-1-5 > * {
    width: 20%;
}

.uk-child-width-1-6 > * {
    width: calc(100% * 1 / 6.001);
}

.uk-child-width-auto > * {
    width: auto;
}

.uk-child-width-expand > :not([class*="uk-width"]) {
    flex: 1;
    min-width: 1px;
}

@media (min-width: 640px) {
    .uk-child-width-1-1\@s > * {
        width: 100%;
    }

    .uk-child-width-1-2\@s > * {
        width: 50%;
    }

    .uk-child-width-1-3\@s > * {
        width: calc(100% * 1 / 3.001);
    }

    .uk-child-width-1-4\@s > * {
        width: 25%;
    }

    .uk-child-width-1-5\@s > * {
        width: 20%;
    }

    .uk-child-width-1-6\@s > * {
        width: calc(100% * 1 / 6.001);
    }

    .uk-child-width-auto\@s > * {
        width: auto;
    }

    .uk-child-width-expand\@s > :not([class*="uk-width"]) {
        flex: 1;
        min-width: 1px;
    }
}

@media (min-width: 960px) {
    .uk-child-width-1-1\@m > * {
        width: 100%;
    }

    .uk-child-width-1-2\@m > * {
        width: 50%;
    }

    .uk-child-width-1-3\@m > * {
        width: calc(100% * 1 / 3.001);
    }

    .uk-child-width-1-4\@m > * {
        width: 25%;
    }

    .uk-child-width-1-5\@m > * {
        width: 20%;
    }

    .uk-child-width-1-6\@m > * {
        width: calc(100% * 1 / 6.001);
    }

    .uk-child-width-auto\@m > * {
        width: auto;
    }

    .uk-child-width-expand\@m > :not([class*="uk-width"]) {
        flex: 1;
        min-width: 1px;
    }
}

@media (min-width: 1200px) {
    .uk-child-width-1-1\@l > * {
        width: 100%;
    }

    .uk-child-width-1-2\@l > * {
        width: 50%;
    }

    .uk-child-width-1-3\@l > * {
        width: calc(100% * 1 / 3.001);
    }

    .uk-child-width-1-4\@l > * {
        width: 25%;
    }

    .uk-child-width-1-5\@l > * {
        width: 20%;
    }

    .uk-child-width-1-6\@l > * {
        width: calc(100% * 1 / 6.001);
    }

    .uk-child-width-auto\@l > * {
        width: auto;
    }

    .uk-child-width-expand\@l > :not([class*="uk-width"]) {
        flex: 1;
        min-width: 1px;
    }
}

@media (min-width: 1600px) {
    .uk-child-width-1-1\@xl > * {
        width: 100%;
    }

    .uk-child-width-1-2\@xl > * {
        width: 50%;
    }

    .uk-child-width-1-3\@xl > * {
        width: calc(100% * 1 / 3.001);
    }

    .uk-child-width-1-4\@xl > * {
        width: 25%;
    }

    .uk-child-width-1-5\@xl > * {
        width: 20%;
    }

    .uk-child-width-1-6\@xl > * {
        width: calc(100% * 1 / 6.001);
    }

    .uk-child-width-auto\@xl > * {
        width: auto;
    }

    .uk-child-width-expand\@xl > :not([class*="uk-width"]) {
        flex: 1;
        min-width: 1px;
    }
}

.uk-dotnav {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: -12px;
}

.uk-dotnav > * {
    flex: none;
    padding-left: 12px;
}

.uk-dotnav > * > * {
    display: block;
    box-sizing: border-box;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: 0 0;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    border: 2px solid #D7D7D7;
    transition: 0.2s ease-in-out;
    transition-property: background-color, border-color;
    background-color: #ffffff;
}

.uk-dotnav > * > :focus,
.uk-dotnav > * > :hover {
    background-color: #FFFFFF;
    outline: 0;
    border-color: #FF423B;
}

.uk-dotnav > * > :active {
    background-color: var(--secondary-color);
    border-color: var(--accent-color);
}

.uk-dotnav > .uk-active > * {
    background-color: #E1251B;
    border-color: #E1251B;
}

.uk-dotnav-vertical {
    flex-direction: column;
    margin-left: 0;
    margin-top: -12px;
}

.uk-dotnav-vertical > * {
    padding-left: 0;
    padding-top: 12px;
}

.uk-accordion {
    padding: 0;
    list-style: none;
}

.uk-accordion > :nth-child(n + 2) {
    margin-top: 20px;
}

.uk-accordion-title {
    display: block;
    overflow: hidden;
}

.uk-open .uk-accordion-title {
    transition: 0.3s ease;
    background: transparent;
    box-shadow: none;
    color: var(--font-main-color) !important;
}

.uk-accordion > .uk-open {
    background-color: var(--primary-color);
    box-shadow: 0 10px 20px 0 rgba(41, 41, 42, 0.07);
}

.uk-accordion-title::before {
    content: "";
    width: 1.4em;
    height: 1.4em;
    margin-left: 10px;
    float: right;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%221%22%20height%3D%2213%22%20x%3D%226%22%20y%3D%220%22%20%2F%3E%0A%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.uk-open > .uk-accordion-title::before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.uk-accordion-title:focus,
.uk-accordion-title:hover {
    color: var(--font-main-color);
    text-decoration: none;
    outline: 0;
}

.uk-accordion-content {
    display: flow-root;
    margin-top: 20px;
}

.uk-accordion-content > :last-child {
    margin-bottom: 0;
}

.uk-hidden,
[hidden] {
    display: none !important;
}

.uk-lightbox {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1010;
    background: #000;
    opacity: 0;
    transition: opacity 0.15s linear;
    touch-action: pinch-zoom;
}

.uk-lightbox.uk-open {
    display: block;
    opacity: 1;
}

.uk-lightbox-page {
    overflow: hidden;
}

.uk-lightbox-items > * {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    justify-content: center;
    align-items: center;
    color: rgba(255, 255, 255, 0.7);
    will-change: transform, opacity;
}

.uk-lightbox-items > * > * {
    max-width: 100vw;
    max-height: 100vh;
}

.uk-lightbox-items > :focus {
    outline: 0;
}

.uk-lightbox-items > * > :not(iframe) {
    width: auto;
    height: auto;
}

.uk-lightbox-items > .uk-active {
    display: flex;
}

.uk-lightbox-toolbar {
    padding: 10px 10px;
    background: rgba(0, 0, 0, 0.3);
    color: rgba(255, 255, 255, 0.7);
}

.uk-lightbox-toolbar > * {
    color: rgba(255, 255, 255, 0.7);
}

.uk-lightbox-toolbar-icon {
    padding: 5px;
    color: rgba(255, 255, 255, 0.7);
}

.uk-lightbox-toolbar-icon:hover {
    color: #fff;
}

.uk-lightbox-button {
    box-sizing: border-box;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.3);
    color: rgba(255, 255, 255, 0.7);
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.uk-lightbox-button:focus,
.uk-lightbox-button:hover {
    color: #fff;
}

.uk-lightbox-caption:empty {
    display: none;
}

.uk-lightbox-iframe {
    width: 80%;
    height: 80%;
}

.uk-timeline .uk-timeline-item .uk-card {
    max-height: 300px;
}

.uk-timeline .uk-timeline-item {
    display: flex;
    position: relative;
}

.uk-timeline .uk-timeline-item::before {
    background: #dadee4;
    content: "";
    height: 100%;
    left: 23px;
    position: absolute;
    top: 20px;
    width: 2px;
    z-index: -1;
}

.uk-timeline .uk-timeline-item .uk-timeline-content {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0 0 0 1rem;
}

.uk-badge {
    box-sizing: border-box;
    min-width: 50px;
    height: 50px;
    padding: 0 5px;
    border-radius: 500px;
    border: 2px solid black;
    vertical-align: middle;
    background: var(--primary-color);
    color: #000000 !important;
    font-size: 11px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: 0;
}

.uk-badge:focus,
.uk-badge:hover {
    text-decoration: none;
    outline: 0;
}

.uk-switcher {
    margin: 0;
    padding: 0;
    list-style: none;
}

.uk-switcher > :not(.uk-active) {
    display: none;
}

.uk-switcher > * > :last-child {
    margin-bottom: 0;
}

[class*="uk-animation-"] {
    animation-duration: 0.5s;
    animation-timing-function: ease-out;
    animation-fill-mode: both;
}

.uk-animation-fade {
    animation-name: uk-fade;
    animation-duration: 0.8s;
    animation-timing-function: linear;
}

.uk-animation-scale-up {
    animation-name: uk-fade-scale-02;
}

.uk-animation-scale-down {
    animation-name: uk-fade-scale-18;
}

.uk-animation-slide-top {
    animation-name: uk-fade-top;
}

.uk-animation-slide-bottom {
    animation-name: uk-fade-bottom;
}

.uk-animation-slide-left {
    animation-name: uk-fade-left;
}

.uk-animation-slide-right {
    animation-name: uk-fade-right;
}

.uk-animation-slide-top-small {
    animation-name: uk-fade-top-small;
}

.uk-animation-slide-bottom-small {
    animation-name: uk-fade-bottom-small;
}

.uk-animation-slide-left-small {
    animation-name: uk-fade-left-small;
}

.uk-animation-slide-right-small {
    animation-name: uk-fade-right-small;
}

.uk-animation-slide-top-medium {
    animation-name: uk-fade-top-medium;
}

.uk-animation-slide-bottom-medium {
    animation-name: uk-fade-bottom-medium;
}

.uk-animation-slide-left-medium {
    animation-name: uk-fade-left-medium;
}

.uk-animation-slide-right-medium {
    animation-name: uk-fade-right-medium;
}

.uk-animation-kenburns {
    animation-name: uk-scale-kenburns;
    animation-duration: 15s;
}

.uk-animation-shake {
    animation-name: uk-shake;
}

.uk-animation-stroke {
    animation-name: uk-stroke;
    stroke-dasharray: var(--uk-animation-stroke);
    animation-duration: 2s;
}

.uk-animation-reverse {
    animation-direction: reverse;
    animation-timing-function: ease-in;
}

.uk-animation-fast {
    animation-duration: 0.1s;
}

.uk-animation-toggle:not(:hover):not(:focus) [class*="uk-animation-"] {
    animation-name: none;
}

.uk-animation-toggle {
    -webkit-tap-highlight-color: transparent;
}

.uk-animation-toggle:focus {
    outline: 0;
}

@keyframes uk-fade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes uk-fade-top {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes uk-fade-bottom {
    0% {
        opacity: 0;
        transform: translateY(100%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes uk-fade-left {
    0% {
        opacity: 0;
        transform: translateX(-100%);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes uk-fade-right {
    0% {
        opacity: 0;
        transform: translateX(100%);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes uk-fade-top-small {
    0% {
        opacity: 0;
        transform: translateY(-10px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes uk-fade-bottom-small {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes uk-fade-left-small {
    0% {
        opacity: 0;
        transform: translateX(-10px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes uk-fade-right-small {
    0% {
        opacity: 0;
        transform: translateX(10px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes uk-fade-top-medium {
    0% {
        opacity: 0;
        transform: translateY(-50px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes uk-fade-bottom-medium {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes uk-fade-left-medium {
    0% {
        opacity: 0;
        transform: translateX(-50px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes uk-fade-right-medium {
    0% {
        opacity: 0;
        transform: translateX(50px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes uk-fade-scale-02 {
    0% {
        opacity: 0;
        transform: scale(0.2);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes uk-fade-scale-18 {
    0% {
        opacity: 0;
        transform: scale(1.8);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes uk-scale-kenburns {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.2);
    }
}

@keyframes uk-shake {
    0%,
    100% {
        transform: translateX(0);
    }

    10% {
        transform: translateX(-9px);
    }

    20% {
        transform: translateX(8px);
    }

    30% {
        transform: translateX(-7px);
    }

    40% {
        transform: translateX(6px);
    }

    50% {
        transform: translateX(-5px);
    }

    60% {
        transform: translateX(4px);
    }

    70% {
        transform: translateX(-3px);
    }

    80% {
        transform: translateX(2px);
    }

    90% {
        transform: translateX(-1px);
    }
}

@keyframes uk-stroke {
    0% {
        stroke-dashoffset: var(--uk-animation-stroke);
    }

    100% {
        stroke-dashoffset: 0;
    }
}

.uk-offcanvas {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100000;
}

.uk-offcanvas-flip .uk-offcanvas {
    right: 0;
    left: auto;
}

.uk-offcanvas-bar {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -100%;
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    background: rgba(230, 230, 230, 1);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    display: flex;
    flex-direction: column;
}

@media (min-width: 960px) {
    .uk-offcanvas-bar {
        left: -100%;
        width: 100%;
        padding: 0;
    }
}

.uk-offcanvas-flip .uk-offcanvas-bar {
    left: auto;
    right: -270px;
}

@media (min-width: 960px) {
    .uk-offcanvas-flip .uk-offcanvas-bar {
        right: -350px;
    }
}

.uk-open > .uk-offcanvas-bar {
    left: 0;
}

.uk-offcanvas-flip .uk-open > .uk-offcanvas-bar {
    left: auto;
    right: 0;
}

.uk-offcanvas-bar-animation {
    transition: left 0.3s ease-out;
}

.uk-offcanvas-flip .uk-offcanvas-bar-animation {
    transition-property: right;
}

.uk-offcanvas-reveal {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
    overflow: hidden;
    transition: width 0.3s ease-out;
}

.uk-offcanvas-reveal .uk-offcanvas-bar {
    left: 0;
}

.uk-offcanvas-flip .uk-offcanvas-reveal .uk-offcanvas-bar {
    left: auto;
    right: 0;
}

.uk-open > .uk-offcanvas-reveal {
    width: 270px;
}

@media (min-width: 960px) {
    .uk-open > .uk-offcanvas-reveal {
        width: 350px;
    }
}

.uk-offcanvas-flip .uk-offcanvas-reveal {
    right: 0;
    left: auto;
}

.uk-offcanvas-close {
    position: unset;
    z-index: 1000;
    top: 20px;
    right: 20px;
    padding: 5px;
}

.uk-offcanvas-close > svg line {
    stroke: black !important;
    stroke-width: 1.3;
}

.uk-offcanvas-overlay {
    width: 100vw;
    touch-action: none;
}

.uk-offcanvas-overlay::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.1);
    opacity: 0;
    transition: opacity 0.15s linear;
}

.uk-offcanvas-overlay.uk-open::before {
    opacity: 1;
}

.uk-offcanvas-container,
.uk-offcanvas-page {
    overflow-x: hidden;
}

.uk-offcanvas-container {
    position: relative;
    left: 0;
    transition: left 0.3s ease-out;
    box-sizing: border-box;
    width: 100%;
}

:not(.uk-offcanvas-flip).uk-offcanvas-container-animation {
    left: 270px;
}

.uk-offcanvas-flip.uk-offcanvas-container-animation {
    left: -270px;
}

@media (min-width: 960px) {
    :not(.uk-offcanvas-flip).uk-offcanvas-container-animation {
        left: 350px;
    }

    .uk-offcanvas-flip.uk-offcanvas-container-animation {
        left: -350px;
    }
}

.uk-breadcrumb > :nth-child(n + 2):not(.uk-first-column)::before {
    content: "/";
    display: inline-block;
    margin: 0 10px 0px calc(12px - 4px);
    font-size: 0.875rem;
    color: #000000;
}

.uk-breadcrumb > * > * {
    font-size: 0.875rem;
}

.uk-modal-dialog {
    background: rgb(248, 248, 248);
    border-radius: 16px;
}

/*!!!!!!!!!!BUTTON RULES!!!!!!!!!!*/

.button {
    padding: 1.1875rem 3.4375rem;
    background-color: #ffffff;
    transition: 0.3s ease;
    border: 1px solid #E1251B;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #E1251B;
    font-weight: 500;
    font-size: 1rem;
    line-height: 100%;
    letter-spacing: -1%;
    vertical-align: middle;
    border-radius: 50px;
}

.button:hover {
    color: #ffffff;
    background-color: #E1251B;
    transition: 0.3s ease;
    border: 1px solid #E1251B;
    text-decoration: none;
}

.button-buy {
    padding: 1.1875rem 3.4375rem;
    background-color: #E1251B;
    transition: 0.3s ease;
    border: 1px solid #E1251B;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-weight: 500;
    font-size: 1rem;
    line-height: 100%;
    letter-spacing: -1%;
    vertical-align: middle;
    border-radius: 50px;
}

.button-buy:hover {
    transition: 0.3s ease;
    background-color: #ffffff;
    border: 1px solid #E1251B;
    color: #E1251B;
    text-decoration: none;
}

.button-nav {
    transition: 0.3s ease;
    border: 1px solid transparent;
    outline: none;
    z-index: 1000;
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    box-shadow: 0px 0px 15px 1px #0000002E;
    border-radius: 50%;
}

.button-nav svg path {
    fill: #000000;
    transition: 0.3s ease;
}

.button-nav-alt {
    transition: 0.3s ease;
    border: 1px solid rgba(157, 217, 67, 1);
    outline: none;
    z-index: 1000;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
}

.button-nav-alt svg path {
    fill: #000000;
    transition: 0.3s ease;
}

.button-alt {
    padding: 1.1875rem 3.4375rem;
    color: #FFFFFF;
    background-color: #1C1C1C;
    border: 1px solid #1C1C1C;
    display: flex;
    align-items: center;
    transition: 0.3s ease;
    border-radius: 50px;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -1%;
    vertical-align: middle;
    justify-content: center;
}

.button-disabled {
    padding: 1.1875rem 3.4375rem;
    background-color: #FF423B1F;
    transition: 0.3s ease;
    border: 1px solid #FF423B1F;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FF423B;
    font-weight: 500;
    font-size: 1rem;
    line-height: 100%;
    letter-spacing: -1%;
    vertical-align: middle;
    border-radius: 50px;
}

.button-disabled:hover {
    transition: 0.3s ease;
    text-decoration: none;
    color: #FF423B;
    background-color: #ffffff;
    border-color: #FF423B;
}

.button-nav:hover {
    transition: 0.3s ease;
    opacity: 1;
    box-shadow: 0px 0px 15px 1px #E1251B;
}


.button-nav:hover svg path {
    fill: #E1251B;
}

.button-nav-alt:hover {
    transition: 0.3s ease;
    opacity: 1;
    background-color: rgba(157, 217, 67, 1);
}

.button-nav-alt:hover svg path {
    fill: rgba(13, 13, 13, 1);
}

.button-alt:hover {
    background-color: #ffffff;
    text-decoration: none;
    transition: 0.3s ease;
    color: #1C1C1C;
    border-color: #1C1C1C;
}


/*.button-alt:hover {*/
/*    color: var(--button-hover-color);*/
/*    background-color: var(--primary-color);*/
/*    transition: 0.3s ease;*/
/*    box-shadow: 3px 4px 9.8px 0px rgba(0, 0, 0, 0.25);*/
/*    border: 1px solid var(--button-hover-color);*/
/*    text-decoration: none;*/
/*}*/

div.no-hover {
    pointer-events: none;
}

/*.button:focus-visible,*/
/*.button-nav:focus-visible,*/
/*.button-alt:focus-visible {*/
/*    color: var(--primary-color);*/
/*    background-color: var(--button-hover-color);*/
/*    transition: 0.3s ease;*/
/*    box-shadow: 3px 4px 9.8px 0px rgba(0, 72, 25, 0.25);*/
/*    border: 1px solid var(--button-focused-color);*/
/*}*/

/*.button:active,*/
/*.button-nav:active,*/
/*.button-alt:active {*/
/*    color: var(--primary-color);*/
/*    background-color: var(--button-pressed-color);*/
/*    box-shadow: 3px 4px 9.8px 0px rgba(0, 72, 25, 0.25);*/
/*    transition: 0.3s ease;*/
/*    border: 1px solid transparent;*/
/*}*/

.button-xl {
    font-size: 1.5rem;
    font-weight: 400;
    height: 4rem;
}

.button-l {
    font-size: 1.313rem;
    font-weight: 400;
    height: 3.5rem;
}

.button-m {
    font-size: 1.125rem;
    font-weight: 400;
    height: 3rem;
    letter-spacing: -1%;
}

.button-s {
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: -1%;
    text-align: center;
}

.button-xs {
    font-size: 0.75rem;
    height: 2rem;
}

.hover {
    transition: 0.3s ease;
}

.hover:hover {
    color: #E1251B;
    text-decoration: none;
}

/*!!!!!!!!!FONT RULES!!!!!!!!!*/
:root {
    font-size: 16px; /* 1rem = 16px для десктопа */
    font-family: "Inter Tight", sans-serif;
}

@media screen and (max-width: 1024px) {
    :root {
        font-size: 15px; /* 1rem = 14px для планшета */
    }
}

@media screen and (max-width: 768px) {
    :root {
        font-size: 14px; /* 1rem = 11px для мобильных устройств */
    }
}

.text-main {
    color: var(--font-main-color);
}

.text-alt {
    color: var(--primary-color);
}

.text-alt-2 {
    color: var(--font-alt-color);
}

.text-alt-3 {
    color: var(--tertiary-color);
}

.text-accent {
    color: var(--font-accent-color);
}

.text-four {
    color: var(--font-four-color);
}

.text-five {
    color: #6c9abb;
}

.text-red {
    color: #E1251B;
}

.text-green {
    color: rgba(101, 169, 0, 1);
}

.text-dark-green {
    color: rgba(25, 64, 53, 1);
}

.text-five > a {
    color: #6c9abb;
    transition: 0.3s ease;
}

.text-five > a:hover {
    color: var(--button-hover-color);
    transition: 0.3s ease;
    text-decoration: none;
}

.uppercase {
    text-transform: uppercase;
}

.road-radio {
    font-family: "Open Sans", serif;
}

.headline-0 {
    font-size: 6rem;
    font-weight: 800;
    line-height: 1.2;
}

.headline-01 {
    font-size: 4rem;
    font-weight: 900;
    line-height: 1.2;
}

.headline-1 {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.2;
}

.headline-2 {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
}

.headline-3 {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
}

.headline-4 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
}

.headline-5 {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2;
}

.headline-6 {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.2;
}

.subtitle-1 {
    font-size: 1.125rem;
    font-weight: 600;
}

.subtitle-2 {
    font-size: 1rem;
    font-weight: 600;
}

.body-1 {
    font-size: 1.125rem;
    font-weight: 400;
}

.body-2 {
    font-size: 1rem;
    font-weight: 400;
}

.caption-1 {
    font-size: 0.875rem;
    font-weight: 400;
    letter-spacing: 0.028rem;
}

.caption-2 {
    font-size: 0.6875rem;
    font-weight: 400;
    line-height: 11px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

}


.overline-1 {
    font-size: 0.75rem;
    font-weight: 400;
    letter-spacing: 0.15rem;
}

.small-text {
    font-size: 0.688rem;
    font-weight: 400;
}

.text-align-center {
    text-align: center;
}

.text-align-left {
    text-align: left;
}

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

.font-300 {
    font-weight: 300;
}

.font-400 {
    font-weight: 400;
}

.font-500 {
    font-weight: 500;
}

.font-600 {
    font-weight: 600;
}

.font-700 {
    font-weight: 700;
}

.white-space-nw {
    white-space: nowrap;
}

/*!!!!!!!!!!POSITION RULES!!!!!!!!!!*/
.left0 {
    left: 0;
}

.left2 {
    left: 2%;
}

.left5 {
    left: 5%;
}

.left-30 {
    left: -30px;
}

.left40 {
    left: 40%;
    transform: translatex(-50%);
}

.left50 {
    left: 50%;
    transform: translateX(-50%);
}

.right0 {
    right: 0;
}

.right2 {
    right: 2%;
}

.right5 {
    right: 5%;
}

.right-30 {
    right: -30px;
}

.top0 {
    top: 0;
}

.top-8 {
    top: 0.5rem;
}

.left-8 {
    left: 0.5rem;
}

.left-10 {
    left: 15px;
}

.top50 {
    top: 50%;
    transform: translateY(-50%);
}

.bottom0 {
    bottom: 0;
}

.bottom10 {
    bottom: 0.625rem;
}

.bottom20 {
    bottom: 1.25rem;
}

.bottom30 {
    bottom: 1.875rem;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.static {
    position: static;
}

.fixed {
    position: fixed;
}

.line-height-08 {
    line-height: 0.8;
}

.t-decor-none {
    text-decoration: none;
}

/*!!!!!!!!!!WIDTH RULES!!!!!!!!!!*/

.width-fit-content {
    width: fit-content;
}

.h-150 {
    height: 9.375rem;
}

.w-150 {
    width: 9.375rem;
}

.width-100 {
    width: 100%;
}

.width-95 {
    width: 95%;
}

.width-90 {
    width: 90%;
}

.width-85 {
    width: 85%;
}

.width-80 {
    width: 80%;
}

.width-75 {
    width: 75%;
}

.width-70 {
    width: 70%;
}

.width-65 {
    width: 65%;
}

.width-60 {
    width: 60%;
}

.width-55 {
    width: 55%;
}

.width-50 {
    width: 50%;
}

.width-45 {
    width: 45%;
}

.width-40 {
    width: 40%;
}

.width-33 {
    width: 33%;
}

.width-35 {
    width: 35%;
}

.width-30 {
    width: 30%;
}

.width-25 {
    width: 25%;
}

.width-20 {
    width: 20%;
}

.width-16 {
    width: 16%;
}

.height-100 {
    height: 100%;
}

.height-fit-content {
    height: fit-content;
}

/*!!!!!!!!!!WRAPPER RULES!!!!!!!!!!*/
.container {
    max-width: calc(1600px + 5rem);
    padding: 0 2.5rem;
}

.container-alt {
    max-width: calc(1280px + 5rem);
    padding: 0 2.5rem;
}

/*!!!!!!!!!!MARGIN RULES!!!!!!!!!!*/
.margin-auto-top {
    margin: auto 0;
}

.margin-auto-sides {
    margin: 0 auto;
}

.margin-block {
    margin-top: 6.875rem;
}

.mt-0-p {
    margin-top: 0%;
}

.mt-5-p {
    margin-top: 5%;
}

.mt-10-p {
    margin-top: 10%;
}

.mt-15-p {
    margin-top: 15%;
}

.mt-20-p {
    margin-top: 20%;
}

.mt-25-p {
    margin-top: 25%;
}

.mt-30-p {
    margin-top: 30%;
}

.mt-35-p {
    margin-top: 35%;
}

.mt-40-p {
    margin-top: 40%;
}

.mt-45-p {
    margin-top: 45%;
}

.mt-50-p {
    margin-top: 50%;
}

.mt-55-p {
    margin-top: 55%;
}

.mt-60-p {
    margin-top: 60%;
}

.mt-65-p {
    margin-top: 65%;
}

.mt-70-p {
    margin-top: 70%;
}

.mt-75-p {
    margin-top: 75%;
}

.mt-80-p {
    margin-top: 80%;
}

.mt-85-p {
    margin-top: 85%;
}

.mt-90-p {
    margin-top: 90%;
}

.mt-95-p {
    margin-top: 95%;
}

.mt-100-p {
    margin-top: 100%;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-5-p {
    margin-bottom: 5%;
}

.mb-10-p {
    margin-bottom: 10%;
}

.mb-15-p {
    margin-bottom: 15%;
}

.mb-20-p {
    margin-bottom: 20%;
}

.mb-25-p {
    margin-bottom: 25%;
}

.mb-30-p {
    margin-bottom: 30%;
}

.mb-35-p {
    margin-bottom: 35%;
}

.mb-40-p {
    margin-bottom: 40%;
}

.mb-45-p {
    margin-bottom: 45%;
}

.mb-50-p {
    margin-bottom: 50%;
}

.mb-55-p {
    margin-bottom: 55%;
}

.mb-60-p {
    margin-bottom: 60%;
}

.mb-65-p {
    margin-bottom: 65%;
}

.mb-70-p {
    margin-bottom: 70%;
}

.mb-75-p {
    margin-bottom: 75%;
}

.mb-80-p {
    margin-bottom: 80%;
}

.mb-85-p {
    margin-bottom: 85%;
}

.mb-90-p {
    margin-bottom: 90%;
}

.mb-95-p {
    margin-bottom: 95%;
}

.mb-100-p {
    margin-bottom: 100%;
}

.ml-0-p {
    margin-left: 0%;
}

.ml-5-p {
    margin-left: 5%;
}

.ml-10-p {
    margin-left: 10%;
}

.ml-15-p {
    margin-left: 15%;
}

.ml-20-p {
    margin-left: 20%;
}

.ml-25-p {
    margin-left: 25%;
}

.ml-30-p {
    margin-left: 30%;
}

.ml-35-p {
    margin-left: 35%;
}

.ml-40-p {
    margin-left: 40%;
}

.ml-45-p {
    margin-left: 45%;
}

.ml-50-p {
    margin-left: 50%;
}

.ml-55-p {
    margin-left: 55%;
}

.ml-60-p {
    margin-left: 60%;
}

.ml-65-p {
    margin-left: 65%;
}

.ml-70-p {
    margin-left: 70%;
}

.ml-75-p {
    margin-left: 75%;
}

.ml-80-p {
    margin-left: 80%;
}

.ml-85-p {
    margin-left: 85%;
}

.ml-90-p {
    margin-left: 90%;
}

.ml-95-p {
    margin-left: 95%;
}

.ml-100-p {
    margin-left: 100%;
}

.mr-0-p {
    margin-right: 0%;
}

.mr-5-p {
    margin-right: 5%;
}

.mr-10-p {
    margin-right: 10%;
}

.mr-15-p {
    margin-right: 15%;
}

.mr-20-p {
    margin-right: 20%;
}

.mr-25-p {
    margin-right: 25%;
}

.mr-30-p {
    margin-right: 30%;
}

.mr-35-p {
    margin-right: 35%;
}

.mr-40-p {
    margin-right: 40%;
}

.mr-45-p {
    margin-right: 45%;
}

.mr-50-p {
    margin-right: 50%;
}

.mr-55-p {
    margin-right: 55%;
}

.mr-60-p {
    margin-right: 60%;
}

.mr-65-p {
    margin-right: 65%;
}

.mr-70-p {
    margin-right: 70%;
}

.mr-75-p {
    margin-right: 75%;
}

.mr-80-p {
    margin-right: 80%;
}

.mr-85-p {
    margin-right: 85%;
}

.mr-90-p {
    margin-right: 90%;
}

.mr-95-p {
    margin-right: 95%;
}

.mr-100-p {
    margin-right: 100%;
}

.mt5 {
    margin-top: 0.313rem;
}

.mt10 {
    margin-top: 0.625rem;
}

.mt15 {
    margin-top: 0.938rem;
}

.mt20 {
    margin-top: 1.25rem;
}

.mt25 {
    margin-top: 1.563rem;
}

.mt30 {
    margin-top: 1.875rem;
}

.mt40 {
    margin-top: 2.5rem;
}

.mt50 {
    margin-top: 3.125rem;
}

.mt60 {
    margin-top: 3.75rem;
}

.mt70 {
    margin-top: 4.375rem;
}

.mt80 {
    margin-top: 5rem;
}

.mt90 {
    margin-top: 5.625rem;
}

.mt120 {
    margin-top: 7.5rem;
}

.mt180 {
    margin-top: 11.25rem;
}

.mb5 {
    margin-bottom: 0.313rem;
}

.mb10 {
    margin-bottom: 0.625rem;
}

.mb15 {
    margin-bottom: 0.938rem;
}

.mb20 {
    margin-bottom: 1.25rem;
}

.mb25 {
    margin-bottom: 1.563rem;
}

.mb30 {
    margin-bottom: 1.875rem;
}

.mb40 {
    margin-bottom: 2.5rem;
}

.mb50 {
    margin-bottom: 3.125rem;
}

.mb60 {
    margin-bottom: 3.75rem;
}

.mb70 {
    margin-bottom: 4.375rem;
}

.mb80 {
    margin-bottom: 5rem;
}

.ml5 {
    margin-left: 0.313rem;
}

.ml10 {
    margin-left: 0.625rem;
}

.ml15 {
    margin-left: 0.938rem;
}

.ml20 {
    margin-left: 1.25rem;
}

.ml30 {
    margin-left: 1.875rem;
}

.ml40 {
    margin-left: 2.5rem;
}

.ml50 {
    margin-left: 3.125rem;
}

.ml60 {
    margin-left: 3.75rem;
}

.ml70 {
    margin-left: 4.375rem;
}

.ml80 {
    margin-left: 5rem;
}

.mr5 {
    margin-right: 0.313rem;
}

.mr10 {
    margin-right: 0.625rem;
}

.mr15 {
    margin-right: 0.938rem;
}

.mr20 {
    margin-right: 1.25rem;
}

.mr30 {
    margin-right: 1.875rem;
}

.mr40 {
    margin-right: 2.5rem;
}

.mr50 {
    margin-right: 3.125rem;
}

.mr60 {
    margin-right: 3.75rem;
}

.mr70 {
    margin-right: 4.375rem;
}

.mr80 {
    margin-right: 5rem;
}

/*!!!!!!!!!!PADDING RULES!!!!!!!!!!*/

.padding-min {
    padding: 1rem;
}

.padding-min-side {
    padding: 0 1rem;
}

.pr-5-p {
    padding-right: 5%;
}

.pr-10-p {
    padding-right: 10%;
}

.pr-15-p {
    padding-right: 15%;
}

.pr-20-p {
    padding-right: 20%;
}

.pr-25-p {
    padding-right: 25%;
}

.pr-30-p {
    padding-right: 30%;
}

.pr-35-p {
    padding-right: 35%;
}

.pr-40-p {
    padding-right: 40%;
}

.pr-45-p {
    padding-right: 45%;
}

.pr-50-p {
    padding-right: 50%;
}

.pr-55-p {
    padding-right: 55%;
}

.pr-60-p {
    padding-right: 60%;
}

.pr-65-p {
    padding-right: 65%;
}

.pr-70-p {
    padding-right: 70%;
}

.pr-75-p {
    padding-right: 75%;
}

.pr-80-p {
    padding-right: 80%;
}

.pr-85-p {
    padding-right: 85%;
}

.pr-90-p {
    padding-right: 90%;
}

.pr-95-p {
    padding-right: 95%;
}

.pr-100-p {
    padding-right: 100%;
}

.pl-5-p {
    padding-left: 5%;
}

.pl-10-p {
    padding-left: 10%;
}

.pl-15-p {
    padding-left: 15%;
}

.pl-20-p {
    padding-left: 20%;
}

.pl-25-p {
    padding-left: 25%;
}

.pl-30-p {
    padding-left: 30%;
}

.pl-35-p {
    padding-left: 35%;
}

.pl-40-p {
    padding-left: 40%;
}

.pl-45-p {
    padding-left: 45%;
}

.pl-50-p {
    padding-left: 50%;
}

.pl-55-p {
    padding-left: 55%;
}

.pl-60-p {
    padding-left: 60%;
}

.pl-65-p {
    padding-left: 65%;
}

.pl-70-p {
    padding-left: 70%;
}

.pl-75-p {
    padding-left: 75%;
}

.pl-80-p {
    padding-left: 80%;
}

.pl-85-p {
    padding-left: 85%;
}

.pl-90-p {
    padding-left: 90%;
}

.pl-95-p {
    padding-left: 95%;
}

.pl-100-p {
    padding-left: 100%;
}

.pb-5-p {
    padding-bottom: 5%;
}

.pb-8-p {
    padding-bottom: 8%;
}

.pb-10-p {
    padding-bottom: 10%;
}

.pb-15-p {
    padding-bottom: 15%;
}

.pb-20-p {
    padding-bottom: 20%;
}

.pb-25-p {
    padding-bottom: 25%;
}

.pb-30-p {
    padding-bottom: 30%;
}

.pb-35-p {
    padding-bottom: 35%;
}

.pb-40-p {
    padding-bottom: 40%;
}

.pb-45-p {
    padding-bottom: 45%;
}

.pb-50-p {
    padding-bottom: 50%;
}

.pb-55-p {
    padding-bottom: 55%;
}

.pb-60-p {
    padding-bottom: 60%;
}

.pb-65-p {
    padding-bottom: 65%;
}

.pb-70-p {
    padding-bottom: 70%;
}

.pb-75-p {
    padding-bottom: 75%;
}

.pb-80-p {
    padding-bottom: 80%;
}

.pb-85-p {
    padding-bottom: 85%;
}

.pb-90-p {
    padding-bottom: 90%;
}

.pb-95-p {
    padding-bottom: 95%;
}

.pb-100-p {
    padding-bottom: 100%;
}

.pt-5-p {
    padding-top: 5%;
}

.pt-8-p {
    padding-top: 8%;
}

.pt-10-p {
    padding-top: 10%;
}

.pt-15-p {
    padding-top: 15%;
}

.pt-20-p {
    padding-top: 20%;
}

.pt-25-p {
    padding-top: 25%;
}

.pt-30-p {
    padding-top: 30%;
}

.pt-35-p {
    padding-top: 35%;
}

.pt-40-p {
    padding-top: 40%;
}

.pt-45-p {
    padding-top: 45%;
}

.pt-50-p {
    padding-top: 50%;
}

.pt-55-p {
    padding-top: 55%;
}

.pt-60-p {
    padding-top: 60%;
}

.pt-65-p {
    padding-top: 65%;
}

.pt-70-p {
    padding-top: 70%;
}

.pt-75-p {
    padding-top: 75%;
}

.pt-80-p {
    padding-top: 80%;
}

.pt-85-p {
    padding-top: 85%;
}

.pt-90-p {
    padding-top: 90%;
}

.pt-95-p {
    padding-top: 95%;
}

.pt-100-p {
    padding-top: 100%;
}

.pt5 {
    padding-top: 0.313rem;
}

.pt10 {
    padding-top: 0.625rem;
}

.pt15 {
    padding-top: 0.938rem;
}

.pt20 {
    padding-top: 1.25rem;
}

.pt25 {
    padding-top: 1.563rem;
}

.pt30 {
    padding-top: 1.875rem;
}

.pt40 {
    padding-top: 2.5rem;
}

.pt45 {
    padding-top: 2.813rem;
}

.pt50 {
    padding-top: 3.125rem;
}


.pt55 {
    padding-top: 3.4375rem;
}


.pt60 {
    padding-top: 3.75rem;
}

.pt70 {
    padding-top: 4.375rem;
}

.pt80 {
    padding-top: 5rem;
}

.pt90 {
    padding-top: 5.625rem;
}

.pt100 {
    padding-top: 6.25rem;
}

.pt140 {
    padding-top: 8.75rem;
}

.pb4 {
    padding-bottom: 0.25rem;
}

.pb5 {
    padding-bottom: 0.313rem;
}

.pb10 {
    padding-bottom: 0.625rem;
}

.pb15 {
    padding-bottom: 0.938rem;
}

.pb20 {
    padding-bottom: 1.25rem;
}

.pb25 {
    padding-bottom: 1.563rem;
}

.pb30 {
    padding-bottom: 1.875rem;
}

.pb40 {
    padding-bottom: 2.5rem;
}

.pb45 {
    padding-bottom: 2.813rem;
}

.pb50 {
    padding-bottom: 3.125rem;
}

.pb55 {
    padding-bottom: 3.4375rem;
}

.pb60 {
    padding-bottom: 3.75rem;
}

.pb70 {
    padding-bottom: 4.375rem;
}

.pb80 {
    padding-bottom: 5rem;
}

.pb90 {
    padding-bottom: 5.625rem;
}

.pb110 {
    padding-bottom: 6.875rem;
}

.pb180 {
    padding-bottom: 12.25rem;
}

.pl5 {
    padding-left: 0.313rem;
}

.pl10 {
    padding-left: 0.625rem;
}

.pl15 {
    padding-left: 0.938rem;
}

.pl20 {
    padding-left: 1.25rem;
}

.pl25 {
    padding-left: 1.563rem;
}

.pl30 {
    padding-left: 1.875rem;
}

.pl40 {
    padding-left: 2.5rem;
}

.pl45 {
    padding-left: 2.813rem;
}

.pl50 {
    padding-left: 3.125rem;
}

.pl60 {
    padding-left: 3.75rem;
}

.pl70 {
    padding-left: 4.375rem;
}

.pl80 {
    padding-left: 5rem;
}

.pl90 {
    padding-left: 5.625rem;
}

.pr5 {
    padding-right: 0.313rem;
}

.pr10 {
    padding-right: 0.625rem;
}

.pr15 {
    padding-right: 0.938rem;
}

.pr20 {
    padding-right: 1.25rem;
}

.pr25 {
    padding-right: 1.563rem;
}

.pr30 {
    padding-right: 1.875rem;
}

.pr40 {
    padding-right: 2.5rem;
}

.pr45 {
    padding-right: 2.813rem;
}

.pr50 {
    padding-right: 3.125rem;
}

.pr60 {
    padding-right: 3.75rem;
}

.pr70 {
    padding-right: 4.375rem;
}

.pr80 {
    padding-right: 5rem;
}

.pr90 {
    padding-right: 5.625rem;
}

/*!!!!!!!!!!DISPLAY RULES!!!!!!!!!!*/
.display-none {
    display: none;
}

/*!!!!!!!!!!FLEX RULES!!!!!!!!!!*/

.flex {
    display: flex;
}

.flex-column {
    flex-direction: column;
}

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

.flex-column-reverse {
}

.flex-wrap {
    flex-wrap: wrap;
}

.align-center {
    align-items: center;
}

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

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

.align-baseline {
    align-items: baseline;
}

.justify-center {
    justify-content: center;
}

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

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

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

.justify-space-around {
    justify-content: space-around;
}

/*!!!!!!!!!!GRID RULES!!!!!!!!!!*/
.grid {
    display: grid;
}

.grid-inline {
    display: inline-grid;
}

.gtc-1 {
    grid-template-columns: 1fr;
    grid-row-gap: 2rem;
}

.gtc-2 {
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 2rem;
    grid-column-gap: 1rem;
}

.gtc-2-checkout {
    grid-template-columns: 1fr 1fr;
    grid-gap: 1.25rem;
}

.gtc-2-contacts {
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 1rem;
    grid-column-gap: 1rem;
}

.gtc-3 {
    grid-template-columns: 1fr 1fr 1fr;
    grid-row-gap: 2rem;
    grid-column-gap: 1.5rem;
}

.gtc-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 1rem;
    grid-row-gap: 2rem;
}

.gtc-5 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-row-gap: 2rem;
    grid-column-gap: 0.8rem;
}

/*!!!!!!!!!!OPACITY RULES!!!!!!!!!!*/
.opacity-1 {
    opacity: 0.1;
}

.opacity-2 {
    opacity: 0.2;
}

.opacity-3 {
    opacity: 0.3;
}

.opacity-4 {
    opacity: 0.4;
}

.opacity-5 {
    opacity: 0.5;
}

.opacity-6 {
    opacity: 0.6;
}

.opacity-7 {
    opacity: 0.7;
}

.opacity-8 {
    opacity: 0.8;
}

.opacity-9 {
    opacity: 0.9;
}

.opacity-10 {
    opacity: 1;
}

/*!!!!!!!!!!BACKGROUND RULES!!!!!!!!!!*/
.main-color {
    background-color: var(--primary-color);
}

.secondary-color {
    background-color: #EBECEC;
}

.accent-color {
    background-color: var(--button-color);
}

.accent-color-2 {
    background-color: var(--accent-color-2);
}

.tertiary-color {
    background-color: var(--tertiary-color);
}

.quaternary-color {
    background-color: var(--quaternary-color);
}

.quinary-color {
    background-color: var(--font-main-color);
}

.sixth-color {
    background-color: rgba(157, 217, 67, 1);
}

.seventh-color {
    background-color: #a6c3cc1a;
}

.eight-color {
    background-color: #f8f8f8;
}

.ninth-color {
    background-color: #d8eff7;
}

.tenth-color {
    background-color: rgba(255, 255, 255, 1);
}

.eleven-color {
    background-color: rgba(241, 241, 241, 1);
}

.cover-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/*!!!!!!!!!!BOX-SHADOW RULES!!!!!!!!!!*/
.box-shadow {
    box-shadow: 0 10px 20px 0 rgba(41, 41, 42, 0.07);
}

/*!!!!!!!!!!OVERFLOW RULES!!!!!!!!!!*/
.overflow-hidden {
    overflow: hidden;
}

.overflow-visible {
    overflow: visible;
}

/*!!!!!!!!!!IMAGES RULES!!!!!!!!!!*/
.service-image > a {
    display: flex;
    width: 100%;
}

.service-image picture {
    display: flex;
    width: 100%;
}

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

.img-cover-picture picture {
    width: 100%;
    height: 100%;
}

.img-full {
    width: 100%;
    height: 100%;
    display: flex;
}

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

.slick-list {
    display: flex;
    height: 100%;
}

.slick-track {
    display: flex;
    height: 100%;
}

.product-aspect {
    aspect-ratio: 335/363;
    overflow: hidden;
}

/*!!!!!!!!!!BORDER RULES!!!!!!!!!!*/
.bt-1 {
    border-top: 1px solid var(--border-color);
}

.bt-1-white {
    border-top: 1px solid #ffffff;
}

.bt-dashed-1 {
    border-top: 1px dashed var(--border-color);
}

.border-1 {
    border: 1px solid var(--border-color);
}

.bb-1 {
    border-bottom: 1px solid var(--border-color);
}

.bb-1-white {
    border-bottom: 1px solid #ffffff;
}

.bb-2 {
    border-bottom: 2px solid var(--border-color);
}

.bb-1-alt {
    border-bottom: 1px solid rgba(116, 33, 28, 0.15);
}

.bb-dashed-1 {
    border-bottom: 1px dashed var(--border-color);
}

.bl-1 {
    border-left: 1px solid rgba(157, 217, 67, 1);
}

.br-1 {
    border-right: 1px solid var(--secondary-color);
}

.border-1-color {
    border: 1px solid var(--border-color);
}

.border-1-transparent {
    border: 1px solid transparent;
}

/*!!!!!!!!!!BORDER-RADIUS RULES!!!!!!!!!!*/
.border-rounded1 {
    border-radius: 6px;
}

.border-rounded2 {
    border-radius: 500px;
}

.border-rounded3 {
    border-radius: 16px;
}

.border-rounded4 {
    border-radius: 25px;
}

.border-rounded5 {
    border-radius: 50px;
}

.border-rounded6 {
    border-radius: 20px;
}

.border-rounded50 {
    border-radius: 50%;
}

/*!!!!!!!!!!MAX-WIDE RULES!!!!!!!!!!*/
.mw-739 {
    max-width: 46.188rem;
}

.mw-555 {
    max-width: 34.688rem;
}

.mw-512 {
    max-width: 32rem;
}

.mw-320 {
    max-width: 20rem;
}

.mw-200 {
    max-width: 12.5rem;
}

/*!!!!!!!!!!MIN-HEIGHT RULES!!!!!!!!!!*/

.min-height-64 {
    min-height: 3.75rem;
}

.min-height-167 {
    min-height: 10.438rem;
}

/*!!!!!!!!!!MAX-HEIGHT RULES!!!!!!!!!!*/
.mh-276 {
    max-height: 18.5rem;
}

.mh-412 {
    max-height: 25.75rem;
}

.mh-500 {
    max-height: 31.25rem;
}

.mh-550 {
    max-height: 34.375rem;
}

.mh-700 {
    max-height: 43.75rem;
}

/*!!!!!!!!!!LIST RULES!!!!!!!!!!*/
.list-style-square {
    list-style: square;
    color: var(--font-main-color);
}

.list li * {
    color: var(--font-main-color);
}

.numeric-list {
    list-style-type: decimal;
    list-style-position: outside;
    list-style-image: none;
    margin: 0;
    padding: 0;
    font-family: inherit;
    color: inherit;
    line-height: normal;
}

.numeric-list li * {
    color: var(--font-main-color);
}

/*!!!!!!!!!!GAP RULES!!!!!!!!!!*/
.gap-5 {
    gap: 0.313rem;
}

.gap-10 {
    gap: 0.625rem;
}

.gap-15 {
    gap: 0.938rem;
}

.gap-20 {
    gap: 1.25rem;
}

.gap-25 {
    gap: 1.563rem;
}

.gap-30 {
    gap: 1.875rem;
}

.gap-35 {
    gap: 2.188rem;
}

.gap-40 {
    gap: 2.5rem;
}

.gap-45 {
    gap: 2.813rem;
}

.gap-50 {
    gap: 3.125rem;
}

.gap-55 {
    gap: 3.438rem;
}

.gap-60 {
    gap: 3.75rem;
}

.gap-65 {
    gap: 4.063rem;
}

.gap-70 {
    gap: 4.375rem;
}

.gap-75 {
    gap: 4.688rem;
}

.gap-80 {
    gap: 5rem;
}

.gap-85 {
    gap: 5.313rem;
}

.gap-90 {
    gap: 5.625rem;
}

.gap-95 {
    gap: 5.938rem;
}

.gap-100 {
    gap: 6.25rem;
}

.gap-120 {
    gap: 7.5rem;
}

.gap-150 {
    gap: 9.375rem;
}

/*!!!!!!!!!!HEADER RULES!!!!!!!!!!*/
.header {
    background-color: #ffffff;
    padding: 20px 0;
}

.header-mobile {
    display: none;
}

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

.header-menu,
.header-menu,
.header-menu > ul,
.header-menu > ul > li {
    display: flex;
    justify-content: center;
}

.header-menu > ul > li > *:not(.dropdown-content) {
    color: var(--font-main-color);
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    transition: 0.3s ease;
    font-family: "Inter Tight",

}

.header-menu > ul > li:not(.uk-active) > a:hover,
.header-menu > ul > li:not(.uk-active) > span:hover {
    transition: 0.3s ease;
    color: #E1251B;
    text-decoration: none;
}

.header-menu > ul > li.uk-active > * {
    color: #E1251B;
}

.language-drop > li > * {
    color: rgb(152, 152, 154);
    font-size: 16px;
    font-weight: 400;
    line-height: 15px;
    text-align: left;
    transition: 0.3s ease;
}

.language-drop li span {
    color: #000000;
    font-weight: 700;
}

.language-drop a:hover {
    color: #333333;
    text-decoration: none;
}

.header-address {
    color: rgb(51, 51, 51);
    font-size: 15px;
    font-weight: 700;
    line-height: 15px;
    text-align: left;
    white-space: nowrap;
}

.header-address span {
    font-weight: 700;
}

.header-phone {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #FFFFFF;
    transition: 0.3s ease;

}

.header-phone:hover {
    color: #FF423B;
    text-decoration: none;
    transition: 0.3s ease;

}

.header-phone-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.header-phone-list > li {
    display: flex
}

.header-phone-button > button > svg {
    transition: 0.3s ease;
}

.header-phone-wrapper > div[aria-expanded="true"] > .header-phone-button > button > svg {
    transform: scale(1, -1);
}


.header-logo {
    max-width: 192px;
}

.header-social a svg > g > path {
    transition: 0.3s ease;
}

.menu-items-parent {
    position: relative;
}

.dropdown-content {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    min-width: 180px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    list-style: none;
    padding: 0;
    margin: 0;
    left: -13%;
    top: 100%;
    border-radius: 8px;
    background: #fff;
    width: fit-content;
    transition: 0.3s ease;
    transform: translatey(1rem);
}

.menu-items-parent:hover > .dropdown-content {
    display: block;
    opacity: 1;
    visibility: visible;
    transition: 0.3s;
    transform: translatey(0);
}


.dropdown-content a {
    text-decoration: none;
    display: block;
    color: rgb(51, 51, 51);
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    text-align: left;
    padding: 1.25rem 1.375rem;
    font-style: normal;
    white-space: nowrap;
    border-radius: 8px;
    transition: 0.3s ease;
}

.dropdown-content .uk-active span {
    text-decoration: none;
    display: block;
    color: #E1251B;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    text-align: left;
    padding: 1.25rem 1.375rem;
    letter-spacing: 0px;
    font-style: normal;
    white-space: nowrap;
    border-radius: 0;
}

.dropdown-content a:hover {
    transition: 0.3s ease;
    color: #E1251B;
}

.menu-items-parent > span svg {
    margin-left: 5px;
    transition: 0.3s ease;
}

.menu-items-parent > span svg path {
    transition: 0.3s;
}

.menu-items-parent:hover > span svg {
    transform: scale(1, -1);
}

/*!!!!!!!!!!SEO RULES!!!!!!!!!!*/
.seo-toggle {
    max-height: 100%;
}

/*!!!!!!!!!!SWITCHER RULES!!!!!!!!!!*/
.switcher-product {
    border-bottom: 1px solid #F0F0F0;
    width: 100%;
}

.switcher-product a {
    text-decoration: none;
    font-size: 1rem;
    font-weight: 400;
    line-height: 14.13px;
    text-align: center;
    color: var(--font-main-color);
    outline: none;
    border: none;
    transition: 0.3s ease;
    width: 100%;
    text-align: center;
    display: flex;
}

.switcher-product > li {
    padding-bottom: 20px;
    border-bottom: 3px solid transparent;
    transition: 0.3s ease;
}

.switcher-product > li:not(.uk-active) > a:hover {
    transition: 0.3s ease;
    color: #FF423B;
}

.switcher-product > .uk-active {
    border-bottom: 3px solid #FF423B;
    transition: 0.3s ease;
}

.switcher-product > .uk-active > a {
    background-color: white;
    color: #FF423B;
    text-decoration: none;
    box-shadow: none;
    transition: 0.3s ease;
}

/*!!!!!!!!!!FOOTER RULES!!!!!!!!!!*/

.footer {
    background: #F5F5F5;
    display: flex;
    width: 100%;
    flex-direction: column;
    padding: 32px 40px;
    border-radius: 16px;
}


.footer-contacts-wrapper {
    border-bottom: 2px solid rgba(217, 217, 217, 0.25);
    padding-bottom: 10px;
}

.footer-menu-container ul li * {
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    text-align: left;
}

.footer-menu-container ul li:first-child {
    margin-top: 1.5625rem;
}

.footer-menu-container ul li:not(:first-child) {
    margin-top: 4px;
    white-space: nowrap;
}

.footer-menu li * {
    color: var(--font-main-color);
    font-size: 12px;
    font-weight: 400;
    line-height: 140%;
    text-align: left;
    transition: 0.3s ease;
    opacity: 0.5;
}

.footer .footer-menu-container a {
    transition: 0.3s ease;
    color: #ffffff;
}

.footer .footer-menu-container a:hover {
    transition: 0.3s ease;
    color: #FF423B;
    text-decoration: none;
}

.footer-middle ul li a:hover {
    transition: 0.3s ease;
    color: #FF423B;
    text-decoration: none;

}

.header-social a svg path,
.footer-social a svg path {
    transition: 0.3s ease;
}

.header-social a:hover svg path,
.footer-social a:hover svg path {
    transition: 0.3s ease;
    fill: #FF423B;
}

.footer-social a rect {
    transition: 0.3s ease;
}

.footer-social a:hover rect {
    transition: 0.3s ease;
    fill: #F54CA9;
}

.footer-menu-min-width {
    min-width: 225px;
}

.footer-middle ul li * {
    color: var(--font-main-color);
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 100%;
    letter-spacing: 0%;
    text-decoration-skip-ink: none;
    transition: 0.3s ease;

}

.footer-menu-title {
    font-size: 0.625rem;
    font-weight: 600;
    line-height: 14px;
    letter-spacing: 0.04em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--font-main-color);
    opacity: 0.6;
}

.footer-logo-min-width {
    min-width: 403px;
}

.flex-1 {
    flex: 1;
}

.footer-telegram {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #d9d9d940;
}

.footer-telegram > div {
    margin: 10px 0;
    max-width: 347px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: #fcfcfbb2;
}

.footer-telegram > a > span {
    font-family: Ubuntu;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    margin-left: 6px;
    color: #333333;
    transition: 0.3s ease;
}

.footer-telegram > a:hover > span {
    transition: 0.3s ease;
    color: #ffffff;
}

.footer-phone {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2.0425rem;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--font-main-color);
    transition: 0.3s ease;

}

.footer-phone > span {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 2.0425rem;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #F54CA9;
    transition: 0.3s ease;

}

.footer-phone:hover {
    color: #F54CA9;
    text-decoration: none;
    transition: 0.3s ease;

}

.pen {
    width: 100%;
    margin: 50px auto 0;
    opacity: 0;
    position: relative;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    -webkit-animation: 1s appear 1 forwards;
    -moz-animation: 1s appear 1 forwards;
    -o-animation: 1s appear 1 forwards;
    animation: 1s appear 1 forwards;
}

.credit {
    display: block;
    text-align: center;
    margin: 150px auto 0;
    padding: 0;
    font-size: 0.8em;
    color: #f0f0f0;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.9);
}

.credit p a,
.credit a {
    color: white;
    text-decoration: none;
    font-weight: 700;
}

.credit p a:hover,
.credit a:hover,
.credit p a:active,
.credit a:active {
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.4);
    color: white;
}

.credit p a.button,
.credit a.button {
    padding: 6px 12px;
    margin-top: 10px;
    background: #000000;
    border-radius: 3px;
}

.credit p a.button:hover,
.credit a.button:hover {
    background: #2b2b2b;
}

.credit p:last-of-type {
    margin-bottom: 30px;
}

.stage {
    width: 100%;
    height: 400px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.element {
    background: green;
    width: 202px;
    -webkit-transform-origin: 50% 50%;
    height: inherit;
    margin: 0 7px 0 0;
    display: inline-block;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.element.active {
    width: 282px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.element.inactive {
    width: 162px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    opacity: 0.4;
}

.element.franklin {
    background: url("http://www.eduardmayer.de/codepen-css-resources/images/gta/franklin.jpeg") 45% 0 no-repeat;
    background-size: cover;
}

.element.michael {
    background: url("http://www.eduardmayer.de/codepen-css-resources/images/gta/michael.jpeg") 45% 0 no-repeat;
    background-size: cover;
}

.element.trevor {
    background: url("http://www.eduardmayer.de/codepen-css-resources/images/gta/trevor.jpeg") 45% 0 no-repeat;
    background-size: cover;
}

.element:last-of-type {
    margin: 0;
}

@media all and (min-width: 900px) {
    .element {
        width: 286px;
    }

    .element.inactive {
        width: 246px;
    }

    .element.active {
        width: 366px;
    }

    .stage {
        height: 600px;
    }
}

@media all and (max-width: 660px) {
    .element {
        width: 101px;
    }

    .element.inactive {
        width: 61px;
    }

    .element.active {
        width: 181px;
    }
}

@-webkit-keyframes appear {
    15% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes appear {
    15% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes appear {
    15% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes appear {
    15% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/*!!!!RULES IN BODY!!!!*/
.seo-text * {
    font-family: "Inter Tight", sans-serif;
}

.seo-text h1 {
    font-size: 3.5rem;
    font-weight: 700;
}

.seo-text h2 {
    font-size: 3rem;
    font-weight: 700;
}

.seo-text h2 span {
    color: #E1251B;
}

.seo-text h3 {
    font-size: 2.5rem;
    font-weight: 700;
}

.seo-text h4 {
    font-size: 2rem;
    font-weight: 700;
}

.seo-text h5 {
    font-size: 1.5rem;
    font-weight: 700;
}

.seo-text h6 {
    font-size: 1.125rem;
    font-weight: 700;
}

.seo-text p {
    font-size: 0.875rem;
    font-weight: 400;
    color: var(--font-main-color);
}

.seo-text a {
    font-size: 1.125rem;
    font-weight: 400;
    color: #F54CA9;
    transition: 0.3s ease;
    text-decoration: none;
}

.seo-text a:hover {
    text-decoration: underline;
    color: #F54CA9;
    transition: 0.3s ease;
}

.seo-text ul {
    list-style: square;
    color: #1C1C1C;
    margin-left: 2.2rem;
}

.seo-text ul span {
    color: var(--font-main-color);
    font-size: 0.875rem;
}

.seo-text ol {
    list-style: none;
    counter-reset: list;
    padding-left: 2.2rem;
}

.seo-text ol li {
    position: relative;
}

.seo-text ol li:not(:first-child) {
    margin-top: 10px;
}

.seo-text ol li::before {
    content: counter(list) "";
    counter-increment: list;
    position: absolute;
    top: 2px;
    left: -1.8rem;
    width: 1.5rem;
    height: 1.5rem;
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    line-height: 150%;
    text-align: center;
    border: 1px solid #E1251B;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #E1251B;
}

.seo-text ol span {
    color: var(--font-main-color);
    font-size: 0.875rem
}

.seo-text ol a {
    color: rgb(191, 131, 96);
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    text-decoration-line: underline;
    transition: 0.3s ease;
}

.seo-text ol a:hover {
    color: var(--font-alt-color);
    text-decoration-line: underline;
    transition: 0.3s ease;
}

.seo-text > *:not(:first-child) {
    margin-top: 10px;
}

.seo-text blockquote {
    font-size: 32px;
    font-weight: 700;
    line-height: 36.77px;
    text-align: left;
    color: #E1251B;
    padding: 3rem 3rem;
    border-top: 1px solid #51504d26;
    border-bottom: 1px solid #51504d26;
    position: relative;
    margin: 1.563rem 0 !important;
}

.seo-text blockquote span {
    font-size: 14px;
    font-weight: 400;
    line-height: 16.09px;
    text-align: left;
    color: #333333;
    display: block;
    margin-top: 1.563rem;
}

.seo-text blockquote:after {
    position: absolute;
    content: '"';
    top: 2rem;
    left: 0;
    font-size: 64px;
    font-weight: 700;
    line-height: 73.54px;
    text-align: left;
    color: #E1251B;
}

.seo-text table {
    width: 100%;
}

.seo-text tbody > tr:nth-child(even) {
    background-color: #a6c3cc26;
}

.seo-text tbody > tr:nth-child(even) td {
    color: rgb(108, 154, 187);
}

.seo-text th {
    font-size: 20px;
    text-align: start;
}

.seo-text td {
    font-size: 18px;
}

.slick-slider-related .slick-slide img {
    border-radius: 16px;
    border: 4px solid transparent;
}

.slick-slider-related .slick-slide {
    opacity: 0.5;
}

.slick-slider-related .slick-current {
    opacity: 1;
}

.slick-slider-related .slick-current img {
    border: 1px solid #1C1C1C;

}

.slick-slider-related {
    padding: 0 45px;
}

.category-card {
    transition: 0.3s ease;
    border-radius: 20px;
}

.category-card:hover {
    transition: 0.3s ease;
    box-shadow: 5px 2px 8px 0px rgba(108, 108, 108, 0.1);
}

.category-card:hover .category-menu-title {
    color: #FF423B;
    text-decoration: none;
    transition: 0.3s ease;
}

a.category-card {
    text-decoration: none;
}

.category-card-wrapper {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

/*.category-card-wrapper:hover .category-card {*/
/*    filter: grayscale(1);*/
/*}*/

.category-card-wrapper .category-card:hover {
    transition: 0.3s ease;
}

.see-all:hover {
    border-radius: 8px;
    background: var(--button-hover-color);
}

.category-menu li > * {
    border: 1px solid rgba(166, 195, 204, 0.15);
    border-radius: 8px;
    background-color: transparent;
    color: rgb(51, 51, 51);
    font-weight: 500;
    line-height: 16px;
    transition: 0.3s ease;
    padding: 1rem 2.5rem;
    font-size: 0.875rem;
    letter-spacing: -1%;
    text-align: center;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    margin: 0 20px;
}

.category-menu li > a:hover {
    transition: 0.3s ease;
    color: rgb(51, 51, 51);
    background-color: var(--button-color);
    text-decoration: none;
}

.category-menu li > span {
    color: rgb(108, 154, 187);
    background: rgba(166, 195, 204, 0.15);
    pointer-events: none;
}

.service-wrapper > .service-card:not(:first-child) {
    margin-top: 3.75rem;
}

.service-wrapper > .service-card:nth-child(even) {
    flex-direction: row-reverse;
}

.box-field input[type="text"],
form input[type="text"] {
    box-sizing: border-box;
    border: 1px solid #D1D1D1;
    border-radius: 50px;
    background: #ffffff;
    padding: 0.938rem 1.5rem;
    width: 100%;
    transition: 0.3s ease;
    height: 55px;
}

.box-field input[type="text"]::placeholder,
form input[type="text"]::placeholder {
    color: #ADABC3;
    font-weight: 400;
    letter-spacing: 1.6200000047683716px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    font-size: 0.875rem;
}

.box-field textarea {
    box-sizing: border-box;
    border: 1px solid rgba(189, 189, 189, 0.35);
    border-radius: 8px;
    background: rgb(248, 248, 248);
    padding: 0.938rem 1.5rem;
    width: 100%;
    resize: none;
}

.box-field input[type="text"]:focus,
form input[type="text"]:focus {
    box-sizing: border-box;
    border: 1px solid #E1251B;
    background-color: #F2F2F2;
    transition: 0.3s ease;
}

.search-page form input[type="search"] {
    box-sizing: border-box;
    border: 1px solid rgba(189, 189, 189, 0.35);
    border-radius: 16px;
    background: #ffffff;
    padding: 0.938rem 1.5rem;
    width: 100%;
    resize: none;
}

.search-page form input[type="search"]:focus {
    box-sizing: border-box;
    border: 1px solid #FF423B;
    background-color: #fff;
}

.box-field textarea:focus {
    box-sizing: border-box;
    border: 1px solid #FF423B;
    background-color: #fff;
}

.box-field label,
form label {
    color: rgb(51, 51, 51);
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
}

.form-field-required-mark {
    color: red;
}

.pagination-load-more > a {
    box-sizing: border-box;
    border: 1px solid rgb(189, 216, 225);
    border-radius: 8px;
    background-color: transparent;
    transition: 0.3s ease;
    color: rgb(51, 51, 51);
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    text-align: left;
}

.pagination-load-more > a svg {
    margin-left: 5px;
}

.pagination-load-more > a svg path {
    transition: 0.3s ease;
}

.pagination-load-more > a:hover svg path {
    transition: 0.3s ease;
    fill: var(--primary-color);
}

.pagination > li:not(.pagination_arrow) > a {
    font-size: 16px;
    font-weight: 400;
    line-height: 14.67px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #999999;
    border: 1px solid #F2F2F2;
    border-radius: 50px;
    transition: 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
}

.pagination > li:not(.uk-active) > a:not(.button-nav):hover,
.pagination > li:not(.pagination_arrow) > a:hover {
    border-color: #E1251B;
    transition: 0.3s ease;
    text-decoration: none;
    color: #FFFFFF;
    background-color: #E1251B;
}

.pagination > li.uk-active > a {
    border-color: #E1251B;
    transition: 0.3s ease;
    text-decoration: none;
    color: #FFFFFF;
    background-color: #E1251B;
}


.custom-checkbox-wrapper input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    height: 0;
    width: 0;
}

.custom-checkbox {
    display: inline-block;
    min-width: 16px;
    height: 16px;
    background-color: transparent;
    border-radius: 3px;
    transition: background-color 0.2s;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-right: 12px;
}

#box-form-entity-2-fields-field-8 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
}

.custom-checkbox:hover {
    background-color: #ddd;
}

.custom-checkbox-wrapper input:checked + .custom-checkbox {
    background-color: #E1251B;
}

/* Галочка при установленном чекбоксе */
.custom-checkbox::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 2px;
    width: 5px;
    height: 8px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    display: none;
}

/* Показываем галочку, когда чекбокс отмечен */
.custom-checkbox-wrapper input:checked + .custom-checkbox::after {
    display: block;
}

.custom-checkbox-wrapper label {
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    display: flex !important;
    width: 100%;

    align-items: center;
}

.map {
    display: flex;
    width: 100%;
    height: 27.938rem;
}

.p-0 {
    padding: 0;
}

.contacts-address {
    color: rgb(51, 51, 51);
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    text-align: left;
    transition: 0.3s ease;
    display: flex;
    align-items: center;
}

a:hover .contacts-address {
    color: #FF423B;
}


.product-specifications {
    display: flex;
    width: 80%;
}

.product-specifications tbody > tr:nth-child(odd) {
    background-color: #E3E3E3;
}

.product-specifications tbody > tr:nth-child(even) {
    background-color: #FFFFFF;
}

.product-specifications tbody > tr td {
    color: #181818;
}

.uk-modal-close-default > svg {
    width: 20px;
    height: 20px;
}

.uk-alert-warning {
    color: rgb(0, 0, 0);
    background: rgba(224, 224, 224, 0.4);
}

.param-option {
    border-radius: 8px;
    background: #FFFFFFCC;
    padding-right: 10px;
    margin-top: 2px;
}

.category-filter-param {
    background-color: #F2F2F2;
    padding: 10px 15px;
    border-radius: 12px;
    border: 1px solid rgba(246, 252, 233, 1);
    transition: 0.3s ease;
}

.category-filter-param a {
    color: #181818 !important;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    padding: 10px 0 10px 30px !important;
    transition: 0.3s ease;
}

.param-option span {
    color: rgb(51, 51, 51);
    font-size: 14px;
    font-weight: 400;
}

.filter-param-title {
    font-size: 14px;
    font-weight: 600;
    line-height: 19.07px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #181818;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.filter-param-title.expand {
    color: #181818;
    transition: 0.3s ease;
    padding-bottom: 10px;
    border-bottom: 1px solid #E4E4E4;
    margin-bottom: 10px;
}

.category-filter-param a:before {
    left: 7px !important;
    top: 12px !important;
    border: 1px solid rgb(51, 51, 51) !important;
    border-radius: 3px !important;
    height: 16px !important;
    width: 16px !important;
}

.category-filter-param:not(:last-child) {
    border-bottom: none !important;
}

.filter-param-items-inside > .active a {
    color: #FF423B !important;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
}

.category-filter-param.param-range .filter-param-title {
    font-size: 14px;
    font-weight: 600;
    line-height: 19.07px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #181818;
    padding-bottom: 10px;
    border-bottom: 1px solid #E4E4E4;
}


.param-option.active {
    background: #FFFFFFCC;
}

.filter-param-items-inside > .active a:before {
    border: 1px solid transparent !important;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='16' height='16' rx='3' fill='%23FF423B'/%3E%3Cpath d='M10.5202 6.14645C10.7155 6.34171 10.7155 6.65829 10.5202 6.85355L7.18689 10.1869C6.99162 10.3821 6.67504 10.3821 6.47978 10.1869L5.14645 8.85355C4.95118 8.65829 4.95118 8.34171 5.14645 8.14645C5.34171 7.95118 5.65829 7.95118 5.85355 8.14645L6.83333 9.12623L9.81311 6.14645C10.0084 5.95118 10.325 5.95118 10.5202 6.14645Z' fill='white'/%3E%3C/svg%3E%0A") !important;
    background-repeat: no-repeat;
}

.selected-reset {
    top: 6px;
    right: 0;
    color: rgb(51, 51, 51) !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    transition: 0.3s ease;
}

.selected-reset:hover {
    color: red !important;
    transition: 0.3s ease;
    text-decoration: none;
}

.catalog-filter-title {
    color: #181818 !important;
    font-size: 20px !important;
    font-weight: 400;
    line-height: 23px;
    text-align: left;
}

.catalog-selected-items a {
    box-sizing: border-box !important;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap !important;
    border: 1px solid #A6C3CC26 !important;
    border-radius: 20px !important;
    background: #282828 !important;
    padding: 6px 12px 6px 12px !important;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    margin: 0 !important;
    width: fit-content;
    flex: unset !important;
    gap: 5px;
    transition: 0.3s ease;
}

.catalog-selected-items a:hover {
    transition: 0.3s ease;
    text-decoration: none !important;
    color: #FF423B;
}

.catalog-selected-items a span {
    transition: 0.3s ease
}

.catalog-selected-items a:hover span {
    transition: 0.3s ease;
    text-decoration: none;
    color: #FF423B;
}

.catalog-selected-items a:before {
    display: none !important;
    gap: 8px;
}

.catalog-selected-items {
    margin: 16px 0 40px 0 !important;
    gap: 8px;

}

.catalog-selected-items > div {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    justify-content: center;
    gap: 10px;

}

#category-filter-selected-params {
    border-bottom: none !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}


.category-filter-param a:hover {
    color: #FF423B !important;
    transition: 0.3s ease;
    text-decoration: none !important;
}

.dropdown-button > svg {
    transition: 0.3s ease;
}

.dropdown-button[aria-expanded="true"] > svg {
    transition: 0.3s ease;
    transform: scale(1, -1);
}

.custom-dropdown > div a {
    color: rgb(51, 51, 51);
    font-size: 1rem;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    transition: 0.3s ease;
}

.custom-dropdown > div a:hover {
    color: #FF423B;
    transition: 0.3s ease;
}

.filter-param-range {
    margin: 12px 0 5px;
    padding: 0 !important;
}

.filter-param-range label {
    border-radius: 8px;
    background: #ffffff;
    color: rgb(51, 51, 51);
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    text-align: left;
    padding: 5px 6px 5px 6px;
    height: unset !important;
    display: flex;
    align-items: center;
}

.filter-param-range input {
    background: transparent;
    outline: none;
    border: none;
    font-weight: 600;
}

.filter-param-range span {
    border-right: 1px solid rgba(201, 216, 171, 1);
    padding-right: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.09px;
    text-align: left;
}

.filter-param-range input:focus {
    background: transparent;
}

.product-marks > div {
    border-radius: 62px;
    padding: 0.375rem 0.5625rem;
    font-size: 0.625rem;
    font-weight: 400;
    letter-spacing: 0.045rem;
    width: fit-content;
    text-transform: uppercase;
}

.product-marks > .product-mark-new {
    background-color: #FF703B;
    color: #1C1C1C;
}

.product-marks > .product-mark-hit {
    background-color: var(--font-main-color);
    color: #ffffff;
}

.product-marks > .product-mark-recommended {
    background-color: #CFCFCF;
    color: #1C1C1C;
}

.product-marks > .product-discount-percent {
    background-color: #FFAD3B;
    color: #1C1C1C;
}

.banner-link > picture {
    width: 100%;
    display: flex;
}

#app-eShop {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

#main-wrapper {
    flex: 1;
}

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

#box-user-login-form-login-email input,
#box-user-login-form-login-password input {
    box-sizing: border-box;
    border: 1px solid rgba(189, 216, 225, 0.35);
    border-radius: 8px;
    background: rgb(248, 248, 248);
    padding: 0.938rem 1.5rem;
    width: 100%;
}


#message-ajax-modal .uk-modal-body {
    padding: 50px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 20px;
    background-color: #ffffff;
}

#message-ajax-modal h2 {
    text-align: center;
}

#message-ajax-modal p {
    text-align: center;
}

#message-ajax-modal button {
    width: 100%;
    position: unset !important;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

#message-ajax-modal button svg {
    display: none;
}

.link-hover {
    transition: 0.3s ease;
}

.link-hover:hover {
    transition: 0.3s ease;
    text-decoration: none;
    color: #FF423B !important;
    opacity: 1;
}

.link-hover > span:last-child {
    transition: 0.3s ease;

}

.link-hover:hover > span:last-child {
    transition: 0.3s ease;
    text-decoration: none;
    color: #FF423B !important;
    opacity: 1;
}


.header-lang > .uk-dropdown {
    min-width: 40px;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 10px;
    padding: 10px 15px;
}

.header-lang > button > svg {
    transition: 0.3s ease;
}

.header-lang > button {
    transition: 0.3s ease;
}

.header-lang > button > svg path {
    transition: 0.3s ease;
}

.header-lang > button[aria-expanded="true"] svg {
    transform: scale(1, -1);
}

.header-lang .uk-button-link:hover {
    color: #E1251B;
    transition: 0.3s ease;
}

.header-lang > button:hover > svg path {
    transition: 0.3s ease;
    stroke: #E1251B;
}

.header-lang > button[aria-expanded="true"] {
    color: #E1251B;
    transition: 0.3s ease;
}

.header-lang > button[aria-expanded="true"] svg path {
    stroke: #E1251B;
    transition: 0.3s ease;
}

.header-lang ul li a {
    color: rgba(13, 13, 13, 1);
    transition: 0.3s ease;
}

.header-lang ul li a:hover {
    color: #E1251B;
    transition: 0.3s ease;
}

.basket-box-count {
    position: absolute;
    border-radius: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #E1251B;
    width: 20px;
    height: 20px;
    color: #ffffff;
    text-align: center;
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    top: -10px;
    right: -17px;
}

.uk-search {
    position: unset !important;
    padding: 0.45rem 1rem;
    background-color: #FFFFFF;
    border: 1px solid #ECECEC;
    border-radius: 50px;
    width: 100%;


}

.uk-search:focus {
    border-color: #E1251B;
}

.uk-search-navbar .uk-search-input {
    font-size: 16px;
    font-weight: 400;
    line-height: 14.85px;
    letter-spacing: 1.6200000047683716px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    height: 30px;
    color: var(--font-main-color);
    min-width: 250px;
}

.uk-search-input::placeholder {
    font-size: 16px;
    font-weight: 400;
    line-height: 14.85px;
    letter-spacing: 1.6200000047683716px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #8C8C8C;

}

.seatch-wrapper {
    width: 66%;
}

.search-input {
    display: flex;
    align-items: center;
}

.search-results-items {
    display: flex;
    flex-direction: column;
    background-color: white;
    left: 61%;
    width: 55%;
    transform: translateX(-50%);
    padding: 20px;
    top: 90px;
    border-radius: 24px;
    z-index: 101;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
}

.mini-product-teaser {
    padding: 10px 8px;
    overflow: hidden;
    border-radius: 5px;
    background: rgb(255, 255, 255);
    transition: 0.3s ease;
    width: 100%;
    justify-content: space-between;
}

.search-teaser-title {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.2;
    color: var(--font-main-color);
    transition: 0.3s ease;
    white-space: nowrap;
}

.mini-product-teaser:hover {
    box-shadow: 0px 1px 8px 0px rgba(108, 108, 108, 0.08);
    transition: 0.3s ease;
    border-radius: 5px;
    text-decoration: none;
}

.mini-product-teaser:hover .search-teaser-title {
    color: #FF423B;
}

.search-more {
    font-size: 18px;
    font-weight: 600;
    line-height: 17.76px;
    text-align: left;
    transition: 0.3s ease;
    color: var(--font-main-color);
}

.search-more:hover {
    color: #FF423B;
    text-decoration: none;
    transition: 0.3s ease;
    opacity: 0.7;
}

.quantity-input {
    background: transparent;
    color: var(--font-main-color);
    outline: none;
    border: none;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    max-width: 20px;
    font-size: 15px;
}

.add-disabled {
    opacity: 0.5;
    width: 40px;
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;


}

.add-visible {
    opacity: 1;
}

.add-visible > svg path {
    transition: 0.3s ease;
}

.add-visible:hover > svg path {
    transition: 0.3s ease;
    fill: #FF0000;
}

#modal-basket-contents .uk-modal-dialog {
    background-color: white;
    width: 45%;
}

#modal-basket-contents .basket-products-list {
    display: flex;
    flex-direction: column;
    max-height: 100vh;
    overflow-y: auto;
    gap: 10px;
}

.prod-delivery-card > .flex.flex-column:not(:first-child) {
    margin-top: 25px;
}

.prod-delivery-card > .flex.flex-column:nth-of-type(2) {
    padding: 25px 0;
    border-top: 1px solid rgba(217, 217, 217, 1);
    border-bottom: 1px solid rgba(217, 217, 217, 1);
}

body
.select2-container--default
.select2-selection--single
.select2-selection__rendered {
    padding: 0.438rem 1.5rem;
    color: #080706;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    height: 40px;
}

body .select2-container--default .select2-selection--single {
    border-radius: 50px;
    height: 40px;
    box-sizing: border-box;
    border: 1px solid rgba(189, 189, 189, 0.35);
    background: rgb(248, 248, 248);

    width: 100%;
}

.select2-container *:focus {
    outline: none !important;
}

.select2-container--open .select2-dropdown--below {
    border-radius: 0 0 24px 24px;
}

body
.select2-container--default
.select2-selection--single
.select2-selection__arrow {
    height: 5px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 24px;
    width: 9px;
    background-image: url("data:image/svg+xml,%3Csvg width='9' height='6' viewBox='0 0 9 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_119_1731)'%3E%3Cpath d='M0.5 1L4.5 5L8.5 1' stroke='%23080706' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_119_1731'%3E%3Crect width='9' height='5' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

body
.select2-container--default
.select2-selection--single
.select2-selection__arrow
b {
    display: none;
}

.select2-results__option {
    background: rgb(248, 248, 248);
    border: 1px solid rgba(189, 189, 189, 0.35);
}

.select2-container--default
.select2-selection--single
.select2-selection__placeholder {
    color: var(--font-main-color) !important;
}

.radio-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.radio-wrapper label {
    display: flex;
    align-items: center;
    width: fit-content;
    font-weight: 400;
    font-size: 16px;
    leading-trim: Cap height;
    line-height: 100%;
    letter-spacing: 0%;
    color: #282828;
    transition: 0.3s ease;
}

.radio-wrapper label.active {
    color: #E1251B !important;
    transition: 0.3s ease;
}

.radio-wrapper input {
    display: none;
}

.radio-wrapper .box {
    margin-right: 4px;
    width: 16px;
    min-width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #181818;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.radio-wrapper label.active .box {
    border: transparent;
}

.radio-wrapper label.active .box:before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all 0.3s ease;
}

.radio-wrapper label.active .box:before {
    transition: all 0.3s ease;
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='16' height='16' rx='8' fill='%23E1251B'/%3E%3Cpath d='M10.5202 6.14645C10.7155 6.34171 10.7155 6.65829 10.5202 6.85355L7.18689 10.1869C6.99162 10.3821 6.67504 10.3821 6.47978 10.1869L5.14645 8.85355C4.95118 8.65829 4.95118 8.34171 5.14645 8.14645C5.34171 7.95118 5.65829 7.95118 5.85355 8.14645L6.83333 9.12623L9.81311 6.14645C10.0084 5.95118 10.325 5.95118 10.5202 6.14645Z' fill='white'/%3E%3C/svg%3E%0A");
    background-position: center;
    background-size: cover;
    border-color: transparent;;
}

.uk-alert-primary {
    background: rgb(248, 248, 248);
    color: var(--font-main-color);
    border-radius: 50px;
    margin-top: 10px;
    margin-bottom: 0;
}

.call_me_wrapper label {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.1;
    width: fit-content;
    color: #080706;
}

.call_me_wrapper input {
    display: none;
}

.call_me_wrapper .box {
    margin-right: 10px;
    width: 16px;
    min-width: 16px;
    height: 16px;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

#checkout .call_me_wrapper label.active .box {
    border-color: #FF423B;
}

.call_me_wrapper label.active .box:before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.call_me_wrapper label.active .box:before {
    background-color: #FF423B;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='0.5' width='16' height='16' rx='3' fill='%23FF423B'/%3E%3Cpath d='M10.5202 6.64645C10.7155 6.84171 10.7155 7.15829 10.5202 7.35355L7.18689 10.6869C6.99162 10.8821 6.67504 10.8821 6.47978 10.6869L5.14645 9.35355C4.95118 9.15829 4.95118 8.84171 5.14645 8.64645C5.34171 8.45118 5.65829 8.45118 5.85355 8.64645L6.83333 9.62623L9.81311 6.64645C10.0084 6.45118 10.325 6.45118 10.5202 6.64645Z' fill='white'/%3E%3C/svg%3E%0A");
}

.brand-hover a {
    color: var(--font-main-color);
    transition: 0.3s ease;
    font-weight: 600;
}

.brand-hover a:hover {
    transition: 0.3s ease;
    text-decoration: none;
    color: inherit;
    opacity: 0.4;
}

.footer-copyright {

    font-size: 10px;
    font-weight: 600;
    line-height: 14px;
    letter-spacing: 0.04em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--font-main-color);
    opacity: 0.6;
}

.oleus {
    font-size: 10px;
    font-weight: 400;
    line-height: 170%;
    text-align: left;
}

.oleus > span {
    color: var(--font-main-color);
    transition: 0.3s ease;
    opacity: 0.6;
}

.oleus:hover {
    text-decoration: none;
}

.oleus:hover span {
    color: #E1251B;
    transition: 0.3s ease;
    opacity: 1;
}

.footer-bottom a {
    transition: 0.3s ease;
}

.footer-bottom a:hover {
    color: #E1251B;
    transition: 0.3s ease;
    text-decoration: none;
    opacity: 1;
}

.category-menu-title {
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: -0.5px;
    text-align: center;
    color: rgba(13, 13, 13, 1);
    transition: 0.3s ease;
    margin-top: 15px;

}


.category-param-open {
    background-color: #F2F2F2;
    transition: 0.3s ease;
}

.one-click-headline {
    font-family: RoadRadio;
    font-weight: 400;
    line-height: 24.22px;
    text-align: center;
    color: rgba(25, 64, 53, 1);
}

.one-click-title {
    font-size: 24px;
    font-weight: 400;
    line-height: 28.8px;
    text-align: center;
    margin-top: 15px;
    color: rgba(13, 13, 13, 1);
}

.one-click-info {
    margin-top: 15px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: rgba(13, 13, 13, 1);
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#modal-product-buy-one-click .uk-modal-body {
    background-color: rgba(241, 241, 241, 1);
    border-radius: 20px;
}

.modal-label {
    font-family: RoadRadio;
    font-size: 16px;
    font-weight: 400;
    line-height: 11.85px;
    text-align: left;
    color: rgba(13, 13, 13, 1);
}

.min-width-button {
    min-width: 24px;

}

.mod-button {
    padding: 12px 20px;
    gap: 4px;
    border-radius: 15px;
    border: 1px solid #F1F1F1;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #181818;
    display: flex;
    align-items: center;
    transition: 0.3s ease;
}

.mod-button:hover {
    transition: 0.3s ease;
    border-color: #E74CF5;
    color: #E74CF5;
    text-decoration: none;
}

.mod-button > svg path {
    transition: 0.3s ease;
}

.mod-button:hover > svg path {
    stroke: #E74CF5;
}

.mod-button-active {
    border: 1px solid #E74CF5;
    color: #E74CF5;
    background-color: #F54CA90D;
}

.mod-button-active:hover {
    pointer-events: none;
}

.uk-breadcrumb > :last-child > span {
    color: #000000 !important;
}

.uk-breadcrumb a {
    transition: 0.3s ease;
}

.uk-breadcrumb > * > :hover {
    color: #E1251B;
    text-decoration: none;
    transition: 0.3s ease;
}

.modal-count {
    color: rgba(13, 13, 13, 1);
    border-radius: 32px;
    background-color: #E1251B;
    height: 36px;
    width: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-count-alt {
    color: rgba(13, 13, 13, 1);
    border-radius: 32px;
    background-color: rgba(157, 217, 67, 1);
    height: 36px;
    width: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: RoadRadio;
    font-size: 16px;
    font-weight: 400;
    line-height: 16.14px;
    text-align: left;
}

.modal-delete-button {
    display: flex;
    padding: 2px 1px;
    gap: 5px;
    color: var(--font-main-color);
    align-items: center;
    transition: 0.3s ease;

}

.modal-delete-button:hover {
    transition: 0.3s ease;
    opacity: 1;
    color: #FF0000;
}

.modal-delete-button svg path {
    transition: 0.3s ease;
}

.modal-delete-button:hover svg path {
    transition: 0.3s ease;
    stroke: #FF0000;
}

#modal-basket-contents .uk-modal-checkout {
    background-color: rgba(241, 241, 241, 1);
    border-radius: 8px;
}

#modal-basket-contents .uk-modal-close-default {
    top: 33px;
    right: 25px;
}

#checkout .box-field input,
#checkout form input {
    box-sizing: border-box;
    border: 1px solid #D7D7D7;
    border-radius: 50px;
    background: #Ffffff;
    padding: 0.938rem 1.5rem;
    width: 100%;
    transition: 0.3s ease;
    height: 46px;
}

#checkout .box-field input::placeholder,
#checkout form input::placeholder {
    color: #D7D7D7;
    font-weight: 400;
    letter-spacing: 1.6200000047683716px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    font-size: 0.875rem;
}

#checkout .box-field :focus,
#checkout form input:focus {
    box-sizing: border-box;
    border: 1px solid #E1251B80;
    background-color: #ffffff;
    transition: 0.3s ease;
}

#checkout .box-field textarea {
    box-sizing: border-box;
    border: 1px solid #D7D7D7;
    border-radius: 24px;
    background: #Ffffff;
    padding: 0.938rem 1.5rem;
    width: 100%;
    transition: 0.3s ease;
    resize: none;
    max-height: 65px;
}

#user-login-form-login-password,
#user-login-form-login-email {
    box-sizing: border-box;
    border: 1px solid #F2F2F2;
    border-radius: 12px;
    background: #F2F2F2;
    padding: 0.938rem 1.5rem;
    width: 100%;
    transition: 0.3s ease;
    height: 46px;
}

#user-login-form-login-password :focus,
#user-login-form-login-email:focus {
    box-sizing: border-box;
    border: 1px solid #E74CF5;
    background-color: #F2F2F2;
    transition: 0.3s ease;;
}

#user-login-form-login-password,
#user-login-form-login-email {
    box-sizing: border-box;
    border: 1px solid #F2F2F2;
    border-radius: 12px;
    background: #F2F2F2;
    padding: 0.938rem 1.5rem;
    width: 100%;
    transition: 0.3s ease;
    height: 46px;
}

#checkout .box-field textarea::placeholder {
    color: #454545A6;
    font-weight: 400;
    letter-spacing: 1.6200000047683716px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    font-size: 0.875rem;
}

#checkout .box-field label {
    font-family: RoadRadio;
    font-size: 16px;
    font-weight: 400;
    line-height: 11.85px;
    text-align: left;
    color: var(--font-main-color);
}

.main-teaser-img {
    max-height: 292px;
    overflow: hidden;
}

#category-title {
    text-align: center;
}

.pop-up-fixed {
    position: fixed;
    right: 17px;
    bottom: 17px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    z-index: 1000;
}

.popup-link {
    display: flex !important;
    height: 100%;
    align-items: center !important;
    gap: 10px;
    padding: 19px 40px !important;
    background-image: url("../images/link.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.3;
    transition: 0.3s ease;
    border-radius: 25px;
}

.popup-link:hover {
    opacity: 1;
    text-decoration: none;
    transition: 0.3s ease;
    box-shadow: 0.36px 0.64px 3.71px 0px rgba(3, 223, 157, 0.07),
    1.61px 2.86px 8.58px 0px rgba(3, 223, 157, 0.11),
    4.01px 7.11px 19.58px 0px rgba(3, 223, 157, 0.15),
    7.81px 13.84px 41.73px 0px rgba(3, 223, 157, 0.19),
    13.27px 23.51px 80px 0px rgba(3, 223, 157, 0.26);
}

.popup-link svg path {
    stroke: var(--button-color);
}

.popup-link svg {
    transition: 0.3s ease;
    height: 18px;
    width: 18px;
}

.popup-link:hover svg {
    transition: 0.3s ease;
    transform: rotate(45deg);
}

.pop-up-close svg circle {
    transition: 0.3s ease;
}

.pop-up-close:hover svg circle {
    transition: 0.3s ease;
    fill: #dcdcdc;
}

.text-secondary-color {
    color: white;
}

.error404 {
    padding: 10px 25px;
    border-radius: 32px;
    opacity: 0px;
    font-family: RoadRadio;
    font-size: 16px;
    font-weight: 400;
    line-height: 16.14px;
    text-align: left;
    color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 59, 48, 1);
    margin-top: 10px;
}

.text404 {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    text-align: left;
    color: var(--font-main-color);
}


.product-teaser {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background-color: #FFFFFF;
    padding: 10px;
    margin: 0 4px;
    position: relative;
    border-radius: 20px;
}


.gallery-front-card > picture {

    border-radius: 20px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}


.nav-disabled {
    pointer-events: none;
    opacity: 0.3;
}



.uk-offcanvas-flip .uk-offcanvas-bar {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -650px;
    left: auto;
    box-sizing: border-box;
    width: 650px;
    padding: 24px;
    background: #ffffff;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.offcanvas-good {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 10px;
    background-color: #FFFFFF;
}

.basket-products-list > .modal-prod-wrapper > .offcanvas-good {
    border-top: 1px solid #E7E7E7AB;
}

.basket-products-list > .modal-prod-wrapper:last-child > .offcanvas-good {
    border-bottom: 1px solid #E7E7E7AB;
}

#modal-basket-contents > .uk-offcanvas-bar {
    background-color: #ffffff;
}

.range-button {
    padding: 11px;
    width: 100%;
}

.product-right,
.product-left {
    background-color: #FFFFFF;
    padding: 20px;
    border-radius: 20px;
}

.white-wrapper {
    background-color: #FFFFFF;
    padding: 20px;
}

.prod-adv-title {
    font-size: 10px;
    font-weight: 400;
    line-height: 13.62px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #838383;
}

.prod-adv-subtitle {
    font-size: 18px;
    font-weight: 700;
    line-height: 24.51px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #181818;
}

.prod-adv-body-1 {
    margin-top: 15px;
    gap: 7px;
    display: flex;
    flex-direction: column;

}

.prod-adv-body-1 p {
    font-size: 18px;
    font-weight: 700;
    line-height: 24.51px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #181818;
}

.prod-adv-body-1 div {
    font-size: 16px;
    font-weight: 600;
    line-height: 21.79px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #181818;
}

.prod-adv-body-1 div span {
    font-size: 14px;
    font-weight: 400;
    line-height: 19.07px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #0D0D0D;
}

.prod-adv-body-2 {
    margin-top: 15px;
    gap: 7px;
    display: flex;
    flex-direction: column;

}

.prod-adv-body-2 div {
    font-size: 16px;
    font-weight: 600;
    line-height: 21.79px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #181818;
}

.prod-adv-body-2 div span {
    font-size: 16px;
    font-weight: 400;
    line-height: 19.07px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #181818;
}

.checkout-total > div:first-child {
    font-size: 0.875rem;
    font-weight: 400;
}

.checkout-total > div:last-child {
    font-size: 0.875rem;
    font-weight: 600;
}

.select2-search--dropdown {
    background-color: #F2F2F2;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: none !important;
    outline: none !important;
    background-color: #F2F2F2;
}


.checkout-thanks-wrapper {
    display: flex;
    flex-direction: column;
    width: 70%;
    justify-content: center;
    align-items: center;
}

.order-number {
    color: #E1251B;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    border-radius: 32px;
    padding: 10px;
    background-color: #E1251B1F;
}

.checkout-thanks-quantity {
    white-space: nowrap;
    font-size: 12px;
    font-weight: 400;
    line-height: 12.11px;
    text-align: right;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #828282;
    margin-right: 15px;
}

.gap-custom {
    gap: 12px;
}

.thanks-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 23.1px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    padding-bottom: 12px;
    margin-bottom: 12px;
    position: relative;
    color: #838383;
    text-transform: uppercase;
}

.thanks-title:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 1px;
    background-color: #838383;
    content: "";
}

.advantage-number {
    font-weight: 700;
    font-size: 2.75rem;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #FF423B52;
}

.number-adv-subtitle {
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;

    color: var(--font-main-color);
}

.header-phone-dropdown {
    border-radius: 16px;
}

.header-phone-title {
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #ffffff;
    opacity: 0.6;
}

.gallery-page-card picture {
    display: flex;
    width: 100%;
    height: 100%;
}

.gallery-page-card img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}


.lang-mobile span {
    font-size: 1rem;
    font-weight: 500;
    line-height: 100%;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #FF423B;

}

.lang-mobile a {
    font-size: 1rem;
    font-weight: 500;
    line-height: 100%;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--font-main-color);
    transition: 0.3s ease;

}

.lang-mobile a:hover {
    color: #FF423B;
    text-decoration: none;
    transition: 0.3s ease;

}

.lang-mobile > li:first-child {
    position: relative;
}


.lang-mobile {
    gap: 8px;
}

.header-bottom {
    display: flex;
    align-items: center;
    background-color: #181818;
    width: 100%;
}

.header-bottom-menu {
    display: flex;
    width: 100%;
    align-items: center;
}


/*.menu-item {*/
/*    position: relative;*/
/*}*/

.bottom-menu-main {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;

}

.menu-title-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 15px;
    cursor: pointer;
}

.menu-item-title {
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #F2F2F2;
    transition: 0.3s ease;
    white-space: nowrap;
}

.menu-title-wrapper:hover .menu-item-title {
    text-decoration: none;
    color: #E74CF5;
    transition: 0.3s ease;
}

.menu-title-wrapper[aria-expanded="true"] .menu-item-title {
    text-decoration: none;
    color: #E74CF5;
    transition: 0.3s ease;
}

.menu-title-wrapper .uk-dropdown {
    min-width: fit-content;
}

.menu-item .uk-drop.uk-open {
    display: flex;
    min-width: 100%;
    background: #ffffff;
    width: 100% !important;
    border-radius: 0 0 16px 16px;
    margin-top: 0 !important;
    left: 0 !important;
    border-top: 1px solid rgba(242, 242, 242, 0.15);
    backdrop-filter: blur(30px);
    top: 0;

}

.grid-menu-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    grid-gap: 15px;
    grid-row-gap: 30px;
}

a.header-parent-title {
    font-size: 11px;
    font-weight: 800;
    line-height: 14.98px;
    letter-spacing: 0.05em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #F2F2F2;
    transition: 0.3s ease;
    white-space: nowrap;
    border-bottom: 1px solid rgba(234, 227, 223, 0.15);
    padding-bottom: 10px;
    min-height: 30px;
    text-transform: uppercase;
    width: 100%;
    display: flex
}

a.header-parent-title:hover {
    transition: 0.3s ease;
    color: #E74CF5;
    text-decoration: none;
}

span.header-parent-title {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.25px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #F54CA9;
    white-space: nowrap;
}

.сhild-menu-list {
    gap: 20px;
    margin-top: 6px;
    display: flex;
    flex-direction: column;
}

.сhild-menu-list a {
    font-size: 13px;
    font-weight: 400;
    line-height: 17.7px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #F2F2F2;
    transition: 0.3s ease;
    white-space: nowrap;

}

.сhild-menu-list a:hover {
    transition: 0.3s ease;
    color: #E74CF5;
    text-decoration: none
}

.сhild-menu-list span {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.25px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #F54CA9;
    white-space: nowrap;
}


.uk-offcanvas-bar_main {
    margin-bottom: 30px;
}

.uk-offcanvas-bar_main > ul {
    display: flex;
    flex-direction: column;
    position: static !important;
    align-items: start;
}

.uk-offcanvas-bar_main > ul > li > * {
    color: rgb(100, 100, 100);
    font-size: 14px;
    font-weight: 700;
    line-height: 19px;
    text-align: left;
    transition: 0.3s ease;
    width: 100%;
    align-items: end;
}

.uk-offcanvas-bar_main > ul > li button {
    display: flex;
    align-items: end;
    justify-content: end;
    width: fit-content;
    min-width: 50px;
}

#control-edit-box {
    display: none;
}

.uk-offcanvas-bar_main ul > li > .full_open_wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -100%;
    z-index: 10;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    transition: all .3s ease-in-out;

}

.uk-offcanvas-bar_main ul > li.full_open > .full_open_wrapper {
    left: 0;
    min-height: 100vh;
    overflow: auto;
    height: fit-content;
    padding-bottom: 25px;
    background-color: rgba(230, 230, 230, 1);
}

.uk-offcanvas-bar_main > ul li > .full_open_wrapper > ul {
    padding: 0 1rem;
}

.uk-offcanvas-bar_main > ul li .full_open_title {
    color: #f2f2f2;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 106%;
    letter-spacing: 0.45px;
    text-transform: uppercase;
    background: rgba(231, 76, 245, 1);
    padding: 30px 1rem;
    display: flex;
    align-items: center;
    margin-bottom: 32px;
}

.uk-offcanvas-bar_main > ul li .full_open_title::before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='9' height='17' viewBox='0 0 9 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.85124 0.648682L7.36472 1.1352L0 8.49998L7.36472 15.8648L7.85124 16.3513L8.82472 15.3778L8.33821 14.8913L1.94697 8.49998L8.33821 2.10869L8.82472 1.62217L7.85124 0.648682Z' fill='%23F2F2F2'/%3E%3C/svg%3E%0A");
    width: 15px;
    min-width: 15px;
    height: 15px;
    margin-right: 10px;
    background-position: center;
    background-repeat: no-repeat;
}

.uk-offcanvas-bar_main > ul li ul > li:not(:last-child) {
    margin-bottom: 10px;
}

/*.uk-offcanvas-bar_main > ul li.menu-items-parent ul > li > * {*/
/*    color: #000;*/
/*    font-size: 18px;*/
/*    font-style: normal;*/
/*    font-weight: 400;*/
/*    line-height: 106%;*/
/*    letter-spacing: 0.45px;*/
/*    text-transform: none;*/
/*}*/

.uk-offcanvas-bar_main > ul li.menu-items-parent ul > li.uk-active > span {
    color: #F54CA9;
    text-decoration: none;
    transition: 0.3s ease;
}


.full_open_wrapper ul.uk-nav-sub {
    padding: 0 !important;
}


.full_open_wrapper ul > li > a {
    color: rgb(38, 13, 10);
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    text-align: left;
    transition: 0.3s ease;
    margin-bottom: 10px;

}


.full_open_wrapper ul > li > span {
    font-size: 16px;
    font-weight: 600;
    color: rgba(24, 24, 24, 1);
}


.full_open_wrapper ul > li > ul {

    margin-top: 15px;
}

.full_open_wrapper ul.uk-nav-sub > li > * {
    color: #181818;
    font-size: 12px;
    font-weight: 400;
    line-height: 19px;
    text-align: left;
    transition: 0.3s ease;
    margin-bottom: 5px;
}


.full_open_wrapper > ul > li {
    margin-top: 25px;
}

.full_open_wrapper ul > li > a:hover {
    color: rgb(38, 13, 10);
    text-decoration: none;

}

.header-button-wrapper > div {
    box-shadow: 0 5px 12px rgba(0, 0, 0, .15);
}

.checkout-strings > .flex > div:first-child {
    flex: 1;
}

.checkout-strings > .flex:not(:last-child) {
    margin-bottom: 10px;
}

.uk-leader-fill::after {
    color: rgba(0, 0, 0, 0.1);
    padding-right: 6px;
}


.youtube-link svg rect {
    transition: 0.3s ease;
    fill: transparent;
}

.youtube-link:hover svg rect {
    transition: 0.3s ease;
    fill: rgb(109, 44, 33);
}

.youtube-link svg g path {
    transition: 0.3s ease;
}

.youtube-link:hover svg g path {
    transition: 0.3s ease;
    fill: #FFFFFF;
}


.tiktok-link svg path {
    transition: 0.3s ease;
}

.tiktok-link svg rect {
    transition: 0.3s ease;
    fill: transparent;
}


.account-menu > li {
    box-sizing: border-box;
    border-top: 1px solid rgb(248, 248, 248);
    padding: 13px 10px;
    background-color: white;
    transition: 0.3s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.account-menu > li > a,
.accout-menu > li > span,
#user-logout-form button {
    color: rgb(100, 100, 100);
    font-size: 14px;
    font-weight: 700;
    line-height: 19px;
    text-align: left;
    transition: 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

#offcanvas-overlay .container {
    position: static;
    z-index: unset;
}

.mob-menu-title {
    color: rgba(131, 131, 131, 1);
    font-size: 10px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0%;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 10px;
}

#offcanvas-overlay .menu-items-parent,
#offcanvas-overlay .menu-item {
    position: unset;

}

#offcanvas-overlay .uk-offcanvas-close {
    z-index: 1;
}

#offcanvas-overlay .menu-items-parent:hover > span {
    pointer-events: none;
    cursor: pointer;
}

#offcanvas-overlay .uk-offcanvas-close svg line {
    stroke: #F2F2F2 !important;
}

.offcanvas-top-filter {
    background-color: #B04CF5;
}

.offcanvas-top-filter .uk-offcanvas-close svg line {
    stroke: #F2F2F2 !important;
}

.header-mobile-phone {
    color: var(--font-main-color);
    font-size: 20px;
    font-weight: 400;
    font-size: 24px;
    leading-trim: Cap height;
    line-height: 32.68px;
    letter-spacing: 0%;

}

.header-mobile-phone span {
    color: #F54CA9;
    font-weight: 700;
    font-size: 24px;
    leading-trim: Cap height;
    line-height: 32.68px;
    letter-spacing: 0%;

}

.brand-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 2rem;
}

.uk-notification {
    left: unset;
    top: unset;
    right: 60px;
    bottom: 60px;
}

.uk-notification-message {
    background-color: #181818;
    border-radius: 16px;
    font-size: 0.75rem;
    font-weight: 400;
}

.uk-notification-message-danger {
    color: #f2f2f2;
}

.uk-notification-message-success {
    color: #FF423B;
}

#basket-box > button > svg path {
    transition: 0.3s ease;
}

#basket-box > button:hover > svg path {
    transition: 0.3s ease;
    fill: #FF423B;
}

.desktop-display-none {
    display: none;
}

.catalog-filter-params .uk-no-link {
    pointer-events: none;
    cursor: default;
}

.header-switcher {
    display: flex;
    flex-direction: column;
}

.header-switcher > li {
    box-sizing: border-box;
    padding: 13px 10px;
    transition: 0.3s ease;

}

.header-switcher > .width-20 > li > * svg {
    min-width: 16px;
    min-height: 16px;
    max-width: 16px;
    max-height: 16px;
}

.header-switcher > li:not(.uk-active) a svg path {
    transition: 0.3s ease;
}

.header-switcher > .width-20 > li > a {
    display: flex;
    align-items: center;
    transition: 0.3s ease;
    display: flex;
    align-items: center;
    width: 100%;
    padding: .75rem;
    color: #354a5f;
}

.header-switcher > .width-20 > li > span {
    display: flex;
    align-items: center;
    transition: 0.3s ease;
    color: #E74CF5;
    font-size: 1.125rem;
    text-transform: uppercase;
    box-sizing: border-box;
    padding: 13px 10px;
    width: 90%;
    justify-content: space-between;
}


.header-switcher > .width-20 > li > span svg path {

    fill: #E74CF5;
    transition: 0.3s;

}

.header-switcher > .width-20 > li > a:hover {
    text-decoration: none;
    color: #E74CF5;
    transition: 0.3s;

}

.header-switcher > .width-20 > li > a:hover svg path {

    fill: #E74CF5;
    transition: 0.3s;

}

.header-switcher > li.uk-active {
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.3s ease;

}

.header-switcher > li.uk-active > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    transition: 0.3s ease;
    color: #E74CF5;
    pointer-events: none;
    font-size: 1.125rem;
    text-transform: uppercase
}

.header-switcher > li.uk-active > a svg path {
    fill: #E74CF5;
}

.menu-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-row-gap: 2rem;
    grid-column-gap: 2rem;

}

.header-toggle-menu {
    display: flex;
    align-items: center;
    padding: 5px 10px;
    gap: 5px;
}

.child-menu-item a span {
    font-size: 1rem;
    color: var(--font-main-color);
    transition: 0.3s ease;

}

.child-menu-item a:hover {
    text-decoration: none;
}

.child-menu-item li > span > span {
    transition: 0.3s ease;
    text-decoration: none;
    color: #E74CF5;
    font-size: 1rem;
}

.child-menu-item a:hover span {
    transition: 0.3s ease;
    text-decoration: none;
    color: #E74CF5;
}


.menu-wrapper div.header-toggle-menu-title {
    font-size: 1rem;
    color: #E74CF5;
}

.child-menu-item {
    display: none;
    position: absolute;
    top: 0;
    left: 20%;
    width: 80%;
    height: 100%;
    border-left: 1px solid rgba(242, 242, 242, 0.15);
    padding: 20px;
}

.parent-menu-item:hover > .child-menu-item {
    display: block;
}

.child-menu-item > ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 1rem;
}

.child-menu-item span,
.child-menu-item a {
    gap: 10px;
    display: flex;
}

#offcanvas-overlay .submenu-level-1 .menu-items-parent {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.catalogue-open-button {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    color: rgba(24, 24, 24, 1) !important;
}

.submenu-level-0 .menu-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.submenu-level-1 > .menu-item.uk-active button svg path {
    fill: #F54CA9;
}

.mob-menu-img {
    width: 45px;
    height: 45px;
    border-radius: 346px;
    background-color: rgba(245, 76, 169, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.level-item-2,
.level-item-1,
.level-item-0 {
    display: flex;
    align-items: center;
    gap: 10px;
}


.menu-toggle-btn {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 17px 17px;
    background-color: #FF423B;
    border-radius: 50px;
    color: #FFFFFF;
    transition: 0.3s ease;
    border: 1px solid #FF423B;
}

.menu-toggle-btn span svg {
    transition: 0.3s ease
}

.menu-toggle-btn > svg path {
    transition: 0.3s ease
}

.menu-toggle-btn span svg > path {
    transition: 0.3s ease
}

.menu-toggle-btn:hover {
    text-decoration: none;
    transition: 0.3s ease;
    color: #FF423B;
    background-color: #ffffff;
}

.menu-toggle-btn:hover span svg > path {
    stroke: #FF423B;
}

.menu-toggle-btn:hover > svg path {
    transition: 0.3s ease;
    stroke: #FF423B;
}

.menu-toggle-btn[aria-expanded="true"] {
    background-color: #ffffff;
    transition: 0.3s ease;
    color: #FF423B;
    background-color: #ffffff;
}

.menu-toggle-btn[aria-expanded="true"] span svg {
    transition: 0.3s ease;
    transform: scale(1, -1);
}

.menu-toggle-btn[aria-expanded="true"] span svg path {
    transition: 0.3s ease;
    stroke: #FF423B;
}


.menu-toggle-btn[aria-expanded="true"] > svg path {
    transition: 0.3s ease;
    stroke: #FF423B;
}

.grey-form {
    background-color: #FAFAFA;
    padding-top: 40px;
    padding-bottom: 40px;
}

.title-404 {
    color: #1C1C1C;
    font-weight: 700;
    font-size: 13.375rem;
    line-height: 100%;
    letter-spacing: 0%;

}

.checkout-step {
    color: #E1251B;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    border-radius: 32px;
    padding: 10px;
    background-color: #E1251B1F;
}

.pt0 {
    padding-top: 0;
}

.min-h-750 {
    min-height: 750px;
}

.video-button {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.video-button svg path,
.video-button svg circle {
    transition: 0.3s ease;
}

.video-button:hover svg path {
    transition: 0.3s ease;
    fill: #FFFFFF;
}

.video-button:hover svg circle {
    transition: 0.3s ease;
    fill: #E1251B;
}


.allchars {
    font-family: Inter Tight;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-offset: 0%;
    text-decoration-thickness: 0%;
    color: #1C1C1C99;
    transition: 0.3s ease;
    display: block;
}

.allchars:hover {
    transition:0.3s ease;
color:#E1251B;
}

html {
    scroll-behavior: smooth;
}

#modal-video .uk-modal-dialog {
    width: 70%;
}

.prod-container-1,
.prod-container-2,
.prod-container-3 {
    display: flex;
    align-items: center;
    gap: 30px;
    background-color:#1C1C1C;
    padding:64px 65px;
}

.prod-container-1 img,
.prod-container-2 img,
.prod-container-3 img {
    object-fit: cover
}

.td-none {
    text-decoration: none;
}

.td-none:hover {
    text-decoration: none;
}