html {
    min-width: 320px;
}

img,
svg,
button,
input,
select,
textarea {
    user-select: none;
}

/* === variables === */
:root {
    --red: #FF0800;
    --green-black: #1E332E;
    --green-bold: #007455;
    --green-medium: #007936;
    --green-middle: #1D9855;
    --green: #00AC4D;
    --green-light: #73EC9E;
    --green-soft: #E5F1DE;
    --green-thin: #EFF6EC;
    --white-color: #FFFFFF;
    --white-medium: #FAFAFA;
    --white-extra-thin: #FAF6F0;
    --light-gray: rgba(218, 225, 229, 0.5);
    --gray-dark: #414042;
    --gray: #585857;
    --gray-middle: #D2D2D2;
    --gray-medium: #CBCAC9;
    --white-bold: #BBBDC0;
    --gray-light: #EDEFF3;
    --muted-color: #F5F6FA;
    --brown: #978D80;
    --brown-bold: #413B32;
    --brown-light: #D7D2CB;
    --black: #01090F;
    --black-light: #282828;
    --black-secondary: #020A0A;
    --disable-black: rgba(46, 54, 63, 0.5);
    --dark-blue: #211D70;
}

/* === variables === */

.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, .uk-heading-2xlarge, .uk-heading-3xlarge, .uk-heading-large, .uk-heading-medium, .uk-heading-small, .uk-heading-xlarge, h1, h2, h3, h4, h5, h6 {
    font-family: 'Museo Sans Cyrl', sans-serif;
    font-weight: 400;
}

/* === uk-section === */
.uk-section {
    padding: 50px 0;
}

.uk-section-promo {
    padding: clamp(25px, 3vw, 40px) 0 clamp(60px, 7vw, 80px);
}

.uk-section-muted {
    background-color: var(--white-medium);
}

.uk-section-quality {
    min-height: 785px;
}
/* === uk-section === */

/* === uk-accordion === */
.uk-accordion-primary li {
    background-color: var(--white-medium);
    border-radius: 8px;
}

.uk-accordion-primary li a {
    padding: clamp(30px, 4vw, 40px);
    transition: padding-bottom .2s;
}

.uk-accordion-primary .uk-accordion-title::before {
    content: none;
}

.uk-accordion-primary .uk-accordion-content {
    margin-top: 0;
    padding: 0 clamp(30px, 4vw, 40px) clamp(30px, 4vw, 40px);
}

.uk-accordion-primary li .uk-icon[uk-icon="icon-plus"] path {
    opacity: 1;
    visibility: visible;
}

.uk-accordion-primary li.uk-open .uk-icon[uk-icon="icon-plus"] path:first-child {
    opacity: 0;
    visibility: hidden;
}

.uk-accordion-primary li.uk-open a {
    padding-bottom: clamp(15px, 3vw, 30px);
}
/* === uk-accordion === */


/* === uk-breadcrumb === */
.uk-breadcrumb.uk-breadcrumb-light li a,
.uk-breadcrumb.uk-breadcrumb-light li span {
    color: var(--white-color);
}

.uk-breadcrumb.uk-breadcrumb-light > :nth-child(n+2):not(.uk-first-column)::before {
    margin: 0 5px;
    color: var(--white-color);
}

/* === uk-breadcrumb === */

/* === uk-tile === */
.uk-tile-question {
    padding: clamp(30px, 3vw, 40px);
    border-radius: 8px;
    background-color: var(--white-medium);
}
/* === uk-tile === */

/* === uk-icon === */
.uk-icon {
    transition: color .3s;
}

.uk-icon path {
    transition: fill .3s, stroke .3s;
}

.uk-icon[uk-icon=icon-calendar] {
    width: 24px;
    height: 24px;
    color: var(--green);
}

.uk-icon[uk-icon="icon-checked-2"] {
    width: 24px;
    height: 24px;
}

.uk-icon[uk-icon=icon-document] {
    width: 24px;
    height: 24px;
    color: var(--green);
}

.uk-icon[uk-icon=icon-phone] {
    width: 24px;
    height: 24px;
    color: var(--green);
}

.uk-icon-third {
    padding: 6px 5px;
    width: 40px;
    height: 40px;
    color: var(--seoGray);
    background-color: var(--green-soft);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.uk-icon-third svg {
    width: 100%;
    height: 100%;
}

.uk-icon[uk-icon="icon-checked"] {
    padding: 1px;
    width: 15px;
    height: 15px;
    box-sizing: border-box;
}

.uk-icon[uk-icon="icon-checked"] svg {
    width: 100%;
    height: 100%;
}

.uk-icon[uk-icon="icon-logo"]:not(.uk-icon-third) {
    padding: 15px 10px;
    width: 72px;
    height: 72px;
    border-radius: 100%;
    color: var(--black-light);
    background-color: var(--green-soft);
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.uk-icon[uk-icon="icon-logo"] svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* === uk-icon === */

/* === height === */
.uk-height-min-promo {
    min-height: 650px;
}

/* === height === */

/* === uk-img === */
.uk-img-work {
    width: clamp(60px, 6vw, 80px);
    height: clamp(80px, 8vw, 110px);
}

.uk-img-work-arrow {
    width: clamp(60px, 6vw, 80px);
}

.uk-img-docs {
    margin: 0 -130px -90px -85px;
    aspect-ratio: 5 / 3;
    position: relative;
    z-index: 5;
}

.uk-img-docs img {
    object-position: center bottom;
}

/* === uk-img === */

/* === uk-background === */
.uk-background-primary {
    background-color: var(--green-soft);
}

/* === uk-background === */

/* === uk-overlay === */
.uk-overlay-custom:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--black-light);
    opacity: .45;
    z-index: 2;
}

/* === uk-overlay === */

/* === uk-position === */
.uk-position-z-index-small {
    z-index: 5;
}

.uk-position-z-index-medium {
    z-index: 10;
}

/* === uk-position === */

/* === modal === */
.uk-modal-body-verification {
    padding: 40px 50px;
}

.uk-nav-default > li > a {
    color: #413b32;
}

.uk-nav-default > li > a:hover {
    color: #00AC4DFF;
}

.uk-card-body > .uk-nav-default > li.uk-active > a {
    background-color: #00AC4DFF;
    color: #FFFFFF;
}

.uk-card-body > .uk-nav-default > li.uk-active > a:hover {
    color: #FFFFFF;
}

.uk-height-max {
    height: max-content;
}

.uk-modal-dialog-verification-date {
    padding: 60px clamp(50px, 6vw, 60px);
    border-radius: 10px;
    background-color: var(--muted-color);
}

.uk-modal-verification-title {
    color: var(--black-secondary);
    font-weight: 600;
}
/* === modal === */

/* === tab === */
.uk-tab-filter {
    margin-left: -10px;
    user-select: none;
}

