@font-face {
  font-family: "Space Grotesk";
  src: url("../../assets/fonts/SpaceGrotesk-Light.eot");
  src: url("../../assets/fonts/SpaceGrotesk-Light.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/SpaceGrotesk-Light.woff2") format("woff2"), url("../../assets/fonts/SpaceGrotesk-Light.woff") format("woff"), url("../../assets/fonts/SpaceGrotesk-Light.ttf") format("truetype"), url("../../assets/fonts/SpaceGrotesk-Light.svg#SpaceGrotesk-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Space Grotesk";
  src: url("../../assets/fonts/SpaceGrotesk-Medium.eot");
  src: url("../../assets/fonts/SpaceGrotesk-Medium.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/SpaceGrotesk-Medium.woff2") format("woff2"), url("../../assets/fonts/SpaceGrotesk-Medium.woff") format("woff"), url("../../assets/fonts/SpaceGrotesk-Medium.ttf") format("truetype"), url("../../assets/fonts/SpaceGrotesk-Medium.svg#SpaceGrotesk-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Space Grotesk";
  src: url("../../assets/fonts/SpaceGrotesk-Bold.eot");
  src: url("../../assets/fonts/SpaceGrotesk-Bold.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/SpaceGrotesk-Bold.woff2") format("woff2"), url("../../assets/fonts/SpaceGrotesk-Bold.woff") format("woff"), url("../../assets/fonts/SpaceGrotesk-Bold.ttf") format("truetype"), url("../../assets/fonts/SpaceGrotesk-Bold.svg#SpaceGrotesk-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Space Grotesk";
  src: url("../../assets/fonts/SpaceGrotesk-Light_1.eot");
  src: url("../../assets/fonts/SpaceGrotesk-Light_1.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/SpaceGrotesk-Light_1.woff2") format("woff2"), url("../../assets/fonts/SpaceGrotesk-Light_1.woff") format("woff"), url("../../assets/fonts/SpaceGrotesk-Light_1.ttf") format("truetype"), url("../../assets/fonts/SpaceGrotesk-Light_1.svg#SpaceGrotesk-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Space Grotesk";
  src: url("../../assets/fonts/SpaceGrotesk-SemiBold.eot");
  src: url("../../assets/fonts/SpaceGrotesk-SemiBold.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/SpaceGrotesk-SemiBold.woff2") format("woff2"), url("../../assets/fonts/SpaceGrotesk-SemiBold.woff") format("woff"), url("../../assets/fonts/SpaceGrotesk-SemiBold.ttf") format("truetype"), url("../../assets/fonts/SpaceGrotesk-SemiBold.svg#SpaceGrotesk-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Space Grotesk";
  src: url("../../assets/fonts/SpaceGrotesk-Regular.eot");
  src: url("../../assets/fonts/SpaceGrotesk-Regular.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/SpaceGrotesk-Regular.woff2") format("woff2"), url("../../assets/fonts/SpaceGrotesk-Regular.woff") format("woff"), url("../../assets/fonts/SpaceGrotesk-Regular.ttf") format("truetype"), url("../../assets/fonts/SpaceGrotesk-Regular.svg#SpaceGrotesk-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "icomoon";
  src: url("../../assets/icons/icomoon.eot?qcfgi5");
  src: url("../../assets/icons/icomoon.eot?qcfgi5#iefix") format("embedded-opentype"), url("../../assets/icons/icomoon.ttf?qcfgi5") format("truetype"), url("../../assets/icons/icomoon.woff?qcfgi5") format("woff"), url("../../assets/icons/icomoon.svg?qcfgi5#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon", sans-serif !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

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

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

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

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

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

* {
  padding: 0;
  margin: 0;
}

html {
  overflow-x: hidden;
}

body {
  background-color: #ffffff;
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.9375vw;
  color: #666666;
  font-weight: 400;
  position: relative;
  overflow: hidden;
}
body a,
body [href],
body input,
body button,
body select {
  text-decoration: none;
}
body a:focus,
body [href]:focus,
body input:focus,
body button:focus,
body select:focus {
  outline: 0vw !important;
  outline-offset: 0vw !important;
}
body a:focus-visible,
body [href]:focus-visible,
body input:focus-visible,
body button:focus-visible,
body select:focus-visible {
  outline: 0vw !important;
  outline-offset: 0vw !important;
}
body .container {
  width: 90%;
  padding: 0 16px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  body .container {
    width: 100%;
    max-width: 75vw;
    padding: 0 1.5625vw;
  }
}
body section,
body .section__padding {
  padding: 50px 0;
}
@media screen and (min-width: 1024px) {
  body section,
  body .section__padding {
    padding: 5.208333333vw 0;
  }
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: "Space Grotesk", sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #222222;
}
body .h1 {
  margin: 0 0 15px;
  color: #222222;
  text-transform: capitalize;
  font-size: 38px;
  line-height: 46px;
  font-weight: 600;
}
@media screen and (min-width: 1024px) {
  body .h1 {
    font-size: 2.916665vw;
    line-height: 3.125vw;
    margin: 0 0 1.041666667vw;
  }
}
body .h2 {
  margin: 0 0 15px;
  color: #222222;
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  body .h2 {
    font-size: 2.1875vw;
    line-height: 2.70833335vw;
    margin: 0 0 1.041666667vw;
  }
}
body .h3,
body .h4 {
  margin: 0 0 15px;
  font-weight: 600;
  color: #222222;
}
@media screen and (min-width: 1024px) {
  body .h3,
  body .h4 {
    margin: 0 0 1.041666667vw;
  }
}
body .h3 {
  font-size: 24px;
}
@media screen and (min-width: 1024px) {
  body .h3 {
    font-size: 1.25vw;
  }
}
body .h4 {
  font-size: 22px;
}
@media screen and (min-width: 1024px) {
  body .h4 {
    font-size: 1.1458333vw;
  }
}
body .h5,
body .h6 {
  margin: 0 0 15px;
}
@media screen and (min-width: 1024px) {
  body .h5,
  body .h6 {
    margin: 0 0 0.78125vw;
  }
}
body .h5 {
  font-size: 20px;
}
@media screen and (min-width: 1024px) {
  body .h5 {
    font-size: 1.0416667vw;
  }
}
body .h6 {
  font-size: 16px;
}
@media screen and (min-width: 1024px) {
  body .h6 {
    font-size: 0.8333334vw;
  }
}
@media screen and (min-width: 1024px) {
  body .h6 {
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  body .h6 {
    font-size: 0.9375vw;
  }
}
body p {
  line-height: 20px;
  margin-bottom: 15px;
  font-size: 14px;
}
@media screen and (min-width: 1024px) {
  body p {
    font-size: 0.7291666vw;
  }
}
@media screen and (min-width: 1024px) {
  body p {
    font-size: 0.9375vw;
    line-height: 1.354166667vw;
    margin: 0 0 0.78125vw;
  }
}
body a {
  color: #222222;
}
body a,
body a:hover {
  text-decoration: none;
}
body a:focus {
  outline: 0;
  text-decoration: none;
}
body img {
  height: auto;
  max-width: 100%;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
body ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body ul li {
  list-style: none;
}
body button {
  border: none;
  background: none;
}
body a,
body a:hover,
body img,
body .form-control,
body .form-control:hover,
body button {
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
body .color__orange {
  color: #ff9900;
}
body .title__dash {
  background-color: #ff9900;
  transform: skew(-20deg, 0deg);
  display: inline-flex;
  width: 4px;
  height: 15px;
  position: relative;
  margin-left: 20px;
  margin-right: 10px;
}
@media screen and (min-width: 1024px) {
  body .title__dash {
    width: 0.20833334vw;
    height: 0.78125vw;
    margin-left: 1.04166667vw;
    margin-right: 0.52083334vw;
  }
}
body .title__dash::after, body .title__dash::before {
  background-color: #ff9900;
  content: "";
  width: 4px;
  height: 100%;
  position: absolute;
  right: 8px;
  top: 0;
  opacity: 0.8;
}
@media screen and (min-width: 1024px) {
  body .title__dash::after, body .title__dash::before {
    width: 0.20833334vw;
    right: 0.4166667vw;
  }
}
body .title__dash::after {
  right: 16px;
  opacity: 0.5;
}
@media screen and (min-width: 1024px) {
  body .title__dash::after {
    right: 0.833334vw;
  }
}
body .title__dash.white {
  background-color: #ffffff;
}
body .title__dash.white:after, body .title__dash.white:before {
  background-color: #ffffff;
}
body .site-preloader {
  position: fixed;
  z-index: 9999999;
  height: 100%;
  width: 100%;
  background: #222222;
  top: 0;
  left: 0;
}
body .site-preloader .car {
  position: absolute;
  width: 117px;
  height: 42px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 1024px) {
  body .site-preloader .car {
    width: 6.09375vw;
    height: 2.1875vw;
  }
}
body .site-preloader .car .strike {
  position: absolute;
  width: 11px;
  height: 1px;
  background: #ffe4e1;
  animation: strikes 0.2s linear infinite;
}
@media screen and (min-width: 1024px) {
  body .site-preloader .car .strike {
    width: 0.5729166667vw;
    height: 0.0520833334vw;
  }
}
body .site-preloader .car .strike2 {
  top: 11px;
  animation-delay: 0.05s;
}
@media screen and (min-width: 1024px) {
  body .site-preloader .car .strike2 {
    top: 0.5729166667vw;
  }
}
body .site-preloader .car .strike3 {
  top: 22px;
  animation-delay: 0.1s;
}
@media screen and (min-width: 1024px) {
  body .site-preloader .car .strike3 {
    top: 1.1458333333vw;
  }
}
body .site-preloader .car .strike4 {
  top: 33px;
  animation-delay: 0.15s;
}
@media screen and (min-width: 1024px) {
  body .site-preloader .car .strike4 {
    top: 1.71875vw;
  }
}
body .site-preloader .car .strike5 {
  top: 44px;
  animation-delay: 0.2s;
}
@media screen and (min-width: 1024px) {
  body .site-preloader .car .strike5 {
    top: 2.291666665vw;
  }
}
body .site-preloader .car .car-detail {
  position: absolute;
  display: block;
  background: #ff9900;
  animation: speed 0.5s linear infinite;
}
body .site-preloader .car .car-detail.spoiler {
  width: 0;
  height: 0;
  top: 7px;
  background: none;
  border: 20px solid transparent;
  border-bottom: 8px solid #ff9900;
  border-left: 20px solid #ff9900;
}
@media screen and (min-width: 1024px) {
  body .site-preloader .car .car-detail.spoiler {
    top: 0.364583333vw;
    border: 1.04166667vw solid transparent;
    border-bottom: 0.4166667vw solid #ff9900;
    border-left: 1.04166667vw solid #ff9900;
  }
}
body .site-preloader .car .car-detail.back {
  height: 20px;
  width: 92px;
  top: 15px;
  left: 0;
}
@media screen and (min-width: 1024px) {
  body .site-preloader .car .car-detail.back {
    height: 1.04166667vw;
    width: 4.792vw;
    top: 0.78125vw;
  }
}
body .site-preloader .car .car-detail.center {
  height: 35px;
  width: 75px;
  left: 12px;
  border-top-left-radius: 30px;
  border-top-right-radius: 45px 40px;
  border: 4px solid #ff9900;
  background: none;
  box-sizing: border-box;
}
@media screen and (min-width: 1024px) {
  body .site-preloader .car .car-detail.center {
    height: 1.822916667vw;
    width: 3.90625vw;
    left: 0.625vw;
    border-top-left-radius: 1.5625vw;
    border-top-right-radius: 2.34375vw 2.083335vw;
    border: 0.20833334vw solid #ff9900;
  }
}
body .site-preloader .car .car-detail.center1 {
  height: 35px;
  width: 35px;
  left: 12px;
  border-top-left-radius: 30px;
}
@media screen and (min-width: 1024px) {
  body .site-preloader .car .car-detail.center1 {
    height: 1.822916667vw;
    width: 1.822916667vw;
    left: 0.625vw;
    border-top-left-radius: 1.5625vw;
  }
}
body .site-preloader .car .car-detail.front {
  height: 20px;
  width: 50px;
  top: 15px;
  left: 67px;
  border-top-right-radius: 50px 40px;
  border-bottom-right-radius: 10px;
}
@media screen and (min-width: 1024px) {
  body .site-preloader .car .car-detail.front {
    height: 1.04166667vw;
    width: 2.60416665vw;
    top: 0.78125vw;
    left: 3.48958335vw;
    border-top-right-radius: 2.60416665vw 2.083335vw;
    border-bottom-right-radius: 0.520833334vw;
  }
}
body .site-preloader .car .car-detail.wheel {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  top: 20px;
  left: 12px;
  border: 3px solid #222222;
  background: linear-gradient(45deg, transparent 45%, #ffe4e1 46%, #ffe4e1 54%, transparent 55%), linear-gradient(-45deg, transparent 45%, #ffe4e1 46%, #ffe4e1 54%, transparent 55%), linear-gradient(90deg, transparent 45%, #ffe4e1 46%, #ffe4e1 54%, transparent 55%), linear-gradient(0deg, transparent 45%, #ffe4e1 46%, #ffe4e1 54%, transparent 55%), radial-gradient(#ffe4e1 29%, transparent 30%, transparent 50%, #ffe4e1 51%), #222222;
  animation-name: spin;
}
@media screen and (min-width: 1024px) {
  body .site-preloader .car .car-detail.wheel {
    height: 1.04166667vw;
    width: 1.04166667vw;
    top: 1.04166667vw;
    left: 0.625vw;
    border: 0.15625vw solid #222222;
  }
}
body .site-preloader .car .car-detail.wheel2 {
  left: 82px;
}
@media screen and (min-width: 1024px) {
  body .site-preloader .car .car-detail.wheel2 {
    left: 4.270833333vw;
  }
}
@keyframes spin {
  0% {
    transform: translate(2px, 1px) rotate(0deg);
  }
  10% {
    transform: translate(-1px, -3px) rotate(36deg);
  }
  20% {
    transform: translate(-2px, 0px) rotate(72deg);
  }
  30% {
    transform: translate(1px, 2px) rotate(108deg);
  }
  40% {
    transform: translate(1px, -1px) rotate(144deg);
  }
  50% {
    transform: translate(-1px, 3px) rotate(180deg);
  }
  60% {
    transform: translate(-1px, 1px) rotate(216deg);
  }
  70% {
    transform: translate(3px, 1px) rotate(252deg);
  }
  80% {
    transform: translate(-2px, -1px) rotate(288deg);
  }
  90% {
    transform: translate(2px, 1px) rotate(324deg);
  }
  100% {
    transform: translate(1px, -2px) rotate(360deg);
  }
}
@keyframes speed {
  0% {
    transform: translate(2px, 1px) rotate(0deg);
  }
  10% {
    transform: translate(-1px, -3px) rotate(-1deg);
  }
  20% {
    transform: translate(-2px, 0px) rotate(1deg);
  }
  30% {
    transform: translate(1px, 2px) rotate(0deg);
  }
  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    transform: translate(-1px, 3px) rotate(-1deg);
  }
  60% {
    transform: translate(-1px, 1px) rotate(0deg);
  }
  70% {
    transform: translate(3px, 1px) rotate(-1deg);
  }
  80% {
    transform: translate(-2px, -1px) rotate(1deg);
  }
  90% {
    transform: translate(2px, 1px) rotate(0deg);
  }
  100% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}
@keyframes strikes {
  from {
    left: 25px;
  }
  to {
    left: -80px;
    opacity: 0;
  }
}
body .overlay {
  background-color: rgba(2, 2, 2, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
body .animated-element {
  visibility: hidden;
}
body .mobile__menu__icon {
  display: block;
}
@media screen and (min-width: 1024px) {
  body .mobile__menu__icon {
    display: none;
  }
}
body .mobile__menu__icon .burger__menu {
  width: 20px;
  height: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  -webkit-transition: transform 330ms ease-out;
  -moz-transition: transform 330ms ease-out;
  -o-transition: transform 330ms ease-out;
  transition: transform 330ms ease-out;
}
body .mobile__menu__icon .burger__menu.menu__open {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
body .mobile__menu__icon .burger__menu.menu__open .line__menu.first__line {
  -webkit-transform: rotate(-90deg) translateX(3px);
  -moz-transform: rotate(-90deg) translateX(3px);
  -o-transform: rotate(-90deg) translateX(3px);
  transform: rotate(-90deg) translateX(3px);
}
body .mobile__menu__icon .burger__menu.menu__open .line__menu.last__line {
  -webkit-transform: rotate(-90deg) translateX(-3px);
  -moz-transform: rotate(-90deg) translateX(-3px);
  -o-transform: rotate(-90deg) translateX(-3px);
  transform: rotate(-90deg) translateX(-3px);
}
body .mobile__menu__icon .burger__menu .line__menu {
  background-color: #666666;
  border-radius: 0;
  width: 100%;
  height: 2px;
}
body .mobile__menu__icon .burger__menu .line__menu.line__half {
  width: 50%;
}
body .mobile__menu__icon .burger__menu .line__menu.line__half.first__line {
  transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  transform-origin: right;
}
body .mobile__menu__icon .burger__menu .line__menu.line__half.last__line {
  align-self: flex-end;
  transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  transform-origin: left;
}
body .slick-dots {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translate(-50%, 0px);
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
@media screen and (min-width: 1024px) {
  body .slick-dots {
    bottom: -1.8229166667vw;
    gap: 1.04166667vw;
  }
}
body .slick-dots li button {
  width: 10px;
  height: 10px;
  background-color: #222222;
  font-size: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
@media screen and (min-width: 1024px) {
  body .slick-dots li button {
    width: 0.625vw;
    height: 0.625vw;
  }
}
body .slick-dots li.slick-active button {
  background-color: #ff9900;
  box-shadow: 0px 0px 0px 3px rgba(255, 153, 0, 0.5);
}
body .link__animation {
  background-image: linear-gradient(to right, #222222 50%, #ff9900 50%);
  background-size: 200% 100%;
  background-position: 100% 0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
body .link__animation:hover {
  background-position: 0 0;
}
body .link__animation__white {
  background-image: linear-gradient(to right, #ffffff 50%, #ff9900 50%);
  background-size: 200% 100%;
  background-position: 100% 0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
body .link__animation__white:hover {
  background-position: 0 0;
}
body .link__animation__orange {
  background-image: linear-gradient(to right, #ffffff 50%, #000000 50%);
  background-size: 200% 100%;
  background-position: 100% 0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
body .link__animation__orange:hover {
  background-position: 0 0;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999 !important;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999 !important;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #999999 !important;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999 !important;
}

::-webkit-scrollbar {
  background-color: #222222;
  width: 0.4166667vw;
  height: 0.4166667vw;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #ff9900;
}

::selection {
  background-color: #ff9900;
  color: #ffffff;
}

-webkit-::selection {
  background-color: #ff9900;
  color: #ffffff;
}

::-moz-selection {
  background-color: #ff9900;
  color: #ffffff;
}

.default-btn {
  background-color: #ff9900;
  border-radius: 3px;
  height: 30px;
  font-weight: 500;
  color: #ffffff;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  font-size: 18px;
}
@media screen and (min-width: 1024px) {
  .default-btn {
    font-size: 0.9375vw;
  }
}
@media screen and (min-width: 1024px) {
  .default-btn {
    height: 2.34375vw;
    padding: 0 1.5625vw;
  }
}
.default-btn::after, .default-btn::before {
  background-color: #222222;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 50%;
  width: 0;
  z-index: -1;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.default-btn::after {
  left: auto;
  right: 0;
  top: auto;
  bottom: 0;
}
.default-btn:focus:before, .default-btn:focus:after, .default-btn:hover:before, .default-btn:hover:after {
  width: 100%;
}
.default-btn:hover {
  color: #ffffff;
}

.slide-in-top {
  -webkit-animation-name: slide-in-top;
  animation-name: slide-in-top;
  animation-duration: 0.8s;
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-fill-mode: both;
  animation-delay: 0s;
}

@-webkit-keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.slide-in-bottom {
  -webkit-animation-name: slide-in-bottom;
  animation-name: slide-in-bottom;
  animation-duration: 0.8s;
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-fill-mode: both;
  animation-delay: 0s;
}

@-webkit-keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in {
  -webkit-animation-name: fade-in;
  animation-name: fade-in;
  animation-duration: 0.8s;
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-fill-mode: both;
  animation-delay: 0s;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade-in-bottom {
  -webkit-animation-name: fade-in-bottom;
  animation-name: fade-in-bottom;
  animation-duration: 0.8s;
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-fill-mode: both;
  animation-delay: 0s;
}

@-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.kenburns {
  -webkit-animation-name: kenburns;
  animation-name: kenburns;
  animation-timing-function: linear;
  animation-fill-mode: both;
}

@-webkit-keyframes kenburns {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
    transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1.07) translateY(-15px);
    transform: scale(1.07) translateY(-15px);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
}
@keyframes kenburns {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
    transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1.07) translateY(-15px);
    transform: scale(1.07) translateY(-15px);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
}
.car-animation {
  -webkit-animation-name: car-animation;
  animation-name: car-animation;
  animation-duration: 0.8s;
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-fill-mode: both;
  animation-delay: 0s;
}

@-webkit-keyframes car-animation {
  0% {
    -webkit-transform: translateX(60%);
    transform: translateX(60%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes car-animation {
  0% {
    -webkit-transform: translateX(60%);
    transform: translateX(60%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
header.header {
  position: fixed;
  z-index: 9999;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0 0.15625vw 0.585939vw rgba(0, 0, 0, 0.2);
  border-bottom: 1.5px solid #dddddd;
}
@media screen and (min-width: 1024px) {
  header.header {
    position: static;
    background-color: transparent;
    box-shadow: none;
    border-bottom: none;
  }
}
header.header .top__header {
  padding: 10px 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 1024px) {
  header.header .top__header {
    padding: 0.52083334vw 0;
  }
}
header.header .top__header .header__logo__wrap {
  padding: 26px 60px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  header.header .top__header .header__logo__wrap {
    padding: 1.823vw 4.167vw;
    margin-bottom: -1.5625vw;
  }
}
header.header .top__header .header__logo__wrap img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}
header.header .top__header .info__list {
  display: none;
  align-items: center;
  justify-content: flex-end;
  gap: 1.0416667vw;
}
@media screen and (min-width: 1024px) {
  header.header .top__header .info__list {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
header.header .top__header .info__list__item {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.520833334vw;
}
header.header .top__header .info__list__item .info__icon {
  color: #ff9900;
  font-size: 2.0833335vw;
}
header.header .top__header .info__list__item .info__detail__wrap {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0;
  text-transform: capitalize;
}
header.header .top__header .info__list__item .info__detail__wrap .info__label {
  font-size: 0.7291666vw;
  color: #666666;
}
header.header .top__header .info__list__item .info__detail__wrap .info__detail {
  display: flex;
  font-weight: 500;
}
header.header .top__header .info__list__item .info__detail__wrap .info__detail a {
  font-size: 0.9375vw;
}
header.header .top__header .info__list__item .info__detail__wrap .info__detail a:hover {
  color: #ff9900;
}
header.header .bottom__header {
  display: none;
}
@media screen and (min-width: 1024px) {
  header.header .bottom__header {
    margin-bottom: -1.5625vw;
    position: relative;
    z-index: 9;
    display: block;
    background-color: #ff9900;
    width: 80%;
    height: 3.125vw;
    margin-left: auto;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 1% 100%);
    align-items: center;
    justify-content: space-between;
    border-radius: 3px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
header.header .bottom__header .navbar__wrap {
  height: 3.125vw;
}
header.header .mobile__menu {
  position: fixed;
  width: 100%;
  max-width: 120px;
  height: calc(100dvh - 112px);
  overflow-y: auto;
  top: 73px;
  right: 0;
  background-color: #ffffff;
  padding: 20px 10px;
  box-shadow: -3px 5px 3px rgba(0, 0, 0, 0.15);
  display: none;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  header.header .mobile__menu {
    display: none;
  }
}
header.header .mobile__menu__wrap {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 50px;
}
header.header .mobile__menu__wrap .nav__list {
  flex-direction: column;
  gap: 30px;
  padding: 0;
}
header.header .mobile__menu__wrap .nav__list__item {
  color: #ff9900;
  font-size: 14px;
  line-height: 100%;
  font-weight: 600;
}
header.header .mobile__menu__wrap .nav__list__item::before {
  background-color: #ff9900;
}
header.header .mobile__menu__wrap .menu__btn {
  height: auto;
  padding: 10px 30px;
  border-radius: 3px;
  font-size: 12px;
  line-height: 100%;
  font-weight: 600;
}
header.header .nav__list {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.5625vw;
  padding: 1.041666667vw 0 1.041666667vw 1.5625vw;
}
header.header .nav__list__item {
  color: #ffffff;
  text-transform: capitalize;
  cursor: pointer;
  position: relative;
  font-size: 1.04166667vw;
  line-height: normal;
  font-weight: 600;
}
header.header .nav__list__item::before {
  content: "";
  height: 2px;
  width: 0;
  position: absolute;
  bottom: -0.260416667vw;
  left: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
@media screen and (min-width: 1024px) {
  header.header .nav__list__item::before {
    height: 0.1041666667vw;
  }
}
header.header .nav__list__item.active::before {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  header.header .nav__list__item:hover::before, header.header .nav__list__item.active::before {
    width: 100%;
  }
}
header.header .menu__btn {
  background-color: #222222;
  color: #ffffff;
  height: 100%;
  padding: 0 1.5625vw;
  font-size: 1.04166667vw;
  line-height: normal;
  font-weight: 700;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 3px 3px 0;
}
header.header .menu__btn:hover {
  background-color: #333333;
}
header.header .sticky__header {
  display: none;
  background-color: #ffffff;
  width: 100%;
  height: 4.16666667vw;
  position: fixed;
  left: 0;
  top: 0;
  transform: translateY(-100%);
  z-index: 99;
  box-shadow: 0 0.15625vw 0.585939vw rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
@media screen and (min-width: 1024px) {
  header.header .sticky__header {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
header.header .sticky__header__wrap {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header.header .sticky__header__wrap .header__logo__wrap {
  position: relative;
  padding: 1.693vw 3.907vw;
}
header.header .sticky__header__wrap .header__logo__wrap img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}
header.header .sticky__header__wrap .nav__list {
  padding-left: 0;
}
header.header .sticky__header__wrap .nav__list__item {
  color: #222222;
}
header.header .sticky__header__wrap .nav__list__item::before {
  background-color: #222222;
}
header.header .sticky__header__wrap .menu__btn {
  padding: 0.520833334vw 1.5625vw;
  border-radius: 3px;
}
header.header.sticky__active .sticky__header {
  transform: translateY(0);
}

footer.footer .footer__wrap {
  position: relative;
  z-index: 1;
}
footer.footer .footer__wrap .footer__top .footer__top__wrap {
  align-items: stretch;
  justify-content: space-between;
  flex-direction: column;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (min-width: 1024px) {
  footer.footer .footer__wrap .footer__top .footer__top__wrap {
    flex-direction: row;
  }
}
footer.footer .footer__wrap .footer__top .footer__top__wrap .left__section {
  position: relative;
  width: auto;
  padding: 30px 0;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  gap: 20px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (min-width: 1024px) {
  footer.footer .footer__wrap .footer__top .footer__top__wrap .left__section {
    flex-direction: row;
    gap: 0;
    width: 60%;
    padding: 1.5625vw 5.20833333vw 1.5625vw 0;
  }
}
footer.footer .footer__wrap .footer__top .footer__top__wrap .left__section::before, footer.footer .footer__wrap .footer__top .footer__top__wrap .left__section::after {
  background-color: #222222;
  background-image: url(../images/texture.webp);
  background-repeat: repeat;
  background-size: cover;
  content: "";
  width: 150%;
  height: 100%;
  position: absolute;
  right: 7.8125vw;
  bottom: 0;
  z-index: -1;
}
footer.footer .footer__wrap .footer__top .footer__top__wrap .left__section::before {
  clip-path: polygon(0 0, 70% 0, 100% 100%, 0% 100%);
  width: 200px;
  right: -100px;
}
@media screen and (min-width: 1024px) {
  footer.footer .footer__wrap .footer__top .footer__top__wrap .left__section::before {
    width: 10.4166666vw;
    right: 0;
  }
}
footer.footer .footer__wrap .footer__top .footer__top__wrap .left__section .footer__logo {
  position: relative;
  padding: 50px 100px;
}
@media screen and (min-width: 1024px) {
  footer.footer .footer__wrap .footer__top .footer__top__wrap .left__section .footer__logo {
    padding: 1.823vw 4.167vw;
  }
}
footer.footer .footer__wrap .footer__top .footer__top__wrap .left__section .footer__logo::after {
  display: none;
  content: "";
  position: absolute;
  top: 0;
  right: -1.0416666667vw;
  width: 0.1041666667vw;
  height: 100%;
  background-color: #666666;
}
@media screen and (min-width: 1024px) {
  footer.footer .footer__wrap .footer__top .footer__top__wrap .left__section .footer__logo::after {
    display: block;
  }
}
footer.footer .footer__wrap .footer__top .footer__top__wrap .left__section .footer__logo img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
footer.footer .footer__wrap .footer__top .footer__top__wrap .left__section .footer__description {
  padding: 0;
  margin: 0;
  color: #dddddd;
}
@media screen and (min-width: 1024px) {
  footer.footer .footer__wrap .footer__top .footer__top__wrap .left__section .footer__description {
    padding-left: 2.0833335vw;
  }
}
footer.footer .footer__wrap .footer__top .footer__top__wrap .right__section {
  position: relative;
  padding: 30px 0;
  margin-top: 0;
}
@media screen and (min-width: 1024px) {
  footer.footer .footer__wrap .footer__top .footer__top__wrap .right__section {
    width: 40%;
    margin-top: -0.364583333vw;
    padding: 1.5625vw 0;
  }
}
footer.footer .footer__wrap .footer__top .footer__top__wrap .right__section::before {
  content: "";
  background-color: #ff9900;
  background-image: repeating-linear-gradient(45deg, #f7a20f 0, #f7a20f 2px, transparent 0, transparent 50%);
  background-size: 10px 10px;
  width: 260.4166667vw;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: -100px;
  z-index: -2;
}
@media screen and (min-width: 1024px) {
  footer.footer .footer__wrap .footer__top .footer__top__wrap .right__section::before {
    left: -3.385416665vw;
  }
}
footer.footer .footer__wrap .footer__top .footer__top__wrap .right__section .call_taxi__wrap {
  margin-top: 0.364583333vw;
  align-items: center;
  justify-content: center;
  gap: 10px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (min-width: 1024px) {
  footer.footer .footer__wrap .footer__top .footer__top__wrap .right__section .call_taxi__wrap {
    justify-content: flex-start;
    gap: 0.78125vw;
  }
}
footer.footer .footer__wrap .footer__top .footer__top__wrap .right__section .call_taxi__wrap .call__icon span {
  color: #ffffff;
  font-size: 36px;
}
@media screen and (min-width: 1024px) {
  footer.footer .footer__wrap .footer__top .footer__top__wrap .right__section .call_taxi__wrap .call__icon span {
    font-size: 1.875vw;
  }
}
footer.footer .footer__wrap .footer__top .footer__top__wrap .right__section .call_taxi__wrap .call__details {
  align-items: center;
  gap: 20px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (min-width: 1024px) {
  footer.footer .footer__wrap .footer__top .footer__top__wrap .right__section .call_taxi__wrap .call__details {
    display: block;
  }
}
footer.footer .footer__wrap .footer__top .footer__top__wrap .right__section .call_taxi__wrap .call__details p {
  color: #ffffff;
  margin: 0;
  font-size: 14px;
}
@media screen and (min-width: 1024px) {
  footer.footer .footer__wrap .footer__top .footer__top__wrap .right__section .call_taxi__wrap .call__details p {
    font-size: 0.7291666vw;
  }
}
@media screen and (min-width: 1024px) {
  footer.footer .footer__wrap .footer__top .footer__top__wrap .right__section .call_taxi__wrap .call__details p {
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  footer.footer .footer__wrap .footer__top .footer__top__wrap .right__section .call_taxi__wrap .call__details p {
    font-size: 0.9375vw;
  }
}
footer.footer .footer__wrap .footer__top .footer__top__wrap .right__section .call_taxi__wrap .call__details a {
  color: #000000;
  font-weight: 700;
  font-size: 24px;
}
@media screen and (min-width: 1024px) {
  footer.footer .footer__wrap .footer__top .footer__top__wrap .right__section .call_taxi__wrap .call__details a {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1024px) {
  footer.footer .footer__wrap .footer__top .footer__top__wrap .right__section .call_taxi__wrap .call__details a {
    font-size: 32px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  footer.footer .footer__wrap .footer__top .footer__top__wrap .right__section .call_taxi__wrap .call__details a {
    font-size: 1.6666667vw;
  }
}
footer.footer .footer__wrap .footer__bottom {
  background-color: #222222;
  background-image: url(../images/texture.webp);
  background-repeat: repeat;
  background-size: cover;
  position: relative;
  padding: 40px 0 100px 0;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  footer.footer .footer__wrap .footer__bottom {
    padding: 3.125vw 0 13.020833334vw 0;
  }
}
footer.footer .footer__wrap .footer__bottom::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -2;
  overflow: hidden;
  background-image: url(../images/city-skiline.webp);
  background-size: 100%;
  background-position: bottom center;
  background-repeat: no-repeat;
}
footer.footer .footer__wrap .footer__bottom .footer__bottom__wrap {
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  gap: 40px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (min-width: 1024px) {
  footer.footer .footer__wrap .footer__bottom .footer__bottom__wrap {
    flex-direction: row;
    gap: 0;
  }
}
footer.footer .footer__wrap .footer__bottom .footer__bottom__wrap .footer__item {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  footer.footer .footer__wrap .footer__bottom .footer__bottom__wrap .footer__item {
    width: 50%;
  }
}
footer.footer .footer__wrap .footer__bottom .footer__bottom__wrap .footer__item .footer__item__title {
  display: inline-block;
  position: relative;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 30px;
  font-size: 18px;
}
@media screen and (min-width: 1024px) {
  footer.footer .footer__wrap .footer__bottom .footer__bottom__wrap .footer__item .footer__item__title {
    font-size: 0.9375vw;
  }
}
@media screen and (min-width: 1024px) {
  footer.footer .footer__wrap .footer__bottom .footer__bottom__wrap .footer__item .footer__item__title {
    margin-bottom: 1.5625vw;
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  footer.footer .footer__wrap .footer__bottom .footer__bottom__wrap .footer__item .footer__item__title {
    font-size: 1.0416667vw;
  }
}
footer.footer .footer__wrap .footer__bottom .footer__bottom__wrap .footer__item .footer__item__title::after {
  content: "";
  background-color: #ff9900;
  width: 50%;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: -10px;
}
@media screen and (min-width: 1024px) {
  footer.footer .footer__wrap .footer__bottom .footer__bottom__wrap .footer__item .footer__item__title::after {
    height: 0.208333334vw;
    bottom: -0.520833334vw;
  }
}
footer.footer .footer__wrap .footer__bottom .footer__bottom__wrap .footer__item .link__list {
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (min-width: 1024px) {
  footer.footer .footer__wrap .footer__bottom .footer__bottom__wrap .footer__item .link__list {
    gap: 1.041666667vw;
  }
}
footer.footer .footer__wrap .footer__bottom .footer__bottom__wrap .footer__item .link__list .link__list__item {
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (min-width: 1024px) {
  footer.footer .footer__wrap .footer__bottom .footer__bottom__wrap .footer__item .link__list .link__list__item {
    gap: 0.5208333334vw;
  }
}
footer.footer .footer__wrap .footer__bottom .footer__bottom__wrap .footer__item .link__list .link__list__item span {
  color: #ffffff;
  font-size: 16px;
}
@media screen and (min-width: 1024px) {
  footer.footer .footer__wrap .footer__bottom .footer__bottom__wrap .footer__item .link__list .link__list__item span {
    font-size: 0.8333334vw;
  }
}
@media screen and (min-width: 1024px) {
  footer.footer .footer__wrap .footer__bottom .footer__bottom__wrap .footer__item .link__list .link__list__item span {
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  footer.footer .footer__wrap .footer__bottom .footer__bottom__wrap .footer__item .link__list .link__list__item span {
    font-size: 0.9375vw;
  }
}
footer.footer .footer__wrap .footer__bottom .footer__bottom__wrap .footer__item .link__list .link__list__item span.color__orange {
  color: #ff9900;
  font-size: 14px;
}
@media screen and (min-width: 1024px) {
  footer.footer .footer__wrap .footer__bottom .footer__bottom__wrap .footer__item .link__list .link__list__item span.color__orange {
    font-size: 0.7291666vw;
  }
}
@media screen and (min-width: 1024px) {
  footer.footer .footer__wrap .footer__bottom .footer__bottom__wrap .footer__item .link__list .link__list__item span.color__orange {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  footer.footer .footer__wrap .footer__bottom .footer__bottom__wrap .footer__item .link__list .link__list__item span.color__orange {
    font-size: 0.8333334vw;
  }
}
footer.footer .footer__wrap .running__cab {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 80px;
  left: 0;
  bottom: 0;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  footer.footer .footer__wrap .running__cab {
    height: 5.20833333vw;
  }
}
footer.footer .footer__wrap .running__cab .cab__1 {
  background-image: url(../images/truck-1.webp);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  position: absolute;
  width: 100px;
  height: 60px;
  right: 0;
  bottom: 0;
  animation: running-animation 20s linear infinite;
}
@media screen and (min-width: 1024px) {
  footer.footer .footer__wrap .running__cab .cab__1 {
    width: 5.20833333vw;
    height: 3.125vw;
  }
}
footer.footer .footer__wrap .running__cab .cab__2 {
  background-image: url(../images/truck-2.webp);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  position: absolute;
  width: 100px;
  height: 60px;
  right: 30%;
  bottom: 0;
  animation: running-animation 30s linear infinite;
}
@media screen and (min-width: 1024px) {
  footer.footer .footer__wrap .running__cab .cab__2 {
    width: 5.20833333vw;
    height: 3.125vw;
  }
}
footer.footer .footer__wrap .running__cab .cab__3 {
  background-image: url(../images/truck-3.webp);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  position: absolute;
  width: 80px;
  height: 80px;
  right: 70%;
  bottom: 0;
  animation: running-animation-left 35s linear infinite;
}
@media screen and (min-width: 1024px) {
  footer.footer .footer__wrap .running__cab .cab__3 {
    width: 5.20833333vw;
    height: 5.20833333vw;
  }
}
@keyframes running-animation {
  0% {
    right: -30%;
  }
  100% {
    right: 100%;
  }
}
@keyframes running-animation-left {
  0% {
    left: -30%;
  }
  100% {
    left: 100%;
  }
}
footer.footer .copyright__wrap {
  background-color: #222222;
  background-image: url(../images/texture.webp);
  background-repeat: repeat;
  background-size: cover;
  border-top: 1px solid #333333;
  padding: 15px 0;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  footer.footer .copyright__wrap {
    padding: 1.041666667vw 0;
  }
}
footer.footer .copyright__wrap p {
  color: #dddddd;
  margin: 0;
}

section.banner__section {
  padding: 72px 0 0;
}
@media screen and (min-width: 1024px) {
  section.banner__section {
    padding: 0;
  }
}
section.banner__section .banner__section__wrap {
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  section.banner__section .banner__section__wrap {
    height: 44.792vw;
  }
}
section.banner__section .banner__section__wrap .banner__bg {
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: -1;
}
section.banner__section .banner__section__wrap .banner__bg img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  animation-duration: 12000ms;
}
section.banner__section .banner__section__wrap .car__holder {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  display: flex;
  align-items: center;
  display: none;
}
@media screen and (min-width: 768px) {
  section.banner__section .banner__section__wrap .car__holder {
    display: flex;
  }
}
section.banner__section .banner__section__wrap .car__holder .car__holder__image {
  position: relative;
  padding: 10.261vw 18.2297vw;
}
section.banner__section .banner__section__wrap .car__holder .car__holder__image img {
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
section.banner__section .banner__section__wrap .car__holder .shape__wrap {
  position: absolute;
  right: 6.25vw;
  top: 0;
  height: 100%;
  width: 23.4375vw;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  transform: skew(-20deg, 0deg);
  overflow: hidden;
  z-index: -1;
}
section.banner__section .banner__section__wrap .car__holder .shape__wrap .shape__1 {
  background-color: #222222;
  width: 5.20833333vw;
  height: 80%;
  border-radius: 3px;
}
section.banner__section .banner__section__wrap .car__holder .shape__wrap .shape__2 {
  background-color: #ff9900;
  width: 10.416666vw;
  height: 100%;
  border-radius: 3px;
}
section.banner__section .banner__section__wrap .car__holder .shape__wrap .shape__3 {
  background-color: #222222;
  width: 5.20833333vw;
  height: 80%;
  align-self: flex-start;
  border-radius: 3px;
}
section.banner__section .banner__section__wrap .banner__content {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
}
section.banner__section .banner__section__wrap .banner__content__wrap .sub__title {
  font-weight: 500;
  color: #ffffff;
  font-size: 18px;
}
@media screen and (min-width: 1024px) {
  section.banner__section .banner__section__wrap .banner__content__wrap .sub__title {
    font-size: 0.9375vw;
  }
}
section.banner__section .banner__section__wrap .banner__content__wrap .section__title {
  color: #ffffff;
  margin-bottom: 15px;
}
@media screen and (min-width: 1024px) {
  section.banner__section .banner__section__wrap .banner__content__wrap .section__title {
    margin-bottom: 1.5625vw;
  }
}
section.banner__section .banner__section__wrap .banner__content__wrap .tagline {
  color: #dddddd;
  margin-bottom: 15px;
}
@media screen and (min-width: 1024px) {
  section.banner__section .banner__section__wrap .banner__content__wrap .tagline {
    margin-bottom: 1.5625vw;
  }
}

section.about__us__section {
  padding: 75px 0 50px;
}
@media screen and (min-width: 1024px) {
  section.about__us__section {
    padding: 5.208333333vw 0 9.375vw;
  }
}
section.about__us__section .about__us__section__wrap {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  section.about__us__section .about__us__section__wrap {
    flex-direction: row;
  }
}
section.about__us__section .about__us__section__wrap .about__us__image {
  width: 100%;
  flex: unset;
  position: relative;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 50px;
  margin-bottom: 80px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (min-width: 576px) {
  section.about__us__section .about__us__section__wrap .about__us__image {
    flex: 0 0 auto;
    width: 60%;
    gap: 2.604166665vw;
  }
}
@media screen and (min-width: 1024px) {
  section.about__us__section .about__us__section__wrap .about__us__image {
    margin-bottom: 0;
    width: 50%;
  }
}
section.about__us__section .about__us__section__wrap .about__us__image::before {
  background-color: #ff9900;
  border-radius: 3px;
  transform: skew(-20deg, 0deg);
  content: "";
  width: 200px;
  position: absolute;
  right: 75px;
  bottom: -35px;
  height: calc(100% + 50px);
  z-index: -1;
}
@media screen and (min-width: 1024px) {
  section.about__us__section .about__us__section__wrap .about__us__image::before {
    width: 10.4166666vw;
    height: calc(100% + 3.645833335vw);
    position: absolute;
    right: 14.0625vw;
    bottom: -4.1666667vw;
  }
}
section.about__us__section .about__us__section__wrap .about__us__image .about-1,
section.about__us__section .about__us__section__wrap .about__us__image .about-2,
section.about__us__section .about__us__section__wrap .about__us__image .about-3 {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 3px;
}
section.about__us__section .about__us__section__wrap .about__us__image .aboutus__1 {
  position: relative;
  padding: 155px 120px;
  border-radius: 3px;
}
@media screen and (min-width: 1024px) {
  section.about__us__section .about__us__section__wrap .about__us__image .aboutus__1 {
    padding: 10.0523vw 7.813vw;
  }
}
section.about__us__section .about__us__section__wrap .about__us__image .aboutus__2 {
  position: relative;
  padding: 112.5px 100px;
  border-radius: 3px;
  position: absolute;
  right: 0px;
  bottom: 30px;
}
@media screen and (min-width: 1024px) {
  section.about__us__section .about__us__section__wrap .about__us__image .aboutus__2 {
    position: static;
    padding: 5.86vw 5.209vw;
  }
}
section.about__us__section .about__us__section__wrap .about__us__image .aboutus__3 {
  padding: 93.5px;
  border-radius: 5px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 1024px) {
  section.about__us__section .about__us__section__wrap .about__us__image .aboutus__3 {
    left: unset;
    transform: unset;
    right: 15.625vw;
    top: 3.125vw;
    padding: 4.87vw;
  }
}
section.about__us__section .about__us__section__wrap .about__us__image .aboutus__3::before {
  background-image: url(../images/location-marker.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30%;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
section.about__us__section .about__us__section__wrap .about__us__image .aboutus__3 img {
  animation-name: spin;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
section.about__us__section .about__us__section__wrap .about__us__content p {
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  section.about__us__section .about__us__section__wrap .about__us__content p {
    margin-bottom: 1.5625vw;
  }
}
section.about__us__section .about__us__section__wrap .about__us__content .call__taxi__wrap p {
  line-height: 1;
  font-weight: 500;
  margin-bottom: 5px;
  color: #333333;
  font-size: 16px;
}
@media screen and (min-width: 1024px) {
  section.about__us__section .about__us__section__wrap .about__us__content .call__taxi__wrap p {
    font-size: 0.8333334vw;
  }
}
@media screen and (min-width: 1024px) {
  section.about__us__section .about__us__section__wrap .about__us__content .call__taxi__wrap p {
    margin-bottom: 0.2604166667vw;
  }
}
section.about__us__section .about__us__section__wrap .about__us__content .call__taxi__wrap a {
  margin: 0;
}

section.our__service__section {
  background-color: #F4F5F8;
  position: relative;
}
section.our__service__section .section__bg {
  width: 100%;
  height: 60%;
  background-image: url(../images/bg-1.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
@media screen and (min-width: 1024px) {
  section.our__service__section .section__bg {
    background-attachment: fixed;
    height: 34.869vw;
  }
}
section.our__service__section .section__bg::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000000;
  opacity: 0.7;
}
section.our__service__section .our__service__wrap {
  text-align: center;
}
section.our__service__section .our__service__wrap .h2,
section.our__service__section .our__service__wrap p {
  color: #ffffff;
}
section.our__service__section .our__service__wrap .service__list {
  margin-top: 30px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (min-width: 1024px) {
  section.our__service__section .our__service__wrap .service__list {
    margin-top: 2.604166665vw;
  }
}
section.our__service__section .our__service__wrap .service__list .slick-list {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
section.our__service__section .our__service__wrap .service__list .slick-list .slick-track {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 5px 0;
}
@media screen and (min-width: 1024px) {
  section.our__service__section .our__service__wrap .service__list .slick-list .slick-track {
    padding: 0.260416667vw 0;
  }
}
section.our__service__section .our__service__wrap .service__list .slick-list .slick-track .service__list__item {
  border-radius: 3px;
  background-color: #ffffff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  margin: 0 10px;
}
@media screen and (min-width: 1024px) {
  section.our__service__section .our__service__wrap .service__list .slick-list .slick-track .service__list__item {
    margin: 0 0.520833334vw;
  }
}
section.our__service__section .our__service__wrap .service__list .slick-list .slick-track .service__list__item .service__thumb {
  position: relative;
  border-radius: 3px 3px 0px 0px;
  padding: 100px 0;
}
@media screen and (min-width: 1024px) {
  section.our__service__section .our__service__wrap .service__list .slick-list .slick-track .service__list__item .service__thumb {
    padding: 7.8125vw 0;
  }
}
section.our__service__section .our__service__wrap .service__list .slick-list .slick-track .service__list__item .service__thumb .service__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 3px 3px 0px 0px;
}
section.our__service__section .our__service__wrap .service__list .slick-list .slick-track .service__list__item .service__thumb .service__shape__wrap {
  transform: skew(-20deg, 0deg);
  width: 200px;
  height: 200px;
  position: absolute;
  right: 20px;
  bottom: 0;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  section.our__service__section .our__service__wrap .service__list .slick-list .slick-track .service__list__item .service__thumb .service__shape__wrap {
    width: 10.416666vw;
    height: 10.416666vw;
    right: 1.04166667vw;
  }
}
section.our__service__section .our__service__wrap .service__list .slick-list .slick-track .service__list__item .service__thumb .service__shape__wrap .service__shape {
  background-color: #ff9900;
  border-radius: 3px;
  position: absolute;
  width: 80px;
  height: 160px;
  left: 80px;
  bottom: 0;
  transition-delay: 0.1s;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
@media screen and (min-width: 1024px) {
  section.our__service__section .our__service__wrap .service__list .slick-list .slick-track .service__list__item .service__thumb .service__shape__wrap .service__shape {
    width: 4.166667vw;
    height: 9.375vw;
    left: 4.166667vw;
  }
}
section.our__service__section .our__service__wrap .service__list .slick-list .slick-track .service__list__item .service__thumb .service__shape__wrap .service__shape::before, section.our__service__section .our__service__wrap .service__list .slick-list .slick-track .service__list__item .service__thumb .service__shape__wrap .service__shape::after {
  content: "";
  background-color: #222222;
  border-radius: 3px;
  width: 80px;
  height: 120px;
  position: absolute;
  right: 60px;
  bottom: 0;
  opacity: 0.95;
  transition-delay: 0.1s;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
@media screen and (min-width: 1024px) {
  section.our__service__section .our__service__wrap .service__list .slick-list .slick-track .service__list__item .service__thumb .service__shape__wrap .service__shape::before, section.our__service__section .our__service__wrap .service__list .slick-list .slick-track .service__list__item .service__thumb .service__shape__wrap .service__shape::after {
    width: 4.166667vw;
    height: 7.2916667vw;
    right: 3.125vw;
  }
}
section.our__service__section .our__service__wrap .service__list .slick-list .slick-track .service__list__item .service__thumb .service__shape__wrap .service__shape::after {
  width: 40px;
  height: 100px;
  right: -20px;
  transition-delay: 0.1s;
}
@media screen and (min-width: 1024px) {
  section.our__service__section .our__service__wrap .service__list .slick-list .slick-track .service__list__item .service__thumb .service__shape__wrap .service__shape::after {
    width: 2.08333335vw;
    height: 6.25vw;
    right: -1.0416667vw;
  }
}
section.our__service__section .our__service__wrap .service__list .slick-list .slick-track .service__list__item .service__thumb .service__car {
  position: absolute;
  right: -30px;
  bottom: -30px;
  padding: 65px 115px;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
@media screen and (min-width: 1024px) {
  section.our__service__section .our__service__wrap .service__list .slick-list .slick-track .service__list__item .service__thumb .service__car {
    right: -1.5625vw;
    bottom: -1.5625vw;
    padding: 3.386vw 5.99vw;
  }
}
section.our__service__section .our__service__wrap .service__list .slick-list .slick-track .service__list__item .service__thumb .service__car img {
  position: absolute;
  right: 0;
  bottom: 0;
}
section.our__service__section .our__service__wrap .service__list .slick-list .slick-track .service__list__item .service__content {
  padding: 35px 10px 10px;
  text-align: left;
}
@media screen and (min-width: 1024px) {
  section.our__service__section .our__service__wrap .service__list .slick-list .slick-track .service__list__item .service__content {
    padding: 1.5625vw;
  }
}
section.our__service__section .our__service__wrap .service__list .slick-list .slick-track .service__list__item .service__content .service__title {
  color: #000000;
}
section.our__service__section .our__service__wrap .service__list .slick-list .slick-track .service__list__item .service__content .service__description {
  color: #666666;
}
section.our__service__section .our__service__wrap .service__list .slick-list .slick-track .service__list__item:hover .service__thumb .service__shape__wrap .service__shape {
  height: 180px;
}
@media screen and (min-width: 1024px) {
  section.our__service__section .our__service__wrap .service__list .slick-list .slick-track .service__list__item:hover .service__thumb .service__shape__wrap .service__shape {
    height: 10.416666vw;
  }
}
section.our__service__section .our__service__wrap .service__list .slick-list .slick-track .service__list__item:hover .service__thumb .service__shape__wrap .service__shape::before {
  height: 140px;
}
@media screen and (min-width: 1024px) {
  section.our__service__section .our__service__wrap .service__list .slick-list .slick-track .service__list__item:hover .service__thumb .service__shape__wrap .service__shape::before {
    height: 8.33333334vw;
  }
}
section.our__service__section .our__service__wrap .service__list .slick-list .slick-track .service__list__item:hover .service__thumb .service__shape__wrap .service__shape::after {
  height: 120px;
}
@media screen and (min-width: 1024px) {
  section.our__service__section .our__service__wrap .service__list .slick-list .slick-track .service__list__item:hover .service__thumb .service__shape__wrap .service__shape::after {
    height: 7.29166667vw;
  }
}
section.our__service__section .our__service__wrap .service__list .slick-list .slick-track .service__list__item:hover .service__thumb .service__car {
  bottom: -35px;
  right: 0;
}
@media screen and (min-width: 1024px) {
  section.our__service__section .our__service__wrap .service__list .slick-list .slick-track .service__list__item:hover .service__thumb .service__car {
    bottom: -1.8229166667vw;
  }
}

section.why__choose__us__section {
  position: relative;
  padding: 0;
}
section.why__choose__us__section::before {
  content: "";
  width: 100%;
  height: 100%;
  max-height: 200px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background-image: url(../images/map.webp);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
}
@media screen and (min-width: 1024px) {
  section.why__choose__us__section::before {
    width: 50%;
    max-height: none;
    top: 2.08333335vw;
  }
}
section.why__choose__us__section .why__choose__us__wrap {
  align-items: stretch;
  justify-content: space-between;
  flex-direction: column;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (min-width: 1024px) {
  section.why__choose__us__section .why__choose__us__wrap {
    flex-direction: row;
  }
}
section.why__choose__us__section .why__choose__us__wrap .image__wrap {
  width: 100%;
  align-self: flex-end;
  position: relative;
  padding: 30% 0;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  section.why__choose__us__section .why__choose__us__wrap .image__wrap {
    padding: 18% 0;
    overflow: unset;
  }
}
section.why__choose__us__section .why__choose__us__wrap .image__wrap div {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  height: 100%;
}
section.why__choose__us__section .why__choose__us__wrap .image__wrap .taxi {
  background-image: url("../images/taxi.webp");
  left: 0;
  right: 0;
  top: 17.8%;
}
@media screen and (min-width: 1024px) {
  section.why__choose__us__section .why__choose__us__wrap .image__wrap .taxi {
    padding: 0 15.235vw;
    top: 4.166667vw;
    right: unset;
  }
}
section.why__choose__us__section .why__choose__us__wrap .image__wrap .mockup {
  display: none;
  background-image: url("../images/mockup.webp");
  left: 0;
  top: -6.25vw;
  z-index: -1;
  padding: 0 7vw;
}
@media screen and (min-width: 1024px) {
  section.why__choose__us__section .why__choose__us__wrap .image__wrap .mockup {
    display: block;
  }
}
section.why__choose__us__section .why__choose__us__wrap .image__wrap .charecter {
  background-image: url("../images/charecter.webp");
  right: 12%;
  top: 15.3%;
  padding: 0 10.655%;
}
@media screen and (min-width: 1024px) {
  section.why__choose__us__section .why__choose__us__wrap .image__wrap .charecter {
    padding: 0 4.688vw;
    right: 18.5vw;
    top: 4.27vw;
  }
}
section.why__choose__us__section .why__choose__us__wrap .image__wrap .location {
  background-image: url("../images/location-marker.webp");
  right: 7%;
  top: -25%;
  padding: 0 5%;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}
@media screen and (min-width: 1024px) {
  section.why__choose__us__section .why__choose__us__wrap .image__wrap .location {
    padding: 0 2vw;
    left: 13vw;
    right: unset;
    top: -10vw;
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-20px);
  }
  60% {
    transform: translateY(-10px);
  }
}
section.why__choose__us__section .why__choose__us__wrap .content__wrap {
  width: auto;
  background-color: #ff9900;
  padding: 55px 20px;
  background-image: repeating-linear-gradient(45deg, #f7a20f 0, #f7a20f 2px, transparent 0, transparent 50%);
  background-size: 5px 5px;
  border-radius: 3px;
}
@media screen and (min-width: 1024px) {
  section.why__choose__us__section .why__choose__us__wrap .content__wrap {
    padding: 5.72916667vw 2.083333335vw;
    background-size: 0.520833334vw 0.520833334vw;
  }
}
section.why__choose__us__section .why__choose__us__wrap .content__wrap .h6 {
  color: #ffffff;
}
section.why__choose__us__section .why__choose__us__wrap .content__wrap .h6 .title__dash {
  background-color: #ffffff;
}
section.why__choose__us__section .why__choose__us__wrap .content__wrap .h6 .title__dash::before, section.why__choose__us__section .why__choose__us__wrap .content__wrap .h6 .title__dash::after {
  background-color: #ffffff;
}
section.why__choose__us__section .why__choose__us__wrap .content__wrap .h2,
section.why__choose__us__section .why__choose__us__wrap .content__wrap p {
  color: #ffffff;
}
section.why__choose__us__section .why__choose__us__wrap .content__wrap .feature__list {
  margin-top: 30px;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (min-width: 1024px) {
  section.why__choose__us__section .why__choose__us__wrap .content__wrap .feature__list {
    margin-top: 3.125vw;
    gap: 1.5625vw;
  }
}
section.why__choose__us__section .why__choose__us__wrap .content__wrap .feature__list .feature__list__item {
  gap: 15px;
  align-items: flex-start;
  justify-content: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (min-width: 1024px) {
  section.why__choose__us__section .why__choose__us__wrap .content__wrap .feature__list .feature__list__item {
    gap: 1.041666667vw;
  }
}
section.why__choose__us__section .why__choose__us__wrap .content__wrap .feature__list .feature__list__item .feature__icon {
  font-size: 46px;
  line-height: normal;
  margin: 0;
}
@media screen and (min-width: 1024px) {
  section.why__choose__us__section .why__choose__us__wrap .content__wrap .feature__list .feature__list__item .feature__icon {
    font-size: 2.70833335vw;
  }
}
section.why__choose__us__section .why__choose__us__wrap .content__wrap .feature__list .feature__list__item .feature__content {
  margin: 0;
  flex-direction: column;
  gap: 5px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (min-width: 1024px) {
  section.why__choose__us__section .why__choose__us__wrap .content__wrap .feature__list .feature__list__item .feature__content {
    gap: 0.5208333333vw;
  }
}
section.why__choose__us__section .why__choose__us__wrap .content__wrap .feature__list .feature__list__item .feature__content .feature__title {
  text-transform: capitalize;
  font-weight: 700;
  font-size: 18px;
}
@media screen and (min-width: 1024px) {
  section.why__choose__us__section .why__choose__us__wrap .content__wrap .feature__list .feature__list__item .feature__content .feature__title {
    font-size: 0.9375vw;
  }
}
@media screen and (min-width: 1024px) {
  section.why__choose__us__section .why__choose__us__wrap .content__wrap .feature__list .feature__list__item .feature__content .feature__title {
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  section.why__choose__us__section .why__choose__us__wrap .content__wrap .feature__list .feature__list__item .feature__content .feature__title {
    font-size: 1.25vw;
  }
}
section.why__choose__us__section .why__choose__us__wrap .content__wrap .feature__list .feature__list__item .feature__content .feature__description {
  font-size: 14px;
}
@media screen and (min-width: 1024px) {
  section.why__choose__us__section .why__choose__us__wrap .content__wrap .feature__list .feature__list__item .feature__content .feature__description {
    font-size: 0.7291666vw;
  }
}
@media screen and (min-width: 1024px) {
  section.why__choose__us__section .why__choose__us__wrap .content__wrap .feature__list .feature__list__item .feature__content .feature__description {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  section.why__choose__us__section .why__choose__us__wrap .content__wrap .feature__list .feature__list__item .feature__content .feature__description {
    font-size: 0.8333334vw;
  }
}

section.call__us__section {
  background-image: url(../images/texture.webp);
  background-repeat: repeat;
  background-size: cover;
  background-color: #222222;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  section.call__us__section {
    clip-path: polygon(0 0, 100% 0, 100% 50%, 80% 100%, 0 100%);
  }
}
section.call__us__section .call__us__wrap .call__us__image {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 100px;
}
@media screen and (min-width: 1024px) {
  section.call__us__section .call__us__wrap .call__us__image {
    right: 9.375vw;
    bottom: -5.20833333vw;
    padding: 15vw;
  }
}
section.call__us__section .call__us__wrap .call__us__image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  opacity: 0.2;
}
@media screen and (min-width: 1024px) {
  section.call__us__section .call__us__wrap .call__us__image img {
    opacity: 1;
    object-position: unset;
  }
}
section.call__us__section .call__us__wrap .call__us__content .h2,
section.call__us__section .call__us__wrap .call__us__content p {
  color: #ffffff;
}
section.call__us__section .call__us__wrap .call__us__content .call_taxi__wrap {
  margin-top: 30px;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (min-width: 1024px) {
  section.call__us__section .call__us__wrap .call__us__content .call_taxi__wrap {
    margin-top: 1.5625vw;
    gap: 0.78125vw;
  }
}
section.call__us__section .call__us__wrap .call__us__content .call_taxi__wrap .call__icon {
  background-color: rgba(255, 153, 0, 0.1);
  width: 50px;
  height: 50px;
  border-radius: 3px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  section.call__us__section .call__us__wrap .call__us__content .call_taxi__wrap .call__icon {
    width: 3.125vw;
    height: 3.125vw;
  }
}
section.call__us__section .call__us__wrap .call__us__content .call_taxi__wrap .call__icon span {
  color: #ff9900;
  font-size: 30px;
}
@media screen and (min-width: 1024px) {
  section.call__us__section .call__us__wrap .call__us__content .call_taxi__wrap .call__icon span {
    font-size: 1.5625vw;
  }
}
section.call__us__section .call__us__wrap .call__us__content .call_taxi__wrap .call__details p {
  margin: 0;
  font-size: 14px;
}
@media screen and (min-width: 1024px) {
  section.call__us__section .call__us__wrap .call__us__content .call_taxi__wrap .call__details p {
    font-size: 0.7291666vw;
  }
}
@media screen and (min-width: 1024px) {
  section.call__us__section .call__us__wrap .call__us__content .call_taxi__wrap .call__details p {
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  section.call__us__section .call__us__wrap .call__us__content .call_taxi__wrap .call__details p {
    font-size: 0.9375vw;
  }
}
section.call__us__section .call__us__wrap .call__us__content .call_taxi__wrap .call__details a {
  font-weight: 700;
  font-size: 24px;
}
@media screen and (min-width: 1024px) {
  section.call__us__section .call__us__wrap .call__us__content .call_taxi__wrap .call__details a {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1024px) {
  section.call__us__section .call__us__wrap .call__us__content .call_taxi__wrap .call__details a {
    font-size: 32px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  section.call__us__section .call__us__wrap .call__us__content .call_taxi__wrap .call__details a {
    font-size: 1.6666667vw;
  }
}

section.how__it__works__section .how__it__works__wrap {
  text-align: center;
  justify-content: space-between;
  flex-direction: column;
  gap: 50px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (min-width: 1024px) {
  section.how__it__works__section .how__it__works__wrap {
    gap: 2.604166665vw;
    flex-direction: row;
  }
}
section.how__it__works__section .how__it__works__wrap .image__wrap {
  position: relative;
  align-items: center;
  justify-content: center;
  gap: 20px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (min-width: 1024px) {
  section.how__it__works__section .how__it__works__wrap .image__wrap {
    justify-content: unset;
    gap: 1.5625vw;
  }
}
section.how__it__works__section .how__it__works__wrap .image__wrap .how__it__works {
  padding: 23%;
}
@media screen and (min-width: 1024px) {
  section.how__it__works__section .how__it__works__wrap .image__wrap .how__it__works {
    padding: 8.5vw 8.5vw;
  }
}
section.how__it__works__section .how__it__works__wrap .image__wrap .how__it__works img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: contain;
}
section.how__it__works__section .how__it__works__wrap .content__wrap .steps__list {
  margin-top: 30px;
  flex-direction: column;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (min-width: 1024px) {
  section.how__it__works__section .how__it__works__wrap .content__wrap .steps__list {
    margin-top: 2.604166665vw;
    flex-direction: row;
    gap: 1.5625vw;
  }
}
section.how__it__works__section .how__it__works__wrap .content__wrap .steps__list .steps__list__item {
  padding: 15px 0;
  border-bottom: 1px solid #dddddd;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
section.how__it__works__section .how__it__works__wrap .content__wrap .steps__list .steps__list__item:last-child {
  border: none;
}
@media screen and (min-width: 1024px) {
  section.how__it__works__section .how__it__works__wrap .content__wrap .steps__list .steps__list__item {
    padding: 0;
    border: none;
  }
}
section.how__it__works__section .how__it__works__wrap .content__wrap .steps__list .steps__list__item .step__count {
  background-color: rgba(255, 153, 0, 0.3019607843);
  color: #000000;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  font-size: 16px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (min-width: 1024px) {
  section.how__it__works__section .how__it__works__wrap .content__wrap .steps__list .steps__list__item .step__count {
    font-size: 0.8333334vw;
  }
}
@media screen and (min-width: 1024px) {
  section.how__it__works__section .how__it__works__wrap .content__wrap .steps__list .steps__list__item .step__count {
    width: 2.34375vw;
    height: 2.34375vw;
    margin-bottom: 1.04166667vw;
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  section.how__it__works__section .how__it__works__wrap .content__wrap .steps__list .steps__list__item .step__count {
    font-size: 1.0416667vw;
  }
}
section.how__it__works__section .how__it__works__wrap .content__wrap .steps__list .steps__list__item .step__icon {
  font-size: 42px;
  margin-bottom: 10px;
  color: #ff9900;
}
@media screen and (min-width: 1024px) {
  section.how__it__works__section .how__it__works__wrap .content__wrap .steps__list .steps__list__item .step__icon {
    font-size: 2.91666665vw;
    margin-bottom: 1.04166667vw;
  }
}
section.how__it__works__section .how__it__works__wrap .content__wrap .steps__list .steps__list__item .step__title {
  text-transform: capitalize;
  margin-bottom: 10px;
  font-size: 20px;
}
@media screen and (min-width: 1024px) {
  section.how__it__works__section .how__it__works__wrap .content__wrap .steps__list .steps__list__item .step__title {
    font-size: 1.0416667vw;
  }
}
@media screen and (min-width: 1024px) {
  section.how__it__works__section .how__it__works__wrap .content__wrap .steps__list .steps__list__item .step__title {
    margin-bottom: 0.520833334vw;
    font-size: 26px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  section.how__it__works__section .how__it__works__wrap .content__wrap .steps__list .steps__list__item .step__title {
    font-size: 1.3541667vw;
  }
}
section.how__it__works__section .how__it__works__wrap .content__wrap .steps__list .steps__list__item .step__description {
  margin: 0;
  max-width: 70%;
}
@media screen and (min-width: 1024px) {
  section.how__it__works__section .how__it__works__wrap .content__wrap .steps__list .steps__list__item .step__description {
    max-width: none;
  }
}

/*# sourceMappingURL=style.css.map */
