

/* Start:/local/templates/main_25/components/bitrix/news.list/moto_landing_slogans/style.css?1748601935413*/
.moto_ico_block_item_img img {
    height: auto;
    max-width: 100%;
    width: 80px;
}
.moto_ico_block_item_title {
    font-size: 18px;
    line-height: 1.35;
    font-weight: 600;
    color: #000000;
}
.moto_ico_block {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;

    @media (max-width: 768px) {
        grid-template-columns: 1fr;
    }
}
/* End */


/* Start:/local/templates/main_25/components/bitrix/news.list/moto_landing_brand_catalog/style.css?17486987032634*/
.moto_tabs_block_tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 15px;
}
.moto_tabs_block_title_wr {
    margin-left: 20px;
    margin-right: 20px;
    width: 100%;
}
.moto_tabs_block_title {
    padding-top: 8px;
    padding-bottom: 3px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 34px;
}
.moto_tabs_item_title {
    font-weight: 400;
    width: 100%;
    padding: 0 10px 18px 10px;
    box-sizing: border-box;
    color: #777;
    background-color: transparent;
    border: none;
    transition: font-weight, color 0.3s ease;
    text-align: inherit;
    cursor: pointer;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
}
.moto_tabs_item_title_wr {
    border-bottom: 1px solid #eee;
    padding: 20px;
}
.moto_tabs_item_title_wr.active {
    border-bottom-color: #fc7904 !important;
}
.moto_tabs_item_title_wr.active .moto_tabs_item_title {
    color: #222 !important;
    font-weight: 600 !important;
}
.moto_tabs_item_wr {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 20px;

    @media (max-width: 768px) {
        grid-template-columns: 1fr;
    }
}
.moto_tabs_item_wr_right img {
    max-width: 100%;
    border-radius: 25px;
}
.moto_tabs_item_video frame {
    border-radius: 15px;
    padding: 90px 0;
}
.moto_tabs_item_content {
    padding-top: 15px;
    padding-bottom: 30px;
}
.moto_tabs_item_slogan {
    font-size: 14px;
    margin-bottom: 14px;
    font-weight: 600;
    color: #000000;
    letter-spacing: 2.5px;
}
.moto_tabs_block_item_title {
    font-size: 28px;
    padding-bottom: 28px;
    font-weight: 600;
    color: #000000;
}
.moto_tabs_item_text {
    font-size: 16px;
    opacity: 0.8;
    font-weight: 300;
    color: #000000;
}
.moto_tabs_select_wr {
    position: relative;
}
.moto_tabs_select_wr::after {
    border-color: #222 transparent transparent transparent;
    content: ' ';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 4px 0;
    position: absolute;
    top: 50%;
    right: 20px;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
select.moto_tabs_block_t_select {
    border: 1px solid #222;
    color: #222;
    -webkit-appearance: none;
    padding: 16px 40px 16px 20px;
    width: 100%;
    box-sizing: border-box;
    background-color: transparent;
    border-radius: 0;
    outline: none;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}
/* End */


/* Start:/local/templates/main_25/components/bitrix/news.list/moto_landing_brand_catalog_items/style.css?17487758505867*/
.moto_tabs_fl_sections {
    display: flex;
    column-gap: 5px;
    justify-content: center;
    padding-top: 15px;
    padding-bottom: 15px;
    align-items: center;
}

.moto_cat_item {
    display: block;
}

.moto_cat_item.hidden {
    display: none;
}

.js_mt_sect_filter_item {
    cursor: pointer;
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px;
}
.js_mt_sect_filter_item.active {
    font-weight: bold;
    background: #f0f0f0;
}
.js_moto_cat_search_txt {
    display: none;
    margin-top: 5px;
    padding: 5px;
    background: #f0f0f0;
    cursor: pointer;
}
.js_moto_cat_search_txt:empty {
    display: none;
}
.moto_cat_search_txt {
    background-color: hsla(0, 0%, 51%, .2);
    border-radius: 30px;
    cursor: pointer;
    line-height: 1.4;
    margin-bottom: 10px;
    margin-right: 10px;
    max-width: 160px;
    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;
}
.moto_cat_search_txt::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;
}
.promo_btn.active .promo_btn_lnk {
    color: #000000 !important;
    background-color: rgba(var(--bs-dark-rgb), 0.4);
}
.moto_tabs_fl_filter_block {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 25px;
}
.moto_tabs_fl_fl_bl_sort_wr {
    position: relative;
    width: 200px;
}
select.moto_tabs_fl_fl_bl_sort_field {
    -webkit-appearance: none;
    appearance: none;
    background: #f8f8f8;
    border: 1px solid #ddd;
    border-radius: 3px;
    box-sizing: border-box;
    color: #000;
    cursor: pointer;
    outline: none;
    padding: 4px 30px 4px 10px;
    width: 100%;
    font-size: 12px;
}
.moto_tabs_fl_fl_bl_sort_wr:after {
    border-color: #000 transparent transparent;
    border-style: solid;
    border-width: 6px 5px 0;
    bottom: 0;
    content: " ";
    height: 0;
    margin: auto;
    pointer-events: none;
    position: absolute;
    right: 10px;
    top: 0;
    width: 0;
}
.moto_tabs_fl_filter_block_search {
    position: relative;
}
.moto_tabs_fl_filter_block_search input {
    border-radius: 3px;
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 10px;
    padding-right: 30px;
    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;
}
.moto_cat_search_icon {
    border-left: 1px solid #ddd;
    bottom: 0;
    cursor: pointer;
    height: 100%;
    margin: auto;
    padding-left: 7px;
    padding-right: 8px;
    position: absolute;
    right: 0;
    top: 0;
    max-width: 31px;
}
.js_moto_cat_l_no_res {
    display: none;
    padding: 20px;
    text-align: center;
    background: #f8f9fa;
    margin-top: 10px;
}

