﻿*, :after, :before {
    border: 0;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: transparent
}

*, :active, :focus, :hover, :visited {
    outline: none;
    text-decoration: none
}

html {
    box-sizing: border-box;
    height: 100%;
    margin: 0 auto;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

body {
    margin: 0
}

h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0
}

a {
    background-color: transparent;
    color: inherit;
    text-decoration: none
}

ol, ul {
    list-style: none;
    margin: 0;
    padding: 0
}

fieldset, legend {
    border: none;
    margin: 0;
    padding: 0
}

button, input, optgroup, select, textarea {
    border-radius: 0;
    color: inherit;
    font-family: inherit;
    font-size: 100%;
    line-height: inherit;
    margin: 0;
    padding: 0
}

button {
    background: none;
    border: none;
    cursor: pointer
}

button, select {
    cursor: pointer;
    text-transform: none
}

input {
    background: none;
    border: none
}

    input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0
    }

    input[type=text] {
        font-family: inherit;
        font-size: inherit;
        line-height: inherit;
        margin: 0
    }

table {
    border-collapse: collapse
}

caption {
    text-align: inherit
}

figure {
    margin: 0
}

img {
    border-style: none;
    max-width: 100%;
    vertical-align: top
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0
}

:root {
    --html-min-width: 420px;
    --html-max-width: 2500px;
    --container: 1160px;
    --black-main: #151515;
    --black: #000;
    --white-main: #fffbf9;
    --white: #fff;
    --pink: #c37a70;
    --color-1: #2f4b70;
    --color-2: #aabcd9;
    --color-input: #142d4e;
    --grey: #9e9e9e;
    --error: red;
    --bg-1: #fffbf9;
    --bg-2: #fffbf9;
    --bg-3: #f0ecea;
    --bg-4: #ededed;
    --radius-main: 16px;
    --font-helper: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --font-family: "TTWellingtonsMoon",var(--font-helper);
    --family-titles: "EuropeExtendedC",var(--font-helper);
    --family-novoposelensky: "NovoposelenskyMoon",var(--font-helper);
    --family-Alkalami: "Alkalami",var(--font-helper);
    --fs-10: 10px;
    --fs-11: 11px;
    --fs-12: 12px;
    --fs-13: 13px;
    --fs-14: 14px;
    --fs-16: 16px;
    --fs-17: 17px;
    --fs-18: 18px;
    --fs-19: 19px;
    --fs-20: 20px;
    --fs-22: 22px;
    --fs-23: 23px;
    --fs-24: 24px;
    --fs-26: 26px;
    --fs-28: 28px;
    --fs-30: 30px;
    --fs-32: 32px;
    --fs-33: 33px;
    --fs-34: 34px;
    --fs-38: 38px;
    --fs-36: 36px;
    --fs-40: 40px;
    --fs-42: 42px;
    --fs-48: 48px;
    --fs-49: 49px;
    --fs-50: 50px;
    --fs-52: 52px;
    --fs-58: 58px;
    --fs-64: 64px;
    --fs-80: 80px;
    --fs-88: 88px;
    --fs-96: 96px
}

* {
    font-variant-numeric: lining-nums
}

html {
    background-color: var(--bg-1);
    color: var(--black-main);
    font-family: var(--font-family);
    font-size: var(--fs-16);
    font-weight: 400;
    line-height: 1.3;
    max-width: 2500px;
    min-width: 420px
}

a {
    display: inline-block
}

a, button {
    cursor: pointer;
    transition: color .2s ease
}

input:not([type=checkbox]):not([type=radio]), select, textarea {
    appearance: none
}

:-ms-input-placeholder {
    color: var(--gray);
    font-size: var(--fs-16);
    opacity: .5
}

::placeholder {
    color: var(--gray);
    font-size: var(--fs-16);
    opacity: .5
}

input[placeholder] {
    text-overflow: ellipsis
}

input:-moz-placeholder, input::-moz-placeholder {
    text-overflow: ellipsis
}

input:-ms-input-placeholder {
    text-overflow: ellipsis
}

