@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300&display=swap");
.none {
  display: none;
}

@font-face {
  font-family: "Gotham Pro";
  src: url("./../fonts/gothampro.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "Gotham Pro";
  src: url("./../fonts/gothampro_medium.ttf");
  font-weight: 500;
}
@font-face {
  font-family: "Gotham Pro";
  src: url("./../fonts/gothampro_bold.ttf");
  font-weight: 700;
}
@font-face {
  font-family: "Intro Black Caps";
  src: url("./../fonts/Intro-Black-Caps.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "Intro Bold";
  src: url("./../fonts/intro_bold.ttf");
  font-weight: 400;
}
* {
  box-sizing: border-box;
  margin: 0;
}

a {
  text-decoration: none;
  color: #333333;
  cursor: pointer;
}

ul {
  list-style-type: none;
  padding-left: 0;
}

input,
button,
a {
  outline: none;
  border: none;
  background: none;
  resize: none;
}

img {
  vertical-align: bottom;
  width: 100%;
}

body {
  font-size: 14px;
  background-color: #fef7e9;
  color: #4a3d30;
  font-family: "Gotham Pro";
  font-weight: 400;
  font-style: normal;
  line-height: normal;
  overflow-x: hidden;
}
@media (min-width: 992px) {
  body {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  body {
    font-size: 16px;
  }
}

.container {
  width: 100%;
  max-width: 1659px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  .container {
    max-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  .container {
    max-width: 540px;
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media screen and (max-width: 576px) {
  .container {
    max-width: none;
  }
}

.no-scroll {
  overflow: hidden;
}

.containerMin {
  width: 100%;
  max-width: 1340px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  .containerMin {
    max-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  .containerMin {
    max-width: 540px;
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media screen and (max-width: 576px) {
  .containerMin {
    max-width: none;
  }
}

.menu {
  position: absolute;
  top: 0px;
  left: -200vw;
  transition: 0.38s ease-in-out;
  width: 100vw;
  height: 100vh;
  z-index: 10;
  padding-top: 110px;
  padding-bottom: 40px;
  padding-left: 3px;
  padding-right: 3px;
  overflow: scroll;
  background: var(--light, #fef7e9);
}
.menu--active {
  left: 0;
}
.menu__wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
  height: 100%;
}
.menu__bottom {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.menu__bottom-link {
  color: var(--orange, #f58934);
  font-family: "Gotham Pro";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.menu__socials {
  display: flex;
  gap: 10px;
}
.menu__socials-link {
  padding: 8px;
  border-radius: 7.075px;
  border: 0.884px solid #8c7a68;
}
.menu__socials-link span {
  font-size: 20px;
  color: #8c7a68;
}
.menu__socials-link img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 20px;
  height: 20px;
}
.menu__phone {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.menu__phone p {
  color: var(--dark, #4a3d30);
  font-family: "Gotham Pro";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.menu__phone a {
  color: var(--dark, #4a3d30);
  font-family: "Gotham Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.menu__nav {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.menu__nav-item {
  color: var(--dark, #4a3d30);
  font-family: "Gotham Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.delete {
  border-radius: 24px;
  padding: 30px;
}
@media (min-width: 992px) {
  .delete {
    padding: calc(0.0323275862 * 100vw + -2.0689655172px);
  }
}
@media (min-width: 1920px) {
  .delete {
    padding: 60px;
  }
}
.delete > img {
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0 auto;
  display: block;
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .delete > img {
    width: calc(0.0193965517 * 100vw + 40.7586206897px);
  }
}
@media (min-width: 1920px) {
  .delete > img {
    width: 78px;
  }
}
@media (min-width: 992px) {
  .delete > img {
    height: calc(0.0193965517 * 100vw + 40.7586206897px);
  }
}
@media (min-width: 1920px) {
  .delete > img {
    height: 78px;
  }
}
@media (min-width: 992px) {
  .delete > img {
    margin-bottom: calc(0.0215517241 * 100vw + -1.3793103448px);
  }
}
@media (min-width: 1920px) {
  .delete > img {
    margin-bottom: 40px;
  }
}
.delete p {
  font-family: Gotham Pro;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .delete p {
    font-size: calc(0.0043103448 * 100vw + 13.724137931px);
  }
}
@media (min-width: 1920px) {
  .delete p {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .delete p {
    line-height: calc(0.0043103448 * 100vw + 21.724137931px);
  }
}
@media (min-width: 1920px) {
  .delete p {
    line-height: 30px;
  }
}
@media (min-width: 992px) {
  .delete p {
    margin-bottom: calc(0.0215517241 * 100vw + -1.3793103448px);
  }
}
@media (min-width: 1920px) {
  .delete p {
    margin-bottom: 40px;
  }
}
.delete__box {
  display: flex;
  gap: 15px;
}
@media (min-width: 992px) {
  .delete__box {
    gap: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .delete__box {
    gap: 20px;
  }
}

.brickCrumbs {
  display: flex;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .brickCrumbs {
    margin-bottom: calc(0.0215517241 * 100vw + -1.3793103448px);
  }
}
@media (min-width: 1920px) {
  .brickCrumbs {
    margin-bottom: 40px;
  }
}
.brickCrumbs--mb60 {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .brickCrumbs--mb60 {
    margin-bottom: calc(0.0431034483 * 100vw + -22.7586206897px);
  }
}
@media (min-width: 1920px) {
  .brickCrumbs--mb60 {
    margin-bottom: 60px;
  }
}
.brickCrumbs__link {
  color: var(--dark, #4a3d30);
  font-family: "Gotham Pro";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
}
.brickCrumbs__link:not(:last-child)::after {
  margin-left: 9px;
  margin-right: 9px;
  content: "";
  display: block;
  width: 8px;
  height: 4px;
  transform: rotate(-0.031deg);
  background-color: #f58934;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: none;
  width: 100%;
  transition: 0.38s ease-in-out;
  margin-bottom: 20px;
  background-color: rgb(254, 247, 233);
}
@media (min-width: 992px) {
  .header {
    margin-bottom: calc(0.0107758621 * 100vw + 9.3103448276px);
  }
}
@media (min-width: 1920px) {
  .header {
    margin-bottom: 30px;
  }
}
.header--home {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .header--home {
    margin-bottom: calc(0.0323275862 * 100vw + -2.0689655172px);
  }
}
@media (min-width: 1920px) {
  .header--home {
    margin-bottom: 60px;
  }
}
.header__wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  background: var(--light, #fef7e9);
  z-index: 20;
}
@media (min-width: 992px) {
  .header__wrapper {
    padding-top: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .header__wrapper {
    padding-top: 20px;
  }
}
@media (min-width: 992px) {
  .header__wrapper {
    padding-bottom: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .header__wrapper {
    padding-bottom: 20px;
  }
}
.header__container {
  position: relative;
  margin-right: 5px;
  margin-left: 5px;
  width: 100%;
  max-width: 1659px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  .header__container {
    max-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  .header__container {
    max-width: 540px;
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media screen and (max-width: 576px) {
  .header__container {
    max-width: none;
  }
}
.header__logo img {
  width: 228.492px;
  height: 79.616px;
  width: 150px;
  height: 70px;
}
@media (min-width: 992px) {
  .header__logo img {
    width: calc(0.0840517241 * 100vw + 66.6206896552px);
  }
}
@media (min-width: 1920px) {
  .header__logo img {
    width: 228px;
  }
}
@media (min-width: 992px) {
  .header__logo img {
    height: calc(0.0096982759 * 100vw + 60.3793103448px);
  }
}
@media (min-width: 1920px) {
  .header__logo img {
    height: 79px;
  }
}
.header__nav {
  display: flex;
  gap: 15px;
}
@media (min-width: 992px) {
  .header__nav {
    gap: calc(0.0290948276 * 100vw + -13.8620689655px);
  }
}
@media (min-width: 1920px) {
  .header__nav {
    gap: 42px;
  }
}
.header__nav-link {
  font-size: 16px;
  font-weight: 400;
  line-height: 15px;
  font-size: 14px;
  line-height: 13px;
  color: rgb(74, 61, 48);
  border-bottom: 1px solid transparent;
  transition: 0.38s ease-in-out;
}
@media (min-width: 992px) {
  .header__nav-link {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .header__nav-link {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .header__nav-link {
    line-height: calc(0.0021551724 * 100vw + 10.8620689655px);
  }
}
@media (min-width: 1920px) {
  .header__nav-link {
    line-height: 15px;
  }
}
.header__nav-link:hover {
  color: rgb(245, 137, 52);
  border-bottom: 1px solid rgb(245, 137, 52);
}
.header__modal {
  z-index: 10;
  position: absolute;
  top: calc(100% + 18px);
  border-radius: 24px;
  right: 0;
  background: rgb(255, 255, 255);
  box-shadow: 0px 4px 22.6000003815px 0px rgba(54, 45, 35, 0.12);
  padding: 20px;
  display: none;
  opacity: 0;
  transition: 0.38s ease-in-out;
}
@media (min-width: 992px) {
  .header__modal {
    padding: calc(0.0215517241 * 100vw + -1.3793103448px);
  }
}
@media (min-width: 1920px) {
  .header__modal {
    padding: 40px;
  }
}
.header__modal--open {
  display: block;
}
.header__modal--opacity {
  opacity: 1;
}
.header__modal-wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (min-width: 992px) {
  .header__modal-wrapper {
    gap: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .header__modal-wrapper {
    gap: 20px;
  }
}
.header__modal-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
  white-space: nowrap;
  font-family: "Gotham Pro";
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  color: rgb(74, 61, 48);
}
@media (min-width: 992px) {
  .header__modal-title {
    gap: calc(0.0032327586 * 100vw + 6.7931034483px);
  }
}
@media (min-width: 1920px) {
  .header__modal-title {
    gap: 13px;
  }
}
@media (min-width: 992px) {
  .header__modal-title {
    margin-bottom: calc(0.0086206897 * 100vw + 6.4482758621px);
  }
}
@media (min-width: 1920px) {
  .header__modal-title {
    margin-bottom: 23px;
  }
}
.header__modal-title .icon-user {
  border-radius: 50%;
  padding: 7px;
  color: rgb(198, 182, 174);
  font-size: 16px;
  background: rgba(198, 182, 174, 0.5);
}
@media (min-width: 992px) {
  .header__modal-title .icon-user {
    font-size: calc(0.0026939655 * 100vw + 13.3275862069px);
  }
}
@media (min-width: 1920px) {
  .header__modal-title .icon-user {
    font-size: 18.5px;
  }
}
.header__modal-back {
  display: flex;
  gap: 10px;
  align-items: center;
  font-family: "Gotham Pro";
  font-size: 14px;
  font-weight: 400;
  line-height: 13px;
  color: rgb(245, 137, 52);
}
.header__modal-back .icon-exit-1-- {
  color: rgb(245, 137, 52);
  font-size: 26px;
}
@media (min-width: 992px) {
  .header__modal-back .icon-exit-1-- {
    font-size: calc(0.0043103448 * 100vw + 21.724137931px);
  }
}
@media (min-width: 1920px) {
  .header__modal-back .icon-exit-1-- {
    font-size: 30px;
  }
}
.header__modal-link {
  font-family: Gotham Pro;
  font-size: 16px;
  font-weight: 400;
  line-height: 15px;
  font-size: 14px;
  white-space: nowrap;
  color: rgb(74, 61, 48);
  transition: 0.38s ease-in-out;
}
@media (min-width: 992px) {
  .header__modal-link {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .header__modal-link {
    font-size: 16px;
  }
}
.header__modal-link:hover {
  color: rgb(89, 135, 197);
}
.header__navigation-item {
  position: relative;
  background-color: transparent;
  transition: 0.38s ease-in-out;
}
.header__navigation-cabinet {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--dark, #4a3d30);
  font-family: "Gotham Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  transition: 0.38s ease-in-out;
  line-height: normal;
  padding-right: 10px;
  border-radius: 31px;
}
@media (min-width: 992px) {
  .header__navigation-cabinet {
    gap: calc(0.0032327586 * 100vw + 1.7931034483px);
  }
}
@media (min-width: 1920px) {
  .header__navigation-cabinet {
    gap: 8px;
  }
}
.header__navigation-cabinet:hover {
  background-color: rgb(245, 137, 52);
}
.header__navigation-cabinet:hover p {
  color: rgb(254, 247, 233);
}
.header__navigation-cabinet p {
  font-weight: 400;
  line-height: 15px;
  font-size: 14px;
  color: rgb(74, 61, 48);
  transition: 0.38s ease-in-out;
}
@media (min-width: 992px) {
  .header__navigation-cabinet p {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .header__navigation-cabinet p {
    font-size: 16px;
  }
}
.header__navigation-cabinet--colorBlue {
  background-color: rgb(245, 137, 52);
}
.header__navigation-cabinet--colorBlue p {
  color: rgb(254, 247, 233);
}
.header__navigation-cabinet div {
  width: 33px;
  height: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 0;
  background-color: #f58934;
  border-radius: 50%;
  color: #fff;
  font-size: 22px;
  width: 28px;
  height: 28px;
}
@media (min-width: 992px) {
  .header__navigation-cabinet div {
    font-size: calc(0.0021551724 * 100vw + 19.8620689655px);
  }
}
@media (min-width: 1920px) {
  .header__navigation-cabinet div {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .header__navigation-cabinet div {
    width: calc(0.005387931 * 100vw + 22.6551724138px);
  }
}
@media (min-width: 1920px) {
  .header__navigation-cabinet div {
    width: 33px;
  }
}
@media (min-width: 992px) {
  .header__navigation-cabinet div {
    height: calc(0.005387931 * 100vw + 22.6551724138px);
  }
}
@media (min-width: 1920px) {
  .header__navigation-cabinet div {
    height: 33px;
  }
}
.header__box {
  border-radius: 60px;
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 992px) {
  .header__box {
    padding-top: calc(0.0657327586 * 100vw + -5.2068965517px);
  }
}
@media (min-width: 1920px) {
  .header__box {
    padding-top: 121px;
  }
}
@media (min-width: 992px) {
  .header__box {
    padding-bottom: calc(0.0700431034 * 100vw + -9.4827586207px);
  }
}
@media (min-width: 1920px) {
  .header__box {
    padding-bottom: 125px;
  }
}
.header__box-img {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 60px;
  height: 100%;
}
.header__headline {
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .header__headline {
    margin-bottom: calc(0.0452586207 * 100vw + 15.1034482759px);
  }
}
@media (min-width: 1920px) {
  .header__headline {
    margin-bottom: 102px;
  }
}
.header__headline .header__box-img {
  display: none;
}
.header__title {
  color: var(--light, #fef7e9);
  font-family: "Intro Black Caps";
  font-size: 62px;
  font-style: normal;
  width: 60%;
  font-weight: 900;
  line-height: 112.903%;
  font-size: 42px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .header__title {
    font-size: calc(0.0215517241 * 100vw + 20.6206896552px);
  }
}
@media (min-width: 1920px) {
  .header__title {
    font-size: 62px;
  }
}
@media (min-width: 992px) {
  .header__title {
    margin-bottom: calc(0.0150862069 * 100vw + 5.0344827586px);
  }
}
@media (min-width: 1920px) {
  .header__title {
    margin-bottom: 34px;
  }
}
.header__title span {
  color: var(--orange, #f58934);
}
.header__subtitle {
  color: var(--light, #fef7e9);
  font-family: "Gotham Pro";
  font-size: 20px;
  width: 30%;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  font-size: 18px;
}
@media (min-width: 992px) {
  .header__subtitle {
    font-size: calc(0.0021551724 * 100vw + 15.8620689655px);
  }
}
@media (min-width: 1920px) {
  .header__subtitle {
    font-size: 20px;
  }
}
.header__from {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  border-radius: 12px;
  gap: 6px;
  background: rgba(255, 255, 255, 0.43);
  -webkit-backdrop-filter: blur(2.5px);
  backdrop-filter: blur(2.5px);
  padding: 8px;
}
@media (min-width: 992px) {
  .header__from {
    gap: calc(0.0043103448 * 100vw + 1.724137931px);
  }
}
@media (min-width: 1920px) {
  .header__from {
    gap: 10px;
  }
}
@media (min-width: 992px) {
  .header__from {
    padding: calc(0.0021551724 * 100vw + 5.8620689655px);
  }
}
@media (min-width: 1920px) {
  .header__from {
    padding: 10px;
  }
}
.header__from .selectize-control {
  flex-grow: 1;
}
.header__from .selectize-input {
  padding: 0;
  border: 0px;
  box-shadow: none;
}
.header__from .selectize-control.single .selectize-input::after {
  display: none;
}
.header__fromInputBlock {
  width: 100%;
  height: 100%;
  display: flex;
  gap: 10px;
}
.header__fromInputBlock input {
  position: absolute;
}
.header__fromInputBlock-text {
  color: var(--light-braun, #c6b6ae);
  font-family: "Gotham Pro";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 3px;
  line-height: normal;
  margin-left: 35px;
}
@media (min-width: 992px) {
  .header__fromInputBlock-text {
    margin-bottom: calc(0 * 100vw + 3px);
  }
}
@media (min-width: 1920px) {
  .header__fromInputBlock-text {
    margin-bottom: 3px;
  }
}
.header__fromInputBlock .select-one {
  position: absolute;
  left: -10000px;
}
.header__fromInputWrapper {
  border-radius: 12px;
  border: 1px solid var(--light, #fef7e9);
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 10px;
  width: 23.7%;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 992px) {
  .header__fromInputWrapper {
    padding-top: calc(0.0075431034 * 100vw + -2.4827586207px);
  }
}
@media (min-width: 1920px) {
  .header__fromInputWrapper {
    padding-top: 12px;
  }
}
@media (min-width: 992px) {
  .header__fromInputWrapper {
    padding-bottom: calc(0.0075431034 * 100vw + -2.4827586207px);
  }
}
@media (min-width: 1920px) {
  .header__fromInputWrapper {
    padding-bottom: 12px;
  }
}
@media (min-width: 992px) {
  .header__fromInputWrapper {
    padding-left: calc(0.005387931 * 100vw + 4.6551724138px);
  }
}
@media (min-width: 1920px) {
  .header__fromInputWrapper {
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .header__fromInputWrapper {
    padding-right: calc(0.005387931 * 100vw + 4.6551724138px);
  }
}
@media (min-width: 1920px) {
  .header__fromInputWrapper {
    padding-right: 15px;
  }
}
.header__fromInputWrapper .item {
  color: var(--dark, #4a3d30);
  font-family: "Gotham Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
}
.header__fromInputWrapper .icon-location {
  font-size: 20px;
  color: #f58934;
  height: -moz-fit-content;
  height: fit-content;
}
@media (min-width: 992px) {
  .header__fromInputWrapper .icon-location {
    font-size: calc(0.0043103448 * 100vw + 15.724137931px);
  }
}
@media (min-width: 1920px) {
  .header__fromInputWrapper .icon-location {
    font-size: 24px;
  }
}
.header__direction {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.header__direction div {
  cursor: pointer;
  color: #fef7e9;
  font-size: 20px;
}
@media (min-width: 992px) {
  .header__direction div {
    font-size: calc(0.0043103448 * 100vw + 15.724137931px);
  }
}
@media (min-width: 1920px) {
  .header__direction div {
    font-size: 24px;
  }
}
.header__ticket {
  position: relative;
  z-index: 2;
}
.header__ticket-button {
  width: 23.7%;
  border-radius: 10px;
  background: var(--orange, #f58934);
  height: auto;
  padding-left: 10px;
  padding-right: 10px;
  color: var(--White, #fff);
  text-align: center;
  font-family: "Gotham Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 14px;
}
@media (min-width: 992px) {
  .header__ticket-button {
    padding-top: calc(0.0043103448 * 100vw + 13.724137931px);
  }
}
@media (min-width: 1920px) {
  .header__ticket-button {
    padding-top: 22px;
  }
}
@media (min-width: 992px) {
  .header__ticket-button {
    padding-bottom: calc(0.0043103448 * 100vw + 13.724137931px);
  }
}
@media (min-width: 1920px) {
  .header__ticket-button {
    padding-bottom: 22px;
  }
}
@media (min-width: 992px) {
  .header__ticket-button {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .header__ticket-button {
    font-size: 16px;
  }
}
.header__where, .header__date {
  display: flex;
  align-items: stretch;
  width: 23.7%;
}
.header__whereInputBlock, .header__dateInputBlock {
  width: 100%;
  height: 100%;
  display: flex;
  gap: 10px;
}
.header__whereInputBlock-text, .header__dateInputBlock-text {
  color: var(--light-braun, #c6b6ae);
  font-family: "Gotham Pro";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-left: 35px;
}
.header__whereInputBlock .selectize-control, .header__dateInputBlock .selectize-control {
  flex-grow: 1;
  display: flex;
  align-items: start;
  height: -moz-fit-content;
  height: fit-content;
}
.header__whereInputBlock .selectize-input input, .header__dateInputBlock .selectize-input input {
  position: absolute;
}
.header__whereInputBlock .select-one, .header__dateInputBlock .select-one {
  position: absolute;
  left: -10000px;
}
.header__whereInputWrapper, .header__dateInputWrapper {
  width: 100%;
  border-radius: 12px;
  border: 1px solid var(--light, #fef7e9);
  background: #fff;
  flex-direction: column;
  display: flex;
  align-items: start;
  gap: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 992px) {
  .header__whereInputWrapper, .header__dateInputWrapper {
    padding-top: calc(0.0075431034 * 100vw + -2.4827586207px);
  }
}
@media (min-width: 1920px) {
  .header__whereInputWrapper, .header__dateInputWrapper {
    padding-top: 12px;
  }
}
@media (min-width: 992px) {
  .header__whereInputWrapper, .header__dateInputWrapper {
    padding-bottom: calc(0.0075431034 * 100vw + -2.4827586207px);
  }
}
@media (min-width: 1920px) {
  .header__whereInputWrapper, .header__dateInputWrapper {
    padding-bottom: 12px;
  }
}
@media (min-width: 992px) {
  .header__whereInputWrapper, .header__dateInputWrapper {
    padding-left: calc(0.005387931 * 100vw + 4.6551724138px);
  }
}
@media (min-width: 1920px) {
  .header__whereInputWrapper, .header__dateInputWrapper {
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .header__whereInputWrapper, .header__dateInputWrapper {
    padding-right: calc(0.005387931 * 100vw + 4.6551724138px);
  }
}
@media (min-width: 1920px) {
  .header__whereInputWrapper, .header__dateInputWrapper {
    padding-right: 15px;
  }
}
.header__whereInputWrapper input,
.header__whereInputWrapper .item, .header__dateInputWrapper input,
.header__dateInputWrapper .item {
  color: var(--dark, #4a3d30);
  font-family: "Gotham Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0;
}
.header__whereInputWrapper .icon-location, .header__dateInputWrapper .icon-location {
  color: #5987c5;
  font-size: 20px;
  height: -moz-fit-content;
  height: fit-content;
}
@media (min-width: 992px) {
  .header__whereInputWrapper .icon-location, .header__dateInputWrapper .icon-location {
    font-size: calc(0.0043103448 * 100vw + 15.724137931px);
  }
}
@media (min-width: 1920px) {
  .header__whereInputWrapper .icon-location, .header__dateInputWrapper .icon-location {
    font-size: 24px;
  }
}
.header__whereInputWrapper .icon-calendar, .header__dateInputWrapper .icon-calendar {
  color: #5987c5;
  font-size: 20px;
  height: -moz-fit-content;
  height: fit-content;
}
@media (min-width: 992px) {
  .header__whereInputWrapper .icon-calendar, .header__dateInputWrapper .icon-calendar {
    font-size: calc(0.0043103448 * 100vw + 15.724137931px);
  }
}
@media (min-width: 1920px) {
  .header__whereInputWrapper .icon-calendar, .header__dateInputWrapper .icon-calendar {
    font-size: 24px;
  }
}
.header__menu {
  display: none;
  cursor: pointer;
}
.header__date {
  position: relative;
}
.header__tomorrow {
  position: absolute;
  bottom: -50px;
  right: -10px;
  display: flex;
}
@media (min-width: 992px) {
  .header__tomorrow {
    right: calc(-0.005387931 * 100vw + -4.6551724138px);
  }
}
@media (min-width: 1920px) {
  .header__tomorrow {
    right: -15px;
  }
}
.header__tomorrow-text {
  cursor: pointer;
  color: var(--light, #fef7e9);
  text-align: center;
  font-family: "Gotham Pro";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: 0.38s ease-in-out;
  padding: 10px;
}
@media (min-width: 992px) {
  .header__tomorrow-text {
    padding: calc(0.005387931 * 100vw + 4.6551724138px);
  }
}
@media (min-width: 1920px) {
  .header__tomorrow-text {
    padding: 15px;
  }
}
.header__tomorrow-text:hover {
  color: rgb(245, 137, 52);
}
.header__sort {
  position: relative;
  z-index: 1;
}
.header .header__hiddenlist {
  display: none;
}
.header + * {
  margin-top: 120px;
}
@media (min-width: 992px) {
  .header + * {
    margin-top: calc(0.03125 * 100vw + 89px);
  }
}
@media (min-width: 1920px) {
  .header + * {
    margin-top: 149px;
  }
}

.fixed {
  position: fixed;
  width: 100%;
  box-shadow: 0px 13px 23.2000007629px 0px rgba(74, 61, 48, 0.2);
  z-index: 11;
}

.bankList {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 15px;
}
@media (min-width: 992px) {
  .bankList {
    gap: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .bankList {
    gap: 20px;
  }
}

.addBaggage {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .addBaggage {
    gap: calc(0.0107758621 * 100vw + 4.3103448276px);
  }
}
@media (min-width: 1920px) {
  .addBaggage {
    gap: 25px;
  }
}
@media (min-width: 992px) {
  .addBaggage {
    margin-bottom: calc(0.0323275862 * 100vw + -2.0689655172px);
  }
}
@media (min-width: 1920px) {
  .addBaggage {
    margin-bottom: 60px;
  }
}
.addBaggage p {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  text-align: left;
  color: #4a3d30;
}
@media (min-width: 992px) {
  .addBaggage p {
    font-size: calc(0.0021551724 * 100vw + 15.8620689655px);
  }
}
@media (min-width: 1920px) {
  .addBaggage p {
    font-size: 20px;
  }
}
.addBaggage__action {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (min-width: 992px) {
  .addBaggage__action {
    gap: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .addBaggage__action {
    gap: 20px;
  }
}
.addBaggage__action .selected svg path {
  fill: #6db34f;
}

.chooseSit__TotalPrice {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (min-width: 992px) {
  .chooseSit__TotalPrice {
    gap: calc(0.0021551724 * 100vw + 5.8620689655px);
  }
}
@media (min-width: 1920px) {
  .chooseSit__TotalPrice {
    gap: 10px;
  }
}
.chooseSit__TotalPrice .icon-fi-sr-map-marker-home {
  width: 24px;
  height: 24px;
  font-size: 24px;
  border-radius: 50%;
  color: rgb(109, 179, 79);
}
.chooseSit__TotalPriceCaption {
  font-family: "Gotham Pro";
  font-size: 16px;
  font-weight: 400;
  line-height: 15px;
  color: rgb(74, 61, 48);
}
.chooseSit__TotalPriceCaption span {
  font-weight: 500;
}
.chooseSit__TotalOrder {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 992px) {
  .chooseSit__TotalOrder {
    gap: calc(0.005387931 * 100vw + 4.6551724138px);
  }
}
@media (min-width: 1920px) {
  .chooseSit__TotalOrder {
    gap: 15px;
  }
}
.chooseSit__TotalOrder div {
  text-align: center;
  font-family: "Gotham Pro";
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
}
.chooseSit__TotalOrder div span {
  font-weight: 700;
  font-family: system-ui;
}
.chooseSit__TotalBlock {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (min-width: 992px) {
  .chooseSit__TotalBlock {
    gap: calc(0.0021551724 * 100vw + 5.8620689655px);
  }
}
@media (min-width: 1920px) {
  .chooseSit__TotalBlock {
    gap: 10px;
  }
}
.chooseSit__TotalBlock div:first-child {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: rgb(254, 247, 233);
  border-radius: 50%;
}
.chooseSit__TotalBlock .icon-passenger {
  background-color: rgb(245, 137, 52);
}
.chooseSit__TotalBlock .icon-adult {
  background-color: rgb(74, 61, 48);
}
.chooseSit__TotalBlock .icon-kid {
  background-color: rgb(89, 135, 197);
}
.chooseSit__panel {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 15px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .chooseSit__panel {
    gap: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .chooseSit__panel {
    gap: 20px;
  }
}
@media (min-width: 992px) {
  .chooseSit__panel {
    margin-bottom: calc(0.0215517241 * 100vw + -1.3793103448px);
  }
}
@media (min-width: 1920px) {
  .chooseSit__panel {
    margin-bottom: 40px;
  }
}
.chooseSit__panel-driver {
  position: absolute;
  font-family: "Gotham Pro";
  font-size: 12px;
  font-weight: 500;
  line-height: 11px;
  letter-spacing: 0.06em;
  text-align: center;
  border-radius: 12px;
  color: rgb(74, 61, 48);
  background-color: rgb(241, 223, 185);
  padding-top: 12px;
  padding-bottom: 12px;
  transform: rotate(90deg) translateX(0%);
  width: 36%;
  right: -12%;
  top: 44.5%;
}
.chooseSit__passengersCount {
  border: 1px solid rgb(198, 182, 174);
  padding: 20px;
  border-radius: 24px;
}
@media (min-width: 992px) {
  .chooseSit__passengersCount {
    padding: calc(0.0215517241 * 100vw + -1.3793103448px);
  }
}
@media (min-width: 1920px) {
  .chooseSit__passengersCount {
    padding: 40px;
  }
}
.chooseSit__passengersCountTitle {
  font-family: "Gotham Pro";
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  color: rgb(74, 61, 48);
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .chooseSit__passengersCountTitle {
    font-size: calc(0.0021551724 * 100vw + 15.8620689655px);
  }
}
@media (min-width: 1920px) {
  .chooseSit__passengersCountTitle {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .chooseSit__passengersCountTitle {
    line-height: calc(0.0021551724 * 100vw + 21.8620689655px);
  }
}
@media (min-width: 1920px) {
  .chooseSit__passengersCountTitle {
    line-height: 26px;
  }
}
@media (min-width: 992px) {
  .chooseSit__passengersCountTitle {
    margin-bottom: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .chooseSit__passengersCountTitle {
    margin-bottom: 20px;
  }
}
.chooseSit__passengersCountText {
  font-family: "Gotham Pro";
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .chooseSit__passengersCountText {
    margin-bottom: calc(0.0301724138 * 100vw + 0.0689655172px);
  }
}
@media (min-width: 1920px) {
  .chooseSit__passengersCountText {
    margin-bottom: 58px;
  }
}
.chooseSit__Total {
  background-color: rgb(255, 255, 255);
  border-radius: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 25px;
  padding-right: 25px;
}
@media (min-width: 992px) {
  .chooseSit__Total {
    padding-top: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .chooseSit__Total {
    padding-top: 20px;
  }
}
@media (min-width: 992px) {
  .chooseSit__Total {
    padding-bottom: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .chooseSit__Total {
    padding-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .chooseSit__Total {
    padding-left: calc(0.0161637931 * 100vw + 8.9655172414px);
  }
}
@media (min-width: 1920px) {
  .chooseSit__Total {
    padding-left: 40px;
  }
}
@media (min-width: 992px) {
  .chooseSit__Total {
    padding-right: calc(0.0161637931 * 100vw + 8.9655172414px);
  }
}
@media (min-width: 1920px) {
  .chooseSit__Total {
    padding-right: 40px;
  }
}
.chooseSit__markers {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .chooseSit__markers {
    margin-bottom: calc(0.0215517241 * 100vw + 8.6206896552px);
  }
}
@media (min-width: 1920px) {
  .chooseSit__markers {
    margin-bottom: 50px;
  }
}
.chooseSit__marker {
  border-radius: 7px;
  width: 20px;
  height: 20px;
}
@media (min-width: 992px) {
  .chooseSit__marker {
    width: calc(0.0043103448 * 100vw + 15.724137931px);
  }
}
@media (min-width: 1920px) {
  .chooseSit__marker {
    width: 24px;
  }
}
@media (min-width: 992px) {
  .chooseSit__marker {
    height: calc(0.0043103448 * 100vw + 15.724137931px);
  }
}
@media (min-width: 1920px) {
  .chooseSit__marker {
    height: 24px;
  }
}
.chooseSit__markerBlock {
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: "Gotham Pro";
  font-size: 14px;
  font-weight: 400;
  line-height: 13px;
}
@media (min-width: 992px) {
  .chooseSit__markerBlock {
    gap: calc(0.0032327586 * 100vw + 1.7931034483px);
  }
}
@media (min-width: 1920px) {
  .chooseSit__markerBlock {
    gap: 8px;
  }
}
.chooseSit__marker--grey {
  background-color: rgb(241, 223, 185);
}
.chooseSit__marker--blue {
  background-color: rgb(89, 135, 197);
}
.chooseSit__marker--pink {
  background-color: rgb(245, 137, 52);
}

.scheme {
  position: relative;
  width: 100%;
  border-radius: 36px;
  height: 275px;
  display: flex;
  justify-content: space-between;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(198, 182, 174);
}
@media (min-width: 992px) {
  .scheme {
    height: calc(0.09375 * 100vw + 182px);
  }
}
@media (min-width: 1920px) {
  .scheme {
    height: 362px;
  }
}
.scheme__Set {
  display: flex;
  flex-direction: row-reverse;
  padding: 15px;
}
@media (min-width: 992px) {
  .scheme__Set {
    padding: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .scheme__Set {
    padding: 30px;
  }
}
.scheme__tile {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background: rgb(241, 223, 185);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.scheme__tileSet {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  height: 30px;
}
@media (min-width: 992px) {
  .scheme__tileSet {
    height: calc(0.0107758621 * 100vw + 19.3103448276px);
  }
}
@media (min-width: 1920px) {
  .scheme__tileSet {
    height: 40px;
  }
}
@media (min-width: 992px) {
  .scheme__tile {
    width: calc(0.0107758621 * 100vw + 19.3103448276px);
  }
}
@media (min-width: 1920px) {
  .scheme__tile {
    width: 40px;
  }
}
@media (min-width: 992px) {
  .scheme__tile {
    height: calc(0.0107758621 * 100vw + 19.3103448276px);
  }
}
@media (min-width: 1920px) {
  .scheme__tile {
    height: 40px;
  }
}
@media (min-width: 992px) {
  .scheme__tile {
    border-radius: calc(0.005387931 * 100vw + -0.3448275862px);
  }
}
@media (min-width: 1920px) {
  .scheme__tile {
    border-radius: 10px;
  }
}
.scheme__tile:hover {
  background: rgba(204, 204, 204, 0.555);
  color: rgb(74, 61, 48);
}
.scheme__tile--choosed {
  background: rgb(89, 135, 197);
  color: rgb(255, 255, 255);
}
.scheme__tile--choosed:hover {
  background: rgb(89, 135, 197);
}
.scheme__tile--selected {
  background: rgb(245, 137, 52);
  color: rgb(255, 255, 255);
}
.scheme__tile--selected:hover {
  background: rgb(245, 137, 52);
}
.scheme__tile--busy {
  cursor: not-allowed;
  background: rgb(89, 135, 197);
  color: rgb(255, 255, 255);
}
.scheme__tile--busy:hover {
  color: rgb(255, 255, 255);
  background: rgb(89, 135, 197);
}
.scheme__line {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.scheme__line:nth-child(n+2) {
  margin-right: 5px;
}
@media (min-width: 992px) {
  .scheme__line:nth-child(n+2) {
    margin-right: calc(0.005387931 * 100vw + -0.3448275862px);
  }
}
@media (min-width: 1920px) {
  .scheme__line:nth-child(n+2) {
    margin-right: 10px;
  }
}

.bank {
  min-height: 170px;
  display: flex;
  flex-direction: column;
  position: relative;
  border: 1px solid rgb(198, 182, 174);
  background-color: rgb(255, 255, 255);
  padding: 15px;
  padding-top: 20px;
  border-radius: 20px;
}
@media (min-width: 992px) {
  .bank {
    padding: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .bank {
    padding: 20px;
  }
}
@media (min-width: 992px) {
  .bank {
    padding-top: calc(0.0107758621 * 100vw + 9.3103448276px);
  }
}
@media (min-width: 1920px) {
  .bank {
    padding-top: 30px;
  }
}
.bank--visa {
  background-color: rgb(89, 135, 197);
}
.bank--mastercard {
  background-color: rgb(109, 179, 79);
}
.bank--mir {
  background-color: rgb(245, 137, 52);
}
.bank--active .bank__circle {
  background-color: rgb(245, 137, 52) !important;
}
.bank--active .bank__circle img {
  display: block !important;
}
.bank--visa .bank__name, .bank--mastercard .bank__name, .bank--mir .bank__name {
  color: rgb(255, 255, 255);
}
.bank--visa .bank__top, .bank--mastercard .bank__top, .bank--mir .bank__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.bank--visa .bank__circle, .bank--mastercard .bank__circle, .bank--mir .bank__circle {
  position: absolute;
  top: -17px;
  left: -10px;
  top: -22px;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  border: 5px solid rgb(254, 247, 233);
  background-color: rgb(241, 223, 185);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .bank--visa .bank__circle, .bank--mastercard .bank__circle, .bank--mir .bank__circle {
    top: calc(0.005387931 * 100vw + -27.3448275862px);
  }
}
@media (min-width: 1920px) {
  .bank--visa .bank__circle, .bank--mastercard .bank__circle, .bank--mir .bank__circle {
    top: -17px;
  }
}
.bank--visa .bank__circle img, .bank--mastercard .bank__circle img, .bank--mir .bank__circle img {
  display: none;
  width: 14px;
  height: 10px;
}
.bank--visa .bank__bottom, .bank--mastercard .bank__bottom, .bank--mir .bank__bottom {
  margin-top: auto;
}
.bank--visa .bank__bottom-name, .bank--mastercard .bank__bottom-name, .bank--mir .bank__bottom-name {
  font-family: "Gotham Pro";
  font-size: 16px;
  font-weight: 400;
  line-height: 15px;
  font-size: 14px;
  color: rgb(255, 255, 255);
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .bank--visa .bank__bottom-name, .bank--mastercard .bank__bottom-name, .bank--mir .bank__bottom-name {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .bank--visa .bank__bottom-name, .bank--mastercard .bank__bottom-name, .bank--mir .bank__bottom-name {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .bank--visa .bank__bottom-name, .bank--mastercard .bank__bottom-name, .bank--mir .bank__bottom-name {
    margin-bottom: calc(0.0043103448 * 100vw + 5.724137931px);
  }
}
@media (min-width: 1920px) {
  .bank--visa .bank__bottom-name, .bank--mastercard .bank__bottom-name, .bank--mir .bank__bottom-name {
    margin-bottom: 14px;
  }
}
.bank--visa .bank__bottom-date, .bank--mastercard .bank__bottom-date, .bank--mir .bank__bottom-date {
  font-family: "Gotham Pro";
  font-size: 14px;
  font-weight: 400;
  line-height: 13px;
  font-size: 12px;
  color: rgb(255, 255, 255);
}
@media (min-width: 992px) {
  .bank--visa .bank__bottom-date, .bank--mastercard .bank__bottom-date, .bank--mir .bank__bottom-date {
    font-size: calc(0.0021551724 * 100vw + 9.8620689655px);
  }
}
@media (min-width: 1920px) {
  .bank--visa .bank__bottom-date, .bank--mastercard .bank__bottom-date, .bank--mir .bank__bottom-date {
    font-size: 14px;
  }
}
.bank--visa .bank__img, .bank--mastercard .bank__img, .bank--mir .bank__img {
  width: 45px;
  height: 45px;
  -o-object-fit: contain;
  margin-top: -19px;
  object-fit: contain;
}
@media (min-width: 992px) {
  .bank--visa .bank__img, .bank--mastercard .bank__img, .bank--mir .bank__img {
    width: calc(0.0118534483 * 100vw + 33.2413793103px);
  }
}
@media (min-width: 1920px) {
  .bank--visa .bank__img, .bank--mastercard .bank__img, .bank--mir .bank__img {
    width: 56px;
  }
}
@media (min-width: 992px) {
  .bank--visa .bank__img, .bank--mastercard .bank__img, .bank--mir .bank__img {
    height: calc(0.0118534483 * 100vw + 33.2413793103px);
  }
}
@media (min-width: 1920px) {
  .bank--visa .bank__img, .bank--mastercard .bank__img, .bank--mir .bank__img {
    height: 56px;
  }
}
.bank__name {
  color: rgb(198, 182, 174);
  font-family: Gotham Pro;
  font-size: 16px;
  font-weight: 400;
  line-height: 15px;
  font-size: 14px;
}
@media (min-width: 992px) {
  .bank__name {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .bank__name {
    font-size: 16px;
  }
}
.bank__wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  z-index: 1;
}
.bank__buttons {
  margin-top: auto;
}
.bank > img {
  position: absolute;
  width: 105px;
  height: 170px;
  right: 0;
  top: 0;
  z-index: 0;
}

.about .containerMin {
  position: relative;
}
.about .title {
  text-transform: uppercase;
}
.about__wrapper {
  display: grid;
  grid-template-columns: 0.7fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .about__wrapper {
    margin-bottom: calc(0.0431034483 * 100vw + -22.7586206897px);
  }
}
@media (min-width: 1920px) {
  .about__wrapper {
    margin-bottom: 60px;
  }
}
.about__wrapper > img {
  border-radius: 48px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  min-height: 300px;
}
@media (min-width: 992px) {
  .about__wrapper > img {
    min-height: calc(0.1939655172 * 100vw + 107.5862068966px);
  }
}
@media (min-width: 1920px) {
  .about__wrapper > img {
    min-height: 480px;
  }
}
.about__wrapper-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 25px;
  gap: 20px;
  position: relative;
  border-radius: 48px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .about__wrapper-content {
    padding: calc(0.0107758621 * 100vw + 14.3103448276px);
  }
}
@media (min-width: 1920px) {
  .about__wrapper-content {
    padding: 35px;
  }
}
@media (min-width: 992px) {
  .about__wrapper-content {
    gap: calc(0.0215517241 * 100vw + -1.3793103448px);
  }
}
@media (min-width: 1920px) {
  .about__wrapper-content {
    gap: 40px;
  }
}
.about__wrapper-content img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -o-object-fit: cover;
  object-fit: cover;
}
.about__wrapper-content .title {
  color: #fef7e9;
}
.about__wrapper-content p {
  color: var(--light, #fef7e9);
  font-family: "Gotham Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 144.444%;
  font-size: 16px;
}
@media (min-width: 992px) {
  .about__wrapper-content p {
    font-size: calc(0.0021551724 * 100vw + 13.8620689655px);
  }
}
@media (min-width: 1920px) {
  .about__wrapper-content p {
    font-size: 18px;
  }
}
.about__textBox {
  display: flex;
  flex-direction: column;
  width: 85%;
  gap: 15px;
}
@media (min-width: 992px) {
  .about__textBox {
    gap: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .about__textBox {
    gap: 20px;
  }
}
.about__textBox h3 {
  color: var(--dark, #4a3d30);
  font-family: "Intro Bold";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 142.857%;
  font-size: 22px;
}
@media (min-width: 992px) {
  .about__textBox h3 {
    font-size: calc(0.0064655172 * 100vw + 15.5862068966px);
  }
}
@media (min-width: 1920px) {
  .about__textBox h3 {
    font-size: 28px;
  }
}
.about__textBox p {
  color: var(--dark, #4a3d30);
  font-family: "Gotham Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 166.667%;
  font-size: 16px;
}
@media (min-width: 992px) {
  .about__textBox p {
    font-size: calc(0.0021551724 * 100vw + 13.8620689655px);
  }
}
@media (min-width: 1920px) {
  .about__textBox p {
    font-size: 18px;
  }
}

.ymaps-2-1-79-balloon {
  border-radius: 24px;
  overflow: hidden;
}
.ymaps-2-1-79-balloon__close {
  margin-right: 15px !important;
  margin-top: 15px !important;
}
.ymaps-2-1-79-balloon__close-button {
  background: url(../images/Frame.png) !important;
  background-repeat: no-repeat !important;
  opacity: 1 !important;
}
.ymaps-2-1-79-balloon__content {
  border-radius: 24px;
  background-color: rgb(255, 255, 255) !important;
  padding: 15px !important;
  overflow: hidden;
  margin-right: 57px !important;
}
.ymaps-2-1-79-balloon__content div {
  color: rgb(74, 61, 48) !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
  margin-bottom: 5px !important;
  font-family: "Gotham Pro" !important;
}
.ymaps-2-1-79-balloon-content__header {
  display: flex !important;
  align-items: center;
  gap: 15px;
  margin-bottom: 5px !important;
}
@media (min-width: 992px) {
  .ymaps-2-1-79-balloon-content__header {
    gap: calc(0.0075431034 * 100vw + 7.5172413793px);
  }
}
@media (min-width: 1920px) {
  .ymaps-2-1-79-balloon-content__header {
    gap: 22px;
  }
}
.ymaps-2-1-79-balloon-content__header span {
  font-size: 18px !important;
  font-weight: 500 !important;
  font-family: "Gotham Pro" !important;
  line-height: 24px !important;
  color: rgb(74, 61, 48) !important;
  font-size: 16px;
}
@media (min-width: 992px) {
  .ymaps-2-1-79-balloon-content__header span {
    font-size: calc(0.0021551724 * 100vw + 13.8620689655px);
  }
}
@media (min-width: 1920px) {
  .ymaps-2-1-79-balloon-content__header span {
    font-size: 18px;
  }
}
.ymaps-2-1-79-balloon-content__footer a {
  color: rgb(74, 61, 48) !important;
  font-size: 13px !important;
  line-height: 24px !important;
  font-weight: 500 !important;
  font-family: "Gotham Pro" !important;
}

.button {
  border-radius: 10px;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  cursor: pointer;
  text-align: center;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 60px;
  padding-right: 60px;
  transition: 0.38s ease-in-out;
  font-family: Gotham Pro;
  font-size: 14px;
  font-weight: 400;
  line-height: 13px;
  text-align: center;
}
@media (min-width: 992px) {
  .button {
    padding-top: calc(0.0032327586 * 100vw + 14.7931034483px);
  }
}
@media (min-width: 1920px) {
  .button {
    padding-top: 21px;
  }
}
@media (min-width: 992px) {
  .button {
    padding-bottom: calc(0.0032327586 * 100vw + 14.7931034483px);
  }
}
@media (min-width: 1920px) {
  .button {
    padding-bottom: 21px;
  }
}
@media (min-width: 992px) {
  .button {
    padding-left: calc(0.0495689655 * 100vw + 10.8275862069px);
  }
}
@media (min-width: 1920px) {
  .button {
    padding-left: 106px;
  }
}
@media (min-width: 992px) {
  .button {
    padding-right: calc(0.0495689655 * 100vw + 10.8275862069px);
  }
}
@media (min-width: 1920px) {
  .button {
    padding-right: 106px;
  }
}
.button--busGreen {
  background-color: #6db34f !important;
}
.button--green {
  background: rgb(109, 179, 79);
  color: rgb(255, 255, 255);
  margin-bottom: 15px;
}
.button--white {
  background-color: rgb(254, 247, 233);
  color: rgb(74, 61, 48);
  font-family: "Gotham Pro";
  color: rgb(74, 61, 48);
  font-size: 14px;
  font-weight: 500;
  line-height: 13px;
  width: 100%;
  cursor: pointer;
}
.button--white:hover {
  background-color: rgb(245, 137, 52);
  color: rgb(255, 255, 255);
}
.button--blue {
  background-color: rgb(89, 135, 197);
  color: rgb(255, 255, 255);
  width: 100%;
  cursor: pointer;
}
.button--blue:hover {
  background-color: rgb(70, 115, 175);
}
.button--trans {
  border: 1px solid rgb(198, 182, 174);
  background-color: transparent;
  color: rgb(74, 61, 48);
}
.button--orange {
  background-color: rgb(245, 137, 52);
  color: rgb(255, 255, 255);
  width: 100%;
  cursor: pointer;
}
.button--orange:hover {
  background-color: rgb(217, 118, 41);
}
.button--mbnone {
  margin-bottom: 0px;
}
.button--w100 {
  width: 100%;
}
.button--p93 {
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 992px) {
  .button--p93 {
    padding-left: calc(0.067887931 * 100vw + -37.3448275862px);
  }
}
@media (min-width: 1920px) {
  .button--p93 {
    padding-left: 93px;
  }
}
@media (min-width: 992px) {
  .button--p93 {
    padding-right: calc(0.067887931 * 100vw + -37.3448275862px);
  }
}
@media (min-width: 1920px) {
  .button--p93 {
    padding-right: 93px;
  }
}
.button--w23 {
  width: 23.7%;
}
.button--wfc {
  width: -moz-fit-content;
  width: fit-content;
}
.button--nopad {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.button--p15 {
  padding-top: 13px;
  padding-bottom: 13px;
}
@media (min-width: 992px) {
  .button--p15 {
    padding-top: calc(0.0021551724 * 100vw + 10.8620689655px);
  }
}
@media (min-width: 1920px) {
  .button--p15 {
    padding-top: 15px;
  }
}
@media (min-width: 992px) {
  .button--p15 {
    padding-bottom: calc(0.0021551724 * 100vw + 10.8620689655px);
  }
}
@media (min-width: 1920px) {
  .button--p15 {
    padding-bottom: 15px;
  }
}
.button--p17 {
  padding-top: 13px;
  padding-bottom: 13px;
}
@media (min-width: 992px) {
  .button--p17 {
    padding-top: calc(0.0043103448 * 100vw + 8.724137931px);
  }
}
@media (min-width: 1920px) {
  .button--p17 {
    padding-top: 17px;
  }
}
@media (min-width: 992px) {
  .button--p17 {
    padding-bottom: calc(0.0043103448 * 100vw + 8.724137931px);
  }
}
@media (min-width: 1920px) {
  .button--p17 {
    padding-bottom: 17px;
  }
}
.button--p19 {
  padding-top: 13px;
  padding-bottom: 13px;
}
@media (min-width: 992px) {
  .button--p19 {
    padding-top: calc(0.0064655172 * 100vw + 6.5862068966px);
  }
}
@media (min-width: 1920px) {
  .button--p19 {
    padding-top: 19px;
  }
}
@media (min-width: 992px) {
  .button--p19 {
    padding-bottom: calc(0.0064655172 * 100vw + 6.5862068966px);
  }
}
@media (min-width: 1920px) {
  .button--p19 {
    padding-bottom: 19px;
  }
}
.button--p59 {
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 992px) {
  .button--p59 {
    padding-left: calc(0.03125 * 100vw + -1px);
  }
}
@media (min-width: 1920px) {
  .button--p59 {
    padding-left: 59px;
  }
}
@media (min-width: 992px) {
  .button--p59 {
    padding-right: calc(0.03125 * 100vw + -1px);
  }
}
@media (min-width: 1920px) {
  .button--p59 {
    padding-right: 59px;
  }
}
.button--border {
  border: #c6b6ae 1px solid;
}

.hotline {
  /* для элемента label, связанного с .custom-checkbox */
  /* создание в label псевдоэлемента before со следующими стилями */
  /* стили для чекбокса, находящегося в состоянии checked */
}
.hotline .containerMin {
  position: relative;
}
.hotline--mb200 {
  margin-bottom: 100px;
}
@media (min-width: 992px) {
  .hotline--mb200 {
    margin-bottom: calc(0.1077586207 * 100vw + -6.8965517241px);
  }
}
@media (min-width: 1920px) {
  .hotline--mb200 {
    margin-bottom: 200px;
  }
}
.hotline__phone {
  color: var(--light, #fef7e9);
  font-family: "Gotham Pro";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  font-size: 20px;
}
@media (min-width: 992px) {
  .hotline__phone {
    font-size: calc(0.0043103448 * 100vw + 15.724137931px);
  }
}
@media (min-width: 1920px) {
  .hotline__phone {
    font-size: 24px;
  }
}
.hotline__mail {
  color: var(--light, #fef7e9);
  font-family: "Gotham Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.hotline__wrapper {
  border-radius: 48px;
  background-color: #5987c5;
  padding: 30px;
  display: grid;
  grid-template-columns: 1.3fr 0.8fr;
  position: relative;
}
@media (min-width: 992px) {
  .hotline__wrapper {
    padding: calc(0.0107758621 * 100vw + 19.3103448276px);
  }
}
@media (min-width: 1920px) {
  .hotline__wrapper {
    padding: 40px;
  }
}
.hotline__wrapper-right {
  margin-top: 50px;
  margin-right: 30px;
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  gap: 13px;
}
@media (min-width: 992px) {
  .hotline__wrapper-right {
    margin-right: calc(0.0107758621 * 100vw + 19.3103448276px);
  }
}
@media (min-width: 1920px) {
  .hotline__wrapper-right {
    margin-right: 40px;
  }
}
@media (min-width: 992px) {
  .hotline__wrapper-right {
    gap: calc(0.0032327586 * 100vw + 9.7931034483px);
  }
}
@media (min-width: 1920px) {
  .hotline__wrapper-right {
    gap: 16px;
  }
}
.hotline__wrapper > img {
  position: absolute;
  right: 0;
  bottom: 0;
  -o-object-fit: contain;
  object-fit: contain;
  height: 200px;
  width: 280px;
}
.hotline__wrapper .title {
  color: #fef7e9;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .hotline__wrapper .title {
    margin-bottom: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .hotline__wrapper .title {
    margin-bottom: 20px;
  }
}
.hotline__wrapper p {
  color: var(--light, #fef7e9);
  font-family: "Gotham Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 20px;
  width: 75%;
}
@media (min-width: 992px) {
  .hotline__wrapper p {
    margin-bottom: calc(0.0215517241 * 100vw + -1.3793103448px);
  }
}
@media (min-width: 1920px) {
  .hotline__wrapper p {
    margin-bottom: 40px;
  }
}
.hotline__wrapper textarea {
  width: 100%;
  border-radius: 12px;
  border: 1px solid var(--light, #fef7e9);
  background: #fff;
  color: var(--dark, rgb(74, 61, 48));
  font-family: "Gotham Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  outline: none;
  resize: none;
  line-height: normal;
  margin-bottom: 10px;
  min-height: 95px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 992px) {
  .hotline__wrapper textarea {
    min-height: calc(0.025862069 * 100vw + 69.3448275862px);
  }
}
@media (min-width: 1920px) {
  .hotline__wrapper textarea {
    min-height: 119px;
  }
}
@media (min-width: 992px) {
  .hotline__wrapper textarea {
    padding-top: calc(0.0021551724 * 100vw + 7.8620689655px);
  }
}
@media (min-width: 1920px) {
  .hotline__wrapper textarea {
    padding-top: 12px;
  }
}
@media (min-width: 992px) {
  .hotline__wrapper textarea {
    padding-bottom: calc(0.0021551724 * 100vw + 7.8620689655px);
  }
}
@media (min-width: 1920px) {
  .hotline__wrapper textarea {
    padding-bottom: 12px;
  }
}
@media (min-width: 992px) {
  .hotline__wrapper textarea {
    padding-left: calc(0.005387931 * 100vw + 4.6551724138px);
  }
}
@media (min-width: 1920px) {
  .hotline__wrapper textarea {
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .hotline__wrapper textarea {
    padding-right: calc(0.005387931 * 100vw + 4.6551724138px);
  }
}
@media (min-width: 1920px) {
  .hotline__wrapper textarea {
    padding-right: 15px;
  }
}
.hotline__wrapper textarea::-moz-placeholder {
  color: var(--dark, rgb(74, 61, 48));
}
.hotline__wrapper textarea::placeholder {
  color: var(--dark, rgb(74, 61, 48));
}
.hotline__bottom {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (min-width: 992px) {
  .hotline__bottom {
    gap: calc(0.0797413793 * 100vw + -59.1034482759px);
  }
}
@media (min-width: 1920px) {
  .hotline__bottom {
    gap: 94px;
  }
}
.hotline__bottom > a {
  color: var(--White, #fff);
  text-align: center;
  font-family: "Gotham Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 10px;
  background: var(--orange, #f58934);
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (min-width: 992px) {
  .hotline__bottom > a {
    padding-top: calc(0.0043103448 * 100vw + 13.724137931px);
  }
}
@media (min-width: 1920px) {
  .hotline__bottom > a {
    padding-top: 22px;
  }
}
@media (min-width: 992px) {
  .hotline__bottom > a {
    padding-bottom: calc(0.0043103448 * 100vw + 13.724137931px);
  }
}
@media (min-width: 1920px) {
  .hotline__bottom > a {
    padding-bottom: 22px;
  }
}
@media (min-width: 992px) {
  .hotline__bottom > a {
    padding-left: calc(0.0215517241 * 100vw + 18.6206896552px);
  }
}
@media (min-width: 1920px) {
  .hotline__bottom > a {
    padding-left: 60px;
  }
}
@media (min-width: 992px) {
  .hotline__bottom > a {
    padding-right: calc(0.0215517241 * 100vw + 18.6206896552px);
  }
}
@media (min-width: 1920px) {
  .hotline__bottom > a {
    padding-right: 60px;
  }
}
.hotline .custom-checkbox {
  width: 100%;
  cursor: pointer;
}
.hotline .custom-checkbox > input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.hotline .custom-checkbox > div {
  display: flex;
  align-items: flex-start;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.hotline .custom-checkbox > div a {
  display: inline;
  color: var(--light, #fef7e9);
  font-family: "Gotham Pro";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  text-decoration-line: underline;
}
.hotline .custom-checkbox > div span {
  display: inline;
  color: var(--dark, #4a3d30);
  font-family: "Gotham Pro";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  /* 116.667% */
  /*  */
}
.hotline .custom-checkbox > div::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  flex-grow: 0;
  border-radius: 4px;
  border: 1px solid #e9eff2;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 85%;
}
.hotline .custom-checkbox > input:checked + div::before {
  border-color: #f58934;
  background-color: #f58934;
  background-image: url("../images/Vector123.png");
}
.hotline__inputs {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 10px;
}
.hotline__inputs input {
  width: 100%;
  border-radius: 12px;
  border: 1px solid var(--light, #fef7e9);
  background: #fff;
  color: var(--dark, rgb(74, 61, 48));
  font-family: "Gotham Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 992px) {
  .hotline__inputs input {
    padding-top: calc(0.0075431034 * 100vw + 7.5172413793px);
  }
}
@media (min-width: 1920px) {
  .hotline__inputs input {
    padding-top: 22px;
  }
}
@media (min-width: 992px) {
  .hotline__inputs input {
    padding-bottom: calc(0.0075431034 * 100vw + 7.5172413793px);
  }
}
@media (min-width: 1920px) {
  .hotline__inputs input {
    padding-bottom: 22px;
  }
}
@media (min-width: 992px) {
  .hotline__inputs input {
    padding-left: calc(0.005387931 * 100vw + 4.6551724138px);
  }
}
@media (min-width: 1920px) {
  .hotline__inputs input {
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .hotline__inputs input {
    padding-right: calc(0.005387931 * 100vw + 4.6551724138px);
  }
}
@media (min-width: 1920px) {
  .hotline__inputs input {
    padding-right: 15px;
  }
}
.hotline__inputs input::-moz-placeholder {
  color: var(--dark, rgb(74, 61, 48));
}
.hotline__inputs input::placeholder {
  color: var(--dark, rgb(74, 61, 48));
}

.download {
  position: -webkit-sticky;
  border-radius: 24px;
  background: var(--White, #fff);
  padding: 10px;
  width: 130px;
}
.downloadWrapper {
  left: 100%;
  position: absolute;
  height: 100%;
}
@media (min-width: 992px) {
  .download {
    padding: calc(0.0107758621 * 100vw + -0.6896551724px);
  }
}
@media (min-width: 1920px) {
  .download {
    padding: 20px;
  }
}
@media (min-width: 992px) {
  .download {
    width: calc(0.1077586207 * 100vw + 23.1034482759px);
  }
}
@media (min-width: 1920px) {
  .download {
    width: 230px;
  }
}
.download__title {
  color: var(--dark, #4a3d30);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .download__title {
    margin-bottom: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .download__title {
    margin-bottom: 20px;
  }
}
.download__btns {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
@media (min-width: 992px) {
  .download__btns {
    gap: calc(0.0032327586 * 100vw + 6.7931034483px);
  }
}
@media (min-width: 1920px) {
  .download__btns {
    gap: 13px;
  }
}

section {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  section {
    margin-bottom: calc(0.0646551724 * 100vw + -24.1379310345px);
  }
}
@media (min-width: 1920px) {
  section {
    margin-bottom: 100px;
  }
}

.subtitle {
  font-family: "Gotham Pro";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  width: 40%;
  font-size: 14px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .subtitle {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .subtitle {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .subtitle {
    margin-bottom: calc(0.0107758621 * 100vw + 19.3103448276px);
  }
}
@media (min-width: 1920px) {
  .subtitle {
    margin-bottom: 40px;
  }
}
.subtitle--w {
  width: 100%;
}
.subtitle--w50 {
  width: 50%;
}
.subtitle--mb60 {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .subtitle--mb60 {
    margin-bottom: calc(0.0215517241 * 100vw + 18.6206896552px);
  }
}
@media (min-width: 1920px) {
  .subtitle--mb60 {
    margin-bottom: 60px;
  }
}

.FAQ .containerMin {
  position: relative;
}
.FAQ .download {
  top: 58px;
}
.FAQ__item {
  border-radius: 48px;
  background: var(--orange, #f58934);
  height: -moz-fit-content;
  height: fit-content;
  padding: 30px;
}
@media (min-width: 992px) {
  .FAQ__item {
    padding: calc(0.0107758621 * 100vw + 19.3103448276px);
  }
}
@media (min-width: 1920px) {
  .FAQ__item {
    padding: 40px;
  }
}
.FAQ .title {
  color: #fef7e9;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .FAQ .title {
    margin-bottom: calc(0.0215517241 * 100vw + 8.6206896552px);
  }
}
@media (min-width: 1920px) {
  .FAQ .title {
    margin-bottom: 50px;
  }
}
.FAQ__tabs {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .FAQ__tabs {
    gap: calc(0.0161637931 * 100vw + 3.9655172414px);
  }
}
@media (min-width: 1920px) {
  .FAQ__tabs {
    gap: 35px;
  }
}
@media (min-width: 992px) {
  .FAQ__tabs {
    margin-bottom: calc(0.0818965517 * 100vw + -41.2413793103px);
  }
}
@media (min-width: 1920px) {
  .FAQ__tabs {
    margin-bottom: 116px;
  }
}
.FAQ__tabs-item {
  color: var(--light, #fef7e9);
  font-family: "Gotham Pro";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-size: 18px;
  cursor: pointer;
}
@media (min-width: 992px) {
  .FAQ__tabs-item {
    font-size: calc(0.0043103448 * 100vw + 13.724137931px);
  }
}
@media (min-width: 1920px) {
  .FAQ__tabs-item {
    font-size: 22px;
  }
}
.FAQ__accordeon {
  display: flex;
  flex-direction: column;
  gap: 15px;
  opacity: 0;
  transition: 0.38s ease-in-out;
  display: none;
}
@media (min-width: 992px) {
  .FAQ__accordeon {
    gap: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .FAQ__accordeon {
    gap: 20px;
  }
}
.FAQ__accordeon--opacity {
  opacity: 1;
}
.FAQ__accordeon--active {
  display: flex;
}
.FAQ__accordeon-box {
  border-radius: 24px;
  background: var(--White, #fff);
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .FAQ__accordeon-box {
    padding-top: calc(0.0107758621 * 100vw + 9.3103448276px);
  }
}
@media (min-width: 1920px) {
  .FAQ__accordeon-box {
    padding-top: 30px;
  }
}
@media (min-width: 992px) {
  .FAQ__accordeon-box {
    padding-bottom: calc(0.0107758621 * 100vw + 9.3103448276px);
  }
}
@media (min-width: 1920px) {
  .FAQ__accordeon-box {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .FAQ__accordeon-box {
    padding-left: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .FAQ__accordeon-box {
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  .FAQ__accordeon-box {
    padding-right: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .FAQ__accordeon-box {
    padding-right: 20px;
  }
}
.FAQ__accordeon-text {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: baseline;
}
.FAQ__accordeon-text p {
  color: var(--dark, #4a3d30);
  font-family: "Gotham Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 144.444%;
  font-size: 16px;
}
@media (min-width: 992px) {
  .FAQ__accordeon-text p {
    font-size: calc(0.0021551724 * 100vw + 13.8620689655px);
  }
}
@media (min-width: 1920px) {
  .FAQ__accordeon-text p {
    font-size: 18px;
  }
}
.FAQ__accordeon-cross {
  padding: 5px;
  width: 29px;
  height: 29px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  transition: 0.38s ease-in-out;
  border: 1px solid #ffdcc0;
  background: var(--White, #fff);
  transform: rotate(45deg);
}
.FAQ__accordeon-cross--open {
  transform: rotate(0deg);
}
.FAQ__accordeon-hidden {
  margin-top: 20px;
  display: none;
  color: var(--dark, #4a3d30);
  font-family: "Gotham Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  font-size: 14px;
}
@media (min-width: 992px) {
  .FAQ__accordeon-hidden {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .FAQ__accordeon-hidden {
    font-size: 16px;
  }
}
.FAQ__list-item--active {
  color: #4a3d30;
  font-weight: 500;
}
.FAQ__inner {
  display: grid;
  grid-template-columns: 0.5fr 1.2fr;
  gap: 20px;
}
.map .containerMin {
  position: relative;
}
.map__wrapper {
  position: relative;
  top: -48px;
}
.map__row {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .map__row {
    margin-bottom: calc(0.0215517241 * 100vw + -1.3793103448px);
  }
}
@media (min-width: 1920px) {
  .map__row {
    margin-bottom: 40px;
  }
}
.map__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}
@media (min-width: 992px) {
  .map__list {
    gap: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .map__list {
    gap: 20px;
  }
}
.map__point {
  background-color: rgb(255, 255, 255);
  border-radius: 24px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 992px) {
  .map__point {
    padding: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .map__point {
    padding: 20px;
  }
}
@media (min-width: 992px) {
  .map__point {
    gap: calc(0.0032327586 * 100vw + 6.7931034483px);
  }
}
@media (min-width: 1920px) {
  .map__point {
    gap: 13px;
  }
}
.map__point-name {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (min-width: 992px) {
  .map__point-name {
    gap: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .map__point-name {
    gap: 20px;
  }
}
.map__point-name .icon-location {
  color: rgb(245, 137, 52);
  font-size: 26px;
  height: -moz-fit-content;
  height: fit-content;
}
@media (min-width: 992px) {
  .map__point-name .icon-location {
    font-size: calc(0.0043103448 * 100vw + 21.724137931px);
  }
}
@media (min-width: 1920px) {
  .map__point-name .icon-location {
    font-size: 30px;
  }
}
.map__point-name p {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  font-size: 16px;
  line-height: 20px;
  color: rgb(74, 61, 48);
}
@media (min-width: 992px) {
  .map__point-name p {
    font-size: calc(0.0043103448 * 100vw + 11.724137931px);
  }
}
@media (min-width: 1920px) {
  .map__point-name p {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .map__point-name p {
    line-height: calc(0.0043103448 * 100vw + 15.724137931px);
  }
}
@media (min-width: 1920px) {
  .map__point-name p {
    line-height: 24px;
  }
}
.map__point-descr {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: rgb(74, 61, 48);
  font-size: 14px;
  line-height: 22px;
}
@media (min-width: 992px) {
  .map__point-descr {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .map__point-descr {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .map__point-descr {
    line-height: calc(0.0021551724 * 100vw + 19.8620689655px);
  }
}
@media (min-width: 1920px) {
  .map__point-descr {
    line-height: 24px;
  }
}
.map__point-phone {
  margin-top: auto;
}
.map__point-phone a {
  font-size: 16px;
  font-weight: 500;
  color: rgb(74, 61, 48);
  line-height: 24px;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 992px) {
  .map__point-phone a {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .map__point-phone a {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .map__point-phone a {
    line-height: calc(0.0043103448 * 100vw + 15.724137931px);
  }
}
@media (min-width: 1920px) {
  .map__point-phone a {
    line-height: 24px;
  }
}
.map #mapYandex {
  border-radius: 48px;
  overflow: hidden;
  height: 400px;
}
@media (min-width: 992px) {
  .map #mapYandex {
    height: calc(0.1077586207 * 100vw + 293.1034482759px);
  }
}
@media (min-width: 1920px) {
  .map #mapYandex {
    height: 500px;
  }
}
.map__search {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 12px;
  border: 1px solid var(--light, #fef7e9);
  background: #fff;
  width: 400px;
}
@media (min-width: 992px) {
  .map__search {
    padding-left: calc(0.005387931 * 100vw + 4.6551724138px);
  }
}
@media (min-width: 1920px) {
  .map__search {
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .map__search {
    padding-right: calc(0.005387931 * 100vw + 4.6551724138px);
  }
}
@media (min-width: 1920px) {
  .map__search {
    padding-right: 15px;
  }
}
@media (min-width: 992px) {
  .map__search {
    width: calc(0.099137931 * 100vw + 301.6551724138px);
  }
}
@media (min-width: 1920px) {
  .map__search {
    width: 492px;
  }
}
.map__search input {
  font-size: 16px;
  font-weight: 400;
  line-height: 15px;
  color: rgb(74, 61, 48);
  font-size: 14px;
  line-height: 13px;
}
@media (min-width: 992px) {
  .map__search input {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .map__search input {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .map__search input {
    line-height: calc(0.0021551724 * 100vw + 10.8620689655px);
  }
}
@media (min-width: 1920px) {
  .map__search input {
    line-height: 15px;
  }
}
.map__search input::-moz-placeholder {
  color: rgb(74, 61, 48);
}
.map__search input::placeholder {
  color: rgb(74, 61, 48);
}
.map__search .icon-search {
  color: rgb(109, 179, 79);
  font-size: 20px;
}
@media (min-width: 992px) {
  .map__search .icon-search {
    font-size: calc(0.0032327586 * 100vw + 16.7931034483px);
  }
}
@media (min-width: 1920px) {
  .map__search .icon-search {
    font-size: 23px;
  }
}
.map .selectize-control {
  flex-grow: 2;
  position: unset !important;
}
.map .selectize-dropdown {
  width: 100% !important;
  left: 0 !important;
  overflow: hidden;
  top: 113% !important;
  background-color: rgb(255, 255, 255);
  border-radius: 12px;
}
.map .selectize-dropdown-content {
  text-align: start;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 8px;
}
.map .selectize-dropdown-content::-webkit-scrollbar {
  width: 4px;
  border-radius: 4px;
  background: rgb(224, 237, 254);
  /* ширина всей полосы прокрутки */
}
.map .selectize-dropdown-content::-webkit-scrollbar-track {
  background: rgb(224, 237, 254);
  /* цвет зоны отслеживания */
}
.map .selectize-dropdown-content::-webkit-scrollbar-thumb {
  background-color: rgb(89, 135, 197);
  /* цвет бегунка */
  border-radius: 4px;
  /* округлось бегунка */
}
.map .selectize-dropdown .option {
  font-size: 16px;
  font-weight: 400;
  line-height: 15px;
  font-size: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .map .selectize-dropdown .option {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .map .selectize-dropdown .option {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .map .selectize-dropdown .option {
    padding-top: calc(0.0032327586 * 100vw + 4.7931034483px);
  }
}
@media (min-width: 1920px) {
  .map .selectize-dropdown .option {
    padding-top: 11px;
  }
}
@media (min-width: 992px) {
  .map .selectize-dropdown .option {
    padding-bottom: calc(0.0032327586 * 100vw + 4.7931034483px);
  }
}
@media (min-width: 1920px) {
  .map .selectize-dropdown .option {
    padding-bottom: 11px;
  }
}
@media (min-width: 992px) {
  .map .selectize-dropdown .option {
    padding-left: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .map .selectize-dropdown .option {
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  .map .selectize-dropdown .option {
    padding-right: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .map .selectize-dropdown .option {
    padding-right: 20px;
  }
}
.map .selectize-dropdown .option.active {
  background-color: rgb(254, 247, 233);
}
.map .selectize-input {
  text-align: start;
}
.map .selectize-control {
  width: 263px;
  border-radius: 10px;
}
.map .selectize-control .item {
  color: 74, 61, 48, 1;
  font-family: "Gotham Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: start;
}
.map .selectize-control.single .selectize-input::after {
  border-width: 0px;
  display: none;
  width: 14px;
  height: 14px;
  top: 46%;
  right: 27px;
  border-color: transparent;
  content: url("../images/fi-sr-angle-small-down.png");
}
.map .selectize-input {
  border: 0px;
  box-shadow: none;
  border-radius: 10px;
  padding: 15px;
  padding-left: 8px;
}
@media (min-width: 992px) {
  .map .selectize-input {
    padding: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .map .selectize-input {
    padding: 20px;
  }
}
@media (min-width: 992px) {
  .map .selectize-input {
    padding-left: calc(0.0010775862 * 100vw + 6.9310344828px);
  }
}
@media (min-width: 1920px) {
  .map .selectize-input {
    padding-left: 9px;
  }
}
.map .title {
  color: #fef7e9;
}
.map .title__line {
  position: relative;
  text-align: center;
  top: 48px;
  border-radius: 48px 48px 0px 0px;
  background: var(--green, #6db34f);
  padding: 30px;
  padding-bottom: 78px;
}
@media (min-width: 992px) {
  .map .title__line {
    padding: calc(0.0107758621 * 100vw + 19.3103448276px);
  }
}
@media (min-width: 1920px) {
  .map .title__line {
    padding: 40px;
  }
}
@media (min-width: 992px) {
  .map .title__line {
    padding-bottom: calc(0.0107758621 * 100vw + 67.3103448276px);
  }
}
@media (min-width: 1920px) {
  .map .title__line {
    padding-bottom: 88px;
  }
}
.map .title__line-center {
  align-items: center;
}

.paymentList {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}
@media (min-width: 992px) {
  .paymentList {
    gap: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .paymentList {
    gap: 20px;
  }
}

.card {
  padding: 15px;
  background: rgb(109, 179, 79);
  border-radius: 24px;
  position: relative;
}
@media (min-width: 992px) {
  .card {
    padding: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .card {
    padding: 20px;
  }
}
.card--empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
@media (min-width: 992px) {
  .card--empty {
    gap: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .card--empty {
    gap: 20px;
  }
}
.card--empty .card__row {
  background-color: rgba(254, 247, 233, 0.5);
  border-radius: 50%;
  position: relative;
  padding: 12px;
  display: flex;
  padding-left: 11.5px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.card--empty .card__row .icon-user {
  color: rgb(109, 179, 79);
  font-size: 26px;
}
@media (min-width: 992px) {
  .card--empty .card__row .icon-user {
    font-size: calc(0.0086206897 * 100vw + 17.4482758621px);
  }
}
@media (min-width: 1920px) {
  .card--empty .card__row .icon-user {
    font-size: 34px;
  }
}
.card--empty .card__buttons {
  width: 100%;
  display: flex;
  gap: 15px;
  align-items: center;
}
@media (min-width: 992px) {
  .card--empty .card__buttons {
    gap: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .card--empty .card__buttons {
    gap: 20px;
  }
}
.card > img {
  position: absolute;
  top: 0;
  z-index: 0;
  right: 0;
  -o-object-fit: contain;
  object-fit: contain;
  width: 200px;
  height: 200px;
}
@media (min-width: 992px) {
  .card > img {
    width: calc(0.0538793103 * 100vw + 146.5517241379px);
  }
}
@media (min-width: 1920px) {
  .card > img {
    width: 250px;
  }
}
@media (min-width: 992px) {
  .card > img {
    height: calc(0.0538793103 * 100vw + 146.5517241379px);
  }
}
@media (min-width: 1920px) {
  .card > img {
    height: 250px;
  }
}
.card__buttons {
  margin-top: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
@media (min-width: 992px) {
  .card__buttons {
    gap: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .card__buttons {
    gap: 20px;
  }
}
.card__wrapper {
  position: relative;
  height: 100%;
  z-index: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (min-width: 992px) {
  .card__wrapper {
    gap: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .card__wrapper {
    gap: 20px;
  }
}
.card__title {
  font-family: "Intro Bold";
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
  color: rgb(255, 255, 255);
  font-size: 20px;
  line-height: 32px;
}
@media (min-width: 992px) {
  .card__title {
    font-size: calc(0.0043103448 * 100vw + 15.724137931px);
  }
}
@media (min-width: 1920px) {
  .card__title {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .card__title {
    line-height: calc(0.0086206897 * 100vw + 23.4482758621px);
  }
}
@media (min-width: 1920px) {
  .card__title {
    line-height: 40px;
  }
}
.card__date {
  font-family: "Gotham Pro";
  font-size: 14px;
  font-weight: 400;
  line-height: 13px;
  color: rgb(254, 247, 233);
}
.card__logo--width {
  width: 35px;
  height: 35px;
}
@media (min-width: 992px) {
  .card__logo--width {
    width: calc(0.0215517241 * 100vw + 13.6206896552px);
  }
}
@media (min-width: 1920px) {
  .card__logo--width {
    width: 55px;
  }
}
@media (min-width: 992px) {
  .card__logo--width {
    height: calc(0.0215517241 * 100vw + 13.6206896552px);
  }
}
@media (min-width: 1920px) {
  .card__logo--width {
    height: 55px;
  }
}

.waybill {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .waybill {
    margin-bottom: calc(0.0323275862 * 100vw + -2.0689655172px);
  }
}
@media (min-width: 1920px) {
  .waybill {
    margin-bottom: 60px;
  }
}
.waybill__row {
  display: grid;
  grid-template-columns: 0.95fr 0.76fr 0.55fr;
  align-items: start;
}
.waybill__way {
  margin-right: 15px;
  padding-right: 30px;
}
@media (min-width: 992px) {
  .waybill__way {
    margin-right: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .waybill__way {
    margin-right: 20px;
  }
}
@media (min-width: 992px) {
  .waybill__way {
    padding-right: calc(0.0409482759 * 100vw + -10.6206896552px);
  }
}
@media (min-width: 1920px) {
  .waybill__way {
    padding-right: 68px;
  }
}
.waybill__routeStart {
  padding-bottom: 20px;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.waybill__routeStart::before {
  content: "";
  height: 20px;
  width: 0px;
  position: absolute;
  bottom: 0;
  left: 6px;
  border: 1px dashed rgb(198, 182, 174);
}
.waybill__routeStart .waybill__routeTime {
  color: rgb(89, 135, 197);
  font-family: Gotham Pro;
  font-size: 16px;
  font-weight: 700;
  line-height: 15px;
  font-size: 14px;
}
@media (min-width: 992px) {
  .waybill__routeStart .waybill__routeTime {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .waybill__routeStart .waybill__routeTime {
    font-size: 16px;
  }
}
.waybill__routeStart .waybill__routeTitle {
  color: rgb(89, 135, 197);
  font-family: Gotham Pro;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  font-size: 16px;
}
@media (min-width: 992px) {
  .waybill__routeStart .waybill__routeTitle {
    font-size: calc(0.0021551724 * 100vw + 13.8620689655px);
  }
}
@media (min-width: 1920px) {
  .waybill__routeStart .waybill__routeTitle {
    font-size: 18px;
  }
}
.waybill__routeStart .waybill__routeDate-text {
  color: rgb(198, 182, 174);
  font-family: Gotham Pro;
  font-size: 12px;
  font-weight: 400;
  line-height: 11px;
}
.waybill__routeStartName {
  display: flex;
  gap: 20px;
}
.waybill__routeStartName img {
  width: 14px;
  height: 14px;
}
.waybill__routeStartNameText .waybill__routeTime {
  color: rgb(89, 135, 197);
  font-family: Gotham Pro;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  font-size: 16px;
}
@media (min-width: 992px) {
  .waybill__routeStartNameText .waybill__routeTime {
    font-size: calc(0.0021551724 * 100vw + 13.8620689655px);
  }
}
@media (min-width: 1920px) {
  .waybill__routeStartNameText .waybill__routeTime {
    font-size: 18px;
  }
}
.waybill__routeStartNameText .waybill__routeDate-text {
  color: rgb(89, 135, 197);
  font-family: Gotham Pro;
  font-size: 16px;
  font-weight: 700;
  line-height: 15px;
  letter-spacing: 0%;
  text-align: center;
}
.waybill__routeDestination {
  display: flex;
  justify-content: space-between;
}
.waybill__routeDestination .waybill__routeTime {
  color: rgb(89, 135, 197);
  font-family: Gotham Pro;
  font-size: 16px;
  font-weight: 700;
  line-height: 15px;
  font-size: 14px;
}
@media (min-width: 992px) {
  .waybill__routeDestination .waybill__routeTime {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .waybill__routeDestination .waybill__routeTime {
    font-size: 16px;
  }
}
.waybill__routeDestination .waybill__routeTitle {
  color: rgb(89, 135, 197);
  font-family: Gotham Pro;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  font-size: 16px;
}
@media (min-width: 992px) {
  .waybill__routeDestination .waybill__routeTitle {
    font-size: calc(0.0021551724 * 100vw + 13.8620689655px);
  }
}
@media (min-width: 1920px) {
  .waybill__routeDestination .waybill__routeTitle {
    font-size: 18px;
  }
}
.waybill__routeDestination .waybill__routeDate-text {
  color: rgb(198, 182, 174);
  font-family: Gotham Pro;
  font-size: 12px;
  font-weight: 400;
  line-height: 11px;
}
.waybill__routeDestination .waybill__routeStartName {
  align-items: center;
}
.waybill__routeDestinationName {
  display: flex;
  gap: 20px;
}
.waybill__routeDestinationName img {
  width: 14px;
  height: 14px;
}
.waybill__routeDestinationNameText .waybill__routeTime {
  color: rgb(89, 135, 197);
  font-family: Gotham Pro;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  font-size: 16px;
}
@media (min-width: 992px) {
  .waybill__routeDestinationNameText .waybill__routeTime {
    font-size: calc(0.0021551724 * 100vw + 13.8620689655px);
  }
}
@media (min-width: 1920px) {
  .waybill__routeDestinationNameText .waybill__routeTime {
    font-size: 18px;
  }
}
.waybill__routeDestinationNameText .waybill__routeDate-text {
  color: rgb(89, 135, 197);
  font-family: Gotham Pro;
  font-size: 16px;
  font-weight: 700;
  line-height: 15px;
  letter-spacing: 0%;
  text-align: center;
}
.waybill__routePoint {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
  position: relative;
}
.waybill__routePoint::before {
  content: "";
  height: 20px;
  width: 0px;
  position: absolute;
  bottom: 0;
  left: 6px;
  border: 1px dashed rgb(198, 182, 174);
}
.waybill__routePoint .waybill__routePointNameTitle {
  color: rgb(74, 61, 48);
  font-family: Gotham Pro;
  font-size: 16px;
  font-weight: 700;
  line-height: 15px;
  margin-bottom: 5px;
  font-size: 14px;
}
@media (min-width: 992px) {
  .waybill__routePoint .waybill__routePointNameTitle {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .waybill__routePoint .waybill__routePointNameTitle {
    font-size: 16px;
  }
}
.waybill__routePoint .waybill__routePointNameDate {
  color: rgb(198, 182, 174);
  font-family: Gotham Pro;
  font-size: 12px;
  font-weight: 400;
  line-height: 11px;
}
.waybill__routePointNameCaption {
  display: flex;
  gap: 20px;
  align-items: center;
  height: 100%;
}
.waybill__routePointNameCaption img {
  width: 14px;
  height: 14px;
}
.waybill__routePointNameCaptionTitle {
  color: rgb(74, 61, 48);
  font-family: Gotham Pro;
  font-size: 16px;
  font-weight: 0;
  line-height: 22px;
  font-size: 14px;
}
@media (min-width: 992px) {
  .waybill__routePointNameCaptionTitle {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .waybill__routePointNameCaptionTitle {
    font-size: 16px;
  }
}
.waybill__routePointName .waybill__routePointNameTitle {
  color: rgb(74, 61, 48);
  font-family: Gotham Pro;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  font-size: 14px;
}
@media (min-width: 992px) {
  .waybill__routePointName .waybill__routePointNameTitle {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .waybill__routePointName .waybill__routePointNameTitle {
    font-size: 16px;
  }
}
.waybill__title {
  position: relative;
  display: flex;
  align-items: center;
  color: rgb(74, 61, 48);
  font-family: "Gotham Pro" !important;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .waybill__title {
    font-size: calc(0.0043103448 * 100vw + 15.724137931px);
  }
}
@media (min-width: 1920px) {
  .waybill__title {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .waybill__title {
    line-height: calc(0.0043103448 * 100vw + 21.724137931px);
  }
}
@media (min-width: 1920px) {
  .waybill__title {
    line-height: 30px;
  }
}
@media (min-width: 992px) {
  .waybill__title {
    margin-bottom: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .waybill__title {
    margin-bottom: 20px;
  }
}
.waybill__title:before {
  font-family: "icomoon" !important;
  position: absolute;
  right: 0;
  transition: transform 0.38s ease-in-out;
}
.waybill__title[aria-expanded=true]:before {
  transform: rotate(-180deg);
}
.waybill__way {
  border-radius: 24px;
  background: rgb(255, 255, 255);
  padding: 20px;
}
@media (min-width: 992px) {
  .waybill__way {
    padding: calc(0.0215517241 * 100vw + -1.3793103448px);
  }
}
@media (min-width: 1920px) {
  .waybill__way {
    padding: 40px;
  }
}
.waybill__route {
  display: flex;
  flex-direction: column;
}
.waybill__routeInformation {
  background-color: rgb(89, 135, 197);
  border-radius: 24px;
  padding: 20px;
}
@media (min-width: 992px) {
  .waybill__routeInformation {
    padding: calc(0.0215517241 * 100vw + -1.3793103448px);
  }
}
@media (min-width: 1920px) {
  .waybill__routeInformation {
    padding: 40px;
  }
}
.waybill__routeInformation .waybill__title {
  color: rgb(254, 247, 233);
}
.waybill__routeInformation .waybill__subtitle {
  font-family: "Gotham Pro";
  font-size: 14px;
  font-weight: 400;
  line-height: 13px;
  margin-bottom: 7px;
  color: rgb(241, 223, 185);
}
@media (min-width: 992px) {
  .waybill__routeInformation .waybill__subtitle {
    margin-bottom: calc(0.0032327586 * 100vw + 3.7931034483px);
  }
}
@media (min-width: 1920px) {
  .waybill__routeInformation .waybill__subtitle {
    margin-bottom: 10px;
  }
}
.waybill__routeInformation .waybill__item {
  font-family: "Gotham Pro";
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  color: rgb(254, 247, 233);
  margin-bottom: 15px;
  font-size: 18px;
}
@media (min-width: 992px) {
  .waybill__routeInformation .waybill__item {
    margin-bottom: calc(0.0064655172 * 100vw + 8.5862068966px);
  }
}
@media (min-width: 1920px) {
  .waybill__routeInformation .waybill__item {
    margin-bottom: 21px;
  }
}
@media (min-width: 992px) {
  .waybill__routeInformation .waybill__item {
    font-size: calc(0.0021551724 * 100vw + 15.8620689655px);
  }
}
@media (min-width: 1920px) {
  .waybill__routeInformation .waybill__item {
    font-size: 20px;
  }
}
.waybill__routeInformation .waybill__text {
  font-family: "Gotham Pro";
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: rgb(254, 247, 233);
}
.waybill__routeInformation .waybill__text--mb {
  margin-bottom: 7px;
}
@media (min-width: 992px) {
  .waybill__routeInformation .waybill__text--mb {
    margin-bottom: calc(0.0032327586 * 100vw + 3.7931034483px);
  }
}
@media (min-width: 1920px) {
  .waybill__routeInformation .waybill__text--mb {
    margin-bottom: 10px;
  }
}
.waybill__conditions {
  margin-left: 1px;
  background-color: rgb(89, 135, 197);
  border-radius: 24px;
  height: -moz-fit-content;
  height: fit-content;
  padding: 20px;
}
@media (min-width: 992px) {
  .waybill__conditions {
    padding: calc(0.0215517241 * 100vw + -1.3793103448px);
  }
}
@media (min-width: 1920px) {
  .waybill__conditions {
    padding: 40px;
  }
}
.waybill__conditions .waybill__title {
  color: rgb(254, 247, 233);
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .waybill__conditions .waybill__title {
    margin-bottom: calc(0.0280172414 * 100vw + -7.7931034483px);
  }
}
@media (min-width: 1920px) {
  .waybill__conditions .waybill__title {
    margin-bottom: 46px;
  }
}
.waybill__conditions .waybill__circumstanta {
  display: flex;
  align-items: flex-start;
  gap: 7px;
  font-family: "Gotham Pro";
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: rgb(254, 247, 233);
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .waybill__conditions .waybill__circumstanta {
    gap: calc(0.0032327586 * 100vw + 3.7931034483px);
  }
}
@media (min-width: 1920px) {
  .waybill__conditions .waybill__circumstanta {
    gap: 10px;
  }
}
@media (min-width: 992px) {
  .waybill__conditions .waybill__circumstanta {
    margin-bottom: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .waybill__conditions .waybill__circumstanta {
    margin-bottom: 20px;
  }
}
.waybill__conditions .waybill__circumstanta--mb {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .waybill__conditions .waybill__circumstanta--mb {
    margin-bottom: calc(0.0193965517 * 100vw + 10.7586206897px);
  }
}
@media (min-width: 1920px) {
  .waybill__conditions .waybill__circumstanta--mb {
    margin-bottom: 48px;
  }
}
.waybill__conditions .waybill__circumstanta div {
  background-color: rgb(254, 247, 233);
  border-radius: 50%;
  padding: 5px;
  font-size: 14px;
  color: rgb(245, 137, 52);
}

.fancybox-bg {
  background: rgb(74, 61, 48);
}
.fancybox-close-small {
  right: 5px !important;
  top: 5px !important;
}
.fancybox-close-small::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid rgb(224, 237, 254);
}
.fancybox-close-small svg path {
  fill: rgb(89, 135, 197);
}

.modal__caption {
  line-height: 18px;
}
@media (min-width: 992px) {
  .modal__caption {
    line-height: calc(0.0043103448 * 100vw + 13.724137931px);
  }
}
@media (min-width: 1920px) {
  .modal__caption {
    line-height: 22px;
  }
}
.modal__caption .modal__item {
  margin-top: 20px;
}
.modal--passengers .modal__title {
  font-family: "Gotham Pro";
  font-size: 32px;
  font-weight: 500;
  line-height: 30px;
  text-align: start;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 26px;
}
@media (min-width: 992px) {
  .modal--passengers .modal__title {
    margin-bottom: calc(0.0215517241 * 100vw + -1.3793103448px);
  }
}
@media (min-width: 1920px) {
  .modal--passengers .modal__title {
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .modal--passengers .modal__title {
    font-size: calc(0.0086206897 * 100vw + 15.4482758621px);
  }
}
@media (min-width: 1920px) {
  .modal--passengers .modal__title {
    font-size: 32px;
  }
}
@media (min-width: 992px) {
  .modal--passengers .modal__title {
    line-height: calc(0.0043103448 * 100vw + 21.724137931px);
  }
}
@media (min-width: 1920px) {
  .modal--passengers .modal__title {
    line-height: 30px;
  }
}
.modal--passengers .modal__line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
  gap: 30px;
}
@media (min-width: 992px) {
  .modal--passengers .modal__line {
    margin-bottom: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .modal--passengers .modal__line {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .modal--passengers .modal__line {
    gap: calc(0.1239224138 * 100vw + -92.9310344828px);
  }
}
@media (min-width: 1920px) {
  .modal--passengers .modal__line {
    gap: 145px;
  }
}
.modal--passengers .modal__textWrap {
  font-family: Gotham Pro;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  color: rgb(74, 61, 48);
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 992px) {
  .modal--passengers .modal__textWrap {
    gap: calc(0.0043103448 * 100vw + 1.724137931px);
  }
}
@media (min-width: 1920px) {
  .modal--passengers .modal__textWrap {
    gap: 10px;
  }
}
@media (min-width: 992px) {
  .modal--passengers .modal__textWrap {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .modal--passengers .modal__textWrap {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .modal--passengers .modal__textWrap {
    line-height: calc(0.0021551724 * 100vw + 17.8620689655px);
  }
}
@media (min-width: 1920px) {
  .modal--passengers .modal__textWrap {
    line-height: 22px;
  }
}
.modal--passengers .modal__textWrap span {
  color: rgb(198, 182, 174);
  font-size: 12px;
}
.modal--passengers .modal__textWrap span:first-child {
  color: rgb(74, 61, 48);
  font-size: 14px;
}
@media (min-width: 992px) {
  .modal--passengers .modal__textWrap span:first-child {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .modal--passengers .modal__textWrap span:first-child {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .modal--passengers .modal__textWrap span {
    font-size: calc(0.0021551724 * 100vw + 9.8620689655px);
  }
}
@media (min-width: 1920px) {
  .modal--passengers .modal__textWrap span {
    font-size: 14px;
  }
}
.modal--passengers .modal__count {
  border-radius: 10px;
  display: flex;
  gap: 5px;
  border: 1px solid rgb(198, 182, 174);
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .modal--passengers .modal__count {
    padding-top: calc(0.0043103448 * 100vw + 8.724137931px);
  }
}
@media (min-width: 1920px) {
  .modal--passengers .modal__count {
    padding-top: 17px;
  }
}
@media (min-width: 992px) {
  .modal--passengers .modal__count {
    padding-bottom: calc(0.0043103448 * 100vw + 8.724137931px);
  }
}
@media (min-width: 1920px) {
  .modal--passengers .modal__count {
    padding-bottom: 17px;
  }
}
@media (min-width: 992px) {
  .modal--passengers .modal__count {
    padding-left: calc(0.005387931 * 100vw + 14.6551724138px);
  }
}
@media (min-width: 1920px) {
  .modal--passengers .modal__count {
    padding-left: 25px;
  }
}
@media (min-width: 992px) {
  .modal--passengers .modal__count {
    padding-right: calc(0.005387931 * 100vw + 14.6551724138px);
  }
}
@media (min-width: 1920px) {
  .modal--passengers .modal__count {
    padding-right: 25px;
  }
}
.modal--passengers .modal__count input {
  width: 31px;
  text-align: center;
  color: rgb(198, 182, 174);
  font-family: Gotham Pro;
  font-size: 16px;
  font-weight: 400;
  line-height: 15px;
}
@media (min-width: 992px) {
  .modal--passengers .modal__count input {
    width: calc(0.0183189655 * 100vw + 12.8275862069px);
  }
}
@media (min-width: 1920px) {
  .modal--passengers .modal__count input {
    width: 48px;
  }
}
.modal--passengers .modal__count span {
  cursor: pointer;
  font-family: Gotham Pro;
  font-size: 20px;
  font-weight: 400;
  line-height: 19px;
  color: rgb(198, 182, 174);
}
.modal--passengers .modal__warning {
  display: flex;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  gap: 15px;
}
@media (min-width: 992px) {
  .modal--passengers .modal__warning {
    margin-top: calc(0.0215517241 * 100vw + -1.3793103448px);
  }
}
@media (min-width: 1920px) {
  .modal--passengers .modal__warning {
    margin-top: 40px;
  }
}
@media (min-width: 992px) {
  .modal--passengers .modal__warning {
    margin-bottom: calc(0.0215517241 * 100vw + -1.3793103448px);
  }
}
@media (min-width: 1920px) {
  .modal--passengers .modal__warning {
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .modal--passengers .modal__warning {
    gap: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .modal--passengers .modal__warning {
    gap: 20px;
  }
}
.modal--passengers .modal__warning img {
  width: 22px;
  height: 22px;
}
.modal--passengers .modal__warning p {
  font-family: "Gotham Pro";
  font-size: 16px;
  font-weight: 400;
  line-height: 15px;
  font-size: 14px;
  color: rgb(245, 137, 52);
}
@media (min-width: 992px) {
  .modal--passengers .modal__warning p {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .modal--passengers .modal__warning p {
    font-size: 16px;
  }
}
.modal--passengers .jq-selectbox {
  border-radius: 10px;
  background-color: #fff;
  width: 100%;
  border: 1px solid #c6b6ae;
}
@media (min-width: 992px) {
  .modal--passengers .jq-selectbox {
    border-radius: calc(0 * 100vw + 10px);
  }
}
@media (min-width: 1920px) {
  .modal--passengers .jq-selectbox {
    border-radius: 10px;
  }
}
.modal--passengers .jq-selectbox__trigger {
  margin-left: 10px;
}
@media (min-width: 992px) {
  .modal--passengers .jq-selectbox__trigger {
    margin-left: calc(0.0107758621 * 100vw + -0.6896551724px);
  }
}
@media (min-width: 1920px) {
  .modal--passengers .jq-selectbox__trigger {
    margin-left: 20px;
  }
}
.modal--passengers .jq-selectbox__trigger-arrow {
  width: 10px;
  height: 5px;
  background-image: url("./../img/icon/arrow_down.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.modal--passengers .jq-selectbox__select {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  .modal--passengers .jq-selectbox__select {
    padding-top: calc(0.0107758621 * 100vw + -0.6896551724px);
  }
}
@media (min-width: 1920px) {
  .modal--passengers .jq-selectbox__select {
    padding-top: 20px;
  }
}
@media (min-width: 992px) {
  .modal--passengers .jq-selectbox__select {
    padding-bottom: calc(0.0107758621 * 100vw + -0.6896551724px);
  }
}
@media (min-width: 1920px) {
  .modal--passengers .jq-selectbox__select {
    padding-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .modal--passengers .jq-selectbox__select {
    padding-left: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .modal--passengers .jq-selectbox__select {
    padding-left: 30px;
  }
}
@media (min-width: 992px) {
  .modal--passengers .jq-selectbox__select {
    padding-right: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .modal--passengers .jq-selectbox__select {
    padding-right: 30px;
  }
}
.modal--passengers .jq-selectbox__select-text {
  color: #4a3d30;
  overflow: initial;
  width: 100%;
}
.modal--passengers .jq-selectbox__styler {
  border-radius: 10px;
}
@media (min-width: 992px) {
  .modal--passengers .jq-selectbox__styler {
    border-radius: calc(0.0107758621 * 100vw + -0.6896551724px);
  }
}
@media (min-width: 1920px) {
  .modal--passengers .jq-selectbox__styler {
    border-radius: 20px;
  }
}
.modal--passengers .jq-selectbox__dropdown {
  width: 100%;
  margin-top: -5px;
}
@media (min-width: 992px) {
  .modal--passengers .jq-selectbox__dropdown {
    margin-top: calc(-0.0043103448 * 100vw + -0.724137931px);
  }
}
@media (min-width: 1920px) {
  .modal--passengers .jq-selectbox__dropdown {
    margin-top: -9px;
  }
}
.modal--passengers .jq-selectbox__dropdown ul {
  width: 100%;
  border-top-width: 0;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-style: solid;
  border-color: #cccccc;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #fff;
}
.modal--passengers .jq-selectbox__dropdown ul li {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  cursor: pointer;
}
@media (min-width: 992px) {
  .modal--passengers .jq-selectbox__dropdown ul li {
    padding-left: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .modal--passengers .jq-selectbox__dropdown ul li {
    padding-left: 30px;
  }
}
.modal--passengers .jq-selectbox__dropdown ul li:hover {
  background-color: #efefef;
}
.modal__children .modal__title {
  font-family: Gotham Pro;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .modal__children .modal__title {
    font-size: calc(0.0021551724 * 100vw + 15.8620689655px);
  }
}
@media (min-width: 1920px) {
  .modal__children .modal__title {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .modal__children .modal__title {
    line-height: calc(0.0043103448 * 100vw + 21.724137931px);
  }
}
@media (min-width: 1920px) {
  .modal__children .modal__title {
    line-height: 30px;
  }
}
@media (min-width: 992px) {
  .modal__children .modal__title {
    margin-bottom: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .modal__children .modal__title {
    margin-bottom: 20px;
  }
}
.modal__title {
  font-family: "Gotham Pro";
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  line-height: 30px;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .modal__title {
    font-size: calc(0.0043103448 * 100vw + 13.724137931px);
  }
}
@media (min-width: 1920px) {
  .modal__title {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .modal__title {
    line-height: calc(0.0043103448 * 100vw + 21.724137931px);
  }
}
@media (min-width: 1920px) {
  .modal__title {
    line-height: 30px;
  }
}
@media (min-width: 992px) {
  .modal__title {
    margin-bottom: calc(0.0215517241 * 100vw + -1.3793103448px);
  }
}
@media (min-width: 1920px) {
  .modal__title {
    margin-bottom: 40px;
  }
}
.modal__title-left {
  text-align: left;
}
.modal__title--fz24 {
  font-size: 18px;
  font-weight: 500;
}
@media (min-width: 992px) {
  .modal__title--fz24 {
    font-size: calc(0.0064655172 * 100vw + 11.5862068966px);
  }
}
@media (min-width: 1920px) {
  .modal__title--fz24 {
    font-size: 24px;
  }
}
.modal__title--mt40 {
  margin-top: 15px;
}
@media (min-width: 992px) {
  .modal__title--mt40 {
    margin-top: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .modal__title--mt40 {
    margin-top: 30px;
  }
}
.modal__title--mb20 {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .modal__title--mb20 {
    margin-bottom: calc(0.0107758621 * 100vw + -0.6896551724px);
  }
}
@media (min-width: 1920px) {
  .modal__title--mb20 {
    margin-bottom: 20px;
  }
}
.modal__title span {
  font-weight: 500;
}
.modal__container {
  padding: 25px;
  background: #ffffff;
  max-width: 581px;
  border-radius: 24px;
  /* для элемента label, связанного с .custom-checkbox */
  /* создание в label псевдоэлемента before со следующими стилями */
  /* стили для чекбокса, находящегося в состоянии checked */
}
@media (min-width: 992px) {
  .modal__container {
    padding: calc(0.0377155172 * 100vw + -12.4137931034px);
  }
}
@media (min-width: 1920px) {
  .modal__container {
    padding: 60px;
  }
}
.modal__container-refund {
  max-width: 900px;
}
.modal__container .custom-checkbox {
  width: 100%;
  display: block;
  cursor: pointer;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .modal__container .custom-checkbox {
    margin-bottom: calc(0.0215517241 * 100vw + -1.3793103448px);
  }
}
@media (min-width: 1920px) {
  .modal__container .custom-checkbox {
    margin-bottom: 40px;
  }
}
.modal__container .custom-checkbox--baggage {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .modal__container .custom-checkbox--baggage {
    margin-bottom: calc(0.0107758621 * 100vw + -0.6896551724px);
  }
}
@media (min-width: 1920px) {
  .modal__container .custom-checkbox--baggage {
    margin-bottom: 20px;
  }
}
.modal__container .custom-checkbox > input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.modal__container .custom-checkbox > div {
  display: flex;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.modal__container .custom-checkbox > div a {
  display: inline;
  color: var(--light, #f58934);
  font-family: "Gotham Pro";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  border-bottom: 1px solid #f58934;
}
.modal__container .custom-checkbox > div span {
  display: inline;
  color: var(--dark, #c6b6ae);
  font-family: "Gotham Pro";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  /* 116.667% */
  /*  */
}
.modal__container .custom-checkbox > div label {
  color: rgb(74, 61, 48);
  font-size: 14px;
  font-weight: 400;
  text-align: left;
}
@media (min-width: 992px) {
  .modal__container .custom-checkbox > div label {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .modal__container .custom-checkbox > div label {
    font-size: 16px;
  }
}
.modal__container .custom-checkbox > div::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  flex-grow: 0;
  border-radius: 4px;
  border: 1px solid #c6b6ae;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 85%;
}
.modal__container .custom-checkbox > input:checked + div::before {
  border-color: #f58934;
  background-color: #f58934;
  background-image: url("../images/Vector123.png");
}
.modal__item {
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .modal__item {
    margin-bottom: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .modal__item {
    margin-bottom: 20px;
  }
}
.modal__button {
  width: 100%;
  text-align: center;
  border-radius: 10px;
  background-color: #5987c5;
  font-family: "Gotham Pro";
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  line-height: 16px;
  font-size: 14px;
  color: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (min-width: 992px) {
  .modal__button {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .modal__button {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .modal__button {
    padding-top: calc(0.0086206897 * 100vw + 6.4482758621px);
  }
}
@media (min-width: 1920px) {
  .modal__button {
    padding-top: 23px;
  }
}
@media (min-width: 992px) {
  .modal__button {
    padding-bottom: calc(0.0086206897 * 100vw + 6.4482758621px);
  }
}
@media (min-width: 1920px) {
  .modal__button {
    padding-bottom: 23px;
  }
}
.modal__button-refund {
  width: 38%;
  padding-left: 10px;
  padding-right: 10px;
  min-width: 150px;
  color: #fff;
  background-color: #f58934;
  transition: all 0.38s ease-in-out;
  cursor: pointer;
}
.modal__button-refund--disable {
  color: #c6b6ae;
  background-color: #fef7e9;
}
.modal__button--green {
  background-color: #6db34f;
}
.modal__text {
  font-family: "Gotham Pro";
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  line-height: 13px;
  font-size: 13px;
  color: #c6b6ae;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .modal__text {
    font-size: calc(0.0010775862 * 100vw + 11.9310344828px);
  }
}
@media (min-width: 1920px) {
  .modal__text {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .modal__text {
    margin-bottom: calc(0.0215517241 * 100vw + -1.3793103448px);
  }
}
@media (min-width: 1920px) {
  .modal__text {
    margin-bottom: 40px;
  }
}
.modal__input {
  border: 1px solid #c6b6ae;
  border-radius: 12px;
  width: 100%;
  font-family: "Gotham Pro";
  font-size: 16px;
  font-weight: 400;
  line-height: 15px;
  color: #c6b6ae;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 13px;
  padding-right: 13px;
}
@media (min-width: 992px) {
  .modal__input {
    padding-top: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .modal__input {
    padding-top: 20px;
  }
}
@media (min-width: 992px) {
  .modal__input {
    padding-bottom: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .modal__input {
    padding-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .modal__input {
    padding-left: calc(0.0021551724 * 100vw + 10.8620689655px);
  }
}
@media (min-width: 1920px) {
  .modal__input {
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .modal__input {
    padding-right: calc(0.0021551724 * 100vw + 10.8620689655px);
  }
}
@media (min-width: 1920px) {
  .modal__input {
    padding-right: 15px;
  }
}
.modal__input--code {
  text-align: center;
  color: #4a3d30;
  font-weight: 500;
  font-size: 16px;
  line-height: 15px;
  font-size: 14px;
}
@media (min-width: 992px) {
  .modal__input--code {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .modal__input--code {
    font-size: 16px;
  }
}
.modal__checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
}
.modal__checkbox input > :checked {
  border-color: #f58934;
  background-color: #f58934;
  background-image: url("../images/Vector123.png");
}
.modal__checkbox input:checked {
  border-color: #f58934;
  background-color: #f58934;
  background-image: url("../images/Vector123.png");
}
.modal__checkbox-input {
  width: 22px;
  height: 22px;
  box-sizing: border-box;
  border: 1px solid rgb(198, 182, 174);
  border-radius: 4px;
}

.title {
  color: var(--dark, #4a3d30);
  font-family: "Intro Bold";
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 117.647%;
  font-size: 28px;
}
@media (min-width: 992px) {
  .title {
    font-size: calc(0.0064655172 * 100vw + 21.5862068966px);
  }
}
@media (min-width: 1920px) {
  .title {
    font-size: 34px;
  }
}
.title--mb60 {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .title--mb60 {
    margin-bottom: calc(0.0215517241 * 100vw + 18.6206896552px);
  }
}
@media (min-width: 1920px) {
  .title--mb60 {
    margin-bottom: 60px;
  }
}
.title--mb20 {
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .title--mb20 {
    margin-bottom: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .title--mb20 {
    margin-bottom: 20px;
  }
}
.title__row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .title__row {
    margin-bottom: calc(0.0215517241 * 100vw + -1.3793103448px);
  }
}
@media (min-width: 1920px) {
  .title__row {
    margin-bottom: 40px;
  }
}
.title__line {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.title__line--subtitle {
  flex-direction: column;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .title__line--subtitle {
    margin-bottom: calc(0.0032327586 * 100vw + 11.7931034483px);
  }
}
@media (min-width: 1920px) {
  .title__line--subtitle {
    margin-bottom: 18px;
  }
}
.title__line .title {
  margin-bottom: 0px;
}
@media (min-width: 992px) {
  .title__line .title {
    margin-bottom: calc(0 * 100vw + 0px);
  }
}
@media (min-width: 1920px) {
  .title__line .title {
    margin-bottom: 0px;
  }
}
.title__line .title--mb60 {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .title__line .title--mb60 {
    margin-bottom: calc(0.0215517241 * 100vw + 18.6206896552px);
  }
}
@media (min-width: 1920px) {
  .title__line .title--mb60 {
    margin-bottom: 60px;
  }
}
.title__line .title--mb20 {
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .title__line .title--mb20 {
    margin-bottom: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .title__line .title--mb20 {
    margin-bottom: 20px;
  }
}
.title__link {
  border-radius: 10px;
  background: var(--blue, #5987c5);
  padding: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  color: var(--light, #fef7e9);
  text-align: center;
  font-family: "Gotham Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  height: -moz-fit-content;
  height: fit-content;
  transition: 0.38s ease-in-out;
}
@media (min-width: 992px) {
  .title__link {
    padding: calc(0.0064655172 * 100vw + 8.5862068966px);
  }
}
@media (min-width: 1920px) {
  .title__link {
    padding: 21px;
  }
}
@media (min-width: 992px) {
  .title__link {
    padding-top: calc(0.0107758621 * 100vw + 4.3103448276px);
  }
}
@media (min-width: 1920px) {
  .title__link {
    padding-top: 25px;
  }
}
@media (min-width: 992px) {
  .title__link {
    padding-bottom: calc(0.0107758621 * 100vw + 4.3103448276px);
  }
}
@media (min-width: 1920px) {
  .title__link {
    padding-bottom: 25px;
  }
}
.title__link:hover {
  background-color: rgb(70, 115, 175);
}
.title__link--mobile {
  display: none;
}

.popDirections__cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}
@media (min-width: 992px) {
  .popDirections__cards {
    gap: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .popDirections__cards {
    gap: 20px;
  }
}
.popDirections__card {
  display: flex;
  flex-direction: column;
}
.popDirections__card-img {
  border-radius: 24px;
  overflow: hidden;
}
.popDirections__card-img img {
  width: 100%;
  -o-object-fit: cover;
  height: 200px;
  object-fit: cover;
}
@media (min-width: 992px) {
  .popDirections__card-img img {
    height: calc(0.1109913793 * 100vw + 89.8965517241px);
  }
}
@media (min-width: 1920px) {
  .popDirections__card-img img {
    height: 303px;
  }
}
.popDirections__card-info {
  flex-grow: 1;
  border-radius: 24px;
  border: 1px solid var(--beige, #f1dfb9);
  background: var(--White, #fff);
  padding: 15px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .popDirections__card-info {
    padding: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .popDirections__card-info {
    padding: 20px;
  }
}
.popDirections__way {
  color: var(--dark, #4a3d30);
  font-family: "Gotham Pro";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  font-size: 18px;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .popDirections__way {
    font-size: calc(0.0021551724 * 100vw + 15.8620689655px);
  }
}
@media (min-width: 1920px) {
  .popDirections__way {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .popDirections__way {
    margin-bottom: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .popDirections__way {
    margin-bottom: 20px;
  }
}
.popDirections__description {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
}
.popDirections__btn {
  width: 48%;
  border-radius: 10px;
  background: var(--orange, #f58934);
  color: var(--White, #fff);
  text-align: center;
  font-family: "Gotham Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-size: 14px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 13px;
  padding-right: 13px;
}
@media (min-width: 992px) {
  .popDirections__btn {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .popDirections__btn {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .popDirections__btn {
    padding-top: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .popDirections__btn {
    padding-top: 20px;
  }
}
@media (min-width: 992px) {
  .popDirections__btn {
    padding-bottom: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .popDirections__btn {
    padding-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .popDirections__btn {
    padding-left: calc(0.0021551724 * 100vw + 10.8620689655px);
  }
}
@media (min-width: 1920px) {
  .popDirections__btn {
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .popDirections__btn {
    padding-right: calc(0.0021551724 * 100vw + 10.8620689655px);
  }
}
@media (min-width: 1920px) {
  .popDirections__btn {
    padding-right: 15px;
  }
}
.popDirections__priceNum {
  color: var(--dark, #4a3d30);
  font-family: "Gotham Pro";
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 8px;
  font-size: 18px;
}
@media (min-width: 992px) {
  .popDirections__priceNum {
    margin-bottom: calc(0.0021551724 * 100vw + 5.8620689655px);
  }
}
@media (min-width: 1920px) {
  .popDirections__priceNum {
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .popDirections__priceNum {
    font-size: calc(0.0043103448 * 100vw + 13.724137931px);
  }
}
@media (min-width: 1920px) {
  .popDirections__priceNum {
    font-size: 22px;
  }
}
.popDirections__priceNum span {
  font-family: system-ui, sans-serif;
}
.popDirections__priceText {
  color: var(--light-braun, #c6b6ae);
  font-family: "Gotham Pro";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.popDirections__link {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (min-width: 992px) {
  .popDirections__link {
    padding-top: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .popDirections__link {
    padding-top: 20px;
  }
}
@media (min-width: 992px) {
  .popDirections__link {
    padding-bottom: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .popDirections__link {
    padding-bottom: 20px;
  }
}
.popDirections__time {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 40px;
  background: var(--light, #fef7e9);
  padding-top: 6px;
  padding-bottom: 6px;
  margin-bottom: 10px;
  padding-left: 8px;
  padding-right: 8px;
}
@media (min-width: 992px) {
  .popDirections__time {
    padding-left: calc(0.0021551724 * 100vw + 5.8620689655px);
  }
}
@media (min-width: 1920px) {
  .popDirections__time {
    padding-left: 10px;
  }
}
@media (min-width: 992px) {
  .popDirections__time {
    padding-right: calc(0.0021551724 * 100vw + 5.8620689655px);
  }
}
@media (min-width: 1920px) {
  .popDirections__time {
    padding-right: 10px;
  }
}
.popDirections__time div {
  color: #5987c5;
  font-size: 14px;
}
@media (min-width: 992px) {
  .popDirections__time div {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .popDirections__time div {
    font-size: 16px;
  }
}
.popDirections__time p {
  color: var(--blue, #5987c5);
  font-family: "Gotham Pro";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.popDirections__controls {
  display: flex;
  gap: 10px;
}
.popDirections__controls .selectize-control {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 263px;
  border-radius: 10px;
  border: 1px solid var(--blue, #5987c5);
  background: var(--White, #fff);
}
.popDirections__controls .selectize-control .item {
  color: var(--blue, #5987c5);
  text-align: center;
  font-family: "Gotham Pro";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-right: 40px;
}
@media (min-width: 992px) {
  .popDirections__controls .selectize-control .item {
    padding-right: calc(0.0107758621 * 100vw + 29.3103448276px);
  }
}
@media (min-width: 1920px) {
  .popDirections__controls .selectize-control .item {
    padding-right: 50px;
  }
}
.popDirections__controls .selectize-control.single .selectize-input.dropdown-active::after {
  transform: rotate(180deg);
}
.popDirections__controls .selectize-control.single .selectize-input::after {
  border-width: 0px;
  width: 14px;
  height: 14px;
  top: 46%;
  right: 27px;
  border-color: transparent;
  content: url("../images/fi-sr-angle-small-down.png");
}
.popDirections__controls .selectize-input {
  border: 0px;
  line-height: 19px;
  height: 100%;
  box-shadow: none;
  border-radius: 10px;
  padding: 15px;
  display: flex !important;
  align-items: center;
}
@media (min-width: 992px) {
  .popDirections__controls .selectize-input {
    padding: calc(0.0032327586 * 100vw + 11.7931034483px);
  }
}
@media (min-width: 1920px) {
  .popDirections__controls .selectize-input {
    padding: 18px;
  }
}
.popDirections__controls .selectize-input input::-moz-placeholder {
  color: #5987c5;
}
.popDirections__controls .selectize-input input::placeholder {
  color: #5987c5;
}

.advantages .containerMin {
  position: relative;
}
.advantages .download {
  top: 80px;
}
.advantages__title {
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 992px) {
  .advantages__title {
    margin-bottom: calc(0.0215517241 * 100vw + -1.3793103448px);
  }
}
@media (min-width: 1920px) {
  .advantages__title {
    margin-bottom: 40px;
  }
}
.advantages__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 15px;
}
@media (min-width: 992px) {
  .advantages__list {
    gap: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .advantages__list {
    gap: 20px;
  }
}
.advantages__point {
  border-radius: 24px;
  background: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 992px) {
  .advantages__point {
    padding-top: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .advantages__point {
    padding-top: 30px;
  }
}
@media (min-width: 992px) {
  .advantages__point {
    padding-bottom: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .advantages__point {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .advantages__point {
    padding-left: calc(0.0107758621 * 100vw + -0.6896551724px);
  }
}
@media (min-width: 1920px) {
  .advantages__point {
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  .advantages__point {
    padding-right: calc(0.0107758621 * 100vw + -0.6896551724px);
  }
}
@media (min-width: 1920px) {
  .advantages__point {
    padding-right: 20px;
  }
}
.advantages__point-name {
  color: var(--dark, #4a3d30);
  font-family: "Gotham Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  font-size: 16px;
}
@media (min-width: 992px) {
  .advantages__point-name {
    font-size: calc(0 * 100vw + 16px);
  }
}
@media (min-width: 1920px) {
  .advantages__point-name {
    font-size: 16px;
  }
}
.advantages__img {
  border-radius: 8px;
  background: #fef7e9;
  padding: 3px;
  margin-bottom: 15px;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 992px) {
  .advantages__img {
    padding: calc(0.0021551724 * 100vw + 0.8620689655px);
  }
}
@media (min-width: 1920px) {
  .advantages__img {
    padding: 5px;
  }
}
@media (min-width: 992px) {
  .advantages__img {
    margin-bottom: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .advantages__img {
    margin-bottom: 20px;
  }
}
.advantages__img img {
  height: 34px;
  width: 34px;
}
@media (min-width: 992px) {
  .advantages__img img {
    height: calc(0.0043103448 * 100vw + 29.724137931px);
  }
}
@media (min-width: 1920px) {
  .advantages__img img {
    height: 38px;
  }
}
@media (min-width: 992px) {
  .advantages__img img {
    width: calc(0.0043103448 * 100vw + 29.724137931px);
  }
}
@media (min-width: 1920px) {
  .advantages__img img {
    width: 38px;
  }
}

.newsDetail__wrapper {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 15px;
}
@media (min-width: 992px) {
  .newsDetail__wrapper {
    gap: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .newsDetail__wrapper {
    gap: 20px;
  }
}
.newsDetail__wrapper > img {
  width: 100%;
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  border-radius: 48px;
  min-height: 350px;
}
@media (min-width: 992px) {
  .newsDetail__wrapper > img {
    min-height: calc(0.150862069 * 100vw + 200.3448275862px);
  }
}
@media (min-width: 1920px) {
  .newsDetail__wrapper > img {
    min-height: 490px;
  }
}
.newsDetail .title {
  color: #fef7e9;
  margin-bottom: 20px;
}
.newsDetail .containerMin {
  position: relative;
}
.newsDetail__text {
  color: var(--light, #fef7e9);
  font-family: "Gotham Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  font-size: 14px;
}
@media (min-width: 992px) {
  .newsDetail__text {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .newsDetail__text {
    font-size: 16px;
  }
}
.newsDetail__content {
  display: flex;
  flex-direction: column;
  border-radius: 48px;
  background: var(--blue, #5987c5);
  padding: 20px;
}
@media (min-width: 992px) {
  .newsDetail__content {
    padding: calc(0.0215517241 * 100vw + -1.3793103448px);
  }
}
@media (min-width: 1920px) {
  .newsDetail__content {
    padding: 40px;
  }
}

.ticketOffer__passengers {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 992px) {
  .ticketOffer__passengers {
    margin-bottom: calc(0.0323275862 * 100vw + -2.0689655172px);
  }
}
@media (min-width: 1920px) {
  .ticketOffer__passengers {
    margin-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .ticketOffer__passengers {
    gap: calc(0.0323275862 * 100vw + -2.0689655172px);
  }
}
@media (min-width: 1920px) {
  .ticketOffer__passengers {
    gap: 60px;
  }
}
.ticketOffer__buyDialogueHeadline {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: rgb(74, 61, 48);
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .ticketOffer__buyDialogueHeadline {
    font-size: calc(0.0021551724 * 100vw + 15.8620689655px);
  }
}
@media (min-width: 1920px) {
  .ticketOffer__buyDialogueHeadline {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .ticketOffer__buyDialogueHeadline {
    line-height: calc(0.0021551724 * 100vw + 25.8620689655px);
  }
}
@media (min-width: 1920px) {
  .ticketOffer__buyDialogueHeadline {
    line-height: 30px;
  }
}
@media (min-width: 992px) {
  .ticketOffer__buyDialogueHeadline {
    margin-bottom: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .ticketOffer__buyDialogueHeadline {
    margin-bottom: 20px;
  }
}
.ticketOffer__buyDialogueCity {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 10px;
}
@media (min-width: 992px) {
  .ticketOffer__buyDialogueCity {
    gap: calc(0.0107758621 * 100vw + -0.6896551724px);
  }
}
@media (min-width: 1920px) {
  .ticketOffer__buyDialogueCity {
    gap: 20px;
  }
}
.ticketOffer__buyDialoguePointsDate {
  gap: 7px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .ticketOffer__buyDialoguePointsDate {
    gap: calc(0.0032327586 * 100vw + 3.7931034483px);
  }
}
@media (min-width: 1920px) {
  .ticketOffer__buyDialoguePointsDate {
    gap: 10px;
  }
}
.ticketOffer__buyDialogueUptext {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 992px) {
  .ticketOffer__buyDialogueUptext {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .ticketOffer__buyDialogueUptext {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .ticketOffer__buyDialogueUptext {
    line-height: calc(0.0021551724 * 100vw + 17.8620689655px);
  }
}
@media (min-width: 1920px) {
  .ticketOffer__buyDialogueUptext {
    line-height: 22px;
  }
}
.ticketOffer__buyDialogueUptext--time {
  font-size: 18px;
  font-weight: 700;
  line-height: 17px;
  color: rgb(89, 135, 197);
  font-size: 16px;
  line-height: 15px;
}
@media (min-width: 992px) {
  .ticketOffer__buyDialogueUptext--time {
    font-size: calc(0.0021551724 * 100vw + 13.8620689655px);
  }
}
@media (min-width: 1920px) {
  .ticketOffer__buyDialogueUptext--time {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .ticketOffer__buyDialogueUptext--time {
    line-height: calc(0.0021551724 * 100vw + 12.8620689655px);
  }
}
@media (min-width: 1920px) {
  .ticketOffer__buyDialogueUptext--time {
    line-height: 17px;
  }
}
.ticketOffer__buyDialogueSubtext {
  font-size: 12px;
  font-weight: 400;
  line-height: 11px;
  white-space: nowrap;
  color: rgb(198, 182, 174);
}
.ticketOffer__buyDialoguePointsPlace {
  width: 50%;
}
.ticketOffer__buyDialoguePoints {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .ticketOffer__buyDialoguePoints {
    gap: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .ticketOffer__buyDialoguePoints {
    gap: 20px;
  }
}
@media (min-width: 992px) {
  .ticketOffer__buyDialoguePoints {
    margin-bottom: calc(0.0107758621 * 100vw + 19.3103448276px);
  }
}
@media (min-width: 1920px) {
  .ticketOffer__buyDialoguePoints {
    margin-bottom: 40px;
  }
}
.ticketOffer__buyDialogueTotal {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .ticketOffer__buyDialogueTotal {
    margin-bottom: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .ticketOffer__buyDialogueTotal {
    margin-bottom: 20px;
  }
}
.ticketOffer__buyDialoguePassCount {
  font-size: 16px;
  font-weight: 400;
  line-height: 15px;
  font-size: 14px;
  line-height: 13px;
  color: rgb(74, 61, 48);
}
@media (min-width: 992px) {
  .ticketOffer__buyDialoguePassCount {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .ticketOffer__buyDialoguePassCount {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .ticketOffer__buyDialoguePassCount {
    line-height: calc(0.0021551724 * 100vw + 10.8620689655px);
  }
}
@media (min-width: 1920px) {
  .ticketOffer__buyDialoguePassCount {
    line-height: 15px;
  }
}
.ticketOffer__buyDialoguePrice {
  font-size: 20px;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: center;
  line-height: 17px;
  font-size: 18px;
  color: rgb(74, 61, 48);
}
@media (min-width: 992px) {
  .ticketOffer__buyDialoguePrice {
    line-height: calc(0.0021551724 * 100vw + 14.8620689655px);
  }
}
@media (min-width: 1920px) {
  .ticketOffer__buyDialoguePrice {
    line-height: 19px;
  }
}
@media (min-width: 992px) {
  .ticketOffer__buyDialoguePrice {
    font-size: calc(0.0021551724 * 100vw + 15.8620689655px);
  }
}
@media (min-width: 1920px) {
  .ticketOffer__buyDialoguePrice {
    font-size: 20px;
  }
}
.ticketOffer__buyDialoguePrice span {
  font-weight: 700;
  font-family: system-ui;
}
.ticketOffer__row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.ticketOffer__passenger__title {
  font-family: "Intro Bold";
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
  font-size: 20px;
  line-height: 36px;
}
@media (min-width: 992px) {
  .ticketOffer__passenger__title {
    font-size: calc(0.0043103448 * 100vw + 15.724137931px);
  }
}
@media (min-width: 1920px) {
  .ticketOffer__passenger__title {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .ticketOffer__passenger__title {
    line-height: calc(0.0043103448 * 100vw + 31.724137931px);
  }
}
@media (min-width: 1920px) {
  .ticketOffer__passenger__title {
    line-height: 40px;
  }
}
.ticketOffer__passengerTitle {
  font-family: "Intro Bold";
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
  font-size: 20px;
  line-height: 32px;
}
@media (min-width: 992px) {
  .ticketOffer__passengerTitle {
    font-size: calc(0.0043103448 * 100vw + 15.724137931px);
  }
}
@media (min-width: 1920px) {
  .ticketOffer__passengerTitle {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .ticketOffer__passengerTitle {
    line-height: calc(0.0086206897 * 100vw + 23.4482758621px);
  }
}
@media (min-width: 1920px) {
  .ticketOffer__passengerTitle {
    line-height: 40px;
  }
}
.ticketOffer__passengerContainer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
  row-gap: 10px;
  /* для элемента label, связанного с .custom-checkbox */
  /* создание в label псевдоэлемента before со следующими стилями */
  /* стили для чекбокса, находящегося в состоянии checked */
}
@media (min-width: 992px) {
  .ticketOffer__passengerContainer {
    -moz-column-gap: calc(0.005387931 * 100vw + 9.6551724138px);
         column-gap: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .ticketOffer__passengerContainer {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media (min-width: 992px) {
  .ticketOffer__passengerContainer {
    row-gap: calc(0 * 100vw + 10px);
  }
}
@media (min-width: 1920px) {
  .ticketOffer__passengerContainer {
    row-gap: 10px;
  }
}
.ticketOffer__passengerContainer--margin {
  grid-template-columns: 1fr;
  margin-bottom: 13px;
}
@media (min-width: 992px) {
  .ticketOffer__passengerContainer--margin {
    margin-bottom: calc(0.0048491379 * 100vw + 8.1896551724px);
  }
}
@media (min-width: 1920px) {
  .ticketOffer__passengerContainer--margin {
    margin-bottom: 17.5px;
  }
}
.ticketOffer__passengerContainer--margin .button {
  color: var(--White, #fff);
  text-align: center;
  font-family: "Gotham Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 10px;
  background: var(--orange, #f58934);
  padding-left: 40px;
  padding-right: 40px;
}
@media (min-width: 992px) {
  .ticketOffer__passengerContainer--margin .button {
    padding-left: calc(0.0215517241 * 100vw + 18.6206896552px);
  }
}
@media (min-width: 1920px) {
  .ticketOffer__passengerContainer--margin .button {
    padding-left: 60px;
  }
}
@media (min-width: 992px) {
  .ticketOffer__passengerContainer--margin .button {
    padding-right: calc(0.0215517241 * 100vw + 18.6206896552px);
  }
}
@media (min-width: 1920px) {
  .ticketOffer__passengerContainer--margin .button {
    padding-right: 60px;
  }
}
.ticketOffer__passengerContainer-wrapper {
  position: relative;
}
.ticketOffer__passengerContainer-wrapper .icon-calendar {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  pointer-events: none;
  font-size: 20px;
  color: rgb(89, 135, 197);
}
@media (min-width: 992px) {
  .ticketOffer__passengerContainer-wrapper .icon-calendar {
    right: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .ticketOffer__passengerContainer-wrapper .icon-calendar {
    right: 20px;
  }
}
@media (min-width: 992px) {
  .ticketOffer__passengerContainer-wrapper .icon-calendar {
    font-size: calc(0.0043103448 * 100vw + 15.724137931px);
  }
}
@media (min-width: 1920px) {
  .ticketOffer__passengerContainer-wrapper .icon-calendar {
    font-size: 24px;
  }
}
.ticketOffer__passengerContainer .custom-checkbox {
  cursor: pointer;
}
.ticketOffer__passengerContainer .custom-checkbox > input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.ticketOffer__passengerContainer .custom-checkbox > div {
  display: flex;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.ticketOffer__passengerContainer .custom-checkbox > div a {
  display: inline;
  color: var(--light, #fef7e9);
  font-family: "Gotham Pro";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  text-decoration-line: underline;
}
.ticketOffer__passengerContainer .custom-checkbox > div span {
  display: inline;
  color: var(--dark, #4a3d30);
  font-family: "Gotham Pro";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  /* 116.667% */
  /*  */
}
.ticketOffer__passengerContainer .custom-checkbox > div::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  flex-grow: 0;
  border-radius: 2px;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(198, 182, 174);
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 85%;
}
.ticketOffer__passengerContainer .custom-checkbox > input:checked + div::before {
  border-color: #f58934;
  background-color: #f58934;
  background-image: url("../images/Vector123.png");
}
.ticketOffer__passengerContainer input {
  width: 100%;
  border-radius: 12px;
  border: 1px solid rgb(198, 182, 174);
  background: #fff;
  color: var(--dark, #4a3d30);
  font-family: "Gotham Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
  /*А так убрать*/
}
@media (min-width: 992px) {
  .ticketOffer__passengerContainer input {
    padding-top: calc(0.0032327586 * 100vw + 11.7931034483px);
  }
}
@media (min-width: 1920px) {
  .ticketOffer__passengerContainer input {
    padding-top: 18px;
  }
}
@media (min-width: 992px) {
  .ticketOffer__passengerContainer input {
    padding-bottom: calc(0.0032327586 * 100vw + 11.7931034483px);
  }
}
@media (min-width: 1920px) {
  .ticketOffer__passengerContainer input {
    padding-bottom: 18px;
  }
}
@media (min-width: 992px) {
  .ticketOffer__passengerContainer input {
    padding-left: calc(0.0107758621 * 100vw + -0.6896551724px);
  }
}
@media (min-width: 1920px) {
  .ticketOffer__passengerContainer input {
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  .ticketOffer__passengerContainer input {
    padding-right: calc(0.0107758621 * 100vw + -0.6896551724px);
  }
}
@media (min-width: 1920px) {
  .ticketOffer__passengerContainer input {
    padding-right: 20px;
  }
}
.ticketOffer__passengerContainer input::-moz-placeholder {
  color: rgb(198, 182, 174);
}
.ticketOffer__passengerContainer input::placeholder {
  color: rgb(198, 182, 174);
}
.ticketOffer__passengerContainer input::-webkit-calendar-picker-indicator {
  opacity: 0;
}
.ticketOffer__passengerContainer input:disabled {
  border: 1px solid var(#F1DFB9);
  background: #FEFBF4;
  cursor: not-allowed;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.ticketOffer__passengerContainer input:disabled::-moz-placeholder {
  color: #F1DFB9;
}
.ticketOffer__passengerContainer input:disabled::placeholder {
  color: #F1DFB9;
}
.ticketOffer__substrate {
  max-width: 864px;
}
.ticketOffer__substrate--order {
  max-width: none;
  display: grid;
  grid-template-columns: 1fr 0.5fr;
  gap: 15px;
}
@media (min-width: 992px) {
  .ticketOffer__substrate--order {
    gap: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .ticketOffer__substrate--order {
    gap: 20px;
  }
}
.ticketOffer__substrate--order .ticketOffer__buyDialogue {
  background-color: rgb(255, 255, 255);
  padding: 20px;
  border-radius: 24px;
}
@media (min-width: 992px) {
  .ticketOffer__substrate--order .ticketOffer__buyDialogue {
    padding: calc(0.0215517241 * 100vw + -1.3793103448px);
  }
}
@media (min-width: 1920px) {
  .ticketOffer__substrate--order .ticketOffer__buyDialogue {
    padding: 40px;
  }
}
.ticketOffer__substrate--order .ticketOffer__passengerList {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 992px) {
  .ticketOffer__substrate--order .ticketOffer__passengerList {
    gap: calc(0.005387931 * 100vw + 4.6551724138px);
  }
}
@media (min-width: 1920px) {
  .ticketOffer__substrate--order .ticketOffer__passengerList {
    gap: 15px;
  }
}
.ticketOffer__substrate--order .ticketOffer__passengerItem {
  border-radius: 24px;
  background-color: rgb(255, 255, 255);
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 40px;
  color: rgb(74, 61, 48);
  font-size: 16px;
  line-height: 30px;
  cursor: pointer;
}
@media (min-width: 992px) {
  .ticketOffer__substrate--order .ticketOffer__passengerItem {
    padding-top: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .ticketOffer__substrate--order .ticketOffer__passengerItem {
    padding-top: 20px;
  }
}
@media (min-width: 992px) {
  .ticketOffer__substrate--order .ticketOffer__passengerItem {
    padding-bottom: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .ticketOffer__substrate--order .ticketOffer__passengerItem {
    padding-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .ticketOffer__substrate--order .ticketOffer__passengerItem {
    padding-left: calc(0.0172413793 * 100vw + 2.8965517241px);
  }
}
@media (min-width: 1920px) {
  .ticketOffer__substrate--order .ticketOffer__passengerItem {
    padding-left: 36px;
  }
}
@media (min-width: 992px) {
  .ticketOffer__substrate--order .ticketOffer__passengerItem {
    padding-right: calc(0.0172413793 * 100vw + 2.8965517241px);
  }
}
@media (min-width: 1920px) {
  .ticketOffer__substrate--order .ticketOffer__passengerItem {
    padding-right: 36px;
  }
}
@media (min-width: 992px) {
  .ticketOffer__substrate--order .ticketOffer__passengerItem {
    font-size: calc(0.0043103448 * 100vw + 11.724137931px);
  }
}
@media (min-width: 1920px) {
  .ticketOffer__substrate--order .ticketOffer__passengerItem {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .ticketOffer__substrate--order .ticketOffer__passengerItem {
    line-height: calc(0.0107758621 * 100vw + 19.3103448276px);
  }
}
@media (min-width: 1920px) {
  .ticketOffer__substrate--order .ticketOffer__passengerItem {
    line-height: 40px;
  }
}
.ticketOffer__substrate--order .ticketOffer__passengerItem--active {
  background-color: #6db34f;
}
.ticketOffer__substrate--order .ticketOffer__passengerItem--active .ticketOffer__arrow {
  color: #fff;
}
.ticketOffer__substrate--order .ticketOffer__passengerItem--active .ticketOffer__passengerName {
  color: #fff;
}
.ticketOffer__substrate--order .ticketOffer__right {
  display: flex;
  flex-direction: column;
}
.ticketOffer__substrate .selectize-control {
  width: 100%;
  border-radius: 10px;
  border: 1px solid rgb(198, 182, 174);
  background: #fff;
}
.ticketOffer__substrate .selectize-control .item {
  color: rgb(74, 61, 48);
  font-family: "Gotham Pro";
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  font-size: 14px;
}
@media (min-width: 992px) {
  .ticketOffer__substrate .selectize-control .item {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .ticketOffer__substrate .selectize-control .item {
    font-size: 16px;
  }
}
.ticketOffer__substrate .selectize-control.single .selectize-input.dropdown-active::after {
  transform: rotate(180deg);
}
.ticketOffer__substrate .selectize-control.single .selectize-input::after {
  border-width: 0px;
  width: 14px;
  height: 14px;
  top: 37%;
  right: 27px;
  border-color: transparent;
  content: url("../images/Vector1.png");
}
.ticketOffer__substrate .selectize-input {
  border: 0px;
  box-shadow: none;
  border-radius: 10px;
  height: 100%;
  padding: 15px;
}
@media (min-width: 992px) {
  .ticketOffer__substrate .selectize-input {
    padding: calc(0.0021551724 * 100vw + 12.8620689655px);
  }
}
@media (min-width: 1920px) {
  .ticketOffer__substrate .selectize-input {
    padding: 17px;
  }
}
.ticketOffer__passengerCard {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media (min-width: 992px) {
  .ticketOffer__passengerCard {
    gap: calc(0.0096982759 * 100vw + 15.3793103448px);
  }
}
@media (min-width: 1920px) {
  .ticketOffer__passengerCard {
    gap: 34px;
  }
}
.ticketOffer__passengerItem:last-child {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .ticketOffer__passengerItem:last-child {
    margin-bottom: calc(0.0107758621 * 100vw + 9.3103448276px);
  }
}
@media (min-width: 1920px) {
  .ticketOffer__passengerItem:last-child {
    margin-bottom: 30px;
  }
}
.ticketOffer__passengerSex {
  display: flex;
  align-items: center;
  gap: 25px;
  font-family: "Gotham Pro";
  font-size: 16px;
  font-weight: 400;
  line-height: 15px;
  font-size: 14px;
  /* для элемента label, связанного с .custom-checkbox */
  /* создание в label псевдоэлемента before со следующими стилями */
  /* стили для чекбокса, находящегося в состоянии checked */
}
@media (min-width: 992px) {
  .ticketOffer__passengerSex {
    gap: calc(0.0215517241 * 100vw + 3.6206896552px);
  }
}
@media (min-width: 1920px) {
  .ticketOffer__passengerSex {
    gap: 45px;
  }
}
@media (min-width: 992px) {
  .ticketOffer__passengerSex {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .ticketOffer__passengerSex {
    font-size: 16px;
  }
}
.ticketOffer__passengerSex .custom-checkbox {
  cursor: pointer;
}
.ticketOffer__passengerSex .custom-checkbox > input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.ticketOffer__passengerSex .custom-checkbox > div {
  display: flex;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.ticketOffer__passengerSex .custom-checkbox > div a {
  display: inline;
  color: var(--light, #fef7e9);
  font-family: "Gotham Pro";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  text-decoration-line: underline;
}
.ticketOffer__passengerSex .custom-checkbox > div span {
  display: inline;
  color: var(--dark, #4a3d30);
  font-family: "Gotham Pro";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  /* 116.667% */
  /*  */
}
.ticketOffer__passengerSex .custom-checkbox > div::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  flex-grow: 0;
  border-radius: 2px;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(198, 182, 174);
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 85%;
}
.ticketOffer__passengerSex .custom-checkbox > input:checked + div::before {
  border-color: #f58934;
  background-color: #f58934;
  background-image: url("../images/Vector123.png");
}
.ticketOffer__buyerInfo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 69px;
  padding: 20px;
  background: rgb(89, 135, 197);
  border-radius: 24px;
  position: relative;
  margin-bottom: 20px;
  /* для элемента label, связанного с .custom-checkbox */
  /* создание в label псевдоэлемента before со следующими стилями */
  /* стили для чекбокса, находящегося в состоянии checked */
}
@media (min-width: 992px) {
  .ticketOffer__buyerInfo {
    gap: calc(0 * 100vw + 69px);
  }
}
@media (min-width: 1920px) {
  .ticketOffer__buyerInfo {
    gap: 69px;
  }
}
@media (min-width: 992px) {
  .ticketOffer__buyerInfo {
    padding: calc(0.0215517241 * 100vw + -1.3793103448px);
  }
}
@media (min-width: 1920px) {
  .ticketOffer__buyerInfo {
    padding: 40px;
  }
}
@media (min-width: 992px) {
  .ticketOffer__buyerInfo {
    margin-bottom: calc(0.0226293103 * 100vw + -2.4482758621px);
  }
}
@media (min-width: 1920px) {
  .ticketOffer__buyerInfo {
    margin-bottom: 41px;
  }
}
.ticketOffer__buyerInfo--trans .ticketOffer__right {
  padding: 0;
  background-color: transparent;
}
.ticketOffer__buyerInfo > img {
  position: absolute;
  bottom: 0;
  left: 0;
  -o-object-fit: contain;
  object-fit: contain;
  width: 140px;
  height: 140px;
}
@media (min-width: 992px) {
  .ticketOffer__buyerInfo > img {
    width: calc(0.0355603448 * 100vw + 104.724137931px);
  }
}
@media (min-width: 1920px) {
  .ticketOffer__buyerInfo > img {
    width: 173px;
  }
}
@media (min-width: 992px) {
  .ticketOffer__buyerInfo > img {
    height: calc(0.0441810345 * 100vw + 96.1724137931px);
  }
}
@media (min-width: 1920px) {
  .ticketOffer__buyerInfo > img {
    height: 181px;
  }
}
.ticketOffer__buyerInfo .subtitle {
  width: 100%;
  color: rgb(254, 247, 233);
  font-family: "Gotham Pro";
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.ticketOffer__buyerInfo .title {
  color: rgb(254, 247, 233);
}
.ticketOffer__buyerInfo input {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 992px) {
  .ticketOffer__buyerInfo input {
    padding-top: calc(0.0026939655 * 100vw + 12.3275862069px);
  }
}
@media (min-width: 1920px) {
  .ticketOffer__buyerInfo input {
    padding-top: 17.5px;
  }
}
@media (min-width: 992px) {
  .ticketOffer__buyerInfo input {
    padding-bottom: calc(0.0026939655 * 100vw + 12.3275862069px);
  }
}
@media (min-width: 1920px) {
  .ticketOffer__buyerInfo input {
    padding-bottom: 17.5px;
  }
}
@media (min-width: 992px) {
  .ticketOffer__buyerInfo input {
    padding-left: calc(0.005387931 * 100vw + 4.6551724138px);
  }
}
@media (min-width: 1920px) {
  .ticketOffer__buyerInfo input {
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .ticketOffer__buyerInfo input {
    padding-right: calc(0.005387931 * 100vw + 4.6551724138px);
  }
}
@media (min-width: 1920px) {
  .ticketOffer__buyerInfo input {
    padding-right: 15px;
  }
}
.ticketOffer__buyerInfo .custom-checkbox {
  cursor: pointer;
}
.ticketOffer__buyerInfo .custom-checkbox > input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.ticketOffer__buyerInfo .custom-checkbox > div {
  display: flex;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-family: "Gotham Pro";
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  color: rgb(254, 247, 233);
}
.ticketOffer__buyerInfo .custom-checkbox > div a {
  display: inline;
  color: var(--light, #fef7e9);
  font-family: "Gotham Pro";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  text-decoration-line: underline;
}
.ticketOffer__buyerInfo .custom-checkbox > div span {
  display: inline;
  /* 116.667% */
  /*  */
}
.ticketOffer__buyerInfo .custom-checkbox > div::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  flex-grow: 0;
  border-radius: 2px;
  background-color: transparent;
  border: 1px solid rgb(254, 247, 233);
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 85%;
}
.ticketOffer__buyerInfo .custom-checkbox > input:checked + div::before {
  border-color: #f58934;
  background-color: #f58934;
  background-image: url("../images/Vector123.png");
}
.ticketOffer__count {
  border-top: 1px solid #f1dfb9;
  padding-top: 15px;
  margin-bottom: 15px;
  font-weight: 500;
  line-height: 30px;
  color: #4a3d30;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .ticketOffer__count {
    padding-top: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .ticketOffer__count {
    padding-top: 20px;
  }
}
@media (min-width: 992px) {
  .ticketOffer__count {
    margin-bottom: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .ticketOffer__count {
    margin-bottom: 20px;
  }
}
.ticketOffer__count-total {
  font-size: 18px;
}
@media (min-width: 992px) {
  .ticketOffer__count-total {
    font-size: calc(0.0021551724 * 100vw + 15.8620689655px);
  }
}
@media (min-width: 1920px) {
  .ticketOffer__count-total {
    font-size: 20px;
  }
}
.ticketOffer__count-price {
  font-size: 18px;
}
@media (min-width: 992px) {
  .ticketOffer__count-price {
    font-size: calc(0.0043103448 * 100vw + 13.724137931px);
  }
}
@media (min-width: 1920px) {
  .ticketOffer__count-price {
    font-size: 22px;
  }
}
.ticketOffer__count span {
  font-weight: 600;
  font-family: system-ui;
}

.news__cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}
@media (min-width: 992px) {
  .news__cards {
    gap: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .news__cards {
    gap: 20px;
  }
}
.news .containerMin {
  position: relative;
}
.news .download {
  top: 134px;
  top: 90px;
}
@media (min-width: 992px) {
  .news .download {
    top: calc(0.0474137931 * 100vw + 42.9655172414px);
  }
}
@media (min-width: 1920px) {
  .news .download {
    top: 134px;
  }
}
.news .title {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .news .title {
    margin-bottom: calc(0.0215517241 * 100vw + -1.3793103448px);
  }
}
@media (min-width: 1920px) {
  .news .title {
    margin-bottom: 40px;
  }
}
.news .title--mb20 {
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .news .title--mb20 {
    margin-bottom: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .news .title--mb20 {
    margin-bottom: 20px;
  }
}
.news .title--mb30 {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .news .title--mb30 {
    margin-bottom: calc(0.0107758621 * 100vw + 9.3103448276px);
  }
}
@media (min-width: 1920px) {
  .news .title--mb30 {
    margin-bottom: 30px;
  }
}
.news__card {
  border-radius: 24px;
  display: flex;
  flex-direction: column;
}
.news__card:nth-child(4n) {
  grid-column: 1/4;
  flex-direction: row;
}
.news__card:nth-child(4n) .news__card-img {
  width: 50%;
}
.news__card:nth-child(4n) .news__description {
  width: 50%;
}
.news__card:nth-child(4n) .news__readmore {
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 40px;
  padding-right: 40px;
}
@media (min-width: 992px) {
  .news__card:nth-child(4n) .news__readmore {
    padding-left: calc(0.0172413793 * 100vw + 22.8965517241px);
  }
}
@media (min-width: 1920px) {
  .news__card:nth-child(4n) .news__readmore {
    padding-left: 56px;
  }
}
@media (min-width: 992px) {
  .news__card:nth-child(4n) .news__readmore {
    padding-right: calc(0.0172413793 * 100vw + 22.8965517241px);
  }
}
@media (min-width: 1920px) {
  .news__card:nth-child(4n) .news__readmore {
    padding-right: 56px;
  }
}
.news__card-img {
  border-radius: 24px;
  background: var(--White, #fff);
  padding: 15px;
}
.news__card-imgContainer {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
}
.news__card-imgContainer::after {
  transition: all 0.38s ease-in-out;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(241, 223, 185, 0.5019607843);
}
.news__card-img img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 992px) {
  .news__card-img img {
    height: calc(0.0474137931 * 100vw + 152.9655172414px);
  }
}
@media (min-width: 1920px) {
  .news__card-img img {
    height: 244px;
  }
}
@media (min-width: 992px) {
  .news__card-img {
    padding: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .news__card-img {
    padding: 20px;
  }
}
.news__card:hover .news__card-imgContainer::after {
  opacity: 0;
}
.news__title {
  color: var(--dark, #4a3d30);
  font-family: "Gotham Pro";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  font-size: 16px;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .news__title {
    font-size: calc(0.0043103448 * 100vw + 11.724137931px);
  }
}
@media (min-width: 1920px) {
  .news__title {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .news__title {
    margin-bottom: calc(0.005387931 * 100vw + 4.6551724138px);
  }
}
@media (min-width: 1920px) {
  .news__title {
    margin-bottom: 15px;
  }
}
.news__date {
  color: var(--light-braun, #c6b6ae);
  font-family: "Gotham Pro";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .news__date {
    margin-bottom: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .news__date {
    margin-bottom: 20px;
  }
}
.news__text {
  overflow: hidden;
  color: var(--dark, #4a3d30);
  font-family: "Gotham Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  font-size: 14px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .news__text {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .news__text {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .news__text {
    margin-bottom: calc(0.0215517241 * 100vw + -1.3793103448px);
  }
}
@media (min-width: 1920px) {
  .news__text {
    margin-bottom: 40px;
  }
}
.news__description {
  padding: 15px;
  background: var(--White, #fff);
  display: flex;
  flex-grow: 2;
  border-radius: 24px;
  flex-direction: column;
}
@media (min-width: 992px) {
  .news__description {
    padding: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .news__description {
    padding: 20px;
  }
}
.news__readmore {
  margin-top: auto;
  width: 100%;
  border-radius: 10px;
  border: 1px solid var(--blue, #5987c5);
  padding: 15px;
  color: var(--blue, #5987c5);
  text-align: center;
  font-family: "Gotham Pro";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: 0.38s ease-in-out;
  background-color: transparent;
}
@media (min-width: 992px) {
  .news__readmore {
    padding: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .news__readmore {
    padding: 20px;
  }
}
.news__readmore:hover {
  color: rgb(254, 247, 233);
  background-color: rgb(89, 135, 197);
}

.footer {
  background-color: #4a3d30;
  width: 100%;
}
.footer .containerMin {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 992px) {
  .footer .containerMin {
    gap: calc(0.0129310345 * 100vw + 17.1724137931px);
  }
}
@media (min-width: 1920px) {
  .footer .containerMin {
    gap: 42px;
  }
}
.footer--home {
  background-color: #4a3d30;
}
.footer__content {
  padding-top: 30px;
  padding-bottom: 30px;
  width: 100%;
  background-color: #4a3d30;
}
@media (min-width: 992px) {
  .footer__content {
    padding-top: calc(0.0140086207 * 100vw + 16.1034482759px);
  }
}
@media (min-width: 1920px) {
  .footer__content {
    padding-top: 43px;
  }
}
@media (min-width: 992px) {
  .footer__content {
    padding-bottom: calc(0.0140086207 * 100vw + 16.1034482759px);
  }
}
@media (min-width: 1920px) {
  .footer__content {
    padding-bottom: 43px;
  }
}
.footer__content--borderLeftNone {
  border-top-left-radius: 0;
}
.footer__container {
  display: flex;
  justify-content: space-between;
}
.footer__container .footer__contacts-email {
  display: none;
}
.footer__logo {
  display: block;
}
.footer__logo-img {
  width: 180px;
  height: 30px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (min-width: 992px) {
  .footer__logo-img {
    width: calc(0.0517241379 * 100vw + 128.6896551724px);
  }
}
@media (min-width: 1920px) {
  .footer__logo-img {
    width: 228px;
  }
}
@media (min-width: 992px) {
  .footer__logo-img {
    height: calc(0.0538793103 * 100vw + -23.4482758621px);
  }
}
@media (min-width: 1920px) {
  .footer__logo-img {
    height: 80px;
  }
}
.footer__payment {
  display: flex;
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  .footer__payment {
    margin-bottom: calc(0.0129310345 * 100vw + 12.1724137931px);
  }
}
@media (min-width: 1920px) {
  .footer__payment {
    margin-bottom: 37px;
  }
}
.footer__payment-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
}
@media (min-width: 992px) {
  .footer__payment-img {
    width: calc(0.0075431034 * 100vw + 47.5172413793px);
  }
}
@media (min-width: 1920px) {
  .footer__payment-img {
    width: 62px;
  }
}
@media (min-width: 992px) {
  .footer__payment-img {
    height: calc(0.0075431034 * 100vw + 47.5172413793px);
  }
}
@media (min-width: 1920px) {
  .footer__payment-img {
    height: 62px;
  }
}
.footer__payment-img img {
  -o-object-fit: contain;
  object-fit: contain;
  width: auto;
}
.footer__payment--newimg {
  gap: 14px;
}
.footer__payment--newimg .footer__payment-img {
  width: auto;
  height: auto;
}
.footer__logo {
  width: 228.492px;
  height: 79.616px;
  -o-object-fit: contain;
  object-fit: contain;
  width: 180px;
  height: 70px;
}
@media (min-width: 992px) {
  .footer__logo {
    width: calc(0.0517241379 * 100vw + 128.6896551724px);
  }
}
@media (min-width: 1920px) {
  .footer__logo {
    width: 228px;
  }
}
@media (min-width: 992px) {
  .footer__logo {
    height: calc(0.0107758621 * 100vw + 59.3103448276px);
  }
}
@media (min-width: 1920px) {
  .footer__logo {
    height: 80px;
  }
}
.footer__list {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  margin-left: 30px;
  row-gap: 10px;
}
@media (min-width: 992px) {
  .footer__list {
    margin-left: calc(0.1325431034 * 100vw + -101.4827586207px);
  }
}
@media (min-width: 1920px) {
  .footer__list {
    margin-left: 153px;
  }
}
@media (min-width: 992px) {
  .footer__list {
    row-gap: calc(0.005387931 * 100vw + 4.6551724138px);
  }
}
@media (min-width: 1920px) {
  .footer__list {
    row-gap: 15px;
  }
}
.footer__list li {
  width: 28%;
}
.footer__list-link {
  color: var(--light, #fef7e9);
  font-family: "Gotham Pro";
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-size: 14px;
  border-bottom: 1px solid transparent;
  transition: 0.38s ease-in-out;
}
@media (min-width: 992px) {
  .footer__list-link {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .footer__list-link {
    font-size: 16px;
  }
}
.footer__list-link:hover {
  color: rgb(245, 137, 52);
  border-bottom: 1px solid rgb(245, 137, 52);
}
.footer__contacts-text {
  color: var(--light, #fef7e9);
  font-family: "Gotham Pro";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: end;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .footer__contacts-text {
    margin-bottom: calc(0.0043103448 * 100vw + 5.724137931px);
  }
}
@media (min-width: 1920px) {
  .footer__contacts-text {
    margin-bottom: 14px;
  }
}
.footer__contacts-phone {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}
@media (min-width: 992px) {
  .footer__contacts-phone {
    gap: calc(0.0043103448 * 100vw + 5.724137931px);
  }
}
@media (min-width: 1920px) {
  .footer__contacts-phone {
    gap: 14px;
  }
}
.footer__contacts-phone a {
  color: var(--light, #fef7e9);
  font-family: "Gotham Pro";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  font-size: 16px;
  white-space: nowrap;
  transition: 0.38s ease-in-out;
}
@media (min-width: 992px) {
  .footer__contacts-phone a {
    font-size: calc(0.0043103448 * 100vw + 11.724137931px);
  }
}
@media (min-width: 1920px) {
  .footer__contacts-phone a {
    font-size: 20px;
  }
}
.footer__contacts-phone a:hover {
  color: rgb(245, 137, 52);
}
.footer__contacts-phone--row {
  flex-direction: row;
  align-items: center;
  gap: 14px;
  font-size: 14px !important;
}
.footer__contacts-icon {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer__contacts-item {
  margin-top: 15px;
}
@media (min-width: 992px) {
  .footer__contacts-item {
    margin-top: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .footer__contacts-item {
    margin-top: 20px;
  }
}
.footer__contacts-item:first-child {
  margin-top: 0;
}
.footer__contacts-item .footer__right-phone {
  display: none;
}
.footer__contacts-email {
  color: var(--orange, #f58934);
  font-family: "Gotham Pro";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: end;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .footer__contacts-email {
    margin-bottom: calc(0.0161637931 * 100vw + 13.9655172414px);
  }
}
@media (min-width: 1920px) {
  .footer__contacts-email {
    margin-bottom: 45px;
  }
}
.footer__contacts-social {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  .footer__contacts-social {
    gap: calc(0.0032327586 * 100vw + 3.7931034483px);
  }
}
@media (min-width: 1920px) {
  .footer__contacts-social {
    gap: 10px;
  }
}
@media (min-width: 992px) {
  .footer__contacts-social {
    margin-bottom: calc(0.0118534483 * 100vw + 13.2413793103px);
  }
}
@media (min-width: 1920px) {
  .footer__contacts-social {
    margin-bottom: 36px;
  }
}
.footer__contacts-link {
  border-radius: 7.075px;
  border: 0.884px solid #8c7a68;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
}
@media (min-width: 992px) {
  .footer__contacts-link {
    width: calc(0 * 100vw + 36px);
  }
}
@media (min-width: 1920px) {
  .footer__contacts-link {
    width: 36px;
  }
}
@media (min-width: 992px) {
  .footer__contacts-link {
    height: calc(0 * 100vw + 36px);
  }
}
@media (min-width: 1920px) {
  .footer__contacts-link {
    height: 36px;
  }
}
.footer__contacts-link span {
  color: #8c7a68;
  font-size: 18px;
}
@media (min-width: 992px) {
  .footer__contacts-link span {
    font-size: calc(0.0021551724 * 100vw + 15.8620689655px);
  }
}
@media (min-width: 1920px) {
  .footer__contacts-link span {
    font-size: 20px;
  }
}
.footer__contacts-link img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 20px;
  height: 20px;
}
.footer__address {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.footer__address-text {
  color: #fef7e9;
  font-size: 14px;
  font-weight: 400;
  line-height: 13px;
}
.footer__address-icon {
  font-size: 24px;
  color: #f58934;
}
.footer__right {
  display: flex;
  flex-direction: column;
}
.footer__right-phone {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-end;
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  .footer__right-phone {
    gap: calc(0.0021551724 * 100vw + 7.8620689655px);
  }
}
@media (min-width: 1920px) {
  .footer__right-phone {
    gap: 12px;
  }
}
@media (min-width: 992px) {
  .footer__right-phone {
    margin-bottom: calc(0.0096982759 * 100vw + 15.3793103448px);
  }
}
@media (min-width: 1920px) {
  .footer__right-phone {
    margin-bottom: 34px;
  }
}
.footer__right-phone p {
  color: var(--light, #fef7e9);
  font-family: "Gotham Pro";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.footer__right-phone a {
  color: var(--light, #fef7e9);
  font-family: "Gotham Pro";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.footer__copyrighted {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.footer__copyrighted-text {
  color: var(--light, #fef7e9);
  font-family: "Gotham Pro";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}
.footer__copyrighted-item {
  margin-top: 10px;
}
@media (min-width: 992px) {
  .footer__copyrighted-item {
    margin-top: calc(0.005387931 * 100vw + 4.6551724138px);
  }
}
@media (min-width: 1920px) {
  .footer__copyrighted-item {
    margin-top: 15px;
  }
}
.footer__copyrighted-img {
  margin-right: 5px;
  width: 100px;
  height: 29px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: left;
  object-position: left;
}
@media (min-width: 992px) {
  .footer__copyrighted-img {
    margin-right: calc(0.005387931 * 100vw + -0.3448275862px);
  }
}
@media (min-width: 1920px) {
  .footer__copyrighted-img {
    margin-right: 10px;
  }
}
@media (min-width: 992px) {
  .footer__copyrighted-img {
    width: calc(0.005387931 * 100vw + 94.6551724138px);
  }
}
@media (min-width: 1920px) {
  .footer__copyrighted-img {
    width: 105px;
  }
}
@media (min-width: 992px) {
  .footer__copyrighted-img {
    height: calc(0.0021551724 * 100vw + 26.8620689655px);
  }
}
@media (min-width: 1920px) {
  .footer__copyrighted-img {
    height: 31px;
  }
}
.footer__copyrighted-app {
  margin-left: 0px;
}
@media (min-width: 992px) {
  .footer__copyrighted-app {
    margin-left: calc(0.0754310345 * 100vw + -74.8275862069px);
  }
}
@media (min-width: 1920px) {
  .footer__copyrighted-app {
    margin-left: 70px;
  }
}
.footer__copyrighted-spaceapp {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (min-width: 992px) {
  .footer__copyrighted-spaceapp {
    gap: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .footer__copyrighted-spaceapp {
    gap: 20px;
  }
}
.footer__copyrighted-spaceapp p {
  color: var(--White, #fff);
  font-family: "Gotham Pro";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.footer__copyrighted-spaceapp img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 48px;
  height: 38px;
}
@media (min-width: 992px) {
  .footer__copyrighted-spaceapp img {
    width: calc(0.0064655172 * 100vw + 41.5862068966px);
  }
}
@media (min-width: 1920px) {
  .footer__copyrighted-spaceapp img {
    width: 54px;
  }
}
@media (min-width: 992px) {
  .footer__copyrighted-spaceapp img {
    height: calc(0.0043103448 * 100vw + 33.724137931px);
  }
}
@media (min-width: 1920px) {
  .footer__copyrighted-spaceapp img {
    height: 42px;
  }
}

.tickets__sort {
  display: flex;
  justify-content: space-between;
}
.tickets__sort-title {
  font-family: "Gotham Pro";
  font-size: 16px;
  font-weight: 400;
  line-height: 15px;
  color: rgb(74, 61, 48);
  font-size: 14px;
}
@media (min-width: 992px) {
  .tickets__sort-title {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .tickets__sort-title {
    font-size: 16px;
  }
}
.tickets__container {
  display: flex;
  align-items: stretch;
  gap: 5px;
}
.tickets__container:hover .tickets__item {
  width: 83%;
  border: 1px solid #c6b6ae;
}
.tickets__container:hover .tickets__item-btn {
  width: 17%;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
  opacity: 1;
}
@media (min-width: 992px) {
  .tickets__container:hover .tickets__item-btn {
    padding-top: calc(0.0140086207 * 100vw + 1.1034482759px);
  }
}
@media (min-width: 1920px) {
  .tickets__container:hover .tickets__item-btn {
    padding-top: 28px;
  }
}
@media (min-width: 992px) {
  .tickets__container:hover .tickets__item-btn {
    padding-bottom: calc(0.0140086207 * 100vw + 1.1034482759px);
  }
}
@media (min-width: 1920px) {
  .tickets__container:hover .tickets__item-btn {
    padding-bottom: 28px;
  }
}
@media (min-width: 992px) {
  .tickets__container:hover .tickets__item-btn {
    padding-left: calc(0.0107758621 * 100vw + 19.3103448276px);
  }
}
@media (min-width: 1920px) {
  .tickets__container:hover .tickets__item-btn {
    padding-left: 40px;
  }
}
@media (min-width: 992px) {
  .tickets__container:hover .tickets__item-btn {
    padding-right: calc(0.0107758621 * 100vw + 19.3103448276px);
  }
}
@media (min-width: 1920px) {
  .tickets__container:hover .tickets__item-btn {
    padding-right: 40px;
  }
}
.tickets__container:hover .tickets__cards-btn {
  width: 100%;
}
.tickets__cards {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (min-width: 992px) {
  .tickets__cards {
    gap: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .tickets__cards {
    gap: 20px;
  }
}
.tickets__cards-btn {
  transition: all 0.38s ease-in-out;
  width: 0;
  display: flex;
  flex-direction: column;
  align-items: center !important;
  justify-content: center !important;
  color: #f58934;
  overflow: hidden;
}
.tickets__cards-iconDownload {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f58934;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
.tickets__cards--mb100 {
  margin-bottom: 100px;
}
.tickets__item {
  border: 1px solid transparent;
  background-color: #ffffff;
  border-radius: 24px;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
  transition: all 0.38s ease-in-out;
}
@media (min-width: 992px) {
  .tickets__item {
    padding-top: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .tickets__item {
    padding-top: 20px;
  }
}
@media (min-width: 992px) {
  .tickets__item {
    padding-bottom: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .tickets__item {
    padding-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .tickets__item {
    padding-left: calc(0.0107758621 * 100vw + 19.3103448276px);
  }
}
@media (min-width: 1920px) {
  .tickets__item {
    padding-left: 40px;
  }
}
@media (min-width: 992px) {
  .tickets__item {
    padding-right: calc(0.0107758621 * 100vw + 19.3103448276px);
  }
}
@media (min-width: 1920px) {
  .tickets__item {
    padding-right: 40px;
  }
}
.tickets__item-btn {
  opacity: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 0;
  padding: 0 !important;
}
.tickets__sort {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .tickets__sort {
    margin-bottom: calc(0.0215517241 * 100vw + -1.3793103448px);
  }
}
@media (min-width: 1920px) {
  .tickets__sort {
    margin-bottom: 40px;
  }
}
.tickets__sortBy {
  align-items: center;
  display: flex;
  gap: 15px;
}
@media (min-width: 992px) {
  .tickets__sortBy {
    gap: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .tickets__sortBy {
    gap: 20px;
  }
}
.tickets__sort-title {
  color: #4a3d30;
  font-size: 14px;
  line-height: 14.5px;
}
@media (min-width: 992px) {
  .tickets__sort-title {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .tickets__sort-title {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .tickets__sort-title {
    line-height: calc(0.0008728448 * 100vw + 13.634137931px);
  }
}
@media (min-width: 1920px) {
  .tickets__sort-title {
    line-height: 15.31px;
  }
}
.tickets__sort .jq-selectbox {
  border-radius: 10px;
  background-color: #fff;
  min-width: 314px;
  border: 1px solid #c6b6ae;
  z-index: auto;
}
@media (min-width: 992px) {
  .tickets__sort .jq-selectbox {
    border-radius: calc(0 * 100vw + 10px);
  }
}
@media (min-width: 1920px) {
  .tickets__sort .jq-selectbox {
    border-radius: 10px;
  }
}
.tickets__sort .jq-selectbox__trigger {
  margin-left: 10px;
}
@media (min-width: 992px) {
  .tickets__sort .jq-selectbox__trigger {
    margin-left: calc(0.0107758621 * 100vw + -0.6896551724px);
  }
}
@media (min-width: 1920px) {
  .tickets__sort .jq-selectbox__trigger {
    margin-left: 20px;
  }
}
.tickets__sort .jq-selectbox__trigger-arrow {
  width: 10px;
  height: 5px;
  background-image: url("./../img/icon/arrow_down.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.tickets__sort .jq-selectbox__select {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  .tickets__sort .jq-selectbox__select {
    padding-top: calc(0.0107758621 * 100vw + -0.6896551724px);
  }
}
@media (min-width: 1920px) {
  .tickets__sort .jq-selectbox__select {
    padding-top: 20px;
  }
}
@media (min-width: 992px) {
  .tickets__sort .jq-selectbox__select {
    padding-bottom: calc(0.0107758621 * 100vw + -0.6896551724px);
  }
}
@media (min-width: 1920px) {
  .tickets__sort .jq-selectbox__select {
    padding-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .tickets__sort .jq-selectbox__select {
    padding-left: calc(0.0107758621 * 100vw + -0.6896551724px);
  }
}
@media (min-width: 1920px) {
  .tickets__sort .jq-selectbox__select {
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  .tickets__sort .jq-selectbox__select {
    padding-right: calc(0.0107758621 * 100vw + -0.6896551724px);
  }
}
@media (min-width: 1920px) {
  .tickets__sort .jq-selectbox__select {
    padding-right: 20px;
  }
}
.tickets__sort .jq-selectbox__select-text {
  color: #c6b6ae;
  overflow: initial;
  width: 100%;
}
.tickets__sort .jq-selectbox__styler {
  border-radius: 10px;
}
@media (min-width: 992px) {
  .tickets__sort .jq-selectbox__styler {
    border-radius: calc(0.0107758621 * 100vw + -0.6896551724px);
  }
}
@media (min-width: 1920px) {
  .tickets__sort .jq-selectbox__styler {
    border-radius: 20px;
  }
}
.tickets__sort .jq-selectbox__dropdown {
  width: 100%;
  margin-top: -5px;
}
@media (min-width: 992px) {
  .tickets__sort .jq-selectbox__dropdown {
    margin-top: calc(-0.0043103448 * 100vw + -0.724137931px);
  }
}
@media (min-width: 1920px) {
  .tickets__sort .jq-selectbox__dropdown {
    margin-top: -9px;
  }
}
.tickets__sort .jq-selectbox__dropdown ul {
  width: 100%;
  border-top-width: 0;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-style: solid;
  border-color: #cccccc;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #fff;
}
.tickets__sort .jq-selectbox__dropdown ul li {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  cursor: pointer;
  transition: color 0.38s ease-in-out;
}
@media (min-width: 992px) {
  .tickets__sort .jq-selectbox__dropdown ul li {
    padding-left: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .tickets__sort .jq-selectbox__dropdown ul li {
    padding-left: 30px;
  }
}
.tickets__sort .jq-selectbox__dropdown ul li:hover {
  color: #5987c5;
}
.tickets__date {
  font-size: 18px;
  font-weight: 400;
  line-height: 17px;
  font-size: 16px;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .tickets__date {
    font-size: calc(0.0021551724 * 100vw + 13.8620689655px);
  }
}
@media (min-width: 1920px) {
  .tickets__date {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .tickets__date {
    margin-bottom: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .tickets__date {
    margin-bottom: 20px;
  }
}
.tickets__time {
  color: rgb(74, 61, 48);
  font-size: 32px;
  font-weight: 700;
  line-height: 31px;
  font-size: 24px;
  margin-bottom: 8px;
}
@media (min-width: 992px) {
  .tickets__time {
    font-size: calc(0.0086206897 * 100vw + 15.4482758621px);
  }
}
@media (min-width: 1920px) {
  .tickets__time {
    font-size: 32px;
  }
}
@media (min-width: 992px) {
  .tickets__time {
    margin-bottom: calc(0.0021551724 * 100vw + 5.8620689655px);
  }
}
@media (min-width: 1920px) {
  .tickets__time {
    margin-bottom: 10px;
  }
}
.tickets__timeNum {
  font-weight: 700;
}
.tickets__destination {
  color: rgb(198, 182, 174);
  font-family: Gotham Pro;
  font-size: 14px;
  font-weight: 400;
  line-height: 13px;
  flex-grow: 1;
}
.tickets__total {
  display: flex;
  justify-content: center;
  width: 31%;
  flex-direction: column;
  gap: 6px;
}
@media (min-width: 992px) {
  .tickets__total {
    gap: calc(0.0021551724 * 100vw + 3.8620689655px);
  }
}
@media (min-width: 1920px) {
  .tickets__total {
    gap: 8px;
  }
}
.tickets__price {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}
.tickets__price .icon-fi-sr-map-marker-home {
  color: rgb(109, 179, 79);
  font-size: 22px;
}
@media (min-width: 992px) {
  .tickets__price .icon-fi-sr-map-marker-home {
    font-size: calc(0.0021551724 * 100vw + 19.8620689655px);
  }
}
@media (min-width: 1920px) {
  .tickets__price .icon-fi-sr-map-marker-home {
    font-size: 24px;
  }
}
.tickets__priceText {
  color: rgb(74, 61, 48);
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  text-align: left;
}
.tickets__priceText--Baggage {
  color: #4a3d30;
}
.tickets__priceText span {
  font-weight: 500;
}
.tickets__priceText span span {
  font-weight: 700;
  font-family: system-ui, sans-serif;
}
.tickets__priceNum {
  font-weight: 700;
  white-space: nowrap;
}
.tickets__priceNum span {
  font-weight: 700;
  font-family: system-ui, sans-serif;
}
.tickets__title {
  color: rgb(74, 61, 48);
  font-family: Gotham Pro;
  font-size: 12px;
  font-weight: 400;
  line-height: 120.1%;
  letter-spacing: 0%;
}
.tickets__buy {
  width: 23%;
}
.tickets__buy .button {
  border-radius: 10px;
  width: 100%;
  display: block;
  background: rgb(109, 179, 79);
  text-align: center;
  padding-top: 18px;
  padding-bottom: 18px;
  color: rgb(255, 255, 255);
  font-family: Gotham Pro;
  font-size: 14px;
  font-weight: 400;
  line-height: 13px;
  text-align: center;
  margin-bottom: 7px;
}
@media (min-width: 992px) {
  .tickets__buy .button {
    padding-top: calc(0 * 100vw + 18px);
  }
}
@media (min-width: 1920px) {
  .tickets__buy .button {
    padding-top: 18px;
  }
}
@media (min-width: 992px) {
  .tickets__buy .button {
    padding-bottom: calc(0 * 100vw + 18px);
  }
}
@media (min-width: 1920px) {
  .tickets__buy .button {
    padding-bottom: 18px;
  }
}
.tickets__buy .button--colorBlue {
  background-color: #5987c5;
}
.tickets__buy .button--colorBlue:hover {
  background-color: #f58934;
  color: #fff;
}
.tickets__buy .button--transparent {
  background-color: transparent;
}
.tickets__buy .button--colorOrang {
  color: #f58934;
  border-color: #f58934;
  transition: all 0.38s ease-in-out;
}
.tickets__buy .button--colorOrang:hover {
  background-color: #f58934;
  color: #fff;
}
.tickets__buy .tickets__title {
  width: 170px;
}
.tickets__Movetime {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}
.tickets__Movetime .icon-clock {
  color: rgb(89, 135, 197);
  font-size: 22px;
}
@media (min-width: 992px) {
  .tickets__Movetime .icon-clock {
    font-size: calc(0.0021551724 * 100vw + 19.8620689655px);
  }
}
@media (min-width: 1920px) {
  .tickets__Movetime .icon-clock {
    font-size: 24px;
  }
}
.tickets__Movetime .icon-passenger--orang {
  background-color: rgb(245, 137, 52);
  color: #fff;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tickets__passenger {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}
.tickets__passenger .icon-passenger {
  background-color: rgb(245, 137, 52);
  width: 22px;
  height: 22px;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
@media (min-width: 992px) {
  .tickets__passenger .icon-passenger {
    width: calc(0.0021551724 * 100vw + 19.8620689655px);
  }
}
@media (min-width: 1920px) {
  .tickets__passenger .icon-passenger {
    width: 24px;
  }
}
@media (min-width: 992px) {
  .tickets__passenger .icon-passenger {
    height: calc(0.0021551724 * 100vw + 19.8620689655px);
  }
}
@media (min-width: 1920px) {
  .tickets__passenger .icon-passenger {
    height: 24px;
  }
}
@media (min-width: 992px) {
  .tickets__passenger .icon-passenger {
    font-size: calc(0.0064655172 * 100vw + 7.5862068966px);
  }
}
@media (min-width: 1920px) {
  .tickets__passenger .icon-passenger {
    font-size: 20px;
  }
}
.tickets__passenger .icon-passenger--orang {
  background-color: rgb(245, 137, 52);
  color: #fff;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tickets__from {
  width: 16%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.tickets__to {
  width: 17%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.tickets__card {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.tickets__card--stretch {
  align-items: stretch;
}
.tickets__searchWrap .header__from {
  background-color: #f1dfb9;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .tickets__searchWrap .header__from {
    margin-bottom: calc(0.0668103448 * 100vw + -26.275862069px);
  }
}
@media (min-width: 1920px) {
  .tickets__searchWrap .header__from {
    margin-bottom: 102px;
  }
}
.tickets__searchWrap .header__tomorrow-text {
  color: #4a3d30;
}
.tickets__searchWrap--detail .icon-direction-arrow:before {
  color: #4a3d30;
}
.tickets__download-card {
  width: 100%;
}
.tickets__download-card .button {
  margin-bottom: 0;
}
.tickets__discount {
  display: grid;
  grid-template-columns: 94px 1fr;
  min-width: 328px;
  align-items: baseline;
}
.tickets__buy {
  position: relative;
}
.tickets__buy .button {
  position: relative;
  z-index: 2;
}
.tickets__discount + .tickets__title {
  margin-left: 20px;
}
.tickets__percent {
  position: absolute;
  left: -100px;
  top: 10px;
  background-color: #f58934;
  color: #ffffff;
  font-size: 12px;
  padding: 7px 16px 7px 14px;
  border-radius: 40px 0 0 40px;
  max-height: 24px;
  margin-right: 0 !important;
  text-align: center;
  display: flex;
  align-items: center;
  z-index: 1;
}
@media (max-width: 1100px) {
  .tickets__percent {
    padding: 7px 14px;
    padding-left: 8px;
    left: -92px;
  }
}
@media (max-width: 992px) {
  .tickets__percent {
    top: 46%;
    left: -20px;
    border-radius: 40px;
    padding: 7px 14px;
    z-index: 3;
  }
}
@media (max-width: 576px) {
  .tickets__percent {
    top: 12px;
  }
}

.tickets__percent + .button {
  position: relative;
  z-index: 1;
  width: 100%;
}
@media (max-width: 992px) {
  .tickets__percent + .button {
    z-index: 1;
  }
}

@media (max-width: 992px) {
  .chooseSit__TotalOrder .tickets__percent {
    top: 18%;
    left: -20px;
    border-radius: 40px;
    padding: 7px 14px;
    z-index: 3;
  }
}

.modal,
.delete {
  display: none;
}

.documents {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .documents {
    margin-bottom: calc(0.0323275862 * 100vw + -2.0689655172px);
  }
}
@media (min-width: 1920px) {
  .documents {
    margin-bottom: 60px;
  }
}
.documents__card {
  background-color: #ffffff;
  border-radius: 24px;
  padding: 20px;
  display: flex;
  gap: 20px;
}
.documents__icon {
  width: 32px;
  height: 23px;
  -o-object-fit: contain;
     object-fit: contain;
}
.documents__box {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.documents__title {
  color: #4a3d30;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}
.documents__description {
  color: #4a3d30;
  font-family: Gotham Pro;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

@media (max-width: 1770px) {
  .download {
    width: 100%;
  }
  .downloadWrapper {
    width: 100%;
    position: static;
    margin-bottom: 20px;
  }
  .download__title {
    text-align: center;
    font-size: 20px;
  }
  .download__btns {
    flex-direction: row;
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .documents {
    grid-template-columns: repeat(2, 1fr);
  }
  .map__list {
    grid-template-columns: 1fr 1fr;
  }
  .map__search {
    width: 300px;
  }
  .map .selectize-input {
    padding: 13px;
  }
  .map .title {
    text-align: start;
  }
  .map .title__line {
    align-items: center;
    padding: 20px;
    padding-bottom: 68px;
  }
  .map #mapYandex {
    height: 350px;
  }
  .chooseSit__panel {
    grid-template-columns: 1fr;
  }
  .chooseSit__Total {
    flex-direction: column;
    gap: 20px;
  }
  .chooseSit__TotalOrder {
    width: 100%;
  }
  .chooseSit__TotalOrder .button {
    width: 100%;
  }
  .waybill__routeDate {
    flex-shrink: 0;
  }
  .waybill__way {
    margin: 0;
  }
  .waybill__row {
    gap: 20px;
    grid-template-columns: 1fr;
  }
  .bankList {
    grid-template-columns: 1fr 1fr;
  }
  .paymentList {
    grid-template-columns: 1fr 1fr;
  }
  .subtitle {
    width: 70%;
  }
  .ticketOffer__buyerInfo {
    gap: 30px;
  }
  .ticketOffer__buyerInfo > img {
    display: none;
  }
  .ticketOffer__substrate--order {
    grid-template-columns: 1fr;
  }
  .tickets__searchWrap .header__tomorrow {
    display: none;
  }
  .tickets__item {
    width: 100%;
    border: 1px solid #c6b6ae;
  }
  .tickets__item--download {
    width: 100%;
  }
  .tickets__item-btn {
    width: 100%;
    opacity: 1;
  }
  .tickets__container {
    flex-direction: column;
    gap: 3px;
  }
  .tickets__container:hover .tickets__item {
    width: 100%;
    border: 1px solid #c6b6ae;
  }
  .tickets__container:hover .tickets__item-btn {
    width: 100%;
    opacity: 1;
  }
  .tickets__container:hover .tickets__cards-btn {
    width: 100%;
  }
  .tickets__cards-btn {
    display: flex !important;
    flex-direction: row;
    justify-content: center;
    gap: 15px !important;
    width: 100%;
    padding: 20px;
  }
  .tickets__card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
  }
  .tickets__from, .tickets__to, .tickets__total, .tickets__buy {
    width: 100%;
  }
  .tickets__from .tickets__title, .tickets__to .tickets__title, .tickets__total .tickets__title, .tickets__buy .tickets__title {
    width: 100%;
  }
  .tickets__buy {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    flex-direction: column-reverse;
  }
  .tickets__buy .button {
    margin: 0;
  }
  .tickets__sort {
    gap: 20px;
  }
  .tickets__sort .jq-selectbox {
    min-width: auto;
    width: 100%;
  }
  .tickets__sortBy {
    width: 100%;
    flex-direction: column;
    align-items: start;
  }
  .tickets__sort {
    display: flex;
  }
  .tickets__sort .jq-selectbox {
    min-width: auto;
    width: 100%;
  }
  .FAQ__inner {
    grid-template-columns: 1fr;
  }
  .FAQ__tabs {
    align-items: center;
    margin-bottom: 0;
  }
  .FAQ__tabs-item {
    text-align: center;
  }
  .FAQ .title {
    text-align: center;
    margin-bottom: 20px;
  }
  .hotline__wrapper {
    grid-template-columns: 1fr;
  }
  .hotline__wrapper-right {
    align-items: flex-start;
    margin-top: 20px;
    margin-right: 0;
  }
  .hotline__wrapper p {
    width: 100%;
  }
  .hotline__wrapper > img {
    height: 123px;
    width: 164px;
  }
  .about__wrapper {
    grid-template-columns: 1fr;
  }
  .about__wrapper > img {
    min-height: auto;
    height: 350px;
  }
  .about__textBox {
    width: 100%;
  }
  .newsDetail__wrapper {
    grid-template-columns: 0.8fr 1fr;
  }
  .footer__copyrighted-item {
    display: flex;
    gap: 10px;
  }
  .footer__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px;
  }
  .header__menu {
    display: block;
  }
  .header__container {
    margin-left: 0;
    margin-right: 0;
    max-width: none;
  }
  .header__headline {
    margin-bottom: 50px;
  }
  .header__title {
    font-size: 34px;
  }
  .header__subtitle {
    width: 53%;
  }
  .header__from {
    flex-wrap: wrap;
  }
  .header__fromInputWrapper {
    width: 47%;
  }
  .header__where {
    width: 47%;
  }
  .header__date {
    width: 49%;
  }
  .header__ticket-button {
    width: 49%;
  }
  .header .header__tomorrow {
    display: none;
  }
  .header__nav {
    display: none;
  }
  .header__logo img {
    width: 167px;
    height: 70px;
  }
  .header__modal {
    right: 0;
  }
  .header__navigation-cabinet p {
    display: none;
  }
  .advantages__list {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .title {
    font-size: 24px;
  }
  .title__row {
    align-items: center;
  }
  .title__link {
    width: -moz-max-content;
    width: max-content;
  }
  .popDirections .title__row {
    flex-direction: column;
    align-items: start;
  }
  .popDirections__controls {
    height: -moz-fit-content;
    height: fit-content;
  }
  .popDirections__controls .selectize-input {
    padding: 10px;
  }
  .popDirections__cards {
    grid-template-columns: 1fr 1fr;
  }
  .popDirections__btn {
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .news__cards {
    grid-template-columns: 1fr 1fr;
  }
  .news__card:nth-child(4n) {
    grid-column: auto;
    flex-direction: column;
  }
  .news__card:nth-child(4n) .news__card-img {
    width: 100%;
  }
  .news__card:nth-child(4n) .news__description {
    width: 100%;
  }
  .news__card:nth-child(4n) .news__readmore {
    width: 100%;
  }
  .news__card-img {
    padding: 10px;
  }
  .news__description {
    padding: 10px;
  }
  .news__readmore {
    padding: 12px;
  }
}
@media (max-width: 768px) {
  .header__tomorrow {
    bottom: -100px;
  }
  .map__list {
    grid-template-columns: 1fr 1fr;
  }
  .map__search {
    width: 250px;
  }
  .map .selectize-input {
    padding: 10px;
  }
  .map .title {
    text-align: start;
  }
  .map .title__line {
    align-items: center;
    padding: 20px;
    padding-bottom: 68px;
  }
  .map #mapYandex {
    height: 300px;
  }
  .subtitle {
    width: 100%;
    margin-bottom: 20px;
  }
  .bank {
    min-height: 150px;
  }
  .ticketOffer__buyerInfo {
    gap: 20px;
    grid-template-columns: 1fr;
  }
  .ticketOffer__buyerInfo .subtitle {
    margin-bottom: 0px;
  }
  .hotline--mb200 {
    margin-bottom: 40px;
  }
  .hotline__bottom {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 20px;
  }
  .newsDetail__wrapper {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .newsDetail__wrapper > img {
    min-height: auto;
    height: 250px;
  }
  .paymentList {
    grid-template-columns: 1fr;
  }
  .button {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 12px;
  }
  .button--nopad {
    padding-left: 0;
    padding-right: 0;
  }
  .header__box {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .header__title {
    width: 83%;
    margin-bottom: 15px;
  }
  .header__subtitle {
    width: 60%;
  }
  .header__from > * {
    width: 100%;
  }
  .header__from .icon-calendar {
    margin-top: -15px;
  }
  .header__from .icon-location {
    margin: -15px 0;
  }
  .header__fromInputWrapper .item {
    width: 80%;
  }
  .header__direction {
    position: absolute;
    width: 34px;
    height: 34px;
    top: 27px;
    right: 25px;
    transform: rotate(90deg);
    z-index: 1;
  }
  .header__direction div {
    color: #c6b6ae;
    font-size: 24px;
  }
  .title__link {
    padding: 14px;
  }
  .title__row {
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
  }
  .popDirections__controls .selectize-input {
    height: 100%;
  }
  .popDirections__description {
    gap: 10px;
  }
  .popDirections__way {
    font-size: 16px;
  }
  .popDirections__priceNum {
    font-size: 16px;
  }
  .popDirections__PriceText {
    font-size: 16px;
  }
  .popDirections__btn {
    flex-shrink: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
  .popDirections__card-info {
    padding: 10px;
  }
  .popDirections__card-img img {
    height: 170px;
  }
  .advantages__point-name {
    font-size: 14px;
  }
  .news__date {
    margin-bottom: 10px;
  }
  .news__text {
    margin-bottom: 15px;
  }
  .news__card-img img {
    height: 180px;
  }
  .footer__copyrighted {
    flex-direction: column;
    align-items: center;
  }
  .footer__copyrighted-item {
    margin-top: 0;
  }
  .footer__copyrighted-text {
    text-align: center;
    width: 100%;
  }
  .footer__copyrighted-img {
    width: 113.43px;
    height: 33.61px;
    margin: 0;
    -o-object-position: center;
    object-position: center;
  }
  .footer__left {
    display: flex;
    flex-direction: row;
    align-items: center;
    order: 1;
    display: flex;
    flex-wrap: wrap;
  }
  .footer__center {
    order: 0;
    margin-bottom: 40px;
  }
  .footer__right {
    order: 1;
  }
  .footer__payment {
    width: 50%;
    justify-content: flex-end;
  }
  .footer__payment--newimg {
    width: 100%;
    justify-content: flex-start;
  }
  .footer__contacts {
    display: flex;
    justify-content: space-between;
    gap: 20px;
  }
  .footer__contacts-item {
    width: 49%;
    margin-top: 0;
  }
  .footer__contacts-item .footer__right-phone {
    display: block;
  }
  .footer__contacts-item .footer__right-phone p {
    margin-bottom: 10px;
  }
  .footer__contacts-item .footer__right-phone a {
    font-size: 16px;
  }
  .footer__contacts-phone {
    align-items: flex-start;
  }
  .footer__contacts-phone--row {
    align-items: center;
    gap: 10px;
  }
  .footer__contacts-icon {
    width: 20px;
    height: 20px;
  }
  .footer__contacts-social {
    margin-bottom: 40px;
    width: 50%;
  }
  .footer__contacts-email {
    display: none;
    margin-bottom: 0;
    text-align: start;
  }
  .footer__contacts-text {
    text-align: start;
  }
  .footer__container {
    flex-direction: column;
    gap: 25px;
  }
  .footer__container .footer__contacts-email {
    display: block;
  }
  .footer__list {
    margin-left: 0;
    gap: 20px;
    margin-bottom: 15px;
    display: grid;
    grid-template-columns: 0.5fr 1fr;
    grid-template-rows: min-content min-content min-content;
  }
  .footer__list li {
    width: 100%;
  }
  .footer__right-phone {
    display: none;
    align-items: center;
    margin-bottom: 15px;
  }
  .footer__payment {
    margin-bottom: 40px;
    gap: 28px;
  }
  .footer__payment-img {
    width: 45px;
    height: 45px;
  }
  .footer__payment--newimg {
    gap: 14px;
  }
  .footer__payment--newimg .footer__payment-img {
    width: auto;
    height: auto;
  }
  .footer .containerMin {
    gap: 40px;
  }
}
@media (max-width: 576px) {
  .documents {
    grid-template-columns: repeat(1, 1fr);
  }
  .ymaps-2-1-79-balloon {
    border-radius: 24px;
    overflow: hidden;
  }
  .ymaps-2-1-79-balloon__close {
    margin-right: 15px !important;
    margin-top: 15px !important;
  }
  .ymaps-2-1-79-balloon__close-button {
    background: url(../images/Frame.png) !important;
    background-repeat: no-repeat !important;
    opacity: 1 !important;
  }
  .ymaps-2-1-79-balloon__content {
    border-radius: 24px;
    background-color: rgb(255, 255, 255) !important;
    padding: 8px !important;
    overflow: hidden;
    margin-right: 35px !important;
  }
  .ymaps-2-1-79-balloon-content__header {
    display: flex !important;
    align-items: center;
    gap: 15px;
    margin-bottom: 5px !important;
  }
}
@media (max-width: 576px) and (min-width: 992px) {
  .ymaps-2-1-79-balloon-content__header {
    gap: calc(0.0075431034 * 100vw + 7.5172413793px);
  }
}
@media (max-width: 576px) and (min-width: 1920px) {
  .ymaps-2-1-79-balloon-content__header {
    gap: 22px;
  }
}
@media (max-width: 576px) {
  .ymaps-2-1-79-balloon-content__header span {
    font-size: 16px !important;
  }
  .map__list {
    grid-template-columns: 1fr;
  }
  .map__search {
    width: 100%;
  }
  .map .selectize-input {
    padding: 10px;
  }
  .map .title {
    text-align: start;
  }
  .map .title__line {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    padding-bottom: 68px;
  }
  .map #mapYandex {
    height: 250px;
    border-radius: 24px;
  }
  .scheme {
    background-size: contain;
    height: 600px;
    width: 300px;
    margin: 0 auto;
  }
  .scheme__Set {
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    padding-right: 15px;
    padding-bottom: 30px;
  }
  .scheme__line {
    flex-direction: row;
  }
  .scheme__line:nth-child(n+2) {
    margin-right: 0;
  }
  .scheme__tileSet {
    flex-direction: row;
    height: 38px;
    width: 25%;
  }
  .scheme__tileSet:last-child {
    width: 11%;
  }
  .waybill__way {
    padding: 10px;
  }
  .waybill__routeStart {
    gap: 10px;
  }
  .waybill__routeStart .waybill__routeTitle {
    font-size: 14px;
  }
  .waybill__routeStartName {
    gap: 10px;
  }
  .waybill__routePointNameCaption {
    gap: 10px;
  }
  .scheme {
    flex-direction: column-reverse;
    padding: 15px;
    gap: 20px;
    height: auto;
  }
  .scheme__Set {
    padding: 0;
    padding-bottom: 0px;
  }
  .chooseSit__panel-driver {
    position: static;
    transform: none;
    top: 15px;
    left: 50%;
    width: 100%;
  }
  .chooseSit__markers {
    flex-direction: column;
    gap: 15px;
    margin-bottom: 20px;
  }
  .bankList {
    gap: 28px;
    grid-template-columns: 1fr;
  }
  .button--green {
    width: 100%;
  }
  .subtitle {
    width: 100%;
    margin-bottom: 20px;
  }
  .ticketOffer__passengerContainer {
    grid-template-columns: 1fr;
  }
  .tickets__searchWrap .header__from {
    margin-bottom: 20px;
  }
  .tickets__sort {
    display: flex;
    flex-direction: column;
  }
  .tickets__sort .jq-selectbox {
    min-width: auto;
    width: 100%;
  }
  .tickets__sortBy {
    gap: 10px;
  }
  .tickets__card {
    grid-template-columns: 1fr;
  }
  .tickets__from, .tickets__to, .tickets__total, .tickets__buy {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .tickets__date {
    margin-bottom: 10px;
  }
  .tickets__card {
    gap: 15px;
  }
  .hotline__wrapper {
    padding: 20px;
  }
  .hotline__wrapper-right {
    align-items: center;
  }
  .hotline__inputs {
    grid-template-columns: 1fr;
  }
  .hotline__bottom .button {
    width: 100%;
  }
  .about__wrapper > img {
    height: 250px;
  }
  .newsDetail__wrapper > img {
    height: 200px;
  }
  .header__box-img {
    display: none;
    border-radius: 20px;
  }
  .header__logo img {
    width: 180.255px;
    height: 62.808px;
  }
  .header__title {
    font-size: 30px;
    text-align: center;
    width: 100%;
    line-height: 40px;
  }
  .header__subtitle {
    font-size: 16px;
    width: 100%;
    text-align: center;
  }
  .header__box {
    padding-top: 0;
    padding-bottom: 0;
  }
  .header__ticket-btn {
    font-size: 16px;
  }
  .header__from {
    border-radius: 12px;
    background: var(--blue, #5987c5);
    -webkit-backdrop-filter: blur(2.5px);
    backdrop-filter: blur(2.5px);
  }
  .header__from .icon-location {
    font-size: 24px;
    height: -moz-fit-content;
    height: fit-content;
  }
  .header__from .icon-calendar {
    font-size: 24px;
    height: -moz-fit-content;
    height: fit-content;
  }
  .header__headline {
    position: relative;
    padding-top: 47px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 28px;
    margin-bottom: 10px;
  }
  .header__headline .header__box-img {
    display: block;
  }
  .header__navigation-cabinet p {
    display: none;
  }
  .header__navigation-cabinet .icon-user {
    font-size: 21px;
    width: 33px;
    height: 33px;
  }
  .popDirections__title {
    text-align: center;
    width: 100%;
  }
  .popDirections__cards {
    grid-template-columns: 1fr;
  }
  .popDirections__way {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .popDirections__priceNum {
    font-size: 22px;
  }
  .popDirections__btn {
    width: auto;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .popDirections__card-info {
    padding: 22px;
  }
  .popDirections__card-img img {
    height: 220px;
  }
  .popDirections__controls {
    width: 100%;
  }
  .popDirections__controls .selectize-control {
    width: 100%;
  }
  .popDirections__controls .selectize-input {
    padding: 15px;
  }
  .title {
    font-size: 20px;
  }
  .title__link {
    display: none;
  }
  .title__link--mobile {
    margin-top: 20px;
    display: block;
    padding-left: 40px;
    padding-right: 40px;
    margin-left: auto;
    margin-right: auto;
  }
  .download {
    padding: 23px;
    margin-bottom: 40px;
  }
  .download__title {
    font-size: 16px;
    text-align: start;
    margin-bottom: 20px;
  }
  .advantages__list {
    grid-template-columns: 1fr 1fr;
    gap: 5px;
  }
  .advantages__img {
    margin-bottom: 10px;
  }
  .advantages__img img {
    width: 31px;
    height: 31px;
  }
  .advantages__point-name {
    color: var(--dark, #4a3d30);
    font-family: "Gotham Pro";
    font-size: 12px;
    font-style: normal;
    line-height: normal;
  }
  .news__cards {
    grid-template-columns: 1fr;
  }
  .news__description {
    padding: 18px;
    padding-top: 10px;
  }
  .news__title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .news__readmore {
    font-size: 16px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .news__card-img {
    padding: 18px;
  }
  .news__card-img img {
    height: 202px;
  }
  .news .title__row {
    align-items: center;
  }
  .modal--passengers .modal__count input {
    width: 31px;
  }
  .footer .containerMin {
    padding: 0 15px;
  }
  .footer__logo {
    width: 163px;
    height: 57px;
  }
  .footer__contacts {
    flex-wrap: wrap;
  }
  .footer__contacts-item {
    width: 47%;
  }
}
@media (max-width: 360px) {
  .footer__copyrighted-img {
    width: 100px;
    height: 31px;
  }
}
.sk-fading-circle {
  width: 7em;
  height: 7em;
  position: absolute;
  top: calc(50% - 3.5em);
  left: calc(50% - 3.5em);
}
.sk-fading-circle--noabsolute {
  position: absolute;
  width: 5em;
  height: 5em;
  top: 80%;
  left: calc(50% - 2.5em);
}
.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-fading-circle .sk-circle:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #6db34f;
  border-radius: 100%;
  animation: sk-fading-circle-delay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle-2 {
  transform: rotate(30deg);
}
.sk-fading-circle .sk-circle-3 {
  transform: rotate(60deg);
}
.sk-fading-circle .sk-circle-4 {
  transform: rotate(90deg);
}
.sk-fading-circle .sk-circle-5 {
  transform: rotate(120deg);
}
.sk-fading-circle .sk-circle-6 {
  transform: rotate(150deg);
}
.sk-fading-circle .sk-circle-7 {
  transform: rotate(180deg);
}
.sk-fading-circle .sk-circle-8 {
  transform: rotate(210deg);
}
.sk-fading-circle .sk-circle-9 {
  transform: rotate(240deg);
}
.sk-fading-circle .sk-circle-10 {
  transform: rotate(270deg);
}
.sk-fading-circle .sk-circle-11 {
  transform: rotate(300deg);
}
.sk-fading-circle .sk-circle-12 {
  transform: rotate(330deg);
}
.sk-fading-circle .sk-circle-2:before {
  animation-delay: -1.1s;
}
.sk-fading-circle .sk-circle-3:before {
  animation-delay: -1s;
}
.sk-fading-circle .sk-circle-4:before {
  animation-delay: -0.9s;
}
.sk-fading-circle .sk-circle-5:before {
  animation-delay: -0.8s;
}
.sk-fading-circle .sk-circle-6:before {
  animation-delay: -0.7s;
}
.sk-fading-circle .sk-circle-7:before {
  animation-delay: -0.6s;
}
.sk-fading-circle .sk-circle-8:before {
  animation-delay: -0.5s;
}
.sk-fading-circle .sk-circle-9:before {
  animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle-10:before {
  animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle-11:before {
  animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle-12:before {
  animation-delay: -0.1s;
}
@keyframes sk-fading-circle-delay {
  0%, 39%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
.preloader {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(74, 61, 48, 0.4);
  display: none;
  z-index: 20;
}

.loyalty__copyrighted-item {
  display: grid;
  grid-template-columns: 105px 93px 104px;
  gap: 7px;
}
.loyalty__copyrighted-img {
  max-height: 31px;
  height: 100%;
}
.loyalty__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: flex-start;
  max-width: 643px;
}
.loyalty__cont {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.loyalty__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  color: #4a3d30;
}
.loyalty__subtitle {
  font-weight: 500;
  font-size: 18px;
  line-height: 125%;
  color: #4a3d30;
}
.loyalty__list {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #92887a;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.loyalty__list > * > * {
  color: #6db34f;
}
@media screen and (max-width: 576px) {
  .loyalty__list {
    font-size: 14px;
    gap: 22px;
  }
}
@media screen and (max-width: 576px) {
  .loyalty {
    padding-inline: 26px;
  }
}
.loyalty__btn {
  visibility: hidden;
}
@media screen and (max-width: 576px) {
  .loyalty__btn {
    visibility: visible;
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    color: #fff;
    cursor: pointer;
    background-color: #f58934;
    padding: 22px;
    border-radius: 10px;
    font-family: "Gotham Pro";
    cursor: pointer;
    margin-top: 161px;
  }
}

.loyalty-card {
  background-color: #6db34f;
  padding: 16px 24px;
  border-radius: 40px;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  text-align: center;
  display: inline-block;
  color: #ffffff;
}
.loyalty-card--user {
  background-color: #6db34f;
  padding-block: 10px;
  padding-left: 12px;
  padding-right: 8px;
  border-radius: 40px;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  text-align: center;
  display: flex;
  color: #ffffff;
  align-items: center;
  justify-content: space-between;
  max-width: 180px;
}
.loyalty-card--user::after {
  content: url('data:image/svg+xml,<svg width="17" height="16" viewBox="0 0 17 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.5 0C6.91775 0 5.37103 0.469192 4.05544 1.34824C2.73985 2.22729 1.71447 3.47672 1.10897 4.93853C0.503466 6.40034 0.34504 8.00887 0.653721 9.56072C0.962403 11.1126 1.72433 12.538 2.84315 13.6569C3.96197 14.7757 5.38743 15.5376 6.93928 15.8463C8.49113 16.155 10.0997 15.9965 11.5615 15.391C13.0233 14.7855 14.2727 13.7602 15.1518 12.4446C16.0308 11.129 16.5 9.58225 16.5 8C16.5 6.94942 16.2931 5.90914 15.891 4.93853C15.489 3.96793 14.8997 3.08601 14.1569 2.34315C13.414 1.60028 12.5321 1.011 11.5615 0.608964C10.5909 0.206926 9.55058 0 8.5 0ZM8.5 12.8C8.34178 12.8 8.18711 12.7531 8.05555 12.6652C7.92399 12.5773 7.82145 12.4523 7.7609 12.3061C7.70035 12.16 7.68451 11.9991 7.71537 11.8439C7.74624 11.6887 7.82243 11.5462 7.93432 11.4343C8.0462 11.3224 8.18875 11.2462 8.34393 11.2154C8.49911 11.1845 8.65997 11.2003 8.80615 11.2609C8.95233 11.3214 9.07727 11.424 9.16518 11.5555C9.25308 11.6871 9.3 11.8418 9.3 12C9.3 12.2122 9.21572 12.4157 9.06569 12.5657C8.91566 12.7157 8.71218 12.8 8.5 12.8ZM9.3 8.672V9.6C9.3 9.81217 9.21572 10.0157 9.06569 10.1657C8.91566 10.3157 8.71218 10.4 8.5 10.4C8.28783 10.4 8.08435 10.3157 7.93432 10.1657C7.78429 10.0157 7.7 9.81217 7.7 9.6V8C7.7 7.78782 7.78429 7.58434 7.93432 7.43431C8.08435 7.28428 8.28783 7.2 8.5 7.2C8.73734 7.2 8.96935 7.12962 9.16669 6.99776C9.36403 6.8659 9.51783 6.67849 9.60866 6.45922C9.69948 6.23995 9.72325 5.99867 9.67694 5.76589C9.63064 5.53311 9.51635 5.31929 9.34853 5.15147C9.18071 4.98365 8.96689 4.86936 8.73411 4.82306C8.50133 4.77675 8.26005 4.80052 8.04078 4.89134C7.82151 4.98217 7.6341 5.13598 7.50224 5.33331C7.37038 5.53065 7.3 5.76266 7.3 6C7.3 6.21217 7.21572 6.41565 7.06569 6.56568C6.91566 6.71571 6.71218 6.8 6.5 6.8C6.28783 6.8 6.08435 6.71571 5.93432 6.56568C5.78429 6.41565 5.7 6.21217 5.7 6C5.69791 5.48024 5.84053 4.97016 6.1119 4.52686C6.38326 4.08356 6.77266 3.72454 7.2365 3.49C7.70033 3.25546 8.2203 3.15466 8.73818 3.19887C9.25605 3.24309 9.7514 3.43058 10.1688 3.74036C10.5861 4.05013 10.909 4.46997 11.1013 4.95285C11.2936 5.43574 11.3477 5.96261 11.2575 6.4745C11.1673 6.98638 10.9365 7.46305 10.5907 7.85116C10.245 8.23927 9.7981 8.52349 9.3 8.672Z" fill="white" fill-opacity="0.5"/></svg>');
  font-size: 16px;
  width: 16px;
  height: 16px;
  padding-left: 10px;
}
.loyalty-card--margin {
  margin-bottom: 30px;
}/*# sourceMappingURL=style.css.map */
.popular-directions-page {
    padding-top: 40px;
    padding-bottom: 80px;
}
.popular-directions-page .title__line {
    margin-top: 20px; 
    margin-bottom: 35px; 
}

.popular-directions-page .popDirections__cards {
    margin-bottom: 80px;
}