@import url(../fonts/mariad/stylesheet.css);

:root {
  --black: #1e1d1f;
  --black-10: #1e1d1f1a;
  --white: #fff;
  --transition: all 0.3s ease-in-out;
  --yellow: #4591d4;
  --orange: #4591d4; /* #f6b91f */
  --orange-10: #4591d41a;
  --orange-30: #4591d44d;
  --dark-gray: #1e1d1f;
  --dark-gray-2: #1b1b1c;
  --light: #dedede;
  --lightGray: #ddd;
}

html {
  scroll-behavior: smooth;
  height: 100%;
  overflow-x: hidden;
}

html.lock {
  overflow: hidden;
}

html body :where(img) {
  height: unset;
  max-width: unset;
}

* {
  box-sizing: border-box;
}

body {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  --webkit-font-smoothing: antialiased;
}

main {
  flex: 1 0 auto;
}

footer {
  flex: 0 0 auto;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
tfoot,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

p,
ul,
ol {
  font-weight: 300;
}

html {
  height: 100%;
}

strong,
b {
  font-weight: 600;
}

button {
  cursor: pointer;
  border: none;
  background-color: transparent;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  line-height: 1.15;
  margin: 0;
}

em,
i {
  font-style: italic;
}

sup,
sub {
  position: relative;
  top: -0.6em;
  font-size: 65% !important;
  line-height: 1em !important;
}

sub {
  top: auto;
  bottom: -0.3em;
}

small {
  display: inline-block;
  vertical-align: baseline;
  font-size: 0.75em;
  line-height: 1.666666666666667em;
}

/* Scroll bar */

/* Firefox */
html {
  scrollbar-color: var(--orange) var(--dark-gray-2);
  scrollbar-width: thin;
}

/* Webkit */
::-webkit-scrollbar {
  width: 10px;
  background-color: var(--dark-gray-2);
}

::-webkit-scrollbar-thumb {
  background-color: var(--orange);
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #9e9e9e;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
main {
  display: block;
}

main section:not(#hero):not(#page-hero):not(#single-car-hero):first-child {
  margin-top: 120px;
}

main section:last-child {
  padding-bottom: 80px !important;
}

a {
  text-decoration: none;
  font-weight: initial;
  transition: all 0.3s ease;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

body {
  background-color: var(--dark-gray);
  color: var(--white);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  font-family: "Montserrat"; /* Myriad Pro */
}

#not-found {
  min-height: calc(100vh - 200px);
  background-color: var(--black);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

#not-found h1 {
  text-align: center;
  font-size: 70px;
  font-weight: bold;
}

#not-found .btn {
  display: inline-block;
  margin-top: 20px;
}

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

.sub-menu {
  display: none;
}

.menu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px 24px;
  margin: 0 20px;
}

.menu li a {
  color: var(--white);
  transition: var(--transition);
}

.menu li:hover > a {
  color: var(--orange);
}

/* #menu-menu-1.menu > li:last-child a,
#menu-menu-2.menu > li:last-child a {
	font-size: 16px;
	font-weight: 500;
    line-height: 1em;
    padding: 10px 24px;
}

#menu-menu-1.menu > li:last-child:hover a,
#menu-menu-2.menu > li:last-child:hover a {
    color: var(--black);
	background-color: var(--yellow);
} */

.centred {
  margin: 0 auto;
  display: block;
  width: fit-content;
  margin-top: 50px;
}

.logo {
  /* width: 130px; */
}

.logo img {
  width: 100%;
  background: #1b1b1c;
  max-width: 100px;
  border-radius: 10px;
  object-fit: contain;
}

.logo a {
  display: flex;
}

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

.btn {
  font-size: 16px;
  line-height: 1;
  min-width: 56px;
  padding: 16px 30px;
  color: #fff;
  background-color: var(--orange);
  /* background-image: linear-gradient(315deg, #fbb034 0%, #f6b91f 74%); */
  /* 	background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%),
                    radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%); */
  font-weight: 500;
  /* 	box-shadow: 0px 0px 8px var(--orange); */
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn:hover {
  box-shadow: 0px 0px 8px var(--orange); /* box-shadow: 0px 0px 0px var(--orange), inset 0px 0px 8px #783f0c; */
}

.btn.white {
  color: var(--light);
  border: solid 1px var(--light);
  background-color: transparent;
  box-shadow: none;
}

.btn.white:hover {
  color: var(--orange);
  border-color: var(--orange);
}

header {
  position: fixed;
  width: 100%;
  top: 0;
  padding: 20px 0;
  z-index: 10;
  transition: var(--transition);
}

#single-car-hero {
  padding-top: 108px;
}

header .wrapper {
  display: grid;
  grid-template-columns: 138px 1fr 180px 60px;
  align-items: center;
}

header .menu-menu-1-container {
  justify-self: center;
}

header .social-links {
  justify-self: center;
  grid-template-columns: 20px 20px 20px;
  display: grid;
  align-items: center;
  gap: 5px 20px;
}


header .social-links a {
  display: flex;
  transform: var(--transition);
}

header .social-links a:hover img {
  width: 25px;
  height: 25px;
}

header .social-links img {
  margin-top: -4px;
  width: 30px;
  height: 30px;
  transition: all 0.3s ease;
}

header .phone-link a {
  display: flex;
  align-items: center;
  color: var(--white);
}

header .phone-link a img {
  width: 30px;
  margin-right: 10px;
}

.sleep-video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  object-fit: cover;
}

#hero {
  position: relative;
  display: flex;
  align-items: center;
  padding-bottom: 50px;
  min-height: 100vh;
}

#hero::before {
  content: "";
  background-color: #000;
  opacity: 0.7;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

#hero .container {
  position: relative;
  z-index: 2;
}

#hero h1 {
  font-size: 52px;
  line-height: 1.2;
  font-weight: 600;
  margin-top: 100px;
}

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

#hero .benefits-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px 30px;
}

#hero .benefits-list .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  margin-right: 10px;
  border: 1px solid var(--white);
  border-radius: 100%;
}

#hero .benefits-list .icon img {
  width: 45px;
}

#hero .benefits-list .description {
  font-size: 20px;
}

#hero .benefits-item {
  display: flex;
  align-items: center;
}

#hero .subtitle-list {
  padding: 35px 0 40px 0;
}

#hero .subtitle-list .subtitle {
  font-size: 22px;
  font-weight: bold;
}

#hero .btn {
  display: block;
  margin: 50px auto 0;
  width: fit-content;
}

#vroom-club {
  background-color: var(--dark-gray);
  padding: 50px 0;
}

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

.wpcf7-form-control-wrap {
  position: relative;
  height: 100%;
  display: block;
}

#vroom-club .full-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.swiper-slide > a {
  display: flex;
}

#vroom-club .image-wrapper img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 4 / 3;
  transition: all 2s ease-in-out;
}

#vroom-club .content-column {
  padding: 13px;
  color: var(--light);
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#vroom-club .image-wrapper {
  display: flex;
  overflow: hidden;
}

#vroom-club .image-wrapper:hover img {
  transform: scale(1.1);
}

#vroom-club .content-column p.orange {
  font-size: 26px;
  font-weight: 400;
}

#vroom-club .content-column p:nth-child(1) {
  flex-basis: 60px;
}

#vroom-club .content-column p:nth-child(2) {
  flex-grow: 1;
}

#vroom-club .content-column:nth-child(1) .image-wrapper {
  flex-grow: 1;
}

#vroom-club .content-column:nth-child(2) .image-wrapper,
#vroom-club .content-column:nth-child(3) .image-wrapper {
  margin-top: 35px;
}

#vroom-club .content-column:nth-child(3) p > img {
  width: 50px;
  object-fit: contain;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: left;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

#home-cars {
  background-color: var(--dark-gray);
  padding: 110px 20px;
}

.home-cars {
  overflow: hidden;
  height: 450px;
  position: relative;
}

.home-cars .swiper-slide {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
}

.home-cars .swiper-slide img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  object-position: center;
}

.home-cars .swiper-slide .image {
  display: flex;
}

.home-cars .swiper-slide .info {
  -webkit-box-shadow: 0px -2px 20px 0px rgb(246 185 31) inset;
  -moz-box-shadow: 0px -2px 20px 0px rgb(246 185 31) inset;
  box-shadow: 0px -2px 20px 0px rgb(246 185 31) inset;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  /* background-image: url(../images/backgrounds/car-card.svg); */
  background-size: cover;
}

.home-cars .swiper-slide .car-title {
  font-size: 32px;
  font-weight: 600;
}

.home-cars .swiper-slide .car-settings {
  text-align: initial;
  width: 100%;
  padding: 30px 50px;
  font-size: 18px;
}

.home-cars .swiper-slide .car-settings ul {
  list-style: disc;
}

.home-cars .swiper-slide .car-price {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: bold;
}

#booking-form {
  background-color: var(--black);
  padding: 120px 0;
}

#booking-form .wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}

#booking-form .form-description {
  color: var(--light);
  font-size: 16px;
  line-height: 1.5;
}

#booking-form .form-description .h3 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 20px;
}

.wishes-form form {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(3, 56px);
  gap: 10px;
}

.wishes-form form > .input-wrapper:nth-child(2) {
  grid-column-start: 1;
  grid-column-end: 7;
}

.wishes-form form > .input-wrapper:nth-child(3) {
  grid-column-start: 7;
  grid-column-end: 13;
}

.wishes-form form > .input-wrapper:nth-child(4) {
  grid-row-start: 2;
  grid-column-start: 1;
  grid-column-end: 13;
}

.wishes-form form .btn-wrapper {
  grid-row-start: 3;
  grid-column-start: 1;
  grid-column-end: 13;
}

.wishes-form form .btn-wrapper input,
.wishes-form form .input-wrapper input {
  width: 100%;
}

.wishes-form form .btn-wrapper input {
  margin-top: 15px;
}

#booking-form .wpcf7 form .wpcf7-response-output {
  width: 100%;
  grid-column-end: 13;
  grid-column-start: 1;
}

.input-wrapper {
  position: relative;
  height: 56px;
}

.input-wrapper label {
  position: absolute;
  left: 0;
  bottom: 50%;
  transform: translateY(50%);
}

.input-wrapper input {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid var(--light);
  color: var(--light);
  outline: none;
  padding-bottom: 5px;
}