.tabs > .uk-tab-filter {
    flex: 1;
    min-width: 0;
}

.uk-tab-filter li {
    padding-left: 10px;
    min-width: max-content;
    display: flex;
}

.uk-tab-filter li:first-child {
    width: 30%;
}

.uk-tab-filter li:nth-child(2) {
    width: 34%;
}

.uk-tab-filter li:last-child {
    flex: 1;
}

.uk-tab-filter li a {
    padding: 10px 15px;
    width: 100%;
    font-size: 18px;
    text-align: center;
    border-radius: 8px;
    background-color: var(--white-color);
    color: var(--black-light);
    transition: color .3s, background-color .3s;
}

.uk-tab-filter li.uk-active a {
    background-color: var(--green-soft);
    color: var(--green-bold);
    border-radius: 8px;
}

.uk-tab.uk-tab-filter:before {
    content: none;
}

.uk-tab-filter > .tab.uk-active a {
    background-color: var(--seoGray);
    color: var(--white-color);
    border-color: transparent;
}

.tabs.uk-active {
    margin-left: -15px;
    margin-right: -15px;
}

.tabs.uk-active > .uk-tab-filter {
    padding-left: 15px;
}

.tabs.uk-active > .uk-tab-filter::after {
    content: "";
    flex: 0 0 15px;
    align-self: stretch;
}

.tabs.uk-active.uk-flex-center > .uk-tab-filter::after {
    display: none;
}
/* === tab === */

/* === gap === */
.uk-flex-gap-30-10 {
    gap: clamp(10px, 2vw, 30px);
}

.uk-flex-gap-30-20 {
    gap: clamp(20px, 2vw, 30px);
}

.uk-flex-gap-30-25 {
    gap: clamp(25px, 2vw, 30px);
}

.uk-flex-gap-25 {
    gap: 25px;
}

.uk-flex-gap-25-20 {
    gap: clamp(20px, 3vw, 25px);
}

.uk-flex-gap-25-15 {
    gap: clamp(15px, 2vw, 25px);
}

.uk-flex-gap-small {
    gap: 10px;
}

.uk-flex-gap-extra-small {
    gap: 5px;
}

.uk-flex-gap-50-30 {
    gap: clamp(30px, 4vw ,50px);
}

.uk-flex-gap-60 {
    gap: 60px;
}

.uk-flex-gap-20-10 {
    gap: clamp(10px, 2vw, 20px);
}

.uk-flex-gap-20-15 {
    gap: clamp(15px, 2vw, 20px);
}

.uk-flex-gap-20 {
    gap: 20px;
}

.uk-flex-gap-30 {
    gap: 30px;
}

.uk-flex-gap-35-20 {
    gap: clamp(20px, 3vw, 35px);
}

.uk-flex-gap-35-30 {
    gap: clamp(30px, 3vw, 35px);
}

.uk-flex-gap-medium {
    gap: 40px;
}

.uk-flex-gap-40-30 {
    gap: clamp(30px, 3vw + 4px, 40px);
}

.uk-flex-gap-15 {
    gap: 15px;
}

/* === gap === */


/* === margin === */
.uk-margin-15-10-bottom {
    margin-bottom: clamp(10px, 2vw, 15px);
}

.uk-margin-30-bottom {
    margin-bottom: 30px;
}

.uk-margin-30-25-bottom {
    margin-bottom: clamp(25px, 3vw - 5px, 30px);
}

.uk-margin-40-30-bottom {
    margin-bottom: clamp(30px, 4vw - 8px, 40px);
}

.uk-margin-40-20-bottom {
    margin-bottom: clamp(20px, 4vw - 8px, 40px);
}

.uk-margin-50-bottom {
    margin-bottom: 50px;
}

.uk-margin-50-30-bottom {
    margin-bottom: clamp(30px, 4vw, 50px);
}

.uk-margin-60-50-bottom {
    margin-bottom: clamp(50px, 5vw, 60px);
}
/* === margin === */

/* === padding === */
.uk-padding-middle-vertical {
    padding: 30px 0;
}

.uk-padding-20 {
    padding: 20px;
}
/* === padding === */

/* === uk-title === */
.uk-h2 {
    font-size: clamp(33px, 3vw, 40px);
}
/* === uk-title === */

/* === text === */
.uk-text-extra-small {
    font-size: 12px;
}

.uk-text-13 {
    font-size: 13px;
}

.uk-text-14 {
    font-size: 14px;
}

.uk-text-16-14 {
    font-size: clamp(14px, 2vw - 8px, 16px);
}

.uk-text-16 {
    font-size: 16px;
}

.uk-text-18 {
    font-size: 18px;
}

.uk-text-20 {
    font-size: 20px;
}

.uk-text-18-15 {
    font-size: clamp(15px, 2vw, 18px);
}

.uk-text-20-14 {
    font-size: clamp(14px, 2vw, 20px);
}

.uk-text-20-18 {
    font-size: clamp(18px, 2vw - 2px, 20px);
}

.uk-text-22 {
    font-size: 22px;
}

.uk-text-22-18 {
    font-size: clamp(18px, 2vw, 22px);
}

.uk-text-24-20 {
    font-size: clamp(20px, 3vw, 24px);
}

.uk-text-25 {
    font-size: 25px;
}

.uk-text-25-22 {
    font-size: clamp(22px, 2vw - 3px, 25px);
}

.uk-text-34-27 {
    font-size: clamp(27px, 3vw, 34px);
}

.uk-text-40-23 {
    font-size: clamp(23px, 3vw, 40px);
}

.uk-text-lh-normal {
    line-height: normal;
}

.uk-text-lh-xsmall {
    line-height: 130%;
}

.uk-text-lh-medium {
    line-height: 150%;
}

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

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

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

.uk-text-MSC {
    font-family: 'Museo Sans Cyrl', sans-serif;
}

.uk-text-black {
    color: var(--black);
}

.uk-text-black-light {
    color: var(--black-light);
}

.uk-text-gray {
    color: var(--gray);
}

.uk-text-dark-gray {
    color: var(--gray-dark)
}

.uk-text-gray-bold {
    color: var(--white-bold);
}

.uk-text-green {
    color: var(--green);
}

.uk-green-black {
    color: var(--green-black);
}

.uk-text-green-bold {
    color: var(--green-bold);
}

.uk-text-dark-blue {
    color: var(--dark-blue);
}

.uk-text-warning {
    color: var(--red) !important;
}

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

.uk-text-white {
    color: var(--white-color);
}

.uk-text-brown {
    color: var(--brown);
}

.uk-text-brown-bold {
    color: var(--brown-bold);
}
/* === text === */

/* === uk-slider === */
.uk-slider-advantage {
    overflow: visible;
}

.uk-slider-advantage .uk-slider-items {
    margin-left: -20px;
}

