
body{
    line-height: 1.2;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    color: white;
    padding-top: 6.383rem;
    background: linear-gradient(180deg, #222 0%, #2D2C2C 100%);
}
.test{
    width: 1440px;
    left: 50%;
    transform: translateX(-50%);
}
.logo{
    display: block;
    width: 11.125rem;
}
.content iframe{
    width: 100%!important;
}
.container{
    width: 73.15rem;
}
header{
    padding: 0.9rem 0;
    background: #222222;
}
header .btn{
    font-size: 0.875rem;
}
.btn{
    font-weight: 500;
    font-family: "Inter", sans-serif;
    font-size: 1rem;
    display: inline-block;
    border-radius: 5px;
    padding: 0 2.2rem;
    border: 1px solid rgba(255,255,255,0.4);
    background: linear-gradient(0deg, #AD8759 0%, #705735 116.94%);
    color: white!important;
}
.btn.gray{
    background: #646464;
}
.btn.gray:after{
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), #646464;
}
.btn.full{
    padding: 0;
    width: 100%;
}
.btn.min_width{
    min-width: 17.4rem;
}
.btn:after{
    transition: all 0.35s;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), linear-gradient(0deg, #AD8759 0%, #705735 116.94%);
}
.btn:hover:after{
    opacity: 1;
}
.btn span{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3.125rem;
    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.2rem;
}
.border_img{
    border: 1px solid rgba(255,255,255,0.4);
    overflow: hidden;
    border-radius: 5px;
    position: relative;
}
.border_text{
    position: absolute;
    left: 1.9rem;
    right: 1.9rem;
    bottom: 1.9rem;
    border-radius: 5px;
    border: 1px solid rgba(255,255,255,0.4);
    background: rgba(0, 0, 0, 0.10);
    box-shadow: 0px 0px 68px 0px rgba(255, 255, 255, 0.05) inset;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    padding: 1rem 1.2rem;
}
.border_title{
    font-size: 1.25rem;
    letter-spacing: -0.2px;
    text-transform: uppercase;
    margin-bottom: 0.6rem;
}
.border_text_box{
    font-size: 0.875rem;
}

.box1_left h1{
    font-size: 3rem;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.1;
    margin-bottom: 2.1rem;
}
.box1_left h1 span{
    display: block;
    color: #868686;
}
.box1_left_text{
    margin-bottom: 5rem;
}
.box2_box{
    padding-top: 4.9rem;
}
.section_title{
    text-transform: uppercase;
    font-size: 2.5rem;
    font-weight: 500;
    margin-bottom: 1.4rem;
    letter-spacing: 0.05rem;
}
.section_text{
    margin-bottom: 1.8rem;
}
.digit_item{
    border-radius: 5px;
    border: 1px solid rgba(255,255,255,0.4);
    background: #AD8759;
    padding: 1.2rem 1.3rem;
    height: 100%;
    padding-bottom: 0.7rem;
    min-height: 9.875rem;
}
.digit_title{
    font-size: 2rem;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    margin-bottom: 0.8rem;
}
.digit_text{
    letter-spacing: -0.32px;
    font-weight: 300;
}
#box-3{
    padding-top: 3.5rem;
}
.service_item{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.service_img{
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 5px;
    overflow: hidden;
    height: 15.7rem;
}
.service_title{
    font-size: 1.25rem;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
    margin-top: 1.1rem;
}
.service_anons{
    font-size: 0.875rem;
    margin-bottom: 0.3rem;
}
.service_bottom .btn:first-child{
    margin-bottom: 0.2rem;
}
#box-4{
    padding-top: 3.3rem;
}
.box4_btn{
    margin-top: 2rem;
}
.box5_box {
    padding-top: 5rem;
}
.preim_item{
    border-radius: 5px;
    border: 1px solid rgba(255,255,255,0.4);
    background: rgba(34, 34, 34, 0.50);
    box-shadow: 0px 4px 4px 0px rgba(255, 255, 255, 0.25) inset, 0px 0px 68px 0px rgba(255, 255, 255, 0.05) inset;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: 1.4rem 1.5rem;
}
.preim_title_flex{
    margin-bottom: 4.6rem;
}
.preim_num{
    width: 3.625rem;
    height: 3.625rem;
    border: 1px solid #FFF;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.5rem;
}
.preim_title{
    font-size: 1.5rem;
    font-weight: 500;
    width: calc(100% - 3.625rem);
    padding-left: 1rem;
    text-transform: uppercase;
}
.preim_text{
    letter-spacing: -0.32px;
    font-weight: 300;
}
.preim_row{
    position: relative;
    z-index: 2;
}
.preim_bg{
    position: absolute;
    top: 1rem;
    left: 50%;
    transform: translateX(-50%);
    width: 54.563rem;
}
.section_title span{
    color: #7B7B7B;
}
#box-6{
    padding-top: 3.6rem;
}
.spec_item:hover .spec_img img{
    transform: scale(1.05);
}
.spec_img img{
    transition: all 0.35s;
}
.spec_img{
    overflow: hidden;
    border-radius: 5px;
    height: 19.3rem;
    display: block;
}
.spec_title{
    font-size: 2rem;
    text-transform: uppercase;
    margin-top: 1.2rem;
    line-height: 1.1;
    margin-bottom: 0.5rem;
}
.spec_title span{
    font-size: 1.25rem;
    display: block;
}
.spec_position{
    font-size: 0.875rem;
    color: white;
}
#box-7{
    padding-top: 3.7rem;
}
.box7_form{
    border-radius: 5px;
    border: 1px solid #FFF;
    background: rgba(34, 34, 34, 0.50);
    box-shadow: 0px 4px 4px 0px rgba(255, 255, 255, 0.25) inset, 0px 0px 68px 0px rgba(255, 255, 255, 0.05) inset;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: 1.9rem 2.5rem;
    position: relative;
    z-index: 2;
}
.box7_text .section_title{
    margin-bottom: 0.8rem;
}
.box7_form_box{
    padding-left: 3.2rem;
}
.form-group {
    margin-bottom: 0.9rem;
}
.form-control{
    border: 1px solid #B0B0B0;
    background: #FFF;
    padding: 0.8rem 1.3rem;
    width: 100%;
    font-family: "Inter", sans-serif;
}
.form-control::placeholder{
    color: rgba(0,0,0,0.5);
}
.policy{
    font-size: 0.75rem;
    margin-top: 0.9rem;
    margin-bottom: 2rem;
}
.policy a{
    text-decoration: underline;
}
.policy a:hover{
    text-decoration: none;
}
.box7_shape{
    position: absolute;
    width: 17rem;
    left: 16rem;
    top: 2.2rem;
}
#box-8{
    padding-top: 4.9rem;
    padding-bottom: 4.7rem;
}
.cont_item:not(:last-child){
    margin-bottom: 1.3rem;
}
.cont_items{
    font-weight: 300;
}
.cont_items p{
    text-transform: uppercase;
    margin-bottom: 0.4rem;
    color: #7B7B7B;
}

