/* **************************************************************************************************************************************** */

/* css reset */

:root {
    --main-font: "Changan", "Arial", "Helvetica", "sans-serif";
    --section-mb: 87px;
    --border-radius: 0px;
}

*,
*::before,
*::after {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

img,
picture {
    max-width: 100%;
    height: auto;
    display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-wrap: balance;
    cursor: default;
}

address {
    font-style: normal;
}

b,
strong {
    font-weight: 500;
}

input,
button,
textarea,
select {
    font: inherit;
    outline: none;
    color: #000;
}

button {
    border: none;
}

input,
button,
select {
    width: 100%;
    margin: 0;
    box-shadow: none;
    border-radius: 0;
}

input,
select {
    padding: 11px 32px;
}

input,
select {
    color: black;
    border: 1px solid #474450;
    font-size: 16px;
    background: #ffffff4d;
    backdrop-filter: blur(5px);
}

select option {
    color: #000;
    font-size: 16px;
}

.fadeIn {
    visibility: hidden;
}

input[type="checkbox"] {
    height: unset;
    width: unset;
    min-width: unset;
    min-height: unset;
}

input::-moz-placeholder {
    color: #474450;
}

input::-webkit-input-placeholder {
    color: #474450;
}

input:-ms-input-placeholder {
    color: #474450;
}

input::placeholder {
    color: #474450;
}

button {
    cursor: pointer;
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url("../img/ico_select.svg");
    background-repeat: no-repeat;
    background-position: calc(100% - 22px) 50%;
    display: block;
    width: 100%;
    padding-right: 35px;
    transition: border 0.3s ease-out;
    cursor: pointer;
}

.select::-ms-expand {
    display: none;
}

/* .select:hover {
  border-color: #cccccc;
} */
/* 
.select:focus {
  border-color: #cccccc;
  box-shadow: none;
  box-shadow: none -moz-mac-focusring;
  color: inherit;
  outline: none;
} */

.select option {
    font-weight: normal;
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url("../img/ico_select.svg");
    background-repeat: no-repeat;
    background-position: calc(100% - 22px) 50%;
    display: block;
    width: 100%;
    padding-right: 35px;
    transition: border 0.3s ease-out;
    cursor: pointer;
}

/* .select:hover {
  border-color: #cccccc;
} */
/* 
.select:focus {
  border-color: #cccccc;
  box-shadow: none;
  box-shadow: none -moz-mac-focusring;
  color: inherit;
  outline: none;
} */

.select option {
    font-weight: normal;
}

ul,
ol {
    list-style: none;
}

:focus {
    outline: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

blockquote,
q {
    quotes: none;
}

q:before,
q:after {
    content: "";
}

a,
ins {
    text-decoration: none;
    color: inherit;
}

sub,
sup {
    vertical-align: baseline;
    position: relative;
    font-size: 0.8em;
}

sup {
    top: -5px;
}

sub {
    bottom: -2px;
}

pre {
    font: inherit;
}

/* css reset END */

/* **************************************************************************************************************************************** */

/* common styles */

body {
    font-family: var(--main-font);
    font-size: 16px;
    position: relative;
    font-weight: 300;
    padding: 0px;
    overflow-x: hidden;
    margin: 0 auto;
    min-height: 100vh;
    line-height: 1.3;
    color: #4e5561;
    background-color: #ffffff;
}

.compensate-for-scrollbar {
    margin: 0 auto !important;
    overflow: auto !important;
}

.form_title {
    color: inherit;
    font-size: 20px;
    padding: 0px;
    margin: 0px;
    text-align: center;
    padding-bottom: 20px;
}

.form_title span {
    display: block;
    white-space: nowrap;
}

input,
textarea,
select,
button,
.btn {
    /* height: 50px; */
}

form .form-group {
    margin-bottom: 10px;
    position: relative;
}

.has-danger input,
.has-danger select,
.has-danger textarea {
    border-width: 2px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 6px #c86461;
}

#form_popup {
    display: none;
}

.popup_container {
    background-color: #e5e7eb !important;
    color: #4e5561;
    width: 520px;
    max-width: 100%;
    padding: 29px;
    overflow: hidden !important;
    position: relative;
    box-sizing: border-box;
    text-align: center;
    padding-bottom: 30px;
    border-radius: 8px;
}

.alert.fancybox-content {
    overflow: hidden;
    background-color: #e5e7eb !important;
    color: #4e5561;
    border-radius: 8px;
}

.not_agree button {
    background-color: #cccccc !important;
    border-color: #cccccc !important;
    cursor: auto !important;
    color: white !important;
}

.not_agree button::after {
    background-image: url("../img/ico_btn_arr_white.svg");
    /* background-color: #000; */
}

.agree_field {
    line-height: 100%;
    position: relative;
    display: block;
    top: 0px;
    margin-top: 8px;
    text-align: left;
    font-size: 12px;
    color: #fff;
}

.popup_container .agree_field {
    color: #4e5561;
}

.agree_field a {
    color: inherit;
}

.agree_field input {
    opacity: 0;
    position: absolute;
}

.form_checkbox {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 5px;
}

.custom-checkbox {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
}

.custom-checkbox + label {
    display: inline-flex;
    align-items: center;
    user-select: none;
}

.custom-checkbox + label::before {
    content: "";
    margin-top: -2px;
    display: inline-block;
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #fff;
    border-radius: 0;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    cursor: pointer;
}

.custom-checkbox:checked + label::before {
    background-image: url("../img/ico_check.svg");
    background-position: center center;
    background-size: 8px 8px;
}

.custom-checkbox.gray + label::before {
    border-color: #4e5561;
}

.custom-checkbox.gray:checked + label::before {
    background-image: url("../img/ico_check_gray.svg");
}

/* стили при наведении курсора на checkbox */
.custom-checkbox:not(:disabled):not(:checked) + label:hover::before {
    border-color: #dde1e6;
}

/* стили для активного состояния чекбокса (при нажатии на него) */
.custom-checkbox:not(:disabled):active + label::before {
    background-color: #dde1e6;
    border-color: #dde1e6;
}

/* стили для чекбокса, находящегося в фокусе */
.custom-checkbox:focus + label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
.custom-checkbox:focus:not(:checked) + label::before {
    border-color: #acacac;
}

/* стили для чекбокса, находящегося в состоянии disabled */
.custom-checkbox:disabled + label::before {
    background-color: #e9ecef;
}

.popup_container .agree_field .check_ex {
    border-color: inherit;
}

.popup_container .agree_field .check_ex i {
}

.container {
    width: 100%;
    max-width: 1500px;
    padding: 0 30px;
    margin: 0 auto;
}

.wide-container {
    padding: 0 25px;
    max-width: 1920px;
    margin: 0 auto;
}

.raw {
    display: flex;
}

.column-2 {
    width: 50%;
}

.column-3 {
    width: 33.333%;
}

.column-4 {
    width: 25%;
}

.bg_color1 {
}

.title {
    font-weight: 700;
    font-size: 40px;
    text-align: center;
}

.title .char {
    visibility: hidden;
    display: inline-block;
}

.btn {
    position: relative;
    background: #f89435;
    border: 1px solid #F89435;
    border-radius: 38px;
    color: #fff;
    padding: 12px 24px;
    min-width: 220px;
    min-height: 45px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-decoration: none;
    transition: all 0.3s linear;
    overflow: hidden;
    font-family: var(--main-font);
    font-weight: 700;
    font-size: 15px;
    gap: 16px;
    text-transform: uppercase;
}

.btn span {
    display: inline-block;
    margin-bottom: -2px;
}

.btn.gray {
    background-color: #4e5561;
    border-color: #fff;
    color: #fff;
}

.btn.white {
    background-color: #fff;
    border-color: #fff;
    color: #4e5561;
}

.btn.transporent {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}

.btn:focus,
.btn:hover {
    outline: none;
    border-color: #f89435;
    background-color: #ffffff;
    color: #f89435;
}

.input {
    position: relative;
    display: inline-block;
    border-radius: 48px;
    padding: 13px 16px;
    color: #4e5561;
    background-color: #fff;
    border: 2px solid #e5e7eb;
    font-weight: 400;
    font-size: 16px;
    outline: none;
}

.input.transporent {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}

.input::placeholder {
    color: #4e5561;
}

.input.transporent::placeholder {
    color: #fff;
}

/* common styles END */

/* HEADER ************************************************************************************************************************/

.header {
    display: block;
    position: fixed;
    width: 100%;
    z-index: 15;
    top: 0;
    color: #fff;
    transition: border 0.1s linear;
}

.header__top {
    background-color: #4e5561e5;
    padding: 12px 0;
    min-height: 69px;
}

/* .scroll-up.header {
  position: fixed;
} */

.header__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    gap: 15px;
    transition: padding 0.1s linear;
}