:focus::-webkit-input-placeholder {
    color: transparent
}

:focus:-moz-placeholder, :focus::-moz-placeholder {
    color: transparent
}

:focus:-ms-input-placeholder {
    color: transparent
}

::-webkit-scrollbar {
    background-color: var(--color-1);
    height: 5px;
    width: 5px
}

::-webkit-scrollbar-thumb {
    background-color: var(--color-2);
    border-radius: 5px
}

::-webkit-scrollbar-track {
    border-radius: 5px
}

.container {
    margin: 0 auto;
    max-width: 1486px;
    padding: 0 16px;
    width: 100%
}

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.visually-hidden {
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    clip: rect(0,0,0,0) !important;
    border: 0 !important;
    white-space: nowrap !important
}

.no-wrap {
    white-space: nowrap
}

.d-none {
    display: none
}

.scrollOff {
    overflow: hidden !important
}

.scroll-animate {
    transition: transform 1s,opacity 1s
}

    .scroll-animate.active {
        opacity: 1;
        transform: translateX(0) translateY(0)
    }

.scroll-animate__opacity {
    opacity: 0
}

.scroll-animate__right {
    opacity: 0;
    transform: translateX(50px)
}

.scroll-animate__left {
    opacity: 0;
    transform: translateX(-50px)
}

.scroll-animate__top {
    opacity: 0;
    transform: translateY(-50px)
}

.scroll-animate__bottom {
    opacity: 0;
    transform: translateY(50px)
}

.scroll-animate__delay100 {
    transition-delay: .1s
}

.scroll-animate__delay200 {
    transition-delay: .2s
}

.scroll-animate__delay300 {
    transition-delay: .3s
}

.scroll-animate__delay400 {
    transition-delay: .4s
}

.scroll-animate__delay500 {
    transition-delay: .5s
}

.scroll-animate__delay600 {
    transition-delay: .6s
}

@font-face {
    font-family: swiper-icons;
    font-style: normal;
    font-weight: 400;
    src: url("data:application/font-woff;charset=utf-8;base64, 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")
}

:root {
    --swiper-theme-color: #007aff
}

.swiper {
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 1
}

.swiper-vertical > .swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    box-sizing: content-box;
    display: flex;
    height: 100%;
    position: relative;
    transition-property: transform;
    width: 100%;
    z-index: 1
}

.swiper-android .swiper-slide, .swiper-wrapper {
    transform: translateZ(0)
}

.swiper-pointer-events {
    touch-action: pan-y
}

    .swiper-pointer-events.swiper-vertical {
        touch-action: pan-x
    }

.swiper-slide {
    flex-shrink: 0;
    height: 100%;
    position: relative;
    transition-property: transform;
    width: 100%
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
    height: auto
}

    .swiper-autoheight .swiper-wrapper {
        align-items: flex-start;
        transition-property: transform,height
    }

.swiper-backface-hidden .swiper-slide {
    backface-visibility: hidden;
    transform: translateZ(0)
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

    .swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
        transform-style: preserve-3d
    }

    .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
        height: 100%;
        left: 0;
        pointer-events: none;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 10
    }

    .swiper-3d .swiper-slide-shadow {
        background: rgba(0,0,0,.15)
    }

    .swiper-3d .swiper-slide-shadow-left {
        background-image: linear-gradient(270deg,rgba(0,0,0,.5),transparent)
    }

    .swiper-3d .swiper-slide-shadow-right {
        background-image: linear-gradient(90deg,rgba(0,0,0,.5),transparent)
    }

    .swiper-3d .swiper-slide-shadow-top {
        background-image: linear-gradient(0deg,rgba(0,0,0,.5),transparent)
    }

    .swiper-3d .swiper-slide-shadow-bottom {
        background-image: linear-gradient(180deg,rgba(0,0,0,.5),transparent)
    }

.swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

    .swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
        display: none
    }

    .swiper-css-mode > .swiper-wrapper > .swiper-slide {
        scroll-snap-align: start start
    }

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory
}

