

/* Start:/local/components/avtocity/service.universal.content/templates/.default/style.css?1753474410993*/
.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;
    text-transform: uppercase;
}

.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/brand_banners/style.css?17537222032614*/
.auto_ico_ctrls_tabs {
	width: 360px;
}
.auto_ico_ctrls_link_item {
	border: 3px solid rgba(var(--a-primary-color));
	background-color: #fff !important;
	/* width: fit-content; */
	padding: 12px 22px;
	font-size: 14px;
	color: #000000;
	font-weight: 400;
	width: 50%;
	transition: background-color 500ms linear;
}
.auto_ico_ctrls_link_item.left {
	border-bottom-left-radius: 15px;
	border-top-left-radius: 15px;
}
.auto_ico_ctrls_link_item.right {
	border-bottom-right-radius: 15px;
	border-top-right-radius: 15px;
}

.auto_ico_ctrls_link_item.active {
	background-color: rgba(var(--a-primary-color))!important;
	color: #ffff;
}
.auto_ico_ctrls_block_mob {
	display: none;
}
@media (max-width: 992px) {
	.auto_ico_ctrls_block {
		display: none;
	}
	.auto_ico_ctrls_block_mob {
		display: flex;
		justify-content: center;
	}
	.auto_ico_ctrls_block_mob_wr {
		width: 250px;
	}
	.auto_ico_ctrls_block_mob_wr button {
		background-color: rgba(var(--a-primary-color))!important;
		color: #ffff;
		border: 3px solid rgba(var(--a-primary-color))!important;
		border-radius: 15px;
		overflow: hidden;
		width: 100%;
		font-size: 16px;
		-webkit-appearance: none;
		padding: 12px 20px;
		transition: all 500ms linear;
	}
	.auto_ico_ctrls_block_mob_wr button.show {
		border-bottom-right-radius: unset;
		border-bottom-left-radius: unset;

	}
	.auto_ico_ctrls_block_mob_btn {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	ul.auto_ico_ctrls_block_mob_dr_m {
		transition: all 500ms linear;
	}
	ul.auto_ico_ctrls_block_mob_dr_m.show {
		width: 250px;
		border-top-right-radius: unset;
		border-top-left-radius: unset;
		transform: translate3d(0px, 56px, 0px) !important;
	}
}
.dropdown-item.active, .dropdown-item:active {
	background-color: rgba(var(--a-primary-light-color))!important;
}
.auto_ico_block_item_row {
	text-align: center;
}
.auto_ico_block_item a {
	text-decoration: none;
}
.auto_ico_block_item_img img {
	max-width: 80%;
	padding: 20px;
	width: 80%;
}
.auto_ico_block_item {
	margin: 10px;
	transition: background-color 500ms linear;
}
.auto_ico_block_item_title {
	margin: 10px 0;
	color: var(--bs-body-color);
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
}
.auto_ico_block_sm {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
	border: 3px solid #15477b;
	border-radius: 20px;
}
.auto_ico_block_item img, .auto_ico_block_item_title {
	transition: transform 0.3s ease;
}
.auto_ico_block_item:hover img, .auto_ico_block_item:hover .auto_ico_block_item_title {
	transform: scale(1.1);
	/*background-color: #E6E6E6;*/
}
/* End */


/* Start:/local/components/avtocity/service.pricelist/templates/accordion/style.css?17537072844452*/
.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?17537331543919*/
.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;
}
.big_bl_frm_inp_c_short {
    max-width: 50%;
}
.date_field_wrapper {
    position: relative;
    cursor: pointer;
}
svg.big_bl_frm_datepicker_icon {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    /* margin-right: -19px; */
    right: 0px;
}
@media screen and (max-width: 640px) {
    .big_bl_frm_inp_c_short {
        max-width: 100%;
    }
    .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/news.list.ajax/templates/.default/style.css?17508883885344*/
/* Добавьте в CSS */
.news-loading {
    display: none;
    text-align: center;
    padding: 20px;
}
.news-loading.active {
    display: block;
}
.promo_btn_wr_actions_news {
    padding: 0!important;
    margin-bottom: 50px;
}
a.promo_btn_lnk.active {
    color: #000000 !important;
    background-color: rgba(var(--bs-dark-rgb), 0.4)!important;
}
.load-more-news {
    font-size: 13px!important;
    padding: 12px 30px!important;
}
.news_ajax_result {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.news-ajax-item-img_wr img {
    max-width: 100%;
}
.d-flex.flex-column.justify-content-between.text-center {
    max-width: 260px;
    width: 260px;
}
.news_ajax_res_total {
    opacity: 0;
    transition: opacity 0.3s ease;
}
.news_ajax_res_total.active {
    opacity: 1;
    pointer-events: none;
}
.news_ajax_brand_filter_dropdown a.dropdown-toggle {
    cursor: pointer;
    max-width: 260px;
    overflow: hidden;
    padding-right: 14px;
    position: relative;
    text-overflow: ellipsis;
    transition: opacity .1s ease-in;
    /* color: #0000; */
    font-weight: 300;
    color: #000000;
    text-decoration: none;
    font-size: 14px;
}
.news-ajax-filter {
    justify-content: space-between;
    align-items: center;
}
.news_ajax_brand_filter_ditem {
    font-size: 14px;
}
.news_ajax_brand_selected_wr {
    margin-bottom: 20px;
    margin-top: 20px;
}
.news_ajax_brand_selected {
    background-color: hsla(0, 0%, 51%, .2);
    border-radius: 30px;
    cursor: pointer;
    line-height: 1.4;
    margin-bottom: 10px;
    margin-right: 10px;
    max-width: 260px;
    overflow: hidden;
    padding: 2px 15px 3px 25px;
    position: relative;
    text-overflow: ellipsis;
    transition: opacity .1s ease-in;
    white-space: nowrap;
    font-weight: 300;
    color: #000000;
    font-size: 14px;
    display: none;
}
.news_ajax_brand_selected.active {
    display: inline-block;
}
.news_ajax_brand_selected::after {
    bottom: 0;
    content: "✕";
    font-size: 10px;
    height: 20px;
    left: 8px;
    margin-bottom: auto;
    margin-right: 4px;
    margin-top: auto;
    position: absolute;
    top: 0;
    padding: 3px;
}
.news_ajax_res_total {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.55;
}
.news_filter_search {
    border-radius: 3px;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0 30px 0 10px;
    width: 150px;
    -webkit-appearance: none;
    appearance: none;
    background: #f8f8f8;
    border: 1px solid #ddd;
    box-sizing: border-box;
    color: #000;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: 1.8;
    min-height: 24px;
    outline: none;
}
.news_filter_button {
    border: 1px solid #ddd;
    cursor: pointer;
    height: 31px;
    margin: auto;
    padding-left: 7px;
    padding-right: 8px;
    width: 30px;
    border-radius: 3px;
}
.news_filter_button.active .news_filter_button_close-icon {
    display: block!important;
}
.news_filter_button_search-icon {
    display: block;
}
.news_filter_button_close-icon {
    display: none;
}
.news_filter_button.active .news_filter_button_search-icon {
    display: none!important;
}
.news-ajax-item-img_mark {
    color:#ffffff;
    background-color:#ff4a4a;
    border-radius: 50px;
    box-sizing: border-box;
    display: table-cell;
    font-family: Roboto, Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    height: 50px;
    padding: 0 10px;
    text-align: center;
    vertical-align: middle;
    width: 50px;
}
.news-ajax-item-img_mark-wrapper {
    display: table;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 5;
}
.news-ajax-item-img_wr {
    position: relative;
    width: 100%;
}
.news-ajax-item-img_in {
    border-radius: 15px;
    aspect-ratio: 3/1.6;
    overflow: hidden;
}
.news-ajax-item-img_wr img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: fill;
}
.news-ajax-item {
    margin-left: 20px;
    margin-right: 20px;
}
.news-ajax-cont-wr {
    margin-bottom: auto;
    padding-top: 20px;
}
.news-ajax-item-name {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.35;
    color: #000000;
}
.news-ajax-item-text {
    margin-top: 8px;
    word-break: break-word;
    font-size: 14px;
    line-height: 1.55;
    font-weight: 300;
    color: #000000;
    min-height: 30px;
}
.news-ajax-item a {
    text-decoration: none;
}
.t-store__scroll-icon-wrapper {
    justify-content: end;
    display: none;
}
@media (max-width: 992px) {
    .news_ajax_result {
        -webkit-flex-wrap: unset;
        -ms-flex-wrap: unset;
         flex-wrap: unset;
        overflow-y: auto;
    }
    .promo_btn_wr_actions_news {
        padding-left: 20px!important;
        padding-right: 20px!important;
        justify-content: center;
    }
    .news_ajax_res_container {
        margin-left: 20px;
    }
    .t-store__scroll-icon-wrapper {
        display: flex;
    }
    .news_ajax_brand_filter_block {
        margin-left: 20px;
    }
}
/* End */


/* Start:/local/components/avtocity/service.universal.content/templates/middle/style.css?1753474410196*/
.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?1753474410355*/
.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/style.css?17534744101022*/
.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?1753474410993 */
/* /local/templates/main_25/components/bitrix/news.list/brand_banners/style.css?17537222032614 */
/* /local/components/avtocity/service.pricelist/templates/accordion/style.css?17537072844452 */
/* /local/templates/main_25/components/bitrix/form.result.new/big_blue_callback/style.css?17537331543919 */
/* /local/components/avtocity/news.list.ajax/templates/.default/style.css?17508883885344 */
/* /local/components/avtocity/service.universal.content/templates/middle/style.css?1753474410196 */
/* /local/components/avtocity/service.universal.content/templates/big_text/style.css?1753474410355 */
/* /local/components/avtocity/service.universal.content/templates/bottom/style.css?17534744101022 */
/* /local/templates/main_25/components/bitrix/form.result.new/services_bottom/style.css?17470522982331 */