.js_moto_cat_l_res_count {
    display: none;
    margin: 10px 0;
    font-style: italic;
}
.moto_cat_l_no_res {
    font-weight: 300;
    border: 1px solid hsla(0, 0%, 51%, .5);
    box-sizing: border-box;
    color: hsla(0, 0%, 51%, .7);
    height: 100px;
    padding: 40px 40px 50px;
    text-align: center;
    width: 100%;
    vertical-align: middle;
}
.moto_cat_list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    margin-top: 20px;
}
.moto_cat_item_img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    margin: auto;
}
.moto_cat_item_wr {
    opacity: 1;
    transition: opacity 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.moto_cat_item_name {
    margin-bottom: auto;
    padding-top: 20px;
    font-weight: 700;
    line-height: 1.35;
}
.moto_cat_item_slogan {
    margin-top: 8px;
    word-break: break-word;
    text-transform: uppercase;
    font-size: 14px;
}
.moto_cat_item_link {
    text-decoration: none;
    color: unset;
}
.moto_cat_item_link:hover .moto_cat_item_wr {
    opacity: 0.8;
    transition: opacity 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);

}
.moto_cat_item_btn_wr {
    margin-top: 20px;
}
.moto_cat_item_btn {
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex
;
    max-width: 100%;
    color: #ffffff;
    background-color: #021734;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    margin: 0 4px 8px 0;
    height: 45px;
    font-size: 14px;
    padding-left: 30px;
    padding-right: 30px;
    border: 0 none;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    font-weight: 700;
    background-image: none;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom-left-radius: 25px;
}
@media (min-width: 576px) {
    .moto_cat_list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 768px) {
    .moto_cat_list {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 992px) {
    .moto_cat_list {
        grid-template-columns: repeat(4, 1fr);
    }
}
@media (max-width: 992px) {
    .moto_tabs_fl_sect_item {
        font-size: 12px;
    }
    .moto_tabs_fl_sections {
        column-gap: 0;
        flex-wrap: wrap;
    }
}

/* End */


/* Start:/local/templates/main_25/components/bitrix/form.result.new/get_personal_offer_moto/style.css?17487050901657*/
.get_prs_offer_frm_wr {
    display: flex;
    gap: 20px;
    justify-content: center;
}
.get_prs_offer_frm_agreement {
    font-size: 15px;
    line-height: 1.55;
    font-weight: 300;
}
input.get_prs_offer_frm_sbmt {
    color: #ffffff;
    background-color: #021734;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -webkit-appearance: none;
    background-image: none;
    border: 1px solid #021734;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    height: 60px;
    margin: 0;
    outline: none;
    padding-left: 60px;
    padding-right: 60px;
    text-align: center;
    white-space: nowrap;
    transition-property: background-color, color, border-color, box-shadow;
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out;
}
input.get_prs_offer_frm_sbmt:hover {
    transition-property: background-color, color, border-color, box-shadow;
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out;
    color: #021734;
    background-color: #ffffff;
    border: 1px solid #021734;
}
input.get_prs_offer_frm_wr_inp {
    color: #000000;
    border: 1px solid #e1e1e1;
    background-color: #e1e1e1;
    border-radius: 20px;
    font-size: 16px;
    height: 60px;
    line-height: 1.33;
    margin: 0;
    outline: none;
    padding: 0 20px;
    width: 100%;
    -webkit-appearance: none;
    /* border: 0; */
    /* border-radius: 0; */
    box-sizing: border-box;
}
@media (max-width: 992px) {
    .get_prs_offer_frm_wr {
        flex-direction: column;
    }
}
/* End */


/* Start:/local/templates/main_25/components/bitrix/news.list/photo_gallery_bg_dark/style.css?17487072391181*/
/*.gallery_dark_block {*/
/*    background-color: #00050b;*/
/*    display: grid;*/
/*    gap: 20px;*/
/*}*/
/*.gallery_dark_block {*/
/*    grid-template-columns: repeat(2, 1fr);*/
/*}*/
/*.gallery_dark_block img {*/
/*    max-width: 100%;*/
/*    border-radius: 20px;*/
/*}*/
/*@media (min-width: 768px) {*/
/*    .gallery_dark_block {*/
/*        grid-template-columns: repeat(4, 1fr);*/

/*    }*/
/*}*/
.gallery_dark_block {
    background-color: #00050b;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 15px;
}
.gallery_dark_item_wr {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    height: 200px;
    position: relative;
    background: #f0f0f0;
    border-radius: 20px;
}
.gallery_dark_item {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.gallery_dark_item img {
    height: 100%;
    width: auto;
    max-width: none;
    object-fit: cover;
}
@media (max-width: 767px) {
    .gallery_dark_block {
        grid-template-columns: repeat(2, 1fr);
    }

    .gallery_dark_item_wr {
        height: 150px;
    }
}

/* End */


/* Start:/local/templates/main_25/components/bitrix/news.list/sertificates_slider/style.css?17487237832735*/
.carousel_srt_items {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    gap: 15px;
    padding-bottom: 10px;
}

.carousel_srt_wrapper_item {
    flex: 0 0 auto;
    scroll-snap-align: start;
    width: 80%;
    max-width: 500px;
    margin: 0 10px;
    /*aspect-ratio: 4/3; */
}
.carousel_srt_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.carousel_srt_items::-webkit-scrollbar {
    height: 5px;
}
.carousel_srt_items::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 5px;
}
.carousel_srt_items {
    scrollbar-width: thin;
    scrollbar-color: #888 transparent;
}
.carousel_srt_control svg {
    width: 10px;
}
.carousel_srt_control {
    border-radius: 50px;
    background-color: rgba(0, 0, 0, 1);
    width: 50px;
    display: flex;
    height: 50px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.js_carousel_sertificates_prev {
    transform: rotate(180deg);
}
.carousel_srt_btn_wr {
    display: flex;
    justify-content: end;
    gap: 10px;
    margin-bottom: 50px;
    align-items: center;
    margin-right: 20px;
}
@media screen and (max-width: 960px) {
    .carousel_srt_btn_wr {
        margin-bottom: 0;
    }
}
@media (max-width: 768px) {
    .carousel_srt_wrapper_item {
        width: 85%;
    }

}

/*.carousel_main_item {*/
/*    border-radius: 20px;*/
/*}*/
/*.carousel_main {*/
/*    height: 550px;*/
/*}*/
/*.slick-list{*/
/*    border-radius: 20px;*/
/*}*/
/*.main_slider_img {*/
/*    height: 550px;*/
/*    overflow-y: hidden;*/
/*}*/
/*.carousel_main_control svg {*/
/*    width: 10px;*/
/*}*/
/*.carousel_main_control {*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    background-color: rgba(var(--a-primary-color));*/
/*    border-radius: 20px;*/
/*    width: 40px;*/
/*    height: 40px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*}*/
/*.carousel_main_next {*/
/*    right: 30px;*/
/*}*/
/*.carousel_main_prev {*/
/*    transform: rotate(180deg);*/
/*    left: 30px;*/
/*}*/
/*@media (max-width: 992px) {*/
/*    .carousel_main, .main_slider_img {*/
/*        height: 185px;*/
/*    }*/
/*    .carousel_main_control {*/
/*        top: 75px;*/
/*        width: 24px;*/
/*        height: 24px;*/

/*    }*/
/*    .carousel_main_prev {*/
/*        left: 9px;*/
/*    }*/
/*    .carousel_main_next {*/
/*        right: 9px;*/
/*    }*/
/*    .carousel_main_control svg {*/
/*        width: 6px;*/
/*    }*/
/*}*/
/* End */


/* Start:/local/components/avtocity/service.universal.content/templates/moto_bottom/style.css?17487283421462*/
.srv_bottom_frm_submit  {
    padding-left: 30px!important;
    padding-right: 30px!important;
    font-size: 14px!important;
}
.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_wr {
    width: 75%;
}
.services_bottom_frm_right_col_wr {
    width: 25%;
}
.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%;
    border-radius: 25px;
}
.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_left_col_wr {
        display: none;
        width: 0;
    }
    .services_bottom_frm_right_col_wr {
        width: 100%;
    }
    .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 */


/* Start:/local/components/avtocity/service.universal.content/templates/moto_footer/style.css?1748768448664*/
.moto_land_footer {
    display: flex;
}
.moto_map_wrapper {
    width: 100%;
    height: 250px;
}
.moto_land_footer_right {
    width: 60%;
    padding: 20px;
}
.moto_land_footer_left {
    width: 40%;
    padding: 20px;
}
.moto_land_ftr_right_map {
    border-radius: 20px;
    max-width: 100%;
}
.moto_map_wrapper {
    max-width: 100%;
    height: 250px;
}
.moto_land_ftr_left_title h2 {
    margin-bottom: 30px;
    font-size: 28px;
    line-height: 1.17;
}
.moto_land_ftr_left_sub_title, .moto_land_ftr_left_w_hours, .moto_land_ftr_left_addr {
    font-size: 14px;
}
.moto_land_ftr_left_phone a {
    text-decoration: none;
}
/* End */


/* Start:/local/components/avtocity/scrolltoup.btn/templates/.default/style.css?1748727234882*/
.scroll_to_up {
    position: fixed;
    left: 30px;
    bottom: 30px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.scroll_to_up.active {
    opacity: 1;
    visibility: visible;
}

.scroll_to_up_btn {
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    outline: none;
    transition: transform 0.2s ease;
}

.scroll_to_up_btn:hover {
    transform: translateY(-3px);
}

.scroll_to_up_btn:active {
    transform: translateY(0);
}

.scroll_to_up_btn svg {
    display: block;
    transition: all 0.3s ease;
}

.scroll_to_up_btn:hover svg {
    filter: brightness(1.1);
}

@media (max-width: 768px) {
    .scroll_to_up {
        right: 15px;
        bottom: 15px;
    }

    .scroll_to_up_btn svg {
        width: 40px;
        height: 40px;
    }
}
/* End */
/* /local/templates/main_25/components/bitrix/news.list/moto_landing_slogans/style.css?1748601935413 */
/* /local/templates/main_25/components/bitrix/news.list/moto_landing_brand_catalog/style.css?17486987032634 */
/* /local/templates/main_25/components/bitrix/news.list/moto_landing_brand_catalog_items/style.css?17487758505867 */
/* /local/templates/main_25/components/bitrix/form.result.new/get_personal_offer_moto/style.css?17487050901657 */
/* /local/templates/main_25/components/bitrix/news.list/photo_gallery_bg_dark/style.css?17487072391181 */
/* /local/templates/main_25/components/bitrix/news.list/sertificates_slider/style.css?17487237832735 */
/* /local/components/avtocity/service.universal.content/templates/moto_bottom/style.css?17487283421462 */
/* /local/templates/main_25/components/bitrix/form.result.new/services_bottom/style.css?17470522982331 */
/* /local/components/avtocity/service.universal.content/templates/moto_footer/style.css?1748768448664 */
/* /local/components/avtocity/scrolltoup.btn/templates/.default/style.css?1748727234882 */
