body {
  background-color: black;
}

.orm-offers-image {
  border-radius: 20px;
}

.orm-eq-height .frame-type-html,
.orm-eq-height .orm-searchbarwidget,
.orm-eq-height .orm-searchbarwidget > div,
.orm-eq-height .orm-searchbar__datepicker--wrappless,
.orm-eq-height .orm-searchbar__padding {
  height: 100%;
}

.orm-burger {
  color: #000;
}

.orm-burgerMenu {
  background-color: #15151c;
  color: #fff;
  border-bottom: 6px solid #9beb6b;
}
.orm-burgerMenu .router-link {
  color: #fff !important;
}
@media screen and (max-width: 768px) {
  .orm-reverseorder .orm-container > .orm-row {
    flex-direction: column-reverse;
  }
}

.frame-type-menu_pages.frame-layout-1 > ul {
  display: flex;
  gap: 2rem;
  justify-content: space-evenly;
}

@media screen and (max-width: 560px) {
  .frame-type-menu_pages.frame-layout-1 > ul {
    display: flex;
    gap: 0.5rem;
    justify-content: space-evenly;
    flex-wrap: wrap;
    flex-direction: column;
    text-align: center;
  }
}
@media screen and (min-width: 769px) {
  .orm-teaser__fullscreen__content {
    background-color: transparent !important;
  }
}

.orm-iconset {
  display: flex;
  gap: 2rem;
  justify-content: center;
  font-size: 22px;
}

.orm-stationsfilter-station-list-station {
  background-color: #15151c;
  padding: 2rem;
  border-radius: 20px;
}
.orm-stationsfilter-station-list-station * {
  color: #fff;
}

.orm-stationsfilter-station-list .orm-mb-48 {
  margin-bottom: 1rem !important;
}

.orm-borderRadiusTBRL .orm-teaser {
  border-radius: 20px;
  overflow: hidden;
}

.orm-btn--icon.orm-login-widget-btnlistener {
  border: 0 none transparent;
  background-color: transparent;
  color: #000;
}

.orm-btn--icon.orm-login-widget-btnlistener:hover,
.orm-btn--icon.orm-login-widget-btnlistener:focus {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

.orm-btn--icon.orm-login-widget-btnlistener .fal.fa-user-circle {
  font-size: 24px;
  color: #000;
}

.orm-vehicle-card__slider {
  margin-top: 0;
}

.orm-header-nomargin h1,
.orm-header-nomargin h2,
.orm-header-nomargin h3 {
  margin-bottom: 0 !important;
}

.orm-burgerMenu-row {
  margin-bottom: 0 !important;
}
/* 
#c57 .orm-vehicle-list {
    display: flex;
    justify-content: center;
} */

#crentAboVehicleGroups .orm-headline__h1 {
  color: #fff;
}

#crentAboVehicleGroups
  .orm-mb-16.orm-col-xs-12.orm-col-sm-8.orm-col-md-4.orm-col-lg-3.orm-px-xs-8
  .text-center {
  background-color: #15151c;
  padding: 0 1rem 1rem;
  border-radius: 20px;
  color: #fff;
  height: 100%;
}

.orm-font-color-light .control-label.orm-form__label {
  color: #fff;
}

.frame-type-form_formframework .form-check-wrapping-label {
  display: flex;
}
.frame-type-form_formframework .form-check-input {
  align-self: start;
}
.frame-type-form_formframework .form-check-label {
  margin-left: 1rem;
  display: inline-block;
}

.accordion {
  background: #15151c;
  border-radius: 20px;

  padding: 1rem 1rem 1rem 1rem;
  color: #fff;
  margin-bottom: 1rem;
}
.accordion__headline {
  border-top: 0 none;
  color: #fff;
  padding: 0;
}

.accordion__headline::before {
  top: 0;
  right: calc(1rem + 6px);
}
.accordion__headline.active::before {
  top: calc(0rem);
  right: calc(1rem + 6px);
}

.accordion__headline::after {
  top: calc(0rem + 6px);
  right: 1rem;
}
.accordion__content {
  border-top: 2px solid #9beb6b;
  margin-top: 1rem;
}

.orm-slider__slide .orm-btn.orm-btn--outline,
.orm-caroffers__element .orm-button__cta.outline {
  background-color: #9beb6b;
  border: 2px solid #9beb6b;
  color: #fff !important;
}
.orm-slider__slide .orm-btn.orm-btn--outline:hover,
.orm-slider__slide .orm-btn.orm-btn--outline:focus,
.orm-caroffers__element .orm-button__cta.outline:hover,
.orm-caroffers__element .orm-button__cta.outline:focus {
  background-color: transparent;
  border: 2px solid #9beb6b;
  color: #9beb6b !important;
}

