@charset "UTF-8";
@font-face {
  font-family: FontRegular;
  src: url("../../fonts/Roboto-Regular.ttf") format("truetype");
  font-display: block;
}
@font-face {
  font-family: FontBold;
  src: url("../../fonts/Roboto-Bold.ttf") format("truetype");
  font-display: block;
}
@font-face {
  font-family: FontItalic;
  src: url("../../fonts/Roboto-Italic.ttf") format("truetype");
  font-display: block;
}
@font-face {
  font-family: FontBoldItalic;
  src: url("../../fonts/Roboto-BoldItalic.ttf") format("truetype");
  font-display: block;
}
@font-face {
  font-family: FontMedium;
  src: url("../../fonts/Roboto-Medium.ttf") format("truetype");
  font-display: block;
}
@font-face {
  font-family: FontMediumItalic;
  src: url("../../fonts/Roboto-MediumItalic.ttf") format("truetype");
  font-display: block;
}
@font-face {
  font-family: FontAdditional;
  src: url("../../fonts/JustAnotherHand-Regular.ttf") format("truetype");
  font-display: block;
}
.font-regular {
  font-family: FontRegular;
}

.font-bold {
  font-family: FontBold;
}

.font-italic {
  font-family: FontItalic;
}

.font-bold-italic {
  font-family: FontBoldItalic;
}

.font-medium {
  font-family: FontMedium;
}

.font-medium-italic {
  font-family: FontMediumItalic;
}

.font-additional {
  font-family: FontAdditional;
}

strong, b {
  font-family: FontBold;
}

i, em {
  font-family: FontItalic;
}

strong i, strong em, b i, b em, i strong, i b, em strong, em b {
  font-family: FontBoldItalic;
}

.white-color {
  color: #fff;
}

.black-color {
  color: #000;
}

.default-text-color {
  color: #58595B;
}

.default-color {
  color: #F58220;
}

.background-white {
  background-color: #fff;
}

.background-black {
  background-color: #000;
}

.background-default {
  background-color: #F58220;
}

.default-hover {
  color: #58595B;
}
.default-hover:hover {
  color: #F58220;
}

.default-link {
  position: relative;
  color: #F58220;
}
.default-link:hover:before, .default-link:hover:after {
  width: 100%;
  opacity: 1;
}
.default-link:after {
  left: 0;
  background-color: #F58220;
}
.default-link:before, .default-link:after {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 0;
  height: 1px;
  margin: 5px 0 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  backface-visibility: hidden;
}
.default-link:hover {
  color: #F58220;
}

a {
  transition: all 0.2s linear;
}
a:hover {
  transition: all 0.2s linear;
  text-decoration: none;
}
a:focus {
  outline: none;
}
a:before, a:after {
  transition: all 0.2s linear;
}

