@font-face {
    font-family: Inter;
    font-weight: 300;
    font-style: normal;
    src: url("../fonts/Inter-Light.woff2") format("woff2"), url("../fonts/Inter-Light.woff") format("woff")
}

@font-face {
    font-family: Inter;
    font-weight: 400;
    font-style: normal;
    src: url("../fonts/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter-Regular.woff") format("woff")
}

@font-face {
    font-family: Inter;
    font-weight: 700;
    font-style: normal;
    src: url("../fonts/Inter-Bold.woff2") format("woff2"), url("../fonts/Inter-Bold.woff") format("woff")
}

@font-face {
    font-family: Inter;
    font-weight: 800;
    font-style: normal;
    src: url("../fonts/Inter-ExtraBold.woff2") format("woff2"), url("../fonts/Inter-ExtraBold.woff") format("woff")
}

*,
:after,
:before {
    outline: 0 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

:root {
    scroll-behavior: auto;
    --app-height: 100vh
}

::-webkit-input-placeholder {
    opacity: 1
}

::-moz-placeholder {
    opacity: 1
}

:-ms-input-placeholder {
    opacity: 1
}

::-ms-input-placeholder {
    opacity: 1
}

::placeholder {
    opacity: 1
}

body,
html {
    font-size: 16px
}

body {
    position: relative;
    overflow-x: hidden;
    min-width: 320px;
    background: #f1eee9 url("../img/pattern.jpg");
    font-family: Inter, sans-serif;
    line-height: 1.5;
    color: #242424
}

a {
    text-decoration: underline;
    color: #51648c
}

a:hover {
    text-decoration: none
}

button {
    cursor: pointer
}

b,
strong {
    font-weight: 700
}

blockquote,
ol,
p,
ul {
    margin: 0 0 20px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 20px;
    font-weight: 700
}

h1,
h2 {
    line-height: 1.2;
    font-size: 58px
}

h3 {
    line-height: 1.2;
    font-size: 46px
}

h4 {
    line-height: 1.2;
    font-size: 32px
}

h5 {
    line-height: 1.3;
    font-size: 24px
}

h6 {
    line-height: 1.4;
    font-size: 20px
}

img {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: auto;
    max-width: 100%
}

.page {
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: var(--app-height)
}

.page__main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    width: 100%
}

.clearfix:after {
    content: "";
    display: table;
    clear: both
}

.container-wrap {
    margin: 0 auto;
    max-width: 1460px;
    border-radius: 20px;
    background: rgba(36, 36, 36, .8);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px)
}

.container {
    width: 1210px;
    margin: 0 auto;
    padding: 0 15px
}

.img-box {
    position: relative
}

.img-box img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%
}

._tt-upper {
    text-transform: uppercase
}

._tt-none {
    text-transform: none
}

._c-main {
    color: #51648c
}

.mt-0 {
    margin-top: 0 !important
}

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

.sect {
    margin: 130px 0
}

.sect+.sect {
    margin-top: 160px
}

.backgroud {
    position: relative;
    z-index: 1;
    color: #fff
}

.backgroud>.parallax {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.backgroud>.parallax:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(36, 36, 36, .8)
}

.backgroud._first {
    padding: 1px 0 0
}

.backgroud._first>.parallax {
    top: -200px
}

.backgroud._first>.parallax:before {
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px)
}

.backgroud._second {
    padding: 1px 0 0
}

.backgroud._second>.parallax:before {
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px)
}

.mirror-path-top .parallax-mirror,
[data-path=top] {
    -webkit-clip-path: polygon(0 0, 100% 200px, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 200px, 100% 100%, 0 100%)
}

.mirror-path-bottom .parallax-mirror,
[data-path=bottom] {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 200px));
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 200px))
}

.mirror-path-bottom-top .parallax-mirror,
.mirror-path-top-bottom .parallax-mirror,
[data-path=bottom-top],
[data-path=top-bottom] {
    -webkit-clip-path: polygon(0 0, 100% 200px, 100% 100%, 0 calc(100% - 200px));
    clip-path: polygon(0 0, 100% 200px, 100% 100%, 0 calc(100% - 200px))
}