.swiper-centered > .swiper-wrapper:before {
    content: "";
    flex-shrink: 0;
    order: 9999
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical > .swiper-wrapper:before {
    height: var(--swiper-centered-offset-after);
    min-width: 1px;
    width: 100%
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper:after {
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after {
    height: var(--swiper-virtual-size);
    width: 1px
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next, .swiper-button-prev {
    align-items: center;
    color: var(--swiper-navigation-color,var(--swiper-theme-color));
    cursor: pointer;
    display: flex;
    height: var(--swiper-navigation-size);
    justify-content: center;
    margin-top: calc(0px - var(--swiper-navigation-size)/2);
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/44*27);
    z-index: 10
}

    .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
        cursor: auto;
        opacity: .35;
        pointer-events: none
    }

    .swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
        cursor: auto;
        opacity: 0;
        pointer-events: none
    }

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
    display: none !important
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    font-variant: normal;
    letter-spacing: 0;
    line-height: 1;
    text-transform: none !important
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

    .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
        content: "prev"
    }

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    left: auto;
    right: 10px
}

    .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
        content: "next"
    }

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transform: translateZ(0);
    transition: opacity .3s;
    z-index: 10
}

    .swiper-pagination.swiper-pagination-hidden {
        opacity: 0
    }

    .swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
        display: none !important
    }

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    font-size: 0;
    overflow: hidden
}

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        position: relative;
        transform: scale(.33)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active, .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
        transform: scale(1)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
        transform: scale(.66)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
        transform: scale(.33)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
        transform: scale(.66)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
        transform: scale(.33)
    }

.swiper-pagination-bullet {
    background: var(--swiper-pagination-bullet-inactive-color,#000);
    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.swiper-pagination-bullet {
    appearance: none;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet: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 {
    right: 10px;
    top: 50%;
    transform: translate3d(0,-50%,0)
}

    .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
        display: block;
        margin: var(--swiper-pagination-bullet-vertical-gap,6px) 0
    }

    .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
        top: 50%;
        transform: translateY(-50%);
        width: 8px
    }

        .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
            display: inline-block;
            transition: transform .2s,top .2s
        }

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap,4px)
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

    .swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        transition: transform .2s,left .2s
    }

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s,right .2s
}

.swiper-pagination-progressbar {
    background: rgba(0,0,0,.25);
    position: absolute
}

    .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
        background: var(--swiper-pagination-color,var(--swiper-theme-color));
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        transform: scale(0);
        transform-origin: left top;
        width: 100%
    }

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    height: 4px;
    left: 0;
    top: 0;
    width: 100%
}

    .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
        height: 100%;
        left: 0;
        top: 0;
        width: 4px
    }

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    background: rgba(0,0,0,.1);
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none
}

    .swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
        display: none !important
    }

    .swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
        bottom: 3px;
        height: 5px;
        left: 1%;
        position: absolute;
        width: 98%;
        z-index: 50
    }

    .swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
        height: 98%;
        position: absolute;
        right: 3px;
        top: 1%;
        width: 5px;
        z-index: 50
    }

.swiper-scrollbar-drag {
    background: rgba(0,0,0,.5);
    border-radius: 10px;
    height: 100%;
    left: 0;
    position: relative;
    top: 0;
    width: 100%
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    text-align: center;
    width: 100%
}

    .swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
        max-height: 100%;
        max-width: 100%;
        object-fit: contain
    }

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    border: 4px solid var(--swiper-preloader-color,var(--swiper-theme-color));
    border-radius: 50%;
    border-top: 4px solid transparent;
    box-sizing: border-box;
    height: 42px;
    left: 50%;
    margin-left: -21px;
    margin-top: -21px;
    position: absolute;
    top: 50%;
    transform-origin: 50%;
    width: 42px;
    z-index: 10
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s linear infinite
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.swiper .swiper-notification {
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    z-index: -1000
}

.swiper-free-mode > .swiper-wrapper {
    margin: 0 auto;
    transition-timing-function: ease-out
}

.swiper-grid > .swiper-wrapper {
    flex-wrap: wrap
}

