
body{
    line-height: 1.2;
    font-family: "Montserrat", sans-serif;
    padding-top: 4.673rem;
    background: rgba(0, 18, 32, 1);
    color: white;
}
.lang_box{
    position: relative;
}
.lang_drop{
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
}
.lang_drop a{
    border: 1px solid #FFFFFF4D;
    display: flex;
    align-items: center;
    width: 4.063rem;
    height: 2.875rem;
    border-radius: 8px;
    justify-content: center;
    margin-top: 0.35rem;
    background: rgba(0, 18, 32, 1);
}
.lang_drop a:hover{
    background: #41EC8C;
    color: black;
}
.active_lang{
    border: 1px solid #FFFFFF4D;
    display: flex;
    align-items: center;
    width: 4.063rem;
    height: 2.875rem;
    border-radius: 8px;
    justify-content: center;
}
.active_lang img{
    width: 1rem;
    margin-left: 0.2rem;
}
.container {
    width: 114.1rem;
}
header{
    padding: 0.9rem 0;
    background: #001220;
    color: white;
}
header a{
    color: white;
}
.header_btn{
    border: 1px solid #FFFFFF4D;
    font-weight: 600;
    font-size: 0.875rem;
    text-transform: uppercase;
    height: 2.875rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    padding: 0 1.2rem;
    color: #41EC8C;
}
.header_btn:hover{
    background: #41EC8C;
    color: black;
}
.logo{
    display: block;
    width: 11.25rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.menu {
    margin-left: 5.6rem;
}
.menu a{
    display: inline-block;
    margin-right: 4rem;
}
.header_phone{
    font-size: 1.5rem;
    font-weight: 600;
    margin-right: 4.3rem;
}
.header_right .menu{
    margin-left: 0;
    margin-right: 4.2rem;
}
.header_right .menu a{
    margin-right: 0;
    margin-left: 4.1rem;
}

#box-1{

}
.box1_bg{
    color: white;
    /*background-image: url("../img/bg.jpg");*/
    background-size: cover;
    background-position: center center;
    padding-bottom: 2.5rem;
    border-radius: 16px;
}
.box1_text{
    padding-top: 11.8rem;
    padding-left: 9.7rem;
}
.section_title{
    font-size: 3rem;
    font-weight: 600;
    margin-bottom: 1.2rem;
}
.section_text{
    font-size: 1.12rem;
    line-height: 1.3;
    margin-bottom: 3.1rem;
}
.btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #41EC8C;
    color: #001220;
    font-size: 1.12rem;
    font-weight: 700;
    text-transform: uppercase;
    height: 3.563rem;
    border-radius: 8px;
    padding: 0 2.2rem;
    transition: all 0.35s;
}
.btn:hover{
    background: #03F7F7;
    color: black;
}
.btn.full{
    padding: 0;
    width: 100%;
}
.box1_bottom{
    padding: 0 2.5rem;
    padding-top: 8rem;
}
.box1_item{
    background: rgba(0, 18, 32, 0.8);
    margin-right: 1.1rem;
    width: 25.2rem;
    padding: 2.2rem 2.3rem;
    border-radius: 10px;
}
.box1_item i{
    font-style: normal;
}
.box1_item.bi1{
    background: linear-gradient(212.87deg, #052E4D 12.16%, #001220 70.49%);
    clip-path: polygon(2.4rem 0%, 100% 0, 100% 100%, 0 100%, 0 2.4rem);
}
.box1_item.bi2{
    width: 27.7rem;
    background: rgba(0, 18, 32, 0.15);
    backdrop-filter: blur(4px);
    border: 1px solid #ffffff1f;
}
.box1_item.bi3{
    width: 48.2rem;
}
.box1_item p{
    font-size: 4rem;
    font-weight: 500;
    line-height: 1.1;
}
.box1_item span{
    font-size: 1.12rem;
    font-weight: 600;
}
#box-2{
    padding-top: 8.6rem;
    padding-bottom: 5.3rem;
}
.section_title_sm{
    font-size: 2.25rem;
    font-weight: 600;
    margin-bottom: 3.3rem;
}
.section_text_sm{
    line-height: 1.4;
    margin-bottom: 2.3rem;
    opacity: 0.9;
}
.preim_item {
    font-weight: 600;
    font-size: 1.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 0;
    height: 100%;
    min-height: 5.2rem;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 1)
}
.advantage_item{
    height: 100%;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    padding-left: 1.7rem;
    position: relative;
}
.advantage_item:after{
    position: absolute;
    left: -1px;
    top: 0;
    width: 2px;
    background: rgba(65, 236, 140, 1);
    height: 4.75rem;
    content: "";

}

