.characteristics.characteristics_newblock .section-title {
    position: relative;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: flex-end;
    color: rgb(0, 0, 0);
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    text-transform: uppercase;
    font-family: 'HarmonyOS-Sans';
    margin-bottom: 73px;
}

.characteristics.characteristics_newblock .section-title:after {
    display: block;
    content: '';
    width: 75.6666%;
    height: 4px;
    background-color: rgb(187, 23, 27);
}

.car_block span {
    display: block;
    color: rgb(0, 0, 0);
    font-family: 'HarmonyOS-Sans';
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
    margin-bottom: 23px;
}

.car_block span:hover {
    color: rgb(187, 23, 27);
}

.car_block img {
    width: 100%;
    max-width: max-content;
    height: auto;
}

.cars .swiper-slide-thumb-active .car_block {
    opacity: 1;
}

.car_block {
    width: 100%;
    position: relative;
    cursor: pointer;
    opacity: 0.6;
    text-align: center;
}

.characteristics-slider, .characteristics-slider-2 {
    display: none;
}

.slider-buttons_block {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    width: 120px;
    margin-bottom: 26px;
}

.slider-buttons {
    width: 40px;
    height: 15px;
    cursor: pointer;
}

.slider-button-prev {
    background-image: url('../img/arrow_left.svg');
}

.slider-button-next {
    background-image: url('../img/arrow_right.svg');
}

.characteristics__content.car_bloc_new {
    display: block;
    border-radius: 0px;
    background: unset;
    padding: 0px;
    border: 0px;
    box-shadow: unset;
}

.characteristics__content.car_bloc_new .block_all {
    display: flex;
    flex-flow: row-reverse;
    justify-content: space-between;
    position: relative;
    height: auto;
}

.container_slider_complects .characteristics__content.car_bloc_new .block_all {
    flex-flow: wrap;
}

.characteristics__content.car_bloc_new .block_all .spec_price {
    display: block;
    position: absolute;
    width: 291px;
    height: 137px;
    background-image: url('../img/info_red.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: 20px;
    left: 45px;
    padding-top: 30px;
    z-index: 1;
}

.characteristics__content.car_bloc_new .block_all .spec_price p {
    margin-bottom: 0px;
    font-family: 'HarmonyOS-Sans';
    color: rgb(255, 255, 255);
    font-size: 28.51px;
    font-weight: 900;
    line-height: 31px;
    text-align: center;
    width: 95%;
}

.characteristics__content.car_bloc_new .gallery {
    margin-top: 10px;
}

.characteristics__content.car_bloc_new .info {
    width: 100%;
    max-width: 43%;
    border-radius: 13.94px;
    background: rgb(244, 244, 244);
    box-shadow: unset;
    padding-top: 35px;
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 35px;
    box-sizing: border-box;
}

.characteristics__content.car_bloc_new .info .title, .characteristics__content.car_bloc_new .colors .title_mobile {
    color: rgb(0, 0, 0);
    font-family: 'HarmonyOS-Sans';
    font-size: 36px;
    font-weight: 700;
    line-height: 42px;
    margin-bottom: 50px;
}

.characteristics__content.car_bloc_new .colors .title_mobile {
    display: none;
}

.characteristics__content.car_bloc_new .info .list {
    margin-bottom: 65px;
}

.characteristics__content.car_bloc_new .info .list ul {
    
}

.characteristics__content.car_bloc_new .info .list ul li {
    display: block;
    position: relative;
    margin-bottom: 25px;
    font-family: 'HarmonyOS-Sans';
    font-size: 16.42px;
    font-weight: 400;
    line-height: 20px;
    padding-left: 40px;
    padding-top: 0px;
    height: auto;
}

.characteristics__content.car_bloc_new .info .list ul li:before {
    display: block;
    position: absolute;
    content: '';
    width: 30px;
    height: 30px;
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgb(187, 23, 27);
    border-radius: 7.2px;
    margin-right: 22px;
    left: 0px;
    top: 0px;
}

.characteristics__content.car_bloc_new .info .list ul li:nth-child(1):before {
    background-image: url('../img/icon_1.svg');
}

.characteristics__content.car_bloc_new .info .list ul li:nth-child(2):before {
    background-image: url('../img/icon_2.svg');
}

.characteristics__content.car_bloc_new .info .list ul li:nth-child(3):before {
    background-image: url('../img/icon_3.svg');
}

.characteristics__content.car_bloc_new .info .list ul li strong {
    color: #BB171B;
}

.characteristics__content.car_bloc_new .info .buttons a {
    display: block;
    width: 100%;
    background: rgb(187, 23, 27);
    color: rgb(255, 255, 255);
    font-family: "HarmonyOS Sans SC", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    text-align: center;
    text-transform: uppercase;
    padding-top: 8px;
    padding-bottom: 8px;
    text-decoration: unset;
    margin-bottom: 8px;
    border-radius: 3px;
}

.characteristics__content.car_bloc_new .info .buttons a.button_grey {
    background: rgb(156, 156, 156);
}

.characteristics__content.car_bloc_new .colors {
    width: 100%;
    max-width: 57%;
    position: relative;
    height: 100%;
}

.characteristics__content.car_bloc_new .colors .color-name {
    display: none;
}

.characteristics__content.car_bloc_new .colors .color-images {
    display: block;
    align-items: unset;
    padding-top: 100px;
}

.characteristics__content.car_bloc_new .colors .color-images:before {
    display: none;
}

.characteristics__content.car_bloc_new .colors .color-select {
    display: block;
    width: 100%;
    max-width: 561px;
    margin: auto;
    height: 280px;
}

.characteristics__content.car_bloc_new .colors .color-select--dots-wrap {
    display: block;
    flex-direction: unset;
    padding: 0px;
    position: relative;
}

.characteristics__content.car_bloc_new .colors .color-select--dots {
    display: flex;
    flex-direction: unset;
    background-color: unset;
    align-items: unset;
    width: 100%;
    max-width: max-content;
    margin: auto;
}

.characteristics__content.car_bloc_new .colors .color-select--dot {
    width: 36px;
    height: 36px;
    margin: 8px;
}

.characteristics__content.car_bloc_new .colors .color-select--dot-bg {
    width: 100%;
    height: 100%;
    display: inline-flex;
    border-radius: 12px;
    position: relative;
    border: unset;
}

.characteristics__content.car_bloc_new .colors  .color-select--dot-bg:after {
    top: 8px;
    left: 15px;
    width: 7px;
    height: 16px;
}

#content_slaider {
    margin-top: 100px;
}