.header__logo-block {
    display: flex;
    gap: 12px;
    align-items: center;
}

.header__logo {
    display: flex;
    align-items: center;
}

.header__logo.logo1 {
    max-width: 217px;
}

.header__logo.logo2 {
    max-width: 114px;
}

.stick {
    background-color: #fff;
    width: 1px;
    height: 25px;
}

.logo__text {
    white-space: nowrap;
}

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

.header__addr {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.3s linear;
    white-space: nowrap;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
}

.header__addr::before {
    content: "";
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.header__place::before {
    background-image: url("../img/ico_addr.svg");
}

.header__phone::before {
    background-image: url("../img/ico_phone.svg");
}

.header__side {
    display: flex;
    width: calc(50% - 57px);
    justify-content: space-between;
}

.header-menu {
}

.header__bottom {
    position: static;
    top: 80px;
    width: 100%;
    background-color: #4e5561e5;
    transition: top linear 0.3s;
    z-index: -1;
}

/* ._scroll .header__bottom {
  position: absolute;
  top: 0px;
  z-index: -1;
}

.scroll-up .header__bottom {
  top: 80px;
} */

.nav {
    display: flex;
    flex-direction: row;
    transition: padding 0.1s linear;
}

.header__nav {
    border-top: 1px solid #fff;
    align-items: center;
    justify-content: space-between;
}

.nav__list {
    display: flex;
    gap: 15px 0px;
    width: 100%;
    justify-content: space-between;
    text-transform: uppercase;
}

.nav__list.mob {
    display: none;
}

.nav__link {
    padding: 15px 0 15px 0;
    transition: all 0.3s linear;
    position: relative;
    font-weight: 700;
    font-size: 15px;
}

.nav__link::after {
    content: "";
    transition: all 0.3s linear;
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 0%;
    height: 4px;
    background-color: #f89435;
    opacity: 0;
}

.nav__link:hover {
    color: #f89435;
}

.nav__link:hover::after {
    opacity: 1;
    width: 100%;
}

.header__contacts {
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: space-between;
    height: 100%;
    gap: 10px 20px;
}

/* burger */
.header .burger {
    position: relative;
    display: none;
    width: 33px;
    min-width: unset;
    height: 24px;
    background-color: transparent;
    padding: 0;
    z-index: 2;
}

.header .burger span {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 3px;
    background: #fff;
    transition: all 0.2s linear;
}

.header .burger span:nth-child(1) {
    top: 0;
}

.header .burger span:nth-child(2) {
    top: calc(50% - 1px);
    opacity: 1;
}

.header .burger span:nth-child(3) {
    bottom: 0;
}

.header .burger.active span:nth-child(1) {
    transform-origin: top right;
    transform: rotate(-45deg);
    top: -2px;
}

.header .burger.active span:nth-child(2) {
    opacity: 0;
}

.header .burger.active span:nth-child(3) {
    transform-origin: bottom right;
    transform: rotate(45deg);
    bottom: 0px;
}

/* burger  end*/

/* BANNER *************************************************************************************************************/
.banner {
}

.banner__slide {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 33vw;

    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    position: relative;
}

@media (min-width: 1920px) {
    .banner__slide {
        height: 780px;
        min-height: unset;
    }
}

.banner__img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
}

