@charset "UTF-8";
/*! modern-normalize v2.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&family=Space+Mono:wght@400;700&family=Work+Sans:wght@400;600&display=swap");
*, ::after, ::before {
  box-sizing: border-box;
}

html {
  font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  tab-size: 4;
}

body {
  margin: 0;
}

hr {
  height: 0;
  color: inherit;
}

abbr[title] {
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, pre, samp {
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  text-indent: 0;
  border-color: inherit;
}

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

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

:-moz-ui-invalid {
  box-shadow: none;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?bp1l36");
  src: url("../fonts/icomoon.eot?bp1l36#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?bp1l36") format("truetype"), url("../fonts/icomoon.woff?bp1l36") format("woff"), url("../fonts/icomoon.svg?bp1l36#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-print:before {
  content: "\e909";
}

.icon-download:before {
  content: "\e908";
}

.icon-mail:before {
  content: "\e900";
}

.icon-tiktok:before {
  content: "\e901";
}

.icon-menu:before {
  content: "\e907";
}

.icon-close:before {
  content: "\e906";
}

.icon-phone:before {
  content: "\e902";
}

.icon-instagram:before {
  content: "\e903";
}

.icon-facebook:before {
  content: "\e904";
}

.icon-chevron-down:before {
  content: "\e905";
}

.icon-file-pdf:before {
  content: "\e90a";
}

* {
  font-family: "Open Sans", sans-serif;
  box-sizing: border-box;
}

body {
  font-size: 20px;
  color: #111111;
}

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

a {
  display: inline-block;
  transition: ease 0.2s;
  color: inherit;
}
a:hover {
  color: #d9b36c;
}

button {
  border: none;
  cursor: pointer;
}

section,
header {
  max-width: 100%;
}

input,
select {
  background: #fff;
}

.container {
  box-sizing: border-box;
  max-width: 1216px;
  margin: 0 auto;
  padding: 0 5px;
}

[class*=grid] {
  display: grid;
  gap: 32px;
}

.grid-2 {
  grid-template-columns: 1fr 1fr;
}

.grid-3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.footer-grid {
  grid-template-columns: auto auto auto auto;
}

.grid-7-5 {
  grid-template-columns: 7fr 5fr;
}

.wrap {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.top-panel {
  background: #1a2740;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3764705882);
}

.top-panel-inner {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.top-nav {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.top-nav-link {
  color: #fff;
  padding: 20px 8px;
  background: transparent;
  text-decoration: none;
}
.top-nav-link:hover {
  color: #d9b36c;
}

.top-nav__inner-link {
  color: inherit;
  padding: 5px;
  width: 100%;
  text-decoration: none;
}

.top-nav li {
  position: relative;
  transition: ease 0.2s;
}

.top-nav__inner {
  padding: 5px;
  min-width: 200px;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
}

.top-nav:last-child .top-nav__inner {
  left: initial;
  right: -100px;
}

@keyframes fade-in {
  0% {
    display: block;
  }
  1% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    display: none;
  }
}
.top-nav li:hover .top-nav__inner {
  animation: 0.3s ease fade-in forwards;
}

.top-nav li:not(:hover) .top-nav__inner {
  animation: 0.3s ease fade-out forwards;
}

.top-nav__inner {
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
}

.menu-close,
.menu-open {
  cursor: pointer;
  display: none;
}

@media screen and (max-width: 875px) {
  .top-adaptive-menu {
    translate: 100%;
    transition: 0.3s;
    padding-top: 10px;
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    height: 100vh;
    background: #1a2740;
    overflow-y: auto;
  }
  .hide-menu-item {
    display: none;
  }
  .top-nav__inner {
    background: inherit;
    position: static;
  }
  .top-nav__inner a {
    color: #fff;
  }
  .top-nav {
    display: block;
  }
  .top-nav a {
    margin: 5px 0;
  }
  .top-social {
    display: flex;
  }
  .top-nav li:not(:hover) .top-nav__inner,
  .top-nav li:hover .top-nav__inner {
    background: #1a2740;
    color: #fff;
    position: initial;
    animation: initial;
    display: block;
    opacity: 1;
  }
  .top-nav-link {
    padding: 5px;
  }
  .top-nav__inner-link {
    color: #fff;
  }
  .top-nav__inner-link:hover {
    color: #d9b36c;
  }
  .menu-close {
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    color: #fff;
  }
  .menu-open {
    margin-right: 15px;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 2em;
  }
}
.header {
  position: relative;
}

.header-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.header-bg__img {
  width: 100%;
  height: 100%;
}

.header-content {
  min-height: 550px;
  height: 100vh;
  max-height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.header-title {
  color: #fff;
  max-width: 742px;
}

.header-subtitle {
  margin-left: 2em;
  max-width: 742px;
  font-size: 1em;
  color: #fff;
}

.cars {
  margin: 96px 0;
}

.car-card {
  text-decoration: none;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  background: #f1f1f1;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.car-card:hover .car-card-img.is-hover-blur {
  filter: blur(5px);
}
.car-card:hover .car-card-img-info {
  opacity: 1;
}
.car-card-title {
  margin: 0;
}

.car-card-img {
  transition: ease 0.2s;
  position: relative;
  aspect-ratio: 384/335;
}
.car-card-img-info {
  opacity: 0;
  transition: ease 0.2s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  display: flex;
  gap: 10px;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  user-select: none;
}

.car-card-img:hover-info {
  background: rgba(0, 0, 0, 0.6);
}

.car-card-info {
  padding: 5px;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.car-card-info .p {
  margin-top: auto;
}

.advantage-section {
  background: #f1f1f1;
}

.advantage {
  margin: 0;
  margin-top: 80px;
  counter-reset: index;
  padding: 0;
}

.advantage-card {
  min-height: 260px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #fff;
  border-radius: 10px;
  font-weight: 700;
  padding: 16px;
  position: relative;
}
.advantage-card::before {
  position: absolute;
  counter-increment: index;
  content: counter(index);
  color: #d9b36c;
  opacity: 0.3;
  font-size: 10em;
}

@media screen and (max-width: 1024px) {
  .advantage-card {
    min-height: 200px;
  }
}
@media screen and (max-width: 665px) {
  .advantage-card {
    box-sizing: border-box;
    padding: 5px;
  }
}
.banner {
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.banner-title {
  margin-bottom: 32px;
  color: #fff;
}

.about-us-block {
  margin-bottom: 32px;
}

.about-us-title {
  margin-bottom: 80px;
}

.about-us-img {
  aspect-ratio: 592/400;
  border-radius: 10px;
}

.about-us-block:nth-child(odd) img {
  order: 1;
}

.about-us-btn {
  margin-top: 48px;
}

.contacts {
  background: #f1f1f1;
}

.contacts__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}
.contacts__info p {
  margin: 0;
}

.contacts__btn {
  margin-top: 80px;
}

.contacts__links td {
  padding: 5px 5px;
}

.footer {
  padding: 10px 0;
  background-color: #1a2740;
  color: #fff;
  font-size: 0.8em;
}
.footer a {
  color: inherit;
  text-decoration: none;
}
.footer a:hover {
  color: #d9b36c;
}

.footer-menu {
  list-style: none;
  margin: 0;
  margin-top: 3px;
  padding: 0;
}
.footer-menu a {
  padding: 5px 5px;
}

.footer-contacts {
  justify-content: center;
  display: flex;
}

.footer-logo {
  display: flex;
  align-items: center;
}

.logo-img {
  max-width: 100px;
}

@media screen and (max-width: 768px) {
  .footer-grid {
    grid-template-columns: repeat(3, auto);
  }
  .footer-contacts {
    grid-column: span 3;
  }
}
@media screen and (max-width: 420px) {
  .footer-contacts {
    grid-column: span 3;
  }
}
.info {
  background: #1a2740;
  color: #fff;
}

.duties {
  margin-top: 40px;
  margin-bottom: 80px;
}

.duties-row {
  display: flex;
  align-items: center;
  gap: 32px;
}

.order-form {
  max-width: 600px;
  margin: 0 auto;
  border-radius: 10px;
  background: #f1f1f1;
  padding: 2.4em;
}
.order-form fieldset {
  border: none;
}
.order-form label {
  display: block;
  padding: 5px;
  margin-bottom: 10px;
}

.input {
  padding: 10px;
  width: 100%;
  border: none;
  border-radius: 10px;
}

.textarea {
  resize: none;
  height: 200px;
}

.construction-inp {
  margin-top: 10px;
}

#construction:has(option[value=Інше]:not(:checked)) + .construction-inp {
  visibility: hidden;
}

#construction:has(option[value=Інше]:checked) + .construction-inp {
  visibility: initial;
}

.form-data-is-required {
  color: red;
}

@media screen and (max-width: 525px) {
  .order-form {
    padding: 1em;
  }
}
.file-popup,
#get-contract-popup {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6666666667);
  display: flex;
  align-items: center;
  justify-content: center;
}
.file-popup iframe,
#get-contract-popup iframe {
  max-width: 1250px;
  width: 100%;
  height: 100vh;
  outline: none;
  border: none;
}
.file-popup img,
#get-contract-popup img {
  max-width: 1250px;
  width: 100%;
  height: 100vh;
  object-fit: contain;
  display: block;
}

.close-popup,
.popup-btn {
  cursor: pointer;
  border: 1px solid #fff;
  background: #1a2740;
  color: #fff;
  padding: 5px;
  position: absolute;
  top: 20px;
  right: 20px;
}
.close-popup:hover,
.popup-btn:hover {
  color: #d9b36c;
}

.popup-btn.download {
  top: 70px;
}

.popup-btn.print {
  top: 120px;
}

#get-contract-popup {
  display: none;
}
#get-contract-popup .wrap {
  max-height: 100%;
  overflow: auto;
}

.slider-wrap {
  padding: 0 30px;
}

.glide__arrow {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  background: #fff;
}
.glide__arrow:hover {
  background: #d9b36c;
  color: #fff;
}

.glide__arrow--left {
  left: -15px;
  transform: rotateZ(90deg);
}

.glide__arrow--right {
  right: -15px;
  transform: rotateZ(-90deg);
}

.logo-card {
  display: flex;
  color: #d9b36c;
  flex-direction: column;
  align-items: center;
  background: #1a2740;
}
.logo-card p {
  width: 100%;
  text-align: center;
}

.prices-heading {
  margin: 1.4em;
}

.price-table-wrap {
  overflow-x: auto;
}

.price-table {
  border-collapse: collapse;
  overflow-x: auto;
}
.price-table thead {
  background: #1a2740;
  color: #fff;
}
.price-table td {
  text-align: center;
  border: 1px solid #1a2740;
  padding: 10px;
}
.price-table img {
  max-width: 200px;
}

.table-car-image {
  max-width: 200px;
}

@media screen and (max-width: 765px) {
  .table-car-image {
    max-width: auto;
  }
  .price-table td {
    padding: 5px;
  }
}
.h1 {
  font-size: 2.4em;
}

.h2 {
  font-size: 2em;
}

.h3 {
  font-size: 1.6em;
}

.h4 {
  font-size: 1.2em;
}

.top-logo {
  width: 55px;
}

.logo {
  max-width: 55px;
}

.button {
  text-decoration: none;
  padding: 16px;
  border-radius: 10px;
  background: #1a2740;
  color: #fff;
  transition: ease 0.2s;
  text-align: center;
}
.button:hover {
  background: #d9b36c;
  color: #fff;
}

.button-box {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-bottom: 40px;
}

.section {
  padding: 80px 0;
  max-width: 100%;
  overflow-x: hidden;
}

.maintanance {
  background-image: url("/img/maintanance-bg.jpg");
}

.price-list {
  background-image: url("/img/price-list-bg.jpg");
}

.cars-slider {
  display: flex;
}

.conditions-heading {
  margin-bottom: 30px;
}

.files-box {
  display: flex;
  justify-content: center;
  gap: 32px;
}

.file-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none !important;
}
.file-link i {
  font-size: 5em;
}

.button.is-standart {
  min-width: 296px;
}

.button.is-center {
  margin-left: 50%;
  transform: translateX(-50%);
}

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

.top-nav__inner.is-right {
  left: initial;
  right: 0;
}

@media screen and (max-width: 1024px) {
  body {
    font-size: 16px;
  }
  .grid-3 {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 768px) {
  .button {
    margin-bottom: 10px;
  }
  [class*=grid] {
    gap: 24px;
  }
  .grid-4 {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .grid-7-5 {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 665px) {
  [class*=grid] {
    gap: 16px;
  }
  .grid-4 {
    grid-template-columns: 1fr 1fr;
  }
  .grid-2 {
    grid-template-columns: 1fr;
  }
  .about-us-block:nth-child(odd) img {
    order: initial;
  }
}
@media screen and (max-width: 420px) {
  .grid-4 {
    grid-template-columns: 1fr;
  }
}