


@font-face {
    font-family: 'SFPro';
    src: url('../fonts/SFProDisplay-Regular.eot');
    src: url('../fonts/SFProDisplay-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SFProDisplay-Regular.woff2') format('woff2'),
    url('../fonts/SFProDisplay-Regular.woff') format('woff'),
    url('../fonts/SFProDisplay-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



body{
    line-height: 1.2;
    font-family: 'HelveticaNeueCyrRoman', sans-serif;
}
.test{
    width: 1440px;
    left: 50%;
    transform: translateX(-50%);
}
.lang_flex{
    font-size: 0.9rem;
    margin-right: 1rem;
}
.lang_flex a{

}
.lang_flex span{
    margin: 0 0.2rem;
}
.logo{
    width: 10.7rem;
    display: block;
}
header .container {
    width: 80.3rem
}
header {
    position: absolute;
    top: 3.8rem;
    color: white;
}
header a{
    color: white;
}
.btn{
    display: inline-block;
    padding: 0 1.1rem;
    font-family: HelveticaNeueCyrMedium, sans-serif;
    font-size: 0.875rem;
    background: white;
    border-radius: 30px;
    color: #191919;
}
.btn:hover{
    color: #191919;
}
.btn:after{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    background: linear-gradient(180deg, #FFAF1B 0%, #FFC75E 100%);
    opacity: 0;
    transition: all 0.35s;
}
.btn:hover:after{
    opacity: 1;
}
.btn span{
    position: relative;
    z-index: 1;
}
.btn.big span{
    height: 3.191rem;
}
.btn.big{
    font-size: 1rem;
}
.btn.orange{
    font-size: 1rem;
    padding: 0 3.1rem;
    background: linear-gradient(180deg, #FFAF1B 0%, #FFC75E 100%);
}
.btn.orange:after{
    background: black;
}
.btn.orange:hover{
    color: white;
}
.mob_menu{
    display: none;
}
.btn span{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.5rem;
}

.header_right{
    margin-right: -1.7rem;
}
.menu {
    margin-right: 2rem
}
.menu a{
    display: inline-block;
    margin-left: 1.45rem;
    font-size: 0.875rem;
}
.menu a:first-child{
    margin-left: 0;
}
.header_phone{
        margin-left: 0.9rem;
    font-size: 0.9rem;
    /*font-size: 1.264rem;*/
    font-family: HelveticaNeueCyrLight, sans-serif;
}
.header_phone span{
    font-family: HelveticaNeueCyrMedium, sans-serif;
}
#box-1 {
    padding-top: 1.8rem;
}
.slider_text h1{
    font-family: KanitCyrillic, sans-serif;
    font-size: 3.063rem;
    text-transform: uppercase;
    line-height: 1;
}
.slider_text p{
    font-family: SFPro, sans-serif;
    font-size: 1.5rem;
}
.container {
    width: 74.9rem;
}
.slider_img{
    margin-left: -5.6rem;
    margin-top: -10.7rem;
}
.slider_img img{
    height: 31.419rem;
}
.slider_btns {
    margin-top: 0.6rem;
    margin-bottom: 1.4rem;
}
.socials{
    margin-left: 0.5rem;
    display: flex;
}
.socials a{
    width: 3.75rem;
    height: 3.75rem;
    background: #191919;
    color: white;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.6rem;
    font-size: 1.7rem;
}
.socials a:hover{
    background: #FFAF1B;
    color: #191919;
}
.slider_right_item{
    background: white;
    border-radius: 30px;
    margin-left: 0;
    height: 3.188rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1.5rem;
    font-size: 1.089rem;
    font-family: HelveticaNeueCyrMedium, sans-serif;
    text-transform: uppercase;
}
.slider_right_item img{
    width: 1.5rem;
    margin-right: 0.8rem;
}
.slider_right_item.orange{
    background: linear-gradient(180deg, #FFAF1B 0%, #FFC75E 100%);
    padding: 0 1.1rem;
}
.slider_right_item span{
    position: relative;
    z-index: 1;
}
.banner_slider.slick-dotted.slick-slider{
    margin-top: 4rem!important;
    border-radius: 50px;
    overflow: hidden;
}
.banner_slider_item{
    height: 37.8rem;
    display: flex!important;
    align-items: center;
    justify-content: center;
    position: relative;
    color: white;
}
.banner_slider_title{
    font-family: KanitCyrillic, sans-serif;
    font-size: 7.25rem;
    line-height: 0.8;
    width: 80%;
    text-align: center;
    position: relative;
    z-index: 2;
}
.ab_img{
    position: absolute;
    left: 0;
    top: 0;
}

.box1_bg{
    color: white;
    width: 87.5rem;
    margin: 0 auto;
    border-radius: 24px;
    padding-top: 12.3rem;
    position: relative;
    overflow: hidden;
}
.box1_bg:after{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 15rem;
    background: linear-gradient(180deg, #639AD4 25%, #FFFFFF 100%);
    content: "";
}
.slider_btns_left, .slider_btns_right{
    position: relative;
    z-index: 1;
    color: black;
}
.slider_dots{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 6.491rem;
}
.box1_bg .container{
    position: relative;
    z-index: 2;
}
#box-2{
    padding-top: 9rem;
}
.digit_item{
    border: 1px solid #CACACA;
    background-color: white;
    border-radius: 20px;
    width: 25%;
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
    height: 11.8rem;
    flex-direction: column;
}
.digit_item p{
    font-family: KanitCyrillic, sans-serif;
    font-size: 5.313rem;
    line-height: 1;
    margin: 0;
}
.digit_item span{
    font-size: 1.063rem;
}
#box-3{
    padding-top: 3.9rem;
}
.flag_slider .slick-list{
    overflow: unset;
}
.flag_slider .slick-slide > div{
    padding: 0 1rem;
}
.flag_slider_item{
    width: 3.214rem!important;
    height: 3.214rem!important;
    border-radius: 50%;
    overflow: hidden;
}
.flag_slider_item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#box-4{
    padding-top: 10.2rem;
    padding-bottom: 5.7rem;
}
.section_title_sm{
    color: #606060;
}
.section_title{
    font-size: 1.938rem;
    font-family: KanitCyrillic, sans-serif;
}
.box4_item{
    background: #FFE5B4;
    border-radius: 20px;
    padding: 1.8rem 1.5rem;
    height: 100%;
   
}
.box4_title{
    font-size: 1.313rem;
    font-family: KanitCyrillic, sans-serif;
    line-height: 1;
    margin-bottom: 3.5rem;
}
.box4_img{
    height: 10.625rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.box4_text{
    font-family: KanitCyrillic, sans-serif;
    font-size: 0.875rem;
    margin-top: 3.3rem;
    line-height: 1.3;
}
.box4_text br{
    display: none;
}
.box4_title_row{
    margin-bottom: 5rem;
}
.box4_items_row .mb_30:nth-child(even) .box4_item{
    background: #D4E4F5;
}
.download_btn_orange{
    font-size: 0.875rem;
    font-family: HelveticaNeueCyrMedium, sans-serif;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 2.375rem;
    border-radius: 14px;
    margin-left: 7.5rem;
    width: 19rem;
    padding: 0 1.2rem;
    position: relative;
    overflow: hidden;
    background: black;
}
.download_btn_orange:after{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: linear-gradient(180deg, #FFAF1B 0%, #FFC75E 100%);
    transition: all 0.35s;
}
.download_btn_orange:hover:after{
    opacity: 0;
}
.download_btn_orange:hover{
    color: white;
}
.download_btn_orange span{
    position: relative;
    z-index: 2;
}
.download_btn_orange b{
    font-size: 0.563rem;
    position: relative;
    z-index: 2;
}
.download_btn{
    display: flex;
    align-items: center;
}
.download_btn img{
    width: 1.5rem;
    margin-right: 0.9rem;
}
.box4_btns{
    margin-top: 1.2rem;
}

.sm_line{
    line-height: 1;
}
.speaker_item{
    background: white;
    border-radius: 24px;
    height: 100%;
}
.sp_img{
    height: 16rem;
    border-radius: 24px;
    overflow: hidden;
}
.sp_text{
    padding: 1.5rem;
    padding-top: 1.9rem;
    padding-bottom: 0.6rem;
}
.sp_title{
    font-family: KanitCyrillic, sans-serif;
    font-size: 1.5rem;
    line-height: 1;
    margin-bottom: 0.9rem;
}
.sp_anons{
    font-size: 0.875rem;
}
.speaker_slider .slick-list{
    margin: 0 -10px;
    display: flex;
}
.speaker_slider .slick-track{
    display: flex;
}
.speaker_slider .slick-slide > div{
    height: 100%;
    padding: 0 10px;
}

.speaker_slider .slick-arrow{
    background-color: #FFAF1B;
}

.speaker_slider .slick-prev{
    left: -3rem;
}
.speaker_slider .slick-next{
    right: -3rem;
}
.big_container{
    width: 87.5rem;
    margin: 0 auto;
}
.box5_bg{
    padding-top: 7.1rem;
    padding-bottom: 5.2rem;
    border-radius: 24px;
    background-color: #D4E4F5;
}
.box6_btn .btn.big span{
    height: 4.938rem;
}
.box6_btn .btn.big{
    padding: 0 3.1rem;
    border-radius: 100px;
}
.box6_bg{
    padding: 4.7rem 0;
    border-radius: 24px;
    background-color: #FFE5B4;
}

.box7_bg{
    padding-top: 6.7rem;
    padding-bottom: 5.2rem;
    border-radius: 24px;
    background-color: #D4E4F5;
}
#box-7{
    margin-top: 3rem;
}
#box-7 .box4_title_row{
    margin-bottom: 3rem;
}
.box7_text{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.custom_box9{
    background: white;
    height: 100%;
    margin-right: 2rem;
    border-radius: 24px;
    padding: 2.2rem 2.2rem;
}
.custom_box3{
    margin-left: -1.2rem;
}
.box7_item:not(:last-child){
    border-bottom: 1px solid #B1C4D8;
    padding-bottom: 1.6rem;
    margin-bottom: 1.5rem;
}
.box7_item p{
    font-family: HelveticaNeueCyrBold, sans-serif;
    margin-bottom: 0.2rem;
}
.box7_item span{
    font-size: 0.875rem;
}
.box7_bottom{
    margin-top: 2rem;
}
.box7_right_item{
    background: #FFE5B4;
    padding: 1.4rem 1.7rem;
    padding-right: 2rem;
    min-height: 7.266rem;
  /*  display: flex;
    justify-content: center;
    flex-direction: column;*/
    border-radius: 14px;
    height: 100%;
}
.box7_right_item:nth-child(even){
    background: white;
}
.box7_right_item p{
    font-family: HelveticaNeueCyrBold, sans-serif;
    margin-bottom: 0.3rem;
}
.box7_right_item span{
    font-size: 0.875rem;
}
.box7_right_btns .download_btn{
    justify-content: center;
    margin-top: 1.8rem;
    margin-bottom: 1.4rem;
}

/*.box7_right_items_row .mb_30:nth-child(odd) .box7_right_item{
        background: #D4E4F5;
}*/


.box7_right_btns .download_btn_orange{
    margin: 0;
    width: 100%;
}
.box7_bottom .btn{
    border-radius: 14px;
}
#box-8{
    padding-top: 5.9rem;
}
#box-8 .box4_title_row{
    margin-bottom: 3.3rem;
}
.box8_item{
    background: #D4E4F5;
    display: flex;
    border-radius: 1.5rem;
    overflow: hidden;
    height: 100%;
}
.box8_img{
    width: 18.75rem;
}
.box8_text{
    width: calc(100% - 18.75rem);
    padding: 2.35rem;
    padding-left: 1.3rem;
}
.box8_title{
    font-family: KanitCyrillic, sans-serif;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    line-height: 1;
}
.box8_anons{
    line-height: 1.3;
}
.box8_row .mb_30:nth-child(odd) .box8_item{
    background: #FFE5B4;
}
#box-9{
    padding-top: 8.3rem;
}
#box-9 .slick-list{
    overflow: unset;
}
.box9_item{
    font-size: 4.438rem;
    line-height: 1;
    padding-right: 1rem;
    color: #C7C7C7;
}
.box9_item span{
    display: inline-block;
    position: relative;
    top: 0.2rem;
    color: #C7C7C7;
}
#box-10{
    padding-top: 10.4rem;
}
.box10_item{
    background: #FFE5B4;
    border-radius: 25px;
    padding: 2.1rem 2.4rem;
    width: calc(50% - 10px);
}
.box10_item:last-child{
    background: #D4E4F5;
}
.box10_title{
    font-family: KanitCyrillic, sans-serif;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}
