@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.ttf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Medium.ttf");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Firs Neue";
  src: url("../fonts/TT-Firs-Neue-Trial-Regular.ttf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Firs Neue";
  src: url("../fonts/TT-Firs-Neue-Trial-Medium.ttf");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Firs Neue";
  src: url("../fonts/TT-Firs-Neue-Medium-Italic.ttf");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SFPro-Regular.otf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SFPro-Medium.otf");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
* {
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-tap-highlight-color: transparent;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus, :active {
  outline: none;
}

a:focus, a:active {
  outline: none;
}

nav, footer, header, aside {
  display: block;
}

html, body {
  height: 100%;
  width: 100%;
  font-size: 16px;
  line-height: 120%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: "SF Pro Display";
  color: #000000;
  background-color: #F2F7FF;
}

@media (max-width: 991px) {
  body.fixed {
    overflow: hidden;
  }
}

input, button, textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  font-family: "TT Firs Neue";
}

ol, ul {
  padding: 0;
}

main {
  margin-top: 80px;
}
@media (max-width: 991px) {
  main {
    margin-top: 68px;
  }
}
@media (max-width: 1200px) {
  main.auth {
    margin-top: 68px;
  }
}

h1 {
  font-size: 80px;
  line-height: 120%;
  text-align: center;
  letter-spacing: -0.004em;
  color: #333333;
}
@media (max-width: 991px) {
  h1 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  h1 {
    font-size: 36px;
  }
}

h2 {
  font-family: "TT Firs Neue";
  font-style: normal;
  font-weight: 500;
  font-size: 42px;
  line-height: 120%;
  letter-spacing: -0.004em;
  color: #3D4656;
  text-align: center;
}
@media (max-width: 991px) {
  h2 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  h2 {
    font-size: 28px;
  }
}

.btn-1 {
  background: #57BE82;
  border-radius: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 40px;
  height: 72px;
  font-family: "SF Pro Display";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-1:hover {
  background-color: #5AC989;
  color: #FFFFFF;
}
.btn-1:active {
  background-color: #2DA35E;
  color: #FFFFFF;
}
.btn-1.disabled {
  pointer-events: none;
  color: #828282;
  background-color: #A9A9A9;
}
.btn-1.disabled svg path {
  stroke: #828282;
}
.btn-1 svg {
  width: 24px;
  height: 24px;
  margin-right: -8px;
}

.btn-2 {
  background: #2D9CDB;
  border-radius: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding: 0 40px;
  height: 72px;
  font-family: "SF Pro Display";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-2:hover {
  background-color: #3BA9E8;
  color: #FFFFFF;
}
.btn-2:active {
  background-color: #0E77B3;
  color: #FFFFFF;
}
.btn-2.disabled {
  pointer-events: none;
  color: #828282;
  background-color: #A9A9A9;
}
.btn-2.disabled svg path {
  stroke: #828282;
}
.btn-2 svg {
  width: 24px;
  height: 24px;
  margin-right: -8px;
}

.btn-3 {
  background: #2D9CDB;
  border: 1px solid #2D9CDB;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 0 24px;
  height: 48px;
  font-family: "SF Pro Display";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.btn-3:hover {
  background-color: #3BA9E8;
  border-color: #3BA9E8;
  color: #FFFFFF;
}
.btn-3:active {
  background-color: #0E77B3;
  border-color: #0E77B3;
  color: #FFFFFF;
}
.btn-3.disabled {
  pointer-events: none;
  color: #828282;
  background-color: #A9A9A9;
}
.btn-3.disabled svg path {
  stroke: #828282;
}
.btn-3 svg {
  width: 24px;
  height: 24px;
  margin-right: -12px;
}

.btn-4 {
  background: rgba(0, 0, 0, 0);
  border: 1px solid #2D9CDB;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 0 24px;
  height: 48px;
  font-family: "SF Pro Display";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #333333;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.btn-4:hover {
  background-color: #2D9CDB;
  border-color: #2D9CDB;
  color: #FFFFFF;
}
.btn-4:active {
  background-color: #0E77B3;
  border-color: #0E77B3;
  color: #FFFFFF;
}
.btn-4.disabled {
  pointer-events: none;
  color: #828282;
  background-color: #A9A9A9;
}
.btn-4.disabled svg path {
  stroke: #828282;
}
.btn-4 svg {
  width: 24px;
  height: 24px;
  margin-right: -12px;
}

.section-blue-subtitle {
  font-family: "SF Pro Display";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.004em;
  color: #2D9CDB;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .section-blue-subtitle {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .section-blue-subtitle {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .section-blue-subtitle {
    font-size: 14px;
  }
}

.section-subtitle {
  font-family: "SF Pro Display";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  text-align: center;
  letter-spacing: -0.004em;
  color: #828282;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .section-subtitle {
    font-size: 20px;
    max-width: 500px;
  }
}
@media (max-width: 767px) {
  .section-subtitle {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .section-subtitle {
    font-size: 16px;
    max-width: 320px;
  }
}

.container {
  padding: 0 20px;
}
@media (min-width: 1400px) {
  .container {
    max-width: 1280px;
  }
}

.text-greydark {
  color: #333333;
}

.header {
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(60px);
          backdrop-filter: blur(60px);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 25;
}
.header__links nav {
  padding-right: 32px;
}
.header__links nav ul {
  gap: 40px;
}
.header__links nav ul a {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #828282;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__links nav ul a:hover {
  color: #333333;
}
.header__links nav ul a.active {
  color: #333333;
  font-weight: 500;
}
.header__btn-container {
  padding-left: 32px;
}
.header .btn-user {
  height: 48px;
  background: linear-gradient(92.33deg, #1798E0 -16.74%, #2DCCD6 58.42%, #75A6F0 130.51%);
  border: none;
  border-radius: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 24px;
  font-family: "SF Pro Display";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 8px rgba(23, 152, 224, 0.25);
}
.header .btn-user:hover {
  box-shadow: 0 4px 16px rgba(23, 152, 224, 0.35);
  transform: translateY(-1px);
}
.header .btn-user svg {
  width: 24px;
  height: 24px;
  margin-right: -8px;
  display: none;
}
.header .btn-user svg path {
  stroke: white;
}
.header .btn-user.logged-in svg {
  display: block;
}
.header .btn-user.disabled {
  background: #A9A9A9;
  color: #828282;
}
.header .btn-user.disabled svg path {
  stroke: #828282;
}

.footer {
  padding-top: 40px;
  background-color: #FFFFFF;
}
.footer__logo img {
  width: 300px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 575px) {
  .footer__logo img {
    width: 270px;
  }
}
.footer__subtitle {
  font-family: "TT Firs Neue";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  color: #828282;
}
@media (max-width: 575px) {
  .footer__subtitle {
    font-size: 14px;
  }
}
.footer__menu a {
  font-family: "SF Pro Display";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  color: #333333;
  padding: 8px;
}
@media (max-width: 575px) {
  .footer__menu a {
    font-size: 16px;
  }
}
.footer .socials {
  border: unset;
  gap: 10px !important;
}
@media (max-width: 575px) {
  .footer .socials img {
    width: 24px;
    height: 24px;
  }
}
.footer__bottom {
  margin: 32px 0 0;
  padding: 32px 0;
  border-top: 1px solid #E0E0E0;
}
.footer__bottom p, .footer__bottom a {
  font-family: "TT Firs Neue";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #828282;
  display: block;
  margin-bottom: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 575px) {
  .footer__bottom p, .footer__bottom a {
    font-size: 14px;
  }
}
.footer__bottom a:hover {
  color: #333333;
}

.socials {
  padding: 2px 32px;
  border-left: 2px solid #E6F0FF;
  border-right: 2px solid #E6F0FF;
}
.socials img {
  width: 20px;
  height: 20px;
}

.main-banner {
  background-color: #FFFFFF;
  padding: 80px 0 180px;
  margin-bottom: -80px;
  background-position: top -30px center;
  background-repeat: no-repeat;
  background-size: cover;
}
.main-banner.main-banner-routes {
  padding: 92px 0 200px;
}
@media (max-width: 991px) {
  .main-banner.main-banner-routes {
    padding: 60px 0 140px;
  }
}
@media (max-width: 767px) {
  .main-banner.main-banner-routes {
    background-image: url("../img/main-banner-background-mobile.png") !important;
  }
}
@media (max-width: 991px) {
  .main-banner {
    padding: 60px 0 140px;
  }
}
@media (max-width: 767px) {
  .main-banner {
    background-image: url("../img/main-banner-background-mobile.png") !important;
  }
}
.main-banner__inner {
  max-width: 950px;
  margin: 0 auto;
  width: 100%;
}
.main-banner h1 span {
  background: -webkit-linear-gradient(#29B1DC, #12D3BB);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.search-form .input-wrap {
  height: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background: #FFFFFF;
  border-radius: 24px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow: hidden;
}
@media (max-width: 991px) {
  .search-form .input-wrap {
    height: 52px;
    font-size: 14px;
    line-height: 17px;
    border-radius: 12px;
  }
}
.search-form .input-wrap svg {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 24px;
}
@media (max-width: 991px) {
  .search-form .input-wrap svg {
    width: 20px;
    height: 20px;
    left: 16px;
  }
}
.search-form .input-wrap input {
  padding: 0 24px 0 68px;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #333333;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 991px) {
  .search-form .input-wrap input {
    font-size: 14px;
    line-height: 17px;
    padding: 0 16px 0 56px;
  }
}
.search-form .input-wrap input:placeholder {
  color: #828282;
}
.search-form .input-wrap input:focus {
  border-bottom: 2px solid #2D9CDB;
}
.search-form .input-wrap input:focus + svg path {
  stroke: #2D9CDB;
}
.search-form button {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 991px) {
  .search-form button {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 52px;
    border-radius: 16px;
    font-size: 16px;
    line-height: 20px;
  }
  .search-form button svg {
    display: none;
  }
}

.about-numbers {
  padding: 80px 0 40px;
  border-radius: 80px 80px 0 0;
  background: #F6FBFF;
}
@media (max-width: 991px) {
  .about-numbers {
    padding: 60px 0 30px;
    border-radius: 40px 40px 0 0;
  }
}
.about-numbers__item-icon {
  width: 80px;
  height: 80px;
  padding: 14px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #EAF9FF;
}
@media (max-width: 1200px) {
  .about-numbers__item-icon {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 575px) {
  .about-numbers__item-icon {
    width: 48px;
    height: 48px;
    padding: 8px;
  }
}
.about-numbers__item-icon img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}
.about-numbers__row {
  gap: 32px;
}
@media (max-width: 991px) {
  .about-numbers__row {
    gap: 16px;
  }
}
.about-numbers__item {
  background: #FFFFFF;
  border-radius: 40px;
  width: calc(25% - 26px);
}
@media (max-width: 991px) {
  .about-numbers__item {
    width: calc(50% - 8px);
    border-radius: 24px;
  }
}
@media (max-width: 575px) {
  .about-numbers__item {
    width: 100%;
    -webkit-box-shadow: 0px 4px 32px rgba(41, 41, 41, 0.04);
            box-shadow: 0px 4px 32px rgba(41, 41, 41, 0.04);
  }
}
.about-numbers__item-title {
  font-family: "TT Firs Neue";
  font-style: normal;
  font-weight: 500;
  font-size: 52px;
  line-height: 120%;
  color: #3D4656;
}
@media (max-width: 1200px) {
  .about-numbers__item-title {
    font-size: 42px;
  }
}
@media (max-width: 575px) {
  .about-numbers__item-title {
    font-size: 36px;
  }
}
.about-numbers__item-text {
  margin-bottom: 0;
  font-family: "SF Pro Display";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #51545F;
  margin-top: 10px;
}
@media (max-width: 575px) {
  .about-numbers__item-text {
    font-size: 14px;
    margin-top: 8px;
  }
}

.banner-blue-gradient {
  background: linear-gradient(91.71deg, #189ADF 0%, #38C6D9 100%);
  -webkit-box-shadow: 0px 20px 32px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 20px 32px rgba(0, 0, 0, 0.1);
  border-radius: 40px;
}
@media (max-width: 991px) {
  .banner-blue-gradient {
    border-radius: 24px;
  }
}

.banner-green-gradient {
  background: linear-gradient(91.71deg, #B3FF69 0%, #6AFF86 100%);
  -webkit-box-shadow: 0px 20px 32px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 20px 32px rgba(0, 0, 0, 0.1);
  border-radius: 40px;
}
@media (max-width: 991px) {
  .banner-green-gradient {
    border-radius: 24px;
  }
}

.pdf-banner .banner {
  border-radius: 24px;
}
@media (max-width: 991px) {
  .pdf-banner .banner {
    border-radius: 12px;
  }
}

.banner-section {
  padding: 80px 0 40px;
  background: #F6FBFF;
}
@media (max-width: 991px) {
  .banner-section {
    padding: 30px 0;
  }
}
.banner-section .banner {
  padding: 60px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .banner-section .banner {
    padding: 32px 20px;
  }
}
.banner-section .banner .absolute-bg {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  height: 100%;
  width: auto;
}
@media (max-width: 575px) {
  .banner-section .banner .absolute-bg {
    height: 90%;
    bottom: 0;
    top: unset;
  }
}
.banner-section .banner-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .banner-section .banner-content {
    gap: 24px;
  }
}
.banner-section .banner-subtitle {
  font-family: "SF Pro Display";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.004em;
}
@media (max-width: 991px) {
  .banner-section .banner-subtitle {
    font-size: 16px;
  }
}
.banner-section .banner-title {
  font-family: "TT Firs Neue";
  font-style: normal;
  font-weight: 500;
  font-size: 42px;
  line-height: 120%;
  letter-spacing: -0.004em;
}
@media (max-width: 991px) {
  .banner-section .banner-title {
    font-size: 24px;
  }
}
.banner-section .banner-link {
  background: #F6F8FA;
  border-radius: 10000px;
  font-family: "TT Firs Neue";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.004em;
  color: #333333;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 991px) {
  .banner-section .banner-link {
    font-size: 16px;
    line-height: 1;
  }
}
.banner-section .banner-link:hover {
  color: #2D9CDB;
}
.banner-section .banner-link__icon {
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  background-color: #FFFFFF;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 991px) {
  .banner-section .banner-link__icon {
    width: 32px;
    height: 32px;
    padding: 6px !important;
  }
}
.banner-section .banner-link__icon img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.routes {
  padding: 80px 0 40px;
  background: #F6FBFF;
}
@media (max-width: 991px) {
  .routes {
    padding: 30px 0;
  }
}
.routes__row {
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 991px) {
  .routes__row {
    gap: 32px;
  }
}
.routes .routes-item {
  width: calc(33.333% - 14px);
  border-radius: 24px;
  overflow: hidden;
  -webkit-box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.08);
}
@media (max-width: 991px) {
  .routes .routes-item {
    border-radius: 24px;
    width: calc(50% - 16px);
  }
}
@media (max-width: 575px) {
  .routes .routes-item {
    border-radius: 24px;
    width: 100%;
    -webkit-box-shadow: 0px 4px 32px rgba(41, 41, 41, 0.04);
            box-shadow: 0px 4px 32px rgba(41, 41, 41, 0.04);
  }
}
.routes .routes-item .btn-3 {
  font-size: 20px;
}
@media (max-width: 1200px) {
  .routes .routes-item .btn-3 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .routes .routes-item .btn-3 {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.routes .routes-item__content {
  padding: 40px;
}
@media (max-width: 991px) {
  .routes .routes-item__content {
    padding: 24px;
  }
}
.routes .routes-item__title {
  font-family: "TT Firs Neue";
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: -0.004em;
  color: #333333;
}
@media (max-width: 991px) {
  .routes .routes-item__title {
    font-size: 24px;
  }
}
.routes .routes-item__text {
  font-family: "SF Pro Display";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #2D9CDB;
}
@media (max-width: 991px) {
  .routes .routes-item__text {
    font-size: 16px;
  }
}
.routes .routes-item img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.slider-wrapper {
  overflow: hidden;
  max-width: 100%;
}
.slider-wrapper .btn-4 {
  margin: 0 auto;
}
@media (max-width: 575px) {
  .slider-wrapper .btn-4 {
    display: none;
  }
}

.popular-routes {
  padding: 80px 0 20px;
  background: #F6FBFF;
}
.popular-routes.routes-page {
  padding: 60px 0 20px;
  border-radius: 80px 80px 0 0;
}
@media (max-width: 991px) {
  .popular-routes.routes-page {
    padding: 60px 0 30px;
    border-radius: 40px 40px 0 0;
  }
}
.popular-routes.routes-page .btn-4 {
  margin: 0 auto;
}
.popular-routes.routes-page .routes-cards {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 991px) {
  .popular-routes {
    padding: 30px 0;
  }
}

.routes-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
@media (max-width: 575px) {
  .routes-cards {
    -webkit-column-gap: unset;
       -moz-column-gap: unset;
            column-gap: unset;
    -ms-flex-wrap: unset;
        flex-wrap: unset;
  }
}
.routes-cards .route-card {
  width: calc(33.333% - 14px);
  border-radius: 24px;
  overflow: hidden;
  -webkit-box-shadow: 0px 4px 32px rgba(41, 41, 41, 0.1);
          box-shadow: 0px 4px 32px rgba(41, 41, 41, 0.1);
  position: relative;
}
.routes-cards .route-card.hidden-card {
  display: none;
}
@media (max-width: 1200px) {
  .routes-cards .route-card {
    width: calc(50% - 10px);
  }
}
@media (max-width: 991px) {
  .routes-cards .route-card {
    border-radius: 16px;
  }
}
@media (max-width: 767px) {
  .routes-cards .route-card {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .routes-cards .route-card__content {
    padding: 16px !important;
  }
}
.routes-cards .route-card__image {
  width: 100%;
  position: relative;
}
.routes-cards .route-card__image.bordered {
  border-radius: 16px;
  overflow: hidden;
}
.routes-cards .route-card__image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
}
.routes-cards .route-card__title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.004em;
  color: #333333;
}
@media (max-width: 991px) {
  .routes-cards .route-card__title {
    font-size: 20px;
  }
}
.routes-cards .route-card .location {
  font-family: "SF Pro Display";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -0.004em;
  color: #828282;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.routes-cards .route-card .location:hover {
  color: #2D9CDB;
}
.routes-cards .route-card .absolute-info {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: calc(100% - 40px);
}
@media (max-width: 575px) {
  .routes-cards .route-card .absolute-info {
    width: calc(100% - 32px);
    left: 16px;
    bottom: 16px;
  }
}
.routes-cards .route-card .absolute-info .absolute-info-item {
  height: 36px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 6px 10px;
  font-family: "SF Pro Display";
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 1;
  letter-spacing: -0.004em;
  color: #333333;
  background: #FFFFFF;
  border-radius: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
@media (max-width: 575px) {
  .routes-cards .route-card .absolute-info .absolute-info-item {
    font-size: 16px;
    height: 32px;
  }
}
.routes-cards .route-card .absolute-info .absolute-info-item.mark {
  color: #4F4F4F;
}
@media (max-width: 575px) {
  .routes-cards .route-card .absolute-info .absolute-info-item.mark svg {
    width: 20px;
    height: 20px;
  }
}
.routes-cards .route-card .favorite-btn {
  cursor: pointer;
  width: 52px;
  height: 32px;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.4789 4C26.1752 4 29.3307 8.47 29.3307 12.64C29.3307 21.085 16.2344 28 15.9974 28C15.7604 28 2.66406 21.085 2.66406 12.64C2.66406 8.47 5.81962 4 10.5159 4C13.2122 4 14.9752 5.365 15.9974 6.565C17.0196 5.365 18.7826 4 21.4789 4Z' stroke='%232D9CDB' stroke-width='3.16667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: 32px;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 991px) {
  .routes-cards .route-card .favorite-btn {
    width: 28px;
    height: 28px;
    background-size: 28px;
  }
}
.routes-cards .route-card .favorite-btn.active {
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.4808 4.00012C26.1771 4.00012 29.3327 8.47012 29.3327 12.6401C29.3327 21.0851 16.2364 28.0001 15.9993 28.0001C15.7623 28.0001 2.66602 21.0851 2.66602 12.6401C2.66602 8.47012 5.82157 4.00012 10.5179 4.00012C13.2142 4.00012 14.9771 5.36512 15.9993 6.56512C17.0216 5.36512 18.7845 4.00012 21.4808 4.00012Z' fill='%232D9CDB'/%3E%3C/svg%3E%0A");
}
.routes-cards .route-card .favorite-btn.favorite-btn-1 {
  width: 60px;
  height: 60px;
  background-size: 32px;
  position: absolute;
  top: 20px;
  right: 20px;
}
@media (max-width: 575px) {
  .routes-cards .route-card .favorite-btn.favorite-btn-1 {
    width: 48px;
    height: 48px;
    background-size: 24px;
    top: 16px;
    right: 16px;
  }
}
.routes-cards .route-card .btn-2 {
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  line-height: 24px;
  height: 56px;
  border-radius: 16px;
}
@media (max-width: 991px) {
  .routes-cards .route-card .btn-2 {
    height: 52px;
    font-size: 16px;
    line-height: 1;
    border-radius: 16px;
  }
}
.routes-cards .route-card__price {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.004em;
  color: #2D9CDB;
}
.routes-cards .route-card__old-price {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.004em;
  text-decoration-line: line-through;
  color: #BDBDBD;
}

.route-card__routes-link {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -0.004em;
  color: #2D9CDB;
  background: rgba(45, 156, 219, 0.1);
  border-radius: 8px;
}
@media (max-width: 991px) {
  .route-card__routes-link {
    font-size: 12px;
  }
}

.route-card__marks p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -0.004em;
  color: #BDBDBD;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
@media (max-width: 991px) {
  .route-card__marks p {
    font-size: 12px;
  }
}
.route-card__marks p b {
  font-weight: 500;
  color: #4F4F4F;
}

.last-section {
  padding-bottom: 120px;
}
@media (max-width: 991px) {
  .last-section {
    padding-bottom: 60px;
  }
}

.burger-btn {
  width: 36px;
  height: 36px;
  padding: 6px;
  border-radius: 8px;
  background-color: #FFFFFF;
}
.burger-btn svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.burger-btn .rows {
  display: block;
}
.burger-btn .close {
  display: none;
}
.burger-btn.active {
  background-color: #333333;
}
.burger-btn.active .close {
  display: block;
}
.burger-btn.active .rows {
  display: none;
}

.mobile-menu {
  position: fixed;
  overflow: auto;
  width: 100%;
  height: calc(100vh - 68px);
  top: 68px;
  background-color: rgba(255, 255, 255, 0.95);
  background-image: url("../img/menu-background.png");
  background-position: bottom center;
  background-size: 100% 100%;
  z-index: 20;
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
  display: none;
}
.mobile-menu .container {
  height: 100%;
}
.mobile-menu__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  height: 100%;
}
.mobile-menu .mobile-socials {
  border-top: 1px solid #D7E0EF;
}
.mobile-menu .mobile-socials p {
  font-family: "SF Pro Display";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #3D4656;
}
.mobile-menu .mobile-socials img {
  width: 24px;
  height: 24px;
}
.mobile-menu__bottom .mobile-menu__buttons a {
  width: 165px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 400px) {
  .mobile-menu__bottom .mobile-menu__buttons a {
    width: calc(50% - 8px) !important;
  }
}
.mobile-menu__bottom .mobile-menu__buttons a svg {
  display: none;
}
.mobile-menu__bottom .mobile-menu__buttons .login {
  background: #FFFFFF;
  border-radius: 16px;
  font-family: "SF Pro Display";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #3D4656;
}
.mobile-menu__top {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 16px 0;
}
.mobile-menu__top ul {
  gap: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.mobile-menu__top ul a {
  padding: 12px 16px;
  font-family: "TT Firs Neue";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.004em;
  color: #3D4656;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mobile-menu__top ul a.active {
  background-color: #FFFFFF;
}
.mobile-menu__top ul a:hover {
  background-color: #FFFFFF;
}

.routes-slider {
  overflow: visible;
}

.category-links {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.category-link {
  background: #E1F0FF;
  min-width: 230px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 10000px;
  font-family: "TT Firs Neue";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.004em;
  color: #333333;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1200px) {
  .category-link {
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
}
.category-link.active {
  background: #2D9CDB;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .category-link {
    font-size: 16px;
    line-height: 1;
  }
}
.category-link:hover {
  background: #2D9CDB;
  color: #FFFFFF;
}
.category-link__icon {
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  background-color: #FFFFFF;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 991px) {
  .category-link__icon {
    width: 32px;
    height: 32px;
    padding: 6px !important;
  }
}
.category-link__icon img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.breadcrumbs svg path {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.breadcrumbs a {
  font-family: "SF Pro Display";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #828282;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.breadcrumbs a.current {
  color: #333333;
  pointer-events: none;
}
.breadcrumbs a:hover {
  color: #333333;
}
.breadcrumbs a:hover + svg path {
  stroke: #333333;
}

.route-info {
  max-width: 100%;
  overflow: hidden;
}
.route-info__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 575px) {
  .route-info__row {
    gap: 32px;
  }
}
.route-info__left, .route-info__right {
  width: calc(50% - 20px);
}
@media (max-width: 991px) {
  .route-info__left, .route-info__right {
    width: 100%;
  }
}
.route-info h1 {
  font-family: "TT Firs Neue";
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: -0.004em;
  color: #333333;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .route-info h1 {
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  .route-info h1 {
    text-align: left;
  }
}
.route-info__location {
  font-family: "SF Pro Display";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.004em;
  color: #828282;
}
@media (max-width: 575px) {
  .route-info__location {
    font-size: 14px;
  }
  .route-info__location svg {
    width: 20px;
    height: 20px;
  }
}
.route-info__price {
  font-family: "TT Firs Neue";
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: -0.004em;
  color: #2D9CDB;
}
.route-info__old-price {
  font-family: "TT Firs Neue";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.004em;
  text-decoration-line: line-through;
  color: #BDBDBD;
}
.route-info .btn-1 {
  padding: 0 32px;
  height: 56px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 18px;
  line-height: 20px;
  color: #FFFFFF;
  border-radius: 16px;
}
@media (max-width: 575px) {
  .route-info .btn-1 {
    padding: 0 16px;
    height: 48px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.route-info__text-title {
  font-family: "SF Pro Display";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.004em;
  color: #828282;
}
.route-info__text-content {
  font-family: "TT Firs Neue";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 128.5%;
  letter-spacing: -0.004em;
  color: #333333;
}
.route-info__text-content b {
  font-weight: 500;
}
.route-info__text-item {
  max-height: 170px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.route-info__text-item.short {
  max-height: 76px;
}
.route-info__text-item.show {
  max-height: unset;
  overflow: hidden;
}

.favorite-btn-1 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: pointer;
  background: #ECF0FF;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 26px;
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.4652 4.22913C22.2893 4.22913 24.8588 7.86898 24.8588 11.2646C24.8588 18.1412 14.1947 23.772 14.0017 23.772C13.8087 23.772 3.14453 18.1412 3.14453 11.2646C3.14453 7.86898 5.71406 4.22913 9.53818 4.22913C11.7337 4.22913 13.1693 5.34063 14.0017 6.31777C14.8341 5.34063 16.2696 4.22913 18.4652 4.22913Z' stroke='%232D9CDB' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.favorite-btn-1.active {
  background-image: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.5805 4.78625C27.3606 4.78625 30.5725 9.33608 30.5725 13.5805C30.5725 22.1763 17.2424 29.2148 17.0011 29.2148C16.7598 29.2148 3.42969 22.1763 3.42969 13.5805C3.42969 9.33608 6.64159 4.78625 11.4218 4.78625C14.1662 4.78625 15.9606 6.17563 17.0011 7.39706C18.0416 6.17563 19.836 4.78625 22.5805 4.78625Z' fill='%232D9CDB'/%3E%3C/svg%3E%0A");
}

.read-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  font-family: "TT Firs Neue";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 128.5%;
  letter-spacing: -0.004em;
  color: #2D9CDB;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: 10px;
}
.read-more svg {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.read-more.active svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.read-more svg path {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.read-more:hover {
  color: #333333;
}
.read-more:hover svg path {
  stroke: #333333;
}

.bg-none {
  background: unset !important;
}

.route-slider-main {
  margin-bottom: 24px;
}
@media (max-width: 575px) {
  .route-slider-main {
    margin-bottom: 16px;
  }
}
.route-slider-main .swiper-slide {
  border-radius: 32px;
  overflow: hidden;
  cursor: pointer;
}
@media (max-width: 575px) {
  .route-slider-main .swiper-slide {
    border-radius: 16px;
  }
}
.route-slider-main img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/14;
  -o-object-fit: cover;
     object-fit: cover;
}
.route-slider-main .route-slider-button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
}
@media (max-width: 575px) {
  .route-slider-main .route-slider-button {
    background: rgba(0, 0, 0, 0) !important;
  }
  .route-slider-main .route-slider-button svg path {
    stroke: #E0E0E0 !important;
  }
}
.route-slider-main .route-slider-button.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.7;
}
.route-slider-main .route-slider-button.route-slider-next {
  right: 24px;
}
@media (max-width: 575px) {
  .route-slider-main .route-slider-button.route-slider-next {
    right: 0;
  }
}
.route-slider-main .route-slider-button.route-slider-prev {
  left: 24px;
}
@media (max-width: 575px) {
  .route-slider-main .route-slider-button.route-slider-prev {
    left: 0;
  }
}
.route-slider-main .route-slider-button:hover {
  background-color: #2D9CDB;
}
.route-slider-main .route-slider-button:hover svg path {
  stroke: #FFFFFF;
}
.route-slider-main .route-slider-button svg {
  width: 24px;
  height: 24px;
}
.route-slider-main .route-slider-button svg path {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 575px) {
  .route-slider-thumbs {
    overflow: visible;
  }
}
.route-slider-thumbs .swiper-slide {
  border-radius: 16px;
  overflow: hidden;
  padding: 2px;
  border: 2px solid rgba(0, 0, 0, 0);
  cursor: pointer;
}
@media (max-width: 575px) {
  .route-slider-thumbs .swiper-slide {
    border-radius: 8px;
  }
}
.route-slider-thumbs .swiper-slide.swiper-slide-thumb-active {
  border: 2px solid #2DCCD6;
}
@media (max-width: 575px) {
  .route-slider-thumbs .swiper-slide.swiper-slide-thumb-active {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
.route-slider-thumbs img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/14;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
@media (max-width: 575px) {
  .route-slider-thumbs img {
    border-radius: 8px;
  }
}

.reccomended-slider__title {
  font-family: "TT Firs Neue";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: -0.004em;
  color: #333333;
}
@media (max-width: 767px) {
  .reccomended-slider__title {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  .reccomended-slider__title {
    font-size: 24px;
  }
}
.reccomended-slider .routes-reccomend-slider-container {
  position: relative;
}
.reccomended-slider .routes-reccomend-slider-container .route-slider-reccomend-button {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
}
@media (max-width: 767px) {
  .reccomended-slider .routes-reccomend-slider-container .route-slider-reccomend-button {
    width: 48px;
    height: 48px;
  }
}
@media (max-width: 575px) {
  .reccomended-slider .routes-reccomend-slider-container .route-slider-reccomend-button {
    display: none !important;
    background: rgba(0, 0, 0, 0) !important;
  }
  .reccomended-slider .routes-reccomend-slider-container .route-slider-reccomend-button svg path {
    stroke: #E0E0E0 !important;
  }
}
.reccomended-slider .routes-reccomend-slider-container .route-slider-reccomend-button.swiper-button-disabled {
  pointer-events: none;
  display: none;
  opacity: 0.7;
}
.reccomended-slider .routes-reccomend-slider-container .route-slider-reccomend-button.route-slider-reccomend-next {
  right: -80px;
}
@media (max-width: 1440px) {
  .reccomended-slider .routes-reccomend-slider-container .route-slider-reccomend-button.route-slider-reccomend-next {
    right: -40px;
  }
}
@media (max-width: 767px) {
  .reccomended-slider .routes-reccomend-slider-container .route-slider-reccomend-button.route-slider-reccomend-next {
    right: -24px;
  }
}
@media (max-width: 575px) {
  .reccomended-slider .routes-reccomend-slider-container .route-slider-reccomend-button.route-slider-reccomend-next {
    right: 0;
  }
}
.reccomended-slider .routes-reccomend-slider-container .route-slider-reccomend-button.route-slider-reccomend-prev {
  left: -80px;
}
@media (max-width: 1440px) {
  .reccomended-slider .routes-reccomend-slider-container .route-slider-reccomend-button.route-slider-reccomend-prev {
    left: -40px;
  }
}
@media (max-width: 767px) {
  .reccomended-slider .routes-reccomend-slider-container .route-slider-reccomend-button.route-slider-reccomend-prev {
    left: -24px;
  }
}
.reccomended-slider .routes-reccomend-slider-container .route-slider-reccomend-button.route-slider-reccomend-prev svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (max-width: 575px) {
  .reccomended-slider .routes-reccomend-slider-container .route-slider-reccomend-button.route-slider-reccomend-prev {
    left: 0;
  }
}
.reccomended-slider .routes-reccomend-slider-container .route-slider-reccomend-button:hover {
  background-color: #2D9CDB;
}
.reccomended-slider .routes-reccomend-slider-container .route-slider-reccomend-button:hover svg path {
  stroke: #FFFFFF;
}
.reccomended-slider .routes-reccomend-slider-container .route-slider-reccomend-button svg {
  width: 32px;
  height: 32px;
}
@media (max-width: 767px) {
  .reccomended-slider .routes-reccomend-slider-container .route-slider-reccomend-button svg {
    width: 24px;
    height: 24px;
  }
}
.reccomended-slider .routes-reccomend-slider-container .route-slider-reccomend-button svg path {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 575px) {
  .routes-reccomend-slider {
    width: calc(100% + 20px);
  }
}
.routes-reccomend-slider .route-card {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}
.routes-reccomend-slider .routes-cards {
  gap: unset;
  -ms-flex-wrap: unset;
      flex-wrap: unset;
}

@media (max-width: 575px) {
  .auth .mobile-menu__bottom .mobile-menu__buttons a {
    width: 100% !important;
  }
}

.modal {
  background-color: rgba(2, 51, 58, 0.5);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 0 20px;
}

.modal-dialog {
  max-width: 635px;
  margin: 0 auto;
}

.modal-content {
  background: #FFFFFF;
  border-radius: 32px;
  border: unset;
  overflow: hidden;
}
@media (max-width: 767px) {
  .modal-content {
    border-radius: 16px;
  }
}

.modal-top {
  padding: 38px 40px;
  position: relative;
  background: linear-gradient(91.71deg, #189ADF 0%, #38C6D9 100%);
}
@media (max-width: 767px) {
  .modal-top {
    padding: 20px;
  }
}

.modal-bottom {
  padding: 40px;
}
@media (max-width: 767px) {
  .modal-bottom {
    padding: 32px 16px;
  }
}

.modal-logo {
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .modal-logo {
    width: 192px;
    height: auto;
  }
}

.modal-bg {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: auto;
  z-index: 0;
}

.modal-title {
  font-family: "TT Firs Neue";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.004em;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  .modal-title {
    font-size: 22px;
  }
}

.modal-text {
  font-family: "TT Firs Neue";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.004em;
  color: #828282;
}
@media (max-width: 767px) {
  .modal-text {
    font-size: 14px;
  }
}

.modal-btn {
  height: 48px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  border-radius: 16px;
  padding: 0 24px;
}
.modal-btn.h-big {
  height: 56px;
  margin-left: 8px;
}
@media (max-width: 767px) {
  .modal-btn.h-big {
    height: 48px;
    width: 100%;
    margin-left: 0;
    margin-top: 32px;
  }
}

.modal-text-small {
  font-family: "TT Firs Neue";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: -0.004em;
  color: #828282;
}
.modal-text-small a {
  color: #2D9CDB;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.modal-text-small a:hover {
  text-decoration: unset;
}

.modal-buttons {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.modal-buttons a {
  width: calc(50% - 8px);
}
@media (max-width: 767px) {
  .modal-buttons a {
    width: 100%;
  }
}

.input-container {
  width: 100%;
}
.input-container label {
  font-family: "SF Pro Display";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #333333;
}
.input-container .input-wrap {
  position: relative;
  overflow: hidden;
  background: #F6F6F6;
  border-radius: 16px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.input-container .input-wrap input {
  width: 100%;
  height: 100%;
  padding: 0 16px 0 56px;
  font-family: "SF Pro Display";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #333333;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  background: #F6F6F6;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.input-container .input-wrap input.invalid {
  border-bottom: 2px solid #EB5757;
  color: #EB5757;
}
.input-container .input-wrap input.invalid + svg path {
  stroke: #EB5757;
}
.input-container .input-wrap input::-webkit-input-placeholder {
  color: #828282;
}
.input-container .input-wrap input::-moz-placeholder {
  color: #828282;
}
.input-container .input-wrap input:-ms-input-placeholder {
  color: #828282;
}
.input-container .input-wrap input::-ms-input-placeholder {
  color: #828282;
}
.input-container .input-wrap input::placeholder {
  color: #828282;
}
.input-container .input-wrap input:focus {
  border-bottom: 2px solid #2D9CDB;
}
.input-container .input-wrap input:focus + svg path {
  stroke: #2D9CDB;
}
.input-container .input-wrap svg {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 50%;
  left: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.modal-link {
  font-family: "TT Firs Neue";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #2D9CDB;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.modal-link:hover {
  text-decoration: underline;
  color: #2D9CDB;
}
@media (max-width: 767px) {
  .modal-link {
    font-size: 14px;
  }
}
.modal-link.big-link {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 767px) {
  .modal-link.big-link {
    font-size: 16px;
  }
}

.modal-close-btn {
  position: absolute;
  top: 40px;
  right: 40px;
  pointer-events: none;
}
@media (max-width: 767px) {
  .modal-close-btn {
    top: 20px;
    right: 20px;
  }
}

/* Customize the label (the container) */
.custom-schekbox {
  display: block;
  position: relative;
  font-family: "TT Firs Neue";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #828282;
  cursor: pointer;
  font-size: px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-left: 28px;
}
@media (max-width: 767px) {
  .custom-schekbox {
    font-size: 14px;
  }
}

/* Hide the browser's default checkbox */
.custom-schekbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background: #FBFBFC;
  -webkit-box-shadow: inset 0px 1px 2px 1px rgba(38, 39, 40, 0.2);
          box-shadow: inset 0px 1px 2px 1px rgba(38, 39, 40, 0.2);
  border-radius: 4px;
}

/* When the checkbox is checked, add a blue background */
.custom-schekbox input:checked ~ .checkmark {
  background-color: #2196F3;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.custom-schekbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.custom-schekbox .checkmark:after {
  width: 16px;
  height: 16px;
  top: 2px;
  left: 2px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.5304 4.19656C13.7901 4.45619 13.7901 4.87714 13.5304 5.13678L6.00055 12.6667L2.80417 9.47029C2.54444 9.21056 2.54444 8.78945 2.80417 8.52971C3.06368 8.27021 3.48435 8.26995 3.74417 8.52914L6.00055 10.78L12.5904 4.19634C12.8501 3.93691 13.2709 3.93701 13.5304 4.19656Z' fill='%23FBFBFD'/%3E%3C/svg%3E%0A");
}

.contacts {
  padding: 60px 0 0;
  background-color: #F6FBFF;
}
.contacts .breadcrumb-link {
  font-family: "SF Pro Display";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.004em;
  color: #2D9CDB;
}
@media (max-width: 575px) {
  .contacts .breadcrumb-link {
    font-size: 14px;
  }
}
.contacts .breadcrumb-link:hover {
  color: #2D9CDB;
}
.contacts__title {
  color: #3D4656;
}
@media (max-width: 575px) {
  .contacts__title img {
    width: 36px;
    height: 36px;
  }
}
.contacts__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 60px;
}
@media (max-width: 1400px) {
  .contacts__row {
    gap: 16px;
    margin-top: 40px;
  }
}
.contacts__item {
  width: calc(33.333% - 22px);
  background: #FFFFFF;
  border-radius: 40px;
  padding: 32px;
}
@media (max-width: 1400px) {
  .contacts__item {
    width: calc(50% - 16px);
  }
}
@media (max-width: 991px) {
  .contacts__item {
    width: 100%;
    padding: 20px 24px;
    border-radius: 24px;
  }
}
.contacts__icon {
  width: 64px;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #2D9CDB;
  border-radius: 14px;
}
@media (max-width: 991px) {
  .contacts__icon {
    width: 56px;
    height: 56px;
  }
}
.contacts__icon svg {
  width: 32px;
  height: 32px;
}
@media (max-width: 991px) {
  .contacts__icon svg {
    width: 24px;
    height: 24px;
  }
}
.contacts__label {
  font-family: "TT Firs Neue";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.004em;
  color: #333333;
}
@media (max-width: 991px) {
  .contacts__label {
    font-size: 16px;
  }
}
.contacts__link {
  font-family: "TT Firs Neue";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: -0.004em;
  color: #000000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contacts__link:hover {
  color: #2D9CDB;
}
@media (max-width: 991px) {
  .contacts__link {
    font-size: 24px;
  }
}
@media (max-width: 360px) {
  .contacts__link {
    font-size: 20px;
  }
}

.guide-intro .container {
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 0 0 32px 32px;
  position: relative;
  overflow: hidden;
}
.guide-intro .guide-logo img {
  width: 192px;
  height: auto;
}
@media (max-width: 991px) {
  .guide-intro .guide-logo img {
    width: 142px;
  }
}
@media (max-width: 767px) {
  .guide-intro .guide-logo img {
    width: 122px;
  }
}

.guide-description {
  font-family: "TT Firs Neue";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 128.5%;
  letter-spacing: -0.004em;
  color: #4F4F4F;
}
@media (max-width: 991px) {
  .guide-description {
    font-size: 14px;
  }
}
.guide-description b {
  font-weight: 500;
}

.guide-banner__inner {
  background: linear-gradient(54.61deg, #B3FF69 41.54%, #6AFF86 80.76%);
  border-radius: 24px;
  position: relative;
}
@media (max-width: 991px) {
  .guide-banner__inner {
    border-radius: 12px;
  }
}
.guide-banner__subtitle {
  font-family: "TT Firs Neue";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.004em;
  color: #333333;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .guide-banner__subtitle {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .guide-banner__subtitle {
    font-size: 8px;
  }
}
.guide-banner__title {
  font-family: "TT Firs Neue";
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 120%;
  letter-spacing: -0.004em;
  color: #333333;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .guide-banner__title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .guide-banner__title {
    font-size: 20px;
  }
}
.guide-banner__image {
  position: absolute;
  height: 100%;
  width: auto;
  top: 0;
  right: 48px;
}
@media (max-width: 991px) {
  .guide-banner__image {
    right: 24px;
  }
}

.guide-location-block__inner {
  border-radius: 24px;
}
@media (max-width: 991px) {
  .guide-location-block__inner {
    border-radius: 12px;
  }
}
.guide-location-block .btn-2 {
  height: 48px;
  font-size: 16px;
  border-radius: 24px;
}
@media (max-width: 767px) {
  .guide-location-block .btn-2 {
    height: 36px;
    font-size: 14px;
    border-radius: 16px;
  }
  .guide-location-block .btn-2 svg {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 767px) {
  .guide-location-block .btn-2.btn-md-small {
    font-size: 12px;
  }
  .guide-location-block .btn-2.btn-md-small svg {
    width: 16px;
    height: 16px;
  }
}
.guide-location-block__title {
  font-family: "TT Firs Neue";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.004em;
  color: #333333;
}
@media (max-width: 991px) {
  .guide-location-block__title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .guide-location-block__title {
    font-size: 14px;
  }
}
.guide-location-block__text {
  font-family: "TT Firs Neue";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 128.5%;
  letter-spacing: -0.004em;
  color: #4F4F4F;
}
@media (max-width: 991px) {
  .guide-location-block__text {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .guide-location-block__text {
    font-size: 10px;
  }
}
@media (max-width: 575px) {
  .guide-location-block__content {
    width: 100% !important;
  }
}
.guide-location-block__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px;
}
@media (max-width: 991px) {
  .guide-location-block__row {
    gap: 16px;
  }
}
.guide-location-block__row img {
  aspect-ratio: 16/12;
  border-radius: 32px;
  width: calc(25% - 24px);
  height: auto;
}
@media (max-width: 991px) {
  .guide-location-block__row img {
    width: calc(25% - 12px);
    border-radius: 12px;
  }
}
.guide-location-block__row.row-double {
  gap: 24px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 991px) {
  .guide-location-block__row.row-double {
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .guide-location-block__row.row-double {
    gap: 8px;
  }
}
@media (max-width: 575px) {
  .guide-location-block__row.row-double {
    width: 100% !important;
  }
}
.guide-location-block__row.row-double img {
  aspect-ratio: 16/12;
  border-radius: 24px;
  width: calc(50% - 12px);
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  .guide-location-block__row.row-double img {
    width: calc(50% - 8px);
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .guide-location-block__row.row-double img {
    width: calc(50% - 4px);
  }
}
@media (max-width: 575px) {
  .guide-location-block__row.row-double img {
    width: calc(25% - 6px);
  }
}

.my-guide-intro__inner {
  border-radius: 24px;
  padding: 40px 60px;
  min-height: 366px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-size: 100%;
}
@media (max-width: 991px) {
  .my-guide-intro__inner {
    min-height: 302px;
    padding: 24px 16px;
  }
}
.my-guide-intro .btn-2 {
  height: 52px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 32px;
  font-size: 16px;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .my-guide-intro .btn-2 {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.my-guide-intro__subtitle {
  font-family: "SF Pro Display";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: -0.004em;
  opacity: 0.9;
}
@media (max-width: 991px) {
  .my-guide-intro__subtitle {
    font-size: 16px;
  }
}
.my-guide-intro__title {
  font-family: "TT Firs Neue";
  font-style: normal;
  font-weight: 500;
  font-size: 58px;
  line-height: 120%;
  letter-spacing: -0.004em;
}
@media (max-width: 991px) {
  .my-guide-intro__title {
    font-size: 40px;
  }
}

.my-guide-description__inner {
  background: #FFFFFF;
  border-radius: 24px;
  padding: 32px 24px;
}
@media (max-width: 991px) {
  .my-guide-description__inner {
    padding: 20px;
  }
}
.my-guide-description__title {
  font-family: "TT Firs Neue";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.004em;
  color: #333333;
  border-bottom: 1px solid #E0E0E0;
}
@media (max-width: 991px) {
  .my-guide-description__title {
    font-size: 18px;
  }
}
.my-guide-description__text {
  font-family: "TT Firs Neue";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 128.5%;
  letter-spacing: -0.004em;
  color: #333333;
}
@media (max-width: 991px) {
  .my-guide-description__text {
    font-size: 16px;
  }
}
.my-guide-description__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media (max-width: 991px) {
  .my-guide-description__links {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.my-guide-description__links-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  width: calc(50% - 8px);
}
@media (max-width: 991px) {
  .my-guide-description__links-item {
    width: 100%;
  }
}
.my-guide-description__links-item-number {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background: #2D9CDB;
  font-family: "TT Firs Neue";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  text-align: center;
  letter-spacing: -0.004em;
  color: #FFFFFF;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 991px) {
  .my-guide-description__links-item-number {
    width: 24px;
    height: 24px;
  }
}
.my-guide-description__links-item-text {
  font-family: "TT Firs Neue";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 128.5%;
  letter-spacing: -0.004em;
  text-decoration-line: underline;
  color: #2D9CDB;
}
@media (max-width: 991px) {
  .my-guide-description__links-item-text {
    font-size: 18px;
  }
}

.my-guide-location__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background-color: #FFFFFF;
  border-radius: 24px;
  padding: 32px 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
}
@media (max-width: 991px) {
  .my-guide-location__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 24px;
    padding: 20px;
  }
}
.my-guide-location__left {
  width: calc(50% - 20px);
}
@media (max-width: 991px) {
  .my-guide-location__left {
    width: 100%;
  }
}
.my-guide-location__right {
  width: calc(50% - 20px);
}
@media (max-width: 991px) {
  .my-guide-location__right {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .my-guide-location .route-slider-main .route-slider-button {
    background: #FFFFFF !important;
    width: 24px;
    height: 24px;
  }
  .my-guide-location .route-slider-main .route-slider-button svg {
    width: 14px;
    height: 14px;
  }
  .my-guide-location .route-slider-main .route-slider-button svg path {
    stroke: #333333 !important;
  }
  .my-guide-location .route-slider-main .route-slider-button.route-slider-next {
    right: 12px;
  }
  .my-guide-location .route-slider-main .route-slider-button.route-slider-prev {
    left: 12px;
  }
}
.my-guide-location__subtitle {
  font-family: "SF Pro Display";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.004em;
  color: #2D9CDB;
}
@media (max-width: 991px) {
  .my-guide-location__subtitle {
    font-size: 14px;
  }
}
.my-guide-location__title {
  font-family: "TT Firs Neue";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: -0.004em;
  color: #333333;
}
@media (max-width: 991px) {
  .my-guide-location__title {
    font-size: 22px;
  }
}
.my-guide-location__text {
  font-family: "TT Firs Neue";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 128.5%;
  letter-spacing: -0.004em;
  color: #333333;
  max-height: 95px;
  overflow: hidden;
}
.my-guide-location__text b {
  color: #828282;
  font-weight: 500;
}
.my-guide-location .btn-2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 52px;
  font-size: 16px;
  padding: 0 24px;
  border-radius: 16px;
}
.my-guide-location .btn-2 svg {
  width: 24px;
  height: 24px;
}
@media (max-width: 575px) {
  .my-guide-location .btn-2 {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.my-guide-location .route-slider-main {
  border-radius: 32px;
  overflow: hidden;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .my-guide-location .route-slider-main {
    border-radius: 24px;
  }
}
@media (max-width: 575px) {
  .my-guide-location .route-slider-main {
    border-radius: 16px;
  }
}
.my-guide-location .route-slider-main img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/10;
}
@media (max-width: 575px) {
  .my-guide-location .route-slider-main img {
    aspect-ratio: 16/14;
  }
}

.slider-near-small__title {
  font-family: "TT Firs Neue";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.004em;
  color: #333333;
}
@media (max-width: 991px) {
  .slider-near-small__title {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .slider-near-small__nav {
    display: none !important;
  }
}
.slider-near-small .slider-near-small-button {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #2D9CDB;
  border-radius: 50%;
}

.small-card {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 24px rgba(41, 41, 41, 0.08);
          box-shadow: 0px 4px 24px rgba(41, 41, 41, 0.08);
  border-radius: 24px;
  width: 25%;
}
.small-card__image {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
.small-card__image img {
  aspect-ratio: 16/10;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  .small-card__image img {
    aspect-ratio: 16/17;
  }
}
.small-card__content {
  padding: 16px;
}
@media (max-width: 991px) {
  .small-card__content {
    display: none;
  }
}
.small-card__title {
  font-family: "TT Firs Neue";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.004em;
  color: #333333;
}
@media (max-width: 1400px) {
  .small-card__title {
    font-size: 17px;
  }
}
.small-card__info {
  font-family: "TT Firs Neue";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: -0.004em;
  color: #333333;
}
.small-card__info span {
  font-size: 14px;
  letter-spacing: -0.004em;
  color: #828282;
}
.small-card .btn-2 {
  height: 42px;
  width: 100%;
  padding: 0 16px;
  border-radius: 16px;
  font-size: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1200px) {
  .small-card .btn-2 {
    font-size: 14px;
  }
}

.small-cards {
  overflow: visible;
}
@media (max-width: 767px) {
  .small-cards {
    width: calc(100% + 20px);
  }
}

.absulute-content {
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 12px;
}
.absulute-content .absolute-map {
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #2D9CDB;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.absulute-content .absolute-title {
  font-family: "TT Firs Neue";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -0.004em;
  color: #FFFFFF;
}
@media (max-width: 340px) {
  .absulute-content .absolute-title {
    font-size: 12px;
  }
}
.absulute-content .absolute-length {
  font-family: "TT Firs Neue";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: -0.004em;
  color: #FFFFFF;
}
@media (max-width: 340px) {
  .absulute-content .absolute-length {
    font-size: 10px;
  }
}

.map-container {
  width: 100%;
  height: 392px;
  border: 2px solid #2D9CDB;
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 575px) {
  .map-container {
    height: 310px;
  }
}
.map-container iframe {
  width: 100%;
  height: 100%;
}

.close-map {
  height: 44px;
  padding: 0 16px;
  border-radius: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.route-map {
  display: none;
}

.slider-near-small-button.swiper-button-disabled {
  opacity: 0.7;
}

.lk-top__title {
  font-family: "TT Firs Neue";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: -0.004em;
  color: #333333;
}
.lk-top__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 56px;
     -moz-column-gap: 56px;
          column-gap: 56px;
  row-gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 991px) {
  .lk-top__links {
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
    row-gap: 8px;
  }
}
.lk-top__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "TT Firs Neue";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  color: #828282;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 16px 0;
  border-bottom: 3px solid rgba(0, 0, 0, 0);
}
@media (max-width: 991px) {
  .lk-top__link {
    font-size: 16px;
  }
}
.lk-top__link:hover {
  color: #333333;
  border-bottom: 3px solid #2D9CDB;
}
.lk-top__link:hover svg path {
  stroke: #2D9CDB;
}
.lk-top__link.active {
  color: #333333;
  border-bottom: 3px solid #2D9CDB;
}
.lk-top__link.active svg path {
  stroke: #2D9CDB;
}
.lk-top__link svg path {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.lk-bottom__inner {
  padding: 32px 40px;
  background-color: #FFFFFF;
  border-radius: 24px;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .lk-bottom__inner {
    padding: 32px 20px;
    margin-bottom: 60px;
  }
}
.lk-bottom__title {
  font-family: "TT Firs Neue";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.004em;
  color: #333333;
  border-bottom: 1px solid #E0E0E0;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .lk-bottom__title {
    font-size: 22px;
  }
}
.lk-bottom .btn-4 {
  padding: 0 24px;
  height: 44px;
  font-size: 16px;
  line-height: 20px;
}
.lk-bottom .btn-4 svg path {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.lk-bottom .btn-4:hover svg path {
  stroke: #FFFFFF;
}
.lk-bottom .btn-4:active svg path {
  stroke: #FFFFFF;
}
.lk-bottom .btn-3 {
  padding: 0 24px;
  height: 44px;
  font-size: 16px;
  line-height: 20px;
}

.lk-settings__form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 32px;
}
@media (max-width: 991px) {
  .lk-settings__form-row {
    row-gap: 24px;
  }
}
.lk-settings .input-container {
  width: calc(50% - 32px);
}
@media (max-width: 991px) {
  .lk-settings .input-container {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .lk-settings .input-wrap.absolute-link {
    margin-bottom: 24px;
  }
}
.lk-settings .input-wrap.absolute-link input {
  padding-right: 150px;
}
@media (max-width: 575px) {
  .lk-settings .input-wrap.absolute-link input {
    padding-right: 16px;
  }
}
.lk-settings .input-link {
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "SF Pro Display";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #2D9CDB;
}
@media (max-width: 575px) {
  .lk-settings .input-link {
    position: static;
  }
}
.lk-settings .input-link:hover {
  text-decoration: underline;
}
@media (max-width: 575px) {
  .lk-settings__buttons a {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.lk-favorites {
  margin-bottom: -48px;
}
@media (max-width: 991px) {
  .lk-favorites {
    margin-bottom: -24px;
  }
}
.lk-favorites .routes-cards .route-card {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}
@media (max-width: 575px) {
  .lk-favorites .routes-cards .route-card {
    -webkit-box-shadow: 0px 4px 32px rgba(41, 41, 41, 0.1);
            box-shadow: 0px 4px 32px rgba(41, 41, 41, 0.1);
  }
}
.lk-favorites .routes-cards {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.lk-favorites .routes-cards .route-card__content {
  padding-bottom: 24px !important;
}
.lk-favorites .routes-cards .route-card .favorite-btn {
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.4808 4.00012C26.1771 4.00012 29.3327 8.47012 29.3327 12.6401C29.3327 21.0851 16.2364 28.0001 15.9993 28.0001C15.7623 28.0001 2.66602 21.0851 2.66602 12.6401C2.66602 8.47012 5.82157 4.00012 10.5179 4.00012C13.2142 4.00012 14.9771 5.36512 15.9993 6.56512C17.0216 5.36512 18.7845 4.00012 21.4808 4.00012Z' fill='%232D9CDB'/%3E%3C/svg%3E%0A");
}
.lk-favorites .routes-cards .route-card .favorite-btn.active {
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.4789 4C26.1752 4 29.3307 8.47 29.3307 12.64C29.3307 21.085 16.2344 28 15.9974 28C15.7604 28 2.66406 21.085 2.66406 12.64C2.66406 8.47 5.81962 4 10.5159 4C13.2122 4 14.9752 5.365 15.9974 6.565C17.0196 5.365 18.7826 4 21.4789 4Z' stroke='%232D9CDB' stroke-width='3.16667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.lk-guides__item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.lk-guides__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid #E0E0E0;
}
@media (max-width: 991px) {
  .lk-guides__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    margin-bottom: 0;
    padding-bottom: 40px;
    border-bottom: unset;
  }
}
.lk-guides__item:nth-last-child(1) {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: unset;
}
.lk-guides__item-image {
  border-radius: 16px;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 35%;
}
@media (max-width: 991px) {
  .lk-guides__item-image {
    width: 100%;
  }
}
.lk-guides__item-image img {
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.lk-guides__item-title {
  font-family: "TT Firs Neue";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: -0.004em;
  color: #333333;
}
@media (max-width: 575px) {
  .lk-guides__item-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
    gap: 10px !important;
    font-size: 22px;
  }
}
.lk-guides .route-card__marks p {
  font-size: 16px;
}
@media (max-width: 575px) {
  .lk-guides .route-card__marks p {
    font-size: 14px;
  }
}
.lk-guides .lk-guides__item-content-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.lk-guides .lk-guides__item-content-bottom a {
  height: 52px;
  width: 196px;
  font-size: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lk-guides .lk-guides__item-content-bottom .btn-3 {
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.lk-guides .lk-guides__item-content-bottom .btn-4 svg {
  display: none;
}
@media (max-width: 575px) {
  .lk-guides .lk-guides__item-content-bottom .btn-4 {
    width: 56px;
    padding: 0;
  }
  .lk-guides .lk-guides__item-content-bottom .btn-4 svg {
    display: block;
    margin: 0;
  }
}
.lk-guides .lk-guides__item-content-bottom .btn-4 span {
  color: #2D9CDB;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 575px) {
  .lk-guides .lk-guides__item-content-bottom .btn-4 span {
    display: none;
  }
}
.lk-guides .lk-guides__item-content-bottom .btn-4:hover span {
  color: #FFFFFF;
}
.lk-guides .lk-guides__item-content-bottom .btn-4:active span {
  color: #FFFFFF;
}

.lk-partner__list-title {
  font-family: "TT Firs Neue";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.004em;
  color: #333333;
}
@media (max-width: 575px) {
  .lk-partner__list-title {
    font-size: 18px;
  }
}
.lk-partner__list-title-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #F3F8FF;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.lk-partner__list-title-icon img {
  width: 32px;
  height: 32px;
}
.lk-partner__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.lk-partner__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "TT Firs Neue";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: -0.004em;
  color: #333333;
}
.lk-partner__list .list-number {
  width: 18px;
  height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #2D9CDB;
  font-family: "TT Firs Neue";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 128.5%;
  text-align: center;
  letter-spacing: -0.004em;
  color: #FFFFFF;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.lk-partner .btn-3 {
  height: 52px;
}

@media (max-width: 768px) {
  .w-sm-100 {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.doc-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
.doc-list .doc-format {
  width: 56px;
  height: 56px;
  background-color: #F7F7F7;
  border-radius: 8px;
  font-family: "TT Firs Neue";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  text-align: center;
  letter-spacing: -0.004em;
  color: #828282;
}
.doc-list .doc-info {
  font-family: "TT Firs Neue";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.004em;
  color: #828282;
}
@media (max-width: 768px) {
  .doc-list .doc-info {
    font-size: 12px;
  }
}
.doc-list .doc-info div {
  font-family: "TT Firs Neue";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: -0.004em;
  color: #333333;
}
@media (max-width: 768px) {
  .doc-list .doc-info div {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .doc-list .doc-list__buttons {
    width: 100%;
  }
}
.doc-list .doc-list__buttons .btn-3 {
  height: 52px;
}
@media (max-width: 768px) {
  .doc-list .doc-list__buttons .btn-3 {
    height: 42px;
    width: calc(50% - 8px);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.doc-list .doc-list__buttons .btn-4 {
  height: 52px;
  border-color: #EB5757;
  color: #EB5757;
}
@media (max-width: 768px) {
  .doc-list .doc-list__buttons .btn-4 {
    height: 42px;
    width: calc(50% - 8px);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.doc-list .doc-list__buttons .btn-4:hover {
  background-color: #EB5757;
  color: #FFFFFF;
}

.fixed-download {
  position: fixed;
  bottom: 40px;
  width: 100%;
  padding: 0 20px;
  z-index: 10;
  display: none;
}
.fixed-download.hide {
  display: none !important;
}
@media (max-width: 767px) {
  .fixed-download {
    bottom: 20px;
  }
}
.fixed-download__inner {
  max-width: 1320px;
  margin: 0 auto;
  background: linear-gradient(90.89deg, #29B1DC 7.96%, #12D3BB 55.33%, #32CDEF 94.59%);
  -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.16);
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px 40px;
  position: relative;
}
@media (max-width: 767px) {
  .fixed-download__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background: linear-gradient(90.89deg, #29B1DC 7.96%, #12D3BB 55.33%, #32CDEF 94.59%);
    -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.16);
            box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.16);
    border-radius: 24px;
    gap: 24px;
    padding: 24px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.fixed-download__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .fixed-download__content {
    gap: 16px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (max-width: 575px) {
  .fixed-download__content {
    width: 100%;
    padding-right: 60px;
  }
}
.fixed-download__icon {
  width: 56px;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #C4F8FF;
  border-radius: 1000000px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.fixed-download__icon img {
  width: 36px;
  height: 36px;
}
.fixed-download__text {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "TT Firs Neue";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.004em;
  color: #FFFFFF;
}
.fixed-download__text div {
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.004em;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .fixed-download__text div {
    font-size: 20px;
    line-height: 120%;
  }
}
@media (max-width: 767px) {
  .fixed-download__text span {
    display: none;
  }
}
.fixed-download__button {
  background: #FFFFFF;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  width: 310px;
  font-family: "SF Pro Display";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  color: #2D9CDB;
  height: 56px;
  border: 1px solid #FFFFFF;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .fixed-download__button {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    height: 48px;
    font-size: 14px;
    width: 100%;
  }
}
.fixed-download__button svg path {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fixed-download__button:hover {
  color: #FFFFFF;
  background-color: rgba(0, 0, 0, 0);
}
.fixed-download__button:hover svg path {
  stroke: #FFFFFF;
}
.fixed-download__close {
  cursor: pointer;
}
@media (max-width: 767px) {
  .fixed-download__close {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (max-width: 575px) {
  .fixed-download__close {
    position: absolute;
    top: 24px;
    right: 24px;
  }
}

/* Back Button - минималистичная кнопка "Назад" */
.back-btn {
  position: fixed;
  top: 100px;
  left: 20px;
  width: 44px;
  height: 44px;
  background: #ffffff;
  border: 2px solid #d1d5db;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 999;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.back-btn:hover {
  background: #f9fafb;
  border-color: #9ca3af;
  transform: translateX(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.back-btn i {
  color: #6b7280;
  font-size: 18px;
  transition: color 0.3s ease;
}

.back-btn:hover i {
  color: #374151;
}

/* Адаптивность для мобильных */
@media (max-width: 991px) {
  .back-btn {
    top: 80px;
    left: 15px;
    width: 40px;
    height: 40px;
  }

  .back-btn i {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .back-btn {
    top: 70px;
    left: 10px;
    width: 36px;
    height: 36px;
  }

  .back-btn i {
    font-size: 14px;
  }
}

/* Back Arrow Button - on hero image */
.back-arrow-btn {
  position: absolute;
  top: 16px;
  left: 16px;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.35);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  z-index: 10;
  text-decoration: none;
}
.back-arrow-btn:hover {
  background: rgba(0, 0, 0, 0.55);
  transform: translateX(-2px);
}
@media (max-width: 991px) {
  .back-arrow-btn {
    top: 12px;
    left: 12px;
    width: 36px;
    height: 36px;
  }
  .back-arrow-btn svg {
    width: 20px;
    height: 20px;
  }
}


/* Guide Days Accordion */
.guide-days-accordion {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.guide-day-group {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #e5e7eb;
}

.guide-day-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
  cursor: pointer;
  transition: background 0.2s;
  user-select: none;
}

.guide-day-header:hover {
  background: #f9fafb;
}

.guide-day-header__left {
  display: flex;
  align-items: center;
  gap: 12px;
}

.guide-day-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #2D9CDB;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  flex-shrink: 0;
}


/* Day colors by number */
.guide-day-number.day-color-1 { background: #F2C94C; color: #333; }
.guide-day-number.day-color-2 { background: #9B59B6; }
.guide-day-number.day-color-3 { background: #2D9CDB; }
.guide-day-number.day-color-4 { background: #800020; }
.guide-day-number.day-color-5 { background: #F2994A; }
.guide-day-number.day-color-6 { background: #EB5286; }
.guide-day-number.day-color-7 { background: #7F8C8D; }
.guide-day-number.day-color-8 { background: #27AE60; }
.guide-day-number.day-color-9 { background: #E74C3C; }

.guide-day-location-num.day-color-1 { background: #fef3cd; color: #856404; }
.guide-day-location-num.day-color-2 { background: #f0e5f5; color: #7d3c98; }
.guide-day-location-num.day-color-3 { background: #dbeafe; color: #2D9CDB; }
.guide-day-location-num.day-color-4 { background: #f5d0d8; color: #800020; }
.guide-day-location-num.day-color-5 { background: #fde8d0; color: #d97706; }
.guide-day-location-num.day-color-6 { background: #fce4ec; color: #c2185b; }
.guide-day-location-num.day-color-7 { background: #e5e7eb; color: #555; }
.guide-day-location-num.day-color-8 { background: #d4edda; color: #1e7e34; }
.guide-day-location-num.day-color-9 { background: #fdd; color: #c0392b; }

.day-label-badge {
  display: inline-block;
  padding: 2px 10px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  margin-left: 6px;
}
.day-label-badge.day-color-1 { background: #F2C94C; color: #333; }
.day-label-badge.day-color-2 { background: #9B59B6; }
.day-label-badge.day-color-3 { background: #2D9CDB; }
.day-label-badge.day-color-4 { background: #800020; }
.day-label-badge.day-color-5 { background: #F2994A; }
.day-label-badge.day-color-6 { background: #EB5286; }
.day-label-badge.day-color-7 { background: #7F8C8D; }
.day-label-badge.day-color-8 { background: #27AE60; }
.day-label-badge.day-color-9 { background: #E74C3C; }

.guide-day-name {
  font-weight: 500;
  font-size: 16px;
  color: #1f2937;
}

.guide-day-count {
  font-size: 14px;
  color: #9ca3af;
}

.guide-day-chevron {
  color: #9ca3af;
  transition: transform 0.3s;
  flex-shrink: 0;
}

.guide-day-header.active .guide-day-chevron {
  transform: rotate(180deg);
}

.guide-day-locations {
  padding: 0 12px 12px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.guide-day-location-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  border-radius: 12px;
  text-decoration: none;
  color: #374151;
  transition: background 0.15s;
}

.guide-day-location-item:hover {
  background: #f0f9ff;
  color: #2D9CDB;
}

.guide-day-location-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #f3f4f6;
  color: #6b7280;
  font-size: 12px;
  font-weight: 500;
  flex-shrink: 0;
}

.guide-day-location-item:hover .guide-day-location-num {
  background: #dbeafe;
  color: #2D9CDB;
}

.guide-day-location-name {
  font-size: 14px;
  line-height: 1.4;
}

@media (max-width: 575px) {
  .guide-day-header {
    padding: 12px 14px;
  }
  .guide-day-number {
    width: 28px;
    height: 28px;
    font-size: 12px;
  }
  .guide-day-name {
    font-size: 14px;
  }
  .guide-day-location-item {
    padding: 8px 10px;
  }
  .guide-day-location-name {
    font-size: 13px;
  }
}
