

/* Start:/local/components/avtocity/service.universal.content/templates/.default/style.css?1747149677961*/
.fl_serv_top_bl_l_info {
    margin-bottom: 18px;
}
.fl_serv_top_img_wr img{
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    border-radius: 25px;
}
.fl_serv_top_bl_l_inf_ttl {
    font-size: 60px;
    line-height: 1.05;
    font-weight: 600;
    color: #000000;
}

.fl_serv_top_bl_l_inf_txt {
    font-weight: 300;
    line-height: 1.55;
    margin-top: 4px;
    font-size: 20px;
    color: #000000;
    padding-top: 10px;
}

.fl_serv_top_bl_l_inf_txt strong {
    font-weight: 700;
}

img.fl_serv_top_img {
    max-width: 100%;
    border-radius: 25px;
}

.fl_serv_top_btn {
    max-width: 230px!important;
    font-weight: bold!important;
    height: 45px!important;
    font-size: 14px!important;
    border: 2px solid var(--a-primary-dark-color)!important;
}
@media screen and (max-width: 992px) {
    .fl_serv_top_bl_l_inf_ttl {
        font-size: 20px;
        line-height: 1.05;
    }
}
/* End */


/* Start:/local/templates/main_25/components/bitrix/news.list/model_banners/style.css?1746910527377*/
.fl_serv_btn_block_wr {
    display: flex;
    column-gap: 10px;
    row-gap: 30px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}
.fl_serv_btn_block {
    margin: 80px 100px;
}
@media screen and (max-width: 992px) {
    .fl_serv_btn_block {
        margin: 80px 20px;
        font-size: 14px;
    }
}
/* End */


/* Start:/local/templates/main_25/components/bitrix/news.list/popular_brand_service/style.css?17469795411330*/
.fl_serv_pop_s_ttl_wr {
    text-align: center;
}

.fl_serv_pop_s_ttl {
    padding-top: 8px;
    padding-bottom: 3px;
    font-size: 64px;
    line-height: 1.23;
    font-weight: 600;
    color: #000000;
}

.fl_serv_pop_s_container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
}
.fl_serv_pop_s_it_img_wr img {
    max-width: 100%;
    border-radius: 15px;
}

.fl_serv_pop_s_it_cont_wr {
    padding-top: 17px;
}

.fl_serv_pop_s_it_cont_price {
    font-size: 26px;
    padding-bottom: 8px;
    color: #ff8562;
    font-family: 'TildaSans', Arial, sans-serif;
    font-weight: 600;
    letter-spacing: 2.5px;
}

.fl_serv_pop_s_it_cont_price strong {
    font-weight: 700;
}

.fl_serv_pop_s_it_cont_ttl {
    font-weight: 600;
    color: #000000;
    font-size: 20px;
    line-height: 1.35;
}

.fl_serv_pop_s_it_cont_ttl_lnk {
    text-decoration: none;
    color: #000000;
}

.fl_serv_pop_s_it_btn_wr {
    padding-top: 35px;
    padding-bottom: 15px;
}

.fl_serv_pop_s_it_btn {
    font-size: 13px;
}

.fl_serv_pop_s_item {
    margin-bottom: 35px;
}

@media screen and (max-width: 992px) {
    .fl_serv_pop_s_container {
        grid-template-columns: 1fr;
    }

    .fl_serv_pop_s_ttl {
        font-size: 30px;
    }
}
/* End */


/* Start:/local/components/avtocity/service.pricelist/templates/accordion/style.css?17469965724452*/
.accordion_header_title {
    text-transform: uppercase;
    color: rgb(34, 34, 34);
    font-size: 24px;
    font-weight: 900;
}

a.accordion-button_lnk {
    text-decoration: none;
    align-items: center;
    border: 1px solid #cacaca;
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    padding: 16px;
    transition: color .3s ease, background-color .3s ease;
    width: 100%;
    color: rgb(101, 101, 101);
}

a.accordion-button_lnk:not(.collapsed) {
    background-color: #aebcc7;
    color: #ffff;
}

.accordion-button:focus {
    border-color: unset !important;
    box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
    color: rgb(101, 101, 101);;
    background-color: #FFFFFF;
}

/* Стили для первого уровня */
.accordion-level-1 .accordion-button {
    border-radius: 15px;
    border: var(--bs-border-width) solid var(--bs-border-color);
}