.swiper-grid-column > .swiper-wrapper {
    flex-direction: column;
    flex-wrap: wrap
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    opacity: 0;
    pointer-events: none;
    transition-property: opacity
}

    .swiper-fade .swiper-slide .swiper-slide {
        pointer-events: none
    }

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube {
    overflow: visible
}

    .swiper-cube .swiper-slide {
        backface-visibility: hidden;
        height: 100%;
        pointer-events: none;
        transform-origin: 0 0;
        visibility: hidden;
        width: 100%;
        z-index: 1
    }

        .swiper-cube .swiper-slide .swiper-slide {
            pointer-events: none
        }

    .swiper-cube.swiper-rtl .swiper-slide {
        transform-origin: 100% 0
    }

    .swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
        pointer-events: auto
    }

    .swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
        pointer-events: auto;
        visibility: visible
    }

    .swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
        backface-visibility: hidden;
        z-index: 0
    }

    .swiper-cube .swiper-cube-shadow {
        bottom: 0;
        height: 100%;
        left: 0;
        opacity: .6;
        position: absolute;
        width: 100%;
        z-index: 0
    }

        .swiper-cube .swiper-cube-shadow:before {
            background: #000;
            bottom: 0;
            content: "";
            filter: blur(50px);
            left: 0;
            position: absolute;
            right: 0;
            top: 0
        }

.swiper-flip {
    overflow: visible
}

    .swiper-flip .swiper-slide {
        backface-visibility: hidden;
        pointer-events: none;
        z-index: 1
    }

        .swiper-flip .swiper-slide .swiper-slide {
            pointer-events: none
        }

    .swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
        pointer-events: auto
    }

    .swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
        backface-visibility: hidden;
        z-index: 0
    }

.swiper-creative .swiper-slide {
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform,opacity,height
}

.swiper-cards {
    overflow: visible
}

    .swiper-cards .swiper-slide {
        backface-visibility: hidden;
        overflow: hidden;
        transform-origin: center bottom
    }

.page {
    height: 100%
}

.page__body {
    background-color: var(--color-2);
    overflow-x: hidden;
    position: relative
}

.title {
    font-family: var(--family-titles);
    font-size: var(--fs-20);
    font-weight: 400;
    line-height: 1.2
}

.btn, .title {
    text-transform: uppercase
}

.btn {
    align-items: center;
    background-color: var(--color-1);
    border-radius: 35px;
    color: var(--white);
    cursor: pointer;
    display: flex;
    font-size: var(--fs-14);
    font-weight: 700;
    justify-content: center;
    letter-spacing: .6px;
    padding: 24px 32px;
    transition: background .3s,color .3s;
    width: 100%
}

.btn-blue {
    background-color: var(--color-2);
    border: 1px solid var(--color-2);
    color: var(--color-1)
}

.header {
    background-color: var(--white);
    height: 100px;
    left: 50%;
    max-width: 2500px;
    padding: 13px 0;
    position: fixed;
    top: 0;
    transform: translateX(-50%);
    width: 100%;
    z-index: 100
}

.header, .header__container {
    justify-content: space-between
}

.header, .header__container, .header__left {
    align-items: center;
    display: flex
}

.header__logo {
    height: 100px
}

.header__address {
    align-items: center;
    display: none;
    font-size: var(--fs-16)
}

.header__icon-locality {
    stroke: var(--color-1);
    height: 27px;
    margin-right: 14px;
    width: 20px
}

.header__address-text {
    max-width: 549px
}

.header__right {
    align-items: center;
    display: flex
}

.header__phoneWrap {
    display: flex;
    flex-direction: column;
    font-size: var(--fs-20);
    text-transform: uppercase
}

.header__phone {
    align-items: center;
    display: flex;
    margin-bottom: 16px
}

.header__icon-phone {
    fill: var(--color-1);
    height: 27px;
    margin-right: 8px;
    width: 27px
}

.header__request {
    border-bottom: 2px dashed var(--color-1)
}

.header__logo-domrf {
    display: none;
    height: 90px;
    margin-left: 20px
}

