
body{
    line-height: 1.2;
    font-family: "Geologica", sans-serif;
    font-weight: 400;
    color: white;
    background: #130E0B;
}
.container {
    width: 80rem;
}
.logo {
    display: block;
    width: 11.438rem;
}
.header_box {
    border-radius: 16px;
    border: 1px solid rgba(255,255,255,0.4);
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    padding: 0.35rem 2.8rem;
}
header{
    top: 1.3rem;
    /*position: absolute;*/
    transition: all 0.25s;
}
header.shadow{
    top: 0;
    background: #130E0B;
}
.btn{
    display: inline-block;
    border-radius: 8px;
    background: #FF5F1F;
    color: white;
    font-size: 0.875rem;
    font-weight: 400;
    font-family: "Geologica", sans-serif;
    text-align: center;
    padding: 0 1.35rem;
    min-width: 13.4rem;
}
.btn:hover{
    background: #ff4c04;
    color: white;
}
.btn.black{
    border: 1px solid rgba(255,255,255,0.4);
    background: linear-gradient(180deg, #070707 0%, #333 100%);
}
.policy a{
    text-decoration: underline;
}
.policy a:hover{
    text-decoration: none;
}
.btn.black:after{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: linear-gradient(0deg, #070707 0%, #333 100%);
    transition: all 0.35s;
    opacity: 0;
}
.btn.black:hover:after{
    opacity: 1;
}
.btn span{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.875rem;
    position: relative;
    z-index: 2;
}
.menu{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 0.875rem;
}
.menu a{
    display: inline-block;
    margin: 0 1.8rem;
}
.box1_btns .btn:first-child{
    margin-right: 0.3rem;
}
/*.box1_text {*/
/*    padding-top: 13.7rem;*/
/*}*/
.box1_text h1{
    font-weight: 700;
    font-size: 2.25rem;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}
.box1_text p{
    margin-bottom: 3rem;
}

#box-1{
    height: auto;
    position: relative;
    padding-top: 20rem;
    padding-bottom: 6rem;
}
.preim_item {
    padding: 1rem 1.2rem;
    /*background: linear-gradient(180deg, rgba(7, 7, 7, 0.20) 0%, rgba(51, 51, 51, 0.20) 100%);*/
    border: 1px solid rgba(255,255,255,0.4);
    border-radius: 8px;
    backdrop-filter: blur(4px);
    height: 100%;
}
.preim_item p{
    font-size: 2rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #E5E5E5;
}
.preim_item span{
    font-size: 0.875rem;
}
#box-2{
    margin-top: -3.5rem;
    position: relative;
    z-index: 4;
}
#box-1 .container{
    position: relative;
    z-index: 3;
}
#box-1 video{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
    opacity: 0.7;
}
#box-1:after{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    /*background: linear-gradient(0deg,rgba(19, 14, 11, 1) 0%, rgba(87, 199, 133, 0) 48%, rgba(19, 14, 11, 1) 100%);*/
    z-index: 1;
}
.border_img{
    border-radius: 30px;
    overflow: hidden;
}
#box-3{
    padding-top: 4.1rem;
}

