@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rum+Raisin&display=swap");
@font-face {
  font-family: "Eastman";
  src: url("../../../../assets/css/fonts/Rubik-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Eastman-medium";
  src: url("../../../../assets/css/fonts/Rubik-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* Підключення шрифту з ttf_web */
@font-face {
  font-family: "Comfortaa";
  src: url("../../../../assets/css/fonts/Comfortaa-VariableFont_wght.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
html {
  font-family: "Comfortaa", serif;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  background-color: aliceblue;
  color: #000;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

a {
  text-decoration: none;
}

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

h1 {
  padding: 0;
  margin: 0;
}

button {
  border-radius: 0;
  border-style: none;
  border-color: none;
  -o-border-image: none;
     border-image: none;
  cursor: pointer;
}

input:active, input:hover, input:focus {
  outline: 0;
  outline-offset: 0;
}

ul {
  padding: 0;
  margin: 0;
}

div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "Comfortaa", serif;
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "Comfortaa", serif;
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

.slick-dots li button:before {
  content: "";
  background-image: url("/assets/img/dots.svg");
  background-repeat: no-repeat;
  width: 19px;
  height: 19px;
  background-position: center;
  opacity: 1;
}

.slick-dots li.slick-active button:before {
  content: "";
  background-image: url("/assets/img/dots-active.svg");
}

.container {
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1600px;
  width: 100%;
}

.slick-next.slick-arrow {
  right: 0 !important;
}

.slick-prev.slick-arrow {
  left: 0 !important;
  z-index: 999;
}

.car__item.slick-slide {
  background-color: #f1f7fc;
  border-radius: 15px;
}

@media (max-width: 1000px) {
  .car__item.slick-slide.slick-current.slick-active {
    width: 90vw !important;
  }
}
.header__top-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 2px dashed #919293;
  z-index: 3;
  position: relative;
}

.header__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}

.header__nav ul li a {
  font-family: "Eastman", serif;
  font-size: 18px;
  font-weight: 600;
  color: aliceblue;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  text-transform: uppercase;
  display: block;
}

.header__nav ul li a:hover {
  color: #CA8700;
}

.header__contact {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.header__contact-title {
  font-size: 14px;
  font-weight: 500;
  color: #E72D03;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.header__contact-value {
  padding-top: 10px;
}

.header__contact-value a {
  font-size: 18px;
  font-weight: 500;
  color: aliceblue;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.header__contact-desc:hover .header__contact-title {
  color: aliceblue;
}

.header__nav .split {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.header__nav .split:after {
  content: "";
  width: 10px;
  height: 11px;
  display: block;
  background-image: url("/assets/img/arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.header__logo > img {
  width: 140px;
  height: 70px;
}

.header__burger {
  display: none;
}

@media (max-width: 1000px) {
  .header__top-wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header__nav ul li a {
    font-size: 14px;
  }
  .header__logo {
    display: none;
  }
  .header__nav ul {
    display: none;
  }
  .header__burger {
    display: block;
    -ms-flex-item-align: end;
        align-self: end;
  }
}
.burger-nav {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: 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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  z-index: 4;
  background-color: aliceblue;
  top: 0;
  height: 100%;
  max-width: 100%;
}

.burger-nav ul {
  height: 90vh;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 80px;
}

.burger-nav ul li {
  margin-bottom: 25px;
}

.burger-nav ul li a {
  font-size: 36px;
  font-weight: 600;
  color: #000;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  text-transform: uppercase;
  display: block;
}

.burger-nav ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.burger-nav ul li a:after {
  content: "";
  width: 14px;
  height: 15px;
  display: block;
  background-image: url("/assets/img/arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.burger-close {
  height: 10vh;
  width: 100%;
  padding-left: 20px;
  padding-top: 30px;
}

.language-button {
  width: 50px;
  height: 30px;
  background-size: cover;
  border: none;
  cursor: pointer;
}

#lang-ua {
  background-image: url("/assets/img/uaFlag.png");
}

#lang-en {
  background-image: url("/assets/img/ukFlag.svg");
}

.intro {
  background-image: url("/assets/img/intro-bg.jpg");
  background-position-y: -480px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
  position: relative;
  width: 100%;
  left: 0;
  top: -95px;
  z-index: 2;
  margin-bottom: -95px;
}

.intro__bg {
  background: #000;
  opacity: 0.65;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
}

.intro__wrap {
  padding-top: 225px;
  padding-bottom: 155px;
}

.intro__title {
  font-family: "Eastman";
  text-align: start;
  font-weight: 500;
  font-size: 90px;
  color: aliceblue;
  z-index: 3;
  position: relative;
  padding-top: 15px;
  padding-left: 25px;
}

.intro__title span {
  display: block;
  color: #CA8700 !important;
}

.intro__desc {
  font-family: "Eastman-medium";
  z-index: 3;
  position: relative;
  margin-top: 10px;
  font-size: 36px;
  font-weight: thin;
  color: aliceblue;
  padding-left: 25px;
}

.intro__btn {
  margin-top: 100px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  z-index: 3;
}

@media (max-width: 1400px) {
  .intro__title {
    font-size: 60px;
  }
  .intro__title span {
    display: block;
    color: aliceblue;
  }
  .intro__desc {
    font-size: 36px;
  }
  .intro__wrap {
    padding-top: 150px;
  }
}
@media (max-width: 1000px) {
  .intro__title {
    font-size: 48px;
  }
  .intro__desc {
    font-size: 24px;
  }
  .intro__wrap {
    padding-top: 200px;
  }
}
@media (max-width: 500px) {
  .intro {
    background-position-y: 0;
  }
  .intro__wrap {
    padding-top: 130px;
    padding-bottom: 60px;
  }
  .intro__title {
    padding-left: 0;
    text-align: center;
    font-size: 38px;
    line-height: 1.25em;
  }
  .intro__desc {
    font-size: 21px;
    text-align: center;
    padding-top: 95px;
    line-height: 1.25em;
  }
}
.btn-primary:before, .btn-primary:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 20px;
  background-color: rgba(255, 255, 255, 0.2745098039);
  border-radius: 50%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.btn-primary:before {
  left: -20px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.btn-primary:after {
  right: -20px;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

.btn-primary:hover {
  color: aliceblue; /* Залишаємо текст білим при наведенні */
}

.btn-primary:hover:before {
  -webkit-animation: clsois-left 1.2s ease-out both;
          animation: clsois-left 1.2s ease-out both;
}

.btn-primary:hover:after {
  -webkit-animation: clsois-right 1.2s ease-out both;
          animation: clsois-right 1.2s ease-out both;
}

.btn-primary {
  font-family: "Eastman-medium", serif;
  position: relative;
  background-color: #CA8700;
  padding: 20px 40px;
  color: aliceblue;
  display: inline-block;
  font-size: 24px;
  font-weight: 500;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: color 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.btn-primary:hover {
  color: aliceblue;
  -webkit-transform: scale(1.03);
          transform: scale(1.03); /* Збільшуємо розмір на 5% */
  -webkit-animation: glowEffect 0.5s ease-in-out forwards, dynamicShadow 0.75s ease-in-out 0.5s infinite alternate;
          animation: glowEffect 0.5s ease-in-out forwards, dynamicShadow 0.75s ease-in-out 0.5s infinite alternate;
}

@-webkit-keyframes glowEffect {
  0% {
    -webkit-box-shadow: 0 0 0px #e58805;
            box-shadow: 0 0 0px #e58805;
  }
  100% {
    -webkit-box-shadow: 0 0 11px 11px rgba(231, 166, 3, 0.2666666667);
            box-shadow: 0 0 11px 11px rgba(231, 166, 3, 0.2666666667);
  }
}

@keyframes glowEffect {
  0% {
    -webkit-box-shadow: 0 0 0px #e58805;
            box-shadow: 0 0 0px #e58805;
  }
  100% {
    -webkit-box-shadow: 0 0 11px 11px rgba(231, 166, 3, 0.2666666667);
            box-shadow: 0 0 11px 11px rgba(231, 166, 3, 0.2666666667);
  }
}
@-webkit-keyframes dynamicShadow {
  0% {
    -webkit-box-shadow: 0 0 1px 1px rgb(135, 102, 19);
            box-shadow: 0 0 1px 1px rgb(135, 102, 19);
  }
  100% {
    -webkit-box-shadow: 0 0 1px 1px rgb(135, 102, 19);
            box-shadow: 0 0 1px 1px rgb(135, 102, 19);
  }
}
@keyframes dynamicShadow {
  0% {
    -webkit-box-shadow: 0 0 1px 1px rgb(135, 102, 19);
            box-shadow: 0 0 1px 1px rgb(135, 102, 19);
  }
  100% {
    -webkit-box-shadow: 0 0 1px 1px rgb(135, 102, 19);
            box-shadow: 0 0 1px 1px rgb(135, 102, 19);
  }
}
@-webkit-keyframes clsois-left {
  0% {
    left: -20px;
    opacity: 1;
  }
  60% {
    left: 50%;
    width: 375px;
    height: 375px;
    opacity: 1;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
    opacity: 0;
  }
}
@keyframes clsois-left {
  0% {
    left: -20px;
    opacity: 1;
  }
  60% {
    left: 50%;
    width: 375px;
    height: 375px;
    opacity: 1;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
    opacity: 0;
  }
}
@-webkit-keyframes clsois-right {
  0% {
    right: -20px;
    opacity: 1;
  }
  60% {
    right: 50%;
    width: 375px;
    height: 375px;
    opacity: 1;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
    opacity: 0;
  }
}
@keyframes clsois-right {
  0% {
    right: -20px;
    opacity: 1;
  }
  60% {
    right: 50%;
    width: 375px;
    height: 375px;
    opacity: 1;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
    opacity: 0;
  }
}
.btn-arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.btn-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn-bh {
  padding-top: 30px;
  padding-bottom: 30px;
}

.btn-arrow:after {
  content: "";
  background-image: url("/assets/img/btn-arrow.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  width: 9px;
  height: 10px;
}

.offer__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-top: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.offer__contact-title {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.offer__contact-value {
  padding-top: 15px;
}

.offer__contact-value a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
  font-weight: 500;
  color: #000;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  padding-right: 22px;
}
.offer__contact-value a > svg {
  padding-right: 5px;
}

.offer__desc {
  padding-top: 70px;
  font-weight: 500;
  font-size: 24px;
  color: #000;
  max-width: 500px;
  line-height: 40px;
  text-align: center;
  margin: auto;
}

.offer__btn {
  margin-top: 30px;
  text-align: center;
}

.offer__title {
  font-family: "Eastman", serif;
  font-size: 36px;
  font-weight: 400;
  color: #000;
  text-align: center;
  margin-top: 50px;
}

.offer__desc-sm {
  text-align: center;
  padding-top: 30px;
  max-width: 800px;
  margin: auto;
  line-height: 27px;
  font-size: 16px;
  font-weight: 400;
  color: #585A66;
}

.advantages {
  background-color: #121214;
  margin-top: 70px;
}

.advantages__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 60px;
  padding-bottom: 60px;
}

.advantages__title {
  font-size: 24px;
  font-weight: 500;
  color: #CA8700;
}

.advantages__desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: aliceblue;
  margin-top: 10px;
}

.advantages__icon img {
  width: 125px;
  height: 125px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

.advantages__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  width: calc(33.3% - 40px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 1000px) {
  .advantages__item {
    width: calc(50% - 40px);
  }
  .advantages__wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 780px) {
  .advantages__item {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .advantages__desc {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.suv {
  position: relative;
  background-image: url("/assets/img/suv-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.suv__bg {
  background: #000;
  opacity: 0.65;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
}

.suv__wrap {
  padding-top: 160px;
  padding-bottom: 160px;
}

.suv__title {
  font-family: "Eastman", serif;
  font-weight: 500;
  font-size: 80px;
  color: #CA8700;
  z-index: 3;
  position: relative;
  text-align: center;
  line-height: 80px;
}

.suv__title span {
  display: block;
  color: aliceblue;
}

.suv__desc {
  z-index: 3;
  position: relative;
  padding-top: 20px;
  font-style: italic;
  font-size: 24px;
  font-weight: 400;
  color: aliceblue;
  text-align: center;
  max-width: 500px;
  margin: auto;
}

.suv__btn {
  margin-top: 60px;
  position: relative;
  z-index: 3;
  text-align: center;
}

.suv-two {
  background-image: url("/assets/img/suv-bg-3.jpg");
}

.suv-two .suv__desc {
  padding-top: 40px;
}

.suv-two .suv__btn {
  padding-top: 30px;
}

@media (max-width: 1000px) {
  .suv__title {
    font-size: 56px;
    line-height: 48px;
  }
  .suv__desc {
    font-size: 21px;
  }
}
@media (max-width: 500px) {
  .suv__title {
    font-size: 38px;
  }
  .suv__desc {
    font-size: 19px;
  }
  .suv {
    position: relative;
    background-image: url("/assets/img/suv-bg-2.jpg");
  }
  .suv-two {
    background-image: url("/assets/img/suv-bg-5.jpg");
  }
}
.car__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.car__item {
  max-width: 490px;
  padding: 10px 60px 50px;
  border: 1px solid #d8dee4;
  -webkit-box-shadow: 2px 2px #e6f3fe;
          box-shadow: 2px 2px #e6f3fe;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.car__img img {
  width: 100%;
  height: 207px;
  -o-object-fit: contain;
     object-fit: contain;
}

.car__title {
  margin-top: 10px;
  font-size: 24px;
  font-weight: 500;
  color: #000;
}

.car__subtitle {
  margin-top: 20px;
  color: #CA8700;
  font-size: 18px;
  font-weight: 500;
}

.car__desc {
  margin-top: 10px;
  line-height: 27px;
  font-size: 16px;
  color: #000;
  font-weight: 400;
  max-width: 380px;
}

.car__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-top: 10px;
}

.car__icon {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 30px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  border-radius: 10px;
}

.car__icon span {
  margin-top: 5px;
  font-size: 14px;
  font-weight: 700;
  color: #000;
  text-align: center;
  display: block;
}

.car__btn {
  margin-top: 30px;
}

.car__desc {
  min-height: 110px;
}

@media (max-width: 1400px) {
  .car__item {
    padding: 10px 30px 50px;
  }
  .car__icon {
    padding: 10px 20px;
  }
}
@media (max-width: 1200px) {
  .car__icons {
    gap: 10px;
  }
  .car__wrap {
    gap: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .car__item {
    width: calc(33.3% - 15px);
  }
}
@media (max-width: 1000px) {
  .car__item {
    width: calc(50% - 15px);
  }
}
.car__slide {
  padding-left: 15px;
  padding-right: 15px;
}

.car__wrap .slick-dots {
  left: 0;
  text-align: left;
  bottom: 0;
}

.car__wrap .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 5px;
  gap: 30px;
}

@media (max-width: 680px) {
  .car__item {
    width: 100%;
  }
  .car__wrap .slick-track {
    gap: 15px;
  }
}
.services {
  position: relative;
  background-image: url("/assets/img/services_bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 60px;
}

.services__bg {
  background: #000;
  opacity: 0.65;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
}

.services__title {
  font-family: "Eastman", serif;
  padding-top: 70px;
  font-weight: 500;
  font-size: 60px;
  color: aliceblue;
  text-align: center;
  z-index: 3;
  position: relative;
}

.services__desc {
  position: relative;
  padding-top: 10px;
  font-weight: 400;
  font-size: 24px;
  color: #CA8700;
  text-align: center;
  z-index: 3;
}

.services__icons {
  padding-top: 70px;
  padding-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 3;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.services__icon {
  text-align: center;
  width: 16.5%;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

.services__icon:not(:last-child) {
  border-right: 2px dashed #919293;
}

.services__icon span {
  display: block;
  line-height: 27px;
  font-size: 16px;
  font-weight: 500;
  color: aliceblue;
  padding-top: 20px;
}

.services__icon-img {
  width: 56px;
  height: 56px;
  text-align: center;
  margin: auto;
}

.services__icon svg {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 1000px) {
  .services__title {
    font-size: 34px;
  }
  .services__icon {
    width: 30%;
  }
  .services__icon:last-child {
    border-right: 2px dashed #919293;
  }
  .services__icons {
    gap: 10px;
  }
}
@media (max-width: 500px) {
  .services__icon {
    width: calc(50% - 10px);
  }
}
.car-offer {
  margin-top: 45px;
  margin-bottom: 45px;
}

.car-offer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.car-offer__left {
  width: calc(40% - 30px);
}

.car-offer__right {
  width: 60%;
}

.car-offer__right img {
  max-width: 960px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.car-offer__desc {
  margin-top: 20px;
  line-height: 27px;
  font-size: 16px;
  font-weight: 400;
  color: #585A66;
  max-width: 450px;
}

.car-offer__desc span {
  color: #CA8700;
  font-weight: bold;
}

.car-offer__title {
  font-family: "Eastman", serif;
  line-height: 57px;
  color: #CA8700;
  font-size: 48px;
  font-weight: 500;
}

.car-offer__title span {
  color: #000;
  display: block;
}

.car-offer__btn {
  margin-top: 60px;
}

@media (max-width: 1100px) {
  .car-offer__btn {
    padding-bottom: 60px;
  }
  .car-offer__right {
    width: 50%;
  }
  .car-offer__left {
    width: calc(50% - 30px);
  }
}
@media (max-width: 1100px) {
  .car-offer__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .car-offer__btn {
    padding-bottom: 60px;
  }
  .car-offer__right {
    width: 100%;
  }
  .car-offer__left {
    width: 100%;
    text-align: center;
  }
  .car-offer__right img {
    max-width: 400px;
    margin: auto;
    display: block;
  }
  .car-offer__desc {
    margin-right: auto;
    margin-left: auto;
  }
  .car-offer {
    margin-top: 60px;
    margin-bottom: 20px;
  }
}
@media (max-width: 500px) {
  .car-offer__title {
    line-height: 46px;
    font-size: 38px;
  }
}
.review {
  overflow-x: hidden;
}

.review__item {
  padding: 30px 60px;
  background-color: transparent;
}

.review__item:nth-child(odd) {
  background-color: transparent;
}

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

.review__item-text {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 400;
  font-style: italic;
  color: #585A66;
  line-height: 28px;
  text-align: center;
}

.review__item-name {
  margin-top: 25px;
  font-size: 18px;
  font-weight: 500;
  font-style: italic;
  color: #000;
  line-height: 28px;
  text-align: center;
}

.review__slider {
  margin-top: 60px;
}

.review .slick-arrow {
  display: none;
}

.review .slick-dots {
  text-align: left;
  padding-left: 20px;
}

.review__title {
  font-family: "Eastman", serif;
  text-align: center;
  font-weight: 500;
  font-size: 48px;
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  -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;
}

.review__title:after {
  content: "";
  width: 70px;
  height: 2px;
  background-color: #CA8700;
  display: block;
}

.footer {
  margin-top: 80px;
  padding-top: 60px;
  padding-bottom: 20px;
  background-image: url("/assets/img/footer-bg.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.footer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}

.footer__title {
  color: #CA8700;
  font-size: 22px;
  font-weight: 500;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.footer__title:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: aliceblue;
  z-index: 3;
  left: 0;
  bottom: 0;
}

.footer__title:before {
  content: "";
  position: absolute;
  width: 70px;
  height: 2px;
  background-color: #CA8700;
  z-index: 4;
  left: 0;
  bottom: 0;
}

.footer__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__contacts-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}

.footer__contacts-address {
  color: aliceblue;
  font-size: 16px;
  font-weight: 400;
}

.footer__contacts-phone a {
  color: aliceblue;
  font-size: 18px;
  font-weight: 400;
}

.footer__contacts-email a {
  color: aliceblue;
  font-size: 16px;
  font-weight: 400;
}

.footer__social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  color: aliceblue;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  margin-top: 90px;
}

.footer__bottom span {
  color: #CA8700;
}

.footer__bottom span:first-child {
  padding-right: 20px;
}

@media (max-width: 780px) {
  .footer__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__contacts-phone a {
    font-size: 32px;
  }
  .footer__contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.car-modal__shadow {
  position: fixed;
  z-index: 5;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.car-modal {
  border: 2px #919293;
  max-width: 1600px;
  width: calc(100% - 30px);
  background-color: aliceblue;
  padding: 60px;
}

.car-modal__title {
  font-weight: 500;
  font-size: 40px;
  color: #000;
  margin-top: 60px;
}

.car-modal__title span {
  color: #CA8700;
  display: block;
}

.car-modal__desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  margin-top: 30px;
  max-width: 250px;
}

.car-modal__icons {
  margin-top: 20px;
}

.car-modal__btn {
  margin-top: 30px;
}

.car-modal__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.car-modal__left {
  width: 440px;
}

.car-modal__right {
  width: calc(100% - 460px);
}

.car-modal__gallery-item {
  width: 100%;
}

.car-modal__gallery-item img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 340px;
}

@media (max-width: 1200px) {
  .car-modal {
    padding: 30px;
  }
  .car-modal__title {
    margin-top: 20px;
  }
}
@media (max-width: 1000px) {
  .car-modal__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .car-modal {
    max-height: calc(100% - 40px);
    overflow: auto;
  }
  .car-modal__left {
    width: 100%;
  }
  .car-modal__right {
    width: 100%;
  }
  .car-modal__top {
    padding-bottom: 40px;
  }
}
.success-form__title {
  color: #E72D03;
  font-size: 40px;
  font-weight: 500;
  margin-top: 40px;
  text-align: center;
}

.success-form__title span {
  display: block;
  color: #000;
}

.success-form__desc {
  color: #000;
  font-size: 21px;
  font-weight: 400;
  text-align: center;
  max-width: 200px;
  margin: 40px auto;
}

.contact-form {
  margin-top: 40px;
}

.contact-form form {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-form-input {
  margin-bottom: 10px;
  width: 100%;
  max-width: 400px;
}

.contact-form-input input {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #656565;
  font-size: 16px;
  padding: 10px;
  border-radius: 8px;
}

.contact-form-input input::-webkit-input-placeholder {
  color: #8A8A8A;
}

.contact-form-input input::-moz-placeholder {
  color: #8A8A8A;
}

.contact-form-input input:-ms-input-placeholder {
  color: #8A8A8A;
}

.contact-form-input input::-ms-input-placeholder {
  color: #8A8A8A;
}

.contact-form-input input::placeholder {
  color: #8A8A8A;
}

.contact-form__btn {
  margin-top: 60px;
}

.contact-form__btn button {
  width: 100%;
}

.contact-modal {
  max-width: 520px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.2);
}

.contact-form__title {
  font-size: 40px;
  font-weight: 500;
  color: #000;
  text-align: center;
}

@media (max-width: 780px) {
  .contact-form {
    margin-top: 0px;
  }
  .contact-form form {
    margin-top: 20px;
  }
  .contact-form__btn {
    margin-top: 30px;
  }
}
.review__item-text {
  min-height: 170px;
}

.car .slick-prev:before {
  content: "←";
  background-color: #000;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 27px;
  padding-bottom: 3px;
}

.car .slick-next:before {
  content: "←";
  background-color: #000;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 27px;
  padding-bottom: 3px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media (max-width: 700px) {
  .slick-next {
    right: 10px;
  }
  .slick-prev {
    left: 10px;
  }
}
.car-modal__wrap .slick-prev:before {
  border: 1px solid black;
  border-radius: 100%;
  color: black;
  width: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 28px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 2px;
  background-color: aliceblue;
}

.car-modal__wrap .slick-next:before {
  border: 1px solid black;
  border-radius: 100%;
  color: black;
  width: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 28px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 2px;
  background-color: aliceblue;
}

.car-modal__wrap .slick-prev {
  left: -40px;
  z-index: 999;
}

.car-modal__wrap .slick-next {
  right: -40px;
  z-index: 999;
}

@media (max-width: 1000px) {
  .car-modal__wrap .slick-prev {
    left: 30px;
    z-index: 999;
  }
  .car-modal__wrap .slick-next {
    right: 30px;
    z-index: 999;
  }
}


@media (max-width: 430px) {
  .car__item.slick-slide.slick-current.slick-active {
    width: 87vw !important;
  }

  .car__wrap .slick-track {
    gap: 12px;
  }
}