
body{
    line-height: 1.2;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    padding-top: 5.438rem;
}
.test{
    width: 1440px;
    left: 50%;
    transform: translateX(-50%);
}
.logo{
    display: flex;
    align-items: center;
}
.logo img{
    width: 4rem;
}
.logo span{
    border-left: 1px solid white;
    margin-left: 0.6rem;
    padding-left: 0.6rem;
    position: relative;
    top: 0.1rem;
}
.container{
    width: 84.938rem;
}
header {
    padding: 1.25rem 0;
    background: #214785;
    color: white;
}
header a{
    color: white;
}
.menu {
    padding-left: 3.7rem;
}
.menu a {
    display: inline-block;
    margin-right: 1.96rem;
}
.menu a:last-child{
    margin-right: 0;
}
.btn{
    background: white;
    color: #003FC7;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    padding: 0.869rem 1.3rem;
    display: inline-block;
}
.btn.big{
    padding: 0.89rem 1.35rem;
    font-size: 1.125rem;
}
.header_phone{
    display: flex;
    align-items: center;
    margin-right: 1.9rem;
}
.slider{
    overflow: hidden;
}
.header_phone img {
    width: 2rem;
    margin-right: 0.1rem;
}
.slider_box{
    /*height: 37.4rem;*/
    height: calc(100vh - 5.438rem);
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}
.slider_after{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 39.7rem;


}
.slider_after:after{
    position: absolute;
    left: -1px;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    clip-path: polygon(100% 0, 79% 49%, 100% 100%, 0 100%, 0 0);
    background: #1B1B1B;
    opacity: 0.8;
}
.slider_after:before{
    position: absolute;
    right: calc(100% + 1px);
    width: 1000px;
    top: 0;
    bottom: 0;
    content: "";
    background: #1B1B1B;
    opacity: 0.8;
}
.slider_content{
    position: relative;
    z-index: 2;
    color: white;
}
.slider_content h1{
    font-weight: 400;
    font-size: 2.5rem;
    letter-spacing: 1.6px;
    line-height: 1.35;
    margin-bottom: 1.85rem;
}
.slider_content h1 span{
    font-weight: 600;
}
.slider_img{
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.slider_img video{
    width: 100%!important;
    height: 100%!important;
    object-fit: cover;
}
.slider_img img{
    height: 100%;
    min-width: 65%;
    object-fit: cover;
}
/*.container_big{*/
/*    width: 1440px;*/
/*    margin: 0 auto;*/
/*}*/
.box2_item{
    height: 29.5rem;
    width: 33.333%;
    padding: 3.6rem 2.4rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    color: white;
}
.box2_top, .box2_bottom{
    position: relative;
    z-index: 1;
}
.box2_title{
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 1.1px;
    margin-bottom: 0.7rem;
}
.box2_text{
    font-size: 1.125rem;
    line-height: 1.35;
}
.box2_item a{
    display: inline-block;
    color: white;
    border-bottom: 1px solid white;
    font-size: 1.125rem;
    font-weight: 500;
}
.box2_item a:hover{
    border-color: transparent;
    opacity: 0.8;
}
.ab_img{
    position: absolute;
    left: 0;
    top: 0;
}
#box-3 {
    padding-top: 2.4rem;
    background: #242424;
    color: white;
}
.box3_left{
    width: 33.5rem;
    padding-right: 1.15rem;
}
.section_title{
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 1.4rem;
    letter-spacing: 1px;
    line-height: 1.1;
}
.big_text{
    font-size: 1.125rem;
    letter-spacing: 0.15px;
}
.box3_right{
    width: calc(100% - 33.5rem);
    overflow: hidden;
    padding-bottom: 5rem;
}
.box3_slider_box {
    padding-right: 10.6rem;
}
.box3_slider .slick-list{
    margin: 0 -8px;
    overflow: unset;
}
.box3_slider .slick-slide > div{
    padding: 0 8px;
}
.box3_slider_item{
    height: 32rem;
    overflow: hidden;
}
#box-4{
    padding-top: 4rem;
    padding-bottom: 7.3rem;
    background: #242424;
    color: white;
}
.video_item{
    display: flex;
    justify-content: space-between;
    margin-bottom: 6rem;
}
.video_item:last-child{
    margin-bottom: 0;
}
.video_text {
    width: 46%;
}
.video_box{
    width: 49.3%;
    background: #D9D9D9;
    height: 24.5rem;
    display: block;
    position: relative;
}
.play_btn{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 4.4rem;
}
.videos{
    padding-top: 1rem;
}
.video_item .content{
    font-size: 1.25rem;
}
.video_item .btn{
    margin-top: 1.4rem;
    font-size: 1.25rem;
    min-width: 14.3rem;
    text-align: center;
}
#box-5 {
    padding-top: 3.8rem;
    padding-bottom: 5rem;
    background: #214785;
    color: white;
}
#box-5 .section_title{
    margin-bottom: 2.8rem;
}
.box4_item{
    width: 25%;
    padding: 1rem 0.9rem;
    border-right: 1px solid white;
}
.box4_item:not(:first-child){
    padding-left: 1.8rem;
}
.box4_item:last-child{
    border: none;
}
.box4_icon{
    width: 3.125rem;
    margin-bottom: 0.5rem;
}
.box4_text{
    font-size: 1.25rem;
    line-height: 1.5;
    padding-bottom: 1.5rem;
}
#box-6 {
    padding-top: 3.6rem;
    padding-bottom: 3.3rem;
}
#box-6 .section_title{
    margin-bottom: 2.2rem;
}
.client_item {
    width: 16%;
}
.clients{
    padding: 0 1rem;
    align-items: center;
}
.box7_title{
    font-size: 2.25rem;
    margin-top: 1.4rem;
    letter-spacing: 1.2px;
    margin-bottom: 2.6rem;
}
.box7_title span{
    font-weight: 700;
}
#box-7{
    background: #DDDDDD;
}
.box7_box{
    margin-right: 8.4rem;
    width: 40.5rem;
}
.btn.full{
    width: 100%;
    padding: 1.1rem 0;
}
.form_flex .form-group:first-child{
    width: 64.6%;
}
.form_flex .form-group:last-child{
    width: 33.3%;
}
.form-control{
    width: 100%;
    height: 100%;
    padding: 0 0.7rem;
}
.label{
    margin-bottom: 0.2rem;
    color: #191919;
}
#box-7 .container{
    position: relative;
    padding-top: 7.4rem;
    padding-bottom: 8rem;
}
#box-7 .container > .flex{
    position: relative;
    z-index: 2;
}
.box7_img{
    position: absolute;
    bottom: 0;
    left: 2.4rem;
    width: 25.7rem;
}
.logo.blue{
    color: #214785;
}
.logo.blue span{
    border-color: #214785;
}
.btn.blue{
    background: #214785;
    color: white;
}
#box-8 {
    padding-top: 2.6rem;
    padding-bottom: 3.6rem;
}
.box8_slider_item{
    display: flex!important;
}
.box8_slider{
    padding: 0 8.9rem;
    padding-top: 4.5rem;
}
.box8_slider_img{
    width: 9rem;
    margin: 0 auto;
    height: 5.7rem;
}
.box8_slider_left {
    width: 14.2rem;
}
.box8_slider_right{
    width: calc(100% - 14.2rem);
    padding-left: 5.2rem;
    padding-top: 0.6rem;
}
.company_title{
    margin-top: 1rem;
    text-align: center;
    line-height: 1.4;
}
.box8_slider_title{
    font-size: 1.5rem;
    letter-spacing: 0.6px;
    margin-bottom: 1.3rem;
}
.box8_slider_content.content p{
    margin-bottom: 0.1rem;
}
.box8_slider_content{
    padding-right: 5rem;
}
.box8_link{
    color: #214785;
    font-weight: 500;
    display: inline-block;
    font-size: 1.125rem;
    margin-top: 0.8rem;
}
.box8_slider .slick-arrow{
    bottom: unset;
    top: 9.8rem;
}
.box8_slider .slick-prev{
    left: 4.8rem;
    right: unset;
    background-image: url("../img/left2.png");
}
.box8_slider .slick-next{
    right: 4.8rem;
    background-image: url("../img/right2.png");
}
.box8_dots{
    text-align: center;
    margin-top: 2.8rem;
}
.box8_dots span{
    display: inline-block;
    /*margin: 0 0.1rem;*/
}
.footer_left{
    padding: 5.5rem 0;
}
.contact_item{
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}
.contact_item img{
    width: 2rem;
}
.contact_item a{
    width: calc(100% - 2rem);
    padding-left: 0.1rem;
    font-size: 1.125rem;
}
footer .section_title{
    margin-bottom: 1.9rem;
}
.footer_bottom{
    padding-top: 5rem;
}
footer .logo{
    margin-bottom: 2rem;
}
.footer_bottom .btn{
    font-size: 1rem;
    padding: 0.8rem 2.2rem;
}
.footer_map{
    width: 80%;
    left: 34.7%;
    height: 100%;
    position: absolute;
    top: 0;
}
footer{
    background: #EBEBEB;
    overflow: hidden;
}
video[poster]{
    height:100%;
    width:100%;
    object-fit: cover;
}
header a:hover{
    color: white;
    opacity: 0.6;
}
.btn:hover{
    background: rgba(255,255,255,0.8);
    color: #003FC7;
}
.result{
    font-size: 0.9rem;
}
.box7_box .result p{
    margin-bottom: 0;
    margin-top: 1rem;
}
.btn.blue:hover{
    background: #223f6e;
    color: white;
}
.modal .form-control{
    padding: 1rem 1rem;
}
.modal .form-group{
    margin-bottom: 1rem;
}
#modal-success-msg .modal_title {
    font-size: 1.4rem;
}
.hidden_text{
    display: none;
}