@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
* {
  font-family: "Montserrat", sans-serif;
}

html, body {
  color: #fff;
  font-style: normal;
  background: #292929;
}

.container {
  max-width: 1200px;
  padding: 0px 50px;
  margin: 0 auto;
  height: 100%;
}

.mobile_menu {
  display: none !important;
}

.header {
  position: relative;
  padding-bottom: 40px;
}
.header .header__link.selected {
  opacity: 0.7;
}
.header .bx-pager-item {
  width: 15px;
  height: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
}
.header .bx-pager-item .bx-pager-link {
  width: 15px;
  height: 15px;
  font-size: 0px;
  border-radius: 62px;
  opacity: 0.5;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  background: #FFF;
}
.header .bx-pager-item .bx-pager-link.active {
  opacity: 1;
}
.header .bx-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  gap: 12px;
  height: 15px;
}
.header .bx-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
.header .bx-wrapper img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.header.main_header {
  height: 100vh;
  padding-bottom: 0px !important;
  position: relative;
}
.header.main_header .bx-controls {
  z-index: 100;
  position: absolute;
  bottom: 70px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header.main_header .bx-controls .bx-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__all-inner {
  height: 100vh;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__bottom-stat-descr {
  font-size: 20px;
  font-weight: 350;
}
.header__model {
  position: absolute;
  top: 20%;
  z-index: 20;
  font-size: 500%;
  text-align: left;
  padding-left: 50px;
  width: 100%;
}
.header__bottom-btn:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.header__car-icon {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 40;
  right: 70px;
  top: 125px;
}
.header__bottom-btn {
  background-color: transparent;
  padding: 27px 54px;
  text-align: center;
  border: 3px solid #fff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  z-index: 20;
}
.header__bottom-stat {
  font-size: 32px;
  font-weight: 350;
}
.header__bottom-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__bottom {
  margin-bottom: 0px !important;
}
.header__bottom-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.header__bottom-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 140px;
  z-index: 50;
}
.header__background, .header video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 82vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center right;
     object-position: center right;
}
.header__all-inner {
  height: calc(85vh - 38px);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__icon {
  position: absolute;
  right: 0;
  top: 0;
}
.header__bottom {
  position: relative;
  z-index: 2;
  margin-bottom: 80px;
}
.header__bottom-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__bottom-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 140px;
  z-index: 120;
}
.header__bottom-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.header__bottom-stat {
  font-size: 32px;
  font-weight: 350;
}
.header__bottom-stat-descr {
  font-size: 20px;
  font-weight: 350;
}
.header__bottom-btn {
  background-color: transparent;
  padding: 27px 54px;
  text-align: center;
  border: 3px solid #FFF;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  z-index: 101;
}
.header__bottom-btn:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.header__all-inner {
  height: calc(85vh - 38px);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header::before {
  content: "";
  position: absolute;
  display: block;
  left: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 1;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  height: 50%;
  z-index: 1;
  pointer-events: none !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #292929), to(rgba(41, 41, 41, 0)));
  background: linear-gradient(180deg, #292929 10%, rgba(41, 41, 41, 0) 100%);
}
.header::after {
  content: "";
  position: fixed;
  display: block;
  left: 0;
  right: 0;
  top: 0px;
  height: 140px;
  z-index: 98;
  opacity: 1;
  pointer-events: none !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#292929), to(rgba(41, 41, 41, 0)));
  background: linear-gradient(180deg, #292929 0%, rgba(41, 41, 41, 0) 100%);
}
.header__inner {
  position: fixed;
  left: 40px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  top: 0;
  width: calc(100vw - 80px);
  z-index: 1000;
  padding-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  color: #fff;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.header__nav .subcat:hover .sub {
  opacity: 1;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
  pointer-events: all;
}
.header__nav .sub {
  position: absolute;
  z-index: 100000;
  padding-top: 12px;
  border-radius: 10px;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
  pointer-events: none;
}
.header__nav .sub li {
  padding: 15px;
  background: rgba(0, 0, 0, 0.4);
}
.header__nav .sub li:first-child {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.header__nav .sub li:last-child {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.header__nav-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.header__nav-bottom {
  position: absolute;
  bottom: -110%;
  background-color: #fff;
  padding: 5px 10px;
  left: 0;
  right: 0;
  display: block;
  visibility: hidden;
  height: 40px;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
  z-index: 0;
  opacity: 0;
}
.header__nav-bottom--active {
  visibility: visible;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  opacity: 1;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.header__search {
  margin-left: 40px;
  z-index: 100;
}
.header__search--active svg path {
  fill: #000;
}
.header__search-input {
  height: 30px;
  width: 100%;
}
.header__language {
  margin-left: 25px;
  color: #fff;
  padding: 10px;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.1);
}
.header__language--active {
  color: #000;
  background-color: rgba(51, 50, 50, 0.1);
}
.header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.header__list a {
  position: relative;
  display: block;
}
.header__list a:after {
  opacity: 0;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 0px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  top: 8px;
  left: 0px;
  -webkit-box-shadow: 0px 0px 30px 6px #62bae7;
          box-shadow: 0px 0px 30px 6px #62bae7;
}
.header__list a:hover:after {
  opacity: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-shadow: 0px 0px 30px 6px #62bae7;
          box-shadow: 0px 0px 30px 6px #62bae7;
  content: "";
  width: 100%;
  height: 0px;
  display: block;
  position: absolute;
  z-index: -1;
  top: 8px;
  left: 0px;
}
.header__user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #fff;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 10px 20px;
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}
.header__user:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.footer__top {
  background: #3C3C3C;
  padding: 50px 0px;
}
.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFF;
  gap: 50px;
}
.footer__bottom {
  padding: 60px 40px;
}
.footer__bottom-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}
.footer__bottom-logo {
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.footer__bottom-copywrite {
  font-size: 16px;
  font-weight: 400;
}
.footer__bottom .wrapper-socials {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer__bottom .facebook:hover {
  background: #1877F2;
  color: #ffffff;
}
.footer__bottom .facebook:hover svg path {
  fill: #fff;
}
.footer__bottom .instagram:hover {
  background: #E4405F;
  color: #ffffff;
}
.footer__bottom .instagram:hover svg path {
  fill: #fff;
}
.footer__bottom .instagram:hover .tooltip::before {
  background: #E4405F;
  color: #ffffff;
}
.footer__bottom .instagram .tooltip {
  background: #E4405F;
}
.footer__bottom .twitter .tooltip {
  background: #1DA1F2;
}
.footer__bottom .facebook .tooltip {
  background: #1877F2;
}
.footer__bottom .twitter:hover .tooltip::before {
  background: #1DA1F2;
  color: #ffffff;
}
.footer__bottom .facebook:hover .tooltip::before {
  background: #1877F2;
  color: #ffffff;
}
.footer__bottom .twitter:hover {
  background: #1DA1F2;
}
.footer__bottom .twitter:hover svg path {
  fill: #fff;
}
.footer__bottom .icon {
  position: relative;
  background: #ffffff;
  border-radius: 50%;
  padding: 15px;
  margin: 10px;
  width: 50px;
  height: 50px;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  -webkit-transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.footer__bottom .icon:hover .tooltip {
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
  top: -45px;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.footer__bottom .tooltip {
  position: absolute;
  top: 0;
  font-size: 14px;
  background: #ffffff;
  color: #ffffff;
  padding: 5px 8px;
  border-radius: 5px;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.footer__bottom .tooltip::before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  background: #ffffff;
  bottom: -3px;
  left: 50%;
  -webkit-transform: translate(-50%) rotate(45deg);
  transform: translate(-50%) rotate(45deg);
  -webkit-transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.chargerimg {
  margin-top: -20px;
}
.chargerimg img {
  width: 100vw;
  height: 100vh;
}

.menu__item {
  display: block !important;
}

.menu__item:hover .subsmenu {
  opacity: 1;
  pointer-events: all;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}

.cl {
  border-radius: 20px;
  width: 10px;
  height: 10px;
  border: 1px solid #ccc;
}

.menu__filter {
  position: relative;
}

.main {
  min-height: 600px;
}

.subsmenu {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  border-radius: 10px;
  background: #333;
  padding: 20px 10px 10px 15px;
  width: 120px;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
}
.subsmenu li {
  margin-bottom: 5px;
  padding-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.subsmenu li a:hover {
  opacity: 0.7 !important;
}

.cars {
  position: relative;
  height: 100vh;
}
.cars .light img {
  mix-blend-mode: color-dodge;
  pointer-events: none;
  position: absolute;
}
.cars img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.cars .bigimages {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.grayd {
  height: 100px;
}

.gradbottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40vh;
  pointer-events: none;
  background: red;
  z-index: 70;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, rgb(41, 41, 41)), to(rgba(41, 41, 41, 0)));
  background: linear-gradient(0deg, rgb(41, 41, 41) 10%, rgba(41, 41, 41, 0) 100%);
}

.gradtop {
  position: absolute;
  left: 0;
  top: -4px;
  width: 100%;
  height: 40vh;
  pointer-events: none;
  background: red;
  z-index: 70;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, rgb(41, 41, 41)), to(rgba(41, 41, 41, 0)));
  background: linear-gradient(0deg, rgb(41, 41, 41) 10%, rgba(41, 41, 41, 0) 100%);
}

.menu {
  margin-top: 140px;
  margin-bottom: 110px;
}
.menu__filter {
  border-radius: 12px;
  background: #454545;
  padding: 50px 120px;
  margin-bottom: 30px;
}
.menu__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.menu__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #fff;
}
.menu__grid {
  margin-bottom: 50px;
}
.menu__grid-list {
  display: -ms-grid;
  display: grid;
  width: 100%;
  row-gap: 26px;
  -webkit-column-gap: 27px;
     -moz-column-gap: 27px;
          column-gap: 27px;
  -ms-grid-rows: 1fr 26px 1fr;
  -ms-grid-columns: 1fr 27px 1fr 27px 1fr 27px 1fr;
      grid-template: repeat(2, 1fr)/repeat(4, 1fr);
}
.menu__grid-item {
  background-color: #686868;
  color: #fff;
  border-radius: 20px;
  overflow: hidden;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.menu__grid-item:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.menu__grid-img-box {
  max-width: 333px;
  max-height: 210px;
  border-radius: 12px 12px 0px 0px;
  overflow: hidden;
}
.menu__grid-img {
  width: 100%;
  height: 100%;
}
.menu__grid-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 17px 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.menu__grid-name {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 8px;
}
.menu__grid-price {
  font-size: 32px;
  font-weight: 500;
}
.menu__btn-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.menu__btn {
  padding: 25px 47px;
  border-radius: 60px;
  background: #D9D9D9;
  text-align: center;
  color: #292929;
}

.fixedheadertable {
  position: sticky;
  top: 100px;
  background: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: none !important;
  z-index: 100;
}
.fixedheadertable:hover table,
.fixedheadertable:hover tr,
.fixedheadertable:hover td {
  -webkit-transform: none !important;
          transform: none !important;
}
.fixedheadertable:hover table:hover,
.fixedheadertable:hover tr:hover,
.fixedheadertable:hover td:hover {
  -webkit-transform: none !important;
          transform: none !important;
}
.fixedheadertable table,
.fixedheadertable tr,
.fixedheadertable td {
  -webkit-transform: none !important;
          transform: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.fixedheadertable table:hover,
.fixedheadertable tr:hover,
.fixedheadertable td:hover {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-transform: none !important;
          transform: none !important;
}
.fixedheadertable tr {
  background: none !important;
}
.fixedheadertable tr td:first-child {
  background: none !important;
}

.prv {
  position: sticky;
  top: 100px;
  z-index: 100;
  border: none !important;
  background: none !important;
}
.prv tr {
  border: none !important;
  background: none !important;
}
.prv tr th {
  background: rgba(0, 0, 255, 0.1) !important;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border: none !important;
  padding: 20px !important;
  text-align: left !important;
}

.show {
  min-height: 900px;
  max-width: 1300px;
  margin: auto;
  margin-top: 100px;
  display: none;
}
.show h2 {
  margin-top: 40px;
  font-weight: lighter;
  font-size: 200%;
  padding-left: 10px;
  margin-bottom: 5px;
  color: white;
}
.show table {
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-box-shadow: 10px 10px 54px -19px rgba(0, 0, 0, 0.55);
          box-shadow: 10px 10px 54px -19px rgba(0, 0, 0, 0.55);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 10px;
  border: 1px solid #2c3844;
  width: 100%;
  background: #202832;
}
.show table .name {
  text-align: center;
  font-size: 80%;
}
.show table img {
  width: 100%;
  height: auto;
}
.show table tr {
  background: #202832;
  display: -ms-grid;
  display: grid;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  -ms-grid-columns: 2fr 1fr 1fr;
  grid-template-columns: 2fr 1fr 1fr;
}
.show table tr:nth-child(2n) {
  background: #2c3844;
}
.show table td {
  padding: 20px;
}
.show table td svg {
  fill: white;
  width: 15px;
  height: 15px;
  margin-left: 30px;
  display: block;
}
.show.open {
  display: block;
}

.newcarshow1grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.newcarshow1grid > div {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.newcarshow1grid > div img {
  width: 50%;
}
.newcarshow1grid > div .text {
  padding: 30px;
  font-size: 130%;
  line-height: 1.3;
}
.newcarshow1grid > div:nth-child(2) {
  text-align: right;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.charger .header__bottom-list {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.header__car-icon {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}

.cars-alone {
  padding-top: 25px;
  padding-bottom: 30px;
  position: relative;
}
.cars-alone__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin-bottom: 64px;
}
.cars-alone .active {
  color: white;
}
.cars-alone__top-list {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #000;
  max-width: 800px;
  border-radius: 50px;
  padding: 19px 64px;
  color: #7C7C7C;
  cursor: pointer;
}
.cars-alone__top-list li:hover {
  color: white;
  opacity: 0.8;
}
.cars-alone__top-link--active {
  color: #fff;
}
.cars-alone__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cars-alone__title {
  text-align: center;
  font-size: 32px;
  max-width: 800px;
  font-weight: 350;
  margin-bottom: 100px;
}
.cars-alone__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: (1fr)[2];
  -ms-grid-columns: (50%)[2];
      grid-template: repeat(2, 1fr)/repeat(2, 50%);
}
.cars-alone__img-box {
  max-width: 644px;
  max-height: 328px;
  overflow: hidden;
}
.cars-alone__img-box img {
  width: 100%;
  height: 100%;
}
.cars-alone__text-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cars-alone__text {
  text-align: center;
  font-size: 32px;
  font-weight: 350;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 410px;
}

.cars {
  position: relative;
}
.cars .menuitems {
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  z-index: 97;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
.cars .menuitems a {
  color: white;
  text-decoration: none;
}
.cars .menuitems a.selected {
  font-weight: bold;
  padding-bottom: 5px;
  display: block;
  border-bottom: 1px solid #fff;
}

.sliderimages {
  position: relative;
}
.sliderimages:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 500px;
  pointer-events: none;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(41, 41, 41)), to(rgba(41, 41, 41, 0)));
  background: linear-gradient(0deg, rgb(41, 41, 41) 0%, rgba(41, 41, 41, 0) 100%);
}
.sliderimages .img img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.sliderimages .img .text {
  position: absolute;
  bottom: 15vw;
  right: 10vw;
  z-index: 96;
  font-size: 400%;
  font-weight: 300;
}

.cars_selector {
  height: calc(100vh - 100px);
  display: block;
  position: absolute;
  z-index: 90;
  width: 100%;
}
.cars_selector .sticky {
  position: absolute;
  bottom: 20px;
  width: 100%;
  margin: auto;
}
.cars_selector .sticky .car_selector_elements {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 630px;
  margin: auto;
  gap: 30px;
}
.cars_selector .sticky .car_selector_elements .box {
  display: block;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-align: center;
  opacity: 0.5;
  width: 160px;
  height: 70px;
  color: white !important;
}
.cars_selector .sticky .car_selector_elements .box:hover {
  opacity: 1;
}
.cars_selector .sticky .car_selector_elements .box span {
  padding-top: 20px;
  display: block;
}
.cars_selector .sticky .car_selector_elements .box .skew_img_box {
  -webkit-transform: skewX(-20deg);
          transform: skewX(-20deg);
  overflow: hidden !important;
}
.cars_selector .sticky .car_selector_elements .box .skew_img_box img {
  -webkit-transform: skewX(20deg) scale(1.2);
          transform: skewX(20deg) scale(1.2);
}
.cars_selector .sticky .car_selector_elements .box.selected {
  opacity: 1;
}
.cars_selector .sticky .car_selector_elements .box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.insidecarslist {
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}

.carslist .box,
.insidecarslist .box {
  height: auto !important;
  width: auto !important;
}
.carslist .box img,
.insidecarslist .box img {
  max-height: 170px !important;
}

.alonecars_selector {
  z-index: 30;
  position: absolute;
  bottom: -160px;
  width: 100%;
}
.alonecars_selector .sticky {
  position: absolute;
  bottom: 20px;
  width: 100%;
  margin: auto;
}
.alonecars_selector .sticky .car_selector_elements {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 630px;
  margin: auto;
  gap: 30px;
}
.alonecars_selector .sticky .car_selector_elements .box {
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: block;
  width: auto !important;
  text-align: center;
  opacity: 0.5;
  width: 260px;
  height: 100px;
  color: white !important;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.alonecars_selector .sticky .car_selector_elements .box:hover {
  opacity: 1;
}
.alonecars_selector .sticky .car_selector_elements .box span {
  padding-top: 20px;
  display: block;
}
.alonecars_selector .sticky .car_selector_elements .box.selected {
  opacity: 1;
}
.alonecars_selector .sticky .car_selector_elements .box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.carscont {
  margin: 150px auto 100px auto;
  max-width: 1100px;
}
.carscont .carslist {
  margin-bottom: 100px;
  position: relative;
}
.carscont .carslist h1 {
  color: #FFF;
  opacity: 0.5;
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 50px;
}
.carscont .carslist h1 img {
  height: 50px;
  width: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 30px;
}
.carscont .carslist .skew_img_box {
  width: 330px;
}
.carscont .carslist .car_selector_elements {
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.carscont .carslist .car_selector_elements div.box {
  width: 400px !important;
  height: auto !important;
}
.carscont .carslist .sticky,
.carscont .carslist .alonecars_selector {
  position: static;
}

.sectioncontainer {
  margin-bottom: 130px;
}
.sectioncontainer .container {
  background: #3c3c3c;
  margin-top: 120px !important;
  min-height: 600px;
  padding: 50px;
  border-radius: 40px;
  border: 1px solid #494949;
}
.sectioncontainer__title {
  font-size: 200%;
  opacity: 0.5;
  font-weight: 300;
  margin-left: -50px;
  padding-left: 20px;
  border-left: 25px solid #3fbcec;
  letter-spacing: -3px;
  margin-bottom: 50px;
  color: #3fbcec;
}
.sectioncontainer__body {
  color: white;
  line-height: 1.7;
}
.sectioncontainer__body p {
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
}
.sectioncontainer__text-2 {
  margin: 0 auto;
  margin-top: 50px;
  max-width: 1000px;
  font-size: 16px;
  font-weight: 400;
}

.s_service h2 {
  margin-bottom: 20px;
  font-size: 150%;
}
.s_service form .formflex {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin-bottom: 30px;
}
.s_service form label {
  display: block;
  font-size: 80%;
  opacity: 0.6;
}
.s_service form input,
.s_service form textarea {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 100%;
  padding: 20px;
  border: none;
}
.s_service form input:focus, .s_service form input:active,
.s_service form textarea:focus,
.s_service form textarea:active {
  background: #3fbcec;
  color: white;
}
.s_service form input[type=submit] {
  width: 230px;
}

.s404 {
  margin-top: 100px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 75px 1fr 500px;
  grid-template-columns: 75px 1fr 500px;
}
.s404 .connections {
  position: relative;
}
.s404 .connections .connectionline {
  position: absolute;
  bottom: 19px;
  width: 100%;
  height: 6px;
  background: #3fbcec;
}
.s404 img {
  height: 250px;
}

.mainalone {
  padding-top: 30px !important;
}

.car_model_selection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
  border-bottom: 4px solid #444;
}
.car_model_selection a {
  -webkit-transform: skewX(-15deg);
          transform: skewX(-15deg);
  display: block;
  text-align: center;
  padding: 20px 0;
}
.car_model_selection a:hover {
  background: rgba(68, 68, 68, 0.3137254902);
}
.car_model_selection a .name {
  display: block;
  -webkit-transform: skewX(15deg) !important;
          transform: skewX(15deg) !important;
  opacity: 0.5;
}
.car_model_selection a.selected {
  background: #444;
}
.car_model_selection a.selected .name {
  opacity: 1;
}
.car_model_selection img {
  -webkit-transform: skewX(15deg);
          transform: skewX(15deg);
  margin: auto;
  display: block;
  width: 250px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}

.carsalone {
  padding-top: 25px;
  padding-bottom: 30px;
  position: relative;
}
.carsalone::after {
  content: "";
  position: absolute;
  width: 100%;
  z-index: 0;
  background-color: #000;
  height: 2px;
  right: 0;
  left: 0;
  top: 4.3%;
}
.carsalone__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin-bottom: 64px;
}
.carsalone__top-list {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #000;
  max-width: 800px;
  border-radius: 50px;
  padding: 19px 64px;
}
.carsalone__top-link {
  color: #7C7C7C;
  font-size: 17px;
  font-weight: 350;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.carsalone__top-link--active {
  color: #fff;
}
.carsalone__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.carsalone__title {
  text-align: center;
  font-size: 32px;
  max-width: 800px;
  font-weight: 350;
  margin-bottom: 100px;
}
.carsalone__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: (1fr)[2];
  -ms-grid-columns: (50%)[2];
      grid-template: repeat(2, 1fr)/repeat(2, 50%);
}
.carsalone__img-box {
  max-width: 644px;
  max-height: 328px;
  overflow: hidden;
}
.carsalone__img-box img {
  width: 100%;
  height: 100%;
}
.carsalone__text-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.carsalone__text {
  text-align: center;
  font-size: 32px;
  font-weight: 350;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 410px;
}

@media screen and (max-width: 1080px) {
  nav a {
    white-space: nowrap;
  }
  .header__list,
  .header__user {
    font-size: 90%;
    gap: 10px;
  }
  .header__img-box img {
    width: 100px;
  }
  .cars img {
    -o-object-position: left;
       object-position: left;
  }
}
@media screen and (max-width: 500px) {
  .mainalone {
    padding-bottom: 10px;
    padding-top: 10px !important;
  }
  section:not(.main_header),
  .bx-wrapper {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .mobile_open nav.header__nav {
    opacity: 1;
    pointer-events: all;
    top: 0vh !important;
  }
  .mobile_open .mobile_menu div:nth-child(1) {
    -webkit-transform: rotateZ(45deg) translate(4px, 3px);
            transform: rotateZ(45deg) translate(4px, 3px);
    background: #7fe0ed;
  }
  .mobile_open .mobile_menu div:nth-child(3) {
    -webkit-transform: rotateZ(-45deg) translate(5px, -4px);
            transform: rotateZ(-45deg) translate(5px, -4px);
    background: #7fe0ed;
  }
  .mobile_open .mobile_menu div:nth-child(2) {
    opacity: 0;
  }
  .mobile_menu {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    height: 40px;
    width: 40px;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    margin-right: -10px;
  }
  .mobile_menu div {
    height: 2px;
    width: 24px;
    background: #fff;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .header::before {
    content: none;
  }
  .header__inner {
    padding-top: 15px !important;
  }
  .cars img {
    height: 50vh;
  }
  .styckylinks {
    top: 55vh !important;
    left: 10px;
    right: inherit;
    width: calc(100% - 20px) !important;
  }
  .cars {
    height: 80vh !important;
  }
  .i_1 .bannertext,
  .i_2 .bannertext,
  .i_3 .bannertext {
    width: 100% !important;
    padding-left: 10vw;
    text-align: left !important;
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .textplace {
    top: 44vh !important;
    width: 100%;
    padding: 0 !important;
  }
  .textplace h2 {
    font-size: 200% !important;
    text-align: center !important;
  }
  .bannertext {
    font-size: 80%;
    bottom: -34vh !important;
  }
  .bannertext .text2 {
    font-size: 300% !important;
  }
  .bannertext .text {
    font-size: 100% !important;
  }
  .header.main_header .bx-controls {
    bottom: -170px;
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: end !important;
    padding-right: 30px !important;
  }
  .gradbottom,
  .gradtop {
    display: none !important;
  }
  .header .bx-wrapper img,
  .header .bx-wrapper {
    height: 270px;
  }
  .header.main_header,
  .bx-viewport {
    height: 60vh !important;
  }
  .div {
    display: none;
  }
  .bx-wrapper img {
    margin-top: 75px;
    height: 230px !important;
  }
  .sectioncontainer .container {
    background: none !important;
    border: none !important;
    margin-top: 0 !important;
  }
  .container {
    padding: 0 25px !important;
  }
  .services {
    -ms-grid-columns: 1fr 1fr !important;
    grid-template-columns: 1fr 1fr !important;
  }
  .formflex {
    -ms-grid-columns: 1fr !important;
    grid-template-columns: 1fr !important;
  }
  nav.header__nav {
    pointer-events: none;
    background: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    display: block !important;
    padding: 20px;
    opacity: 0;
    padding-top: 100px;
    position: absolute;
    right: -40px;
    top: -50px;
    height: 50vh !important;
    width: 80vw;
    border-bottom-left-radius: 30px;
  }
  nav.header__nav .header__language {
    margin-right: 10px;
  }
  nav.header__nav .header__search {
    display: none;
  }
  nav.header__nav .header__nav-top,
  nav.header__nav .header__list {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    gap: 30px;
    text-align: right;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  nav.header__nav .header__nav-top li,
  nav.header__nav .header__list li {
    padding-right: 10px;
  }
  nav.header__nav .header__nav-top a,
  nav.header__nav .header__list a {
    text-align: right !important;
    font-size: 120% !important;
  }
  .footer__top,
  .header__user,
  .footer__bottom-logo {
    display: none;
  }
  footer {
    background: black;
  }
  .footer__bottom-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sub {
    display: none !important;
  }
  .containerac {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cars-alone__top {
    margin-bottom: 30px;
  }
  .header {
    padding-bottom: 0;
  }
  .cars-alone__top-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 10px;
    background: none !important;
    width: 100%;
    padding: 20px;
    justify-items: stretch;
  }
  .cars-alone__top-list li {
    background: #000;
    border-radius: 10px;
    display: block;
    padding: 10px;
  }
  .header__bottom-list {
    -webkit-transform: scale(0.65);
            transform: scale(0.65);
    gap: 20px;
    display: -ms-grid !important;
    display: grid !important;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .header__model {
    font-size: 200%;
  }
  .header__background {
    margin-top: 75px;
    height: 230px !important;
  }
  .header__all-inner {
    height: 470px;
  }
  .header__bottom-stat-descr {
    opacity: 0.7;
  }
  .header__bottom-stat {
    font-size: 25px;
  }
  .header__car-icon {
    display: none;
  }
  .show {
    min-height: 200px !important;
    margin-top: 0 !important;
  }
  .show h3 {
    display: none !important;
    padding: 10px;
    width: 100%;
    background: black;
    text-align: center;
    border-radius: 10px;
    margin-bottom: 6px;
    margin-top: 60px;
  }
  .header__bottom-inner {
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header__bottom-link {
    width: 150px;
    white-space: nowrap;
  }
  .header__bottom-btn {
    width: 100%;
  }
  .main .chargerslist .ch_container {
    width: 290px;
  }
  .main .chargerslist .ch_container .price {
    width: 270px;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .main .chargerslist .ch_container .data {
    margin-left: 130px;
    padding-right: 10px;
  }
  .main .chargerslist .ch_container .bp {
    bottom: -47px;
    margin-left: 0;
    width: 250px !important;
  }
  .main .chargerslist .ch_container .image {
    margin-top: -20px;
  }
  .main .chargerslist .ch_container .image img {
    width: 150px !important;
    height: 200px !important;
  }
}
.td {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: fixed;
  z-index: 1000;
  width: 70vw;
  height: 100vh;
  background: #ccc;
  color: black;
  right: -70vw;
  top: 0;
  z-index: 100;
}

.alonecars_selector .sticky .car_selector_elements .box .skew_img_box img {
  max-height: 240px !important;
  height: 240px !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.alonecars_selector .sticky .car_selector_elements .box .skew_img_box img:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.formelements {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px;
}
.formelements label {
  margin-bottom: 20px;
  font-size: 120%;
}
.formelements label span {
  display: block;
  font-size: 70%;
  margin-bottom: 4px;
  opacity: 0.6;
  margin-left: 3px;
}
.formelements label input {
  padding: 20px;
  width: 100%;
}

.td_img {
  position: relative;
}
.td_img h3 {
  position: absolute;
  top: 310px;
  left: 40px;
  font-size: 200%;
  font-weight: lighter;
  color: white;
}
.td_img img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

.wrapper {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.opentd {
  overflow: hidden;
}
.opentd .wrapper {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  overflow: hidden;
  -webkit-filter: blur(24px);
          filter: blur(24px);
}
.opentd .td {
  right: 0;
}

.chargerimg img {
  max-width: 100%;
}

.textplace {
  position: absolute;
  z-index: 1000;
  color: white;
  pointer-events: none;
  bottom: 100px;
  left: 0;
  border-left: 0;
  padding: 30px 120px;
}
.textplace h2 {
  padding: 0;
  margin: 0;
  font-size: 500%;
  font-weight: 400;
}

.show h3 {
  display: none;
}

.i_1 .bannertext {
  position: absolute;
  width: 100% !important;
  padding-left: 10vw;
  text-align: left !important;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.i_3 .bannertext {
  position: absolute;
  width: 100% !important;
  padding-right: 10vw;
  text-align: right !important;
  -webkit-box-align: self-end;
      -ms-flex-align: self-end;
          align-items: self-end;
}

.services {
  margin-bottom: 40px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 100px 20px 100px;
  grid-template-rows: 100px 100px;
  gap: 20px;
}

.services > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.services > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.services > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.services > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}

.services > *:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.services > *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}

.services > *:nth-child(7) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}

.services > *:nth-child(8) {
  -ms-grid-row: 3;
  -ms-grid-column: 7;
}
.services .serv {
  background: rgba(255, 255, 255, 0.1254901961);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  padding: 20px;
  text-align: center;
  font-size: 80%;
}

.more_info {
  padding: 10px;
  background: rgba(255, 255, 255, 0.3137254902);
  color: white;
}
.more_info:hover {
  background: #ffffff;
  color: black;
}

.ch_box .carlogo {
  height: 140px !important;
  top: calc(50% - 50px) !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.servBanner {
  width: calc(100% + 100px);
  margin-left: -50px;
  margin-bottom: 40px;
}
.servBanner img {
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.bannertext {
  position: absolute;
  z-index: 10000;
  left: 0;
  top: 0;
  right: 0;
  bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 140px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.bannertext .text {
  font-size: 200%;
}
.bannertext .text2 {
  font-size: 500%;
  font-weight: lighter;
}

.chg_header {
  font-size: 260%;
  font-weight: lighter;
  margin-top: 60px;
  margin-bottom: 30px;
  text-align: center;
}

.chargerslist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 50PX;
}
.chargerslist .ch_container {
  margin-bottom: 60px;
  position: relative;
  height: 240px;
  width: 400px;
  margin-top: 50px;
  color: black;
  background: #E9E9E9;
  margin-left: 50px;
  border-radius: 10px 10px 30px 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.chargerslist .ch_container .data {
  padding-top: 16px;
  line-height: 1.5;
}
.chargerslist .ch_container .data .name {
  font-size: 110%;
  color: #2394CE;
  font-weight: bold;
}
.chargerslist .ch_container .data .sp {
  display: block;
  height: 20px;
}
.chargerslist .ch_container .price {
  position: absolute;
  right: 10px;
  bottom: 10px;
  border-radius: 10px 10px 20px 10px;
  background: #2394CE;
  padding: 10px 20px;
  font-size: 130%;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: white;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.chargerslist .ch_container:hover {
  background: #ccc;
}
.chargerslist .ch_container:hover .price {
  gap: 20px;
}
.chargerslist .ch_container .data {
  margin-left: 190px;
}
.chargerslist .ch_container .image {
  margin-left: -30px;
  margin-top: -40px;
  position: absolute;
}
.chargerslist .ch_container .image img {
  border-radius: 30px 10px 10px 10px;
  width: 200px;
  height: 260px;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 10px;
  background: #fff;
}
.chargerslist .ch_container .bp {
  position: absolute;
  bottom: -30px;
  margin-left: -30px;
  color: black;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.5fr 2px 2fr;
  grid-template-columns: 1.5fr 2fr;
  gap: 2px;
  font-size: 80%;
  width: 200px;
}
.chargerslist .ch_container .bp .brand {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #fff;
  padding: 14px;
  font-size: 140%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px 2px 2px 10px;
}
.chargerslist .ch_container .bp .port {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #fff;
  padding: 14px;
  border-radius: 2px 10px 10px 2px;
}
.chargerslist .ch_container .bp img {
  height: 14px;
}

.header:hover .chargerimage {
  -webkit-filter: blur(0px);
          filter: blur(0px);
}

.chargerimage {
  position: absolute;
  right: 50px;
  top: 150px;
  z-index: 100;
  -webkit-filter: blur(1px);
          filter: blur(1px);
}
.chargerimage img {
  width: 160px;
}

.h85 {
  height: 81vh;
}

.header_logo_image {
  text-align: center;
  position: relative;
  opacity: 0.8;
}
.header_logo_image:before {
  position: absolute;
  width: 35%;
  left: 0;
  top: 30px;
  height: 2px;
  opacity: 0.3;
  background: #ccc;
  content: "";
}
.header_logo_image:after {
  position: absolute;
  width: 35%;
  right: 0;
  top: 30px;
  height: 2px;
  opacity: 0.3;
  background: #ccc;
  content: "";
}
.header_logo_image img {
  height: 100px;
  width: auto;
}

.styckylinks {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  z-index: 100;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  width: 250px;
}
.styckylinks a {
  border: 1px solid #fff;
  padding: 20px 40px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.styckylinks a .c {
  display: block;
}
.styckylinks a .c img {
  margin-right: 10px;
  height: 20px;
  width: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
.styckylinks a:hover {
  background: rgba(255, 255, 255, 0.1882352941);
}

.bx-viewport {
  max-height: 100vh;
}

.sticky_move {
  height: 100vh;
}
.sticky_move img {
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.bxsl_ch {
  position: relative;
}
.bxsl_ch .words {
  color: black;
  position: absolute;
  left: -100px;
  padding: 30px 30px 30px 200px;
  border: 2px solid #fff;
  top: 200px;
  z-index: 200;
}
.bxsl_ch .words h1 {
  color: white;
  font-size: 200%;
}