@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);
  --purple-very-light: #FDF2F3;
  --white: white;
  --gray-very-light: #F9FAFD;
  --gray-light: #F0F1F2;
  --gray-middle: #7F7F81;
  --gray-darker: #515155;
  --gray-darkest: #353434;
  --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: #0d0d0d;
  --white: #252525 !important;
  --gray-very-light: #191919;
  --gray-light: #191919;
  --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-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,
#bonus-error,
#affiliate-info {
  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,
#bonus-error .mfp-close,
#affiliate-info .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,
#bonus-error .modal-title,
#affiliate-info .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,
#bonus-error .modal-content,
#affiliate-info .modal-content {
  color: var(--black);
}
#delivery-details .form,
#simple-login .form,
#simple-login-client-info .form,
#bonus-error .form,
#affiliate-info .form {
  padding: 0;
}
#delivery-details .group,
#simple-login .group,
#simple-login-client-info .group,
#bonus-error .group,
#affiliate-info .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,
#bonus-error .group.active label,
#affiliate-info .group.active label {
  border-color: #D9030E;
  color: #D9030E;
}
#delivery-details .group label,
#simple-login .group label,
#simple-login-client-info .group label,
#bonus-error .group label,
#affiliate-info .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,
#bonus-error .group input,
#affiliate-info .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,
#bonus-error .group .select-wrap,
#affiliate-info .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,
#bonus-error .group .select-wrap.active .select-ul,
#affiliate-info .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,
#bonus-error .group .select-wrap.active .default-option:before,
#affiliate-info .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,
#bonus-error .group .select-wrap .default-option,
#affiliate-info .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,
#bonus-error .group .select-wrap .default-option:before,
#affiliate-info .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,
#bonus-error .group .select-wrap .default-option.placeholder,
#affiliate-info .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,
#bonus-error .group .select-wrap .default-option li,
#affiliate-info .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,
#bonus-error .group .select-wrap .select-ul,
#affiliate-info .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,
#bonus-error .group .select-wrap .select-ul li,
#affiliate-info .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,
#bonus-error .group .select-wrap .select-ul li:hover,
#affiliate-info .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,
#bonus-error .group .select-wrap .select-ul li:first-child:hover,
#affiliate-info .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,
#bonus-error .group .select-wrap .select-ul li:last-child:hover,
#affiliate-info .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,
#bonus-error .group .select-wrap .option,
#affiliate-info .group .select-wrap .option {
  display: flex;
  align-items: center;
}
#delivery-details .checkbox,
#simple-login .checkbox,
#simple-login-client-info .checkbox,
#bonus-error .checkbox,
#affiliate-info .checkbox {
  padding-top: 10px;
  margin-bottom: 28px;
}
#delivery-details .checkbox input,
#simple-login .checkbox input,
#simple-login-client-info .checkbox input,
#bonus-error .checkbox input,
#affiliate-info .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,
#bonus-error .checkbox input:checked + label span,
#affiliate-info .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,
#bonus-error .checkbox input:checked + label span::before,
#affiliate-info .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,
#bonus-error .checkbox label,
#affiliate-info .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,
#bonus-error .checkbox label span,
#affiliate-info .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,
#bonus-error .checkbox p,
#affiliate-info .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,
#bonus-error .checkbox p a,
#affiliate-info .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,
#bonus-error .checkbox p a:hover,
#affiliate-info .checkbox p a:hover {
  text-decoration: underline;
}
#delivery-details .red-button,
#simple-login .red-button,
#simple-login-client-info .red-button,
#bonus-error .red-button,
#affiliate-info .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,
#bonus-error a.call-modal,
#affiliate-info 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,
#bonus-error a.call-modal:hover,
#affiliate-info a.call-modal:hover {
  color: #D9030E;
}
#delivery-details .line-hr,
#simple-login .line-hr,
#simple-login-client-info .line-hr,
#bonus-error .line-hr,
#affiliate-info .line-hr {
  text-align: center;
  margin-bottom: 12px;
  color: var(--gray-darker);
  font-family: "Montserrat", sans-serif;
}

#delivery-details {
  width: 285px;
}

.go-up,
.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;
}

#delivery-details b, #delivery-details p {
  margin-bottom: 15px;
  display: block;
}
#delivery-details b {
  margin-bottom: 8px;
}
#delivery-details ul {
  list-style: disc !important;
  padding-left: 15px;
}

[data-color-scheme=dark] #delivery-details,
[data-color-scheme=dark] #simple-login,
[data-color-scheme=dark] #simple-login-client-info,
[data-color-scheme=dark] #bonus-error,
[data-color-scheme=dark] #affiliate-info {
  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] #bonus-error .mfp-close,
[data-color-scheme=dark] #affiliate-info .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] #bonus-error .group input,
[data-color-scheme=dark] #affiliate-info .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] #bonus-error .square-inputs .square-input,
[data-color-scheme=dark] #affiliate-info .square-inputs .square-input {
  border-color: var(--gray-middle);
  background-color: var(--white) !important;
  color: var(--black) !important;
}

.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;
}
.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;
}

@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;
  }
}
[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);
}

.header-redesign {
  background-color: var(--white);
  padding-top: 20px;
  padding-bottom: 25px;
}
.header-redesign .menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.header-redesign .menu .menu-trigger {
  width: 36px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease-out;
  border-radius: 5px;
}
.header-redesign .menu .menu-trigger:before {
  width: 50px;
  height: 26px;
  display: block;
  content: "";
  background-image: url("/img/redesign/menu-trigger.svg");
  background-size: 100% 100%;
}
.header-redesign .menu .menu-trigger:hover {
  background-color: var(--gray-light);
}
.header-redesign .menu .links-wrapper {
  position: relative;
  max-width: 100%;
  display: block;
  width: 100%;
}
.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 .links {
  display: none;
  background-color: var(--white);
  width: 200px;
  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 {
  width: 100%;
  box-sizing: border-box;
  padding-right: 30px;
}
.header-redesign .menu .links-wrapper .links .column .header {
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 120%;
  color: var(--black);
  position: relative;
  margin-bottom: 16px;
}
.header-redesign .menu .links-wrapper .links .column .header:before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 12px);
  left: -11px;
  width: 3px;
  height: 24px;
  background: #D9030E;
}
.header-redesign .menu .links-wrapper .links .column .navigation {
  padding: 0 0 30px;
  display: flex;
  flex-wrap: wrap;
}
.header-redesign .menu .links-wrapper .links .column .navigation ul.left,
.header-redesign .menu .links-wrapper .links .column .navigation ul.right {
  box-sizing: border-box;
  padding: 0;
  margin: 0 !important;
  width: 100%;
}
.header-redesign .menu .links-wrapper .links .column .navigation ul.left li,
.header-redesign .menu .links-wrapper .links .column .navigation ul.right li {
  margin-bottom: 9px;
}
.header-redesign .menu .links-wrapper .links .column .navigation ul.left li a,
.header-redesign .menu .links-wrapper .links .column .navigation ul.right li a {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.2;
  color: var(--gray-darker);
}
.header-redesign .menu .links-wrapper .links .column .navigation ul.left li a:hover,
.header-redesign .menu .links-wrapper .links .column .navigation ul.right li a:hover {
  color: #D9030E;
}
.header-redesign .logo {
  max-width: 80px;
}
.header-redesign .logo a {
  display: block;
}
.header-redesign .logo a img {
  max-width: 100%;
}
.header-redesign .actions .personal-area,
.header-redesign .actions .lang-selector {
  display: flex;
  align-items: center;
  position: relative;
}
.header-redesign .actions .personal-area > a:hover, .header-redesign .actions .personal-area.active > a, .header-redesign .actions .personal-area:hover .trigger,
.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 .personal-area.active > ul, .header-redesign .actions .personal-area:hover > ul,
.header-redesign .actions .lang-selector.active > ul,
.header-redesign .actions .lang-selector:hover > ul {
  display: block;
}
.header-redesign .actions .personal-area:hover > a,
.header-redesign .actions .lang-selector:hover > a {
  background-color: var(--gray-light);
}
.header-redesign .actions .personal-area .trigger, .header-redesign .actions .personal-area > a,
.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 .personal-area ul,
.header-redesign .actions .lang-selector ul {
  display: none;
  position: absolute;
  top: 100%;
  padding: 25px 16px 16px;
  background-color: var(--white);
  border-radius: 10px;
  margin: 0;
  box-sizing: border-box;
  text-align: center;
  z-index: 1;
}
.header-redesign .actions .personal-area ul:before,
.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 .personal-area ul li,
.header-redesign .actions .lang-selector ul li {
  min-height: 17px;
  border-left: 2px solid transparent;
  margin-bottom: 21px;
  padding-left: 3px;
  position: relative;
  left: -4px;
}
.header-redesign .actions .personal-area ul li:hover a,
.header-redesign .actions .lang-selector ul li:hover a {
  border-left: 2px solid #D9030E;
  background-color: var(--white);
}
.header-redesign .actions .personal-area ul li:last-child,
.header-redesign .actions .lang-selector ul li:last-child {
  margin-bottom: 0;
}
.header-redesign .actions .personal-area ul li a,
.header-redesign .actions .lang-selector ul li a {
  display: inline-block;
  font-size: 12px;
  padding-left: 10px;
  padding-right: 10px;
  border-left: 2px solid transparent;
}
.header-redesign .actions .personal-area a,
.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 {
  position: relative;
}
.header-redesign .actions .personal-area .trigger {
  cursor: pointer;
}
.header-redesign .actions .personal-area .trigger:before {
  width: 19px;
  height: 22px;
  content: "";
  background-image: url("/img/redesign/user.svg");
}
.header-redesign .actions .personal-area ul {
  width: 100px;
  left: -40px;
}
.header-redesign .actions .personal-area ul:before {
  left: 15px;
}
.header-redesign .actions .lang-selector {
  margin-left: 14px;
}
.header-redesign .actions .lang-selector ul {
  width: 48px;
  margin-left: -4px;
  padding: 25px 8px 16px;
}
.header-redesign .actions .lang-selector ul li {
  left: -6px !important;
}
.header-redesign .actions .lang-selector ul li a {
  padding-left: 4px;
}

@media (min-width: 480px) {
  .header-redesign {
    padding-top: 15px;
  }
  .header-redesign .menu .menu-trigger {
    width: 39px;
    height: 37px;
  }
  .header-redesign .menu .links-wrapper .links .column .header {
    font-size: 16px;
  }
  .header-redesign .logo {
    max-width: 87px;
  }
  .header-redesign .actions .personal-area .trigger, .header-redesign .actions .personal-area > a,
  .header-redesign .actions .lang-selector .trigger,
  .header-redesign .actions .lang-selector > a {
    width: 37px;
    height: 37px;
  }
  .header-redesign .actions .personal-area ul li,
  .header-redesign .actions .lang-selector ul li {
    left: -2px;
  }
  .header-redesign .actions .personal-area ul li a,
  .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 .menu .menu-trigger {
    width: 45px;
    height: 23px;
  }
  .header-redesign .menu .links-wrapper .links {
    width: 700px;
  }
  .header-redesign .menu .links-wrapper .links .column {
    width: 50%;
  }
  .header-redesign .menu .links-wrapper .links .column .header {
    font-size: 18px;
  }
  .header-redesign .menu .links-wrapper .links .column .navigation ul.left,
  .header-redesign .menu .links-wrapper .links .column .navigation ul.right {
    width: 50%;
    padding: 0 20px 0 0;
  }
  .header-redesign .menu .links-wrapper .links .column .navigation ul.left li a,
  .header-redesign .menu .links-wrapper .links .column .navigation ul.right li a {
    font-size: 16px;
    line-height: 20px;
  }
  .header-redesign .logo {
    max-width: 138px;
  }
  .header-redesign .actions .personal-area .trigger, .header-redesign .actions .personal-area > a,
  .header-redesign .actions .lang-selector .trigger,
  .header-redesign .actions .lang-selector > a {
    border-radius: 10px;
    width: 40px;
    height: 40px;
  }
  .header-redesign .actions .personal-area ul li,
  .header-redesign .actions .lang-selector ul li {
    left: 0;
  }
  .header-redesign .actions .personal-area ul li a,
  .header-redesign .actions .lang-selector ul li a {
    font-size: 14px;
  }
  .header-redesign .actions .personal-area ul {
    width: 112px;
  }
  .header-redesign .actions .personal-area ul li {
    margin-left: -10px;
  }
  .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 .menu .menu-trigger {
    width: 50px;
    height: 26px;
  }
  .header-redesign .menu .links-wrapper .links {
    width: 870px;
    padding: 47px 36px 82px;
  }
  .header-redesign .menu .links-wrapper .links .column .header {
    font-size: 25px;
  }
  .header-redesign .actions .personal-area ul li a,
  .header-redesign .actions .lang-selector ul li a {
    display: block;
    font-size: 16px;
  }
  .header-redesign .actions .lang-selector {
    margin-left: 60px;
  }
}
[data-color-scheme=dark] .header-redesign .menu .menu-trigger {
  height: 40px;
  padding: 5px;
  margin-left: -5px;
  box-sizing: border-box;
}
[data-color-scheme=dark] .header-redesign .menu .menu-trigger:before {
  -webkit-mask-image: url("/img/redesign/menu-trigger.svg");
  mask-image: url("/img/redesign/menu-trigger.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-color: var(--black);
  background-image: none;
}
[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 .personal-area > a:hover, [data-color-scheme=dark] .header-redesign .actions .personal-area.active > a, [data-color-scheme=dark] .header-redesign .actions .personal-area:hover .trigger, [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 .personal-area .trigger:before, [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 .trigger:before {
  -webkit-mask-image: url("/img/redesign/user.svg");
  mask-image: url("/img/redesign/user.svg");
}

#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);
  }
}
.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: 360px;
  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 - 30px);
  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;
}

