.blog-article-card {
  color: var(--color-text);
  display: block;
  transition: color .2s
}

@media screen and (min-width:576px) {
  .blog-article-card.is-row {
    display: flex
  }

  .blog-article-card.is-row .blog-article-card__photo {
    flex: 0 0 50%;
    margin: 0;
    max-width: 50%;
    overflow: inherit;
    padding-right: 12px
  }

  .blog-article-card.is-row .blog-article-card__image {
    border-radius: 24px
  }

  .blog-article-card.is-row .blog-article-card__body {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 12px
  }
}

.blog-article-card__title {
  font-family: var(--headings-font-family);
  font-size: 20px;
  font-weight: var(--headings-font-weight);
  line-height: 1.3;
  margin: 12px 0 4px
}

.blog-article-card__description {
  color: var(--color-text-secondary);
  margin: 0;
  max-height: 96px;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal
}

.blog-article-card__link {
  color: var(--color-accent-500);
  font-weight: 600;
  margin-top: 12px
}

.blog-article-card__date {
  color: var(--color-text-secondary);
  font-size: var(--caption-1-font-size);
  margin: 0
}

.blog-article-card__photo {
  border-radius: 16px;
  margin-bottom: 16px;
  overflow: hidden;
  position: relative
}

.blog-article-card__photo-container {
  background-color: var(--color-bg-secondary);
  height: 0;
  max-height: 250px;
  min-height: 100%;
  padding-top: 67%;
  position: relative
}

.blog-article-card__photo-container img {
  border-radius: 16px;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%
}

.blog-article-card__tag {
  background: var(--color-white);
  border-radius: 32px;
  color: var(--color-text);
  display: inline-block;
  font-size: var(--caption-1-font-size);
  font-weight: 600;
  left: 16px;
  line-height: 1.5;
  padding: 3px 10px;
  position: absolute;
  top: 16px
}

.blog-suggestions-articles__title {
  font-size: 32px
}

@media screen and (min-width:992px) {
  .blog-suggestions-articles__title {
    margin-bottom: 32px
  }
}

.blog-suggestions-articles__body {
  margin-bottom: 24px;
  margin-left: -8px !important;
  margin-right: -8px !important
}

.blog-suggestions-articles__body>.as-col {
  padding: 0 8px
}

@media screen and (min-width:992px) {
  .blog-suggestions-articles__body {
    margin-left: -10px !important;
    margin-right: -10px !important
  }

  .blog-suggestions-articles__body>.as-col {
    padding: 0 10px
  }

  .blog-suggestions-articles__body {
    margin-bottom: 32px
  }
}

.blog-suggestions-articles__col:not(:last-child) {
  margin-bottom: 24px
}

@media screen and (min-width:992px) {
  .blog-suggestions-articles__col {
    margin: 0
  }
}

.blog-suggestions-articles__button {
  width: 100%
}

.blog-suggestions-articles .blog-article-card__photo {
  border-radius: 12px
}

.blog-suggestions-articles .blog-article-card__picture {
  padding-top: 51%
}

.blog-suggestions-articles .blog-article-card__title {
  margin: 12px 0
}

.swiper-container {
  overflow: hidden;
  touch-action: pan-y;
  position: relative;
  padding-bottom: 1rem;
}
.swiper-wrapper {
  display: flex
}

.swiper-slide {
  flex-shrink: 0
}

.swiper-button-prev {
  left: 0
}

.swiper-button-next {
  right: 0
}

.swiper-container-autoheight .swiper-slide {
  height: -moz-max-content;
  height: max-content
}

.swiper-container-multirow-column .swiper-wrapper {
  flex-direction: column;
  flex-wrap: wrap;
  height: 100%
}

.swiper-button-next,
.swiper-button-prev {
  align-items: center;
  background-color: #fff;
  border: 0;
  border-radius: 50%;
  box-shadow: 0 8px 32px #0210391f;
  cursor: pointer;
  display: flex;
  height: 48px;
  justify-content: center;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity .2s;
  width: 48px;
  z-index: 2
}

.swiper-button-next svg.icon,
.swiper-button-prev svg.icon {
  fill: currentColor;
  transition: color .2s;
  vertical-align: middle
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  color: #ff661a
}

.swiper-button-next.is-small,
.swiper-button-prev.is-small {
  height: 24px;
  width: 24px
}

.swiper-button-next.is-hidden,
.swiper-button-prev.is-hidden {
  opacity: 0
}

.swiper-button-disabled,
.swiper-button-next[disabled],
.swiper-button-prev[disabled] {
  opacity: 0 !important;
  pointer-events: none
}

.swiper-pagination {
  align-items: center;
  display: flex;
  height: 3px;
  padding: 12px 0;
  transition: height .1s
}

.swiper-pagination:hover {
  height: 8px
}

.swiper-pagination-bullet {
  background-color: #f0f1f2;
  border-radius: 10px;
  cursor: pointer;
  height: inherit;
  transition: background-color .2s;
  width: 24px
}

.swiper-pagination-bullet:hover {
  background-color: #b9bec3
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #0a0a0d
}

.swiper-pagination-bullet:not(:last-child) {
  margin-right: 6px
}

@media screen and (min-width:992px) {
  .swiper-pagination-bullet {
    width: 32px
  }
}

.landing-about-intro {
  position: relative
}

.landing-about-intro__title {
  margin-top: 0
}

@media screen and (min-width:1200px) {
  .landing-about-intro__title {
    margin-bottom: 100px
  }
}

.landing-about-intro__body {
  position: relative
}

@media screen and (min-width:992px) {
  .landing-about-intro__body {
    padding-bottom: 404px
  }
}

.landing-about-intro__caption {
  color: #3d404e
}

@media screen and (min-width:992px) {
  .landing-about-intro__caption {
    font-size: 18px;
    letter-spacing: -.24px;
    line-height: 27px;
    margin: 0 auto;
    max-width: 531px;
    width: 36%
  }
}

@media screen and (max-width:991px) {
  .landing-about-intro__photos {
    display: grid;
    grid-template: repeat(2, 155px) /repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-areas: "image-1 image-5" "image-3 image-4";
    margin-top: 40px
  }
}

.landing-about-intro__photo {
  border-radius: 20px;
  overflow: hidden;
  position: relative
}

.landing-about-intro__photo img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%
}

.landing-about-intro__photo:nth-child(2) {
  display: none
}

@media screen and (max-width:991px) {

  .landing-about-intro__photo:first-child .about-us__intro-photo-caption,
  .landing-about-intro__photo:nth-child(5) .about-us__intro-photo-caption {
    width: -moz-min-content;
    width: min-content
  }
}

.landing-about-intro__photo:first-child {
  grid-area: image-1
}

@media screen and (min-width:992px) {
  .landing-about-intro__photo:first-child {
    animation-delay: .1s
  }
}

.landing-about-intro__photo:nth-child(2) {
  grid-area: image-2
}

@media screen and (min-width:992px) {
  .landing-about-intro__photo:nth-child(2) {
    animation-delay: .3s
  }
}

.landing-about-intro__photo:nth-child(3) {
  grid-area: image-3
}

@media screen and (min-width:992px) {
  .landing-about-intro__photo:nth-child(3) {
    animation-delay: .1s
  }
}

.landing-about-intro__photo:nth-child(4) {
  grid-area: image-4
}

@media screen and (min-width:992px) {
  .landing-about-intro__photo:nth-child(4) {
    animation-delay: .4s
  }
}

.landing-about-intro__photo:nth-child(5) {
  grid-area: image-5
}

@media screen and (min-width:992px) {
  .landing-about-intro__photo:nth-child(5) {
    animation-delay: .3s
  }

  .landing-about-intro__photo {
    animation-duration: .6s;
    animation-fill-mode: forwards;
    animation-name: slideY;
    border-radius: 40px;
    opacity: 0;
    position: absolute
  }

  .landing-about-intro__photo:nth-child(odd) {
    height: 311px;
    width: 28%
  }

  .landing-about-intro__photo:nth-child(2n) {
    height: 236px;
    width: 245px
  }

  .landing-about-intro__photo:first-child {
    left: 0;
    top: 0
  }

  .landing-about-intro__photo:nth-child(2) {
    bottom: 48px;
    display: block;
    left: 14%
  }

  .landing-about-intro__photo:nth-child(3) {
    bottom: 0;
    left: calc(14% + 265px)
  }

  .landing-about-intro__photo:nth-child(4) {
    bottom: 107px;
    left: calc(42% + 285px)
  }

  .landing-about-intro__photo:nth-child(5) {
    right: 0;
    top: -135px
  }
}

@media screen and (min-width:1200px) {
  .landing-about-intro__photo:nth-child(odd) {
    width: 23%
  }

  .landing-about-intro__photo:nth-child(2n) {
    width: 245px
  }

  .landing-about-intro__photo:nth-child(2) {
    left: calc(23% + 20px)
  }

  .landing-about-intro__photo:nth-child(3) {
    left: calc(23% + 285px)
  }

  .landing-about-intro__photo:nth-child(4) {
    left: calc(46% + 305px)
  }
}

.landing-about-intro__photo-text {
  bottom: 0;
  color: #fff;
  left: 0;
  padding: 0 10px 20px 20px;
  position: absolute;
  width: 100%
}

@media screen and (min-width:992px) {
  .landing-about-intro__photo-text {
    padding: 0 20px 40px 40px
  }
}

.landing-about-intro__photo-counter {
  color: inherit;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -.44px;
  line-height: 18px
}

@media screen and (min-width:992px) {
  .landing-about-intro__photo-counter {
    font-size: 56px;
    letter-spacing: -1.25px;
    line-height: 42px
  }
}

.landing-about-intro__photo-caption {
  font-size: 14px;
  letter-spacing: -.09px;
  line-height: 18px;
  margin-top: 9px
}

@media screen and (min-width:992px) {
  .landing-about-intro__photo-caption {
    font-size: 18px;
    letter-spacing: -.24px;
    line-height: 20px;
    margin-top: 25px
  }
}

.landing-about-intro__subtext.landing-title {
  color: #3d404e;
  font-size: 24px;
  line-height: 43px;
  margin-top: 64px;
  position: relative;
  text-align: center;
  z-index: 2
}

.landing-about-intro__subtext.landing-title img {
  height: 52px;
  vertical-align: middle;
  width: 52px
}

@media screen and (min-width:992px) {
  .landing-about-intro__subtext.landing-title {
    font-size: 48px;
    line-height: 108px;
    margin-top: 160px
  }

  .landing-about-intro__subtext.landing-title img {
    height: 110px;
    width: 110px
  }
}

.landing-about-intro__highlight {
  border-radius: 50%;
  filter: blur(90px);
  height: 275px;
  opacity: .3;
  position: absolute;
  width: 275px
}

.landing-about-intro__highlight:first-child {
  background-color: #25b86e;
  bottom: 0;
  left: -21%
}

.landing-about-intro__highlight:last-child {
  background-color: #007aff;
  bottom: -120px;
  right: -18%
}

@media screen and (min-width:992px) {
  .landing-about-intro__highlight {
    height: 500px;
    width: 500px
  }

  .landing-about-intro__highlight:first-child {
    bottom: 0
  }

  .landing-about-intro__highlight:last-child {
    bottom: 30px
  }
}

.landing-author-tour {
  position: relative
}

@media screen and (min-width:576px) {
  .landing-author-tour {
    align-items: center;
    display: flex;
    flex-direction: column
  }
}

@media screen and (min-width:1200px) {
  .landing-author-tour {
    padding-top: 50px
  }
}

.landing-author-tour__images {
  position: relative
}

.landing-author-tour__emoji {
  position: absolute;
  width: 30px;
  z-index: 3
}

@media screen and (min-width:1200px) {
  .landing-author-tour__emoji {
    width: 78px
  }
}

.landing-author-tour__emoji:first-child {
  transform: translate(2px, 26px) rotate(-17.56deg)
}

@media screen and (min-width:576px) {
  .landing-author-tour__emoji:first-child {
    transform: translate(2px, -14px) rotate(-17.56deg)
  }
}

@media screen and (min-width:1200px) {
  .landing-author-tour__emoji:first-child {
    transform: translate(-220px, -30px) rotate(-17.56deg)
  }
}

@media screen and (max-width:575px) {
  .landing-author-tour__emoji:nth-child(2) {
    bottom: -10.7%;
    right: 3%;
    transform: rotate(11.03deg)
  }
}

@media screen and (min-width:576px) {
  .landing-author-tour__emoji:nth-child(2) {
    transform: translate(408px, 466px) rotate(11.03deg)
  }
}

@media screen and (min-width:1200px) {
  .landing-author-tour__emoji:nth-child(2) {
    transform: translate(788px, 167px) rotate(11.03deg)
  }
}

.landing-author-tour__emoji:nth-child(3) {
  transform: translate(-120px, 668px) rotate(-15deg)
}

@media screen and (max-width:1199px) {
  .landing-author-tour__emoji:nth-child(3) {
    display: none !important
  }
}

.landing-author-tour__picture {
  border-radius: 20px;
  max-width: 100%;
  vertical-align: top;
  width: 100%
}

@media screen and (min-width:576px) {
  .landing-author-tour__picture {
    border-left: 1px solid #c7cbd2;
    border-right: 1px solid #c7cbd2;
    box-sizing: border-box
  }
}

@media screen and (min-width:1200px) {
  .landing-author-tour__picture {
    border-radius: 0;
    max-width: 658px
  }
}