.c-container.timer {
    max-width: 100%;
    padding: 0px;
    margin-top: -20px;
}

.counter_new {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    position: relative;
    align-items: center;
    background-image: url(../img/background_form.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 102%;
    padding-top: 26px;
    padding-left: 65px;
    padding-right: 65px;
    padding-bottom: 26px;
    box-sizing: border-box;
    z-index: 100;
}

.counter_new .text_1 {
    color: rgb(255, 255, 255);
    font-family: 'HarmonyOS-Sans';
    font-size: 21.5px;
    font-weight: 700;
    line-height: 126%;
    text-transform: uppercase;
    width: 100%;
    max-width: 16%;
}

.counter_new .counter {
    width: 100%;
    max-width: 30%;
}

.counter_new .counter span[id^=timer-number-value] {
    font-family: 'HarmonyOS-Sans';
    font-size: 76.71px;
    font-weight: 700;
    line-height: 76.71px;
    text-align: center;
    text-transform: uppercase;
    background-color: unset;
    padding: 0px;
}

.counter_new .counter .timer-separator {
    padding-top: 4px!important;
    font-family: 'HarmonyOS-Sans';
    font-weight: 700;
    text-align: center;
}

.counter_new .form {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 39%;
    color: #fff;
}

.counter_new .form input, .counter_new .form button {
    width: 100%;
    max-width: 286px;
    height: 51px;
}

.counter_new .form input {
    background: rgb(217, 217, 217);
    border: unset;
    padding-top: 13px;
    padding-right: 16px;
    padding-left: 16px;
    padding-bottom: 13px;
    box-sizing: border-box;
    color: rgb(120, 120, 120);
    font-size: 16.72px;
    font-weight: 400;
    line-height: 20px;
}

.counter_new .form button {
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    padding: 0px;
    box-sizing: border-box;
    border-radius: 0px;
}

.counter_new .timer-custom {
    margin-bottom: 0px;
}

.characteristics_newblock-2 .c-container {
    border-radius: 12.87px;
    background: rgb(244, 244, 244);
    box-sizing: border-box;
    padding-top: 52px;
    padding-left: 66px;
    padding-right: 66px;
    padding-bottom: 52px;
}

.characteristics_newblock-2 .characteristics__content.car_bloc_new .info .title {
    color: rgb(88, 88, 88);
    font-size: 34.31px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 0px;
}

.characteristics_newblock-2 .characteristics__content.car_bloc_new .info .sub_title {
    color: rgb(0, 0, 0);
    font-size: 27.31px;
    font-weight: 400;
    line-height: 26px;
}

.characteristics_newblock-2 .characteristics__content.car_bloc_new .colors {
    padding-top: 73px;
    text-align: center;
}

.characteristics_newblock-2 .characteristics__content.car_bloc_new .colors img {
    max-height: 245px;
    width: auto;
}

.characteristics_newblock-2 .info_two {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    margin-top: 50px;
    margin-bottom: 50px;
}

.characteristics_newblock-2 .info_two .block {
    width: 100%;
    max-width: 50%;
    font-size: 21px;
    font-weight: 700;
    line-height: 32px;
    font-family: 'HarmonyOS-Sans';
}

.characteristics_newblock-2 .info_two .block .name {
    color: #565656;
}

.characteristics_newblock-2 .info_two .block .spec {
    color: #000000;
}

.menu-item {
    position: relative;
    height: 75px;
    display: flex;
    align-items: center;
}

.menu-item:hover .submenu {
    display: flex;
}

.menu-item .submenu {
    display: none;
    flex-flow: wrap;
    justify-content: space-between;
    position: absolute;
    background-color: #fff;
    width: 200px;
    box-shadow: 0px -1px 4.8px 0px rgba(0, 0, 0, 0.15);
    top: 77px;
    left: 0;
    padding: 30px 34px;
    border-radius: 3px;
    box-sizing: border-box;
}

.menu-item .submenu a {
    display: block;
    width: 100%;
    max-width: max-content;
    font-family: Noto Sans;
    font-size: 9px;
    font-weight: 700;
    line-height: 200%;
    text-align: left;
    text-transform: uppercase;
    text-decoration: none;
}

.menu-item .submenu:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10.7065px solid transparent;
    border-right: 10.7065px solid transparent;
    border-bottom: 10.9658px solid #ffffff;
    top: -9px;
    left: 50%;
    transform: translateX(-50%);
    filter: drop-shadow(0px -2px 1px rgba(0, 0, 0, 0.1));
    z-index: 1;
}

