@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Bold.eot");
  src: local("Manrope Bold"), local("Manrope-Bold"), url("../fonts/Manrope-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Manrope-Bold.woff2") format("woff2"), url("../fonts/Manrope-Bold.woff") format("woff"), url("../fonts/Manrope-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Semibold.eot");
  src: local("Manrope Semibold"), local("Manrope-Semibold"), url("../fonts/Manrope-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/Manrope-Semibold.woff2") format("woff2"), url("../fonts/Manrope-Semibold.woff") format("woff"), url("../fonts/Manrope-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Regular.eot");
  src: local("Manrope Regular"), local("Manrope-Regular"), url("../fonts/Manrope-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Manrope-Regular.woff2") format("woff2"), url("../fonts/Manrope-Regular.woff") format("woff"), url("../fonts/Manrope-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-ExtraBold.eot");
  src: local("Manrope ExtraBold"), local("Manrope-ExtraBold"), url("../fonts/Manrope-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Manrope-ExtraBold.woff2") format("woff2"), url("../fonts/Manrope-ExtraBold.woff") format("woff"), url("../fonts/Manrope-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Medium.eot");
  src: local("Manrope Medium"), local("Manrope-Medium"), url("../fonts/Manrope-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Manrope-Medium.woff2") format("woff2"), url("../fonts/Manrope-Medium.woff") format("woff"), url("../fonts/Manrope-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

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,
input,
button {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

button {
  background: none;
}

blockquote,
q {
  quotes: none;
}

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

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

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

:root {
  --white: #fff;
  --background: #f7f7f7;
  --light-gray: #e7e9e6;
  --gray: #a8a9ae;
  --dark-gray: #555e67;
  --blue: #25476c;
  --dark-blue: #1d253c;
  --black: #1b1b1b;
  --error: #e4462a;
  --link-hover: #333f5f;
  --time: 0.3s;
  --font-main: "Manrope";
}

* {
  box-sizing: border-box;
}

body {
  width: 100%;
  overflow-x: hidden;
  background: var(--background);
  font-size: 16px;
  line-height: 140%;
  font-weight: normal;
  color: #0C0C0C;
  position: relative;
  font-family: var(--font-main);
  min-width: 375px;
  display: flex;
  flex-direction: column;
}

body.locked {
  overflow: hidden;
}

.container {
  box-sizing: border-box;
  width: 100%;
  max-width: 1380px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
  height: 100%;
}

.section {
  margin-top: 60px;
  margin-bottom: 60px;
}

.site-header {
  margin: 12px auto 60px;
  border-radius: 24px;
  padding-bottom: 48px;
  position: relative;
  width: 100%;
}

.site-header .container {
  height: 100%;
}

.off-container__background {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 1;
  border-radius: 24px;
  background-size: cover;
  background-color: var(--dark-blue);
  width: calc(100vw - 24px);
  height: 100%;
}

.off-container__background.site-header--main-page {
  background-image: url("../../img/main_h.jpg");
}

.off-container__background.site-footer--main-footer {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.off-container__background img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.off-container__background.off-container__background--custom {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.off-container__background + .container {
  position: relative;
  z-index: 3;
}

.site-header__slick {
  box-sizing: border-box;
  margin-left: 12px;
  margin-right: 12px;
  word-wrap: break-word;
  width: calc(100% - 24px);
  padding: 20px 0;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 101;
  height: 105px;
}

.site-header__logo img {
  display: block;
  width: 174px;
  height: 65px;
}

.site-header__nav {
  display: flex;
  align-items: center;
  margin-left: 22px;
}

.site-header__nav a {
  font-weight: 800;
  display: inline-block;
  padding: 10px 14px;
  color: var(--white);
  border-radius: 12px;
  background: transparent;
  transition: all var(--time) ease;
  margin: 0 2px;
}

.site-header__nav a:hover,.site-header__nav a.active {
  background: rgba(255, 255, 255, 0.1);
}
.site-header__slick--dark .site-header__nav a:hover,.site-header__slick--dark .site-header__nav a.active {
    background: var(--light-gray);
}

.site-header__box {
  box-sizing: border-box;
  margin-left: 12px;
  margin-right: 12px;
  word-wrap: break-word;
  width: calc(100% - 24px);
}

.site-header__content {
  width: 100%;
  margin-top: 50px;
}

.main-page .site-header__content {
  max-width: 685px;
}

.main-page .main-perevagu {
  padding-bottom: 52px;
}

.site-header__slick-right {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: 0;
}

.site-header__control {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: 28px;
  margin-left: 28px;
}

.site-header__control.first-child {
  margin-left: 0;
}

.site-header__control-item {
  border-radius: 18px;
  padding: 0 18px;
  width: auto;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  line-height: 120%;
  color: var(--white);
  transition: all var(--time) ease;
}

.site-header__control-item img {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.site-header__control-item.dropdown-menu > span {
  text-transform: uppercase;
}

.site-header__control-item:hover {
  background: rgba(255, 255, 255, 0.1);
}
.site-header__slick--dark .site-header__control-item:hover {
    background: var(--light-gray);
}

.site-header__control-item.login-button {
  border: 1px solid rgba(255, 255, 255, 0.2);
  cursor:pointer;
}

.site-header__control-item.login-button.dark-login {
  border: 1px solid rgba(29, 37, 60, 0.2);
}

.site-header__control-item.login-button.dark-login:hover {
    background: var(--light-gray);
}
.auth-button {
  display: flex;
  align-items: center;
  padding-left:3px;
}

.auth-button img {
  display: block;
  border-radius: 418px;
  width: 46px;
  height: 46px;
  margin-right: 12px;
}

.auth-button span {
  display: inline-block;
  min-width:48px;
  max-width:100px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}


.dropdown-menu {
  position: relative;
  cursor: pointer;
}

.dropdown-menu:hover .dropdown-menu_list {
  max-height: 400px;
  opacity: 1;
  transform: translateX(-50%) scale(1);
}

.dropdown-menu_list {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%) scale(0.96);
  min-width: 206px;
  max-height: 0;
  transition: max-height var(--time) ease, opacity var(--time) ease, transform var(--time) ease;
  overflow: hidden;
  opacity: 0;
  padding-left:5px;
  padding-right:5px;
}

.dropdown-menu_list.dropdown-menu_list--currency {
  min-width: 170px;
}

.dropdown-menu_list.dropdown-menu_list--currency .dropdown-menu_inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.dropdown-menu_list.dropdown-menu_list--currency .dropdown-menu_inner > :only-child {
  grid-column: 1/-1;
}

.dropdown-menu_list.dropdown-menu_list--currency .dropdown-menu__item span {
  padding-left: 12px;
  color:#A4A4A4;
  font-weight: 500;
  white-space: nowrap;
}

.dropdown-menu_list.dropdown-menu_list--lang .dropdown-menu_inner {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.dropdown-menu_inner {
  background: var(--white);
  border-radius: 18px;
  padding: 12px;
  width: 100%;
  margin-top: 15px;
    margin-bottom: 10px;
    box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.05);
}

.dropdown-menu__item {
  border-radius: 18px;
  padding: 0 18px;
  width: 100%;
  height: 60px;
  transition: background var(--time) ease;
  display: flex;
  align-items: center;
  font-weight: 800;
  color: var(--black);
  cursor:pointer;
}

.dropdown-menu__item:hover,
.dropdown-menu__item.active {
  background: var(--light-gray);
}

.dropdown-menu__item img {
  width: 33px;
  height: 24px;
  margin-right: 12px;
}

.page_title {
  font-weight: 600;
  font-size: 84px;
  line-height: 110%;
  letter-spacing: -0.03em;
  color: var(--white);
}

.main-perevagu {
  display: flex;
  align-items: center;
  margin-top: 64px;
}

.main-perevagu__item {
  display: flex;
  flex-direction: column;
  font-weight: 800;
  font-size: 18px;
  line-height: 140%;
  color: var(--white);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  margin-right: 42px;
  padding-right: 42px;
}

.main-perevagu__item img {
  display: block;
  width: 24px;
  height: 24px;
  margin-bottom: 12px;
}

.main-perevagu__item:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}

.site-travel {
  width: 100%;
  border-radius: 24px;
  padding: 32px;
  box-shadow: 0 4px 34px 0 rgba(168, 169, 174, 0.08);
  background: var(--white);
  margin-top: 48px;
}

.site-travel__title {
  font-weight: 800;
  font-size: 24px;
  line-height: 120%;
  color: var(--black);
  margin-bottom: 24px;
}

.site-travel__form {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-travel__form .btn {
  height: 64px;
}

.site-travel__swap {
  margin: 0 16px;
  cursor: pointer;
}

.site-travel__swap img {
  width: 24px;
  height: 24px;
  display: block;
  transition: filter var(--time) ease;
}

.site-travel__input {
  width: auto;
  flex-grow: 1;
  border: 1px solid var(--light-gray);
  border-radius: 18px;
  padding: 0px 18px;
  height: 64px;
  display: flex;
  align-items: center;
  overflow: hidden;
  position:relative;
}

.site-travel__input .field-error{
  display: none;
}

.site-travel__input img,
.site-travel__input svg {
  width: 24px;
  height: 24px;
  display: block;
  margin-right: 10px;
  flex-shrink: 0;
}

.site-travel__input input {
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  color: var(--black);
  letter-spacing: -0.02em;
}

.site-travel__input input::-moz-placeholder {
  font-family: var(--font-main);
  font-weight: 600;
  font-size: 16px;
  color: var(--gray);
}

.site-travel__input input::placeholder {
  font-family: var(--font-main);
  font-weight: 600;
  font-size: 16px;
  color: var(--gray);
}

.site-travel__input.site-travel__input--quantity,
.site-travel__input.site-travel__input--date {
  width: 200px;
  margin-right: 24px;
}

.site-travel__input.site-travel__input--date {
  position: relative;
  overflow: visible;
}

.site-travel__input.site-travel__input--date input {
  position: relative;
  z-index: 1;
}

.site-travel__input.site-travel__input--date img {
  transition: filter var(--time) ease;
  cursor: pointer;
}

  .field-error{
    position: absolute;
    left:0;
    top:100%;
    font-size:12px;
    color:#E4462A;
  }

.site-travel__form-left {
  display: flex;
  align-items: center;
  margin-right: 24px;
  flex-grow: 1;
}

.site-travel__form-right {
  display: flex;
  align-items: center;
}

.btn {
  background: var(--dark-blue);
  border-radius: 18px;
  padding: 0px 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 56px;
  font-weight: 800;
  font-size: 16px;
  line-height: 120%;
  color: var(--white);
  cursor: pointer;
  transition: background var(--time) ease;
}

.btn img {
  width: 24px;
  height: 24px;
  display: block;
  margin-left: 10px;
}

.btn:hover {
  background: var(--link-hover);
}

.site-travel__input-control {
  display: flex;
}

.quantity_btn {
  width: 24px;
  height: 24px;
  margin-left: 10px;
  cursor: pointer;
}

.quantity_btn[disabled] {
  opacity: 0.4;
  cursor: not-allowed;
}

.quantity_btn.minus {
  margin-left: 0;
}

.quantity_btn svg {
  width: 24px;
  height: 24px;
}

.quantity_btn svg * {
  stroke: #A8A9AE;
}

.quantity_btn:hover svg * {
  stroke: var(--dark-blue);
}

.site-travel-box {
  box-sizing: border-box;
  margin-left: 12px;
  margin-right: 12px;
  word-wrap: break-word;
  width: calc(100% - 24px);
}

.site-travel-box.site-travel-box--result {
  display: none;
}

.site-header__slick-mobile {
  display: none;
}

.burger-box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: 15px;
  margin-left: 15px;
}

.site-header__slick--dark .burger-box{
border-left: 1px solid rgba(29, 37, 60, 0.2);
}

.burger {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 24px;
  height: 26px;
  cursor: pointer;
}

.burger span {
  display: block;
  border-radius: 3px;
  width: 20px;
  height: 2px;
  background: var(--white);
  margin-bottom: 4px;
  transition: all var(--time) ease;
}

.site-header__slick.site-header__slick--dark .burger span {
  background: var(--dark-blue);
}

.burger.open span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.burger.open span:nth-child(2) {
  opacity: 0;
}

.burger.open span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.mobile-nav {
  width: 100%;
  height: 100%;
  position: fixed;
  left: -100%;
  top: 0;
  background: var(--dark-blue);
  z-index: 100;
  overflow: hidden;
  transition: left var(--time) ease, opacity var(--time) ease;
  opacity: 0;
  pointer-events: none;
  padding-top: 90px;
  display: flex;
}

.mobile-nav.open {
  left: 0;
  opacity: 1;
  pointer-events: auto;
}

.mobile-nav .mobile-nav__content {
  padding: 0 24px 30px;
  overflow-y: auto;
  flex-grow: 1;
}

.mobile-nav__list li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 22px 0;
}

.mobile-nav__link {
  font-weight: 800;
  font-size: 18px;
  color: var(--white);
  padding: 10px 14px;
  display: inline-block;
}

.mobile-nav__drop {
  display: flex;
  align-items: center;
  font-weight: 800;
  font-size: 16px;
  line-height: 120%;
  color: var(--white);
  padding: 10px 14px;
  width: 100%;
}

.mobile-nav__drop img {
  width: 24px;
  height: 24px;
  display: block;
  margin-right: 10px;
}

.mobile-nav__drop > span{
  text-transform: uppercase;
}

.mobile-nav__drop .mobile-nav__arrow {
  margin-right: 0px;
  margin-left: auto;
  width: 24px;
  height: 24px;
  display: block;
  transition: transform var(--time) ease;
}

.mobile-nav__drop.open .mobile-nav__arrow {
  transform: rotate(180deg);
}

.mobile-nav__drop-box {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transform: scale(0.96);
  transition: max-height var(--time) ease, opacity var(--time) ease, transform var(--time) ease;
}

.mobile-nav__drop-box.open {
  max-height: 400px;
  opacity: 1;
  transform: scale(1);
}

.mobile-nav__drop-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 12px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  margin-top: 24px;
}

.mobile-nav__drop-item {
  border-radius: 18px;
  padding: 0 18px;
  width: 100%;
  height: 60px;
  transition: background var(--time) ease;
  display: flex;
  align-items: center;
  font-weight: 800;
  color: var(--white);
}

.mobile-nav__drop-item:hover,
.mobile-nav__drop-item.active {
  background: rgba(255, 255, 255, 0.05);
}

.mobile-nav__drop-item img {
  width: 33px;
  height: 24px;
  margin-right: 12px;
}

.mobile-nav__drop-item span {
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: var(--white);
  opacity: 0.4;
  padding-left: 12px;
}

.datepicker {
  display: inline-block;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.datepicker table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}

.datepicker table th,
.datepicker table td {
  width: 14.2857142857%;
  padding: 0.0625rem;
}

.datepicker table th {
  color: #ccc;
  text-transform: uppercase;
  font-size: 0.5rem;
  line-height: 4;
  font-weight: bold;
  text-align: center;
}

.datepicker__wrapper {
  color: #333;
  border-radius: 0.125rem;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0.5rem;
  position: relative;
  z-index: 1;
  background: white;
  border: 1px solid #ddd;
  width: 16rem;
}

.datepicker__wrapper::after {
  content: "";
  display: table;
  clear: both;
}

.datepicker:not(.is-inline) .datepicker__wrapper {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.2);
  margin: 0.25rem 0;
}

