@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap');
* {
    box-sizing: border-box;
}
body {
    font-family: 'PF DinDisplay Pro', sans-serif;
    padding: 0;
    margin: 0;
    position: relative;
    color: #010925;
}
body.overfl {
    overflow: hidden;
}
.fullpage-wrapper {
    width: 100%!important;
    transform: none!important;
}

.fp-section {
    width: 100%!important;
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    z-index: 0;
    transition: all .7s ease-in-out;
}

.fp-section.active {
    visibility: visible;
    opacity: 1;
    z-index: 1;
}
.section p {
    font-size: 20px;
    color: #000;
}
#sidebar {
    height: 50vh;
}
.logo img {
    display: block;
    width: 12vw;
}
.fp1 {
    background: #fff url("../img/bg1.png") no-repeat;
    background-size: contain;
    background-position: right top;
    /*cursor: url(../img/cursor.svg), auto;*/
}
.header {
    position: fixed;
    top: 45px;
    left: 0;
    width: 70vw;
    padding-left: 67px;
    z-index: 10;
}
.header .flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header .burg {
    display: none;
}
nav ul {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
}
nav ul li {
    list-style-type: none;
    margin-left: 72px;
}
nav ul li a {
    text-decoration: none;
    color: #565656;
    font-size: 1.09vw;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    outline: none;
}
nav ul li a.active, nav ul li a.act_color {
    color: #00B0F0;
}
nav ul li a:hover {
    color: #00B0F0;
}
.section {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.block_transform {
    padding-left: 10vw;
    height: 17vw;
    transition: all 1s;
    overflow: hidden;
}
.block_transform.new_h {
    height: 30vw;
}
.block_transform_inner {
    transition: transform 1s;
}
/*.block_transform_inner.act {
    transform: translateY(-30%);
}*/
.block_transform p {
    color: #A8A8A8;
    margin: 0;
}
p.sp_top {
    font-size: 3vw;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    margin: 0 0 6vh 0;
    letter-spacing: 0.64px;
    color: #333;
    max-width: 48vw;
    transform-origin: left top;
}
.anim_transit {
    transition: all 1s;
}
.normal_p {
    transform: scale(0.5) !important;
    color: #A8A8A8 !important;
    transform-origin: left top;
}
.normal_p span {
    color: #A8A8A8 !important;
}
p.norm.am2 {
    margin-bottom: 6vh;
}
.am2.sp_top {
    margin: -4vh 0 6vh 0;
}
.am2.sp_top.normal_p {
    margin-top: 3vh;
}
.am3.sp_top {
    margin: -4vh 0 6vh 0;
}
.am3.sp_top.normal_p {
    margin-top: 3vh;
}
.am1.ch_fz1 {
    font-size: 1.6vw;
    color: #A8A8A8 !important;
}
p.sp_top span {
    color: #00B0F0;
}
p.norm {
    font-size: 1.6vw;
    color: #333;
    opacity: 0.8;
    font-weight: 300;
    margin: 0;
}
.am3 {
    margin-top: 8vh;
}
p.norm.last_bb {
    margin-top: 8vh;
}
.mobile_hv_show {
    display: none;
} 
.mobile_hv_show a {
    display: block;
    color: #fff;
    font-size: 4vw;
    text-decoration: none;
    font-weight: 300;
    margin-top: 20px;
}
.block_four_s {
    position: absolute;
    left: 10vw;
    top: 50%;
    transform: translateY(-50%);
    width: 47vw;
    height: 36vw;
    display: none;
}
.block_four_s .flex_c {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.block_four_s .flex_r {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.block_four_s .item {
    flex: 0 0 43%;
    border-right: solid 1px rgba(0, 176, 240, 0.30);
}
.block_four_s .item .nwm {
    color: #00B0F0;
    font-size: 3.3vw;
    font-weight: 400;
    line-height: 120%;
    margin-left: -3px;
}
.block_four_s .item .nwm span {
    font-size: 1.6vw;
}
.block_four_s .item .nwm_p {
    font-size: 1vw;
    font-weight: 300;
    color: #333;
}
.block_four_s .item:last-child {
    border-right: none;
}
.block_ctr {
    padding-left: 10vw;
}
.fp2 p.sp_top {
    margin: 8vh 0;
}
.partner {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
    max-height: 80%;
}
.partner.mob {
    display: none;
}
.partner.mob2 {
    display: none;
}
.minil {
    position: absolute;
    left: 0;
    top: 18%;
}
/*.fp3 {
    background: url("../img/bg2.png") no-repeat;
    background-size: contain;
    background-position: left top;
}*/
.bg2 {
    position: absolute;
    left: 0;
    height: 100vh;
    z-index: 2;
}
.r_circle {
    display: none;
    position: absolute;
    right: 0;
    top: 5vh;
    max-height: 50vh;
}
.block_ctr.l_block {
    padding-left: 48vw;
}
.sp_top.experts {
    position: absolute;
    left: 10vw;
    top: 23%;
}
.listing_nw {
    position: absolute;
    left: 10vw;
    top: 44%;
}
.listing_nw .listing_item {
    position: relative;
    padding-left: 5.88vw;
    margin-bottom: 3.2vw;
    font-size: 1.6vw;
    font-weight: 300;
}
.listing_nw .listing_item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.8vw;
    width: 3.6vw;
    height: 1px;
    background: #00B0F0;
}
.circle_nw {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20vw;
    width: 30vw;
}
.circle_nw img {
    width: 100%;
    display: block;
}
.circle_nw .nw1 {
    position: absolute;
    left: -10%;
    top: -6%;
    width: 57%;
}
.circle_nw .nw2 {
    position: absolute;
    right: -21%;
    top: 15%;
    width: 63%;
}
.circle_nw .nw3 {
    position: absolute;
    left: 33%;
    transform: translateX(-50%);
    top: 58%;
    width: 58%;
}
.circle_nw .nw_tablet, .nw_mobile {
    display: none;
    width: 100%;
    margin: 0 auto;
}
.our_exp {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 90vw;
    max-height: 75vh;
}
.anim_ex {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: fit-content;
    max-height: 75vh;
}
.anim_ex .circle_ax {
    display: block;
    margin: 0 auto;
    height: 58vh;
}
.anim_ex .a_anim1 {
    position: absolute;
    left: -10%;
    top: 25%;
    transition: all 1s;
}
.anim_ex .a_anim2 {
    position: absolute;
    left: 34%;
    top: -6%;
    transition: all 1s;
    transform: translateX(-50%);
    transition-delay: .25s;
}
.anim_ex .a_anim3 {
    position: absolute;
    right: 22%;
    top: 25%;
    transition: all 1s;
    transition-delay: .5s;
}
.anim_ex .a_anim4 {
    position: absolute;
    right: -6%;
    top: -6%;
    transition: all 1s;
    transition-delay: .75s;
}
.anim_ex .a_an_w {
    width: 31%;
    opacity: 1;
}
.anim_ex .a_an_w.anim_show {
    opacity: 0;
    top: 100vh !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    transition: 0s !important;
    transition-delay: 0s !important;
}
.our_exp.mob {
    display: none;
}
.our_exp.mob2 {
    display: none;
}
.fp5 {
    background: url("../img/bg3.png") no-repeat;
    background-size: contain;
    background-position: right top;
}
.bott_l {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 38vw;
}
.block_prc {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    z-index: 2;
    max-width: 48vw;
    padding-top: 18vh;
}
.block_prc .item_prc {
    flex: 0 0 30%;
}
.block_prc .item_prc img {
    display: block;
    width: 5.5vw;
    margin-bottom: 6vh;
}
.block_prc .item_prc p.name {
    font-size: 1.7vw;
    color: #00B0F0;
    margin: 0 0 20px 0;
    font-weight: normal;
}
.block_prc .item_prc p {
    color: #383846;
    font-size: 1.2vw;
    font-weight: 300;
}
.fp6 {
    background: url("../img/bg4.png") no-repeat;
    background-size: contain;
    background-position: left top;
}
.bottom_b {
    position: absolute;
    bottom: 0;
    right: 2vw;
    width: 57vw;
}
.contant_svg {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60vw;
    max-height: 69vh;
}
.contant_svg a:hover path {
    fill: #44546A;
}
.contant_svg a:hover path.numb {
    fill: #fff;
}
.block_hov_c .abs_numb {
    width: 20vw;
    height: 17vw;
    position: absolute;
    right: 13vw;
    bottom: 43vh;
    z-index: 2;
    max-height: 26vh;
}
.block_hov_c .abs_numb2 {
    width: 20vw;
    height: 17vw;
    position: absolute;
    right: 34%;
    bottom: 26vh;
    z-index: 2;
    max-height: 26vh;
}
.form_f {
    width: 27.1vw;
}
.form_f .input_rel {
    position: relative;
}
.form_f .input_rel span {
    margin: 0;
    position: absolute;
    top: 100%;
    font-size: 14px;
    background: #F0F0F0;
    padding: 2px 5px;
    color: #333;
    display: none;
}
.form_f input {
    border: none;
    display: block;
    width: 100%;
    border-bottom: solid 1px #333;
    font-weight: 300;
    margin-bottom: 28px;
    padding: 5px 0;
    font-size: 1.25vw;
    color: #333;
    font-family: 'PF DinDisplay Pro', sans-serif;
    background: transparent;
    outline: none;
    border-radius: 0px !important;
    -webkit-appearance: none; 
    -moz-appearance: none; 
    appearance: none; 

}
.form_f label {
    font-size: 1.25vw;
    color: #333;
    font-family: 'PF DinDisplay Pro', sans-serif;
    font-weight: 300;
    display: block;
    margin-bottom: 8px;
}
.form_f textarea {
    background: transparent;
    border: none;
    display: block;
    width: 100%;
    border: solid 1px #333;
    padding: 5px 0;
    margin-bottom: 28px;
    font-size: 1.25vw;
    font-weight: 300;
    color: #333;
    height: 223px;
    font-family: 'PF DinDisplay Pro', sans-serif;
    outline: none;
    border-radius: 0px !important;
    -webkit-appearance: none; 
    -moz-appearance: none; 
    appearance: none; 

}
.form_f button {
    cursor: pointer;
    width: 8.4vw;
    line-height: 43px;
    color: #fff;
    text-align: center;
    font-size: 1vw;
    font-style: normal;
    font-weight: 300;
    font-family: 'PF DinDisplay Pro', sans-serif;
    border: none;
    background: #00B0F0;
}
.form_f button:disabled {
    background: #F0F0F0;
    color: #333;
}
.form_f button:hover {
    background: #44546A;
}
.form_f button:disabled:hover {
    background: #F0F0F0;
}
::-webkit-input-placeholder {color:#333;font-size: 1.25vw;font-family: 'PF DinDisplay Pro', sans-serif;}
::-moz-placeholder          {color:#333;font-size: 1.25vw;font-family: 'PF DinDisplay Pro', sans-serif;}
:-moz-placeholder           {color:#333;font-size: 1.25vw;font-family: 'PF DinDisplay Pro', sans-serif;}
:-ms-input-placeholder      {color:#333;font-size: 1.25vw;font-family: 'PF DinDisplay Pro', sans-serif;}
.sp_top.contact {
    position: absolute;
    right: 40vw;
    top: 25%;
}
.marq_block {
    position: absolute;
    bottom: 10%;
    width: 65vw;
}
.marq_block.mrq1 {
    right: 0;
}
.marq_block.mrq2, .marq_block.mrq3 {
    display: none;
}
.marq_block:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 25vw;
    background: linear-gradient(to left, rgba(255,255,255,1), rgba(255,255,255,0));
}
.marq_block p {
    font-size: 3.3vw;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    opacity: .3;
}
.marq_block p span {
    padding: 0 20px;
}
.overlay {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: rgba(0,0,0,.5);
    display: none;
}
.overlay .popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 20px;
    width: 100%;
    max-width: 600px;
    padding: 80px 20px;
    text-align: center;
}
.overlay .popup h2 {
    margin: 0;
    font-size: 26px;
    color: #333;
    line-height: 120%;
    font-weight: 300;
}
.mobile_block {
    display: none;
}
.gsap-marker-end, .gsap-marker-start, .gsap-marker-scroller-end, .gsap-marker-scroller-start {
    display: none;
}
.mob_br {
    display: none !important;
}
.kolos_mob {
    display: none;
}
.cont_bot {
    display: none;
    position: absolute;
    left: 60px;
    bottom: 5%;
    color: #333 !important;
    font-size: 4vw !important;
    font-weight: 300;
}
.mob_show_bg {
    display: none;
}
textarea{resize: none}
.copyright {
    position: absolute;
    left: 10vw;
    bottom: 5vh;
    font-weight: 300;
    font-size: 14px !important;
    color: #333 !important;
}
.copyright a {
    text-decoration: none;
    color: inherit;
}
@media screen and (min-width: 1200px) and (max-height: 1000px) {
    .block_transform {
        height: 15vw;
    }
    .block_transform.new_h {
        height: 23vw;
    }
    .block_four_s {
        height: 33vw;
    }
    .am2.sp_top {
        margin: -6vh 0 6vh 0;
    }
}
@media screen and (min-width: 1200px) and (max-height: 900px) {
    .block_four_s {
        height: 30vw;
    }
}
@media screen and (min-width: 1200px) and (max-height: 800px) {
    .block_four_s {
        height: 29vw;
    }
    .block_prc {
        padding-top: 30vh;
    }
}
@media screen and (min-width: 1200px) and (max-height: 680px) {
    .form_f input {
        margin-bottom: 15px;
    }
    .form_f textarea {
        height: 130px;
    }
}
@media screen and (max-width: 1700px) {
    nav ul li {
        margin-left: 40px;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1400px) and (min-height: 980px) {
    .anim_ex_tablet {
        position: absolute;
        bottom: 0;
        left: 51.8%;
        transform: translateX(-50%);
        height: 100%;
        width: 90%;
    }

}
@media screen and (max-width: 1200px) {
    nav ul li {
        margin-left: 40px;
    }
    nav ul li {
        margin-left: 30px;
    }
    .header {
        width: 65vw;
    }
    .bg2 {
        left: -80px;
    }
    .fp5 {
     background-position: right -80px top;
 }
 .fp6 {
     background-position: left -80px top;
 }
 .block_hov_c .abs_numb2 {
    right: 39%;
}
.anim_ex_tablet {
    position: absolute;
    bottom: 0;
    left: 51.8%;
    transform: translateX(-50%);
    height: 100%;
    width: 90%;
}
}
@media screen and (max-width: 1023px) {
    .copyright {
        bottom: 2vh;
        color: rgba(51, 51, 51, 0.50) !important;
        font-size: 2.2vw !important;
        font-weight: 300;
        left: 60px;
    }
    .cont_bot {
        font-size: 3vw !important;
        font-weight: 300;
    }
    .section {
        display: block;
        height: 100vh;
    }
    .fp1 {
        background: #fff;
    }
    nav {
        position: absolute;
        width: 100%;
        top: -150vh;
        height: calc(100vh - 114px);
        background: #00B0F0;
        left: 0;
        padding: 10vh 60px 10vh 120px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        transition: top .7s;
    }
    nav.act {
        top: 114px;
    }
    nav ul {
        display: block;
        height: 100%;
    }
    nav ul li {
        margin-left: 0px;
    }
    nav ul li a {
        font-size: 7vw;
        color: #fff;
        line-height: 120%;
        padding: 14px 0 11px 0;
        display: block;
        border-bottom: solid 1px rgba(255, 255, 255, 0.50);
        max-width: 40vw;
    }
    nav ul li a:hover {
        color: #fff;
    }
    nav ul li:last-child a {
        border-bottom: none;
    }
    .header {
        width: 100%;
        top: 0px;
        left: 0;
        padding: 40px 60px;
        background: #fff;
    }
    .header .burg {
        display: block;
    }
    .logo img {
        width: auto;
        max-width: 241px;
    }
    .block_transform {
        height: auto;
        overflow: inherit;
        padding-left: 0;
    }
    .section {
        padding-top: 13vh;
        padding-left: 60px;
        padding-right: 60px;
        position: relative;
        overflow: hidden;
    }
    .section.fp1 {
        height: auto;
        padding: 0;
    }
    .am3 {
        display: none;
    }
    p.sp_top {
        max-width: 100%;
        font-size: 7vw;
        transition: none;
    }
    .am2.sp_top {
        margin: 0;
    }
    .normal_p, .normal_p span {
        transition: none;
        font-size: 4vw !important;
        transform: none !important;
        color: #333 !important;
        font-weight: 300 !important;
        opacity: 1;
    }
    .normal_p br {
        display: none !important;
    }
    .desk_first {
        height: 100vh;
        background: url("../img/mob_bg1.png") no-repeat;
        background-position: center bottom;
        background-size: contain;
        padding-top: 15vh;
        padding-left: 60px;
        padding-right: 60px;
    }
    .mobile_block p.sp_top {
        padding-top: 15vh;
        padding-left: 60px;
        padding-right: 60px;
        display: none;
    }
    .mobile_block {
        display: block;
        height: auto;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .mob_show_bg {
        display: block;
        margin-top: 80px;
        overflow: hidden;
        overflow-x: scroll;
    }
    .mob_show_bg.new_src_fp {
        display: none;
    }
    .block_advant_bh {
        background: #00B0F0;
        width: 280%;
        height: 60vh;
        display: flex;
        flex-wrap: nowrap;
        padding: 9vw 0 9vw 60px;
        overflow: hidden;
    }
    .block_advant_bh.active_scroll2 {
        background: transparent;
    }
    .slider_advant_item {
        background: #fff;
        border-radius: 15px;
        width: 70%;
        height: 100%;
        text-align: left;
        color: white;
        position: relative;
        overflow: hidden;
        margin-right: 20px;
        padding: 6vw 7vw;
    }
    .active_scroll2 .slider_advant_item {
        border-radius: 15px;
        background: #fff;
    }
    .slider_advant_item .sl_nw {
        font-size: 11vw;
        color: #00B0F0;
        margin-bottom: 10px;
        padding-top: 1px;
    }
    .slider_advant_item .sl_txt {
        font-size: 4vw;
        color: #333;
        font-weight: 300;
    }
    .slider_advant_item .sl_txt span {
        display: block;
        color: #00B0F0;
    }
    .mobile_block  .slider_advant {
        width: 1900px;
    }
    .mobile_block  .slider_advant .slick-list {
        overflow: inherit;
    }
    .mobile_block .slick-dotted.slick-slider {
        margin-bottom: 0;
    }
    .minil {
        display: none;
    }
    .partner {
        display: none;
        width: 100%;
        left: 0;
    }
    .partner.mob {
        display: block;
    }
    .block_ctr {
        padding-left: 0px;
    }
    .fp2 p.sp_top {
     margin: 3vh 0;
     font-weight: 400;
 }
 .fp2 p.sp_top br {
    display: block !important;
}
p.sp_top {
 font-weight: 400;
 margin-bottom: 3vh;
}
p.sp_top br {
    display: none;
}
.mob_br {
    display: block !important;
}
p.norm {
    font-size: 3.7vw;
}
.bg2 {
    display: none;
}
.block_ctr.l_block {
    padding-left: 0;
}
.r_circle {
    display: block;
}
.kolos_mob {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.marq_block {
    z-index: 4;
}
.marq_block:after {
    display: none;
}
.marq_block p {
    color: #fff;
    font-size: 13vw;
    opacity: .5;
}
.marq_block.mrq1 {
    bottom: 7%;
    padding-left: 0;
    width: 100%;
}
.marq_block.mrq2 {
    bottom: 22%;
    display: block;
    width: 100%;
    left: 210%;
}
.marq_block.mrq3 p {
    color: rgba(255, 255, 255, 0.35);
    font-size: 10vw;
}
.marq_block.mrq3 p span {
    color: rgba(255, 255, 255, 0.35);
    font-weight: 300;
    text-underline-position: ;
}
.marq_block.mrq3 {
    bottom: 7%;
    display: block;
}
.our_exp {
    display: none;
    width: 100vw;
}
.anim_ex {
    display: none;
}
.our_exp.mob {
    display: block;
    position: absolute;
    margin: 0 auto 0;
    max-height: inherit;
    top: inherit;
    left: 50%;
    max-height: 75vh;
    bottom: 0;
    transform: translateX(-50%);
    width: 100%;
}
.sp_top.experts {
    position: relative;
    top: 0;
    left: 0;
}
.fp3 {
    background: #00B0F0;
}
.fp3 p.sp_top, .fp3 p.sp_top span {
    color: #fff !important;
}
.fp3 p.norm {
    color: #fff;
    margin-top: 40px;
}
.fp4 {
    padding-left: 0;
    padding-right: 0;
}
.fp4 .sp_top.experts {
    padding-left: 60px;
}
.fp5 {
    background: #00B0F0 url("../img/bg3_mob.jpg") no-repeat;
    background-position: center bottom;
    background-size: contain;
    padding: 0;
}
.fp5 .sp_top.experts {
    color: #fff;
    padding-top: 15vh;
    padding-left: 60px;
    padding-right: 60px;
}
.block_advant_bh.active_scroll2 {
    width: 180%;
}
.active_scroll2 .slider_advant_item .sl_nw {
    font-size: 0px;
}
.active_scroll2 .slider_advant_item {
    width: 50%;
}
.sl_mid {
    color: #00B0F0;
    font-size: 4vw;
    margin: 3vh 0 3vh 0;
}
.block_prc, .bott_l, .contant_svg, .sp_top.contact {
    display: none;
}
.fp6 {
    background: #fff;
    padding: 0;
}
.over_padd {
    padding-top: 15vh;
    padding-left: 60px;
    padding-right: 60px;
}
.mobile_hv {
    height: 44vh;
    background: #00B0F0;
    padding-left: 60px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-top: 5vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 9vh;
}
p.norm.last_bb {
    font-size: 6vw;
    color: #fff;
    margin: 0;
    opacity: 1;
    max-width: 44vw;
}
.mobile_hv_show, .cont_bot {
    display: block;
}
.form_f {
    width: 100%;
}
.form_f input, .form_f label, .form_f textarea {
    font-size: 4vw;
    border-color: #00B0F0;
    color: #00B0F0;
    font-weight: 300;
}
.form_f textarea {
    height: 31vh;
    font-weight: 300;
    padding: 20px;
}
::-webkit-input-placeholder {color:#00B0F0;font-size: 4vw;font-weight: 300;}
::-moz-placeholder          {color:#00B0F0;font-size: 4vw;font-weight: 300;}
:-moz-placeholder           {color:#00B0F0;font-size: 4vw;font-weight: 300;}
:-ms-input-placeholder      {color:#00B0F0;font-size: 4vw;font-weight: 300;}
.form_f button {
    font-size: 4vw;
    width: 42vw;
    border-radius: 12px;
    padding: 10px 0;
    font-weight: 300;
}
.bg_mobb_f {
    background: #00B0F0;
    margin-top: 0 !important;
}
.active_scroll .slider_advant_item .sl_nw img {
    max-width: 184px;
}
.listing_nw {
    position: relative;
    left: 0;
    top: 0;
}
.listing_nw .listing_item {
    position: relative;
    padding-left: 9.88vw;
    margin-bottom: 5vw;
    font-size: 3.6vw;
    font-weight: 300;
}
.listing_nw .listing_item:before {
    width: 4.2vw;
    top: 1.8vw;
}
.circle_nw {
    left: 50%;
    transform: translateX(-50%);
    top: inherit;
    bottom: 5%;
    width: 56%;
}
}
@media screen and (max-width: 767px) {
    .active_scroll .slider_advant_item .sl_nw img {
        max-width: 144px;
    }
    .block_advant_bh.active_scroll {
        max-height: 420px;
    }
    .section, .desk_first {
        height: inherit;
    }
    .header {
        padding: 40px 30px;
    }
    .logo img {
        max-width: 128px;
    }
    .header .burg img {
        max-width: 30px;
    }
    .desk_first {
        padding-top: 15.5vh;
        padding-left: 32px;
        padding-right: 10px;
        background-size: 108%;
        padding-bottom: 75%;
    }
    p.sp_top {
        font-size: 10vw;
        margin-bottom: 20px;
    }
    .normal_p, .normal_p span {
        font-size: 5.2vw !important;
    }
    nav {
        height: calc(100vh - 100px);
        padding-left: 32px;
    }
    nav.act {
        top: 100px;
    }
    nav ul li a {
        max-width: 70vw;
    }
    .block_advant_bh {
        width: 380%;
        padding: 40px 0 40px 32px;
    }
    .slider_advant_item {
        padding: 50px 20px 40px 40px;
        height: auto;
    }
    .slider_advant_item .sl_nw {
        font-size: 16.4vw;
    }
    .slider_advant_item .sl_txt {
        font-size: 5vw;
        font-weight: 300 !important;
    }
    .section {
        padding-left: 32px;
        padding-right: 32px;
        padding-top: 100px;
    }
    .fp2, .fp3 {
        padding-bottom: 86%;
    }
    .fp4 {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 20px;
    }
    .fp4 p.sp_top {
        padding-left: 32px;
        padding-right: 32px;
        margin-bottom: 50px;
    }
    p.norm {
        font-size: 5vw;
    }
    p.norm br {
        display: none;
    }
    .mobile_block {
        height: auto;
    }
    .mobile_block p.sp_top {
        padding-right: 55px;
        padding-top: 50px;
        display: none;
    }
    .partner.mob {
        display: none;
    }
    .partner.mob2 {
        display: block;
    }
    .fp3 {
        padding-right: 77px;
    }
    .fp3 p.sp_top {
        width: 65vw;
    }
    .kolos_mob {
        height: 275px;
    }
    .marq_block.mrq2 {
        bottom: 17%;
    }
    .our_exp.mob {
        display: none;
    }
    .our_exp.mob2 {
        display: block;
        position: relative;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        transform: none;
        max-height: 100%;
    }
    .fp5 {
        padding-left: 0px;
        padding-bottom: 40px;
        padding-right: 0px;
    }
    .fp6 {
        padding-bottom: 108%;
    }
    .fp5 .sp_top.experts {
        padding-left: 32px;
        padding-top: 0px;
    }
    .mob_show_bg {
        margin-top: 40px;
    }
    .mob_show_bg.bg_mobb_f {
        margin-top: 0;
    }

    .mob_show_bg.new_src_fp {
        display: block;
    }
    .active_scroll2 .slider_advant_item {
        width: 100%;
    }
    .block_advant_bh.active_scroll2 {
        padding-left: 32px;
        width: 250%;
        padding-right: 0;
        height: 55vh;
    }
    .slider_advant_item .sl_nw img {
        max-width: 57px;
    }
    .sl_mid {
        font-size: 5.7vw;
    }
    .over_padd {
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
    }
    .mobile_hv {
        padding-left: 32px;
    }
    p.norm.last_bb {
        font-size: 10vw;
        max-width: 90%;
    }
    .mobile_hv_show a {
        font-size: 5.5vw;
        margin-top: 10px;
    }
    .section.fp7 {
        height: auto;
        min-height: auto;
        padding-bottom: 40px;
        padding-top: 60px;
    }
    .form_f button {
        width: 100%;
        padding: 8px 0;
        font-size: 5vw;
    }
    .form_f input, .form_f label, .form_f textarea {
        font-size: 5vw;
        border-color: #00B0F0;
        color: #00B0F0;
        font-weight: 300;
    }
    .form_f textarea {
        height: 25vh;
        font-weight: 300;
        padding: 20px;
    }
    ::-webkit-input-placeholder {color:#00B0F0;font-size: 5vw;font-weight: 300;}
    ::-moz-placeholder          {color:#00B0F0;font-size: 5vw;font-weight: 300;}
    :-moz-placeholder           {color:#00B0F0;font-size: 5vw;font-weight: 300;}
    :-ms-input-placeholder      {color:#00B0F0;font-size: 5vw;font-weight: 300;}
    .cont_bot, .copyright {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        padding-top: 40px;
        font-size: 20px !important;
        margin-bottom: 0 !important;
    }
    .copyright {
        padding-top: 0;
        color: rgba(51, 51, 51, 0.50) !important;
        font-size: 10px !important;
    }
    .circle_nw {
        display: none;
    }
    .fp_new {
        padding-left: 0;
        padding-right: 0;
    }
    .fp_new .sp_top.experts {
        padding-left: 32px;
        padding-top: 0px;
    }
    .fp_new .slider_advant_item {
        padding: 0px;
    }
    .active_scroll2 .slider_advant_item img {
        display: block;
        max-width: 100%;
        margin: 0 auto;
    }
    .fp_new .block_advant_bh.active_scroll2 {
        height: inherit;
    }
    .listing_nw {
        padding-left: 32px;
        margin-top: 44px;
        margin-bottom: 40px;
    }
    .listing_nw .listing_item {
        font-size: 5vw;
        padding-left: 51px;
        padding-right: 20%;
    }
    .listing_nw .listing_item br {
        display: none;
    }
    .listing_nw .listing_item:before {
        width: 32px;
        top: 10px;
    }
}
@media screen and (max-width: 380px) {
    .mobile_block p.sp_top {
        padding-left: 30px;
        padding-right: 30px;
    }
    
    .slider_advant_item {
        padding: 25px 10px 40px 20px;
    }
    .fp6 {
        padding-bottom: 90%;
    }
    .mobile_hv {
        height: 41vh;
    }
    .slider_advant_item {
        width: 80%;
    }
}

@media screen and (min-width: 500px) and (max-width: 1200px) and (max-height: 600px) {
    .header {
        padding: 10px 30px;
    }
    .logo img {
        max-width: 124px;
    }
    .desk_first {
        height: auto;
        padding-bottom: 560px;
        padding-top: 80px;
        background-size: 900px;
    }
    p.sp_top {
        font-size: 4vw;
    }
    p.sp_top br {
        display: block;
    }
    .normal_p, .normal_p span {
        font-size: 2vw !important;
        max-width: 450px !important;
    }
    .header .burg img {
        max-width: 30px;
    }
    nav {
        height: calc(100vh - 40px);
        padding: 6vh 60px 10vh 50px;
    }
    nav.act {
        top: 40px;
    }
    nav ul li a {
        font-size: 16px;
        padding: 7px 0 6px 0;
    }
    .mobile_hv_show a {
        font-size: 16px;
    }
    .block_advant_bh.active_scroll {
        height: 390px;
    }
    .slider_advant_item .sl_nw {
        font-size: 55px;
    }
    .slider_advant_item .sl_txt {
        font-size: 20px;
    }
    .slider_advant_item {
        width: 60%;
        padding-top: 40px;
    }
    .block_advant_bh {
        width: 270%;
        padding: 30px;
    }
    .partner.mob2 {
        display: none;
    }
    .section.fp2 {
        padding-bottom: 0;
    }
    p.norm {
        font-size: 20px;
    }
    .partner.mob {
        position: relative;
        display: block;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        max-width: 100%;
        margin-top: 30px;
    }
    .fp3 p.sp_top, .fp3 p.norm {
        padding-left: 50px;
    }
    .fp3 p.sp_top span br {
        display: none;
    }
    .fp3 {
        padding-bottom: 0px;
        padding-left: 0 !important;
        padding-right: 0;
    }
    .fp4 {
        padding-left: 0 !important;
    }
    .sl_mid {
        font-size: 28px;
    }
    .kolos_mob {
        position: relative;
        margin-top: 40px;
        width: 100%;
        max-height: 245px;
    }
    .fp5 {
        background-size: cover;
        padding-left: 0 !important;
    }
    .marq_block p {
        font-size: 50px;
    }
    .marq_block.mrq2 {
        bottom: 21%;
    }
    .block_advant_bh.active_scroll2 {
        height: 400px;
    }
    .fp6 {
        padding-bottom: 0;
        padding-left: 0 !important;
        padding-right: 0;
    }
    .fp6 .over_padd {
        padding-left: 0px;
    }
    .fp6 p.sp_top, .fp6 p.norm {
        padding-left: 50px;
    }
    .mobile_hv {
        height: auto;
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin-top: 40px;
        padding-top: 30px;
        padding-left: 50px;
    }
    p.norm.last_bb {
        padding-left: 0;
        font-size: 20px;
    }
    ::-webkit-input-placeholder {font-size: 20px;font-family: 'PF DinDisplay Pro', sans-serif;}
    ::-moz-placeholder          {font-size: 20px;font-family: 'PF DinDisplay Pro', sans-serif;}
    :-moz-placeholder           {font-size: 20px;font-family: 'PF DinDisplay Pro', sans-serif;}
    :-ms-input-placeholder      {font-size: 20px;font-family: 'PF DinDisplay Pro', sans-serif;}
    .form_f input, .form_f label, .form_f textarea, .form_f button {
        font-size: 20px;
    }
    .section {
        height: auto;
        padding-left: 50px;
    }
    .cont_bot, .copyright {
        position: relative;
        left: 0;
        bottom: 0;
    }
}