/*  START BANNER  */
@media (min-width: 992px) {
    .banner_section_v2 {
        position: relative;
        height: 950px;
    }
    .banner_body_wrapper .banner_body_img{
        position: absolute;
        bottom: 25px;
        left: 50%;
        transform: translateX(-50%);
        overflow:hidden;
        max-width:100%;
        display:flex;
        justify-content: center;
        z-index:1;
    }
    .banner_left_block {
        position: relative;
        z-index: 2;
    }
}

@media (max-width: 991px) {
    .banner_body_wrapper {
        padding-bottom: 40px;
    }
    .container_banner_service_page{
       padding:0px; 
    }
    .container_banner_boby {
        gap: 25px;
    }
    .banner_left_block {
        min-height: auto;
    }
    .banner_right_block {
        max-width: 680px;
    }
    .container.container_banner_service_page{
        max-width: 100%;
    }
    .banner_body_img,.banner_body_img img{
        height:182px;
    }

}
/*  END BANNER  */


/* START TEXT UNDER BANNER */

.content_under_banner{
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    padding-bottom: 90px;
}
.body_text_content{
    display: flex;
    flex-direction: column;
    gap: 30px;
    color:#FFF!important;
}
.body_text_content p, 
.body_text_content h2,
.body_text_content h3,
.body_text_content h4{
     color:#FFF!important;
}
@media (max-width: 991px) {
    .content_under_banner{
        padding:0px 20px;
        padding-bottom: 40px;
    }
}
/* END TEXT UNDER BANNER*/

/* START TOP TEXT BLOCKS*/

  .gap40-20{
        display: flex;
        flex-direction: column;
        gap:40px;
    }
    .top_text_blocks_container{
        padding:90px 0px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    }
    
   .block_title_subtitle{
       display: flex;
        flex-direction: column;
        align-items: center;
        gap: 30px;
        align-self: stretch;
   }
   .title_text_block_item_text {
        display: flex;
        flex-direction: column;
        gap: 15px;
   }
   @media (max-width: 991px) {
        .top_text_blocks_container{
            padding:40px 20px;
        }
       
    .gap40-20{
        gap:20px;
    }
   }

/* END TOP TEXT BLOCKS*/

/* START SERVICES  */

.container_default_services_block{
    display: flex;
    padding:90px 0px;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: flex-start;
    width: 100%;
}
.services_block_items {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: flex-start;
    width: 100%;
}
.services_block_items_hidden {
    margin-top: 30px;
    display: none;
}

.services_block_item .headlines_h3 {
    width: 100%;
}
@media (min-width: 768px) {
    .services_block_items .services_block_item {
        flex: 1 1 calc(50% - 30px);
        max-width: calc(50% - 20px);
    }
}

.services_block_item {
    display: flex;
    flex: 1 1 calc(33% - 30px);
    max-width: calc(33.333% - 20px);
    min-height: 240px;
    padding: 30px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    background: rgba(255, 255, 255, 0.05);
}