.steps-modal {
  width: auto;
  max-width: 95%;
  padding: 22px 23px 27px;
  background: var(--white);
  box-shadow: 0 25px 50px rgba(130, 128, 141, 0.25);
  border-radius: 7px;
}
.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 .next-button-wrapper {
  justify-content: center;
}
.steps-modal .step-two .ms-0 {
  margin-left: 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;
  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 52px 11px 48px;
  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.1s 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(--black);
}
.steps-modal .flatpickr-calendar.inline {
  margin: 0 auto 30px;
  width: 293px;
  box-shadow: none !important;
}
.steps-modal .flatpickr-calendar.inline .numInputWrapper:hover {
  background: transparent;
}
.steps-modal .flatpickr-calendar.inline .numInputWrapper .arrowUp,
.steps-modal .flatpickr-calendar.inline .numInputWrapper .arrowDown {
  display: none;
}
.steps-modal .flatpickr-calendar.inline .flatpickr-months {
  display: flex;
  justify-content: center;
}
.steps-modal .flatpickr-calendar.inline .flatpickr-months .flatpickr-prev-month,
.steps-modal .flatpickr-calendar.inline .flatpickr-months .flatpickr-next-month {
  top: 4px;
}
.steps-modal .flatpickr-calendar.inline .flatpickr-months .flatpickr-prev-month svg,
.steps-modal .flatpickr-calendar.inline .flatpickr-months .flatpickr-next-month svg {
  fill: #D9030E;
}
.steps-modal .flatpickr-calendar.inline .flatpickr-months .flatpickr-current-month .flatpickr-monthDropdown-months,
.steps-modal .flatpickr-calendar.inline .flatpickr-months .flatpickr-current-month .numInputWrapper input.cur-year {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  color: var(--black);
  background: transparent !important;
  border: 3px solid var(--white) !important;
  outline: none !important;
}
.steps-modal .flatpickr-calendar.inline .flatpickr-months .flatpickr-current-month .numInputWrapper input.cur-year {
  width: 55px;
  padding: 0;
}
.steps-modal .flatpickr-calendar.inline .flatpickr-months .flatpickr-current-month {
  width: auto;
  position: static;
  font-size: 100%;
  padding: 0;
  display: inline-flex;
  align-items: center;
}
.steps-modal .flatpickr-calendar.inline .flatpickr-months .flatpickr-month {
  width: 100%;
  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;
  flex-grow: inherit;
  flex-shrink: unset;
  min-width: 100%;
}
.steps-modal .flatpickr-calendar.inline .flatpickr-months .flatpickr-prev-month,
.steps-modal .flatpickr-calendar.inline .flatpickr-months .flatpickr-next-month {
  padding: 3px 14px;
}
.steps-modal .flatpickr-calendar.inline .flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.steps-modal .flatpickr-calendar.inline .flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: block;
  opacity: 0.4;
}
.steps-modal .flatpickr-calendar.inline .flatpickr-weekdays .flatpickr-weekdaycontainer {
  max-width: 294px;
}
.steps-modal .flatpickr-calendar.inline .dayContainer {
  width: 293px;
  min-width: 293px;
  max-width: 293px;
}
.steps-modal .flatpickr-calendar.inline .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;
}
.steps-modal .flatpickr-calendar.inline .dayContainer .flatpickr-day.nextMonthDay:not(.flatpickr-disabled):not(.inRange):not(.selected) {
  color: var(--gray-darker);
}
.steps-modal .flatpickr-calendar.inline .dayContainer .flatpickr-day.inRange {
  background: #ffdde4;
  border: 0;
  border-radius: 0;
  position: relative;
  color: var(--gray-darker);
  box-shadow: none;
}
.steps-modal .flatpickr-calendar.inline .dayContainer .flatpickr-day.inRange:before {
  content: "";
  z-index: -1;
  display: block;
  background: #ffdde4;
  width: 93px;
  height: 32px;
  position: absolute;
  opacity: 1 !important;
}
.steps-modal .flatpickr-calendar.inline .dayContainer .flatpickr-day.selected.startRange, .steps-modal .flatpickr-calendar.inline .dayContainer .flatpickr-day.selected.endRange {
  color: var(--white);
  background: #D9030E;
  border-radius: 50%;
}
.steps-modal .flatpickr-calendar.inline .dayContainer .flatpickr-day.selected.startRange:before, .steps-modal .flatpickr-calendar.inline .dayContainer .flatpickr-day.selected.endRange:before {
  display: none;
}
.steps-modal .flatpickr-calendar.inline .dayContainer .flatpickr-day.selected, .steps-modal .flatpickr-calendar.inline .dayContainer .flatpickr-day.startRange, .steps-modal .flatpickr-calendar.inline .dayContainer .flatpickr-day.endRange, .steps-modal .flatpickr-calendar.inline .dayContainer .flatpickr-day.selected.inRange, .steps-modal .flatpickr-calendar.inline .dayContainer .flatpickr-day.startRange.inRange, .steps-modal .flatpickr-calendar.inline .dayContainer .flatpickr-day.endRange.inRange, .steps-modal .flatpickr-calendar.inline .dayContainer .flatpickr-day.selected:focus, .steps-modal .flatpickr-calendar.inline .dayContainer .flatpickr-day.startRange:focus, .steps-modal .flatpickr-calendar.inline .dayContainer .flatpickr-day.endRange:focus, .steps-modal .flatpickr-calendar.inline .dayContainer .flatpickr-day.selected:hover, .steps-modal .flatpickr-calendar.inline .dayContainer .flatpickr-day.startRange:hover, .steps-modal .flatpickr-calendar.inline .dayContainer .flatpickr-day.endRange:hover, .steps-modal .flatpickr-calendar.inline .dayContainer .flatpickr-day.selected.prevMonthDay, .steps-modal .flatpickr-calendar.inline .dayContainer .flatpickr-day.startRange.prevMonthDay, .steps-modal .flatpickr-calendar.inline .dayContainer .flatpickr-day.endRange.prevMonthDay, .steps-modal .flatpickr-calendar.inline .dayContainer .flatpickr-day.selected.nextMonthDay, .steps-modal .flatpickr-calendar.inline .dayContainer .flatpickr-day.startRange.nextMonthDay, .steps-modal .flatpickr-calendar.inline .dayContainer .flatpickr-day.endRange.nextMonthDay {
  background: #D9030E;
  color: var(--white);
}
.steps-modal .flatpickr-calendar.inline .dayContainer .flatpickr-day.flatpickr-disabled {
  cursor: not-allowed;
  color: var(--gray-middle) !important;
  user-select: none;
}
.steps-modal .flatpickr-calendar.inline .dayContainer .flatpickr-day.flatpickr-disabled.red {
  color: #ffb3d1 !important;
}
.steps-modal .flatpickr-calendar.inline .dayContainer .flatpickr-day.startRange {
  position: relative;
}
.steps-modal .flatpickr-calendar.inline .dayContainer .flatpickr-day.endRange {
  position: relative;
}
.steps-modal .flatpickr-calendar.inline .dayContainer .flatpickr-day.nextMonthDay:hover, .steps-modal .flatpickr-calendar.inline .dayContainer .flatpickr-day.nextMonthDay.startRange, .steps-modal .flatpickr-calendar.inline .dayContainer .flatpickr-day.nextMonthDay.endRange {
  color: var(--white) !important;
}
.steps-modal .flatpickr-calendar.inline .dayContainer .flatpickr-day.selected.startRange + .selected.endRange:before {
  content: "";
  z-index: -1;
  display: block;
  background: #ffb3d1;
  height: 32px;
  position: absolute;
  width: 50px;
  left: -100%;
}
.steps-modal .flatpickr-calendar.inline .dayContainer .flatpickr-day.red.flatpickr-disabled, .steps-modal .flatpickr-calendar.inline .dayContainer .flatpickr-day.red:hover.flatpickr-disabled {
  opacity: 1 !important;
}
.steps-modal .flatpickr-calendar.inline .dayContainer .flatpickr-day.red:not(.startRange):not(.endRange), .steps-modal .flatpickr-calendar.inline .dayContainer .flatpickr-day.red:hover:not(.startRange):not(.endRange) {
  color: #D9030E;
}
.steps-modal .flatpickr-calendar.inline .dayContainer .flatpickr-day.red.selected, .steps-modal .flatpickr-calendar.inline .dayContainer .flatpickr-day.red:hover.selected {
  color: var(--white);
}
.steps-modal .flatpickr-calendar.inline .dayContainer .flatpickr-day.red.startRange, .steps-modal .flatpickr-calendar.inline .dayContainer .flatpickr-day.red:hover.startRange {
  cursor: not-allowed;
}
.steps-modal .timepickers {
  width: 281px !important;
  max-width: 293px;
  margin-left: 79px;
  padding-top: 9px;
}
.steps-modal .timepickers .datarange-error {
  text-align: left;
  color: #D9030E;
}
.steps-modal .timepickers .timepicker-header {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  color: var(--black);
  margin: 0 0 18px;
  text-align: left;
}
.steps-modal .timepickers .timepicker-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 22px;
}
.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: 62px;
}
.steps-modal .timepickers .timepicker-wrapper .before {
  padding-right: 15px;
}
.steps-modal .timepickers .timepicker-wrapper .after {
  padding-left: 15px;
}
.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);
  background: transparent;
  top: -9px;
}
.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;
}