.add1:after, .add7:after, .add6:after{
    animation: moveTop 3s infinite;
    animation-delay: 1s;
}

.add2:after, .add4:after{
    animation: moveTop 3s infinite;
}

.add5:after, .add3:after{
    animation: moveTop 3s infinite;
    animation-delay: 2s;
}

@keyframes moveTop {
    0% {
        top: calc(100% - 4.75rem); /* Элемент төменде */
    }
    50% {
        top: 0; /* Элемент жоғарғы шекараға келеді */
    }
    100% {
        top: calc(100% - 4.75rem); /* Элемент төменде */
    }
}
.advantage_icon{
    width: 3.75rem;
    height: 3.75rem;
    margin-bottom: 1.8rem;
}
.advantage_title{
    font-weight: 600;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
}
.advantage_text{
    line-height: 1.4;
    opacity: 0.9;
}
.preims_row{
    margin-bottom: 4rem;
}
.advantages_row .mb_30{
    margin-bottom: 3.3rem;
}

.advantage_item_call{
    background-image: url("../img/call.jpg");
    background-size: cover;
    background-position: center center;
    color: black;
    height: 100%;
    padding: 1rem 3.5rem;
    clip-path: polygon(2.4rem 0%, 100% 0, 100% 100%, 0 100%, 0 2.4rem);
    display: flex;
    align-items: center;
}
.advantage_item_call .header_btn{
    background: white;
    color: black;
}
.advantage_item_call .header_btn:hover{
    color: black;
    background: #dbdbdb;
}
.advantage_call_title{
    font-weight: 600;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
}
.box3{
    background: white;
    border-radius: 16px;
    padding: 8.7rem 1.2rem;
    padding-top: 1.9rem;
    color: black;
    overflow: hidden;
}
.box3_item{
    height: 100%;
    border: 1px solid rgba(221, 221, 221, 1);
    display: flex;
    border-radius: 10px;
}
.box3_img{
    width: 16.813rem;
    height: 17.875rem;
}
.box3_text{
    width: calc(100% - 16.813rem);
    padding-left: 1rem;
    padding-top: 2.3rem;
}
.box3_number{
    opacity: 0.5;
}
.box3_title{
    font-size: 1.75rem;
    font-weight: 600;
    margin-top: 2.6rem;
    margin-bottom: 0.8rem;
}
.box3_text_box{
    line-height: 1.4;
    opacity: 0.9;
}
.box3_info{
    padding: 2.2rem 3rem;
}
.box3_info .section_title_sm{
    margin-bottom: 1.9rem;
}
.main_form{
    padding: 0 2.9rem;
    padding-top: 4rem;
    padding-right: 4.9rem;
}