.footer__section {
    background-color: var(--color-1);
    color: var(--white);
    position: relative;
    z-index: 1
}

    .footer__section .container {
        position: relative;
        z-index: 3
    }

.footer__background {
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    height: 230%;
    pointer-events: none;
    position: absolute;
    width: 100%;
    z-index: -1
}

.footer__background, body.no-js .footer__background, body.page_no-webp .footer__background {
    background-image: url(/images/footer-bg.png)
}

body.page_webp .footer__background {
    background-image: url(/images/footer-bg.png)
}

.footer__title {
    font-size: var(--fs-28);
    margin-bottom: 30px;
    text-align: center
}

.footer {
    align-items: center;
    display: flex;
    flex-direction: column;
    padding-bottom: 60px
}

.footer__bottom {
    max-width: 398px
}

.footer__item {
    align-items: center;
    display: flex;
    font-size: var(--fs-20)
}

.footer-line {
    background-color: var(--white);
    height: 1px;
    margin: 32px 0;
    width: 341px
}

.footer__item-addressWrap {
    max-width: 326px
}

    .footer__item-addressWrap .footer__link {
        font-family: var(--font-family)
    }

.footer__icon {
    margin-right: 38px
}

.footer__icon-locality {
    stroke: var(--white);
    height: 27px;
    width: 20px
}

.footer__icon-phone {
    height: 28px;
    width: 27px;
    fill: var(--white)
}

.footer__suptitle {
    color: var(--grey);
    font-size: var(--fs-28);
    margin-bottom: 11px;
    text-transform: uppercase
}

.footer__link {
    font-family: var(--family-titles);
    font-size: var(--fs-20)
}

.footer .form__title {
    font-size: var(--fs-28)
}

.footer .request__input {
    color: var(--grey)
}

.burger {
    background-color: var(--black);
    height: 100vh;
    height: calc(var(--vh, 1vh)*100);
    justify-content: start;
    left: 0;
    max-width: 320px;
    max-width: 333px;
    padding: 0 20px;
    position: fixed;
    top: 0;
    transform: translateX(-110%);
    transition: all .4s ease;
    width: 100%;
    z-index: 101
}

.burger, .burger-wrap {
    align-items: center;
    display: flex;
    flex-direction: column
}

.burger__closer-wrap {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 24px;
    left: 40px;
    position: absolute;
    top: 30px;
    width: 24px
}

.burger.active {
    transform: translateZ(110px)
}

.arcticmodal-container, .arcticmodal-overlay {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateZ(1000px);
    z-index: 1000
}

.arcticmodal-container {
    border: 0;
    border-collapse: collapse;
    margin: 0;
    padding: 0
}

    .arcticmodal-container + .select2-container {
        z-index: 1005
    }

:first-child + html .arcticmodal-container {
    height: 100%
}

.arcticmodal-container_i {
    border-collapse: collapse;
    height: 100%;
    margin: 0 auto
}

.arcticmodal-container_i2 {
    border: 0;
    margin: 0;
    vertical-align: middle
}

.arcticmodal-error {
    background: #222;
    border-radius: 10px;
    color: #fff;
    padding: 20px
}

.arcticmodal-loading {
    background: #fff url(data:image/gif;base64,R0lGODlhIAAIAKECAEVojoSctMHN2QAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQFCgADACwAAAAAIAAIAAACFZyPqcvtD6KMr445LcRUN9554kiSBQAh+QQFCgADACwCAAIAEgAEAAACD4xvM8DNiJRz8Mj5ari4AAAh+QQFCgADACwCAAIAHAAEAAACGJRvM8HNCqKMCCnn4JT1XPwMG9cJH6iNBQAh+QQFCgADACwMAAIAEgAEAAACD5RvM8HNiJRz8Mj5qri4AAAh+QQFCgADACwWAAIACAAEAAACBZSPqYsFACH5BAUUAAMALAAAAAAgAAgAAAIOnI+py+0Po5y02ouzPgUAOw==) no-repeat 50% 50%;
    border-radius: 10px;
    height: 80px;
    width: 80px
}

