* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
a, button, .btn, .btn-primary {
    cursor: pointer;
    border: none;
}
img {
    max-width: 100%;
    height: auto;
}

.btn {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 5px;
    background-color: #FF7101;
    color: white;
    text-decoration: none;
    font-size: 16px;
}

.btn:hover {
    background-color: #FF5722;
}

.btn-primary {
    background-color: #FF7101;
    border-radius: 100px;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;

}

.btn-primary:hover {
    background-color: #FF5722;

}




body {
    color: #1E1E1E;
    font-family: "Avenir Next", sans-serif;
    background: #F5F5F5;
}
.container {
    width: 1280px;
    max-width: 100%;
    margin: 0 auto;
}

/* top_menu */
.top_menu_wrapper{
    padding: 16px 20px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}
/*.page-template-tutor-single-page .top_menu_wrapper,*/
/*.page-template-default .top_menu_wrapper{*/
/*    background: #FAF090;*/
/*    position: relative;*/
/*}*/
/*.page-template-default .top_menu_wrapper{*/
/*    background: #FFF;*/
/*}*/
.top_menu_wrapper .top_menu{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.top_menu_wrapper .top_menu .logo{
    width: 100px;
    height: 46px;
}
.top_menu_wrapper .top_menu .logo img{
    width: 100%;
    height: 100%;
}
.top_menu_wrapper .top_menu .menu_actions{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.top_menu_wrapper .top_menu .menu_content{
    display: flex;
    align-items: center;
    gap: 12px;
    margin-right: 32px;
    margin-bottom: 0;
}
.top_menu_wrapper .top_menu .menu_content .menu{
    display: flex;
    flex-direction: row;
    gap: 24px;
    margin-bottom: 0;
}
.top_menu_wrapper .top_menu .menu_content ul {
    list-style: none;
}
.top_menu_wrapper .top_menu .menu_content .sub-menu{
    position: absolute;
    display: none;
    border-radius: 12px;
    background: #FFF;
    padding: 12px 12px;
    /*width: 158px;*/
}
.top_menu_wrapper .top_menu .menu_content .sub-menu a{
    color: #222;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 15px;
    padding: 10px 10px;
    text-align: left;
}
/*.top_menu_wrapper .top_menu .menu_content li:hover .sub-menu{*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    gap: 10px;*/
/*    !*margin-top: 10px;*!*/
/*}*/
.top_menu_wrapper .top_menu .menu_content a {
    color: #1E1E1E;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-decoration: none;
    display: flex;
}
.top_menu_wrapper .top_menu .menu_content .menu-item-has-children > a:after{
    content: "";
    display: block;
    background: url("assets/img/menu_arrow.svg") no-repeat;
    width: 24px;
    height: 24px;
    position: relative;
    right: 0;
}
.top_menu_wrapper .top_menu .menu_content .menu-item-has-children.active > a:after{
    transform: rotate(180deg);
}
.top_menu_wrapper .buttons .login {
    display: flex;
    width: 197px;
    height: 40px;
    padding: 0 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 18px;
    background: #222;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    text-decoration: none;
}
.top_menu_wrapper .top_menu .lang{
    /*display: flex;*/
    /*flex-direction: column;*/
    padding: 0 6px 0 14px;
    /*justify-content: center;*/
    /*align-items: center;*/
    gap: 4px;

    margin-right: 20px;
    text-transform: uppercase;
}
.top_menu_wrapper .top_menu .lang ul{
    display: flex;
    flex-direction: column;
    gap: 4px;
    list-style: none;
}
.top_menu_wrapper .top_menu .lang .current_lang{
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #1E1E1E;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    height: 40px;

    border-radius: 18px;
    border: 1px solid #1E1E1E;
    padding: 0 6px 0 14px;
    justify-content: center;
    gap: 4px;
    width: 74px;
}
.top_menu_wrapper .top_menu .lang .current_lang:after{
    content: "";
    display: block;
    background: url("/assets/img/lang_arrow.svg") no-repeat;
    width: 24px;
    height: 24px;
    position: relative;
    right: 0;
}
.top_menu_wrapper .top_menu .lang.active .current_lang:after{
    transform: rotate(180deg);
}
.top_menu_wrapper .top_menu .lang.active .current_lang{
    border-radius: 18px 18px 0 0;
    border-bottom: 0 solid #1E1E1E;
    border-left: 1px solid #1E1E1E;
    border-right: 1px solid #1E1E1E;
    border-top: 1px solid #1E1E1E;
    background: #fff;
}
.top_menu_wrapper .top_menu .lang a{
    color: #1E1E1E;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    text-decoration: none;
}
.top_menu_wrapper .top_menu .lang .lang_list{
    display: none;
}
.top_menu_wrapper .top_menu .lang.active{
    /*margin-bottom: -62px;*/
}
.top_menu_wrapper .top_menu .lang .lang_list{
    /*display: block;*/
    margin-bottom: 10px;
    position: absolute;
    border-bottom: 1px solid #1E1E1E;
    border-left: 1px solid #1E1E1E;
    border-right: 1px solid #1E1E1E;
    border-radius: 0 0 18px 18px;
    padding: 0 6px 10px 14px;
    width: 74px;
    background: #fff;
}
.top_menu_wrapper .top_menu .menu_actions.mobile_menu{
    display: none;
}
.top_menu_wrapper .under_burger{
    display: none;
    position: fixed;
    left: 0;
    background: #fff;
    width: 100%;
    max-height: 90vh;
    top: 0;
    z-index: 3;
    overflow-x: scroll;
}

.burger {
    border: 1px solid #1E1E1E;
    border-radius: 5px;
    padding: 10px;
    cursor: pointer;
}
.burger .line {
    width: 24px;
    height: 2px;
    background: #1E1E1E;
    margin: 4px 0;
}

.under_burger .close{
    position: absolute;
    right: 30px;
    top: 40px;
    cursor: pointer;
}
.under_burger .close .line{
    width: 24px;
    height: 2px;
    background: #1E1E1E;
    margin: -2px 0;
}
.under_burger .close .line:nth-child(1){
    transform: rotate(45deg);
}
.under_burger .close .line:nth-child(2){
    transform: rotate(-45deg);
}
.under_burger_content{
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 60px 20px;
}
.under_burger_content .menu_content{
    display: flex;
    flex-direction: column;
}
.under_burger_lang .lang_list {
    display: flex;
    flex-direction: row;
    gap: 40px;
    list-style: none;
    justify-content: center;
}
.under_burger_lang .lang_list a{
    color: #1E1E1E;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    text-decoration: none;
    text-transform: uppercase;
}
.under_burger_lang .lang_list .current-lang a{
    color: #FF7101;
    font-weight: bold;
}
.under_burger_buttons{
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
}
.under_burger_buttons a,
.under_burger_buttons button{
    display: flex;
    width: 197px;
    height: 40px;
    padding: 0 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 18px;
    background: #222;
    text-decoration: none;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}
.under_burger_menu_content a {
    color: #1E1E1E;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-decoration: none;
}
.under_burger_menu_content ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.under_burger_menu_content a {
    color: #1E1E1E;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-decoration: none;
    display: flex;
}
.under_burger_menu_content .menu-item-has-children .arrow:after {
    content: "";
    display: block;
    background: url(assets/images/menu_arrow.svg) no-repeat;
    width: 24px;
    height: 24px;
    position: relative;
    right: 0;
    cursor: pointer;
}
.under_burger_menu_content .menu-item-has-children .active.arrow:after {
    transform: rotate(180deg);
}
.under_burger_menu_content .has-children-wrapper{
    display: flex;
    flex-direction: row;
    gap: 24px;
}
.under_burger_menu_content .menu-item-has-children .sub-menu{
    display: none;
    padding-left: 30px;
}
.under_burger_menu_content .menu-item-has-children .sub-menu>li{
    margin-top: 24px;
}

/* top_menu end */


.hero{
    height: 850px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.90) 41.15%, rgba(255, 255, 255, 0.70) 75.66%);

    position: relative;
    width: 100%;
    overflow: hidden;
}
.hero__content{
    display: flex;
    flex-direction: row;
    justify-content: space-between;

    position: relative;
    z-index: 1;
    color: white;
    padding-bottom: 71px;
}
.hero__overlay{
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.20) 41.15%, rgba(255, 255, 255, 0.70) 75.66%);
    z-index: 1;
}
.hero__content__left{
    display: flex;
    width: 538px;
    max-width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
}
.hero__content .title{
    color: #1E1E1E;
    font-size: 80px;
    font-style: normal;
    font-weight: 750;
    line-height: 110%;
}
.subtitle{
    color: #1E1E1E;
    font-size: 24px;
    font-style: normal;
    font-weight: 450;
    line-height: 166%;
}
.cta__subtitle{
    color: #1E1E1E;
    font-size: 18px;
    font-style: normal;
    font-weight: 750;
    line-height: 20px;
}
.video-bg {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}
.hero__content__form{

}
.hero__content__form form{
    display: flex;
    width: 464px;
    padding: 18px 27px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    flex-shrink: 0;
    border-radius: 30px;
    background: #D6DEFE;
}
.form-title{
    color: #1E1E1E;
    font-size: 27px;
    font-style: normal;
    font-weight: 750;
    line-height: normal;
    text-align: left;
}
.hero__content__form form fieldset{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 7px;
    align-self: stretch;
    border: none;
}
.hero__content__form form fieldset input{
    display: flex;
    padding: 14px 18px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 100px;
    background: #FFF;
    border: none;
}
.hero__content__form form fieldset input::placeholder{
    color: rgba(0, 0, 0, 0.46);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.36px;
    text-align: center;
}
.hero__content__form form fieldset label{
    color: #1E1E1E;
    font-size: 22px;
    font-style: normal;
    font-weight: 450;
    line-height: normal;
    letter-spacing: -0.36px;
}
.hero__content__form form fieldset button{
    display: flex;
    padding: 18px 28px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
}












    /**
     * Stats Section 1
     */