.main_form_text .section_title_sm{
    margin-bottom: 1rem;
}
.main_form_text{
    width: 34.2rem;
    padding-right: 1rem;
}
.some_form{
    width: calc(100% - 34.2rem);
}
.form_group{
    width: 39.7%;
}
.form_group.sm{
    width: 12.063rem;
}
.form-control{
    width: 100%;
    border: 1px solid #DDDDDD;
    border-radius: 10px;
    font-family: "Montserrat", sans-serif;
    height: 3.5rem;
    padding: 0 1.2rem;
}
.form-control::placeholder{
    color: #828282;
}
.box3_dots{
    display: flex;
    justify-content: space-between;
    padding: 0 0.5rem;
    margin-bottom: 6.1rem;
}
.box3_dots span{
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 50%;
    background: #001220;
}
.box3_dots span.long{
    width: 3.938rem;
    border-radius: 9px;
}
#box-4{
    padding-top: 8rem;
    padding-bottom: 5.9rem;
}
.faq{
    width: 88rem;
    margin: 0 auto;
    color: white;
}
.faq_title{
    display: flex;
    align-items: center;
    color: white;
}
.faq_title span{
    width: calc(100% - 3.75rem);
    padding-left: 2.5rem;
    font-size: 1.5rem;
    font-weight: 600;
}
.faq_icon{
    width: 3.75rem;
    height: 3.75rem;
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.faq_title.factive .faq_icon img{
    transform: rotate(-136deg);
}
.faq_icon img{
    width: 1.3rem;
    transition: all 0.35s;
}
.faq_content{
    padding-top: 0.6rem;
    padding-left: 6.2rem;
    display: none;
}
.faq_item{
    margin-bottom: 2.6rem;
}
.box5{
    border-radius: 16px;
    padding: 8.7rem 1.2rem;
    background: white;
    color: black;
}
.rev_box{
    width: 94.6rem;
    margin: 0 auto;
}
.rev_item{
    display: flex!important;
    border: 1px solid #DDDDDD;
    border-radius: 10px;
    padding: 2.4rem 4rem;
    height: 100%;
}
.rev_logo{
    width: 9.625rem;
}
.rev_text{
    width: calc(100% - 9.625rem);
    padding-left: 5.4rem;
}
.rev_text .content * {
    margin-bottom: 1.5rem;
    opacity: 0.9;
}
.rev_title{
    font-weight: 600;
    font-size: 1.1rem;
    margin-top: 3rem;
    margin-bottom: 0.8rem;
}
.rev_date{
    font-style: italic;
}
.rev_bottom{
    text-align: center;
    margin-top: 3.3rem;
}
.rev_bottom p{
    margin-bottom: 1.3rem;
    opacity: 0.7;
}
.rev_bottom .section_title_sm{
    margin-bottom: 1.4rem;
}
.online_security{
    width: 5.3rem;
    margin: 0 auto;
}

#box-6 .main_form{
    padding: 0 4.5rem;
    padding-top: 8.9rem;
    padding-right: 6.1rem;
    color: white;
    padding-bottom: 8.9rem;
}
.map{
    overflow: hidden;
    height: 32.1rem;
}
footer{
    color: white;
    padding-top: 5.6rem;
    padding-bottom: 2rem;
    margin-top: -1.2rem;
    position: relative;
    z-index: 2;
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
    background: #001220;
}
.footer_logo{
    width: 18.25rem;
}
.footer_info{
    margin-top: 2.6rem;
}
.footer_info p{
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: 1.1rem;
}
.footer_info span{
    line-height: 1.4;
    display: block;
    opacity: 0.8;
}
.f_item{
    display: flex;
    margin-bottom: 2.7rem;
}
.f_icon{
    width: 3rem;
}
.f_text{
    width: calc(100% - 3rem);
    padding-left: 1rem;
}
.f_text span{
    display: block;
    font-size: 0.875rem;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
    color: #8D8D8D;
}
.f_text a{
    display: block;
    font-size: 1.1rem;
    font-weight: 600;
}
.copy{
    font-size: 0.875rem;
    text-transform: uppercase;
    margin-top: 1rem;
    color: #8D8D8D;
}
.main_form_text_box{
    opacity: 0.9;
}
.rev_slider .slick-list{
    display: flex;
    margin: 0 -10px;
}
.rev_slider .slick-track{
    display: flex;
}
.rev_slider .slick-slide > div{
    height: 100%;
    padding: 0 10px;
}
#modal-success-msg .modal_title {
    font-size: 1.4rem;
    margin: 3rem 0;
}
.some_form .result p{
    margin-bottom: 0;
    margin-top: 1rem;
    text-align: center;
}