@font-face {
  font-family: "LadaPragmatica";
  font-weight: 300;
  src: url(/wp-content/themes/lada/fonts/PragmaticaLightC.otf);
}
main {
  min-height: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
main a {
  text-decoration: none;
  color: inherit;
}
main a:hover {
  text-decoration: none;
}

body {
  font-family: LadaPragmatica;
}

.main-background__small {
  width: 100%;
  position: relative;
}
.main-background__small .bacground-pic {
  width: 100%;
  height: 792px;
}
.main-background__small .bacground-pic__small {
  height: 600px;
}

.background-header__content {
  position: absolute;
  width: 100%;
  bottom: 110px;
  padding: 0 40px;
}
.background-header__content.small {
  bottom: 60px;
}

.background-heading h1, .background-heading h2, .background-heading p {
  color: #fff;
}
.background-heading h1, .background-heading h2 {
  font-size: 54px;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
  max-width: 500px;
  margin: 0 0 20px;
}
.background-heading p {
  max-width: 420px;
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
}

.under-header {
  margin-top: -80px;
}

.swiper-container {
  position: relative;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}
.swiper-container .swiper__background {
  position: relative;
}
.swiper-container .swiper__background::after {
  position: absolute;
  content: "";
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.712), transparent);
  bottom: 0;
  height: 50%;
  width: 100%;
  left: 0;
}

.swiper-slide img {
  margin: 0;
  width: 100%;
  height: auto;
}

.swiper__background {
  height: 100%;
  width: 100%;
  position: relative;
}
.swiper__background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}

.arrow-block {
  left: 35px;
  bottom: 260px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 112px;
}

.swiper-container .arrow-block {
  position: absolute;
}
.swiper-container .swiper-button-prev,
.swiper-container .swiper-button-next {
  border-color: rgba(255, 255, 255, 0.2);
}
.swiper-container .swiper-button-prev path,
.swiper-container .swiper-button-next path {
  stroke: #fff;
}

.swiper-button-prev,
.swiper-button-next {
  position: relative;
  background-image: none;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 1px solid;
  border-color: #eaefef;
  background: none;
  outline: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  left: auto;
  right: auto;
}
.swiper-button-prev path,
.swiper-button-next path {
  stroke: #4C5865;
}

.swiper-button-prev {
  padding-right: 4px;
}

.swiper-button-next {
  padding-left: 4px;
}

.swiper-scroll-down {
  position: absolute;
  z-index: 2;
  bottom: 29px;
  left: 35px;
}

.swiper-pagination {
  position: absolute;
  left: 91px;
  right: 35px;
  bottom: 30px;
  z-index: 1;
  display: flex;
}

.swiper-container-horizontal > .swiper-pagination-bullets {
  left: 91px;
  right: 35px;
  bottom: 30px;
  width: auto;
}

.swiper-pagination-bullet {
  width: 100%;
  height: 2px;
  margin: 0 3px;
  position: relative;
  opacity: 1;
}
.swiper-pagination-bullet::before, .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  left: 0;
  background: #fff;
  height: 2px;
}
.swiper-pagination-bullet::after {
  width: 100%;
  opacity: 0.4;
}
.swiper-pagination-bullet::before {
  width: 0;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: none;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  width: 100%;
  transition: all 7.5s linear;
}

.swiper-info {
  position: absolute;
  color: #fff;
  bottom: 85px;
  text-align: left;
}