.intopModal {
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    margin-bottom: 10px;
    margin-top: 70px;
    max-height: calc(100vh - 80px) !important;
    max-height: calc(var(--vh, 1vh)*100 - 80px) !important;
    max-width: calc(100vw - 20px);
    position: relative
}

.intopModal__wrap {
    height: 0;
    overflow: hidden
}

.intopModal__inner {
    height: 100%;
    position: relative
}

.intopModal__content {
    background-color: var(--color-1);
    border-radius: 20px;
    color: var(--white);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    overflow-y: auto;
    padding: 24px;
    width: 100%
}

.intopModal__close {
    display: flex;
    position: absolute;
    fill: var(--btn-2);
    cursor: pointer;
    padding: 4px;
    right: 0;
    top: -64px;
    transition: transform .2s ease
}

    .intopModal__close:hover {
        transform: rotate(180deg)
    }

.request-loader {
    align-items: center;
    background: hsla(0,0%,100%,.8);
    bottom: 0;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9999
}

    .request-loader img {
        height: 80px;
        object-fit: contain;
        width: 80px
    }

.modal__request .form {
    align-items: center;
    display: flex;
    margin: 0 auto;
    max-width: 1042px
}

.modal__request .form__img {
    max-width: 193px
}

.alert-modal, .intopModal-alert, .intopModal-privacy {
    color: var(--white)
}

.alert-modal {
    padding: 14px 20px
}

.thanks-modal {
    padding: 32px;
    text-align: center
}

.m-privacy__name {
    text-transform: uppercase
}

.m-privacy__list, .m-privacy__name, .m-privacy__text {
    margin-bottom: 12px
}

.m-privacy__list {
    list-style: disc inside
}

.request__form {
    position: relative;
    width: 100%
}

.form {
    align-items: center;
    display: flex;
    margin: 0 auto;
    max-width: 1042px
}

.form__title {
    color: var(--white);
    margin-bottom: 20px
}

.formWrap {
    width: 100%
}

.request {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
    padding: 20px
}

.request-close {
    height: 26px;
    position: static;
    right: -46px;
    top: 0;
    width: 26px;
    fill: var(--white-main)
}

    .request-close svg {
        height: 19px;
        width: 19px
    }

.request__fields {
    align-items: unset;
    display: flex;
    flex-direction: unset;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: unset
}

.request__input_wrap {
    margin-bottom: 18px;
    width: 100%
}

    .request__input_wrap:last-child {
        margin-bottom: 0
    }

.request__field {
    position: relative
}

.request__field-comment {
    display: block;
    height: 58px;
    width: 100%
}

.request__input {
    background: var(--color-input);
    border-radius: 6px;
    display: block;
    font-size: 16px;
    height: 64px;
    padding-left: 16px;
    padding-right: 16px;
    width: 100%
}

.request__input-comment {
    display: block;
    height: 100%;
    width: 100%
}

.request__input:active, .request__input:focus, .request__input:hover, .request__input:visited {
    background-color: #ededed;
    color: var(--black-main)
}

.request__privacy {
    align-items: center;
    cursor: pointer;
    display: inline-flex
}

.request__agreement {
    color: var(--white);
    font-size: var(--fs-14);
    padding-left: 13px;
    text-align: left;
    width: 100%
}

    .request__agreement span {
        border-bottom: 2px dashed var(--white)
    }

.request__checkbox {
    display: none
}

.request__checkboxImg {
    align-items: center;
    background: var(--white);
    border-radius: 1px;
    display: flex;
    height: 18px;
    justify-content: center;
    width: 18px
}

.request__checkboxCheck {
    display: none
}

.request__checkbox:checked + .request__checkboxImg {
    align-items: center;
    background: transparent;
    display: flex;
    justify-content: center
}

    .request__checkbox:checked + .request__checkboxImg .request__checkboxCheck {
        display: block;
        height: 18px;
        width: 18px
    }

.request__submit {
    background-color: var(--color-2);
    color: var(--color-1);
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px
}

    .request__submit svg {
        height: 25px;
        width: 25px;
        fill: var(--color-1)
    }

.request__bottom {
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: center
}

