*{
    margin: 0px;
    padding: 0;
    box-sizing: border-box;
}
.btn_video_sound{
    position: absolute;
    top: 101px;
    z-index: 99;
    right: 11.239583VW;
}
.btn_video_sound.on img:nth-child(2),
.btn_video_sound img:nth-child(1){
    display: none;
}
.btn_video_sound img:nth-child(2),
.btn_video_sound.on img:nth-child(1){
    display: block;
}
.message_form_error,
.message_form{
    display: none;
    padding: 170px 0px;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    position: relative;
    justify-content: center;
    align-items: center;
    color: white;
}
.message_form_error h3,
.message_form h3{
    font-size: 28px;
    font-family: "WorkSans-Light";
    line-height: 32px;
    text-align: center;
}
.message_form_error .btn_home,
.message_form .btn_home{
    font-size: 14px;
    line-height: 21.46px;
    font-family: "WorkSans-SemiBold";
    color: #F4F2EF;
    text-decoration: none;
    display: flex;
    align-items: center;
    position: absolute;
    bottom: -50px;
    right: 0;
}
.btn_prev_from{
    font-size: 14px;
    line-height: 21.46px;
    font-family: "WorkSans-SemiBold";
    color: #F4F2EF;
    text-decoration: none;
    display: flex;
    align-items: center;
    position: absolute;
    bottom: -50px;
    left: 0; 
}
.message_form .btn_home span{
    margin-left: 13px;
}
.message_form_error.error,
.message_form.success{
    display: flex;
}
.main_nav_fixed a img{
    filter: contrast(0);
}
.main_nav_fixed.visible a img{
    filter: none;
}
.stuies_box_block_fixed h2 {
    color: #333333 !important;
}
.banner_studies_fixed {
    background: unset !important;
}
.footer_lists_fixed {
    margin-top: 196px;
}
.footer_lists_fixed a img {
    filter: contrast(0);
}
.footer_lists_fixed a {
    color: #333333 !important;
}
.footer_block_fixed {
    background: unset !important;
}
.main_nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 93px 7.239583333333334VW 30px 7.239583333333334VW;
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
}
.main_nav.visible{
    position: fixed;
    width: 100vw;
    background: rgba(51, 51, 51, .7);
    animation: showTopNav .8s ease-in;
    z-index: 99;
    padding: 30px 7.239583333333334VW;

}
.main_nav.visible .header__logo img{
    max-width: 140px;
    height: auto !important;
}
@keyframes showTopNav {
    from{
        transform: translateY(-200px);
    }
    to{
        transform: translateY(0px);
    }
}
.home_banner{
    width: 100%;
    height: 200vh;
    position: relative;
}
.banner_studies {
    width: 100%;
    background: #333333;
}