.landing-author-tour__heading {
  color: #3d404e;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -.69px;
  line-height: 36px;
  margin-bottom: 32px;
  text-align: center
}

@media screen and (min-width:1200px) {
  .landing-author-tour__heading {
    border: 1px solid #c7cbd2;
    border-radius: 20px 20px 0 0;
    color: #0a0a0d;
    font-size: 32px;
    letter-spacing: -.44px;
    line-height: 40px;
    margin: 0;
    padding: 30px 50px;
    width: 658px
  }
}

.landing-author-tour__capture {
  color: #3d404e;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -.08px;
  line-height: 20px;
  margin: 64px 0 32px;
  text-align: center
}

@media screen and (min-width:576px) {
  .landing-author-tour__capture {
    font-size: 18px;
    letter-spacing: -.44px;
    line-height: 28px
  }
}

@media screen and (min-width:1200px) {
  .landing-author-tour__capture {
    border: 1px solid #c7cbd2;
    border-radius: 0 0 20px 20px;
    margin: 0;
    padding: 22px 50px;
    width: 658px
  }
}

.landing-author-tour__card {
  align-items: center;
  border-radius: 20px;
  display: flex;
  margin-bottom: 16px;
  padding: 24px
}

.landing-author-tour__card:first-child {
  background: #e3f7f1
}

@media screen and (min-width:1200px) {
  .landing-author-tour__card:first-child {
    position: absolute;
    transform: translate(205px, -816px)
  }
}

.landing-author-tour__card:nth-child(2) {
  background: #ffede4
}

@media screen and (min-width:1200px) {
  .landing-author-tour__card:nth-child(2) {
    position: absolute;
    transform: translate(-639px, -249px)
  }
}

.landing-author-tour__card:nth-child(3) {
  background: #e0f7ff;
  margin-bottom: 0
}

@media screen and (min-width:1200px) {
  .landing-author-tour__card:nth-child(3) {
    position: absolute;
    transform: translate(228px, -30px)
  }
}

@media screen and (max-width:991px) {
  .landing-author-tour__card-icon {
    margin-bottom: auto;
    margin-top: 0
  }
}

.landing-author-tour__card-text {
  margin-left: 16px
}

.landing-author-tour__card-title {
  color: #3d404e;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -.18px;
  line-height: 24px
}

@media screen and (min-width:992px) {
  .landing-author-tour__card-title {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -.47px;
    line-height: 32px
  }
}

.landing-author-tour__card-subtitle {
  color: #3d404e;
  font-size: 16px;
  letter-spacing: -.24px;
  line-height: 140%;
  margin-top: 6px
}

@media screen and (min-width:992px) {
  .landing-author-tour__card-subtitle {
    margin-top: 8px
  }
}

.landing-about-advantages {
  position: relative
}

@media screen and (min-width:992px) {
  .landing-about-advantages__title {
    margin-bottom: 26px
  }
}

@media screen and (min-width:1200px) {
  .landing-about-advantages {
    padding-top: 78px
  }
}

.landing-about-advantages__title-icon {
  vertical-align: text-top
}

@media screen and (min-width:992px) {
  .landing-about-advantages__title-icon {
    height: 64px;
    width: 64px
  }
}

.landing-about-advantages__body {
  margin-top: 38px;
  padding-bottom: 52px
}

@media screen and (min-width:992px) {
  .landing-about-advantages__body {
    padding-bottom: 0
  }
}

.landing-about-advantages__list {
  margin-left: -10px !important;
  margin-right: -10px !important
}

.landing-about-advantages__list>.as-col {
  padding: 0 10px
}

@media screen and (max-width:1199px) {
  .landing-about-advantages__col {
    margin-bottom: 24px
  }
}

.landing-about-advantages__card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 8px 24px #5966840f;
  padding: 24px 32px
}

@media screen and (min-width:1200px) {
  .landing-about-advantages__card {
    min-height: 432px;
    padding: 40px
  }
}

.landing-about-advantages__card-icon {
  align-items: center;
  background-color: #e0f7ff;
  display: flex;
  height: 64px;
  justify-content: center;
  width: 64px
}

.landing-about-advantages__card-title {
  color: #3d404e;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -.44px;
  line-height: 32px;
  margin: 24px 0 16px
}

@media screen and (min-width:992px) {
  .landing-about-advantages__card-title {
    margin-top: 32px
  }
}

.landing-about-advantages__card-text {
  color: #3d404e;
  font-size: 16px;
  letter-spacing: -.18px;
  line-height: 24px
}

@media screen and (min-width:576px) {
  .landing-about-advantages__card-text {
    font-size: 18px;
    letter-spacing: -.24px;
    line-height: 32px
  }
}

.landing-about-advantages__card-text img,
.landing-about-advantages__card-text span {
  vertical-align: top
}

.landing-mission {
  position: relative
}

.landing-mission:before {
  background-image: url(/_nuxt/about-mission-line.Dpt6DSCi.svg);
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: contain;
  content: "";
  height: 144%;
  margin-left: calc(50% - 50vw);
  position: absolute;
  top: -65px;
  width: 100vw
}

@media screen and (max-width:1199px) {
  .landing-mission:before {
    display: none !important
  }
}

.landing-mission__container {
  background: #ffede4;
  border-radius: 20px;
  padding: 0 16px;
  position: relative;
  z-index: 2
}

.landing-mission__line {
  position: absolute;
  z-index: 1
}

@media screen and (min-width:1200px) {
  .landing-mission__line {
    display: none !important
  }
}

.landing-mission__line:first-child {
  height: 80px;
  left: -40px;
  top: -33px;
  transform: rotate(7.92deg);
  width: 207px
}

.landing-mission__line:nth-child(2) {
  height: 84px;
  left: 70%;
  top: 80%;
  transform: rotate(-15deg);
  width: 220px
}

@media screen and (min-width:576px) {
  .landing-mission__line:nth-child(2) {
    left: 80%
  }
}

@media screen and (min-width:992px) {
  .landing-mission__line:nth-child(2) {
    top: 90%
  }
}

.landing-mission__heading {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 30px 0 18px;
  text-align: center
}

@media screen and (min-width:992px) {
  .landing-mission__heading {
    padding: 64px 0 40px
  }
}

.landing-mission__title {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -.69px;
  line-height: 36px;
  margin: 0 16px
}

@media screen and (min-width:992px) {
  .landing-mission__title {
    font-size: 48px;
    letter-spacing: -1.25px;
    line-height: 72px;
    margin: 0 32px
  }
}

.landing-mission__sparkles {
  width: 40px
}

@media screen and (min-width:992px) {
  .landing-mission__sparkles {
    width: 64px
  }
}

.landing-mission__caption {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -.69px;
  line-height: 24px;
  padding-bottom: 30px;
  text-align: center
}

@media screen and (min-width:992px) {
  .landing-mission__caption {
    font-size: 32px;
    font-weight: 700;
    line-height: 36px;
    padding-bottom: 80px
  }
}

.landing-destinations__icon {
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px var(--color-accent-500);
  display: inline-block;
  line-height: 0;
  margin-right: -74px;
  padding: 16px;
  width: -moz-max-content;
  width: max-content
}

.landing-destinations__icon img {
  vertical-align: middle
}

@media screen and (max-width:991px) {
  .landing-destinations__icon {
    display: none !important
  }
}

.landing-destinations__slider {
  margin-top: 24px
}

@media screen and (min-width:1200px) {
  .landing-destinations__slider {
    margin-top: 48px
  }
}

.landing-destinations__slider .as-slider-button-next,
.landing-destinations__slider .as-slider-button-prev {
  display: none
}

@media screen and (min-width:1200px) {

  .landing-destinations__slider .as-slider-button-next,
  .landing-destinations__slider .as-slider-button-prev {
    display: block;
    top: 52px
  }
}

.landing-destinations__slider .as-slider-button-next {
  transform: translate(50%)
}

.landing-destinations__slider .as-slider-button-prev {
  transform: translate(-50%)
}

.landing-booking {
  position: relative
}

.landing-booking__title {
  position: relative;
  text-align: center;
  z-index: 2
}

.landing-booking__list {
  counter-reset: steps-counter;
  justify-content: center;
  list-style: none;
  margin-bottom: 80px;
  position: relative;
  text-align: center
}

@media screen and (max-width:991px) {
  .landing-booking__list {
    margin: 0 auto 40px;
    max-width: 300px
  }
}

@media screen and (min-width:992px) {
  .landing-booking__list {
    margin-left: -72px !important;
    margin-right: -72px !important
  }

  .landing-booking__list>.as-col {
    padding: 0 72px
  }
}

.landing-booking__list-item {
  counter-increment: steps-counter;
  position: relative;
  z-index: 2
}

.landing-booking__list-item:before {
  background-color: #2990fe;
  border-radius: 50%;
  color: #fff;
  content: "0" counter(steps-counter) ".";
  font-size: 20px;
  font-weight: 600;
  height: 60px;
  left: 0;
  letter-spacing: -.33px;
  line-height: 60px;
  position: absolute;
  text-align: center;
  top: 0;
  transform: translate(30px);
  width: 60px;
  z-index: 2
}

@media screen and (min-width:992px) {
  .landing-booking__list-item:before {
    transform: translate(74px, -5px)
  }
}

@media screen and (min-width:1200px) {
  .landing-booking__list-item:before {
    transform: translate(106px, -5px)
  }
}

.landing-booking__list-item:after {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  position: absolute
}

@media screen and (max-width:991px) {
  .landing-booking__list-item:first-child:after {
    display: none
  }
}

@media screen and (min-width:992px) {
  .landing-booking__list-item:first-child:after {
    background-image: url(/_nuxt/about-booking-line-1.XmfdJhuz.svg);
    height: 57px;
    inset: -58px -233px auto 99px
  }
}

@media screen and (min-width:1200px) {
  .landing-booking__list-item:first-child:after {
    left: 177px;
    right: -178px
  }
}

@media screen and (max-width:991px) {
  .landing-booking__list-item:nth-child(2):after {
    display: none
  }
}

@media screen and (min-width:992px) {
  .landing-booking__list-item:nth-child(2):after {
    background-image: url(/_nuxt/about-booking-line-2.DEgzBERJ.svg);
    bottom: auto;
    height: 58px;
    left: calc(100% - 91px);
    right: -65px;
    top: 8vw;
    transform: rotate(-3.16deg);
    width: 219px
  }
}

@media screen and (min-width:1200px) {
  .landing-booking__list-item:nth-child(2):after {
    left: calc(100% - 115px);
    right: -56px;
    top: 96px
  }
}

@media screen and (max-width:991px) {
  .landing-booking__list-item {
    line-height: 22px;
    margin-bottom: 32px
  }
}

@media screen and (min-width:1200px) {
  .landing-booking__list-item {
    max-width: 472px !important
  }
}

.landing-booking__figure {
  align-items: flex-end;
  display: flex;
  height: 240px;
  justify-content: center;
  margin: 0 auto 24px;
  width: 240px
}

.landing-booking__figure.is-light-blue {
  background-color: #e0f7ff
}

.landing-booking__figure.is-light-orange {
  background-color: #ffede4
}

.landing-booking__figure.is-light-green {
  background-color: #e4f6ed
}

@media screen and (min-width:992px) {
  .landing-booking__figure {
    margin-bottom: 40px
  }
}

.landing-booking__item-icon {
  position: absolute;
  transform: translate(30px, -33px);
  z-index: 3
}

.landing-booking__item-title {
  font-size: 20px;
  margin-bottom: 16px;
  margin-top: 0
}

@media screen and (min-width:992px) {
  .landing-booking__item-title {
    font-size: 24px;
    letter-spacing: -.44px;
    line-height: 32px;
    margin-bottom: 24px
  }
}

.landing-booking__caption {
  color: #4f4f5e;
  letter-spacing: -.16px;
  line-height: 28px;
  margin: 0
}

.landing-booking__footer {
  position: relative;
  text-align: center;
  z-index: 2
}

.landing-socials {
  position: relative;
  text-align: center
}

@media screen and (min-width:1200px) {
  .landing-socials__title {
    margin-bottom: 100px
  }
}

.landing-socials__socials-body {
  display: grid;
  grid-template-columns: repeat(3, max-content);
  grid-template-rows: repeat(2, max-content);
  max-width: 328px;
  grid-row-gap: 40px;
  justify-content: space-between;
  margin: 0 auto;
  position: relative;
  z-index: 2
}

@media screen and (min-width:576px) {
  .landing-socials__socials-body {
    grid-template-columns: repeat(5, max-content);
    grid-template-rows: 1fr;
    max-width: none;
    grid-column-gap: 24px;
    grid-row-gap: 0;
    align-items: center;
    justify-content: center;
    margin: 0
  }
}

.landing-socials__socials-body--ru {
  grid-template-columns: repeat(3, max-content)
}

@media screen and (min-width:992px) {
  .landing-socials__socials-body {
    grid-column-gap: 80px
  }
}

.landing-socials__socials-smile {
  display: flex;
  grid-column-end: 2;
  grid-column-start: 3;
  grid-row-end: 3;
  grid-row-start: 1
}

@media screen and (min-width:576px) {
  .landing-socials__socials-smile {
    grid-column-end: 3;
    grid-column-start: 3;
    grid-row-end: auto
  }

  .landing-socials__socials-smile--ru {
    grid-column-start: 2
  }
}

.landing-socials__socials-smile img {
  height: 160px;
  width: 160px
}

@media screen and (min-width:1200px) {
  .landing-socials__socials-smile img {
    height: 264px;
    width: 264px
  }
}

