#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%);
}
.header-top_inner .logo_wrapper {
    margin-right: 20px;
    gap: 15px;
    align-items: center;
}
header.sticky .logo-year {
    display: none;
}
header .logo-year {
    max-width: 120px;
    display: block;
}
.logo-dealer {
    max-width: 120px;
    display: inline-block;
    margin-left: 20px;
}
.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:before {*/
/*    content: "*";*/
/*    position: absolute;*/
/*    height: 17px;*/
/*    color: #0049B7;*/
/*    font-family: "Proxima Nova Bold";*/
/*    font-weight: 700;*/
/*    top: 8px;*/
/*    left: 15px;*/
/*    right: auto;*/
/*    font-size: 17px;*/
/*    line-height: 17px;*/
/*    z-index: 1;*/
/*}*/
.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 {
    display: none;
}

.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: 40px;
}

.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;
}

@media screen and (max-width: 1199px) {
    .custom-select.req:not(.mainfilter) {
        padding: 0 16px 0 26px;
    }

    .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;
    }
}

@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_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
}

@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: 14px;
    }

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

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;
}

/* новое ../03/2023 */
.catalog-fltr_new {
    padding: 35px;
    -webkit-box-shadow: 0px 4px 20px rgba(0, 14, 86, 0.1);
    box-shadow: 0px 4px 20px rgba(0, 14, 86, 0.1);
    margin-bottom: 80px;
    border-radius: 5px;

}

