@font-face {
  font-family: Alergiawide;
  src: url('../fonts/alergiawide-medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Alergiawide;
  src: url('../fonts/alergiawide-black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --white-smoke: whitesmoke;
  --gray: grey;
  --black1: #292929;
  --otormin-blue: #385676;
  --otormin-red: #a71518;
  --black2: #202020;
  --light-gray: lightgrey;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: var(--white);
  font-family: Alergiawide, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 52px;
  font-weight: 900;
  line-height: 44px;
}

h2 {
  letter-spacing: -.04em;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 30px;
}

h5 {
  color: var(--white-smoke);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.1;
}

p {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.4;
}

a {
  color: var(--white);
  font-size: 18px;
  text-decoration: none;
}

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

.display-heading {
  color: var(--white-smoke);
  text-shadow: 0 6px 16px #000;
  max-width: 7ch;
  margin-top: 0;
  margin-bottom: 22px;
  font-size: 6.6vw;
  line-height: .95;
}

.hero-paragraph {
  border-left: 1px solid var(--gray);
  max-width: 34ch;
  padding-left: 20px;
  font-size: 20px;
  font-weight: 500;
}

.hero-block {
  background-color: var(--black1);
  color: var(--white-smoke);
  border-top-right-radius: 35px;
  justify-content: center;
  align-items: stretch;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 48px 60px 30px;
  font-size: 20px;
  display: flex;
  position: absolute;
  inset: auto 40px 0%;
}

.navigation-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  height: 100%;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--white-smoke);
  color: var(--otormin-blue);
  border-radius: 4px;
  align-self: center;
  align-items: center;
  padding: 20px 24px 20px 28px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  transition: all .35s;
  display: flex;
}

.button:hover {
  color: var(--white);
  background-color: #4f7aa8;
}

.button.blue {
  background-color: var(--otormin-red);
  color: var(--white);
  margin-top: 32px;
}

.button.main-cta {
  background-image: url('../images/icon-minicar.svg');
  background-position: 30px;
  background-repeat: no-repeat;
  background-size: 22px;
  border-radius: 0;
  padding-left: 60px;
}

.button.main-cta:hover {
  color: var(--white);
  background-color: #4f7aa8;
  background-image: url('../images/icon-minicar-white.svg');
}

.button.red {
  border: 1px solid var(--otormin-red);
  color: var(--white);
  background-color: #e22127;
  box-shadow: 0 5px 10px #0003;
}

.button.red:hover {
  border-color: #fff6;
  box-shadow: 0 0 5px #0003;
}

.nav-menu {
  color: #3f0a3d;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
}

.navigation {
  z-index: 100;
  background-color: var(--otormin-blue);
  border-bottom: 1px solid #ffffff1a;
  align-items: center;
  padding-left: 4%;
  padding-right: 4%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.brand {
  text-indent: -9999px;
  background-image: url('../images/logotype-white.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 310px;
  background-attachment: scroll;
  width: 315px;
  height: 36px;
  margin-right: 20px;
}

.brand.vertical {
  background-image: url('../images/logotype2-white.svg');
  background-size: contain;
  width: 120px;
  height: 90px;
}

.line-break {
  background-color: #dddddd73;
  width: 1px;
  min-height: 25px;
  margin-left: 14px;
  margin-right: 32px;
}

.nav-link-plain {
  color: #fff;
  margin-left: 0;
  margin-right: 0;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 15px;
  transition: all .35s;
}

.nav-link-plain:hover {
  color: #fff9;
}

.nav-link-plain.w--current {
  color: var(--otormin-blue);
}

.arrow-icon2.invert {
  filter: invert();
}

.social-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  font-size: 17px;
  transition: opacity .2s;
  display: flex;
}

.social-link:hover {
  opacity: .6;
}

.footer-link {
  color: #fff;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 17px;
  font-weight: 400;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
}

.footer-link:hover {
  opacity: .6;
}

.footer-bottom {
  border-bottom: 1px solid #ffffff1a;
  justify-content: space-between;
  margin-top: 60px;
  padding-bottom: 10px;
  display: flex;
}

.footer-grid-01 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .25fr .5fr .25fr .5fr;
}

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