.swiper-info__title {
  font-style: normal;
  font-weight: 300;
  font-size: 60px;
  line-height: 120%;
  display: flex;
  align-items: flex-end;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.swiper-info__text {
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 27px;
  display: flex;
  align-items: flex-end;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-top: 10px;
}

.orange-button {
  cursor: pointer;
  height: 34px;
  display: inline-block;
  border-radius: 17px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 9px 18px;
  border: 0;
  outline: none;
  text-align: center;
  white-space: nowrap;
  line-height: 16px;
  color: #fff;
  background-color: #e37639;
  margin-top: 20px;
  text-decoration: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.transparent-button {
  cursor: pointer;
  height: 34px;
  display: inline-block;
  border-radius: 17px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 9px 18px;
  border: 0;
  outline: none;
  text-align: center;
  white-space: nowrap;
  line-height: 16px;
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
  margin-top: 20px;
  text-decoration: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.main-cars {
  position: relative;
  min-height: 100vh;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  background: #181818;
  display: flex;
  align-items: center;
  color: #fff;
}
.main-cars .main__container {
  z-index: 1;
}

.main__container {
  max-width: 1375px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding: 0 15px;
}

.cars__background {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  z-index: 0;
  opacity: 0;
}
.cars__background img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}

.cars__selector > h2 {
  color: white;
  font-style: normal;
  font-weight: 200;
  font-size: 40px;
  line-height: 43px;
  margin-bottom: 41px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin-top: 0px;
}

.selector__models {
  display: flex;
  border: 1px solid rgba(217, 220, 220, 0.3);
  border-radius: 20px;
  display: flex;
  align-items: center;
  height: 40px;
  padding: 2px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.selector__models li {
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  height: 34px;
  display: flex;
  align-items: center;
  border-radius: 17px;
  padding-left: 14px;
  padding-right: 14px;
  position: relative;
}
.selector__models li.active {
  background-color: white;
  color: #4c5865;
  font-weight: 700;
}
.selector__models li.active:hover {
  background-color: white;
}
.selector__models li:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.selector-tabContainer {
  display: flex;
}

.nav-tabs {
  border-bottom: none;
}

.main-tabs__menu {
  width: 110px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  padding-left: 0;
}

.main-tabs__item {
  align-items: center;
  display: flex;
  margin: 14px 0px;
  font-size: 16px;
  line-height: 1;
  color: white;
  cursor: pointer;
  height: 40px;
  position: relative;
}
.main-tabs__item.active {
  font-weight: 700;
}
.main-tabs__item.active::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -1px;
  content: "";
  width: 4px;
  transition: all 0.15s;
  background-color: #e37639;
}
.main-tabs__item span {
  text-align: right;
  display: inline-block;
  width: 80px;
  margin-left: -20px;
}

.main-submenu-nav__menu {
  color: #fff;
  padding-left: 40px;
  width: 100%;
  max-width: 450px;
  display: none;
  flex-direction: column;
}
.main-submenu-nav__menu.active {
  display: flex;
}
.main-submenu-nav__menu h3 {
  font-style: normal;
  font-weight: 300 !important;
  font-size: 60px !important;
  line-height: 120%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.main-submenu__prices {
  display: flex;
  flex-direction: column;
  margin-top: 18px;
  margin-bottom: 22px;
}

.main-submenu__mainPrice {
  color: #e37639;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 13px;
}

.main-submenu__actionPrice {
  color: #fff;
  font-size: 20px;
}

.main-submenu__more {
  display: flex;
  color: inherit;
  align-items: center;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: LadaPragmatica;
}
.main-submenu__more:hover {
  color: #e37639;
}
.main-submenu__more:hover span {
  border-color: #e37639;
}
.main-submenu__more:hover path {
  stroke: #e37639;
}
.main-submenu__more:active {
  color: #fff !important;
}
.main-submenu__more span {
  display: flex;
  min-width: 25px;
  width: 25px;
  height: 25px;
  flex: 0 0 25px;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 50%;
  margin-right: 10px;
}

.main-submenu-content {
  display: none;
}
.main-submenu-content.active {
  display: block;
}

.thin-container {
  max-width: 1370px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  color: #4c5865;
}
.thin-container h3 {
  font-size: 36px;
  color: #4c5865;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 0.02em;
}
.thin-container h2 {
  font-style: normal;
  font-weight: 300;
  font-size: 36px;
  line-height: 120%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #4c5865;
}
.thin-container p {
  margin-bottom: 20px;
  font-family: LADAPragmatica, Roboto, sans-serif;
}
.thin-container .services__item:hover {
  color: #e37639;
}
.thin-container .marked-list li {
  color: #7d7d7d;
}
.thin-container .marked-list.white-text li {
  color: #fff;
}
.thin-container.white-text {
  color: #fff;
}

.wide-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1440px;
  margin: 28px auto 13px;
}

.big-card-link {
  max-height: 500px;
  position: relative;
  width: calc(50% - 10px);
  margin-top: 14px;
  overflow: hidden;
}
.big-card-link > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.big-card-link:hover .rising-block {
  transform: translateY(-10px);
}
.big-card-link:hover .rising-block .orange-button {
  opacity: 1;
}

.small-card-link {
  height: 326px;
  position: relative;
  width: calc(50% - 10px);
  margin-top: 20px;
  overflow: hidden;
}
.small-card-link > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.small-card-link h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fff;
  font-family: LadaPragmatica;
}
.small-card-link p {
  color: #fff;
}
.small-card-link:hover .rising-block {
  transform: translateY(-10px);
}
.small-card-link:hover .rising-block .orange-button {
  opacity: 1;
}

.static-block {
  position: absolute;
  bottom: 0px;
  padding: 50px 30px 34px;
  width: 100%;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.712), transparent);
}

.rising-block {
  position: absolute;
  bottom: -10px;
  padding: 50px 30px 30px;
  color: #fff;
  transform: translateY(30px);
  transition: 0.3s;
  width: 100%;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.712), transparent);
}
.rising-block h2, .rising-block p {
  margin: 0;
}
.rising-block h2 {
  font-size: 24px;
  line-height: 32px;
  text-transform: uppercase;
}
.rising-block .orange-button {
  transition: 0.3s;
  opacity: 0;
}

.high-margin__container {
  margin: 80px 0;
  box-sizing: border-box;
}
.high-margin__container .add-services {
  padding: 0;
}

.services-content {
  align-items: flex-end;
}
.services-content.flex-normal {
  align-items: stretch;
}