.input-wrapper br {
  display: none;
}

.btn-wrapper input[type="submit"] {
  border: none;
  margin: 0 auto;
  display: block;
  box-shadow: 0px 0px 0px var(--orange);
  outline: none;
}
.btn-wrapper input[type="submit"]:hover {
  box-shadow: 0px 0px 8px var(--orange);
}

.input-wrapper label {
  transition: var(--transition);
}

.input-wrapper.focus label {
  transform: translate(-8px, 0) scale(0.8);
}

#booking-form .wpcf7-form-control-wrap {
  position: relative;
  height: 100%;
  display: flex;
  align-items: flex-end;
}

#wedding {
  height: 832px;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
}

#wedding::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.55;
}

#wedding .wrapper {
  position: relative;
  z-index: 1;
}

#wedding .wrapper h2 {
  font-size: 48px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 23px;
}

#wedding .wrapper p {
  font-size: 22px;
}

#wedding .wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

#wedding .wedding-info .btn {
  display: inline-block;
  margin-top: 33px;
}

#car-profile + #about-us {
  padding-bottom: 0;
}

#about-us {
  background-color: var(--black);
  padding: 50px 0;
}

#about-us .about-us-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 30px;
}

#about-us .about-us-item {
  position: relative;
  padding: 30px;
  display: flex;
  height: 160px;
  border: solid 1px var(--orange);
  transition: all 0.3s ease;
}

#about-us .about-us-item:hover {
  background-color: var(--orange);
}

#about-us .about-us-item .image {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 10px;
  bottom: 10px;
}

#about-us .about-us-item .image img {
  width: 45px;
}

#about-us .about-us-item .about-us-item-achiv {
  font-size: 30px;
  font-weight: bold;
  margin: 24px 0;
}

#about-us .about-us-item-description {
  color: var(--white);
  font-size: 16px;
  font-weight: 500;
}

#about-us .title {
  font-size: 48px;
  text-align: center;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 15px;
}

#about-us .subtitle {
  font-size: 18px;
  text-align: center;
}

#feedback {
  background-color: var(--black);
  padding: 50px 0;
}

#feedback .title {
  font-size: 48px;
  text-align: center;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 15px;
}

#feedback .subtitle {
  font-size: 18px;
  text-align: center;
}

.feedbacks-items {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 40px;
  margin-top: 40px;
}

.feedbacks-items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.feedback-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.feedback-item .image {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 15px;
}

.feedback-item .image img {
  object-position: center;
}

.feedback-person {
  display: flex;
  align-items: center;
  margin-top: 5px;
}

.feedback-person .name {
  font-weight: bold;
}

.feedback-text {
  text-align: justify;
  font-weight: 400;
}

#feedback-yandex {
  background-color: var(--black);
  padding: 50px 0;
}

#feedback-yandex .title {
  font-size: 48px;
  text-align: center;
  line-height: 1em;
  font-weight: 500;
  margin-bottom: 15px;
}

#feedback-yandex .subtitle {
  font-size: 18px;
  text-align: center;
}

.feedback-yandex__body {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 20px;
}

.feedback-yandex__column {
  width: 100%;
  height: 480px;
  position: relative;
  overflow: hidden;
}

.feedback-yandex__column iframe {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 5px;
  box-sizing: border-box;
}

html.sticky-header header {
  background-color: var(--dark-gray-2);
}

.car-image-slider .swiper-slide {
  width: 100% !important;
  height: 20vw;
}

#get-cert {
  padding: 50px 110px;
  background-position: 65% 50%;
  position: relative;
  background-color: var(--black);
}

/* #get-cert::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: .55;
} */

.cert-info h2 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
}

.cert__image img {
  width: 100%;
  object-fit: cover;
}

.cert__image {
  margin: auto;
}

#get-cert .wrapper {
  display: flex;
  position: relative;
  z-index: 1;
}

.cert__corner-left {
  position: absolute;
  left: 0;
  top: 20px;
  width: 75px;
  height: 75px;
  border-left: 2px solid var(--white);
  border-top: 2px solid var(--white);
}

.cert__corner-right {
  position: absolute;
  right: 0;
  bottom: 20px;
  width: 75px;
  height: 75px;
  border-right: 2px solid var(--white);
  border-bottom: 2px solid var(--white);
}

.subtitle a {
  color: var(--orange);
}

.cert-info {
  padding: 40px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.cert__title {
  font-size: 40px;
  line-height: 1em;
  font-weight: 500;
}

.cert-info p {
  margin: 25px 0;
}

#instagram {
  padding-top: 50px;
}

#instagram h2 {
  font-size: 48px;
  text-align: center;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 25px;
}

#feedback-form {
  position: relative;
  background-size: cover;
  padding: 100px 0;
}

#feedback-form::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.55;
}

#feedback-form .container {
  position: relative;
  z-index: 1;
}

#feedback-form h2 {
  font-size: 36px;
  font-weight: 500;
  text-align: center;
}

#feedback-form .form-wrapper {
  background-color: #000;
  padding: 30px 60px;
  border-radius: 15px;
  margin-top: 70px;
}

#feedback-form .form-wrapper form {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 205px;
  gap: 10px;
}

#feedback-form .form-wrapper .feedback-form-input-wrapper input {
  padding: 12px 25px 11px 15px;
  background-color: #333;
  outline: none;
  border: none;
  color: var(--white);
  font-size: 18px;
  width: 100%;
  border-radius: 4px;
  transition: all 0.3s ease;
  line-height: 1.466;
}

#feedback-form .form-wrapper .feedback-form-input-wrapper input:focus {
  background-color: rgb(85, 82, 82);
}

.feedback-form-button-wrapper {
  display: flex;
  align-items: flex-end;
  width: 100%;
}

.feedback-form-button-wrapper input {
  border: none;
}

form .wpcf7-spinner {
  position: absolute;
}

footer {
  background-color: #181719;
  padding: 50px 0;
}

footer .wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.column.links {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
}

.column.links a {
  width: 30px;
  height: 30px;
  border: 1px solid var(--white);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.column.links a:not(:last-child) {
  margin-right: 10px;
}

.column.links img {
  width: 20px;
}

.column.req {
  padding-top: 20px;
  font-size: 16px;
  color: var(--white);
  opacity: 0.4;
}

.column.contacts {
  color: #c2c2c2;
}

.column.contacts a {
  color: #c2c2c2;
}

.column.vroom p.h2 {
  font-size: 34px;
  margin-bottom: 20px;
}

.column.vroom .copyright {
  font-size: 10px;
}

.column.vroom .copyright a {
  color: var(--white);
}

.column.contacts .phone,
.column.contacts .address {
  display: flex;
  align-items: flex-start;
}

.column.contacts img {
  width: 25px;
  margin-right: 10px;
}

.column.contacts .address-text {
  font-size: 13px;
}

.address-title,
.phone-title {
  font-size: 16px;
  font-weight: bold;
}

.column.contacts .email {
  display: flex;
  align-items: center;
  font-weight: bold;
}

body .wpcf7-not-valid-tip {
  position: absolute;
  font-size: 12px;
  bottom: 0;
}

.car-card-images {
  position: relative;
  height: 20vw;
  width: 100%;
}

.car-card-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}

.swiper.carCardProfile-slider {
  overflow: inherit;
}

.swiper.carCardProfile-slider .swiper-slide {
  height: 40vw;
  min-height: 450px;
  max-height: 600px;
  overflow: hidden;
}

.swiper.carCardProfile-slider .swiper-slide:not(.swiper-slide-active) {
  opacity: 0.5;
}

.descriptions-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding: 40px 0;
  font-size: 20px;
}

.descriptions-item:first-child {
  grid-column-end: 3;
  grid-column-start: 1;
}

.to-park {
  display: block;
  margin: 70px auto 0;
  text-align: center;
  width: fit-content;
}

.single-car {
  padding-top: 150px;
  background-color: var(--dark-gray-2);
  overflow: hidden;
  width: 100vw;
}

.single-car h1 {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.25em;
  align-self: baseline;
  margin: 0 0 10px;
}

#page-hero {
  height: 100vh;
  background-size: cover;
}

#page-hero.single-car {
  height: auto;
  overflow: hidden;
}

#page-hero.single-car::before {
  height: auto;
}

#page-hero::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.55;
}

#page-hero .container {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

#page-category {
  margin: 120px 0 30px;
}

#page-hero .wrapper,
#page-category .wrapper {
  display: flex;
  flex-direction: column;
}

#page-hero .wrapper h1,
#page-category .wrapper h1 {
  font-size: 50px;
  font-weight: 500;
  line-height: 1.125em;
  text-align: center;
  padding-bottom: 20px;
  position: relative;
}

#page-hero .wrapper h1::before,
#page-category .wrapper h1::before {
  content: "";
  width: 345px;
  height: 1px;
  background-color: var(--white);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

#page-hero .wrapper ul {
  list-style: disc;
  padding-left: 20px;
  margin: 30px auto;
  font-size: 1.15em;
}

#page-hero .wrapper ul li::marker {
  color: var(--orange);
  background-color: var(--orange);
}

#page-hero .wrapper img[alt="mini-logo"] {
  width: 70px;
  margin: 30px auto 30px;
}

#page-hero .wrapper .btn {
  margin: 0 auto;
}

#page-hero .wrapper .custom-hero__links {
  display: flex;
  justify-content: center;
}

#page-hero .wrapper .custom-hero__links .btn {
  margin: 0 15px;
}

#terms {
  padding-bottom: 50px;
}

.terms-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.terms-item {
  background-color: var(--white);
  padding: 30px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 16px;
  color: #000;
  text-align: center;
}

.terms-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.terms-item > img {
  width: 70px;
}

.terms-item .term-info {
  margin-top: 30px;
}

.terms-item ul {
  list-style: decimal;
  text-align: initial;
  padding-left: 20px;
  margin-bottom: 15px;
}

#terms .title,
#security-cars .title {
  font-size: 40px;
  margin: 50px auto;
  font-weight: 500;
  text-align: center;
}

#security-cars {
  padding-bottom: 50px;
  background-color: var(--dark-gray);
  padding-top: 1px;
}

li.menu-item-has-children {
  position: relative;
  cursor: pointer;
  padding-right: 22px;
}

li.menu-item-has-children ul {
  background-color: var(--white);
}

