:root{
    --normal-width: 1280px;
    --white-color: #FFFFFF;
    --blue-gray: #8589A3;
    --orange: #FF6E4A;
    --light-orange: #FFF6F2;
    --white-second: #F3F3F3;
    --white-third: #f4f4f4;
    --light-white: #F8F8F8;
    --black-color: #303030;
    --orange-white: #FFF6F2;
    --font-family: "Roboto", sans-serif;
    --second-family: "Poppins", sans-serif;
}

.table_first_element{
    width: 917px;
    height: 48px;
}

.table_second_element{
    width: 176px;
    height: 48px;
}

.table_third_element{
    height: 48px;    
}

.maintenance_step{
    border-radius: 12px;
    padding: 12px 20px;
    width: 42px;
    height: 20px;
    background-color: var(--light-orange);
    color: var(--orange);
}

.maintenance_step_text{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 320px;
}

.text_start{
    text-align: start;
}

.maintenance_reasons_item{
    border: 2px solid var(--light-white);
    border-radius: 40px;
    padding: 40px;
    width: 316px;
    height: 316px;
    transition:
    transform 0.8s ease;
    display: flex;
    justify-content: center;
    flex-direction: column;
    overflow: visible;
    position: relative;
}

.maintenance_reasons_item:hover{
    transform: translateY(-40px);
    background-color: var(--light-white);
}

.maintenance_reasons_icon_container{
    transform: translateY(-80px);
    border-radius: 24px;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--light-orange);
}

.overflow_visible{
    overflow: visible;
}

.maintenance_reasons_item:hover .maintenance_reasons_icon_container{
    background-color: var(--orange);
}

.maintenance_reasons_item:hover .maintenance_reasons_icon_image{
    fill: var(--white-color);
}

.maintenance_information_block_low_textblock{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.maintenance_information_block_element{
    border: 2px solid var(--light-white);
    border-radius: 24px;
    padding: 24px;
    width: 128px;
    height: 128px;
}

.maintenance_information_block_element_icon{
    border-radius: 12px;
    padding: 12px;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--light-orange);
}

.maintenance_our_service_item{
    border-radius: 40px;
    padding: 40px;
    width: 320px;
    height: 480px;  
    display: flex;
    flex-direction: column;
    background-color: var(--light-white);
    overflow: visible;
    position: relative;  
    transition: 
    height 0.8s ease,
    transform 0.8s ease;   
    gap: 40px; 
}

.maintenance_our_service_item:hover{
    background-color: var(--light-orange);
    height: 578px; 
    transition: 
    height 0.8s ease,
    transform 0.8s ease; 
}

.maintenance_our_service_bottom{
    width: var(--normal-width);
    height: 578px;   
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 
    height 0.8s ease,
    transform 0.8s ease;
}

.maintenance_our_service_item:hover .installation_our_service_buttonbox{
    width: 160px;
    height: 60px; 
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    visibility: visible;
    transition: 
    height 0.8s ease,
    transform 0.8s ease; 
}

.maintenance_our_service_item:hover .basket_button{
    display: flex;
    border: 2px solid var(--orange);
    border-radius: 30px;
    padding: 20px;
    width: 60px;
    height: 60px; 
    transition: 
    height 0.8s ease,
    transform 0.8s ease;
}

.maintenance_our_service_item:hover .installation_slider_button{
    display: flex;
    height: 60px;
    width: 60px;
    border-radius: 30px;
    background-color: var(--orange);
    align-items: center;
    justify-content: center;
    border: 0;
    display: flex;
    transition: 
    transform 1.8s ease;
}

.maintenance_ask_text{
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    text-align: center;
    color: #ff6e4a;
}

.maintenance_slider_reasons_box{
    overflow: hidden;
}

.maintenance_about{
    height: 880px;    
}

.refueling_slider{
    width: 1280px;
    height: 480px;
    overflow: hidden;
}

.maintenance_about_info{
    text-align: center; 
    height: 120px;
}

.maintenance_photo{
    pointer-events: none; 
    width: 600px; 
    height: 680px;
}

.how_make_order{
    height: 736px;
    margin-top: 160px; 
    padding: 0px 80px;
}

.how_make_order_text{
    height: 156px;
}

.maintenance_slides{
    gap: 40px; 
    width: 1280px; 
    height: 400px;
}

.maintenance_slider-container{
    height: 588px;
}

.maintenance_what_enabled{
    height: 1160px;
    margin-top: 160px; 
    padding: 0px 80px;
}

.maintenance_our_product{
    height: 156px;
}

.maintenance_materials_left{
    height: 572px;
}

.maintenance_materials_left_bottom{
    flex-direction: row; 
    width: 588px;
}

.maintenance_table_item{
    width: 232px; 
    gap: 12px; 
    justify-content: start;
}

.maintenance_clearing{
    width: 620px; 
    height: 840px; 
    pointer-events: none;
}

.maintenance_information_block_low{
    width: 580px; 
    height: 320px; 
    gap: 20px; 
    display: flex; 
    flex-direction: column;
}

.maintenance_reasons{
    gap: 40px; 
    width: 1280px; 
    height: 480px; 
    display: flex; 
    flex-direction: row; 
    align-items: end;
}

.maintenance_information_block_element_fouth{
    width: 530px; 
    height: 68px;
    display: flex; 
    flex-direction: row; 
    gap: 24px;
}

.maintenance_information_block_element_fouth_content{
    width: 464px; 
    height: 72px; 
    display: flex; 
    gap: 8px; 
    flex-direction: column;
}

.maintenance_information_block_element_fouth_text{
    margin: 0; 
    font-size: 16px;
}