.menu-top.menu-shrink .menu-item .submenu {
    background-color: #30363A;
}

.menu-top.menu-shrink .menu-item .submenu:after {
    border-bottom: 10.9658px solid #30363A;
}

.menu-top--image .page-btn._red._w100.modal-btn {
    display: block;
    position: relative;
    font-family: 'HarmonyOS-Sans';
    color: rgb(255, 255, 255);
    font-size: 13.34px;
    font-weight: 700;
    line-height: 13px;
    padding: 9px;
    height: 35px;
    max-height: 35px;
    box-sizing: border-box;
    width: 100%;
    min-height: auto;
    border-radius: 0px;
}

.advantages_full {
    margin-top: 68px;
}

.advantages_full .c-container {
    border-radius: 18.93px;
    background: rgb(244, 244, 244);
    padding-top: 34px;
    padding-left: 26px;
    padding-right: 26px;
    padding-bottom: 58px;
}

.advantages_full .section-title {
    position: relative;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: flex-end;
    color: rgb(0, 0, 0);
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    text-transform: uppercase;
    font-family: 'HarmonyOS-Sans';
    margin-bottom: 73px;
}

.advantages_full .section-title:after {
    display: block;
    content: '';
    width: 67.6666%;
    height: 4px;
    background-color: rgb(187, 23, 27);
}

.advantages_full .advantages_blocks {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 1330px;
    margin: auto;
}

.advantages_full .advantages_blocks .block {
    display: block;
    cursor: pointer;
    width: 100%;
    max-width: 272px;
    height: 181px;
    box-sizing: border-box;
    border-radius: 18.87px;
    box-shadow: 7.55px 7.55px 3.77px 0px rgba(0, 0, 0, 0.25);
    background: rgb(255, 255, 255);
}