li.menu-item-has-children li {
  margin-bottom: 10px;
  margin-right: 0;
}

li.menu-item-has-children li a {
  color: var(--black);
}

li.menu-item-has-children.active ul {
  top: 30px;
  left: 0;
  position: absolute;
  display: flex;
  flex-direction: column;
  width: max-content;
  padding: 20px 20px 10px 20px;
  border-radius: 10px;
}

li.menu-item-has-children.active ul::before {
  content: "";
  height: 10px;
  width: 100%;
  top: -10px;
  position: absolute;
  left: 0;
}

li.menu-item-has-children > a {
  pointer-events: none;
}

.car-extra-info {
  position: absolute;
  top: 15px;
  right: 15px;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  gap: 10px;
}

.car-sale {
  padding: 3px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  background: #ef3124;
  border-radius: 3px;
  z-index: 3;
}

.car-availability {
  padding: 3px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  background: #edaa00;
  border-radius: 3px;
  z-index: 3;
}

/* .car-availability {
    position: absolute;
    top: 50%;
    left: 50%;
	transform: translate(-50%, -50%);
    font-size: 20px;
    font-weight: 400;
	text-transform: uppercase;
	color: #fff;
    z-index: 4;
} */

.arrow-down {
  position: absolute;
  top: 6px;
  right: 0;
  display: block;
  width: 15px;
  height: 15px;
  background: url("../../../../uploads/2022/12/arrow-down.svg") no-repeat;
  transition: var(--transition);
}

li.menu-item-has-children.active .arrow-down {
  transform: rotate(180deg);
}

.cars-categories {
  display: flex;
  justify-content: space-around;
  gap: 16px;
  margin-bottom: 50px;
}

#autopark {
  background-color: var(--dark-gray);
  padding-bottom: 50px;
  padding-top: 10px;
}

#autopark .container h2 span {
  color: var(--orange);
}

.cars-categories-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  cursor: pointer;
  color: #fff;
  min-height: 60px;
  transition: all 0.3s ease;
}

.cars-categories-item img {
  width: 100%;
  transition: all 0.3s ease;
  max-width: 200px;
}

.cars-categories-item.active .cat-name {
  color: var(--orange);
}

.cars-categories-item:hover {
  color: var(--orange);
}

.cars-categories-item:hover img {
  transform: scale(1.1);
}

.cat-name {
  text-align: center;
  font-weight: 500;
  font-size: 16px;
}

.cars-makes {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(8, max-content);
  margin-bottom: 40px;
  width: 100%;
  justify-content: center;
}

.cars-make-item {
  font-size: 18px;
  cursor: pointer;
  font-weight: bold;
  color: #fff;
}

.cars-make-item.active {
  color: var(--orange);
}

.cars-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.car-image-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.car-card {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  color: inherit;
  overflow: hidden;
}

.car-card::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 150px;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.9) 0,
    rgba(0, 0, 0, 0) 100%
  );
  z-index: 2;
  pointer-events: none;
}

.car-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 110px;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.9) 0,
    rgba(0, 0, 0, 0) 100%
  );
  z-index: 2;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

.car-card:hover::after,
.car-card:hover .car-info-settings {
  opacity: 1;
  visibility: visible;
}

.car-card--not-available {
  pointer-events: none;
}
.car-card--not-available .car-card-images,
.car-card--not-available .car-info {
  opacity: 0.2;
}

.swiper {
  overflow: hidden;
  position: relative;
}

.car-image-slider {
  width: 100%;
}

.car-info {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  position: absolute;
  padding: 15px 60px 15px 20px;
  overflow: hidden;
  pointer-events: none;
  z-index: 3;
}

.car-name {
  max-width: 75%;
  margin: 5px 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.35em;
}

#autopark h2 {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.125em;
  text-align: center;
  margin: 20px 0 30px;
}

.car-info-settings .btn {
  display: inline-block;
  margin-top: 15px;
  font-size: 13px;
}

.car-info-settings {
  position: absolute;
  bottom: 15px;
  right: 20px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.car-info-settings ul {
  display: flex;
  margin: 0 -10px;
  justify-content: flex-end;
}
.car-info-settings ul li {
  padding: 0 10px;
}

.car-actions {
  text-align: end;
}

.car-info-settings .car-price {
  flex-wrap: nowrap;
  white-space: nowrap;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
}

.car-info-settings .btn.white {
  font-size: 13px;
  min-height: auto;
  padding: 16px 20px;
}

#page-hero .subtitle {
  text-align: center;
  margin-top: 10px;
  font-size: 19px;
}

#car-profile {
  padding: 50px 0;
}

#car-profile .car-profile__info {
}

#car-profile .full-container {
  display: grid;
  grid-template-columns: repeat(2, 50%);
  width: 100%;
}

.carCardProfile-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.car-profile__info h2 {
  font-size: 22px;
  color: var(--orange);
  margin-bottom: 0.75em;
}

#car-profile .car-settings {
  padding-bottom: 2.5em;
}

#car-profile .car-settings ul {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 0 0 -15px;
}

#car-profile .car-settings__item {
  position: relative;
  padding-top: 35px;
  padding-bottom: 15px;
  text-align: center;
}

#car-profile .car-settings__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 30px;
  height: 30px;
}

#car-profile .car-settings__item--color::before {
  background: url("../../../../uploads/2023/01/icon-color-white.svg") center
    center / contain no-repeat;
}

#car-profile .car-settings__item--gear::before {
  background: url("../../../../uploads/2023/01/icon-gear-white.svg") center
    center / contain no-repeat;
}

#car-profile .car-settings__item--engine::before {
  background: url("../../../../uploads/2023/01/icon-engine-white.svg") center
    center / contain no-repeat;
}

#car-profile .car-settings__item--power-reserve::before {
  background: url("../../../../uploads/2023/01/icon-power-reserve-white.svg")
    center center / contain no-repeat;
}

#car-profile .car-settings__item--power::before {
  background: url("../../../../uploads/2023/01/icon-power-white.svg") center
    center / contain no-repeat;
}

#car-profile .car-settings__item--speed::before {
  background: url("../../../../uploads/2023/01/icon-speed-white.svg") center
    center / contain no-repeat;
}

#car-profile .car-settings__item--people::before {
  background: url("../../../../uploads/2023/06/icon-people-white.svg") center
    center / contain no-repeat;
}

#car-profile .car-settings__item--distance::before {
  background: url("../../../../uploads/2023/06/icon-distance-white.svg") center
    center / contain no-repeat;
}

#car-profile .car-settings__item--maxHeight::before {
  background: url("../../../../uploads/2023/06/icon-max-height-white.svg")
    center center / contain no-repeat;
}

#car-profile .car-settings__item--maxSpeed::before {
  background: url("../../../../uploads/2023/06/icon-max-speed-white.svg") center
    center / contain no-repeat;
}

#promo-cars .cars-wrapper {
  max-width: 1560px;
  margin: 0 auto;
}

#car-profile .car-prices {
  padding-bottom: 2.5em;
}

#car-profile .car-prices ul {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

#car-profile .car-prices__item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media (min-width: 769px) {
  #car-profile .car-prices__item:nth-child(1) {
    font-size: 1.3em;
  }
  #car-profile .car-prices__item:nth-child(2) {
    font-size: 1.225em;
  }
  #car-profile .car-prices__item:nth-child(3) {
    font-size: 1.15em;
  }
  #car-profile .car-prices__item:nth-child(4) {
    font-size: 1.075em;
  }
  #car-profile .car-prices__item:nth-child(5) {
    font-size: 1em;
  }
  #car-profile .car-prices__item:nth-child(6) {
    font-size: 0.925em;
  }
}

#car-profile .car-prices__item span {
  position: relative;
  font-weight: 500;
  padding-top: 35px;
  margin-top: 5px;
}

#car-profile .car-prices__item span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1px;
  height: 30px;
  border-right: 1px dashed var(--orange);
}

#car-profile .car-shorts {
  width: 339px;
  height: auto;
  padding-bottom: 2.5em;
  margin: 0 auto;
  box-sizing: content-box;
}

#car-profile .car-shorts iframe {
  aspect-ratio: 9 / 16;
}

#car-profile .limits {
  padding-bottom: 2.5em;
}

#car-profile .actions {
  text-align: center;
}

#car-profile .actions .btn {
  margin-right: 15px;
  display: inline-block;
}

.to-down {
  width: 50px;
  height: 50px;
  background-color: var(--white);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 60px auto 0;
}

#promo-cars {
  padding-bottom: 50px;
  padding-top: 50px;
}

#promo-cars .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}

#promo-cars .title {
  font-size: 48px;
  margin-bottom: 15px;
  font-weight: 500;
  text-align: center;
}

#promo-cars .subtitle {
  font-size: 22px;
  text-align: center;
  margin-bottom: 30px;
}

#about-vroom-club {
  background-color: var(--dark-gray);
}

#about-vroom-club .wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 50px 0;
}

#about-vroom-club .wrapper .column .image-wrapper {
  max-height: 750px;
  overflow: hidden;
}

#about-vroom-club .wrapper .column .image-wrapper:hover img {
  transform: scale(1.1);
}

#about-vroom-club .wrapper .column .image-wrapper img {
  width: 100%;
  transition: var(--transition);
}

#about-vroom-club .wrapper .column.second {
  padding: 0 30px;
}

#about-vroom-club .wrapper .column.second p {
  font-size: 18px;
  margin-bottom: 15px;
}

#about-vroom-club .wrapper .column.second .orange {
  font-size: 26px;
  margin-bottom: 20px;
}

#about-vroom-club .wrapper .column.second button {
  display: flex;
  align-items: center;
  margin: 50px auto 0;
  font-weight: 400;
}

#about-vroom-club .wrapper .column.second img {
  width: 174px;
  margin: 50px auto 0;
  display: block;
}

/* .about-vroom-page #page-hero .wrapper {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(2, 50%);
}
.about-vroom-page #page-hero .wrapper .left {
    text-align: center;
}
.about-vroom-page #page-hero .wrapper .left img[alt="mini-logo"] {
    display: block;
}
.about-vroom-page #page-hero .wrapper .left .btn {
    display: inline-block;
} */
.hamburher {
  display: none;
}

.mobile-menu {
  display: none;
}