.jv_video_block{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background:#000000;
}
.jv_video_block .jv_video{
    object-fit: cover;
    min-width: 100%;
    min-height: 80%;
}
.header_top{
    position: relative;
    width: 100%;
    height: 100vh;
    padding-left: 14.427083333333332VW;
    display: flex;
    align-items: center;
    position: relative;
}
.scroll{
    position: absolute;
    bottom: -142px;
    left: 14.427083333333332VW;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-decoration: none;
    z-index: 9;
}
.scroll span{
    margin-bottom: 20px;
    color: white;
    font-family: "WorkSans-SemiBold";
    font-size: 18px;
    line-height: 21.46px;
}
.scroll .after{
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    width: 1.33px;
    height: 246px;
    background: transparent;
    overflow: hidden;
}
.scroll .after.activeAnimate::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 1.33px;
    animation: topScrollAnimate 2s forwards;
    background: white;

}
@keyframes topScrollAnimate{
    0%{
        height: 0;
    }
    100%{
        height: 246px;
    }
}
.scroll .after.activeAnimate::after{
    content: '';
    position: absolute;
    top: 0;
    left: -1.33px;
    top: 0;
    width: 2.66px;
    height: 70px;
    background: white;
    animation: wheel 2s infinite;
    -webkit-animation: wheel 2s infinite;
    animation-delay: 2s;
}
@keyframes wheel {
	to {
		opacity: 0;
		top: 100%;
	}
}
.header_top .content{
    width: 624px;
    animation: animateRightShow 1s ease-in;
}
.content .header_h1 p,
.content .header_h1 {
    font-size: 60px;
    line-height: 60px;
    font-family: "WorkSans-Light";
    color: #F4F2EF;
    margin-bottom: 25px;
}
.year {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 19.5px;
    position: relative;
}
.year p {
    font-size: 24px !important;
    line-height: 27px !important;
    font-family: "WorkSans-Medium" !important;
    color: #F4F2EF;
    margin-bottom: 0px !important;
    margin-right: 146px !important;
}
.year::after {
    content: '';
    position: absolute;
    width: 76.51px;
    height: 1.16px;
    top: 10px;
    right: 0;
    left: 70px;
    bottom: 0;
    background: #ffffff;
}
.content p {
    font-size: 18px;
    line-height: 23px;
    font-family: "WorkSans-Light";
    color: #F4F2EF;
    margin-bottom: 0px;
    position: relative;
}
.content p span {
    margin-right: 50px;
    margin-left: 50px;
}
.content p span::after {
    content: '';
    position: absolute;
    width: 76.51px;
    height: 1.16px;
    top: 13px;
    right: 0;
    left: 135px;
    bottom: 0;
    background: #ffffff;
}
.header_bottom {
    position: relative;
    width: 100%;
    height: 100vh;
    padding-left: 14.427083333333332VW;
    display: flex;
    align-items: flex-start;
}
.parable_headline_block h2{
    margin-top: 158.7px;
    font-size: 24px;
    line-height: 24px;
    /* font-family: "WorkSans-Bold"; */
    font-family: "WorkSans-SemiBold";
    color: #F4F2EF;
    margin-bottom: 35px;
}
.parable_headline_block p{
    max-width: 683px;
    font-size: 44px;
    line-height: 46px;
    font-family: "WorkSans-Light";
    color: #F4F2EF;
    margin-bottom: 35px;
}
.section_100x100{
    width: 100%;
    height: 100vh;
    position: relative;
}
.apply_banner .carousel-item .carousel_img,
.apply_banner .carousel-item,
.apply_banner .carousel-inner,
.apply_banner .carousel{
    width: 100%;
    height: 100%;
}
.apply_banner .carousel-item{
    align-items: center;
}
.apply_banner .carousel-item.active{
    display: flex !important;
}
.apply_banner .carousel-item .carousel_img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    background-color: #000000;
}
.apply_banner .carousel-item::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #000000;
    opacity: 0.35;
    z-index: 1;
}
.apply_banner .carousel-item .slider_content{
    position: relative;
    z-index: 2;
}
.slider_content {
    padding-left: 14.427083333333332VW;
}
.slideryear {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 23px;
    position: relative;
}
.slideryear p {
    font-size: 23px;
    line-height: 27px;
    font-family: "WorkSans-Medium";
    color: #F4F2EF;
    margin-bottom: 0px;
    /* margin-right: 146px; */
    margin-right: 36px;
}
.slideryear span {
    width: 76.51px;
    height: 1.16px;
    background: #ffffff;
    margin-right: 36px;
}
.slider_content h2 {
    font-size: 60px;
    line-height: 60px;
    font-family: "WorkSans-Light";
    color: #F4F2EF;
    margin-bottom: 18px;
    max-width: 654px;
}
.slider_content a {
    font-size: 18px;
    line-height: 21.46px;
    font-family: "WorkSans-SemiBold";
    color: #F4F2EF;
    margin-bottom: 0px;
    text-decoration: none;
}
.carousel-control-next, .carousel-control-prev {
    top: unset;
    bottom: 80px;
    text-decoration: none;
    background: transparent;
    -webkit-appearance: none;
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    flex-direction: column;
}
.visually_next {
    font-size: 18px;
    line-height: 21.46px;
    font-family: "WorkSans-SemiBold";
    color: #F4F2EF;
    margin-bottom: 32px;
}
.left_slider {
    margin-right: 5px;
}
.future_banner {
    background: #333333;
}
.future_text_see_lists {
    position: relative;
    width: 100%;
    height: 100vh;
    padding-left: 14.427083333333332VW;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 160px;
}
.future_text_block {
    max-width: 814px;
}
.future_text_block p {
    font-size: 32px;
    line-height: 38px;
    font-family: "WorkSans-Light";
    color: #F4F2EF;
    margin-bottom: 20px;
}
.future_text_block p b {
    font-family: "WorkSans-Bold";
}
.future_see_more_block {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    text-decoration: none;
    margin-right: 7.187499999999999VW;
}
.future_see_more_block span {
    font-size: 18px;
    line-height: 21.46px;
    font-family: "WorkSans-SemiBold";
    color: #F4F2EF;
    margin-top: 35px;
}
.visually_real {
    margin-right: 22px;
}
.experience_banner {
    background: #F4F2EF;
}
.experience_box_block {
    position: relative;
    width: 100%;
    height: 100vh;
    padding-left: 14.427083333333332VW;
    display: flex;
    align-items: flex-start;
    padding-top: 152px;
}
.experience_text_lists p{
    font-size: 32px;
    line-height: 38px;
    font-family: "WorkSans-Light";
    color: #333333;
    margin-bottom: 20px;
    max-width: 754px;
}
.experience_text_lists .active{
    opacity: 1;
    transform: translateY(0px);
    transition: 1s;
}
.experience_text_lists div{
    opacity: 0;
    position: absolute;
    transform: translateY(100px);
    transition: 1s;
}
.experience_text_lists p span {
    font-size: 24px;
    line-height: 38px;
    font-family: "WorkSans-Bold";
    color: #333333;
    margin-bottom: 0px;
}
.scroll{
    position: absolute;
    bottom: -142px;
    left: 14.427083333333332VW;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-decoration: none;
    z-index: 9;
}
.scroll_fixed span{

    color: #202021;
}
.scroll_fixed:after{
    background: #3D3D3D;
}
.forward_banner {
    background-image: url(../img/couple.png);
    background-size: cover;
}
.contact_banner {
    background: #333333;
    min-height: 100vh;
    height: auto !important;
}
.contact_input_block {
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 200px;
    padding-bottom: 200px;
}
.contact_page .contact_input_block{
    padding-top: 100px;
    padding-bottom: 100px;
}
.contact_input_lists {
    display: flex;
    flex-direction: column;
}
.contact .contact_input_lists {
    padding-top: 200px;
}
.contact_input_lists h2 {
    font-size: 24px;
    line-height: 24px;
    font-family: "WorkSans-Bold";
    color: #F4F2EF;
    margin-bottom: 26px;
}
.contact_input_lists p {
    font-size: 24px;
    line-height: 26px;
    font-family: "WorkSans-Light";
    color: #F4F2EF;
    margin-bottom: 52px;
    max-width: 790px;
}
.input_contact_name_info {
    display: flex;
    flex-direction: column;
}
.input_contact_name_info.sended{
    display: none;
} 
.input_contact_name_info input {
    background: none;
    border: none;
    border-top: 1px solid #F4F2EF50;
    border-bottom: 1px solid #F4F2EF50;
    padding-top: 14px;
    padding-bottom: 19px;
    color: white;
    height: 70px;
    font-size: 32px;
    line-height: 60px;
    font-family: "WorkSans-Light";
    border-radius: 0px;
    display: flex;
    align-items: center;
}
.input_contact_name_info input.error{
    border-color: red !important;
}
.input_contact_name_info textarea::placeholder,
.input_contact_name_info input::placeholder {
    font-size: 32px;
    line-height: 60px;
    font-family: "WorkSans-Light";
    color: #F4F2EF50;
}
.input_contact_name_info textarea {
    background: none;
    border: none;
    border-top: 1px solid #F4F2EF50;
    border-bottom: 1px solid #F4F2EF50;
    padding-top: 17.5px;
    padding-bottom: 19px;
    font-size: 32px;
    line-height: 60px;
    font-family: "WorkSans-Light";
    color: white;
    height: 321px;
    margin-bottom: 32.5px;
    border-radius: 0px;
}
.input_contact_name_info input:focus,
.input_contact_name_info textarea:focus{
    outline: none;
    border-color: white;
}
.contact_send {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.contact_send button {
    background: none;
    border: none;
}
.contact_send button span {
    font-size: 18px;
    line-height: 21.46px;
    font-family: "WorkSans-SemiBold";
    color: #F4F2EF;
    margin-right: 21px;
}
footer{
    background: #333333;
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: -1px;
}
.footer_block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 790px;
}
.footer_block_news {
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer_lists {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 92px;
    width: 100%;
}
.footer_lists_news {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 92px;
    padding-top: 196.4px;
}
.footer_lists_news a{
    margin-right: 146px;
    font-size: 18px;
    line-height: 31px;
    font-family: "WorkSans-Light";
    color: #333333;
    text-decoration: none;
}
.footer_lists_news a:last-child {
    margin-right: 0px;
}
.footer_lists a {
    margin-right: 0px;
    font-size: 18px;
    line-height: 31px;
    font-family: "WorkSans-Light";
    color: #F4F2EF;
    text-decoration: none;
}

.footer_lists a:last-child span {
    margin-right: 2px;
}
.scroll_bt {
    bottom: -123px;
}
.stuies_box_block {
    position: relative;
    width: 100%;
    padding-left: 7.239583333333334VW;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding-top: 223px;
    padding-bottom: 43px;
}
.stuies_box_block a{
    margin-bottom: 42px;
}
.stuies_box_block h2 {
    font-size: 24px;
    line-height: 24px;
    font-family: "WorkSans-Bold";
    color: #F4F2EF;
    text-align: center;
    padding-left: 40.25VW;
    margin-bottom: 0px;
}
.all_studies_banner {
    width: 100%;
}
.studies_block_lists {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.studies_each_block {
    width: 50%;
    position: relative;
    overflow: hidden;
    height: 800px;
    background: transparent;
}
.studies_each_block:hover .main_studies_each_block_img img{
    opacity: 0.80;
} 
/* .studies_each_block::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0,.12);
} */
.main_studies_each_block_img{
    background: #333333;
    width: 100%;
    height: 100%;
}
.main_studies_each_block_img img{
    opacity: 0.12;
    transition: 1s;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.news_header_img img{
    width: 100%;
    max-height: 750px;
    object-fit: cover;
}
.news_experience_text_lists {
    padding-top: 85.7px;
    padding-left: 7.239583333333334VW;
}

.news_experience_text_lists h5 {
    font-size: 23px;
    line-height: 27px;
    font-family: "WorkSans-Medium";
    color: #333333;
    margin-bottom: 36.5px;
    margin-top: 36.5px;
    letter-spacing: 5px;
}
.news_experience_text_lists h2 {
    font-size: 60px;
    line-height: 60px;
    font-family: "WorkSans-Light";
    color: #333333;
    max-width: 642px;
    margin-bottom: 80px;
}
.text_experience_img_lists {
    padding-left: 7.239583333333334VW;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-right: 6.875000000000001VW;
    margin-bottom: 25px;
}
.text_block_experience_news {
    margin-right: 3.3333333333333335VW;
}
.text_block_experience_news p {
    font-size: 28px;
    line-height: 32px;
    font-family: "WorkSans-Light";
}
.img_news_lists {
    margin-bottom: 213px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.img_news_lists img {
    margin-right: 14px;
}
.img_news_lists img:last-child {
    margin-right: 0px;
}
.text_news_lists h3{
    font-size: 24px;
    line-height: 24px;
    font-family: "WorkSans-Bold";
    margin-bottom: 48px;
}
.text_news_lists p{
    font-size: 28px;
    line-height: 32px;
    font-family: "WorkSans-Light";
}
.main_news_silder_box {
    padding-left: 7.03125VW;
    padding-right: 7.03125VW;

    display: flex;
    align-items: center;
}
.main_news_silder_box img {
    width: 100%;
    height: auto;
}
.news_block_next {
    bottom: -188px;
}
.news_next {
    color: #333333;
}
.news_next_btn {
    filter: contrast(0);
}
.news_slider_block {
    margin-bottom: 196px;
}
.main_news_couple_img_block img{
    object-fit: cover;
    width: 100%;
    height: 750px;
}
.main_news_experience_text_lists {
    margin-top: 79.8px;
    padding-left: 14.427083333333332VW;
    margin-bottom: 114px;
}
.main_news_experience_text_lists h3{
    letter-spacing: 5px;
    font-size: 24px;
    line-height: 27px;
    font-family: "WorkSans-Medium";
    color: #333333;
    margin-bottom: 25.5px;
}
.main_news_experience_text_lists h2 a,
.main_news_experience_text_lists h2 {
    width: 624px;
    color: #333333;
    text-decoration: none;
    font-size: 60px;
    line-height: 60px;
    font-family: "WorkSans-Light";
    margin-bottom: 28px;
    display: block;
}
.main_news_experience_text_lists p {
    width: 625px;
    color: #333333;
    font-size: 24px;
    line-height: 28px;
    font-family: "WorkSans-Light";
    margin-bottom: 40.9px;
}
.main_news_seemore_block {
    text-decoration: none;
}
.main_news_seemore_block span{
    color: #333333;
    font-size: 18px;
    line-height: 21.46px;
    font-family: "WorkSans-SemiBold";
    margin-right: 22px;
}
.more_ideas_block {
    border-top: 1px solid #333333;
    margin-right: 7.239583333333334VW;
    margin-left: 7.239583333333334VW;
    padding-top: 40px;
}
.more_ideas_img_lists {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    text-decoration: none;
}
.more_ideas_img_lists span{
    color: #333333;
    font-size: 18px;
    line-height: 21.46px;
    font-family: "WorkSans-SemiBold";
    margin-bottom: 36.3px;
}
.studies_each_block h2 {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: 116px;
    padding-left: 7.239583333333334VW;
    color: #ffffff;
    font-size: 60px;
    line-height: 60px;
    font-family: "WorkSans-Light";
    width: 654px;
}
.next_app_btn {
    position: absolute;
    bottom: 116px;
    right: 0;
    left: 0;
    padding-left: 7.239583333333334VW;
}
.sidebar_menu {
    position: fixed;
    top: 0;
    right: -200%;
    bottom: 0;
    background: rgb(0, 0, 0, .8);
    width: 539px;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: 9;
    padding: 0;
    filter: blur(10);
}
.sidebar_menu li a {
    font-size: 48px;
    line-height: 60px;
    color: #F4F2EF;
    text-decoration: none;
    font-weight: lighter;
    font-family: "WorkSans-Light";
}
.show-menu .sidebar_menu {
    right: 0;
}
.close_img,
.show-menu .open_img{
    display: none;
}
.show-menu .close_img{
    display: block;
}
.sidebar_menu li {
    list-style: none;
    text-align: center;
    margin-bottom: 8px;
    -webkit-transition: .5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: .5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: .5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition-delay: .3s;
         -o-transition-delay: .3s;
            transition-delay: .3s;

}
.show-menu .sidebar_menu li {
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
}
.show-menu .sidebar_menu li:nth-child(2){
    -webkit-transition-delay: .6s;
         -o-transition-delay: .6s;
            transition-delay: .6s;
} 
.show-menu .sidebar_menu li:nth-child(3){
    -webkit-transition-delay: .9s;
         -o-transition-delay: .9s;
            transition-delay: .9s;
} 
.show-menu .sidebar_menu li:nth-child(4){
    -webkit-transition-delay: 1.2s;
         -o-transition-delay: 1.2s;
            transition-delay: 1.2s;
} 
.show-menu .sidebar_menu li:nth-child(5){
    -webkit-transition-delay: 1.5s;
         -o-transition-delay: 1.5s;
            transition-delay: 1.5s;
} 
.about_page {
    background: #333333;
}
.about_page_content {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
}
.about_page_content_text{
    font-family: "WorkSans-Light";
    font-size: 32px;
    line-height: 38px;
    max-width: 855px;
    color: #F4F2EF;
    font-weight: lighter;
    padding-top: 30px;
    margin-left: 14.427083333333332VW;
}
.about_page_content b {
    font-weight: bold;
    font-family: "WorkSans-Bold";
}

.about_step_circle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.jv_circle {
    width: 100%;
}

.jv_circle svg {
    width: 100%;
}

.jv_circle svg .circle_title {
    fill: white !important;
    cursor: pointer;
}

.fill_op_3 {
    fill-opacity: .3;
}

.jv_circle svg .circle_title:hover {
    fill-opacity: 1;
}

.cir_step_6:hover~.cir_step_6,
.cir_step_5:hover~.cir_step_5,
.cir_step_4:hover~.cir_step_4,
.cir_step_3:hover~.cir_step_3,
.cir_step_2:hover~.cir_step_2,
.cir_step_1:hover~.cir_step_1 {
    fill-opacity: 1;
}

.active_step {
    fill-opacity: 1;
    position: relative;
}
.cir_line_clone{
    stroke: rgb(255, 255, 255, .3); 
    fill-opacity: 0 !important;
}
.cir_line{
    stroke: rgb(255, 255, 255, 1); 
    fill-opacity: 0 !important;
    stroke-dasharray: 2000;
    stroke-dashoffset: 2000;
}
.cir_step_1{
    animation-delay: 0s !important;
}
.cir_step_2{
    animation-delay: 0s !important;
}
.cir_step_3{
    animation-delay: .5s !important;
}
.cir_step_4{
    animation-delay: 1.2s !important;
}
.cir_step_5{
    animation-delay: 1.7s !important;
}


.cir_line.active_step{
    animation: dash 3s linear alternate forwards;
    fill-opacity: 0 !important;
}
@keyframes dash {
    from {
      stroke-dashoffset: 2000;
    }
    to {
      stroke-dashoffset: 0;
    }
  }

.jv_circle_content {
    position: absolute;
    right: 250px;
    top: 8.177083333333334VW;
    max-width: 414px;
    left: 64.73958333333333VW;
}

.jv_circle_content_item {

    opacity: 0;
    position: absolute;
    bottom: -100px;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

.jv_circle_content_item.show {
    position: relative;
    opacity: 1;
    bottom: 0px;
}

.jv_circle_content h6 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.jv_circle_content p {
    font-size: 20px;
    font-weight: lighter;
    letter-spacing: 0px;
    line-height: 26px;
}
.jv_circle_content h6 {
    font-family: "WorkSans-Bold";
    font-size: 20px;
    line-height: 26px;
    color: white;
}
.jv_circle_content p {
    font-family: "WorkSans-Light";
    font-size: 20px;
    line-height: 26px;
    color: white;
}
.jv_circle_content_item { opacity: 0; position: absolute; bottom: -100px; transition: all 1s ease 0s; }
.jv_circle_content_item.show { position: relative; opacity: 1; bottom: 0px; }
.main__video {
    position: relative;
    max-width: 1920px;
    width: 100%;
    max-height: 750px;
    overflow: hidden;
}
.main__video::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0,.4);
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transition: .8s;
    -o-transition: .8s;
    transition: .8s;
}
.main__video.played::before{
    opacity: 0;
}
.video_road {
    position: absolute;
    bottom: 0px;
    width: 0%;
    height: 5px;
    background: white;
    left: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.header__video__icon {
    position: absolute;
    bottom: 80px;
    left: 139px;
    z-index: 1;
}
.header__icon__2 {
    display: none;
}
.studies_page_one{
    background: #333333;
    color: #fff;
}
.studies_page_one .container__mini {
    padding: 0 252px;
}
.studies_page_one .container__mini {
    max-width: 1920px;
    width: 100%;
    padding: 0 277px;
    margin: 0 auto;
}
.studies_page_one .section__1__title {
    font-family: "WorkSans-Light";
    font-size: 52px;
    font-weight: lighter;
    color: #fff;
    margin-bottom: 18px;
    line-height: 56px;
}
.studies_page_one .section__1 {
    background: #333333;
    padding: 152px 0 80px;
}
.studies_page_one .section__1__title__1 {
    font-family: "WorkSans-Medium";
    font-size: 24px;
    margin-bottom: 80px;
    line-height: 27px;
    align-items: center;
    color: #F4F2EF;
    display: flex;

}
.section__1__applebyfarms .header__txt{
    font-family: "WorkSans-Bold";
    font-size: 20px;
    line-height: 21.46px;
}
.studies_page_one .section__1__title__span {
    width: 136px;
    height: 1px;
    margin: 0 24px;
    background: #F4F2EF;
}
.studies_page_one .header__link__prev {
    position: absolute;
    top: 0;
    left: 139px;
}
.studies_page_one  .header__link__next{
    position: absolute;
    top: 0;
    right: 139px;

}
.studies_page_one .section__1 .container__mini {
    position: relative;
}
.studies_page_one .section__1__content {
    margin-bottom: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
}
.section__1__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 104px;
}
.section__1__text__content:nth-child(1) {
    margin-bottom: 60px;
}
.section__1__content__title {
    font-family: "WorkSans-Bold";
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 12px;
}
.section__1__content__txt {
    font-family: "WorkSans-Light";
    font-size: 24px;
    font-weight: lighter;
    padding: 0;
    color: #fff;
}
.section__1__content__title {
    font-family: "WorkSans-Bold";
    font-size: 20px;
}
.section__1__text .section__1__text__content:nth-child(2) .section__1__content__txt {
    font-size: 32px;
    font-weight: lighter;
    width: 310px;
    list-style: none;
}
.section__1__scroll {
    color: #fff;
    display: inline-block;
    text-align: center;
}
.section__1__scroll__title {
    font-family: "WorkSans-SemiBold";
    font-size: 14px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}
.st_blocks_list section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
}
.st_blocks_list section img {
    max-width: 100%;
}
.studies .container{
    padding-top: 240px;
}
.studies .section{
    -ms-flex-wrap:wrap;
        flex-wrap:wrap;
}
.studies .section a{
    height: 898px;
}
.header__video__icon{
    z-index: 1;
}
.header video{
	height: 100%;
    z-index: 0;
}
.video_road{
    position: absolute;
    bottom: 0px;
    width: 0%;
    height: 5px;
    background: white;
    left: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.land{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: while;
        flex-wrap: while;
}
.st_blocks_list .land_text{
    padding-left: 227px;
    padding-top: 100px;
    display: block;
    height: 80vh;
}
.land_text h2{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.text_con{
    font-weight: lighter;
    max-width: 814px;
}
.text_con h2{
    font-size: 60px;
    font-weight: lighter;
}
.text_con p{
    font-size: 32px;
}
.section__4__txt__3__applebyfarms .animate__span{
    top: 100%;
    bottom: unset;
}
.line_down{
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 225px;
    text-decoration: none;
    margin-left: 0px;
    position: relative;
    z-index: 2;
    color: white;
}
.line_down.up{
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
            color: white;
}
.line_down p{
    font-size: 14px;
    line-height: normal;
    margin-bottom: 20px;
    font-family: 'WorkSans-SemiBold';
}
.line_down.up p{
    margin-bottom: 0px;
    margin-top: 30px;
}
.line_down span{
    width: 1.33px;
    background: white;
    display: block;
}
.line_down .line_draw{
    background: transparent;
    overflow: hidden;
    position: relative;
}
.line_down .line_draw::before{
    content: '';
    position: absolute;
    top: 0;
    height: 0px;
    width: 1.33px;
    background: white;
    transition: 3s;
}
.line_down .line_draw.activeAnimate::before{
    height: 100%;
}
.section__1__scroll{
    margin-bottom: 80px;
}
.st_blocks_list section{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow: hidden;
}
.st_blocks_list section img{
    max-width: 100%;
}
.vertical_1_3,
.half_square,
.half_rectangular,
.half_vertical,
.landscape,
.big_landscape,
.big_square{
    margin-bottom: 10px;
    /* padding-left: 143px;
    padding-right: 143px; */
    padding-left: 0px;
    padding-right: 0px;
}
.st_blocks_list .half_square,
.st_blocks_list .half_rectangular,
.st_blocks_list .half_vertical,
.st_blocks_list .vertical_1_3{
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.vertical_1_3 .vertical_1_3_img{
    width: calc(100% / 3 - 8px);
    overflow: hidden;
}
.half_square .half_square_img,
.half_rectangular .half_rectangular_img,
.half_vertical .half_vertical_img{
    width: calc(100% / 2 - 5px);
    overflow: hidden;
}
.loader{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: #202021;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
    max-width: 100vw;
}
.loader img{
    width: 50%;
}
.studies .section a img{
    opacity: .12 !important;
    -webkit-transition: 1s cubic-bezier(0.4, 0, 1, 1);
    -o-transition: 1s cubic-bezier(0.4, 0, 1, 1);
    transition: 1s cubic-bezier(0.4, 0, 1, 1);;
}
.studies .section a:hover img{
    opacity: 1 !important;
}
.st_blocks_list .land_text {
    padding-left: 227px;
    padding-top: 100px;
    display: block;
}
.land_text h2 {
    font-family: "WorkSans-Bold";
    font-size: 20px;
    font-weight: bold;
    line-height: 21px;
    margin-bottom: 10px;
}
.text_con {
    font-weight: lighter;
    max-width: 676px;
}
.text_con p {
    font-family: "WorkSans-Light";
    font-size: 32px;
    line-height: 36px;
}
.section__5__btn {
    /* margin-top: 92px; */
    margin-top: 196px;
    margin-bottom: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}
.section__5__btn .carousel-control-next{
    bottom: 0;
    flex-direction: column;
    align-items: flex-end;
    opacity: 1;
}
.section__5__btn .carousel-control-prev{
    bottom: 0;
    flex-direction: column;
    align-items: flex-start;
    opacity: 1;
}
.section__5__btn .carousel-control-prev .carousel__txt,
.section__5__btn .carousel-control-next .carousel__txt{
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 21px;
    font-family: 'WorkSans-SemiBold';
}
.gs_reveal {
    opacity: 0;
    visibility: hidden;
    will-change: transform, opacity;
}
.carousel-item.active img{
    opacity: 1;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
}
.carousel-item.active  .slider_content{
    opacity: 1;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
}
.carousel-item  .slider_content{
    opacity: 0;
    -webkit-transform: translateX(100px);
        -ms-transform: translateX(100px);
            transform: translateX(100px);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transition-delay: .5s;
         -o-transition-delay: .5s;
            transition-delay: .5s;
}
@keyframes animateRightShow {
    from{
        transform: translateX(100px);
        opacity: 0;
    }
    to{
        transform: translateX(0px);
        opacity: 1;
    }
}
.studies_page_header{
    padding-top: 146px;
    display: flex;
    justify-content: center;
}
.jv_container{
    max-width: 1366px;
    width: 100%;
    position: relative;
}
.studies_page_header_block{
    padding-bottom: 105px;
}
.studies_page_header_block h2{
    font-size: 52px;
    line-height: 56px;
    color: white;
    letter-spacing: 0px;
    max-width: 624px;
    margin-bottom: 17.5px;
    font-family: "WorkSans-Light";
    font-weight: lighter;
}
.studies_page_header_block .post_count{
    max-width: 240.87px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 24px;
    line-height: 27px;
    font-family: "WorkSans-Medium";
    margin-bottom: 86px;

}
.studies_page_header_block .post_count span{
    width: 135.51px;
    height: 1.33px;
    background: white;
}
.studies_page_content{
    display: flex;
    justify-content: space-between;
}
.studies_page_content h4{
    font-size: 20px;
    line-height: 21px;
    font-family: "WorkSans-Bold";
    margin-bottom: 11px;
}
.studies_page_content_left p{
    font-size: 24px;
    line-height: 44px;
    font-family: "WorkSans-Light";
    margin: 0px;
}
.studies_page_content_left{
    max-width: 310px;
}
.content_services{
    margin-top: 60px;
}
.content_services_list{
    padding: 0px;
}
.content_services_list li{
    list-style: none;
    font-size: 32px;
    line-height: 36px;
    font-family: "WorkSans-Light";
    padding: 0;
    margin: 0;
}
.studies_page_content_right{
    max-width: 952px;
}
.studies_page_content_right_text,
.studies_page_content_right_text p{
    font-size: 24px;
    line-height: 32px;
    font-family: "WorkSans-Light"; 
}
.btn_sliders{
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: -122px;
    right: -137px;
}
.btn_sliders a{
    font-size: 18px;
    font-family: "WorkSans-SemiBold"; 
    line-height: 21px;
    color: white;
    text-decoration: none;
}
.st_blocks_list .container{
    max-width: 1642px;
}

.btn_next_page img{
 margin-left: 20px;
}
.ideas_items{
    animation: animateTopShow .5s ease-in;
}
.contact_input_block_fixed {
    padding-top: 0px;
    padding-bottom: 0px;
}
.visually_next_fixed {
    margin-bottom: 32px;
}
.control_fixed {
    flex-direction: column;
}
@keyframes animateTopShow {
    from{
        transform: translateY(100px);
        opacity: 0;
    }
    to{
        transform: translateY(0px);
        opacity: 1;
    }
}
.idea_page footer{
    background: white;
}
.idea_page .carousel-control-prev .visually.visually_next.news_next{
    margin-left: 50px;
}
@media (max-height: 1500px){
    .jv_video_block .jv_video {
        object-position: -140px -150px;
    }
}
@media (max-height: 1040px){
	.jv_video_block .jv_video{
	    object-position: center -60px;
	}
}
@media (max-height: 900px){
	.jv_video_block .jv_video{
		object-position: -140px -100px;
	}
}
@media (max-height: 800px){
	.jv_video_block .jv_video{
    	object-position: center -140px;
	}
}
@media (max-height: 790px){
	.jv_video_block .jv_video{
    	object-position: center -145px;
	}
}
@media (max-width: 1700px) {
    .btn_sliders{
        left: -94px;
        right: -112px;
    }
    .jv_container{
        max-width: 1058px;
    }
    .btn_sliders a{
        font-size: 14px;
    }
    .studies_page_header_block h2{
        font-size: 44px;
        line-height: 48px;
    }
    .studies_page_header_block .post_count{
        font-size: 18px;
        max-width: 204px;
        margin-bottom: 62px;
    }
    .studies_page_header_block .post_count span{
        width: 110px;
    }
    .studies_page_header{
        padding-top: 100px;
    }
    .studies_page_content h4{
        font-size: 16px;
    }
    .content_services_list li{
        font-size: 24px;
        line-height: 28px;
    }
    .studies_page_content_left{
        width: 100%;
    }
    .studies_page_content_right{
        max-width: 642px;
    }
    .studies_page_content_right_text, .studies_page_content_right_text p{
        font-size: 18px;
        line-height: 24px;
    }
    .st_blocks_list .container{
        max-width: 1364px;
    }
    .land_text h2{
        font-size: 16px;
    }
    .text_con p{
        font-size: 24px;
        line-height: 28px;
    }
    .text_con{
        max-width: 534px;
    }
}
@media (max-width: 1601px) {
    .idea_page .carousel-control-prev .visually.visually_next.news_next{
        margin-left: 33px;
    }
    .about_page_content_text {
        font-size: 26px;
        line-height: 28px;
        max-width: 652px;
    }
    .header__logo img{
        width: 140px;
        height: 44px;
    }
    .content p span::after {
        top: 10px;
        left: 118px;
    }

    .studies_each_block {
        height: 670px;
    }
    .studies_each_block h2 {
        font-size: 48px;
        line-height: 48px;
    }
    .main_news_couple_img_block img {
        height: 700px;
    }
    .more_ideas_img_lists span {
        font-size: 14px;
        line-height: 21.46px;
    }
    .main_news_seemore_block span {
        font-size: 14px;
        line-height: 21.46px;
    }
    .main_news_experience_text_lists p {
        font-size: 22px;
        line-height: 28px;
    }
    .main_news_experience_text_lists h2 a,
    .main_news_experience_text_lists h2 {
        width: 547px;
        font-size: 48px;
        line-height: 52px;
    }
    .main_news_experience_text_lists h3 {
        font-size: 16px;
        line-height: 25px;
    }
    .stuies_box_block h2 {
        font-size: 20px;
        line-height: 24px;
    }
    .footer_lists_news {
        padding-top: 180px;
    }
    .text_news_lists h3 {
        font-size: 24px;
        line-height: 24px;
        font-family: "WorkSans-Bold";
        margin-bottom: 40px;
    }
    .text_news_lists p {
        font-size: 22px;
        line-height: 28px;
        font-family: "WorkSans-Light";
    }
    .img_news_lists {
        margin-bottom: 238px;
        flex-wrap: wrap;
    }
    .text_block_experience_news {
        margin-right: 61px;
    }
    .img_news_lists img {
        margin-right: 0px;
        max-width: 319px;
        max-height: 420px;
    }
    .text_block_experience_news p {
        font-size: 22px;
        line-height: 28px;
        font-family: "WorkSans-Light";
    }
    .news_header_img img {
        max-height: 700px;
    }
    .news_experience_text_lists h5 {
        font-size: 18px;
        line-height: 27px;
        margin-bottom: 36.5px;
        margin-top: 36.5px;
    }
    .news_experience_text_lists h2 {
        font-size: 48px;
        line-height: 52px;
        max-width: 465px;
        margin-bottom: 62px;
    }
    .year p {
        font-size: 18px !important;
        line-height: 20px !important;
    }
    .content .header_h1 p,
    .content .header_h1 {
        font-size: 48px;
        line-height: 48px;
    } 
    .content p {
        font-size: 16px;
        line-height: 20px;
    }
    .scroll span {
        font-size: 14px;
        line-height: 21.46px;
    }
    .parable_headline_block h2 {
        font-size: 20px;
        line-height: 24px;
    }
    .parable_headline_block p {
        font-size: 36px;
        line-height: 38px;
    }
    .slideryear p {
        font-size: 18px;
        line-height: 21px;
    }
    .slider_content h2 {
        font-size: 48px;
        line-height: 48px;
    }
    .slider_content a {
        font-size: 14px;
        line-height: 17px;
    }
    .future_text_block p {
        font-size: 24px;
        line-height: 28px;
        max-width: 615px;
    }
    .future_see_more_block span {
        font-size: 14px;
        line-height: 21.46px;
    }
    .experience_text_lists p {
        font-size: 24px;
        line-height: 28px;
        max-width: 552px;
    }
    .experience_text_lists p span {
        font-size: 18px;
        line-height: 28px;
    }
    .experience_text_lists h2 {
        font-size: 18px;
        line-height: 28px;
    }
    .contact_input_lists h2 {
        font-size: 18px;
        line-height: 28px;
    }
    .contact_input_lists p {
        font-size: 18px;
        line-height: 22px;
    }
    .input_contact_name_info input::placeholder {
        font-size: 28px;
        line-height: 60px;
    }
    .input_contact_name_info textarea {
        font-size: 28px;
        line-height: 60px; 
    }
    .contact_send button span {
        font-size: 14px;
        line-height: 21.46px;
    }
    .footer_lists a {
        font-size: 14px;
        line-height: 31px;
    }
    .visually_next {
        font-size: 14px;
        line-height: 21.46px;
    }
    .visually_real {
        margin-right: 10px;
    }
    .next_app_btn {
        top: 531px;
    }
}
@media (max-width: 1201px) {
    .about_page_content_text {
        margin-bottom: 90px;
    }
    .jv_circle_content p {
        margin-bottom: 147px;
    }
    .jv_circle_content {
        max-width: 855px;
    }
    .jv_circle_content_item {
        padding-left: 14.427083333333332VW;
    }
    .about_step_circle {
        flex-direction: column;
    }
    .scroll_bt {
        bottom: 0;
    }
    .text_experience_img_lists {
        flex-wrap: wrap;
    }
    .jv_circle_content {
        position: unset;
    }
}
@media (max-width: 1001px) {
    .studies_each_block h2 {
        font-size: 40px;
        line-height: 40px;
    }

    .main_news_couple_img_block img {
        height: 596px;
    }
    .img_news_lists {
        margin-bottom: 98px;
    }
    .main_news_silder_box {
        margin-left: 0px;
    }
    .main_news_silder_box img {
        margin-right: 0px;
    }
    .text_block_experience_news p {
    }
    .footer_lists_news a {
        margin-right: 65px;
    }
    .main_nav {
        padding: 71px 8.799999999999999VW 25px 8VW;
    }
    .header_top {
        padding-left: 8VW;
    }
    .scroll {
        left: 8VW;
    }
    .about_page .scroll_bt_fixed {
        left: 8VW;
    }
    .header_bottom {
        padding-left: 8VW;
    }
    .slider_content {
        padding-left: 8VW;
    }
    .future_text_see_lists {
        padding-left: 8VW;
        padding-top: 150px;
        flex-direction: column;
        justify-content: end;
    }
    .future_banner .future_text_see_lists{
        justify-content: start;
    }
    .future_see_more_block {
        flex-direction: row-reverse;
    }
    .experience_box_block {
        padding-left: 8VW;
    }
    .footer_block,
    .contact_input_lists p {
        max-width: 598px;
    }
    .main_news_silder_box{
        padding: 0;
    }
    .btn_video_sound{
        right: 15.239583VW;
        top: 77px;
    }
}
@media (max-width: 700px) {
    .stuies_box_block h2 {
        padding-left: 32.266667VW;
    }
    .contact .contact_input_lists {
        padding-top: 115px;
    }
    .about_page_content_text {
        font-size: 20px;
        padding-top: 0px;
    }
    .main_news_experience_text_lists p {
        width: 350px;
    }
    .main_news_experience_text_lists h2 a,
    .main_news_experience_text_lists h2 {
        width: 350px;
    }
    .img_news_lists img {
        margin-bottom: 20px;
    }
    .text_block_experience_news{
        margin-right: 0;
    }
    .gs_reveal {
        opacity: 1;
        visibility: visible;
        will-change: transform, opacity;
    }
}
@media (max-width: 600px)  {
    .btn_video_sound {
        right: 19VW;
    }
    .jv_video_block .jv_video{
        object-fit: cover;
        width: 100%;
        object-position: 70%;
        min-height: 58%;
    }
    .idea_page .carousel-control-prev .visually.visually_next.news_next{
        margin-left: 25px;
    }
    .footer_lists_news a:nth-child(1){
    }
    .footer_lists_news a {
        margin-right: 20px;
    } 
    .footer_lists a {
        margin-right: 0px;
    }
    .footer_block .custom-logo{
        width: 100%;
        height: auto;
    }
    .footer_block .header__logo{
        width: auto;
    }
    .main__video{
        height: 100vw;
        min-height: unset;
    }
    .st_video{
        height: 100%;
    }
    .jv_container{
        padding: 0px 20px;
    }
    .btn_sliders{
        left: 0;
        right: 20px;
        justify-content: flex-end;
    }
    .btn_sliders a{
        display: none;
    }
    .studies_page_header{
        padding-top: 80px;
    }
    .btn_sliders .btn_next_page{
        display: flex;
        flex-direction: column;
        font-size: 18px;
        align-items: flex-end;
    }
    .btn_sliders .btn_next_page img{
        margin-top: 20px;
    }
    .studies_page_header_block h2{
        max-width: 80%;
        font-size: 52px;
        line-height: 56px;
    }
    .studies_page_content_left{
        display: flex;
    }
    .studies_page_content{
        flex-direction: column;
    }
    .content_services{
        margin-top: 0;
    }
    .vertical_1_3, .half_square, .half_rectangular, .half_vertical, .landscape, .big_landscape, .big_square{
        padding-left: 0px;
        padding-right: 0px;
    }
    .st_blocks_list .land_text{
        padding-left: 20px;
        height: auto;
        padding-bottom: 100px;
    }
    .footer_lists{
        padding-top: 30px;
    }
    .sidebar_menu{
        width: 100%;
    }
    .future_see_more_block span {
        margin-right: 20px;
        padding-bottom: 5px;
    }
    .studies_page_header_block .post_count span{
        width: 160px;
    }

}
@media (max-width: 500px)  {
    .btn_video_sound {
        right: 17.239583VW;
        top: 24px;
        width: 21px;
    }
    .btn_video_sound img {
        width: 100%;
    }
    .message_form_error h3, .message_form h3{
        font-size: 18px;
    }
    .section__1__scroll{
        padding-left: 7px;
    }
    .show-menu .close_img {
        width: 20px;
    }
    .about_page_content {
        height: auto;
        padding-top: 100px;
    }
    .jv_circle svg {
        margin-top: 30px;
    }
    .contact .section_100x100 {
        padding-top: 100px;
        height: auto
    }
    .main_nav {
        padding: 20px;
        padding-left: 8VW;
        padding-right: 8VW;
    }
    .about_page .scroll_bt_fixed {
        bottom: 0px !important;
    }
    .about_page .about_page_content_text{
        margin-bottom: 180px;
    }
    .main_news_experience_text_lists h2 a,
    .main_news_experience_text_lists h2 {
        width: 320px;
    }
    .main_news_experience_text_lists{
        padding-left: 8vw;
    }
    .main_news_experience_text_lists{
        margin-bottom: 60px;
        margin-top: 45px;
    }

    .studies_each_block h2 {
        font-size: 28px;
    }
    .future_text_see_lists {
        padding-top: 54.8px;
    }
    .future_text_block p:last-child {
        margin-bottom: 0px;
    }
    .future_see_more_block span {
        margin-top: 30px;
    }
    .experience_box_block {
        padding-top: 96px;
    }
    .scroll .after {
        height: 130px;
        top: -58px;
    }
    .scroll_bt {
        bottom: -123px;
    }
    .contact_input_lists {
        /* width: 320px; */
        width: 100%;
        padding-left: 8VW;
        padding-right: 8VW;
    }
    .footer_lists a {
        margin-right: 0px;
    }
    .footer_lists_news a  {
        margin-right: 10px;
    }
    .content p span::after {
        top: 10px;
        left: 118px;
    }
    .header__logo img {
        width: 68px;
        height: 21.27px;
    }
    .open_img {
        width: 18.66px;
        height: 14px;
    }
    .content p {
        font-size: 12px !important;
        line-height: 14px !important;
    }
    .content .header_h1 p, .content .header_h1 {
        font-size: 30px !important;
        line-height: 30px !important;
    }
    .year::after {
        top: 6px;
        left: 35px;
    }
    .year p {
        margin-right: 100px !important;
    }
    .year img {
        width: 16.29px;
        height: 7.76px;
    }
    .content p span::after {
        top: 7px;
        left: 87px;
        width: 20px;
    }
    .content p span {
        margin-right: -21px;
    }
    .scroll span {
        font-size: 9px;
        line-height: 21.46px;
    }
    .parable_headline_block h2 {
        font-size: 12px;
        line-height: 24px;
    } 
    .parable_headline_block p {
        font-size: 22px;
        line-height: 23px;
        margin-right: 9.866666666666667VW;
    }
    .slideryear p {
        font-size: 12px;
        line-height: 14px;
        margin-right: 10px;
    }
    .slideryear span{
        margin-right: 10px;
    }
    .carousel-control-next, .carousel-control-prev {
        margin-left: 10px;
        margin-right: 10px;
    }
    .left_slider {
        margin-right: 0px;
    }
    .slideryear img {
        width: 16.29px;
        height: 7.76px;
    }
    .slideryear span {
        width: 65px;
    }
    
    .visually_next {
        margin-bottom: 2px;
    }
    .visually_next_fixed {
        margin-bottom: 2px;
    }
    .future_see_more_block img {

    }
    .carousel-control-next-icon {
        width: 18px;
    }
    .carousel-control-prev-icon {
        width: 18px;
    }
    .slider_content h2 {
        font-size: 30px;
        line-height: 30px;
    } 
    .slider_content a {
        font-size: 9px;
        line-height: 21.46px;
    }
    .section__5__btn .carousel-control-prev .carousel__txt, .section__5__btn .carousel-control-next .carousel__txt,
    .visually_next {
        font-size: 9px;
        line-height: 10px;
        margin-bottom: 0;
    } 
    .future_text_block p {
        font-size: 16px;
        line-height: 19px;
        max-width: 302px;
    } 
    .future_see_more_block span {
        font-size: 9px;
        line-height: 10px;
    }
    .future_see_more_block span {
    padding-bottom: 11px;
    }
    .experience_text_lists p {
        font-size: 16px;
        line-height: 19px;
        max-width: 302px;
    }
    .experience_text_lists p span {
        font-size: 12px;
    }
    .contact_input_lists h2 {
        font-size: 12px;
        line-height: 24px;
    } 
    .contact_input_lists p {
        font-size: 14px;
        line-height: 16px;
    } 
    .input_contact_name_info input {
        height: 44px;
        padding: 5px 0px;
        line-height: normal;
    }
    .input_contact_name_info textarea {
        font-size: 16px;
        line-height: 60px;
        padding-top: 0px;
    }
    .input_contact_name_info input::placeholder {
        font-size: 16px;
        line-height: 60px;
    }
    .contact_send button span {
        font-size: 10px;
        line-height: 17px;
    }
    .footer_lists a {
        font-size:11px;
        line-height: 11px;
    }
    .footer_block .custom-logo {
        width: 58.19px;
        height: 18.2px;
    }
    .stuies_box_block h2 {
        font-size: 12px;
        line-height: 24px;
        padding-left: 36.266667VW;
    }
    .studies_each_block h2 {
        font-size: 20px !important;
        line-height: 20px;
    }
    .about_page_content_text {
        font-size: 16px;
        line-height: 19px;
        padding-top: 0px;
        /* margin-left: 30px; */
        margin-left: 8vw;
        padding-right: 8vw;
    } 
    .jv_circle_content_item{
        padding-left: 8vw;
        padding-right: 8vw;
    }
    .show-menu .main_nav{
        position: fixed;
    }
    .show-menu .main_nav.visible{
        background: transparent;
    }
    .sidebar_menu,
    .main_nav{
        z-index: 99;
    }
    .jv_circle_content h6 {
        font-size: 12px;
        line-height: 16px;
    }
    .jv_circle_content p {
        font-size: 12px;
        line-height: 16px;
    }
    .main_news_experience_text_lists h3 {
        font-size: 12px;
        line-height: 12px;
    }
    .main_news_experience_text_lists h2 a,
    .main_news_experience_text_lists h2 {
        font-size: 30px;
        line-height: 30px;
    }
    .main_news_experience_text_lists p {
        font-size: 12px;
        line-height: 14px;
    }
    .main_news_seemore_block span {
        font-size: 9px;
        line-height: 10px;
    }
    .more_ideas_img_lists span {
        font-size: 9px;
        line-height: 10px;
    }
    .news_experience_text_lists h5 {
        font-size: 12px;
        line-height: 12px;
    }
    .news_experience_text_lists h2 {
        font-size: 30px;
        line-height: 30px;
    }
    .text_block_experience_news p {
        font-size: 12px;
        line-height: 13px;
    }
    .text_news_lists h3 {
        font-size: 12px;
        line-height: 12px;
    }
    .text_news_lists p {
        font-size: 12px;
        line-height: 12px;
    }
    .img_news_lists img {
        margin-right: 0px;
        max-width: 146px;
        max-height: 239px;
    }
    .main_news_couple_img_block img {
        height: 298px;
    }
    .btn_sliders .btn_next_page {
        font-size: 9px;
        line-height: 10px;
    }
    .btn_next_page {
        font-size: 9px;
        line-height: 10px;
    }
    .studies_page_header_block h2 {
        font-size: 30px;
        line-height: 32px;
    }
    .studies_page_header_block .post_count {
        font-size: 12px;
        line-height: 12px;
    }
    .post_count img {
        width: 13px;
        height: 7px;
    }
    .studies_page_content h4 {
        font-size: 10px;
        line-height: 9px;
    }
    .content_services_list li {
        font-size: 16px;
        line-height: 18px;
    }
    .studies_page_content_left p {
        font-size: 12px;
        line-height: normal;
        width: 146px;
    }
    .studies_page_content_right_text, .studies_page_content_right_text p {
        font-size: 12px;
        line-height: 16px;
    }
    .section__1__scroll__title {
        font-size: 10px;
        line-height: 10px;
        margin-bottom: 10px;
    }
    .section__1__scroll img {
        width: 20px;
    }
    .studies_page_header {
        padding-top: 39px;
    }
    .land_text h2 {
        font-size: 14px;
        line-height: 21.46px;
    }
    .text_con p {
        font-size: 16px;
        line-height: 18px;
    }
    .line_down p {
        font-size: 10px;
        line-height: 21.46px;
    }
    .parable_headline_block h2 {
        margin-bottom: 8px;
    }
    .scroll span {
        margin-bottom: 63px;
    }
    .parable_headline_block h2 {
        margin-top: 95px;
    }
    .contact_send button span {
        margin-right: 13px;
    }
    .input_contact_name_info textarea {
        height: 201px;
        padding-bottom: 0px;
        font-size: 18px;
    }
    .input_contact_name_info input,
    .input_contact_name_info textarea::placeholder{
        font-size: 18px;
    }
    .contact_input_block {
        padding-top: 126px;
    }
    /* .scroll {
        z-index: 0;
    } */
    .studies_each_block {
        height: 304px;
    }
    .next_app_btn {
        top: 240px;
    }
    .studies_each_block h2 {
        top: 38px;
    }
    .main_news_experience_text_lists {
        padding-right: 8vw;
    }
    .main_news_experience_text_lists p {
        width: 100%;
    }
    .main_news_experience_text_lists h2 {
        width: 100%;
    }
    .stuies_box_block {
        padding-top: 91px;
        padding-bottom: 34px;
    }
    .footer_lists {
        margin-top: 0px;
    }
    .news_experience_text_lists h2 {
        padding-right:  8vw;
        margin-bottom: 33.7px;
    }
    .news_experience_text_lists {
        padding-top: 39.4px;
    }
    .news_experience_text_lists h5 {
        margin-top: 33px;
        margin-bottom: 13px;
    }
    .text_news_lists p {
        padding-right: 0VW;
    }
    .img_news_lists {
        margin-bottom: 46px;
    }
    .main_news_silder_box img {
        height: 375px;
    }
    .img_news_lists img {
        margin-bottom: 0px;
    }
    .jv_circle svg {
        transform: scale(1.8) translate(13%, 0px);
        margin-bottom: 90px;
    }
    .text_con{
        padding-right: 15px;
    }
    .header__video__icon{
        bottom: 30px;
        left: 30px;
    }
    .footer_block{
        width: 100%;
        padding-left: 8VW;
        padding-right: 8VW;
    }
    .footer_lists{
        padding-bottom: 36px;
    }
    .contact_input_block{
        min-height: auto;
        padding-bottom: 100px;
    }
    .studies_page_content_right{
        margin-top: 30px;
    }
    .news_block_next {
        bottom: -80px;
    }
    .section__5__btn{
        margin-top: 80px;
        margin-bottom: 0;
    }
    .news_slider_block {
        margin-bottom: 80px;
    }
    .about_page_content{
        position: relative;
        padding-bottom: 125px;
    }

}

