

/* Start:/local/templates/main/assets/css/style.min.css?1786821528128244*/
/**
 * Swiper 12.2.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2026 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 27, 2026
 */

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

:host {
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

        &::-webkit-scrollbar {
            display: none
        }
    }

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

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

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

        >.swiper-wrapper>.swiper-slide:last-child {
            -webkit-margin-end: var(--swiper-slides-offset-after);
            margin-inline-end: var(--swiper-slides-offset-after)
        }
    }

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

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

        >.swiper-wrapper>.swiper-slide:last-child {
            -webkit-margin-after: var(--swiper-slides-offset-after);
            margin-block-end: var(--swiper-slides-offset-after)
        }
    }

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

        >.swiper-wrapper>.swiper-slide {
            scroll-snap-align: none
        }
    }

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

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

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

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

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

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

.swiper-3d {

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

    .swiper-slide-shadow {
        background: #00000026
    }

    .swiper-slide-shadow-left {
        background-image: -webkit-linear-gradient(right, #00000080, #0000);
        background-image: linear-gradient(270deg, #00000080, #0000)
    }

    .swiper-slide-shadow-right {
        background-image: -webkit-linear-gradient(left, #00000080, #0000);
        background-image: linear-gradient(90deg, #00000080, #0000)
    }

    .swiper-slide-shadow-top {
        background-image: -webkit-linear-gradient(bottom, #00000080, #0000);
        background-image: linear-gradient(0deg, #00000080, #0000)
    }

    .swiper-slide-shadow-bottom {
        background-image: -webkit-linear-gradient(top, #00000080, #0000);
        background-image: linear-gradient(180deg, #00000080, #0000)
    }
}

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

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

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

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

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

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

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

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

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

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

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

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

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

.swiper-button-next,
.swiper-button-prev {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: var(--swiper-navigation-size);
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    width: var(--swiper-navigation-size);
    z-index: 10;

    &.swiper-button-disabled {
        cursor: auto;
        opacity: .35;
        pointer-events: none
    }

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

    .swiper-navigation-disabled & {
        display: none !important
    }

    ::slotted(svg),
    svg {
        height: 100%;
        object-fit: contain;
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
        width: 100%;
        fill: currentColor;
        pointer-events: none
    }
}

.swiper-button-lock {
    display: none
}

.swiper-button-next,
.swiper-button-prev {
    margin-top: calc(0px - var(--swiper-navigation-size)/2);
    top: var(--swiper-navigation-top-offset, 50%)
}

.swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, 4px);
    right: auto;

    .swiper-navigation-icon,
    ::slotted(.swiper-navigation-icon) {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }
}

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

.swiper-horizontal {

    .swiper-button-next,
    .swiper-button-prev,
    ~.swiper-button-next,
    ~.swiper-button-prev {
        margin-left: 0;
        margin-top: calc(0px - var(--swiper-navigation-size)/2);
        top: var(--swiper-navigation-top-offset, 50%)
    }

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

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

    &.swiper-rtl .swiper-button-next,
    &.swiper-rtl~.swiper-button-next,
    &~.swiper-button-prev,
    .swiper-button-prev {

        .swiper-navigation-icon,
        ::slotted(.swiper-navigation-icon) {
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg)
        }
    }

    &.swiper-rtl .swiper-button-prev,
    &.swiper-rtl~.swiper-button-prev {

        .swiper-navigation-icon,
        ::slotted(.swiper-navigation-icon) {
            -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            transform: rotate(0deg)
        }
    }
}

.swiper-vertical {

    .swiper-button-next,
    .swiper-button-prev,
    ~.swiper-button-next,
    ~.swiper-button-prev {
        left: var(--swiper-navigation-top-offset, 50%);
        margin-left: calc(0px - var(--swiper-navigation-size)/2);
        margin-top: 0;
        right: auto
    }

    .swiper-button-prev,
    ~.swiper-button-prev {
        bottom: auto;
        top: var(--swiper-navigation-sides-offset, 4px);

        .swiper-navigation-icon,
        ::slotted(.swiper-navigation-icon) {
            -webkit-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
            transform: rotate(-90deg)
        }
    }

    .swiper-button-next,
    ~.swiper-button-next {
        bottom: var(--swiper-navigation-sides-offset, 4px);
        top: auto;

        .swiper-navigation-icon,
        ::slotted(.swiper-navigation-icon) {
            -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: rotate(90deg)
        }
    }
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    z-index: 10;

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

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

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

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

    .swiper-pagination-bullet {
        position: relative;
        -webkit-transform: scale(.33);
        -ms-transform: scale(.33);
        transform: scale(.33)
    }

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

    .swiper-pagination-bullet-active-prev {
        -webkit-transform: scale(.66);
        -ms-transform: scale(.66);
        transform: scale(.66)
    }

    .swiper-pagination-bullet-active-prev-prev {
        -webkit-transform: scale(.33);
        -ms-transform: scale(.33);
        transform: scale(.33)
    }

    .swiper-pagination-bullet-active-next {
        -webkit-transform: scale(.66);
        -ms-transform: scale(.66);
        transform: scale(.66)
    }

    .swiper-pagination-bullet-active-next-next {
        -webkit-transform: scale(.33);
        -ms-transform: scale(.33);
        transform: scale(.33)
    }
}

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

    button& {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: none;
        box-shadow: none;
        margin: 0;
        padding: 0
    }

    .swiper-pagination-clickable & {
        cursor: pointer
    }

    &:only-child {
        display: none !important
    }
}

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

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

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

    &.swiper-pagination-bullets-dynamic {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 8px;

        .swiper-pagination-bullet {
            display: inline-block;
            -webkit-transition: top .2s, -webkit-transform .2s;
            transition: top .2s, -webkit-transform .2s;
            transition: transform .2s, top .2s;
            transition: transform .2s, top .2s, -webkit-transform .2s
        }
    }
}

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

    &.swiper-pagination-bullets-dynamic {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        white-space: nowrap;

        .swiper-pagination-bullet {
            -webkit-transition: left .2s, -webkit-transform .2s;
            transition: left .2s, -webkit-transform .2s;
            transition: transform .2s, left .2s;
            transition: transform .2s, left .2s, -webkit-transform .2s
        }
    }
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: right .2s, -webkit-transform .2s;
    transition: right .2s, -webkit-transform .2s;
    transition: transform .2s, right .2s;
    transition: transform .2s, right .2s, -webkit-transform .2s
}

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

.swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color, #00000040);
    position: absolute;

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

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

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

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

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    background: var(--swiper-scrollbar-bg-color, #0000001a);
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    position: relative;
    -ms-touch-action: none;
    touch-action: none;

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

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

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

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

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

.swiper-scrollbar-lock {
    display: none
}

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

    >canvas,
    >img,
    >svg {
        max-height: 100%;
        max-width: 100%;
        object-fit: contain
    }
}

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

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

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

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

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

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

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

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

    .swiper-slide-active {
        pointer-events: auto;

        & .swiper-slide-active {
            pointer-events: auto
        }
    }
}

.swiper.swiper-cube {
    overflow: visible
}

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

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

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

    .swiper-slide-active {

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

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

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

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

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

.swiper-cube {

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

.swiper.swiper-flip {
    overflow: visible
}

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

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

    .swiper-slide-active {

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

.swiper-flip {

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

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

.swiper.swiper-cards {
    overflow: visible
}

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

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    box-sizing: border-box;
}

.noUi-target {
    position: relative;
}

.noUi-base,
.noUi-connects {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

/* Wrapper for all connect elements.
 */
.noUi-connects {
    overflow: hidden;
    z-index: 0;
}

.noUi-connect,
.noUi-origin {
    will-change: transform;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -webkit-transform-style: preserve-3d;
    transform-origin: 0 0;
    -webkit-transform-style: flat;
    transform-style: flat;
}

/* Offset direction
 */
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
    left: 0;
    right: auto;
}

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
    top: -100%;
    width: 0;
}

.noUi-horizontal .noUi-origin {
    height: 0;
}

.noUi-handle {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
}

.noUi-touch-area {
    height: 100%;
    width: 100%;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
    -webkit-transition: transform 0.3s;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.noUi-state-drag * {
    cursor: inherit !important;
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
    height: 18px;
}

.noUi-horizontal .noUi-handle {
    width: 34px;
    height: 28px;
    right: -17px;
    top: -6px;
}

.noUi-vertical {
    width: 18px;
}

.noUi-vertical .noUi-handle {
    width: 28px;
    height: 34px;
    right: -6px;
    bottom: -17px;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
    left: -17px;
    right: auto;
}

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
    background: #FAFAFA;
    border-radius: 4px;
    border: 1px solid #D3D3D3;
    box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}

.noUi-connects {
    border-radius: 3px;
}

.noUi-connect {
    background: #3FB8AF;
}

/* Handles and cursors;
 */
.noUi-draggable {
    cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
    cursor: ns-resize;
}

.noUi-handle {
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #FFF;
    cursor: default;
    box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}

.noUi-active {
    box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}

/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #E8E7E6;
    left: 14px;
    top: 6px;
}

.noUi-handle:after {
    left: 17px;
}

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px;
}

.noUi-vertical .noUi-handle:after {
    top: 17px;
}

/* Disabled state;
 */
[disabled] .noUi-connect {
    background: #B8B8B8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
    cursor: not-allowed;
}

/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
    box-sizing: border-box;
}

.noUi-pips {
    position: absolute;
    color: #999;
}

/* Values;
 *
 */
.noUi-value {
    position: absolute;
    white-space: nowrap;
    text-align: center;
}

.noUi-value-sub {
    color: #ccc;
    font-size: 10px;
}

/* Markings;
 *
 */
.noUi-marker {
    position: absolute;
    background: #CCC;
}

.noUi-marker-sub {
    background: #AAA;
}

.noUi-marker-large {
    background: #AAA;
}

/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%;
}

.noUi-value-horizontal {
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
    -webkit-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 15px;
}

/* Vertical layout;
 *
 */
.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%;
}

.noUi-value-vertical {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
    -webkit-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
    width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
    width: 15px;
}

.noUi-tooltip {
    display: block;
    position: absolute;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #fff;
    color: #000;
    padding: 5px;
    text-align: center;
    white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    right: 120%;
}

.noUi-horizontal .noUi-origin>.noUi-tooltip {
    -webkit-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    transform: translate(50%, 0);
    left: auto;
    bottom: 10px;
}

.noUi-vertical .noUi-origin>.noUi-tooltip {
    -webkit-transform: translate(0, -18px);
    -ms-transform: translate(0, -18px);
    transform: translate(0, -18px);
    top: auto;
    right: 28px;
}

:root {
    --ff: "Inter", sans-serif;
    --ff-second: "Nunito Sans";
    --ff-third: 'Gilroy';
    --bg-body: #F6F7F8;
    --color-dark: #282828;
    --color-accent: #FFCC00;
    --color-gray: #5A6F82;
    --color-gray-medium: #32475A;
    --color-gray-light: #BCBCBC;
    --color-border: #DADADA;
    --t: 300ms linear;
    --container-width: 1280px;
    --container-padding: 15px;
    --left-padding: calc((100% - var(--container-width)) / 2)
}

