/* Base Element Styles */

html {
  position: relative;
  font-size: 10px;
  height: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  min-width: 320px;
  min-height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

.animated {
    transition: all 150ms ease;
    will-change: filter, transform, opacity;
}

/* Typography */
* {
  font-family: 'Onest', sans-serif;
}

p, .text__article {
   font-size: 17px;
}

.text__article blockquote {
  margin: 0;
  padding: 30px 65px;
  border-left: 6px solid #ff4a38;
  line-height: 1.5;
  position: relative;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 0 20px #00000021;
}

.text__article blockquote::before{
  font-family:Arial;
  content: "\201C";
  color:#ff4a38;
  font-size:100px;
  position: absolute;
  left: 20px;
  top:-10px;
}

.text__article blockquote::after{
  content: '';
}

.text__article blockquote b{
  display:block;
  color:#333333;
  font-style: normal;
  font-weight: bold;
  margin-top:1em;
}


.onest-regular {
  font-family: "Onest", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/* Links and Focus States */
a {
  color: #000000;
}
a:hover {
  color:#ff4a38;
}
h2 {
  font-size: 28px;
}
h3, h4, h5, h6 {
  font-size: 20px;
}
a:active, 
a:focus, 
button:active, 
button:focus {
  outline: 0 !important;
}

a:focus, 
a:hover {
  color: inherit;
  text-decoration: none;
}

button::-moz-focus-inner {
  border: 0 !important;
}

/* Grid System */
.container {
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  overflow: visible;
}
#reviews .row {
  gap: 24px;
}
.smart-text .row {
  padding: 0 16px;
}

/* Column Classes */
.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.container {
  width: 90vw;
}

/* Utility Classes */
.no-padding {
  padding: 0;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.discount__text,.filter__title,.footer__title,.form__title,.in-cost__title,.smart-text__headline,.tooltip__text {
  text-transform:uppercase
}

/* Font Families */
@font-face {
  font-family: 'PT Sans';
  font-weight: 400;
  font-style: normal;
  src: url(../fonts/PTS55F_W.eot);
  src: url(../fonts/PTS55F_W.eot?#iefix) format('embedded-opentype'),
       url(../fonts/PTS55F_W.woff) format('woff'),
       url(../fonts/PTS75F_W.ttf) format('truetype'),
       url(../fonts/PTS55F_W.svg#PTSans-Regular) format('svg');
}

@font-face {
  font-family: 'PT Sans';
  font-weight: 700;
  font-style: normal;
  src: url(PTS75F_W.eot);
  src: url(../fonts/PTS75F_W.eot?#iefix) format('embedded-opentype'),
       url(../fonts/PTS75F_W.woff) format('woff'),
       url(../fonts/PTS75F_W.ttf) format('truetype'),
       url(../fonts/PTS75F_W.svg#PTSans-Bold) format('svg');
}

/* Input Styles */
:focus,
input,
input:active,
textarea,
textarea:active {
  outline: 0;
}

/* Forms */
label.error {
  font-size: 12px;
  width: 100%;
  height: 0;
  text-align: center;
  color: red;
  background-color: transparent;
}

/* select2 override styles */
.select2 {
  font-size: 16px;
  width: 100% !important;
}
.select2-dropdown {
  background-color: white;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
  padding: 4px;
  border-radius: 8px !important;
  overflow: hidden;
  box-shadow: 0px 4px 13px #0000004a;
  border: none;
  margin-top: 4px;
}
.select2-container--default .select2-selection--single {
  background-color: #ffffff00 !important;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #F33A24 !important;
  color: white;
  border-radius: 4px;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable i {
  color: white;
}
.select2-selection__rendered {
  line-height: 44px !important;
  padding-left: 12px !important;
}
.select2-container .select2-selection.select2-selection--single {
  height: 44px !important;
  border: 1px solid #c8c8c8;
  border-radius: 8px !important;
}
.addons__wrapper_modal .toggle_label {
  height: 44px !important;
  line-height: 20px !important;
}
.select2-container .select2-selection.select2-selection--single:hover {
  border: 1px solid #000000;
}
.select2-selection__arrow {
    height: 44px !important;
    right: 8px !important;
}
.select2-results__option {
  padding: 8px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container.select2-container--default.select2-container--open {
  z-index: 999999999999 !important;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
}
/* Select for the main form */
.search-form .select2-container {
  background-color: #ffffff;
  border-radius: 8px;
}
.search-form .select2-container .select2-selection.select2-selection--single {
  height: 48px !important;
  border: none !important;
}
.regulartext-dropdown .select2-results__option {
  text-transform: none !important;
  font-weight: 400;
}
.search-form .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 12px;
}
.search-form .select2-selection__rendered {
  line-height: 48px !important;
  font-size: 18px !important;
}
.search-form .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 14px;
}
.form-group.time .select2-selection__arrow {
  display: none;
}
.form-group.time .select2-selection__rendered {
  text-align: center;
  font-size: 18px;
  line-height: 48px !important;
}
.ui-icon-circle-triangle-e {
  background-image: url(../icons/arrow-right.svg) !important;
  background-size: 12px;
  background-position: center;
}
.ui-icon-circle-triangle-w {
  background-image: url(../icons/arrow-left.svg) !important;
  background-size: 12px;
  background-position: center;
}
.ui-datepicker-next, .ui-datepicker-prev {
  cursor: pointer;
}
.ui-datepicker-next:hover, .ui-datepicker-prev:hover {
  background-color: #f33a24;
}
.ui-datepicker-next:hover .ui-icon-circle-triangle-e, .ui-datepicker-prev:hover .ui-icon-circle-triangle-w {
  filter: invert(1);
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next{
  top: 3px
}


/* Calendar Styles */
.ui-widget.ui-widget-content {
  border: none;
  padding: 12px 16px;
  margin-top: 4px;
  box-shadow: 0px 6px 20px -1px #0000002e;
}
.ui-datepicker td a, .ui-datepicker td span {
  font-size: 16px;
  font-weight: 700;
  color: #000;
}
.ui-datepicker {
  width: auto;
}

/* Footer styles */
.footer {
  width: 100%;
  padding-bottom: 32px;
  margin-top: 32px;
}
.footer .container {
  padding: 44px ;
  background-color: #000000;
  border-radius: 32px;
}
.footer__wrapper {
  margin-top: 0;
}
.footer__content {
  margin-top: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 40px;
}
.footer__title_holder {
  padding: 18px 0 10px;
}
.footer__title {
  font-size: 16px;
  font-weight: 700;
  transition: all 250ms ease;
  color: #fff;
  width: 70%;
  flex-grow: 1;
}
.footer__contacts {
  flex-grow: 1;
}
.footer__text {
  font-size: 16px;
  margin: 9px 0 15px;
  color: #848484;
}
.social__button,
.footer__socials .social__button {
  display: inline-block;
  width: 33px;
  height: 33px;
  margin-right: 15px;
}
.social__button_vk {
  background: url(../images/vk_grey.svg) center no-repeat;
}
.social__button_facebook {
  background: url(../images/fb_grey.svg) center no-repeat;
}
.social__button_instagram {
  background: url(../images/instagram_grey.svg) center no-repeat;
}
.social__button_youtube {
  background: url(../images/youtube_grey.svg) center no-repeat;
}
.social__button:hover.social__button_vk {
  background: url(../images/vk_white.svg) center no-repeat;
}
.social__button:hover.social__button_facebook {
  background: url(../images/fb_white.svg) center no-repeat;
}
.social__button:hover.social__button_instagram {
  background: url(../images/instagram_white.svg) center no-repeat;
}
.social__button:hover.social__button_youtube {
  background: url(../images/youtube_white.svg) center no-repeat;
}
.social__button_telegram {
  background: url('../images/telegram_logo_grey.png') center no-repeat;
  background-size: contain !important;
}
.social__button_whatsapp {
  background: url('../images/messengers/whatsapp_logo.webp') center no-repeat;
  background-size: contain !important;
}

.contacts_social__button_telegram {
  background: url('../images/messengers/telegram_logo.png') center no-repeat;
  background-size: contain !important;
}
.contacts_social__button_whatsapp {
  background: url('../images/messengers/whatsapp_logo.webp') center no-repeat;
  background-size: contain !important;
}
.social__button:hover.social__button_telegram {
  background: url(../images/telegram_logo_white.png) center no-repeat;
}
.nav__title {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  color: #797979;
}
.nav__holder {
}
.nav__line {
  font-size: 14px;
  /* width: 47%; */
  margin-bottom: 5px;
}
.nav__line a {
  color: #797979;
}
.nav__line a:hover {
  color: #fff;
}
.footer__copyright {
  font-size: 14px;
  color: #797979;
  width: 100%;
  margin-top: 20px;
}
.footer__socials {
  width: 25%;
  display: flex;
  justify-content: flex-end;
}
.footer__contacts {

}
.footer__lang {

}
.footer__addres_holder {
  margin-top: 16px;
  margin-bottom: 12px;
}
.footer__nav {
  text-align: left;
  max-width: 160px;
}

.t-filter .select2-container .select2-selection.select2-selection--single:hover {
  border: none;
  background-color: #fbfbfb;
}
.contacts__title {
  font-size:14px;
  font-weight:400;
  text-transform:uppercase;
  color:#797979;
  width: 100%;
}
.contacts__address,.contacts__email,.contacts__tel {
  font-size:14px;
  display:inline-block;
  width:100%;
  margin:0;
  cursor:pointer;
  color:#fff;
}
.contacts__address {
  margin-top:4px;
  cursor:auto;
}
.contacts__address:nth-child(odd) {
  margin-top:0;
}
.contacts__tel:hover {
  color:#cdcdcd;
}

.filters-section-mobile span.select2-selection__arrow {
    display: none !important;
}

.footer__payments-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-end;
    align-content: flex-end;
}

.info-popup__wrapper {
    /* width: 100%; */
    /* height: 100%; */
    position: relative;
    z-index: 9999999;
    display: none;
}

.info-popup__icon:hover {
    filter: invert(50%) sepia(63%) saturate(1500%) hue-rotate(327deg);
    background-size: 100%;
}

.info-popup {
    min-width: 120px;
    min-height: 44px;
    background-color: #fff;
    box-shadow: 0px 6px 20px -4px #0000004d;
    border-radius: 16px;
    opacity: 1;
    z-index: 999999;
    position: absolute;
    bottom: 12px;
    right: -60px;
    display: flex;
    flex-direction: column;
    padding: 16px 24px;
    text-transform: none;
    letter-spacing: normal;
    font-weight: 400;
    font-size: 16px;
}

.modal__price_delivery_info .info-popup {
    min-width: 480px;
}

.info-popup ul {
    display: flex;
    gap: 4px 8px;
    list-style: none;
    margin: 4px 0 12px 0;
    padding: 0;
    flex-direction: row;
    flex-wrap: wrap;
}

.info-popup li {
    padding: 4px 10px;
    background-color: #f1f1f1;
    border: 1px solid #d6d6d6;
    border-radius: 8px;
}

span.info-popup__icon {
    background-image: url(../icons/question.svg);
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    transition: background-size 0.1s;
    left: 0;
    top: 0;
}

.info-popup__icon:hover ~ .info-popup {
    display: flex;
}



/* Swiper */
.swiper-slide {

}
.swiper-pagination-bullet-active {
  
}
:root {
  --swiper-theme-color: #F33A24;
  --swiper-scrollbar-drag-bg-color: #F33A24;
  --swiper-pagination-bottom: 8px;
  --swiper-navigation-size: 24px;

  /* Image Format Dimensions - Car Image Cropping System */
  /* Main Page Format (desktop only) */
  --img-main-page-desktop-width: 2000px;
  --img-main-page-desktop-ratio: 4/3;

  /* Promo Large Format */
  --img-promo-large-desktop-width: 2400px;
  --img-promo-large-desktop-ratio: 2/1;
  --img-promo-large-mobile-width: 1200px;
  --img-promo-large-mobile-ratio: 7/10;

  /* Promo Medium Format */
  --img-promo-medium-desktop-width: 1800px;
  --img-promo-medium-desktop-ratio: 1/1;
  --img-promo-medium-mobile-width: 1200px;
  --img-promo-medium-mobile-ratio: 1/1;

  /* Car Page Format */
  --img-car-page-desktop-width: 2000px;
  --img-car-page-desktop-ratio: 16/9;
  --img-car-page-mobile-width: 1200px;
  --img-car-page-mobile-ratio: 16/10;
}
#ui-datepicker-div {
  z-index: 999999999999 !important;
}
.city-dropdown-option i {
  color: #666;
  font-size: 13px;
  margin-right: 0px;
}
.city-dropdown-option i.fa-plane, .booking-section i.fa-plane {
  transform: rotate(315deg) translateY(-2px) translateX(1px);
}
.city-dropdown-option i.fa-building {
  margin-right: 6px;
}
.in-cost__title.autopark__title.autopark__warning {
  width: 100% !important;
}

.modal__insurance_info__table-row div {
  padding-bottom: 4px;
  line-height: 1em;
}

.modal__insurance_info .info-popup {
    right: -6px;
    top: 8px;
    bottom: auto;
    min-width: calc((95vw * 0.4) + 350px);
    font-size: 14px !important;
    padding: 18px 8px 12px 16px;
}

.modal__insurance_info table {
    width: 100%;
    text-align: center;
}

.modal__insurance_info__table-row div:first-child {
  text-align: right;
  flex-grow: 1;
  flex-shrink: 0;
  width: 350px;
  padding-right: 12px;
}

.modal__insurance_info__table-row div:not(:first-child) {
    width: calc(((95vw*0.4) - 65px)/4);
    text-align: center;
}

.modal__insurance_info {
    z-index: 999999;
    display: none;
}

.modal__insurance_info__table-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.modal__insurance_info__table-wrapper .modal__insurance_info__table-row {
    margin-bottom: 4px;
}
.modal__insurance_info__table-header {
    display: none;
}
.info-popup__backdrop {
  /* display: none; */
}
.modal__price_delivery_info {
    position: relative;
    top: 8px;
    left: -100px;
}
.popup__close {
  display: none;
  background-color: #fff;
  background-image: url(../images/cross.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  top: -48px;
  right: 16px;
  position: absolute;
  /* -webkit-transition: all 250ms ease; */
  /* transition: all 250ms ease; */
  z-index: 9999999;
}

/* Responsive Styles */
@media (max-width: 767px) {
  blockquote img {
    float: none !important;
    display: block !important;
  }
  .hidden-xs {
    display: none !important;
  }
  .select2-selection__arrow {
    width: 18px !important;
  }
  .footer__contacts {
    margin-top: 24px;
  }
  .footer {
    padding-bottom: 0;
  }
  .footer .container {
    border-radius: 32px 32px 0 0;
    padding: 32px;
  }
  .footer__payments-wrapper {
    flex-grow: 1;
  }
  .payment__variant {
  }
  .filter__class-mobile span.select2-selection {
    border: none;
  }
  
  .filters-section-mobile span.select2-selection.select2-selection--single {
    border: none;
    background-color: #ffffff !important;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
  }
  .footer__socials {
    width: 100%;
    justify-content: space-between;
    margin-bottom: 24px;
  }
  .footer__content {
    gap: 16px 16px;
  }
  .footer__text {
    margin: 4px 0 0 0;
  }
  .select2 {
    font-size: 14px;
  }
  .info-popup {
    bottom: 0px;
    left: 0px;
    position: fixed;
    width: 100vw;
    min-width: auto !important;
    border-radius: 24px 24px 0 0;
    box-shadow: 0px -10px 60px -4px #00000075;
  }
  .info-popup__wrapper {
  position: fixed;
  display: none;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  }
  .modal__insurance_info .info-popup {
    bottom: 0;
    top: auto;
    left: 0px;
    display: block;
    max-height: 75vh;
    padding: 18px 8px 12px 8px;
  }
  .modal__insurance_info__table-row div:not(:first-child) {
    flex-grow: 1;
    padding: 4px 0;
    font-size: 12px;
  }

  .modal__insurance_info__table-row div:first-child {
    text-align: center;
    padding: 10px 12px;
    background-color: #f3f3f3;
    border-radius: 8px;
    margin-top: 8px;
    margin-bottom: 8px;
    width: 100%;
  }
  .modal__insurance_info__table-header {
    display: flex;
    margin-top: 8px;
    align-items: center;
  }
  .modal__insurance_info__table-header div{
  flex-grow: 1;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  width: 25%;
  line-height: 1.1em;
  }
  .info-popup__backdrop {
    position: fixed;
    top: -200px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000000b3;
    z-index: 999998;
  }
  .popup__close {
    display: block;
  }
}

/* Trunk Size Icons Styles */
.trunk-size-display {
  display: inline-flex;
  align-items: center;
  gap: 0.3em;
  flex-wrap: wrap;
}

.trunk-size-item {
  display: inline-flex;
  align-items: center;
  gap: 0.2em;
}

.trunk-size-count {
  font-weight: bold;
  color: #333;
}

.trunk-size-icon {
  font-size: 1em;
  color: #bfbfbf;
}
.trunk-size-icon.bag-icon {
  font-size: 0.8em;
}
p iframe {
  max-width: 100%;
}
