@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-SemiBold.woff2') format('woff2'),
    url('../fonts/Montserrat-SemiBold.woff') format('woff'),
    url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.woff2') format('woff2'),
    url('../fonts/Montserrat-Regular.woff') format('woff'),
    url('../fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Medium.woff2') format('woff2'),
    url('../fonts/Montserrat-Medium.woff') format('woff'),
    url('../fonts/Montserrat-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat-bold';
    src: url('../fonts/Montserrat-Bold.woff2') format('woff2'),
    url('../fonts/Montserrat-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}



html {
    height: 100%
}

* {
    box-sizing: border-box;
}

body {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    /*overflow-x: hidden;*/
    font-family: Montserrat;
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0;
    display: block;
}

a:active,
a:hover {
    text-decoration: none;
}

a {
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
}

button,
button:active {
    outline: none;
    cursor: pointer;

}

button {

    border: none;

}

button:focus {
    outline: none;
    cursor: pointer;
}

button {
    background: none;
    padding: 0;
}

img, ul, form, fieldset {
    border-style: none;
    margin: 0;
    padding: 0;
    list-style: none;
}

input[type="number"]:hover,
input[type="number"]:hover {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

input[type="number"]:hover,
input[type="number"]:focus {
    -moz-appearance: number-input;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

header {
    height: 100vh;
    display: flex;
    align-items: center;
    background-size: cover;
    flex-direction: column;
    justify-content: center;
    color: #fff;
}

header:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);;
}

/*main {*/
/*    flex: 1 0 auto;*/

/*}*/

/*footer {*/
/*    flex: 0 0 auto;*/
/*}*/
.main__title {
    font-style: normal;
    font-weight: bold;
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
}

.main__subtitle {
    font-weight: normal;
    font-size: 30px;
    line-height: 38px;
    text-align: center;
    max-width: 756px;
    position: relative;
    z-index: 2;
}

.scroll__down:after {
    content: '';
    position: absolute;
    right: 47%;
    bottom: 42px;
    background: url(../img/arrows.svg);
    width: 27.5px;
    height: 15px;
    z-index: 2;
    top: 20px;
}

.container-section {
    max-width: 1020px;
    margin: 0 auto;
    width: 100%;
}

.purpose-project__wrap {
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.mob-item{
    display: none;
}

.purpose-project__title {
    font-weight: bold;
    font-size: 30px;
    line-height: 40px;
    color: #BBABDE;
    margin-bottom: 18px;
}

.purpose-project__subtitle {
    font-size: 22px;
    line-height: 34px;
    max-width: 810px;
    position: relative;
    z-index: 9;
}

.purpose-project {
    background: #3D2770;
    padding: 82px 0 109px 0;
    position: relative;
}

.purpose-project__img {
    position: absolute;
    right: 0;
    bottom: 0;
}

.author__img {
    max-width: 292px;
    height: 377px;
    position: relative;
}
.status{
    position: absolute;
    bottom: -18px;
}
.author__img-box {
    position: relative;
    width: max-content;
    margin-right: 124px;
}

.author__img-box:after {
    content: '';
    width: 292px;
    height: 377px;
    position: absolute;

    top: 20px;
    left: 20px;
    z-index: -1;
    display: block;
    background: #3D2770;
}
label.error{
    position: absolute;
    bottom: -16px;
    font-size: 14px;
    color: red;
}
.author__img-box:before {
    content: '';
    width: 89.98px;
    height: 60px;
    position: absolute;
    top: 25px;
    background-image: url("../img/Group35.png");
    right: -55px;
    z-index: 5;
    display: block;

}

.author-section {
    padding: 103px 0 92px 0;
}

.author-wrap {
    display: flex;
}

.author-content__name {
    font-weight: bold;
    font-size: 30px;
    line-height: 40px;
    color: #3D2770;
}
input {outline: none;}
input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 50px #F9F7FE!important; /* Цвет фона */
    -webkit-text-fill-color: #3D2770!important; /* цвет текста */
    color: #3D2770!important; /* цвет текста */
}

.author-content__status {
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 15px;
    font-weight: bold;
    color: #BBABDE;
}

.list-items span {

    width: 12px;
    height: 12px;
    background: #3D2770;
    border: 2px solid #FAF8FF;
    border-radius: 50%;
    display: block;
    margin-right: 18px;
}

.list-items p {
    max-width: 95%;

}

.list-items {
    display: flex;
    align-items: center;
    font-size: 17px;
    line-height: 30px;
    color: #3D2770;
    margin-bottom: 20px;

}
.map-practices__footer-link:hover, .stages-link:hover, .all-items:hover, .news-btn:hover{
background: #fec82ecc;
}
.author-content__list {
    margin-bottom: 62px;
    overflow: hidden;
    position: relative;
    padding-top: 10px;
}
.scroll__down{
    animation-duration: 1.5s;
    animation-name: arrowDown;
    animation-iteration-count: infinite;
    position: absolute;
    width: 50px;
    height: 50px;
    bottom: 60px;
    margin-left: 19px;
    cursor: pointer;
    z-index: 9999;
}
@keyframes arrowDown {
    from {
        transform: translateX(-50%) translateY(0);

        opacity: 0;
    }
    to {
        transform: translateX(-50%) translateY(30px);
        opacity: 1;
    }
}
.interests-title {
    font-weight: bold;
    font-size: 20px;
    line-height: 40px;
    color: #3D2770;
    margin-bottom: 10px;
}

.interests-box__tegs {
    display: flex;
    flex-wrap: wrap;
}

.tegs-list {
    background: #E7DDFF;
    border-radius: 7px;
    padding: 0 16px;
    margin-right: 10px;
    color: #3D2770;
    font-size: 13px;
    line-height: 40px;
    font-weight: bold;
    margin-bottom: 10px;
}

.stages-title {
    margin-bottom: 54px;
}

.stages {
    padding: 67px 0 106px 0;
    background: #3D2770;
}

.stages-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 28px 0;
    border-bottom: 1px solid #8D7CB4;
}

.stages-item:first-child {
    border-top: 1px solid #8D7CB4;
}
.stages-item:last-child{

}
.stages-img {
    margin-right: 23px;
    font-weight: bold;
    font-size: 67px;
    color:  #594684;
    min-width: 83px;
    font-family: 'Montserrat-bold';
}

.stages-link {
    font-weight: bold;
    font-size: 13px;
    line-height: 40px;
    /* or 308% */

    display: flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    padding: 0 20px;
    background: #FEC82E;
    border-radius: 7px;
    color: #3D2770;
}
.stages-list .stages-link{
    min-width: 212px;
}
.stages-item > div {
    display: flex;
    align-items: center;
}

.stages-text {
    max-width: 670px;
    font-size: 22px;
    line-height: 34px;
    color: #FFFFFF;
    padding-top: 0;
}

.surface-header {
    height: 700px;
}

.map-practices__header {
    padding: 40px 59px;
    font-size: 30px;
    line-height: 40px;
    color: #3D2770;
    font-weight: bold;
    background: #FFFFFF;
    /*box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);*/
    border-radius: 0px 0px 20px 20px;
   text-align: center;
    margin: 0 auto;
    /*position: absolute;*/
    top: 0;
    z-index: 99;
    right: 50%;

    /*transform: translate(50%, 0);*/

}

.map-practices {
    position: relative;
    overflow: hidden;
}

.map-practices__footer {
    background: #FFFFFF;
    /*box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);*/
    border-radius: 20px 20px 0px 0px;
    font-size: 16px;
    line-height: 40px;
    color: #3D2770;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-weight: bold;
    padding: 25px 16px;
    /*position: absolute;*/
    bottom: 0;
    z-index: 99;
    right: 50%;
    /*transform: translate(50%, 0);*/
border-bottom: 1px solid #ddd;
}
.map-practices__footer-link{
    margin-left: 40px;
}
.map-practices__footer-link {
    font-size: 13px;
    line-height: 40px;
    padding: 0 15px;
    color: #3D2770;
    background: #FEC82E;
    border-radius: 7px;
}

#surface-header {
    display: none !important;
}