.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: 36px;
  justify-content: space-between;
}
.main-page-form .fleet-type .element {
  margin-top: -10px;
}
.main-page-form .fleet-type .element:first-child {
  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 {
  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 {
  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 {
  width: 68px;
  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 {
  color: #D9030E;
}
.main-page-form .fleet-type .element label:hover:before, .main-page-form .fleet-type .element label:hover:after {
  background: #D9030E;
}
.main-page-form .fleet-type .element label.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 {
  background: var(--gray-darker) !important;
}
.main-page-form .fleet-type .element label.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 {
  background: #D9030E !important;
}
.main-page-form .fleet-type .element label.label-cars:before {
  -webkit-mask: url("/img/redesign/label-cars.svg");
  mask: url("/img/redesign/label-cars.svg");
}
.main-page-form .fleet-type .element label.label-vans:before {
  -webkit-mask: url("/img/redesign/label-vans.svg");
  mask: url("/img/redesign/label-vans.svg");
}
.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: #C0C6D5;
  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;
}

@media (min-width: 480px) {
  .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 {
    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 {
    padding: 34px 35px 47px;
  }
  .steps-modal .step-header {
    font-size: 24px;
  }
  .steps-modal .step-two .next-button-wrapper {
    justify-content: flex-start;
  }
}
@media (min-width: 1000px) {
  #datesSelect {
    width: 725px;
  }
  #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:first-child {
    margin-right: 63px;
  }
  .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;
  }
  .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,
  .steps-modal .timepickers {
    width: 100% !important;
    margin-left: 0;
  }
}
@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: 8px 20px;
  }
}
[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;
}
[data-color-scheme=dark] .flatpickr-calendar {
  background-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.inline .dayContainer .flatpickr-day {
  color: var(--black);
}
[data-color-scheme=dark] .steps-modal .flatpickr-calendar.inline .dayContainer .flatpickr-day:hover {
  color: var(--white) !important;
}
[data-color-scheme=dark] .steps-modal .flatpickr-calendar.inline .dayContainer .flatpickr-day.inRange {
  color: var(--white) !important;
}
[data-color-scheme=dark] .steps-modal .flatpickr-calendar.inline .dayContainer .flatpickr-day.inRange:before {
  border-radius: 5px;
}
[data-color-scheme=dark] .steps-modal .flatpickr-calendar.inline .dayContainer .flatpickr-day.startRange:hover, [data-color-scheme=dark] .steps-modal .flatpickr-calendar.inline .dayContainer .flatpickr-day.endRange:hover {
  color: var(--black) !important;
}
[data-color-scheme=dark] .steps-modal .flatpickr-calendar.inline .dayContainer .flatpickr-day.selected.startRange, [data-color-scheme=dark] .steps-modal .flatpickr-calendar.inline .dayContainer .flatpickr-day.selected.endRange {
  color: var(--black) !important;
}
[data-color-scheme=dark] .steps-modal .flatpickr-calendar.inline .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] .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;
  }
  .banner-redesign .left h1:after {
    width: 138px;
    height: 6px;
  }
  .banner-redesign .left .description {
    font-size: 24px;
  }
  .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 26px 15px 30px;
  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 #C0C6D5;
  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: 54px;
  margin: 0;
  background: var(--white);
  z-index: 1;
  position: relative;
}
.loyalty-program .inner-header .section-title {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  color: var(--black);
  position: relative;
  margin: 0 0 25px;
  font-size: 21px;
  line-height: 120%;
  text-align: left;
}
.loyalty-program .inner-header .section-title:after {
  content: "";
  display: block;
  width: 77px;
  height: 3px;
  background-color: #D9030E;
  margin: 21px 0 0;
}
.loyalty-program .inner-header .q {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 140%;
  text-align: left;
  letter-spacing: 0.05em;
  color: var(--gray-darker);
  margin: 0 auto 34px;
  max-width: 669px;
  font-size: 14px;
  display: block;
  width: 100%;
}
.loyalty-program .inner-text {
  text-align: center;
}
.loyalty-program .inner-text .checklist {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 30px;
}
.loyalty-program .inner-text .checklist .item-wrapper {
  padding: 0 15px;
  width: 100%;
}
.loyalty-program .inner-text .checklist .item-wrapper .item {
  border: 1px solid var(--gray-light);
  box-sizing: border-box;
  border-radius: 7px;
  text-align: center;
  padding: 12px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.loyalty-program .inner-text .checklist .item-wrapper .item img {
  margin-bottom: 0;
  width: 50px;
  height: 50px;
  flex-shrink: 0;
}
.loyalty-program .inner-text .checklist .item-wrapper .item p {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 135%;
  text-align: left;
  color: var(--gray-darker);
  margin: 0;
  font-size: 16px;
  padding-left: 20px;
}
.loyalty-program .inner-text .checklist .item-wrapper .item p span {
  color: #D9030E;
  font-weight: 500;
}
.loyalty-program .red-button {
  padding: 17px 35px 18px;
}

@media (min-width: 480px) {
  .loyalty-program .inner-header .section-title {
    font-size: 24px;
    margin-bottom: 23px;
  }
  .loyalty-program .inner-header .q {
    margin-bottom: 26px;
  }
  .loyalty-program .inner-text {
    margin-bottom: 19px;
    text-align: left;
  }
  .loyalty-program .red-button {
    margin: 0 0 68px;
  }
}
@media (min-width: 768px) {
  .loyalty-program {
    padding-top: 81px;
  }
  .loyalty-program .inner-header .section-title {
    text-align: center;
    font-size: 28px;
    line-height: 116%;
    margin: 0 0 22px;
  }
  .loyalty-program .inner-header .section-title:after {
    width: 195px;
    height: 4px;
    margin: 23px auto 0;
  }
  .loyalty-program .inner-header .section-title .q {
    font-size: 14px;
    line-height: 140%;
    margin: 0 auto 20px;
    text-align: center;
  }
  .loyalty-program .inner-header .q {
    text-align: center;
  }
  .loyalty-program .inner-text {
    text-align: center;
  }
  .loyalty-program .inner-text .checklist {
    margin-bottom: 40px;
    margin-left: -8px;
    margin-right: -8px;
  }
  .loyalty-program .inner-text .checklist .item-wrapper {
    width: calc(33% - 16px);
    padding: 0 8px;
  }
  .loyalty-program .inner-text .checklist .item-wrapper .item {
    padding: 29px 14px 28px;
    margin-bottom: 0;
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }
  .loyalty-program .inner-text .checklist .item-wrapper .item img {
    width: 54px;
    height: 54px;
    margin-bottom: 26px;
  }
  .loyalty-program .inner-text .checklist .item-wrapper .item p {
    font-size: 16px;
    padding-left: 0;
    text-align: center;
    margin-bottom: auto;
  }
  .loyalty-program .red-button {
    margin: 0 auto 62px;
    padding: 17px 47px 18px 46px;
  }
}
@media (min-width: 1000px) {
  .loyalty-program {
    padding-top: 80px;
  }
  .loyalty-program .inner-header {
    text-align: center;
  }
  .loyalty-program .inner-header .section-title {
    text-align: center;
    font-size: 36px;
    margin: 0 0 28px;
  }
  .loyalty-program .inner-header .section-title .q {
    font-size: 15px;
    margin: 0 auto 27px;
    text-align: center;
  }
  .loyalty-program .inner-text .checklist {
    margin-bottom: 45px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .loyalty-program .inner-text .checklist .item-wrapper {
    width: calc(33% - 30px);
  }
  .loyalty-program .inner-text .checklist .item-wrapper .item {
    padding: 36px 10px 37px;
    margin-bottom: 0;
  }
  .loyalty-program .inner-text .checklist .item-wrapper .item img {
    width: 70px;
    height: 70px;
    margin-bottom: 18px;
  }
  .loyalty-program .inner-text .checklist .item-wrapper .item p {
    font-size: 17px;
  }
}
@media (min-width: 1440px) {
  .loyalty-program {
    padding-top: 90px;
  }
  .loyalty-program .inner-header .section-title {
    text-align: center;
    font-size: 42px;
    margin: 0 0 28px;
  }
  .loyalty-program .inner-header .section-title .q {
    font-size: 16px;
    margin: 0 auto 27px;
  }
  .loyalty-program .inner-text .checklist {
    margin-bottom: 60px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .loyalty-program .inner-text .checklist .item-wrapper {
    width: calc(33% - 30px);
  }
  .loyalty-program .inner-text .checklist .item-wrapper .item {
    padding: 36px 44px 37px;
    margin-bottom: 0;
    flex-direction: column;
  }
  .loyalty-program .inner-text .checklist .item-wrapper .item img {
    width: 70px;
    height: 70px;
    margin-bottom: 18px;
  }
  .loyalty-program .inner-text .checklist .item-wrapper .item p {
    font-size: 18px;
  }
}
[data-color-scheme=dark] .loyalty-program .inner-text .checklist .item-wrapper .item {
  border-color: var(--gray-middle);
}

.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 p {
    font-size: 16px;
  }
}
.projects-section {
  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 .item {
    width: 33%;
    margin-bottom: 0;
  }
  .projects-section .item .left {
    width: 100px;
    padding-right: 20px;
  }
  .projects-section .item .right {
    width: calc(100% - 100px);
  }
  .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: #C0C6D5;
  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;
  margin-bottom: 40px;
}
.square-inputs .square-input {
  width: 33px;
  height: 33px;
  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;
}

#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;
    height: 52px;
    margin-right: 34px;
  }
}
@keyframes loading-button {
  0% {
    right: 43px;
  }
  100% {
    right: 33px;
  }
}
.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;
}
.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.normal::before {
  width: 7px;
  height: 10px;
  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.luxury {
  background-color: var(--black-tone);
  color: var(--white);
  opacity: 0.9;
}
.catalog .luxury-toggle button.filter-by-luxury-type.luxury:before {
  display: none;
}
.catalog .luxury-toggle button.filter-by-luxury-type.luxury.active, .catalog .luxury-toggle button.filter-by-luxury-type.luxury:hover {
  background: var(--black-tone);
  opacity: 1;
  color: var(--white);
  border-color: transparent;
}
.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.up.normal:before {
  transform: rotate(180deg);
}
.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: 0;
  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: "❌";
  transform: rotate(45deg);
  font-size: 15px;
}
.catalog .filters-block .select-auto.js-filter-select .select:after {
  content: "—";
  display: block;
  font-size: 21px;
  color: #D9030E;
  transition: opacity 0.2s ease-in;
}
.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 .list_posts,
.catalog .unavailable-cars {
  box-sizing: border-box;
  justify-content: center;
}
.catalog .list_posts .filter-car,
.catalog .unavailable-cars .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 .list_posts .filter-car .card-wrapper,
.catalog .unavailable-cars .filter-car .card-wrapper {
  width: 100%;
}
.catalog .list_posts .filter-car .column,
.catalog .unavailable-cars .filter-car .column {
  box-sizing: border-box;
  width: 100%;
}
.catalog .list_posts .filter-car .pink-bg,
.catalog .unavailable-cars .filter-car .pink-bg {
  background: var(--white);
  border-radius: 10px;
  padding: 15px 18px;
  margin-bottom: 29px;
  border: 1px solid var(--gray-light);
}
.catalog .list_posts .filter-car .pink-bg .pay-now-price,
.catalog .unavailable-cars .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 .list_posts .filter-car .pink-bg .pay-now-price .red,
.catalog .unavailable-cars .filter-car .pink-bg .pay-now-price .red {
  color: #D9030E;
}
.catalog .list_posts .filter-car .image,
.catalog .unavailable-cars .filter-car .image {
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
  position: relative;
  max-width: 100%;
  box-sizing: border-box;
}
.catalog .list_posts .filter-car .image .sale,
.catalog .list_posts .filter-car .image .new-model,
.catalog .unavailable-cars .filter-car .image .sale,
.catalog .unavailable-cars .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 .list_posts .filter-car .image .sale,
.catalog .unavailable-cars .filter-car .image .sale {
  background: #D9030E;
  width: 55px;
  justify-content: center;
  left: 0;
}
.catalog .list_posts .filter-car .image .new-model,
.catalog .unavailable-cars .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 .list_posts .filter-car .image .year,
.catalog .unavailable-cars .filter-car .image .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;
  position: absolute;
  right: 13px;
  top: 2px;
}
.catalog .list_posts .filter-car .image .img,
.catalog .unavailable-cars .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 .list_posts .filter-car .title,
.catalog .unavailable-cars .filter-car .title {
  margin-bottom: 15px;
}
.catalog .list_posts .filter-car .title b,
.catalog .list_posts .filter-car .title .or-another,
.catalog .list_posts .filter-car .title .luxury-badge,
.catalog .unavailable-cars .filter-car .title b,
.catalog .unavailable-cars .filter-car .title .or-another,
.catalog .unavailable-cars .filter-car .title .luxury-badge {
  display: block;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
}
.catalog .list_posts .filter-car .title .or-another,
.catalog .list_posts .filter-car .title .luxury-badge,
.catalog .unavailable-cars .filter-car .title .or-another,
.catalog .unavailable-cars .filter-car .title .luxury-badge {
  font-size: 14px;
  line-height: 120%;
}
.catalog .list_posts .filter-car .title .or-another,
.catalog .unavailable-cars .filter-car .title .or-another {
  font-weight: 400;
  color: var(--gray-darker);
}
.catalog .list_posts .filter-car .title .luxury-badge,
.catalog .unavailable-cars .filter-car .title .luxury-badge {
  font-weight: 700;
  color: #D9030E;
  font-size: 16px;
  text-align: center;
  margin-left: -12.5px;
}
.catalog .list_posts .filter-car .title .luxury-badge .age-warning,
.catalog .unavailable-cars .filter-car .title .luxury-badge .age-warning {
  font-weight: 400;
  color: var(--gray-darker);
  font-size: 14px;
  display: block;
  width: 100%;
}
.catalog .list_posts .filter-car .title b,
.catalog .unavailable-cars .filter-car .title b {
  font-weight: 700;
  font-size: 21px;
  line-height: 105%;
  color: var(--black);
  margin-bottom: 6px;
}
.catalog .list_posts .filter-car .pack-info,
.catalog .unavailable-cars .filter-car .pack-info {
  display: flex;
  justify-content: space-between;
  padding: 9px 0;
  margin-bottom: 15px;
}
.catalog .list_posts .filter-car .pack-info .pack-icon,
.catalog .unavailable-cars .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 .list_posts .filter-car .pack-info .pack-icon .img,
.catalog .unavailable-cars .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 .list_posts .filter-car .advantages,
.catalog .unavailable-cars .filter-car .advantages {
  margin-bottom: 29px;
}
.catalog .list_posts .filter-car .advantages ul,
.catalog .unavailable-cars .filter-car .advantages ul {
  padding: 0;
  margin: 0;
}
.catalog .list_posts .filter-car .advantages ul li,
.catalog .unavailable-cars .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 .list_posts .filter-car .advantages ul li:before,
.catalog .unavailable-cars .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 .list_posts .filter-car .payment-online,
.catalog .unavailable-cars .filter-car .payment-online {
  background: var(--white);
  transition: all 0.2s ease-out;
}
.catalog .list_posts .filter-car .payment-online.disabled .sum,
.catalog .unavailable-cars .filter-car .payment-online.disabled .sum {
  color: var(--gray-middle);
}
.catalog .list_posts .filter-car .payment-online.disabled .sum span,
.catalog .unavailable-cars .filter-car .payment-online.disabled .sum span {
  color: var(--gray-middle);
}
.catalog .list_posts .filter-car .payment-online.disabled .checked,
.catalog .unavailable-cars .filter-car .payment-online.disabled .checked {
  background: var(--gray-middle);
  padding-right: 0;
  padding-left: 34px;
}
.catalog .list_posts .filter-car .payment-online.disabled .checked:after,
.catalog .unavailable-cars .filter-car .payment-online.disabled .checked:after {
  margin-left: 2px;
  right: calc(100% - 25px);
}
.catalog .list_posts .filter-car .payment-online .sum,
.catalog .unavailable-cars .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 .list_posts .filter-car .payment-online .sum span,
.catalog .unavailable-cars .filter-car .payment-online .sum span {
  color: #D9030E;
  transition: all 0.2s ease-out;
}
.catalog .list_posts .filter-car .payment-online .checked,
.catalog .unavailable-cars .filter-car .payment-online .checked {
  width: 95px;
  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 .list_posts .filter-car .payment-online .checked:after,
.catalog .unavailable-cars .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 .list_posts .filter-car .prices,
.catalog .unavailable-cars .filter-car .prices {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 155px;
  padding-bottom: 10px;
}
.catalog .list_posts .filter-car .prices .for-day,
.catalog .list_posts .filter-car .prices .for-period,
.catalog .unavailable-cars .filter-car .prices .for-day,
.catalog .unavailable-cars .filter-car .prices .for-period {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  line-height: 120%;
}
.catalog .list_posts .filter-car .prices .for-day .value-wrapper,
.catalog .list_posts .filter-car .prices .for-period .value-wrapper,
.catalog .unavailable-cars .filter-car .prices .for-day .value-wrapper,
.catalog .unavailable-cars .filter-car .prices .for-period .value-wrapper {
  font-weight: 700;
}
.catalog .list_posts .filter-car .prices .for-day .text,
.catalog .list_posts .filter-car .prices .for-period .text,
.catalog .unavailable-cars .filter-car .prices .for-day .text,
.catalog .unavailable-cars .filter-car .prices .for-period .text {
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  text-align: left;
  color: var(--black);
}
.catalog .list_posts .filter-car .prices .for-day .text .in-office,
.catalog .list_posts .filter-car .prices .for-period .text .in-office,
.catalog .unavailable-cars .filter-car .prices .for-day .text .in-office,
.catalog .unavailable-cars .filter-car .prices .for-period .text .in-office {
  font-weight: 400;
}
.catalog .list_posts .filter-car .prices .for-day,
.catalog .unavailable-cars .filter-car .prices .for-day {
  font-weight: 700;
  font-size: 18px;
  color: #D9030E;
  margin-bottom: 9px;
}
.catalog .list_posts .filter-car .prices .for-day .value,
.catalog .unavailable-cars .filter-car .prices .for-day .value {
  font-weight: 700;
  font-size: 21px;
  line-height: 120%;
  color: #D9030E;
}
.catalog .list_posts .filter-car .prices .for-period,
.catalog .unavailable-cars .filter-car .prices .for-period {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: var(--gray-darker);
  margin-bottom: 18px;
}
.catalog .list_posts .filter-car .prices .for-period .value,
.catalog .unavailable-cars .filter-car .prices .for-period .value {
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  text-align: center;
  color: var(--black);
}
.catalog .list_posts .filter-car .prices .divider,
.catalog .unavailable-cars .filter-car .prices .divider {
  content: "";
  width: 153px;
  height: 1px;
  background-color: #C0C6D5;
  display: inline-block;
}
.catalog .list_posts .filter-car .all-photos,
.catalog .unavailable-cars .filter-car .all-photos {
  display: inline-flex;
  align-items: center;
  padding: 20px 55px 20px 0;
}
.catalog .list_posts .filter-car .all-photos button.show-gallery,
.catalog .unavailable-cars .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 .list_posts .filter-car .all-photos button.show-gallery:hover,
.catalog .unavailable-cars .filter-car .all-photos button.show-gallery:hover {
  text-decoration: none;
}
.catalog .list_posts .filter-car .link,
.catalog .unavailable-cars .filter-car .link {
  width: 100%;
}
.catalog .list_posts .filter-car .link a.to-car-page,
.catalog .list_posts .filter-car .link span.to-car-page,
.catalog .unavailable-cars .filter-car .link a.to-car-page,
.catalog .unavailable-cars .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 .list_posts .filter-car .link a.to-car-page:hover,
.catalog .list_posts .filter-car .link span.to-car-page:hover,
.catalog .unavailable-cars .filter-car .link a.to-car-page:hover,
.catalog .unavailable-cars .filter-car .link span.to-car-page:hover {
  opacity: 0.75;
}
.catalog .list_posts .filter-car .link a.to-car-page:after,
.catalog .list_posts .filter-car .link span.to-car-page:after,
.catalog .unavailable-cars .filter-car .link a.to-car-page:after,
.catalog .unavailable-cars .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 .unavailable-cars {
  box-sizing: border-box;
  justify-content: space-between;
}
.catalog .unavailable-cars .filter-car .link {
  right: 12px;
  background-image: none;
  bottom: 2px;
}
.catalog .unavailable-cars .filter-car .no-shrink {
  min-height: 55px;
}
.catalog .unavailable-cars .filter-car .unavailable-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);
}
.catalog .unavailable-cars .filter-car .unavailable-message {
  min-height: 40px;
}
.catalog .unavailable-cars .filter-car .unavailable-message .status-block {
  display: block;
  width: 255px;
  padding: 6px 23px 6px 9px;
  font-size: 18px;
  text-align: left;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  color: var(--black);
}
.catalog .unavailable-cars .filter-car .link a.to-car-page,
.catalog .unavailable-cars .filter-car .link span.to-car-page {
  background: var(--gray-darker);
}
.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-left: 15px;
  margin-right: 15px;
  font-size: 16px;
  text-align: center;
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 20px 30px;
  color: var(--black);
}