.swiper-button-prev,
.swiper-button-next {
  width: 40px;
  height: 40px;
  color: var(--white);
  border: 1px solid var(--white);
  background: var(--dark-gray-2);
  transition: var(--transition);
  z-index: 9;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  color: var(--orange);
  border-color: var(--orange);
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-size: 14px;
}

.home-cars .swiper-slide .info .btn {
  display: flex;
  align-items: center;
}

.modal {
  display: none;
  width: 100%;
  height: 100vh;
  padding: 15px;
  position: fixed;
  top: 0;
  left: 0;
  background: var(--black);
  z-index: 10200;
  overflow: auto;
}

.modal.active .modal-form-block {
  display: block !important;
}

.modal-form-block {
  width: 100%;
  padding: 35px;
  margin: 50px auto;
  position: relative;
  color: #374151;
  background: #fff;
  transition: margin 0.5s ease;
}

.fancybox__content > .carousel__button.is-close {
  top: 10px;
  right: 10px;
  margin: 0;
}

.modal-form-block input {
  height: 56px;
  border: 1px solid var(--light);
  width: 100%;
  padding: 0 10px;
  outline: none;
  font-size: 18px;
}

.modal-form-close {
  position: absolute;
  top: 20px;
  right: 20px;
  display: block;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.modal-form-close::before,
.modal-form-close::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  width: 100%;
  background: var(--black);
  border-radius: 20px;
  transition: all 0.3s ease;
}

.modal-form-close::before {
  transform: translateY(12.5px) rotate(-45deg);
}

.modal-form-close::after {
  transform: translateY(12.5px) rotate(45deg);
}

.modal-form-close:hover::before,
.modal-form-close:hover::after {
  background: var(--orange);
}

.mi-wrapper {
  margin-bottom: 15px;
}

.modal-form-block .h3 {
  text-align: center;
  font-weight: bold;
  font-size: 26px;
  margin-bottom: 20px;
}

.mc-calendar--modal {
  z-index: 10400;
}

.mc-calendar--modal .mc-display {
  background-color: var(--orange);
}

.mc-table__weekday,
.mc-btn--success {
  color: var(--orange);
}

.mc-date--active.mc-date--picked {
  background-color: var(--orange);
}

.breadcrumb {
  font-size: 14px;
  padding: 20px 0 0;
  background-color: var(--dark-gray);
}

.breadcrumb a {
  padding: 0 5px;
  font-size: 16px;
  color: var(--orange);
  transition: all 0.3s ease;
}

.breadcrumb a:hover {
  color: var(--white);
}

.breadcrumb_last {
  padding-left: 5px;
  font-size: 16px;
  font-weight: 400;
}

#breadcrumbs {
  margin-left: -5px;
}

#about-vroom-video {
  padding-top: 80px;
}

#about-vroom-video iframe {
  display: block;
  max-width: 100%;
  max-height: 53vw;
  margin: 0 auto;
}

#text-content,
#rental-conditions {
  padding: 50px 0;
  font-size: 16px;
  line-height: 1.5;
  color: #bbbbbb;
  background-color: var(--black);
}

#text-content strong,
#rental-conditions strong {
  color: var(--orange);
}

#text-content p + p,
#rental-conditions p + p {
  margin-top: 1em;
}

#text-content h2,
#rental-conditions h2 {
  margin: 15px 0;
  font-size: 26px;
  line-height: 1.25em;
  color: var(--orange);
}

#text-content h3,
#rental-conditions h3 {
  margin: 15px 0;
  font-size: 22px;
  line-height: 1.25em;
  color: var(--orange);
}

#text-content h2:first-child,
#rental-conditions h2:first-child {
  margin-top: 0;
}

#text-content ul,
#rental-conditions ul {
  margin: 20px 0;
  padding-left: 20px;
  list-style: disc;
}

#text-content ul li::marker,
#rental-conditions ul li::marker {
  color: var(--orange);
  background-color: var(--orange);
}

#text-content ol,
#rental-conditions ol {
  margin: 20px 0;
  padding-left: 20px;
}

#text-content ol li::marker,
#rental-conditions ol li::marker {
  color: var(--orange);
  background-color: var(--orange);
  padding-right: 3px;
}

#text-content a {
  color: var(--orange);
}

#text-content a:hover {
  text-decoration: underline;
}

#grid-links {
  background-color: var(--dark-gray);
  padding: 50px 0;
}

#grid-links .grid-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

#grid-links .grid-links a {
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

#grid-links .grid-links a::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.7;
  z-index: 1;
}

#grid-links .grid-links a span {
  position: relative;
  z-index: 2;
}

#grid-links .grid-links a span b {
  background-color: var(--orange);
  color: var(--black);
  padding: 3px 0;
}

#rental-links {
  padding: 60px 0 30px 0;
}

.rental-links__title {
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.125em;
  text-align: center;
}

.rental-links__items {
  display: flex;
  margin: -10px;
}

.rental-links__item {
  width: 50%;
  height: min(23vw, 290px);
  margin: 10px;
  transition: width 0.4s ease;
}

.rental-links__item a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 20px;
  outline: 1px solid transparent;
  outline-offset: -1px;
  background-size: cover;
  background-position: center;
  z-index: 1;
  transition: all 0.4s ease;
}

.rental-links__item a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.7;
  z-index: -1;
  transition: all 0.4s ease;
}

.rental-links__item:hover a {
  outline-color: var(--orange);
}

.rental-links__item:hover a::before {
  opacity: 0.35;
}

@media (min-width: 1024px) {
  .rental-links__item:hover {
    width: 60%;
  }
}

#banners {
  padding: 75px 0;
}

#banners .title {
  font-size: 48px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 15px;
}

.banner-event {
  padding-bottom: 30px;
}

.banner-event:last-child {
  padding-bottom: 0;
}

.banner-event__content {
  position: relative;
  height: 320px;
  background-position: right;
  background-repeat: no-repeat;
  border-color: transparent;
  border-style: solid;
}

.banner-event__img-overlay {
  position: absolute;
  width: 100%;
  top: 0;
}

.banner-event__title,
.banner-event__text {
  max-width: 320px;
  z-index: 20;
  color: white;
  position: relative;
}

.banner-event__price {
  font-size: 16px;
  text-align: center;
  z-index: 20;
  color: white;
  position: relative;
  width: max-content;
  margin-left: 250px;
}

.banner-event__text {
  font-size: 20px;
  text-decoration: underline;
}

