.body {
  background-color: #000;
}

.r-footer {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 14%;
  z-index: 999;
  display: none;
  max-width: 2000px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 100px;
  padding-left: 100px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.r-text {
  width: 35vw;
  max-width: 500px;
  margin-top: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 140%;
  font-weight: 300;
}

.r-information {
  position: relative;
  z-index: 1;
}

.r-lottie_animation {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 0;
  width: 100vw;
}

.r-bullet-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding: 10px;
}

.r-bullet {
  padding-right: 10px;
  padding-left: 10px;
  color: #000;
  font-size: 40px;
  text-decoration: none;
}

.r-bullet.w--current {
  color: #ffbf00;
}

.r-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #000;
  background-image: none;
}

.r-lottie_logo_bg {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero_bg {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  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: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.hero__gradient {
  position: absolute;
  left: auto;
  top: auto;
  right: -30%;
  bottom: -71%;
  width: 70vw;
  height: 70vw;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #ffbf00, rgba(92, 49, 255, 0) 69%);
  opacity: 0.9;
}

.hero__gradient.cyan {
  left: -27%;
  top: -50%;
  right: auto;
  bottom: auto;
  background-image: radial-gradient(circle farthest-side at 50% 50%, rgba(0, 221, 255, 0.32), rgba(92, 49, 255, 0) 96%);
}

.preloader {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9000;
  display: none;
  width: 100vw;
  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-color: rgba(2, 0, 22, 0.5);
  color: #531431;
}

.preloader__item {
  position: relative;
  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;
  -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;
}

.logo_preloader {
  width: 240px;
}

.preloader__loading {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 140px;
  height: 2px;
  margin-top: 32px;
  border-radius: 2px;
}

.preloader__progressbar {
  width: 100%;
  height: auto;
  background-image: -webkit-gradient(linear, left top, right top, from(#000), to(#ffbf00));
  background-image: linear-gradient(90deg, #000, #ffbf00);
}

.preloader__bg-top {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #0e0e0e, #000);
}

.preloader__bg-middle {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
}

.preloader__bg-bottom {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  background-color: rgba(56, 56, 56, 0.5);
}

.logo_container {
  z-index: 1;
  width: 35vw;
  max-width: 500px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.logo_crest {
  margin-bottom: 20px;
}

.logo_crest.cb_ferrari {
  position: relative;
  height: 80px;
  margin-top: 10px;
}

.logo_crest.cb_lambo {
  position: relative;
  height: 80px;
  margin-top: 10px;
}

.logo_crest.cb_mercedes {
  position: relative;
  height: 80px;
  margin-top: 10px;
}

.logo_crest.cb_bentley {
  position: relative;
  height: 50px;
  margin-top: 10px;
}

.card_top {
  position: relative;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 20em;
  padding-top: 3.13em;
  padding-right: 4.5em;
  padding-left: 4.5em;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 2.81em;
  background-color: #bf9b30;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffbf00), to(#bf9b30));
  background-image: linear-gradient(180deg, #ffbf00, #bf9b30);
}

.card_top.is--content {
  width: 400px;
  height: 400px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 20px;
  background-color: transparent;
  background-image: linear-gradient(45deg, #ffbf00, #bf9b30);
}

.ferrari_f8_spider {
  position: relative;
  width: 90%;
  height: 180px;
  margin-top: 20px;
  margin-bottom: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 1.56em;
  background-image: url('../images/ferrari_f8_spider_02.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.container {
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding: 5em 3em;
}

.container.is--hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
  -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;
}

.section_01 {
  position: relative;
}

.lottie_wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.d-81-left-line-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  overflow: hidden;
  width: 3px;
}

.d-81-bottom-left-line-wrapper {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  overflow: hidden;
  width: 50%;
  height: 3px;
}

.d-81-top-right-line {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #bf9b30;
}

.d-81-bottom-right-line-wrapper {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  width: 50%;
  height: 3px;
}

.d-81-bottom-left-line {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #bf9b30;
}

.d-81-right-line {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #bf9b30;
}

.d-81-top-left-line {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #bf9b30;
}

.d-81-right-line-wrapper {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  width: 3px;
}

.d-81-left-line {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #bf9b30;
}

.d-81-button-text {
  position: relative;
  padding: 20px 30px;
  font-family: Oswald, sans-serif;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.d-81-button-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 170px;
  margin-top: 40px;
  -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;
  border-style: none;
  border-width: 3px;
  border-color: hsla(0, 0%, 100%, 0.3);
  box-shadow: inset 0 0 0 3px hsla(0, 0%, 100%, 0.3);
  color: #fff;
  text-decoration: none;
}

.d-81-button-wrapper.cars {
  margin-top: 0px;
}

.d-81-button-wrapper.cars.w--current {
  margin-top: 0px;
}

.d-81-top-right-line-wrapper {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  overflow: hidden;
  width: 50%;
  height: 3px;
}

.d-81-top-left-line-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  overflow: hidden;
  width: 50%;
  height: 3px;
}

.d-81-bottom-right-line {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #bf9b30;
}

.d-81-button-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  margin: 10px;
  background-color: transparent;
}

.logo_02 {
  width: 20vw;
  max-width: 500px;
}

.link-block {
  position: relative;
  padding: 20px 12px;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
}

.link-block:hover {
  color: #ffbf00;
}

.link-block.w--current {
  color: #ffbf00;
}

.bevipcar_logo {
  position: relative;
  width: 100px;
}

.nav-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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;
  color: #7b88a8;
  font-size: 15px;
}

.navigation-container-mob {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation-mob {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.navigation {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding: 10px 3%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.6);
}

.navigation-container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.brand {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.brand.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.navigation-wrap {
  position: fixed;
  z-index: 120;
  width: 100%;
}

.bold-text {
  color: #ffbf00;
}

.bold-text-2 {
  color: #ffbf00;
}

.bold-text-3 {
  color: #ffbf00;
}

.r-container-about-us {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider {
  position: relative;
  width: 64%;
  height: 80%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: transparent;
}

.div-block-4 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
}

.wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px solid #bf9b30;
}

.r-container_collection {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.r-information_collection {
  position: relative;
  z-index: 1;
}

.r-information_collection.cars {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
}

.r-text_collection {
  width: 50vw;
  max-width: 500px;
  margin-top: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 140%;
  font-weight: 300;
  text-align: center;
}

.icon-6 {
  opacity: 0.3;
}

.icon-7 {
  opacity: 0.3;
}

.right-arrow {
  display: none;
}

.left-arrow {
  display: none;
}

.slide-nav {
  font-size: 10px;
}

.fixed_bg {
  position: relative;
  height: 70vh;
  background-image: url('../images/ferrari_f8_spider.png');
  background-position: 50% 50%;
  background-size: 60vw;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.fixed_bg.lambo_aven {
  height: 70vh;
  background-image: url('../images/lambo_avenadtor.png');
  background-position: 50% 50%;
  background-size: 70vw;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.fixed_bg.merceds_stronger_than_time {
  height: 70vh;
  background-image: url('../images/g_class_stronger_than_time.png');
  background-position: 50% 50%;
  background-size: 60vw;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.fixed_bg.bentleybentayga {
  height: 70vh;
  background-image: url('../images/bentley_jeep.png');
  background-position: 50% 50%;
  background-size: 70vw;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.fixed_bg.lamborghini_urus {
  height: 70vh;
  background-image: url('../images/lambo_urus.png');
  background-position: 50% 50%;
  background-size: 70vw;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.bold-text-4 {
  color: #ffbf00;
}

.r-container_collection_cars {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid none;
  border-width: 2px 1px;
  border-color: #bf9b30 #000;
}

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

.image-2 {
  position: relative;
  display: block;
  max-width: 190%;
}

.lambo_aventador {
  position: relative;
  width: 90%;
  height: 180px;
  margin-top: 20px;
  margin-bottom: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 1.56em;
  background-image: url('../images/lambo_avenadtor_02.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.mercedes_benz_g-class {
  position: relative;
  width: 90%;
  height: 180px;
  margin-top: 20px;
  margin-bottom: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 1.56em;
  background-image: url('../images/g_class_stronger_than_time_02.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.bentley_bentayga {
  position: relative;
  width: 90%;
  height: 180px;
  margin-top: 20px;
  margin-bottom: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 1.56em;
  background-image: url('../images/bentley_jeep_02.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.footer {
  position: relative;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 10px;
  padding-bottom: 25px;
  -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: rgba(0, 0, 0, 0.5);
}

.div-block-7 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.bevipcar_logo_footer {
  position: relative;
  width: 80px;
}

.seperation_line {
  position: relative;
  width: 1px;
  height: 50px;
  margin-right: 20px;
  margin-left: 20px;
  background-color: #ffbf00;
}

.link-5 {
  position: relative;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  text-decoration: none;
}

.link-5:hover {
  color: #ffbf00;
}

.link-5.w--current {
  color: #ffbf00;
}

.heading-3 {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
}

.email_link {
  position: relative;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  text-decoration: none;
}

.email_link:hover {
  color: #ffbf00;
}

.bold-text-5 {
  color: #ffbf00;
}

.lambo_urus {
  position: relative;
  width: 90%;
  height: 180px;
  margin-top: 20px;
  margin-bottom: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 1.56em;
  background-image: url('../images/lambo_urus_02.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.form_wrapper {
  position: relative;
  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;
}

.heading-3-copy {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 1vw;
  font-family: 'Open Sans', sans-serif;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 10px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 2px;
}

.div-block-8 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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: rgba(0, 0, 0, 0.36);
}

.form-block {
  position: relative;
  width: 35vw;
  margin-top: 50px;
  padding: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #ffbf00;
  border-radius: 20px;
}

.r-get_in_touch {
  position: relative;
  z-index: 1;
}

.field-label {
  color: #fff;
}

.field-label-2 {
  color: #fff;
}

.submit-button {
  width: 100%;
  margin-top: 30px;
  background-color: #bf9b30;
}

.submit-button:hover {
  background-color: #ffbf00;
}

.terms_wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 200px;
  padding-bottom: 200px;
  -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;
}

.bold-text-6 {
  position: relative;
  font-family: Montserrat, sans-serif;
  color: #ffbf00;
  font-size: 20px;
}

.rterms_collection {
  position: relative;
  width: 60vw;
  margin-top: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 140%;
  font-weight: 300;
  text-align: left;
}

.bold-text-10 {
  color: #bf9b30;
}

.bold-text-11 {
  color: #bf9b30;
}

.bold-text-12 {
  color: #bf9b30;
}

.bold-text-13 {
  color: #bf9b30;
}

.bold-text-14 {
  color: #bf9b30;
}

.bold-text-15 {
  color: #bf9b30;
}

.bold-text-16 {
  color: #bf9b30;
}

.bold-text-17 {
  color: #bf9b30;
}

.bold-text-18 {
  color: #bf9b30;
}

.bold-text-19 {
  color: #bf9b30;
}

.bold-text-20 {
  color: #bf9b30;
}

.bold-text-21 {
  color: #bf9b30;
}

.bold-text-22 {
  color: #bf9b30;
}

.bold-text-23 {
  color: #bf9b30;
}

.bold-text-24 {
  color: #bf9b30;
}

.bold-text-25 {
  color: #bf9b30;
}

.bold-text-26 {
  color: #bf9b30;
}

.bold-text-27 {
  color: #bf9b30;
}

.bold-text-28 {
  color: #bf9b30;
}

.bold-text-29 {
  color: #bf9b30;
}

.bold-text-30 {
  color: #bf9b30;
}

.bold-text-31 {
  color: #bf9b30;
}

.bold-text-32 {
  color: #bf9b30;
}

.bold-text-33 {
  color: #bf9b30;
}

.bold-text-34 {
  color: #bf9b30;
}

.bold-text-35 {
  color: #bf9b30;
}

.bold-text-36 {
  color: #bf9b30;
}

.bold-text-37 {
  color: #bf9b30;
}

.bold-text-38 {
  color: #bf9b30;
}

.bold-text-39 {
  color: #bf9b30;
}

.bold-text-40 {
  color: #bf9b30;
}

.bold-text-41 {
  color: #bf9b30;
}

.bold-text-42 {
  color: #bf9b30;
}

.bold-text-43 {
  color: #bf9b30;
}

.bold-text-44 {
  color: #bf9b30;
}

.bevipcar_luxury_car_rental {
  position: relative;
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 120%;
  text-transform: uppercase;
}

.bevipcar_luxury_car_rental.terms {
  margin-bottom: 20px;
}

.bevipcar_luxury_car_rental.contact {
  margin-bottom: 20px;
  text-align: center;
}

.bevipcar_luxury_car_collection {
  position: relative;
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
}

.bevipcar_luxury_car_collection.car {
  margin-bottom: 20px;
  color: #333;
  font-size: 24px;
  line-height: 120%;
}

.hero_bg_wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.textarea {
  margin-top: 32px;
  margin-bottom: 0px;
}

.bold-text-45 {
  color: #bf9b30;
}

.bold-text-46 {
  color: #bf9b30;
}

.bold-text-47 {
  color: #bf9b30;
}

.bold-text-48 {
  color: #bf9b30;
}

.specs {
  position: relative;
  max-width: 500px;
  margin-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 160%;
  font-weight: 400;
  text-align: center;
}

.specs_title {
  position: relative;
  margin-top: 10px;
  padding: 5px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border: 1px solid #bf9b30;
  border-radius: 5px;
  -webkit-transition: letter-spacing 200ms ease;
  transition: letter-spacing 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 100%;
  font-weight: 400;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.specs_title:hover {
  letter-spacing: 10px;
}

.bold-text-49 {
  color: #ffbf00;
}

.bold-text-51 {
  color: #ffbf00;
}

.bold-text-52 {
  color: #ffbf00;
}

.bold-text-53 {
  color: #ffbf00;
}

.car_specs {
  position: relative;
  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-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.italic-text {
  color: #cdcdcd;
  font-style: normal;
}

.italic-text-2 {
  color: #cdcdcd;
}

.italic-text-3 {
  color: #cdcdcd;
  font-style: normal;
}

.italic-text-4 {
  color: #cdcdcd;
  font-style: normal;
}

.italic-text-5 {
  color: #cdcdcd;
  font-style: normal;
}

.italic-text-6 {
  color: #cdcdcd;
}

.lang_selector {
  position: relative;
  z-index: 10000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.english {
  position: relative;
  color: #fff;
  text-decoration: none;
}

.english:hover {
  color: #ffbf00;
}

.english.w--current {
  color: #ffbf00;
}

.sep_line {
  position: relative;
  width: 1px;
  height: 70%;
  margin-right: 5px;
  margin-left: 5px;
  background-color: #ffbf00;
}

.bulgarian {
  position: relative;
  color: #fff;
  text-decoration: none;
}

.bulgarian:hover {
  color: #ffbf00;
}

.bulgarian.w--current {
  color: #ffbf00;
}

.bold-text-54 {
  color: #ffbf00;
}

.bold-text-55 {
  color: #ffbf00;
  text-transform: uppercase;
}

.bold-text-56 {
  color: #ffbf00;
}

.bold-text-57 {
  color: #ffbf00;
  text-transform: uppercase;
}

.bold-text-58 {
  color: #fff;
}

.bold-text-59 {
  text-transform: uppercase;
}

.bold-text-60 {
  color: #ffbf00;
}

.heading-9-copy {
  position: relative;
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 1.4;
  font-weight: 800;
  text-align: center;
  text-shadow: 0 0 30px #fff;
}

.section-30 {
  position: relative;
}

.thanks-wrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  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-color: #000;
}

.thanksbgwrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
  height: 100vh;
  background-color: #000;
}

.logobetadvanced-thanks {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 300px;
  height: 31px;
  margin-bottom: 20px;
  background-image: url('../images/BetadvancedLOGO.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.logobetadvanced-thanks.w--current {
  width: 220px;
}

.heading-2-copy-copy {
  position: relative;
  display: block;
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  color: #353535;
  font-size: 25px;
  line-height: 120%;
  font-weight: 400;
}

.heading-2-copy-copy._2-copy {
  margin-bottom: 40px;
  color: #fff;
  text-align: center;
}

.button-3 {
  height: 42px;
  min-width: 60px;
  padding-right: 30px;
  padding-left: 30px;
  border-bottom: 3px solid #373737;
  background-color: #fff;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  font-family: Lato, sans-serif;
  color: #373737;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}

.button-3:hover {
  border-bottom-color: transparent;
  background-color: #0076ee;
  color: #fff;
}

.thanksbg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  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: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 15, 30, 0.8)), to(rgba(0, 15, 30, 0.8))), url('../images/betadvancedBG0202.jpg');
  background-image: linear-gradient(180deg, rgba(0, 15, 30, 0.8), rgba(0, 15, 30, 0.8)), url('../images/betadvancedBG0202.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.logo_tu {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo_container_tu {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  margin-bottom: 40px;
  -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;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.logo_02_tu {
  width: 20vw;
  max-width: 500px;
}

.error-message {
  background-color: #b40000;
}

.text-block-9 {
  color: #fff;
}

.error-message-2 {
  background-color: #b40000;
  color: #fff;
}

.bold-text-61 {
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  .r-footer {
    padding-right: 20px;
    padding-left: 0px;
  }

  .r-text {
    max-width: 500px;
    font-size: 15px;
  }

  .r-bullet-nav {
    margin-bottom: 10px;
  }

  .r-bullet {
    font-size: 30px;
  }

  .r-bullet.w--current {
    font-size: 30px;
  }

  .r-container {
    padding-right: 20px;
  }

  .hero__gradient {
    right: -61%;
    bottom: -46%;
    width: 140vw;
    height: 140vw;
  }

  .hero__gradient.cyan {
    left: -50%;
    top: -30%;
    bottom: -56%;
  }

  .logo_preloader {
    width: 200px;
  }

  .logo_container {
    z-index: 999;
  }

  .container {
    padding-right: 3em;
    padding-left: 3em;
  }

  .container.is--hero {
    height: 100%;
  }

  .d-81-button-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .logo_02 {
    width: 25vw;
  }

  .menu-mob {
    border-radius: 100px;
    background-color: #fafafa;
    color: #000;
    font-size: 22px;
  }

  .menu-mob.w--open {
    background-color: #824bf1;
  }

  .nav-menu-2 {
    margin-left: 0px;
  }

  .navigation-container-mob {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .mobile-nav-link {
    width: 100%;
  }

  .navigation-mob {
    display: none;
    padding-right: 3%;
    padding-left: 3%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid rgba(68, 85, 103, 0.11);
  }

  .navigation {
    padding-right: 1%;
    padding-left: 1%;
  }

  .mobile-nav {
    padding-top: 15px;
    background-color: #fff;
    box-shadow: 42px 42px 55px 0 rgba(32, 53, 90, 0.09);
  }

  .text-block-6 {
    font-size: 12px;
  }

  .text-block-7 {
    font-size: 12px;
  }

  .text-block-8 {
    font-size: 12px;
  }

  .r-container-about-us {
    padding-right: 20px;
  }

  .slider {
    width: 100%;
  }

  .wrapper {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .r-container_collection {
    height: 100%;
    padding-top: 150px;
    padding-right: 0px;
  }

  .r-text_collection {
    width: 60vw;
  }

  .fixed_bg {
    background-size: 80vw;
  }

  .fixed_bg.lambo_aven {
    background-size: 85vw;
  }

  .fixed_bg.merceds_stronger_than_time {
    background-size: 80vw;
  }

  .fixed_bg.bentleybentayga {
    background-size: 80vw;
  }

  .fixed_bg.lamborghini_urus {
    background-size: 82vw;
  }

  .r-container_collection_cars {
    height: 100%;
  }

  .seperation_line {
    margin-right: 10px;
    margin-left: 10px;
  }

  .form-block {
    width: 330px;
  }

  .submit-button {
    position: relative;
  }

  .terms_wrapper {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .bold-text-6 {
    font-size: 18px;
  }

  .rterms_collection {
    width: 80vw;
    font-size: 14px;
  }

  .bevipcar_luxury_car_rental {
    font-size: 20px;
  }

  .form {
    position: relative;
  }

  .lang_selector {
    width: 50px;
  }

  .english {
    font-size: 12px;
  }

  .english.w--current {
    font-size: 12px;
  }

  .bulgarian {
    font-size: 12px;
  }

  .logobetadvanced-thanks {
    width: 300px;
  }

  .logobetadvanced-thanks.w--current {
    width: 180px;
  }

  .button-3 {
    width: 90px;
    height: 30px;
    padding-right: 0px;
    padding-left: 0px;
    line-height: 10px;
  }

  .logo_container_tu {
    z-index: 999;
  }

  .logo_02_tu {
    width: 25vw;
  }
}

@media screen and (max-width: 767px) {
  .r-footer {
    padding-right: 0px;
  }

  .r-text {
    max-width: 300px;
    font-size: 14px;
  }

  .r-container {
    padding-right: 10px;
  }

  .hero__gradient {
    right: -43%;
    bottom: -80%;
    width: 100vw;
    height: 100vw;
  }

  .hero__gradient.cyan {
    left: -40%;
    top: -74%;
  }

  .logo_preloader {
    width: 180px;
  }

  .logo_container {
    z-index: 20;
  }

  .logo_crest.cb_ferrari {
    height: 60px;
  }

  .logo_crest.cb_lambo {
    height: 60px;
  }

  .logo_crest.cb_mercedes {
    height: 60px;
  }

  .logo_crest.cb_bentley {
    height: 40px;
  }

  .card_top.is--content {
    width: 300px;
    height: 300px;
  }

  .ferrari_f8_spider {
    height: 120px;
  }

  .container.is--hero {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .d-81-button-text {
    font-size: 12px;
  }

  .d-81-button-wrapper {
    width: 150px;
  }

  .menu-mob {
    border-style: solid;
    border-width: 2px;
    border-color: rgba(255, 191, 0, 0.45);
    background-color: hsla(0, 0%, 98%, 0);
  }

  .menu-mob.w--open {
    border-color: #45108a;
    background-color: #bf9b30;
  }

  .bevipcar_logo {
    margin-top: 0px;
  }

  .navigation-container-mob {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .mobile-nav-link {
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.5);
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
  }

  .mobile-nav-link.w--current {
    border-bottom: 1px solid #ffbf00;
    background-color: rgba(0, 0, 0, 0.8);
    color: #ffbf00;
  }

  .navigation-mob {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgba(0, 0, 0, 0.6);
  }

  .navigation {
    display: none;
  }

  .mobile-nav {
    padding-top: 0px;
    background-color: hsla(0, 0%, 100%, 0);
  }

  .icon-2 {
    color: #fff;
  }

  .r-container-about-us {
    padding-right: 10px;
  }

  .slider {
    width: 100%;
  }

  .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .r-container_collection {
    padding-right: 10px;
  }

  .r-text_collection {
    width: 80vw;
    font-size: 16px;
  }

  .fixed_bg {
    height: 30vh;
    background-position: 50% 50%;
    background-size: contain;
  }

  .fixed_bg.lambo_aven {
    height: 30vh;
    background-size: contain;
  }

  .fixed_bg.merceds_stronger_than_time {
    height: 30vh;
    background-size: contain;
  }

  .fixed_bg.bentleybentayga {
    height: 30vh;
    background-size: contain;
  }

  .fixed_bg.lamborghini_urus {
    height: 30vh;
    background-size: contain;
  }

  .r-container_collection_cars {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .lambo_aventador {
    height: 120px;
  }

  .mercedes_benz_g-class {
    height: 120px;
  }

  .bentley_bentayga {
    height: 120px;
  }

  .footer {
    height: auto;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .div-block-7 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .bevipcar_logo_footer {
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .seperation_line {
    width: 60vw;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .link-5 {
    font-size: 13px;
  }

  .heading-3 {
    font-size: 13px;
  }

  .email_link {
    font-size: 13px;
  }

  .lambo_urus {
    height: 120px;
  }

  .bold-text-6 {
    font-size: 18px;
  }

  .rterms_collection {
    width: 90vw;
    font-size: 12px;
  }

  .bevipcar_luxury_car_rental {
    font-size: 18px;
  }

  .bevipcar_luxury_car_collection.car {
    font-size: 20px;
  }

  .specs {
    max-width: none;
    font-size: 13px;
  }

  .specs_title {
    font-size: 13px;
  }

  .lang_selector {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .english.w--current {
    font-size: 14px;
  }

  .sep_line {
    margin-right: 20px;
    margin-left: 20px;
  }

  .bulgarian {
    font-size: 14px;
  }

  .div-block-9 {
    padding: 20px;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.3);
    background-color: rgba(0, 0, 0, 0.6);
  }

  .heading-9-copy {
    font-size: 22px;
    text-shadow: 0 0 30px #fff;
  }

  .logobetadvanced-thanks {
    width: 200px;
  }

  .logobetadvanced-thanks.w--current {
    width: 160px;
  }

  .heading-2-copy-copy {
    font-size: 20px;
  }

  .logo_container_tu {
    z-index: 20;
  }
}

@media screen and (max-width: 479px) {
  .r-footer {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .r-text {
    width: 50vw;
    max-width: none;
    font-size: 12px;
  }

  .r-bullet {
    font-size: 20px;
  }

  .r-bullet.w--current {
    font-size: 20px;
  }

  .logo {
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .hero__gradient {
    right: -70%;
    bottom: -30%;
    width: 160vw;
    height: 160vw;
  }

  .hero__gradient.cyan {
    left: -67%;
    top: -20%;
  }

  .logo_container {
    z-index: 0;
    width: 50vw;
  }

  .logo_02 {
    width: 35vw;
  }

  .r-text_collection {
    font-size: 14px;
  }

  .fixed_bg {
    height: 40vh;
    background-size: 98vw;
  }

  .fixed_bg.lambo_aven {
    height: 40vh;
    background-size: 98vw;
  }

  .fixed_bg.merceds_stronger_than_time {
    height: 40vh;
    background-size: 98vw;
  }

  .fixed_bg.bentleybentayga {
    height: 40vh;
    background-size: 98vw;
  }

  .fixed_bg.lamborghini_urus {
    height: 40vh;
    background-size: 98vw;
  }

  .seperation_line {
    width: 90vw;
  }

  .form-block {
    width: 280px;
  }

  .terms_wrapper {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .bold-text-6 {
    font-size: 16px;
  }

  .rterms_collection {
    font-size: 12px;
  }

  .bevipcar_luxury_car_rental {
    font-size: 16px;
  }

  .specs {
    max-width: none;
    font-size: 12px;
  }

  .specs_title {
    font-size: 12px;
  }

  .heading-9-copy {
    font-size: 20px;
  }

  .logobetadvanced-thanks.w--current {
    width: 140px;
  }

  .logo_tu {
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .logo_container_tu {
    z-index: 0;
    width: 50vw;
  }

  .logo_02_tu {
    width: 35vw;
  }
}