.banner__img .picture-img {
    max-width: 100%;
    margin: 0 auto;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.banner__container {
    height: 100%;
}

.banner__wrapper {
    position: absolute;
    width: 100%;
    left: 0;
}

.banner__content {
    background-size: 100% 300px;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 140px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.banner__title-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    text-align: center;
    margin-bottom: auto;
    color: #fff;
}

.banner__title {
    display: flex;
    flex-direction: column;
    align-items: start;
    position: relative;
    font-weight: 700;
    font-size: 30px;
}

.banner__title b {
    font-size: 34px;
    display: block;
    margin-bottom: 10px;
}

.banner__btn {
    max-width: 320px;
}

.color {
    color: #f89435;
}

/*timer*************************************************************************************************************/
.timer {
    margin-bottom: 80px;
    overflow: hidden;
    background-color: #4e5561;
    color: #fff;
}

.timer__content {
    position: relative;
    padding: 32px 0px;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
}

.timer__title {
    font-weight: 400;
    font-size: 24px;
    margin-bottom: 20px;
}

.timer__stick {
    background-color: #fff;
    width: 1px;
    height: 161px;
}

.timer__right {
    width: 100%;
    max-width: 688px;
}

.timer__text1 {
    font-size: 24px;
    margin-bottom: 8px;
}

.timer__text2 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 16px;
}

