* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

html {
  font-size: 62.5%;
}

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

body {
  font-family: "Poppins", sans-serif;
  line-height: 1;
  color: #000000;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

a {
  text-decoration: none;
}

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

button {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  border: none;
  background: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  color: #432410;
}

button:hover {
  opacity: 0.75;
}

button:disabled:hover {
  opacity: 1;
}

input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  border: none;
  border-radius: 0;
  color: #000000;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: min(1.8rem, 1.8vw);
}
@media screen and (max-width: 768px) {
  input, select, textarea {
    font-size: max(1.7rem, 2.87vw);
  }
}

option {
  font-size: min(1.8rem, 1.8vw);
}
@media screen and (max-width: 768px) {
  option {
    font-size: max(1.7rem, 2.87vw);
  }
}

select {
  cursor: pointer;
  text-overflow: ellipsis;
  outline: none;
  background: transparent;
  background-image: none;
  border-radius: 0px;
}

.button,
a.button,
button.button {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  width: 100%;
}

a:hover {
  opacity: 0.75;
}

textarea {
  resize: none;
}

.sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

.pc-only {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

.footer {
  width: 100%;
  padding: 5.6% 0;
  margin-top: 5.6%;
}
@media screen and (max-width: 768px) {
  .footer {
    max-width: 400px;
    margin: 8rem auto 0;
    padding: 8rem 0 4rem;
  }
}
.footer-inner {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer-box {
  width: 15%;
  margin-right: 5.8%;
}
@media screen and (max-width: 768px) {
  .footer-box {
    width: 90%;
    margin: 0 auto;
  }
}
.footer-box_title {
  font-size: clamp(3.06rem, 3.06vw, 4.4rem);
  font-weight: 500;
  letter-spacing: 0;
  color: #181E4B;
}
@media screen and (max-width: 768px) {
  .footer-box_title {
    font-size: 4rem;
  }
}
.footer-box_text {
  margin-top: 9%;
  font-size: clamp(0.9rem, 0.9vw, 1.3rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.25;
  color: #5E6282;
}
@media screen and (max-width: 768px) {
  .footer-box_text {
    margin: 2rem 0 2rem;
    font-size: 1.4rem;
  }
}
.footer-nav {
  margin-right: 5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  .footer-nav {
    width: 90%;
    margin: 2rem auto 0;
  }
}
.footer-nav_heading {
  margin-bottom: 2.4vw;
  display: block;
  font-size: clamp(1.46rem, 1.46vw, 2.1rem);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.25;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .footer-nav_heading {
    margin-bottom: 1.5rem;
    font-size: 2rem;
  }
}
.footer-nav_link {
  margin-bottom: 0.8vw;
  display: block;
  font-size: clamp(1.25rem, 1.25vw, 1.8rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.25;
  color: #5E6282;
}
@media screen and (max-width: 768px) {
  .footer-nav_link {
    margin-bottom: 1rem;
    font-size: 1.7rem;
  }
}
.footer-info {
  width: 15%;
  margin-left: 0.7%;
}
@media screen and (max-width: 999px) {
  .footer-info {
    width: 18%;
  }
}
@media screen and (max-width: 768px) {
  .footer-info {
    width: 90%;
    margin: 2rem auto 0;
  }
}
.footer-info_text {
  font-size: clamp(1.39rem, 1.39vw, 2rem);
  font-weight: 500;
  letter-spacing: 0.005em;
  line-height: 1.25;
  color: #5E6282;
}
@media screen and (max-width: 768px) {
  .footer-info_text {
    font-size: 2rem;
  }
}
.footer-info_download {
  width: 100%;
  margin-top: 7.4%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .footer-info_download {
    margin-top: 1rem;
  }
}
.footer-info_download a {
  width: 49%;
}
.footer-small {
  width: 100%;
  text-align: center;
  margin-top: 5.8%;
  font-size: clamp(1rem, 1vw, 1.4rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.25;
  color: #5E6282;
}
@media screen and (max-width: 768px) {
  .footer-small {
    margin-top: 8rem;
  }
}

.header {
  width: 100%;
  height: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .header {
    height: 80px;
  }
}
.header-inner {
  width: 80.6%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-logo {
  width: 100%;
  display: block;
}
@media screen and (max-width: 768px) {
  .header-logo {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .header-nav {
    display: none;
  }
}
.header-lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-item {
  margin-right: 3.8vw;
}
@media screen and (max-width: 999px) {
  .header-item {
    margin-right: 3vw;
  }
}
.header-item:last-child {
  margin-right: 0;
}
.header-item.signup a {
  padding: 9px 22px;
  border: 1px solid #212832;
  border-radius: 5px;
  background: #FFF1DA;
}
.header-item .lang-switcher select {
  font-family: "Google Sans", sans-serif;
  font-size: clamp(1.2rem, 1.2vw, 1.7rem);
  font-weight: 500;
}
.header-link {
  font-family: "Google Sans", sans-serif;
  font-size: clamp(1.2rem, 1.2vw, 1.7rem);
  font-weight: 500;
  color: #212832;
}
.header .hamburger-menu {
  display: none;
}
@media screen and (max-width: 768px) {
  .header .hamburger-menu {
    width: 30px;
    height: 20px;
    display: block;
    position: relative;
  }
}
.header .hamburger-menu.active .line.top {
  top: 43%;
  -webkit-transform: translate(-50%, 0) rotate(35deg);
          transform: translate(-50%, 0) rotate(35deg);
}
.header .hamburger-menu.active .line.center {
  display: none;
}
.header .hamburger-menu.active .line.bottom {
  bottom: 47%;
  -webkit-transform: translate(-50%, 0) rotate(-35deg);
          transform: translate(-50%, 0) rotate(-35deg);
}
.header .hamburger-menu .line {
  width: 100%;
  height: 2px;
  border-radius: 10px;
  background: #000000;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.header .hamburger-menu .line.top {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.header .hamburger-menu .line.center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.header .hamburger-menu .line.bottom {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.sp-nav {
  display: none;
  width: 100%;
  height: 100dvh;
  padding: 16rem 0 8rem;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  z-index: 9;
  background: #ffffff;
}
.sp-nav.active {
  display: block;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.sp-nav_lists {
  width: 60%;
  margin: 5rem auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 4rem;
}
.sp-nav_item.signup a {
  padding: 9px 22px;
  border: 1px solid #212832;
  border-radius: 5px;
  background: #FFF1DA;
}
.sp-nav_item .lang-switcher select {
  font-family: "Google Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
}
.sp-nav_link {
  width: 100%;
  font-size: 1.6rem;
  color: #000000;
}

body.is-fixed {
  overflow: hidden;
}

.hero {
  width: 100%;
  aspect-ratio: 1440/900;
}
@media screen and (max-width: 768px) {
  .hero {
    aspect-ratio: unset;
    height: 844px;
  }
}
.hero-inner {
  width: 100%;
  height: 100%;
  position: relative;
  background-image: url(../img/top-bg.webp);
  background-repeat: no-repeat;
  background-size: contain;
}
.hero-inner::before {
  content: "";
  width: 100%;
  height: 100%;
}
.hero-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 55%;
  left: 10.3%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (max-width: 999px) {
  .hero-box {
    top: 58%;
  }
}
@media screen and (max-width: 768px) {
  .hero-box {
    width: 90%;
    top: 34%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.hero-intro {
  font-size: clamp(1.39rem, 1.39vw, 2rem);
  font-weight: 600;
  letter-spacing: 0;
  color: #DF6951;
}
@media screen and (max-width: 768px) {
  .hero-intro {
    font-size: 1.6rem;
  }
}
.hero-title {
  margin-top: 1.7vw;
  font-family: "Volkhov", serif;
  font-weight: 700;
  font-size: clamp(5.83rem, 5.83vw, 8.4rem);
  color: #181E4B;
  letter-spacing: -0.04em;
  line-height: 1.06;
}
@media screen and (max-width: 999px) {
  .hero-title {
    font-size: clamp(5.2rem, 5.2vw, 7.5rem);
  }
}
@media screen and (max-width: 768px) {
  .hero-title {
    margin-top: 1.8rem;
    font-size: 4.8rem;
  }
}
.hero-title::before {
  content: "";
  display: block;
  width: 26.7vw;
  aspect-ratio: 385/12;
  position: absolute;
  top: 21%;
  right: -15%;
  background-image: url(../img/deco.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
@media screen and (max-width: 999px) {
  .hero-title::before {
    width: 230px;
    right: -50px;
  }
}
@media screen and (max-width: 768px) {
  .hero-title::before {
    width: 210px;
    right: unset;
    left: 135px;
  }
}
.hero-text {
  width: 33.1vw;
  margin-top: 2.1vw;
  font-size: clamp(1.1rem, 1.1vw, 1.6rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.875;
  color: #5E6282;
}
@media screen and (max-width: 768px) {
  .hero-text {
    width: 100%;
    max-width: 400px;
    margin-top: 1.8rem;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.hero-buttons {
  margin-top: 2.4vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .hero-buttons {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.hero-buttons_find {
  width: 11.8vw;
  margin-right: 3.1vw;
}
@media screen and (max-width: 768px) {
  .hero-buttons_find {
    width: 35%;
    width: 122px;
  }
}
.hero-buttons_find img {
  -webkit-filter: drop-shadow(0 15px 10px rgba(241, 165, 1, 0.15));
          filter: drop-shadow(0 15px 10px rgba(241, 165, 1, 0.15));
}
.hero-buttons_play {
  width: 3.6vw;
  margin-right: 1.5vw;
}
@media screen and (max-width: 768px) {
  .hero-buttons_play {
    width: 12%;
    width: 42px;
  }
}
.hero-buttons_play img {
  -webkit-filter: drop-shadow(0 15px 15px rgba(223, 105, 81, 0.3));
          filter: drop-shadow(0 15px 15px rgba(223, 105, 81, 0.3));
}
.hero-buttons_text {
  font-size: clamp(1.2rem, 1.2vw, 1.7rem);
  font-weight: 500;
  letter-spacing: 0;
  color: #686D77;
}
@media screen and (max-width: 768px) {
  .hero-buttons_text {
    font-size: 1.5rem;
  }
}
.hero-traveller {
  width: 54.4vw;
  position: absolute;
  top: 56%;
  right: 6.3%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 2;
}
@media screen and (max-width: 999px) {
  .hero-traveller {
    width: 48vw;
    top: 60%;
  }
}
@media screen and (max-width: 768px) {
  .hero-traveller {
    width: 370px;
    top: unset;
    bottom: 0;
    right: 50%;
    -webkit-transform: translate(50%, 0);
            transform: translate(50%, 0);
  }
}
.hero-plane {
  width: 12.7vw;
  position: absolute;
  top: 27%;
  right: 39%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  .hero-plane {
    width: 78px;
    top: unset;
    bottom: 32%;
    right: 80%;
    -webkit-transform: translate(50%, 0);
            transform: translate(50%, 0);
  }
}
.hero-plane.second {
  right: 4.4%;
  top: 33%;
}
@media screen and (max-width: 768px) {
  .hero-plane.second {
    top: 8%;
    right: 10%;
  }
}

.category {
  width: 100%;
  margin-top: 5.1%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .category {
    margin-top: 8rem;
  }
}
.category::before {
  content: "";
  width: 10.6%;
  aspect-ratio: 153/166;
  display: block;
  position: absolute;
  right: 3%;
  top: -6%;
  background-image: url(../img/service-deco.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .category::before {
    display: none;
  }
}
.category-intro {
  text-align: center;
  font-size: clamp(1.25rem, 1.25vw, 1.8rem);
  font-weight: 700;
  letter-spacing: 0;
  color: #5E6282;
}
@media screen and (max-width: 768px) {
  .category-intro {
    font-size: 1.7rem;
  }
}
.category-title {
  margin-top: 0.7%;
  text-align: center;
  font-family: "Volkhov", serif;
  font-weight: 700;
  font-size: clamp(3.8rem, 3.8vw, 5rem);
  color: #14183E;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .category-title {
    margin-top: 1rem;
    font-size: 3rem;
  }
}
.category-lists {
  width: 100%;
  margin-top: 4.7%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 2.4%;
     -moz-column-gap: 2.4%;
          column-gap: 2.4%;
}
@media screen and (max-width: 768px) {
  .category-lists {
    margin-top: 3rem;
    -webkit-column-gap: 4%;
       -moz-column-gap: 4%;
            column-gap: 4%;
    row-gap: 2rem;
  }
}
.category-item {
  width: 18.5%;
  padding: 0.625% 0 3.1%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background: #ffffff;
  border-radius: 36px;
}
@media screen and (max-width: 768px) {
  .category-item {
    width: 44%;
  }
}
@media screen and (min-width: 769px) {
  .category-item:hover {
    -webkit-box-shadow: 0 100px 80px 0 rgba(0, 0, 0, 0.02), 0 64px 46px 0 rgba(0, 0, 0, 0.0152), 0 38px 25px 0 rgba(0, 0, 0, 0.012), 0 20px 13px 0 rgba(0, 0, 0, 0.01), 0 8px 6px 0 rgba(0, 0, 0, 0.008), 0 2px 3px 0 rgba(0, 0, 0, 0.005);
            box-shadow: 0 100px 80px 0 rgba(0, 0, 0, 0.02), 0 64px 46px 0 rgba(0, 0, 0, 0.0152), 0 38px 25px 0 rgba(0, 0, 0, 0.012), 0 20px 13px 0 rgba(0, 0, 0, 0.01), 0 8px 6px 0 rgba(0, 0, 0, 0.008), 0 2px 3px 0 rgba(0, 0, 0, 0.005);
  }
  .category-item:hover::before {
    opacity: 1;
  }
}
.category-item::before {
  content: "";
  width: 37%;
  aspect-ratio: 1/1;
  position: absolute;
  left: -12%;
  bottom: -12%;
  background: #DF6951;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 10px;
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .category-item::before {
    display: none;
  }
}
.category-image {
  width: 52%;
}
@media screen and (max-width: 768px) {
  .category-image {
    width: 60%;
  }
}
.category-name {
  font-family: "Open Sans", sans-serif;
  font-size: clamp(1.39rem, 1.39vw, 2rem);
  font-weight: 700;
  letter-spacing: 0;
  color: #181E4B;
}
@media screen and (max-width: 768px) {
  .category-name {
    text-align: center;
    font-size: 1.8rem;
  }
}
.category-text {
  margin-top: 5.6%;
  text-align: center;
  font-size: clamp(1.1rem, 1.1vw, 1.6rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.625;
  color: #5E6282;
}
@media screen and (max-width: 768px) {
  .category-text {
    margin-top: 1.5rem;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .category-text.best-flights {
    margin-top: 3.3rem;
  }
}

.destinations {
  width: 100%;
  margin-top: 8.5%;
}
@media screen and (max-width: 768px) {
  .destinations {
    margin-top: 8rem;
  }
}
.destinations-inner {
  width: 100%;
}
.destinations-intro {
  text-align: center;
  font-size: clamp(1.25rem, 1.25vw, 1.8rem);
  font-weight: 700;
  letter-spacing: 0;
  color: #5E6282;
}
@media screen and (max-width: 768px) {
  .destinations-intro {
    font-size: 1.7rem;
  }
}
.destinations-title {
  margin-top: 0.6%;
  text-align: center;
  font-family: "Volkhov", serif;
  font-weight: 700;
  font-size: clamp(3.8rem, 3.8vw, 5rem);
  color: #14183E;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .destinations-title {
    margin-top: 1rem;
    font-size: 3rem;
  }
}
.destinations-lists {
  width: 100%;
  margin-top: 4.2%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 2.4%;
     -moz-column-gap: 2.4%;
          column-gap: 2.4%;
}
@media screen and (max-width: 768px) {
  .destinations-lists {
    margin-top: 3rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 2rem;
  }
}
.destinations-item {
  width: 21.8%;
}
@media screen and (max-width: 768px) {
  .destinations-item {
    width: 90%;
    max-width: 400px;
  }
}
.destinations-link {
  width: 100%;
  display: block;
  position: relative;
}
.destinations-link.europe::after {
  content: "";
  width: 30%;
  aspect-ratio: 97/253;
  display: block;
  position: absolute;
  right: -19%;
  top: 35%;
  background-image: url(../img/destination-deco.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .destinations-link.europe::after {
    display: none;
  }
}
.destinations-bottom {
  width: 100%;
  padding: 8.6% 6.3% 13.4%;
  background: #ffffff;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
  -webkit-filter: drop-shadow(0 100px 80px rgba(0, 0, 0, 0.02)) drop-shadow(0 64px 46px rgba(0, 0, 0, 0.01)) drop-shadow(0 38px 25px rgba(0, 0, 0, 0.01)) drop-shadow(0 20px 13px rgba(0, 0, 0, 0.01)) drop-shadow(0 8px 6px rgba(0, 0, 0, 0.008)) drop-shadow(0 2px 3px rgba(0, 0, 0, 0.005));
          filter: drop-shadow(0 100px 80px rgba(0, 0, 0, 0.02)) drop-shadow(0 64px 46px rgba(0, 0, 0, 0.01)) drop-shadow(0 38px 25px rgba(0, 0, 0, 0.01)) drop-shadow(0 20px 13px rgba(0, 0, 0, 0.01)) drop-shadow(0 8px 6px rgba(0, 0, 0, 0.008)) drop-shadow(0 2px 3px rgba(0, 0, 0, 0.005));
}
@media screen and (max-width: 768px) {
  .destinations-bottom {
    padding: 2rem;
  }
}
.destinations-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.destinations-name span {
  font-size: clamp(1.25rem, 1.25vw, 1.8rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.25;
  color: #5E6282;
}
@media screen and (max-width: 768px) {
  .destinations-name span {
    font-size: 1.8rem;
  }
}
.destinations-days {
  margin-top: 7.3%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .destinations-days {
    margin-top: 1.5rem;
  }
}
.destinations-days span {
  font-size: clamp(1.1rem, 1.1vw, 1.6rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.25;
  color: #5E6282;
}
@media screen and (max-width: 768px) {
  .destinations-days span {
    font-size: 1.6rem;
  }
}
.destinations-arrow {
  width: 7.3%;
  margin-right: 5%;
}

.book {
  width: 100%;
  margin-top: 13%;
}
@media screen and (max-width: 768px) {
  .book {
    margin-top: 8rem;
  }
}
.book-inner {
  width: 71.2%;
  margin: 0 17.7% 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 999px) {
  .book-inner {
    width: 78%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .book-inner {
    width: 90%;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.book-inner::before {
  content: "";
  width: 24.6vw;
  aspect-ratio: 354/367;
  display: block;
  position: absolute;
  top: 0;
  right: -3%;
  border-radius: 50%;
  opacity: 0.4;
  background: #59B1E6;
  -webkit-filter: blur(75px);
          filter: blur(75px);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .book-inner::before {
    width: 80%;
    top: 52%;
    right: 4%;
  }
}
.book-intro {
  font-size: clamp(1.25rem, 1.25vw, 1.8rem);
  font-weight: 600;
  letter-spacing: 0;
  color: #5E6282;
}
@media screen and (max-width: 768px) {
  .book-intro {
    text-align: center;
    font-size: 1.7rem;
  }
}
.book-title {
  margin-top: 3%;
  font-family: "Volkhov", serif;
  font-weight: 700;
  font-size: clamp(3.8rem, 3.8vw, 5rem);
  color: #14183E;
  letter-spacing: 0;
  line-height: 1.3;
}
@media screen and (max-width: 999px) {
  .book-title {
    font-size: clamp(3.3rem, 3.3vw, 4.8rem);
  }
}
@media screen and (max-width: 768px) {
  .book-title {
    margin-top: 1rem;
    text-align: center;
    font-size: 3rem;
  }
}
.book-left {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .book-left {
    width: 100%;
    max-width: 400px;
  }
}
.book-left_item {
  margin-top: 9.4%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .book-left_item {
    margin-top: 3rem;
  }
}
.book-left_item:nth-of-type(1) {
  margin-top: 6%;
}
@media screen and (max-width: 768px) {
  .book-left_item:nth-of-type(1) {
    margin-top: 3rem;
  }
}
.book-left_item img {
  width: 9.2%;
  margin-right: 4%;
}
@media screen and (max-width: 768px) {
  .book-left_item img {
    width: 16%;
  }
}
.book-left_name {
  font-size: clamp(1.1rem, 1.1vw, 1.6rem);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.25;
  color: #5E6282;
}
@media screen and (max-width: 768px) {
  .book-left_name {
    font-size: 1.6rem;
  }
}
.book-left_text {
  margin-top: 1.6%;
  font-size: clamp(1.1rem, 1.1vw, 1.6rem);
  letter-spacing: 0;
  line-height: 1.25;
  color: #5E6282;
}
@media screen and (max-width: 768px) {
  .book-left_text {
    margin-top: 0.5rem;
    font-size: 1.6rem;
  }
}
.book-right {
  width: 36%;
  margin-top: 6%;
  padding: 2% 2.4% 3%;
  border-radius: 26px;
  background: #ffffff;
  position: relative;
  -webkit-filter: drop-shadow(0 100px 80px rgba(0, 0, 0, 0.02)) drop-shadow(0 64px 46px rgba(0, 0, 0, 0.01)) drop-shadow(0 38px 25px rgba(0, 0, 0, 0.01)) drop-shadow(0 20px 13px rgba(0, 0, 0, 0.01)) drop-shadow(0 8px 6px rgba(0, 0, 0, 0.008)) drop-shadow(0 2px 3px rgba(0, 0, 0, 0.005));
          filter: drop-shadow(0 100px 80px rgba(0, 0, 0, 0.02)) drop-shadow(0 64px 46px rgba(0, 0, 0, 0.01)) drop-shadow(0 38px 25px rgba(0, 0, 0, 0.01)) drop-shadow(0 20px 13px rgba(0, 0, 0, 0.01)) drop-shadow(0 8px 6px rgba(0, 0, 0, 0.008)) drop-shadow(0 2px 3px rgba(0, 0, 0, 0.005));
}
@media screen and (max-width: 999px) {
  .book-right {
    width: 38%;
  }
}
@media screen and (max-width: 768px) {
  .book-right {
    width: 100%;
    max-width: 400px;
    margin-top: 4rem;
    padding: 2rem;
  }
}
.book-right_name {
  margin-top: 8%;
  font-size: clamp(1.25rem, 1.25vw, 1.8rem);
  font-weight: 500;
  letter-spacing: 0.015em;
  line-height: 1.25;
  color: #080809;
}
@media screen and (max-width: 768px) {
  .book-right_name {
    margin-top: 2rem;
    font-size: 1.8rem;
  }
}
.book-right_text {
  margin-top: 4%;
  font-size: clamp(1.1rem, 1.1vw, 1.6rem);
  font-weight: 500;
  letter-spacing: -0.005em;
  line-height: 1.25;
  color: #84829A;
}
@media screen and (max-width: 768px) {
  .book-right_text {
    margin-top: 1.5rem;
    font-size: 1.6rem;
  }
}
.book-right_lists {
  width: 100%;
  margin-top: 6.5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .book-right_lists {
    margin-top: 1.5rem;
  }
}
.book-right_item {
  width: 11.2%;
  margin-right: 5.6%;
}
@media screen and (max-width: 768px) {
  .book-right_item {
    width: 15%;
  }
}
.book-right_bottom {
  margin-top: 9.3%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .book-right_bottom {
    margin-top: 2rem;
  }
}
.book-right_bottom > p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.book-right_bottom > p span {
  font-size: clamp(1.1rem, 1.1vw, 1.6rem);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.25;
  color: #84829A;
}
@media screen and (max-width: 768px) {
  .book-right_bottom > p span {
    font-size: 1.6rem;
    line-height: 1;
    white-space: nowrap;
  }
}
.book-right_bottom > p img {
  width: 1.1vw;
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  .book-right_bottom > p img {
    width: 20px;
  }
}
.book-right_bottom > img {
  width: 1.4vw;
}
@media screen and (max-width: 768px) {
  .book-right_bottom > img {
    width: 10%;
  }
}
.book-right_box {
  width: 71%;
  padding: 5% 5.4% 6%;
  position: absolute;
  right: -31%;
  top: 53%;
  background: #ffffff;
  border-radius: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 5%;
     -moz-column-gap: 5%;
          column-gap: 5%;
  -webkit-filter: drop-shadow(0 100px 80px rgba(0, 0, 0, 0.02)) drop-shadow(0 64px 46px rgba(0, 0, 0, 0.01)) drop-shadow(0 38px 25px rgba(0, 0, 0, 0.01)) drop-shadow(0 20px 13px rgba(0, 0, 0, 0.01)) drop-shadow(0 8px 6px rgba(0, 0, 0, 0.008)) drop-shadow(0 2px 3px rgba(0, 0, 0, 0.005));
          filter: drop-shadow(0 100px 80px rgba(0, 0, 0, 0.02)) drop-shadow(0 64px 46px rgba(0, 0, 0, 0.01)) drop-shadow(0 38px 25px rgba(0, 0, 0, 0.01)) drop-shadow(0 20px 13px rgba(0, 0, 0, 0.01)) drop-shadow(0 8px 6px rgba(0, 0, 0, 0.008)) drop-shadow(0 2px 3px rgba(0, 0, 0, 0.005));
}
@media screen and (max-width: 768px) {
  .book-right_box {
    width: 80%;
    padding: 18px 20px 22px;
    right: 0;
  }
}
.book-right_box > img {
  width: 21%;
}
.book-right_box-right {
  width: 74%;
}
.book-right_box-text {
  font-size: clamp(1rem, 1vw, 1.4rem);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.035em;
  color: #84829A;
}
@media screen and (max-width: 768px) {
  .book-right_box-text {
    font-size: 1.4rem;
  }
}
.book-right_box-title {
  margin-top: 3.6%;
  font-size: clamp(1.25rem, 1.25vw, 1.8rem);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.015em;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .book-right_box-title {
    font-size: 1.5rem;
  }
}
.book-right_box-detail {
  margin-top: 8.5%;
  font-size: clamp(1rem, 1vw, 1.4rem);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.055em;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .book-right_box-detail {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}
.book-right_box-detail span {
  font-size: clamp(1rem, 1vw, 1.4rem);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.055em;
  color: #8A79DF;
}
@media screen and (max-width: 768px) {
  .book-right_box-detail span {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}
.book-right_box-line {
  width: 95%;
  height: 5px;
  margin-top: 4.5%;
  background: #F5F5F5;
  border-radius: 100px;
  position: relative;
}
.book-right_box-line::before {
  content: "";
  display: block;
  width: 46.8%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #8A79DF;
  border-radius: 100px;
}

.logos {
  width: 100%;
  margin-top: 8.5%;
}
@media screen and (max-width: 768px) {
  .logos {
    margin-top: 8rem;
  }
}
.logos-lists {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 3.5%;
     -moz-column-gap: 3.5%;
          column-gap: 3.5%;
}
@media screen and (max-width: 768px) {
  .logos-lists {
    max-width: 400px;
    margin: 0 auto;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.logos-item {
  width: 13.9%;
}
@media screen and (max-width: 768px) {
  .logos-item {
    width: 46%;
  }
}

.subsc {
  width: 100%;
  margin-top: 9.5%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .subsc {
    margin-top: 8rem;
  }
}
.subsc::before {
  content: "";
  width: 11%;
  aspect-ratio: 153/166;
  display: block;
  position: absolute;
  right: 3%;
  bottom: -20%;
  background-image: url(../img/subscribe-deco.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .subsc::before {
    display: none;
  }
}
.subsc-inner {
  width: 81.25%;
  padding: 5.6% 0;
  margin: 0 auto;
  border-top-left-radius: 129px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background: rgba(223, 215, 249, 0.4);
  position: relative;
}
@media screen and (max-width: 768px) {
  .subsc-inner {
    width: 90%;
    max-width: 400px;
    padding: 6rem 1rem;
    border-top-left-radius: 90px;
  }
}
.subsc-text {
  text-align: center;
  font-size: clamp(2.3rem, 2.3vw, 3.3rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.64;
  color: #5E6282;
}
@media screen and (max-width: 768px) {
  .subsc-text {
    font-size: 2rem;
  }
}
.subsc-form {
  width: 100%;
  margin-top: 6.3%;
}
@media screen and (max-width: 768px) {
  .subsc-form {
    margin-top: 3rem;
  }
}
.subsc-form form {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 2%;
     -moz-column-gap: 2%;
          column-gap: 2%;
}
@media screen and (max-width: 768px) {
  .subsc-form form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.subsc-input {
  width: 36%;
  padding: 1.6% 2.6%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-column-gap: 2%;
     -moz-column-gap: 2%;
          column-gap: 2%;
  background: #ffffff;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .subsc-input {
    width: 90%;
    padding: 5px 15px;
  }
}
.subsc-input img {
  width: 6%;
}
@media screen and (max-width: 768px) {
  .subsc-input img {
    width: 8%;
  }
}
.subsc-input input {
  width: 90%;
  padding: 5px;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1rem, 1vw, 1.4rem);
  letter-spacing: 0;
  color: #39425D;
}
@media screen and (max-width: 768px) {
  .subsc-input input {
    padding: 1rem;
    font-size: 1.4rem;
  }
}
.subsc-button {
  width: 15.4%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Open Sans", sans-serif;
  font-size: clamp(1.2rem, 1.2vw, 1.7rem);
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0;
  background: -webkit-gradient(linear, left top, right top, from(#FF946D), to(#FF7D68));
  background: -webkit-linear-gradient(left, #FF946D 0%, #FF7D68 100%);
  background: linear-gradient(90deg, #FF946D 0%, #FF7D68 100%);
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .subsc-button {
    width: 40%;
    aspect-ratio: 100/35;
    margin-top: 2rem;
    font-size: 1.7rem;
  }
}
.subsc-deco_01 {
  width: 22.6%;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .subsc-deco_01 {
    width: 45%;
  }
}
.subsc-deco_02 {
  width: 28.3%;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .subsc-deco_02 {
    width: 71%;
    z-index: -1;
  }
}
.subsc-deco_arrow {
  width: 6%;
  position: absolute;
  top: -3%;
  right: -2%;
}
@media screen and (max-width: 768px) {
  .subsc-deco_arrow {
    width: 14%;
  }
}