.title {
    margin-bottom: 60px;
    text-align: center;
    font-size: 20px
}

.title__head {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 23px
}

.title__head:after,
.title__head:before {
    content: "";
    position: absolute;
    left: 50%;
}

.title__head:before {
    bottom: 6px;
    width: 140px;
    margin-left: -70px
}

.title__head:after {
    bottom: 0;
    width: 100px;
    margin-left: -50px
}

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

.btn {
    cursor: pointer;
    overflow: hidden;
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 30px;
    height: 70px;
    background: #51648c;
    border: none;
    border-radius: 10px;
    text-decoration: none;
    text-align: center;
    line-height: 1.25;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s
}

.btn>* {
    display: inline-block
}

.btn:after {
    content: "";
    position: absolute;
    top: 0;
    width: 40px;
    height: 100%;
    background: #fff;
    -webkit-filter: blur(20px);
    filter: blur(20px);
    opacity: .5;
    -webkit-animation: btn-flare 4s infinite;
    animation: btn-flare 4s infinite
}

.btn .ic {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    font-size: 18px;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.btn .ic:first-child {
    margin-right: 10px
}

.btn .ic:last-child {
    margin-left: 10px
}

.btn .ic-link {
    font-size: 11px
}

.btn .ic-link:last-child {
    margin-left: 15px
}

.btn:hover {
    background: #977e54
}

.btn:hover .ic-link {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.btn._medium {
    padding: 0 25px;
    height: 60px;
    font-size: 14px
}

.btn._full {
    padding-left: 20px;
    padding-right: 20px;
    min-width: 100%
}

.btn._telegram {
    background-color: #08c
}

.btn._telegram:hover {
    background: #0070a8
}

.btn._whatsapp {
    background-color: #25d366
}

.btn._whatsapp:hover {
    background: #20b557
}

@-webkit-keyframes btn-flare {
    0% {
        right: 100%;
        -webkit-transform: skewX(-28deg);
        transform: skewX(-28deg)
    }

    100%,
    40% {
        right: -150%;
        -webkit-transform: skewX(-28deg);
        transform: skewX(-28deg)
    }
}

@keyframes btn-flare {
    0% {
        right: 100%;
        -webkit-transform: skewX(-28deg);
        transform: skewX(-28deg)
    }

    100%,
    40% {
        right: -150%;
        -webkit-transform: skewX(-28deg);
        transform: skewX(-28deg)
    }
}

.close-btn {
    position: absolute;
    z-index: 100;
    top: 0;
    right: 0;
    padding: 0;
    border: none;
    background: 0 0;
    font-size: 20px;
    color: inherit;
    -webkit-transition: .3s;
    transition: .3s
}

.close-btn:hover {
    color: #51648c
}

.play-button {
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -40px;
    width: 80px;
    height: 80px;
    border-radius: 50%
}

.play-button:after,
.play-button:before {
    content: "";
    position: absolute
}

.play-button:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background: #51648c;
    -webkit-animation: pulse 5s infinite;
    animation: pulse 5s infinite;
    -webkit-transition: background .3s;
    transition: background .3s
}

.play-button:after {
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -6px;
    border: 10px solid transparent;
    border-left: 18px solid #fff
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.form-field {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    padding: 26px 30px;
    background: #f4f4f4;
    border: none;
    border-radius: 10px;
    line-height: 1.2;
    font-weight: 400;
    font-size: 15px;
    color: #000;
    -webkit-transition: .3s;
    transition: .3s
}

.form-field::-webkit-input-placeholder {
    opacity: .4
}

.form-field::-moz-placeholder {
    opacity: .4
}

.form-field:-ms-input-placeholder {
    opacity: .4
}

.form-field::-ms-input-placeholder {
    opacity: .4
}

.form-field::placeholder {
    opacity: .4
}

.form-field:focus {
    background: #efefef
}

textarea.form-field {
    resize: none
}

textarea.form-field:not([rows]) {
    height: 100px
}

.form-option {
    cursor: pointer;
    position: relative;
    display: inline-block;
    min-height: 20px;
    line-height: 20px;
    font-size: 15px
}

.form-option input,
.form-option span:after,
.form-option span:before {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -10px;
    width: 20px;
    height: 20px
}

.form-option input {
    opacity: 0
}

.form-option input:checked~span:before {
    background-color: #51648c
}

.form-option input:checked~span:after {
    opacity: 1
}

.form-option span {
    display: block;
    position: relative;
    padding-left: 35px
}

.form-option span:after,
.form-option span:before {
    border-radius: 5px;
    -webkit-transition: .15s;
    transition: .15s
}

.form-option span:before {
    content: "";
    background: #f4f4f4
}

.form-option span:after {
    text-align: center;
    content: "\e904";
    font-family: icomoon;
    text-transform: none;
    font-weight: 400;
    font-style: normal;
    line-height: 20px;
    font-size: 10px;
    opacity: 0;
    color: #fff
}

.nav-arrow-next,
.nav-arrow-prev {
    cursor: pointer;
    display: inline-block;
    position: relative;
    z-index: 10;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: #51648c;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    -webkit-transition: opacity .15s, color .3s, background-color .3s;
    transition: opacity .15s, color .3s, background-color .3s
}

.nav-arrow-next:hover,
.nav-arrow-prev:hover {
    background-color: #977e54
}

.nav-arrow-next.swiper-button-disabled,
.nav-arrow-prev.swiper-button-disabled {
    cursor: default;
    opacity: .2;
    background-color: #51648c
}

.nav-arrow-next.swiper-button-lock,
.nav-arrow-prev.swiper-button-lock {
    display: none !important
}

.nav-arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 60px
}

.nav-arrows .nav-arrow-prev {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-right: 5px
}

.nav-arrows .nav-arrow-next {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-left: 5px
}

.nav-arrows__btn {
    margin: 0 55px;
    width: 360px
}

.logo {
    border-radius: 50%;
    display: inline-block;
    max-width: 200px;
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
    font-family: Arima, system-ui;
    font-optical-sizing: auto;
    font-style: normal
}

.logo img {
    border-radius: 50%;
    display: block;
    max-height: 60px
}

.phone {
    position: relative;
    display: inline-block;
    padding-left: 25px;
    text-decoration: none;
    font-weight: 700;
    color: inherit;
    -webkit-transition: color .3s;
    transition: color .3s
}

.phone:before {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -.5em;
    content: "\e90d";
    font-family: icomoon;
    text-transform: none;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    font-size: 16px;
    color: #51648c
}

.phone:hover {
    color: #51648c
}

.social__head {
    margin-bottom: 15px;
    font-size: 14px
}

.social__wrap {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

.social__wrap .social-item {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
}

.social._grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left
}

.social._grid .social__head {
    max-width: 170px;
    margin: 0 15px 0 0
}

.social._light .social__head {
    font-weight: 300
}

.social._light .social-item {
    background-color: rgba(255, 255, 255, .05)
}

.social._light .social-item:hover {
    background-color: #51648c
}

.social._small .social-item {
    width: 50px;
    height: 50px;
    line-height: 50px
}

.social-item {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    display: inline-block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #51648c;
    text-decoration: none;
    text-align: center;
    line-height: 70px;
    font-size: 18px;
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s
}

.social-item:hover {
    background-color: #977e54;
    -webkit-transform: translateY(-14%);
    -ms-transform: translateY(-14%);
    transform: translateY(-14%)
}

.mob-menu {
    display: none;
    position: fixed;
    z-index: 98;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--app-height);
    background: rgba(36, 36, 36, .9);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    text-align: center;
    color: #fff
}

