@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap");
.animation-delay-100.element-schow {
  -webkit-transition-delay: 100ms;
  -o-transition-delay: 100ms;
  transition-delay: 100ms;
}

.animation-delay-300.element-schow {
  -webkit-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms;
}

.animation-delay-600.element-schow {
  -webkit-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  transition-delay: 600ms;
}

.animation-delay-700.element-schow {
  -webkit-transition-delay: 700ms;
  -o-transition-delay: 700ms;
  transition-delay: 700ms;
}

.animation-delay-800.element-schow {
  -webkit-transition-delay: 800ms;
  -o-transition-delay: 800ms;
  transition-delay: 800ms;
}

.cubic-bezier {
  -webkit-transition-timing-function: cubic-bezier(0, 1.38, 0.84, 0.92);
  -o-transition-timing-function: cubic-bezier(0, 1.38, 0.84, 0.92);
  transition-timing-function: cubic-bezier(0, 1.38, 0.84, 0.92);
}

.schow-top-animation.element-animation {
  opacity: 0;
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 1.5s;
  -o-transition-duration: 1.5s;
  transition-duration: 1.5s;
}

.schow-top-animation.element-animation.element-schow {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.block-rotate-left-to-right.element-animation {
  opacity: 0;
  -webkit-transform: rotate(-5deg) translateY(10px);
  -ms-transform: rotate(-5deg) translateY(10px);
  transform: rotate(-5deg) translateY(10px);
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.block-rotate-left-to-right.element-animation.element-schow {
  opacity: 1;
  -webkit-transform: rotate(0deg) translateY(0px);
  -ms-transform: rotate(0deg) translateY(0px);
  transform: rotate(0deg) translateY(0px);
}

.block-rotate-right-to-left.element-animation {
  opacity: 0;
  -webkit-transform: rotate(5deg) translateY(10px);
  -ms-transform: rotate(5deg) translateY(10px);
  transform: rotate(5deg) translateY(10px);
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.block-rotate-right-to-left.element-animation.element-schow {
  opacity: 1;
  -webkit-transform: rotate(0deg) translateY(0px);
  -ms-transform: rotate(0deg) translateY(0px);
  transform: rotate(0deg) translateY(0px);
}

.half-turn-from-right-to-top.element-animation {
  -webkit-transform: rotate(10deg) translateY(10px);
  -ms-transform: rotate(10deg) translateY(10px);
  transform: rotate(10deg) translateY(10px);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.half-turn-from-right-to-top.element-animation.element-schow {
  -webkit-transform: rotate(0deg) translateY(10px);
  -ms-transform: rotate(0deg) translateY(10px);
  transform: rotate(0deg) translateY(10px);
}

.half-turn-from-right-to-bottom.element-animation {
  -webkit-transform: rotate(0deg) translateY(0px);
  -ms-transform: rotate(0deg) translateY(0px);
  transform: rotate(0deg) translateY(0px);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.half-turn-from-right-to-bottom.element-animation.element-schow {
  -webkit-transform: rotate(10deg) translateY(10px);
  -ms-transform: rotate(10deg) translateY(10px);
  transform: rotate(10deg) translateY(10px);
}

.padding-0.element-animation {
  padding: 0;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.padding-0.element-animation.element-schow {
  padding: 5px;
}

@-webkit-keyframes services {
  0% {
    -webkit-transform: rotate(10deg) translateY(100%);
    transform: rotate(10deg) translateY(100%);
  }
  50% {
    -webkit-transform: rotate(10deg) translateY(0%);
    transform: rotate(10deg) translateY(0%);
  }
  100% {
    -webkit-transform: rotate(0deg) translateY(0%);
    transform: rotate(0deg) translateY(0%);
  }
}
@keyframes services {
  0% {
    -webkit-transform: rotate(10deg) translateY(100%);
    transform: rotate(10deg) translateY(100%);
  }
  50% {
    -webkit-transform: rotate(10deg) translateY(0%);
    transform: rotate(10deg) translateY(0%);
  }
  100% {
    -webkit-transform: rotate(0deg) translateY(0%);
    transform: rotate(0deg) translateY(0%);
  }
}
@-webkit-keyframes servicesClose {
  0% {
    -webkit-transform: rotate(0deg) translateY(0%);
    transform: rotate(0deg) translateY(0%);
  }
  25% {
    -webkit-transform: rotate(10deg) translateY(0%);
    transform: rotate(10deg) translateY(0%);
  }
  50% {
    -webkit-transform: rotate(5deg) translateY(0%);
    transform: rotate(5deg) translateY(0%);
  }
  100% {
    -webkit-transform: rotate(10deg) translateY(100%);
    transform: rotate(10deg) translateY(100%);
  }
}
@keyframes servicesClose {
  0% {
    -webkit-transform: rotate(0deg) translateY(0%);
    transform: rotate(0deg) translateY(0%);
  }
  25% {
    -webkit-transform: rotate(10deg) translateY(0%);
    transform: rotate(10deg) translateY(0%);
  }
  50% {
    -webkit-transform: rotate(5deg) translateY(0%);
    transform: rotate(5deg) translateY(0%);
  }
  100% {
    -webkit-transform: rotate(10deg) translateY(100%);
    transform: rotate(10deg) translateY(100%);
  }
}
.schow-top-animation {
  opacity: 0;
  -webkit-transform: translateY(100px);
      -ms-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.schow-top-animation.element-schow {
  opacity: 1;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}

.half-turn-from-right-to-top {
  -webkit-transform: rotate(10deg) translateY(10px);
      -ms-transform: rotate(10deg) translateY(10px);
          transform: rotate(10deg) translateY(10px);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.half-turn-from-right-to-top.element-schow {
  -webkit-transform: rotate(0deg) translateY(10px);
      -ms-transform: rotate(0deg) translateY(10px);
          transform: rotate(0deg) translateY(10px);
}

:root {
  --light-color: #FFFFFF;
  --darck-color: #000000;
  --darck-color-2: #372C29;
  --main-fon: #F3EFEB;
  --fourth-screen-bg: #36301F;
  --sixth-screen-bg: #202C37;
  --seventh-screen-bg: #4D4E3D;
  --lux: #242015;
}

/* Указываем box sizing */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Убираем внутренние отступы */
ul[class],
ol[class] {
  padding: 0;
}

/* Убираем внешние отступы */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Выставляем основные настройки по-умолчанию для body */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Удаляем стандартную стилизацию для всех ul и il, у которых есть атрибут class*/
ul[class],
ol[class] {
  list-style: none;
}

/* Элементы a, у которых нет класса, сбрасываем до дефолтных стилей */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Упрощаем работу с изображениями */
img {
  max-width: 100%;
  display: block;
}

/* Указываем понятную периодичность в потоке данных у article*/
article > * + * {
  margin-top: 1em;
}

/* Наследуем шрифты для инпутов и кнопок */
input,
button,
textarea,
select {
  font: inherit;
}

/* Удаляем все анимации и переходы для людей, которые предпочитай их не использовать */
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
         -o-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-110 {
  margin-top: 110px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-35-i {
  margin-bottom: 35px !important;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-115 {
  margin-bottom: 115px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mb-200 {
  margin-bottom: 200px;
}

.mb-370 {
  margin-bottom: 370px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-100 {
  margin-right: 100px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-90 {
  margin-left: 90px;
}

.m-auto {
  margin: auto;
}

.mb-20-i {
  margin-bottom: 20px !important;
}

.p-20 {
  padding: 20px;
}

.p-25 {
  padding: 25px;
}

.p-30 {
  padding: 30px;
}

.p-40 {
  padding: 40px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-200 {
  padding-bottom: 200px;
}

.pl-15 {
  padding-left: 15px;
}

.pr-15 {
  padding-right: 15px;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: end;
}

/* Display flex */
/* Для Контейнера */
.d-f {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.d-i-f {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.j-c-sb {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.j-c-e {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.f-d-c {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.a-i-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.a-i-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.f-w-w {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* Для элемента */
.a-sf-start {
  -ms-flex-item-align: start;
      align-self: start;
}

.a-sf-center {
  -ms-flex-item-align: center;
      align-self: center;
}

.a-sf-end {
  -ms-flex-item-align: end;
      align-self: end;
}

/* Display */
.d-b {
  display: block;
}

.d-i-b {
  display: inline-block;
}

/* color-text */
.red-text {
  color: red;
}

.green-text {
  color: green;
}

.black-text {
  color: black;
}

.black-white {
  color: white;
}

/* font-size */
.f-s-15 {
  font-size: 1.5rem;
}

.f-s-2 {
  font-size: 2rem;
}

.f-s-25 {
  font-size: 2.5rem;
}

.f-s-25-i {
  font-size: 2.5rem !important;
}

/* Позиционирование */
.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
}

.top-10 {
  top: 10px;
}

.top-20 {
  top: 20px;
}

.top-50 {
  top: 50px;
}

/* Borders */
.border-none {
  border: none;
}

.border-solid-1 {
  border: 1px solid rgb(226, 237, 243);
}

.border-solid-2 {
  border: 2px solid rgb(226, 237, 243);
}

.border-solid-3 {
  border: 3px solid rgb(226, 237, 243);
}

.border-solid-4 {
  border: 4px solid rgb(226, 237, 243);
}

.border-solid-5 {
  border: 5px solid rgb(226, 237, 243);
}

.border-dashed-1 {
  border: 1px dashed rgb(226, 237, 243);
}

.border-top-dashed-1 {
  border-top: 1px dashed rgb(226, 237, 243);
}

.border-top-dashed-2 {
  border-top: 2px dashed rgb(226, 237, 243);
}

.border-top-dashed-3 {
  border-top: 3px dashed rgb(226, 237, 243);
}

.border-top-dashed-4 {
  border-top: 4px dashed rgb(226, 237, 243);
}

.border-top-dashed-5 {
  border-top: 5px dashed rgb(226, 237, 243);
}

/* Border radius */
.b-r-0 {
  border-radius: 0px;
}

.b-r-5 {
  border-radius: 5px;
}

.b-r-10 {
  border-radius: 10px;
}

.b-r-15 {
  border-radius: 15px;
}

.b-r-20 {
  border-radius: 20px;
}

.b-r-25 {
  border-radius: 25px;
}

.b-r-30 {
  border-radius: 30px;
}

.b-circle {
  border-radius: 50%;
}

.clearfix {
  clear: both;
}

.clearfix-left {
  clear: left;
}

.clearfix-right {
  clear: right;
}

.f-w-300 {
  font-weight: 300 !important;
}

html {
  font-size: 62.5%;
}

/* Ширина елемента */
.w-fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.w-100 {
  width: 100%;
}

.w-90 {
  width: 90%;
}

.w-80 {
  width: 80%;
}

.w-70 {
  width: 70%;
}

.w-65 {
  width: 65%;
}

.w-60 {
  width: 60%;
}

.w-55 {
  width: 55%;
}

.w-50 {
  width: 50%;
}

.w-45 {
  width: 45%;
}

.w-40 {
  width: 40%;
}

.w-35 {
  width: 35%;
}

.w-33 {
  width: 33%;
}

.w-30 {
  width: 30%;
}

/* Классы hide и show */
.hide {
  display: none !important;
}

.show {
  display: block !important;
}

@media (min-width: 1025px) {
  .hide-from-1024 {
    display: none;
  }
}
/* Ul ol column and Grid */
.two-columns {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}

.ch-b-23 > div {
  width: 23%;
}

.ch-b-25 > div {
  width: 25%;
}

.ch-b-30 > div {
  width: 30%;
}

.ch-b-45 > div {
  width: 45%;
}

.ch-b-48 > div {
  width: 48%;
}

.ch-b-50 > div {
  width: 50%;
}

.ch-b-40-60 > div:nth-child(1) {
  width: 40%;
}
.ch-b-40-60 > div:nth-child(2) {
  width: 60%;
}

.ch-b-35-60 > div:nth-child(1) {
  width: 35%;
}
.ch-b-35-60 > div:nth-child(2) {
  width: 60%;
}

.ch-b-45-50 > div:nth-child(1) {
  width: 45%;
}
.ch-b-45-50 > div:nth-child(2) {
  width: 50%;
}

/* Image and Media */
.img-resp {
  width: 100px;
  height: auto;
}

.stretched-media {
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-style: normal;
  background: var(--main-fon);
}

.container {
  width: 1130px;
  max-width: 98%;
  margin: auto;
}

.container-header {
  width: 1245px;
  max-width: 98%;
  margin: auto;
}

.title {
  font-size: clamp(2.8rem, 5vw, 5.2rem);
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.title-decor {
  font-size: clamp(45px, 15vw, 200px);
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

h3 {
  font-size: clamp(1.5rem, 5vw, 2.2rem);
  font-style: normal;
  font-weight: 400;
  line-height: 134%;
}

p {
  font-size: clamp(1.3rem, 2vw, 1.7rem);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
p:not(:last-child) {
  margin-bottom: 20px;
}

.btn-darck {
  color: var(--light-color);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.7px;
  padding: 14px 35px;
  text-transform: uppercase;
  background: #372C29;
  -webkit-box-shadow: 0px 0px 0px 0px #372C29;
          box-shadow: 0px 0px 0px 0px #372C29;
  text-decoration: none;
}

.btn {
  position: relative;
  color: var(--light-color);
  text-align: center;
  font-family: Roboto;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  padding: 14px 35px;
  border: 2px solid var(--light-color);
  text-decoration: none;
  display: inline-block;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.btn::after, .btn::before {
  content: "";
  position: absolute;
  top: -2px;
  bottom: -2px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btn::before {
  left: 50%;
  right: 50%;
  width: 0;
  background: rgba(255, 72, 0, 0.231372549);
}
.btn::after {
  right: 50%;
  left: 50%;
  width: 0;
  background: rgba(161, 161, 157, 0.231372549);
}
.btn:hover::before {
  left: -2px;
  width: calc(50% + 2px);
}
.btn:hover::after {
  right: -2px;
  width: calc(50% + 2px);
}

.burger-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.burger-item span {
  font-size: 1.5rem;
  color: var(--light-color);
}

.burger {
  position: relative;
  width: 30px;
  height: 24px;
  margin-right: 10px;
}
.burger::after, .burger::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: #ffffff;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.burger::after {
  bottom: 0;
}
.burger span {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 3px;
  background: #ffffff;
}
.burger.active::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 10px;
}
.burger.active::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  bottom: 11px;
}
.burger.active span {
  opacity: 0;
}

* a {
  -webkit-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
* a:hover {
  color: #cccccc !important;
}

.link-line {
  position: relative;
  color: var(--light-color);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 191%;
  text-transform: capitalize;
  text-decoration: none;
  padding-bottom: 10px;
  -webkit-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
.link-line::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  height: 2px;
  width: 100%;
  background: var(--light-color);
  -webkit-transition: width 0.3s linear;
  -o-transition: width 0.3s linear;
  transition: width 0.3s linear;
}
.link-line:hover {
  color: #ccc;
}
.link-line:hover::after {
  width: 60%;
  background: #ccc;
}

.darck-color {
  color: var(--darck-color);
}

.darck-color-2 {
  color: var(--darck-color-2);
}

.light-color {
  color: var(--light-color);
}

.color-on-bright-bg {
  color: #DFD6CD;
}

.color-on-darck-bg {
  color: #242015;
}

.color-on-darck-bg-2 {
  color: #3C4955;
}

.color-on-darck-bg-3 {
  color: var(--lux);
}

.main {
  overflow: hidden;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 15px;
  background: rgba(0, 0, 0, 0.5);
}

.header__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu-item a:not(.btn) {
  position: relative;
  color: var(--light-color);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}
.menu-item a:not(.btn)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  height: 2px;
  width: 0%;
  background: var(--light-color);
  -webkit-transition: width 0.3s linear;
  -o-transition: width 0.3s linear;
  transition: width 0.3s linear;
}
.menu-item a:not(.btn):hover::after {
  width: 80%;
}
.menu-item:not(:last-child) a {
  margin-right: 48px;
}

.main-logo a {
  font-size: 3rem;
  letter-spacing: 3px;
  text-decoration: none;
  font-weight: 300;
  color: var(--light-color);
}

.header__mobile .nav-items {
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__mobile .menu-item a {
  line-height: 60px;
  padding: 13px 30px;
  margin-right: 0;
}
.header__mobile .menu-item:first-child a {
  padding: 13px 30px 13px 0;
}

.menu-item.current-menu-item a {
  color: #cccccc;
}

.hero {
  width: 100%;
  padding: 170px 15px 211px;
  background: url(../img/main-foto.jpg) no-repeat center top;
  background-size: cover;
}

.hero__info {
  width: 560px;
  max-width: 100%;
  margin-left: auto;
}
.hero__info h1 {
  color: var(--light-color);
  font-size: clamp(28px, 4vw, 52px);
  font-style: normal;
  font-weight: 400;
  line-height: 136%; /* 136% */
}

.hero__buttons {
  color: var(--light-color);
  font-family: Roboto;
  font-size: 1.7rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.hero__buttons span {
  margin-right: 30px;
  margin-left: 30px;
}

.cars-page .hero {
  padding: 175px 15px 45px;
  background: url(../img/cars/cars-main.jpg) no-repeat center top;
  background-size: cover;
}
.cars-page .main {
  overflow: inherit;
}

.car-single-page .hero {
  padding: 180px 15px 65px;
  background: url(../img/cars/car.png) no-repeat center top;
  background-size: cover;
}

.cars-page .hero__info, .car-single-page .hero__info {
  margin-left: initial;
}

.menus {
  width: 100%;
}

.menus__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.menus__block {
  position: relative;
  width: 25%;
  height: 500px;
  overflow: hidden;
}
.menus__block h3 {
  position: absolute;
  left: 25px;
  bottom: 15px;
  color: var(--light-color);
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 136%;
}
.menus__block img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-position: 74% 70%;
     object-position: 74% 70%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.menus__block:hover img {
  scale: 1.1;
}

.chauffeurs {
  width: 100%;
  padding: 40px 15px 130px;
}

.chauffeurs__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.chauffeurs__text {
  width: 27.4336283186%;
}

.chauffeurs__img {
  width: 64.6017699115%;
}

.fourth-screen {
  width: 100%;
  padding: 100px 15px;
  background: var(--fourth-screen-bg);
}

.fourth-screen__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.fourth-screen__img {
  width: 33.6283185841%;
}
.fourth-screen__img img {
  width: 100%;
}

.fourth-screen__text {
  width: 53.0973451327%;
  color: var(--light-color);
}

.fifth-screen {
  width: 100%;
  padding: 90px 15px;
}

.fifth-screen__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.fifth-screen__item {
  width: 30.9734513274%;
}
.fifth-screen__item:nth-child(2) {
  margin-top: 100px;
}
.fifth-screen__item:nth-child(3) {
  margin-top: 200px;
}

.fifth-screen__img {
  width: 100%;
}
.fifth-screen__img img {
  width: 100%;
}

.fifth-screen__caption {
  padding-top: 25px;
}

.sixth-screen {
  width: 100%;
  padding: 100px 15px;
  background: var(--sixth-screen-bg);
}
.sixth-screen button.slick-prev.slick-arrow, .sixth-screen button.slick-next.slick-arrow {
  position: absolute;
  bottom: 16px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 10;
}
.sixth-screen button.slick-prev.slick-arrow {
  left: 20px;
}
.sixth-screen button.slick-next.slick-arrow {
  left: 80px;
}

.slider {
  width: 100%;
}

.slider-block {
  position: relative;
  height: 390px;
  cursor: pointer;
}
.slider-block img {
  width: 100%;
  height: 100%;
}

.slider-info {
  position: absolute;
  width: 350px;
  max-width: 100%;
  bottom: 16px;
  right: 30px;
  background: #F3EFEB;
  padding: 20px 30px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.slider-info h3 {
  margin-bottom: 10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.slider-info ul.two-columns {
  margin-bottom: 14px;
}
.slider-info ul.two-columns li {
  color: #372C29;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.slider-info .link-line, .slider-info p {
  font-size: 14px;
  color: #372C29;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.slider-info .link-line::after, .slider-info p::after {
  background: #372C29;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.slider-block:hover .slider-info {
  background: #a8a097;
}
.slider-block:hover .slider-info ul.two-columns {
  margin-bottom: 14px;
}
.slider-block:hover .slider-info ul.two-columns li {
  color: #ffffff;
}
.slider-block:hover .slider-info p, .slider-block:hover .slider-info h3, .slider-block:hover .slider-info .link-line {
  color: #ffffff;
}
.slider-block:hover .slider-info .link-line::after {
  background: #ffffff;
}

.cars-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 13px 30px;
}

.car-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--main-fon);
  padding: 10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.car-item > a {
  position: absolute;
  inset: 0;
}
.car-item:hover {
  background: #a8a097;
}
.car-item:hover .car-item__caption {
  color: #ffffff;
}
.car-item:hover .car-item__caption a {
  color: #ffffff;
}

.car-item__img {
  width: 112px;
  height: 68px;
  margin-right: 23px;
}

.car-item__caption {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.car-item__caption h3 {
  margin-bottom: 5px;
}
.car-item__caption a {
  color: var(--darck-color-2);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 121.429%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.seventh-screen {
  width: 100%;
  padding: 60px 15px 70px;
  background: var(--seventh-screen-bg);
}

.description p:last-of-type {
  margin-bottom: 50px;
}

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

.reviews {
  width: 100%;
  padding: 70px 15px 100px;
}
.reviews .title {
  margin-top: -170px;
}

.reviews__wrap {
  width: 100%;
}

.reviews__block {
  width: 780px;
  max-width: 100%;
  padding: 35px 40px;
  background: #DED5D3;
}
.reviews__block:not(:last-child) {
  margin-bottom: 60px;
}
.reviews__block:nth-child(2) {
  position: relative;
  margin-left: 327px;
}
.reviews__block:nth-child(2)::before {
  content: "";
  width: 200px;
  height: 200px;
  position: absolute;
  top: 50%;
  left: -42%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/reviews.png) no-repeat center;
  background-size: contain;
}

.luxury {
  width: 100%;
  padding: 60px 15px 130px;
  background: var(--sixth-screen-bg);
}
.luxury .image {
  margin-top: -100px;
}
.luxury .image img {
  width: 100%;
  height: auto;
}

.corporate {
  width: 100%;
  padding: 50px 15px 70px;
  background: var(--darck-color-2);
}
.corporate .title-decor {
  color: #28201E;
}
.corporate .image {
  margin-top: -100px;
}

.blog {
  width: 100%;
  padding: 70px 15px 150px;
}
.blog .slick-dots {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: -70px;
}
.blog .slick-dots li {
  position: relative;
  margin: 0px 7px;
}
.blog .slick-dots li button {
  position: relative;
  display: block;
  font-size: 0;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: none;
  outline: none;
  background: transparent;
  cursor: pointer;
}
.blog .slick-dots li button::before {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  width: 12px;
  height: 12px;
  background-color: #ded5d3;
  border-radius: 100%;
}
.blog .slick-dots li button:hover::before {
  background-color: #000000;
}
.blog .slick-dots .slick-active button:before {
  background-color: #000000;
}

.item {
  position: relative;
  margin: 15px;
}
.item > a {
  position: absolute;
  inset: 0;
}

.item__img {
  width: 100%;
}
.item__img img {
  width: 100%;
}

.item__caption {
  padding-top: 40px;
}

.footer {
  width: 100%;
  padding: 90px 15px 45px;
  background: var(--sixth-screen-bg);
}

.contacts-block h2.title {
  line-height: 110%;
}
.contacts-block h2.title, .contacts-block h3, .contacts-block p, .contacts-block p a {
  color: var(--light-color);
  text-decoration: none;
}
.contacts-block p:not(:last-child) {
  margin-bottom: 0px;
}
.contacts-block a:hover {
  color: #cccccc;
}

.footer__bottom a {
  color: var(--light-color);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 121.429%;
  text-transform: uppercase;
  text-decoration: none;
}
.footer__bottom p span {
  color: var(--light-color);
}

.cars {
  width: 100%;
  padding: 90px 15px 100px;
}

.car-block {
  position: relative;
  background: var(--light-color);
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  padding: 30px 15px;
}
.car-block:not(:last-child) {
  margin-bottom: 60px;
}
.car-block > a {
  position: absolute;
  inset: 0;
}

.car-block__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.car-block__img {
  width: 45.8904109589%;
  height: 270px;
  overflow: hidden;
}
.car-block__img img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.car-block__caption {
  width: 53.4246575342%;
  padding: 30px 0px 30px 30px;
}

.car-block:hover .car-block__img img {
  scale: 1.1;
}

.ordering-services {
  background: #DFD6CD;
  padding: 35px 35px 50px 35px;
}

.car-single-page .main {
  overflow: inherit;
}

.first-information {
  padding: 100px 15px;
}
.first-information h3 {
  font-size: 2.8rem;
}

.second-information {
  width: 100%;
  padding: 105px 15px;
  background: var(--sixth-screen-bg);
}

.information__item {
  background: var(--light-color);
  padding: 40px 30px;
}
.information__item img {
  width: 100px;
  height: 100px;
  margin: 0 auto 35px;
}

.third-information {
  padding: 60px 15px 70px;
}

.fourth-information {
  background: var(--fourth-screen-bg);
  padding: 100px 0px 140px;
  color: var(--light-color);
}

.fifth-information {
  width: 100%;
  padding: 70px 0px 100px;
  background: var(--sixth-screen-bg);
  color: var(--light-color);
}

.sixth-information {
  background: var(--sixth-screen-bg);
  padding: 100px 0px 100px;
}
.sixth-information .cars-grid {
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px 30px;
}

.seventh-information {
  padding-top: clamp(50px, 12vw, 155px);
  padding-bottom: clamp(50px, 12vw, 155px);
}
.seventh-information ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}
.seventh-information ul li {
  color: var(--darck-color);
  font-size: clamp(1.4rem, 4vw, 1.7rem);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.seventh-information ul li:not(:last-child) {
  margin-bottom: 15px;
}

@media (min-width: 1920px) {
  .hero {
    padding: 270px 15px 211px;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .first-information .description {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .first-information .description .column:nth-child(1) {
    width: 100%;
  }
  .first-information .description .column:nth-child(1) .title {
    width: 100%;
    text-align: center;
  }
  .first-information .description .column:nth-child(2) {
    width: 65%;
    margin: 0 auto 20px;
  }
  .car-block {
    margin-bottom: 52px;
  }
  .container__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .column__item {
    width: 100%;
  }
  .cars-page .hero {
    min-height: 400px;
  }
  .cars-page .hero__info {
    width: 100%;
  }
  .header__flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header__flex nav {
    display: none;
  }
}
@media (max-width: 834px) {
  .sixth-information .cars-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px 20px;
  }
  .first-information .description .column:nth-child(2) {
    width: 87%;
  }
  .header__mobile .menu-item:first-child a {
    padding: 13px 20px 13px 20px;
  }
  .header__mobile .menu-item a {
    padding: 13px 20px;
  }
  .fourth-screen__img {
    width: 52%;
    margin: 0 auto 40px;
  }
  .fourth-screen__text {
    width: 100%;
    text-align: center;
  }
  .fourth-screen__text p:nth-of-type(4) {
    margin-bottom: 34px;
  }
  .fourth-screen {
    padding: 30px 15px 60px;
  }
  .fourth-screen .title-decor {
    text-align: center;
    margin-bottom: 20px;
  }
  .fourth-screen__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .chauffeurs {
    padding: 40px 0px 25px;
  }
  .chauffeurs .title-decor {
    text-align: center;
  }
  .chauffeurs .title {
    width: 80%;
    text-align: center;
    margin: 0 auto 20px;
  }
  .chauffeurs h3 {
    text-align: center;
  }
  .chauffeurs__text {
    text-align: center;
    margin-bottom: 20px;
  }
  .chauffeurs__text, .chauffeurs__img {
    width: 100%;
  }
  .chauffeurs__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menus__block {
    width: 50%;
    height: 440px;
  }
  .blog .slick-dots {
    bottom: -25px;
  }
  .blog {
    padding: 60px 15px 85px;
  }
  .corporate .description {
    width: 100%;
    text-align: center;
  }
  .corporate .title-decor {
    margin-bottom: 20px;
    text-align: center;
  }
  .corporate .image {
    width: 52%;
    margin: 0 auto 30px;
  }
  .corporate__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .luxury .image {
    margin-top: 0px;
    width: 100%;
  }
  .luxury {
    width: 100%;
    padding: 40px 0px 80px;
  }
  .luxury .title-decor {
    text-align: center;
  }
  .luxury .title {
    text-align: center;
    margin: auto;
    width: 70%;
  }
  .luxury .description {
    width: 100%;
    text-align: center;
  }
  .luxury .description p:last-of-type {
    margin-bottom: 20px;
  }
  .luxury__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .reviews__block:nth-child(2)::before {
    left: 0;
    z-index: -1;
  }
  .reviews {
    padding: 30px 15px 90px;
  }
  .reviews__block:nth-child(2) {
    margin-left: 0;
  }
  .reviews__block {
    text-align: center;
    padding: 30px 25px;
  }
  .reviews .title-decor {
    text-align: center;
  }
  .reviews .title {
    width: 100%;
    text-align: center;
    margin-top: 0;
  }
  .seventh-screen .title {
    width: 100%;
    text-align: center;
  }
  .seventh-screen__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .seventh-screen__flex .description {
    width: 100%;
    text-align: center;
  }
  .seventh-screen__flex .image {
    width: 90%;
    margin: 0 auto 20px;
  }
  .fifth-screen__item:nth-child(2), .fifth-screen__item:nth-child(3) {
    margin-top: 50px;
  }
  .fifth-screen__img {
    width: 350px;
    max-width: 100%;
    margin: auto;
  }
  .fifth-screen__item {
    width: 90%;
    margin: auto;
    text-align: center;
  }
  .hero {
    padding: 170px 15px 70px;
  }
  .hero__info {
    width: 100%;
    text-align: center;
  }
  .hero__text {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .second-information .column {
    width: 49%;
  }
  .second-information .column:nth-child(1), .second-information .column:nth-child(2) {
    margin-bottom: 20px;
  }
  .cars-grid {
    grid-gap: 15px 15px;
  }
  .sixth-screen {
    padding: 30px 0px 40px;
  }
  .sixth-screen .title-description {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
  }
  .sixth-screen .title-description div {
    width: 100%;
    text-align: center;
  }
  .fifth-screen__item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .footer__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer__flex .contacts-block {
    width: 50%;
  }
  .contacts-block {
    text-align: center;
  }
  .contacts-block:nth-child(2) {
    margin-bottom: 50px;
  }
  .contacts-block:nth-child(3) p {
    text-align: center;
  }
}
/* xs */
@media (max-width: 667px) {
  .header__mobile .menu-item:first-child a {
    padding: 10px 12px 10px 12px;
  }
  .header__mobile .menu-item a {
    padding: 10px 12px;
  }
}
@media (max-width: 568px) {
  .third-information .flex-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .third-information .column:nth-child(1) {
    width: 100%;
    text-align: center;
  }
  .third-information .column:nth-child(1) p {
    width: 100%;
  }
  .third-information .column:nth-child(2) {
    width: 100%;
  }
  .first-information .description .column:nth-child(2) {
    width: 100%;
  }
  .header {
    background: rgba(0, 0, 0, 0.74);
    z-index: 10;
  }
  .header__mobile .nav-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 15px;
  }
  .header__mobile .menu-item {
    width: 100%;
  }
  .header__mobile .menu-item a {
    width: 100%;
    display: block;
    line-height: 35px;
  }
  .car-block {
    text-align: center;
  }
  .car-block__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .car-block__img, .car-block__caption {
    width: 100%;
  }
  .car-block__caption {
    padding: 15px 0px 30px 0px;
  }
}
@media (max-width: 425px) {
  .sixth-information {
    padding: 25px 0;
  }
  .sixth-information .flex-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 25px;
  }
  .sixth-information .column {
    width: 100%;
    text-align: center;
  }
  .sixth-information .cars-grid {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px 10px;
  }
  .sixth-information .description p:last-of-type {
    margin-bottom: 30px;
  }
  .fourth-information {
    padding: 25px 0;
  }
  .fourth-information .title-decor {
    text-align: center;
    margin-bottom: 10px;
  }
  .fourth-information .flex-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .fourth-information .column:nth-child(1), .fourth-information .column:nth-child(2) {
    width: 100%;
  }
  .fourth-information .column:nth-child(1) {
    margin-bottom: 30px;
  }
  .fourth-information .column:nth-child(2) {
    text-align: center;
  }
  .fourth-information .column:nth-child(2) .title {
    margin: 0 auto 20px;
  }
  .first-information h3 {
    font-size: 2.2rem;
  }
  .second-information .column {
    width: 100%;
    text-align: center;
  }
  .second-information .column:nth-child(1), .second-information .column:nth-child(2), .second-information .column:nth-child(3) {
    margin-bottom: 20px;
  }
  .hero__info .hero__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .hero__info .hero__buttons span {
    margin-bottom: 15px;
    margin-top: 15px;
  }
  .car-block__caption {
    padding: 15px 0px 0px 0px;
  }
  .car-block__img {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .car-block:not(:last-child) {
    margin-bottom: 45px;
  }
  .ordering-services {
    text-align: center;
  }
  .cars-grid {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px 30px;
  }
  .slider-info {
    bottom: auto;
    top: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .fourth-screen {
    padding: 25px 0px 50px;
  }
  .fourth-screen__img {
    width: 100%;
    margin: 0 auto 30px;
  }
  .footer__flex {
    margin-bottom: 40px;
  }
  .footer__bottom > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__bottom > div div:first-child {
    margin-bottom: 16px;
  }
  .footer__flex .contacts-block {
    width: 100%;
  }
  .blog .item {
    margin: 0;
  }
  .corporate {
    padding: 50px 0px 70px;
  }
  .corporate .image {
    width: 100%;
    margin: 0 auto 25px;
  }
  .luxury .title {
    margin: 0 auto 23px;
    width: 100%;
  }
  .reviews__block {
    padding: 20px 20px;
  }
  .seventh-screen {
    padding: 60px 15px;
  }
  .seventh-screen__flex .image {
    width: 100%;
  }
  .fifth-screen__img {
    width: 100%;
  }
}
@media (max-width: 393px) {
  .menus__block img {
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
  .menus__block {
    width: 100%;
    height: 375px;
  }
  .blog {
    padding: 50px 0px 85px;
  }
}
@media (max-width: 390px) {
  .first-information h3 {
    font-size: 1.8rem;
  }
}/*# sourceMappingURL=style.css.map */