.datepicker__header {
  position: relative;
  text-align: center;
  padding: 0.25rem;
  margin: -0.5rem -0.5rem 0;
  border-bottom: 1px solid #ddd;
}

.datepicker__title {
  display: inline-block;
  padding: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: bold;
}

.datepicker__prev,
.datepicker__next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  width: 2rem;
  line-height: 2rem;
  border-radius: 50%;
  background: no-repeat center/60%;
  opacity: 0.8;
}

.datepicker__prev:hover,
.datepicker__next:hover {
  opacity: 1;
}

.datepicker__prev {
  float: left;
}

.datepicker__next {
  float: right;
}

.datepicker__prev.is-disabled,
.datepicker__next.is-disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.4;
}

.datepicker__time {
  padding: 0.5rem 1rem;
  margin: 0 -0.5rem;
  border-bottom: 1px solid #ddd;
  font-size: 0.75rem;
  text-align: right;
  background: #fafafa;
}

.datepicker__label {
  margin-right: 1rem;
  color: #aaa;
  float: left;
}

.datepicker__field {
  display: inline-block;
  margin: 0 0.125rem;
}

.datepicker__day {
  color: #333;
}

.datepicker__day div {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  border: 0;
  margin: 0;
  background: transparent;
  position: relative;
}

.datepicker__day div:hover {
  background: #f8f8f8;
}

.datepicker__day.is-today .datepicker__daynum {
  text-decoration: underline;
}

.datepicker__day.is-selected div {
  background: #eee;
}

.datepicker__day.is-selected .datepicker__daynum {
  font-weight: bold;
}

.datepicker__day.is-disabled,
.datepicker__day.is-otherMonth {
  cursor: default;
  pointer-events: none;
  color: #ddd;
}

.datepicker__day.is-disabled.is-selected .datepicker__daynum,
.datepicker__day.is-otherMonth.is-selected .datepicker__daynum {
  color: rgba(0, 0, 0, 0.2);
}

.datepicker__day.is-disabled.is-selected div,
.datepicker__day.is-otherMonth.is-selected div {
  background: #ddd;
}