.m-view {
    height: 60vh;
    height: calc(var(--vh, 1vh)*60);
    max-height: 800px;
    max-width: 320px;
    min-width: 320px;
    overflow: auto;
    padding: 16px;
    position: relative
}

[data-view=model] .m-view {
    overflow: initial
}

.m-view__wrap {
    display: block;
    height: 100%
}

.m-view__image {
    height: 100%;
    object-fit: contain;
    width: 100%
}

.map-inner-mobile {
    height: 400px;
    width: 300px
}

.intopModal-plans {
    max-width: 343px
}

    .intopModal-plans .intopModal__content {
        padding: 20px
    }

.modal__plans-tabs-select {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-bottom: 24px;
    width: 100%
}

    .modal__plans-tabs-select .tabs-select__item {
        align-items: center;
        background-color: var(--bg-4);
        border-radius: 18px;
        display: flex;
        font-size: 14px;
        height: 48px;
        justify-content: center;
        margin-right: 0;
        padding: 16px 19px;
        width: 141px
    }

.tabs-select__item.active {
    background-color: #000;
    color: var(--white-main)
}

.modal__plans-slider {
    display: none;
    overflow: hidden;
    width: 100%
}

    .modal__plans-slider.active {
        display: flex
    }

.modal__plans-slide-imgWrap {
    align-items: center;
    background-color: var(--bg-4);
    border-radius: 20px;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    padding: 10px;
    width: 295px
}

.modal__plans-slide-img {
    height: 100%;
    max-height: 348px;
    object-fit: cover;
    object-position: center;
    width: 100%
}

.modal__plans-navMobile {
    display: flex;
    justify-content: space-between
}

.modal__plans-slide {
    display: flex;
    flex-direction: column;
    position: relative
}

.intopModal__content {
    position: relative
}

    .intopModal__content .modal__plans-slider-btn__prev {
        display: flex;
        left: 12px;
        position: absolute;
        top: 50%;
        z-index: 20
    }

    .intopModal__content .modal__plans-slider-btn__next {
        display: flex;
        position: absolute;
        right: 12px;
        top: 50%;
        z-index: 20
    }

.modal__plans-description {
    display: flex;
    flex-direction: column;
    gap: 14px;
    width: 100%
}

.modal__plans-item {
    display: flex;
    flex-wrap: wrap
}

.modal__plans-description__itemWrap {
    margin-left: 39px
}

    .modal__plans-description__itemWrap:last-child {
        margin-left: 27px
    }

    .modal__plans-description__itemWrap:first-child {
        margin-left: 0
    }

.modal__plans-itemPrice-wrap {
    align-items: end;
    display: flex
}

.modal__plans-description__itemWrap-finishing {
    margin-left: 0 !important
}

.modal__plans-textSmall {
    color: #8c8c8c;
    font-size: var(--fs-13);
    margin-bottom: 5px
}

.modal__plans-textBig-price {
    font-size: var(--fs-24)
}

.modal__plans-textBig-price-m2 {
    font-size: var(--fs-14)
}

.modal__plans-itemLine {
    background-color: #8c8c8c;
    color: #8c8c8c;
    height: 1px
}

.modal__plans-itemPrice-line {
    background-color: #8c8c8c;
    height: 15px;
    margin: 0 15px;
    width: 2px
}

.modal__plans-request__submit {
    font-size: var(--fs-16);
    height: 58px
}

.modal__plans-request__form {
    max-width: 100%;
    min-width: auto;
    width: 100%
}

    .modal__plans-request__form .request__input_wrap {
        margin-bottom: 20px
    }

    .modal__plans-request__form .request__bottom {
        margin: 0 0 12px
    }

    .modal__plans-request__form .modal__requestSubmit {
        font-size: var(--fs-16);
        height: 58px
    }