.no-user {
    display: none;
    pointer-events: none;
}

@font-face {
    font-family: "Inter";
    src: url("/local/templates/main/assets/css/../fonts/Inter18pt-Bold.woff2") format("woff2"), url("/local/templates/main/assets/css/../fonts/Inter18pt-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Inter";
    src: url("/local/templates/main/assets/css/../fonts/Inter18pt-ExtraBold.woff2") format("woff2"), url("/local/templates/main/assets/css/../fonts/Inter18pt-ExtraBold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Inter";
    src: url("/local/templates/main/assets/css/../fonts/Inter18pt-Medium.woff2") format("woff2"), url("/local/templates/main/assets/css/../fonts/Inter18pt-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Inter";
    src: url("/local/templates/main/assets/css/../fonts/Inter18pt-Regular.woff2") format("woff2"), url("/local/templates/main/assets/css/../fonts/Inter18pt-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Inter";
    src: url("/local/templates/main/assets/css/../fonts/Inter18pt-SemiBold.woff2") format("woff2"), url("/local/templates/main/assets/css/../fonts/Inter18pt-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Nunito Sans";
    src: url("/local/templates/main/assets/css/../fonts/NunitoSans-Bold.woff2") format("woff2"), url("/local/templates/main/assets/css/../fonts/NunitoSans-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Nunito Sans";
    src: url("/local/templates/main/assets/css/../fonts/NunitoSans-SemiBold.woff2") format("woff2"), url("/local/templates/main/assets/css/../fonts/NunitoSans-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Gilroy';
    src: url('/local/templates/main/assets/css/../fonts/Gilroy-Regular.woff2') format('woff2'),
        url('/local/templates/main/assets/css/../fonts/Gilroy-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html {
    box-sizing: border-box
}

*,
*::after,
*::before {
    box-sizing: inherit
}

ul[class],
ol[class] {
    padding: 0
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
    margin: 0
}

ul[class] {
    list-style: none
}

img {
    max-width: 100%;
    display: block
}

input,
button,
textarea,
select {
    font: inherit
}

a {
    text-decoration: none
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: rgba(0, 0, 0, 0)
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

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

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

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

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

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

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

html {
    scroll-behavior: smooth;
    scroll-padding: 60px;
}

html,
body {
    height: 100%
}

* {
    box-sizing: border-box
}

body {
    font-family: var(--ff);
    background-color: var(--bg-body)
}

button,
a {
    cursor: pointer
}

button {
    outline: none;
    background: none;
    border: none
}

a {
    color: currentColor
}

.wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%
}

.main {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.footer {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.container {
    max-width: calc(var(--container-width) + var(--container-padding)*2);
    width: 100%;
    margin-inline: auto;
    padding: 0 var(--container-padding)
}

.btn {
    font-weight: 700;
    font-size: 15px;
    line-height: 130%;
    letter-spacing: 0%;
    border: 1px solid rgba(0, 0, 0, 0);
    -webkit-transition: var(--t) color, var(--t) background, var(--t) border;
    transition: var(--t) color, var(--t) background, var(--t) border;
    border-radius: 12px
}

.btn.btn_accent {
    color: #423603;
    background: var(--color-accent)
}

.btn.btn_gray {
    color: #5a6f82;
    background: #f0f0f0;
    border: 1px solid var(--color-border)
}

.btn:has(.btn_icon) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.btn_icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.main-title {
    font-weight: 700;
    font-style: Bold;
    font-size: 44px;
    line-height: 120%;
    color: var(--color-dark)
}

.main-description {
    font-weight: 600;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: 0%;
    color: var(--color-gray-medium)
}

.nunito-ff {
    font-family: var(--ff-second)
}

@media(hover: hover) {
    .how-to-creadit__item:hover {
        box-shadow: 0px 30px 12px rgba(148, 148, 148, .01), 0px 17px 10px rgba(148, 148, 148, .05), 0px 7px 7px rgba(148, 148, 148, .09), 0px 2px 4px rgba(148, 148, 148, .1);
        border: 1px solid #eee
    }

    .why-choose__item:hover {
        box-shadow: 0px 30px 12px rgba(148, 148, 148, .01), 0px 17px 10px rgba(148, 148, 148, .05), 0px 7px 7px rgba(148, 148, 148, .09), 0px 2px 4px rgba(148, 148, 148, .1)
    }

    .question__accordion-btn:hover {
        background: var(--color-gray-medium)
    }

    .question__accordion-btn:hover svg path {
        stroke: #fff
    }

    .header__nav-link:hover,
    .header__phone:hover {
        color: var(--color-accent)
    }

    .consultant__header-name a:hover {
        opacity: .72
    }

    .btn_accent:hover {
        background: #ecbd00;
        /* background: color-mix(in srgb, var(--color-accent) 90%, black) */
    }

    .btn_gray:hover,
    .header__link-lk:hover {
        border-color: var(--color-accent);
        color: #423603;
        background: var(--color-accent)
    }

    .header__link-lk:hover svg path {
        fill: #423603
    }

    .footer__contact-link:hover {
        color: var(--color-accent)
    }

    .footer__contact-link:hover svg path {
        stroke: var(--color-accent)
    }

    .calculate__step-close:hover svg path {
        stroke: var(--color-accent);
    }

    .calculate__step-close:hover .calculate__step-close-text {
        color: var(--color-accent);
    }

    .calculate__step-back:hover {
        color: var(--color-accent);
    }

    .calculate__step-close:has(.calculate__step-close-text):hover::before {
        background: var(--color-accent);
    }

    /* .calculate-information__files-item:hover .calculate-information__file-label::before {
    border: 1px dashed var(--color-accent);
  }

  .calculate-information__files-item:hover .calculate-information__file-label-title {
    color: var(--color-accent);
  }

  .calculate-information__files-item:hover .calculate-information__file-label-download {
    color: #423603;
    background: var(--color-accent);
    border: 1px solid var(--color-accent);
  } */
    .calculate-information__files-item:hover .calculate-information__file-label {
        box-shadow: 0px 68px 27px rgba(60, 65, 88, 0.01), 0px 38px 23px rgba(60, 65, 88, 0.05), 0px 17px 17px rgba(60, 65, 88, 0.09), 0px 4px 9px rgba(60, 65, 88, 0.1);
    }

    .modal-question__btn-close:hover svg path {
        stroke: var(--color-accent);
    }

    .checkbox-custom__text a:hover {
        color: var(--color-accent);
    }
}

.how-to-creadit__item:active {
    box-shadow: 0px 30px 12px rgba(148, 148, 148, .01), 0px 17px 10px rgba(148, 148, 148, .05), 0px 7px 7px rgba(148, 148, 148, .09), 0px 2px 4px rgba(148, 148, 148, .1);
    border: 1px solid #eee
}

.why-choose__item:active {
    box-shadow: 0px 30px 12px rgba(148, 148, 148, .01), 0px 17px 10px rgba(148, 148, 148, .05), 0px 7px 7px rgba(148, 148, 148, .09), 0px 2px 4px rgba(148, 148, 148, .1)
}

.question__accordion-btn:active {
    background: var(--color-gray-medium)
}

.question__accordion-btn:active svg path {
    stroke: #fff
}

.header__nav-link:active,
.header__phone:active {
    color: var(--color-accent)
}

.btn_accent:active {
    background: color-mix(in srgb, var(--color-accent) 90%, black)
}

.btn_gray:active,
.header__link-lk:active {
    border-color: var(--color-accent);
    color: #423603;
    background: var(--color-accent)
}

.header__link-lk:active svg path {
    fill: #423603
}

body.is-hidden {
    overflow: hidden;
    opacity: 1 !important;
    pointer-events: all !important;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 11;
    -webkit-transition: var(--t) background, var(--t) transform;
    transition: var(--t) background, var(--t) transform
}

.header.is-bg {
    background: #fff
}

.header.is-scroll {
    -webkit-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    transform: translateY(-200px)
}

.header__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 6px;
    padding-bottom: 6px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 12px
}

.header__logo {
    display: flex;
    align-items: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.header__logo img {
    display: block;
    max-width: 90%;
}

.header__nav {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0
}

.header__nav-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 32px
}

.header__nav-item {
    font-weight: 500;
    font-size: 15px;
    line-height: 130%;
    letter-spacing: 0%;
    color: var(--color-dark);
    white-space: nowrap;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.header__nav-link {
    -webkit-transition: var(--t) color;
    transition: var(--t) color;
    white-space: nowrap
}

.header__buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 9px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.header__phone {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
    padding: 0 8px;
    font-weight: 600;
    font-size: 15px;
    line-height: 130%;
    letter-spacing: 0;
    color: var(--color-dark);
    white-space: nowrap;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    cursor: pointer;
    touch-action: manipulation;
    position: relative;
    -webkit-transition: var(--t) color;
    transition: var(--t) color
}

.header__phone-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.header__phone:focus-visible {
    outline: 2px solid var(--color-accent);
    outline-offset: 2px;
    border-radius: 8px
}

.header__link-lk {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    font-weight: 700;
    font-size: 15px;
    line-height: 130%;
    letter-spacing: 0%;
    color: var(--color-gray);
    border: 1px solid var(--color-border);
    border-radius: 12px;
    background: #f0f0f0;
    padding: 11px 20px;
    -webkit-transition: var(--t) color, var(--t) border, var(--t) background;
    transition: var(--t) color, var(--t) border, var(--t) background
}

.header__link-lk svg path {
    -webkit-transition: var(--t) fill;
    transition: var(--t) fill
}

.header__link-lk-avatar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.header__btn {
    text-align: center;
    border-radius: 12px;
    padding: 11px 20px;
    line-height: 127%
}

.header__burger-btn {
    display: none
}

.moobile-menu {
    display: none
}

.top {
    position: relative
}

.top-slider {
    overflow: hidden
}

.top-slider__slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
}

.top-slider__slide-content {
    padding-top: 10px;
    max-width: 684px;
    width: 100%;
    position: absolute;
    left: var(--left-padding);
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.top-slider__slide-title {
    display: block;
    font-weight: 700;
    font-size: 44px;
    line-height: 120%;
    letter-spacing: 0%;
    color: var(--color-dark);
    letter-spacing: 0em;
    margin-bottom: 47px
}

.top-slider__slide-title mark {
    background: rgba(0, 0, 0, 0);
    color: var(--color-accent);
    letter-spacing: .03em;
    font-weight: 600
}

.top-slider__slide-list {
    max-width: 478px;
    width: 100%;
    display: -ms-grid;
    display: grid;

    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-bottom: 50px;
    -ms-grid-columns: (1fr)[2];
}

.top-slider__slide-item-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 12px;
    font-weight: 700;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: 0%;
    color: var(--color-dark);
    margin-bottom: 8px
}

.top-slider__slide-item-body {
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0%;
    color: var(--color-gray-medium);
    letter-spacing: -0.01em;
    letter-spacing: 0em
}

.top-slider__slide-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

.top-slider__slide-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
    font-size: 16px
}

.top-slider__slide-link.btn_accent {
    max-width: 260px;
    width: 100%
}

.top-slider__slide-link.btn_gray {
    max-width: 140px;
    width: 100%
}

.top-slider__slide-link:has(.btn_icon) {
    gap: 13px
}

.top-slider__pagination {
    all: unset;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    position: absolute;
    bottom: 0 !important;
    top: 85.5% !important;
    left: 50% !important;
    z-index: 10;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.top-slider__pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #9dadbc;
    margin: 0 !important;
    -webkit-transition: var(--t) width;
    transition: var(--t) width;
    border-radius: 20px
}

.top-slider__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 60px;
    background-color: var(--color-accent)
}

.info {
    max-width: 100%;
    width: 100%;
    border-top: 1px solid var(--color-border);
    border-bottom: 1px solid var(--color-border)
}

.info_mb {
    margin-bottom: 70px
}

.info__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr (343px)[2] 1fr;
    grid-template-columns: 1fr repeat(2, 343px) 1fr
}

.info__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 20px;
    padding-block: 27px
}

.info__item:not(:first-child) {
    border-left: 1px solid var(--color-border);
    padding-left: 46.67px
}

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

.info__item-description {
    font-family: var(--ff-second);
    font-weight: 600;
    font-size: 15px;
    line-height: 130%;
    letter-spacing: 0%;
    color: #8297aa
}

.info__item-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0%;
    color: var(--color-gray-medium)
}

.calculate__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 50px
}

.calculate__title {
    margin-bottom: 10px;
    text-align: center
}

.calculate__description {
    text-align: center
}

.calculate__steps {
    max-width: 1050px;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    border-radius: 30px;
    padding: 60px;
    box-shadow: 0px 30px 12px rgba(148, 148, 148, 0.01), 0px 17px 10px rgba(148, 148, 148, 0.05), 0px 7px 7px rgba(148, 148, 148, 0.09), 0px 2px 4px rgba(148, 148, 148, 0.1);
    -webkit-transition: var(--t) opacity, var(--t) height;
    transition: var(--t) opacity, var(--t) height;
}

.calculate__steps.is-hidden {
    padding: 0;
    opacity: 0;
    height: 0
}

.calculate__step {
    height: 0;
    opacity: 0;
    /* overflow: hidden; */
    pointer-events: none;
    -webkit-transition: var(--t) height, var(--t) opacity;
    transition: var(--t) height, var(--t) opacity
}

.calculate__step.is-active {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    opacity: 1;
    pointer-events: all;
}


.calculate-block__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 15px;
    margin-bottom: 18px
}

.calculate-block__label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 2px solid var(--color-border);
    background: transparent;
    border-radius: 8px;
    padding: 8px 15px;
    position: relative;
    cursor: pointer;
    transition: var(--t) border, var(--t) background;
}

.calculate-block__label input[type=radio] {
    opacity: 0;
    height: 0;
    width: 0
}

.calculate-block__label:has(input[type=radio]:checked) {
    border: 2px solid var(--color-accent);
}

.calculate-block__label:has(input[type=radio]:checked) .calculate-block__label-title {
    color: #32475A;
}

.calculate-block__label:has(input[type=radio]:checked) .calculate-block__label-description {
    color: #BCBCBC;
}

.calculate__step-close-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;
    color: #5A6F82;
    margin-right: 28px;
    transition: var(--t) color;
}

