.action-detail_heading {
    padding-bottom: 30px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.action-detail_heading>.heading_black {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-bottom: 0;
}

.action-detail_heading>.timer-action {
    padding: 6px 4px;
    background: #FFFFFF;
    /* акцентный */
    margin-left: 60px;
    border: 2px solid #0049B7;
    border-radius: 5px;
    font-size: 17px;
    line-height: 21px;
    color: rgba(72, 73, 77, .7);
}

.action-detail_heading>.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;
    /* identical to box height */
    color: #48494D;
    text-align: center;
    min-width: 60px;
}

.action-detail_heading>.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: #48494D;

    opacity: 0.7;
}

.action-detail_main {
    border-radius: 15px;
    overflow: hidden;
}

.action-detail_main--img {
    height: 440px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

/* new 01.03.2023 */
.form-steps_wrapper.form-steps_wrapper--action {
    padding: 50px;
    background: #F5F5F9;
    width: 100%;
}

/* end new 01.03.2023 */
.form-steps_wrapper--action .heading_black {
    padding-bottom: 0;
}

.form-steps_wrapper--action .subtitle {
    padding-top: 15px;
}

.form-steps_wrapper--action>.form-steps_block .inputs-selects_wrapper {
    padding-top: 30px;
    margin: 0 -10px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.form-steps_wrapper--action .step_wrapper .submit-btn_wrapper {
    margin: 0 10px;
}


.form-steps_wrapper--action.form-steps_wrapper .step_wrapper .link_wrapper {
    display: block;
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
}

.form-steps_wrapper--action .heading_wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}

.form-steps_wrapper--action .heading_wrapper>.heading_black {
    width: auto;
}

@media screen and (min-width: 1200px) {
    .form-steps_wrapper--action>.comlpiance_wrapper {
        text-align: left;
    }

    .form-steps_wrapper--action>.submit-btn_wrapper,
    .form-steps_wrapper--action>.link_wrapper {
        display: none !important;
    }
}

@media screen and (max-width: 1199px) {
    .action-detail_heading>.heading_black {
        font-size: 30px;
        line-height: 150%;
    }

    .action-detail_heading>.timer-action {
        margin-left: 36px;
    }

    .action-detail_main--img {
        height: 50vw;
    }

    /* new 01.03.2023 */
    .form-steps_wrapper.form-steps_wrapper--action {
        padding: 50px 16px;
    }

    /* end new 01.03.2023 */
    .form-steps_wrapper--action>.form-steps_block .inputs-selects_wrapper {
        -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;
        margin: 0;
    }

    .form-steps_wrapper--action>.form-steps_block .default-input_wrapper,
    .form-steps_wrapper--action>.form-steps_block .custom-select_wrapper,
    .form-steps_wrapper--action>.form-steps_block .many-select_wrapper {
        width: 100%;
    }

    .form-steps_wrapper--action .step_wrapper .submit-btn_wrapper {
        display: none;
    }

    .submit-btn_wrapper.text-center.mob-vision {
        display: block;
    }

    .form-steps_wrapper--action .step_wrapper>*:not(.inputs-selects_wrapper) {
        text-align: center !important;
    }

    .form-steps_wrapper--action.form-steps_wrapper .step_wrapper .link_wrapper {
        display: none;
    }

    .form-steps_wrapper--action .heading_wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .form-steps_wrapper--action>.link_wrapper {
        position: relative;
        left: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        bottom: auto;
        margin-top: 20px;
        text-align: center;
    }

    .form-steps_wrapper--action .btn_blue-radius {
        border-radius: 5px;
    }
    .row-icons_item.icon-item.flex-block {
        width: 100%;
        margin: 0;
    }
}

@media screen and (max-width: 767px) {
    .action-detail_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;
        row-gap: 20px;
    }

    .action-detail_heading>.heading_black {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 100%;
        font-size: 25px;
    }

    .action-detail_heading>.timer-action {
        margin-left: 0;
    }

    .action-detail_main {
        margin: 0 -16px;
        border-radius: 0;
    }

    .action-detail_main--img {
        height: 57vw;
    }

    /* new 01.03.2023 */
    .form-steps_wrapper.form-steps_wrapper--action {
        padding: 40px 16px;
    }

    /* end new 01.03.2023 */
    .form-steps_wrapper--action .form-steps_block {
        max-width: 288px;
        margin: 0 auto;
    }
}



.action-detail_text .list {
    list-style: disc;
    margin-left: 16px;
    margin-top: 10px;
}

.action-detail_disclamer {
    font-size: 10px;
    line-height: 12px;
    opacity: .5;
}


/* Start Brands Slider Wrapper */
.brands-slider_wrapper>.heading_black {
    font-size: 20px;
    line-height: 24px;
}

/* .brands-slider_container {
    margin: -20px;
    padding: 20px;
} */
.brands-slider_container .swiper-slide {
    max-width: 89px !important;
}

.brands-slider_slide img {
    width: 100%;
    display: block;
}

.brands-slider_container .arrow {
    width: 34px;
    background-size: 12px 12px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    height: 34px;
    z-index: 3;
}

.brands-slider_container .arrow.disabled {
    opacity: 0;
}