.mob-menu__wrapper {
    overflow: hidden;
    padding: 110px 0 30px;
    min-height: var(--app-height)
}

.mob-menu__row:nth-child(n+2) {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, .1)
}

.mob-menu__row._contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 25px
}

.mob-menu__row._contacts>* {
    margin-bottom: 0;
    max-width: 100%
}

.mob-menu__list {
    margin: 0;
    padding: 0;
    list-style: none;
    font-weight: 300;
    font-size: 18px
}

.mob-menu__list li {
    margin-bottom: 10px
}

.mob-menu__list li:last-child {
    margin-bottom: 0
}

.mob-menu__list a {
    text-decoration: none;
    color: inherit;
    -webkit-transition: .3s;
    transition: .3s;
    font-size: 10px
}

.mob-menu__list a:hover {
    color: #d3d3d3
}

.mob-menu__list a.active,
.mob-menu__list a.mPS2id-highlight {
    color: #51648c
}

.mob-menu .social {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.header {
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
    color: #51648c;
    background-color: #51648c;
    
}

.header__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0 60px;
    height: 80px
}

.header__grid .logo {
    border-radius: 50%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-right: auto
}

.header__grid .btn {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
}

.header__grid .phone {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
}

.header__mob-socials {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    display: none
}

.header__mob-socials .ic {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    text-decoration: none;
    font-size: 24px
}