.cont_text a{
    display: block;
}
.map{
    border-radius: 5px;
    height: 100%;
    overflow: hidden;
}
footer {
    padding-top: 1.8rem;
    padding-bottom: 1.8rem;
    background: linear-gradient(273deg, #AD8759 -0.94%, #705735 114.94%);
}
.footer_logo{
    display: block;
    width: 6.375rem;
}
.footer_menu{
    font-size: 0.875rem;
    padding-top: 2rem;
}
.footer_menu a{
    display: inline-block;
    margin-left: 3.38rem;
}
.footer_bottom {
    margin-top: 2.6rem;
}
.fb_left > span{
    display: block;
    margin-bottom: 0.3rem;
}
.socials a{
    display: inline-block;
    margin-right: 0.45rem;
    font-size: 1.9rem;
}
.fb_right a:first-child{
   margin-bottom: 0.9rem;
}
.fb_right a{
    opacity: 0.5;
    display: block;
    text-align: right;
}
footer a.active, footer a:hover{
    color: white;
    opacity: 0.5;
}
footer .fb_right a:hover{
    color: white;
    opacity: 1;
}
#box-1 .container, #box-4 .container{
    position: relative;
    z-index: 2;
}
.box1_canvas{
    position: absolute;
    left: 0;
    bottom: 10rem;
    width: 100%;
    pointer-events: none;
    height: 30rem;
}