.box10_text {
    margin-bottom: 4.4rem
}
.form_btn .btn{
    border-radius: 14px;
}
.form-control{
    background: white;
    border: 1px solid #DADADA;
    width: 100%;
    font-family: 'HelveticaNeueCyrRoman', sans-serif;
    font-size: 0.875rem;
    padding: 0.7rem 1rem;
    border-radius: 30px;
    transition: all 0.25s;
}
.form-control:focus{
    color: #8F846E;
    border-color: #8F846E;
    background-color: #f3ede4;
}
.form-control::placeholder{
    color: #929292;
}
.form-group{
    margin-bottom: 1rem;
}
.form-group label{
    font-size: 0.75rem;
    font-family: HelveticaNeueCyrMedium, sans-serif;
    padding-left: 1rem;
    margin-bottom: 0.5rem;
    display: block;
}
.box11_item{
    display: block;
    filter: grayscale(1);
    opacity: 0.8;
}
.box11_item:hover{
    filter: grayscale(0);
    opacity: 1;
}
.box11_item img{
    height: 6.313rem;
    width: 100%;
    object-fit: scale-down;
}
#box-11{
    padding-top: 8rem;
}
#box-12 {
    padding-top: 7.4rem;
    padding-bottom: 9.3rem;
}
#box-12 .section_title{
    margin-bottom: 3rem;
}

