.services_hero{
    padding: 40px;
    position: relative;
    background-position: center;
    background-size: cover;
}
.services_hero:before{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(16, 43, 43, 0.6);
}
.services_hero_row{
    position: relative;
}
.services_hero_content{
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: space-between;
    height: 100%;
}
.services_hero_phone{
    gap: 12px;
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    position: relative;
}
.services_hero_phone span{
    border-bottom: 2px solid #fff;
    padding-bottom: 3px;
}
.services_hero_title{
    margin: 0;
    font-size: 40px;
    font-weight: 600;
    color: #fff;
}
.services_hero_txt{
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin-top: 20px;
}
.services_grdata,
.services_hero_footer{
    gap: 15px;
}
.services_grdata_rating{
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}
.services_grdata_rating_count{
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}
.services_hero_form{
    padding: 20px;
    background: #1DB954;
}
.services_hero_form_title{
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    text-align: center;
}
.services_hero_form_inputs{
    margin:25px 0 20px 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.services_hero_form_input{
    background: #fff;
    border-radius: 6px;
    width: 100%;
    padding: 8px 14px;
    border: none;
    height: 48px;
}

.services_hero_form_btn{
    padding: 10px;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    background: #102B2B;
    border-radius: 6px;
    gap: 12px;
    width: 100%;
}

.services_page_block{
    padding-top: 20px;
    padding-bottom: 20px;
}

.services_page_service_category{
    flex-direction: column;
    padding: 30px 20px;
    gap: 15px;
    border: 2px solid #1DB954;
    border-radius: 25px;
    height: 100%;
}

.service_category_img{
    width: 100%;
    max-width: 160px;
}

.service_category_title{
    font-size: 16px;
    font-weight: 400;
    color: #000;
    text-align: center;
}

.services_block_title{
    padding: 0 0 20px 0;
    font-size: 30px;
    font-weight: 600;
    color: #000;
    text-align: center;
    margin: 0;
}

.services_hidden_items_toggler,
.services_txt_height_toggler{
    font-size: 16px;
    font-weight: 400;
    color: #7F7F7F;
    text-decoration: underline;
    margin: 10px 0 10px auto;
}

.services_installation_team_card{
    flex-direction: column;
    gap: 10px;
    padding-bottom: 5px;
}

.services_installation_team_card_bottom{
    gap: 10px;
}

.services_installation_team_card_title{
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.services_installation_team_card_btn{
    font-size: 14px;
    font-weight: 600;
    color: #000;
    border-radius: 6px;
    border: 1px solid #000;
    display: block;
    padding: 10px;
}

.services_installation_team_card_btn:hover{
    background: #000;
    color: #fff;
}

.services_txt{
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

.services_txt strong{
    font-weight: 600;
}

.services_txt a{
    text-decoration: underline;
}

.services_txt ol,
.services_txt ul{
    padding-left: 20px;
}

.faq_item{
    margin-top: 12px;
    border-bottom: 2px solid #D9D9D9;
    padding-bottom: 12px;
}

.faq_question{
    font-size: 16px;
    font-weight: 600;
    color: #000;
    cursor: pointer;
    gap: 12px;
}

.faq_question.active img{
    transform: rotate(180deg);
}

.faq_answer{
    font-size: 16px;
    font-weight: 400;
    color: #000;
    display: none;
    padding-top: 12px;
}

.services_review{
    flex-direction: column;
    border-radius: 30px;
    box-shadow: 2px 2px 5px 5px rgba(0,0,0,0.1);
    padding: 15px;
    gap: 12px;
    height: 100%;
}

.services_review_top{
    gap: 10px;
}

.services_review_icon{
    max-width: 40px;
}

.services_review_name_date{
    flex-direction: column;
    gap: 2px;
}

.services_review_date{
    font-size: 12px;
    font-weight: 400;
    color: #A5A5A5;
}

.services_reviews_slider.swiper{
    padding: 8px 12px;
}

.swiper-slide.services_review_slide{
    height: auto;
}

.services_reviewer_name{
    font-size: 20px;
    font-weight: 600;
    color: #000;
}

.services_review_txt{
    font-size: 16px;
    font-weight: 400;
    color: #000;
    max-height: 185px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
}

.hidden_services_item,
.hidden_services_table_item{
    display: none;
}

.services_txt.active{
    max-height: 100% !important;
}

.services_reviews_wrapper,
.services_advantages_slider_wrapper,
.services_installation_teams_slider_wrapper,
.services_managers_slider_wrapper{
    position: relative;
}

.services_reviews_block_header{
    border-radius: 30px;
    box-shadow: 2px 2px 5px 5px rgba(0, 0, 0, 0.1);
    padding: 20px;
    background: #fff;
    margin-bottom: 30px;
}

.gmaps_link{
    font-size: 16px;
    font-weight: 400;
    color: #34A853;
}

.srbh_google{
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

.srbh_lreview{
    height: 42px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: #1db954;
    border: 1px solid #1db954;
    border-radius: 6px;
    padding: 10px;
    width: 100%;
    text-align: center;
}

.srbh_logo{
    gap: 15px;
    font-size: 30px;
    font-weight: 600;
    color: #000;
}

.rating_details_title{
    font-size: 16px;
    font-weight: 400;
    color: #000;
    height: 28px;
    padding: 0 5px;
}

.rate_data{
    gap: 5px;
    max-width: 320px;
    padding: 3px 5px;
    border: 1px solid transparent;
    border-radius: 6px;
    cursor: pointer;
}

.rate_data:hover,
.rate_data.active{
    border-color: #1DB954;
}

.rating_value{
    font-size: 20px;
    font-weight: 400;
    color: #000;
}

.rating_progress_wrapper{
    width: 100%;
    height: 10px;
    border-radius: 7px;
    position: relative;
    background: #F2F2F2;
    max-width: 300px;
}

.rating_progress{
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 7px;
    background: #FFBF00;
    z-index: 2;
    height: 100%;
}

.srbh_rating{
    gap: 10px;
    margin-top: 5px;
}

.srbh_links{
    flex-direction: column;
    gap: 10px;
    height: 100%;
    justify-content: center;
}

.services_slider_btn{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    z-index: 2;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}

.services_slider_btn.swiper-button-disabled{
    display: none;
}

.services_slider_btn svg{
    max-height: 15px;
}

.services_slider_prev{
    left: 0;
}

.services_slider_next{
    right: 0;
}

.services_slider_next svg{
    transform: rotate(180deg);
}

.services_advantage{
    padding: 12px;
    flex-direction: column;
    gap: 12px;
    height: 100%;
}

.services_advantage_title{
    font-size: 20px;
    font-weight: 600;
    color: #1DB954;
    text-transform: uppercase;
    text-align: center;
    min-height: 45px;
}

.services_advantage_txt{
    font-size: 16px;
    font-weight: 400;
    color: #000;
    text-align: center;
}

.services_solution{
    flex-direction: column;
    gap: 12px;
    height: 100%;
}

.services_solution_data{
    padding: 14px;
    background: #F5F5F6;
    display: flex;
    flex-direction: column;
    gap: 12px;
    height: inherit;
}

.services_solution_title{
    font-size: 20px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
}

.services_solution_link{
    font-size: 16px;
    font-weight: 400;
    color: #7F7F7F;
    text-decoration: underline;
    margin: auto 0 0 auto;
}

.service_preview_data_wrapper{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
    height: 100%;
}

.service_preview_title{
    font-size: 20px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
}

.service_preview_txt{
    font-size: 16px;
    font-weight: 400;
    color: #000;
    margin-top: 20px;
}

.services_project_example_card{
    display: flex;
    flex-direction: column;
    height: 100%;
}

.service_preview_txt ol,
.service_preview_txt ul,
.services_blackboard_calculation ul,
.services_project_example_txt ol,
.services_project_example_txt ul,
.services_cities_list{
    padding-left: 20px;
}

.services_cities_list{
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

.services_map_img{
    height: 100%;
}

.service_preview_footer{
    gap: 12px;
}

.service_preview_link{
    gap: 8px;
    padding: 10px;
    border: 1px solid #1DB954;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    color: #1DB954;
}

.service_preview_price{
    font-size: 20px;
    font-weight: 600;
    color: #1DB954;
}

.services_previews{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.service_preview_img img,
.faq_img img{
    border-radius: 20px;
}

.services_preview_row:nth-child(even){
    flex-direction: row-reverse;
    padding: 20px 0;
}

.services_manager_call_content{
    flex-direction: column;
    gap: 30px;
    padding: 40px 20px;
    position: relative;
}

.services_manager_call_title{
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    text-align: center;
}

.services_manager_call_txt{
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-align: center;
}

.services_manager_call_btn{
    gap: 15px;
    padding: 10px;
    background: #1DB954;
    border-radius: 6px;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    max-width: 300px;
    width: 100%;
}

.services_manager_call{
    position: relative;
    background-position: center;
    background-size: cover;
    margin: 20px 0;
}
.services_manager_call:before{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(16, 43, 43, 0.6);
}

.additional_service_info{
    gap: 20px;
    max-width: 725px;
    margin: 0 auto;
}

.additional_service_info_icon{
    min-width: 50px;
}

.additional_service_info_txt{
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

.services_step_wrapper{
    padding-top: 20px;
    position: relative;
    height: 100%;
}

.services_step_content{
    border: 2px solid #1DB954;
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
}

.services_step_header{
    padding: 12px 12px 12px 60px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    background: #1DB954;
    width: calc(100% - 40px);
    margin-left: auto;
}

.services_step_txt{
    padding: 24px;
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

.services_step_num{
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;
    width: 85px;
    height: 85px;
    border: 4px solid #1DB954;
    border-radius: 50%;
    font-size: 40px;
    font-weight: 600;
    color: #1DB954;
    background: #fff;
    outline: 6px solid #fff;
}

.services_block_subtitle{
    font-size: 16px;
    font-weight: 400;
    color: #000;
    text-align: center;
    padding-bottom: 20px;
}

.services_manager_card{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
    height: 100%;
}

.services_manager_card_img{
    position: relative;
}

.services_manager_card_img img{
    width: 100%;
}

.services_manager_card_expirience{
    padding: 8px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    background: #102B2B;
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
}

.services_manager_card_footer{
    gap: 12px;
}

.services_manager_card_name{
    font-size: 20px;
    font-weight: 600;
    color: #000;
}

.services_manager_card_position{
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

.services_manager_card_call_btn{
    background: #1db954;
    border: 1px solid #1db954;
    color: #fff;
    gap: 8px;
    padding: 10px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
}

.services_feedback_form_wrapper{
    padding: 40px 0;
    background: #102B2B;
    margin: 20px 0;
}

.services_feedback_title{
    font-size: 40px;
    font-weight: 600;
    color: #fff;
}

.services_feedback_txt{
    font-size: 20px;
    font-weight: 400;
    color: #fff;
}

.services_feedback_phone{
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    gap: 12px;
    justify-content: flex-end;
}

.services_feedback_form_txt{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.services_feedback_form{
    height: 100%;
    gap: 12px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.services_feedback_inputs{
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.services_form_input{
    background: #fff;
    border-radius: 6px;
    width: 100%;
    padding: 8px 14px;
    border: none;
}

.services_feedback_form_send_btn{
    gap: 12px;
    padding: 8px;
    border-radius: 6px;
    background: #1DB954;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
}

.services_blackboard_calculation_wrapper{
    background-image: url("/public/img/elements/blackboard.png");
    background-position: center;
    background-size: cover;
}

.services_blackboard_calculation{
    padding: 40px 20px;

    font-size: 20px;
    font-weight: 400;
    color: #fff;
    max-width: 840px;
    margin: 0 auto;
}

.services_blackboard_calculation *{
    font-family: 'LC Chalk', 'sans-serif';
}

.services_blackboard_calculation p{
    margin-top: 10px;
}

.services_calculation_footer{
    gap: 12px;
    padding: 20px 0;
}

.services_calculation_footer_txt{
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

.services_calculation_footer_btn{
    gap: 12px;
    padding: 10px;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    border-radius: 6px;
    background: #102B2B;
}

.services_prices_table{
    width: 100%;
}

.services_prices_table_header{
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    background: #1DB954;
    text-transform: uppercase;
}

.services_prices_table_header th{
    padding: 10px;
}

.services_prices_table_row{
    background: #F5F5F6;
}

.services_prices_table_row:hover{
    background: #BFEFCF;
}

.services_prices_table_service_title,
.services_prices_table_service_price{
    padding: 10px;
    display: block;
}

.services_prices_table_service_title{
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

.services_prices_table_service_price{
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #1DB954;
    white-space: nowrap;
}

.services_prices_tables{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.hidden_table_items_toggler{
    padding: 10px 15px;
    background: #1DB954;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin: 10px auto;
}

.brand_prev{
    left: 0;
}

.brand_next{
    right: 0;
}

.brand_next svg{
    transform: rotate(180deg);
}

.services_brands_slider_wrapper{
    position: relative;
}

.services_brand_slide_img{
    padding: 10px;
}

.services_project_example_img img{
    width: 100%;
}

.services_project_example_data{
    padding: 20px;
    background: #F5F5F6;
    margin-top: 5px;
    height: inherit;
}

.services_project_example_title{
    font-size: 20px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
}

.services_project_example_txt{
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

.services_prices_tables_clarification{
    font-size: 16px;
    font-weight: 400;
    color: #000;
    font-style: italic;
    padding: 20px 0;
}

.services_txt_height_toggler.hidden{
    display: none;
}

@media (min-width: 767.98px) and (max-width: 991.98px){
    .services_hero_footer{
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 991.98px){
    .services_hidden_items_toggler{
        display: none;
    }
    .hidden_services_item{
        display: block !important;
    }
    .services_hero_title{
        font-size: 30px;
    }
    .services_feedback_phone{
        justify-content: flex-start;
    }
}

@media (max-width: 767.98px){

    .services_cities_lists{
        max-height: 65px;
        overflow: hidden;
    }

    .services_cities_lists.active{
        max-height: 100%;
    }

    .services_cities_content{
        flex-direction: column-reverse;
    }

    .service_preview_img img{
        margin: 0 auto;
    }

    .services_hero{
        padding: 6px 0;
        background: none;
    }
    .services_hero:before{
        display: none;
    }
    .services_hero_content{
        max-width: 100%;
        margin-left: unset;
        padding: 20px;
        position: relative;
        background-position: center;
        background-size: cover;
    }
    .services_hero_content:before{
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background: rgba(16, 43, 43, 0.6);
    }
    .services_hero_form{
        max-width: 100%;
    }
    .services_hero_title,
    .services_hero_txt,
    .services_grdata{
        position: relative;
    }
    .services_txt{
        max-height: 315px;
        overflow-y: hidden;
    }
    .services_reviewer_name{
        font-size: 16px;
    }
    .services_hero_title,
    .services_hero_form_title,
    .services_hero_phone{
        font-size: 20px;
    }
    .services_hero_form_btn{
        font-size: 16px;
    }
    .services_hero_txt{
        font-size: 14px;
    }
    .services_hero_form{
        padding: 10px;
    }
    .services_hero_form_inputs{
        margin: 15px 0 10px 0;
    }
    .services_block_title{
        font-size: 24px;
        padding: 0 0 10px 0;
    }
    .services_page_service_category{
        padding: 10px;
        gap: 10px;
    }
    .services_installation_team_card_bottom{
        flex-direction: column;
    }
    .services_installation_team_card_btn{
        width: 100%;
    }
    .services_reviews_wrapper{
        margin: 0 -14px;
    }

    .services_advantage_title,
    .services_solution_title,
    .service_preview_title,
    .services_step_header,
    .services_feedback_phone,
    .services_project_example_title,
    .services_blackboard_calculation,
    .services_calculation_footer_btn{
        font-size: 16px;
    }

    .services_advantage_txt,
    .services_solution_txt,
    .services_solution_link,
    .service_preview_txt,
    .services_manager_call_txt,
    .services_step_txt,
    .services_feedback_txt,
    .services_project_example_txt,
    .services_calculation_footer_txt{
        font-size: 14px;
    }

    .services_page_block{
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .services_solution_data{
        padding: 15px 10px;
    }

    .services_solution{
        gap: 6px;
    }

    .services_manager_call_content{
        padding: 25px 10px;
        gap: 20px;
    }

    .services_manager_call_title{
        font-size: 25px;
    }

    .additional_service_info{
        gap: 5px;
    }

    .services_step_num{
        width: 65px;
        height: 65px;
        font-size: 30px;
    }

    .services_step_header{
        padding: 12px 12px 12px 40px;
    }

    .services_step_txt{
        padding: 16px;
    }

    .services_step_wrapper{
        padding-top: 10px;
    }

    .services_feedback_form_wrapper{
        padding: 15px 0;
    }

    .services_feedback_title{
        font-size: 20px;
    }

    .services_feedback_form_txt{
        gap: 10px;
    }

    .services_feedback_form{
        padding: 0;
    }

    .services_prices_table_header{
        font-size: 15px;
        text-transform: none;
    }

    .services_prices_table_header th{
        padding: 5px;
    }

    .services_prices_table_service_title{
        font-size: 14px;
    }

    .services_prices_table_service_title,
    .services_prices_table_service_price{
        padding: 5px;
    }

    .services_prices_table_service_price{
        font-size: 16px;
    }

    .services_project_example_data{
        padding: 12px;
    }

    .services_blackboard_calculation{
        padding: 24px 12px;
    }

    .services_calculation_footer{
        padding: 10px 0;
        flex-direction: column;
    }
}

@media (max-width: 575.98px){
    .services_hero_footer{
        flex-direction: column;
        align-items: flex-start;
    }
    .services_reviews_block_header{
        margin-bottom: 20px;
    }

    .rate_data_row{
        margin: 0;
    }

    .gap-12.rate_data_row>[class^=col-] {
        padding: 0;
    }

    .rating_progress_wrapper{
        max-width: 100%;
    }

    .services_manager_card_expirience{
        width: 100%;
        font-size: 14px;
        padding: 6px;
        text-align: center;
    }

    .services_manager_card_footer{
        flex-direction: column;
    }

    .services_manager_card_name{
        font-size: 16px;
    }

    .services_manager_card_name,
    .services_manager_card_position{
        text-align: center;
    }

    .services_manager_card_call_btn{
        width: 100%;
        padding: 4px;
        font-size: 14px;
    }
}