
body{
    line-height: 1.2;
    font-family: "Roboto", sans-serif;
    background: linear-gradient(0deg, #232323 0%, #232323 100%);
    color: white;
}
.Oswald{
    font-family: "Oswald", sans-serif;
}
.logo{
    display: block;
    width: 8.438rem;
}

header{
    width: 76.5rem;
    background: white;
    left: 50%;
    transform: translateX(-50%);
    top: 2.2rem;
    padding: 0.45rem 1.45rem;
    border-radius: 50px;
    color: black;
    transition: all 0.25s;
}
header.shadow{
    top: 0.3rem;
}

header a{
    color: black;
}
header a.active, header a:hover{
    color: #747474;
}
.address{
    display: flex;
    align-items: center;
    font-size: 0.75rem;
    border-left: 1px solid #000000;
    margin-left: 1.2rem;
    padding: 0.7rem 0;
    padding-left: 1.2rem;
}
.address img{
    width: 1.5rem;
    margin-right: 0.5rem;
}
.header_right{
    font-family: Oswald, sans-serif;
    font-weight: 400;
}
.menu_btn{
    text-transform: uppercase;
    border-left: 1px solid #000000;
    padding: 0.9rem 0;
    padding-left: 1rem;
    margin-left: 1rem;
}
#box-1{
    padding-top: 1.2rem;
}
.box1{
    border-radius: 50px;
    padding-top: 11.3rem;
    overflow: hidden;
    position: relative;
    background: black;
    color: white;
}
.ab_img{
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.6;
}
.container {
    width: 81.4rem;
}
.box1_item{
    border-radius: 50px;
    width: 25.9rem;
    padding: 2.1rem;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.30) 50%, rgba(255, 255, 255, 0.00) 303.73%);
    backdrop-filter: blur(7.5px);
}
.box1_item_img{
    height: 9.6rem;
    border-radius: 30px;
    overflow: hidden;
}
.box1_item_text{
    text-align: center;
    margin-top: 1.3rem;
}
.section_title{
    line-height: 1;
    font-family: Oswald, sans-serif;
    font-size: 3.25rem;
    text-transform: uppercase;
    font-weight: 700;
}
.box1_bottom_row{
    padding: 2.6rem 2.6rem;
}
.btn img{
    width: 1.5rem;
    margin-right: 0.7rem;
}
.btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FFF;
    color: black;
    height: 4.5rem;
    border-radius: 50px;
    font-family: Oswald, sans-serif;
    text-transform: uppercase;
    text-align: left;
    padding: 0 3.5rem;
    padding-left: 2.8rem;
    transition: all 0.35s;
}
.btn:hover{
    background: #dbdbdb;
    color: black;
}
.box1 .rel{
    z-index: 2;
}
.section_tag{
    font-size: 0.875rem;
    font-family: Oswald, sans-serif;
    border: 1px solid #575655;
    display: inline-block;
    text-transform: uppercase;
    padding: 0.3rem 1.3rem;
    border-radius: 30px;
    color: #575655;
    margin-bottom: 1.2rem;
    background: #CAC9CF;
}
#box-2{
    padding-top: 4.9rem;
}
.container.sm {
    width: 80rem;
}
.section_title.sm{
    font-size: 2.25rem;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 1rem;
}
.border_img{
    border-radius: 50px;
    overflow: hidden;
    margin-left: 1.6rem;
}
.faq_item{
    background: #FFF;
    border-radius: 50px;
    transition: all 0.35s;
    color: white;
}
.faq_item:not(:last-child){
    margin-bottom: 1.3rem;
}
.faq_item.factive{
    background: #575655;
}
.faq_link.factive{
    color: white;
}
.faq_link.factive .faq_arrow{
    background: #FFF;
}
.faq_link.factive .faq_arrow img{
    transform: rotate(-180deg);
    filter: brightness(1) invert(1);
}
.faq_link{
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 1.5rem;
    font-family: Oswald, sans-serif;
    text-transform: uppercase;
    padding: 1.6rem 1.8rem;
    color: #000000;
}
.faq_link span{
    width: calc(100% - 1.5rem);
    padding-right: 1rem;
}
.faq_arrow{
    background: #575655;
    border-radius: 50%;
    width: 1.75rem;
    height: 1.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.35s;
}
.faq_arrow img{
    width: 1.5rem;
    transition: all 0.35s;
}
.faq_content p{
   margin: 0;
    min-height: 4.8rem;
}
.faq_content{
    padding: 0 1.9rem;
    padding-bottom: 1.9rem;
    display: none;
}
.faq_content.factive{
    display: block;
}
#box-3{
    padding-top: 4.9rem;
}
.box3_item_img{
    border-radius: 50px;
    height: 17.9rem;
    overflow: hidden;
}
#box-3 .section_title{
    margin-bottom: 1.8rem;
}
.box3_item_title{
    font-size: 1.5rem;
    font-weight: 600;
    font-family: Oswald, sans-serif;
    text-transform: uppercase;
    margin-top: 1.1rem;
    margin-bottom: 1.1rem;
}
.btn.sm{
    height: 3.125rem;
    background: #575655;
    min-width: 20.4rem;
    padding: 0;
    color: white;
}
.btn.sm:hover{
    background: white;
    color: black;
}
.btn.sm.unset_width{
    min-width: unset;
    padding: 0 4rem;
}
.box3_item_text{
    margin-bottom: 1.2rem;
}
.box3_item{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.box3_row > .mb_30{
    margin-bottom: 2.3rem;
}
#box-4 {
    padding-top: 5.7rem;
}
.step_rel{
    position: relative;
}
.step_box{
    background-image: url("../img/box4_bg.jpg");
    background-size: cover;
    background-position: center center;
    border-radius: 50px;
    padding: 3.4rem 2.4rem;
    padding-bottom: 1.9rem;
    position: relative;
    z-index: 2;
}
.step_item{
    background: white;
    color: black;
    border-radius: 50px;
    padding: 2.3rem 2.4rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.35s;
}
.step_item:hover{
    background: #858585;
    color: white;
}
.step_title{
    font-size: 1.5rem;
    font-weight: 600;
    font-family: Oswald, sans-serif;
    text-transform: uppercase;
    margin-bottom: 1.1rem;
}