.banner-event__circle1 {
  position: absolute;
  border: 2px solid white;
  border-radius: 50%;
  padding: 45px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.banner-event__circle2 {
  position: absolute;
  border: 0.5px solid white;
  border-radius: 50%;
  padding: 65px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.banner-event__wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.banner_event__text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  height: 100%;
  width: 40%;
  font-size: 26px;
}

.banner-event__content img {
  object-fit: cover;
  height: 100%;
}

.banners-events-mobile {
  display: none;
}

.banner-event-mobile {
  padding-bottom: 40px;
}

.banner-event-mobile:last-child {
  padding-bottom: 0;
}

.banner-event__img-mobile img {
  width: 100%;
  height: 100%;
  min-height: 150px;
  object-fit: cover;
}

.banner-event__title-mobile {
  color: white;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.25em;
  padding-bottom: 5px;
}

.footer__wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.footer__wrapper a:hover {
  color: var(--white);
}

.footer__cars-make-item {
  opacity: 0.3;
  font-size: 16px;
  color: var(--white);
}

.footer__cars-makes {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  padding-top: 15px;
  margin-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.cars-make-item-active {
  color: var(--orange);
}

.footer__clients,
.footer__autopark,
.footer__for-events {
  display: flex;
  flex-direction: column;
}

.footer__clients-title,
.footer__for-events-title,
.footer__autopark-title,
.footer__contacts-title {
  padding-bottom: 16px;
  font-size: 26px;
  font-weight: 500;
}

.footer__clients-link,
.footer__for-events-link,
.footer__autopark-link {
  color: #c2c2c2;
  font-size: 16px;
  padding-bottom: 5px;
}

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

.footer__developers {
  width: 100%;
  padding-top: 24px;
  font-size: 16px;
  text-align: center;
  color: #545355;
}

.footer__developers a {
  color: var(--white);
}

.footer__developers a:hover {
  color: var(--orange);
}

.filter__autopark {
  display: grid;
  grid-template-columns: repeat(4, max-content);
  gap: 40px;
  margin-bottom: 24px;
}

.filter__items {
  background-color: var(--white);
  color: var(--black);
  padding: 10px 20px 10px 10px;
  width: max-content;
  max-height: 200px;
  overflow-y: scroll;
  border-radius: 5px;
  display: none;
}
.filter__price .filter__items {
  overflow-y: hidden;
}
.filter__param {
  display: flex;
  align-items: center;
  margin-right: 10px;
  margin-bottom: 10px;
  background-color: rgba(130, 130, 130, 0.2);
  border-radius: 30px;
  padding: 5px 20px;
  line-height: 1.4;
  width: max-content;
  white-space: nowrap;
  cursor: pointer;
}
.filter__params-clear {
  display: flex;
  align-items: center;
  margin-right: 10px;
  margin-bottom: 10px;
  background-color: rgba(130, 130, 130, 0.2);
  border-radius: 30px;
  padding: 5px 20px;
  line-height: 1.4;
  width: max-content;
  white-space: nowrap;
  cursor: pointer;
}
.filter__params {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.filter__params-close {
  margin-left: 10px;
  width: 10px;
  height: 10px;
  background-color: var(--white);
  clip-path: polygon(
    20% 0%,
    0% 20%,
    30% 50%,
    0% 80%,
    20% 100%,
    50% 70%,
    80% 100%,
    100% 80%,
    70% 50%,
    100% 20%,
    80% 0%,
    50% 30%
  );
}
.js-active .filter__items {
  display: block;
  position: absolute;
  z-index: 20;
}

.filter__container .container {
  padding: 0;
}
.filter__price input {
  padding: 5px;
  border-radius: 5px;
  border-color: var(--lightGray);
}
.filter__title {
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.filter__title:hover,
.filter__title.active {
  color: var(--orange);
}

.filter__title svg {
  margin-left: 10px;
  width: 15px;
  height: 15px;
  transition: all 0.3s ease-out;
}
.js-active .filter__title svg {
  transform: rotate(180deg);
}
.filter__price-btn {
  border: solid 1px var(--lightGray);
  border-radius: 5px;
  cursor: pointer;
  padding: 5px;
  margin-left: 10px;
}
.filter__item {
  padding-bottom: 10px;
  cursor: pointer;
}

.filter__item last-child {
  padding-bottom: 0;
}
.filter__item label {
  padding-left: 5px;
  cursor: pointer;
}
.filter__item input {
  cursor: pointer;
}
.filer-attr {
  position: relative;
}

/* Home categories slider */
.categories-wrapper {
}

.category-item {
}

.category-item:not(:last-child) {
  margin-bottom: 3em;
}

.category-item__top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.category-item__title {
  font-size: 24px;
  color: var(--orange);
}

.category-item__link {
  z-index: 3;
}

.category-item__link a {
  display: inline-block;
}

/* .category-item {
	width: 100%;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
} */
.category-item__slider {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  margin-top: 1em;
}

.cars-slider {
  padding-top: 66px;
  margin-top: -66px;
  margin-left: 10px;
}

.cars-slider .swiper-button-prev,
.cars-slider .swiper-button-next {
  position: absolute;
  top: 5px;
  margin-top: 0;
  transform: translateX(50%);
}

.cars-slider .swiper-button-prev {
  left: auto;
  right: calc(50% + 28px);
}

.cars-slider .swiper-button-next {
  right: calc(50% - 28px);
}

.cars-slider .swiper-slide {
  text-align: inherit;
}

.category-item__bottom {
  display: none;
}

/* Home categories slider END */

/* BOOK CAR, BOOK HELICOPTER*/

#about-us + #book-car,
#about-us + #book-helicopter {
  padding-top: 100px;
}

#book-car,
#book-helicopter {
  padding: 50px 0;
}

.book-car .wrapper {
  padding: 40px;
  border: 2px solid var(--white);
}

.book-car__body {
  display: flex;
  margin: 0 -20px;
}

.book-car__body > * {
  padding: 0 20px;
}

.book-car__info {
  flex-basis: 55%;
}

.info-book {
  display: flex;
  flex-direction: column;
}

.info-book__title {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2em;
  color: var(--white);
}

.info-book__title span {
  display: block;
  color: var(--orange);
}

.info-book__description {
  margin-top: 30px;
  color: var(--light);
}

.info-book__description a {
  display: inline-block;
  font-size: 1.125em;
  text-decoration: underline;
  color: var(--white);
  transition: all 0.3s ease;
}

.info-book__description a:hover {
  color: var(--orange);
}

.info-book__policy {
  flex: 1 0 auto;
  display: flex;
  align-items: center;
  color: #969696;
}

.info-book__image {
  margin-right: 20px;
}

.info-book__image img {
  width: 100px;
}

.info-book__policy-text {
}

.book-car__form {
  flex-basis: 45%;
}

.book-car__form input {
  width: 100%;
  max-width: 100%;
}

.book-car__form input.wpcf7-not-valid {
  border-color: #dc3232 !important;
}

.book-car__form input:not([type="submit"]) {
  min-height: 50px;
  padding: 10px;
  font-size: 16px;
  color: var(--light);
  background: none;
  border: 1px solid var(--white);
  outline: none;
  transition: all 0.3s ease;
}
.book-car__form input:not([type="submit"])::placeholder {
  color: var(--light);
}

.book-car__form input:not([type="submit"]):hover,
.book-car__form input:not([type="submit"]):focus {
  border-color: var(--orange);
}

.book-car__form input[type="date"]::-webkit-calendar-picker-indicator {
  filter: invert(1);
}

.book-car__form input[type="date"]::-webkit-calendar-picker-indicator:hover {
  cursor: pointer;
}

.book-car__form .wpcf7-not-valid-tip {
  position: relative;
}

.book-car__form .wpcf7-response-output {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.book-car__form .wpcf7-form:not(.sent) .wpcf7-response-output {
  display: none;
}

/* BOOK CAR END */

/* MOBILE APPS */

#mobile-apps {
  padding: 50px 0 20px 0;
}

.mobile-apps__title {
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.125em;
  text-align: center;
}

.mobile-apps__links {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 -30px;
}

.mobile-apps__link {
  padding: 0 30px;
  filter: brightness(0.6);
}

.mobile-apps__link:hover {
  filter: brightness(1);
}

.mobile-apps__link--app-store img {
  width: 150px;
}

.mobile-apps__link--google-play img {
  width: 130px;
}

/* MOBILE APPS END */

/* SUBMAKES LINKS */

#submakes-links {
  padding: 30px 0;
}

.submakes-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: -10px;
}

.submakes-link {
  padding: 10px;
  flex-basis: 25%;
}

.submakes-link a {
  display: block;
  padding: 15px 10px;
  text-align: center;
  color: #ffffff;
  border: 1px solid #ffffff;
}

.submakes-link a:hover {
  color: var(--orange);
  border-color: var(--orange);
}

/* SUBMAKES LINKS END */

/* REDEMPTION CALCULATOR START */

#redemption-calculator {
  margin-top: -50px;
  padding: 100px 0 50px;
}

#redemption-calculator .title {
  margin-bottom: 35px;
  font-size: 48px;
  text-align: center;
  line-height: 1em;
  font-weight: 500;
}

.redemption-calculator__body {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 40px 50px;
  background: linear-gradient(90deg, rgb(43, 43, 43) 0%, rgb(43, 43, 43) 100%);
  z-index: 1;
  overflow: hidden;
}

.redemption-calculator__form {
  width: 56%;
}

.form-calculator {
  padding-right: 80px;
}

.form-calculator__item ~ .form-calculator__item {
  margin-top: 30px;
}

.form-calculator__label {
  margin-bottom: 10px;
  color: #bbbbbb;
}

.form-calculator__field.input {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-bottom: 10px;
}

.form-calculator__field.input .form-calculator__postfix {
  position: absolute;
  right: 12px;
  font-size: 14px;
  z-index: 1;
}

.form-calculator__field.range {
  position: relative;
}

.form-calculator__field.range .form-calculator__postfix {
  position: absolute;
  right: 0;
  top: -44px;
}

.form-calculator input[type="text"] {
  width: 240px;
  min-height: 34px;
  padding: 12px;
  font-size: 16px;
  color: var(--light);
  background: var(--dark-gray);
  border: 1px solid var(--white);
  outline: none;
  transition: all 0.3s ease;
}

.form-calculator input[type="text"]:focus {
  border-color: var(--orange);
}

.form-calculator input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  cursor: pointer;
  width: 100%;
  height: 6px;
  border-radius: 10px;
  background: #4e4e4e;
}

.form-calculator input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: var(--orange);
  transition: 0.3s ease;
}

.form-calculator input[type="range"]::-webkit-slider-thumb:hover {
  box-shadow: 0 0 0 6px rgba(246, 185, 31, 0.3);
}

.form-calculator input[type="range"]:active::-webkit-slider-thumb {
  box-shadow: 0 0 0 10px rgba(246, 185, 31, 0.3);
}

.form-calculator input[type="range"]::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border: none;
  border-radius: 50%;
  background-color: var(--orange);
  transition: 0.3s ease;
}

.form-calculator input[type="range"]::-moz-range-thumb:hover {
  box-shadow: 0 0 0 6px rgba(246, 185, 31, 0.3);
}

.form-calculator input[type="range"]:active::-moz-range-thumb {
  box-shadow: 0 0 0 10px rgba(246, 185, 31, 0.3);
}

.redemption-calculator__result {
  width: 44%;
}

.result-calculator {
  position: relative;
  text-align: center;
  z-index: 1;
}

.result-calculator::before {
  content: "";
  position: absolute;
  top: 0;
  left: 10px;
  display: block;
  width: 440px;
  height: 440px;
  border: 1px solid #c2c2c2;
  opacity: 0.4;
  transform: rotate(45deg);
  pointer-events: none;
  z-index: -1;
}

.result-calculator__value {
  font-size: 40px;
  color: var(--white);
}

.result-calculator__value.main {
  font-weight: 600;
}

.result-calculator__text {
  display: inline-block;
  margin-bottom: 25px;
  color: #bbbbbb;
}

.result-calculator__text.bordered {
  padding-bottom: 28px;
  border-bottom: 2px dashed #fff;
}

.result-calculator__description {
  margin-bottom: 25px;
  font-size: 14px;
  line-height: 1.75em;
  color: #bbbbbb;
}

.result-calculator__button {
  display: inline-flex;
}

.redemption-calculator__background {
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  z-index: -1;
  max-width: 60%;
}

.redemption-calculator__background::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #2b2b2b 0%, rgba(43, 43, 43, 0.6) 100%);
  z-index: 0;
}

.redemption-calculator__background img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}

/* REDEMPTION CALCULATOR END */

/* REDEMPTION ADVANTAGES START */

#redemption-advantages {
  padding: 50px 0;
}

#redemption-advantages .title {
  font-size: 48px;
  text-align: center;
  line-height: 1em;
  font-weight: 500;
  margin-bottom: 35px;
}

.redemption-advantages__body {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}

.redemption-advantages__item {
  width: 25%;
  padding: 10px;
}

.redemption-advantages__item-wrap {
  display: flex;
  align-items: center;
  padding: 20px 80px 20px 20px;
  position: relative;
  min-height: 140px;
  line-height: normal;
  background: #2b2b2b;
  overflow: hidden;
}

.redemption-advantages__text {
  color: #bbbbbb;
  z-index: 1;
}

.redemption-advantages__image {
  display: flex;
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 100%;
  max-height: 110px;
}

/* REDEMPTION ADVANTAGES END */

/* REDEMPTION REQUIREMENTS START */

#redemption-requirements {
  padding: 50px 0;
}

#redemption-requirements .title {
  font-size: 48px;
  text-align: center;
  line-height: 1em;
  font-weight: 500;
  margin-bottom: 35px;
}

.redemption-requirements__body {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}

.redemption-requirements__item {
  width: 50%;
  padding: 10px;
}

.redemption-requirements__item-wrap {
  height: 100%;
  padding: 40px;
  position: relative;
  overflow: hidden;
}

.redemption-requirements__title {
  margin-bottom: 10px;
  font-size: 24px;
  text-transform: uppercase;
}

.redemption-requirements__text {
  max-width: 280px;
  color: var(--light);
}

