@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

button {
  padding: 0;
  border: 0; }

:root {
  --font-family: "Roboto", sans-serif;
  --colors-brand-red: #e33626;
  --colors-white: #fff;
  --colors-bright-grey: #ecedee;
  --colors-bright-grey: #f4f5f6;
  --colors-grey: #cbcccd;
  --colors-dark-grey: #6a6e76;
  --colors-brand-black: #1c1e21;
  --colors-green: #209866;
  --colors-yellow: #ffa929;
  --tonal-background: #e1f4ff;
  --text-color: #252b42;
  --second-text-color: #737373;
  --primary-color: #31a0fe;
  --secondary-color-2: #ec5c2e;
  --secondary-color-1: #23856d;
  --colors-green: #209866; }

body {
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  line-height: normal;
  background-color: #f4f5f6;
  min-height: 400px;
  min-width: 320px;
  color: #000000; }

html, body {
  width: 100%; }

html {
  scroll-behavior: smooth; }

input, button, textarea, select {
  font-family: "Roboto", sans-serif;
  font-size: 14px; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: none; }

* {
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.1); }

img {
  vertical-align: top;
  max-width: 100%; }

a {
  cursor: pointer;
  color: #000000;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  a:hover {
    color: #333333; }

button {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.under a, a.under {
  text-decoration: underline; }

.under a:hover, a.under:hover {
  text-decoration: none; }

b, .bold {
  font-weight: bold; }

i, .italic {
  font-style: italic; }

.upper {
  text-transform: uppercase; }

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

.text-right {
  text-align: right; }

.text-left {
  text-align: left; }

h1, .h1 {
  font-size: 40px;
  line-height: 48px; }

h2, .h2 {
  font-size: 28px;
  line-height: 32px; }

h3, .h3 {
  font-size: 24px;
  line-height: 30px; }

h4, .h4 {
  font-size: 20px;
  line-height: 24px; }

.body {
  font-size: 15px;
  line-height: 20px; }

.caption {
  font-size: 13px;
  line-height: 16px; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4 {
  line-height: 1.2; }

.dotted {
  border-bottom: 1px dotted; }

.dashed {
  border-bottom: 1px dashed; }

.super {
  vertical-align: super;
  font-size: 11px; }

.caret {
  color: inherit;
  border-top: 5px solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  display: block;
  width: 0;
  height: 0; }

.box-inline {
  display: inline-block;
  vertical-align: top; }

.btn {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  outline: none;
  border: 0;
  background: none;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding-left: 48px;
  padding-right: 48px; }

.flexible {
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between; }

/*colors*/
.grey {
  color: #333333; }

.black {
  color: #000000; }

.white {
  color: #ffffff; }

.blue {
  color: #13c6ca; }

.red {
  color: #E22E1D; }

.yellow {
  color: #EBEB47; }

.green {
  color: #78c214; }

/*CONTENT*/
html,
body {
  position: relative; }

.wrapper {
  width: 100%;
  position: relative;
  overflow: hidden; }

.main {
  overflow-y: visible;
  overflow-x: hidden; }

.daterangepicker-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5); }

/* Для мобильных устройств */
@media (max-width: 767px) {
  .daterangepicker {
    width: 90% !important;
    max-width: 320px !important;
    margin: 0 !important; } }

.btn {
  border-radius: 6px;
  padding: 18px 48px;
  font-size: 16px;
  line-height: 1.4;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  width: 160px;
  height: 52px;
  font-weight: 500;
  background: #E22E1D;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .btn:hover {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: #E22E1D;
    color: white; }
  .btn.white {
    border-radius: 6px;
    padding: 16px 28px;
    display: inline-block;
    width: 100%;
    height: 52px;
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
    background: #fff;
    font-size: 14px;
    text-transform: uppercase;
    border: 2px solid rgba(0, 0, 0, 0.3);
    line-height: 0.85;
    color: #000; }
    .btn.white:hover {
      color: #000000;
      border: 2px solid #000000;
      background: none; }
  .btn.black {
    border: 2px solid black;
    line-height: 1; }
    .btn.black:hover {
      border-color: black;
      background: none;
      color: black; }
    .btn.black:focus {
      border-color: #444444;
      background: #444444;
      color: white; }
  .btn.red {
    background: #E22E1D;
    color: white;
    border: 2px solid #E22E1D;
    font-size: 14px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px; }
    .btn.red svg {
      margin-right: 8px; }
      .btn.red svg path {
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
    .btn.red:hover {
      background: white;
      color: #E22E1D; }
      .btn.red:hover svg path {
        fill: #E22E1D; }
  .btn.grey {
    background: #F3F3F3;
    color: black;
    font-size: 14px; }
    .btn.grey:hover {
      opacity: 0.5; }
  .btn-sm {
    font-size: 12px; }
  .btn-full {
    width: 100%; }
  .btn.disabled, .btn:disabled {
    background: #e0e0e5;
    color: #333333; }
  .btn-lg {
    min-width: 270px;
    text-transform: uppercase;
    padding-top: 18px;
    padding-bottom: 18px; }
  .btn-menu {
    border: 0;
    padding: 10px 15px;
    line-height: 2px;
    text-align: right;
    width: 52px; }
    .btn-menu .icon-bar {
      display: inline-block;
      vertical-align: top;
      background: #ffffff;
      width: 22px;
      height: 2px;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .btn-menu .icon-bar + .icon-bar {
        margin-top: 5px; }
      .btn-menu .icon-bar:nth-child(2) {
        width: 18px; }
      .btn-menu .icon-bar:nth-child(3) {
        width: 20px; }
    .btn-menu.open .icon-bar:first-child {
      -webkit-transform: translateY(7px) rotate(45deg);
      -moz-transform: translateY(7px) rotate(45deg);
      transform: translateY(7px) rotate(45deg);
      width: 100%; }
    .btn-menu.open .icon-bar:nth-child(2) {
      opacity: 0; }
    .btn-menu.open .icon-bar:last-child {
      -webkit-transform: translateY(-7px) rotate(-45deg);
      -moz-transform: translateY(-7px) rotate(-45deg);
      transform: translateY(-7px) rotate(-45deg);
      width: 100%; }

.link {
  display: inline-block;
  vertical-align: top; }
  .link-underline {
    text-decoration: underline; }
    .link-underline:hover {
      text-decoration: none; }

.nav-main {
  font-size: 14px; }

.icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: top;
  background-repeat: no-repeat;
  background-size: 100% auto; }
  .icon-left {
    margin-right: 5px; }
  .icon-right {
    margin-left: 5px; }
  .icon-middle {
    vertical-align: middle;
    margin-top: -2px; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  height: 100%; }
  .modal.fade {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.15s linear;
    -moz-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear; }
    .modal.fade .modal-dialog {
      -webkit-transform: translate(0, -25%);
      -moz-transform: translate(0, -25%);
      transform: translate(0, -25%);
      -webkit-transition: transform 0.3s ease-out;
      -moz-transition: transform 0.3s ease-out;
      transition: transform 0.3s ease-out; }
  .modal.in {
    opacity: 1;
    filter: alpha(opacity=100); }
    .modal.in .modal-dialog {
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      transform: translate(0, 0); }
  .modal-open {
    overflow: hidden; }
    .modal-open .modal {
      overflow-x: hidden;
      overflow-y: auto; }
  .modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000; }
    .modal-backdrop.fade {
      filter: alpha(opacity=0);
      opacity: 0; }
    .modal-backdrop.in {
      filter: alpha(opacity=50);
      opacity: .5; }
  .modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll; }
  .modal-dialog {
    max-width: 740px;
    margin: 15% auto 0;
    position: relative;
    width: auto; }
  .modal-dialog_tracker {
    max-width: 540px; }
  .modal-dialog__login {
    margin: 10% auto 0;
    max-width: 940px;
    display: flex;
    align-items: stretch;
    height: 100%;
    max-height: 640px;
    border-radius: 30px;
    overflow: hidden;
    background: #ffffff; }
    .modal-dialog__login .form__group {
      margin-bottom: 0; }
    .modal-dialog__login .modal-dialog__bg {
      width: 90%;
      overflow: hidden;
      border-radius: 30px; }
      .modal-dialog__login .modal-dialog__bg img {
        object-fit: cover;
        min-width: 100%;
        max-width: 100%;
        min-height: 100%;
        max-height: 100%; }
    .modal-dialog__login .modal-body {
      font-size: 16px;
      padding: 16px;
      position: relative;
      gap: 10px;
      display: flex;
      flex-direction: column;
      align-items: flex-end; }
    .modal-dialog__login .modal-content {
      padding-bottom: 10px !important;
      border-radius: 0;
      width: 100%; }
  .modal-content {
    border-radius: 5px;
    position: relative;
    outline: 0;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: #ffffff;
    height: 100%; }
  .modal-btn {
    padding: 16px;
    position: relative;
    border-top: 1px solid #BCBCBC;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .modal-btn .btn {
      width: 48% !important;
      font-size: 14px;
      height: 48px;
      position: relative;
      z-index: 4; }
  .modal .title {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: black;
    line-height: 1.2;
    margin-bottom: 12px; }
    .modal .title.border {
      border-top: 1px solid #BCBCBC;
      padding-top: 24px; }
  .modal-header {
    padding: 16px;
    position: relative;
    border-bottom: 1px solid #BCBCBC; }
    .modal-header .title {
      margin-bottom: 0; }
  .modal-body {
    font-size: 16px;
    padding: 16px;
    position: relative; }
  .modal .close {
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    right: 10px;
    top: 8px;
    border: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.06 3.05923C15.6459 2.47329 15.6459 1.52173 15.06 0.935791C14.474 0.349854 13.5225 0.349854 12.9365 0.935791L8.00059 5.87642L3.05996 0.940478C2.47402 0.354541 1.52246 0.354541 0.936523 0.940478C0.350586 1.52642 0.350586 2.47798 0.936523 3.06392L5.87715 7.99985L0.941211 12.9405C0.355274 13.5264 0.355274 14.478 0.941211 15.0639C1.52715 15.6499 2.47871 15.6499 3.06465 15.0639L8.00059 10.1233L12.9412 15.0592C13.5271 15.6452 14.4787 15.6452 15.0646 15.0592C15.6506 14.4733 15.6506 13.5217 15.0646 12.9358L10.124 7.99985L15.06 3.05923Z' fill='black'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    background-color: white;
    cursor: pointer; }
    .modal .close:hover {
      opacity: 0.5; }
  .modal .form {
    display: block; }
  .modal .scroll {
    overflow-y: scroll;
    max-height: 90%;
    height: 100%;
    margin: 4% auto 0; }
    .modal .scroll .modal-content {
      height: 100%;
      padding-top: 57px;
      padding-bottom: 80px; }
    .modal .scroll .modal-body {
      max-height: 100%;
      overflow-y: scroll; }
    .modal .scroll .modal-header {
      position: absolute;
      width: 100%;
      top: 0;
      left: 0; }
    .modal .scroll .modal-btn {
      position: absolute;
      width: 100%;
      bottom: 0;
      left: 0; }
    .modal .scroll .form {
      max-height: 100%;
      overflow-y: scroll; }

body.noScroll {
  overflow: hidden; }
  body.noScroll .modalCar__wrapper {
    overflow: hidden; }

.modalStyle.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  height: 100%;
  max-width: inherit;
  width: inherit;
  margin: 0 auto;
  transform: inherit;
  padding: 0;
  background: transparent;
  color: #070707; }
  .modalStyle.modal.fade {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.15s linear;
    -moz-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear; }
    .modalStyle.modal.fade .modal-dialog {
      -webkit-transform: translate(0, -25%);
      -moz-transform: translate(0, -25%);
      transform: translate(0, -25%);
      -webkit-transition: transform 0.3s ease-out;
      -moz-transition: transform 0.3s ease-out;
      transition: transform 0.3s ease-out; }
  .modalStyle.modal.in {
    opacity: 1;
    filter: alpha(opacity=100); }
    .modalStyle.modal.in .modal-dialog {
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      transform: translate(0, 0); }
  .modalStyle.modal-open {
    overflow: hidden; }
    .modalStyle.modal-open .modal {
      overflow-x: hidden;
      overflow-y: auto; }
  .modalStyle.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000; }
    .modalStyle.modal-backdrop.fade {
      filter: alpha(opacity=0);
      opacity: 0; }
    .modalStyle.modal-backdrop.in {
      filter: alpha(opacity=50);
      opacity: .5; }
  .modalStyle.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll; }
  .modalStyle.modal-dialog {
    max-width: 740px;
    margin: 15% auto 0;
    position: relative;
    width: auto; }
  .modalStyle.modal .modal-body {
    font-size: 16px;
    padding: 16px;
    position: relative;
    gap: 10px;
    min-height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .modalStyle.modal .modal-body_title {
      font-size: 18px;
      font-weight: bold;
      text-transform: uppercase;
      color: black;
      line-height: 1.2;
      margin-bottom: 12px;
      text-align: center; }
      .modalStyle.modal .modal-body_title.InfoA {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 15px; }
        .modalStyle.modal .modal-body_title.InfoA select {
          width: 186px;
          height: 34px;
          padding: 5px; }
      .modalStyle.modal .modal-body_title span {
        font-size: 16px;
        font-weight: 500;
        color: #8c8c8c; }
    .modalStyle.modal .modal-body_btn {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      gap: 10px; }
  .modalStyle.modal-content {
    border-radius: 5px;
    position: relative;
    outline: 0;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: #ffffff;
    height: 100%; }
  .modalStyle.modal-btn {
    padding: 16px;
    position: relative;
    border-top: 1px solid #BCBCBC;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .modalStyle.modal-btn .btn {
      width: 48% !important;
      font-size: 14px;
      height: 48px;
      position: relative;
      z-index: 4; }
  .modalStyle.modal .title {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: black;
    line-height: 1.2; }
    .modalStyle.modal .title.border {
      border-top: 1px solid #BCBCBC;
      padding-top: 24px; }
  .modalStyle.modal-header {
    padding: 16px;
    position: relative;
    border-bottom: 1px solid #BCBCBC; }
    .modalStyle.modal-header .title {
      margin-bottom: 0; }
  .modalStyle.modal-body {
    font-size: 16px;
    padding: 16px;
    position: relative; }
  .modalStyle.modal .close {
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    right: 10px;
    top: 8px;
    border: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.06 3.05923C15.6459 2.47329 15.6459 1.52173 15.06 0.935791C14.474 0.349854 13.5225 0.349854 12.9365 0.935791L8.00059 5.87642L3.05996 0.940478C2.47402 0.354541 1.52246 0.354541 0.936523 0.940478C0.350586 1.52642 0.350586 2.47798 0.936523 3.06392L5.87715 7.99985L0.941211 12.9405C0.355274 13.5264 0.355274 14.478 0.941211 15.0639C1.52715 15.6499 2.47871 15.6499 3.06465 15.0639L8.00059 10.1233L12.9412 15.0592C13.5271 15.6452 14.4787 15.6452 15.0646 15.0592C15.6506 14.4733 15.6506 13.5217 15.0646 12.9358L10.124 7.99985L15.06 3.05923Z' fill='black'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    background-color: white;
    cursor: pointer; }
    .modalStyle.modal .close:hover {
      opacity: 0.5; }
  .modalStyle.modal .form {
    display: block; }
  .modalStyle.modal .scroll {
    overflow-y: scroll;
    max-height: 90%;
    height: 100%;
    margin: 4% auto 0; }
    .modalStyle.modal .scroll .modal-content {
      height: 100%;
      padding-top: 57px;
      padding-bottom: 80px; }
    .modalStyle.modal .scroll .modal-body {
      max-height: 100%;
      overflow-y: scroll; }
    .modalStyle.modal .scroll .modal-header {
      position: absolute;
      width: 100%;
      top: 0;
      left: 0; }
    .modalStyle.modal .scroll .modal-btn {
      position: absolute;
      width: 100%;
      bottom: 0;
      left: 0; }
    .modalStyle.modal .scroll .form {
      max-height: 100%;
      overflow-y: scroll; }

@media (max-width: 767px) {
  .modal-dialog__login {
    flex-direction: column;
    border-radius: 20px; }
    .modal-dialog__login .modal-dialog__bg {
      width: 100%;
      height: 20%;
      border-radius: 20px; }
    .modal-dialog__login .modal-content {
      height: 80% !important; }
    .modal-dialog__login .form .formInput {
      margin-top: 26px; }
      .modal-dialog__login .form .formInput label {
        font-size: 14px;
        line-height: 16px;
        top: -24px; }
      .modal-dialog__login .form .formInput input {
        padding: 12px;
        height: 42px;
        font-size: 14px; }
      .modal-dialog__login .form .formInput.code .codeBtn {
        height: 42px; }
      .modal-dialog__login .form .formInput .iti {
        width: 100%; }
    .modal-dialog__login .form .form_checkbox label {
      font-size: 12px; }
    .modal-dialog__login .form .form_radio label {
      font-size: 14px; } }

@font-face {
  font-family: 'BPG ExtraSquare Mtavruli';
  src: url("../fonts/bpg-extrasquare-mtavruli-webfont.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/bpg-extrasquare-mtavruli-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/bpg-extrasquare-mtavruli-webfont.woff2") format("woff2"), url("../fonts/bpg-extrasquare-mtavruli-webfont.woff") format("woff"), url("../fonts/bpg-extrasquare-mtavruli-webfont.ttf") format("truetype"), url("../fonts/bpg-extrasquare-mtavruli-webfont.svg#bpg_extrasquare_mtavruliregular") format("svg");
  /* Legacy iOS */ }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
  width: 320px;
  max-width: none;
  padding: 0;
  margin-top: 7px;
  top: 100px;
  left: 20px;
  z-index: 12 !important;
  display: none;
  font-family: arial;
  font-size: 15px;
  line-height: 1em; }
  .daterangepicker .drp-buttons {
    display: flex !important;
    align-items: center;
    justify-content: flex-end; }
    .daterangepicker .drp-buttons .drp-selected {
      display: none; }

.daterangepicker:before, .daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: ''; }

.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc; }

.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent; }

.daterangepicker.opensleft:before {
  right: 9px; }

.daterangepicker.opensleft:after {
  right: 10px; }

.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto; }

.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto; }

.daterangepicker.opensright:before {
  left: 9px; }

.daterangepicker.opensright:after {
  left: 10px; }

.daterangepicker.drop-up {
  margin-top: -7px; }

.daterangepicker.drop-up:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc; }

.daterangepicker.drop-up:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff; }

.daterangepicker.single .daterangepicker .ranges, .daterangepicker.single .drp-calendar {
  float: none; }

.daterangepicker.single .drp-selected {
  display: none; }

.daterangepicker.show-calendar .drp-calendar {
  display: block; }

.daterangepicker.show-calendar .drp-buttons {
  display: block; }

.daterangepicker.auto-apply .drp-buttons {
  display: none; }

.daterangepicker .drp-calendar {
  display: none;
  max-width: 330px; }

.daterangepicker .drp-calendar.left {
  padding: 8px 0 8px 8px; }

.daterangepicker .drp-calendar.right {
  padding: 8px; }

.daterangepicker .drp-calendar.single .calendar-table {
  border: none; }

.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
  color: #fff;
  border: solid black;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px; }

.daterangepicker .calendar-table .next span {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg); }

.daterangepicker .calendar-table .prev span {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg); }

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  min-width: 32px;
  width: 44px;
  height: 44px;
  line-height: 24px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer; }

.daterangepicker .calendar-table {
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #fff; }

.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse; }

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit; }

.daterangepicker td.week, .daterangepicker th.week {
  font-size: 80%;
  color: #ccc; }

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #999; }

.daterangepicker td.in-range {
  background-color: #ECEDEE;
  border-color: transparent;
  color: #000;
  border-radius: 0; }

.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px; }

.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0; }

.daterangepicker td.start-date.end-date {
  border-radius: 4px; }

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #E33626;
  border-color: transparent;
  color: #fff; }

.daterangepicker th.month {
  width: auto;
  font-size: 15px;
  line-height: 20px;
  font-weight: bold;
  text-transform: uppercase; }

.daterangepicker td.today {
  background-color: rgba(227, 54, 38, 0.5); }

.daterangepicker td.disabled, .daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through; }

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default; }