.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);
}

@media (min-width: 480px) {
  .catalog .header-wrapper h1 {
    font-size: 24px;
    margin-bottom: 52px;
  }
  .catalog .list_posts .filter-car,
  .catalog .unavailable-cars .filter-car {
    margin: 0 auto 30px;
    min-width: 51%;
  }
}
@media (min-width: 768px) {
  .catalog .list_posts,
  .catalog .unavailable-cars {
    justify-content: center;
    margin-left: -15px;
    margin-right: -15px;
  }
  .catalog .list_posts .filter-car,
  .catalog .unavailable-cars .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 .list_posts,
  .catalog .unavailable-cars {
    justify-content: flex-start;
  }
  .catalog .list_posts .filter-car,
  .catalog .unavailable-cars .filter-car {
    width: calc(100% - 45px);
    flex-direction: row;
    padding: 28px 26px 29px 28px;
  }
  .catalog .list_posts .filter-car .column,
  .catalog .unavailable-cars .filter-car .column {
    width: 33%;
  }
  .catalog .list_posts .filter-car .column:nth-child(1),
  .catalog .unavailable-cars .filter-car .column:nth-child(1) {
    padding-right: 50px;
  }
  .catalog .list_posts .filter-car .column:nth-child(2),
  .catalog .unavailable-cars .filter-car .column:nth-child(2) {
    padding-right: 65px;
  }
  .catalog .list_posts .filter-car .image,
  .catalog .unavailable-cars .filter-car .image {
    margin-bottom: 0;
  }
  .catalog .list_posts .filter-car .image .img,
  .catalog .unavailable-cars .filter-car .image .img {
    border-radius: 12px;
  }
  .catalog .list_posts .filter-car .title,
  .catalog .unavailable-cars .filter-car .title {
    margin: 0 0 15px !important;
  }
  .catalog .list_posts .filter-car .title b,
  .catalog .list_posts .filter-car .title .or-another,
  .catalog .list_posts .filter-car .title .luxury-badge,
  .catalog .unavailable-cars .filter-car .title b,
  .catalog .unavailable-cars .filter-car .title .or-another,
  .catalog .unavailable-cars .filter-car .title .luxury-badge {
    text-align: left;
  }
  .catalog .list_posts .filter-car .title .luxury-badge,
  .catalog .unavailable-cars .filter-car .title .luxury-badge {
    margin-left: 0;
  }
  .catalog .list_posts .filter-car .title .luxury-badge .age-warning,
  .catalog .unavailable-cars .filter-car .title .luxury-badge .age-warning {
    display: inline-block;
    width: auto;
  }
  .catalog .list_posts .filter-car .pack-info,
  .catalog .unavailable-cars .filter-car .pack-info {
    padding: 9px 0;
    max-width: 300px;
  }
  .catalog .list_posts .filter-car .advantages,
  .catalog .unavailable-cars .filter-car .advantages {
    margin-bottom: 0;
  }
  .catalog .list_posts .filter-car .pink-bg,
  .catalog .unavailable-cars .filter-car .pink-bg {
    padding: 14px 16px 18px 10px;
  }
  .catalog .list_posts .filter-car .payment-online .checked,
  .catalog .unavailable-cars .filter-car .payment-online .checked {
    width: 85px;
  }
  .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;
  }
  .catalog .unavailable-cars .filter-car .unavailable-message .status-block {
    padding-left: 0;
  }
}
@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-color: var(--gray-light);
  color: var(--black);
}
[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 {
  background: linear-gradient(100.45deg, #FF545D -5.27%, #BF0912 107.93%);
  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 .luxury-toggle button.filter-by-luxury-type.luxury {
  color: var(--black);
  border: 1px solid var(--gray-darker);
  background-color: var(--white);
}
[data-color-scheme=dark] .catalog .luxury-toggle button.filter-by-luxury-type.luxury.active, [data-color-scheme=dark] .catalog .luxury-toggle button.filter-by-luxury-type.luxury:hover {
  background: var(--white);
  color: var(--black);
  border: 1px solid #D9030E;
}
[data-color-scheme=dark] .catalog .luxury-toggle button.filter-by-luxury-type.luxury.active:before, [data-color-scheme=dark] .catalog .luxury-toggle button.filter-by-luxury-type.luxury:hover:before {
  background-color: var(--black);
}
[data-color-scheme=dark] .catalog .list_posts .filter-car, [data-color-scheme=dark] .catalog .unavailable-cars .filter-car {
  border-color: #515155;
}
[data-color-scheme=dark] .catalog .list_posts .filter-car .image .year, [data-color-scheme=dark] .catalog .unavailable-cars .filter-car .image .year {
  color: var(--black);
}
[data-color-scheme=dark] .catalog .list_posts .filter-car .pink-bg, [data-color-scheme=dark] .catalog .unavailable-cars .filter-car .pink-bg {
  border-color: #515155;
}
[data-color-scheme=dark] .catalog .list_posts .filter-car .payment-online .checked, [data-color-scheme=dark] .catalog .unavailable-cars .filter-car .payment-online .checked {
  box-shadow: none;
}
[data-color-scheme=dark] .catalog .list_posts .filter-car .payment-online:not(.disabled) .checked, [data-color-scheme=dark] .catalog .unavailable-cars .filter-car .payment-online:not(.disabled) .checked {
  background-color: var(--black);
}
[data-color-scheme=dark] .catalog .list_posts .filter-car .prices .divider, [data-color-scheme=dark] .catalog .unavailable-cars .filter-car .prices .divider {
  background-color: #515155;
}

.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 {
  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 .info-car .main-car-info {
  position: relative;
  padding-top: 105px;
  box-sizing: border-box;
  margin-bottom: 15px;
}
.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 {
  font-weight: 300;
  line-height: 120%;
  color: var(--gray-darker);
  margin-bottom: 31px;
  font-size: 14px;
}
.car-page .info-car .main-car-info .pack-info .wrapper {
  box-sizing: border-box;
  width: 410px;
  max-width: 100%;
  margin: 0 auto 21px;
  padding: 15px;
  display: flex;
  justify-content: space-between;
}
.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;
}
.car-page .info-car .adresses {
  box-sizing: border-box;
  display: flex;
  text-align: center;
  margin-bottom: 30px;
}
.car-page .info-car .adresses .shadowed {
  box-shadow: 0 12px 35px rgba(202, 205, 219, 0.25);
}
.car-page .info-car .adresses .preview {
  padding: 20px 0 12px;
  margin: auto auto 0;
  display: inline-flex;
  flex-direction: column;
  text-align: left;
  height: auto;
  flex-shrink: 0;
  max-width: calc(100% - 24px);
}
.car-page .info-car .adresses .preview .pick-up,
.car-page .info-car .adresses .preview .return,
.car-page .info-car .adresses .preview .time-range {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 15px;
  color: var(--gray-darker);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.car-page .info-car .adresses .preview .pick-up b,
.car-page .info-car .adresses .preview .return b,
.car-page .info-car .adresses .preview .time-range b {
  font-weight: bold;
}
.car-page .info-car .adresses .preview .time-range,
.car-page .info-car .adresses .preview .before-location {
  display: block;
  content: "";
}
.car-page .info-car .adresses .preview .time-range:before,
.car-page .info-car .adresses .preview .before-location:before {
  display: block;
  content: "";
  height: 22px;
  margin-right: 10px;
  width: 18px;
  background-repeat: no-repeat;
  background-size: contain;
}
.car-page .info-car .adresses .preview .time-range {
  display: flex;
  align-items: center;
}
.car-page .info-car .adresses .preview .time-range:before {
  background-image: url("/img/redesign/dates-before.svg");
}
.car-page .info-car .adresses .preview .time-range span {
  width: 34px;
  text-align: center;
}
.car-page .info-car .adresses .preview .before-location {
  display: inline-flex;
  align-items: center;
  margin-right: 10px;
}
.car-page .info-car .adresses .preview .before-location:before {
  background-image: url("/img/redesign/location-before.svg");
}
.car-page .info-car .adresses .preview .before-location b {
  margin-left: 8px;
}
.car-page .info-car .adresses .preview .location {
  margin-right: 38px;
}
.car-page .info-car .adresses .preview .description {
  padding-left: 27px;
}
.car-page .info-car .adresses .toggle-wrapper .toggle-details {
  cursor: pointer;
  width: 100%;
  height: 43px;
  background: url("/img/redesign/toggle-details.svg") no-repeat center;
  margin-bottom: 14px;
  background-color: var(--gray-very-light);
}
.car-page .info-car .adresses .toggle-wrapper span.toggle-details-link {
  font-size: 14px;
  color: #D9030E;
  text-decoration: underline;
  cursor: pointer;
  padding-bottom: 0;
}
.car-page .info-car .adresses .toggle-wrapper span.toggle-details-link:hover {
  text-decoration: underline dotted;
}
.car-page .info-car .adresses ul li, .car-page .info-car .adresses ol li {
  line-height: 1.3;
  margin-bottom: 7px;
}
.car-page .info-car .adresses ul li a, .car-page .info-car .adresses ol li a {
  color: #D9030E;
  text-decoration: underline;
}
.car-page .info-car .adresses ul li a:hover, .car-page .info-car .adresses ol li a:hover {
  text-decoration: underline dotted;
}
.car-page .insurance {
  padding-top: 15px;
  padding-bottom: 51px;
}
.car-page .insurance .row {
  margin-right: -7px;
  margin-left: -7px;
}
.car-page .insurance .w-50 {
  width: 50%;
  padding-left: 5px;
  padding-right: 7px;
}
.car-page .insurance .item {
  padding: 23px 10px 50px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  background: var(--white);
  border: 1px solid var(--gray-light);
  box-sizing: border-box;
  border-radius: 12px;
  height: 100%;
  position: relative;
  cursor: pointer;
}
.car-page .insurance .item.active .active-decorator .flag {
  background: #D9030E;
}
.car-page .insurance .item.active .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(--white);
  width: 27px;
  height: 17px;
}
.car-page .insurance .item.insurance_7 {
  border-color: #D9030E;
}
.car-page .insurance .item.insurance_7 .title .title-content {
  background-color: #D9030E;
  color: var(--white);
}
.car-page .insurance .item.insurance_7 .active-decorator {
  background-image: url("/img/redesign/insurance-background-red.svg");
}
.car-page .insurance .item:not(.insurance_7) .title .title-content {
  background: var(--purple-very-light);
}
.car-page .insurance .item .w-50 {
  width: 100%;
}
.car-page .insurance .item .content {
  height: 100%;
  flex-direction: column;
  box-sizing: border-box;
  max-width: 100%;
}
.car-page .insurance .item .title {
  font-size: 14px;
  margin-bottom: 6px;
  font-weight: 600;
  line-height: 120%;
  color: var(--black);
  text-align: center;
}
.car-page .insurance .item .title .title-content {
  display: inline-block;
  width: auto;
  padding: 6px 13px;
  min-width: 130px;
  box-sizing: border-box;
  max-width: 100%;
}
.car-page .insurance .item .daily-price {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 5px;
  line-height: 120%;
  color: var(--black);
  text-align: center;
}
.car-page .insurance .item .total-price {
  font-weight: 400;
  line-height: 120%;
  color: var(--gray-darker);
  font-size: 14px;
  margin-bottom: 30px;
  text-align: center;
}
.car-page .insurance .item .info {
  position: relative;
  top: 37px;
  margin-top: auto;
}
.car-page .insurance .item .info span {
  padding-left: 7px;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  text-align: center;
  text-decoration-line: underline;
  color: #D9030E;
  transition: opacity 0.2s ease-in;
  cursor: pointer;
}
.car-page .insurance .item .info span:hover {
  opacity: 0.8;
}
.car-page .insurance .item .description {
  box-sizing: border-box;
}
.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.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 .active-decorator {
  position: absolute;
  width: 75px;
  height: 75px;
  right: -19px;
  bottom: -18px;
  background: url("/img/redesign/insurance-background.svg");
  background-position: bottom right;
  background-color: var(--white);
  transform: scale(0.54);
  z-index: 8;
}
.car-page .insurance .item .active-decorator .flag {
  cursor: pointer;
  width: 60px;
  height: 60px;
  border: 2px solid #D9030E;
  box-sizing: border-box;
  border-radius: 7px;
  background: var(--white);
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  left: 13px;
  top: 13px;
}
.car-page .insurance .item .recommended-label {
  width: calc(100% + 20px);
  margin-left: -3px;
  margin-right: -3px;
  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;
  position: relative;
  top: 20px;
  margin-bottom: 4px;
}
.car-page .options-list-block {
  padding-bottom: 61px;
  font-family: "Montserrat", sans-serif;
}
.car-page .options-list-block .block-options .block-title,
.car-page .options-list-block .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 {
  background: var(--white);
  border: 2px solid var(--gray-light);
  box-sizing: border-box;
  border-radius: 12px;
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  min-height: 48px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.2s ease-in;
  user-select: none;
}
.car-page .options-list-block .block-options .options .item.active,
.car-page .options-list-block .block-services .options .item.active {
  border: 2px solid #D9030E;
  box-sizing: border-box;
  box-shadow: 0 15px 30px rgba(202, 205, 219, 0.25);
  border-radius: 12px;
}
.car-page .options-list-block .block-options .options .item.active .price,
.car-page .options-list-block .block-services .options .item.active .price {
  color: var(--white);
  background: #D9030E;
}
.car-page .options-list-block .block-options .options .item.active .price b,
.car-page .options-list-block .block-services .options .item.active .price b {
  color: var(--white) !important;
}
.car-page .options-list-block .block-options .options .item .title,
.car-page .options-list-block .block-services .options .item .title {
  box-sizing: border-box;
  width: calc(100% - 110px);
  padding: 12px 21px;
  align-items: center;
  font-size: 14px;
  display: flex;
  flex-direction: column;
}
.car-page .options-list-block .block-options .options .item .title .main,
.car-page .options-list-block .block-services .options .item .title .main {
  color: var(--black);
  font-weight: bold;
  margin-bottom: 13px;
  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 {
  text-align: left;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 125%;
  color: var(--gray-darker);
  width: 100%;
}
.car-page .options-list-block .block-options .options .item .price,
.car-page .options-list-block .block-services .options .item .price {
  min-height: 48px;
  width: 110px;
  flex-shrink: 0;
  background: var(--purple-very-light);
  font-weight: 500;
  font-size: 14px;
  line-height: 125%;
  text-align: center;
  color: var(--gray-darker);
  padding: 8px 12px;
  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 .price.couls,
.car-page .options-list-block .block-services .options .item .price.couls {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.car-page .options-list-block .block-options .options .item .price.couls span,
.car-page .options-list-block .block-options .options .item .price.couls .cols,
.car-page .options-list-block .block-services .options .item .price.couls span,
.car-page .options-list-block .block-services .options .item .price.couls .cols {
  display: block;
  width: 100%;
  box-sizing: border-box;
}
.car-page .options-list-block .block-options .options .item .price b,
.car-page .options-list-block .block-services .options .item .price b {
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  color: var(--black);
}
.car-page .options-list-block .block-options .options .item .price span b,
.car-page .options-list-block .block-services .options .item .price span b {
  display: block;
  width: 100%;
  font-weight: bold;
}
.car-page .options-list-block .block-options .options .item .price .span,
.car-page .options-list-block .block-options .options .item .price .cols,
.car-page .options-list-block .block-services .options .item .price .span,
.car-page .options-list-block .block-services .options .item .price .cols {
  display: flex;
  width: 100%;
}
.car-page .options-list-block .block-options .options .item .price .cols,
.car-page .options-list-block .block-services .options .item .price .cols {
  padding-top: 5px;
  display: flex;
  justify-content: center;
}
.car-page .options-list-block .block-options .options .item .price .cols .plus,
.car-page .options-list-block .block-options .options .item .price .cols .minus,
.car-page .options-list-block .block-services .options .item .price .cols .plus,
.car-page .options-list-block .block-services .options .item .price .cols .minus {
  width: 26px;
  height: 26px;
  background: var(--white);
  color: #D9030E;
  font-size: 20px;
  border: 1px solid #D9030E;
  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 .price .cols .minus,
.car-page .options-list-block .block-services .options .item .price .cols .minus {
  margin-right: 13px;
  font-size: 18px;
}
.car-page .options-list-block .block-services {
  margin-bottom: 46px;
}
.car-page .info-order {
  font-family: "Montserrat", sans-serif;
}
.car-page .info-order .booking-form .client-info .block-title,
.car-page .info-order .booking-form .booking .block-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  color: var(--black);
}
.car-page .info-order .booking-form .client-info {
  position: relative;
}
.car-page .info-order .booking-form .client-info .block-title {
  margin-bottom: 31px;
}
.car-page .info-order .booking-form .client-info .block-title .title {
  display: block;
  margin-bottom: 11px;
}
.car-page .info-order .booking-form .client-info .block-title .info {
  font-weight: 300;
  line-height: 140%;
  letter-spacing: 0.01em;
  color: var(--gray-darker);
  font-size: 16px;
}
.car-page .info-order .booking-form .client-info .block-title .info a {
  color: #D9030E;
}
.car-page .info-order .booking-form .client-info .block-title .info a:hover {
  text-decoration: underline;
}
.car-page .info-order .booking-form .client-info .profile-info .form-block {
  margin-bottom: 31px;
}
.car-page .info-order .booking-form .client-info .profile-info .form-block .info-account .w-50 {
  width: 50%;
}
.car-page .info-order .booking-form .client-info .profile-info .form-block .info-account .item {
  font-weight: 400;
  font-size: 14px;
  line-height: 125%;
  color: var(--gray-darker);
  margin-bottom: 18px;
  display: inline-flex;
  align-items: center;
}
.car-page .info-order .booking-form .client-info .profile-info .form-block .info-account .item:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: var(--black);
}
.car-page .info-order .booking-form .client-info .profile-info .form-block .info-account .item.name:before {
  -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;
}
.car-page .info-order .booking-form .client-info .profile-info .form-block .info-account .item.phone:before {
  -webkit-mask: url("/img/redesign/phone.svg");
  mask: url("/img/redesign/phone.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  mask-size: 100% 100% !important;
  -webkit-mask-size: 100% 100% !important;
}
.car-page .info-order .booking-form .client-info .profile-info .form-block .edit {
  text-align: center;
}
.car-page .info-order .booking-form .client-info .profile-info .form-block .edit a {
  margin: 0 auto;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  text-align: center;
  text-decoration-line: underline;
  color: #D9030E;
  transition: opacity 0.2s ease-in;
}
.car-page .info-order .booking-form .client-info .profile-info .form-block .edit a:hover {
  opacity: 0.8;
}
.car-page .info-order .booking-form .client-info .bonus-balance {
  margin-bottom: 40px;
}
.car-page .info-order .booking-form .client-info .bonus-balance .bonus-content {
  font-weight: 400;
  font-size: 14px;
  line-height: 125%;
  color: var(--gray-darker);
  margin-bottom: 18px;
}
.car-page .info-order .booking-form .client-info .bonus-balance .bonus-content .item.decorated {
  margin-bottom: 18px;
  border-bottom: 1px solid var(--gray-light);
}
.car-page .info-order .booking-form .client-info .bonus-balance .bonus-content .item .check,
.car-page .info-order .booking-form .client-info .bonus-balance .bonus-content .item .bonus-count {
  margin-bottom: 21px;
}
.car-page .info-order .booking-form .client-info .bonus-balance .bonus-content .item .bonus-count .plus,
.car-page .info-order .booking-form .client-info .bonus-balance .bonus-content .item .bonus-count .minus {
  width: 36px;
  height: 26px;
  background: var(--white);
  color: #D9030E;
  font-size: 20px;
  border: 1px solid #D9030E;
  box-sizing: border-box;
  border-radius: 5px;
  user-select: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin: 0 10px;
}
.car-page .info-order .booking-form .client-info .bonus-balance .bonus-content a {
  color: #D9030E;
}
.car-page .info-order .booking-form .client-info .bonus-balance .bonus-content a:hover {
  text-decoration: underline;
}
.car-page .info-order .booking-form .client-info .user-form {
  margin-bottom: 0;
}
.car-page .info-order .booking-form .client-info .user-form .w-50 {
  width: 100%;
}
.car-page .info-order .booking-form .client-info .user-form .input-mb {
  margin-bottom: 21px !important;
}
.car-page .info-order .booking-form .client-info .user-form .input-mb .iti {
  width: 100%;
}
.car-page .info-order .booking-form .client-info .user-form input[type=text],
.car-page .info-order .booking-form .client-info .user-form input[type=tel],
.car-page .info-order .booking-form .client-info .user-form input[type=email],
.car-page .info-order .booking-form .client-info .user-form input[type=password],
.car-page .info-order .booking-form .client-info .user-form textarea {
  background: var(--white);
  border: 1px solid var(--gray-light);
  box-sizing: border-box;
  border-radius: 5px;
  padding: 14px 24px;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  color: var(--gray-darker);
  margin-bottom: 21px;
}
.car-page .info-order .booking-form .client-info .user-form input[type=text]::placeholder,
.car-page .info-order .booking-form .client-info .user-form input[type=tel]::placeholder,
.car-page .info-order .booking-form .client-info .user-form input[type=email]::placeholder,
.car-page .info-order .booking-form .client-info .user-form input[type=password]::placeholder,
.car-page .info-order .booking-form .client-info .user-form textarea::placeholder {
  opacity: 0.7;
}
.car-page .info-order .booking-form .client-info .user-form input[type=text]:hover, .car-page .info-order .booking-form .client-info .user-form input[type=text]:focus,
.car-page .info-order .booking-form .client-info .user-form input[type=tel]:hover,
.car-page .info-order .booking-form .client-info .user-form input[type=tel]:focus,
.car-page .info-order .booking-form .client-info .user-form input[type=email]:hover,
.car-page .info-order .booking-form .client-info .user-form input[type=email]:focus,
.car-page .info-order .booking-form .client-info .user-form input[type=password]:hover,
.car-page .info-order .booking-form .client-info .user-form input[type=password]:focus,
.car-page .info-order .booking-form .client-info .user-form textarea:hover,
.car-page .info-order .booking-form .client-info .user-form textarea:focus {
  outline: none !important;
  border-color: #D9030E;
}
.car-page .info-order .booking-form .booking .block-title {
  margin-bottom: 24px;
}
.car-page .info-order .booking-form .booking .order-about .extras-table,
.car-page .info-order .booking-form .booking .order-price .extras-table {
  display: flex;
  flex-wrap: wrap;
}
.car-page .info-order .booking-form .booking .order-about .extras-table .table-item,
.car-page .info-order .booking-form .booking .order-price .extras-table .table-item {
  width: 50%;
  margin-bottom: 13px;
  font-size: 16px;
}
.car-page .info-order .booking-form .booking .order-about .extras-table .table-item:nth-child(odd),
.car-page .info-order .booking-form .booking .order-price .extras-table .table-item:nth-child(odd) {
  font-weight: 300;
  line-height: 140%;
  letter-spacing: 0.05em;
  color: var(--gray-darker);
  width: 75%;
}
.car-page .info-order .booking-form .booking .order-about .extras-table .table-item:nth-child(even),
.car-page .info-order .booking-form .booking .order-price .extras-table .table-item:nth-child(even) {
  font-weight: 500;
  line-height: 130%;
  text-align: right;
  color: var(--black);
  width: 25%;
}
.car-page .info-order .booking-form .booking .order-about .extras-table .table-item b, .car-page .info-order .booking-form .booking .order-about .extras-table .table-item strong,
.car-page .info-order .booking-form .booking .order-price .extras-table .table-item b,
.car-page .info-order .booking-form .booking .order-price .extras-table .table-item strong {
  font-weight: bold;
  color: var(--black);
}
.car-page .info-order .booking-form .booking .go-pay {
  padding-top: 28px;
}
.car-page .info-order .booking-form .booking .go-pay .total-price {
  font-weight: bold;
  font-size: 18px;
  line-height: 120%;
  color: var(--black);
  margin-bottom: 26px;
}
.car-page .info-order .booking-form .booking .go-pay .total-price .colored {
  color: #D9030E;
}
.car-page .info-order .booking-form .booking .go-pay .checkbox {
  margin-bottom: 41px;
  font-size: 14px;
}
.car-page .info-order .booking-form .booking .go-pay .checkbox.radio label {
  font-weight: 700;
}
.car-page .info-order .booking-form .booking .go-pay .checkbox.radio label span.price {
  margin-left: auto;
}
.car-page .info-order .booking-form .booking .go-pay .checkbox.radio label.red {
  margin-bottom: 22px;
}
.car-page .info-order .booking-form .booking .go-pay .checkbox.radio label.red span {
  color: #D9030E;
}
.car-page .info-order .booking-form .booking .go-pay .checkbox .custom-checkbox + label {
  flex-direction: row;
  justify-content: flex-start;
}
.car-page .info-order .booking-form .booking .go-pay .checkbox .custom-checkbox + label:before {
  margin-right: 9px;
  border-color: var(--gray-light);
}
.car-page .info-order .booking-form .booking .go-pay .checkbox .custom-checkbox + label a {
  color: #D9030E;
  padding: 0 5px;
}
.car-page .info-order .booking-form .booking .go-pay .checkbox .custom-checkbox + label a:hover {
  text-decoration: underline;
}
.car-page .info-order .booking-form .booking .go-pay .rules-text {
  font-weight: 300;
  line-height: 140%;
  letter-spacing: 0.01em;
  color: var(--gray-darker);
  font-size: 14px;
  margin-bottom: 30px;
}
.car-page .info-order .booking-form .booking .go-pay .rules-text a {
  color: #D9030E;
}
.car-page .info-order .booking-form .booking .go-pay .rules-text a:hover {
  text-decoration: underline;
}
.car-page .info-order .booking-form .booking .go-pay .red-button {
  font-weight: 500;
}
.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 .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: #C0C6D5;
}
.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-car .main-car-info {
    height: 100%;
  }
  .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 {
    font-size: 16px;
  }
  .car-page .info-car .main-car-info .pack-info {
    margin-bottom: 23px;
    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 .adresses {
    margin-top: auto;
    height: 100%;
  }
  .car-page .info-car .adresses .preview {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: auto 0 0;
    padding: 24px 53px 16px;
    height: auto;
  }
  .car-page .info-car .adresses .preview .pick-up,
  .car-page .info-car .adresses .preview .return,
  .car-page .info-car .adresses .preview .time-range {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .car-page .info-car .adresses .preview .time-range {
    margin-bottom: 49px;
  }
  .car-page .info-car .adresses .preview .dates {
    margin-bottom: 40px;
  }
  .car-page .info-car .adresses .preview .toggle-wrapper span.toggle-details-link {
    font-size: 18px;
  }
  .car-page .info-car .adresses .toggle-wrapper {
    max-width: 100%;
    width: calc(100% + 106px);
    margin-left: -53px;
  }
  .car-page .insurance {
    padding-bottom: 100px;
  }
  .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: 34px 33px 47px;
    border: 2px solid var(--gray-light);
  }
  .car-page .insurance .item .w-50 {
    width: 50%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .car-page .insurance .item .title {
    margin-bottom: 16px;
    font-size: 18px;
    text-align: left;
  }
  .car-page .insurance .item .daily-price {
    font-size: 24px;
    margin-bottom: 17px;
    text-align: left;
  }
  .car-page .insurance .item .total-price {
    font-size: 16px;
    margin-bottom: 18px;
    text-align: left;
  }
  .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 {
    margin-bottom: 11px;
  }
  .car-page .insurance .item .info {
    top: 17px;
  }
  .car-page .insurance .item .info span {
    font-size: 18px;
    padding-left: 0;
  }
  .car-page .insurance .item .active-decorator {
    transform: scale(1);
    right: -3px;
    bottom: -3px;
  }
  .car-page .insurance .item .recommended-label {
    width: calc(100% + 36px);
    margin-left: -18px;
    margin-right: -18px;
    top: 1px;
    font-size: 18px;
  }
  .car-page .options-list-block {
    padding-bottom: 100px;
  }
  .car-page .options-list-block .block-options .block-title,
  .car-page .options-list-block .block-services .block-title {
    margin-bottom: 34px;
    font-size: 24px;
  }
  .car-page .options-list-block .block-options .options .item,
  .car-page .options-list-block .block-services .options .item {
    min-height: 72px;
    margin-bottom: 20px;
  }
  .car-page .options-list-block .block-options .options .item .title,
  .car-page .options-list-block .block-services .options .item .title {
    width: 60%;
    font-size: 18px;
  }
  .car-page .options-list-block .block-options .options .item .price,
  .car-page .options-list-block .block-services .options .item .price {
    min-height: 72px;
    width: 40%;
    font-weight: 400;
    font-size: 14px;
    padding: 8px 16px;
  }
  .car-page .options-list-block .block-options .options .item .price.couls,
  .car-page .options-list-block .block-services .options .item .price.couls {
    flex-direction: column;
    align-items: flex-start;
  }
  .car-page .options-list-block .block-options .options .item .price.couls span,
  .car-page .options-list-block .block-options .options .item .price.couls .cols,
  .car-page .options-list-block .block-services .options .item .price.couls span,
  .car-page .options-list-block .block-services .options .item .price.couls .cols {
    width: 100%;
  }
  .car-page .options-list-block .block-options .options .item .price b,
  .car-page .options-list-block .block-services .options .item .price b {
    font-weight: bold;
    font-size: 18px;
  }
  .car-page .options-list-block .block-options .options .item .price span b,
  .car-page .options-list-block .block-services .options .item .price span b {
    display: inline-block;
    width: auto;
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    text-align: center;
    color: var(--black);
    margin-bottom: 4px;
  }
  .car-page .options-list-block .block-options .options .item .price .cols,
  .car-page .options-list-block .block-services .options .item .price .cols {
    padding-top: 11px;
  }
  .car-page .options-list-block .block-options .options .item .price .cols .plus,
  .car-page .options-list-block .block-options .options .item .price .cols .minus,
  .car-page .options-list-block .block-services .options .item .price .cols .plus,
  .car-page .options-list-block .block-services .options .item .price .cols .minus {
    width: 36px;
  }
  .car-page .options-list-block .block-services {
    margin-bottom: 0;
  }
  .car-page .info-order .booking-form .client-info .block-title,
  .car-page .info-order .booking-form .booking .block-title {
    font-size: 24px;
  }
  .car-page .info-order .booking-form .client-info {
    order: 2;
  }
  .car-page .info-order .booking-form .client-info .user-form .w-50 {
    width: 50%;
  }
  .car-page .info-order .booking-form .client-info .block-title {
    margin-bottom: 20px;
  }
  .car-page .info-order .booking-form .client-info .block-title .title {
    margin-bottom: 31px;
  }
  .car-page .info-order .booking-form .client-info .block-title .info {
    font-size: 18px;
  }
  .car-page .info-order .booking-form .client-info .profile-info .form-block .info-account .item {
    font-size: 16px;
    margin-bottom: 24px;
  }
  .car-page .info-order .booking-form .client-info .profile-info .form-block .edit a {
    font-size: 18px;
  }
  .car-page .info-order .booking-form .client-info .bonus-balance {
    margin-bottom: 0;
  }
  .car-page .info-order .booking-form .client-info .bonus-balance .bonus-content {
    font-size: 16px;
    margin-bottom: 24px;
  }
  .car-page .info-order .booking-form .booking {
    order: 1;
  }
  .car-page .info-order .booking-form .booking .block-title {
    margin-bottom: 48px;
  }
  .car-page .info-order .booking-form .booking .order-price .extras-table .table-item,
  .car-page .info-order .booking-form .booking .order-about .extras-table .table-item {
    font-size: 18px;
    margin-bottom: 33px;
  }
  .car-page .info-order .booking-form .booking .go-pay .total-price {
    font-size: 24px;
  }
  .car-page .info-order .booking-form .booking .go-pay .rules-text {
    font-size: 18px;
  }
  .car-page .info-order .booking-form .booking .go-pay .checkbox {
    font-size: 16px;
  }
  .car-page .info-order .booking-form .booking .go-pay .checkbox.radio label {
    font-size: 24px;
    line-height: 120%;
    color: var(--black);
  }
  .car-page .info-order .booking-form .booking .go-pay .checkbox .custom-checkbox + label:before {
    margin-right: 21px;
  }
  .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;
  }
}
@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;
}
[data-color-scheme=dark] .car-page .insurance .item {
  border-color: var(--gray-middle);
}
[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_7 .active-decorator {
  background-image: url("/img/redesign/insurance-background-red-dark.svg");
}
[data-color-scheme=dark] .car-page .insurance .item.insurance_7 .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 {
  background-image: url("/img/redesign/insurance-background-dark.svg");
}
[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 {
  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 {
  box-shadow: none;
  border-color: var(--gray-darkest);
}
[data-color-scheme=dark] .car-page .options-list-block .block-options .options .item.active .price, [data-color-scheme=dark] .car-page .options-list-block .block-services .options .item.active .price {
  color: var(--white);
  background-color: var(--gray-darkest);
}
[data-color-scheme=dark] .car-page .options-list-block .block-options .options .item.active .price b, [data-color-scheme=dark] .car-page .options-list-block .block-services .options .item.active .price b {
  color: var(--white) !important;
}
[data-color-scheme=dark] .car-page .options-list-block .block-options .options .item .price, [data-color-scheme=dark] .car-page .options-list-block .block-services .options .item .price {
  background-color: var(--gray-light);
}
[data-color-scheme=dark] .car-page .options-list-block .block-options .options .item .price .cols .plus, [data-color-scheme=dark] .car-page .options-list-block .block-options .options .item .price .cols .minus, [data-color-scheme=dark] .car-page .options-list-block .block-services .options .item .price .cols .plus, [data-color-scheme=dark] .car-page .options-list-block .block-services .options .item .price .cols .minus {
  border-color: var(--gray-middle);
  color: var(--black);
}
[data-color-scheme=dark] .car-page .info-order .booking-form .booking .go-pay .checkbox .custom-checkbox + label::before {
  border-color: var(--gray-middle);
}
[data-color-scheme=dark] .car-page .info-order .booking-form .client-info .user-form input[type=text],
[data-color-scheme=dark] .car-page .info-order .booking-form .client-info .user-form input[type=tel],
[data-color-scheme=dark] .car-page .info-order .booking-form .client-info .user-form input[type=email],
[data-color-scheme=dark] .car-page .info-order .booking-form .client-info .user-form input[type=password],
[data-color-scheme=dark] .car-page .info-order .booking-form .client-info .user-form textarea {
  border-color: var(--gray-middle);
}
[data-color-scheme=dark] .car-page .info-car .adresses .shadowed {
  box-shadow: none;
  border: 1px solid #515155;
}
[data-color-scheme=dark] .car-page .info-car .adresses .toggle-wrapper .toggle-details {
  background-color: transparent;
}

.luxury-booking .info-car {
  margin-top: 0;
  margin-bottom: 41px;
}
.luxury-booking .info-car .main-car-info {
  padding-top: 0;
  position: static;
}
.luxury-booking .info-car .main-car-info .title-and-price {
  margin-bottom: 21px;
}
.luxury-booking .info-car .main-car-info .title-and-price .title-wrapper {
  justify-content: center;
  margin-bottom: 21px;
  order: 1;
  min-width: 125px;
  box-sizing: border-box;
}
.luxury-booking .info-car .main-car-info .title-and-price .title-wrapper .title .main-title {
  font-size: 18px;
  margin-bottom: 0;
  text-align: left;
}
.luxury-booking .info-car .main-car-info .title-and-price .prices-wrapper {
  margin-bottom: 21px;
  order: 2;
  max-width: calc(100% - 125px);
  box-sizing: border-box;
  flex-shrink: 0;
  padding-left: 10px;
}
.luxury-booking .info-car .main-car-info .title-and-price .prices-wrapper .price-day,
.luxury-booking .info-car .main-car-info .title-and-price .prices-wrapper .price-period {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  color: #D9030E;
  text-align: right;
}
.luxury-booking .info-car .main-car-info .title-and-price .prices-wrapper .price-period {
  font-weight: 400;
  font-size: 14px;
  color: var(--black);
  margin-bottom: 0;
}
.luxury-booking .info-car .main-car-info .title-and-price .characteristics-wrapper {
  order: 3;
}
.luxury-booking .info-car .main-car-info .title-and-price .characteristics-wrapper .pack-info {
  background-color: var(--gray-very-light);
}
.luxury-booking .advantages {
  box-sizing: border-box;
  padding: 32px 30px 31px 20px;
  background: var(--purple-very-light);
  border-radius: 6px;
}
.luxury-booking .advantages .item {
  margin-bottom: 27px;
  padding-left: 32px;
  position: relative;
}
.luxury-booking .advantages .item:before {
  content: "";
  display: block;
  width: 16px;
  height: 10px;
  background: url("/img/redesign/advantages-lux-before.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 5px;
}
.luxury-booking .advantages .item:last-child {
  margin-bottom: 0;
}
.luxury-booking .advantages .item .title {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  color: var(--black);
  margin-bottom: 7px;
}
.luxury-booking .advantages .item .description {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: var(--black);
}
.luxury-booking .advantages .item .description a {
  color: #D9030E;
  text-decoration: underline;
}
.luxury-booking .advantages .item .description a:hover {
  text-decoration: underline dotted;
}
.luxury-booking .options-list-block {
  padding-bottom: 53px;
}
.luxury-booking .options-list-block .block-services .options .item, .luxury-booking .options-list-block .block-options .options .item {
  user-select: none;
}
.luxury-booking .options-list-block .block-services .options .item .title, .luxury-booking .options-list-block .block-options .options .item .title {
  font-size: 16px;
  font-weight: 500;
  width: calc(100% - 52px);
  align-items: flex-start;
}
.luxury-booking .options-list-block .block-services .options .item .title .main, .luxury-booking .options-list-block .block-options .options .item .title .main {
  font-size: 16px;
  font-weight: 500;
}
.luxury-booking .options-list-block .block-services .options .item .title .main b, .luxury-booking .options-list-block .block-options .options .item .title .main b {
  font-size: 16px;
  font-weight: 500;
}
.luxury-booking .options-list-block .block-services .options .item .checkbox, .luxury-booking .options-list-block .block-options .options .item .checkbox {
  width: 52px;
  box-sizing: border-box;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: rgba(217, 3, 14, 0.05);
}
.luxury-booking .options-list-block .block-services .options .item .checkbox .badge, .luxury-booking .options-list-block .block-options .options .item .checkbox .badge {
  width: 40px;
  height: 40px;
  border: 1px solid #D9030E;
  border-radius: 7px;
}
.luxury-booking .options-list-block .block-services .options .item .checkbox .badge.active, .luxury-booking .options-list-block .block-options .options .item .checkbox .badge.active {
  background-color: #D9030E;
  background-image: url("/img/redesign/option-badge.svg");
  background-repeat: no-repeat;
  background-position: center center;
}
.luxury-booking .options-list-block .block-services .options .item .price, .luxury-booking .options-list-block .block-options .options .item .price {
  width: 74px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.luxury-booking .options-list-block .block-services .options .item .price .plus, .luxury-booking .options-list-block .block-services .options .item .price .minus, .luxury-booking .options-list-block .block-options .options .item .price .plus, .luxury-booking .options-list-block .block-options .options .item .price .minus {
  width: 26px;
  height: 26px;
  background: var(--white);
  border: 1px solid #D9030E;
  border-radius: 5px;
  background-position: center center;
  background-repeat: no-repeat;
  flex-shrink: 0;
}
.luxury-booking .options-list-block .block-services .options .item .price .minus, .luxury-booking .options-list-block .block-options .options .item .price .minus {
  margin-right: 7px;
  background-image: url("/img/redesign/minus.svg");
}
.luxury-booking .options-list-block .block-services .options .item .price .plus, .luxury-booking .options-list-block .block-options .options .item .price .plus {
  background-image: url("/img/redesign/plus.svg");
}
.luxury-booking .options-list-block .block-services {
  margin-bottom: 0;
}
.luxury-booking .options-list-block .block-options .block-title {
  display: 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 #book-it .red-button.disabled {
  background: var(--gray-middle);
  cursor: not-allowed;
}
.luxury-booking #book-it .red-button.disabled:hover {
  box-shadow: none;
}
.luxury-booking #book-it .red-button b {
  display: block;
  text-align: center;
}
.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: 992px) {
  .luxury-booking .info-car .main-car-info .title-and-price .title-wrapper {
    justify-content: flex-start;
  }
  .luxury-booking .info-car .main-car-info .title-and-price .title-wrapper .title .main-title {
    font-size: 28px;
  }
  .luxury-booking .info-car .main-car-info .title-and-price .prices-wrapper {
    order: 2;
    padding-left: 15px;
  }
  .luxury-booking .info-car .main-car-info .title-and-price .prices-wrapper .price-day,
  .luxury-booking .info-car .main-car-info .title-and-price .prices-wrapper .price-period {
    text-align: left;
  }
  .luxury-booking .info-car .main-car-info .title-and-price .prices-wrapper .price-day {
    font-size: 21px;
    margin-bottom: 6px;
  }
  .luxury-booking .info-car .main-car-info .title-and-price .prices-wrapper .price-period {
    font-size: 18px;
  }
  .luxury-booking .info-car .main-car-info .title-and-price .characteristics-wrapper {
    order: 3;
  }
  .luxury-booking .info-car .main-car-info .title-and-price .characteristics-wrapper .pack-info {
    max-width: 100%;
  }
  .luxury-booking .info-car .main-car-info .title-and-price .characteristics-wrapper .pack-info .wrapper {
    margin: 0 auto;
    width: 410px;
    box-sizing: border-box;
  }
  .luxury-booking .options-list-block .block-services .options .item .title, .luxury-booking .options-list-block .block-options .options .item .title {
    width: calc(100% - 72px);
  }
  .luxury-booking .options-list-block .block-services .options .item .checkbox, .luxury-booking .options-list-block .block-options .options .item .checkbox {
    width: 72px;
  }
  .luxury-booking .options-list-block .block-services .options .item .checkbox .badge, .luxury-booking .options-list-block .block-options .options .item .checkbox .badge {
    width: 56px;
    height: 55px;
  }
  .luxury-booking .options-list-block .block-services {
    margin-bottom: 48px;
  }
  .luxury-booking .options-list-block .block-options .block-title {
    display: block;
  }
  .luxury-booking .block-title.red-line {
    font-size: 21px;
  }
  .luxury-booking .advantages {
    padding: 22px 18px 20px 44px;
    min-height: calc(100% - 44px);
  }
  .luxury-booking .advantages .title {
    font-size: 18px;
  }
  .luxury-booking .order-lg-1 {
    order: 1;
  }
  .luxury-booking .order-lg-2 {
    order: 2;
  }
}
[data-color-scheme=dark] .luxury-booking .options-list-block .block-services .options .item .price, [data-color-scheme=dark] .luxury-booking .options-list-block .block-options .options .item .price {
  background-color: var(--gray-light);
}
[data-color-scheme=dark] .luxury-booking .options-list-block .block-services .options .item .price .plus, [data-color-scheme=dark] .luxury-booking .options-list-block .block-services .options .item .price .minus, [data-color-scheme=dark] .luxury-booking .options-list-block .block-options .options .item .price .plus, [data-color-scheme=dark] .luxury-booking .options-list-block .block-options .options .item .price .minus {
  border: 1px solid var(--gray-middle);
  background-image: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
[data-color-scheme=dark] .luxury-booking .options-list-block .block-services .options .item .price .plus:before, [data-color-scheme=dark] .luxury-booking .options-list-block .block-services .options .item .price .minus:before, [data-color-scheme=dark] .luxury-booking .options-list-block .block-options .options .item .price .plus:before, [data-color-scheme=dark] .luxury-booking .options-list-block .block-options .options .item .price .minus:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: var(--gray-middle);
}
[data-color-scheme=dark] .luxury-booking .options-list-block .block-services .options .item .price .plus:before, [data-color-scheme=dark] .luxury-booking .options-list-block .block-options .options .item .price .plus:before {
  -webkit-mask: url("/img/redesign/plus.svg");
  mask: url("/img/redesign/plus.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  mask-size: 100% 100% !important;
  -webkit-mask-size: 100% 100% !important;
}
[data-color-scheme=dark] .luxury-booking .options-list-block .block-services .options .item .price .minus:before, [data-color-scheme=dark] .luxury-booking .options-list-block .block-options .options .item .price .minus:before {
  -webkit-mask: url("/img/redesign/minus.svg");
  mask: url("/img/redesign/minus.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  mask-size: 100% 100% !important;
  -webkit-mask-size: 100% 100% !important;
}
[data-color-scheme=dark] .luxury-booking .options-list-block .block-services .options .item .checkbox, [data-color-scheme=dark] .luxury-booking .options-list-block .block-options .options .item .checkbox {
  background-color: var(--gray-light);
}
[data-color-scheme=dark] .luxury-booking .options-list-block .block-services .options .item .checkbox .badge, [data-color-scheme=dark] .luxury-booking .options-list-block .block-options .options .item .checkbox .badge {
  border-color: var(--gray-middle);
}
[data-color-scheme=dark] .luxury-booking .options-list-block .block-services .options .item .checkbox .badge.active, [data-color-scheme=dark] .luxury-booking .options-list-block .block-options .options .item .checkbox .badge.active {
  border-color: #D9030E;
}

.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;
  }
}
.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 .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);
  position: absolute;
  right: 13px;
  top: 13px;
}
.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);
}

#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 {
  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 {
    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);
}

#delivery-details {
  text-align: left;
  border-radius: 12px;
  width: 285px;
}
#delivery-details .header {
  clear: both;
  display: inline-block;
  padding: 3px 50px 3px 12px;
  background: #D9030E;
  color: var(--white);
  margin: 0 0 14px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
}
#delivery-details .header:not(:first-child) {
  margin-top: 32px;
}
#delivery-details .description {
  color: var(--gray-darker);
  font-size: 12px;
}
#delivery-details .description a {
  color: #D9030E;
  text-decoration: underline;
}
#delivery-details .description a:hover {
  text-decoration: underline dotted;
}
#delivery-details .description b {
  color: var(--black);
}
#delivery-details ul li, #delivery-details ol li {
  margin-bottom: 21px;
}

