/* import fonts */

@font-face {
  font-family: "Notosans";
  src: url("../fonts/NotoSans.woff2") format("woff2"),
    url("../fonts/NotoSans.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap; 
}

@font-face {
  font-family: "Notosans";
  src: url("../fonts/NotoSans-Medium.woff2") format("woff2"),
    url("../fonts/NotoSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Notosans";
  src: url("../fonts/NotoSans-Bold.woff2") format("woff2"),
    url("../fonts/NotoSans-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* import fonts END */

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

/* css reset */

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

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

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

address {
  font-style: normal;
}

input,
button,
textarea,
select {
  font: inherit;
  outline: none;
  color: rgb(26 26 24 / 60%);
}

input,
button,
select {
  width: 100%;
  margin: 0;
  border: 1px solid #2a3537;
  box-shadow: none;
  border-radius: 0;
  padding: 5px 15px;
  background: transparent;
}

input::-moz-placeholder {
  color: rgb(26 26 24 / 60%);
}
input::-webkit-input-placeholder {
  color: rgb(26 26 24 / 60%);
}
input:-ms-input-placeholder {
  color: rgb(26 26 24 / 60%);
}
input::placeholder {
  color: rgb(26 26 24 / 60%);
}

button {
  cursor: pointer;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: url(../img/ico_select.svg);
  background-repeat: no-repeat;
  background-position: 95% 50%;
  display: block;
  color: rgb(26 26 24 / 60%);
  width: 100%;
  padding-left: 15px;
  padding-right: 35px;
  border: 1px solid #2a3537;
}

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

html {
}

body {
  min-height: 100vh;
  line-height: 1.3;
}

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 */

html {
  overflow-x: hidden;
}

body {
  font-family: "NotoSans", Arial, sans-serif;
  font-size: 16px;
  color: #1a1a18;
  position: relative;
  font-weight: 400;
  padding: 0px;
  overflow-x: hidden;
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
}

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

.resp_table {
  width: 100%;
}
.resp_table tr td:before {
  display: none;
}
.resp_table img {
  max-width: unset;
  width: unset;
  display: block;
  width: 100%;
}

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

form .form-group-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

form .form-group-wrapper .form-group {
  width: 49%;
}

form .form-group-wrapper .form-group .btn {
  width: 100%;
}

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

form .form-group .btn {
  width: 100%;
}

.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 {
  width: 520px;
  max-width: 100%;
  padding: 25px 35px;
  overflow: hidden !important;
  position: relative;
  box-sizing: border-box;
  background: white;
  text-align: center;
  padding-bottom: 30px;
}

.alert.fancybox-content {
  overflow: hidden;
}

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

.agree_field {
  font-size: 12px;
  line-height: 100%;
  position: relative;
  display: inline-block;
  padding-left: 20px;
  top: 0px;
}

.agree_field a {
  color: inherit;
  text-decoration: underline;
}

.agree_field input {
  position: absolute;
  top: -1px;
  left: 0px;
  margin: -0px;
  height: auto;
  width: auto;
}

.agree_field > span {
  padding-left: 25px;
  display: inline-block;
}

.main {
}

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

.raw {
  display: flex;
}

.column-2 {
  width: 50%;
}

.column-3 {
  width: 33.333%;
}

.column-4 {
  width: 25%;
}

.bg_color1 {
}

.title {
  font-size: 46px;
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
}

.subtitle {
}

.text {
}

.desc {
}

.comment {
}

.text_color1 {
}

.block-title_white {
}

.text_thn {
}

.text_bld {
}

.text_left {
}

.text_right {
}

.text_upp {
}

.slick-arrow {
  width: 68px !important;
  height: 68px !important;
  background: url(../img/arrow_slider_prev.svg) 50% no-repeat;
  z-index: 1;
  border-radius: 50%;
  color: transparent;
  font-size: 0;
  position: absolute;
  top: calc(50% - 34px);
  z-index: 1;
  cursor: pointer;
}

.slick-prev {
  left: -85px !important;
}

.slick-next {
  right: -85px !important;
  transform: rotate(180deg);
}

.slick-prev:before,
.slick-next:before {
  display: none;
}

/* .slick-prev.slick-disabled,
.slick-next.slick-disabled {
    display: none !important;
}

.slick-prev:hover,
.slick-next:hover {
    background-color: #464e52 !important;
} */

.slick-dots {
  position: absolute;
  bottom: -45px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0;
  gap: 10px;
  left: 0;
}

.slick-dots li {
  display: block;
  width: 15px;
  height: 15px;
  background: #cbcbcb;
  border-radius: 50%;
}

.slick-dots li button {
  display: none;
}

.slick-dots li button:after {
  content: "";
  width: 0px;
  height: 2px;
  background: #99afb7;
  margin: 0 15px;
  transition: all 0.2s linear;
}

.slick-dots li.slick-active {
  background: #003896;
}

.slick-dots li.slick-active button {
  color: #fff;
}

.slick-dots li.slick-active button:after {
  width: 60px;
}

.btn {
  background: #003896;
  color: white;
  text-align: center;
  width: 308px;
  display: flex;
  align-items: center;
  border: 1px solid #003896;
  position: relative;
  text-decoration: none;
  transition: all 0.2s linear;
}

.btn span {
  display: inline-block;
  width: 100%;
}

.btn:hover {
  background-color: #1a1a18;
  border-color: #1a1a18;
  color: #fff;
}

.btn_grey {
  background-color: #2a3537;
  border-color: #2a3537;
  color: #fff;
}
.btn_grey:hover {
  background-color: #1a1a18;
  border-color: #1a1a18;
  color: #fff;
}

.btn_glass {
  background-color: transparent;
  border-color: #003896;
  color: #1a1a18;
}
.btn_glass:hover {
  background-color: #1a1a18;
  border-color: #1a1a18;
  color: #fff;
}

/* common styles END */

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

.header .mob-menu-btn {
  display: none;
}

.header {
  background: rgb(255 255 255 / 80%);
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  backdrop-filter: blur(5px);
}
.header__container {
}
.header__content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #cbcbcb;
}
.header__logo-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}
.header__logo {
}
.header__logo img {
}
.header__logo1 {
}
.header__logo2 {
  border-left: 1px solid #cbcbcb;
  padding-left: 15px;
}

.header__logo-text {
  font-size: 28px;
}
.header__addr {
}
.header__phone {
  font-weight: 700;
  font-size: 18px;
}
.header__btn {
}

.header__menu {
  padding: 20px 30px;
  background: rgb(255 255 255 / 80%);
  position: absolute;
  z-index: 10;
  left: 0;
  top: 94px;
  width: 100%;
  backdrop-filter: blur(5px);
}

.header__menu.fixed {
  position: fixed;
  top: 0;
}

.header__container {
  display: flex;
  justify-content: space-between;
}

.header__menu-item {
  transition: al 0.2s linear;
  text-shadow: 0 0 transparent;
}
.header__menu-item:hover {
  color: #003896;
  text-shadow: -0.2px 0.2px rgb(0 56 150 / 50%),
    0.2px -0.2px rgb(0 56 150 / 50%), -0.2px 0.2px rgb(0 56 150 / 50%),
    0.2px -0.2px rgb(0 56 150 / 50%), -0.2px 0.2px rgb(0 56 150 / 50%),
    0.2px -0.2px rgb(0 56 150 / 50%), -0.2px 0.2px rgb(0 56 150 / 50%),
    0.2px -0.2px rgb(0 56 150 / 50%), -0.2px 0.2px rgb(0 56 150 / 50%),
    0.2px -0.2px rgb(0 56 150 / 50%), -0.2px 0.2px rgb(0 56 150 / 50%),
    0.2px -0.2px rgb(0 56 150 / 50%);
}

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

.intro {
  padding-top: 152px;
}
.intro__bg {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: auto;
}

.intro__bg img {
  max-width: none;
  height: 768px;
  transform: translateX(-50%);
  left: 50%;
  display: block;
  position: relative;
}

.intro .title_container {
  position: absolute;
  top: 42px;
  /* width: fit-content; */
  margin: 0 auto;
  left: 0;
  right: 0;
  padding: 20px 30px 44px;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* background: #FFFFFF99; */
  /* backdrop-filter: blur(5px); */
  z-index: 1;
}

.intro .title_container .title1 {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 32px;
  font-weight: 400;
  text-align: center;

}

.intro .title_container .title2 {
  margin-top: 16px;
  font-size: 42px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
.intro .title_container .title2 span {
  color: #003896;
}
.intro .title_container .title3 {
  margin-top: 18px;
  font-size: 24px;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.intro .title_container .title3 .ico1 {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.intro .title_container .title3 .ico1:before {
    content: '';
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    background: url(../img/title1_ico1.svg) 50% 50% no-repeat;
    position: static;
}

.intro .title_container .title3 .ico2 {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.intro .title_container .title3 strong {
    color: #003896;
    font-size: 1.2em;
}

.intro .title_container .title3 .ico2:before {
    content: '';
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    background: url(../img/title1_ico2.svg) 50% 50% no-repeat;
    position: static;
}

.intro .title_container .btn {
  position: absolute;
  bottom: -24px;
  font-size: 22px;
  width: auto;
  padding: 0 20px;
}

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

.timer {
  position: relative;
  margin-top: -60px;
  z-index: 2;
}
.timer__container {
}
.timer__content {
  background: #f4f4f4;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
  flex-wrap: wrap;
}
.timer__content-title {text-align: center;font-size: min(7vw, 28px);font-weight: 700;padding-bottom: 30px;width: 100%;}
.timer__form-block {
}
.timer__from-title {
  font-size: 28px;
  font-weight: 700;
  padding-bottom: 15px;
}

.timer__form-block {
  display: flex;
  align-items: center;
  column-gap: 30px;
}
.timer__form {
}
.timer__timer {
}

.timer__timer div[id*="timer"] {
}
.timer__timer span[id*="timer"] {
}
.cars {
  margin-top: 150px;
}
.cars__container {
}
.cars__title {
}
.cars__content {
}
.cars__item {
  margin-top: 110px;
  background: #cacaca33;
  padding: 30px;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.cars__item-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.car-title {
  font-size: 59px;
}

.car-benefit {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -47px;
  left: 37%;
  color: #fff;
  border-radius: 50px;
  background: #003896;
  border: 20px solid #f4f4f4;
  /* width: 148px; */
  /* height: 148px; */
  line-height: 1.15;
  padding: 12px 20px;
  font-size: 28px;
}
.car-benefit__text1 {
}
.car-benefit__text2 {
  font-size: 32px;
  font-weight: 700;
}
.car-benefit__text3 {
  font-size: 12px;
}

.car-adds {
  margin-top: 20px;
  margin-bottom: auto;
}

.car-adds__item {
  border-radius: 50px;
  font-size: 20px;
  color: #fff;
  padding: 6px 25px;
  padding-bottom: 7px;
  background: #2a3537;
  display: inline-block;
  text-align: center;
}

.car-adds.car-adds-soon {
  /* margin-top: 0px; */
}

.car-adds__item.soon {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  /* max-width: 303px; */
  font-size: 24px;
  /* margin-top: 0; */
}

.car-adds__item.soon::before {
  content: "";
  background-image: url(../img/ico_fire.svg);
  width: 32px;
  height: 26px;
  background-position: center;
  background-repeat: no-repeat;
}

.car-props {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 30px;
}
.car-props__item {
  font-size: 22px;
  padding-left: 45px;
  position: relative;
  height: 36px;
  display: flex;
  align-items: center;
}

.car-props__item:before {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  background: #003896;
}

.car-props__item:after {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: 50%;
}
.car-props__item_ico1:after {
  background-image: url(../img/car_profit_ico1.svg);
}
.car-props__item_ico2:after {
  background-image: url(../img/car_profit_ico2.svg);
}
.car-props__item_ico3:after {
  background-image: url(../img/car_profit_ico3.svg);
}
.car-btns {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}
.car-btns__btn {
  width: 100%;
}
.cars__item-colors {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: 15px;
  background: url(../img/car_image_bg.png) 100% 0 no-repeat;
  margin-top: -30px;
}
.cars__item-image {
}
.cars__item-image picture {
}
.cars__item-colordots {
  display: flex;
  gap: 10px;
}
.colordots-item {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s linear;
}

.colordots-item.active {
  transform: scale(1.4);
}

.cars__item-gallery {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 140px;
}
.cars__item-gallery .slick-list {
  min-height: 420px;
}
.cars__item-gallery .slick-arrow {
  width: 38px !important;
  height: 38px !important;
  background-size: contain;
  background: url(../img/btn_arrows_bl.svg?v=2) 50% 50% no-repeat;
  border: none;
}
.cars__item-gallery .slick-prev {
  top: -35px;
  left: 50% !important;
  margin-left: -19px;
  transform: rotate(180deg);
}
.cars__item-gallery .slick-next {
  left: 50%;
  top: auto;
  bottom: -36px;
  margin-left: -19px;
  transform: rotate(0deg);
}
.cars__gallery-item {
}

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

.instock .models_wrap {
  margin-top: 40px;
}
.instock .models_wrap .models {
  display: flex;
  column-gap: 14px;
}
.instock .models_wrap .model_name {
  text-align: center;
  color: #fff;
  cursor: pointer;
  width: 32%;
  border: 1px solid #fff;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.instock .models_wrap .model_name.active,
.instock .models_wrap .model_name:hover {
  color: #fff;
  background: #003896;
  border-color: #003896;
}
.instock .models_wrap .model_name span {
}

.instock {
  position: relative;
  background: #2a3537;
  margin-top: 80px;
  padding: 80px 0;
  padding-bottom: 100px;
}

.instock__title {
  color: #fff;
}

.instock .title_block {
  color: #fff;
  border-color: #525d62;
}

.instock .container {
  z-index: 1;
}

.instock .compl_title {
  font-size: 48px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 35px;
  text-align: center;
  color: #ffffff;
}

.instock .compl_items {
  margin-top: 40px;
}

.instock .compl_items .item {
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
  width: 363px;
  margin: 0 7px;
  height: auto;
  background-image: url(../img/compl_item_bg.svg);
  background-repeat: no-repeat;
  background-position: 100% 0;
}

.instock .compl_items .item .item_wrap {
  padding: 50px;
  padding-top: 0;
}

.instock .compl_items .item.show {
  display: flex;
}

.instock .compl_items .compl_image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: center;
  min-height: 195px;
  padding: 20px 0;
}

.instock .compl_items .item .item_name {
  font-size: 30px;
  padding: 30px;
  padding-bottom: 0;
  font-weight: 300;
  text-transform: uppercase;
}

.instock .compl_items .item .item_compl {
  display: flex;
  align-items: center;
  font-size: 16px;
  margin-bottom: 20px;
  min-height: 40px;
}

.instock .compl_items .item .item_specs > div {
  font-size: 15px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  line-height: 1;
}

.instock .compl_items .item .item_specs > div:after {
}

.instock .compl_items .item .item_specs > div {
}

.instock .compl_items .item .item_specs .specs_name {
  display: flex;
  width: 100%;
  align-items: flex-end;
}

.instock .compl_items .item .item_specs .specs_name:after {
  content: "";
  width: 100%;
  display: block;
  height: 1px;
  border-bottom: dotted;
  border-color: #cbcbcb85;
  margin: 0 3px;
}

.instock .compl_items .item .item_specs .specs_val {
  font-weight: 700;
  white-space: nowrap;
}

.instock .compl_items .item .item_specs div.ico1 {
}

.instock .compl_items .item .item_specs div.ico2 {
}

.instock .compl_items .item .item_specs div.ico3 {
}

.instock .compl_items .compl_btns {
  width: 100%;
  margin-top: 25px;
}

.instock .compl_items .compl_btns .btn {
  width: 100%;
}

.instock .compl_items .compl_btns .btn:nth-child(1) {
  margin-bottom: 10px;
}

.instock .compl_items .slick-arrow {
  background: url(../img/btn_arrows.svg?v=2) 50% no-repeat;
  border: none;
}
.instock .compl_items .slick-next {
  right: -85px !important;
  transform: rotate(-90deg);
}
.instock .compl_items .slick-prev {
  transform: rotate(90deg);
}

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

.credit {
  margin-top: 150px;
}
.credit__container {
  position: relative;
}
.credit__title {
}
.credit__content {
  background: rgb(255 255 255 / 80%);
  backdrop-filter: blur(10px);
  position: absolute;
  top: 195px;
  z-index: 1;
  max-width: 492px;
  padding: 40px;
  margin-left: 50px;
}
.credit__form {
}
.credit__form-title {
  font-size: 22px;
  font-weight: 400;
  padding-bottom: 15px;
}
.credit__bg {
  margin-top: 50px;
}

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

.tradein {
  margin-top: 150px;
}
.tradein__container {
}
.tradein__title {
}
.tradein__content {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.tradein__info {
  max-width: 407px;
}
.tradein__form {
}
.tradein__form-title {
  font-size: 22px;
  padding-bottom: 27px;
}
.tradein__gallery {
  display: flex;
  gap: 20px;
}
.tradein__gallery-item {
}
.tradein__gallery-item > div {
  overflow: hidden;
}
.tradein__gallery-item picture {
  transition: all 0.7s linear;
}
.tradein__gallery-item:hover > div picture {
  transform: scale(1.05);
}
.tradein__gallery-item-inner {
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  gap: 20px;
}

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

.best-offer__bg {
  width: 1920px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.best-offer__bg img {
  max-width: unset;
}
.best-offer {
  margin-top: 150px;
  overflow: hidden;
  height: 454px;
  position: relative;
}
.best-offer__container {
}
.best-offer__content {
  max-width: 407px;
  /* margin-left: auto; */
  margin-top: 120px;
}
.best-offer__info {
  color: #fff;
}
.best-offer__title {
  font-size: 18.8px;
  font-weight: 700;
}
.best-offer__form {
}

.best-offer__form .agree_field {
  color: #fff;
}

.best-offer__form input,
.best-offer__form select {
  border-color: #fff;
  color: #fff;
}

.best-offer__form input::-moz-placeholder {
  color: #fff;
}
.best-offer__form input::-webkit-input-placeholder {
  color: #fff;
}
.best-offer__form input:-ms-input-placeholder {
  color: #fff;
}
.best-offer__form input::placeholder {
  color: #fff;
}

.best-offer__form-title {
  font-size: 17.8px;
  padding-top: 15px;
  padding-bottom: 20px;
}

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

.feedback {
  background: #2a3537;
  color: #fff;
  margin-top: 150px;
  padding: 110px 0;
  padding-bottom: 150px;
  position: relative;
  z-index: 1;
}
.feedback__container {
}
.feedback__title {
}
.feedback__content {
  margin-top: 50px;
}
.feedback__items {
}
.feedback__item {
  padding: 30px;
  background: #fff;
  color: #1a1a18;
  margin: 0 5px;
  min-height: 280px !important;
}
.feedback__item-title {
  display: flex;
  justify-content: space-between;
  font-size: 20px;
}
.feedback__autor {
}
.feedback__date {
  color: #1a1a1880;
}
.feedback__rating {
  display: flex;
  gap: 5px;
  margin-top: 8px;
}
.feedback__rating img {
}
.feedback__text {
  margin-top: 20px;
}
.feedback__bg {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: -1;
  opacity: 0.2;
}
.feedback__bg picture {
}

.feedback .slick-arrow {
  background: url(../img/btn_arrows.svg?v=2) 50% no-repeat;
  border: none;
}
.feedback .slick-next {
  right: -85px !important;
  transform: rotate(-90deg);
}
.feedback .slick-prev {
  transform: rotate(90deg);
}

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

.contacts {
  margin-top: 150px;
}
.contacts__container {
  position: relative;
}
.contacts__title {
}
.contacts__content {
  background: rgb(255 255 255 / 80%);
  padding: 40px;
  position: absolute;
  z-index: 1;
  top: 240px;
  backdrop-filter: blur(10px);
}
.contacts__logo-contacts {
  display: flex;
  align-items: center;
  gap: 15px;
}
.contacts__logo {
}
.contacts__logo img {
}
.contacts__logo1 {
}
.contacts__logo2 {
  border-left: 1px solid #cbcbcb;
  padding-left: 15px;
}
.contacts__logo-text {
  font-size: 24px;
}
.contacts__addr {
  padding: 5px 0;
  padding-left: 35px;
  background: url(../img/contacts_ico1.svg?v=2) 0 50% no-repeat;
  margin-top: 30px;
}
.contacts__openhours {
  padding: 5px 0;
  padding-left: 35px;
  background: url(../img/contacts_ico2.svg?v=2) 0 50% no-repeat;
  margin-top: 10px;
}
.contacts__phone {
  padding: 5px 0;
  padding-left: 35px;
  background: url(../img/contacts_ico3.svg?v=2) 0 50% no-repeat;
  margin-top: 10px;
  display: block;
}
.contacts__moreinfo {
  font-weight: 700;
  margin-top: 30px;
}
.contacts__btn {
  width: 100%;
  margin-top: 10px;
}

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

#map1 {
  height: 610px;
  width: 100%;
  max-width: 100%;
  margin-top: 50px;
}

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

.footer {
  padding: 60px 0;
  color: inherit;
  font-size: 14px;
  background: #2a3537;
  color: #fff;
}
.footer__container {
}
.footer__content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
}
.footer__copyright {
}
.footer__dislamer-btn {
  color: inherit;
  text-decoration: none;
}
.footer__comp-info {
}
.footer__policy {
  color: inherit;
  text-decoration: none;
}
.footer__disclamer {
  font-size: 14px;
  display: none;
  text-align: left;
  padding-top: 35px;
}

.footer__madeinsinoby {
  display: flex;
  gap: 7px;
}

footer .chart {
  width: 100%;
  margin-top: 20px;
  font-size: 12px;
  padding-top: 20px;
  text-align: left;
  display: none;
  text-align: center;
}

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

/* media */

/* desktop and laptops */

@media only screen and (min-width: 1280px) and (max-width: 1920px) {
}
@media only screen and (min-width: 1280px) and (max-width: 1800px) {
  .header {
  }
  .header__container {
  }
  .header__content {
  }
  .header__logo-block {
  }
  .header__logo {
  }
  .header__logo img {
  }
  .header__logo1 {
  }
  .header__logo2 {
  }
  .header__addr {
  }
  .header__phone {
  }
  .header__btn {
  }
  .header__menu {
  }
  .header__menu-item {
  }

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

  .intro {
  }
  .intro__bg {
  }
  .intro__bg picture {
  }
  .intro__container {
  }
  .intro__content {
  }
  .intro__title-block {
  }
  .intro__title-wrapper {
  }
  .intro__title-text {
  }
  .intro__title-text_1 {
  }
  .intro__title-text_2 {
  }
  .intro__title-text_3 {
  }
  .intro__title-text_blue {
  }
  .intro__title-text_bold {
  }
  .intro .title_container .title1 {
  }
  .intro .title_container .title2 {
  }
  .intro .title_container .title3 {
  }
  .intro .title_container .btn {
  }

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

  .timer {
  }
  .timer__container {
  }
  .timer__content {
  }
  .timer__form-block {
  }
  .timer__from-title {
  }
  .timer__form {
  }
  .timer__timer {
  }
  .timer__timer div[id*="timer"] {
  }
  .timer__timer span[id*="timer"] {
  }
  .cars {
  }
  .cars__container {
  }
  .cars__title {
  }
  .cars__content {
  }
  .cars__item {
  }
  .cars__item-info {
  }
  .car-title {
  }
  .car-benefit {
  }
  .car-benefit__text1 {
  }
  .car-benefit__text2 {
  }
  .car-benefit__text3 {
  }
  .car-adds {
  }
  .car-adds__item {
  }
  .car-adds__item_blue {
  }
  .car-props {
  }
  .car-props__item {
  }
  .car-props__item_ico1 {
  }
  .car-props__item_ico2 {
  }
  .car-props__item_ico3 {
  }
  .car-btns {
  }
  .car-btns__btn {
  }
  .cars__item-colors {
  }
  .cars__item-image {
  }
  .cars__item-image picture {
  }
  .cars__item-colordots {
  }
  .colordots-item {
  }
  .cars__item-gallery {
  }
  .cars__gallery-item {
  }

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

  .credit {
  }
  .credit__container {
  }
  .credit__title {
  }
  .credit__content {
  }
  .credit__form {
  }
  .credit__form-title {
  }
  .credit__bg {
  }

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

  .tradein {
  }
  .tradein__container {
  }
  .tradein__title {
  }
  .tradein__content {
  }
  .tradein__info {
  }
  .tradein__form {
  }
  .tradein__form-title {
  }
  .tradein__gallery {
  }
  .tradein__gallery-item {
  }
  .tradein__gallery-item picture {
  }
  .tradein__gallery-item-inner {
  }

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

  .best-offer__bg {
  }
  .best-offer__bg img {
  }
  .best-offer {
  }
  .best-offer__container {
  }
  .best-offer__content {
  }
  .best-offer__info {
  }
  .best-offer__title {
  }
  .best-offer__form {
  }
  .best-offer__form-title {
  }

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

  .feedback {
  }
  .feedback__container {
  }
  .feedback__title {
  }
  .feedback__content {
  }
  .feedback__items {
  }
  .feedback__item {
  }
  .feedback__item-title {
  }
  .feedback__autor {
  }
  .feedback__date {
  }
  .feedback__rating {
  }
  .feedback__rating img {
  }
  .feedback__text {
  }
  .feedback__bg {
  }
  .feedback__bg picture {
  }

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

  .contacts {
  }
  .contacts__container {
  }
  .contacts__title {
  }
  .contacts__content {
  }
  .contacts__logo-contacts {
  }
  .contacts__logo {
  }
  .contacts__logo img {
  }
  .contacts__logo1 {
  }
  .contacts__logo2 {
  }
  .contacts__addr {
  }
  .contacts__openhours {
  }
  .contacts__phone {
  }
  .contacts__moreinfo {
  }
  .contacts__btn {
  }

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

  .footer {
  }
  .footer__container {
  }
  .footer__content {
  }
  .footer__copyright {
  }
  .footer__dislamer-btn {
  }
  .footer__comp-info {
  }
  .footer__policy {
  }
  .footer__disclamer {
  }

  .footer__madeinsinoby {
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1600px) {
}
@media only screen and (min-width: 1280px) and (max-width: 1536px) {
}
@media only screen and (min-width: 1280px) and (max-width: 1440px) {
}
@media (max-width: 1500px) {
  form .form-group-wrapper {
  }

  form .form-group-wrapper .form-group {
  }

  .slick-next {
    right: -30px !important;
  }

  .slick-prev {
    left: -30px !important;
  }

  .instock .models_wrap {
  }
  .instock .models_wrap .models {
  }
  .instock .models_wrap .model_name {
  }
  .instock .models_wrap .model_name span {
  }

  .timer__content {
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1366px) {
}

/* tablets */

@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .feedback .slick-next,
  .feedback .slick-prev {
    display: none !important;
  }

  .instock .compl_items .slick-next {
    display: none !important;
  }
  .instock .compl_items .slick-prev {
    display: none !important;
  }

  .container {
    max-width: 1082px;
    padding: 0 15px;
  }

  .title {
  }

  form .form-group-wrapper {
  }

  form .form-group-wrapper .form-group {
  }

  .slick-list {
    overflow: hidden !important;
  }

  .instock .compl_items:before,
  .instock .compl_items:after {
    display: none;
  }

  .slick-prev {
    left: -43px !important;
  }

  .slick-next {
    right: -43px !important;
  }

  .instock .models_wrap {
  }
  .instock .models_wrap .models {
  }
  .instock .models_wrap .model_name {
  }
  .instock .models_wrap .model_name span {
  }

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

  .header {
  }
  .header__container {
  }
  .header__content {
  }
  .header__logo-block {
  }
  .header__logo {
  }
  .header__logo img {
  }
  .header__logo1 {
  }
  .header__logo2 {
  }
  .header__addr {
    display: none;
  }
  .header__phone {
  }
  .header__btn {
  }
  .header__menu {
  }
  .header__menu-item {
  }

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

  .intro {
  }
  .intro__bg {
    height: auto;
    overflow: hidden;
    width: 100%;
  }
  .intro__container {
  }
  .intro__content {
    padding-top: 20vw;
  }
  .intro__title-block {
  }
  .intro__title-wrapper {
    gap: 0;
  }

  .intro__title-wrapper:before {
    height: 125%;
    top: -12%;
  }
  .intro__title-text {
  }
  .intro__title-text_1 {
    font-size: 46px;
  }
  .intro_des {
    top: 56vw;
  }
  .intro__title-text_blue {
  }
  .intro__title-text_bold {
  }
  .intro .title_container .title1 {
  }
  .intro .title_container .title2 {
  }
  .intro .title_container .title3 {
    flex-direction: column;
    align-items: center;
  }
  .intro .title_container .btn {
  }

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

  .timer {
    margin-top: 2vw;
  }
  .timer__container {
  }
  .timer__content {
  }
  .timer__form-block {
    flex-direction: column;
    row-gap: 20px;
  }
  .timer__from-title {
  }
  .timer__form {
  }
  .timer__timer {
  }
  .timer__timer div[id*="timer"] {
  }
  .timer__timer span[id*="timer"] {
  }
  .cars {
  }
  .cars__container {
  }
  .cars__title {
  }
  .cars__content {
  }
  .cars__item {
    flex-wrap: wrap;
  }
  .cars__item-info {
  }
  .car-title {
    font-size: 4vw;
  }
  .car-benefit {
  }
  .car-benefit__text1 {
  }
  .car-benefit__text2 {
  }
  .car-benefit__text3 {
  }
  .car-adds {
  }
  .car-adds__item {
  }
  .car-adds__item_blue {
  }
  .car-props {
  }
  .car-props__item {
  }
  .car-props__item_ico1 {
  }
  .car-props__item_ico2 {
  }
  .car-props__item_ico3 {
  }
  .car-btns {
  }
  .car-btns__btn {
  }
  .cars__item-colors {
  }
  .cars__item-image {
  }
  .cars__item-image picture {
  }
  .cars__item-colordots {
  }
  .colordots-item {
  }
  .cars__item-gallery {
  }
  .cars__gallery-item {
  }

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

  .credit {
  }
  .credit__container {
  }
  .credit__title {
  }
  .credit__content {
    top: 146px;
  }
  .credit__form {
  }
  .credit__form-title {
    font-size: 1.5vw;
  }
  .credit__bg {
  }

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

  .tradein {
  }
  .tradein__container {
  }
  .tradein__title {
  }
  .tradein__content {
  }
  .tradein__info {
  }
  .tradein__form {
  }
  .tradein__form-title {
  }
  .tradein__gallery {
  }
  .tradein__gallery-item {
  }
  .tradein__gallery-item picture {
  }
  .tradein__gallery-item-inner {
  }

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

  .best-offer__bg {
    left: 33%;
  }
  .best-offer__bg img {
  }
  .best-offer {
  }
  .best-offer__container {
  }
  .best-offer__content {
  }
  .best-offer__info {
  }
  .best-offer__title {
  }
  .best-offer__form {
  }
  .best-offer__form-title {
  }

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

  .feedback {
  }
  .feedback__container {
  }
  .feedback__title {
  }
  .feedback__content {
  }
  .feedback__items {
  }
  .feedback__item {
  }
  .feedback__item-title {
  }
  .feedback__autor {
  }
  .feedback__date {
  }
  .feedback__rating {
  }
  .feedback__rating img {
  }
  .feedback__text {
  }
  .feedback__bg {
  }
  .feedback__bg picture {
  }

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

  .contacts {
  }
  .contacts__container {
  }
  .contacts__title {
  }
  .contacts__content {
  }
  .contacts__logo-contacts {
  }
  .contacts__logo {
  }
  .contacts__logo img {
  }
  .contacts__logo1 {
  }
  .contacts__logo2 {
  }
  .contacts__addr {
  }
  .contacts__openhours {
  }
  .contacts__phone {
  }
  .contacts__moreinfo {
  }
  .contacts__btn {
  }

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

  .footer {
  }
  .footer__container {
  }
  .footer__content {
  }
  .footer__copyright {
  }
  .footer__dislamer-btn {
  }
  .footer__comp-info {
  }
  .footer__policy {
  }
  .footer__disclamer {
  }

  .footer__madeinsinoby {
  }
}
@media only screen and (min-width: 768px) and (max-width: 1112px) {
  .container {
    max-width: 994px;
  }

  .intro .title_container .title2 {
    font-size: 3vw;
  }

  .intro .title_container .title3 .ico1 {
    display: block;
    text-align: center;
  }

  .intro .title_container .title3 .ico2 {
    display: block;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .container {
    max-width: 930px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 960px) {
  .container {
    max-width: 100%;
  }

  .title {
  }

  form .form-group-wrapper {
  }

  form .form-group-wrapper .form-group {
  }

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

  .header {
  }
  .header__container {
  }
  .header__content {
  }
  .header__logo-block {
  }
  .header__logo {
  }
  .header__logo img {
  }
  .header__logo1 {
  }
  .header__logo2 {
  }
  .header__addr {
  }
  .header__phone {
  }
  .header__btn {
  }
  .header__menu {
  }
  .header__menu-item {
  }

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

  .intro {
  }
  .intro__bg {
  }
  .intro__bg picture {
  }
  .intro__container {
  }
  .intro__content {
  }
  .intro__title-block {
  }
  .intro__title-wrapper {
  }
  .intro__title-text {
  }
  .intro__title-text_1 {
  }
  .intro__title-text_2 {
  }
  .intro__title-text_3 {
  }
  .intro__title-text_blue {
  }
  .intro__title-text_bold {
  }
  .intro .title_container {
    padding: 2vw 3vw 44px;
  }
  .intro .title_container .title1 {
    padding-left: 40px;
    font-size: 3vw;
  }
  .intro .title_container .title1:before {
    width: 30px;
    height: 30px;
    background-size: contain;
  }
  .intro .title_container .title2 {
    margin-top: 2vw;
    font-size: 3.5vw;
  }
  .intro .title_container .title3 {
    margin-top: 2vw;
    font-size: 4vw;
  }
  .intro .title_container .title3 {
  }
  .intro .title_container .btn {
  }

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

  .timer {
  }
  .timer__container {
  }
  .timer__content {
  }
  .timer__form-block {
  }
  .timer__from-title {
  }
  .timer__form {
  }
  .timer__timer {
  }
  .timer__timer div[id*="timer"] {
  }
  .timer__timer span[id*="timer"] {
  }
  .cars {
  }
  .cars__container {
  }
  .cars__title {
  }
  .cars__content {
  }
  .cars__item {
  }
  .cars__item-info {
  }
  .car-title {
  }
  .car-benefit {
  }
  .car-benefit__text1 {
  }
  .car-benefit__text2 {
  }
  .car-benefit__text3 {
  }
  .car-adds {
  }
  .car-adds__item {
  }
  .car-adds__item_blue {
  }
  .car-props {
  }
  .car-props__item {
  }
  .car-props__item_ico1 {
  }
  .car-props__item_ico2 {
  }
  .car-props__item_ico3 {
  }
  .car-btns {
  }
  .car-btns__btn {
  }
  .cars__item-colors {
  }
  .cars__item-image {
  }
  .cars__item-image picture {
  }
  .cars__item-colordots {
  }
  .colordots-item {
  }
  .cars__item-gallery {
  }
  .cars__gallery-item {
  }

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

  .credit {
  }
  .credit__container {
  }
  .credit__title {
  }
  .credit__content {
  }
  .credit__form {
  }
  .credit__form-title {
  }
  .credit__bg {
  }

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

  .tradein {
  }
  .tradein__container {
  }
  .tradein__title {
  }
  .tradein__content {
  }
  .tradein__info {
  }
  .tradein__form {
  }
  .tradein__form-title {
  }
  .tradein__gallery {
  }
  .tradein__gallery-item {
  }
  .tradein__gallery-item picture {
  }
  .tradein__gallery-item-inner {
  }

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

  .best-offer__bg {
  }
  .best-offer__bg img {
  }
  .best-offer {
  }
  .best-offer__container {
  }
  .best-offer__content {
  }
  .best-offer__info {
  }
  .best-offer__title {
  }
  .best-offer__form {
  }
  .best-offer__form-title {
  }

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

  .feedback {
  }
  .feedback__container {
  }
  .feedback__title {
  }
  .feedback__content {
  }
  .feedback__items {
  }
  .feedback__item {
  }
  .feedback__item-title {
  }
  .feedback__autor {
  }
  .feedback__date {
  }
  .feedback__rating {
  }
  .feedback__rating img {
  }
  .feedback__text {
  }
  .feedback__bg {
  }
  .feedback__bg picture {
  }

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

  .contacts {
  }
  .contacts__container {
  }
  .contacts__title {
  }
  .contacts__content {
  }
  .contacts__logo-contacts {
  }
  .contacts__logo {
  }
  .contacts__logo img {
  }
  .contacts__logo1 {
  }
  .contacts__logo2 {
  }
  .contacts__addr {
  }
  .contacts__openhours {
  }
  .contacts__phone {
  }
  .contacts__moreinfo {
  }
  .contacts__btn {
  }

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

  .footer {
  }
  .footer__container {
  }
  .footer__content {
  }
  .footer__copyright {
  }
  .footer__dislamer-btn {
  }
  .footer__comp-info {
  }
  .footer__policy {
  }
  .footer__disclamer {
  }

  .footer__madeinsinoby {
  }
}
@media only screen and (min-width: 768px) and (max-width: 834px) {
}

@media only screen and (max-width: 991px) {
  .cars__item-gallery .slick-list {
    min-height: initial;
  }
  .cars__item-gallery {
    width: 104%;
    left: -2%;
  }
  .cars__item-gallery a {
    margin: 0 5px;
  }
  .cars__item-gallery a img {
    width: 100%;
  }
  .cars__item-gallery .slick-prev {
    top: 50%;
    left: -34px !important;
    margin-left: -19px;
    transform: rotate(0deg);
  }
  .cars__item-gallery .slick-next {
    left: auto;
    right: -50px !important;
    top: 50%;
    bottom: -50px;
    margin-left: -19px;
    transform: rotate(-180deg);
  }
}

/* mobiles */

@media only screen and (max-width: 767px) {
  html {
    overflow-x: hidden;
  }

  .container {
    max-width: 610px;
    padding: 0 15px;
  }

  .fancybox-type-image {
    width: 100% !important;
    margin: 0px !important;
    left: 0px !important;
  }
  .fancybox-close {
    right: 9px !important;
    top: 9px !important;
  }
  .fancybox-inner {
    width: 100% !important;
    margin: 0px !important;
    padding: 0px !important;
  }
  .fancybox-wrap {
    margin: 0px !important;
    width: 100% !important;
    left: 0px !important;
    top: 20px !important;
  }
  .fancybox-type-image .fancybox-close {
    top: -8px !important;
  }

  .simple_slider .btn_left {
    display: none !important;
  }
  .simple_slider .btn_right {
    display: none !important;
  }

  .popup_container {
    width: 100%;
    padding: 20px 15px;
  }

  .slick-dots li.slick-active button:after {
    width: 30px;
  }

  .slick-list {
    overflow: hidden !important;
  }

  .slick-prev {
    left: -30px !important;
    transform: scale(0.5);
    top: calc(50% - 17px);
  }

  .slick-next {
    right: -30px !important;
    transform: scale(0.5) rotate(180deg);
    top: calc(50% - 17px);
  }

  .instock .compl_items .slick-prev {
    left: -42px !important;
  }
  .instock .compl_items .slick-next {
    right: -40px !important;
  }

  .btn {
    width: 100%;
  }

  .title {
    font-size: 7vw;
  }

  .form-title {
  }

  form .form-group-wrapper {
    flex-wrap: wrap;
  }

  form .form-group-wrapper .form-group {
    width: 100%;
  }

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

  .header .mob-menu-btn {
    display: block;
    position: relative;
    width: 30px;
    height: 22px;
    z-index: 1;
  }

  .header .mob-menu-btn span {
    position: absolute;
    display: block;
    width: 30px;
    height: 3px;
    background: #003896;
    transition: all 0.2s linear;
  }

  .header .mob-menu-btn span:nth-child(1) {
    top: 0;
  }

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

  .header .mob-menu-btn span:nth-child(3) {
    bottom: 0;
  }

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

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

  .header .mob-menu-btn.active span:nth-child(3) {
    transform-origin: bottom right;
    transform: rotate(45deg);
    bottom: -1px;
  }

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

  .header {
    background: rgb(255 255 255 / 95%);
    position: fixed;
  }
  .header__container {
  }
  .header__content {
    flex-wrap: wrap;
    gap: 10px;
  }
  .header__logo-block {
    max-width: 80%;
  }
  .header__logo {
  }
  .header__logo img {
  }
  .header__logo1 {
  }
  .header__logo2 {
  }
  .header__addr {
    display: none;
  }
  .header__phone {
    order: 1;
    /*position: fixed;*/
    /* top: calc(100vh - 51px); */
    width: 100%;
    text-align: center;
    left: 0;
    color: #fff;
    background: linear-gradient(190deg, #2a3537 40%, #3a4345 70%, #4d5556);
    padding: 15px 0;
  }
  .header__btn {
    order: 1;
    display: none;
  }
  .header__menu {
    left: 100%;
    top: 130px;
    transition: all 0.2s linear;
    background: rgb(255 255 255 / 95%);
    backdrop-filter: blur(5px);
    padding-top: 30px;
    position: fixed;
  }

  .header__container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }

  .header__menu.active {
    left: 0;
  }

  .header__menu-item {
  }

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

  .intro {
    margin-top: 156px;
    height: auto;
    padding-top: 0;
  }

  .intro .title_container {
    position: absolute;
    width: 100%;
    top: 16vw;
    padding: 2vw;
  }

  .intro__bg img {
    width: 100%;
    height: auto;
  }

  .intro .title_container .title1 {
    font-size: 4vw;
  }
  .intro .title_container .title1:before {
    width: 30px;
    height: 30px;
    background-size: contain;
  }
  .intro .title_container .title2 {
    margin-top: 2vw;
    font-size: 3.5vw;
  }
  .intro .title_container .title3 {
    margin-top: 2vw;
    font-size: 4vw;
    flex-direction: column;
    align-items: center;
    gap: 0px;
  }

  .intro .title_container .title3 .ico1 {
      gap: 5px;
      display: block;
      text-align: center;
  }

  .intro .title_container .title3 .ico2 {
      gap: 5px;
      display: block;
  }

  .intro .title_container .btn {
    max-width: 350px;
    padding-top: 15px;
    font-size: 14px;
    display: block;
    top: 100%;
  }

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

  .timer {
    margin: 0;
    margin-top: 0px;
    background: #f4f4f4;
  }
  .timer__container {
  }
  .timer__content {
    gap: 10px;
    padding: 30px 0;
    padding-top: 60px;
    position: relative;
  }

.timer__content-title {
    font-size: 6vw;
    padding-bottom: 15px;
}
  .timer__form-block {
    display: block;
    width: 100%;
    order: 1;
    /* margin-top: 20px; */
  }
  .timer__from-title {
    text-align: center;
    font-size: 5vw;
    /* position: absolute; */
    top: 30px;
    width: 100%;
    left: 0;
  }
  .timer__form {
  }
  .timer__timer {
    transform: scale(0.65);
    margin-bottom: 20px;
  }

  #timer020ddffa6e472b2fec76724ef6e60b66 {
    position: relative;
    left: -145px;
  }
  .timer__timer div[id*="timer"] {
    position: relative;
    left: -143px;
  }
  .timer__timer span[id*="timer"] {
  }
  .cars {
    margin-top: 60px;
  }
  .cars__container {
  }
  .cars__title {
  }
  .cars__content {
  }
  .cars__item {
    flex-wrap: wrap;
    margin-top: 65px;
    padding-top: 30vw;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 70px;
    gap: 20px;
  }
  .cars__item-info {
    width: 100%;
    gap: 20px;
  }
  .car-title {
    font-size: 10vw;
    position: absolute;
    top: 5vw;
  }
  .car-benefit {
    top: 20vw;
    left: 15px;
    /* transform: scale(.6); */
    font-size: 16px;
    border: none;
  }
  .car-benefit__text1 {
  }
  .car-benefit__text2 {
  }
  .car-benefit__text3 {
  }
  .car-adds {
    gap: 10px;
  }
  .car-adds__item {
    font-size: 4.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    padding: 3vw 6vw;
  }
  .car-props {
    gap: 10px;
  }
  .car-props__item {
    font-size: 4vw;
  }
  .car-props__item_ico1 {
  }
  .car-props__item_ico2 {
  }
  .car-props__item_ico3 {
  }
  .car-btns {
  }
  .car-btns__btn {
  }
  .cars__item-colors {
    order: -1;
    background-size: 75%;
    padding-top: 30px;
  }
  .cars__item-image {
  }
  .cars__item-image picture {
  }
  .cars__item-colordots {
  }
  .colordots-item {
  }
  .cars__item-gallery {
    flex-direction: row;
    gap: 8px;
  }
  .cars__gallery-item {
  }

  .cars .cars__item-gallery {
    position: relative;
    bottom: 0;
  }

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

  .instock {
    margin-top: 60px;
    padding: 60px 0;
    /*margin-bottom: 70px;*/
    padding-bottom: 100px;
  }

  .title_block .title {
    font-size: 28px;
  }

  .instock .models_wrap {
    margin-top: 30px;
  }
  .instock .models_wrap .models {
  }
  .instock .models_wrap .model_name {
    font-size: 3.3vw;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 2vw 0;
  }
  .instock .models_wrap .model_name span {
  }

  .instock .compl_items:after,
  .instock .compl_items:before {
    display: none;
  }

  .instock .compl_items {
    padding: 0 15px;
    margin-top: 30px;
  }

  .instock .compl_title {
    text-align: center;
    font-size: 28px;
    margin-bottom: 20px;
  }

  .instock .compl_items .item {
    padding-top: 0;
    margin: 0;
  }

  .instock .compl_items .item.show {
    display: flex;
    flex-wrap: wrap;
  }

  .instock .compl_items .compl_image {
    width: 100%;
  }

  .instock .compl_items .compl_image img {
    margin: 0 auto;
    padding: 0;
  }

  .instock .compl_items .compl_btns {
    width: 100%;
    margin-top: 15px;
  }

  .instock .compl_items .compl_btns .btn {
    font-size: 14px;
  }

  .instock .compl_items .item .item_wrap {
    padding: 15px;
  }

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

  .credit {
    margin-top: 60px;
    overflow: hidden;
  }
  .credit__container {
    display: flex;
    flex-direction: column;
  }
  .credit__title {
  }
  .credit__content {
    max-width: 100%;
    width: 100%;
    margin: 0;
    position: static;
    padding: 0;
    margin-top: 25px;
  }
  .credit__form {
  }
  .credit__form-title {
  }
  .credit__bg {
    margin-top: 30px;
    width: 200%;
    position: relative;
    left: 10%;
    transform: translateX(-50%);
    order: 1;
  }

  .credit__bg pictire {
    max-width: 200%;
  }

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

  .tradein {
    margin-top: 60px;
  }
  .tradein__container {
  }
  .tradein__title {
  }
  .tradein__content {
    margin-top: 30px;
    flex-wrap: wrap;
    gap: 30px;
  }
  .tradein__info {
    max-width: 100%;
  }
  .tradein__form {
  }
  .tradein__form-title {
  }
  .tradein__gallery {
    /* flex-wrap: wrap; */
    gap: 2.5%;
  }
  .tradein__gallery-item {
  }
  .tradein__gallery-item picture {
  }
  .tradein__gallery-item-inner {
    gap: 0;
    justify-content: space-between;
  }

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

  .best-offer__bg {
    width: 200%;
    position: relative;
    left: 73%;
    order: 1;
  }

  .best-offer__bg picture {
    max-width: 200%;
    width: 100%;
  }
  .best-offer__bg img {
    max-width: 100%;
  }
  .best-offer {
    margin-top: 60px;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .best-offer__container {
    max-width: 100%;
  }
  .best-offer__content {
    max-width: 100%;
    margin: 0;
  }
  .best-offer__info {
    color: inherit;
  }
  .best-offer__title {
  }
  .best-offer__form {
  }

  .best-offer__form input,
  .best-offer__form select {
    color: inherit;
    border-color: inherit;
  }

  .best-offer__form .agree_field {
    color: inherit;
  }

  .best-offer__form input::-moz-placeholder {
    color: rgb(26 26 24 / 60%);
  }
  .best-offer__form input::-webkit-input-placeholder {
    color: rgb(26 26 24 / 60%);
  }
  .best-offer__form input:-ms-input-placeholder {
    color: rgb(26 26 24 / 60%);
  }
  .best-offer__form input::placeholder {
    color: rgb(26 26 24 / 60%);
  }

  .best-offer__form-title {
  }

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

  .feedback {
    padding: 60px 0;
    margin-top: 60px;
    padding-bottom: 120px;
  }
  .feedback__container {
  }
  .feedback__title {
  }
  .feedback__content {
  }
  .feedback__items {
  }
  .feedback__item {
    min-height: 1px !important;
  }
  .feedback__item-title {
  }
  .feedback__autor {
    font-size: 14px;
  }
  .feedback__date {
    font-size: 13px;
  }
  .feedback__rating {
  }
  .feedback__rating img {
  }
  .feedback__text {
    font-size: 14px;
  }
  .feedback__bg {
  }
  .feedback__bg picture {
  }

  .feedback .slick-arrow {
    top: calc(50% - 34px);
  }
  .feedback .slick-prev {
    left: -39px !important;
  }
  .feedback .slick-next {
    right: -39px !important;
  }

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

  .contacts {
    margin-top: 60px;
  }
  .contacts__container {
  }
  .contacts__title {
  }
  .contacts__content {
    position: static;
    padding: 0;
    margin-top: 30px;
  }
  .contacts__logo-contacts {
  }
  .contacts__logo {
  }
  .contacts__logo img {
  }
  .contacts__logo1 {
  }
  .contacts__logo2 {
  }
  .contacts__addr {
  }
  .contacts__openhours {
  }
  .contacts__phone {
  }
  .contacts__moreinfo {
  }
  .contacts__btn {
  }

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

  .footer {
  }
  .footer__container {
  }
  .footer__content {
    justify-content: center;
    text-align: center;
  }
  .footer__copyright {
  }
  .footer__dislamer-btn {
    width: 100%;
  }
  .footer__comp-info {
  }
  .footer__policy {
    width: 100%;
  }
  .footer__disclamer {
  }

  .footer__madeinsinoby {
    width: 100%;
    justify-content: center;
  }

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

  #map1 {
    margin-left: 0;
    width: 100%;
    max-width: none;
    height: 350px;
  }

  /************************************************************************/
}
@media only screen and (max-width: 640px) {
}
@media only screen and (max-width: 592px) {
}
@media only screen and (max-width: 568px) {
}
@media only screen and (max-width: 480px) {
  .intro .title_container .title1 {
    font-size: 4vw;
  }
  .intro .title_container .title3 {
    font-size: 4.6vw;
  }
  .timer__timer {
    transform: scale(0.5);
    height: 80px;
  }
  .intro .title_container {
    top: 4vw;
  }
  .intro .title_container .title1:before {
    width: 24px;
    height: 24px;
  }
  .intro .title_container .title2 {
    /* font-size: 4.5vw; */
  }
}
@media only screen and (max-width: 414px) {
}
@media only screen and (max-width: 375px) {
}
@media only screen and (max-width: 360px) {
  .timer__timer {
    transform: scale(0.45);
    /* height: 60px; */
  }
}
@media only screen and (max-width: 320px) {
}

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

/* media END*/