.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%; }

.daterangepicker select.yearselect {
  width: 40%; }

.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
  width: 50px;
  margin: 0 auto;
  background: #eee;
  border: 1px solid #eee;
  padding: 2px;
  outline: 0;
  font-size: 12px; }

.daterangepicker .calendar-time {
  text-align: center;
  margin: 4px auto 0 auto;
  line-height: 30px;
  position: relative; }

.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed; }

.daterangepicker .drp-buttons {
  clear: both;
  text-align: right;
  padding: 8px;
  border-top: 1px solid #ddd;
  display: none;
  line-height: 12px;
  vertical-align: middle; }

.daterangepicker .drp-selected {
  display: inline-block;
  font-size: 12px;
  padding-right: 8px; }

.daterangepicker .drp-buttons .btn {
  margin-left: 8px;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px; }

.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
  border-right: 1px solid #ddd; }

.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
  border-left: 1px solid #ddd; }

.daterangepicker.show-ranges.rtl .drp-calendar.right {
  border-right: 1px solid #ddd; }

.daterangepicker.show-ranges.ltr .drp-calendar.left {
  border-left: 1px solid #ddd; }

.daterangepicker .ranges {
  float: none;
  text-align: left;
  margin: 0; }

.daterangepicker.show-calendar .ranges {
  margin-top: 8px; }

.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%; }

.daterangepicker .ranges li {
  font-size: 12px;
  padding: 8px 12px;
  cursor: pointer; }

.daterangepicker .ranges li:hover {
  background-color: #eee; }

.daterangepicker .ranges li.active {
  background-color: #08c;
  color: #fff; }

/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto; }
  .daterangepicker .ranges ul {
    width: 140px; }
  .daterangepicker.single .ranges ul {
    width: 100%; }
  .daterangepicker.single .drp-calendar.left {
    clear: none; }
  .daterangepicker.single .ranges, .daterangepicker.single .drp-calendar {
    float: left; }
  .daterangepicker {
    direction: ltr;
    text-align: left; }
  .daterangepicker .drp-calendar.left {
    clear: left;
    margin-right: 0; }
  .daterangepicker .drp-calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .daterangepicker .drp-calendar.right {
    margin-left: 0; }
  .daterangepicker .drp-calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .daterangepicker .drp-calendar.left .calendar-table {
    padding-right: 8px; }
  .daterangepicker .ranges, .daterangepicker .drp-calendar {
    float: left; } }

@media (max-width: 767px) {
  .daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
    min-width: 22px;
    width: 32px;
    height: 32px;
    line-height: 24px;
    font-size: 12px;
    border-radius: 4px;
    border: 1px solid transparent;
    white-space: nowrap;
    cursor: pointer; } }

@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto; }
  .daterangepicker .ranges {
    float: left; }
  .daterangepicker.rtl .ranges {
    float: right; }
  .daterangepicker .drp-calendar.left {
    clear: none !important; } }

#uploadOverlay {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  height: 100%;
  align-items: center;
  justify-content: center;
  background: #00000063;
  overflow: hidden;
  display: flex;
  z-index: 9999; }
  #uploadOverlay #loader {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    position: relative;
    animation: rotate 1s linear infinite; }
  #uploadOverlay #loader::before, #uploadOverlay #loader::after {
    content: "";
    box-sizing: border-box;
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 5px solid #FFF;
    animation: prixClipFix 2s linear infinite; }
  #uploadOverlay #loader::after {
    inset: 8px;
    transform: rotate3d(90, 90, 0, 180deg);
    border-color: #FF3D00; }

@keyframes rotate {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes prixClipFix {
  0% {
    clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0); }
  50% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0); }
  75%, 100% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%); } }

.cookies {
  background-color: rgba(0, 0, 0, 0.81);
  height: 72px;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  display: none;
  align-items: center;
  z-index: 10; }
  .cookies.show {
    display: flex; }
  .cookies .container {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .cookies__text {
    font-size: 12px;
    line-height: 16px;
    color: #ffffff;
    max-width: 590px;
    width: 100%; }
    .cookies__text a {
      color: #ffffff;
      text-decoration: underline; }
      .cookies__text a:hover {
        color: #E22E1D; }

@media (max-width: 1024px) {
  .cookies__text {
    max-width: 355px; } }

@media (max-width: 767px) {
  .cookies {
    padding: 14px 0;
    height: auto; }
    .cookies .container {
      display: flex;
      align-items: flex-start;
      justify-content: flex-start;
      flex-direction: column; }
    .cookies__text {
      max-width: 100%;
      padding-bottom: 14px; }
      .cookies__text br {
        display: none; } }

.footerMain {
  background: #1C1E21;
  color: #fff; }

.footerMain.black {
  background: #000;
  border-top: 1px solid #727374; }

.footerMain__top .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 70px 0; }

.footerMain__left {
  margin-bottom: 20px; }

.footerMain__left,
.footerMain__call.mobile {
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  .footerMain__left img.logo,
  .footerMain__call.mobile img.logo {
    margin-bottom: 48px;
    width: 201px; }
  .footerMain__left p,
  .footerMain__call.mobile p {
    font-size: 32px; }
  .footerMain__left .formFooter__input-wrapper,
  .footerMain__call.mobile .formFooter__input-wrapper {
    position: relative; }
  .footerMain__left .formFooter__input .formFooter__input-wrapper:before,
  .footerMain__call.mobile .formFooter__input .formFooter__input-wrapper:before {
    display: none; }
  .footerMain__left .formFooter__input .formFooter__input-wrapper:after,
  .footerMain__call.mobile .formFooter__input .formFooter__input-wrapper:after {
    display: none; }
  .footerMain__left .formFooter__input:nth-child(1) input,
  .footerMain__call.mobile .formFooter__input:nth-child(1) input {
    background-image: none;
    padding-left: 16px;
    padding-right: 16px;
    font-weight: 400;
    font-size: 18px;
    color: var(--colors-grey);
    border: 1px solid var(--colors-dark-grey);
    border-radius: 5px;
    padding: 16px;
    width: 400px;
    height: 64px;
    background: none; }
    .footerMain__left .formFooter__input:nth-child(1) input::placeholder,
    .footerMain__call.mobile .formFooter__input:nth-child(1) input::placeholder {
      font-family: var(--font-family);
      font-weight: 400;
      font-size: 18px;
      line-height: 133%;
      color: var(--colors-grey);
      opacity: 1; }
    .footerMain__left .formFooter__input:nth-child(1) input:hover,
    .footerMain__call.mobile .formFooter__input:nth-child(1) input:hover {
      background: #fff;
      background: none; }
    .footerMain__left .formFooter__input:nth-child(1) input:focus,
    .footerMain__call.mobile .formFooter__input:nth-child(1) input:focus {
      color: #fff;
      opacity: 1; }
      .footerMain__left .formFooter__input:nth-child(1) input:focus input::placeholder,
      .footerMain__call.mobile .formFooter__input:nth-child(1) input:focus input::placeholder {
        font-family: var(--font-family);
        font-weight: 400;
        font-size: 18px;
        line-height: 133%;
        color: var(--colors-grey);
        opacity: 1; }
  .footerMain__left .formFooter__label,
  .footerMain__call.mobile .formFooter__label {
    font-weight: 500;
    font-size: 14px;
    color: var(--colors-white);
    margin-bottom: 8px; }
  .footerMain__left button,
  .footerMain__call.mobile button {
    background: none;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 2px; }
    .footerMain__left button img,
    .footerMain__call.mobile button img {
      transition: all 0.3s ease; }
    .footerMain__left button:hover img,
    .footerMain__call.mobile button:hover img {
      transform: scale(1.2); }

.footerMain__nav {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 740px;
  width: 100%; }

.footerMain__nav-item {
  font-family: var(--second-family);
  font-size: 16px; }
  .footerMain__nav-item ul li a {
    display: block;
    margin-bottom: 10px;
    color: rgba(242, 242, 243, 0.8);
    font-weight: 400; }
    .footerMain__nav-item ul li a:hover {
      text-decoration: underline; }

.footerMain__nav-title {
  text-transform: uppercase;
  margin-bottom: 32px;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  line-height: 137%;
  text-transform: uppercase;
  color: var(--colors-white); }

.footerMain__copy {
  background: #E33C26;
  position: relative;
  padding: 12px 0; }
  .footerMain__copy .container {
    font-size: 16px; }
  .footerMain__copy p {
    margin-right: auto; }
  .footerMain__copy img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0; }

.footerMain__nav.mobile {
  display: none; }

.footerMain__call.mobile {
  display: none; }

.footerMain__copy_mobile {
  display: none; }

@media (max-width: 1599px) {
  .footerMain__top .container {
    padding-left: 16px;
    padding-right: 16px; } }

@media (max-width: 767px) {
  .footerMain__top .container {
    padding: 48px 16px 40px; }
  .footerMain__call {
    display: none; }
  .footerMain__nav {
    display: none; }
  .footerMain__nav.mobile {
    display: block; }
  .footerMain__call.mobile {
    display: block; }
  .footerMain__copy_mobile {
    display: block; }
  .footerMain__copy {
    display: none; }
    .footerMain__copy p {
      display: none; }
  .footerMain__nav-title {
    font-size: 14px;
    text-transform: uppercase; }
  .footerMain__nav_item_wrapper {
    display: flex;
    justify-content: space-between;
    position: relative; }
  .footerMain__nav-item {
    width: 179px;
    padding-bottom: 32px; }
  .footerMain__nav_item_wrapper:last-child .footerMain__nav-item {
    padding-top: 32px; }
  .footerMain__nav-title {
    margin-bottom: 24px; }
  .footerMain__nav-item a {
    font-size: 14px; }
  .formFooter__label {
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    color: var(--colors-white);
    margin-bottom: 28px !important; }
  .footerMain .formFooter__input {
    margin-top: 32px; }
  .footerMain .formFooter__input input {
    max-width: 358px;
    width: 358px;
    font-family: var(--font-family); }
  .formFooter__input-wrapper {
    margin-bottom: 64px; }
  .footerMain__copy_mobile {
    font-size: 12px;
    text-transform: uppercase;
    color: var(--colors-grey);
    margin-left: auto;
    margin-right: auto; }
  .footerMain__copy {
    height: 48px;
    padding: 0; }
  .footerMain__copy img {
    width: 78px;
    height: 48px; }
  .chat.mobile {
    position: fixed;
    bottom: 16px;
    right: 50%;
    transform: translateX(50%); } }

.chatMain {
  border-radius: 10px 10px 0 0;
  max-width: 370px;
  width: 100%;
  position: fixed;
  right: 0;
  bottom: 0;
  margin-right: 28px;
  color: #fff;
  z-index: 9;
  height: 10vh; }

.chatMain__icon {
  transition: all 0.3s ease; }

.chatMain_btn {
  padding: 16px;
  background: var(--colors-brand-black);
  cursor: pointer; }
  .chatMain_btn:hover {
    background: var(--colors-brand-black); }
  .chatMain_btn.active {
    transform: translateY(-668px);
    z-index: 9; }

.chatMain.chatMain_btn.active .chatMain__icon {
  transform: rotate(45deg); }

.chatMain__content_mic_btn_microfone_close {
  position: relative; }
  .chatMain__content_mic_btn_microfone_close button {
    position: absolute;
    left: 0; }

.chatMain__wrapper {
  display: flex;
  align-items: center; }

.chatMain__pic {
  display: flex;
  align-items: center; }
  .chatMain__pic img {
    margin-right: 10px; }
  .chatMain__pic p {
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    color: var(--colors-white); }

.chatMain__icon {
  margin-left: auto; }

.chatMain.mobile {
  display: none; }

.chatMain__content {
  padding: 16px;
  padding-left: 0;
  padding-right: 0;
  transform: translateY(100%);
  opacity: 0;
  transition: all 0.3s ease;
  background: var(--colors-bright-grey); }
  .chatMain__content.active {
    transform: translateY(0);
    opacity: 1;
    z-index: 9; }

.chatMain__time {
  font-weight: 400;
  font-size: 12px;
  text-align: center;
  color: var(--colors-dark-grey);
  margin-bottom: 16px; }

.chatMain__main {
  background: var(--colors-bright-grey);
  margin-bottom: 32px;
  max-height: 532px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 16px; }

.chatMain__message {
  width: 240px;
  font-size: 13px;
  line-height: 123%;
  display: flex;
  margin-bottom: 10px;
  align-items: flex-end;
  margin-bottom: 10px; }

.chatMain__message.get .chatMain__message_main {
  color: var(--colors-brand-black); }

.chatMain__message.get .chatMain__message_textarea {
  background: var(--colors-white);
  padding: 12px;
  border-radius: 10px; }

.chatMain__message.get.start .chatMain__message_main_title {
  font-weight: 500;
  font-size: 13px;
  color: rgba(106, 110, 118, 0.5);
  margin-bottom: 4px; }

.chatMain__message.get.start .chatMain__message_main {
  display: flex;
  flex-direction: column;
  align-items: flex-start; }

.chatMain__message.give {
  margin-left: auto;
  background: var(--colors-brand-black);
  color: var(--colors-white);
  border-radius: 10px;
  font-size: 13px;
  line-height: 123%;
  display: flex;
  margin-bottom: 10px; }

.chatMain__message_img {
  margin-right: 8px; }

.chatMain__message_main {
  border-radius: 10px;
  padding: 12px;
  width: 302px;
  font-weight: 400;
  font-size: 13px;
  line-height: 123%;
  display: flex;
  align-items: flex-end; }

.chatMain__message_car {
  display: flex;
  width: 318px; }

.chatMain__message_car_info {
  display: flex;
  flex-direction: column;
  justify-content: center; }

.chatMain__message_car_info_top {
  margin-bottom: 8px;
  display: flex;
  justify-content: space-between; }

.chatMain__message_car_info_title {
  font-weight: 700;
  font-size: 16px;
  line-height: 125%;
  text-transform: uppercase;
  color: var(--colors-brand-black); }

.chatMain__message_car_info_lightning img {
  height: 14px;
  width: 14px; }

.chatMain__message_car_info_bottom {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 13px;
  line-height: 123%;
  color: var(--colors-dark-grey); }

.chatMain__content_bottom {
  width: 100%; }

.chatMain__content_enter input {
  border: none; }

.chatMain__content_mic_btn {
  width: 100%; }
  .chatMain__content_mic_btn button {
    background: none; }
  .chatMain__content_mic_btn input {
    padding-left: 44px;
    border: none;
    width: 100%;
    height: 100%;
    outline: none; }

#chatMainClear {
  margin-left: 7px; }

#chatMainMic {
  display: none; }
  #chatMainMic.active {
    display: block; }

#chatMainSend {
  opacity: 0.3;
  pointer-events: none;
  background: none; }
  #chatMainSend.active {
    opacity: 1;
    pointer-events: auto; }

.chatMain__content_mic {
  display: flex;
  justify-content: space-between;
  border-radius: 100px;
  padding: 4px;
  height: 40px;
  background: var(--colors-white);
  outline: none;
  border: none; }
  .chatMain__content_mic input::placeholder {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 13px;
    line-height: 123%;
    color: rgba(106, 110, 118, 0.5); }

.chatMain__message_car {
  cursor: pointer;
  padding-right: 8px; }

.chatMain__pic p.mobile {
  display: none; }

.chatMain.chatMain_btn {
  height: 72px; }
  .chatMain.chatMain_btn:hover {
    background: #333437; }

.chatMain.activechatMain {
  height: auto; }

@media (max-width: 991px) {
  .chatMain.chatMain_btn:hover {
    background: var(--colors-brand-black); }
  .chatMain__main {
    max-height: 100%;
    height: 60vh; }
  .chatMain_btn.active {
    transform: translateY(-520px); } }

@media (max-width: 767px) {
  .chatMain.mobile {
    background: var(--colors-brand-black); }
  .chatMain.mobile {
    display: block;
    margin-left: auto;
    margin-right: auto; }
    .chatMain.mobile:hover {
      background: #101214; }
  .chatMain__pic img {
    margin-right: 6px;
    width: 32px;
    height: 32px; } }

@media (max-width: 575px) {
  .chatMain {
    margin-right: 0;
    width: 96%;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.0s ease; }
    .chatMain.active {
      position: relative;
      left: 0;
      transform: translateX(0) translateY(0px);
      width: 100%; }
  .chatMain__main {
    width: 100%;
    height: 64vh; }
  .chatMain__pic p {
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    color: var(--colors-white); }
  .chatMain__pic p.desc {
    display: none; }
  .chatMain__pic p.mobile {
    display: block; }
  #chatMain {
    height: 10vh; }
    #chatMain.activechatMain {
      height: auto; } }

.headerA {
  text-align: center; }