.uk-slider-advantage .uk-slider-slide {
    padding-left: 20px;
    width: 87%;
}

.uk-slider-opportunity {
    overflow: visible;
}

.uk-slider-opportunity .uk-slider-items {
    margin-left: -10px;
}

.uk-slider-opportunity .uk-slider-slide {
    padding-left: 10px;
    width: 98%;
}

.uk-slider-steps {
    overflow: visible;
}

.uk-slider-steps .uk-slider-items {
    margin-left: -20px;
}

.uk-slider-steps .uk-slider-slide {
    padding-left: 20px;
    width: 60%;
}

.uk-slider-steps .uk-slider-slide:last-child .uk-card-step:after {
    content: none;
}

.uk-slider-install .uk-slider-slide {
    padding: clamp(45px, 4vw, 50px) 0 clamp(130px, 10vw, 140px);
}

.uk-slider-install picture {
    display: block;
    width: 100%;
    height: 100%;
}

.uk-slider-install .uk-slider-content {
    min-height: 530px;
}

.uk-slider-install .uk-slider-buttons {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
}

.uk-slider-project .uk-slider-slide {
    min-height: 515px;
    aspect-ratio: 8 / 9;
}

.uk-slider-project .uk-slidenav-mob {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.uk-slider-project .uk-slidenav-mob.uk-slidenav-prev {
    left: 15px;
}

.uk-slider-project .uk-slidenav-mob.uk-slidenav-next {
    right: 15px;
}

.uk-slider-reviews {
    overflow: visible;
}

.uk-slider-reviews .uk-slider-items {
    margin-left: -20px;
}

.uk-slider-reviews .uk-slider-slide {
    padding-left: 20px;
    width: 45%;
    display: flex;
}
/* === uk-slider === */

/* === uk-slidenav === */
.uk-slidenav {
    padding: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 10px;
    background-color: var(--green);
    color: var(--white-color);
    transition: background-color .2s ease;
    box-sizing: border-box;
}

.uk-slidenav:hover {
    background-color: var(--green-middle);
    color: var(--white-color);
}

.uk-slidenav:active {
    background-color: var(--green-bold);
    color: var(--white-color);
}

.uk-slidenav.uk-disabled,
.uk-slidenav.uk-invisible,
.uk-slidenav[disabled] {
    background-color: var(--brown-light);
    visibility: visible !important;
    pointer-events: none;
}

.uk-slidenav.uk-slidenav-prev .uk-icon {
    transform: rotate(180deg);
}
/* === uk-slidenav === */

/* === uk-slideshow === */
.uk-slideshow-location .uk-slideshow-slide {
    padding: 50px 0 85px;
}

.uk-slideshow-location .uk-slideshow-items {
    min-height: 705px;
}

.uk-slideshow-location .uk-slideshow-nav {
    position: relative;
    z-index: 10;
}

.uk-slideshow-location .uk-slideshow-dotnav {
    position: absolute;
    left: 0;
    bottom: 50px;
}
/* === uk-slideshow === */

/* === uk-dotnav === */
.uk-dotnav {
    margin-left: -6px;
}

.uk-dotnav > * {
    padding-left: 6px;
}

.uk-dotnav > * > * {
    width: 10px;
    height: 10px;
    background-color: var(--white-color);
    transition: background-color .3s;
}

.uk-dotnav > * > *:hover {
    background-color: var(--green-soft);
}

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

.uk-dotnav-project {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    z-index: 2;
}
/* === uk-dotnav === */

/* === input === */
.uk-input {
    color: var(--black);
    border-color: var(--gray-middle);
}

.uk-form-large:not(textarea):not([multiple]):not([size]) {
    height: clamp(50px, 4vw, 55px);
}

.uk-input-code {
    width: clamp(50px, 4vw, 55px);
}

.uk-input-code-secondary {
    padding: 10px;
    width: 40px;
    height: 54px;
    font-size: 32px;
    font-weight: 600;
}

.uk-input-large {
    height: 56px;
}
/* === input === */

/* === uk-form === */
.uk-form-primary .uk-form-icon {
    color: var(--brown);
    width: 24px;
    height: 24px;
    top: 50%;
    left: 24px;
    transform: translateY(-50%);
}

.uk-form-primary .uk-form-icon:not(.uk-form-icon-flip) ~ .uk-form-input {
    padding-left: 65px !important;
}

.uk-form-primary .uk-form-input {
    height: 55px;
    color: var(--black-light);
}

.uk-form-primary .uk-form-input.uk-form-input-brown {
    border-color: var(--brown-light);
}

.uk-form-primary .uk-form-input.uk-form-input-transparent {
    background-color: transparent;
}

.uk-form-primary .uk-form-input::placeholder {
    color: var(--brown);
}

.uk-form-primary .uk-form-label {
    padding: 20px 16px;
    height: 80px;
    border: 1px solid var(--brown-light);
    border-radius: 8px;
    background-color: transparent;
    box-sizing: border-box;
}

.uk-form-primary .uk-form-textarea {
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    color: var(--black-light);
    line-height: normal;
    background-color: transparent;
    border: none;
    resize: none;
}

.uk-form-primary .uk-form-textarea::placeholder {
    color: var(--brown);
}

.uk-form-primary .uk-form-checkbox {
    margin-top: 0;
    padding: 2px;
    width: 15px;
    height: 15px;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 2px;
    transition: background-color .2s, border-color .2s;
    cursor: pointer;
}

.uk-form-primary .uk-form-checkbox.uk-form-checkbox-brown {
    border: 1px solid var(--brown-light);
}

.uk-form-primary .uk-form-checkbox-second {
    background-color: transparent;
    border-color: rgba(40, 40, 40, .3);
}

.uk-form-primary .uk-form-checkbox:checked {
    background-color: var(--green);
    border-color: var(--green);
}

.uk-form-primary .uk-form-link {
    color: var(--brown-bold);
    text-decoration: underline;
    text-underline-offset: 4px;
    transition: color .3s;
}

.uk-form-primary .uk-form-link-green {
    color: var(--green);
    text-decoration: none;
}

.uk-form-primary .uk-form-link:hover {
    color: var(--green);
}

.uk-form-primary .uk-form-link-green:hover {
    color: var(--green-middle);
}

.uk-form-change-date {
    width: 100%;
    display: flex;
    position: relative;
    z-index: 1;
}

.uk-form-calendar-secondary {
    padding: 40px 30px 30px;
    background-color: var(--white-color);
    border-radius: 9px;
    position: absolute;
    top: -25px;
    right: 0;
    left: 0;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.08);
    @media (min-width: 960px) {
        width: 570px;
        left: inherit;
    }
}
/* === uk-form === */

/* === uk-card === */
.uk-card-opportunity {
    background-color: var(--white-color);
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
}