.calculate__step-actions {
    display: flex;
    align-items: center;
    gap: 16px;
}

.calculate__step-back {
    padding: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    color: #5A6F82;
    transition: var(--t) color;
}

.calculate__step-close:has(.calculate__step-close-text) {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;

    position: relative;
}

.calculate__step-close:has(.calculate__step-close-text)::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 24px;
    background: var(--color-border);
    top: 0;
    right: 38px;
    transition: var(--t) background;
}

.calculate-block__label-title {
    font-weight: 700;
    font-size: 15px;
    line-height: 120%;
    letter-spacing: 0%;
    /* color: var(--color-gray-medium); */
    color: #BCBCBC;
    transition: var(--t) color;
}

.calculate-block__label-description {
    font-weight: 500;
    font-size: 13px;
    line-height: 130%;
    letter-spacing: 0%;
    /* color: #bcbcbc; */
    color: #BCBCBC;
    transition: var(--t) color;
}

.calculate-block__col {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    grid-row-gap: 45px;
    margin-bottom: 45px
}

.calculate__element {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    background-color: #f2f3f8;
    border-radius: 8px;
    padding: 15px;
    position: relative
}

.calculate__element.calculate__element_full {
    /* --right: -12px; */
    --width-full: -7px;
    -ms-grid-column-span: 2;
    grid-column: span 2;

}

.calculate__element_full .noUi-handle {
    right: var(--right) !important;
}

.calculate__element .noUi-base {
    background-color: #bed3e6
}

.calculate__element .noUi-target {
    border: none;
    box-shadow: none;
    height: 14px;
    background: none
}

.calculate__element .noUi-horizontal .noUi-handle {
    width: 14px;
    height: 14px;
    border: 2px solid var(--color-accent);
    box-shadow: none;
    border-radius: 50px;
    right: 0px;
    right: -7px;
    margin-right: 0px;
    box-shadow: 0px 30px 12px rgba(148, 148, 148, .01), 0px 17px 10px rgba(148, 148, 148, .05), 0px 7px 7px rgba(148, 148, 148, .09), 0px 2px 4px rgba(148, 148, 148, .1)
}

.calculate__element .noUi-handle:before,
.calculate__element .noUi-handle:after {
    display: none
}

.calculate__element .noUi-base {
    height: 2px
}

.calculate__element .calculate__element-range-parent {
    position: absolute;
    width: 100%;
    max-width: calc(100% - 20px);
    left: 20px;
    bottom: -7px
}

.calculate__element .calculate__element-range-parent .input-range {
    max-width: 100%;
    width: 100%;
    position: static
}

.calculate__element.calculate__element_full .noUi-handle {
    /* right: -5px !important; */
    right: -7px !important;
}

.calculate__element.calculate__element_full .input-range::before {
    width: calc(var(--width) + 11px)
}

.calculate__element.calculate__element_full .input-range::before {
    width: calc(var(--width) + var(--width-full))
}

.calculate__element-title {
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0%;
    color: var(--color-gray-medium)
}

.calculate__element-input {
    background: none;
    outline: none;
    border: none;
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0%;
    color: var(--color-dark)
}

.input-range {
    position: absolute;
    width: 100%;
    max-width: calc(100% - 40px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    margin: 0 auto;
    bottom: -7px;
    height: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.input-range::before {
    content: "";
    position: absolute;
    left: 0;
    width: calc(var(--width) - 5px);
    /* width: calc(var(--width) - 12px); */
    height: 2px;
    background: var(--color-accent);
    z-index: 2
}

.calculate__element-decor {
    position: absolute;
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 0%;
    color: #bcbcbc;
    bottom: -30px
}

.calculate__element-decor.calculate__element-decor_left {
    left: 10px
}

.calculate__element-decor.calculate__element-decor_center {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.calculate__element-decor.calculate__element-decor_right {
    right: 10px
}

.calculate__element_full {
    position: relative
}

.calculate__element_full::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 18px;
    background: var(--color-accent);
    left: 50%;
    bottom: 0
}

.calculate-block__results {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-radius: 20px;
    background: #f0f1f6;
    padding: 10px 20px;
    margin-bottom: 20px
}

.calculate-block__results-mount {
    min-width: 240px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: 48px;
    border-right: 1px solid #bed3e6;
    margin-right: 20px
}

.calculate-block__results-mount-title {
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0%;
    color: rgba(50, 71, 80, .6)
}

.calculate-block__results-mount-res {
    font-weight: 700;
    font-size: 32px;
    line-height: 140%;
    letter-spacing: 0%;
    color: var(--color-dark)
}

.calculate-block__results-mount-res span {
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0%
}

.calculate-block__results-list {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 50px
}

.calculate-block__results-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 14px
}

.calculate-block__results-item-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: #e8e8e8;
    border-radius: 50px
}

.calculate-block__results-item-name,
.calculate-block__results-item-total {
    width: 100%;
    display: block;
    text-wrap: nowrap;

    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0%;
    color: var(--color-dark)
}


.calculate-block__results-item-text {
    font-weight: 600;
    font-size: 13px;
    line-height: 140%;
    letter-spacing: 0%;
    color: rgba(50, 71, 80, .6)
}

.calculate-block__results-item-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 11px;
}

.calculate-block__results-item-sale {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 4px;

    flex-shrink: 0;
}

.calculate-block__results-item-sale.is-green {
    color: #2ebb72
}

.calculate-block__results-item-sale.is-green svg path {
    stroke: #2ebb72
}

.calculate-block__results-item-sale.is-red {
    color: red
}

.calculate-block__results-item-sale.is-red svg path {
    stroke: red
}

.calculate-block__results-item-sale-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.calculate-block__promocode-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 15px;
}

.calculate-block__promocode {
    margin-bottom: 19px
}


.calculate-block__promocode-discount {
    display: block;
    padding-top: 6px;
    font-size: 14px;
    line-height: 130%;
    color: #2EBB72;
}

.calculate__promocode-label {
    max-width: 100%;
    width: 100%;
    position: relative
}

.calculate__promocode-label::before {
    content: "";
    position: absolute;
    top: 14px;
    left: 20px;
    width: 16px;
    height: 16px;
    background-image: url(/local/templates/main/assets/css/../image/dist/promocode.svg);
    background-position: center center;
    background-repeat: no-repeat
}

.calculate__promocode-input {
    max-width: 100%;
    width: 100%;
    border: none;
    outline: none;
    background: none;
    font-weight: 600;
    font-size: 15px;
    line-height: 130%;
    letter-spacing: 0%;
    color: #8297aa;
    padding: 11px 11px 11px 46px;
    border: 1px solid var(--color-border);
    background-color: #f0f0f0;
    border-radius: 12px
}

.calculate__promocode-btn {
    padding: 11px 22px
}

.calculate-block__footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 15px
}

.calculate-block__btn {
    padding: 11px 33px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.calculate-block__footer-text {
    font-weight: 400;
    font-size: 11px;
    line-height: 140%;
    letter-spacing: 0%;
    color: var(--color-gray-medium)
}

.calculate-block__footer-text a {
    color: #3866bd;
    -webkit-transition: var(--t) color;
    transition: var(--t) color
}

.how-to-creadit_mb {
    margin-bottom: 140px
}

.how-to-creadit__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 80px
}

.how-to-creadit__list {
    max-width: 1156px;
    width: 100%;
    margin-inline: auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 40px;
    counter-reset: item 0
}