input, textarea, button {
  -webkit-appearance: none;
  border-radius: 0;
  transition: all 0.2s linear;
}
input:hover, textarea:hover, button:hover {
  transition: all 0.2s linear;
}
input:focus, textarea:focus, button:focus {
  transition: all 0.2s linear;
  outline: none;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder, button::-webkit-input-placeholder {
  transition: all 0.2s linear;
}
input::-moz-placeholder, textarea::-moz-placeholder, button::-moz-placeholder {
  transition: all 0.2s linear;
}
input:-moz-placeholder, textarea:-moz-placeholder, button:-moz-placeholder {
  transition: all 0.2s linear;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder, button:-ms-input-placeholder {
  transition: all 0.2s linear;
}

input[type=submit], button {
  cursor: pointer;
}

.transition-default {
  transition: all 0.2s linear;
}
.transition-default:hover {
  transition: all 0.2s linear;
}

.transition-default-longer {
  transition: all 0.4s linear;
}
.transition-default-longer:hover {
  transition: all 0.4s linear;
}

.transition-default-long {
  transition: all 0.6s linear;
}
.transition-default-long:hover {
  transition: all 0.6s linear;
}

.absolute-cover-img, .darkness-effect {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.darkness-effect {
  background-color: rgba(0, 0, 0, 0.7);
}

.radius-50-px {
  border-radius: 50px;
}

.radius-50-percents {
  border-radius: 50%;
}

.m-auto-horizontal {
  margin: 0 auto;
}

.m-auto-vertical {
  margin: auto 0;
}

.object-cover {
  object-fit: cover;
}

.object-contain {
  object-fit: contain;
}

.background-image-default {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.backface-hidden {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.non-default-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.fz-0 {
  font-size: 0;
}

.last-child-without-margin > *:last-child {
  margin-bottom: 0 !important;
}

.default-menu-styles > ul > li:nth-last-of-type(1) {
  margin: 0 !important;
}

.white-color-wrapper * {
  color: #fff;
}

.white-color-wrapper.wysiwyg-styles .wp-caption-text {
  color: #fff;
}
.white-color-wrapper.wysiwyg-styles > h2 {
  color: #fff;
}

.thumb-placeholder {
  object-fit: contain;
  padding: 16px;
}

.background-fixed {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 50% 50%;
  background-size: cover;
}

@media screen and (max-width: 1024px) {
  .background-fixed {
    background-attachment: scroll;
  }
}
.body-with-admin-bar .navbar-scrolled {
  top: 32px;
}

.body-with-admin-bar .mobile-menu, .body-with-admin-bar .mobile-background {
  top: 32px;
}

.body-with-admin-bar .mobile-menu {
  max-height: calc(100vh - 32px);
}

.body-with-admin-bar .mobile-background {
  height: calc(100vh - 32px);
}

.prevent-shaking-animation {
  transform: perspective(1000px);
  -webkit-transform: perspective(1000px);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  perspective: 1000px;
  -webkit-perspective: 1000px;
}
.prevent-shaking-animation:hover {
  transform: translateY(-5px) perspective(1000px);
  -webkit-transform: translateY(-5px) perspective(1000px);
}

.prevent-shaking-animation-small:hover {
  transform: translateY(-3px) perspective(1000px);
  -webkit-transform: translateY(-3px) perspective(1000px);
}

@media screen and (min-width: 1025px) {
  .modal-open body {
    padding-right: 8px !important;
  }
}
@media screen and (max-width: 782px) {
  .body-with-admin-bar .navbar-scrolled {
    top: 46px;
  }
  .body-with-admin-bar .mobile-menu, .body-with-admin-bar .mobile-background {
    top: 46px;
  }
  .body-with-admin-bar .mobile-menu {
    height: calc(100vh - 46px);
    max-height: calc(100vh - 46px);
  }
  .body-with-admin-bar .mobile-background {
    height: calc(100vh - 46px);
  }
}
@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed !important;
  }
}
body {
  font-family: FontRegular;
  color: #58595B;
  font-size: 14px;
  overflow-x: hidden;
}
body::-webkit-scrollbar {
  width: 8px;
}
body::-webkit-scrollbar-track {
  background-color: #fff;
}
body::-webkit-scrollbar-thumb {
  background-color: #F58220;
}

.padding-top-container {
  padding-top: 68px;
}

.default-page-height {
  min-height: calc(100vh - 68px);
}

.default-text {
  font-size: 14px;
  line-height: 25px;
}

.main-container {
  margin: 0 auto;
  padding: 0 32px;
  max-width: 1414px;
}

.common-big-title {
  font-family: FontMedium;
  font-size: 65px;
  line-height: 73px;
}

.main-title {
  font-size: 30px;
  line-height: 36px;
  font-family: FontMedium;
  margin-bottom: 32px;
}

.default-wrapper {
  padding: 64px 0;
}

.default-wrapper-margin {
  margin: 64px 0;
}

.default-button {
  display: inline-block;
  padding: 10px 25.5px;
  text-align: center;
  font-size: 18px;
  line-height: 27px;
  white-space: nowrap;
  position: relative;
  border-radius: 50px;
  font-family: FontMedium;
  cursor: pointer;
}

.default-button-simple {
  color: #fff !important;
  background-color: #F58220 !important;
  border: 2px solid #F58220 !important;
}
.default-button-simple:hover {
  color: #F58220 !important;
  background-color: #fff !important;
  border: 2px solid #58595B !important;
}

.default-button-simple-white {
  color: #fff !important;
  background-color: #F58220 !important;
  border: 2px solid #F58220 !important;
}
.default-button-simple-white:hover {
  color: #F58220 !important;
  background-color: #fff !important;
  border: 2px solid #fff !important;
}

.default-button-simple-reversed {
  color: #F58220 !important;
  background-color: #fff !important;
  border: 2px solid #58595B !important;
}
.default-button-simple-reversed:hover {
  color: #fff !important;
  background-color: #F58220 !important;
  border: 2px solid #F58220 !important;
}

.default-button-simple-reversed-black {
  color: #58595B !important;
  background-color: #fff !important;
  border: 2px solid #58595B !important;
}
.default-button-simple-reversed-black:hover {
  color: #fff !important;
  background-color: #F58220 !important;
  border: 2px solid #F58220 !important;
}

.default-button-simple-reversed-white {
  color: #fff !important;
  background-color: transparent !important;
  border: 2px solid #fff !important;
}
.default-button-simple-reversed-white:hover {
  color: #fff !important;
  background-color: #F58220 !important;
  border: 2px solid #F58220 !important;
}

.default-button-load-more {
  color: #898989 !important;
  background-color: #EBEBEB !important;
  border: 2px solid #EBEBEB !important;
}
.default-button-load-more:hover {
  color: #fff !important;
  background-color: #F58220 !important;
  border: 2px solid #F58220 !important;
}

.default-button-double {
  font-size: 16px;
  line-height: 19px;
  padding: 7px 25.5px;
  min-width: calc(100% - 24px);
}
.default-button-double span {
  font-size: 12px;
  line-height: 14px;
}

.single-characteristic {
  margin-bottom: 8px;
}
.single-characteristic svg, .single-characteristic img {
  width: 18px;
  margin-right: 8px;
  object-fit: contain;
}
.single-characteristic span {
  font-size: 14px;
  max-width: calc(100% - 18px - 8px);
}

.gearbox-characteristic svg {
  height: 20px;
}

.fuel-characteristic svg {
  height: 19px;
}

.seats-characteristic svg {
  height: 17px;
}

.wheelsbook-wrapper {
  min-height: 228px;
}

.wheelsbook-preloader {
  position: absolute;
  top: calc(50% - 100px);
  left: calc(50% - 100px);
  width: 200px;
  height: 200px;
  animation: rotating 5s linear infinite;
  -webkit-animation: rotating 5s linear infinite;
}

.wheelsbook-plugin-container {
  max-width: 1680px;
}

@media screen and (max-width: 1600px) {
  .common-big-title {
    font-size: 50px;
    line-height: 59px;
  }
}
@media screen and (max-width: 1366px) {
  .default-wrapper {
    padding: 48px 0;
  }
  .default-wrapper-margin {
    margin: 48px 0;
  }
  .default-button-double {
    min-width: 0;
  }
  .common-big-title {
    font-size: 40px;
    line-height: 48px;
  }
  .wheelsbook-wrapper {
    min-height: 200px;
  }
}
@media screen and (max-width: 767px) {
  .padding-top-container {
    padding-top: 61px;
  }
  .default-page-height {
    min-height: calc(100vh - 61px);
  }
}
@media screen and (max-width: 767px) {
  .default-wrapper {
    padding: 32px 0;
  }
  .default-wrapper-margin {
    margin: 32px 0;
  }
  .main-title {
    line-height: 40px;
    margin-bottom: 24px;
  }
  .common-big-title {
    font-size: 30px;
    line-height: 40px;
  }
}
@media screen and (max-width: 600px) {
  .wheelsbook-wrapper {
    min-height: 200px;
  }
}
@media screen and (max-width: 500px) {
  .main-container {
    padding: 0 16px;
  }
}
@keyframes scaling {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  50% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@keyframes scalingBigger {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  50% {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes bounce {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  25% {
    transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
  }
  50% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  75% {
    transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
  }
  100% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
}
@keyframes sideMovingAnimation {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  75% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes verticalSideMovingAnimation {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes verticalSideMovingAnimationSmall {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.bounce-link-with-image-on-hover:hover img, .bounce-link-with-image-on-hover:hover svg {
  animation: bounce 0.5s linear infinite;
  -webkit-animation: bounce 0.5s linear infinite;
}

@keyframes movement-rotation-effect-first {
  0% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  17% {
    transform: translate(-4px, -4px);
    -webkit-transform: translate(-4px, -4px);
  }
  34% {
    transform: translate(4px, 0);
    -webkit-transform: translate(4px, 0);
  }
  51% {
    transform: translate(0, 4px);
    -webkit-transform: translate(0, 4px);
  }
  68% {
    transform: translate(4px, -4px);
    -webkit-transform: translate(4px, -4px);
  }
  85% {
    transform: translate(-4px, 0);
    -webkit-transform: translate(-4px, 0);
  }
  100% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
}
@keyframes movement-rotation-effect-second {
  0% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  20% {
    transform: translate(-4px, 4px);
    -webkit-transform: translate(-4px, 4px);
  }
  40% {
    transform: translate(-4px, -4px);
    -webkit-transform: translate(-4px, -4px);
  }
  60% {
    transform: translate(4px, -4px);
    -webkit-transform: translate(4px, -4px);
  }
  80% {
    transform: translate(0, 4px);
    -webkit-transform: translate(0, 4px);
  }
  100% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
}
@keyframes movement-rotation-effect-third {
  0% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  17% {
    transform: translate(4px, 4px);
    -webkit-transform: translate(4px, 4px);
  }
  34% {
    transform: translate(-4px, -4px);
    -webkit-transform: translate(-4px, -4px);
  }
  51% {
    transform: translate(4px, -4px);
    -webkit-transform: translate(4px, -4px);
  }
  68% {
    transform: translate(-4px, 4px);
    -webkit-transform: translate(-4px, 4px);
  }
  85% {
    transform: translate(0, -4px);
    -webkit-transform: translate(0, -4px);
  }
  100% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
}
@keyframes movement-rotation-effect-fourth {
  0% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  20% {
    transform: translate(4px, -4px);
    -webkit-transform: translate(4px, -4px);
  }
  40% {
    transform: translate(0px, 4px);
    -webkit-transform: translate(0px, 4px);
  }
  60% {
    transform: translate(4px, 0);
    -webkit-transform: translate(4px, 0);
  }
  80% {
    transform: translate(-4px, -4px);
    -webkit-transform: translate(-4px, -4px);
  }
  100% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
}
.first-animation-move {
  animation: movement-rotation-effect-first 10s linear infinite;
  -webkit-animation: movement-rotation-effect-first 10s linear infinite;
}

.second-animation-move {
  animation: movement-rotation-effect-second 10s linear infinite;
  -webkit-animation: movement-rotation-effect-second 10s linear infinite;
}

.third-animation-move {
  animation: movement-rotation-effect-third 10s linear infinite;
  -webkit-animation: movement-rotation-effect-third 10s linear infinite;
}

.fourth-animation-move {
  animation: movement-rotation-effect-fourth 10s linear infinite;
  -webkit-animation: movement-rotation-effect-fourth 10s linear infinite;
}

.before-animation-visibility-backface {
  opacity: 0;
  visibility: hidden;
  transform: rotateY(90deg);
  -webkit-transform: rotateY(90deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.before-animation-visibility-gallery {
  opacity: 0;
  visibility: hidden;
  transform: scale(0.1) rotate(90deg);
  -webkit-transform: scale(0.1) rotate(90deg);
}

.before-animation-visibility {
  opacity: 0;
  visibility: hidden;
}

.before-animation-left {
  transform: translateX(-100vw);
  -webkit-transform: translateX(-100vw);
}

.before-animation-right {
  transform: translateX(100vw);
  -webkit-transform: translateX(100vw);
}

@keyframes leftSideAnimationSimple {
  0% {
    -webkit-transform: translateX(-100vw);
    transform: translateX(-100vw);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes rightSideAnimationSimple {
  0% {
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.left-side-animation-simple {
  -webkit-animation: leftSideAnimationSimple 1s ease-out forwards;
  animation: leftSideAnimationSimple 1s ease-out forwards;
  opacity: 1 !important;
}

.right-side-animation-simple {
  -webkit-animation: rightSideAnimationSimple 1s ease-out forwards;
  animation: rightSideAnimationSimple 1s ease-out forwards;
  opacity: 1 !important;
}

.animation-fix {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  perspective: 1000px;
  -webkit-perspective: 1000px;
  will-change: transform;
}

.before-fade-in {
  opacity: 0;
}

@keyframes bottomSideFadeIn {
  0% {
    opacity: 0;
    transform: translateY(32px);
    -webkit-transform: translateY(32px);
  }
  100% {
    opacity: 1;
    transform: none;
    -webkit-transform: none;
  }
}
@keyframes leftSideFadeIn {
  0% {
    opacity: 0;
    transform: translateX(-32px);
    -webkit-transform: translateX(-32px);
  }
  100% {
    opacity: 1;
    transform: none;
    -webkit-transform: none;
  }
}
@keyframes simpleFadeIn {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}
.left-side-fade-in {
  -webkit-animation: leftSideFadeIn 1.25s ease forwards;
  animation: leftSideFadeIn 1.25s ease forwards;
}

.bottom-side-fade-in {
  -webkit-animation: bottomSideFadeIn 1.25s ease forwards;
  animation: bottomSideFadeIn 1.25s ease forwards;
}

.bottom-side-fade-in-small-delay {
  -webkit-animation: bottomSideFadeIn 1.25s ease 0.25s forwards;
  animation: bottomSideFadeIn 1.25s ease 0.25s forwards;
}

.simple-fade-in {
  -webkit-animation: simpleFadeIn 1.25s ease 0.25s forwards;
  animation: simpleFadeIn 1.25s ease 0.25s forwards;
}

.no-lazy-load {
  animation: none !important;
  -webkit-animation: none !important;
  transform: none !important;
  -webkit-transform: none !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.navbar-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1020;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transition: background-color 0.2s linear;
  background-color: #fff;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05);
}

.navbar-scrolled {
  position: fixed;
  top: 0;
}

.header-content {
  gap: 64px;
  min-height: 68px;
}

.header-logo-image {
  margin-bottom: 4px;
}
.header-logo-image img {
  max-width: 148px;
}

.header-logo-title {
  font-family: FontMedium;
  font-size: 12px;
  line-height: 12px;
  color: #58595B;
  transition: all 0.2s linear;
  white-space: nowrap;
  text-align: center;
}

.header-additional-wrapper {
  gap: 20px;
}

.header-menu {
  padding: 32px 0;
}
.header-menu > ul > li {
  font-size: 0;
  margin-bottom: 20px;
}
.header-menu > ul > li:nth-last-of-type(1) {
  margin-bottom: 0;
}
.header-menu > ul > li > a {
  font-size: 30px;
  font-family: FontMedium;
  position: relative;
  color: #fff;
}
.header-menu > ul > li > a:hover:before, .header-menu > ul > li > a:hover:after {
  width: 100%;
  opacity: 1;
}
.header-menu > ul > li > a:after {
  left: 0;
  background-color: #2B2B2B;
}
.header-menu > ul > li > a:before, .header-menu > ul > li > a:after {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 0;
  height: 1px;
  margin: 5px 0 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  backface-visibility: hidden;
}
.header-menu > ul > li > a:before, .header-menu > ul > li > a:after {
  bottom: 0;
  height: 1.5px;
}
.header-menu > ul > li > a:hover {
  color: #2B2B2B;
}
.header-menu > ul .current-menu-item > a, .header-menu > ul .current-page-ancestor > a, .header-menu > ul .current-menu-ancestor > a {
  color: #2B2B2B;
}
.header-menu > ul .current-menu-item > a:before, .header-menu > ul .current-menu-item > a:after, .header-menu > ul .current-page-ancestor > a:before, .header-menu > ul .current-page-ancestor > a:after, .header-menu > ul .current-menu-ancestor > a:before, .header-menu > ul .current-menu-ancestor > a:after {
  width: 100%;
  opacity: 1;
}

.header-burger {
  font-size: 0;
  gap: 8px;
  cursor: pointer;
}
.header-burger svg {
  width: 48px;
  height: 40px;
  cursor: pointer;
}
.header-burger svg path {
  transition: all 0.2s linear;
}

.header-burger-navbar:hover .burger-lines {
  fill: #F58220;
}
.header-burger-navbar:hover .header-burger-title {
  color: #F58220;
}
.header-burger-navbar .header-burger-title {
  color: #58595B;
}

.header-burger-popup {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.header-burger-popup .header-burger-title {
  color: #fff;
}

.header-burger-title {
  font-family: FontMedium;
  color: #58595B;
  font-size: 16px;
  transition: all 0.2s linear;
}

.header-link-with-icon {
  margin-right: auto;
}
.header-link-with-icon a {
  gap: 8px;
}
.header-link-with-icon a:hover .header-link-with-icon-title {
  color: #F58220;
}

.header-link-with-icon-icon img {
  width: 26px;
}

.header-link-with-icon-title {
  font-family: FontMedium;
  color: #58595B;
  font-size: 16px;
  transition: all 0.2s linear;
}

.header-phone {
  margin-right: auto;
}
.header-phone svg {
  width: 48px;
  height: 48px;
}

.mobile-menu {
  padding-right: calc((100vw - 1414px) / 2 + 4px);
  background-color: #F58220;
  max-width: 100%;
  max-height: 100vh;
  top: 0;
  right: 0;
  overflow: auto;
  z-index: 1022;
}
.mobile-menu::-webkit-scrollbar {
  width: 0;
}
.mobile-menu::-webkit-scrollbar-track, .mobile-menu::-webkit-scrollbar-thumb {
  background-color: transparent;
}

.mobile-menu-container {
  padding: 12px 32px 48px 48px;
}

.mobile-menu-hidden {
  transform: translateX(100vw);
  -webkit-transform: translateX(100vw);
}

.mobile-background {
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 1021;
  background-color: rgba(0, 0, 0, 0.7);
}

.mobile-background-hidden {
  visibility: hidden;
  opacity: 0;
}

.mobile-menu-inner {
  gap: 112px;
}

@media screen and (max-width: 1422px) {
  .mobile-menu {
    padding-right: 0;
  }
  .mobile-menu-container {
    padding: 12px 32px 32px 32px;
  }
  .mobile-menu-inner {
    gap: 96px;
  }
}
@media screen and (max-width: 1280px) {
  .header-content {
    gap: 48px;
  }
  .header-menu > ul > li {
    margin-bottom: 16px;
  }
  .header-menu > ul > li > a {
    font-size: 24px;
  }
  .mobile-menu-inner {
    gap: 64px;
  }
}
@media screen and (max-width: 1024px) {
  .mobile-menu-inner {
    gap: 48px;
  }
}
@media screen and (min-width: 768px) {
  .header-phone {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .header-content {
    gap: 32px;
    min-height: 61px;
  }
  .header-logo-image img {
    max-width: 112px;
  }
  .header-burger-navbar .header-burger-title {
    display: none;
  }
  .header-additional-wrapper {
    gap: 32px;
  }
  .header-link-with-icon {
    display: none !important;
  }
  .mobile-menu {
    height: 100vh;
    top: 61px;
    width: 100%;
  }
  .mobile-menu-inner {
    width: 100%;
    gap: 0;
  }
  .mobile-background {
    height: 100vh;
    top: 61px;
  }
  .header-menu {
    width: 100%;
    order: 1;
  }
  .header-menu > ul > li {
    margin-bottom: 24px;
  }
  .header-menu > ul > li > a {
    font-size: 20px;
  }
  .header-menu > ul > li > a:before, .header-menu > ul > li > a:after {
    height: 1px;
  }
  .mobile-menu-container {
    padding: 12px 32px 96px 32px;
  }
}
.header-languages .dd-container {
  width: 34px !important;
}
.header-languages .dd-select {
  background-image: url("../../images/header-languages-dropdown.svg") !important;
  background-repeat: no-repeat !important;
  background-position: 100% 50% !important;
  background-size: 9px 5px !important;
  background-color: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  max-width: 34px !important;
  width: 100% !important;
  transition: all 0.2s linear;
}
.header-languages .dd-select .dd-selected {
  padding: 0 !important;
  display: flex !important;
  display: -webkit-flex !important;
  align-items: center !important;
  -webkit-align-items: center !important;
  font-weight: normal !important;
}
.header-languages .dd-select .dd-selected .dd-selected-image {
  width: 20px !important;
  height: 20px !important;
  object-fit: contain !important;
  margin-right: 0 !important;
}
.header-languages .dd-options {
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1) !important;
  max-width: 34px !important;
  background-color: #fff !important;
  border: none !important;
  border-radius: 0 !important;
  top: calc(100% + 8px);
}
.header-languages .dd-options .dd-option {
  max-width: 34px !important;
  width: initial !important;
  border: none !important;
  padding: 6.5px 0;
  display: flex !important;
  display: -webkit-flex !important;
  align-items: center !important;
  -webkit-align-items: center !important;
  justify-content: center !important;
  -webkit-justify-content: center !important;
  transition: all 0.2s linear;
}
.header-languages .dd-options .dd-option .dd-option-image {
  width: 20px !important;
  height: 20px !important;
  object-fit: contain !important;
  margin-right: 0 !important;
}
.header-languages .dd-options .dd-option:hover {
  transition: all 0.2s linear;
  background-color: #F58220 !important;
}
.header-languages .dd-options .dd-option-selected {
  display: none !important;
}
.header-languages .dd-pointer {
  display: none !important;
}

.back-to-top-button {
  right: 144px;
  bottom: 32px;
  z-index: 100;
}
.back-to-top-button:before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  left: 2px;
  top: 2px;
  background-color: #fff;
  border-radius: 50%;
  z-index: -1;
}
.back-to-top-button svg {
  width: 29px;
  height: 29px;
}

.back-to-top-button-hidden {
  visibility: hidden;
  opacity: 0;
}

.footer {
  border-top: 3px solid #F58220;
}
.footer .footer-background {
  top: 0;
  left: 0;
  width: 100%;
  max-width: 698px;
  max-height: 100%;
  mix-blend-mode: color-burn;
}
.footer .footer-main {
  background: radial-gradient(87.61% 90.06% at 12.4% 29.12%, #24180E 0%, #000 100%);
  padding: 56px 0;
}
.footer .footer-main-container {
  gap: 48px;
}
.footer .footer-data-column {
  max-width: 470px;
}
.footer .footer-logo-wrapper {
  margin: 0 0 32px;
  gap: 4px;
}
.footer .footer-logo img {
  max-width: 148px;
}
.footer .footer-logo-subtext {
  font-size: 12px;
  line-height: 12px;
  transition: all 0.2s linear;
  white-space: nowrap;
}
.footer .footer-subtext {
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 24px;
  color: #A5A5A5;
}
.footer .footer-menu-additional {
  margin-bottom: 24px;
}
.footer .footer-menu-additional > ul {
  gap: 16px;
}
.footer .footer-menu-additional > ul > li > a {
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  position: relative;
  color: #F58220;
}
.footer .footer-menu-additional > ul > li > a:hover:before, .footer .footer-menu-additional > ul > li > a:hover:after {
  width: 100%;
  opacity: 1;
}
.footer .footer-menu-additional > ul > li > a:after {
  left: 0;
  background-color: #F58220;
}
.footer .footer-menu-additional > ul > li > a:before, .footer .footer-menu-additional > ul > li > a:after {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 0;
  height: 1px;
  margin: 5px 0 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  backface-visibility: hidden;
}
.footer .footer-menu-additional > ul > li > a:hover {
  color: #F58220;
}
.footer .footer-menu-additional > ul .current-menu-item > a:before, .footer .footer-menu-additional > ul .current-menu-item > a:after, .footer .footer-menu-additional > ul .current-page-ancestor > a:before, .footer .footer-menu-additional > ul .current-page-ancestor > a:after, .footer .footer-menu-additional > ul .current-menu-ancestor > a:before, .footer .footer-menu-additional > ul .current-menu-ancestor > a:after {
  width: 100%;
  opacity: 1;
}
.footer .footer-network-wrapper {
  font-size: 11px;
}
.footer .footer-network-wrapper a {
  color: #fff;
}
.footer .footer-network-wrapper a:hover {
  color: #F58220;
}
.footer .footer-default-title {
  font-family: FontMedium;
  color: #F58220;
  font-size: 30px;
  margin-bottom: 24px;
}
.footer .footer-menu {
  margin-bottom: 48px;
}
.footer .footer-menu > ul > li {
  margin-bottom: 10px;
}
.footer .footer-menu > ul > li:nth-last-of-type(1) {
  margin-bottom: 0;
}
.footer .footer-menu > ul > li > a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  font-family: FontMedium;
  color: #fff;
}
.footer .footer-menu > ul > li > a:hover {
  color: #F58220;
  transform: translateX(16px);
  -webkit-transform: translateX(16px);
}
.footer .footer-menu > ul > li > a:hover:before {
  opacity: 1;
  visibility: visible;
}
.footer .footer-menu > ul > li > a:before {
  content: "";
  display: block;
  width: 11px;
  height: 8px;
  position: absolute;
  top: 8px;
  left: -16px;
  background-image: url("../../images/footer-arrow.svg");
  background-repeat: no-repeat;
  background-size: 11px 8px;
  background-position: 50% 50%;
  opacity: 0;
  visibility: hidden;
}
.footer .footer-menu > ul .current-menu-item > a, .footer .footer-menu > ul .current-page-ancestor > a, .footer .footer-menu > ul .current-menu-ancestor > a {
  color: #F58220;
  transform: translateX(16px);
  -webkit-transform: translateX(16px);
}
.footer .footer-menu > ul .current-menu-item > a:before, .footer .footer-menu > ul .current-page-ancestor > a:before, .footer .footer-menu > ul .current-menu-ancestor > a:before {
  opacity: 1;
  visibility: visible;
}
.footer .footer-socials {
  gap: 10px;
}
.footer .single-social a:hover {
  transform: translateY(-2px) perspective(1000px);
  -webkit-transform: translateY(-2x) perspective(1000px);
}
.footer .single-social svg {
  width: 29px;
  height: 29px;
}
.footer .footer-additional-container {
  padding: 16px 0;
  gap: 16px;
}
.footer .footer-payments {
  gap: 8px;
}
.footer .single-payment img {
  max-width: 100%;
  max-height: 23px;
}
.footer .footer-copyright {
  color: #626262;
}
.footer .footer-developed-by {
  gap: 4px 8px;
}
.footer .footer-developed-by-title {
  font-size: 9px;
  line-height: 25px;
  color: #626262;
}
.footer .footer-developed-by-logo img {
  max-height: 25px;
}

@media screen and (max-width: 1680px) {
  .back-to-top-button {
    right: 32px;
  }
  .footer .footer-main {
    padding: 48px 0;
  }
}
@media screen and (max-width: 1366px) {
  .footer .footer-logo-wrapper {
    margin: 0 0 24px;
  }
  .footer .footer-menu {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 1279px) {
  .footer .footer-data-column {
    max-width: none;
  }
  .footer .footer-data-column, .footer .footer-menu-additional > ul, .footer .footer-menu-column, .footer .footer-links-column {
    width: 100%;
  }
  .footer .footer-default-title {
    margin-bottom: 16px;
  }
  .footer .footer-menu > ul {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    gap: 0 32px;
  }
  .footer .footer-menu > ul > li > a:hover {
    transform: none;
    -webkit-transform: none;
  }
  .footer .footer-menu > ul .current-menu-item > a, .footer .footer-menu > ul .current-page-ancestor > a, .footer .footer-menu > ul .current-menu-ancestor > a {
    transform: none;
    -webkit-transform: none;
  }
  .footer .footer-main-container {
    gap: 32px;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-subtext, .footer .footer-menu-additional {
    margin-bottom: 16px;
  }
  .footer .footer-logo-wrapper, .footer .footer-menu-additional > ul, .footer .footer-socials {
    justify-content: center;
    -webkit-justify-content: center;
  }
  .footer .footer-subtext, .footer .footer-network-wrapper, .footer .footer-default-title, .footer .footer-menu {
    text-align: center;
  }
  .footer .footer-logo-wrapper {
    display: flex !important;
    display: -webkit-flex !important;
  }
  .footer .footer-menu > ul {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
}
@media screen and (max-width: 500px) {
  .back-to-top-button {
    right: 16px;
    bottom: 16px;
  }
  .footer .footer-main {
    padding: 32px 0;
  }
  .footer .footer-payments, .footer .footer-copyright, .footer .footer-developed-by, .footer .footer-developed-by-title, .footer .footer-developed-by-logo {
    width: 100%;
    text-align: center;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .footer .footer-developed-by-title {
    line-height: normal;
  }
  .footer .footer-payments {
    order: 1;
  }
  .footer .footer-developed-by {
    order: 2;
  }
  .footer .footer-copyright {
    order: 3;
  }
}
.wysiwyg-styles .wp-caption {
  width: 100% !important;
  margin: 0 0 24px;
}
.wysiwyg-styles .wp-caption-text {
  font-size: 12px;
  line-height: 18px;
  margin: 8px 0 0;
  color: #58595B;
  font-family: FontBold;
}
.wysiwyg-styles > p > img, .wysiwyg-styles .wp-caption > img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.wysiwyg-styles > p {
  margin-bottom: 24px;
}
.wysiwyg-styles > p .alignleft, .wysiwyg-styles > p .alignright {
  max-width: 50% !important;
  max-height: 500px !important;
  height: auto !important;
  object-fit: cover !important;
}
.wysiwyg-styles > p .alignleft {
  float: left;
  margin: 0 24px 24px 0;
}
.wysiwyg-styles > p .alignright {
  float: right;
  margin: 0 0 24px 24px;
}
.wysiwyg-styles > ul {
  list-style: none;
  padding: 0;
  margin-bottom: 24px;
}
.wysiwyg-styles > ul li {
  display: table;
  background-repeat: no-repeat;
  background-image: url("../../images/dot.svg");
  background-size: 8px 8px;
  background-position: 0 8px;
  padding: 0 0 0 20px;
}
.wysiwyg-styles > p, .wysiwyg-styles > ul li {
  font-size: 14px;
  line-height: 24px;
}
.wysiwyg-styles > p > a:not(.default-button), .wysiwyg-styles > ul li > a:not(.default-button) {
  color: #F58220;
  position: relative;
}
.wysiwyg-styles > p > a:not(.default-button):hover:before, .wysiwyg-styles > p > a:not(.default-button):hover:after, .wysiwyg-styles > ul li > a:not(.default-button):hover:before, .wysiwyg-styles > ul li > a:not(.default-button):hover:after {
  width: 100%;
  opacity: 1;
}
.wysiwyg-styles > p > a:not(.default-button):after, .wysiwyg-styles > ul li > a:not(.default-button):after {
  left: 0;
  background-color: #F58220;
}
.wysiwyg-styles > p > a:not(.default-button):before, .wysiwyg-styles > p > a:not(.default-button):after, .wysiwyg-styles > ul li > a:not(.default-button):before, .wysiwyg-styles > ul li > a:not(.default-button):after {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 0;
  height: 1px;
  margin: 5px 0 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  backface-visibility: hidden;
}
.wysiwyg-styles > p > a:not(.default-button):hover, .wysiwyg-styles > ul li > a:not(.default-button):hover {
  color: #F58220;
}
.wysiwyg-styles > h2 {
  font-size: 30px;
  line-height: 36px;
  font-family: FontMedium;
  margin-bottom: 16px;
}
.wysiwyg-styles > h3 {
  font-size: 20px;
  line-height: 30px;
  font-family: FontMedium;
  margin-bottom: 12px;
}
.wysiwyg-styles .wysiwyg-button {
  margin-bottom: 24px;
}
.wysiwyg-styles .wysiwyg-table-wrapper {
  overflow-x: auto;
  margin: 0 auto 24px;
}
.wysiwyg-styles .wysiwyg-table-wrapper::-webkit-scrollbar {
  height: 5px;
}
.wysiwyg-styles .wysiwyg-table-wrapper::-webkit-scrollbar-track {
  background-color: #fff;
}
.wysiwyg-styles .wysiwyg-table-wrapper::-webkit-scrollbar-thumb {
  background-color: #F58220;
  border-radius: 10px;
}
.wysiwyg-styles .wysiwyg-table-wrapper table {
  margin: 0 !important;
}
.wysiwyg-styles table {
  margin: 0 auto 24px;
}
.wysiwyg-styles table tr {
  background-color: #fff;
}
.wysiwyg-styles table td {
  padding: 12px;
  border: 1px solid #e0e0e0;
}
.wysiwyg-styles > *:last-child {
  margin-bottom: 0 !important;
}
.wysiwyg-styles > *:last-child > img {
  margin-bottom: 0 !important;
}
.wysiwyg-styles > *:first-child {
  margin-top: 0 !important;
}

.video-wysiwyg {
  max-width: 795px;
  margin-bottom: 24px;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.video-wysiwyg:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.video-wysiwyg iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wysiwyg-gallery {
  margin: 0 0 24px;
  gap: 12px;
}
.wysiwyg-gallery .single-gallery-element {
  width: calc((100% - 36px) / 4.001);
  transform: perspective(1000px);
  -webkit-transform: perspective(1000px);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  perspective: 1000px;
  -webkit-perspective: 1000px;
}
.wysiwyg-gallery .single-gallery-element:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.wysiwyg-gallery .slider-image-link {
  overflow: hidden;
  border-radius: 5px;
}
.wysiwyg-gallery .additional-number {
  right: 16px;
  bottom: 16px;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
}

.wysiwyg-styles-bigger > p .alignleft {
  margin: 0 30px 30px 0;
}
.wysiwyg-styles-bigger > p .alignright {
  margin: 0 0 30px 30px;
}
.wysiwyg-styles-bigger > ul li {
  background-size: 10px 10px;
  background-position: 0 10px;
}
.wysiwyg-styles-bigger > p, .wysiwyg-styles-bigger > ul li {
  font-size: 18px;
  line-height: 30px;
}
.wysiwyg-styles-bigger > h2 {
  font-size: 40px;
  line-height: 48px;
}
.wysiwyg-styles-bigger > h3 {
  font-size: 30px;
  line-height: 36px;
}
.wysiwyg-styles-bigger .video-wysiwyg, .wysiwyg-styles-bigger .wysiwyg-button, .wysiwyg-styles-bigger .wysiwyg-gallery, .wysiwyg-styles-bigger > ul, .wysiwyg-styles-bigger > p, .wysiwyg-styles-bigger .wp-caption, .wysiwyg-styles-bigger .wysiwyg-table-wrapper, .wysiwyg-styles-bigger table {
  margin-bottom: 30px;
}

.wysiwyg-styles:not(.wysiwyg-styles-bigger) > p + ul {
  margin-top: -24px;
}

@media screen and (min-width: 601px) {
  .wysiwyg-styles-double-column-ul > ul {
    column-count: 2;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-gap: 16px;
    -moz-column-gap: 16px;
    -webkit-column-gap: 16px;
  }
}
@media screen and (max-width: 767px) {
  .wysiwyg-styles > p .alignleft, .wysiwyg-styles > p .alignright {
    float: none !important;
    max-width: none !important;
    width: 100% !important;
    margin: 0 !important;
  }
  .wysiwyg-styles > ul li {
    width: 100%;
  }
  .wysiwyg-styles table td {
    min-width: 200px;
  }
  .wysiwyg-gallery .single-gallery-element {
    width: calc(50% - 6px);
  }
}
.preloader {
  position: absolute;
  width: 80px;
  height: 15px;
  transition: all 0.1s linear;
  visibility: hidden;
  opacity: 0;
}
.preloader div {
  background-color: #F58220;
  position: absolute;
  top: 1px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.preloader div:nth-child(1) {
  left: 8px;
  animation: preloader-animation-1 0.6s infinite;
}
.preloader div:nth-child(2) {
  left: 8px;
  animation: preloader-animation-2 0.6s infinite;
}
.preloader div:nth-child(3) {
  left: 32px;
  animation: preloader-animation-2 0.6s infinite;
}
.preloader div:nth-child(4) {
  left: 56px;
  animation: preloader-animation-3 0.6s infinite;
}

.preloader-visible {
  visibility: visible;
  opacity: 1;
}

@keyframes preloader-animation-1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes preloader-animation-3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes preloader-animation-2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
.common-form-preloader {
  top: calc(100% + 12px);
  left: calc(50% - 40px);
}

.preloader-circle {
  display: none;
  max-width: 30px;
  max-height: 30px;
  top: calc(50% - 15px);
  left: calc(100% + 10px);
  animation: rotating 5s linear infinite;
  -webkit-animation: rotating 5s linear infinite;
}

.single-input .input-title, .select-wrapper .input-title {
  font-size: 15px;
  margin-bottom: 4px;
}
.single-input .input-title .input-subtitle, .select-wrapper .input-title .input-subtitle {
  font-size: 10px;
}

.single-input {
  width: calc(50% - 16px);
  margin: 0 0 25.65px;
}
.single-input .input-wrapper {
  font-size: 0;
}
.single-input .input-wrapper input, .single-input .input-wrapper textarea {
  border: 1px solid #CBCBCB;
  border-radius: 5px;
  color: #58595B;
  font-size: 16px;
  padding: 12px 12px;
}
.single-input .input-wrapper textarea {
  resize: none;
  min-height: 78px;
}
.single-input .input-wrapper textarea::-webkit-scrollbar {
  width: 5px;
}
.single-input .input-wrapper textarea::-webkit-scrollbar-track {
  background-color: transparent;
}
.single-input .input-wrapper textarea::-webkit-scrollbar-thumb {
  background-color: #F58220;
}

.small-single-input {
  width: calc(33.3222259247% - 16px);
}

.big-single-input {
  width: calc(66.6444518494% - 16px);
}

.warning-validation {
  border: 1px solid #c72828 !important;
  background-color: #f4e9e9 !important;
}

.checkbox-single {
  margin: 0 0 25.65px;
  font-size: 0;
}
.checkbox-single input {
  left: -9999px;
}
.checkbox-single input:checked ~ .checkbox-label .checkbox-back .checkbox-mark {
  opacity: 1;
}
.checkbox-single .checkbox-label {
  margin: 0;
}
.checkbox-single .checkbox-title {
  font-size: 14px;
  cursor: pointer;
  top: 5.5px;
  max-width: calc(100% - 32px - 12px);
}
.checkbox-single .checkbox-title a {
  position: relative;
  color: #F58220;
}
.checkbox-single .checkbox-title a:hover:before, .checkbox-single .checkbox-title a:hover:after {
  width: 100%;
  opacity: 1;
}
.checkbox-single .checkbox-title a:after {
  left: 0;
  background-color: #F58220;
}
.checkbox-single .checkbox-title a:before, .checkbox-single .checkbox-title a:after {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 0;
  height: 1px;
  margin: 5px 0 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  backface-visibility: hidden;
}
.checkbox-single .checkbox-back {
  width: 32px;
  height: 32px;
  border: 1px solid #CBCBCB;
  cursor: pointer;
  margin-right: 12px;
  background-color: #fff;
  border-radius: 5px;
  transition: all 0.2s linear;
}
.checkbox-single .checkbox-back .checkbox-mark {
  background-color: transparent;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.2s linear;
}
.checkbox-single .checkbox-back .checkbox-mark img {
  width: 15px;
}

@media screen and (max-width: 1366px) {
  .single-input {
    width: calc(50% - 6px);
    margin: 0 0 12.2px;
  }
  .small-single-input {
    width: calc(33.3222259247% - 6px);
  }
  .big-single-input {
    width: calc(66.6444518494% - 6px);
  }
  .checkbox-single {
    margin: 12px 0 24px;
  }
}
@media screen and (max-width: 500px) {
  .single-input, .select-wrapper {
    width: 100% !important;
  }
}
.image-modal-window .modal {
  overflow-y: scroll;
}
.image-modal-window .modal::-webkit-scrollbar {
  width: 0;
}
.image-modal-window .modal::-webkit-scrollbar-track, .image-modal-window .modal::-webkit-scrollbar-thumb {
  background-color: transparent;
}
.image-modal-window .modal.show {
  display: flex !important;
  display: -webkit-flex !important;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.image-modal-window .modal-dialog {
  margin: 0;
  width: 100%;
  height: 100%;
  max-width: none;
}
.image-modal-window .modal-dialog .modal-content {
  background-color: transparent;
  border: none !important;
  border-radius: 0;
  height: 100%;
}
.image-modal-window .modal-dialog .modal-content .align-modal-helper {
  padding: 16px !important;
  height: 100%;
}
.image-modal-window .modal-dialog .modal-content .slide-image {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}
.image-modal-window .modal-dialog .modal-content .iframe-wrapper {
  width: 1420px;
  max-width: calc(100% - 32px);
  max-height: calc(100% - 32px);
  position: relative;
  margin: auto;
}
.image-modal-window .modal-dialog .modal-content .iframe-wrapper:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.image-modal-window .modal-dialog .modal-content .iframe-wrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.image-modal-window .modal-dialog .modal-content .carousel, .image-modal-window .modal-dialog .modal-content .carousel-inner, .image-modal-window .modal-dialog .modal-content .carousel-item {
  height: 100% !important;
  background-color: transparent !important;
}
.image-modal-window .carousel-control-prev, .image-modal-window .carousel-control-next {
  width: 48px;
  height: 48px;
  background-color: #F58220;
  color: #fff;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  opacity: 0.75;
  transition: all 0.2s linear;
}
.image-modal-window .carousel-control-prev img, .image-modal-window .carousel-control-next img {
  width: 22px !important;
  height: 15px !important;
}
.image-modal-window .carousel-control-prev:hover, .image-modal-window .carousel-control-next:hover {
  opacity: 1;
  transition: all 0.2s linear;
}
.image-modal-window .carousel-control-prev {
  margin-left: 16px;
}
.image-modal-window .carousel-control-next {
  margin-right: 16px;
}
.image-modal-window .modal-cross {
  top: 16px;
  right: 16px;
  width: 48px;
  height: 48px;
  background-color: #F58220;
  opacity: 0.75;
  padding: 0;
  border: none;
  cursor: pointer;
}
.image-modal-window .modal-cross img {
  width: 20px !important;
  height: 20px !important;
}
.image-modal-window .modal-cross:hover {
  opacity: 1;
}
.image-modal-window .modal-cross:focus {
  outline: none;
}

.modal-backdrop {
  opacity: 0.8 !important;
}

@media screen and (max-width: 767px) {
  .image-modal-window .carousel-control-prev:hover, .image-modal-window .carousel-control-next:hover, .image-modal-window .modal-cross:hover {
    opacity: 0.75;
  }
  .image-modal-window .carousel-control-prev:focus, .image-modal-window .carousel-control-next:focus, .image-modal-window .modal-cross:focus {
    opacity: 0.75;
  }
}
.common-slick-carousel .slick-track {
  display: flex;
  display: -webkit-flex;
  margin: 0 auto;
}
.common-slick-carousel .slick-slide {
  font-size: 0;
  height: inherit;
}
.common-slick-carousel .slick-list:before, .common-slick-carousel .slick-list:after {
  content: "";
  height: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
}
.common-slick-carousel .slick-list:before {
  left: 0;
}
.common-slick-carousel .slick-list:after {
  right: 0;
}
.common-slick-carousel .slick-slide {
  opacity: 1;
  transition: opacity 0.5s;
}
.common-slick-carousel .slick-current,
.common-slick-carousel .slick-current-clone-animate {
  opacity: 0.999;
}

.common-slick-carousel.slick-slider {
  margin: 0;
}

.slick-prev, .slick-next {
  width: 48px;
  height: 48px;
  z-index: 1;
  opacity: 1;
  transform: none;
  background: #F58220;
  background-repeat: no-repeat;
  background-size: 11px 17px;
  border-radius: 50%;
}
.slick-prev:before, .slick-next:before {
  content: none;
}
.slick-prev:hover, .slick-next:hover {
  animation: scaling 1s linear infinite;
  -webkit-animation: scaling 1s linear infinite;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  background: #F58220;
  background-repeat: no-repeat;
  background-size: 11px 17px;
}

.slick-prev {
  background-image: url("../../images/chevron-left.svg");
  background-position: calc(50% - 1px) 50%;
}
.slick-prev:hover, .slick-prev:focus {
  background-image: url("../../images/chevron-left.svg");
  background-position: calc(50% - 1px) 50%;
}

.slick-next {
  background-image: url("../../images/chevron-right.svg");
  background-position: calc(50% + 1px) 50%;
}
.slick-next:hover, .slick-next:focus {
  background-image: url("../../images/chevron-right.svg");
  background-position: calc(50% + 1px) 50%;
}

@media screen and (max-width: 1599px) {
  .common-slick-carousel:not(.home-fleet) .slick-prev, .common-slick-carousel:not(.home-fleet) .slick-next {
    top: calc(100% - 48px);
  }
  .common-slick-carousel:not(.home-fleet) .slick-prev + .slick-list {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .common-slick-carousel:not(.home-fleet) .slick-prev + .slick-list {
    padding-bottom: 72px;
  }
}
.select-wrapper {
  margin-bottom: 25.65px;
}
.select-wrapper .selectize-control {
  font-size: 0;
}
.select-wrapper .selectize-input {
  padding: 13.25px 55px 13.25px 30px;
  border: 1px solid #CBCBCB !important;
  border-radius: 5px;
  background-color: #fff !important;
  background-image: url("../../images/dropdown.svg") !important;
  background-repeat: no-repeat !important;
  background-position: calc(100% - 20px) 50% !important;
  background-size: 15px auto !important;
  font-size: 0 !important;
  line-height: normal !important;
  width: 100%;
  box-shadow: none !important;
  transition: all 0.2s linear !important;
}
.select-wrapper .selectize-input:focus {
  outline: none;
}
.select-wrapper .selectize-input:after {
  display: none !important;
}
.select-wrapper .selectize-input input {
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #58595B;
  width: 100% !important;
  line-height: normal !important;
  margin: 0 !important;
  text-align: center;
}
.select-wrapper .selectize-input .item {
  font-size: 16px;
  color: #58595B;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: normal !important;
  width: 100% !important;
  text-align: center;
}
.select-wrapper .selectize-input .item ~ input {
  display: none !important;
}
.select-wrapper .selectize-input.dropdown-active {
  border-radius: 5px 5px 0 0;
}
.select-wrapper .selectize-dropdown {
  top: 49px !important;
  border: 1px solid #CBCBCB !important;
  border-radius: 0 0 5px 5px;
  background-color: #fff !important;
  overflow: hidden !important;
  cursor: pointer;
  box-shadow: none;
}
.select-wrapper .selectize-dropdown .option {
  padding: 12px 12px;
  font-size: 16px;
  color: #58595B;
}
.select-wrapper .selectize-dropdown .active {
  background-color: #F58220 !important;
  color: #fff;
}
.select-wrapper .selectize-dropdown-content::-webkit-scrollbar {
  width: 5px;
}
.select-wrapper .selectize-dropdown-content::-webkit-scrollbar-track {
  background-color: transparent;
}
.select-wrapper .selectize-dropdown-content::-webkit-scrollbar-thumb {
  background-color: #F58220;
}
.select-wrapper .warning-validation {
  border: 1px solid #c72828 !important;
  background-color: #f4e9e9 !important;
}

@media screen and (max-width: 1366px) {
  .select-wrapper {
    margin-bottom: 12.2px;
  }
}
.plans-table {
  padding: 73px 0 27px;
}
.plans-table .help-scroll-mobile-wrapper {
  box-shadow: 0 7px 35px 0 rgba(0, 0, 0, 0.1), 0 7px 35px 0 rgba(240, 128, 27, 0.2);
  border-radius: 5px;
  table-layout: fixed;
}
.plans-table .plan-row:nth-last-of-type(1) .cell-common {
  border-bottom: none;
}
.plans-table .cell-common {
  padding: 12px;
  vertical-align: middle;
  border-bottom: 1px solid #CBCBCB;
}
.plans-table .cell-common .info-popup {
  width: 16px;
  left: 0;
  top: 3px;
  font-size: 0;
}
.plans-table .cell-common .info-icon-plans-table {
  width: 16px;
  cursor: pointer;
}
.plans-table .cell-common .info-icon-plans-table:hover ~ .popup-content {
  visibility: visible;
  opacity: 1;
}
.plans-table .cell-common .popup-content {
  width: 275px;
  padding: 15px;
  border-radius: 5px;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  font-size: 13px;
}
.plans-table .cell-common .plan-title {
  top: -73px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: calc(100% + 2.5px);
  height: 73px;
  border-radius: 10px 10px 0 0;
}
.plans-table .cell-common .plan-title .help-hover-wrapper {
  padding-left: 45px;
  font-size: 25px;
  color: #58595B;
}
.plans-table .cell-common .plan-title img {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 35px;
}
.plans-table .cell-common .plan-title .static-image {
  visibility: visible;
  opacity: 1;
}
.plans-table .cell-common .plan-title .hover-image {
  visibility: hidden;
  opacity: 0;
}
.plans-table .cell-common .plan-title-hovered {
  background-color: #F58220;
}
.plans-table .cell-common .plan-title-hovered .help-hover-wrapper {
  color: #fff;
}
.plans-table .cell-common .plan-title-hovered .static-image {
  visibility: hidden;
  opacity: 0;
}
.plans-table .cell-common .plan-title-hovered .hover-image {
  visibility: visible;
  opacity: 1;
}
.plans-table .cell-common .plan-bottom-space {
  visibility: hidden;
  opacity: 0;
  height: 27px;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: calc(100% + 2px);
  border-radius: 0 0 10px 10px;
  border: 1px solid #CBCBCB;
  border-top: none;
}
.plans-table .cell-common .plan-bottom-space-hovered {
  visibility: visible;
  opacity: 1;
}
.plans-table .cell-plan .popup-content {
  top: calc(100% + 12px);
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.plans-table .cell-title {
  width: 450px;
  padding-left: 60px;
}
.plans-table .cell-title .popup-content {
  top: 50%;
  left: 24px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.plans-table .cell-title .title {
  width: 100%;
  font-size: 14px;
  padding-left: 24px;
}
.plans-table .cell-plan {
  width: calc((100% - 450px) / 3.001);
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}
.plans-table .cell-plan .title {
  font-size: 17px;
  padding-left: 24px;
}
.plans-table .cell-plan .info-popup {
  top: 5px;
}
.plans-table .cell-plan .status-image {
  width: 20px;
}
.plans-table .cell-plan-side-bordered {
  border-left: 1px solid #CBCBCB;
  border-right: 1px solid #CBCBCB;
}

@media screen and (max-width: 1200px) {
  .plans-table .cell-title {
    width: 350px;
    padding-left: 12px;
  }
  .plans-table .cell-plan {
    width: calc((100% - 350px) / 3.001);
  }
}
@media screen and (max-width: 1024px) {
  .plans-table {
    overflow-x: auto;
    overflow-y: hidden;
    padding: 73px 0 42px;
  }
  .plans-table::-webkit-scrollbar {
    height: 5px;
  }
  .plans-table::-webkit-scrollbar-track {
    background-color: #fff;
  }
  .plans-table::-webkit-scrollbar-thumb {
    background-color: #F58220;
    border-radius: 10px;
  }
  .plans-table .help-scroll-mobile-wrapper {
    box-shadow: none;
    border: 1px solid #CBCBCB;
  }
  .plans-table .cell-plan {
    width: 250px;
  }
}
.fleet-wrapper {
  gap: 24px 28px;
}

.single-fleet-car-inner {
  padding: 24px 12px 32px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.single-fleet-car-inner .fleet-car-title {
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 19px;
}
.single-fleet-car-inner .fleet-car-image {
  margin-bottom: 16px;
}
.single-fleet-car-inner .fleet-car-image img {
  height: 122px;
}
.single-fleet-car-inner .fleet-car-characteristics {
  margin-bottom: 24px;
}
.single-fleet-car-inner .fleet-car-permalink {
  margin-top: auto;
}

.single-fleet-car-list {
  width: calc((100% - 84px) / 4.001);
}

@media screen and (max-width: 1366px) {
  .fleet-wrapper {
    gap: 24px;
  }
  .single-fleet-car-list {
    width: calc((100% - 48px) / 3.001);
  }
}
@media screen and (max-width: 1200px) {
  .single-fleet-car-list {
    width: calc(50% - 12px);
  }
}
@media screen and (max-width: 1024px) {
  .single-fleet-car-list {
    width: calc((100% - 48px) / 3.001);
  }
}
@media screen and (max-width: 767px) {
  .single-fleet-car-list {
    width: calc(50% - 12px);
  }
}
@media screen and (max-width: 500px) {
  .single-fleet-car-list {
    width: 100%;
  }
}
.fleet-categories-wrapper {
  overflow: auto;
}
.fleet-categories-wrapper::-webkit-scrollbar {
  width: 0;
  height: 4px;
}
.fleet-categories-wrapper::-webkit-scrollbar-track {
  background-color: transparent;
}
.fleet-categories-wrapper::-webkit-scrollbar-thumb {
  background-color: #F58220;
}

.fleet-categories-inner {
  gap: 16px 60px;
}

.single-fleet-filter input:checked ~ .checkbox-label .checkbox-back {
  border: 2px solid #2E2E2E;
  background-color: #F58220;
}
.single-fleet-filter .checkbox-title {
  font-size: 16px;
  line-height: 22px;
  max-width: calc(100% - 22px - 11px);
  top: 0;
}
.single-fleet-filter .checkbox-back {
  width: 22px;
  height: 22px;
  margin-right: 11px;
  border: 2px solid #A1A2A5;
}
.single-fleet-filter .checkbox-back .checkbox-mark img {
  width: 11px;
}

.single-fleet-filter-child {
  padding-left: 11px;
}

.single-fleet-category a {
  white-space: nowrap;
  font-size: 16px;
}
.single-fleet-category a:hover {
  color: #58595B;
}
.single-fleet-category a:hover:before {
  opacity: 1;
}
.single-fleet-category a:before {
  content: "";
  border-radius: 20px;
  height: 2px;
  background-color: #F58220;
  width: 32px;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: calc(50% - 16px);
}
.single-fleet-category span {
  color: #F58220;
}
.single-fleet-category .active-category:before {
  opacity: 1;
}

.filters-title {
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 16px;
}

.single-fleet-filter {
  margin: 0 0 13px;
}

.clean-filters {
  text-decoration: underline;
  font-size: 14px;
  line-height: 21px;
}
.clean-filters:hover {
  color: #F58220;
}

.filters-button {
  min-width: 100px;
  background-color: #58595B;
  padding: 9.5px;
}
.filters-button:hover {
  background-color: #F58220;
}
.filters-button svg {
  width: 17.5px;
  height: 17.5px;
  margin-right: 12px;
}
.filters-button span {
  white-space: nowrap;
  font-size: 14px;
}

@media screen and (max-width: 1366px) {
  .fleet-categories-inner {
    gap: 16px 24px;
  }
}
.plugin-common-wrapper .plugin-block-title {
  font-size: 50px;
  line-height: 59px;
  margin-bottom: 18px;
}

.plugin-block {
  padding: 48px 0 80px;
}
.plugin-block .plugin-gradient {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(62, 39, 19, 0.3) 100%);
}

@media screen and (max-width: 1280px) {
  .plugin-block {
    padding: 48px 0 64px;
  }
}
@media screen and (max-width: 1024px) {
  .plugin-common-wrapper .plugin-block-title {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 12px;
  }
  .plugin-block {
    padding: 48px 0;
  }
}
@media screen and (max-width: 767px) {
  .plugin-common-wrapper .plugin-block-title {
    font-size: 30px;
    line-height: 40px;
  }
  .plugin-block {
    padding: 32px 0;
  }
}
.about-us-container {
  padding-top: 64px;
}
.about-us-container .about-us-container-inner {
  gap: 64px;
}
.about-us-container .about-us-image-wrapper {
  width: 680px;
}
.about-us-container .about-us-content-wrapper {
  width: calc(100% - 680px - 64px);
  max-width: 830px;
  padding: 0 32px 64px 0;
}
.about-us-container .about-us-content-wrapper-full-width {
  max-width: none;
  margin: 0 auto;
  padding: 0 32px 64px;
}
.about-us-container .about-us-content-title {
  font-size: 65px;
  line-height: 73px;
  margin-bottom: 24px;
  max-width: 720px;
}
.about-us-container .about-us-content {
  margin-bottom: 48px;
}
.about-us-container .about-us-content-additional {
  gap: 24px;
}
.about-us-container .about-us-content-buttons {
  gap: 16px;
}
.about-us-container .about-us-reserve-title {
  font-size: 65px;
  line-height: 70px;
  padding-right: 136px;
}
.about-us-container .arrow-wrapper {
  top: 32px;
  right: 0;
}
.about-us-container .arrow-wrapper svg {
  width: 104px;
}

@media screen and (max-width: 1600px) {
  .about-us-container .about-us-container-inner {
    gap: 48px;
  }
  .about-us-container .about-us-image-wrapper {
    width: 600px;
  }
  .about-us-container .about-us-content-wrapper {
    width: calc(100% - 600px - 48px);
  }
  .about-us-container .about-us-content-title {
    font-size: 50px;
    line-height: 59px;
  }
  .about-us-container .about-us-content {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 1366px) {
  .about-us-container {
    padding-top: 48px;
  }
  .about-us-container .about-us-container-inner {
    gap: 32px;
  }
  .about-us-container .about-us-image-wrapper {
    width: 450px;
  }
  .about-us-container .about-us-content-wrapper {
    padding: 0 32px 48px 0;
    width: calc(100% - 450px - 32px);
  }
  .about-us-container .about-us-content-wrapper-full-width {
    padding: 0 32px 48px;
  }
  .about-us-container .about-us-content {
    margin-bottom: 24px;
  }
  .about-us-container .about-us-content-title {
    font-size: 40px;
    line-height: 48px;
  }
  .about-us-container .about-us-reserve-title {
    font-size: 50px;
    line-height: 59px;
    padding-right: 72px;
  }
  .about-us-container .arrow-wrapper {
    top: 21px;
  }
  .about-us-container .arrow-wrapper svg {
    width: 64px;
    height: 64px;
  }
}
@media screen and (max-width: 1024px) {
  .about-us-container .about-us-image-wrapper {
    display: none !important;
  }
  .about-us-container .about-us-content-wrapper {
    width: 100%;
    padding: 0 32px 48px;
  }
  .about-us-container .about-us-content-title {
    max-width: none;
  }
}
@media screen and (max-width: 767px) {
  .about-us-container {
    padding-top: 32px;
  }
  .about-us-container .about-us-content-wrapper {
    padding: 0 32px 32px;
  }
  .about-us-container .about-us-reserve-title {
    padding-right: 64px;
  }
  .about-us-container .arrow-wrapper {
    top: 18px;
  }
  .about-us-container .arrow-wrapper svg {
    width: 48px;
    height: 48px;
  }
  .about-us-container .about-us-content-title {
    font-size: 30px;
    line-height: 40px;
  }
}
@media screen and (min-width: 501px) {
  .about-us-container .about-us-content-title-mobile {
    display: none !important;
  }
}
@media screen and (max-width: 500px) {
  .about-us-container .about-us-container-inner {
    gap: 24px;
  }
  .about-us-container .about-us-image-wrapper {
    padding: 0 16px;
    display: block !important;
    width: 100%;
  }
  .about-us-container .about-us-content-wrapper, .about-us-container .about-us-content-wrapper-full-width {
    padding: 0 16px 32px;
  }
  .about-us-container .about-us-content-title-desktop {
    display: none !important;
  }
  .about-us-container .about-us-content-title-mobile {
    margin-bottom: 16px;
  }
  .about-us-container .about-us-content-button a {
    min-width: 215px;
  }
}
.home-articles-wrapper {
  margin: 48px 0 96px;
}
.home-articles-wrapper .home-articles-titles-wrapper {
  margin-bottom: 19px;
}
.home-articles-wrapper .home-articles {
  margin-bottom: 38px;
}

@media screen and (max-width: 1680px) {
  .home-articles-wrapper {
    margin: 48px 0 64px;
  }
}
@media screen and (max-width: 1599px) {
  .home-articles-wrapper .home-articles {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 1366px) {
  .home-articles-wrapper {
    margin: 48px 0;
  }
}
@media screen and (max-width: 767px) {
  .home-articles-wrapper {
    margin: 32px 0;
  }
  .home-articles-wrapper .home-articles {
    margin-bottom: 24px;
  }
}
.single-article-card a {
  border-radius: 5px;
}
.single-article-card a:before {
  content: "";
  display: block;
  padding-top: 128.6%;
}
.single-article-card a:hover .gradient-static {
  opacity: 0;
  visibility: hidden;
}
.single-article-card a:hover .gradient-hovered {
  opacity: 1;
  visibility: visible;
}
.single-article-card a:hover .article-card-permalink span {
  color: #fff !important;
  background-color: #F58220 !important;
  border: 2px solid #F58220 !important;
}
.single-article-card .gradient-static {
  opacity: 1;
  visibility: visible;
  background: linear-gradient(180deg, rgba(52, 52, 52, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%);
  mix-blend-mode: multiply;
}
.single-article-card .gradient-hovered {
  opacity: 0;
  visibility: hidden;
  background: linear-gradient(180deg, rgba(245, 130, 32, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%);
  mix-blend-mode: multiply;
}
.single-article-card .article-card-content {
  left: 28px;
  right: 28px;
  bottom: 58px;
  max-height: calc(100% - 106px);
  overflow: auto;
}
.single-article-card .article-card-content::-webkit-scrollbar {
  width: 0;
}
.single-article-card .article-card-content::-webkit-scrollbar-track, .single-article-card .article-card-content::-webkit-scrollbar-thumb {
  background-color: transparent;
}
.single-article-card .article-card-content-inner {
  margin-bottom: 38px;
}
.single-article-card .article-subtitle {
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 23px;
}
.single-article-card .article-title {
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 16px;
}
.single-article-card .article-preview {
  font-size: 18px;
  line-height: 30px;
}

@media screen and (max-width: 1366px) {
  .single-article-card .article-card-content {
    left: 24px;
    right: 24px;
    bottom: 48px;
    max-height: calc(100% - 76px);
  }
  .single-article-card .article-card-content-inner {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 1024px) {
  .single-article-card .article-card-content {
    max-height: calc(100% - 72px);
  }
  .single-article-card .article-card-content-inner {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .single-article-card .article-card-content {
    bottom: 32px;
    max-height: calc(100% - 56px);
  }
}
.home-fleet-wrapper {
  margin: 64px 0 48px;
}
.home-fleet-wrapper .home-fleet-titles-wrapper {
  margin-bottom: 16px;
}
.home-fleet-wrapper .fleet-categories-inner {
  padding: 8px 160px;
}
.home-fleet-wrapper .single-fleet-car-inner {
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
}
.home-fleet-wrapper .home-fleet {
  padding: 0 32px;
  margin-bottom: -24px;
}
.home-fleet-wrapper .home-fleet .slick-slide {
  padding: 24px 14px;
}
.home-fleet-wrapper .home-fleet .slick-prev, .home-fleet-wrapper .home-fleet .slick-next {
  top: calc(50% - 30px);
  width: 60px;
  height: 60px;
}
.home-fleet-wrapper .home-fleet .slick-prev {
  left: -25px;
  background-position: calc(50% + 8px) 50%;
}
.home-fleet-wrapper .home-fleet .slick-prev:hover, .home-fleet-wrapper .home-fleet .slick-prev:focus {
  background-position: calc(50% + 8px) 50%;
}
.home-fleet-wrapper .home-fleet .slick-next {
  right: -25px;
  background-position: calc(50% - 8px) 50%;
}
.home-fleet-wrapper .home-fleet .slick-next:hover, .home-fleet-wrapper .home-fleet .slick-next:focus {
  background-position: calc(50% - 8px) 50%;
}
.home-fleet-wrapper .filters-button-wrapper {
  top: 0;
  left: 0;
}
.home-fleet-wrapper .filters-form-home {
  padding: 48px;
  border-radius: 5px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  top: 57px;
  left: 0;
  z-index: 1;
  width: 100%;
  max-width: 1194px;
  display: none;
}
.home-fleet-wrapper .filters-sections {
  gap: 16px;
  margin-bottom: 32px;
}
.home-fleet-wrapper .filters-section {
  width: calc((100% - 80px) / 6.001);
}
.home-fleet-wrapper .filters-buttons {
  gap: 16px 36px;
}

@media screen and (max-width: 1450px) {
  .home-fleet-wrapper .filters-button-wrapper, .home-fleet-wrapper .filters-form-home {
    left: 14px;
  }
}
@media screen and (max-width: 1366px) {
  .home-fleet-wrapper {
    margin: 48px 0;
  }
  .home-fleet-wrapper .fleet-categories-inner {
    padding: 8px 124px;
  }
}
@media screen and (max-width: 1024px) {
  .home-fleet-wrapper .fleet-categories-wrapper {
    padding: 0;
  }
  .home-fleet-wrapper .filters-button-wrapper {
    position: static !important;
    top: auto;
    left: auto;
    text-align: center;
  }
  .home-fleet-wrapper .fleet-categories-inner {
    display: none !important;
  }
  .home-fleet-wrapper .filters-form-home {
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    top: auto;
    left: auto;
    max-width: none;
    position: static !important;
    width: calc(100% - 28px);
    margin: 0 14px;
  }
  .home-fleet-wrapper .filters-sections {
    margin: 24px 0;
  }
  .home-fleet-wrapper .filters-buttons {
    gap: 16px 32px;
  }
}
@media screen and (max-width: 1023px) {
  .home-fleet-wrapper .filters-sections {
    gap: 32px 16px;
    margin: 24px 0 32px;
  }
  .home-fleet-wrapper .filters-section {
    width: calc((100% - 48px) / 3.001);
  }
  .home-fleet-wrapper .filters-buttons {
    justify-content: center !important;
    -webkit-justify-content: center !important;
  }
}
@media screen and (max-width: 767px) {
  .home-fleet-wrapper {
    margin: 32px 0;
  }
}
@media screen and (max-width: 766px) {
  .home-fleet-wrapper .filters-section {
    width: calc(50% - 8px);
  }
}
.home-hero-wrapper .home-hero-gradient {
  background: linear-gradient(97deg, rgba(0, 0, 0, 0.6) 28.24%, rgba(46, 24, 6, 0.6) 98.01%);
  mix-blend-mode: multiply;
}
.home-hero-wrapper .home-hero-inner {
  min-height: 672px;
  padding: 144px 0 96px;
}

@media screen and (max-width: 1279px) {
  .home-hero-wrapper .home-hero-inner {
    min-height: 420px;
    padding: 64px 0;
  }
}
@media screen and (max-width: 767px) {
  .home-hero-wrapper .home-hero-inner {
    min-height: 300px;
    padding: 48px 0;
  }
}
@media screen and (max-width: 500px) {
  .home-hero-wrapper .home-hero-inner {
    min-height: 0;
    padding: 40px 0;
  }
}
.faq-section {
  gap: 72px;
}
.faq-section .faq-main {
  width: calc(100% - 381px - 72px);
}
.faq-section .faq-main-container {
  margin-bottom: 32px;
}
.faq-section .faq-main-title {
  margin-bottom: 24px;
}
.faq-section .accordion-tab {
  margin-bottom: 16px;
}
.faq-section .accordion-tab-link {
  padding: 28px 48px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background-color: #fff;
}
.faq-section .accordion-tab-link:hover .accordion-tab-title {
  color: #F58220;
}
.faq-section .accordion-tab-link:not(.collapsed) .accordion-tab-status img, .faq-section .accordion-tab-link:not(.collapsed) .accordion-tab-status svg {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.faq-section .accordion-tab-title {
  font-size: 22px;
  margin-bottom: 0;
  color: #1A181D;
  max-width: calc(100% - 37px - 32px);
}
.faq-section .accordion-tab-status img, .faq-section .accordion-tab-status svg {
  width: 37px;
  height: 37px;
  object-fit: contain;
  transition: all 0.2s linear;
}
.faq-section .accordion-tab-content {
  padding: 32px 0;
}
.faq-section .faq-page-link-wrapper {
  padding-top: 32px;
}
.faq-section .faq-page-link {
  font-size: 18px;
}
.faq-section .faq-page-link:after {
  left: 0;
  background-color: #F58220;
}
.faq-section .faq-page-link:before, .faq-section .faq-page-link:after {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 0;
  height: 1px;
  margin: 5px 0 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  backface-visibility: hidden;
}
.faq-section .faq-page-link:before, .faq-section .faq-page-link:after {
  width: 100%;
  opacity: 1;
}
.faq-section .faq-page-link:before, .faq-section .faq-page-link:after {
  bottom: 2px;
}
.faq-section .faq-page-link:hover {
  color: #F58220;
}

.home-page .faq-section-wrapper, .single-location-page .faq-section-wrapper {
  margin: 96px 0;
}

.fleet-page .faq-section-wrapper {
  padding-top: 48px;
}
.fleet-page .faq-section-wrapper .main-container {
  padding: 0;
}
.fleet-page .faq-section-wrapper .faq-sidebar {
  display: none !important;
}
.fleet-page .faq-main {
  width: 100% !important;
  max-width: 897px;
}

@media screen and (max-width: 1680px) {
  .faq-section {
    gap: 64px;
  }
  .faq-section .faq-main {
    width: calc(100% - 381px - 64px);
  }
  .home-page .faq-section-wrapper, .single-location-page .faq-section-wrapper {
    margin: 64px 0;
  }
}
@media screen and (max-width: 1366px) {
  .faq-section {
    gap: 32px;
  }
  .faq-section .faq-main {
    width: calc(100% - 330px - 32px);
  }
  .faq-section .faq-main-title {
    margin-bottom: 16px;
  }
  .faq-section .accordion-tab-link {
    padding: 24px 32px;
  }
  .faq-section .accordion-tab-title {
    font-size: 20px;
  }
  .faq-section .faq-page-link-wrapper {
    padding-top: 24px;
  }
  .home-page .faq-section-wrapper, .single-location-page .faq-section-wrapper {
    margin: 48px 0;
  }
  .fleet-page .faq-section-wrapper {
    padding-top: 32px;
  }
}
@media screen and (max-width: 1024px) {
  .faq-page .faq-page-main-title {
    display: none !important;
  }
  .faq-section .faq-main {
    width: 100%;
  }
  .faq-section .faq-main {
    order: 1;
  }
  .faq-section .faq-page-link-wrapper {
    padding-top: 12px;
  }
  .fleet-page .faq-section-wrapper .faq-sidebar {
    display: block !important;
  }
  .fleet-page .faq-main {
    max-width: none;
  }
}
@media screen and (max-width: 767px) {
  .faq-section .accordion-tab-link {
    padding: 16px 24px;
  }
  .faq-section .accordion-tab-content {
    padding: 24px 0;
  }
}
@media screen and (max-width: 500px) {
  .faq-section .accordion-tab-link {
    padding: 16px;
  }
  .faq-section .accordion-tab-content {
    padding: 16px 0;
  }
  .faq-section .accordion-tab-title {
    font-size: 18px;
  }
  .faq-section .faq-page-link {
    font-size: 16px;
  }
}
.home-additional-section-wrapper {
  margin: 96px 0;
}
.home-additional-section-wrapper .home-additional-section {
  gap: 58px;
}
.home-additional-section-wrapper .home-additional-title {
  margin-bottom: 48px;
}
.home-additional-section-wrapper .home-additional-side {
  width: 462px;
}
.home-additional-section-wrapper .home-additional-main {
  width: calc(100% - 462px - 58px);
}
.home-additional-section-wrapper .home-additional-side-content {
  margin-bottom: 40px;
}

@media screen and (max-width: 1680px) {
  .home-additional-section-wrapper {
    margin: 64px 0;
  }
  .home-additional-section-wrapper .home-additional-section {
    gap: 48px;
  }
  .home-additional-section-wrapper .home-additional-main {
    width: calc(100% - 462px - 48px);
  }
  .home-additional-section-wrapper .home-additional-title {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 1366px) {
  .home-additional-section-wrapper {
    margin: 48px 0;
  }
  .home-additional-section-wrapper .home-additional-section {
    gap: 32px;
  }
  .home-additional-section-wrapper .home-additional-side {
    width: 375px;
  }
  .home-additional-section-wrapper .home-additional-main {
    width: calc(100% - 375px - 32px);
  }
  .home-additional-section-wrapper .home-additional-title {
    margin-bottom: 24px;
  }
  .home-additional-section-wrapper .home-additional-side-content {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 1024px) {
  .home-additional-section-wrapper .home-additional-main, .home-additional-section-wrapper .home-additional-side {
    width: 100%;
  }
  .home-additional-section-wrapper .home-additional-main {
    order: 1;
  }
  .home-additional-section-wrapper .home-additional-side {
    order: 2;
  }
}
@media screen and (max-width: 767px) {
  .home-additional-section-wrapper .home-additional-title {
    margin-bottom: 16px;
  }
}
.faq-sidebar {
  width: 381px;
}

.faq-sidebar-inner {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  padding: 48px;
}

.faq-sidebar-icon {
  margin-bottom: 12px;
}
.faq-sidebar-icon img {
  width: 77px;
}

.faq-sidebar-image {
  margin-bottom: 24px;
}

.faq-sidebar-image-inner {
  margin: 0 auto;
  width: 162px;
  height: 162px;
}

.faq-sidebar-image-self {
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  border: 2px solid #F58220;
}

.faq-sidebar-title {
  margin-bottom: 16px;
  font-size: 20px;
  color: #F58220;
}

.faq-sidebar-subtext {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 24px;
}

.faq-sidebar-button {
  margin-bottom: 16px;
}

.faq-sidebar-separator {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 16px;
}

.faq-sidebar-section {
  gap: 16px;
  margin-bottom: 24px;
  justify-content: center;
  -webkit-justify-content: center;
}

.faq-sidebar-section-flag img {
  width: 40px;
  height: 40px;
  top: 4px;
}

.faq-sidebar-section-contacts {
  max-width: calc(100% - 40px - 16px);
}

.faq-sidebar-contact a {
  font-size: 18px;
  line-height: 24px;
  font-family: FontMedium;
}
.faq-sidebar-contact a:hover {
  color: #F58220;
}

.faq-sidebar-email a {
  color: #F58220;
}

.faq-sidebar-phone a {
  color: #58595B;
}

.fleet-sidebar-wrapper .faq-sidebar {
  width: 100%;
}

.faq-sidebar-small .faq-sidebar-inner {
  padding: 40px 12px;
}
.faq-sidebar-small .faq-sidebar-image-inner {
  width: 109px;
  height: 109px;
}
.faq-sidebar-small .faq-sidebar-image-icon {
  width: 29px;
  height: 26px;
  bottom: -8px;
  right: -14px;
}

@media screen and (max-width: 1366px) {
  .faq-sidebar {
    width: 330px;
  }
  .faq-sidebar-inner {
    padding: 32px;
  }
  .faq-sidebar-small .faq-sidebar-inner {
    padding: 32px 12px;
  }
}
@media screen and (max-width: 1024px) {
  .faq-section .faq-sidebar {
    width: 100%;
    order: 2;
  }
  .fleet-sidebar {
    margin-bottom: 0 !important;
  }
  .fleet-sidebar ~ .faq-sidebar {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .mobile-menu .faq-sidebar {
    width: 100%;
    order: 2;
  }
  .mobile-menu .faq-sidebar-subtext {
    display: none;
  }
}
.home-location-wrapper {
  margin: 64px 0;
}
.home-location-wrapper .home-locations-hero {
  gap: 16px 32px;
  margin-bottom: 32px;
}
.home-location-wrapper .home-locations {
  gap: 32px;
}
.home-location-wrapper .single-location {
  width: calc((100% - 96px) / 4.001);
}
.home-location-wrapper .single-location-image {
  margin-bottom: 16px;
  border-radius: 10px;
}
.home-location-wrapper .single-location-image:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.home-location-wrapper .single-location-overlay {
  background: linear-gradient(97deg, rgba(0, 0, 0, 0.3) 28.24%, rgba(46, 24, 6, 0.3) 98.01%);
  mix-blend-mode: multiply;
}
.home-location-wrapper .single-location-title {
  width: calc(100% - 48px);
  top: 24px;
  left: 24px;
  font-size: 20px;
  margin-bottom: 0;
}
.home-location-wrapper .single-place {
  margin-bottom: 8px;
}
.home-location-wrapper .single-place-link {
  gap: 8px;
}
.home-location-wrapper .single-place-link:hover span {
  color: #F58220;
}
.home-location-wrapper .single-place-link:hover svg {
  transform: translateX(3px);
  -webkit-transform: translateX(3px);
}
.home-location-wrapper .single-place-link:hover svg path {
  stroke: #F58220;
}
.home-location-wrapper .single-place-link span {
  font-family: FontMedium;
  font-size: 14px;
  line-height: 21px;
  color: #58595B;
  transition: all 0.2s linear;
  max-width: calc(100% - 18px - 8px);
}
.home-location-wrapper .single-place-link svg {
  width: 18px;
  height: 18px;
  transition: all 0.2s linear;
}
.home-location-wrapper .single-place-link svg path {
  transition: all 0.2s linear;
}

@media screen and (max-width: 1366px) {
  .home-location-wrapper {
    margin: 48px 0;
  }
  .home-location-wrapper .home-locations-hero {
    gap: 16px 24px;
    margin-bottom: 24px;
  }
  .home-location-wrapper .home-locations {
    gap: 24px;
  }
  .home-location-wrapper .single-location {
    width: calc((100% - 72px) / 4.001);
  }
}
@media screen and (max-width: 1179px) {
  .home-location-wrapper .home-locations {
    gap: 32px;
  }
  .home-location-wrapper .single-location {
    width: calc(50% - 16px);
  }
}
@media screen and (max-width: 767px) {
  .home-location-wrapper .single-location {
    width: 100%;
  }
}
.shortcode-questions {
  margin-bottom: 48px;
}
.shortcode-questions .single-shortcode-question {
  margin-bottom: 28px;
  padding: 40px 48px;
  border-radius: 5px;
  border: 1px solid #F58220;
  background-color: #FEFBF9;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
}
.shortcode-questions .question-icon {
  width: 36px;
  height: 36px;
  top: 16px;
  right: 16px;
}
.shortcode-questions .single-shortcode-question-title {
  font-size: 20px;
  margin-bottom: 12px;
  max-width: calc(100% - 68px);
}

@media screen and (max-width: 1366px) {
  .shortcode-questions .single-shortcode-question {
    margin-bottom: 24px;
    padding: 32px;
  }
}
@media screen and (max-width: 1024px) {
  .shortcode-questions {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 767px) {
  .shortcode-questions .single-shortcode-question {
    padding: 24px;
  }
}
@media screen and (max-width: 767px) {
  .shortcode-questions .question-icon {
    width: 32px;
    height: 32px;
    top: 8px;
    right: 8px;
  }
  .shortcode-questions .single-shortcode-question {
    padding: 16px;
  }
}
.shortcode-options {
  margin-bottom: 48px;
}
.shortcode-options .options-shortcode-background {
  top: 50%;
  left: calc(0px - (100vw - 1414px) / 2 - 32px);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 312px;
  z-index: -1;
}
.shortcode-options .single-shortcode-option {
  margin-bottom: 30px;
  gap: 16px;
}
.shortcode-options .single-shortcode-option-icon {
  width: 48px;
  height: 48px;
}
.shortcode-options .single-shortcode-option-inner {
  width: calc(100% - 48px - 16px);
  top: 9px;
}
.shortcode-options .single-shortcode-option-title {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 0;
}

@media screen and (max-width: 1880px) {
  .shortcode-options .options-shortcode-background {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .shortcode-options {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 500px) {
  .shortcode-options .single-shortcode-option-icon {
    height: auto;
  }
  .shortcode-options .single-shortcode-option-inner {
    width: 100%;
    top: auto;
  }
}
.shortcode-columns {
  margin-bottom: 48px;
}
.shortcode-columns .shortcode-columns-title {
  font-size: 50px;
  line-height: 59px;
  margin-bottom: 40px;
  color: #343434;
}
.shortcode-columns .shortcode-columns-list {
  gap: 24px;
}
.shortcode-columns .single-shortcode-column {
  width: calc((100% - 48px) / 3.001);
  border-radius: 5px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  padding: 32px 32px 48px;
}
.shortcode-columns .single-shortcode-column-icon {
  margin-bottom: 24px;
}
.shortcode-columns .single-shortcode-column-icon img {
  width: 67px;
  height: 67px;
}
.shortcode-columns .single-shortcode-column-title {
  margin-bottom: 24px;
  font-size: 20px;
  line-height: 23px;
}
.shortcode-columns .single-shortcode-column-subtext {
  font-size: 18px;
  line-height: 30px;
}

@media screen and (max-width: 1366px) {
  .shortcode-columns .shortcode-columns-title {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 32px;
  }
  .shortcode-columns .shortcode-columns-list {
    gap: 16px;
  }
  .shortcode-columns .single-shortcode-column {
    width: calc((100% - 32px) / 3.001);
    padding: 24px 24px 32px;
  }
  .shortcode-columns .single-shortcode-column-icon, .shortcode-columns .single-shortcode-column-title {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1280px) {
  .shortcode-columns .single-shortcode-column {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .shortcode-columns {
    margin-bottom: 32px;
  }
  .shortcode-columns .shortcode-columns-title {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .shortcode-columns .shortcode-columns-title {
    font-size: 30px;
    line-height: 40px;
  }
}
.shortcode-main {
  margin-bottom: 48px;
}
.shortcode-main .shortcode-main-background {
  top: -154.5px;
  left: -160px;
  width: 283px;
  z-index: -1;
}
.shortcode-main .shortcode-main-title {
  font-size: 50px;
  line-height: 59px;
  margin-bottom: 16px;
  color: #F58220;
}
.shortcode-main .shortcode-main-subtext {
  font-size: 25px;
  line-height: 35px;
}
.shortcode-main .shortcode-main-inner {
  max-width: 650px;
  margin: 0 auto;
  padding: 64px 0;
}

@media screen and (max-width: 1679px) {
  .shortcode-main .shortcode-main-background {
    display: none;
  }
  .shortcode-main .shortcode-main-inner {
    padding: 32px 0;
  }
}
@media screen and (max-width: 1366px) {
  .shortcode-main .shortcode-main-title {
    font-size: 40px;
    line-height: 48px;
  }
}
@media screen and (max-width: 1024px) {
  .shortcode-main {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 767px) {
  .shortcode-main .shortcode-main-title {
    font-size: 30px;
    line-height: 40px;
  }
  .shortcode-main .shortcode-main-subtext {
    font-size: 20px;
    line-height: 30px;
  }
}
#wheelsbook {
  float: none !important;
}
#wheelsbook #WheelsBookingEngineWrapper {
  background-color: transparent;
}
#wheelsbook #WheelsBookingEngineWrapper .wheelsprogressIndicator > .wheelsprogressindicatorspinner {
  margin: 0;
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
#wheelsbook #wheelsbookingEnginesearch {
  border: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
}
#wheelsbook #BookingSearchRes {
  background-color: #fff !important;
}

@media screen and (max-width: 1271px) {
  #wheelsbook #wbeFiltersMenu, #wheelsbook #responseResults, #wheelsbook .wheelsbookingEnginesearchCompact {
    width: 100% !important;
  }
  #wheelsbook .wheelsbookingEnginesearchCompact {
    float: none !important;
  }
}
#wheelsbook .navigation-bar {
  padding: 0 16px 64px;
}
#wheelsbook .navigation-bar .bookedli, #wheelsbook .navigation-bar .webBackToHomeContainer {
  margin-bottom: 0 !important;
}
#wheelsbook .navigation-bar .bookedli:hover, #wheelsbook .navigation-bar .webBackToHomeContainer:hover {
  background-color: transparent !important;
}
#wheelsbook .navigation-bar #selection3, #wheelsbook .navigation-bar #selection4 {
  justify-content: center;
  -webkit-justify-content: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
#wheelsbook .navigation-bar #selection3 .WebString_Text_alreadybook, #wheelsbook .navigation-bar #selection3 .WebString_Text_neednewbooking, #wheelsbook .navigation-bar #selection4 .WebString_Text_alreadybook, #wheelsbook .navigation-bar #selection4 .WebString_Text_neednewbooking {
  font-family: FontMedium;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 10px;
  color: #fff !important;
  width: 100%;
  text-align: center;
}
#wheelsbook .navigation-bar #selection3 .wbeButton, #wheelsbook .navigation-bar #selection4 .wbeButton {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}
#wheelsbook .navigation-bar #selection3 .wbeButton:hover .WebString_Text_managebooking, #wheelsbook .navigation-bar #selection3 .wbeButton:hover .WebString_Text_newbooking, #wheelsbook .navigation-bar #selection4 .wbeButton:hover .WebString_Text_managebooking, #wheelsbook .navigation-bar #selection4 .wbeButton:hover .WebString_Text_newbooking {
  border: 2px solid #F58220;
  background-color: #F58220;
}
#wheelsbook .navigation-bar #selection3 .wbeButton i, #wheelsbook .navigation-bar #selection4 .wbeButton i {
  display: none !important;
}
#wheelsbook .navigation-bar #selection3 .wbeButton .WebString_Text_managebooking, #wheelsbook .navigation-bar #selection3 .wbeButton .WebString_Text_newbooking, #wheelsbook .navigation-bar #selection4 .wbeButton .WebString_Text_managebooking, #wheelsbook .navigation-bar #selection4 .wbeButton .WebString_Text_newbooking {
  text-align: center;
  font-size: 16px;
  line-height: 19px;
  border-radius: 50px;
  border: 2px solid #fff;
  color: #fff;
  display: inline-block;
  padding: 5px 16px !important;
  text-decoration: none;
  font-family: FontMedium;
  transition: all 0.2s linear;
}

@media screen and (max-width: 1366px) {
  #wheelsbook .navigation-bar {
    padding: 0 16px 32px;
  }
}
#wheelsbook #wbeFiltersMenu {
  margin: 0;
  background-color: #f0801b;
  padding: 24px;
}
#wheelsbook #wbeFiltersMenu > h4 {
  color: #fff;
  font-size: 16px;
  font-family: FontRegular;
  position: relative;
}
#wheelsbook #wbeFiltersMenu .wbeFiltersMenuHeading {
  width: 100%;
  padding: 4px 0;
  font-weight: normal;
  line-height: normal;
  margin-bottom: 12px;
}
#wheelsbook #wbeFiltersMenu .wbeFiltersMenuHeading span {
  font-size: 24px;
  font-family: FontBold;
  color: #fff;
}
#wheelsbook #wbeFiltersMenu .wbeFiltersMenuHeading i {
  color: #fff;
  padding-top: 12px;
  position: relative;
  top: -2px;
}
#wheelsbook #wbeFiltersMenu #FiltersContainer > .filterButton {
  pointer-events: none;
  cursor: default;
  margin-bottom: 12px;
}
#wheelsbook #wbeFiltersMenu #FiltersContainer > .filterButton i {
  display: none;
}
#wheelsbook #wbeFiltersMenu #FiltersContainer > .filterButton span {
  color: #fff;
  font-size: 17px;
  font-family: FontMedium;
}
#wheelsbook #wbeFiltersMenu #FiltersContainer > div {
  border-bottom: 1px solid #fff;
}
#wheelsbook #wbeFiltersMenu #FiltersContainer > div:nth-last-of-type(1) {
  border-bottom: none;
}
#wheelsbook #wbeFiltersMenu #FiltersContainer .wbeInputContainerCheck {
  cursor: pointer;
}
#wheelsbook #wbeFiltersMenu #FiltersContainer .wbeInputContainerCheck input {
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #fff;
  width: 20px;
  height: 20px;
}
#wheelsbook #wbeFiltersMenu #FiltersContainer .wbeInputContainerCheck input:before {
  content: "✔";
  height: auto;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  display: inline-block;
  font-size: 14px;
  text-align: center;
  line-height: normal;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s linear;
}
#wheelsbook #wbeFiltersMenu #FiltersContainer .wbeInputContainerCheck input:checked {
  background-color: #F58220;
}
#wheelsbook #wbeFiltersMenu #FiltersContainer .wbeInputContainerCheck input:checked:before {
  visibility: visible;
  opacity: 1;
}
#wheelsbook #wbeFiltersMenu #FiltersContainer .wbeInputContainerCheck label {
  color: #fff;
  font-size: 17px;
  font-family: FontRegular;
  margin-bottom: 8px;
  line-height: normal;
}
#wheelsbook #wbeFiltersMenu #FiltersContainer .wbeInputContainerCheck:hover input {
  background-color: #F58220;
}
#wheelsbook #wbeFiltersMenu #FiltersContainer .wbeInputContainerCheck:hover input:before {
  visibility: visible;
  opacity: 1;
}
#wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch.wheelsbookingEnginesearchCompact {
  justify-content: space-between !important;
  -webkit-justify-content: space-between !important;
}
#wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch.wheelsbookingEnginesearchCompact .wbeAddressSection {
  width: 100% !important;
  flex-basis: 100% !important;
  margin: 0 !important;
}
#wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch.wheelsbookingEnginesearchCompact .wbeaddressOptionContainer:not(.wbeaddressOptionContainerActive) .wbeInputContainer {
  width: 100%;
}
#wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch.wheelsbookingEnginesearchCompact .wbeaddressOptionContainer {
  width: 100% !important;
  flex-basis: 100% !important;
  margin: 0 0 12px !important;
}
#wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch.wheelsbookingEnginesearchCompact .calendarWrapper {
  width: 100% !important;
  flex-basis: 100% !important;
  margin: 0 0 12px !important;
}
#wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch.wheelsbookingEnginesearchCompact .calendarWrapper .wbeDatepickerContainer {
  display: flex;
  display: -webkit-flex;
}
#wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch.wheelsbookingEnginesearchCompact .calendarWrapper .calendarContainer, #wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch.wheelsbookingEnginesearchCompact .calendarWrapper .wbeInputContainer:not(.calendarContainer) {
  width: calc(50% - 3px) !important;
  flex-basis: calc(50% - 3px) !important;
}
#wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch.wheelsbookingEnginesearchCompact .wbeDriverAgeContainer, #wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch.wheelsbookingEnginesearchCompact .wbeCouponContainer {
  margin: 27px 0 12px !important;
  width: calc(50% - 3px) !important;
  flex-basis: calc(50% - 3px) !important;
}
#wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch.wheelsbookingEnginesearchCompact .searchClick {
  margin: 15px 0 0 !important;
  width: 100% !important;
}

@media screen and (max-width: 1024px) {
  #wheelsbook #wbeFiltersMenu {
    float: none;
    margin: 20px 0;
    padding: 16px;
  }
  #wheelsbook #wbeFiltersMenu .wbeFiltersMenuHeading {
    margin-bottom: 0;
  }
  #wheelsbook #wbeFiltersMenu .wbeFiltersMenuHeading i {
    float: none;
  }
}
#wheelsbook #bookingEngine #responseResults .cardata {
  margin: 16px 0 !important;
  border-radius: 10px;
}
#wheelsbook #bookingEngine #responseResults .cardata:nth-of-type(1) {
  margin-top: 0 !important;
}
#wheelsbook #bookingEngine #responseResults .cardata:nth-last-of-type(1) {
  margin-bottom: 0 !important;
}
#wheelsbook #responseResults {
  margin: 0 0 0 auto;
  border-radius: 10px;
}
#wheelsbook #responseResults .warningIndicator {
  background-color: #fff;
  padding: 16px 32px 4px 40px;
  margin-top: 47px;
  border-radius: 5px;
}
#wheelsbook #responseResults .warningIndicator i {
  left: 12px;
  top: 8px;
}
#wheelsbook #responseResults .cardata {
  background-color: #fff;
  box-shadow: none;
  width: 100%;
  float: none;
  position: relative;
}
#wheelsbook #responseResults .cardata .wbeDealImageContainer {
  float: none;
  width: 250px;
  max-width: 250px;
  -ms-flex-preferred-size: 250px;
  flex-basis: 250px;
  transform: none;
  margin-right: 32px;
  padding: 0;
}
#wheelsbook #responseResults .cardata .wbeDealImageContainer img {
  max-width: 100%;
}
#wheelsbook #responseResults .cardata .wbeDealInfoContainer {
  padding: 16px 64px 16px 0;
  width: calc(100% - 250px - 228px - 32px);
  -ms-flex-preferred-size: calc(100% - 250px - 228px - 32px);
  flex-basis: calc(100% - 250px - 228px - 32px);
  max-width: calc(100% - 250px - 228px - 32px);
  transform: none;
}
#wheelsbook #responseResults .cardata .wbeDealBook {
  padding: 24px 12px;
  margin: 0;
  width: 228px;
  -ms-flex-preferred-size: 228px;
  flex-basis: 228px;
  max-width: 228px;
  transform: none;
  text-align: right;
  border-radius: 0 10px 10px 0;
}
#wheelsbook #responseResults .cardata .wbeDealBook .wbeDaylyPrice {
  padding-bottom: 24px;
}
#wheelsbook #responseResults .cardata .wbeDealBook .DealInfoBook {
  width: auto;
  background-color: #F58220;
  color: #fff;
  border: 2px solid #F58220;
  display: inline-block;
  text-transform: uppercase;
  padding: 12px 48px;
  text-align: center;
  font-size: 16px;
  font-family: RobotoMedium;
  border-radius: 5px;
}
#wheelsbook #responseResults .cardata .wbeDealBook .DealInfoBook:hover {
  color: #F58220;
  background-color: #fff;
  border: 2px solid #818181;
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
}
#wheelsbook #responseResults .WebString_Text_Total {
  margin-top: 10px;
}
#wheelsbook .wbeVehCategory {
  margin: 8px 0 !important;
  text-align: left !important;
}

