@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('/fonts/inter/Inter-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('/fonts/inter/Inter-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('/fonts/inter/Inter-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/fonts/inter/Inter-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url('/fonts/inter/Inter-ExtraLight.ttf') format('truetype');
}

*{
    font-family: Inter;
    color: #1D2025;
    margin: 0px;
}

*,:after,:before {
    box-sizing: border-box;
}

h1,h2,h3,h4{
    margin-top: 0px;
}

h2{
    font-size: 48px;
    font-weight: 500;
    text-transform: uppercase;
}

p{
    margin: 0px;
}

.main_container{
    margin: 0px auto;
    max-width: 1440px;
}

.main_callback_button{
    display: flex;
    padding: 16px 20px;
    border-radius: 26px;
    border: none;
    align-items: center;
    background: none;
    cursor: pointer;
    transition: all 0.5s ease;
    color: #004E25;
    font-size: 24px;
    font-weight: 400;
    background: #4AFFA0;
}


.main_callback_button:hover{
    background: #1D2025;
    color: white;
}

.main_callback_button p{
    font-size: 24px;
    font-weight: 400;
    transition: all 0.5s ease;
}

.main_callback_button:hover p{
    color: white;
}

.main_callback_button img{
    transform: translateX(0px);
    filter: brightness(9999);
    transition: all 0.5s ease;
    margin-left: 16px;
}

.main_callback_button:hover img{
    filter: brightness(10);
    transform: translateX(30px);
}

.main_header_item._video .main_callback_button{
    position: absolute;
    bottom: 24px;
    right: 24px;
}

.main_header{
    display: flex;
    flex-wrap: wrap;
}

.main_header_item{
    padding: 0px 16px;
}

.main_header_item._parent._1{
    margin-bottom: 64px;
}

.main_header_item._1,
.main_header_item._3{
    width: 100%;
    border-right: none;
    margin-bottom: 16px;
}

.main_header_item._2{
    width: 58%;
}

.main_header_item._video{
    width: 100%;
}

.main_header_item._2{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.main_header_item._lr{
    width: calc(50% - 24px);
    margin-right: 16px;
    margin-left: 16px;
}

.main_header_item._jr{
    width: calc(50% - 24px);
    margin-right: 16px;
}

.main_header_item._cat{
    position: relative;
    padding: 0px;
}

.main_header_item._cat img{
    width: 100%;
    display: block;
}

.main_header_item._cat p{
    position: absolute;
    color: #FFF;
    font-family: Inter;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 4.8px;
    text-transform: uppercase;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    opacity: 0;
    transition: 0.4s all ease;
}

.main_header_item._cat:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%);
    opacity: 0;
    transition: 0.4s all ease;
}

.main_header_item._cat:hover p,
.main_header_item._cat:hover:after
{
    opacity: 1;
}


.main_header_logo{
    width: 486px;
}

.main_header_item._3{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.main_header_item._video{
    padding: 0px;
    position: relative;
}

.main_header_item._video video{
    width: 100%;
    display: block;
}

.main_header_item h1{
    line-height: normal;
    margin: 64px 0px 32px;
    font-size: 48px;
    font-weight: 400;
    text-transform: uppercase;
}

.main_header_item h1 b{
    font-weight: 700;
}

.main_header_text_bold{
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 258px;
}

.main_header_icons{
    display: flex;
}

.main_header_icon{
    margin-right: 32px;
}

.main_header_text{
    font-size: 16px;
    line-height: 22px;
}

.main_desc{
    display: flex;
    padding: 24px;
    margin: 32px 16px;
    align-items: center;
    justify-content: space-between;
    border-radius: 36px;
    border: 1px solid #1D2025;
    position: relative;
    cursor: pointer;
}

.main_desc_title{
    font-size: 24px;
    font-weight: 400;
    line-height: normal;
    position: relative;
    z-index: 5;
}

.main_desc_control{
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
}

.main_desc_control_initial{
    display: none;
    font-size: 16px;
    font-family: Inter;
    font-weight: 500;
    margin-right: 8px;
    opacity: 1;
    transition: all 0.4s ease;
    transform: translateX(0px);
}

.main_desc._active .main_desc_control_initial{
    opacity: 0;
    transform: translateX(15px);
}

.main_desc_control_active{
    display: none;
    font-size: 16px;
    font-family: Inter;
    font-weight: 500;
    position: absolute;
    top: 2px;
    left: 0px;
    transform: translateX(0px);
    opacity: 0;
    transition: all 0.4s ease;
}

.main_desc._active .main_desc_control_active{
    opacity: 1;
    transform: translateX(15px);
}

.main_desc_control img{
    transform: rotate(0deg);
    transition: all 0.4s ease;
}

.main_desc._active img{
    transform: rotate(180deg);
}

.main_desc_text{
    position: absolute;
    top: calc(100% - 36px);
    left: -1px;
    opacity: 0;
    transition: all 0.4s ease;
    pointer-events: none;
    background: white;
    padding: 36px 24px 24px;
    border-bottom: 1px solid #D9D9D9;
    z-index: 4;
    border: 1px solid #1D2025;
    border-top: none;
    width: calc(100% + 2px);
    border-radius: 0px 0px 36px 36px;
}

.main_desc_text p{
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 22px;
}

.main_desc._active .main_desc_text{
    opacity: 1;
    pointer-events: initial;
}

.main_services{
    display: flex;
}

.main_services_left{
    padding: 32px;
    background: #DFE2E7;
    height: 528px;
    width: 430px;
    border-bottom: 1px solid #D9D9D9;
    position: relative;
}

.main_services_left:after{
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 63px;
    background: white;
}

.main_services_left img{
    position: absolute;
    right: -49px;
    bottom: 24px;
    z-index: 1;
}

.main_services_list{
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 430px);
    position: relative;
}

.main_services_list .main_showmore{
    display: none;
}

.main_service{
    display: block;
    border-bottom: 1px solid #D9D9D9;
    width: calc(100% / 3);
    height: calc(100% / 3);
    border-left: 1px solid #D9D9D9;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    text-decoration: none;
    background: white;
    transition: all 1s ease;
    position: relative;
}

.main_service:hover{
    background: #004E25;
}

.main_faq_item._active:hover{
    background: white;
}

.main_service_name{
    color: #626D7B;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    transition: all 1s ease;
}

.main_service:hover .main_service_name{
    color: white;
}

.main_service_price{
    color: #1D2025;
    font-size: 22px;
    font-weight: 500;
    transform: translateY(0px);
    opacity: 1;
    transition: all 1s ease;
}

.main_service:hover .main_service_price{
    opacity: 0;
    transform: translateY(10px);
}

.main_service_active{
    position: absolute;
    bottom: 19px;
    left: 24px;
    color: white;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: all 1s ease;
}

.main_service:hover .main_service_active{
    opacity: 1;
    transform: translateY(0px);
}

.main_faq_item:hover .main_service_active{
    opacity: 1;
    transform: translateY(0px);
}

.main_service_arrow{
    position: absolute;
    bottom: 28px;
    right: 24px;
    color: white;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    opacity: 0;
    pointer-events: none;
    transform: translateX(-70px);
    filter: brightness(10);
    transition: all 1s ease;
}

.main_service:hover .main_service_arrow{
    opacity: 1;
    transform: translateX(0px);
}

.main_faq_item:hover .main_service_arrow{
    opacity: 1;
    transform: translateX(0px);
}

.main_service_control{
    display: none;
}

.main_to{
    padding: 0px 16px 64px;
}

.main_to._to .main_to_control{
    display: none;
}

.main_to._to .main_to_container{
    border-top: 1px solid #D9D9D9;
}

.main_to h2{
    margin-bottom: 32px;
}

.main_to_control{
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 16px;
}

.main_to_control .swiper-wrapper{
    flex-wrap: wrap;
}

.main_to_control_item{
    border-radius: 24px;
    border: 1px solid #1D2025;
    transition: all 0.4s ease;
    padding: 7px 20px;
    margin: 0px 16px 16px 0px;
    width: auto;
    cursor: pointer;
    font-size: 24px;
    font-weight: 400;
    line-height: normal;
}

.main_to_control_item._active,
.main_to_control_item:hover{
    color: white;
    background: #1D2025;
    
}

.main_to_container{
    display: flex;
}

.main_to_img{
    width: calc((100% - 214px) / 2);
    max-width: 703px;
    max-height: 458px;
    border-bottom: 1px solid #D9D9D9;
    border-left: 1px solid #D9D9D9;
    background-size: cover;
    background-position: 50%;
    margin-top: -1px;
    margin-bottom: -1px;
    transition: all 0.5s ease;
}

.main_to_img[data-id="5"]{
    background-image: url(/img/calc/01rangerover.jpg);
}
.main_to_img[data-id="6"]{
    background-image: none;
}

.main_to_form{
    width: 305px;
    border-right: 1px solid #D9D9D9;
    border-left: 1px solid #D9D9D9;
}

.main_to_form_item{
    padding: 21px 24px 21px 28px;
    border-bottom: 1px solid #D9D9D9;
    cursor: pointer;
}

.main_to_form_item_title{
    color: #626D7B;
    font-size: 14px;
    margin-bottom: 16px;
}