.step_num{
    text-align: right;
    font-family: Oswald, sans-serif;
    font-size: 4rem;
    font-weight: 600;
    line-height: 0.9;
    margin-top: 2.4rem;
    padding-bottom: 0.3rem;
}
.step_man{
    position: absolute;
    right: 0.3rem;
    bottom: 99.6%;
    width: 32.25rem;
}
#box-5{
    padding: 5.1rem 0;
    padding-bottom: 3.8rem;
}
.mob_box7_slider{
    border-radius: 50px;
    overflow: hidden;
}
.box7_right_item{
    height: 31.7rem;
    position: relative;
    display: block!important;
}
.box5_right_info{
    position: absolute;
    left: 1.8rem;
    bottom: 1.9rem;
    color: white;
    width: 34rem;
    padding: 1rem;
    border-radius: 30px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.30) 50%, rgba(255, 255, 255, 0.00) 303.73%);
    backdrop-filter: blur(7.5px);
}
.b5r_title{
    font-size: 1.5rem;
    font-weight: 600;
    font-family: Oswald, sans-serif;
    text-transform: uppercase;
    margin-bottom: 1rem;
}
#box-5 .section_title{
    margin-bottom: 1.9rem;
}
.box5_item_img{
    width: 5.313rem;
    height: 5.313rem;
    border-radius: 20px;
    overflow: hidden;
}
.box5_item_title {
    width: calc(100% - 6.013rem);
    background: #575655;
    color: white;
    border-radius: 20px;
    font-family: Oswald, sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    padding: 0 1.2rem;
    transition: all 0.5s;
}
.box5_item_title:hover{
    background: #8f8f8f;
}
.box5_item {
    padding-bottom: 1.15rem;
    cursor: pointer;
    display: flex!important;
}
.slick-current .box5_item .box5_item_title{
    color: #575655;
    background: white;
}

.partners_slider .slick-list{
    margin: 0 -20px;
    overflow: unset;
}
.partners_slider .slick-slide > div{
    padding: 0 20px;
}
.part_item{
    height: 6.25rem;
    display: flex!important;
    align-items: center;
    justify-content: center;
}
#box-6{
    padding: 1.2rem 0;
    background: white;
}
#box-7 {
    padding-top: 5rem;
}
.margin0{
    margin: 0!important;
}
#box-7 .section_title{
    margin-bottom: 1.2rem;
}
.box7_text{
    border-radius: 50px;
    background: white;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 2.5rem 2.5rem;
    color: black;
}
.box7_item{
    display: flex;
}
.box7_item_icon{
    width: 3rem;
}
.box7_item_text{
    width: calc(100% - 3rem);
    padding-left: 1.3rem;
}
.box7_item_title{
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.5rem;
    font-family: Oswald, sans-serif;
    margin-bottom: 0.3rem;
    color: #575655;
}
.box7_item:not(:last-child){
    margin-bottom: 2rem;
}
#box-8{
    padding-top: 5.1rem;
}
.section_title.sm2_mar{
    margin-bottom: 0.6rem;
}
.form_box .section_title.sm{
    margin-bottom: 1.8rem;
}
.form-group{
    margin-bottom: 1.4rem;
}
.form-control{
    border-bottom: 3px solid #CAC9CF;
    width: 100%;
    text-transform: uppercase;
    font-family: Oswald, sans-serif;
    font-weight: 700;
    font-size: 1rem;
    background: transparent;
    padding: 0.3rem 0;
    color: white;
}
select.form-control{
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

}
select.form-control option:not(:first-of-type) {
    color: black;
}