.header__mob-socials .ic-whatsapp {
    color: #25d366
}

.header__address {
    position: relative;
    padding-left: 26px;
    font-weight: 300;
    font-size: 14px
}

.header__address:before {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -.5em;
    content: "\e906";
    font-family: icomoon;
    text-transform: none;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    font-size: 16px;
    color: #51648c
}

.header__sandwich {
    display: none;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    display: block;
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 10px;
    background: rgba(255, 255, 255, .05);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    -webkit-transition: background .3s;
    transition: background .3s
}

.header__sandwich span {
    display: block;
    background: #fff;
    width: 24px;
    height: 2px;
    margin: 0 auto;
    -webkit-transition: .25s margin .25s, .25s -webkit-transform;
    transition: .25s margin .25s, .25s -webkit-transform;
    transition: .25s margin .25s, .25s transform;
    transition: .25s margin .25s, .25s transform, .25s -webkit-transform
}

.header__sandwich span:first-child {
    margin-bottom: 6px
}

.header__sandwich span:nth-child(2) {
    -webkit-transition: .1s;
    transition: .1s;
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s
}

.header__sandwich span:nth-child(3) {
    margin-top: 6px
}

.header__sandwich:hover {
    background-color: rgba(255, 255, 255, .1)
}

.header__sandwich.active span {
    -webkit-transition: .25s margin, .25s -webkit-transform .25s;
    transition: .25s margin, .25s -webkit-transform .25s;
    transition: .25s margin, .25s transform .25s;
    transition: .25s margin, .25s transform .25s, .25s -webkit-transform .25s
}

.header__sandwich.active span:first-child {
    margin-top: 0;
    margin-bottom: -2px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.header__sandwich.active span:nth-child(2) {
    opacity: 0;
    -webkit-transition: .1s;
    transition: .1s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.header__sandwich.active span:nth-child(3) {
    margin-top: -2px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg)
}

.menu {
    background-color: #51648c;
    position: absolute;
    z-index: 95;
    top: 80px;
    left: 0;
    right: 0;
    color: #fff;
    -webkit-transition: background-color .3s, -webkit-backdrop-filter .3s;
    transition: background-color .3s, -webkit-backdrop-filter .3s;
    transition: background-color .3s, backdrop-filter .3s;
    transition: background-color .3s, backdrop-filter .3s, -webkit-backdrop-filter .3s
}

.menu__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 60px;
    height: 50px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), inset 0 -1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), inset 0 -1px 0 rgba(255, 255, 255, .1);
    -webkit-transition: height .3s;
    transition: height .3s
}

.menu__grid .phone {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
}

.menu__list {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 229px;
    margin: 0;
    padding: 0;
    list-style: none
}

.menu__list>li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.menu__list>li>a {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    color: inherit;
    -webkit-transition: .3s;
    transition: .3s;
    font-size: 13px
}