@media screen and (max-width: 1600px) {
  #wheelsbook #responseResults .wbeDealInfoContainer {
    padding: 16px;
  }
  #wheelsbook #responseResults .wbeDealBook .DealInfoBook {
    padding: 11px 35px;
  }
}
@media screen and (max-width: 1366px) {
  #wheelsbook #responseResults .warningIndicator {
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
  #wheelsbook #responseResults .cardata .wbeDealImageContainer {
    margin-right: 16px;
    width: 220px;
  }
  #wheelsbook #responseResults .cardata .wbeDealInfoContainer {
    width: calc(100% - 220px - 180px - 16px);
    -ms-flex-preferred-size: calc(100% - 220px - 180px - 16px);
    flex-basis: calc(100% - 220px - 180px - 16px);
    max-width: calc(100% - 220px - 180px - 16px);
    padding: 16px 32px 16px 0;
  }
  #wheelsbook #responseResults .cardata .wbeDealBook {
    width: 180px;
    -ms-flex-preferred-size: 180px;
    flex-basis: 180px;
    max-width: 180px;
  }
}
@media screen and (max-width: 767px) {
  #wheelsbook #responseResults .cardata .wbeDealInfo {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  #wheelsbook #responseResults .cardata .wbeDealImageContainer {
    margin-right: 0;
    margin-bottom: 24px;
    width: 100%;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 16px 16px 0;
  }
  #wheelsbook #responseResults .cardata .wbeDealImageContainer img {
    max-width: 250px;
    margin: 0 auto;
  }
  #wheelsbook #responseResults .cardata .wbeDealInfoContainer {
    width: calc(100% - 180px);
    -ms-flex-preferred-size: calc(100% - 180px);
    flex-basis: calc(100% - 180px);
    max-width: calc(100% - 180px);
    padding: 16px;
  }
  #wheelsbook #responseResults .cardata .wbeDealBook {
    border-radius: 0 0 10px 0;
  }
}
@media screen and (max-width: 600px) {
  #wheelsbook #responseResults .cardata .wbeDealImageContainer {
    margin-bottom: 0;
  }
  #wheelsbook #responseResults .cardata .wbeDealInfoContainer {
    width: 100%;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  #wheelsbook #responseResults .cardata .wbeDealBook {
    width: 100%;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: center;
    border-radius: 0 0 10px 10px;
  }
  #wheelsbook #responseResults .cardata .wbeDealBook .DealInfoBook {
    margin: 0;
  }
}
#wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch {
  justify-content: center !important;
  -webkit-justify-content: center !important;
}
#wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .wbeAddressSection {
  width: 566px !important;
  flex-basis: 566px !important;
  margin: 0 6px 20px 0 !important;
}
#wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .wbeaddressOptionContainer:not(.wbeaddressOptionContainerActive) .wbeInputContainer {
  width: calc(200% + 6px);
}
#wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .wbeaddressOptionContainer {
  width: 280px !important;
  flex-basis: 280px !important;
}
#wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .wbeaddressOptionContainer .WebString_Text_PickupLocation, #wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .wbeaddressOptionContainer .WebString_Text_Diffdropoff, #wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .wbeaddressOptionContainer .WebString_Text_Diffdropoff2 {
  font-size: 14px !important;
  line-height: 22px !important;
  text-transform: none !important;
  margin: 0 !important;
  font-family: FontBold !important;
  color: #fff;
  position: relative;
}
#wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .wbeaddressOptionContainer .wbeInputContainerCheck {
  margin-bottom: 0 !important;
  display: flex !important;
  display: -webkit-flex !important;
  align-items: center;
  -webkit-align-items: center;
}
#wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .wbeaddressOptionContainer .wbeInputContainerCheck .wbeInputElementCheck {
  display: block !important;
  margin: 0;
  height: 22px;
  width: 22px;
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
  margin-right: 6px;
  border-radius: 5px;
}
#wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .wbeaddressOptionContainer .wbeInputContainerCheck .wbeInputElementCheck:checked {
  background-color: #F58220;
}
#wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .wbeaddressOptionContainer .wbeInputContainerCheck .wbeInputElementCheck:checked:before {
  height: 18px;
  width: 18px;
  font-size: 14px;
  line-height: 20px;
}
#wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .wbeaddressOptionContainer .wbeInputContainer {
  border-radius: 5px;
  background-color: #fff;
  margin-bottom: 0 !important;
}
#wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .wbeaddressOptionContainer .wbeInputContainer .wbeInputIcon {
  width: 40px !important;
  max-width: 40px !important;
  background-color: #fff;
  background-image: url("../../images/pin-new.svg");
  background-repeat: no-repeat;
  background-position: 8px 50%;
  background-size: 24px auto;
}
#wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .wbeaddressOptionContainer .wbeInputContainer .wbeInputIcon i {
  display: none !important;
}
#wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .wbeaddressOptionContainer .wbeInputContainer input {
  width: calc(100% - 40px) !important;
  background-color: #fff !important;
  color: #58595B !important;
  font-size: 14px !important;
  font-family: FontMedium !important;
  padding-right: 41px !important;
  background-image: url("../../images/dropdown-new.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 12px) 50%;
  background-size: 17px auto;
}
#wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .wbeaddressOptionContainer .wbeInputContainer input::-webkit-input-placeholder {
  color: #58595B !important;
  font-size: 14px !important;
}
#wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .wbeaddressOptionContainer .wbeInputContainer input::-moz-placeholder {
  color: #58595B !important;
  font-size: 14px !important;
}
#wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .wbeaddressOptionContainer .wbeInputContainer input:-moz-placeholder {
  color: #58595B !important;
  font-size: 14px !important;
}
#wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .wbeaddressOptionContainer .wbeInputContainer input:-ms-input-placeholder {
  color: #58595B !important;
  font-size: 14px !important;
}
#wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .wbeaddressOptionContainer .wbeInputContainer #wbeaddressResults, #wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .wbeaddressOptionContainer .wbeInputContainer #wbeaddressResults2, #wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .wbeaddressOptionContainer .wbeInputContainer #wbeaddressResults3 {
  transform: translate(0, 58px);
  -webkit-transform: translate(0, 58px);
  border-radius: 5px;
  box-shadow: none;
  overflow: hidden;
}
#wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .wbeaddressOptionContainer .wbeInputContainer #wbeaddressResults #locationResults, #wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .wbeaddressOptionContainer .wbeInputContainer #wbeaddressResults2 #locationResults, #wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .wbeaddressOptionContainer .wbeInputContainer #wbeaddressResults3 #locationResults {
  max-height: 231px;
  border-radius: 5px;
}
#wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .wbeaddressOptionContainer .wbeInputContainer #wbeaddressResults #locationResults::-webkit-scrollbar, #wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .wbeaddressOptionContainer .wbeInputContainer #wbeaddressResults2 #locationResults::-webkit-scrollbar, #wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .wbeaddressOptionContainer .wbeInputContainer #wbeaddressResults3 #locationResults::-webkit-scrollbar {
  width: 4px;
}
#wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .wbeaddressOptionContainer .wbeInputContainer #wbeaddressResults #locationResults::-webkit-scrollbar-track, #wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .wbeaddressOptionContainer .wbeInputContainer #wbeaddressResults2 #locationResults::-webkit-scrollbar-track, #wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .wbeaddressOptionContainer .wbeInputContainer #wbeaddressResults3 #locationResults::-webkit-scrollbar-track {
  background-color: #fff;
}
#wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .wbeaddressOptionContainer .wbeInputContainer #wbeaddressResults #locationResults::-webkit-scrollbar-thumb, #wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .wbeaddressOptionContainer .wbeInputContainer #wbeaddressResults2 #locationResults::-webkit-scrollbar-thumb, #wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .wbeaddressOptionContainer .wbeInputContainer #wbeaddressResults3 #locationResults::-webkit-scrollbar-thumb {
  background-color: #F58220;
}
#wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .wbeaddressOptionContainer .wbeInputContainer #wbeaddressResults #locationResults .stationResult, #wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .wbeaddressOptionContainer .wbeInputContainer #wbeaddressResults #locationResults .locResult, #wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .wbeaddressOptionContainer .wbeInputContainer #wbeaddressResults2 #locationResults .stationResult, #wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .wbeaddressOptionContainer .wbeInputContainer #wbeaddressResults2 #locationResults .locResult, #wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .wbeaddressOptionContainer .wbeInputContainer #wbeaddressResults3 #locationResults .stationResult, #wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .wbeaddressOptionContainer .wbeInputContainer #wbeaddressResults3 #locationResults .locResult {
  background-color: #fff !important;
  height: 58px;
  transition: all 0.2s linear;
}
#wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .wbeaddressOptionContainer .wbeInputContainer #wbeaddressResults #locationResults .stationResult:hover, #wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .wbeaddressOptionContainer .wbeInputContainer #wbeaddressResults #locationResults .locResult:hover, #wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .wbeaddressOptionContainer .wbeInputContainer #wbeaddressResults2 #locationResults .stationResult:hover, #wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .wbeaddressOptionContainer .wbeInputContainer #wbeaddressResults2 #locationResults .locResult:hover, #wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .wbeaddressOptionContainer .wbeInputContainer #wbeaddressResults3 #locationResults .stationResult:hover, #wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .wbeaddressOptionContainer .wbeInputContainer #wbeaddressResults3 #locationResults .locResult:hover {
  background-color: #F58220 !important;
}
#wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .wbeaddressOptionContainer .wbeInputContainer #wbeaddressResults #locationResults .stationResult:hover span, #wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .wbeaddressOptionContainer .wbeInputContainer #wbeaddressResults #locationResults .locResult:hover span, #wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .wbeaddressOptionContainer .wbeInputContainer #wbeaddressResults2 #locationResults .stationResult:hover span, #wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .wbeaddressOptionContainer .wbeInputContainer #wbeaddressResults2 #locationResults .locResult:hover span, #wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .wbeaddressOptionContainer .wbeInputContainer #wbeaddressResults3 #locationResults .stationResult:hover span, #wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .wbeaddressOptionContainer .wbeInputContainer #wbeaddressResults3 #locationResults .locResult:hover span {
  color: #fff !important;
}
#wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .wbeaddressOptionContainer .wbeInputContainer #wbeaddressResults #locationResults .stationResult i, #wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .wbeaddressOptionContainer .wbeInputContainer #wbeaddressResults #locationResults .locResult i, #wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .wbeaddressOptionContainer .wbeInputContainer #wbeaddressResults2 #locationResults .stationResult i, #wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .wbeaddressOptionContainer .wbeInputContainer #wbeaddressResults2 #locationResults .locResult i, #wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .wbeaddressOptionContainer .wbeInputContainer #wbeaddressResults3 #locationResults .stationResult i, #wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .wbeaddressOptionContainer .wbeInputContainer #wbeaddressResults3 #locationResults .locResult i {
  display: none;
}
#wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .wbeaddressOptionContainer .wbeInputContainer #wbeaddressResults #locationResults .stationResult span, #wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .wbeaddressOptionContainer .wbeInputContainer #wbeaddressResults #locationResults .locResult span, #wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .wbeaddressOptionContainer .wbeInputContainer #wbeaddressResults2 #locationResults .stationResult span, #wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .wbeaddressOptionContainer .wbeInputContainer #wbeaddressResults2 #locationResults .locResult span, #wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .wbeaddressOptionContainer .wbeInputContainer #wbeaddressResults3 #locationResults .stationResult span, #wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .wbeaddressOptionContainer .wbeInputContainer #wbeaddressResults3 #locationResults .locResult span {
  color: #58595B !important;
  width: 100%;
  line-height: 58px;
  padding: 0 12px;
  font-size: 14px;
  font-family: FontMedium;
  max-width: none;
  transition: all 0.2s linear;
}
#wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .calendarWrapper {
  width: 296px !important;
  flex-basis: 296px !important;
  margin: 0 6px 20px 0 !important;
}
#wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .calendarWrapper .WebString_Text_PickupDate, #wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .calendarWrapper .WebString_Text_DropoffDate {
  font-size: 14px !important;
  line-height: 22px !important;
  text-transform: none !important;
  margin: 0 !important;
  font-family: FontBold !important;
  color: #fff;
  position: relative;
}
#wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .calendarWrapper .wbeInputContainer {
  margin-bottom: 0 !important;
}
#wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .calendarWrapper .wbeInputContainer input, #wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .calendarWrapper .wbeInputContainer select {
  background-color: #fff !important;
  color: #58595B !important;
  font-size: 14px !important;
  font-family: FontMedium !important;
  padding-right: 41px !important;
}
#wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .calendarWrapper .wbeInputContainer input::-webkit-input-placeholder, #wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .calendarWrapper .wbeInputContainer select::-webkit-input-placeholder {
  color: #58595B !important;
  font-size: 14px !important;
}
#wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .calendarWrapper .wbeInputContainer input::-moz-placeholder, #wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .calendarWrapper .wbeInputContainer select::-moz-placeholder {
  color: #58595B !important;
  font-size: 14px !important;
}
#wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .calendarWrapper .wbeInputContainer input:-moz-placeholder, #wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .calendarWrapper .wbeInputContainer select:-moz-placeholder {
  color: #58595B !important;
  font-size: 14px !important;
}
#wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .calendarWrapper .wbeInputContainer input:-ms-input-placeholder, #wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .calendarWrapper .wbeInputContainer select:-ms-input-placeholder {
  color: #58595B !important;
  font-size: 14px !important;
}
#wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .calendarWrapper .wbeInputContainer select {
  background-color: #fff;
  -moz-appearance: none;
  -webkit-appearance: none;
  box-shadow: none;
}
#wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .calendarWrapper .wbeInputContainer select::-webkit-scrollbar {
  width: 4px;
}
#wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .calendarWrapper .wbeInputContainer select::-webkit-scrollbar-track {
  background-color: #fff;
}
#wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .calendarWrapper .wbeInputContainer select::-webkit-scrollbar-thumb {
  background-color: #f0801b;
}
#wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .calendarWrapper .wbeInputContainer select::-ms-expand {
  display: none;
}
#wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .calendarWrapper .wbeInputContainer select option {
  color: #58595B !important;
  background-color: #fff !important;
  transition: all 0.2s linear;
  line-height: 21px !important;
  height: 21px !important;
  width: 100%;
  font-family: FontMedium;
  padding: 0 12px;
  font-size: 14px;
}
#wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .calendarWrapper .wbeInputContainer select option:hover {
  background-color: #F58220 !important;
  color: #fff !important;
}
#wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .calendarWrapper .wbeInputContainer select option:checked {
  background-color: #F58220 !important;
  color: #fff !important;
}
#wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .calendarWrapper .calendarContainer {
  width: 160px !important;
  flex-basis: 160px !important;
}
#wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .calendarWrapper .calendarContainer .wbeInputIcon {
  display: none !important;
}
#wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .calendarWrapper .calendarContainer input {
  width: 100% !important;
  padding-left: 41px !important;
  background-image: url("../../images/dropdown-new.svg"), url("../../images/calendar-new.svg") !important;
  background-repeat: no-repeat, no-repeat !important;
  background-position: calc(100% - 12px) 50%, 8px 50% !important;
  background-size: 17px auto, 25px auto !important;
  border-radius: 5px !important;
}
#wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .calendarWrapper .wbeInputContainer:not(.calendarContainer) {
  width: 130px !important;
  flex-basis: 130px !important;
}
#wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .calendarWrapper .wbeInputContainer:not(.calendarContainer) .wbeInputIcon {
  width: 47px !important;
  max-width: 47px !important;
  background-color: #fff;
  background-image: url("../../images/clock-new.svg");
  background-repeat: no-repeat;
  background-size: 31px auto;
  background-position: 8px 50%;
}
#wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .calendarWrapper .wbeInputContainer:not(.calendarContainer) .wbeInputIcon i {
  display: none !important;
}
#wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .calendarWrapper .wbeInputContainer:not(.calendarContainer) select {
  width: calc(100% - 47px) !important;
  background-image: url("../../images/dropdown-new.svg") !important;
  background-repeat: no-repeat !important;
  background-position: calc(100% - 12px) 50% !important;
  background-size: 17px auto !important;
}
#wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .calendarWrapper .wbeInputContainer.selectActiveContainer select {
  width: 100% !important;
  padding-right: 0 !important;
  max-height: 188px !important;
}
#wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .wbeDriverAgeContainer, #wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .wbeCouponContainer {
  margin: 27px 6px 20px 0 !important;
}
#wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .wbeDriverAgeContainer .wbeInputContainer, #wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .wbeCouponContainer .wbeInputContainer {
  width: 100%;
  margin-bottom: 0;
  border-radius: 5px;
}
#wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .wbeDriverAgeContainer .WebString_Text_DriverAge, #wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .wbeDriverAgeContainer .WebString_Text_Coupon, #wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .wbeCouponContainer .WebString_Text_DriverAge, #wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .wbeCouponContainer .WebString_Text_Coupon {
  font-size: 14px !important;
  line-height: 16px !important;
  text-transform: none !important;
  margin: 0 !important;
  font-family: FontBold !important;
  color: #fff;
  position: absolute;
  bottom: calc(100% + 8px);
  left: 0;
  white-space: normal;
  text-align: left;
  width: 100%;
}
#wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .wbeDriverAgeContainer .wbeInputIcon, #wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .wbeCouponContainer .wbeInputIcon {
  width: 40px !important;
  max-width: 40px !important;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 8px 50%;
  background-size: 24px auto;
}
#wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .wbeDriverAgeContainer .wbeInputIcon i, #wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .wbeCouponContainer .wbeInputIcon i {
  display: none !important;
}
#wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .wbeDriverAgeContainer input, #wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .wbeDriverAgeContainer select, #wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .wbeCouponContainer input, #wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .wbeCouponContainer select {
  background-color: #fff !important;
  color: #58595B !important;
  font-size: 14px !important;
  font-family: FontMedium !important;
  width: calc(100% - 40px) !important;
}
#wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .wbeDriverAgeContainer input, #wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .wbeCouponContainer input {
  padding-right: 8px !important;
}
#wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .wbeDriverAgeContainer input::-webkit-input-placeholder, #wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .wbeCouponContainer input::-webkit-input-placeholder {
  color: #58595B !important;
  font-size: 14px !important;
}
#wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .wbeDriverAgeContainer input::-moz-placeholder, #wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .wbeCouponContainer input::-moz-placeholder {
  color: #58595B !important;
  font-size: 14px !important;
}
#wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .wbeDriverAgeContainer input:-moz-placeholder, #wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .wbeCouponContainer input:-moz-placeholder {
  color: #58595B !important;
  font-size: 14px !important;
}
#wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .wbeDriverAgeContainer input:-ms-input-placeholder, #wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .wbeCouponContainer input:-ms-input-placeholder {
  color: #58595B !important;
  font-size: 14px !important;
}
#wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .wbeDriverAgeContainer select, #wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .wbeCouponContainer select {
  padding-right: 41px !important;
  background-image: url("../../images/dropdown-new.svg") !important;
  background-repeat: no-repeat !important;
  background-position: calc(100% - 12px) 50% !important;
  background-size: 17px auto !important;
  -moz-appearance: none;
  -webkit-appearance: none;
  box-shadow: none;
}
#wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .wbeDriverAgeContainer select::-ms-expand, #wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .wbeCouponContainer select::-ms-expand {
  display: none;
}
#wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .wbeDriverAgeContainer {
  width: 100px !important;
  flex-basis: 100px !important;
}
#wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .wbeDriverAgeContainer .wbeInputIcon {
  background-image: url("../../images/person-new.svg");
}
#wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .wbeCouponContainer {
  width: 160px !important;
  flex-basis: 160px !important;
}
#wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .wbeCouponContainer .wbeInputIcon {
  background-image: url("../../images/percent-new.png");
}
#wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .searchClick {
  width: auto !important;
  flex-basis: auto !important;
  margin: 27px 0 0 !important;
  font-size: 22px;
  font-family: FontMedium;
  padding: 12px;
  min-width: 162px;
  border: none;
  color: #fff;
  background-color: #F58220;
  box-shadow: none;
  border-radius: 5px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  text-transform: none !important;
}
#wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .searchClick:hover i {
  -webkit-animation: bounce 0.5s linear infinite;
  animation: bounce 0.5s linear infinite;
}
#wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .searchClick i {
  order: 2;
}
#wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .searchClick span {
  margin-right: 10px;
  order: 1;
}
#wheelsbook #WheelsBookingEngineWrapper #BookingSearch {
  box-shadow: none;
}
#wheelsbook #WheelsBookingEngineWrapper #BookingSearch .WebString_Text_FindBooking {
  font-size: 23px;
  color: #fff !important;
  font-family: FontBold;
  padding: 0 0 15px;
  margin-top: -15px;
  position: relative;
}
#wheelsbook #WheelsBookingEngineWrapper #BookingSearch .wbeInputContainer .wbeInputIcon {
  padding: 23px 18px 19px 18px;
  background-color: #fff;
  border-radius: 5px 0 0 5px;
  width: 57px;
}
#wheelsbook #WheelsBookingEngineWrapper #BookingSearch .wbeInputContainer .wbeInputIcon i {
  font-size: 21px;
  object-fit: contain;
}
#wheelsbook #WheelsBookingEngineWrapper #BookingSearch .wbeInputContainer #wbefindbookingEmail, #wheelsbook #WheelsBookingEngineWrapper #BookingSearch .wbeInputContainer #wbefindbookingNumb {
  border-radius: 0 5px 5px 0;
  background-color: #fff;
  padding: 0;
  height: auto;
  color: #3a3a3a;
  font-size: 16px;
  font-family: FontRegular;
  text-align: left;
}
#wheelsbook #WheelsBookingEngineWrapper #BookingSearch .wbeInputContainer #wbefindbookingEmail::-webkit-input-placeholder, #wheelsbook #WheelsBookingEngineWrapper #BookingSearch .wbeInputContainer #wbefindbookingNumb::-webkit-input-placeholder {
  color: #3a3a3a;
  font-size: 15px;
}
#wheelsbook #WheelsBookingEngineWrapper #BookingSearch .wbeInputContainer #wbefindbookingEmail::-moz-placeholder, #wheelsbook #WheelsBookingEngineWrapper #BookingSearch .wbeInputContainer #wbefindbookingNumb::-moz-placeholder {
  color: #3a3a3a;
  font-size: 15px;
}
#wheelsbook #WheelsBookingEngineWrapper #BookingSearch .wbeInputContainer #wbefindbookingEmail:-moz-placeholder, #wheelsbook #WheelsBookingEngineWrapper #BookingSearch .wbeInputContainer #wbefindbookingNumb:-moz-placeholder {
  color: #3a3a3a;
  font-size: 15px;
}
#wheelsbook #WheelsBookingEngineWrapper #BookingSearch .wbeInputContainer #wbefindbookingEmail:-ms-input-placeholder, #wheelsbook #WheelsBookingEngineWrapper #BookingSearch .wbeInputContainer #wbefindbookingNumb:-ms-input-placeholder {
  color: #3a3a3a;
  font-size: 15px;
}
#wheelsbook #WheelsBookingEngineWrapper #BookingSearch .wbeInputContainer .noValue {
  border: 2px solid red !important;
}
#wheelsbook #WheelsBookingEngineWrapper #BookingSearch .is-invalid {
  border-radius: 5px;
}
#wheelsbook #WheelsBookingEngineWrapper #BookingSearch .wbeBookedButtonContainer {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
  gap: 12px;
}
#wheelsbook #WheelsBookingEngineWrapper #BookingSearch .wbeBookedButtonContainer .wbeBookedButton {
  margin: 0;
  flex-basis: 0;
  -webkit-flex-basis: 0;
  font-size: 22px;
  font-family: FontMedium;
  padding: 12px;
  min-width: 162px;
  border: none;
  color: #fff;
  background-color: #F58220;
  box-shadow: none;
  border-radius: 5px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  text-transform: none !important;
  transform: perspective(1000px);
  -webkit-transform: perspective(1000px);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  perspective: 1000px;
  -webkit-perspective: 1000px;
}
#wheelsbook #WheelsBookingEngineWrapper #BookingSearch .wbeBookedButtonContainer .wbeBookedButton:hover {
  transform: translateY(-5px) perspective(1000px);
  -webkit-transform: translateY(-5px) perspective(1000px);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  perspective: 1000px;
  -webkit-perspective: 1000px;
}