.redemption-requirements__text ol {
  padding-left: 55px;
  font-weight: 500;
}

.redemption-requirements__text ol li::marker {
  font-size: 50px;
  font-weight: 400;
  line-height: 1em;
  color: rgba(246, 185, 31, 0.75);
}

.redemption-requirements__text ol li ~ li {
  margin-top: 20px;
}

.redemption-requirements__image {
  display: flex;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 80%;
  z-index: -1;
}

/* REDEMPTION REQUIREMENTS END */

/* REDEMPTION DIFFERENT START */

#redemption-different {
  padding: 50px 0;
}

#redemption-different .title {
  font-size: 48px;
  text-align: center;
  line-height: 1em;
  font-weight: 500;
  margin-bottom: 35px;
}

.redemption-different__body {
  display: flex;
  flex-wrap: wrap;
}

.redemption-different__item {
  width: 50%;
}

.redemption-different__item-wrap {
  height: 100%;
  padding: 40px;
  position: relative;
  overflow: hidden;
  outline: 1px solid #505050;
  outline-offset: -1px;
  opacity: 0.7;
}

.redemption-different__item-wrap.with-image {
  outline-color: transparent;
  opacity: 1;
}

.redemption-different__title {
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 15px;
  font-size: 24px;
  text-transform: uppercase;
}

.redemption-different__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 60px;
  height: 2px;
  background-color: var(--orange);
}

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

.redemption-different__text ul li {
  position: relative;
  padding-left: 25px;
}

.redemption-different__text ul li ~ li {
  margin-top: 1.25em;
}

.redemption-different__text ul li::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 5px;
  left: 0;
}

.redemption-different__text ul.cross li::before {
  background: url(../../../../uploads/2023/05/cross-red.svg) center/100% 100%
    no-repeat;
}

.redemption-different__text ul.check li::before {
  background: url(../../../../uploads/2023/05/check-green.svg) center/100% 100%
    no-repeat;
}

.redemption-different__image {
  display: flex;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 80%;
  z-index: -1;
}

/* REDEMPTION DIFFERENT END */

#helicopters h2,
#yachts h2 {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.125em;
  text-align: center;
  margin: 20px 0 30px;
}

/* YACHT INFORMATION START */

.yacht-information {
  padding-top: 1em;
  padding-bottom: 3.5em;
}

.yacht-information__wrap {
}

.yacht-information__title {
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 15px;
  font-size: 24px;
  text-transform: uppercase;
}

.yacht-information__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 60px;
  height: 2px;
  background-color: var(--orange);
}

.yacht-information__text {
  font-size: 16px;
  color: var(--light);
}

.yacht-information__text ul {
  display: flex;
  flex-wrap: wrap;
  margin: -6px 0;
}

.yacht-information__text ul li {
  position: relative;
  margin: 6px 0;
  padding: 0 25px;
  width: 50%;
}

.yacht-information__text ul li::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 5px;
  left: 0;
}

.yacht-information__text ul.cross li::before {
  background: url(../../../../uploads/2023/05/cross-red.svg) center/100% 100%
    no-repeat;
}

.yacht-information__text ul.check li::before {
  background: url(../../../../uploads/2023/05/check-green.svg) center/100% 100%
    no-repeat;
}

/* YACHT INFORMATION END */

/* Google reCaptcha START */

.grecaptcha-badge {
  display: none !important;
}

/* Google reCaptcha END */

/* POPUPS */

.mfp-bg {
}

.mfp-container {
  padding: 36px !important;
  overflow-y: auto;
}

/* Animation - Zoom In */

.mfp-zoom-in {
  opacity: 0;
  transition: var(--transition);
}

.mfp-wrap.mfp-zoom-in {
  transform: scale(0.8);
}

.mfp-bg.mfp-zoom-in.mfp-ready {
  opacity: 0.8;
}

.mfp-wrap.mfp-zoom-in.mfp-ready {
  opacity: 1;
  transform: scale(1);
}

.mfp-zoom-in.mfp-removing {
  opacity: 0 !important;
}

.mfp-wrap.mfp-zoom-in.mfp-removing {
  transform: scale(0.8);
}

/* Animation - Zoom In - END */

/* Animation - Fade */

.mfp-fade {
  opacity: 0;
  transition: var(--transition);
}

.mfp-bg.mfp-fade.mfp-ready {
  opacity: 0.3;
}

.mfp-wrap.mfp-fade.mfp-ready {
  opacity: 1;
}

.mfp-fade.mfp-removing {
  opacity: 0 !important;
}

/* Animation - Fade - END */

.popup {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  background: var(--black);
}

.popup-image {
  display: flex;
  width: 100%;
  height: 350px;
}

.popup-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 80%;
}

.popup-bottom {
  display: flex;
  gap: 40px;
  padding: 24px;
}

.popup-bottom .popup-content {
  width: 100%;
}

.popup-bottom .popup-title {
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.125em;
}

.popup-bottom .popup-button {
  flex-shrink: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  margin-bottom: 4px;
}

.popup-close {
  position: absolute;
  top: 34px;
  right: 34px;
  display: flex;
  width: 25px;
  height: 25px;
  color: var(--white);
  transition: var(--transition);
  cursor: pointer;
}

.popup-close svg {
  width: 100%;
  height: 100%;
}

.popup-close:hover {
  color: var(--orange);
}

/* Popup - With form */
.popup-with-form {
  max-width: 700px;
}

.popup-with-form .popup-bottom {
  padding: 56px 48px;
}

.popup-with-form .popup-content {
  text-align: center;
}

.popup-with-form .popup-title {
  margin-bottom: 32px;
  padding: 0 24px;
}

.popup-with-form .popup-form {
  max-width: 550px;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .popup-image {
    height: 34vw;
  }
}

@media (max-width: 899px) {
  .popup-bottom {
    flex-wrap: wrap;
    gap: 24px;
  }
}

@media (max-width: 767px) {
  .mfp-container {
    padding: 18px !important;
  }

  .popup-bottom .popup-title {
    margin-bottom: 12px;
    font-size: 24px;
  }

  .popup-bottom .popup-description {
    font-size: 15px;
  }

  .popup-close {
    top: 12px;
    right: 12px;
    width: 16px;
    height: 16px;
  }

  /* Popup - With form */
  .popup-with-form .popup-bottom {
    padding: 30px;
  }

  .popup-with-form .popup-title {
    margin-bottom: 24px;
  }

  .popup-with-form .popup-form {
    max-width: 100%;
  }
}

/* POPUPS END */

/* Banner */

.header-banner {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  background: var(--orange);
  z-index: 11;
}

.header-banner ~ header {
  top: 25px;
}

.header-banner ~ main {
  padding-top: 41px;
}

.header-banner-trigger {
  position: fixed;
  right: 30px;
  bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  color: var(--black);
  background-color: #7ed956;
  border-radius: 50%;
  z-index: 100;
}

.header-banner-trigger::before {
  content: "";
  position: absolute;
  top: -12px;
  left: -12px;
  width: calc(100% + 24px);
  height: calc(100% + 24px);
  background-color: var(--orange-10);
  border-radius: 50%;
  animation: scaleInOut 1.4s linear 0s infinite forwards;
  z-index: -1;
}

@keyframes scaleInOut {
  0% {
    transform: scale(0.9);
  }

  50% {
    background-color: var(--orange-30);
    transform: scale(1.05);
  }

  100% {
    transform: scale(0.9);
  }
}

@media (max-width: 768px) {
  .header-banner-trigger {
    right: 20px;
    bottom: 20px;
  }
}

/* Banner - END */

@media (max-width: 1440px) {
  .car-info-settings .btn {
    font-size: 13px;
  }

  .cert__title {
    font-size: 32px;
  }
}

@media (max-width: 1199.75px) {
  .menu li a {
    font-size: 13px;
  }

  .menu li.menu-item-has-children {
    padding-right: 18px;
  }

  .menu li.menu-item-has-children .arrow-down {
    top: 7px;
    width: 13px;
    height: 13px;
  }

  .form-calculator input[type="text"] {
    width: 220px;
  }

  .redemption-advantages__item {
    width: 33.333%;
  }

  .redemption-advantages__item-wrap {
    padding-right: 110px;
  }
}