.uk-card-opportunity .uk-card-media {
    min-height: 300px;
    position: relative;
    aspect-ratio: 610 / 405;
    overflow: hidden;
    border-radius: 10px;
    background-color: var(--white-medium);
}

.uk-card-opportunity .uk-card-tag {
    margin-right: 5px;
    padding: 10px 15px;
    font-size: 14px;
    line-height: 130%;
    background-color: var(--white-color);
    border-radius: 8px;
    color: var(--black-light);
    position: absolute;
    bottom: 5px;
    left: 5px;
}

.uk-card-opportunity .uk-card-body {
    padding: 25px clamp(20px, 3vw, 40px) clamp(25px, 3vw, 40px);
}

.uk-card-project {
    background-color: var(--white-color);
    border-radius: 10px;
}

.uk-card-project .uk-card-body {
    padding: clamp(30px, 3vw, 35px) clamp(20px, 4vw, 40px) clamp(35px, 4vw, 40px);
    gap: 35px;
}

.uk-card-project .uk-card-list {
    opacity: 0.8;
}

.uk-card-project .uk-card-list li {
    margin: 0;
    padding-left: 17px;
    color: var(--black-light);
    position: relative;
}

.uk-card-project .uk-card-list li::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: var(--black-light);
}

.uk-card-project .uk-button-primary {
    width: 100%;
}

.uk-card-project .uk-card-list-application li {
    margin-top: 0;
    flex: 0 1 auto;
    max-width: 140px;
}

.uk-card-project .uk-card-list-application li .uk-icon-third {
    width: 30px;
    height: 30px;
    padding: 0;
    color: var(--gray-dark);
    background-color: var(--green-soft);
}

.uk-card-project .uk-card-list-application li .uk-icon-third svg {
    width: 16px;
    height: 16px;
}

.uk-card-project .uk-card-media {
    height: clamp(300px, 60vw, 500px);
    border-radius: 10px;
    background-color: var(--gray-middle);
    position: relative;
}

.uk-card-muted {
    background-color: var(--white-medium);
}

.uk-card-step {
    padding-top: 110px;
    max-width: 190px;
    width: 100%;
    color: var(--black-light);
    position: relative;
}

.uk-card-step .uk-card-number {
    font-family: 'Museo Sans Cyrl', sans-serif;
    font-size: 90px;
    line-height: 1;
    color: rgba(60, 60, 59, .05);
    position: absolute;
    top: 10px;
    left: 35px;
    z-index: 0;
    pointer-events: none;
    user-select: none;
}

.uk-card-step .uk-card-icon {
    width: 68px;
    height: 68px;
    position: absolute;
    top: 22px;
    left: 0;
    z-index: 1;
}

.uk-card-step .uk-card-icon-large {
    width: 75px;
    height: 75px;
}

.uk-card-step .uk-card-title {
    font-family: 'Museo Sans Cyrl', sans-serif;
}

.uk-card-step .uk-card-arrow {
    position: absolute;
    top: 50px;
    right: 0;
    width: 80px;
    height: 8px;
    pointer-events: none;
    z-index: 0;
}

.uk-card-product {
    background-color: var(--white-extra-thin);
    border-radius: 10px;
    overflow: hidden;
}

.uk-card-product .uk-card-body {
    padding: 30px clamp(20px, 2vw + 2px, 30px) 0;
    gap: 15px;
}

.uk-card-product .uk-card-header {
    padding: 0;
    margin: 0;
    border: none;
    background: transparent;
}

.uk-card-product .uk-card-counter {
    font-size: 16px;
    line-height: 130%;
    color: var(--black-light);
}

.uk-card-product .uk-card-slidenav .uk-slidenav {
    width: 30px;
    height: 30px;
    padding: 0;
    border-radius: 8px;
}

.uk-card-product .uk-card-slidenav .uk-slidenav .uk-icon {
    width: 16px;
    height: 16px;
}

.uk-card-product .uk-card-slidenav .uk-slidenav svg {
    width: 16px;
    height: 16px;
}

.uk-card-product .uk-card-media {
    width: 100%;
    aspect-ratio: 380 / 299;
    pointer-events: none;
    overflow: hidden;
    background-color: transparent;
}

.uk-card-product .uk-card-media .uk-slider-items {
    height: 100%;
}

.uk-card-product .uk-card-media .uk-slider-items > * {
    display: flex;
    align-items: center;
    justify-content: center;
}

.uk-card-product .uk-card-media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.uk-card-product .uk-card-footer {
    padding: 20px clamp(20px, 2vw + 2px, 30px) 35px;
    border: none;
    background: transparent;
}

.uk-card-product .uk-card-buttons {
    width: 100%;
}

.uk-card-product .uk-card-button {
    padding: 10px;
    flex: 1 1 0;
}

.uk-card-product .uk-card-button.uk-button-primary {
    background-color: var(--green);
    color: var(--white-color);
    border: 1px solid var(--green);
}

.uk-card-product .uk-card-button.uk-button-primary:hover {
    background-color: var(--green-middle);
    border-color: var(--green-middle);
}

.uk-card-product .uk-card-button.uk-button-primary:active {
    background-color: var(--green-bold);
    border-color: var(--green-bold);
}

.uk-card-product .uk-card-button.uk-button-default {
    background-color: transparent;
    color: var(--black-light);
    border: 1px solid var(--black-light);
}

.uk-card-product .uk-card-button.uk-button-default:hover,
.uk-card-product .uk-card-button.uk-button-default:focus {
    background-color: var(--black-light);
    color: var(--white-color);
    border-color: var(--black-light);
}

.uk-card-gallery {
    pointer-events: none;
    user-select: none;
}

.uk-card-gallery .uk-slider-nav {
    margin-left: 0;
    pointer-events: auto;
    gap: 6px;
}

.uk-card-gallery .uk-slider-nav li  {
    padding-left: 0;
}

.uk-card-rating {
    padding: 20px clamp(15px, 2vw, 20px);
    width: 100%;
    min-height: clamp(150px, 10vw, 175px);
    border-radius: 8px;
    background-color: var(--white-medium);
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .08);
    box-sizing: border-box;
}

.uk-card-rating .uk-card-score {
    font-size: clamp(30px, 3vw, 40px);
    font-weight: 600;
    line-height: 125%;
    color: #8CB489;
}

.uk-card-rating .uk-card-count {
    line-height: 150%;
    color: var(--black-light);
}

.uk-card-rating .uk-card-logo {
    margin-top: auto;
    height: clamp(25px, 3vw, 40px);
    display: flex;
    align-items: center;
}

.uk-card-rating .uk-card-logo img {
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    object-position: left center;
}

.uk-card-rating .uk-card-logo-2gis {
    gap: 5px;
}

.uk-card-rating .uk-card-logo-2gis img:first-child {
    width: 35px;
    height: 35px;
    border-radius: 8px;
    flex: 0 0 auto;
}