.stats1 {
    padding-top: 61px;
    padding-bottom: 100px;
}
.stats1 .stats1__content{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.stats1__content__top{
    margin-bottom: 77px;
}
.stats1__content__top .stats1__content__top__content{
    display: flex;
    width: 1180px;
    height: 102px;
    padding: 0 24px;
    justify-content: space-between;
    align-items: center;
    border-radius: 20px;
    background: #d5defe;
}
.stats1__content__top .stats1__content__top__content .text{
    color: #1e1e1e;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.stats1__content__middle{
    margin-bottom: 90px;
}
.stats1__content__middle__content{
    display: flex;
    min-width: 334px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-wrap: wrap;
}
.stats1__content__middle__content__left{
    display: flex;
    min-width: 400px;
    max-width: 626px;
    flex-direction: column;
    align-items: flex-start;
    gap: 48px;
    flex: 1 0 0;
    background: #D6DEFE;
    border-radius: 60px;
    padding: 50px 40px 50px 50px;
}
.stats1__content__middle__content__left .title{
    color: #1E1E1E;
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 36px;
    font-style: normal;
    font-weight: 750;
    line-height: normal;
    text-transform: uppercase;
}
.stats1__content__middle__content__left .text{
    color: #1E1E1E;
    font-size: 25px;
    font-style: normal;
    font-weight: 450;
    line-height: 166%;
}
.stats1__content__middle__content__left .text a{
    color: #1E1E1E;
    font-size: 25px;
    font-style: normal;
    font-weight: 750;
    line-height: 166%;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
.stats1__content__bottom{

}
.stats1__content__bottom .title{
    color: #1E1E1E;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 750;
    line-height: normal;
}
.stats1__content__bottom__content{
    display: flex;
    padding-top: 60px;
    justify-content: center;
    align-items: flex-start;
    flex-direction: row;
    gap: 20px;
    align-self: stretch;
}
.stats1__content__bottom__content__left {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.stats1__content__bottom__content__left .item{
    display: flex;
    width: 320px;
    padding: 50px 40px 50px 50px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-radius: 60px;
    background: #D6DEFE;
    gap: 40px;
}
.stats1__content__bottom__content__left .item:last-child{
    border-radius: 60px;
    background: #FFF7AC;
    flex-direction: column-reverse;
}
.stats1__content__bottom__content__left .item .text{
    color: #1E1E1E;
    font-size: 18px;
    font-style: normal;
    font-weight: 450;
    line-height: 166%;
}
.stats1__content__bottom__content__left .item .text a{
    color: #1E1E1E;
    font-size: 18px;
    font-style: normal;
    font-weight: 750;
    line-height: 166%;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
.stats1__content__bottom__content__right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 20px;
    flex: 1 0 0;
    align-self: stretch;
}
.stats1__content__bottom__content__right .item{
    display: flex;
    min-width: 334px;
    padding: 50px;
    align-items: center;
    gap: 50px;
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 60px;
    background: #E2E2F5;
}
.stats1__content__bottom__content__right .item:last-child{
    border-radius: 60px;
    background: #D9DFDF;
    flex-direction: row-reverse;
}
.stats1__content__bottom__content__right .item .text{
    color: #1E1E1E;
    font-size: 18px;
    font-style: normal;
    font-weight: 450;
    line-height: 166%;
}


/**
 * Stats Section 2
 */
.stats2 {
    padding: 70px 0 40px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 60px;
}
.stats2__content{
    display: flex;
    width: 1280px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    flex-shrink: 0;
}
.stats2__content__items{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    /*align-self: stretch;*/
}
.stats2__content__item .text{
    color: #1E1E1E;
    font-size: 20px;
    font-style: normal;
    font-weight: 750;
    line-height: 166%;
}
.stats2__content__item{
    display: flex;
    padding: 50px;
    align-items: center;
    gap: 40px;
    align-self: stretch;
    border-radius: 60px;
    min-width: 334px;
}
.stats2__content__item.item1{
    background: #FBDDEF;
    width: 623px;
}
.stats2__content__item.item2{
    background: #DDEBBA;
    width: 637px;
}
.stats2__content__item.item3{
    background: #FBDDEF;
    width: 508px;
}
.stats2__content__item.item4{
    background: #DDEBBA;
    width: 752px;
}
.stats2 .title{
    color: #1E1E1E;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 750;
    line-height: normal;
    width: 100%;
}
.stats2__button{
    display: flex;
    padding: 19px 72px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 0 auto;
}

/**
 * Advantages Section
 */
.advantages {
    display: flex;
    padding: 100px 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 72px;
}
.advantages .title{
    color: #1E1E1E;
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 750;
    line-height: normal;
}
.advantages img{
    max-width: 100%;
}
.advantages img:last-child{
    display: none;
}



.courses__content{
    display: flex;
    padding: 70px 0 40px 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 60px;
    /*overflow: hidden;*/
}
.courses .title{
    color: #1E1E1E;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 750;
    line-height: normal;
    width: 100%;
}
.courses .title span{
    color: #482E8F;
    font-size: 40px;
    font-style: normal;
    font-weight: 750;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
.courses__items__wrapper{
    /*display: flex;*/
    /*align-items: center;*/
    /*align-content: center;*/
    /*gap: 20px;*/
    /*flex-shrink: 0;*/
    /*flex-wrap: wrap;*/
    /*max-width: 1280px;*/


    display: flex;
    width: 1280px;
    height: 656px;
    align-items: center;
    align-content: center;
    gap: 20px;
    flex-shrink: 0;
    flex-wrap: wrap;
}
.courses__items{
    max-width: 100%;
}
.courses__item{
    display: flex;
    width: 630px;
    height: 318px;
    justify-content: center;
    align-items: flex-start;
    gap: 25px;

    border-radius: 60px;
    background: #D6DEFE;
    overflow: hidden;


    /*flex: 1 1 calc(50% - 10px); !* 2 елементи в ряд, з урахуванням gap *!*/
    /*min-width: 630px; !* для адаптивності *!*/
    /*box-sizing: border-box;*/
    /*padding: 20px;*/
}
.courses__items .slick-list{
    margin-bottom: 30px;

}
.courses__items .slick-dots li{
    width: 60px;
    height: 22px;
}
.courses__items .slick-dots li button:before{
    content: "";
    display: block;
    width: 60px;
    height: 22px;
    border-radius: 80px;
    background-color: #482E8F;
}
.courses__item__content{
    padding: 32px 0 32px 32px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    flex: 1 0 0;
    align-self: stretch;
}
.courses__item__content__grade{
    color: #222;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.courses__item__content__title{
    color: #1E1E1E;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.courses__item__content__text{
    color: #1E1E1E;
    font-size: 14px;
    font-style: normal;
    font-weight: 450;
    line-height: 146%; /* 20.44px */
}
.courses__button{
    width: 100%;
}
.courses__button .btn-skeleton{
    display: flex;
    padding: 19px 72px;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    border-radius: 100px;
    border: 1px solid #1E1E1E;
    color: #1E1E1E;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 750;
    line-height: normal;
    margin: 0 auto;
    background: transparent;
}
.courses__items .slick-arrow{
    position: absolute;
}
.courses__items .slick-arrow.prev,
.courses__items .slick-arrow.next{
    top: 43%;
    z-index: 2;
}
.courses__items .slick-arrow.prev{
    left: -4%;

}
.courses__items .slick-arrow.next{
    right: -4%;
}

.courses__items.mobile{
    display: none;
}
.courses__items.mobile .courses__item{
    flex-direction: column;
    width: 300px;
    height: inherit;
    gap: 0;
    border-radius: 33px;

}
.courses__items.mobile .courses__items__slide:nth-child(odd) .courses__item{
    flex-direction: column-reverse;
}

.courses__items.mobile .courses__item__image{
    width: 300px;
    height: 50%
}
.courses__items.mobile .courses__item__image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.courses__items.mobile .courses__item__content{
    padding: 22px;
}


.reviews__content{
    display: flex;
    padding: 100px 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 96px;
}
.reviews .title{
    color: #1E1E1E;
    font-size: 48px;
    font-style: normal;
    font-weight: 750;
    line-height: normal;
    flex: 1 0 0;
}
.reviews .counts__items{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    row-gap: 24px;
    align-self: stretch;
    flex-wrap: wrap;
}
.reviews .counts__item{
    display: flex;
    width: 302px;
    height: 199px;
    padding: 32px 32px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 20px;
}
.reviews .counts__item:nth-child(1){
    background: #DDEBBA;
}
.reviews .counts__item:nth-child(2){
    background: #FFF593;
}
.reviews .counts__item:nth-child(3){
    background: #D6DEFE;
}
.reviews .counts__item:nth-child(4){
    background: #A8DAFF;
}
.reviews .counts__item .counts__item__number{
    color: #1E1E1E;
    text-align: center;
    font-size: 66px;
    font-style: normal;
    font-weight: 750;
    line-height: 120%; /* 79.2px */
    letter-spacing: -0.66px;
}
.reviews .counts__item .counts__item__text{
    color: #1E1E1E;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 28px */
    letter-spacing: 0.08px;
}
.reviews__items{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: -32px;
    align-self: stretch;
    flex-direction: row;
}
.reviews__item{
    display: flex;
    width: 314px;
    border-radius: 20px;
    padding: 28px;
    flex-direction: column;
    align-items: flex-start;
    gap: 238px;
    height: 388px;
    overflow: hidden;
}
.reviews__items .reviews__item__slide{
    height: 440px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.reviews__items .reviews__item__slide:nth-child(odd) .reviews__item{
    transform: rotate(7.078deg);
}
.reviews__items .reviews__item__slide:nth-child(even) .reviews__item{
    transform: rotate(-7.078deg);
}
.reviews__item .topic{
    display: flex;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 100px;
    background: #1E1E1E;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 450;
    line-height: normal;
    text-transform: uppercase;
}
.reviews__item .name{
    color: #1E1E1E;
    font-size: 24px;
    font-style: normal;
    font-weight: 750;
    line-height: normal;
    text-transform: capitalize;
}
.reviews__item .age{

}
.reviews__item .text{
    display: none;
}


.reviews__item:hover{
    gap: 10px;
    background-image: unset !important;
}
.reviews__item:hover .text{
    display: block;
    margin-top: 50px;
    background: #f5f5f578;
    padding: 10px;
}


.team__content{
    display: flex;
    padding: 80px 0;
    flex-direction: column;
    align-items: center;
    gap: 80px;
}
.team__content .title{
    color: #000;
    text-align: center;
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}
.team__items{
    display: flex;
    align-items: center;
    gap: 24px;
    align-self: stretch;
}
.team__item{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    cursor: pointer;
}
.team__item .image__overlay{
    width: 300px;
    height: 373px;
}
/*.team__item:nth-child(1) .image__overlay{*/
/*    border-radius: 999px 999px 0 0;*/
/*    background: #FFAF68 url(/assets/img/team__item1.png) no-repeat bottom center;*/

/*}*/
/*.team__item:nth-child(2) .image__overlay{*/
/*    background: url(/assets/img/team__item2_bg.svg) no-repeat bottom center;*/
/*}*/
/*.team__item:nth-child(2) .image__overlay img{*/
/*    border-radius: 19%;*/
/*}*/
/*.team__item:nth-child(3) .team__item__image{*/
/*    border-radius: 999px;*/
/*    background: #F6E683 url(/assets/img/team__item3.png) no-repeat bottom center;*/
/*}*/
/*.team__item:nth-child(4) .image__overlay{*/
/*    background: url(/assets/img/team__item4__bg.svg) no-repeat bottom center;*/
/*}*/
/*.team__item:nth-child(4) .image__overlay img{*/
/*    border-radius: 15%;*/
/*}*/
.team__info{
    display: flex;
    width: 300px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
}
.team__item__name{
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}
.team__item__position{
    color: #000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
/*.team__item__description{*/
/*    display: none;*/
/*}*/
.team__item__image{
    position: relative;
}
.team__item__category{
    display: flex;
    height: 35px;
    padding: 8px 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 100px;
    background: #FF7101;
    position: absolute;
}





.implementing__content{
    display: flex;
    padding: 100px 0;
    flex-direction: column;
    align-items: center;
    gap: 64px;
    align-self: stretch;
}
.implementing__content .title{
    color: #1E1E1E;
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.implementing__items{
    display: inline-flex;
    align-items: center;
    gap: 18px;
}
.implementing__item{
    display: flex;
    width: 306px;
    height: 530px;
    padding: 28px;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 20px;
    background: #EFE9FF;
}
.implementing__item__number{
    display: flex;
    width: 50px;
    height: 50px;
    padding: 11px 12px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    gap: 10px;
    color: #1E1E1E;
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 25px;
    background: #FFF;
    margin-bottom: 24px;
}
.implementing__item__title{
    color: #1E1E1E;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 8px;
}
.implementing__item__text{
    color: #1E1E1E;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 32px;
}
.implementing__item__list ul{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    align-self: stretch;
}
.implementing__item__list ul li{
    color: #1E1E1E;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 19.6px */
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    list-style: none;
}
.implementing__item:last-child{
    transform: rotate(3.478deg);
    border-radius: 20px;
    background: #492F91;
}
.implementing__item:last-child .implementing__item__title,
.implementing__item:last-child .implementing__item__text,
.implementing__item:last-child .implementing__item__list ul li{
    color: #FFF;
}
.implementing__item:last-child .implementing__item__number{
    color: #492F91;
}

.faq__content{
    display: flex;
    padding: 100px 0;
    flex-direction: column;
    align-items: center;
    gap: 60px;
    align-self: stretch;
}
.faq__content__top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}
.faq__content__top .title{
    color: #1E1E1E;
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.faq__items{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
    align-self: stretch;
}
.faq__item {
    width: 100%;
}
.faq .ui-accordion .ui-accordion-header{
    display: flex;
    height: 90px;
    padding: 28px 38px;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    gap: 10px;
    align-self: stretch;
    border-radius: 30px;
    border: 1px solid #E6E6E6;
    background: #FFF;
    color: #353535;
    font-size: 24px;
    font-style: normal;
    font-weight: 450;
    line-height: normal;
}
.faq__item__question.ui-state-active{
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom: none;
}
.faq .ui-accordion .ui-accordion-content{
    border: 1px solid #E6E6E6;
    background: #FFF;
    color: #353535;

    border-top: none;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}
.faq .ui-icon, .ui-widget-content .ui-icon{
    display: flex;
    width: 38px;
    height: 38px;
    padding: 6.333px;
    justify-content: center;
    align-items: center;
    background-image: url(/assets/img/plus.svg);
    background-position: center;
}
.faq__item__question.ui-state-focus .ui-icon,
.faq__item__question.ui-state-hover .ui-icon{
    background-image: url(/assets/img/plus.svg);
}
.faq .ui-state-active .ui-icon,
.faq .ui-button:active .ui-icon{
    background-image: url(/assets/img/minus.svg) !important;
}


#contact{
    background: #D6DEFE;
}
.contact__content{
    display: flex;
    padding: 100px 0;
    flex-direction: column;
    align-items: flex-start;
    background: url("/assets/img/loop_arrow.svg") no-repeat 70% 11%;
}
.contact__content .title{
    color: #1E1E1E;
    font-size: 48px;
    font-style: normal;
    font-weight: 750;
    line-height: normal;
    margin-bottom: 12px;
}
.contact__content .subtitle{
    color: #1E1E1E;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.36px;
    margin-bottom: 75px;
}
.contact__form__content{
    color: #1E1E1E;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.36px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    margin-bottom: 44px;
}
.contact__form__content input{
    padding: 14px 18px;
    border-radius: 100px;
    background: #FFF;
    border: none;

    color: rgba(0, 0, 0, 0.46);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.36px;
}






/* footer */
footer{
    background: #1E1E1E;
    color: #FFF;
    padding: 40px 20px;
}
footer .top,
footer .bottom,
footer .middle{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}
footer .top{
    padding-bottom: 40px;
    border-bottom: 1px solid #F9F9F9;
}
footer .socials{
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 27px;
}
footer .socials a{
    text-decoration: none;
}

footer .middle{
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #F9F9F9;
    align-items: flex-start;
}
footer .middle .menus_block{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
footer .middle .menus_block .menu{
    min-width: 200px;
    max-width: 100%;
    margin-right: 20px;
}
footer .middle .menus_block .menu:last-child{
    margin-right: 0;
}
footer .middle .menus_block .menu .menu_title,
footer .middle .contacts_block .contacts_title{
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 24px;
}
footer .middle .menus_block .menu .menu_items{
    display: flex;
    flex-direction: column;
    gap: 24px;
    list-style: none;
}
footer .middle .menus_block .menu .menu_items a{
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 132%;
    text-decoration: none;
    color: #fff;
}
footer .middle .menus_block .menu .menu_items a:hover{
    text-decoration: underline;
}
footer .middle .contacts_block .contact{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
}
footer .middle .contacts_block .contact a{
    text-decoration: none;
    color: #fff;
}
footer .middle .contacts_block .contacts{
    display: flex;
    flex-direction: column;
    gap: 24px;
}
footer .bottom{
    padding-top: 40px;
}
footer .bottom .copy{
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
footer .bottom .links{
    display: flex;
    flex-direction: row;
    gap: 10px;
}
footer .bottom .link{
    color: #F9F9F9;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;

    border-right: 1px solid #F9F9F9;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 10px;
}
footer .bottom .link:last-child{
    border-right: none;
    padding-right: 0;
}
footer .approved_block{
    width: 305px;
    max-width: 100%;
}
footer .approved_block .approved_title{
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 24px;
}
footer .approved_bottom{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
footer .approved_bottom .text{
    width: 187px;
    max-width: 100%;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.56px;
}
/* footer end */



/* modal */
.popup{
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    background: rgba(27, 27, 27, 0.40);
    backdrop-filter: blur(6.099999904632568px);
    z-index: 1000;
}
.popup_content{
    display: flex;
    padding: 43px 40px 60px 40px;
    flex-direction: column;
    align-items: center;
    /*gap: 40px;*/
    border-radius: 24px;
    background: #FFF;
    position: relative;
    max-height: 90vh;
}
.popup_content .title{
    color: #1E1E1E;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}
.popup_content .title span{
    color: #FF7101;
}
.popup_content .subtext{
    color: #1E1E1E;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.popup_content form{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    width: 100%;
}
.popup_content .form-group{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}
.popup_content .form-group input{
    display: flex;
    width: 100%;
    height: 48px;
    padding: 12px;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    border-radius: 100px;
    border: 1px solid #A7A7A7;
    background: #FFF;
}
.popup_content .form-group button{
    display: flex;
    width: 100%;
    height: 48px;
    padding: 0 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    border-radius: 100px;
    background: #FF7101;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    border: none;
}
.popup_content .close_popup{
    position: absolute;
    top: 20px;
    right: 20px;
    width: 24px;
    height: 24px;
    cursor: pointer;
}


#contactForm .popup_content{
    width: 624px;
    max-width: 100%;
}

#contactForm label{
    color: #1E1E1E;
    font-size: 22px;
    font-style: normal;
    font-weight: 450;
    line-height: normal;
    letter-spacing: -0.36px;
}

#contactForm input{
    display: flex;
    height: 52px;
    padding: 14px 28px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 12px;
    background: #F8F8F8;
    font-size: 22px;
    border: 1px;
}

#contactForm .btn-primary{
    width: 100%;
}





.teamPopup__content{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    flex-wrap: wrap;
}

.teamPopup__left .teamPopup__image{
    display: flex;
    width: 300px;
    /*height: 373px;*/
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.teamPopup__left .teamPopup__image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.teamPopup__right{
    display: flex;
    width: 300px;
    /*height: 450px;*/
    padding: 16px;
    align-items: flex-start;
    gap: 10px;
    flex-direction: column;
    justify-content: center;
}

.teamPopup__name{
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 4px;
}

.teamPopup__position{
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.teamPopup__description{
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}



#formConfirm .popup_content{
    width: 624px;
    /*height: 701px;*/
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #FFFFFF url("/assets/img/confirm_popup_bg.svg") no-repeat center center;
    padding-top: 205px;
}
#formConfirm .popup_content .title{
    color: rgba(0, 0, 0, 0.80);
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.352px;
}

/* modal end */






@media (max-width: 1440px){}
@media (max-width: 1366px){
    .courses__items .slick-arrow.next{
        right: -2%;
    }
    .courses__items .slick-arrow.prev{
        left: -2%;
    }
}
@media (max-width: 1280px){
    .container{
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .stats2__content__item.item1,
    .stats2__content__item.item2,
    .stats2__content__item.item3,
    .stats2__content__item.item4{
        width: 45%;
    }
    .team__item .image__overlay{

    }

    .implementing__items{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .implementing__item{
        width: 45%;
        height: auto;
        min-height: 430px;
    }

    .team__items{
        flex-wrap: wrap;
        justify-content: center;
    }
    .stats2__content{
        width: 100%;
    }

    .courses__items.mobile{
        display: block;
    }
    .courses__items.desktop{
        display: none;
    }

}
@media (max-width: 1024px){
    .stats1__content__middle__content{
        flex-direction: column;
        align-items: center;
    }

    .stats1__content__bottom__content{
        flex-direction: column;
        align-items: center;
    }
    .stats1__content__bottom__content__left{
        flex-direction: column;
    }
    .stats1__content__bottom__content__left .item{
        width: 100%;
        flex-direction: row;
    }
    .stats1__content__bottom__content__left .item:last-child{
        flex-direction: row-reverse;
    }
    .reviews .counts__items{
        justify-content: center;
        gap: 24px;
    }
    .hero__content .title{
        font-size: 44px;
        line-height: 110%;
    }
    .subtitle{
        font-size: 14px;
        line-height: 166%;
    }
    .cta__subtitle{
        font-size: 14px;
        line-height: 166%;
    }
    .hero__content__left{
        gap: 10px;
    }

    .top_menu_wrapper .top_menu .menu_actions.desktop_menu {
        display: none;
    }

    .top_menu_wrapper .top_menu .menu_actions.mobile_menu {
        display: flex;
        flex-direction: row;
        gap: 20px;
    }
}
@media (max-width: 800px){
    .hero{
        height: 900px;
    }
    .video-bg{
        height: 538px;
    }
    .hero__content{
        flex-direction: column;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
    }
    .hero__content__left{
        margin-bottom: 46px;
        padding: 0 20px;
    }
    .hero__content__form form{
        width: 100%;
        border-radius: unset;
    }

    .stats2__content__items{
        flex-direction: column;
        align-items: center;
    }
    .stats2__content__item,
    .stats2__content__item.item1, .stats2__content__item.item2,
    .stats2__content__item.item3, .stats2__content__item.item4 {
        width: 100%;
        max-width: 100%;
        flex-direction: column;
        align-items: center;

        padding: 28px 22px;
        gap: 20px;

    }
    .stats2__content__item .text{
        font-size: 16px;
        line-height: 166%;
    }
    .courses__items__wrapper{
        width: 100%;

        justify-content: center;
    }
    .courses__items__slide{
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
@media (max-width: 700px){}
@media (max-width: 430px){
    .implementing__item{
        width: 100%;
    }

    .stats1__content__middle__content__left{
        min-width: unset;
        max-width: 100%;
        padding: 0;
        background: transparent;
        gap: 20px;
    }
    .stats1__content__middle__content__right img{
        width: 100%;
        height: auto;
    }
    .stats1__content__middle__content__left .text{
        font-size: 18px;
    }
    .stats1__content__middle__content{
        min-width: unset;
        width: 100%;
        gap: 40px;
    }

    .stats1__content__bottom__content__left .item,
    .stats1__content__bottom__content__left .item:last-child,
    .stats1__content__bottom__content__right .item,
    .stats1__content__bottom__content__right .item:last-child{
        padding: 28px 22px;
        gap: 20px;
        border-radius: 20px;

    }
    .stats1__content__bottom__content__left .item img{
        width: 120px;
        height: 120px;
    }
    .stats1, .stats2{
        padding-bottom: 20px;
    }
    .stats2__content__item{
        border-radius: 33px;
    }
    .stats2__button{
        font-size: 16px;
        padding: 19px 20px
    }
    .advantages img:first-child{
        display: none;
    }
    .advantages img:last-child{
        display: block;
        width: 100%;
        height: auto;
    }

    .stats2 .title,
    .advantages .title,
    .courses .title,
    .courses .title span,
    .reviews .title,
    .team__content .title,
    .implementing__content .title,
    .faq__content__top .title{
        font-size: 28px;
        text-align: center;
    }
    .courses__items.mobile .courses__item{
        margin-right: 10px;
    }
    .courses__content{
        padding-bottom: 0;
    }
    .reviews__content{
        gap: 38px
    }
    .reviews__items .reviews__item__slide:nth-child(even) .reviews__item,
    .reviews__items .reviews__item__slide:nth-child(odd) .reviews__item{
        transform: rotate(0deg);
        margin-right: 10px;
        margin-left: 10px;
    }

    .reviews .counts__item{
        width: 100%;
    }
    .btn-primary{
        font-size: 16px;
    }
    .faq__content__top{
        flex-direction: column;
        align-items: center;
        gap: 18px;
    }
    .faq__content__top .faq__content__button,
    .faq__content__top .faq__content__button .btn-primary{
        width: 100%;
    }
    .faq .ui-accordion .ui-accordion-header{
        font-size: 18px;
        height: unset;
    }

    .contact__content{
        background: transparent;
    }
    .contact__content .title {
        font-size: 28px;
    }
    .contact__content .subtitle{
        font-size: 16px;
    }

    .contact__form__content input{
        width: 100%;
        margin-bottom: 18px;
        margin-top: 10px;
    }
    .contact__form__content{
        font-size: 20px;
    }
    .contact__form .btn-primary{
        width: 100%;
    }

    .courses__items__wrapper{
    }
    .courses__items__slide{}

}