.menu__list>li>a:hover {
    color: #51648c
}

.menu__list>li>a.active,
.menu__list>li>a.mPS2id-highlight {
    border-color: #51648c;
    color: #51648c
}

.menu._fixed {
    position: fixed;
    top: 0;
    background: rgba(36, 36, 36, .8);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    -webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .1)
}

.menu._fixed .menu__grid {
    height: 70px;
    -webkit-box-shadow: none;
    box-shadow: none
}

.bann__wrapper {
    position: relative;
    z-index: 3;
    padding: 300px 0 465px;
    color: #000
}

.bann__wrapper:before {
    content: "";
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    opacity: .8
}

.bann__head {
    position: relative;
    padding-bottom: 23px;
    margin-bottom: 20px;
    max-width: 100%
}

.bann__head:after,
.bann__head:before {
    content: "";
    position: absolute;
    left: 0;
}

.bann__head:before {
    bottom: 6px;
    width: 140px
}

.bann__head:after {
    bottom: 0;
    width: 100px
}

.bann__descr {
    font-weight: 300;
    font-size: 20px
}

.bann__advants {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 60px
}

.bann__advant {
    position: relative;
    z-index: 1
}

.bann__advant:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 30px;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, .1);
    background: rgba(36, 36, 36, .4);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px)
}

.bann__advant-img {
    overflow: hidden;
    margin: 0 0 20px 30px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #51648c
}

.bann__advant-img img {
    max-width: 40%;
    max-height: 40%
}

.bann__advant-content {
    padding: 0 30px 20px;
    font-weight: 300
}

.bann .main-form {
    margin-top: -345px
}

.main-form {
    position: relative;
    z-index: 10;
    padding: 60px
}

.main-form:after,
.main-form:before {
    content: "";
    position: absolute;
    z-index: -1;
    background: #fff
}

.main-form:before {
    top: 100%;
    left: 20px;
    right: 20px;
    height: 10px;
    border-radius: 0 0 10px 10px;
    opacity: .5
}

.main-form:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    -webkit-box-shadow: 0 30px 100px rgba(36, 36, 36, .05);
    box-shadow: 0 30px 100px rgba(36, 36, 36, .05)
}

.main-form__title {
    margin-bottom: 40px
}

.main-form__title>* {
    margin-bottom: 10px
}

.main-form__title>:last-child {
    margin-bottom: 0
}

.main-form__title p {
    opacity: .6;
    font-size: 18px
}

.main-form__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px 0;
    margin: 0 -5px 30px
}

.main-form__field {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    min-width: 30%;
    padding: 0 5px
}

.main-form__policy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px
}

.main-form__policy .form-option {
    max-width: 100%
}

.main-form__action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.main-form__action .social {
    margin-left: 40px
}

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

.advants {
    position: relative;
    z-index: 5
}

.advants__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -5px
}

.advants__col {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 50%;
    padding: 0 5px
}

.advant-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 10px;
    text-decoration: none;

}

.advant-item:last-child {
    margin-bottom: 0
}

.advant-item__box {
    width: 100%;
    padding: 30px;
    border-radius: 10px;
    background: #fff
}

.advant-item__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px
}

.advant-item__icon {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-right: 20px;
    overflow: hidden;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #51648c
}

.advant-item__icon img {
    max-width: 40%;
    max-height: 40%
}

.advant-item__head {
    flex: 1 0 0;
    line-height: 1.2;
    font-weight: 800;
    font-size: 40px;
    color: #51648c;
    text-decoration: none;
}

.advant-item__img {
    display: block;
    width: 100%;
    border-radius: 10px
}

.services__grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    gap: 10px
}

.service-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 10px;
    background: #fcf9f2;
    color: #242424
}

.service-item>* {
    width: 100%
}

.service-item__img {
    border-radius: 10px 10px 0 0;
    background: no-repeat center/cover
}

.service-item__img:before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 83.45%
}