@media screen and (max-width: 1199px) {
    .swiper-container.brands-slider_container {
        margin: 0 -20px;
        padding: 0 20px;
    }

    .brands-slider_container .arrow {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .swiper-container.brands-slider_container {
        margin: 0 -16px;
        padding: 0 16px;
    }

}

/* End Brands Slider Wrapper */


/* Start Action Detail Catalog */
.action-detail_catalog>.heading_black {
    padding-bottom: 15px;
}

.action-detail_catalog-fltr {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    margin-top: 30px;
}

.action-detail_catalog-fltr>.progressbar_wrapper_new {
    width: 260px;
}

.action-detail_catalog-fltr>.custom-select_wrapper {
    width: 180px;
}

.action-detail_catalog-fltr:not(.mobile)>a {
    color: rgba(72, 73, 77, .5);
    margin-left: auto;
    border-bottom: 1px solid rgba(72, 73, 77, .3);
    -webkit-transition: border-color .2s ease;
    -o-transition: border-color .2s ease;
    transition: border-color .2s ease;
}

.action-detail_catalog-fltr:not(.mobile)>a:hover {
    border-color: transparent;
}

.action-detail_catalog .preview-card_auto-wrapper .preview-card_auto.used-auto {
    padding: 0;
    min-height: 100%;
}

/* .action-detail_catalog .preview-card_auto.used-auto .preview-card_auto-img_wrapper {
    margin: -1px;
} */

.action-detail_catalog .preview-card_auto.used-auto .img {
    height: 200px;
    max-height: 200px;
}

.action-detail_catalog .preview-card_auto.used-auto .preview-card_auto-description {
    padding: 20px 20px 0;
}

.action-detail_catalog .preview-card_auto .descriprion-model {
    font-size: 20px;
    line-height: 24px;
}

.action-detail_catalog .preview-card_auto.used-auto .preview-card_auto-description {
    min-height: 272px;
}

.action-detail_catalog .preview-card_auto.used-auto .descriprion-text {
    font-size: 16px;
    line-height: 19px;
    height: 67px;
    overflow: hidden;
}

.action-detail_catalog .preview-card_auto.used-auto .price {
    bottom: 70px;
}

.action-detail_catalog .preview-card_auto.used-auto .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: 12px;
}

.action-detail_catalog .preview-card_auto.used-auto .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;
}

.action-detail_catalog .discount-percent-price {
    position: absolute;
    top: 0;
    right: 20px;
}

.action-detail_catalog .preview-card_auto.used-auto .preview-card_auto-img_wrapper:before {
    content: none;
}

.action-detail_catalog .pagination_wrapper {
    margin-top: 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.action-detail_catalog .preview-cards_wrapper {
    margin-top: 40px;
}

.action-detail_catalog-fltr.mobile {
    display: none;
}

@media screen and (max-width: 1199px) {
    .action-detail_catalog-fltr:not(.mobile) {
        display: none;
    }

    .action-detail_catalog-fltr.mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 auto;
        margin-top: 30px;
    }

    .action-detail_catalog-fltr.mobile>a {
        -webkit-column-gap: 4px;
        -moz-column-gap: 4px;
        column-gap: 4px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 8px;
        color: #48494D;
        -webkit-transition: color .2s ease;
        -o-transition: color .2s ease;
        transition: color .2s ease;
    }

    .action-detail_catalog-fltr.mobile>a:hover,
    .action-detail_catalog-fltr.mobile>a:active {
        color: #0049B7;
    }

    .action-detail_catalog .preview-cards_wrapper {
        width: 676px;
        margin: 0 auto;
        margin-top: 30px;
    }

    .action-detail_catalog .preview-card_auto-wrapper:not(.vers2) {
        width: calc(50% - 50px) !important;
        margin: 0 25px !important;
        min-height: 451px !important;
        background-color: #D7D9DF !important;
        padding: 1px !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    .action-detail_catalog .preview-card_auto.used-auto .preview-card_auto-img_wrapper {
        width: calc(100% + 2px) !important;
        padding-right: 0 !important;
    }

    .action-detail_catalog .preview-card_auto-wrapper:not(.vers2) .preview-card_auto.used-auto .img {
        height: 180px;
        max-height: 180px;
        width: 100%;
    }

    .action-detail_catalog .preview-card_auto-wrapper:not(.vers2) .preview-card_auto .preview-card_auto-description {
        width: 100%;
        position: initial;
        padding: 20px 20px 0 !important;
        min-height: 272px !important;
    }

    .action-detail_catalog .preview-card_auto-wrapper:not(.vers2) .preview-card_auto .price {
        width: 100%;
        padding: 0 20px;
    }

    .action-detail_catalog .preview-card_auto-btn {
        display: block;
    }

    .action-detail_catalog .preview-card_auto-wrapper:not(.vers2) .preview-card_auto .now-price .icon_tooltip {
        display: inline-block;
    }

    .action-detail_catalog .btn:not(.btn_mini):not(.btn_contur-grey) {
        height: 50px;
        line-height: 50px;
        padding: 0;
        font-size: 14px;
    }

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

    .action-modal-fltr .fltr_item {
        width: 100% !important;
    }

    .action-modal-fltr .fltr_item:not(:first-child) {
        margin-top: 20px;
    }
}

@media screen and (max-width: 767px) {
    .action-detail_catalog .preview-cards_wrapper {
        width: 288px !important;
    }

    .action-detail_catalog .preview-card_auto-wrapper:not(.vers2) {
        width: 100% !important;
    }

    .action-detail_catalog .preview-card_auto-wrapper:not(.vers2) .preview-card_auto .label {
        top: 0;
        left: 0;
        bottom: auto;
        width: auto;
    }

    .action-detail_catalog .preview-card_auto-wrapper:not(.vers2) .preview-card_auto.used-auto .descriprion-text {
        height: 70px;
    }

    .action-detail_catalog .preview-card_auto-wrapper:not(.vers2) .preview-card_auto .price {
        position: absolute;
        margin-top: 0;
    }

    .action-detail_catalog .preview-card_auto-wrapper:not(.vers2) .preview-card_auto .old-price {
        position: relative;
        left: 0;
    }
}

/* End Action Detail Catalog */