.hero__content,
.hero__content:before {
    background-size: cover;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox
}

.container,
.hero__content,
.hero__logo,
.hero__top {
    position: relative
}

.hero__content,
.menu__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
}

.hero__nav-item,
.hero__title {
    font-family: Mandali, sans-serif
}

@font-face {
    font-family: Helvetica;
    src: url('fonts/helvetica_bold.otf') format('opentype'), url('fonts/helvetica_bold.woff') format('woff');
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Helvetica;
    src: url('fonts/helvetica_regular.otf') format('opentype'), url('fonts/helvetica_regular.woff') format('woff');
    font-weight: 400;
    font-style: normal
}

* {
    font-family: Inter, sans-serif;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: #fff
}

a {
    text-decoration: none;
    color: inherit
}

body,
html {
    height: 100%;
    overflow-x: hidden
}

.hero,
body {
    background-color: #e9eaef
}

button {
    border: none;
    outline: 0;
    cursor: pointer
}

.text__regular {
    font-weight: 400
}

.text__light {
    font-weight: 300
}

.text__black {
    font-weight: 900
}

.container {
    padding: 0 60px
}

.hero__container,
.philosophy__container,
.projects__container {
    padding-bottom: 60px
}

.aboutUs__container,
.contacts__container,
.roadmap__container,
.whyUs__container {
    padding: 0
}

.hero__top {
    z-index: 1
}

.no-webp .hero__content {
    background-image: url(img/banner.jpg)
}

.webp .hero__content {
    background-image: url(img/banner.webp)
}

.hero__content {
    background-color: #6d7494;
    background-position: 0 center;
    border-radius: 0 0 34px 34px;
    height: calc(100vh - 60px - 10px);
    overflow: hidden;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.hero__content:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, .35);
    top: 0;
    left: 0
}

.hero__content:before {
    content: '';
    width: 42.5vw;
    height: 20vw;
    background-image: url(img/rounds.svg);
    display: flex;
    position: absolute;
    top: 20px;
    left: 37px
}

.hero__logo:after,
.hero__logo:before {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    content: ''
}

.hero__logo {
    display: flex;
    align-items: center;
    padding: 20px 27px;
    margin-right: 40px
}

.hero__header,
.hero__headerLeft {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center
}

.hero__logo:after {
    width: 162%;
    height: 405%;
    background-color: #65bac2;
    opacity: 20%;
    border-radius: 100%;
    left: 50%;
    filter: blur(19.55px)
}

.hero__logo:before {
    background-color: #fff;
    border-radius: 71px;
    width: 100%;
    height: 100%;
    left: 50%;
    z-index: 1
}

.hero__logo-icon {
    font-size: 0;
    z-index: 2;
    transition: .3s
}

.hero__logo-icon img {
    width: 192px;
    transition: .3s
}

.hero__headerLeft,
.menu__close svg * {
    -webkit-transition: .3s;
    -o-transition: .3s
}

.hero__logo-text {
    text-transform: uppercase;
    letter-spacing: .39em;
    z-index: 2
}

.hero__header {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.hero__headerLeft {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 29px 0 0 55px;
    transition: .3s
}

.menu,
.menu__items {
    -webkit-transition: .5s;
    -o-transition: .5s
}

.menu__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #000;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    font-size: 50px;
    padding: 50px 15px;
    transition: .5s
}

.menu {
    overflow: auto;
    background-color: #fff;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: .5s;
    opacity: 0
}

.menu_active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 1
}

.menu__focus_disabled {
    display: none
}

.hero__menu-icon,
.hero__nav:after {
    display: -webkit-box;
    display: -ms-flexbox
}

.menu__close {
    position: absolute;
    right: 0;
    top: 0;
    width: 90px;
    padding: 25px
}

.hero__nav-items {
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-wrap: wrap;
}

.hero__menu-icon,
.hero__nav,
.hero__nav-items,
.hero__title {
    position: relative
}

.menu__close svg {
    width: 100%;
    height: auto
}

.menu__close:focus,
.menu__close:hover {
    outline: 0;
    cursor: pointer
}

.menu__close svg * {
    transition: .3s
}