.service-item__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    padding: 20px
}

.service-item__action {
    padding: 10px 20px 20px
}

.dir-quote .container-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.dir-quote__main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    padding: 130px 120px 140px 140px
}

.dir-quote__head {
    position: relative;
    padding-bottom: 23px;
    margin-bottom: 60px;
    color: #51648c
}

.dir-quote__head:after,
.dir-quote__head:before {
    content: "";
    position: absolute;
    left: 0;
}

.dir-quote__head:before {
    bottom: 6px;
    width: 140px
}

.dir-quote__head:after {
    bottom: 0;
    width: 100px
}

.dir-quote__content {
    line-height: 1.55;
    font-size: 18px;
    color: #d4d4d3
}

.dir-quote__content>:last-child {
    margin-bottom: 0
}

.dir-quote__content b,
.dir-quote__content strong {
    color: #fff
}

.dir-quote__author {
    margin-top: 45px;
    text-align: right;
    font-size: 14px;
    color: #51648c
}

.dir-quote__author span {
    position: relative;
    display: inline-block;
    padding-left: 30px
}

.dir-quote__author span:before {
    content: "";
    position: absolute;
    top: .75em;
    left: 0;
    width: 20px;
}

.dir-quote__img {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 600px;
    border-radius: 0 10px 10px 0;
    background: url("https://static.tildacdn.com/tild6231-3666-4366-b666-626333346634/shutterstock_1572193.jpg") center/cover
}

.docs-slider {
    max-width: 1180px;
    margin: 0 auto
}

.docs-slider .swiper-slide {
    width: 500px;
    max-width: 100%
}

.docs-slider .swiper-slide>span {
    display: block;
    position: relative;
    border-radius: 20px;
    background: no-repeat center/cover;
    -webkit-box-shadow: inset 0 0 0 1px #51648c;
    box-shadow: inset 0 0 0 1px #51648c;
    -webkit-transition: -webkit-transform .6s;
    transition: -webkit-transform .6s;
    transition: transform .6s;
    transition: transform .6s, -webkit-transform .6s
}

.docs-slider .swiper-slide>span:before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 148%;
    border-radius: inherit;
    background: #f1eee9;
    opacity: .8;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.docs-slider .swiper-slide-active>span:before {
    opacity: 0
}

.docs-slider .swiper-slide-active._hor>span {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.review-item {
    display: block;
    overflow: hidden;
    position: relative;
    max-height: 500px;
    border-radius: 10px;
    background: #000 no-repeat center/cover;
    text-decoration: none
}

.review-item:before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 130%
}

.review-item:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
    background: #242424;
    opacity: .4
}

.review-item:hover .play-button:before {
    background-color: #977e54
}

.mess-sect .container-wrap {
    position: relative
}

.mess-sect .container-wrap:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 20px;
    right: 20px;
    height: 10px;
    border-radius: 0 0 10px 10px;
    background: #fff;
    opacity: .5
}

.mess-sect__top {
    padding: 90px 0 80px
}

.mess-sect__top .title {
    margin-bottom: 0
}

.mess-sect__top .title p {
    max-width: 850px;
    margin: 0 auto;
    font-weight: 300
}

.mess-sect__action {
    position: relative;
    z-index: 2;
    padding: 60px 0 80px;
    background: #fff;
    border-radius: 0 0 10px 10px;
    -webkit-box-shadow: 0 30px 100px 0 rgba(36, 36, 36, .05);
    box-shadow: 0 30px 100px 0 rgba(36, 36, 36, .05);
    color: #242424
}

.mess-sect__action-head {
    margin-bottom: 30px;
    text-align: center;
    line-height: 1.25;
    font-weight: 300;
    font-size: 20px
}

.mess-sect__action-head span {
    font-weight: 700;
    font-size: 1.2em;
    color: #51648c
}

.mess-sect__action-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px
}

.mess-sect__action-btn {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    min-width: 30%
}

.contacts__wrapper {
    position: relative;
    z-index: 5
}