.footer-title {
  color: var(--gray);
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 16px;
}

.secondary-link {
  color: #fff;
  margin-right: 32px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.footer {
  background-image: linear-gradient(180deg, var(--black1), var(--black2));
  padding-bottom: 40px;
  padding-left: 5%;
  padding-right: 5%;
}

.footer-top {
  border-bottom: 1px solid #ffffff1a;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 40px;
  padding-bottom: 60px;
  display: flex;
}

.footer-column {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.content-section {
  background-color: var(--black1);
  padding: 142px 5%;
  position: relative;
}

.content-section.leather {
  background-image: url('../images/leather.webp');
  background-position: 0 0;
  background-size: auto;
}

.content-section.leather.hidden {
  display: none;
}

.content-section.ig-feed {
  padding: 40px 40px 0;
}

.catalog-section {
  z-index: 30;
  background-color: var(--black2);
  padding: 120px 4% 100px;
  position: relative;
  box-shadow: 0 0 16px 2px #0006;
}

.title-wrap {
  margin-bottom: 40px;
}

.title-line {
  background-color: var(--gray);
  border-radius: 20px;
  width: 100%;
  max-width: 170px;
  min-height: 4px;
  margin-bottom: 40px;
}

.filter-block {
  background-color: var(--black1);
  border-radius: 8px;
  margin-bottom: 48px;
  padding: 20px 30px;
  box-shadow: 8px 80px 55px -50px #00000021;
}

.filter-block.hidden {
  display: none;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.vehicle-card {
  background-color: var(--black1);
  border: 1px solid #333;
  border-radius: 8px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  box-shadow: 18px 18px 45px #0000004d;
}

.vehicles-image-wrap {
  height: 320px;
  overflow: hidden;
}

.vehicle-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.vehicle-content {
  background-color: var(--black1);
  padding: 32px 24px;
}

.room-feature-grid {
  grid-column-gap: 0px;
  background-color: var(--black2);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.feature {
  justify-content: center;
  align-items: center;
  padding: 20px;
  font-size: 17px;
  font-weight: 500;
  display: flex;
}

.feature.centre-lines {
  border-left: 1px solid #0000001a;
  border-right: 1px solid #0000001a;
}

.feature-icon {
  margin-right: 10px;
}

.content-grid {
  grid-column-gap: 72px;
  grid-template-rows: auto;
  grid-template-columns: 1.1fr 1fr;
}

.paragraph-large {
  font-size: 21px;
}

.content-h2 {
  margin-bottom: 20px;
  font-size: 44px;
  font-weight: 500;
}

.button-dark {
  color: #fff;
  background-color: #000;
  border-top-right-radius: 20px;
  align-items: center;
  margin-top: 32px;
  padding: 20px 32px;
  font-weight: 500;
  text-decoration: none;
  transition: all .35s;
  display: flex;
}

.content-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.content-image {
  width: 100%;
  box-shadow: 0 62px 54px #00000040;
}

.container-large {
  z-index: 10;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.plain-link-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-top: 2px solid var(--otormin-blue);
  border-bottom: 2px solid var(--otormin-blue);
  color: var(--white);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 60px;
  margin-bottom: 30px;
  font-size: 21px;
  transition: all .3s;
  display: flex;
  overflow: hidden;
}

.plain-link-wrap:hover {
  border-top-color: var(--white-smoke);
  border-bottom-color: var(--white-smoke);
}

.text-block-link {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 8px;
}

.button-text {
  margin-right: 8px;
}

.bg-block-grey {
  z-index: -1;
  background-color: var(--white-smoke);
  min-height: 25%;
  position: absolute;
  inset: auto 0% 0%;
}

.collection-item {
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.content-grid-reverse {
  grid-column-gap: 72px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.1fr;
  justify-items: end;
}

.bg-block-top-grey {
  z-index: -1;
  background-color: var(--white-smoke);
  min-height: 25%;
  position: absolute;
  inset: 0% 0% auto;
}

.content-section-dark {
  background-color: var(--black2);
  padding: 142px 5%;
  position: relative;
}

.content-centre-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.tabs {
  flex-direction: column-reverse;
  display: flex;
}

.avatar {
  margin-right: 10px;
}

.tab-button {
  background-color: #fff;
  justify-content: flex-start;
  width: 100%;
  padding: 40px;
  display: flex;
}

.tab-button.w--current {
  background-color: var(--black1);
  color: #fff;
}

.tabs-menu {
  justify-content: center;
  align-items: center;
  display: flex;
}

.avatar-type {
  color: #979797;
  font-size: 15px;
  font-weight: 400;
}

.avatar-name {
  letter-spacing: -.04em;
  margin-bottom: 2px;
  font-size: 16px;
  font-weight: 700;
}

.author-wrap {
  align-items: center;
  display: flex;
}

.quote-grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.quote-wrap {
  padding-bottom: 72px;
}

.title-line-full {
  background-image: linear-gradient(275deg, var(--otormin-blue), var(--white));
  border-radius: 20px;
  width: 100%;
  min-height: 4px;
  margin-bottom: 44px;
}

.quote-text {
  letter-spacing: -.04em;
  font-size: 24px;
  line-height: 1.4;
}

.notice {
  background-color: #000;
  justify-content: center;
  align-items: center;
  padding: 16px 3%;
  display: flex;
}

.notice-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.notice-text {
  color: #fff;
  text-align: center;
  margin-right: 10px;
}

.div-block {
  background-color: var(--otormin-blue);
  color: #000;
  border-top-right-radius: 12px;
  margin-right: 8px;
  padding: 4px 10px;
  font-weight: 500;
}

.header-dark {
  background-color: var(--black2);
  padding: 140px 4% 60px;
  position: relative;
}

.property-title-wrap {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.property-text-light {
  color: var(--gray);
}

.grid-3 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
}

.property-detail {
  background-color: var(--black1);
  padding: 60px 3% 142px;
  position: relative;
}

.image-2 {
  width: 100%;
  height: 100%;
}

.car-name {
  color: var(--white-smoke);
  margin-bottom: 10px;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
}

.form-cont {
  border: 1px solid var(--gray);
  background-color: var(--black2);
  border-radius: 8px;
  width: 100%;
  padding: 20px;
  position: sticky;
  top: 32px;
  box-shadow: 23px 23px 34px #0000001a;
}

.vehicles-list {
  flex-wrap: wrap;
  margin-bottom: 40px;
  display: flex;
}

.clear-filters {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  min-height: 30px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.clear-filter {
  color: #f48f0b;
}

.clear-filter.jetboost-filter-none-ev8m {
  color: #f48f0b;
  padding-top: 2px;
  padding-bottom: 2px;
}

.checkbox-filter {
  white-space: nowrap;
  align-items: center;
  width: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
}

.dropdown-list {
  padding-top: 4px;
}

.dropdown-list.w--open {
  z-index: 99;
  background-color: #0000;
  min-width: 410px;
  padding-top: 15px;
  box-shadow: 0 35px 55px #00000014;
}

.checkbox-wrap {
  padding: 15px;
}

.dropdown {
  background-color: #f6f6f6;
  border-radius: 50px;
  margin: 12px 0;
}

.filter-form {
  justify-content: flex-start;
  display: flex;
}

.dropdown-toggle {
  border: 1px solid var(--black2);
  background-color: var(--otormin-blue);
  color: var(--white);
  border-radius: 8px;
  width: 100%;
  min-height: 52px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 30px;
}

.checkbox-filters {
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  margin-top: 0;
  margin-right: 10px;
}

.checkbox-filters.w--redirected-checked {
  background-color: #f48f0b;
  background-size: 13px;
}

.filter-form-block {
  margin-bottom: 0;
}

.dropdown-base {
  background-color: #fff;
  border-radius: 15px;
  overflow: auto;
}

.gallery-wrapper {
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.collection-item-2 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.gallery-item {
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 110px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-cover {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.text-block-2 {
  color: var(--otormin-blue);
}

.paragraph-large-gray {
  color: var(--light-gray);
  margin-bottom: 30px;
  font-size: 22px;
}

.slider-section {
  position: relative;
}

.slider-wrapper {
  width: 100%;
  height: 100%;
}

.slide-image {
  z-index: 3;
  background-image: linear-gradient(5deg, #000000cf, #000000a6 44%, #0000), url('../images/car-bg.webp');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  display: flex;
  position: relative;
}

.slide-image.slide-image-two {
  background-image: linear-gradient(5deg, #000, #000000a6 53%, #0000), url('../images/car-bg2.webp');
}

.left-arrow {
  display: none;
}

.slider {
  height: 80vh;
  min-height: 750px;
}

.slide-content-wrap {
  z-index: 9;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 60px 3%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slide {
  overflow: hidden;
}

.slider-content {
  z-index: 20;
  display: block;
  position: absolute;
  inset: 0%;
}

.slide-nav {
  justify-content: flex-end;
  margin-bottom: 35px;
  padding-right: 106px;
  display: none;
}

.right-arrow {
  display: none;
}

.avatar-base {
  color: var(--light-gray);
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 32px;
  padding-right: 20px;
  display: flex;
}

.avatar-wrap {
  border-radius: 100px;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  overflow: hidden;
}

.avatar-image {
  object-fit: cover;
  border-radius: 25px;
}

.agent-link {
  color: var(--gray);
  font-size: 16px;
}

.form-title {
  font-size: 23px;
}

.form-title.big {
  max-width: 12ch;
  margin-bottom: 20px;
  font-size: 30px;
}

.details-block {
  border: 1px solid var(--black1);
  background-color: var(--black2);
  border-radius: 8px;
  margin-top: 40px;
  margin-bottom: 40px;
  box-shadow: 23px 23px 34px #0000001a;
}

.title-block {
  background-color: var(--otormin-blue);
  text-transform: uppercase;
  border-bottom: 1px solid #0000001a;
  padding: 10px 20px 10px 40px;
}

.content-wrapper {
  padding: 24px 40px;
}

.collection-list-wrapper {
  width: 100%;
}

.image-38 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.div-block-56 {
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.feature-grid {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.feature-wrap {
  align-items: center;
  font-size: 16px;
  display: flex;
}

.filter-icon {
  margin-right: 6px;
}

.text-field {
  border: 1px solid var(--gray);
  background-color: var(--black1);
  color: var(--white);
  border-radius: 8px;
  min-height: 60px;
  margin-bottom: 14px;
}

.text-field:focus {
  border-color: var(--white-smoke);
}

.text-field::placeholder {
  font-size: 16px;
}

.button-submit {
  background-color: var(--otormin-blue);
  color: #fff;
  text-align: center;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  padding: 16px 20px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  transition: all .35s;
  display: flex;
}

.text-field-large {
  border: 1px solid var(--gray);
  background-color: var(--black1);
  color: var(--white);
  border-radius: 10px;
  min-height: 130px;
  margin-bottom: 14px;
}

.text-field-large::placeholder {
  font-size: 16px;
}

.features {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.flowbase-close {
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  transition: all .5s;
  display: flex;
  position: absolute;
  inset: 15px 15px auto auto;
}

.flowbase-close:hover {
  transform: scale(.85);
}

.global-component-banner {
  height: 50px;
  display: flex;
}

.global-component-footer {
  border-top: 1px solid #122b6914;
  display: flex;
}

.global-fixed {
  z-index: 9999;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  background-color: #fff;
  background-image: url('../images/cta-chalk-dot.svg'), linear-gradient(166deg, #fff0 50%, #fff6), linear-gradient(#f3f0ff, #f0f6ff);
  background-position: 50%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: auto, auto, auto;
  border: 1px solid #212a780a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100px;
  padding: 16px 3%;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.global-canner-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  display: flex;
}

.div-block-771 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 510px;
  display: flex;
}

.global-fixed-banner-text {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.global-fixed-logo {
  width: 44px;
}

.global-banner-title {
  color: #11023b;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(167deg, #11023b, #11023bdb 60%, #311572);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.global-paragraph {
  color: #262556;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.global-button-primary {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #fff;
  white-space: nowrap;
  background-color: #6f5cff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 32px;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s ease-out, background-color .3s ease-out;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 4px 12px #9b8eff4d, inset 0 1px #9b8eff99, 0 -1px 1px #5b29ffcc, 0 0 0 1px #6e5bff;
}

.global-button-primary:hover {
  background-color: #7f6fff;
}

.global-button-primary:active {
  background-color: #705cfa;
}

.heading-3 {
  color: var(--light-gray);
  font-size: 28px;
  font-weight: 500;
}

.text-block18 {
  color: var(--light-gray);
  font-size: 19px;
}

.heading-4 {
  color: var(--white);
  font-size: 28px;
}

.social-img {
  filter: invert();
  height: 20px;
  margin-bottom: 2px;
}

.copyright {
  color: var(--gray);
  font-size: 14px;
}

.heading-5 {
  font-size: 20px;
}

.car-price {
  color: var(--white-smoke);
  margin-bottom: 10px;
  font-size: 34px;
}

.background-video {
  width: 100%;
  height: 100%;
}

.div-block-772 {
  flex-flow: column;
  justify-content: space-between;
  align-self: stretch;
  padding-top: 10px;
  padding-left: 40px;
  display: flex;
}

.arrow-icon.down {
  transform: rotate(90deg);
}

.paragraph {
  color: var(--light-gray);
  letter-spacing: 2px;
  text-transform: uppercase;
}

.separator {
  width: 40px;
  height: 2vw;
}

.overlay {
  z-index: 0;
  background-color: var(--black1);
  opacity: .3;
  background-image: linear-gradient(5deg, #00000080, #0006 44%, #0000);
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.overlay.slide-image-two {
  background-image: linear-gradient(5deg, #000, #000000a6 53%, #0000), url('../images/hero-image-01-1.png');
}

.div-block-773 {
  background-color: var(--white);
  border-radius: 4px;
  flex-flow: column;
  padding-top: 80px;
  padding-bottom: 60px;
  display: flex;
}

.miauto-img {
  background-color: var(--white);
  margin-bottom: 60px;
  padding-left: 20%;
  padding-right: 20%;
}

.loader {
  z-index: 110;
  background-color: var(--otormin-blue);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.symbol-loader {
  width: 60px;
  height: 60px;
}

.logo-loader {
  background-image: url('../images/logotype-text-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 40px;
  align-self: center;
  width: 340px;
  height: 40px;
  position: absolute;
  bottom: 20px;
}

.slide-nav-2, .right-arrow-2, .left-arrow-2 {
  display: none;
}

.slider-2 {
  height: 70vh;
}

.whatsapp {
  z-index: 79;
  background-image: url('../images/whatsapp.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
  position: fixed;
  inset: auto 3% 24px auto;
}

.price-header-block {
  background-color: var(--black1);
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.success-message {
  background-color: var(--otormin-blue);
  padding-left: 10px;
  padding-right: 10px;
  font-size: 18px;
}

.error-message {
  background-color: var(--otormin-red);
  text-align: center;
  font-size: 18px;
}

@media screen and (max-width: 991px) {
  .hero-paragraph {
    font-size: 19px;
  }

  .hero-block {
    padding-left: 40px;
    padding-right: 40px;
  }

  .navigation-container {
    min-height: auto;
    position: relative;
  }

  .nav-menu {
    color: #fff;
    background-color: #000;
    height: auto;
  }

  .brand {
    margin-right: 10px;
    padding: 0;
  }

  .line-break {
    display: none;
  }

  .nav-link-plain {
    color: #fff;
    width: 100%;
  }

  .nav-link-plain:hover {
    color: #fff;
  }

  .menu-button-green {
    color: #fff;
    border: 1px solid #ffffff1a;
    padding: 10px 12px;
  }

  .menu-button-green.w--open {
    background-color: #000;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .footer-grid-01 {
    grid-template-columns: .25fr .5fr;
  }

  .footer-top {
    flex-direction: column;
  }

  .footer-column {
    padding-right: 20px;
  }

  .content-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .content-grid {
    grid-column-gap: 24px;
    grid-row-gap: 44px;
    grid-template-columns: 1fr;
  }

  .content-wrap {
    padding-top: 0%;
  }

  .plain-link-wrap {
    height: 50px;
    margin-top: 30px;
    font-size: 19px;
  }

  .collection-item {
    width: 50%;
  }

  .content-grid-reverse {
    grid-row-gap: 44px;
    grid-template-columns: 1fr;
    justify-items: start;
  }

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

  .property-detail {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .car-name {
    font-size: 40px;
  }

  .slider {
    height: 80vh;
  }

  .form-title.big {
    max-width: none;
    font-size: 26px;
  }

  .car-price {
    font-size: 30px;
  }

  .div-block-772 {
    padding-left: 30px;
  }

  .div-block-773 {
    margin-bottom: 40px;
  }

  .whatsapp {
    right: 4%;
  }

  .heading-7 {
    font-size: 40px;
  }

  .icon {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  .display-heading {
    font-size: 62px;
  }

  .hero-block {
    flex-flow: column;
    padding-left: 30px;
    padding-right: 30px;
  }

  .navigation {
    padding-right: 0%;
  }


  .footer-bottom {
    flex-wrap: wrap;
    margin-top: 40px;
  }

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

  .footer-column {
    padding-right: 0;
  }

  .content-section.leather {
    padding-bottom: 70px;
  }

  .content-section.ig-feed {
    padding-left: 30px;
    padding-right: 30px;
  }

  .catalog-section {
    padding-bottom: 40px;
  }

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

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

  .paragraph-large {
    font-size: 19px;
  }

  .content-h2 {
    font-size: 40px;
  }

  .collection-item {
    width: 100%;
  }

  .content-section-dark {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .tabs-menu {
    flex-direction: column;
  }

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

  .notice {
    display: none;
  }

  .header-dark {
    padding-top: 110px;
    padding-bottom: 40px;
  }

  .property-detail {
    padding-top: 50px;
  }

  .car-name {
    font-size: 36px;
  }

  .form-cont {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .dropdown-list.w--open {
    min-width: 250px;
  }

  .dropdown-base {
    max-height: 350px;
  }

  .collection-item-2 {
    width: 50%;
  }

  .slider {
    min-height: 760px;
  }

  .slide-content-wrap {
    background-image: none;
    background-position: 0 100%;
    background-repeat: repeat;
    background-size: 125px;
  }

  .form-title.big {
    font-size: 24px;
  }

  .title-block {
    padding-left: 20px;
  }

  .content-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .text-block18 {
    font-size: 18px;
  }

  .heading-4 {
    font-size: 26px;
  }

  .heading-5 {
    font-size: 18px;
  }

  .car-price {
    font-size: 26px;
  }

  .div-block-772 {
    padding-left: 0;
  }

  .slider-2 {
    height: 88vw;
  }

  .whatsapp {
    right: 5%;
  }

  .heading-6 {
    font-size: 40px;
  }

  .heading-7 {
    font-size: 36px;
  }

  .price-header-block {
    flex: none;
  }
}

@media screen and (max-width: 479px) {
  .display-heading {
    font-size: 14vw;
  }

  .hero-paragraph {
    padding-left: 10px;
    font-size: 18px;
  }

  .hero-block {
    background-color: #292929cc;
    padding: 30px 20px 10px;
    left: 20px;
    right: 20px;
  }

  .footer-bottom {
    text-align: center;
    flex-direction: column;
  }

  .footer-grid-01 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 2fr;
  }

  .footer-wrapper {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .footer-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .content-section.ig-feed {
    padding-left: 20px;
    padding-right: 20px;
  }

  .catalog-section {
    padding-top: 90px;
  }

  .filter-block {
    padding: 20px;
  }

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

  .vehicle-content {
    padding-top: 10px;
    padding-left: 20px;
  }

  .feature.centre-lines {
    border: 1px #000;
  }

  .content-h2 {
    font-size: 36px;
  }

  .plain-link-wrap {
    height: 70px;
  }

  .text-block-link {
    font-size: 18px;
  }

  .header-content-left {
    margin-bottom: 40px;
  }

  .property-title-wrap {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .form-cont {
    padding-left: 20px;
    padding-right: 20px;
  }

  .dropdown-list.w--open {
    width: 100%;
    min-width: auto;
    padding-top: 10px;
  }

  .dropdown {
    margin-bottom: 0;
    margin-left: 0;
  }

  .filter-form {
    flex-flow: column wrap-reverse;
    justify-content: flex-start;
    display: flex;
  }

  .dropdown-toggle {
    width: 100%;
  }

  .paragraph-large-gray {
    font-size: 20px;
  }

  .slide-content-wrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .avatar-base {
    padding-right: 0;
  }

  .form-title {
    font-size: 22px;
  }

  .form-title.big {
    font-size: 21px;
  }

  .feature-grid {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

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

  .global-component-banner {
    display: none;
  }

  .text-block18 {
    font-size: 17px;
  }

  .heading-4 {
    font-size: 24px;
  }

  .paragraph {
    font-size: 17px;
  }

  .whatsapp {
    width: 40px;
    height: 40px;
  }

  .heading-6, .heading-7 {
    font-size: 34px;
  }

  .price-header-block {
    margin-left: auto;
  }
}

#w-node-e3c1d18c-a357-e592-83bb-13fb72ee6cf2-f8b8b2ad {
  align-self: center;
}

#w-node-d1d219eb-b30e-5adf-99a9-1f5e60956343-f8b8b2ad {
  align-self: start;
}

#w-node-afa5968d-671e-6e98-b811-c2d1d5dfd075-f8b8b2ad {
  grid-column-end: 2.99432;
  grid-column-start: 2;
  grid-row-end: 1.99432;
  grid-row-start: 1;
}

#w-node-_8e2b77e4-3238-36a8-346e-6ab508156e28-f8b8b2ad {
  grid-column-end: 3.99432;
  grid-column-start: 3;
  grid-row-end: 1.99432;
  grid-row-start: 1;
}

#w-node-_6d64b614-971f-79fc-b10f-04edff546694-ff546687 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6d64b614-971f-79fc-b10f-04edff546697-ff546687 {
  justify-self: stretch;
}

@media screen and (max-width: 767px) {
  #w-node-afa5968d-671e-6e98-b811-c2d1d5dfd075-f8b8b2ad, #w-node-_8e2b77e4-3238-36a8-346e-6ab508156e28-f8b8b2ad {
    grid-column-start: 1;
    grid-column-end: 1.99432;
    grid-row-start: 1;
    grid-row-end: 1.99432;
  }

  #w-node-_6d64b614-971f-79fc-b10f-04edff546694-ff546687, #w-node-_6d64b614-971f-79fc-b10f-04edff5466a2-ff546687 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_6d64b614-971f-79fc-b10f-04edff546694-ff546687 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Alergiawide';
  src: url('../fonts/alergiawide-medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Alergiawide';
  src: url('../fonts/alergiawide-black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}