.headerA {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 48px;
  z-index: 10;
  background: rgba(255, 255, 255, 0.35);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding-top: 64px; }
  .headerA__partner {
    padding-top: 0; }
    .headerA__partner .container {
      max-width: 100%; }
    .headerA__partner .headerA__top {
      background: #f3f3f3; }
  .headerA .headerA__top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
  .headerA.scroll {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: white;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    padding-top: 0; }
    .headerA.scroll .headerA__top {
      background: white; }
    .headerA.scroll .headerA__form {
      background: white;
      z-index: 100;
      position: relative; }
  .headerA-logo {
    text-transform: uppercase;
    font-size: 20px;
    display: flex;
    align-items: center; }
    .headerA-logo img {
      vertical-align: middle; }
  .headerA-info {
    max-width: 75%;
    width: 100%; }
  .headerA-link {
    gap: 30px;
    display: flex;
    margin-left: 30px; }
  .headerA-nav {
    gap: 30px;
    display: flex; }
    .headerA-nav .link {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0 10px; }
  .headerA .lang {
    position: relative; }
  .headerA .langMenu {
    position: relative; }
  .headerA .currency {
    position: relative; }
  .headerA-menu {
    line-height: normal;
    display: none; }
  .headerA .btn-wishlist {
    width: 40px;
    min-height: 40px !important;
    height: 40px;
    background-color: #F3F3F3;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.35);
    position: relative; }
    .headerA .btn-wishlist span {
      position: absolute;
      top: 4px;
      right: 4px;
      width: 14px;
      height: 14px;
      border-radius: 8px;
      background: red;
      color: #fff;
      font-size: 10px;
      font-weight: 700;
      line-height: 14px; }
    .headerA .btn-wishlist:hover {
      opacity: 0.6; }
  .headerA .link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    line-height: 20px;
    min-height: 48px; }
  .headerA__top {
    height: 64px;
    display: flex;
    font-weight: 500; }
    .headerA__top .container {
      display: flex;
      align-items: center;
      justify-content: space-between; }
  .headerA__form {
    padding: 20px 0; }
  .headerA .select-lang {
    position: absolute;
    z-index: 1;
    left: 50%;
    margin-left: -45px;
    width: 90px;
    display: none; }
    .headerA .select-lang .link {
      background: #ffffff;
      box-shadow: 0 0 4px 0 #cbcccd; }
      .headerA .select-lang .link:hover {
        opacity: 1;
        background: #e1dfdf; }
  .headerA .select-currency {
    position: absolute;
    z-index: 1;
    left: 50%;
    margin-left: -45px;
    width: 90px;
    display: none; }
    .headerA .select-currency .link {
      background: #ffffff;
      box-shadow: 0 0 4px 0 #cbcccd; }
      .headerA .select-currency .link:hover {
        opacity: 1;
        background: #e1dfdf; }
  .headerA .select-langMenu {
    position: absolute;
    z-index: 1;
    left: 50%;
    margin-left: -25px;
    min-width: 210px;
    display: none;
    border-radius: 8px;
    border: 1px solid #F3F3F3;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
    outline: none;
    overflow: hidden;
    line-height: 20px; }
    .headerA .select-langMenu .link {
      background: #F3F3F3;
      padding: 0 20px;
      text-align: left;
      justify-content: flex-start;
      border-bottom: 1px solid #BCBCBC; }
      .headerA .select-langMenu .link:last-child {
        border-bottom: 0 solid #BCBCBC; }
      .headerA .select-langMenu .link:nth-child(2n+1) {
        background: #fffdfd; }
      .headerA .select-langMenu .link:hover {
        opacity: 1;
        background: #e1dfdf; }

@media (min-width: 768px) {
  .headerA-nav {
    display: flex !important; }
  .headerA .dashboard__host {
    display: none; } }

@media (max-width: 767px) {
  .headerA {
    position: absolute;
    z-index: 9; }
    .headerA.scroll {
      z-index: 11; }
    .headerA__form {
      z-index: 8 !important; }
    .headerA__top {
      height: 58px;
      position: fixed !important;
      z-index: 12;
      background: #fff;
      box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25); }
    .headerA .flexible {
      justify-content: flex-end;
      -webkit-justify-content: flex-end; }
    .headerA-logo {
      z-index: 11; }
    .headerA-nav {
      display: none;
      position: fixed;
      top: 0;
      left: -100%;
      height: 100%;
      width: 100%;
      padding-top: 100px;
      line-height: 38px;
      z-index: 9;
      background: white; }
      .headerA-nav .flexible {
        display: block; }
      .headerA-nav li {
        display: block;
        margin: 0; }
        .headerA-nav li:after {
          display: none; }
        .headerA-nav li a {
          border-bottom: 3px solid transparent; }
        .headerA-nav li.active a {
          border-bottom-color: #000000;
          opacity: 1; }
      .headerA-nav.open {
        left: 0; }
    .headerA-menu {
      z-index: 11;
      display: block;
      line-height: inherit;
      white-space: nowrap; }
      .headerA-menu .link {
        border: 0;
        min-width: auto;
        margin-left: 24px;
        font-size: 14px;
        text-transform: uppercase;
        position: relative; }
        .headerA-menu .link span {
          opacity: 0.5; }
      .headerA-menu .btn-menu {
        width: 40px;
        height: 40px;
        background: white;
        border-radius: 50%;
        padding: 15px 12px;
        text-align: center; }
        .headerA-menu .btn-menu .icon-bar {
          background: black;
          width: 16px;
          height: 2px;
          border-radius: 2px;
          display: block;
          margin-top: 1px; }
        .headerA-menu .btn-menu span {
          opacity: 1;
          width: 100%; }
          .headerA-menu .btn-menu span:nth-child(2) {
            opacity: 0; }
        .headerA-menu .btn-menu.open span {
          opacity: 1; }
          .headerA-menu .btn-menu.open span:nth-child(1) {
            margin-top: -5px; }
          .headerA-menu .btn-menu.open span:nth-child(2) {
            opacity: 0; }
          .headerA-menu .btn-menu.open span:nth-child(3) {
            margin-top: 9px; }
      .headerA-menu .btn-border {
        min-width: 145px; }
      .headerA-menu a {
        color: white; }
        .headerA-menu a svg {
          margin-bottom: -2px;
          margin-left: 4px; }
        .headerA-menu a .svg-cart {
          margin-bottom: -4px; }
    .headerA__top .nav {
      border: 0; }
    .headerA__top .link {
      border: 0; }
    .headerA__bottom .headerA-nav {
      margin-top: 210px;
      padding: 0; }
    .headerA .btn-wishlist {
      background: none; }
    .headerA .dashboard__host {
      display: flex;
      align-items: center; }
      .headerA .dashboard__host .dashboard__photo {
        margin-bottom: 0;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        overflow: hidden; }
        .headerA .dashboard__host .dashboard__photo img {
          width: 40px;
          height: 40px; }
  .menu-open {
    overflow: hidden; }
    .menu-open .headerA-logo {
      opacity: 0.99 !important; } }

@media (max-width: 500px) {
  .headerA .headerA-menu .link {
    margin-left: 4px; }
  .headerA .headerA-link {
    gap: 15px; }
  .headerA .headerA__form {
    padding: 10px 0 16px; }
  .headerA .form__input {
    margin-top: 24px; }
  .headerA .form__input label {
    font-size: 14px;
    top: -22px; }
  .headerA .form .filter__select .selected .btn-select {
    padding: 11px 16px;
    height: 44px; } }

.form {
  display: flex;
  align-items: flex-end;
  justify-content: space-between; }
  .form .btn {
    width: auto; }
    .form .btn.btnFilter {
      background: #f3f3f3;
      color: #000000;
      border: 2px solid #f3f3f3;
      font-size: 14px;
      border-radius: 6px;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 15px;
      width: 52px; }
      .form .btn.btnFilter:hover {
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25); }
  .form .flexBTN {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 10px; }
    .form .flexBTN .btn {
      width: auto; }
  .form__input {
    width: calc((96% - 160px) / 3);
    position: relative;
    margin-top: 30px; }
    .form__input label {
      font-size: 16px;
      line-height: 16px;
      position: absolute;
      left: 0;
      top: -30px;
      font-weight: 500; }
    .form__input input, .form__input #reportrange, .form__input #reportrange2 {
      padding: 16px;
      height: 52px;
      color: black;
      background: #F3F3F3;
      border-radius: 6px;
      border: 1px solid #F3F3F3;
      box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
      outline: none;
      display: block;
      width: 100%;
      line-height: 20px;
      text-align: left;
      accent-color: black;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .form__input input:hover, .form__input #reportrange:hover, .form__input #reportrange2:hover {
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25); }
  .form .formInput {
    width: 100%;
    position: relative;
    margin-top: 30px; }
    .form .formInput label {
      font-size: 16px;
      line-height: 16px;
      position: absolute;
      left: 0;
      top: -30px;
      font-weight: 500; }
    .form .formInput input {
      padding: 16px;
      height: 52px;
      color: black;
      background: #F3F3F3;
      border-radius: 6px;
      border: 1px solid #F3F3F3;
      box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
      outline: none;
      display: block;
      width: 100%;
      line-height: 20px;
      text-align: left;
      accent-color: black;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .form .formInput input:hover {
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25); }
    .form .formInput.code {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .form .formInput.code input {
        width: calc(100% - 100px); }
      .form .formInput.code .codeBtn {
        width: 90px;
        padding: 2px; }
  .form .filter__select {
    text-align: left; }
    .form .filter__select .selected .btn-select {
      padding: 16px;
      height: 52px;
      color: #000;
      background: #F3F3F3;
      border-radius: 6px;
      border: 1px solid #F3F3F3;
      box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
      width: 100%;
      line-height: 20px;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .form .filter__select .selected .btn-select:hover {
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25); }
      .form .filter__select .selected .btn-select > div {
        max-width: 90%;
        width: 100%; }
      .form .filter__select .selected .btn-select .value {
        white-space: nowrap;
        overflow: hidden;
        max-width: 90%;
        text-overflow: ellipsis; }
      .form .filter__select .selected .btn-select svg {
        margin: 6px 0; }
    .form .filter__select .select-sort .values-select {
      width: 100%;
      margin-top: 5px; }
      .form .filter__select .select-sort .values-select .btn-select {
        border: 0;
        padding: 0;
        line-height: 52px; }
  .form__group {
    width: 100%;
    margin-bottom: 20px; }
    .form__group:last-child {
      margin-bottom: 0; }
  .form_host {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    line-height: 24px;
    margin: -2px 0; }
    .form_host-avatar {
      width: 24px;
      height: 24px;
      overflow: hidden;
      border-radius: 50%;
      margin-right: 8px; }
    .form_host-rate {
      padding-left: 20px;
      background-position: left center;
      background-repeat: no-repeat;
      margin-left: 5px;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M4.36875 15.75L5.5875 10.4812L1.5 6.9375L6.9 6.46875L9 1.5L11.1 6.46875L16.5 6.9375L12.4125 10.4812L13.6312 15.75L9 12.9562L4.36875 15.75Z' fill='%23E22E1D'/%3E%3C/svg%3E"); }
    .form_host-name {
      width: 70px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .form .modalCarDate {
    width: 100%;
    max-width: 100%; }

.form_radio {
  display: inline-block;
  vertical-align: top;
  margin-right: 32px;
  margin-bottom: 12px; }

.form_radio input[type=radio] {
  display: none; }

.form_radio label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 28px;
  margin-right: 0;
  line-height: 20px;
  user-select: none; }

.form_radio label:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: white;
  border: 1px solid #BCBCBC;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 0 0 0 0 black; }

/* Checked */
.form_radio input[type=radio]:checked + label:before {
  background: #E22E1D;
  border: 2px solid white;
  box-shadow: 0 0 0 1px black; }

/* Hover */
.form_radio label:hover:before {
  filter: brightness(120%); }

/* Disabled */
.form_radio input[type=radio]:disabled + label:before {
  filter: grayscale(100%); }

.form_checkbox {
  display: inline-block;
  vertical-align: top;
  margin-right: 32px;
  margin-bottom: 12px; }

.form_checkbox input[type=checkbox] {
  display: none; }

.form_checkbox label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 28px;
  margin-right: 0;
  line-height: 20px;
  user-select: none; }

.form_checkbox label:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: white;
  border: 1px solid #BCBCBC;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.form_checkbox label:hover:before {
  filter: brightness(120%); }

/* Checked */
.form_checkbox input[type=checkbox]:checked + label:before {
  background: #E22E1D;
  border-color: #E22E1D;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='16' viewBox='0 0 14 16' fill='none'%3E%3Cg clip-path='url(%23clip0_71_17)'%3E%3Cpath d='M13.7062 3.2937C14.0968 3.68433 14.0968 4.3187 13.7062 4.70933L5.70615 12.7093C5.31553 13.1 4.68115 13.1 4.29053 12.7093L0.290527 8.70933C-0.100098 8.3187 -0.100098 7.68433 0.290527 7.2937C0.681152 6.90308 1.31553 6.90308 1.70615 7.2937L4.9999 10.5843L12.2937 3.2937C12.6843 2.90308 13.3187 2.90308 13.7093 3.2937H13.7062Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_71_17'%3E%3Crect width='14' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E"); }

/* Hover */
/* Disabled */
.form_checkbox input[type=radio]:disabled + label:before {
  filter: grayscale(100%); }

.form_checkbox.button label {
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  height: 36px;
  background: #fff;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 6px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  gap: 10px; }
  .form_checkbox.button label svg path {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }

.form_checkbox.button {
  margin: 0; }

.form_checkbox.button label:before {
  display: none; }

.form_checkbox.button label span {
  opacity: 0.6; }

.form_checkbox.button label:hover {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25); }

.form_checkbox.button input[type=checkbox]:checked + label {
  color: white;
  background: black; }
  .form_checkbox.button input[type=checkbox]:checked + label svg path {
    fill: white; }

.form_select {
  background: #F3F3F3;
  border-color: #F3F3F3;
  border-radius: 5px; }
  .form_select-selected {
    padding: 14px 16px;
    line-height: 20px;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    display: -ms-flexbox;
    display: flex; }
    .form_select-selected.open svg {
      transform: rotate(180deg); }
  .form_select.open .form_select-selected svg {
    transform: rotate(180deg); }
  .form_select .count {
    color: #727374; }
  .form_select-values {
    display: none; }
    .form_select-values__reset {
      line-height: 44px;
      border-top: 1px solid #BCBCBC;
      border-bottom: 1px solid #BCBCBC;
      padding: 0 16px;
      color: #727374;
      font-size: 14px; }
      .form_select-values__reset a {
        color: #727374;
        line-height: inherit; }
        .form_select-values__reset a svg {
          display: inline-block;
          vertical-align: middle;
          margin: -2px 3px 0 0; }
    .form_select-values__scroll {
      max-height: 300px;
      padding: 0 16px;
      overflow-y: scroll; }
  .form_select .form_checkbox {
    display: block;
    margin: 0;
    border-bottom: 1px solid #BCBCBC;
    padding: 14px 0; }
    .form_select .form_checkbox:last-child {
      border-bottom: 0; }
    .form_select .form_checkbox label {
      display: block;
      padding-left: 0;
      padding-right: 30px; }
    .form_select .form_checkbox label:before {
      right: 0;
      left: initial; }

.form_range-labels {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: bold; }

.form_range .multiRange {
  width: 100%;
  margin: 10px 0; }

.form_range .multiRange__rangeWrap {
  border-radius: 5px; }

.form_range .multiRange__range:nth-child(2) {
  color: #F3F3F3; }

.form_range .multiRange__ticks {
  display: none; }

.form_range .multiRange__range .multiRange__handle__value {
  opacity: 1;
  top: -70%; }

.form_range .multiRange__handle__label {
  display: none; }

.form_range .multiRange__range .multiRange__handle {
  width: 6px;
  border: 2px solid white; }

.form_range .multiRange__range .multiRange__handle::after {
  border-width: 8px 5px;
  bottom: 1px; }

@media (max-width: 1200px) {
  .form_checkbox.button label {
    font-size: 13px;
    padding: 0 4px; }
  .headerA__form .form {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px; }
    .headerA__form .form__input {
      width: calc(50% - 10px); }
      .headerA__form .form__input.datee {
        width: calc(100% - 202px); } }

@media (max-width: 767px) {
  .headerA__form .form {
    gap: 10px; }
    .headerA__form .form__input {
      width: calc(50% - 5px); }
      .headerA__form .form__input.datee {
        width: calc(100% - 62px); }
    .headerA__form .form .btn.red {
      width: 100%;
      padding: 12px; }
  .form__group.mw50 {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 5px; }
    .form__group.mw50 .form_checkbox, .form__group.mw50 .form_radio {
      width: calc(50% - 5px);
      display: inline-block;
      vertical-align: top;
      margin-right: 0; }
  .form__group .form_host-name {
    width: 50px;
    font-size: 12px; } }

@media (max-width: 500px) {
  .form .form__input #reportrange, .form .form__input #reportrange2 {
    padding: 16px 0 16px 14px;
    font-size: 13px; } }

.footer {
  background: #000000;
  padding: 80px 0 24px;
  color: #ffffff; }
  .footer__links {
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 458px;
    width: 100%;
    min-height: 384px;
    display: flex;
    justify-content: space-between; }
    .footer__links p {
      opacity: 0.5; }
  .footer__newsletter {
    max-width: 392px;
    width: 100%;
    display: flex;
    flex-direction: column; }
    .footer__newsletter_title {
      font-size: 28px;
      line-height: 114%;
      text-transform: uppercase;
      max-width: 392px; }
    .footer__newsletter_form {
      position: relative;
      width: 100%;
      margin-top: 48px; }
      .footer__newsletter_form input {
        width: 100%;
        border-radius: 6px;
        padding: 8px 8px 8px 16px;
        height: 48px;
        background: #fff;
        outline: none;
        border: none; }
      .footer__newsletter_form button {
        border-radius: 100px;
        min-width: 46px;
        padding: 0 16px;
        color: white;
        cursor: pointer;
        height: 32px;
        background: #000;
        outline: none;
        border: none;
        position: absolute;
        right: 8px;
        top: 50%;
        transform: translateY(-50%);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0; }
        .footer__newsletter_form button:hover {
          font-size: 13px; }
          .footer__newsletter_form button:hover span {
            margin-right: 8px; }
  .footer__nav_title {
    padding-bottom: 20px;
    font-size: 15px; }
  .footer__nav_link {
    color: #ffffff;
    display: flex;
    flex-direction: column;
    font-size: 13px;
    gap: 10px; }
    .footer__nav_link a {
      color: #ffffff; }
  .footer .back {
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 100px;
    width: 64px;
    height: 64px;
    position: absolute;
    right: 28px;
    bottom: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    opacity: 0.5;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
    .footer .back__1 {
      position: relative;
      top: 10px;
      -webkit-transition: all 0.5s ease-out;
      -moz-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
    .footer .back__2 {
      -webkit-transition: all 0.5s ease-out;
      -moz-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out;
      position: relative;
      bottom: -40px; }
    .footer .back:hover {
      -webkit-transition: all 0.5s ease-out;
      -moz-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out;
      opacity: 1; }
      .footer .back:hover .back__1 {
        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        top: -40px; }
      .footer .back:hover .back__2 {
        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        position: relative;
        bottom: 10px; }
    .footer .back img {
      width: 18px;
      height: 24px;
      margin-left: auto;
      margin-right: auto; }

@media (max-width: 767px) {
  .footer {
    position: relative;
    padding: 40px 0; }
    .footer__main {
      display: block; }
    .footer__links {
      min-height: auto; }
    .footer .footer__links .copy {
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      text-align: center; }
    .footer__newsletter {
      padding: 80px 0 160px; }
      .footer__newsletter_title {
        font-size: 20px;
        text-transform: none; }
      .footer__newsletter_form {
        margin-top: 24px; }
    .footer .back {
      right: 50%;
      margin-right: -32px;
      opacity: 1;
      bottom: 70px; }
      .footer .back__title {
        text-align: center;
        color: white;
        text-transform: uppercase;
        width: 100%;
        display: block;
        padding: 40px 0; } }

.wishlist {
  background-color: white;
  width: 420px;
  height: calc(100%);
  position: fixed;
  top: 0;
  z-index: 10;
  box-shadow: 0 5px 30px #1414141c;
  right: -420px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .wishlist.open {
    right: 0; }
  .wishlist__title {
    padding: 16px 24px 16px;
    border-bottom: 1px solid #D1D1D1;
    position: relative; }
    .wishlist__title .close {
      position: absolute;
      top: 0;
      right: 0;
      padding: 20px;
      opacity: 1; }
      .wishlist__title .close:hover {
        opacity: 0.5; }
  .wishlist__list {
    margin-bottom: 24px; }

@media (max-width: 767px) {
  .wishlist {
    top: 0;
    height: calc(100% - 0);
    max-width: 100%; } }

.cardWishlist .item {
  display: flex;
  align-items: center;
  padding: 16px 24px;
  border-bottom: 1px solid #D1D1D1;
  margin: 0;
  border-radius: 0;
  position: relative; }
  .cardWishlist .item__like {
    right: 15px;
    top: 15px;
    position: absolute;
    z-index: 1; }
    .cardWishlist .item__like svg {
      height: 20px;
      width: 20px; }
    .cardWishlist .item__like.active path {
      fill: #e22e1d; }
  .cardWishlist .item__img {
    width: 100px;
    height: 80px;
    background: #F7F7F8;
    border-radius: 5px;
    text-align: center;
    position: relative; }
    .cardWishlist .item__img img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .cardWishlist .item__title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-left: 24px;
    font-size: 20px;
    letter-spacing: -2px;
    font-weight: 500;
    max-width: 70%; }
    .cardWishlist .item__title p {
      color: #727374;
      font-size: 14px;
      letter-spacing: -1px;
      line-height: 16px;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical; }

table {
  width: 100%; }
  table th {
    color: #333333;
    text-align: left; }
  table td {
    vertical-align: middle; }

.border-bottom {
  padding-bottom: 10px;
  border-bottom: 1px solid #d2af6b; }

.form-name {
  font-size: 20px;
  text-align: center;
  border-bottom: 1px solid #d2af6b;
  margin-bottom: 30px;
  padding-bottom: 10px; }

.form-group {
  margin-bottom: 20px; }

.form-btn {
  margin-top: 35px; }

.form-text {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 20px; }

.form-control {
  background: #ffffff;
  margin: 0;
  font-size: 16px;
  color: #4e2e08;
  outline: none;
  width: 100%;
  border: 2px solid #d2af6b;
  border-radius: 25px;
  vertical-align: top;
  line-height: normal;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-clip: padding-box;
  padding: 13px 35px;
  height: 50px; }
  .form-control:disabled {
    background: #333333;
    color: #ffffff; }
  .form-control:focus, .form-control:hover {
    border-color: #333333; }
  .form-control::-webkit-input-placeholder {
    color: #333333; }
  .form-control:-moz-placeholder {
    color: #333333; }
  .form-control:-ms-input-placeholder {
    color: #333333; }
  .form-control.error {
    border-color: #E22E1D; }
  .form-control.valid {
    border-color: #78c214; }
  .form-control.warning {
    border-color: #EBEB47; }

textarea.form-control {
  resize: vertical;
  max-height: 300px; }

.multiRange {
  margin: 3em 0;
  width: 40%;
  min-width: 150px;
  user-select: none; }

.multiRange.type1 .multiRange__range {
  color: #eee;
  transition: 50ms; }

.multiRange.type1 .multiRange__range:nth-child(2) {
  color: #e0392e; }

.multiRange.type1 .multiRange__range .multiRange__handle {
  box-shadow: none;
  background: #e0392e; }

.multiRange.type1 .multiRange__range .multiRange__handle__value {
  background: #e0392e;
  color: #fff; }

.multiRange.type1 .multiRange__range .multiRange__handle__value::after {
  border-color: #e0392e transparent transparent; }

body.multiRange-grabbing {
  cursor: grabbing; }

.multiRange__rangeWrap {
  height: 24px;
  background: #e8e8e8;
  border-radius: 3px;
  position: relative;
  z-index: 5; }

.multiRange__range {
  color: #e0392e;
  height: 100%;
  position: absolute;
  right: 0;
  background: currentColor;
  border-radius: inherit; }

.multiRange__range:first-child > .multiRange__handle {
  display: none; }

.multiRange__range.grabbed > .handle {
  background: #000; }

.multiRange__range .multiRange__handle {
  width: 2px;
  position: absolute;
  top: -3px;
  bottom: -3px;
  left: -1px;
  cursor: grab;
  background: #000;
  box-shadow: 2px 0 #fff,-2px 0 #fff;
  transition: .2s; }

.multiRange__range .multiRange__handle:active {
  cursor: inherit; }

.multiRange__range .multiRange__handle__label, .multiRange__range .multiRange__handle__value {
  position: absolute;
  transform: translate(-50%, -6px);
  min-width: 10px;
  padding: 2px 6px;
  left: 0;
  white-space: nowrap;
  font-size: 11px;
  text-align: center;
  border-radius: 4px;
  cursor: default; }

.multiRange__range .multiRange__handle__label {
  background: 0 0;
  transform: translate(-75%, -6px);
  color: #000;
  top: -83%;
  z-index: -1;
  line-height: 1;
  font-weight: 600;
  text-align: right; }

.multiRange__range .multiRange__handle__label i {
  display: block;
  color: #6A6E76;
  font-style: normal;
  font-weight: normal; }

.multiRange__range .multiRange__handle::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  border-color: transparent transparent #000;
  border-style: solid;
  border-width: 4px;
  transform: translate(-50%, 50%);
  color: #000;
  font-size: 15px; }

.multiRange__range .multiRange__handle::before {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -1px;
  top: -2px;
  width: 2px;
  height: 3px;
  background: #000; }

.multiRange__range .multiRange__handle__value {
  background: #333;
  color: #fff;
  top: -100%;
  opacity: 0; }

.multiRange__range .multiRange__handle__value::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -3px;
  border-color: #333 transparent transparent;
  border-style: solid;
  border-width: 3px 4px;
  transform: translate(-50%, 50%);
  color: #333;
  font-size: 15px; }

.multiRange__ticks {
  display: flex;
  justify-content: space-between;
  height: 6px;
  margin: 2px 0 0;
  font: 10px Arial;
  cursor: default; }

.multiRange__ticks > div {
  height: 100%;
  width: 1px;
  background: #ddd;
  color: #888; }

.multiRange__ticks > div:nth-child(5n-4) {
  height: 200%; }

.multiRange__ticks > div:nth-child(5n-4)::before {
  display: block;
  content: attr(data-value);
  transform: translate(-50%, 100%);
  text-align: center;
  width: 40px; }

.slider-range {
  width: 100%;
  position: relative; }

.slider-range__label {
  position: absolute;
  right: 0;
  top: -34px;
  font-size: 11px;
  color: #737373; }

.slider-range__input {
  position: relative;
  margin-top: 50px; }

.slider-range__btn {
  padding-top: 8px; }

.slider-range__btn a {
  display: inline-block;
  vertical-align: top;
  padding: 16px;
  border-radius: 3px;
  color: #000;
  line-height: 18px;
  margin-right: 10px;
  font-size: 12px; }

.slider-range__btn svg {
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px; }

.slider-range__btn .plus {
  background: #eaeceb; }

.slider-range__btn .minus {
  color: #6A6E76; }

.slider-range .multiRange {
  width: 100%; }

.slider-range .multiRange__ticks {
  background: #000;
  height: 2px;
  margin-top: -29px;
  font-size: 0; }

@media (max-width: 500px) {
  .slider-range__label {
    display: none; }
  .multiRange__range .multiRange__handle__label {
    font-size: 9px;
    top: -70%; } }

.dashboard__profile_info-telegram {
  width: 80%;
  display: flex;
  margin: 20px auto;
  height: 38px;
  background: #3390EC;
  color: #fff;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  border-radius: 6px;
  gap: 10px;
  transition: all 0.2s ease-in-out; }
  .dashboard__profile_info-telegram svg path {
    transition: all 0.2s ease-in-out; }
  .dashboard__profile_info-telegram:hover svg path {
    fill: #333333;
    transition: all 0.2s ease-in-out; }

.dashboard__beta {
  width: 60%;
  display: flex;
  margin: 10px auto;
  height: 20px;
  background: #e33626;
  color: #fff;
  font-size: 12px;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  border-radius: 16px; }

.add_car__sent_service_title_label {
  width: 100%; }

@media (min-width: 1025px) {
  .hide-desktop {
    display: none; } }

@media (max-width: 1200px) {
  .hide1200 {
    display: none; } }

@media (max-width: 1024px) {
  .hide-tablet {
    display: none; } }

@media (min-width: 768px) {
  .show-mobile {
    display: none !important; } }

@media (max-width: 767px) {
  .hide-mobile {
    display: none; } }

@media (min-width: 501px) {
  .show-phone {
    display: none; } }

@media (max-width: 959px) {
  .container {
    padding-left: 16px;
    padding-right: 16px; }
  h1 {
    font-size: 28px; }
  .show-phone {
    display: block; }
  .hide-phone {
    display: none; } }

.container_for_block_log_in {
  padding: 30px;
  display: flex;
  justify-content: center;
  display: none; }

.container_for_block_log_in .block_log_in {
  width: 50%;
  background-color: white;
  border: 1px solid black; }

.container_for_block_log_in .submit_button {
  width: 300px;
  height: 50px; }

.container_for_block_registration {
  padding: 30px;
  display: flex;
  justify-content: center;
  display: none; }

.container_for_block_registration .block_registration {
  width: 50%;
  background-color: white;
  border: 1px solid black; }

.container_for_block_registration .submit_button {
  width: 300px;
  height: 50px; }

.section__search {
  padding: 13px 0; }
  .section__search_item {
    padding: 14px 0; }
    .section__search_item .item__header {
      padding-bottom: 10px; }
      .section__search_item .item__header_name {
        color: #727374;
        font-size: 14px;
        line-height: 16px; }
      .section__search_item .item__header_reset {
        color: #727374;
        font-size: 14px;
        line-height: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        gap: 5px; }
        .section__search_item .item__header_reset:hover {
          opacity: 0.6; }
    .section__search_item .item__body {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .section__search_item .item__body .scroll {
        display: flex;
        align-items: center;
        justify-content: space-between;
        min-width: 1100px;
        width: 100%;
        gap: 10px; }
      .section__search_item .item__body.popular .item, .section__search_item .item__body.popular .form_checkbox {
        width: calc(96% / 7); }
      .section__search_item .item__body .item {
        font-size: 16px;
        line-height: 20px;
        height: 52px;
        background: #fff;
        padding: 0 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        border-radius: 6px;
        gap: 10px; }
        .section__search_item .item__body .item span {
          opacity: 0.6; }
        .section__search_item .item__body .item:hover {
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25); }

@media (max-width: 1100px) {
  .section__search_item {
    padding: 10px 0 0; }
    .section__search_item .item__body {
      overflow: scroll;
      margin-right: -16px;
      margin-left: -16px;
      padding-bottom: 20px; }
      .section__search_item .item__body .scroll {
        padding-left: 16px;
        padding-right: 16px; } }

.filter {
  font-size: 13px;
  background-color: #f7f7f8;
  padding-top: 48px; }
  .filter + .product {
    padding-top: 64px; }
  .filter .container {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .filter__tags {
    font-size: 13px;
    line-height: 16px;
    color: #ffffff;
    max-width: 590px;
    width: 100%;
    position: relative; }
    .filter__tags .btn {
      padding: 8px 16px;
      border-radius: 20px;
      font-size: 13px;
      background: white;
      color: black;
      height: auto;
      line-height: 1.2;
      margin-right: 10px;
      text-transform: none; }
      .filter__tags .btn:hover {
        color: #EBEB47; }
      .filter__tags .btn.active {
        background: black;
        color: white; }
      .filter__tags .btn svg {
        display: inline-block;
        vertical-align: middle; }
  .filter__select {
    white-space: nowrap; }
    .filter__select .select-sort {
      display: flex;
      position: relative;
      line-height: 32px; }
      .filter__select .select-sort .selected {
        display: flex;
        min-width: 180px;
        width: 100%; }
        .filter__select .select-sort .selected span {
          margin-right: 8px; }
      .filter__select .select-sort .btn-select {
        color: black;
        display: flex;
        width: 100%;
        justify-content: space-between; }
      .filter__select .select-sort .values-select {
        position: absolute;
        top: 100%;
        left: 0;
        background: white;
        border-radius: 6px;
        z-index: 1;
        box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
        display: none;
        min-width: 320px; }
        .filter__select .select-sort .values-select.pRight {
          left: inherit;
          right: 0; }
        .filter__select .select-sort .values-select a {
          border-top: 1px solid #D1D1D1;
          line-height: 48px;
          padding: 0 16px;
          width: 100%;
          display: block; }
          .filter__select .select-sort .values-select a:first-child {
            border-top: 0; }
          .filter__select .select-sort .values-select a.active {
            color: rgba(0, 0, 0, 0.5); }
          .filter__select .select-sort .values-select a:hover {
            color: rgba(0, 0, 0, 0.5); }
        .filter__select .select-sort .values-select__scroll {
          max-height: 300px;
          overflow-y: scroll;
          padding: 16px; }
        .filter__select .select-sort .values-select__title {
          font-size: 20px;
          text-transform: uppercase;
          font-weight: bold;
          padding: 12px 0;
          line-height: 1.2; }
          .filter__select .select-sort .values-select__title:not(:first-child) {
            border-top: 1px solid #BCBCBC;
            padding-top: 24px;
            margin-top: 24px; }
        .filter__select .select-sort .values-select__btn {
          padding-top: 16px; }
          .filter__select .select-sort .values-select__btn .black {
            background: black;
            font-size: 14px;
            color: white;
            line-height: 48px;
            height: 48px; }
            .filter__select .select-sort .values-select__btn .black:hover {
              opacity: 0.5;
              color: white; }
          .filter__select .select-sort .values-select__btn + .values-select__title {
            border-top: 0;
            margin-top: 0; }
      .filter__select .select-sort svg {
        margin: 13px 8px 13px 0; }
      .filter__select .select-sort.open svg {
        transform: rotate(180deg); }
      .filter__select .select-sort .fly {
        padding-left: 42px;
        background-repeat: no-repeat;
        background-position: 12px center;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='16' viewBox='0 0 18 16' fill='none'%3E%3Cg clip-path='url(%23clip0_46_1058)'%3E%3Cpath d='M15.0719 6C16.1406 6 18 6.90625 18 8C18 9.125 16.1406 10 15.0719 10H11.4281L8.2875 15.4969C8.10938 15.8094 7.77812 16 7.41875 16H5.6625C5.33125 16 5.09063 15.6813 5.18125 15.3625L6.7125 10H3.5L2.15 11.8C2.05625 11.925 1.90625 12 1.75 12H0.4375C0.19375 12 0 11.8031 0 11.5625C0 11.5219 0.00625 11.4812 0.015625 11.4406L1 8L0.015625 4.55937C0.003125 4.51875 0 4.47813 0 4.4375C0 4.19375 0.196875 4 0.4375 4H1.75C1.90625 4 2.05625 4.075 2.15 4.2L3.5 6H6.71562L5.18437 0.6375C5.09062 0.31875 5.33125 0 5.6625 0H7.41875C7.77812 0 8.10938 0.19375 8.2875 0.503125L11.4281 6H15.0719Z' fill='%23727374'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_46_1058'%3E%3Crect width='18' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E"); }
      .filter__select .select-sort .point {
        padding-left: 42px;
        background-repeat: no-repeat;
        background-position: 12px center;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='16' viewBox='0 0 12 16' fill='none'%3E%3Cg clip-path='url(%23clip0_46_1063)'%3E%3Cpath d='M6.74062 15.6C8.34375 13.5938 12 8.73125 12 6C12 2.6875 9.3125 0 6 0C2.6875 0 0 2.6875 0 6C0 8.73125 3.65625 13.5938 5.25938 15.6C5.64375 16.0781 6.35625 16.0781 6.74062 15.6ZM6 4C6.53043 4 7.03914 4.21071 7.41421 4.58579C7.78929 4.96086 8 5.46957 8 6C8 6.53043 7.78929 7.03914 7.41421 7.41421C7.03914 7.78929 6.53043 8 6 8C5.46957 8 4.96086 7.78929 4.58579 7.41421C4.21071 7.03914 4 6.53043 4 6C4 5.46957 4.21071 4.96086 4.58579 4.58579C4.96086 4.21071 5.46957 4 6 4Z' fill='%23727374'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_46_1063'%3E%3Crect width='12' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E"); }

.filterCar__items {
  display: flex;
  align-items: normal;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px;
  padding-bottom: 60px; }
  .filterCar__items > div {
    width: calc((100% - 60px) / 4); }

@media (max-width: 1380px) {
  .filterCar__items > div {
    width: calc((100% - 40px) / 3); } }

@media (max-width: 1024px) {
  .filterCar__items > div {
    width: calc((100% - 20px) / 2); } }

@media (max-width: 767px) {
  .filterCar__items > div {
    width: 100%; } }

@media (min-width: 671px) {
  .filter__tags_title {
    display: none; }
  .filter__tags_select {
    display: inline-block !important; } }

@media (max-width: 670px) {
  .filter {
    padding-top: 24px; }
    .filter + .product {
      padding-top: 32px; }
  .filter__tags_title {
    display: block; }
  .filter__tags_select {
    display: none;
    position: absolute;
    top: 40px;
    left: 0;
    width: 150px;
    background: white;
    box-shadow: 0 5px 30px #1414141c;
    border-radius: 6px;
    z-index: 1;
    overflow: hidden; }
    .filter__tags_select .btn {
      display: block;
      width: 100%;
      border-radius: 0; }
      .filter__tags_select .btn + .filter__tags_select .btn {
        border-top: 1px solid #D1D1D1; } }

.card {
  background: #fff;
  border-radius: 16px; }
  .card:hover {
    transition: all 0.2s ease-in-out;
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.25); }
  .card__openModel {
    cursor: pointer; }
  .card__info {
    padding: 16px 60px 6px 16px;
    position: relative; }
    .card__info_name {
      font-size: 20px;
      letter-spacing: -0.5px;
      font-weight: bold;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical; }
    .card__info_title {
      color: #727374;
      font-size: 14px;
      letter-spacing: -0.5px;
      line-height: 16px;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical; }
    .card__info_add {
      padding: 16px;
      position: absolute;
      right: 0;
      top: 0;
      cursor: pointer; }
      .card__info_add.active path {
        fill: #E22E1D; }
  .card__img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 154px;
    width: 100%; }
    .card__img img {
      object-fit: cover;
      min-width: 100%;
      max-width: 100%;
      min-height: 100%;
      max-height: 100%; }
  .card__added {
    padding: 16px;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px; }
    .card__added > div:first-child {
      width: 60%;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical; }
    .card__added .deposit span {
      color: #E22E1D; }
    .card__added .deposit.nodeposit {
      opacity: 0.7; }
  .card__user {
    border-top: 1px solid #0000007d;
    padding: 8px 16px;
    align-items: center; }
    .card__user:hover .user__name {
      color: #E22E1D; }
    .card__user .user {
      display: flex;
      align-items: center;
      gap: 10px; }
      .card__user .user__img {
        width: 32px;
        height: 32px;
        border-radius: 50%;
        overflow: hidden; }
        .card__user .user__img img {
          object-fit: cover;
          min-width: 100%;
          max-width: 100%;
          min-height: 100%;
          max-height: 100%; }
      .card__user .user__name {
        font-size: 16px;
        line-height: 20px;
        font-weight: bold;
        letter-spacing: -0.5px; }
    .card__user .raiting {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      gap: 1px; }
  .card__price {
    border-top: 1px solid #0000007d;
    padding: 16px;
    align-items: center; }
    .card__price .day {
      display: flex;
      align-items: center;
      font-size: 18px;
      line-height: 24px;
      font-weight: bold; }
      .card__price .day .free {
        background: rgba(32, 152, 102, 0.1);
        color: #209866;
        font-size: 12px;
        line-height: 14px;
        font-weight: 500;
        margin-left: 5px;
        padding: 4px 4px;
        border-radius: 2px; }
    .card__price .days {
      font-size: 16px;
      line-height: 20px;
      color: #727374; }

.pagination {
  padding: 30px 0; }
  .pagination .container {
    max-width: 480px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 24px; }
    .pagination .container > div, .pagination .container > a {
      width: 100%;
      text-align: center; }
  .pagination__progressbar {
    background-color: #BCBCBC;
    overflow: hidden;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    position: relative; }
    .pagination__progressbar span {
      height: 2px;
      position: absolute;
      top: 0;
      left: 0;
      background-color: #E22E1D; }
  .pagination__text {
    font-size: 13px;
    line-height: 16px; }
  .pagination__back {
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    font-weight: 500; }

.lightbox {
  z-index: 9; }

.modalCar {
  /* The switch - the box around the slider */
  /* Hide default HTML checkbox */
  /* The slider */
  /* Rounded sliders */ }
  .modalCar .timeline__contaner__color_line {
    padding: 20px 5px 0px 5px;
    display: flex;
    justify-content: space-between; }
  .modalCar .timeline__color_line {
    position: relative;
    width: 100%;
    height: 30px; }
  .modalCar .timeline__color_line.yellow {
    border-top: 2px solid var(--colors-yellow);
    background: linear-gradient(180deg, rgba(255, 169, 41, 0.3) 0%, rgba(255, 169, 41, 0.3) 100%); }
  .modalCar .timeline__color_line.green {
    border-top: 2px solid var(--colors-green);
    background: linear-gradient(180deg, rgba(32, 152, 102, 0.3) 0%, rgba(32, 152, 102, 0.3) 100%); }
  .modalCar .timeline__in_color_line {
    position: absolute;
    top: -25px;
    width: 150px;
    font-weight: 500;
    font-size: 14px; }
  .modalCar .timeline__in_color_line_time {
    position: absolute;
    top: 70px;
    width: 150px;
    font-size: 14px;
    color: var(--colors-dark-grey);
    z-index: 9; }
  .modalCar .timeline__in_color_line.yellow {
    color: var(--colors-yellow); }
  .modalCar .timeline__in_color_line.green {
    color: var(--colors-green); }
  .modalCar button {
    transition: all 0.3s ease; }
    .modalCar button:hover {
      background: #e9e9e9; }
  .modalCar ul {
    padding: 0; }
  .modalCar li {
    list-style-type: none; }
  .modalCar input {
    outline: none; }
  .modalCar p {
    margin: 0; }
  .modalCar button {
    outline: none !important;
    border: none; }
  .modalCar select {
    border: 1px solid var(--colors-grey);
    border-radius: 5px;
    padding: 14px;
    width: 696px;
    height: 52px;
    color: var(--colors-dark-grey);
    font-family: inherit;
    font-size: 16px;
    outline: none; }
  .modalCar .select {
    position: relative; }
    .modalCar .select select {
      -webkit-appearance: none;
      appearance: none;
      cursor: pointer;
      width: 100%; }
    .modalCar .select:after {
      content: '';
      display: block;
      background: url("/static/base/images/icons/arrow_small.svg") no-repeat center;
      width: 20px;
      height: 20px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 16px;
      pointer-events: none; }
  .modalCar .slick-dots {
    display: flex;
    position: absolute;
    top: 0;
    right: 16px; }
    .modalCar .slick-dots button {
      margin-right: 10px;
      font-size: 0;
      border-radius: 100%;
      border: 1px solid #535C65;
      background: none;
      width: 12px;
      height: 12px; }
    .modalCar .slick-dots .slick-active button {
      background: #101214; }
  .modalCar .fz_15 {
    font-size: 15px; }
  .modalCar .pb_24 {
    padding-bottom: 20px; }
  .modalCar .p_none {
    padding: 0 !important; }
  .modalCar .z-index_2 {
    z-index: 9; }
  .modalCar .hosts__top, .modalCar .destinations__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 80px; }
    .modalCar .hosts__top h2, .modalCar .destinations__top h2 {
      font-weight: 400;
      font-size: 38px;
      color: #101214; }
  .modalCar .hosts__top-btn, .modalCar .destinations__top-btn {
    border: 1px solid rgba(83, 92, 101, 0.5);
    border-radius: 8px;
    padding: 0 20px;
    height: 56px;
    line-height: 56px; }
  .modalCar .filter__sort_popular_tags {
    display: flex;
    align-items: center; }
    .modalCar .filter__sort_popular_tags p {
      color: #101214;
      font-weight: 500; }
    .modalCar .filter__sort_popular_tags button {
      margin-left: 16px;
      font-size: 16px;
      color: #101214;
      border: 1px solid rgba(83, 92, 101, 0.25);
      border-radius: 100px;
      padding: 0 14px;
      height: 52px;
      background: #fff; }
  .modalCar .range {
    height: 20px;
    -webkit-appearance: none;
    background: #111;
    outline: none;
    border-radius: 5px;
    background: var(--colors-bright-grey);
    overflow-x: hidden; }
  .modalCar .range::-webkit-slider-thumb {
    -webkit-appearance: none;
    background: url("/static/base/images/icons/press.svg") no-repeat left/cover;
    cursor: grab;
    width: 10px;
    height: 36px;
    border-radius: 5px;
    box-shadow: -400px 0 0 400px var(--colors-brand-red); }
  .modalCar .filter_radio {
    position: relative; }
  .modalCar .filter_radio__input {
    -webkit-appearance: none;
    appearance: none;
    position: absolute; }
  .modalCar .filter_radio__label {
    padding-left: 28px; }
    .modalCar .filter_radio__label:before {
      content: '';
      display: block;
      width: 20px;
      height: 20px;
      border: 1px solid #CBCCCD;
      border-radius: 100%;
      position: absolute;
      left: 0;
      top: 0;
      transition: all 0.3s ease; }
    .modalCar .filter_radio__label:after {
      content: '';
      display: block;
      width: 14px;
      height: 14px;
      background: var(--colors-brand-red);
      border: none;
      border-radius: 100%;
      position: absolute;
      left: 3px;
      top: 3px;
      opacity: 0;
      transition: all 0.3s ease; }
  .modalCar .filter_radio__input:checked + .filter_radio__label:before {
    border-color: #1C1E21; }
  .modalCar .filter_radio__input:checked + .filter_radio__label:after {
    opacity: 1; }
  .modalCar table.iksweb {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    height: auto; }
  .modalCar table.iksweb, .modalCar table.iksweb td, .modalCar table.iksweb th {
    border-top: 1px solid var(--colors-grey);
    padding: 16px 0px 20px 0px; }
  .modalCar table.iksweb td {
    font-size: 18px; }
  .modalCar table.iksweb th {
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase; }
  .modalCar form label {
    cursor: pointer; }
  .modalCar .checkbox__item {
    position: relative; }
    .modalCar .checkbox__item input {
      position: absolute;
      top: 0;
      left: 0; }
  .modalCar .checkbox__input {
    -webkit-appearance: none;
    appearance: none; }
  .modalCar .checkbox__label {
    position: relative;
    padding-left: 40px;
    height: 20px;
    display: flex;
    align-items: center; }
    .modalCar .checkbox__label a {
      padding-left: 4px; }
    .modalCar .checkbox__label:before {
      content: '';
      display: inline-block;
      border-radius: 5px;
      border: 1px solid var(--colors-grey);
      width: 20px;
      height: 20px;
      left: 0;
      position: absolute;
      background: var(--colors-white); }
  .modalCar .checkbox__input:checked + .checkbox__label:before {
    background: var(--colors-brand-red) url("/static/base/images/icons/checkbox.svg") no-repeat center; }
  .modalCar .header_modal_transmission_input .checkbox__label {
    padding-left: 28px; }
    .modalCar .header_modal_transmission_input .checkbox__label:before {
      width: 20px;
      height: 20px; }
  .modalCar .switch {
    position: relative;
    display: inline-block;
    width: 47px;
    height: 20px; }
  .modalCar .switch input {
    opacity: 0;
    width: 0;
    height: 0; }
  .modalCar .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--colors-dark-grey);
    -webkit-transition: .4s;
    transition: .4s; }
  .modalCar .slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 2px;
    bottom: 2.2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s; }
  .modalCar input:checked + .slider {
    background-color: var(--colors-brand-red); }
  .modalCar input:focus + .slider {
    box-shadow: 0 0 1px var(--colors-brand-red); }
  .modalCar input:checked + .slider:before {
    -webkit-transform: translateX(22px);
    -ms-transform: translateX(22px);
    transform: translateX(22px); }
  .modalCar input:disabled + .slider {
    opacity: 0.5; }
  .modalCar .slider.round {
    border-radius: 34px; }
  .modalCar .slider.round:before {
    border-radius: 50%; }
  .modalCar .error {
    border: 1px solid red;
    border-radius: 5px; }
    .modalCar .error :focus {
      outline: none; }
  .modalCar .edit {
    background: #f4f4f4;
    border-radius: 5px;
    padding: 4px; }
    .modalCar .edit img {
      margin: 4px; }
  .modalCar .modal__equipment_form_item_name input:checked + label:before {
    border: none; }
  .modalCar .input {
    border: 1px solid var(--colors-grey);
    border-radius: 5px;
    padding: 12px 12px 12px 20px;
    width: 100%;
    height: 48px; }
    .modalCar .input::placeholder {
      font-size: 16px;
      color: var(--colors-brand-black); }
  .modalCar textarea {
    border: 1px solid var(--colors-grey);
    border-radius: 5px;
    padding: 16px 2px 2px 16px;
    max-width: 1608px;
    height: 128px;
    border: 1px solid #727374;
    font-size: 16px;
    line-height: 125%;
    letter-spacing: 0.01em;
    color: #727374;
    width: 100%; }
    .modalCar textarea::placeholder {
      font-size: 16px;
      color: var(--colors-dark-grey); }
    .modalCar textarea.not-empty {
      border: 1px solid var(--colors-brand-black); }
  .modalCar .select .label_top {
    top: 0; }
  .modalCar .settings_form__basic.radio_btns {
    margin-top: 20px; }
  .modalCar .radio_btns.simple {
    display: flex; }
    .modalCar .radio_btns.simple .radio {
      position: relative;
      margin-right: 28px; }
      .modalCar .radio_btns.simple .radio:last-child {
        margin-right: 0; }
    .modalCar .radio_btns.simple .radio__input {
      -webkit-appearance: none;
      appearance: none; }
    .modalCar .radio_btns.simple .radio__label {
      padding-left: 28px;
      font-size: 15px;
      color: var(--colors-brand-black);
      border: none;
      background: none; }
      .modalCar .radio_btns.simple .radio__label:before {
        content: '';
        display: block;
        width: 20px;
        height: 20px;
        border: 1px solid #CBCCCD;
        border-radius: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1; }
      .modalCar .radio_btns.simple .radio__label:after {
        width: 14px;
        height: 14px;
        background: var(--colors-brand-red);
        border: none;
        position: absolute;
        top: 3px;
        left: 3px;
        z-index: 2; }
    .modalCar .radio_btns.simple .radio__input:checked + .radio__label:before {
      border-color: #1C1E21; }
    .modalCar .radio_btns.simple .radio__input:checked + .radio__label:after {
      opacity: 1; }
  .modalCar .delete {
    border-radius: 5px;
    background: none; }
    .modalCar .delete:hover {
      background: none; }
  .modalCar .align_items_center {
    align-items: center; }
  .modalCar .range_slider input {
    overflow-y: hidden; }
  .modalCar .range_diapasone {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%; }
    .modalCar .range_diapasone .range_container {
      --_marker-border-clr: var(--colors-brand-red);
      --_marker-size: 40px;
      --_track-heigt: 6px;
      --_tooltip-bg-clr: var(--colors-brand-red);
      --_tooltip-txt-clr: #fff;
      width: 100%;
      max-width: 860px;
      display: flex;
      flex-direction: column; }
    .modalCar .range_diapasone .sliders_control {
      position: relative; }
    .modalCar .range_diapasone .slider-tooltip {
      position: absolute;
      top: -.6rem;
      z-index: 2;
      pointer-events: none;
      left: 0;
      width: fit-content;
      background-color: var(--_tooltip-bg-clr);
      color: var(--_tooltip-txt-clr);
      font-size: 16px;
      border-radius: 5px;
      padding: 2px 8px;
      text-align: center;
      translate: -50% 0; }
    .modalCar .range_diapasone input[type=range]::-webkit-slider-thumb {
      -webkit-appearance: none;
      pointer-events: all;
      width: var(--_marker-size);
      height: var(--_marker-size);
      background-color: var(--_marker-border-clr);
      border-radius: 50%;
      cursor: pointer;
      opacity: 0; }
    .modalCar .range_diapasone input[type=range]::-moz-range-thumb {
      -webkit-appearance: none;
      pointer-events: all;
      width: var(--_marker-size);
      height: var(--_marker-size);
      background-color: var(--_marker-border-clr);
      border-radius: 50%;
      cursor: pointer;
      opacity: 0; }
    .modalCar .range_diapasone input[type=range]::-webkit-slider-thumb:hover {
      background: #f7f7f7; }
    .modalCar .range_diapasone input[type=range]::-webkit-slider-thumb:active {
      box-shadow: inset 0 0 3px #387bbe, 0 0 9px #387bbe;
      -webkit-box-shadow: inset 0 0 3px #387bbe, 0 0 9px #387bbe; }
    .modalCar .range_diapasone input[type="range"] {
      border-radius: 5px;
      -webkit-appearance: none;
      appearance: none;
      height: var(--_track-heigt);
      width: 100%;
      position: absolute;
      background-color: var(--_marker-border-clr);
      pointer-events: none; }
    .modalCar .range_diapasone #fromSlider {
      height: 0;
      z-index: 1; }
    .modalCar .range_diapasone .scale {
      display: flex;
      justify-content: space-between;
      margin-top: 2rem;
      position: relative;
      width: calc(100% - var(--_marker-size));
      margin-inline: auto;
      font-size: 0.8rem; }
    .modalCar .range_diapasone .scale div {
      position: absolute;
      translate: -50% 0;
      display: none; }
    .modalCar .range_diapasone .scale div::before {
      content: '';
      position: absolute;
      top: 0;
      left: 50%;
      translate: -50% -125%;
      width: 1px;
      height: 10px;
      background-color: #666; }
  .modalCar .range_diapasone.disabled .slider-tooltip {
    background: var(--colors-grey); }
  .modalCar .range_diapasone.disabled input[type=range] {
    background: var(--colors-grey); }
  .modalCar .range_diapasone.disabled .range_container input {
    background: var(--colors-grey) !important; }
  .modalCar .range-slider-duration {
    opacity: 0; }
  .modalCar [draggable] {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    /* Required to make elements draggable in old WebKit */
    -khtml-user-drag: element;
    -webkit-user-drag: element; }
  .modalCar .default_text {
    font-size: 16px;
    line-height: 125%;
    letter-spacing: 0.01em;
    color: #bcbcbc;
    max-width: 1248px;
    margin-left: auto;
    margin-right: auto; }
    .modalCar .default_text a {
      text-decoration: underline;
      color: #e22e1d; }
  .modalCar .default_text b {
    font-weight: 500;
    letter-spacing: 0em;
    color: var(--colors-white); }

.modalCar {
  font-family: 'Roboto';
  padding: 20px 0 0 0;
  background: #fff;
  color: #070707; }
  .modalCar input[type="text"],
  .modalCar input[type="email"],
  .modalCar input[type="password"],
  .modalCar input[type="tel"] {
    border: 1px solid var(--colors-grey);
    border-radius: 5px;
    padding: 14px;
    height: 52px;
    color: var(--colors-brand-black);
    font-family: inherit;
    background: var(--colors-bright-grey);
    outline: none; }
    .modalCar input[type="text"]:focus,
    .modalCar input[type="email"]:focus,
    .modalCar input[type="password"]:focus,
    .modalCar input[type="tel"]:focus {
      border: 1px solid var(--colors-brand-black); }
    .modalCar input[type="text"]::placeholder,
    .modalCar input[type="email"]::placeholder,
    .modalCar input[type="password"]::placeholder,
    .modalCar input[type="tel"]::placeholder {
      color: var(--colors-dark-grey); }
  .modalCar select {
    background: var(--colors-bright-grey);
    transition: all 0.1s ease;
    outline: none; }
    .modalCar select:focus {
      border: 1px solid var(--colors-brand-black); }

.modalCar__bottom_links {
  padding-top: 28px;
  border-top: 1px solid var(--colors-grey); }

.modalCar__bottom_links_wrapper {
  display: flex; }
  .modalCar__bottom_links_wrapper a {
    font-size: 14px;
    text-decoration: underline;
    color: var(--colors-dark-grey);
    margin-right: 28px; }
    .modalCar__bottom_links_wrapper a:last-child {
      margin-right: 0; }
    .modalCar__bottom_links_wrapper a:hover {
      color: var(--colors-dark-grey); }

.modalCar_container {
  padding: 0 16px;
  margin: 0 auto; }

.modalCar__steps-close {
  display: flex;
  justify-content: space-between; }

.modalCar__steps {
  margin-bottom: 16px;
  display: flex;
  align-items: center; }
  .modalCar__steps a, .modalCar__steps img {
    margin-right: 12px; }
  .modalCar__steps a:last-child {
    margin-right: 0; }
  .modalCar__steps a.active {
    color: var(--colors-brand-red);
    position: relative; }
    .modalCar__steps a.active:before {
      content: '';
      display: inline-block;
      left: 50%;
      transform: translateX(-50%);
      top: -22px;
      position: absolute;
      background: var(--colors-brand-red);
      height: 2px;
      width: 70px; }
    .modalCar__steps a.active:hover {
      color: var(--colors-brand-red); }
  .modalCar__steps a {
    cursor: pointer;
    font-weight: 500;
    color: var(--colors-black);
    text-transform: uppercase;
    font-size: 18px; }
  .modalCar__steps a.disabled {
    color: var(--colors-grey); }
    .modalCar__steps a.disabled:hover {
      color: var(--colors-grey); }

.modalCar__close {
  width: 40px;
  height: 40px;
  position: relative;
  top: -10px;
  right: -10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer; }
  .modalCar__close:hover {
    opacity: 0.8; }

.modalCar__gallery .modalCar__content_wrapper {
  max-width: 1200%; }

.modalCar__gallery .slick-arrow {
  background: none;
  width: 28px;
  transition: all 0.3s ease;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer; }
  .modalCar__gallery .slick-arrow img {
    transition: all 0.3s ease; }

.modalCar__gallery .slick-next {
  right: 0;
  transform: translateX(-28px);
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-28px); }
  .modalCar__gallery .slick-next:hover img {
    transform: scale(1.1); }

.modalCar__gallery .slick-prev {
  position: absolute;
  left: 0;
  top: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(28px) rotate(180deg);
  z-index: 9; }
  .modalCar__gallery .slick-prev:hover img {
    transform: scale(1.1); }

.modalCar__gallery .slick-disabled {
  display: none !important; }

.modalCar__gallery .modalCar__gallery_photo.slick-slide {
  max-width: 360px;
  margin-right: 3px;
  width: 100%;
  height: 160px;
  overflow: hidden; }
  .modalCar__gallery .modalCar__gallery_photo.slick-slide:last-child {
    margin-right: 0; }
  .modalCar__gallery .modalCar__gallery_photo.slick-slide img {
    width: 100%;
    transition: all 0.3s ease;
    object-fit: cover;
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%; }
  .modalCar__gallery .modalCar__gallery_photo.slick-slide:hover img {
    transform: scale(1.1); }

.modalCar__gallery_photo {
  margin-right: 3px; }
  .modalCar__gallery_photo:last-child {
    margin-right: 0; }

.modalCar__content_wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid var(--colors-grey); }

.modalCar__payment_left {
  padding: 20px 0;
  max-width: 760px;
  width: 100%; }
  .modalCar__payment_left > div {
    padding-right: 20px; }
  .modalCar__payment_left > .modalCar__insurance {
    padding-right: 0; }

.modalCar__payment_car-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px; }

.modalCar__payment_car {
  width: 100%; }

.modalCar__payment_car_title {
  font-weight: 700;
  font-size: 28px;
  display: flex;
  align-items: center;
  gap: 15px;
  width: 100%; }
  .modalCar__payment_car_title .modalCar__payment_car_title_img {
    margin-left: 8px;
    border: 1px solid var(--colors-grey);
    border-radius: 100px;
    height: 28px;
    width: 28px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .modalCar__payment_car_title .modalCar__payment_car_title_img img {
      width: 20px;
      height: 20px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      margin-left: 50%;
      transform: translateX(-50%); }

.modalCar__payment_btns button {
  margin-left: 8px;
  border-radius: 100px;
  width: 40px;
  height: 40px; }
  .modalCar__payment_btns button img {
    width: 20px;
    height: 20px; }

.modalCar__payment_tags {
  display: flex; }

.modalCar__payment_tag {
  border: 1px solid var(--colors-grey);
  border-radius: 100px;
  padding: 8px 16px;
  margin-right: 8px;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase; }
  .modalCar__payment_tag a {
    display: flex;
    align-items: center;
    color: var(--colors-black); }
    .modalCar__payment_tag a img {
      margin-left: 10px;
      margin-top: -2px; }
  .modalCar__payment_tag:hover a {
    color: inherit; }
    .modalCar__payment_tag:hover a img {
      margin-left: 10px; }

.modalCar__payment_spec {
  border-top: 1px solid var(--colors-grey);
  padding: 20px 0; }

.modalCar__payments_spec_title {
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 20px; }

.modalCar__payments_spec_table_wrapper,
.modalCar__payments_spec_desc {
  max-height: 470px;
  height: 100%;
  overflow-y: hidden;
  position: relative;
  transition: all 0.3s ease; }

.modalCar__payments_spec_table_wrapper.active,
.modalCar__payments_spec_desc_wrapper.active {
  max-height: none;
  overflow-y: visible; }
  .modalCar__payments_spec_table_wrapper.active .modalCar__payments_spec_overlap,
  .modalCar__payments_spec_desc_wrapper.active .modalCar__payments_spec_overlap {
    display: none; }
  .modalCar__payments_spec_table_wrapper.active .modalCar__payments_spec_desc,
  .modalCar__payments_spec_desc_wrapper.active .modalCar__payments_spec_desc {
    max-height: none; }

.modalCar__payments_spec_desc {
  max-height: 384px; }
  .modalCar__payments_spec_desc p {
    font-size: 18px;
    line-height: 133%; }

.modalCar__payments_spec_desc_wrapper.active {
  max-height: none;
  height: 100%; }

.modalCar__payments_spec_overlap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: block;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
  height: 160px; }

.modalCar__payments_spec_btn {
  margin-top: 20px;
  border: 1px solid var(--colors-brand-black);
  border-radius: 5px;
  padding: 0 20px;
  height: 54px;
  line-height: 54px;
  background: #fff;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase; }

.modalCar__payments_spec_desc p {
  margin-bottom: 20px; }

.modalCar__insurance {
  padding: 28px 0 0 0;
  border-top: 1px solid var(--colors-grey); }

.modalCar__insurance_title {
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 20px; }

.modalCar__insurance_form_item {
  padding: 18px;
  position: relative;
  display: flex;
  flex-direction: column; }

.modalCar__insurance_form_item_top {
  display: flex;
  justify-content: space-between;
  position: relative; }

.modalCar__insurance_form_item_top_left {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px; }

.driverForm .radio__label.active {
  background: #dddfe1;
  color: #000000; }
  .driverForm .radio__label.active:after {
    background: #000000; }
  .driverForm .radio__label.active:before {
    border: 1px solid #000000; }

.radio__label {
  cursor: pointer;
  display: block;
  position: relative;
  border-bottom: 1px solid var(--colors-grey);
  transition: all 0.3s ease; }
  .radio__label:hover {
    background: var(--colors-bright-grey); }
  .radio__label.active {
    background: var(--colors-brand-black);
    color: var(--colors-white); }
    .radio__label.active .modalCar__insurance_form_item_recomended {
      border-radius: 5px;
      font-weight: 600;
      padding: 12px 16px; }
    .radio__label.active:after {
      opacity: 1; }
    .radio__label.active:before {
      border: 1px solid var(--colors-white); }

.radio__label:before {
  content: '';
  display: block;
  font-weight: 600;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  border: 1px solid var(--colors-brand-black);
  position: absolute;
  top: calc(50% - 10px);
  right: 18px;
  transition: all 0.3s ease; }

.radio__label:after {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  border: 1px solid var(--colors-brand-black);
  background: var(--colors-white);
  border-radius: 100%;
  position: absolute;
  top: calc(50% - 8px);
  right: calc(18px + 2px);
  opacity: 0;
  transition: all 0.3s ease; }

.modalCar input {
  -webkit-appearance: none;
  appearance: none; }

.divider {
  font-weight: 400;
  color: var(--colors-grey); }

.price {
  font-weight: 400; }

.modalCar__insurance_form_item_text {
  font-size: 18px;
  line-height: 133%; }

.modalCar__insurance_form_item_recomended {
  margin-bottom: 16px;
  border-radius: 100px;
  padding: 8px 16px;
  background: var(--colors-green);
  max-width: 160px;
  width: 100%;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: var(--colors-white);
  transition: all 0.3s ease; }

.modalCar__equipment {
  padding: 28px 0;
  border-top: 1px solid var(--colors-grey); }

.modalCar__equipment_title {
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 20px; }

.modalCar__equipment_form_item {
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
  margin-bottom: 20px; }

.modalCar__equipment_form_item_name {
  display: flex;
  font-weight: 700;
  position: relative; }
  .modalCar__equipment_form_item_name input {
    margin-right: 16px;
    -webkit-appearance: none;
    position: absolute;
    appearance: none; }
  .modalCar__equipment_form_item_name label {
    padding-left: 40px;
    position: relative; }
    .modalCar__equipment_form_item_name label:before {
      content: '';
      display: block;
      border-radius: 5px;
      border: 1px solid var(--colors-grey);
      width: 20px;
      height: 20px;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 1; }
  .modalCar__equipment_form_item_name input:checked + label:before {
    background: var(--colors-brand-red) url("/static/base/images/icons/checkbox.svg") no-repeat center; }

.modalCar__equipment_form_item_additional_item {
  display: flex;
  justify-content: space-between;
  padding-top: 14px;
  padding-bottom: 14px;
  text-align: center;
  border-bottom: 1px solid var(--colors-bright-grey);
  position: relative; }
  .modalCar__equipment_form_item_additional_item:last-child {
    border-bottom: none; }

.modalCar__equipment_form_item_price.active {
  color: var(--colors-grey); }

.modalCar__equipment_form_item_additional {
  margin-bottom: 20px;
  display: none; }
  .modalCar__equipment_form_item_additional.active {
    display: block; }
  .modalCar__equipment_form_item_additional span {
    cursor: pointer; }
  .modalCar__equipment_form_item_additional .number {
    display: flex;
    width: 100px;
    justify-content: space-between;
    position: absolute;
    left: 50%;
    transform: translateX(-50%); }
  .modalCar__equipment_form_item_additional .minus, .modalCar__equipment_form_item_additional .plus {
    border-radius: 4px;
    border: 1px solid #ddd;
    display: inline-block;
    text-align: center;
    border-radius: 2px;
    border: 1px solid var(--colors-brand-black);
    padding: 13px 8px;
    width: 28px;
    height: 28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 9;
    cursor: pointer; }
  .modalCar__equipment_form_item_additional .minus.disabled {
    opacity: 0.5; }
  .modalCar__equipment_form_item_additional input {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 20px;
    display: block;
    vertical-align: middle;
    font-weight: 400;
    font-size: 18px;
    line-height: 133%;
    color: var(--colors-brand-black);
    background: none;
    border: 0;
    min-width: 12px;
    text-align: center;
    max-width: 20px; }

.modalCar___payment_right {
  max-width: 400px;
  width: 100%;
  padding-top: 20px;
  border-left: 1px solid var(--colors-grey);
  padding-left: 20px; }

.modalCar___payment_host_wrapper {
  display: flex; }

.modalCar___payment_host {
  display: flex; }

.modalCar___payment_host_photo {
  border-radius: 100%;
  width: 50px;
  height: 50px;
  margin-right: 16px; }
  .modalCar___payment_host_photo img {
    object-fit: cover; }

.modalCar___payment_host_info {
  max-width: 200px;
  width: 100%; }

.modalCar___payment_host_info_label {
  font-size: 14px;
  color: var(--colors-dark-grey);
  margin-bottom: 8px; }

.modalCar___payment_host_info_name {
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  display: flex;
  align-items: center; }
  .modalCar___payment_host_info_name img {
    display: inline-block;
    margin-left: 4px;
    margin-top: -3px; }

.modalCar___payment_host_info_rate {
  display: flex;
  align-items: center; }

.modalCar___payment_host_info_stars {
  margin-right: 8px; }

.modalCar___payment_host_info_reviews {
  font-size: 14px;
  text-align: center;
  color: var(--colors-dark-grey); }

.modalCar___payment_arrow {
  margin-left: auto; }

.modalCar___payment_arrow_link {
  border-radius: 100px;
  width: 40px;
  height: 40px;
  background: var(--colors-bright-grey);
  padding: 8px;
  display: flex; }

.modalCar___payment_imputs {
  padding: 28px 0 48px 0; }
  .modalCar___payment_imputs > div {
    padding: 20px 0 20px 0; }
  .modalCar___payment_imputs .modalCar___payment_imputs_title {
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    padding-top: 0;
    padding-bottom: 0; }

.modalCar___payment_imputs_days {
  border-bottom: 1px solid var(--colors-grey); }

.modalCar___payment_imputs_top {
  display: flex;
  justify-content: space-between; }

.modalCar___payment_imputs_top_title {
  font-weight: 700; }

.modalCar___payment_imputs_insurance {
  border-bottom: 1px solid var(--colors-grey); }

.modalCar___payment_imputs_delivery {
  border-bottom: 1px solid var(--colors-grey); }

.modalCar___payment_imputs_other {
  border-bottom: 1px solid var(--colors-grey); }

.modalCar___payment_imputs_total {
  border-bottom: 1px solid var(--colors-grey); }

.modalCar___payment_imputs_total_info .modalCar___payment_imputs_top {
  margin-bottom: 16px; }

.modalCar___payment_imputs_total_info .modalCar___payment_imputs_top_title {
  font-weight: 400; }

.modalCar___payment_imputs_btn {
  border-radius: 5px;
  padding: 16px 20px;
  width: 100%;
  height: 54px;
  background: var(--colors-brand-red);
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  color: var(--colors-white); }
  .modalCar___payment_imputs_btn:hover {
    background: var(--colors-brand-red); }

.modalCar___payment_imputs_bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 16px; }
  .modalCar___payment_imputs_bottom div {
    width: 50%; }
  .modalCar___payment_imputs_bottom div:nth-child(even) {
    text-align: right; }

.modalCar__payment_pickup {
  border-top: 1px solid var(--colors-grey);
  padding: 28px 0; }

.modalCar__payment_pickup_top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px; }

.modalCar__payment_pickup_top_title {
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  color: var(--colors-brand-black); }

.modalCar__payment_pickup_top_desc {
  font-size: 20px;
  color: var(--colors-brand-black); }
  .modalCar__payment_pickup_top_desc span {
    font-weight: 700; }

.modalCar__payment_pickup_imput .select {
  margin-bottom: 20px; }

.modalCar__payment_pickup_imput input {
  width: 100%; }

.modalCar__payment_driver {
  border-top: 2px solid var(--colors-bright-grey);
  padding: 28px 0; }

.modalCar__payment_driver_title {
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: var(--colors-brand-black); }

.modalCar__payment_driver_info {
  margin-bottom: 20px; }

.modalCar__payment_driver_info_form_input {
  width: 100%;
  margin-bottom: 16px;
  display: flex;
  position: relative; }
  .modalCar__payment_driver_info_form_input .select {
    width: 135px;
    border-radius: 0;
    position: relative; }
    .modalCar__payment_driver_info_form_input .select:after {
      content: '';
      display: inline-block;
      position: absolute;
      top: 53%;
      transform: translateY(-50%);
      right: 16px;
      width: 16px;
      height: 16px; }
    .modalCar__payment_driver_info_form_input .select select {
      width: 100%;
      color: var(--colors-brand-black);
      border-radius: 5px 0 0 5px; }
  .modalCar__payment_driver_info_form_input:last-child {
    margin-bottom: 0; }
  .modalCar__payment_driver_info_form_input input {
    width: 100%;
    color: var(--colors-black); }

.modalCar__payment_driver_info_form_input.phone input {
  border: 0 5px 5px 0;
  border-left-width: 0;
  border-radius: 0 5px 5px 0; }

.timeline {
  margin-top: 20px; }

.timeline__chart {
  display: flex;
  align-items: flex-end;
  width: 100%;
  position: relative; }

.timeline__chart_pay.green p {
  font-weight: 500;
  font-size: 14px;
  color: var(--colors-green);
  margin-bottom: 8px; }

.timeline__chart_line {
  border-top: 2px solid var(--colors-yellow);
  width: 302px;
  height: 40px;
  background: linear-gradient(180deg, rgba(255, 169, 41, 0.3) 0%, rgba(255, 169, 41, 0.3) 100%); }

.timeline__chart_line.last {
  width: 122px; }

.timeline__chart_line.green {
  border-top: 2px solid var(--colors-green);
  width: 272px;
  height: 40px;
  background: linear-gradient(180deg, rgba(32, 152, 102, 0.3) 0%, rgba(32, 152, 102, 0.3) 100%); }

.timeline__marks {
  display: flex;
  justify-content: space-between;
  margin-top: 8px; }

.timeline__marks_line {
  border: 1px solid var(--colors-grey);
  width: 12px;
  height: 1px;
  transform: rotate(-90deg); }

.timeline__time {
  display: flex;
  justify-content: flex-end;
  margin-top: 8px;
  font-size: 14px;
  color: var(--colors-dark-grey); }

.timeline__time_begin {
  width: 272px; }

.timeline__time_end {
  width: 122px; }

.modalCar__payment_insurance_icon {
  margin-bottom: 8px; }

.modalCar__payment_insurance_text {
  font-size: 14px;
  line-height: 129%;
  color: var(--colors-brand-black); }

.phone__item {
  position: relative;
  width: 100%; }
  .phone__item label {
    margin-right: 5px;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--colors-dark-grey); }

.modalCar__payment_driver_please {
  font-size: 14px;
  color: var(--colors-brand-black);
  margin-bottom: 20px; }

.modalCar__payment_driver_media {
  display: flex;
  margin-bottom: 20px;
  margin-top: 14px; }

.modalCar__payment_driver_media_item {
  margin-right: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--colors-brand-black); }
  .modalCar__payment_driver_media_item input {
    height: auto; }

.modalCar__payment_driver_imput textarea {
  margin-bottom: 20px;
  border-radius: 5px;
  padding: 20px;
  height: 136px;
  background: var(--colors-bright-grey);
  resize: none;
  border: 1px solid var(--colors-grey);
  width: 100%; }

.modalCar__payment_driver_media_bottom .modalCar__payment_driver_media_item {
  color: var(--colors-dark-grey);
  font-weight: 400;
  font-size: 16px; }
  .modalCar__payment_driver_media_bottom .modalCar__payment_driver_media_item a {
    font-weight: 700;
    color: var(--colors-brand-black); }
    .modalCar__payment_driver_media_bottom .modalCar__payment_driver_media_item a:hover {
      color: var(--colors-brand-black); }

.modalCar__payment_title {
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  color: var(--colors-brand-black);
  margin-bottom: 28px; }

.modalCar__payment_description {
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  color: var(--colors-brand-black);
  margin-bottom: 28px;
  min-height: 100px;
  display: flex;
  align-items: center; }

.modalCar__payment_cards {
  display: flex;
  justify-content: space-between;
  margin-bottom: 28px; }

.modalCar__payment_cards_title {
  font-size: 14px;
  text-transform: uppercase;
  color: var(--colors-dark-grey); }

.modalCar__payment_cards_items {
  display: flex;
  margin-bottom: 28px; }
  .modalCar__payment_cards_items img {
    margin-right: 8px; }
    .modalCar__payment_cards_items img:last-child {
      margin-right: 0; }

.modalCar__payment_card_input {
  margin-bottom: 20px;
  display: flex; }
  .modalCar__payment_card_input:last-child {
    margin-bottom: 0; }
  .modalCar__payment_card_input input {
    width: 100%; }

.modalCar__payment_card_input.d-flex {
  justify-content: space-between; }
  .modalCar__payment_card_input.d-flex input {
    max-width: 338px;
    margin-right: 20px; }
    .modalCar__payment_card_input.d-flex input:last-child {
      margin-right: 0; }

.modalCar__payment_card_remember {
  margin-top: 28px; }

.modalCar__payment_card_remember_label {
  font-size: 16px;
  margin-bottom: 8px; }

.modalCar__payment_card_remember_input {
  border: 1px solid var(--colors-grey);
  border-radius: 5px;
  padding: 16px;
  width: 696px;
  height: 42px;
  background: var(--colors-bright-grey);
  margin-bottom: 8px; }
  .modalCar__payment_card_remember_input label {
    position: absolute;
    color: var(--colors-dark-grey);
    padding-left: 40px; }
    .modalCar__payment_card_remember_input label:before {
      content: '';
      position: absolute;
      display: block;
      width: 20px;
      height: 20px;
      border-radius: 5px;
      border: 1px solid var(--colors-grey);
      left: 0; }
  .modalCar__payment_card_remember_input input {
    -webkit-appearance: none;
    appearance: none;
    position: absolute; }

#inputCreditName:focus {
  text-transform: uppercase; }
  #inputCreditName:focus::placeholder {
    text-transform: none; }

.input_credit_cvv_wrapper {
  width: 100%;
  position: relative; }
  .input_credit_cvv_wrapper:after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    background: url("/images/modal/payment_cards/question.svg") no-repeat center;
    right: 22px;
    top: 50%;
    transform: translateY(-50%); }

.modalCar__payment_card_secure {
  display: flex;
  justify-content: space-between;
  margin-bottom: 28px; }

.modalCar__payment_card_secure_text {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: var(--colors-dark-grey); }

.modalCar__payment_card_secure_img {
  margin-right: 4px; }

.modalCar__payment_card_button {
  border-radius: 5px;
  max-width: 696px;
  width: 100%;
  height: 52px;
  background: var(--colors-brand-red);
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  color: var(--colors-white);
  margin-bottom: 28px; }
  .modalCar__payment_card_button:hover {
    background: var(--colors-brand-red); }

.modalCar__payment_card_bottom {
  margin-top: 28px;
  border-top: 1px solid var(--colors-grey);
  padding-top: 28px;
  display: flex; }

.modalCar__payment_card_bottom_privacy a {
  margin-right: 28px;
  font-size: 14px;
  text-decoration: underline;
  color: var(--colors-dark-grey); }

.modalCar___payment_right.summary {
  background: var(--colors-bright-grey);
  padding: 28px; }

.modalCar___payment_summary_car {
  display: flex;
  align-items: center;
  margin-bottom: 20px; }

.modalCar__payment_summary_car_img {
  margin-right: 16px;
  border: 1px solid var(--colors-grey);
  border-radius: 5px;
  width: 120px;
  height: 60px;
  object-fit: cover; }
  .modalCar__payment_summary_car_img .modalCar__gallery_photo {
    height: 100%; }
    .modalCar__payment_summary_car_img .modalCar__gallery_photo img {
      object-fit: cover;
      min-width: 100%;
      max-width: 100%;
      min-height: 100%;
      max-height: 100%; }

.modalCar__payment_summary_car_info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 68px; }

.modalCar__payment_summary_car_title {
  font-weight: 700;
  text-transform: uppercase;
  color: var(--colors-brand-black);
  margin-right: 4px; }

.modalCar__payment_summary_car_text {
  font-size: 14px;
  line-height: 129%;
  color: var(--colors-dark-grey); }

.modalCar__payment_summary_info {
  font-size: 14px;
  line-height: 129%;
  color: var(--colors-dark-grey);
  margin-bottom: 20px; }
  .modalCar__payment_summary_info span.price {
    font-weight: 700;
    color: var(--colors-brand-black); }
  .modalCar__payment_summary_info span.days {
    color: var(--colors-brand-black); }

.modalCar__payment_summary_item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  font-size: 16px;
  color: var(--colors-dark-grey); }

.modalCar__payment_summary_item.last {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--colors-grey); }

.modalCar__payment_summary_bottom_now {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  line-height: 137%;
  color: var(--colors-brand-black);
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px; }

.modalCar__payment_summary_bottom_pickung {
  display: flex;
  justify-content: space-between; }

.modalCar__payment_summary_bottom_pickung_info {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 137%;
  color: var(--colors-brand-black); }
  .modalCar__payment_summary_bottom_pickung_info span {
    color: var(--colors-dark-grey); }

.modalCar__payment_summary_bottom_pickung_price {
  font-size: 16px; }

.modalCar {
  transform: translateY(100%);
  transition: all 0.3s ease; }

.overlay,
.modalCar__wrapper {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  transform: translateY(-100%);
  z-index: 12000;
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  transition: all 0.3s ease; }

.cost {
  position: sticky;
  top: 0; }

.modalCar__wrapper.active {
  top: 50%;
  transform: translateY(-50%); }
  .modalCar__wrapper.active .modalCar {
    transform: translateY(0);
    transition: all 0.3s ease; }

.modalCar__wrapper {
  overflow-y: auto;
  padding-top: 20px;
  padding-bottom: 20px; }

.modalCar {
  border-radius: 6px;
  max-width: 1200px;
  width: 96%;
  margin: 0 auto; }

.modalCar_transaction {
  top: 50%;
  transform: translateY(-50%);
  border-radius: 10px;
  padding: 64px 64px 28px 64px;
  max-width: 740px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  box-shadow: 0 10px 50px 0 rgba(106, 110, 118, 0.1);
  background: var(--colors-white); }

.modalCar_transaction_close {
  position: absolute;
  top: 16px;
  right: 16px; }

.modalCar_transaction_container {
  max-width: 612px;
  width: 100%;
  margin: 0 auto;
  text-align: center; }

.modalCar_transaction_icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 28px; }
  .modalCar_transaction_icon img {
    margin: 0 auto; }
    .modalCar_transaction_icon img.success_error {
      width: 28px;
      height: 28px;
      margin-bottom: 20px; }
    .modalCar_transaction_icon img.card {
      height: 48px;
      width: 80px; }

.modalCar_transaction_info {
  margin-bottom: 28px; }

.modalCar_transaction_title {
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  color: var(--colors-brand-black);
  margin-bottom: 20px; }

.modalCar_transaction_text {
  line-height: 133%;
  color: var(--colors-dark-grey); }
  .modalCar_transaction_text span {
    font-weight: 500;
    color: var(--colors-brand-black); }

.modalCar_transaction_btns {
  display: flex;
  justify-content: space-between; }
  .modalCar_transaction_btns a {
    display: inline-block;
    margin-right: 20px;
    border: 1px solid var(--colors-brand-black);
    border-radius: 5px;
    padding: 16px 20px;
    width: 296px;
    height: 54px;
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 137%;
    text-transform: uppercase;
    text-align: center;
    color: var(--colors-brand-black);
    margin-bottom: 28px; }
    .modalCar_transaction_btns a:last-child {
      margin-right: 0; }
    .modalCar_transaction_btns a.black {
      background: var(--colors-brand-black);
      font-family: var(--second-family);
      color: var(--colors-white); }

.modalCar_transaction_rejected {
  border: 1px solid var(--colors-grey);
  border-radius: 5px;
  padding: 16px;
  height: 76px;
  background: var(--colors-bright-grey);
  width: 100%;
  text-align: left;
  display: block;
  margin-bottom: 20px;
  width: 100%; }

.modalCar_transaction_rejected_main .modalCar_transaction_rejected_label {
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 129%;
  color: var(--colors-brand-black); }

.modalCar_transaction_rejected_main .modalCar_transaction_rejected_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .modalCar_transaction_rejected_main .modalCar_transaction_rejected_wrapper .modalCar_transaction_rejected_input {
    min-width: 192px;
    width: 100%; }
  .modalCar_transaction_rejected_main .modalCar_transaction_rejected_wrapper input {
    background: 0;
    border: 0;
    min-width: 192px;
    width: 100%; }
  .modalCar_transaction_rejected_main .modalCar_transaction_rejected_wrapper .modalCar_transaction_rejected_price {
    font-weight: 700;
    font-size: 14px;
    color: var(--colors-brand-red); }

.modalCar__equipment_form_item_additional .number input {
  background: none !important;
  border: none !important;
  appearance: inherit !important;
  padding: 0;
  height: auto;
  top: 2px; }

.modalCar___payment_host_wrapper.mobile {
  display: none; }

.modalCar___payment_imputs_btn.mobile {
  display: none; }

#modalRegister {
  overflow: auto; }

.header_modal.nav_menu_filters.active + body {
  overflow: hidden; }

.header_modal_brand_input_right > span {
  display: inline; }

@media (max-width: 767px) {
  .modalCar__wrapper.active {
    overflow-y: hidden; }
    .modalCar__wrapper.active .modalCar___payment_imputs.cost {
      margin-bottom: 10px;
      position: relative; }
    .modalCar__wrapper.active .modalCar___payment_right.summary {
      margin-bottom: 20px; }
  .modalCar__equipment_form_item_name label:before {
    z-index: 0; }
  .modalCar___payment_right {
    max-width: 100%; }
  .modalCar__wrapper .modalCar {
    transform: none;
    transform: translateY(none); }
  .modalCar___payment_imputs_btn.mobile {
    position: fixed;
    bottom: 20px;
    max-width: calc(100% - 20px);
    left: 10px; }
  .modalCar__payment_description {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 18px;
    min-height: auto; }
  .modalCar__wrapper.active .modalCar {
    transform: none; }
  .modalCar__payment_left > div {
    padding-right: 0;
    overflow: hidden; }
  .modalCar__wrapper .modalCar {
    max-height: 90%;
    overflow-y: auto; }
    .modalCar__wrapper .modalCar .modalCar__steps a {
      font-size: 13px; }
  .modalCar_container.modalCar__gallery_wrapper {
    padding: 0; }
  .modalCar__content_wrapper {
    flex-direction: column; }
  .modalCar___payment_right {
    padding-top: 0;
    border: 0;
    padding-left: 0; }
    .modalCar___payment_right .modalCar___payment_host_wrapper {
      display: none; }
  .modalCar___payment_imputs_btn {
    display: none; }
  .modalCar___payment_imputs_btn.mobile {
    display: flex;
    justify-content: space-between;
    font-weight: 400;
    font-size: 12px;
    line-height: 117%;
    align-items: center;
    text-align: left;
    color: var(--colors-white);
    text-transform: none; }
    .modalCar___payment_imputs_btn.mobile .modalCar___payment_imputs_btn_left {
      height: 28px;
      justify-content: space-between;
      display: flex;
      flex-direction: column; }
    .modalCar___payment_imputs_btn.mobile b {
      font-weight: 600; }
    .modalCar___payment_imputs_btn.mobile .modalCar___payment_imputs_btn_right {
      font-weight: 500;
      font-size: 15px;
      line-height: 133%;
      text-transform: uppercase;
      text-align: right;
      color: var(--colors-white); }
  .modalCar___payment_host_wrapper.mobile {
    display: flex;
    border-radius: 10px;
    padding: 6px;
    background: var(--colors-bright-grey);
    font-size: 14px;
    margin-bottom: 16px; }
  .modalCar__insurance_form_item {
    padding: 10px; }
  .modalCar__equipment {
    padding: 12px 0; }
  .modalCar__payment_left {
    padding: 10px 0; }
  .modalCar___payment_imputs {
    padding: 8px 0 8px 0; }
  .modalCar__insurance_title, .modalCar__equipment_title {
    font-size: 16px;
    margin-bottom: 12px; }
  .modalCar__insurance_form_item_top_left {
    font-size: 14px; }
  .modalCar__equipment_form_item_additional_item {
    font-size: 15px; }
  .select {
    width: 100%; }
    .select select {
      width: 100%; }
  .modalCar {
    font-size: 15px; }
    .modalCar .modalCar___payment_imputs_btn {
      display: none; }
    .modalCar .modalCar___payment_imputs_btn.mobile {
      display: flex; }
    .modalCar #paymentButton {
      display: none; }
    .modalCar #PayNowMobile.modalCar___payment_imputs_btn.mobile {
      display: flex;
      justify-content: center;
      margin-bottom: 28px;
      margin-top: 16px; }
    .modalCar .modalCar__payment_driver_media_item {
      font-size: 11px; }
      .modalCar .modalCar__payment_driver_media_item label {
        padding-left: 36px; }
        .modalCar .modalCar__payment_driver_media_item label:before {
          width: 20px;
          height: 20px; }
    .modalCar .modalCar__payment_driver_imput textarea {
      width: 100%; }
  .modalCar__payment_cards_items img {
    width: 28px; }
  .modalCar__payment_card_remember_input {
    width: 100%;
    font-size: 14px; }
  .modalCar__steps-close {
    position: relative; }
    .modalCar__steps-close .modalCar__steps {
      margin-top: 20px; }
      .modalCar__steps-close .modalCar__steps a.active:before {
        display: none; }
    .modalCar__steps-close .modalCar__close {
      position: absolute;
      top: -20px;
      right: -10px; }
  .modalCar__payment_car_title {
    font-weight: 700;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%; }
    .modalCar__payment_car_title p {
      font-size: 22px;
      letter-spacing: -0.5px;
      font-weight: bold;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      width: 80%; }
  .modalCar__payment_pickup_top_title, .modalCar__payment_pickup_top_desc, .modalCar___payment_imputs_title {
    font-size: 16px; }
  .modalCar__payment_driver_title, .modalCar__payments_spec_title {
    font-size: 16px;
    margin-bottom: 10px; }
  .modalCar__payment_car-actions, .modalCar__payment_pickup_top {
    margin-bottom: 10px; }
  .modalCar___payment_imputs > div {
    padding: 10px 0 10px 0; }
  .modalCar__payment_spec {
    padding: 10px 0; }
  .modalCar table.iksweb th {
    font-size: 13px; }
  .modalCar table.iksweb, .modalCar table.iksweb td, .modalCar table.iksweb th {
    padding: 10px 0 10px 0; }
  .modalCar table.iksweb td {
    font-size: 14px; } }

.modalCar__payment_pickup_imput_showmap,
.modalCar__payment_pickup_imput_showmapdrop {
  display: none; }
  .modalCar__payment_pickup_imput_showmap a,
  .modalCar__payment_pickup_imput_showmapdrop a {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 114%;
    text-align: center;
    color: var(--colors-green);
    margin-top: 12px;
    margin-bottom: 20px;
    display: inline-block;
    border-bottom: 1px solid var(--colors-green);
    padding-bottom: 4px; }
  .modalCar__payment_pickup_imput_showmap input[value],
  .modalCar__payment_pickup_imput_showmapdrop input[value] {
    font-size: 18px; }

.modalCar__payment_pickup_imput_showmap.active,
.modalCar__payment_pickup_imput_showmapdrop.active {
  display: block; }

@media (max-width: 389px) {
  .modalCar__payment_card_remember_input {
    font-size: 13px; } }

.slick-lightbox-close:before {
  font-size: 34px !important;
  line-height: 46px !important; }

.modalCar input.not_valid {
  border: 1px solid red; }

.modalCar___payment_imputs_btn:disabled {
  background-color: #ccc;
  color: #888;
  cursor: not-allowed;
  opacity: 1; }

.intro {
  height: 430px;
  background: url(/static/main/img/2.png) no-repeat 50%/cover;
  position: relative; }
  .intro .container {
    z-index: 2; }
  .intro:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(27, 27, 27, 0.53);
    z-index: 1;
    left: 0;
    top: 0; }
  .intro__info {
    padding-top: 224px;
    display: flex;
    align-items: flex-start;
    flex-direction: column; }
    .intro__info_title {
      font-size: 62px;
      letter-spacing: -2.32px;
      color: #ffffff;
      text-transform: uppercase;
      font-weight: bold; }
    .intro__info_text {
      font-size: 22px;
      line-height: 204%;
      letter-spacing: -1.12px;
      color: #ffffff;
      text-transform: uppercase;
      font-weight: bold; }

@media (max-width: 1200px) {
  .intro {
    height: 550px; }
    .intro__info {
      padding-top: 344px; } }

@media (max-width: 767px) {
  .intro {
    height: 550px;
    background: url(/static/main/img/unsplash_EWf48MRVURNE.png) no-repeat 50%/cover; }
    .intro__info {
      padding-top: 320px; }
      .intro__info_title {
        font-size: 38px;
        letter-spacing: -0.82px; }
      .intro__info_text {
        font-size: 16px;
        line-height: 154%;
        letter-spacing: -0.32px; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: black;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease; }

.slick-lightbox .slick-loading .slick-list {
  background-color: transparent; }

.slick-lightbox .slick-prev {
  left: 15px; }

.slick-lightbox .slick-next {
  right: 15px; }

.slick-lightbox-hide {
  opacity: 0; }

.slick-lightbox-hide.slick-lightbox-ie {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0); }

.slick-lightbox-hide-init {
  position: absolute;
  top: -9999px;
  opacity: 0; }

.slick-lightbox-hide-init.slick-lightbox-ie {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0); }

.slick-lightbox-inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.slick-lightbox-slick-item {
  text-align: center;
  overflow: hidden; }

.slick-lightbox-slick-item:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; }

.slick-caption-bottom .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  margin-bottom: 20px; }

.slick-caption-dynamic .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
  display: block;
  text-align: center; }

.slick-lightbox-slick-item-inner {
  display: inline-block;
  vertical-align: middle;
  max-width: 90%;
  max-height: 90%; }

.slick-lightbox-slick-img {
  margin: 0 auto;
  display: block;
  max-width: 90%;
  max-height: 90%; }

.slick-lightbox-slick-caption {
  margin: 10px 0 0;
  color: white; }

.slick-lightbox-close {
  position: absolute;
  top: 15px;
  right: 15px;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  padding: 0;
  border: none; }

.slick-lightbox-close:focus {
  outline: none; }

.slick-lightbox-close:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '×'; }

.seoAll_container {
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  gap: 15px;
  display: grid;
  margin-bottom: 34px; }
  .seoAll_container h1, .seoAll_container .h1 {
    font-size: 40px;
    line-height: 48px; }
  .seoAll_container h2, .seoAll_container .h2 {
    font-size: 28px;
    line-height: 32px; }
  .seoAll_container h3, .seoAll_container .h3 {
    font-size: 24px;
    line-height: 30px; }
  .seoAll_container h4, .seoAll_container .h4 {
    font-size: 20px;
    line-height: 24px; }

@media (max-width: 959px) {
  .seoAll_container {
    gap: 10px; }
    .seoAll_container h1, .seoAll_container .h1 {
      font-size: 28px;
      line-height: 38px; }
    .seoAll_container h2, .seoAll_container .h2 {
      font-size: 24px;
      line-height: 32px; }
    .seoAll_container h3, .seoAll_container .h3 {
      font-size: 20px;
      line-height: 30px; }
    .seoAll_container h4, .seoAll_container .h4 {
      font-size: 18px;
      line-height: 24px; } }

.aboutUsSeoAll_container {
  background: black;
  border-radius: 10px;
  padding: 15px;
  gap: 15px;
  display: grid;
  margin-bottom: 34px;
  color: #ffffff; }
  .aboutUsSeoAll_container h1, .aboutUsSeoAll_container .h1 {
    font-size: 40px;
    line-height: 48px; }
  .aboutUsSeoAll_container h2, .aboutUsSeoAll_container .h2 {
    font-size: 28px;
    line-height: 32px; }
  .aboutUsSeoAll_container h3, .aboutUsSeoAll_container .h3 {
    font-size: 24px;
    line-height: 30px; }
  .aboutUsSeoAll_container h4, .aboutUsSeoAll_container .h4 {
    font-size: 20px;
    line-height: 24px; }

@media (max-width: 959px) {
  .aboutUsSeoAll_container {
    gap: 10px; }
    .aboutUsSeoAll_container h1, .aboutUsSeoAll_container .h1 {
      font-size: 28px;
      line-height: 38px; }
    .aboutUsSeoAll_container h2, .aboutUsSeoAll_container .h2 {
      font-size: 24px;
      line-height: 32px; }
    .aboutUsSeoAll_container h3, .aboutUsSeoAll_container .h3 {
      font-size: 20px;
      line-height: 30px; }
    .aboutUsSeoAll_container h4, .aboutUsSeoAll_container .h4 {
      font-size: 18px;
      line-height: 24px; } }

.advantagesMain {
  margin: 100px 0;
  background: var(--colors-bright-grey); }
  .advantagesMain .advantagesMain__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px; }
    .advantagesMain .advantagesMain__top h2 {
      font-weight: 600;
      font-size: 38px;
      text-transform: uppercase;
      color: var(--colors-brand-black); }
  .advantagesMain .advantagesMain__main {
    display: flex;
    align-items: center; }
    .advantagesMain .advantagesMain__main .slick-dots {
      position: absolute;
      top: -56px;
      right: 0;
      align-items: flex-end;
      justify-content: center;
      z-index: 1;
      display: flex;
      gap: 5px; }
      .advantagesMain .advantagesMain__main .slick-dots li.slick-active button {
        background: #000000; }
      .advantagesMain .advantagesMain__main .slick-dots li button {
        width: 10px;
        height: 10px;
        background: #ffffff;
        font-size: 0;
        border-radius: 6px;
        border: 1px solid #000; }
  .advantagesMain .advantagesMain__item {
    margin-right: 20px;
    border-radius: 16px;
    padding: 20px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #fff;
    min-height: 260px;
    height: 100%; }
  .advantagesMain .advantagesMain__item.slick-slide {
    display: flex; }
  .advantagesMain .advantagesMain__item-top .icon {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    border-radius: 4px;
    background: var(--colors-brand-red); }
  .advantagesMain .advantagesMain__item-top h3 {
    padding-bottom: 18px;
    border-bottom: 1px solid var(--colors-grey); }
  .advantagesMain .advantagesMain__item-text {
    font-size: 16px;
    line-height: 120%;
    color: var(--colors-dark-grey); }

@media (max-width: 1279px) {
  .advantagesMain__item {
    width: 100%;
    min-width: auto;
    max-width: auto; } }

@media (max-width: 767px) {
  .advantagesMain {
    margin-top: 80px; }
    .advantagesMain .advantagesMain__top {
      margin-bottom: 40px; }
    .advantagesMain .slick-dots {
      z-index: 2 !important; }
    .advantagesMain .slick-list.draggable {
      z-index: 9; }
    .advantagesMain .container {
      padding: 0 16px; }
    .advantagesMain .advantagesMain__top {
      padding: 0 0px; }
    .advantagesMain .advantagesMain__main {
      z-index: 2; }
    .advantagesMain .advantagesMain__main .slick-dots {
      bottom: 0;
      align-items: flex-end;
      margin-bottom: -40px;
      left: 50%;
      transform: translateX(-50%); }
    .advantagesMain .advantagesMain__item {
      margin-right: 0;
      min-width: auto !important;
      width: auto; }
    .advantagesMain .advantagesMain__item-text {
      font-size: 15px;
      line-height: 133%;
      color: var(--colors-brand-black); }
    .advantagesMain .slick-dots {
      z-index: 1; }
    .advantagesMain .advantagesMain__item.slick-slide {
      min-height: 240px; }
    .advantagesMain .advantagesMain {
      margin-bottom: 80px; } }

.hostsMain {
  margin-bottom: 100px; }
  .hostsMain .hostsMain__wrapper {
    background: #fff;
    border-radius: 16px;
    padding: 20px 20px 40px; }
  .hostsMain .hostsMain__main {
    display: flex;
    align-items: center;
    z-index: 2; }
    .hostsMain .hostsMain__main .slick-dots {
      bottom: -24px;
      left: 50%;
      transform: translateX(-50%);
      align-items: flex-end;
      justify-content: center;
      z-index: 1;
      display: flex;
      position: absolute;
      gap: 5px; }
      .hostsMain .hostsMain__main .slick-dots li.slick-active button {
        background: #000000; }
      .hostsMain .hostsMain__main .slick-dots li button {
        width: 10px;
        height: 10px;
        background: #ffffff;
        font-size: 0;
        border-radius: 6px;
        border: 1px solid #000; }
    .hostsMain .hostsMain__main .slick-list {
      z-index: 2; }
  .hostsMain .hostsMain__item {
    z-index: 2;
    margin-right: 18px;
    width: 100%;
    min-height: 360px;
    height: 100%;
    background: #f2f2f3;
    border-radius: 10px;
    padding: 0px 24px 32px 24px;
    display: flex !important;
    flex-direction: column;
    justify-content: space-between; }
  .hostsMain .hostsMain__item_rate-motto {
    padding-top: 32px; }
  .hostsMain .hostsMain__item_host {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
  .hostsMain .hostsMain__item_info {
    border-radius: 100%;
    margin-bottom: 24px;
    display: flex;
    align-items: center; }
    .hostsMain .hostsMain__item_info img {
      margin-right: 16px; }
  .hostsMain .hostsMain__item_name-info .host_name {
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    color: var(--colors-brand-black); }
  .hostsMain .hostsMain__item_name-info .host_text {
    font-weight: 700;
    font-size: 14px;
    color: var(--colors-brand-red);
    margin-bottom: 8px; }
  .hostsMain .hostsMain__item_stars {
    margin-bottom: 24px;
    display: flex; }
  .hostsMain .hostsMain__item_motto {
    font-size: 16px;
    line-height: 120%;
    color: var(--colors-brand-black);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical; }
  .hostsMain .hostsMain__item-btn {
    border: 1px solid rgba(83, 92, 101, 0.5);
    border-radius: 8px;
    height: 52px;
    line-height: 52px;
    font-weight: 500;
    text-align: center;
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    text-transform: uppercase;
    color: var(--colors-brand-black); }
    .hostsMain .hostsMain__item-btn:hover {
      background: #101214;
      color: #fff; }
  .hostsMain .hostsMain__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px; }
    .hostsMain .hostsMain__top h2 {
      font-weight: 600;
      font-size: 38px;
      text-transform: uppercase;
      color: var(--colors-brand-black); }
  .hostsMain .hostsMain__top-btn {
    padding: 10px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100px;
    border: 1px solid var(--colors-brand-black);
    border-radius: 5px;
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    color: var(--colors-brand-black); }
    .hostsMain .hostsMain__top-btn:hover {
      background: #101214;
      color: #fff; }

@media (max-width: 767px) {
  .hostsMain .container {
    padding: 0; }
  .hostsMain .hostsMain__wrapper {
    padding: 32px 16px 72px 16px; }
  .hostsMain .filter__hostsMain {
    display: none; }
  .hostsMain .filter__cities {
    flex-wrap: nowrap;
    overflow-x: auto; }
  .hostsMain .filter__cities-item {
    font-size: 15px;
    margin-right: 36px;
    width: 100%;
    min-width: 100px; }
  .hostsMain .filter__sort_popular_tags {
    display: none; }
  .hostsMain .filter__sort_filters {
    display: flex;
    flex-wrap: nowrap;
    overflow: auto; }
  .hostsMain .filter__sort_filters_tag {
    font-size: 15px;
    padding: 0px 16px;
    height: 34px;
    line-height: 1;
    width: 100%;
    line-height: 34px;
    white-space: nowrap; } }

@media (max-width: 1599px) {
  .hostsMain__item-btn {
    max-width: auto;
    width: 100%; } }

@media (max-width: 767px) {
  .hostsMain .slick-list.draggable {
    z-index: 3; }
  .hostsMain .slick-dots {
    bottom: 0;
    margin-bottom: -20px;
    z-index: 2 !important; }
  .hostsMain .hostsMain__top h2 {
    font-size: 24px; }
  .hostsMain .hostsMain__top-btn {
    display: none; }
  .hostsMain .hostsMain__item_motto {
    font-size: 15px; }
  .hostsMain .hostsMain__item-btn {
    display: none; }
  .hostsMain .hostsMain__item {
    min-height: 228px;
    height: 100%;
    width: auto;
    margin-right: 16px; }
  .hostsMain .hostsMain__top {
    margin-bottom: 32px; } }

.exploreMain {
  margin-bottom: 100px; }

.exploreMain__wrapper {
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 16px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  max-height: 800px;
  overflow-y: hidden; }

.exploreMain__info {
  max-width: 740px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 auto;
  padding-top: 32px;
  padding-bottom: 32px; }

.exploreMain__info-top {
  width: 100%; }
  .exploreMain__info-top h2 {
    margin-bottom: 32px;
    font-size: 38px;
    line-height: 108%; }
  .exploreMain__info-top a {
    padding: 10px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 340px;
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid var(--colors-brand-black);
    border-radius: 5px;
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    color: var(--colors-brand-black); }
    .exploreMain__info-top a:hover {
      background: #101214;
      color: #fff; }

p.exploreMain__info-bottom {
  line-height: 133%;
  color: var(--colors-brand-black);
  max-width: 676px; }

.exploreMain__pics {
  display: flex;
  max-width: 664px;
  width: 100%;
  height: 550px; }

.exploreMain__pics-row {
  margin-left: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .exploreMain__pics-row:first-child {
    margin-left: 0; }
  .exploreMain__pics-row img {
    margin-bottom: 24px; }

@keyframes places1 {
  0% {
    top: 0; }
  33% {
    top: 200px; }
  66% {
    top: -200px; }
  100% {
    top: 0; } }

@keyframes places2 {
  0% {
    bottom: 0; }
  33% {
    bottom: 200px; }
  66% {
    bottom: -200px; }
  100% {
    bottom: 0; } }

/* The element to apply the animation to */
.exploreMain__pics-row:nth-child(1) {
  position: relative;
  animation-play-state: revert;
  animation-name: places1;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-delay: calc(var(--scroll) * -2s);
  animation-timing-function: ease; }

.exploreMain__pics-row:nth-child(2) {
  animation-delay: calc(var(--scroll) * -2s);
  position: relative;
  animation-play-state: revert;
  animation-name: places2;
  animation-duration: 12s;
  animation-iteration-count: infinite;
  animation-timing-function: ease; }

.exploreMain__pics.mobile {
  display: none; }

.exploreMain__info {
  margin-right: 24px; }
  .exploreMain__info .btn_mobile {
    display: none; }

@media (max-width: 767px) {
  .exploreMain .container {
    padding: 0; }
  .exploreMain__wrapper {
    flex-direction: column-reverse;
    margin-top: 16px;
    margin-bottom: 16px; }
  .exploreMain__pics {
    display: none;
    height: 100%;
    width: 100%;
    flex-direction: row;
    overflow: auto; }
  .exploreMain__pics-row {
    animation: none !important;
    display: flex;
    flex-direction: row; }
    .exploreMain__pics-row img {
      width: 212px;
      height: 212px;
      margin: 0 10px; }
  .exploreMain__info-top h2 {
    font-size: 24px;
    margin-bottom: 14px; }
  .exploreMain__info {
    padding-left: 16px;
    padding-right: 16px; }
    .exploreMain__info .btn_mobile {
      display: block;
      border-radius: 5px;
      padding: 14px 16px;
      width: 188px;
      height: 48px;
      background: var(--colors-brand-red);
      font-weight: 500;
      font-size: 16px;
      line-height: 125%;
      text-transform: uppercase;
      text-align: center;
      color: var(--colors-white);
      margin-top: 23px; } }

.reviewsMain {
  margin-bottom: 100px; }

.reviewsMain__wrapper {
  display: flex;
  justify-content: space-between; }

.reviewsMain__left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%; }

.reviewsMain__title {
  font-weight: 700;
  font-size: 38px;
  line-height: 108%;
  text-transform: uppercase;
  color: #101214; }

.reviewsMain__rate {
  display: flex;
  justify-content: center;
  flex-direction: column;
  border-radius: 16px;
  padding: 16px;
  max-width: 260px;
  width: 100%;
  box-shadow: 4px 8px 30px -10px rgba(16, 18, 20, 0.15);
  background: #fff; }

.reviewsMain__rate-text {
  color: #101214;
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 14px;
  line-height: 129%;
  text-transform: uppercase; }

.reviewsMain__rate-wrapper {
  display: flex;
  align-items: center; }

.reviewsMain__rate-stars {
  margin-right: 8px; }
  .reviewsMain__rate-stars img {
    width: 16px; }

.reviewsMain__rate-from {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 137%;
  color: var(--colors-dark-grey); }

.reviewsMain__rate-from_icon {
  width: 24px;
  margin-left: 8px; }

.reviewsMain__carousel .slick-list {
  max-width: 740px;
  margin-left: 5px;
  margin-right: 5px;
  z-index: 3; }

.reviewsMain__carousel .slick-slide {
  border-radius: 10px;
  background: var(--colors-white);
  padding: 40px;
  min-height: 400px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 18px;
  line-height: 133%;
  color: var(--colors-brand-black); }

.reviewsMain__carousel .slick-dots {
  bottom: 20px;
  right: 30px;
  z-index: 9;
  align-items: flex-end;
  display: flex;
  position: absolute;
  gap: 4px; }
  .reviewsMain__carousel .slick-dots li.slick-active button {
    background: #000000; }
  .reviewsMain__carousel .slick-dots li button {
    width: 10px;
    height: 10px;
    background: #ffffff;
    font-size: 0;
    border-radius: 6px;
    border: 1px solid #000; }

.reviewsMain__carousel-text img {
  margin-bottom: 16px; }

.reviewsMain__carousel-text p {
  font-size: 18px;
  line-height: 125%;
  color: #101214; }

.reviewsMain__carousel-name {
  color: #101214; }

.reviewsMain__carousel-date {
  font-size: 16px;
  color: var(--colors-dark-grey); }

@media (max-width: 767px) {
  .reviewsMain {
    border-radius: 16px;
    background: var(--colors-white); }
    .reviewsMain .slick-dots {
      position: absolute;
      bottom: 10px;
      left: 50%;
      transform: translateX(-25%); }
  .reviewsMain__title {
    display: none; }
  .reviewsMain__rate {
    display: none; }
  .reviewsMain__carousel {
    width: 100%;
    max-width: 767px;
    z-index: 6; }
  .reviewsMain__carousel-text {
    font-size: 15px; }
  .reviewsMain__carousel-author {
    font-size: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 32px; }
  .reviewsMain__carousel-date {
    font-size: 14px; }
  .reviewsMain__carousel .slick-slide {
    padding: 32px 16px 72px 16px;
    z-index: 9; } }

.faqMain__wrapper {
  display: flex;
  justify-content: space-between;
  background: #fff;
  border-radius: 16px;
  padding: 48px 48px 120px 48px;
  margin-bottom: 100px; }

.faqMain__title {
  font-weight: 700;
  font-size: 38px;
  line-height: 108%;
  color: #101214; }

.faqMain__right {
  max-width: 928px;
  width: 100%;
  margin-top: 24px; }

.faqMain__sort {
  padding-bottom: 24px; }

.faqMain__qa {
  padding: 30px 0;
  border-bottom: 1px solid rgba(83, 92, 101, 0.5); }
  .faqMain__qa.active .faqMain__qa-text {
    display: block; }

.faqMain__qa-top {
  cursor: pointer;
  display: flex;
  justify-content: space-between; }
  .faqMain__qa-top svg {
    width: 16px;
    height: 16px; }
  .faqMain__qa-top_button {
    display: flex;
    align-items: center;
    justify-content: center; }
    .faqMain__qa-top_button svg {
      transform: rotate(-45deg);
      top: -1px;
      right: -2px;
      position: relative; }
  .faqMain__qa-top.active .faqMain__qa-top_button svg {
    transform: rotate(90deg);
    top: 2px;
    right: 0;
    position: relative; }

.faqMain__qa-top_title {
  font-weight: 700;
  font-size: 22px;
  text-transform: uppercase;
  color: var(--colors-brand-black); }

.faqMain__qa-top_button {
  margin-left: 20px;
  border-radius: 5px;
  background: #101214;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 34px; }
  .faqMain__qa-top_button img {
    transition: all 0.3s ease; }

.faqMain__qa-text {
  padding: 48px 0 0 0;
  display: none;
  line-height: 133%;
  color: var(--colors-dark-grey);
  max-width: 660px; }

.faqMain__qa .faqMain__qa-top_button {
  position: relative; }

.faqMain__qa svg {
  fill: var(--colors-white);
  transition: all 0.3s ease; }

@media (max-width: 767px) {
  .faqMain .container {
    padding: 0; }
  .faqMain__wrapper {
    padding: 32px 16px;
    margin-top: 16px;
    margin-bottom: 48px; }
  .faqMain__sort {
    margin-bottom: 8px; }
  .faqMain__qa {
    padding: 14px 0 14px; }
  .faqMain__title {
    font-size: 24px;
    margin-bottom: 32px; }
  .faqMain__qa-top_title {
    font-size: 16px;
    line-height: 100%; }
  .faqMain__qa-text {
    font-size: 15px;
    padding-top: 24px; }
  .faqMain__wrapper {
    display: block; }
  .filter__sort_filters_tag {
    background: #f4f4f4; }
  .faqMain__qa-top_button {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 14px; }
  .faqMain__qa-top_button svg {
    top: -1px;
    right: -1px; }
  .faqMain__qa-top_button svg {
    width: 14px;
    height: 14px;
    fill: #000; } }

.destinationsMain {
  margin-bottom: 100px; }

.destinationsMain__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px; }
  .destinationsMain__top h2 {
    font-weight: 700;
    font-size: 38px;
    text-transform: uppercase;
    color: var(--colors-brand-black); }
  .destinationsMain__top .destinationsMain__top-btn {
    padding: 10px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100px;
    border: 1px solid var(--colors-brand-black);
    border-radius: 5px;
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    color: var(--colors-brand-black); }
    .destinationsMain__top .destinationsMain__top-btn:hover {
      background: #101214;
      color: #fff; }

.destinationsMain__main {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.destinationsMain__item-pic {
  background: #fff9c4;
  padding: 16px;
  overflow: hidden;
  position: relative;
  border-radius: 8px;
  min-height: 250px; }

.destinationsMain__item {
  width: calc(96% / 4);
  transition: all 0.3s ease;
  cursor: pointer; }

.destinationsMain__item-plus {
  margin-left: auto;
  display: block;
  background: #FAFAFA;
  border-radius: 100px;
  padding: 12px;
  transition: all 0.3s ease;
  z-index: 9; }
  .destinationsMain__item-plus.active {
    transform: rotate(-45deg); }
  .destinationsMain__item-plus img {
    width: 28px;
    height: 28px;
    transform: translateX(1px); }

.destinationsMain__item-label {
  margin-top: 16px;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  color: var(--colors-brand-black); }

.destinationsMain__item-pic {
  position: relative;
  transition: all 0.3s ease;
  z-index: -1; }

.destinationsMain__item {
  position: relative;
  transition: all 0.3s ease;
  z-index: 2; }

.destinationsMain__item-desc {
  background: rgba(16, 18, 20, 0.8);
  height: 100%;
  position: absolute;
  top: 0;
  transform: translateY(-100%);
  transition: all 0.3s ease;
  left: 0;
  border-radius: 8px;
  width: 100%;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 20px 20px 20px;
  opacity: 0;
  z-index: -1; }
  .destinationsMain__item-desc p {
    font-size: 16px;
    line-height: 125%;
    color: #fff; }

.destinationsMain__item-pic.active .destinationsMain__item-desc {
  display: flex;
  transform: translateY(0);
  opacity: 1; }

.destinationsMain__item-pic.active .destinationsMain__item-plus {
  transform: rotate(-45deg);
  z-index: 9; }

.destinationsMain__item-pic_bg {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: all 0.3s ease; }
  .destinationsMain__item-pic_bg:hover {
    transform: scale(1.1); }

.destination_btn_mobile {
  display: none; }

@media (max-width: 1599px) {
  .destinationsMain__main {
    flex-wrap: nowrap; } }

@media (max-width: 767px) {
  .destinationsMain {
    margin-bottom: 48px; }
  .destinationsMain__wrapper {
    overflow: hidden; }
  .destinationsMain__top {
    margin-bottom: 32px; }
    .destinationsMain__top h2 {
      font-size: 24px; }
    .destinationsMain__top .destinationsMain__top-btn {
      display: none; }
  .destinationsMain__main {
    display: flex;
    min-width: 767px;
    flex-wrap: nowrap;
    overflow-x: auto; }
  .destinationsMain__item {
    width: 320px;
    margin-right: 16px; }
  .destinationsMain__item-pic {
    width: 320px;
    height: 356px; }
  .destinationsMain__item-plus:hover {
    background: var(--colors-white); }
  .destination_btn_mobile {
    display: block;
    background: var(--colors-brand-red);
    border-radius: 5px;
    padding: 14px 16px;
    width: 108px;
    height: 48px;
    font-weight: 500;
    font-size: 16px;
    line-height: 125%;
    text-transform: uppercase;
    text-align: center;
    color: var(--colors-white);
    margin-top: 32px; } }

.paymentA .modalCarP_transaction_btns {
  display: flex;
  justify-content: center; }

.paymentA .modalCarP_transaction_btns ul {
  width: 100%; }

.paymentA .modalCarP_transaction_btns form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

.seo-text {
  margin: 40px 0;
  padding: 20px;
  background: #f8f9fa;
  border-radius: 8px;
  font-size: 16px;
  line-height: 1.6;
  color: #333; }

.seo-text h2 {
  font-size: 22px;
  margin-bottom: 15px;
  color: #222; }

.filterCar__actions {
  margin-top: 30px;
  text-align: center; }

.filterCar__actions .btn {
  display: inline-block;
  padding: 12px 28px;
  background-color: #00bfa5;
  color: #fff;
  font-weight: 600;
  border-radius: 10px;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0, 191, 165, 0.3);
  transition: all 0.3s ease; }

.filterCar__actions .btn:hover {
  background-color: #009e8c;
  box-shadow: 0 6px 14px rgba(0, 191, 165, 0.45);
  transform: translateY(-2px); }