.tariff-details {
  margin: 29px 0 100px;
  padding: 25px 31px 41px;
  box-shadow: 0 25px 35px rgba(202, 205, 219, 0.25);
  border-radius: 6px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
}
.tariff-details .column-first,
.tariff-details .column-second,
.tariff-details .column-third,
.tariff-details .column-fourth {
  box-sizing: border-box;
  width: 100%;
}
.tariff-details .column-first .excess {
  display: none;
}
.tariff-details .name {
  margin-bottom: 9px;
}
.tariff-details .name .red {
  background: #D9030E;
  font-weight: 400;
  line-height: 120%;
  font-size: 14px;
  color: var(--white);
  padding: 4px 6px 4px 8px;
}
.tariff-details .price-wrapper {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 26px;
}
.tariff-details .price-wrapper .amount,
.tariff-details .price-wrapper .daily {
  line-height: 120%;
  display: inline-flex;
  align-items: center;
}
.tariff-details .price-wrapper .amount {
  font-weight: 700;
  font-size: 18px;
  color: var(--black);
}
.tariff-details .price-wrapper .daily {
  padding-left: 20px;
  font-weight: 400;
  font-size: 14px;
  color: var(--gray-darker);
}
.tariff-details .excess {
  font-weight: 400;
  color: var(--gray-darker);
  font-size: 12px;
  line-height: 125%;
}
.tariff-details .excess b {
  font-size: 16px;
  display: block;
  width: 100%;
  font-weight: 700;
  line-height: 120%;
  color: var(--black);
  margin-bottom: 4px;
}
.tariff-details .excess b .red {
  color: #D9030E;
}
.tariff-details .included,
.tariff-details .not-included {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 145%;
  color: var(--gray-darker);
}
.tariff-details .included b.block-header,
.tariff-details .not-included b.block-header {
  font-weight: 400;
  color: #D9030E;
  font-size: 14px;
  line-height: 140%;
}
.tariff-details .included ul,
.tariff-details .not-included ul {
  padding: 0;
  margin: 0;
}
.tariff-details .included ul li,
.tariff-details .not-included ul li {
  margin-bottom: 7px;
  font-size: 12px;
  line-height: 140%;
}