@media (min-width:768px) {
    ::-webkit-scrollbar {
        height: 10px;
        width: 10px
    }

    ::-webkit-scrollbar-thumb, ::-webkit-scrollbar-track {
        border-radius: 10px
    }

    .title {
        font-size: var(--fs-32)
    }

    .btn {
        font-size: var(--fs-17)
    }

    .header__logo-domrf {
        display: block
    }

    .footer {
        padding-bottom: 80px
    }

        .footer .request__input {
            font-size: var(--fs-18) !important;
            padding: 0 38px
        }

        .footer .request__privacy {
            margin-top: 14px
        }

        .footer .request__submit {
            padding-bottom: 26px;
            padding-top: 26px
        }

    .request {
        padding: 0
    }

    .m-view {
        max-width: 768px;
        padding: 16px
    }
}

@media (min-width:1000px) {
    .header__address {
        display: flex
    }
}

@media (min-width:1074px) {
    .form__title {
        margin-bottom: 25px
    }

    .formWrap {
        width: 430px
    }
}

@media (min-width:1201px) {
    .d-notebook-none {
        display: none
    }

    .header__phoneWrap {
        align-items: center;
        flex-direction: row
    }

    .header__phone {
        margin-bottom: 0;
        margin-right: 44px
    }

    .footer__title {
        font-size: var(--fs-32);
        margin-bottom: 42px;
        text-align: start
    }

    .footer {
        flex-direction: row;
        justify-content: space-between
    }

    .burger {
        max-width: 411px
    }

    .intopModal__content {
        padding: 41px 36px
    }

    .form__title {
        font-size: var(--fs-32)
    }

    .request__input_wrap {
        margin-bottom: 15px
    }

    .request__input {
        padding: 0 20px
    }

    .request__agreement {
        font-size: var(--fs-18)
    }

    .request__bottom {
        margin-bottom: 25px;
        margin-top: 27px
    }

    .m-view {
        max-width: 1132px
    }

    .intopModal-plans {
        max-width: 902px
    }

        .intopModal-plans .intopModal__content {
            padding: 32px 60px
        }

    .modal__plans-tabs-select .tabs-select__item {
        font-size: 16px;
        margin-right: 10px;
        padding: 16px 24px
    }

        .modal__plans-tabs-select .tabs-select__item:last-child {
            margin-right: 0
        }

    .modal__plans-slide-imgWrap {
        align-items: center;
        height: 395px;
        justify-content: center;
        margin-bottom: 0;
        margin-right: 32px;
        width: 361px
    }

    .modal__plans-slide-img {
        max-height: 412px
    }

    .modal__plans-navMobile {
        display: none
    }

    .modal__plans-slide {
        flex-direction: row
    }

    .intopModal__content .modal__plans-slider-btn__prev {
        left: 22px;
        top: 50%
    }

    .intopModal__content .modal__plans-slider-btn__next {
        right: 22px;
        top: 50%
    }

    .modal__plans-description {
        width: 386px
    }

    .modal__plans-description__itemWrap-finishing {
        margin-left: 27px !important
    }

    .modal__plans-textBig {
        font-size: var(--fs-16)
    }

    .modal__plans-textBig-price {
        font-size: var(--fs-28)
    }

    .modal__plans-textBig-price-m2 {
        font-size: var(--fs-19)
    }

    .modal__plans-request__form {
        margin-top: 20px;
        width: 100%
    }
}

@media (min-width:1490px) {
    .container {
        padding: 0
    }
}

@media (min-width:1520px) {
    .formWrap {
        width: 600px
    }
}

@media (max-width:1200px) {
    .d-mobile-none {
        display: none
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    input:focus, select:focus, textarea:focus {
        font-size: 16px
    }
}

@media (hover:hover) {
    .btn:hover {
        background-color: var(--color-2);
        border: 1px solid var(--color-1);
        color: var(--color-1)
    }

    .btn-blue:hover {
        background-color: var(--color-1);
        border: 1px solid var(--color-2);
        color: var(--white)
    }

    .burger__closer-wrap:hover {
        cursor: pointer
    }

    .modal__plans-tabs-select .tabs-select__item:hover {
        background-color: #000;
        color: var(--white-main);
        cursor: pointer
    }

    .modal__plans-slide:hover .modal__plans-slider-layer {
        height: 100%;
        width: 100%
    }
}