.advantages_full .advantages_blocks .block ._icon {
    text-align: center;
    margin-top: 24px;
    margin-bottom: 20px;
}

.advantages_full .advantages_blocks .block ._icon img {
    transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
    width: auto;
    height: auto;
}

.advantages_full .advantages_blocks .block ._icon:hover img {
    transform: scale(1.2);
}

.advantages_full .advantages_blocks .block ._text {
    color: rgb(0, 0, 0);
    font-family: 'HarmonyOS-Sans';
    font-size: 21.73px;
    font-weight: 700;
    line-height: 25px;
    text-align: center;
    text-transform: uppercase;
    padding-left: 10px;
    padding-right: 10px;
}

.cars .swiper-button-next {
    bottom: -7px;
    top: auto;
    transform: rotate(90deg);
}

.cars .swiper-button-prev {
    top: 0px;
    bottom: auto;
    transform: rotate(90deg);
}

.swiper-button-next, .swiper-button-prev {
    color: #bb171b;
    width: 41px;
    height: 41px;
    position: absolute;
    z-index: 10;
    left: 0px;
    right: 0px;
    margin: auto;
}

.car_block {
    width: 100%;
    max-width: 120px;
    margin: auto;
}

.container_slider_models {
    display: flex;
    width: 100%;
    height: 630px;
    flex-flow: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
}

.container_slider_models .swiper {
    margin: unset;
}

.gallery {
    width: 84%;
    height: 100%;
}

.swiper.cars {
    padding-top: 50px;
    width: 100%;
    max-width: 120px;
    height: 100%;
    max-height: 100%;
}

.swiper-button-next:after, .swiper-button-prev:after {
    display: block;
    text-align: center;
    width: 100%;
    font-size: 39px;
}

.swiper.photos {
    position: absolute;
    bottom: 0px;
    width: 100%;
    max-width: 522px;
    z-index: 500;
    margin: auto;
    left: 11%;
    right: auto;
}

.cars-thumbs .swiper-wrapper {
    height: auto;
}

.gallery-main .swiper-wrapper {
    height: auto;
}

.complects-thumbs .swiper-wrapper {
    height: auto;
}

.container_slider_complects {
    height: auto;
}
  .block_all.hidden {
        display: none;
    }

.show-more {
    display: block;
    width: 100%;
    background: rgb(187, 23, 27);
    color: rgb(255, 255, 255);
    font-family: "HarmonyOS Sans SC", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    text-align: center;
    text-transform: uppercase;
    padding-top: 12px;
    padding-bottom: 12px;
    text-decoration: unset;
    margin-bottom: 8px;
    border-radius: 3px;
    outline: 0px;
    border: 0px;
    margin: auto;
    max-width: 214px;
}

    .show-more:hover {
        cursor: pointer;
    }

    /* РњРѕР±РёР»СЊРЅР°СЏ РІРµСЂСЃРёСЏ: СЃРєСЂС‹РІР°РµРј РІСЃРµ РїРѕСЃР»Рµ 1-Р№ РєР°СЂС‚РѕС‡РєРё */
    @media (max-width: 768px) {
        .car_bloc_new .block_all:nth-child(n+2) {
            display: none;
        }
        .car_bloc_new.expanded .block_all {
            display: flex;
        }
    }

    /* Р”РµСЃРєС‚РѕРїРЅР°СЏ РІРµСЂСЃРёСЏ: СЃРєСЂС‹РІР°РµРј РІСЃРµ РїРѕСЃР»Рµ 2-Р№ РєР°СЂС‚РѕС‡РєРё */
    @media (min-width: 769px) {
        .car_bloc_new .block_all:nth-child(n+3) {
            display: none;
        }
        .car_bloc_new.expanded .block_all {
            display: flex;
        }
    }
.owl-carousel .owl-stage-outer {
    padding-bottom: 20px;
}

.container_slider_complects .swiper-button-prev {
    transform: unset;
    right: auto;
    top: -23px;
    bottom: 0px;
    margin: auto;
}

.container_slider_complects .swiper-button-next {
    transform: unset;
    left: auto;
    top: -23px;
    bottom: 0px;
    margin: auto;
}