@media (max-width: 1024px) {
  main section:last-child {
    padding-bottom: 65px !important;
  }

  #hero .benefits-list .description {
    font-size: 16px;
  }

  header .wrapper {
    grid-template-columns: 110px 1fr 180px 70px;
  }

  .footer__contacts {
    grid-column-start: 1;
    grid-column-end: 4;
  }

  .footer__wrapper {
    grid-template-columns: repeat(3, 1fr);
  }

  .footer__contacts-title {
    justify-content: center;
  }

  .column.req {
    padding-top: 20px;
  }

  .column__wrapper {
    display: flex;
    justify-content: center;
    gap: 50px;
  }

  #about-us .about-us-items {
    grid-template-columns: repeat(2, 1fr);
  }

  .cars-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  .cars-categories {
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
  }

  .cars-categories-item img {
  }

  .settings-wrapper {
    font-size: 14px;
  }

  .menu {
    gap: 0px 14px;
  }

  .descriptions-items {
    font-size: 16px;
  }

  #vroom-club .full-container {
    grid-template-columns: repeat(2, 1fr);
  }

  #vroom-club > div > div:nth-child(1) {
    display: none;
  }

  .content-column p {
    font-size: 14px;
  }

  #vroom-club .content-column:nth-child(2) .image-wrapper,
  #vroom-club .content-column:nth-child(3) .image-wrapper {
    margin-top: 15px;
  }

  #home-cars {
    padding: 50px 20px;
  }

  .about-vroom-page #page-hero .wrapper iframe {
    width: 100%;
  }

  #page-hero .wrapper h1,
  #page-category .wrapper h1 {
    font-size: 42px;
  }

  #about-vroom-club .wrapper .column.second p {
    font-size: 14px;
  }

  #promo-cars .container {
    grid-template-columns: repeat(2, 1fr);
  }

  #car-profile .full-container {
    align-items: flex-start;
  }

  #car-profile .car-shorts {
    width: 300px;
  }

  #security-cars .cars-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  #security-cars .cars-wrapper .car-card {
    max-width: 45.8vw;
  }

  #get-cert .wrapper {
    flex-direction: column-reverse;
  }

  .cert__image {
    margin-top: 20px;
  }

  .terms-items {
    grid-template-columns: repeat(2, 1fr);
  }

  .terms-item:last-child {
    grid-column-start: 1;
    grid-column-end: 3;
  }

  #wedding {
    height: 560px;
  }

  #wedding .wrapper h2 {
    font-size: 38px;
  }

  #feedback .title,
  #feedback-yandex .title {
    font-size: 42px;
  }

  .feedback-yandex__column {
    height: 400px;
  }

  #feedback-form .form-wrapper form {
    grid-template-columns: 1fr;
  }

  .feedback-form-button-wrapper {
    justify-content: center;
    margin-top: 15px;
  }

  .car-card-images,
  .car-image-slider .swiper-slide {
    height: 30vw;
  }

  .book-car__body {
    flex-direction: column;
  }

  .book-car .wrapper {
    padding: 30px;
  }

  .info-book__title {
    line-height: 1.125em;
  }

  .info-book__title span {
    display: inline-block;
  }

  .info-book__description br {
    display: none;
  }

  .swiper.carCardProfile-slider .swiper-slide {
    min-height: 400px;
  }

  .submakes-link {
    flex-basis: 50%;
  }

  .redemption-calculator__form,
  .redemption-calculator__result {
    width: 100%;
  }

  .form-calculator {
    margin-bottom: 50px;
    padding-right: 0px;
  }

  .result-calculator {
    max-width: 440px;
    margin: 0 auto;
  }

  .result-calculator::before {
    left: 0;
    right: 0;
    margin: auto;
  }

  .redemption-calculator__background {
    max-width: 100%;
    width: 100%;
    height: 60%;
    top: initial;
    bottom: 0;
  }

  .redemption-calculator__background::before {
    background: linear-gradient(180deg, #2b2b2b 0%, rgba(43, 43, 43, 0.6) 100%);
  }

  .redemption-calculator__background img {
    width: 100%;
  }

  .redemption-advantages__item {
    width: 50%;
  }

  .redemption-advantages__item-wrap {
    min-height: 130px;
  }

  .redemption-requirements__item {
    width: 100%;
  }

  .redemption-requirements__text {
    max-width: 500px;
  }

  .redemption-requirements__text ol {
    font-weight: 400;
  }

  .redemption-different__item {
    width: 100%;
  }

  .rental-links__item {
    height: min(26vw, 290px);
  }

  .rental-links__item a {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  header .container > .wrapper > .menu-menu-1-container {
    display: none;
  }

  header .wrapper {
    grid-template-columns: 1fr 160px 60px 35px;
    gap: 10px;
  }

  .logo {
    max-width: 130px;
    width: 100%;
  }

  #grid-links .grid-links {
    grid-template-columns: repeat(2, 1fr);
  }

  #page-category {
    margin-bottom: 20px;
  }

  #text-content,
  #rental-conditions,
  #vroom-club,
  #autopark,
  #rental-links,
  #redemption-calculator,
  #redemption-advantages,
  #redemption-requirements,
  #redemption-different,
  #feedback,
  #feedback-yandex {
    padding: 30px 0;
  }

  #redemption-calculator {
    margin-top: 0;
  }

  #mobile-apps {
    padding: 30px 0 0;
  }

  #get-cert {
    padding: 30px 80px;
  }

  main section:last-child {
    padding-bottom: 50px !important;
  }

  .descriptions-items {
    grid-template-columns: 1fr;
  }

  .descriptions-item:first-child {
    grid-column-end: 2;
    grid-column-start: 1;
  }

  .hamburher {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 30px;
    height: 22px;
    position: fixed;
    top: 25px;
    right: 20px;
    z-index: 21;
    cursor: pointer;
    overflow: hidden;
  }

  .header-banner ~ .hamburher {
    top: 56px;
    transition: var(--transition);
  }

  .hamburher span {
    display: block;
    width: 25px;
    height: 2px;
    background-color: var(--white);
    transition: var(--transition);
  }

  .hamburher span:nth-child(1) {
    transition-delay: 0.1s;
  }

  .hamburher span:nth-child(2) {
    transition-delay: 0.2s;
  }

  .hamburher span:nth-child(3) {
    transition-delay: 0s;
  }

  .hamburher.active span:nth-child(1) {
    transform: translate(0px, 10px) rotate(45deg);
  }

  .hamburher.active span:nth-child(2) {
    transform: translateX(30px);
    transition-delay: 0s;
  }

  .hamburher.active span:nth-child(3) {
    transform: translate(0px, -10px) rotate(135deg);
    transition-delay: 0.2s;
  }

  .header-banner ~ .hamburher.active {
    top: 25px;
  }

  #about-us {
    padding: 30px 0;
  }

  #about-us .about-us-items {
    gap: 20px;
    margin-top: 20px;
  }

  #about-us .title {
    font-size: 28px;
  }

  #about-us .subtitle {
    font-size: 16px;
  }

  #about-vroom-video {
    padding-top: 60px;
  }

  .mobile-menu {
    background-color: var(--dark-gray-2);
    position: fixed;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    text-align: center;
    z-index: 20;
    top: -200%;
    transition: var(--transition);
    padding: 100px 30px 30px;
  }

  .mobile-menu.show {
    top: 0;
  }

  .mobile-menu ul {
    display: flex;
    flex-direction: column;
    margin: 0;
  }

  .mobile-menu .menu {
    gap: 14px;
  }

  .mobile-menu .menu li {
    width: 100%;
  }

  .mobile-menu .menu li a {
    font-size: 20px;
    font-weight: 600;
  }

  .mobile-menu li.menu-item-has-children ul {
    padding-left: 20px;
    background-color: var(--dark-gray-2);
  }

  .mobile-menu li.menu-item-has-children li a {
    color: var(--white);
  }

  .mobile-menu li.menu-item-has-children.active ul {
    position: relative;
    top: 15px;
    right: unset;
    padding: 0;
  }

  .menu-item-has-children a {
    position: relative;
  }

  .mobile-menu .arrow-down {
    right: -25px;
  }

  .mobile-menu .menu-item-has-children ul {
    height: 0;
    overflow: hidden;
    transition: var(--transition);
  }

  .mobile-menu .menu-item-has-children.active ul {
    width: 100%;
    height: auto;
  }

  .menu-menu-1-container {
    overflow: auto;
  }

  .menu-menu-1-container::-webkit-scrollbar {
    width: 0;
    height: 0;
  }

  .cars-wrapper {
    grid-template-columns: 1fr;
  }

  .car-card-images {
    height: 50vw;
  }

  .car-image-slider .swiper-slide {
    height: 55vw;
  }

  .cars-categories {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-bottom: 40px;
  }

  .about-vroom-page #page-hero .wrapper {
    grid-template-columns: 1fr;
    width: 100%;
    padding-top: 100px;
  }

  #page-hero > div > div > div.left {
    order: 2;
  }

  #about-vroom-club .wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }

  #promo-cars {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  #promo-cars .container {
    grid-template-columns: 1fr;
  }

  #car-profile .full-container {
    grid-template-columns: 1fr;
  }

  #car-profile .car-prices__item {
    flex-basis: 100%;
    flex-direction: row;
    justify-content: space-between;
    font-size: 1.1em;
    line-height: 1.75em;
    border-bottom: 1px dashed var(--orange);
    margin-bottom: 0.5em;
  }

  #car-profile .car-prices__item span {
    margin-top: 0;
    padding-top: 0;
  }

  #car-profile .car-prices__item span::before {
    content: none;
  }

  .car-profile__slider {
    width: calc(100vw - 40px);
    overflow: hidden;
  }

  header .phone-link a {
    font-size: 14px;
  }

  header .social-links a {
    display: flex;
  }

  #hero .benefits-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  #hero h1 {
    font-size: 42px;
  }

  #wedding {
    background-position: 40% 100%;
  }

  #wedding .wrapper h2 {
    font-size: 30px;
  }

  #wedding .wrapper p {
    font-size: 18px;
  }

  #vroom-club .full-container {
    grid-template-columns: 1fr;
  }

  #vroom-club .content-column {
    padding: 13px 0;
  }

  #vroom-club .content-column p:nth-child(1) {
    flex-basis: auto;
  }

  #vroom-club .image-wrapper img {
    max-height: 400px;
  }

  .content-column p {
    font-size: 16px;
  }

  .home-cars .swiper-slide {
    display: grid;
    grid-template-columns: 1fr;
  }

  .home-cars {
    height: unset;
  }

  #security-cars .cars-wrapper {
    grid-template-columns: 1fr;
  }

  #security-cars .cars-wrapper .car-card {
    max-width: calc(100vw - 40px);
  }

  #security-cars .car-image-slider {
    width: calc(100vw - 40px);
  }

  #security-cars .title {
    line-height: 1;
    font-size: 30px;
    margin-bottom: 25px;
  }

  .cars-categories-item {
    text-align: center;
    padding: 10px 5px;
    background-color: #222123;
  }

  .cars-categories-item img {
    width: 90%;
  }

  .feedbacks-items-wrapper {
    display: block;
  }

  .feedbacks-items {
    padding-bottom: 40px;
  }

  .cars-make-item {
    text-align: center;
  }

  .cars-makes {
    grid-template-columns: repeat(4, max-content);
  }

  .banner_event__text {
    width: 60%;
  }

  #banners .title {
    font-size: 28px;
  }

  .terms-items {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .terms-item:last-child {
    grid-column-end: auto;
  }

  #feedback .title,
  #feedback-yandex .title {
    font-size: 34px;
  }

  .feedback-yandex__body {
    grid-template-columns: 1fr;
  }

  .feedback-yandex__column {
    height: 325px;
  }

  .footer__clients-title,
  .footer__for-events-title,
  .footer__autopark-title,
  .footer__contacts-title {
    font-size: 22px;
  }

  .swiper-button-prev,
  .swiper-button-next {
    width: 34px;
    height: 34px;
  }

  .swiper-button-prev:after,
  .swiper-button-next:after {
    font-size: 12px;
  }

  .cars-slider .swiper-button-prev,
  .cars-slider .swiper-button-next {
    top: 15px;
    transform: translateX(0);
  }

  .cars-slider .swiper-button-prev {
    right: 66px;
  }

  .cars-slider .swiper-button-next {
    right: 20px;
  }

  .category-item__top .category-item__link {
    display: none;
  }

  .category-item__bottom {
    display: block;
    width: 100%;
    margin-top: 1.25em;
    text-align: center;
  }

  #about-us + #book-car,
  #about-us + #book-helicopter {
    padding-top: 60px;
  }

  #book-car,
  #book-helicopter {
    padding: 30px 0;
  }

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

  .info-book__description {
    margin-top: 20px;
  }

  .info-book__policy {
    margin: 20px 0;
  }

  .info-book__image {
    display: none;
  }

  .info-book__image img {
    width: 60px;
  }

  .info-book__policy-text {
    font-size: 14px;
  }

  .swiper.carCardProfile-slider .swiper-slide {
    min-height: 350px;
  }

  .mobile-apps__link--app-store img {
    width: 130px;
  }

  .mobile-apps__link--google-play img {
    width: 115px;
  }

  #redemption-calculator .title {
    margin-bottom: 20px;
    font-size: 28px;
  }

  #redemption-advantages .title {
    margin-bottom: 20px;
    font-size: 28px;
  }

  .redemption-advantages__item {
    width: 100%;
  }

  .redemption-advantages__item-wrap {
    min-height: 110px;
    padding-right: 126px;
  }

  .redemption-advantages__text br {
    display: none;
  }

  #redemption-requirements .title {
    margin-bottom: 20px;
    font-size: 28px;
  }

  .redemption-requirements__item-wrap {
    padding: 30px;
  }

  .redemption-requirements__title {
    font-size: 20px;
  }

  .redemption-requirements__text ol {
    padding-left: 40px;
    font-size: 14px;
  }

  .redemption-requirements__text ol li::marker {
    font-size: 36px;
  }

  .redemption-requirements__text ol li ~ li {
    margin-top: 12px;
  }

  #redemption-different .title {
    margin-bottom: 20px;
    font-size: 28px;
  }

  .redemption-different__item-wrap {
    padding: 30px;
  }

  .redemption-different__title {
    font-size: 20px;
  }

  .yacht-information__title {
    font-size: 20px;
  }

  .yacht-information__text ul li {
    width: 100%;
    padding-right: 0px;
  }

  .rental-links__items {
    flex-wrap: wrap;
  }

  .rental-links__item {
    width: 100%;
    height: min(50vw, 280px);
  }
}