.landing-socials__socials-link {
  align-items: center;
  border-radius: 20px;
  display: flex;
  height: 60px;
  justify-content: center;
  transition: transform .2s;
  width: 60px
}

@supports ((-webkit-mask-image:url(@/assets/images/figures/super-ellipse.svg)) or (mask-image:url(@/assets/images/figures/super-ellipse.svg))) {
  .landing-socials__socials-link {
    border-radius: 0;
    -webkit-mask-image: url(/_nuxt/super-ellipse.M77BEbP_.svg);
    mask-image: url(/_nuxt/super-ellipse.M77BEbP_.svg);
    -webkit-mask-size: 100%;
    mask-size: 100%
  }
}

.landing-socials__socials-link svg {
  --icon-x-large-size: 32px;
  fill: var(--color-white)
}

.landing-socials__socials-link.is-facebook {
  background: radial-gradient(50% 50% at 50% 50%, #5eabff 0, #1585ff)
}

.landing-socials__socials-link.is-vk {
  background: radial-gradient(50% 50% at 50% 50%, #69a6eb 0, #4e89cb)
}

.landing-socials__socials-link.is-telegram {
  background: radial-gradient(50% 50% at 50% 50%, #79c0f2 0, #4996cb)
}

.landing-socials__socials-link.is-instagram {
  background: radial-gradient(50% 50% at 50% 50%, #ff78b6 0, #ff0679)
}

.landing-socials__socials-link.is-twitter {
  background: radial-gradient(50% 50% at 50% 50%, #79c0f2 0, #1da1f2)
}

.landing-socials__socials-link:hover {
  transform: translateY(-4px)
}

@media screen and (min-width:992px) {
  .landing-socials__socials-link {
    height: 80px;
    width: 80px
  }
}

.landing-socials__socials-highlight {
  border-radius: 50%;
  filter: blur(90px);
  height: 250px;
  opacity: .3;
  position: absolute;
  width: 250px
}

.landing-socials__socials-highlight:first-child {
  background-color: #ff661a;
  left: -21%;
  top: -150%
}

.landing-socials__socials-highlight:last-child {
  background-color: #007aff;
  bottom: -90%;
  right: -18%
}

@media screen and (min-width:992px) {
  .landing-socials__socials-highlight {
    height: 500px;
    width: 500px
  }

  .landing-socials__socials-highlight:first-child {
    bottom: 50px;
    top: auto
  }

  .landing-socials__socials-highlight:last-child {
    bottom: 30px
  }
}

.landing-collections {
  position: relative
}

.landing-collections__title {
  text-align: center
}

@media screen and (min-width:992px) {
  .landing-collections__title {
    margin-bottom: 58px
  }
}

.landing-collections__slider {
  margin-top: 20px
}

@media screen and (min-width:576px) {
  .landing-collections__slider:first-of-type {
    margin-left: calc(50% - 50vw)
  }

  .landing-collections__slider:last-of-type {
    margin-left: calc(50% - 50vw - 100px)
  }
}

.landing-collections__slider .as-slider-container {
  overflow: visible
}

.landing-collections__slide {
  width: 304px
}

.landing-collections__card {
  border-radius: 32px;
  height: 160px;
  padding-bottom: 0
}

.landing-collections__card .tour-collection-card-wt__title {
  font-size: 18px
}

.landing-collections__card .tour-collection-card-wt__body {
  padding: 20px 16px
}

.landing-collections__icon {
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px var(--color-accent-500);
  display: inline-block;
  line-height: 0;
  margin-right: -74px;
  padding: 16px;
  width: -moz-max-content;
  width: max-content
}

.landing-collections__icon img {
  vertical-align: middle
}

@media screen and (max-width:991px) {
  .landing-collections__icon {
    display: none !important
  }
}

.landing-collections__footer {
  margin-top: 40px;
  text-align: center
}

@media screen and (min-width:992px) {
  .landing-collections__footer {
    margin-top: 64px
  }
}

@media screen and (min-width:1600px) {
  .landing-collections__footer {
    margin-top: 80px
  }
}

@media screen and (max-width:575px) {
  .landing-collections__footer {
    display: none !important
  }
}

.landing-collections__footer-button {
  min-width: 210px
}

@media screen and (min-width:992px) {
  .landing-collections__footer-button {
    max-width: 414px;
    width: 100%
  }
}

.landing-support-card {
  background-color: #feb03f;
  background-image: url(/_nuxt/bg-m.CuiFoqP9.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  margin: 0 -16px;
  overflow: hidden;
  padding: 64px 16px;
  position: relative
}

@media screen and (min-width:576px) {
  .landing-support-card {
    border-radius: 44px;
    margin: 0;
    padding: 60px
  }
}

@media screen and (min-width:992px) {
  .landing-support-card {
    background-image: url(/_nuxt/support-bg-d.Dgh1wSpm.svg);
    background-position: bottom left -100px;
    background-size: 100% 100%;
    padding: 88px
  }
}

.landing-support-card__label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .2px;
  line-height: 10px;
  margin-bottom: 24px;
  text-transform: uppercase
}

@media screen and (min-width:992px) {
  .landing-support-card__label {
    font-size: 16px;
    line-height: 18px
  }
}

.landing-support-card__title {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -.44px;
  line-height: 36px;
  margin-bottom: 32px;
  margin-top: 0
}

.landing-support-card__title img {
  vertical-align: middle
}

@media screen and (max-width:991px) {
  .landing-support-card__title img {
    display: none !important
  }
}

@media screen and (max-width:575px) {
  .landing-support-card__title br {
    display: none
  }
}

@media screen and (min-width:992px) {
  .landing-support-card__title {
    font-size: 56px;
    letter-spacing: -1.25px;
    line-height: 72px;
    margin-bottom: 80px
  }
}

@media screen and (min-width:1200px) {
  .landing-support-card__title {
    line-height: 64px;
    margin-bottom: 32px
  }
}

.landing-support-card__caption {
  margin-bottom: 32px
}

@media screen and (max-width:849px) {
  .landing-support-card__managers {
    min-height: 260px;
    position: relative
  }
}

.landing-support-card__manager {
  border-radius: 50%;
  position: absolute
}

.landing-support-card__manager:before {
  border-radius: inherit;
  box-shadow: inset 0 0 0 2px #fff;
  content: "";
  inset: -5px;
  opacity: .5;
  position: absolute
}

@supports (mix-blend-mode:overlay) {
  .landing-support-card__manager:before {
    mix-blend-mode: overlay
  }
}

.landing-support-card__manager img {
  border-radius: inherit;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%
}

.landing-support-card__manager:first-child {
  height: 90px;
  right: 40px;
  top: -35px;
  width: 90px
}

@media screen and (min-width:650px) {
  .landing-support-card__manager:first-child {
    height: 131px;
    top: -150px;
    width: 131px
  }
}

@media screen and (min-width:850px) {
  .landing-support-card__manager:first-child {
    bottom: 40px;
    right: 340px;
    top: auto
  }
}

@media screen and (min-width:992px) {
  .landing-support-card__manager:first-child {
    bottom: auto;
    right: 30%;
    top: 280px
  }
}

@media screen and (min-width:1200px) {
  .landing-support-card__manager:first-child {
    left: 52%;
    right: auto;
    top: 190px
  }
}

.landing-support-card__manager:nth-child(2) {
  bottom: 20px;
  height: 136px;
  right: 12px;
  width: 136px
}

@media screen and (min-width:650px) {
  .landing-support-card__manager:nth-child(2) {
    height: 200px;
    width: 200px
  }
}

@media screen and (min-width:850px) {
  .landing-support-card__manager:nth-child(2) {
    right: 7%;
    top: 120px
  }
}

@media screen and (min-width:992px) {
  .landing-support-card__manager:nth-child(2) {
    top: 330px
  }
}

@media screen and (min-width:1200px) {
  .landing-support-card__manager:nth-child(2) {
    right: 19%;
    top: 265px
  }
}

.landing-support-card__manager:nth-child(3) {
  height: 110px;
  left: 20px;
  top: 40px;
  width: 110px
}

@media screen and (min-width:650px) {
  .landing-support-card__manager:nth-child(3) {
    height: 160px;
    width: 160px
  }
}

@media screen and (min-width:850px) {
  .landing-support-card__manager:nth-child(3) {
    left: auto;
    right: 270px;
    top: 40px
  }
}

@media screen and (min-width:992px) {
  .landing-support-card__manager:nth-child(3) {
    right: 140px;
    top: 100px
  }
}

.landing-support-card__manager:nth-child(4) {
  height: 122px;
  right: 36px;
  top: 290px;
  width: 122px
}

@media screen and (max-width:1199px) {
  .landing-support-card__manager:nth-child(4) {
    display: none !important
  }
}

.landing-support-card__manager:nth-child(5) {
  height: 92px;
  right: 0;
  top: 155px;
  transform: translate(10%);
  width: 92px
}

@media screen and (max-width:1199px) {
  .landing-support-card__manager:nth-child(5) {
    display: none !important
  }
}

.landing-support-card__manager-tooltip {
  animation-duration: 1.8s;
  animation-iteration-count: infinite;
  animation-name: bounce;
  background: #fff;
  border-radius: 20px;
  bottom: 0;
  color: #0a0a0d;
  display: inline-block;
  font-size: 12px;
  padding: 14px 20px;
  position: absolute;
  right: 35px;
  white-space: nowrap
}

.landing-support-card__manager-tooltip:before {
  background-image: url(/_nuxt/tooltip.h5oD-t5U.svg);
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  right: 20px;
  top: -7px;
  width: 28px
}

@media screen and (min-width:992px) {
  .landing-support-card__manager-tooltip {
    font-size: 16px;
    right: 69px
  }
}

.landing-stats {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  position: relative
}

@media screen and (min-width:576px) {
  .landing-stats {
    flex-direction: row
  }
}

.landing-stats__item {
  margin-bottom: 32px;
  padding: 0 16px;
  text-align: center
}

.landing-stats__item:last-child {
  margin-bottom: 0
}

@media screen and (min-width:576px) {
  .landing-stats__item {
    margin-bottom: 0
  }
}

.landing-stats__counter {
  color: #ff661a;
  font-size: 48px;
  font-weight: 700;
  letter-spacing: -1.07px;
  line-height: 64px
}

@media screen and (min-width:992px) {
  .landing-stats__counter {
    font-size: 100px;
    letter-spacing: -1.25px;
    line-height: 100%
  }
}

.landing-stats__infinity {
  width: 66px
}

@media screen and (min-width:992px) {
  .landing-stats__infinity {
    width: 115px
  }
}

.landing-stats__text {
  color: #4f4f5e;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -.47px;
  line-height: 32px
}

@media screen and (min-width:992px) {
  .landing-stats__text {
    margin-top: 12px
  }
}

.section-marketnet {
  border-radius: 40px;
  box-shadow: 0 8px 24px #59668414;
  overflow: hidden;
  padding: 32px 16px
}

@media screen and (min-width:992px) {
  .section-marketnet {
    padding: 40px 64px
  }
}

.section-marketnet__header {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 40px
}

@media screen and (min-width:992px) {
  .section-marketnet__header {
    align-items: baseline;
    display: flex;
    flex-direction: row;
    justify-content: space-between
  }
}

.section-marketnet__logo-image {
  margin-bottom: 24px
}

@media screen and (min-width:992px) {
  .section-marketnet__logo-image {
    height: 38px;
    margin-bottom: 0;
    margin-left: 32px;
    width: 240px
  }
}

.section-marketnet__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.12;
  margin: 0;
  max-width: 593px
}

@media screen and (min-width:992px) {
  .section-marketnet__title {
    font-size: 40px;
    line-height: 1.3
  }
}

.section-marketnet__title strong {
  -webkit-text-fill-color: transparent;
  background: linear-gradient(59.24deg, #0015ff 47.94%, #59a8fb 55.54%, #e0b9ff 60.08%, #ffb9b9 75.35%, #fd97bb 83.25%, #fd915d 0);
  background-clip: text;
  -webkit-background-clip: text;
  background-size: 400px 1100%
}

.section-marketnet__advantages {
  list-style-type: none;
  margin: 0 0 64px;
  padding: 0
}

@media screen and (min-width:992px) {
  .section-marketnet__advantages {
    display: flex
  }
}

.section-marketnet__advantages-item {
  align-items: center;
  display: flex;
  font-weight: 600;
  margin-bottom: 16px
}

@media screen and (min-width:992px) {
  .section-marketnet__advantages-item {
    margin-bottom: 0;
    margin-right: 56px
  }
}

.section-marketnet__advantages-image-container {
  align-items: center;
  background-color: #e0f7ff;
  display: flex;
  justify-content: center;
  margin-right: 16px
}

.section-marketnet__advantages-image-container--box {
  height: 48px;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' fill='none' viewBox='0 0 48 48'%3E%3Crect width='48' height='48' fill='%23e0f7ff' rx='16'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' fill='none' viewBox='0 0 48 48'%3E%3Crect width='48' height='48' fill='%23e0f7ff' rx='16'/%3E%3C/svg%3E");
  width: 48px
}

.section-marketnet__advantages-image-container--hexagon {
  height: 58px;
  -webkit-mask-image: url(/_nuxt/hexagon.Q1UhbFkw.svg);
  mask-image: url(/_nuxt/hexagon.Q1UhbFkw.svg);
  width: 48px
}

.section-marketnet__advantages-image-container--circle {
  height: 48px;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' fill='none' viewBox='0 0 48 48'%3E%3Crect width='48' height='48' fill='%23e0f7ff' rx='24'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' fill='none' viewBox='0 0 48 48'%3E%3Crect width='48' height='48' fill='%23e0f7ff' rx='24'/%3E%3C/svg%3E");
  width: 48px
}

.section-marketnet__learn-more {
  margin-bottom: 32px;
  max-width: 250px
}

@media screen and (min-width:992px) {
  .section-marketnet__learn-more {
    font-size: 20px;
    max-width: 100%
  }
}

.section-marketnet__learn-more a {
  color: #ff6d24;
  font-weight: 700;
  margin-top: 2px;
  text-decoration: underline;
  transition: opacity .2s
}

.section-marketnet__learn-more a:hover {
  opacity: .5
}

@media screen and (min-width:992px) {
  .section-marketnet__learn-more a {
    margin-left: 8px;
    margin-top: 0
  }
}

.section-marketnet__footer {
  display: flex;
  flex-direction: column-reverse;
  position: relative
}

@media screen and (min-width:992px) {
  .section-marketnet__footer {
    align-items: center;
    flex-direction: row
  }
}

.section-marketnet__footer-logo-dsoa {
  margin-right: 16px
}

@media screen and (min-width:992px) {
  .section-marketnet__footer-logo-dsoa {
    height: 54px;
    margin-right: 24px;
    width: 120px
  }

  .section-marketnet__footer-logo-ifza {
    height: 30px;
    width: 120px
  }
}

.section-marketnet__footer-caption {
  color: #4f4f5e;
  font-size: 12px;
  margin-bottom: 12px;
  max-width: 154px
}

@media screen and (min-width:992px) {
  .section-marketnet__footer-caption {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: 185px;
    max-width: 243px
  }
}

.section-marketnet__footer-logos {
  align-items: center;
  display: flex
}

.section-marketnet__footer-image {
  border-radius: 670px;
  bottom: -44px;
  position: absolute;
  right: -34px
}

@media screen and (min-width:992px) {
  .section-marketnet__footer-image {
    bottom: -63px;
    height: 245px;
    right: -84px;
    width: 245px
  }
}

.klubgidov-site-requisites--with-map .klubgidov-site-requisites__main-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between
}

.klubgidov-site-requisites__row {
  display: flex;
  flex-direction: column-reverse
}

@media screen and (min-width:992px) {
  .klubgidov-site-requisites__row {
    flex-direction: row;
    margin-left: -12px !important;
    margin-right: -12px !important
  }

  .klubgidov-site-requisites__row>.as-col {
    padding: 0 12px
  }
}

.klubgidov-site-requisites__main-info-container {
  margin-bottom: 32px
}

.klubgidov-site-requisites__info-item {
  margin-bottom: 12px;
  margin-right: 8px
}

@media screen and (min-width:992px) {
  .klubgidov-site-requisites__info-item {
    margin-bottom: 16px;
    margin-right: 0
  }
}

.klubgidov-site-requisites__main-info {
  background: #f3f5f6;
  border-radius: 24px;
  padding: 24px
}

@media screen and (min-width:992px) {
  .klubgidov-site-requisites__main-info {
    height: 100%;
    padding: 32px
  }
}

.klubgidov-site-requisites__additional-info {
  margin-bottom: 24px
}

@media screen and (min-width:992px) {
  .klubgidov-site-requisites__additional-info {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-bottom: 0
  }
}

.klubgidov-site-requisites__residents {
  background: #fff0e9;
  border-radius: 24px;
  display: flex;
  margin-bottom: 8px;
  padding: 24px
}

@media screen and (min-width:992px) {
  .klubgidov-site-requisites__residents {
    align-items: center;
    margin-bottom: 16px;
    padding: 24px 32px
  }
}

.klubgidov-site-requisites__residents-logo {
  margin-right: 16px
}

.klubgidov-site-requisites__main-info-requisites {
  display: flex;
  flex-wrap: wrap
}

@media screen and (min-width:992px) {
  .klubgidov-site-requisites__main-info-requisites {
    display: block
  }
}

.klubgidov-site-requisites__main-info-subtitle {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px;
  margin-top: 0
}

.klubgidov-site-requisites__info-link {
  margin-bottom: 16px
}

.klubgidov-site-requisites__info-link:last-child {
  margin-bottom: 0
}

.klubgidov-site-requisites__image {
  border-radius: 24px;
  max-height: 180px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%
}

@media screen and (min-width:480px) {
  .klubgidov-site-requisites__image {
    height: 100%;
    max-height: 280px
  }
}

@media screen and (min-width:576px) {
  .klubgidov-site-requisites__image {
    height: 100%;
    max-height: 454px;
    width: 100%
  }
}

@media screen and (min-width:992px) {
  .klubgidov-site-requisites__image {
    height: 100%;
    max-height: 100%
  }
}

.klubgidov-site-requisites__map-section {
  background: #e0f7ff;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
  overflow: hidden
}

@media screen and (min-width:992px) {
  .klubgidov-site-requisites__map-section {
    margin-bottom: 0
  }
}

.klubgidov-site-requisites__map-section-info {
  padding: 24px
}

@media screen and (min-width:992px) {
  .klubgidov-site-requisites__map-section-info {
    padding: 32px 32px 24px
  }
}

.klubgidov-site-requisites__map-section-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px
}

.yougo-site-requisites {
  color: var(--color-text)
}

.yougo-site-requisites__title {
  margin-bottom: 32px
}

@media screen and (min-width:576px) {
  .yougo-site-requisites__title {
    margin-bottom: 40px
  }
}

.yougo-site-requisites__row {
  margin-left: -14px !important;
  margin-right: -14px !important
}

.yougo-site-requisites__row>.as-col {
  padding: 0 14px
}

@media screen and (max-width:575px) {
  .yougo-site-requisites__col:not(:last-child) {
    margin-bottom: 32px
  }
}

.yougo-site-requisites__subtitle {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.35;
  margin-bottom: 16px
}

.yougo-site-requisites__item-text {
  margin: 0
}

.yougo-site-requisites__item-text:not(:last-child) {
  margin-bottom: 12px
}

.yougo-site-requisites__item:not(:first-child) {
  margin-top: 32px
}

.yougo-site-requisites__link {
  color: #4f4f5e;
  display: block
}

.yougo-site-requisites__link:not(:last-child) {
  margin-bottom: 12px
}

.yougo-site-requisites__contact {
  color: var(--color-text);
  display: block;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2
}

.yougo-site-requisites__contact:not(:last-child) {
  margin-bottom: 12px
}

.landing-about-company__photos {
  border-radius: 20px;
  margin: 32px 0;
  overflow: hidden
}

@media screen and (min-width:576px) {
  .landing-about-company__photos {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 4px
  }
}

@media screen and (min-width:992px) {
  .landing-about-company__photos {
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 8px;
    border-radius: 40px;
    margin-bottom: 40px;
    margin-top: 48px
  }
}

.landing-about-company__heading {
  margin-bottom: 32px
}

@media screen and (min-width:992px) {
  .landing-about-company__heading {
    margin-bottom: 56px
  }
}

@media screen and (max-width:991px) {
  .landing-about-company__photo-col:first-child {
    display: none !important
  }
}

@media screen and (max-width:575px) {
  .landing-about-company__photo-col:last-child {
    display: none !important
  }
}

@media screen and (max-width:991px) {
  .landing-about-company__photo-col {
    max-height: 250px
  }
}

.landing-about-company__photo-image {
  height: 100%;
  max-height: inherit;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: middle;
  width: 100%
}

.advantages-banner {
  border: 1px solid #ecedf0;
  border-radius: 16px;
  box-shadow: 0 6px 32px -8px #0a0a0d14;
  box-sizing: border-box;
  margin-top: -20px;
  padding: 32px;
  row-gap: 24px
}

@media screen and (min-width:1600px) {
  .advantages-banner {
    padding: 32px 0
  }
}

.advantages-banner__list-col {
  align-items: center;
  display: flex;
  flex-direction: column;
  position: relative
}

@media screen and (max-width:575px) {
  .advantages-banner__list-col:not(:last-child) {
    margin-bottom: 32px
  }
}

@media screen and (min-width:576px) {
  .advantages-banner__list-col {
    padding: 0 24px
  }
}

@media screen and (min-width:1200px) and (max-width:1600px) {
  .advantages-banner__list-col {
    padding: 0 15px
  }
}

@media screen and (min-width:1200px) {
  .advantages-banner__list-col:not(:nth-child(4)):after {
    background-color: #f0f1f2;
    bottom: 0;
    content: "";
    height: 100px;
    margin-bottom: auto;
    margin-top: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px
  }
}

@media screen and (min-width:1600px) {
  .advantages-banner__list-col {
    padding: 0 32px
  }
}

.advantages-banner__advantage-icon {
  align-items: center;
  border-radius: 50%;
  display: flex;
  height: 48px;
  justify-content: center;
  margin-bottom: 12px;
  width: 48px
}

.advantages-banner__advantage-icon.is-light-blue {
  background-color: #e0f7ff
}

.advantages-banner__advantage-icon.is-light-orange {
  background-color: #ffede4
}

.advantages-banner__advantage-icon.is-light-green {
  background-color: #e4f6ed
}

.advantages-banner__advantage-text,
.advantages-banner__advantage-title {
  letter-spacing: -.18px;
  text-align: center
}

.advantages-banner__advantage-title {
  color: var(--color-text);
  font-weight: 600;
  margin-bottom: 8px
}

.advantages-banner__advantage-text {
  color: var(--color-text-secondary);
  line-height: 1.4
}

.advantages-banner__advantage-text img {
  vertical-align: middle
}

.advantages-banner__advantage-info {
  margin-left: 0;
  vertical-align: text-bottom
}

@media screen and (min-width:1200px) and (max-width:1600px) {
  .advantages-banner {
    font-size: 14px;
    line-height: 24px;
    padding: 32px 5px
  }
}

.landing-join-intro {
  margin-top: 40px;
  position: relative
}

@media screen and (min-width:1200px) {
  .landing-join-intro {
    margin-top: 80px
  }
}

.landing-join-intro .is-hexagon {
  height: 180px;
  width: 180px
}

@media screen and (min-width:991px) and (max-width:1200px) {
  .landing-join-intro .is-hexagon {
    height: 130px;
    position: absolute;
    right: 370px;
    top: 0;
    width: 130px
  }
}

@media screen and (min-width:575px) and (max-width:992px) {
  .landing-join-intro .is-hexagon {
    height: 110px;
    position: absolute;
    right: 240px;
    top: 0;
    width: 110px
  }
}

@media screen and (min-width:669px) and (max-width:830px) {
  .landing-join-intro .is-hexagon {
    transform: translate(20vw)
  }
}

@media screen and (min-width:575px) and (max-width:670px) {
  .landing-join-intro .is-hexagon {
    display: none
  }
}

@media screen and (max-width:575px) {
  .landing-join-intro .is-hexagon {
    bottom: 0;
    height: 85px;
    left: 0;
    position: absolute;
    transform: translateY(130px);
    width: 85px
  }
}

.landing-join-intro .is-super-ellipse {
  height: 156px;
  width: 156px
}

@media screen and (min-width:991px) and (max-width:1200px) {
  .landing-join-intro .is-super-ellipse {
    height: 100px;
    position: absolute;
    right: 10px;
    top: 60px;
    width: 100px
  }
}

@media screen and (min-width:575px) and (max-width:992px) {
  .landing-join-intro .is-super-ellipse {
    height: 80px;
    position: absolute;
    right: 300px;
    top: 141px;
    width: 80px
  }
}

@media screen and (min-width:669px) and (max-width:830px) {
  .landing-join-intro .is-super-ellipse {
    transform: translate(20vw)
  }
}

@media screen and (min-width:575px) and (max-width:670px) {
  .landing-join-intro .is-super-ellipse {
    display: none
  }
}

@media screen and (max-width:575px) {
  .landing-join-intro .is-super-ellipse {
    bottom: 0;
    height: 75px;
    position: absolute;
    right: 0;
    transform: translateY(160px);
    width: 75px
  }
}

@media screen and (min-width:1200px) {
  .landing-join-intro .is-super-ellipse {
    margin-bottom: 30px
  }
}

.landing-join-intro__body {
  position: relative;
  z-index: 2
}

@media screen and (min-width:1200px) {
  .landing-join-intro__body {
    display: flex;
    height: 35vw;
    justify-content: space-between;
    max-height: 655px;
    min-height: 530px
  }
}

@media screen and (max-width:575px) {
  .landing-join-intro__body {
    margin-bottom: 40px
  }
}

.landing-join-intro__col {
  max-width: 420px
}

@media screen and (min-width:1200px) {
  .landing-join-intro__col:first-child {
    margin-top: 48px;
    max-width: 520px;
    width: 40%
  }

  .landing-join-intro__col:last-child {
    max-width: 330px
  }
}

@media screen and (min-width:1600px) {
  .landing-join-intro__col {
    align-items: flex-start;
    display: flex;
    flex-direction: column
  }
}

.landing-join-intro__title {
  line-height: 36px;
  margin-bottom: 32px;
  margin-top: 0
}

@media screen and (min-width:992px) {
  .landing-join-intro__title {
    font-size: 48px;
    line-height: 64px
  }
}

@media screen and (min-width:1200px) {
  .landing-join-intro__title {
    margin-bottom: 60px
  }
}

@media screen and (min-width:1600px) {
  .landing-join-intro__blob {
    text-align: center
  }
}

.landing-join-intro__caption {
  color: #4f4f5e;
  margin-bottom: 32px
}

@media screen and (min-width:992px) {
  .landing-join-intro__caption {
    font-size: 18px;
    line-height: 28px;
    margin-top: 108px
  }
}

.landing-join-intro__image {
  max-width: 480px;
  -o-object-fit: cover;
  object-fit: cover;
  pointer-events: none;
  position: relative;
  z-index: 1
}

@media screen and (min-width:360px) {
  .landing-join-intro__image {
    max-width: 100%
  }
}

@media screen and (min-width:576px) {
  .landing-join-intro__image {
    height: 100%;
    max-width: 482px;
    position: absolute;
    right: 0;
    top: 0
  }
}

@media screen and (min-width:575px) and (max-width:830px) {
  .landing-join-intro__image {
    transform: translate(20vw)
  }
}

@media screen and (min-width:1200px) {
  .landing-join-intro__image {
    left: 50%;
    right: auto;
    transform: translate(-50%)
  }
}

.landing-join-intro__highlight {
  opacity: .3;
  pointer-events: none;
  position: absolute
}

.landing-join-intro__highlight:first-child {
  background: radial-gradient(50% 50% at 50% 50%, #007aff 0, transparent 100%);
  height: 400px;
  left: -150px;
  top: -20px;
  width: 400px
}

@media screen and (min-width:576px) {
  .landing-join-intro__highlight:first-child {
    height: 800px;
    left: -500px;
    width: 800px
  }
}

@media screen and (min-width:992px) {
  .landing-join-intro__highlight:first-child {
    top: -60px
  }
}

.landing-join-intro__highlight:nth-child(2) {
  background: radial-gradient(50% 50% at 50% 50%, #25b86e 0, transparent 100%);
  bottom: 0;
  height: 300px;
  right: 50%;
  transform: translate(50%);
  width: 300px
}

@media screen and (min-width:576px) {
  .landing-join-intro__highlight:nth-child(2) {
    bottom: -100px;
    height: 450px;
    left: 50%;
    right: auto;
    transform: translate(-50%);
    width: 450px
  }
}

.landing-join-intro__highlight:last-child {
  background: radial-gradient(50% 50% at 50% 50%, #feb040 0, transparent 100%);
  height: 350px;
  right: -80px;
  top: 250px;
  width: 350px
}

@media screen and (min-width:576px) {
  .landing-join-intro__highlight:last-child {
    height: 700px;
    right: -450px;
    top: -20px;
    width: 700px
  }
}

@media screen and (min-width:992px) {
  .landing-join-intro__highlight:last-child {
    top: -60px
  }
}

.landing-join-advantages__header {
  align-items: flex-start;
  display: flex;
  justify-content: space-between
}

@media screen and (min-width:1200px) {
  .landing-join-advantages__heading {
    margin-bottom: 64px;
    margin-right: 100px
  }
}

.landing-join-advantages__list {
  margin-left: -10px !important;
  margin-right: -10px !important
}

.landing-join-advantages__list>.as-col {
  padding: 0 10px
}

@media screen and (max-width:1199px) {
  .landing-join-advantages__col {
    margin-bottom: 24px
  }
}

.landing-join-advantages__notice {
  background: #feb040;
  border-radius: 24px;
  box-shadow: 0 8px 24px #5966840f;
  font-size: 16px;
  margin-top: 32px;
  padding: 24px;
  position: relative
}

.landing-join-advantages__notice:before {
  background-color: #fff9eb;
  background-image: url(/_nuxt/bell.BV5cpQu3.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 28px;
  border-radius: 50%;
  content: "";
  height: 60px;
  position: absolute;
  right: -18px;
  top: 0;
  transform: translate(-50%, -50%);
  width: 60px
}

@media screen and (min-width:992px) {
  .landing-join-advantages__notice:before {
    left: 0;
    right: auto
  }
}

@media screen and (min-width:1200px) {
  .landing-join-advantages__notice {
    font-size: 18px;
    margin-top: 0;
    max-width: 470px;
    padding: 32px
  }
}

.landing-join-advantages__card {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 8px 24px #5966840f;
  font-size: 16px;
  padding: 32px 24px
}

@media screen and (min-width:992px) {
  .landing-join-advantages__card {
    border-radius: 40px;
    padding: 40px
  }
}

.landing-join-advantages__icon {
  align-items: center;
  background-color: #f3f5f6;
  display: flex;
  height: 64px;
  justify-content: center;
  width: 64px
}

.landing-join-advantages__title {
  margin: 24px 0 16px
}

@media screen and (min-width:992px) {
  .landing-join-advantages__title {
    margin-top: 32px
  }
}

.landing-join-advantages__text {
  color: #3d404e
}

@media screen and (max-width:1199px) {
  .landing-join-advantages .hidden-lg-down {
    display: none !important
  }
}

@media screen and (min-width:1200px) {
  .landing-join-advantages .hidden-lg-up {
    display: none !important
  }
}

.landing-join-audience {
  background-color: #1f9a5d;
  color: #fff;
  margin: 0 -16px;
  overflow: hidden;
  padding: 64px 22px 0;
  position: relative
}

.landing-join-audience:before {
  background: radial-gradient(50% 50% at 50% 50%, #46c284 0, #1f9a5c);
  content: "";
  height: 655px;
  left: -70px;
  position: absolute;
  top: -90px;
  width: 655px;
  z-index: 0
}

.landing-join-audience__body {
  max-width: 720px;
  position: relative;
  z-index: 2
}

.landing-join-audience__label.landing-label {
  color: inherit
}

@media screen and (max-width:991px) {
  .landing-join-audience__heading {
    margin-bottom: 32px;
    max-width: 450px
  }
}

@media screen and (min-width:992px) {
  .landing-join-audience__heading {
    font-size: 48px;
    margin-bottom: 64px
  }
}

.landing-join-audience__list {
  list-style: none;
  margin: 0 0 32px;
  padding: 0
}

@media screen and (min-width:992px) {
  .landing-join-audience__list {
    display: grid;
    grid-template-columns: repeat(2, max-content);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-bottom: 64px
  }
}

@media screen and (min-width:1200px) {
  .landing-join-audience__list {
    grid-column-gap: 80px;
    grid-row-gap: 40px
  }
}

.landing-join-audience__list-item {
  align-items: center;
  display: flex;
  margin-bottom: 20px
}

@media screen and (min-width:992px) {
  .landing-join-audience__list-item {
    font-size: 18px;
    line-height: 30px
  }
}

@media screen and (min-width:1200px) {
  .landing-join-audience__list-item {
    margin-bottom: 0
  }
}

.landing-join-audience__list-icon {
  align-items: center;
  border-radius: 50%;
  box-shadow: 0 0 0 2px #fff;
  display: flex;
  height: 60px;
  justify-content: center;
  margin-right: 16px;
  width: 60px
}

.landing-join-audience__caption {
  font-weight: 600
}

.landing-join-audience__caption a {
  color: inherit;
  text-decoration: underline
}

@media screen and (min-width:992px) {
  .landing-join-audience__caption {
    font-size: 20px;
    letter-spacing: -.33px;
    line-height: 23px
  }
}

.landing-join-audience__image {
  z-index: 1
}

@media screen and (max-width:699px) {
  .landing-join-audience__image {
    height: 420px;
    margin-left: -60px;
    margin-top: 20px;
    position: relative;
    text-align: center
  }
}

@media screen and (min-width:700px) {
  .landing-join-audience__image {
    position: absolute
  }
}

@media screen and (min-width:699px) and (max-width:1200px) {
  .landing-join-audience__image {
    right: 0;
    top: 30px;
    transform: translate(30%)
  }
}

@media screen and (min-width:1200px) {
  .landing-join-audience__image {
    bottom: -88px;
    left: 57%;
    top: auto
  }
}

@media screen and (min-width:1600px) {
  .landing-join-audience__image {
    left: auto;
    right: 8px
  }
}

@media screen and (max-width:699px) {
  .landing-join-audience__image-photo {
    height: 475px;
    width: 467px
  }
}

@media screen and (min-width:700px) {
  .landing-join-audience__image-photo {
    height: 619px;
    width: 609px
  }
}

.landing-join-audience__tooltip {
  animation-duration: 1.8s;
  animation-iteration-count: infinite;
  animation-name: bounce;
  background-color: #ff661a;
  border-radius: 24px;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  padding: 24px;
  position: absolute;
  text-align: start
}

.landing-join-audience__tooltip:before {
  background-color: inherit;
  border-radius: 5px;
  content: "";
  height: 20px;
  left: 40px;
  position: absolute;
  top: -5px;
  transform: rotate(45deg);
  width: 20px
}

@media screen and (max-width:699px) {
  .landing-join-audience__tooltip {
    bottom: 14%;
    left: 20%
  }
}

@media screen and (min-width:700px) {
  .landing-join-audience__tooltip {
    left: 140px;
    top: 370px
  }
}

@media screen and (min-width:1200px) {
  .landing-join-audience__tooltip {
    font-size: 20px;
    left: 110px;
    letter-spacing: -.33px;
    line-height: 25px;
    padding: 32px
  }
}

@media screen and (min-width:1600px) {
  .landing-join-audience__tooltip {
    left: auto;
    right: 24px
  }
}

@media screen and (min-width:576px) {
  .landing-join-audience {
    border-radius: 44px;
    margin: 0;
    padding: 60px
  }
}

@media screen and (min-width:1200px) {
  .landing-join-audience {
    padding: 88px
  }
}

.landing-join-steps__list {
  counter-reset: steps-counter;
  margin-top: 50px
}

@media screen and (min-width:992px) {
  .landing-join-steps__list {
    justify-content: center;
    margin-left: -30px !important;
    margin-right: -30px !important;
    margin-top: 80px
  }

  .landing-join-steps__list>.as-col {
    padding: 0 30px
  }
}

@media screen and (min-width:1200px) {
  .landing-join-steps__list {
    justify-content: flex-end
  }
}

@media screen and (min-width:1600px) {
  .landing-join-steps__list {
    margin-left: -60px !important;
    margin-right: -60px !important
  }

  .landing-join-steps__list>.as-col {
    padding: 0 60px
  }
}

.landing-join-steps__col {
  counter-increment: steps-counter;
  position: relative
}

.landing-join-steps__col:not(:last-child) {
  margin-bottom: 50px
}

.landing-join-steps__col:not(:last-child):before {
  align-items: center;
  background-color: #1f9a5d;
  border-radius: 50%;
  color: #fff;
  content: "0" counter(steps-counter);
  display: flex;
  font-size: 20px;
  font-weight: 600;
  height: 56px;
  justify-content: center;
  left: 0;
  letter-spacing: -.33px;
  line-height: 60px;
  position: absolute;
  top: 0;
  transform: translate(40px, -20px);
  width: 56px
}

@media screen and (min-width:575px) and (max-width:1600px) {
  .landing-join-steps__col:not(:last-child):before {
    transform: translate(10px, -20px)
  }
}

@media screen and (max-width:991px) {
  .landing-join-steps__col:not(:last-child):before {
    height: 40px;
    left: -20px;
    top: 21px;
    width: 40px
  }
}

@media screen and (max-width:575px) {
  .landing-join-steps__col:not(:last-child) {
    padding: 0 20px
  }
}

@media screen and (min-width:575px) and (max-width:992px) {
  .landing-join-steps__col:not(:last-child) {
    padding: 0 30px
  }
}

@media screen and (min-width:1200px) {
  .landing-join-steps__col:not(:last-child) {
    margin-bottom: -3px
  }
}

@media screen and (max-width:991px) {
  .landing-join-steps__col:nth-child(4) {
    margin-bottom: 30px
  }
}

@media screen and (max-width:1199px) {
  .landing-join-steps__col:last-child {
    text-align: center
  }
}

.landing-join-steps__image {
  width: 100%
}

.landing-join-steps__caption {
  color: #4f4f5e;
  margin: 20px 0 0
}

@media screen and (min-width:992px) {
  .landing-join-steps__caption {
    font-size: 18px;
    line-height: 27px;
    margin-top: 24px
  }
}

.landing-collapse {
  margin-bottom: 30px
}

.landing-collapse__header {
  align-items: flex-start;
  cursor: pointer;
  display: flex;
  margin-bottom: 15px;
  transition: color .2s
}

.landing-collapse__header:hover {
  color: #ff661a
}

@media screen and (min-width:992px) {
  .landing-collapse__header {
    margin-bottom: 24px
  }
}

.landing-collapse__heading {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -.33px
}

@media screen and (min-width:992px) {
  .landing-collapse__heading {
    font-size: 24px;
    letter-spacing: -.44px;
    line-height: 32px
  }
}

.landing-collapse__close-btn {
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  height: 28px;
  margin-right: 16px;
  min-width: 28px;
  padding: 0;
  position: relative;
  width: 28px
}

.landing-collapse__close-btn:not(.is-disabled) {
  background-color: #ff661a;
  color: #fff
}

@media ((hover:hover) and (pointer:fine)) {
  .landing-collapse__close-btn:not(.is-disabled):hover {
    background-color: #ff7734;
    color: #fff
  }
}

.landing-collapse__close-btn:not(.is-disabled):active {
  background-color: #ff884d;
  color: #fff
}

.landing-collapse__close-btn:after,
.landing-collapse__close-btn:before {
  background-color: #fff;
  border-radius: 5px;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity .2s;
  width: 14px
}

.landing-collapse__close-btn:after {
  transform: translate(-50%, -50%) rotate(90deg)
}

.landing-collapse__close-btn.is-active:after {
  opacity: 0
}

@media screen and (min-width:992px) {
  .landing-collapse__close-btn {
    height: 32px;
    margin-right: 24px;
    min-width: 32px;
    width: 32px
  }
}

.landing-collapse__body {
  color: #4f4f5e;
  padding-left: 43px
}

.landing-collapse__body a {
  color: #ff661a
}

@media screen and (min-width:992px) {
  .landing-collapse__body {
    font-size: 18px;
    line-height: 26px;
    padding-left: 56px
  }
}

.landing-collapse:not(:last-child) {
  margin-bottom: 32px
}

@media screen and (min-width:992px) {
  .landing-collapse:not(:last-child) {
    margin-bottom: 56px
  }
}

.landing-certificate-card {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 32px -4px #0a0a0d14;
  display: flex;
  max-width: 528px;
  padding: 2px;
  width: 100%
}

@media screen and (min-width:576px) {
  .landing-certificate-card {
    border-radius: 16px;
    height: 373px;
    padding: 4px
  }
}

.landing-certificate-card__picture {
  border-radius: inherit;
  flex: 0 0 30%;
  max-width: 30%;
  overflow: hidden
}

.landing-certificate-card__image {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: top;
  width: 100%
}

.landing-certificate-card__content {
  background-color: var(--color-accent-500);
  background-image: linear-gradient(140deg, #ffb200 0, var(--color-accent-500) 30%, var(--color-accent-500) 70%, #ffb200 100%);
  border-radius: inherit;
  color: #fff;
  flex-grow: 1;
  margin: 0 2px;
  max-width: 40%;
  padding: 12px 6px;
  position: relative;
  text-align: center
}

@media screen and (min-width:576px) {
  .landing-certificate-card__content {
    margin: 0 4px;
    padding: 16px
  }
}

.landing-certificate-card__logo {
  vertical-align: top
}

@media screen and (min-width:576px) {
  .landing-certificate-card__logo {
    width: 70px
  }
}

.landing-certificate-card__title {
  --h4-font-size-sm: 12px;
  margin-bottom: 4px;
  margin-top: 16px
}

@media screen and (min-width:576px) {
  .landing-certificate-card__title {
    margin-bottom: 12px;
    margin-top: 36px
  }
}

.landing-certificate-card__price {
  background-color: #f5ab00;
  border-radius: 40px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  margin: 16px auto;
  padding: 8px;
  width: -moz-max-content;
  width: max-content
}

@media screen and (min-width:576px) {
  .landing-certificate-card__price {
    font-size: 28px;
    padding: 12px
  }
}

.landing-certificate-card__caption {
  font-size: 8px;
  margin-top: 4px
}

@media screen and (min-width:576px) {
  .landing-certificate-card__caption {
    font-size: 10px;
    margin-top: 8px
  }
}

.landing-certificate-card__text {
  font-size: 9px;
  font-weight: 600
}

@media screen and (min-width:576px) {
  .landing-certificate-card__text {
    font-size: 12px;
    margin-top: 2px
  }
}

.landing-certificate-card__footer {
  bottom: 8px;
  font-size: 7px;
  left: 50%;
  position: absolute;
  transform: translate(-50%);
  width: 100%
}

@media screen and (min-width:576px) {
  .landing-certificate-card__footer {
    bottom: 12px;
    font-size: 10px
  }
}

@media screen and (min-width:991px) and (max-width:1200px) {
  .landing-join-faq__list {
    margin-left: -15px !important;
    margin-right: -15px !important
  }

  .landing-join-faq__list>.as-col {
    padding: 0 15px
  }
}

@media screen and (min-width:1200px) {
  .landing-join-faq__list {
    margin-left: -60px !important;
    margin-right: -60px !important
  }

  .landing-join-faq__list>.as-col {
    padding: 0 60px
  }
}

.landing-join-support {
  background-color: #feb03f;
  background-image: url(/_nuxt/bg-m.CuiFoqP9.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  margin: 0 -16px;
  overflow: hidden;
  padding: 64px 16px;
  position: relative
}

@media screen and (min-width:576px) {
  .landing-join-support {
    border-radius: 44px;
    margin: 0;
    padding: 60px
  }
}

@media screen and (min-width:992px) {
  .landing-join-support {
    background-image: url(/_nuxt/banner-bg._B_DCoCj.svg);
    background-position: 50%;
    background-size: calc(100% - 40px) 100%;
    padding: 88px
  }

  .landing-join-support__header {
    text-align: center
  }
}

.landing-join-support__label.landing-label {
  color: currentColor
}

@media screen and (min-width:992px) {
  .landing-join-support__title {
    margin-bottom: 60px
  }
}

.landing-join-support__form {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 0 0 1px #f5f6f7, 0 16px 40px #52586629;
  margin: 0 auto;
  max-width: 450px;
  padding: 6px 20px 30px
}

@media screen and (min-width:992px) {
  .landing-join-support__form {
    align-items: center;
    border-radius: 36px;
    display: flex;
    max-width: 655px;
    padding: 8px 8px 8px 16px
  }
}

.landing-join-support__form-item {
  align-items: center;
  border-bottom: 1px solid #f0f1f2;
  display: flex;
  flex-grow: 1
}

.landing-join-support__form-item:last-of-type {
  margin-bottom: 24px
}

@media screen and (min-width:992px) {
  .landing-join-support__form-item {
    border: 0
  }

  .landing-join-support__form-item:not(:first-child):before {
    background-color: #f0f1f2;
    content: "";
    display: inline-block;
    height: 36px;
    margin: 0 12px;
    width: 1px
  }

  .landing-join-support__form-item:last-of-type {
    margin-bottom: 0;
    margin-right: 12px
  }
}

.landing-join-support__form-input {
  margin-bottom: 0;
  width: 100%
}

.landing-join-support__form-button {
  border-radius: 36px;
  min-width: 140px
}

@media screen and (max-width:575px) {
  .landing-join-support__form-button {
    width: 100%
  }
}

@media screen and (min-width:575px) and (max-width:992px) {
  .landing-join-support__form-button {
    display: block;
    margin: 0 auto;
    min-width: 240px;
    width: -moz-max-content;
    width: max-content
  }
}

.landing-join-support__caption {
  background: #ffffff3d;
  border-radius: 24px;
  box-shadow: 0 8px 24px #5966840f;
  font-weight: 600;
  margin-top: 24px;
  padding: 16px 40px;
  text-align: center
}

.landing-join-support__caption a:not(:hover) {
  color: inherit
}

@media screen and (min-width:992px) {
  .landing-join-support__caption {
    margin: 24px auto 0;
    width: -moz-max-content;
    width: max-content
  }
}

@media screen and (min-width:1600px) {
  .landing-join-support__caption {
    font-size: 18px;
    max-width: 665px;
    width: 100%
  }
}

.landing-join-support__caption-link {
  color: #fff
}

.landing-join-support__manager {
  border-radius: 50%;
  position: absolute
}

.landing-join-support__manager:before {
  border-radius: inherit;
  box-shadow: inset 0 0 0 2px #fff;
  content: "";
  inset: -5px;
  opacity: .5;
  position: absolute
}

@supports (mix-blend-mode:overlay) {
  .landing-join-support__manager:before {
    mix-blend-mode: overlay
  }
}

.landing-join-support__manager img {
  border-radius: inherit;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%
}

.landing-join-support__manager:first-child {
  height: 90px;
  left: 14%;
  top: 54px;
  width: 90px
}

.landing-join-support__manager:nth-child(2) {
  bottom: 50px;
  height: 146px;
  left: 10%;
  width: 146px
}

.landing-join-support__manager:nth-child(3) {
  height: 130px;
  right: 9%;
  top: 30px;
  width: 130px
}

.landing-join-support__manager:nth-child(4) {
  bottom: 70px;
  height: 122px;
  right: 9%;
  width: 122px
}

@media screen and (min-width:1600px) {
  .landing-join-support__manager:first-child {
    height: 130px;
    left: 9%;
    top: 80px;
    width: 130px
  }

  .landing-join-support__manager:nth-child(2) {
    bottom: 86px;
    left: 10%
  }

  .landing-join-support__manager:nth-child(3) {
    right: 10%;
    top: 40px
  }

  .landing-join-support__manager:nth-child(4) {
    bottom: 120px;
    right: 11%
  }
}

@media screen and (max-width:991px) {
  .landing-join-support__manager {
    display: none !important
  }
}

.landing-join-support .as-input-phone-country-select {
  --input-phone-country-select-width: calc(var(--input-v1-padding-horizontal) + var(--icon-medium-size) + 18px + var(--input-v1-slots-indent))
}

.landing-join-support .as-input-phone-country-select .as-input-v1__box {
  padding-right: 0
}

.landing-authors {
  position: relative
}

@media screen and (min-width:992px) {
  .landing-authors.is-yougo .landing-title {
    margin-bottom: 48px
  }
}

@media screen and (min-width:1200px) {
  .landing-authors {
    align-items: flex-start;
    display: flex;
    justify-content: space-between
  }

  .landing-authors:before {
    background: radial-gradient(50% 50% at 50% 50%, #007aff 0, transparent 100%);
    content: "";
    height: 571px;
    left: -250px;
    opacity: .3;
    position: absolute;
    top: 0;
    width: 724px
  }
}

@media screen and (min-width:1600px) {
  .landing-authors {
    padding-right: 15px
  }
}

.landing-authors__body {
  position: relative;
  z-index: 1
}

.landing-authors__title {
  margin-bottom: 32px
}

@media screen and (min-width:992px) {
  .landing-authors__title {
    margin-bottom: 64px
  }
}

@media screen and (max-width:991px) {

  .landing-authors__label,
  .landing-authors__title {
    text-align: center
  }
}

@media screen and (max-width:1199px) {
  .landing-authors__button-sm {
    display: none !important
  }
}

.landing-authors__slider .as-slider-pagination {
  transform: translateY(-16px)
}

@media screen and (min-width:992px) {
  .landing-authors__slider .as-slider-pagination {
    transform: translateY(-32px)
  }
}

.landing-authors__slide {
  height: -moz-max-content;
  height: max-content
}

.landing-authors__card {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 8px 24px #5966840f;
  margin-bottom: 67px;
  position: relative
}

@media screen and (min-width:575px) and (max-width:992px) {
  .landing-authors__card {
    margin-left: 24px;
    margin-right: 24px
  }
}

@media screen and (min-width:992px) {
  .landing-authors__card {
    border-radius: 40px;
    margin-bottom: 64px;
    margin-left: 48px;
    max-width: 850px;
    width: calc(100% - 400px)
  }
}

.landing-authors__card-body {
  align-items: center;
  display: grid;
  grid-template-areas: "avatar heading" "description description";
  grid-template-columns: max-content 1fr;
  grid-template-rows: max-content;
  padding: 24px
}

@media screen and (min-width:576px) {
  .landing-authors__card-body {
    padding: 40px
  }
}

@media screen and (min-width:992px) {
  .landing-authors__card-body {
    align-items: flex-start;
    grid-template-areas: "avatar heading" "avatar description";
    padding: 56px
  }
}

.landing-authors__button {
  display: none
}

@media screen and (max-width:1199px) {
  .landing-authors__button {
    display: block;
    margin: 0 auto;
    max-width: -moz-max-content;
    max-width: max-content
  }
}

.landing-authors__author-avatar {
  border-radius: 20px;
  grid-area: avatar;
  margin-bottom: 24px;
  margin-right: 16px
}

@media screen and (min-width:992px) {
  .landing-authors__author-avatar {
    border-radius: 40px;
    font-size: 80px !important;
    height: 225px !important;
    margin-bottom: 0;
    margin-right: 32px;
    min-width: 225px !important;
    width: 225px !important
  }
}

.landing-authors__author-heading {
  grid-area: heading
}

.landing-authors__author-name {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -.33px;
  line-height: 24px;
  margin-bottom: 20px
}

@media screen and (min-width:992px) {
  .landing-authors__author-name {
    font-size: 24px;
    letter-spacing: -.44px;
    line-height: 24px
  }
}

.landing-authors__author-description {
  grid-area: description;
  margin-bottom: 0
}

.landing-authors__author-caption,
.landing-authors__author-description {
  color: #0a0a0d
}

@media screen and (min-width:992px) {

  .landing-authors__author-caption,
  .landing-authors__author-description {
    font-size: 18px;
    letter-spacing: -.24px;
    line-height: 30px
  }
}

.landing-authors__author-prev {
  height: 48px;
  transform: translate(-24px, -50%);
  width: 48px
}

@media screen and (max-width:575px) {
  .landing-authors__author-prev {
    display: none !important
  }
}

.landing-authors__author-next {
  height: 48px;
  transform: translate(24px, -50%);
  width: 48px
}

@media screen and (max-width:575px) {
  .landing-authors__author-next {
    display: none !important
  }
}

.landing-authors__pagination {
  bottom: 6px;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 42px)
}

@media screen and (min-width:992px) {
  .landing-authors__pagination {
    bottom: 11px;
    transform: translate(-50%, 67px)
  }
}

.landing-certificates-intro {
  padding-bottom: 32px
}

@media screen and (min-width:1200px) {
  .landing-certificates-intro {
    display: flex;
    flex-wrap: wrap;
    padding: 80px 0
  }
}

.landing-certificates-intro__heading {
  display: flex;
  flex-direction: column;
  justify-content: space-between
}

@media screen and (min-width:1200px) {
  .landing-certificates-intro__heading {
    flex: 0 0 28%;
    max-width: 28%
  }
}

.landing-certificates-intro__heading-subtitle {
  color: var(--color-default-400);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .16px;
  line-height: 150%;
  margin-bottom: 16px;
  text-transform: uppercase
}

@media screen and (min-width:1200px) {
  .landing-certificates-intro__heading-subtitle {
    margin-bottom: 24px
  }
}

.landing-certificates-intro__heading-title {
  color: var(--color-default-500);
  font-size: 32px;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 24px;
  margin-top: 0
}

@media screen and (min-width:992px) {
  .landing-certificates-intro__heading-title {
    font-size: 40px;
    margin-bottom: 0
  }
}

.landing-certificates-intro__heading-text {
  margin-bottom: 24px
}

@media screen and (min-width:1200px) {
  .landing-certificates-intro__heading-text {
    display: none !important
  }
}

.landing-certificates-intro__heading-controls {
  display: flex;
  gap: 32px
}

@media screen and (max-width:1199px) {
  .landing-certificates-intro__heading-controls {
    display: none !important
  }
}

.landing-certificates-intro__destinations {
  height: 100%;
  margin: 0 -16px;
  position: relative
}

@media screen and (min-width:1200px) {
  .landing-certificates-intro__destinations {
    flex: 0 0 50%;
    margin: 0;
    max-width: 50%
  }
}

.landing-certificates-intro__slider {
  margin: 0 auto;
  max-width: 590px
}

.landing-certificates-intro .as-slider-container {
  overflow: visible
}

.landing-certificates-intro__slide {
  padding: 0 24px;
  width: 100%
}

@media screen and (min-width:1200px) {
  .landing-certificates-intro__slide {
    padding: 0;
    width: -moz-max-content;
    width: max-content
  }
}

.landing-certificates-intro__slide-card {
  align-items: center;
  background: #ff6d24;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 214px;
  max-width: 180px;
  padding: 12px;
  text-align: center
}

@media screen and (min-width:576px) {
  .landing-certificates-intro__slide-card {
    height: 374px
  }
}

.landing-certificates-intro__banner-logo {
  margin-bottom: 10px;
  width: 70px
}

.landing-certificates-intro__banner-title {
  color: var(--color-white);
  font-size: 18px;
  font-weight: 700;
  line-height: 115%;
  margin-bottom: 8px
}

.landing-certificates-intro__slide-body {
  max-height: 374px
}

.landing-certificates-intro__description {
  margin-top: auto
}

@media screen and (min-width:1200px) {
  .landing-certificates-intro__description {
    flex: 0 0 22%;
    max-width: 22%
  }
}

@media screen and (max-width:1199px) {
  .landing-certificates-intro__description-button {
    display: none !important
  }
}

.landing-certificates-intro__button {
  margin-bottom: 32px
}

@media screen and (min-width:1200px) {
  .landing-certificates-intro__button {
    display: none !important
  }
}

.landing-certificates-intro__info {
  color: var(--color-silver);
  font-size: 12px;
  font-weight: 400;
  line-height: 140%
}

.landing-certificates-intro__info:not(:last-of-type) {
  margin-bottom: 6px
}

.landing-certificates-intro__info-title {
  margin-bottom: 4px
}

.landing-certificates-intro__info-text {
  font-size: 14px;
  font-weight: 600;
  line-height: 120%
}

.landing-certificates-intro__number {
  color: var(--color-white);
  font-size: 10px;
  margin-top: auto
}

.landing-certificates-intro__description-hearts {
  margin-bottom: 32px
}

@media screen and (max-width:1199px) {
  .landing-certificates-intro__description-hearts {
    display: none !important
  }
}

.landing-certificates-intro__description-title {
  color: var(--color-default-500);
  font-size: 18px;
  font-weight: 600;
  line-height: 135%;
  text-wrap: balance
}

@media screen and (max-width:1199px) {
  .landing-certificates-intro__description-title {
    display: none !important
  }
}

.landing-certificates-intro__description-text {
  color: var(--color-default-400);
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 32px
}

@media screen and (max-width:1199px) {
  .landing-certificates-intro__description-text {
    display: none !important
  }
}

.landing-certificates-idea {
  background: linear-gradient(180deg, transparent 68.62%, rgba(0, 0, 0, .4)), #d3d3d3 50%/cover no-repeat;
  border-radius: 40px;
  display: flex;
  flex-direction: column;
  height: 230px;
  justify-content: flex-end;
  margin-bottom: 24px;
  padding: 24px;
  position: relative
}

@media screen and (min-width:576px) {
  .landing-certificates-idea {
    height: 443px
  }
}

.landing-certificates-idea__background {
  border-radius: 40px;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%
}

.landing-certificates-idea__content {
  z-index: 1
}

.landing-certificates-idea__text {
  color: var(--color-white);
  font-size: 20px;
  font-weight: 700;
  line-height: 120%
}

@media screen and (min-width:576px) {
  .landing-certificates-idea__text {
    font-size: 24px;
    line-height: 135%
  }
}

.landing-certificates-ideas {
  padding: 32px 0
}

@media screen and (min-width:576px) {
  .landing-certificates-ideas {
    padding: 80px 0
  }
}

.landing-certificates-ideas__subtitle {
  color: var(--color-default-400);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .16px;
  line-height: 150%;
  margin-bottom: 16px;
  text-align: center;
  text-transform: uppercase
}

@media screen and (min-width:576px) {
  .landing-certificates-ideas__subtitle {
    margin-bottom: 24px
  }
}

.landing-certificates-ideas__title {
  margin: auto auto 24px;
  max-width: 300px;
  text-align: center
}

@media screen and (min-width:576px) {
  .landing-certificates-ideas__title {
    max-width: 582px
  }
}

.landing-certificates-ideas__description {
  color: var(--color-default-400);
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  margin: auto auto 32px;
  text-align: center
}

@media screen and (min-width:576px) {
  .landing-certificates-ideas__description {
    margin-bottom: 56px;
    max-width: 544px
  }
}

.landing-certificates-ideas__description strong {
  color: var(--color-default-500);
  font-size: 17px;
  font-weight: 700;
  line-height: 150%
}

@media screen and (min-width:992px) {

  .landing-certificates-ideas__card:nth-of-type(2),
  .landing-certificates-ideas__card:nth-of-type(5) {
    padding: 0 12px
  }
}

.landing-certificates-ideas__banner.is-loading {
  position: relative
}

.landing-certificates-ideas__banner.is-loading .landing-certificates-ideas__banner-tours {
  animation: loading 1s linear infinite alternate;
  border-radius: 8px;
  display: inline-flex;
  height: 18px;
  padding-inline: 4px;
  vertical-align: middle;
  width: 38px
}

@keyframes loading {
  0% {
    background-color: #c2cfd6
  }

  to {
    background-color: #f0f3f5
  }
}

.landing-certificates-ideas__banner .landing-certificates-idea__background {
  -o-object-position: top;
  object-position: top
}

@media screen and (min-width:576px) {
  .landing-certificates-ideas__banner .landing-certificates-idea__background {
    -o-object-position: center;
    object-position: center
  }
}

.landing-certificates-ideas__banner-title {
  color: var(--color-white);
  font-size: 24px;
  font-weight: 700;
  line-height: 135%;
  margin-bottom: 8px;
  z-index: 1
}

.landing-certificates-ideas__banner-text {
  color: var(--color-white);
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 16px
}

.landing-certificates-ideas__banner-button {
  width: -moz-fit-content;
  width: fit-content
}

.landing-certificates-advantages {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 32px 0
}

@media screen and (min-width:576px) {
  .landing-certificates-advantages {
    padding: 80px 0
  }
}

.landing-certificates-advantages__subtitle {
  color: var(--color-default-400);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .16px;
  line-height: 150%;
  margin-bottom: 16px;
  text-align: center;
  text-transform: uppercase
}

@media screen and (min-width:576px) {
  .landing-certificates-advantages__subtitle {
    margin-bottom: 24px
  }
}

.landing-certificates-advantages__title {
  color: var(--color-default-500);
  font-size: 32px;
  font-weight: 700;
  line-height: 130%;
  margin: auto auto 24px;
  max-width: 300px;
  text-align: center
}

@media screen and (min-width:576px) {
  .landing-certificates-advantages__title {
    font-size: 40px;
    margin-bottom: 32px;
    max-width: 582px
  }
}

.landing-certificates-advantages__button {
  margin-bottom: 32px;
  width: 100%
}

@media screen and (min-width:576px) {
  .landing-certificates-advantages__button {
    width: -moz-fit-content;
    width: fit-content
  }
}

@media screen and (min-width:992px) {
  .landing-certificates-advantages__button {
    margin-bottom: 0
  }
}

@media screen and (min-width:576px) {
  .landing-certificates-advantages__image {
    height: auto;
    width: 100%
  }
}

@media screen and (max-width:991px) {
  .landing-certificates-advantages .is-desktop {
    display: none !important
  }
}

@media screen and (min-width:992px) {
  .landing-certificates-advantages .is-mobile {
    display: none !important
  }
}

.landing-certificates-recipient {
  --x: 0;
  --y: 0;
  border: 0;
  border-radius: 40px;
  flex: 1 0 0;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  will-change: transform, opacity
}

@media screen and (min-width:992px) {
  .landing-certificates-recipient__blur {
    background: radial-gradient(400px circle at var(--x) var(--y), #ff8993 32%, #fec140 48%, #ff661a 56%, transparent 100%);
    border-radius: inherit;
    contain: size;
    inset: -1px;
    pointer-events: none;
    position: absolute;
    transition: background .2s;
    will-change: background;
    z-index: 0
  }
}

.landing-certificates-recipient__background {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: #fffffff7;
  border-radius: 24px;
  box-shadow: 0 6px 32px -4px #0a0a0d0f;
  display: flex;
  gap: 16px;
  height: 100%;
  padding: 24px;
  position: relative;
  z-index: 1
}

@media screen and (min-width:992px) {
  .landing-certificates-recipient__background {
    border-radius: 40px;
    flex-direction: column;
    justify-content: space-between;
    padding: 32px
  }
}

.landing-certificates-recipient__icon {
  background: #fff0e9;
  border-radius: 16px;
  height: 48px;
  padding: 12px;
  width: 48px
}

@media screen and (min-width:992px) {
  .landing-certificates-recipient__icon {
    height: 64px;
    padding: 16px;
    width: 64px
  }
}

.landing-certificates-recipient__title {
  color: var(--color-default-500);
  font-size: 18px;
  font-weight: 700;
  line-height: 135%;
  margin-bottom: 8px
}

@media screen and (min-width:992px) {
  .landing-certificates-recipient__title {
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 16px;
    margin-top: 32px
  }
}

.landing-certificates-recipient__text {
  color: var(--color-default-400);
  font-size: 16px;
  line-height: 150%
}

.landing-certificates-recipients {
  padding: 32px 0
}

@media screen and (min-width:576px) {
  .landing-certificates-recipients {
    padding: 80px 0
  }
}

.landing-certificates-recipients__subtitle {
  color: var(--color-default-400);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .16px;
  line-height: 150%;
  margin-bottom: 16px;
  text-align: center;
  text-transform: uppercase
}

@media screen and (min-width:576px) {
  .landing-certificates-recipients__subtitle {
    margin-bottom: 24px
  }
}

.landing-certificates-recipients__title {
  color: var(--color-default-500);
  font-size: 32px;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 32px;
  text-align: center
}

@media screen and (min-width:576px) {
  .landing-certificates-recipients__title {
    font-size: 40px;
    margin-bottom: 56px
  }
}

.landing-certificates-recipients__cards {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center
}

@media screen and (min-width:992px) {
  .landing-certificates-recipients__cards {
    flex-direction: row;
    gap: 24px
  }
}

.landing-certificates-option {
  display: flex;
  flex: 1 0 0;
  flex-direction: column;
  gap: 48px;
  text-align: center
}

@media screen and (min-width:576px) {
  .landing-certificates-option {
    gap: 56px
  }
}

.landing-certificates-option__image {
  margin: 0 auto;
  max-width: 528px;
  position: relative;
  width: 100%
}

.landing-certificates-option__icon {
  background: var(--color-white);
  border-radius: 50%;
  bottom: -16px;
  box-shadow: 0 6px 32px -4px #0a0a0d0f;
  height: 56px;
  left: 50%;
  padding: 16px;
  position: absolute;
  transform: translate(-50%);
  width: 56px
}

@media screen and (min-width:576px) {
  .landing-certificates-option__icon {
    bottom: -34px;
    height: 72px;
    width: 72px
  }
}

.landing-certificates-option__title {
  color: var(--color-default-500);
  font-size: 24px;
  font-weight: 700;
  line-height: 135%;
  margin-bottom: 16px
}

.landing-certificates-option__text {
  color: var(--color-default-400);
  font-size: 16px;
  line-height: 150%;
  margin: auto;
  max-width: 450px
}

.landing-certificates-option__button {
  margin-top: 24px;
  width: 100%
}

@media screen and (min-width:576px) {
  .landing-certificates-option__button {
    margin-top: 32px;
    width: -moz-fit-content;
    width: fit-content
  }
}

.landing-certificates-options {
  padding: 32px 0
}

@media screen and (min-width:576px) {
  .landing-certificates-options {
    padding: 80px 0
  }
}

.landing-certificates-options__subtitle {
  color: var(--color-default-400);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .16px;
  line-height: 150%;
  margin-bottom: 16px;
  text-align: center;
  text-transform: uppercase
}

@media screen and (min-width:576px) {
  .landing-certificates-options__subtitle {
    margin-bottom: 24px
  }
}

.landing-certificates-options__title {
  color: var(--color-default-500);
  font-size: 32px;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 32px;
  max-width: 343px;
  text-align: center
}

@media screen and (min-width:576px) {
  .landing-certificates-options__title {
    font-size: 40px;
    margin-bottom: 56px;
    max-width: none
  }
}

.landing-certificates-options__cards {
  display: flex;
  flex-direction: column;
  gap: 32px
}

@media screen and (min-width:992px) {
  .landing-certificates-options__cards {
    flex-direction: row;
    gap: 80px
  }
}

.landing-certificates-banner {
  background-color: var(--color-accent-100);
  margin: 32px -16px;
  padding: 48px 16px;
  position: relative
}

@media screen and (min-width:992px) {
  .landing-certificates-banner {
    border-radius: 40px;
    margin: 80px 0;
    padding: 80px
  }
}

.landing-certificates-banner__content {
  position: relative;
  z-index: 1
}

.landing-certificates-banner__subtitle {
  color: var(--color-default-400);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .16px;
  line-height: 150%;
  text-transform: uppercase
}

@media screen and (min-width:576px) {
  .landing-certificates-banner__subtitle {
    margin-bottom: 24px
  }
}

@media screen and (max-width:991px) {
  .landing-certificates-banner__subtitle {
    display: none !important
  }
}

.landing-certificates-banner__title {
  align-items: center;
  color: var(--color-default-500);
  display: flex;
  font-size: 32px;
  font-weight: 700;
  gap: 8px;
  line-height: 130%
}

@media screen and (min-width:576px) {
  .landing-certificates-banner__title {
    font-size: 40px;
    max-width: 496px
  }

  .landing-certificates-banner__title:last-of-type {
    margin-bottom: 32px
  }
}

@media screen and (max-width:991px) {
  .landing-certificates-banner__title img {
    display: none !important
  }
}

.landing-certificates-banner__requests {
  margin: 24px 0
}

@media screen and (min-width:576px) {
  .landing-certificates-banner__requests {
    margin: 32px 0;
    max-width: 496px
  }
}

.landing-certificates-banner__request {
  align-items: center;
  color: var(--color-default-400);
  display: flex;
  font-size: 16px;
  gap: 12px;
  line-height: 150%
}

@media screen and (min-width:576px) {
  .landing-certificates-banner__request {
    gap: 16px
  }
}

.landing-certificates-banner__request:not(:last-of-type) {
  margin-bottom: 16px
}

@media screen and (min-width:576px) {
  .landing-certificates-banner__request:not(:last-of-type) {
    margin-bottom: 24px
  }
}

.landing-certificates-banner__check {
  align-items: center;
  border: 2px solid #ffdbc8;
  border-radius: 50%;
  display: flex;
  padding: 15px
}

@media screen and (min-width:576px) {
  .landing-certificates-banner__check {
    padding: 16px
  }
}

.landing-certificates-banner__check-icon {
  height: 18px;
  width: 18px
}

@media screen and (min-width:576px) {
  .landing-certificates-banner__check-icon {
    height: 24px;
    width: 24px
  }
}

.landing-certificates-banner__button {
  margin-bottom: 340px;
  width: 100%
}

@media screen and (min-width:576px) {
  .landing-certificates-banner__button {
    margin-bottom: 0;
    width: -moz-fit-content;
    width: fit-content
  }
}

@media screen and (min-width:575px) and (max-width:900px) {
  .landing-certificates-banner__button {
    margin-bottom: 340px
  }
}

.landing-certificates-banner__image {
  bottom: 0;
  height: 342px;
  position: absolute;
  right: 0;
  width: 359px
}

@media screen and (min-width:992px) {
  .landing-certificates-banner__image {
    height: 472px;
    width: 500px
  }
}

@media screen and (min-width:1200px) {
  .landing-certificates-banner__image {
    height: 620px;
    width: 648px
  }
}

.landing-certificates-banner__guides {
  align-items: center;
  background: var(--color-white);
  border-radius: 24px;
  bottom: 288px;
  color: var(--color-default-500);
  display: flex;
  font-size: 16px;
  gap: 8px;
  left: 68px;
  line-height: 150%;
  max-width: 266px;
  padding: 12px 16px;
  position: absolute
}

@media screen and (min-width:576px) {
  .landing-certificates-banner__guides {
    bottom: 280px;
    font-size: 18px;
    left: inherit;
    max-width: none;
    padding: 16px 24px;
    right: 70px
  }
}

@media screen and (min-width:992px) {
  .landing-certificates-banner__guides {
    bottom: 400px;
    right: 110px
  }
}

@media screen and (min-width:575px) and (max-width:900px) {
  .landing-certificates-banner__guides {
    max-width: 300px
  }
}

@media screen and (min-width:1200px) {
  .landing-certificates-banner__guides {
    bottom: 520px;
    right: 200px
  }
}

.landing-certificates-banner__guides:after {
  background: #fff;
  border-radius: 5px;
  bottom: -12px;
  content: "";
  height: 21px;
  left: 50%;
  position: absolute;
  transform: rotate(45deg) translate(-50%);
  width: 21px
}

.landing-certificates-faq {
  padding: 32px 0
}

@media screen and (min-width:992px) {
  .landing-certificates-faq {
    padding: 80px 0
  }
}

.landing-certificates-faq__title {
  color: var(--color-default-500);
  font-size: 32px;
  font-weight: 700;
  line-height: 130%;
  margin: auto auto 32px;
  max-width: 568px;
  text-align: center
}

@media screen and (min-width:576px) {
  .landing-certificates-faq__title {
    font-size: 40px;
    margin-bottom: 56px
  }
}

.landing-certificates-faq__rules {
  counter-reset: rules 0;
  margin: auto;
  max-width: 980px;
  padding: 0
}

.landing-certificates-faq__rule {
  background: var(--color-white);
  border-radius: 16px;
  box-shadow: 0 6px 12px -4px #0a0a0d0a;
  counter-increment: rules 1;
  display: flex;
  padding: 16px
}

@media screen and (min-width:576px) {
  .landing-certificates-faq__rule {
    padding: 16px 24px
  }
}

.landing-certificates-faq__rule:before {
  content: "0" counter(rules) ".";
  font-weight: 600;
  padding-right: 8px
}

.landing-certificates-faq__rule:not(:last-of-type) {
  margin-bottom: 8px
}

.landing-certificates-form {
  --checkbox-size: 24px;
  --checkbox-label-font-size: 12px;
  --checkbox-label-color: var(--color-default-400);
  --input-v1-outlined-border-color: var(--color-accent-100);
  --input-v1-outlined-hover-border-color: var(--color-accent-250);
  margin: 0 -16px;
  padding: 32px 0
}

@media screen and (min-width:576px) {
  .landing-certificates-form {
    margin: 0;
    padding: 80px 0
  }
}

.landing-certificates-form__content {
  background: #fff0e9;
  padding: 48px 16px;
  position: relative
}

@media screen and (min-width:576px) {
  .landing-certificates-form__content {
    border-radius: 40px;
    padding: 80px 80px 112px
  }
}

.landing-certificates-form__subtitle {
  color: var(--color-default-400);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .16px;
  line-height: 150%;
  text-transform: uppercase
}

@media screen and (max-width:991px) {
  .landing-certificates-form__subtitle {
    display: none !important
  }
}

@media screen and (min-width:576px) {
  .landing-certificates-form__subtitle {
    margin-bottom: 24px
  }
}

.landing-certificates-form__title {
  color: var(--color-default-500);
  font-size: 32px;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 24px
}

@media screen and (min-width:576px) {
  .landing-certificates-form__title {
    font-size: 40px;
    margin-bottom: 24px
  }
}

.landing-certificates-form__title img {
  vertical-align: middle
}

.landing-certificates-form__heart {
  height: 32px;
  width: 32px
}

@media screen and (min-width:576px) {
  .landing-certificates-form__heart {
    height: 48px;
    width: 48px
  }
}

.landing-certificates-form__description {
  margin-bottom: 32px
}

@media screen and (min-width:992px) {
  .landing-certificates-form__description {
    margin-bottom: 0
  }
}

.landing-certificates-form__smile {
  bottom: 0;
  height: 88px;
  position: absolute;
  right: 16px;
  width: 88px
}

@media screen and (min-width:992px) {
  .landing-certificates-form__smile {
    height: 140px;
    right: inherit;
    width: 152px
  }
}

.landing-certificates-form__comment {
  margin-bottom: 24px;
  --input-v1-content-padding-top: 16px
}

.landing-certificates-form__comment .as-input-v1__content {
  opacity: 1
}

.landing-certificates-form__button {
  margin-bottom: 16px
}

.landing-certificates-form__agreement {
  max-width: 343px
}

@media screen and (min-width:576px) {
  .landing-certificates-form__agreement {
    max-width: 506px
  }
}

.certificates-banner {
  background: #fff0e9;
  border-radius: 16px;
  padding: 24px;
  position: relative
}

@media screen and (min-width:992px) {
  .certificates-banner {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 24px 32px
  }
}

.certificates-banner__info {
  max-width: 50%
}

@media screen and (min-width:576px) {
  .certificates-banner__info {
    max-width: calc(100% - 160px)
  }
}

@media screen and (min-width:992px) {
  .certificates-banner__info {
    max-width: unset;
    position: relative;
    z-index: 1
  }
}

.certificates-banner__title {
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 8px
}

@media screen and (min-width:992px) {
  .certificates-banner__title {
    font-size: 20px;
    margin-bottom: 12px
  }
}

.certificates-banner__heart {
  vertical-align: middle
}

@media screen and (min-width:992px) {
  .certificates-banner__heart {
    height: 24px;
    width: 24px
  }
}

.certificates-banner__footer {
  display: flex;
  flex-direction: column;
  gap: 12px
}

@media screen and (min-width:992px) {
  .certificates-banner__footer {
    align-items: flex-end
  }
}

.certificates-banner__footer-guides {
  align-items: center;
  display: flex;
  font-size: 14px;
  gap: 8px
}

@media screen and (max-width:991px) {
  .certificates-banner__footer-guides {
    display: none !important
  }
}

@media screen and (min-width:1200px) {
  .certificates-banner__footer-guides {
    font-size: 16px
  }
}

.certificates-banner__footer-button {
  margin-top: 16px;
  width: 100%
}

@media screen and (min-width:576px) {
  .certificates-banner__footer-button {
    width: -moz-fit-content;
    width: fit-content
  }
}

@media screen and (min-width:992px) {
  .certificates-banner__footer-button {
    margin-top: 0
  }
}

.certificates-banner__certificate-image {
  position: absolute
}

@media screen and (max-width:991px) {
  .certificates-banner__certificate-image {
    right: 0;
    top: 24px
  }
}

@media screen and (min-width:992px) {
  .certificates-banner__certificate-image {
    bottom: 0;
    left: 50%;
    margin-left: -9%
  }
}

@media screen and (min-width:1420px) {
  .certificates-banner__certificate-image {
    margin-left: -10%
  }
}

.certificates-banner__certificate-content {
  display: flex;
  flex-direction: column;
  font-size: 21px;
  height: 100%;
  left: 0;
  padding: 8px 10px 10px;
  position: absolute;
  top: 0;
  width: 100%
}

@media screen and (min-width:1420px) {
  .certificates-banner__certificate-content {
    padding: 10px 48px
  }
}

.certificates-banner__certificate-title {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.15;
  margin-top: auto
}

@media screen and (min-width:992px) {
  .certificates-banner__certificate-title {
    font-size: 21px
  }
}

.certificates-banner__image {
  border-radius: 8px 0 0 8px;
  height: 104px;
  vertical-align: top;
  width: 164px
}

@media screen and (min-width:992px) {
  .certificates-banner__image {
    border-radius: 0;
    height: 98px;
    width: 160px
  }
}

@media screen and (min-width:1420px) {
  .certificates-banner__image {
    height: 106px;
    width: 243px
  }
}

@media screen and (min-width:992px) {
  .certificates-banner:not(.is-large) .certificates-banner__footer-button {
    --button-horizontal-padding-md: var(--button-horizontal-padding-sm);
    --button-font-size-md: var(--button-font-size-sm);
    --button-size-md: var(--button-size-sm)
  }

  .certificates-banner.is-large {
    padding: 32px 40px
  }
}

@media screen and (min-width:1200px) {
  .certificates-banner.is-large .certificates-banner__description {
    font-size: 18px
  }
}

.certificates-banner.is-large .certificates-banner__description img {
  height: 16px;
  width: 16px
}

@media screen and (min-width:992px) {
  .certificates-banner.is-large .certificates-banner__title {
    font-size: 22px;
    margin-bottom: 20px
  }
}

@media screen and (min-width:1420px) {
  .certificates-banner.is-large .certificates-banner__certificate-image {
    margin-left: 0;
    transform: translate(-50%)
  }

  .certificates-banner.is-large .certificates-banner__certificate-content {
    padding: 10px 90px
  }
}

@media screen and (min-width:576px) {
  .certificates-banner.is-large .certificates-banner__image {
    height: 125px;
    width: 200px
  }
}

@media screen and (min-width:992px) {
  .certificates-banner.is-large .certificates-banner__image {
    height: 135px
  }
}

@media screen and (min-width:1420px) {
  .certificates-banner.is-large .certificates-banner__image {
    width: 378px
  }
}