.main_to_form_select{
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.main_to_form_select span{
    font-size: 18px;
    font-weight: 500;
}

.main_to_form_select img{
    transform: rotate(-90deg);
}

.main_to_select{
    display: none;
}

.main_to_select_item{

}

.main_to_result{
    width: 100%;
    border-bottom: 1px solid #D9D9D9;
    border-right: 1px solid #D9D9D9;
    padding: 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-shrink: 10000;
}

.main_to_result_wrapper{

}

.main_to_result_title{
    font-size: 22px;
    font-family: Inter;
    font-weight: 500;
    margin-bottom: 40px;
}

.main_to_result_prices{
    display: flex;
    margin-bottom: 32px;
}

.main_to_result_price{
    margin-right: 64px;
}

.main_to_result_price_title{
    color: #626D7B;
    font-size: 14px;
    margin-bottom: 8px;
}

.main_to_result_price_value{
    color: #626D7B;
    font-size: 22px;
    font-weight: 500;
}

.main_to_result_total{

}

.main_to_result_total_title{
    color: #626D7B;
    font-size: 14px;
    margin-bottom: 4px;
}

.main_to_result_total_value{
    font-size: 32px;
    font-weight: 500;
}

.main_to_result .main_callback_button{
    width: fit-content;
    border-radius: 40px;
    border: 1px solid #1D2025;
    background: white;
}

.main_to_result .main_callback_button:hover {
    background: #1D2025;
    color: white;
}

.popup_wrapper{
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
    backdrop-filter: blur(2px);
}

.popup_wrapper._active{
    display: block;
}

.popup_calc{
    min-width: 305px;
    background: white;
    padding: 12px 12px 12px;
    position: absolute;
    border: 1px solid #D9D9D9;
}

.popup_calc_item{
    padding: 12px;
    color: #626D7B;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
}

.popup_calc_item._active{
    color: #1D2025;
}

.main_how{
    margin: 0px;
    padding: 0px 16px;
}

.main_how_items{
    display: flex;
    justify-content: space-between;
    margin: 16px 0px 64px;
}

.main_how_item{
    width: calc((100% - 32px) / 3);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 600px;
    border-radius: 36px;
    border: 1px solid #1D2025;
    padding: 24px;
}

.main_how_item_number{
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
}

.main_how_item_text{
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 10px;
}

.main_how_item_desc{
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
}

.main_pricelist{
    padding: 0px 16px 64px;
}

.main_pricelist_control{
    margin-top: 16px;
}

.main_pricelist_control .swiper-wrapper{
    display: flex;
    flex-wrap: wrap;
}

.main_pricelist_control_item{
    position: relative;
    transition: all 0.5s ease;
    cursor: pointer;
    border-radius: 24px;
    border: 1px solid #1D2025;
    transition: all 0.4s ease;
    padding: 7px 20px;
    margin: 0px 16px 16px 0px;
    width: auto;
    cursor: pointer;
}

.main_pricelist_control_item_desc{
    font-size: 24px;
    font-weight: 400;
    line-height: normal;
    transition: all 0.4s ease;
    
}

.main_pricelist_control_item:hover,
.main_pricelist_control_item._active{
    background: black;
}

.main_pricelist_control_item:hover .main_pricelist_control_item_desc,
.main_pricelist_control_item._active .main_pricelist_control_item_desc{
    color: white;
}

.main_pricelist_content{
    margin-top: 16px;
    display: flex;
    justify-content: center;
    position: relative;
}

.main_pricelist_list{
    display: none;
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-bottom: 92px;
    border-top: 1px solid #D9D9D9;
}

.main_pricelist_list._active{
    display: block;
}

.main_pricelist_list._opened{
    padding-bottom: 0;
}

.main_pricelist_list_item{
    display: flex;
    justify-content: space-between;
    padding: 24px 0px;
    border-bottom: 1px solid #D9D9D9;
    text-decoration: none;
}

.main_pricelist_list_item:nth-child(n+9){
    display: none;
}

.main_pricelist_list._opened .main_pricelist_list_item:nth-child(n+9){
    display: flex;
}

a.main_pricelist_list_item:hover .main_pricelist_list_item_title,
a.main_pricelist_list_item:hover .main_pricelist_list_item_price{
    color: #00803C;
}

.main_pricelist_list_item_title{
    font-size: 24px;
    font-weight: 400;
    text-decoration: none;
    position: relative;
    padding-left: 60px;
}

.main_pricelist_list_item_price{
    font-size: 24px;
    font-weight: 400;
    margin-left: 40px;
    text-decoration: none;
}

.main_pricelist_list_item_number{
    color: #C7C7C7;
    font-size: 24px;
    font-weight: 400;
    margin-right: 32px;
    position: absolute;
    position: absolute;
    left: 0px;
}

.main_showmore{
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0px;
    background: white;
    padding: 8px 20px;
    display: flex;
    justify-content: center;
    cursor: pointer;
    text-decoration: none;
    border-radius: 24px;
    transition: 0.4s all ease;
    border: 1px solid #1D2025;
}

.main_showmore._opened{
    display: none;
}

.main_showmore_text{
    position: relative;
}


.main_showmore_text p{
    display: block;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    transition: 0.4s all ease;
}

.main_showmore:hover .main_showmore_text p{
    color: white;
}

.main_showmore:hover{
    background: #1D2025;
}

.main_banner{
    margin: 0px 32px 32px;
    padding: 75px 167px;
    background-image: url(/img/new/main_banner.jpg);
    background-size: cover;
    background-position: 50%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main_banner_img{

}

.main_banner_text{
    color: #FFF;
    font-size: 20px;
    font-family: Inter;
    line-height: 30px;
    width: 500px;
}

.main_gallery{
    padding: 0px 16px 64px;
    position: relative;
}

.main_gallery_wrap{
    margin-top: 32px;
    
}

.main_gallery_wrap .swiper-slide{
    display: grid;
    grid-template-columns: repeat(3, calc((100% - 24px) / 3));
    grid-template-rows: repeat(3, calc((100vw - 24px) / 5));
    column-gap: 12px;
    row-gap: 12px;
}

.main_gallery_item{
    display: flex;
    justify-content: center;
    align-items: center;
}

.main_gallery_item:nth-child(1){
    grid-column: 1 / 2;
    grid-row: 1 / 3;
}

.main_gallery_item:nth-child(2){
    grid-column: 2 / 3;
    grid-row: 1 / 2;
}

.main_gallery_item:nth-child(3){
    grid-column: 3 / 4;
    grid-row: 1 / 2;
}

.main_gallery_item:nth-child(4){
    grid-column: 2 / 3;
    grid-row: 2 / 2;
}

.main_gallery_item:nth-child(5){
    grid-column: 1 / 2;
    grid-row: 3 / 4;
}

.main_gallery_item:nth-child(6){
    grid-column: 2 / 3;
    grid-row: 3 / 4;
}

.main_gallery_item:nth-child(7){
    grid-column: 3 / 4;
    grid-row: 2 / 4;
}

.main_gallery_item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-custom-prev,
.swiper-custom-next{
    width: 50px;
    height: 50px;
    position: absolute;
    top: 4px;
    background-image: url(/img/new/swiper_custom_arrow.svg);
    background-repeat: no-repeat;
    cursor: pointer;
}

.swiper-custom-prev{
    right: 71px;
}

.swiper-custom-next{
    right: 16px;
    transform: rotate(180deg);
}

.main_faq{
    padding: 0px 0px 64px;
}

.main_faq h2{
    padding: 0px 16px;
}

.main_faq_wrap{
    margin: 40px 0px 0px;
    padding: 0px 16px;
    flex-wrap: wrap;
}

.main_faq_item{
    width: 100%;
    border-bottom: 1px solid #D9D9D9;
    padding: 24px 0px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    transition: all 0.4s ease;
}

.main_faq_title{
    display: flex;
    justify-content: space-between;
    font-size: 24px;
    font-weight: 400;
    transition: all 1s ease;
}

.main_faq_title_text_number {
    color: #C7C7C7;
    font-size: 24px;
    font-weight: 400;
    margin-right: 32px;
    display: inline-block;
    width: 25px;
}

.main_faq_answer{
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    display: none;
    margin: 8px 0px 0px 58px;
}

.main_faq_item._active .main_faq_answer{
    display: block;
}

.main_faq_item._active .main_faq_control{
    transform: rotate(180deg);
}

.main_map{
    display: flex;
    padding-bottom: 64px;
}

.main_map._contacts{
    padding-top: 64px;
}

.main_map_info{
    width: 43%;
    padding: 0px 16px;
}

.main_map_address{
    font-size: 24px;
    font-weight: 400;
    padding: 48px 0px 0px;
}

.main_map_block{
    padding: 16px 0px 0px;
}

.main_map_block_title{
    color: #626D7B;
    font-size: 14px;
    margin-bottom: 8px;
}

.main_map_block_text{
    font-size: 24px;
    font-weight: 400;
}

.main_map_block_text a{
    text-decoration: none;
}

.main_map .main_callback_button{
    margin: 32px 0px 0px;
    border-radius: 40px;
    border: 1px solid #1D2025;
    background-color: white;
}

.main_map .main_callback_button p{
    color: #1D2025;
}

.main_map .main_callback_button:hover{
    background-color: #1D2025;
}

.main_map .main_callback_button:hover p{
    color: white;
}

.main_map_map{
    width: 65%;
    height: 318px;
    border-radius: 36px;
    overflow: hidden;
}

.main_reviews{
    padding: 0px 16px 22px;
    position: relative;
    margin-bottom: 64px;
}

.main_reviews_wrap{
    padding: 40px 0px 26px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.main_review{
    width: calc((100% - 32px) / 3);
    margin-bottom: 40px;
}

.main_reviews_wrap._opened .main_review:nth-child(n+7){
    display: block;
}

.main_reviews_wrap .main_showmore{
    margin: 0px 16px;
    width: calc(100% - 32px);
}

.main_review:nth-child(n+7){
    display: none;
}

.main_review_date{
    color: #626D7B;
    font-size: 14px;
    font-weight: 500;
}

.main_review_video{
    margin: 0px 0px 8px;
    overflow: hidden;
    position: relative;
}

.main_review_video button{
    background: none;
    border: none;
    padding: 0;
    position: absolute;
    width: 24px;
    height: 24px;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.main_review_title{
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
}

.main_review_video_img{
    display: block;
    height: calc(100vw / 5.5);
}

.main_review_video iframe{
    width: 100%;
    height: 100%;
}

.main_review_video img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.swiper-button-prev,
.swiper-button-next{
    display: none;
}

header{
    height: 53px;
}

.header_real{
    position: fixed;
    display: flex;
    justify-content: space-between;
    height: 53px;
    align-items: center;
    padding: 0px 24px 0px 126px;
    width: 100%;
    background: white;
    z-index: 10;
    border-bottom: 1px solid #D9D9D9;
}

.header_nav{
    display: flex;
}

.header_nav_item{
    margin-right: 32px;
    text-decoration: none;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.5s ease;
    padding: 10px 0px;
}

.header_nav_item._right{
    margin-right: 80px;
    color: #00803C;
}

@media only screen and (max-width: 1200px) {
    .header_nav_item._right{
        display: none;
    }
}

.header_nav_item:hover{
    color: #00803C;
}

.header_nav_item._active{
    color: #00803C;
}

.header_logo{
    width: 92px;
    height: 100%;
    background-image: url(/img/new/logo.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    padding: 8px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.header_callback{
    display: flex;
    align-items: center;
}

.header_address{
    font-size: 15px;
    font-weight: 500;
    margin-right: 24px;
    transition: all 0.5s ease;
}

.header_address:hover{
    color: #00803C;
}

.header_phone{

}

.header_phone_desc{
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.5s ease;
}

.header_phone_desc:hover{
    color: #00803C;
}

.header_phone_mobile{
    display: none;
}


.header_menu{
    display: none;
    background: white;
    position: fixed;
    z-index: 11;
    top: 53px;
    border-bottom: 1px solid #D9D9D9;
    max-height: calc(100% - 112px);
    overflow-y: hidden;
    width: 100%;
}

.header_menu._active{
    display: flex;
}

.header_menu_block{
    display: none;
    flex-direction: column;
    min-width: 295px;
    padding: 16px 32px 32px;
    border-right: 1px solid #D9D9D9;
}

.header_menu_block._active{
    display: flex;
}

.header_menu_block._ac{
    min-width: 100%; 
    padding: 30px 32px 0px 689px;
}

.header_menu_block._ac .header_menu_item{
    font-weight: 500;
}

.header_menu_title{
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 48px;
}

.header_menu_title._mobile{
    text-decoration: none;
    display: none;
}

.header_menu_item{
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    margin-bottom: 32px;
    cursor: pointer;
    transition: all 0.5s ease;
}

.header_menu_item:hover{
    color: #00803C;
}

.header_menu_item._active:hover{
    color: inherit;
    cursor: initial;
}

.header_menu_item._active{
    font-weight: 500;
}

.header_menu_block[data-menu-lvl="2"]{
    width: 100%;
    overflow-x: hidden;
    border-right: none;
    padding: 16px 24px 24px;
}

.header_model_name{
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 43px;
    text-decoration: none;
    transition: all 0.5s ease;
}

.header_model_name:hover{
    color: #00803C;
}

.header_model_img{
    width: 400px;
    margin-left: -24px;
    margin-right: -24px;
}

.header_model_desc{
    font-size: 18px;
    font-weight: 500;
    margin-top: 32px;
    margin-bottom: 32px;
}

.header_model_services{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.header_model_service{
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    width: 50%;
    max-width: 300px;
    margin-bottom: 12px;
    padding: 10px 0px;
    transition: all 0.5s ease;
}

.header_model_service:hover{
    color: #00803C;
}

.header_button{
    display: none;
}

footer{

}

.footer_main{
    display: flex;
    justify-content: space-between;
    padding: 24px 16px 24px 6px;
    border-bottom: 1px solid #D9D9D9;
    position: relative;
}

.footer_main:before{
    position: absolute;
    top: 0px;
    left: 16px;
    content: '';
    width: calc(100% - 32px);
    height: 1px;
    background-color: black;
}

.footer_column{
    padding: 0px 10px;
}

.footer_logo{
    width: 77px;
    height: 22px;
    background-image: url(/img/new/logo.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    margin-bottom: 28px;
}

.footer_bigtext{
    color: #626D7B;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 8px;
}

.footer_smalltext{
    color: #626D7B;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0.1px;
    margin-bottom: 32px;
    max-width: 280px;
}

.footer_infoblock{
    margin-bottom: 12px;
}

.footer_infoblock_title{
    color: #626D7B;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 4px;
}

.footer_infoblock_value{
    color: #1D2025;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
}

.footer_title{
    display: block;
    color: #1D2025;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.42px;
    text-transform: uppercase;
    text-decoration: none;
    margin-bottom: 32px;
}

.footer_link{
    display: block;
    color: #626D7B;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.36px;
    text-transform: uppercase;
    text-decoration: none;
    margin-bottom: 15px;
}

.footer_socials{
    display: flex;
    align-items: center;
    width: 216px;
    margin-bottom: 50px;
    gap: 13px;
}

.footer_social{

}

.footer_rating{
    
}

.footer_mb{
    margin-top: 8px;
    font-size: 12px;
}

.footer_mb a{
    text-decoration: none;
}

.footer_rating .rating{
    width: 190px;
    height: 55px;
}

footer a:hover{
    color: #00803C;
}

.footer_bottom{
    display: flex;
}

.footer_button{
    padding: 16px 32px;
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
    border-right: 1px solid #D9D9D9;
}

.footer_comm{
    padding: 16px 32px;
    font-size: 13px;
    font-weight: 400;
    text-align: right;
    width: 100%;
    flex-shrink: 10000;
}

.breadcrumbs .container{
    width: 100%;
}

.breadcrumbs__menu{
    display: flex;
    border-bottom: 1px solid #D9D9D9;
}

.breadcrumbs__item{
    border-right: 1px solid #D9D9D9;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
}

.breadcrumbs__link._home{
    display: block;
    height: 44px;
    width: 40px;
    background-image: url(/img/new/Home.svg);
    background-position: 50%;
    background-size: 16px 17px;
    background-repeat: no-repeat;
}

.breadcrumbs__link{
    display: block;
    padding: 12px 15px;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
}

.breadcrumbs__item--active{
    padding: 12px 15px;
}

.page_header{
    display: flex;
    border-bottom: 1px solid #D9D9D9;
}

.page_header_left{
    flex-shrink: 99999;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 32px;
}

.page_header_service_wrap{

}

.proposal__title{
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 24px;
}

.proposal__info{
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
}

.page_header_right{
    width: 53%;
}

.page_header_right_service{
    width: 100%;
    height: 452px;
    background: url(/img/placeholder/utp-placeholder.jpg) no-repeat center / cover
}

.services{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-bottom: 93px;
}

.service{
    width: 25%;
    border-bottom: 1px solid #D9D9D9;
    border-right: 1px solid #D9D9D9;
}

.service a{
    text-decoration: none;
}

.service:nth-child(4n){
    border-right: none;
}

.service_img{
    height: 250px;
}

.service_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service_info{
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    text-decoration: none;
    background: white;
    transition: all 1s ease;
    position: relative;
    min-height: 176px;
}

.service:hover .service_info{
    background: #004E25;
}

.service:hover .main_service_name{
    color: white;
}

.service:hover .main_service_price{
    opacity: 0;
    transform: translateY(10px);
}

.service:hover .main_service_active{
    opacity: 1;
    transform: translateY(0px);
}

.service:hover .main_service_arrow{
    opacity: 1;
    transform: translateX(0px);
}

.services._opened .service:nth-child(n+13){
    display: block;
}

.services .main_showmore{
    padding: 36px 175px;
    bottom: -93px;
}

.service:nth-child(n+13){
    display: none;
}

.main_how._service{
    margin: 0px;
}

.main_how._service h2{
    padding-top: 32px;
    border-top: 1px solid #1D2025;
}

.service_form{
    background: #DFE2E7;
    padding: 64px 32px 48px;
    background-image: url(/img/placeholder/master-xl.png);
    background-position: 1085px 100%;
    background-repeat: no-repeat;
}

.form_mark_wrap{
    display: flex;
    margin: 0px 4px 0px 16px;
}

.form_mark{
    border-radius: 24px;
    border: 1px solid #1D2025;
    display: flex;
    padding: 8px 20px;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: 400;
    margin-right: 12px;
    cursor: pointer;
    transition: all 0.4s ease;
}

.form_mark._active{
    color: white;
    background-color: #1D2025;
}

.form_mark:hover{
    color: white;
    background-color: #1D2025;
}

.service_form_title{
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 52px;
}

.service_form_name{
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 4px;
}

.service_form_job{
    color: #626D7B;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 24px;
}

.service_form_wa{
    font-size: 22px;
    font-weight: 600;
}

.form{
    width: 100%;
    border: 1px solid #D9D9D9;
    background-color: white;
    margin-bottom: 32px;
}

.form_row{
    display: flex;
}

.form_row._first{
    border-bottom: 1px solid #D9D9D9;
}

.form_row._last{
    justify-content: space-between;
}

.form_input{
    width: 50%;
    padding: 16px 0px;
    display: flex;
    align-items: center;
}

.form_input._long{
    width: calc(50%);
}

.form_input._buttons{
    width: auto;
}

.form_input._short{
    width: 546px;
}

.form_input_label{
    font-size: 24px;
    font-weight: 500;
}

.form_input_input{
    padding: 6px 0px;
    width: 100%;
    border: none;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    flex-shrink: 10000;
    text-align: center;
    border-bottom: 1px solid #909090;
    margin: 1px 8px 0px;
    margin: 20px 30px 20px;
    padding: 12px 0px;
}

.form_input_input::placeholder {
    color: #909090;
    font-size: 18px;
    font-weight: 500;
  }

.form_input_input.error{
    border: 1px solid #F00023;
}

.form_input_input:focus{
    outline: none;
}


.form_checkbox{
    padding: 16px;
}

.form_checkbox_checkbox{
    position: absolute;
    left: -99999px;
    opacity: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form_checkbox_label{
    position: relative;
    padding-left: 32px;
    cursor: pointer;
    color: #626D7B;
    font-size: 14px;
}

.form_checkbox_label a{
    color: #626D7B;
    font-size: 14px;
}

.form_checkbox_label::after{
    content: "";
    background-image: url(/img/new/Checkbox.svg);
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    left: 0px;
    top: 2px;
    opacity: 0;
    -webkit-transition: .25s;
    transition: .25s;
}

.form_checkbox_label::before{
    content: "";
    border: 1px solid #1D2025;
    background-color: #fff;
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    top: 2px;
    left: 0;
}

.form_checkbox_checkbox:checked~.form_checkbox_label::after {
    opacity: 1;
    -webkit-transition: .25s;
    transition: .25s;
}

.form_checkbox_checkbox.error~.form_checkbox_label::before{
    border: 1px solid #F00023;
}

.main_callback_button._form{
    color: #004E25;
    border-radius: 40px;
}

.main_callback_button._form:hover p{
    color: white;
}

.main_callback_button._form p {
    color: #004E25;
}

.main_callback_button._form img {
    filter: brightness(10);
}

#service-appoint-name-error,
#service-appoint-tel-error,
#agree-error{
    display: none !important;
}

.main_how_items._contacts{
    flex-direction: column;
    padding-bottom: 32px;
    border-bottom: 1px solid #1D2025;
}

.main_how_items._contacts .form{
    border: none;
    margin-bottom: 0px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 32px;
}

.form_desc{
    margin: 8px 0px 24px;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
}

.contact_payment_wrap{
    display: flex;
}

.contact_payment_block{
    width: 50%;
    padding: 0px 16px 64px;
}

.contact_payment_block:nth-child(1){
}

.contact_payment_title{
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 56px;
}

.contact_payment_text{
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 56px;
    font-weight: 400;
}

.contact_payment_icons{
    display: flex;
}

.contact_payment_icon{
    margin-right: 40px;
}

.contact_payment_req{
    margin-bottom: 56px;
}

.contact_payment_req_title{
    font-size: 24px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 32px;
}

.contact_payment_req_block{
    display: flex;
    justify-content: space-between;
}

.contact_payment_item{
    width: calc((100% - 48px) / 3);
}

.contact_payment_item_title{
    color: #626D7B;
    font-size: 14px;
    margin-bottom: 8px;
}

.contact_payment_item_value{
    font-size: 18px;
    font-weight: 500;
}

.contact_payment_block .main_callback_button{
    text-decoration: none;
    background-color: white;
    border-radius: 40px;
    border: 1px solid #1D2025;
    width: fit-content;
}

.contact_payment_block .main_callback_button p{
    color: #1D2025;
}

.contact_payment_block .main_callback_button:hover{
    background-color: #1D2025;
}

.contact_payment_block .main_callback_button:hover p{
    color: white;
}

.service_logo_list{
    padding: 0px 16px 64px;
    margin-top: 32px;
    display: flex;
    flex-wrap: wrap;
}

.service_logo_list._form{
    padding: 0px 0px 16px;
}

.main_container._mark .service_logo_list_item,
.main_how .service_logo_list_item{
    display: flex;
}

.service_logo_list_item{
    width: calc((100% - 48px) / 3);
    display: none;
    height: 230px;
    padding: 24px;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 36px;
    background: #f1f1f1;
    margin-bottom: 16px;
    margin-right: 16px;
    margin: 0px 8px 16px 8px;
    text-decoration: none;
    position: relative;
}

.service_logo_list_item:hover{
    background: #e1dfdf;
}

.service_logo_list_item._active{
    display: flex;
}

.service_logo_list._form .service_logo_list_item{
    cursor: pointer;
}

.service_logo_list._form .service_logo_list_item::before{
    content: '';
    width: 23px;
    height: 23px;
    border: 2px solid #372222;
    position: absolute;
    bottom: 24px;
    left: 24px;
}

.service_logo_list._form .service_logo_list_item._active::after{
    content: '';
    width: 12px;
    height: 8px;
    border-left: 2px solid #372222;
    border-bottom: 2px solid #372222;
    transform: rotate(-45deg);
    position: absolute;
    bottom: 34px;
    left: 29px;
}

.form_subtitle{
    font-size: 32px;
    font-weight: 500;
}

.service_logo_list_item_title{
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
}

.service_logo_list_item_img{
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.service_logo_list_item_img img{
    width: 80px;
    height: 80px;
}

.service_cons h2{
    padding: 0px 16px;
}

.actions{
    margin-bottom: 64px;
    padding: 0px 16px;
}

.actions_wrap{
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
}

.actions_block{
    width: calc(50% - 8px);
}

.actions_item{
    display: block;
    border-radius: 36px;
    background: #F7F9F9;
    padding: 56px;
    margin-bottom: 16px;
    text-decoration: none;
}

.actions_item._long{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: calc(100% - 183px);
}

.actions_item._long .actions_item_img{
    padding: 72px 0px;
}

.actions_item._first{
    padding-bottom: 0px;
}

.actions_item_title{
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 24px;
    text-align: center;
}

.actions_item_text{
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 40px;
    text-align: center;
}

.actions_item._first .actions_item_title,
.actions_item._first .actions_item_text{
    text-align: left;
}

.price_block{
    display: flex;
    justify-content: center;
}

.price_block_wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.price_block_wrap_img{

}

.price_block_wrap_img img{
    display: block;
}

.price_prices{
    display: flex;
}

.price_prices_item{

}

.price_prices_item._old{
    margin-right: 40px;
}

.price_prices_item_title{
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 8px;
}

.price_prices_item._old .price_prices_item_title,
.price_prices_item._old .price_prices_item_value{
    color: #969696;
}

.price_prices_item_value{
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.price_prices_desc{
    margin-top: 40px;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 16px;
}

.price_prices_free{
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
}

.actions_item_img{

}

.actions_item_img img{
    width: 100%;
}

.actions_item_link{
    display: flex;
    align-items: center;
}

.actions_item_link_title{
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-right: 40px;
}

.actions_item_link_img{

}

.seo_text{
    margin-bottom: 64px;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    padding: 0px 16px;
}

.seo_text p{
    margin-bottom: 25px;
}

.seo_text ul{
    margin-bottom: 25px;
    margin-top: -10px;
}

.seo_text h2{
    line-height: normal;
    margin: 48px 0px 32px;
    font-size: 32px;
}

.seo_text h3{
    line-height: normal;
    margin: 32px 0px 16px;
}

.seo_text table{
    width: 100%;
}

.seo_text img{
    max-width: 100%;
}

.blue_block{
    margin: 0px 16px 64px;
    border-radius: 36px;
    background: #C9EBFF;
    padding: 32px;
    position: relative;
}

.blue_block:after{
    display: none;
    content: '';
    position: absolute;
    width: 206px;
    height: 206px;
    border: 1px solid #1D2025;
    border-radius: 50%;
    left: -38px;
    bottom: -70px;
}

.blue_block::before{
    display: none;
    content: '';
    position: absolute;
    width: 384px;
    height: 140px;
    border: 1px solid #1D2025;
    border-radius: 50%;
    right: -65px;
    top: -14px;
}

.blue_block h2{

}

.blue_block_items{
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}

.blue_block_item{
    width: calc((100% - 40px) / 3);
}

.blue_block_item_number{
    font-size: 48px;
    font-style: normal;
    font-weight: 200;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 32px;
}

.blue_block_item_title{
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 32px;
}

.blue_block_item_text{
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}

.actions_list{
    margin-bottom: 64px;
}

.actions_list .green{
    margin: 0px 16px 24px;
}

.green{
    margin: 0px 16px 64px;
    border-radius: 36px;
    background: #4AFFA0;
    padding: 32px;
    display: block;
    text-decoration: none;
}

.green._white{
    background: white;
    border: 1px solid #1D2025;
}

.green_title{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.green_title h2{
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: initial;
}

.green_bullet{
    color: #FFF;
    font-size: 24px;
    font-weight: 400;
    border-radius: 24px;
    background: #1D2025;
    padding: 8px 20px;
}

.green._white .green_bullet{
    background: white;
    border: 1px solid #1D2025;
    color: #1D2025;
}

.green_body{
    margin-top: 50px;
    display: flex;
}

.green_text{
    margin-right: 50px;
    width: 783px;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
}

.green .price_prices{
    justify-content: space-between;
    width: 381px;
}

.team{
    padding: 0px 16px;
    margin-bottom: 64px;
}

.team_wrap .swiper-wrapper{
    display: flex;
    justify-content: space-between;
    margin-top: 32px;
    align-items: flex-start;
}   

.team_item{
    width: calc((100% - 32px) / 3);
}

.team_img{
    width: 100%;
    margin-bottom: 16px;
    filter: grayscale(1);
    transition: all 0.4s ease;
    min-height: 580px;
    display: flex;
    align-items: flex-end;
}

.team_item:hover .team_img{
    filter: grayscale(0);
}

.team_item:nth-child(1) .team_img img{
    width: auto;
    height: 440px;
    margin-left: 20px;
}

.team_img img{
    width: 100%;
}

.team_name{
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 8px;
}

.team_desc{
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 32px;
}

.team_button{
    width: 100%;
    border-radius: 40px;
    border: 1px solid #1D2025;
    display: flex;
    padding: 16px 20px;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: 400;
    cursor: pointer;
    background-color: white;
    transition: all 0.4s ease;
}

.team_button:hover{
    background-color: #1D2025;
    color: white;
}

.service_img{
    padding: 0px 16px;
    width: 100%;
    margin-bottom: 32px;
}

.service_img img{
    width: 100%;
    
}

.action_img{
    padding: 0px 16px;
    width: 100%;
    margin-bottom: 32px;
    height: 540px;
}

.action_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service_price_wrap{
    padding: 0px 16px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 64px;
}

.service_price_block{
    width: calc(50% - 8px);
    padding: 24px;
    border-radius: 36px;
    border: 1px solid #1D2025;
}

.service_price_title{
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 72px;
}

.service_price_value{
    font-size: 32px;
    font-weight: 500;
}

.service_price_desc_title{
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 72px;
}

.service_price_desc_list{
    margin-bottom: -24px;
}

.service_price_desc_item{
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    padding-left: 36px;
    position: relative;
    margin-bottom: 24px;
}

.service_price_desc_item:before{
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    top: 1px;
    left: 0px;
    background-image: url(/img/new/glk.svg);
}

.prem{
    padding: 0px 16px;
}

.prem_wrap{
    display: flex;
    justify-content: space-between;
    margin-bottom: 64px;
}

.prem_block{
    width: calc(50% - 8px);
    border-radius: 36px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.prem_block._1{
    padding: 32px;
    background: linear-gradient(180deg, #F1F1F1 0%, rgba(209, 209, 209, 0.00) 100%);
}

.prem_block._2{
    background-image: url(/img/lrpr01.jpg);
    background-size: cover;
    height: 748px;
}

.prem_block._2._evac{
    background-image: url(/img/lrpr02.jpg);
}

.prem_block_title{
    font-size: 48px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 186px;
}

.prem_block_subtitle{
    font-size: 40px;
    font-weight: 500;
}

.prem_block_text{
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    margin: 48px 0px;
}

.prem_content{

}

.service_list_wrap{
    padding: 0px 16px;
    margin-bottom: 30px;
}

.service_list{
    margin-top: 32px;
    display: flex;
    flex-wrap: wrap;
}

.service_list._uslugi{
    position: relative;
    padding-bottom: 92px;
    margin-bottom: 64px;
}

.service_list_item{
    width: calc((100% - 32px) / 3);
    margin: 0px 16px 16px 0px;
    min-height: 191px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-decoration: none;
    border-radius: 36px;
    border: 1px solid #1D2025;
    transition: all .4s ease;
}

.service_list._uslugi .service_list_item:nth-child(n+16) {
    display: none;
}

.service_list._uslugi._opened .service_list_item:nth-child(n+16) {
    display: flex;
}

.service_list_item:nth-child(3n){
    margin-right: 0px;
}

.service_list_item_title{
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
}

.service_list_item_price{
    font-size: 32px;
    font-weight: 500;
}

.service_list_item:hover{
    border: 1px solid #FFF;
    background: #009343;
}

.service_list_item:hover .service_list_item_price,
.service_list_item:hover .service_list_item_title{
    color: white;
}

.master_block{
    position: relative;
    padding: 0px 16px 112px;
}

.master_wrap{
    display: flex;
    position: relative;
    
}

.master_wrap:before{
    content: '';
    position: absolute;
    height: 1px;
    width: calc(100% - 200px);
    top: 78px;
    right: 0px;
    background-color: black;
    z-index: -1;
}

.master_wrap:after{
    content: '';
    position: absolute;
    height: 1px;
    width: calc(100% - 356px);
    bottom: -48px;
    left: 0px;
    background-color: black;
    z-index: -1;
}

.master_pers{
    margin: 0px 165px 0px 120px;
}

.master_pers_img{
    width: 163px;
    height: 163px;
    border-radius: 50%;
    background-color: white;
    background-image: url(/img/new/begunmaster.jpg);
    background-size: 164px;
    margin-bottom: 24px;
    background-position: 20% 0%;
}

.master_pers_name{
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 8px;
}

.master_pers_desc{
    font-size: 16px;
    font-weight: 500;
}

.master_text{
    margin-top: 130px;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    max-width: 814px;
}

.alert_block{
    border-radius: 36px;
    background: #1D2025;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 72px;
    margin: 0px 16px 24px;
}

.alert_title{
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 96px;
    color: white;
}

.alert_wrap{
    margin-bottom: 64px;
}

.alert_controls{

}

.alert_controls .swiper-wrapper{

}

.alert_controls_item{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 104px;
    height: 104px;
    border-radius: 50%;
    background-color: #171B22;
    margin: 0px 28px;
    cursor: pointer;
    transition: 0.4s all ease;
}

.alert_controls_item._active svg path{
    fill: #DD2D2D;
}

.alert_controls_item:hover svg path{
    fill: #d36565;
}

.alert_controls_item._active:hover svg path{
    fill: #DD2D2D;
}

.alert_texts{

}

.alert_text{
    display: none;
    text-align: center;
    max-width: 935px;
}

.alert_text._active{
    display: block;
}

.alert_text_title{
    color: #FFF;
    font-size: 28px;
    font-weight: 500;
    line-height: 36px;
    margin-bottom: 24px;
}

.alert_text_text{
    color: #FFF;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
}

.service_info_border{
    padding: 0px 16px 128px;
    display: flex;
    flex-wrap: wrap;
}

.service_info_border_item{
    width: calc((100% - 32px) / 3);
    margin: 0px 16px 16px 0px;
    border: 1px solid #1D2025;
    height: 600px;
    padding: 24px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.service_info_border_item:nth-child(3n){
    margin-right: 0px;
}

.service_info_border_item:nth-child(3n-1){
    position: relative;
    top: 64px;
}

.service_info_border_title{
    font-size: 32px;
    font-weight: 500;
}

.service_info_border_text{
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
}

.company_desc{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 16px 16px 64px;
}

.company_desc_text{
    color: #1D2025;
    font-size: 32px;
    font-weight: 400;
    line-height: 48px;
    width: 815px;

}

.company_desc_logos{
    display: flex;
    align-items: center;
}

.company_desc_logo{
    margin-left: 32px;
}

.company_cards{
    padding: 0px 16px 40px;
}

.company_card{
    border-radius: 36px;
    border: 1px solid #1D2025;
    padding: 32px;
    margin-bottom: 24px;
}

.company_card_title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

.company_card_title_text{
    font-size: 40px;
    font-weight: 500;
}

.company_card_title_tag{
    border-radius: 24px;
    border: 1px solid #1D2025;
    padding: 8px 20px;
    font-size: 24px;
    font-weight: 400;
}

.company_card_text{
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
}

.certs{
    padding: 0px 16px 64px;
}

.certs_wrap{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 32px;
}

.certs_wrap .swiper-wrapper{
    justify-content: space-between;
    align-items: flex-start;
}

.certs_item{
    width: calc((100% - 100px) / 7);
    cursor: pointer;
    text-decoration: none;
}

.lb-data .lb-caption{
    color: white;
}

.certs_item_img{
    width: 100%;
    margin-bottom: 16px;
}

.certs_item_title{
    font-size: 20px;
    font-weight: 500;
}

.certs_item_title span{
    font-size: 18px;
    font-weight: 400;
}

.team._company{
    margin-bottom: 16px;
}

.team._company .swiper-wrapper{
    flex-wrap: wrap;
}

.team._company .team_item{
    margin-bottom: 48px;
}

.team._company .team_desc{
    font-size: 23px;
}

.reviews{

}

.review_controls{
    padding: 0px 16px 32px;
    display: flex;
}

.review_control{
    margin-right: 16px;
    border-radius: 24px;
    border: 1px solid #1D2025;
    padding: 6px 20px;
    font-size: 24px;
    font-weight: 400;
    cursor: pointer;
    transition: all 0.4s ease;
}

.review_control._active,
.review_control:hover{
    background-color: #1D2025;
    color: white;
}

.review-list{
    display: none;
}

.review-list._active{
    display: block;
}

.modal-title {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    border: 0;
    clip: rect(0 0 0 0);
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}

.modal-header span {
    position: absolute;
    right: -30px;
    color: #fff;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.main_reviews._img .main_review{
    border: 1px solid #1D2025;
    padding: 24px;
    width: calc((100% - 32px) / 3);
}

.main_review_img{
    width: 257px;
    height: 344px;
    margin-bottom: 21px;
}

.main_review_img img{
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.main_review_name{
    font-size: 32px;
    font-weight: 500;
    margin-top: 20px;
}

.main_reviews_wrap._text{
    display: block;
}

.main_reviews_text{
    border-radius: 36px;
    border: 1px solid #1D2025;
    padding: 32px;
    margin-bottom: 16px;
}

.main_reviews_text:nth-child(n+6) {
    display: none;
}

.main_reviews_wrap._opened .main_reviews_text:nth-child(n+6) {
    display: block;
}

.main_review._rpage_video:nth-child(n+7) {
    display: block;
}

.main_review._rpage_video:nth-child(n+13){
    display: none;
}

.main_reviews_wrap._opened .main_review._rpage_video:nth-child(n+13) {
    display: block;
}

.main_review._rpage_img:nth-child(n+7) {
    display: block;
}

.main_review._rpage_img:nth-child(n+10){
    display: none;
}

.main_reviews_wrap._opened .main_review._rpage_img:nth-child(n+10) {
    display: block;
}

.main_reviews_text_title{
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.main_reviews_text_title_text{
    font-size: 40px;
    font-weight: 500;
    margin-right: 32px;
}

.main_reviews_text_title_mark{
    border-radius: 24px;
    border: 1px solid #1D2025;
    padding: 7px 20px;
    font-size: 24px;
    font-weight: 400;
}

.main_reviews_text_body{
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
}

.blog_list_wrap{
    padding: 0px 16px;
}

.blog_list_cloud{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 48px;
}

.blog_list_cloud_item{
    border-radius: 24px;
    border: 1px solid #1D2025;
    padding: 7px 20px;
    font-size: 24px;
    font-weight: 400;
    text-decoration: none;
    margin: 0px 16px 16px 0px;
}

.blog_list_cloud_item._active{
    background: #1D2025;
    color: white;
}

.blog_list{
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding-bottom: 127px;
    margin-bottom: 64px;
}

.blog_list._opened{
    padding-bottom: 64px;
}

.blog_list_item{
    width: calc((100% - 32px) / 3);
    margin-right: 16px;
    margin-bottom: 16px;
    position: relative;
    border: 1px solid #1D2025;
    height: 508px;
    padding: 24px 24px 16px;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.4s ease;
}

.blog_list_item:hover{
    background-color: #4AFFA0;
}

.blog_list_item:hover .blog_list_item_tag{
    background-color: #1D2025;
    color: white;
}

.blog_list_item:nth-child(3n+2){
    top: 64px;
}

.blog_list_item:nth-child(3n){
    margin-right: 0px;
}

.blog_list_item_title{
    font-size: 32px;
    font-weight: 500;
}

.blog_list_item_tags{
    display: flex;
    flex-wrap: wrap;
}

.blog_list_item_tag{
    margin: 0px 8px 8px 0px;
    border-radius: 24px;
    border: 1px solid #1D2025;
    font-size: 16px;
    font-weight: 500;
    padding: 7px 20px;
    transition: all 0.4s ease;
}

.blog_list_item:nth-child(n+10){
    display: none;
}

.blog_list._opened .blog_list_item:nth-child(n+10){
    display: flex;
}

.article_header{
    display: flex;
    padding: 64px 0px;
    justify-content: space-between;
    margin: 0px 16px 64px;
    border-bottom: 1px solid #1D2025;
}

.article_header_main{
    max-width: 815px;
}

.article_header_title{
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 40px;
}

.article_header_text{
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
}

.article_header_second{
    max-width: calc(100% - 875px);
}

.article_header_tags{
    display: flex;
    margin-bottom: 48px;
    flex-wrap: wrap;
    margin-top: 8px;
}

.article_header_time{
    font-size: 16px;
    font-weight: 500;
    position: relative;
    padding-left: 32px;
    line-height: 20px;
}

.article_header_time:before{
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    left: 0px;
    top: -2px;
    background-image: url(/img/new/clock.svg);
}

.article_header_tags_item{
    font-size: 16px;
    font-weight: 500;
    padding: 7px 20px;
    border-radius: 24px;
    border: 1px solid #1D2025;
    text-decoration: none;
    margin: 0px 8px 8px 0px;
    cursor: pointer;
    transition: all 0.4s ease;
}

.article_header_tags_item:hover{
    background-color: #1D2025;
    color: white;
}

.article_header_tags_item:nth-child(1){
    margin-left: 0px;
}

.main_header_item_img_wrap{
    width: 100%;
    height: 539px;
}

.main_header_item_img_wrap img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.catalog{
    padding: 0px 16px 96px;
    display: flex;
    justify-content: space-between;
}

.catalog_filter_wrap{
    width: 340px;
    margin-bottom: 32px;
}

.catalog_list{
    width: calc(100% - 356px);
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding-bottom: 48px;
}

.catalog_item{
    width: calc((100% - 32px) / 3);
    margin: 0px 16px 40px 0px;
    text-decoration: none;
}

.catalog_item:nth-child(n+10) {
    display: none;
}

.catalog_list._opened .catalog_item:nth-child(n+10) {
    display: block;
}

.catalog_item:nth-child(3n){
    margin: 0px 0px 40px 0px;
}

.catalog_item_vin{
    padding: 4px 8px;
    border-radius: 16px;
    background: #1D2025;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 16px;
    width: fit-content;
}

.catalog_item_name{
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 40px;
    height: 58px;
    overflow: hidden;
}

.catalog_item_image{
    width: 100%;
    height: 340px;
    margin-bottom: 16px;
}

.catalog_item_image img{
    width: 100%;
    height: 340px;
    object-fit: contain;
}

.catalog_item:hover .catalog_item_button{
    background-color: #1D2025;
    color: white;
}

.catalog_item:hover .catalog_item_price{
    color: white;
}

.catalog_item_button{
    border-radius: 40px;
    border: 1px solid #1D2025;
    padding: 15px 20px;
    display: flex;
    justify-content: center;
    transition: all 0.4s ease;
}

.catalog_item_price{
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: relative;
    padding-right: 40px;
    transition: all 0.4s ease;
}

.catalog_item_price:after{
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    right: 0px;
    top: 3px;
    background-image: url(/img/new/cart.svg);
    filter: invert(0%);
    transition: all 0.4s ease;
}

.catalog_item:hover .catalog_item_price:after{
    filter: invert(100%);
}

.product_header_wrap{
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #F6F7F9;
    margin-bottom: 92px;
}

.product_header{
    width: 100%;
    padding: 64px 16px 48px;
    max-width: 1440px;
    display: flex;
    
}

.product_header_img{
    margin: 0px 96px -76px 0px;
    width: 458px;
    height: 458px;
}

.product_header_img img{
    display: block;
    border-radius: 8px;
    width: 100%;
}

.product_header_info{
    width: calc(100% - 554px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.product_header_title{
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
}

.product_header_info_block{
    margin-bottom: 32px;
}

.product_header_info .catalog_item_button{
    width: fit-content;
    padding: 15px 48px;
    cursor: pointer;
}

.product_header_info .catalog_item_button:hover{
    background-color: #1D2025;
}

.product_header_info .catalog_item_button:hover .catalog_item_price{
    color: white;
}

.product_header_info .catalog_item_button:hover .catalog_item_price:after{
    filter: invert(100%);
}

.product_info{
    padding: 0px 16px 20px;
    display: flex;
}

.product_info_block{
    margin-right: 116px;
}

.product_info_title{
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 24px;
}

.product_info_item{
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.product_info_item._link{
    cursor: pointer;
}

.product_info_item._link:hover span{
    color: #00803C;
}

.product_info_item img{
    display: block;
    width: 24px;
    height: 24px;
    margin: 0px 12px 0px 0px;
}

.product_info_item span{
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    transition: all 0.4s ease;
}

.product_desc{
    margin: 0px 16px 64px;
    padding: 40px 0px 15px;
    border-top: 1px solid #AAA;
    border-bottom: 1px solid #AAA;
}

.product_desc h2{
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 16px;
}

.product_desc .seo_text{
    margin-bottom: 0px;
    padding: 0px;
}

.product_req{
    padding: 0px 16px;
}

.product_req_title{
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 32px;
}

.product_req_list{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.product_req_list .catalog_item{
    width: calc((100% - 48px) / 4);
}

.product_req_list .catalog_item:nth-child(3n){
    margin-right: 16px;
}

.product_req_list .catalog_item:nth-child(4n){
    margin-right: 0px;
}

.product_header_img_mobile{
    display: none;
}

.catalog_filter_vin{
    display: flex;
    padding: 7px 20px;
    border-radius: 26px;
    border: none;
    align-items: center;
    background: none;
    cursor: pointer;
    transition: all 0.5s ease;
    color: #004E25;
    font-size: 24px;
    font-weight: 400;
    background: #4AFFA0;
    width: fit-content;
}

.catalog_filter_vin:hover {
    background: #1D2025;
    color: white;
}

.modal--appoint .service-appoint__heading._vin{
    margin-bottom: 24px;
}

.catalog_filter{
    margin-top: 24px;
}

.catalog_filter_cat{
    border: 1px solid white;
    border-top: 1px solid #1D2025;
    cursor: pointer;
    position: relative;
}

.catalog_filter_cat_wrap{
    padding: 16px;
}

.catalog_filter_cat:nth-child(1){
    border-top: 1px solid white;
}

.catalog_filter_cat._disabled{
    pointer-events: none;
    cursor: initial;
    background: repeating-linear-gradient(140deg, #ffffff, #ffffff 5px, #F6F7F9 5px, #F6F7F9 10px);
}

.catalog_filter_cat_title{
    color: #626D7B;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 16px;
}

.catalog_filter_cat_value{
    position: relative;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    width: 100%;
    padding-right: 48px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.catalog_filter_cat._empty .catalog_filter_cat_value{
    color: #626D7B;
}

.catalog_filter_cat_value:after{
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    width: 24px;
    height: 24px;
    background-image: url(/img/new/Chevrons.svg);
}

.catalog_filter_cat_items{
    display: none;
    position: absolute;
    top: 100%;
    left: -1px;
    width: calc(100% + 2px);
    z-index: 1;
    background: white;
    border: 1px solid #D9D9D9;
    border-top: 1px dashed #D9D9D9;
}

.catalog_filter_cat._active{
    border: 1px solid #D9D9D9;
}

.catalog_filter_cat._active .catalog_filter_cat_items{
    display: block;
}

.catalog_filter_cat_item{
    padding: 16px;
}

.catalog_filter_button {
    margin-top: 32px;
    text-align: center;
    padding: 7px 20px;
    border-radius: 26px;
    border: 1px solid #1D2025;
    cursor: pointer;
    transition: all 0.4s ease;
    color: #1D2025;
    font-size: 24px;
    font-weight: 400;
    background: white;
    width: 100%;
}

.catalog_filter_button:hover {
    background: #1D2025;
    color: white;
}

.main_header_item_wrap{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.main_header_item_icons{
    display: flex;
    margin-top: 74px;
}

.main_header_item_icons img{
    display: block;
    margin-left: 36px;
    width: 143px;
}

.footer_icons{
    display: flex;
    justify-content: space-between;
    width: 216px;
    margin-bottom: 47px;
}

.footer_icons img{
    width: calc((100% - 20px) / 3);
}

@media only screen and (max-width: 1540px) {
    .main_container{
        overflow: hidden;
    }
}


@media only screen and (max-width: 1200px) {

    header{
        height: 72px;
    }

    .main_container{
        overflow: hidden;
    }

    .main_header{
        flex-direction: column;
    }

    .main_header_item._1{
        width: 100%;
        padding: 32px 16px 0px;
        border-right: none;
    }

    .main_header_item._1 h1{
        margin: 0px 0px 24px;
        font-size: 28px;
        text-transform: initial;
    }

    .main_header_item._cat{
        width: calc(100% - 32px);
        margin: 0px 16px 0px;
    }

    .main_header_item._jr{
        margin-top: 16px;
    }

    .main_header_item._video .main_callback_button{
        display: none;
    }

    .main_header_text_bold{
        margin-bottom: 0px;
    }

    .main_header_item._2{
        order: 2;
        width: 100%;
        padding: 12px 16px 24px;
    }

    .main_header_icons{
        width: 100%;
    }

    .main_header_icon:nth-child(2){
        width: calc((100% - 64px) / 5);
    }

    .main_header_icon:nth-child(3){
        width: calc((100% - 64px) / 2);
    }

    .main_header_icon:nth-child(1){
        width: calc((100% - 64px) / 3.5);
    }

    .main_header_logo{
        width: 100%;
        margin-bottom: 20px;
        max-width: 500px;
    }

    .main_header_item._3{
        order: 4;
        border-right: none;
        width: 100%;
        padding: 32px 16px;
    }

    .main_header_text{
        margin-bottom: 80px;
    }

    .main_callback_button{
        width: 100%;
    }

    .main_header_item._video{
        order: 3;
        width: 100%;
    }

    .main_desc{
        margin: 24px 0px 0px;
        flex-direction: column;
        padding: 24px 16px;
        align-items: flex-start;
        border-top: 1px solid #1D2025;
        border-bottom: 1px solid #1D2025;
        border-left: none;
        border-right: none;
        border-radius: 0px;
    }

    .main_desc_title{
        font-size: 20px;
        line-height: 32px;
        padding-bottom: 16px;
    }

    .main_desc_control img{
        height: 7px;
    }

    .main_desc_control_initial,
    .main_desc_control_active{
        display: block;
    }

    .main_desc_text{
        top: calc(100% - 22px);
        padding: 21px 16px 16px;
        border-radius: 0px;
    }

    .main_services{
        flex-direction: column;
    }

    .main_services_left{
        height: 379px;
        width: 100%;
        padding: 32px 16px;
    }
    
    .main_services_left img{
        right: 36px;
        bottom: 0px;
    }

    .main_services_left:after {
        height: 40px;
    }

    .main_services_list{
        flex-direction: column;
        width: 100%;
        padding-bottom: 53px;
    }

    .main_service{
        width: 100%;
        padding: 24px 16px;
        height: auto;
        border-left: none;
    }

    .main_service_name{
        padding-bottom: 16px;
    }

    .main_to{
        padding: 32px 0px 0px;
    }

    h2{
        font-size: 32px;
        line-height: normal;
        text-transform: none;
    }

    .main_to h2{
        padding: 0px 16px;
        margin-bottom: 24px;
    }

    .main_to_container{
        flex-direction: column;
    }

    .main_to_img{
        width: 100%;
        height: 61vw;
        border-left: none;
    }

    .main_to_form{
        width: 100%;
    }

    .main_to_form_item{
        padding: 16px;
    }

    .main_to_form_item:nth-child(1){
        display: none;
    }

    .main_to_result{
        padding: 32px 16px 0px;
        border-bottom: none;
    }

    .main_to_result_wrapper{
        margin-bottom: 32px;
    }

    .main_to_result_price:nth-child(2){
        margin-right: 0px;
    }

    .main_how{
        margin: 0px;
        padding: 48px 16px 0px;
        height: auto;
        background: none;
    }

    .main_how h2{
        color: #1D2025;
    }

    .main_how_items{
        flex-direction: column;
        margin-top: 38px;
        margin-bottom: 32px;
    }

    .main_how_item{
        width: 100%;
        margin-bottom: 16px;
        height: auto;
        border-radius: 8px;
    }

    .main_how_item_number{
        color: #1D2025;
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
    }

    .main_how_item_text{
        color: #1D2025;
        font-size: 18px;
        font-weight: 500;
        line-height: 26px;
        margin-top: 15px;
    }

    .main_how_item_desc{
        font-size: 16px;
        line-height: 24px;
    }

    .main_pricelist{
        padding: 48px 0px;
    }

    .main_pricelist h2{
        padding: 0px 16px;
    }

    .main_pricelist_control{
        margin-top: 32px;
        padding: 0px 16px;
    }

    .main_pricelist_content{
        margin-top: 0px;
    }

    .main_pricelist_list{
        padding: 0px 16px 52px;
        border: none;
    }

    .main_pricelist_list_item_number{
        font-size: 20px;
    }

    .main_pricelist_list._opened{
        padding: 0px 16px;
    }

    .main_pricelist_list_item:nth-child(n+6){
        display: none;
    }
    
    .main_pricelist_list._opened .main_pricelist_list_item:nth-child(n+6){
        display: flex;
    }

    .main_pricelist_list_item{
        border-bottom: 1px solid #D9D9D9;
    }
    
    .main_pricelist_list_item_title{
        font-size: 20px;
        padding-left: 46px;
    }

    .main_pricelist_list_item_price{
        flex-grow: 10000;
        font-size: 20px;
        text-wrap: nowrap;
        text-align: right;
    }

    .main_pricelist_control_item_desc{
        font-size: 20px;
    }

    .main_banner{
        margin: 0px;
        padding: 32px;
        flex-direction: column;
        align-items: flex-start;
        background-image: url(/img/new/main_banner_mobile.jpg);
    }

    .main_banner_img{
        margin-bottom: 144px;
    }

    .main_banner_text{
        width: 100%;
    }

    .main_reviews{
        padding: 0px 16px 48px;
        margin-bottom: 48px;
    }

    .main_reviews_wrap{
        padding: 32px 0px 0px;
        flex-direction: column;
    }

    .main_review{
        width: 100%;
        margin-bottom: 16px;
    }

    .swiper-custom-prev, .swiper-custom-next{
        display: none;
    }

    .main_review_video_img{
        height: calc((100vw - 32px) * 0.55);
    }

    .main_gallery{
        padding: 0px 0px;
    }

    .main_gallery h2{
        padding: 0px 16px;
    }

    .main_faq{
        padding: 48px 16px 0px;
    }

    .main_faq h2{
        padding: 0px;
    }

    .main_faq_wrap{
        border: none;
        flex-direction: column;
        padding: 0px;
        margin-top: 8px;
    }

    .main_faq_title_text_number{
        font-size: 20px;
        font-style: normal;
        margin-right: 16px;
        width: 21px;
    }

    .main_faq_answer {
        font-size: 17px;
        line-height: 23px;
        margin: 8px 0px 0px 38px;
    }

    .main_faq_title_text{
        font-size: 20px;
        font-style: normal;
        display: flex;
    }

    .main_faq_item{
        width: 100%;
        padding: 16px 0px 24px;
        border-right: none;
        height: auto;
        border-bottom: 1px solid #D9D9D9;
    }

    .main_map .main_callback_button{
        display: flex;
        justify-content: center;
    }

    .main_faq_item:nth-child(7){
        width: 100%;
        border: none;
    }

    .main_map{
        flex-direction: column;
    }

    .main_map._contacts{
        padding-top: 0px;
    }

    .main_map_info{
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #D9D9D9;
        padding: 48px 16px;
    }

    .main_map_map{
        width: 100%;
        height: 100vw;
    }

    .popup_calc{
        width: 100%;
        padding: 0px 0px;
    }

    .popup_calc_item{
        padding: 16px;
    }

    .main_faq_item._active .main_faq_title{
        display: flex;
        margin-bottom: 20px;
    }

    .main_faq_control{
        height: fit-content;
        margin-left: 16px;
    }

    .main_faq_item._active:after{
        display: none;
    }

    .main_faq_item:hover{
        background-color: white;
    }

    .main_faq_item:hover .main_faq_title{
        color: initial;
    }

    .main_faq_item .main_service_active,
    .main_faq_item .main_service_arrow{
        display: none;
    }

    .main_faq_title{
        position: relative;
        transition: all 0.5s ease;
    }

    .main_faq_title:after{
        display: none;
        transition: all 0.5s ease;
        content: '';
        width: 24px;
        height: 24px;
        position: absolute;
        top: calc(50% - 12px);
        right: 8px;
        transform: rotate(0deg);
        background-image: url(/img/new/Chevrons.svg); 
    }

    .main_faq_item._active .main_faq_title:after{
        transform: rotate(180deg); 
    }

    .main_showmore{
        padding: 0px;
        background: white;
        width: calc(100% - 32px);
        margin-left: 16px;
    }

    .main_showmore_arrow{
        display: none;
    }

    .main_showmore_text{
        margin: 0px;
        padding: 8px;
    }

    .main_review_title{
        font-size: 24px;
        font-weight: 400;
        line-height: 40px;
    }

    .main_showmore_text p{
        background: white;
        color: #1D2025;
        font-size: 20px;
    }

    .main_showmore:hover .main_showmore_text p{
        background: #1D2025;
        color: white;
    }

    .main_showmore_text:after{
        display: none;
    }

    .main_reviews_wrap .main_showmore{
        padding: 0px;
    }

    .main_review:nth-child(n+9){
        display: block;
    }

    .main_review:nth-child(n+6){
        display: none;
    }

    .main_reviews_wrap._opened .main_review:nth-child(n+6){
        display: block;
    }

    .main_services_list .main_showmore{
        display: block;
    }

    .main_service:nth-child(n+6){
        display: none;
    }

    .main_services_list._opened .main_service:nth-child(n+6){
        display: flex;
    }

    .main_services_list._opened .main_showmore{
        display: none;
    }

    .main_services_list._opened{
        padding-bottom: 53px;
    }

    .main_to_control_item{
        padding: 17px 69px;
        color: #1D2025;
        margin: 0px;
        border-radius: 0px;
        text-align: center;
        height: 53px;
        border-color: #D9D9D9;
        border-left: none;
        border-right: none;
        font-size: 14px;
        font-weight: 500;
        color: #626D7B;
        text-transform: uppercase;
    }

    .main_to_control{
        padding: 0px;
        border: none;
    }

    .main_to_control .swiper-wrapper{
        flex-wrap: nowrap;
    }

    .main_to_control_item._active,
    .main_to_control_item:hover {
        color: #626D7B;
        background: white;
    }

    .main_to_result .main_callback_button{
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .main_to_control .swiper-button-prev,
    .main_to_control .swiper-button-next{
        display: block;
        height: 53px;
        width: 53px;
        top: 0px;
        margin: 0px;       
        background-image: url(/img/new/Chevrons.svg);
        background-position: 50%;
        background-repeat: no-repeat;
        border: 1px solid #D9D9D9;
        background-color: white;
    }

    .main_to_control .swiper-button-prev{
        left: 0px;
        transform: rotate(90deg);
    }

    .main_to_control .swiper-button-next{
        right: 0px;
        transform: rotate(-90deg);
    }

    .main_to_control .swiper-button-prev:after,
    .main_to_control .swiper-button-next:after{
        display: none;
    }

    .main_pricelist_control .swiper-wrapper{
        align-items: initial;
        justify-content: initial;
    }

    .main_pricelist_control_item{
        max-width: initial;
        margin: 0px 8px 8px 0px;
    }

    .main_pricelist_control_item img {
        transition: all 0.5s ease;
        opacity: 1;
        width: 100%;
        filter: brightness(1);
    }

    .main_pricelist_control_item:hover img {
        opacity: 1;
        filter: brightness(1);
    }

    .main_gallery_wrap .swiper-wrapper{
        display: flex;
        column-gap: 0;
        row-gap: 0;
    }

    .main_gallery_wrap .swiper-slide{
        grid-template-columns: repeat(2, calc((100% - 8px) / 2));
        grid-template-rows: repeat(6, calc((100vw - 16px) / 3.5));
        column-gap: 8px;
        row-gap: 8px;
        padding: 0px 16px;
    }

    .main_gallery_wrap{
        margin-top: 24px;
    }

    .main_gallery_item:nth-child(1){
        grid-column: 1 / 2;
        grid-row: 1 / 3;
    }
    
    .main_gallery_item:nth-child(2){
        grid-column: 2 / 3;
        grid-row: 1 / 2;
    }
    
    .main_gallery_item:nth-child(3){
        grid-column: 2 / 3;
        grid-row: 2 / 3;
    }
    
    .main_gallery_item:nth-child(4){
        grid-column: 1 / 3;
        grid-row: 3 / 5;
    }
    
    .main_gallery_item:nth-child(5){
        grid-column: 1 / 2;
        grid-row: 5 / 6;
    }
    
    .main_gallery_item:nth-child(6){
        grid-column: 1 / 2;
        grid-row: 6 / 7;
    }
    
    .main_gallery_item:nth-child(7){
        grid-column: 2 / 3;
        grid-row: 5 / 7;
    }

    .main_gallery_wrap .swiper-button-prev,
    .main_gallery_wrap .swiper-button-next{
        display: none;
        height: 53px;
        width: 53px;
        top: calc(100% - 53px);
        margin: 0px;       
        background-image: url(/img/new/Chevrons.svg);
        background-position: 50%;
        background-repeat: no-repeat;
        border: 1px solid #D9D9D9;
        background-color: white;
    }

    .main_gallery_wrap .swiper-button-prev{
        left: 0px;
        transform: rotate(90deg);
    }

    .main_gallery_wrap .swiper-button-next{
        right: 0px;
        transform: rotate(-90deg);
    }

    .main_gallery_wrap .swiper-button-prev:after,
    .main_gallery_wrap .swiper-button-next:after{
        display: none;
    }

    .header_nav{
        display: none;
    }

    .header_logo {
        left: 8px;
    }

    .header_phone_desc,
    .header_address{
        display: none;
    }

    .header_phone_mobile{
        display: block;
        text-decoration: none;
        text-align: center;
        font-size: 14px;
        font-weight: 500;
        line-height: 16px;
    }

    .header_real{
        padding: 0px 24px;
        height: 72px;
        justify-content: center;
    }

    .header_button{
        display: block;
        position: absolute;
        width: 72px;
        height: 72px;
        border-left: 1px solid #D9D9D9;
        top: 0px;
        right: 0px;
    }

    .header_button._active{
        border-left: none;
    }

    .header_button_line{
        width: 20px;
        height: 2px;
        position: absolute;
        background: #1D2025;
        left: 26px;
        transition: all 0.5s ease;
    }

    .header_button_line:nth-child(1){
        top: 30px;
    }

    .header_button_line:nth-child(2){
        top: 35px;
    }

    .header_button_line:nth-child(3){
        top: 40px;
    }

    .header_button._active .header_button_line:nth-child(1){
        top: 35px;
        transform: rotate(-45deg);
    }

    .header_button._active .header_button_line:nth-child(2){
        transform: rotate(45deg);
    }

    .header_button._active .header_button_line:nth-child(3){
        opacity: 0;
    }

    .header_menu{
        height: calc(100% - 71px);
        max-height: none;
        top: 71px;
    }

    .header_menu_block{
        border-right: none;
        width: 100%;
        padding: 16px;
        position: absolute;
        max-height: 100%;
        background-color: white;
        overflow-x: hidden;
    }

    .header_model_name {
        margin-bottom: 28px;
    }

    .header_model_desc {
        margin-top: 24px;
        margin-bottom: 24px;
    }

    .footer_column:nth-child(2),
    .footer_column:nth-child(3){
        display: none;
    }

    .footer_column._mobile{
        margin-bottom: 35px;
    }

    .footer_bottom{
        display: none;
    }

    .footer_infoblock{
        display: none;
    }

    .footer_main{
        flex-direction: column;
        padding: 48px 16px 16px;
    }
    .footer_column {
        padding: 0px;
    }

    .footer_smalltext{
        max-width: 100%;
        margin-bottom: 48px;
    }

    .footer_socials {
        margin-bottom: 48px;
    }

    .page_header_right{
        display: none;
    }

    .breadcrumbs{
        display: none;
    }

    ._no_mobile{
        display: none;
    }

    .page_header_left{
        padding: 32px 16px 48px;
    }

    .proposal__title{
        margin-bottom: 16px;
    }

    .seo_text {
        padding: 0px;
    }

    .seo_text table{
        width: 100%;
        max-width: 100%;
        display: block;
        overflow: scroll;
    }

    .services{
        margin-bottom: 53px;
    }

    .service{
        width: 100%;
        border-right: none;
    }

    .services .main_showmore {
        padding: 0px;
        bottom: -53px;
    }

    .services._opened .service:nth-child(n+6){
        display: block;
    }
    
    .service:nth-child(n+6){
        display: none;
    }

    .main_how._service{
        background-image: none;
    }

    .service_form{
        background-image: none;
        padding: 24px 0px 0px;
        background: white;
        border-top: 1px solid #D9D9D9;
        position: relative;
    }

    .service_form::after{
        content: '';
        position: absolute;
        width: 80px;
        height: 80px;
        top: 88px;
        left: 16px;
        background-color: #DFE2E7;
        border-radius: 50%;
        background-image: url(/img/placeholder/master-xl.png);
        background-position: -19px 5px;
        background-size: 145px;
        background-repeat: no-repeat;
    }

    .service_form_wa{
        display: none;
    }

    .service_form_title {
        font-size: 28px;
        text-align: center;
        margin-bottom: 25px;
        line-height: 40px;
    }

    .service_form_name {
        padding: 0px 16px 0px 112px;
        min-height: 52px;
    }

    .service_form_job{
        padding: 0px 16px 0px 112px;
    }

    .form_row{
        flex-direction: column;
    }

    .form {
        width: 100%;
        margin-bottom: 0px;
    }

    .form_input{
        width: 100%;
    }

    .form_checkbox_label{
        display: block;
    }

    .main_callback_button._form{
        justify-content: center;
        width: calc(100% - 32px);
        margin-left: 16px;
    }

    .form_desc{
        color: inherit;
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        width: auto;
        margin: 8px 16px 24px;
    }

    .main_how_items._contacts .form {
        margin-left: -16px;
        width: calc(100% + 32px);
        margin-top: 0px;
    }

    .main_how_items._contacts .form_input{
        padding: 16px;
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
    }

    .form_input_label{
        margin-bottom: 10px;
        font-size: 20px;
    }

    .form_input_input{
        text-align: left;
        margin: 0px;
        font-size: 20px;
    }

    .form_mark{
        font-size: 20px;
    }

    .form_mark_wrap{
        margin: 0px;
    }

    .contact_payment_wrap{
        flex-direction: column;
        padding-bottom: 24px;
    }

    .contact_payment_block{
        width: 100%;
    }

    .contact_payment_title{
        font-size: 28px;
        line-height: 40px;
        margin-bottom: 24px;
    }

    .contact_payment_block{
        padding: 48px 16px 24px;
    }

    .contact_payment_block:nth-child(1) {
        border-right: none;
        border-bottom: 1px solid #D9D9D9;
    }

    .contact_payment_text {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 24px;
    }

    .contact_payment_icon{
        margin-bottom: 24px;
    }

    .contact_payment_icons{
        flex-wrap: wrap;
        margin-right: -40px;
    }
    
    .contact_payment_req_title{
        font-size: 20px;
        line-height: 26px;
    }

    .contact_payment_req_block{
        flex-direction: column;
    }

    .contact_payment_item{
        width: 100%;
        margin-bottom: 24px;
    }

    .contact_payment_req{
        margin-bottom: 16px;
    }

    .service_logo_list_item{
        width: 100%;
        margin-right: 0px;
        margin-left: 0px;
    }

    .actions{
        margin-bottom: 0px;
    }

    .actions_wrap{
        flex-wrap: wrap;
    }

    .actions_block{
        width: 100%;
    }

    .actions_item{
        padding: 24px;
    }

    .actions_item._first{
        padding-bottom: 24px;
    }

    .actions_item._long{
        height: auto;
    }

    .actions_item._short{
        display: none;
    }

    .price_prices{
        justify-content: space-between;
        width: 100%;
    }

    .price_block_wrap_img{
        display: none;
    }

    .blue_block::before,
    .blue_block::after{
        display: none;
    }
    
    .blue_block_items{
        flex-direction: column;
    }

    .blue_block_item{
        width: 100%;
        margin-bottom: 24px;
    }

    .main_container._to .main_how{
        padding: 0px 16px;
    }

    .main_container._to .main_how_items{
        margin-bottom: 0px;
    }

    .service_cons{
        margin-top: 64px;
    }

    .service_logo_list{
        padding-bottom: 0px;
    }

    .green{
        padding: 16px;
        border-radius: 16px;
    }

    .green_title{
        flex-direction: column-reverse;
        align-items: flex-start;
    }

    .green_bullet{
        margin-bottom: 32px;
        font-size: 16px;
        font-weight: 400;
    }

    .green_title h2{
        font-size: 32px;
        font-weight: 500;
    }

    .green_body{
        margin-top: 32px;
        flex-direction: column;
    }

    .green_text{
        width: 100%;
        font-size: 20px;
        font-weight: 400;
        line-height: 28px;
        margin-bottom: 32px;
    }

    .green .price_prices_item_title{
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 16px;
    }

    .team{
        
    }

    .team_name{
        font-size: 20px;
        font-weight: 500;
    }

    .team_desc{
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 24px;
    }

    .team_button {
        border-radius: 24px;
        padding: 8px 20px;
        font-size: 20px;
    }

    .service_price_wrap{
        flex-direction: column;
        margin-bottom: 16px;
    }

    .service_price_block{
        width: 100%;
        margin-bottom: 16px;
    }

    .service_price_desc_title,
    .service_price_title{
        margin-bottom: 24px;
    }

    .main_how._service._issue{
        padding-top: 0px;
    }

    .form_subtitle{
        padding: 0px 16px;
        font-size: 26px;
    }

    .service_logo_list._form{
        padding: 0px 16px;
    }

    .prem_block._2{
        display: none;
    }

    .prem_block{
        width: 100%;
    }

    .prem_block_title{
        font-size: 32px;
        line-height: normal;
        margin-bottom: 36px;
    }

    .prem_block_subtitle {
        font-size: 28px;
    }

    .prem_block._1{
        padding: 24px;
        border-radius: 36px;
    }

    .service_list_item{
        width: 100%;
        margin-right: 0px;
    }

    .master_wrap {
        flex-direction: column;
        align-items: center;
    }

    .master_pers {
        margin: 0px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .master_pers_img {
        width: 96px;
        height: 96px;
        background-image: url(/img/new/begunmaster.jpg);
        background-size: 100px;
        background-position: -2px 0px;
    }

    .master_wrap:before {
        width: 100%;
        top: 53px;
        right: 0px;
    }

    .master_text {
        margin-top: 48px;
        font-size: 18px;
        font-weight: 400;
        line-height: 26px;
        max-width: 814px;
    }

    .master_wrap:after {
        width: 100%;
    }

    .alert_wrap{
        width: 100%;
        margin-bottom: 32px;
    }

    .alert_controls{
        width: 104px;
    }

    .alert_controls_item{
        margin: 0px;
    }

    .alert_block{
        padding: 24px;
    }

    .alert_title {
        font-size: 32px;
        font-weight: 500;
        margin-bottom: 36px;
        text-align: center;
    }

    .alert_text_title {
        font-size: 24px;
        font-weight: 500;
        line-height: 32px;
        margin-bottom: 18px;
    }

    .green .price_prices{
        width: 100%;   
    }

    .service_info_border_item{
        width: 100%;
        height: auto;
        margin-right: 0px;
    }

    .service_info_border_title{
        font-size: 26px;
        margin-bottom: 24px;
    }

    .service_info_border_item:nth-child(3n-1) {
        top: 0px;
    }

    .service_info_border{
        padding: 0px 16px 48px;
    }

    .prem .main_callback_button{
        justify-content: center;
    }

    .team_item:nth-child(1) .team_img img{
        width: 87%;
        height: auto;
        margin-left: 10px;
    }

    .team._company .swiper-wrapper{
        flex-wrap: initial;
        align-items: flex-start;
    }

    .company_desc{
        flex-direction: column-reverse;
        padding: 16px 16px 48px;
    }

    .company_desc_logos{
        justify-content: space-between;
        width: 100%;
        margin-bottom: 24px;
    }

    .company_desc_logo{
        margin-left: 0px;
        width: calc((100% - 48px) / 3);
    }

    .company_desc_text{
        font-size: 20px;
        line-height: 28px;
        width: 100%;
    }

    .company_card{
        border-radius: 16px;
        border: 1px solid #1D2025;
        padding: 16px;
    }

    .company_card_title{
        margin-bottom: 30px;
    }

    .company_card_title_text{
        font-size: 32px;
    }

    .company_card_title_tag{
        display: none;
    }

    .company_card_text{
        font-size: 20px;
        line-height: 28px;
    }

    .company_cards{
        padding: 0px 16px 20px;
    }

    .certs {
        padding: 0px 16px 48px;
    }

    .team._company .team_desc {
        font-size: 16px;
    }

    .main_reviews._img .main_review{
        width: 100%;
        padding: 16px;
    }

    .main_review_name{
        font-size: 26px;
    }

    .review_controls{
        padding: 0px 16px 8px;
    }

    .review_control{
        font-size: 16px;
    }

    .review_control:nth-child(3){
        margin-right: 0px;
    }

    .main_reviews_text{
        border-radius: 16px;
        border: 1px solid #1D2025;
        padding: 16px;
    }

    .main_reviews_text_title{
        flex-direction: column-reverse;
        margin-bottom: 32px;
    }

    .main_reviews_text_title_mark{
        width: fit-content;
        border-radius: 24px;
        border: 1px solid #1D2025;
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 32px;
    }

    .main_reviews_text_title_text{
        font-size: 32px;
        font-weight: 500;
    }

    .main_reviews_text_body{
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;
    }

    .blog_list {
        padding-bottom: 48px;
        margin-bottom: 0px;
    }

    .blog_list_item {
        width: 100%;
        height: auto;
        margin-right: 0px;
    }

    .blog_list_item:nth-child(3n-1) {
        top: 0px;
    }

    .blog_list_item_title {
        font-size: 26px;
        margin-bottom: 24px;
    }

    .blog_list_cloud_item {
        font-size: 16px;
        margin: 0px 12px 12px 0px;
    }

    .blog_list_cloud {
        margin-bottom: 36px;
    }

    .article_header{
        padding: 32px 0px;
        margin: 0px 16px 32px;
        flex-direction: column;
    }
    
    .article_header_title{
        font-size: 32px;
        font-weight: 400;
        line-height: 42px;
        margin-bottom: 24px;
    }

    .article_header_main{
        width: 100%;
        margin-bottom: 32px;
    }

    .article_header_text {
        font-size: 18px;
        line-height: 26px;
    }

    .article_header_second{
        width: 100%;
        max-width: initial;
    }

    .article_header_tags {
        margin-bottom: 16px;
        margin-top: 0px;
    }

    .service_list._uslugi{
        padding-bottom: 64px;
    }

    .main_header_item_img_wrap{
        height: calc((100vw - 32px) / 2.5);
    }

    .header_menu_block._ac{
        padding: 16px;
        min-height: 100%;
    }

    .header_menu_block._ac .header_menu_item{
        font-weight: 400;
    }

    .header_menu_title._mobile{
        display: block;
    }

    .main_header_item._parent._1{
        margin-bottom: 32px;
    }

    .action_img{
        height: 250px;
    }

    .catalog{
        flex-direction: column;
    }

    .catalog_filter_wrap{
        width: 100%;
    }

    .catalog_list{
        width: 100%;
    }
    
    .catalog_item{
        width: 100%;
        margin: 0px 0px 40px;
    }

    .product_header{
        flex-direction: column;
        padding: 32px 16px 32px;
    }

    .product_header_img{
        display: none;
    }

    .product_header_info {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
    }

    .product_header_img_mobile{
        display: block;
        margin: 16px 0px 0px 0px;
        width: 100%;
        height: auto;
    }

    .product_header_img_mobile img {
        display: block;
        border-radius: 8px;
        width: 100%;
    }

    .product_header_info .catalog_item_button{
        width: 100%;
    }

    .product_header_wrap {
        margin-bottom: 48px;
    }

    .product_info {
        flex-direction: column;
    }

    .product_info_block {
        margin-right: 0px;
        margin-bottom: 32px;
    }

    .product_desc {
        margin: 0px 16px 48px;
    }

    .product_req_title {
        font-size: 32px;
    }

    .product_req_list .catalog_item{
        width: 100%;
        margin-right: 0px;
    }

    .main_header_item_wrap{
        flex-direction: column;
    }

    .main_header_item_icons {
        width: 100%;
        margin-top: 0px;
        margin-bottom: 32px;
        justify-content: space-between;
    }

    .main_header_item_icons img {
        margin-left: 0px;
        width: calc((100% - 48px) / 3);
    }

    .team_img{
        min-height: calc(((100vw / 1.35) - 28px) * 1.26);;
    }
}


.modal-body,.modal__body {
    padding: 0
}

.modal__body {
    padding: 0;
    position: relative;
    z-index: 10
}

.modal__content {
    box-shadow: 0 16px 40px rgba(0,0,0,.12);
    border: none;
    border-radius: 0
}

.modal__close {
    background-image: url(/img/new/modal_close.svg);
    position: absolute;
    width: 72px;
    height: 72px;
    right: 0px;
    top: 0px;
    z-index: 1000;
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: 50%;
    border: none;
    cursor: pointer;
    background-color: transparent;
    transition: 0.4s all ease;
}

#repairForm-order,
#serviceForm-order{
    width: 100%;
}

.alert-success .bold-text{
    display: flex;
    top: 0px;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    background: white;
    font-size: 30px;
}

.modal__close:hover {
    opacity: 0.6;
}


.modal--appoint {
    color: #fff
}

.modal--appoint .modal__dialog {
    width: 960px;
    max-width: 960px;
}

@media (max-width: 991.98px) {
    .modal--appoint .modal__dialog {
        min-height: calc(100% - 3.5rem)
    }
}

.modal--appoint .modal__content {
    background: #DFE2E7;
    padding: 0;
    overflow: hidden;
    border-radius: 0px;
}



@media (max-width: 991.98px) {
    .modal--appoint .modal__content:after {
        bottom:-370px
    }
}

.modal--appoint .service-appoint__heading {
    padding: 24px;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 42px;
    margin-bottom: 0px;
}

.service-appoint .main_header_item_icons{
    margin-top: 15px;
    margin-bottom: 73px;
}

.service-appoint .main_header_item_icons img {
    display: block;
    margin-left: 28px;
    width: 102px;
}

@media (max-width: 991.98px) {
    .modal--appoint .service-appoint__heading {
        margin-bottom:1.875rem
    }
}

.modal--appoint .service-appoint__master:after {
    content: none
}

@media (max-width: 991.98px) {
    .modal--appoint .service-appoint__master {
        position:static;
        padding-top: 5rem
    }
}

@media (max-width: 991.98px) {
    .modal--appoint [class*=col-] {
        position:static
    }
}

.modal--appoint .service-appoint__master-photo {
    width: 357px;
    height: auto;
    bottom: 0px;
    right: 0px;
    position: absolute;
}

@media (max-width: 991.98px) {
    .modal--appoint .form__btn--submit {
        background-color:#fff;
        color: #009157
    }
}

.service-appoint{
    width: 695px;
    background: white;
}

.modal--appoint .service-appoint__form {
    background: none;
    padding: 0;
    margin-bottom: 0px;
    border: none;
    border-top: 1px solid #D9D9D9;
}

.modal__service-appoint .form_input._long{
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 24px 24px;
    align-items: flex-start;
    border-bottom: 1px solid #D9D9D9;
    cursor: pointer;
}

.form_desc_modal{
    margin: 24px 24px 24px;
    color: #626D7B;
    font-size: 14px;
    font-weight: 400;
    width: calc(100% - 48px);
}

.main_callback_button._modal{
    width: 100%;
    border-radius: 0px;
    background-color: #1D2025;
}

.main_callback_button._modal p{
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
}

.form_input_modal_label{
    padding: 0px 0px 16px;
    color: #626D7B;
    font-size: 14px;
    font-weight: 400;
}

.form_input_modal_input{
    border: none;
    outline: none;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    width: 100%;
}

.service-appoint__master-name{
    font-size: 22px;
    margin: 0px 0px 4px 24px;
    font-weight: 600;
}

.service-appoint__master-position{
    color: #626D7B;
    font-size: 16px;
    font-weight: 400;
    margin: 0px 0px 39px 24px;
    text-transform: lowercase;
}

@media (max-width: 991.98px) {
    .modal--appoint .service-appoint__form {
        max-width:100%;
        width: 100%
    }
}

.modal--appoint-2 {
    color: #fff
}

.modal--appoint-2 .modal__content:after {
    background: #04ac69
}

.modal--info .modal__close {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='27' height='27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.707.293A1 1 0 00.293 1.707L1.707.293zm23.586 26.414a1 1 0 001.414-1.414l-1.414 1.414zm1.414-25A1 1 0 0025.293.293l1.414 1.414zM.293 25.293a1 1 0 101.414 1.414L.293 25.293zm0-23.586l25 25 1.414-1.414-25-25L.293 1.707zm25-1.414l-25 25 1.414 1.414 25-25L25.293.293z' fill='%23000'/%3E%3C/svg%3E")
}

.modal--info .modal__dialog {
    max-width: 580px
}

@media (max-width: 991.98px) {
    .modal--info-appoint .modal__close {
        background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='27' height='27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.707.293A1 1 0 00.293 1.707L1.707.293zm23.586 26.414a1 1 0 001.414-1.414l-1.414 1.414zm1.414-25A1 1 0 0025.293.293l1.414 1.414zM.293 25.293a1 1 0 101.414 1.414L.293 25.293zm0-23.586l25 25 1.414-1.414-25-25L.293 1.707zm25-1.414l-25 25 1.414 1.414 25-25L25.293.293z' fill='%23000'/%3E%3C/svg%3E")
    }
}

.modal--info-appoint .modal__dialog {
    max-width: 935px
}

.info-modal__heading {
    margin-bottom: 1.875rem
}

.info-modal__text {
    font-size: 1rem
}

.info-modal__subheading {
    margin-bottom: 2.5rem
}

.info-modal__article {
    padding: 2.5rem 7.1875rem 2.5rem 2.5rem
}

@media (max-width: 991.98px) {
    .info-modal__article {
        padding:2.5rem 1.25rem
    }
}

.info-modal__form {
    background: #04ac69;
    padding: 2.5rem;
    height: 100%;
    color: #fff
}

@media (max-width: 991.98px) {
    .info-modal__form {
        padding:2.5rem 1.25rem
    }
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-y: scroll;
    overflow-x: hidden
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog,.modal__dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog,.modal.fade .modal__dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px)
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog,.modal.fade .modal__dialog {
        -webkit-transition: none;
        transition: none
    }
}

.modal.show .modal-dialog,.modal.show .modal__dialog {
    -webkit-transform: none;
    transform: none
}

.modal-dialog-scrollable {
    display: -webkit-box;
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content,.modal-dialog-scrollable .modal__content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-footer,.modal-dialog-scrollable .modal-header {
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body,.modal-dialog-scrollable .modal__body {
    overflow-y: auto
}

.modal-dialog-centered,.modal__dialog {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    min-height: calc(100% - 120px)
}

.modal-dialog-centered:before,.modal__dialog:before {
    display: block;
    height: calc(100vh - 120px);
    content: ""
}

.modal-dialog-centered.modal-dialog-scrollable,.modal-dialog-scrollable.modal__dialog {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content,.modal-dialog-centered.modal-dialog-scrollable .modal__content,.modal-dialog-scrollable.modal__dialog .modal-content,.modal-dialog-scrollable.modal__dialog .modal__content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable:before,.modal-dialog-scrollable.modal__dialog:before {
    content: none
}

.modal-content,.modal__content {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

/*.modal-header{display:-webkit-box;display:flex;-webkit-box-align:start;align-items:flex-start;-webkit-box-pack:justify;justify-content:space-between;padding:1rem;border-bottom:1px solid #dee2e6;border-top-left-radius:.3rem;border-top-right-radius:.3rem}*/
.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}

/*.modal-title{margin-bottom:0;line-height:1.5}*/
.modal-body,.modal__body {
    position: relative;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    padding: 0px;
}

.modal-footer {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.modal-footer>:not(:first-child) {
    margin-left: .25rem
}

.modal-footer>:not(:last-child) {
    margin-right: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 576px) {
    .modal-dialog,.modal__dialog {
        max-width:500px;
        margin: 3.5rem auto
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }

    .modal-dialog-scrollable .modal-content,.modal-dialog-scrollable .modal__content {
        max-height: calc(100vh - 3.5rem)
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg,.modal-xl {
        max-width:800px
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width:1140px
    }
}

@media only screen and (max-width: 1200px) {
    .modal.show .modal__dialog{
        margin: 0px 16px;
        width: calc(100% - 32px);
    }

    .modal--appoint .modal__dialog {
        width: 100%;
        max-width: 100%;
    }

    .modal--appoint .service-appoint__master-photo{
        display: none;
    }

    .service-appoint{
        width: 100%;
    }

    .modal--appoint .service-appoint__heading {
        padding: 24px 72px 24px 24px;
        margin-bottom: 0px;
    }

    .service-appoint .main_header_item_icons{
        display: none;
    }

    .modal--appoint .service-appoint__master {
        padding-top: 85px;
    }
}

.cars{
    margin-bottom: 114px;
}

.main_to_container._cars{
    border-top: 1px solid #D9D9D9;
    margin-bottom: 48px;
}

.main_to_container._cars .main_to_img{
    position: relative;
}

.main_to_img_guarantee{
    position: absolute;
    top: 20px;
    left: 20px;
    width: 226px;
    height: 62px;
    border-radius: 31px;
    border: 1px solid black;
    display: flex;
    align-items: center;
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    text-align: left;
    background-color: #fff;
    padding-left: 86px;
    background-image: url(/img/guarantee.svg);
    background-repeat: no-repeat;
    background-position: 28px 50%;
}

.main_to_result_total._cars .main_to_result_total_value{
    color: #00803C;
}

.main_to_result._cars{
    padding-top: 21px;
}

.main_callback_button._cars{
    align-self: flex-end;
    width: 288px;
    display: flex;
    justify-content: center;
    text-decoration: none;
}

.main_to_form._cars .main_to_form_item,
.main_to_form._cars .main_to_form_select{
    cursor: initial;
}

@media only screen and (max-width: 1200px) {
    .main_to_container._cars{
        margin-left: 16px;
        margin-right: 16px;
    }

    .main_to_result._cars{
        border-left: 1px solid #D9D9D9;
    }

    .main_to_container._cars .main_to_form_item:nth-child(1) {
        display: block;
    }

    .main_to_form._cars{
        display: flex;
        flex-wrap: wrap;
    }

    .main_to_form._cars .main_to_form_item{
        width: 100%;
    }

    .main_to_form._cars .main_to_form_item._short{
        width: 50%;
        border-left: 1px solid #D9D9D9;
    }

    .main_to_form._cars .main_to_form_item._short:nth-child(3){
        border-left: none;
    }

    .main_to_result._cars{
        padding-left: 0px;
        padding-right: 0px;
        display: block;
    }

    .main_to_result._cars .main_to_result_wrapper{
        padding-left: 16px;
        padding-right: 16px;
        margin-bottom: 28px;
    }

    .main_callback_button._cars{
        width: calc(100% + 2px);
        background-color: black;
        border-radius: 0px;
        margin: 0px -1px;
    }

    .main_callback_button._cars p{
        color: white;
    }

    .main_to_img_guarantee{
        position: absolute;
        top: 5px;
        left: 5px;
        width: 187px;
        height: 50px;
        border-radius: 25px;
        padding-left: 65px;
        background-position: 24px 50%;
        background-size: 30px;
        font-size: 14px;
        line-height: 17px;
    }
}

.main_header_item._cars{
    display: flex;
    justify-content: space-between;
    margin-bottom: 27px;
    padding: 0px;
}

.main_header_item._cars .main_header_item_price{
    font-size: 48px;
    font-weight: 400;
    margin: 64px 0px 32px;
}

.main_header_item._cars .main_header_item_price span{
    font-weight: 600;
    color: #00803C;
}

.cars_header{
    display: flex;
    justify-content: space-between;
}

.cars_header_info{
    width: calc(100% - 740px);
}

.cars_header_info_items{

}

.cars_header_info_item{
    display: flex;
    justify-content: space-between;
    margin-bottom: 43px;
}

.cars_header_info_item_name{
    width: calc(40% - 20px);
    font-size: 18px;
    font-weight: 500;
    color: #636363;
}

.cars_header_info_item_value{
    width: calc(60% - 20px);
    font-size: 18px;
    font-weight: 500;
}

.cars_header_links{
    margin-top: 58px;
}

.cars_header_link{
    width: 410px;
    line-height: 62px;
    border-radius: 31px;
    border: 1px solid black;
    background-color: white;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    display: block;
    text-decoration: none;
    margin-bottom: 33px;
    cursor: pointer;
}

.cars_header_link._logo span{
    position: relative;
}

.cars_header_link._logo span:before{
    content: "";
    position: absolute;
    width: 26px;
    height: 26px;
    background-image: url(/img/avtoteka.svg);
    background-repeat: no-repeat;
    left: -40px;
    top: 2px;
}

.cars_header_gallery{
    width: 700px;
}

.cars_header_gallery_main{
    width: 100%;
    height: 570px;
    overflow: hidden;
    margin-bottom: 2px;
}

.cars_header_gallery_thumb{
    width: 100%;
    overflow: hidden;
}

.cars_header_gallery_main .swiper-slide{
    overflow: hidden;
}

.cars_header_gallery_main .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cars_header_gallery_thumb .swiper-slide{
    overflow: hidden;
}

.cars_header_gallery_thumb .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cars_config{
    margin-top: 40px;
}

.cars_config_title{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 26px;
}

.cars_config_text{
    display: flex;
    justify-content: space-between;
}

.cars_config_text div{
    width: calc((100% / 3) - 20px);
}

.cars_config_text p{
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
}

.cars_config_text ul{
    font-size: 18px;
    font-weight: 400;
    padding-left: 28px;
    margin-bottom: 20px;
}

.cars_config_text li{
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}

.cars_info{
    margin-top: 64px;
}

.cars_info_title{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 32px;
}

.cars_info p{
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 22px;
}

.cars_safe{
    margin-top: 90px;
    height: 105px;
    display: flex;
    align-items: center;
    background-color: #F7F9F9;
    border-radius: 36px;
    margin-bottom: 90px;
}

.cars_safe_img{
    margin: 0px 40px;
}

.cars_safe_info{
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin-right: 40px;
    flex-shrink: 99999;
}

.cars_safe_phone{
    width: 320px;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-decoration: none;
}

.cars_safe_phone._green{
    background-color: #4AFFA0;
}

.cars_safe_phone_title{
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
}

.cars_safe_phone_value{
    font-size: 20px;
    font-weight: 600;
}

@media only screen and (max-width: 1200px) {

    .main_header_item._cars{
        flex-direction: column;
        margin-bottom: 36px;
    }

    .main_header_item._cars h1{
        font-size: 32px;
        font-weight: 400;
        line-height: 42px;
        margin: 15px 20px 15px;
    }

    .main_header_item._cars .main_header_item_price{
        font-size: 32px;
        font-weight: 400;
        line-height: 42px;
        margin: 0px 20px;
    }

    .cars_header{
        flex-direction: column-reverse;
    }

    .cars_header_info {
        width: calc(100% - 40px);
        margin: 40px 20px 0px;
    }

    .cars_header_gallery {
        width: calc(100% - 40px);
        margin: 0px 20px;
    }

    .cars_header_gallery_main {
        height: 69vw;
    }

    .cars_header_link{
        width: 100%;
        font-size: 16px;
    }

    .cars_header_link._logo span:before {
        top: -3px;
    }

    .cars_config{
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 20px;
    }

    .cars_config_text {
        flex-direction: column;
    }

    .cars_config_text div{
        width: 100%;
    }

    .cars_config_text p {
        font-size: 16px;
    }

    .cars_config_text ul {
        font-size: 16px;
    }

    .cars_config_text li {
        font-size: 16px;
        line-height: 26px;
    }

    .cars_info{
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 20px;
    }

    .cars_info p{
        font-size: 16px;
    }

    .cars_safe{
        flex-direction: column;
        height: auto;
        margin: 75px 20px 60px;
    }

    .cars_safe_img{
        display: none;
    }

    .cars_safe_info{
        padding: 20px;
        text-align: center;
        margin: 0px;
    }

    .cars_safe_phone{
        width: 100%;
        padding: 20px 0px;
    }

}

.prem._franchise{
    margin-top: 40px;
}

.prem._franchise .prem_block._1{
    background: #f7f7f7;
}

.prem._franchise .prem_block_title{
    font-size: 36px;
    line-height: 44px;
    max-width: 522px;
}

.prem._franchise .prem_block_text{
    font-size: 24px;
    margin-bottom: -28px;
}

.blue_block._franchise h2{
    font-size: 36px;
    line-height: 44px;
}

.blue_block._franchise .blue_block_item{
    width: calc((100% - 25px) / 2);
}

.franchise_list{
    margin: 0px 16px 64px;
}

.franchise_list h2{
    font-size: 36px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 56px;
}

.franchise_list .service_price_desc_item{
    font-size: 24px;
    font-weight: 400;
    line-height: 26px;
}

.actions_item._franchise{
    margin: 0px 16px 64px;
}

.actions_item._franchise .price_block_wrap{
    justify-content: flex-start;
}

.actions_item._franchise .price_prices_item._old .price_prices_item_title{
    color: #1D2025;
    background-image: url(/img/fran_1.svg);
}

.actions_item._franchise .price_prices_item_title{
    margin-right: 0px;
    padding-left: 144px;
    background-position: 40px 0px;
    background-repeat: no-repeat;
    background-image: url(/img/fran_2.svg);
}

.green._franchise .green_text{
    width: 100%;
}

.green._franchise .green_text p,
.green._franchise .green_text ul{
    margin-bottom: 16px;
}

.green._franchise .green_text p:last-child,
.green._franchise .green_text ul:last-child{
    margin-bottom: 0px;
}

.blue_block_item_text._bold{
    font-weight: 500;
}

.actions_item._long._franchise .actions_item_title,
.actions_item._long._franchise .actions_item_text{
    text-align: left;
}

.franchise_price_title{
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    margin-top: -20px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.franchise_price{
    font-size: 32px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.franchise_desc{
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    color: #009343;
    max-width: 430px;
}

.actions_item._long._franchise .actions_item_img{
    display: flex;
    justify-content: flex-end;
    padding: 0px;
    margin-top: -84px;
    margin-bottom: -22px;
}

.actions_item._long._franchise .actions_item_img img{
    width: 883px;
}

.main_how._franchise .main_how_items._contacts .form{
    margin-top: 0px;
}

@media only screen and (max-width: 1200px) {

    .prem._franchise{
        padding: 0px 10px;
        margin-top: 48px;
    }

    .prem._franchise .prem_wrap{
        flex-direction: column;
        margin-bottom: 48px;
    }

    .prem._franchise .prem_block_title{
        font-size: 24px;
        font-weight: 500;
        line-height: 29px;
    }

    .prem._franchise .prem_block._1{
        padding: 32px;
    }

    .prem._franchise .prem_block_text{
        font-size: 16px;
        font-weight: 500;
        line-height: 19px;
    }

    .prem._franchise .prem_block._2{
        display: block;
        margin-top: 16px;
        height: 249px;
    }

    .blue_block._franchise h2{
        font-size: 24px;
        font-weight: 500;
        line-height: 29px;
        text-transform: uppercase;
    }

    .blue_block._franchise{
        margin: 0px 10px 48px;
    }

    .blue_block._franchise .blue_block_item{
        width: 100%;
    }

    .blue_block._franchise .blue_block_item:last-child{
        margin-bottom: 0px;
    }

    .blue_block._franchise .blue_block_item_text{
        font-size: 16px;
        font-weight: 400;
        line-height: 32px;
    }

    .franchise_list{
        margin: 0px 10px 64px;
    }

    .franchise_list h2{
        font-size: 24px;
        font-weight: 500;
        line-height: 29px;
        text-transform: uppercase;
    }

    .franchise_list .service_price_desc_item{
        font-size: 16px;
        font-weight: 400;
        line-height: 28px;
    }

    .actions_item._franchise{
        margin: 0px 10px 48px;
        padding: 32px;
    }

    .actions_item._first .actions_item_title{
        font-size: 24px;
        font-weight: 500;
        line-height: 29px;
        margin-bottom: 0px;
    }

    .actions_item._franchise .price_prices{
        flex-direction: column-reverse;
    }

    .actions_item._franchise .price_prices_item_title{
        padding-left: 0px;
        padding-top: 144px;
        background-position: 0px 40px;
    }

    .green._franchise{
        margin: 0px 10px 48px;
        padding: 32px 32px 26px;
    }

    .green._franchise .green_body{
        margin-top: 50px;
    }

    .green._franchise .green_title h2{
        font-size: 24px;
        font-weight: 500;
        line-height: 29px;
    }

    .green._franchise .green_text{
        margin-bottom: 0px;
        font-size: 16px;
        font-weight: 400;
        line-height: 32px;
    }

    .green._franchise .green_text ul,
    .green._franchise .green_text ol{
        padding-left: 32px;
    }

    .actions_item._long._franchise .actions_item_title{
        font-size: 24px;
        font-weight: 500;
        line-height: 29px;
        margin-bottom: 50px;
    }

    .actions_item._long._franchise .actions_item_text{
        font-size: 16px;
        font-weight: 400;
        line-height: 32px;
    }

    .franchise_price_title{
        font-size: 20px;
        font-weight: 600;
        line-height: 32px;
    }

    .franchise_desc{
        font-size: 20px;
        font-weight: 400;
        line-height: 32px;
    }

    .actions_item._long._franchise .actions_item_img img{
        width: 100%;
    }

    .actions_item._long._franchise .actions_item_img {
        margin-top: 20px;
        margin-bottom: -8px;
    }

}

.disclaimer{
    position: fixed;
    bottom: 5px;
    background: white;
    width: 1412px;
    border: 1px solid #D85140;
    padding: 46px 48px;
    z-index: 999;
    left: 50%;
    transform: translate(-50%, 0px);
    box-shadow: 0px -10px 15px -3px #00000040;
    border-radius: 36px;
}

.disclaimer_close{
    width: 30px;
    height: 30px;
    position: absolute;
    top: 14px;
    right: 14px;
    overflow: hidden;
    padding: 5px;
    cursor: pointer;
}

.disclaimer_close:hover{
    opacity: 0.7;
}

.disclaimer_close:after,
.disclaimer_close:before{
    position: absolute;
    content: '';
    height: 2px;
    width: 24px;
    top: 14px;
    left: 4px;
    background-color: #1D2025;
}

.disclaimer_close:after{
    transform: rotate(45deg);
}

.disclaimer_close:before{
    transform: rotate(-45deg);
}

.disclaimer_text{
    font-size: 20px;
    font-weight: 500;
    line-height: 24.2px;
    text-align: left;
}

@media only screen and (max-width: 1420px) {
    .disclaimer{
        bottom: 0px;
        width: 100vw;
        padding: 57px 42px 40px;
        left: 0px;
        transform: initial;
        box-shadow: 0px -10px 15px -3px #00000040;
        border-radius: 0px;
    }
}

.ng_popup{
    position: fixed;
    top: calc(50% - 300px);
    background: white;
    width: 1004px;
    height: 600px;
    z-index: 999;
    left: calc(50% - 502px);
    box-shadow: 0px 50px 100px 0px #00000040;
    display: flex;
}

.ng_popup_left{
    height: 100%;
    width: 502px;
    background-image: url(/img/new/ng_popup.jpg);
    background-position: -233px 0px;
    background-size: 900px;
}

.ng_popup_right{
    height: 100%;
    width: 502px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.ng_popup_right h3{
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;
    margin-bottom: 63px;
}

.ng_popup_right p{
    font-weight: 300;
    font-size: 24px;
    line-height: 100%;
    margin-bottom: 63px;
}

.ng_popup_right p._red{
    color: #FF0909;
    margin-bottom: 24px;
}

.ng_popup_right p._green{
    color: #008D05;
    margin-bottom: 0px;
}

.ng_popup_close{
    width: 30px;
    height: 30px;
    position: absolute;
    top: 8px;
    right: 8px;
    overflow: hidden;
    padding: 5px;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.4);
}

.ng_popup_close:hover{
    opacity: 0.7;
}

.ng_popup_close:after,
.ng_popup_close:before{
    position: absolute;
    content: '';
    height: 2px;
    width: 22px;
    top: 14px;
    left: 4px;
    background-color: black;
}

.ng_popup_close:after{
    transform: rotate(45deg);
}

.ng_popup_close:before{
    transform: rotate(-45deg);
}

@media only screen and (max-width: 1420px) {
    .ng_popup{
        display: flex;
        flex-direction: column;
        width: calc(100% - 32px);
        left: 16px;
        height: calc(100% - 32px);
        top: 16px;
    }

    .ng_popup_left{
        width: 100%;
        height: 45%;
        background-size: cover;
        background-position: 50%;
    }

    .ng_popup_right{
        width: 100%;
        height: 55%;
        padding: 16px;
    }

    .ng_popup_right h3{
        font-size: 16px;
        margin-bottom: 21px;
    }

    .ng_popup_right p{
        font-size: 14px;
        margin-bottom: 63px;
    }

    .ng_popup_right p._red{
        margin-bottom: 20px;
    }

}

.callback_popup{
    position: fixed;
    top: calc(50% - 263px);
    background: white;
    width: 1000px;
    height: 526px;
    z-index: 999;
    left: calc(50% - 500px);
    box-shadow: 0px 0px 15px 0px #00000040;
    display: flex;
}

.callback_popup_close{
    width: 30px;
    height: 30px;
    position: absolute;
    top: 8px;
    right: 8px;
    overflow: hidden;
    padding: 5px;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.4);
}

.callback_popup_close:hover{
    opacity: 0.7;
}

.callback_popup_close:after,
.callback_popup_close:before{
    position: absolute;
    content: '';
    height: 2px;
    width: 22px;
    top: 14px;
    left: 4px;
    background-color: black;
}

.callback_popup_close:after{
    transform: rotate(45deg);
}

.callback_popup_close:before{
    transform: rotate(-45deg);
}

.callback_popup_left{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 595px;
}

.callback_popup_logo{
    margin-top: 32px;
    margin-left: -53px;
}

.callback_popup_label{
    margin-top: 32px;
    width: calc(100% + 12px);
    padding: 15px 0px;
    font-weight: 600;
    font-size: 30px;
    line-height: 120%;
    color: #FFFFFF;
    background: #08763E;
    text-align: center;
    transform: translateX(6px);
}

.callback_popup_list{
    margin-top: 36px;
    font-size: 18px;
    line-height: 120%;
    list-style: none;
    max-width: 484px;
    padding: 0px;
}

.callback_popup_list li{
    margin-bottom: 20px;
    margin-left: 27px;
    position: relative;
}

.callback_popup_list li:before{
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-image: url(/img/new/popup_dot.png);
    background-size: 100%;
    left: -27px;
    top: 5px;
}

.callback_popup_button{
    width: 271px;
    height: 87px;
    margin-top: 10px;
    background-color: #08763E;
    text-align: center;
    text-decoration: none;
}

.callback_popup_button:hover{
    background-color: #07572e;
}

.callback_popup_button_text{
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    margin-top: 14px;
    color: white;
}

.callback_popup_button_phone{
    margin-top: 9px;
    font-weight: 700;
    font-size: 23px;
    line-height: 100%;
    color: white;
}

.callback_popup_right{
    width: 405px;
    height: 100%;
    background-image: url(/img/new/popup_right.png);
    background-size: 405px 526px;
    background-position: 0px 0px;
}

@media only screen and (max-width: 1420px) {
    .callback_popup{
        width: calc(100% - 32px);
        left: 16px;
        flex-direction: column;
        height: calc(100% - 40px);
        top: 20px;
    }

    .callback_popup_left {
        width: 100%;
    }

    .callback_popup_logo {
        margin-top: 32px;
        margin-left: 0px;
        max-width: calc(100% - 40px);
    }

    .callback_popup_label {
        margin-top: 32px;
        width: 100%;
        padding: 17px 0px;
        font-size: 26px;
        transform: translateX(0px);
    }

    .callback_popup_list {
        margin-top: 21px;
        margin-left: 20px;
        max-width: 100%;
        padding: 0px;
    }

    .callback_popup_list li {
        padding-right: 20px;
    }

    .callback_popup_button{
        position: absolute;
        bottom: 60px;
    }

    .callback_popup_right {
        width: 100%;
        height: 100%;
        background-size: 100%;
        background-position: 0px 0px;
    }
}

.main_videos{
    padding: 0px 16px 22px;
    position: relative;
    margin-bottom: 64px;
}

.main_videos_wrap{
    margin-top: 16px;
}

.main_videos p{
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    
}

.main_videos_bg{
    margin: 44px auto 24px;
    width: 100%;
    max-width: 1300px;
    display: block;
}

.main_videos_items{
    display: flex;
    justify-content: space-between;
    margin: 32px 0px;

    & iframe {
        width: calc((100% / 3) - 10px);
        height: 258px;
    }
}

@media only screen and (max-width: 1200px){
    .main_videos_items{
        flex-direction: column;
        margin: 32px 0px 16px;
    
        & iframe {
            width: 100%;
            height: calc((100vw - 32px) / 1.78);
            margin-bottom: 16px;
        }
    }
}

.main_videos_links{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 44px;
}

.main_videos_link{
    margin: 0px 55px;
}

.main_videos_link:hover{
    filter: brightness(0.4);
}

@media only screen and (max-width: 1200px){
    .main_videos_links{
        justify-content: space-between;
        margin-top: 44px;
        flex-wrap: wrap;
        margin-bottom: -25px;
    }

    .main_videos_link{
        margin: 0px 0px 25px;
    }

    .main_videos_link img{
        height: 30px;
    }
}

.qa_video{
    width: 100%;
    padding: 16px 65px 30px;
}

@media only screen and (max-width: 1200px){
    .qa_video{
        width: 100%;
        padding: 12px 0px 24px;
    }
}

.car-selects{
    display: flex;
    margin-bottom: 62px;
}

.custom-select { 
    position: relative;
    min-width: 463px;
    cursor: pointer;
    margin-right: 37px; 
}

.custom-select .selected {
    padding: 13px 94px 13px 26px;
    border: 1px solid #D0D0D0;
    border-radius: 25px;
    background: #fff;
    font-size: 16px;
    line-height: 19px;
}

.custom-select._active .selected{
    border-radius: 25px 25px 0px 0px;
    border-bottom-color: white;
}

.custom-select .main_desc_control{
    position: absolute;
    right: 34px;
    top: 50%;
    transform: translateY(-50%);
}

.custom-select._active .main_desc_control{
    transform: rotate(180deg) translateY(50%);
}

.custom-select .options { 
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    border: 1px solid #D0D0D0;
    background: #fff;
    display: none;
    max-height: 400px;
    overflow-y: auto;
    z-index: 10;
    padding: 5px 0px 5px 0px;
    border-radius: 0px 0px 25px 25px;
}

.custom-select._active .options{
    display: block;
}

.custom-select .option { 
    padding: 8px 26px;
    font-size: 16px;
    line-height: 19px;
}

.custom-select .option:hover { 
    background: #f0f0f0; 
}

.car-details{

}

.car-block{

}

.car-block-info{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 43px;
}

.car-block-info-item{
    margin-bottom: 30px;
    width: calc(100% / 4);
}

.car-block-info-title{
    font-size: 16px;
    line-height: 19px;
    font-weight: 300;
    margin-bottom: 5px;
}

.car-block-info-text{
    font-size: 24px;
    line-height: 29px;
}

.car-block-size{
    display: flex;
    justify-content: space-between;
    margin-bottom: 125px;
}

.car-block-size-left{
    width: 711px;
    height: 449px;
}

.car-block-size-right{
    width: 642px;
    height: 449px;
    display: flex;
    flex-wrap: wrap;
}

.car-block-size-left-image{
    width: 100%;
    margin-bottom: 57px;
    width: 711px;
    height: 300px;
}

.car-block-size-left-image img{
    width: 711px;
    height: 300px;
}

.car-block-size-right-image{
    width: calc(100% - 262px);
    display: flex;
    flex-direction: row-reverse;
    margin-bottom: 57px;
    width: 380px;
    height: 300px;
}

.car-block-size-right-image img{
    width: 380px;
    height: 300px;
}

.car-block-size-title{
    font-size: 16px;
    line-height: 19px;
    font-weight: 300;
    padding-bottom: 5px;
    background-color: white;
}

.car-block-size-text{
    font-size: 24px;
    line-height: 29px;
    background-color: white;
}

.car-block-size-left-length{
    background-image: url('/img/new/model_arrow_1.svg');
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-size: 100%;
    padding-top: 39px;
}

.car-block-size-right-height{
    width: 161px;
    margin-right: 101px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 300px;
    text-align: center;
    background-image: url('/img/new/model_arrow_3.svg');
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: 50% 0px;
}

.car-block-size-right-width{
    padding-top: 39px;
    background-image: url('/img/new/model_arrow_2.svg');
    margin-left: calc(100% - 380px);
    width: 380px;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-size: 100%;
}

.car-block-details{
    column-count: 3;
    column-gap: 40px;
}

.car-block-details-block{
    break-inside: avoid;
    display: inline-block;
    margin-bottom: 40px;
    width: 100%;
}

.car-block-details-block-title{
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 42px;
}

.car-block-details-block-item{
    display: flex;
    margin-bottom: 25px;
}

.car-block-details-block-item-title{
    width: 50%;
    font-size: 16px;
    line-height: 20px;
    color: #787878;
    padding: 0px 30px 0px 0px;
}

.car-block-details-block-item-text{
    width: 50%;
    font-size: 16px;
    line-height: 20px;
    padding: 0px 30px 0px 0px;
}

@media only screen and (max-width: 1200px){
    .car-selects{
        display: block;
        padding: 0px 16px 0px;
        margin-bottom: 30px;
    }

    .custom-select{
        width: 100%;
        margin-bottom: 20px;
        min-width: initial;
    }

    #car-details{
        padding: 0px 16px 0px;
    }

    .car-block-info-item {
        margin-bottom: 30px;
        width: calc(100% / 2);
    }

    .car-block-size {
        flex-direction: column;
        margin-bottom: 55px;
    }

    .car-block-size-left{
        width: 100%;
        height: auto;
        margin-bottom: 38px;
    }

    .car-block-size-left-image{
        width: 100%;
        height: auto;
        margin-bottom: 39px;
    }

    .car-block-size-left-image img{
        width: 100%;
        height: auto;
    }

    .car-block-size-left-length {
        padding-top: 17px;
    }

    .car-block-size-text {
        font-size: 16px;
        line-height: 19px;
    }

    .car-block-size-right{
        width: 100%;
        height: auto;
    }

    .car-block-size-right-image{
        width: calc(100% - 72px);
        margin-bottom: 0px;
        height: auto;
    }

    .car-block-size-right-image img{
        width: 100%;
        height: auto;
    }

    .car-block-size-right-height {
        width: 66px;
        margin-right: 6px;
        height: auto;
    }

    .car-block-size-right-width {
        padding-top: 17px;
        margin-top: 39px;
        margin-left: 72px;
        width: 100%;
    }

    .car-block-details {
        column-count: 1;
    }
}