.box4_canvas{
    position: absolute;
    right: 0;
    bottom: 25rem;
    width: 100%;
    pointer-events: none;
}
.page{
    padding-top: 1rem;
    padding-bottom: 4rem;
}
h1.section_title{
    font-weight: 500;
}
.section_title.big{
    font-size: 3rem;
    line-height: 1.1;
    letter-spacing: -0.1px;
    margin-bottom: 2rem;
}
.about_page_left .content h5{
    margin-bottom: 2rem;
}
.about_page_left{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.about_border{
    background: rgba(34, 34, 34, 0.50);
    border: 1px solid rgba(255,255,255,0.4);
    box-shadow: 0px 4px 4px 0px rgba(255, 255, 255, 0.25) inset, 0px 0px 68px 0px rgba(255, 255, 255, 0.05) inset;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 5px;
    padding: 2.4rem 2.4rem;
    margin-top: 2.7rem;
    position: relative;
}
.about_border .mob_full{
    position: static;
}
.about_border .btn{
    position: absolute;
    left: 0;
    bottom: 0;
    min-width: 19rem;
}
.border_after{
    position: absolute;
    left: -3px;
    bottom: -3px;
    width: 19.9rem;
}
.section_title.sm{
    font-size: 2.25rem;
    margin-bottom: 2.3rem;
}
.content.sm{
    font-weight: 300;
}
.content.sm p, .content.sm ul, .content.sm ol, .content.sm table, .content.sm img{
    margin-bottom: 0.5rem;
}
.consult{
    padding-top: 4.8rem;
}
.section_title.sm_mar{
    margin-bottom: 1.5rem;
}
.text300{
    font-weight: 300;
}
.consult_item{
    height: 100%;
    background: #FFF;
    padding: 1.5rem 1.2rem;
    border-radius: 5px;
    color: #222222;
}
.c_icon{
    width: 2.5rem;
    height: 2.5rem;
}
.c_title{
    font-size: 1.125rem;
    text-transform: uppercase;
    margin-top: 1.8rem;
    margin-bottom: 0.7rem;
}
.c_text{
    font-weight: 300;
    line-height: 1.1;
}
.page .box2_box{
    padding-top: 3.7rem;
}
.about_help {
    padding-top: 3.5rem;
}
.help_item{
    border-radius: 5px;
    border: 1px solid rgba(255,255,255,0.4);
    background: rgba(34, 34, 34, 0.50);
    box-shadow: 0px 4px 4px 0px rgba(255, 255, 255, 0.25) inset, 0px 0px 68px 0px rgba(255, 255, 255, 0.05) inset;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: 1.5rem 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.help_title{
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 1.2rem;
    text-transform: uppercase;
    line-height: 1.1;
}
.help_content{
    font-weight: 300;
}
.help_top{
    margin-bottom: 1.4rem;
}
.service_item.sm .service_img {
    height: 18.6rem;
}
.service_item.sm .service_title{
    margin-bottom: 1rem;
    font-weight: 400;
}
.services_tab:not(:last-child){
    margin-bottom: 4.3rem;
}
.page #box-7{
    padding-bottom: 1rem;
}
.s_content{
    margin-top: 2rem;
}
.s_title{
    font-size: 1.25rem;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 0.9rem;
}
.long_btn{
    margin-top: 1.5rem;
    min-width: 26.188rem;
}
.service_table{
    width: 60.7rem;
    margin: 0 auto;
    margin-top: 2.3rem;
}
.content table{

}
.content table th{
    background: rgba(173, 135, 89, 0.20)!important;
    text-align: left;
    font-weight: 600;
    border: 2px solid #AD8759!important;
}
.content table td{
    border: 2px solid #AD8759!important;
}
.page .box5_box {
    padding-top: 3.9rem;
}
b, strong{
    font-weight: 600;
}
.spec_page #box-6{
    padding-top: 0;
}
.spec_position.mar{
    margin-top: 0;
    margin-bottom: 1rem;
}
.docs {
    padding-top: 3rem;
    padding-bottom: 1rem;
}
.doc_slider .slick-list{
    margin: 0 -10px;
}
.doc_slider .slick-slide > div{
    padding: 0 10px;
}
.doc_item{
    display: block;
    height: 24.5rem;
}
.sm_text{
    font-size: 0.875rem;
}
.news_item{
    border-radius: 5px;
    border: 1px solid rgba(255,255,255,0.4);
    background: rgba(34, 34, 34, 0.50);
    box-shadow: 0px 4px 4px 0px rgba(255, 255, 255, 0.25) inset, 0px 0px 68px 0px rgba(255, 255, 255, 0.05) inset;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 1.1rem 1.1rem;

}
.news_img{
    overflow: hidden;
    border-radius: 5px;
    height: 16.4rem;
    display: block;
}
.service_top{
    display: block;
    color: white!important;
}
.news_row{
    margin: 0 -5px;
}
.news_row .mb_30{
    padding: 0 5px;
    margin-bottom: 10px;
}
.news_title{
    font-size: 1.5rem;
    text-transform: uppercase;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}
.news_text{
    font-size: 0.875rem;
    margin-bottom: 1rem;
}
.text_14{
    font-size: 0.875rem;
}
.news_width{
    width: 50rem;
    margin: 0 auto;
}
.content h1, .content h2, .content h3, .content h4, .content h5, .content h6{
    text-transform: uppercase;
    padding-top: 1rem;
}
.news_similars{
    margin-top: 5rem;
}
.page_cont_items{
    display: flex;
    justify-content: space-between;
    padding-top: 1rem;
    margin-bottom: 0.8rem;
}
.page_cont_items .cont_item p{
    text-transform: uppercase;
    font-weight: 300;
    color: #7B7B7B;
    margin-bottom: 0.5rem;
}
.page_map{
    border-radius: 5px;
    overflow: hidden;
    height: 33rem;
}
.modal__block{
    color: black;
}
.modal_title {
    font-size: 1.6rem;
    font-weight: 500;
}