.how-to-creadit__item {
    counter-increment: item 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 50px 20px 34px;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 12px;
    background: #f6f7f8;
    box-shadow: 0px 30px 12px rgba(148, 148, 148, 0), 0px 17px 10px rgba(148, 148, 148, 0), 0px 7px 7px rgba(148, 148, 148, 0), 0px 2px 4px rgba(148, 148, 148, 0);
    -webkit-transition: var(--t) box-shadow, var(--t) border;
    transition: var(--t) box-shadow, var(--t) border;
    position: relative
}

.how-to-creadit__item::before {
    content: counter(item);
    position: absolute;
    top: 16px;
    right: 45px;
    min-height: 34px;
    min-width: 34px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50px;
    font-weight: 800;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
    color: #423603;
    background-color: var(--color-accent)
}

.how-to-creadit__item-img {
    margin-bottom: 14px
}

.how-to-creadit__item-title {
    display: block;
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
    color: var(--color-gray-medium);
    margin-bottom: 13px
}

.how-to-creadit__item-text {
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
    color: var(--color-gray-medium)
}

.how-to-pay {
    border-top: 1px solid var(--color-border);
    border-bottom: 1px solid var(--color-border);
    padding-left: var(--left-padding)
}

.how-to-pay_mb {
    margin-bottom: 140px
}

.how-to-pay__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr
}

.how-to-pay__content {
    padding-top: 120px
}

.how-to-pay__top {
    margin-bottom: 40px
}

.how-to-pay__title {
    margin-bottom: 8px
}

.how-to-pay__list {
    max-width: 635px;
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 13px;
    grid-row-gap: 20px;
    margin-bottom: 20px
}

.how-to-pay__item {
    border: 1px solid #e8e8e8;
    border-radius: 14px;
    background-color: #fff;
    padding: 15px 15px 15px 18px
}

.how-to-pay__item-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: self-start;
    -webkit-align-items: self-start;
    -ms-flex-align: self-start;
    align-items: self-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px
}

.how-to-pay__item-header-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2px
}

.how-to-pay__item-name {
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0%;
    color: var(--color-gray-medium)
}

.how-to-pay__item-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: var(--color-gray-medium)
}

.how-to-pay__item-row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 10px
}

.how-to-pay__item-el {
    background-color: #f6f7f8;
    border-radius: 12px;
    padding: 9px 13px
}

.how-to-pay__item-el-description {
    font-weight: 600;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 0%;
    color: #8297aa
}

.how-to-pay__item-el-text {
    font-weight: 700;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0%;
    color: var(--color-gray-medium)
}

.how-to-pay__more {
    max-width: 635px;
    width: 100%;
    padding: 14px
}

.how-to-pay__image {
    display: block
}

.how-to-pay__image img {
    object-fit: contain;
    object-position: bottom;
    height: 100%
}

.species_mb {
    margin-bottom: 117px
}

.species__title {
    text-align: center;
    margin-bottom: 77px
}

.species__list {
    max-width: 933px;
    width: 100%;
    margin-inline: auto
}

.species__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 43px
}

.species__item:not(:last-child) {
    padding-bottom: 24px;
    border-bottom: 1px solid var(--color-border);
    margin-bottom: 26px
}

.species__item-box {
    min-width: 241px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 30px
}

.species__item-title {
    font-weight: 700;
    font-size: 22px;
    line-height: 140%;
    letter-spacing: 0%;
    color: var(--color-gray-medium)
}

.species__item-text {
    font-weight: 500;
    font-size: 17px;
    line-height: 140%;
    letter-spacing: 0%;
    color: var(--color-gray)
}

.why-choose_mb {
    margin-bottom: 140px
}

.why-choose__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 60px
}

.why-choose__title {
    margin-bottom: 10px;
    text-align: center
}

.why-choose__description {
    text-align: center
}

.why-choose__list {
    max-width: 1096px;
    width: 100%;
    margin: 0 auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    gap: 20px
}

.why-choose__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    min-height: 320px;
    border-radius: 12px;
    border: 1px solid var(--color-border);
    padding: 30px 25px 23px;
    box-shadow: 0px 30px 12px rgba(148, 148, 148, 0), 0px 17px 10px rgba(148, 148, 148, 0), 0px 7px 7px rgba(148, 148, 148, 0), 0px 2px 4px rgba(148, 148, 148, 0);
    -webkit-transition: var(--t) box-shadow;
    transition: var(--t) box-shadow
}

.why-choose__item-img {
    margin-bottom: 17px
}

.why-choose__item-title {
    display: block;
    margin-bottom: 11px;
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
    color: var(--color-gray-medium)
}

.why-choose__item-text {
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
    color: var(--color-gray-medium)
}

.question_mb {
    margin-bottom: 142px
}

.question__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 353px 1fr;
    grid-template-columns: 353px 1fr;
    grid-column-gap: 78px
}

.question__title {
    font-weight: 700;
    font-size: 38px;
    line-height: 120%;
    letter-spacing: 0%;
    color: var(--color-dark);
    margin-bottom: 10px
}

.question__text {
    font-weight: 600;
    font-size: 15px;
    line-height: 130%;
    letter-spacing: 0%;
    color: var(--color-gray);
    margin-bottom: 30px
}

.question__consultant {
    position: -webkit-sticky;
    position: sticky;
    top: calc(var(--height-header) + 10px);
    border-radius: 14px;
    border: 1px solid var(--color-border);
    background: #fff;
    padding: 18px
}

.consultant {
    max-width: 340px;
    width: 100%
}

.consultant__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 11px;
    margin-bottom: 10px
}

.consultant__header-icon {
    display: block;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.consultant__header-name {
    font-weight: 700;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: 0%;
    color: var(--color-dark)
}

.consultant__header-name a {
    color: inherit;
    cursor: pointer;
    -webkit-transition: var(--t) opacity;
    transition: var(--t) opacity
}

.consultant__header-job {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 0%;
    color: var(--color-gray-medium)
}

.consultant__info {
    font-weight: 500;
    font-size: 13px;
    line-height: 140%;
    letter-spacing: 0%;
    color: var(--color-gray-medium);
    margin-bottom: 15px
}

.consultant__btn,
.consultant__call-btn {
    max-width: 100%;
    width: 100%;
    padding: 10px;
    font-size: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.consultant__header-name a:focus-visible,
.consultant__call-btn:focus-visible {
    outline: 2px solid var(--color-accent);
    outline-offset: 2px
}

.question__accordion {
    background: #fff;
    border: 1px solid var(--color-border);
    border-radius: 12px;
    padding: 18px 18px 18px 25px
}

.question__accordion:not(:last-child) {
    margin-bottom: 8px
}

.question__accordion.is-open .question__accordion-body {
    opacity: 1;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content
}

.question__accordion.is-open .question__accordion-header {
    margin-bottom: 4px
}

.question__accordion.is-open .question__accordion-btn {
    background: var(--color-gray-medium)
}

.question__accordion.is-open .question__accordion-btn svg {
    will-change: transform;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.question__accordion.is-open .question__accordion-btn svg path {
    stroke: #fff
}

.question__accordion-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0;
    -webkit-transition: var(--t) margin-bottom;
    transition: var(--t) margin-bottom;
    cursor: pointer;
    will-change: margin-bottom;
}

.question__accordion-title {
    font-weight: 600;
    font-size: 17px;
    line-height: 140%;
    letter-spacing: 0%;
    color: var(--color-gray-medium)
}

.question__accordion-btn {
    width: 31px;
    height: 31px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #f6f7f8;
    border-radius: 8px;
    -webkit-transition: var(--t) background;
    transition: var(--t) background
}

.question__accordion-btn svg {
    -webkit-transition: var(--t) transform;
    transition: var(--t) transform
}

.question__accordion-btn svg path {
    -webkit-transition: var(--t) stroke;
    transition: var(--t) stroke
}

.question__accordion-body {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0%;
    color: var(--color-gray);
    height: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: var(--t) height, var(--t) opacity;
    transition: var(--t) height, var(--t) opacity
}

.footer {
    background: #292929;
    padding-top: 50px
}

.footer__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

    justify-content: space-between;
}

.footer__row:nth-child(1) {
    margin-bottom: 45px
}

.footer__row:last-child {
    margin-top: 22px;
    margin-bottom: 25px
}

.footer__contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 70px;
    gap: 40px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.footer__contact-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 10px;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: .03em;
    color: #fff;
    white-space: nowrap
}

.footer__contact-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 10px;
    -webkit-transition: var(--t) color;
    transition: var(--t) color
}

.footer__contact-link svg path {
    -webkit-transition: stroke var(--t);
    transition: stroke var(--t)
}

.footer__contact-item-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.footer__text {
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    letter-spacing: .017em;
    text-align: right;
    color: var(--color-border);
    margin-left: 40px;
    padding-right: 5px;
    max-width: 420px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 240px;
    -ms-flex: 1 1 240px;
    flex: 1 1 240px
}

.full-line {
    max-width: 100%;
    width: 100%;
    height: 1px;
    background: var(--color-border);
    margin: 0;
    padding: 0;
    border: none
}

.footer__copyright {
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    letter-spacing: .024em;
    color: var(--color-border)
}

.calculate_mb {
    margin-bottom: 140px
}

.calculate-data__element {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 18px;
    padding: 0;
    border: none;
    outline: none
}

.calculate-data__element:not(:last-child) {
    margin-bottom: 34px
}

.calculate-data__element-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0%;
    color: var(--color-dark);
    -ms-grid-column-span: 2;
    grid-column: span 2;
    margin-bottom: 20px
}

.calculate-data__element-title:has(.calculate__step-close),
.calculate-information__element-title:has(.calculate__step-close) {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.calculate__step-close {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    padding: 0;
    font-size: 16px;
    font-weight: 400;
    transition: var(--t) color;
}

.calculate__step-close svg path {
    transition: var(--t) stroke;
}

.calculate-data__label {
    max-width: 100%;
    width: 100%;
    -ms-grid-column-span: 2;
    grid-column: span 2
}

.calculate-data__label.calculate-data__label_small {
    -ms-grid-column-span: 1;
    grid-column: span 1
}

.calculate-data__label[data-text] {
    position: relative
}

.calculate-data__label[data-text]::before {
    content: attr(data-text);
    position: absolute;
    top: 15px;
    right: 20px;
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 0%;
    color: var(--color-gray);
    -webkit-transition: 200ms ease opacity;
    transition: 200ms ease opacity
}

.calculate-data__label[data-text]:has(.calculate-data__input:not(:-moz-placeholder-shown))::before {
    opacity: 0
}

.calculate-data__label[data-text]:has(.calculate-data__input:not(:-ms-input-placeholder))::before {
    opacity: 0
}

.calculate-data__label[data-text]:has(.calculate-data__input:focus)::before,
.calculate-data__label[data-text]:has(.calculate-data__input:not(:placeholder-shown))::before {
    opacity: 0
}

.calculate-data__label .calculate-data__input {
    max-width: 100%;
    width: 100%;
    font-weight: 500;
    font-size: 15px;
    line-height: 130%;
    letter-spacing: 0%;
    color: var(--color-gray);
    background: #f2f3f8;
    border: 1px solid var(--color-border);
    outline: none;
    padding: 14px 20px;
    border-radius: 12px
}

.calculate-data__footer {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 16px
}

.calculate-data__btn {
    padding: 12.5px
}

.calculate-data__btn.btn_accent {
    padding: 14px
}

.calculate-information__element-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0%;
    color: var(--color-dark);
    margin-bottom: 20px
}