@media screen and (max-width: 767px) {
  #wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch {
    justify-content: space-between !important;
    -webkit-justify-content: space-between !important;
  }
  #wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .wbeAddressSection {
    width: 100% !important;
    flex-basis: 100% !important;
    margin: 0 !important;
  }
  #wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .wbeaddressOptionContainer:not(.wbeaddressOptionContainerActive) .wbeInputContainer {
    width: 100%;
  }
  #wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .wbeaddressOptionContainer {
    width: 100% !important;
    flex-basis: 100% !important;
    margin: 0 0 20px !important;
  }
  #wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .calendarWrapper {
    width: 100% !important;
    flex-basis: 100% !important;
    margin: 0 0 20px !important;
  }
  #wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .calendarWrapper .wbeDatepickerContainer {
    display: flex;
    display: -webkit-flex;
  }
  #wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .calendarWrapper .calendarContainer, #wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .calendarWrapper .wbeInputContainer:not(.calendarContainer) {
    width: calc(50% - 3px) !important;
    flex-basis: calc(50% - 3px) !important;
  }
  #wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .wbeDriverAgeContainer, #wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .wbeCouponContainer {
    margin: 27px 0 20px !important;
    width: calc(50% - 3px) !important;
    flex-basis: calc(50% - 3px) !important;
  }
  #wheelsbook #WheelsBookingEngineWrapper #wheelsbookingEnginesearch .searchClick {
    margin: 15px 0 0 !important;
    width: 100% !important;
  }
}
#wheelsbook #BookingConfirmation {
  background-color: #fff !important;
}
#wheelsbook #BookingConfirmation #beStartOverbtn:hover {
  background-color: #000 !important;
}
#wheelsbook #dealOptions {
  background-color: #fff;
  padding: 24px;
  margin: 64px 0;
  width: 100%;
}
#wheelsbook #dealOptions .wbeInputContainer input[type=text], #wheelsbook #dealOptions .wbeInputContainer select {
  padding: 0 12px !important;
}
#wheelsbook #dealOptions .cardata {
  margin: 0;
  min-height: 0;
}
#wheelsbook #dealOptions .wbeDealOptionsContainer {
  min-height: 0;
  border: none;
}
#wheelsbook #dealOptions #LeftSide {
  width: calc(100% - 500px - 64px);
  flex-basis: calc(100% - 500px - 64px);
  padding: 0;
}
#wheelsbook #dealOptions #RightSide {
  width: 500px;
  flex-basis: 500px;
  padding: 0;
  border: 1px var(--shadow-color) solid;
}
#wheelsbook #dealOptions #RightSide ~ div {
  display: none;
}
#wheelsbook #dealOptions .wbeDealOptionsGeneralInfoContainer {
  border-left: none;
}
#wheelsbook #dealOptions .wbeDealOptionsGeneralInfoContainer > h5 {
  background-color: #F58220;
  color: #fff;
  padding: 12px 15px;
  font-size: 24px;
  font-family: FontBold;
}
#wheelsbook #dealOptions .wbeDealOptionsPriceContainer {
  border: none;
}
#wheelsbook #dealOptions #next1, #wheelsbook #dealOptions #next2 {
  float: none !important;
  margin: 0 auto !important;
  min-width: 0 !important;
  height: auto !important;
  width: auto;
  background-color: #F58220 !important;
  color: #fff !important;
  border: 2px solid #F58220 !important;
  text-transform: uppercase;
  padding: 6px 53px;
  text-align: center;
  font-size: 16px !important;
  font-family: FontMedium;
  border-radius: 5px;
}
#wheelsbook #dealOptions #next1:hover, #wheelsbook #dealOptions #next2:hover {
  color: #F58220 !important;
  background-color: #fff !important;
  border: 2px solid #818181 !important;
  transform: translateY(-5px) !important;
  -webkit-transform: translateY(-5px) !important;
}
#wheelsbook #dealOptions .wbeNonInclusiveActions {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
#wheelsbook #dealOptions .wbeNonInclusiveActions button:nth-of-type(1) {
  order: 3;
}
#wheelsbook #dealOptions .wbeNonInclusiveActions button:nth-last-of-type(1) {
  order: 1;
}
#wheelsbook #dealOptions .wbeNonInclusiveActions .wbeOptionInput {
  order: 2;
}
#wheelsbook #dealOptions .wbeNonInclusiveActions .wbeOptionBtns {
  width: 35px !important;
  min-width: 35px !important;
  height: 35px !important;
  font-size: 31px !important;
  font-family: FontBold;
  background-color: #F58220 !important;
  border: 2px solid #F58220 !important;
  border-radius: 5px;
  float: none !important;
}
#wheelsbook #dealOptions .wbeNonInclusiveActions .wbeOptionBtns:hover {
  color: #F58220 !important;
  background-color: #fff !important;
  border: 2px solid #818181 !important;
}
#wheelsbook #dealOptions #DealPrice {
  margin: 0 0 10px !important;
}
#wheelsbook #dealOptions #clientInformation .wbeInputElement:not(.calendar) {
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #d7d7d7;
  font-size: 15px;
  color: #3a3a3a;
  padding: 18px;
}
#wheelsbook #dealOptions #clientInformation .wbeInputElement:not(.calendar)::-webkit-input-placeholder {
  color: #3a3a3a;
  font-size: 15px;
}
#wheelsbook #dealOptions #clientInformation .wbeInputElement:not(.calendar)::-moz-placeholder {
  color: #3a3a3a;
  font-size: 15px;
}
#wheelsbook #dealOptions #clientInformation .wbeInputElement:not(.calendar):-moz-placeholder {
  color: #3a3a3a;
  font-size: 15px;
}
#wheelsbook #dealOptions #clientInformation .wbeInputElement:not(.calendar):-ms-input-placeholder {
  color: #3a3a3a;
  font-size: 15px;
}
#wheelsbook #dealOptions #clientInformation .wbeInputElement:not(.calendar):invalid {
  border: 1px solid red;
}
#wheelsbook #dealOptions #clientInformation select.wbeInputElement {
  background-image: url("../../images/dropdown.svg");
  background-repeat: no-repeat;
  background-size: 15px 12px;
  background-position: calc(100% - 24px) 50%;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding: 18px 63px 18px 18px;
}
#wheelsbook #dealOptions #clientInformation select.wbeInputElement::-ms-expand {
  display: none;
}
#wheelsbook #dealOptions #clientInformation textarea.wbeInputElement {
  resize: none;
}
#wheelsbook #dealOptions #clientInformation textarea.wbeInputElement::-webkit-scrollbar {
  width: 5px;
}
#wheelsbook #dealOptions #clientInformation textarea.wbeInputElement::-webkit-scrollbar-track {
  background-color: #fff;
}
#wheelsbook #dealOptions #clientInformation textarea.wbeInputElement::-webkit-scrollbar-thumb {
  background-color: #F58220;
}
#wheelsbook #dealOptions #clientInformation .calendar.beTranslateButtons {
  border-radius: 0;
}
#wheelsbook #dealOptions #clientInformation .calendar.beTranslateButtons:hover {
  background-color: #F58220 !important;
}
#wheelsbook #dealOptions .iti__flag-container {
  display: none !important;
}
#wheelsbook #dealOptions .wbeInputContainerCheck {
  cursor: pointer;
}
#wheelsbook #dealOptions .wbeInputContainerCheck input {
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #d7d7d7;
  width: 20px;
  height: 20px;
}
#wheelsbook #dealOptions .wbeInputContainerCheck input:before {
  content: "✔";
  height: auto;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  display: inline-block;
  font-size: 14px;
  text-align: center;
  line-height: normal;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s linear;
}
#wheelsbook #dealOptions .wbeInputContainerCheck input:checked {
  background-color: #F58220;
  border: 1px solid #F58220;
}
#wheelsbook #dealOptions .wbeInputContainerCheck input:checked:before {
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 1600px) {
  #wheelsbook #responseResults #dealOptions #next1, #wheelsbook #responseResults #dealOptions #next2 {
    padding: 6px 35px;
  }
}
@media screen and (max-width: 1366px) {
  #wheelsbook #dealOptions {
    margin: 30px 0;
  }
  #wheelsbook #dealOptions #LeftSide {
    width: calc(100% - 500px - 30px);
    flex-basis: calc(100% - 500px - 30px);
  }
}
@media screen and (max-width: 1271px) {
  #wheelsbook #dealOptions #RightSide {
    width: 320px;
    flex-basis: 320px;
  }
  #wheelsbook #dealOptions #LeftSide {
    width: calc(100% - 320px - 30px);
    flex-basis: calc(100% - 320px - 30px);
  }
}
@media screen and (max-width: 1024px) {
  #wheelsbook #dealOptions {
    margin: 30px 0;
  }
  #wheelsbook #dealOptions #LeftSide {
    width: 100%;
    flex-basis: 100%;
    margin-bottom: 15px;
  }
  #wheelsbook #dealOptions #RightSide {
    width: 100%;
    flex-basis: 100%;
  }
  #wheelsbook #dealOptions .wbeDealOptionsContainer {
    flex-direction: row;
    -webkit-flex-direction: row;
  }
  #wheelsbook #dealOptions #DealPriceDiv {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    padding: 15px !important;
    gap: 15px;
    margin-bottom: 0;
  }
  #wheelsbook #dealOptions #DealPrice {
    width: auto !important;
    float: none !important;
    margin: 0 !important;
  }
  #wheelsbook #dealOptions #next1, #wheelsbook #dealOptions #next2 {
    float: none !important;
    margin: 0 !important;
  }
}
#wheelsbook #LeftSide .ChargeTitle {
  margin-bottom: 23px;
}
#wheelsbook #LeftSide .dealPackagesContainer ul li {
  height: 55px;
  font-size: 14px;
  line-height: 18px;
  border-bottom: 1px solid lightgray;
  border-left: 1px solid lightgray;
  padding: 0 12px;
}
#wheelsbook #LeftSide .dealPackagesContainer ul li:nth-of-type(1) {
  border-top: 1px solid lightgray;
}
#wheelsbook #LeftSide .dealPackagesDescription {
  border: 0;
  padding: 0;
}
#wheelsbook #LeftSide .dealPackagesDescription > ul {
  margin-top: 64px;
}
#wheelsbook #LeftSide .dealPackagesDescription > ul > li {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
#wheelsbook #LeftSide .dealPackagesItem {
  transition: all 0.2s linear;
  border: 0;
  border-radius: 0;
  padding: 0;
  margin: 0;
}
#wheelsbook #LeftSide .dealPackagesItem:nth-last-of-type(1) .dealPackageTitle {
  border-right: 1px solid lightgray;
}
#wheelsbook #LeftSide .dealPackagesItem:nth-last-of-type(1) .dealPackagesItemButton {
  border-right: 1px solid lightgray;
}
#wheelsbook #LeftSide .dealPackagesItem:nth-last-of-type(1) ul li {
  border-right: 1px solid lightgray;
}
#wheelsbook #LeftSide .dealPackagesItem .dealPackageTitle {
  border-top: 1px solid lightgray;
  border-left: 1px solid lightgray;
}
#wheelsbook #LeftSide .dealPackagesItem .dealPackagesItemButton {
  padding: 16px;
}
#wheelsbook #LeftSide .dealPackagesItem .dealPackageTitle {
  font-size: 14px;
  font-weight: bold;
  padding: 16px;
  height: 64px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  background-color: #f0801b;
  color: #fff;
}
#wheelsbook #LeftSide .dealPackagesItem .dealPackagesItemButton {
  border-left: 1px solid lightgray;
  border-bottom: 1px solid lightgray;
}
#wheelsbook #LeftSide .dealPackagesItem .dealPackagesItemButton label {
  border-radius: 5px;
  color: #F58220 !important;
  background-color: #fff !important;
  border: 2px solid #818181 !important;
  font-family: FontMedium;
  transition: all 0.2s linear;
}
#wheelsbook #LeftSide .dealPackagesItem .dealPackagesItemButton label input {
  text-align: center;
  font-size: 16px !important;
  font-family: FontMedium;
}
#wheelsbook #LeftSide .dealPackagesItem .dealPackagesItemButton label:hover {
  background-color: #F58220 !important;
  color: #fff !important;
  border: 2px solid #F58220 !important;
}
#wheelsbook #LeftSide .dealPackagesItem .dealPackagesItemButton span {
  color: inherit;
}
#wheelsbook #LeftSide .dealPackagesItemActive .dealPackagesItemButton label {
  background-color: #F58220 !important;
  color: #fff !important;
  border: 2px solid #F58220 !important;
}
#wheelsbook #LeftSide .dealPackagesItemActive .dealPackagesItemButton label:hover {
  background-color: #F58220 !important;
  color: #fff !important;
  border: 2px solid #F58220 !important;
}

