: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;
}

.refueling-item{
    border: 2px solid var(--light-white);
    border-radius: 24px;
    padding: 24px;
    width: 230px;
    height: 230px;
    display: flex;
    justify-content: start;
    flex-direction: column;
    gap: 20px;
}

.refueling_our_service{
    height: 776px;;
}

.refueling_slider_second{
    gap: 40px; 
    width: 1280px; 
    height: 480px; 
    display: flex; 
    flex-direction: row; 
    align-items: end; 
    overflow: visible;
}

.refueling_slide_second{
    gap: 16px; 
    justify-content: space-between; 
    height: 400px;
    width: 276px;
}

.installation_table_item_text_third{
    font-size: 16px; 
    line-height: 140%;
}

.refueling_table_bottom{
    height: 716px; 
    margin: 0px auto;
}

.refueling_first_table{
    height: 292px;
}

.refueling_table_bottom_table{
    height: 208px; 
    margin-bottom: 80px;
}

.refueling_second_table{
    height: 344px;
}

.refueling_table_bottom_table_second{
    height: 260px;
}

.repair_block_text-table_text{
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.repair_block_text_bottom{
    font-size: 16px; 
    text-transform: lowercase; 
    font-weight: 400; 
    color: var(--blue-gray); 
    line-height: 100%; 
    margin-top: 8px;
}

.repair_table_bottom{
    height: 656px; 
    margin: 0px auto;
}

.repair_table_bottom_table{
    height: 572px;
}

.repair_table_first_element{
    width: 980px;
}

.repair_table_second_element{
    width: 300px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-transform: lowercase;
}

@media (max-width:440px){
.refueling_our_service{
    height: fit-content;
}    

.refueling_slider_second{
    width: fit-content;
}

.refueling_slider-container{
    width: 400px;
}

.refueling_our_service_table{
    width: 400px;   
    height: fit-content;
    gap: 8px;
}

.refueling-item{
    width: 144px;
    height: 242px;
}

.installation_table_item_text_third{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
}

.refueling_table_bottom{
    height: fit-content;
}

.refueling_first_table{
    height: fit-content;
}

.refueling_table_bottom_table{
    height: fit-content;
}

.refueling_second_table{
    height: fit-content;
}

.refueling_table_bottom_table_second{
    height: fit-content;
}

.repair_block_text_bottom{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    margin-top: 0;
    width: 148px;
}

.repair_block_text_box_item{
    gap: 20px;
    width: 144px;
}

.repair_block_text_top{
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    width: 148px;
}

.repair_table_bottom{
    height: fit-content;
}

.repair_table_bottom_table{
    height: fit-content;
    width: 400px;
}
}