@media (min-width: 1000px) {
  .tariff-details {
    padding: 34px 45px 35px 33px;
  }
  .tariff-details .column-first {
    width: 250px;
    max-width: 100%;
    padding-right: 19px;
  }
  .tariff-details .column-first .excess {
    display: block;
  }
  .tariff-details .column-second {
    width: 377px;
    max-width: 100%;
    padding-right: 20px;
  }
  .tariff-details .column-third {
    width: calc(100% - 250px - 377px);
  }
  .tariff-details .column-fourth {
    display: none;
  }
  .tariff-details .name {
    margin-bottom: 14px;
  }
  .tariff-details .name .red {
    font-size: 18px;
  }
  .tariff-details .price-wrapper {
    display: block;
    margin-bottom: 0;
  }
  .tariff-details .price-wrapper .amount,
  .tariff-details .price-wrapper .daily {
    width: 100%;
    padding-right: 0;
  }
  .tariff-details .price-wrapper .amount {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 17px;
  }
  .tariff-details .price-wrapper .daily {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 42px;
    padding-left: 0;
  }
  .tariff-details .included,
  .tariff-details .not-included {
    font-size: 15px;
  }
  .tariff-details .included b.block-header,
  .tariff-details .not-included b.block-header {
    font-size: 18px;
    line-height: 145%;
  }
  .tariff-details .included ul li,
  .tariff-details .not-included ul li {
    font-size: 15px;
    line-height: 145%;
    margin-bottom: 12px;
  }
  .tariff-details .excess {
    font-size: 16px;
    line-height: 120%;
  }
  .tariff-details .excess b {
    font-size: 21px;
    margin-bottom: 14px;
  }
  #delivery-details {
    padding: 25px 31px 41px;
    width: 471px !important;
  }
  #delivery-details .header {
    font-size: 18px;
  }
  #delivery-details .description {
    font-size: 15px;
  }
}
[data-color-scheme=dark] #delivery-details .header {
  color: var(--black);
}
[data-color-scheme=dark] .tariff-details {
  box-shadow: none;
  border: none;
}
[data-color-scheme=dark] .tariff-details .name .red {
  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.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 {
  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 input, [data-color-scheme=dark] .input-wrapper textarea {
  background-color: var(--gray-light);
}

.lk-page {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
}
.lk-page .phone-alert,
.lk-page .email-alert,
.lk-page .incomlpete-order {
  padding: 20px 15px 12px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.03em;
  color: var(--gray-darker);
  margin-bottom: 44px;
}
.lk-page .phone-alert a,
.lk-page .email-alert a,
.lk-page .incomlpete-order a {
  color: #D9030E;
  text-decoration: underline;
}
.lk-page .phone-alert a:hover,
.lk-page .email-alert a:hover,
.lk-page .incomlpete-order a:hover {
  text-decoration: underline dotted;
}
.lk-page .col-big,
.lk-page .col-small {
  box-sizing: border-box;
  background: var(--white);
  box-shadow: 0 10px 25px rgba(202, 205, 219, 0.25);
  border-radius: 3px;
}
.lk-page .col-big {
  width: 100%;
  padding: 0;
}
.lk-page .col-small {
  width: 100%;
  margin-left: 0;
  height: 100%;
  margin-bottom: 30px;
}
.lk-page ul.caption {
  padding: 10px 20px 10px 0;
  margin: 0 0 17px;
}
.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;
}
.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-list .tab {
  display: none;
}
.lk-page .tabs-list .tab.active {
  display: block;
  padding: 10px 20px;
}
.lk-page .tabs-list .tab.active .col-third .edit-profile {
  margin-top: 0;
}
.lk-page .tabs-list .tab .social-list .item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.lk-page .tabs-list .tab .social-list .info {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: var(--gray-darker);
}
.lk-page .tabs-list .tab .social-list .phone-confirm {
  position: relative;
  width: 35px;
  height: 35px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: var(--purple-very-light);
  border-radius: 3px;
  margin-bottom: 5px;
}
.lk-page .tabs-list .tab .social-list .phone-confirm:before {
  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 .tabs-list .tab .social-list .phone-confirm {
  margin-right: 10px;
}
.lk-page .tabs-list .tab .social-list .phone-confirm:before {
  -webkit-mask: url("/img/redesign/confirm-phone.svg");
  mask: url("/img/redesign/confirm-phone.svg");
}
.lk-page .tabs-list .tab .red-button {
  padding: 17px 42px;
  margin-bottom: 0;
}
.lk-page .tabs-list .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-list .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 .bonus .block-description .button-wrapper {
  padding-top: 18px;
}
.lk-page .bonus .block-description .button-wrapper .red-button {
  padding: 16px 29px;
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
}
.lk-page .bonus .block-description .button-wrapper .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 {
  padding: 0 20px;
}
.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 {
  margin-bottom: 47px;
}
.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 6fr 5fr 3fr 3fr 4fr;
}
.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;
  flex-wrap: wrap;
  align-items: center;
  min-height: 40px;
  background: var(--purple-very-light);
  border-radius: 3px;
  padding: 2px 7px;
  box-sizing: border-box;
}
.lk-page .invites-line .link .input-decorator {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 28px;
  height: 28px;
  background-color: #D9030E;
  color: var(--white);
  border-radius: 3px;
  position: relative;
  margin: 4px 9px 4px 0;
  padding: 0 4px;
  box-sizing: border-box;
}
.lk-page .invites-line .link .input-decorator:before {
  content: "";
  display: block;
  background-image: url("/img/redesign/link.svg");
  width: 18px;
  height: 18px;
  box-sizing: border-box;
}
.lk-page .invites-line .link input {
  border: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #D9030E;
  background: transparent;
  width: calc(100% - 45px);
  box-sizing: border-box;
}
.lk-page .invites-line .col-small {
  padding: 34px 20px 34px 20px;
}
.lk-page .invites-line .col-small .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 .col-small .line-title:before {
  content: "";
  display: block;
  width: 20px;
  height: 18px;
  background-image: url("/img/redesign/history.svg");
  margin-right: 10px;
}
.lk-page .invites-line .col-small .table-users .table-head,
.lk-page .invites-line .col-small .table-users .table-tr {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
}
.lk-page .invites-line .col-small .table-users .table-head .item,
.lk-page .invites-line .col-small .table-users .table-tr .item {
  padding-right: 10px;
  padding-bottom: 19px;
  box-sizing: border-box;
}
.lk-page .invites-line .col-small .table-users .table-head .item:nth-child(1),
.lk-page .invites-line .col-small .table-users .table-tr .item:nth-child(1) {
  min-width: 80px;
}
.lk-page .invites-line .col-small .table-users .table-head {
  border-bottom: 1px solid var(--gray-light);
}
.lk-page .invites-line .col-small .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 .col-small .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 .invites-line .share-wrapper .socials {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
  padding-left: 0;
  width: 100%;
}
.lk-page .invites-line .share-wrapper .socials .fb,
.lk-page .invites-line .share-wrapper .socials .tel,
.lk-page .invites-line .share-wrapper .socials .wa,
.lk-page .invites-line .share-wrapper .socials .email {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  width: 40px;
  height: 40px;
  background: var(--purple-very-light);
  border-radius: 3px;
}
.lk-page .invites-line .share-wrapper .socials .fb:before,
.lk-page .invites-line .share-wrapper .socials .tel:before,
.lk-page .invites-line .share-wrapper .socials .wa:before,
.lk-page .invites-line .share-wrapper .socials .email:before {
  content: "";
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
.lk-page .invites-line .share-wrapper .socials .fb:hover,
.lk-page .invites-line .share-wrapper .socials .tel:hover,
.lk-page .invites-line .share-wrapper .socials .wa:hover,
.lk-page .invites-line .share-wrapper .socials .email:hover {
  background: var(--white);
}
.lk-page .invites-line .share-wrapper .socials .fb:before {
  background-image: url("/img/redesign/fb.svg");
}
.lk-page .invites-line .share-wrapper .socials .tel:before {
  background-image: url("/img/redesign/tg.svg");
}
.lk-page .invites-line .share-wrapper .socials .wa:before {
  background-image: url("/img/redesign/wa.svg");
}
.lk-page .invites-line .share-wrapper .socials .email:before {
  background-image: url("/img/redesign/ma.svg");
}
.lk-page .edit-profile {
  margin-top: 15px;
}
.lk-page .edit-profile .red-button {
  font-size: 15px;
}
.lk-page.edit .line.shadowed {
  padding: 20px 45px;
  background: var(--white);
  box-shadow: 0 10px 25px rgba(202, 205, 219, 0.25);
  border-radius: 3px;
  margin-bottom: 50px;
}
.lk-page.edit .line-title {
  margin-bottom: 30px;
}
.lk-page.edit .line-title a,
.lk-page.edit .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;
}
.lk-page.edit .line-title a:after,
.lk-page.edit .line-title span:after {
  content: "";
  display: block;
  background: transparent;
  height: 2px;
  position: absolute;
  left: 0;
  top: calc(100% + 2px);
  width: 100%;
}
.lk-page.edit .line-title span,
.lk-page.edit .line-title a:hover {
  color: #D9030E;
  opacity: 1;
}
.lk-page.edit .line-title span:after,
.lk-page.edit .line-title a:hover:after {
  background: #D9030E;
}
.lk-page.edit .red-button {
  margin-bottom: 0;
}
.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,
.lk-page.edit .line-title {
  display: block;
  font-style: normal;
  font-weight: 600;
  line-height: 116%;
  color: #D9030E;
  font-size: 14px;
  margin-top: 30px;
  margin-right: 46px;
  position: relative;
}
.lk-page.edit .social-title {
  margin-bottom: 15px;
}
.lk-page.edit .line-title {
  margin-top: 50px;
  margin-bottom: 30px;
}
.lk-page.edit .create-driver {
  padding-bottom: 30px;
}
.lk-page.edit .create-driver .s-info {
  padding-top: 0;
}
.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");
}

