section.grey.padding-null {
    margin: 0 !important;
    padding: 1px 0 50px 0;
}

.dropdown_wrapper.with-right .mark_logo {
    max-width: 48px;
}

.catalog_more {
    display: block;
    position: relative;
    margin-top: 50px;
    text-align: center;
}

#preloader_overlay {
    display: none;
    position: fixed;
    background: rgba(255, 255, 255, 0.7);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
}

#preloader_overlay .preloader {
    position: fixed;
    top: 50%;
    left: 52%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.block_preloader_overlay {
    display: none;
    position: absolute;
    background: rgba(255, 255, 255, 0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
}

.block_preloader_overlay .block_preloader {
    position: absolute;
    top: 50%;
    left: 52%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.preview-card_auto.used-auto .preview-card_auto-img_wrapper {
    overflow: hidden;
}

/* .preview-card_auto.used-auto .responsive-img {
	margin-top: -15px;
} */

.fast-view_text-icon .text_icon-wrapper:last-child,
.card-auto_text-icons .text_icon-wrapper:last-child {
    width: auto;
}

.fast-view_text-icon .text_icon-wrapper .icon {
    margin: 0 auto;
}

.custom-select_wrapper.required .select2-selection__rendered

/* , .custom-select_wrapper.required .many-select_item */
    {
    padding: 12px 40px 11px 26px;
}

.many-select_item {
    background: #fff;
}

.text-invalid {
    position: absolute;
    display: none;
    top: -15px;
    left: 0;
    right: auto;
    font-size: 12px;
    color: #D90008;
    line-height: 15px;
}

.tooltip-wrapper {
    max-width: 300px;
}

.modal-ok.modal a.close-modal,
.modal-subscribe_auto.modal a.close-modal {
    width: 22px;
    height: 22px;
    top: 20px;
    right: 20px;
    background-image: url(../media/icons/big-closeonhover.svg);
    opacity: .7;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
}

.modal-ok_wrapper {
    padding: 60px;
    background-color: #ffffff;
    position: relative;
    max-width: 1050px;
    margin: 0 auto;
}

.modal-subscribe_auto_wrapper {
    padding-bottom: 60px;
}

/*.modal-subscribe_auto_wrapper .tag_link{
    background-color: #0049B7;
    color: #ffffff;
}*/
.modal-subscribe_auto_wrapper .tag_link:hover {
    color: rgba(72, 73, 77, .7);
    background-color: #F0F0F4;
}

.popup.modal-subscribe_auto {
    max-width: none;
}

.pt-0 {
    padding-top: 0 !important;
}

/*.action-slide_heading {
    font-size: 26px;
    line-height: 36px;
}*/
.header-phone_link-text {
    color: #48494D;
}

.accordion_item {
    margin-bottom: 20px;
}

.accordion_item:last-child {
    margin-bottom: 0;
}

.submit-btn_wrapper {
    margin: 0 auto;
}

.preview-card_auto-btn {
    cursor: pointer;
}

.card-tyre_wrapper.card-row .card-tyre_img-wrapper .card-tyre_img {
    max-height: 135px;
    object-fit: contain;
    font-family: 'object-fit: contain;';
}

.btn.btn_blue.buy {
    padding: 0 22px;
}

.bron-modal .link_wrapper {
    margin-bottom: 10px;
}

.link-withbtn.bg_gradient {
    background: -o-linear-gradient(left, #005FED 0%, #CE1320 106.85%);
    background: -webkit-gradient(linear, left top, right top, from(#005FED), color-stop(106.85%, #CE1320));
    background: linear-gradient(90deg, #005FED 0%, #CE1320 106.85%);
}

.link-withbtn_wrapper.bg_gradient_wrapper:before {
    border-color: transparent #005FED transparent transparent;
}

.compare_distinct_hide {
    display: none;
}

.textarea_wrapper.minimal {
    width: 270px;
    margin: 0 10px;
}

.textarea.textarea_minimal {
    height: 50px;
    line-height: 48px;
    padding: 0 15px;
}

.action-slide_heading {
    font-size: 28px;
}

.default-input_wrapper.invalid input[type="file"].input-default+.input-default_label {
    border-color: #D90008 !important;
}

ul.working_holidays_list li.working_list_item {
    display: inline-block;
    width: 48%;
}

.contacts_working_holidays_btn {
    max-width: 270px;
    margin: 0 0 20px 0;
}

.sprobegom-credit_btn_container {
    margin-left: 5px;
}

li.mobile_only_link {
    display: none;
}

.flex-center {
    align-items: center;
    justify-content: center;
}

/*MainPage appraisal block*/
.appraisal_block ul {
    color: #fff;
    margin: 0 auto;
    text-align: center;
}

.appraisal_block ul li {
    display: inline-block;
}

.appraisal_block h2 {
    margin-bottom: -21px;
}

.appraisal_block .appraisal_btn-block {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}

.appraisal_block ul li {
    padding-left: 16px;
    margin-left: 30px;
}

.appraisal_block ul li:first-child {
    margin-left: 0;
}

h2.heading_black.text-center {
    display: block;
    position: relative;
    margin: auto;
}

img.platform_icon {
    width: 25px;
    height: 25px;
    border-radius: 50%;
}

.dropdown_list-edited.only-mob {
    display: none;
    opacity: 0;
}

@media screen and (max-width: 1199px) {
    .dropdown_list-edited.only-mob {
        display: block;
        opacity: 1;
    }

    .custom-select.req:not(.mainfilter) {
        padding: 0 16px 0 26px;
        padding-right: 40px;
    }

    .textarea_wrapper.minimal {
        width: 726px;
        margin: 0;
    }

    /*   .textarea_wrapper.minimal textarea {
        height: 50px;
        padding-top: 15px;
        padding-bottom: 15px;
    } */

    .contacts_working_holidays_btn {
        margin: 0 0 20px 25px;
    }

    li.mobile_only_link {
        display: list-item;
    }

    .appraisal_block ul,
    .appraisal_block h2 {
        color: #48494D;
    }

    .card-auto_slider-section.show_mobile {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .textarea_wrapper.minimal {
        width: 288px;
    }

    .contacts_working_holidays_btn {
        margin: 20px auto;
    }

    .sprobegom-credit_btn_container {
        margin-left: 0;
        margin-top: 10px;
    }

    .appraisal_block ul {
        text-align: left;
    }

    .appraisal_block ul li {
        margin-left: 0;
    }

    .appraisal_btn-block .btn {
        border-radius: 5px;
    }

    .action-banner_section .action-banner_text {
        font-size: 12px
    }

    .fltr-switcher_item.find_switcher:not(:first-child) {
        margin-left: 0;
    }
    .specSlider-slide .img-wrapper {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }
}

.action-banner_close {
    display: none;
}

.action-banner_text {
    margin: 0 30px 0 0;
}

.colored_elements_list {
    list-style: none;
    padding-left: 0;
}

.colored_elements_title {
    font-size: 20px;
    padding: 0
}

.colored_elements_container {
    max-height: 100%;
    overflow: hidden;
    overflow-y: auto;
    flex: 1;
    /* word-wrap: break-word;         */
}

.colored_elements_slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 420px) {
    .action-banner_close {
        display: inline-block;
    }

    .action-banner_text {
        margin: 0 30px;
    }

    .action-banner_link-more.banner_link_close {
        display: none;
    }

    .colored_elements_list {
        font-size: 12px;
    }

    .colored_elements_title {
        font-size: 14px;
    }
}

.select2-container--custom-select .select2-results__option {
    padding: 15px;
    font-size: 14px;
    white-space: normal;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 17px;
}

img.button_loader {
    display: block;
    width: 100%;
    height: 50px;
}

@media screen and (min-width: 1200px) {
    .description-labels .label.label_contur-gradient:hover {
        background: -webkit-gradient(linear, left top, right top, from(#005FED), color-stop(106.85%, #CE1320));
        background: linear-gradient(90deg, #005FED 0%, #CE1320 106.85%);
    }
}

.card-thumbsSlider_slide-panoram:after {
    content: '';
    position: absolute;
    width: 60px;
    height: 36px;
    background: rgba(72, 73, 77, 0.7);
    border-radius: 5px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url(../media/catalog/icons/icon-360.svg);
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    -o-transition: transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease;
}

/*Стилизация слайдеров цены и пробега на главной в декстопе*/
@media screen and (min-width: 1199px) {
    .main_filter_progressbars .progressbars-wrapper {
        margin-top: 10px;
    }

    .main_filter_progressbars .progressbar_wrapper {
        width: calc(25% - 20px);
        /*margin: 0 10px;*/
    }

    .main_filter_progressbars .progressbar_wrapper {
        position: relative;
        height: 50px;
        background: #FFFFFF;
        border: 1px solid #DFE3E9;
        border-radius: 5px;
        padding: 9px 15px;
        /*margin-bottom: 20px;*/
    }

    .main_filter_progressbars .progressbar_inputs {
        padding-top: 0;
        align-items: center;
    }

    .main_filter_progressbars .progressbar_inputs .progressbar_input:not(.percent):not(.months) {
        padding: 0;
        background: transparent;
        font-size: 14px;
        line-height: 17px;
        height: auto;
        width: 100%;
    }

    .main_filter_progressbars .progressbar_inputs .divider {
        padding: 0 10px;
        line-height: 100%;
    }

    .main_filter_progressbars .progressbar_slider .noUi-connect {
        height: 1px;
        top: 0;
    }

    .main_filter_progressbars .progressbar_pretext {
        font-size: 10px;
        line-height: 12px;
        color: rgba(72, 73, 77, 0.5);
        padding-bottom: 0;
    }

    .main_filter_progressbars .progressbar_slider.noUi-horizontal {
        position: absolute;
        width: calc(100% - 30px);
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .main_filter_progressbars .progressbar_inputs .input-wrapper {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        min-width: 0;
    }

    .main_filter_progressbars .progressbar_inputs .input-wrapper:first-child {
        padding-right: 0;
    }

    .main_filter_progressbars .progressbar_input[readonly] {
        cursor: default;
    }
}

.footer-description_text {
    font-size: 10px;
    /*padding-top: 30px;*/
    width: 100%;
    opacity: .5;
    line-height: 12px;
    text-align: justify;
}

span.preview_text {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #48494D;
    display: block;
    position: relative;
    margin-bottom: 30px;
}

.dropdown_wrapper.with-right .dropdown_list-title span[data-before],
.dropdown_wrapper.with-right .dropdown_list .dropdown_link span[data-before],
.dropdown_wrapper .dropdown_list .dropdown_link span[data-before] {
    position: relative;
}

.tags_slider_catalog .active-catalog-filter {
    color: #ffffff;
    background: #2EA5FF;
    border-color: transparent;
}

.tags_slider_catalog .active-catalog-filter .icon_wrapper-svg .icon-hover:last-child {
    opacity: 1;
}

.tags_slider_catalog .tags_slide--green.active-catalog-filter {
    color: #ffffff;
    background: #4CAF68;
    border-color: transparent;
}

/*Career button*/
.btn.btn_career_fixed {
    right: -69px;
    /* left: 100%; */
    position: absolute;
    will-change: transform;
    font-size: 15.9px;
    /*padding-left: 55px;*/
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    white-space: nowrap;
    transform: rotate(-90deg);
}

@media screen and (max-width: 767px) {
    .colored_elements_slide>div:first-child {
        padding-top: 30px;
        min-width: 0;
        max-width: 50%;
    }

    .colored_elements_slide>div:first-child object {
        width: 100%;
        display: block;
    }


    .btn.btn_career_fixed {
        width: 180px !important;
    }

    .footer-time {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.save-search_wrapper+a.close-modal {
    display: none !important;
}

.garanty-doit_items {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    row-gap: 30px;
}

.garanty-doit_item {
    max-width: 270px;
}

.garanty-doit_item {
    padding: 25px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 15px;
    border: 1px solid #D7D9DF;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    row-gap: 15px;
}

.garanty-doit_item.lightgallery-garant {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
    max-width: 570px;
    padding: 0;
    border: none;
    position: relative;
}

.garanty-doit_item a,
.garanty-doit_item img {
    display: block;
}

.garanty-doit_items.garanty-not_items .garanty-doit_item {
    max-width: 370px;
}

.garanty-doit_item.lightgallery-garant .garanty-doit-zoom {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: rgba(72, 73, 77, 0.7);
    border-radius: 4px;
    width: 40px;
    height: 40px;
    -webkit-transition: background .2s ease;
    -o-transition: background .2s ease;
    transition: background .2s ease;
}

.garanty-doit_item.lightgallery-garant .garanty-doit-zoom img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.pagination_wrapper.pagination-anonce_wrapper {
    margin-top: 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
}

.modal-ok_wrapper.warranty_wrapper {
    max-width: 360px;
    padding: 30px;
}

p.warranty_top {
    color: #48494D;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    display: block;
    margin-top: 30px;
}

.default-input_wrapper.icon_wrapper {
    background: #fff;
}

@media screen and (max-width: 1199px) {
    .advantages-section.advantages-section_view {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .advantages-section_view .card-auto_advantages {
        width: 100%;
        max-width: 288px;
        gap: 20px;
    }
}

@media screen and (max-width: 1199px) {
    .advantages-section_view .card-auto_advantages {
        width: 626px;
        margin: 0 auto;
        gap: 50px;
    }
}

@media screen and (max-width: 1199px) {
    .advantages-section_view .card-auto_advantage {
        width: calc(50% - 50px);
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media screen and (max-width: 767px) {
    .advantages-section_view .card-auto_advantage {
        width: 100%;
    }
}

@media screen and (max-width: 1199px) {
    .advantages-section_view .card-auto_advantage-text {
        text-align: center;
    }
}

@media screen and (max-width: 1199px) {
    .garanty-doit_items {
        max-width: 728px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 767px) {
    .garanty-doit_item {
        min-width: 100% !important;
    }
}

@media screen and (max-width: 1199px) {
    .btn.btn_with-arrow:after {
        top: 31px;
    }
}

@media screen and (max-width: 1199px) {
    .garanty-doit_item {
        max-width: none;
    }
}

@media screen and (max-width: 1199px) {
    .garanty-doit_item.lightgallery-garant {
        min-width: 100%;
    }
}

@media screen and (max-width: 1199px) {
    .garanty-doit_items.garanty-not_items .garanty-doit_item {
        max-width: 350px;
        min-width: calc(50% - 15px);
        min-height: 374px;
    }

    section.grey.mobile-non-margin {
        margin-top: -40px;
    }
}

.card-tyre_location {
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #48494D;
    text-align: center;
    max-width: 100%;
    padding-top: 5px;
}

.card-tyre_wrapper.card-column {
    height: 455px;
}

.action-detail_catalog-fltr.flex-block.import-block {
    margin-bottom: 20px;
}

span.disclaimer_text {
    display: block;
    color: rgba(72, 73, 77, .5);
    font-size: 14px;
    margin-top: 10px;
}

.black_friday {
    background-color: #501d7c !important;
    text-shadow: 1px 0 2px #fff;
}

.action-wrapper {
    width: 300px;
    margin: 0;
    padding: 0;
    display: inline-block;
    margin-left: -75px;
}

.action-wrapper>.timer-action {
    padding: 6px 4px;
    background: transparent;
    margin-left: 101px;
    border: 1px solid #fff;
    border-radius: 5px;
    font-size: 17px;
    line-height: 21px;
    color: #fff;
    position: absolute;
    top: 15px;
}

.action-wrapper>.timer-action span {
    padding: 0 2px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    row-gap: 2px;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    text-align: center;
    min-width: 60px;
}

.action-wrapper>.timer-action span:after {
    content: attr(data-text);
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    font-family: 'Proxima Nova';
    font-weight: normal;
    color: #fff;
    opacity: 0.7;
}

@media screen and (max-width: 1199px) {
    .action-wrapper>.timer-action {
        display: none;
    }
}

.scroll-wrapper>.scroll-content.scroll-scrolly_visible {
    /* overflow: auto !important; */
    left: -4px;
    margin-left: 4px;
}

.scroll-wrapper>.scroll-element.scroll-y {
    width: 4px;
    height: 100%;
    min-height: 100%;
    top: 0;
    right: 0;
    position: absolute;
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    z-index: 10;
    /* opacity: .5; */
}

.scroll-wrapper>.scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
}

.scroll-wrapper>.scroll-element.scroll-y .scroll-element_size {
    background: #F0F2F5;
    border-radius: 2px;
}

.scroll-wrapper>.scroll-element .scroll-element_track {
    opacity: 0;
}

.scroll-wrapper>.scroll-element.scroll-y .scroll-bar {
    background: #D1D3DB;
    border-radius: 2px;
    border: none;
    transition: background 0.2s ease;
}

.scroll-wrapper>.scroll-element.scroll-y .scroll-bar:hover {
    background: #9698a3;
}

.scroll-wrapper>.scroll-content.scroll-scrolly_visible {
    left: -4px;
    margin-left: 4px;
}

.review-slide_text.scroll-content {
    padding: 0 20px;
}

.scroll-wrapper>.scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important;
}

.review-slide_text.scrollbar-inner.scrollbar-mobile {
    padding: 0 20px;
    margin-top: 15px;
}

span.or-text-center {
    display: block;
    position: relative;
    text-align: center;
    margin-bottom: -20px;
    margin-top: 10px;
}

.label.label_bg.semibold.newyear {
    background-color: #a80002;
}

.our_mission_title {
    position: relative;
    padding-bottom: 20px;
    display: block;
    font-size: 14px;
    letter-spacing: 1.68px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 100%;
    color: rgba(72, 73, 77, 0.7);
}

/*Переделка меню брендов*/
.dropdown_wrapper.with-right .mark_logo{
    display: none;
}
.dropdown_wrapper.with-right .mark_tab-wrapper-square{
    height: 35px;
}
.mark_tab-wrapper .mark_tab.menu_mark_tab{
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}
.mark_tab-wrapper.menu_mark_tab_link:not(.mark-more):not(.active):hover,
.mark_tab-wrapper.menu_mark_tab_link:not(.mark-more):not(.active):active,
.mark_tab-wrapper.menu_mark_tab_link:not(.mark-more).active
{
    border:none !important;
}
.mark_tab-wrapper.menu_mark_tab_link{
    border:none;
}
.mark_tab-wrapper-square .mark_tab:hover .mark_name{
    color: #0049b7;
}
@media screen and (max-width: 1199px) {
    .dropdown_wrapper.with-right .find_marks .mark_tab-wrapper-square {
        height: 35px;
    }
}

/*стили для политики конфиденциальности*/
table.table-privacy {
    width: 100%;
    overflow: auto;
    display: block;
    margin-bottom: 20px;
}
.privacy .right_text {
    text-align: right;
    font-weight: 600;
    font-size: 18px;
    display: block;
    position: relative;
    margin-top: 40px;
    margin-bottom: 20px;
}
.privacy .center{
    text-align: center;
    display: block;
    position: relative;
    margin-bottom: 40px;
    font-size: 18px;
    font-weight: 600;
}
table.table-services.table-privacy th {
    width: 25%;
}
.privacy-page ul {
    list-style-type: none;
    padding-left: 15px;
}
.privacy-page p {
    padding-bottom: 12px;
}
.privacy-page span.bold {
    font-weight: 600;
}
section.white.privacy-page.section-first ul li {
    margin-bottom: 15px;
}
section.white.privacy-page.section-first ul {
    padding-left: 0;
}
.subtext {
    font-size: 25px;
    line-height: 30px;
    padding-bottom: 30px;
    width: 100%;
    font-weight: 700;
    margin-top: -25px;
    display: block;
    position: relative;
}
.element_reminder span.bb {
    border-bottom: 1px solid black;
    display: initial;
}
.element_reminder span.el-right {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
}
.element_reminder span {
    display: block;
    width: 100%;
}
img.remind_img {
    width: 49%;
    vertical-align: top;
}
img.reminder-img {
    width: 50%;
    margin-top: 10px;
}

.extended {
    display: block;
    position: relative;
    width: 100%;
    margin-top: 30px;
}
h2.h1.heading_black.text-center.extended-title {
    font-size: 28px;
}
#extended-modal div {
    font-weight: 400;
    margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
    .element_reminder span.el-right {
        padding-left: 0;
    }
    .extended {
        display: block;
        position: relative;
        width: 100%;
        margin-top: 30px;
        padding: 0 20px;
    }
    h2.h1.heading_black.text-center.extended-title {
        font-size: 26px;
    }
}
.payin{
    display: block;
    margin-top: 30px;
}
.payin_main {
    border-radius: 15px;
    overflow: hidden;
}
.payin--img {
    height: 440px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.payin_wrapper {
    display: block;
    position: relative;
    margin-bottom: 100px;
}
.payin .accordeons-wrapper .accordeon_wrapper:not(:first-child) {
    margin-top: 20px;
}
.payin .action-detail_disclamer {
    font-size: 10px;
    line-height: 12px;
    opacity: .5;
}
.payin section#body-desclamer {
    padding-bottom: 0;
    padding-top: 100px;
    margin-bottom: -30px;
}
.payin .mob-app_notwork {
    margin-top: 50px;
}
.img-wrapper.payin-img {
    width: 44px;
}
.row-icons_item--text.text-center.payin-text {
    width: 195px;
}
.row-icons_item.flex-block.payin-item {
    position: relative;
}
.row-icons_item.flex-block.payin-item.payin-item-circle::before {
    content: '';
    position: absolute;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color: rgba(245, 245, 249, 1);
    top: 40%;
    right: -35px;
}
.row-icons_item.flex-block.payin-item.payin-item-circle::after {
    content: '';
    position: absolute;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color: rgba(245, 245, 249, 1);
    top: 40%;
    right: -35px;
    background: url("/bitrix/templates/redisign_new/media/icons/sber-vector.svg");
    background-position: center center;
    background-repeat: no-repeat;
}
.payin section.section-first {
    padding-top: 0 !important;
}
.payin section#body-desclamer p {
    padding-bottom: 0;
}
.payin .offer-description_wrapper3 {
    padding: 55px 0 55px 60px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.payin .offer-img_wrapper3 {
    width: 563px;
    margin-left: auto;
    height: 100%;
}
.payin .text-block_wrapper p {
    padding-bottom: 0;
}
.payin .offer-description_wrapper3--text p {
    padding-bottom: 0;
}
.offer_appraisal .offer-description_wrapper3 {
    padding: 60px 55px 60px 60px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.offer_appraisal .offer-img_wrapper3 {
    width: 530px;
    margin-left: auto;
    padding: 80px 0 0 0;
}
@media screen and (max-width: 767px) {
    .offer_appraisal .offer-description_wrapper3 .btn_wrapper .btn {
        height: 50px !important;
        line-height: 50px !important;
        border-radius: 5px;
    }
    .offer_appraisal .offer-img_wrapper3 {
        padding: 20px 0 0 0;
    }
    .payin--img {
        height: 57vw;
    }
    .payin_main {
        margin: 0 -16px;
        border-radius: 0;
    }
    .row-icons_item.flex-block.payin-item.payin-item-circle::before {
        display: none;
    }
    .row-icons_item.flex-block.payin-item.payin-item-circle::after {
        display: none;
    }
    .row-icons_item--text.text-center.payin-text {
        width: 100%;
    }
    .payin section#body-desclamer {
        margin-bottom: 0;
    }
    .payin .offer-description_wrapper3 {
        padding: 25px;
    }
    .payin_wrapper {
        margin-bottom: 80px;
    }
}
@media screen and (max-width: 1199px) {
    .offer_appraisal .offer-description_wrapper3 .btn_wrapper .btn {
        height: 70px;
        line-height: 70px;
        border-radius: 5px;
    }
    .payin--img {
        height: 50vw;
    }
    .row-icons_item.flex-block.payin-item.payin-item-circle::before {
        display: none;
    }
    .row-icons_item.flex-block.payin-item.payin-item-circle::after {
        display: none;
    }
    .payin_wrapper {
        margin-bottom: 80px;
    }
}

/*extended warranty*/
.extended-wrap .offer-description_wrapper:not(.withslider) {
    width: 540px;
    padding-left: 0;
}
.extended-wrap .offer-img_wrapper .img {
    max-height: 100%;
}
.extended-wrap .offer-img_wrapper {
    width: 49%;
    float: right;
    margin-left: 56px;
}
.extended-text .step-desc_text {
    text-align: center;
}
.extended-text .work-steps_item .step-desc {
    padding: 20px;
    border-radius: 10px;
    min-height: auto;
    margin-top: 10px;
}
.extended-text .step-img {
    margin: auto;
}
.extended-label .extended-calltoaction {
    gap: 30px;
    background: #F0F8F7;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
    padding-left: 200px;
    border-radius: 15px;
    position: relative;
}
.extended-label a.btn.btn_blue.btn_mini.modal-open {
    background-color: #4CAF68;
}
.extended-label .btn-wrapper {
    padding-left: 40px;
}
.extended-label .img-wrapper {
    position: absolute;
    left: 73px;
    bottom: -8px;
}
.extended-advantages .row-icons_item {
    width: calc(33% - 30px);
    margin: 0 15px;
    display: table;
}
.extended-advantages .row-icons_item.icon-item.flex-block.corp-icons-item>.img-wrapper {
    width: 70px;
    height: 100%;
    vertical-align: top;
    display: table-cell;
}
.extended-advantages .row-icons_item img {
    display: block;
    width: 100%;
}
.extended-advantages .row-icons_item.icon-item.flex-block.corp-icons-item> .row-icons_item--text {
    vertical-align: top;
    height: 100%;
    display: table-cell;
    padding: 0;
    padding-left: 10px;
}
.extended-advantages .row-icons_item--text {
    padding-top: 10px;
    max-width: 256px;
    margin: 0 auto;
}
.extended-advantages .corp-icons-item p {
    padding-bottom: 0;
    font-family: "Proxima Nova Semibold";
    font-size: 15px;
}
.extended-advantages .mb30 {
    margin-bottom: 30px !important;
}
.extended-form h2.heading_black.text-center {
    text-transform: uppercase;
    width: 800px;
    padding: 0;
}
.extended-form .form_wrapper.services {
    width: 1170px;
}
.extended-form span.text {
    text-align: center;
    display: block;
    margin: 0;
    margin-top: 10px;
}
.extended-form .comlpiance_wrapper.text-center {
    margin: auto;
}
.extended-form .custom-select_wrapper {
    margin: 0 14px 20px;
}
.extended-form .btn {
    width: 100%;
}
.extended-form .submit-btn_wrapper {
    width: 270px;
    margin: 30px 11px 30px !important;
}
.extended-form .form_wrapper .comlpiance_wrapper {
    padding: 10px 0 0;
}
.extended-label .img-wrapper.ruble-img{
    bottom: 24px;
}
.extended-why h2 {
    font-size: 25px !important;
    line-height: 32px !important;
    padding-bottom: 30px !important;
    padding-right: 10px;
}
.extended-why .offer-description_wrapper3 {
    padding: 60px 30px 60px 60px;
}
.extended-why-wrap {
    display: flex;
    width: 100%;
    position: relative;
    flex-flow: wrap;
    gap: 30px;
}
.extended-why-elem {
    width: 255px;
    padding-left: 34px;
    position: relative;
}
.extended-why-elem p {
    padding-bottom: 0;
    font-family: "Proxima Nova Semibold";
    font-size: 16px;
}
.extended-why-elem::before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    background: url(/bitrix/templates/redisign_new/media/icons/icon-why.svg);
    left: 0;
    top: 0;
    z-index: 1;
}
.extended-why .offer-img_wrapper3 {
    width: 540px;
    margin-left: auto;
}
.extended-than h2{
    text-align: center;
}
.extended-than-block {
    display: flex;
    gap: 30px;
}
.extended-than-elem {
    border: 1px solid #D7D9DF;
    border-radius: 10px;
    padding: 30px;
    width: 50%;
}
.extended-than-elem p {
    font-size: 18px;
    line-height: 27px;
    font-family: "Proxima Nova Semibold";
}
.extended-than-elem div {
    padding-left: 39px;
    position: relative;
    display: block;
    margin-bottom: 20px;
}
.extended-than-elem div:last-child {
    margin-bottom: 0;
}
.extended-than-elem div::before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    background: url(/bitrix/templates/redisign_new/media/icons/icon-than-green.svg);
    left: 0;
    top: 5px;
    z-index: 1;
}
.extended-than-elem div.last::before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    background: url(/bitrix/templates/redisign_new/media/icons/icon-than-grey.svg);
    left: 0;
    top: 5px;
    z-index: 1;
}
.extended-than-wrapper p.bottom-text {
    text-align: center;
    margin-top: 30px;
    padding-bottom: 0;
}
.extended-auto .extended-repairs_item:first-child {
    top: 38px;
    left: 43px;
}
.extended-auto .extended-repairs_item:nth-child(4) {
    right: 52px;
    top: -31px;
}
.extended-auto .extended-repairs_item:nth-child(5) {
    right: -10px;
    top: 139px;
}
.extended-auto .extended-repairs_item:nth-child(6) {
    right: 19px;
    top: auto;
    bottom: 25px;
}
.extended-auto .extended-repairs_item:nth-child(3) {
    left: 215px;
    bottom: -25px;
}
.extended-auto .extended-repairs_item:nth-child(2) {
    left: 8px;
    bottom: 70px;
}
.extended-auto .extended-repairs_inner {
    margin-top: 30px;
}
.extended-need .offer-description_wrapper2--text {
    padding-bottom: 10px;
    display: table;
    width: 100%;
}
.extended-need .offer-description_wrapper2--text .number {
    width: 50px;
    height: 50px;
    display: table-cell;
    font-size: 39px;
    color: #2EA5FF4D;
    vertical-align: middle;
    text-align: center;
}
.extended-need .offer-description_wrapper2--text span {
    display: table-cell;
    padding-left: 15px;
}
.extended-need .offer-img_wrapper2 {
    padding-left: 0;
    width: 450px !important;
    height: 326px;
    margin: 0 58px -15px 0;
    z-index: 2 !important;
    position: relative !important;
}
.extended-need .offer-img_wrapper2 .img {
    display: block;
    margin: 0 auto;
    width: 100%;
    min-height: auto;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    z-index: 1;
}
.extended-need .extended-back {
    position: relative;
}
.extended-back::after {
    content: ' ';
    border-bottom: 505px solid #0055D4;
    border-left: 745px solid transparent;
    width: 0;
    position: absolute;
    right: 0;
    bottom: 0;
}
.extended-need .offer_wrapper2_extended.offer_wrapper2 .offer-description_wrapper2 {
    max-width: 580px;
    padding: 60px !important;
    padding-right: 15px !important;
}
.extended-tariff .tabs-wrapper_main {
    width: 100%;
}
.extended-tariff .heading_wrapper {
    text-align: center;
}
.extended-tariff .tabs-switchers {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #0049B7;
    border-radius: 5px;
    width: 390px;
    margin-bottom: 30px;
}
.extended-tariff .tabs-switcher:first-child.active {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.extended-tariff .tabs-switcher.active {
    background: #0049B7;
    color: #ffffff;
    border-radius: 5px;
}
.extended-tariff .tabs-switcher {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 50px;
    line-height: 50px;
    color: #0049B7;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.extended-tariff .tabs-contents {
    width: 100%;
    display: block;
    position: relative;
}
.extended-tariff .extended-segments_items.flex-block {
    width: 100%;
    margin: 0;
    gap: 30px;
}
.extended-tariff .extended-segments-item.flex-block {
    width: calc(25% - 23px);
    display: flex;
    flex-flow: column;
    background: #F5F5F9;
    padding: 25px 25px 40px 25px;
    border-radius: 10px;
}
.extended-tariff .segment-text {
    text-align: center;
    font-size: 18px;
    line-height: 27px;
    font-family: "Proxima Nova Semibold";
}
.extended-tariff .segment-bottom.flex-block {
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    margin-bottom: 15px;
}
.extended-tariff .segment-price.semibold {
    text-align: center;
    margin-bottom: 20px;
}
.extended-tariff a.btn.btn_blue.btn_mini.modal-open {
    width: 100%;
}
.extended-tariff .segment-title {
    display: block;
    width: 100%;
    position: relative;
    height: 44px;
    vertical-align: middle;
    margin-bottom: 20px;
}
.extended-tariff .segment-img {
    display: inline-block;
    width: 44px;
    height: 44px;
    vertical-align: middle;
}
.extended-tariff .segment-img img {
    width: 100%;
    height: 100%;
}
.extended-tariff .segment-month.semibold {
    font-size: 14px;
    line-height: 21px;
    color: #0049B7;
    padding: 5px 10px;
    border: 1px solid #0049B7;
    border-radius: 50px;
    display: inline-block;
    margin-left: 55px;
    vertical-align: middle;
}
.extended-tariff .extended-segments-item.flex-block.blue-block {
    background: #0055D4;
    color: #fff;
    padding: 52px 25px;
}
.extended-tariff .blue-block .segment-text{
    margin-bottom: 15px;
}
.extended-tariff .blue-block .segment-subtext {
    text-align: center;
    margin-bottom: 30px;
}
.extended-tariff .blue-block .contuct-us-btn {
    border: 1px solid #fff;
    color: #fff;
}
.extended-tariff .blue-block .contuct-us-btn.btn--phone>span:before {
    background-image: url(/bitrix/templates/redisign_new/media/mobapp/icons/phone-hover.svg);
}
.extended-tariff .blue-block .contuct-us-btn.btn--chat>span:before {
    background-image: url(/bitrix/templates/redisign_new/media/mobapp/icons/chat-hover.svg);
}
.extended-tariff .btn-wrapper.mb20 {
    margin-bottom: 20px;
}
.extended-how .work-steps_item {
    width: calc(33% - 26px);
}
.extended-how .work-steps_item .step-desc {
    padding: 0;
    background: transparent;
    border-radius: 0;
    min-height: auto;
    margin-top: 30px;
    text-align: center;
}
.extended-how .work-steps_item .step-desc_title {
    margin: auto;
    height: 70px;
    margin-bottom: 10px;
}
.extended-how .step-number.flex-block.shadow{
    position: relative;
}
.extended-how .step-number.flex-block.shadow::after {
    content: '';
    position: absolute;
    width: 350px;
    height: 1px;
    background: url(/bitrix/templates/redisign_new/media/icons/border.svg);
    left: 48px;
    top: 20px;
}
.extended-than span.bb {
    border-bottom: 1px solid #48494D;
}
.extended-form .form_wrapper .form_block {
    margin: 0 auto;
    width: 876px;
}
.extended-form .form_block .custom-select_wrapper,
.extended-form .form_block .default-input_wrapper {
    margin: 30px 11px 30px;
}
.extended-wrap h1.heading_black.text-left {
    padding-bottom: 15px;
    padding-right: 30px;
}
.extended-wrap .offer-description_text.text-left p {
    padding-bottom: 30px;
}
.extended-wrap .offer-description_btn-link.flex-block.p30 {
    padding-top: 0;
}
.section-steps-icons .work-steps_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(25% - 30px);
    margin: 0 15px;
}
.section-steps-icons .work-steps_item .step-desc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: center;
    padding: 30px 20px;
    background: transparent;
    border-radius: 5px;
    min-height: auto;
    margin-top: 20px;
}
.section-steps-icons .step-desc_text {
    text-align: center;
}
.step-number.flex-block.semibold.shadow{
    position: relative;
}
.step-number.flex-block.semibold.shadow::after {
    content: '';
    position: absolute;
    width: 250px;
    height: 1px;
    background: url(/bitrix/templates/redisign_new/media/icons/border.svg);
    left: 45px;
    top: 20px;
}
@media screen and (max-width: 1199px) {
    .extended-wrap .offer-description_wrapper:not(.withslider) {
        width: 100%;
        text-align: center;
    }
    .extended-wrap .btn.btn_blue:not(.btn_with-arrow):not(.btn_mini) {
        padding: 0 34px;
    }
    .extended-wrap .offer-img_wrapper {
        width: 100%;
        float: none;
        margin-left: 0;
        margin-top: 30px;
    }
    .extended-wrap h2.heading_black.text-center {
        padding-bottom: 15px;
    }
    .extended-wrap section.white.offer.extended-text p {
        padding-bottom: 30px;
    }
    .extended-label .extended-calltoaction {
        padding-left: 15px;
    }
    .extended-advantages h2.heading_black.text-center {
        display: block;
        position: relative;
        margin: auto;
        margin-top: 10px;
    }
    .extended-auto .extended-repairs_items {
        max-width: 610px;
    }
    .extended-form .form_wrapper.services {
        width: 100%;
    }
    .extended-form h2.heading_black.text-center {
        text-transform: uppercase;
        width: 100%;
        padding: 0;
        margin-top: 0;
        font-size: 25px;
        margin-bottom: 15px;
    }
    .extended-form span.text {
        margin-bottom: 30px;
        margin-top: 0;
    }
    .extended-form .submit-btn_wrapper {
        width: 270px;
        margin: 30px 11px 30px;
        order: 2;
    }
    .extended-form .form_wrapper .comlpiance_wrapper {
        padding: 0;
        margin-top: -5px;
    }
    .extended-how .step-number.flex-block.shadow::after{
        display: none;
    }
    .extended-how .work-steps_item {
        width: calc(42% - 0px);
    }
    .extended-how .work-steps_item:not(:nth-child(-n+2)) {
        margin-top: 50px;
    }
    .extended-tariff .tabs-switchers {
        width: 100%;
        margin-bottom: 40px;
    }
    .extended-tariff .extended-segments_items.flex-block {
        width: 100%;
        margin: 0;
        gap: 50px;
        flex-flow: wrap;
    }
    .extended-tariff .extended-segments-item.flex-block {
        width: calc(50% - 25px);
    }
    .extended-tariff .segment-month.semibold {
        margin-left: 124px;
    }
    .extended-tariff .segment-wrap {
        margin-top: 15px;
        flex-flow: column;
    }
    .extended-need .offer-img_wrapper2 {
        padding-left: 0;
        width: 450px !important;
        height: 326px;
        margin: 84px 0 0 0;
        z-index: 2 !important;
        position: relative !important;
    }
    .extended-need .offer-img_wrapper2::after {
        content: ' ';
        border-bottom: 505px solid #0055D4;
        border-left: 745px solid transparent;
        width: 0;
        position: absolute;
        right: 0;
        bottom: 0;
    }
    .extended-back::after{
        display: none;
    }
    .extended-need .offer-img_wrapper2::after {
        content: ' ';
        border-bottom: 498px solid #0055D4;
        border-left: 590px solid transparent;
        width: 0;
        position: absolute;
        top: -150px;
        left: -70px;
    }
    .extended-need .offer_wrapper2_extended.offer_wrapper2 .offer-description_wrapper2 {
        max-width: 100%;
        padding: 50px 0 !important;
        padding-right: 31px !important;
        margin-top: 22px;
        padding-left: 31px !important;
    }
    .extended-need h2 {
        font-size: 25px;
        line-height: 32px;
    }
    .extended-need .offer-description_wrapper2--text span {
        text-align: left;
    }
    .extended-why .offer_wrapper3 {
        width: 100%;
        margin: 0 auto;
    }
    .extended-why .offer-img_wrapper3 {
        width: 100%;
        margin-left: 0;
        margin-bottom: 50px;
    }
    .extended-why .offer-description_wrapper3 {
        padding: 0 30px;
    }
    .extended-why h2 {
        padding-right: 0;
        width: 500px !important;
    }
    .extended-why-wrap {
        display: flex;
        width: 100%;
        position: relative;
        flex-flow: wrap;
        gap: 50px;
        max-width: 100%;
        margin-bottom: 50px;
    }
    .extended-why-elem {
        width: calc(47% - 5px);
        padding-left: 34px;
        position: relative;
        text-align: left;
    }
    .extended-advantages .row-icons_item {
        width: calc(50% - 30px);
        display: flex;
        flex-flow: column;
    }
    .extended-advantages .row-icons_item.icon-item.flex-block.corp-icons-item>.img-wrapper {
        width: 70px;
        height: 70px;
    }
    .extended-advantages .row-icons_item.icon-item.flex-block.corp-icons-item> .row-icons_item--text {
        vertical-align: top;
        height: 100%;
        display: table-cell;
        padding: 0;
        padding-left: 0;
        text-align: center;
    }
    .extended-advantages .corp-icons-item p {
        margin-top: 10px;
    }
    .extended-text h2.heading_black.text-center {
        display: block;
        position: relative;
        margin: auto;
        font-size: 25px;
        padding-bottom: 15px;
    }
    .extended-tariff h2.heading_black {
        color: #48494D;
        font-size: 25px;
    }
    .extended-auto h2.heading_black.text-center {
        font-size: 25px;
        padding-bottom: 0;
    }
    .extended-form .form_wrapper .form_block {
        margin: 0 auto;
        width: 100%;
    }
    .commission-grey .submit-btn_wrapper {
        margin: 10px 11px 15px !important;
    }
}
@media screen and (max-width: 767px) {
    .extended-wrap .offer-description_text.text-left p {
        padding-bottom: 30px;
        font-size: 17px;
        line-height: 29px;
    }
    .extended-wrap .btn.btn_blue:not(.btn_with-arrow):not(.btn_mini) {
        padding: 0 29px;
    }
    .extended-calltoaction:not(.extended-calltoaction_two) .img-wrapper {
        width: 112px;
        margin-top: 30px;
    }
    .extended-label .extended-calltoaction {
        align-items: flex-start;
        padding: 30px 20px;
    }
    .extended-label .btn-wrapper {
        padding-left: 0;
        margin-top: 0;
    }
    .extended-label a.btn.btn_blue.btn_mini.modal-open {
        background-color: #4CAF68;
        height: 50px;
        padding: 7px 0;
    }
    .extended-advantages .row-icons_item {
        width: 100%;
        display: flex;
        flex-flow: column;
    }
    .extended-how .work-steps_item {
        width: 100%;
    }
    .extended-tariff .extended-segments_items.flex-block {
        gap: 30px;
    }
    .extended-tariff .extended-segments-item.flex-block {
        width: 100%;
    }
    .extended-tariff .segment-month.semibold {
        margin-left: 0;
        float: right;
    }
    .extended-need .offer-img_wrapper2 {
        padding-left: 0;
        width: 350px !important;
        height: auto;
        margin: 36px 0 0 0 !important;
        z-index: 2 !important;
        position: relative !important;
    }
    .extended-need .offer-img_wrapper2::after {
        content: ' ';
        border-bottom: 498px solid #0055D4;
        border-left: 590px solid transparent;
        width: 0;
        position: absolute;
        top: -230px;
        left: -26px;
    }
    .extended-need .offer-description_wrapper2--text {
        padding-bottom: 20px;
    }
    .extended-than-block {
        display: flex;
        gap: 30px;
        flex-flow: column;
    }
    .extended-than-elem {
        border: 1px solid #D7D9DF;
        border-radius: 10px;
        padding: 30px 20px;
        width: 100%;
    }
    .extended-why .offer-img_wrapper3 {
        width: 100%;
        margin-left: 0;
        margin-bottom: 30px;
    }
    .extended-why .offer-description_wrapper3 {
        padding: 0 16px;
    }
    .extended-why h2 {
        padding-right: 0;
        width: 100% !important;
        font-size: 20px !important;
    }
    .extended-why-wrap {
        display: flex;
        width: 100%;
        position: relative;
        flex-flow: column;
        gap: 20px;
        max-width: 100%;
        margin-bottom: 40px;
    }
    .extended-why-elem {
        width: 100%;
        padding-left: 34px;
        position: relative;
        text-align: left;
    }
    .extended-text h2.heading_black.text-center {
        padding-bottom: 10px;
        font-size: 20px !important;
    }
    .extended-advantages .row-icons_item.icon-item.flex-block.corp-icons-item> .row-icons_item--text {
        max-width: 100%;
    }
    .row-icons_item.icon-item.flex-block.corp-icons-item.mbmobile30 {
        margin-bottom: 30px;
    }
    .extended-form .submit-btn_wrapper {
        width: auto;
        margin: 30px 11px 0;
        order: 2;
    }
    .extended-form h2.heading_black.text-center {
        font-size: 20px;
    }
    .extended-tariff .segment-price.semibold {
        font-size: 18px;
    }
    .extended-tariff .contuct-us-btn.btn--chat {
        padding: 0 12px;
        max-width: 100%;
        height: 43px;
    }
    .extended-tariff .contuct-us-btn.btn--chat>span span {
        display: block;
    }
    .extended-tariff .contuct-us-btn.btn--phone>span:before {
        background-image: url(/bitrix/templates/redisign_new/media/mobapp/icons/phone-hover.svg);
        content: '';
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: -25px;
        width: 20px;
        height: 20px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
        -webkit-transition: opacity .2s ease;
        -o-transition: opacity .2s ease;
        transition: opacity .2s ease;
    }
    .extended-tariff .contuct-us-btn.btn--chat>span:before {
        left: -30px !important;
    }
    .extended-tariff .contuct-us-btn.btn--chat>span {
        padding-left: 0;
    }
    .extended-need h2 {
        font-size: 20px !important;
        line-height: 27px;
    }
    .extended-need .offer-description_wrapper2--text .number {
        vertical-align: top;
        padding-top: 10px;
    }
    .extended-tariff h2.heading_black {
        color: #48494D;
        font-size: 20px !important;
    }
    .extended-auto h2.heading_black.text-center {
        font-size: 20px !important;
        padding-bottom: 0;
    }
    .extended-text .step-desc_text {
        text-align: center;
        width: 100%;
    }
    .extended-form .form_wrapper .form_block {
        margin: 0 auto;
        width: 100%;
    }
    .section-steps-icons .work-steps_item {
        width: 100%;
    }
    .step-number.flex-block.semibold.shadow::after{
        display: none;
    }
    .section-steps-icons .work-steps_item .step-desc{
        margin-top: 0;
    }
    .save-link {
        display: block;
        width: 100%;
        text-align: center;
        position: relative;
    }
    .lizing-link {
        padding-bottom: 60px;
    }
    .save-link img {
        position: absolute;
        left: 20%;
    }
}
/*extended warranty end*/

/*Auction*/

.preview-card_auto-wrapper.vers4 .preview-card_auto-description .btn_auction, .preview-card_auto-wrapper.vers4 .preview-card_auto-description .btn_auction_mobile {
    margin-top: 15px;
    width: 100%;
    display: none;
}
@media screen and (min-width: 1200px) {
    .preview-card_auto-wrapper.vers4 .preview-card_auto:hover .preview-card_auto-description .btn_auction {
        display: block;
    }
}

.preview-card_auto-wrapper.vers4 .preview-card_auto-description .btn_auction > *, .preview-card_auto-wrapper.vers4 .preview-card_auto-description .btn_auction_mobile > * {
    display: inline-block !important;
    vertical-align: middle;
}

@media screen and (max-width: 1199px) {
    .preview-card_auto-wrapper.vers4 .preview-card_auto-description .btn_auction_mobile {
        display: block;
        margin-top: 15px;
    }
}

.preview-card_auto-wrapper.vers4 .preview-card_auto-description .btn_auction > img, .preview-card_auto-wrapper.vers4 .preview-card_auto-description .btn_auction_mobile > img {
    margin-right: 10px;
}

/*End Auction*/

.newcars_other_more, .used_other_more {
    margin: 0 auto;
    display: block;
    max-width: 200px;
}
.brand-main_option.service-option:not(:first-child) {
    margin-top: 15px;
    width: 100%;
}
a.btn.btn_contur-blue.btn_uppercase {
    width: auto;
}
.template_new_text {
    padding-top: 0 !important;
}
.offer-img_wrapper.template_new_wrapper {
    max-width: 465px;
}
h2.heading_black.text-center.uppercase {
    text-transform: uppercase;
    padding-bottom: 0;
}
.form_wrapper.new_services {
    width: 1170px;
}
.new_services span.text {
    text-align: center;
    display: block;
    margin: 0;
    margin-top: 15px;
    margin-bottom: 30px;
}
.accordeons-wrapper .accordeon_wrapper_service:not(:first-child) {
    margin-top: 20px;
}
.signs_wrap .work-steps_item .step-desc {
    padding: 0;
    min-height: auto !important;
    margin-top: 50px;
    text-align: center;
    background: transparent;
}
.signs_wrap .step-img {
    margin: auto;
}
.work-steps_items.work-steps_items--garant.flex-block.signs_wrap {
    margin-top: -40px;
}
.disclamer {
    display: block;
    position: relative;
    width: 100%;
    background: #FFF2F3;
    text-align: center;
    padding: 25px;
    border-radius: 15px;
}
i.disclamer_icon {
    display: block;
    position: relative;
    width: 48px;
    height: 48px;
    margin: auto;
    margin-bottom: 15px;
    background: url(/bitrix/templates/redisign/media/icons/icon-park-solid_attention.svg);
}
.work-steps_item.flex-block.capwork-elem {
    width: calc(33% - 30px);
    margin: 0 15px;
}
.capwork-elem .step-desc.flex-block{
    padding: 0;
}
.capwork-elem span.semibold {
    display: block;
    padding-left: 0;
}
.capwork-elem .step-img img {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.capwork-elem .step-desc.flex-block {
    border-radius: 15px;
    margin-top: 30px;
}
.capwork-elem ul {
    padding-left: 25px;
}
.capwork-elem .step-desc_text {
    padding: 25px;
    min-height: 225px;
}
.work-steps_items.work-steps_items--garant.flex-block.capwork-wrap {
    margin-top: -30px;
}
.work-steps_items.work-steps_items--garant.flex-block.brand-list-service .step-desc {
    margin-top: 30px;
    height: 160px;
}
.work-steps_items.work-steps_items--garant.flex-block.brand-list-service {
    margin-top: -30px;
}