@media screen and (max-width: 1024px) {
  #wheelsbook .dealPackagesMobileTitlesContainer {
    gap: 16px;
  }
  #wheelsbook .dealPackagesMobileItem {
    border-radius: 5px;
  }
  #wheelsbook .dealPackageMobileTitle {
    width: calc((100% - 32px) / 3.001);
    padding: 12px !important;
    border-radius: 5px;
    font-family: FontMedium;
    transition: all 0.2s linear;
    margin-bottom: 16px !important;
    color: #F58220 !important;
    background-color: #fff !important;
    border: 2px solid #818181 !important;
    opacity: 1 !important;
    cursor: pointer;
  }
  #wheelsbook .dealPackageMobileTitle:hover {
    background-color: #F58220 !important;
    color: #fff !important;
    border: 2px solid #F58220 !important;
  }
  #wheelsbook .dealPackageMobileTitleActive {
    background-color: #F58220 !important;
    color: #fff !important;
    border: 2px solid #F58220 !important;
  }
  #wheelsbook .dealPackageMobileTitleActive:hover {
    background-color: #F58220 !important;
    color: #fff !important;
    border: 2px solid #F58220 !important;
  }
  #wheelsbook .dealPackagesMobileContainer ul li {
    min-height: 0 !important;
    padding: 15px 20px !important;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    gap: 16px;
  }
  #wheelsbook .dealPackagesMobileContainer ul li:nth-last-of-type(1) {
    border-bottom: none !important;
    justify-content: center;
    -webkit-justify-content: center;
  }
  #wheelsbook .dealPackagesMobileValue {
    float: none !important;
  }
}
@media screen and (max-width: 600px) {
  #wheelsbook .dealPackagesMobileTitlesContainer {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin-bottom: 16px;
  }
  #wheelsbook .dealPackageMobileTitle {
    width: 100% !important;
    margin-bottom: 0 !important;
  }
}
.map-filter-row {
  margin-bottom: 30px;
}
.map-filter-row .location-title-wrapper {
  margin-right: 24px;
}
.map-filter-row .location-icon {
  margin-right: 16px;
}
.map-filter-row .location-icon img {
  width: 30px;
  height: 43px;
}
.map-filter-row .location-select-title {
  font-size: 18px;
  line-height: 30px;
}
.map-filter-row .location-select .dd-container {
  width: 207px !important;
}
.map-filter-row .location-select .dd-select {
  background-image: url("../../images/dropdown.svg") !important;
  background-repeat: no-repeat !important;
  background-position: calc(100% - 17px) 50% !important;
  background-size: 15px 12px !important;
  background-color: #fff !important;
  border: 1px solid #CBCBCB !important;
  border-radius: 5px !important;
  max-width: 207px !important;
  width: 100% !important;
  transition: all 0.2s linear;
}
.map-filter-row .location-select .dd-select .dd-selected {
  padding: 12px 49px 12px 11px !important;
  display: flex !important;
  display: -webkit-flex !important;
  align-items: center !important;
  -webkit-align-items: center !important;
  font-weight: normal !important;
}
.map-filter-row .location-select .dd-select .dd-selected .dd-selected-image {
  width: 26px !important;
  height: 26px !important;
  object-fit: contain !important;
  margin-right: 16px !important;
}
.map-filter-row .location-select .dd-select .dd-selected .dd-selected-text {
  margin-bottom: 0 !important;
  font-size: 19px !important;
  line-height: 34px !important;
  color: #58595B !important;
  font-family: FontBold !important;
  cursor: pointer !important;
}
.map-filter-row .location-select .dd-select-opened-position {
  border-radius: 5px 5px 0 0 !important;
}
.map-filter-row .location-select .dd-options {
  max-width: 207px !important;
  background-color: #fff !important;
  border: 1px solid #CBCBCB !important;
  border-radius: 0 0 5px 5px !important;
  box-shadow: none !important;
  top: calc(100% - 1px) !important;
}
.map-filter-row .location-select .dd-options .dd-option {
  max-width: 207px !important;
  width: initial !important;
  border: none !important;
  padding: 12px 11px;
  display: flex !important;
  display: -webkit-flex !important;
  align-items: center !important;
  -webkit-align-items: center !important;
  transition: all 0.2s linear;
}
.map-filter-row .location-select .dd-options .dd-option .dd-option-image {
  width: 26px !important;
  height: 26px !important;
  object-fit: contain !important;
  margin-right: 16px !important;
}
.map-filter-row .location-select .dd-options .dd-option .dd-option-text {
  margin-bottom: 0 !important;
  font-size: 19px !important;
  color: #58595B !important;
  font-family: FontBold !important;
  line-height: 34px !important;
  cursor: pointer !important;
  transition: all 0.2s linear;
}
.map-filter-row .location-select .dd-options .dd-option:hover {
  transition: all 0.2s linear;
  background-color: #F58220 !important;
}
.map-filter-row .location-select .dd-options .dd-option:hover .dd-option-text {
  color: #fff !important;
  transition: all 0.2s linear;
}
.map-filter-row .location-select .dd-options .dd-option-selected {
  background-color: #F58220 !important;
}
.map-filter-row .location-select .dd-options .dd-option-selected .dd-option-text {
  color: #fff !important;
}
.map-filter-row .location-select .dd-pointer {
  display: none !important;
}

