@font-face {
    font-family: Atyp Display;
    src: url('/fonts/AtypDisplay-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Atyp Display;
    src: url('/fonts/AtypDisplay-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Atyp Display;
    src: url('/fonts/AtypDisplay-Bold.ttf') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Atyp Display;
    src: url('/fonts/AtypDisplay-Semibold.ttf') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Myriad Pro;
    src: url('/fonts/MYRIADPRO-REGULAR.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Myriad Pro;
    src: url('/fonts/MYRIADPRO-SEMIBOLD.OTF') format('woff2');
    font-weight: 600;
    font-style:normal;
    font-display: swap;
}
body,html{
    padding: 0;
    margin: 0;
    position: relative;
    font-family: Atyp Display;
    font-style: normal;
    color: #191919;
    background: #FFF;
}
body{
    overflow-x: hidden;
}
ul,li{
    padding: 0;
    margin: 0;
}
li{
    list-style: none;
}
h1,h2,h3{
    margin: 0;
}
a{
    text-decoration: none;
    cursor: pointer;
    font-family: Atyp Display;
    font-style: normal;
    color: #191919;
}
button, input, textarea{
    border: none;
    outline: none;
    cursor: pointer;
}
input{
    -webkit-appearance: none;
}
.animation-class{
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 38px 0;
    z-index: 1000;
    -webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;
}
.dopstyle_header{
    background: #FFD561;
    padding: 20px 0;
    -webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;
    box-shadow: 4px 7px 100px -20px rgba(25, 25, 25, 0.29);
}
.flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.wrapper{
    max-width: 1920px;
    width: 100%;
    box-sizing: border-box;
    padding: 0 40px;

    margin: 0 auto;

}
.flex_col{
    z-index: 3;
    position: relative;
}
.banner{
    background: #FFD561;
    position: relative;
    z-index: 2;
    min-height: 780px;
    padding-top: 110px;
    padding-bottom: 75px;
}
.btn{
    color: white;
    background: #191919;
    padding: 25px 30px;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.96px;
    display: inline-block;
    text-transform: uppercase;
    position: relative;
}
.banner .btn{
    color: #FFD561;
}
.banner_title{
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 83.2px */
    text-transform: uppercase;
    margin: 36px 0;
}
.banner_descr{
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 39px */
    text-transform: uppercase;
    margin-bottom: 36px;
}
.banner_subtext{
    font-family: Myriad Pro;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-top: 12px;
}
.menu_link{
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}
.menu_item{
    margin-left: 24px;
}
.banner_label{
    background: #191919;
    padding: 20px;
    color: #FFD561;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.96px;
    text-transform: uppercase;
    position: absolute;
    right: 0;
    top: 11%;
}
.banner_label1{
    top: 20%;
}
.partner_flex{
    justify-content: flex-start;
}
.partner_item:nth-child(2){
    padding: 0 16px;
    margin: 0 16px;
    position: relative;
}
.partner_item img{
    height: 44px;
}
.partner_item:nth-child(2):before{
    content: '';
    position: absolute;
    left: 0;
   top: 50%;
    transform: translateY(-50%);
    height:26px;
    width: 1px;
    background: #000;
}
.partner_item:nth-child(3){
    padding-right: 16px;
    margin-right: 16px;
    position: relative;
}
.partner_item:nth-child(3):before{
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 26px;
    width: 1px;
    background: #000;
}
.partner_item:nth-child(2):after{
    content: '';
    position: absolute;
  right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 26px;
    width: 1px;
    background: #000;
}
.banner_left{
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.banner_right{
    width: 60%;
    position: relative;
}
.banner_img{
    width: 100%;
    height: 100%;
}
.banner_flex{
    height: calc( 100vh - 185px);
    align-items: stretch;
}
.section{
padding-top: 143px;
    position: relative;
}
.section_bg:before{
    content: '';
    position: absolute;
    right: -11%;
    top: -25%;
    height: 100%;
    width: 100%;
    background-image: url(../img/bg1.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    z-index: 1;
}
.section_bg:after{
    content: '';
    position: absolute;
    right: -10%;
    top: -23%;
    z-index: 0;
    height: 100%;
    width: 100%;
    background-image: url(../img/bg2.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}
.section_title{
    font-size: 58px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 75.4px */
    text-transform: uppercase;
    position: relative;
    border-bottom: 2px dashed #FFD561;
    display: inline-block;
    position: relative;
    z-index: 1;
}
a.section_title{
    padding: 0px 8px;
    background: transparent;
}
a.section_title:hover{
    background: #FFD561;
}
.section_descr{
    font-family: Myriad Pro;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 26px 0;
}
.section_descr p{
    margin: 10px 0;
}
.col_item{
    width: 45%;
}
.col_item:first-child{
width: 60%;
}
.col_img{
    position: absolute;
    right: -3%;
    width: 43%;
    top: -9%;
}
.item{
    width: 100%;
    box-sizing: border-box;
    position: relative;
}
.item svg{
    position: absolute;
    left: 0;
    top: 0;
}
.item:first-child{
    max-width: 420px;
    margin-top: 57px;
    padding: 84px 86px 100px 66px;
}
.item:last-child{
    max-width: 425px;
    padding: 66px 54px 89px 58px;
    margin-top: 160px;
}
.item:nth-child(2){
    max-width: 386px;
    padding:47px 37px 100px  60px;
}
.flex_item{
    position: relative;
    z-index: 2;
    align-items: flex-start;
}
.item_title{
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 39px */
    text-transform: uppercase;
    margin-bottom: 12px;
    position: relative;
}
.item_descr{
    font-family: Myriad Pro;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    position: relative;
}
.item_number{
    font-size: 211px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    color: #FEF1CD;
    position: absolute;
    left: 0;
    top: 0;
}
.item:first-child .item_number{
    top: 40px;
}
.item:last-child .item_number{
    top: 22px;
}
.item_img{
    position: absolute;
}
.item_img1{
    right: 2px;
    top: 30%;
}
.item_img2{
    bottom: -8px;
    left: 33%;
}
.item_img3{
    bottom: 0;
    right: 3%;
}
.item_img4{
    top: 3%;
    right: -11%;
}
.item_img5{
    bottom: 0;
    left: 20%;
}
.section_intens{
    min-height: 675px;
    display: flex;
    align-items: flex-end;
    background: #FFD561;
}
.section_title.fix{
    border-color: white;
}
.pos{
    position: absolute;
}
.pos1{
    left: 29%;
    bottom: -10%;
    z-index: 1;
}
.intens_col{
    width: 70%;
}
.intens_img{
    width: 30%;
}
.intens_img img{
    width: 30%;
    position: absolute;
    right: 0;
   bottom: 0;
}
.bg{
    position: relative;
}
.bg:before{
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 56%;
    top: 30%;
    background-image: url(../img/w1.svg);
    background-size: cover;
    z-index: 1;
    background-position: bottom;

}
.section_intens{
    z-index: 0;
}
.intens_item{
    font-family: Myriad Pro;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-align: center;
    position: relative;
}
.intens_item svg{
    position: absolute;
    left: 50%;
    z-index: -1;
    top: 50%;
    transform: translate(-50%,-50%);
}
.intens_item:nth-child(2){
    padding: 0 3%;
}
.intens_list{
    margin-top: 78px;
    margin-bottom: 120px;
}
.flex_intens{
}
.pos2{
    left: 0;
    right: 0;
    bottom:10px;
    width: 100%;
    z-index: -1;
}
.program_list{
    margin-top: 103px;
    align-items: flex-start;
}
.bg{
    overflow: hidden;
}
.program_item .item_title{
    text-align: center;
    margin-bottom: 36px;
}
.program_item .item_title img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.program_descr{
    text-align: center;
    font-family: Myriad Pro;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.pos3{
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.pos4{
    width: 100%;
    /*top: 20%;*/
    left: 0;
    top: 41%;
}
.grid_lectors{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap:70px ;
    margin-top: 60px;
}
.lectors_item img{
    margin: 0 auto 18px auto;
    display: block;
}
.pos5{
    right: 5%;
    top: 0;
}
.faq_list{
    margin-top: 65px;
    position: relative;
}
.faq_question{
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 45px */
    text-transform: uppercase;
}
.faq_title{
    padding-bottom: 24px;
    border-bottom: 2px dashed #E2A3B8;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.faq_num{
    width: 66px;
    height: 58px;
    min-width: 66px;
    position: relative;
    background-image: url("../img/num.svg");
    margin-right: 19px;
}
.faq_num:before{
    content: '';
    position: absolute;
    background-image: url("../img/plus.svg");
    width: 16px;
    height: 16px;
    background-size: contain;
    left: 50%;
    top:50%;
    -webkit-transition: 200ms linear;
    -moz-transition: 200ms linear;
    -ms-transition: 200ms linear;
    -o-transition: 200ms linear;
    transition: 200ms linear;
    transform: translate(-50%,-50%);
    background-repeat: no-repeat;
    background-position: center;
}
.faq_item.active .faq_num:before{
    background-image: url("../img/minus.svg");
}

.faq_item{
    margin-bottom: 48px;
    position: relative;
}
.faq_description{
    opacity: 0;
    visibility: hidden;
    height: 0;
    padding: 0 86px 0 86px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-family: Myriad Pro;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.faq_item.active .faq_description{
    opacity: 1;
    visibility: visible;
    height: 100%;
    padding-top: 24px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.pos6{
    right: 0;
    top: -23%;
    max-width: 310px;
    width: 100%;
}
.pos7{
    bottom: 0;
    width: 100%;
    left: 0;
}
.footer{
    background: #191919;
    padding: 100px 0;
}
.footer_top{
    border-bottom: 2px dashed rgba(255, 255, 255, 0.1);
    padding-bottom: 60px;
    margin-bottom: 60px;
}
.section_faq{
    padding-bottom: 140px;
}
.footer_title{
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 36px */
    letter-spacing: 1.35px;
    text-transform: uppercase;
    color: #FFF;
    margin-bottom: 27px;
    opacity: 0.5;
}
.footer_item a{
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    color: #FFF;
}
.footer .partner_item:before,.footer .partner_item:after{
    background: white!important;
}
.footer_item:last-child{
    margin-left: 110px;
}
.social_item{
    margin-right: 18px;
}
.dev{
    opacity: 0.5;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.footer_bottom{
    position: relative;
}
.license{
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    color: #FFF;

    text-align: right;
    font-family: Myriad Pro;
}
.footer .partner_item:nth-child(3):before,.footer .partner_item:nth-child(2):before,.footer .partner_item:nth-child(2):after{
height: 57px;
}
.footer .partner_item:nth-child(2){
    padding: 0 40px;
    margin: 0 40px;
}
.footer .partner_item:nth-child(3){
    margin-right: 40px;
    padding-right: 40px;
}
.footer .partner_item img{
    height: 68px;
}
.block_arrow{
margin: 60px 0 20px 0;
    max-width: 500px;
    width: 100%;
    position: relative;
}
.block_arrow strong a{
    color: #3F9FE0;
    position: relative;
}
.block_arrow strong a:before{
    content: '';
    position: absolute;
    left: 0;
    height: 1px;
    bottom: 0;
    width: 100%;
    background: #3F9FE0;
    -webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;
}
.block_arrow strong a:hover:before{
    width: 0;
    -webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;
    right: auto;
}
.block_arrow img{
    position: absolute;
    right: -10px;
    top: 20px;
    animation: scroll 2s infinite;
    animation-direction: alternate;
}
@keyframes scroll {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(10deg);
    }
}
.flex_descr{
    justify-content: flex-start;
    margin: 20px 0;
}
.decr_item:first-child{
    margin-right: 60px;
}
.decr_item{
    border-bottom: 2px dashed #E2A3B8;
    padding: 6px 0 13px 0;
}
.decr_item a{
    margin-left: 15px;
    display: inline-flex;
}
.decr_item a:hover{
    transform: scale(1.1);
}
.pos8{
    right: 0;
    top: -10%;
    width: 47%;
}
.section_how .wrapper{
    position: relative;
    z-index: 1;
}
.program_item{
    width: 30%;
}
.burger{
    display: none;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    height: 26px;
    width: 37px;
    cursor: pointer;
}
.burger_line{
    left: 0;
    height: 2px;
    background-color: #191919;
    position: absolute;
    -webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;
    right: 0;
}
.burger_line1{
    top: -1px;
    left: 0;
}
.burger_line2{
    top: 50%;
    left: 0;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.burger_line3{
    bottom: -1px;
    left: 0;
    right: 10px;
}
.burger.active .burger_line1 {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 46%;
    left: 0;
}
.burger.active .burger_line2 {
    display: none;
}

.burger.active .burger_line3 {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: 50%;
    left: 0;
    right: 0;
}
.menu_list.active{
    opacity: 1;
    visibility: visible;
    -webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;
    background: #FFD561;
}
.menu_list{
    -webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;
}
.btn:hover{
    color: #FFD561;
}
.banner .btn:hover{
    color: white;
}
.menu_link:hover,.footer_item a:hover{
    opacity: 0.6;
}
.partner_item img:hover{
    transform: scale(1.1);
}
.social_item:hover img{
    transform: scale(1.1);
}
.dev:hover{
    opacity: 1;
}
.faq_question:hover{
    opacity: 0.7;
}
.dev img{
    width: 115px;
}