h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  font-family: FuturaPTLight, sans-serif;
}

.hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-section.hero-section-about {
  background-image: url('../images/about-s1.png');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-section.contact-hero-section {
  background-image: -webkit-linear-gradient(270deg, #202021, #202021);
  background-image: linear-gradient(180deg, #202021, #202021);
}

.hero-section.hero-section-lifestyle {
  background-image: url('../images/lifestyle.png'), url('../images/example-bg.png');
  background-position: 50% 50%, 0px 0px;
  background-size: cover, 125px;
}

.pages-white-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-right: 32px;
  padding-left: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.pages-subtitle {
  margin-top: 0px;
  margin-bottom: 32px;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.pages-subtitle.pages-subtitle-white {
  color: #fff;
}

.pages-subtitle.pages-subtitle-no-margin {
  margin-bottom: 8px;
}

.pages-subtitle.pages-subtitle-grey {
  color: #8d8d8d;
}

.pages-subtitle.pages-subtitle-grey.pages-subtitle-grey-no-margin {
  margin-bottom: 8px;
}

.pages-title {
  margin-top: 0px;
  margin-bottom: 32px;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.pages-title.title-medium-white {
  color: #fff;
}

.pages-title.pages-title-no-margin {
  margin-bottom: 8px;
}

.pages-paragraph {
  max-width: 600px;
  margin-bottom: 32px;
  font-family: FuturaPTLight, sans-serif;
  color: #8d8d8d;
  font-size: 18px;
  line-height: 23px;
}

.pages-paragraph.pages-paragraph-no-margin {
  max-width: 700px;
  margin-bottom: 0px;
  line-height: 23px;
}

.pages-button {
  border-top: 2px solid #000;
  background-color: transparent;
  font-family: 'Josefin Sans', sans-serif;
  color: #76002b;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.pages-button.pages-button-white {
  padding: 16px;
  border-top-color: #fff;
  color: #fff;
}

.pages-button.pages-button-white:hover {
  color: #76002b;
}

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

.home-services-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-top: 128px;
  padding-bottom: 128px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #121214;
}

.home-services-image {
  width: 50%;
}

.home-services-image.home-services-image-cars {
  background-image: url('../images/cars.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.home-services-image.home-services-image-cars:hover {
  -webkit-filter: brightness(200%);
  filter: brightness(200%);
}

.home-services-image.home-s3-image-plane {
  background-image: url('../images/airlplane.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.home-services-image.home-s3-image-plane:hover {
  -webkit-filter: none;
  filter: none;
}

.home-services-image.home-s3-image-yacht {
  background-image: url('../images/yacht.png');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.home-services-image.home-s3-image-yacht:hover {
  -webkit-filter: none;
  filter: none;
}

.home-services-image.home-s3-image-packages {
  background-image: url('../images/packages.png');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.home-services-image.home-s3-image-packages:hover {
  -webkit-filter: none;
  filter: none;
}

.home-s4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding: 128px 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.footer-logo-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-align: center;
}

.footer-botom-text {
  margin-right: 8px;
  margin-left: 8px;
  padding-right: 8px;
  padding-left: 8px;
  border-left: 1px none #bcbcbc;
  font-family: 'Josefin Sans', sans-serif;
  color: #bcbcbc;
  font-size: 13px;
  font-weight: 300;
  text-decoration: none;
  text-transform: capitalize;
}

.footer-botom-text.footer-botom-text-border-left {
  border-left-style: solid;
}

.nav-logo {
  margin-right: 32px;
  margin-left: 32px;
  background-image: url('../images/sigma-elite-logo.png');
  background-position: 0px 0px;
  background-size: cover;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  float: left;
  clear: both;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 32px;
  padding-left: 32px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.language-srpski {
  padding-right: 20px;
  padding-left: 20px;
  color: #fff;
  text-decoration: none;
}

.languagues-container {
  width: 70px;
}

.nav-link {
  margin-right: 0px;
  margin-left: 0px;
  color: #fff;
  text-transform: uppercase;
}

.slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/fotka.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider {
  height: 100vh;
}

.dropdown-toggle {
  width: 50px;
  height: 100%;
  padding-right: 20px;
  background-image: url('../images/user.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.footer-up {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 64px;
  padding-bottom: 64px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background-color: #000;
  color: #fff;
}

.footer-middle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-payment-image {
  margin-right: 8px;
  margin-left: 8px;
}

.footer-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

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

.footer-contact-box-text {
  width: 80px;
  margin-right: 0px;
  text-align: left;
  text-transform: uppercase;
}

.footer-contact-box-info-right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #bcbcbc;
  text-align: left;
}

.link-block {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 30px;
  height: 30px;
  margin-right: auto;
  margin-bottom: 32px;
  margin-left: auto;
  background-image: url('../images/strelica.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.social-icon-wrapper {
  position: absolute;
  top: 20%;
  right: 0px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.social-icon-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #b5975b;
  -webkit-transform: translate(114px, 0px);
  -ms-transform: translate(114px, 0px);
  transform: translate(114px, 0px);
  color: #fff;
  text-decoration: none;
}

.social-icon-image {
  width: 40px;
  height: 40px;
}

.social-icon-image.social-icon-image-phone {
  background-image: url('../images/call-icon.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.social-icon-image.social-icon-image-email {
  background-image: url('../images/email-icon.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.social-icon-image.social-icon-image-share {
  background-image: url('../images/share-icon.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.social-icon-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 8px;
  padding-left: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.social-icon-facebook {
  width: 40px;
  height: 40px;
  background-image: url('../images/face.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.social-icon-instagram {
  width: 40px;
  height: 40px;
  background-image: url('../images/insta.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.about-s1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/example-bg.png');
  background-position: 0px 0px;
  background-size: 125px;
}

.pages-separator {
  width: 100px;
  height: 3px;
  margin-top: 32px;
  margin-bottom: 32px;
  background-color: #000;
}

.pages-separator.pages-separator-no-top-margin {
  margin-top: 0px;
}

.pages-separator.pages-separator-bottom-margin-bigger {
  margin-bottom: 64px;
}

.pages-image-section {
  height: 100vh;
  background-image: url('../images/about-s2.png');
  background-position: 50% 50%;
  background-size: cover;
}

.pages-image-section.pages-image-section-about-2 {
  background-image: url('../images/about-s3.png');
  background-position: 50% 50%;
  background-size: cover;
}

.pages-span {
  margin-bottom: 32px;
  font-family: FuturaPTLight, sans-serif;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 2px;
}

.pages-span.pages-span-featured {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

.pages-span.pages-span-margin-bigger {
  margin-bottom: 64px;
}

.contact-hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/example-bg.png');
  background-position: 0px 0px;
  background-size: 125px;
}

.form-block {
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.text-field {
  margin-bottom: 6px;
  margin-left: 6px;
  border-style: none;
  border-bottom-width: 2px;
  border-bottom-color: #bcbcbc;
  background-color: #121214;
  font-size: 12px;
  text-transform: uppercase;
}

.text-field.text-field-no-margin {
  margin-bottom: 6px;
  margin-left: 0px;
  border-style: none;
  border-bottom-width: 2px;
  border-bottom-color: #bcbcbc;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.submit-button {
  display: block;
  width: 100px;
  margin-right: auto;
  margin-left: auto;
  background-color: #b5975b;
  text-transform: uppercase;
}

.textarea {
  margin-bottom: 16px;
  border-style: none;
  border-bottom-width: 2px;
  border-bottom-color: #bcbcbc;
  background-color: #121214;
  font-size: 12px;
  text-transform: uppercase;
}

.cars-s1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cars-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  padding-top: 128px;
  padding-bottom: 128px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #121214;
}

.cars-image {
  width: 50%;
}

.cars-image.home-services-image-cars {
  background-image: url('../images/cars.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.cars-image.home-services-image-cars:hover {
  -webkit-filter: brightness(200%);
  filter: brightness(200%);
}

.cars-image.home-s3-image-plane {
  background-image: url('../images/airlplane.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.cars-image.home-s3-image-plane:hover {
  -webkit-filter: none;
  filter: none;
}

.cars-image.home-s3-image-yacht {
  background-image: url('../images/yacht.png');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.cars-image.home-s3-image-yacht:hover {
  -webkit-filter: none;
  filter: none;
}

.cars-image.home-s3-image-packages {
  background-image: url('../images/packages.png');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.cars-image.home-s3-image-packages:hover {
  -webkit-filter: none;
  filter: none;
}

.cars-image.cars-image-cls {
  width: 40%;
  background-image: url('../images/CLS.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.cars-image.cars-image-cls:hover {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.cars-image.cars-image-eclass {
  width: 40%;
  background-image: url('../images/E-klasa.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.cars-image.cars-image-eclass:hover {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.cars-image.cars-image-sclass {
  width: 40%;
  background-image: url('../images/S-klasa.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.cars-image.cars-image-sclass:hover {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.cars-image.cars-image-svan {
  width: 40%;
  background-image: url('../images/VAN.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.cars-image.cars-image-svan:hover {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.cars-model {
  color: #8d8d8d;
  font-size: 21px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: capitalize;
}

.cars-model.cars-model-black {
  color: #121214;
}

.cars-pop-up {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.slider-2 {
  width: 50%;
  height: auto;
}

.cars-pop-up-info-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: 100%;
  padding-top: 32px;
  padding-left: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cars-list-item {
  margin-bottom: 4px;
  font-family: FuturaPTLight, sans-serif;
  color: #000;
  font-size: 20px;
}

.button-book {
  border: 1px solid #000;
  background-color: transparent;
  color: #000;
  text-transform: uppercase;
}

.slide-2 {
  background-image: url('../images/ent-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-3 {
  background-image: url('../images/ent-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/ent-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.unordered-list {
  margin-top: 32px;
  margin-bottom: 32px;
  color: #121214;
}

.cars-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-bottom: 1px solid #bcbcbc;
  background-color: #121214;
}

.cars-persons-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.cars-persons-text {
  margin-right: 8px;
  font-size: 12px;
}

.cars-pop-up-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  padding-top: 128px;
  padding-bottom: 128px;
  padding-left: 64px;
}

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #121214;
}

.body {
  font-family: FuturaPTLight, sans-serif;
}

html.w-mod-js *[data-ix="pop-up-initial"] {
  display: none;
  height: 0px;
}

@media (max-width: 991px) {
  .nav-menu {
    width: 100%;
  }
  .nav-link {
    text-align: center;
  }
  .cars-info {
    width: 50%;
  }
  .cars-image.cars-image-eclass {
    width: 50%;
  }
  .cars-image.cars-image-sclass {
    width: 50%;
  }
  .cars-image.cars-image-svan {
    width: 50%;
  }
  .cars-image.cars-image-cls {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .pages-white-section {
    height: auto;
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cars-info {
    width: 100%;
  }
  .cars-image.cars-image-eclass {
    width: 100%;
    min-height: 400px;
  }
  .cars-image.cars-image-sclass {
    width: 100%;
    min-height: 400px;
  }
  .cars-image.cars-image-svan {
    width: 100%;
    min-height: 400px;
  }
  .cars-image.cars-image-cls {
    width: 100%;
    min-height: 400px;
  }
  .cars-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cars-box.cars-box-mobile-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

@media (max-width: 479px) {
  .home-services-info {
    width: 100%;
  }
  .home-services-image {
    width: 100%;
    height: 300px;
  }
  .cars-info {
    width: 100%;
  }
  .cars-image {
    width: 100%;
    height: 300px;
  }
  .cars-image.cars-image-eclass {
    min-height: auto;
  }
  .cars-image.cars-image-sclass {
    min-height: auto;
  }
  .cars-image.cars-image-svan {
    min-height: auto;
  }
  .cars-image.cars-image-cls {
    min-height: auto;
  }
}

@font-face {
  font-family: 'FuturaPTLight';
  src: url('../fonts/FuturaPTLight.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}