@charset "UTF-8";
/*Обнуление*/
* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100vw;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

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

a:hover {
  text-decoration: none;
  cursor: pointer;
  color: var(--c-red);
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
  max-width: 100%;
  max-height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/* ::-webkit-scrollbar {
  scrollbar-width: thin;
  width: 4px;
  background-color: transparent;
}
::-webkit-scrollbar-thumb {
  background: var(--primary-gradient);
  border-radius: 3px;
}
::-webkit-scrollbar-thumb:hover {
  background: var(--primary-gradient);
}
::-webkit-scrollbar-track {
  background: transparent;
}
::-webkit-scrollbar-button:vertical:start:decrement {
  display: none;
}
::-webkit-scrollbar-button:vertical:end:increment {
  display: none;
}
::-webkit-scrollbar-button:horizontal:start:decrement {
  display: none;
}
::-webkit-scrollbar-button:horizontal:end:increment {
  display: none;
} */
/*--------------------*/
* {
  --c-white: #fff;
  --c-gray: #f5f5f5;
  --c-silver: #f9f9f9;
  --c-red: #ff0322;
  --c-blue: #146886;
  --c-blue-bg: #427590;
  --c-black: #000;
  --c-yellow: #ffde00;
  --container: 1060px;
  --container-fluid: 1250px;
  scrollbar-width: thin;
  scrollbar-color: var(--c-orange) transparent;
}
::placeholder {
  /* opacity: 1; */
  font-weight: 400;
}
.c-white {
  color: var(--c-white);
}
.bg-white {
  background: var(--c-white);
}
.c-gray {
  color: var(--c-gray);
}
.bg-gray {
  background: var(--c-gray);
}
.c-silver {
  color: var(--c-silver);
}
.bg-silver {
  background: var(--c-silver);
}
.c-red {
  color: var(--c-red);
}
.bg-red {
  background: var(--c-red);
}
.c-blue {
  color: var(--c-blue);
}
.bg-blue {
  background: var(--c-blue);
}
.c-blue-bg {
  color: var(--c-blue-bg);
}
.bg-blue-bg {
  background: var(--c-blue-bg);
}
.c-black {
  color: var(--c-black);
}
.bg-black {
  background: var(--c-black);
}
.c-yellow {
  color: var(--c-yellow);
}
.bg-yellow {
  background: var(--c-yellow);
}
.f-light {
  font-weight: 300;
}
.f-regular {
  font-weight: 400;
}
.f-semibold {
  font-weight: 600;
}
.f-bold {
  font-weight: 700;
}
.f-black {
  font-weight: 800;
}
.c-telegram {
  color: #28b3db;
}
.c-facebook {
  color: #3b589f;
}
.c-youtube {
  color: #ff0000;
}
.c-viber {
  color: #7f4da0;
}
.c-whatsapp {
  color: #27d045;
}
.text-up {
  text-transform: uppercase;
}
body {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: var(--c-black);
  background: var(--c-white);
  max-width: 100vw;
  width: 100vw;
  overflow: hidden;
  overflow-y: visible;
  font-weight: 400;
}
.wrapper {
  max-width: 100vw;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  justify-content: space-between;
}
body.overflow {
  overflow: hidden;
}
.container {
  width: var(--container);
  margin: 0 auto;
}
.container-fluid {
  width: var(--container-fluid);
  margin: 0 auto;
}
.btn {
  font-size: 16px;
  line-height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 36px;
  border-radius: 7px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.btn:hover {
  color: var(--c-white);
}
/* ----------------------header------------------------- */
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100px;
  display: flex;
  align-items: center;
  z-index: 100;
  border-bottom: 1px solid #e8e8e8;
}
.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__logo {
  height: 50px;
  margin-right: 40px;
}
.header-menu ul {
  display: flex;
  align-items: center;
}
.header-menu li:not(:last-child) {
  margin-right: 30px;
}
.header-socials {
  display: flex;
  align-items: center;
}
.header-socials a {
  font-size: 25px;
  margin: 0 15px;
}
.phones-ul {
  width: 282px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  line-height: 20px;
}
.phones-ul li {
  width: calc((100% - 2 * 30px) / 2);
  margin: 0 15px;
}
.btn:visited {
  color: var(--c-white);
}
.header__menu-mob {
  display: none;
}
.menu-burger {
  display: none;
}
/* --------------------.first-screen--------------------- */
.first-screen {
  padding: 150px 0 35px;
}
.fs__container {
  display: flex;
  margin: 0 -15px;
}
.fs__left {
  width: calc((100% - 2 * 30px) / 2);
  margin: 0 15px;
}
.fs__right {
  width: calc((100% - 2 * 30px) / 2);
  margin: 0 15px;
}
.fs__title {
  font-size: 48px;
  line-height: 56px;
  margin-bottom: 20px;
}
.subtitle {
  font-size: 21px;
  line-height: 26px;
  margin-bottom: 40px;
}
.fs__subtitle {
  font-size: 19px;
}
.advantages {
  display: flex;
  flex-wrap: wrap;
  margin: -10px -15px;
  padding-right: 50px;
}
.advantage {
  width: calc((100% - 2 * 40px) / 2);
  margin: 10px 25px 10px 15px;
  padding: 10px 20px 10px 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 22px;
  font-size: 20px;
  min-height: 120px;
  position: relative;
  z-index: 1;
  border-radius: 15px;
}
.advantage:hover {
  background: #eef2f4;
}
.advantage:before {
  content: '';
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-57%);
  font-size: 110px;
  font-weight: 800;
  color: #e2e2e2;
  z-index: -1;
  font-family: 'DIN Pro';
  line-height: 110px;
}