.calculate-information__element {
    padding: 0;
    border: 0;
    outline: none;
    margin-bottom: 29px
}

.calculate-information__files {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 15px
}

.calculate-information__files-item {
    border-radius: 12px;
    height: max-content;
}

.calculate-information__file-label {
    box-shadow: 3px 5px 3px rgba(148, 148, 148, .0),
        0px 17px 10px rgba(148, 148, 148, .0),
        0px 7px 7px rgba(148, 148, 148, .0),
        0px 2px 4px rgba(148, 148, 148, .0);
    transition: var(--t) box-shadow;
}

.calculate-information__file-label {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    background: #f2f3f8;
    border-radius: 12px;
    padding: 10px;
    min-height: 220px;
    cursor: pointer;
}

.calculate-information__file-label input[type=file] {
    display: none
}

.calculate-information__file-label::before {
    content: "";
    position: absolute;
    width: 100%;
    max-width: calc(100% - 20px);
    height: calc(100% - 20px);
    border-radius: 12px;
    border: 1px dashed rgba(90, 111, 130, .5019607843);
    cursor: pointer;
    transition: var(--t) border;
}


.calculate-information__files-item.is-error .calculate-information__file-label::before {
    border: 1px dashed #e03030;
}

.calculate-information__files-item-error {
    display: none;
    font-size: 13px;
    color: #e03030;
    margin-top: 6px;
}

.calculate-information__files-item.is-error .calculate-information__files-item-error {
    display: block;
}

.calculate-information__file-label-content {
    padding-top: 36px
}

.calculate-information__file-label-title {
    display: block;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;
    color: var(--color-dark);
    padding-bottom: 8px;
    transition: var(--t) color;
}

.calculate-information__file-label-text {
    display: block;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;
    color: var(--color-gray)
}

.calculate-information__file-label-download {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    width: 100%;
    padding: 12.25px 23.2px;
    margin-top: 30px;

    transition: var(--t) background, var(--t) color, var(--t) border;
}

.calculate-information__address {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 18px;
    grid-row-gap: 20px
}

.calculate-information__btn {
    max-width: 100%;
    width: 100%;
    padding: 14px
}

.calculate-finally {
    max-width: 360px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 30px;
    background-color: #fff;
    margin: 0 auto;
    height: 0;
    opacity: 0;
    overflow: hidden;
    /* Тень 1 */
    box-shadow: 0px 30px 12px rgba(148, 148, 148, 0.01),
        0px 17px 10px rgba(148, 148, 148, 0.05),
        0px 7px 7px rgba(148, 148, 148, 0.09),
        0px 2px 4px rgba(148, 148, 148, 0.1);
    -webkit-transition: var(--t) height, var(--t) opacity;
    transition: var(--t) height, var(--t) opacity;
}

.calculate-finally.is-active {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    opacity: 1;
    padding: 30px
}

.calculate-finally__image {
    display: block;
    margin-bottom: 30px
}

.calculate-finally__title {
    font-weight: 700;
    font-size: 22px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    color: var(--color-dark);
    margin-bottom: 12px
}

.calculate-finally__text {
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;
    color: var(--color-gray);
    margin-bottom: 30px
}

.calculate-finally__btn {
    max-width: 100%;
    width: 100%;
    padding: 14px
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
    background: var(--color-accent) !important;
    border-color: var(--color-accent) !important;
    color: #423603 !important
}

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

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

.text-mobile {
    display: none
}

.br-mobile {
    display: none
}

.calculate-information__file-name {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 17.5px;
    font-weight: 500;
    font-style: Medium;
    font-size: 15px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
    color: var(--color-gray)
}

.calculate-information__file-name-close {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0
}

.flatpickr-calendar {
    background: transparent;
    opacity: 0;
    display: none;
    text-align: center;
    visibility: hidden;
    padding: 0;
    -webkit-animation: none;
    animation: none;
    direction: ltr;
    border: 0;
    font-size: 14px;
    line-height: 24px;
    border-radius: 5px;
    position: absolute;
    width: 307.875px;
    box-sizing: border-box;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    background: #fff;
    box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
}

.flatpickr-calendar.open,
.flatpickr-calendar.inline {
    opacity: 1;
    max-height: 640px;
    visibility: visible;
}

.flatpickr-calendar.open {
    display: inline-block;
    z-index: 99999;
}

.flatpickr-calendar.animate.open {
    -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
    animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-calendar.inline {
    display: block;
    position: relative;
    top: 2px;
}

.flatpickr-calendar.static {
    position: absolute;
    top: calc(100% + 2px);
}

.flatpickr-calendar.static.open {
    z-index: 999;
    display: block;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
    box-shadow: none !important;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
    box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.flatpickr-calendar .hasWeeks .dayContainer {
    border-left: 0;
}

.flatpickr-calendar.hasTime .flatpickr-time {
    height: 40px;
    border-top: 1px solid #e6e6e6;
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
    height: auto;
}

.flatpickr-calendar:before,
.flatpickr-calendar:after {
    position: absolute;
    display: block;
    pointer-events: none;
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    left: 22px;
}

.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.arrowRight:before,
.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.arrowRight:after {
    left: auto;
    right: 22px;
}

.flatpickr-calendar.arrowCenter:before,
.flatpickr-calendar.arrowCenter:after {
    left: 50%;
    right: 50%;
}

.flatpickr-calendar:before {
    border-width: 5px;
    margin: 0 -5px;
}

.flatpickr-calendar:after {
    border-width: 4px;
    margin: 0 -4px;
}

.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
    bottom: 100%;
}

.flatpickr-calendar.arrowTop:before {
    border-bottom-color: #e6e6e6;
}

.flatpickr-calendar.arrowTop:after {
    border-bottom-color: #fff;
}

.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
    top: 100%;
}

.flatpickr-calendar.arrowBottom:before {
    border-top-color: #e6e6e6;
}

.flatpickr-calendar.arrowBottom:after {
    border-top-color: #fff;
}

.flatpickr-calendar:focus {
    outline: 0;
}

.flatpickr-wrapper {
    position: relative;
    display: inline-block;
}

.flatpickr-months {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.flatpickr-months .flatpickr-month {
    background: transparent;
    color: rgba(0, 0, 0, 0.9);
    fill: rgba(0, 0, 0, 0.9);
    height: 34px;
    line-height: 1;
    text-align: center;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    cursor: pointer;
    position: absolute;
    top: 0;
    height: 34px;
    padding: 10px;
    z-index: 3;
    color: rgba(0, 0, 0, 0.9);
    fill: rgba(0, 0, 0, 0.9);
}

.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
    display: none;
}

.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
    position: relative;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
    /*
      /*rtl:begin:ignore*/
    /*
      */
    left: 0;
    /*
      /*rtl:end:ignore*/
    /*
      */
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
    /*
      /*rtl:begin:ignore*/
    /*
      */
    right: 0;
    /*
      /*rtl:end:ignore*/
    /*
      */
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
    color: #959ea9;
}

.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
    fill: #f64747;
}

.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
    width: 14px;
    height: 14px;
}

.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
    -webkit-transition: fill 0.1s;
    transition: fill 0.1s;
    fill: inherit;
}

.numInputWrapper {
    position: relative;
    height: auto;
}

.numInputWrapper input,
.numInputWrapper span {
    display: inline-block;
}

.numInputWrapper input {
    width: 100%;
}

.numInputWrapper input::-ms-clear {
    display: none;
}

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

.numInputWrapper span {
    position: absolute;
    right: 0;
    width: 14px;
    padding: 0 4px 0 2px;
    height: 50%;
    line-height: 50%;
    opacity: 0;
    cursor: pointer;
    border: 1px solid rgba(57, 57, 57, 0.15);
    box-sizing: border-box;
}

.numInputWrapper span:hover {
    background: rgba(0, 0, 0, 0.1);
}

.numInputWrapper span:active {
    background: rgba(0, 0, 0, 0.2);
}

.numInputWrapper span:after {
    display: block;
    content: "";
    position: absolute;
}

.numInputWrapper span.arrowUp {
    top: 0;
    border-bottom: 0;
}

.numInputWrapper span.arrowUp:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid rgba(57, 57, 57, 0.6);
    top: 26%;
}

.numInputWrapper span.arrowDown {
    top: 50%;
}

.numInputWrapper span.arrowDown:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid rgba(57, 57, 57, 0.6);
    top: 40%;
}

.numInputWrapper span svg {
    width: inherit;
    height: auto;
}

.numInputWrapper span svg path {
    fill: rgba(0, 0, 0, 0.5);
}

.numInputWrapper:hover {
    background: rgba(0, 0, 0, 0.05);
}

.numInputWrapper:hover span {
    opacity: 1;
}

.flatpickr-current-month {
    font-size: 135%;
    line-height: inherit;
    font-weight: 300;
    color: inherit;
    position: absolute;
    width: 75%;
    left: 12.5%;
    padding: 7.48px 0 0 0;
    line-height: 1;
    height: 34px;
    display: inline-block;
    text-align: center;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

.flatpickr-current-month span.cur-month {
    font-family: inherit;
    font-weight: 700;
    color: inherit;
    display: inline-block;
    margin-left: 0.5ch;
    padding: 0;
}

.flatpickr-current-month span.cur-month:hover {
    background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .numInputWrapper {
    width: 6ch;
    width: 7ch\0;
    display: inline-block;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
    border-bottom-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
    border-top-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month input.cur-year {
    background: transparent;
    box-sizing: border-box;
    color: inherit;
    cursor: text;
    padding: 0 0 0 0.5ch;
    margin: 0;
    display: inline-block;
    font-size: inherit;
    font-family: inherit;
    font-weight: 300;
    line-height: inherit;
    height: auto;
    border: 0;
    border-radius: 0;
    vertical-align: initial;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

.flatpickr-current-month input.cur-year:focus {
    outline: 0;
}

.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
    font-size: 100%;
    color: rgba(0, 0, 0, 0.5);
    background: transparent;
    pointer-events: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
    appearance: menulist;
    background: transparent;
    border: none;
    border-radius: 0;
    box-sizing: border-box;
    color: inherit;
    cursor: pointer;
    font-size: inherit;
    font-family: inherit;
    font-weight: 300;
    height: auto;
    line-height: inherit;
    margin: -1px 0 0 0;
    outline: none;
    padding: 0 0 0 0.5ch;
    position: relative;
    vertical-align: initial;
    -webkit-box-sizing: border-box;
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    width: auto;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
    outline: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
    background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
    background-color: transparent;
    outline: none;
    padding: 0;
}

.flatpickr-weekdays {
    background: transparent;
    text-align: center;
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 28px;
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

span.flatpickr-weekday {
    cursor: default;
    font-size: 90%;
    background: transparent;
    color: rgba(0, 0, 0, 0.54);
    line-height: 1;
    margin: 0;
    text-align: center;
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-weight: bolder;
}

.dayContainer,
.flatpickr-weeks {
    padding: 1px 0 0 0;
}

.flatpickr-days {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 307.875px;
}

.flatpickr-days:focus {
    outline: 0;
}

.dayContainer {
    padding: 0;
    outline: 0;
    text-align: left;
    width: 307.875px;
    min-width: 307.875px;
    max-width: 307.875px;
    box-sizing: border-box;
    display: inline-block;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    opacity: 1;
}

.dayContainer+.dayContainer {
    box-shadow: -1px 0 0 #e6e6e6;
}

.flatpickr-day {
    background: none;
    border: 1px solid transparent;
    border-radius: 150px;
    box-sizing: border-box;
    color: #393939;
    cursor: pointer;
    font-weight: 400;
    width: 14.2857143%;
    -webkit-flex-basis: 14.2857143%;
    -ms-flex-preferred-size: 14.2857143%;
    flex-basis: 14.2857143%;
    max-width: 39px;
    height: 39px;
    line-height: 39px;
    margin: 0;
    display: inline-block;
    position: relative;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
    cursor: pointer;
    outline: 0;
    background: #e6e6e6;
    border-color: #e6e6e6;
}

.flatpickr-day.today {
    border-color: #959ea9;
}

.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
    border-color: #959ea9;
    background: #959ea9;
    color: #fff;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
    background: #569ff7;
    box-shadow: none;
    color: #fff;
    border-color: #569ff7;
}

.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
    border-radius: 50px 0 0 50px;
}

.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
    border-radius: 0 50px 50px 0;
}

.flatpickr-day.selected.startRange+.endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange+.endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange+.endRange:not(:nth-child(7n+1)) {
    box-shadow: -10px 0 0 #569ff7;
}

.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
    border-radius: 50px;
}