.timer_assembled {
    width: 583px;
    height: 116px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.timer_assembled div {
    /* scale: 0.55; */
}

.timer .form-group {
    display: grid;
    gap: 9px;
    grid-template-columns: 1fr 293px;
}

/* Cars *************************************************************************************************************/

.cars {
    display: flex;
    flex-direction: column;
    gap: 60px;
    margin-bottom: 123px;
    overflow: hidden;
}

.cars__title {
    text-align: center;
    margin-bottom: 50px;
}

.cars__links {
    margin-bottom: 46px;
}

.cars__links .swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    top: unset;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    background-color: #4e5561 !important;
    margin: 0 3px !important;
}

.cars__links-item {
    margin-bottom: 24px;
}

.cars__link {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 9px;
}

.cars__link-text {
    width: 100%;
    padding: 6px;
    border-radius: 20px;
    background-color: #4e5561;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    color: #fff;
    transition: background 0.3s ease-out;
}

.cars__link:hover .cars__link-text {
    background-color: #f89435;
}

/* cars list */

.cars__list {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.cars__item {
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    background-color: #e5e7eb;
    position: relative;
}

.item__top-block {
    background-color: #4e5561;
    padding: 26px 32px 23px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.item__main-block {
    padding: 52px 32px 32px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.label-new {
    position: absolute;
    top: -18px;
    right: 30px;
    background: #f38b2a;
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    text-transform: uppercase;
    padding: 6px 18px;
    border-radius: 20px;
}


.item__title {
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 28px;
    color: #fff;
    text-align: start;
}

.item__title strong {
    font-weight: 500;
}

.item__top {
    display: flex;
    justify-content: space-between;
    position: relative;
    gap: 64px;
}

.item__left {
    display: flex;
    flex-direction: column;
    justify-content: felex-start;
    gap: 18px;
}

.item__right {
    display: flex;
    margin-top: -112px;
    gap: 85px;
}

.cars__label {
    font-size: 24px;
    font-weight: 700;
    background-color: #fff;
    border-radius: 40px;
    display: flex;
    gap: 8px;
    align-items: center;
    min-height: 52px;
    width: 100%;
    transition: background 0.3s linear,
    color 0.3s linear;
}

.cars__label::before {
    position: relative;
    display: block;
    content: "";
    background-position: center;
    background-repeat: no-repeat;
    width: 53px;
    height: 53px;
    background-size: contain;
    margin-bottom: 1px;
    background-image: url("../img/ico_cash.svg");
    transition: background 0.3s linear,
    border 0.3s linear;
    border: 1px solid #fff;
    border-radius: 100%;
}

.cars__label:hover::before {
    background-image: url("../img/ico_cash_hov.svg");
    border: 1px solid #f89435;
}

.cars__label:hover {
    color: #fff;
    background-color: #f89435;
}

.cars__label .color {
    transition: color 0.3s linear;
}

.cars__label:hover .color {
    color: #fff;
}

.item__presents-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.item__presents-link {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    gap: 8px;
}

.item__presents-link::before {
    content: "";
    position: relative;
    width: 52px;
    height: 52px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    pointer-events: none;
    transition: background-image 0.15s linear,
    opacity 0.15s linear;
    opacity: 1;
}

/* icons (default) */
.item__presents-link.ico1::before {
    background-image: url("../img/ico_present.svg");
}

/* hover states using pseudo-element */
.item__presents-link:hover.ico1::before {
    background-image: url("../img/ico_present_hov.svg");
}

.item__link-content {
    white-space: nowrap;
    font-size: 20px;
    font-weight: 700;
}

.item__image {
    transition: transform 0.3s linear;
    min-height: 205px;
}

.item__image:hover {
    transform: translateX(1.5%);
}

.item__car-img {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-position: center 41%;
    background-repeat: no-repeat;
    max-width: 690px;
}

.item__car-img .picture-img {
    min-height: 150px;
}

#star_truck_cargo_box .picture .picture-img{
    margin-top: 60px;
}

.item__colors {
    display: flex;
    flex-direction: column;
    gap: 9px;
    align-items: center;
}

.item__colors-dots {
    align-items: center;
    display: flex;
    gap: 35px;
    margin-bottom: 26px;
}

.item__color-dot-item {
    width: 32px;
    height: 32px;
    margin: 5px;
    border-radius: 100%;
    cursor: pointer;
    transition: all 0.3s linear;
    position: relative;
    border: 1px solid transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.item__color-dot-item::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    top: -6px;
    left: -6px;
    border: 1px solid #f89435;
    opacity: 0;
    transition: opacity 0.3s linear;
}

.item__color-dot-item.active::before,
.item__color-dot-item:hover::before {
    opacity: 1;
}

.color-name {
    position: absolute;
    white-space: nowrap;
    bottom: -29px;
    opacity: 0;
    transition: opacity 0.3s linear;
}

/* .item__color-dot-item:hover .color-name,  */
.item__color-dot-item.active .color-name {
    opacity: 1;
}

.item__car-img-block {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.car__gallery {
    align-self: center;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
}

.car__gallery .swiper {
    height: 307px;
    padding-left: 20px;
}

.car__gallery .swiper-slide {
    /* height: 70px !important; */
    /* margin-bottom: 8px !important; */
    border: 2px solid #ffffff;
    border-radius: 6px;
    overflow: hidden;
    transition: all 0.3s ease-out;
}

.car__gallery .swiper-slide.swiper-slide:hover {
    border: 2px solid #f89435;
}

.car__gallery .swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-car-gallery {
    position: absolute;
    left: 0px !important;
    z-index: 1;
    gap: 6px;
    display: flex;
    width: 10px;
    flex-direction: column;
}

.car__gallery picture {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    object-fit: contain;
}

.car__gallery .picture-img {
    width: 100%;
}

.item__buttons {
    z-index: 2;
}

.cars .car__btn {
    width: 31%;
}

.cars .car__btns-block {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.item__buttons {
    display: flex;
    gap: 15px;
    justify-content: space-between;
}

.item__buttons .btn {
    width: 100%;
}

/* instock в файле instock.css */

/* trade-in****************************************** */

.trade-in {
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding-bottom: 120px;
    background-color: #e5e7eb;
}

.trade-in__container {
    display: flex;
    border-radius: 20px;
}

.credit__img {
    overflow: hidden;
    border-radius: var(--border-radius);
    display: flex;
    justify-content: center;
    align-items: center;
}

.credit__img .img {
    height: 100%;
    width: unset;
}

.trade-in__img {
    position: relative;
    display: flex;
    align-items: center;
    justify-self: center;
    border-radius: 0 20px 20px 0;
    overflow: hidden;
    height: 100%;
}

.trade-in .picture-img {
    height: 100%;
    object-fit: cover;
}

.trade-in__block {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    padding: 30px;
    background-color: #fff;
    max-width: 593px;
    border-radius: 20px 0 0 20px;
    color: #4e5561;
}

.trade-in__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    justify-content: center;
    width: 100%;
    max-width: 465px;
}

.tride-in__right {
    position: relative;
    width: 100%;
}

.trade-in__title-wrapper {
    top: 0;
    left: 0;
    position: absolute;
    background-color: #4e5561;
    padding: 13px 38px;
    width: 100%;
    z-index: 1;
}

.trade-in__title {
    color: #fff;
    text-align: start;
}

.trade-in__form {
    width: 100%;
}

.trade-in .form-group {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.trade-in .input {
    height: 50px;
}

.trade-in .btn {
    margin-top: 12px;
}

.credit .agree_field a,
.credit .agree_field {
    color: #4e5561;
}

.trade-in .agree_field a,
.trade-in .agree_field {
    color: #4e5561;
}

/*CREDIN *************************************************************************************************************/

.credit {
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding-bottom: 120px;
    background-color: #e5e7eb;
}

.credit__container {
    position: relative;
    display: flex;
}

.credit__img {
    position: relative;
    display: flex;
    align-items: center;
    justify-self: center;
    border-radius: 20px 0 0 20px;
    overflow: hidden;
}

.credit .picture-img {
    height: 100%;
    object-fit: cover;
}

.credit__block {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    padding: 30px;
    background-color: #fff;
    max-width: 593px;
    border-radius: 0 20px 20px 0;
    color: #4e5561;
}

.credit__content {
    display: flex;
    flex-direction: column;
    align-items: start;
    position: relative;
    justify-content: center;
    z-index: 1;
    width: 100%;
    max-width: 465px;
}

.credit__title {
    color: #fff;
    text-align: start;
}

.credit__descr {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 20px;
}

.credit__title-wrapper {
    top: 0;
    left: 0;
    position: absolute;
    background-color: #4e5561;
    padding: 13px 38px;
    width: 100%;
    z-index: 1;
}

.credit__title {
    color: #fff;
    text-align: start;
}

.credit__form {
    width: 100%;
}

.credit .form-group {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.credit .input {
    height: 50px;
}

.credit .btn {
    margin-top: 32px;
}

/* Contacts *************************************************************************************************************/
.contacts {
    position: relative;
    padding-top: 70px;
    background: #4e5561;
}

.contacts__title {
    margin-bottom: 32px;
    text-align: start;
}

.contacts__content {
    display: flex;
    overflow: hidden;
}

.contacts__left {
    background-color: #fff;
    border-radius: 20px 0 0 20px;
    padding: 30px;
    width: 100%;
    max-width: 521px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 426px;
}

.contacts__wrapper {
    width: 100%;
    max-width: 395px;
}

.cont_dealer {
    font-size: 20px;
    margin-bottom: 10px;
}

.contacts__list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 32px;
}

.contacts__addr {
    font-size: 18px;
    display: flex;
    min-height: 35px;
    padding-left: 47px;
    align-items: center;
    justify-content: start;
    background-position: left center;
    background-repeat: no-repeat;
    font-weight: 400;
}

.contacts__place {
    background-image: url("../img/ico_addr.svg");
}

.contacts__time {
    background-image: url("../img/ico_time.svg");
    display: grid;
    grid-template-columns: 62px 1fr;
}

.contacts__phone {
    background-image: url("../img/ico_phone.svg");
    font-size: 16px;
}

#map1 {
    height: 426px;
    z-index: 1;
    width: 100%;
    max-width: 919px;
    background-color: #fff;
    background: url("../img/map_placeholder_blur.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 0 20px 20px 0;
    overflow: hidden;
}

.webp #map1 {
    background: url("../img/map_placeholder.webp");
}

/**footer************************************************************************************************************/

.footer {
    background: #4e5561;
    color: #fff;
}

.footer__text-block {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.footer__text {
    font-size: 16px;
    font-weight: 400;
    /* color: #d6d6d6; */
    text-decoration: none;
    display: flex;
    align-items: flex-start;
    gap: 4px;
    display: flex;
    align-items: center;
}

.sinoby {
    /* display: flex; */
    /* align-items: flex-start; */
}

.sinoby img {
    margin-top: -2px;
}

.footer__top {
    padding: 40px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer__right {
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: space-between;
    gap: 5px;
}

.footer__dislamer-btn {
    font-size: 16px;
    text-decoration: none;
}

.disclamer-hidden {
    display: none;
    text-align: left;
    padding: 35px 0;
}

.copyright {
    font-size: 12px;
}

.disclamer-text {
    white-space: pre-line;
}

.sokie_text {
    position: fixed;
    bottom: 12px;
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding: 20px;
    z-index: 99999;
    -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
}

.sokie_text.hide {
    display: none;
}

.sokie_text a {
    color: #000;
    text-decoration: underline;
}

.sokie_text p {
    max-width: 86%;
}

.sokie_text button {
    width: 190px;
    height: 44px;
}

/* **************************************************************************************************************************************** */

@media only screen and (max-width: 1600px) {
    .banner__title-block {
        gap: 5px;
    }

    .banner__title {
        font-size: 2vw;
        line-height: 1.1;
    }

    .banner__content {
        padding-top: 10vw;
    }
}

@media only screen and (max-width: 1279px) {
    .btn {
        font-size: 14px;
        padding: 6px 24px;
    }

    .header__place {
        display: none;
    }

    .banner {
        padding-top: 110px;
    }

    .banner__content {
        padding-top: 5vw;
    }

    .banner__title {
        font-size: 2vw;
    }

    .timer__content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .timer__right,
    .timer__right {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .timer__stick {
        display: none;
    }

    .timer .form-group {
        display: flex;
        flex-direction: column;
    }

    .item__top {
        gap: 10px;
        justify-content: space-between;
    }

    .item__right {
        flex-direction: column;
        align-items: center;
        gap: 10px;
        margin-top: 0;
    }

    .item__left {
        justify-content: center;
    }

    .car__gallery .swiper {
        max-width: 500px;
        padding-left: 0;
        padding-bottom: 20px;
        height: unset;
    }

    .car__gallery .swiper-pagination-horizontal.swiper-pagination-bullets,
    .swiper-horizontal
    > .swiper-pagination-bullets
    .swiper-pagination-car-gallery {
        position: absolute;
        left: unset !important;
        bottom: 0;
        z-index: 1;
        gap: 6px;
        display: flex;
        flex-direction: row;
    }

    .trade-in__block {
        padding: 40px;
    }
}

@media only screen and (max-width: 1149px) {
    :root {
        --section-mb: 80px;
    }

    .title {
        font-size: 45px;
    }

    .timer {
        margin-bottom: 50px;
    }

    .item__top {
        flex-direction: column;
        align-items: center;
        gap: 33px;
    }

    .item__right {
        gap: 30px;
    }

    .item__right {
        margin-top: 0px;
    }

    .cars .item__top-text {
        align-items: center;
    }

    .trade-in__img-bottom2 {
        margin-top: 0px;
    }

    .trade-in__img-bottom {
        display: none;
    }

    .trade-in__img-left {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .cookie_text {
        display: block;
        width: 95%;
    }

    .cookie_text p {
        max-width: 100%;
        font-size: 11px;
    }

    .cookie_text button {
        width: 100%;
        margin-top: 10px;
        height: 40px;
    }

    .header .burger {
        display: block;
        margin-left: auto;
        order: 2;
    }

    .header__addr-wrap {
        width: unset;
    }

    .header__content {
        padding: 10px 0;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
    }

    .header__addr-wrap.place {
        display: none;
    }

    .header__addr-wrap.phone {
        order: 4;
        grid-column: span 2;
    }

    ._scroll .header__bottom {
        top: 80px;
    }

    .burger-menu {
        width: 100%;
        max-width: 375px;
        position: absolute;
        top: 0;
        right: 0;
        background-color: #4e5561;
        box-shadow: -1px 4px 33px 3px #4e5561ad;
        display: none;
    }

    .header__logo-block {
        order: -1;
        width: 263px;
    }

    .header__nav,
    .nav__list {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .nav__link {
        font-size: 16px;
    }

    .nav__link.no-mob {
        display: none;
    }

    .header .active {
        display: block;
    }

    .btn,
    select,
    input {
        width: 100%;
    }

    .header__btn.btn {
        max-width: 300px;
        min-width: unset;
        order: 3;
        display: none;
    }

    .banner__slide {
        background-size: 1350px;
        background-position: center 0px;
    }

    .banner__wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .item__top-text {
        flex-direction: column;
        gap: 5px;
        padding: 4px;
    }

    .item__title {
    }

    .item__buttons {
        flex-direction: column;
        align-items: center;
    }

    .credit__content {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .credit__img-side {
        /* display: none; */
    }

    .contacts {
    }

    .contacts__title {
        margin-bottom: 10px;
    }

    .contacts__container {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .contacts__content {
        position: static;
        background: none;
        box-shadow: none;
        align-items: center;
    }

    .contacts__wrapper {
        padding: 0;
    }

    .footer__top {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    .footer__right {
        align-items: center;
    }

    .footer__text-block {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

@media only screen and (max-width: 767px) {
    :root {
        --section-mb: 20px;
    }

    .trade-in,
    .credit {
        padding-bottom: 30px;
    }

    .cars {
        margin-bottom: 30px;
    }

    .yurinfo {
        width: 100%;
    }

    .container {
        padding: 0 15px;
    }

    .title {
        font-size: 30px;
        text-align: center;
    }

    .car_name {
        font-size: 3vw;
    }

    #star_truck_cargo_box .picture .picture-img {
        margin-top: 0px;
    }
        
    .credit__descr,
    .trade-in__descr {
        text-align: center;
    }

    .header__content {
        flex-wrap: wrap;
    }

    .header__right {
        order: 2;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .header__phone {
        order: 2;
    }

    .header__top {
        min-height: 74px;
        display: flex;
        align-items: center;
    }

    .header__logo .picture-img {
        gap: 5px;
        height: 100%;
    }

    .header__logo1 .picture-img {
        width: 100px;
    }

    /* .header__logo2 .picture-img {
      width: 121px;
      height: 38px;
    } */
    .header__logo2 {
        display: flex;
        align-items: center;
    }

    .header__btn {
        display: none;
    }

    .banner {
        padding-top: 0;
    }

    .banner__content {
        padding-top: 28vw;
    }

    .banner__title {
        font-size: 2.6vw;
    }


    .banner__title b {
        font-size: inherit;
    }

    .timer {
        padding-bottom: 40px;
        margin-bottom: 30px;
        overflow: hidden;
        width: 100%;
    }

    .timer__content {
        padding-bottom: 0;
    }

    .timer__text1,
    .timer__text2,
    .timer__title {
        text-align: center;
    }

    .timer__title {
        margin-bottom: 0;
        font-size: 20px;
    }

    .timer__text1,
    .timer__text2 {
        font-size: 20px;
    }

    .timer .form-group {
        min-width: unset;
    }

    .timer .form-group {
        flex-direction: column;
    }

    .timer__btn {
        width: unset;
    }

    .timer__megatimer {
        height: 104px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        position: relative;
        align-items: center;
    }

    .timer__megatimer .timer_assembled {
        display: flex;
        flex-direction: column;
        gap: 10px;
        align-items: center;
        top: 0px;
        transform: scale(0.8) !important;
        position: absolute !important;
        width: 585px;
        height: 115px;
    }

    .item__image {
        min-height: 123px;
    }

    .item__main-block::after {
        background-position: 50% 240px;
        background-size: 95%;
    }

    .item__image .picture-img {
        width: 100%;
    }

    .car__gallery .swiper {
        max-width: 317px;
    }

    .item__colors-dots {
        gap: 9px;
    }

    .color-name {
        font-size: 12px;
        white-space: wrap;
        max-width: 100px;
        text-align: center;
        min-height: 32px;
        bottom: -38px;
        z-index: 10;
    }

    .cars .car__gallery-block {
        display: block;
    }

    .cars__links {
        display: none;
    }

    .item__title {
        font-size: 25px;
    }

    .item__top-block {
        padding: 20px 2px;
    }

    .label-new {
        font-size: 16px;
        right: 5px;
        top: -25px;
    }

    .item__main-block {
        padding: 20px;
    }

    .item__right {
        align-items: center;
    }

    .item__colors {
        gap: 15px;
        flex-direction: column;
    }

    .item__colors-dots {
        flex-direction: row;
    }

    .item__car-img img {
        background-size: cover;
    }

    .item__gallery-slider {
        width: 330px;
    }

    .item__left {
        width: 100%;
        padding-top: 0;
        align-items: flex-start;
    }

    .item__link-content {
        width: 100%;
        white-space: wrap;
    }

    .item__right {
        gap: 10px;
    }

    .item__car-img {
        padding-top: 0;
    }

    .item__gallery {
        width: 330px;
    }

    .item__main-block {
        gap: 20px;
    }

    .item__main-block::before {
        background-position: 120% 40%;
        background-size: contain;
    }

    .item__presents-list,
    .item__buttons {
        gap: 12px;
    }

    .cars__list {
        gap: 20px;
    }

    .trade-in__container {
        flex-direction: column-reverse;
    }

    .contacts__content,
    .credit__container {
        flex-direction: column;
    }

    .contacts__left,
    .trade-in__block,
    .credit__block {
        max-width: unset;
    }

    #map1,
    .trade-in__block,
    .credit__block {
        border-radius: 0 0 20px 20px;
    }

    .contacts__left,
    .trade-in__img,
    .credit__img {
        border-radius: 20px 20px 0 0;
    }

    .contacts__left {
        height: unset;
        padding: 20px;
    }

    .cont_dealer {
        text-align: center;
        font-size: 4vw;
    }

    #map1 {
        height: 400px;
    }

    .reviews__pagination {
        /* min-height: 25px; */
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 15px;
    }

    .footer__top {
        gap: 10px;
    }

    html {
        overflow-x: hidden;
    }

    body {
        width: 100%;
        overflow-x: hidden;
    }
}

@media only screen and (max-width: 500px) {
    .banner__slide {
        /* min-height: 400px; */
    }

    .offer-label {
        font-size: 16px;
        /* padding-left: 64px; */
    }

    .timer__text {
        font-size: 18px;
    }

    .btn {
        min-width: unset;
        width: 100%;
    }

    .btns {
        width: 100%;
    }

    .credit__block {
        padding: 20px;
    }

    .credit__bottom-img {
        display: none;
    }

    .credit__img-side {
        display: block;
    }

    .item__link-content,
    .item__presents-link {
        min-width: unset;
        font-size: 18px;
    }

    .timer__megatimer .timer_assembled {
        display: flex;
        transform: scale(0.7) !important;
        width: 756px;
        height: 120px;
    }

    .item__top-block {
        padding: 10px 2px;
    }

    .item__title {
        font-size: 21px;
    }
}

@media only screen and (max-width: 420px) {
    .banner__content {
        padding-top: 32vw;
    }
    .burger-menu {
        max-width: unset;
    }

    .banner__slide {
        background-size: 120%;
        /* min-height: 370px; */
    }

    .timer__text2 {
        text-align: center;
    }

    .timer__megatimer .timer_assembled {
        display: flex;
        transform: scale(0.55) !important;
        width: 756px;
        height: 120px;
    }
}

@media only screen and (max-width: 390px) {
    .timer__megatimer .timer_assembled {
        display: flex;
        transform: scale(0.53) !important;
        width: 756px;
        height: 120px;
    }
}
