
@font-face {
    font-family: 'InvolveMedium';
    src: url('../fonts/Involve-Medium.eot');
    src: url('../fonts/Involve-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Involve-Medium.woff2') format('woff2'),
    url('../fonts/Involve-Medium.woff') format('woff'),
    url('../fonts/Involve-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'InvolveBold';
    src: url('../fonts/Involve-Bold.eot');
    src: url('../fonts/Involve-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Involve-Bold.woff2') format('woff2'),
    url('../fonts/Involve-Bold.woff') format('woff'),
    url('../fonts/Involve-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'InvolveRegular';
    src: url('../fonts/Involve-Regular.eot');
    src: url('../fonts/Involve-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Involve-Regular.woff2') format('woff2'),
    url('../fonts/Involve-Regular.woff') format('woff'),
    url('../fonts/Involve-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'InvolveSemiBold';
    src: url('../fonts/Involve-SemiBold.eot');
    src: url('../fonts/Involve-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Involve-SemiBold.woff2') format('woff2'),
    url('../fonts/Involve-SemiBold.woff') format('woff'),
    url('../fonts/Involve-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

body{
    line-height: 1.2;
    font-family: 'InvolveRegular', sans-serif;
}
.test{
    width: 1440px;
    left: 50%;
    transform: translateX(-50%);
}
.container {
    width: 80rem;
}
.logo{
    display: block;
    width: 5.5rem;
}
header{
    position: absolute;
    top: 1.4rem;
}
.menu_btn{
    color: white!important;
    font-family: InvolveSemiBold, sans-serif;
    font-size: 0.875rem;
    text-transform: uppercase;
    height: 3.125rem;
    min-width: 12.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    background: linear-gradient(90deg, #F97014 0%, #F9BC14 100%);
    position: relative;
    overflow: hidden;
}
.menu_btn img{
    width: 1.5rem;
    margin-left: 0.5rem;
}
.menu_btn span, .menu_btn img{
    position: relative;
    z-index: 1;
}
.langs{
    margin-right: 1.2rem;
    font-family: InvolveSemiBold, sans-serif;
    font-size: 0.875rem;
    color: white;
}
.langs a{
    color: white;
    opacity: 0.8;
}
.langs span{
    margin: 0 0.2rem;
    position: relative;
    top: -0.03rem;
}
.langs a.active, .langs a:hover{
    color: white;
    opacity: 1;
}
.box1_content h1 span{
    font-size: 4.375rem;
    letter-spacing: -1.4px;
    text-transform: none;
    color: #F9BC14;
}
.box1_content h1{
    font-size: 3rem;
    letter-spacing: -0.96px;
    text-transform: uppercase;
    line-height: 1.15;
    margin-bottom: 1.2rem;
    color: white;
}
.box1_content{
    padding-top: 10.5rem;
}
.section_text{
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
    font-size: 1.25rem;
}
#box-1{
    padding-bottom: 7rem;
    color: white;
    position: relative;
}
#box-1 .container{
    position: relative;
    z-index: 1;
}
.box1_btns{
    margin-top: 6.9rem;
}
.box1_btns .btn{
    margin-right: 1rem;
}
.btn{
    text-transform: uppercase;
    letter-spacing: -0.1px;
    font-family: InvolveSemiBold, sans-serif;
    display: inline-block;
    font-size: 0.875rem;
    padding: 0 1rem;
    min-width: 19.1rem;
    border-radius: 20px;
    background: #03467C;
    color: white;
}
.btn:hover{
    background: #0a5999;
    color: white;
}
.btn span, .btn img{
    position: relative;
    z-index: 1;
}
.btn.sm span{
    height: 3.125rem;
}
.btn.gr:after, .menu_btn:after{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg, #F97014 0%, #F9BC14 100%);
    transition: all 0.35s;
    opacity: 0;
}
.btn.gr:hover:after, .menu_btn:hover:after{
    opacity: 1;
}
.btn.gr{
    background: linear-gradient(90deg, #F97014 0%, #F9BC14 100%);
}
.btn span{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3.75rem;
}
.btn img{
    width: 2.094rem;
    margin-left: 0.5rem;
}
.ab_img{
    position: absolute;
    left: 0;
    top: 0;
}
.border_img{
    border-radius: 30px;
    overflow: hidden;
}
.section_title{
    font-family: InvolveBold, sans-serif;
    text-transform: uppercase;
    font-size: 3.75rem;
    line-height: 1;
    margin-bottom: 1.7rem;
    color: #03467C;
}
.footer_form .result p{
    margin-top: 1rem;
    margin-bottom: 0;
}
.result{
    font-size: 0.9rem;
}
#box-2{
    padding-top: 3rem;
}
.box2_content .content{
    margin-bottom: 3.5rem;
}
#box-3{
    padding-top: 4.7rem;
    background: white;
}
.box3{
    height: 44.5rem;
    display: flex;
    align-items: center;
    padding-bottom: 2rem;
    justify-content: center;
    position: relative;
    background-image: url("../img/big_logo.png");
    background-size: 47.188rem;
    background-repeat: no-repeat;
    background-position: top 6rem center;
}
.box3 .section_title{
    margin-bottom: 0;
    text-align: center;
}
.box3_img{
    position: absolute;
    width: 25.813rem;
    border-radius: 20px;
    overflow: hidden;
}
.box3_img1{
    left: 0;
    top: 0;
}
.box3_img2{
    width: 28.375rem;
    bottom: 0;
    right: 17.8rem;
}
.box3_item{
    position: absolute;
    background: linear-gradient(90deg, #F97014 0%, #F9BC14 100%);
    color: white;
    border-radius: 20px;
    padding: 1.1rem 1rem;
    text-align: center;
}
.box3_title{
    font-size: 1.25rem;
    text-transform: uppercase;
    font-family: InvolveBold, sans-serif;
    margin-bottom: 0.7rem;
    letter-spacing: -0.3px;
}
.box3_text{

}
.b1{
    left: 21.1rem;
    top: 0;
    min-width: 33.3rem;
}
.b2{
    right: 0;
    top: 8.7rem;
    padding: 1rem 1.2rem;
}
.b3{
    left: 0;
    bottom: 11.5rem;
    min-width: 25.8rem;
}
.b4{
    right: 0;
    bottom: 10rem;
    min-width: 24.7rem;
}
.b5{
    left: 8.8rem;
    bottom: 2.3rem;
    min-width: 35.1rem;
}
#box-4{
    padding-top: 4.6rem;
    position: relative;
}
.bult_left{
    position: absolute;
    bottom: -6.6rem;
    left: 0;
    width: 32rem;
}
.bult_right{
    position: absolute;
    bottom: -6.6rem;
    right: 0;
    width: 32rem;
}
.bult_left2{
    position: absolute;
    bottom: -0.6rem;
    left: 0;
    width: 11.6rem;
    z-index: 2;
}
.bult_right2{
    position: absolute;
    bottom: -0.6rem;
    right: 0;
    width: 11.6rem;
    z-index: 2;
}
#box-4 .container{
    position: relative;
    z-index: 1;
}
#box-4 .section_title{
    letter-spacing: -0.05rem;
    margin-bottom: 2.2rem;
}
.box4_item{
    background-size: cover;
    background-position: center center;
    border-radius: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 2.9rem 1.4rem;
    color: white;
    box-shadow: 0 4px 50px 0 rgba(0, 0, 0, 0.10);
}
.box4_title{
    text-align: center;
    font-family: InvolveBold, sans-serif;
    font-size: 2rem;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 1rem;
}
.box4_item .content p{
    margin-bottom: 2.4rem;
}
.box4_item .content p.last{
    line-height: 1.5;
    margin-bottom: 0;
}
.box4_item .content ul{
    margin-bottom: 2.5rem;
}
.box4_item .content ul li{
    margin-bottom: 0.6rem;
}
.box4_img{
    width: 7.25rem;
    height: 7.25rem;
    margin: 0 auto;
    margin-top: 1.2rem;
}
.box4_btn{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: 1px solid #03467C;
    color: #03467C;
    background: white;
    height: 3.125rem;
    width: 80%;
    margin: 0 auto;
    font-family: InvolveSemiBold, sans-serif;
    font-size: 0.875rem;
    text-transform: uppercase;
    margin-top: 1.3rem;
    transition: all 0.5s;
    position: relative;
    overflow: hidden;
}
.box4_btn:after{
    background: linear-gradient(90deg, #F97014 0.32%, #F9BC14 99.68%);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    transition: all 0.5s;
    opacity: 0;
}
.box4_btn:hover{
    background: #03467C;
    color: white!important;
}
.box4_btn span{
    position: relative;
    z-index: 1;
}
.box4_row .mb_30:nth-child(even) .box4_btn:hover:after{
    opacity: 1;
}
.box4_row .mb_30:nth-child(even) .box4_item{
    background-image: url("../img/bg2.jpg");
}
.box4_row .mb_30:nth-child(odd) .box4_item{
    background-image: url("../img/bg1.jpg");
}
#box-5{
    padding-top: 4.1rem;
}
#box-5 .content{
    margin-bottom: 1.2rem;
}
.btn.arrow_btn{
    min-width: 20.4rem;
}
.btn.arrow_btn img{
    position: absolute;
    width: 2.5rem;
    right: 0.6rem;
    top: 50%;
    transform: translateY(-50%);
}
.preim_item{
    border-radius: 20px;
    background: linear-gradient(180deg, #03467C 0%, #0580E2 100%);
    color: white;
    height: 17.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1.3rem 1.5rem;

}
.preim_top_flex span{
    font-family: InvolveSemiBold, sans-serif;
    text-transform: uppercase;
    font-size: 1.25rem;
}
.preim_top_flex img{
    width: 3rem;
}
.preims_row{
    margin-top: 1.2rem;
}
.preim_bottom{
    letter-spacing: -0.01rem;
    padding-bottom: 0.3rem;
}

.box5_img{
    position: absolute;
    right: 5.7rem;
    top: 0.3rem;
    width: 52.149rem;
}
#box-6{
    padding-top: 3.4rem;
}
.del_item{
    box-shadow: 0 4px 30px 0 rgba(63, 95, 45, 0.25);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 18.3rem;
    padding: 1.8rem 1.1rem;
    transform: rotate(1.902deg);
    width: 26.8rem;
    position: relative;
    left: 0.2rem;
   
}
.del_title{
    border: 1px solid;
    padding: 0.625rem 0.75rem;
    border-radius: 10px;
}
.del_text{
    font-family: InvolveBold, sans-serif;
    font-size: 1.25rem;
    text-transform: uppercase;
}
.del_flex {
    margin-top: -6.6rem;
    width: max-content;
}
.d1{
    background-image: url("../img/del.jpg");
    background-size: cover;
    background-position: center center;
    color: white;
}
.d2{
    transform: rotate(-0.502deg);
    left: -6.6rem;
    padding-right: 3rem;
    z-index: 1;
    color: #03467C;
    background: white;
}
.d3{
    transform: rotate(1.498deg);
    left: -14rem;
    padding-right: 3rem;
    z-index: 2;
    top: 0.2rem;
    background-image: url("../img/del2.jpg");
    background-size: cover;
    background-position: center center;
    color: white;
}
.d4{
    transform: rotate(-0.502deg);
    left: -20.8rem;
    padding-right: 3rem;
    z-index: 2;
    top: 0.2rem;
    background: linear-gradient(90deg, #F97014 0%, #F9BC14 100%);
    color: white;
}
#box-7{
    padding-top: 5.2rem;
}
.rev_item{
    border-radius: 20px;
    background: #FFF;
    box-shadow: -4px 4px 20px 0 rgba(0, 0, 0, 0.15);
    height: 100%;
    padding: 1.2rem 1.2rem;
}
.rev_img{
    width: 3.625rem;
    height: 3.625rem;
    border-radius: 50%;
    overflow: hidden;
}
.rev_title{
    width: calc(100% - 3.625rem);
    padding-left: 1.3rem;
    font-family: InvolveBold, sans-serif;
    text-transform: uppercase;
    font-size: 1.25rem;
}