.flatpickr-day.inRange {
    border-radius: 0;
    box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
    color: rgba(57, 57, 57, 0.3);
    background: transparent;
    border-color: transparent;
    cursor: default;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
    cursor: not-allowed;
    color: rgba(57, 57, 57, 0.1);
}

.flatpickr-day.week.selected {
    border-radius: 0;
    box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}

.flatpickr-day.hidden {
    visibility: hidden;
}

.rangeMode .flatpickr-day {
    margin-top: 1px;
}

.flatpickr-weekwrapper {
    float: left;
}

.flatpickr-weekwrapper .flatpickr-weeks {
    padding: 0 12px;
    box-shadow: 1px 0 0 #e6e6e6;
}

.flatpickr-weekwrapper .flatpickr-weekday {
    float: none;
    width: 100%;
    line-height: 28px;
}

.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
    display: block;
    width: 100%;
    max-width: none;
    color: rgba(57, 57, 57, 0.3);
    background: transparent;
    cursor: default;
    border: none;
}

.flatpickr-innerContainer {
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    box-sizing: border-box;
    overflow: hidden;
}

.flatpickr-rContainer {
    display: inline-block;
    padding: 0;
    box-sizing: border-box;
}

.flatpickr-time {
    text-align: center;
    outline: 0;
    display: block;
    height: 0;
    line-height: 40px;
    max-height: 40px;
    box-sizing: border-box;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.flatpickr-time:after {
    content: "";
    display: table;
    clear: both;
}

.flatpickr-time .numInputWrapper {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 40%;
    height: 40px;
    float: left;
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
    border-bottom-color: #393939;
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
    border-top-color: #393939;
}

.flatpickr-time.hasSeconds .numInputWrapper {
    width: 26%;
}

.flatpickr-time.time24hr .numInputWrapper {
    width: 49%;
}

.flatpickr-time input {
    background: transparent;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    text-align: center;
    margin: 0;
    padding: 0;
    height: inherit;
    line-height: inherit;
    color: #393939;
    font-size: 14px;
    position: relative;
    box-sizing: border-box;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

.flatpickr-time input.flatpickr-hour {
    font-weight: bold;
}

.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
    font-weight: 400;
}

.flatpickr-time input:focus {
    outline: 0;
    border: 0;
}

.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
    height: inherit;
    float: left;
    line-height: inherit;
    color: #393939;
    font-weight: bold;
    width: 2%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.flatpickr-time .flatpickr-am-pm {
    outline: 0;
    width: 18%;
    cursor: pointer;
    text-align: center;
    font-weight: 400;
}

.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
    background: #eee;
}

.flatpickr-input[readonly] {
    cursor: pointer;
}

@-webkit-keyframes fpFadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fpFadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.worker-company {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    opacity: 70%;
}

/*   --ff: "Inter",
  sans-serif;
  --ff-second: */

.worker-company__text {
    font-family: var(--ff-third);
    font-weight: 500;
    font-size: 10.16px;
    line-height: 104%;
    letter-spacing: 2%;
    text-align: left;
    text-transform: lowercase;
    color: #fff;
}

.is-hidden {
    opacity: 0;
    pointer-events: none;
}

.calculate-data__label-error {
    display: none;
    padding-top: 5px;
    font-size: 14px;
    color: #e03030;
}

.is-error .calculate-data__label-error {
    display: inline-block;
}

.top-slider__slide-content .top-slider__slide-picture {
    display: none;
}

.modal {
    max-width: 100vw;
    width: 100%;
    height: 100dvh;
    position: fixed;
    top: 0;
    left: -200vw;
    background: #F6F7F899;
    z-index: 200;

    display: flex;
    flex-direction: column;
    align-items: center;

    overflow-y: scroll;
    padding: 30px;
}

.modal__inner {
    position: relative;

    transform: translateY(50px);
    opacity: 0;
    will-change: transform;

    transition:
        transform 300ms ease,
        opacity 200ms ease-in-out;
}

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

.modal.is-open {
    left: 0;
}

.modal.is-open .modal__inner {
    opacity: 1;
    transform: translateY(0px);
}

.modal.is-back-animate {
    .modal__inner {
        opacity: 0;
        transform: translateY(50px);
    }
}

.modal-how-pay .modal__inner {
    background: #F7F7F9;
    box-shadow: 0px 30px 12px rgba(148, 148, 148, 0.01), 0px 17px 10px rgba(148, 148, 148, 0.05), 0px 7px 7px rgba(148, 148, 148, 0.09), 0px 2px 4px rgba(148, 148, 148, 0.1);
    border-radius: 30px;
    padding: 30px;
}

.modal-how-pay__close {
    padding: 12px;
    max-width: 100%;
    width: 100%;
}

.calculate__steps.is-hidden {
    pointer-events: none;
}

.calculate-finally.is-active {
    position: relative;
    z-index: 2;
}

.calculate-data__label:has(.is-error) .calculate-data__label-error {
    display: block;
}

.modal-question .modal__inner {
    max-width: 850px;
    width: 100%;

    background: #FFFFFF;
    box-shadow: 0px 30px 12px rgba(148, 148, 148, 0.01), 0px 17px 10px rgba(148, 148, 148, 0.05), 0px 7px 7px rgba(148, 148, 148, 0.09), 0px 2px 4px rgba(148, 148, 148, 0.1);
    border-radius: 30px;

    padding: 30px;
}

.modal-question__btn-close {
    position: absolute;
    top: 15px;
    right: 15px;
}

textarea.calculate-data__input {
    min-height: 100px;
    resize: none;
}

.modal-question__btn {
    max-width: 100%;
    width: 100%;
    padding: 15px;
    margin-bottom: 14px;
}

.checkbox-custom {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 9px;

    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 0%;
    color: #5A6F82;

    cursor: pointer;
}

.checkbox-custom__decor {
    border: 1px solid #FFDB40;
    width: 20px;
    height: 20px;
    border-radius: 7px;
    background: transparent;
    transition: background 300ms linear;
    position: relative;
}

.checkbox-custom__decor::before {
    content: "";

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    background-image: url(/local/templates/main/assets/image/dist/galk.svg);
    width: 8px;
    height: 7px;

    opacity: 0;
    transition: opacity 300ms ease;
}

.checkbox-custom__text a {
    text-decoration: underline;
    text-underline-offset: 4px;
    transition: color 300ms ease;
}

.checkbox-custom__input-checkbox {
    display: none;
}

.checkbox-custom:has(.checkbox-custom__input-checkbox:checked) .checkbox-custom__decor {
    background: #FFCF00;
}

.checkbox-custom:has(.checkbox-custom__input-checkbox:checked) .checkbox-custom__decor::before {
    opacity: 1;
}

.modal-question__btn-close svg path {
    stroke: stroke 300ms linear;
}

.calculate__element.calculate__element_price .input-range__decor {
    position: absolute;
    bottom: 7px;
}

.calculate__element.calculate__element_price .input-range__decor-line {
    display: block;
    width: 1px;
    height: 18px;
    background: var(--color-accent);
}

.calculate__element.calculate__element_price .input-range__decor_one {
    left: 40%;
}

.calculate__element.calculate__element_price .input-range__decor_two {
    left: 70%;
}
/* End */


/* Start:/local/templates/main/assets/css/media.min.css?178680146034277*/
@media(max-width:1440px) {

    .how-to-pay__content,
    .top-slider__slide-content {
        padding-left: var(--container-padding)
    }

    .top-slider__pagination {
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content;
        top: 90% !important
    }

    .how-to-pay__content {
        padding-bottom: 50px
    }
}

@media(max-width:1280px) {
    .header__nav-list {
        gap: 20px
    }

    .header__phone {
        font-size: 14px;
        padding: 0 4px;
        gap: 6px
    }

    .top-slider__slide-content {
        left: 0
    }

    .info__item {
        gap: 15px
    }

    .info__item:not(:first-child) {
        padding-left: 25px
    }

    .info__list {
        grid-template-columns: repeat(4, 1fr)
    }

    .how-to-pay__item-row {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }

    .question__inner {
        grid-column-gap: 40px
    }

    .footer__contact {
        margin-left: 30px;
        gap: 20px
    }

    .footer__row {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }


}

@media(max-width:1150px) {
    .top-slider__slide-title {
        font-size: 40px
    }

    .top-slider__slide-content {
        max-width: 560px
    }

    .top-slider__slide-list {
        max-width: 440px;
        gap: 20px
    }

    .main {
        margin-top: var(--height-header)
    }

    .how-to-creadit__list {
        grid-column-gap: 20px
    }

    .calculate_mb {
        margin-bottom: 80px
    }

    .calculate__steps {
        padding: 30px
    }

    .calculate__element_full .noUi-handle {
        right: -4px !important
    }

    .calculate__element.calculate__element_full .noUi-handle {
        right: -5px !important;
    }

    .header__nav-list {
        gap: 16px
    }

    .header__phone {
        width: 44px;
        height: 44px;
        min-height: 44px;
        padding: 0;
        border: 1px solid var(--color-border);
        border-radius: 12px;
        background: #f0f0f0
    }

    .header__phone-number {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border: 0
    }
}