.datepicker__daynum {
  display: block;
  font-size: 0.75rem;
  line-height: 2rem;
  text-align: center;
}

.site-footer {
  position: relative;
  margin-top: 60px;
  padding: 60px 0 46px;
}

.copyrights-row {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 60px;
  box-sizing: border-box;
  margin-left: 12px;
  margin-right: 12px;
  word-wrap: break-word;
  width: calc(100% - 24px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.copyrights-row span {
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: var(--white);
  opacity: 0.2;
}

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

.developer img {
  width: 70px;
  height: 20px;
  display: block;
  margin-left: 10px;
}

.footer-middle-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  margin-left: 12px;
  margin-right: 12px;
  word-wrap: break-word;
  width: calc(100% - 24px);
  padding: 60px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-middle-row__payments {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.footer-middle-row__payments img {
  display: block;
  width: 70px;
  height: 48px;
}

.footer-middle-row__contacts {
  display: flex;
  align-items: center;
}

.footer-middle-row__item {
  display: flex;
  align-items: center;
  margin-left: 0;
  margin-right: 40px;
}

.footer-middle-row__item:last-of-type {
  margin-right: 0;
}

.footer-middle-row__item img {
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.footer-middle-row__item a,
.footer-middle-row__item span {
  font-weight: 800;
  line-height: 120%;
  color: var(--white);
  transition: color var(--time) ease;
}

.footer-middle-row__item a:hover {
  color: var(--link-hover);
}

.footer-top-row {
  box-sizing: border-box;
  margin-left: 12px;
  margin-right: 12px;
  word-wrap: break-word;
  width: calc(100% - 24px);
  display: flex;
  justify-content: space-between;
  padding-bottom: 60px;
}

.to-top {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  padding: 16px;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: transparent;
  transition: background var(--time) ease;
}

.to-top img {
  width: 24px;
  height: 24px;
  display: block;
  transform: rotate(-90deg);
}

.footer-nav {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  width: 58%;
  margin: 0 24px;
}

.footer-nav__title {
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  color: var(--white);
  opacity: 0.4;
}

.footer-nav__col {
  display: flex;
  flex-direction: column;
}

.footer-nav__list {
  display: flex;
  flex-direction: column;
}

.footer-nav__link {
  font-weight: 800;
  font-size: 16px;
  line-height: 120%;
  color: var(--white);
  display: inline-block;
  margin-top: 18px;
  transition: color var(--time) ease;
}

.footer-nav__link:hover {
  color: var(--link-hover);
}

.poster-section {
  position: relative;
  height: 700px;
}

.poster-section .container,
.poster-section .row {
  height: 100%;
}

.poster-box {
  box-sizing: border-box;
  margin-left: 12px;
  margin-right: 12px;
  word-wrap: break-word;
  width: calc(100% - 24px);
  max-width: 648px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 82px 0;
}

.poster-box .section-description {
  color: var(--white);
}

.poster-box .btn {
  margin-top: auto;
  margin-bottom: 0;
  height: 64px;
}

.section-top-row {
  box-sizing: border-box;
  margin-left: 12px;
  margin-right: 12px;
  word-wrap: break-word;
  width: calc(100% - 24px);
  margin-bottom: 60px;
}

.section-top-row.section-top-row--center {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.section-top-row.section-top-row--between {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}

.section-top-row.section-top-row--half {
  width: calc(50% - 24px);
}

.section-title {
  font-weight: 700;
  font-size: 54px;
  line-height: 120%;
  letter-spacing: -0.03em;
  color: var(--black);
  max-width: 760px;
}

.section-title.section-title--white {
  color: var(--white);
}

.section-title span {
  color: rgba(27, 27, 27, 0.4);
}

.section-description {
  font-size: 20px;
  line-height: 150%;
  color: var(--black);
  margin-top: 24px;
}

.section-description.section-description--white {
  color: var(--white);
}

.section-description strong,
.section-description b {
  font-weight: 800;
}

/******************* not main ***********************/

.fishki-section_row {
  width: 100%;
}

.fishki-section__item {
  padding: 32px;
  height: 600px;
  box-sizing: border-box;
  margin-left: 12px;
  margin-right: 12px;
  word-wrap: break-word;
  width: calc(33.3333333333% - 24px);
  border-radius: 24px;
  overflow: hidden;
  background-color: var(--dark-blue);
  position: relative;
}

.fishki-section__item.open .fishki-section__background:before {
  opacity: 1;
}

.fishki-section__item.open .open-fishki span:last-of-type {
  transform: translate(-50%, -50%) rotate(0deg);
}

.fishki-section__item.open .fishki-section__bottom {
  opacity: 1;
  transform: translateY(0);
}

.fishki-section__background {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fishki-section__background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  display: block;
  position: relative;
  z-index: 0;
}

.fishki-section__background:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(10, 14, 18, 0.7);
  opacity: 0;
  transition: opacity var(--time) ease;
}

.fishki-section__content {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

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

.fishki-section__title {
  font-weight: 800;
  font-size: 24px;
  line-height: 120%;
  color: var(--white);
}

.open-fishki {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  padding: 16px;
  width: 56px;
  height: 56px;
  position: relative;
  background: transparent;
  transition: background var(--time) ease;
  cursor: pointer;
  margin-left: 24px;
}

.open-fishki span {
  display: inline-block;
  width: 14px;
  height: 2px;
  background: var(--white);
  border-radius: 2px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: transform var(--time) ease;
}

.open-fishki span:last-of-type {
  transform: translate(-50%, -50%) rotate(90deg);
}

.fishki-section__bottom {
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  color: var(--white);
  opacity: 0;
  transform: translateY(100px);
  transition: opacity var(--time) ease, transform var(--time) ease;
}

.cars-section {
  overflow: hidden;
}

.cars-slider {
  box-sizing: border-box;
  margin-left: 12px;
  margin-right: 12px;
  word-wrap: break-word;
  width: calc(100% - 24px);
}

.cars-slider .swiper-wrapper {
  height: auto;
}

.cars-slider .swiper-slide {
  height: inherit;
}

.cars-slider_controls,
.reviews-slider__controls {
  display: flex;
  align-items: center;
  margin-top: 60px;
  width: 100%;
}

.cars-slider_scrollbar {
  flex-grow: 1;
  background-color: var(--light-gray);
  height: 2px;
  margin-right: 40px;
  border-radius: 2px;
}

.cars-slider_scrollbar .swiper-scrollbar-drag {
  background: var(--black);
}

.cars-slider_nav,
.reviews-slider_nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.cars-slider_btn {
  border: 1px solid var(--light-gray);
  border-radius: 12px;
  padding: 10px 18px;
  width: 54px;
  height: 54px;
  cursor: pointer;
  transition: background var(--time) ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.car-card {
  background: var(--light-gray);
  border-radius: 24px;
  padding: 32px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.car-card.hidden {
  display: none;
}

.car-card__image {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: 165px;
}

.car-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.car-card__name {
  font-weight: 800;
  font-size: 20px;
  line-height: 140%;
  color: var(--black);
  margin-top: 24px;
}

.car-card__info-box {
  margin-top: 24px;
  display: flex;
  align-items: center;
  gap: 24px;
}

.car-card__info-item {
  font-weight: 800;
  font-size: 20px;
  line-height: 140%;
  color: var(--black);
  display: flex;
  align-items: center;
}

.car-card__info-item img {
  width: 24px;
  height: 24px;
  display: block;
  margin-right: 12px;
}

.car-card__park {
  border-top: 1px solid rgba(27, 27, 27, 0.1);
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: var(--dark-gray);
  margin-top: 24px;
  padding-top: 24px;
}

.car-card__additional {
  margin-top: 24px;
  border-top: 1px solid rgba(27, 27, 27, 0.1);
}

.car-card_additional-item {
  margin-top: 12px;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: var(--dark-gray);
  width: 100%;
}

.car-card_additional-item img {
  width: 18px;
  height: 18px;
  display: block;
  margin-right: 12px;
}

.car-card__control {
  padding-top: 24px;
  margin-top: auto;
  margin-bottom: 0;
}

.car-card__control .car-card__info-box {
  display: none;
}

.car-card__control .btn {
  width: 100%;
}

.car-card__mobile-main-info {
  display: none;
}

.cars-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(4, 1fr);
  box-sizing: border-box;
  margin-left: 12px;
  margin-right: 12px;
  word-wrap: break-word;
  width: calc(100% - 24px);
}

.cars-filters {
  display: flex;
  box-sizing: border-box;
  margin-left: 12px;
  margin-right: 12px;
  word-wrap: break-word;
  width: calc(100% - 24px);
  overflow-y: auto;
  margin-bottom: 60px;
}

.cars-filters_btn {
  border: 1px solid var(--light-gray);
  border-radius: 18px;
  padding: 0px 18px;
  width: auto;
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-right: 12px;
  cursor: pointer;
  transition: border var(--time) ease;
  font-weight: 800;
  font-size: 16px;
  line-height: 120%;
  color: var(--dark-blue);
}

.cars-filters_btn:last-child {
  margin-right: 0;
}

.cars-filters_btn.active {
  border: 1px solid var(--dark-gray);
  background: var(--dark-gray);
  color: var(--white);
}

.reviews-section {
  position: relative;
  padding: 120px 0;
  overflow: hidden;
}

.reviews-section .section-title {
  width: 50%;
}

.reviews-section .section-title span {
  color: rgba(255, 255, 255, 0.4);
}

.reviews-section .section-description {
  width: 42%;
}

.reviews-slider__container {
  position: relative;
  z-index: 2;
}

.reviews-slider {
  width: 100%;
  padding-left: 24px;
}

.reviews-slider .swiper-slide {
  width: 424px;
}

.reviews-slider__controls {
  box-sizing: border-box;
  margin-left: 12px;
  margin-right: 12px;
  word-wrap: break-word;
  width: calc(100% - 24px);
}

.reviews-slider__item {
  border-radius: 12px;
  padding: 32px;
  background: var(--white);
  display: flex;
  flex-direction: column;
}

.reviews-slider__bottom {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: var(--gray);
  margin-top: auto;
  padding-top: 24px;
  margin-bottom: 0;
  border-top: 1px solid rgba(27, 27, 27, 0.1);
}

.reviews-slider__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: var(--dark-gray);
  margin-bottom: 24px;
}

.reviews-slider__stars {
  margin: 24px 0;
  width: 144px;
  height: 24px;
  position: relative;
}

.reviews-slider__stars img {
  display: block;
  width: 144px;
  height: 24px;
}

.reviews-slider__stars-row {
  width: 144px;
  height: 24px;
}

.reviews-slider__stars-row.reviews-slider__stars--back {
  opacity: 0.3;
}

.reviews-slider__stars-row.reviews-slider__stars--real {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}

.reviews-slider__title {
  font-weight: 800;
  font-size: 24px;
  line-height: 120%;
  color: var(--black);
}

.reviews-slider_scrollbar {
  flex-grow: 1;
  background-color: rgba(255, 255, 255, 0.2);
  height: 2px;
  margin-right: 40px;
  border-radius: 2px;
}

.reviews-slider_scrollbar .swiper-scrollbar-drag {
  background: var(--white);
}

.zruchnist-section {
  position: relative;
  padding: 120px 0;
}

.zruchnist-section .off-container__background {
  background: var(--dark-gray);
}

.zruchnist-section .section-title span {
  color: rgba(255, 255, 255, 0.4);
}

.zruchnist-section.zruchnist-section--grey .off-container__background {
  background: var(--light-gray);
}

.zruchnist-section.zruchnist-section--grey .zruchnist__item {
  border-left: 1px solid var(--gray);
}

.zruchnist-section.zruchnist-section--grey .zruchnist__title {
  color: var(--black);
}

.zruchnist-section.zruchnist-section--grey .zruchnist__text {
  color: var(--dark-gray);
}

.zruchnist__box {
  box-sizing: border-box;
  margin-left: 12px;
  margin-right: 12px;
  word-wrap: break-word;
  width: calc(100% - 24px);
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 1fr 1fr;
}

.zruchnist__item {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  padding: 24px 0px 24px 32px;
  min-height: 260px;
  display: flex;
  flex-direction: column;
}

.zruchnist__item img {
  display: block;
  width: 48px;
  height: 48px;
}

.zruchnist__title {
  font-weight: 800;
  font-size: 24px;
  line-height: 120%;
  color: var(--white);
  margin-top: 24px;
  margin-bottom: 24px;
}

.zruchnist__text {
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  color: var(--light-gray);
  margin-top: auto;
  margin-bottom: 0;
}

.faq-box {
  box-sizing: border-box;
  margin-left: 12px;
  margin-right: 12px;
  word-wrap: break-word;
  width: calc(50% - 24px);
}

.faq-section .faq-box {
  margin: 0 auto;
  width: calc(66.6666666667% - 24px);
}

.faq-item {
  width: 100%;
  border-bottom: 1px solid var(--light-gray);
  padding-bottom: 24px;
  margin-top: 32px;
  border-radius: 18px;
  transition: all var(--time) ease;
}

.faq-item:first-child {
  margin-top: 0;
}

.faq-item.open {
  background: var(--light-gray);
  padding: 32px;
}

.faq-item.open .faq-item__answer {
  opacity: 1;
  max-height: 1000px;
}

.faq-item.open .open-answer span:last-of-type {
  transform: translate(-50%, -50%) rotate(0deg);
}

.faq-item .faq-item__answer-inner {
  padding-top: 18px;
}

.faq-item.hidden {
  display: none;
}

.faq-item__top {
  display: flex;
  align-items: center;
  cursor: pointer;
  width: 100%;
  justify-content: space-between;
}

.faq-item__question {
  font-weight: 800;
  font-size: 20px;
  line-height: 140%;
  color: var(--black);
}

.open-answer {
  border: 1px solid rgba(27, 27, 27, 0.2);
  border-radius: 12px;
  padding: 16px;
  width: 56px;
  height: 56px;
  position: relative;
  background: transparent;
  transition: background var(--time) ease;
  cursor: pointer;
  margin-left: 24px;
  flex-shrink: 0;
}

.open-answer span {
  display: inline-block;
  width: 14px;
  height: 2px;
  background: var(--black);
  border-radius: 2px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: transform var(--time) ease;
}

.open-answer span:last-of-type {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-item__answer {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: var(--dark-gray);
  opacity: 0;
  max-height: 0;
  transition: all 0.2s ease;
  overflow: hidden;
}

.faq-item__answer p{
  margin-bottom:15px;
}

.faq-item__answer p:last-child{
  margin-bottom:0;
}

.faq-item__answer strong{
  font-weight: bold;
}
.faq-item__answer em{
  font-style: italic;
}

.faq-item__answer a{
 color: var(--blue);
 text-decoration: underline;
 text-underline-offset: 3px;
}

.faq-item__answer a:hover{
 color: var(--black);
 text-decoration: none;
}

.faq-item__answer ul{
   padding-left: 23px;
   list-style: disc;
   margin-bottom:20px;
   margin-top: 15px;
}

.faq-item__answer ol{
   padding-left: 23px;
   list-style: auto;
   margin-bottom:20px;
   margin-top: 15px;   
}



/*****  perevagu *****/

.perevegu-row {
  box-sizing: border-box;
  margin-left: 12px;
  margin-right: 12px;
  word-wrap: break-word;
  width: calc(100% - 24px);
  max-width: 1096px;
  margin: 0 auto 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.perevegu-row:last-child {
  margin-bottom: 0;
}

.perevegu-row .btn_border {
  margin-top: 32px;
  width: 269px;
  height: 64px;
}

.perevegu-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  order:1;
}

.perevegu-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  order:2;
}

.perevegu-row__image {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 100%;
  height: 400px;
  border-radius: 12px;
  overflow: hidden;
}

.perevegu-row__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.perevegu-title {
  font-weight: 800;
  font-size: 24px;
  line-height: 120%;
  color: var(--black);
  margin-bottom: 32px;
}

.perevegu-content {
  max-width: 424px;
  width: 100%;
}

.perevegu-text {
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  color: var(--dark-gray);
}

.btn_border {
  border: 1px solid var(--gray);
  background: transparent;
  border-radius: 18px;
  padding: 0px 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 56px;
  font-weight: 800;
  font-size: 16px;
  line-height: 120%;
  color: var(--dark-blue);
  cursor: pointer;
  transition: background var(--time) ease;
}

.btn_border svg {
  width: 24px;
  height: 24px;
  display: block;
  margin-left: 10px;
}

.btn_border:hover {
  background: rgba(168, 169, 174, 0.2);
}

.block-row {
  box-sizing: border-box;
  margin-left: 12px;
  margin-right: 12px;
  word-wrap: break-word;
  width: calc(100% - 24px);
  display: grid;
  align-items: center;
  justify-content: space-between;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  padding: 32px 0;
  border-top: 1px solid var(--light-gray);
}

.block-row:last-child {
  border-bottom: 1px solid var(--light-gray);
}

.block-row__left {
  display: flex;
  align-items: center;
  font-weight: 800;
  font-size: 24px;
  line-height: 120%;
  color: var(--black);
}

.block-row__left img {
  width: 48px;
  height: 48px;
  display: block;
  margin-right: 32px;
}

.block-row__right {
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  color: var(--dark-gray);
}

.mt-3 {
  margin-top: 32px;
}

.perevagu-page .site-header__box {
  margin-top: auto;
  margin-bottom: 0;
}

.perevagu-page .site-header {
  height: 800px;
}

.perevagu-page .site-header__content {
  max-width: 800px;
}

.result-page .page_title {
  font-weight: 700;
  font-size: 54px;
  line-height: 120%;
  max-width: 872px;
}

.site-travel-result {
  box-sizing: border-box;
  margin-left: 12px;
  margin-right: 12px;
  word-wrap: break-word;
  width: calc(100% - 24px);
  margin-top: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-travel-result__item {
  padding: 10px 24px;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 18px;
  height: 82px;
  display: flex;
  align-items: center;
  margin-right: 24px;
  flex-grow: 1;
  width: calc(50% - 12px);
}

.site-travel-result__item img {
  display: flex;
  width: 32px;
  height: 32px;
  margin-right: 18px;
}

.site-travel-result__item:last-child {
  margin-right: 0;
}

.site-travel-result__body {
  display: flex;
  flex-direction: column;
  width: calc(100% - 50px);
}

.site-travel-result__title {
  font-weight: 800;
  font-size: 18px;
  line-height: 140%;
  color: var(--white);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.site-travel-result__loc {
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  color: var(--white);
  opacity: 0.4;
}

.site-travel-result__razdel {
  margin-right: 24px;
  width: 24px;
  height: 24px;
}

.change_btn {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 18px;
  padding: 18px;
  width: 82px;
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background var(--time) ease;
}

.change_btn img {
  width: 32px;
  height: 32px;
}

.change_btn span {
  display: none;
}

.site-travel-result__left,
.site-travel-result__right {
  display: flex;
  align-items: center;
  margin-right: 24px;
  width: calc(50% - 65px);
}

.site-travel-result__left .site-travel-result__item {
  width: calc(50% - 36px);
}

.site-travel-result__right .site-travel-result__item {
  width: calc(50% - 12px);
}

.noresult-page .page_title {
  font-weight: 700;
  font-size: 54px;
  line-height: 120%;
  max-width: 872px;
  margin-left: auto;
  margin-right: auto;
}

.noresult-page .site-travel {
  margin-top: 60px;
}

.noresult-page .site-header__content {
  text-align: center;
}

.noresult-page .site-travel__form-left svg *,.site-travel__input.is-invalid svg *{
  stroke: #E4462A;
}

.bigform-page .page_title,
.thx-page .page_title{
  font-weight: 700;
  font-size: 54px;
  line-height: 120%;
  max-width: 872px;
}

.checkout-steps {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 46px;
}

.checkout-steps__item {
  font-weight: 800;
  font-size: 18px;
  line-height: 140%;
  color: var(--white);
  padding-bottom: 24px;
  border-bottom: 3px solid rgba(255, 255, 255, 0.2);
}

.checkout-steps__item.checkout-steps__item--past {
  border-bottom: 3px solid var(--white);
}

.checkout-section {
  margin: -20px 0 20px;
  position: relative;
  z-index: 2;
}

.checkout-form {
  display: grid;
  align-items: flex-start;
  gap: 24px;
  grid-template-columns: auto 424px;
  box-sizing: border-box;
  margin-left: 12px;
  margin-right: 12px;
  word-wrap: break-word;
  width: calc(100% - 24px);
}

.checkout-main {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  overflow: hidden;
}

.checkout-main .checkout-info__content {
  display: none;
}

.checkout-main__payments {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 46px;
  width: 100%;
  max-width: 328px;
}

.checkout-main__payments img {
  width: 70px;
  height: 48px;
}

.checkout-krok {
  border-radius: 24px;
  padding: 46px;
  background: var(--white);
}

.checkout-info {
  border-radius: 24px;
  padding: 46px;
  background: var(--white);
  position: sticky;
  top: 0;
  left: 0;
}

.checkout-info .btn {
  width: 100%;
  height: 64px;
}

.checkout-info__title {
  font-weight: 800;
  font-size: 20px;
  line-height: 140%;
  color: var(--black);
  margin-bottom: 24px;
}

.checkout-info__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--light-gray);
  margin-bottom: 24px;
}

.checkout-info__content .checkout-info__item:first-child {
  justify-content: flex-start;
}

.checkout-info__item {
  width: 100%;
  padding: 18px 0;
  border-bottom: 1px solid var(--light-gray);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.checkout-info__left {
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  color: var(--gray);
  margin-right: 24px;
  display: flex;
  align-items: center;
}

.checkout-info__left img {
  width: 18px;
  height: 18px;
  margin-right: 12px;
}

.checkout-info__right {
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  color: var(--black);
  text-align: right;
}

.checkout-totals {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 800;
  font-size: 18px;
  line-height: 140%;
  color: var(--black);
  margin-bottom: 24px;
}

.checkout-totals .checkout-totals__title {
  color: var(--dark-blue);
}

.checkout-info__path-dots {
  height: 44px;
  width: 1px;
  background: var(--gray);
  position: relative;
  margin-left:2px;
}

.checkout-info__path-dots:after,
.checkout-info__path-dots:before {
  content: "";
  position: absolute;
  left: -2px;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: var(--gray);
}

.checkout-info__path-dots:before {
  top: -2px;
}

.checkout-info__path-dots:after {
  bottom: -2px;
}

.checkout-info__path {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  gap: 14px;
  padding-left: 22px;
}

.checkout-info__path-item {
  font-weight: 800;
  font-size: 18px;
  line-height: 140%;
  color: var(--dark-blue);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
}

.checkout-krok__title {
  font-weight: 800;
  font-size: 24px;
  line-height: 120%;
  color: var(--black);
  margin-bottom: 46px;
}

.checkout-krok_fields {
  width: 100%;
  row-gap: 32px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.checkout-krok_fields.additional-passanger {
  padding-top: 32px;
  margin-top: 32px;
  border-top: 1px solid var(--light-gray);
}

.form-field {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.form-field.form-field--half {
  width: calc(50% - 12px);
}

.form-field.form-field--checkbox .form-field__holder {
  border: 0;
  padding: 0;
}

.form-field .site-travel__input.site-travel__input--quantity {
  width: 100%;
  margin-right: 0;
}

.form-field label {
  font-weight: 700;
  font-size: 16px;
  color: var(--black);
  display: inline-block;
  margin-bottom: 12px;
}

.form-field input,
.form-field textarea {
  width: 100%;
  resize: none;
  font-weight: 600;
  font-size: 16px;
  color: var(--black);
  font-family: var(--font-main);
  outline: 0;
  border: 0;
}

.form-field .form-field__holder.focus,
.form-field .form-field__holder.focus,.site-travel__input.focus{
  border: 1px solid #1D253C;
}

.form-field input::-moz-placeholder,
.form-field textarea::-moz-placeholder {
  color: var(--gray);
}

.form-field input::placeholder,
.form-field textarea::placeholder {
  color: var(--gray);
}

.form-field textarea {
  min-height: 104px;
}

.form-field__holder {
  width: 100%;
  position: relative;
  padding: 20px 18px;
  display: flex;
  border: 1px solid var(--light-gray);
  border-radius: 18px;
}

.form-field__holder img {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.form-field__holder .checkbox {
  display: flex;
}

.form-field.is-invalid {
  position: relative;
}

.form-field.is-invalid:not(.form-field--checkbox) .form-field__holder{
  border: 1px solid #E4462A;
}
.form-field.is-invalid.form-field--checkbox .checkbox__box{
  border: 1px solid #E4462A;
}

.remove-passenger{
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  color:var(--link-hover);
}
.remove-passenger:hover{
 color:var(--light-gray);
}

.input_with_icon {
  position: relative;
}

.datepicker__wrapper {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08) !important;
}

.datepicker__day.is-selected div {
  background: #eef6ff;
}

.add-additional-passanger {
  font-weight: 800;
  font-size: 16px;
  line-height: 115%;
  color: var(--dark-blue);
  display: flex;
  align-items: center;
  height: 44px;
  margin: 32px 0;
  padding: 0 0 0 14px;
  cursor: pointer;
  transition: color var(--time) ease;
}

.add-additional-passanger svg {
  margin-right: 10px;
  transition: stroke var(--time) ease;
}

.add-additional-passanger:hover {
  color: var(--dark-gray);
}

.add-additional-passanger:hover svg * {
  stroke: var(--dark-gray);
}

.passenger-quantities {
  margin-bottom: 32px;
}

.checkbox {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.checkbox:hover .checkbox__box{
  border-color: var(--dark-blue);
}

.checkbox .checkbox__input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.checkbox .checkbox__box {
  border: 1px solid var(--light-gray);
  border-radius: 8px;
  width: 24px;
  height: 24px;
  margin-right: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border var(--time) ease;
  flex-shrink: 0;
}

.checkbox .checkbox__text {
  font-weight: 700;
  font-size: 16px;
  color: var(--dark-blue);
}

.checkbox__box::after {
  content: "";
  display: block;
  width: 5px;
  height: 13px;
  margin-top: -3px;
  border-right: 2px solid var(--dark-blue);
  border-bottom: 2px solid var(--dark-blue);
  transform: rotate(45deg) scale(0);
  border-radius: 2px;
  opacity: 0;
  transition: transform 0.1 ease, opacity 0.1 ease;
}

.checkbox__input:checked + .checkbox__box {
  border-color: var(--dark-blue);
}

.checkbox__input:checked + .checkbox__box::after {
  transform: rotate(45deg) scale(1);
  opacity: 1;
}

.checkbox__input:disabled + .checkbox__box,
.checkbox__input:disabled ~ .checkbox__text {
  opacity: 0.6;
  cursor: not-allowed;
}

.form-field__description {
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  color: var(--gray);
}

.modal-inner .form-field__description {
  margin-top:10px;
}

.payment-method {
  border: 1px solid var(--light-gray);
  border-radius: 18px;
  padding: 32px;
  margin-bottom: 32px;
}

.payment-method__description {
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  color: var(--gray);
  border-top: 1px solid var(--light-gray);
  width: 100%;
  padding-top: 24px;
}

.payment_method__control {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 24px;
}

.payment_method__left {
  display: flex;
  align-items: center;
  font-weight: 800;
  font-size: 16px;
  line-height: 120%;
  color: var(--dark-blue);
}

.payment_method__left img {
  width: 24px;
  height: 24px;
  margin-right: 12px;
  display: block;
}

.payment-method_radio-box {
  position: relative;
  border-radius: 100%;
  border: 1px solid var(--dark-blue);
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.payment-method_radio-box:before {
  content: "";
  display: block;
  border-radius: 100%;
  width: 6px;
  height: 6px;
  background: var(--dark-blue);
}

.faq-filters {
  box-sizing: border-box;
  margin-left: 12px;
  margin-right: 12px;
  word-wrap: break-word;
  width: calc(100% - 24px);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
  overflow-y: auto;
}

.faq-page .site-header .off-container__background {
  background: var(--dark-gray);
}

.faq-page .site-header__content {
  margin-top: 130px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.header_descr {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: var(--white);
  width: 100%;
  max-width: 424px;
}

.header_descr a {
  font-weight: 800;
  line-height: 120%;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  color: var(--white);
  white-space: nowrap;
}

.header_descr a:hover {
  text-decoration: none;
}

.map-box {
  width: calc(100vw - 24px);
  margin: 0 auto;
  height: 700px;
  border-radius: 24px;
  overflow: hidden;
  background: var(--dark-gray);
}

.map-box iframe {
  display: block;
  width: 100%;
  height: 100%;
  filter: grayscale(1);
}

.contacts-page .site-header .off-container__background {
  background: var(--black);
}

.contacts-page .site-header__content {
  margin-top: 43px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.contacts-row {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  padding-top: 100px;
  margin-top: 100px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.contacts-row__top {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.contacts-row__item {
  background: rgba(255, 255, 255, 0.04);
  border-radius: 24px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  height: 300px;
  gap: 24px;
  transition: background var(--time) ease;
}

.contacts-row__item:hover {
  background: rgba(255, 255, 255, 0.1);
}

.contacts-row__item img {
  display: block;
  width: 48px;
  height: 48px;
}

.contacts-row__title {
  font-weight: 800;
  font-size: 24px;
  line-height: 120%;
  color: var(--white);
}

.contacts-row__contacts {
  display: flex;
  flex-direction: column;
  font-weight: 800;
  font-size: 16px;
  line-height: 120%;
  color: var(--light-gray);
  gap: 12px;
  margin-top: auto;
  margin-bottom: 0;
}

.contacts-row__contacts a {
  font-weight: 800;
  font-size: 16px;
  line-height: 120%;
  color: var(--light-gray);
}

.contacts-row__contacts a:hover {
  text-decoration: underline;
}

.form__row{
  display: flex;
  align-items: center;
  justify-content: space-between;
    margin: -12px 0 0;
}

.form__row .checkbox{
  margin-bottom:0;
}

.modal {
  position: fixed;
  background: rgba(0, 0, 0, 0);
  left: -100%;
  top: 0;
  width: 0;
  height: 0;
  z-index: 200;
  display: block;
  overflow: hidden;
  pointer-events: none;
  
}

.modal__backdrop{
  position: absolute;
  left:0;
  top: 0;
  width: 100%;
  height: 100%;  
  z-index: 1;
  background: rgba(0, 0, 0, 0);
  transition: background var(--time) ease;
}

.modal.open {
  width: 100%;
  height: 100%;  
  left: 0;
  pointer-events: auto;
}

.modal.closing {
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.modal.open .modal__backdrop{
  background: rgba(0, 0, 0, 0.5);
}

.modal.closing .modal__backdrop {
  background: rgba(0,0,0,0);
}


.modal-box {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -moz-column-gap: 24px;
  column-gap: 24px;
  background: var(--white);
  width: 100%;
  height: 100%;
  max-width: 1420px;
  max-height: 900px;
  margin: auto;
  padding: 12px;
  position: relative;
  z-index: 3;
  overflow-y: auto;
  border-radius: 24px;
}

.modal .modal-box {
  transform: scale(0.7);
  opacity:0;
  transition: opacity var(--time) ease,transform var(--time) ease;  
}

.modal.open .modal-box {
  opacity:1;
  transform: scale(1);
}


.modal.closing .modal-box {
  opacity: 0;
  transform: scale(0.7);
}

.modal-box__image {
  border-radius: 24px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  grid-column: span 5;
}

.modal-box__image img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: 100%;
  border-radius: 24px;
}

.modal-inner {
  width: 100%;
  height: 100%;
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}


.modal-box__body {
  grid-column: span 7;
  display: flex;
  flex-direction: column;
  padding: 38px;
  display: flex;
  align-items: center;
  justify-content: center;  
}

.modal-box__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top:0;
  margin-bottom:0;
}

.modal-back {
  display: flex;
  align-items: center;
  font-weight: 800;
  font-size: 16px;
  line-height: 120%;
  color: var(--dark-blue);
  cursor: pointer;
  transition: color var(--time) ease;
}

.modal-back svg {
  margin-right: 10px;
}
.modal-back svg *{
  transition: stroke var(--time) ease;
}

.modal-back:hover {
  color: var(--gray);
}

.modal-back:hover svg *{
  stroke: var(--gray);
}

.modal-close {
  border: 1px solid var(--light-gray);
  border-radius: 18px;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border var(--time) ease;
  cursor: pointer;
}

.modal-close svg {
  flex-shrink: 0;
}

.modal-close svg * {
  transition: stroke var(--time) ease;
}

.modal-close:hover {
  border: 1px solid var(--dark-blue);
}

.modal-close:hover svg * {
  stroke: var(--dark-blue);
}

.modal-box__content {
  margin: auto;
  width: 100%;
  max-width: 572px;
  padding-top: 60px;
}

.modal-box__title {
  font-weight: 700;
  font-size: 54px;
  line-height: 120%;
  letter-spacing: -0.03em;
  text-align: center;
  color: var(--black);
}

.modal-box__descr{
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  color: var(--black);
  margin-top:46px;
}

.modal-page{
  min-height:500px;
}

.login-form{
  margin: 48px 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.form-fileds__box {
    width: 100%;
    row-gap: 32px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 48px 0;
}

.submit-button {
  width: 100%;
  height: 64px;
  margin-top: 24px;
}

.no_account {
  width: 100%;
}

.no_account {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: var(--black);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 24px;
}

.no_account a,
.no_account button {
  font-weight: 800;
  font-size: 16px;
  line-height: 120%;
  color: var(--dark-blue);
  display: block;
  margin-left: 12px;
  transition: color var(--time) ease;
}

.no_account a:hover,
.no_account button:hover,
.forgot_password:hover {
  color: var(--gray);
}

.forgot_password {
  font-weight: 800;
  font-size: 16px;
  line-height: 120%;
  color: var(--dark-blue);
  cursor: pointer;
  position: relative;
  z-index: 3;
  white-space: nowrap;
  transition: color var(--time) ease;
}


.form-error{
    color: var(--error);
    font-weight: 600;
    font-size: 16px;
    text-align: center;
}

.form-error.form-error__pay{
  margin-top:50px;
}

.point-type{
  display: inline-flex;
  width:24px;
  height:24px;
  background: url('../../img/icons/location.svg') 0 0 no-repeat;
}

.point-type.type-place{
  background: url('../../img/icons/location.svg') 0 0 no-repeat;
}


@media all and (max-width: 1200px) {
  .modal-box__descr{
    margin-top:40px;
  }
  .burger-box{
    margin-left:0;
  }
  .site-header__control-item{
    height:46px;
  }
  .site-header__control-item.login-button{
    margin-right:15px;
  }
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .section {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .site-header {
    margin: 4px auto 50px;
    padding-bottom: 0px;
  }

  .off-container__background {
    width: calc(100% - 8px);
  }

  .site-header__slick {
    padding: 16px 0;
    height: 88px;
  }

  .site-header__logo img {
    width: 140px;
    height: 52px;
  }

  .site-header__nav {
    display: none;
  }

  .site-header__slick-right {
    display: none;
  }

  .page_title {
    font-size: 66px;
  }

  .main-perevagu {
    margin-top: 37px;
  }

  .main-perevagu__item {
    margin-right: 24px;
    padding-right: 24px;
    font-size: 16px;
  }

  .site-travel {
    padding: 24px;
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-top: 15px;
  }

  .site-travel__title {
    font-size: 22px;
  }

  .site-travel__form .btn {
    flex-grow: 1;
  }

  .site-travel__form {
    flex-wrap: wrap;
  }

  .site-travel__form-left {
    margin-right: 0;
    margin-bottom: 16px;
  }

  .site-travel__form-right {
    margin-right: 0;
    margin-bottom: 16px;
  }

  .site-travel-box.site-travel-box--result {
    margin-top: 50px;
  }

  .site-header__slick-mobile {
    display: flex;
    margin: 0 0 0 auto;
    order: 2;
  }

  .site-footer {
    padding: 50px 0 46px;
    margin-top: 50px;
  }

  .copyrights-row {
    padding-top: 50px;
  }

  .footer-middle-row {
    padding: 50px 0;
  }

  .footer-middle-row__contacts {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-middle-row__item {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 28px;
  }

  .footer-middle-row__item:last-of-type {
    margin-bottom: 0;
  }

  .footer-top-row {
    padding-bottom: 50px;
  }

  .poster-box {
    padding: 70px 0;
  }

  .section-top-row.section-top-row--half {
    width: calc(100% - 24px);
  }

  .section-top-row {
    margin-bottom: 50px;
  }

  .section-title {
    font-size: 42px;
  }

  .fishki-section_row {
    overflow-x: auto;
  }

  .fishki-section_row .row {
    flex-wrap: nowrap;
  }

  .fishki-section__item {
    height: 530px;
    padding: 28px;
    min-width: 315px;
  }

  .cars-slider_controls,
  .reviews-slider__controls {
    margin-top: 50px;
  }

  .cars-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .cars-filters {
    margin-bottom: 50px;
    width: calc(100% + 24px);
    margin-left: -12px;
    margin-right: -12px;
    padding: 0 24px;
  }

  .reviews-section {
    padding: 90px 0;
  }

  .zruchnist-section {
    padding: 90px 0;
  }

  .zruchnist__item {
    padding: 24px 0px 24px 24px;
  }

  .faq-box {
    width: calc(100% - 24px);
  }

  .faq-section .faq-box {
    width: calc(100% - 24px);
  }

  .block-row__left img {
    margin-right: 24px;
  }

  .perevagu-page .site-header {
    height: 700px;
    padding-bottom: 40px;
  }

  .result-page .page_title {
    font-size: 42px;
  }

  .site-travel-result {
    margin-top: 40px;
    margin-bottom: 40px;
    flex-wrap: wrap;
  }

  .site-travel-result__item {
    margin-right: 16px;
    height: 80px;
  }

  .site-travel-result__razdel {
    margin-right: 16px;
  }

  .site-travel-result__left,
  .site-travel-result__right {
    width: calc(50% - 57px);
    margin-right: 16px;
  }

  .site-travel-result__left {
    width: 100%;
    margin-bottom: 16px;
    margin-right: 0px;
  }

  .site-travel-result__right {
    flex-grow: 1;
  }

  .noresult-page .page_title {
    font-size: 42px;
  }

  .bigform-page .page_title,
  .thx-page .page_title {
    font-size: 42px;
  }
  .thx-page .page_title {
    margin-bottom:30px;
  }
  .checkout-steps {
    margin-bottom: 46px;
  }

  .checkout-form {
    grid-template-columns: 1fr;
  }

  .checkout-main .checkout-info__content {
    display: flex;
    margin-bottom: 40px;
  }

  .checkout-krok {
    padding: 46px 24px;
  }

  .checkout-info {
    padding: 40px 24px;
    position: relative;
  }

  .checkout-info .checkout-info__content,
  .checkout-info .checkout-info__title {
    display: none;
  }

  .faq-filters {
    margin-bottom: 50px;
    width: calc(100% + 24px);
    margin-left: -12px;
    margin-right: -12px;
    padding: 0 24px;
    justify-content: flex-start;
  }

  .faq-page .site-header__content {
    margin-top: 20px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .header_descr {
    margin: 24px 0 40px;
  }

  .map-box {
    width: calc(100% - 8px);
  }

  .contacts-page .site-header__content {
    margin-top: 20px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .contacts-row {
    grid-template-columns: repeat(2, 1fr);
    padding-top: 50px;
    margin-top: 10px;
    margin-bottom: 48px;
  }

  .modal-box__body {
    padding: 24px 24px 24px 0;
    overflow-y: auto;
  }

  .modal-box__title {
    font-size: 44px;
  }

  .site-header__slick--dark.open .site-header__control-item{
   color: var(--white);
  }

  .site-header__slick--dark.open .site-header__control-item.login-button{
   border: 1px solid rgba(255, 255, 255, 0.2);
  }

  .site-header__slick--dark.open .burger-box{
        border-left: 1px solid rgba(255, 255, 255, 0.2);
  }

  .site-header__slick--dark.open .burger-box span{
    background: var(--white);
  }

  .site-header__slick--dark .site-header__logo img,
  .site-header__slick--dark .site-header__control-item.login-button img{
    transition: filter var(--time) ease;
  }

  .site-header__slick--dark.open .site-header__logo img,
  .site-header__slick--dark.open .site-header__control-item.login-button img,
  .site-header__slick--dark.open .site-header__control-item.auth-button.logout-button img{
    filter: grayscale(1) brightness(0) invert(1);  
  }

}

@media screen and (max-width: 960px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media all and (max-width: 960px) {
  .section-top-row.section-top-row--between {
    flex-direction: column;
    align-items: flex-start;
  }

  .cars-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .reviews-section .section-title {
    width: 100%;
  }

  .reviews-section .section-description {
    width: 100%;
  }
}

@media screen and (max-width: 780px) {
  .container {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media all and (max-width: 767px) {
  .modal-page .modal-box{
    min-height:500px;
  }
  .form__row{
    flex-direction: column;
    align-items: flex-start;
  }
  .form__row .checkbox{
    margin-bottom:12px;
  }  
  .forgot_password {
    margin-top:15px;
  }
  .section {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .site-header {
    margin: 4px auto 40px;
  }

  .off-container__background.site-header--main-page {
    background-image: url("../../img/main_h_mob.jpg");
  }

  .site-header__logo {
    order: 1;
  }

  .site-header__content {
    margin-top: 20px;
  }

  .main-page .site-header__content {
    max-width: 100%;
  }

  .main-page .site-header {
    padding-bottom: 0;
  }

  .page_title {
    font-size: 48px;
    letter-spacing: -0.03em;
  }

  .main-perevagu__item {
    margin-right: 16px;
    padding-right: 16px;
    font-size: 14px;
  }

  .site-travel {
    width: calc(100% + 33px);
    margin-left: -16px;
    padding-top: 30px;
  }

  .site-travel__swap {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 18px;
    margin: 0;
  }

  .site-travel__input.site-travel__input--quantity,
  .site-travel__input.site-travel__input--date {
    width: 100%;
    margin-right: 0;
  }

  .site-travel__input.site-travel__input--date input {
    font-size: 14px;
  }

  .site-travel__input.site-travel__input--date input::-moz-placeholder {
    font-size: 14px;
  }

  .site-travel__input.site-travel__input--date input::placeholder {
    font-size: 14px;
  }

  .site-travel__form-left {
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    border: 1px solid var(--light-gray);
    border-radius: 18px;
    padding: 20px 58px 20px 18px;
    position: relative;
  }

  .site-travel__form-left .site-travel__input {
    border: 0;
    padding: 0px;
    height: 48px;
    width: 100%;
    border-radius: 0;
  }

  .site-travel__form-left .site-travel__input:first-child {
    border-bottom: solid 1px var(--light-gray);
    padding-bottom: 18px;
  }

  .site-travel__form-left .site-travel__input:last-child {
    padding-top: 18px;
  }


  .site-travel__form-right {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }

  .site-travel-box.site-travel-box--result {
    margin-top: 50px;
  }

  .site-footer {
    margin-top: 40px;
  }

  .copyrights-row {
    padding-top: 40px;
    flex-direction: column;
    align-items: flex-start;
  }

  .copyrights-row .copyrights-row__right {
    margin-top: 16px;
  }

  .footer-middle-row {
    padding: 40px 0;
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-middle-row__payments {
    margin-top: 24px;
  }

  .footer-top-row {
    padding-bottom: 40px;
    flex-wrap: wrap;
  }

  .to-top {
    order: 2;
  }

  .footer-nav {
    order: 3;
    width: 100%;
    -moz-column-gap: 24px;
    column-gap: 24px;
    row-gap: 40px;
    margin: 40px 0 0;
    grid-template-columns: 1fr 1fr;
  }

  .footer-nav__col:first-child {
    grid-column: 1/-1;
  }

  .poster-box {
    padding: 60px 0;
  }

  .section-top-row {
    margin-bottom: 40px;
  }

  .section-title {
    font-size: 32px;
  }

  .fishki-section__item {
    height: 460px;
    padding: 24px;
    margin-right: 8px;
    margin-left: 8px;
  }

  .fishki-section__item:first-child {
    margin-left: 12px;
  }

  .fishki-section__item:last-child {
    margin-right: 12px;
  }

  .fishki-section__title {
    font-size: 22px;
  }

  .cars-slider .swiper-slide {
    width: 315px;
  }

  .cars-slider_controls,
  .reviews-slider__controls {
    margin-top: 40px;
  }

  .cars-slider_nav,
  .reviews-slider_nav {
    gap: 12px;
  }

  .car-card {
    padding: 24px;
  }

  .car-card__name {
    font-size: 18px;
  }

  .cars-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .cars-grid .car-card > .car-card__info-box,
  .cars-grid .car-card > .car-card__name,
  .cars-grid .car-card > .car-card__park {
    display: none;
  }

  .cars-grid .car-card__image {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    height: auto;
  }

  .cars-grid .car-card__image img {
    -o-object-fit: contain;
    object-fit: contain;
    height: auto;
    width: 100%;
  }

  .cars-grid .car-card__image .car-card__name {
    margin-top: 0px;
  }

  .cars-grid .car-card__image .car-card__park {
    font-size: 14px;
    border-top: 0;
    padding-top: 0;
    margin-top: 8px;
  }

  .cars-grid .car-card__mobile-main-info {
    display: flex;
    flex-direction: column;
  }

  .cars-grid .car-card__control {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }

  .cars-grid .car-card__control .car-card__info-box {
    display: flex;
    margin-top: 0;
  }

  .cars-filters {
    margin-bottom: 40px;
  }

  .reviews-section {
    padding: 60px 0;
  }

  .zruchnist-section {
    padding: 60px 0;
  }

  .zruchnist__box {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .zruchnist__item {
    padding: 0px 0px 0px 24px;
    min-height: unset;
  }

  .zruchnist__title {
    margin-bottom: 12px;
    font-size: 22px;
  }

  .faq-item.open {
    padding: 24px;
  }

  .faq-item__question {
    font-size: 18px;
  }

  .perevegu-row {
    grid-template-columns: 1fr;
    margin: 0 auto 40px;
  }

  .perevegu-row .btn_border {
    margin-top: 24px;
  }

  .perevegu-left:not(.perevegu-row__image) {
    order: 1;
  }

  .perevegu-right:not(.perevegu-row__image) {
    order: 1;
  }

  .perevegu-row__image {
    order: 2;
  }

  .perevegu-title {
    margin-bottom: 16px;
  }

  .block-row {
    grid-template-columns: 1fr;
    padding: 24px 0;
  }

  .block-row__left img {
    margin-right: 16px;
  }

  .block-row__left {
    font-size: 22px;
  }

  .mt-3 {
    margin-top: 24px;
  }

  .perevagu-page .site-header {
    height: 600px;
  }

  .result-page .page_title {
    font-size: 32px;
  }

  .site-travel-result {
    margin-top: 24px;
  }

  .site-travel-result__item img {
    margin-right: 16px;
    width: 24px;
    height: 24px;
  }

  .site-travel-result__item {
    padding: 10px 16px;
    flex-grow: unset;
  }

  .site-travel-result__body {
    width: calc(100% - 40px);
  }

  .site-travel-result__title {
    font-size: 14px;
  }

  .site-travel-result__razdel {
    display: none;
  }

  .change_btn img {
    width: 24px;
    height: 24px;
  }

  .change_btn span {
    display: inline-block;
    margin-left: 10px;
    font-weight: 800;
    font-size: 16px;
    line-height: 120%;
    color: var(--white);
  }

  .change_btn {
    width: 100%;
    margin-top: 16px;
    height: 56px;
  }

  .site-travel-result__left,
  .site-travel-result__right {
    width: 100%;
    margin-right: 16px;
  }

  .site-travel-result__left .site-travel-result__item {
    width: 100%;
  }

  .site-travel-result__left .site-travel-result__item:last-child {
    margin-top: 16px;
  }

  .site-travel-result__left {
    flex-direction: column;
    align-items: flex-start;
  }

  .site-travel-result__right .site-travel-result__item {
    width: calc(50% - 8px);
    /*  width:100%;
      margin-right:0;
      &:last-child{
       margin-top:16px;
      }*/
  }

  .site-travel-result__right {
    margin-right: 0px;
  }

  .noresult-page .page_title {
    font-size: 32px;
  }

  .bigform-page .page_title,
  .thx-page .page_title {
    font-size: 32px;
  }
  .thx-page .page_title {
    margin-bottom:30px;
  }

  .checkout-steps {
    margin-top: 24px;
    margin-bottom: 40px;
  }

  .checkout-steps__item {
    font-size: 14px;
    padding-bottom: 22px;
  }

  .checkout-main__payments {
    margin-top: 32px;
    max-width: 304px;
    gap: 8px;
  }

  .checkout-main__payments img {
    width: 100%;
    height: auto;
  }

  .checkout-info__path-item {
    font-size: 14px;
  }

  .checkout-krok__title {
    margin-bottom: 40px;
  }

  .checkout-krok_fields {
    row-gap: 24px;
  }

  .form-field.form-field--half {
    width: 100%;
  }

  .add-additional-passanger {
    font-size: 14px;
    margin: 24px 0;
  }

  .payment-method {
    padding: 20px;
  }

  .payment-method__description {
    padding-top: 20px;
  }

  .payment_method__control {
    padding-bottom: 20px;
  }

  .faq-filters {
    margin-bottom: 40px;
  }

  .faq-page .site-header__content .page_title {
    font-size: 32px;
  }

  .contacts-page .site-header__content .page_title {
    font-size: 32px;
  }

  .contacts-row {
    grid-template-columns: 1fr;
    padding-top: 24px;
    margin-top: -15px;
    margin-bottom: 40px;
  }

  .contacts-row__top {
    flex-direction: row;
    align-items: center;
    gap: 16px;
  }

  .contacts-row__item {
    padding: 20px;
    height: auto;
  }

  .contacts-row__title {
    font-size: 22px;
  }

  .modal-box {
    padding: 4px;
  }

  .modal-box__image {
    display: none;
  }

  .modal-box__body {
    grid-column: span 12;
    padding: 24px;
  }

  .modal-box__content {
    padding-top: 30px;
  }

  .modal-box__title {
    font-size: 32px;
  }

  .login-form {
    margin: 35px 0 40px;
  }

  .submit-button {
    margin-top: 16px;
  }

  .no_account {
    margin-top: 16px;
  }

  .no_account a,
  .no_account button {
    margin-left: 6px;
  }
}

@media screen and (max-width: 560px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .site-header__control-item.auth-button span{
    max-width: 90px;
  }
}

@media screen and (max-width: 400px) {
  .site-header__control-item.auth-button span{
    max-width: 60px;
  }
}

@media (hover: hover) {
  .site-travel__swap:hover img {
    filter: brightness(0.5);
  }

  .site-travel__input.site-travel__input--date img:hover {
    filter: brightness(0.5);
  }

  .developer span {
    transition: opacity var(--time) ease;
  }

  .developer:hover span {
    opacity: 1;
  }

  .to-top:hover {
    background: rgba(255, 255, 255, 0.1);
  }

  .open-fishki:hover {
    background: rgba(255, 255, 255, 0.1);
  }

  .cars-slider_btn:hover {
    background: var(--light-gray);
  }

  .cars-filters_btn:hover {
    border: 1px solid var(--dark-gray);
  }

  .reviews-slider__controls .cars-slider_btn:hover {
    background: var(--dark-gray);
  }

  .faq-item__top:hover .faq-item__question {
    color: var(--dark-blue);
  }

  .open-answer:hover {
    background: rgba(27, 27, 27, 0.1);
  }

  .change_btn:hover {
    background: rgba(255, 255, 255, 0.1);
  }
}