#phone-confirm.new-modal,
#pass-success.new-modal,
#email-confirm.new-modal {
  width: 370px;
  max-width: 90%;
  margin: 0 auto;
  padding: 39px 35px;
  border-radius: 10px;
  background: var(--white);
  position: relative;
}
#phone-confirm.new-modal .modal-title,
#pass-success.new-modal .modal-title,
#email-confirm.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;
}
#phone-confirm.new-modal .text,
#pass-success.new-modal .text,
#email-confirm.new-modal .text {
  font-size: 16px;
  line-height: 23px;
  color: var(--gray-darker);
  text-align: center;
}
#phone-confirm.new-modal #phone-confirm-first,
#phone-confirm.new-modal #phone-confirm-2-step,
#phone-confirm.new-modal #phone-confirm-finish,
#pass-success.new-modal #phone-confirm-first,
#pass-success.new-modal #phone-confirm-2-step,
#pass-success.new-modal #phone-confirm-finish,
#email-confirm.new-modal #phone-confirm-first,
#email-confirm.new-modal #phone-confirm-2-step,
#email-confirm.new-modal #phone-confirm-finish {
  text-align: center;
}
#phone-confirm.new-modal label,
#pass-success.new-modal label,
#email-confirm.new-modal label {
  text-align: left;
}
#phone-confirm.new-modal .red-button,
#pass-success.new-modal .red-button,
#email-confirm.new-modal .red-button {
  margin: 0 auto 15px;
}