.news_item{
    display: block;
}
.news_slider .slick-list{
    overflow: unset;
}
.news_item:hover .news_img img{
    transform: scale(1.05);
}
.news_img img{
    transition: all 0.25s;
}
.news_img{
    overflow: hidden;
    height: 17.8rem;
    border-radius: 1.5rem;
}
.news_title{
    font-size: 1.313rem;
    font-family: KanitCyrillic, sans-serif;
    line-height: 1;
}
.news_date{
    font-size: 0.875rem;
    margin-top: 2.4rem;
    margin-bottom: 0.3rem;
    color: #A7A7A7;
}
.news_slider .slick-list{
    margin: 0 -10px;
}
.news_slider .slick-slide > div{
    padding: 0 10px;
}
.footer_logo{
    display: block;
    width: 15.9rem;
}
footer {
    padding-top: 2rem;
    position: relative;
    background: linear-gradient(180deg, #75A9DF 9.13%, #FFFFFF 100%);
    color: white;
}
footer a{
    color: white;
}

.footer_right .socials a{
    width: 2.375rem;
    height: 2.375rem;
    font-size: 1.3rem;
    background: white;
    color: black;
}
.footer_right .socials a:hover{
    background-color: #FFAF1B;
    color: black;
}
.footer_right_links a:hover{
    border-color: transparent;
    /*color: #FFAF1B;*/
}
.footer_right{
    padding-top: 2.1rem;
}
.footer_right_links{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    font-size: 0.875rem;
    margin-top: 9rem;
    align-items: flex-end;
}
.footer_right_links a{
    border-bottom: 1px solid;
    margin-top: 0.2rem;
    color: black;
}
.copy{
    font-size: 0.875rem;
    margin-top: 6.6rem;
    color: black;
}
.footer_img {
    display: block;
    width: 87.5rem;
    margin: 0 auto;
    margin-top: 11.3rem;
}
.footer_menu{
    position: absolute;
    left: 50%;
    top: 2.6rem;
    transform: translateX(-50%);
    text-align: center;
    font-size: 0.875rem;
}
.footer_menu a{
    margin-bottom: 1.9rem;
    display: block;
}
.page_slider{
    min-height: 25rem;
}
.page{
    margin-top: -21rem;
    position: relative;
    z-index: 2;
    padding-bottom: 5rem;
}
.content img{
    border-radius: 20px;
}
#bubbleCanvas{
    position: absolute;
    left: 50%;
    top: 50%;
    /* right: 0; */
    height: 6.491rem;
    width: 300%;
    transform: translate(-50%, -50%);
}
#box-6{
    margin-top: 3rem;
}
#box_new {
    padding-top: 2rem;
    padding-bottom: 5rem;
}
#box_new .section_title{
    margin-bottom: 4.5rem;
}
.tags{
    font-family: 'HelveticaNeueCyrBold';
    text-align: center;
}
.tags span{
    display: inline-block;
    background: #FFE5B4;
    padding: 1rem 1.7rem;
    margin: 0 1rem;
    margin-bottom: 1.9rem;
    border-radius: 16px;
}
#box-5 .box7_right_btns{
    margin-top: 3rem;
}
.box7_right_btns.sm_download{
    margin-top: 2rem;
}
#box-5 .box7_right_btns .download_btn_orange,  .box7_right_btns.sm_download .download_btn_orange{
    width: 20rem;
    margin: 0 auto;
}
#box-5  .box7_right_btns .download_btn {
    
    margin-top: 2.7rem;
    margin-bottom: 1.2rem;
}
.box11_flex{
    justify-content: space-around;
}
.box11_flex .slick-list{
    overflow: unset;
}
.mar4{
    margin-top: 4.5rem;
}
.box11_flex .slick-list{
    margin: 0 -10px;
}
.box11_flex .slick-slide > div{
    padding: 0 10px;
}