@media (max-width: 1700px) {

.counter_new .text_1 {
    max-width: 20%;
}

.counter_new .counter {
    max-width: 37%;
}

.counter_new .form input, .counter_new .form button {
    max-width: 49%;
}

.characteristics.characteristics_newblock .section-title:after {
    width: 66.6666%;
}

.characteristics__content.car_bloc_new .colors .color-select--dots-wrap {
    margin-top: 25px;
}

.characteristics_newblock-2 .characteristics__content.car_bloc_new .block_all {
    padding-left: 0px;
    padding-right: 0px;
}

.characteristics_newblock-2 .info_two .block {
    font-size: 21px;
}

.advantages_full .section-title:after {
    width: 57.6666%;
}

.menu-top--image .page-btn._red._w100.modal-btn {
    padding-top: 4px;
    padding-bottom: 4px;
    display: flex;
    align-items: center;
}

.swiper.photos {
    left: 6%;
}

}

@media (max-width: 1400px) {

.swiper.photos {
    left: 10%;
    bottom: 125px;
    max-width: 403px;
}

.characteristics__content.car_bloc_new .colors .color-select--dots-wrap {
    margin-top: 120px;
}

.counter_new .counter {
    max-width: 40%;
}

.counter_new .text_1 {
    max-width: 23%;
}

.counter_new .form {
    max-width: 36%;
}

.counter_new .counter span[id^=timer-number-value] {
    font-size: 68px;
    line-height: 68px;
}

}


@media (max-width: 1300px) {

.swiper.photos {
    left: 2%;
    bottom: 91px;
}

.characteristics.characteristics_newblock .section-title:after {
    width: 61.6666%;
}

.characteristics__content.car_bloc_new .block_all .info {
    max-width: 47%;
}

.characteristics__content.car_bloc_new .block_all .colors {
    max-width: 48%;
}

.characteristics__content.car_bloc_new .colors .color-select--dots-wrap {
    margin-top: 107px;
}

.characteristics__content.car_bloc_new .colors .color-images {
    display: block;
    align-items: unset;
    margin-top: 54px;
}

.counter_new .text_1 {
    max-width: 210px;
}

.counter_new .counter {
    max-width: 54%;
}

.counter_new .form input, .counter_new .form button {
    max-width: 49%;
}

.counter_new .form {
    max-width: 100%;
    margin-top: 20px;
}

.menu-item:hover .submenu {
    display: block;
}

.menu-item {
    display: block;
    position: relative;
    height: auto;
}

.menu-item .submenu {
    display: block;
    width: 100%;
    box-shadow: unset;
    height: auto;
    position: relative;
    top: 0px;
    padding: 10px;
}

.menu-item .submenu a {
    display: block;
    width: 100%;
    max-width: max-content;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 400;
}

.advantages_full .section-title:after {
    width: 53.6666%;
}

.advantages_full .advantages_blocks .block {
    max-width: 48%;
    margin-bottom: 40px;
}

.counter_new {
    background-size: cover;
    margin-top: -2px;
}

}

@media (max-width: 1200px) {

.characteristics_newblock-2 .info_two .block {
    font-size: 24px;
    line-height: 33px;
}

.characteristics.characteristics_newblock .section-title:after {
        width: 55.6666%;
}

.characteristics__content.car_bloc_new .colors .color-select--dots-wrap {
    margin-top: 180px;
}

.advantages_full .section-title:after {
    width: 43.6666%;
}

.gallery {
    width: 100%;
    height: auto;
}

.gallery  .swiper-wrapper {
    height: 950px;
}

.swiper.cars {
    width: 100%;
    max-width: 100%;
    padding: 0px;
}

.swiper.cars .swiper-wrapper {
    height: auto;
}

.container_slider_models {
    display: block;
    width: 100%;
    height: auto;
    flex-flow: unset;
    justify-content: unset;
}

.cars .swiper-button-prev {
    transform: unset;
    right: auto;
    top: 0px;
    bottom: 0px;
    margin: auto;
}

.cars .swiper-button-next {
    transform: unset;
    left: auto;
    top: 0px;
    bottom: 0px;
    margin: auto;
}

.characteristics.characteristics_newblock .section-title {
    font-size: 30px;
    margin-bottom: 10px;
}


.characteristics__content.car_bloc_new .block_all .spec_price {
    width: 220px;
    height: 105px;
    top: 0px;
    right: 45px;
    padding-top: 16px;
}

.swiper.photos {
    position: relative;
    bottom: 0px;
    width: 100%;
    max-width: 100%;
    z-index: 500;
    margin: auto;
    left: auto;
    right: auto;
    margin-top: 20px;
}

}