select.form-control:required:invalid {
    color: rgba(202, 201, 207, 0.5);
}
select.form-control option[value=""][disabled] {
    display: none;
}


.select_arrow{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1.05rem;
}
.form-control::placeholder{
    color: rgba(202, 201, 207, 0.5);
}
.policy{
    font-size: 0.875rem;
    margin-bottom: 2rem;
}
.policy a{
    text-decoration: underline;
}
.policy a:hover{
    text-decoration: none;
}
.form_box form{
    margin-top: -0.6rem;
}
.box9_text{

}
.box9_text a{
    display: block;
}
.box9_item{
    border: 1px solid #575655;
    background: #858585;
    border-radius: 50px;
    padding: 1.8rem 1.4rem;
    height: 14.3rem;
    font-family: Oswald, sans-serif;
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    overflow: hidden;
}
.box9_item .ab_img{
    opacity: 1;
}
.box9_text{
    position: relative;
    z-index: 1;
}
#box-9{
    padding-top: 4.2rem;
    padding-bottom: 4.9rem;
}

.map{
    border-radius: 50px;
    height: 23.6rem;
    margin-top: 0.7rem;
    overflow: hidden;
}
.map iframe{
    width: 100%!important;
    height: 100%!important;
    display: block;
}
.footer_menu{
    font-family: Oswald, sans-serif;
    text-transform: uppercase;
    list-style-type: none;
}
.footer_menu li{
    margin-bottom: 1rem;
}

footer{
    padding: 2.8rem 0;
    background: #575655;
}
.footer_contacts a{
    font-family: Oswald, sans-serif;
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: 600;
    border-bottom: 3px solid #232323;
    display: block;
    margin-bottom: 1.1rem;
    padding-bottom: 0.5rem;
}
.footer_logo{
    display: block;
    width: 19.063rem;
    margin-top: 1.4rem;
}
.btn.full{
    min-width: unset!important;
    width: 100%!important;
    padding: 0;
}
footer .btn img{
    margin: 0;
    margin-left: 0.8rem;
}
.btn.black{
    background: #232323;
    color: white;
}
.btn.black:hover{
    background: black;
    color: white;
}
.modal.order_modal .modal__block{
    width: 80rem;
    background-image: url("../img/form.jpg");
    background-size: cover;
    background-position: center center;
    border-radius: 50px;
    text-align: left;
    padding: 2.5rem;
    padding-bottom: 1rem;
}
.modal .form_box .section_title.sm {
    margin-bottom: 2rem;
    color: #CAC9CF;
    width: 56rem;
}
.modal .form-control{
    border-color: #232323;
}
#modal-success-msg .modal__block{
    background: #8b8b8b;
    border-radius: 50px;
    padding: 5rem 2rem;
}
#modal-success-msg .close {
    right: 2.2rem;
    top: 1.8rem;
}
.z_menu{
    z-index: 30;
}
.menu_overlay{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgb(255 255 255 / 17%);
    cursor: pointer;
    display: none;
    backdrop-filter: blur(1px);
}
.header_menu{
    position: fixed;
    right: -28rem;
    background: #232323;
    overflow-y: auto;
    top: 0;
    width: 28rem;
    transition: 0.4s;
}
.menu_close:hover{
    opacity: 0.7;
}
.header_menu.factive{
    right: 0;
}
.header_menu_box{
    padding: 2rem 2.1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100vh;
    align-items: flex-start;
}
.header_menu_logo{
    display: block;
    width: 8.438rem;
}
.menu_close{
    display: block;
    width: 2.25rem;
}
.header_menu_list, .header_menu_top{
    width: 100%;
}
.header_menu_list a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: Oswald, sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.2rem;
    border-bottom: 3px solid transparent;
    padding-bottom: 0.4rem;
    margin-bottom: 1.1rem;
    color: rgba(255,255,255,0.5);
}
.header_menu_list a:hover{
    border-color: #575655;
    color: white;
}
.header_menu_list a:hover img{
    opacity: 1;
}
.header_menu_list a img{
    width: 1.5rem;
    transition: all 0.35s;
    opacity: 0;
}
.header_menu_contacts a{
    color: white;
}
.header_menu_contacts a:hover{
    color: rgba(255,255,255,0.5);;
}
.btn.white{
    background: white;
    color: black;
}
.btn.white:hover{
    background: #575655;
    color: white;
}
.header_menu .btn.unset_width{
    padding: 0 3rem;
}

.page{
    padding-top: 9rem;
    padding-bottom: 4rem;
}