@media screen and (max-width: 1024px) {
  .map-filter-row {
    margin-bottom: 0;
  }
  .map-filter-row .location-title-wrapper, .map-filter-row .location-select {
    margin-bottom: 16px;
  }
}
.home-page .home-common-title {
  margin-bottom: 4px;
}
.home-page .home-common-subtext {
  font-size: 16px;
}
.home-page .about-us-container {
  background: linear-gradient(180deg, #FDF9F5 0%, rgba(253, 249, 245, 0) 100%);
}
.home-page .about-us-container-inner {
  margin: 0 auto;
  padding-left: 32px;
  padding-right: 32px;
  max-width: 1414px;
  align-items: center;
  -webkit-align-items: center;
}
.home-page .about-us-content-wrapper, .home-page .about-us-content-wrapper-full-width {
  padding: 0 0 64px 0;
}

@media screen and (max-width: 1366px) {
  .home-page .about-us-content-wrapper, .home-page .about-us-content-wrapper-full-width {
    padding: 0 0 48px 0;
  }
}
@media screen and (max-width: 1024px) {
  .home-page .about-us-content-wrapper, .home-page .about-us-content-wrapper-full-width {
    padding: 0 0 48px 0;
  }
}
@media screen and (max-width: 767px) {
  .home-page .about-us-content-wrapper, .home-page .about-us-content-wrapper-full-width {
    padding: 0 0 32px 0;
  }
}
@media screen and (max-width: 500px) {
  .home-page .about-us-container-inner {
    padding-left: 16px;
    padding-right: 16px;
  }
  .home-page .about-us-content-wrapper, .home-page .about-us-content-wrapper-full-width {
    padding: 0 0 32px 0;
  }
}
.contacts-page .contacts-page-default-wrapper {
  padding-bottom: 0;
}
.contacts-page .content-wrapper {
  margin-bottom: 64px;
}
.contacts-page .contact-form-wrapper {
  width: calc(45% - 32px);
}
.contacts-page .contact-form-wrapper .success-submit-wrapper {
  padding: 32px 0;
  max-width: 300px;
}
.contacts-page .contact-form-wrapper .success-submit-wrapper .success-image {
  margin-bottom: 32px;
}
.contacts-page .contact-form-wrapper .success-submit-wrapper .success-image img {
  max-width: 200px;
}
.contacts-page .contact-cards {
  padding-top: 22px;
  width: calc(55% - 32px);
}
.contacts-page .contact-cards .single-contact-card {
  margin-bottom: 16px;
  border-radius: 5px;
  padding: 32px 48px;
  box-shadow: 0 7px 35px 0 rgba(0, 0, 0, 0.1), 0 7px 35px 0 rgba(240, 128, 27, 0.2);
  border-left: 9px solid #f0801b;
}
.contacts-page .contact-cards .contacts-side {
  width: calc(100% - 150px - 16px);
}
.contacts-page .contact-cards .contacts-side .contact-card-title {
  margin-bottom: 16px;
  font-size: 25px;
}
.contacts-page .contact-cards .contacts-side .contacts {
  gap: 24px;
}
.contacts-page .contact-cards .contacts-side .contacts .contact a {
  white-space: nowrap;
  font-size: 16px;
  color: #58595B;
}
.contacts-page .contact-cards .contacts-side .contacts .contact a:hover {
  color: #F58220;
}
.contacts-page .contact-cards .contacts-side .contacts .contact a:hover img {
  -webkit-animation: bounce 0.5s linear infinite;
  animation: bounce 0.5s linear infinite;
}
.contacts-page .contact-cards .contacts-side .contacts .contact img {
  width: 25px;
  margin-right: 12px;
}
.contacts-page .contact-cards .schedule-side {
  width: 150px;
}
.contacts-page .contact-cards .schedule-side .schedule-title {
  font-size: 16px;
}
.contacts-page .contact-cards .schedule-side .full-time-schedule {
  font-size: 40px;
}
.contacts-page .map-title {
  margin-bottom: 16px;
}
.contacts-page .map-inner {
  height: 620px;
}

@media screen and (max-width: 1366px) {
  .contacts-page .content-wrapper {
    margin-bottom: 32px;
  }
  .contacts-page .contact-form-wrapper {
    width: calc(45% - 16px);
  }
  .contacts-page .contact-cards {
    width: calc(55% - 16px);
  }
  .contacts-page .map-inner {
    height: 500px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1366px), (max-width: 767px) {
  .contacts-page .contact-cards .single-contact-card {
    padding: 16px 32px;
  }
  .contacts-page .contact-cards .contacts-side .contacts {
    gap: 12px;
  }
  .contacts-page .contact-cards .contacts-side .contacts .contact {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .contacts-page .contact-form-wrapper {
    width: 100%;
    margin-bottom: 48px;
  }
  .contacts-page .contact-cards {
    width: 100%;
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .contacts-page .contact-form-wrapper .success-submit-wrapper .success-image {
    margin-bottom: 24px;
  }
  .contacts-page .contact-form-wrapper .success-submit-wrapper .success-image img {
    max-width: 120px;
  }
  .contacts-page .map-inner {
    height: 400px;
  }
}
@media screen and (max-width: 600px) {
  .contacts-page .contact-cards .single-contact-card {
    text-align: center;
    border-bottom: 9px solid #f0801b;
    border-left: none;
  }
  .contacts-page .contact-cards .contacts-side {
    width: 100%;
    margin-bottom: 16px;
  }
  .contacts-page .contact-cards .schedule-side {
    width: 100%;
  }
  .contacts-page .contact-cards .schedule-side .full-time-schedule {
    font-size: 30px;
  }
}
.single-fleet-page .single-fleet-hero {
  padding: 32px 0;
}
.single-fleet-page .single-fleet-hero-row {
  gap: 8px 32px;
  margin-bottom: 32px;
}
.single-fleet-page .single-fleet-hero-title {
  margin-bottom: 0;
}
.single-fleet-page .single-fleet-hero-back a {
  font-size: 16px;
  top: 2px;
}
.single-fleet-page .single-fleet-hero-image {
  max-width: 550px;
}
.single-fleet-page .single-fleet-hero-content {
  width: calc(100% - 550px - 48px);
  gap: 32px 48px;
}
.single-fleet-page .single-fleet-hero-characteristics-wrapper {
  gap: 32px 48px;
}
.single-fleet-page .single-fleet-hero-description {
  width: 325px;
}
.single-fleet-page .reservation-titles, .single-fleet-page .reservation-row {
  gap: 16px;
}
.single-fleet-page .characteristics-title {
  margin-bottom: 16px;
  font-size: 16px;
  font-family: FontMedium;
  color: #F58220;
}
.single-fleet-page .characteristics {
  gap: 64px;
}
.single-fleet-page .reservation-column {
  width: 100px;
}
.single-fleet-page .additional-fleet-title {
  margin-bottom: 12px;
}
.single-fleet-page .additional-fleet-carousel .slick-slide {
  padding: 24px 14px;
}
.single-fleet-page .additional-fleet-carousel .single-fleet-car-inner {
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
}
.single-fleet-page .additional-fleet-carousel .slick-list {
  width: calc(100% + 28px);
  margin: 0 -14px;
}
.single-fleet-page .additional-fleet-carousel .slick-prev {
  left: -80px;
}
.single-fleet-page .additional-fleet-carousel .slick-next {
  right: -80px;
}

@media screen and (min-width: 1600px) {
  .single-fleet-page .additional-fleet-carousel .slick-prev, .single-fleet-page .additional-fleet-carousel .slick-next {
    top: calc(50% - 24px);
  }
}
@media screen and (max-width: 1599px) {
  .single-fleet-page .additional-fleet-carousel .slick-prev {
    left: calc(50% - 48px - 14px);
  }
  .single-fleet-page .additional-fleet-carousel .slick-prev + .slick-list {
    padding-bottom: 56px;
  }
  .single-fleet-page .additional-fleet-carousel .slick-next {
    right: calc(50% - 48px - 14px);
  }
}
@media screen and (max-width: 1280px) {
  .single-fleet-page .single-fleet-hero-content {
    width: calc(100% - 550px - 32px);
    gap: 16px 32px;
  }
  .single-fleet-page .single-fleet-hero-characteristics-wrapper {
    gap: 16px 32px;
  }
}
@media screen and (max-width: 1024px) {
  .single-fleet-page .single-fleet-hero-content-wrapper {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    gap: 16px;
  }
  .single-fleet-page .single-fleet-hero-content, .single-fleet-page .single-fleet-hero-description {
    width: 100%;
  }
  .single-fleet-page .single-fleet-hero-characteristics-wrapper, .single-fleet-page .single-fleet-hero-image {
    margin: 0 auto;
  }
  .single-fleet-page .single-fleet-hero-description {
    text-align: center;
  }
  .single-fleet-page .single-fleet-hero-row {
    justify-content: center;
    -webkit-justify-content: center;
    margin-bottom: 16px;
  }
  .single-fleet-page .scroll-to-description-wrapper {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .single-fleet-page .single-fleet-hero-characteristics-wrapper {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .single-fleet-page .additional-fleet-title {
    margin-bottom: 12px;
  }
  .single-fleet-page .characteristics {
    gap: 48px;
  }
}
.page-404 .image-404 {
  margin-right: 32px;
}
.page-404 .image-404 img {
  width: 256px;
}
.page-404 .content-404 {
  max-width: calc(100% - 256px - 32px);
}
.page-404 .title-404 {
  margin-bottom: 16px;
}
.page-404 .buttons-404 {
  gap: 16px;
}

@media screen and (max-width: 767px) {
  .page-404 .image-404 img {
    width: 192px;
  }
  .page-404 .content-404 {
    max-width: calc(100% - 192px - 32px);
  }
}
@media screen and (max-width: 600px) {
  .page-404 .image-404 {
    width: 100%;
    text-align: center;
    margin: 0 0 16px;
  }
  .page-404 .content-404 {
    width: 100%;
    max-width: none;
    text-align: center;
  }
  .page-404 .buttons-404 {
    justify-content: center;
    -webkit-justify-content: center;
  }
  .page-404 .single-404-button {
    width: 100%;
  }
}
.options-page .single-option {
  max-width: 1015px;
  margin-bottom: 48px;
}
.options-page .option-image {
  width: 81px;
}
.options-page .option-image img {
  max-height: 94px;
}
.options-page .option-content-wrapper {
  width: calc(100% - 81px - 24px);
}
.options-page .option-title, .options-page .option-content {
  font-size: 15px;
  line-height: 25px;
}
.options-page .option-title {
  margin-bottom: 8px;
}
.options-page .options-table-title {
  margin-bottom: 16px;
}

@media screen and (max-width: 1024px) {
  .options-page .single-option {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 767px) {
  .options-page .option-content {
    font-size: 14px;
    line-height: 24px;
  }
}
@media screen and (max-width: 500px) {
  .options-page .option-image {
    width: 70px;
  }
  .options-page .option-content-wrapper {
    width: calc(100% - 70px - 16px);
  }
}
.locations-page .locations-anchors-wrapper {
  padding: 26px 0;
  gap: 0 96px;
}
.locations-page .locations-title {
  margin-bottom: 0;
}
.locations-page .locations-anchors {
  gap: 0 96px;
}
.locations-page .single-anchor a {
  opacity: 0.5;
  gap: 12px;
}
.locations-page .single-anchor a:hover {
  opacity: 1;
}
.locations-page .single-anchor a:hover span {
  color: #F58220;
}
.locations-page .single-anchor img {
  width: 40px;
  height: 40px;
}
.locations-page .single-anchor span {
  color: #58595B;
  margin: 0;
}
.locations-page .single-anchor .active-anchor {
  opacity: 1;
}
.locations-page .single-anchor .active-anchor span {
  color: #F58220;
}
.locations-page .location-cities {
  margin-top: 16px;
}
.locations-page .single-location {
  background-image: url("../../images/dotted-background.png");
  background-repeat: repeat-y;
  background-size: 100% auto;
  background-position: 0 0;
}
.locations-page .single-location:nth-last-of-type(even) .location-content {
  background-image: url("../../images/car-background-1.png");
  background-position: 100% 50%;
}
.locations-page .single-location:nth-last-of-type(odd) .location-content {
  background-image: url("../../images/car-background-2.png");
  background-position: 100% 100%;
}
.locations-page .location-image {
  width: 633px;
}
.locations-page .location-content {
  width: calc(100% - 633px);
  padding: 48px 64px;
  background-repeat: no-repeat;
  background-size: 700px auto;
}
.locations-page .location-gradient {
  width: 23px;
  background: linear-gradient(180deg, #F58220 0%, #D16000 100%);
  top: 0;
  right: 0;
  mix-blend-mode: multiply;
}
.locations-page .location-map {
  width: 278px;
}
.locations-page .vertical-line {
  width: 3px;
  top: 0;
  left: 137.5px;
}
.locations-page .single-city {
  padding: 40px 0 40px 121.5px;
  gap: 27px;
}
.locations-page .city-name {
  font-size: 20px;
  line-height: 30px;
  text-align: right;
  top: 2.5px;
  right: 49px;
}
.locations-page .circle-separator {
  width: 35px;
  height: 35px;
  top: calc(50% - 17.5px);
  left: 0;
}
.locations-page .places-wrapper {
  padding-left: 62px;
  gap: 36px;
}
.locations-page .single-place {
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  border: 2px solid #F58220;
  padding: 24px;
  min-width: 300px;
  max-width: 100%;
}
.locations-page .single-place:hover {
  box-shadow: 0px 4px 20px 0px rgba(245, 130, 32, 0.5);
  transform: scale(1.01);
  -webkit-transform: scale(1.01);
}
.locations-page .place-schedule {
  white-space: nowrap;
}
.locations-page .place-title {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 12px;
}
.locations-page .place-contact-wrapper, .locations-page .place-contact-black-wrapper {
  margin-bottom: 12px;
}
.locations-page .place-contact-black-wrapper svg {
  width: 26px;
  height: 26px;
  margin: 0 8px 0 2px;
}
.locations-page .place-contact-black-wrapper * {
  color: #58595B;
}
.locations-page .place-contact-black-wrapper span {
  font-size: 16px;
  line-height: 26px;
  max-width: calc(100% - 26px - 8px);
}
.locations-page .place-contact-wrapper svg {
  width: 30px;
  height: 30px;
  margin-right: 6px;
}
.locations-page .place-contact-wrapper span {
  font-size: 18px;
  line-height: 30px;
  color: #F58220;
  max-width: calc(100% - 30px - 6px);
}

@media screen and (max-width: 1680px) {
  .locations-page .single-location:nth-last-of-type(even) .location-content {
    background-position: 150% 50%;
  }
  .locations-page .single-location:nth-last-of-type(odd) .location-content {
    background-position: 150% 100%;
  }
  .locations-page .locations-anchors-wrapper {
    gap: 0 64px;
  }
  .locations-page .locations-anchors {
    gap: 0 64px;
  }
  .locations-page .single-anchor span {
    font-size: 25px;
    line-height: 32px;
  }
}
@media screen and (max-width: 1600px) {
  .locations-page .location-image {
    width: 420px;
  }
  .locations-page .location-content {
    width: calc(100% - 420px);
    padding: 32px 48px;
  }
  .locations-page .single-location:nth-last-of-type(even) .location-content {
    background-position: 140% 50%;
  }
  .locations-page .single-location:nth-last-of-type(odd) .location-content {
    background-position: 140% 100%;
  }
  .locations-page .single-city {
    padding: 24px 0 24px 121.5px;
  }
  .locations-page .places-wrapper {
    gap: 16px;
  }
}
@media screen and (max-width: 1366px) {
  .locations-page .locations-anchors-wrapper {
    padding: 16px 0;
    gap: 0 48px;
  }
  .locations-page .locations-anchors {
    gap: 0 48px;
  }
  .locations-page .single-anchor img {
    width: 32px;
    height: 32px;
  }
  .locations-page .single-anchor span {
    font-size: 20px;
    line-height: 30px;
  }
  .locations-page .location-content {
    background-image: none !important;
  }
  .locations-page .location-map {
    width: 200px;
  }
  .locations-page .vertical-line {
    left: 98.5px;
  }
  .locations-page .single-city {
    padding: 16px 0 16px 82.5px;
    gap: 24px;
  }
  .locations-page .city-name {
    right: 45px;
    font-size: 18px;
  }
  .locations-page .single-place {
    padding: 16px;
    min-width: 280px;
  }
  .locations-page .place-title {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .locations-page .place-contact-wrapper, .locations-page .place-contact-black-wrapper {
    margin-bottom: 8px;
  }
  .locations-page .place-contact-wrapper span {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .locations-page .location-image {
    width: 250px;
  }
  .locations-page .location-content {
    width: calc(100% - 250px);
    padding: 32px;
  }
}
@media screen and (max-width: 767px) {
  .locations-page .locations-title, .locations-page .locations-anchors {
    width: 100%;
  }
  .locations-page .locations-title {
    margin-bottom: 12px;
  }
  .locations-page .locations-anchors {
    gap: 16px 32px;
  }
  .locations-page .location-image {
    display: none !important;
  }
  .locations-page .location-content {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .locations-page .location-content {
    padding: 16px;
  }
  .locations-page .vertical-line {
    left: 16px;
  }
  .locations-page .circle-separator {
    top: 0;
    left: 0;
  }
  .locations-page .single-city {
    padding: 0 0 32px;
  }
  .locations-page .places-wrapper {
    padding: 35px 0 0 48px;
  }
  .locations-page .city-name {
    right: auto;
    left: 48px;
  }
}
.fleet-page .fleet-main-wrapper {
  padding-bottom: 96px;
  gap: 48px;
}
.fleet-page .fleet-side-wrapper {
  padding-top: 24px;
  width: 263px;
}
.fleet-page .fleet-content-wrapper {
  padding-top: 92px;
  width: calc(100% - 263px - 48px);
}
.fleet-page .fleet-sidebar {
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  margin-bottom: 32px;
}
.fleet-page .filters-sections {
  padding: 24px 24px 24px 36px;
}
.fleet-page .filters-section {
  margin-bottom: 32px;
}
.fleet-page .clean-filters-wrapper {
  right: 24px;
}
.fleet-page .clean-filters-wrapper-top {
  top: 24px;
}
.fleet-page .clean-filters-wrapper-bottom {
  bottom: 24px;
}
.fleet-page .fleet-categories-wrapper {
  padding: 0 0 16px;
  gap: 16px 60px;
  display: flex;
  display: -webkit-flex;
}
.fleet-page .fleet-container {
  margin-bottom: 32px;
}
.fleet-page .fleet-categories-placeholder {
  min-height: 92px;
}
.fleet-page .fleet-list-preloader-wrapper {
  background-color: rgba(255, 255, 255, 0.9);
}
.fleet-page .fleet-list-preloader-wrapper .preloader-big {
  position: absolute;
  width: 200px;
  height: 200px;
  top: 0;
  left: calc(50% - 100px);
  animation: rotating 5s linear infinite;
  -webkit-animation: rotating 5s linear infinite;
}
.fleet-page .fleet-categories-inner-parents {
  gap: 12px;
  padding-bottom: 16px;
}
.fleet-page .fleet-categories-inner {
  display: flex;
  display: -webkit-flex;
}
.fleet-page .single-fleet-parent-category-link {
  border-radius: 5px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  padding: 12px 16px;
  gap: 12px;
  font-size: 16px;
}
.fleet-page .single-fleet-parent-category-link svg, .fleet-page .single-fleet-parent-category-link img {
  max-width: 40px;
  max-height: 24px;
}
.fleet-page .single-fleet-parent-category-link svg path, .fleet-page .single-fleet-parent-category-link img path {
  transition: all 0.2s linear;
  fill: #343434;
}
.fleet-page .single-fleet-parent-category-link:hover {
  background-color: #F58220;
  color: #fff;
}
.fleet-page .single-fleet-parent-category-link:hover svg path {
  fill: #fff;
}
.fleet-page .active-parent-category {
  background-color: #F58220;
  color: #fff;
}
.fleet-page .active-parent-category svg path {
  fill: #fff;
}

@media screen and (max-width: 1366px) {
  .fleet-page .fleet-main-wrapper {
    gap: 32px;
    padding-bottom: 64px;
  }
  .fleet-page .fleet-content-wrapper {
    padding-top: 68px;
    width: calc(100% - 263px - 32px);
  }
  .fleet-page .fleet-categories-wrapper {
    gap: 16px 24px;
  }
  .fleet-page .fleet-side-wrapper {
    padding-top: 16px;
  }
  .fleet-page .fleet-main-title {
    margin-bottom: 16px;
  }
  .fleet-page .fleet-categories-placeholder {
    min-height: 68px;
  }
}
@media screen and (min-width: 1025px) {
  .fleet-page .collapse-fleet-link-wrapper {
    display: none !important;
  }
  .fleet-page .fleet-sidebar {
    display: block !important;
  }
}
@media screen and (max-width: 1024px) {
  .fleet-page .fleet-main-wrapper {
    gap: 16px;
    padding-bottom: 48px;
  }
  .fleet-page .fleet-content-wrapper {
    padding-top: 0;
  }
  .fleet-page .fleet-side-wrapper, .fleet-page .fleet-content-wrapper {
    width: 100%;
  }
  .fleet-page .filters-sections {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    gap: 32px;
    padding: 40px 0;
  }
  .fleet-page .filters-section {
    width: calc((100% - 64px) / 3.001);
    margin-bottom: 0;
  }
  .fleet-page .fleet-sidebar {
    box-shadow: none;
    border-radius: 0;
  }
  .fleet-page .clean-filters-wrapper {
    right: 0;
  }
  .fleet-page .clean-filters-wrapper-top {
    top: 0;
  }
  .fleet-page .clean-filters-wrapper-bottom {
    bottom: 0;
  }
  .fleet-page .fleet-categories-wrapper, .fleet-page .fleet-categories-placeholder, .fleet-page .fleet-categories-inner-parents {
    display: none !important;
  }
  .fleet-page .fleet-main-title {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 767px) {
  .fleet-page .filters-section {
    width: calc(50% - 16px);
  }
}
.articles-page .articles-wrapper {
  gap: 30px;
  margin-bottom: 32px;
}
.articles-page .single-article-card {
  width: calc((100% - 60px) / 3.001);
}

@media screen and (max-width: 1200px) {
  .articles-page .single-article-card {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 767px) {
  .articles-page .single-article-card {
    width: 100%;
  }
}
.advanced-page .main-block .content-wrapper {
  min-height: 565px;
  padding: 32px 0;
}
.advanced-page .main-block .mb-title {
  font-size: 58px;
  margin-bottom: 24px;
  line-height: normal;
}
.advanced-page .main-block .mb-subtext {
  margin-bottom: 48px;
  font-size: 18px;
  line-height: 30px;
}

@media screen and (max-width: 1600px) {
  .advanced-page .main-block .content-wrapper {
    min-height: 500px;
  }
}
@media screen and (max-width: 1366px) {
  .advanced-page .main-block .mb-title {
    font-size: 40px;
  }
  .advanced-page .main-block .mb-subtext {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 1279px) {
  .advanced-page .main-block {
    background-position: 50% 50% !important;
  }
}
@media screen and (max-width: 767px) {
  .advanced-page .main-block .content-wrapper {
    min-height: 400px;
  }
  .advanced-page .main-block .mb-title {
    font-size: 30px;
    margin-bottom: 16px;
  }
  .advanced-page .main-block .mb-subtext {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 24px;
  }
}
.single-location-page .location-hero-gradient {
  background: linear-gradient(180deg, rgba(52, 52, 52, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%);
  mix-blend-mode: multiply;
}
.single-location-page .location-hero-gradient-orange {
  height: 24px;
  background: linear-gradient(180deg, #F58220 0%, #D16000 100%);
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
}
.single-location-page .back-button-wrapper {
  margin-bottom: 96px;
}
.single-location-page .location-hero-title {
  margin-bottom: 32px;
}
.single-location-page .back-button {
  font-size: 18px;
  font-family: FontMedium;
  text-decoration: underline;
}
.single-location-page .back-button:hover {
  color: #F58220;
}
.single-location-page .location-hero-content-wrapper, .single-location-page .location-additional-content-inner {
  gap: 48px;
}
.single-location-page .location-hero-content-window {
  margin-bottom: 96px;
  width: 381px;
}
.single-location-page .location-hero-content-window-inner {
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 24px;
}
.single-location-page .location-hero-content-main, .single-location-page .location-additional-content-main {
  width: calc(100% - 381px - 48px);
}
.single-location-page .location-hero-wysiwyg {
  margin-bottom: 48px;
}
.single-location-page .location-hero-content-window-city {
  max-width: calc(100% - 60px - 12px);
  font-size: 20px;
  color: #58595B;
}
.single-location-page .location-hero-content-window-map {
  width: 60px;
  top: 16px;
  right: 16px;
}
.single-location-page .location-hero-content-window-contact {
  margin-bottom: 16px;
  font-size: 0;
}
.single-location-page .location-hero-content-window-contact > a {
  gap: 8px;
}
.single-location-page .location-hero-content-window-contact > a svg {
  width: 30px;
  height: 28px;
}
.single-location-page .location-hero-content-window-contact > a span {
  max-width: calc(100% - 30px - 8px);
  color: #F58220 !important;
  font-size: 18px;
}
.single-location-page .location-hero-content-window-contact > a:hover span {
  color: #F58220 !important;
}
.single-location-page .location-hero-content-window-contact > a:hover svg {
  animation: scaling 0.5s linear infinite;
  -webkit-animation: scaling 0.5s linear infinite;
}
.single-location-page .location-hero-content-window-contact-black {
  margin-bottom: 16px;
  font-size: 0;
}
.single-location-page .location-hero-content-window-contact-black > a, .single-location-page .location-hero-content-window-contact-black > span {
  gap: 8px;
}
.single-location-page .location-hero-content-window-contact-black > a svg, .single-location-page .location-hero-content-window-contact-black > span svg {
  width: 30px;
  height: 28px;
}
.single-location-page .location-hero-content-window-contact-black > a svg path, .single-location-page .location-hero-content-window-contact-black > span svg path {
  transition: all 0.2s linear;
}
.single-location-page .location-hero-content-window-contact-black > a *, .single-location-page .location-hero-content-window-contact-black > span * {
  color: #58595B !important;
}
.single-location-page .location-hero-content-window-contact-black > a > span, .single-location-page .location-hero-content-window-contact-black > span > span {
  max-width: calc(100% - 30px - 8px);
  font-size: 18px;
  transition: all 0.2s linear;
}
.single-location-page .location-hero-content-window-contact-black > a:hover svg path {
  fill: #F58220;
}
.single-location-page .location-hero-content-window-contact-black > a:hover span {
  color: #F58220 !important;
}
.single-location-page .location-additional-content {
  padding: 48px 0 64px;
}
.single-location-page .location-additional-content .faq-sidebar {
  position: relative;
  top: -163px;
  margin-bottom: -163px;
}
.single-location-page .location-additional-content-wysiwyg {
  margin-bottom: 48px;
}
.single-location-page .single-additional-content-gallery a {
  border-radius: 5px;
  overflow: hidden;
}
.single-location-page .single-additional-content-gallery a:before {
  content: "";
  display: block;
  padding-top: 105.95%;
}
.single-location-page .single-location-places {
  margin: 96px 0;
}
.single-location-page .location-places-title {
  font-family: FontMedium;
  margin-bottom: 24px;
  font-size: 50px;
  line-height: 59px;
}
.single-location-page .location-place {
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  margin-bottom: 48px;
}
.single-location-page .location-place-image {
  width: 420px;
}
.single-location-page .location-place-image:before {
  content: "";
  display: block;
  padding-top: 88.94%;
}
.single-location-page .location-place-content {
  width: calc(100% - 420px);
  padding: 64px;
}
.single-location-page .location-additional-content-gallery .slick-slide {
  padding: 0 12px;
}
.single-location-page .location-additional-content-gallery .slick-list {
  width: calc(100% + 24px);
  margin: 0 -12px;
  padding-bottom: 0 !important;
}
.single-location-page .location-additional-content-gallery .slick-prev, .single-location-page .location-additional-content-gallery .slick-next {
  top: calc(50% - 30px);
  width: 60px;
  height: 60px;
}
.single-location-page .location-additional-content-gallery .slick-prev {
  left: -25px;
  background-position: calc(50% + 8px) 50%;
}
.single-location-page .location-additional-content-gallery .slick-prev:hover, .single-location-page .location-additional-content-gallery .slick-prev:focus {
  background-position: calc(50% + 8px) 50%;
}
.single-location-page .location-additional-content-gallery .slick-next {
  right: -25px;
  background-position: calc(50% - 8px) 50%;
}
.single-location-page .location-additional-content-gallery .slick-next:hover, .single-location-page .location-additional-content-gallery .slick-next:focus {
  background-position: calc(50% - 8px) 50%;
}

@media screen and (max-width: 1680px) {
  .single-location-page .back-button-wrapper {
    margin-bottom: 64px;
  }
  .single-location-page .single-location-places {
    margin: 64px 0;
  }
  .single-location-page .location-place-content {
    padding: 48px;
  }
  .single-location-page .location-additional-content-wysiwyg {
    margin-bottom: 32px;
  }
  .single-location-page .single-additional-content-gallery a:before {
    padding-top: 111.25%;
  }
}
@media screen and (max-width: 1366px) {
  .single-location-page .back-button-wrapper {
    margin-bottom: 48px;
  }
  .single-location-page .single-location-places {
    margin: 48px 0;
  }
  .single-location-page .location-hero-title {
    margin-bottom: 24px;
  }
  .single-location-page .location-hero-content-wrapper, .single-location-page .location-additional-content-inner {
    gap: 32px;
  }
  .single-location-page .location-hero-content-window {
    width: 300px;
    margin-bottom: 64px;
  }
  .single-location-page .location-hero-content-main, .single-location-page .location-additional-content-main {
    width: calc(100% - 300px - 32px);
  }
  .single-location-page .location-hero-wysiwyg {
    margin-bottom: 32px;
  }
  .single-location-page .location-additional-content {
    padding: 48px 0;
  }
  .single-location-page .location-additional-content .faq-sidebar {
    width: 300px;
    top: -147px;
    margin-bottom: -147px;
  }
  .single-location-page .location-places-title {
    font-size: 40px;
    line-height: 48px;
  }
  .single-location-page .location-place-image {
    width: 350px;
  }
  .single-location-page .location-place-content {
    width: calc(100% - 350px);
    padding: 32px;
  }
  .single-location-page .single-additional-content-gallery a:before {
    padding-top: 108.68%;
  }
  .single-location-page .location-additional-content-gallery .slick-slide {
    padding: 0 8px;
  }
  .single-location-page .location-additional-content-gallery .slick-list {
    width: calc(100% + 16px);
    margin: 0 -8px;
  }
}
@media screen and (max-width: 1024px) {
  .single-location-page .location-hero-content-window, .single-location-page .location-hero-content-main {
    width: 100%;
  }
  .single-location-page .location-hero-content-window {
    margin-bottom: 0;
  }
  .single-location-page .back-button {
    font-size: 16px;
  }
  .single-location-page .back-button-wrapper {
    margin-bottom: 32px;
  }
  .single-location-page .location-additional-content {
    padding: 32px 0;
  }
  .single-location-page .location-additional-content .faq-sidebar {
    top: auto;
    margin-bottom: 0;
  }
  .single-location-page .location-place-image, .single-location-page .location-place-content {
    width: 100%;
  }
  .single-location-page .location-place-image:before {
    content: none;
  }
  .single-location-page .location-place-image img {
    position: static;
    top: auto;
    left: auto;
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .single-location-page .location-place {
    margin-bottom: 32px;
  }
  .single-location-page .location-places-title {
    font-size: 30px;
    line-height: 40px;
  }
  .single-location-page .location-place-image:before {
    content: none;
  }
  .single-location-page .location-place-image img {
    height: 300px;
  }
  .single-location-page .location-additional-content .faq-sidebar {
    width: 100%;
    order: 2;
  }
  .single-location-page .location-place-content {
    padding: 24px;
  }
  .single-location-page .location-additional-content-main {
    width: 100%;
  }
  .single-location-page .location-additional-content-main {
    order: 1;
  }
}
@media screen and (max-width: 500px) {
  .single-location-page .location-place-image img {
    height: 200px;
  }
  .single-location-page .location-place-content {
    padding: 24px 16px;
  }
  .single-location-page .location-place-title {
    margin-bottom: 16px;
  }
  .single-location-page .location-hero-content-window-inner {
    padding: 16px;
  }
  .single-location-page .location-hero-content-window-map {
    top: 8px;
    right: 8px;
  }
}
.single-page .single-page-hero {
  margin: 16px 0 48px;
  gap: 56px;
}
.single-page .single-page-hero-image {
  width: 50%;
  height: 675px;
}
.single-page .single-page-hero-content {
  width: calc(50% - 56px);
  max-width: 640px;
  padding-right: 32px;
}
.single-page .single-page-hero-title {
  margin-bottom: 48px;
}
.single-page .single-page-hero-preview {
  margin-bottom: 56px;
}
.single-page .single-page-hero-anchor {
  gap: 24px;
}
.single-page .single-page-hero-anchor:hover .single-page-hero-anchor-image svg {
  animation: verticalSideMovingAnimation 0.5s linear infinite;
  -webkit-animation: verticalSideMovingAnimation 0.5s linear infinite;
}
.single-page .single-page-hero-anchor-text {
  color: #F58220;
  font-size: 18px;
  font-family: FontMedium;
}
.single-page .single-page-hero-anchor-image svg {
  width: 25px;
  height: 99px;
}
.single-page .single-page-wysiwyg {
  margin: 48px 0 64px;
}
.single-page .single-page-additional {
  margin: 64px 0 96px;
}
.single-page .single-page-additional-title {
  margin-bottom: 20px;
}

@media screen and (max-width: 1680px) {
  .single-page .single-page-hero {
    gap: 48px;
  }
  .single-page .single-page-hero-content {
    width: calc(50% - 48px);
  }
  .single-page .single-page-hero-preview {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 1600px) {
  .single-page .single-page-hero-image {
    height: 500px;
  }
  .single-page .single-page-hero-title {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 1366px) {
  .single-page .single-page-hero {
    gap: 32px;
  }
  .single-page .single-page-hero-content {
    width: calc(50% - 32px);
  }
  .single-page .single-page-hero-preview {
    margin-bottom: 32px;
  }
  .single-page .single-page-wysiwyg {
    margin: 48px 0;
  }
  .single-page .single-page-additional {
    margin: 48px 0 64px;
  }
  .single-page .single-page-hero-title {
    margin-bottom: 16px;
  }
  .single-page .single-page-hero-image {
    height: 420px;
  }
  .single-page .single-page-hero-anchor-image svg {
    width: 15px;
    height: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .single-page .single-page-hero {
    margin: 48px 0;
  }
  .single-page .single-page-hero-image, .single-page .single-page-hero-content {
    width: 100%;
  }
  .single-page .single-page-hero-content {
    max-width: none;
    padding: 0 32px;
    order: 1;
  }
  .single-page .single-page-hero-image {
    order: 2;
  }
  .single-page .single-page-hero-anchor-wrapper {
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .single-page .single-page-hero {
    margin: 32px 0;
  }
  .single-page .single-page-additional {
    margin: 32px 0;
  }
  .single-page .single-page-hero {
    gap: 24px;
  }
}
@media screen and (max-width: 500px) {
  .single-page .single-page-hero-content {
    padding: 0 16px;
  }
}
.common-articles-carousel .slick-list {
  width: calc(100% + 30px);
  margin: 0 -15px;
}
.common-articles-carousel .slick-list:before, .common-articles-carousel .slick-list:after {
  width: 14px;
  background-color: #fff;
}
.common-articles-carousel .slick-slide {
  padding: 5px 15px 0;
}
.common-articles-carousel .slick-prev {
  left: -80px;
}
.common-articles-carousel .slick-next {
  right: -80px;
}

@media screen and (min-width: 1600px) {
  .common-articles-carousel .slick-prev, .common-articles-carousel .slick-next {
    top: calc(5px + 50% - 24px);
  }
}
@media screen and (max-width: 1599px) {
  .common-articles-carousel .slick-prev {
    left: calc(50% - 48px - 15px);
  }
  .common-articles-carousel .slick-next {
    right: calc(50% - 48px - 15px);
  }
}
@media screen and (max-width: 767px) {
  .slick-prev {
    left: calc(50% - 48px - 12px);
  }
  .slick-next {
    right: calc(50% - 48px - 12px);
  }
}
.services-page .services-page-container {
  padding: 32px 0 96px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 17.5%, rgba(245, 130, 32, 0.1) 100%);
}
.services-page .services-titles {
  margin-bottom: 32px;
}
.services-page .services-page-background {
  bottom: 0;
  left: 0;
  width: 358px;
  z-index: -1;
}
.services-page .services-list {
  gap: 42px;
}
.services-page .single-service-card {
  width: calc((100% - 84px) / 3.001);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 42px 42px 72px;
  background-color: #fff;
}
.services-page .single-service-card-icon {
  margin-bottom: 16px;
}
.services-page .single-service-card-icon img {
  max-width: 100%;
  height: 70px;
}
.services-page .single-service-card-title {
  margin-bottom: 32px;
  font-family: FontMedium;
  font-size: 20px;
}
.services-page .single-card-preview-text {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 32px;
}
.services-page .single-card-permalink a {
  min-width: 187px;
}

@media screen and (max-width: 1880px) {
  .services-page .services-page-background {
    display: none;
  }
}
@media screen and (max-width: 1680px) {
  .services-page .services-page-container {
    padding: 32px 0 64px;
  }
  .services-page .services-list {
    gap: 32px;
  }
  .services-page .single-service-card {
    width: calc((100% - 64px) / 3.001);
    padding: 32px 32px 64px;
  }
}
@media screen and (max-width: 1366px) {
  .services-page .services-page-container {
    padding: 32px 0 48px;
  }
  .services-page .services-list {
    gap: 24px;
  }
  .services-page .single-service-card {
    width: calc((100% - 48px) / 3.001);
    padding: 24px 24px 48px;
  }
  .services-page .single-service-card-title, .services-page .single-card-preview-text {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .services-page .services-list {
    gap: 32px;
  }
  .services-page .single-service-card {
    width: calc(50% - 16px);
  }
}
@media screen and (max-width: 767px) {
  .services-page .services-page-container {
    padding: 32px 0;
  }
  .services-page .services-titles {
    margin-bottom: 24px;
  }
  .services-page .single-service-card {
    width: 100%;
    padding: 24px 16px 48px;
  }
}
.single-service-page .service-hero-gradient {
  background: linear-gradient(180deg, rgba(52, 52, 52, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%);
  mix-blend-mode: multiply;
}
.single-service-page .service-hero-title {
  margin-bottom: 24px;
}
.single-service-page .service-hero-container {
  gap: 48px;
  padding: 64px 0 96px;
}
.single-service-page .service-hero-inner, .single-service-page .service-main-content, .single-service-page .service-additional-content, .single-service-page .single-extra-content {
  width: calc(100% - 381px - 48px);
}
.single-service-page .service-hero-sidebar {
  width: 381px;
}
.single-service-page .service-hero-sidebar .faq-sidebar {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}
.single-service-page .service-main-content, .single-service-page .service-additional-content, .single-service-page .single-extra-content {
  padding: 48px 0;
}
.single-service-page .service-additional-content-wrapper {
  background: linear-gradient(to top, rgba(255, 255, 255, 0) 17.5%, rgba(245, 130, 32, 0.1) 100%);
}
.single-service-page .single-extra-content-title {
  color: #F58220;
  font-family: FontMedium;
  font-size: 50px;
  line-height: 59px;
  margin-bottom: 24px;
}
.single-service-page .service-content-wrapper {
  padding-bottom: 48px;
}
.single-service-page .wysiwyg-styles > h2, .single-service-page .wysiwyg-styles > h3 {
  color: #343434;
}

@media screen and (max-width: 1680px) {
  .single-service-page .service-hero-container {
    padding: 48px 0 64px;
  }
}
@media screen and (max-width: 1366px) {
  .single-service-page .service-hero-container {
    gap: 32px;
    padding: 32px 0 48px;
  }
  .single-service-page .service-hero-inner, .single-service-page .service-main-content, .single-service-page .service-additional-content, .single-service-page .single-extra-content {
    width: calc(100% - 300px - 32px);
  }
  .single-service-page .service-hero-sidebar {
    width: 300px;
  }
  .single-service-page .single-extra-content-title {
    font-size: 40px;
    line-height: 48px;
  }
}
@media screen and (max-width: 1024px) {
  .single-service-page .service-hero-inner, .single-service-page .service-hero-sidebar, .single-service-page .service-main-content, .single-service-page .service-additional-content, .single-service-page .single-extra-content {
    width: 100%;
  }
  .single-service-page .service-main-content, .single-service-page .service-additional-content, .single-service-page .single-extra-content {
    padding: 32px 0;
  }
  .single-service-page .service-hero-sidebar .faq-sidebar {
    position: static;
    top: auto;
    left: auto;
  }
  .single-service-page .service-content-wrapper {
    padding-bottom: 32px;
  }
}
@media screen and (max-width: 767px) {
  .single-service-page .single-extra-content-title, .single-service-page .wysiwyg-styles > h2 {
    font-size: 30px;
    line-height: 40px;
  }
}

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