@media (max-width: 579.75px) {
  #page-hero .wrapper .custom-hero__links {
    flex-wrap: wrap;
    row-gap: 15px;
  }

  #page-hero .wrapper .custom-hero__links .btn {
    font-size: 14px;
  }

  .redemption-calculator__body {
    padding: 30px;
  }

  .form-calculator {
    margin-bottom: 30px;
  }

  .form-calculator__item ~ .form-calculator__item {
    margin-top: 36px;
  }

  .form-calculator__field.input,
  .form-calculator input[type="text"] {
    width: 100%;
  }

  .form-calculator__field.range .form-calculator__postfix {
    top: 100%;
    font-size: 14px;
    color: #bbbbbb;
  }

  .result-calculator {
    max-width: 100%;
  }

  .result-calculator::before {
    content: none;
  }

  .result-calculator__value {
    font-size: 32px;
  }

  .result-calculator__text {
    margin-bottom: 15px;
    font-size: 14px;
  }

  .result-calculator__text.bordered {
    padding-bottom: 18px;
  }
}

@media (max-width: 550px) {
  #hero {
    height: auto;
  }

  .footer__wrapper {
    grid-template-columns: repeat(1, 1fr);
  }

  .footer__contacts-title {
    justify-content: start;
  }

  .footer__clients,
  .footer__autopark,
  .footer__for-events {
    align-items: center;
  }

  .footer__clients-link,
  .footer__autopark-link,
  .footer__for-events-link {
    text-align: center;
  }

  .footer__contacts-title {
    justify-content: center;
  }

  .column__wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 0;
  }

  .footer__contacts {
    grid-column-start: auto;
    grid-column-end: auto;
  }

  .column.req {
    padding-top: 20px;
  }

  #promo-cars .car-card {
    width: calc(100vw - 40px);
    max-width: unset;
  }

  #page-hero {
    height: 70vh;
  }

  #hero h1 {
    margin-top: 80px;
    font-size: 30px;
  }

  #hero .subtitle-list .subtitle {
    font-size: 18px;
  }

  #hero .benefits-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
  }

  #hero .benefits-list .icon {
    align-self: flex-start;
    width: 50px;
    height: 50px;
  }

  #hero .benefits-list .icon img {
    width: 30px;
  }

  #hero .benefits-list .description {
    font-size: 14px;
  }

  #hero .benefits-item {
    display: grid;
    grid-template-columns: 50px 1fr;
    gap: 10px;
  }

  .home-cars .swiper-slide .info {
    padding: 20px 0 30px;
  }

  #wedding {
    height: 430px;
  }

  #wedding > div > div > div:nth-child(1) {
    display: none;
  }

  #wedding .wrapper {
    grid-template-columns: 1fr;
  }

  #wedding .wedding-info {
    text-align: center;
  }

  #grid-links .grid-links a {
    font-size: 16px;
    padding: 0 3px;
  }

  #page-hero::before {
    height: 70vh;
  }

  #page-hero .container {
    padding-top: 60px;
    padding-bottom: 20px;
  }

  #page-hero .wrapper img[alt="mini-logo"] {
    display: none;
  }

  #autopark h2,
  .mobile-apps__title,
  .rental-links__title {
    font-size: 28px;
  }


  .car-image-slider {
    width: calc(100vw - 40px);
  }

  .car-name {
    font-size: 15px;
    letter-spacing: -0.25px;
  }

  .car-price {
    font-size: 15px;
    letter-spacing: -0.25px;
  }

  #about-us .about-us-items {
    grid-template-columns: repeat(1, 1fr);
  }

  .feedbacks-items {
    grid-template-columns: repeat(1, 1fr);
  }

  footer .wrapper {
    grid-template-columns: 1fr;
  }

  #car-profile .car-settings ul {
    justify-content: center;
  }

  #car-profile .car-settings__item {
    flex-basis: 50%;
  }

  #car-profile .car-shorts {
    width: max(300px, 60vw);
  }

  #car-profile .actions {
    display: flex;
    flex-direction: column;
  }

  #car-profile .actions .btn {
    margin-right: 0;
    margin-bottom: 15px;
  }

  #promo-cars .title {
    font-size: 38px;
  }

  #feedback-form {
    padding: 50px 0;
  }

  #feedback-form h2 {
    font-size: 30px;
    line-height: 1;
  }

  #booking-form .wrapper {
    grid-template-columns: repeat(1, 1fr);
  }

  #get-cert {
    padding: 60px 20px;
  }

  #hero .btn {
    margin-bottom: 20px;
  }

  footer {
    padding: 50px 0;
  }

  footer .column {
    margin-bottom: 30px;
  }

  .footer__wrapper {
    gap: 20px;
  }

  .footer__clients-title,
  .footer__for-events-title,
  .footer__autopark-title,
  .footer__contacts-title {
    padding-bottom: 5px;
  }

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

  #get-cert .wrapper {
    grid-template-columns: repeat(1, 1fr);
  }

  #page-hero .wrapper h1,
  #page-category .wrapper h1 {
    font-size: 32px;
  }

  #page-hero .subtitle {
    margin-bottom: 20px;
  }

  /* .car-image-slider img {
        width: calc(100vw - 40px);
    } */
  .modal-form-block {
    padding: 70px 20px;
  }

  #page-hero .wrapper h1::before,
  #page-category .wrapper h1::before {
    width: 100%;
  }

  .cars-makes {
    grid-template-columns: repeat(2, max-content);
  }

  .banners-events {
    display: none;
  }

  .banners-events-mobile {
    display: block;
  }

  .banner-event__text {
    font-size: 16px;
  }

  .banner-event__price {
    font-size: 12px;
    margin-left: 80%;
  }

  .banner-event__circle1 {
    padding: 32px;
  }

  .banner-event__circle2 {
    padding: 47px;
  }

  .cert__title {
    font-size: 24px;
    line-height: 24px;
  }

  .cert__corner-left {
    top: 0;
    left: -20px;
  }

  .cert__corner-right {
    bottom: 0;
    right: -20px;
  }

  .cert-info {
    padding: 30px 0;
  }
  .filter__price-btn {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
    text-align: center;
  }
  .filter__price.js-active .filter__items {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .filter__autopark {
    justify-content: center;
    grid-template-columns: repeat(2, max-content);
  }
  .filter__params {
    justify-content: center;
  }

  #feedback-form .form-wrapper {
    padding: 30px;
  }

  .single-car h1 {
    font-size: 25px;
  }

  .mobile-apps__links {
    margin: 0 -20px;
  }

  .mobile-apps__link {
    padding: 0 20px;
  }

  .mobile-apps__link--app-store img {
    width: 100px;
  }

  .mobile-apps__link--google-play img {
    width: 90px;
  }

  .submakes-link {
    flex-basis: 100%;
  }

  .redemption-requirements__image {
    opacity: 0.5;
  }

  .redemption-different__text {
    font-size: 14px;
  }

  .redemption-different__text ul li ~ li {
    margin-top: 1em;
  }

  .yacht-information__text {
    font-size: 14px;
  }
}

@media (max-width: 500px) {
  header .wrapper {
    grid-template-columns: 1fr auto auto 35px;
  }

  header .phone-link a img {
    width: 30px;
    margin-right: 0;
  }

  header .phone-link span {
    display: none;
  }
}

@media (max-width: 360px) {
  #security-cars .cars-wrapper .car-card,
  #security-cars .car-image-slider {
    width: 100%;
  }

  #security-cars .full-container > .btn {
    font-size: 15px;
  }

  header .wrapper {
    grid-template-columns: 1fr 30px 50px;
  }

  header .phone-link {
    display: none;
  }

  .car-info-settings {
    flex-direction: column;
    text-align: center;
  }

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

  .cars-categories {
  }

  .footer__wrapper {
    grid-template-columns: repeat(1, 1fr);
  }

  .book-car .wrapper {
    padding: 20px;
  }

  .info-book__title {
    font-size: 26px;
  }

  .book-car__form input {
    font-size: 14px !important;
  }
}