.services__item {
  position: relative;
}
.services__item .item__content.inmain {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.services__item .item__hover-content {
  opacity: 0;
  background-image: linear-gradient(90deg, #d87e40, #e7a94e);
  color: #fff;
  position: relative;
  padding: 30px;
  transition: all 0.15s;
  overflow: hidden;
}
.services__item .item__hover-content h4 {
  opacity: 0;
  transform: translateY(15px);
  transition: 0.3s;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
}
.services__item .item__hover-content p {
  opacity: 0;
  transform: translateY(10px);
  transition: 0.3s;
  margin: 15px 0;
}
.services__item .item__hover-content .hover-content__img {
  position: absolute;
  right: -20px;
  bottom: -25px;
  opacity: 0.5;
  width: 150px;
  height: 150px;
}
.services__item .item__hover-content .hover-content__button {
  opacity: 0;
  transform: translateY(10px);
  transition: 0.3s;
  display: flex;
  align-items: center;
  letter-spacing: 3px;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
}
.services__item .item__hover-content .hover-content__button span {
  background-color: #fff;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.services__item .item__hover-content:hover {
  opacity: 1;
  z-index: 1;
}
.services__item .item__hover-content:hover h4 {
  transform: translateY(0px);
  opacity: 1;
  transition-delay: 0.3s;
}
.services__item .item__hover-content:hover p {
  transform: translateY(0px);
  opacity: 1;
  transition-delay: 0.3s;
}
.services__item .item__hover-content:hover .hover-content__button {
  transform: translateY(0px);
  opacity: 1;
  transition-delay: 0.4s;
}

.services__big-item {
  flex-basis: calc(33.29% + 1px);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 40px 30px 40px;
  border: 1px solid #eaefef;
  background-color: #fff;
  margin-left: -1px;
}
.services__big-item:first-child {
  margin-left: 0;
}
.services__big-item .orange-button {
  margin: 0 0 20px;
}
.services__big-item .main-submenu__more span {
  display: flex;
  width: 25px;
  height: 25px;
  align-items: center;
  justify-content: center;
  border: 1px solid #e6873b;
  border-radius: 50%;
  margin-right: 10px;
  flex: 0 0 25px;
}
.services__big-item .main-submenu__more path {
  stroke: #e37639;
}
.services__big-item h2 {
  text-transform: uppercase;
  font-weight: 700;
  font-family: "LadaPragmatica";
  font-size: 18px;
  line-height: 135.5%;
  color: #4c5865;
  margin-bottom: 20px;
}
.services__big-item h2.with-number {
  max-width: 265px;
}
.services__big-item p {
  font-size: 16px;
  line-height: 140%;
  color: #66727d;
  white-space: pre-line;
}
.services__big-item p.with-number {
  max-width: 290px;
  margin-bottom: 0;
}
.services__big-item .item__img {
  margin-bottom: 20px;
}

.phone-number {
  display: block;
  font-size: 28px;
  line-height: 32px;
  color: #e37639;
}

.fat-text {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
}

.big-number {
  position: absolute;
  right: 5px;
  top: 0;
}

.main-news__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 10px;
}

.main-news__buttons {
  display: flex;
  align-items: center;
}
.main-news__buttons .orange-button {
  margin: 0 35px 0;
}

.news-slider__container {
  overflow: hidden;
  position: relative;
}
.news-slider__container::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.01), #fff);
  width: 100px;
  pointer-events: none;
  z-index: 1;
}

.news-swiper-slide {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 20px;
}
.news-swiper-slide.ghost-container {
  width: 100px;
}
.news-swiper-slide .slide__wrapper {
  outline: none;
  width: 367px;
}
.news-swiper-slide .slide__wrapper a {
  border: 1px solid #eaefef;
  display: block;
  height: 341px;
  padding: 34px;
  position: relative;
  text-align: left;
}
.news-swiper-slide .slide__wrapper a img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-swiper-slide .slide__wrapper a > div {
  z-index: 1;
  position: relative;
}
.news-swiper-slide .slide__wrapper a h3,
.news-swiper-slide .slide__wrapper a p {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  word-wrap: break-word;
  -webkit-box-orient: vertical;
}
.news-swiper-slide .slide__wrapper a h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #4c5865;
  text-transform: uppercase;
  line-clamp: 3;
  -ms-line-clamp: 3;
  -webkit-line-clamp: 3;
  line-height: 25px;
}
.news-swiper-slide .slide__wrapper a p {
  -ms-line-clamp: 6;
  -webkit-line-clamp: 6;
  line-clamp: 6;
  line-height: 1.4;
  margin: 0;
  color: #4c5865;
}
.news-swiper-slide .slide__wrapper a::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(216, 126, 64, 0.9), rgba(231, 169, 78, 0.9));
  opacity: 0;
}
.news-swiper-slide .slide__wrapper a:hover {
  color: #fff;
}
.news-swiper-slide .slide__wrapper a:hover span,
.news-swiper-slide .slide__wrapper a:hover h2, .news-swiper-slide .slide__wrapper a:hover h3,
.news-swiper-slide .slide__wrapper a:hover p {
  color: #fff;
}
.news-swiper-slide .slide__wrapper a:hover::after {
  opacity: 1;
}
.news-swiper-slide .slide__wrapper a:hover img {
  opacity: 1;
}
.news-swiper-slide .slide__wrapper .last-contaoner__button {
  border: none;
  background-color: #e37639;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.news-swiper-slide .slide__wrapper .last-contaoner__button h3 {
  color: #fff;
  margin-bottom: 0;
  text-align: center;
}
.news-swiper-slide .slide__wrapper .date {
  font-weight: 700;
  display: inline-block;
  margin-bottom: 20px;
  color: #e37639;
  text-align: left;
}
.news-swiper-slide .slide__wrapper .ghost-container {
  border: none;
  cursor: auto;
}
.news-swiper-slide .slide__wrapper .ghost-container:hover::after {
  background: none;
}

.news-double {
  display: flex;
}
.news-double .news__container {
  width: 50%;
}
.news-double .news__container.img img {
  width: 100%;
  height: auto;
}
.news-double .news__container.text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 98px;
}
.news-double .news__container.text h4 {
  color: #4c5865;
  margin-bottom: 24px;
  font-size: 36px;
  max-width: 500px;
  font-weight: 300;
  text-transform: uppercase;
}
.news-double:not(:last-child) {
  margin-bottom: 74px;
}
.news-double:nth-child(2n) {
  flex-direction: row-reverse;
}
.news-double:nth-child(2n) .news__container.text {
  padding-left: 78px;
  padding-right: 98px;
}
.news-double.reverse {
  flex-direction: row-reverse;
}

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