.orm-vehicle-slide-inner {
  background-color: #15151c;
}

body {
  background: white;
}

.orm-btn {
  background-color: rgba(155, 235, 107, 1);
  background-color: black;
  text-transform: capitalize;
  color: rgba(155, 235, 107, 1) !important;
  /* color: black !important; */
}

.orm-btn:hover {
  background-color: #fff;
  color: black !important;
}
.orm-button__cta {
  /* background: linear-gradient(
        170deg,
        rgba(165, 64, 142, 1) 0%,
        rgba(165, 64, 142, 1) 35%,
        rgba(227, 32, 100, 1) 100%
    ); */

  background-color: #fff;
  background: linear-gradient(
    170deg,
    rgba(165, 64, 142, 1) 0%,
    rgba(165, 64, 142, 1) 35%,
    rgba(227, 32, 100, 1) 100%
  );
  background: linear-gradient(
    170deg,
    rgba(155, 235, 107, 1) 0%,
    rgba(155, 235, 107, 1) 35%,
    rgba(245, 254, 35, 1) 100%
  );

  text-transform: capitalize;
  color: #fff !important;
  color: black !important;
  transition: 0.25s ease all;
}
.orm-button__cta:hover {
  background: linear-gradient(
    170deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 35%,
    rgba(255, 255, 255, 1) 100%
  );
}
.orm-button__cta.inverted {
  background: black;
  border: 0 none;
  color: rgba(155, 235, 107, 1) !important;
}

.orm-button__cta.inverted:hover {
  color: black !important;
  background: #fff;
}

.orm-offers-content {
  background: linear-gradient(
    170deg,
    rgba(155, 235, 107, 1) 0%,
    rgba(155, 235, 107, 1) 35%,
    rgba(245, 254, 35, 1) 100%
  );
  color: black !important;
}

.orm-offers-teaser {
  color: black !important;
}

.orm-offers-teasline {
  color: black !important;
}

.orm-button__cta--offer {
  /* background: linear-gradient(
        170deg,
        rgba(155, 235, 107, 1) 0%,
        rgba(155, 235, 107, 1) 35%,
        rgba(245, 254, 35, 1) 100%
    );
    background: linear-gradient(
        350deg,
        rgba(254, 231, 25, 1) 0%,
        rgba(254, 138, 124, 1) 54%,
        rgba(254, 85, 177, 1) 100%
    ); */
  background: black;
  color: rgba(254, 85, 177, 1) !important;
}

.orm-searchbar__padding {
  background: linear-gradient(
    350deg,
    rgba(155, 235, 107, 1) 0%,
    rgba(155, 235, 107, 1) 35%,
    rgba(245, 254, 35, 1) 100%
  );
  background: linear-gradient(
    170deg,
    rgba(254, 231, 25, 1) 0%,
    rgba(254, 138, 124, 1) 54%,
    rgba(254, 85, 177, 1) 100%
  );
  background: linear-gradient(
    170deg,
    rgba(155, 235, 107, 1) 0%,
    rgba(155, 235, 107, 1) 35%,
    rgba(245, 254, 35, 1) 100%
  );
  color: black !important;
}

.orm-stationselect,
.orm-dateselect {
  background-color: #fff;
  color: black;
}
.orm-stationselect strong {
  background-color: #fff;
  color: black;
}

.orm-tariff-card {
  color: black;
}

.orm-crentFooter {
  background: linear-gradient(
    350deg,
    rgba(155, 235, 107, 1) 0%,
    rgba(155, 235, 107, 1) 35%,
    rgba(245, 254, 35, 1) 100%
  );
  color: black;
}

.orm-crentFooter .orm-font-color-dark * {
  color: black !important;
}

.orm-stationfilter-btn,
.orm-stationfilter-btn.active,
.orm-stationfilter-btn:focus,
.orm-stationfilter-btn:hover {
  background: linear-gradient(
    350deg,
    rgba(155, 235, 107, 1) 0%,
    rgba(155, 235, 107, 1) 35%,
    rgba(245, 254, 35, 1) 100%
  );
  color: black;
  border: 0 none;
}

.orm-stationfilter-btn.active {
  background: #000;
  color: rgba(155, 235, 107, 1);
  /* 'background: linear-gradient(
        170deg,
        rgba(254, 231, 25, 1) 0%,
        rgba(254, 138, 124, 1) 54%,
        rgba(254, 85, 177, 1) 100%
    );
    background: linear-gradient(
        170deg,
        rgba(155, 235, 107, 1) 0%,
        rgba(155, 235, 107, 1) 35%,
        rgba(245, 254, 35, 1) 100%
    );' */
}

.swiper-thumb-bullet {
  background-color: rgba(155, 235, 107, 1);
}

.swiper-slide-thumb-active {
  background-color: #000;
}
