@charset "UTF-8";
:root {
  --brown-light-rgba: rgba(234, 59, 68, 0.12);
  --brown-middle-rgba: rgba(217, 3, 14, 0.05);
  --brown-rgba: rgba(168, 19, 26, 0.25);
  --brown-red-rgba: rgba(217, 3, 14, 0.3);
  --gray-border-rgba: rgba(25, 25, 25, 0.05);
  --purple-very-light: #FDF2F3;
  --white: white;
  --gray-very-light: #F9FAFD;
  --gray-light: #F0F1F2;
  --gray-pre-middle: #C5C5C5;
  --gray-middle: #7F7F81;
  --gray-darker: #515155;
  --gray-darkest: #353434;
  --gray-border: #c1c1c1;
  --gray-placeholder: #C4C4C4;
  --black: #191919;
  --black-blue: #232832;
  --black-tone: #232222;
}

[data-color-scheme=dark] {
  --brown-light-rgba: rgba(104, 103, 103, 0.5);
  --brown-middle-rgba: rgba(104, 103, 103, 0.5);
  --brown-rgba: rgba(104, 103, 103, 0.5);
  --brown-red-rgba: rgba(104, 103, 103, 0.5);
  --purple-very-light: #191919;
  --white: #252525 !important;
  --gray-very-light: #191919;
  --gray-light: #191919;
  --gray-pre-middle: $border-dark-mode;
  --gray-border: #515155;
  --gray-middle: #adadad;
  --gray-darker: #bbb;
  --gray-darkest: #cacbcb;
  --black: #e9e9e9;
  --black-blue: #dcd7cd;
  --black-tone: #dcdddd;
}

body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  background-color: var(--white);
}

a {
  text-decoration: none;
}

ul {
  list-style: none !important;
}

p {
  margin: 0;
}

::selection,
::-moz-selection {
  background: #D9030E;
  color: var(--white);
}

.container {
  max-width: calc(100% - 40px);
  margin: 0 auto;
}

.container-photos {
  max-width: calc(100% - 40px);
  margin: 0 auto;
}

.d-none {
  display: none !important;
}

.d-flex {
  display: flex !important;
}

.d-grid {
  display: grid !important;
}

.d-inline-flex {
  display: inline-flex;
}

.d-block {
  display: block !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-column {
  flex-direction: column;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.align-items-center {
  align-items: center;
}

.position-relative {
  position: relative !important;
}

.align-self-start {
  align-self: flex-start;
}

@media (min-width: 768px) {
  .container {
    max-width: calc(100% - 48px);
    margin: 0 auto;
  }
}
@media (min-width: 1000px) {
  .container {
    max-width: calc(100% - 60px);
    margin: 0 auto;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 1170px;
  }
}
#delivery-details,
#simple-login,
#simple-login-client-info,
#affiliate-info,
#welcome-to-club,
#available-in-another-location-modal,
#personal-data-error,
#personal-data-young-driver,
#personal-data-car-unavailable,
#car-request-modal {
  width: 370px;
  max-width: calc(100% - 60px);
  padding: 30px 20px 29px;
  box-shadow: 0 25px 50px rgba(130, 128, 141, 0.25);
  border-radius: 7px;
  box-sizing: border-box;
  background: var(--white);
  margin: 0 auto;
  position: relative;
}
#delivery-details .mfp-close,
#simple-login .mfp-close,
#simple-login-client-info .mfp-close,
#affiliate-info .mfp-close,
#welcome-to-club .mfp-close,
#available-in-another-location-modal .mfp-close,
#personal-data-error .mfp-close,
#personal-data-young-driver .mfp-close,
#personal-data-car-unavailable .mfp-close,
#car-request-modal .mfp-close {
  top: 25px;
  right: 20px;
  background: url("/img/redesign/close.svg");
  color: transparent;
  background-size: 100% 100%;
  width: 16px;
  height: 16px;
}
#delivery-details .modal-title,
#simple-login .modal-title,
#simple-login-client-info .modal-title,
#affiliate-info .modal-title,
#welcome-to-club .modal-title,
#available-in-another-location-modal .modal-title,
#personal-data-error .modal-title,
#personal-data-young-driver .modal-title,
#personal-data-car-unavailable .modal-title,
#car-request-modal .modal-title {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 19px;
  line-height: 23px;
  color: var(--black);
  margin-bottom: 21px;
  text-align: left;
  text-transform: none;
  margin-top: -8px;
}
#delivery-details .modal-content,
#simple-login .modal-content,
#simple-login-client-info .modal-content,
#affiliate-info .modal-content,
#welcome-to-club .modal-content,
#available-in-another-location-modal .modal-content,
#personal-data-error .modal-content,
#personal-data-young-driver .modal-content,
#personal-data-car-unavailable .modal-content,
#car-request-modal .modal-content {
  color: var(--black);
}
#delivery-details .form,
#simple-login .form,
#simple-login-client-info .form,
#affiliate-info .form,
#welcome-to-club .form,
#available-in-another-location-modal .form,
#personal-data-error .form,
#personal-data-young-driver .form,
#personal-data-car-unavailable .form,
#car-request-modal .form {
  padding: 0;
}
#delivery-details .group,
#simple-login .group,
#simple-login-client-info .group,
#affiliate-info .group,
#welcome-to-club .group,
#available-in-another-location-modal .group,
#personal-data-error .group,
#personal-data-young-driver .group,
#personal-data-car-unavailable .group,
#car-request-modal .group {
  box-sizing: border-box;
  margin-bottom: 12px;
}
#delivery-details .group.active label,
#simple-login .group.active label,
#simple-login-client-info .group.active label,
#affiliate-info .group.active label,
#welcome-to-club .group.active label,
#available-in-another-location-modal .group.active label,
#personal-data-error .group.active label,
#personal-data-young-driver .group.active label,
#personal-data-car-unavailable .group.active label,
#car-request-modal .group.active label {
  border-color: #D9030E;
  color: #D9030E;
}
#delivery-details .group label,
#simple-login .group label,
#simple-login-client-info .group label,
#affiliate-info .group label,
#welcome-to-club .group label,
#available-in-another-location-modal .group label,
#personal-data-error .group label,
#personal-data-young-driver .group label,
#personal-data-car-unavailable .group label,
#car-request-modal .group label {
  padding: 9px 14px;
  display: block;
  border: 1.2px solid rgba(25, 25, 25, 0.16);
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  color: var(--gray-middle);
  border-radius: 3px;
}
#delivery-details .group input,
#simple-login .group input,
#simple-login-client-info .group input,
#affiliate-info .group input,
#welcome-to-club .group input,
#available-in-another-location-modal .group input,
#personal-data-error .group input,
#personal-data-young-driver .group input,
#personal-data-car-unavailable .group input,
#car-request-modal .group input {
  max-width: 100%;
  display: block;
  margin: 0;
  box-sizing: border-box;
  padding: 0;
  border: none;
  outline: none;
  height: 20px;
  font-weight: bold;
  color: var(--gray-darker);
}
#delivery-details .group .select-wrap,
#simple-login .group .select-wrap,
#simple-login-client-info .group .select-wrap,
#affiliate-info .group .select-wrap,
#welcome-to-club .group .select-wrap,
#available-in-another-location-modal .group .select-wrap,
#personal-data-error .group .select-wrap,
#personal-data-young-driver .group .select-wrap,
#personal-data-car-unavailable .group .select-wrap,
#car-request-modal .group .select-wrap {
  position: relative;
  user-select: none;
  font-family: "Raleway", sans-serif;
  z-index: 9;
}
#delivery-details .group .select-wrap.active .select-ul,
#simple-login .group .select-wrap.active .select-ul,
#simple-login-client-info .group .select-wrap.active .select-ul,
#affiliate-info .group .select-wrap.active .select-ul,
#welcome-to-club .group .select-wrap.active .select-ul,
#available-in-another-location-modal .group .select-wrap.active .select-ul,
#personal-data-error .group .select-wrap.active .select-ul,
#personal-data-young-driver .group .select-wrap.active .select-ul,
#personal-data-car-unavailable .group .select-wrap.active .select-ul,
#car-request-modal .group .select-wrap.active .select-ul {
  display: block;
  border: 1.2px solid #D9030E;
  padding: 0;
  margin-left: -15px;
  margin-right: -15px;
  width: calc(100% + 28px);
  max-height: 191px;
  overflow-y: auto;
  background: var(--white);
}
#delivery-details .group .select-wrap.active .default-option:before,
#simple-login .group .select-wrap.active .default-option:before,
#simple-login-client-info .group .select-wrap.active .default-option:before,
#affiliate-info .group .select-wrap.active .default-option:before,
#welcome-to-club .group .select-wrap.active .default-option:before,
#available-in-another-location-modal .group .select-wrap.active .default-option:before,
#personal-data-error .group .select-wrap.active .default-option:before,
#personal-data-young-driver .group .select-wrap.active .default-option:before,
#personal-data-car-unavailable .group .select-wrap.active .default-option:before,
#car-request-modal .group .select-wrap.active .default-option:before {
  top: 7px;
  transform: rotate(-225deg);
}
#delivery-details .group .select-wrap .default-option,
#simple-login .group .select-wrap .default-option,
#simple-login-client-info .group .select-wrap .default-option,
#affiliate-info .group .select-wrap .default-option,
#welcome-to-club .group .select-wrap .default-option,
#available-in-another-location-modal .group .select-wrap .default-option,
#personal-data-error .group .select-wrap .default-option,
#personal-data-young-driver .group .select-wrap .default-option,
#personal-data-car-unavailable .group .select-wrap .default-option,
#car-request-modal .group .select-wrap .default-option {
  background: var(--white);
  color: var(--gray-darker);
  border-radius: 5px;
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
}
#delivery-details .group .select-wrap .default-option:before,
#simple-login .group .select-wrap .default-option:before,
#simple-login-client-info .group .select-wrap .default-option:before,
#affiliate-info .group .select-wrap .default-option:before,
#welcome-to-club .group .select-wrap .default-option:before,
#available-in-another-location-modal .group .select-wrap .default-option:before,
#personal-data-error .group .select-wrap .default-option:before,
#personal-data-young-driver .group .select-wrap .default-option:before,
#personal-data-car-unavailable .group .select-wrap .default-option:before,
#car-request-modal .group .select-wrap .default-option:before {
  content: "";
  position: absolute;
  top: 2px;
  right: 0;
  width: 6px;
  height: 6px;
  border: 2px solid;
  border-color: transparent transparent var(--gray-darker) var(--gray-darker);
  transform: rotate(-45deg);
  transition: all 0.1s ease-out;
}
#delivery-details .group .select-wrap .default-option.placeholder,
#simple-login .group .select-wrap .default-option.placeholder,
#simple-login-client-info .group .select-wrap .default-option.placeholder,
#affiliate-info .group .select-wrap .default-option.placeholder,
#welcome-to-club .group .select-wrap .default-option.placeholder,
#available-in-another-location-modal .group .select-wrap .default-option.placeholder,
#personal-data-error .group .select-wrap .default-option.placeholder,
#personal-data-young-driver .group .select-wrap .default-option.placeholder,
#personal-data-car-unavailable .group .select-wrap .default-option.placeholder,
#car-request-modal .group .select-wrap .default-option.placeholder {
  line-height: 100%;
  color: var(--gray-darker);
  opacity: 0.6 !important;
  font-weight: normal !important;
}
#delivery-details .group .select-wrap .default-option li,
#simple-login .group .select-wrap .default-option li,
#simple-login-client-info .group .select-wrap .default-option li,
#affiliate-info .group .select-wrap .default-option li,
#welcome-to-club .group .select-wrap .default-option li,
#available-in-another-location-modal .group .select-wrap .default-option li,
#personal-data-error .group .select-wrap .default-option li,
#personal-data-young-driver .group .select-wrap .default-option li,
#personal-data-car-unavailable .group .select-wrap .default-option li,
#car-request-modal .group .select-wrap .default-option li {
  line-height: 20px;
}
#delivery-details .group .select-wrap .select-ul,
#simple-login .group .select-wrap .select-ul,
#simple-login-client-info .group .select-wrap .select-ul,
#affiliate-info .group .select-wrap .select-ul,
#welcome-to-club .group .select-wrap .select-ul,
#available-in-another-location-modal .group .select-wrap .select-ul,
#personal-data-error .group .select-wrap .select-ul,
#personal-data-young-driver .group .select-wrap .select-ul,
#personal-data-car-unavailable .group .select-wrap .select-ul,
#car-request-modal .group .select-wrap .select-ul {
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  background: var(--white);
  border-radius: 5px;
  display: none;
  opacity: 1 !important;
}
#delivery-details .group .select-wrap .select-ul li,
#simple-login .group .select-wrap .select-ul li,
#simple-login-client-info .group .select-wrap .select-ul li,
#affiliate-info .group .select-wrap .select-ul li,
#welcome-to-club .group .select-wrap .select-ul li,
#available-in-another-location-modal .group .select-wrap .select-ul li,
#personal-data-error .group .select-wrap .select-ul li,
#personal-data-young-driver .group .select-wrap .select-ul li,
#personal-data-car-unavailable .group .select-wrap .select-ul li,
#car-request-modal .group .select-wrap .select-ul li {
  box-sizing: border-box;
  padding: 10px 20px;
  cursor: pointer;
  background: var(--white);
  color: var(--gray-darker);
  line-height: 20px;
}
#delivery-details .group .select-wrap .select-ul li:hover,
#simple-login .group .select-wrap .select-ul li:hover,
#simple-login-client-info .group .select-wrap .select-ul li:hover,
#affiliate-info .group .select-wrap .select-ul li:hover,
#welcome-to-club .group .select-wrap .select-ul li:hover,
#available-in-another-location-modal .group .select-wrap .select-ul li:hover,
#personal-data-error .group .select-wrap .select-ul li:hover,
#personal-data-young-driver .group .select-wrap .select-ul li:hover,
#personal-data-car-unavailable .group .select-wrap .select-ul li:hover,
#car-request-modal .group .select-wrap .select-ul li:hover {
  background: #ffdde4;
}
#delivery-details .group .select-wrap .select-ul li:first-child:hover,
#simple-login .group .select-wrap .select-ul li:first-child:hover,
#simple-login-client-info .group .select-wrap .select-ul li:first-child:hover,
#affiliate-info .group .select-wrap .select-ul li:first-child:hover,
#welcome-to-club .group .select-wrap .select-ul li:first-child:hover,
#available-in-another-location-modal .group .select-wrap .select-ul li:first-child:hover,
#personal-data-error .group .select-wrap .select-ul li:first-child:hover,
#personal-data-young-driver .group .select-wrap .select-ul li:first-child:hover,
#personal-data-car-unavailable .group .select-wrap .select-ul li:first-child:hover,
#car-request-modal .group .select-wrap .select-ul li:first-child:hover {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
#delivery-details .group .select-wrap .select-ul li:last-child:hover,
#simple-login .group .select-wrap .select-ul li:last-child:hover,
#simple-login-client-info .group .select-wrap .select-ul li:last-child:hover,
#affiliate-info .group .select-wrap .select-ul li:last-child:hover,
#welcome-to-club .group .select-wrap .select-ul li:last-child:hover,
#available-in-another-location-modal .group .select-wrap .select-ul li:last-child:hover,
#personal-data-error .group .select-wrap .select-ul li:last-child:hover,
#personal-data-young-driver .group .select-wrap .select-ul li:last-child:hover,
#personal-data-car-unavailable .group .select-wrap .select-ul li:last-child:hover,
#car-request-modal .group .select-wrap .select-ul li:last-child:hover {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
#delivery-details .group .select-wrap .option,
#simple-login .group .select-wrap .option,
#simple-login-client-info .group .select-wrap .option,
#affiliate-info .group .select-wrap .option,
#welcome-to-club .group .select-wrap .option,
#available-in-another-location-modal .group .select-wrap .option,
#personal-data-error .group .select-wrap .option,
#personal-data-young-driver .group .select-wrap .option,
#personal-data-car-unavailable .group .select-wrap .option,
#car-request-modal .group .select-wrap .option {
  display: flex;
  align-items: center;
}
#delivery-details .checkbox,
#simple-login .checkbox,
#simple-login-client-info .checkbox,
#affiliate-info .checkbox,
#welcome-to-club .checkbox,
#available-in-another-location-modal .checkbox,
#personal-data-error .checkbox,
#personal-data-young-driver .checkbox,
#personal-data-car-unavailable .checkbox,
#car-request-modal .checkbox {
  padding-top: 10px;
  margin-bottom: 28px;
}
#delivery-details .checkbox input,
#simple-login .checkbox input,
#simple-login-client-info .checkbox input,
#affiliate-info .checkbox input,
#welcome-to-club .checkbox input,
#available-in-another-location-modal .checkbox input,
#personal-data-error .checkbox input,
#personal-data-young-driver .checkbox input,
#personal-data-car-unavailable .checkbox input,
#car-request-modal .checkbox input {
  display: none !important;
}
#delivery-details .checkbox input:checked + label span,
#simple-login .checkbox input:checked + label span,
#simple-login-client-info .checkbox input:checked + label span,
#affiliate-info .checkbox input:checked + label span,
#welcome-to-club .checkbox input:checked + label span,
#available-in-another-location-modal .checkbox input:checked + label span,
#personal-data-error .checkbox input:checked + label span,
#personal-data-young-driver .checkbox input:checked + label span,
#personal-data-car-unavailable .checkbox input:checked + label span,
#car-request-modal .checkbox input:checked + label span {
  background: var(--white);
  border-color: #D9030E;
}
#delivery-details .checkbox input:checked + label span::before,
#simple-login .checkbox input:checked + label span::before,
#simple-login-client-info .checkbox input:checked + label span::before,
#affiliate-info .checkbox input:checked + label span::before,
#welcome-to-club .checkbox input:checked + label span::before,
#available-in-another-location-modal .checkbox input:checked + label span::before,
#personal-data-error .checkbox input:checked + label span::before,
#personal-data-young-driver .checkbox input:checked + label span::before,
#personal-data-car-unavailable .checkbox input:checked + label span::before,
#car-request-modal .checkbox input:checked + label span::before {
  background: #D9030E;
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  transform: none;
  width: 10px;
  height: 10px;
  border-radius: 3px;
}
#delivery-details .checkbox label,
#simple-login .checkbox label,
#simple-login-client-info .checkbox label,
#affiliate-info .checkbox label,
#welcome-to-club .checkbox label,
#available-in-another-location-modal .checkbox label,
#personal-data-error .checkbox label,
#personal-data-young-driver .checkbox label,
#personal-data-car-unavailable .checkbox label,
#car-request-modal .checkbox label {
  display: block;
  position: relative;
  padding: 0 0 0 32px;
  text-align: left;
  cursor: pointer;
}
#delivery-details .checkbox label span,
#simple-login .checkbox label span,
#simple-login-client-info .checkbox label span,
#affiliate-info .checkbox label span,
#welcome-to-club .checkbox label span,
#available-in-another-location-modal .checkbox label span,
#personal-data-error .checkbox label span,
#personal-data-young-driver .checkbox label span,
#personal-data-car-unavailable .checkbox label span,
#car-request-modal .checkbox label span {
  width: 22px;
  height: 22px;
  display: block;
  position: absolute;
  left: 0;
  top: calc(50% - 11px);
  border: 1.2px solid rgba(25, 25, 25, 0.16);
  box-sizing: border-box;
  border-radius: 3px;
  background: var(--white);
}
#delivery-details .checkbox p,
#simple-login .checkbox p,
#simple-login-client-info .checkbox p,
#affiliate-info .checkbox p,
#welcome-to-club .checkbox p,
#available-in-another-location-modal .checkbox p,
#personal-data-error .checkbox p,
#personal-data-young-driver .checkbox p,
#personal-data-car-unavailable .checkbox p,
#car-request-modal .checkbox p {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  color: var(--gray-middle);
}
#delivery-details .checkbox p a,
#simple-login .checkbox p a,
#simple-login-client-info .checkbox p a,
#affiliate-info .checkbox p a,
#welcome-to-club .checkbox p a,
#available-in-another-location-modal .checkbox p a,
#personal-data-error .checkbox p a,
#personal-data-young-driver .checkbox p a,
#personal-data-car-unavailable .checkbox p a,
#car-request-modal .checkbox p a {
  color: #D9030E;
}
#delivery-details .checkbox p a:hover,
#simple-login .checkbox p a:hover,
#simple-login-client-info .checkbox p a:hover,
#affiliate-info .checkbox p a:hover,
#welcome-to-club .checkbox p a:hover,
#available-in-another-location-modal .checkbox p a:hover,
#personal-data-error .checkbox p a:hover,
#personal-data-young-driver .checkbox p a:hover,
#personal-data-car-unavailable .checkbox p a:hover,
#car-request-modal .checkbox p a:hover {
  text-decoration: underline;
}
#delivery-details .red-button,
#simple-login .red-button,
#simple-login-client-info .red-button,
#affiliate-info .red-button,
#welcome-to-club .red-button,
#available-in-another-location-modal .red-button,
#personal-data-error .red-button,
#personal-data-young-driver .red-button,
#personal-data-car-unavailable .red-button,
#car-request-modal .red-button {
  border-radius: 7px;
  margin: 0 0 23px;
  display: block;
  width: 100%;
}
#delivery-details a.call-modal,
#simple-login a.call-modal,
#simple-login-client-info a.call-modal,
#affiliate-info a.call-modal,
#welcome-to-club a.call-modal,
#available-in-another-location-modal a.call-modal,
#personal-data-error a.call-modal,
#personal-data-young-driver a.call-modal,
#personal-data-car-unavailable a.call-modal,
#car-request-modal a.call-modal {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  text-decoration-line: underline;
  color: var(--gray-darker);
  display: block;
  text-align: center;
  margin-bottom: 10px;
}
#delivery-details a.call-modal:hover,
#simple-login a.call-modal:hover,
#simple-login-client-info a.call-modal:hover,
#affiliate-info a.call-modal:hover,
#welcome-to-club a.call-modal:hover,
#available-in-another-location-modal a.call-modal:hover,
#personal-data-error a.call-modal:hover,
#personal-data-young-driver a.call-modal:hover,
#personal-data-car-unavailable a.call-modal:hover,
#car-request-modal a.call-modal:hover {
  color: #D9030E;
}
#delivery-details .line-hr,
#simple-login .line-hr,
#simple-login-client-info .line-hr,
#affiliate-info .line-hr,
#welcome-to-club .line-hr,
#available-in-another-location-modal .line-hr,
#personal-data-error .line-hr,
#personal-data-young-driver .line-hr,
#personal-data-car-unavailable .line-hr,
#car-request-modal .line-hr {
  text-align: center;
  margin-bottom: 12px;
  color: var(--gray-darker);
  font-family: "Montserrat", sans-serif;
}

#welcome-to-club {
  padding-top: 54px;
  padding-bottom: 54px;
}
#welcome-to-club .modal-title {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  font-size: 18px;
  color: var(--black);
  padding-bottom: 20px;
  display: inline-flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
  margin-bottom: 28px;
}
#welcome-to-club .modal-title:after {
  width: 138px;
  height: 4px;
  content: "";
  background-color: #D9030E;
  position: absolute;
  bottom: 0;
}
#welcome-to-club ul {
  padding-left: 0;
  margin-bottom: 55px;
}
#welcome-to-club ul li {
  color: var(--gray-darker);
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 15px;
  display: flex;
}
#welcome-to-club ul li:before {
  content: "";
  width: 16px;
  height: 10px;
  display: block;
  -webkit-mask: url("/img/redesign/advantages-lux-before.svg");
  mask: url("/img/redesign/advantages-lux-before.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  mask-size: 100% 100% !important;
  -webkit-mask-size: 100% 100% !important;
  background-color: var(--black);
  margin-right: 17px;
  float: left;
  position: relative;
  top: 5px;
  flex-shrink: 0;
}
#welcome-to-club ul li p {
  display: block;
}
#welcome-to-club ul li span.red {
  display: inline;
  color: #D9030E;
}
#welcome-to-club .red-button {
  color: var(--white) !important;
  font-family: "Montserrat", sans-serif;
  font-size: 15px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 120% !important;
  display: inline-flex !important;
  align-items: center;
  padding: 16px 30px 16px 26px !important;
  text-decoration: none !important;
}
#welcome-to-club .red-button:after {
  display: block;
  width: 13px;
  height: 13px;
  content: "";
  -webkit-mask: url("/img/redesign/next-page.svg");
  mask: url("/img/redesign/next-page.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  mask-size: 100% 100% !important;
  -webkit-mask-size: 100% 100% !important;
  background-color: var(--white) !important;
  margin-left: 25px;
}

#available-in-another-location-modal .modal-title,
#personal-data-error .modal-title,
#personal-data-young-driver .modal-title,
#personal-data-car-unavailable .modal-title,
#car-request-modal .modal-title {
  text-align: center;
  margin-bottom: 25px;
}
#available-in-another-location-modal .modal-content .description,
#personal-data-error .modal-content .description,
#personal-data-young-driver .modal-content .description,
#personal-data-car-unavailable .modal-content .description,
#car-request-modal .modal-content .description {
  font-size: 14px;
  line-height: 120%;
  text-align: center;
  color: var(--gray-darker);
  padding-bottom: 19px;
  border-bottom: 1px solid var(--gray-very-light);
}
#available-in-another-location-modal .modal-content .office-header,
#personal-data-error .modal-content .office-header,
#personal-data-young-driver .modal-content .office-header,
#personal-data-car-unavailable .modal-content .office-header,
#car-request-modal .modal-content .office-header {
  font-weight: 700;
  font-size: 15px;
  line-height: 120%;
  color: var(--black);
  padding: 15px 0 0;
  margin-bottom: 15px;
}
#available-in-another-location-modal .modal-content .address,
#personal-data-error .modal-content .address,
#personal-data-young-driver .modal-content .address,
#personal-data-car-unavailable .modal-content .address,
#car-request-modal .modal-content .address {
  font-weight: 400;
  font-size: 14px;
  line-height: 135%;
  color: var(--gray-middle);
  padding: 0;
  margin-bottom: 15px;
}
#available-in-another-location-modal .modal-content .map,
#personal-data-error .modal-content .map,
#personal-data-young-driver .modal-content .map,
#personal-data-car-unavailable .modal-content .map,
#car-request-modal .modal-content .map {
  padding-bottom: 15px;
}
#available-in-another-location-modal .modal-content .ok .red-button,
#personal-data-error .modal-content .ok .red-button,
#personal-data-young-driver .modal-content .ok .red-button,
#personal-data-car-unavailable .modal-content .ok .red-button,
#car-request-modal .modal-content .ok .red-button {
  display: inline-block;
  width: auto;
  padding: 12px 36px;
  font-weight: 700;
  font-size: 14px;
  line-height: 120%;
  text-transform: uppercase;
  margin: 0;
}

.go-up {
  position: fixed;
  right: 9px;
  bottom: 20px;
  width: 40px;
  height: 40px;
  background-color: var(--gray-darker);
  color: var(--white);
  font-size: 26px;
  border-radius: 50%;
  display: none;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  cursor: pointer;
}
.go-up.show {
  display: inline-flex;
}

.go-booking {
  display: none;
}

.mfp-move-from-top .mfp-with-anim {
  opacity: 0;
  transition: all 0.35s;
  transform: translateY(-500px);
}
.mfp-move-from-top.mfp-bg {
  opacity: 0;
  transition: all 0.35s;
}
.mfp-move-from-top.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateY(0);
}
.mfp-move-from-top.mfp-bg {
  opacity: 0.8;
}
.mfp-move-from-top.mfp-removing .mfp-with-anim {
  transform: translateY(-500px);
  opacity: 0;
}

.iti-mobile .iti--container {
  top: 150px !important;
}

#delivery-details {
  padding: 30px 20px;
  box-sizing: border-box;
}
#delivery-details .location-title {
  font-weight: 600;
  font-size: 18px;
  color: var(--black);
  margin-bottom: 15px;
}
#delivery-details .tabs {
  padding-bottom: 15px;
  box-sizing: border-box;
}
#delivery-details .tabs .tab {
  box-sizing: border-box;
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  text-align: center;
  color: var(--gray-darker);
  padding: 6px 15px;
  margin-right: 7px;
  border-radius: 30px;
  transition: color, background-color 0.2s ease-out;
  cursor: pointer;
}
#delivery-details .tabs .tab:hover, #delivery-details .tabs .tab.active {
  background-color: var(--purple-very-light);
  color: var(--black);
}
#delivery-details .tabs-decorator {
  width: 500px;
  height: 1px;
  max-width: 100%;
  background-color: var(--gray-very-light);
}
#delivery-details .tabs-content {
  padding-top: 15px;
  transition: all 0.4s ease-out;
}
#delivery-details .tabs-content .title {
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  color: var(--black);
  margin-bottom: 14px;
  display: block;
}
#delivery-details .tabs-content .address {
  font-weight: 400;
  font-size: 14px;
  line-height: 135%;
  color: var(--gray-darker);
  margin-bottom: 30px;
}
#delivery-details .tabs-content .schedule b {
  display: inline-block;
}
#delivery-details .tabs-content ul {
  margin-bottom: 30px;
  padding-left: 24px;
  list-style-type: disc !important;
}
#delivery-details .tabs-content ul:last-child {
  margin-bottom: 0;
}
#delivery-details .tabs-content ul li {
  font-size: 14px;
  line-height: 150%;
  color: var(--gray-darker);
  margin-bottom: 10px;
}
#delivery-details .tabs-content ul li:last-child {
  margin-bottom: 0;
}
#delivery-details .tabs-content ul li b {
  font-weight: 600;
}
#delivery-details .tabs-content a {
  color: #D9030E;
  font-weight: 400;
}
#delivery-details .tabs-content a:hover {
  text-decoration: underline;
}

#personal-data-error .modal-title,
#personal-data-young-driver .modal-title,
#personal-data-car-unavailable .modal-title {
  text-align: left;
  margin-bottom: 32px;
}
#personal-data-error .modal-content .description,
#personal-data-young-driver .modal-content .description,
#personal-data-car-unavailable .modal-content .description {
  margin-bottom: 21px;
  border-bottom: none;
  text-align: left;
  color: var(--black);
}
#personal-data-error .modal-content .description:last-child,
#personal-data-young-driver .modal-content .description:last-child,
#personal-data-car-unavailable .modal-content .description:last-child {
  margin-bottom: 48px;
}
#personal-data-error .modal-content .description a,
#personal-data-young-driver .modal-content .description a,
#personal-data-car-unavailable .modal-content .description a {
  color: #D9030E;
}
#personal-data-error .modal-content .description a:hover,
#personal-data-young-driver .modal-content .description a:hover,
#personal-data-car-unavailable .modal-content .description a:hover {
  text-decoration: underline;
}
#personal-data-error .modal-content .red-button,
#personal-data-young-driver .modal-content .red-button,
#personal-data-car-unavailable .modal-content .red-button {
  display: inline-block;
  width: auto;
  margin-bottom: 0;
}

#personal-data-car-unavailable .mfp-close {
  display: none !important;
}

#car-request-modal {
  padding: 40px 22px;
  overflow: hidden;
}
#car-request-modal .modal-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 105%;
  color: var(--black);
  margin-bottom: 29px;
}
#car-request-modal .description {
  padding-bottom: 26px;
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  text-align: center;
  color: var(--gray-darker);
  position: relative;
}
#car-request-modal .description:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--gray-border-rgba);
  position: absolute;
  bottom: 0;
  left: 0;
  margin-left: -31px;
  width: calc(100% + 62px);
}
#car-request-modal .location-and-dates .wrapper {
  position: relative;
  padding-left: 35px;
}
#car-request-modal .location-and-dates .wrapper:before {
  content: "";
  display: block;
  width: 15px;
  height: 83px;
  background-image: url("../img/redesign/before-locations-mobile.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#car-request-modal .location-and-dates .heading {
  margin-bottom: 17px;
  font-weight: 600;
  font-size: 16px;
  color: var(--black);
}
#car-request-modal .location-and-dates .line {
  margin-bottom: 20px;
  flex-wrap: wrap;
}
#car-request-modal .location-and-dates .line:last-child {
  margin-bottom: 29px;
}
#car-request-modal .location-and-dates .line .w-50 {
  box-sizing: border-box;
  width: 100%;
  flex-shrink: 0;
  font-size: 16px;
  color: var(--gray-darker);
}
#car-request-modal .location-and-dates .line .datetime {
  font-weight: 500;
  box-sizing: border-box;
  font-size: 15px;
  margin-bottom: 10px;
}
#car-request-modal .location-and-dates .line .location {
  font-weight: 700;
  box-sizing: border-box;
  font-size: 15px;
}
#car-request-modal .inputs .single-input {
  padding: 10px 35px 12px;
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  background-color: var(--white);
  color: var(--black);
  border: 1px solid var(--gray-placeholder);
  border-radius: 6px;
  width: 100%;
  height: 40px;
  display: block;
  box-sizing: border-box;
  margin-bottom: 20px;
  outline: none !important;
  text-align: left;
}
#car-request-modal .inputs .single-input::placeholder {
  color: var(--gray-placeholder);
}
#car-request-modal .inputs .iti {
  width: 100%;
}
#car-request-modal .inputs .iti .iti__flag-container {
  padding-left: 26px;
}
#car-request-modal .inputs .iti .single-input {
  padding-left: 104px !important;
}
#car-request-modal .inputs .iti--separate-dial-code .iti__selected-flag {
  background-color: transparent !important;
}
#car-request-modal .inputs .iti__country-name {
  color: var(--black);
}
#car-request-modal .checkboxes {
  clear: both;
  padding-top: 10px;
}
#car-request-modal .checkboxes .checkbox-single {
  position: relative;
  padding: 20px 0 0;
}
#car-request-modal .checkboxes .checkbox-single .custom-checkbox + label {
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  padding-left: 0;
  box-sizing: border-box;
}
#car-request-modal .checkboxes .checkbox-single .custom-checkbox + label:before {
  border-color: var(--gray-middle);
  position: relative;
  top: 2px;
}
#car-request-modal .checkboxes .checkbox-single .custom-checkbox + label span {
  margin-left: 22px;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: var(--gray-darker);
}
#car-request-modal .checkboxes .checkbox-single .custom-checkbox + label span a {
  color: #D9030E;
}
#car-request-modal .checkboxes .checkbox-single .custom-checkbox + label span a:hover {
  text-decoration: underline;
}
#car-request-modal .red-button {
  display: inline-block;
  width: auto;
  margin-top: 34px;
  margin-bottom: 0;
  font-weight: 700;
  padding: 15px 43px;
}
#car-request-modal .red-button:disabled {
  background: var(--gray-placeholder);
}
#car-request-modal .red-button:disabled:hover {
  box-shadow: none;
  cursor: not-allowed;
}
#car-request-modal .working-hours {
  width: 316px;
  max-width: 100%;
  margin: 0 auto;
  font-weight: 400;
  font-size: 13px;
  line-height: 120%;
  text-align: center;
  color: var(--main-text);
}
#car-request-modal .working-hours .heading {
  font-weight: 600;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 16px;
}
#car-request-modal .working-hours p {
  margin-bottom: 15px;
}
#car-request-modal .working-hours p:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  #welcome-to-club {
    width: 570px;
    padding-top: 39px;
  }
  #welcome-to-club .modal-title {
    font-size: 24px;
  }
  #welcome-to-club ul {
    padding-left: 34px;
  }
  #welcome-to-club ul li {
    font-size: 16px;
    margin-bottom: 20px;
  }
  #welcome-to-club .red-button {
    font-size: 15px !important;
  }
  #available-in-another-location-modal {
    width: 532px;
    padding: 40px 36px 55px;
  }
  #available-in-another-location-modal .modal-content .description {
    font-size: 18px;
    padding-bottom: 15px;
  }
  #available-in-another-location-modal .modal-content .office-header {
    font-size: 18px;
    padding: 30px 12px 0;
    margin-bottom: 20px;
  }
  #available-in-another-location-modal .modal-content .address {
    font-size: 16px;
    padding: 0 12px;
    margin-bottom: 30px;
  }
  #available-in-another-location-modal .modal-content .map {
    padding-bottom: 29px;
  }
  #available-in-another-location-modal .modal-content .ok .red-button {
    padding: 15px 43px;
    font-size: 18px;
  }
}
@media (min-width: 1000px) {
  .go-up {
    right: calc((100% - 1000px - 40px) / 4);
  }
  #delivery-details {
    width: 856px;
    padding: 40px 35px 37px;
  }
  #delivery-details .location-title {
    font-size: 24px;
    margin-bottom: 26px;
  }
  #delivery-details .tabs .tab {
    padding: 11px 28px;
    font-size: 18px;
    margin-right: 12px;
  }
  #delivery-details .tabs-content {
    padding-top: 30px;
  }
  #delivery-details .tabs-content .title {
    font-size: 18px;
  }
  #delivery-details .tabs-content .address {
    font-size: 16px;
  }
  #delivery-details .tabs-content .schedule b {
    width: 260px;
  }
  #delivery-details .tabs-content ul li {
    font-size: 16px;
  }
  #personal-data-young-driver {
    width: 856px;
    padding: 40px 88px 60px 35px;
  }
  #personal-data-young-driver .modal-title {
    font-size: 24px;
  }
  #personal-data-young-driver .modal-content .description {
    font-size: 16px;
  }
  #personal-data-young-driver .modal-content .red-button {
    padding: 16px 139px;
    margin-bottom: 0;
  }
  #personal-data-car-unavailable {
    width: 575px;
    padding: 40px 45px;
  }
  #personal-data-car-unavailable .modal-title {
    font-size: 22px;
    text-align: center;
  }
  #personal-data-car-unavailable .modal-content .description {
    font-size: 18px;
    text-align: center;
  }
  #car-request-modal {
    width: 532px;
    padding: 40px 47px;
  }
  #car-request-modal .modal-title {
    font-size: 21px;
  }
  #car-request-modal .description {
    margin-bottom: 19px;
    font-size: 16px;
  }
  #car-request-modal .location-and-dates .wrapper:before {
    content: "";
    display: block;
    width: 15px;
    height: 54px;
    background-image: url("../img/redesign/before-locations.svg");
    background-position: center center;
    background-repeat: no-repeat;
  }
  #car-request-modal .location-and-dates .w-50 {
    width: 50%;
  }
  #car-request-modal .location-and-dates .line .datetime {
    width: 145px;
    margin-bottom: 0;
  }
  #car-request-modal .location-and-dates .line .location {
    width: calc(100% - 145px);
    text-align: right;
  }
  #car-request-modal .checkboxes .checkbox-single .custom-checkbox + label:before {
    top: 0;
  }
  #car-request-modal .checkboxes .checkbox-single .custom-checkbox + label span {
    font-size: 14px;
  }
  #car-request-modal .red-button {
    font-size: 18px;
  }
  #car-request-modal .working-hours {
    font-size: 16px;
  }
  #car-request-modal .working-hours p {
    margin-bottom: 19px;
  }
}
[data-color-scheme=dark] #delivery-details,
[data-color-scheme=dark] #simple-login,
[data-color-scheme=dark] #simple-login-client-info,
[data-color-scheme=dark] #affiliate-info,
[data-color-scheme=dark] #welcome-to-club,
[data-color-scheme=dark] #available-in-another-location-modal,
[data-color-scheme=dark] #personal-data-error,
[data-color-scheme=dark] #personal-data-young-driver,
[data-color-scheme=dark] #personal-data-car-unavailable,
[data-color-scheme=dark] #car-request-modal {
  box-shadow: none;
  border: none;
}
[data-color-scheme=dark] #delivery-details .mfp-close,
[data-color-scheme=dark] #simple-login .mfp-close,
[data-color-scheme=dark] #simple-login-client-info .mfp-close,
[data-color-scheme=dark] #affiliate-info .mfp-close,
[data-color-scheme=dark] #welcome-to-club .mfp-close,
[data-color-scheme=dark] #available-in-another-location-modal .mfp-close,
[data-color-scheme=dark] #personal-data-error .mfp-close,
[data-color-scheme=dark] #personal-data-young-driver .mfp-close,
[data-color-scheme=dark] #personal-data-car-unavailable .mfp-close,
[data-color-scheme=dark] #car-request-modal .mfp-close {
  background-image: none;
  -webkit-mask: url("/img/redesign/close.svg");
  mask: url("/img/redesign/close.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  mask-size: 100% 100% !important;
  -webkit-mask-size: 100% 100% !important;
  background-color: var(--black);
}
[data-color-scheme=dark] #delivery-details .group input,
[data-color-scheme=dark] #simple-login .group input,
[data-color-scheme=dark] #simple-login-client-info .group input,
[data-color-scheme=dark] #affiliate-info .group input,
[data-color-scheme=dark] #welcome-to-club .group input,
[data-color-scheme=dark] #available-in-another-location-modal .group input,
[data-color-scheme=dark] #personal-data-error .group input,
[data-color-scheme=dark] #personal-data-young-driver .group input,
[data-color-scheme=dark] #personal-data-car-unavailable .group input,
[data-color-scheme=dark] #car-request-modal .group input {
  border-color: var(--gray-middle);
  background-color: var(--white) !important;
  color: var(--black) !important;
}
[data-color-scheme=dark] #delivery-details .square-inputs .square-input,
[data-color-scheme=dark] #simple-login .square-inputs .square-input,
[data-color-scheme=dark] #simple-login-client-info .square-inputs .square-input,
[data-color-scheme=dark] #affiliate-info .square-inputs .square-input,
[data-color-scheme=dark] #welcome-to-club .square-inputs .square-input,
[data-color-scheme=dark] #available-in-another-location-modal .square-inputs .square-input,
[data-color-scheme=dark] #personal-data-error .square-inputs .square-input,
[data-color-scheme=dark] #personal-data-young-driver .square-inputs .square-input,
[data-color-scheme=dark] #personal-data-car-unavailable .square-inputs .square-input,
[data-color-scheme=dark] #car-request-modal .square-inputs .square-input {
  border-color: var(--gray-middle);
  background-color: var(--white) !important;
  color: var(--black) !important;
}
[data-color-scheme=dark] #welcome-to-club .red-button {
  color: var(--black) !important;
}
[data-color-scheme=dark] #welcome-to-club .red-button:after {
  background-color: var(--black) !important;
}
[data-color-scheme=dark] #available-in-another-location-modal .modal-content .description {
  border-color: #515155;
}
[data-color-scheme=dark] #delivery-details .tabs-decorator {
  background-color: #515155;
}
[data-color-scheme=dark] #car-request-modal .description:after {
  background-color: #515155;
}
[data-color-scheme=dark] #car-request-modal .inputs .iti__country-name {
  color: var(--white);
}

.red-button {
  display: inline-block;
  margin: 0 auto 108px;
  background: linear-gradient(100.45deg, #FF545D -5.27%, #BF0912 107.93%);
  border-radius: 4px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 120%;
  color: var(--white);
  padding: 17px 67px;
  transition: all 0.1s ease-out;
  border: none;
  cursor: pointer;
  box-sizing: border-box;
}
.red-button.text-center {
  text-align: center;
}
.red-button:hover {
  background: linear-gradient(100.45deg, #E62F38 -5.27%, #920810 107.93%);
  box-shadow: 0 8px 24px var(--brown-rgba);
}

.empty-button {
  padding: 17px 67px;
  background: var(--white);
  border-radius: 4px;
  border: 1px solid var(--gray-middle);
  margin: 22px 0;
  width: 100%;
  box-sizing: border-box;
  display: block;
  color: var(--gray-middle);
}
.empty-button:hover {
  color: var(--black-tone);
}
.empty-button.text-center {
  text-align: center;
}

a.red-button {
  color: var(--white);
}

.custom-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-checkbox:checked + label::before {
  background-size: 16px 16px;
  background-position: 2px 2px;
  background-image: url("/img/redesign/filter-checked.svg");
}
.custom-checkbox:not(:disabled):not(:checked) + label:hover::before {
  border-color: #D9030E;
}
.custom-checkbox:not(:disabled):active + label::before {
  background-color: #ffb3d1;
  border-color: #ffb3d1;
}
.custom-checkbox:disabled + label::before {
  background-color: var(--white);
}
.custom-checkbox + label {
  align-items: center;
  user-select: none;
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  cursor: pointer;
  color: var(--black);
}
.custom-checkbox + label:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1.4px solid var(--gray-darker);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.mb-30 {
  margin-bottom: 30px;
}

.minimal-ages-luxury-alert {
  background: var(--gray-light);
  border-radius: 12px;
  padding: 36px 30px 36px 55px;
  margin-bottom: 35px;
  color: var(--black);
}
.minimal-ages-luxury-alert a {
  color: #D9030E;
  text-decoration: underline;
}
.minimal-ages-luxury-alert a:hover {
  text-decoration: underline dotted;
}

.hide-in-light-mode {
  display: none;
}

.hide-in-dark-mode {
  display: block;
}

.change-via-support {
  color: #515155;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.change-via-support a {
  color: #D9030E;
  text-decoration: none;
}
.change-via-support a:hover {
  text-decoration: underline dotted;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (min-width: 1000px) {
  .red-button {
    font-size: 16px;
  }
  .show-on-mobile {
    display: none;
  }
  .show-on-pc {
    display: block;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 2;
  }
  .px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .change-via-support {
    font-size: 16px;
  }
}
[data-color-scheme=dark] .hide-in-light-mode {
  display: block;
}
[data-color-scheme=dark] .hide-in-dark-mode {
  display: none;
}
[data-color-scheme=dark] .red-button {
  color: var(--black) !important;
}
[data-color-scheme=dark] .red-button:hover {
  box-shadow: none;
}
[data-color-scheme=dark] .dark-mode-map-filter {
  filter: invert(90%) hue-rotate(180deg);
}
[data-color-scheme=dark] .change-via-support {
  color: var(--gray-darker);
}

.header-redesign {
  background-color: var(--white);
  padding-top: 20px;
  padding-bottom: 25px;
}
.header-redesign .w-50, .header-redesign .w-33 {
  width: 100%;
  box-sizing: border-box;
}
.header-redesign .menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.header-redesign .menu .menu-trigger {
  height: 40px;
  padding: 5px;
  margin-left: -5px;
  display: inline-flex;
  align-items: center;
}
.header-redesign .menu .menu-trigger .decoration {
  width: 36px;
  height: 19px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  max-width: 100%;
}
.header-redesign .menu .menu-trigger .decoration.open span {
  width: 30%;
}
.header-redesign .menu .menu-trigger .decoration.open span:nth-child(1), .header-redesign .menu .menu-trigger .decoration.open span:nth-child(6) {
  transform: rotate(45deg);
}
.header-redesign .menu .menu-trigger .decoration.open span:nth-child(2), .header-redesign .menu .menu-trigger .decoration.open span:nth-child(5) {
  transform: rotate(-45deg);
}
.header-redesign .menu .menu-trigger .decoration.open span:nth-child(1) {
  left: 19%;
  top: 33%;
}
.header-redesign .menu .menu-trigger .decoration.open span:nth-child(2) {
  left: 40%;
  top: 33%;
}
.header-redesign .menu .menu-trigger .decoration.open span:nth-child(3) {
  opacity: 0;
  transition: none;
}
.header-redesign .menu .menu-trigger .decoration.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}
.header-redesign .menu .menu-trigger .decoration.open span:nth-child(5) {
  left: 19%;
  top: 74%;
}
.header-redesign .menu .menu-trigger .decoration.open span:nth-child(6) {
  left: 40%;
  top: 74%;
}
.header-redesign .menu .menu-trigger .decoration span {
  display: block;
  position: absolute;
  height: 2px;
  width: 50%;
  background: var(--black);
  opacity: 1;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.header-redesign .menu .menu-trigger .decoration span:nth-child(even) {
  left: 50%;
  border-radius: 0 3px 3px 0;
}
.header-redesign .menu .menu-trigger .decoration span:nth-child(odd) {
  left: 0;
  border-radius: 3px 0 0 3px;
}
.header-redesign .menu .menu-trigger .decoration span:nth-child(1), .header-redesign .menu .menu-trigger .decoration span:nth-child(2) {
  top: 0;
}
.header-redesign .menu .menu-trigger .decoration span:nth-child(3), .header-redesign .menu .menu-trigger .decoration span:nth-child(4) {
  top: 10px;
}
.header-redesign .menu .menu-trigger .decoration span:nth-child(3) {
  width: 67%;
  background: #D9030E;
}
.header-redesign .menu .menu-trigger .decoration span:nth-child(4) {
  opacity: 0;
}
.header-redesign .menu .menu-trigger .decoration span:nth-child(5), .header-redesign .menu .menu-trigger .decoration span:nth-child(6) {
  top: 20px;
}
.header-redesign .menu .links-wrapper {
  position: relative;
  max-width: 100%;
  display: block;
  width: 100%;
  user-select: none;
}
.header-redesign .menu .links-wrapper .close-button {
  width: 18px;
  height: 18px;
  position: absolute;
  right: 12px;
  top: 12px;
  cursor: pointer;
  background-image: url("/img/redesign/close.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.header-redesign .menu .links-wrapper .support-phones {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  margin-top: 0;
}
.header-redesign .menu .links-wrapper .support-phones .item {
  width: 100%;
  margin-right: 0;
  margin-bottom: 11px;
}
.header-redesign .menu .links-wrapper .support-phones .item .title {
  color: #D9030E;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  margin-bottom: 4px;
}
.header-redesign .menu .links-wrapper .support-phones .item a {
  color: var(--black);
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
}
.header-redesign .menu .links-wrapper .support-phones .item a:hover {
  text-decoration: underline;
}
.header-redesign .menu .links-wrapper .links {
  display: none;
  background-color: var(--white);
  width: 250px;
  padding: 25px 22px 34px;
  box-shadow: 0 20px 60px rgba(130, 128, 141, 0.25);
  position: absolute;
  top: 25px;
  font-family: "Montserrat", sans-serif;
  z-index: 10;
  border-radius: 9px;
}
.header-redesign .menu .links-wrapper .links.active {
  display: flex;
  flex-wrap: wrap;
}
.header-redesign .menu .links-wrapper .links .column-full {
  width: 100%;
}
.header-redesign .menu .links-wrapper .links .column {
  width: 100%;
  box-sizing: border-box;
  padding-right: 30px;
}
.header-redesign .menu .links-wrapper .links .navigation {
  padding: 0 0 30px;
  display: flex;
  flex-wrap: wrap;
}
.header-redesign .menu .links-wrapper .links .navigation ul {
  box-sizing: border-box;
  padding: 0;
  margin: 0 !important;
  width: 100%;
}
.header-redesign .menu .links-wrapper .links .navigation ul li {
  margin-bottom: 9px;
}
.header-redesign .menu .links-wrapper .links .navigation ul li a {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 1.2;
  color: var(--gray-darker);
}
.header-redesign .menu .links-wrapper .links .navigation ul li a:hover {
  color: #D9030E;
}
.header-redesign .header {
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 120%;
  color: var(--black);
  position: relative;
  margin-bottom: 16px;
}
.header-redesign .header:before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 12px);
  left: -11px;
  width: 3px;
  height: 24px;
  background: #D9030E;
}
.header-redesign .logo {
  max-width: 80px;
}
.header-redesign .logo a {
  display: block;
}
.header-redesign .logo a img {
  max-width: 100%;
  position: relative;
  top: 2px;
}
.header-redesign .actions {
  justify-content: flex-end;
}
.header-redesign .actions .lang-selector {
  display: flex;
  align-items: center;
  position: relative;
  margin-left: 14px;
}
.header-redesign .actions .lang-selector > a:hover, .header-redesign .actions .lang-selector.active > a, .header-redesign .actions .lang-selector:hover .trigger {
  background-color: var(--gray-light);
}
.header-redesign .actions .lang-selector.active > ul, .header-redesign .actions .lang-selector:hover > ul {
  display: block;
}
.header-redesign .actions .lang-selector:hover > a {
  background-color: var(--gray-light);
}
.header-redesign .actions .lang-selector .trigger, .header-redesign .actions .lang-selector > a {
  width: 34px;
  height: 34px;
  border: 1px solid #D9030E;
  box-sizing: border-box;
  border-radius: 3px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.header-redesign .actions .lang-selector ul {
  display: none;
  position: absolute;
  top: 100%;
  background-color: var(--white);
  border-radius: 10px;
  margin: 0 0 0 -4px;
  box-sizing: border-box;
  text-align: center;
  z-index: 1;
  width: 48px;
  padding: 25px 8px 16px;
}
.header-redesign .actions .lang-selector ul:before {
  content: "";
  position: absolute;
  top: -3px;
  left: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15.5px 25px 15.5px;
  border-color: transparent transparent var(--white) transparent;
}
.header-redesign .actions .lang-selector ul li {
  min-height: 17px;
  border-left: 2px solid transparent;
  margin-bottom: 21px;
  padding-left: 3px;
  position: relative;
  left: -6px !important;
}
.header-redesign .actions .lang-selector ul li:hover a {
  border-left: 2px solid #D9030E;
  background-color: var(--white);
}
.header-redesign .actions .lang-selector ul li:last-child {
  margin-bottom: 0;
}
.header-redesign .actions .lang-selector ul li a {
  display: inline-block;
  font-size: 12px;
  padding-right: 10px;
  border-left: 2px solid transparent;
  padding-left: 4px;
}
.header-redesign .actions .lang-selector a {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 120%;
  color: var(--black);
}
.header-redesign .actions .personal-area {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
}
.header-redesign .actions .personal-area a {
  color: var(--black);
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  transition: all 0.2s ease-out;
  display: inline-flex;
  align-items: center;
}
.header-redesign .actions .personal-area a.to-profile, .header-redesign .actions .personal-area a.support {
  border-radius: 0;
  border: none;
  background: transparent;
  padding: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  transition: all 0.2s ease-out;
}
.header-redesign .actions .personal-area a.to-profile span, .header-redesign .actions .personal-area a.support span {
  display: none;
  transition: all 0.2s ease-out;
}
.header-redesign .actions .personal-area a.to-profile:hover:after, .header-redesign .actions .personal-area a.support:hover:after {
  background-color: #D9030E !important;
}
.header-redesign .actions .personal-area a.to-profile:not(.logged-in) {
  max-width: 180px;
  margin-left: 10px;
}
.header-redesign .actions .personal-area a.to-profile:not(.logged-in):after {
  transition: all 0.2s ease-out;
  width: 19px;
  height: 22px;
  display: block;
  content: "";
  -webkit-mask: url("/img/redesign/user.svg");
  mask: url("/img/redesign/user.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  mask-size: 100% 100% !important;
  -webkit-mask-size: 100% 100% !important;
  background-color: var(--black);
  margin-left: 0;
}
.header-redesign .actions .personal-area a.to-profile.logged-in {
  color: var(--black);
}
.header-redesign .actions .personal-area a.to-profile.logged-in:after {
  transition: all 0.2s ease-out;
  display: block;
  content: "";
  -webkit-mask: url("/img/redesign/user.svg");
  mask: url("/img/redesign/user.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  mask-size: 100% 100% !important;
  -webkit-mask-size: 100% 100% !important;
  background-color: var(--black);
  margin-left: 15px;
  width: 24px;
  height: 21px;
}
.header-redesign .actions .personal-area a.to-profile:hover {
  background-color: transparent !important;
  border-color: var(--black);
  color: var(--black);
}
.header-redesign .actions .personal-area a.to-profile:hover:after {
  background-color: #D9030E;
  display: block !important;
}
.header-redesign .actions .personal-area a.support:after {
  transition: all 0.2s ease-out;
  width: 22px;
  height: 22px;
  display: block;
  content: "";
  -webkit-mask: url("/img/redesign/support.svg");
  mask: url("/img/redesign/support.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  mask-size: 100% 100% !important;
  -webkit-mask-size: 100% 100% !important;
  background-color: var(--black);
  margin-left: 0;
}
.header-redesign .actions .personal-area a.logout {
  padding: 0;
  margin-left: 15px;
}
.header-redesign .actions .personal-area a.logout:after {
  transition: all 0.2s ease-out;
  width: 22px;
  height: 22px;
  display: block;
  content: "";
  -webkit-mask: url("/img/redesign/logout.svg");
  mask: url("/img/redesign/logout.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  mask-size: 100% 100% !important;
  -webkit-mask-size: 100% 100% !important;
  background-color: var(--black);
  margin-left: 0;
}
.header-redesign .actions .personal-area a.logout:hover {
  border-color: #D9030E;
  color: #D9030E;
}
.header-redesign .actions .personal-area a.logout:hover:after {
  background-color: #D9030E;
}
.header-redesign .menu-in-profile,
.header-redesign .actions-in-profile {
  width: 74px;
}

@media (min-width: 480px) {
  .header-redesign {
    padding-top: 15px;
  }
  .header-redesign .menu .menu-trigger {
    width: 39px;
    height: 37px;
  }
  .header-redesign .header {
    font-size: 16px;
  }
  .header-redesign .logo {
    max-width: 87px;
  }
  .header-redesign .actions .lang-selector .trigger, .header-redesign .actions .lang-selector > a {
    width: 37px;
    height: 37px;
  }
  .header-redesign .actions .lang-selector ul li {
    left: -2px;
  }
  .header-redesign .actions .lang-selector ul li a {
    font-size: 13px;
  }
  .header-redesign .actions .lang-selector {
    margin-left: 39px;
  }
  .header-redesign .actions .lang-selector a {
    font-size: 15px;
  }
}
@media (min-width: 768px) {
  .header-redesign {
    padding-top: 20px;
  }
  .header-redesign .header {
    font-size: 18px;
  }
  .header-redesign .menu .links {
    width: 700px;
  }
  .header-redesign .menu .links .column {
    width: 50%;
  }
  .header-redesign .menu .links .navigation ul {
    width: 50%;
    padding: 0 20px 0 0;
  }
  .header-redesign .menu .links .navigation ul li a {
    font-size: 16px;
    line-height: 20px;
  }
  .header-redesign .logo {
    max-width: 138px;
  }
  .header-redesign .actions .lang-selector .trigger, .header-redesign .actions .lang-selector > a {
    border-radius: 10px;
    width: 40px;
    height: 40px;
  }
  .header-redesign .actions .lang-selector ul li {
    left: 0;
  }
  .header-redesign .actions .lang-selector ul li a {
    font-size: 14px;
  }
  .header-redesign .actions .lang-selector {
    margin-left: 27px;
  }
  .header-redesign .actions .lang-selector ul li a {
    font-size: 14px;
  }
  .header-redesign .actions .lang-selector a {
    font-size: 16px;
  }
}
@media (min-width: 1000px) {
  .header-redesign {
    padding-top: 23px;
  }
  .header-redesign .w-50 {
    width: 50%;
  }
  .header-redesign .w-33 {
    width: 33%;
  }
  .header-redesign .menu {
    width: 220px;
  }
  .header-redesign .menu .menu-trigger {
    width: 50px;
    height: 26px;
  }
  .header-redesign .menu .menu-trigger .decoration {
    width: 50px;
    height: 26px;
  }
  .header-redesign .menu .links-wrapper .w-20 {
    width: 20%;
  }
  .header-redesign .menu .links-wrapper .w-40 {
    width: 40%;
  }
  .header-redesign .menu .links-wrapper .item {
    width: auto;
  }
  .header-redesign .menu .links-wrapper .support-phones {
    flex-wrap: nowrap;
    margin-bottom: 46px;
  }
  .header-redesign .menu .links-wrapper .support-phones .item {
    margin-bottom: 0;
    padding-right: 30px;
  }
  .header-redesign .menu .links-wrapper .support-phones .item:last-child {
    margin-right: 0;
  }
  .header-redesign .menu .links-wrapper .links {
    width: 1000px;
    padding: 30px 36px 2px;
  }
  .header-redesign .header {
    font-size: 21px;
  }
  .header-redesign .actions {
    width: 220px;
  }
  .header-redesign .actions .lang-selector {
    margin-left: 60px;
  }
  .header-redesign .actions .lang-selector ul li a {
    display: block;
    font-size: 16px;
  }
  .header-redesign .actions .personal-area {
    width: 220px;
  }
  .header-redesign .actions .personal-area a.to-profile, .header-redesign .actions .personal-area a.support {
    height: 40px;
    color: var(--black);
    display: inline-flex;
    flex-grow: 4;
    white-space: nowrap;
  }
  .header-redesign .actions .personal-area a.to-profile:not(.logged-in), .header-redesign .actions .personal-area a.support:not(.logged-in) {
    padding: 8px 10px 10px 23px;
  }
  .header-redesign .actions .personal-area a.to-profile:not(.logged-in):after, .header-redesign .actions .personal-area a.support:not(.logged-in):after {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    background-color: var(--black);
    margin-left: 10px;
  }
  .header-redesign .actions .personal-area a.to-profile.logged-in, .header-redesign .actions .personal-area a.support.logged-in {
    padding: 6px 6px 9px 16px;
  }
  .header-redesign .actions .personal-area a.to-profile.logged-in:after, .header-redesign .actions .personal-area a.support.logged-in:after {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    background-color: var(--black);
    margin-left: 13px;
    -webkit-mask: url("/img/redesign/user.svg");
    mask: url("/img/redesign/user.svg");
    position: relative;
    top: 1px;
  }
  .header-redesign .actions .personal-area a.to-profile:hover, .header-redesign .actions .personal-area a.support:hover {
    color: #D9030E;
    border-color: #D9030E;
  }
  .header-redesign .actions .personal-area a.to-profile:hover:after, .header-redesign .actions .personal-area a.support:hover:after {
    background-color: #D9030E !important;
  }
  .header-redesign .actions .personal-area a.to-profile:hover span, .header-redesign .actions .personal-area a.support:hover span {
    color: #D9030E;
  }
  .header-redesign .actions .personal-area a.to-profile span, .header-redesign .actions .personal-area a.support span {
    display: block;
    padding-top: 2px;
  }
  .header-redesign .actions .personal-area a.logout {
    margin-left: 27px;
  }
  .header-redesign .menu-in-profile,
  .header-redesign .actions-in-profile {
    width: 235px;
  }
}
[data-color-scheme=dark] .header-redesign .menu .menu-trigger:hover {
  background-color: var(--white);
  opacity: 1;
}
[data-color-scheme=dark] .header-redesign .menu .links-wrapper .close-button {
  background-image: none;
  -webkit-mask: url("/img/redesign/close.svg");
  mask: url("/img/redesign/close.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  mask-size: 100% 100% !important;
  -webkit-mask-size: 100% 100% !important;
  background-color: var(--black);
}
[data-color-scheme=dark] .header-redesign .menu .links-wrapper .links {
  border: 1px solid #515155;
  box-shadow: none;
}
[data-color-scheme=dark] .header-redesign .actions .lang-selector > a:hover, [data-color-scheme=dark] .header-redesign .actions .lang-selector.active > a, [data-color-scheme=dark] .header-redesign .actions .lang-selector:hover .trigger {
  background-color: transparent;
}
[data-color-scheme=dark] .header-redesign .actions .lang-selector .trigger:before {
  background-image: none;
  mask-repeat: no-repeat;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  mask-size: 100% 100% !important;
  -webkit-mask-size: 100% 100% !important;
  background-color: var(--black);
  background-image: none;
}
[data-color-scheme=dark] .header-redesign .actions .personal-area a.to-profile, [data-color-scheme=dark] .header-redesign .actions .personal-area a.support {
  color: var(--black);
  background-color: transparent;
}
[data-color-scheme=dark] .header-redesign .actions .personal-area a.to-profile:after, [data-color-scheme=dark] .header-redesign .actions .personal-area a.support:after {
  background-color: var(--black);
}
[data-color-scheme=dark] .header-redesign .actions .personal-area a.logout:hover {
  border-color: #D9030E;
  color: #D9030E;
}
[data-color-scheme=dark] .header-redesign .actions .personal-area a.logout:hover:after {
  background-color: #D9030E;
}
[data-color-scheme=dark] .header-redesign .actions .trigger:before {
  -webkit-mask-image: url("/img/redesign/user.svg");
  mask-image: url("/img/redesign/user.svg");
}
@media (min-width: 1000px) {
  [data-color-scheme=dark] .header-redesign .actions .personal-area a.to-profile, [data-color-scheme=dark] .header-redesign .actions .personal-area a.support {
    padding: 5px 18px;
  }
  [data-color-scheme=dark] .header-redesign .actions .personal-area a.logout:hover:after {
    background-color: #D9030E;
  }
}

.lang-and-color-scheme-selector {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.lang-and-color-scheme-selector .lang, .lang-and-color-scheme-selector .color-scheme {
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 16px;
  border-radius: 10px;
  border: 1px solid #D9030E;
  background: var(--gray-very-light);
  color: var(--black);
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  user-select: none;
}
.lang-and-color-scheme-selector .lang.current, .lang-and-color-scheme-selector .lang:hover, .lang-and-color-scheme-selector .color-scheme.current, .lang-and-color-scheme-selector .color-scheme:hover {
  background: var(--gray-light);
  cursor: pointer;
}
.lang-and-color-scheme-selector .color-scheme:last-child {
  margin-right: 0;
}
.lang-and-color-scheme-selector .color-scheme-wrapper {
  display: flex;
  width: 100%;
  align-items: center;
  margin-top: 20px;
}
.lang-and-color-scheme-selector .color-scheme:before {
  width: 20px;
  height: 20px;
  content: "";
  display: block;
}
.lang-and-color-scheme-selector .color-scheme.dark:before {
  -webkit-mask: url("/img/redesign/moon.svg");
  mask: url("/img/redesign/moon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  mask-size: 100% 100% !important;
  -webkit-mask-size: 100% 100% !important;
  background-color: var(--black);
}
.lang-and-color-scheme-selector .color-scheme.light:before {
  -webkit-mask: url("/img/redesign/sun.svg");
  mask: url("/img/redesign/sun.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  mask-size: 100% 100% !important;
  -webkit-mask-size: 100% 100% !important;
  background-color: var(--black);
}

@media (min-width: 768px) {
  .lang-and-color-scheme-selector {
    margin-top: 0;
    margin-bottom: 46px;
  }
  .lang-and-color-scheme-selector .color-scheme-wrapper {
    display: flex;
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
  }
  .lang-and-color-scheme-selector .lang, .lang-and-color-scheme-selector .color-scheme {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}
[data-color-scheme=dark] .lang-and-color-scheme-selector .lang.current, [data-color-scheme=dark] .lang-and-color-scheme-selector .color-scheme.current {
  background-color: var(--gray-darker);
  color: var(--white);
}
[data-color-scheme=dark] .lang-and-color-scheme-selector .lang.current:before, [data-color-scheme=dark] .lang-and-color-scheme-selector .color-scheme.current:before {
  background-color: var(--white);
}

#p_prldr {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background: rgba(1, 1, 1, 0.7);
  user-select: none;
}
#p_prldr img {
  max-width: 100%;
}
#p_prldr .contpre {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: rgba(255, 84, 93, 0.9);
  font-size: 16px;
}
#p_prldr .prldr-body,
#p_prldr .prldr-wheel {
  background-color: rgba(255, 84, 93, 0.9);
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: 100% 100%;
  mask-size: 100% 100% !important;
  -webkit-mask-size: 100% 100% !important;
}
#p_prldr .pr-car {
  position: relative;
  width: 160px;
  height: 70px;
  margin: 0 auto;
}
#p_prldr .prldr-body {
  height: 41px;
}
#p_prldr .prldr-wheel {
  position: absolute;
  left: 12px;
  width: 24px;
  height: 24px;
  top: 21px;
  animation: spin 0.5s linear infinite;
}
#p_prldr .prldr-wheel.last-wheel {
  left: 113px;
}
#p_prldr .strike {
  position: absolute;
  width: 11px;
  height: 1px;
  top: 0;
  background: rgba(255, 84, 93, 0.9);
  animation: strikes 0.2s linear infinite;
}
#p_prldr .strike.strike2 {
  top: 11px;
  animation-delay: 0.05s;
}
#p_prldr .strike.strike3 {
  top: 22px;
  animation-delay: 0.1s;
}
#p_prldr .strike.strike4 {
  top: 33px;
  animation-delay: 0.15s;
}
#p_prldr .strike.strike5 {
  top: 44px;
  animation-delay: 0.2s;
}
#p_prldr .prldr-text {
  margin-top: 20px;
  display: block;
  font-family: "Montserrat", sans-serif;
}

@keyframes strikes {
  from {
    left: 25px;
  }
  to {
    left: -80px;
    opacity: 0;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0);
  }
  10% {
    transform: rotate(36deg);
  }
  20% {
    transform: rotate(72deg);
  }
  30% {
    transform: rotate(108deg);
  }
  40% {
    transform: rotate(144deg);
  }
  50% {
    transform: rotate(180deg);
  }
  60% {
    transform: rotate(216deg);
  }
  70% {
    transform: rotate(252deg);
  }
  80% {
    transform: rotate(288deg);
  }
  90% {
    transform: rotate(324deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.skeleton-loading {
  max-width: 100%;
  overflow: hidden;
}
.skeleton-loading.car-card-skeleton .column {
  margin: 0 auto;
}
.skeleton-loading.car-card-skeleton .skeleton-image-row {
  margin-bottom: 0;
}
.skeleton-loading.car-card-skeleton .skeleton-image {
  width: 100%;
  height: 200px;
  display: block;
  margin: 0 0 25px;
}
.skeleton-loading.car-card-skeleton .skeleton-title {
  margin-bottom: 0;
}
.skeleton-loading.car-card-skeleton .skeleton-title .skeleton-cell {
  height: 22px;
  margin-bottom: 6px;
}
.skeleton-loading.car-card-skeleton .skeleton-description {
  margin-bottom: 24px;
}
.skeleton-loading.car-card-skeleton .skeleton-description .skeleton-cell {
  height: 17px;
  width: 60%;
}
.skeleton-loading.car-card-skeleton .skeleton-pack {
  margin-bottom: 22px;
}
.skeleton-loading.car-card-skeleton .skeleton-ul {
  flex-direction: column;
  margin-bottom: 20px;
}
.skeleton-loading.car-card-skeleton .skeleton-ul .skeleton-cell {
  height: 19px;
  margin-bottom: 3px;
  width: 75%;
}
.skeleton-loading.car-card-skeleton .skeleton-wrapper {
  flex-direction: column;
  box-sizing: border-box;
  margin-bottom: 29px !important;
}
.skeleton-loading.car-card-skeleton .skeleton-wrapper .skeleton-cell {
  margin-left: 0;
  margin-right: 0;
  height: 25px;
}
.skeleton-loading.car-card-skeleton .skeleton-wrapper .skeleton-cell:first-child {
  margin-bottom: 9px;
}
.skeleton-loading.car-card-skeleton .skeleton-wrapper .skeleton-cell:nth-child(2) {
  margin-bottom: 18px;
}
.skeleton-loading.car-card-skeleton .skeleton-wrapper .skeleton-divider {
  margin: 0 0 18px;
  width: 40%;
}
.skeleton-loading.car-card-skeleton .skeleton-button {
  height: 52px;
  margin: 0;
}
.skeleton-loading.car-card-skeleton .to-car-page-skeleton-row {
  margin-bottom: 0;
}
.skeleton-loading .skeleton-row {
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 20px;
}
.skeleton-loading .skeleton-cell,
.skeleton-loading .skeleton-divider,
.skeleton-loading .skeleton-image {
  display: inline-flex;
  position: relative;
  background-color: rgba(15, 15, 15, 0.06);
  overflow-x: hidden;
  border-radius: 6px;
  margin: 0 10px;
}
.skeleton-loading .skeleton-cell:after,
.skeleton-loading .skeleton-divider:after,
.skeleton-loading .skeleton-image:after {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.44), rgba(255, 255, 255, 0));
  content: "";
  animation: p-skeleton-animation 1.2s infinite;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%);
  z-index: 1;
}
.skeleton-loading .skeleton-cell {
  height: 20px;
  width: 100%;
}
.skeleton-loading .skeleton-cell.x2 {
  width: 200%;
}
.skeleton-loading .skeleton-cell.x3 {
  width: 300%;
}
.skeleton-loading .skeleton-divider {
  height: 4px;
  width: 100%;
}

.loading-wrapper {
  position: relative;
  display: inline-flex;
  background-color: rgba(15, 15, 15, 0.06);
  overflow-x: hidden;
  border-radius: 6px;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.loading-wrapper:after {
  display: block;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0));
  content: "";
  animation: p-skeleton-animation 1.2s infinite;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%);
  z-index: 1;
}

@media (min-width: 1000px) {
  .skeleton-loading.car-card-skeleton .skeleton-image {
    width: 314px;
    margin-bottom: 0;
  }
  .skeleton-loading.car-card-skeleton .skeleton-ul {
    margin-bottom: 0;
  }
  .skeleton-loading.car-card-skeleton .skeleton-wrapper {
    margin-bottom: 14px !important;
  }
  .skeleton-loading.car-card-skeleton .skeleton-wrapper .skeleton-cell {
    height: 20px;
  }
  .skeleton-loading.car-card-skeleton .skeleton-button {
    height: 40px;
  }
}
@keyframes p-skeleton-animation {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}
[data-color-scheme=dark] .skeleton-loading .skeleton-cell,
[data-color-scheme=dark] .skeleton-loading .skeleton-divider,
[data-color-scheme=dark] .skeleton-loading .skeleton-image {
  background-color: rgba(255, 255, 255, 0.06);
}
[data-color-scheme=dark] .skeleton-loading .skeleton-cell:after,
[data-color-scheme=dark] .skeleton-loading .skeleton-divider:after,
[data-color-scheme=dark] .skeleton-loading .skeleton-image:after {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0));
}
[data-color-scheme=dark] .loading-wrapper {
  background-color: rgba(255, 255, 255, 0.06);
}
[data-color-scheme=dark] .loading-wrapper:after {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0));
}

.input-phone-wrapper {
  position: relative;
  border: 1.2px solid rgba(25, 25, 25, 0.16);
  box-sizing: border-box;
  border-radius: 3px;
  height: 52px;
  font-family: "Raleway", sans-serif;
  padding: 9px 12px 10px;
  transition: all 0.1s ease-out;
  cursor: pointer;
}
.input-phone-wrapper .iti {
  box-sizing: border-box;
  max-width: 100%;
}
.input-phone-wrapper label {
  display: block;
  width: 100%;
  max-width: 100%;
  font-style: normal;
  line-height: 100%;
  box-sizing: border-box;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: var(--gray-middle);
  margin-bottom: 2px;
}
.input-phone-wrapper input {
  border: none;
  box-sizing: border-box;
  max-width: 100%;
  outline: none;
  color: var(--gray-darker);
  cursor: pointer;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
}

.iti {
  outline: none !important;
  float: left;
}

.iti--separate-dial-code .iti__selected-dial-code {
  color: var(--gray-darker);
  cursor: pointer;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
}
.iti--separate-dial-code .iti__selected-flag {
  background: var(--white);
  border-radius: 5px 0 0 5px;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background: var(--white);
}

#search-form-preloader {
  padding: 19px 15px 16px;
  background: var(--white);
  box-shadow: 0 12px 35px rgba(130, 128, 141, 0.25);
  border-radius: 20px;
  margin: 0 auto;
  box-sizing: border-box;
  width: calc(100vw - 30px);
  max-width: calc(100vw - 30px);
  height: 403px;
}
#search-form-preloader.catalog-height {
  height: 87px;
}

#locationFromSelect,
#locationToSelect,
#datesSelect {
  max-width: 90%;
  position: relative;
}

#locationFromSelect,
#locationToSelect {
  width: 470px;
}

#datesSelect {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.daterangepicker {
  z-index: 10000 !important;
}

.new-modal {
  padding: 0;
  margin: 0 auto;
}
.new-modal .red-button {
  margin-bottom: 0;
}

.search-form {
  width: calc(100vw - 40px);
  box-sizing: border-box;
}
.search-form.home-search .to-catalog-wrapper {
  width: 100%;
}
.search-form.home-search .to-catalog {
  padding: 32px 12px 41px;
  box-sizing: border-box;
  background: var(--white);
  box-shadow: 0 12px 35px rgba(130, 128, 141, 0.25);
  border-radius: 6px;
  width: 100%;
}
.search-form.home-search .to-catalog.luxury .description {
  color: var(--gray-light);
}
.search-form.home-search .to-catalog.luxury .red-button {
  background: var(--black-blue);
}
.search-form.home-search .to-catalog.luxury .red-button:hover {
  box-shadow: 0 8px 24px rgba(25, 25, 25, 0.16);
}
.search-form.home-search .to-catalog:first-child {
  margin-bottom: 15px;
}
.search-form.home-search .to-catalog .red-button {
  margin-bottom: 14px;
  width: 100%;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  padding: 15px;
  font-weight: 400;
  font-size: 14px;
}
.search-form.home-search .to-catalog .red-button:after {
  width: 16px;
  height: 16px;
  content: "";
  display: inline-block;
  background-image: url("/img/redesign/to-car.svg");
  margin-left: 11px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.search-form.home-search .to-catalog .description {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  text-align: center;
  color: var(--gray-darker) !important;
  max-width: 344px;
  margin: 0 auto;
}
.search-form.home-search .inputs-wrapper {
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.search-form .wrapper {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  padding: 19px 15px 25px;
  background: var(--white);
  align-items: center;
  box-shadow: 0 12px 35px rgba(130, 128, 141, 0.25);
  border-radius: 6px;
}
.search-form .inputs-wrapper {
  width: 320px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  max-width: calc(100% - 30px);
}
.search-form .inputs-wrapper .location-wrapper,
.search-form .inputs-wrapper .dates-wrapper {
  width: 100%;
  text-align: left;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 11px;
  color: var(--gray-darker);
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.search-form .inputs-wrapper .location-wrapper p,
.search-form .inputs-wrapper .dates-wrapper p {
  line-height: 1.4;
}
.search-form .inputs-wrapper .location-wrapper {
  margin-bottom: 15px;
}
.search-form .inputs-wrapper .location-wrapper:before {
  width: 15px;
  height: 21px;
  background: url("/img/redesign/location-before.svg");
  margin-right: 12px;
}
.search-form .inputs-wrapper .dates-wrapper:before {
  width: 18px;
  height: 21px;
  background: url("/img/redesign/dates-before.svg");
  margin-right: 10px;
}
.search-form .inputs-wrapper .button-description {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 135%;
  padding: 15px 15px 0;
  color: var(--gray-darker);
  text-align: center;
}
.search-form .red-button {
  padding: 19px 38px;
  margin-bottom: 0;
  font-weight: 400;
}
.search-form .delimiter {
  width: 25px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin-bottom: 10px;
}
.search-form .delimiter:before {
  content: "";
  display: block;
  width: 11px;
  height: 2px;
  background: var(--gray-light);
}
.search-form .button-wrapper {
  width: 100%;
}
.search-form .button-wrapper .red-button {
  width: 100%;
  padding: 13px 43px 14px;
  font-style: normal;
  font-size: 14px;
  line-height: 120%;
  color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}
.search-form .button-wrapper .red-button span.decorator {
  width: 16px;
  height: 16px;
  background: url("/img/redesign/search-decor.svg");
  display: inline-block;
  background-size: 100% 100%;
  margin-left: 16px;
}

.flatpickr-wrapper {
  height: 510px;
  overflow-y: scroll;
  width: calc(100% + 20px);
  padding-right: 4px;
}
.flatpickr-wrapper .flatpickr-rContainer {
  width: 100%;
}

.flatpickr-calendar.arrowTop:before, .flatpickr-calendar.arrowTop:after {
  display: none !important;
}

.steps-modal {
  width: auto;
  max-width: 95%;
  padding: 45px 23px 27px;
  background: var(--white);
  box-shadow: 0 25px 50px rgba(130, 128, 141, 0.25);
  border-radius: 7px;
  overflow: hidden;
}
.steps-modal .step-one {
  width: 532px;
  max-width: 100%;
}
.steps-modal .step-one .red-button.to-step-two:disabled {
  background: var(--gray-middle);
}
.steps-modal .step-two {
  width: 293px;
  margin: 0 auto;
}
.steps-modal .step-two .next-button-wrapper {
  justify-content: center;
  margin-top: 0;
}
.steps-modal .step-two .ms-0 {
  margin-left: 0;
}
.steps-modal .step-two .weekday-names {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 12px;
}
.steps-modal .step-two .weekday-names:after {
  content: "";
  display: block;
  width: 200%;
  height: 1px;
  background-color: var(--gray-placeholder);
  position: absolute;
  bottom: 0;
  left: -50%;
}
.steps-modal .step-two .weekday-names .week {
  width: 293px;
  box-sizing: border-box;
  margin-left: -12px;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}
.steps-modal .step-two .weekday-names .week:last-child {
  display: none;
}
.steps-modal .step-two .weekday-names .week .day {
  font-weight: 600;
  font-size: 12px;
  line-height: 120%;
  text-align: center;
  color: var(--gray-darker);
  flex-shrink: 0;
}
.steps-modal .step-header {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 29px;
  color: var(--black);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 26px;
}
.steps-modal .step-header .step-number {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  min-width: 35px;
  height: 35px;
  min-height: 35px;
  border-radius: 50%;
  margin-right: 12px;
  background: linear-gradient(100.45deg, #FF545D -5.27%, #BF0912 107.93%);
  color: var(--white);
}
.steps-modal .locations .titles {
  padding-bottom: 15px;
  border-bottom: 1.2px solid var(--gray-light);
  margin-bottom: 20px;
}
.steps-modal .locations .titles .title {
  padding: 11px 25px 11px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  text-align: center;
  color: var(--black);
  border-radius: 30px;
  transition: all 0.1s ease-out;
  margin-right: 12px;
  cursor: pointer;
}
.steps-modal .locations .titles .title.current {
  background: var(--brown-light-rgba);
}
.steps-modal .locations .titles .title:hover {
  background: var(--brown-light-rgba);
  opacity: 0.7;
}
.steps-modal .locations .location {
  width: 100%;
  text-align: left;
  margin-bottom: 10px;
  padding: 0 0 25px;
  box-sizing: border-box;
}
.steps-modal .locations .location .description {
  margin-bottom: 4px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  color: var(--black);
}
.steps-modal .locations .location .address {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 135%;
  color: var(--gray-middle);
  padding-bottom: 17px;
}
.steps-modal .locations .location .map {
  height: 137px;
  overflow: hidden;
}
.steps-modal .next-step {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: var(--white);
  padding: 17px 61px 15px 60px;
  background: linear-gradient(100.45deg, #FF545D -5.27%, #BF0912 107.93%);
  border-radius: 7px;
  transition: all 0.3s ease-out;
  position: relative;
  border: none;
  cursor: pointer;
}
.steps-modal .next-step.has-next:after {
  content: "";
  position: absolute;
  right: 17px;
  top: 20px;
  display: inline-block;
  width: 14px;
  height: 13px;
  background: url("../img/next-button.svg");
  background-size: 100% 100%;
}
.steps-modal .next-step:hover {
  opacity: 0.7;
}
.steps-modal .next-step:disabled {
  background: var(--gray-middle);
  color: var(--white);
  padding: 17px 22px 15px;
  cursor: not-allowed;
  box-shadow: none;
}
.steps-modal .next-step:disabled .small-text {
  font-size: 14px;
}
.steps-modal .timepickers {
  padding-top: 19px;
  position: relative;
  margin-left: -24px;
}
.steps-modal .timepickers:before {
  content: "";
  display: block;
  width: 200%;
  height: 1px;
  background-color: var(--gray-placeholder);
  position: absolute;
  top: 0;
  left: -50%;
}
.steps-modal .timepickers .w-50, .steps-modal .timepickers .w-100 {
  box-sizing: border-box;
  width: 100%;
}
.steps-modal .timepickers .datarange-error {
  text-align: left;
  color: #D9030E;
}
.steps-modal .timepickers .timepicker-outer-wrapper {
  width: 293px;
  max-width: 100%;
}
.steps-modal .timepickers .timepicker-header {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  line-height: 120%;
  margin: 0;
  text-align: left;
  font-weight: 600;
  font-size: 12px;
  color: var(--gray-darker);
  padding-bottom: 0;
  max-width: 80px;
  position: relative;
  top: -3px;
}
.steps-modal .timepickers .timepicker-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 20px;
  margin-top: -25px;
}
.steps-modal .timepickers .timepicker-wrapper .before,
.steps-modal .timepickers .timepicker-wrapper .after {
  display: inline-block;
  flex-shrink: 0;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 120%;
  text-align: center;
  color: var(--gray-middle);
  visibility: visible !important;
  background: var(--white);
  margin-bottom: 2px;
  width: 54px;
}
.steps-modal .timepickers .timepicker-wrapper .before {
  padding-right: 15px;
  text-align: left;
}
.steps-modal .timepickers .timepicker-wrapper .after {
  padding-left: 15px;
  text-align: right;
}
.steps-modal .timepickers .irc-wrapper {
  display: inline-block;
  width: 100%;
}
.steps-modal .timepickers .irc-wrapper .irs .irs-handle {
  background: #D9030E;
  box-shadow: 0 4px 12px var(--brown-rgba);
  border-radius: 50%;
  width: 22px;
  min-width: 22px;
  height: 22px;
  min-height: 22px;
  border: none;
}
.steps-modal .timepickers .irc-wrapper .irs .irs-handle i {
  display: none;
}
.steps-modal .timepickers .irc-wrapper .irs .irs-line,
.steps-modal .timepickers .irc-wrapper .irs .irs-bar {
  height: 2px;
  background: #ffb3d1;
}
.steps-modal .timepickers .irc-wrapper .irs .irs-single {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  text-align: center;
  color: var(--black-blue);
  top: -4px;
  left: calc(50% - 30px) !important;
  background-color: var(--white);
  padding: 4px 7px;
}
.steps-modal .timepickers .irc-wrapper .irs .irs-single:before {
  display: none;
}
.steps-modal .timepickers .irc-wrapper .irs .irs-min,
.steps-modal .timepickers .irc-wrapper .irs .irs-max {
  display: none;
}

.flatpickr-calendar,
.flatpickr-calendar {
  box-shadow: none !important;
  font-size: 14px;
}
.flatpickr-calendar.inline,
.flatpickr-calendar.inline {
  width: 100% !important;
}
.flatpickr-calendar.inline .flatpickr-months,
.flatpickr-calendar.inline .flatpickr-months {
  display: none;
  user-select: none;
}
.flatpickr-calendar:not(.inline).open .flatpickr-rContainer,
.flatpickr-calendar:not(.inline).open .flatpickr-rContainer {
  margin: 0 auto;
}
.flatpickr-calendar:not(.inline).open .flatpickr-rContainer .dayContainer,
.flatpickr-calendar:not(.inline).open .flatpickr-rContainer .dayContainer {
  padding-top: 0;
}
.flatpickr-calendar .flatpickr-days,
.flatpickr-calendar .flatpickr-days {
  width: 100% !important;
  flex-direction: column;
}
.flatpickr-calendar .flatpickr-days .month-name,
.flatpickr-calendar .flatpickr-days .month-name {
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  color: var(--gray-darker);
  height: 41px;
  display: block;
  width: 293px;
  text-align: center;
}
.flatpickr-calendar .flatpickr-days .month-name + .dayContainer,
.flatpickr-calendar .flatpickr-days .month-name + .dayContainer {
  padding-top: 0;
}
.flatpickr-calendar .flatpickr-days .month-name + .month-name,
.flatpickr-calendar .flatpickr-days .month-name + .month-name {
  display: none;
}
.flatpickr-calendar .flatpickr-days .dayContainer,
.flatpickr-calendar .flatpickr-days .dayContainer {
  overflow: hidden;
  margin: 0 0 12px;
  box-shadow: none !important;
  padding-top: 41px;
}
.flatpickr-calendar .flatpickr-days .dayContainer:last-child,
.flatpickr-calendar .flatpickr-days .dayContainer:last-child {
  margin-bottom: 0;
}
.flatpickr-calendar .numInputWrapper:hover,
.flatpickr-calendar .numInputWrapper:hover {
  background: transparent;
}
.flatpickr-calendar .numInputWrapper .arrowUp,
.flatpickr-calendar .numInputWrapper .arrowDown,
.flatpickr-calendar .numInputWrapper .arrowUp,
.flatpickr-calendar .numInputWrapper .arrowDown {
  display: none;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month,
.flatpickr-calendar .flatpickr-months .flatpickr-next-month,
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month,
.flatpickr-calendar .flatpickr-months .flatpickr-next-month {
  top: 4px;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month svg,
.flatpickr-calendar .flatpickr-months .flatpickr-next-month svg,
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month svg,
.flatpickr-calendar .flatpickr-months .flatpickr-next-month svg {
  fill: #D9030E;
}
.flatpickr-calendar .flatpickr-months .flatpickr-month,
.flatpickr-calendar .flatpickr-months .flatpickr-month {
  width: auto;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  color: var(--black);
  margin-bottom: 10px;
  flex-basis: 0;
}
.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month,
.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month {
  width: auto;
  position: static;
  font-size: 100%;
  padding: 0;
  display: inline-flex;
  align-items: center;
}
.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month span.cur-month,
.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month span.cur-month {
  font-size: 16px;
  font-weight: 600;
}
.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month .flatpickr-monthDropdown-months,
.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper input.cur-year,
.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month .flatpickr-monthDropdown-months,
.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper input.cur-year {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-size: 16px;
  line-height: 120%;
  color: var(--black);
  background: transparent !important;
  border: 3px solid var(--white) !important;
  outline: none !important;
  font-weight: 600;
}
.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper input.cur-year,
.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper input.cur-year {
  width: 55px;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month,
.flatpickr-calendar .flatpickr-months .flatpickr-next-month,
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month,
.flatpickr-calendar .flatpickr-months .flatpickr-next-month {
  padding: 3px 14px;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.flatpickr-disabled,
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: block;
  opacity: 0.4;
}
.flatpickr-calendar .flatpickr-weekdays,
.flatpickr-calendar .flatpickr-weekdays {
  display: none;
}
.flatpickr-calendar .dayContainer,
.flatpickr-calendar .dayContainer {
  width: 293px;
  min-width: 293px;
  max-width: 293px;
}
.flatpickr-calendar .dayContainer .flatpickr-day,
.flatpickr-calendar .dayContainer .flatpickr-day {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  height: 32px;
  width: 32px;
  min-height: 32px;
  min-width: 32px;
  max-height: 32px;
  max-width: 32px;
  line-height: 1;
  margin: 0 4px 8px;
  flex-basis: 14.2%;
  box-shadow: none !important;
  color: var(--black);
}
.flatpickr-calendar .dayContainer .flatpickr-day.nextMonthDay:not(.flatpickr-disabled):not(.inRange):not(.selected),
.flatpickr-calendar .dayContainer .flatpickr-day.nextMonthDay:not(.flatpickr-disabled):not(.inRange):not(.selected) {
  color: var(--gray-darker);
}
.flatpickr-calendar .dayContainer .flatpickr-day.inRange,
.flatpickr-calendar .dayContainer .flatpickr-day.inRange {
  background: #ffdde4;
  border: 0;
  border-radius: 0;
  position: relative;
  color: var(--gray-darker);
  box-shadow: none;
}
.flatpickr-calendar .dayContainer .flatpickr-day.inRange:before,
.flatpickr-calendar .dayContainer .flatpickr-day.inRange:before {
  content: "";
  z-index: -1;
  display: block;
  background: #ffdde4;
  width: 93px;
  height: 32px;
  position: absolute;
  opacity: 1 !important;
}
.flatpickr-calendar .dayContainer .flatpickr-day.selected.startRange, .flatpickr-calendar .dayContainer .flatpickr-day.selected.endRange,
.flatpickr-calendar .dayContainer .flatpickr-day.selected.startRange,
.flatpickr-calendar .dayContainer .flatpickr-day.selected.endRange {
  color: var(--white);
  background: #D9030E;
  border-radius: 50%;
}
.flatpickr-calendar .dayContainer .flatpickr-day.selected.startRange:before, .flatpickr-calendar .dayContainer .flatpickr-day.selected.endRange:before,
.flatpickr-calendar .dayContainer .flatpickr-day.selected.startRange:before,
.flatpickr-calendar .dayContainer .flatpickr-day.selected.endRange:before {
  display: none;
}
.flatpickr-calendar .dayContainer .flatpickr-day.selected, .flatpickr-calendar .dayContainer .flatpickr-day.startRange, .flatpickr-calendar .dayContainer .flatpickr-day.endRange, .flatpickr-calendar .dayContainer .flatpickr-day.selected.inRange, .flatpickr-calendar .dayContainer .flatpickr-day.startRange.inRange, .flatpickr-calendar .dayContainer .flatpickr-day.endRange.inRange, .flatpickr-calendar .dayContainer .flatpickr-day.selected:focus, .flatpickr-calendar .dayContainer .flatpickr-day.startRange:focus, .flatpickr-calendar .dayContainer .flatpickr-day.endRange:focus, .flatpickr-calendar .dayContainer .flatpickr-day.selected:hover, .flatpickr-calendar .dayContainer .flatpickr-day.startRange:hover, .flatpickr-calendar .dayContainer .flatpickr-day.endRange:hover, .flatpickr-calendar .dayContainer .flatpickr-day.selected.prevMonthDay, .flatpickr-calendar .dayContainer .flatpickr-day.startRange.prevMonthDay, .flatpickr-calendar .dayContainer .flatpickr-day.endRange.prevMonthDay, .flatpickr-calendar .dayContainer .flatpickr-day.selected.nextMonthDay, .flatpickr-calendar .dayContainer .flatpickr-day.startRange.nextMonthDay, .flatpickr-calendar .dayContainer .flatpickr-day.endRange.nextMonthDay,
.flatpickr-calendar .dayContainer .flatpickr-day.selected,
.flatpickr-calendar .dayContainer .flatpickr-day.startRange,
.flatpickr-calendar .dayContainer .flatpickr-day.endRange,
.flatpickr-calendar .dayContainer .flatpickr-day.selected.inRange,
.flatpickr-calendar .dayContainer .flatpickr-day.startRange.inRange,
.flatpickr-calendar .dayContainer .flatpickr-day.endRange.inRange,
.flatpickr-calendar .dayContainer .flatpickr-day.selected:focus,
.flatpickr-calendar .dayContainer .flatpickr-day.startRange:focus,
.flatpickr-calendar .dayContainer .flatpickr-day.endRange:focus,
.flatpickr-calendar .dayContainer .flatpickr-day.selected:hover,
.flatpickr-calendar .dayContainer .flatpickr-day.startRange:hover,
.flatpickr-calendar .dayContainer .flatpickr-day.endRange:hover,
.flatpickr-calendar .dayContainer .flatpickr-day.selected.prevMonthDay,
.flatpickr-calendar .dayContainer .flatpickr-day.startRange.prevMonthDay,
.flatpickr-calendar .dayContainer .flatpickr-day.endRange.prevMonthDay,
.flatpickr-calendar .dayContainer .flatpickr-day.selected.nextMonthDay,
.flatpickr-calendar .dayContainer .flatpickr-day.startRange.nextMonthDay,
.flatpickr-calendar .dayContainer .flatpickr-day.endRange.nextMonthDay {
  background: #D9030E;
  color: var(--white);
}
.flatpickr-calendar .dayContainer .flatpickr-day.flatpickr-disabled,
.flatpickr-calendar .dayContainer .flatpickr-day.flatpickr-disabled {
  cursor: not-allowed;
  color: var(--gray-middle) !important;
  user-select: none;
}
.flatpickr-calendar .dayContainer .flatpickr-day.flatpickr-disabled.red,
.flatpickr-calendar .dayContainer .flatpickr-day.flatpickr-disabled.red {
  color: #ffb3d1 !important;
}
.flatpickr-calendar .dayContainer .flatpickr-day.startRange,
.flatpickr-calendar .dayContainer .flatpickr-day.startRange {
  position: relative;
}
.flatpickr-calendar .dayContainer .flatpickr-day.endRange,
.flatpickr-calendar .dayContainer .flatpickr-day.endRange {
  position: relative;
}
.flatpickr-calendar .dayContainer .flatpickr-day.nextMonthDay:hover, .flatpickr-calendar .dayContainer .flatpickr-day.nextMonthDay.startRange, .flatpickr-calendar .dayContainer .flatpickr-day.nextMonthDay.endRange,
.flatpickr-calendar .dayContainer .flatpickr-day.nextMonthDay:hover,
.flatpickr-calendar .dayContainer .flatpickr-day.nextMonthDay.startRange,
.flatpickr-calendar .dayContainer .flatpickr-day.nextMonthDay.endRange {
  color: var(--white) !important;
}
.flatpickr-calendar .dayContainer .flatpickr-day.selected.startRange + .selected.endRange:before,
.flatpickr-calendar .dayContainer .flatpickr-day.selected.startRange + .selected.endRange:before {
  content: "";
  z-index: -1;
  display: block;
  background: #ffdde4;
  height: 32px;
  position: absolute;
  width: 50px;
  left: -100%;
  border-radius: 5px;
}
.flatpickr-calendar .dayContainer .flatpickr-day.red.flatpickr-disabled, .flatpickr-calendar .dayContainer .flatpickr-day.red:hover.flatpickr-disabled,
.flatpickr-calendar .dayContainer .flatpickr-day.red.flatpickr-disabled,
.flatpickr-calendar .dayContainer .flatpickr-day.red:hover.flatpickr-disabled {
  opacity: 1 !important;
}
.flatpickr-calendar .dayContainer .flatpickr-day.red.selected, .flatpickr-calendar .dayContainer .flatpickr-day.red:hover.selected,
.flatpickr-calendar .dayContainer .flatpickr-day.red.selected,
.flatpickr-calendar .dayContainer .flatpickr-day.red:hover.selected {
  color: var(--white);
}
.flatpickr-calendar .dayContainer .flatpickr-day.red.startRange, .flatpickr-calendar .dayContainer .flatpickr-day.red:hover.startRange,
.flatpickr-calendar .dayContainer .flatpickr-day.red.startRange,
.flatpickr-calendar .dayContainer .flatpickr-day.red:hover.startRange {
  cursor: not-allowed;
}

.small-form.hidden,
.main-page-form.hidden {
  opacity: 0;
  height: 0;
  padding: 0 !important;
  position: absolute;
  left: -99999px;
}
.small-form .toggle-button,
.main-page-form .toggle-button {
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  left: 0;
}
.small-form .toggle-button:hover:before,
.main-page-form .toggle-button:hover:before {
  background-color: #D9030E;
}
.small-form .toggle-button:before,
.main-page-form .toggle-button:before {
  width: 28px;
  height: 28px;
  -webkit-mask: url("/img/redesign/toggle-search-form.svg");
  mask: url("/img/redesign/toggle-search-form.svg");
  mask-repeat: no-repeat;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  mask-size: 100% 100% !important;
  -webkit-mask-size: 100% 100% !important;
  background: var(--gray-darker);
  content: "";
  display: block;
  transition: all 0.2s ease-out;
}

.small-form {
  border-radius: 20px;
  align-items: flex-start !important;
}

.main-page-form {
  padding: 19px 15px 16px;
  background: var(--white);
  box-shadow: 0 12px 35px rgba(130, 128, 141, 0.25);
  border-radius: 20px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
  max-width: 100%;
}
.main-page-form .toggle-button {
  position: absolute;
  right: 0;
  left: auto;
  transform: rotate(180deg);
}
.main-page-form .fleet-type {
  margin-bottom: 15px;
  justify-content: space-between;
}
.main-page-form .fleet-type .element {
  margin-top: -10px;
  margin-bottom: 21px;
}
.main-page-form .fleet-type .element:nth-child(1), .main-page-form .fleet-type .element:nth-child(2) {
  margin-right: 8px;
}
.main-page-form .fleet-type .element input[type=radio] {
  display: none;
}
.main-page-form .fleet-type .element input[type=radio]:checked + label {
  color: #D9030E;
}
.main-page-form .fleet-type .element input[type=radio]:checked + label:before, .main-page-form .fleet-type .element input[type=radio]:checked + label:after {
  background: #D9030E;
}
.main-page-form .fleet-type .element label, .main-page-form .fleet-type .element a.furgonetas-redirect, .main-page-form .fleet-type .element .long-term-rent {
  cursor: pointer;
  user-select: none;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 120%;
  color: var(--gray-darker);
  text-transform: uppercase;
}
.main-page-form .fleet-type .element label:before, .main-page-form .fleet-type .element a.furgonetas-redirect:before, .main-page-form .fleet-type .element .long-term-rent:before {
  width: 31px;
  height: 31px;
  display: inline-block;
  content: "";
  position: relative;
  top: 8px;
  margin-right: 15px;
  background-color: var(--gray-darker);
  background-position: center center !important;
  background-repeat: no-repeat !important;
  mask-size: 100% 100% !important;
  -webkit-mask-size: 100% 100% !important;
}
.main-page-form .fleet-type .element label:after, .main-page-form .fleet-type .element a.furgonetas-redirect:after, .main-page-form .fleet-type .element .long-term-rent:after {
  width: 100%;
  height: 2px;
  display: block;
  content: "";
  background: transparent;
  position: relative;
  top: 7px;
  transition: all 0.2s ease-out;
}
.main-page-form .fleet-type .element label:hover, .main-page-form .fleet-type .element a.furgonetas-redirect:hover, .main-page-form .fleet-type .element .long-term-rent:hover {
  color: #D9030E;
}
.main-page-form .fleet-type .element label:hover:before, .main-page-form .fleet-type .element label:hover:after, .main-page-form .fleet-type .element a.furgonetas-redirect:hover:before, .main-page-form .fleet-type .element a.furgonetas-redirect:hover:after, .main-page-form .fleet-type .element .long-term-rent:hover:before, .main-page-form .fleet-type .element .long-term-rent:hover:after {
  background: #D9030E;
}
.main-page-form .fleet-type .element label.active-dim, .main-page-form .fleet-type .element a.furgonetas-redirect.active-dim, .main-page-form .fleet-type .element .long-term-rent.active-dim {
  color: var(--gray-darker) !important;
}
.main-page-form .fleet-type .element label.active-dim:before, .main-page-form .fleet-type .element label.active-dim:after, .main-page-form .fleet-type .element a.furgonetas-redirect.active-dim:before, .main-page-form .fleet-type .element a.furgonetas-redirect.active-dim:after, .main-page-form .fleet-type .element .long-term-rent.active-dim:before, .main-page-form .fleet-type .element .long-term-rent.active-dim:after {
  background: var(--gray-darker) !important;
}
.main-page-form .fleet-type .element label.active-bright, .main-page-form .fleet-type .element a.furgonetas-redirect.active-bright, .main-page-form .fleet-type .element .long-term-rent.active-bright {
  color: #D9030E !important;
}
.main-page-form .fleet-type .element label.active-bright:before, .main-page-form .fleet-type .element label.active-bright:after, .main-page-form .fleet-type .element a.furgonetas-redirect.active-bright:before, .main-page-form .fleet-type .element a.furgonetas-redirect.active-bright:after, .main-page-form .fleet-type .element .long-term-rent.active-bright:before, .main-page-form .fleet-type .element .long-term-rent.active-bright:after {
  background: #D9030E !important;
}
.main-page-form .fleet-type .element label.label-cars:before, .main-page-form .fleet-type .element a.furgonetas-redirect.label-cars:before, .main-page-form .fleet-type .element .long-term-rent.label-cars:before {
  -webkit-mask: url("/img/redesign/label-cars.svg");
  mask: url("/img/redesign/label-cars.svg");
}
.main-page-form .fleet-type .element a.furgonetas-redirect:before {
  -webkit-mask: url("/img/redesign/label-vans.svg");
  mask: url("/img/redesign/label-vans.svg");
}
.main-page-form .fleet-type .element .long-term-rent {
  padding-right: 26px;
  display: block;
  box-sizing: border-box;
}
.main-page-form .fleet-type .element .long-term-rent:before {
  -webkit-mask: url("/img/redesign/infinity.svg");
  mask: url("/img/redesign/infinity.svg");
}
.main-page-form .fleet-type .element .long-term-rent:after {
  width: calc(100% + 26px);
}
.main-page-form .fleet-type .element .new-mini-label {
  color: #D9030E;
  font-size: 10px;
  font-weight: 700;
  position: absolute;
  right: 0;
  top: 4px;
}
.main-page-form .main-content {
  justify-content: space-between;
  flex-direction: column;
  flex-wrap: wrap;
}
.main-page-form .main-content .locations,
.main-page-form .main-content .dates {
  width: 100%;
  box-sizing: border-box;
  flex-wrap: wrap;
}
.main-page-form .main-content .locations .location-from,
.main-page-form .main-content .locations .location-to,
.main-page-form .main-content .locations .date-from,
.main-page-form .main-content .locations .date-to,
.main-page-form .main-content .dates .location-from,
.main-page-form .main-content .dates .location-to,
.main-page-form .main-content .dates .date-from,
.main-page-form .main-content .dates .date-to {
  width: 100%;
  margin-bottom: 20px;
}
.main-page-form .main-content .locations .label,
.main-page-form .main-content .dates .label {
  margin-bottom: 10px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  color: var(--gray-middle);
}
.main-page-form .main-content .locations .selected,
.main-page-form .main-content .dates .selected {
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: var(--black);
  transition: all 0.2s ease-out;
  width: 100%;
  white-space: nowrap;
}
.main-page-form .main-content .locations .selected:after,
.main-page-form .main-content .dates .selected:after {
  display: block;
  content: "";
  width: 100%;
  position: relative;
  top: 3px;
  height: 1px;
  background: var(--gray-pre-middle);
  transition: all 0.2s ease-out;
}
.main-page-form .main-content .locations .selected:hover,
.main-page-form .main-content .dates .selected:hover {
  color: #D9030E;
}
.main-page-form .main-content .locations .selected:hover:after,
.main-page-form .main-content .dates .selected:hover:after {
  background-color: #D9030E;
}
.main-page-form .main-content .locations .location-from,
.main-page-form .main-content .locations .location-to {
  box-sizing: border-box;
}
.main-page-form .main-content .locations .location-from {
  width: 100%;
}
.main-page-form .main-content .dates {
  justify-content: space-between;
}
.main-page-form .main-content .submit-wrapper {
  flex-shrink: 0;
  order: 4;
}
.main-page-form .main-content .submit-wrapper .red-button {
  font-weight: bold;
  padding: 16.5px 12px;
  transition: all 0.2s ease-out;
  width: 100%;
  max-width: 370px;
  text-align: center;
  margin-top: 10px;
}
.main-page-form .main-content .submit-wrapper .red-button:disabled, .main-page-form .main-content .submit-wrapper .red-button.disabled {
  background: var(--gray-light);
  color: var(--black);
  cursor: not-allowed;
}
.main-page-form .main-content .submit-wrapper .red-tip {
  font-size: 14px;
  margin-top: 12px;
  width: 100%;
  color: #D9030E;
  display: block;
}
.main-page-form .main-content .same-location-wrapper {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 10px;
  order: 3;
}
.main-page-form .main-content .same-location-wrapper input[type=checkbox] {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.main-page-form .main-content .same-location-wrapper input[type=checkbox] + label {
  display: inline-flex;
  align-items: center;
  user-select: none;
}
.main-page-form .main-content .same-location-wrapper input[type=checkbox] + label:before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 23px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid var(--gray-middle);
  border-radius: 5px;
  margin-right: 11px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 80% 80%;
}
.main-page-form .main-content .same-location-wrapper input[type=checkbox]:checked + label::before {
  background-image: url("/img/redesign/ul-li.svg");
}
.main-page-form .main-content .same-location-wrapper label {
  cursor: pointer;
  user-select: none;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  color: var(--gray-middle);
}
.main-page-form .main-content .errors-wrapper .red-tip {
  display: none;
}
.main-page-form .main-content .errors-wrapper .red-tip:first-child {
  display: block;
}
.main-page-form .long-term-rent-content {
  grid-template-columns: 100%;
}
.main-page-form .long-term-rent-content p {
  font-size: 14px;
  font-weight: 500;
}
.main-page-form .long-term-rent-content .red-button {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  width: 100%;
}
.main-page-form .long-term-rent-content .dates .date-from, .main-page-form .long-term-rent-content .dates .date-to {
  margin-bottom: 0 !important;
}
.main-page-form .long-term-rent-content .date-long-input {
  height: 1px;
  opacity: 0;
}
.main-page-form .long-term-rent-content .long-rent-info {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  order: 3;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  color: var(--black);
}
.main-page-form .long-term-rent-content .long-rent-info:before {
  content: "";
  display: block;
  width: 23px;
  height: 23px;
  background-image: url("../img/redesign/exclamation-mark.svg");
  background-position: center center;
  background-repeat: no-repeat;
  margin-right: 10px;
}

@media (min-width: 480px) {
  #datesSelect {
    width: 360px;
    max-width: 90%;
  }
  .search-form .wrapper {
    padding: 20px 22px 20px 45px;
  }
  .search-form .wrapper .delimiter {
    width: 40px;
  }
  .search-form .wrapper .input-wrapper:not(.location) {
    width: calc(50% - 20px);
  }
  .search-form .inputs-wrapper {
    width: 100%;
  }
  .search-form.home-search .to-catalog {
    width: calc(50% - 8px);
  }
  .search-form.home-search .to-catalog:first-child {
    margin-right: 15px;
    margin-bottom: 0;
  }
  .main-page-form {
    max-width: calc(100vw - 45px);
  }
  .main-page-form .fleet-type .element label, .main-page-form .fleet-type .element a.furgonetas-redirect, .main-page-form .fleet-type .element .long-term-rent {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .search-form .wrapper {
    width: 740px;
    padding: 19px 30px 16px;
    align-items: flex-start;
  }
  .search-form .wrapper .inputs-wrapper {
    width: calc(100% - 30px);
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    flex-direction: row;
    max-width: 830px;
  }
  .search-form .wrapper .inputs-wrapper .location-wrapper,
  .search-form .wrapper .inputs-wrapper .dates-wrapper {
    margin-bottom: 0;
  }
  .search-form .wrapper .inputs-wrapper .location-wrapper:after,
  .search-form .wrapper .inputs-wrapper .dates-wrapper:after {
    margin-left: 15px;
  }
  .search-form .wrapper .inputs-wrapper .location-wrapper {
    width: 50%;
  }
  .search-form .wrapper .inputs-wrapper .dates-wrapper {
    width: 50%;
  }
  .search-form .wrapper .inputs-wrapper .button-description {
    padding-top: 0;
    text-align: left;
  }
  .search-form .wrapper .button-wrapper {
    width: calc(100% - 320px);
    padding-left: 16px;
    box-sizing: border-box;
  }
  .search-form .wrapper .button-wrapper .red-button {
    padding: 13px 14px 14px;
  }
  .search-form .wrapper .button-wrapper .red-button span.decorator {
    display: none;
  }
  .search-form .wrapper .input-wrapper {
    border: none;
  }
  .search-form .wrapper .input-wrapper.location .location-before,
  .search-form .wrapper .input-wrapper.location .location-after {
    display: none;
  }
  .search-form .wrapper .input-wrapper p {
    border-bottom: 1px solid var(--gray-light);
    padding-bottom: 7px;
    width: 100%;
    font-size: 14px;
    line-height: 13px;
    color: var(--black);
    text-align: left;
  }
  .search-form .wrapper .date-from,
  .search-form .wrapper .date-to {
    width: calc(50% - 5px) !important;
  }
  .search-form .wrapper .date-from {
    margin-right: 10px;
  }
  .search-form.home-search .wrapper .inputs-wrapper {
    width: 320px;
  }
  .steps-modal .step-header {
    font-size: 24px;
  }
  .steps-modal .step-two .next-button-wrapper {
    justify-content: flex-start;
  }
  .main-page-form .long-term-rent-content {
    grid-template-columns: 80% 20%;
  }
  .main-page-form .long-term-rent-content p {
    font-size: 16px;
  }
  .main-page-form .long-term-rent-content .texts {
    padding-right: 20px;
  }
}
@media (min-width: 1000px) {
  .flatpickr-wrapper {
    width: 100%;
    height: auto;
    overflow: inherit;
  }
  .steps-modal {
    padding: 45px 51px 45px 38px;
  }
  .steps-modal .flatpickr-calendar.inline .flatpickr-months {
    display: flex;
    justify-content: center;
  }
  .steps-modal .flatpickr-calendar.inline .flatpickr-days {
    flex-direction: row;
    justify-content: space-between;
  }
  .steps-modal .flatpickr-calendar.inline .flatpickr-days .dayContainer {
    display: none;
    padding-top: 0;
  }
  .steps-modal .flatpickr-calendar.inline .flatpickr-days .dayContainer:before {
    display: none;
  }
  .steps-modal .flatpickr-calendar.inline .flatpickr-days .dayContainer:nth-child(1), .steps-modal .flatpickr-calendar.inline .flatpickr-days .dayContainer:nth-child(2) {
    display: flex;
    height: 240px;
  }
  .steps-modal .timepickers {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }
  .steps-modal .timepickers .w-50 {
    width: 50%;
  }
  .steps-modal .step-two {
    width: auto;
  }
  .steps-modal .step-two .weekday-names .week {
    margin-left: 0;
    padding: 0;
  }
  .steps-modal .step-two .weekday-names .week:last-child {
    display: grid;
  }
  .steps-modal .step-two .next-button-wrapper {
    margin-top: 15px;
  }
  #datesSelect {
    width: 762px;
  }
  #locationFromSelect,
  #locationToSelect {
    width: 570px;
  }
  .search-form.home-search .wrapper {
    width: 970px;
  }
  .search-form.home-search .wrapper .button-wrapper {
    width: 330px;
  }
  .search-form.home-search .wrapper .button-wrapper .red-button {
    width: 299px;
    margin-left: 0;
    font-size: 18px;
    min-height: 60px;
  }
  .search-form.home-search .wrapper .button-wrapper .red-button span.decorator {
    display: block;
  }
  .search-form.home-search .wrapper .inputs-wrapper {
    width: calc(100% - 330px);
    display: flex;
    align-items: center;
  }
  .search-form.home-search .wrapper .inputs-wrapper .button-description {
    font-size: 16px;
  }
  .search-form .wrapper {
    padding: 19px 30px 16px;
    box-shadow: 0 12px 35px rgba(130, 128, 141, 0.25);
    border-radius: 20px;
  }
  .search-form .wrapper .inputs-wrapper .location-wrapper,
  .search-form .wrapper .inputs-wrapper .dates-wrapper {
    font-size: 14px;
    margin-bottom: 0;
  }
  .search-form .wrapper .inputs-wrapper .location-wrapper:before,
  .search-form .wrapper .inputs-wrapper .dates-wrapper:before {
    display: block;
    content: "";
    background-size: contain !important;
    background-repeat: no-repeat;
    background-position: center;
    flex-grow: 0;
  }
  .search-form .wrapper .inputs-wrapper .location-wrapper {
    justify-content: flex-end;
  }
  .search-form .wrapper .inputs-wrapper .dates-wrapper {
    justify-content: flex-start;
    padding-left: 15px;
  }
  .search-form .wrapper .inputs-wrapper .input-wrapper {
    margin-right: 35px;
    margin-bottom: 0;
  }
  .search-form .wrapper .inputs-wrapper .input-wrapper.location {
    width: 310px !important;
  }
  .search-form .wrapper .inputs-wrapper .input-wrapper p {
    margin-bottom: 0;
  }
  .search-form .wrapper .button-wrapper {
    width: 153px;
    padding-left: 0;
    box-sizing: border-box;
  }
  .small-form .toggle-button, .main-page-form .toggle-button {
    display: none !important;
  }
  .main-page-form {
    padding: 19px 30px 16px;
  }
}
@media (min-width: 1200px) {
  .search-form,
  #search-form-preloader {
    max-width: 1170px;
    margin: 0 auto;
  }
  #search-form-preloader {
    height: 208px;
  }
  #search-form-preloader.catalog-height {
    height: 150px;
  }
  .main-page-form {
    max-width: 100%;
    width: 1170px;
  }
  .main-page-form .toggle-button {
    top: 72px;
    right: 0;
  }
  .main-page-form .fleet-type {
    justify-content: flex-start;
  }
  .main-page-form .fleet-type .element:nth-child(1), .main-page-form .fleet-type .element:nth-child(2) {
    margin-right: 36px;
  }
  .main-page-form .main-content {
    flex-direction: row;
  }
  .main-page-form .main-content .locations,
  .main-page-form .main-content .dates {
    width: 42%;
    padding-right: 46px;
    flex-wrap: nowrap;
  }
  .main-page-form .main-content .locations .location-from,
  .main-page-form .main-content .locations .location-to,
  .main-page-form .main-content .locations .date-from,
  .main-page-form .main-content .locations .date-to,
  .main-page-form .main-content .dates .location-from,
  .main-page-form .main-content .dates .location-to,
  .main-page-form .main-content .dates .date-from,
  .main-page-form .main-content .dates .date-to {
    margin-bottom: 36px;
  }
  .main-page-form .main-content .locations .location-from.half,
  .main-page-form .main-content .locations .location-to.half,
  .main-page-form .main-content .dates .location-from.half,
  .main-page-form .main-content .dates .location-to.half {
    width: calc(50% - 23px);
  }
  .main-page-form .main-content .locations .location-from.half,
  .main-page-form .main-content .dates .location-from.half {
    margin-right: 46px;
  }
  .main-page-form .main-content .locations .location-from:not(.half) .selected,
  .main-page-form .main-content .dates .location-from:not(.half) .selected {
    min-width: 340px;
  }
  .main-page-form .main-content .dates .date-from {
    margin-right: 46px;
  }
  .main-page-form .main-content .submit-wrapper {
    width: 16%;
    order: 3;
    position: relative;
  }
  .main-page-form .main-content .submit-wrapper .red-button {
    margin-top: 0;
  }
  .main-page-form .main-content .submit-wrapper .red-tip {
    position: absolute;
  }
  .main-page-form .main-content .same-location-wrapper {
    order: 4;
    margin-bottom: 0;
  }
  .main-page-form .long-term-rent-content .same-location-wrapper {
    width: 42%;
  }
  .main-page-form .long-term-rent-content .long-rent-info {
    width: 58%;
    order: 5;
    margin-bottom: 0;
  }
  .small-form .dates-wrapper {
    padding-left: 15px;
  }
}
@media (min-width: 1440px) {
  .search-form .wrapper {
    padding: 20px 22px 20px 45px;
    box-shadow: 0 12px 35px rgba(130, 128, 141, 0.25);
    border-radius: 20px;
    width: 940px;
  }
  .search-form .wrapper .location-wrapper,
  .search-form .wrapper .dates-wrapper {
    font-size: 16px !important;
  }
  .search-form.home-search {
    max-width: 1170px;
  }
  .search-form.home-search .to-catalog-wrapper {
    justify-content: center;
  }
  .search-form.home-search .to-catalog {
    max-width: 440px;
  }
  .search-form.home-search .to-catalog .red-button {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .steps-modal .calendar {
    width: 100% !important;
    margin-left: 0;
  }
  .steps-modal .timepickers {
    width: 100% !important;
  }
}
@media (max-width: 575px) {
  .steps-modal .locations .location .description,
  .steps-modal .locations .location .address {
    padding-left: 0;
  }
  .steps-modal .locations .titles {
    justify-content: center;
  }
  .steps-modal .locations .titles .title {
    margin-right: 0;
    padding: 7px 9px;
    font-size: 15px;
  }
}
[data-color-scheme=dark] #search-form-preloader {
  box-shadow: none;
}
[data-color-scheme=dark] .search-form.home-search .to-catalog {
  box-shadow: none;
}
[data-color-scheme=dark] .search-form.luxury .red-button:hover {
  box-shadow: none;
}
[data-color-scheme=dark] .search-form .wrapper {
  box-shadow: none !important;
  border: 1px solid #515155;
}
[data-color-scheme=dark] .flatpickr-calendar {
  background-color: var(--white);
}
[data-color-scheme=dark] .flatpickr-calendar .dayContainer .flatpickr-day:hover, [data-color-scheme=dark] .flatpickr-calendar .flatpickr-calendar .dayContainer .flatpickr-day:hover {
  color: var(--white);
}
[data-color-scheme=dark] span.flatpickr-weekday {
  color: var(--black);
}
[data-color-scheme=dark] .steps-modal {
  box-shadow: none;
  border: 1px solid #515155;
}
[data-color-scheme=dark] .steps-modal .flatpickr-calendar .dayContainer .flatpickr-day {
  color: var(--black);
}
[data-color-scheme=dark] .steps-modal .flatpickr-calendar .dayContainer .flatpickr-day:hover {
  color: var(--white) !important;
}
[data-color-scheme=dark] .steps-modal .flatpickr-calendar .dayContainer .flatpickr-day.inRange {
  color: var(--white) !important;
}
[data-color-scheme=dark] .steps-modal .flatpickr-calendar .dayContainer .flatpickr-day.inRange:before {
  border-radius: 5px;
}
[data-color-scheme=dark] .steps-modal .flatpickr-calendar .dayContainer .flatpickr-day.startRange:hover, [data-color-scheme=dark] .steps-modal .flatpickr-calendar .dayContainer .flatpickr-day.endRange:hover {
  color: var(--black) !important;
}
[data-color-scheme=dark] .steps-modal .flatpickr-calendar .dayContainer .flatpickr-day.selected.startRange, [data-color-scheme=dark] .steps-modal .flatpickr-calendar .dayContainer .flatpickr-day.selected.endRange {
  color: var(--black) !important;
}
[data-color-scheme=dark] .steps-modal .flatpickr-calendar .dayContainer .flatpickr-day.flatpickr-disabled {
  color: #5e5d5d !important;
}
[data-color-scheme=dark] .timepickers .irc-wrapper .irs .irs-handle {
  box-shadow: none;
}
[data-color-scheme=dark] .main-page-form {
  box-shadow: none;
  border: 1px solid #515155;
}
[data-color-scheme=dark] .main-page-form .main-content .locations .selected:after, [data-color-scheme=dark] .main-page-form .main-content .dates .selected:after {
  background: #515155 !important;
}
[data-color-scheme=dark] .main-page-form .long-term-rent-content p {
  color: var(--black);
}
[data-color-scheme=dark] .mfp-close-btn-in .mfp-close {
  color: var(--black) !important;
}

.search-block.search-block-redesign {
  padding-top: 11px;
  padding-bottom: 19px;
  background: var(--white);
}
.search-block.search-block-redesign .search-form {
  width: 100%;
}
.search-block.search-block-redesign .search-form .wrapper {
  margin: 0 auto;
}

.footer {
  background: var(--gray-very-light);
  padding-top: 86px;
  padding-bottom: 82px;
}
.footer .column {
  box-sizing: border-box;
  padding: 36px 30px;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  background: var(--white);
  border-radius: 7px;
}
.footer .column.left {
  order: 2;
}
.footer .column.center {
  order: 1;
  text-align: center;
}
.footer .column.right {
  order: 3;
}
.footer .column .wrapper {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.footer .column .header {
  font-style: normal;
  font-weight: bold;
  line-height: 120%;
  font-size: 21px;
  color: var(--black);
  position: relative;
  margin-bottom: 15px;
}
.footer .column .header:before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 12px);
  left: -11px;
  width: 3px;
  height: 24px;
  background: #D9030E;
}
.footer .column ul.links {
  padding: 0 20px 0 0;
  margin: 0 !important;
  width: auto;
}
.footer .column ul.links li {
  margin-bottom: 9px;
}
.footer .column ul.links li a {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 20px;
  color: var(--gray-darker);
  font-size: 14px;
}
.footer .column ul.links li a:hover {
  color: #D9030E;
}
.footer .column .logo {
  margin-bottom: 21px;
}
.footer .column .logo img {
  max-width: 132px;
}
.footer .column .socials {
  margin-bottom: 23px;
}
.footer .column .socials .item {
  display: inline-block;
  margin: 0 11px;
  background-size: 100% 100%;
  transition: all 0.1s ease-out;
  background-color: var(--black);
  background-position: center center !important;
  background-repeat: no-repeat !important;
  mask-size: 100% 100% !important;
  -webkit-mask-size: 100% 100% !important;
}
.footer .column .socials .item.instagram {
  width: 22px;
  height: 22px;
  -webkit-mask: url("/img/redesign/instagram.svg");
  mask: url("/img/redesign/instagram.svg");
}
.footer .column .socials .item.facebook {
  width: 15px;
  height: 26px;
  -webkit-mask: url("/img/redesign/facebook.svg");
  mask: url("/img/redesign/facebook.svg");
}
.footer .column .socials .item.youtube {
  width: 27px;
  height: 18px;
  -webkit-mask: url("/img/redesign/youtube.svg");
  mask: url("/img/redesign/youtube.svg");
}
.footer .column .socials .item:hover {
  background-color: #D9030E;
}
.footer .column .copyright {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: var(--black);
}
.footer .toggle-dark-theme {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--black);
  cursor: pointer;
  user-select: none;
}
.footer .toggle-dark-theme:before {
  content: "";
  width: 24px;
  height: 24px;
  margin-right: 10px;
  -webkit-mask: url("/img/redesign/moon.svg");
  mask: url("/img/redesign/moon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  mask-size: 100% 100% !important;
  -webkit-mask-size: 100% 100% !important;
  background-color: var(--black);
}

.before-footer-divider {
  width: 100%;
  background: var(--white);
  height: 50px;
}

@media (min-width: 768px) {
  .footer .columns-wrapper {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
  }
  .footer .column {
    width: calc(33% - 20px);
    margin-bottom: 0;
  }
  .footer .column.left {
    order: 1;
    margin-right: 30px;
  }
  .footer .column.center {
    order: 2;
    margin-right: 30px;
  }
  .footer .column .wrapper {
    display: block;
    width: 100%;
  }
}
@media (min-width: 1000px) {
  .footer .column .header {
    font-size: 24px;
    margin-bottom: 11px;
  }
  .footer .column ul li a {
    font-size: 15px;
    line-height: 20px;
  }
}
@media (min-width: 1440px) {
  .footer .column {
    padding: 40px 65px;
  }
  .footer .column .header {
    font-size: 25px;
    margin-bottom: 16px;
  }
  .footer .column ul.links li a {
    font-size: 16px;
  }
  .footer .column .copyright {
    font-size: 16px;
    line-height: 26px;
  }
}
[data-color-scheme=dark] .footer .toggle-dark-theme:before {
  -webkit-mask: url("/img/redesign/sun.svg");
  mask: url("/img/redesign/sun.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  mask-size: 100% 100% !important;
  -webkit-mask-size: 100% 100% !important;
}

.cookies-warning {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 20;
  padding: 31px 38px 44px;
  border-radius: 7px;
  background: var(--white);
  box-shadow: 0 25px 50px 0 rgba(130, 128, 141, 0.25);
  width: 371px;
  max-width: calc(100% - 40px);
  box-sizing: border-box;
}
.cookies-warning .wrapper {
  position: relative;
}
.cookies-warning .close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 5px;
  right: 5px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.cookies-warning .close:before {
  width: 12px;
  height: 12px;
  content: "";
  display: block;
  background-image: url("/img/redesign/close.svg");
  background-size: contain;
}
.cookies-warning .title {
  margin-bottom: 33px;
  color: var(--black);
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: center;
}
.cookies-warning .description {
  margin-bottom: 18px;
  color: var(--gray-darker);
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.cookies-warning a {
  color: #D9030E;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: underline;
}
.cookies-warning .red-button {
  margin-bottom: 0;
  font-weight: 600;
}

[data-color-scheme=dark] {
  box-shadow: none;
  border-color: #515155;
}

.banner-redesign {
  box-sizing: border-box;
  padding-bottom: 38px;
}
.banner-redesign .left,
.banner-redesign .right {
  box-sizing: border-box;
  max-width: 100%;
  position: relative;
}
.banner-redesign .left {
  width: calc(100% - 100px);
  z-index: 1;
}
.banner-redesign .left .banner-title {
  margin-bottom: 53px;
}
.banner-redesign .left h1 {
  margin: 58px 0 18px;
  padding-bottom: 10px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  line-height: 120%;
  color: var(--black);
  position: relative;
  font-size: 24px;
}
.banner-redesign .left h1:after {
  display: block;
  content: "";
  width: 102px;
  height: 3px;
  background: #D9030E;
  position: absolute;
  bottom: 0;
}
.banner-redesign .left .description {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-size: 14px;
  line-height: 120%;
  color: var(--gray-darker);
  margin: 0;
  font-weight: 500;
}
.banner-redesign .left .description .rating-decorator {
  text-decoration: underline;
  color: #D9030E;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
}
.banner-redesign .left .description .rating-decorator span {
  margin-right: 12px;
}
.banner-redesign .left .description .rating-decorator:after {
  content: "";
  display: inline-block;
  width: 81px;
  height: 21px;
  background: url("/img/redesign/reviews-rating.svg");
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: 100% 100%;
  mask-size: 100% 100% !important;
  -webkit-mask-size: 100% 100% !important;
}
.banner-redesign .left .description .rating-decorator:hover {
  text-decoration: underline dotted;
}
.banner-redesign .left .description .rating-decorator:hover:after {
  opacity: 0.9;
}
.banner-redesign .left .widget {
  position: relative;
}
.banner-redesign .left .review-card {
  margin-top: 15px;
}
.banner-redesign .left .review-card a {
  display: inline-flex;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  color: #D9030E;
  text-decoration: underline;
}
.banner-redesign .left .review-card a:hover {
  text-decoration: underline dotted;
}
.banner-redesign .left .review-card .location-title {
  display: inline-block;
  margin-right: 23px;
  min-width: 77px;
}
.banner-redesign .left .review-card .rating {
  display: inline-block;
  width: 115px;
  height: 19px;
  background-image: url("../img/redesign/location-rating.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.banner-redesign .right {
  width: 100px;
  right: -20px;
  text-align: right;
  z-index: 0;
  overflow: hidden;
}
.banner-redesign .right img {
  max-width: 292px;
  max-height: 460px;
  position: static;
}

@media (min-width: 481px) {
  .banner-redesign .left {
    width: 320px;
  }
  .banner-redesign .left .banner-title {
    margin-bottom: 29px;
  }
  .banner-redesign .left h1 {
    font-size: 28px;
    margin: 58px 0 20px;
    padding-bottom: 18px;
  }
  .banner-redesign .left .description {
    font-size: 16px;
  }
  .banner-redesign .right {
    width: calc(100% - 320px);
    text-align: right;
  }
  .banner-redesign .right img {
    max-width: 332px;
    max-height: unset;
    position: static;
  }
}
@media (min-width: 768px) {
  .banner-redesign.blog-banner .left h1 {
    font-size: 28px;
  }
  .banner-redesign .left {
    width: 352px;
  }
  .banner-redesign .left .banner-title {
    margin-bottom: 54px;
  }
  .banner-redesign .left h1 {
    margin: 86px 0 28px;
    font-size: 42px;
    padding-bottom: 25px;
  }
  .banner-redesign .left h1:after {
    width: 138px;
    height: 4px;
  }
  .banner-redesign .left .description {
    font-size: 18px;
  }
  .banner-redesign .right {
    width: calc(100% - 352px);
    overflow: visible;
    text-align: left;
  }
  .banner-redesign .right img {
    max-width: 510px;
  }
}
@media (min-width: 1000px) {
  .banner-redesign.blog-banner .left h1 {
    font-size: 30px;
  }
  .banner-redesign .left {
    width: 450px;
  }
  .banner-redesign .left .banner-title {
    margin-bottom: 73px;
  }
  .banner-redesign .left h1 {
    font-size: 48px;
    margin: 86px 0 35px;
    padding-bottom: 35px;
  }
  .banner-redesign .left h1:after {
    width: 138px;
    height: 6px;
  }
  .banner-redesign .left .description {
    font-size: 21px;
  }
  .banner-redesign .left .review-card {
    margin-top: 21px;
  }
  .banner-redesign .left .review-card a {
    font-size: 24px;
  }
  .banner-redesign .left .review-card .location-title {
    min-width: 140px;
  }
  .banner-redesign .left .review-card .rating {
    width: 190px;
    height: 31px;
  }
  .banner-redesign .right {
    width: calc(100% - 450px);
  }
  .banner-redesign .right img {
    max-width: 611px;
  }
}
@media (min-width: 1440px) {
  .banner-redesign {
    background: url("/img/redesign/banner-bg.png");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .banner-redesign.blog-banner .left h1 {
    font-size: 34px;
  }
  .banner-redesign .left {
    width: 480px;
  }
  .banner-redesign .left .banner-title {
    margin-bottom: 99px;
  }
  .banner-redesign .left h1 {
    margin: 72px 0 35px;
    padding-bottom: 49px;
    font-size: 44px;
    min-width: 770px;
  }
  .banner-redesign .left h1:after {
    width: 138px;
    height: 6px;
  }
  .banner-redesign .left .description {
    font-size: 24px;
    min-width: 533px;
  }
  .banner-redesign .right {
    width: calc(100% - 480px + 92px);
    margin-right: -92px;
    padding-top: 15px;
  }
  .banner-redesign .right img {
    max-width: 100%;
    max-height: 671px;
    float: right;
  }
}
@media (min-width: 1440px) {
  [data-color-scheme=dark] .banner-redesign {
    background-image: url("/img/redesign/banner-bg-dark.png");
  }
}
section.fleet {
  padding-top: 30px;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
section.fleet h2 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-align: center;
  color: var(--black);
  display: flex;
  justify-content: center;
  position: relative;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 24px;
  padding-bottom: 5px;
}
section.fleet h2:after {
  content: "";
  width: 111px;
  height: 3px;
  background: #D9030E;
  position: absolute;
  bottom: 0;
}
section.fleet .cube {
  border-radius: 10px;
  overflow: hidden;
  width: 570px;
  max-width: 100%;
  margin: 0 auto;
}
section.fleet .cube .label {
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  position: absolute;
  z-index: 10;
  height: 53px;
}
section.fleet .cube .label span {
  border-radius: 10px;
  background: var(--gray-very-light);
  padding: 7px 23px 6px;
  color: var(--black);
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
section.fleet .cube .left, section.fleet .cube .right {
  position: relative;
  width: 570px;
  max-width: 100%;
  margin: 0 auto;
}
section.fleet .cube .left .item, section.fleet .cube .right .item {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
section.fleet .cube .left .item:before, section.fleet .cube .right .item:before {
  content: "";
  display: block;
  padding-top: 146%;
}
section.fleet .cube .left .item:before {
  padding-top: 146%;
}
section.fleet .cube .left .label {
  top: 30px;
}
section.fleet .cube .right .item:before {
  padding-top: 69.35%;
}
section.fleet .cube .right .label {
  top: 30px;
}
section.fleet .cube .action {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
}
section.fleet .cube .action:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(1, 1, 1, 0.7);
}
section.fleet .cube .action:after {
  content: "";
  display: block;
  padding-top: 69.35%;
}
section.fleet .cube .action .content {
  position: relative;
  width: 100%;
}
section.fleet .cube .action .content .header {
  color: var(--white);
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  text-align: center;
  display: block;
  margin-bottom: 33px;
  font-size: 26px;
}
section.fleet .cube .action .content .red-button {
  margin: 0 auto;
  padding: 19px 37px;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
}
section.fleet .swiper-horizontal > .swiper-pagination-bullets {
  bottom: 14px;
}
section.fleet .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: 2px solid var(--white);
  box-sizing: border-box;
  background: transparent;
  opacity: 1;
  margin: 0 10px;
}
section.fleet .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #D9030E;
}

@media (min-width: 1000px) {
  section.fleet {
    padding-top: 50px;
    margin-bottom: 0;
  }
  section.fleet h2 {
    font-size: 42px;
    padding-bottom: 36px;
    margin-bottom: 50px;
  }
  section.fleet h2:after {
    width: 195px;
    height: 4px;
  }
  section.fleet .cube {
    border-radius: 20px;
    width: 100%;
  }
  section.fleet .cube .label span {
    font-size: 24px;
    padding: 13px 41px 11px;
  }
  section.fleet .cube .left {
    width: 48.7%;
  }
  section.fleet .cube .left .label {
    bottom: 53px;
    top: auto;
  }
  section.fleet .cube .right {
    width: 51.3%;
  }
  section.fleet .cube .right .label {
    top: 46px;
    bottom: auto;
  }
  section.fleet .cube .action .content .header {
    margin-bottom: 46px;
    font-size: 42px;
  }
}
[data-color-scheme=dark] section.fleet .cube .action .content .header {
  color: var(--black);
}

.reviews {
  background: var(--gray-very-light);
  margin-left: -15px;
  margin-right: -15px;
  max-width: 100%;
  box-sizing: border-box;
}
.reviews:not(.without-container) {
  margin: 0 auto 50px;
}
.reviews:not(.without-container) #reviews-slider,
.reviews:not(.without-container) .swiper-wrapper {
  box-sizing: border-box !important;
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
}
.reviews.without-container {
  max-width: 100%;
  background: transparent;
  margin-left: 15px;
  margin-right: 15px;
}
.reviews.without-container .reviews-container {
  max-width: 384px;
}
.reviews.without-container .item {
  max-width: 351px;
  margin: 0 auto;
}
.reviews .item-wrapper {
  width: calc(33% - 30px);
  padding-top: 34px;
  padding-bottom: 40px;
  box-sizing: border-box;
}
.reviews .swiper-button-prev,
.reviews .swiper-button-next {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: var(--white);
  border: 0.3px solid var(--gray-very-light);
}
.reviews .swiper-button-prev:before,
.reviews .swiper-button-next:before {
  display: block;
  content: "";
  -webkit-mask: url("/img/redesign/slider-arrow.svg");
  mask: url("/img/redesign/slider-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--black);
  background-size: 100% 100%;
  mask-size: 100% 100% !important;
  -webkit-mask-size: 100% 100% !important;
  width: 15px;
  height: 15px;
}
.reviews .swiper-button-prev:after,
.reviews .swiper-button-next:after {
  display: none;
}
.reviews .swiper-button-prev {
  left: 0;
}
.reviews .swiper-button-next {
  right: 0;
  transform: rotate(-180deg);
}
.reviews .item {
  padding: 11px 31px 15px 34px;
  border-radius: 20px;
  box-sizing: border-box;
  height: 100%;
  background: var(--brown-middle-rgba);
  user-select: none;
  min-height: 195px;
  display: flex;
  flex-direction: column;
}
.reviews .item .rating {
  margin-top: 4px;
}
.reviews .item .rating .star {
  display: inline-block;
  width: 20px;
  height: 19px;
  margin-right: 10px;
  background: url("/img/redesign/star-empty.svg");
  background-size: 100% 100%;
  cursor: default;
}
.reviews .item .rating .star.filled {
  background: url("/img/redesign/star-full.svg");
}
.reviews .item .link {
  width: 38px;
  height: 30px;
  display: inline-block;
  background: url("/img/redesign/to-google-review.png");
  background-size: 100% 100%;
  margin-bottom: 15px;
}
.reviews .item .text {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 135%;
  color: var(--black);
  margin-bottom: 7px;
  overflow: hidden;
  position: relative;
  user-select: none;
}
.reviews .item .text .more-text {
  box-shadow: none;
  border: none;
  background: transparent;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 135%;
  color: var(--black);
  cursor: pointer;
  text-decoration: underline;
  display: inline;
}
.reviews .item .text .more-text:hover {
  text-decoration: underline dotted;
}
.reviews .item .author {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 135%;
  color: var(--gray-middle);
  margin-top: auto;
}

@media (min-width: 779px) {
  .reviews:not(.without-container) {
    margin-bottom: 0;
  }
  .reviews.without-container {
    width: 732px;
  }
  .reviews.without-container .item-wrapper {
    max-width: calc(50% - 15px);
  }
  .reviews .reviews-container {
    max-width: calc(100% - 80px);
  }
}
@media (min-width: 1000px) {
  .reviews.without-container {
    width: 100%;
    max-width: calc(100% - 45px);
  }
  .reviews.without-container .item {
    max-width: 100%;
  }
  .reviews .reviews-container {
    max-width: 960px;
  }
  .reviews #reviews-slider,
  .reviews .swiper-wrapper {
    box-sizing: border-box !important;
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .reviews .swiper-button-prev {
    left: 14px;
  }
  .reviews .swiper-button-next {
    right: 14px;
  }
}
@media (min-width: 1440px) {
  .reviews .reviews-container {
    max-width: 1170px;
  }
}
[data-color-scheme=dark] .reviews .swiper-button-prev,
[data-color-scheme=dark] .reviews .swiper-button-next {
  border: none;
}
[data-color-scheme=dark] .reviews .swiper-button-prev:before,
[data-color-scheme=dark] .reviews .swiper-button-next:before {
  background-color: var(--black);
}

.recall {
  padding: 39px 0;
  font-family: "Montserrat", sans-serif;
}
.recall .wrapper {
  width: 1070px;
  max-width: 100%;
}
.recall h2 {
  font-style: normal;
  font-weight: bold;
  color: var(--black);
  padding-bottom: 21px;
  margin: 0 0 25px;
  position: relative;
  font-size: 21px;
  line-height: 120%;
  z-index: 10;
}
.recall h2:after {
  content: "";
  display: block;
  width: 77px;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #D9030E;
}
.recall .description {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.05em;
  color: var(--gray-darker);
  margin-bottom: 41px;
}
.recall .left,
.recall .right {
  width: 100%;
  box-sizing: border-box;
}
.recall .left .content {
  width: 570px;
  max-width: 100%;
}
.recall .right.form {
  padding: 38px 20px 57px;
  background: var(--gray-very-light);
  box-shadow: 0 25px 45px rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(450px);
  border-radius: 15px;
}
.recall .right.form .column {
  margin-bottom: 12px;
}
.recall .right.form .column.before-button {
  margin-bottom: 25px;
}
.recall .right.form .column .w50 {
  width: calc(50% - 5px);
}
.recall .right.form .column .w50:first-child {
  margin-right: 5px;
}
.recall .right.form .column .w50:last-child {
  margin-left: 5px;
}
.recall .right.form .column .input-wrapper {
  position: relative;
  border: 1.2px solid var(--gray-pre-middle);
  box-sizing: border-box;
  border-radius: 3px;
  height: 52px;
  font-family: "Raleway", sans-serif;
  padding: 9px 12px 10px;
  transition: all 0.1s ease-out;
  cursor: pointer;
}
.recall .right.form .column .input-wrapper.active {
  border: 1.2px solid #D9030E;
}
.recall .right.form .column .input-wrapper.active label {
  color: #D9030E;
  user-select: none;
}
.recall .right.form .column .input-wrapper.textarea-wrapper {
  height: 120px;
}
.recall .right.form .column .input-wrapper.textarea-wrapper textarea {
  height: 85px;
  width: 100%;
  resize: none;
  background: transparent;
}
.recall .right.form .column .input-wrapper label,
.recall .right.form .column .input-wrapper input {
  display: block;
  width: 100%;
  max-width: 100%;
  font-style: normal;
  line-height: 100%;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
}
.recall .right.form .column .input-wrapper label {
  font-weight: 400;
  font-size: 12px;
  color: var(--gray-middle);
  margin-bottom: 2px;
}
.recall .right.form .column .input-wrapper input {
  font-weight: bold;
  font-size: 16px;
  color: var(--gray-darker);
  border: none;
  outline: none;
  padding: 0;
  background: transparent;
}
.recall .right.form .column .input-wrapper input::placeholder {
  font-weight: normal !important;
}
.recall .right.form .column .select-wrap {
  position: relative;
  user-select: none;
  font-family: "Montserrat", sans-serif;
}
.recall .right.form .column .select-wrap.active .select-ul {
  display: block;
  border: 1.2px solid #D9030E;
  padding: 0;
  margin-left: -15px;
  margin-right: -15px;
  width: calc(100% + 28px);
  max-height: 191px;
  overflow-y: auto;
}
.recall .right.form .column .select-wrap.active .default-option:before {
  top: 7px;
  transform: rotate(-225deg);
}
.recall .right.form .column .select-wrap .default-option {
  background: var(--white);
  color: var(--gray-darker);
  border-radius: 5px;
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
}
.recall .right.form .column .select-wrap .default-option:before {
  content: "";
  position: absolute;
  top: 2px;
  right: 0;
  width: 6px;
  height: 6px;
  border: 2px solid;
  border-color: transparent transparent rgba(255, 255, 255, 0.5) rgba(255, 255, 255, 0.5);
  transform: rotate(-45deg);
  transition: all 0.1s ease-out;
}
.recall .right.form .column .select-wrap .default-option.placeholder {
  line-height: 100%;
  color: var(--gray-darker);
  opacity: 0.6 !important;
  font-weight: normal !important;
}
.recall .right.form .column .select-wrap .select-ul {
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  background: var(--white);
  border-radius: 5px;
  display: none;
  z-index: 1;
}
.recall .right.form .column .select-wrap .select-ul li {
  box-sizing: border-box;
  padding: 10px 20px;
  cursor: pointer;
  background: var(--white);
}
.recall .right.form .column .select-wrap .select-ul li:hover {
  background: var(--purple-very-light);
}
.recall .right.form .column .select-wrap .select-ul li:first-child:hover {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.recall .right.form .column .select-wrap .select-ul li:last-child:hover {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.recall .right.form .column .select-wrap .option {
  display: flex;
  align-items: center;
}
.recall .right.form .column .red-button {
  background: linear-gradient(100.45deg, #FF545D -5.27%, #BF0912 107.93%);
  border-radius: 5px;
  padding: 14px 60px 16px 59px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: var(--white);
  transition: all 0.1s ease-out;
  margin: 0;
  position: static;
  width: 100%;
}
.recall .right.form .column .red-button:hover {
  background: linear-gradient(100.45deg, #E62F38 -5.27%, #920810 107.93%);
  box-shadow: 0 8px 24px rgba(168, 19, 26, 0.25);
}
.recall .thankyou {
  background: var(--gray-very-light);
  backdrop-filter: blur(450px);
  border-radius: 15px;
  color: var(--white);
  font-size: 16px;
  text-align: center;
  padding: 36px 21px;
  box-sizing: border-box;
  font-weight: 600;
}
.recall .thankyou .title {
  font-style: normal;
  font-weight: 700;
  line-height: 116%;
  color: var(--black);
  padding-bottom: 25px;
  display: block;
  width: 100%;
  text-align: center;
}
.recall .thankyou .description {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 160%;
  text-align: center;
  letter-spacing: 0.05em;
  color: var(--gray-darker);
  min-height: 185px;
}

@media (min-width: 480px) {
  .recall h2 {
    font-size: 24px;
    line-height: 120%;
  }
  .recall .right.form {
    padding: 38px 38px 40px;
  }
}
@media (min-width: 768px) {
  .recall h2 {
    font-size: 28px;
    line-height: 116%;
    padding-bottom: 40px;
    margin-bottom: 29px;
  }
  .recall h2:after {
    width: 195px;
    height: 4px;
  }
  .recall .description {
    font-size: 14px;
    line-height: 160%;
  }
  .recall .left {
    width: calc(100% - 341px);
    padding-right: 27px;
  }
  .recall .right.form {
    width: 341px;
    padding: 42px 36px 39px 35px;
  }
  .recall .right.form .column {
    margin: 0 0 14px;
  }
  .recall .right.form .column .w50 {
    width: 100%;
    margin: 0;
  }
  .recall .right.form .column .w50:first-child {
    width: 100%;
    margin: 0 0 14px;
  }
  .recall .right.form .column .w50:last-child {
    width: 100%;
    margin: 0;
  }
}
@media (min-width: 1000px) {
  .recall h2 {
    font-size: 36px;
    line-height: 116%;
    padding-bottom: 30px;
  }
  .recall .description {
    font-size: 15px;
  }
  .recall .left {
    width: calc(100% - 370px);
  }
  .recall .right.form {
    width: 370px;
    padding: 42px 36px 39px 35px;
  }
  .recall .right.form .column {
    margin: 0 0 12px;
  }
  .recall .right.form .column.before-button {
    margin-bottom: 36px;
  }
  .recall .right.form .column .w50 {
    margin: 0;
  }
  .recall .right.form .column .w50:first-child {
    width: calc(50% - 5px);
    margin: 0 5px 0 0;
  }
  .recall .right.form .column .w50:last-child {
    width: calc(50% - 5px);
    margin: 0 0 0 5px;
  }
}
@media (min-width: 1440px) {
  .recall h2 {
    font-size: 42px;
    line-height: 116%;
    margin: 0 0 33px;
  }
  .recall .description {
    font-size: 16px;
    line-height: 160%;
    margin-bottom: 0;
  }
  .recall .right.form {
    padding: 42px 39px 42px 41px;
  }
}
[data-color-scheme=dark] .recall .right.form {
  box-shadow: none;
}
[data-color-scheme=dark] .recall .right.form .column .red-button:hover {
  box-shadow: none;
}
[data-color-scheme=dark] .recall .right.form .column .input-wrapper {
  border-color: var(--gray-darker);
}

.benefits {
  padding-top: 60px;
  padding-bottom: 50px;
  margin-top: -81px;
}
.benefits h2 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 21px;
  line-height: 120%;
  text-align: center;
  color: var(--black);
  margin: 0 0 26px;
}
.benefits .content {
  justify-content: flex-end;
}
.benefits .item {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  position: relative;
  margin-bottom: 44px;
}
.benefits .item .title {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: var(--black);
  margin-bottom: 12px;
  position: relative;
}
.benefits .item .title p {
  display: inline;
  padding-right: 7px;
  background: var(--white);
}
.benefits .item .description {
  font-weight: 400;
  line-height: 135%;
  color: var(--gray-middle);
  font-size: 14px;
}
.benefits .center {
  order: 1;
  width: 53px;
  position: relative;
}
.benefits .center img {
  width: 199px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
}
.benefits .left,
.benefits .right {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  box-sizing: border-box;
  width: calc(100% - 53px);
  align-items: flex-start;
}
.benefits .left {
  order: 2;
}
.benefits .right {
  order: 3;
}
.benefits .right .item:last-child {
  margin-bottom: 0;
}

@media (min-width: 480px) {
  .benefits {
    padding-top: 60px;
    margin-top: 0;
  }
  .benefits h2 {
    font-size: 24px;
    margin-bottom: 45px;
  }
  .benefits .center {
    width: 120px;
  }
  .benefits .center img {
    width: 421px;
  }
  .benefits .left,
  .benefits .right {
    width: calc(100% - 120px);
    padding-left: 54px;
  }
}
@media (min-width: 768px) {
  .benefits h2 {
    font-size: 28px;
    margin-bottom: 51px;
  }
  .benefits .center {
    width: 230px;
  }
  .benefits .center img {
    width: 387px;
  }
  .benefits .left,
  .benefits .right {
    width: calc(100% - 230px);
  }
}
@media (min-width: 1000px) {
  .benefits {
    padding-bottom: 120px;
  }
  .benefits .left,
  .benefits .right {
    width: calc((100% - 326px) / 2);
    padding-left: 24px;
  }
  .benefits .item {
    background: url("/img/redesign/line.svg") repeat-x 0 12px;
  }
  .benefits .item .title {
    font-size: 21px;
    line-height: 24px;
  }
  .benefits .item .description {
    font-size: 15px;
  }
  .benefits .item:after {
    display: block;
    content: "";
    position: absolute;
    top: 12px;
    right: -27px;
    width: 29px;
    height: 29px;
    background: url("/img/redesign/circle.svg");
    background-repeat: no-repeat;
  }
  .benefits .left {
    order: 1;
    align-items: flex-end;
  }
  .benefits .left .item:nth-child(1) {
    margin-left: 46px;
    width: 237px;
    margin-bottom: 53px;
  }
  .benefits .left .item:nth-child(1):after {
    right: -28px;
  }
  .benefits .left .item:nth-child(2) {
    width: 257px;
    margin-bottom: 46px;
  }
  .benefits .left .item:nth-child(2):after {
    top: 7px;
    right: -28px;
    background: url("/img/redesign/circle-2.svg");
    background-repeat: no-repeat;
  }
  .benefits .left .item:nth-child(3) {
    width: 205px;
    margin-left: 94px;
    margin-right: 40px;
  }
  .benefits .left .item:nth-child(3):after {
    transform: rotate(-90deg);
    top: -15px;
    right: -28px;
  }
  .benefits .center {
    order: 2;
    width: 326px;
  }
  .benefits .center img {
    max-width: 100%;
    width: 388px;
  }
  .benefits .right {
    order: 3;
    padding-left: 0;
  }
  .benefits .right .item {
    text-align: right;
    margin-left: 35px;
  }
  .benefits .right .item:nth-child(1) {
    width: 224px;
    margin-bottom: 52px;
    margin-left: 37px;
  }
  .benefits .right .item:nth-child(1):after {
    right: auto;
    transform: rotate(90deg);
    left: -27px;
  }
  .benefits .right .item:nth-child(2) {
    width: 258px;
    margin-left: 61px;
    margin-bottom: 60px;
  }
  .benefits .right .item:nth-child(2):after {
    right: auto;
    top: 7px;
    left: -12px;
    background: url("/img/redesign/circle-2.svg");
    background-repeat: no-repeat;
  }
  .benefits .right .item:nth-child(3) {
    width: 205px;
  }
  .benefits .right .item:nth-child(3):after {
    right: auto;
    transform: rotate(180deg);
    top: -15px;
    left: -28px;
  }
  .benefits .right .item .title {
    text-align: right;
  }
  .benefits .right .item .title p {
    order: 2;
    padding-left: 7px;
    padding-right: 0px;
  }
  .benefits .right .item .title .decorator {
    order: 1;
  }
}
@media (min-width: 1440px) {
  .benefits h2 {
    font-size: 42px;
    margin: 0 0 49px;
  }
  .benefits .center {
    width: 317px;
  }
  .benefits .center img {
    width: 100%;
  }
  .benefits .item .title {
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: var(--black);
    margin-bottom: 12px;
    position: relative;
  }
  .benefits .item .title p {
    display: inline;
    padding-right: 7px;
    background: var(--white);
  }
  .benefits .item .description {
    font-weight: 400;
    font-size: 16px;
    line-height: 135%;
    color: var(--gray-middle);
  }
  .benefits .left {
    order: 2;
    align-items: flex-end;
  }
  .benefits .left .item:nth-child(1) {
    padding-right: 19px;
    width: 300px;
    margin-bottom: 57px;
  }
  .benefits .left .item:nth-child(1) .title:after {
    right: -28px;
  }
  .benefits .left .item:nth-child(2) {
    width: 386px;
    margin-bottom: 72px;
    margin-right: 64px;
  }
  .benefits .left .item:nth-child(2) .title:after {
    top: 7px;
    right: -28px;
    background: url("/img/redesign/circle-2.svg");
    background-repeat: no-repeat;
  }
  .benefits .left .item:nth-child(3) {
    width: 300px;
    padding-right: 19px;
  }
  .benefits .left .item:nth-child(3) .title:after {
    transform: rotate(-90deg);
    top: -15px;
    right: -28px;
  }
  .benefits .right {
    order: 3;
  }
  .benefits .right .item {
    text-align: right;
    margin-left: 35px;
  }
  .benefits .right .item:nth-child(1) {
    width: 300px;
    margin-bottom: 56px;
  }
  .benefits .right .item:nth-child(1) .title:after {
    right: auto;
    transform: rotate(90deg);
    left: -27px;
  }
  .benefits .right .item:nth-child(2) {
    width: 370px;
    margin-bottom: 70px;
    margin-left: 64px;
  }
  .benefits .right .item:nth-child(2) .title:after {
    right: auto;
    top: 7px;
    left: -12px;
    background: url("/img/redesign/circle-2.svg");
    background-repeat: no-repeat;
  }
  .benefits .right .item:nth-child(3) {
    width: 299px;
  }
  .benefits .right .item:nth-child(3) .title:after {
    right: auto;
    transform: rotate(180deg);
    top: -15px;
    left: -28px;
  }
  .benefits .right .item .title {
    text-align: right;
  }
  .benefits .right .item .title p {
    order: 2;
    padding-left: 7px;
    padding-right: 0px;
  }
  .benefits .right .item .title .decorator {
    order: 1;
  }
}
.loyalty-program {
  padding-top: 73px;
  padding-bottom: 62px;
  background-color: var(--gray-very-light);
  font-family: "Montserrat", sans-serif;
}
.loyalty-program h2 {
  display: block;
  font-style: normal;
  font-weight: bold;
  color: var(--black);
  position: relative;
  margin: 0 0 25px;
  font-size: 24px;
  line-height: 120%;
  text-align: center;
}
.loyalty-program h2:after {
  content: "";
  display: block;
  width: 111px;
  height: 3px;
  background-color: #D9030E;
  margin: 5px auto 0;
}
.loyalty-program .description {
  color: var(--gray-darker);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.8px;
  margin-bottom: 30px;
}
.loyalty-program .tab {
  display: flex;
  flex-wrap: wrap;
}
.loyalty-program .tab-content {
  display: none;
  padding-top: 0;
}
.loyalty-program .tab-content.active {
  display: flex;
  align-items: flex-start;
}
.loyalty-program .tab-content .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.loyalty-program .tab-content ul {
  margin: 16px 0 38px;
  padding: 0;
  width: 100%;
}
.loyalty-program .tab-content ul li {
  color: var(--gray-darker);
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  padding-left: 38px;
  position: relative;
}
.loyalty-program .tab-content ul li:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 10px;
  -webkit-mask: url("/img/redesign/advantages-lux-before.svg");
  mask: url("/img/redesign/advantages-lux-before.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  mask-size: 100% 100% !important;
  -webkit-mask-size: 100% 100% !important;
  background-color: var(--gray-darker);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 10px;
  margin-right: 22px;
}
.loyalty-program .tab-content ul li a, .loyalty-program .tab-content ul li .red-link {
  color: #D9030E;
}
.loyalty-program .tab-content ul li a:hover, .loyalty-program .tab-content ul li .red-link:hover {
  text-decoration: underline dotted;
}
.loyalty-program .tab-content .red-button {
  margin: 0 auto;
  padding: 14px 34px;
}
.loyalty-program .tab-nav {
  display: flex;
  flex-shrink: 0;
  order: -1;
  padding-top: 36px;
  padding-bottom: 30px;
  box-sizing: border-box;
  width: calc(100% + 20px);
  overflow-x: auto;
}
.loyalty-program .tab-nav .tab-link {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  text-decoration: none;
  border: 0;
  background: 0 0;
  cursor: pointer;
  color: var(--gray-middle);
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 135%;
  text-transform: uppercase;
  border-right: 4px solid transparent;
  text-align: center;
  font-size: 14px;
  border-radius: 10px;
  background: var(--brown-middle-rgba);
  margin-right: 10px;
  padding: 5px 16px 6px;
}
.loyalty-program .tab-nav .tab-link.active, .loyalty-program .tab-nav .tab-link:hover {
  color: #D9030E;
}

@media (min-width: 1000px) {
  .loyalty-program h2 {
    font-size: 42px;
  }
  .loyalty-program h2:after {
    width: 195px;
    height: 4px;
    margin: 23px auto 0;
  }
  .loyalty-program .description {
    font-size: 16px;
  }
  .loyalty-program .tab {
    flex-wrap: nowrap;
  }
  .loyalty-program .tab-nav {
    border-right: 1px solid var(--gray-pre-middle);
    width: 200px;
    flex-direction: column;
    padding-bottom: 36px;
  }
  .loyalty-program .tab-nav .tab-link {
    font-size: 18px;
    text-align: left;
    border-radius: 0;
    background-color: transparent;
    margin-right: 0;
    height: 60px;
    padding: 0;
    margin-bottom: 26px;
  }
  .loyalty-program .tab-nav .tab-link.active, .loyalty-program .tab-nav .tab-link:hover {
    border-color: #D9030E;
  }
  .loyalty-program .tab-content {
    padding-top: 36px;
  }
  .loyalty-program .tab-content .content-wrapper {
    padding-left: 42px;
    justify-content: flex-start;
  }
  .loyalty-program .tab-content ul {
    margin-top: 0;
  }
  .loyalty-program .tab-content ul li {
    font-size: 16px;
  }
  .loyalty-program .tab-content .red-button {
    margin: 0 0;
    padding: 17px 64px;
  }
}
[data-color-scheme=dark] .loyalty-program .tab-nav .tab-link.active, [data-color-scheme=dark] .loyalty-program .tab-nav .tab-link:hover {
  color: var(--black);
}
@media (min-width: 1000px) {
  [data-color-scheme=dark] .loyalty-program .tab-nav {
    border-right: 1px solid #515155;
  }
}

.about {
  padding-top: 100px;
  padding-bottom: 45px;
}
.about h3 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  color: var(--black);
  margin: 0 0 30px;
  display: block;
  width: 100%;
  font-size: 21px;
  line-height: 120%;
}
.about h3 b {
  color: #D9030E;
}
.about .about-block {
  margin-left: -15px;
  margin-right: -15px;
  padding: 0 0 45px;
  font-family: "Montserrat", sans-serif;
  display: flex;
  flex-wrap: wrap;
}
.about .about-block:last-child {
  padding-bottom: 0;
}
.about .about-block.left {
  flex-direction: row-reverse;
}
.about .about-block h2, .about .about-block h3, .about .about-block h4 {
  color: var(--black);
}
.about .about-block .info,
.about .about-block .photo-block {
  width: 100%;
  box-sizing: border-box;
  padding: 0 15px;
}
.about .about-block .photo-block {
  order: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 35px;
}
.about .about-block .photo-block img {
  max-width: 100%;
  overflow: hidden;
  border-radius: 6px;
}
.about .about-block .photo-block .popup-video {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.about .about-block .photo-block .popup-video:before {
  position: absolute;
  left: calc(50% - 52.5px);
  top: calc(50% - 52.5px);
  width: 105px;
  height: 105px;
  display: block;
  content: "";
  -webkit-mask: url("/img/redesign/video-preview.svg");
  mask: url("/img/redesign/video-preview.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--white);
  background-size: 100% 100%;
  mask-size: 100% 100% !important;
  -webkit-mask-size: 100% 100% !important;
  transition: background-color 0.2s ease-out;
}
.about .about-block .photo-block .popup-video:hover:before {
  background-color: #D9030E;
}
.about .about-block .info {
  order: 2;
}
.about .about-block p {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.05em;
  color: var(--gray-darker);
  margin-bottom: 25px;
}
.about .about-block a {
  color: #D9030E;
  text-decoration: underline;
}
.about .about-block a:hover {
  text-decoration: underline dotted;
}
.about .about-block ul,
.about .about-block ol {
  padding-left: 27px;
}
.about .about-block ul.fire,
.about .about-block ol.fire {
  padding-left: 29px;
}
.about .about-block ul.fire li:before,
.about .about-block ol.fire li:before {
  width: 20px;
  height: 20px;
  top: 2px;
  left: -29px;
  background-image: url("/img/redesign/ol-li.svg");
}
.about .about-block ul li,
.about .about-block ol li {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  color: var(--black);
  margin: 0 0 20px;
  position: relative;
}
.about .about-block ul li:before,
.about .about-block ol li:before {
  content: "";
  display: block;
  width: 15px;
  height: 10px;
  position: absolute;
  left: -27px;
  top: 6px;
  background-image: url("/img/redesign/ul-li.svg");
  background-size: 100% 100%;
}

@media (min-width: 480px) {
  .about .about-block {
    padding-bottom: 128px;
  }
}
@media (min-width: 768px) {
  .about h3 {
    font-size: 21px;
    line-height: 116%;
  }
  .about .about-block {
    padding-bottom: 57px;
    align-items: flex-start;
  }
  .about .about-block .info,
  .about .about-block .photo-block {
    width: 50%;
  }
  .about .about-block:not(.left) .info {
    padding-left: 1px;
  }
  .about .about-block.left .info {
    padding-right: 1px;
  }
}
@media (min-width: 1000px) {
  .about h3 {
    font-size: 26px;
  }
  .about .about-block {
    padding-bottom: 90px;
  }
  .about .about-block:not(.left) .info {
    padding-left: 5px;
  }
  .about .about-block.left .info {
    padding-right: 5px;
  }
  .about .about-block p,
  .about .about-block ul li,
  .about .about-block ol li {
    font-size: 15px;
    line-height: 140%;
  }
}
@media (min-width: 1440px) {
  .about h3 {
    font-size: 28px;
    margin: 0 0 40px;
  }
  .about .about-block {
    padding-bottom: 45px;
  }
  .about .about-block:not(.left) .info {
    padding-left: 15px;
  }
  .about .about-block.left .info {
    padding-right: 15px;
  }
  .about .about-block .info.w-100 {
    width: 100% !important;
  }
  .about .about-block p {
    font-size: 16px;
  }
}
.projects-section {
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 40px;
  background-image: url("../img/redesign/projects-bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.projects-section h2 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-align: center;
  color: var(--black);
  display: flex;
  justify-content: center;
  position: relative;
  margin-top: 0;
  margin-bottom: 56px;
  font-size: 24px;
  padding-bottom: 0;
}
.projects-section .item {
  box-sizing: border-box;
  display: flex;
  padding-right: 12px;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 99px;
}
.projects-section .item:last-child {
  margin-bottom: 0;
}
.projects-section .item .left,
.projects-section .item .right {
  box-sizing: border-box;
}
.projects-section .item .left {
  width: 130px;
  padding-right: 31px;
  flex-shrink: 0;
}
.projects-section .item .right {
  width: calc(100% - 131px);
}
.projects-section .item .image {
  padding-top: 6px;
}
.projects-section .item .image img {
  max-width: 100%;
}
.projects-section .item .title {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: var(--black);
  margin-bottom: 14px;
}
.projects-section .item a.url {
  font-family: "Montserrat", sans-serif;
  display: block;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 135%;
  text-decoration-line: underline;
  color: #D9030E;
  margin-bottom: 14px;
}
.projects-section .item .description {
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  color: var(--gray-darker);
  font-size: 14px;
}

@media (min-width: 1000px) {
  .projects-section h2 {
    font-size: 42px;
    padding-bottom: 36px;
  }
  .projects-section h2:after {
    content: "";
    width: 195px;
    height: 4px;
    background: #D9030E;
    position: absolute;
    bottom: 0;
  }
  .projects-section .items-wrapper {
    max-width: 870px;
    margin: 0 auto;
  }
  .projects-section .item {
    width: 50%;
    margin-bottom: 0;
  }
  .projects-section .item:nth-child(1), .projects-section .item:nth-child(2) {
    margin-bottom: 50px;
  }
  .projects-section .item .left {
    width: 100px;
    padding-right: 20px;
  }
  .projects-section .item .right {
    width: calc(100% - 100px);
    max-width: 295px;
  }
  .projects-section .item a.url {
    font-size: 16px;
    margin-bottom: 11px;
  }
  .projects-section .item .description {
    font-size: 16px;
  }
}
[data-color-scheme=dark] .projects-section {
  background-image: url("../img/redesign/projects-bg-dark.png");
}

#simple-login,
#simple-login-client-info {
  width: 570px;
  padding: 33px;
}
#simple-login .modal-title,
#simple-login-client-info .modal-title {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: var(--black);
  margin-bottom: 19px;
}
#simple-login .group input[type=text],
#simple-login .group input[type=email],
#simple-login .group .input-wrapper,
#simple-login-client-info .group input[type=text],
#simple-login-client-info .group input[type=email],
#simple-login-client-info .group .input-wrapper {
  padding: 15px 23px 15px;
  border: 1.2px solid var(--gray-middle);
  border-radius: 3px;
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 40px;
  min-height: 52px;
  font-size: 16px;
}
#simple-login .group input[type=text]::placeholder,
#simple-login .group input[type=email]::placeholder,
#simple-login .group .input-wrapper::placeholder,
#simple-login-client-info .group input[type=text]::placeholder,
#simple-login-client-info .group input[type=email]::placeholder,
#simple-login-client-info .group .input-wrapper::placeholder {
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: var(--gray-middle);
}
#simple-login .two-columns,
#simple-login-client-info .two-columns {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  box-sizing: border-box;
}
#simple-login .two-columns .col-2,
#simple-login-client-info .two-columns .col-2 {
  width: 100%;
  margin-bottom: 20px;
  box-sizing: border-box;
}
#simple-login .two-columns .col-1,
#simple-login-client-info .two-columns .col-1 {
  width: 100%;
  box-sizing: border-box;
  padding-left: 35px;
  display: inline-flex;
  align-items: center;
  text-align: left;
}
#simple-login a.toggle-form,
#simple-login a.resend,
#simple-login-client-info a.toggle-form,
#simple-login-client-info a.resend {
  font-size: 18px;
  line-height: 120%;
  text-decoration-line: underline;
  color: var(--gray-darker);
  margin-bottom: 0;
}
#simple-login .red-button.ajaxed,
#simple-login-client-info .red-button.ajaxed {
  margin-bottom: 0;
  padding: 16px 0 16px 25px;
}

.errors-container {
  margin-top: -20px;
  margin-bottom: 20px;
  color: #D9030E;
  font-style: italic;
}

.steps-visualization {
  display: flex;
  justify-items: center;
  margin-bottom: 29px;
}
.steps-visualization .step {
  width: 112px;
  height: 2px;
  background: var(--gray-pre-middle);
  margin-right: 11px;
}
.steps-visualization .step.active {
  background: var(--gray-darker);
}

.red-button.ajaxed {
  position: relative;
  box-sizing: border-box;
  padding: 16px 65px 16px 25px;
}
.red-button.ajaxed:after {
  display: block;
  content: "";
  width: 13px;
  height: 13px;
  background-image: url("../img/redesign/next-page.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 43px;
  top: 20px;
}
.red-button.ajaxed.loading:after {
  animation: loading-button infinite 0.8s linear;
}
.red-button.ajaxed.disabled {
  opacity: 0.8;
  cursor: not-allowed;
  background: var(--gray-middle) !important;
}

.square-inputs {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
  max-width: 100%;
}
.square-inputs .square-input {
  box-sizing: border-box !important;
  width: 39px !important;
  height: 39px !important;
  flex-shrink: 0;
  border: 1.2px solid var(--gray-middle);
  border-radius: 3px;
  margin-right: 25px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: var(--black);
  outline: 1.2px solid transparent;
  text-align: center;
}
.square-inputs .square-input::-webkit-outer-spin-button, .square-inputs .square-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.square-inputs .square-input:focus {
  outline: 1.2px solid #D9030E;
}
.square-inputs .square-input.error {
  border-color: #D9030E;
}
.square-inputs .square-input:last-child {
  margin-right: 0;
}

#simple-login-client-info .red-button {
  width: auto;
  min-width: 180px;
  margin: 0 auto;
}

@media (min-width: 600px) {
  #simple-login,
  #simple-login-client-info {
    padding: 38px 83px 57px 93px;
  }
  #simple-login .two-columns .col-2,
  #simple-login-client-info .two-columns .col-2 {
    width: 235px;
    margin-bottom: 0;
  }
  #simple-login .two-columns .col-1,
  #simple-login-client-info .two-columns .col-1 {
    width: calc(100% - 235px);
  }
  .square-inputs .square-input {
    width: 52px !important;
    height: 52px !important;
    margin-right: 34px;
  }
}
@keyframes loading-button {
  0% {
    right: 43px;
  }
  100% {
    right: 33px;
  }
}
[data-color-scheme=dark] .square-inputs .square-input {
  color: var(--black) !important;
  background-color: var(--white) !important;
}

.catalog {
  padding-top: 40px;
  box-sizing: border-box;
}
.catalog .header-wrapper h1 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 116%;
  color: var(--black);
  margin: 0 0 26px;
  max-width: calc(100% - 35px - 30px);
}
.catalog .header-wrapper h1 span#founded_cars_counter {
  color: #D9030E;
}
.catalog .filter-toggle {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background: var(--white);
  outline: none;
  box-shadow: none;
  position: relative;
  border: 1px solid #D9030E;
  box-sizing: border-box;
  border-radius: 3px;
  cursor: pointer;
  flex-shrink: 0;
}
.catalog .filter-toggle:after {
  display: inline-block;
  width: 30px;
  height: 28px;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background: url("/img/redesign/filter.svg");
}
.catalog .luxury-toggle {
  margin-bottom: 39px;
  display: flex;
  justify-content: center;
}
.catalog .luxury-toggle fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  display: flex;
}
.catalog .luxury-toggle button.filter-by-luxury-type {
  background: var(--purple-very-light);
  border-radius: 4px;
  padding: 6px 16px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 120%;
  text-align: center;
  color: var(--black);
  height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  outline: none;
  min-width: 125px;
  border: 0.5px solid transparent;
  cursor: pointer;
  margin-right: 13px;
  transition: all 0.2s ease-out;
}
.catalog .luxury-toggle button.filter-by-luxury-type:before, .catalog .luxury-toggle button.filter-by-luxury-type:after {
  width: 7px;
  height: 10px;
  content: "";
  display: block;
}
.catalog .luxury-toggle button.filter-by-luxury-type:before {
  position: relative;
  left: -10px;
  background-position: center center;
  background-repeat: no-repeat;
  flex-shrink: 0;
  width: 7px;
  height: 10px;
}
.catalog .luxury-toggle button.filter-by-luxury-type:after {
  position: relative;
  right: -10px;
  transition: all 0.2s ease-out;
}
.catalog .luxury-toggle button.filter-by-luxury-type.active, .catalog .luxury-toggle button.filter-by-luxury-type:hover {
  background: var(--purple-very-light);
  border: 0.5px solid #D9030E;
}
.catalog .luxury-toggle button.filter-by-luxury-type.active::before, .catalog .luxury-toggle button.filter-by-luxury-type:hover::before {
  background-color: var(--black);
  -webkit-mask: url("/img/redesign/arrow-down.svg");
  mask: url("/img/redesign/arrow-down.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  mask-size: 100% 100% !important;
  -webkit-mask-size: 100% 100% !important;
}
.catalog .luxury-toggle button.filter-by-luxury-type.up:before {
  transform: rotate(180deg);
}
.catalog .luxury-toggle button.filter-by-luxury-type span {
  flex-grow: 5;
}
.catalog .filters-block {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.catalog .filters-block .filters-bg {
  display: none;
  position: fixed;
  z-index: 7;
  top: 0;
  left: 0;
  right: 0;
  bottom: -300px;
  background: rgba(1, 1, 1, 0.7);
}
.catalog .filters-block .filters {
  display: none;
  padding: 27px 20px 10px 30px;
  border: 1px solid var(--gray-very-light);
  box-sizing: border-box;
  border-radius: 0;
  max-width: 316px;
  position: absolute;
  top: -35px;
  right: 0;
  background: var(--white);
  z-index: 9;
  box-shadow: 0 30px 50px rgba(130, 128, 141, 0.25);
}
.catalog .filters-block .filter-header-wrapper {
  position: relative;
}
.catalog .filters-block .filter-header-wrapper:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid var(--gray-light);
  position: absolute;
  bottom: 23px;
  left: 0;
}
.catalog .filters-block .filter-header-wrapper h2 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  color: var(--black-blue);
  margin: 0 0 23px;
  padding-bottom: 23px;
  position: relative;
  max-width: calc(100% - 30px);
}
.catalog .filters-block .filter-header-wrapper .close {
  width: 20px;
  height: 19px;
  background: url("/img/redesign/close.svg");
  background-size: 100% 100%;
  margin-left: 10px;
  cursor: pointer;
}
.catalog .filters-block .select-auto.js-filter-select:last-child fieldset {
  border-bottom: none;
}
.catalog .filters-block .select-auto.js-filter-select .select {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 17px;
  color: var(--black-tone);
  margin-bottom: 33px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.catalog .filters-block .select-auto.js-filter-select .select.active:after {
  content: "+";
  font-size: 34px;
  top: 0;
}
.catalog .filters-block .select-auto.js-filter-select .select:after {
  content: "-";
  display: block;
  font-size: 45px;
  color: #D9030E;
  transition: opacity 0.2s ease-in;
  position: relative;
  top: -3px;
}
.catalog .filters-block .select-auto.js-filter-select .select span {
  margin-right: 10px;
}
.catalog .filters-block fieldset {
  border: none;
  padding: 0;
  margin: 0 0 30px;
  border-bottom: 1px solid var(--gray-very-light);
}
.catalog .filters-block fieldset .element {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 15px;
  color: var(--gray-darker);
  margin-bottom: 20px;
  display: flex;
}
.catalog .filters-block fieldset .element:last-child {
  margin-bottom: 30px;
}
.catalog .filters-block fieldset .element label::before {
  margin-left: 12px;
}
.catalog .catalog-block {
  width: 100%;
  padding-left: 0;
  box-sizing: border-box;
}
.catalog .cars-catalog {
  box-sizing: border-box;
  justify-content: center;
}
.catalog .cars-catalog .filter-car {
  width: 354px;
  padding: 28px 21px 29px;
  border: 1px solid var(--gray-light);
  box-sizing: border-box;
  border-radius: 12px;
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0 auto 30px;
}
.catalog .cars-catalog .filter-car.unavailable .link, .catalog .cars-catalog .filter-car.price-request .link {
  right: 12px;
  background-image: none;
  bottom: 2px;
}
.catalog .cars-catalog .filter-car.unavailable .no-shrink, .catalog .cars-catalog .filter-car.price-request .no-shrink {
  min-height: 55px;
}
.catalog .cars-catalog .filter-car.unavailable .unavailable-message, .catalog .cars-catalog .filter-car.price-request .unavailable-message {
  min-height: 40px;
}
.catalog .cars-catalog .filter-car.unavailable .unavailable-message .status-block, .catalog .cars-catalog .filter-car.price-request .unavailable-message .status-block {
  display: block;
  width: 100%;
  padding: 26px;
  text-align: center;
  font-style: normal;
  line-height: 120%;
  font-weight: 400;
  font-size: 14px;
  color: var(--gray-darker);
}
.catalog .cars-catalog .filter-car.unavailable .link a.to-car-page,
.catalog .cars-catalog .filter-car.unavailable .link span.to-car-page {
  background: var(--gray-pre-middle);
  cursor: not-allowed;
  user-select: none;
}
.catalog .cars-catalog .filter-car .loading-wrapper {
  width: 314px;
  height: 200px;
}
.catalog .cars-catalog .filter-car .card-wrapper {
  width: 100%;
}
.catalog .cars-catalog .filter-car .column {
  box-sizing: border-box;
  width: 100%;
}
.catalog .cars-catalog .filter-car .pink-bg {
  background: var(--white);
  border-radius: 10px;
  padding: 15px 18px;
  margin-bottom: 29px;
  border: 1px solid var(--gray-light);
}
.catalog .cars-catalog .filter-car .pink-bg .pay-now-price {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  color: var(--black);
}
.catalog .cars-catalog .filter-car .pink-bg .pay-now-price .red {
  color: #D9030E;
}
.catalog .cars-catalog .filter-car .image {
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
  position: relative;
  max-width: 100%;
  box-sizing: border-box;
}
.catalog .cars-catalog .filter-car .image .sale,
.catalog .cars-catalog .filter-car .image .new-model {
  padding: 4px 12px;
  height: 22px;
  color: var(--white);
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-size: 12px;
  line-height: 120%;
  display: inline-flex;
  align-items: center;
  position: absolute;
  font-weight: bold;
  text-align: center;
}
.catalog .cars-catalog .filter-car .image .sale {
  background: #D9030E;
  width: 55px;
  justify-content: center;
  left: 0;
}
.catalog .cars-catalog .filter-car .image .new-model {
  background: var(--white);
  font-style: normal;
  font-weight: bold;
  line-height: 110%;
  color: #D9030E;
  width: 55px;
  padding: 7px;
  right: 0;
  margin-top: -4px;
}
.catalog .cars-catalog .filter-car .image .absolute-icons {
  position: absolute;
  right: 13px;
  top: 2px;
}
.catalog .cars-catalog .filter-car .image .absolute-icons .year {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 110%;
  text-align: center;
  color: var(--gray-light);
  padding: 2px 10px;
  background: #D9030E;
  border-radius: 2px;
  margin-bottom: 7px;
}
.catalog .cars-catalog .filter-car .image .absolute-icons .engine-plugin-hybrid:before {
  content: "";
  display: block;
  width: 46px;
  height: 25px;
  background-image: url("/img/redesign/engine-plugin-hybrid.svg");
  background-position: center center;
  background-repeat: no-repeat;
}
.catalog .cars-catalog .filter-car .image .img {
  max-width: 100%;
  width: 314px;
  height: 200px;
  margin: 0 auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.catalog .cars-catalog .filter-car .title {
  margin-bottom: 15px;
}
.catalog .cars-catalog .filter-car .title b, .catalog .cars-catalog .filter-car .title .or-another {
  display: block;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
}
.catalog .cars-catalog .filter-car .title .or-another {
  font-size: 14px;
  line-height: 120%;
  font-weight: 400;
  color: var(--gray-darker);
}
.catalog .cars-catalog .filter-car .title b {
  font-weight: 700;
  font-size: 21px;
  line-height: 105%;
  color: var(--black);
  margin-bottom: 6px;
}
.catalog .cars-catalog .filter-car .pack-info {
  display: flex;
  justify-content: space-between;
  padding: 9px 0;
  margin-bottom: 15px;
}
.catalog .cars-catalog .filter-car .pack-info .pack-icon {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  color: var(--gray-darker);
  display: inline-flex;
  align-items: center;
}
.catalog .cars-catalog .filter-car .pack-info .pack-icon .img {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 4px;
  background-color: var(--gray-darker);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  mask-repeat: no-repeat;
}
.catalog .cars-catalog .filter-car .advantages {
  margin-bottom: 29px;
}
.catalog .cars-catalog .filter-car .advantages ul {
  padding: 0;
  margin: 0;
}
.catalog .cars-catalog .filter-car .advantages ul li {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: var(--gray-darker);
}
.catalog .cars-catalog .filter-car .advantages ul li:before {
  display: block;
  width: 16px;
  height: 10px;
  content: "";
  -webkit-mask: url("/img/redesign/advantages-lux-before.svg");
  mask: url("/img/redesign/advantages-lux-before.svg");
  background-position: center center !important;
  background-repeat: no-repeat !important;
  mask-size: 100% 100% !important;
  -webkit-mask-size: 100% 100% !important;
  margin-right: 12px;
  background: var(--black);
  float: left;
  position: relative;
  top: 4px;
}
.catalog .cars-catalog .filter-car .payment-online {
  background: var(--white);
  transition: all 0.2s ease-out;
}
.catalog .cars-catalog .filter-car .payment-online.disabled .sum {
  color: var(--gray-middle);
}
.catalog .cars-catalog .filter-car .payment-online.disabled .sum span {
  color: var(--gray-middle);
}
.catalog .cars-catalog .filter-car .payment-online.disabled .checked {
  background: var(--gray-middle);
  padding-right: 0;
  padding-left: 34px;
}
.catalog .cars-catalog .filter-car .payment-online.disabled .checked:after {
  margin-left: 2px;
  right: calc(100% - 25px);
}
.catalog .cars-catalog .filter-car .payment-online .sum {
  padding-top: 10px;
  padding-bottom: 11px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  text-align: left;
  color: var(--black);
  transition: all 0.2s ease-out;
}
.catalog .cars-catalog .filter-car .payment-online .sum span {
  color: #D9030E;
  transition: all 0.2s ease-out;
}
.catalog .cars-catalog .filter-car .payment-online .checked {
  width: 80px;
  height: 28px;
  background: var(--gray-darker);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  position: relative;
  margin-right: 0;
  cursor: pointer;
  padding-right: 34px;
  padding-left: 0;
  text-align: center;
  line-height: 28px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  color: var(--white);
  box-sizing: border-box;
  user-select: none;
  transition: all 0.2s ease-out;
}
.catalog .cars-catalog .filter-car .payment-online .checked:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  left: auto;
  right: 4px;
  top: 4px;
  background: var(--white);
  border-radius: 20px;
  transition: all 0.2s ease-out;
}
.catalog .cars-catalog .filter-car .prices {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 155px;
  padding-bottom: 10px;
}
.catalog .cars-catalog .filter-car .prices.long-rent-prices {
  padding-bottom: 0;
}
.catalog .cars-catalog .filter-car .prices.long-rent-prices .for-month,
.catalog .cars-catalog .filter-car .prices.long-rent-prices .for-period,
.catalog .cars-catalog .filter-car .prices.long-rent-prices .deposit {
  font-weight: bold;
  margin-bottom: 16px;
}
.catalog .cars-catalog .filter-car .prices.long-rent-prices .for-month .value-wrapper {
  color: #D9030E;
}
.catalog .cars-catalog .filter-car .prices.long-rent-prices .deposit {
  margin-bottom: 0;
}
.catalog .cars-catalog .filter-car .prices.long-rent-prices .divider {
  margin-bottom: 10px;
}
.catalog .cars-catalog .filter-car .prices .for-day,
.catalog .cars-catalog .filter-car .prices .for-period,
.catalog .cars-catalog .filter-car .prices .for-month,
.catalog .cars-catalog .filter-car .prices .deposit {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  line-height: 120%;
  color: var(--black);
}
.catalog .cars-catalog .filter-car .prices .for-day .value-wrapper,
.catalog .cars-catalog .filter-car .prices .for-period .value-wrapper,
.catalog .cars-catalog .filter-car .prices .for-month .value-wrapper,
.catalog .cars-catalog .filter-car .prices .deposit .value-wrapper {
  font-weight: 700;
}
.catalog .cars-catalog .filter-car .prices .for-day .text,
.catalog .cars-catalog .filter-car .prices .for-period .text,
.catalog .cars-catalog .filter-car .prices .for-month .text,
.catalog .cars-catalog .filter-car .prices .deposit .text {
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  text-align: left;
  color: var(--black);
}
.catalog .cars-catalog .filter-car .prices .for-day .text .in-office,
.catalog .cars-catalog .filter-car .prices .for-period .text .in-office,
.catalog .cars-catalog .filter-car .prices .for-month .text .in-office,
.catalog .cars-catalog .filter-car .prices .deposit .text .in-office {
  font-weight: 400;
}
.catalog .cars-catalog .filter-car .prices .for-day {
  font-weight: 700;
  font-size: 18px;
  color: #D9030E;
  margin-bottom: 9px;
}
.catalog .cars-catalog .filter-car .prices .for-day .value {
  font-weight: 700;
  font-size: 21px;
  line-height: 120%;
  color: #D9030E;
}
.catalog .cars-catalog .filter-car .prices .for-period {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: var(--gray-darker);
  margin-bottom: 18px;
}
.catalog .cars-catalog .filter-car .prices .for-period .value {
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  text-align: center;
  color: var(--black);
}
.catalog .cars-catalog .filter-car .prices .divider {
  content: "";
  width: 153px;
  height: 1px;
  background-color: var(--gray-pre-middle);
  display: inline-block;
}
.catalog .cars-catalog .filter-car .all-photos {
  display: inline-flex;
  align-items: center;
  padding: 20px 55px 20px 0;
}
.catalog .cars-catalog .filter-car .all-photos button.show-gallery {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  text-decoration-line: underline;
  color: #D9030E;
  background: none;
  cursor: pointer;
  border: none;
  outline: none;
  box-shadow: none;
}
.catalog .cars-catalog .filter-car .all-photos button.show-gallery:hover {
  text-decoration: none;
}
.catalog .cars-catalog .filter-car .link {
  width: 100%;
}
.catalog .cars-catalog .filter-car .link a.to-car-page,
.catalog .cars-catalog .filter-car .link span.to-car-page {
  background: linear-gradient(100.45deg, #FF545D -5.27%, #BF0912 107.93%);
  border-radius: 7px;
  align-items: center;
  transition: opacity 0.2s ease-in;
  width: 100%;
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
  padding: 15px 17px 17px 15px;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  color: var(--white);
}
.catalog .cars-catalog .filter-car .link a.to-car-page:hover,
.catalog .cars-catalog .filter-car .link span.to-car-page:hover {
  opacity: 0.75;
}
.catalog .cars-catalog .filter-car .link a.to-car-page:after,
.catalog .cars-catalog .filter-car .link span.to-car-page:after {
  content: "";
  width: 17px;
  height: 17px;
  background: url("/img/redesign/to-car.svg");
  background-size: 100% 100%;
}
.catalog .cars-catalog .filter-car .ajax-updates-text {
  display: block;
  text-align: center;
  padding-top: 8px;
}
.catalog .cars-catalog .filter-car .ajax-updates-text a {
  color: #D9030E;
}
.catalog .cars-catalog .filter-car .ajax-updates-text a:hover {
  text-decoration: underline;
}
.catalog .cars-catalog .filter-car .ajax-updates-text .loading {
  margin: 21px auto 0;
  width: 20px;
  height: 20px;
  background: url("/img/redesign/loading.svg");
  display: block;
  animation: 1s linear 0s normal none infinite running rotation;
  -webkit-animation: 1s linear 0s normal none infinite running rotation;
}
.catalog .must-be-ajaxed.filter-car .loading-bg {
  border-radius: 12px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.5);
  background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  background-size: 200% 100%;
  -webkit-animation: 1.5s shine linear infinite;
  animation: 1.5s shine linear infinite;
  opacity: 0.5;
}
@keyframes shine {
  to {
    background-position-x: -200%;
  }
}
.catalog .must-be-ajaxed.filter-car .loading-message {
  min-height: 40px;
}
.catalog .must-be-ajaxed.filter-car .loading-message .status-block {
  display: block;
  padding: 0 23px 6px 0;
  font-size: 17px;
  text-align: left;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  color: var(--black);
}
.catalog .must-be-ajaxed.filter-car .link a.to-car-page,
.catalog .must-be-ajaxed.filter-car .link span.to-car-page {
  background: var(--gray-darker);
}
.catalog .pagination {
  display: flex;
  justify-content: center;
}
.catalog .empty-filter {
  margin: 0 15px 20px;
  font-size: 16px;
  text-align: center;
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 20px 30px;
  color: var(--black);
}
.catalog .another-location-pickup-message {
  padding-top: 20px;
  color: #D9030E;
  font-weight: 700;
  font-size: 14px;
  line-height: 120%;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.catalog .another-location-pickup-message:after {
  display: block;
  content: "";
  flex-shrink: 0;
  margin-left: 8px;
  width: 15px;
  height: 15px;
  -webkit-mask: url("/img/redesign/question.svg");
  mask: url("/img/redesign/question.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  mask-size: 100% 100% !important;
  -webkit-mask-size: 100% 100% !important;
  background-color: #D9030E;
}

.mfp-close.white-close {
  color: var(--white) !important;
  font-size: 40px !important;
}

.sp-slide {
  text-align: center !important;
}

#car-photos-modal .mfp-close.white-close {
  width: 31px;
  height: 31px;
  right: 20px;
  top: -49px;
  color: transparent !important;
  background: linear-gradient(100.45deg, #FF545D -5.27%, #BF0912 107.93%);
  border-radius: 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 1 !important;
  transition: opacity 0.2s ease-out;
}
#car-photos-modal .mfp-close.white-close:after {
  content: "";
  background-color: var(--white);
  -webkit-mask: url("/img/redesign/close.svg");
  mask: url("/img/redesign/close.svg");
  background-size: 100% 100%;
  mask-size: 100% 100% !important;
  -webkit-mask-size: 100% 100% !important;
  width: 13px;
  height: 13px;
}
#car-photos-modal .mfp-close.white-close:hover {
  opacity: 0.8 !important;
}
#car-photos-modal img {
  max-width: 100%;
}
#car-photos-modal .slider {
  position: relative;
  margin: 0 auto;
}
#car-photos-modal .slider .sp-thumbnails-container {
  height: 100% !important;
}
#car-photos-modal .slider .sp-thumbnails-container .sp-selected-thumbnail .sp-thumbnail img {
  border: 2px solid #D9030E;
}
#car-photos-modal .slider .sp-thumbnails-container .sp-thumbnail img {
  border: 2px solid transparent;
  max-width: calc(100% - 4px);
}

#allowed-in-another-location-header {
  font-size: 21px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
  color: var(--gray-darker);
  width: 100%;
}

@media (min-width: 480px) {
  .catalog .header-wrapper h1 {
    font-size: 24px;
    margin-bottom: 52px;
  }
  .catalog .cars-catalog .filter-car {
    margin: 0 auto 30px;
    min-width: 51%;
  }
}
@media (min-width: 768px) {
  .catalog .cars-catalog {
    justify-content: center;
    margin-left: -15px;
    margin-right: -15px;
  }
  .catalog .cars-catalog .filter-car {
    min-width: auto;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 1000px) {
  #car-photos-modal .slider .sp-slides-container {
    left: 30px;
  }
  .catalog .cars-catalog {
    justify-content: flex-start;
  }
  .catalog .cars-catalog .filter-car {
    width: calc(100% - 45px);
    flex-direction: row;
    padding: 28px 26px 29px 28px;
  }
  .catalog .cars-catalog .filter-car .column {
    width: 33%;
  }
  .catalog .cars-catalog .filter-car .column:nth-child(1) {
    padding-right: 50px;
  }
  .catalog .cars-catalog .filter-car .column:nth-child(2) {
    padding-right: 65px;
  }
  .catalog .cars-catalog .filter-car .image {
    margin-bottom: 0;
  }
  .catalog .cars-catalog .filter-car .image .img {
    border-radius: 12px;
  }
  .catalog .cars-catalog .filter-car .title {
    margin: 0 0 15px !important;
  }
  .catalog .cars-catalog .filter-car .title b, .catalog .cars-catalog .filter-car .title .or-another {
    text-align: left;
  }
  .catalog .cars-catalog .filter-car .pack-info {
    padding: 9px 0;
    max-width: 300px;
  }
  .catalog .cars-catalog .filter-car .advantages {
    margin-bottom: 0;
  }
  .catalog .cars-catalog .filter-car .pink-bg {
    padding: 14px 16px 18px 10px;
  }
  .catalog .cars-catalog .filter-car .payment-online .checked {
    width: 85px;
  }
  .catalog .cars-catalog .filter-car .prices .value-wrapper {
    font-size: 21px;
  }
  .catalog .luxury-toggle {
    justify-content: right;
  }
  .catalog .luxury-toggle button.filter-by-luxury-type {
    min-width: 160px;
  }
  .catalog .catalog-wrapper {
    width: calc(100% + 15px);
  }
  .catalog .notice-about-filtering {
    padding: 33px 31px 27px 54px;
  }
}
@media (min-width: 1440px) {
  .catalog .header-wrapper h1 {
    margin: 0 0 62px;
    font-size: 24px;
  }
}
[data-color-scheme=dark] .catalog .filters-block .filters {
  box-shadow: none;
  border: 1px solid #515155;
}
[data-color-scheme=dark] .catalog .filters-block .filter-header-wrapper .close {
  background-image: none;
  -webkit-mask: url("/img/redesign/close.svg");
  mask: url("/img/redesign/close.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  mask-size: 100% 100% !important;
  -webkit-mask-size: 100% 100% !important;
  background-color: var(--black);
}
[data-color-scheme=dark] .catalog .filter-toggle {
  border-color: var(--black);
}
[data-color-scheme=dark] .catalog .filter-toggle:after {
  background-image: none;
  -webkit-mask: url("/img/redesign/filter.svg");
  mask: url("/img/redesign/filter.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  mask-size: 100% 100% !important;
  -webkit-mask-size: 100% 100% !important;
  background-color: var(--black);
}
[data-color-scheme=dark] .catalog .luxury-toggle button.filter-by-luxury-type {
  background: var(--white);
  color: var(--black);
  border: 1px solid #5e5d5d;
}
[data-color-scheme=dark] .catalog .luxury-toggle button.filter-by-luxury-type.active, [data-color-scheme=dark] .catalog .luxury-toggle button.filter-by-luxury-type:hover {
  border: 1px solid #D9030E;
}
[data-color-scheme=dark] .catalog .luxury-toggle button.filter-by-luxury-type.active:before, [data-color-scheme=dark] .catalog .luxury-toggle button.filter-by-luxury-type:hover:before {
  background-color: var(--black);
}
[data-color-scheme=dark] .catalog .cars-catalog .filter-car {
  border-color: #515155;
}
[data-color-scheme=dark] .catalog .cars-catalog .filter-car.unavailable .link a.to-car-page,
[data-color-scheme=dark] .catalog .cars-catalog .filter-car.unavailable .link span.to-car-page {
  background: var(--gray-very-light);
}
[data-color-scheme=dark] .catalog .cars-catalog .filter-car .image .year {
  color: var(--black);
}
[data-color-scheme=dark] .catalog .cars-catalog .filter-car .pink-bg {
  border-color: #515155;
}
[data-color-scheme=dark] .catalog .cars-catalog .filter-car .payment-online .checked {
  box-shadow: none;
}
[data-color-scheme=dark] .catalog .cars-catalog .filter-car .payment-online:not(.disabled) .checked {
  background-color: var(--black);
}
[data-color-scheme=dark] .catalog .cars-catalog .filter-car .prices .divider {
  background-color: #515155;
}

.luxury-badge {
  display: block;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  line-height: 120%;
  font-weight: 700;
  color: #D9030E;
  font-size: 16px;
  margin-left: -12.5px;
}
.luxury-badge .age-warning {
  font-weight: 400;
  color: var(--gray-darker);
  font-size: 14px;
  display: block;
  width: 100%;
}

.car-page .luxury-badge {
  margin-bottom: 16px;
}

@media (min-width: 1000px) {
  .luxury-badge {
    text-align: left;
    margin-left: 0;
  }
  .luxury-badge .age-warning {
    display: inline-block;
    width: auto;
  }
}
.too-long-interval {
  padding-top: 63px;
  padding-bottom: 63px;
}
.too-long-interval .wrapper {
  width: 620px;
  margin: 0 auto;
  max-width: 100%;
}
.too-long-interval h1 {
  margin: 0 0 25px;
  padding: 0;
  color: var(--black);
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
.too-long-interval p, .too-long-interval b, .too-long-interval a {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: 120%;
}
.too-long-interval p {
  color: var(--black);
  font-weight: 400;
  margin-bottom: 39px;
}
.too-long-interval b {
  margin-bottom: 25px;
  color: var(--black);
  font-weight: 600;
}
.too-long-interval b.mb-0 {
  margin-bottom: 0;
}
.too-long-interval a {
  color: #D9030E;
  font-weight: 400;
  text-decoration-line: underline;
}
.too-long-interval a:hover {
  text-decoration: underline dotted;
}

@media (min-width: 1000px) {
  .too-long-interval h1 {
    text-align: left;
  }
  .too-long-interval p, .too-long-interval b, .too-long-interval a {
    font-size: 21px;
  }
}
ul.pagination li {
  width: 40px;
  height: 40px;
  background: linear-gradient(100.45deg, #FF545D -5.27%, #BF0912 107.93%);
  border-radius: 7px;
  position: relative;
  transition: opacity 0.2s ease-in;
  margin: 0 10px;
  color: var(--white);
}
ul.pagination li.disabled {
  opacity: 0.3;
}
ul.pagination li:hover {
  opacity: 0.75;
}
ul.pagination li a, ul.pagination li span {
  display: inline-flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
ul.pagination li a {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  color: var(--white);
}

.car-page .info-car .main-car-info {
  position: relative;
  padding-top: 90px;
  box-sizing: border-box;
  margin-bottom: 40px;
}
.car-page .info-car .main-car-info .photo {
  text-align: center;
  position: absolute;
  top: -105px;
  width: 100%;
}
.car-page .info-car .main-car-info .photo img {
  max-width: 100%;
  margin: 0 auto 24px;
  max-height: 195px;
  width: auto;
}
.car-page .info-car .main-car-info .title {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  text-align: center;
  color: var(--black);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.car-page .info-car .main-car-info .title .main-title {
  font-size: 21px;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 105%;
}
.car-page .info-car .main-car-info .title .or-another, .car-page .info-car .main-car-info .title .group-code {
  font-weight: 300;
  line-height: 120%;
  color: var(--gray-darker);
  font-size: 14px;
  margin-bottom: 22px;
}
.car-page .info-car .main-car-info .title .group-code {
  margin-bottom: 14px;
}
.car-page .info-car .main-car-info .pack-info {
  padding-bottom: 21px;
  display: flex;
}
.car-page .info-car .main-car-info .pack-info .wrapper {
  box-sizing: border-box;
  width: 410px;
  max-width: 100%;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.car-page .info-car .main-car-info .pack-info .pack-icon {
  margin-right: 0;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: var(--gray-darker);
  display: inline-flex;
  align-items: center;
}
.car-page .info-car .main-car-info .pack-info .pack-icon:last-child {
  margin-right: 0;
}
.car-page .info-car .main-car-info .pack-info .pack-icon img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.car-page .info-car .main-car-info .all-photos {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 12px;
}
.car-page .info-car .main-car-info .all-photos button.show-gallery {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  text-decoration-line: underline;
  color: #D9030E;
  background: none;
  cursor: pointer;
  border: none;
  outline: none;
  box-shadow: none;
}
.car-page .info-car .main-car-info .all-photos button.show-gallery:hover {
  text-decoration: none;
}

@media (min-width: 1000px) {
  .car-page .info-car .main-car-info {
    height: calc(100% - 40px);
  }
  .car-page .info-car .main-car-info .title .main-title {
    font-size: 28px;
    margin-bottom: 16px;
  }
  .car-page .info-car .main-car-info .title .or-another, .car-page .info-car .main-car-info .title .group-code {
    font-size: 16px;
  }
  .car-page .info-car .main-car-info .pack-info {
    justify-content: center;
  }
  .car-page .info-car .main-car-info .all-photos {
    padding-bottom: 0;
  }
  .car-page .info-car .main-car-info .all-photos button.show-gallery {
    font-size: 18px;
  }
}
.car-page .info-car .addresses {
  box-sizing: border-box;
  display: flex;
  text-align: center;
  margin-bottom: 40px;
}
.car-page .info-car .addresses.shadowed {
  box-shadow: 0 12px 35px 0 rgba(202, 205, 219, 0.25);
}
.car-page .info-car .addresses .preview {
  padding: 38px 25px;
  margin: auto auto 0;
  display: inline-flex;
  flex-direction: column;
  text-align: left;
  height: auto;
  flex-shrink: 0;
  box-sizing: border-box;
  width: 360px;
  max-width: 100%;
}
.car-page .info-car .addresses .preview .heading {
  font-weight: 600;
  font-size: 16px;
  color: var(--black);
  text-align: center;
  margin-bottom: 29px;
}
.car-page .info-car .addresses .preview .pick-up, .car-page .info-car .addresses .preview .return {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 15px;
  color: var(--gray-darker);
  padding-left: 31px;
  position: relative;
  margin-bottom: 23px;
}
.car-page .info-car .addresses .preview .pick-up .date, .car-page .info-car .addresses .preview .return .date {
  font-weight: 500;
  margin-bottom: 10px;
}
.car-page .info-car .addresses .preview .pick-up .location, .car-page .info-car .addresses .preview .return .location {
  font-weight: 700;
  margin-bottom: 17px;
}
.car-page .info-car .addresses .preview .pick-up .badge-link, .car-page .info-car .addresses .preview .return .badge-link {
  width: 15px;
  height: 22px;
  background-image: url("../img/redesign/location-before.svg");
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: calc((100% - 22px) / 2);
}
.car-page .info-car .addresses .preview .pick-up:before {
  content: "";
  display: block;
  width: 15px;
  height: 75px;
  background-image: url("../img/redesign/addresses-dots.png");
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 2px;
  flex-shrink: 0;
  background-size: 100% 100%;
}
.car-page .info-car .addresses .preview .return {
  margin-bottom: 32px;
}
.car-page .info-car .addresses .preview .return .location {
  margin-bottom: 20px;
}
.car-page .info-car .addresses .toggle-details {
  color: #D9030E;
  cursor: pointer;
  padding-bottom: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  text-align: center;
  max-width: 100%;
}
.car-page .info-car .addresses .toggle-details:hover {
  text-decoration: underline;
}
.car-page .info-car .addresses ul li, .car-page .info-car .addresses ol li {
  line-height: 1.3;
  margin-bottom: 7px;
}
.car-page .info-car .addresses ul li a, .car-page .info-car .addresses ol li a {
  color: #D9030E;
  text-decoration: underline;
}
.car-page .info-car .addresses ul li a:hover, .car-page .info-car .addresses ol li a:hover {
  text-decoration: underline dotted;
}

@media (min-width: 1000px) {
  .car-page .info-car .addresses {
    margin-top: auto;
    height: calc(100% - 40px);
  }
  .car-page .info-car .addresses.shadowed {
    box-shadow: 0 12px 35px 0 rgba(202, 205, 219, 0.25);
  }
  .car-page .info-car .addresses .preview {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: auto 0 0;
    padding: 46px 91px 46px 58px;
    height: auto;
  }
  .car-page .info-car .addresses .preview .heading {
    text-align: left;
  }
  .car-page .info-car .addresses .preview .pick-up, .car-page .info-car .addresses .preview .return {
    font-size: 16px;
  }
  .car-page .info-car .addresses .preview .toggle-details {
    font-size: 16px;
    text-align: left;
    padding-left: 30px;
  }
}
[data-color-scheme=dark] .car-page .info-car .addresses.shadowed {
  box-shadow: none;
  border: 1px solid #515155;
}

.car-page .insurance {
  padding-top: 15px;
  padding-bottom: 40px;
}
.car-page .insurance .item {
  padding: 30px 26px 37px 30px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  background: var(--white);
  border: 1px solid var(--gray-border);
  box-sizing: border-box;
  border-radius: 12px;
  height: 100%;
  cursor: pointer;
}
.car-page .insurance .item.active {
  border-color: #D9030E;
}
.car-page .insurance .item.active .active-decorator {
  position: relative;
}
.car-page .insurance .item.active .active-decorator .flag {
  background: #D9030E;
  border-color: #D9030E;
}
.car-page .insurance .item.active .active-decorator .flag:after {
  background-color: var(--white);
  opacity: 1;
}
.car-page .insurance .item.insurance-last .title .title-content {
  background-color: #D9030E;
  color: var(--white);
}
.car-page .insurance .item:not(.insurance-last) .title .title-content {
  background: var(--purple-very-light);
}
.car-page .insurance .item .w-50, .car-page .insurance .item .w-25, .car-page .insurance .item .w-75 {
  width: 100%;
  box-sizing: border-box;
}
.car-page .insurance .item .content {
  height: 100%;
  flex-direction: column;
  box-sizing: border-box;
  max-width: 100%;
}
.car-page .insurance .item .title {
  font-size: 18px;
  margin-bottom: 23px;
  font-weight: 600;
  line-height: 120%;
  color: var(--black);
}
.car-page .insurance .item .title .title-content {
  display: inline-block;
  width: auto;
  padding: 6px 13px;
  min-width: 189px;
  box-sizing: border-box;
  max-width: 100%;
}
.car-page .insurance .item .daily-price, .car-page .insurance .item .monthly-price {
  font-weight: 700;
  line-height: 120%;
  color: var(--black);
  font-size: 24px;
  margin-bottom: 16px;
}
.car-page .insurance .item .total-price {
  font-weight: 400;
  line-height: 120%;
  color: var(--gray-darker);
  font-size: 14px;
  margin-bottom: 20px;
}
.car-page .insurance .item .online-price {
  font-weight: 400;
  line-height: 120%;
  color: var(--gray-darker);
  font-size: 14px;
  margin-bottom: 20px;
}
.car-page .insurance .item .prepay {
  padding-top: 4px;
}
.car-page .insurance .item .prepay .title {
  font-weight: 700;
  font-size: 14px;
  line-height: 120%;
  color: var(--black);
  margin-bottom: 6px;
}
.car-page .insurance .item .prepay .prepay-sum {
  color: #D9030E;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 14px;
}
.car-page .insurance .item .prepay .remains-info {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: var(--gray-darker);
  margin-bottom: 25px;
}
.car-page .insurance .item .description {
  box-sizing: border-box;
  margin-bottom: 33px;
}
.car-page .insurance .item .description b,
.car-page .insurance .item .description br {
  display: none;
}
.car-page .insurance .item .description ul.included,
.car-page .insurance .item .description ul.not-included {
  padding: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 165%;
  color: var(--gray-darker);
  margin: 0;
}
.car-page .insurance .item .description ul.included {
  font-weight: 600;
  list-style: disc !important;
  padding-left: 17px;
}
.car-page .insurance .item .description ul.included.two-cols {
  columns: 1;
}
.car-page .insurance .item .description ul.not-included {
  text-decoration: line-through;
  color: var(--gray-light);
}
.car-page .insurance .item .description ul.not-included li:last-child {
  margin-bottom: 0;
}
.car-page .insurance .item .description .excess {
  display: none;
}
.car-page .insurance .item .last-line {
  margin-top: auto;
}
.car-page .insurance .item .info span {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  text-align: center;
  color: #D9030E;
  transition: opacity 0.2s ease-in;
  cursor: pointer;
}
.car-page .insurance .item .info span:hover {
  opacity: 0.8;
}
.car-page .insurance .item .active-decorator {
  height: 46px;
}
.car-page .insurance .item .active-decorator .flag {
  cursor: pointer;
  width: 46px;
  height: 46px;
  border: 1px solid var(--gray-border);
  box-sizing: border-box;
  border-radius: 7px;
  background: var(--white);
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.car-page .insurance .item .active-decorator .flag:after {
  content: "";
  mask: url("/img/redesign/ul-li.svg");
  -webkit-mask: url("/img/redesign/ul-li.svg");
  background-size: 100% 100%;
  mask-size: 100% 100% !important;
  -webkit-mask-size: 100% 100% !important;
  background-color: var(--gray-border);
  width: 27px;
  height: 17px;
  opacity: 0;
  transition: opacity 0.1s ease-in-out;
}
.car-page .insurance .item .recommended-label {
  box-sizing: border-box;
  width: calc(100% + 30px + 26px);
  margin-left: -30px;
  margin-right: -26px;
  padding: 5px 14px;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 120%;
  text-align: center;
  background: var(--purple-very-light);
  color: #D9030E;
  margin-bottom: 33px;
}

@media (min-width: 600px) {
  .car-page .insurance .row {
    margin-right: -7px;
    margin-left: -7px;
  }
  .car-page .insurance .w-50 {
    width: 50%;
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media (min-width: 1000px) {
  .car-page .insurance .row {
    margin-right: -15px;
    margin-left: -15px;
  }
  .car-page .insurance .w-50 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .car-page .insurance .item {
    padding: 20px 23px 30px 30px;
    border: 1px solid var(--gray-border);
  }
  .car-page .insurance .item.insurance_27 .prepay {
    width: calc(200% + 60px);
    display: flex;
  }
  .car-page .insurance .item.insurance_27 .prepay > div {
    box-sizing: border-box;
    width: 50%;
    padding-right: 20px;
  }
  .car-page .insurance .item.active {
    border-color: #D9030E;
  }
  .car-page .insurance .item .w-50 {
    width: 50%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .car-page .insurance .item .w-25 {
    width: 25%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .car-page .insurance .item .w-75 {
    width: 75%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .car-page .insurance .item .title {
    margin-bottom: 20px;
    font-size: 18px;
    text-align: left;
  }
  .car-page .insurance .item .daily-price, .car-page .insurance .item .monthly-price {
    font-size: 24px;
    margin-bottom: 16px;
    text-align: left;
  }
  .car-page .insurance .item .monthly-price {
    padding-top: 30px;
  }
  .car-page .insurance .item .total-price {
    font-size: 16px;
    margin-bottom: 23px;
    text-align: left;
  }
  .car-page .insurance .item .prepay .title {
    font-size: 16px;
    margin-bottom: 3px;
  }
  .car-page .insurance .item .prepay .prepay-sum {
    margin-bottom: 20px;
  }
  .car-page .insurance .item .prepay .remains-info {
    margin-bottom: 30px;
  }
  .car-page .insurance .item .description {
    margin-bottom: 30px;
  }
  .car-page .insurance .item .description ul.included,
  .car-page .insurance .item .description ul.not-included,
  .car-page .insurance .item .description .excess {
    font-size: 15px;
    line-height: 145%;
  }
  .car-page .insurance .item .description ul.included li,
  .car-page .insurance .item .description ul.not-included li,
  .car-page .insurance .item .description .excess li {
    line-height: 200%;
  }
  .car-page .insurance .item .description ul.included.two-cols {
    columns: 2;
    column-gap: 20px;
  }
  .car-page .insurance .item .info span {
    font-size: 16px;
    padding-left: 0;
  }
  .car-page .insurance .item .recommended-label {
    width: calc(100% + 30px + 23px);
    margin-left: -30px;
    font-size: 18px;
    margin-bottom: 30px;
  }
}
[data-color-scheme=dark] .car-page .insurance .item {
  border-color: var(--gray-middle);
}
[data-color-scheme=dark] .car-page .insurance .item.active {
  border-color: #D9030E;
}
[data-color-scheme=dark] .car-page .insurance .item.active .active-decorator .flag {
  border-color: #D9030E;
}
[data-color-scheme=dark] .car-page .insurance .item.active .active-decorator .flag:after {
  background-color: var(--black);
}
[data-color-scheme=dark] .car-page .insurance .item.insurance-last .title .title-content {
  color: var(--black);
}
[data-color-scheme=dark] .car-page .insurance .item .recommended-label {
  background-color: var(--gray-light);
  color: var(--black);
}
[data-color-scheme=dark] .car-page .insurance .item .active-decorator .flag {
  border-color: #515155;
}

.car-page .options-list-block, .car-page .booking-bonuses {
  padding-bottom: 61px;
  font-family: "Montserrat", sans-serif;
}
.car-page .options-list-block .block-options, .car-page .options-list-block .block-services, .car-page .booking-bonuses .block-options, .car-page .booking-bonuses .block-services {
  width: 100%;
  box-sizing: border-box;
}
.car-page .options-list-block .block-options .block-title, .car-page .options-list-block .block-services .block-title, .car-page .booking-bonuses .block-options .block-title, .car-page .booking-bonuses .block-services .block-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  color: var(--black);
  margin-bottom: 25px;
}
.car-page .options-list-block .block-options .options .item, .car-page .options-list-block .block-services .options .item, .car-page .booking-bonuses .block-options .options .item, .car-page .booking-bonuses .block-services .options .item {
  background: var(--white);
  border: 1px solid var(--gray-border);
  box-sizing: border-box;
  border-radius: 12px;
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
  transition: all 0.2s ease-in;
  user-select: none;
  padding: 19px 13px 29px 18px;
}
.car-page .options-list-block .block-options .options .item.active, .car-page .options-list-block .block-services .options .item.active, .car-page .booking-bonuses .block-options .options .item.active, .car-page .booking-bonuses .block-services .options .item.active {
  border-color: #D9030E;
}
.car-page .options-list-block .block-options .options .item.active .quantity .check, .car-page .options-list-block .block-services .options .item.active .quantity .check, .car-page .booking-bonuses .block-options .options .item.active .quantity .check, .car-page .booking-bonuses .block-services .options .item.active .quantity .check {
  background-color: #D9030E;
  border-color: #D9030E;
}
.car-page .options-list-block .block-options .options .item.active .quantity .check:after, .car-page .options-list-block .block-services .options .item.active .quantity .check:after, .car-page .booking-bonuses .block-options .options .item.active .quantity .check:after, .car-page .booking-bonuses .block-services .options .item.active .quantity .check:after {
  content: "";
  display: block;
  width: 27px;
  height: 17px;
  -webkit-mask: url("../img/redesign/ul-li.svg");
  mask: url("../img/redesign/ul-li.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  mask-size: 100% 100% !important;
  -webkit-mask-size: 100% 100% !important;
  background-color: var(--white);
}
.car-page .options-list-block .block-options .options .item .title, .car-page .options-list-block .block-services .options .item .title, .car-page .booking-bonuses .block-options .options .item .title, .car-page .booking-bonuses .block-services .options .item .title {
  box-sizing: border-box;
  width: 100%;
  padding: 0 0 30px;
  align-items: center;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.car-page .options-list-block .block-options .options .item .title .main, .car-page .options-list-block .block-services .options .item .title .main, .car-page .booking-bonuses .block-options .options .item .title .main, .car-page .booking-bonuses .block-services .options .item .title .main {
  color: var(--black);
  font-weight: bold;
  text-align: left;
  display: block;
  width: 100%;
}
.car-page .options-list-block .block-options .options .item .title .subtitle, .car-page .options-list-block .block-services .options .item .title .subtitle, .car-page .booking-bonuses .block-options .options .item .title .subtitle, .car-page .booking-bonuses .block-services .options .item .title .subtitle {
  text-align: left;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 125%;
  color: var(--gray-darker);
  width: 100%;
  margin-top: 3px;
}
.car-page .options-list-block .block-options .options .item .title .subtitle a, .car-page .options-list-block .block-services .options .item .title .subtitle a, .car-page .booking-bonuses .block-options .options .item .title .subtitle a, .car-page .booking-bonuses .block-services .options .item .title .subtitle a {
  color: #D9030E;
}
.car-page .options-list-block .block-options .options .item .title .subtitle a:hover, .car-page .options-list-block .block-services .options .item .title .subtitle a:hover, .car-page .booking-bonuses .block-options .options .item .title .subtitle a:hover, .car-page .booking-bonuses .block-services .options .item .title .subtitle a:hover {
  text-decoration: underline;
}
.car-page .options-list-block .block-options .options .item .inner-wrapper, .car-page .options-list-block .block-services .options .item .inner-wrapper, .car-page .booking-bonuses .block-options .options .item .inner-wrapper, .car-page .booking-bonuses .block-services .options .item .inner-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
.car-page .options-list-block .block-options .options .item .price, .car-page .options-list-block .block-services .options .item .price, .car-page .booking-bonuses .block-options .options .item .price, .car-page .booking-bonuses .block-services .options .item .price {
  width: 90px;
  font-weight: 500;
  font-size: 14px;
  line-height: 125%;
  text-align: left;
  color: var(--gray-darker);
  box-sizing: border-box;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  transition: all 0.2s ease-in;
  user-select: none;
  margin-top: -1px;
}
.car-page .options-list-block .block-options .options .item .quantity, .car-page .options-list-block .block-services .options .item .quantity, .car-page .booking-bonuses .block-options .options .item .quantity, .car-page .booking-bonuses .block-services .options .item .quantity {
  background: var(--purple-very-light);
  width: 215px;
  padding: 6px 36px;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  min-height: 58px;
  flex-shrink: 0;
  border-radius: 10px;
}
.car-page .options-list-block .block-options .options .item .quantity .num, .car-page .options-list-block .block-services .options .item .quantity .num, .car-page .booking-bonuses .block-options .options .item .quantity .num, .car-page .booking-bonuses .block-services .options .item .quantity .num {
  color: var(--gray-darker);
}
.car-page .options-list-block .block-options .options .item .quantity .plus,
.car-page .options-list-block .block-options .options .item .quantity .minus, .car-page .options-list-block .block-services .options .item .quantity .plus,
.car-page .options-list-block .block-services .options .item .quantity .minus, .car-page .booking-bonuses .block-options .options .item .quantity .plus,
.car-page .booking-bonuses .block-options .options .item .quantity .minus, .car-page .booking-bonuses .block-services .options .item .quantity .plus,
.car-page .booking-bonuses .block-services .options .item .quantity .minus {
  width: 36px;
  height: 26px;
  background: var(--white);
  color: #D9030E;
  font-size: 20px;
  box-sizing: border-box;
  border-radius: 5px;
  user-select: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
}
.car-page .options-list-block .block-options .options .item .quantity .check, .car-page .options-list-block .block-services .options .item .quantity .check, .car-page .booking-bonuses .block-options .options .item .quantity .check, .car-page .booking-bonuses .block-services .options .item .quantity .check {
  width: 46px;
  height: 46px;
  border: 1px solid var(--gray-light);
  border-radius: 7px;
  background: var(--white);
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin: 0 auto;
}
.car-page .options-list-block .block-services, .car-page .booking-bonuses .block-services {
  margin-bottom: 46px;
}

@media (min-width: 1000px) {
  .car-page .options-list-block, .car-page .booking-bonuses {
    padding-bottom: 40px;
  }
  .car-page .options-list-block .block-options, .car-page .options-list-block .block-services, .car-page .booking-bonuses .block-options, .car-page .booking-bonuses .block-services {
    padding-left: 25px;
    padding-right: 25px;
  }
  .car-page .options-list-block .block-options .block-title, .car-page .options-list-block .block-services .block-title, .car-page .booking-bonuses .block-options .block-title, .car-page .booking-bonuses .block-services .block-title {
    margin-bottom: 40px;
    font-size: 24px;
  }
  .car-page .options-list-block .block-options .options .item, .car-page .options-list-block .block-services .options .item, .car-page .booking-bonuses .block-options .options .item, .car-page .booking-bonuses .block-services .options .item {
    padding: 0;
    margin-bottom: 20px;
    flex-wrap: nowrap;
  }
  .car-page .options-list-block .block-options .options .item .title, .car-page .options-list-block .block-services .options .item .title, .car-page .booking-bonuses .block-options .options .item .title, .car-page .booking-bonuses .block-services .options .item .title {
    width: calc(100% - 215px - 90px);
    font-size: 18px;
    padding: 12px 21px;
  }
  .car-page .options-list-block .block-options .options .item .inner-wrapper, .car-page .options-list-block .block-services .options .item .inner-wrapper, .car-page .booking-bonuses .block-options .options .item .inner-wrapper, .car-page .booking-bonuses .block-services .options .item .inner-wrapper {
    width: 305px;
  }
  .car-page .options-list-block .block-options .options .item .quantity, .car-page .options-list-block .block-services .options .item .quantity, .car-page .booking-bonuses .block-options .options .item .quantity, .car-page .booking-bonuses .block-services .options .item .quantity {
    height: 100%;
  }
  .car-page .options-list-block .block-options .options .item .price, .car-page .options-list-block .block-services .options .item .price, .car-page .booking-bonuses .block-options .options .item .price, .car-page .booking-bonuses .block-services .options .item .price {
    font-weight: 400;
    font-size: 14px;
    padding: 8px 12px;
  }
  .car-page .options-list-block .block-options .options .item .price b, .car-page .options-list-block .block-services .options .item .price b, .car-page .booking-bonuses .block-options .options .item .price b, .car-page .booking-bonuses .block-services .options .item .price b {
    font-weight: bold;
    font-size: 18px;
  }
  .car-page .options-list-block .block-services, .car-page .booking-bonuses .block-services {
    margin-bottom: 0;
  }
}
[data-color-scheme=dark] .car-page .options-list-block .block-options .options .item, [data-color-scheme=dark] .car-page .options-list-block .block-services .options .item, [data-color-scheme=dark] .car-page .booking-bonuses .block-options .options .item, [data-color-scheme=dark] .car-page .booking-bonuses .block-services .options .item {
  border: 1px solid #515155;
}
[data-color-scheme=dark] .car-page .options-list-block .block-options .options .item.active, [data-color-scheme=dark] .car-page .options-list-block .block-services .options .item.active, [data-color-scheme=dark] .car-page .booking-bonuses .block-options .options .item.active, [data-color-scheme=dark] .car-page .booking-bonuses .block-services .options .item.active {
  box-shadow: none;
  border-color: #D9030E;
}
[data-color-scheme=dark] .car-page .options-list-block .block-options .options .item .quantity, [data-color-scheme=dark] .car-page .options-list-block .block-services .options .item .quantity, [data-color-scheme=dark] .car-page .booking-bonuses .block-options .options .item .quantity, [data-color-scheme=dark] .car-page .booking-bonuses .block-services .options .item .quantity {
  background-color: var(--gray-light);
}

.car-page .order-contains {
  box-sizing: border-box;
  padding: 22px 26px 26px;
  margin-bottom: 40px;
  border-radius: 12px;
  background-color: var(--purple-very-light);
}
.car-page .order-contains .block-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  color: var(--black);
  margin-bottom: 40px;
}
.car-page .order-contains .table-item {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 140%;
  letter-spacing: 0.05em;
  color: var(--gray-darker);
  display: flex;
  justify-content: space-between;
}
.car-page .order-contains .table-item:last-child {
  margin-bottom: 0;
}
.car-page .order-contains .table-item .content {
  max-width: calc(100% - 100px);
}
.car-page .order-contains .table-item .content span {
  display: inline-block;
}
.car-page .order-contains .table-item .content .description {
  width: 100%;
  max-width: 340px;
  display: block;
  padding-top: 12px;
  font-size: 14px;
  line-height: 16.8px;
  color: var(--gray-darker);
  font-weight: 400;
}
.car-page .order-contains .table-item .content .description a {
  color: #D9030E;
}
.car-page .order-contains .table-item .price {
  color: var(--black);
}

@media (min-width: 1000px) {
  .car-page .order-contains {
    padding: 22px 57px 32px 30px;
    margin-bottom: 44px;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
  }
  .car-page .order-contains .table-item {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
.car-page .to-clients-info-page {
  padding: 22px 19px;
  box-shadow: 0 12px 35px 0 rgba(202, 205, 219, 0.25);
  margin-bottom: 50px;
  border-radius: 6px;
}
.car-page .to-clients-info-page .block-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  color: var(--black);
  margin-bottom: 50px;
  text-align: center;
}
.car-page .to-clients-info-page .w-50 {
  width: 50% !important;
}
.car-page .to-clients-info-page .total-price-header, .car-page .to-clients-info-page .price-long-rent {
  color: var(--black);
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 22px;
}
.car-page .to-clients-info-page .price-long-rent {
  color: #D9030E;
  text-align: right;
  width: 100%;
  display: block;
}
.car-page .to-clients-info-page .long-rent-description {
  font-size: 14px;
  color: var(--black);
  line-height: 120%;
  margin-bottom: 51px;
}
.car-page .to-clients-info-page .total-price {
  font-weight: bold;
  font-size: 18px;
  line-height: 120%;
  color: var(--black);
  margin-bottom: 26px;
}
.car-page .to-clients-info-page .total-price .colored {
  color: #D9030E;
}
.car-page .to-clients-info-page .checkbox {
  margin-bottom: 41px;
  font-size: 16px;
}
.car-page .to-clients-info-page .checkbox.radio label {
  font-weight: 600;
}
.car-page .to-clients-info-page .checkbox.radio label span.price {
  margin-left: auto;
}
.car-page .to-clients-info-page .checkbox.radio label.red {
  margin-bottom: 25px;
}
.car-page .to-clients-info-page .checkbox.radio label.red span {
  color: #D9030E;
}
.car-page .to-clients-info-page .checkbox .custom-checkbox:checked + label::before {
  background-image: url("../img/redesign/dot.svg");
  background-position: center center;
  background-size: 12px 12px;
}
.car-page .to-clients-info-page .checkbox .custom-checkbox + label {
  flex-direction: row;
  justify-content: flex-start;
  border-radius: 50%;
}
.car-page .to-clients-info-page .checkbox .custom-checkbox + label:before {
  width: 22px;
  height: 22px;
  border-radius: 50% !important;
  margin-right: 17px;
  border-color: var(--gray-border);
}
.car-page .to-clients-info-page .checkbox .custom-checkbox + label a {
  color: #D9030E;
  padding: 0 5px;
}
.car-page .to-clients-info-page .checkbox .custom-checkbox + label a:hover {
  text-decoration: underline;
}
.car-page .to-clients-info-page .red-button {
  text-align: center;
  font-weight: 500;
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 600px) {
  .car-page .to-clients-info-page .red-button {
    width: auto;
    padding: 16px 120px;
  }
}
@media (min-width: 1000px) {
  .car-page .to-clients-info-page {
    padding: 22px 54px 49px 19px;
    margin-bottom: 44px;
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .car-page .to-clients-info-page .mt-auto {
    margin-top: auto;
  }
  .car-page .to-clients-info-page .hidden {
    opacity: 0;
    width: 0;
    height: 0;
  }
  .car-page .to-clients-info-page .block-title {
    margin-bottom: 40px;
    text-align: left;
  }
  .car-page .to-clients-info-page .total-price {
    font-size: 24px;
  }
  .car-page .to-clients-info-page .checkbox {
    font-size: 16px;
  }
  .car-page .to-clients-info-page .checkbox.radio label {
    font-size: 18px;
    line-height: 120%;
    color: var(--black);
  }
  .car-page .to-clients-info-page .checkbox .custom-checkbox + label:before {
    margin-right: 21px;
  }
  .car-page .to-clients-info-page .red-button {
    text-align: left;
  }
}
[data-color-scheme=dark] .car-page .to-clients-info-page {
  box-shadow: none;
  border: 1px solid #515155;
}
[data-color-scheme=dark] .car-page .to-clients-info-page .checkbox .custom-checkbox + label::before {
  border-color: var(--gray-middle);
}

.support-info {
  color: var(--black);
  border-radius: 12px;
  border: 1px solid var(--gray-border);
  margin-bottom: 50px;
  padding: 14px 10px;
}
.support-info .support-info-title {
  font-size: 18px;
  line-height: 120%;
  font-weight: 600;
  margin-bottom: 20px;
}
.support-info .support-info-text {
  font-size: 14px;
  line-height: 1.2;
}
.support-info .support-info-text a {
  color: #D9030E;
  white-space: nowrap;
}
.support-info .support-info-text a:hover {
  text-decoration: underline;
}

@media (min-width: 1000px) {
  .support-info {
    padding: 13px 30px;
  }
  .support-info .support-info-title {
    margin-bottom: 0;
  }
}
[data-color-scheme=dark] .support-info {
  border-color: #515155;
}

.carsales-link {
  position: relative;
  margin-bottom: 40px;
  box-shadow: 0 12px 35px 0 rgba(167, 171, 190, 0.2509803922);
  padding: 18px 30px;
  border-radius: 7px;
}
.carsales-link .carsales-link-close {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  line-height: 0;
}
.carsales-link .mb-mobile {
  margin-bottom: 20px;
}
.carsales-link .red {
  color: #D9030E;
}
.carsales-link .logo {
  max-width: 60px;
  height: auto;
  margin-right: 20px;
}
.carsales-link .logo img {
  max-width: 100%;
}
.carsales-link .title {
  font-weight: bold;
  color: var(--black);
  margin-bottom: 8px;
}
.carsales-link .description a {
  font-weight: 400;
  font-size: 14px;
}
.carsales-link .advantages-sale {
  margin: 0;
  padding: 0;
}
.carsales-link .advantages-sale li {
  font-size: 14px;
  color: var(--gray-darker);
  font-weight: 400;
  line-height: 1.4;
}
.carsales-link .advantages-sale li svg {
  margin-right: 12px;
  flex-shrink: 0;
}

[data-color-scheme=dark] .carsales-link {
  box-shadow: none !important;
  border: 1px solid #515155;
}

@media (min-width: 1000px) {
  .carsales-link .mb-mobile {
    margin-bottom: 0;
  }
  .carsales-link .logo {
    max-width: 80px;
    margin-right: 36px;
  }
  .carsales-link .description a {
    font-size: 16px;
  }
}
.car-page {
  padding-top: 46px;
}
.car-page.pay-page .mb-0 {
  margin-bottom: 0;
}
.car-page.pay-page .action-description {
  font-weight: 300;
  line-height: 140%;
  letter-spacing: 0.01em;
  color: var(--gray-darker);
  font-size: 14px;
  margin-bottom: 30px;
}
.car-page .row {
  margin-left: -15px;
  margin-right: -15px;
  box-sizing: border-box;
}
.car-page .w-50, .car-page .w-100 {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  box-sizing: border-box;
}
.car-page .w-100 {
  width: 100%;
}
.car-page .shadowed {
  box-shadow: 0 25px 35px rgba(202, 205, 219, 0.25);
  border-radius: 6px;
}
.car-page .info-car {
  background: var(--white);
  margin-top: 105px;
}
.car-page .booking {
  margin-bottom: 40px;
}
.car-page .px-0 {
  padding-left: 0;
  padding-right: 0;
}

.pay-page h1 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 120%;
  color: var(--black);
}
.pay-page h1 .red {
  color: #D9030E;
  position: relative;
  top: -2px;
}
.pay-page .tip {
  color: var(--black);
}
.pay-page .to-payment {
  box-sizing: border-box;
  background: var(--gray-light);
  margin-bottom: 18px;
  width: 100%;
}
.pay-page .to-payment.disabled .left {
  width: 100% !important;
}
.pay-page .to-payment .left,
.pay-page .to-payment .right {
  box-sizing: border-box;
}
.pay-page .to-payment .left {
  width: 100%;
  padding: 10px 14px;
}
.pay-page .to-payment .left .first-line {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 136%;
  color: var(--black);
  margin-bottom: 9px;
}
.pay-page .to-payment .left .first-line p {
  display: inline-block;
}
.pay-page .to-payment .left .second-line {
  padding: 0;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: var(--black);
}
.pay-page .to-payment .left .second-line .counter {
  display: inline-block;
  width: 40px;
}
.pay-page .to-payment .left .red {
  color: #D9030E;
}
.pay-page .to-payment .right {
  flex-shrink: 0;
  width: 100%;
  min-height: 50px;
  cursor: pointer;
  background: #D9030E;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 120%;
  text-align: center;
  color: var(--white);
  transition: background-color 0.2s ease-out;
}
.pay-page .to-payment .right.inactive {
  background: var(--gray-pre-middle);
}
.pay-page .success-info .left,
.pay-page .success-info .right {
  box-sizing: border-box;
}
.pay-page .success-info h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 21px;
  line-height: 120%;
  color: var(--black);
  margin-top: 0;
  margin-bottom: 4px;
}
.pay-page .success-info .action-description {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 120%;
  color: var(--black);
  margin-bottom: 26px;
}
.pay-page .success-info .red-button {
  font-size: 18px;
  line-height: 120%;
  color: var(--white);
  padding: 17px 26px;
  text-align: center;
  float: right;
}
.pay-page .success-info .voucher-link-wrapper {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: var(--gray-darker);
  margin-top: 0;
  margin-bottom: 4px;
}
.pay-page .success-info .voucher-link-wrapper p {
  margin-bottom: 20px;
}
.pay-page .success-info .voucher-link-wrapper .red-button {
  margin-bottom: 25px;
}
.pay-page .success-message {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 120%;
  color: var(--black);
  margin-bottom: 54px;
}

#book-it .red-button {
  text-align: center;
  padding: 22px 0;
  width: 100%;
}

.show-on-mobile {
  display: block;
}

.show-on-pc {
  display: none;
}

.unavailable-car {
  background: var(--gray-light);
  border-radius: 12px;
  padding: 26px 32px;
  margin-bottom: 35px;
}
.unavailable-car h2 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  color: var(--black);
}
.unavailable-car p {
  font-size: 14px;
  margin-bottom: 30px;
}
.unavailable-car a:not(.red-button) {
  color: #D9030E;
  text-decoration: underline;
}
.unavailable-car a:not(.red-button):hover {
  text-decoration: underline dotted;
}
.unavailable-car a.red-button {
  margin-bottom: 0;
}

@media (min-width: 600px) {
  .pay-page .success-info .left {
    width: 330px;
    min-width: 50%;
  }
  .pay-page .success-info .right {
    max-width: 50%;
    width: calc(100% - 330px);
    padding-left: 32px;
    float: right;
  }
}
@media (min-width: 1000px) {
  .car-page .w-50 {
    width: 50%;
  }
  .car-page .info-order .booking-form .booking .block-title {
    font-size: 24px;
  }
  .car-page .info-order .booking-form .booking {
    order: 1;
  }
  .car-page .booking {
    margin-bottom: 0;
  }
  .car-page .px-0 {
    padding-right: 15px;
  }
  .car-page .mt-77-pc {
    margin-top: 77px;
  }
  .pay-page .to-payment {
    width: calc(100% - 30px);
  }
  .pay-page .to-payment .left {
    width: calc(100% - 139px);
    padding: 10px 30px 9px;
  }
  .pay-page .to-payment .right {
    width: 139px;
    font-size: 16px;
  }
  .pay-page .success-info .left {
    width: 100%;
    min-width: auto;
  }
  .pay-page .success-info .right {
    max-width: 100%;
    width: 100%;
    padding: 0;
  }
  .pay-page .success-info .red-button {
    float: left;
  }
  .pay-page .success-message {
    font-size: 21px;
  }
  #book-it .red-button {
    padding: 17px 67px;
    width: auto;
  }
  .unavailable-car {
    padding: 36px 30px 36px 55px;
  }
  .unavailable-car h2 {
    font-size: 24px;
  }
  .unavailable-car p {
    font-size: 16px;
    color: var(--black);
  }
}
@media (min-width: 1230px) {
  .pay-page .success-info .left {
    width: 330px;
  }
  .pay-page .success-info .right {
    width: calc(100% - 330px);
    padding-left: 32px;
  }
  .pay-page .success-info .red-button {
    float: right;
  }
}
[data-color-scheme=dark] .car-page .shadowed {
  box-shadow: none;
  border: 1px solid #515155;
}

.luxury-booking .info-car {
  margin-top: 0;
  margin-bottom: 41px;
}
.luxury-booking .info-car .main-car-info {
  margin-top: 30px;
  padding-top: 0;
  position: static;
  height: auto;
}
.luxury-booking .info-car .main-car-info .title {
  text-align: center;
  align-items: center;
  font-weight: 700;
  font-size: 24px;
  line-height: 105%;
  color: var(--black);
  margin-bottom: 16px;
}
.luxury-booking .info-car .main-car-info .group-code {
  font-weight: 300;
  line-height: 120%;
  color: var(--gray-darker);
  margin-bottom: 16px;
  font-size: 14px;
  text-align: center;
}
.luxury-booking .info-car .main-car-info .characteristics-wrapper .pack-info {
  justify-content: flex-start;
  background-color: transparent;
  margin-bottom: 32px;
  padding-bottom: 0;
}
.luxury-booking .info-car .main-car-info .characteristics-wrapper .pack-info .wrapper {
  padding: 0;
}

@media (min-width: 1000px) {
  .luxury-booking .info-car {
    margin-bottom: 0;
  }
  .luxury-booking .info-car .main-car-info {
    margin-top: 0;
  }
  .luxury-booking .info-car .main-car-info .title {
    font-size: 24px;
    align-items: flex-start;
  }
  .luxury-booking .info-car .main-car-info .group-code {
    text-align: left;
  }
  .luxury-booking .info-car .main-car-info .characteristics-wrapper {
    order: 3;
  }
  .luxury-booking .info-car .main-car-info .characteristics-wrapper .pack-info {
    max-width: 100%;
  }
  .luxury-booking .info-car .main-car-info .characteristics-wrapper .pack-info .wrapper {
    width: 369px;
    box-sizing: border-box;
    margin: 0;
  }
}
.luxury-booking .info-car .addresses {
  height: auto !important;
}
.luxury-booking .info-car .addresses .preview {
  margin: 0 auto 8px;
}

@media (min-width: 1000px) {
  .luxury-booking .info-car .addresses .preview {
    padding: 18px 51px !important;
  }
  .luxury-booking .main-car-info {
    margin-bottom: 34px !important;
  }
}
.car-images-slider.slider {
  margin-bottom: 16px;
}
.car-images-slider.slider:hover .swiper-button-prev,
.car-images-slider.slider:hover .swiper-button-next {
  transform: translate(0px, 0);
}
.car-images-slider.slider:hover .swiper-button-prev:before,
.car-images-slider.slider:hover .swiper-button-next:before {
  background-color: var(--white);
}
.car-images-slider.slider .swiper-wrapper .item {
  width: 100%;
}
.car-images-slider.slider .swiper-wrapper .item img {
  max-width: 100%;
  border-radius: 12px;
  display: block;
  margin: 0 auto;
}
.car-images-slider.slider .swiper-wrapper .item .absolute-icons {
  position: absolute;
  right: 20px;
  top: 21px;
}
.car-images-slider.slider .swiper-wrapper .item .absolute-icons .year {
  padding: 1px 5px 2px 5px;
  background: #D9030E;
  border-radius: 2px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 110%;
  text-align: center;
  color: var(--gray-light);
  margin-bottom: 7px;
}
.car-images-slider.slider .swiper-wrapper .item .absolute-icons .engine-plugin-hybrid:before {
  content: "";
  display: block;
  width: 46px;
  height: 25px;
  background-image: url("/img/redesign/engine-plugin-hybrid.svg");
  background-position: center center;
  background-repeat: no-repeat;
}
.car-images-slider.slider .swiper-wrapper .item .images-counter {
  position: absolute;
  bottom: 13px;
  right: 13px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 110%;
  text-align: center;
  color: var(--gray-light);
  display: inline-flex;
}
.car-images-slider.slider .swiper-wrapper .item .images-counter:before {
  content: "";
  width: 18px;
  height: 14px;
  display: block;
  margin-right: 6px;
  background: url("/img/redesign/before-images-counter.svg");
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
.car-images-slider.slider .swiper-button-prev,
.car-images-slider.slider .swiper-button-next {
  display: none;
  transition: all 0.2s ease-out;
}
.car-images-slider.slider .swiper-button-prev:before,
.car-images-slider.slider .swiper-button-next:before {
  position: absolute;
  display: block;
  content: "";
  width: 55px;
  height: 55px;
  line-height: 55px;
  border-radius: 50%;
  z-index: 0;
  transition: all 0.2s ease;
  background: transparent;
}
.car-images-slider.slider .swiper-button-prev:after,
.car-images-slider.slider .swiper-button-next:after {
  content: "";
  display: block;
  width: 16px;
  height: 10px;
  background: url("/img/redesign/location-after.svg");
  background-repeat: no-repeat;
  z-index: 1;
  position: relative;
  transform: rotate(90deg);
  left: -2px;
  top: 1px;
}
.car-images-slider.slider .swiper-button-prev:hover:before,
.car-images-slider.slider .swiper-button-next:hover:before {
  background: #ffdde4;
}
.car-images-slider.slider .swiper-button-prev {
  left: 30px;
  transform: translate(-80px, 0);
}
.car-images-slider.slider .swiper-button-next {
  right: 30px;
  transform: translate(80px, 0);
}
.car-images-slider.slider .swiper-button-next:after {
  transform: rotate(270deg);
  left: 1px;
  top: -2px;
}

@media (min-width: 992px) {
  .car-images-slider.slider {
    margin-bottom: 22px;
  }
  .car-images-slider.slider .swiper-wrapper .item {
    border-radius: 6px;
  }
  .car-images-slider.slider .swiper-wrapper .item .year {
    top: 31px;
    right: 30px;
  }
  .car-images-slider.slider .swiper-wrapper .item .images-counter {
    bottom: 31px;
    right: 30px;
  }
  .car-images-slider.slider .swiper-button-prev,
  .car-images-slider.slider .swiper-button-next {
    display: inline-flex;
  }
}
[data-color-scheme=dark] .car-images-slider.slider .swiper-wrapper .item .year {
  color: var(--black);
}
[data-color-scheme=dark] .car-images-slider.slider .swiper-wrapper .item .images-counter {
  color: var(--gray-darker);
}

.luxury-booking .advantages {
  box-sizing: border-box;
  padding: 28px 25px 7px;
  border-radius: 6px;
  box-shadow: 0 12px 35px 0 rgba(167, 171, 190, 0.25);
  background: var(--white);
  border: 1px solid #D9030E;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  color: var(--black);
  margin-bottom: 30px;
}
.luxury-booking .advantages .column-one, .luxury-booking .advantages .column-two {
  width: 100%;
}
.luxury-booking .advantages .column-one .item, .luxury-booking .advantages .column-two .item {
  width: 100%;
}
.luxury-booking .advantages .column-one {
  margin-bottom: 30px;
}
.luxury-booking .advantages .column-one .item {
  padding-left: 0;
  padding-right: 40px;
}
.luxury-booking .advantages .column-one .item:before {
  display: none;
}
.luxury-booking .advantages .column-one .item .pay-now-price, .luxury-booking .advantages .column-one .item .full-price {
  font-weight: 700;
  font-size: 21px;
  line-height: 120%;
  color: #D9030E;
  margin-bottom: 7px;
}
.luxury-booking .advantages .column-one .item .remains-info {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: var(--gray-darker);
}
.luxury-booking .advantages .column-one .item .total-price {
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: var(--black);
  margin-bottom: 10px;
}
.luxury-booking .advantages .column-one .item .total-price:last-child {
  margin-bottom: 0;
}
.luxury-booking .advantages .item {
  padding-left: 40px;
  margin-bottom: 30px;
  box-sizing: border-box;
  position: relative;
}
.luxury-booking .advantages .item:before {
  content: "";
  display: block;
  width: 16px;
  height: 10px;
  -webkit-mask: url("../img/redesign/advantages-lux-before.svg");
  mask: url("../img/redesign/advantages-lux-before.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  mask-size: 100% 100% !important;
  -webkit-mask-size: 100% 100% !important;
  background-color: #D9030E;
  position: absolute;
  top: 6px;
  left: 8px;
}
.luxury-booking .advantages .item .title {
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  margin-bottom: 7px;
}
.luxury-booking .advantages .item .description {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
}

@media (min-width: 1000px) {
  .luxury-booking .advantages {
    flex-wrap: nowrap;
    margin-bottom: 50px;
  }
  .luxury-booking .advantages .column-one {
    width: 25%;
    margin-bottom: 0;
  }
  .luxury-booking .advantages .column-two {
    width: 75%;
  }
  .luxury-booking .advantages .column-two .item {
    padding-right: 40px;
    width: 44.4%;
  }
  .luxury-booking .advantages .column-two .item.big {
    width: 55.6%;
  }
}
[data-color-scheme=dark] .luxury-booking .advantages {
  box-shadow: none;
}

.luxury-booking .block-title.red-line {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  color: var(--black);
  margin: 0 0 40px;
  padding: 0;
  text-align: right;
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.luxury-booking .block-title.red-line:before {
  content: "";
  display: block;
  width: 138px;
  height: 4px;
  background: #D9030E;
}
.luxury-booking .info-order .booking-form .client-info .profile-info,
.luxury-booking .info-order .booking-form .client-info .bonus-balance {
  margin-bottom: 76px;
}
.luxury-booking .info-order .booking-form .booking .go-pay .checkbox {
  margin-bottom: 26px;
}
.luxury-booking .info-order .booking-form .booking .go-pay .checkbox.radio label {
  font-size: 16px;
}
.luxury-booking .info-order .booking-form .booking .go-pay .checkbox.radio label .price {
  padding-left: 30px;
}
.luxury-booking .info-order .booking-form .booking .go-pay .inherit-color {
  color: inherit !important;
}
.luxury-booking .order-1 {
  order: 1;
}
.luxury-booking .order-2 {
  order: 2;
}
.luxury-booking .go-pay .custom-checkbox + label.align-items-start {
  align-items: flex-start !important;
}
.luxury-booking .go-pay .remains-info {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: var(--gray-middle);
  margin-top: 8px;
}

@media (min-width: 1000px) {
  .luxury-booking .block-title.red-line {
    font-size: 21px;
  }
  .luxury-booking .order-lg-1 {
    order: 1;
  }
  .luxury-booking .order-lg-2 {
    order: 2;
  }
}
.booking-personal-data {
  padding-bottom: 80px;
}
.booking-personal-data .w-33, .booking-personal-data .w-50 {
  width: 100%;
  box-sizing: border-box;
}
.booking-personal-data .payment-info {
  padding: 15px 24px;
  background-color: var(--purple-very-light);
  border-radius: 12px;
  margin-top: 30px;
}
.booking-personal-data .payment-info .w-50 {
  margin-bottom: 20px;
}
.booking-personal-data .payment-info .w-50:last-child {
  margin-bottom: 0;
}
.booking-personal-data .payment-info .ms-auto {
  margin-left: auto;
}
.booking-personal-data .payment-info .pe-0 {
  padding-right: 0 !important;
}
.booking-personal-data .payment-info p {
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  color: var(--black);
}
.booking-personal-data .payment-info p.payment-in-office, .booking-personal-data .payment-info p.long-term-contact-details {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
}
.booking-personal-data .payment-info p .red {
  color: #D9030E;
}
.booking-personal-data h1 {
  padding: 30px 0;
  margin: 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  color: var(--black);
}
.booking-personal-data form {
  box-sizing: border-box;
  width: 100%;
}
.booking-personal-data input {
  border: 1px solid var(--gray-placeholder);
  border-radius: 6px;
  width: 100%;
  box-sizing: border-box;
  font-weight: 600;
  font-size: 14px;
  line-height: 120%;
  color: var(--black);
  outline: none !important;
  transition: all 0.2s ease-out;
  margin-bottom: 20px;
  height: 46px;
  padding: 10px 20px;
  background: var(--white);
}
.booking-personal-data input::placeholder {
  color: var(--gray-placeholder);
}
.booking-personal-data input[readonly] {
  color: var(--gray-middle);
  cursor: not-allowed;
  background: var(--gray-light);
}
.booking-personal-data input:active:not(.booking-personal-data input:active[readonly], .booking-personal-data input:focus[readonly], .booking-personal-data input:focus-visible[readonly], .booking-personal-data input:hover[readonly]), .booking-personal-data input:focus:not(.booking-personal-data input:active[readonly], .booking-personal-data input:focus[readonly], .booking-personal-data input:focus-visible[readonly], .booking-personal-data input:hover[readonly]), .booking-personal-data input:focus-visible:not(.booking-personal-data input:active[readonly], .booking-personal-data input:focus[readonly], .booking-personal-data input:focus-visible[readonly], .booking-personal-data input:hover[readonly]), .booking-personal-data input:hover:not(.booking-personal-data input:active[readonly], .booking-personal-data input:focus[readonly], .booking-personal-data input:focus-visible[readonly], .booking-personal-data input:hover[readonly]) {
  border-color: #D9030E;
}
.booking-personal-data .iti {
  width: 100%;
}
.booking-personal-data .change-via-support {
  margin-bottom: 20px;
  padding-left: 0;
}
.booking-personal-data .checkbox {
  position: relative;
  padding: 20px 0;
}
.booking-personal-data .checkbox .custom-checkbox + label {
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  padding-left: 0;
}
.booking-personal-data .checkbox .custom-checkbox + label:before {
  border-color: var(--gray-middle);
  position: relative;
  top: 2px;
}
.booking-personal-data .checkbox .custom-checkbox + label span {
  margin-left: 22px;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: var(--gray-darker);
}
.booking-personal-data .checkbox .custom-checkbox + label span a {
  color: #D9030E;
}
.booking-personal-data .checkbox .custom-checkbox + label span a:hover {
  text-decoration: underline;
}
.booking-personal-data .red-button {
  margin-bottom: 0;
  padding: 16px 70px;
  text-align: center;
  width: 100%;
}

@media (min-width: 1000px) {
  .booking-personal-data .w-33 {
    width: calc(33% - 20px);
  }
  .booking-personal-data .w-50 {
    width: calc(50% - 20px);
  }
  .booking-personal-data .mt-20 {
    margin-top: 20px;
  }
  .booking-personal-data .payment-info {
    padding: 22px 30px 24px;
    margin-top: 50px;
  }
  .booking-personal-data .payment-info .ms-auto {
    margin-left: auto;
  }
  .booking-personal-data .payment-info .w-50 {
    margin-bottom: 0;
  }
  .booking-personal-data .payment-info p {
    font-size: 24px;
  }
  .booking-personal-data .payment-info p.payment-in-office {
    font-size: 16px;
  }
  .booking-personal-data .payment-info p .red {
    color: #D9030E;
    padding-right: 50px;
  }
  .booking-personal-data h1 {
    padding: 40px 0 29px 25px;
    font-size: 24px;
  }
  .booking-personal-data input {
    margin-bottom: 20px;
    height: 60px;
    padding: 19px 30px;
    font-size: 18px;
  }
  .booking-personal-data .change-via-support {
    padding-left: 24px;
  }
  .booking-personal-data .checkbox {
    padding: 0;
  }
  .booking-personal-data .checkbox .custom-checkbox + label {
    padding-left: 24px;
  }
  .booking-personal-data .checkbox .custom-checkbox + label:before {
    top: 2px;
  }
  .booking-personal-data .checkbox .custom-checkbox + label span {
    font-size: 16px;
  }
  .booking-personal-data .red-button {
    padding: 16px 120px;
    width: auto;
  }
}
.reserve.to-payment {
  padding-top: 30px;
  padding-bottom: 100px;
}
.reserve.to-payment h1 {
  font-size: 18px;
  color: var(--black);
  text-align: center;
}

@media (min-width: 1000px) {
  .reserve.to-payment {
    padding-top: 50px;
  }
  .reserve.to-payment h1 {
    font-size: 24px;
  }
}
.success-page .order-contains {
  margin-bottom: 30px;
  height: calc(100% - 30px);
  box-sizing: border-box;
}

.success-page {
  margin-bottom: 80px;
}
.success-page .driver-info {
  padding: 22px 19px;
  box-shadow: 0 12px 35px 0 rgba(202, 205, 219, 0.25);
  margin-bottom: 50px;
  border-radius: 6px;
}
.success-page .driver-info .block-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  color: var(--black);
  margin-bottom: 50px;
  margin-top: 0;
  text-align: center;
}
.success-page .driver-info .items .item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  font-weight: 600;
  font-size: 14px;
  color: var(--black);
  margin-bottom: 15px;
  line-height: 140%;
}
.success-page .driver-info .items .item:last-child {
  margin-bottom: 0;
}
.success-page .driver-info .items .item .title {
  letter-spacing: 0.05em;
  color: var(--gray-darker);
}
.success-page .driver-info .items .item .value {
  font-weight: bold;
  color: var(--black);
}

@media (min-width: 1000px) {
  .success-page .driver-info {
    padding: 22px 22px 32px 30px;
    margin-bottom: 30px;
    height: calc(100% - 30px);
    box-sizing: border-box;
  }
  .success-page .driver-info .block-title {
    margin-bottom: 40px;
    text-align: left;
  }
  .success-page .driver-info .items .item {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
[data-color-scheme=dark] .success-page .driver-info {
  box-shadow: none;
  border: 1px solid #515155;
}

.order-main-info {
  padding: 22px 26px 26px;
  background-color: var(--purple-very-light);
  border-radius: 12px;
  margin-top: 0;
  margin-bottom: 50px;
}
.order-main-info .two-columns {
  display: grid;
  grid-template-columns: 2fr 1fr;
}
.order-main-info .w-50 {
  margin-bottom: 20px;
}
.order-main-info .w-50:last-child {
  margin-bottom: 0;
}
.order-main-info .ms-auto {
  margin-left: auto;
}
.order-main-info .pe-0 {
  padding-right: 0 !important;
}
.order-main-info .mb-20 {
  margin-bottom: 20px;
}
.order-main-info p {
  font-weight: 600;
  font-size: 16px;
  color: var(--black);
  line-height: 150%;
}
.order-main-info p.description {
  font-weight: 400;
  font-size: 14px;
}
.order-main-info p .red {
  color: #D9030E;
}

@media (min-width: 1000px) {
  .success-page .order-main-info {
    padding: 22px 30px 24px;
  }
  .success-page .order-main-info .ms-auto {
    margin-left: auto;
  }
  .success-page .order-main-info .w-50 {
    margin-bottom: 0;
  }
  .success-page .order-main-info p {
    font-size: 18px;
  }
  .success-page .order-main-info p.description {
    font-size: 16px;
    padding-right: 25%;
  }
  .success-page .order-main-info p .red {
    color: #D9030E;
    padding-right: 50px;
  }
}
.luxury-locations,
.success-selected-locations {
  padding: 25px 11px 40px 24px;
  background: var(--purple-very-light);
  border-radius: 12px;
  margin-top: 0;
  margin-bottom: 55px;
}
.luxury-locations .location,
.success-selected-locations .location {
  margin-bottom: 30px;
}
.luxury-locations .location .title,
.success-selected-locations .location .title {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: var(--black);
  margin-bottom: 18px;
}
.luxury-locations .location .title b,
.success-selected-locations .location .title b {
  font-weight: bold;
  padding-left: 27px;
}
.luxury-locations .location .address,
.success-selected-locations .location .address {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-decoration-line: underline;
  color: var(--gray-darker);
  position: relative;
  display: flex;
}
.luxury-locations .location .address:before,
.success-selected-locations .location .address:before {
  content: "";
  display: block;
  width: 15px;
  height: 21px;
  background: url("/img/redesign/location-before.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-right: 12px;
  flex-shrink: 0;
}
.luxury-locations .location .address:hover,
.success-selected-locations .location .address:hover {
  color: #D9030E;
}
.luxury-locations .time-range,
.success-selected-locations .time-range {
  display: flex;
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-size: 16px;
  line-height: 120%;
  color: var(--black);
  font-weight: 700;
  padding-left: 27px;
}
.luxury-locations .time-range:before,
.success-selected-locations .time-range:before {
  content: "";
  width: 18px;
  height: 21px;
  background: url("/img/redesign/dates-before.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-right: 9px;
  position: absolute;
  left: 0;
  display: block;
  flex-shrink: 0;
}
.luxury-locations .time-range .date,
.success-selected-locations .time-range .date {
  width: 89px;
}
.luxury-locations .time-range .date + span,
.success-selected-locations .time-range .date + span {
  margin: 0 10px 0 5px;
}

@media (min-width: 450px) {
  .luxury-locations .time-range .date,
  .success-selected-locations .time-range .date {
    width: auto;
  }
  .luxury-locations .time-range .date + span,
  .success-selected-locations .time-range .date + span {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .luxury-locations,
  .success-selected-locations {
    padding: 25px 38px 42px 24px;
  }
  .success-selected-locations {
    margin-bottom: 30px;
  }
}
#tariff-modal {
  width: 285px;
}
#tariff-modal .modal-content {
  margin: 0 auto;
  background: var(--white);
  border: 1px solid var(--gray-light);
  box-sizing: border-box;
  border-radius: 12px;
  padding: 19px 24px 15px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 140%;
  color: var(--gray-darker);
  position: relative;
}
#tariff-modal .modal-content .close {
  position: absolute;
  right: 20px;
  top: 25px;
  background: url("/img/redesign/close.svg");
  cursor: pointer;
  padding: 0;
  background-size: 100% 100%;
  width: 16px;
  height: 16px;
}
#tariff-modal .modal-content .title {
  display: inline-block;
  padding: 2px 6px;
  background: #D9030E;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  color: var(--white);
  margin-bottom: 6px;
}
#tariff-modal .modal-content .prices .total-price {
  font-weight: 700;
  line-height: 120%;
  color: var(--black);
  margin-bottom: 5px;
  font-size: 16px;
}
#tariff-modal .modal-content .prices .daily-price, #tariff-modal .modal-content .prices .monthly-price {
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  color: var(--gray-darker);
  margin-bottom: 18px;
}
#tariff-modal .modal-content .info br {
  display: none;
}
#tariff-modal .modal-content .info > b {
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  margin-bottom: 17px;
  display: block;
  color: #D9030E;
}
#tariff-modal .modal-content .info > b:nth-child(1) {
  display: none;
}
#tariff-modal .modal-content .info ul.included,
#tariff-modal .modal-content .info ul.not-included {
  font-weight: 400;
  color: var(--gray-darker);
  margin: 0 0 14px;
  padding: 0 0 0 17px;
  list-style: disc !important;
}
#tariff-modal .modal-content .info ul.included li,
#tariff-modal .modal-content .info ul.not-included li {
  font-size: 12px;
  line-height: 140%;
  margin-bottom: 4px;
}
#tariff-modal .modal-content .info .excess {
  font-size: 12px;
}
#tariff-modal .modal-content .info .excess b {
  display: block;
  font-size: 14px;
  margin-bottom: 4px;
  font-weight: 700;
  line-height: 120%;
  color: var(--black);
}
#tariff-modal .modal-content .info .excess b .red {
  color: #D9030E;
}

@media (min-width: 1000px) {
  #tariff-modal {
    width: 471px;
  }
  #tariff-modal .modal-content {
    padding: 25px 31px 41px;
  }
  #tariff-modal .modal-content .title {
    font-size: 18px;
    margin-bottom: 14px;
    padding: 3px 12px;
  }
  #tariff-modal .modal-content .prices .total-price {
    font-size: 24px;
    margin-bottom: 10px;
  }
  #tariff-modal .modal-content .prices .daily-price, #tariff-modal .modal-content .prices .monthly-price {
    font-size: 16px;
    margin-bottom: 30px;
  }
  #tariff-modal .modal-content .info > b {
    font-size: 16px;
  }
  #tariff-modal .modal-content .info ul.included,
  #tariff-modal .modal-content .info ul.not-included {
    margin: 0 0 25px;
  }
  #tariff-modal .modal-content .info ul.included li,
  #tariff-modal .modal-content .info ul.not-included li {
    font-size: 15px;
  }
  #tariff-modal .modal-content .info .excess {
    font-size: 15px;
  }
  #tariff-modal .modal-content .info .excess b {
    font-size: 18px;
    margin-bottom: 13px;
  }
}
[data-color-scheme=dark] #tariff-modal .modal-content {
  border: none;
}
[data-color-scheme=dark] #tariff-modal .modal-content .title {
  color: var(--black);
}
[data-color-scheme=dark] #tariff-modal .modal-content .close {
  background-image: none;
  -webkit-mask: url("/img/redesign/close.svg");
  mask: url("/img/redesign/close.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  mask-size: 100% 100% !important;
  -webkit-mask-size: 100% 100% !important;
  background-color: var(--black);
}

.input-wrapper {
  position: relative;
  border: 1.2px solid rgba(25, 25, 25, 0.16);
  box-sizing: border-box;
  border-radius: 3px;
  height: 52px;
  font-family: "Montserrat", sans-serif;
  padding: 9px 14px 10px;
  transition: all 0.1s ease-out;
  cursor: pointer;
  max-width: 100%;
}
.input-wrapper.readonly {
  background: var(--gray-light);
}
.input-wrapper.active {
  border: 1.2px solid #D9030E;
}
.input-wrapper.active label {
  color: #D9030E;
  user-select: none;
}
.input-wrapper label,
.input-wrapper input {
  display: block;
  width: 100%;
  max-width: 100%;
  font-style: normal;
  line-height: 100%;
  box-sizing: border-box;
  font-family: "Raleway", sans-serif;
}
.input-wrapper label[readonly],
.input-wrapper input[readonly] {
  background: var(--gray-light);
}
.input-wrapper label {
  font-weight: 400;
  font-size: 12px;
  color: var(--gray-darker);
  margin-bottom: 2px;
}
.input-wrapper input, .input-wrapper textarea {
  font-weight: bold;
  font-size: 14px;
  color: var(--gray-darker);
  border: none;
  outline: none;
  padding: 0;
}
.input-wrapper input::placeholder, .input-wrapper textarea::placeholder {
  font-weight: normal !important;
}

.xdsoft_datetimepicker {
  display: none;
}

@media (min-width: 1000px) {
  .input-wrapper input, .input-wrapper textarea {
    font-size: 16px;
  }
}
[data-color-scheme=dark] .input-wrapper {
  border-color: var(--gray-middle);
  background-color: var(--gray-light);
}
[data-color-scheme=dark] .input-wrapper.readonly {
  background: #515155;
}
[data-color-scheme=dark] .input-wrapper input, [data-color-scheme=dark] .input-wrapper textarea {
  background-color: var(--gray-light);
}
[data-color-scheme=dark] .input-wrapper input[readonly], [data-color-scheme=dark] .input-wrapper textarea[readonly] {
  background: #515155;
}

.lk-page {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
}
.lk-page .phone-alert,
.lk-page .email-alert,
.lk-page .incomlpete-order {
  padding: 30px 0 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.03em;
  color: var(--gray-darker);
  margin-bottom: 0;
}
.lk-page .phone-alert a,
.lk-page .email-alert a,
.lk-page .incomlpete-order a {
  color: #D9030E;
}
.lk-page .phone-alert a:hover,
.lk-page .email-alert a:hover,
.lk-page .incomlpete-order a:hover {
  text-decoration: underline dotted;
}
.lk-page .column {
  box-sizing: border-box;
  background: var(--white);
  box-shadow: 0 10px 25px rgba(202, 205, 219, 0.25);
  border-radius: 3px;
  margin-bottom: 30px;
  width: 100%;
  padding: 0;
}
.lk-page ul.caption {
  padding-left: 0;
  margin: 0 0 17px;
  display: flex;
  overflow-x: scroll;
}
.lk-page ul.caption li {
  display: inline-block;
  font-style: normal;
  font-weight: 600;
  line-height: 116%;
  color: var(--black-tone);
  opacity: 0.7;
  margin: 0 46px 12px 0;
  position: relative;
  cursor: pointer;
  font-size: 14px;
  flex-shrink: 0;
}
.lk-page ul.caption li a {
  font-size: 14px;
  color: var(--black-tone);
}
.lk-page ul.caption li:after {
  content: "";
  display: block;
  background: transparent;
  height: 2px;
  position: absolute;
  left: 0;
  top: calc(100% + 2px);
  width: 100%;
}
.lk-page ul.caption li.active, .lk-page ul.caption li:hover {
  color: #D9030E;
  opacity: 1;
}
.lk-page ul.caption li.active a, .lk-page ul.caption li:hover a {
  color: #D9030E;
}
.lk-page ul.caption li.active:after, .lk-page ul.caption li:hover:after {
  background: #D9030E;
}
.lk-page .col-third {
  width: 100%;
  margin-right: 0;
  margin-bottom: 20px;
  box-sizing: border-box;
}
.lk-page .col-third:last-child {
  margin-right: 0;
}
.lk-page .w-50 {
  width: 100%;
  box-sizing: border-box;
}
.lk-page .tabs {
  padding-bottom: 30px;
}
.lk-page .tabs .tab {
  display: none;
}
.lk-page .tabs .tab.active {
  display: block;
}
.lk-page .tabs .tab.active .col-third .edit-profile {
  margin-top: 0;
}
.lk-page .tabs .tab .social-list .item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.lk-page .tabs .tab .social-list .info {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: var(--gray-darker);
}
.lk-page .tabs .tab .red-button {
  padding: 17px 42px;
  margin-bottom: 0;
}
.lk-page .tabs .tab .no-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: var(--gray-darker);
  min-height: 540px;
}
.lk-page .tabs .tab .no-content .red-button {
  margin-top: 25px;
  margin-bottom: 0;
}
.lk-page .bonus {
  padding: 46px 19px 46px 21px;
}
.lk-page .bonus .block-title {
  font-style: normal;
  font-weight: 500;
  font-size: 19px;
  line-height: 120%;
  text-align: center;
  color: var(--gray-darker);
  margin-bottom: 11px;
}
.lk-page .bonus .block-sum {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  text-align: center;
  text-transform: uppercase;
  color: var(--gray-darker);
  margin-bottom: 33px;
}
.lk-page .bonus .block-description {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: var(--gray-darker);
  margin-bottom: 33px;
}
.lk-page .button-wrapper.to-cabinet {
  padding-top: 18px;
  display: flex;
}
.lk-page .button-wrapper.to-cabinet .red-button {
  padding: 16px 29px;
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
}
.lk-page .button-wrapper.to-cabinet .red-button:after {
  display: block;
  content: "";
  width: 13px;
  height: 13px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/img/redesign/next-page.svg");
  padding-left: 11px;
}
.lk-page .table-wrapper,
.lk-page .table-users-wrapper {
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: #D9030E var(--brown-red-rgba);
  color: var(--black);
}
.lk-page .table-wrapper::-webkit-scrollbar,
.lk-page .table-users-wrapper::-webkit-scrollbar {
  height: 5px;
  width: 5px;
}
.lk-page .table-wrapper::-webkit-scrollbar-track,
.lk-page .table-users-wrapper::-webkit-scrollbar-track {
  background: var(--brown-red-rgba);
}
.lk-page .table-wrapper::-webkit-scrollbar-thumb,
.lk-page .table-users-wrapper::-webkit-scrollbar-thumb {
  background-color: #D9030E;
  border-radius: 5px;
  border: 3px solid var(--brown-red-rgba);
}
.lk-page .table-wrapper .table,
.lk-page .table-users-wrapper .table {
  min-width: 1000px;
}
.lk-page .table-wrapper .table-users,
.lk-page .table-users-wrapper .table-users {
  min-width: 450px;
}
.lk-page .history-line .line-title {
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: var(--gray-middle);
  margin-bottom: 26px;
}
.lk-page .history-line .line-title:before {
  display: block;
  content: "";
  width: 21px;
  height: 14px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/img/redesign/car.svg");
  margin-right: 11px;
}
.lk-page .history-line .history .no-history {
  background: var(--white);
  box-shadow: 0 10px 25px rgba(202, 205, 219, 0.25);
  border-radius: 3px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.03em;
  color: var(--gray-darker);
}
.lk-page .history-line .history .no-history p {
  margin-bottom: 12px;
}
.lk-page .history-line .history .no-history a {
  display: block;
  font-size: 14px;
  color: #D9030E;
  text-decoration: underline;
}
.lk-page .table,
.lk-page .table-users {
  width: 100%;
}
.lk-page .table .table-head,
.lk-page .table .table-tr,
.lk-page .table-users .table-head,
.lk-page .table-users .table-tr {
  display: grid;
  grid-template-columns: 5fr 5fr 3fr 3fr 4fr 6fr;
}
.lk-page .table .table-head,
.lk-page .table-users .table-head {
  border-bottom: 1px solid var(--gray-light);
}
.lk-page .table .table-head .item,
.lk-page .table-users .table-head .item {
  padding-bottom: 19px;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  color: var(--gray-darker);
  padding-right: 15px;
}
.lk-page .table .table-tr .item,
.lk-page .table-users .table-tr .item {
  padding: 17px 15px 19px 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: var(--gray-darker);
}
.lk-page .table-users .table-head,
.lk-page .table-users .table-tr {
  display: grid;
  grid-template-columns: repeat(3, minmax(100px, 1fr));
}
.lk-page .table-users .table-head .item:nth-child(4),
.lk-page .table-users .table-tr .item:nth-child(4) {
  grid-column-start: 1;
  grid-column-end: 4;
}
.lk-page .invites-line .info,
.lk-page .invites-line .no-users {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: var(--gray-darker);
}
.lk-page .invites-line .info p,
.lk-page .invites-line .no-users p {
  margin-bottom: 20px;
}
.lk-page .invites-line .link {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  background: var(--purple-very-light);
  border-radius: 3px;
  padding: 2px 7px;
  box-sizing: border-box;
  width: auto;
  margin-right: 29px;
  margin-bottom: 15px;
}
.lk-page .invites-line .link .input-decorator {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #D9030E;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  border-radius: 3px;
  position: relative;
  margin: 4px 9px 4px 0;
  padding: 0 4px;
  box-sizing: border-box;
  max-width: 100%;
  overflow: hidden;
}
.lk-page .invites-line .link .input-decorator:before {
  content: "";
  display: block;
  background-image: url("/img/redesign/link.svg");
  background-position: center center;
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
  padding: 5px;
  box-sizing: border-box;
  background-color: #D9030E;
  margin-right: 14px;
  border-radius: 3px;
}
.lk-page .invites-line .tip {
  color: var(--gray-darker);
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  display: inline-flex;
  align-items: center;
  margin-bottom: 15px;
  width: 100%;
}
.lk-page .invites-line .tip:before {
  display: block;
  content: "←";
  width: 21px;
  height: 21px;
  margin-right: 5px;
  transform: rotate(90deg);
  top: 5px;
  position: relative;
}
.lk-page .invites-line .column {
  padding: 34px 20px 34px 20px;
}
.lk-page .invites-line .column .line-title {
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: -0.022em;
  color: var(--gray-middle);
  margin-bottom: 30px;
}
.lk-page .invites-line .column .line-title:before {
  content: "";
  display: block;
  width: 20px;
  height: 18px;
  background-image: url("/img/redesign/history.svg");
  margin-right: 10px;
}
.lk-page .invites-line .column .table-users .table-head,
.lk-page .invites-line .column .table-users .table-tr {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
}
.lk-page .invites-line .column .table-users .table-head .item,
.lk-page .invites-line .column .table-users .table-tr .item {
  padding-right: 10px;
  padding-bottom: 19px;
  box-sizing: border-box;
}
.lk-page .invites-line .column .table-users .table-head .item:nth-child(1),
.lk-page .invites-line .column .table-users .table-tr .item:nth-child(1) {
  min-width: 80px;
}
.lk-page .invites-line .column .table-users .table-head {
  border-bottom: 1px solid var(--gray-light);
}
.lk-page .invites-line .column .table-users .table-head .item {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: var(--gray-darker);
}
.lk-page .invites-line .column .table-users .table-tr .item {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: var(--gray-darker);
  padding-top: 17px;
}
.lk-page .edit-profile {
  margin-top: 15px;
}
.lk-page .edit-profile .red-button {
  font-size: 15px;
}
.lk-page .line.shadowed {
  padding: 15px 20px;
  background: var(--white);
  box-shadow: 0 10px 25px rgba(202, 205, 219, 0.25);
  border-radius: 3px;
  margin-bottom: 30px;
}
.lk-page .line-title {
  margin-bottom: 30px;
  display: flex;
}
.lk-page .line-title a,
.lk-page .line-title span {
  display: inline-block;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 116%;
  color: var(--black);
  opacity: 0.7;
  margin-right: 46px;
  margin-bottom: 12px;
  position: relative;
  cursor: pointer;
  flex-shrink: 0;
}
.lk-page .line-title a:after,
.lk-page .line-title span:after {
  content: "";
  display: block;
  background: transparent;
  height: 2px;
  position: absolute;
  left: 0;
  top: calc(100% + 2px);
  width: 100%;
}
.lk-page .line-title span,
.lk-page .line-title a:hover {
  color: #D9030E;
  opacity: 1;
}
.lk-page .line-title span:after,
.lk-page .line-title a:hover:after {
  background: #D9030E;
}
.lk-page.edit .red-button {
  margin-bottom: 0;
  width: 100%;
  text-align: center;
}
.lk-page.edit .input-wrapper {
  margin-bottom: 17px;
}
.lk-page.edit .save.edit-profile {
  margin-top: 0;
  margin-bottom: 0;
}
.lk-page.edit .save.edit-profile .red-button {
  margin: 0;
}
.lk-page.edit .save.edit-profile .red-button.disabled-link {
  background: var(--gray-middle);
}
.lk-page.edit .date-container {
  margin-right: 5px;
  position: relative;
}
.lk-page.edit .date-container ul {
  padding: 10px 5px;
  margin-right: 0;
  background: var(--white);
  border-radius: 5px;
  position: absolute;
  top: 100%;
  left: -10px;
  max-height: 300px;
  overflow-y: scroll;
  box-sizing: border-box;
  z-index: 10;
}
.lk-page.edit .date-container ul li {
  min-width: 30px;
  text-align: center;
  padding: 5px;
  box-sizing: border-box;
}
.lk-page.edit .date-container .select {
  font-weight: bold;
  font-size: 16px;
  color: var(--gray-darker);
}
.lk-page.edit .s-info {
  padding-top: 0;
}
.lk-page.edit .social-title {
  margin-bottom: 15px;
}
.lk-page.edit .driver-form .red-button {
  margin-top: 20px;
  margin-bottom: 20px;
}
.lk-page.edit .driver-form .red-button.disabled-link {
  background: var(--gray-middle);
}
.lk-page.edit .item {
  display: inline-flex;
  align-items: center;
}
.lk-page.edit .item.phone {
  width: 100%;
}
.lk-page.edit .item.phone .info {
  width: 100% !important;
}
.lk-page.edit .item.active .icon {
  background: #F2FCE7;
}
.lk-page.edit .item.active .icon a {
  background-color: #03d940;
}
.lk-page.edit .item .icon {
  position: relative;
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: var(--purple-very-light);
  border-radius: 3px;
}
.lk-page.edit .item .icon a {
  display: block;
  content: "";
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #D9030E;
  background-size: 100% 100%;
  mask-size: 100% 100% !important;
  -webkit-mask-size: 100% 100% !important;
}
.lk-page.edit .item .info,
.lk-page.edit .item .info.upload-docs {
  display: inline-block;
  line-height: 120%;
  font-size: 14px;
  font-weight: bold;
  color: var(--gray-darker);
  padding-left: 15px;
  width: 180px !important;
}
.lk-page.edit .item .info span,
.lk-page.edit .item .info.upload-docs span {
  display: inline-block;
}
.lk-page.edit .item .info .upload-new,
.lk-page.edit .item .info.upload-docs .upload-new {
  display: none;
}
.lk-page.edit .item .info .upload-new:after,
.lk-page.edit .item .info.upload-docs .upload-new:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #D9030E;
}
.lk-page.edit .item .info.upload-docs {
  cursor: pointer;
}
.lk-page.edit .item .info.upload-docs:hover {
  color: #D9030E;
}
.lk-page.edit .item .info.upload-docs:hover span {
  display: none;
}
.lk-page.edit .item .info.upload-docs:hover .upload-new {
  display: inline-block;
}
.lk-page.edit .item.phone a {
  -webkit-mask: url("/img/redesign/confirm-phone.svg");
  mask: url("/img/redesign/confirm-phone.svg");
}
.lk-page.info .info-content {
  font-family: "Montserrat", sans-serif;
  padding-bottom: 124px !important;
  margin-bottom: 50px;
}
.lk-page.info .info-content .heading {
  color: var(--gray-darker);
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 24px;
  padding-top: 12px;
}
.lk-page.info .info-content .current-status {
  color: #D9030E !important;
  text-decoration: underline !important;
}
.lk-page.info .info-content .bold-500 {
  font-weight: bold;
}
.lk-page.info .info-content .bold-700 {
  font-weight: 700;
}
.lk-page.info .info-content .red-link {
  color: #D9030E;
}
.lk-page.info .info-content .red-link:hover {
  text-decoration: underline dotted;
}
.lk-page.info .info-content p:not(.heading), .lk-page.info .info-content ul {
  padding-left: 0;
}
.lk-page.info .info-content p.default-p {
  margin-bottom: 26px;
}
.lk-page.info .info-content p:not(.heading) {
  color: var(--gray-darker);
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.lk-page.info .info-content ul {
  margin-bottom: 30px;
}
.lk-page.info .info-content ul li {
  color: var(--gray-darker);
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 4px;
  position: relative;
  padding-left: 38px;
}
.lk-page.info .info-content ul li:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 6px;
  -webkit-mask: url("/img/redesign/advantages-lux-before.svg");
  mask: url("/img/redesign/advantages-lux-before.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  mask-size: 100% 100% !important;
  -webkit-mask-size: 100% 100% !important;
  background-color: var(--gray-darker);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 10px;
  margin-right: 22px;
}
.lk-page .user-status {
  padding: 40px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: var(--gray-darker);
}
.lk-page .user-status .level, .lk-page .user-status .balance {
  margin-bottom: 10px;
}

#pass-success.new-modal {
  width: 370px;
  max-width: 90%;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 39px 35px;
  border-radius: 10px;
  background: var(--white);
  position: relative;
}
#pass-success.new-modal .modal-title {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 23px;
  color: var(--black);
  margin-bottom: 21px;
}
#pass-success.new-modal .text {
  font-size: 16px;
  line-height: 23px;
  color: var(--gray-darker);
  text-align: center;
}
#pass-success.new-modal label {
  text-align: left;
}
#pass-success.new-modal .red-button {
  margin: 0 auto 15px;
}

@media (min-width: 600px) {
  .lk-page .table-users .table-head,
  .lk-page .table-users .table-tr {
    grid-template-columns: repeat(3, minmax(100px, 1fr)) 240px;
  }
  .lk-page .table-users .table-head .item:nth-child(4),
  .lk-page .table-users .table-tr .item:nth-child(4) {
    grid-column-start: 4;
    grid-column-end: 5;
  }
}
@media (min-width: 700px) {
  .lk-page .invites-line .link {
    max-width: 50%;
    box-sizing: border-box;
  }
  .lk-page .invites-line .tip {
    width: auto;
    max-width: 50%;
    box-sizing: border-box;
  }
  .lk-page .invites-line .tip:before {
    transform: none;
    top: 0;
    position: relative;
  }
}
@media (min-width: 1000px) {
  .lk-page .phone-alert,
  .lk-page .email-alert,
  .lk-page .incomlpete-order {
    padding: 30px 0 10px;
    margin-bottom: 30px;
    font-size: 18px;
  }
  .lk-page .col-third {
    width: calc((100% - 90px) / 3);
    margin-right: 30px;
    margin-bottom: 25px;
  }
  .lk-page .column {
    padding: 0 23px 20px;
    margin-bottom: 30px;
  }
  .lk-page .w-50 {
    width: 50%;
  }
  .lk-page ul.caption {
    margin: 0 0 38px;
    overflow-x: hidden;
  }
  .lk-page ul.caption li {
    font-size: 18px;
  }
  .lk-page ul.caption li a {
    font-size: 18px;
  }
  .lk-page .tabs-list .tab .social-list .info {
    font-size: 16px;
  }
  .lk-page .tabs-list .tab .no-content {
    font-size: 16px;
    padding-top: 50px;
    min-height: auto;
  }
  .lk-page .bonus {
    padding: 37px 31px 37px 27px;
  }
  .lk-page .bonus .block-description {
    font-size: 16px;
  }
  .lk-page .bonus .block-description .button-wrapper {
    padding-top: 45px;
  }
  .lk-page .invites-line {
    background: var(--white);
    border-radius: 3px;
    padding: 0;
  }
  .lk-page .invites-line .column {
    padding: 40px 45px 20px;
  }
  .lk-page .invites-line .column .line-title {
    font-size: 16px;
    line-height: 16px;
  }
  .lk-page .invites-line .tip {
    font-size: 16px;
  }
  .lk-page .history-line .history .no-history {
    font-size: 18px;
    padding: 20px 40px;
    border-radius: 5px;
  }
  .lk-page .history-line .history .no-history a {
    font-size: 18px;
  }
  .lk-page .social-title,
  .lk-page .line-title {
    font-size: 18px;
    margin-top: 0;
  }
  .lk-page .line-title {
    overflow-x: hidden;
  }
  .lk-page .line-title a,
  .lk-page .line-title span {
    font-size: 18px;
  }
  .lk-page .line.shadowed {
    padding: 35px 45px;
  }
  .lk-page.edit .item .info,
  .lk-page.edit .item .info.upload-docs {
    line-height: 145%;
    font-size: 16px;
  }
  .lk-page.edit .s-info {
    padding-top: 30px;
  }
  .lk-page.info .info-content p:not(.heading), .lk-page.info .info-content ul {
    padding-left: 26px;
  }
  .lk-page.info .info-content p:not(.heading) {
    font-size: 16px;
  }
  .lk-page.info .info-content ul li {
    font-size: 16px;
  }
}
@media (min-width: 1440px) {
  .lk-page .column {
    width: 100%;
    margin-bottom: 30px;
  }
  .lk-page .col-third {
    width: calc((100% - 90px) / 3);
    margin-right: 30px;
    margin-bottom: 25px;
  }
  .lk-page .table-wrapper,
  .lk-page .table-users-wrapper {
    overflow-x: hidden;
  }
  .lk-page .table-wrapper .table,
  .lk-page .table-users-wrapper .table {
    min-width: auto;
  }
  .lk-page .table-users-wrapper {
    overflow-x: auto !important;
  }
  .lk-page .history-line {
    padding: 0;
  }
  .lk-page .history-line .line-title {
    font-size: 16px;
  }
  .lk-page .history-line .table .table-head .item {
    font-size: 16px;
  }
  .lk-page .invites-line .info,
  .lk-page .invites-line .no-users {
    font-size: 16px;
  }
}
[data-color-scheme=dark] .lk-page .line.shadowed {
  box-shadow: none;
  border: 1px solid #515155;
}
[data-color-scheme=dark] .lk-page .column,
[data-color-scheme=dark] .lk-page .col-big,
[data-color-scheme=dark] .lk-page .col-small {
  box-shadow: none;
  border: 1px solid #515155;
}
[data-color-scheme=dark] .lk-page .history-line .history .no-history {
  box-shadow: none;
  border: 1px solid #515155;
}
[data-color-scheme=dark] .lk-page .table-head {
  border-color: #515155 !important;
}

.blog.static-page {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
}

.blog-title h1 {
  font-weight: 700;
  color: var(--black);
  position: relative;
  font-size: 21px;
  line-height: 120%;
  margin: 10px 0 15px;
}
.blog-title h1:after {
  content: "";
  width: 77px;
  height: 3px;
  margin-top: 13px;
  background: #D9030E;
  display: block;
}
.blog-title h1 span {
  color: #D9030E;
}

.blog-list .row {
  margin-left: -15px;
  margin-right: -15px;
  box-sizing: border-box;
}
.blog-list .item {
  box-sizing: border-box;
  margin: 0 15px 40px;
  width: calc(100% - 30px);
  padding: 10px 10px 28px;
  border: 1px solid var(--gray-light);
  box-shadow: 0 12px 35px rgba(202, 205, 219, 0.25);
  border-radius: 12px;
}
.blog-list .item .photo {
  margin-bottom: 20px;
}
.blog-list .item .photo .image-background {
  max-width: 100%;
  border-radius: 11px 11px 1px 1px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  width: 100%;
  margin: auto;
}
.blog-list .item .photo .image-background:before {
  content: "";
  padding-top: 65.3%;
  float: left;
}
.blog-list .item .title {
  margin-bottom: 20px;
}
.blog-list .item .title a {
  font-weight: bold;
  line-height: 120%;
  letter-spacing: -0.0099em;
  color: var(--black);
  text-align: left;
  font-size: 16px;
}
.blog-list .item .title a:hover {
  color: #D9030E;
}
.blog-list .item .introtext {
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.05em;
  color: var(--gray-darker);
  font-size: 14px;
}
.blog-list .item .introtext a.to-full {
  margin-top: 22px;
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.05em;
  text-decoration-line: underline;
  color: #D9030E;
}

.blog .pagination {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.blog .pagination li {
  background: var(--white);
  border: 1px solid var(--gray-light);
  border-radius: 5px;
  margin: 0 15px 15px;
}
.blog .pagination li a {
  color: var(--gray-darker);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}
.blog .pagination li.active, .blog .pagination li:hover {
  background: #D9030E;
  border: 1px solid #D9030E;
}
.blog .pagination li.active a, .blog .pagination li:hover a {
  color: var(--white);
}
.blog .pagination .prev,
.blog .pagination .next {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.blog .pagination .prev:hover:before,
.blog .pagination .next:hover:before {
  background-color: var(--white);
}
.blog .pagination .prev:before,
.blog .pagination .next:before {
  content: "";
  display: block;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 16px;
  height: 17px;
  background-color: var(--gray-darker);
  mask: url("/img/redesign/next-page.svg");
  -webkit-mask: url("/img/redesign/next-page.svg");
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%;
}
.blog .pagination .prev.disabled,
.blog .pagination .next.disabled {
  cursor: not-allowed;
  background-color: var(--white);
  opacity: 0.7;
  border: 1px solid var(--gray-light);
}
.blog .pagination .prev.disabled:hover:before,
.blog .pagination .next.disabled:hover:before {
  background-color: var(--gray-darker);
}
.blog .pagination .prev a,
.blog .pagination .next a {
  position: absolute;
  background-color: transparent !important;
  display: block;
  width: 100%;
  height: 100%;
  color: transparent !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.blog .pagination .prev:before {
  transform: rotate(180deg);
}
.blog .more-info {
  padding: 14px 9px 2px;
  margin-bottom: 19px;
}
.blog .more-info .author,
.blog .more-info .date,
.blog .more-info .comments,
.blog .more-info .starrr {
  width: 50%;
  box-sizing: border-box;
  font-weight: 400;
  line-height: 120%;
  color: var(--gray-darker);
  margin-bottom: 10px;
  position: relative;
  display: inline-flex;
  align-items: center;
  font-size: 12px;
}
.blog .more-info .author:before,
.blog .more-info .date:before,
.blog .more-info .comments:before,
.blog .more-info .starrr:before {
  display: block;
  content: "";
  width: 15px;
  height: 16px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  flex-shrink: 0;
  margin-right: 6px;
}
.blog .more-info .author:before {
  background-image: url("/img/redesign/author.svg");
}
.blog .more-info .comments:before {
  background-image: url("/img/redesign/comments.svg");
}
.blog .more-info .date {
  justify-content: flex-end;
}
.blog .more-info .date:before {
  background-image: url("/img/redesign/blog-calendar.svg");
}
.blog .more-info .starrr {
  justify-content: flex-end;
}
.blog .more-info .starrr:before {
  display: none;
}
.blog .more-info .starrr .star {
  width: 18px;
  height: 18px;
  background-image: url("/img/redesign/star.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin: 0 2px;
}
.blog .more-info .starrr .star.filled {
  background-image: url("/img/redesign/star-filled.svg");
}

@media (min-width: 600px) {
  .blog-list .item {
    width: calc(50% - 30px);
  }
}
@media (min-width: 1000px) {
  .blog-title h1 {
    font-size: 42px;
    line-height: 116%;
    margin: 57px 0 43px;
  }
  .blog-title h1:after {
    margin-top: 19px;
    width: 195px;
    height: 4px;
  }
  .blog-list .item {
    width: calc(33% - 30px);
    padding: 17px 16px 32px;
  }
  .blog-list .item .photo {
    margin-bottom: 37px;
  }
  .blog-list .item .title a {
    font-size: 21px;
  }
  .blog-list .item .introtext {
    font-size: 16px;
  }
  .blog-list .item .introtext a.to-full {
    font-size: 16px;
  }
  .blog .more-info {
    padding: 11px 15px 0;
    margin-bottom: 21px;
  }
  .blog .more-info .author,
  .blog .more-info .date,
  .blog .more-info .comments,
  .blog .more-info .starrr {
    font-size: 14px;
    margin-bottom: 12px;
  }
}
[data-color-scheme=dark] .blog-list .item {
  border-color: #515155;
  box-shadow: none;
}
[data-color-scheme=dark] .blog-list .item .photo .image-background {
  border-radius: 11px;
}

.blog.static-page,
.blog .blog-page {
  font-family: "Montserrat", sans-serif !important;
  padding-bottom: 50px;
}
.blog.static-page .static-img,
.blog .blog-page .static-img {
  margin: 0 0 50px !important;
}
.blog.static-page .static-img img,
.blog .blog-page .static-img img {
  width: 100% !important;
  margin: 0 !important;
}
.blog.static-page h1,
.blog .blog-page h1 {
  margin: 12px 0 20px;
  font-weight: 700;
  font-size: 28px;
  line-height: 116%;
  color: var(--black);
}
.blog.static-page h1 span,
.blog .blog-page h1 span {
  font-size: 28px !important;
  color: #D9030E !important;
  font-weight: bold;
}
.blog.static-page h2,
.blog.static-page h2 span,
.blog .blog-page h2,
.blog .blog-page h2 span {
  font-weight: 700;
  font-size: 28px !important;
  line-height: 116%;
  color: var(--black);
  clear: both;
}
.blog.static-page h3,
.blog .blog-page h3 {
  display: flex;
  align-items: center;
  font-style: normal;
  font-size: 21px;
  line-height: 120%;
  color: var(--black);
  margin-top: 27px;
  font-weight: bold;
}
.blog.static-page h3 .marked:before,
.blog .blog-page h3 .marked:before {
  content: "";
  height: 24px;
  width: 3px;
  background: #D9030E;
  display: block;
  flex-shrink: 0;
  margin-right: 15px;
}
.blog.static-page p, .blog.static-page span, .blog.static-page b, .blog.static-page em, .blog.static-page ul li, .blog.static-page ol li, .blog.static-page a,
.blog .blog-page p,
.blog .blog-page span,
.blog .blog-page b,
.blog .blog-page em,
.blog .blog-page ul li,
.blog .blog-page ol li,
.blog .blog-page a {
  font-family: "Montserrat", sans-serif !important;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0.05em;
  color: var(--gray-darker) !important;
  text-align: left;
}
.blog.static-page strong, .blog.static-page b,
.blog .blog-page strong,
.blog .blog-page b {
  color: var(--black);
  font-weight: 700 !important;
}
.blog.static-page strong > *, .blog.static-page b > *,
.blog .blog-page strong > *,
.blog .blog-page b > * {
  font-weight: 700 !important;
}
.blog.static-page em,
.blog .blog-page em {
  font-style: italic !important;
}
.blog.static-page p,
.blog .blog-page p {
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  color: var(--gray-darker);
  margin-bottom: 12px;
}
.blog.static-page a,
.blog .blog-page a {
  text-decoration: none;
  color: #D9030E !important;
  font-size: 14px;
}
.blog.static-page a:hover,
.blog .blog-page a:hover {
  text-decoration: underline;
}
.blog.static-page ul, .blog.static-page ol,
.blog .blog-page ul,
.blog .blog-page ol {
  padding-left: 28px;
  margin-top: 0;
}
.blog.static-page ul li, .blog.static-page ol li,
.blog .blog-page ul li,
.blog .blog-page ol li {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0.05em;
  color: var(--gray-darker);
  margin-bottom: 9px;
  list-style-position: inside;
}
.blog.static-page ul,
.blog .blog-page ul {
  list-style-type: disc !important;
}
.blog.static-page ul li,
.blog .blog-page ul li {
  list-style-type: disc;
}
.blog.static-page img,
.blog .blog-page img {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: auto !important;
  border-radius: 10px !important;
  overflow: hidden;
  margin: 0 0 20px !important;
}
.blog.static-page .more-info,
.blog .blog-page .more-info {
  padding-top: 30px;
  clear: both;
}
.blog.static-page .more-info .author,
.blog.static-page .more-info .date,
.blog.static-page .more-info .comments,
.blog.static-page .more-info .starrr,
.blog .blog-page .more-info .author,
.blog .blog-page .more-info .date,
.blog .blog-page .more-info .comments,
.blog .blog-page .more-info .starrr {
  width: auto;
  margin-right: 30px;
}

.blog-bread ul {
  list-style-type: none !important;
  font-family: "Montserrat", sans-serif !important;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0.05em;
  color: var(--gray-darker) !important;
  padding: 0;
}
.blog-bread ul li {
  display: inline;
  margin-right: 20px;
}
.blog-bread ul li a, .blog-bread ul li span {
  font-size: 14px;
}
.blog-bread ul li a {
  display: inline-flex;
  align-items: center;
  text-decoration: underline;
  color: #D9030E !important;
  position: relative;
}
.blog-bread ul li a:hover {
  text-decoration: underline dotted;
}
.blog-bread ul li a:after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  mask: url("/img/redesign/next-page.svg");
  -webkit-mask: url("/img/redesign/next-page.svg");
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%;
  background-color: var(--gray-darker);
  position: relative;
  left: 14px;
}

.grecaptcha-badge {
  display: none;
}

.g-recaptcha.red-button {
  margin-bottom: 0;
}

.blog-bread {
  margin-bottom: 30px;
}

.blog-single-head {
  padding-bottom: 30px;
}
.blog-single-head .left,
.blog-single-head .right {
  width: 100%;
  box-sizing: border-box;
}
.blog-single-head .left .title h1 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 24px;
}
.blog-single-head .left .anchors ol {
  padding: 0 0 0 35px;
  margin: 0 0 30px;
}
.blog-single-head .left .anchors ol li {
  margin-bottom: 15px;
}
.blog-single-head .left .anchors ol li::marker, .blog-single-head .left .anchors ol li a {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  text-decoration-line: underline;
  color: #D9030E;
}
.blog-single-head .left .anchors ol li a {
  position: relative;
}
.blog-single-head .left .anchors ol li a:before {
  content: "";
  width: 2px;
  height: 24px;
  position: absolute;
  left: -35px;
  top: 2px;
  background: transparent;
}
.blog-single-head .left .anchors ol li a:hover {
  text-decoration: none;
}
.blog-single-head .left .anchors ol li a:hover:before {
  background: #D9030E;
}
.blog-single-head .right {
  display: none;
}
.blog-single-head .right .image-main {
  padding-top: 15px;
}
.blog-single-head .right .image-main img {
  max-width: 100%;
  float: right;
  border-radius: 20px;
  overflow: hidden;
}

@media (min-width: 600px) {
  .blog.static-page h1, .blog.static-page h2,
  .blog .blog-page h1,
  .blog .blog-page h2 {
    margin: 53px 0 38px;
  }
  .blog.static-page img,
  .blog .blog-page img {
    width: 400px !important;
    height: auto !important;
    margin: 20px !important;
  }
  .blog.static-page img.left,
  .blog .blog-page img.left {
    margin: 20px 20px 20px 0 !important;
  }
  .blog.static-page img.right,
  .blog .blog-page img.right {
    margin: 20px 0 20px 20px !important;
  }
  .blog.static-page img.center,
  .blog .blog-page img.center {
    margin: 20px !important;
  }
  .blog.static-page p, .blog.static-page span, .blog.static-page b, .blog.static-page em, .blog.static-page ul li, .blog.static-page ol li, .blog.static-page a,
  .blog .blog-page p,
  .blog .blog-page span,
  .blog .blog-page b,
  .blog .blog-page em,
  .blog .blog-page ul li,
  .blog .blog-page ol li,
  .blog .blog-page a {
    font-size: 16px !important;
  }
  .blog.static-page p,
  .blog .blog-page p {
    margin-bottom: 38px;
  }
  .blog-bread ul li {
    display: inline;
  }
  .blog-bread ul li a, .blog-bread ul li span {
    font-size: 16px;
  }
  .blog-single-head .right {
    padding-left: 28px;
  }
}
@media (min-width: 992px) {
  .blog-single-head {
    margin-top: 23px;
  }
  .blog-single-head .left .title h1 {
    font-size: 36px;
    margin-bottom: 70px;
  }
  .blog-single-head .left .anchors ol li::marker, .blog-single-head .left .anchors ol li a {
    font-size: 21px;
  }
}
.shortcode.to-autopark {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  clear: both;
}
.shortcode.to-autopark .w-50 {
  width: 100%;
  box-sizing: border-box;
}
.shortcode.to-autopark .image-background {
  background: url("../img/redesign/shortcode-to-autopark.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 220px;
}
.shortcode.to-autopark .text {
  background: var(--brown-middle-rgba);
  padding: 29px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.shortcode.to-autopark .text h3 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px !important;
  line-height: 160%;
  letter-spacing: 0.05em;
  color: var(--black);
  margin: 0 0 20px;
  padding: 0;
}
.shortcode.to-autopark .text ul {
  padding: 0;
  margin: 0 0 27px;
}
.shortcode.to-autopark .text ul li {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0.05em;
  color: var(--black);
}
.shortcode.rating-shortcode {
  width: 100%;
  float: right;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}
.shortcode.rating-shortcode .wrapper {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 380px;
  max-width: 100%;
  padding: 24px 38px;
  background: var(--white);
  box-shadow: 0 12px 35px rgba(202, 205, 219, 0.25);
  border-radius: 20px;
  margin: 0 0 50px 0;
}
.shortcode.rating-shortcode h3 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px !important;
  line-height: 140%;
  color: var(--black);
  margin: 0 0 30px;
}
.shortcode.rating-shortcode .review-card {
  margin-bottom: 21px;
}
.shortcode.rating-shortcode .review-card a {
  align-items: center;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.2;
  color: #D9030E !important;
  text-decoration: underline;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.shortcode.rating-shortcode .review-card .location-title {
  display: inline-block;
  margin-right: 23px;
  font-size: 16px !important;
  line-height: 1.2;
  color: #D9030E !important;
  text-decoration: underline;
  min-width: 96px;
}
.shortcode.rating-shortcode .review-card .rating {
  display: inline-block;
  width: 155px;
  height: 25px;
  background-image: url("../img/redesign/location-rating.png");
  background-size: contain;
  background-repeat: no-repeat;
  float: right;
}
.shortcode.rating-shortcode a.red-button {
  margin: 20px auto 0;
}
.shortcode a.red-button {
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  text-decoration: none !important;
  color: var(--white) !important;
  display: inline-flex;
  align-items: center;
  padding: 19px 22px 19px 33px;
  border-radius: 7px;
}
.shortcode a.red-button:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../img/redesign/next-page.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-left: 13px;
}

@media (min-width: 992px) {
  .shortcode.to-autopark .w-50 {
    width: 50%;
  }
  .shortcode.to-autopark .image-background {
    min-height: 317px;
  }
  .shortcode.to-autopark .text {
    padding: 27px;
    justify-content: flex-start;
  }
  .shortcode.to-autopark .text h3 {
    margin: 0 0 44px;
  }
  .shortcode.to-autopark .text a.red-button {
    margin-left: 0;
  }
  .shortcode.rating-shortcode {
    width: 512px;
    display: inline-flex;
    margin-right: 20px;
  }
  .shortcode.rating-shortcode .wrapper {
    width: 512px;
    margin-left: 65px;
    padding: 30px 68px;
  }
  .shortcode.rating-shortcode h3 {
    font-size: 21px !important;
    line-height: 220%;
  }
  .shortcode.rating-shortcode .review-card .location-title {
    min-width: 145px;
    font-size: 21px !important;
  }
  .shortcode.rating-shortcode .review-card .rating {
    width: 194px;
    height: 33px;
  }
  .shortcode a.red-button {
    font-size: 18px;
    text-transform: uppercase;
  }
}
@media (min-width: 1200px) {
  .shortcode.to-autopark .text {
    padding: 36px 37px 37px 114px;
  }
}
@media (min-width: 1550px) {
  .shortcode.rating-shortcode {
    margin-right: 0;
  }
}
[data-color-scheme=dark] .shortcode.rating-shortcode .wrapper {
  box-shadow: none;
  border: 1px solid #515155;
}
[data-color-scheme=dark] .shortcode a.red-button {
  color: var(--black) !important;
}

.comments .block-title {
  font-weight: 700;
  color: var(--black);
  position: relative;
  font-size: 21px;
  line-height: 120%;
  margin: 15px 0;
  clear: both;
}
.comments .block-title:after {
  content: "";
  width: 77px;
  height: 3px;
  margin-top: 13px;
  background: #D9030E;
  display: block;
}
.comments .block-title span {
  color: #D9030E;
  font-size: 21px;
  line-height: 120%;
}
.comments .row {
  margin-left: -15px;
  margin-right: -15px;
}
.comments .col-half,
.comments .col-full {
  box-sizing: border-box;
  margin: 0 15px;
  width: calc(100% - 30px);
}
.comments form#comment-add {
  width: 870px;
  max-width: 100%;
}
.comments .input-wrapper {
  margin-bottom: 15px;
  min-height: 52px;
  height: auto;
}
.comments .input-wrapper textarea {
  box-sizing: border-box;
  display: block;
  border: 0;
  width: 100%;
  height: 87px;
  outline: none;
}
.comments .list .item {
  box-sizing: border-box;
  margin-bottom: 40px;
  padding: 10px 10px 28px;
  border: 1px solid var(--gray-light);
  box-shadow: 0 12px 35px rgba(202, 205, 219, 0.25);
  border-radius: 12px;
  width: 870px;
  max-width: 100%;
  clear: both;
}
.comments .list .item .text {
  padding: 0 15px;
  color: var(--black);
}

@media (min-width: 600px) {
  .comments .col-half {
    width: calc(50% - 30px);
  }
}
[data-color-scheme=dark] .comments .list .item {
  box-shadow: none;
  border-color: #515155;
}

.city-block {
  font-family: "Montserrat", sans-serif;
}
.city-block .section-title h1 {
  font-weight: 700;
  color: var(--black);
  position: relative;
  margin-bottom: 29px;
  font-size: 21px;
  line-height: 120%;
}
.city-block .section-title h1:after {
  content: "";
  margin-top: 14px;
  background: #D9030E;
  display: block;
  width: 77px;
  height: 3px;
}
.city-block .section-title h1 span {
  color: #D9030E;
}
.city-block .section-title .description {
  display: inline-block;
  width: 870px;
  max-width: 100%;
  font-style: normal;
  font-weight: 400;
  color: var(--gray-darker);
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.05em;
  margin-bottom: 29px;
}
.city-block .asrow {
  box-sizing: border-box;
  margin-left: -15px;
  margin-right: -15px;
}
.city-block .col-third {
  box-sizing: border-box;
  margin: 0 15px 40px;
  padding: 11px 11px 22px;
  width: 100%;
  background: var(--white);
  border: 1px solid var(--gray-light);
  border-radius: 12px;
}
.city-block .city-list .item:hover .title {
  color: #D9030E;
}
.city-block .city-list .item .photo {
  max-width: 100%;
  margin-bottom: 16px;
}
.city-block .city-list .item .photo .image-background {
  border-radius: 11px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  width: 100%;
  margin: auto;
}
.city-block .city-list .item .photo .image-background:before {
  content: "";
  padding-top: 65.8%;
  float: left;
}
.city-block .city-list .item .title {
  font-style: normal;
  font-size: 16px;
  line-height: 120%;
  color: var(--black);
  font-weight: bold;
}

@media (min-width: 600px) {
  .city-block .col-third {
    width: calc(50% - 30px);
    margin: 0 15px 30px;
  }
  .city-block .item .title {
    font-size: 18px;
  }
}
@media (min-width: 1000px) {
  .city-block .col-third {
    width: calc(33% - 30px);
  }
  .city-block .section-title h1 {
    font-size: 42px;
    line-height: 116%;
  }
  .city-block .section-title h1:after {
    margin-top: 19px;
    width: 195px;
    height: 4px;
  }
  .city-block .section-title .description {
    font-size: 18px;
    line-height: 160%;
    margin-bottom: 53px;
  }
}
[data-color-scheme=dark] .city-block .col-third {
  border-color: var(--gray-middle);
}

.contact-page .w-50 {
  width: 100%;
  box-sizing: border-box;
}
.contact-page .asrow {
  box-sizing: border-box;
  margin-left: -15px;
  margin-right: -15px;
}
.contact-page .col-half {
  box-sizing: border-box;
  width: calc(100% - 30px);
  margin: 0 15px 30px;
  background: var(--white);
  border: 1px solid var(--gray-light);
  border-radius: 12px;
}
.contact-page .contact-block .item {
  padding: 25px 14px 36px;
}
.contact-page .contact-block .item .location-title {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  color: var(--black);
  margin-bottom: 14px;
}
.contact-page .contact-block .item .map {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 36px;
}
.contact-page .contact-block .item span {
  display: block;
}
.contact-page .contact-block .item span b {
  display: block;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  color: var(--black);
  margin-bottom: 6px;
  font-size: 16px;
}
.contact-page .contact-block .item p {
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: var(--gray-darker);
  margin-bottom: 23px;
  font-size: 14px;
  line-height: 150%;
}
.contact-page .contact-block .item a {
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-decoration-line: underline;
  color: #D9030E;
  font-size: 14px;
  line-height: 130%;
}
.contact-page .contact-block .item a:hover {
  text-decoration: underline dotted;
}
.contact-page .offices-types-block {
  padding: 25px 14px 6px;
  margin-bottom: 30px;
  border-radius: 12px;
  background: var(--purple-very-light);
}
.contact-page .offices-types-block .block-title {
  display: block;
  font-size: 22px !important;
  margin-bottom: 20px;
  font-weight: bold;
  color: var(--black) !important;
}
.contact-page .offices-types-block .col-half {
  border: none;
  background: inherit !important;
}
.contact-page .offices-types-block .office:first-child {
  margin-bottom: 45px;
}
.contact-page .offices-types-block .office .title {
  color: var(--black) !important;
  font-family: "Montserrat", sans-serif;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 700;
  line-height: 116%;
  margin-bottom: 13px;
}
.contact-page .offices-types-block .office .subtitle {
  color: #D9030E !important;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  font-size: 15px;
  margin-bottom: 20px;
}
.contact-page .offices-types-block .office .link {
  margin-bottom: 22px;
}
.contact-page .offices-types-block .office .link b {
  display: block;
  width: 100%;
  color: var(--black);
  font-size: 15px !important;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
.contact-page .offices-types-block .office .link a {
  color: #D9030E;
  font-size: 15px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 1.05px;
  text-decoration-line: underline;
}
.contact-page .offices-types-block .office .link a:hover {
  text-decoration: underline dotted;
}

@media (min-width: 465px) {
  .contact-page .offices-types-block .office .link b {
    display: inline-block;
    min-width: 150px;
    width: auto;
  }
}
@media (min-width: 1000px) {
  .contact-page .w-50 {
    width: 50%;
  }
  .contact-page .col-half {
    width: calc(50% - 30px);
    margin: 0 15px 30px;
  }
  .contact-page .col-half.w-100 {
    width: 100%;
  }
  .contact-page .contact-block .item {
    padding: 42px 40px;
  }
  .contact-page .contact-block .item .location-title {
    font-size: 28px;
    line-height: 116%;
    margin-bottom: 20px;
  }
  .contact-page .contact-block .item .map.w-50, .contact-page .contact-block .item .info.w-50 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .contact-page .contact-block .item .map {
    margin-bottom: 42px;
  }
  .contact-page .contact-block .item .address {
    min-height: 52px;
  }
  .contact-page .contact-block .item span b {
    margin-bottom: 12px;
    font-size: 21px;
  }
  .contact-page .contact-block .item p {
    font-size: 16px;
    line-height: 160%;
    margin-bottom: 18px;
  }
  .contact-page .contact-block .item a {
    font-size: 16px;
    line-height: 160%;
  }
  .contact-page .offices-types-block {
    padding: 31px 40px 24px;
    margin-bottom: 57px;
  }
  .contact-page .offices-types-block .block-title {
    font-size: 28px !important;
    text-align: center;
    margin-bottom: 42px;
  }
  .contact-page .offices-types-block .office:first-child {
    margin-bottom: 0;
  }
  .contact-page .offices-types-block .office .title {
    font-size: 28px !important;
  }
  .contact-page .offices-types-block .office .subtitle {
    font-size: 21px;
    margin-bottom: 45px;
  }
  .contact-page .offices-types-block .office .link b {
    font-size: 21px !important;
  }
  .contact-page .offices-types-block .office .link a {
    font-size: 21px !important;
  }
}
[data-color-scheme=dark] .contact-page .offices-types-block {
  background: var(--white);
  border: 1px solid var(--gray-middle);
}
[data-color-scheme=dark] .contact-page .col-half {
  border-color: var(--gray-middle);
}

.blog.static-page .faq-container {
  font-family: "Montserrat", sans-serif;
}
.blog.static-page .faq-container .description {
  font-style: normal;
  font-weight: 400;
  color: var(--gray-darker);
  margin-bottom: 32px;
  font-size: 14px;
  line-height: 140%;
}
.blog.static-page .faq-container h2 {
  font-style: normal;
  font-weight: 700;
  color: var(--black);
  margin: 0 0 54px;
  font-size: 18px;
  line-height: 120%;
}
.blog.static-page .faq-container .accordion {
  background: var(--white);
  border: 1px solid var(--gray-light);
  border-radius: 12px;
  width: 100%;
  margin: 0 0 50px;
  padding: 22px 17px 41px 15px;
  box-sizing: border-box;
}
.blog.static-page .faq-container .accordion .item.open .title {
  margin-bottom: 14px;
}
.blog.static-page .faq-container .accordion .item.open .title:after {
  background-image: url("/img/redesign/minus.svg");
}
.blog.static-page .faq-container .accordion .item:last-child .text {
  margin-bottom: 0;
}
.blog.static-page .faq-container .accordion .item:last-child:not(.open) .title {
  margin-bottom: 0;
}
.blog.static-page .faq-container .accordion .item .title {
  font-style: normal;
  font-weight: bold;
  line-height: 120%;
  letter-spacing: -0.0099em;
  color: var(--black);
  margin-bottom: 31px;
  cursor: pointer;
  transition: all 0.2s ease-out;
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 40px;
  font-size: 16px;
}
.blog.static-page .faq-container .accordion .item .title:after {
  content: "";
  font-size: 20px;
  color: #D9030E;
  position: absolute;
  right: 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/img/redesign/plus.svg");
  width: 14px;
  height: 14px;
}
.blog.static-page .faq-container .accordion .item .text {
  display: none;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: var(--gray-darker);
  margin-bottom: 36px;
  font-size: 14px;
  line-height: 150%;
}
.blog.static-page .faq-container .accordion .item .text p, .blog.static-page .faq-container .accordion .item .text ul li, .blog.static-page .faq-container .accordion .item .text ol li, .blog.static-page .faq-container .accordion .item .text em, .blog.static-page .faq-container .accordion .item .text b, .blog.static-page .faq-container .accordion .item .text strong {
  font-size: 14px !important;
}
.blog.static-page .faq-container .accordion .item .text p:last-child {
  margin-bottom: 0;
}
.blog.static-page .faq-container .accordion > p {
  margin-bottom: 0;
}

.blog.static-page .faq-wrapper img {
  max-width: 100% !important;
  width: auto !important;
  height: auto;
  display: block;
  box-sizing: border-box;
  margin: 0 0 !important;
}

.faq-categories {
  padding-top: 30px;
  padding-bottom: 50px;
  margin: 0 -15px;
  box-sizing: border-box;
}
.faq-categories .category-card {
  padding: 32px 42px 42px;
  border: 1px solid var(--gray-border);
  margin: 0 15px 50px;
  width: 100%;
  box-sizing: border-box;
  border-radius: 12px;
  text-decoration: none !important;
  transition: border-color 0.2s ease-out;
  overflow: hidden;
}
.faq-categories .category-card:before {
  content: "";
  display: block;
  width: 46px;
  height: 46px;
  background-color: #D9030E;
  position: absolute;
  top: calc(50% - 23px);
  left: -23px;
  border-radius: 50%;
  z-index: -1;
  transition: left 0.2s ease-out;
}
.faq-categories .category-card:hover, .faq-categories .category-card:focus {
  border-color: #D9030E;
}
.faq-categories .category-card:hover:before, .faq-categories .category-card:focus:before {
  left: -15px;
}
.faq-categories .category-card .name, .faq-categories .category-card .description {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 16px;
}
.faq-categories .category-card .name {
  font-weight: 500;
  color: var(--black);
  margin: 0 0 32px;
}
.copy-faq-anchor {
  margin: 0 0 0 20px;
  padding: 0;
  border: none;
  cursor: pointer;
  background-color: transparent;
  display: inline-flex;
}
.copy-faq-anchor.red svg {
  color: #D9030E;
}
.copy-faq-anchor svg {
  width: 20px;
  height: 20px;
  color: var(--gray-middle);
}

@media (min-width: 600px) {
  .faq-categories .category-card {
    width: calc(50% - 30px);
  }
}
@media (min-width: 1000px) {
  .blog.static-page .faq-container .description {
    font-size: 18px;
    line-height: 160%;
    margin-bottom: 41px;
  }
  .blog.static-page .faq-container h2 {
    font-size: 28px;
    line-height: 116%;
    margin: 0 0 43px;
  }
  .blog.static-page .faq-container .accordion {
    width: calc(100% - 120px);
    margin: 0 60px 40px;
    padding: 60px 40px;
  }
  .blog.static-page .faq-container .accordion .item.open .title {
    margin-bottom: 17px;
  }
  .blog.static-page .faq-container .accordion .item .title {
    font-size: 21px !important;
    margin-bottom: 46px;
  }
  .blog.static-page .faq-container .accordion .item .title:after {
    width: 20px;
    height: 20px;
  }
  .blog.static-page .faq-container .accordion .item .text {
    font-size: 18px;
    line-height: 160%;
    margin-bottom: 45px;
  }
  .blog.static-page .faq-container .accordion .item .text p, .blog.static-page .faq-container .accordion .item .text ul li, .blog.static-page .faq-container .accordion .item .text ol li, .blog.static-page .faq-container .accordion .item .text em, .blog.static-page .faq-container .accordion .item .text b, .blog.static-page .faq-container .accordion .item .text strong {
    font-size: 18px !important;
  }
  .faq-categories .category-card {
    width: calc(33% - 30px);
  }
  .faq-categories .category-card .name, .faq-categories .category-card .description {
    font-size: 18px;
  }
}
[data-color-scheme=dark] .blog.static-page .faq-container .accordion {
  border-color: var(--gray-middle);
}

.error-page .error {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: var(--gray-darker);
}
.error-page .error .photo {
  width: 580px;
  max-width: 100%;
  margin-bottom: 25px;
}
.error-page .error .photo img {
  max-width: 100%;
}
.error-page .error .info {
  font-size: 16px;
  margin-bottom: 25px;
}
.error-page .error .red-button {
  margin-bottom: 20px;
}
.error-page .error a:not(.red-button) {
  color: #D9030E;
  text-decoration: underline;
}
.error-page .error a:not(.red-button):hover {
  text-decoration: underline dotted;
}

.feedback-request {
  background-color: var(--white);
  min-height: 50vh;
}
.feedback-request h1 {
  padding-bottom: 19px;
  display: block;
  position: relative;
  top: 19px;
  margin-bottom: 43px;
}
.feedback-request h1:after {
  content: "";
  width: 195px;
  height: 4px;
  background-color: #D9030E;
  display: block;
  clear: bottom;
  margin-top: 19px;
}
.feedback-request h1 .red {
  color: #D9030E;
}
.feedback-request p {
  margin-bottom: 50px;
}
.feedback-request .rate h1 {
  margin-bottom: 69px;
}
.feedback-request .rate .rating {
  position: relative;
}
.feedback-request .rate .rating .star {
  display: block;
  margin: 0 16px;
  width: 65px;
  height: 62px;
  background-image: url("/img/redesign/star-empty.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.feedback-request .rate .rating .star.filled {
  background-image: url("/img/redesign/star-full.svg");
}
.feedback-request .rate .rate-button-wrapper {
  min-height: 152px;
}
.feedback-request .rate .rate-button-wrapper .rate-button {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  text-align: center;
  color: var(--white);
  background: #D9030E;
  border-radius: 6px;
  padding: 11px 40px;
  transition: all 0.2s ease-out;
  margin: 50px auto 60px;
  border: none;
  cursor: pointer;
}
.feedback-request .rate .rate-button-wrapper .rate-button:hover, .feedback-request .rate .rate-button-wrapper .rate-button:active, .feedback-request .rate .rate-button-wrapper .rate-button:focus {
  opacity: 0.9;
}
.feedback-request .google-maps-links-wrapper {
  margin-bottom: 35px;
  flex-direction: column;
  align-items: center;
}
.feedback-request .google-maps-links-wrapper .google-maps-link {
  padding: 11px 22px;
  background: var(--white);
  border: 1px solid #D9030E;
  border-radius: 6px;
  margin: 0 17px 17px;
  display: inline-flex;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  cursor: pointer;
  color: var(--black);
  transition: all 0.2s ease-out;
}
.feedback-request .google-maps-links-wrapper .google-maps-link:hover {
  left: 3px;
}
.feedback-request .google-maps-links-wrapper .google-maps-link:after {
  width: 73px;
  height: 30px;
  background-image: url("/img/redesign/to-google-maps.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  display: block;
  position: relative;
  left: 0;
}

@media (min-width: 600px) {
  .feedback-request .google-maps-links-wrapper {
    flex-direction: row;
  }
}
header.furgonetas-header {
  display: flex;
  padding: 15px 0;
}
header.furgonetas-header .w-100 {
  width: 100%;
}
header.furgonetas-header .logo {
  max-width: 140px;
}
header.furgonetas-header .logo img {
  max-width: 100%;
}
header.furgonetas-header a.phone {
  border: solid 2px #D9030E;
  color: var(--black);
  font-weight: 500;
  transition: all linear 0.15s;
  background: transparent;
  padding: 0 30px;
  display: inline-block;
  font-size: 0.8125rem;
  height: 46px;
  border-radius: 26px;
  line-height: 46px;
}
header.furgonetas-header a.phone:hover {
  background: #F16500;
  border-color: #F16500;
  color: var(--white);
  transition: all linear 0.15s;
}

footer.furgonetas-footer {
  background: var(--white);
  padding-bottom: 50px;
  padding-top: 60px;
  border-top: solid 1px var(--gray-pre-middle);
}
footer.furgonetas-footer .md-1-3,
footer.furgonetas-footer .md-2-3,
footer.furgonetas-footer .sm-1-3 {
  box-sizing: border-box;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}
footer.furgonetas-footer .footer-flex {
  width: 100%;
}
footer.furgonetas-footer .footer-flex .footer-icons {
  width: 100%;
  display: flex;
  justify-content: center;
  max-width: none;
  margin-top: 0;
}
footer.furgonetas-footer .footer-logo {
  max-width: 140px;
  margin: 0 auto 30px;
  display: block;
}
footer.furgonetas-footer .footer-icons {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  margin-top: 40px;
}
footer.furgonetas-footer .footer-icons a {
  display: flex;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  border: solid 1px #D9030E;
  margin-right: 15px;
  align-items: center;
  justify-content: center;
  transition: all linear 0.15s;
}
footer.furgonetas-footer .footer-icons a:hover {
  background: #F16500;
  border-color: #F16500;
  transition: all linear 0.15s;
}
footer.furgonetas-footer .footer-icons a img {
  max-width: 100%;
  display: block;
}
footer.furgonetas-footer .footer-phone {
  font-size: 2rem;
  color: var(--black);
  margin-top: 30px;
  display: block;
  width: 100%;
  text-align: center;
}
footer.furgonetas-footer ul {
  list-style: none;
  padding-left: 0;
  margin-top: 40px;
}
footer.furgonetas-footer ul li {
  text-align: center;
}
footer.furgonetas-footer ul li a {
  font-size: 0.9375rem;
  color: #086B88;
  transition: all linear 0.15s;
  line-height: 1.6;
}

.copyright {
  background: var(--white);
  padding-bottom: 90px;
  color: var(--gray-pre-middle);
  font-size: 0.9375rem;
}
.copyright .text-center {
  text-align: center;
}

@media (min-width: 440px) {
  footer.furgonetas-footer ul li {
    text-align: left;
  }
}
@media (min-width: 600px) {
  header.furgonetas-header a.phone {
    line-height: 54px;
    height: 54px;
    border-radius: 27px;
    font-size: 1.125rem;
    padding: 0 40px;
  }
  footer.furgonetas-footer .sm-1-3 {
    width: 33%;
  }
}
@media (min-width: 1000px) {
  footer.furgonetas-footer .md-1-3 {
    width: 33%;
  }
  footer.furgonetas-footer .md-2-3 {
    width: 66%;
  }
  footer.furgonetas-footer .footer-logo {
    margin-left: 0;
  }
  footer.furgonetas-footer .footer-phone {
    margin-top: 0;
    text-align: left;
  }
  footer.furgonetas-footer .footer-flex .footer-icons {
    justify-content: flex-start;
  }
}
.short-links .mb-60 {
  margin-bottom: 60px;
}
.short-links h1 {
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 50px;
}
.short-links h1:after {
  display: block;
  content: "";
  width: 102px;
  height: 3px;
  background: #D9030E;
  position: absolute;
  bottom: 0;
}
.short-links .flash {
  box-sizing: border-box;
  font-weight: bold;
  font-size: 16px;
  border: 2px solid #D9030E;
  border-radius: 4px;
  padding: 12px 15px;
  margin-bottom: 30px;
  text-align: center;
}
.short-links .column {
  width: 375px;
  max-width: 100%;
}
.short-links .column label {
  display: block;
  width: 100%;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: bold;
}
.short-links .column input, .short-links .column select {
  width: 100%;
  display: block;
  height: 46px;
  border-radius: 4px;
  background-color: var(--white);
  border-bottom: 1px solid var(--gray-darkest);
  box-sizing: border-box;
  outline: none;
  box-shadow: none;
  font-size: 16px;
  padding: 4px 15px;
}
.short-links .red-button {
  margin-bottom: 0;
}
.short-links a.short-link {
  font-size: 16px;
  font-weight: bold;
  color: var(--black);
  text-decoration: underline;
}
.short-links a.short-link:hover {
  color: #D9030E;
}
.short-links .small-button {
  box-sizing: border-box;
  border-radius: 4px;
  font-size: 16px;
  border: none;
  color: #D9030E;
  text-decoration: underline;
  font-weight: bold;
}

.amo-utm {
  background-color: white;
  padding-top: 60px;
  padding-bottom: 60px;
}
.amo-utm .mb-60 {
  margin-bottom: 60px;
}
.amo-utm h1 {
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 50px;
}
.amo-utm h1:after {
  display: block;
  content: "";
  width: 102px;
  height: 3px;
  background: #D9030E;
  position: absolute;
  bottom: 0;
}
.amo-utm .flash {
  box-sizing: border-box;
  font-weight: bold;
  font-size: 16px;
  border: 2px solid #D9030E;
  border-radius: 4px;
  padding: 12px 15px;
  margin-bottom: 30px;
  text-align: center;
}
.amo-utm .flash.success {
  border-color: #03d940;
}
.amo-utm .column {
  width: 375px;
  max-width: 100%;
}
.amo-utm .column label {
  display: block;
  width: 100%;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: bold;
}
.amo-utm .column input, .amo-utm .column select {
  width: 100%;
  display: block;
  height: 46px;
  border-radius: 4px;
  background-color: white;
  border-bottom: 1px solid var(--gray-darkest);
  box-sizing: border-box;
  outline: none;
  box-shadow: none;
  font-size: 16px;
  padding: 4px 15px;
}
.amo-utm .red-button {
  margin-bottom: 0;
}
.amo-utm a {
  font-size: 16px;
  font-weight: bold;
  color: var(--black);
  text-decoration: underline;
}
.amo-utm a:hover {
  color: #D9030E;
}
.amo-utm .small-button {
  box-sizing: border-box;
  border-radius: 4px;
  font-size: 16px;
  border: none;
  color: #D9030E;
  text-decoration: underline;
  font-weight: bold;
}

.rules-rent .text-right {
  text-align: right !important;
}
.rules-rent h4 {
  color: var(--black);
}
.rules-rent table {
  width: 100%;
  color: var(--black);
  border: 1px solid #515155;
  margin-bottom: 40px;
}
.rules-rent table tr {
  border-bottom: 1px solid #515155;
}
.rules-rent table tr td, .rules-rent table tr th {
  padding: 4px 8px 10px;
  text-align: left;
}
.rules-rent blockquote {
  display: inline-block;
  margin: 0;
  max-width: calc(100% - 30px);
}
.rules-rent blockquote p {
  margin-bottom: 0 !important;
}
.rules-rent li {
  list-style-position: outside;
}
.rules-rent li p {
  margin: 0 !important;
  display: inline-block;
  max-width: calc(100% - 30px);
}
.rules-rent li p:first-child {
  display: inline;
}

.trustpilot-wrapper {
  margin-top: 15px;
  padding-top: 0;
}
.trustpilot-wrapper .light {
  display: block;
}
.trustpilot-wrapper .dark {
  display: none;
}

@media (min-width: 1000px) {
  .trustpilot-wrapper {
    padding-top: 30px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
[data-color-scheme=dark] .trustpilot-wrapper .light {
  display: none;
}
[data-color-scheme=dark] .trustpilot-wrapper .dark {
  display: block;
}

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