.news__card {
  height: 281px;
  width: calc(33.3333% - 13.33333px);
  position: relative;
  margin-bottom: 20px;
}
.news__card .news-card__link {
  height: 100%;
  width: 100%;
}
.news__card img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news__card .news-title {
  position: absolute;
  display: inline-block;
  width: calc(100% - 60px);
  bottom: 24px;
  left: 30px;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.02em;
  color: #fff;
  z-index: 1;
  text-transform: uppercase;
}
.news__card .news-date {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 28px 30px;
  font-size: 12px;
  color: #fff;
  background: linear-gradient(181deg, #000, transparent 74%);
}
.news__card .news-shadow {
  position: absolute;
  min-height: 130px;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(0deg, #000 32%, transparent);
}

.news-title {
  text-transform: uppercase;
  font-size: 42px;
  line-height: 54px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-weight: 300;
  width: 100%;
  color: #4c5865;
}

.unmarked-list__description {
  list-style: none;
  margin-bottom: 30px;
}
.unmarked-list__description li {
  margin-bottom: 15px;
}

.wide900 {
  max-width: 908px;
}

.accordeon {
  border-bottom: 1px solid #eaefef;
}
.accordeon .accordeon__title,
.accordeon .accordeon__content {
  padding: 25px 30px;
}
.accordeon .accordeon__title {
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
  padding-right: 10px;
  color: #4c5865;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
}
.accordeon .accordeon__title span {
  display: block;
}
.accordeon .accordeon__title:hover {
  cursor: pointer;
}
.accordeon .accordeon__title svg {
  transition: 0.3s;
}
.accordeon .accordeon__title.active svg {
  transform: rotate(180deg);
}
.accordeon .accordeon__content {
  display: none;
}
.accordeon .accordeon__content.active {
  display: block;
}

.subtitle {
  display: block;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #4c5865;
  margin-bottom: 41px;
  text-transform: uppercase;
}

.warranty-info {
  display: flex;
}
.warranty-info .double-cards {
  margin-right: 48px;
  margin-bottom: 41px;
  width: 50%;
  max-width: 522px;
}

.double-cards {
  margin-bottom: 41px;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
}

.card2x {
  border: 1px solid #eaefef;
  min-height: 140px;
  width: 50%;
  box-sizing: border-box;
  padding: 28px;
  display: inline-block;
  margin: -1px -1px 0 0;
  background-color: #fff;
}

.card-description {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #4c5865;
  padding: 20px 0;
}

.right-contaner {
  max-width: 570px;
  width: 50%;
  display: flex;
  flex-direction: column;
}

.grey-background {
  position: relative;
  background-color: #f7f8f8;
}

.warranty-tabs__wrapper {
  display: flex;
  padding: 70px 0;
}

.warranty-tabs {
  display: flex;
  flex-direction: column;
  border-right: 1px solid #eaefef;
  text-align: right;
  width: 310px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.warranty-tab {
  color: #66727d;
  max-width: 210px;
  padding-right: 30px;
  margin-left: auto;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 21px;
  position: relative;
}
.warranty-tab.active {
  font-weight: 700;
}
.warranty-tab.active::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -1px;
  content: "";
  width: 3px;
  transition: all 0.15s;
  background-color: #e37639;
  width: 4px;
}
.warranty-tab:hover {
  cursor: pointer;
}

.warranty-tabs__content {
  flex: 0 1 100%;
}
.warranty-tabs__content h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #4c5865;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.drop-down__menu {
  max-width: 500px;
  position: relative;
}

.warranty-tab__content {
  display: none;
  padding-left: 25px;
}
.warranty-tab__content.active {
  display: block;
}

.check-car {
  background-color: #f7f8f8;
  padding-top: 58px;
  padding-bottom: 50px;
  margin-bottom: 10px;
  min-height: 350px;
  position: relative;
}
.check-car .check-car__bg img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.check-car .check-car__content {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
.check-car .check-car__content .content__title {
  color: #fff;
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 20px;
  max-width: 626px;
  text-transform: uppercase;
}
.check-car .check-car__content .content__download {
  margin-top: 30px;
  color: #fff;
}

.drop__wrapper {
  padding-bottom: 60px;
}

.card-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  color: #e37639;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.drop__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 55px;
  border: 1px solid rgba(166, 173, 181, 0.2);
  background-color: #fff;
}
.drop__title span {
  color: #585858;
  margin-left: 2px;
  margin-right: 2px;
  padding: 17px 17px 17px 24px;
  max-width: calc(100% - 8px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 700;
}
.drop__title .active-arrow {
  display: flex;
  padding: 8px;
  transition: 0.5s transform;
}
.drop__title svg {
  fill: #585858;
}
.drop__title:hover {
  cursor: pointer;
}

.footer {
  margin-top: 0;
}

.mob {
  display: none;
}

@media screen and (min-width: 769px) {
  .orange-button:hover {
    background-color: #E6873B;
    text-decoration: none;
    color: #fff;
  }

  .transparent-button:hover {
    background-color: transparent;
    text-decoration: none;
    color: #fff;
  }
  .transparent-button:active, .transparent-button:focus {
    color: #fff;
  }

  .swiper-container .swiper-button-prev:hover,
.swiper-container .swiper-button-next:hover {
    border-color: #e6873b;
  }
  .swiper-container .swiper-button-prev:hover path,
.swiper-container .swiper-button-next:hover path {
    stroke: #e6873b;
  }

  .swiper-button-prev:hover,
.swiper-button-next:hover {
    border-color: #e6873b;
  }
  .swiper-button-prev:hover path,
.swiper-button-next:hover path {
    stroke: #4C5865;
  }
}
@media screen and (max-width: 1440px) {
  .main__container {
    padding: 0 50px;
  }
}
@media screen and (max-width: 1025px) {
  .services__item .item__content.inmain {
    position: relative;
  }

  .item__hover-content {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .under-header {
    margin-top: -56px;
  }

  .main-background__small .bacground-pic {
    height: 629px;
  }
  .main-background__small::before {
    content: "";
    display: block;
    bottom: 0;
    left: 0;
    height: 430px;
    width: 100%;
    position: absolute;
    background: linear-gradient(0.22deg, #000 0.18%, #000 8.43%, transparent 53.39%);
    transform: matrix(-1, 0, 0, 1, 0, 0);
  }
  .main-background__small .wide-container,
.main-background__small .thin-container {
    margin: 0;
  }
  .main-background__small .wide-container h1,
.main-background__small .thin-container h1 {
    font-weight: 300;
    font-size: 36px;
    line-height: 43px;
    letter-spacing: 0.02em;
    position: relative;
    z-index: 2;
    margin: 0;
  }

  .background-heading h1 {
    font-weight: 300;
    font-size: 36px;
    line-height: 43px;
    letter-spacing: 0.02em;
    position: relative;
    z-index: 2;
    margin: 0;
  }

  .background__content {
    position: relative;
  }

  .main-submenu-nav__menu {
    padding-left: 0;
  }

  .main-cars {
    background: #000;
  }

  .orange-button,
.transparent-button {
    height: 45px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
  }
  .orange-button:active, .orange-button:focus,
.transparent-button:active,
.transparent-button:focus {
    color: #fff;
  }

  .news-double .news__container.text {
    padding-left: 32px;
  }
  .news-double .news__container.text h4 {
    font-weight: 300;
    font-size: 32px;
    line-height: 38px;
  }
  .news-double:not(:last-child) {
    margin-bottom: 74px;
  }
  .news-double:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .news-double:nth-child(2n) .news__container.text {
    padding-right: 37px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 900px) {
  .main__container {
    padding: 0 50px;
  }
  .main__container .description {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .swiper-info__title {
    font-size: 50px;
    line-height: 120%;
  }

  .swiper-info__text {
    font-size: 20px;
  }

  .swiper-container .arrow-block {
    right: 20px;
    left: auto;
    bottom: 75px;
  }

  .selector__block {
    position: relative;
    margin-bottom: 15px;
  }

  .selector__item {
    position: relative;
    border: 1px solid rgba(217, 220, 220, 0.3);
    margin-bottom: 15px;
    border-radius: 5px;
    height: 41px;
    padding-right: 20px;
    background: #000;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }

  .selectorList__heading {
    height: 100%;
    width: 100%;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    padding-left: 19px;
  }
  .selectorList__heading span {
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
  }

  .selectorList__arrow {
    display: flex;
    align-items: center;
    transition: all 0.3s;
  }
  .selectorList__arrow svg {
    fill: #fff;
  }
  .selectorList__heading.active .selectorList__arrow {
    transform: scale(1, -1);
  }

  .selector__models li {
    font-weight: normal;
    border-radius: 0;
  }
  .selector__models li.active {
    font-weight: normal;
    color: #fff;
  }

  .selctor__modelsMob {
    display: none;
    position: absolute;
    top: 43px;
    background-color: #262626;
    width: 100%;
    border-radius: 5px;
    border-color: transparent;
    padding: 0;
    margin: 0;
    overflow: hidden;
    z-index: 1;
    height: auto;
  }
  .selctor__modelsMob.active {
    display: block;
  }
  .selctor__modelsMob li {
    height: 35px;
    padding-left: 19px;
    display: flex;
    align-items: center;
  }
  .selctor__modelsMob li.active {
    background-color: #353535;
  }

  .main-submenu__actionPrice {
    font-size: 16px;
    line-height: 20px;
  }

  .main-tabs__item {
    margin: 0;
  }
  .main-tabs__item.active {
    font-weight: inherit;
  }
  .main-tabs__item.active::after {
    display: none;
  }
  .main-tabs__item span {
    text-align: left;
    display: block;
    width: auto;
    margin: 0;
  }

  .background-header__content,
.background-header__content.small {
    bottom: 20px;
  }

  .services__big-item {
    width: 100%;
    flex-basis: 100%;
    margin-left: 0;
  }

  .news__card {
    width: calc(50% - 10px);
  }

  .subtitle {
    font-size: 18px;
    line-height: 23px;
  }

  .warranty-info {
    flex-wrap: wrap;
  }
  .warranty-info .double-cards {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
  }

  .warranty-tabs__wrapper {
    flex-direction: column;
  }

  .warranty-tabs {
    display: none;
    position: absolute;
    bottom: -60px;
    width: 100%;
    background-color: #fff;
    border: 1px solid #eaefef;
  }
  .warranty-tabs.active {
    display: block;
  }

  .warranty-tab {
    max-width: 100%;
    margin: 0;
    padding: 5px 20px 10px;
    text-align: left;
  }
  .warranty-tab.active {
    font-weight: normal;
    color: #e37639;
  }

  .warranty-tab__content {
    padding-left: 0;
  }

  .card-title {
    word-wrap: break-word;
  }

  .double-cards {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }

  .right-contaner {
    width: 100%;
    max-width: 100%;
  }

  .pc {
    display: none;
  }

  .mob {
    display: block;
  }
}
@media screen and (max-width: 500px) {
  .main-cars {
    align-items: flex-end;
  }

  .main-submenu-content .submenu-nav {
    padding-bottom: 0;
  }

  .main__container {
    padding: 0 20px;
  }
  .main-cars .main__container {
    padding: 71px 20px 40px;
  }

  .swiper-info__title {
    font-size: 35px;
    line-height: 37px;
    font-weight: 200;
  }

  .swiper-info__text {
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
  }

  .swiper-scroll-down {
    left: 20px;
    bottom: 17px;
  }

  .swiper-container-horizontal > .swiper-pagination-bullets {
    left: 55px;
  }

  .cars__background img {
    height: auto;
  }

  .main-cars .orange-button,
.main-cars .transparent-button {
    width: 100%;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
  }

  .cars__selector > h2 {
    font-weight: 300;
    font-size: 28px;
    line-height: 120%;
    margin-bottom: 13px;
  }

  .big-card-link,
.small-card-link {
    width: 100%;
  }

  .rising-block {
    transform: translateY(-10px);
  }
  .rising-block p {
    display: none;
  }
  .rising-block .orange-button {
    opacity: 1;
    padding: 14px 35px;
  }

  .main-news__buttons {
    display: none;
  }

  .news-swiper-slide {
    margin-right: 0;
  }
  .news-swiper-slide .slide__wrapper {
    width: 300px;
  }
  .news-swiper-slide .slide__wrapper a {
    padding: 24px 28px 33px;
    height: auto;
    border-right: 0;
  }
  .news-swiper-slide .slide__wrapper a h3 {
    line-height: 25px;
    font-size: 18px;
    margin-bottom: 12px;
  }
  .news-swiper-slide .slide__wrapper a p {
    line-height: 1.4;
  }
  .news-swiper-slide .slide__wrapper .date {
    margin-bottom: 12px;
  }

  .thin-container h2,
.thin-container h3 {
    font-weight: 300;
    font-size: 28px;
    line-height: 120%;
    letter-spacing: 0.02em;
  }

  .services__big-item {
    padding: 20px 30px;
  }
  .services__big-item h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    line-height: 135.5%;
    color: #4c5865;
    margin-bottom: 20px;
  }

  .services__big-item {
    width: 100%;
    flex-basis: 100%;
    margin-left: 0;
  }

  .big-number {
    min-height: auto;
    width: 76px;
  }
  .big-number img {
    height: auto;
    width: 100%;
  }

  .news-double {
    flex-direction: column;
  }
  .news-double .news__container {
    width: 100%;
  }
  .news-double .news__container.img {
    margin-bottom: 24px;
  }
  .news-double .news__container.img img {
    width: 100%;
    height: auto;
  }
  .news-double .news__container.text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
  }
  .news-double .news__container.text h4 {
    font-weight: 300;
    font-size: 32px;
    line-height: 38px;
  }
  .news-double:not(:last-child) {
    margin-bottom: 24px;
  }
  .news-double:nth-child(2n) {
    flex-direction: column;
  }
  .news-double:nth-child(2n) .news__container.text {
    padding: 0;
  }
  .news-double.reverse {
    flex-direction: column;
  }

  .news__card {
    width: 100%;
  }

  .accordeon > div {
    padding: 0;
  }
  .accordeon .accordeon__title {
    padding-right: 0;
    padding-left: 0;
  }
  .accordeon .accordeon__content {
    padding-right: 0;
    padding-left: 0;
  }

  .card2x {
    width: 100%;
  }

  .warranty-info .card2x {
    width: 50%;
  }

  .news-title {
    text-transform: uppercase;
    font-size: 32px;
  }
}
@media screen and (max-width: 900px) and (max-height: 400px) {
  .swiper-container {
    min-height: 100vh;
  }

  .swiper-info__title {
    font-size: 35px;
  }

  .swiper-info__text {
    font-size: 18px;
  }
}
Html {
  scroll-behavior: smooth;
}

.gallery-container {
  margin-top: -100vh;
}

.gallery__block {
  display: flex;
  height: 100vh;
  width: 100%;
  position: relative;
  align-items: center;
}
.gallery__block .gallery__background,
.gallery__block > img {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery__block .gallery__background img {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.gallery__content {
  position: relative;
  margin-left: 95px;
  max-width: 450px;
  color: #fff;
}
.gallery__content h3 {
  font-family: PragmaticaLightC, sans-serif;
  color: #fff;
  font-size: 60px;
}
.gallery__content.right {
  margin-left: auto;
  margin-right: 0;
}
.gallery__content .description {
  display: block;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: #fff;
  margin-top: 13px;
  max-width: 425px;
  font-family: "LADAPragmatica";
  margin-bottom: 37px;
}

.advantages span {
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #e37639;
}

.marked-list {
  list-style-type: none;
  display: block;
  margin-top: 8px;
  padding: 0;
}
.marked-list li {
  display: block;
  position: relative;
  padding-left: 14px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #fff;
  max-width: 400px;
}
.marked-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #e37639;
}
.marked-list.double-column {
  -moz-column-count: 2;
       column-count: 2;
}
.marked-list.full li {
  max-width: 100%;
}

.gallery__description p {
  font-size: 16px;
  line-height: 21px;
  color: #fff;
}

.left-menu {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  top: 0;
  height: 100vh;
  z-index: 2;
  width: 91px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.left-menu::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  opacity: 0.1;
}

.vertical-tabs {
  list-style: none;
  width: 100%;
  padding: 0;
}
.vertical-tabs li {
  align-items: center;
  display: flex;
  margin: 14px 0;
  color: #fff;
  cursor: pointer;
  height: 40px;
  position: relative;
  font-family: LADAPragmatica, Roboto, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 10px;
  line-height: 13px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fff;
  margin-top: 20px;
  justify-content: flex-start;
  padding-right: 10px;
  padding-left: 15px;
}
.vertical-tabs li::after {
  top: 0;
  bottom: 0;
  right: 0;
  content: "";
  width: 3px;
  transition: all 0.15s;
  position: absolute;
}
.vertical-tabs li:hover::after {
  background-color: rgba(255, 255, 255, 0.3);
  top: 0;
  bottom: 0;
  right: 0;
  content: "";
  width: 3px;
  transition: all 0.15s;
}
.vertical-tabs li.active::after {
  background-color: #e37639;
  right: -1px;
  width: 4px;
  position: absolute;
}

.family-buttons {
  display: flex;
}
.family-buttons .family-button__container {
  position: relative;
  width: 100%;
  height: 150px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #fff;
}
.family-buttons .family__button {
  background-color: #e6873b;
  width: 100%;
}
.family-buttons .family__button:last-child {
  background-color: #e37639;
}
.family-buttons .family-button__img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: all 0.2s;
}
.family-buttons .family-button__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: saturate(100%) contrast(100%) grayscale(1) brightness(1.5);
}
.family-buttons .family-button__img::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(224, 100, 0, 0.8);
}
.family-buttons .family-button__text {
  position: relative;
}
.family-buttons .family-button__text span {
  margin: 0 10px 0;
}

.footer {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .family-buttons .family__button:hover .family-button__img {
    opacity: 1;
  }
}
@media screen and (max-width: 1024px) {
  .gallery__block {
    height: auto;
    min-height: 655px;
    align-items: flex-end;
  }

  .gallery__content {
    padding-bottom: 65px;
  }
  .gallery__content h3 {
    font-size: 36px !important;
    line-height: 43px !important;
  }
  .gallery__content.right {
    margin-left: 95px;
  }

  .left-menu {
    display: none;
  }

  .gallery-container {
    margin-top: 0;
  }
}
@media screen and (max-width: 900px) {
  .gallery-container {
    margin-top: 0;
  }

  .gallery__content,
.gallery__content.right {
    margin-left: 0;
    padding: 0 10px 48px;
  }

  .gallery__content > a {
    min-width: 250px;
  }

  .family-buttons .family-button__container {
    height: 104px;
  }
  .family-buttons .family-button__text {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.05em;
  }

  .pc {
    display: none;
  }

  .mob {
    display: block;
  }
}
@media screen and (max-width: 900px) {
  .gallery__content > a {
    min-width: 100%;
  }
  .gallery__content .transparent-button {
    margin-top: 10px;
  }
  .gallery__content .description {
    margin-bottom: 10px;
    font-size: 14px;
  }
}
@media screen and (max-width: 500px) {
  .gallery__block {
    height: 100vh;
  }

  .gallery__description {
    margin-bottom: 24px;
  }
  .gallery__description p {
    font-size: 14px;
    line-height: 18px;
  }

  .family-buttons {
    flex-direction: column;
  }

  .gallery__content .description {
    margin-bottom: 30px;
    font-size: 18px;
  }

  .marked-list.double-column {
    -moz-column-count: 1;
         column-count: 1;
  }
}
.feedback .feedback__wrapper .feedaback__form .form__wrapper form .inputs input, .feedback .feedback__wrapper .feedaback__form .form__wrapper form select {
  align-items: center;
  background-color: #fff;
  border-color: #d9dcdc;
  border-style: solid;
  border-width: 0;
  -webkit-box-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  min-height: 38px;
  outline: 0;
  position: relative;
  transition: all 100ms;
  box-sizing: border-box;
  border-bottom-width: 1px;
  padding-left: 15px;
}
.feedback .feedback__wrapper .feedaback__form .form__wrapper form .inputs input::-moz-placeholder, .feedback .feedback__wrapper .feedaback__form .form__wrapper form select::-moz-placeholder {
  color: #212529;
  opacity: 0.4;
  font-size: 14px;
  font-weight: 400;
}
.feedback .feedback__wrapper .feedaback__form .form__wrapper form .inputs input:-ms-input-placeholder, .feedback .feedback__wrapper .feedaback__form .form__wrapper form select:-ms-input-placeholder {
  color: #212529;
  opacity: 0.4;
  font-size: 14px;
  font-weight: 400;
}
.feedback .feedback__wrapper .feedaback__form .form__wrapper form .inputs input::placeholder, .feedback .feedback__wrapper .feedaback__form .form__wrapper form select::placeholder {
  color: #212529;
  opacity: 0.4;
  font-size: 14px;
  font-weight: 400;
}

.feedback {
  padding-top: 87px;
  padding-bottom: 75px;
}
@media (max-width: 980px) {
  .feedback {
    padding-top: 55px;
  }
}
.feedback .feedback__wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 980px) {
  .feedback .feedback__wrapper {
    flex-direction: column;
    width: 95%;
    margin: 0 auto;
  }
}
.feedback .feedback__wrapper .feedaback__form-title-top {
  margin-top: 0;
  display: none;
}
@media (max-width: 980px) {
  .feedback .feedback__wrapper .feedaback__form-title-top {
    display: block;
  }
}
.feedback .feedback__wrapper .feedback__img {
  flex: 0 1 45%;
}
@media (max-width: 980px) {
  .feedback .feedback__wrapper .feedback__img {
    width: 100%;
    margin-bottom: 43px;
  }
}
.feedback .feedback__wrapper .feedaback__form {
  flex: 0 1 50%;
}
@media (max-width: 980px) {
  .feedback .feedback__wrapper .feedaback__form {
    width: 100%;
  }
}
.feedback .feedback__wrapper .feedaback__form-title {
  font-size: 32px;
  color: #4c5865;
  margin-bottom: 22px;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 0.02em;
  margin-top: 0;
}
@media (max-width: 980px) {
  .feedback .feedback__wrapper .feedaback__form-title {
    display: none;
  }
}
.feedback .feedback__wrapper .feedaback__form .form__wrapper {
  max-width: 720px;
}
@media (max-width: 980px) {
  .feedback .feedback__wrapper .feedaback__form .form__wrapper {
    max-width: 100%;
  }
}
@media (max-width: 1353px) {
  .feedback .feedback__wrapper .feedaback__form .form__wrapper form {
    padding-right: 0;
  }
}
.feedback .feedback__wrapper .feedaback__form .form__wrapper form select {
  width: 100%;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  color: #a6adb5;
}
.feedback .feedback__wrapper .feedaback__form .form__wrapper form .inputs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.feedback .feedback__wrapper .feedaback__form .form__wrapper form .inputs input {
  color: #66727d;
  flex: 1 1 calc(50% - 5px);
}
@media (max-width: 700px) {
  .feedback .feedback__wrapper .feedaback__form .form__wrapper form .inputs input {
    flex: 1 1 100%;
  }
}
.feedback .feedback__wrapper .feedaback__form .form__wrapper form .deal {
  margin-top: 20px;
}
.feedback .feedback__wrapper .feedaback__form .form__wrapper form .deal .deal__terms {
  position: relative;
  height: 24px;
  margin-top: 8px;
}
.feedback .feedback__wrapper .feedaback__form .form__wrapper form .deal .deal__terms .deal__checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
  width: 24px;
}
.feedback .feedback__wrapper .feedaback__form .form__wrapper form .deal .deal__terms span {
  display: inline-flex;
  align-items: flex-start;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
       user-select: none;
  cursor: pointer;
  font-size: 16px;
  line-height: 21px;
  color: #66727d;
}
.feedback .feedback__wrapper .feedaback__form .form__wrapper form .deal .deal__terms span::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 1px solid #e3e3e3;
  background-color: #fff;
  flex-shrink: 0;
  flex-grow: 0;
  border-radius: 1px;
  margin-right: 13px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 50% 50%;
}
.feedback .feedback__wrapper .feedaback__form .form__wrapper form .deal .deal__terms span .deal__checkbox-text {
  margin-top: 0;
  margin-bottom: 30px;
  color: #a6adb5;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
}
.feedback .feedback__wrapper .feedaback__form .form__wrapper form .deal .deal__terms span .deal__checkbox-text a {
  color: #e37639;
}
.feedback .feedback__wrapper .feedaback__form .form__wrapper form .deal .deal__terms input:not(:disabled):checked + span::before {
  border-color: rgba(166, 173, 181, 0.2);
  background-size: 17px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='11' viewBox='0 0 16 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.5 1L5.5 9L1 5' stroke='%23E37639' stroke-width='2.57143'/%3E%3C/svg%3E%0A");
}
.feedback .feedback__wrapper .feedaback__form .form__wrapper form .deal .deal__terms .disabled {
  background-color: #66727d;
  cursor: default;
}
.feedback .feedback__wrapper .feedaback__form .form__wrapper form .form__button {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 37px;
}
.feedback .feedback__wrapper .feedaback__form .form__wrapper form .form__button input {
  cursor: pointer;
  height: 34px;
  display: inline-block;
  border-radius: 17px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 9px 18px;
  border: 0;
  outline: none;
  text-align: center;
  white-space: nowrap;
  line-height: 16px;
  color: #fff;
  background-color: #e37639;
}
@media (max-width: 760px) {
  .feedback .feedback__wrapper .feedaback__form .form__wrapper form .form__button input {
    padding: 9px 50px;
  }
}
input[type=text] {
  font-family: inherit;
  /* 1 */
  font-size: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

.car {
  position: relative;
}
.car .thin-container {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-bottom: 59px;
}
@media (max-width: 760px) {
  .car .thin-container {
    padding-bottom: 0;
  }
}
.car .thin-container .gallery__content {
  max-width: 1058px;
  margin-left: 0;
}
@media (max-width: 760px) {
  .car .thin-container .gallery__content {
    padding-bottom: 0;
  }
}
.car .thin-container .gallery__content .car__header {
  font-family: LADA Pragmatica;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 120%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 16px;
}
@media (max-width: 760px) {
  .car .thin-container .gallery__content .car__header {
    font-size: 18px;
  }
}
@media (max-width: 360px) {
  .car .thin-container .gallery__content .car__header {
    font-size: 15px;
  }
}
.car .thin-container .gallery__content .car__description {
  font-style: normal;
  font-weight: 200;
  font-size: 55px;
  line-height: 64px;
  display: flex;
  align-items: flex-end;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: white;
}
@media (max-width: 760px) {
  .car .thin-container .gallery__content .car__description {
    font-size: 44px;
    line-height: 56px;
  }
}
@media (max-width: 420px) {
  .car .thin-container .gallery__content .car__description {
    font-size: 30px;
    line-height: 46px;
  }
}
.car .scroll {
  position: absolute;
  left: 34px;
  bottom: 37px;
  cursor: pointer;
}
@media (max-width: 760px) {
  .car .scroll {
    display: none;
  }
}

/* для страницы  сервис 3+*/
.styles_container___-F5Y {
  margin: 0 auto;
  border: 1px solid #eaefef;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.styles_cols_3__1_yxa>div {
  width: 33.33333333%;
}

.styles_card__1tROs {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding: 40px 30px 10px;
  border-right: 1px solid #eaefef;
  background-color: #fff;
}

.styles_card__1tROs img {
  margin-bottom: 30px;
}

.styles_card__1tROs .styles_description__AY74g {
  font-size: 16px;
  line-height: 140%;
  color: #66727d;
  margin-bottom: 23px;
  white-space: pre-line;
}

.styles_wrapperActions__2vMvW {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-bottom: 50px;
}

.styles_item__1bIB1 {
  display: inline-block;
  width: 25%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 32px 30px;
  min-height: 312px;
  border: 1px solid #eaefef;
  margin-left: -1px;
  margin-top: -1px;
}

.styles_itemTitle__3G7H9 {
  font-weight: 700;
  font-size: 18px;
  line-height: 135.5%;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: #4c5865;
  margin-top: 20px;
  margin-bottom: 15px;
}

.styles_itemDescription__3qJ4p {
  font-size: 16px;
  line-height: 22px;
  color: #66727d;
}

.postwarranty__description {
  min-width: 600px;
  font-size: 25px;
}

.table3 {
  max-width: 60%;
  margin: 0 auto;
  padding-bottom: 60px;
}

.table__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  border-bottom: 1px solid #000;
}
/* для страницы  сервис 3+*/

/*# sourceMappingURL=new-main.css.map */