.mob_block{
    display: none!important;
}
body, html{
    overflow-x: hidden;
}

@media screen and (min-width:1400px) {
    html{
        font-size: 16px!important;
    }
}
@media screen and (max-width:1400px) and (min-width:1320px) {
    html{
        font-size: 15px!important;
    }
}
@media screen and (max-width:1320px) and (min-width:1220px) {
    html{
        font-size: 14px!important;
    }
}
@media screen and (max-width:1220px) and (min-width:1120px) {
    html{
        font-size: 13px!important;
    }
}
@media screen and (max-width:1120px) and (min-width:1050px) {
    html{
        font-size: 12px!important;
    }
}
@media screen and (max-width:1050px) and (min-width:992px) {
    html{
        font-size: 11px!important;
    }
}

@media screen and (min-width:992px) {

}

@media screen and (max-width:992px) {
    body {
        padding-top: 4.8rem;
    }
    .fancybox-slide--iframe .fancybox-content {
        width: 95%;
        height: auto;
    }
    .mob_full {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .mob_none {
        display: none !important;
    }
    .mob_block {
        display: block !important;
    }
    .container {
        width: 100%;
        padding: 0 15px;
    }
    .menu a img {
        display: none;
    }
    .search--show{
        margin-right: 1.5rem;
    }
    .menu  {
        position: absolute;
        display: none;
        top: 100%;
        left: 0;
        width: 100%;
        bottom: unset;
        background: #214785;
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
        padding: 2rem 15px;
        padding-bottom: 1rem;
        border-top: 1px solid #ffffff38;
        border-bottom: 1px solid #ffffff38;
        margin: 0;
        text-align: center;
    }
    .menu a{
        display: block;
        margin: 0;
        margin-bottom: 1.5rem;
    }

    .nav-mobile {
        position: relative;
        z-index: 3;
        top: -0.1rem;
        margin-left: 0.2rem;
        margin-right: 0.8rem;
    }
    #nav-toggle span,
    #nav-toggle span:before,
    #nav-toggle span:after {
        cursor: pointer;
        border-radius: 1px;
        height: 3px;
        width: 30px;
        background: #ffffff;
        position: absolute;
        display: block;
        content: "";
        transition: all 300ms ease-in-out;
    }
    #nav-toggle span:before {
        top: -10px;
    }
    #nav-toggle span:after {
        bottom: -10px;
    }
    #nav-toggle.active span {
        background-color: transparent;
    }
    #nav-toggle.active span:before, #nav-toggle.active span:after {
        top: 0;
    }
    #nav-toggle.active span:before {
        transform: rotate(45deg);
    }
    #nav-toggle.active span:after {
        transform: rotate(-45deg);
    }
    #nav-toggle{
        display: block;
        width: 30px;
    }

    .slider_box {
        /*height: calc(100vh - 4.8rem);*/
        height: 37rem;
    }
    .slider_after{
        width: 100%;
        background: black;
        opacity: 0.3;
    }
    .slider_after:after, .slider_after:before{
        display: none;
    }
    .slider_content{
        text-align: center;
    }
    .slider_content h1 {
        font-size: 1.9rem;
        letter-spacing: 1px;
    }
    .slider_content h1 br{
        display: none;
    }
    .btn {
        padding: 1.2rem 3rem!important;
        font-size: 1.1rem!important;
    }
    .slider_content h1 span{
        display: inline;
    }
    .box2_flex{
        display: block;
    }
    .box2_item{
        width: 100%;
        padding: 3rem 15px;
    }
    .box2_text br{
        display: none;
    }
    .box2_title {
        font-size: 1.8rem;
        letter-spacing: 1px;
        margin-bottom: 1rem;
    }
    .section_title.mob_sm{
        font-size: 1.4rem;
        letter-spacing: 0;
    }
    .content br{
        display: none;
    }
    .box3_left {
        width: 100%;
        padding-right: 0;
    }
    .box3_flex{
        display: block;
    }
    .box3_right {
        width: 100%;
        padding-bottom: 3rem;
        margin-top: 2rem;
        overflow: unset;
    }
    .box3_slider_box {
        padding-right: 0;
        overflow: unset;
    }
    .box3_slider .slick-list{
        overflow: unset;
    }
    .box3_slider{
        width: 85%;
    }
    #box-4 {
        padding-top: 1rem;
        padding-bottom: 4.5rem;
    }
    .video_item{
        display: block;
    }
    .video_text {
        width: 100%;
    }
    .video_box {
        width: 100%;
        height: 20rem;
        margin-top: 1.4rem;
    }
    .mob_full_btn{
        width: 100%;
    }
    .mob_reverse{
        flex-direction: column-reverse;
        display: flex;
    }
    .content p, .content img, .content ol, .content ul, .content table {
        line-height: 1.35;
    }
    .video_item .content {
        font-size: 1.1rem;
    }
    .video_item {
        margin-bottom: 3.5rem;
    }
    .box4_flex{
        display: block;
    }
    .box4_item {
        width: 100%;
        border-right: 0;
        border-bottom: 1px solid white;
        padding: 0!important;
        margin-bottom: 1.5rem;
    }
    #box-5 .section_title {
        margin-bottom: 2rem;
    }
    .box4_icon {
        width: 3.125rem;
        margin-bottom: 0.8rem;
    }
    .box4_text {
        font-size: 1.1rem;
        line-height: 1.4;
        padding-bottom: 1.5rem;
    }
    .box4_text br{
        display: none;
    }
    #box-5 {
        padding-top: 3.5rem;
        padding-bottom: 1rem;
    }
    .clients{
        flex-wrap: wrap;
    }
    .client_item{
        width: 45%;
    }
    #box-6 .section_title {
        margin-bottom: 1.4rem;
        text-align: center;
    }
    .box7_img{
        position: static;
    }
    .box7_box {
        margin-right: 0;
        width: 100%;
    }
    #box-7 .container {
        padding-top: 4rem;
        padding-bottom: 0;
    }
    .box7_title br{
        display: none;
    }
    .box7_title {
        font-size: 1.6rem;
        margin-bottom: 1.8rem;
    }
    .form_flex .form-group:first-child {
        width: 100%;
    }
    .form_flex{
        display: block;
    }
    .form_flex .form-group:last-child {
        width: 100%;
        margin-top: 1rem;
    }
    .form-control {
        width: 100%;
        height: 100%;
        padding: 1.2rem 0.9rem;
        font-size: 1.1rem;
    }
    .box7_img {
        position: static;
        width: 67%;
        margin: 0 auto;
        margin-top: 1rem;
    }
    #box-8 {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
    }
    .box8_slider {
        padding: 0;
    }
    .box8_slider_item {
        display: block!important
    }
    .box8_slider_left {
        width: 100%;
        margin-bottom: 1rem;
    }
    .box8_slider_right {
        width: 100%;
        padding: 0;
    }
    .box8_slider_content {
        padding-right: 0;
    }
    .footer_map {
        width: 100%;
        position: static;
        height: 20rem;
        margin-top: 2rem;
        overflow: hidden;
    }
    .footer_map iframe{
        width: 130%!important;
    }
    .footer_flex{
        display: block;
    }
    .footer_left {
        padding: 3.7rem 0;
    }
    footer .logo {
        justify-content: center;
    }
    .btn{
        text-align: center;
    }
    .footer_bottom .btn {
        width: 100%;
        text-align: center;
    }
    .footer_bottom {
        padding-top: 3rem;
    }
    .box8_slider .slick-arrow{
        bottom: -4.2rem;
        top: unset;
    }
    .box8_slider .slick-prev{
        left: 3rem;
        right: unset;

    }
    .box8_slider .slick-next{
        right: 3rem;
    }
    .modal .modal__block{
        width: 95%;
        padding: 3rem 1rem;
    }
}
@media screen and (max-width:550px) {
    font-size: 1.1rem;
}