#email-confirm .input-wrapper,
#phone-confirm .input-wrapper {
  width: 100%;
}

@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;
  }
  .lk-page .invites-line .share-wrapper .socials {
    width: auto;
    margin-top: 0;
    justify-content: flex-start;
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .lk-page .invites-line .share-wrapper .socials {
    padding-left: 76px;
  }
}
@media (min-width: 1000px) {
  .lk-page .phone-alert,
  .lk-page .email-alert,
  .lk-page .incomlpete-order {
    padding: 28px 42px;
    margin-bottom: 30px;
    font-size: 18px;
  }
  .lk-page .col-third {
    width: calc((100% - 90px) / 3);
    margin-right: 30px;
    margin-bottom: 25px;
  }
  .lk-page .col-big {
    padding: 22px 45px;
    margin-bottom: 30px;
  }
  .lk-page .w-50 {
    width: 50%;
  }
  .lk-page ul.caption {
    margin: 0 0 38px;
  }
  .lk-page ul.caption li {
    font-size: 18px;
  }
  .lk-page ul.caption li a {
    font-size: 18px;
  }
  .lk-page .tabs-list .tab .social-list .phone-confirm {
    width: 40px;
    height: 40px;
    margin-right: 35px;
  }
  .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;
  }
  .lk-page .invites-line .col-small .line-title {
    font-size: 16px;
    line-height: 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.edit .social-title,
  .lk-page.edit .line-title {
    font-size: 18px;
    margin-top: 0;
  }
  .lk-page.edit .line-title a,
  .lk-page.edit .line-title span {
    font-size: 18px;
  }
  .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;
  }
}
@media (min-width: 1440px) {
  .lk-page .col-big {
    width: 870px;
    margin-bottom: 30px;
  }
  .lk-page .col-small {
    width: calc(100% - 870px - 30px);
    margin-left: 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.edit .line.shadowed {
  box-shadow: none;
  border: 1px solid #515155;
}
[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;
}

.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 .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 .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 .col-half {
    width: calc(50% - 30px);
    margin: 0 15px;
  }
  .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 {
    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 .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;
}

@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;
    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;
  }
}
[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 #C0C6D5;
}
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: #C0C6D5;
  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;
}

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