.box3_row{
    margin: 0 -15px;
}
.box3_row .mob_full{
    padding: 0 15px;
}
/*.about_text{*/
/*    padding-top: 1.6rem;*/
/*}*/
.section_title{
    font-size: 2rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 2rem;
    color: #FF5F1F;
}
.section_title span{
    color: #E5E5E5;
}
.about_text .content{
    margin-bottom: 2rem;
}
.btn.min_width{
    min-width: 18.7rem;
}
#box-4 {
    padding-top: 5.4rem;
}
.service_item{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 8px;
    border: 1px solid rgba(255,255,255,0.4);
    background: linear-gradient(180deg, #070707 0%, #333 100%);
    padding: 1rem 1.2rem;
    transition: all 0.35s;
}
/*.service_item:hover{*/
/*    border-color: #FF5F1F;*/
/*}*/
/*.service_item:hover .service_title{*/
/*    color: #FF5F1F;;*/
/*}*/
.service_img{
    overflow: hidden;
    height: 8.9rem;
    border-radius: 8px;
}
.btn.full{
    width: 100%;
    padding: 0;
}
.service_item:hover .service_img img{
    transform: scale(1.05);
}
.service_img img{
    transition: all 0.25s;
}
.service_title{
    transition: all 0.35s;
    font-size: 1.25rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 1.3rem;
    margin-bottom: 1rem;
    min-height: 3rem;
    color: #E5E5E5;
}
.service_anons{
    font-size: 0.875rem;
    line-height: 1.3;
    color: white;
}
.service_bottom{
    margin-top: 1.2rem;
}
#box-5 {
    padding-top: 3.9rem;
}
#box-5 .content{
    margin-bottom: 1.9rem;
}
#box-6 {
    padding-top: 4.7rem;
}
.box6_item{
    border-radius: 8px;
    border: 1px solid rgba(255,255,255,0.4);
    background: linear-gradient(180deg, #070707 0%, #333 100%);
    padding: 1.2rem 1.2rem;
    height: 100%;
    font-size: 0.875rem;
}
.box6_circle{
    width: 1.938rem;
    height: 1.938rem;
    background: linear-gradient(180deg, #FF5F1F 0%, #FD4B04 100%);
    border-radius: 50%;

}
.box6_title {
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
    color: #E5E5E5;
}
.box6_text{
    line-height: 1.3;
}
#box-7 {
    padding-top: 3.7rem;
}
.partner_slider{
    pointer-events: none;
}
.partner_slider .slick-list{
    margin: 0 -10px;
}
.partner_slider .slick-slide > div{
    padding: 0 10px;
}
.part_item{
    height: 3.5rem;
    display: flex!important;
    align-items: center;
    justify-content: center;
}
.section_title.big_mar{
    margin-bottom: 2.6rem;
}
#box-8 {
    padding-top: 7.5rem;
}
.box7_form{
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,0.4);
    background: linear-gradient(180deg, #070707 0%, #333 100%);
    padding: 2.1rem 2.4rem;
}
.result p{
    font-size: 0.9rem;
    color: white!important;
}
.box7_text{
    padding-right: 4rem;
}
.box7_form_box {
    margin-left: -3.8rem;
}
.form-control{
    border-radius: 6px;
    border: 1px solid #B0B0B0;
    background: #FFF;
    font-family: "Geologica", sans-serif;
    font-weight: 400;
    font-size: 0.875rem;
    width: 100%;
    height: 2.875rem;
    padding: 0 1.2rem;
}
.form-control::placeholder{
    color: rgba(0,0,0,0.4);
}
.form-group{
    margin-bottom: 1rem;
}
.policy{
    font-size: 0.75rem;
    margin-bottom: 1.8rem;
}
#box-9 {
    padding-top: 5.2rem;
}
.news_item{
    display: flex !important;
    justify-content: space-between;
    border-radius: 8px;
    border: 1px solid rgba(255,255,255,0.4);
    background: linear-gradient(180deg, #070707 0%, #333 100%);
    padding: 1.2rem;
    flex-direction: column;
    height: 100%;
}
.news_item:hover .news_img img{
    transform: scale(1.05);
}
.news_item:hover .btn{
    background: #ff4c04;
    color: white;
}
.news_img img{
    transition: all 0.25s;
}
#box-11 .policy a:hover{
    color: white;
}
.news_img{
    overflow: hidden;
    height: 15.7rem;
    border-radius: 8px;
}
.news_title{
    font-size: 1.25rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 1.3rem;
    margin-bottom: 1.1rem;
    color: #E5E5E5;
}
.news_anons{
    line-height: 1.3;
    font-size: 0.875rem;
    color: white;
}
.news_bottom{
    margin-top: 1.1rem;
}
.news_slider .mb_30, .rev_slider .mb_30{
    -ms-flex: none;
    flex: none;
    max-width: unset;
    margin: 0;
    height: 100%;
}
.news_slider .slick-list, .rev_slider .slick-list{
    margin: 0 -10px;
    display: flex;
}
.news_slider .slick-track, .rev_slider .slick-track{
    display: flex;
}
.news_slider .slick-slide > div,.rev_slider .slick-slide > div {
    height: 100%;
}
#box-10 {
    padding-top: 5rem;
}
.rev_content{
    font-size: 0.875rem;
    line-height: 1.3;
    opacity: 0.7;
}

.rev_item{
    display: flex!important;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 20px;
    background: #FFF;
    padding: 1.2rem 1.2rem;
    color: black;
}
.rev_date{
    opacity: 0.5;
}
.stars{
    display: flex;
}
.stars img{
    width: 1.1rem;
    margin-left: 0.35rem;
}
.rev_top_flex{
    margin-bottom: 1.8rem;
}
.rev_bottom{
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 2.4rem;
}
.rev_slider .slick-arrow{
    top: -4.5rem;
}