.rev_text{
    border-top: 1px solid rgba(0,0,0,0.1);
    margin-top: 1.4rem;
    padding-top: 1.4rem;
}
.rev_slider .slick-list{
    display: flex;
    margin: 0 -10px;
    overflow: unset;
    padding: 20px 0;
}
.rev_slider .slick-track{
    display: flex;
}
.rev_slider .slick-slide > div{
    height: 100%;
    padding: 0 10px;
}
.section_title span{
    font-size: 3rem;
}
#box-8{
    padding-top: 6.9rem;
    padding-bottom: 3.5rem;
    background-image: url("../img/form.jpg");
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
}
.form{
    width: 39.4rem;
    margin-top: 2.7rem;
}
.form-group {
    margin-bottom: 1.2rem;
}
.form-control{
    width: 100%;
    font-family: InvolveRegular, sans-serif;
    background: white;
    padding: 1.25rem 1.9rem;
    border-radius: 20px;
}
.form-control::placeholder{
    color: rgba(0,0,0,0.5);
}
.form .btn{
    min-width: 23.3rem;
}
.policy{
    margin-top: -0.6rem;
    color: white;
    font-size: 0.85rem;
}
.policy a{
    text-decoration: underline;
    color: white;
}
.policy a:hover{
    text-decoration: none;
    color: white;
}
#box-9 {
    padding-top: 4.7rem;
    padding-bottom: 3.9rem;
}
.map{
    overflow: hidden;
    height: 25.625rem;
    border-radius: 30px;
}
#box-9 .section_title{
    margin-bottom: 2.8rem;
}
.contacts_row{
    margin-top: 2.4rem;
}
.cont_title{
    font-size: 1.25rem;
    text-transform: uppercase;
    font-family: InvolveSemiBold, sans-serif;
    margin-bottom: 0.7rem;
    color: #03467C;
}
.cont_text{
    display: flex;
    flex-direction: column;
}
.socials a{
    display: inline-block;
    margin-right: 1.2rem;
}
.socials a img{
    width: 2rem;
}
.socials a:hover{
    opacity: 0.7;
}
.cont_item:not(:last-child){
    margin-bottom: 2.4rem;
}
footer{
    padding-top: 3rem;
    background: #03467C;
    color: white;
    background-image: url("../img/footer.jpg");
    background-size: 100%;
    background-position: top;
    background-repeat: no-repeat;
}
footer a{
    color: white;
}
footer a:hover, footer a.active{
    color: #F9BC14;

}
footer .cont_title{
    color: white;
}
.footer_logo{
    display: block;
    width: 5.6rem;
    margin-bottom: 1.7rem;
}
.footer_menu{
    margin-left: 3rem;
}
.footer_menu a{
    display: block;
    margin-bottom: 1.2rem
}
.footer_contacts{
    margin-left: 1.9rem;
}
.footer_contacts .cont_item{
    margin-bottom: 2.2rem;
}
.footer_bottom{
    border-top: 1px solid #F4ECDD;
    padding: 1.3rem 0;
    display: flex;
    justify-content: space-between;
    padding-bottom: 3rem;
}
footer .form-control{
    height: 3.125rem;
    padding: 0 1.4rem;
}
.footer_form .cont_title{
    margin-bottom: 1.2rem;
    color: #03467C;
}
footer .policy{
    margin-top: 1rem;
    font-size: 0.8rem;
}
.footer_form .btn{
    position: absolute;
    min-width: 10rem;
    right: 0;
    top: 0;
    z-index: 1;
}

.footer_bottom a{
    color: rgba(255,255,255,0.8);
}
.footer_bottom a:hover{
    color: white;
}
footer .socials a img{
    width: 1.8rem;
    filter: brightness(0) invert(1);
}
.menu{
    border-radius: 50px;
    border: 1px solid #FFF1C6;
    background: #FFF;
    justify-content: space-between;
    padding: 0.313rem 1.365rem;
    font-size: 0.875rem;
    font-family: InvolveMedium, sans-serif;
    display: flex;
    position: relative;
    top: -2rem;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease-in;
}
.menu.factive{
    top: 0;
    opacity: 1;
    pointer-events: painted;
}
.menu a{
    display: inline-block;
    padding: 0.625rem;
    margin: 0 0.35rem;
}
.page{
    padding-top: 10rem;
}