.menu__close:focus svg *,
.menu__close:hover svg * {
    fill: #D4A373;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.menu__items-item {
    border-bottom: 2px solid rgba(212, 163, 115, 0);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.menu__items-item:not(:last-child) {
    margin-bottom: 15px
}

.menu__items-item:focus,
.menu__items-item:hover {
    color: #d4a373;
    border-bottom: 2px solid #d4a373;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    outline: 0
}

.hero__menu-icon {
    display: flex;
    cursor: pointer
}

.hero__menu-icon svg * {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.hero__menu-icon:focus,
.hero__menu-icon:hover {
    outline: 0
}

.hero__menu-icon:focus svg *,
.hero__menu-icon:hover svg * {
    fill: #D4A373;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.hero__nav {
    margin-right: 115px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.hero__nav:after {
    content: '';
    border-radius: 30px;
    background-color: #e9eaef;
    width: calc(100% + 60px);
    height: 124px;
    display: flex;
    position: absolute;
    left: 50%;
    top: -145px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.hero__footer,
.hero__title:after {
    display: -webkit-box;
    display: -ms-flexbox
}

.hero__nav:before,
.hero__offer-btnContentWrap:before {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    top: 50%;
    content: ''
}

.hero__nav:before {
    width: 115%;
    height: 250%;
    opacity: 55%;
    background-color: #3aa5b2;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-filter: blur(19.55px);
    filter: blur(19.55px)
}

.hero__nav-item {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .1em;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border-bottom: 1px solid rgba(255, 255, 255, 0)
}

.hero__nav-item:focus,
.hero__nav-item:hover {
    border-bottom: 1px solid rgba(255, 255, 255, .75);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    outline: 0
}

.hero__nav-item_active {
    opacity: .5;
    pointer-events: none;
    border-bottom: 1px solid rgba(255, 255, 255, .75);
}

.hero__title,
.hero__title:after {
    -webkit-transition: .3s;
    -o-transition: .3s
}

.hero__nav-item:not(:last-child) {
    margin-right: 50px
}

.hero__title {
    font-size: 48px;
    line-height: 1;
    margin-top: 16vh;
    margin-left: 78px;
    transition: .3s
}

.hero__title:after {
    content: '';
    border-radius: 100px;
    background-color: #e9eaef;
    width: 38px;
    height: calc(100% + 146px);
    display: flex;
    position: absolute;
    top: 50%;
    left: -100px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: .3s
}

.hero__footer,
.hero__offer-btnInside {
    position: relative;
    -webkit-transition: .3s;
    -o-transition: .3s
}

.hero__footer {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    z-index: 1;
    transition: .3s
}

.hero__offer-btnContentWrap,
.hero__offer-btnInside {
    display: -webkit-box;
    display: -ms-flexbox;
    border-radius: 71px;
    z-index: 2
}

.hero__footer-sponsor {
    font-family: Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 45px 83px;
    transition: .3s;
    opacity: .5
}

.hero__offer-btnContent,
.hero__offer-btnText .hero__offer-btnInside {
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #6d7494;
    font-weight: 500
}

.hero__offer-btnInside {
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: -o-linear-gradient(315deg, #f0f1f4 0, #dfe0e7 100%);
    background: linear-gradient(135deg, #f0f1f4 0, #dfe0e7 100%);
    transition: .3s;
    width: 100%
}

.hero__offer-btnText .hero__offer-btnInside {
    padding: 25px 78px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.hero__offer-btnImg .hero__offer-btnInside {
    padding: 15px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.hero__offer-btnContentWrap,
.hero__offer-btnImg img {
    -webkit-transition: .3s;
    -o-transition: .3s;
    position: relative
}

.hero__offer-btnContentWrap {
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    transition: .3s
}

.hero__offer-btnImg img {
    width: 100%;
    max-width: 44px;
    z-index: 1;
    transition: .3s
}

.hero__offer-btn {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.hero__offer-btn:not(:last-child) {
    margin-right: calc(10px + 25px)
}

.hero__offer-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 140px;
    bottom: 20px
}

.hero__offer-btnContent {
    position: relative;
    z-index: 1;
    transition: .3s
}

.hero__offer-btnContentWrap:before {
    position: absolute;
    background: -o-linear-gradient(315deg, #fff 0, #c8cad5 100%);
    background: linear-gradient(135deg, #fff 0, #c8cad5 100%);
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    border-radius: 100px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-box-shadow: 7px 7px 8px rgba(109, 116, 148, .2), 7px 7px 14px rgba(109, 116, 148, .2), -5px -4px 15px rgba(255, 255, 255, .85), 10px 10px 30px #d0d3e2, 1px 1px 21px #d4d7e6, -1px -1px 31px #fff;
    box-shadow: 7px 7px 8px rgba(109, 116, 148, .2), 17px 7px 14px rgba(109, 116, 148, .2), -5px -4px 15px rgba(255, 255, 255, .85), 10px 10px 30px #d0d3e2, 1px 1px 21px #d4d7e6, -1px -1px 31px #fff;
    opacity: .8;
    z-index: -1;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.aboutUs__text:after,
.hero__offer-btns:after {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}

.hero__offer-btns:after {
    content: '';
    background-color: #e9eaef;
    width: calc(100% + 60px);
    height: calc(100% + 50px);
    left: 50%;
    top: 50%;
    border-radius: 62px;
    transform: translate(-50%, -50%)
}

.hero__offer-btnContentWrap:focus,
.hero__offer-btnContentWrap:hover {
    outline: 0
}

.hero__offer-btnContentWrap:focus:before,
.hero__offer-btnContentWrap:hover:before {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background: #d4a373
}

.hero__offer-btnContentWrap:focus .hero__offer-btnContent,
.hero__offer-btnContentWrap:hover .hero__offer-btnContent {
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
    color: #d4a373;
    outline: 0
}

.fontSizeContentBig {
    font-size: 1.5em !important;
    line-height: 1.4 !important
}

.fontSizeContent::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #f5f5f5
}

.fontSizeContent::-webkit-scrollbar {
    width: 8px;
    background-color: #f5f5f5;
    border-radius: 10px
}

.fontSizeContent::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #6d7494
}

.fontSizeBtn {
    flex-shrink: 0;
    background-color: #ced0de;
    color: #7d839f;
    width: 41px;
    height: 41px;
    box-shadow: inset 0 4px 4px rgba(0, 0, 0, .25);
    border-radius: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 18px;
    transition: .3s
}

.aboutUs__text,
.whyUs__img {
    flex-shrink: 0;
    margin-right: 45px
}

.fontSizeBtn:focus,
.fontSizeBtn:hover {
    background-color: #7d839f;
    color: #ced0de;
    transition: .3s
}

.aboutUs__text:before,
.whyUs__text:before {
    font-weight: 500;
    color: #babed3;
    font-size: 10px;
    text-transform: uppercase
}

.aboutUs {
    padding-top: 40px;
    position: relative
}

.aboutUs:before {
    content: '';
    display: flex;
    position: absolute;
    width: calc(100% - 55px + 50px);
    top: 0;
    left: -50px;
    height: 672px;
    border-radius: 50px;
    border: 2px dashed #6d7494;
    opacity: .25
}

.aboutUs__text:after,
.whyUs__text:after {
    top: 50%;
    box-shadow: 7px 7px 8px rgba(109, 116, 148, .2), 7px 7px 14px rgba(109, 116, 148, .2), -5px -4px 15px rgba(255, 255, 255, .85), 10px 10px 30px #d0d3e2, 1px 1px 21px #d4d7e6, -1px -1px 31px #fff
}

.aboutUs__content,
.whyUs__content {
    display: flex
}

.aboutUs__text {
    width: 33%;
    position: relative;
    background: linear-gradient(135deg, #f0f1f4 0, #dfe0e7 100%);
    border-radius: 0 50px 50px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    height: 376px;
    padding: 37px 0 61px 45px
}

.aboutUs__text * {
    z-index: 2;
    position: relative
}

.aboutUs__text:before {
    content: attr(data-text);
    z-index: 2;
    left: 73px;
    bottom: calc(100% + 10px);
    position: absolute
}

.aboutUs__text:after {
    content: '';
    background: -o-linear-gradient(315deg, #fff 0, #c8cad5 100%);
    background: linear-gradient(135deg, #fff 0, #c8cad5 100%);
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    border-radius: 0 50px 50px 0;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: .8;
    z-index: -1;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.aboutUs__text-title {
    font-size: 28px;
    font-weight: 800;
    color: #6d7494;
    position: relative;
    margin-bottom: 50px;
    padding-right: 75px;
    width: 100%
}

.aboutUs__text-title:after {
    content: '';
    display: flex;
    position: absolute;
    width: 100%;
    bottom: -25px;
    left: -45px;
    height: 1px;
    border-bottom: 2px dashed #6d7494;
    opacity: .25
}

.aboutUs__text-desc {
    color: #6d7494;
    height: 160px;
    padding-right: 45px;
    overflow: auto
}

.aboutUs__text-icon {
    background-color: #d4a373;
    border-radius: 21px;
    position: absolute;
    width: 41px;
    height: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 23px;
    top: 20px;
    z-index: 3;
    transition: all .3s;
    cursor: pointer
}

.aboutUs__text-icon:hover {
    background-color: #33a3b1;
    transition: all .3s;
    transform: scale(.9)
}

.aboutUs__text-icon:hover svg * {
    stroke: #fff;
    transition: all .3s
}

.aboutUs__slide,
.aboutUs__slider .owl-stage-outer {
    border-radius: 40px;
    overflow: hidden
}

.aboutUs__slide {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 376px;
    width: 356px;
    position: relative
}

.aboutUs__slide picture {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
}

.aboutUs__slide img {
    position: absolute;
    height: 100%;
    width: auto !important;
}

.aboutUs__text-fontSizeBtn {
    position: absolute;
    bottom: 17px;
    right: 23px
}

.whyUs {
    padding-top: 85px
}

.no-webp .whyUs__img {
    background-image: url(img/whyUs__img.jpg)
}

.webp .whyUs__img {
    background-image: url(img/whyUs__img.webp)
}

.whyUs__img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 33%;
    border-radius: 0 50px 50px 0;
    height: 376px;
    z-index: 1
}

.whyUs__text {
    width: calc(67% - 45px);
    flex-shrink: 0;
    position: relative;
    background: linear-gradient(135deg, #f0f1f4 0, #dfe0e7 100%);
    border-radius: 50px 0 0 50px;
    display: flex;
    flex-direction: column;
    padding: 39px 0 55px 55px
}

.whyUs__text:before {
    content: attr(data-text);
    z-index: 2;
    left: 56px;
    bottom: calc(100% + 14px);
    position: absolute
}

.whyUs__text * {
    z-index: 2;
    position: relative
}

.whyUs__text:after {
    content: '';
    position: absolute;
    background: -o-linear-gradient(315deg, #fff 0, #c8cad5 100%);
    background: linear-gradient(135deg, #fff 0, #c8cad5 100%);
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    border-radius: 50px 0 0 50px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: .8;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    z-index: -1
}

.philosophy__head-subtitle:after,
.projects__title:before {
    font-weight: 500;
    color: #babed3;
    z-index: 2;
    font-size: 10px;
    text-transform: uppercase
}

.whyUs__text-title {
    color: #6d7494;
    font-size: 25px;
    font-weight: 800;
    position: relative;
    margin-bottom: 60px;
    padding-right: 80px
}

.projects__title,
.whyUs__text-subtitle {
    font-weight: 900;
    font-size: 25px
}

.prefooter__content *,
.whyUs__text-listItem,
.whyUs__text-subtitle {
    color: #6d7494
}

.whyUs__text-title:after {
    content: '';
    display: flex;
    position: absolute;
    width: 100%;
    bottom: -25px;
    right: 0;
    height: 1px;
    opacity: .25;
    background-color: #6d7494
}

.whyUs__text-logo {
    position: absolute;
    right: 0;
    top: 20px;
    background-color: #d4a373;
    border-radius: 25px 0 0 25px;
    padding: 7px 15px 7px 20px;
    font-size: 0
}

.projects__slider,
.whyUs__text-col {
    position: relative
}

.whyUs__text-cols {
    display: flex
}

.whyUs__text-col:not(:last-child) {
    margin-right: 60px
}

.whyUs__text-col:not(:last-child):after {
    content: '';
    display: flex;
    position: absolute;
    width: 1px;
    bottom: -25px;
    right: -30px;
    height: 100%;
    border-right: 2px dashed #6d7494;
    opacity: .25
}

.whyUs__text-listItem {
    font-size: 25px;
    position: relative;
    padding-left: 35px;
    margin-top: 10px
}

.whyUs__text-listItem:before {
    content: '';
    width: 8px;
    height: 8px;
    left: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    border-radius: 8px;
    position: absolute;
    background-color: #6d7494
}

.projects {
    padding-top: 55px
}

.projects__slider {
    width: 100%
}

.projects__slider .owl-next,
.projects__slider .owl-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 67px;
    height: 67px;
    background-color: #e9eaef !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 34px;
    transition: .3s
}

.projects__slider .owl-prev {
    left: -33.5px
}

.projects__slider .owl-prev svg {
    margin-right: 3px
}

.projects__slider .owl-next {
    right: -33.5px
}

.projects__slider .owl-next svg {
    margin-left: 3px
}

.projects__slider .owl-nav button:focus,
.projects__slider .owl-nav button:hover {
    background-color: #757c99 !important;
    transition: .3s
}

.projects__slider .owl-nav button svg {
    transition: .3s
}

.projects__slider .owl-nav button:focus svg path,
.projects__slider .owl-nav button:hover svg path {
    fill: #E9EAEF !important;
    transition: .3s
}

.projects__slider .owl-dots {
    background-color: #e9eaef;
    border-radius: 50px;
    position: absolute;
    left: 50%;
    bottom: -23.5px;
    transform: translateX(-50%);
    display: inline-flex;
    padding: 17px
}

.projects__slider .owl-dot {
    width: 13px;
    height: 13px;
    padding: 3px !important;
    background-color: #d2d3d8 !important;
    border-radius: 13px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.projects__slider .owl-dot:not(:last-child) {
    margin-right: 13px
}

.projects__slider .owl-dots .active {
    background-color: #b3b5c0 !important
}

.projects__slider .owl-dots .active:before {
    content: '';
    display: flex;
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    border: 1px solid #cccdd3;
    border-radius: 20px;
    position: absolute
}

.projects__slide,
.projects__slider .owl-stage-outer {
    overflow: hidden;
    border-radius: 34px
}

.projects__slide {
    display: flex;
    height: 650px;
    align-items: center;
    justify-content: center;
    position: relative
}

.projects__slide picture {
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}

.projects__slide img {
    position: absolute;
}

.projects__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.projects__title {
    position: relative;
    color: #6d7494;
    margin: 0 0 35px 13px
}

.projects__title:before {
    content: attr(data-text);
    left: 0;
    bottom: calc(100% + 5px);
    position: absolute
}

.projects__title:after {
    content: '';
    display: flex;
    position: absolute;
    width: 100vw;
    height: 1px;
    border-bottom: 2px dashed #6d7494;
    opacity: .25;
    top: 0;
    bottom: 0;
    margin: auto;
    left: calc(100% + 20px)
}

.philosophy__head-line,
.philosophy__head-title:before {
    width: 100%;
    height: 1px;
    border-bottom: 2px dashed #6d7494;
    opacity: .25;
    display: flex
}

.contacts__formHead,
.footer__logo,
.philosophy__head {
    display: flex;
    align-items: center
}

.philosophy__head-title {
    font-weight: 300;
    font-size: 75px;
    text-transform: uppercase;
    position: relative;
    display: flex;
    align-items: center;
    flex-shrink: 0
}

.philosophy__head-title:before {
    content: '';
    position: absolute;
    right: calc(100% + 15px)
}

.philosophy__head-line {
    margin-left: 20px
}

.philosophy__head-subtitle {
    font-weight: 900;
    font-size: 25px;
    color: #6d7494;
    display: flex;
    align-items: center;
    position: relative;
    flex-shrink: 0
}

.philosophy__head-subtitle:before {
    content: '';
    width: 46px;
    height: 46px;
    background-image: url('data:image/svg+xml,<svg width="34" height="34" viewBox="0 0 34 34" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17.0002 2.83325L21.3777 11.7016L31.1668 13.1324L24.0835 20.0316L25.7552 29.7783L17.0002 25.1741L8.24516 29.7783L9.91683 20.0316L2.8335 13.1324L12.6227 11.7016L17.0002 2.83325Z" stroke="white" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-color: #d4a373;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 74%;
    border-radius: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 13px;
    transition: all .3s;
    flex-shrink: 0
}

.philosophy__head-subtitle:hover:before {
    background-color: #33a3b1;
    transition: all .3s;
    transform: scale(.9)
}

.philosophy__head-subtitle:after {
    content: attr(data-text);
    right: 0;
    bottom: calc(100% - 1px);
    position: absolute
}

.philosophy__steps {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    margin-top: 62px;
    position: relative;
    z-index: 1
}

.philosophy__steps:before {
    content: '';
    border-radius: 0 86px 86px 0;
    opacity: .22;
    height: 0;
    padding-top: calc(16.6% + 66px);
    width: calc(100% + 60px);
    display: flex;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 4px dashed #6d7494;
    border-left: none;
    left: -60px;
    z-index: -1
}

.philosophy__step {
    width: 16.6%;
    padding-top: 16.6%;
    height: 0;
    background: linear-gradient(135deg, #f0f1f4 0, #dfe0e7 100%);
    border-radius: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.philosophy__step:not(:nth-child(4n)) {
    margin-right: 8.8%
}

.philosophy__step:nth-child(4n+5) {
    margin-top: 70px
}

.philosophy__step:before,
.philosophy__steps:after {
    background-image: url('data:image/svg+xml,<svg width="21" height="36" viewBox="0 0 21 36" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18.4885 16.2097L6.6331 4.50607C5.94958 3.83131 4.83283 3.83131 4.14932 4.50607L3.56533 5.08259C2.88328 5.75591 2.88328 6.85981 3.56533 7.53457L13.6337 17.474L3.51264 27.4654C2.82912 28.1402 2.82912 29.2426 3.51264 29.9174L4.09663 30.4939C4.78014 31.1687 5.89689 31.1687 6.58041 30.4939L18.4358 18.7903C18.6217 18.6068 18.7549 18.3915 18.8398 18.1618C19.1369 17.5217 19.0213 16.7357 18.4885 16.2112V16.2097Z" fill="%23757C99"/></svg>');
    background-repeat: no-repeat;
    background-size: cover;
    width: 21px;
    height: 36px;
    top: 0;
    margin: auto;
    animation: 7s ease-in-out infinite philosophy__step;
    opacity: .25;
    position: absolute;
    bottom: 0
}

.philosophy__step-icon {
    position: absolute;
    top: 15%;
    width: 2.709vw;
    font-size: 0
}

.philosophy__step-icon svg {
    width: 100%;
    height: auto
}

.philosophy__step-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 400;
    font-size: 1.04167vw;
    text-align: center;
    text-transform: uppercase;
    color: #6d7494;
    line-height: 1.5
}

.philosophy__step:nth-child(4n):before {
    display: none
}

.philosophy__step:nth-child(n+13):nth-child(-n+15):before,
.philosophy__step:nth-child(n+5):nth-child(-n+7):before {
    transform: rotate(180deg)
}

.philosophy__steps:after {
    content: '';
    right: -12px;
    transform: rotate(90deg)
}

.philosophy__step:after,
.roadmap__head-btnContentWrap:before {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: -1;
    content: ''
}

.philosophy__step:before {
    content: '';
    right: -32%
}

.philosophy__step:after {
    position: absolute;
    background: -o-linear-gradient(315deg, #fff 0, #c8cad5 100%);
    background: linear-gradient(135deg, #fff 0, #c8cad5 100%);
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    border-radius: 200px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 7px 7px 8px rgba(109, 116, 148, .2), 7px 7px 14px rgba(109, 116, 148, .2), -5px -4px 15px rgba(255, 255, 255, .85), 10px 10px 30px #d0d3e2, 1px 1px 21px #d4d7e6, -1px -1px 31px #fff;
    opacity: .8;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.philosophy__step:nth-child(2):before {
    animation-delay: 1s
}

.philosophy__step:nth-child(3):before {
    animation-delay: 2s
}

.philosophy__steps:after {
    animation-delay: 3s
}

.philosophy__step:nth-child(7):before {
    animation-delay: 4s
}

.philosophy__step:nth-child(6):before {
    animation-delay: 5s
}

.philosophy__step:nth-child(5):before {
    animation-delay: 6s
}

@keyframes philosophy__step {

    0%,
    100% {
        opacity: 1
    }

    12.5%,
    87.5% {
        opacity: .25
    }
}

.roadmap__head {
    position: relative;
    margin-top: -7%
}

.roadmap__head-title {
    font-weight: 900;
    font-size: 19.4vw;
    text-transform: uppercase;
    color: #fbfbfb;
    opacity: .37
}

.roadmap__head-logo {
    position: absolute;
    left: 0;
    top: 7vw;
    background-color: #d4a373;
    border-radius: 0 25px 25px 0;
    padding: 7px 15px 7px 20px;
    font-size: 0;
    display: flex
}

.roadmap__head-logo:before {
    content: '';
    border-radius: 0 86px 86px 0;
    opacity: .22;
    height: 121px;
    width: calc(100vw - 60px - 55px);
    display: flex;
    position: absolute;
    border: 4px dashed #6d7494;
    border-left: none;
    border-bottom: none;
    left: 0;
    z-index: -1;
    top: 25px
}

.roadmap__head-btnInside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #d4a373;
    border-radius: 71px;
    position: relative;
    z-index: 2;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    width: 100%
}

.contacts__form-btnInside,
.roadmap__head-btnContentWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-pack: center
}

.roadmap__head-btnText .roadmap__head-btnInside {
    padding: 25px 58px;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #6d7494;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.roadmap__head-btnContentWrap {
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 71px;
    position: relative;
    z-index: 2;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.roadmap__head-btn,
.roadmap__head-btnContentWrap:before {
    -webkit-transition: .3s;
    -o-transition: .3s;
    position: absolute
}

.roadmap__head-btn {
    transition: .3s;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: flex;
    right: calc(60px + 85px);
    top: calc(121px + 6vw)
}

.roadmap__head-btn:before {
    content: '';
    border-radius: 86px 86px 0;
    opacity: .22;
    height: 19.6vw;
    width: 106%;
    display: flex;
    position: absolute;
    border: 4px dashed #6d7494;
    border-right: none;
    right: 40px;
    z-index: -1;
    top: 25px
}

.roadmap__head-btnContent {
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    z-index: 1;
    font-weight: 500;
    transition: .3s
}

.roadmap__head-btnContentWrap:before {
    background: -o-linear-gradient(315deg, #f3eae1 0, #cdc6c4 100%);
    background: linear-gradient(135deg, #f3eae1 0, #cdc6c4 100%);
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    border-radius: 100px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-box-shadow: 7px 7px 8px rgba(109, 116, 148, .1), 7px 7px 14px rgba(109, 116, 148, .1), -5px -4px 15px rgba(255, 255, 255, .85), 10px 10px 30px #d0d3e2, 1px 1px 21px #d4d7e6, -1px -1px 31px #fff;
    box-shadow: 7px 7px 8px rgba(109, 116, 148, .1), 17px 7px 14px rgba(109, 116, 148, .1), -5px -4px 15px rgba(255, 255, 255, .85), 10px 10px 30px #d0d3e2, 1px 1px 21px #d4d7e6, -1px -1px 31px #fff;
    transition: .3s
}

.roadmap__head-btnContentWrap:focus,
.roadmap__head-btnContentWrap:hover {
    outline: 0
}

.roadmap__head-btnContentWrap:focus:before,
.roadmap__head-btnContentWrap:hover:before {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background: #d4a373
}

.roadmap__head-btnContentWrap:focus .roadmap__head-btnContent,
.roadmap__head-btnContentWrap:hover .roadmap__head-btnContent {
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
    color: #d4a373;
    outline: 0
}

.roadmap__head-btnContentWrap:focus .roadmap__head-btnInside,
.roadmap__head-btnContentWrap:hover .roadmap__head-btnInside {
    background: -o-linear-gradient(315deg, #f3eae1 0, #cdc6c4 100%);
    background: linear-gradient(135deg, #f3eae1 0, #cdc6c4 100%);
    transition: color .3s
}

.roadmap__head-btn:after {
    content: '';
    background-image: url('data:image/svg+xml,<svg width="36" height="21" viewBox="0 0 36 21" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_1694_672)"><path d="M19.7903 18.4885L31.4939 6.6331C32.1687 5.94959 32.1687 4.83283 31.4939 4.14932L30.9174 3.56533C30.2441 2.88328 29.1402 2.88328 28.4654 3.56533L18.526 13.6337L8.53457 3.51264C7.85981 2.82912 6.75735 2.82912 6.08259 3.51264L5.50607 4.09663C4.83131 4.78014 4.83131 5.89689 5.50607 6.58041L17.2097 18.4358C17.3932 18.6217 17.6085 18.7549 17.8382 18.8398C18.4783 19.1369 19.2643 19.0213 19.7888 18.4885H19.7903Z" fill="%23757C99"/></g><defs><clipPath id="clip0_1694_672"><rect width="21" height="36" fill="white" transform="translate(36) rotate(90)"/></clipPath></defs></svg>');
    background-size: cover;
    background-repeat: no-repeat;
    height: 21px;
    width: 36px;
    position: absolute;
    top: 150px;
    left: -85px
}

.roadmap__phase:not(:last-child) {
    margin-bottom: 80px
}

.roadmap__phase-title {
    font-weight: 300;
    font-size: 75px;
    text-transform: uppercase;
    padding-left: 15px;
    margin-bottom: 7px
}

.roadmap__phase-list {
    display: flex;
    flex-direction: column;
    font-size: 20px;
    line-height: 33px;
    overflow: auto
}

.roadmap__phase-item {
    color: #6d7494;
    position: relative;
    padding-left: 20px
}

.roadmap__phase-item:before {
    content: '';
    width: 6px;
    height: 6px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    border-radius: 8px;
    position: absolute;
    background-color: #6d7494
}

.roadmap__phase-content {
    border-radius: 50px;
    background: linear-gradient(135deg, #f0f1f4 0, #dfe0e7 100%);
    position: relative;
    padding: 34px 70px 34px 34px
}

.roadmap__phase-content:after {
    content: '';
    position: absolute;
    background: -o-linear-gradient(315deg, #fff 0, #c8cad5 100%);
    background: linear-gradient(135deg, #fff 0, #c8cad5 100%);
    box-shadow: 7px 7px 8px rgba(109, 116, 148, .2), 7px 7px 14px rgba(109, 116, 148, .2), -5px -4px 15px rgba(255, 255, 255, .85), 10px 10px 30px #d0d3e2, 1px 1px 21px #d4d7e6, -1px -1px 31px #fff;
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    border-radius: 50px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: .8;
    z-index: -1;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.roadmap__phase-content * {
    z-index: 2;
    position: relative
}

.roadmap__phase-fontSizeBtn {
    position: absolute;
    right: 21px;
    top: 23px
}

.roadmap__cols {
    display: flex;
    justify-content: space-between
}

.no-webp .roadmap__image {
    background-image: url(img/roadmap__image.jpg)
}

.webp .roadmap__image {
    background-image: url(img/roadmap__image.webp)
}

.roadmap__image {
    width: 100%;
    border-radius: 0 40px 40px 0;
    margin-right: 100px;
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    position: relative
}

.roadmap__image-link {
    position: absolute;
    right: 45px;
    bottom: 32px;
    display: flex;
    width: 109px;
    height: 109px;
    background-color: #d4a373;
    background-image: url('data:image/svg+xml,<svg width="65" height="65" viewBox="0 0 65 65" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M59.5832 30.0083V32.5C59.5798 38.3403 57.6887 44.023 54.1918 48.7007C50.6949 53.3784 45.7796 56.8004 40.1789 58.4564C34.5783 60.1123 28.5924 59.9134 23.114 57.8895C17.6356 55.8655 12.9583 52.1248 9.77952 47.2253C6.60077 42.3259 5.09094 36.5301 5.47521 30.7025C5.85949 24.8748 8.11727 19.3275 11.9118 14.8879C15.7064 10.4482 20.8345 7.35412 26.5312 6.06702C32.2279 4.77992 38.1881 5.36879 43.5228 7.74579M59.5832 10.8333L32.4999 37.9437L24.3749 29.8187" stroke="white" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60%;
    border-radius: 100px;
    transition: all .3s
}

.roadmap__image-link:hover,
.roadmap__image-link:focus {
    background-color: #33a3b1;
    background-image: url('data:image/svg+xml,<svg width="65" height="65" viewBox="0 0 65 65" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M59.5832 30.0083V32.5C59.5798 38.3403 57.6887 44.023 54.1918 48.7007C50.6949 53.3784 45.7796 56.8004 40.1789 58.4564C34.5783 60.1123 28.5924 59.9134 23.114 57.8895C17.6356 55.8655 12.9583 52.1248 9.77952 47.2253C6.60077 42.3259 5.09094 36.5301 5.47521 30.7025C5.85949 24.8748 8.11727 19.3275 11.9118 14.8879C15.7064 10.4482 20.8345 7.35412 26.5312 6.06702C32.2279 4.77992 38.1881 5.36879 43.5228 7.74579M59.5832 10.8333L32.4999 37.9437L24.3749 29.8187" stroke="white" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    transition: all .3s;
    transform: scale(.9)
}

.roadmap__phase:first-child:before,
.roadmap__phase:nth-child(2):before {
    content: '';
    background-image: url('data:image/svg+xml,<svg width="36" height="21" viewBox="0 0 36 21" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_1694_672)"><path d="M19.7903 18.4885L31.4939 6.6331C32.1687 5.94959 32.1687 4.83283 31.4939 4.14932L30.9174 3.56533C30.2441 2.88328 29.1402 2.88328 28.4654 3.56533L18.526 13.6337L8.53457 3.51264C7.85981 2.82912 6.75735 2.82912 6.08259 3.51264L5.50607 4.09663C4.83131 4.78014 4.83131 5.89689 5.50607 6.58041L17.2097 18.4358C17.3932 18.6217 17.6085 18.7549 17.8382 18.8398C18.4783 19.1369 19.2643 19.0213 19.7888 18.4885H19.7903Z" fill="%23757C99"/></g><defs><clipPath id="clip0_1694_672"><rect width="21" height="36" fill="white" transform="translate(36) rotate(90)"/></clipPath></defs></svg>');
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute
}

.roadmap__phases {
    width: 505px;
    margin-right: 60px;
    margin-top: -20px;
    flex-shrink: 0
}

.roadmap__phase:first-child .roadmap__phase-list {
    max-height: 165px
}

.roadmap__phase:nth-child(2) .roadmap__phase-list {
    max-height: 198px
}

.roadmap__phase {
    position: relative
}

.roadmap__phase:first-child:after {
    content: '';
    display: flex;
    position: absolute;
    width: 1px;
    top: 100%;
    right: 50px;
    height: 100%;
    border-left: 4px dashed #6d7494;
    opacity: .25;
    z-index: -2
}

.roadmap__phase:first-child:before {
    height: 21px;
    width: 36px;
    top: 124%;
    right: 35px
}

.roadmap__phase:nth-child(2):after {
    content: '';
    display: flex;
    position: absolute;
    width: 100%;
    top: 213px;
    right: 100%;
    height: 1px;
    border-bottom: 4px dashed #6d7494;
    opacity: .25;
    z-index: -2
}

.roadmap__phase:nth-child(2):before {
    height: 21px;
    width: 36px;
    top: 205px;
    right: 106%;
    transform: rotate(90deg)
}

.contacts__form:after,
.contacts__headerText:after {
    box-shadow: 7px 7px 8px rgba(109, 116, 148, .2), 7px 7px 14px rgba(109, 116, 148, .2), -5px -4px 15px rgba(255, 255, 255, .85), 10px 10px 30px #d0d3e2, 1px 1px 21px #d4d7e6, -1px -1px 31px #fff;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}

.contacts {
    margin-top: 220px
}

.contacts__header {
    display: flex;
    justify-content: space-between;
    position: relative
}

.contacts__headerText {
    width: 42.106%;
    flex-shrink: 0;
    margin-right: 40px;
    position: relative;
    background: linear-gradient(135deg, #f0f1f4 0, #dfe0e7 100%);
    border-radius: 0 50px 50px 0;
    display: flex;
    flex-direction: column;
    height: 290px;
    padding: 37px 0 45px 66px;
    font-size: 25px
}

.contacts__headerText * {
    z-index: 2;
    position: relative
}

.contacts__headerText:before {
    content: attr(data-text);
    font-weight: 500;
    color: #babed3;
    z-index: 2;
    left: 73px;
    font-size: 10px;
    text-transform: uppercase;
    bottom: calc(100% + 10px);
    position: absolute
}

.contacts__headerText:after {
    content: '';
    position: absolute;
    background: -o-linear-gradient(315deg, #fff 0, #c8cad5 100%);
    background: linear-gradient(135deg, #fff 0, #c8cad5 100%);
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    border-radius: 0 50px 50px 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: .8;
    z-index: -1;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.contacts__headerText-title {
    color: #6d7494;
    position: relative;
    margin-bottom: 20px;
    padding-right: 85px;
    font-weight: 900;
    font-size: 25px
}

.contacts__headerText-desc {
    color: #6d7494;
    height: 145px;
    padding-right: 45px;
    overflow: auto;
    line-height: 1.45
}

.contacts__headerText-icon {
    cursor: pointer;
    background-color: #33a3b1;
    border-radius: 100px;
    position: absolute;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 23px;
    top: 20px;
    transition: all .3s
}

.contacts__headerText-icon:hover {
    background-color: #d4a373;
    transform: scale(.9);
    transition: all .3s
}

.contacts__headerText-fontSizeBtn {
    position: absolute;
    right: 26px;
    bottom: 20px
}

.no-webp .contacts__headerBanner {
    background-image: url(img/contacts__headerBanner-img.jpg)
}

.webp .contacts__headerBanner {
    background-image: url(img/contacts__headerBanner-img.webp)
}

.contacts__headerBanner {
    border-radius: 50px 0 0 50px;
    background-size: cover;
    background-position: bottom right;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 25px;
    font-size: 30px;
    text-align: right;
    position: relative
}

.contacts__headerBanner:after {
    content: '';
    display: flex;
    position: absolute;
    width: 100%;
    bottom: 75px;
    left: -35px;
    height: 1px;
    border-bottom: 4px dashed #6d7494;
    opacity: .25;
    z-index: -1
}

.contacts__header:before {
    content: '';
    display: flex;
    position: absolute;
    width: calc(100% - 70px);
    top: -129px;
    left: 0;
    height: 600px;
    border-radius: 0 87px 0 0;
    border: 4px dashed #6d7494;
    border-left: 0;
    border-bottom: 0;
    opacity: .25;
    z-index: -1
}

.contacts__cols {
    display: flex;
    justify-content: space-between;
    margin-top: 94px;
    position: relative
}

.contacts__bg img,
.contacts__design img {
    width: 100%
}

.contacts__bg {
    position: absolute;
    z-index: -2;
    mix-blend-mode: multiply;
    top: -120px
}

.contacts__formHead-num {
    flex-shrink: 0;
    font-size: 15px;
    color: #6d7494;
    display: flex;
    align-items: center;
}

.contacts__formHead-num:after {
    content: '';
    background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="iso-8859-1"%3F><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --><svg fill="%2325d366" height="800px" width="800px" version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 308 308" xml:space="preserve"><g id="XMLID_468_"><path id="XMLID_469_" d="M227.904,176.981c-0.6-0.288-23.054-11.345-27.044-12.781c-1.629-0.585-3.374-1.156-5.23-1.156c-3.032,0-5.579,1.511-7.563,4.479c-2.243,3.334-9.033,11.271-11.131,13.642c-0.274,0.313-0.648,0.687-0.872,0.687c-0.201,0-3.676-1.431-4.728-1.888c-24.087-10.463-42.37-35.624-44.877-39.867c-0.358-0.61-0.373-0.887-0.376-0.887c0.088-0.323,0.898-1.135,1.316-1.554c1.223-1.21,2.548-2.805,3.83-4.348c0.607-0.731,1.215-1.463,1.812-2.153c1.86-2.164,2.688-3.844,3.648-5.79l0.503-1.011c2.344-4.657,0.342-8.587-0.305-9.856c-0.531-1.062-10.012-23.944-11.02-26.348c-2.424-5.801-5.627-8.502-10.078-8.502c-0.413,0,0,0-1.732,0.073c-2.109,0.089-13.594,1.601-18.672,4.802c-5.385,3.395-14.495,14.217-14.495,33.249c0,17.129,10.87,33.302,15.537,39.453c0.116,0.155,0.329,0.47,0.638,0.922c17.873,26.102,40.154,45.446,62.741,54.469c21.745,8.686,32.042,9.69,37.896,9.69c0.001,0,0.001,0,0.001,0c2.46,0,4.429-0.193,6.166-0.364l1.102-0.105c7.512-0.666,24.02-9.22,27.775-19.655c2.958-8.219,3.738-17.199,1.77-20.458C233.168,179.508,230.845,178.393,227.904,176.981z"/><path id="XMLID_470_" d="M156.734,0C73.318,0,5.454,67.354,5.454,150.143c0,26.777,7.166,52.988,20.741,75.928L0.212,302.716c-0.484,1.429-0.124,3.009,0.933,4.085C1.908,307.58,2.943,308,4,308c0.405,0,0.813-0.061,1.211-0.188l79.92-25.396c21.87,11.685,46.588,17.853,71.604,17.853C240.143,300.27,308,232.923,308,150.143C308,67.354,240.143,0,156.734,0z M156.734,268.994c-23.539,0-46.338-6.797-65.936-19.657c-0.659-0.433-1.424-0.655-2.194-0.655c-0.407,0-0.815,0.062-1.212,0.188l-40.035,12.726l12.924-38.129c0.418-1.234,0.209-2.595-0.561-3.647c-14.924-20.392-22.813-44.485-22.813-69.677c0-65.543,53.754-118.867,119.826-118.867c66.064,0,119.812,53.324,119.812,118.867C276.546,215.678,222.799,268.994,156.734,268.994z"/></g></svg>');
    border-radius: 100px;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
    margin-left: 5px;
    background-size: 75%;
    background-position: center;
    background-repeat: no-repeat;
}

.contacts__formHead-num:hover:after {
    transform: scale(.9);
    transition: all .3s;
}

.philosophy__steps-paths,
.philosophy__steps_mobile {
    display: none
}

.contacts__formHead-num:focus,
.contacts__formHead-num:hover {
    text-decoration: underline
}

.contacts__form-inputs {
    margin-top: 45px;
    display: flex;
    flex-direction: column
}

.contacts__form-input {
    color: #6d7494;
    padding: 27px;
    font-size: 25px;
    outline: 0;
    border: none;
    background: rgba(209, 211, 224, .5);
    box-shadow: inset 0 4px 4px rgba(0, 0, 0, .1);
    border-radius: 10px;
    resize: none
}

.contacts__formHead-line,
.prefooter__line {
    height: 1px;
    border-bottom: 2px dashed #6d7494;
    opacity: .25
}

.contacts__form-input::placeholder {
    color: rgba(109, 116, 148, .3)
}

.contacts__form-input:not(:last-child) {
    margin-bottom: 25px
}

.contacts__formHead-title {
    flex-shrink: 0;
    font-weight: 900;
    font-size: 25px;
    text-align: right;
    color: #6d7494
}

.contacts__formHead-line {
    display: flex;
    width: 100%;
    margin: 0 15px
}

.contacts__form {
    width: calc(57.895% - 40px);
    flex-shrink: 0;
    position: relative;
    background: linear-gradient(135deg, #f0f1f4 0, #dfe0e7 100%);
    border-radius: 50px 0 0 50px;
    display: flex;
    flex-direction: column;
    padding: 37px 58px 71px 44px
}

.contacts__form-btnContentWrap,
.contacts__form-btnInside {
    border-radius: 71px;
    position: relative;
    z-index: 2;
    width: 100%
}

.contacts__form * {
    z-index: 2;
    position: relative
}

.contacts__form:after {
    content: '';
    position: absolute;
    background: -o-linear-gradient(315deg, #fff 0, #c8cad5 100%);
    background: linear-gradient(135deg, #fff 0, #c8cad5 100%);
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    border-radius: 50px 0 0 50px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: .8;
    z-index: -1;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.contacts__form-btnInside {
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #d4a373;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.contacts__form-btnText .contacts__form-btnInside {
    padding: 25px 58px;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #6d7494;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.contacts__form-btnContentWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.contacts__form-btn,
.contacts__form-btnContentWrap:before {
    -webkit-transition: .3s;
    -o-transition: .3s;
    position: absolute
}

.contacts__form-btn {
    transition: .3s;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: flex;
    right: 61px;
    max-width: 343px;
    width: 42.691%;
    bottom: -40px
}

.contacts__form-btnContent {
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    z-index: 1;
    font-weight: 500;
    transition: .3s
}

.contacts__form-btnContentWrap:before {
    content: '';
    background: -o-linear-gradient(315deg, #f3eae1 0, #cdc6c4 100%);
    background: linear-gradient(135deg, #f3eae1 0, #cdc6c4 100%);
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    border-radius: 100px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-box-shadow: 7px 7px 8px rgba(109, 116, 148, .1), 7px 7px 14px rgba(109, 116, 148, .1), -5px -4px 15px rgba(255, 255, 255, .85), 10px 10px 30px #d0d3e2, 1px 1px 21px #d4d7e6, -1px -1px 31px #fff;
    box-shadow: 7px 7px 8px rgba(109, 116, 148, .1), 17px 7px 14px rgba(109, 116, 148, .1), -5px -4px 15px rgba(255, 255, 255, .85), 10px 10px 30px #d0d3e2, 1px 1px 21px #d4d7e6, -1px -1px 31px #fff;
    z-index: -1;
    transition: .3s
}

.contacts__form-btnContentWrap:focus,
.contacts__form-btnContentWrap:hover {
    outline: 0
}

.contacts__form-btnContentWrap:focus:before,
.contacts__form-btnContentWrap:hover:before {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background: #d4a373
}

.contacts__form-btnContentWrap:focus .contacts__form-btnContent,
.contacts__form-btnContentWrap:hover .contacts__form-btnContent {
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
    color: #d4a373;
    outline: 0
}

.contacts__form-btnContentWrap:focus .contacts__form-btnInside,
.contacts__form-btnContentWrap:hover .contacts__form-btnInside {
    background: -o-linear-gradient(315deg, #f3eae1 0, #cdc6c4 100%);
    background: linear-gradient(135deg, #f3eae1 0, #cdc6c4 100%);
    transition: color .3s
}

.contacts__design {
    margin-top: -315px;
    z-index: -2;
    position: relative
}

.prefooter {
    margin-top: 170px;
    background-color: #dddee7;
    position: relative;
    padding: 60px 0 65px
}

.prefooter__title {
    font-weight: 900;
    font-size: 30px;
    flex-shrink: 0
}

.prefooter__head {
    display: flex;
    align-items: center;
    margin-bottom: 25px
}

.prefooter__line {
    display: flex;
    width: 100%;
    margin-left: 25px
}

.prefooter__cols * {
    font-size: 15px;
    line-height: 1.3
}

.prefooter__cols {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

.prefooter__cols_desclaimer {
    margin-top: 40px;
}

.prefooter__col:first-child,
.prefooter__col:nth-child(2) {
    width: 30%
}

.prefooter__col:nth-child(3) {
    width: 33.3%
}

.prefooter__col-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start
}

.prefooter__col-item {
    width: calc(50% - 10px);
    display: flex;
    align-items: center;
    margin-bottom: 15px
}

.prefooter__col-item:before {
    content: '';
    display: flex;
    width: 5px;
    height: 5px;
    border-radius: 10px;
    background-color: #6d7494;
    margin-right: 10px;
    flex-shrink: 0
}

.footer {
    background-color: #fff;
    padding: 32px 0
}

.footer__content {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.footer__copyright {
    color: #a1a1a1;
    font-size: 15px;
    text-align: right
}

.footer__logo-icon {
    max-width: 192px;
}

.footer__logo-icon img {
    width: 100%
}

.footer__logo-text {
    letter-spacing: .39em;
    text-transform: uppercase;
    margin-left: 20px
}


.popup {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: rgba(0, 0, 0, .75);
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 40px;
    height: 100vh;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
    display: flex;
}

.popup_active {
    opacity: 1;
    visibility: visible;
}

.popup-content {
    overflow: auto;
    background-color: #fff;
    height: calc(100vh - 40px - 50px);
    padding: 20px;
    max-width: 1140px;
}

.popup-wrapper {
    position: relative;
}

.popupForm .popup-content {
    height: initial !important;
    padding: 20px 30px 30px !important;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    width: 414px !important;
}

.popupForm-title {
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    color: #6d7494;
}

.popupForm-subtitle {
    text-align: center;
    font-size: 18px;
    max-width: 300px;
    font-weight: 300;
    margin: 15px auto 0;
    color: #000;
}

.popupForm-button {
    cursor: pointer;
    text-decoration: none;
    background-color: #ff0000;
    color: #fff;
    padding: 28px 0;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    border-radius: 42px;
    overflow: hidden;
    transition: 150ms transform;
    font-weight: 700;
    outline: none;
    border: none;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
}

.popupForm-button:hover {
    background: #d20000;
}

.popupForm-button:before {
    content: '';
    background-color: rgba(255, 255, 255, .4);
    background: linear-gradient(90deg, rgba(255, 255, 255, .15) 0%, rgba(255, 255, 255, .6) 50%, rgba(255, 255, 255, .15) 100%);
    background-origin: content-box;
    height: 100%;
    width: 50px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transform: skewX(-45deg) translateX(-150%);
    animation: css16_moving 4s ease-in-out infinite;
    z-index: 100;
}


.popup * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.popup .popup-content {
    overflow: auto;
    background-color: #fff;
    height: calc(100vh - 40px - 50px);
    padding: 20px;
    max-width: 1140px;
}

.faq {
    padding: 100px 55px;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
}

.faq__title {
    font-size: 48px;
    line-height: 1;
    font-family: Mandali, sans-serif;
}

.faq__content {
    padding-top: 50px;
}

.faq__header {
    display: flex;
    justify-content: space-between;
}

.faq__socList {
    display: flex;
}

.faq__socItem {
    width: 50px
}

.faq__socItem:not(:last-child) {
    margin-right: 30px;
}

.faq__socItem svg {
    width: 100%;
    height: auto;
}

.faq__socItem svg * {
    fill: #fff;
    transition: all .3s;
}

.faq__socItem:hover svg *,
.faq__socItem:focus svg * {
    fill: #d4a373;
    transition: all .3s;
}

.faq__questions {
    display: flex;
    flex-direction: column;
}

.faq__question {
    background: transparent;
    display: flex;
    flex-direction: column;
    cursor: pointer;
}

.faq__question:hover .faq__question-title,
.faq__question:focus .faq__question-title {
    color: #d4a373;
    transition: all .3s;
}

.faq__question-answer {
    padding-top: 30px;
    display: none;
    text-align: left;
    font-size: 18px;
    ц
}

.faq__question:not(:last-child) {
    margin-bottom: 40px;
    border-bottom: 1px solid #d4a373;
    padding-bottom: 40px;
}

.faq__question-title {
    display: flex;
    position: relative;
    justify-content: space-between;
    font-size: 28px;
    font-weight: 800;
    transition: all .3s;
}

.faq__question_active .faq__question-title:after {
    transform: rotate(180deg);
}

.faq__question-title:after {
    content: "";
    display: flex;
    background-image: url('data:image/svg+xml,<svg width="320" height="192" viewBox="0 0 320 192" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M300.6 0L320 20.7L160 192L0 20.7L19.3 0L160 150.5L300.6 0Z" fill="white"/></svg>');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 25px;
    height: 15px;
    transition: all .3s;
}

.hero__container--page-faq {
    padding: 0
}

.hero__content--page-faq {
    height: initial;
    border-radius: initial;
    min-height: 100vh;
}

.hero__content--page-faq:after {
    background-color: rgba(0, 0, 0, .9)
}

.hero__logo--page-faq:after {
    display: none;
}

.hero__nav--page-faq:before {
    display: none;
}

@media (max-width:1440px) {
    .aboutUs__text {
        width: 470px
    }

    .projects__slide {
        height: 0;
        padding-top: 46%
    }

    .projects__slide picture {
        bottom: 0;
        top: 0;
        margin: auto
    }

    .roadmap__head {
        margin-bottom: 2vw
    }

    .philosophy__head-title,
    .roadmap__phase-title {
        font-size: 5.20834vw
    }

    .philosophy__step-text {
        font-size: 15px
    }

    .contacts__form-input,
    .contacts__headerText,
    .contacts__headerText-desc,
    .whyUs__text-listItem,
    .whyUs__text-subtitle {
        font-size: 1.7366vw
    }

    .aboutUs__text-title {
        font-size: 1.944445vw
    }

    .contacts__design {
        margin-top: -22vw
    }

    .hero__logo-icon img {
        width: 150px
    }

    .hero__nav-item:not(:last-child) {
        margin-right: 25px
    }

    .hero__offer-btnText .hero__offer-btnInside {
        padding: 20px 40px
    }

    .hero__offer-btnImg img {
        max-width: 34px
    }

    .hero__footer-sponsor,
    .hero__offer-btnContent {
        font-size: 18px
    }

    .hero__title {
        font-size: 44px
    }

    .hero__logo {
        padding: 15px 20px
    }

    .hero__offer-btn:not(:last-child) {
        margin-right: calc(10px + 15px)
    }

    .menu__items {
        font-size: 45px
    }
}

@media (max-width:1200px) {
    .whyUs__text-listItem {
        padding-left: 25px
    }

    .whyUs__text-listItem:before {
        width: 6px;
        height: 6px;
        left: 10px
    }

    .contacts__headerBanner-text {
        font-size: 25px
    }

    .contacts__form-btnContentWrap:before,
    .hero__offer-btnContentWrap:before,
    .roadmap__head-btnContentWrap:before {
        width: calc(100% + 5px);
        height: calc(100% + 5px)
    }

    .contacts__header:before {
        top: -100px
    }

    .contacts {
        margin-top: 190px
    }

    .philosophy {
        margin-top: 20px
    }

    .philosophy__steps {
        margin-top: 40px
    }

    .prefooter {
        padding: 40px 0
    }

    .footer {
        padding: 30px 0
    }

    .contacts__form-input {
        padding: 20px
    }

    .contacts__headerText-desc {
        height: 125px
    }

    .contacts__headerText {
        height: 270px;
        padding: 40px 0 40px 40px
    }

    .whyUs__text-title {
        margin-bottom: 40px
    }

    .aboutUs__text-title:after,
    .whyUs__text-title:after {
        bottom: -15px
    }

    .whyUs__text-logo {
        top: 16px
    }

    .aboutUs__slide {
        height: 320px;
        width: 320px
    }

    .aboutUs__text {
        height: 320px;
        width: 570px
    }

    .whyUs__img {
        height: 320px;
        width: 36%
    }

    .aboutUs__text:before,
    .contacts__headerText:before,
    .prefooter:before,
    .whyUs__text:before {
        left: 40px
    }

    .philosophy__head-subtitle:before {
        width: 40px;
        height: 40px;
        background-size: 60%
    }

    .contacts__headerText-icon {
        width: 41px;
        height: 41px
    }

    .aboutUs__text-icon svg,
    .contacts__headerText-icon svg {
        width: 22px;
        height: 22px
    }

    .roadmap__image-link {
        width: 80px;
        height: 80px;
        right: 30px;
        bottom: 30px
    }

    .roadmap__head-btn:before {
        right: 90px;
        width: 92%
    }

    .contacts__form-btnContent,
    .roadmap__head-btnContent,
    .roadmap__phase-list {
        font-size: 18px
    }

    .roadmap__phase:not(:last-child) {
        margin-bottom: 5.5vw
    }

    .contacts__form-btnText .contacts__form-btnInside,
    .roadmap__head-btnText .roadmap__head-btnInside {
        padding: 20px 40px
    }

    .roadmap__phase:first-child:before {
        right: 38px;
        width: 30px;
        height: 17px;
        top: 121%
    }

    .roadmap__phase:nth-child(2):before {
        top: 207px;
        width: 30px;
        height: 17px;
        right: 107.5%
    }

    .contacts__form-btn {
        right: 40px
    }

    .contacts__form {
        padding: 40px 40px 60px
    }

    .roadmap__phases {
        margin-right: 40px;
        width: 460px
    }

    .aboutUs__text {
        padding: 40px 0 60px 40px
    }

    .roadmap__head-btn:after {
        width: 30px;
        height: 17px;
        left: -80px;
        top: 120px
    }

    .projects__slider .owl-prev {
        left: -25px
    }

    .projects__slider .owl-next {
        right: -25px
    }

    .projects__slider .owl-next,
    .projects__slider .owl-prev {
        width: 50px;
        height: 50px
    }

    .projects__slider .owl-nav button svg {
        width: 12px
    }

    .philosophy__step:before {
        width: 17px;
        height: 30px
    }

    .philosophy__steps:after {
        width: 19px;
        height: 30px
    }

    .whyUs__text {
        padding: 40px 0 40px 40px;
        width: calc(64% - 45px)
    }

    .aboutUs__text-title {
        margin-bottom: 35px;
        font-size: 23px
    }

    .roadmap__head {
        margin-bottom: 6vw;
        margin-top: -6%
    }

    .aboutUs {
        margin-top: 20px
    }

    .hero__nav {
        margin-right: 75px
    }

    .hero__headerLeft {
        margin: 20px 0 0 45px
    }

    .hero__title {
        margin-left: 55px
    }

    .hero__title:after {
        left: -80px
    }

    .hero__footer-sponsor {
        margin: 0 0 60px 60px
    }

    .hero__nav-item:not(:last-child) {
        margin-right: 20px
    }

    .menu__items {
        font-size: 40px
    }

    .container {
        padding: 0 40px
    }

    .hero__container,
    .philosophy__container,
    .projects__container {
        padding-bottom: 40px
    }

    .aboutUs__container,
    .contacts__container,
    .roadmap__container,
    .whyUs__container {
        padding: 0
    }

    .hero__offer-btns {
        bottom: 5px
    }

    .hero__content {
        height: calc(100vh - 60px)
    }

    .hero__headerRight {
        padding-top: 15px
    }

    .hero__container--page-faq {
        padding: 0
    }

    .hero__content--page-faq {
        height: initial;
    }

}

@media (max-width:1024px) {
    .contacts__header:before {
        top: -80px;
        width: 106.5%;
        left: -120px;
        height: 400px
    }

    .contacts {
        margin-top: 150px
    }

    .contacts__headerBanner {
        border-radius: 50px;
        height: 185px
    }

    .contacts__header {
        flex-direction: column;
        max-width: 779px;
        margin-right: auto;
        margin-left: auto;
        padding: 0 30px
    }

    .roadmap__cols {
        flex-direction: column-reverse
    }

    .philosophy__step:last-child:before,
    .philosophy__steps {
        display: none !important
    }

    .philosophy__steps_mobile .philosophy__steps {
        display: flex !important;
        max-width: 516px;
        width: 100%;
        margin-right: auto;
        margin-left: auto
    }

    .philosophy__steps_mobile {
        display: flex;
        position: relative;
        align-items: center
    }

    .philosophy__steps-paths {
        display: flex;
        flex-direction: column;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        width: 562px;
        top: 146px
    }

    .philosophy__steps-path {
        content: '';
        display: flex;
        width: 100%;
        height: 291px;
        border-radius: 0 86px 86px 0;
        border: 4px dashed #6d7494;
        border-left: none;
        transform: translateX(41px);
        opacity: .22;
        position: relative
    }

    .philosophy__steps-path:first-child:before {
        content: '';
        position: absolute;
        bottom: -4px;
        left: 0;
        width: 60%;
        height: 20px;
        background-color: #e9eaef
    }

    .philosophy__steps-path:last-child {
        height: 295px
    }

    .philosophy__steps-path:nth-child(2n):before {
        content: '';
        position: absolute;
        bottom: -4px;
        right: 0;
        width: 60%;
        height: 20px;
        background-color: #e9eaef
    }

    .philosophy__steps-path:nth-child(2n) {
        border-radius: 86px 0 0 86px;
        border: 4px dashed #6d7494;
        border-right: none;
        transform: translateX(-42px)
    }

    .philosophy__step-icon {
        width: 35px
    }

    .philosophy__step:nth-child(n+13):nth-child(-n+15):before,
    .philosophy__step:nth-child(n+5):nth-child(-n+7):before {
        transform: initial
    }

    .philosophy__step:nth-child(4n-1):before {
        transform: rotate(180deg) !important
    }

    .philosophy__step:nth-child(2n):before {
        transform: rotate(90deg) !important;
        top: 250px;
        right: -70px
    }

    .philosophy__step:before {
        right: -25%;
        animation: none;
        opacity: 1
    }

    .philosophy__step:nth-child(4n):before {
        display: initial;
        right: 570px
    }

    .philosophy__step {
        margin-bottom: 75px;
        width: calc(50% - 42px);
        padding-top: calc(50% - 42px)
    }

    .philosophy__step:nth-child(4n+5) {
        margin-top: initial
    }

    .aboutUs__text-title br,
    .hero__logo-text,
    .philosophy__steps:after,
    .philosophy__steps:before {
        display: none
    }

    .hero__logo-icon {
        margin-right: initial;
    }

    .contacts__form-input,
    .philosophy__step-text,
    .whyUs__text-subtitle {
        font-size: 16px
    }

    .philosophy__step:not(:nth-child(4n)) {
        margin-right: initial
    }

    .philosophy__step:nth-child(2n) {
        margin-left: 84px
    }

    .aboutUs__slide {
        width: 100%;
        height: 0;
        padding-top: 100%
    }

    .aboutUs__slide picture {
        bottom: 0;
        top: 0;
        margin: auto
    }

    .aboutUs__slider,
    .hero__content,
    .roadmap__phase {
        width: 100%
    }

    .aboutUs__text-title:after {
        left: 0;
        width: calc(100% - 30px)
    }

    .aboutUs__content {
        flex-direction: column;
        align-items: center
    }

    .footer__logo-text {
        font-size: 14px;
        margin-bottom: 5px;
        margin-left: 10px
    }

    .footer__logo-icon,
    .hero__logo-icon img {
        width: 125px
    }

    .aboutUs__text-icon,
    .contacts__headerText-icon,
    .fontSizeBtn {
        width: 36px;
        height: 36px
    }

    .prefooter__title {
        font-size: 28px
    }

    .aboutUs__text-title,
    .contacts__formHead-title,
    .philosophy__head-subtitle,
    .projects__title,
    .whyUs__text-title {
        font-size: 22px
    }

    .contacts__headerText-title {
        font-size: 22px;
        padding-right: 75px
    }

    .philosophy__head-subtitle:before {
        width: 30px;
        height: 30px;
        margin-right: 9px
    }

    .whyUs__text-listItem {
        font-size: 16px;
        padding-left: 15px
    }

    .aboutUs__text-icon svg,
    .contacts__headerText-icon svg {
        width: 19px;
        height: 19px
    }

    .fontSizeBtn {
        font-size: 16px
    }

    .contacts__headerText-desc {
        font-size: 16px;
        height: initial
    }

    .aboutUs__text-desc {
        height: auto;
        overflow: inherit
    }

    .prefooter:before {
        width: 241px;
        height: 30px
    }

    .contacts__form-btn {
        bottom: -30px;
        right: 30px
    }

    .contacts__form-inputs {
        margin-top: 30px
    }

    .contacts__form-btnText .contacts__form-btnInside,
    .hero__offer-btnText .hero__offer-btnInside,
    .roadmap__head-btnText .roadmap__head-btnInside {
        padding: 16px 30px
    }

    .contacts__form-btnContent,
    .hero__offer-btnContent,
    .roadmap__head-btnContent {
        font-size: 16px
    }

    .roadmap__head {
        margin-top: -5%;
        margin-bottom: 7vw
    }

    .aboutUs__text,
    .contacts__headerText {
        margin-right: initial;
        width: 100%;
        border-radius: 50px;
        height: auto;
        margin-bottom: 40px
    }

    .contacts__headerText:before {
        left: 30px
    }

    .contacts__form {
        padding: 30px 30px 70px
    }

    .contacts__headerBanner:after {
        left: -25px
    }

    .contacts__headerText {
        padding: 30px 0 60px 30px;
        font-size: 16px
    }

    .contacts__headerText:after {
        border-radius: 50px
    }

    .roadmap__phase-content {
        padding: 30px 70px 30px 30px
    }

    .aboutUs__text {
        padding: 30px 0 65px 30px
    }

    .aboutUs:before {
        width: calc(100% - 75px + 50px);
        border-bottom: 0;
        border-radius: 0 50px 0 0;
        height: 80%
    }

    .aboutUs__text:after {
        border-radius: 50px
    }

    .aboutUs__text:before,
    .whyUs__text:before {
        left: 30px
    }

    .whyUs__img {
        height: 290px;
        background-position: center bottom;
        margin-right: 30px;
        width: 31%
    }

    .whyUs__text-col:not(:last-child) {
        margin-right: 40px
    }

    .whyUs__text-col:not(:last-child):after {
        right: -20px
    }

    .whyUs__text-listItem:before {
        left: 0
    }

    .whyUs__text-logo {
        top: 9px;
        right: -20px
    }

    .whyUs__text {
        width: calc(69% - 30px);
        padding: 30px 0 30px 30px
    }

    .roadmap__image-link {
        width: 70px;
        height: 70px;
        right: 25px;
        bottom: 25px
    }

    .roadmap__phases {
        width: calc(100% - 180px);
        display: flex;
        flex-direction: column;
        margin-left: auto;
        margin-right: auto
    }

    .roadmap__head-btn {
        right: 20px
    }

    .roadmap__phase-list {
        font-size: 16px;
        overflow: initial;
        max-height: initial !important
    }

    .roadmap__head-logo {
        left: -30px
    }

    .roadmap__head-title {
        margin-left: -20px
    }

    .roadmap__head-btn:before {
        border-radius: 50px 50px 0 0;
        width: 90%;
        border-bottom: none
    }

    .roadmap__phase:after {
        content: '';
        border-radius: 0 86px 86px 0;
        opacity: .22;
        height: calc(50% + 90px);
        width: 60%;
        display: flex;
        position: absolute;
        border: 4px dashed #6d7494;
        border-left: none;
        z-index: -1;
        top: -90px;
        left: 100%
    }

    .roadmap__head-btn:after {
        left: -78px;
        top: 8.5vw
    }

    .roadmap__phase:first-child:after,
    .roadmap__phase:nth-child(2):after {
        width: 80px;
        top: calc(50% + 30px);
        border-left: none;
        height: calc(100% + 60px);
        right: 0
    }

    .roadmap__phase:not(:last-child) {
        margin-bottom: 30px
    }

    .roadmap__phase:first-child:before {
        right: -96px;
        width: 30px;
        height: 17px;
        top: 112%
    }

    .roadmap__phase:nth-child(2):after {
        left: -84px;
        transform: rotate(180deg)
    }

    .roadmap__phase:nth-child(2):before {
        right: 0;
        width: 30px;
        height: 17px;
        top: 109%;
        transform: initial;
        left: -97px
    }

    .roadmap__head-logo:before {
        width: calc(100vw - 50px)
    }

    .roadmap__image {
        margin-right: auto;
        height: 450px;
        margin-top: 60px;
        border-radius: 40px;
        width: calc(100% - 200px);
        margin-left: auto
    }

    .menu__items {
        font-size: 35px
    }

    .hero__offer-btns {
        right: initial
    }

    .container {
        padding: 0 30px
    }

    .contacts__container,
    .whyUs__container {
        padding: 0
    }

    .hero__container {
        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
    }

    .hero__container,
    .projects__container {
        padding-bottom: 30px
    }

    .philosophy__container {
        padding-bottom: initial
    }

    .hero__offer-btnImg .hero__offer-btnInside {
        padding: 11px
    }

    .hero__footer-sponsor {
        margin: 0 auto 70px
    }

    .hero__headerLeft {
        margin: 20px 0 0 30px
    }

    .hero__title {
        margin-left: 40px
    }

    .hero__title:after {
        left: -65px
    }

    .hero__headerRight {
        padding-top: 25px
    }

    .hero__nav {
        margin-right: 45px
    }

    .hero__logo {
        margin-right: 25px;
        margin-right: initial
    }

    .hero__container--page-faq {
        padding: 0
    }

    .hero__content--page-faq {
        height: initial;
    }

    .faq {
        padding: 60px 30px;
    }

    .faq__socItem {
        width: 30px;
    }

    .faq__socItem:not(:last-child) {
        margin-right: 20px;
    }

    .faq__question:not(:last-child) {
        margin-bottom: 25px;
        padding-bottom: 25px;
    }

    .faq__question-title {
        font-size: 22px;
    }
}

@media (max-width:768px) {

    .aboutUs__text,
    .contacts__form {
        max-width: 500px
    }

    .prefooter:before {
        width: 200px;
        height: 24px
    }

    .projects__slider {
        width: calc(100% - 30px);
        margin-right: auto;
        margin-left: auto
    }

    .aboutUs__slider {
        width: calc(100% + 40px)
    }

    .aboutUs__slider .owl-stage-outer {
        border-radius: 0
    }

    .contacts__form,
    .contacts__form:after {
        border-radius: 50px
    }

    .whyUs {
        padding-top: 65px
    }

    .footer__logo-text,
    .roadmap__head-logo {
        display: none
    }

    .roadmap__head-btn:after {
        right: 0;
        left: -2px;
        margin: auto;
        top: 100px
    }

    .roadmap__head-btn:before {
        width: 1px;
        right: 0;
        left: 0;
        height: 30vw;
        margin: auto
    }

    .roadmap__head-btn {
        right: initial;
        position: relative;
        top: initial;
        margin-top: -55px
    }

    .roadmap__head {
        margin-bottom: 15vw;
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .aboutUs:before,
    .contacts__design,
    .hero__logo:after,
    .hero__nav:before,
    .hero__title,
    .philosophy__head-line,
    .philosophy__head-title:before {
        display: none
    }

    .roadmap__phase-title {
        font-size: 35px
    }

    .philosophy__head-title {
        margin-bottom: 30px;
        font-size: 35px
    }

    .philosophy__head-subtitle:after {
        right: initial;
        left: 0;
        bottom: calc(100% + 10px)
    }

    .philosophy__head {
        flex-direction: column;
        align-items: flex-start
    }

    .roadmap {
        margin-top: -50px
    }

    .prefooter {
        margin-top: 150px
    }

    .contacts__form-btn {
        right: 0;
        left: 0;
        margin: auto
    }

    .contacts__form {
        width: 100%
    }

    .contacts__cols {
        flex-direction: column-reverse;
        align-items: center
    }

    .contacts__bg {
        top: -90px
    }

    .prefooter__cols {
        flex-direction: column
    }

    .prefooter__col {
        width: 100% !important
    }

    .prefooter__col-list {
        margin-top: 30px;
        margin-bottom: 15px
    }

    .philosophy__step:nth-child(2n):before {
        top: 190px
    }

    .philosophy__step:nth-child(4n):before {
        right: 456px
    }

    .philosophy__step:before {
        right: -32%
    }

    .philosophy__steps-paths {
        width: 447px;
        top: 116px
    }

    .philosophy__steps-path {
        height: 234px
    }

    .philosophy__steps-path:last-child {
        height: 237px
    }

    .philosophy__step-text {
        font-size: 14px;
        font-weight: 500
    }

    .philosophy__step-icon {
        width: 30px;
        top: 13%
    }

    .whyUs__img,
    .whyUs__text {
        width: 100%;
        border-radius: 50px;
        margin-right: auto;
        margin-left: auto;
        max-width: 500px
    }

    .philosophy__steps_mobile .philosophy__steps {
        max-width: 400px
    }

    .projects__slider .owl-next,
    .projects__slider .owl-prev {
        width: 40px;
        height: 40px
    }

    .projects__slider .owl-next {
        right: -18px
    }

    .projects__slider .owl-prev {
        left: -18px
    }

    .whyUs__text-col:not(:last-child):after {
        bottom: -15px
    }

    .whyUs__text {
        margin-bottom: 40px
    }

    .whyUs__text:after {
        border-radius: 50px
    }

    .whyUs__content {
        flex-direction: column-reverse
    }

    .whyUs__text-logo {
        right: 10px;
        border-radius: 25px 40px 0 25px
    }

    .contacts__header:before {
        width: 110.5%
    }

    .contacts__header {
        padding: initial;
        max-width: 500px
    }

    .menu__items {
        font-size: 30px
    }

    .menu__close {
        width: 80px
    }

    .hero__header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .hero__nav {
        margin-right: initial
    }

    .hero__headerRight {
        padding-top: 35px
    }

    .hero__headerLeft {
        margin: 20px 0 0
    }

    .hero__content:after {
        background-color: rgba(0, 0, 0, .7)
    }

    .container {
        padding: 0 20px
    }

    .hero__container,
    .philosophy__container,
    .projects__container {
        padding-bottom: 20px
    }

    .hero__content {
        height: calc(100vh - 65px);
        background-position: center
    }

    .hero__offer-btns {
        bottom: -5px
    }

    .hero__container--page-faq {
        padding: 0
    }

    .hero__content--page-faq {
        height: initial;
    }
    .hero__content--page-faq:after {
        background-color: rgba(0, 0, 0, .9);
    }
    .faq__question-answer {
        font-size: 16px;
        font-weight: 300;
    }
}

@media (max-width:620px) {

    .roadmap__image,
    .roadmap__phases {
        max-width: 500px;
        width: 100%
    }

    .philosophy__steps-path:nth-child(2n) {
        border-radius: 30px 0 0 30px
    }

    .aboutUs__text-title,
    .contacts__formHead-title,
    .contacts__headerText-title,
    .philosophy__head-subtitle,
    .prefooter__title,
    .projects__title,
    .whyUs__text-title {
        font-size: 20px
    }

    .hero__logo-icon img,
    .whyUs__text-logo svg {
        width: 100px
    }

    .whyUs__text-title {
        padding-right: 155px
    }

    .roadmap__head-btn {
        margin-top: -35px
    }

    .contacts__form {
        padding: 25px 25px 50px
    }

    .footer__copyright {
        text-align: center
    }


    .footer__content,
    .whyUs__text-cols {
        flex-direction: column
    }

    .footer__logo {
        margin-bottom: 10px
    }

    .footer {
        padding: 20px 0
    }

    .whyUs__text-col:not(:last-child) {
        border-bottom: 2px dashed rgba(109, 116, 148, .22);
        margin-right: initial;
        margin-bottom: 20px;
        padding-bottom: 20px
    }

    .hero__nav:after,
    .roadmap__head-btn:after,
    .roadmap__head-btn:before,
    .roadmap__phase:before,
    .whyUs__text-col:not(:last-child):after {
        display: none
    }

    .roadmap__image {
        height: 300px
    }

    .roadmap__phase:after {
        display: none !important
    }

    .roadmap__head {
        margin-bottom: 10vw
    }

    .philosophy__step:nth-child(2n):before {
        top: 139px;
        right: -28px
    }

    .philosophy__step:nth-child(2n) {
        margin-left: 60px
    }

    .philosophy__step:nth-child(4n):before {
        right: 303px
    }

    .philosophy__step {
        width: calc(50% - 30px);
        padding-top: calc(50% - 30px);
        margin-bottom: 45px
    }

    .philosophy__step-text {
        font-size: 12px;
        font-weight: 600
    }

    .philosophy__step-icon {
        width: 25px;
        top: 10%
    }

    .philosophy__step:before {
        right: -35%
    }

    .philosophy__steps_mobile .philosophy__steps {
        max-width: 290px
    }

    .philosophy__steps-paths {
        width: 251px;
        top: 96px
    }

    .philosophy__steps-path {
        border-radius: 0 30px 30px 0;
        height: 160px
    }

    .philosophy__steps-path:last-child {
        height: 165px
    }

    .hero__offer-btnText .hero__offer-btnInside {
        padding: 16px 15px
    }

    .menu__items {
        font-size: 25px
    }

    .hero__offer-btns {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        max-width: 300px;
        bottom: 0
    }

    .hero__offer-btns:after {
        border-radius: 50px 50px 0 0
    }

    .hero__offer-btn:nth-child(3) {
        width: 100%;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-bottom: 25px
    }

    .hero__offer-btn:nth-child(2) {
        margin-right: initial
    }

    .hero__footer-sponsor {
        font-weight: 400;
        font-family: Mandali, sans-serif
    }

    .hero__nav-item:not(:last-child) {
        margin-right: 15px
    }

    .container {
        padding: 0 15px
    }

    .hero__container,
    .philosophy__container,
    .projects__container {
        padding-bottom: 15px
    }

    .no-webp .hero__content {
        background-image: url(img/banner_mob_pre.jpg)
    }

    .webp .hero__content {
        background-image: url(img/banner_mob_pre.webp)
    }

    .hero__content {
        height: calc(100vh - 45px);
        background-size: cover
    }

    .hero__headerRight {
        padding-top: 25px
    }

    .hero__content:after {
        background-color: rgba(0, 0, 0, .4)
    }

    .hero__container--page-faq {
        padding: 0
    }

    .hero__content--page-faq {
        height: initial;
    }
    .hero__content--page-faq:after {
        background-color: rgba(0, 0, 0, .9);
    }
}


@media (max-width:480px) {
    .hero__nav-items {
        max-width: 300px;
    }

    .popup {
        padding: 15px;
    }

    .popup .popup-content {
        padding: 15px;
    }

    .popupForm .popup-content {
        width: 100% !important;
        padding: 30px !important;
    }
}

@media (max-width:425px) {
    .hero__container {
        padding: 0
    }

    .menu__close {
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%)
    }

    .menu__items {
        padding-top: 80px
    }

    .hero__footer-sponsor {
        margin: 0 auto 85px
    }
}

@media (max-width:375px) {
    .popup-content {
        width: calc(100% - 20px);
        margin: 0 auto;
    }
}


@media (max-width:360px) {
    .hero__nav-items {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: 300px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}