#box-11{
    padding-top: 5.1rem;
}
#box-11 .box7_form{
    background: linear-gradient(180deg, #FF5F1F 0%, #FD4B04 100%);
}
#box-11 .section_title{
    color: black;
}
#box-12 {
    padding-top: 5.1rem;
}
.cont_title{
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 0.7rem;
    color: #7B7B7B;
}
.cont_text{
    display: flex;
    flex-direction: column;
    font-weight: 300;
}
.map{
    overflow: hidden;
    border-radius: 8px;
    height: 20.8rem;
}

footer{
    padding-top: 5rem;
    padding-bottom: 1rem;
    font-size: 0.875rem;
}
.footer_menu{
    display: flex;
    flex-wrap: wrap;
}
.footer_menu a{
    width: 28%;
    margin-bottom: 1.4rem;
}
.footer_links{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.footer_links a{
    margin-bottom: 1.4rem;
}
.footer_contacts{
    display: flex;
    flex-direction: column;
}
.footer_contacts a{
    margin-bottom: 1.4rem;
}
.footer_logo{
    max-width: 90rem;
    margin: 0 auto;
}
.gradient{
    position: relative;
}

.page{
    padding-top: 8.2rem;
}
.page h1.section_title{
    font-size: 2.25rem;
}
.marged_content{
    margin-bottom: 2rem;
    opacity: 0.8;
}
.op_content{
    opacity: 0.8;
}
.about_page_row{
    margin-bottom: 2.8rem;
}
.about_page_row2{
    margin-top: 4.4rem;
}
.about_box4{
    padding-top: 5rem;
}
.page .box6_row{
    margin-top: 1.3rem;
}
.page  .box6_title {
    margin-top: 3.1rem;
    margin-bottom: 0.8rem;
    font-size: 1.25rem;
}
#about_bottom {
    padding-top: 5rem;
}
.spec_item{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 8px;
    border: 1px solid rgba(255,255,255,0.4);
    background: linear-gradient(180deg, #070707 0%, #333 100%);
    padding: 1.2rem;
    height: 100%;
}
.spec_img{
    border-radius: 10px;
    overflow: hidden;
    height: 19.6rem;
}
.spec_img img{
    transition: all 0.25s;
}
.spec_title{
    font-size: 1.25rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 1.2rem;
    margin-bottom: 0.7rem;
    color: #E5E5E5;
}
.spec_anons{
    font-size: 0.875rem;
    color: white;
}
.spec_item:hover .spec_img img{
    transform: scale(1.05);
}
.spec_item:hover .btn{
    background: #ff4c04;
    color: white;
}
.spec_bottom{
    margin-top: 1.3rem;
}
.docs {
    padding-top: 3.6rem;
}
.cert_item{
    display: block!important;
    height: 24.488rem;
}
.cert_slider{
    padding: 0 3.4rem;
}
.cert_slider .slick-list{
    margin: 0 -10px;
    overflow: unset;
}
.cert_slider .slick-slide > div{
    padding: 0 10px;
}
.about_preims {
    padding-top: 4.9rem;
}
.about_preim_item{
    border-radius: 8px;
    background: #FFF;
    padding: 1.2rem 1.2rem;
    height: 100%;
    color: #222222;
}
.api_img{
    width: 2.5rem;
    height: 2.5rem;
}
.api_title{
    font-size: 1.125rem;
    text-transform: uppercase;
    margin-top: 2rem;
    margin-bottom: 0.5rem;
}
.api_text{
    font-weight: 300;
}
.about_preims .marged_content{
    margin-bottom: 1.2rem;
}
.page #box-11 {
    padding-top: 4rem;
}
.white_border{
    border: 1px solid rgba(255,255,255,0.4);
}


.page .service_img {
    height: 15.2rem;
}
.service_bottom .btn:last-child{
    margin-top: 0.5rem;
}
.contacts_page #box-12{
    padding-top: 0;
}
.card_row .section_title{
    font-weight: 600;
    color: white;
}
.card_img{
    border-radius: 5px;
    overflow: hidden;
}
.card_contents {
    margin-top: 2.1rem;
}
.card_content_title{
    font-size: 1.25rem;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 1rem;
}
.card_contents .content b{
    font-weight: 600;
}
.card_btn{
    margin-top: 2.1rem;
}
.news_content{
    width: 52.7rem;
    margin: 0 auto;
}
.news_content .content h4{
    font-size: 1.25rem;
    font-weight: 400;
    padding-top: 1rem;

}
.news_content .content{
    font-size: 0.875rem;
}
.similars{
    margin-top: 4.5rem;
}