.advantage:nth-child(1)::before {
  content: '1';
}
.advantage:nth-child(2)::before {
  content: '2';
}
.advantage:nth-child(3)::before {
  content: '3';
}
.advantage:nth-child(4)::before {
  content: '4';
}
.advantage:nth-child(5)::before {
  content: '5';
}
.advantage:nth-child(6)::before {
  content: '6';
}
.advantage:nth-child(7)::before {
  content: '7';
}
.advantage:nth-child(8)::before {
  content: '8';
}
.fs__right {
  width: calc((100% - 2 * 30px) / 2);
  margin: 0 15px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.fs__right-img {
  margin-bottom: 70px;
  width: 100%;
}
.fs__right-img img {
  transform: scale(1.1);
  position: relative;
  z-index: 0;
}
.fs__sale-block {
  display: flex;
  align-items: center;
  border-radius: 9px;
  padding: 20px 15px 20px 25px;
  justify-content: space-between;
}
.contact-us__btn {
  margin-right: 20px;
  width: 170px;
}
.fs__sale-block-text {
  font-size: 16px;
  text-align: right;
}
/* ---------------------services---------------------- */
.services {
  padding: 70px 0 140px;
}
.services__title {
  text-align: center;
  font-size: 32px;
  margin-bottom: 50px;
}
.services__cards {
  display: flex;
  margin: 0 -15px;
}
.services__card {
  width: calc((100% - 3 * 30px) / 3);
  margin: 15px;
  display: flex;
  /*! justify-content: center; */
  align-items: center;
  flex-direction: column;
  min-height: 250px;
  font-size: 18px;
  font-weight: 600;
  padding: 70px 50px 20px 50px;
}
a.services__card:hover{
  color: initial;
}
.services__card:hover {
  background: #eef2f4;
}
.services__card-icon {
  width: 80px;
  margin-bottom: 30px;
  height: 53px;
}
.services__card-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.services__card-text {
  font-size: 21px;
  text-align: center;
  line-height: 26px;
}
/* -------------------------------------------------------- */
.get_consultation {
  position: relative;
  padding: 35px 0 40px;
  margin-bottom: 120px;
}
.get_consultation__container {
  display: flex;
  position: relative;
  flex-direction: column;
  text-align: right;
  align-items: end;
  margin: 0;
}
.get_consultation-img {
  height: 306px;
  position: absolute;
  left: 60px;
  top: 50%;
  transform: translateY(-50%);
}
.get_consultation-title {
  font-size: 28px;
  line-height: 26px;
  margin-bottom: 15px;
}
.get_consultation-subtitle {
  font-size: 18px;
  margin-bottom: 40px;
  max-width: 70%;
}
.get_consultation-form {
  margin: 0 -8px;
}
.form-input {
  height: 36px;
  padding: 0 13px;
  width: 170px;
  margin: 0 8px;
  border-radius: 7px;
}
.get_consultation-form form {
  display: flex;
  align-items: center;
}
/* ----------------------------------------------- */
.stages {
  padding: 65px 0 40px;
}
.stages__container {
  display: flex;
}
.stages-left {
  width: 58%;
  padding-right: 41px;
}
.stages__title {
  font-size: 55px;
  line-height: 110%;
  margin-bottom: 28px;
}
.stagees-img {
  width: 84%;
}
.stages-right {
  width: 42%;
}
.stages-right .advantages {
  padding: 0;
  justify-content: space-between;
  margin: 0;
}
.stages-right .advantage {
  width: calc((100% - 40px) / 2);
  padding: 15px 20px 15px 50px;
  margin: 10px 0 10px 0;
}
/* ---------------------.why-choose-us--------------------- */
.why-choose-us {
  padding: 150px 0;
}
.wcu__container {
  display: flex;
  margin: 0 -15px;
}
.wcu__left {
  width: calc((100% - 2 * 30px) / 2);
  margin: 0 15px;
}
.wcu__title {
  padding-right: 50px;
}
.wcu__container-list {
  display: flex;
  flex-direction: column;
  font-size: 20px;
}
.wcu__container-list li {
  padding-left: 30px;
  position: relative;
}
.wcu__container-list li:not(:last-child) {
  margin-bottom: 18px;
}
.wcu__container-list li::before {
  content: '';
  width: 12px;
  height: 12px;
  position: absolute;
  left: 2px;
  top: 50%;
  transform: translateY(-50%);
  background: var(--c-black);
}
.wcu__right {
  width: calc((100% - 2 * 30px) / 2);
  margin: 0 15px;
}
/* ----------------------delivery----------------------- */
.delivery {
  padding: 55px 0 60px;
}
.delivery__container {
  display: flex;
  align-items: center;
}
.delivery__left {
  width: 58%;
  padding-right: 65px;
}
.delivery__right {
  width: 42%;
}
.delivery__title {
  text-align: right;
}
.delivery__subtitle {
  text-align: right;
}
.delivery__docs-title {
  text-align: right;
  font-size: 30px;
  margin-bottom: 40px;
}
.delivery__docs .advantages {
  padding-right: 0;
  margin: 0;
  justify-content: space-between;
}
.delivery__docs .advantage {
  margin: 0;
  width: calc((100% - 40px) / 2);
  padding: 15px 20px 15px 50px;
  margin: 10px 0 10px 0;
}
/* ------------------------telegram----------------------- */
.telegram {
  min-height: 100px;
  display: flex;
  align-items: center;
}
.telegram__container {
  display: flex;
  align-items: center;
  font-size: 24px;
}
.telegram__container .fa-telegram {
  font-size: 70px;
  margin-right: 15px;
}
.telegram__container span {
  margin-right: 15px;
}
/* ----------------------electro-------------------- */
.electro {
  padding: 150px 0 65px;
}
.electro .delivery__docs-title {
  margin-bottom: 30px;
}
.electro__container {
  display: flex;
  align-items: center;
}
.electro__left {
  width: 55%;
}
.electro-subtitle {
  max-width: 75%;
}
.electro-advantages .delivery__docs-title {
  text-align: left;
}
.electro__right {
  width: 45%;
  position: relative;
}
.electro-img {
  position: absolute;
  right: 0;
  top: 50%;
  width: 758px;
  transform: translateY(-50%);
}
.models__load-more-btn {
  margin: 30px auto 0;
}
/* ------------------------.models-auto----------------------- */
.models-auto {
  padding: 0 0 140px;
}
.models-auto__container {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.model-auto__card {
  width: calc((100% - 3 * 30px) / 3);
  margin: 15px;
}
.models-auto__img {
  width: 100%;
  height: 250px;
  display: flex;
}
.models-auto__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.models-auto__info {
  padding: 15px 20px;
}
.models-auto__title {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  margin-bottom: 10px;
}
.models-auto__title h4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  width: calc(100% - 100px);
}
.models-auto__price {
  width: 100px;
  text-align: right;
}
.models-auto__ul {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
}
.models-auto__bottom {
  display: flex;
  justify-content: space-between;
}
.models-auto__bottom .info {
  font-size: 10px;
}
.models-auto__more-btn {
  font-size: 12px;
}
/* -----------------------download-catalog---------------------- */
.download-catalog {
  padding: 20px 0 30px;
}
.download-catalog__conatainer {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.download-catalog__left {
  width: 55%;
  position: relative;
}
.download-catalog__img {
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  width: 815px;
}
.download-catalog__right {
  width: 45%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.download-catalog__title {
  margin-bottom: 35px;
  max-width: 85%;
  line-height: 32px;
}
.download-catalog__form {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 25px;
}
.download-catalog__subtitle {
  font-size: 19px;
  line-height: 26px;
}
.phones__block {
  font-size: 21px;
}
/* ------------------------team------------------------ */
.team {
  padding: 50px 0;
}
.team__title {
  text-align: center;
  margin-bottom: 35px;
}
.team__cads {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -15px;
}
.team__card {
  margin: 15px;
  width: calc((100% - 3 * 30px - 80px) / 3);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.team__card-img {
  margin-bottom: 20px;
  width: 100%;
  height: calc((var(--container) - 3 * 30px - 80px) / 3);
  border-radius: 50%;
  overflow: hidden;
}
.team__card-info {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.team__card-info span {
  font-size: 18px;
  max-width: 73%;
  display: flex;
}
.team__card-title {
  font-size: 24px;
  margin-bottom: 10px;
}
/* --------------------------faq--------------------------- */
.faq {
  padding: 120px 0;
}
.faq-subtitle {
  max-width: 620px;
}
.faq__cards {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  justify-content: space-between;
}
.faq__card {
  width: calc((100% - 2 * 30px - 40px) / 2);
  margin: 20px 15px;
  padding: 30px 25px;
  position: relative;
  height: max-content;
}
.faq__card-title {
  font-size: 24px;
  cursor: pointer;
}
.faq__card-close {
  display: none;
  width: 26px;
  height: 26px;
  position: absolute;
  right: 10px;
  top: 10px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #0000001c;
  font-size: 14px;
}
.open .faq__card-close {
  display: flex;
}
.faq__card-answer {
  line-height: 22px;
  margin-top: 0;
  overflow: hidden;
  height: 0;
  transition: all 0.3s ease;
}
.open .faq__card-answer {
  margin-top: 20px;
  height: max-content;
}
.faq__card-answer a {
  color: var(--c-blue);
  font-weight: 600;
}
.faq__card-answer a:hover {
  color: var(--c-red);
}
/* ---------------------reviews------------------ */
:root {
  --star-size: 28px;
  --star-color: #fff;
  --star-background: #ffe400;
}

.Stars {
  --percent: calc(var(--rating) / 5 * 100%);
  display: inline-block;
  font-size: var(--star-size);
  font-family: Times;
  line-height: 1;
}

.Stars::before {
  content: '★★★★★';
  letter-spacing: 2px;
  background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.reviews {
  padding: 20px 0 120px;
}

.reviews__cards {
  display: flex;
  margin: 0 -15px;
}
.reviews__card {
  width: calc((100% - 3 * 30px) / 3);
  margin: 15px;
  display: flex;
}
.reviews__card-img {
  width: 70px;
  height: 70px;
  overflow: hidden;
  margin-right: 15px;
}
.reviews__card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.reviews__card-info {
  width: calc((100% - 70px - 15px));
}
.reviews__cards-title {
  font-size: 20px;
  margin-bottom: 5px;
}
.reviews__card-rating {
  margin-bottom: 8px;
}
.reviews__cards-text {
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  max-height: 100px;
  overflow-y: visible;
  scrollbar-width: none;
}
/* ------------------------footer-------------------------- */
.footer-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-local {
  max-width: 240px;
  display: flex;
  margin-right: 15px;
  align-items: center;
  font-size: 18px;
}
.footer-local i {
  font-size: 30px;
  margin-right: 15px;
}
.footer-socials li a {
  font-size: 28px;
  margin: 0 11px;
  border-radius: 50%;
}
.footer .phones-ul {
  font-size: 18px;
  font-weight: 600;
  width: 340px;
  line-height: 24px;
}
.footer-map iframe {
  height: 190px;
  width: 350px;
}
#scroll-top {
  position: fixed;
  width: 40px;
  right: 25px;
  bottom: 25px;
  height: 40px;
  border-radius: 50%;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
#scroll-top.on {
  display: flex;
}
#scroll-top:hover {
  color: var(--c-silver);
}
/* ------------------------------------ */
.reviews__cards-arrows {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #0000001c;
  color: var(--c-black);
  font-size: 14px;
}
.reviews__cards-arrows.arrow_left.slick-arrow {
  left: -45px;
  padding-right: 2px;
}
.reviews__cards-arrows.arrow_right.slick-arrow {
  right: -45px;
  padding-left: 2px;
}
.slick-initialized .slick-slide {
  display: flex !important;
}
/* --------------------------cars__popup-------------------------- */
/* .cars__popup {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  width: 100vw;
  height: 100vh;
  background: #00000059;
  display: none;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cars__popup.open {
  display: flex;
} */
.cars__popup {
  position: fixed;
  left: 0;
  top: -100vh;
  z-index: 1000;
  width: 100vw;
  height: 100vh;
  background: #00000059;
 display: none;
}
.cars__popup.open {
  top: 0;
  display: block;
}
.cars__popup-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: var(--container);
  display: flex;
  padding: 30px 10px 30px;
  border-radius: 20px;
  position: relative;
}
.cars__popup-left {
  width: calc((100% - 2*10px)/2);
  margin: 0 10px;
}
.cars__popup-slider_top {
  overflow: hidden;
}
.cars__popup-top_slide {
  height: 340px;
  border-radius: 10px;
  overflow: hidden;
}
.cars__popup-top_slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cars__popup-slider_bottom {
  margin: 10px -5px 0;
  border-radius: 10px;
  /*! overflow: hidden; */
}
.cars__popup-bottom_slide {
  margin: 0 5px;
  border-radius: 5px;
  overflow: hidden;
  height: 80px;
  cursor: pointer;
}
.cars__popup-bottom_slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cars__popup-arrows {
  position: absolute;
  top: -50px;
  font-size: 14px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid var(--c-silver);
  color: var(--c-silver);
}
.cars__popup-arrows.arrow_right.slick-arrow {
  right: 15px;
}
.cars__popup-arrows.arrow_left.slick-arrow {
  right: 55px;
}
.cars__popup-arrows.arrow_left.slick-arrow i {
  margin-right: 1px;
}
.cars__popup-arrows.arrow_right.slick-arrow i {
  margin-left: 1px;
}
.cars__popup-arrows:hover {
  border-color: var(--c-red);
}
.cars__popup-right {
  width: calc((100% - 2*10px)/2);
  margin: 0 10px;
}
.cars__popup-tittle {
  font-size: 30px;
  margin-bottom: 20px;
  line-height: 30px;
  padding-right: 40px;
}
.cars__popup-info {
  padding: 10px;
  border: 2px solid var(--c-gray);
  border-radius: 10px;
  margin-bottom: 10px;
}
.cars__popup-info ul {
  display: flex;
  flex-direction: column;
}
.cars__popup-info ul li {
  display: flex;
  align-items: center;
  padding: 7px;
}
.cars__popup-info ul li img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  object-position: center;
  margin-right: 15px;
}
.cars__popup-info ul li p {
  width: calc((100% - 40px - 25px)/2);
  margin-right: 10px;
}
.cars__popup-info ul li span.text-right {
  display: flex;
  width: calc((100% - 40px - 25px)/2);
  text-align: right;
  justify-content: flex-end;
}
.cars__popup-send-btn {
  margin: 0 auto;
}
.close-btn {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 30px;
  height: 30px;
}
.close-btn span {
  width: 20px;
  height: 2px;
  background: var(--c-black);
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 2px;
}
.close-btn span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.close-btn span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
/* ------------------------write-to-us__popup-----sale__popup-----send-an-application__popup----------------- */
.sale__popup,
.send-an-application__popup,
.write-to-us__popup {
  position: fixed;
  left: 0;
  top: -100vh;
  width: 100vw;
  height: 100vh;
  background: #00000059;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
  z-index: 2000;
}
.send-an-application__popup{
  z-index: 2001;
}
.sale__popup.open,
.send-an-application__popup.open,
.write-to-us__popup.open {
  top: 0;
}
.wtu__popup-inner {
  width: 100%;
  padding: 80px 65px;
  position: relative;
  max-width: 450px;
}
.wtu__title {
  font-size: 32px;
  text-align: center;
  line-height: 32px;
  margin-bottom: 40px;
  position: relative;
}
.wtu__title:before {
  content: '';
  width: 80px;
  height: 6px;
  background: var(--c-blue);
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
}
.wtu__popup-subtitle {
  text-align: center;
  margin-bottom: 20px;
}
.wtu__popup__form form {
  margin: 0 auto;
  width: 100%;
  max-width: 320px;
}
.wtu__popup__form .form-input {
  width: 100%;
  margin: 5px 0;
}
.wtu__popup__form .form-input:not(.btn) {
  background: var(--c-gray);
}
.checkbox-container {
  font-size: 14px;
  margin: 10px 0 15px;
  line-height: 20px;
}
.button-fixed {
  position: fixed;
  right: 25px;
  bottom: 25px;
  z-index: 10;
  background: #28b3db;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  color: var(--c-white) !important;
}
.button-fixed.up {
  bottom: 75px;
}
.button-fixed .fa-telegram-plane {
  margin-right: 2px;
}
.reviews__cards-text::-webkit-scrollbar {
  width: 0px;
}
.cars-popup__input-hidden {
  display: none;
}
/* ---------------------------------------------------- */
.wpcf7-not-valid-tip {
  font-size: 12px;
}
.wpcf7-list-item {
  margin: 0;
}
.wpcf7 form .wpcf7-response-output {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 12px;
  line-height: 16px;
}
.wpcf7-spinner {
  display: none;
}
/* ---------------------------------------------------- */
.footer-container__bottom br{
  display: none;
}
.footer-container__bottom {
  display: flex;
  justify-content: center;
  text-align: center;
  min-height: 50px;
  align-items: center;
  font-size: 14px;
  background: var(--c-blue-bg);
  color: var(--c-white);
  padding: 10px 0;
}
/* ----------------------------------------------------- */
.page-not-found {
  margin: auto 0;
  padding: 220px 0 100px;
  text-align: center;
}
.pnf-title {
  font-size: 130px;
  line-height: 130px;
}
.pnf-subtitle.subtitle {
  font-size: 20px;
}
.home__btn {
  width: 280px;
  margin: 0 auto;
}
.model-auto__card:hover .models-auto__info {
  background: #eef2f4;
}
.faq__card:hover {
  background: #eef2f4;
}