.maintenance_our_service{
    margin-bottom: 219px; 
    height: 895px;
}

.maintenance_our_service_top{
    height: 184px; 
    margin-bottom: 100px;
}

.maintenance_slider_controls{
    display: none;
}

.maintenance_lowertext{
    width: var(--normal-width);
    margin: 0px auto 160px; 
    padding: 0;
    gap: 40px;
    height: fit-content;
}

.maintenance_lowertext_first_text{
    width: var(--normal-width); 
    text-align: center; 
    margin: 0;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 28px;
    line-height: 100%;
}

.maintenance_lowertext_second_text{
    width: var(--normal-width); 
    text-align: center; 
    margin: 0;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
}

.installation_table_bottom_header_item_first{
    width: 880px; 
    height: 24px;
}

.installation_table_bottom_header_item_second{
    width: 141px; 
    height: 24px;
}

.installation_table_bottom_header_item_third{
    width: 141px; 
    height: 24px;    
}

.maintenance_table_bottom{
    height: 1164px; 
    margin: 0px auto;
}

.maintenance_table_bottom_table{
    height: 1080px;
}

.maintenance_table_bottom_header{
    gap: 4px;
}

.maintenance_table_bottom_table_stroke{
    display: flex; 
    flex-direction: row;
    height: fit-content;
}

.maintenance_reasons {
    overflow: visible;
}

@media (max-width:440px){
 
.maintenance_about{
    height: fit-content;
} 

.maintenance_about_info{
    text-align: center; 
    height: fit-content;    
}

.maintenance_photo{
    width: 400px;
    height: 520px;
}

.how_make_order{
    height: fit-content;
    width: 400px;
    padding: 0;
    gap: 40px;
}

.how_make_order_text{
    height: fit-content;
    width: 400px;
    padding: 0;
}

.maintenance_slider{
    width: 400px;
    height: fit-content;
}

.maintenance_slides{
    flex-direction: column;
    height: fit-content;
    width: 400px;
    gap: 20px;
}

.maintenance_slide_conditioners{
    height: fit-content;
}

.maintenance_slider-container{
    height: fit-content;
    width: 400px;
}

.maintenance_what_enabled{
    width: 400px;
    height: fit-content;
    padding: 0;
}

.maintenance_our_product{
    height: fit-content;
}


.maintenance_materials_left{
    height: fit-content;
    width: 400px;
}

.maintenance_materials_left_top{
    width: 400px;
    height: fit-content;
}

.maintenance_table_item{
    width: 138px;
}

.maintenance_materials_left_bottom{
    width: 400px;
}

.maintenance_table_item_text_second{
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
}

.maintenance_clearing{
    object-fit:cover;
    width: 400px;
    height: 520px;
    border-radius: 40px;    
}

.maintenance_materials{
    gap: 40px;
}

.maintenance_reasons{
    width: fit-content;
    height: 480px;
}

.maintenance_reasons_item{
    width: 312px;
}

.maintenance_information_block_low_textblock{
    flex-wrap: wrap;
    width: 400px;
    height: fit-content;
    gap: 8px;
}

.maintenance_information_block_element{
    width: 144px;
}

.maintenance_information_block_element_third{
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: center;
}

.maintenance_information_block_element_fouth{
    width: 348px;
    height: fit-content;
    display: flex;
    flex-direction: row;
    gap: 24px;    
}

.maintenance_information_block_low{
    height: fit-content;
    width: 400px;
}

.maintenance_information_block_element_fouth_content{
    height: fit-content;
}

.maintenance_information_block_element_fouth_text{
    font-size: 12px;
}

.maintenance_block_text{
    width: 400px;
}

.maintenance_our_service{
    overflow: hidden;
}

.maintenance_our_service{
    height: fit-content;
    gap: 40px;
}

.maintenance_our_service_top{
    margin-bottom: auto;
    height: fit-content;
    gap: 24px;
}

.maintenance_slider_controls{
    display: flex;
    margin-top: 0;
}

.maintenance_lowertext{
    width: 400px;
    height: fit-content;
    gap: 24px;
}

.maintenance_lowertext_first_text{
    width: 400px;
    font-size: 24px;
    line-height: 100%;
}

.maintenance_lowertext_second_text{
    width: 400px;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
}

.refueling_slider{
    width: 400px;
}

.installation_table_bottom_header_item_first{
    width: 244px;
    text-align: center;
    height: 32px;
    border: 2px solid var(--white-color);
}

.installation_table_bottom_header_item_second{
    width: 32px;
    text-align: center;
    height: 32px;
   border: 2px solid var(--white-color);
}

.installation_table_bottom_header_item_third{
    width: 70px;
    text-align: center;
    height: 32px;
    border: 2px solid var(--white-color);
}

.maintenance_table_bottom_header{
    width: 400px;
    gap: 0;
}

.maintenance_table_bottom{
    height: fit-content;
}

.maintenance_table_bottom_table{
    height: fit-content;
    align-items: center;
}

.maintenance_table_bottom_table_stroke{
    width: 400px;
}

.maintenance_first_element{
    width: 243px;  
    min-height: fit-content;
    text-align: start;
}

.maintenance_second_element{
    width: 32px; 
    top: 0;
    bottom: 0; 
    flex: 1;
    min-height: fit-content;
}

.maintenance_third_element{
    width: 69px;
    min-height: fit-content; 
    display: flex;
}

.maintenance_slide_conditioners{
    width: 276px;
    background-color: var(--white-color);
    border: 2px solid #f8f8f8;
}

.maintenance_box_text{
    margin-top: 12px;
    font-weight: 600;
}

.maintenance_slider_reasons_box{
    width: 400px;
    overflow: hidden;
}

}