@media (max-width: 1000px) {

.characteristics_newblock-2 .characteristics__content.car_bloc_new .colors {
    padding-top: 0px;
    margin-top: 0px;
}

.characteristics__content.car_bloc_new .colors .color-select--dots-wrap {
    margin-top: 40px;
}

.characteristics.characteristics_newblock .section-title:after {
    display: none;
}

.characteristics__content.car_bloc_new .block_all {
    flex-flow: wrap-reverse;
}

.characteristics__content.car_bloc_new .block_all .info {
    max-width: 100%;
}

.characteristics__content.car_bloc_new .block_all .colors {
    max-width: 100%;
    border-top: unset;
}

.characteristics__content.car_bloc_new .block_all .info .title {
    margin-top: 40px;
}

.characteristics__content.car_bloc_new .block_all .spec_price p {
    font-size: 21.51px;
}

.characteristics__content.car_bloc_new .info .title {
    display: none;
}

.characteristics__content.car_bloc_new .colors .title_mobile {
    display: block;
    margin-bottom: 20px;
}

.counter_new .form {
    max-width: 100%;
    margin-top: 20px;
}

.advantages_full .section-title:after {
    display: none;
}

}

@media (max-width: 768px) {

.characteristics__content.car_bloc_new .block_all .info .title {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 40px;
}

.characteristics__content.car_bloc_new .block_all .info .list ul li {
    font-size: 14px;
    line-height: 20px;
    padding-top: 2px;
}

.characteristics__content.car_bloc_new .block_all .info .buttons a {
    font-size: 18px;
    line-height: 22px;
}

.characteristics.characteristics_newblock .section-title {
    font-size: 34px;
    line-height: 34px;
    margin-bottom: 60px;
}

.characteristics__content.car_bloc_new .colors .color-images {
    display: block;
    align-items: unset;
    margin-top: 0px;
    padding-top: 50px;
}

.characteristics__content.car_bloc_new .block_all {
    padding: 0px;
}

.characteristics__content.car_bloc_new .colors .color-select--dots-wrap {
    margin-top: 0px;
}

.characteristics__content.car_bloc_new .colors .color-select--dot {
    width: 24px;
    height: 24px;
    margin: 5px;
}

.characteristics__content.car_bloc_new .block_all .info {
    padding: 20px;
}

.characteristics__content.car_bloc_new .colors  .color-select--dot-bg:after {
    top: 6px;
    left: 10px;
    width: 5px;
    height: 12px;
}

.counter_new {
    padding: 20px;
}

.counter_new .text_1 {
    max-width: 100%;
    text-align: center;
}

.counter_new .counter {
    max-width: 100%;
    text-align: center;
    margin-top: 20px;
}

.counter_new .counter span[id^=timer-number-value] {
    font-size: 50px;
}

.counter_new .counter .timer-separator {
    line-height: 67px!important;
    font-size: 41px!important;
}

.counter_new .form input, .counter_new .form button {
    max-width: 100%;
}

.counter_new .form input {
    margin-bottom: 20px;
}

.characteristics_newblock-2 .c-container {
    padding-left: 15px;
    padding-right: 15px;
}

.advantages_full .advantages_blocks .block ._text {
    font-size: 17px;
    padding-left: 14px;
    padding-right: 14px;
}

@media (max-width: 499px) {
    .advantages_full .advantages_blocks .block {
        max-width: 100%;
        margin-bottom: 40px;
    }
}


.advantages_full .section-title {
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 40px;
}

.car_block span {
    position: absolute;
    text-align: center;
    width: 100%;
    top: 0px;
}

.car_block {
    padding-top: 42px;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 24px;
}

.swiper-button-next, .swiper-button-prev {
    width: 27px;
    height: 27px;
}

}

@media (max-width: 520px) {

.characteristics_newblock-2 .info_two .block {
    font-size: 17px;
    line-height: 26px;
}

.characteristics_newblock-2 .info_two {
    margin-top: 30px;
    margin-bottom: 30px;
}

}