.uk-card-rating .uk-card-logo-2gis img:last-child {
    width: 50px;
    height: 15px;
    flex: 0 0 auto;
}

.uk-card-review {
    padding: clamp(20px, 3vw, 30px);
    height: 100%;
    border-radius: 8px;
    background-color: var(--white-medium);
}
/* === uk-card === */

/*=== button ===*/
.uk-button {
    height: 55px;
    font-size: 16px;
    line-height: 130%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    user-select: none;
}

.uk-close {
    color: var(--black);
}

.uk-button-large {
    padding: 8px clamp(10px, 3vw, 20px);
}

.uk-button-medium {
    height: 45px;
}

.uk-button-primary {
    background-color: var(--green);
}

.uk-button-primary:hover {
    background-color: var(--green-middle);
}

.uk-button-primary:active {
    background-color: var(--green-bold);
}

.uk-button-primary[disabled]:hover {
    background-color: var(--green-soft);
}

.uk-button-border[disabled] {
    border: 1px solid #8CB489;
}

.uk-button-third {
    background-color: transparent;
    border-radius: 6px;
    color: var(--brown-bold);
    border: 1px solid var(--brown-bold);
}

.uk-button-third:hover {
    color: var(--brown-bold);
    background-color: #F5EFE6;
}

.uk-button-third:active {
    color: var(--brown-bold);
    background-color: #EDE3D7;
}
/* === button === */

/* === uk-tile  === */
.uk-tile-cookie {
    width: 100%;
    padding: 20px 15px;
    position: fixed;
    left: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.15);
    background-color: var(--white-color);
    z-index: 20;
    opacity: 1;
    transition: opacity 0.2s;
    @media (min-width: 640px) {
        width: clamp(530px, 40vw, 620px);
        padding: clamp(20px, 2vw, 30px) 30px;
        flex-direction: row;
        align-items: center;
    }
}

.uk-tile-cookie-hidden {
    opacity: 0;
    z-index: -100;
}

.uk-tile-muted {
    background-color: var(--muted-color);
    border: 1px solid var(--gray-light);
    border-radius: 20px;
}

.uk-tile-form {
    padding: 40px clamp(20px, 3vw - 15px, 30px);
}

.uk-tile-image {
    overflow: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    width: 610px;
}

.uk-tile-image img {
    position: relative;
    width: 100%;
    @media (min-width: 960px) {
        right: -235px;
    }
    @media (min-width: 1200px) {
        right: 0;
    }
}

/* === uk-tile  === */

/* === uk-modal === */
.uk-modal-dialog-verification {
    padding: 40px 20px;
    width: 335px;
}

.uk-modal-primary {
    padding: 15px;
}

.uk-modal-primary .uk-modal-dialog {
    width: clamp(335px, 50vw, 420px);
    border-radius: 10px;
    overflow: hidden;
}

.uk-modal-primary .uk-modal-body {
    padding: 55px clamp(20px, 4vw, 30px) 30px;
}

.uk-modal-primary.uk-modal-success .uk-modal-dialog {
    width: clamp(300px, 80vw, 585px);
}

.uk-modal-primary .uk-modal-close {
    width: 35px;
    height: 35px;
    border-radius: 10px;
    background-color: var(--green);
    color: var(--white-color);
    position: absolute;
    top: clamp(10px, 2vw, 15px);
    right: clamp(10px, 2vw, 15px);
    z-index: 5;
    transition: background-color .3s;
}

.uk-modal-primary .uk-modal-close:hover {
    background-color: var(--green-middle);
}

.uk-modal-primary .uk-modal-close:active {
    background-color: var(--green-medium);
}

.uk-modal-primary.uk-modal-success .uk-modal-body {
    padding: 30px 30px 60px;
}

.uk-modal-primary .uk-modal-media {
    height: clamp(270px, 45vw, 400px);
    position: relative;
}

.uk-modal-primary.uk-modal-success .uk-modal-media {
    width: clamp(60px, 7vw, 90px);
    height: clamp(25px, 4vw, 40px);
    flex: none;
}

.uk-modal-primary .uk-modal-img,
.uk-modal-primary .uk-modal-img img {
    width: 100%;
    height: 100%;
}

