/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

@import url(https://fonts.googleapis.com/css?family=Play:400,700&subset=latin,cyrillic);
.RentsystBodyOverflowHidden {
    overflow: hidden
}

.RentsystButton {
    position: fixed !important;
    width: 100px !important;
    height: 100px !important;
    box-sizing: border-box !important
}

.RentsystButton.bottom {
    bottom: 30px !important
}

.RentsystButton.top {
    top: 30px !important
}

.RentsystButton.right {
    right: 30px !important
}

.RentsystButton.left {
    left: 30px !important
}

.RentsystButtonBackground {
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    width: 100px !important;
    height: 100px !important;
    border-radius: 100% !important;
    background-color: #1c84c6;
    opacity: .8 !important;
    box-sizing: border-box !important
}

.RentsystButtonWave {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    -webkit-transform: translate(-50%, -50%) !important;
    -moz-transform: translate(-50%, -50%) !important;
    -o-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
    border-radius: 50% !important;
    color: #1c84c6;
    border: 2px solid !important;
    width: 105%;
    height: 105%;
    opacity: .9 !important;
    box-sizing: border-box !important;
    -webkit-animation: 2s cubic-bezier(.37, 0, .8, .77) infinite wave-stroke;
    -moz-animation: 2s cubic-bezier(.37, 0, .8, .77) infinite wave-stroke;
    -o-animation: 2s cubic-bezier(.37, 0, .8, .77) infinite wave-stroke;
    animation: 2s cubic-bezier(.37, 0, .8, .77) infinite wave-stroke
}

.RentsystButtonIcon {
    display: none;
    box-sizing: border-box !important
}

.RentsystButtonText {
    position: absolute !important;
    top: 25px !important;
    left: 5px !important;
    right: 5px !important;
    border-radius: 50% !important;
    width: 90px !important;
    height: 50px !important;
    color: #fff !important;
    font-size: 15px !important;
    line-height: 25px !important;
    font-weight: 400 !important;
    text-align: center !important;
    vertical-align: middle !important;
    letter-spacing: 1.5px !important;
    font-family: Play, sans-serif !important;
    box-sizing: border-box !important
}

.RentsystWidgetBlock {
    position: fixed !important;
    top: 0 !important;
    width: 407px;
    height: 100% !important;
    background-color: #fff !important;
    background-position: center 10% !important;
    background-repeat: no-repeat !important;
    box-sizing: border-box !important
}

.RentsystWidgetIFrame {
    width: 100% !important;
    height: 100% !important;
    box-sizing: border-box !important
}

.RentsystWidgetCover {
    width: 100% !important;
    height: 100% !important;
    background: #333 !important;
    opacity: .5 !important;
    display: none;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    box-sizing: border-box !important
}

.RentsystCloseIcon {
    position: fixed !important;
    top: 13px !important;
    width: 35px !important;
    height: 35px !important;
    border-radius: 50% !important;
    background: url(https://girassol.rent/wp-content/plugins/rentsyst/site/css/../img/icon-close.png) center center/12px 12px no-repeat #fff !important;
    display: none;
    box-sizing: border-box !important
}

.RentsystCloseIcon.left {
    left: 430px !important
}

.RentsystCloseIcon.right {
    right: 430px !important
}

.RentsystWidgetShow {
    animation-duration: .4s !important
}

.RentsystWidgetShow.right {
    right: 0 !important;
    animation-name: slideinRight !important
}

.RentsystWidgetShow.left {
    left: 0 !important;
    animation-name: slideinLeft !important
}

.RentsystWidgetShow {
    display: inline-block;
    padding: 7px 15px;
}

.RentsystWidgetHide {
    animation-duration: .4s !important
}

.RentsystWidgetHide.right {
    right: -500px !important;
    animation-name: slideoutRight !important
}

.RentsystWidgetHide.left {
    left: -500px !important;
    animation-name: slideoutLeft !important
}

.RentsystWidgetHide {
    display: none;
}

.rentsyst-color-badge {
    width: 22px;
    height: 22px;
    display: inline-block;
    margin: -4px 3px;
    border-radius: 50%;
    border: 1px solid #10101069;
}

#rentsyst_page .pagination .next, #rentsyst_page .pagination .prev {
    display: inline-block;
}

@media only screen and (max-width: 500px) {
    .RentsystWidgetBlock {
        width: auto!important;
        max-width: 100%;
    }
    .RentsystCloseIcon.right, .RentsystCloseIcon.left {
        right: 15px!important;
        left: auto!important;
        background: url(https://girassol.rent/wp-content/plugins/rentsyst/site/css/../img/icon-close.png) center center/12px 12px no-repeat #dfdfe3 !important;
    }
}
.rentsyst-payment-wrapper .rentsyst-title {
    margin-top: 2px;
}

.rentsyst-payment-wrapper .rentsyst-list {
    font-size: 14px;
    padding: 0px;
}
.rentsyst-payment-wrapper .rentsyst-list li {
    list-style-type: none;
    position: relative;
}
.rentsyst-payment-wrapper em {
    font-style: italic;
}
.rentsyst-payment-wrapper strong {
    font-weight: bold;
}
.rentsyst-payment-wrapper .rentsyst-list li:before {
    content: '';
    display: block;
    position: absolute;
    width: 3px;
    height: 6px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    top: 7px;
    left: -17px;
}
.rentsyst-payment-wrapper .rentsyst-paid-status h2{
    margin-top: 0px;
}

body .daterangepicker {
    z-index: 100500;
}

@keyframes slideinRight {
    from {
        right: -500px
    }

    to {
        right: 0
    }
}

@-webkit-keyframes slideinRight {
    from {
        right: -500px
    }

    to {
        right: 0
    }
}

@-moz-keyframes slideinRight {
    from {
        right: -500px
    }

    to {
        right: 0
    }
}

@-o-keyframes slideinRight {
    from {
        right: -500px
    }

    to {
        right: 0
    }
}

@keyframes slideinLeft {
    from {
        left: -500px
    }

    to {
        left: 0
    }
}

@-webkit-keyframes slideinLeft {
    from {
        left: -500px
    }

    to {
        left: 0
    }
}

@-moz-keyframes slideinLeft {
    from {
        left: -500px
    }

    to {
        left: 0
    }
}

@-o-keyframes slideinLeft {
    from {
        left: -500px
    }

    to {
        left: 0
    }
}

@keyframes slideoutRight {
    from {
        right: 0
    }

    to {
        right: -500px
    }
}

@-webkit-keyframes slideoutRight {
    from {
        right: 0
    }

    to {
        right: -500px
    }
}

@-moz-keyframes slideoutRight {
    from {
        right: 0
    }

    to {
        right: -500px
    }
}

@-o-keyframes slideoutRight {
    from {
        right: 0
    }

    to {
        right: -500px
    }
}

@keyframes slideoutLeft {
    from {
        left: 0
    }

    to {
        left: -500px
    }
}

@-webkit-keyframes slideoutLeft {
    from {
        left: 0
    }

    to {
        left: -500px
    }
}

@-moz-keyframes slideoutLeft {
    from {
        left: 0
    }

    to {
        left: -400px
    }
}

@-o-keyframes slideoutLeft {
    from {
        left: 0
    }

    to {
        left: -500px
    }
}

@-webkit-keyframes wave-stroke {
    100% {
        width: 200%;
        height: 200%;
        border-color: transparent;
        opacity: 0
    }
}

@-moz-keyframes wave-stroke {
    100% {
        width: 200%;
        height: 200%;
        border-color: transparent;
        opacity: 0
    }
}

@-o-keyframes wave-stroke {
    100% {
        width: 200%;
        height: 200%;
        border-color: transparent;
        opacity: 0
    }
}

@keyframes wave-stroke {
    100% {
        width: 200%;
        height: 200%;
        border-color: transparent;
        opacity: 0
    }
}


.rentsyst-gallery-preview-wrapper {
    display: none;
    position: absolute;
    top: 2px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

.rentsyst-gallery-image-item {
    position: relative;
    display: flex;
    align-items: flex-end;
    flex: 1;
    height: 100%;
}

a:hover .rentsyst-gallery-preview-wrapper {
    display: flex;
    transition: background-color 300ms linear;
}

.rentsyst-gallery-preview-wrapper.cover-mode {
    background-color: #000000;
    transition: background-color 300ms linear;
}

.rentsyst-gallery-image-item:hover::after {
    opacity: 1;
    background: #888;
}
.rentsyst-gallery-image-item:after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 1px;
    right: 1px;
    height: 4px;
    border-radius: 2px;
    opacity: 0.5;
    background: #888;
}

.rentsyst-image-group-wrapper {
    position: relative;
}.rentsyst-catalog-item-wrap .slick-slider {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.rentsyst-catalog-item-wrap .slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.rentsyst-catalog-item-wrap .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.rentsyst-catalog-item-wrap .slick-slider .slick-list,
.rentsyst-catalog-item-wrap .slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.rentsyst-catalog-item-wrap .slick-track {
  left: 0;
  top: 0;
  margin-left: auto;
  margin-right: auto;
}
.rentsyst-catalog-item-wrap .slick-track:after,
.rentsyst-catalog-item-wrap .slick-track:before {
  content: "";
  display: table;
}
.rentsyst-catalog-item-wrap .slick-track:after {
  clear: both;
}
.rentsyst-catalog-item-wrap .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.rentsyst-catalog-item-wrap .slick-slide img {
  display: block;
}
.rentsyst-catalog-item-wrap .slick-slide.slick-loading img {
  display: none;
}
.rentsyst-catalog-item-wrap .slick-slide.dragging img {
  pointer-events: none;
}
.rentsyst-catalog-item-wrap .slick-initialized .slick-slide {
  display: block;
}
.rentsyst-catalog-item-wrap .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.rentsyst-catalog-item-wrap .slick-arrow.slick-hidden {
  display: none;
}
.rentsyst-catalog-item-wrap .ui-slider {
  text-align: left;
}
.rentsyst-catalog-item-wrap .alert,
.rentsyst-catalog-item-wrap .btn,
.rentsyst-catalog-item-wrap .center,
.rentsyst-catalog-item-wrap .datepicker--day-name,
.rentsyst-catalog-item-wrap .datepicker--time-current,
.rentsyst-catalog-item-wrap .dropdown--lang .dropdown__list,
.rentsyst-catalog-item-wrap .gragndrop,
.rentsyst-catalog-item-wrap .h2,
.rentsyst-catalog-item-wrap .header__sign,
.rentsyst-catalog-item-wrap .header__slider .item,
.rentsyst-catalog-item-wrap .nav__user .warn,
.rentsyst-catalog-item-wrap .pagination,
.rentsyst-catalog-item-wrap .signin__tab-label,
.rentsyst-catalog-item-wrap .switch .label {
  text-align: center;
}
.rentsyst-catalog-item-wrap .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 22px;
  height: 22px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  outline: 0;
  cursor: pointer;
}
.rentsyst-catalog-item-wrap .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  border: 0;
  background: #0894ff;
}
.rentsyst-catalog-item-wrap .ui-slider-horizontal {
  height: 10px;
}
.rentsyst-catalog-item-wrap .ui-slider-horizontal .ui-slider-handle {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: -0.6em;
}
.rentsyst-catalog-item-wrap .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.rentsyst-catalog-item-wrap .ui-slider-horizontal .ui-slider-range-min {
  left: 0;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.rentsyst-catalog-item-wrap .ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.rentsyst-catalog-item-wrap .ui-widget-content {
  background: #ebebeb;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.rentsyst-catalog-item-wrap .ui-button,
.rentsyst-catalog-item-wrap .ui-state-default,
.rentsyst-catalog-item-wrap .ui-widget-content .ui-state-default,
.rentsyst-catalog-item-wrap .ui-widget-header .ui-state-default {
  border: 2px solid #0894ff;
  background: #fff;
}
html .ui-button.ui-state-disabled:active,
html .ui-button.ui-state-disabled:hover {
  border: 2px solid #ccc;
  background: #ebebeb;
}
.rentsyst-catalog-item-wrap .ui-button {
  color: #454545;
  text-decoration: none;
}
.rentsyst-catalog-item-wrap .ui-state-focus,
.rentsyst-catalog-item-wrap .ui-state-hover,
.rentsyst-catalog-item-wrap .ui-widget-content .ui-state-focus,
.rentsyst-catalog-item-wrap .ui-widget-content .ui-state-hover,
.rentsyst-catalog-item-wrap .ui-widget-header .ui-state-focus,
.rentsyst-catalog-item-wrap .ui-widget-header .ui-state-hover {
  background: #ebebeb;
}
.rentsyst-catalog-item-wrap .ui-button:focus,
.rentsyst-catalog-item-wrap .ui-button:hover {
  background: #0894ff;
}
.rentsyst-catalog-item-wrap .ui-state-active,
.rentsyst-catalog-item-wrap .ui-widget-content .ui-state-active,
.rentsyst-catalog-item-wrap .ui-widget-header .ui-state-active,
a.ui-button:active {
  background: #0894ff;
  border: 2px solid #fff;
  color: #fff;
}

.rentsyst-catalog-item-wrap .alert__close,
.rentsyst-catalog-item-wrap .btn,
.rentsyst-catalog-item-wrap .burger {
  cursor: pointer;
}
.rentsyst-catalog-item-wrap .datepicker--days-names {
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 8px 0 3px;
}
.rentsyst-catalog-item-wrap .datepicker--day-name {
  color: #828693;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-transform: uppercase;
  font-size: 0.8em;
}
.rentsyst-catalog-item-wrap .h2,
.rentsyst-catalog-item-wrap .h3,
.rentsyst-catalog-item-wrap .showmore,

.rentsyst-catalog-item-wrap .datepicker--cell-day {
  width: 14.28571%;
}
.rentsyst-catalog-item-wrap .datepicker--cells-months {
  height: 170px;
}
.rentsyst-catalog-item-wrap .datepicker--cell-month {
  width: 33.33%;
  height: 25%;
}
.rentsyst-catalog-item-wrap .datepicker--cells-years,
.rentsyst-catalog-item-wrap .datepicker--years {
  height: 170px;
}
.rentsyst-catalog-item-wrap .datepicker--cell-year {
  width: 25%;
  height: 33.33%;
}

.rentsyst-catalog-item-wrap .bold,
.rentsyst-catalog-item-wrap .h2 {
  font-weight: 700;
}


.rentsyst-catalog-item-wrap .is-fixed {
  left: 0;
  right: 0;
  margin: auto;
}
.rentsyst-catalog-item-wrap .bb,
.rentsyst-catalog-item-wrap .bullets {
  border-bottom: 2px solid #ebebeb;
}
.rentsyst-catalog-item-wrap .bl,
.rentsyst-catalog-item-wrap .form__input-btn {
  border-left: 2px solid #ebebeb;
}
.rentsyst-catalog-item-wrap .ttn {
  text-transform: none !important;
}
.rentsyst-catalog-item-wrap .fico {
  display: inline-block;
  font-size: 3rem;
}
.rentsyst-catalog-item-wrap .fico::before {
  display: block;
}
.rentsyst-catalog-item-wrap .logo {
  width: 205px;
  height: 50px;
}
.rentsyst-catalog-item-wrap .h2 {
  font-size: 2.25rem;
  margin-bottom: 40px;
}
.rentsyst-catalog-item-wrap .h3 {
  font-size: 1.625rem;
}
.rentsyst-catalog-item-wrap .fz0 {
  font-size: 0;
}
.rentsyst-catalog-item-wrap .showmore {
  display: inline-block;
  text-decoration: underline;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  margin-top: 10px;
  margin-bottom: 10px;
}
.rentsyst-catalog-item-wrap .showmore:hover {
  color: #0894ff;
}
.rentsyst-catalog-item-wrap .plates {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.rentsyst-catalog-item-wrap .form__input-btn,
.rentsyst-catalog-item-wrap .rating {
  -webkit-box-align: center;
}
.rentsyst-catalog-item-wrap .rating {
  color: #ebebeb;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  letter-spacing: 1px;
}
.rentsyst-catalog-item-wrap .rating__empty::before,
.rentsyst-catalog-item-wrap .rating__full::before {
  content: "\E038\E038\E038\E038\E038";
  font-size: 1rem;
  white-space: nowrap;
  display: block;
  font-family: fico;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
}
.rentsyst-catalog-item-wrap .checkbox__item .label::after,
.rentsyst-catalog-item-wrap .checkbox__item .label::before,
.rentsyst-catalog-item-wrap .clear::after,
.rentsyst-catalog-item-wrap .dropdown__toggle::after,
.rentsyst-catalog-item-wrap .loading::after,
.rentsyst-catalog-item-wrap .nav__link--user .name::after,
.rentsyst-catalog-item-wrap .nav__user .warn__tooltip::after,
.rentsyst-catalog-item-wrap .select-list::after,
.rentsyst-catalog-item-wrap .switch__track::after {
  content: "";
}
.rentsyst-catalog-item-wrap .rating__full {
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
  color: #fd0;
}
.rentsyst-catalog-item-wrap .clear::after {
  display: table;
  clear: both;
}
.rentsyst-catalog-item-wrap .form--inline,
.rentsyst-catalog-item-wrap .form__input-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.rentsyst-catalog-item-wrap .form--inline {
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.rentsyst-catalog-item-wrap .form--inline .form__input--date {
  width: 200px;
}
.rentsyst-catalog-item-wrap .form__row {
  position: relative;
  margin-right: 15px;
}
.rentsyst-catalog-item-wrap .form__row--max {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.rentsyst-catalog-item-wrap .form__input {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 55px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding: 5px 55px 5px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #58595b;
  font-size: 0.875rem;
  font-weight: 300;
  border: 2px solid #ebebeb;
}
.rentsyst-catalog-item-wrap .form__input-btn,
.rentsyst-catalog-item-wrap .form__input-ico {
  position: absolute;
  top: 7px;
  bottom: 7px;
  width: 55px;
}
.rentsyst-catalog-item-wrap .alert--small,
.rentsyst-catalog-item-wrap .btn,
.rentsyst-catalog-item-wrap .call-us,
.rentsyst-catalog-item-wrap .checkbox__item .bold,
.rentsyst-catalog-item-wrap .checkbox__item input[type="checkbox"]:checked + .label--check,
.rentsyst-catalog-item-wrap .dropdown__link,
.rentsyst-catalog-item-wrap .nav__link,
.rentsyst-catalog-item-wrap .pagination__link,
.rentsyst-catalog-item-wrap .params__value {
  font-weight: 700;
}
.rentsyst-catalog-item-wrap .form__input:focus {
  -webkit-box-shadow: 0 2px 10px rgba(139, 139, 139, 0.3);
  box-shadow: 0 2px 10px rgba(139, 139, 139, 0.3);
}
.rentsyst-catalog-item-wrap .cars .car:hover,
.rentsyst-catalog-item-wrap .signin__tab .form {
  -webkit-box-shadow: 0 2px 10px rgba(139, 139, 139, 0.3);
}
.rentsyst-catalog-item-wrap .form__input--date {
  padding: 5px 5px 5px 55px;
}
.rentsyst-catalog-item-wrap .form__input.is-valid ~ .form__input-ico {
  color: #0894ff;
}
.rentsyst-catalog-item-wrap .button,
.rentsyst-catalog-item-wrap .form__submit {
  margin-left: 15px;
  padding: 0 35px;
}
.rentsyst-catalog-item-wrap .form__input-btn {
  right: 0;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  color: #ccc;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.rentsyst-catalog-item-wrap .form__input-btn .fico {
  font-size: 1rem;
}
.rentsyst-catalog-item-wrap .form__input-btn .fico-location {
  font-size: 1.8rem;
}
.rentsyst-catalog-item-wrap .form__input-btn .fico-time {
  font-size: 1.6rem;
}
.rentsyst-catalog-item-wrap .form__input-btn.is-active,
.rentsyst-catalog-item-wrap .form__input-btn:hover {
  color: #0894ff;
}
.rentsyst-catalog-item-wrap .form__input-ico {
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ccc;
  pointer-events: none;
}
.rentsyst-catalog-item-wrap .form__input-ico .fico {
  font-size: 2.2rem;
}
.rentsyst-catalog-item-wrap .button {
  display: inline-block;
  text-decoration: none;
}
.rentsyst-catalog-item-wrap .hidden-md,
.rentsyst-catalog-item-wrap .hidden-xs {
  display: block;
}
.rentsyst-catalog-item-wrap .visible-md {
  display: none;
}
.rentsyst-catalog-item-wrap .burger {
  width: 21px;
}
.rentsyst-catalog-item-wrap .burger__item {
  display: block;
  height: 3px;
  background: #58595b;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.rentsyst-catalog-item-wrap .params {
  border: 2px solid #0894ff;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 30px;
  width: 100%;
  max-width: 540px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.rentsyst-catalog-item-wrap .params__col {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0 40px;
  border-right: 2px solid #0894ff;
}
.rentsyst-catalog-item-wrap .params__col:last-of-type {
  border-right: none;
  padding-right: 0;
  border-bottom: none;
}
.rentsyst-catalog-item-wrap .params__col:first-of-type {
  padding-left: 0;
}
.rentsyst-catalog-item-wrap .params__item {
  margin-bottom: 20px;
  line-height: 25px;
}
.rentsyst-catalog-item-wrap .params__item:last-of-type {
  margin-bottom: 0;
}
.rentsyst-catalog-item-wrap .params__item .fico {
  font-size: 1rem;
  margin-right: 10px;
}
.rentsyst-catalog-item-wrap .params__item .fico-ok {
  color: #8dc63f;
}
.rentsyst-catalog-item-wrap .params__item .fico-not-ok {
  color: #eb3f57;
}
.rentsyst-catalog-item-wrap .visible-xs {
  display: none;
}
.rentsyst-catalog-item-wrap .pagination {
  padding-top: 30px;
}
.rentsyst-catalog-item-wrap .pagination__status {
  color: #ccc;
  font-size: 0.875rem;
  margin-bottom: 30px;
}
.rentsyst-catalog-item-wrap .pagination__status .big {
  font-size: 2.25rem;
}
.rentsyst-catalog-item-wrap .pagination__link {
  color: #0894ff;
}
.rentsyst-catalog-item-wrap .pagination__link:hover {
  text-decoration: none;
}
.rentsyst-catalog-item-wrap .btn {
  font-size: 16px;
  display: inline-block;
  line-height: 42px;
  border: 2px solid currentColor;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
  padding: 0 25px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
  background: 0 0;
  white-space: nowrap;
}
.rentsyst-catalog-item-wrap .input,
.rentsyst-catalog-item-wrap .select {
  -webkit-border-radius: 5px;
}
.rentsyst-catalog-item-wrap .btn--blue,
.rentsyst-catalog-item-wrap .btn--reset {
  background: #fff;
}
.rentsyst-catalog-item-wrap .btn .fico {
  font-size: 0.75rem;
  margin-left: 10px;
}
.rentsyst-catalog-item-wrap .btn--reset {
  color: #ccc;
}
.rentsyst-catalog-item-wrap .btn--blue,
.rentsyst-catalog-item-wrap .btn--reset.is-active {
  color: #0894ff;
}
.rentsyst-catalog-item-wrap .btn--blue:hover {
  color: #fff;
  background: #0894ff;
  border-color: #0894ff;
}
.rentsyst-catalog-item-wrap .btn--green {
  color: #8dc63f;
  background: #fff;
}
.rentsyst-catalog-item-wrap .btn--green:hover {
  color: #fff;
  background: #8dc63f;
  border-color: #8dc63f;
}
.rentsyst-catalog-item-wrap .btn--grey {
  color: #ccc;
  background: #fff;
}
.rentsyst-catalog-item-wrap .btn--grey:hover {
  color: #0894ff;
  border-color: #0894ff;
}
.rentsyst-catalog-item-wrap .btn--grey-fill,
.rentsyst-catalog-item-wrap .btn--save {
  color: #fff;
  background: #ccc;
  border-color: #ccc;
}
.rentsyst-catalog-item-wrap .btn--grey-fill:hover {
  border-color: #0894ff;
  background: #0894ff;
}
.rentsyst-catalog-item-wrap .btn--save {
  min-width: 180px;
}
.rentsyst-catalog-item-wrap .btn--save.is-active,
.rentsyst-catalog-item-wrap .btn--save:hover {
  background: #eb3f57;
  border-color: #eb3f57;
}
.rentsyst-catalog-item-wrap .btn--white {
  color: #fff;
  background: 0 0;
}
.rentsyst-catalog-item-wrap .btn--white:hover {
  color: #fff;
  background: #0894ff;
}
.rentsyst-catalog-item-wrap .btn--red {
  color: #eb3f57;
}
.rentsyst-catalog-item-wrap .btn--red:hover {
  color: #fff;
  background: #eb3f57;
  border-color: #eb3f57;
}
.rentsyst-catalog-item-wrap .btn--continue {
  background-color: #eb3f57;
  border-color: #eb3f57;
}
.rentsyst-catalog-item-wrap .btn--continue:hover {
  border-color: #e01733;
  background-color: #e01733;
}
.rentsyst-catalog-item-wrap .btn--back {
  background-color: #ccc;
  border-color: #ccc;
}
.rentsyst-catalog-item-wrap .btn--back:hover {
  border-color: #b3b3b3;
  background-color: #b3b3b3;
}
.rentsyst-catalog-item-wrap .btn--submit {
  line-height: 51px;
  color: #fff;
  background: #eb3f57;
  border-color: #eb3f57;
}
.rentsyst-catalog-item-wrap .btn--submit .fico {
  -webkit-transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.rentsyst-catalog-item-wrap .btn--submit:hover .fico {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
.rentsyst-catalog-item-wrap .btn--submit:disabled {
  cursor: not-allowed;
  border-color: #fff;
  background: 0 0;
}
.rentsyst-catalog-item-wrap .btn--submit:disabled:hover .fico {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.rentsyst-catalog-item-wrap .btn--filled {
  background: #eb3f57;
  border-color: #eb3f57;
}
.rentsyst-catalog-item-wrap .btn--filled:hover {
  color: #fff;
  background: 0 0;
  border-color: #fff;
}
.rentsyst-catalog-item-wrap .results .result:hover,
.rentsyst-catalog-item-wrap .user:hover {
  -webkit-box-shadow: 0 2px 10px rgba(139, 139, 139, 0.3);
}
.rentsyst-catalog-item-wrap.calculate .flex,
.rentsyst-catalog-item-wrap .results__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.rentsyst-catalog-item-wrap .footer__btm .pay__item:not(:last-of-type) {
  margin-right: 5px;
}
.rentsyst-catalog-item-wrap .footer__btm .pay__item .icon {
  width: 50px;
  height: 20px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.5;
  transition: all 0.3s;
}
.rentsyst-catalog-item-wrap .footer__btm .pay__item .icon:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
}
.rentsyst-catalog-item-wrap.calculate {
  padding: 10px 0;
}
.rentsyst-catalog-item-wrap.calculate .flex {
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.rentsyst-catalog-item-wrap .calculate__content {
  width: 100%;
  margin-left: 65px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.rentsyst-catalog-item-wrap .results__head {
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.6875rem;
  margin-bottom: 25px;
}
.rentsyst-catalog-item-wrap .results .result,
.rentsyst-catalog-item-wrap .results .result__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.rentsyst-catalog-item-wrap .results__title {
  font-weight: 700;
}
.rentsyst-catalog-item-wrap .results__sort {
  margin-left: auto;
}
.rentsyst-catalog-item-wrap .results__sort .link {
  color: #58595b;
  font-size: 0.875rem;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.rentsyst-catalog-item-wrap .results__sort .link:not(:last-of-type) {
  margin-right: 40px;
}
.rentsyst-catalog-item-wrap .results__sort .link:hover {
  color: #0894ff;
}
.rentsyst-catalog-item-wrap .results .result {
  display: flex;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  border: 2px solid #ebebeb;
}
.rentsyst-catalog-item-wrap .fixed-btn .fico,
.rentsyst-catalog-item-wrap .menu-trigger .fico {
  -webkit-transition: -webkit-transform 0.3s;
}
.rentsyst-catalog-item-wrap .results .result:not(:last-of-type) {
  margin-bottom: 18px;
}
.rentsyst-catalog-item-wrap .results .result:hover {
  box-shadow: 0 2px 10px rgba(139, 139, 139, 0.3);
}
.rentsyst-catalog-item-wrap .results .result__img {
  -webkit-flex-basis: 240px;
  -ms-flex-preferred-size: 240px;
  flex-basis: 240px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: #ebebeb;
  position: relative;
  overflow: hidden;
}
.rentsyst-catalog-item-wrap .results .result__img .img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.rentsyst-catalog-item-wrap .results .result__discount {
  background: #eb3f57;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  color: #fff;
  padding: 5px;
}
.rentsyst-catalog-item-wrap .results .result__discount .bold {
  font-weight: 700;
}
.rentsyst-catalog-item-wrap .results .result__content {
  padding: 25px 30px;
  display: flex;
  width: 100%;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  min-width: 0;
}
.rentsyst-catalog-item-wrap .results .result .info {
  padding-right: 15px;
  min-width: 0;
  width: 100%;
}
.rentsyst-catalog-item-wrap .results .result .info__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.rentsyst-catalog-item-wrap .results .result .info__title {
  display: inline-block;
  font-weight: 700;
  padding-right: 20px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.rentsyst-catalog-item-wrap .results .result .order,
.rentsyst-catalog-item-wrap .results .result .price--new {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.rentsyst-catalog-item-wrap .results .result .info .rating + .count {
  white-space: nowrap;
  margin-left: 5px;
  color: #ccc;
}
.rentsyst-catalog-item-wrap .results .result .info__location {
  margin-top: 5px;
}
.rentsyst-catalog-item-wrap .results .result .info__location .fico {
  font-size: 22px;
}
.rentsyst-catalog-item-wrap .results .result .order {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 125px;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.rentsyst-catalog-item-wrap .results .result .price--old,
.rentsyst-catalog-item-wrap .sec-menu__item {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
}
.rentsyst-catalog-item-wrap .results .result .btn {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 42px;
  margin-top: auto;
}
.rentsyst-catalog-item-wrap .results .result .price {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  font-weight: 700;
}
.rentsyst-catalog-item-wrap .results .result .price--old {
  display: inline-flex;
  color: #828693;
  font-size: 30px;
}
.rentsyst-catalog-item-wrap .results .result .price--old::after {
  content: "";
  position: absolute;
  height: 3px;
  background-color: currentColor;
  left: -5px;
  right: -5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.rentsyst-catalog-item-wrap .gallery img,
.rentsyst-catalog-item-wrap .person__img .img {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.rentsyst-catalog-item-wrap .results .result .price--old .currency {
  font-size: 20px;
  vertical-align: middle;
}
.rentsyst-catalog-item-wrap .results .result .price--new {
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #0894ff;
  font-size: 40px;
  margin-top: auto;
}
.rentsyst-catalog-item-wrap .person,
.rentsyst-catalog-item-wrap .range-out {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.rentsyst-catalog-item-wrap .results .result .price--new::after,
.rentsyst-catalog-item-wrap .results .result .price--new::before {
  content: "";
  width: 100%;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.rentsyst-catalog-item-wrap .results .result .price--new .currency {
  font-size: 20px;
}
.rentsyst-catalog-item-wrap .results .result .price__desc {
  color: #0894ff;
  font-size: 0.875rem;
  margin-top: 5px;
  margin-bottom: 15px;
  font-weight: 400;
  text-align: center;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  white-space: nowrap;
}
.rentsyst-catalog-item-wrap .condition,
.rentsyst-catalog-item-wrap
  .filters
  .filter__item
  input[type="checkbox"]:checked
  + .label--check,
.rentsyst-catalog-item-wrap .filters .filter__title,
.rentsyst-catalog-item-wrap .person__info .register,
.rentsyst-catalog-item-wrap .summary__text .bold {
  font-weight: 700;
}
.rentsyst-catalog-item-wrap .person {
  display: flex;
  padding-top: 25px;
}
.rentsyst-catalog-item-wrap .person__img {
  position: relative;
  width: 67px;
  height: 67px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.rentsyst-catalog-item-wrap .filters,
.rentsyst-catalog-item-wrap .summary__owner {
  -webkit-border-radius: 10px;
}
.rentsyst-catalog-item-wrap .person__img .img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
}
.rentsyst-catalog-item-wrap .person__info .name {
  margin-bottom: 7px;
}
.rentsyst-catalog-item-wrap .person__info .register {
  font-size: 0.875rem;
  color: #ccc;
  margin-bottom: 7px;
}
.rentsyst-catalog-item-wrap .person__info .status {
  display: inline-block;
  color: #fff;
  font-size: 0.75rem;
  line-height: 19px;
  background-color: #0894ff;
  padding-left: 10px;
  padding-right: 10px;
}
.rentsyst-catalog-item-wrap .person__info .status--bad {
  background-color: #eb3f57;
}
.rentsyst-catalog-item-wrap .header--calculate {
  background: url(https://girassol.rent/wp-content/plugins/rentsyst/site/css/../img/header_back--calculate.jpg) center bottom no-repeat
    #0894ff;
  height: 235px;
  padding-top: 130px;
  padding-bottom: 50px;
}
.rentsyst-catalog-item-wrap .aside,
.rentsyst-catalog-item-wrap .filters {
  background: #fff;
}
.rentsyst-catalog-item-wrap .aside {
  width: 290px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-top: 10px;
  position: relative;
}
.rentsyst-catalog-item-wrap .aside__reset {
  width: 100%;
  max-width: 225px;
  display: block;
  margin: 30px auto;
}
.rentsyst-catalog-item-wrap .fixed-btn {
  width: 100%;
  max-width: 290px;
  line-height: 51px;
  z-index: 11;
  display: none;
}
.rentsyst-catalog-item-wrap .fixed-btn .fico {
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  font-size: 8px;
  line-height: initial;
}
.rentsyst-catalog-item-wrap .fixed-btn.is-active .fico {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.rentsyst-catalog-item-wrap .fixed-btn.is-fixed {
  position: fixed;
  top: 70px;
  left: -2px;
  right: -2px;
  margin: auto;
}
.rentsyst-catalog-item-wrap .filters {
  width: 100%;
  border-radius: 10px;
  text-align: left;
  border: 2px solid #ebebeb;
}
.rentsyst-catalog-item-wrap .filters .filter {
  width: 100%;
  border-bottom: 1px solid #ebebeb;
}
.rentsyst-catalog-item-wrap .filters .filter__title {
  display: block;
  text-decoration: none;
  color: #58595b;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  line-height: 42px;
  padding-left: 15px;
  padding-right: 50px;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
}
.rentsyst-catalog-item-wrap .filters .filter__title .fico,
.rentsyst-catalog-item-wrap .statistic__dropdown {
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
}
.rentsyst-catalog-item-wrap .filters .filter__title:hover {
  background: #ebebeb;
}
.rentsyst-catalog-item-wrap .filters .filter__title .fico {
  font-size: 17px;
  color: #ccc;
  transition: color 0.3s;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
}
.rentsyst-catalog-item-wrap .filters .filter__title .fico-plus {
  display: block;
}
.rentsyst-catalog-item-wrap .filters .filter.is-open .filter__title .fico-plus,
.rentsyst-catalog-item-wrap .filters .filter__title .fico-down-arrow {
  display: none;
}
.rentsyst-catalog-item-wrap .filters .filter.is-open .filter__title,
.rentsyst-catalog-item-wrap .filters .filter.is-open .filter__title .fico {
  color: #0894ff;
}
.rentsyst-catalog-item-wrap .filters .filter.is-open .filter__dropdown,
.rentsyst-catalog-item-wrap .filters .filter.is-open .filter__title .fico-down-arrow {
  display: block;
}
.rentsyst-catalog-item-wrap .filters .filter__dropdown,
.rentsyst-catalog-item-wrap .filters .filter__item input[type="checkbox"] {
  display: none;
}
.rentsyst-catalog-item-wrap .filters .filter__list {
  padding: 10px 15px 25px;
}
.rentsyst-catalog-item-wrap .filters .filter__list.is-minimized .filter__item {
  height: 0;
  overflow: hidden;
  margin-bottom: 0;
}
.rentsyst-catalog-item-wrap
  .filters
  .filter__list.is-minimized
  .filter__item:nth-child(-n + 3) {
  height: auto;
  margin-bottom: 30px;
}
.rentsyst-catalog-item-wrap .filters .filter__list.is-minimized .filter__item:last-child,
.rentsyst-catalog-item-wrap .filters .filter__list.is-minimized .filter__item:nth-child(3) {
  margin-bottom: 10px;
}
.rentsyst-catalog-item-wrap .filters .filter__item {
  cursor: pointer;
  line-height: 25px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.rentsyst-catalog-item-wrap
  .filters
  .filter__item
  input[type="checkbox"]:checked
  + .label::after {
  display: block;
}
.rentsyst-catalog-item-wrap .filters .filter__item .label {
  position: relative;
  cursor: pointer;
}
.rentsyst-catalog-item-wrap .filters .filter__item .label--car .fico {
  position: absolute;
  left: 35px;
  font-size: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #828693;
}
.rentsyst-catalog-item-wrap .filters .filter__item .label--car .fico-suv {
  font-size: 2rem;
}
.rentsyst-catalog-item-wrap .filters .filter__item .label--check {
  padding-left: 30px;
  display: block;
}
.rentsyst-catalog-item-wrap .filters .filter__item .label--check .count {
  float: right;
}
.rentsyst-catalog-item-wrap .filters .filter__item .label::after,
.rentsyst-catalog-item-wrap .filters .filter__item .label::before {
  content: "";
  position: absolute;
  top: 50%;
}
.rentsyst-catalog-item-wrap .filters .filter__item .label::before {
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 2px solid #ccc;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.rentsyst-catalog-item-wrap .filters .filter__item .label::after {
  left: 5px;
  top: 50%;
  width: 11px;
  height: 6px;
  border-left: 3px solid #0894ff;
  border-bottom: 3px solid #0894ff;
  -webkit-transform: translateY(-70%) rotate(-45deg);
  -ms-transform: translateY(-70%) rotate(-45deg);
  transform: translateY(-70%) rotate(-45deg);
  display: none;
}
.rentsyst-catalog-item-wrap .filters .filter__show-link {
  display: block;
  text-align: center;
  margin-bottom: 30px;
  color: #0894ff;
}
.rentsyst-catalog-item-wrap .filters .filter__show-link:hover {
  text-decoration: none;
}
.rentsyst-catalog-item-wrap .range-out {
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
}
.rentsyst-catalog-item-wrap .range-out__value {
  margin-left: auto;
}
.rentsyst-catalog-item-wrap.car-card {
  padding-top: 20px;
  overflow: hidden;
}
.rentsyst-catalog-item-wrap.car-card .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.rentsyst-catalog-item-wrap .summary {
  padding-right: 65px;
  min-width: 0;
  width: 100%;
  min-height: 445px;
}
.rentsyst-catalog-item-wrap .summary .h2 {
  text-align: left;
}
.rentsyst-catalog-item-wrap .summary__title {
  color: #58595b;
  font-size: 1.625rem;
  display: inline-block;
  margin-right: 30px;
}
.rentsyst-catalog-item-wrap .summary .location {
  color: #0894ff;
  text-decoration: none;
}
.rentsyst-catalog-item-wrap .summary .location .fico {
  margin-right: 5px;
  font-size: 1.375rem;
}
.rentsyst-catalog-item-wrap .summary .location:hover {
  text-decoration: underline;
}
.rentsyst-catalog-item-wrap .any-questions .link:hover,
.rentsyst-catalog-item-wrap .menu__item,
.rentsyst-catalog-item-wrap .messages__all:hover,
.rentsyst-catalog-item-wrap .messages__readmore:hover,
.rentsyst-catalog-item-wrap .sec-menu__item .link {
  text-decoration: none;
}
.rentsyst-catalog-item-wrap .summary__info {
  color: #828693;
  margin: 15px 0;
  line-height: 1.125rem;
}
.rentsyst-catalog-item-wrap .summary__content {
  padding: 85px 95px 40px 65px;
  -webkit-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  margin-bottom: 40px;
  border: 2px solid #ebebeb;
}
.rentsyst-catalog-item-wrap .summary__content .h3 {
  margin-bottom: 20px;
}
.rentsyst-catalog-item-wrap .summary__text {
  line-height: 22px;
  margin-bottom: 40px;
}
.rentsyst-catalog-item-wrap .summary__details {
  margin-bottom: 45px;
}
.rentsyst-catalog-item-wrap .any-questions .h2,
.rentsyst-catalog-item-wrap .condition:not(:last-of-type) {
  margin-bottom: 15px;
}
.rentsyst-catalog-item-wrap .condition {
  line-height: 1.375rem;
}
.rentsyst-catalog-item-wrap .condition__text {
  font-weight: 400;
}
.rentsyst-catalog-item-wrap .gallery {
  width: 100%;
  height: 460px;
  position: relative;
  overflow: hidden;
  background: #ccc;
}
.rentsyst-catalog-item-wrap .gallery img {
  max-width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.rentsyst-catalog-item-wrap .gallery__thumbnails {
  position: absolute;
  font-size: 0;
  bottom: 25px;
  left: 25px;
  right: 25px;
}
.rentsyst-catalog-item-wrap .gallery__thumbnails .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.rentsyst-catalog-item-wrap .gallery__thumbnails .slick-dots {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -35px;
}
.rentsyst-catalog-item-wrap .gallery__thumbnails .slick-dots li {
  display: inline-block;
}
.rentsyst-catalog-item-wrap.car-card .price,
.rentsyst-catalog-item-wrap.car-card .price__old .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.rentsyst-catalog-item-wrap .gallery__thumbnails .slick-dots li.slick-active button {
  color: #0894ff;
}
.rentsyst-catalog-item-wrap .gallery__thumbnails .slick-dots li button {
  width: 25px;
  cursor: pointer;
  background: 0 0;
  border: none;
  outline: 0;
  font-size: 1rem;
  font-weight: 700;
  color: #ccc;
}
.rentsyst-catalog-item-wrap .gallery__thumbnails .thumbnail {
  overflow: hidden;
  width: 25%;
  max-width: 160px;
  height: 95px;
  position: relative;
  outline: 0;
  border: 2px solid #ebebeb;
}
.rentsyst-catalog-item-wrap .gallery__thumbnails .thumbnail:nth-of-type(4n) {
  margin-right: 0;
}
.rentsyst-catalog-item-wrap .gallery__thumbnails .thumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.rentsyst-catalog-item-wrap .gallery__thumbnails .thumbnail.slick-slide::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.75;
  background-color: rgba(0, 0, 0, 1e-5);
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.rentsyst-catalog-item-wrap .gallery__thumbnails .thumbnail.slick-current::after {
  background-color: #828693;
}
.rentsyst-catalog-item-wrap .any-questions {
  background: url(https://girassol.rent/wp-content/plugins/rentsyst/site/css/../img/any-question_back.jpg) center no-repeat #0894ff;
  -webkit-background-size: cover;
  background-size: cover;
  color: #fff;
  text-align: center;
  padding: 50px 15px;
}
.rentsyst-catalog-item-wrap .any-questions .h2 {
  color: #fff;
  font-weight: 400;
  font-size: 1.625rem;
  max-width: 75%;
}
.rentsyst-catalog-item-wrap .any-questions .text {
  max-width: 75%;
}
.rentsyst-catalog-item-wrap .any-questions .link {
  color: inherit;
}
.rentsyst-catalog-item-wrap.car-card .fixed-btn {
  position: fixed;
  top: 20px;
  left: -2px;
  right: -2px;
  margin: auto;
}
.rentsyst-catalog-item-wrap.car-card .car-aside {
  width: 285px;
  text-align: center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
}
.rentsyst-catalog-item-wrap.car-card .order {
  padding: 20px 15px;
  background: #fff;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  width: 285px;
  border: 2px solid #ebebeb;
}
.rentsyst-catalog-item-wrap.car-card .order .form__row {
  text-align: center;
}
.rentsyst-catalog-item-wrap.car-card .order .form__row:last-of-type {
  margin-bottom: 0;
  margin-right: 0;
}
.rentsyst-catalog-item-wrap.car-card .order .form__row:not(:last-of-type) {
  margin-right: 0;
  margin-bottom: 15px;
}
.rentsyst-catalog-item-wrap.car-card .order .button,
.rentsyst-catalog-item-wrap.car-card .order .form__submit {
  line-height: 42px;
  margin: auto;
}
.rentsyst-catalog-item-wrap.car-card .order__head {
  background: #0894ff;
  line-height: 46px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-left: -15px;
  margin-right: -15px;
  -webkit-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
}
.rentsyst-catalog-item-wrap.car-card .order__sign {
  color: #ccc;
  padding-top: 25px;
  font-size: 0.75rem;
  line-height: 0.875rem;
  font-weight: 300;
  width: 100%;
  max-width: 175px;
  margin: auto;
}
.rentsyst-catalog-item-wrap.car-card .order__sign .fico-allianz {
  font-size: 1.5625rem;
  margin-bottom: 15px;
}
.rentsyst-catalog-item-wrap.car-card .price {
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 25px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.rentsyst-catalog-item-wrap.car-card .price__old {
  color: #828693;
  font-size: 2.1875rem;
  margin-right: 20px;
}
.rentsyst-catalog-item-wrap.car-card .price__old .wrap {
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
.rentsyst-catalog-item-wrap.car-card .price__old .wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  right: 0;
  height: 3px;
  background-color: currentColor;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.rentsyst-catalog-item-wrap .timeline__img .title,
.rentsyst-catalog-item-wrap .timeline__img:hover .title {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
}
.rentsyst-catalog-item-wrap.car-card .price__old .currency {
  font-size: 1.25rem;
}
.rentsyst-catalog-item-wrap.car-card .price__old .desc {
  font-size: 0.75rem;
  font-weight: 300;
}
.rentsyst-catalog-item-wrap.car-card .price__new {
  color: #0894ff;
  font-size: 3.125rem;
}
.rentsyst-catalog-item-wrap.car-card .price__new .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.rentsyst-catalog-item-wrap.car-card .price__new .wrap .info {
  font-size: 1rem;
  font-weight: 400;
  padding-left: 10px;
}
.rentsyst-catalog-item-wrap.car-card .price__new .wrap .info .btm,
.rentsyst-catalog-item-wrap.car-card .price__new .wrap .info .top {
  display: block;
  line-height: 1.375rem;
}
.rentsyst-catalog-item-wrap.car-card .price__new .wrap .info .top {
  border-bottom: 1px solid #0894ff;
}
.rentsyst-catalog-item-wrap.car-card .price__new .currency {
  font-size: 1.875rem;
}
.rentsyst-catalog-item-wrap.car-card .price__new .desc {
  color: #eb3f57;
  font-size: 1rem;
  font-weight: 400;
}
@media screen and (max-width: 1199px) {
  .rentsyst-catalog-item-wrap .calculate__content {
    margin-left: 30px;
  }
  .rentsyst-catalog-item-wrap .results .result__img {
    -webkit-flex-basis: 200px;
    -ms-flex-preferred-size: 200px;
    flex-basis: 200px;
  }
  .rentsyst-catalog-item-wrap .results .result__content {
    padding: 10px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .rentsyst-catalog-item-wrap .results .result .info {
    padding-right: 0;
    width: 100%;
  }
  .rentsyst-catalog-item-wrap .results .result .info__location {
    margin-top: 0;
  }
  .rentsyst-catalog-item-wrap .results .result .info__location .fico {
    font-size: 17px;
  }
  .rentsyst-catalog-item-wrap .results .result .order {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    padding: 5px 15px 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .rentsyst-catalog-item-wrap .results .result .price__desc {
    margin-bottom: 0;
  }
  .rentsyst-catalog-item-wrap .person {
    padding-top: 10px;
  }
  .rentsyst-catalog-item-wrap .summary {
    padding-right: 15px;
  }
  .rentsyst-catalog-item-wrap .summary__available,
  .rentsyst-catalog-item-wrap .summary__content,
  .rentsyst-catalog-item-wrap .summary__owner {
    padding: 30px;
  }
  .rentsyst-catalog-item-wrap .gallery__thumbnails {
    left: 15px;
    right: 15px;
  }
  .rentsyst-catalog-item-wrap .gallery__thumbnails .thumbnail {
    max-width: 120px;
    height: 80px;
  }
}
@media screen and (min-width: 992px) {
  .rentsyst-catalog-item-wrap .contacts .support:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 991px) {
  body.cabinet {
    padding-top: 130px;
  }
  .rentsyst-catalog-item-wrap .logo {
    width: 140px;
    height: 35px;
  }
  .rentsyst-catalog-item-wrap .form--inline {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .rentsyst-catalog-item-wrap .form--inline .form__input--date {
    width: 100%;
  }
  .rentsyst-catalog-item-wrap .form__row {
    margin: auto 10px 15px;
    width: 100%;
    text-align: center;
  }
  .rentsyst-catalog-item-wrap .form__row--location {
    display: block;
  }
  .rentsyst-catalog-item-wrap .form__row--checkout + .form__row,
  .rentsyst-catalog-item-wrap .form__row--location + .form__row {
    margin-top: 20px;
  }
  .rentsyst-catalog-item-wrap .button,
  .rentsyst-catalog-item-wrap .form__submit {
    margin-left: 0;
    line-height: 51px;
  }
  .rentsyst-catalog-item-wrap .hidden-md {
    display: none;
  }
  .rentsyst-catalog-item-wrap .params,
  .rentsyst-catalog-item-wrap .visible-md {
    display: block;
  }
  .rentsyst-catalog-item-wrap .params {
    padding: 20px 30px;
  }
  .rentsyst-catalog-item-wrap .params__col {
    padding: 25px 0;
    border-right: none;
    border-bottom: 2px solid #0894ff;
  }
  .rentsyst-catalog-item-wrap .params__col:last-of-type {
    padding-bottom: 0;
  }
  .rentsyst-catalog-item-wrap .params__col:first-of-type {
    padding-top: 0;
  }
  .rentsyst-catalog-item-wrap .nav .logo-wrap,
  .rentsyst-catalog-item-wrap .nav__link {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .rentsyst-catalog-item-wrap .params__item {
    margin-bottom: 15px;
  }
  .rentsyst-catalog-item-wrap .results .result {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .rentsyst-catalog-item-wrap .results .result__img .img {
    width: 100%;
  }
  .rentsyst-catalog-item-wrap .results .result__content {
    padding-bottom: 15px;
  }
  .rentsyst-catalog-item-wrap .results .result .info__head {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .rentsyst-catalog-item-wrap .results .result .info__head .rating {
    margin-left: auto;
  }
  .rentsyst-catalog-item-wrap .results .result .info__location {
    font-size: 0.875rem;
    margin-top: 10px;
  }
  .rentsyst-catalog-item-wrap .results .result .order {
    padding-top: 15px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .rentsyst-catalog-item-wrap .results .result .btn {
    margin-top: 15px;
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .rentsyst-catalog-item-wrap .person {
    padding-top: 15px;
  }
  .rentsyst-catalog-item-wrap .header--calculate {
    height: auto;
    background-position: center bottom;
    padding-top: 150px;
  }
  .rentsyst-catalog-item-wrap.car-card {
    padding-top: 20px;
  }
  .rentsyst-catalog-item-wrap .summary__title {
    margin: 0 0 5px;
  }
  .rentsyst-catalog-item-wrap .summary .location {
    display: block;
  }
  .rentsyst-catalog-item-wrap .summary__content {
    padding: 80px 15px 15px;
  }
  .rentsyst-catalog-item-wrap .summary__details {
    margin-bottom: 40px;
  }
  .rentsyst-catalog-item-wrap .summary .reviews .comment {
    display: block;
    text-align: center;
    margin-left: 40px;
    margin-right: 40px;
    padding: 15px;
  }
  .rentsyst-catalog-item-wrap .gallery__main,
  .rentsyst-catalog-item-wrap .gallery__thumbnails .thumbnail.slick-slide::after {
    display: none;
  }
  .rentsyst-catalog-item-wrap .summary .reviews .comment__ava {
    margin: 0 auto 20px;
  }
  .rentsyst-catalog-item-wrap .summary .reviews .comment__foot .location {
    margin-right: 0;
    padding-right: 15px;
    position: relative;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .rentsyst-catalog-item-wrap .summary .reviews .comment__foot .location::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 30px;
    background: -webkit-gradient(
      linear,
      right top,
      left top,
      from(white),
      to(rgba(255, 255, 255, 0))
    );
    background: -webkit-linear-gradient(
      right,
      #fff 0,
      rgba(255, 255, 255, 0) 100%
    );
    background: -o-linear-gradient(right, #fff 0, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to left, #fff 0, rgba(255, 255, 255, 0) 100%);
  }
  .rentsyst-catalog-item-wrap .summary__available .info {
    margin-bottom: 20px;
  }
  .rentsyst-catalog-item-wrap .carlist .result .price--new,
  .rentsyst-catalog-item-wrap .summary__available .info .h2 {
    margin-bottom: 10px;
  }
  .rentsyst-catalog-item-wrap .summary__available .calendar-available .datepicker-inline,
  .rentsyst-catalog-item-wrap
    .summary__available
    .calendar-available
    .datepicker-inline
    .-multiple-cals- {
    width: 100%;
  }
  .rentsyst-catalog-item-wrap .gallery {
    background: 0 0;
    height: auto;
    overflow: visible;
  }
  .rentsyst-catalog-item-wrap .gallery__thumbnails {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
  }
  .rentsyst-catalog-item-wrap .gallery__thumbnails .thumbnail {
    max-width: 100%;
    height: 200px;
    border: none;
  }
}
@media screen and (min-width: 768px) {
  .rentsyst-catalog-item-wrap .btn--reset:hover {
    color: #0894ff;
  }
  .rentsyst-catalog-item-wrap .countries .country:hover .country__info {
    bottom: 50%;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
  }
  .rentsyst-catalog-item-wrap .countries .country:hover::before {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .rentsyst-catalog-item-wrap.car-card .order,
  .rentsyst-catalog-item-wrap .filters {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  body.cabinet {
    padding-top: 65px;
  }
  body.login {
    background: url(https://girassol.rent/wp-content/plugins/rentsyst/site/css/../img/login_back.jpg) center 60px no-repeat #d2d2d2;
    -webkit-background-size: 768px 768px;
    background-size: 768px;
    padding-top: 75px;
  }
  .rentsyst-catalog-item-wrap .h2 {
    text-align: left;
    font-size: 1.875rem;
    line-height: 2.1875rem;
    margin-bottom: 35px;
  }
  .rentsyst-catalog-item-wrap .showmore {
    margin-top: 20px;
  }
  .rentsyst-catalog-item-wrap .form__row {
    margin: auto 0 15px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .rentsyst-catalog-item-wrap .form__row:not(:first-of-type),
  .rentsyst-catalog-item-wrap .hidden-xs {
    display: none;
  }
  .rentsyst-catalog-item-wrap .visible-xs {
    display: block;
  }
  .rentsyst-catalog-item-wrap .alert .container {
    padding: 10px;
  }
  .rentsyst-catalog-item-wrap.car-card .flex,
  .rentsyst-catalog-item-wrap .footer__btm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
  }
  .rentsyst-catalog-item-wrap .countries .country::before {
    height: 100%;
    background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(#0894ff),
      to(rgba(8, 148, 255, 0.3))
    );
    background: -webkit-linear-gradient(
      bottom,
      #0894ff 0,
      rgba(8, 148, 255, 0.3) 100%
    );
    background: -o-linear-gradient(
      bottom,
      #0894ff 0,
      rgba(8, 148, 255, 0.3) 100%
    );
    background: linear-gradient(to top, #0894ff 0, rgba(8, 148, 255, 0.3) 100%);
  }
  .rentsyst-catalog-item-wrap .footer .cols,
  .rentsyst-catalog-item-wrap .footer .cols__item .social {
    margin-bottom: 0;
  }
  .rentsyst-catalog-item-wrap .reviews .comment__foot {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .rentsyst-catalog-item-wrap .reviews .comment__foot .location {
    margin-right: 0;
    padding-right: 15px;
    position: relative;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .rentsyst-catalog-item-wrap.car-card .order,
  .rentsyst-catalog-item-wrap .filters {
    max-width: 290px;
    bottom: 0;
    overflow-y: auto;
  }
  .rentsyst-catalog-item-wrap.calculate {
    padding-top: 0;
  }
  .rentsyst-catalog-item-wrap.calculate .flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .rentsyst-catalog-item-wrap .calculate__content {
    margin-left: 0;
    margin-top: 25px;
  }
  .rentsyst-catalog-item-wrap .results__head {
    margin-bottom: 15px;
  }
  .rentsyst-catalog-item-wrap .results__sort .link:not(:last-of-type) {
    margin-right: 20px;
  }
  .rentsyst-catalog-item-wrap .results .result__img {
    -webkit-flex-basis: 125px;
    -ms-flex-preferred-size: 125px;
    flex-basis: 125px;
  }
  .rentsyst-catalog-item-wrap .results .result .info__title {
    width: 145px;
    padding-right: 0;
    position: relative;
  }
  .rentsyst-catalog-item-wrap .results .result .info__title::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 30px;
    background: -webkit-gradient(
      linear,
      right top,
      left top,
      from(white),
      to(rgba(255, 255, 255, 0))
    );
    background: -webkit-linear-gradient(
      right,
      #fff 0,
      rgba(255, 255, 255, 0) 100%
    );
    background: -o-linear-gradient(right, #fff 0, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to left, #fff 0, rgba(255, 255, 255, 0) 100%);
  }
  .rentsyst-catalog-item-wrap .results .result .info .rating + .count {
    font-size: 14px;
  }
  .rentsyst-catalog-item-wrap .results .result .price--new {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .rentsyst-catalog-item-wrap .person__info .register {
    font-weight: 400;
  }
  .rentsyst-catalog-item-wrap .header--calculate {
    background: url(https://girassol.rent/wp-content/plugins/rentsyst/site/css/../img/header_back--calculate-320.jpg) center bottom
      no-repeat #0894ff;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
  }
  .rentsyst-catalog-item-wrap .fixed-btn {
    display: block;
  }
  .rentsyst-catalog-item-wrap .filters {
    display: none;
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 5;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
  }
  .rentsyst-catalog-item-wrap .summary__map,
  .rentsyst-catalog-item-wrap .summary__owner .person__img {
    position: absolute;
  }
  .rentsyst-catalog-item-wrap.car-card {
    padding-top: 80px;
  }
  .rentsyst-catalog-item-wrap.car-card .flex {
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .rentsyst-catalog-item-wrap .summary {
    padding-right: 0;
    padding-top: 15px;
  }
  .rentsyst-catalog-item-wrap .summary__border {
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    border: 2px solid #ebebeb;
  }
  .rentsyst-catalog-item-wrap .summary__content {
    border: none;
    padding: 80px 10px 15px;
    margin-bottom: 0;
  }
  .rentsyst-catalog-item-wrap .summary__content .h3 {
    margin-bottom: 13px;
  }
  .rentsyst-catalog-item-wrap .edit-page .h2,
  .rentsyst-catalog-item-wrap .menu-wrap .menu__item {
    text-align: center;
  }
  .rentsyst-catalog-item-wrap .summary .reviews .comment {
    margin-left: auto;
    margin-right: auto;
  }
  .rentsyst-catalog-item-wrap .summary__available {
    padding: 30px 10px;
    margin-bottom: 50px;
  }
  .rentsyst-catalog-item-wrap .summary__available .h2 {
    margin-bottom: 20px;
  }
  .rentsyst-catalog-item-wrap .summary__available .calendar-available {
    padding: 5px;
  }
  .rentsyst-catalog-item-wrap .summary__map {
    margin-bottom: 50px;
    left: 0;
    right: 0;
  }
  .rentsyst-catalog-item-wrap .gallery__thumbnails {
    width: 290px;
    left: -2px;
    right: -2px;
    top: -2px;
  }
  .rentsyst-catalog-item-wrap .any-questions {
    background: url(https://girassol.rent/wp-content/plugins/rentsyst/site/css/../img/any-question_back-320.jpg) center no-repeat #0894ff;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 25px 0;
  }
  .rentsyst-catalog-item-wrap .any-questions .h2 {
    text-align: center;
    line-height: 2.5rem;
  }
  .rentsyst-catalog-item-wrap.car-card .order {
    display: none;
    position: fixed !important;
    left: 0;
    right: 0;
    z-index: 10;
    width: 100%;
    margin: auto;
    padding-top: 10px;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
  }
  .rentsyst-catalog-item-wrap.car-card .order__head {
    display: none;
  }
  .rentsyst-catalog-item-wrap.car-card .order .form__row {
    display: block;
  }
  .rentsyst-catalog-item-wrap.car-card .order .button,
  .rentsyst-catalog-item-wrap.car-card .order .form__submit {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    margin: auto 10px;
  }
}
@media print {
  .rentsyst-catalog-item-wrap .datepickerentsyst-container {
    display: none;
  }
}


.rentsyst-catalog-item-wrap {
  border: 2px solid #8787873d;
  padding: 12px 20px 5px 12px;
}

.rentsyst-image-box p {
  margin: 0px;
}
.rentsyst-paragraph p {
  margin: 0px;
}
.rentsyst-info-box {
  margin: 4px 20px 15px 25px;
}
.rentsyst-image-box a {
  height: 192px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.rentsyst-catalog-item-wrap p {
  margin-bottom: 0px;
}
.rentsyst-price-per-day {
  margin-bottom: 10px;
}
.rentsyst-flex {
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (max-width: 980px) {
  .rentsyst-flex {
    flex-wrap: wrap;
  }
}
.rentsyst-wrap-filters {
  width: 290px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
}
.rentsyst-wrap-filters.rentsyst-widget {
  width: auto;
}

.rentsyst-wrap-filters.right {
  margin-left: 28px;
  margin-bottom: 30px;
}
.rentsyst-wrap-filters.left {
  margin-right: 28px;
  margin-bottom: 30px;
}

.filters .filter {
  width: 100%;
  border-bottom: 1px solid #ebebeb
}

.filters .filter__title {
  display: block;
  text-decoration: none;
  color: #58595b;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  line-height: 42px;
  padding-left: 15px;
  padding-right: 50px;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
  overflow: hidden
}

.filters .filter__title .fico, .statistic__dropdown {
  -webkit-transition: color .3s;
  -o-transition: color .3s
}

.filters .filter__title:hover {
  background: #ebebeb
}

.filters .filter__title .fico {
  font-size: 17px;
  color: #ccc;
  transition: color .3s;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0
}

.filters .filter__title .fico-plus {
  display: block
}

.filters .filter.is-open .filter__title .fico-plus, .filters .filter__title .fico-down-arrow {
  display: none
}


.filters .filter.is-open .filter__dropdown, .filters .filter.is-open .filter__title .fico-down-arrow {
  display: block
}

.filters .filter__dropdown, .filters .filter__item input[type=checkbox] {
  display: none
}

.filters .filter__list {
  padding: 10px 15px 25px
}

.filters .filter__list.is-minimized .filter__item {
  height: 0;
  overflow: hidden;
  margin-bottom: 0
}

.filters .filter__list.is-minimized .filter__item:nth-child(-n+3) {
  height: auto;
  margin-bottom: 30px
}

.filters .filter__list.is-minimized .filter__item:last-child, .filters .filter__list.is-minimized .filter__item:nth-child(3) {
  margin-bottom: 10px
}

.filters .filter__item {
  cursor: pointer;
  line-height: 25px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}

.rentsyst-wrap-filters .filters .filter__item:not(:last-of-type) {
  margin-bottom: 12px
}

.filters .filter__item input[type=checkbox]:checked + .label::after {
  display: block
}

.filters .filter__item .label {
  position: relative;
  cursor: pointer
}

.filters .filter__item .label--car {
  padding-left: 33px;
  display: block;
  word-break: break-word
}

.filters .filter__item .label--car .fico {
  position: absolute;
  left: 35px;
  font-size: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #828693
}

.filters .filter__item .label--car .fico-suv {
  font-size: 2rem
}

.filters .filter__item .label--check {
  padding-left: 30px;
  display: block
}

.filters .filter__item .label--check .count {
  float: right
}

.filters .filter__item .label::after, .filters .filter__item .label::before {
  content: '';
  position: absolute;
  top: 50%
}

.filters .filter__item .label::before {
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 2px solid #ccc;
  -webkit-border-radius: 5px;
  border-radius: 5px
}

.filters .filter__item .label::after {
  left: 5px;
  top: 50%;
  width: 11px;
  height: 6px;
  -webkit-transform: translateY(-70%) rotate(-45deg);
  -ms-transform: translateY(-70%) rotate(-45deg);
  transform: translateY(-70%) rotate(-45deg);
  display: none
}

.filters .filter__show-link {
  display: block;
  text-align: center;
  margin-bottom: 30px;

}

.filters .filter__show-link:hover {
  text-decoration: none
}

.range-out {
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px
}

.range-out__value {
  margin-left: auto
}



.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 22px;
  height: 22px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  outline: 0;
  cursor: pointer
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  border: 0;
}

.ui-slider-horizontal {
  height: 10px
}

.ui-slider-horizontal .ui-slider-handle {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: -.6em
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
  -webkit-border-radius: 10px;
  border-radius: 10px
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0
}

.ui-widget-content {
  background: #ebebeb;
  -webkit-border-radius: 10px;
  border-radius: 10px
}

.ui-button, .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  background: #fff
}

html .ui-button.ui-state-disabled:active, html .ui-button.ui-state-disabled:hover {
  border: 2px solid #ccc;
  background: #ebebeb
}

.ui-button {
  color: #454545;
  text-decoration: none
}

.ui-state-focus, .ui-state-hover, .ui-widget-content .ui-state-focus, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-focus, .ui-widget-header .ui-state-hover {
  background: #ebebeb
}


.rentsyst-wrap-filters .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active {
  border: 2px solid #fff;
  color: #fff
}

.rentsyst-wrap-filters .slick-list, .rentsyst-wrap-filters .slick-slider, .rentsyst-wrap-filters .slick-track, .rentsyst-wrap-filters .ui-slider {
  position: relative
}
.rentsyst-wrap-filters ul {
  list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=);
  margin: 0px 0px 0px 12px;
}
.rentsyst-filter-reset {
  display: inline-block;
  margin-top: 25px;
}
.rentsyst-filter-submit {
  margin-top: 20px;
  float: right;
  padding: 7px 15px;
  border: 1px solid white;
  font-weight: bold;
  border-radius: 4px;
  font-size: 13px;
  color: white;
}

.rentsyst-catalog-item-wrap .rentsyst-btn {
  margin-top: 0px;

}

.rentsyst-catalog-item-wrap .rentsyst-btn a {
  min-width: 116px;
  padding: 2px 0px;
}

.rentsyst-fixed-filter {
  position: fixed;
  top: 50px;
  display: inline-block;
  width: 290px;
  max-height: 93%;
}
.rentsyst-wrap-filter-options {
  max-height: 85vh;
  overflow-y: auto;
}
.rentsyst-wrap-filter-options .price-filter {
    width: 99%;
}
.rentsyst-wrap-filter-options::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.rentsyst-wrap-filter-options::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.rentsyst-wrap-filter-options::-webkit-scrollbar-thumb {
  background: #ccc;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.rentsyst-catalog-item img {
  display: block;
  height: auto;
  max-width: 100%;
}
.rentsyst-discount {
    position: relative;
}
.rentsyst-discount-price {
    color: red;
}
.rentsyst-discount-old-price {
    position: absolute;
    width: 59px;
    font-size: 14px;
    top: -14px;
    left: -59px;
    text-decoration: line-through;
}
.single-vehicle .rentsyst-catalog-item p {
    padding: 0px!important;
}body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}.styles_colors__C19UY{display:flex;flex-wrap:wrap}.styles_color__XhIW0{align-items:center;border-radius:5px;box-sizing:border-box;cursor:pointer;display:flex;flex-shrink:0;height:20px;justify-content:center;margin-right:5px;margin-top:5px;position:relative;width:20px}.styles_custom-color__Kgh\+X{background:radial-gradient(circle at 50% 0,red,rgba(242,13,13,.8) 10%,rgba(230,26,26,.6) 20%,rgba(204,51,51,.4) 30%,rgba(166,89,89,.2) 40%,hsla(0,0%,50%,0) 50%),radial-gradient(circle at 85.3553390593% 14.6446609407%,#ffbf00,rgba(242,185,13,.8) 10%,rgba(230,179,26,.6) 20%,rgba(204,166,51,.4) 30%,rgba(166,147,89,.2) 40%,hsla(0,0%,50%,0) 50%),radial-gradient(circle at 100% 50%,#80ff00,rgba(128,242,13,.8) 10%,rgba(128,230,26,.6) 20%,rgba(128,204,51,.4) 30%,rgba(128,166,89,.2) 40%,hsla(0,0%,50%,0) 50%),radial-gradient(circle at 85.3553390593% 85.3553390593%,#00ff40,rgba(13,242,70,.8) 10%,rgba(26,230,77,.6) 20%,rgba(51,204,89,.4) 30%,rgba(89,166,108,.2) 40%,hsla(0,0%,50%,0) 50%),radial-gradient(circle at 50% 100%,#0ff,rgba(13,242,242,.8) 10%,rgba(26,230,230,.6) 20%,rgba(51,204,204,.4) 30%,rgba(89,166,166,.2) 40%,hsla(0,0%,50%,0) 50%),radial-gradient(circle at 14.6446609407% 85.3553390593%,#0040ff,rgba(13,70,242,.8) 10%,rgba(26,77,230,.6) 20%,rgba(51,89,204,.4) 30%,rgba(89,108,166,.2) 40%,hsla(0,0%,50%,0) 50%),radial-gradient(circle at 0 50%,#7f00ff,rgba(128,13,242,.8) 10%,rgba(128,26,230,.6) 20%,rgba(128,51,204,.4) 30%,rgba(128,89,166,.2) 40%,hsla(0,0%,50%,0) 50%),radial-gradient(circle at 14.6446609407% 14.6446609407%,#ff00bf,rgba(242,13,185,.8) 10%,rgba(230,26,179,.6) 20%,rgba(204,51,166,.4) 30%,rgba(166,89,147,.2) 40%,hsla(0,0%,50%,0) 50%);border:2px solid #fff;box-shadow:0 0 0 1px rgba(0,0,0,.3)}.styles_popover__yIOqS{position:absolute;z-index:2}.styles_cover__llvdN{bottom:0;left:0;position:fixed;right:0;top:0}.styles_picker__GEUj0{position:absolute;right:-10px;top:15px}.styles_navigation__9O95v{background:#efeff5;border-bottom:1px solid #d9d9d9;padding-left:10px;padding-right:10px;padding-top:15px}.styles_navigation__9O95v .ant-tabs-nav{margin:0}.component-provider_root__1df1u{cursor:pointer;min-height:10px;position:relative}.component-provider_root__1df1u.component-provider_active__q1xE1,.component-provider_root__1df1u.component-provider_hover__yFOHo{z-index:3}.component-provider_root__1df1u.component-provider_active__q1xE1:before,.component-provider_root__1df1u.component-provider_hover__yFOHo:before{background:#fafeff;border-radius:3px;bottom:-5px;content:"";left:-5px;outline:1px solid #7fe0ff;position:absolute;right:-5px;top:-5px;z-index:-1}.component-provider_root__1df1u.component-provider_active__q1xE1:before{background:#fdfaff;outline-color:#b04aec}.component-provider_root__1df1u:hover{z-index:4}.rs-dark-layout .component-provider_root__1df1u:before{background:#273539}.rs-picker .rs-picker-input>input{font-family:inherit}@media(max-width:575px){.rs-picker-dropdown .rs-picker-date-panel{width:195px}.rs-picker-dropdown .rs-picker-date-panel .rs-picker-body{padding:5px}.rs-picker-dropdown .rs-picker-time-panel-column>li.rs-picker-time-panel-cell .rs-picker-time-panel-cell-inner{padding-inline-start:0;text-align:center;width:auto}rs-picker-dropdown .rs-picker-time-panel-column{width:34px}.rs-picker-dropdown .rs-picker-date-panel .rs-picker-content th{width:24.5px}.rs-picker-dropdown .rs-picker-content th{height:24px}.rs-picker-dropdown .rs-picker-date-panel .rs-picker-content{width:180px}.rs-picker-dropdown .rs-picker-time-panel-column{width:36px}.rs-picker-dropdown{font-size:12px}.rs-picker-dropdown .rs-picker-cell{padding:4px 0}.rs-picker-dropdown .rs-picker-header{padding:0 5px}}.rs-picker-dropdown{z-index:999999999}.styles_location-button__ru75H{align-items:center;display:inline-flex;justify-content:center}.styles_location-button__ru75H svg{flex-shrink:0;margin-right:5px;width:30px}.styles_modal__feK6d .rs-modal-content{display:flex;flex-direction:column;height:100%;justify-content:space-between}.styles_modal__feK6d .rs-modal-body{flex:1}.styles_map__\+FqSZ{height:calc(100% - 70px)}.pac-container{z-index:9999999999}.pac-logo:after{display:none}.step_title__GkKk0{margin:0;text-align:center}.step_desc__mG\+hO{text-align:center}.step_info__iU2gm,.step_steps__doSGU{padding:15px 0}.step_steps__doSGU .rs-steps{margin:0 auto}.step_search-form__TWT5b{padding:15px 0}.step_step2-content__ROZqy,.step_step3-content__4Bb5S,.step_step4-content__HX6uG{display:flex;justify-content:center;padding:15px 0}.step_step2-filters__WIBGK,.step_step2-vehicles__Uzz-U,.step_step3-extras__0cfxT,.step_step4-customer__1wnGt,.step_summary__ih5y1{flex:1 1 auto;padding:0 10px}.step_step2-filters__WIBGK{min-width:250px}@media(max-width:575px){.step_step2-filters__WIBGK,.step_step2-vehicles__Uzz-U,.step_step3-extras__0cfxT,.step_step4-customer__1wnGt,.step_summary__ih5y1{padding:0 10px}}.styles_icon__-4J-L{font-size:20px;line-height:20px;margin-right:5px}.styles_parameter__QckKX{align-items:flex-start;display:inline-flex}.styles_carousel__Z98bi{text-align:center}.styles_carousel__Z98bi .rs-image-img{background-color:#fff;height:210px;left:0;object-fit:contain;object-position:center center;top:0;width:100%}.styles_vehicles__ukUDY .rs-row{justify-content:space-between}.styles_price__dUOys{margin-bottom:15px;width:100%}.styles_price__dUOys .rs-typography,.styles_price__dUOys .rs-typography+h2.rs-typography{margin:0}.styles_price__dUOys .styles_old-price__y9VWO{color:gray;display:inline-block;font-weight:700;margin-right:10px;position:relative}.styles_price__dUOys .styles_old-price__y9VWO:after{background:red;content:"";display:block;height:1px;left:0;position:absolute;right:0;top:50%;transform:rotate(-15deg)}.styles_price__dUOys .styles_new-price__hODGm{display:inline-block}.styles_price__dUOys .styles_new-price--column__QZpfs{display:block}div.rs-typography,h4.rs-typography{margin:0}.styles_price-info__T4737,.styles_price__dUOys{margin-top:0}.styles_price-info__T4737{font-size:18px}.styles_title__PgfyB{margin-top:0}.styles_parameters__Tbu5N{margin-bottom:20px}.styles_group__Op3X6{display:inline-block;margin-bottom:15px;margin-top:0}.styles_desc__\+5FNi{margin-bottom:20px;margin-top:0}.styles_carousel-top__-gaWw{margin-bottom:20px}.styles_carousel-left__FLr3K,.styles_info-center__5tIM3{margin-right:20px}.styles_price-right__YX7gk{text-align:right}.styles_vehicles-info__O6Yo6{align-items:center;justify-content:space-between;margin-bottom:20px}.styles_pagination__25DR0{margin-top:30px;text-align:center}.styles_vehicles-sort__EUgXO{align-items:center;display:flex;justify-content:flex-end}.styles_select-sort__Ex\+aS{margin-left:15px;width:220px}@media(max-width:575px){.styles_select-sort__Ex\+aS{width:150px}}.styles_filters__bJwXf .rs-collapse-item>.rs-collapse-header{padding-left:0;padding-right:0}.styles_filters__bJwXf .rs-collapse-item:last-child{border-bottom:1px solid #d9d9d9}.styles_filters__bJwXf .rs-checkbox-group{display:block}.styles_filters__bJwXf .rs-checkbox-wrapper{width:100%}.styles_filters__bJwXf .rs-checkbox-wrapper+.rs-checkbox-wrapper{margin-inline-start:0}.styles_filters__bJwXf .rs-collapse-item>.rs-collapse-content>.rs-collapse-content-box{padding-top:0}.styles_input__dRk\+o{text-align:center;width:45px}.styles_buttons__VJda\+{align-items:center;display:flex}.styles_equipment__97Rp6 .rs-checkbox{align-self:center;transform:none}.styles_info__th-aL{user-select:none}.styles_icon__ySXBd{font-size:24px}.styles_summary__qYFAG h3.rs-typography,.styles_summary__qYFAG h5.rs-typography{margin:0}.styles_summary__qYFAG .rs-image{display:flex;height:180px;justify-content:center}.styles_summary__qYFAG .rs-image-img{width:auto}.styles_image__in9gA{margin-bottom:10px}.styles_desc__A0cUe{display:inline-block;margin-bottom:10px}.styles_button__vrknK,.styles_parameters__vItzP{margin-bottom:20px}.styles_right__mR0yf{text-align:right}.styles_divider__IY8Y8{margin-bottom:7px;margin-top:7px}.styles_block__uKoYk{width:100%}.styles_step3-extras__FBU0p{padding-bottom:20px}.styles_form__nfk0i .rs-form-item-label{display:none}.styles_form__nfk0i .rs-form-item{margin-bottom:15px}.styles_text__2tjsC{display:block;margin-bottom:15px;text-align:center;width:100%}.styles_payment__W6o83{align-items:flex-start;margin-bottom:10px;min-width:calc(50% - 16px);user-select:none}.styles_payment__W6o83 .rs-radio{align-self:flex-start;margin-top:6px}.styles_preview__J\+aND{display:flex;flex:auto;flex-direction:column;max-width:calc(100% - 302px);min-height:0;position:relative}.styles_preview__J\+aND.rs-preview-layout{max-width:100%;min-height:100vh}.styles_preview__J\+aND.rs-preview-layout .styles_preview-container__f0JZ0{min-height:100vh}.styles_preview__J\+aND>div{position:sticky;top:0;z-index:100}.wp-toolbar .styles_preview__J\+aND>div{top:32px}.styles_preview-container__f0JZ0{border-radius:3px 3px 0 0;border-top:2em solid hsla(0,0%,90%,.7);box-shadow:0 .1em .5em 0 rgba(0,0,0,.28);height:100%;margin-left:auto;margin-right:auto;padding:15px;position:relative}.styles_preview-container__f0JZ0:before{background-color:#ff544d;border-radius:50%;box-shadow:0 0 0 2px #ff544d,1.5em 0 0 2px #feb429,3em 0 0 2px #24c138;content:"";display:block;height:.5em;left:1em;position:absolute;top:-1.25em;width:.5em}.styles_preview-container__f0JZ0:after{color:#9e9e9e;content:attr(data-screen);font-size:10px;left:50%;position:absolute;top:-2em;transform:translateX(-50%)}.rs-dark-layout .styles_preview-container__f0JZ0{border-top-color:#1d1e21;box-shadow:0 .1em .5em 0 hsla(0,0%,65%,.2)}.styles_content__fwYKm{padding-left:10px;padding-right:10px;padding-top:10px;position:relative;z-index:1}.rs-preview-layout .styles_content__fwYKm{padding-left:0;padding-right:0}.confirmation_root__eqTX7{padding:30px 15px}.confirmation_info__UXuej{padding-left:60px}.confirmation_info--sm__ieZDo,.confirmation_info--xs__npDjq{max-width:460px;padding-bottom:60px;padding-left:0}.confirmation_summary__HPoCA{margin-left:auto;max-width:340px}.confirmation_summary--sm__pNVcd,.confirmation_summary--xs__35JPr{margin-left:auto;margin-right:auto;max-width:460px}.styles_slider-wrap__lDljH{display:flex}.styles_slider__XdjP7{width:60%}.styles_input__PI6f5{width:40%}.styles_action-buttons__57Xhi{align-items:center;display:flex;justify-content:flex-end;margin-top:25px}.styles_action-buttons__57Xhi .ant-btn{font-size:12px;height:auto;line-height:1;padding:5px 10px}.styles_container__NJcFX{border-bottom:1px solid #d9d9d9;padding:16px}.styles_checked-text__qhkZ1{margin-bottom:10px}.styles_checked-text__qhkZ1 .ant-checkbox-wrapper{display:flex;flex-direction:row-reverse;justify-content:flex-end}.styles_checked-text__qhkZ1 .ant-checkbox+span{padding-left:0;width:100%}.styles_settings__ko8tB{background:#fff;border:1px solid #d9d9d9;height:100vh;overflow-y:auto}.styles_settings__ko8tB .ant-collapse{border:none}.styles_settings__ko8tB .ant-collapse>.ant-collapse-item{border-radius:0 0}body,html{margin:0;padding:0}.styles_app__fuF8X{position:relative}.styles_app-client__YZYPd #rs-preview-panel-content .rs-modal-mask,.styles_app-client__YZYPd #rs-preview-panel-content .rs-modal-wrap{position:fixed!important}.styles_constructor-wrapper__ujZfc{display:flex;justify-content:space-between;width:100%}#rs-preview-panel-content .rs-modal-mask,#rs-preview-panel-content .rs-modal-wrap{position:absolute}