@font-face {
	font-family: "FuturaPT";
	src: url("FuturaPT-Light.eot");
	src: local("FuturaPT Light"), local("FuturaPT-Light"),
		url("../fonts/FuturaPT-Light.eot?#iefix") format("embedded-opentype"),
		url("../fonts/FuturaPT-Light.woff") format("woff"),
		url("../fonts/FuturaPT-Light.ttf") format("truetype");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: "FuturaPT";
	src: url("FuturaPT-Book.eot");
	src: local("FuturaPT Book"), local("FuturaPT-Book"),
		url("../fonts/FuturaPT-Book.eot?#iefix") format("embedded-opentype"),
		url("../fonts/FuturaPT-Book.woff") format("woff"),
		url("../fonts/FuturaPT-Book.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: "FuturaPT";
	src: url("FuturaPT-Medium.eot");
	src: local("FuturaPT Medium"), local("FuturaPT-Medium"),
		url("../fonts/FuturaPT-Medium.eot?#iefix") format("embedded-opentype"),
		url("../fonts/FuturaPT-Medium.woff") format("woff"),
		url("../fonts/FuturaPT-Medium.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: "FuturaPT";
	src: url("FuturaPT-Demi.eot");
	src: local("FuturaPT Demi"), local("FuturaPT-Demi"),
		url("../fonts/FuturaPT-Demi.eot?#iefix") format("embedded-opentype"),
		url("../fonts/FuturaPT-Demi.woff") format("woff"),
		url("../fonts/FuturaPT-Demi.ttf") format("truetype");
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: "FuturaPT";
	src: url("FuturaPT-Bold.eot");
	src: local("FuturaPT Bold"), local("FuturaPT-Bold"),
		url("../fonts/FuturaPT-Bold.eot?#iefix") format("embedded-opentype"),
		url("../fonts/FuturaPT-Bold.woff") format("woff"),
		url("../fonts/FuturaPT-Bold.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
}
@font-face {
    font-family: 'Druk Cyr';
    src: url('../fonts/DrukCyr-Medium.eot');
    src: local('Druk Cyr Medium'), local('DrukCyr-Medium'),
        url('../fonts/DrukCyr-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DrukCyr-Medium.woff2') format('woff2'),
        url('../fonts/DrukCyr-Medium.woff') format('woff'),
        url('../fonts/DrukCyr-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Druk Cyr';
    src: url('../fonts/DrukCyr-Bold.eot');
    src: local('Druk Cyr Super'), local('DrukCyr-Super'),
        url('../fonts/DrukCyr-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DrukCyr-Bold.woff2') format('woff2'),
        url('../fonts/DrukCyr-Bold.woff') format('woff'),
        url('../fonts/DrukCyr-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Druk Cyr';
    src: url('../fonts/DrukCyr-Super.eot');
    src: local('Druk Cyr Super'), local('DrukCyr-Super'),
        url('../fonts/DrukCyr-Super.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DrukCyr-Super.woff2') format('woff2'),
        url('../fonts/DrukCyr-Super.woff') format('woff'),
        url('../fonts/DrukCyr-Super.ttf') format('truetype');
    font-weight: 1000;
    font-style: normal;
}
@font-face {
    font-family: 'DotGothic16';
    src: url('../fonts/DotGothic16-Regular.eot');
    src: local('DotGothic16 Regular'), local('DotGothic16-Regular'),
        url('../fonts/DotGothic16-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DotGothic16-Regular.woff2') format('woff2'),
        url('../fonts/DotGothic16-Regular.woff') format('woff'),
        url('../fonts/DotGothic16-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}



:root {
    --default-main-color: #4974FF;
    --default-hover-color: #4974FF;

    --dark-main-color: #1F1F1F;
    --dark-hover-color: #000000;

    --light-main-color: #9BB3FF;
    --light-hover-color: #9BB3FF;
    
    --text-color: #2B2B2B;
    --text-grey-color: #3D3D3D;
    --text-lightgrey-color: #94A3B8;

    --alt-color: #E5EBFF;
    --green-main-color:#50B46B;

    --header-height:80px;

    --iti-spacer-horizontal: 18px;
    --iti-arrow-height: 5px;
    --iti-arrow-width: 10px;
    --iti-arrow-padding: 10px;
}

body {
    font-family: 'FuturaPT', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    color: var(--text-color);;
}
body.no-scroll {
    margin: 0;
    height: 100%;
    overflow: hidden;
}
a {
    text-decoration: none;
    color: var(--default-main-color);
}
a:hover {
    color: var(--default-hover-color);
}
p {
    font-weight: 400;
    margin-bottom: 20px;
}
p b {
    font-weight: 500;
}

.container {
    display: block;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 30px;
}
.mob-only {
    display: none;
}

.btn {
    border: 1px solid transparent;
    border-radius: 10px;
    font-family: 'FuturaPT', sans-serif;
    font-size: 26px;
    line-height: 60px;
    font-weight: 400;
    white-space: nowrap;
    display: inline-block;
    min-width: 280px;
    height: 65px;
    text-align: center;
    padding: 0 20px;
    letter-spacing: 1px;
    transition: all 0.3s ease-in-out;
}
.btn-default {
    background-color: var(--default-main-color);
    color: #fff;
    border: 2px solid var(--default-main-color);
}
.btn-default::after {
    content: "";
    display: inline-block;
    width: 26px;
    height: 26px;
    background: url('../icons/arrow-right.svg') no-repeat center;
    background-size: 160%;
    margin-left: 10px;
    vertical-align: sub;
}
.btn-default:hover {
    color: #fff;
    border-color: #001F83;
}

.btn-light {
    background-color: var(--light-main-color);
    color: #fff;
    border: 2px solid var(--light-main-color);
}
.btn-light:hover {
    color: #1F1F1F;
    border-color: #8A38F5;
}


header {
    position: fixed;
    top: 0;
    background-color: #fff;
    width: 100%;
    z-index: 999;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(21, 22, 31, 0.1);
            box-shadow: 0px 0px 20px 0px rgba(21, 22, 31, 0.1);
}
.header-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: var(--header-height);
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 30px;
    background-color: #fff;
    position: relative;
    z-index: 999;
}

.header-logo {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    color: var(--text-color);
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.header-logo img {
    max-height: var(--header-height);
}

.header-menu {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    /* column-gap: 20px; */
}
.nav-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: var(--text-color);
    white-space: nowrap;
}
.header-menu .nav-link {
    padding: 10px 20px;
    border-radius: 10px;
}
.header-menu .nav-link:hover {
    background-color: var(--alt-color);
}
.nav-link:hover {
    color: var(--text-color);
}
.nav-link.current {
    font-weight: 700;
}
.header-button {
    font-size: 22px;
    height: 48px;
    line-height: 48px;
    min-width: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: unset;
}
.header-button::after {
    transform: rotate(45deg);
    width: 24px;
    height: 24px;
}
.ham-line {
    display: block;
    width: 36px;
    height: 2.5px;
    margin: 6.5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #101010;
}


main {
    margin-top: var(--header-height);
    min-height: 60vh;
}
section {
    padding: calc(var(--header-height)) 0 0;
}
.section-title {
    font-family: 'Druk Cyr', sans-serif;
    text-align: left;
    font-weight: 1000;
    font-size: 112px;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #424242;
    text-transform: capitalize;
}
.hero-block {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.hero-block .section-title {
    font-size: 72px;
}
.hero-text {
    width: 43%;
    padding-right: 24px;
}
.hero-text p {
    font-size: 16px;
    line-height: 20px;
}
.hero-block .btn {
    margin-bottom: 20px;
}
.hero-image {
    width: 57%;
    text-align: right;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
}
.hero-image img {
    border-radius: 30px;
}
.hero-image .image-text {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    text-align: center;
    padding: 24px;
    margin-top: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 50%;  
    width: 100%;
    background: #000000;
    background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
}
/* .hero-image .image-text p {
    font-size: 20px;
    line-height: 22px;
} */
.slogan {
    font-size: 46px;
    line-height: 1;
    font-family: 'Druk Cyr', sans-serif;
    font-weight: 500;
}
.slogan.slogan-gothic {
    font-size: 30px;
    font-family: 'DotGothic16', sans-serif;
}
.slogan::before {
    content: "[";
    margin-right: 8px;
}
.slogan::after {
    content: "]";
    margin-left: 8px;
}

.founder-block {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.founder-image {
    width: 43%;
}
.founder-text {
    width: 57%;
}
.founder-title {
    font-weight: 600;
    margin-bottom: 20px;
}
.founder-images {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.founder-images p {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0;
}

.section-who-we {
    background-image: url('../images/who-we/bg-sheet.png');
    background-color: var(--default-main-color);
    background-size: cover;
    padding-bottom: 60px;
}
.section-who-we .section-title {
    text-align: right;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 40px;
}
.section-who-we p {
    /* font-size: 20px;
    line-height: 24px; */
    color: #fff;
}
.section-who-we .section-title + p {
    text-align: right;
}
.who-we-block {
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -46px;
}
.who-we-block .block-item-left {
    width: 55%;
}
.who-we-block .block-item-right {
    width: 45%;
    margin-top: 80px;
}
.new-stage-fund {
    font-size: 38px;
    line-height: 52px;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
    max-width: 300px;
}
.who-we-text,
.how-help-item {
    background-color: #fff;
    padding: 30px;
    margin-bottom: 12px;
    border-radius: 20px;
    /* font-size: 20px;
    line-height: 24px; */
}
.who-we-text b {
    font-weight: 500;
}
.who-we-block .block-item-left .section-title {
    text-align-last: left;
}
.who-we-block .block-item-left .who-we-text {
    padding: 36px 82px;
    position: relative;
}
.who-we-block .block-item-left .who-we-text::after {
    content: "";
    display: block;
    width: 190px;
    height: 190px;
    background: url(../images/who-we/target.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: -96px;
    right: -8px;
}
.who-we-block .block-item-right .who-we-text {
    max-width: 430px;
    margin-left: auto;
}

.section-partners .section-title {
    text-align: right;
}
.partners-block.swiper > .swiper-wrapper{
  transition-timing-function: linear !important;
}

.our-values-block {
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px;
}
.our-values-item {
    width: calc(25% - 24px);
    padding: 84px 22px;
    background-color: var(--light-main-color);
    border-radius: 20px;
    color: #fff;
    color: var(--text-color);
    /* font-size: 20px;
    line-height: 24px; */
    position: relative;
    box-shadow: 0px 0px 14px 3px rgba(0, 0, 0, 0.07);
}
.our-values-item:nth-child(even) {
    background-color: #fff;
}
.our-values-item:nth-child(3):before {
    content: "";
    background: url(../images/child.png) no-repeat;
    display: block;
    width: 70%;
    height: 160px;
    background-size: contain;
    background-position: bottom;
    position: absolute;
    top: -160px;
    left: 50%;
    transform: translateX(-50%);
}

.section-our-programs {
    background: url('../images/children-bg.png') no-repeat;
    background-position: bottom right;
    background-size: 380px;
    padding-bottom: 92px;

}
.section-our-programs,
.section-our-programs .section-title {
    text-align: right;
}

.our-programs-block {
    /* margin-top: -65px; */
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: end;
    gap: 76px 92px;
    width: 80%;
}
.program1 { grid-column: 1; grid-row: 1; }
.program2 { grid-column: 1; grid-row: 2; }
.program3 { grid-column: 1; grid-row: 3; }
.program4 { grid-column: 2; grid-row: 2; }
.program5 { grid-column: 2; grid-row: 3; }

.our-programs-item {
    display: flex;
    align-items: flex-start;
    column-gap: 16px;
    justify-content: space-around;
    width: 100%;
}
.our-programs-item .item-num {
    font-family: 'Druk Cyr', sans-serif;
    font-weight: 1000;
    font-size: 100px;
    line-height: 0.8;
    text-transform: capitalize;
}
.our-programs-item .item-title,
.our-programs-item p {
    text-align: left;
    /* font-size: 20px;
    line-height: 24px; */
}
.our-programs-item .item-title {
    font-weight: 500;
}

.how-help-section {
    background-color: var(--alt-color);
    padding-bottom: 42px;
}
.how-help-section .section-title,
.how-help-section .slogan {
    text-align: right;
}
.how-help-block {
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px;
    margin: 34px 0;
}
.how-help-item {
    padding: 62px 22px;
    margin-bottom: 0;
    width: calc(33.333% - 16px);
    box-shadow: 0px 0px 14px 3px rgba(0, 0, 0, 0.07);
}


.why-we-section {
    background-image: url('../images/why-we/bg-sheet-dark.png');
    background-size: cover;
}
.why-we-section .container {
    position: relative;
}
.why-we-section .container > img {
    display: block;
    max-height: 400px;
    position: absolute;
    left: -20px;
    top: 0;
}
.why-we-section .section-title,
.why-we-section .subtitle-block {
    text-align: right;
    width: 60%;
    margin-left: auto;
}
.subtitle-block p:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../icons/arrow-blue.svg) no-repeat center;
    vertical-align: bottom;
    margin-right: 20px;
}
/* .why-we-section p {
    font-size: 20px;
    line-height: 24px;
} */
.why-we-block {
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.why-we-text {
    width: 70%;
    padding: 54px 26px 54px 16px;
}
.why-we-report {
    width: 30%;
}
.why-we-text img {
    display: none;
}
.report-title {
    font-family: 'Druk Cyr', sans-serif;
    font-weight: 700;
    font-size: 58px;
    line-height: 1.1;
    text-align: right;
    text-transform: capitalize;
}
.report-num {
    font-family: 'Druk Cyr', sans-serif;
    font-weight: 1000;
    font-size: 112.5px;
    line-height: 1.1;
    color: rgba(46, 46, 46, 0.5);
    margin-top: -80px;
}

.plan-section .section-title {
    margin-bottom: 40px;
}
.plan-block {
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px;
}
.plan-item {
    padding: 62px 22px;
    width: calc(33.333% - 16px);
    border-radius: 20px;
    box-shadow: 0px 0px 14px 3px rgba(0, 0, 0, 0.07);
    text-align: center;
}
.plan-item:nth-child(even) {
    background-color: var(--alt-color);
    color: var(--text-color);
}
.contact-section {
    padding-bottom: var(--header-height);
}
.contacts-block {
     display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px;
}
.contacts-block > div {
    width: calc(50% - 24px);
}
.contacts-block p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
    max-width: 400px;
}
.contacts-block .btn {
    margin-top: 20px;
}
.socials-block {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
}

footer {
    background-color: var(--alt-color);
    text-align: center;
    padding: 20px 0;
    font-size: 16px;
}
footer img {
    display: block;
    margin: 0 auto 10px;
    max-height: 20px;
}
.footer-links {
    margin-bottom: 10px;
}
.footer-links a {
    text-decoration: underline;
}

.thanks-section,
.thanks-section .section-title {
    text-align: center;
}
.thanks-section img {
    max-width: 750px;
    width: 100%;
    display: block;
    margin: 0 auto 30px;
}
.medica-program {
    background: var(--default-main-color);
    color: #fff;
    padding: 20px;
    text-align: center;
    max-width: 600px;
    margin: 20px auto;
    border-radius: 10px;
    font-weight: 400;
}




.payment-section {
    padding-bottom: 40px;
}
.payment-block {
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 48px;
}
.payment-form {
    width: calc(70% - 12px);
    padding: 44px 100px;
    border-radius: 20px;
    box-shadow: 0px 0px 14px 3px rgba(0, 0, 0, 0.07);
}
.payment-links {
    width: calc(30% - 12px);
}
.form-title {
    text-align: center;
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 12px;
}
.payment-form p {
    text-align: center;
}
.form-group {
    margin-bottom: 28px;
    position: relative;
    color: var(--text-color);
    text-align: left;
}
.form-group label {
    text-align: left;
    display: block;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
}
.form-group label small {
    color: var(--default-main-color);
}
.field, textarea {
    font-family: 'FuturaPT', sans-serif;
    display: block;
    width: 100%;
    height: 58px;
    background-color: #fff;
    border: 1px solid #9A9A9A;
    border-radius: 10px;
    padding: 0 18px;
    margin-bottom: 10px;
    font-size: 18px;
    color: var(--text-color);
}
.form-group.politics {
    font-size: 14px;
    line-height: 22px;
}
.form-group.politics a {
    text-decoration: underline;
}
.error-text {
    position: absolute;
    bottom: -20px;
    font-size: 14px;
    color: var(--default-main-color);
}
.total-buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 40px;
}
.total-buttons button {
    border: 1px solid #A7A7A7;
    color: var(--text-color);
    background-color: var(--alt-color);
    padding: 15px 0;
    font-size: 40px;
    line-height: 50px;
    font-weight: 500;
    font-family: 'FuturaPT', sans-serif;
    border-radius: 5px;
    width: 100%;
}
.customers-data {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 24px;
}
.customers-data > div {
    width: calc(50% - 12px);
} 
.payment-form .btn::after {
    transform: rotate(45deg);
}
.payment-links .btn {
    color: var(--text-color);
    background: #fff;
    box-shadow: 0px 0px 14px 3px rgba(0, 0, 0, 0.07);
    width: 100%;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-color: #fff;
    height: 80px;
    margin-bottom: 12px;
}
.payment-links .btn::after {
    filter: invert(1);
}
.payment-links .btn-mono {
    background: #1D2022;
    border-color: #1D2022;
    color: #fff;
}
.payment-links .btn-mono::after {
    filter: invert(0);
}
.payment-links .btn-mono::before {
    content: "";
    width: 36px;
    aspect-ratio: 1 / 1;
    background: url('../icons/mono.svg') center/cover no-repeat;
}
@media screen and (max-width: 998px) {
    .payment-block {
        flex-direction: column;
    }
    .form-title {
        font-size: 20px;
        line-height: 24px;
        padding: 0 20px;
    }
    .total-buttons {
        margin-bottom: 10px;
    }
    .total-buttons button {
        font-size: 26px;
        line-height: 40px;
    }
    .payment-block > div,
    .payment-block > form {
       width: 100% !important;
    }
    .payment-links .btn {
        height: 52px;
    }
    
}
@media screen and (max-width: 797px) {
    .payment-form {
        padding: 20px 10px;
    }
    .total-buttons,
    .customers-data {
        flex-direction: column;
    }
    .customers-data > div {
        width: 100%;
    } 
}

.docs-section {
    padding: var(--header-height) 0;
}

.js-open-modal {
    cursor: pointer;
}
.js-overlay-modal {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(22, 22, 22, .5);
    z-index: 20;
}
.modal {
    opacity: 0;
    visibility: hidden;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-box-shadow: 0 3px 10px -.5px rgba(0, 0, 0, .2);
            box-shadow: 0 3px 10px -.5px rgba(0, 0, 0, .2); 
    text-align: center;
    border-radius: 3px;
    -webkit-transition: 0.2s all;
    -o-transition: 0.2s all;
    transition: 0.2s all;
    z-index: 999;
}
.modal.active,
.js-overlay-modal.active{
    opacity: 1;
    visibility: visible;
}
.modal-title {
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 15px;
    font-size: 32px;
    line-height: 36px;
}       
.modal-content {
    background: #fff;
    max-width: 1100px;
    width: calc(100% - 30px);
    position: absolute;
    z-index: 30;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    padding: 50px;
    border-radius: 10px;
}
.modal.success .modal-content .section-title {
    margin-bottom: 20px;
}
.js-modal-close {
    position: absolute;
    z-index: 30;
    top: 24px;
    right: 24px;
    display: block;
    width: 30px;
    aspect-ratio: 1 / 1;
    cursor: pointer;               
}
.js-modal-close::before {
    content: "";
    display: block;
    width: 30px;
    aspect-ratio: 1 / 1;
    background: url('../icons/close.svg') center/cover no-repeat;
}
.details-block {
    padding: 40px;
    background-color: var(--alt-color);
    border-radius: 20px;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
}
.details-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
    margin-bottom: 34px;
}
.details-item:nth-last-child(1) {
    margin-bottom: 0;
}
.details-text {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 80%;
    text-align: left;
}
.details-text b {
    color: #9F9F9F;
    min-width: 240px;
    font-weight: 600;
    margin-right: 100px;
}
.details-copy {
    border: 0;
    padding: 0;
    margin: 0;
    cursor: pointer;
    position: relative;
}
.details-copy::after {
    content: 'copied';
    position: absolute;
    bottom: -15px;
    left: 0;
    font-family: 'FuturaPT', sans-serif;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.details-copy.copy::after {
    opacity: 1;
}

@media screen and (max-width: 998px) {
    .modal-content {
        padding: 40px 20px;
    }
    .js-modal-close {
        top: 20px;
        right: 20px;
        width: 25px;
    }
    .js-modal-close::before {
        width: 25px;
    }
    .details-block {
        padding: 20px 10px;
    }
    .modal-title {
        font-size: 24px;
        line-height: 30px;
        padding: 0 20px;
    }
    .details-block,
    .details-text b {
        font-weight: 400;
    }
    .details-block {
        background: none;
    }
    .details-text {
        font-size: 18px;
    }
    .details-text span {
        font-size: 16px;
    }
    .details-copy img {
        width: 25px;
        aspect-ratio: 1 / 1;
    }
}



@media screen and (max-width: 1198px) {
    .why-we-section .section-title,
    .why-we-section .subtitle-block {
        width: 80%;
    }
    .report-num {
        margin-top: 0;
    }
}



@media screen and (max-width: 998px) {
    body {
        font-size: 15px;
        line-height: 18px;
    }
    .btn {
        height: 40px;
        line-height: 35px;
        font-size: 16px;
        width: 100%;
        border-radius: 5px;
    }
    .btn-default::after {
        width: 18px;
        height: 18px;
    }

    .header-logo {
        flex-grow: 1;
    }
    .desktop-only {
        display: none;
    }
    .mob-only {
        display: block;
    }
    .mob-menu {
        position: fixed;
        right: -100%;
        top: 0;
        background-color: var(--alt-color);
        width: 100%;
        text-align: center;
        -webkit-box-shadow: 0 10px 27px rgba(0, 0, 0, 0.05);
                box-shadow: 0 10px 27px rgba(0, 0, 0, 0.05);
        padding: calc(25px + var(--header-height)) 30px 25px;
        height: 100vh;
        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-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        z-index: 998;
    }
    .mob-menu.active {
        right: 0;
    }
    .nav-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        text-align: left; 
    }
    .nav-link {
        font-size: 24px;
        line-height: 1;
        padding: 24px 0;
        height: auto;
    }
    .hamburger {
        display: block;
        cursor: pointer;
        margin-left: 20px;
    }

    .hamburger.active .ham-line:nth-child(2) {
        opacity: 0;
    }

    .hamburger.active .ham-line:nth-child(1) {
        -webkit-transform: translateY(9px) rotate(45deg);
        -ms-transform: translateY(9px) rotate(45deg);
            transform: translateY(9px) rotate(45deg);
    }

    .hamburger.active .ham-line:nth-child(3) {
        -webkit-transform: translateY(-9px) rotate(-45deg);
        -ms-transform: translateY(-9px) rotate(-45deg);
            transform: translateY(-9px) rotate(-45deg);
    }
    .header-block > .header-button::after {
        display: none;
    }
    .mob-menu .header-button {
        max-width: 100%;
        height: 50px;
        font-size: 18px;
        line-height: 45px;
    }
    
    





    .hero-block,
    .founder-block,
    .who-we-block,
    .how-help-block,
    .why-we-block,
    .contacts-block {
        flex-direction: column;
    }
    .hero-block > div,
    .founder-block > div,
    .who-we-block > div,
    .how-help-block > div,
    .why-we-block > div,
    .contacts-block > div {
       width: 100% !important;
    }
    .our-values-item,
    .plan-item {
        width: calc(50% - 24px);
    }
    .our-values-item:nth-child(1),
    .our-values-item:nth-child(4),
    .plan-item:nth-child(1),
    .plan-item:nth-child(4),
    .plan-item:nth-child(5) {
        background-color: #fff;
        color: var(--text-color);
    }
    .our-values-item:nth-child(2),
    .our-values-item:nth-child(3),
    .plan-item:nth-child(2),
    .plan-item:nth-child(3),
    .plan-item:nth-child(6) {
        background-color: var(--light-main-color);
    }
    .our-values-item:nth-child(3):before {
        display: none;
    }
    .who-we-text,
    .our-values-item,
    .plan-item,
    .how-help-item {
        border-radius: 5px;
    }


    .header-block {
        padding: 0 20px;
    }
    .header-logo img {
        max-width: 142px;
    }
    .header-button {
        max-width: 170px;
    }

    section {
        padding: 20px 0;
    }
    .section-title {
        font-size: 30px;
        line-height: 1.1;
        margin-bottom: 16px;
        letter-spacing: 1px;
        font-weight: 700;
    }

    .hero-block {
        flex-direction: column-reverse;
        gap: 20px;
    }
    .hero-block .section-title {
        font-size: 42px;
    }
    .hero-text {
        padding-right: 0;
    }
    .hero-text p {
        padding: 15px 10px;
        box-shadow: 0px 0px 14px 3px rgba(0, 0, 0, 0.07);
        border-radius: 5px;
    }
    /* .hero-image p {
        font-size: 10px;
        line-height: 12px;
        margin-bottom: 10px;
    } */
    .slogan {
        font-size: 24px;
    }
    .slogan.slogan-gothic {
        font-size: 16px;
    }
    .hero-block .btn {
        margin-bottom: 10px;
    }

    .founder-section {
        padding-top: 20px;
        padding-bottom: 40px;
    }
    .founder-image {
        margin-bottom: 20px;
    }
    .founder-images img {
        max-width: 180px;
    }
    .founder-images p {
        margin-top: 20px;
    }

    .section-who-we .section-title {
        margin-bottom: 20px
    }
    .who-we-block,
    .who-we-block .block-item-right {
        margin-top: 0;
    }
    .who-we-block {
        flex-direction: column-reverse;
        row-gap: 20px;
    }
    .new-stage-fund {
        display: none;
    }
    .who-we-block .block-item-left .who-we-text {
        padding: 12px 26px;
    }
    .who-we-block .block-item-left .who-we-text::after {
        width: 120px;
        height: 120px;
        top: -86px;
        right: -8px;
    }

    .our-values-item,
    .how-help-item {
        padding: 20px;
    }

    .section-our-programs {
        background-position: top left;
        background-size: 190px;
        padding-top: 130px;
        padding-bottom: 20px;
    }
    .our-programs-block {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
    .our-programs-item {
        justify-content: flex-start;
    }
    .our-programs-item .item-num {
        font-size: 62px;
    }

    .how-help-block {
        gap: 8px;
    }

    .why-we-block {
        flex-direction: column-reverse;
        row-gap: 20px;
    }
    .why-we-section .section-title,
    .why-we-section .subtitle-block {
        width: 100%;
    }
    .why-we-section .container > img {
        display: none;
    }
    .why-we-text {
        padding: 0;
        position: relative;
        border-radius: 30px;
        overflow: hidden;
    }
    .why-we-text img {
        border-radius: 30px;
        display: block;
    }

    .why-we-text .image-text {
        position: absolute;
        bottom: 0;
        left: 0;
        color: #fff;
        padding: 24px;
        margin-top: auto;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        height: 80%;
        width: 100%;
        background: #000000;
        background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
        background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
    }
    
    .plan-item {
        padding: 20px 38px;
        min-height: 76px;
    }
}
@media screen and (max-width: 797px) {

    .header-button {
        max-width: 130px;
    }

    .our-values-block,
    .plan-block {
        flex-direction: column;
        gap: 8px;
    }
    .our-values-item,
    .plan-item {
        width: 100%;

    }
    .our-values-item,
    .plan-item {
        color: var(--text-color) !important;
        background-color: var(--light-main-color) !important;
    }
    .our-values-item:nth-child(even),
    .plan-item:nth-child(even) {
        background-color: #fff !important;
        color: var(--text-color) !important;
    }
}