.uk-modal-primary .uk-modal-badge {
    padding: 15px 30px;
    font-size: 14px;
    line-height: 120%;
    background-color: var(--white-color);
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.uk-modal-primary.uk-modal-success .uk-modal-media {
    width: clamp(60px, 7vw, 90px);
    height: clamp(25px, 4vw, 40px);
    min-height: auto;
    flex: none;
}

.uk-modal-primary .uk-modal-img {
    width: 100%;
    height: 100%;
}

.uk-modal-product .uk-modal-dialog {
    padding: 0;
}

.uk-modal-product .uk-modal-list li {
    margin-top: 0;
}

.uk-modal-product .uk-modal-list li .uk-icon {
    padding: 4px 3px 4px 4px;
    width: 20px;
    height: 20px;
    background-color: var(--seoYellow);
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.uk-modal-product .uk-modal-list li .uk-icon svg {
    width: 100%;
    height: 100%;
}

.uk-modal-product .uk-modal-body {
    padding: 55px clamp(20px, 4vw, 30px) 0;
}

.uk-modal-product .uk-modal-media {
    padding: 0 clamp(20px, 4vw, 30px) 30px;
    aspect-ratio: auto;
    min-height: auto;
    height: auto;
}

.uk-modal-product .uk-modal-media .uk-slider-container {
    margin: 0 -20px 0;
    height: clamp(250px, 35vw, 300px);
}

.uk-modal-product .uk-modal-list-icon {
    flex: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 2px;
    background-color: var(--green-soft);
    color: var(--green-bold);
}

.uk-modal-product .uk-modal-list-icon svg path {
    fill: currentColor;
}

.uk-modal-product .uk-card-counter sup,
.uk-modal-product .uk-modal-list sup {
    font-size: 0.65em;
    line-height: 0;
    vertical-align: super;
}
/* === uk-modal === */

/* === uk-logo  === */
.uk-logo-change-date {
    width: 225px;
    height: 40px;
}
/* === uk-logo  === */

/* === uk-width  === */
.uk-width-68-m {
    width: 100%;
}

.uk-width-350 {
    width: 350px;
}

.uk-width-9-10 {
    width: 90%;
}

.uk-width-95-10 {
    width: 95%;
}
/* === uk-width  === */

/* === uk-utility  === */
.opacity-07 {
    opacity: .7;
}

.letter-spacing-xsmall {
    letter-spacing: .009em;
}

.letter-spacing-small {
    letter-spacing: .016em;
}

.letter-spacing-medium {
    letter-spacing: .021em;
}

.letter-spacing-large {
    letter-spacing: .025em;
}

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

.multiline-ellipsis-2 {
    -webkit-line-clamp: 2;
}

.multiline-ellipsis-3 {
    -webkit-line-clamp: 3;
}

.multiline-ellipsis-4 {
    -webkit-line-clamp: 4;
}

.uk-order-negative-s {
    order: -1;
}

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


@media (min-width: 640px) {
    .uk-order-negative-s {
        order: 0;
    }
}
/* === uk-utility  === */

/* === recalculate === */
.recalculate-content {
    flex-wrap: wrap;
    gap: 30px;
}

.recalculate-left {
    display: contents;
}

.recalculate-right {
    order: -1;
}

.recalculate-button {
    order: 1;
    width: 100%;
}

.recalculate-img {
    margin-top: -30px;
    width: 290px;
    height: 280px;
}
/* === recalculate === */

/* === quiz === */
.quiz-checkboxes {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(10px, 2vw - 5px, 20px);
}

.quiz-checkbox {
    position: relative;
    cursor: pointer;
}

.quiz-checkboxes-secondary {
    grid-template-columns: repeat(1, 1fr);
}

.quiz-checkbox-secondary {
    padding: 20px clamp(20px, 3vw - 5px, 30px);
    border: 1px solid var(--gray-medium);
    background-color: var(--green-thin);
    transition: border-color .3s;
}

.quiz-checkbox-secondary,
.quiz-checkbox-img {
    border-radius: 6px;
}

.quiz-checkbox-img {
    height: clamp(180px, 50vw, 310px);
    border: 3px solid transparent;
    box-sizing: border-box;
    transition: border-color .3s;
    overflow: hidden;
}

.quiz-checkbox-dot {
    width: 18px;
    height: 18px;
    border-radius: 100%;
    background-color: var(--gray-medium);
    box-sizing: border-box;
    position: relative;
    transition: background-color .3s, border-color .3s;
}

.quiz-checkbox-thumb {
    flex-shrink: 0;
    align-self: center;
    width: 85px;
    height: 70px;
    overflow: hidden;
    border-radius: 10px;
    background-color: var(--green-soft);
    box-sizing: border-box;
}

.quiz-card {
    min-height: clamp(445px, 55vw, 485px);
    border-radius: 6px;
    background-color: var(--white-color);
    overflow: hidden;
    z-index: 5;
}

.quiz-card-media {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.quiz-card-media:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--black-light);
    opacity: .7;
}

.quiz-card-body {
    padding: clamp(30px, 4vw - 10px, 40px) clamp(20px, 4vw - 5px, 50px) clamp(25px, 4vw - 10px, 40px);
    color: var(--white-color);
    position: relative;
    z-index: 4;
}

.quiz-card-list.uk-list .quiz-card-list-label {
    opacity: .5;
}

.quiz-card-list.uk-list li {
    margin-top: 0;
}

.quiz-checkbox-secondary:has(.quiz-checkbox-input:checked) {
    border-color: var(--green);
}

.quiz-checkbox:has(.quiz-checkbox-input:checked) .quiz-checkbox-img {
    border-color: var(--green);
}

.quiz-checkbox-secondary:has(.quiz-checkbox-input:checked) .quiz-checkbox-dot {
    background-color: var(--green);
}

.quiz-progress {
    height: 7px;
    margin: 0;
    border-radius: 2px;
    background-color: #fff;
}

.quiz-progress::-webkit-progress-bar {
    background-color: #fff;
    border-radius: 2px;
}

.quiz-progress::-webkit-progress-value {
    background-color: var(--green);
    border-radius: 2px;
    transition: width .3s;
}

.quiz-progress::-moz-progress-bar {
    background-color: var(--green);
    border-radius: 2px;
}

.quiz-button {
    height: 56px;
    padding: 0 30px;
    border-radius: 8px;
    font-size: 16px;
    line-height: 130%;
    transition: background-color .3s, color .3s, border-color .3s;
}

.quiz-button.quiz-button-prev {
    color: var(--black-light);
    background-color: transparent;
    border: 1px solid var(--black-light);
}

.quiz-button.quiz-button-prev:hover {
    color: var(--white-color);
    background-color: var(--black-light);
}

.quiz-button.quiz-button-prev.uk-disabled,
.quiz-button.quiz-button-prev:disabled {
    opacity: .5;
    color: var(--black-light);
    background-color: transparent;
    pointer-events: none;
}

.quiz-button.quiz-button-next.uk-disabled,
.quiz-button.quiz-button-next:disabled {
    opacity: .5;
    background-color: var(--green);
    color: var(--white-color);
}

.quiz-submit {
    font-size: 16px;
    line-height: normal;
}
/* === quiz === */

/* === swiper === */
.swiper-project,
.swiper-products {
    overflow: visible;
}

.swiper-project .swiper-slide,
.swiper-products .swiper-slide {
    width: 98%;
    height: auto;
    display: flex;
    flex-direction: column;
}
/* === swiper === */

@media (min-width: 640px) {
    .uk-section-quality {
        min-height: 505px;
    }

    /* === card === */
    .uk-card-project .uk-button-primary {
        width: 190px;
    }

    .uk-card-rating {
        box-shadow: none;
    }
    /* === card === */

    /* === height === */
    .uk-height-min-promo {
        min-height: 420px;
    }
    /* === height === */


    /* === uk-slider === */
    .uk-slider-advantage .uk-slider-slide {
        width: 50%;
    }

    .uk-slider-opportunity .uk-slider-slide {
        width: 60%;
    }

    .uk-slider-steps .uk-slider-slide {
        width: calc(100% / 3);
    }

    .uk-slider-install .uk-slider-content {
        min-height: 350px;
    }

    .uk-slider-project .uk-slider-slide {
        min-height: auto;
        aspect-ratio: 6 / 8;
    }

    .uk-slider-reviews .uk-slider-slide {
        width: 30%;
    }
    /* === uk-slider === */

    /* === uk-slideshow === */
    .uk-slideshow-location .uk-slideshow-items {
        min-height: clamp(470px, 55vw, 520px);
    }
    /* === uk-slideshow === */

    /* === quiz === */
    .quiz-checkboxes {
        grid-template-columns: repeat(3, 1fr);
    }

    .quiz-checkboxes-secondary {
        grid-template-columns: repeat(1, 1fr);
    }

    .quiz-checkbox-img {
        height: clamp(190px, 32vw, 300px);
    }
    /* === quiz === */

    /* === img === */
    .uk-img-docs {
        margin: 0 0 -50px;
        aspect-ratio: 7 / 3;
    }
    /* === img === */

    /* === uk-modal === */
    .uk-modal-primary.uk-modal-success .uk-modal-body {
        padding: 40px 30px;
    }
    /* === uk-modal === */

    /* === recalculate === */
    .recalculate-right {
        order: 0;
    }

    .recalculate-img {
        width: clamp(260px, 28vw, 385px);
        height: clamp(250px, 28vw, 375px);
    }
    /* === recalculate === */

    .tabs.uk-active {
        margin-left: -30px;
        margin-right: -30px;
    }

    .tabs.uk-active > .uk-tab-filter {
        padding-left: 30px;
    }

    .tabs.uk-active > .uk-tab-filter::after {
        flex: 0 0 30px;
    }

    /* === swiper === */
    .swiper-products .swiper-slide {
        width: 70%;
    }
    /* === swiper === */
}

@media (min-width: 960px) {
    /* === uk-section === */
    .uk-section {
        padding: 80px 0;
    }
    /* === uk-section === */

    /* === width === */
    .uk-width-95-10\@m {
        width: 95%;
    }

    .uk-width-68-m {
        width: 68%;
    }

    .uk-width-55-10\@m {
        width: 55%;
    }
    /* === width === */

    /* === uk-card === */
    .uk-card-opportunity .uk-card-tag {
        top: 5px;
        bottom: initial;
    }

    .uk-card-opportunity .uk-card-media {
        aspect-ratio: 6 / 4;
    }

    .uk-card-project .uk-card-body {
        gap: clamp(40px, 5vw - 7px, 65px);
    }

    .uk-card-project .uk-card-media {
        height: auto;
        border-radius: 10px;
    }
    /* === uk-card === */

    /* === height === */
    .uk-height-min-promo {
        min-height: clamp(390px, 40vw, 525px);
    }
    /* === height === */


    /* === uk-slider === */
    .uk-slider-advantage .uk-slider-slide {
        width: calc(100% / 3);
    }

    .uk-slider-opportunity {
        overflow: clip;
    }

    .uk-slider-opportunity .uk-slider-items {
        margin-left: -20px;
    }

    .uk-slider-opportunity .uk-slider-slide {
        padding-left: 20px;
        width: 50%;
    }

    .uk-slider-steps .uk-slider-slide {
        width: 20%;
    }

    .uk-slider-install .uk-slider-content {
        min-height: clamp(350px, 32vw, 410px);
    }

    .uk-slider-project .uk-slider-slide {
        aspect-ratio: 9 / 8;
    }

    .uk-slider-reviews {

    }

    .uk-slider-reviews .uk-slider-items {
        margin-left: -20px;
    }

    .uk-slider-reviews .uk-slider-slide {
        padding-left: 20px;
        width: 20%;
        display: flex;
    }
    /* === uk-slider === */

    /* === uk-slideshow === */
    .uk-slideshow-location .uk-slideshow-items {
        min-height: clamp(420px, 40vw, 520px);
    }

    .uk-slideshow-location .uk-slideshow-slide {
        padding: 50px;
    }

    .uk-slideshow-location .uk-slideshow-nav {
        padding: 35px 0 80px;
        margin-left: -20px;
    }

    .uk-slideshow-location .uk-slideshow-nav li {
        padding-left: 20px;
        flex: 1;
        height: clamp(120px, 12vw, 150px);
    }

    .uk-slideshow-location .uk-slideshow-nav a {
        padding: 15px;
        width: 100%;
        height: 100%;
        font-size: clamp(18px, 2vw - 5px, 22px);
        line-height: 130%;
        border-radius: 10px;
        color: var(--white-color);
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        position: relative;
        z-index: 10;
        text-decoration: none;
        box-sizing: border-box;
    }

    .uk-slideshow-location .uk-slideshow-nav a::before {
        content: '';
        background-color: var(--black-light);
        opacity: .7;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 2;
    }

    .uk-slideshow-location .uk-slideshow-nav a img {
        transform: scale(1);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        transition: transform .3s;
    }

    .uk-slideshow-location .uk-slideshow-nav a:hover img {
        transform: scale(1.2);
    }
    /* === uk-slideshow === */

    /* === quiz === */
    .quiz-checkboxes {
        grid-template-columns: repeat(5, 1fr);
    }

    .quiz-checkboxes-secondary {
        grid-template-columns: repeat(2, 1fr);
    }

    .quiz-checkbox-dot {
        margin-top: 0;
    }

    .quiz-checkbox-img {
        height: clamp(195px, 20vw, 275px);
    }
    /* === quiz === */

    /* === swiper === */
    .swiper-project .swiper-wrapper {
        display: grid;
        gap: 20px;
        overflow: hidden;
    }

    .swiper-project .swiper-slide {
        margin-right: 0;
        width: 100%;
    }

    .swiper-products {
        overflow: hidden;
    }

    .swiper-products .swiper-wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .swiper-products .swiper-slide {
        margin-right: 0;
        width: auto;
    }
    /* === swiper === */

    /* === img === */
    .uk-img-docs {
        margin: 0;
        aspect-ratio: auto;
        height: clamp(360px, 35vw, 470px);
        position: absolute;
        bottom: 0;
    }

    .uk-img-docs img {
        object-position: left bottom;
    }
    /* === img === */

    /* === uk-modal === */
    .uk-modal-primary .uk-modal-dialog {
        width: 980px;
    }

    .uk-modal-primary .uk-modal-body {
        padding: clamp(35px, 4vw, 50px) clamp(30px, 4vw, 50px) clamp(30px, 4vw, 50px) clamp(30px, 4vw, 45px);
    }

    .uk-modal-primary.uk-modal-success .uk-modal-dialog {
        width: 585px;
        min-height: 210px;
    }

    .uk-modal-primary .uk-modal-media {
        height: auto;
        flex: 1;
    }

    .uk-modal-primary .uk-modal-media-muted {
        border-top: none;
    }

    .uk-modal-primary .uk-modal-img-secondary img {
        object-position: bottom;
    }

    .uk-modal-primary .uk-modal-badge {
        width: max-content;
        right: initial;
        left: 50%;
        transform: translateX(-50%);
    }

    .uk-modal-primary .uk-modal-close line {
        stroke-width: 2px;
    }

    .uk-modal-primary.uk-modal-success .uk-modal-dialog {
        width: 585px;
        min-height: 210px;
    }

    .uk-modal-primary .uk-modal-media {
        height: auto;
        flex: 1;
        aspect-ratio: initial;
    }

    .uk-modal-product .uk-modal-dialog {
        padding: 40px 50px;
        width: 1070px;
    }

    .uk-modal-product .uk-modal-media {
        padding: 0;
    }

    .uk-modal-product .uk-modal-media .uk-slider-container {
        margin-bottom: -50px;
        height: clamp(300px, 26vw, 360px);
    }

    .uk-modal-product .uk-modal-body {
        padding: 0;
    }
    /* === uk-modal === */

    /* === recalculate === */
    .recalculate-content {
        flex-wrap: nowrap;
        gap: 25px;
    }

    .recalculate-left {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 30px;
    }

    .recalculate-button {
        order: 0;
        width: 350px;
    }
    /* === recalculate === */

    /* === tab === */
    .uk-tab-filter {
        margin-left: -25px;
    }

    .uk-tab-filter li {
        padding-left: 25px;
    }
    /* === tab === */

    .tabs.uk-active {
        margin-left: -40px;
        margin-right: -40px;
    }

    .tabs.uk-active > .uk-tab-filter {
        padding-left: 40px;
    }

    .tabs.uk-active > .uk-tab-filter::after {
        flex: 0 0 15px;
    }
}

@media (min-width: 1200px) {
    /* === uk-slider === */
    .uk-slider-advantage .uk-slider-slide {
        width: 25%;
    }

    .uk-slider-steps {
        overflow: clip;
    }

    .uk-slider-steps .uk-slider-slide,
    .uk-slider-reviews .uk-slider-slide {
        width: calc(100% / 6);
    }
    /* === uk-slider === */

    /* === gap === */
    .uk-flex-gap-90-35\@l {
        gap: clamp(75px, 7vw - 10px, 90px);
    }
    /* === gap === */

    /* === width === */
    .uk-width-9-10\@l {
        width: 90%;
    }
    /* === width === */

    /* === swiper === */
    .swiper-products .swiper-wrapper {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
    /* === swiper === */
}

/* === calendar === */
[data-vc-theme=light] .vc-date[data-vc-date-selected] .vc-date__btn {
    background-color: var(--green);
}

[data-vc-theme=light] .vc-date[data-vc-date-selected] .vc-date__btn:hover {
    background-color: var(--green);
}

[data-vc-theme=light] .vc-date[data-vc-date-selected=middle][data-vc-date-selected] .vc-date__btn {
    background-color: var(--light-gray);
    --tw-bg-opacity: 1;
    color: var(--dark-black);
}

[data-vc-theme=light] .vc-date[data-vc-date-selected=middle][data-vc-date-selected] .vc-date__btn:hover {
    background-color: var(--light-gray);
    --tw-bg-opacity: 1;
    color: var(--dark-black);
}

[data-vc-theme=light] .vc-date[data-vc-date-today] .vc-date__btn {
    background-color: var(--light-gray);
    font-weight: 400;
    --tw-bg-opacity: 1;
    color: var(--dark-black);
}

[data-vc-theme=light] .vc-date[data-vc-date-today] .vc-date__btn:hover {
    background-color: var(--light-gray);
    --tw-bg-opacity: 1;
    color: var(--dark-black);
}

[data-vc-theme=light] .vc-date[data-vc-date-weekend] .vc-date__btn {
    color: var(--dark-black);
}

[data-vc-theme=light] .vc-date[data-vc-date-selected=middle][data-vc-date-weekend][data-vc-date-selected] .vc-date__btn {
    background-color: var(--light-gray);
    --tw-bg-opacity: 1;
    color: var(--dark-black);
}

[data-vc-theme=light] .vc-date[data-vc-date-weekend][data-vc-date-selected] .vc-date__btn {
    background-color: var(--green);
}

[data-vc-theme=light] .vc-date[data-vc-date-weekend][data-vc-date-selected] .vc-date__btn:hover {
    background-color: var(--green);
}

[data-vc-theme=light] .vc-date[data-vc-date-selected=middle][data-vc-date-weekend][data-vc-date-selected] .vc-date__btn:hover {
    background-color: var(--light-gray);
    --tw-bg-opacity: 1;
    color: var(--dark-black);
}

[data-vc-theme=light] .vc-date__btn {
    transition: background-color 0.3s;
}

[data-vc-theme=light] .vc-years__year[data-vc-years-year-selected] {
    background-color: var(--green);
}

[data-vc-theme=light] .vc-years__year[data-vc-years-year-selected]:hover {
    background-color: var(--green);
}

[data-vc-theme=light] .vc-years__year {
    color: var(--dark-black);
    transition: background-color 0.3s;
}

[data-vc-theme=light] .vc-years__year:hover {
    background-color: var(--green-light);
}

[data-vc-theme=light] .vc-years__year:disabled {
    color: var(--disable-black);
}

/* === month === */
[data-vc-theme=light] .vc-months__month[data-vc-months-month-selected] {
    background-color: var(--green);
}

[data-vc-theme=light] .vc-months__month[data-vc-months-month-selected]:hover {
    background-color: var(--green);
}

[data-vc-theme=light] .vc-months__month {
    color: var(--dark-black);
    transition: background-color 0.3s;
}

[data-vc-theme=light] .vc-months__month:hover {
    background-color: var(--green-light);
}

[data-vc-theme=light] .vc-months__month:disabled {
    color: var(--disable-black);
}

/* === month === */

/* === title-date === */
[data-vc-theme=light] .vc-month {
    transition: color 0.3s;
}

[data-vc-theme=light] .vc-month:hover {
    color: var(--green);
}

[data-vc-theme=light] .vc-year {
    transition: color 0.3s;
}

[data-vc-theme=light] .vc-year:hover {
    color: var(--green);
}

/* === title-date === */
[data-vc-theme=light] .vc-date[data-vc-date-weekend] .vc-date__btn:hover {
    --tw-bg-opacity: 1;
    background-color: var(--green-light);
}

[data-vc-theme=light] .vc-date__btn:hover {
    background-color: var(--green-light);
}

[data-vc-theme=light] .vc-date[data-vc-date-disabled] .vc-date__btn {
    color: var(--disable-black);
}

[data-vc-theme=light] .vc-date[data-vc-date-weekend][data-vc-date-disabled] .vc-date__btn {
    color: var(--disable-black);
}

[data-vc-theme=light] .vc-year {
    color: var(--dark-black);
}

[data-vc-theme=light] .vc-month {
    color: var(--dark-black);
}

[data-vc-theme=light] .vc-week__day {
    color: var(--dark-black);
    font-size: 14px;
    font-weight: 400;
}

[data-vc=calendar] {
    width: 100%;
    min-width: 230px;
}

[data-vc=column] {
    flex: none;
    min-width: 210px;
}

[data-vc=grid] {
    gap: 20px;
    justify-content: space-between;
}

[data-vc=calendar] {
    padding: 0;
}

[data-vc-date-btn] {
    font-size: 14px;
    width: 100%;
    transition: background-color 0.3s;
    min-height: 30px;
    min-width: 30px;
    @media (min-width: 960px) {
        width: clamp(30px, 5vw, 35px);
        height: clamp(30px, 5vw, 35px);
    }
}

[data-vc-theme=light].vc {
    @media (max-width: 959px) {
        width: 240px;
    }
}

[data-vc-date-btn]:hover {
    background-color: var(--green-light);
}

[data-vc-date] {
    padding: 0;
}

[data-vc=controls] {
    padding: 3px 0 0;
}

[data-vc=dates] {
    gap: 3px 0;
}

/* === calendar === */