@font-face {
    font-family: "Affect";
    src: url('../fonts/affect.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap; 
}

@font-face {
    font-family: "Rubik";
    src: url('../fonts/Rubik-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap; 
}

@font-face {
    font-family: "Rubik";
    src: url('../fonts/Rubik-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap; 
}

@font-face {
    font-family: "Rubik";
    src: url('../fonts/Rubik-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap; 
}

body,
.btn {
    font-family: "Rubik", sans-serif;
}

._btn_disable{
    pointer-events: none!important;
    cursor: not-allowed!important;
}
.btn {
    font-size: 13px;
}

.site-header__logo {
    margin-right: 145px;
}

.site-header__logo img {
    max-width: 104px;
}

.site-header__inner-wrapper {
    justify-content: flex-start;
}

.site-header,
.hero {
    background-color: transparent;
}

.hero-bg {
    background: url('../img/main-screen.jpg') no-repeat center/cover;
}

.hero {
    padding-top: 250px;
    padding-bottom: 150px;
}

.btn.site-header__presentation {
    background:  #fff;
    color: #3B3B42;
    box-shadow: 0px 0px 12px 3px transparent !important;
}

.btn.site-header__presentation:hover {
    box-shadow: 0px 0px 12px 3px rgba(255, 255, 255, .5) !important;
}

.btn.site-header__presentation.btn-transparent {
    background: transparent;
    color: #fff;
    box-shadow: none !important;
}

.hero .btn.site-header__presentation.btn-transparent {
    margin-right: 26px;
}

.btn.site-header__presentation.btn-transparent:hover {
    background: #fff;
    color: #3B3B42;
    box-shadow: none !important;
}

.btn.site-header__link {
    font-size: 13px;
    line-height: 100%;
    padding: 15px;
    max-width: 168px;
    margin-left: 20px;
}

.hero .hero-title {
    font-family: 'Affect', sans-serif;
    font-weight: bold;
    font-size: 45px;
    line-height: 100%;
    color: #F8F8F8;
    text-transform: uppercase;
    max-width: inherit;
    margin-bottom: 0;
}

.hero .hero-descript {
    font-weight: 300;
    font-size: 18px;
    line-height: 150%;
    color: #F8F8F8;
    margin-top: 15px;
    margin-bottom: 35px;
}

.hero .hero-title .line {
    background: url('../img/icons/wide-lines.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    max-width: 200px;
    width: 100%;
    display: inline-block;
    font-size: 50px;
    display: inline-block;
    text-align: center;
}

.form-wrapper label {
    font-size: 14px;
}

.hero .hero-socials .hero-socials__link {
    background: rgba(255, 255, 255, 0.1);
}

.hero .hero-socials .hero-socials__link:hover:first-child {
    background-color: rgba(59, 89, 152, 1);
}

.hero .hero-socials .hero-socials__link:hover:nth-child(2) {
    background-color: rgba(255, 0, 0, .7);
}

.hero .hero-socials .hero-socials__link:hover:last-child {
    background-color: rgba(0,136,204, 1);
}

.btn.btn-black {
    background-color: #1C325F;
    box-shadow: 0px 0px 12px 3px transparent !important;
    color: #fff;
}

.recieve {
    padding-top: 164px;
    padding-bottom: 130px;
}

.recieve .recieve-block {
    max-width: inherit;
}

.recieve .recieve-title {
    font-size: 36px;
    line-height: 100%;
    font-family: 'Affect', sans-serif;
    font-weight: 300;
    color: #1C325F;  
}
.recieve .recieve-title .bold,
.recieve .recieve-title .accent {
    font-weight: bold;
}

.recieve .recieve-title .accent {
    color: #F0609F;
}

.btn.btn-black:hover,
.recieve .btn:hover {
    box-shadow: 0px 0px 12px 3px rgba(28,50,95, .5) !important;
    background-color: #1C325F;
    color: #fff;
}

.btn.btn-black.btn-transparent,
.reason .reason-btn .btn-white.btn-transparent {
    background-color: transparent;
    border: 1px solid #1C325F;
    color: #1C325F;
    box-shadow: none !important;
}

.btn.btn-black.btn-transparent:hover,
.reason .reason-btn .btn-white.btn-transparent:hover {
    background-color: #1C325F;
    color: #fff;
    box-shadow: none !important;
}

.main-nav .main-nav__link {
    font-size: 16px;
    line-height: 150%;
    font-family: 'Rubik', sans-serif;
}

.main-nav.main-nav-links .main-nav__link:first-child {
    padding-left: 0;
}

.main-nav.main-nav__phones {
    margin-left: 20px;
}

.main-nav.main-nav__phones .main-nav__link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-right: 0;
}

.about {
    background: url('../img/building.png') no-repeat center bottom, url('../img/icons/about-waves.svg') no-repeat center/contain, linear-gradient(0deg, #F0609F 0%, #8CD3D6 100%);
    padding: 130px 0;
}

.adapt {
    background-image: url('../img/icons/adapt-waves.svg');
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}

.section-title,
.section-subtitle,
.section-text,
.invest .invest-card__title,
.about .about-title,
.about .about-subtitle,
.recieve .recieve-title,
.perspective .perspective-card__title,
.reason-card .reason-card__text-num,
.reason-card .reason-card__text-title,
.form .section-text {
    font-family: "Rubik", sans-serif;
}

.perspective .perspective-card__title {
    font-family: 'Affect', sans-serif;
    font-size: 18px;
}

.perspective .perspective-card__text {
    font-weight: 300;
    font-size: 16px;
    line-height: 120%;
}

.section-title {
    color: #1C325F;
    font-family: 'Affect', sans-serif;
    font-weight: bold;
    font-size: 50px;
    line-height: 100%;
    margin-bottom: 34px;
}

.we {
    background: url('../img/we-new-2.jpg') no-repeat right/cover, #1C325F;
    padding: 0;
}

.we .section-title {
    color: #F8F8F8;
    margin-bottom: 34px;
}

.we .section-text {
    font-weight: 300;
    font-size: 18px;
    line-height: 150%;
    font-family: 'Rubik', sans-serif;
    color: #F8F8F8;
    margin-bottom: 55px;
}

.we .we-img {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
    padding-left: 0;
    position: relative;
}

/* .we .we-img .img {
    display: none;
} */

.we .we-img .name {
    background: rgba(255, 255, 255, 0.21);
    backdrop-filter: blur(15px);
    border-radius: 7px;
    padding: 12px 25px;
    font-style: italic;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    letter-spacing: -0.035em;
    color: #D4F8FE;
    white-space: nowrap;
    position: absolute;
    right: 44px;
    bottom: 68px;
}
.we .we-img .position {
    background: rgba(255, 255, 255, 0.21);
    backdrop-filter: blur(15px);
    border-radius: 7px;
    padding: 12px 25px;
    font-style: italic;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    letter-spacing: -0.035em;
    color: #D4F8FE;
    white-space: nowrap;
    position: absolute;
    right: 14px;
    bottom: 14px;
}

.we .we-img .line {
    background: url('../img/icons/wide-lines-4.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    max-width: 240px;
    height: 100px;
    width: 100%;
    font-size: 24px;
    color: #1C325F;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 45px;
}

.we .btn.btn-black.btn-transparent {
    margin-bottom: 0;
    border: 1px solid #F8F8F8;
    color: #F8F8F8;
    background-color: transparent;
}

.we .btn.btn-black.btn-transparent:hover {
    background-color: #f8f8f8;
    color: #1c325f;
    box-shadow: none !important;
}

.we .btn.btn-black {
    margin-bottom: 0;
    background-color: #F8F8F8;
    color: #3B3B42;
}

.we .btn.btn-black:hover {
    box-shadow: 0px 0px 12px 3px rgb(255 255 255 / 50%) !important;
}

.adapt .section-title .section-title__black,
.reason .section-title .section-title__black  {
    background-color: transparent;
    color: #1C325F;
    font-size: 30px;
    line-height: 100%;
    text-align: center;
    background-image: url('../img/icons/wide-lines.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    padding: 20px;
    max-width: 330px;
}

.adapt .section-title {
    margin-bottom: 35px;
}

.adapt .section-text {
    font-weight: 300;
    font-size: 18px;
    line-height: 150%;
}

.adapt .adapt-video img {
    max-width: 525px;
}

.adapt .adapt-video .adapt-video__cta {
    font-size: 18px;
    line-height: 130%;
    color: #3B3B42;
    max-width: 84px;
}

.adapt .button-play {
    background-color: #F0609F;
}

.adapt .button-play::after {
    border: 1px solid #F0609F;
}

.reason .section-title .section-title__black {
    margin-top: 20px;
}

.reason .section-title .section-title__black {
    background-image: url('../img/icons/wide-lines-2.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    max-width: 260px;
}

.reason-card .reason-card__text-num {
    font-size: 16px;
    font-family: 'Affect', sans-serif;  
}

.reason-card .reason-card__text-title {
    font-family: 'Affect', sans-serif;
}

.perspective .perspective-card__icon .icon {
    width: 40px;
    height: 40px;
}

.perspective .perspective-card__title {
    color: #1C325F;
}

.reason-card .reason-card__text-title,
.reason-card .reason-card__text-descr,
.reason-card .reason-card__text-num {
    color: #3B3B42;
}

.reason-card .reason-card__text.reason-card__text--accent::before {
    background: linear-gradient(0deg, #F0609F 0%, #8CD3D6 100%);
    opacity: 0.3;
}

.advantages {
    padding: 137px 0;
    background: url('../img/advantages-bg.jpg') no-repeat center/cover;
    position: relative;
}

.advantages .btn.btn-black.btn-transparent {
    color: #fff;
    border: 1px solid #fff;
}

.advantages .btn.btn-black.btn-transparent:hover {
    border: 1px solid transparent;
}

.advantages .section-title {
    color: #f8f8f8;
}

.advantages .advantages-list__item {
    font-weight: 300;
    font-size: 16px;
    line-height: 100%;
    color: #FFFFFF;
}

.form {
    background-color: #1C325F;
}

.form.form-footer {
    background: linear-gradient(90deg, #1C325F 0%, #F0609F 100%);
}

.form-wrapper .form-control:focus {
    color: #fff;
}

.faq-accordion .accordion-btn[aria-expanded="true"] .faq-accordion__number {
    background-color: #1C325F;
}

.invest .invest-card::after {
    box-shadow: 30px 8px 50px transparent;
    transition: all ease-in-out .4s;
    z-index: -1;
}
.invest-slider .slick-track{
    display: flex;
}
.invest-slider .slick-slide{
    height: auto;
}
.invest-slider .slick-slide>div, .invest-slider__item {
    height: 100%;
}

.invest-slider .invest-card{
    height: calc(100% - 100px);
    display: flex;
    flex-direction: column;
}

.invest .invest-card:hover {
    -webkit-box-shadow: 30px 8px 50px rgb(0 0 0 / 25%);
    box-shadow: 30px 8px 50px rgb(0 0 0 / 25%);
}

.about .about-info .about-info__inner {
    padding-bottom: 26px;
    margin-bottom: 0;
}

.about .about-info .about-info__inner.about-info__inner--margin,
.about .about-info .about-info__end.about-info__end--margin {
    margin-bottom: 87px;
}

.about .about-title {
    font-weight: bold;
    font-size: 50px;
    line-height: 1;
    font-family: 'Affect', sans-serif;
}

.about .about-info.about-info__end .about-title,
.about .about-info.about-info__end .about-subtitle {
    text-align: left;
    max-width: 210px;
    margin-left: auto;
}

.about .about-info.about-info__end .about-info__inner::after {
    left: 120px;
}

.about .about-subtitle {
    font-weight: bold;
    font-size: 18px;
    line-height: 150%;
    font-family: 'Affect', sans-serif;
    color: #fff;  
}

.uForm__error-msg {
    display: none;
    color: red
}

.header__mobile .switch_lange,
.uForm__extended {
    display: none
}

.header,
.uForm__preload {
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #fff
}

.uForm__preload {
    display: none;
    position: absolute;
    z-index: 999;
    height: 100%;
    background: #fff url('../uForm/img/loading.gif') no-repeat;
    background-size: contain;
    background-position: center;
    margin: 0 auto;
}

#uForm__message-text_1.message-text,
#uForm__message-text_2.message-text,
#uForm__message-text_3.message-text,
#uForm__message-text_4.message-text {
    background: rgba(255, 255, 255, 0.1);
    padding: 15px 25px;
    font-size: 14px;
    line-height: 100%;
    margin-bottom: 0;
    color: #fff;
    font-family: 'Rubik', sans-serif;
    max-width: 400px;
}

.about::after {
    content: none;
}

.form .section-title {
    font-size: 22px;
    line-height: 100%;
    font-weight: normal;
}
.form .section-text {
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    color: #fff;
}

.faq .section-title {
    color: #14141B;
}

.faq-accordion .card-body {
    font-size: 16px;
    line-height: 20px;
    color: #3B3B42;
    background: #FFFFFF;
    box-shadow: 30px 8px 50px rgb(0 0 0 / 5%);
}

.faq-accordion .accordion-btn[aria-expanded="true"]::after {
    background-color: #1C325F;
}

.faq .faq-header {
    background-image: url('../img/faq-new.jpg');
}

.invest .invest-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #C1C7D2;
}

.invest .invest-controls {
    display: flex;
}

.mb30{margin-bottom: 30px;}
.mb20{margin-bottom: 20px;}

.invest-card{
    display: block;
    text-decoration: none;
    color: #14141B;
    transition: .3s;
}

.invest-card:hover{
    text-decoration: none;
    color: #14141B;
    box-shadow: 30px 8px 50px rgba(0, 0, 0, 0.25);
}

.invest-card .card-body{
    padding: 10px 20px 20px 20px;
}

.invest-card .ttl{
    font-family: 'Affect', sans-serif;
    font-size: 30px;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px;
}
.invest-card .profit{
    padding: 10px;
    background: #FDEFF5;
    text-align: center;
}
.invest-card .profit .key{
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 4px;
}
.invest-card .profit .val{
    font-weight: 500;
    font-size: 24px;
    line-height: 1;
    color: #F0609F;
}
.invest-card .info{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.invest-card .info:after {
    content: '';
    width: 1px;
    height: 100%;
    background: #F0F0F0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.invest-card .info .item{
    width: calc(50% - 35px);    
}
.invest-card .info .item .key{
    font-weight: 300;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 9px;
}
.invest-card .info .item .val{
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
} 
.invest-card .info .item .val.logo{
    min-height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.invest-card .info .item .val.logo img{
    max-width: 130px;
}

.invest-card:nth-child(3) .info .item .val.logo img {
    max-width: 110px;
}
/* .invest-card:nth-child(6) .info .item .val.logo img {
    max-width: 80px;
} */

.invest-card.sold:hover {
    box-shadow: none;
}

.invest-card.sold .invest-card__img img {
    opacity: .6;
}

.tag-label {
    font-family: 'Affect', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: center;
    width: 240px;
    height: 100px;    
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    text-align: center;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    position: absolute;
    color: #FFFFFF;
    top: 15px;
    right: 15px;
}

.tag-sold {
    background: url('../img/icons/labels/sold.svg') no-repeat center / contain;
    width: 129px;
    height: 47px;

}

.tag-startingPrice,
.tag-startingPriceNew {
    background: url('../img/icons/labels/startingPrice.svg') no-repeat center / contain;
    width: 180px;
    height: 70px;
}

.tag-startingPriceNew {
    width: 220px;
    height: 80px;
}

.tag-risePrice {
    background: url('../img/icons/labels/risePrice.svg') no-repeat center / contain;
    width: 204px;
    height: 63px;
    color: #1C325F;
}

.tag-stage {
    background: url('../img/icons/labels/stage.svg') no-repeat center / contain;
    width: 171px;
    height: 63px;
}

.tag-last {
    background: url('../img/icons/labels/last.svg') no-repeat center / contain;
    width: 222px;
    height: 47px;
}

.invest-projects {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 44px 30px;
    max-width: 1410px;
    width: 95%;
    margin-top: 44px;
    margin-bottom: 55px;
    margin-left: auto;
    margin-right: auto;
}

.invest .invest-card {
    display: flex;
    flex-direction: column;
    max-width: 450px;
    width: 100%;
    margin: 0 auto;
    background: #FFFFFF;
}
.invest .invest-card .card-body{
    display: flex;
    flex-direction: column;
    flex: 1;
}
.invest .invest-card .card-body .info{
    flex: 1;
}

.invest .invest-card.sold {
    order: 1;
}

.projects-more {
    font-weight: 400;
    font-size: 13px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    background-color: transparent;
    color: #14141B;
    cursor: pointer;
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #86868A;
    padding: 0;
    margin-bottom: 10px;
}

.projects-more .projects-more__text {
    padding: 18px 46px;
    box-shadow: 0px 0px 12px 3px transparent;
    transition: all ease-in-out .4s;
}

.projects-more .projects-more__amount {
    padding: 18px 21px;
    border-left: 1px solid #86868A;
    transition: all ease-in-out .4s;
    box-shadow: 0px 0px 12px 3px transparent;
}

.projects-more:hover .projects-more__text {
    box-shadow: 0px 0px 12px 3px rgb(28 50 95 / 50%);
}

.projects-more:hover .projects-more__amount {
    box-shadow: 0px 0px 12px 3px rgb(28 50 95 / 50%);
    background-color: #1C325F;
    color: #fff;
}

#map {
    width: 100%;
    height: 500px;
    margin-top: 50px;
}

/* .projects-more {
    display: none !important;
} */

.btn.card-more {
    padding: 10px 15px;
    max-width: inherit;
    margin-top: 25px;
}

.options {
    padding-top: 120px;
    background: url('../img/icons/about-waves.svg') no-repeat  center bottom -90px/auto, linear-gradient(180deg, rgba(248, 248, 248, 0) 0%, #8CD2D5 100%);
}

.options__block {
    padding: 0 60px;
    background-color: #F8F8F8;
    position: relative;
    max-width: 690px;
    width: 100%;
}

.options__block.options__block--1 {
    background-image: url('../img/block-1.jpg');
    background-repeat: no-repeat;
    background-position: center right;
    background-size: auto;
}
.options__block.options__block--2 {
    background-image: url('../img/block-2.jpg');
    background-repeat: no-repeat;
    background-position: center right;
    background-size: auto;
}

.options__block .line {
    font-family: 'Affect';
    max-width: 204px;
    height: 100px;
    width: 100%;
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    letter-spacing: -0.05em;
    position: absolute;
    top: -15px;
    right: 20px;
}

.options__block .line.line-2 {
    background: url('../img/icons/wide-lines-2.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.options__block .line.line-4 {
    background: url('../img/icons/wide-lines-4.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.options__content {
    max-width: 300px;
    position: relative;
    padding-top: 90px;
    padding-bottom: 60px;
}

/* .options__content::after {
    content: "";
    position: absolute;
    background: linear-gradient(90deg, #F8F8F8 0%, rgba(248, 248, 248, 0) 100%);
    top: 50%;
    transform: translateY(-50%);
    right: -160px;
    width: 163px;
    height: 100%;
} */

.options__title {
    font-family: 'Affect';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 100%;
    text-transform: uppercase;
    color: #14141B;
    min-height: 90px;
    margin-top: 0;
    margin-bottom: 20px;
}

.options__block .btn {
    line-height: 100%;
}

.options__subtitle {
    padding: 25px 20px 21px 20px;
    background-color: #F8F8F8;
    text-align: center;
}

.section-subtitle {
    margin-bottom: 0;
}

.options__items {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1px;
}

.options__item {
    padding: 107px 16px 21px 22px;
    background: rgba(248, 248, 248, 0.6);
    backdrop-filter: blur(50px);    
    -webkit-backdrop-filter: blur(50px); 
}

.options__item-img {
    position: relative;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
}

.options__item-1 .options__item-img {
    background-image: url('../img/icons/option-1.svg');
}
.options__item-2 .options__item-img {
    background-image: url('../img/icons/option-2.svg');
}
.options__item-3 .options__item-img {
    background-image: url('../img/icons/option-3.svg');
}
.options__item-4 .options__item-img {
    background-image: url('../img/icons/option-4.svg');
}
.options__item-5 .options__item-img {
    background-image: url('../img/icons/option-5.svg');
}
.options__item-6 .options__item-img {   
    background-image: url('../img/icons/option-6.svg');
}

.options__item-img::before {
    content: "";
    position: absolute;
    background: rgba(255, 255, 255, 0.5);
    width: 30px;
    height: 30px;
    top: -9px;
    right: -15px;
    z-index: -1;
}

.options__item-title {
    font-family: 'Affect';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    text-transform: uppercase;
    color: #3B3B42;
    margin-top: 31px;
    margin-bottom: 24px;
}

.options__item-descript {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 140%;
    color: #3B3B42;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 188px;
    min-height: 96px;
}

.modal .modal-content {
    background-color: #1C325F;
    border: none;
    padding: 15px;
}

.modal .modal-header {
    border-bottom: 0;
    color: #fff;
    margin-top: 44px;
}

.modal .modal-header .close span {
    color: #fff;
}

.modal .modal-header .close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-weight: normal;
    opacity: 1;
    font-size: 20px;
    text-shadow: none;
}

.about-logo-wrap {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.about-logo-wrap .logo {
    max-width: 150px;
}

.section-documents {
    padding-bottom: 120px;
}

.section-documents .docs-flex {
    justify-content: center;
}

.section-documents .docs-flex .item {
    border-radius: 6px;
    border: 1px solid #D3D3D3;
    padding: 30px 40px;
    width: calc(33.33% - 30px);
}

.section-documents .docs-flex .item::before {
    content: none;
}

.section-documents .docs-flex .item:hover {
    background: transparent;
    color: inherit;
}

.section-documents .docs-flex .item .ttl {
    font-family: Affect, sans-serif;
    color: #1C325F;
    font-size: 24px;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.section-documents .docs-flex .item .ttl span {
    font-weight: 400;
    display: block;
}

.section-documents .docs-flex .item .text-box {
    max-width: inherit;
}

.section-documents .docs-flex .item .list {
    padding-left: 60px;
    margin: 0;
    list-style: none;
    position: relative;
}

.section-documents .docs-flex .item .list::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-image: url('../img/doc.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 40px;
    height: 40px;
}

.section-documents .docs-flex .item .list li:not(:last-child) {
    margin-bottom: 11px;
}

.section-documents .docs-flex .item .list a {
    font-size: 20px;
    font-weight: 400;
    line-height: 100%;
    text-decoration-line: underline;
    color: #1C325F;
    transition: all ease-in-out .4s;
}

.section-documents .docs-flex .item .list a.empty,
.section-documents .docs-flex .item .list a:hover {
    color: #EB5899;
    text-decoration: none;
}

.section-documents .docs-flex .item .list a.empty {
    color: #D2D2D2;
    cursor: not-allowed;
    pointer-events: none;
}

/* NEW UPDATES START */ 

.site-header .container {
    max-width: 1785px;
    padding: 0 55px;
}

.site-header__inner-wrapper {
    justify-content: space-between;
}

.site-header__logo {
    max-width: 245px;
    margin-right: 20px;
}

.site-header__logo img {
    max-width: 245px;
}

.weekend {
    padding-top: 87px;
    padding-bottom: 92px;
}

.weekend-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 65px;
    padding: 23px 42px;
    border: 1px solid #8CD3D6;
}

.weekend-img img {
    max-width: 282px;
}

.weekend-content h2 {
    font-family: 'Affect', sans-serif;
    font-weight: bold;
    font-size: 45px;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.weekend-content h2 span:first-child {
    color: #1C325F;
}

.weekend-content h2 span:last-child {
    color: #8CD3D6;
}

.weekend-content h3 {
    color: #1C325F;
    font-family: 'Affect', sans-serif;
    font-size: 34px;
    font-weight: 700;
    line-height: normal;
}

.weekend-content h3 br {
    display: none;
}

.weekend-content p {
    color: #1C325F;
    font-family: 'Rubik', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}

.weekend-follow {
    max-width: 255px;
}

.weekend-follow h4 {
    color: #EA5898;
    font-family: 'Affect', sans-serif;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    margin-bottom: 26px;
}

.weekend-follow a {
    display: block;
    color: #1C325F;
    text-align: center;
    font-family: 'Affect', sans-serif;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    padding: 22px 34px;
    border: 1px solid #1C325F;
    text-decoration: none;
    transition: all ease-in-out .4s;
}

.weekend-follow a:hover {
    box-shadow: 0px 0px 12px 3px rgba(28,50,95, .5);
    background-color: #1C325F;
    color: #fff;
}

/* NEW UPDATES END */ 

/* PROJECTS TABS START */

.invest-tabs {
    margin-top: 35px;
}

.invest-tabs__container {
    max-width: 1410px;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

.invest-tabs__btns {
    position: relative;
}

.invest-tabs__btns::before {
    content: "";
    position: absolute;
    left: 0;
    max-width: 1347px;
    width: 100%;
    top: 50px;
    border-bottom: 1px dashed #1C325F;
}

.invest-tabs__block {
    max-width: 447px;
}

.invest-tabs__block:not(:last-child) {
    margin-right: 100px;
}

.invest-tabs__block p {
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    color: #1C325F;
    margin-bottom: 0;
}

.invest-tabs__btns {
    display: flex;
    justify-content: space-between;
}

.invest-tab {
    color: #1C325F;
    font-family: 'Affect', sans-serif;
    font-size: 34px;
    font-weight: 700;
    line-height: 110%;
    border: none;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 17px;
    margin-bottom: 17px;
    text-transform: uppercase;
    background-color: transparent;
    cursor: pointer;
    position: relative;
    transition: all ease-in-out .4s;
}

.invest-tab:focus {
    outline: none;
}

.invest-tab.active {
    color: #EA5898;
}

.invest-tab::after {
    content: "";
    position: absolute;
    width: 100%;
    border-bottom: 7px solid #EA5898;
    left: 0;
    bottom: 3px;
    border-radius: 15px;
    filter: drop-shadow(0px 7px 10px rgba(28, 50, 95, 0.30));
    opacity: 0;
    transition: all ease-in-out .4s;
}

.invest-tab.active::after {
    opacity: 1;
}

.inner-page-wrapper .btn.btn-blue {
    padding: 17px;
}
/* PROJECTS TABS END */


.section-documents .section-title {
    position: relative;
    display: inline-block;

}
.section-documents__label {
    background: url(../img/icons/wide-lines-2.svg) no-repeat center;
    display: inline-block;
    padding: 15px;
    background-size: contain;
    color: #1C325F;
    font-size: 22px;
    position: absolute;
    right: -50px;
    transform: rotateZ(351deg);
    bottom: -40px;
}


.g-recaptcha{
    display: flex;
    /*justify-content: center;*/
    margin-bottom: 30px;
}

.iti {
    width: 100%;
}

.iti__selected-dial-code {
    color: #fff;
}

textarea.form-control {
    resize: none;
    min-height: 90px;
}

[id^="iti-"][id$="__item-ru"],
[id^="iti-"][id$="__item-by"] {
    display: none;
}

.modal-mobile {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    margin: .5rem;
    display: none;
}

.modal-mobile-wrap {
    background-color: #1C325F;
    padding: 15px;
    max-height: fit-content;
    position: relative;
    z-index: 1050;
}

.modal-mobile-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
    opacity: .5;
}

.modal-mobile .close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-weight: normal;
    opacity: 1;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
}

.modal-mobile form {
    font-family: "Akzidenz-Grotesk Pro", sans-serif;
    margin-top: 60px;
    padding: 1rem;
}

.modal-mobile .form-group {
    position: relative;
    margin-bottom: 44px;
}

.modal-mobile .form-control {
    border: none;
    background-color: transparent;
    border-bottom: 1px solid rgba(248, 248, 248, 0.5);
    border-radius: 0;
    box-shadow: none;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
}

.modal-mobile .form-control:focus {
    background-color: transparent;
    border-color: #f8f8f8;
    color: #fff;
}

.modal-mobile form label {
    position: absolute;
    text-transform: uppercase;
    font-size: 12px;
    font-size: 14px;
    bottom: 0;
    color: rgba(248, 248, 248, 0.5);
    -webkit-transition: .35s ease;
    transition: .35s ease;
}

.modal-mobile form .form-control:focus + label, 
.modal-mobile form .form-control:valid + label {
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
}

#formModaFirstScreenCountry {
    display: none;
}

.form-footer textarea::placeholder {
    color: rgba(248, 248, 248, 0.5);
}

@media (max-width: 1700px) {
    .adapt .container,
    .invest-wrapper .container,
    .hero .container, 
    .we .container,
    .reason .container {
        max-width: 1200px;
        width: 90%;
    }
    .invest .slick-list {
        padding: 0 !important;
    }
    .main-nav {
        --header-link-margin: 20px 10px;
    }
}

@media (max-width: 1500px) {
    .options__block.options__block--1,
    .options__block.options__block--2 {
        background-size: 200px;
        background-position: bottom right;
    }
    .site-header .container {
        padding: 0 11px;
    }
    .main-nav {
        --header-link-margin: 10px;
    }
    .main-nav {
        flex-wrap: wrap;
    }
    .main-nav.main-nav__phones .main-nav__link {
        white-space: nowrap;
    }
    .weekend-wrapper {
        gap: 20px;
    }
    .weekend-follow h4 br {
        display: none;
    }
    /* .options__content::after {
        right: -130px;
    } */
}

@media (max-width: 1440px) {
    /* .we {
        background: url('../img/we-new.png') no-repeat 500px/contain, #1C325F;
    } */
    .site-header__logo {
        margin-left: 30px;
        margin-right: 30px;
    }
    .weekend-content h2 {
        font-size: 35px;
    }
    .weekend-content h3 {
        font-size: 24px;
    }
    .weekend-content p {
        font-size: 16px;
    }
    .weekend-follow h4 {
        font-size: 28px;
        margin-bottom: 20px;
    }
    .weekend-follow a {
        font-size: 18px;
        padding: 22px;
    }
    .section-documents .docs-flex .item {
        margin: 0 4px 8px;
        padding: 30px;
        width: calc(33.33% - 12px);
    }
}

@media (max-width: 1350px) {
    .main-nav.main-nav__phones {
      margin-left: 15px;
    }
    .btn.site-header__link {
        padding: 15px 10px;
        max-width: 158px;
        margin-left: 10px;
    }
    .site-header__language {
        margin-left: 5px;
    }
    .main-nav .main-nav__link {
        font-size: 14px;
    }
}

@media (max-width: 1309px) {
    .options__block {
        padding: 0 30px;
    }
    .options__content {
        padding-top: 60px;
    }
    .options__block .line {
        top: 0;
        right: 10px;
    }
    .options__title {
        font-size: 24px;
        min-height: 75px;
    }
    .options__block .btn {
        max-width: 200px;
    }
    .options__block.options__block--1, 
    .options__block.options__block--2 {
        background-size: 150px;
    }
    .we .btn {
        max-width: 240px;
        margin-right: 20px;
    }
    .invest-tabs__btns::before {
        top: 36px;
        max-width: inherit;
    }
    .invest-tabs__btns::after {
        bottom: 4px;
    }
    .invest-tab {
        font-size: 22px;
        white-space: nowrap;
    }
    .invest-tabs__block p {
        font-size: 16px;
    }
}

@media (max-width: 1200px) {
    .advantages {
        padding: 100px 0;
    }
    .invest-projects {
        grid-template-columns: repeat(2, 1fr);
    }
    .main-nav.main-nav-links {
        display: flex;
        flex-wrap: wrap;
    }
    .main-nav.main-nav__phones {
        max-width: 135px;
        width: 100%;
    }
    .main-nav {
        --header-link-margin: 5px 8px;
    }
    .options__item {
        padding: 80px 10px 21px 12px;
    }
    .we .section-title {
        font-size: 40px;
        margin-bottom: 20px;
    }
    .we .section-text {
        font-size: 16px;
        margin-bottom: 35px;
    }
}

@media (max-width: 1160px) {
    .reason .section-title .section-title__black {
        margin-left: auto;
        margin-right: auto;
    }
    .site-header__logo {
        margin-left: 25px;
        margin-right: 10px;
    }
    .main-nav .main-nav__link {
        font-size: 15px;
    }
    /* .options__content::after {
        right: -100px;
    } */
}        

@media (max-width: 1024px) {
    .we {
        padding-top: 90px;
    }
    .we .row {
        flex-wrap: wrap-reverse;
    }
    /* .we {
        background:#1C325F;
        padding-top: 0;
        padding-bottom: 90px;
    } */
    .we .we-img .img {
        display: block;
    }
    .we .we-img .line {
        display: none;
    }
    .reason {
        position: relative;
        overflow: hidden;
    }
    .recieve {
        padding: 100px 0;
    }
    .main-nav .main-nav__link {
        font-size: 16px;
    }
    .main-nav.main-nav-links .main-nav__link:first-child {
        padding-left: 8px;
    }
    .main-nav {
        --header-link-margin: 10px 8px;
    }
    .site-header__inner-wrapper .site-header__logo {
        margin-left: 0;
        margin-right: 0;
    }
    .main-nav.main-nav__phones {
        margin-left: 0;
        max-width: inherit;
        margin-bottom: 10px;
        padding-right: 8px;
    }
    .options__block {
        padding: 0 60px;
        margin: 0 auto;
    }
    .options__block.options__block--1,
    .options__block.options__block--2 {
        background-position: center right;
        background-size: auto;
    }
    /* .options__content::after {
        right: -160px;
    } */
    .options__block .btn {
        max-width: 240px;
    }
    .options__title {
        font-size: 30px;
        min-height: 90px;
    }
    .options__items {
        grid-template-columns: repeat(3, 1fr);
    }
    .weekend-content h2 {
        font-size: 30px;
    }
    .weekend-content h3 {
        font-size: 20px;
    }
    .weekend-follow h4 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .weekend-follow a {
        font-size: 16px;
    }
    .section-documents .docs-flex .item {
        width: calc(50% - 12px);
    }
    .invest-tabs__block:not(:last-child) {
        margin-right: 25px;
    }
}

@media (max-width: 992px) {
    .site-header__logo {
        margin-left: 0;
    }
    .container {
        width: 90%;
    }
}

@media (max-width: 800px) {
    .options__block {
        padding: 0 30px;
    }
}

@media (max-width: 767px) {
    .hero {
        padding-top: 150px;
        padding-bottom: 50px;
    }
    .hero .hero-title {
        font-size: 52px;
    }
    .site-header__logo {
        margin-right: 0;
        margin-left: 0;
    }
    .hero .btn.site-header__presentation.btn-transparent,
    .hero .btn.site-header__presentation {
        max-width: 200px;
        padding: 15px 20px;
    }
    .we {
        padding-bottom: 50px;
    }
    .about {
        padding: 60px 0;
        background: url('../img/building.png') no-repeat center bottom/250px, linear-gradient(0deg, #F0609F 0%, #8CD3D6 100%);
    }
    .about .about-info .about-info__inner.about-info__inner--margin,
    .about .about-info .about-info__end.about-info__end--margin {
        margin-bottom: 0;
    }
    .about .container .about-info .about-info__inner {
        margin-bottom: 45px;
    }
    .about .about-info.about-info__end .about-title, .about .about-info.about-info__end .about-subtitle {
        text-align: inherit;
        max-width: inherit;
        margin-left: inherit;
    }
    .about .about-info.about-info__end .about-info__inner::after {
        left: 50%;
    }
    .invest-projects {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 30px;
        margin-bottom: 40px;
    }
    .options__block.options__block--1,
    .options__block.options__block--2 {
        background-size: contain;
    }
    .options__title {
        font-size: 24px;
        min-height: 75px;
    }
    .options__block .btn {
        max-width: 200px;
    }
    /* .options__content::after {
        width: 260px;
        right: -100px;
    } */
    .options__title,
    .options__block .btn {
        position: relative;
        z-index: 1;
    }
    .weekend {
        padding: 50px 0;
    }
    .weekend-wrapper {
        flex-direction: column;
        max-width: 350px;
        margin: 0 auto;
        gap: 0;
    }
    .weekend-content {
        margin-top: 30px;
    }
    .weekend-content h2 {
        font-size: 35px;
    }
    .weekend-content h2 span {
        display: block;
    }
    .weekend-content h3 {
        font-size: 25px;
    }
    .weekend-content h3 br {
        display: block;
    }
    .weekend-content p {
        margin-bottom: 20px;
    }
    .weekend-follow h4 {
        font-size: 34px;
    }
    .weekend-follow a {
        font-size: 21px;
        padding: 22px 10px;
    }    
    .section-documents .docs-flex .item {
        width: calc(100% - 12px);
    }
    #formModaFirstScreen .modal-dialog {
        visibility: hidden;
        display: none;
    }
    [data-target="#formModaFirstScreen"] {
        display: none;
    }
    #formModaFirstScreenCountry {
        display: inline-block;
    }
}

@media (max-width: 575px) {
    .mb30{margin-bottom: 15px;}
    .mb20{margin-bottom: 10px;}
    .adapt .section-title .section-title__black,
    .reason .section-title .section-title__black   {
        font-size: 16px;
    }
    .reason .section-title .section-title__black  {
        padding: 12px;
        max-width: 250px;
        margin-top: 10px;
    }
    .hero .hero-title {
        max-width: 400px;
        font-size: 32px;
        margin-bottom: 35px;
    }
    .hero .hero-title .line {
        font-size: 22px;
        max-width: 140px;
    }
    .hero .btn.site-header__presentation.btn-transparent {
        margin-right: 15px;
    }
    .we .section-title {
        margin-bottom: 17px;
    }
    .we .section-text {
        font-size: 16px;
        margin-bottom: 26px;
    }
    .we .btn.btn-black.btn-transparent {
        margin-bottom: 25px;
    }
    .recieve .recieve-title {
        font-size: 24px;
    }
    .adapt .adapt-video img {
        opacity: 1;
    }
    .advantages {
        padding: 50px 0;
    }
    .advantages .section-title {
        font-size: 26px;
    }
    .advantages .section-subtitle {
        font-size: 16px;
    }
    .form-wrapper .form-group {
        display: flex;
        align-items: center;
    }
    .recieve {
        padding: 50px 0;
    }
    .tag-sold {width: 160px; height: 60px; right: 5px; font-size: 16px;}
    /* .options__content::after {
        width: 300px;
    } */
    .options {
        padding-top: 60px;
    }
    .options .section-title {
        font-size: 26px;
    }
    .options .options__subtitle {
        padding: 20px 10px 15px 10px;
    }
    .options .options__subtitle i {
        margin-right: 12px;
    }
    .options__items {
        grid-template-columns: repeat(2, 1fr);
    }
    .options__item {
        padding: 60px 10px 21px 12px;
    }
    .inner-page-wrapper .section-title {
        font-size: 26px;
    }
    .section-documents .section-title {
        font-size: 26px;
    }
    .invest-tabs__btns {
        overflow-x: auto;
        padding-bottom: 10px;
    }
    .invest-tabs__block {
        min-width: 250px;
    }
    .invest-tabs__btns::before {
        min-width: 750px;
    }
    .invest-tabs__block:not(:last-child) {
        margin-right: 15px;
    }
}

@media (max-width: 460px) {
    /* .we {
        background: #1C325F;
        padding-bottom: 50px;
    } */
    .form-wrapper .form-group {
        flex-direction: column;
    }
    .hero .btn.site-header__presentation.btn-transparent {
        margin-bottom: 15px;
        margin-right: 0;
    }
    .invest-card .card-body{padding: 15px 10px;}
    .invest-card .info:after{display: none;}
    .invest-card .info .item{width: 100%; text-align: center; margin-bottom: 10px;}
    .invest-card .info .item .val.logo{height: auto;}
    .invest-card .info .item:last-child {
        margin-bottom: 0;
    }
    .options__block .line {
        font-size: 20px;
        max-width: 160px;
        height: 60px;
        top: 20%;
    }
    .options__block.options__block--1, 
    .options__block.options__block--2 {
        background-size: 100%;
        background-position: bottom;
    }
    .options__content {
        max-width: inherit;
        padding: 5px 20px 87%;
    }
    /* .options__content::after {
        right: 0;
        left: 0;
    } */
    .options__block {
        padding: 0;
    }
    .options__title {
        font-size: 20px;
        text-align: center;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .options__title br{
        display: none;
    }

    .section-documents__label{
        position: unset;
        position: static;
    }
}

@media (max-width: 374px) {
    .hero .hero-title .line {
        max-width: 170px;
        font-size: 16px;
    }
}
@media (min-width: 1024.1px){

.site-header__language {
  position: relative;
  padding: 15px;
  -webkit-transition: .25s;
  transition: .25s;
  margin-left: 5px;
}
.site-header__language::before {
  content: '';
  position: absolute;
  right: 0;
  top: 25px;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  width: 9px;
  height: 5px;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='6' viewBox='0 0 11 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 1L5.5 5L1 1' stroke='%23FFF'/%3E%3C/svg%3E%0A");
  background-size: 9px;
  -webkit-transition: -webkit-transform .25s;
  transition: -webkit-transform .25s;
  transition: transform .25s;
  transition: transform .25s, -webkit-transform .25s;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
.site-header__language a {
  font-family: 'Rubik', sans-serif;
  text-decoration: none;
  color: #fff;
  -webkit-transition: color .25s;
  transition: color .25s;
  font-size: 16px;
}
.site-header__language-drpdwn {
  text-align: center;
  -webkit-transition: .25s;
  transition: .25s;
  background-color: #964D84;
  padding: 15px 0;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 70%;
  width: 100%;
  left: 0;
}
.site-header__language:hover .site-header__language-drpdwn {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  border-top: 0;
}
.site-header__language:hover::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
}

@media (max-width: 1200px) {
   .site-header__language {margin-left: 0;} 
}

@media (max-width: 1024px) {
  .site-header__language {
    display: flex;
    justify-content: center;
    order: 5;
    margin-top: 10px;
  }
  .site-header__language a {
      font-family: 'Rubik', sans-serif;
      text-decoration: none;
      color: #fff;
      opacity: .5;
      font-size: 16px;
      margin: 0 10px;
    }
    .site-header__language-drpdwn a{
        opacity: 1;
    }
}