@media(max-width:992px) {

    .header__burger-btn,
    .moobile-menu {
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -webkit-box-direction: normal
    }

    .moobile-menu__contact-item,
    .moobile-menu__text {
        font-weight: 600;
        line-height: 140%;
        letter-spacing: 0;
        color: var(--color-dark)
    }

    .footer__row,
    .footer__text,
    .top-slider__slide-title {
        text-align: center
    }

    .header__burger-btn {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -webkit-align-items: end;
        -ms-flex-align: end;
        align-items: end;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 5px
    }

    .moobile-menu,
    .moobile-menu__buttons {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox
    }

    .header__burger-btn.is-active .header__burger-line:first-child {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 4px
    }

    .header__burger-btn.is-active .header__burger-line:nth-child(2) {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        bottom: 3px
    }

    .header__burger-btn.is-active .header__burger-line:nth-child(3) {
        width: 0;
        opacity: 0
    }

    .header__burger-line {
        position: relative;
        width: 22.5px;
        height: 2px;
        background: #000;
        border-radius: 20px;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-transition: var(--t) width, var(--t) transform;
        transition: var(--t) width, var(--t) transform
    }

    .header__burger-line:nth-child(3) {
        width: 15px
    }

    .header__inner {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .header:has(.header__burger-btn.is-active) .header__buttons {
        opacity: 0
    }

    .header__buttons {
        margin-left: auto;
        margin-right: 20px
    }

    .header__link-lk,
    .header__nav {
        opacity: 0
    }

    .header__nav {
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
        min-width: 0;
        width: 100%
    }

    .header__link-lk._dynamic_adapt_,
    .header__nav._dynamic_adapt_ {
        opacity: 1
    }

    .moobile-menu {
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        max-width: 100vw;
        width: 100%;
        height: calc(100dvh - var(--top));
        position: fixed;
        z-index: 20;
        top: var(--top);
        display: flex;
        flex-direction: column;
        background-color: #f6f7f8;
        overflow-y: scroll;
        -webkit-transition: transform .6s linear;
        transition: transform .6s linear;
        -webkit-transform: translateX(200vw);
        -ms-transform: translateX(200vw);
        transform: translateX(200vw)
    }

    ._dynamic_adapt_ .header__nav-list,
    .moobile-menu__buttons {
        -webkit-flex-direction: column;
        -webkit-box-orient: vertical
    }

    .moobile-menu.is-open {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    ._dynamic_adapt_ .header__nav-list {
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 30px
    }

    .moobile-menu__inner {
        overflow: scroll;
        padding-block: 20px 47px
    }

    .moobile-menu__inner::-webkit-scrollbar {
        display: none
    }

    .moobile-menu__buttons {
        display: flex;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px;
        max-width: 300px;
        width: 100%;
        margin: 0 auto 30px
    }

    .moobile-menu__contact,
    .moobile-menu__contact-item,
    .moobile-menu__contact-item a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        -webkit-box-direction: normal
    }

    .header__logo img,
    .how-to-pay__image img,
    .how-to-pay__list,
    .top-slider__slide-list {
        width: 100%;
        max-width: 100%
    }

    .moobile-menu__contact {
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 10px;
        margin-bottom: 30px
    }

    .moobile-menu__contact-item {
        font-size: 16px
    }

    .moobile-menu__contact-item,
    .moobile-menu__contact-item a {
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        gap: 13px
    }

    .moobile-menu__contact-item-icon {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .how-to-pay__more,
    .top-slider__slide {
        -webkit-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal
    }

    .moobile-menu__text {
        font-size: 14px;
        text-align: center;
        padding-top: 30px;
        border-top: 1px solid rgba(40, 40, 40, .2509803922)
    }

    .top-slider__slide {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .top-slider__slide-content {
        max-width: 100%;
        width: 100%;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
        position: static;
        padding-inline: var(--container-padding)
    }

    .top-slider__slide-list {
        margin-inline: auto
    }

    .top-slider__slide-buttons {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 auto;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .info,
    .top-slider__pagination {
        display: none
    }

    .top {
        margin-bottom: 50px
    }

    .how-to-creadit__list {
        grid-template-columns: repeat(2, 1fr)
    }

    .how-to-creadit__top {
        margin-bottom: 60px
    }

    .how-to-pay__inner {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }

    .how-to-pay__more {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0 auto
    }

    .how-to-pay__top {
        margin-bottom: 0
    }

    .how-to-pay__image {
        height: 500px
    }

    .how-to-pay__image img {
        object-fit: contain;
        object-position: center;
        height: 100%
    }

    .how-to-pay__content {
        padding-top: 80px;
        padding-inline: var(--container-padding)
    }

    .how-to-pay_mb,
    .why-choose_mb {
        margin-bottom: 104px
    }

    .question_mb,
    .species_mb {
        margin-bottom: 100px
    }

    .why-choose__list {
        grid-template-columns: repeat(3, 1fr)
    }

    .footer__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 30px
    }

    .footer__contact {
        margin-left: 0;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .footer__text {
        margin: 0 auto;
        max-width: none
    }

    .calculate-block__results-mount {
        width: auto
    }

    .worker-company__text {
        font-size: 12.2px
    }

    .worker-company__logo {
        width: 140px;
        height: 20px
    }

    .worker-company {
        gap: 10px
    }

    .calculate-block__results-list {
        gap: 10px;
        justify-content: space-between
    }

    .calculate__element_full .noUi-handle {
        right: -7px !important
    }

    .top-slider__slide-picture {
        display: none;
    }

    .top-slider__slide-content .top-slider__slide-picture {
        display: block;
    }

    .main {
        --height-header: 62px;
        margin-top: 62px;
    }

}

@media(max-width:768px) {
    .calculate-block__results-list {
        gap: 20px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .calculate-block__results-mount {
        padding-right: 20px
    }

    .calculate-block__results-mount-res {
        font-size: 26px
    }

    .calculate-block__col {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }

    .calculate-information__files,
    .why-choose__list {
        grid-template-columns: repeat(2, 1fr)
    }

    .calculate__element.calculate__element_full {
        grid-column: unset
    }

    .calculate-block__footer {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .calculate-information__files {
        grid-row-gap: 15px
    }

    .how-to-pay__image {
        height: 350px
    }

    .species__item-title {
        font-size: 20px
    }

    .species__item-box {
        min-width: 190px;
        gap: 20px
    }

    .question__inner {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 30px
    }

    .consultant {
        max-width: 100%;
        width: 100%
    }

    .noUi-handle::before {
        content: "";
        width: 200%;
        height: 200%;
        background-color: rgba(40, 40, 40, .2509803922);
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%)
    }
}

@media(max-width:650px) {

    .calculate-data__footer,
    .calculate-information__files {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }

    .top-slider__slide-content .top-slider__slide-picture {
        display: block;
        max-width: 100%;
        width: 100%
    }

    .top-slider__slide-picture img {
        max-width: 100%;
        width: 100%
    }

    .calculate-block__results-item-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .calculate-block__results-mount-title {
        font-size: 12px;
        line-height: 110%
    }

    .calculate-block__results-mount-res {
        font-size: 20px
    }

    .calculate-block__label-title {
        font-size: 16px
    }

    .calculate-data__footer {
        grid-row-gap: 15px
    }

    .calculate-block__results-mount {
        min-width: 150px
    }

    .calculate__element.calculate__element_full .noUi-handle {
        right: -7px !important;
    }
}

@media(max-width:480px) {

    .calculate-information__file-label::before,
    .top-slider__slide-title br {
        display: none
    }

    .calculate-information__file-label:not(:last-child),
    .calculate-information__files-item:not(:last-child) {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0
    }

    .moobile-menu {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .header__inner {
        padding-inline: 20px 8px
    }

    .header__buttons {
        margin-right: 7px
    }

    .header__btn {
        padding: 10px 19px
    }

    .header__phone {
        width: 44px;
        height: 44px;
        min-height: 44px;
        padding: 0;
        border: 1px solid var(--color-border);
        border-radius: 12px;
        background: #f0f0f0
    }

    .header__phone-number {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border: 0
    }

    .header__nav-item {
        font-weight: 600;
        font-size: 20px;
        line-height: 120%;
        letter-spacing: 0;
        color: var(--color-dark)
    }

    .moobile-menu__inner {
        overflow: scroll;
        padding-block: 38px 47px;
        padding-inline: var(--container-padding)
    }

    .header__nav-list {
        gap: 10.5vw
    }

    ._dynamic_adapt_ .header__nav-list {
        margin-bottom: 42px
    }

    .moobile-menu__buttons {
        max-width: 100%;
        width: 100%;
        gap: 15px;
        margin: 0 auto 40px
    }

    .moobile-menu__buttons .header__btn {
        padding: 14px 19px
    }

    .header__link-lk {
        padding: 14px 20px
    }

    .moobile-menu__contact {
        gap: 19px
    }

    .moobile-menu__text {
        font-size: 12px
    }

    .top-slider__slide-title {
        font-size: 28px;
        margin-bottom: 0;
        max-width: 84%;
        width: 100%;
        margin-inline: auto
    }

    .top-slider__slide-list {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        position: relative;
        z-index: 2;
        margin-top: -20px;
        gap: 4px;
        margin-bottom: 20px
    }

    .main {
        /* margin-top: calc(var(--height-header) + 20px) */
        margin-top: 80px;
    }

    .top-slider__slide-item {
        padding: 15px;
        background-color: #f2f3f8
    }

    .top-slider__slide-item-body {
        letter-spacing: .05em
    }

    .main-title {
        font-size: 24px
    }

    .calculate__title {
        font-size: 28px
    }

    .top {
        /* margin-bottom: 100px */
        margin-bottom: 30px;
    }

    .calculate__inner.container {
        padding: 0
    }

    .calculate__top {
        margin-bottom: 41px
    }

    .calculate__steps {
        border-radius: 40px;
        padding: 15px 10px 15px 15px
    }

    .calculate-block__label-title {
        font-size: 15px;
        line-height: 140%;
        letter-spacing: 0
    }

    .calculate-block__label-description {
        font-size: 13px;
        line-height: 130%;
        letter-spacing: 0
    }

    .calculate-block__label {
        padding: 8px 2px;
        width: 100%
    }

    .calculate-block__top {
        gap: 5px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 11px
    }

    .calculate__element {
        padding: 10px 15px
    }

    .calculate__element-decor {
        bottom: -25px
    }

    .calculate-block__col {
        grid-row-gap: 35px;
        margin-bottom: 38px
    }

    .calculate__element.calculate__element_full {
        min-height: 78px
    }

    .calculate-block__results-mount-title {
        font-weight: 500;
        font-size: 14px;
        line-height: 140%;
        letter-spacing: 0
    }

    .calculate-block__results-mount-res {
        font-weight: 600;
        line-height: 140%;
        letter-spacing: 0;
        color: #282828
    }

    .calculate-block__results-item-name,
    .calculate-block__results-item-total {
        font-weight: 600;
        font-size: 16px;
        line-height: 140%;
        letter-spacing: 0
    }

    .calculate-block__results-item-text {
        font-weight: 600;
        font-size: 14px;
        line-height: 140%;
        letter-spacing: 0
    }

    .calculate-block__results {
        display: -ms-grid;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px
    }

    .how-to-creadit__list,
    .how-to-pay__list {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }

    .calculate-block__results-mount {
        margin-right: 0;
        height: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-right: 15px;
        min-width: 155px
    }

    .calculate-block__results-list {
        gap: 12px
    }

    .calculate-block__results-item-row {
        gap: 0
    }

    .calculate-block__results-item-sale,
    .consultant__info {
        font-size: 14px
    }

    .calculate-block__results {
        padding: 14px 20px;
        margin-bottom: 14px
    }

    .calculate-block__btn {
        max-width: 100%;
        width: 100%
    }

    .calculate-block__promocode {
        gap: 10px;
        margin-bottom: 14px
    }

    .calculate-block__footer-text {
        max-width: 90%;
        width: 100%;
        margin: 0 auto;
        text-align: center;
        letter-spacing: .06em;
        line-height: 156%
    }

    .calculate__description {
        max-width: 70%;
        width: 100%;
        font-size: 16px
    }

    .calculate-data__label .calculate-data__input {
        padding: 14px 13px
    }

    .calculate-data__label[data-text]::before {
        right: 12px
    }

    .calculate-data__element,
    .calculate-information__address {
        grid-row-gap: 14px
    }

    .calculate-data__element:not(:last-child) {
        margin-bottom: 30px
    }

    .calculate-data__label.calculate-data__label_small {
        -ms-grid-column-span: 2;
        grid-column: span 2
    }

    .calculate-information__files-item {
        border-radius: 0
    }

    .calculate-information__file-label {
        min-height: auto;
        background: 0 0;
        padding: 0
    }

    .calculate-information__file-label-content {
        padding-top: 0;
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .calculate-information__file-label-text {
        text-align: left;
        font-weight: 500;
        font-size: 16px;
        line-height: 130%;
        letter-spacing: 0
    }

    .calculate-information__file-label-title {
        font-weight: 500;
        font-size: 16px;
        line-height: 130%;
        letter-spacing: 0;
        padding-bottom: 6px
    }

    .calculate-information__file-label-download {
        margin: 0;
        padding: 14.25px 32.2px
    }

    .calculate-information__files-item:not(:last-child) {
        padding-bottom: 16px;
        border-bottom: 1px solid var(--color-border)
    }

    .calculate-finally {
        max-width: calc(100% - var(--container-padding)*2)
    }

    .calculate-finally__image {
        display: block;
        max-width: 192px;
        width: 100%;
        margin: 0 auto
    }

    .calculate-finally__title {
        font-weight: 600;
        font-size: 20px;
        line-height: 120%
    }

    .how-to-creadit__item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 0 9px;
        gap: 26px;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .footer__text br,
    .question__accordion-body br,
    .text-desktop {
        display: none
    }

    .footer__contact,
    .species__item,
    .species__item-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal
    }

    .how-to-creadit__item:not(:last-child) {
        margin-bottom: 41px
    }

    .calculate_mb {
        margin-bottom: 74px
    }

    .how-to-creadit__title {
        font-size: 25px
    }

    .how-to-creadit__item-title {
        font-weight: 700;
        font-size: 15px;
        line-height: 140%;
        letter-spacing: 0;
        color: var(--color-gray-medium);
        text-align: left;
        margin-bottom: 6px
    }

    .how-to-creadit__item-text {
        text-align: left;
        font-size: 14px;
        line-height: 140%;
        letter-spacing: 0
    }

    .how-to-creadit__item-img {
        max-width: 90px;
        width: 100%;
        margin-bottom: 0
    }

    .how-to-creadit__item::before {
        font-size: 16px;
        min-height: 28px;
        min-width: 28px;
        line-height: 100%;
        right: unset;
        left: 73px;
        top: -5px
    }

    .how-to-pay__content {
        padding-top: 0;
        padding-bottom: 0;
        padding-inline: 0
    }

    .how-to-pay {
        border: 0
    }

    .how-to-creadit_mb {
        margin-bottom: 120px
    }

    .how-to-pay__top {
        text-align: center;
        max-width: 63%;
        width: 100%;
        margin: 0 auto
    }

    .footer .full-line,
    .how-to-pay__list,
    .how-to-pay__more {
        max-width: calc(100% - var(--container-padding)*2)
    }

    .how-to-pay__title {
        letter-spacing: .03em
    }

    .how-to-pay__description {
        letter-spacing: -.03em
    }

    .how-to-pay__image {
        height: 390px;
        margin-top: -30px;
        pointer-events: none
    }

    .how-to-pay__list {
        width: 100%;
        margin: -100px auto 8px;
        grid-row-gap: 10px
    }

    .how-to-pay__item-name {
        font-weight: 700;
        font-size: 16px;
        line-height: 140%;
        letter-spacing: 0
    }

    .how-to-pay__item-text {
        font-weight: 400;
        font-size: 14px;
        line-height: 130%;
        letter-spacing: 0
    }

    .species__item-text,
    .why-choose__item-text,
    .why-choose__item-title {
        line-height: 140%;
        letter-spacing: 0;
        text-align: center
    }

    .how-to-pay__item {
        padding: 15px 8px 15px 12px
    }

    .how-to-pay__item-header {
        gap: 25px;
        margin-bottom: 11px
    }

    .how-to-pay__item-header img {
        max-width: 63px;
        width: 100%
    }

    .how-to-pay__item-row {
        grid-template-columns: repeat(2, 1fr)
    }

    .how-to-pay__more {
        width: 100%
    }

    .footer__contact,
    .species__item {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .species__title {
        max-width: 80%;
        width: 100%;
        text-align: center;
        margin: 0 auto 50px
    }

    .species__item-box {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 8px
    }

    .species__item-box img {
        max-width: 52px
    }

    .species__item-text {
        font-weight: 500;
        font-size: 15px;
        max-width: 87%;
        width: 100%
    }

    .species__item {
        gap: 6px
    }

    .species__item:not(:last-child) {
        padding-bottom: 15px;
        margin-bottom: 16px
    }

    .species_mb {
        margin-bottom: 103px
    }

    .why-choose__description {
        max-width: 76%;
        width: 100%;
        font-size: 16px
    }

    .why-choose__top {
        margin-bottom: 40px
    }

    .why-choose__item-title {
        font-weight: 700;
        font-size: 16px
    }

    .why-choose__item-text {
        font-weight: 400;
        font-size: 13px
    }

    .why-choose__item {
        padding: 10px 15px 15px;
        min-height: 260px;
        border-radius: 12px
    }

    .why-choose__item-img {
        max-width: 90px;
        width: 100%;
        margin-bottom: 9px
    }

    .why-choose__list {
        gap: 10px
    }

    .question__title {
        font-weight: 700;
        font-style: Bold;
        font-size: 24px;
        line-height: 120%;
        letter-spacing: 0;
        text-align: center
    }

    .question__text {
        text-align: center;
        max-width: 88%;
        width: 100%;
        margin: 0 auto 40px;
        font-size: 16px
    }

    .question__inner {
        gap: 40px
    }

    .question__accordion {
        padding: 18px 15px 15px
    }

    .question__accordion:not(:last-child) {
        margin-bottom: 9px
    }

    .question__accordion-body {
        font-size: 15px
    }

    .question__accordion-btn {
        width: 28.25px;
        height: 28px;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .question__accordion-header {
        gap: 5px
    }

    .question_mb {
        margin-bottom: 38px
    }

    .footer {
        padding-top: 30px
    }

    .footer__text {
        padding: 0;
        font-size: 12px;
        letter-spacing: .02em
    }

    .footer__row:first-child {
        margin-bottom: 27px
    }

    .footer .full-line {
        margin: 0 auto
    }

    .footer__row:last-child {
        margin-top: 30px;
        margin-bottom: 30px
    }

    .footer__row {
        gap: 40px
    }

    .footer__copyright {
        font-size: 12px;
        text-align: center
    }

    .text-mobile {
        display: inline-block
    }

    .calculate__element_full::before {
        height: 12px
    }

    .calculate__element.calculate__element_price .input-range__decor-line {
        height: 12px;
    }

    .br-mobile {
        display: block
    }

    .calculate__steps {
        padding-inline: 0px
    }

    .calculate__step:first-child {
        padding-inline: 10.5px
    }

    .calculate__step:not(:first-child) {
        padding-inline: var(--container-padding)
    }

    .calculate-block__col,
    .calculate-block__promocode {
        padding-inline: 4px
    }

    .calculate-block__footer,
    .calculate-block__results {
        max-width: calc(100% - 8px);
        width: 100%;
        margin-inline: auto
    }

    .calculate-data__input.date-input {
        width: 100%;
        height: 100%;
        height: max-content
    }

    .calculate__element .noUi-horizontal .noUi-handle {
        width: 17px;
        height: 17px;
        right: -9px !important
    }

    .calculate__element.calculate__element_full .input-range::before,
    .input-range::before {
        width: calc(var(--width) - 7px)
    }

    .calculate__element .noUi-handle::before {
        display: block !important;
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 30px;
        height: 30px;
        background: 0 0 !important
    }

    .calculate-data__element-title {
        justify-content: space-between
    }

    .calculate-block__results-mount-res {
        font-size: 23px
    }

    .calculate-block__results-item-row {
        gap: 2px
    }

    .modal__inner .how-to-pay__list {
        max-width: 100%;
        width: 100%;
        margin: 0 auto 10px auto;
    }

    .modal-how-pay .modal__inner {
        padding: 20px;
    }

    .modal {
        padding: 20px;
    }
}

@media (max-width:420px) {
    .calculate-block__label {
        width: 100%
    }
}

@media (max-width:380px) {
    .top-slider__slide-picture {
        position: relative;
        width: 530px;
        min-width: 530px;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        left: 0;
        -webkit-transform: translateX(-17%);
        -ms-transform: translateX(-17%);
        transform: translateX(-17%)
    }

    .modal__inner .how-to-pay__item-row {
        grid-template-columns: 1fr;
    }
}

@media(max-width:360px) {

    .calculate-block__results,
    .why-choose__list {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }

    .calculate-block__results-mount {
        border-right: 0;
        padding-right: 0
    }

    .calculate-block__results-list {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .calculate-data__label[data-text]::before {
        font-size: 9px;
        top: 20px
    }

    .calculate-information__file-label-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 15px
    }

    .calculate-block__label,
    .calculate-information__file-label-download {
        max-width: 100%;
        width: 100%
    }

    .question__accordion-title {
        font-size: 16px
    }

    .header__buttons .header__btn {
        display: none
    }

    .calculate-block__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .top-slider__slide-title {
        max-width: 100%
    }

    .modal__inner .how-to-pay__item-header {
        flex-direction: column;
    }
}
/* End */
/* /local/templates/main/assets/css/style.min.css?1786821528128244 */
/* /local/templates/main/assets/css/media.min.css?178680146034277 */