.educational {
    padding: 87px 0 109px 0;
}

.educational__title {
    margin-bottom: 80px;
    font-size: 30px;
    line-height: 40px;
font-weight: bold;
    color: #3D2770;
}

.educational-img {
    max-width: 291px;
    max-height: 291px;
    width: 100%;
    border-radius: 50%;
    border: 7px solid #3D2770;
    object-fit: cover;
    margin-right: 41px;
}

.educational-link-box {
    font-weight: bold;
    font-size: 16px;
    line-height: 40px;
    color: #3D2770;
    margin-bottom: 27px;
display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.educational-links {
    background: #E7DDFF;
    border-radius: 7px;
    padding: 0 13px;
    font-size: 13px;
    line-height: 40px;
    color: #3D2770;
    margin-left: 10px;
    margin-right: 10px;
    width: max-content;
}

.all-items {
    font-weight: bold;
    font-size: 13px;
    line-height: 40px;
    color: #3D2770;
    background: #FEC82E;
    border-radius: 7px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    width: max-content;
}

.all-items:after {
    content: '';
    background-image: url("../img/Vector12.svg");
    width: 18px;
    height: 18px;
    display: block;
    margin-left: 20px;
}

.educational__item {
    display: flex;
    border-bottom: 1px solid #D9C9FF;
    padding: 50px 0
}

.educational__item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.educational__item:first-child {
    padding-top: 0;
}

.educational-title {
    font-weight: bold;
    font-size: 20px;
    line-height: 40px;
    /* identical to box height, or 200% */
    margin-bottom: 10px;

    color: #3D2770;
}

.educational-subtitle {
    font-size: 18px;
    line-height: 30px;
    color: #3D2770;
    max-width: 688px;
    margin-bottom: 21px;
}

.educational-wrap {
    padding-top: 20px;
}

.educational-subtitle p {
    margin-bottom: 20px;
}

.educational-subtitle p:last-child {
    margin-bottom: 20px;
}

.support-title {
    margin-bottom: 50px;
    color: #BBABDE;
}

.support-item__imgs {
    display: flex;
    align-items: flex-end;
    flex-direction: column;

}

.support-item {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 30px;
    align-items: flex-start;
}

.support-item__text {
    font-size: 18px;
    line-height: 30px;
    color: #FFFFFF;
    max-width: 500px;
    padding-bottom: 40px;
    border-bottom: 1px solid #8D7CB4;
}

.support-item__text p {
    margin-bottom: 20px;
}

.support-item__text p:last-child {
    margin-bottom: 0;
}

.support-item__img {
    margin-bottom: 14px;
    max-width: 282px;
    width: 100%;
    max-height: 353px;
}

.support-item__title {
    font-weight: bold;
    font-size: 20px;
    line-height: 40px;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.person-box img {
    border-radius: 50%;
    width: 105px;
    border: 3px solid #fff;
    margin-bottom: 18px;
}
.mob-item{
    display: none;
}
.person-box {
    display: flex;
    flex-direction: column;
    margin-top: 36px;
}

.person-box div {
    font-weight: bold;
    font-size: 20px;
    line-height: 40px;
    color: #FFFFFF;
}

.person-box p {
    font-size: 20px;
    line-height: 40px;
    color: #BBABDE;
    font-weight: bold;
}

footer {
    background: #E5E5E5;

    display: flex;
   width: 100%;
    flex-direction: column;
    align-items: center;
    padding: 0 18px;
    padding-top: 55px;
    padding-bottom: 32px;
}

.news__form {
    display: flex;
    position: relative;
}
.news-wrap{
    margin-right: 60px;
}

.news-input {
    width: 371px;
    height: 50px;
    background: #F9F7FE;
    border-radius: 7px 0px 0px 7px;
    font-size: 16px;
    line-height: 30px;
    color: #3D2770;
    border: none;
    padding-left: 15px;
    outline: none;
}


.news-input::placeholder {

    font-size: 16px;
    line-height: 30px;
    color: #3D2770;
}

.news-btn {
    width: 181px;
    height: 50px;
    background: #FEC82E;
    border-radius: 0px 7px 7px 0px;
    font-weight: bold;
    font-size: 16px;
    line-height: 40px;
    color: #3D2770;
}

.news-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    max-width: 812px;
    padding: 32px 40px 31px 35px;
    margin: 0 auto;
    margin-bottom: 35px;
}

.news-title {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 30px;
    line-height: 40px;
    color: #3D2770;
}

.footer-email {
    font-size: 18px;

    color: #3D2770;
    margin-right: 45px;
}

.footer-fb:after {
    content: '';
    width: 24px;
    height: 24px;
    background-image: url(../img/CombinedShape.svg);
    display: block;
}

.footer-date {
    margin-right: 40px;
}

.footer-link {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.footer-date {
    font-size: 18px;
    line-height: 18px;
    line-height: 18px;
    color: #3D2770;
    margin-top: 3px;

}

#surface-header {
    display: none;
}

.author-content__list:after {
    content: '';
    width: 10000px;
    height: 1px;
    background: #3D2770;
    display: block;
    transform: rotate(90deg);
    margin-left: -4994px;
    /* margin-top: -150px; */
    z-index: -1;
    position: absolute;
}
.author-content__list a{
    color: #3D2770;
    display: inline;
    border-bottom: 1px solid #3D2770;
}

.list-items:last-child:after {
    content: '';
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    bottom: 0;
    background: linear-gradient(180deg, #FAF8FF 0%, #FCFAFF 42.71%, rgba(255, 255, 255, 0) 100%);
    transform: rotate(-180deg);
}

.list-items:last-child:after {
    content: '';
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    bottom: -18px;
    background: linear-gradient(180deg, #fff 0%, #fff 42.71%, rgba(255, 255, 255, 0) 100%);
    transform: rotate(-180deg);
    left: -16px;
    z-index: 9;
}

.list-items:first-child:after {
    content: '';
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    top: -13px;
    background: linear-gradient(180deg, #fff 0%, #fff 42.71%, rgba(255, 255, 255, 0) 100%);
    /* transform: rotate(-180deg); */
    left: -16px;
    z-index: 9;
}

/*.list-items:first-child:before {*/
/*    content: '';*/
/*    width: 35px;*/
/*    height: 1px;*/
/*    position: absolute;*/
/*    background: #3D2770;*/
/*    transform: rotate(90deg);*/
/*    left: -11.9px;*/
/*    top: 16.5px;*/
/*    z-index: -1;*/
/*}*/
.embed {
    display: none;
}

@media screen and (max-width: 1050px) {
    .container-section, .footer {
        padding: 0 40px;
    }

    .educational-img {
        max-width: 200px;
        max-height: 200px;
        margin-right: 30px;
    }

    .educational__item {
        padding: 40px 0;
    }

    .stages {
        padding: 60px 0 70px 0;
    }

    .educational {
        padding: 67px 0 79px 0;
    }

    .author-section {
        padding: 87px 0 93px 0;
    }

    .stages-item > div {
        display: flex;
        width: 69%;
    }

    .map-practices__header {

        font-size: 22px;


    }

    .support-item__img {
        margin-bottom: 14px;
        width: 85%;
    }

    .author__img {
        max-width: 260px;
        height: 340px;
        position: relative;
    }

    .author__img-box:after {
        content: '';
        width: 270px;
        height: 350px;
    }

    .author__img-box {
        position: relative;
        width: max-content;
        margin-right: 100px;

    }
    .news-input {
        width: 298px;
    }
}
@media screen and (max-width: 850px) {
    .author-wrap {
        display: flex;
        flex-direction: column;
    }
    .author-content{
        margin-top: 70px;
    }
    .author__img-box{
        margin-right: 0;
        margin: 0 auto;
    }
    header {
        padding: 0 18px;
    }

}
@media screen and (max-width: 767px) {
    .author-wrap {
        flex-direction: column;
    }

    .author-content {
        margin-top: 40px;
    }
    .author-wrap {
        flex-direction: column;
        padding-right: 20px;
    }
    .educational-img {
        margin-bottom: 25px;
    }

    .author__img-box {
        position: relative;
        width: max-content;
        margin-right: 0;
        margin: 0 auto;
    }
    .author-content__list:after {
        left: 0;
        content: '';
        margin-left: -2091px;
        top: 0;
        bottom: 0;
        /* left: 0; */
        right: 0;
        width: 4194px;
    }
    .author-content__list {
        margin-bottom: 20px;
    }
    .main__title {
        font-size: 36px;
        line-height: 40px;
        text-align: center;
    }
    .main__subtitle{
        font-size: 24px;
        line-height: 32px;
    }
    .container-section, .footer, header {
        padding: 0 18px;
    }
    .purpose-project {
overflow: hidden;
        padding: 66px 0 80px 0;

    }
    .purpose-project__img {

        bottom: -15px;

    }
    .author__img {
        max-width: 234px;
        height: 302px;
        position: relative;
    }
    .author__img-box:after {
        content: '';
        width: 234.28px;
        height: 302.48px;
        top: 16px;
        left: 16px;
    }
    .author__img-box:before {
        width: 72.2px;
        height: 48.14px;
        background-size: contain;
        top: 18px;
        right: -44px;
    }
    .list-items {
        font-size: 16px;
        line-height: 26px;
    }
    .stages-title {
        margin-bottom: 40px;
    }
    .stages-item {
        flex-direction: column;
        align-items: flex-start;
    }
    .stages-item > div {

         width: auto;
         flex-direction: column;
         align-items: flex-start;
     }
    .stages-img {
        margin-bottom: 15px;
        font-size: 38px;
    }
    .stages-text {
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 26px;
    }
    .stages-item {
        padding: 40px 0;

    }
    .educational {
        padding: 87px 0 115px 0;
    }
    .educational__title {
        margin-bottom: 60px;

    }
    .educational__item {
        flex-direction: column;
        padding: 50px 0;
    }
    .map-practices__header {
       right: 18px;
        left: 18px;
        width: 90%;
        transform: translate(0, 0);
        font-size: 24px;
        line-height: 34px;
        padding: 19px;
        text-align: center;

    }
    .map-practices__footer{
        right: 18px;
        left: 18px;
        width: 90%;
        transform: translate(0, 0);
        flex-direction: column;
        text-align: center;
        display: flex;
        line-height: 24px;

    }
    .map-practices__footer > div{
        margin-bottom: 10px;
    }
    .educational-links{
        margin-top: 10px;
        margin-left: 0;
    }
    .educational-link-box {
        margin-bottom: 20px;
    }
    .support-item {
        flex-direction: column;
        padding-bottom: 60px;
        border-bottom: 1px solid #8D7CB4;
        margin-bottom: 40px;
    }
    .support-title{
        margin-bottom: 28px;
    }
    .support-item__text {
        font-size: 16px;
        line-height: 26px;

    }
    .support-item__text {

        padding-bottom: 60px;
        border-bottom: none;
    }
    .support-item__img {

        width: 100%;
    }
    .support-item__imgs{
        margin: 0 auto;
    }
    .mob-item{
        display: block;
        margin-top: 50px;
        border-bottom: 1px solid #8D7CB4;
        padding-bottom: 60px;
        flex-direction: row;
        display: flex;

    }
    .desktop-item{
        display: none;
    }
    .person-box{
        margin-top: 0;
    }
    .support-item-person{
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
    }
    .stages {
        padding: 60px 0 50px 0;
    }
    .news-box {
        width: 100%;
        margin: 0 18px;
        flex-direction: column-reverse;
        margin-top: 95px;
        margin-bottom: 27px;
    }
    .news__form {
        display: flex;
        flex-direction: column;
    }
    .news-title{
        text-align: center;
        margin-right: 0;
    }
    .news-wrap{
        margin-right: 0;
    }
    .news-input, .news-btn{
        width: 100%;

    }
    .news-btn {

        border-radius: 7px 7px 7px 7px;

    }
    .news-input{
        margin-bottom: 15px;
        border-radius: 7px 7px 7px 7px;
    }
    .news-box > img{
        margin-top: -90px;
        margin-bottom: 20px;
    }
    .mob-item .support-item__img{
        width: 282px;
        margin: 0 auto;
    }
    footer{
        padding-top: 0;
    }
    .list-items p {
        max-width: 89%;
    }
    .footer-email, .footer-date{
        font-size: 16px;
        line-height: 30px;
    }
    .educational-wrap {
        padding-top: 0;
    }
    .list-items:first-child:after {
        top: -12px;
    }
    .list-items:last-child:after {
        bottom: -22px;
    }
    .footer-link{
        justify-content: space-between;
    }
    .footer-link {
        justify-content: space-between;
        width: 100%;
    }
    .map-practices__footer-link{
        margin-left: 0;
    }
    label.error{
        position: absolute;
        bottom: 51px;
        font-size: 13px;
        color: red;
    }
    .status{
        bottom: 51px;
        font-size: 14px;
    }
    .scroll__down {
        margin-left: 40px;

    }
}
@media screen and (max-width: 360px) {
    .footer-email, .footer-date {
        margin-right: 18px;
    }


}
@media screen and (max-width: 420px) {
    .footer-email, .footer-date {
        margin-right: 0;
    }

}

@media screen and (max-width: 340px) {
  .footer-link{
      flex-wrap: wrap;
      justify-content: center;
  }
    .footer-date{
        margin-right: 12px;
    }

}