.services_block_item_img {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.services_block_item img, .services_block_item .services_block_item_img_bg {
        width: 50px;
        height: 50px;
    }
    
@media (max-width: 991px) {
    .container_default_services_block{
        padding:40px 20px;
        gap: 20px;
    }  
    .services_block_item .headlines_h3 {
        font-size: 18px;
        line-height: 25px;
    }
    .services_block_item img, .services_block_item .services_block_item_img_bg {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 767px) {
    .services_block_items {
        flex-direction: column;
        gap: 0px;
    }
    .services_block_item {
        display: flex;
        width: 100%;
        max-width: 100%;
        min-height: 40px;
        padding: 15px 0px;
        gap: 20px;
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: center;
        background: none;
        align-content: center;
        border-top: 1px solid rgba(255, 255, 255, 0.10);
    }
    .services_block_item_img {
        width: auto;
    }
    .services_block_items_hidden {
        margin-top: 0px;
        display: none;
    }
}

/* END SERVICES  */

/* START LIST BLOCK  */

.container_list_block{
    padding: 90px 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.list_block_items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
    padding: 0px 45px;
}

.list_block_item {
    display: flex;
    width: 100%;
    padding-right: 45px;
    align-items: center;
    gap: 30px;
    flex: 1 0 0;
}

.list_block_item_num {
    color: #47515A;
    font-family: Montserrat;
    font-size: 64px;
    font-style: normal;
    font-weight: 800;
    line-height: 75px;
    text-transform: uppercase;
    min-width: 45px;
}

@media (max-width: 991px) {
    .container_list_block{
        padding: 40px 20px;
    }
    .list_block_items {
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding: 0px 0px;
    }
    .list_block_item {
        padding-right: 0px;
        align-items: center;
        gap: 20px;
        flex: 1 0 0;
    }
    .list_block_item_num {
        font-size: 30px;
        line-height: 40px;
        min-width: 25px;
    }

}

/*  END LIST BLOCK */

/*  START PRICE TYPE 1 */

.container_price_type_1{
    padding:90px 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.price_type_1_body {
    display: flex;
    gap: 15px;
    flex-direction: column;
    width: 100%;
    margin-bottom: 15px;
}
.price_type_1_item {
    display: flex;
    align-items: stretch;
    gap: 15px;
    align-self: stretch;
    width: 100%;
}
.price_type_1_item .price_type_1_text_block {
    background: rgba(255, 255, 255, 0.05);
    gap: 10px;
}

.price_type_1_item .price_type_1_text_block,  .price_type_1_item .price_type_1_price_block {
    display: flex;
    padding: 45px;
    flex-direction: column;
    align-items: flex-start;
    flex: 1 0 0;
    width: 100%;
    justify-content: center;
}
.price_type_1_item .price_type_1_price_block {
    background: #039BE5;
    gap: 5px;
}

@media (max-width: 991px) {
    .container_price_type_1{
        padding:40px 20px;
    }
    .price_type_1_body {
        gap: 30px;
    }
    .price_type_1_item .price_type_1_text_block,  .price_type_1_item .price_type_1_price_block {
        padding: 20px;
    }
    .price_type_1_item {
        gap: 10px;
    }
}

@media (max-width: 768px) {
    .price_type_1_item {
        flex-direction: column;
    }
}

/*  END PRICE TYPE 1 */

/*  START PRICE TYPE 2 */

.container_price_type_2{
    padding:90px 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.price_type_2_items_wrapper, .price_type_2_items {
    width: 100%;
}
.price_type_2_item {
    display: flex;
    align-items: flex-start;
    align-self: stretch;
    border-bottom: 1px solid #8A9199;
}
.price_type_2_item_first .price_type_2_item_name, .price_type_2_item_first .price_type_2_item_price {
    color: #8A9199;
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
}

.price_type_2_item_name, .price_type_2_item_price {
    display: flex;
    padding: 20px 15px;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
}
.price_type_2_item_name {
    font-family: Inter;
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
}
.price_type_2_item_price {
    font-family: Inter;
    font-size: 18px;
    line-height: 30px;
}

@media (max-width: 991px) {
   .container_price_type_2{
        padding:40px 20px;
    } 
}
@media (max-width: 767px) {
    .price_type_2_items {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .price_type_2_item {
        flex-direction: column;
        align-items: center;
        border-bottom: 0px;
        margin-bottom: 20px;
    }

    .price_type_2_item_first {
        display: none;
    }
    .price_type_2_item_name, .price_type_2_item_price  {
        padding: 0px 15px;
        text-align: center;
    }
}


/*  END PRICE TYPE 2 */

/*  START PRICE TYPE 3 */

.price_type_3_wrapper{
    background-color: #F7F7F8;
}
.price_type_3_container{
    padding:90px 0px;
}
.price_type_3_wrapper .table th, .price_type_3_wrapper .table td {
    border-bottom: 1px solid #C9CCCF !important;
    padding: 20px 15px;
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
}

.price_type_3_wrapper table.table td:first-child, .price_type_3_wrapper table.table th:first-child {
    text-align: left;
    width: 25% !important;
}
.price_type_3_wrapper table.table td:not(:first-child) {
    color: #000;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}
.price_type_3_table_wrapper {
    width: 100%;
    overflow-x: auto;
}
.price_type_3_table {
    display: block;
    min-width: 740px;
}

@media (max-width: 991px) {
    .price_type_3_container{
        padding:40px 0px;
    }
    .price_type_3_wrapper table.table td:first-child, .price_type_3_wrapper table.table th:first-child {
        text-align: left;
        width: 35% !important;
    }
    .tables_detailing_wrapper {
        width: calc(100% + 40px);
        margin-left: -20px;
        margin-right: -20px;
    }
    .price_type_3_table {
        padding: 0px 20px;
    }
    .price_type_3_wrapper .table th, .price_type_3_wrapper .table td {
        font-size: 18px;
        line-height: 25px;
    }
    .price_type_3_wrapper table.table td:not(:first-child) {
        font-size: 16px;
        line-height: 25px;
    }
    .price_type_3_container .headlines_h2, .price_type_3_container .subtitle_2{
        padding:0px 20px;
    }
}

/*--------*/

 .price_type_3_service_tables_wrapper{
        padding: 90px 0px;
        background-color: #FFF;
    }
    .price_type_3_service_tables_container{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 45px;
    }

    .price_type_3_service_tables_tabs{
        display: flex;
        padding: 10px;
        align-items: flex-start;
        align-self: stretch;
        border-radius: 105px;
        background: #E4E5E7;
    }
    .price_type_3_service_tables_tab_item{
        display: flex;
        padding: 15px 60px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 5px;
        flex: 1 0 0;
        border-radius: 50px;
        cursor:pointer;
    }
    .price_type_3_service_tables_tab_item .tab_name{
        text-align: center;
    }
    .price_type_3_service_tables_tab_item.active{
        background: #47515A;
    }
    .price_type_3_service_tables_tab_item.active .tab_name, .price_type_3_service_tables_tab_item.active .count-service{
        color:#FFF;
                

    }
    .wrapper_price_type_3_service_tables{
        width:100%;
        overflow-x:auto;
    }
    .price_type_3_service_table_1,.price_type_3_service_table_2{
        display:none;
    }
    .price_type_3_service_table_1.active,.price_type_3_service_table_2.active{
        display:block;
        min-width:590px;
    }
    /* Первая колонка — выравнивание по левому краю */
      .wrapper_price_type_3_service_tables table.table td:first-child,
      .wrapper_price_type_3_service_tables table.table th:first-child {
        text-align: left;
        width: 50% !important;
      }
    
      /* Все остальные колонки — по центру */
      .wrapper_price_type_3_service_tables table.table td:not(:first-child),
      .wrapper_price_type_3_service_tables table.table th:not(:first-child) {
        text-align: center;
      }
      /* Нечётные строки только внутри tbody (thead не считается) */
  .wrapper_price_type_3_service_tables table.table tbody tr:nth-child(odd) {
    background-color: #F7F7F8;
  }
    .wrapper_price_type_3_service_tables .table th,.wrapper_price_type_3_service_tables .table td{
        border-bottom: 1px solid #C9CCCF!important;
        padding: 20px 15px;
        font-family: Inter;
        font-size: 22px;
        font-style: normal;
        font-weight: 600;
        line-height: 30px; /* 136.364% */
    }

    .wrapper_price_type_3_service_tables .table td{
        color: #000000!important;
    }
    
@media (max-width: 991px) {
    .wrapper_price_type_3_service_tables .table th,.wrapper_price_type_3_service_tables .table td{
        font-size: 18px;
        line-height: 25px; 
    }
    .price_type_3_service_tables_wrapper{
        padding: 40px 0px;
    }
    .price_type_3_service_tables_container{
        padding: 0px 20px;
        gap: 20px;
    }
    
    .wrapper_price_type_3_service_tables {
      width: calc(100% + 40px);
      margin-left: -20px;
      margin-right: -20px;
    }
    .price_type_3_service_table_1,.price_type_3_service_table_2{
        padding:0px 20px;
    }
    .price_type_3_service_tables_tab_item .count-service{
        display:none;
    }
    .price_type_3_service_tables_tabs{
        padding: 5px;
    }
    .price_type_3_service_tables_tab_item{
        padding: 15px 20px;
    }
}

/*  END PRICE TYPE 3 */

/*   START WA */

.wa_block_body {
    display: flex;
    padding: 45px;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.05);
    margin-bottom: 45px;
    margin-top: 45px;
}
@media (max-width: 991px) {
    .wa_block_body {
        margin-bottom: 20px;
        margin-top: 20px;
    }
}

/*   END  WA */

/*   START BRAND USE */

.service-page_v2 .brands_use_item {
    min-width: calc(16.6% - 12px);
    max-width: calc(16.6% - 12px);
}

    .brands_use_container {
       margin-bottom: 0px;
    }
.brands_use_items {
    flex-wrap: wrap;
}
@media (max-width: 768px) {
    .service-page_v2 .brands_use_item {
        min-width: calc(33% - 5px);
        max-width: calc(33% - 5px);
    }
    .service-page_v2 .brands_use_items {
        display: flex;
        gap: 5px;
        width: 100%;
    }
    .brands_use_container {
       margin-bottom: 0px;
    }
}
/* END BRAND USE */


/*  START WHY CHOOSE  */

.why_choose_container {
    padding: 90px 0px 90px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 45px;
}

.why_choose_items{
    display: flex;
    flex-direction: column;
}
.why_choose_item{
    display: flex;
    align-items: stretch;
    gap: 45px;
    align-self: stretch;
}
.why_choose_item_text{
    display: flex;
    padding: 25px 0px;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    flex: 1 0 0;
}
.why_choose_item_text div{
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.why_choose_item_img {
    position:relative;
}
.why_choose_item_img img, .why_choose_item_img .why_choose_item_img_bg{
    position:relative;
    padding:15px 0px;
    background-color: #3B454F;
    z-index:1;
    max-width:48px;
    max-height:78px;
    min-width:48px;
    min-height:74px;
}
.why_choose_item_img .why_choose_item_line{
    position:absolute;
    top:0;
    left:24.5px;
    min-height:100%;
    width:1px;
    background: #8A9199;
    z-index:0;
}
.why_choose_item:last-child .why_choose_item_line {
    display: none;
}
@media (max-width: 991px) {
    .why_choose_container{
        padding: 40px 20px 40px 20px;
        gap: 20px;
        margin-bottom: 0px;
    }
    .why_choose_text.subtitle_1{
        font-size:18px;
    }
    .why_choose_item{
        gap: 20px;
    }
    .why_choose_item_text{
        padding: 20px 0px;
        gap: 10px;

    }
   .why_choose_item_img img, .why_choose_item_img .why_choose_item_img_bg{
        max-width:40px;
        max-height:70px;
        min-width:40px;
        min-height:70px;
    }
    .why_choose_item_img .why_choose_item_line{
        left:19.5px;
    } 
}
/*   END WHY CHOOSE   */


/* START CAROUSEL TEXT */

.detailing-page .brands_use_container{
   margin-bottom:0px; 
}
.carousel_title_text_block_container{
    padding: 90px 0px 45px 0px;
    background: #F7F7F8;
}
.carousel_title_text_block_container .slick-track {
    display: flex;
    align-items: stretch;
}
.carousel_block_item{
    min-height:100%;
    height: auto;
    padding:0px 7.5px;
}
.carousel_title_text_block_item{
    display: flex;
    padding: 45px;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    flex-shrink: 0;
    align-self: stretch;
    background: #FFF;
    height: 100%;
}

.carousel_title_text_block_item_text{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.carousel_title_text_block_container .slick-dots {
    width: auto;
    padding-top: 0px;
}
.carousel_title_text_block_container .slick-nav2 {
    display: flex;
    gap: 30px;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.carousel_title_text_block_container .slickCustom2Btn {
    background-color: transparent;
    border: 0px;
    padding: 0px;
    width: 50px;
    height: 50px;
}
.carousel_title_text_block_container .slickCustom2Btn img{
        filter: invert(1);
}
.carousel_title_text_block_container .slick-dots li.slick-active button {
    background-color: #000;
}
.carousel_title_text_block_container #slickCustom2NextBtn
{
    transform: rotate(180deg);
}

.carousel_title_text_block_container .slick-dotted.slick-slider {
    margin-bottom: 45px;
}
@media (max-width: 991px) {
    .carousel_title_text_block_container .slick-dotted.slick-slider {
        margin-bottom: 20px;
    }
    .carousel_title_text_block_container{
        padding: 40px 0px 20px 0px;
    }
    .carousel_block_item{
        padding:0px 5px;
    }
    .carousel_title_text_block_item{
        padding: 30px;
        gap: 20px;
    }
    .carousel_title_text_block_item_text, .carousel_title_text_block_item_text p{
        font-size: 14px;
        line-height: 20px;
    }
    .carousel_title_text_block_container .slick-nav2 {        
        justify-content: space-around;
    }
}

/* END CAROUSEL TEXT */

/*  START BOTTOM TEXT BLOCKS  */
.bottom_text_blocks_wrapper{
background: #F7F7F8;
}
 .bottom_text_blocks_block_title{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 45px;
        align-self: stretch;
        
    }
    .bottom_text_blocks_block_title .bottom_text_blocks_title{
        color:#29333D;
    }
    .bottom_text_blocks_block_title .subtitle_2{
        color:#29333D;
    }
    .bottom_text_blocks_container{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 45px;
        padding:45px 0px;
    }
    .bottom_text_blocks_items{
        display: flex;
        align-items: stretch;
        align-content: flex-start;
        gap: 15px;
        align-self: stretch;
        flex-wrap: wrap;
        justify-content: center;
    }
    .bottom_text_blocks_items .bottom_text_blocks_item{
        display: flex;
        width: calc(33.33% - 15px);
        padding: 45px 30px;
        flex-direction: column;
        align-items: center;
        gap: 30px;
        background: #FFF;
    }
    .bottom_text_blocks_item_text{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 15px;
        align-self: stretch;
    }
    .bottom_text_blocks_item_text .headlines_h3{ 
        color:#000;
    }
    .bottom_text_blocks_item_text .body_text{
        color:#000;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    .bottom_text_blocks_item img, .bottom_text_blocks_item .bottom_text_blocks_item_img{
        width:50px;
        height:50px;
    }
    
    @media (max-width: 991px) {
        .bottom_text_blocks_block_title{
            gap: 15px;
        }
        .bottom_text_blocks_container{
            gap: 20px;
            padding:40px 20px;
        }
        
        .bottom_text_blocks_items{
            gap: 10px;
        }
        
        .bottom_text_blocks_items .bottom_text_blocks_item{
            width: 100%;
            padding: 20px 20px;
            position:relative;
        }
        .bottom_text_blocks_item_text{
            gap: 20px;
            align-items: flex-start;
        }
        .bottom_text_blocks_item_text .headlines_h3{
            padding-right:40px;
            text-align:left!important;
        }
        .bottom_text_blocks_item_text .body_text{
            text-align:left!important;
        }
        .bottom_text_blocks_item img, .bottom_text_blocks_item .bottom_text_blocks_item_img{
            width:30px;
            height:30px;
            position:absolute;
            top:20px;
            right:20px;
        }
    }
/*  END BOTTOM TEXT BLOCKS  */

#googleReview{
    padding-top:45px;
}