/* Стили для второго уровня */
.accordion-level-2 .accordion-button {
    font-weight: 500;
    /*background-color: #f1f1f1;*/
    /*padding-left: 2rem;*/
    border: unset;

    .accordion-level-2 .accordion-button
}

/* Стили для третьего уровня */
.service-item {
    padding: 0.75rem;
    /*border-bottom: 1px solid #eee;*/
    margin-left: 4px;
    background: #f2f1f6;
    border-radius: 10px;
    color: #222;
}

/* Общие стили */
.accordion-button:not(.collapsed) {
    box-shadow: none;
}

.accordion-item {
    border: none;
}

.search-highlight {
    background-color: yellow;
}

.accordion-collapse {
    transition: height 0.3s ease;
}

.accordion-level-1 {
    margin-bottom: 20px;
}

.serv_item_body {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}

span.accord_item_ttl {
    font-size: 14px;
    font-weight: 500;
}

.accord_item_wr {
    display: flex;
    column-gap: 10px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.accord_price {
    font-size: 16px;
    font-weight: 700;
}

@media screen and (min-width: 992px) {
    .simpleAccordion {
        display: none;
    }
}

@media screen and (max-width: 992px) {
    .desktop_services_bl {
        display: none;
    }
}

/* Основная структура */
.nav-accordion-container {
    display: flex;
    min-height: 500px;
    border: 1px solid #dee2e6;
    padding: 15px;
    border-radius: 20px;
    overflow: hidden;
}

/* Левая панель - первый уровень */
.nav-accordion-menu {
    width: 250px;
    /*background-color: #f8f9fa;*/
    /*border-right: 1px solid #dee2e6;*/
    overflow-y: auto;
}

.nav-accordion-menu-item {
    padding: 12px 15px;
    cursor: pointer;
    border: 1px solid #e9ecef;
    transition: background-color 0.2s;
    border-radius: 10px;
    margin: 8px 0px;
}

.nav-accordion-menu-item:hover {
    background-color: #e9ecef;
}

.nav-accordion-menu-item.active {
    background-color: #aebcc7;
    color: white;
}

/* Правая панель - контент */
.nav-accordion-content {
    flex: 1;
    padding: 20px;
    overflow-y: auto;
}

/* Второй уровень */
.nav-subcategory {
    /*margin-bottom: 25px;*/
}

.nav-subcategory-title {
    font-size: 1.2rem;
    font-weight: 500;
    padding-bottom: 8px;
    /*border-bottom: 2px solid #007bff;*/
    /*margin-bottom: 15px;*/
}

/* Третий уровень */
.nav-service-item {
    padding: 10px;
    margin-bottom: 8px;
    margin-left: 10px;
    background-color: #f8f9fa;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav-service-item:hover {
    opacity: 0.8;
}

.nav-service-name {
    font-weight: 500;
}

.nav-service-price {
    color: #6c757d;
    font-weight: 700;
}

/* Поиск */
.nav-search-container {
    margin-bottom: 20px;
}

/* Анимации */
.fade-in {
    animation: fadeIn 0.3s ease-in-out;
}

span.dsk_sub_cat_title {
    font-size: 16px;
    font-weight: 700;
    margin-left: 5px;
}

.dsk_acc_btn {
    padding: 10px !important;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateX(10px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
/* End */


/* Start:/local/templates/main_25/components/bitrix/form.result.new/big_blue_callback/style.css?17470453323570*/
.wv_s_frm_online_ttl_wr {
    padding-top: 15px;
    text-align: center;
    padding-bottom: 45px;
}
.wv_s_frm_online_ttl {
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 40px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2.5px;
}
.wv_s_frm_online_big_ttl_wr h2 {
    padding-top: 8px;
    padding-bottom: 3px;
    font-size: 64px!important;
    line-height: 1.23;
}

.big_bl_frm_wr {
    background-color: #15477b;
    border-radius: 25px;
    box-shadow: 0 0 29px rgba(0, 0, 0, 0.3);
    border: 3px solid #15477b;
    padding: 60px 45px 70px;
    max-width: 760px;
    margin: 0 auto;
}
.big_bl_frm_slg_wr {
    margin-bottom: 74px;
    text-align: center;
}
.big_bl_frm_slg {
    font-weight: 300;
    font-size: 24px;
    line-height: 1.5;
    color: #ffffff;
}
.big_bl_frm_inp_wr {
    margin-bottom: 25px;
    text-align: left;
}
.big_bl_frm_inp_c {
    margin-bottom: 35px;
}
.big_bl_frm_inp_top_label {
    color: #FFFFFF;
    font-size: 20px;
}
.big_bl_frm_inp {
    color: #f8f8f8;
    border: 1px solid #efefef;
    height: 56px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.33;
    margin: 0;
    padding: 0 20px;
    width: 100%;
    -webkit-appearance: none;
    background-color: transparent !important;
    border-left: 0 !important;
    border-radius: 0 !important;
    border-right: 0 !important;
    border-top: 0 !important;
    outline: none;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.big_bl_frm_inp:focus::placeholder {
    color: transparent;
    opacity: 0;
}
.big_bl_frm_inp.error   {
    border: 1px solid red !important;
}
.big_bl_frm_inp_error {
    color: red;
    font-size: 13px;
    margin-top: 5px;
}
.big_bl_frm_error {
    background: #f95d51;
    margin-bottom: 20px;
    color: #FFFFFF;
    padding: 20px;
    text-align: center;
    font-size: 20px;
}
.big_bl_frm_submit_wr {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin-top: 30px;
    margin-bottom: 10px;
}
.big_bl_frm_submit {
    color: #15477b;
    background-color: #ffffff;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    height: 56px;
    padding-left: 40px;
    padding-right: 40px;
    -webkit-appearance: none;
    text-align: center;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 700;
    border: 0;
}
.big_bl_frm_submit:hover {
    opacity: 0.8;
}
.big_bl_frm_success {
    background: #62c584;
    color: #fff;
    margin-bottom: 20px;
    padding: 20px;
    text-align: center;
    font-size: 20px;
    line-height: 1.55;
    font-weight: 300;
}
.big_bl_frm_accept_wr {
    margin-top: 20px;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
}
@media screen and (max-width: 640px) {
    .big_bl_frm_accept_wr {
        font-size: 13px;
        line-height: 1.45;
    }
    .big_bl_frm_success {
        font-size: 16px;
        line-height: 1.45;
    }
    .big_bl_frm_inp_top_label {
        font-size: 16px;
        line-height: 1.45;
    }
    .wv_s_frm_online_big_ttl_wr h2 {
        font-size: 30px!important;
    }
    .big_bl_frm_wr {
        padding: 30px 20px 45px;

    }
    .big_bl_frm_slg_wr {
        margin-bottom: 24px;
    }
    .big_bl_frm_slg {
        font-size: 20px;
        line-height: 1.4;
        margin-bottom: 32px;
    }
}
/* End */


/* Start:/local/components/avtocity/service.universal.content/templates/middle/style.css?1747150731196*/
.services_middle_img_block img {
    border-radius: 25px;
    max-width: 60%;
}
@media screen and (max-width: 992px) {
    .services_middle_img_block img {
        max-width: 100%;
    }
}
/* End */


/* Start:/local/components/avtocity/service.universal.content/templates/big_text/style.css?1747066348355*/
.service_big_text_block_wr div, .service_big_text_block_wr p {
    font-size: 20px;
    opacity: 0.8;
}
.service_big_text_block_wr h2 {
    text-transform: uppercase;
    padding-top: 8px;
    padding-bottom: 3px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.service_big_text_block_wr {
    margin-bottom: 50px;
    margin-top: 100px;
}
/* End */


/* Start:/local/components/avtocity/service.universal.content/templates/bottom_service_contacts/style.css?1748811105776*/
.page_bottom_phone_title, .page_bottom_phone_lnk a {
    color: rgb(3, 81, 193);
    font-size: 34px;
    text-transform: uppercase;
    line-height: 1.23;
    font-weight: 600;
}
.page_bottom_phone_lnk a {
    text-decoration: none;
}
.page_bottom_menu_block {
    padding-top: 30px;
    padding-bottom: 45px;
}
.page_bottom_menu_wr {
    padding-top: 10px;
    padding-bottom: 40px;
}
.page_bottom_menu_wr a, .page_bottom_menu_wr span {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2.5px;
}
.page_bottom_menu_wr a {
    color: #ff8562;
}
@media screen and (max-width: 992px) {
    .page_bottom_phone_title, .page_bottom_phone_lnk a {
        font-size: 30px;
    }
}
/* End */


/* Start:/local/components/avtocity/service.universal.content/templates/bottom/style.css?17471556611022*/
.services_bottom_frm_block {
    background-color: #efefef;
    display: flex;
    flex-direction: row;
}
.services_bottom_frm_bl_col {
    width: 50%;
    height: 640px;
}
.services_bottom_frm_left_col {
    height: 100%;
}
.services_bottom_frm_left_col div{
    height: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.services_bottom_frm_left_col img {
    height: 100%;
    width: auto;
    object-fit: cover;
    max-width: 100%;
}
.services_bottom_frm_right_col {
    padding: 10%;
}
@media screen and (max-width: 640px) {
    .services_bottom_frm_left_col img {
        max-width: 100%;
    }
    .services_bottom_frm_block {
        flex-direction: column;
    }
    .services_bottom_frm_bl_col {
        width: 100%;
        height: unset;
    }
    .services_bottom_frm_left_col {
        height: unset;
    }
    .services_bottom_frm_right_col {
        padding: 40px 20px 30px;
    }
}
/* End */


/* Start:/local/templates/main_25/components/bitrix/form.result.new/services_bottom/style.css?17470522982331*/
.services_bottom_frm_ttl {
    padding-bottom: 20px;
    font-size: 42px;
    line-height: 1.23;
    font-weight: 600;
}
.services_bottom_frm_descr {
    font-weight: 300;
    padding-bottom: 30px;
    font-size: 18px;
    line-height: 1.55;
}
.services_bottom_frm_descr_bottom {
    font-weight: 300;
    margin-top: 20px;
    text-align: left;
    font-size: 15px;
    line-height: 1.55;
}
.services_bottom_frm_success {
    background: #62c584;
    color: #fff;
    margin-bottom: 20px;
    padding: 20px;
    text-align: center;
}
.srv_bottom_frm_error {
    background: #f95d51;
    margin-bottom: 20px;
    color: #FFFFFF;
    padding: 20px;
    text-align: center;
    font-size: 20px;
}
.srv_bottom_frm_submit_wr {
    display: block;
    vertical-align: middle;
    height: 100%;
    margin-top: 30px;
    margin-bottom: 10px;
    text-align: left;
}
.srv_bottom_frm_submit {
    color: #ffffff;
    background-color: #15477b;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    padding-left: 60px;
    padding-right: 60px;
    text-align: center;
    white-space: nowrap;
    -webkit-appearance: none;
    border: 0;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    height: 60px;
    margin: 0;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}
.srv_bottom_frm_submit:hover {
    color: #15477b;
    background-color: #FFFFFF;
    border: 2px solid #15477b;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}
.srv_bottom_frm_inp_wr {
    margin-bottom: 25px;
}
.srv_bottom_frm_inp_c {
    margin-bottom: 30px;
}
.srv_bottom_frm_inp {
    padding: 0 20px;
    width: 100%;
    font-size: 16px;
    height: 60px;
    line-height: 1.33;
    margin: 0;
    box-sizing: border-box;
    background-color: transparent !important;
    border-left: 0 !important;
    border-radius: 0 !important;
    border-right: 0 !important;
    border-top: 0 !important;
    outline: none;
    padding-right: 0 !important;
    -webkit-appearance: none;
    color: #000000;
    border-bottom: 1px solid #b3b3b3;
    padding-left: 10px !important;
}
.srv_bottom_frm_inp.error {
    border: 1px solid red !important;
}
/* End */
/* /local/components/avtocity/service.universal.content/templates/.default/style.css?1747149677961 */
/* /local/templates/main_25/components/bitrix/news.list/model_banners/style.css?1746910527377 */
/* /local/templates/main_25/components/bitrix/news.list/popular_brand_service/style.css?17469795411330 */
/* /local/components/avtocity/service.pricelist/templates/accordion/style.css?17469965724452 */
/* /local/templates/main_25/components/bitrix/form.result.new/big_blue_callback/style.css?17470453323570 */
/* /local/components/avtocity/service.universal.content/templates/middle/style.css?1747150731196 */
/* /local/components/avtocity/service.universal.content/templates/big_text/style.css?1747066348355 */
/* /local/components/avtocity/service.universal.content/templates/bottom_service_contacts/style.css?1748811105776 */
/* /local/components/avtocity/service.universal.content/templates/bottom/style.css?17471556611022 */
/* /local/templates/main_25/components/bitrix/form.result.new/services_bottom/style.css?17470522982331 */