.contacts__wrapper:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 20px;
    right: 20px;
    height: 10px;
    border-radius: 0 0 10px 10px;
    background: #fff;
    opacity: .1
}

.contacts__map {
    overflow: hidden;
    height: 600px;
    border-radius: 10px;
    background: #fafafa
}

.contacts__box {
    position: absolute;
    z-index: 5;
    left: 20px;
    bottom: 20px;
    width: 420px;
    padding: 40px;
    border-radius: 10px;
    background: #fff;
    -webkit-box-shadow: 0 30px 100px rgba(36, 36, 36, .05);
    box-shadow: 0 30px 100px rgba(36, 36, 36, .05)
}

.contacts__logo {
    border-radius: 50%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    text-align: center
}

.contacts__logo img {
    border-radius: 50%;
    max-height: 60px
}

.contact-item {
    position: relative;
    margin-bottom: 10px;
    padding-left: 28px
}

.contact-item:last-child {
    margin-bottom: 0
}

.contact-item .ic {
    position: absolute;
    top: 3px;
    left: 0;
    width: 1em;
    text-align: center;
    font-size: 18px;
    color: #51648c
}

.contact-item a {
    text-decoration: none;
    color: inherit;
    -webkit-transition: .3s;
    transition: .3s
}

.contact-item a:hover {
    color: #51648c
}

.footer {
    position: relative;
    padding: 140px 0;
    background: #242424;
    font-weight: 300;
    color: #fff
}

.footer:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 100%;
    width: 100%;
    height: 200px;
    background: -webkit-gradient(linear, right top, left bottom, color-stop(50%, transparent), color-stop(50%, #242424));
    background: linear-gradient(to left bottom, transparent 50%, #242424 50%)
}

.footer__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px 60px
}

.footer__grid>* {
    max-width: 100%
}

.footer__grid .logo {
    border-radius: 50%;
    margin-right: auto
}

.footer__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 60px;
    margin-top: 60px;
    padding-top: 60px;
    border-top: 1px solid rgba(255, 255, 255, .1)
}

.footer__copy {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0
}

.popup {
    position: relative;
    z-index: 10;
    width: 100%;
    max-width: 940px;
    border-radius: 10px;
    background: #fff;
    margin: 30px auto;
    padding: 60px
}

.popup:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 20px;
    right: 20px;
    height: 10px;
    border-radius: 0 0 10px 10px;
    background: #fff;
    opacity: .2
}

.popup .close-btn {
    width: 50px;
    height: 50px;
    border-radius: 0 10px;
    background: #51648c;
    line-height: 50px;
    font-size: 16px;
    color: #fff
}

.popup .close-btn:hover {
    background-color: #977e54
}

.popup .main-form {
    padding: 0
}

.popup .main-form:after,
.popup .main-form:before {
    display: none
}

.post-popup__title {
    margin-bottom: 30px;
    text-align: center
}

.tx-popup {
    max-width: 740px
}

.mfp-bg {
    background: #111
}

.mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8)
}

.mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
    opacity: 0
}

.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0
}

.mfp-container.mfp-inline-holder {
    padding: 0 15px
}

.mfp-figure:after {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #fff
}

.mfp-title {
    color: #fff
}

.mfp-iframe-scaler iframe {
    -webkit-box-shadow: none;
    box-shadow: none
}

.mfp-iframe-holder .close-btn,
.mfp-image-holder .close-btn {
    right: 0;
    height: 40px;
    border-radius: 0;
    background: 0 0;
    text-align: right;
    line-height: 40px;
    font-size: 18px;
    color: #fff
}

.mfp-iframe-holder .close-btn:hover,
.mfp-image-holder .close-btn:hover {
    opacity: .7
}

.mfp-image-holder .close-btn {
    top: 0;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
    width: 100%
}

.mfp-iframe-holder .close-btn {
    width: auto;
    top: -40px
}

.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right {
    background: rgba(241, 238, 233, .8)
}

[class*=ymaps-2-1][class*="-ground-pane"] {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}