.catalog-fltr_new>div:not(.btn-fltr-wrapper) {
    margin-left: -10px;
    margin-right: -10px;
    width: calc(100% + 20px);
    position: relative;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.catalog-fltr_main {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: center !important;
    margin-bottom: 30px;
}

.catalog-fltr_main>div,
.catalog-fltr_new .selects-wrapper .custom-select_wrapper {
    width: calc(25% - 20px);
    margin: 0 10px;
}

.catalog-fltr_new .selects-wrapper .custom-select_wrapper {
    margin-bottom: 20px;
}

.catalog-fltr_main .catalog-fltr_save {
    margin-left: auto;
}

.catalog-fltr_save-link {
    margin-left: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    color: #0049B7;
}


.catalog-fltr_new .catalog-fltr_change {
    margin-right: auto;
}


.catalog-fltr_main-checkbox label {
    font-size: 18px;
    line-height: 22px;
    display: block;
    position: relative;
    padding-left: 65px;
}

.catalog-fltr_main-checkbox label:before {
    content: '';
    width: 45px;
    height: 20px;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #48494D;
    opacity: 0.5;
    border-radius: 15px;
    position: absolute;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.catalog-fltr_main-checkbox>input:checked+label:before {
    background: #0049B7;
    opacity: 1;
}

.catalog-fltr_main-checkbox label:after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #FFFFFF;
    right: auto;
    left: 2px;
    top: 3px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.catalog-fltr_main-checkbox>input:checked+label:after {
    -webkit-transform: translateX(calc(100% + 9px));
    -ms-transform: translateX(calc(100% + 9px));
    transform: translateX(calc(100% + 9px));
}

.catalog-fltr_new .btn-fltr-wrapper {
    margin-top: 10px;
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}

.preview-card_auto-wrapper.vers4 {
    width: calc(33.3% - 30px);
    margin: 0 15px;
    background: #ffffff;
    min-height: 505px;
    position: relative;
    padding: 0;
}

.catalog_update .tags_wrapper {
    margin-top: 100px;
}

.preview-card_auto-wrapper.vers4:hover,
.preview-card_auto-wrapper.vers4:active {
    z-index: 3;
}

.preview-card_auto-wrapper.vers4:not(:nth-child(-n+3)) {
    margin-top: 50px;
}

.preview-card_auto-wrapper.vers4 .preview-card_auto {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    color: #48494D;
    font-size: 14px;
    line-height: 17px;
    z-index: 2;
}

@media screen and (min-width: 1200px) {
    .preview-card_auto-wrapper.vers4 .preview-card_auto:before {
        content: '';
        position: absolute;
        width: calc(100% + 30px);
        height: calc(100% + 30px);
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: -1;
        background: #ffffff;
        -webkit-box-shadow: 0px 2px 20px #E5E7EE;
        box-shadow: 0px 2px 20px #E5E7EE;
        border-radius: 5px;
        opacity: 0;
        -webkit-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
        visibility: hidden;
    }

    .preview-card_auto-wrapper.vers4 .preview-card_auto:hover:before,
    .preview-card_auto-wrapper.vers4 .preview-card_auto:active:before {
        opacity: 1;
        visibility: visible;
    }
}

.preview-card_auto-wrapper.vers4 .preview-card_auto:hover,
.preview-card_auto-wrapper.vers4 .preview-card_auto:active {
    /*  color: #0049B7; */
    -webkit-box-shadow: none;
    box-shadow: none;
}

.preview-card_auto-wrapper.vers4 .preview-card_auto .label {
    top: 10px !important;
    left: 10px !important;
    font-size: 13px !important;
    line-height: 16px !important;
    padding: 4px 10px !important;
    border-radius: 5px !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
}

.preview-card_auto-slider_wrapper,
.catalog-slider_wrapper2 {
    position: relative;
}

.catalog-slider_wrapper2,
.preview-card_auto-slider_container {
    border-radius: 5px;
    overflow: hidden;
    z-index: 0;
}

.preview-card_auto-slide {
    width: 100%;
    height: 230px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.catalog-slider_container2.swiper-container-horizontal>.swiper-pagination-bullets,
.preview-card_auto-slider_container.swiper-container-horizontal>.swiper-pagination-bullets {
    width: calc(100% - 20px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-column-gap: 4px;
    -moz-column-gap: 4px;
    column-gap: 4px;
    bottom: 5px;
    border-radius: 0;
}

.catalog-slider_container2 .pagination_item-line,
.preview-card_auto-slider_container .pagination_item-line {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0;
    height: 2px;
    border-radius: 0;
}

.catalog-slider_wrapper2 .preview-card_pag_wrapper,
.preview-card_auto-slider_wrapper .preview-card_pag_wrapper {
    position: absolute;
    -webkit-column-gap: 4px;
    -moz-column-gap: 4px;
    column-gap: 4px;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 10px;
    z-index: 1;
    opacity: 0;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
}

.catalog-slider_wrapper2 .preview-card_pag_wrapper,
.preview-card_auto-wrapper:hover .preview-card_pag_wrapper {
    opacity: 1;
}

.catalog-slider_wrapper2 .pag_link,
.preview-card_auto-slider_wrapper .pag_link {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
    position: relative;
}

.catalog-slider_wrapper2 .pag_link:before,
.preview-card_auto-slider_wrapper .pag_link:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 5px;
    background: #D7D9DF;
    -webkit-transition: background .2s ease;
    -o-transition: background .2s ease;
    transition: background .2s ease;
}

.catalog-slider_wrapper2 .pag_link.active:before,
.preview-card_auto-slider_wrapper .pag_link.active:before {
    background: #0049B7;
}

.preview-card_auto-wrapper.vers4 .preview-card_auto-description {
    margin-top: 20px;
    position: relative;
}

.preview-card_auto-wrapper.vers4 .preview-card_auto-icons {
    right: 0;
    top: -5px;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    opacity: 0;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
}

.preview-card_auto-wrapper.vers4 .preview-card_auto:hover .preview-card_auto-icons {
    opacity: 1;
}

.preview-card_auto-wrapper.vers4 .preview-card_auto:hover .descriprion-model,
.preview-card_auto-wrapper.vers4 .preview-card_auto:hover .descriprion-complectation,
.preview-card_auto-wrapper.vers4 .preview-card_auto:hover .descriprion-text,
.preview-card_auto-wrapper.vers4 .preview-card_auto:hover .descriprion-li,
.preview-card_auto-wrapper.vers4 .preview-card_auto:hover .old-price,
.preview-card_auto-wrapper.vers4 .preview-card_auto:hover .now-price-text,
.preview-card_auto-wrapper.vers4 .preview-card_auto:active .descriprion-model,
.preview-card_auto-wrapper.vers4 .preview-card_auto:active .descriprion-complectation,
.preview-card_auto-wrapper.vers4 .preview-card_auto:active .descriprion-text,
.preview-card_auto-wrapper.vers4 .preview-card_auto:active .description-li,
.preview-card_auto-wrapper.vers4 .preview-card_auto:active .descriprion-text,
.preview-card_auto-wrapper.vers4 .preview-card_auto:active .old-price,
.preview-card_auto-wrapper.vers4 .preview-card_auto:active .now-price-text {
    color: #48494D !important;
}

@media screen and (min-width: 1200px) {
    .preview-card_auto-wrapper.vers4 .icon_with-hover .icon_wrapper-svg:hover~.icon_hover {
        bottom: 100%;
        top: auto;
        margin-bottom: 5px;
        left: 50%;
        right: auto;
        padding: 9px 10px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}


.preview-card_auto-wrapper.vers4 .descriprion-model {
    max-width: 75%;
    padding-bottom: 20px;
}

.preview-card_auto-wrapper.vers4 .price {
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.preview-card_auto-wrapper.vers4 .now-price {
    min-height: 27px;
}

.preview-card_auto-wrapper.vers4 .now-price-text {
    font-size: 20px;
    line-height: 24px;
}

.preview-card_auto-wrapper.vers4 .old-price {
    margin-left: 10px;
}

.preview-card_auto-wrapper.vers4 .discount-percent-price {
    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%);
    padding: 1px;
    border-radius: 50px;
    overflow: hidden;
    margin-left: auto;
}

.preview-card_auto-wrapper.vers4 .discount-percent-price>span {
    padding: 4px 10px;
    border-radius: 50px;
    text-align: center;
    background: #ffffff;
    font-size: 14px;
    line-height: 17px;
    color: #6D3781;
    display: block;
}

.preview-card_auto-wrapper.vers4 .credit-price {
    width: 100%;
    font-size: 14px;
    line-height: 17px;
    color: #48494D;
    padding-top: 4px;
    min-height: 21px;
}


/* .preview-card_auto-wrapper.vers4 .preview-card_auto:hover .credit-price,
.preview-card_auto-wrapper.vers4 .preview-card_auto:active .credit-price {
    color: #0049B7 !important;
} */

.preview-card_auto-wrapper.vers4 .old-price--text:after {
    left: 0;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #48494D !important;
}

.preview-card_auto-wrapper.vers4 .descriprion-text {
    margin-top: 15px;
    font-size: 14px;
    line-height: 17px;
    height: 40px;
    overflow: hidden;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.preview-card_auto-wrapper.vers4 .descriprion-text li {
    margin-bottom: 3px;
}

.preview-card_auto-wrapper.vers4 .descriprion-text li:not(:first-child) {
    position: relative;
    padding-left: 20px;
}

.preview-card_auto-wrapper.vers4 .descriprion-text li:not(:first-child):before {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;

    /* цвет текста */

    background: #48494D;
    border-radius: 50%;
    top: 50%;
    left: 6px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.preview-card_auto-wrapper.vers4 .description-address,
.preview-card_auto-wrapper.vers4 .description-link {
    margin-top: 15px;
}

.preview-card_auto-wrapper.vers4 .description-address {
    white-space: nowrap;
    display: block;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.preview-card_auto-wrapper.vers4 .description-link {
    color: rgba(72, 73, 77, 0.5);
    display: inline-block;
    border-bottom: 1px solid rgba(72, 73, 77, 0.2);
    -webkit-transition: border-color .2s ease;
    -o-transition: border-color .2s ease;
    transition: border-color .2s ease;
}

.preview-card_auto-wrapper.vers4 .description-link:hover,
.preview-card_auto-wrapper.vers4 .description-link:active {
    border-color: transparent;
}

.preview-card_auto-wrapper.vers4 .description-labels {
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px;
}

.preview-card_auto-wrapper.vers4 .description-label:not(.description-label_big) {
    width: 32px;
    height: 32px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.preview-card_auto-wrapper.vers4 .description-label_big {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
    padding: 0 10px 0 5px;
    background: #F0F8F7;
    border-radius: 20px;
    color: #4CAF68;
}

.preview-card_auto-wrapper.vers4 .description-label_big.description-label_big--blue {
    color: #004A8C;
    opacity: 1;
}

.preview-card_auto-wrapper.vers4 .description-label_big.description-label_big--blue img {
    width: 27px;
    height: 34px;
}

.tooltip-wrapper_label {
    background: #FFFFFF;
    padding: 20px;
}

.preview-card_auto-wrapper.vers4 .preview-card_auto-description .btn_phone_mobile,
.preview-card_auto-wrapper.vers4 .preview-card_auto-description .btn_phone_desctop {
    margin-top: 15px;
    width: 100%;
    display: none;
}

.preview-card_auto-wrapper.vers4 .preview-card_auto-description .btn_contur-preview {
    background-color: #ffffff;
    color: #0049B7;
    border: 1px solid #0049B7;
}

@media screen and (min-width: 1200px) {
    .preview-card_auto-wrapper.vers4 .preview-card_auto:hover .preview-card_auto-description .btn_phone_desctop {
        display: block;
    }

    .preview-card_auto-wrapper.vers4 .preview-card_auto:hover .description-address {
        display: none;
    }
}


/* Catalog Slider 2 */
.preview-card_auto-wrapper.vers4 .catalog-slider_wrapper2 {
    width: 100%;
    position: relative;
}

.catalog-slider_wrapper2 img {
    width: 100%;
    display: block;
}


@media screen and (max-width: 1199px) {

    .catalog_update>.fltr-switcher_wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        margin: 0;
        padding: 0;
        margin-bottom: 40px;
        position: relative;
        border-radius: 5px;
    }

    .catalog_update>.fltr-switcher_wrapper:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 5px;
        border: 1px solid #0049B7;
    }

    .catalog_update .fltr-switcher_item {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding: 0;
        text-align: center;
        height: 50px;
        line-height: 50px;
        color: #0049B7;
        font-size: 16px;
        border-radius: 5px;
        border: none;
        -webkit-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
        margin: 0;
    }

    .catalog_update .fltr-switcher_item.active:after {
        content: none;
    }

    .catalog_update .fltr-switcher_item.active {
        background: #0049B7;
        color: #ffffff;
        border-bottom: none;
    }

    .tags_slider-wrapper {
        margin-top: 25px;
        width: 100%;
    }

    .tags_slider_catalog {
        margin: 0 -20px;
        padding: 0 20px;
    }

    .tags_slider_catalog .arrow {
        display: none;
    }

    .preview-card_auto-wrapper.vers4 {
        width: 288px;
        margin: 0 25px;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .preview-card_auto-wrapper.vers4.mob-w100 {
        width: calc(100% - 50px);
        min-height: auto;
    }

    .preview-card_auto-slide {
        height: 180px;
    }

    .preview-card_auto-wrapper.vers4 .preview-card_auto-icons {
        display: flex;
        opacity: 1;
    }

    .preview-card_auto-wrapper.vers4 .preview-card_auto .preview-card_auto-description {
        width: 100%;
        margin-top: 20px;
        padding: 0;
    }

    .preview-card_auto-wrapper.vers4 .preview-card_auto {
        position: relative;
    }

    .preview-card_auto-wrapper.vers4 .descriprion-model {
        /*  max-width: none; */
        padding-bottom: 15px;
    }

    .preview-card_auto-wrapper.vers4 .discount-percent-price {
        display: none;
    }

    .preview-card_auto-wrapper.vers4 .preview-card_auto .now-price .icon_tooltip {
        display: inline-block;
    }

    .preview-card_auto-wrapper.vers4 .preview-card_auto .price {
        width: 100%;
    }

    .preview-card_auto-wrapper.vers4 .now-price-text {
        font-size: 18px;
        line-height: 22px;
    }

    .preview-card_auto-wrapper.vers4 .descriprion-text li:not(:first-child) {
        padding-left: 10px;
    }

    .preview-card_auto-wrapper.vers4 .descriprion-text li:not(:first-child):before {
        left: 3px;
    }

    .preview-card_auto-wrapper.vers4 .preview-card_auto-description .btn_phone_mobile {
        display: block;
        margin-top: 15px;
    }

    .preview-card_auto-wrapper.vers4:not(:nth-child(-n+2)) {
        margin-top: 50px;
    }

    .tooltip_content.tooltip-base .tooltip-wrapper.tooltip-wrapper_label {
        width: 288px;
        padding-top: 25px;
    }

    .tooltip-wrapper_label_content {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-column-gap: 5px;
        -moz-column-gap: 5px;
        column-gap: 5px;
        font-size: 16px;
        line-height: 19px;
    }

    .tooltip-wrapper_label_content+.tooltip-wrapper_label_content {
        margin-top: 10px;
    }

    /* Новое ../04.2023 */
    .select2-container--custom-select.select2-custom.select2-fltr .select2-dropdown {
        z-index: 4;
    }

    /* Конец новое ../04.2023 */
}

@media screen and (max-width: 767px) {

    .catalog_update>.fltr-switcher_wrapper {
        margin-bottom: 30px;
        width: 100% !important;
    }

    .catalog_update .fltr-switcher_item:before {
        content: none;
    }

    .catalog_update .catalog-infoSort_wrapper {
        padding-top: 15px;
    }

    .tags_slider-wrapper {
        margin-top: 20px;
    }

    .catalog_update .catalog-info {
        padding-top: 20px;
    }

    .tags_slider_catalog {
        margin: 0 -16px;
        padding: 0 16px;
    }


    .preview-card_auto-wrapper.vers4 {
        margin: 0;
        width: 100%;
        min-height: 500px;
    }

    .preview-card_auto-wrapper.vers4 .preview-card_auto .price {
        margin-top: 0;
    }

    .preview-card_auto-slide {
        height: 56vw;
    }

    .preview-card_auto-wrapper.vers4 .preview-card_auto .old-price {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
    }

    .preview-card_auto-wrapper.vers4 .preview-card_auto .now-price {
        width: auto;
    }

    .preview-card_auto-wrapper.vers4:not(:first-child) {
        margin-top: 30px !important;
    }

    .preview-card_auto-wrapper.vers4.mob-w100 {
        width: 100%;
    }

    .preview-card_auto-wrapper.vers4 .preview-card_auto .label {
        /*     top: 10px;
        left: 10px; */
        right: auto;
        width: auto;
        bottom: auto;
        /*         font-size: 13px;
        line-height: 16px; */
    }
}
.card-auto_labels .label_new-big {
    display: block;
}
/* конец новое ../03/2023 */

/* Preview Brand Card Vers2 */
.preview-cardBrand_auto-wrapper.vers2 {
    min-height: 400px;
    border-radius: 5px;
    overflow: hidden;
}

.vers2 .preview-cardBrand_auto {
    border-radius: 5px;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.vers2 .preview-cardBrand_auto-img_wrapper {
    padding-top: 45px;
    width: 100%;
    padding-right: 0;
    margin: 0;
}

.vers2 .preview-cardBrand_auto-img_wrapper .img {
    height: 144px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}


.vers2 .preview-cardBrand_auto-description {
    text-align: left;
    padding: 15px 20px;
    padding-bottom: 65px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
}

.vers2 .preview-cardBrand_auto-description .description-top {
    padding: 0;
    padding-bottom: 12px;
}

.vers2 .preview-cardBrand_auto-description .model {
    font-size: 18px;
    line-height: 22px;
}

.vers2 .preview-cardBrand_auto-description .description-bottom {
    height: auto;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.vers2 .preview-cardBrand_auto-description .price-text {
    font-size: 20px;
    line-height: 24px;
}

.vers2 .preview-cardBrand_auto-description .price {
    min-height: auto;
}

.vers2 .preview-cardBrand_auto-description .price-credit {
    font-size: 14px;
    line-height: 17px;
    padding-top: 4px;
    color: #48494D;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}

.vers2 .preview-cardBrand_auto-description .description-text {
    font-size: 16px;
    line-height: 19px;
    color: rgba(72, 73, 77, 0.7);
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}

.vers2 .preview-cardBrand_auto:hover .preview-cardBrand_auto-description *:not(.link):not(.btn),
.vers2 .preview-cardBrand_auto:active .preview-cardBrand_auto-description *:not(.link):not(.btn) {
    color: #0049B7;
}

.vers2 .preview-cardBrand_auto.none-shadow:hover .preview-cardBrand_auto-description .description-top *:not(.link):not(.btn),
.vers2 .preview-cardBrand_auto.none-shadow:active .preview-cardBrand_auto-description .description-top *:not(.link):not(.btn) {
    color: #48494D;
}

.vers2 .preview-cardBrand_auto.none-shadow:hover .preview-cardBrand_auto-description .description-bottom *:not(.link):not(.btn),
.vers2 .preview-cardBrand_auto.none-shadow:active .preview-cardBrand_auto-description .description-bottom *:not(.link):not(.btn) {
    color: rgba(72, 73, 77, 0.7);
}
a.preview-cardBrand_auto.flex-block.none-shadow {
    cursor: default;
}

.vers2 .preview-cardBrand_auto-description .price-start {
    padding-top: 12px;
    font-size: 16px;
    line-height: 19px;
    padding-bottom: 0;
}

.vers2 .description-bottom>.link {
    margin-top: 12px;
}

@media screen and (max-width: 1199px) {
    .preview-cardsBrand_wrapper.vers2 {
        width: 626px;
        margin: 0 auto;
        gap: 50px;
    }

    .preview-cardBrand_auto-wrapper.vers2 {
        padding: 1px;
        width: calc(50% - 25px);
        -webkit-box-shadow: none;
        box-shadow: none;
        background: #D7D9DF;
        font-size: initial;
        margin: 0;
    }

    .vers2 .preview-cardBrand_auto-description .description-bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .preview-cardBrand_auto-btn .btn:not(.btn_mini):not(.btn_contur-grey) {
        height: 50px;
        line-height: 50px;
    }
}

@media screen and (max-width: 767px) {
    .preview-cardsBrand_wrapper.vers2 {
        width: 100%;
        max-width: 288px;
        gap: 30px;
    }

    .preview-cardBrand_auto-wrapper.vers2 {
        width: 100%;
    }

    .vers2 .preview-cardBrand_auto .label {
        position: absolute;
        width: auto;
        padding: 4px 10px !important;
    }
}

/* End Preview Brand Card Vers2 */

.contacts-heading {
    padding-bottom: 50px;
}

.contacts-heading>.heading_black {
    width: auto;
    padding-bottom: 0;
}

.contacts-center {
    margin-left: auto;
}

.contacts-center_text {
    font-size: 14px;
    line-height: 17px;
    padding-top: 2px;
}

.contacts-center_phone {
    margin-left: 25px;
    -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;
    padding-left: 30px;
}

.contacts-center_phone>a {
    font-size: 18px;
    line-height: 22px;
    color: #48494D;
    position: relative;
}

.contacts-center_phone>a:before {
    content: '';
    position: absolute;
    top: 0;
    left: -30px;
    width: 25px;
    height: 25px;
    background-image: url(../media/contacts/phone.svg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}


.contacts-center_phone>span {
    font-size: 10px;
    line-height: 12px;
    padding-top: 6px;
    color: rgba(72, 73, 77, 0.5);
}

.contacts-selects_wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contacts-selects_wrapper .custom-select_wrapper {
    width: 180px;
}

.contacts-selects_wrapper .custom-select_wrapper:not(:first-child) {
    margin-left: 20px;
}

.contacts-selects_wrapper .select2.select2-container--custom-select .select2-selection--single .select2-selection__rendered {
    padding-left: 15px;
}

.contacts-selects_wrapper .select2.select2-container--custom-select {
    border-radius: 5px;
}

/* новое ../05.2023 */
.select2-container--custom-select.select2-custom.select2-contacts-new .select2-dropdown.select2-dropdown--below {
    border-top: 1px solid #DFE3E9;
    margin-top: 1px;
    border-radius: 5px;
    overflow: hidden;
    z-index: 2;
}

/* end новое ../05.2023 */
.contacts-type_wrapper {
    margin-left: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contacts-type_wrapper>span {
    display: block;
    font-size: 14px;
    line-height: 17px;
}

.contacts-type_items {
    margin-left: 20px;
}

.contacts-type_item {
    display: block;
    position: relative;
}

.contacts-type_item>img {
    display: block;
    width: 100%;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
}

.contacts-type_item>img:last-child {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;

}

.contacts-type_item:not(.active):hover>img:first-child,
.contacts-type_item.active>img:first-child {
    opacity: 0;
}

.contacts-type_item:not(.active):hover>img:last-child,
.contacts-type_item.active>img:last-child {
    opacity: 1;
}

.contacts-type_item:not(:first-child) {
    margin-left: 10px;
}

.contacts-cards_wrapper {
    margin-top: 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contacts-cards_heading {
    padding-bottom: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.contacts-cards_heading>.heading_black {
    padding-bottom: 0;
    width: auto;
}

/* новое 06.10.2022 */
.contacts-outer_wrapper .pagination-wrapper {
    margin-left: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

/* ----------------- */
.contacts-cards_wrapper>.pagination-wrapper {
    margin-top: 50px;
}

/* ------------- */

.contacts-outer_wrapper .pagination-wrapper>span {
    font-size: 18px;
    line-height: 22px;
    display: block;
}

.contacts-outer_wrapper .paginations-arrows {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 25px;
}

.contacts-outer_wrapper .paginations-arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    position: relative;
}

.contacts-outer_wrapper .paginations-arrow.disabled {
    cursor: default;
    opacity: .4;
}

.contacts-outer_wrapper .paginations-arrow:not(.disabled):hover {
    background: #ffffff;
    -webkit-box-shadow: 0px 2px 20px #E5E7EE;
    box-shadow: 0px 2px 20px #E5E7EE;
}

.contacts-outer_wrapper .paginations-arrow>img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.contacts-outer_wrapper .paginations-arrow:not(:first-child) {
    margin-left: 12px;
}

@media screen and (max-width: 1199px) {
    .contacts-type_wrapper {
        display: none;
    }

    .contacts-selects_wrapper {
        width: 100%;
        -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;
    }

    .contacts-selects_wrapper .custom-select_wrapper {
        width: 100%;
    }

    .contacts-selects_wrapper .custom-select_wrapper:not(:first-child) {
        margin-left: 0;
        margin-top: 20px;
    }

    .contacts-selects_wrapper .custom-select:not(.mainfilter) {
        background-position: 98% 50%;
        border-radius: 5px;
    }

}

@media screen and (max-width: 767px) {
    .contacts-heading {
        -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;
        padding-bottom: 30px;
    }

    .contacts-center {
        margin-left: 0;
        margin-top: 30px;
        -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;
    }

    .contacts-center_phone {
        margin-left: 0;
        margin-top: 20px;
    }

    .contacts-selects_wrapper .custom-select:not(.mainfilter) {
        background-position: 95.5% 50%;
    }

    .contacts-cards_wrapper {
        margin-top: 40px;
    }

    .contacts-cards_heading {
        -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;
    }

    .contacts-outer_wrapper .pagination-wrapper {
        margin-left: 0;
        margin-top: 20px;
    }
}

/* Start Contacts Card */
.contacts-cards_items {
    margin: 0 -15px;
    width: calc(100% + 30px);
}

.contacts-cards_wrapper--horizontal .contacts-cards_items {
    margin: 0;
    width: 100%;
}

.contacts-cards_item {
    width: calc(33.3% - 30px);
    margin: 0 15px;
    -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;
    min-height: 654px;
    background: #ffffff;
    -webkit-transition: -webkit-box-shadow .2s ease;
    transition: -webkit-box-shadow .2s ease;
    -o-transition: box-shadow .2s ease;
    transition: box-shadow .2s ease;
    transition: box-shadow .2s ease, -webkit-box-shadow .2s ease;
}

.contacts-cards_wrapper--horizontal .contacts-cards_item {
    width: 100%;
    margin: 0 !important;
    min-height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: initial;
    -ms-flex-align: initial;
    align-items: initial;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    border: none;
}

.contacts-cards_wrapper--horizontal .contacts-cards_item:not(:first-child) {
    margin-top: 20px !important;
}

.contacts-cards_wrapper--horizontal .contacts-cards_item--img {
    display: none;
}

.contacts-cards_wrapper--horizontal .contacts-cards_item,
.contacts-cards_item:hover {
    -webkit-box-shadow: 0px 2px 20px #E5E7EE;
    box-shadow: 0px 2px 20px #E5E7EE;
}


.contacts-cards_item:not(:nth-child(-n+3)) {
    margin-top: 50px;
}

.contacts-cards_item {
    border: 1px solid #D7D9DF;
    border-radius: 5px;
    background: #FFFFFF;
    overflow: hidden;
}

.contacts-cards_item--img {
    height: 230px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.contacts-cards_item--description {
    padding: 15px 20px 12px 20px;
    width: 100%;
    -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-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.contacts-cards_wrapper--horizontal .contacts-cards_item--description {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: initial;
    justify-content: flex-start;
    padding: 25px;
}

.contacts-cards_item--description .img-wrapper img {
    display: block;
    width: 100%;
}

.contacts-cards_item--description>* {
    width: 100%;
}

.contacts-cards_wrapper--horizontal .contacts-cards_item--description>* {
    width: auto;
}

.contacts-rating {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contacts-cards_wrapper--horizontal .contacts-rating {
    position: absolute;
    top: 25px;
    left: calc(278px + 54.2%);
    margin-left: 25px;
}

.contacts-rating_count {
    font-size: 20px;
    line-height: 24px;
}

.contacts-rating_stars {
    margin-left: 5px;
    margin-right: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contact-rating_star {
    width: 12px;
    height: 12px;
    background-image: url(../media/contacts/star-empty.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.contact-rating_star:not(:first-child) {
    margin-left: 4px;
}

.contact-rating_star-in {
    width: 0;
    height: 100%;
    overflow: hidden;
}

.contact-rating_star.full .contact-rating_star-in {
    width: 100%;
}

.contact-rating_star-in--full {
    width: 12px;
    height: 12px;
    background-image: url(../media/contacts/star-full.svg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

/* новое 06.10.2022 */
.contacts-cards_item--description .contacts-main-center {
    padding-top: 8px;
}

/* -------- */

.contacts-cards_wrapper--horizontal .contacts-cards_item--description .contacts-main-center {
    padding-top: 0;
    width: 278px;
}

.contacts-cards_item--description .contacts-name-center {
    font-size: 18px;
    line-height: 22px;
    overflow: hidden;
    display: block;
    /*  width: 100%; */
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.contacts-cards_item--description .contacts-name-center>.img-wrapper {
    display: none;
}

.contacts-cards_wrapper--horizontal .contacts-cards_item--description .contacts-name-center {
    padding: 5px 0;
    padding-left: 38px;
    -o-text-overflow: initial;
    text-overflow: initial;
    white-space: normal;
    position: relative;
    max-height: 44px;
    min-height: 28px;
}

.contacts-cards_wrapper--horizontal .contacts-cards_item--description .contacts-name-center {
    font-size: 16px;
    line-height: 19px;
}

.contacts-cards_wrapper--horizontal .contacts-cards_item--description .contacts-name-center>.img-wrapper {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 28px;
}

.contacts-cards_item--description .contacts-address-center {
    font-size: 13px;
    line-height: 16px;
    margin-top: 5px;
    overflow: hidden;
    display: block;
    /*   width: 100%; */
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.contacts-cards_wrapper--horizontal .contacts-cards_item--description .contacts-address-center {
    overflow: hidden;
    display: block;
    /*   width: 100%; */
    -o-text-overflow: initial;
    text-overflow: initial;
    white-space: normal;
    height: 32px;
}

.contacts-info-center {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.contacts-cards_wrapper--horizontal .contacts-info-center+.contacts-info-center {
    display: none;
}

.contacts-info-center--phone {
    -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;
}

.contacts-cards_item--description .contacts-main-center+.contacts-infos-center {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #D7D9DF;
}

.contacts-cards_wrapper--horizontal .contacts-cards_item--description .contacts-main-center+.contacts-infos-center {
    padding-top: 0;
    margin-top: 0;
    border-top: none;
    padding-left: 25px;
    padding-right: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 54%;
    border-right: 1px solid #D7D9DF;
}

.contacts-cards_wrapper--horizontal .contacts-info-center {
    margin-top: 20px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}


.contacts-info-center--phone>span,
.contacts-info-center--works {
    font-size: 13px;
    line-height: 16px;
    opacity: 0.7;
}

/* новое 06.10.2022 */
.contacts-info-center__tel {
    align-items: center;
}

.contacts-info-center__tel>a {
    color: #48494D;
}

.contacts-info-center__tel>a[data-tel] {
    font-size: 18px;
    line-height: 22px;
    /*   margin-top: 4px; */
}

.contacts-info-center__tel>a:not([data-tel]) {
    opacity: .6;
    font-size: 13px;
    line-height: 16px;
    margin-top: 2px;
    margin-left: 5px;
    transition: opacity .2s ease;
}

.contacts-info-center__tel>a:not([data-tel]):hover,
.contacts-info-center__tel>a:not([data-tel]):active {
    opacity: 1;
}

/* ---------------- */

.contacts-cards_wrapper--horizontal .contacts-info-center--phone>a {
    margin-top: 7px;
    font-size: 16px;
    line-height: 19px;
}

.contacts-cards_wrapper--horizontal .contacts-info-center__tel {
    margin-top: 3px;
    min-width: 170px;
}

.contacts-info-center--work>span:last-child {
    margin-left: 10px;
}

.contacts-info-center--works {
    -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;
}

.contacts-cards_wrapper--horizontal .contacts-info-center--works {
    margin-left: 15px;
}

.contacts-info-center--work:not(:first-child) {
    margin-top: auto;
}

.contacts-cards_wrapper--horizontal .contacts-info-center--work:not(:first-child) {
    margin-top: 8px;
}

.contacts-cards_item--description .contacts-info-center+.contacts-info-center {
    margin-top: 10px;
}


.contacts-tags-list {
    margin-top: 15px;
    font-size: 13px;
    line-height: 16px;
    opacity: 0.7;
    max-height: 40px;
    overflow: hidden;
}

.contacts-cards_wrapper--horizontal .contacts-tags-list {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-top: 5px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    width: 100%;
}


.contacts-tags-list li {
    position: relative;
    margin-right: 4px;
    margin-bottom: 4px;
    padding-right: 7px;
}

.contacts-cards_wrapper--horizontal .contacts-tags-list li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 0;
}

.contacts-tags-list li:not(:last-child):after {
    content: '';
    position: absolute;
    width: 3px;
    height: 3px;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    background: #48494D;
    opacity: 0.7;
}


.contacts-cards_item .btn-wrapper {
    margin-top: auto;
}

.contacts-cards_item .btn-wrapper-mobile,
.contacts-cards_item .btn-mobile,
.contacts-cards_item .link-wrapper {
    display: none;
}





.contacts-cards_item--description .btn-wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/* новое 06.10.2022 */
.contacts-cards_wrapper--horizontal .contacts-cards_item--description .btn-wrapper {
    margin-left: auto;
    margin-bottom: 0;
    margin-top: 65px;
}

/* ------- */
.contacts-cards_item--description .btn {
    width: calc(50% - 8px);
    height: 37px;
    line-height: 35px;
    display: block;
    border-radius: 5px;
    border-width: 1px;
    -webkit-transition: background-color .2s ease, color .2s ease;
    -o-transition: background-color .2s ease, color .2s ease;
    transition: background-color .2s ease, color .2s ease;
}

.contacts-cards_item--description .btn-contact_phone {
    display: none;
}

.contacts-cards_wrapper--horizontal .contacts-cards_item--description .btn {
    width: auto;
}

/* новое 06.10.2022 */
.contacts-cards_wrapper--horizontal .contacts-cards_item--description .btn:not(.btn_route) {
    width: 155px;
}

/* новое ----------------- */
.contacts-cards_item--description .btn_route {
    padding-left: 27px;
    padding-right: 40px;
}

.contacts-cards_wrapper--horizontal .contacts-cards_item--description .btn_route {
    padding: 0 5px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-left: 10px;
}

.contacts-cards_item--description .btn>span {
    display: block;
    padding-left: 30px;
    position: relative;
}

.contacts-cards_wrapper--horizontal .contacts-cards_item--description .btn>span {
    width: 0;
    height: 100%;
    margin: 0 auto;
}

.contacts-cards_wrapper--horizontal .contacts-cards_item--description .btn>span span {
    display: none;
}


.contacts-cards_item--description .btn>span:before,
.contacts-cards_item--description .btn>span:after {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
}

.contacts-cards_wrapper--horizontal .contacts-cards_item--description .btn>span:before,
.contacts-cards_wrapper--horizontal .contacts-cards_item--description .btn>span:after {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


.contacts-cards_item--description .btn>span:after {
    opacity: 0;
    background-image: url(../media/contacts/cards/route-hover.svg);
}

.contacts-cards_item--description .btn>span:before {
    background-image: url(../media/contacts/cards/route.svg);
}


.contacts-cards_item--description .btn_route:hover>span:before {
    opacity: 0;
}

.contacts-cards_item--description .btn_route:hover>span:after {
    opacity: 1;
}


.contacts-centr-type {
    margin-top: 15px;
    padding-top: 13px;
    border-top: 1px solid #D7D9DF;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.contacts-cards_wrapper--horizontal .contacts-centr-type {
    display: none;
}

.contacts-centr-type>span {
    display: block;
    font-size: 14px;
    line-height: 17px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin-right: 10px;
}

.contacts-centr-type .img-wrapper {
    width: 28px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}


@media screen and (max-width: 1199px) {
    .contacts-cards_items {
        margin: 0 -12.5px;
        width: calc(100% + 25px);
    }

    .contacts-cards_item {
        width: calc(50% - 25px);
        margin: 0 12.5px;
        min-height: auto;
        margin-top: 0 !important;
    }

    .contacts-cards_item:not(:nth-child(-n+2)) {
        margin-top: 50px !important;
    }

    .contacts-cards_item .btn-wrapper {
        margin-top: 15px;
    }

    .contacts-cards_item--img {
        height: 217px;
    }

    .contacts-cards_item--description {
        padding: 15px 15px 12px 15px;
    }

    .contacts-cards_item--description .contacts-address-center {
        overflow: visible;
        height: 32px;
        white-space: normal;
    }

    .contacts-cards_item--description .btn-contact_phone {
        display: block;
    }

    .contacts-cards_item--description .btn_route+.btn {
        display: none;
    }

    .contacts-cards_item--description .btn {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        height: 44px;
        line-height: 44px;
    }

    .contacts-cards_item--description .btn_route {
        padding: 0 6px;
        margin: 0 !important;
        height: 44px !important;
        max-width: 44px;
        line-height: 44px !important;
        width: auto;
    }

    .contacts-cards_item--description .btn_blue+.btn_route,
    .contacts-cards_item--description .btn-contact_phone+.btn_route {
        margin-left: 15px !important;
    }

    .contacts-cards_item--description .btn>span {
        width: 0;
        height: 100%;
        margin: 0 auto;
    }

    .contacts-cards_item--description .btn>span span {
        display: none;
    }

    .contacts-cards_item--description .btn>span:before,
    .contacts-cards_item--description .btn>span:after {
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .contacts-info-center+.contacts-info-center {
        display: none;
    }

    /* новое 06.10.2022 */
    .contacts-info-center__tel {
        display: none;
    }

    .contacts-info-center {
        -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;
    }

    .contacts-info-center--works {
        width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        opacity: 1;
        padding-top: 5px;
    }

    .contacts-info-center--work:not(:first-child) {
        margin-left: 40px;
    }

    .contacts-tags-list {
        height: 40px;
        overflow: hidden;
    }

    .contacts-cards_wrapper>.pagination-wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media screen and (max-width: 767px) {
    .contacts-cards_items {
        margin: 0;
        width: 100%;
    }

    .contacts-cards_item {
        width: 100%;
        margin: 0 !important;
        -webkit-box-shadow: 0px 2px 20px #E5E7EE;
        box-shadow: 0px 2px 20px #E5E7EE;
        border: none;
        border-radius: 0;
    }

    .contacts-cards_item:not(:first-child) {
        margin-top: 20px !important;
    }

    .contacts-cards_item--img {
        display: none;
    }

    .contacts-cards_item--description {
        padding: 16px;
    }

    .contacts-cards_item--description .contacts-name-center {
        white-space: normal;
        position: relative;
        padding: 5px 0;
        padding-left: 38px;
        font-size: 16px;
        line-height: 19px;

    }

    .contacts-cards_item--description .contacts-name-center>.img-wrapper {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 28px;
    }

    .contacts-cards_item--description .contacts-address-center {
        height: auto;
    }

    .contacts-cards_item--description .contacts-main-center+.contacts-infos-center {
        padding-top: 0;
        border-top: none;
    }

    .contacts-info-center--work:not(:first-child) {
        margin-left: 20px;
    }

    .contacts-tags-list,
    .contacts-centr-type {
        display: none;
    }

    .contacts-cards_item .link-wrapper {
        display: block;
        padding-top: 15px;
    }
}

/* End Contacts Card */


.career-contacts_wrapper {
    margin: 0 -15px;
    margin-top: 100px;
    width: calc(100% + 30px);
}

/* .contacts-cards_wrapper:not(.contacts-cards_wrapper--horizontal)~.career-contacts_wrapper {
    margin-top: 10px;
}

.contacts-cards_wrapper.contacts-cards_wrapper--horizontal~.career-contacts_wrapper,
.contacts-map_wrapper.show+.career-contacts_wrapper {
    margin-top: 100px;
} */

.career-contact_item {
    width: calc(25% - 30px);
    margin: 0 15px;
    -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;
    padding: 25px;
}

.career-contact_item:not(:nth-child(-n+4)) {
    margin-top: 30px;
}

.career-contact_item .item-title {
    font-size: 18px;
    padding-bottom: 10px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    text-align: center;
}

.career-contact_item a:not(.link_whatsapp)>* {
    display: inline-block;
    vertical-align: middle;
}

.career-contact_item a+a:not(.link_whatsapp) {
    margin-top: 6px;
}

.career-contact_item a:not(.link_whatsapp)>span {
    margin-left: 7px;
}

.career-contact_item .link_whatsapp {
    margin-top: 10px;
}

@media screen and (max-width: 1199px) {
    .career-contacts_wrapper {
        margin: 0 auto;
        margin-top: 80px;
        width: 640px;
    }

    .career-contact_item {
        width: calc(50% - 50px);
        margin: 0 25px;
        margin-top: 0 !important;
    }

    .career-contact_item:not(:nth-child(-n+2)) {
        margin-top: 30px !important;
    }
}

@media screen and (max-width: 767px) {
    .career-contacts_wrapper {
        width: 100%;
        margin-top: 60px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .career-contact_item {
        width: 100%;
        max-width: 270px;
        margin: 0 !important;
        margin-bottom: 30px !important;
    }

    .career-contact_item:not(:nth-child(-n+2)) {
        margin-top: 0 !important;
    }

}

/* Start Map Wrapper */
.contacts-map_wrapper:not(.show) {
    display: none;
}

/* Новое 31.10.2022 */
.contacts-map_wrapper {
    margin-top: 50px;
    position: relative;
    height: 600px;
}

.contacts-map_inner {
    height: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 800px;
    padding-left: 30px;
}


.contacts-map_centers {
    height: 100%;
    width: 370px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 2px 20px #E5E7EE;
    box-shadow: 0px 2px 20px #E5E7EE;
    border-radius: 5px;
    z-index: 1;
    -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;
    /*  flex-wrap: nowrap; */
}

/* Конец Новое 31.10.2022 */

.contacts-map_centers--top {
    padding: 30px;
    padding-bottom: 0;
    width: 100%;
}

.contacts-map_heading {
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 15px;

}

/* новое 06.10.2022 */
.contacts-map_centers--top .pagination-wrapper {
    justify-content: space-between;
}


.contacts-map_centers--bottom {
    margin-top: 25px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    max-height: 100%;
    overflow: auto;
    padding: 30px;
    padding-top: 0;
}

.contacts-map_center {
    padding: 10px;
    border-radius: 5px;
    color: #48494D;
    font-size: 14px;
    background: #ffffff;
    line-height: 17px;
    -webkit-transition: background .2s ease, color .2s ease;
    -o-transition: background .2s ease, color .2s ease;
    transition: background .2s ease, color .2s ease;
}

.contacts-map_center--heading {
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.contacts-map_center.active,
.contacts-map_center:not(.active):hover {
    background: #0049B7;
    color: #ffffff;
}

.contacts-map_center:not(:first-child) {
    margin-top: 10px;
}

.contacts-map_center--phone {
    color: inherit;
    margin-top: 8px;
}


.ymaps-2-1-79-map-copyrights-promo,
.ymaps-2-1-79-copyright {
    display: none;
}

.contacts-map_inner .popover {
    width: 380px;
    position: absolute;
    -webkit-box-shadow: 0px 4px 20px rgba(0, 14, 86, 0.1);
    box-shadow: 0px 4px 20px rgba(0, 14, 86, 0.1);
}

.contacts-cards_item.contacts-cards_item--map {
    width: 100%;
    min-height: auto;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25px;
    border: none;
    /* box-shadow: 0px 4px 20px rgba(0, 14, 86, 0.1); */
    border-radius: 5px;
}

.contacts-cards_item--map .contacts-cards_item--description .contacts-name-center {
    position: relative;
    padding: 5px 0;
    padding-left: 38px;
    min-height: 28px;
    font-size: 16px;
    line-height: 19px;

}

.contacts-cards_item--map .contacts-cards_item--description {
    padding: 0;
}

.contacts-cards_item--map .contacts-cards_item--description .contacts-name-center>.img-wrapper {
    display: block;
    position: absolute;
    left: 0;
    top: 0px;
    width: 28px;
}

.contacts-cards_item--map .contacts-main-center {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    padding-top: 0;
}

.contacts-cards_item--map .contacts-cards_item--description .contacts-address-center {
    font-size: 16px;
    line-height: 19px;
}

.contacts-cards_item--map .contacts-rating {
    margin-top: 5px;
}

.contacts-cards_item--map .contacts-cards_item--description .contacts-main-center+.contacts-infos-center {
    margin-top: 15px;
    padding-top: 0;
    border-top: none;
}

.contacts-cards_item--map .contacts-info-center--phone>a {
    font-size: 16px;
    line-height: 19px;
    margin-top: 5px;
}

.contacts-cards_item--map .contacts-cards_item--description .contacts-info-center+.contacts-info-center {
    margin-top: 10px;
    padding-top: 11px;
    border-top: 1px solid #D7D9DF;
}

.contacts-cards_item--map .contacts-cards_item--description .btn-wrapper {
    margin-top: 15px;
}

.contacts-map_inner .popover .arrow-down {
    border-width: 11px;
}

.contacts-map_inner .popover .arrow-down,
.contacts-map_inner .popover .arrow-down:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.contacts-map_inner .popover .arrow-down:after {
    border-width: 10px;
    content: "";
}

.contacts-map_inner .popover.top .arrow-down:after {
    bottom: 1px;
    margin-left: -10px;
    border-top-color: #fff;
    border-bottom-width: 0;
}

.contacts-map_inner .popover.top .arrow-down {
    bottom: -11px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    /*     border-top-color: #999;
    border-top-color: rgba(0, 0, 0, 0.25); */
    border-bottom-width: 0;
}

.contacts-map_inner .popover .close {
    top: 10px;
    right: 10px;
    font-size: 30px;
    line-height: 30px;
    color: #48494D;
    position: absolute;
}

/* End Map Wrapper */


/* Start Modal Wrapper CSS */
.modal-contacts:not(.show) {
    display: none;
}

.modal-contacts {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #ffffff;
    overflow: auto;
    display: block;
    z-index: 10;
}

.modal-contacts .modal-wrapper {
    padding: 75px 0;
}

.modal-contacts .contacts-cards_item {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0 16px;
}

.modal-contacts .contacts-cards_item--img {
    display: block;
    height: 57vw;
    overflow: hidden;
    border-radius: 5px;
}

.modal-contacts .contacts-cards_item--description {
    padding-left: 0;
    padding-right: 0;
    padding-top: 20px;
    padding-bottom: 0;
}

.modal-contacts .contacts-cards_item--description .link-wrapper {
    display: none;
}

.modal-contacts .contacts-tags-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.modal-contacts .contacts-info-center+.contacts-info-center,
.modal-contacts .contacts-cards_item .btn-mobile {
    display: block;
}

.modal-contacts .contacts-cards_item .btn-mobile {
    width: 100%;
    border: 1px solid rgba(72, 73, 77, 0.3);
    border-radius: 5px;
    line-height: 50px;
    height: 50px;
    text-transform: uppercase;
    color: rgba(72, 73, 77, 0.5);
    font-size: 14px;
    /* line-height: 17px; */
    text-align: center;
    letter-spacing: 0.12em;
    margin-top: 15px;
}

.modal-contacts .contacts-cards_item--description .contacts-main-center+.contacts-infos-center,
.modal-contacts .contacts-cards_item--description .contacts-info-center+.contacts-info-center,
.modal-contacts .contacts-cards_item .btn-wrapper,
.contacts-tags-list {
    margin-top: 20px;
}

.modal-contacts .contacts-infos-center+.btn-wrapper {
    display: none;
}

.modal-contacts .contacts-cards_item--description .btn_route+.btn {
    display: block;
}

.modal-contacts .btn-wrapper-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}


.modal-contacts .modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 25px;
    height: 25px;
    background-image: url(../media/icons/big-closeonhover.svg);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    opacity: .8;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
}

.modal-contacts .modal-close:hover,
.modal-contacts .modal-close:active {
    opacity: 1;
}

/* End Modal Wrapper CSS */

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

@media screen and (max-width: 767px) {
    .brand-main_option.service-option .btn {
        width: auto;
        margin: 0;
        margin-top: 20px;
        padding: 0 20px;
    }
}

/*Переделка меню брендов*/
.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;
    }
}