@charset "UTF-8";
.main-slider {
  padding: 20px 15px 40px 0 !important;
}
.main-slider .swiper-button-next,
.main-slider .swiper-button-prev {
  display: none;
}
.main-slider .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.main-slider .swiper-pagination {
  bottom: 0 !important;
}
.main-slider .swiper-pagination .swiper-pagination-bullet {
  background: var(--color-supportive);
  opacity: 0.8;
}
.main-slider .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--color-primary);
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .main-slider {
    padding: 30px 15px 70px 0 !important;
  }
  .main-slider .swiper-slide {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .main-slider .swiper-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: auto;
    bottom: 0;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    padding: 10px;
    border: 2px solid transparent;
    background-color: var(--color-accent-rose);
    -webkit-transition: background-color 0.3s linear;
    transition: background-color 0.3s linear;
  }
  .main-slider .swiper-button:hover {
    background: var(--color-neutral-lightest);
    border-color: var(--color-accent-rose);
  }
  .main-slider .swiper-button:hover::after {
    background-color: var(--color-accent-rose);
  }
  .main-slider .swiper-button::after {
    content: "";
    height: 18px;
    width: 20px;
    background-color: var(--color-neutral-lightest);
    -webkit-mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/general-icons-sprite-dcc6f44af9.svg#back-arrow") no-repeat center;
            mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/general-icons-sprite-dcc6f44af9.svg#back-arrow") no-repeat center;
    -webkit-mask-size: 100%;
            mask-size: 100%;
  }
  .main-slider .swiper-button.swiper-button-next {
    right: 15px;
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  .main-slider .swiper-button.swiper-button-prev {
    right: 84px;
    left: auto;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .main-slider .swiper-button {
    height: 48px;
    width: 48px;
  }
  .main-slider .swiper-button::after {
    height: 26px;
    width: 28px;
  }
}
@media screen and (min-width: 768px) {
  .main-slider .swiper-pagination {
    display: none;
  }
}

.search-tool {
  background-color: var(--color-neutral-lightest);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding-top: 15px;
  margin: 0;
  width: 100%;
  height: 100%;
}
.search-tool .search-section-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-width: 285px;
  margin-top: 15px;
}
.search-tool .search-section-container .location-area, .search-tool .search-section-container .people-area, .search-tool .search-section-container .button-search-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  margin: 0 25px 10px 25px;
}
.search-tool .search-section-container .location-area {
  position: relative;
  padding: 0 1px 0 33px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.search-tool .search-section-container .location-area i {
  content: "";
  position: absolute;
  top: 15px;
  left: 13px;
  display: inline-block;
  width: 45px;
  height: 28px;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .search-tool .search-section-container .location-area i {
    left: -15px;
  }
}
.search-tool .search-section-container .location-area .location-icon {
  background: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/search-form-sprite-b492e3c5a5.svg#icon-search_yellow") no-repeat;
  background-size: contain;
}
.search-tool .search-section-container .location-area input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: 100%;
  border: 0;
  color: var(--color-primary);
  background-color: transparent;
  font-family: freight-sans-pro, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 31px;
  padding-left: 18px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .search-tool .search-section-container .location-area input {
    padding-left: 36px;
    font-size: 14px;
  }
}
.search-tool .search-section-container .location-area input::-webkit-input-placeholder {
  color: var(--color-primary);
  text-align: center;
  font-size: 16px;
}
.search-tool .search-section-container .location-area input::-moz-placeholder {
  color: var(--color-primary);
  text-align: center;
  font-size: 16px;
}
.search-tool .search-section-container .location-area input:-ms-input-placeholder {
  color: var(--color-primary);
  text-align: center;
  font-size: 16px;
}
.search-tool .search-section-container .location-area input::-ms-input-placeholder {
  color: var(--color-primary);
  text-align: center;
  font-size: 16px;
}
.search-tool .search-section-container .location-area input::placeholder {
  color: var(--color-primary);
  text-align: center;
  font-size: 16px;
}
.search-tool .search-section-container .location-area .input-wrapper {
  position: relative;
  width: 100%;
}
.search-tool .search-section-container .location-area .input-wrapper .top-placeholder,
.search-tool .search-section-container .location-area .input-wrapper .bottom-placeholder {
  position: absolute;
  left: 30px;
  color: var(--color-primary);
}
.search-tool .search-section-container .location-area .input-wrapper .top-placeholder {
  top: 5px;
  font-family: Poppins-Bold, sans-serif;
  font-size: 10px;
}
.search-tool .search-section-container .location-area .input-wrapper .bottom-placeholder {
  top: 18px;
  font: 500 8px roc-grotesk, sans-serif;
}
.search-tool .search-section-container .people-area {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.search-tool .search-section-container .people-area .people-area-text {
  font-family: roc-grotesk, sans-serif;
  font-weight: 500;
  width: 100%;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
}
.search-tool .search-section-container .people-area .arrow-down-yellow {
  position: absolute;
  -webkit-mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/search-form-sprite-b492e3c5a5.svg#icon-arrow-down") no-repeat;
          mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/search-form-sprite-b492e3c5a5.svg#icon-arrow-down") no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: var(--color-accent-gold);
  width: 25px;
  height: 25px;
  right: 5px;
  top: 13px;
  cursor: pointer;
}
.search-tool .search-section-container .people-area .arrow-down-yellow:hover {
  background: var(--color-primary);
}
.search-tool .search-section-container .people-area .people-area-dropdown {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: -141px;
  background-color: var(--color-neutral-lightest);
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.25);
  z-index: 999;
  border-radius: 40px;
  padding: 10px 25px 30px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-width: 348px;
  max-width: 348px;
}
.search-tool .search-section-container .people-area .people-area-dropdown .people-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--color-primary);
  padding: 15px 0;
}
.search-tool .search-section-container .people-area .people-area-dropdown .people-item .people-title {
  font: 500 20px roc-grotesk, sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: var(--color-text);
}
.search-tool .search-section-container .people-area .people-area-dropdown .people-item .people-title-additional {
  font-family: freight-sans-pro, sans-serif;
  font-size: 18px;
}
.search-tool .search-section-container .people-area .people-area-dropdown .people-item .amount-people {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font: 500 16px freight-sans-pro, sans-serif;
}
.search-tool .search-section-container .people-area .people-area-dropdown .people-item .incrementor-field-search-tool {
  display: inline-block;
  text-align: center;
  width: 10px;
}
.search-tool .search-section-container .people-area .people-area-dropdown .people-item button {
  width: 25px;
  height: 25px;
  border: none;
  background-size: contain;
  background: var(--color-accent-rose);
  color: var(--color-neutral-lightest);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 22px;
  line-height: 1;
}
.search-tool .search-section-container .people-area .people-area-dropdown .people-item button:disabled {
  background: var(--color-supportive);
}
.search-tool .search-section-container .button-search-area button {
  width: 100%;
  border: 1px solid var(--color-accent-gold);
  background-color: var(--color-accent-gold);
  color: var(--color-primary);
  letter-spacing: 0.75px;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
}
.search-tool .search-section-container .button-search-area button:hover, .search-tool .search-section-container .button-search-area button:focus, .search-tool .search-section-container .button-search-area button:active {
  border: 1px solid var(--color-accent-gold);
  background-color: var(--color-primary);
  color: var(--color-accent-gold);
}
.search-tool .search-section-container .button-search-area .book, .search-tool .search-section-container .button-search-area .find {
  display: none;
}
.search-tool .search-section-container .search-results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 40%;
  max-height: 160px;
  border: 0;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: var(--white);
  overflow: auto;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
  z-index: 3;
  margin: 60px 2px 0 26px;
}
.search-tool .search-section-container .search-results__list {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
}
.search-tool .search-section-container .search-results__list-item {
  text-align: start;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.search-tool .search-section-container .search-results__list-item:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 23px;
  display: block;
  width: 21px;
  height: 13px;
  -webkit-mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/search-form-sprite-b492e3c5a5.svg#icon-marker_yellow") no-repeat;
          mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/search-form-sprite-b492e3c5a5.svg#icon-marker_yellow") no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: var(--color-accent-gold);
}
@media screen and (min-width: 768px) {
  .search-tool .search-section-container .search-results__list-item:before {
    left: 24px;
  }
}
.search-tool .search-section-container .search-results__list-item a {
  display: block;
  padding: 10px 0 5px 48px;
  font-family: roc-grotesk, sans-serif;
  color: var(--color-primary);
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .search-tool .search-section-container .search-results__list-item a {
    padding: 10px 0 5px 60px;
  }
}
.search-tool .search-section-container .search-results__list-item.selected a, .search-tool .search-section-container .search-results__list-item:focus a, .search-tool .search-section-container .search-results__list-item:hover a, .search-tool .search-section-container .search-results__list-item:active a {
  text-decoration: underline;
}
.search-tool .search-section-container .search-results .not-found {
  font-family: freight-sans-pro, sans-serif;
  padding: 5px 0 5px 55px;
  color: var(--color-primary);
  font-size: 9px;
}

@media screen and (min-width: 768px) {
  .search-tool {
    background-color: var(--color-neutral-lightest);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding-top: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 550px;
    margin: 0 auto;
  }
  .search-tool .search-section-container {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    min-width: initial;
    width: 100%;
    margin-top: 0;
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (min-width: 992px) {
  .search-tool .search-section-container {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .search-tool .search-section-container .location-area, .search-tool .search-section-container .people-area, .search-tool .search-section-container .button-search-area {
    height: 50px;
    margin: 10px;
    border: none;
  }
  .search-tool .search-section-container .location-area .area-title, .search-tool .search-section-container .people-area .area-title, .search-tool .search-section-container .button-search-area .area-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    background-color: var(--white);
    padding: 0 5px;
    top: -18px;
    font-family: freight-sans-pro, sans-serif;
    font-size: 14px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .search-tool .search-section-container .location-area .area-title .location-icon, .search-tool .search-section-container .people-area .area-title .location-icon, .search-tool .search-section-container .button-search-area .area-title .location-icon {
    position: initial;
    width: 20px;
    height: 20px;
  }
  .search-tool .search-section-container .location-area .area-title span, .search-tool .search-section-container .people-area .area-title span, .search-tool .search-section-container .button-search-area .area-title span {
    padding: 0 5px;
  }
  .search-tool .search-section-container .people-area .people-area-dropdown {
    bottom: -141px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px 30px 30px;
  }
  .search-tool .search-section-container .people-area .people-area-dropdown .people-item .people-title, .search-tool .search-section-container .people-area .people-area-dropdown .people-item .amount-people {
    font-size: 17px;
  }
  .search-tool .search-section-container .people-area .people-area-dropdown .people-item button {
    width: 25px;
    height: 25px;
  }
  .search-tool .search-section-container .location-area {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 66%;
            flex: 0 1 66%;
    padding: 0 1px 0 15px;
  }
  .search-tool .search-section-container .location-area i {
    content: "";
    position: absolute;
    top: 10px;
    left: 16px;
    width: 55px;
    height: 28px;
  }
  .search-tool .search-section-container .location-area input {
    font-size: 14px;
    line-height: 28px;
    padding-left: 45px;
  }
  .search-tool .search-section-container .location-area input::-webkit-input-placeholder {
    color: var(--color-primary);
    text-align: left;
    font-size: 16px;
  }
  .search-tool .search-section-container .location-area input::-moz-placeholder {
    color: var(--color-primary);
    text-align: left;
    font-size: 16px;
  }
  .search-tool .search-section-container .location-area input:-ms-input-placeholder {
    color: var(--color-primary);
    text-align: left;
    font-size: 16px;
  }
  .search-tool .search-section-container .location-area input::-ms-input-placeholder {
    color: var(--color-primary);
    text-align: left;
    font-size: 16px;
  }
  .search-tool .search-section-container .location-area input::placeholder {
    color: var(--color-primary);
    text-align: left;
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (min-width: 992px) {
  .search-tool .search-section-container .location-area input {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .search-tool .search-section-container .location-area .input-wrapper .top-placeholder,
  .search-tool .search-section-container .location-area .input-wrapper .bottom-placeholder {
    left: 51px;
  }
  .search-tool .search-section-container .location-area .input-wrapper .top-placeholder.top-placeholder,
  .search-tool .search-section-container .location-area .input-wrapper .bottom-placeholder.top-placeholder {
    top: 0;
    font-size: 15px;
  }
  .search-tool .search-section-container .location-area .input-wrapper .top-placeholder.bottom-placeholder,
  .search-tool .search-section-container .location-area .input-wrapper .bottom-placeholder.bottom-placeholder {
    top: 18px;
    font-size: 12px;
  }
  .search-tool .search-section-container .button-search-area {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 34%;
            flex: 0 1 34%;
    letter-spacing: 1.05px;
    margin-right: 20px;
  }
  .search-tool .search-section-container .button-search-area button {
    font-size: 14px;
  }
  .search-tool .search-section-container .search-results {
    position: absolute;
    max-height: 320px;
    border: 0;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    background-color: var(--white);
    overflow: auto;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
    margin: 69px 0 0 0;
  }
  .search-tool .search-section-container .search-results__list-item:before {
    width: 47px;
    left: 36px;
  }
  .search-tool .search-section-container .search-results__list-item a {
    padding: 10px 0 5px 65px;
  }
  .search-tool .search-section-container .search-results .not-found {
    font-size: 15px;
  }
}
@media screen and (min-width: 992px) {
  .search-tool {
    width: 600px;
  }
  .search-tool .search-section-container {
    font-size: 16px;
  }
  .search-tool .search-section-container .button-search-area button {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .search-tool {
    top: 395px;
    height: 80px;
  }
  .search-tool .search-section-container {
    max-width: 1080px;
  }
  .search-tool .search-section-container .location-area, .search-tool .search-section-container .people-area, .search-tool .search-section-container .button-search-area {
    height: 60px;
  }
  .search-tool .search-section-container .location-area i {
    top: 13px;
    left: 28px;
    width: 65px;
    height: 30px;
  }
  .search-tool .search-section-container .location-area input {
    padding-left: 60px;
    font-size: 16px;
  }
  .search-tool .search-section-container .location-area input::-webkit-input-placeholder {
    font-size: 16px;
  }
  .search-tool .search-section-container .location-area input::-moz-placeholder {
    font-size: 16px;
  }
  .search-tool .search-section-container .location-area input:-ms-input-placeholder {
    font-size: 16px;
  }
  .search-tool .search-section-container .location-area input::-ms-input-placeholder {
    font-size: 16px;
  }
  .search-tool .search-section-container .location-area input::placeholder {
    font-size: 16px;
  }
}
.search-tool {
  padding: 30px 15px;
  height: auto;
  width: auto;
}
.search-tool .search-section-container {
  background: var(--color-supportive);
  border-radius: 19px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  max-width: 925px;
  max-height: 72px;
  margin: 0 auto;
  -webkit-box-shadow: 0 3.6px 3.6px rgba(0, 0, 0, 0.25);
          box-shadow: 0 3.6px 3.6px rgba(0, 0, 0, 0.25);
}
.search-tool .search-section-container.scrolling {
  position: fixed;
  top: calc(var(--nav-bar-height) + 10px);
  z-index: 1001;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 95%;
}
.search-tool .search-section-container.scale-animation {
  -webkit-animation: scaleAnimation 2s ease-in-out forwards;
          animation: scaleAnimation 2s ease-in-out forwards;
}
@-webkit-keyframes scaleAnimation {
  0% {
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
  }
  50% {
    -webkit-transform: translateX(-50%) scale(1.2);
            transform: translateX(-50%) scale(1.2);
  }
  100% {
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
  }
}
@keyframes scaleAnimation {
  0% {
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
  }
  50% {
    -webkit-transform: translateX(-50%) scale(1.2);
            transform: translateX(-50%) scale(1.2);
  }
  100% {
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
  }
}
.search-tool .search-section-container .location-area {
  height: auto;
  margin: 0;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 80%;
  padding: 0;
  z-index: 1;
}
.search-tool .search-section-container .location-area .location-icon {
  position: relative;
  top: auto;
  left: auto;
  display: none;
}
.search-tool .search-section-container .location-area input {
  font-size: 14px;
  color: var(--color-text);
  padding: 3px 0 3px 10px;
  background: var(--color-white);
  border-radius: 19px 0 0 19px;
}
.search-tool .search-section-container .location-area input::-webkit-input-placeholder {
  color: var(--color-text);
  font-size: 15px;
  padding: 0;
  text-align: left;
}
.search-tool .search-section-container .location-area input::-moz-placeholder {
  color: var(--color-text);
  font-size: 15px;
  padding: 0;
  text-align: left;
}
.search-tool .search-section-container .location-area input:-ms-input-placeholder {
  color: var(--color-text);
  font-size: 15px;
  padding: 0;
  text-align: left;
}
.search-tool .search-section-container .location-area input::-ms-input-placeholder {
  color: var(--color-text);
  font-size: 15px;
  padding: 0;
  text-align: left;
}
.search-tool .search-section-container .location-area input::placeholder {
  color: var(--color-text);
  font-size: 15px;
  padding: 0;
  text-align: left;
}
.search-tool .search-section-container .location-area input:-moz-placeholder-shown {
  text-overflow: ellipsis;
}
.search-tool .search-section-container .location-area input:-ms-input-placeholder {
  text-overflow: ellipsis;
}
.search-tool .search-section-container .location-area input:placeholder-shown {
  text-overflow: ellipsis;
}
.search-tool .search-section-container .button-search-area {
  height: auto;
  margin: 0;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 20%;
  background: var(--color-primary);
  border-radius: 0 19px 19px 0;
}
.search-tool .search-section-container .button-search-area button {
  font-size: 10px;
  font-weight: 700;
  background: var(--color-accent-gold);
  color: var(--color-text);
  border-top-right-radius: 19px;
  border-bottom-right-radius: 19px;
  border: none;
}
.search-tool .search-section-container .button-search-area button.red {
  background: var(--color-accent-rose);
  color: var(--color-neutral-lightest);
}
.search-tool .search-section-container .button-search-area button.red:active, .search-tool .search-section-container .button-search-area button.red:hover {
  background: var(--color-accent-gold);
  color: var(--color-text);
}
.search-tool .search-section-container .button-search-area button:active, .search-tool .search-section-container .button-search-area button:hover {
  border: none;
  background: var(--color-accent-rose);
  color: var(--color-neutral-lightest);
}
.search-tool .search-section-container .search-results {
  width: 100%;
  top: 55%;
  left: 0;
  margin: 0;
  z-index: -1;
  border-radius: 0 0 19px 19px;
}
.search-tool .search-section-container .search-results__list {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background: var(--color-neutral-lightest);
}
.search-tool .search-section-container .search-results__list .not-found {
  padding-top: 30px;
  padding-left: 0;
  text-align: center;
  font-size: 15px;
}
.search-tool .search-section-container .search-results__list-item:first-child a {
  padding-top: 30px;
}
.search-tool .search-section-container .search-results__list-item:first-child::before {
  top: 30px;
}
.search-tool .search-section-container .search-results__list-item a {
  padding: 13px 10px 13px 50px;
}
.search-tool .search-section-container .search-results__list-item::before {
  -webkit-mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/search-form-sprite-b492e3c5a5.svg#location") no-repeat;
          mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/search-form-sprite-b492e3c5a5.svg#location") no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  width: 20px;
  height: 22px;
  top: 14px;
  left: 19px;
  background: var(--color-accent-rose);
}

@media screen and (min-width: 768px) {
  .search-tool {
    padding: 50px 15px;
  }
  .search-tool .search-section-container {
    border-radius: 35px;
    font-size: 22px;
  }
  .search-tool .search-section-container .location-area input {
    font-size: 22px;
    padding: 16px 0 16px 25px;
    border-radius: 35px 0 0 35px;
  }
  .search-tool .search-section-container .location-area input::-webkit-input-placeholder {
    font-size: 22px;
  }
  .search-tool .search-section-container .location-area input::-moz-placeholder {
    font-size: 22px;
  }
  .search-tool .search-section-container .location-area input:-ms-input-placeholder {
    font-size: 22px;
  }
  .search-tool .search-section-container .location-area input::-ms-input-placeholder {
    font-size: 22px;
  }
  .search-tool .search-section-container .location-area input::placeholder {
    font-size: 22px;
  }
  .search-tool .search-section-container .search-results {
    border-radius: 0 0 35px 35px;
  }
  .search-tool .search-section-container .search-results__list-item:first-child a {
    padding-top: 50px;
  }
  .search-tool .search-section-container .search-results__list-item:first-child::before {
    top: 53px;
  }
  .search-tool .search-section-container .search-results__list-item::before {
    width: 24px;
    height: 29px;
    top: 20px;
  }
  .search-tool .search-section-container .search-results__list-item a {
    padding: 18px 10px 18px 50px;
  }
  .search-tool .search-section-container .button-search-area {
    width: 20%;
    border-radius: 0 35px 35px 0;
  }
  .search-tool .search-section-container .button-search-area button {
    font-size: 22px;
    border-top-right-radius: 35px;
    border-bottom-right-radius: 35px;
  }
}
.home-page-hero-img {
  position: relative;
  background: transparent;
  padding: 0;
  height: 510px;
}
.home-page-hero-img .logo-img-container {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.home-page-hero-img .logo-img-container .video-block {
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home-page-hero-img .logo-img-container .video-block .video-box {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home-page-hero-img .logo-img-container .logo-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 0 30px 30px;
}
.home-page-hero-img .content-container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 37px 15px 48px;
}
.home-page-hero-img .title-block {
  width: 347px;
  height: 211px;
  padding: 17px 10px 25px 20px;
  color: var(--color-neutral-lightest);
  background: var(--color-primary);
  clip-path: path("M332.857 177C340.668 177 347 170.668 347 162.857V20C347 8.95431 338.046 0 327 0H20.0001C8.95438 0 6.14595e-05 8.9543 5.76818e-05 20L-7.89244e-07 190.964C-4.56695e-06 202.01 8.9543 210.964 20 210.964H297.018C306.397 210.964 314 203.361 314 193.982C314 184.603 321.603 177 330.982 177H332.857Z");
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.home-page-hero-img .title-block h1 {
  font-size: 30px;
  margin-bottom: 0;
  padding: 5px 0;
}
.home-page-hero-img .title-block .description {
  font-size: 18px;
}
.home-page-hero-img .animation-img {
  position: absolute;
  bottom: -10px;
  right: 18px;
  background: var(--color-primary-light);
  -webkit-mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/homepage-sprite-d61326760d.svg#buildings") no-repeat center;
          mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/homepage-sprite-d61326760d.svg#buildings") no-repeat center;
  -webkit-mask-size: cover !important;
          mask-size: cover !important;
  width: 110px;
  height: 150px;
  z-index: -1;
}
.home-page-hero-img .title {
  position: relative;
  padding-bottom: 10px;
  padding-right: 40px;
  margin: -60px 0 0 -30px;
}
.home-page-hero-img .title h1, .home-page-hero-img .title h2 {
  background: var(--color-neutral-lightest);
  -webkit-background-clip: text;
          background-clip: text;
  color: var(--color-text);
  word-wrap: break-word;
}

@media screen and (min-width: 768px) {
  .home-page-hero-img {
    height: 530px;
  }
  .home-page-hero-img .logo-img-container .logo-img {
    border-radius: 0 0 40px 40px;
  }
  .home-page-hero-img .content-container {
    padding: 75px 20px 63px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .home-page-hero-img .content-container {
    padding-left: 125px;
  }
}
@media screen and (min-width: 768px) {
  .home-page-hero-img .title-block {
    padding: 30px;
    height: 290px;
    width: 480px;
    clip-path: path("M459 252C468.941 252 477 243.941 477 234V223.984L477 20C477 8.95431 468.046 0 457 0H20.0001C8.9544 0 9.61197e-05 8.9543 9.2342e-05 20L6.84014e-06 270C3.06243e-06 281.046 8.95431 290 20 290H417.175H422C432.493 290 441 281.493 441 271V270C441 260.059 449.059 252 459 252Z");
  }
  .home-page-hero-img .title-block h1 {
    font-size: 40px;
  }
  .home-page-hero-img .title-block .description {
    font-size: 22px;
    max-width: 365px;
  }
  .home-page-hero-img .animation-img {
    width: 150px;
    height: 210px;
  }
  .home-page-hero-img .title {
    position: absolute;
    left: 0;
    margin: 0;
    max-width: 600px;
  }
  .home-page-hero-img .title h1 {
    font-size: 50px;
  }
  .home-page-hero-img .title h2 {
    font-size: 25px;
  }
}
.search-tool {
  padding: 0;
  margin: 0;
  width: 100%;
  background: transparent;
  max-width: 925px;
}

.push-popup-container {
  border-radius: 10px;
  top: auto;
  bottom: 0;
  left: 0;
  position: fixed;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding: 15px 0;
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(25px);
  -webkit-box-shadow: 0 -5px 13px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 -5px 13px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 25%;
  z-index: 99999;
}
.push-popup-container .popup-header {
  margin-bottom: 0;
  height: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.push-popup-container .popup-header span {
  font-size: 16px;
  margin: 0 auto;
  text-align: center;
}
.push-popup-container .popup-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  height: 75%;
  width: 100%;
}
.push-popup-container .popup-buttons button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 16px;
}
.push-popup-container .popup-buttons button.reject-button {
  border: none;
  color: var(--color-primary);
  background-color: transparent;
  text-decoration: underline;
}
.push-popup-container .popup-buttons button.reject-button:active, .push-popup-container .popup-buttons button.reject-button:hover, .push-popup-container .popup-buttons button.reject-button:focus {
  border-color: var(--yellow-basic);
  color: var(--yellow-basic);
}
.push-popup-container .popup-buttons button.allow-button {
  border: 2px solid var(--color-primary);
  color: var(--color-primary);
  background-color: var(--color-neutral-lightes);
}
.push-popup-container .popup-buttons button.allow-button:active, .push-popup-container .popup-buttons button.allow-button:hover, .push-popup-container .popup-buttons button.allow-button:focus {
  color: var(--color-neutral-lightes);
  background-color: var(--color-primary);
}

@media screen and (min-width: 768px) {
  .push-popup-container {
    position: fixed;
    top: 0;
    left: 6.5%;
    width: auto;
    background-color: var(--color-neutral-lightes);
    padding: 20px;
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 99999;
    height: 120px;
  }
  .push-popup-container .popup-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
  }
  .push-popup-container .popup-header .bell-icon {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
  .push-popup-container .popup-header span {
    font-size: 14px;
  }
  .push-popup-container .popup-buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 20px;
  }
}
.section-as-seen-in {
  padding: 32px 0 46px;
}
.section-as-seen-in .title-block {
  text-align: center;
}
.section-as-seen-in .list-publications {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
.section-as-seen-in .list-publications .list-item {
  width: calc(50% - 26px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 120px;
  overflow: hidden;
}
.section-as-seen-in .list-publications .list-item img {
  width: 100%;
  height: auto;
}
.section-as-seen-in .list-publications .the-guardian-logo {
  background: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/homepage-sprite-d61326760d.svg#the-guardian-logo") center no-repeat;
  background-size: 50% !important;
}
.section-as-seen-in .list-publications .national-geographic-logo {
  background: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/homepage-sprite-d61326760d.svg#national-geographic-logo") center no-repeat;
  background-size: 140% !important;
}
.section-as-seen-in .list-publications .the-times-logo {
  background: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/homepage-sprite-d61326760d.svg#the-times-logo") center no-repeat;
  background-size: 70% !important;
}
.section-as-seen-in .list-publications .vg-tv-logo {
  background: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/homepage-sprite-d61326760d.svg#vg-tv-logo") center no-repeat;
  background-size: 60% !important;
}

@media screen and (min-width: 580px) {
  .section-as-seen-in .list-publications .list-item {
    height: 150px;
  }
}
@media screen and (min-width: 768px) {
  .section-as-seen-in {
    padding: 55px 0 90px;
  }
  .section-as-seen-in .title-block .title {
    margin-bottom: 65px;
  }
  .section-as-seen-in .list-publications {
    gap: 35px;
  }
  .section-as-seen-in .list-publications .list-item {
    width: calc(25% - 35px);
  }
  .section-as-seen-in .list-publications .the-guardian-logo {
    background-size: contain !important;
  }
  .section-as-seen-in .list-publications .the-times-logo {
    background-size: contain !important;
  }
  .section-as-seen-in .list-publications .vg-tv-logo {
    background-size: contain !important;
  }
}
.section-customer-reviews {
  background-color: var(--blue-basic);
  color: var(--white);
  font-size: 13px;
  padding: 30px 0;
  margin-bottom: 30px;
}
.section-customer-reviews .container-l {
  position: relative;
}
.section-customer-reviews .title-box {
  text-align: center;
  position: relative;
}
.section-customer-reviews .title-box .title {
  color: var(--white);
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: 700;
}
.section-customer-reviews .title-box .title .title-mobile-top {
  font-size: 20px;
}
.section-customer-reviews .title-box .title span {
  display: block;
}
.section-customer-reviews .title-box .title-desktop,
.section-customer-reviews .title-box .description {
  display: none;
}
.section-customer-reviews .title-box .description {
  margin: 0;
}
.section-customer-reviews .icon {
  display: block;
  background-color: var(--white);
  -webkit-mask-size: cover !important;
          mask-size: cover !important;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.section-customer-reviews .icon-tripadvisor-rating {
  width: 93px;
  height: 18px;
  -webkit-mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/customer-reviews-section-sprite-21686d0c36.svg#icon-tripadvisor-rating2") no-repeat center;
          mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/customer-reviews-section-sprite-21686d0c36.svg#icon-tripadvisor-rating2") no-repeat center;
}
.section-customer-reviews .icon-google-rating {
  width: 94px;
  height: 18px;
  -webkit-mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/customer-reviews-section-sprite-21686d0c36.svg#icon-google-rating") no-repeat center;
          mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/customer-reviews-section-sprite-21686d0c36.svg#icon-google-rating") no-repeat center;
}
.section-customer-reviews .icon-google {
  width: 27px;
  height: 27px;
  -webkit-mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/customer-reviews-section-sprite-21686d0c36.svg#icon-google") no-repeat center;
          mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/customer-reviews-section-sprite-21686d0c36.svg#icon-google") no-repeat center;
}
.section-customer-reviews .icon-tripadvisor {
  width: 36px;
  height: 25px;
  -webkit-mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/customer-reviews-section-sprite-21686d0c36.svg#icon-tripadvisor") no-repeat center;
          mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/customer-reviews-section-sprite-21686d0c36.svg#icon-tripadvisor") no-repeat center;
}
.section-customer-reviews .icon-decoration {
  display: block;
  content: "";
  width: 255px;
  height: 136px;
  position: absolute;
  left: -40px;
  bottom: -30px;
  background-color: var(--color-primary-light);
}
.section-customer-reviews .icon-decoration.icon-hong-kong {
  -webkit-mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/customer-reviews-section-sprite-21686d0c36.svg#icon-hong-kong") center/cover no-repeat;
          mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/customer-reviews-section-sprite-21686d0c36.svg#icon-hong-kong") center/cover no-repeat;
}
.section-customer-reviews .customer-reviews-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  font-size: 10px;
  position: relative;
}
.section-customer-reviews .customer-reviews-block .customer-reviews-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  max-width: 160px;
}
.section-customer-reviews .customer-reviews-block .customer-reviews-item .statistic-block .icon {
  margin-bottom: 5px;
}

@media screen and (min-width: 1024px) {
  .section-customer-reviews {
    font-size: 18px;
    padding: 50px 0 50px;
    margin-bottom: 50px;
  }
  .section-customer-reviews .container-l {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
    max-width: 1260px;
  }
  .section-customer-reviews .icon-tripadvisor-rating,
  .section-customer-reviews .icon-google-rating {
    width: 180px;
    height: 34px;
  }
  .section-customer-reviews .icon-tripadvisor {
    width: 75px;
    height: 51px;
  }
  .section-customer-reviews .icon-google {
    width: 50px;
    height: 50px;
  }
  .section-customer-reviews .icon-decoration {
    width: 320px;
    height: 168px;
    left: -150px;
    bottom: -50px;
  }
  .section-customer-reviews .title-box {
    margin-bottom: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 40%;
    text-align: left;
  }
  .section-customer-reviews .title-box .title {
    font-size: 25px;
    margin-bottom: 10px;
  }
  .section-customer-reviews .title-box .title-mobile {
    display: none;
  }
  .section-customer-reviews .title-box .title-desktop,
  .section-customer-reviews .title-box .description {
    display: block;
  }
  .section-customer-reviews .customer-reviews-block {
    font-size: 18px;
    gap: 30px;
  }
  .section-customer-reviews .customer-reviews-block .customer-reviews-item {
    gap: 15px;
    max-width: 360px;
  }
}
.icon-shared, .icon-custom, .icon {
  width: 20px;
  height: 21px;
  display: inline-block;
}
@media screen and (min-width: 1440px) {
  .icon-shared, .icon-custom, .icon {
    width: 25px;
    height: 26px;
  }
}
.icon-shared.dot, .dot.icon-custom, .dot.icon {
  display: block;
  width: 10px;
  height: 10px;
  background-color: var(--blue-basic);
  -webkit-mask-size: cover !important;
          mask-size: cover !important;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 5px 8px;
  -webkit-mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/experience-single-sprite-c9e9aeff34.svg#dot") no-repeat center;
          mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/experience-single-sprite-c9e9aeff34.svg#dot") no-repeat center;
}

.icon {
  background-color: var(--white);
  -webkit-mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/host-details-popup-19e46ee557.svg#bookmark") no-repeat center;
          mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/host-details-popup-19e46ee557.svg#bookmark") no-repeat center;
}

.icon-custom {
  background-color: transparent;
}
.icon-custom svg {
  width: inherit;
  height: inherit;
  color: inherit;
}

.icon-knows-every-hidden-gem {
  -webkit-mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/host-details-popup-19e46ee557.svg#find-on-map") no-repeat center;
          mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/host-details-popup-19e46ee557.svg#find-on-map") no-repeat center;
}

.icon-loves-food-local-culture {
  -webkit-mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/host-details-popup-19e46ee557.svg#noodle") no-repeat center;
          mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/host-details-popup-19e46ee557.svg#noodle") no-repeat center;
}

.icon-cultural-stories-local-insights {
  -webkit-mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/host-details-popup-19e46ee557.svg#bookmark") no-repeat center;
          mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/host-details-popup-19e46ee557.svg#bookmark") no-repeat center;
}

.icon-knows-the-city-inside-out {
  -webkit-mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/host-details-popup-19e46ee557.svg#direction") no-repeat center;
          mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/host-details-popup-19e46ee557.svg#direction") no-repeat center;
}

.icon-brings-stories-places-life {
  -webkit-mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/host-details-popup-19e46ee557.svg#speech-bubble") no-repeat center;
          mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/host-details-popup-19e46ee557.svg#speech-bubble") no-repeat center;
}

.icon-architectural-cultural-explorer {
  -webkit-mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/host-details-popup-19e46ee557.svg#skyline") no-repeat center;
          mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/host-details-popup-19e46ee557.svg#skyline") no-repeat center;
}

.icon-nature-city-explorer {
  -webkit-mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/host-details-popup-19e46ee557.svg#building") no-repeat center;
          mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/host-details-popup-19e46ee557.svg#building") no-repeat center;
}

.icon-local-historian {
  -webkit-mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/host-details-popup-19e46ee557.svg#guide-book") no-repeat center;
          mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/host-details-popup-19e46ee557.svg#guide-book") no-repeat center;
}

.icon-eco-friendly-advocate {
  -webkit-mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/host-details-popup-19e46ee557.svg#ecology") no-repeat center;
          mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/host-details-popup-19e46ee557.svg#ecology") no-repeat center;
}

.icon-photo-spots-explorer {
  -webkit-mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/host-details-popup-19e46ee557.svg#photo-pin") no-repeat center;
          mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/host-details-popup-19e46ee557.svg#photo-pin") no-repeat center;
}

.icon-art-creative-spaces-explorer {
  -webkit-mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/host-details-popup-19e46ee557.svg#map-bulb") no-repeat center;
          mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/host-details-popup-19e46ee557.svg#map-bulb") no-repeat center;
}

.icon-chevron {
  display: inline-block;
  width: 19px;
  height: 12px;
  -webkit-mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/host-details-popup-19e46ee557.svg#icon-arrow-down") no-repeat center;
          mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/host-details-popup-19e46ee557.svg#icon-arrow-down") no-repeat center;
  -webkit-transition: color 0.3s linear, background-color 0.3s linear;
  transition: color 0.3s linear, background-color 0.3s linear;
}

.compass {
  display: inline-block;
  width: 25px;
  height: 25px;
  -webkit-mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/host-details-popup-19e46ee557.svg#compass") no-repeat center;
          mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/host-details-popup-19e46ee557.svg#compass") no-repeat center;
}

.noodle {
  display: inline-block;
  width: 15px;
  height: 16px;
  -webkit-mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/host-details-popup-19e46ee557.svg#noodle") no-repeat center;
          mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/host-details-popup-19e46ee557.svg#noodle") no-repeat center;
}

.icon-binoculars {
  display: inline-block;
  width: 15px;
  height: 13px;
  -webkit-mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/host-details-popup-19e46ee557.svg#icon-binoculars") no-repeat center;
          mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/host-details-popup-19e46ee557.svg#icon-binoculars") no-repeat center;
}

.icon-city {
  width: 15px;
  height: 13px;
  -webkit-mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/host-details-popup-19e46ee557.svg#icon-city") no-repeat center;
          mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/host-details-popup-19e46ee557.svg#icon-city") no-repeat center;
}

.icon-flag {
  display: inline-block;
  width: 15px;
  height: 12px;
  -webkit-mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/host-details-popup-19e46ee557.svg#icon-flag") no-repeat center;
          mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/host-details-popup-19e46ee557.svg#icon-flag") no-repeat center;
}

.language {
  display: inline-block;
  width: 25px;
  height: 25px;
  -webkit-mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/host-details-popup-19e46ee557.svg#language") no-repeat center;
          mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/host-details-popup-19e46ee557.svg#language") no-repeat center;
}

.pin-with-hard {
  width: 25px;
  height: 25px;
  -webkit-mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/host-details-popup-19e46ee557.svg#pin-with-hard") no-repeat center;
          mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/host-details-popup-19e46ee557.svg#pin-with-hard") no-repeat center;
}

.host-details-popup {
  overflow: hidden;
  height: 100vh;
  line-height: 1.4;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: white;
  z-index: 99999;
  -webkit-transition: left 0.3s linear, background-color 0.5s linear;
  transition: left 0.3s linear, background-color 0.5s linear;
  background-color: rgba(0, 0, 0, 0.5);
}
.host-details-popup.hidden-popup {
  left: -100%;
  background-color: transparent;
}
.host-details-popup .popup-wrapper {
  width: 100%;
}
.host-details-popup .popup-content {
  padding: 0 0 20px;
  margin: 0;
  border: 0;
  width: 100%;
  overflow-y: scroll;
  max-height: calc(100vh - 72px);
}
.host-details-popup .popup-header {
  background-color: var(--color-primary);
}
.host-details-popup .btn-back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 31px 20px 23px;
  color: var(--white);
  background-color: var(--color-primary);
  font-size: 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}
.host-details-popup .btn-back:hover {
  color: var(--yellow-basic);
}
.host-details-popup .btn-back:hover .icon-chevron {
  background-color: var(--yellow-basic);
}
.host-details-popup .btn-back .icon-chevron {
  background-color: var(--white);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-right: 10px;
}
.host-details-popup .gallery-box {
  position: relative;
  overflow-x: hidden;
}
.host-details-popup .gallery-box.container-l {
  padding: 30px 0;
}
.host-details-popup .gallery-box .experience-category {
  position: absolute;
  left: 20px;
  bottom: 22px;
  max-width: 98%;
}
.host-details-popup .gallery-box .experience-category .icon-category {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid var(--white);
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: var(--grey-dark);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.host-details-popup .gallery-box .experience-category .label-category {
  font-size: 11px;
  color: var(--white);
  background-color: var(--grey-dark);
  border-radius: 20px 10px 10px 20px;
  padding: 5px 10px 4px 45px;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.host-details-popup .gallery-box .gallery-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
}
.host-details-popup .gallery-box .gallery-item {
  width: 250px;
  height: 250px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 15px;
  overflow: hidden;
  margin-left: 20px;
}
.host-details-popup .gallery-box .gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.host-details-popup .description-box {
  padding: 10px 20px 30px;
  line-height: 1.4;
}
.host-details-popup .description-box .popup-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  max-width: 800px;
}
.host-details-popup .description-box .popup-title .title {
  font: 400 21px Architects-Daughter, sans-serif;
  margin-bottom: 0;
}
.host-details-popup .description-box .popup-title .description {
  max-width: 800px;
}
.host-details-popup .description-box .additional-information {
  -webkit-transition: height 0.3s linear, visibility 0.3s linear;
  transition: height 0.3s linear, visibility 0.3s linear;
  max-width: 800px;
  margin: 0;
}
.host-details-popup .reviews-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
  font-size: 12px;
}
.host-details-popup .reviews-block .stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.host-details-popup .reviews-block .icon-star {
  width: 15px;
  height: 15px;
  display: block;
  background-color: var(--blue-basic);
  -webkit-mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/host-details-popup-19e46ee557.svg#star_yellow") no-repeat center;
          mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/host-details-popup-19e46ee557.svg#star_yellow") no-repeat center;
  -webkit-mask-size: cover;
          mask-size: cover;
}
.host-details-popup .reviews-block .reviews {
  display: block;
  padding: 0;
}
.host-details-popup .reviews-block .reviews-count {
  color: var(--grey-dark);
}
.host-details-popup .skills-box {
  padding: 20px 20px 50px;
  overflow-x: hidden;
}
.host-details-popup .skills-box .skills-slider {
  gap: 15px;
  margin-right: -20px;
  padding: 20px 5px;
}
.host-details-popup .skills-box .skills-slider .list-item {
  margin-bottom: 20px;
}
.host-details-popup .skills-box .skills-slider .list-item .skills-card {
  height: 100%;
  border-radius: 10px;
  background-color: var(--grey-light-basic);
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  padding: 25px 20px;
  font-size: 15px;
  margin-right: 20px;
  line-height: 1.6;
}
.host-details-popup .skills-box .skills-slider .list-item .skills-card .card-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  margin-bottom: 15px;
}
.host-details-popup .skills-box .skills-slider .list-item .skills-card .explore-list .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.host-details-popup .skills-box .skills-slider .list-item .skills-card .card-list .list-item {
  padding-left: 15px;
  position: relative;
}
.host-details-popup .skills-box .skills-slider .list-item .skills-card .card-list .list-item::before {
  content: "•";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 4px;
}
.host-details-popup .skills-box .icon {
  background-color: var(--blue-basic);
}
.host-details-popup .desktop-block {
  display: none !important;
}
.host-details-popup .facts-box {
  padding: 36px 20px;
}
.host-details-popup .facts-box .title {
  margin-bottom: 8px;
  color: var(--white);
}
.host-details-popup .reviews-quote-box {
  padding: 62px 20px 51px;
}
.host-details-popup .reviews-quote-box .card-quote {
  padding: 32px 27px 58px 14px;
  position: relative;
  width: 277px;
  height: 217px;
  z-index: 1;
  font-size: 15px;
  margin: 0 auto;
  text-align: center;
  font-style: italic;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.host-details-popup .reviews-quote-box .card-quote::before, .host-details-popup .reviews-quote-box .card-quote::after {
  content: "";
  display: block;
  width: 65px;
  height: 65px;
  background-color: var(--blue-basic);
  -webkit-mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/host-details-popup-19e46ee557.svg#quote") no-repeat center;
          mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/host-details-popup-19e46ee557.svg#quote") no-repeat center;
  -webkit-mask-size: cover;
          mask-size: cover;
  position: absolute;
  top: -22px;
  left: -13px;
}
.host-details-popup .reviews-quote-box .card-quote::after {
  top: auto;
  left: auto;
  bottom: 8px;
  right: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.host-details-popup .reviews-quote-box .card-quote blockquote {
  margin: 0;
}
.host-details-popup .reviews-quote-box .card-quote .quote-background {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: -4px;
}
.host-details-popup .reviews-quote-box .card-quote .quote-author {
  font-family: roc-grotesk;
  font-style: 500;
}
.host-details-popup .author-quote-box {
  padding: 55px 34px 55px 36px;
}
.host-details-popup .reviews-box.container-l {
  padding-top: 30px;
  padding-bottom: 30px;
}
.host-details-popup .reviews-box .reviews-list {
  margin-bottom: 20px;
}
.host-details-popup .reviews-box .reviews-list > .list-item {
  margin-bottom: 13px;
  max-width: 354px;
}
.host-details-popup .reviews-box .card-reviews {
  border: 1px solid var(--grey-dark);
}
.host-details-popup .reviews-box .card-reviews .reviews-info {
  gap: 0;
}

@media screen and (min-width: 1024px) {
  .host-details-popup {
    font-size: 17px;
  }
  .host-details-popup .btn-back {
    font-size: 24px;
  }
  .host-details-popup .btn-back .icon-chevron {
    width: 40px;
    height: 40px;
  }
  .host-details-popup .gallery-box.container-l {
    padding: 30px 0;
  }
  .host-details-popup .gallery-box .gallery-item {
    width: 320px;
    height: 320px;
  }
  .host-details-popup .gallery-box .experience-category {
    position: absolute;
    left: 20px;
    bottom: 22px;
    max-width: 98%;
  }
  .host-details-popup .gallery-box .experience-category .icon-category {
    width: 45px;
    height: 45px;
  }
  .host-details-popup .gallery-box .experience-category .label-category {
    font-size: 14px;
    padding: 6px 10px 5px 50px;
  }
  .host-details-popup .description-box .popup-title {
    gap: 30px;
  }
  .host-details-popup .description-box .popup-title .title {
    font-size: 40px;
  }
  .host-details-popup .reviews-block {
    gap: 5px;
    font-size: 22px;
  }
  .host-details-popup .reviews-block .icon-star {
    width: 24px;
    height: 24px;
  }
  .host-details-popup .skills-box .skills-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    scrollbar-width: none;
    -ms-overflow-style: none;
    overflow-x: visible;
  }
  .host-details-popup .skills-box .skills-card {
    width: 285px;
    font-size: 18px;
  }
  .host-details-popup .mobile-block {
    display: none !important;
  }
  .host-details-popup .desktop-block {
    display: block !important;
  }
  .host-details-popup .desktop-host-info-block {
    background-color: var(--blue-basic);
    color: var(--white);
  }
  .host-details-popup .desktop-host-info-block .container-l {
    padding-top: 30px;
    padding-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 40px;
  }
  .host-details-popup .desktop-host-info-block .title {
    margin-bottom: 30px;
    text-align: center;
  }
  .host-details-popup .desktop-host-info-block .facts-box {
    padding: 0;
  }
  .host-details-popup .desktop-host-info-block .facts-box .facts-box-tex {
    position: relative;
    padding: 36px 30px 50px;
    width: 271px;
    height: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .host-details-popup .desktop-host-info-block .facts-box .facts-box-tex p {
    margin: 0;
  }
  .host-details-popup .desktop-host-info-block .facts-box .facts-box-background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -4px;
  }
  .host-details-popup .desktop-host-info-block .reviews-quote-box {
    padding: 0;
  }
  .host-details-popup .desktop-host-info-block .reviews-quote-box .card-quote {
    padding: 32px 27px 58px 14px;
    width: 277px;
    height: 217px;
  }
  .host-details-popup .desktop-host-info-block .reviews-quote-box .card-quote::before, .host-details-popup .desktop-host-info-block .reviews-quote-box .card-quote::after {
    background-color: var(--yellow-basic);
  }
  .host-details-popup .desktop-host-info-block .author-quote-box {
    background-color: transparent;
    padding: 0;
  }
  .host-details-popup .desktop-host-info-block .author-quote-box .author-quote-box-text {
    position: relative;
    padding: 30px 30px 65px 35px;
    width: 358px;
    height: 283px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .host-details-popup .desktop-host-info-block .author-quote-box .author-quote-box-background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -4px;
  }
  .host-details-popup .reviews-box.container-l {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .host-details-popup .reviews-box .reviews-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 50px;
    max-width: 1042px;
  }
  .host-details-popup .reviews-box .reviews-list > .list-item {
    margin-bottom: 0;
    max-width: 100%;
    width: calc(50% - 25px);
  }
  .host-details-popup .reviews-box .reviews-list > .list-item .card-reviews {
    height: 100%;
    padding: 25px;
  }
}
@media screen and (min-width: 1440px) {
  .host-details-popup .gallery-box.container-l {
    padding: 40px 0;
  }
  .host-details-popup .gallery-box .gallery-item {
    width: 400px;
    height: 400px;
    margin-left: 40px;
  }
  .host-details-popup .gallery-box .experience-category .icon-category {
    width: 60px;
    height: 60px;
  }
  .host-details-popup .gallery-box .experience-category .label-category {
    font-size: 18px;
    padding: 6px 10px 5px 65px;
  }
  .host-details-popup .skills-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
  }
  .host-details-popup .skills-box .skills-box-title {
    margin-bottom: 0;
    width: 30%;
    max-width: 400px;
  }
  .host-details-popup .skills-box .skills-slider {
    padding: 20px;
    gap: 20px;
  }
  .host-details-popup .skills-box .skills-card {
    width: 300px;
    font-size: 18px;
    padding: 30px 25px;
  }
  .host-details-popup .desktop-host-info-block .container-l {
    padding-top: 50px;
    padding-bottom: 50px;
    gap: 90px;
  }
  .host-details-popup .desktop-host-info-block .facts-box .facts-box-tex {
    width: 311px;
    height: 290px;
    padding: 40px 35px 60px;
  }
  .host-details-popup .desktop-host-info-block .reviews-quote-box .card-quote {
    padding: 38px 50px 70px 29px;
    width: 352px;
    height: 255px;
    font-size: 18px;
  }
  .host-details-popup .desktop-host-info-block .reviews-quote-box .card-quote::before {
    width: 75px;
    height: 75px;
    top: -25px;
    left: 4px;
  }
  .host-details-popup .desktop-host-info-block .reviews-quote-box .card-quote::after {
    width: 75px;
    height: 75px;
    bottom: 18px;
    right: -1px;
  }
  .host-details-popup .desktop-host-info-block .author-quote-box .author-quote-box-text {
    padding: 40px 35px 85px;
    width: 399px;
    height: 323px;
  }
}
.section-hosts.container-l {
  padding: 30px 15px;
}
@media screen and (min-width: 540px) {
  .section-hosts.container-l {
    padding-right: 0;
  }
}
.section-hosts .hosts-slider {
  padding: 10px 0 65px;
}
.section-hosts .hosts-slider .slider-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 15px;
  height: auto !important;
  width: 291px;
}
.section-hosts .hosts-slider .swiper-button {
  top: auto;
  bottom: 0;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  padding: 10px;
  background-color: var(--color-accent-rose);
  -webkit-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}
.section-hosts .hosts-slider .swiper-button:hover {
  background-color: var(--color-primary);
}
.section-hosts .hosts-slider .swiper-button::after {
  content: "";
  height: 18px;
  width: 20px;
  background-color: var(--color-neutral-lightest);
  -webkit-mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/general-icons-sprite-dcc6f44af9.svg#back-arrow") no-repeat center;
          mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/general-icons-sprite-dcc6f44af9.svg#back-arrow") no-repeat center;
  -webkit-mask-size: cover;
          mask-size: cover;
}
.section-hosts .hosts-slider .swiper-button.swiper-button-next {
  right: 15px;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.section-hosts .hosts-slider .swiper-button.swiper-button-prev {
  right: 84px;
  left: auto;
}
.section-hosts .card-host-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
  color: var(--color-neutral-lightest);
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  width: 260px;
}
.section-hosts .card-host-info:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.section-hosts .card-host-info:hover .btn-view {
  color: var(--color-accent-gold);
}
.section-hosts .card-host-info .card-img {
  border-radius: 20px 20px 0 0;
  height: 184px;
  overflow: hidden;
}
.section-hosts .card-host-info .card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.section-hosts .card-host-info .card-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  font: 500 12px "roc-grotesk", sans-serif;
}
.section-hosts .card-host-info .card-category .icon-category {
  min-width: 20px;
  min-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section-hosts .card-host-info .card-category .icon-category .icon {
  min-width: 20px;
  min-height: 20px;
}
.section-hosts .card-host-info .card-body {
  padding: 0 22px 11px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  gap: 5px;
  background-color: var(--color-primary);
  border-radius: 0 0 20px 20px;
}
.section-hosts .card-host-info .card-body .description {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 3.6em;
  line-height: 1.2em;
  font-size: 15px;
}
.section-hosts .card-host-info .btn-view {
  display: block;
  width: 170px;
  text-decoration: underline;
  text-transform: capitalize;
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear;
  font: 500 15px "roc-grotesk", sans-serif;
  background-color: var(--color-primary);
  padding: 12px 37px 12px 30px;
  text-align: center;
  border-radius: 0 0 20px 20px;
  margin: -1px 0 0 12px;
  clip-path: path("M0.713673 5.25918e-09C-12.7863 0.000244151 169.714 5.25918e-09 169.714 5.25918e-09C158.672 0.127807 153.212 3.81525 145.214 19L138.02 31.1746C134.421 37.264 127.874 41 120.801 41H42.7137C31.668 41 22.7137 32.0464 22.7137 21.0007C22.7137 20.5021 22.7137 20.0016 22.7137 19.5C22.7137 8.5 14.2137 -0.000244141 0.713673 5.25918e-09Z");
}
.section-hosts .card-host-info .card-title {
  font-size: 25px;
  margin: -26px 0 0 -6px;
  line-height: 1;
  padding: 15px 24px;
  background-color: var(--color-accent-gold);
  color: var(--color-text);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 1;
  border-radius: 50%;
}
.section-hosts .card-host-info .card-city {
  font: 500 12px "roc-grotesk", sans-serif;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.section-hosts .card-host-info .reviews-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
  font: 400 15px "freight-sans-pro", sans-serif;
}
.section-hosts .card-host-info .reviews-block .stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-hosts .card-host-info .reviews-block .icon-star {
  width: 15px;
  height: 15px;
  display: block;
  background-color: var(--color-accent-gold);
  -webkit-mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/host-details-popup-19e46ee557.svg#star_yellow") no-repeat center;
          mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/host-details-popup-19e46ee557.svg#star_yellow") no-repeat center;
  -webkit-mask-size: cover;
          mask-size: cover;
}
.section-hosts .card-host-info .reviews-block .reviews-count {
  color: var(--color-neutral-lightest);
}
.section-hosts .card-host-info .reviews-block .reviews {
  color: var(--color-neutral-lightest);
  padding-top: 0;
}

@media screen and (min-width: 1024px) {
  .section-hosts .hosts-slider .slider-item {
    width: 314px;
  }
  .section-hosts .hosts-slider .swiper-button {
    height: 48px;
    width: 48px;
  }
  .section-hosts .hosts-slider .swiper-button::after {
    height: 26px;
    width: 28px;
  }
  .section-hosts .card-host-info {
    width: 283px;
  }
  .section-hosts .card-host-info .card-img {
    height: 202px;
  }
  .section-hosts .card-host-info .card-body {
    gap: 10px;
  }
  .section-hosts .card-host-info .card-body .btn-see-details {
    font-size: 17px;
  }
  .section-hosts .card-host-info .card-category {
    font-size: 14px;
  }
  .section-hosts .card-host-info .card-category .icon-category {
    min-width: 22px;
    min-height: 22px;
  }
  .section-hosts .card-host-info .card-category .icon-category .icon {
    width: 22px;
    height: 22px;
  }
  .section-hosts .card-host-info .card-info-block {
    font-size: 18px;
  }
  .section-hosts .card-host-info .reviews-block {
    font-size: 18px;
    gap: 6px;
  }
  .section-hosts .card-host-info .reviews-block .icon-star {
    width: 20px;
    height: 20px;
  }
}
.what-excites-you-most-section {
  padding: 40px 0;
}
.what-excites-you-most-section .container-l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  max-width: 1260px;
}
.what-excites-you-most-section .title-block {
  text-align: center;
  margin: 5px;
}
.what-excites-you-most-section .what-excites-you-most-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}
.what-excites-you-most-section .what-excites-you-most-grid .what-excites-you-most-card {
  border-radius: 15px;
  overflow: hidden;
  background: var(--color-white);
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
  width: calc(33.3333333333% - 10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.what-excites-you-most-section .what-excites-you-most-grid .what-excites-you-most-card .card-text-content {
  padding: 10px;
  height: 104px;
}
.what-excites-you-most-section .what-excites-you-most-grid .what-excites-you-most-card .card-text-content .card-title {
  margin: 0;
  font-weight: 700;
}
.what-excites-you-most-section .what-excites-you-most-grid .what-excites-you-most-card .card-text-content .card-description {
  margin: 0;
  overflow: hidden;
  height: 0;
  opacity: 0;
  -webkit-transition: overflow 0.3s ease, height 0.3s ease, opacity 0.3s ease;
  transition: overflow 0.3s ease, height 0.3s ease, opacity 0.3s ease;
}
.what-excites-you-most-section .what-excites-you-most-grid .what-excites-you-most-card .card-image-wrapper {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 110px;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
.what-excites-you-most-section .what-excites-you-most-grid .what-excites-you-most-card .card-image-wrapper::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(30, 30, 30, 0)), color-stop(90.5%, rgba(30, 21, 3, 0.35)));
  background: linear-gradient(180deg, rgba(30, 30, 30, 0) 0, rgba(30, 21, 3, 0.35) 90.5%);
}
.what-excites-you-most-section .what-excites-you-most-grid .what-excites-you-most-card .card-image-wrapper img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.what-excites-you-most-section .what-excites-you-most-grid .what-excites-you-most-card .btn-primary-link {
  position: absolute;
  bottom: 13px;
  right: 10%;
  font-size: 0;
  padding: 15px 15px;
  background-color: transparent;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.what-excites-you-most-section .what-excites-you-most-grid .what-excites-you-most-card .btn-primary-link::before {
  background: var(--color-primary);
}
.what-excites-you-most-section .what-excites-you-most-grid .what-excites-you-most-card .btn-primary-link::after {
  background: var(--color-neutral-lightest);
}
.what-excites-you-most-section .what-excites-you-most-grid .what-excites-you-most-card.active {
  width: 100%;
}
.what-excites-you-most-section .what-excites-you-most-grid .what-excites-you-most-card.active .card-text-content {
  padding: 15px 20px 10px;
}
.what-excites-you-most-section .what-excites-you-most-grid .what-excites-you-most-card.active .card-text-content .card-description {
  opacity: 1;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  overflow: visible;
}
.what-excites-you-most-section .what-excites-you-most-grid .what-excites-you-most-card.active .card-image-wrapper {
  min-height: 73px;
}
.what-excites-you-most-section .what-excites-you-most-grid .what-excites-you-most-card.active .btn-primary-link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: var(--color-accent-gold);
  left: 20px;
  right: auto;
  font-size: 15px;
  padding: 10px 50px 10px 30px;
}
.what-excites-you-most-section .what-excites-you-most-grid .what-excites-you-most-card.active .btn-primary-link::before {
  background: var(--color-neutral-lightest);
}
.what-excites-you-most-section .what-excites-you-most-grid .what-excites-you-most-card.active .btn-primary-link::after {
  background: var(--color-primary);
}
.what-excites-you-most-section .what-excites-you-most-grid .what-excites-you-most-card.active .btn-primary-link:hover {
  color: var(--color-primary);
  background: var(--color-neutral-lightest);
}

@media screen and (min-width: 768px) {
  .what-excites-you-most-section {
    padding: 60px 0;
  }
  .what-excites-you-most-section .container-l {
    gap: 30px;
  }
  .what-excites-you-most-section .text-comment {
    font-size: 22px;
  }
  .what-excites-you-most-section .what-excites-you-most-grid {
    gap: 20px;
  }
  .what-excites-you-most-section .what-excites-you-most-grid .what-excites-you-most-card {
    width: calc(50% - 10px);
  }
  .what-excites-you-most-section .what-excites-you-most-grid .what-excites-you-most-card .card-text-content {
    padding: 15px 20px 10px;
  }
  .what-excites-you-most-section .what-excites-you-most-grid .what-excites-you-most-card .card-text-content .card-description {
    opacity: 1;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    overflow: visible;
  }
  .what-excites-you-most-section .what-excites-you-most-grid .what-excites-you-most-card .card-image-wrapper {
    min-height: 110px;
    max-height: 110px;
  }
  .what-excites-you-most-section .what-excites-you-most-grid .what-excites-you-most-card.active {
    width: calc(50% - 10px);
  }
  .what-excites-you-most-section .what-excites-you-most-grid .what-excites-you-most-card.active .card-image-wrapper {
    min-height: 110px;
  }
}
@media screen and (min-width: 1200px) {
  .what-excites-you-most-section .what-excites-you-most-grid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .what-excites-you-most-section .what-excites-you-most-grid .what-excites-you-most-card {
    width: calc(20% - 10px);
  }
  .what-excites-you-most-section .what-excites-you-most-grid .what-excites-you-most-card .card-text-content {
    padding: 30px 15px 20px;
    height: 162px;
  }
  .what-excites-you-most-section .what-excites-you-most-grid .what-excites-you-most-card .card-text-content .card-description {
    overflow: hidden;
    height: 0;
    opacity: 0;
  }
  .what-excites-you-most-section .what-excites-you-most-grid .what-excites-you-most-card .card-image-wrapper {
    min-height: 172px;
    max-height: 172px;
  }
  .what-excites-you-most-section .what-excites-you-most-grid .what-excites-you-most-card .btn-primary-link {
    bottom: 13px;
    left: auto;
    right: 10%;
    font-size: 0;
    padding: 15px 15px;
    background-color: transparent;
  }
  .what-excites-you-most-section .what-excites-you-most-grid .what-excites-you-most-card .btn-primary-link::before {
    background: var(--color-primary);
  }
  .what-excites-you-most-section .what-excites-you-most-grid .what-excites-you-most-card .btn-primary-link::after {
    background: var(--color-neutral-lightest);
  }
  .what-excites-you-most-section .what-excites-you-most-grid .what-excites-you-most-card.active {
    width: 42%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .what-excites-you-most-section .what-excites-you-most-grid .what-excites-you-most-card.active .card-text-content {
    padding: 30px 15px 20px;
  }
  .what-excites-you-most-section .what-excites-you-most-grid .what-excites-you-most-card.active .card-text-content .card-description {
    opacity: 1;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    overflow: visible;
  }
  .what-excites-you-most-section .what-excites-you-most-grid .what-excites-you-most-card.active .card-image-wrapper {
    min-height: 172px;
    max-height: 172px;
  }
}
.travelers-love-section {
  padding-top: 50px;
  padding-bottom: 50px;
}
.travelers-love-section .title-block {
  text-align: center;
  margin-bottom: 30px;
  font-size: 18px;
}
.travelers-love-section .title-block .subtitle {
  margin: 0;
}
.travelers-love-section .key-differentiators-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.travelers-love-section .key-differentiators-block .key-differentiators-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 5px;
  max-width: 350px;
}
.travelers-love-section .key-differentiators-block .key-differentiators-title {
  margin: 0;
  font-weight: 700;
  max-width: 250px;
}
.travelers-love-section .key-differentiators-block .icon {
  content: "";
  display: block;
  width: 44px;
  height: 44px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: var(--color-accent-rose);
}
.travelers-love-section .key-differentiators-block .icon.icon-tailored {
  -webkit-mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/general-icons-sprite-dcc6f44af9.svg#icon-tailored") center/cover no-repeat;
          mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/general-icons-sprite-dcc6f44af9.svg#icon-tailored") center/cover no-repeat;
}
.travelers-love-section .key-differentiators-block .icon.icon-review {
  -webkit-mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/general-icons-sprite-dcc6f44af9.svg#icon-review") center/cover no-repeat;
          mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/general-icons-sprite-dcc6f44af9.svg#icon-review") center/cover no-repeat;
}
.travelers-love-section .key-differentiators-block .icon.icon-deal {
  -webkit-mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/general-icons-sprite-dcc6f44af9.svg#icon-deal") center/cover no-repeat;
          mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/general-icons-sprite-dcc6f44af9.svg#icon-deal") center/cover no-repeat;
}

@media screen and (min-width: 768px) {
  .travelers-love-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .travelers-love-section .title-block {
    margin-bottom: 40px;
    font-size: 22px;
  }
  .travelers-love-section .title-block .title {
    margin-bottom: 10px;
  }
  .travelers-love-section .key-differentiators-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 30px;
  }
  .travelers-love-section .key-differentiators-block .key-differentiators-item {
    gap: 10px;
  }
  .travelers-love-section .key-differentiators-block .key-differentiators-title {
    max-width: 226px;
  }
  .travelers-love-section .icon {
    width: 55px;
    height: 55px;
  }
}
.favorite-experience-icon-box,
.favorite-article-icon-box,
.favorite-suggested-product-icon-box {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 7px;
  right: 10px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 9;
}
.favorite-experience-icon-box .favorite-experience,
.favorite-experience-icon-box .favorite-article,
.favorite-experience-icon-box .favorite-suggested-product,
.favorite-article-icon-box .favorite-experience,
.favorite-article-icon-box .favorite-article,
.favorite-article-icon-box .favorite-suggested-product,
.favorite-suggested-product-icon-box .favorite-experience,
.favorite-suggested-product-icon-box .favorite-article,
.favorite-suggested-product-icon-box .favorite-suggested-product {
  display: inline-block;
  width: 28px;
  height: 28px;
  background-color: transparent;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.favorite-experience-icon-box .favorite-experience::after,
.favorite-experience-icon-box .favorite-article::after,
.favorite-experience-icon-box .favorite-suggested-product::after,
.favorite-article-icon-box .favorite-experience::after,
.favorite-article-icon-box .favorite-article::after,
.favorite-article-icon-box .favorite-suggested-product::after,
.favorite-suggested-product-icon-box .favorite-experience::after,
.favorite-suggested-product-icon-box .favorite-article::after,
.favorite-suggested-product-icon-box .favorite-suggested-product::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: var(--color-primary);
  -webkit-mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/general-icons-sprite-dcc6f44af9.svg#heart_white") no-repeat center;
          mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/general-icons-sprite-dcc6f44af9.svg#heart_white") no-repeat center;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  z-index: 2;
}
.favorite-experience-icon-box .favorite-article-checked,
.favorite-experience-icon-box .favorite-experience-checked,
.favorite-experience-icon-box .favorite-suggested-product-checked,
.favorite-article-icon-box .favorite-article-checked,
.favorite-article-icon-box .favorite-experience-checked,
.favorite-article-icon-box .favorite-suggested-product-checked,
.favorite-suggested-product-icon-box .favorite-article-checked,
.favorite-suggested-product-icon-box .favorite-experience-checked,
.favorite-suggested-product-icon-box .favorite-suggested-product-checked {
  -webkit-mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/general-icons-sprite-dcc6f44af9.svg#heart_checked") no-repeat center;
          mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/general-icons-sprite-dcc6f44af9.svg#heart_checked") no-repeat center;
  background: var(--color-primary);
}
.favorite-experience-icon-box .favorite-article-checked::after,
.favorite-experience-icon-box .favorite-experience-checked::after,
.favorite-experience-icon-box .favorite-suggested-product-checked::after,
.favorite-article-icon-box .favorite-article-checked::after,
.favorite-article-icon-box .favorite-experience-checked::after,
.favorite-article-icon-box .favorite-suggested-product-checked::after,
.favorite-suggested-product-icon-box .favorite-article-checked::after,
.favorite-suggested-product-icon-box .favorite-experience-checked::after,
.favorite-suggested-product-icon-box .favorite-suggested-product-checked::after {
  display: none;
}
@media screen and (min-width: 520px) {
  .favorite-experience-icon-box,
  .favorite-article-icon-box,
  .favorite-suggested-product-icon-box {
    width: 40px;
    height: 40px;
    top: 7px;
  }
  .favorite-experience-icon-box .favorite-experience,
  .favorite-experience-icon-box .favorite-article,
  .favorite-article-icon-box .favorite-experience,
  .favorite-article-icon-box .favorite-article,
  .favorite-suggested-product-icon-box .favorite-experience,
  .favorite-suggested-product-icon-box .favorite-article {
    width: 38px;
    height: 38px;
  }
}

.favorite-suggested-product-icon-box {
  width: 34px;
  height: 34px;
  background: var(--color-white);
  border-radius: 50%;
  top: 13px;
  right: 13px;
}
.favorite-suggested-product-icon-box .favorite-suggested-product {
  width: 20px;
  height: 20px;
}
.favorite-suggested-product-icon-box .favorite-suggested-product::after {
  width: 20px;
  height: 20px;
}

.city-card {
  width: calc(50% - 8px);
  position: relative;
}
.city-card a {
  width: 100%;
  text-decoration: none;
  text-align: center;
  display: block;
  position: relative;
  border-radius: 13px;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.city-card a:hover {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
  -webkit-filter: revert;
          filter: revert;
}
.city-card a .img-content {
  width: 100%;
  height: 165px;
}
.city-card a .img-content img {
  display: inline-block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.city-card a .name {
  width: 100%;
  background-color: var(--color-neutral-lighter);
  padding: 12px 15px;
  overflow: hidden;
  margin: 0;
  font-size: 18px;
}

@media screen and (min-width: 768px) {
  .city-card {
    width: calc(33.3333333333% - 15px);
  }
  .city-card:nth-child(1n+21) {
    display: block;
    visibility: visible;
    height: auto;
  }
  .city-card a .img-content {
    height: 195px;
  }
}
@media screen and (min-width: 1024px) {
  .city-card {
    width: calc(25% - 25px);
  }
}
.promo-section {
  padding: 30px 0;
  margin: 0 auto;
}
.promo-section .promo-block {
  margin-bottom: 20px;
}
.promo-section .promo-block-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.promo-section .promo-block .title-desktop {
  display: none;
}
.promo-section .promo-block .title-mobile {
  text-align: center;
  margin-bottom: 10px;
}
.promo-section .promo-block svg {
  height: 90px;
  width: 90px;
}
.promo-section .promo-block .text {
  color: var(--color-text);
  font-size: 14px;
  max-width: 295px;
  margin: 0;
}
.promo-section .promo-block .text b {
  font-family: roc-grotesk, sans-serif;
  font-weight: 700;
}
.promo-section .promo-block .text .promo-code {
  font-family: Architects-Daughter, sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  cursor: pointer;
}
.promo-section .swiper-wrapper {
  padding: 10px 10px;
}
.promo-section .continent-title {
  margin: 0 auto;
  max-width: 850px;
}
.promo-section .city-card {
  background: var(--color-neutral-lighter);
  max-width: 240px;
  min-width: 190px;
  width: calc(50% - 12px) !important;
  border-radius: 12.636px;
  -webkit-box-shadow: 0 3.8px 3.8px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 3.8px 3.8px 0 rgba(0, 0, 0, 0.25);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.promo-section .city-card:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.promo-section .city-card.mobile-slide {
  max-width: 216px;
}
.promo-section .city-card .image-block {
  height: 161px;
}
.promo-section .city-card .image-block img {
  width: 100%;
  height: 100%;
  border-radius: 12.636px 12.636px 0 0;
}
.promo-section .city-card h3 {
  padding: 11px;
  font-size: 18px;
}

@media screen and (min-width: 768px) {
  .promo-section {
    padding: 50px 0;
  }
  .promo-section .promo-block {
    margin-bottom: 40px;
  }
  .promo-section .promo-block-wrapper {
    gap: 35px;
  }
  .promo-section .promo-block .title-desktop {
    display: inline-block;
  }
  .promo-section .promo-block .title-mobile {
    display: none;
  }
  .promo-section .promo-block svg {
    height: 160px;
    width: 160px;
  }
  .promo-section .promo-block .text {
    font-size: 22px;
    max-width: 650px;
  }
  .promo-section .promo-block .text .promo-code {
    font-size: 30px;
  }
  .promo-section .cities-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .promo-cities-slider-mobile, .promo-cities-slider {
    padding: 0 30px;
  }
}
.card-experience-wrapper {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-filter: drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.15));
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}

.card-experience {
  background-color: var(--white-basic);
  color: var(--color-primary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 250px;
  width: 250px;
  height: 340px;
  max-height: 340px;
  position: relative;
  clip-path: path("M250 299.547C250 306.726 244.18 312.547 237 312.547C229.82 312.547 224 318.367 224 325.547V326.273C224 333.854 217.854 340 210.273 340H15C6.71572 340 0 333.284 0 325V15C0 6.71572 6.71573 0 15 0H235C243.284 0 250 6.71573 250 15V299.547Z");
  border-radius: 15px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (hover: hover) {
  .card-experience:hover {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  .card-experience:hover .card-body-content {
    display: none;
  }
  .card-experience:hover .description {
    display: block;
  }
}
.card-experience .card-experience-link {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.card-experience .card-img {
  width: 100%;
  height: 143px;
  position: relative;
}
.card-experience .card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px 15px 0 0;
}
.card-experience .card-title {
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 55px;
  min-height: 55px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: -webkit-fill-available;
  font: 500 18px "roc-grotesk", sans-serif;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .card-experience .card-title {
    font-size: 20px;
    max-height: 40px;
    min-height: 40px;
  }
}
.card-experience .card-body {
  height: 197px;
  padding: 20px 15px 10px 15px;
}
.card-experience .card-body-content {
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 12px;
}
.card-experience .card-body .content-block-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.card-experience .card-body .city-label {
  font: 500 12px "roc-grotesk", sans-serif;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.card-experience .card-body-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.card-experience .card-body .content-block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.card-experience .card-body .view-experience {
  margin-top: auto;
  text-decoration: underline;
  font: 500 15px "roc-grotesk", sans-serif;
}
.card-experience .description {
  display: none;
  margin: 0;
  padding: 10px 15px 0;
}
.card-experience .card-category {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  padding: 4px 15px;
  border-radius: 20px;
  font: 500 12px "roc-grotesk", sans-serif;
  text-transform: uppercase;
  background-color: var(--color-accent-gold);
  position: absolute;
  bottom: -10px;
  left: 15px;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.card-experience .experience-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  padding-left: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font: 500 15px freight-sans-pro, sans-serif;
}
.card-experience .experience-rating:before {
  display: none;
}
.card-experience .experience-rating .rating-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.card-experience .experience-rating .stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.card-experience .experience-rating .star {
  -webkit-mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/experience-card-sprite-726559fd4d.svg#star-yellow") center no-repeat;
          mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/experience-card-sprite-726559fd4d.svg#star-yellow") center no-repeat;
  background: var(--color-accent-rose);
  width: 15px;
  height: 15px;
}
.card-experience .duration-rating-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.card-experience .experience-information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  margin-top: auto;
}
.card-experience .experience-information .experience-price,
.card-experience .experience-information .experience-duration {
  padding-left: 20px;
  position: relative;
  font-size: 14px;
  font: 500 15px freight-sans-pro, sans-serif;
}
.card-experience .experience-information .experience-price:before,
.card-experience .experience-information .experience-duration:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-size: cover !important;
  position: absolute;
  top: 0;
  left: 0;
}
.card-experience .experience-information .experience-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
}
.card-experience .experience-information .experience-price:before {
  background: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/experience-card-sprite-726559fd4d.svg#price-tag") center no-repeat;
  left: -3px;
  width: 18px;
  height: 18px;
}
.card-experience .experience-information .experience-price .price {
  font: 700 15px "roc-grotesk", sans-serif;
}
.card-experience .experience-information .experience-price .price-text {
  font-weight: 500;
}
.card-experience .experience-information.with-partner {
  gap: 5px;
}
.card-experience .experience-information.with-partner .experience-price {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.card-experience .experience-information.with-partner .experience-price:before {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.card-experience .experience-information.with-partner .experience-price .price {
  position: relative;
}
.card-experience .experience-information.with-partner .experience-price .price::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  border-radius: 1px;
  background: var(--color-primary);
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}
.card-experience .experience-information.with-partner .experience-price .partner-price {
  font: 700 15px "roc-grotesk", sans-serif;
  color: var(--color-accent-rose);
}
.card-experience .experience-information .experience-duration:before {
  background: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/experience-card-sprite-726559fd4d.svg#clock") center no-repeat;
}

@media screen and (min-width: 768px) {
  .card-experience-wrapper {
    -webkit-filter: drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.15));
            filter: drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.15));
  }
  .card-experience {
    max-width: 332px;
    max-height: 267px;
    width: 332px;
    height: 267px;
    clip-path: path("M332 220.192C332 228.145 325.553 234.592 317.6 234.592H316.77C308.817 234.592 302.37 241.04 302.37 248.992V253.1C302.37 261.053 295.923 267.5 287.97 267.5H14.4C6.44709 267.5 0 261.053 0 253.1V14.4C0 6.44709 6.4471 0 14.4 0H317.6C325.553 0 332 6.4471 332 14.4V220.192Z");
  }
  .card-experience .card-img {
    height: 117px;
  }
  .card-experience .card-title {
    font-size: 20px;
    -webkit-line-clamp: 2;
  }
  .card-experience .card-body {
    height: 150.5px;
    padding: 15px;
  }
  .card-experience .duration-rating-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 10px;
  }
  .card-experience .view-experience {
    display: none;
  }
  .card-experience .experience-information {
    gap: 10px;
  }
}
.popular-cities-section .slider-city-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 270px;
  -webkit-box-shadow: 0 3.6px 3.6px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 3.6px 3.6px 0 rgba(0, 0, 0, 0.25);
  border-radius: 14px;
  overflow: hidden;
}
.popular-cities-section .slider-city-card .image-container {
  height: 209px;
  position: relative;
}
.popular-cities-section .slider-city-card .image-container img {
  width: 100%;
  height: 100%;
}
.popular-cities-section .slider-city-card .title {
  color: var(--color-neutral-lightest);
  position: absolute;
  left: 25px;
  bottom: 15px;
  margin: 0;
  font-weight: 700;
  font-size: 36px;
}
.popular-cities-section .slider-city-card .host-info-block {
  position: absolute;
  top: 20px;
  right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.popular-cities-section .slider-city-card .host-info-block .circle {
  width: 36px;
  height: 36px;
  border: 1px solid var(--color-neutral-lightest);
  background: var(--color-accent-rose);
  color: var(--color-neutral-lightest);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  font: 500 14px roc-grotesk, sans-serif;
  overflow: hidden;
}
.popular-cities-section .slider-city-card .host-info-block .circle.image-circle {
  margin-right: -18px;
}
.popular-cities-section .slider-city-card .host-info-block .circle.image-circle img {
  width: 100%;
  height: 100%;
}
.popular-cities-section .slider-city-card .info-block {
  background: var(--color-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 17px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 17px 12px;
  text-align: center;
}
.popular-cities-section .slider-city-card .btn-primary-link {
  font-size: 18px;
  padding-right: 42px;
  padding-left: 25px;
}
.popular-cities-section .slider-city-card .description {
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  .popular-cities-section .slider-city-card {
    width: 300px;
    border-radius: 15px;
  }
  .popular-cities-section .slider-city-card .image-container {
    height: 232px;
  }
  .popular-cities-section .slider-city-card .title {
    font-size: 40px;
  }
  .popular-cities-section .slider-city-card .host-info-block .circle {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
  .popular-cities-section .slider-city-card .description {
    font-size: 18px;
  }
  .popular-cities-section .slider-city-card .btn-primary-link {
    font-size: 20px;
  }
}

.section-find-your-destination {
  padding: 0;
  position: relative;
  background: rgba(0, 0, 0, 0.15);
}
.section-find-your-destination .background-block {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.section-find-your-destination .background-block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-find-your-destination .container-s {
  padding: 54px 20px;
  position: relative;
}
.section-find-your-destination .action-block {
  padding: 30px 20px;
  border-radius: 30px;
  background-color: var(--color-neutral-lightest);
  width: 100%;
  max-width: 455px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.section-find-your-destination .action-block .title {
  margin-bottom: 0;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .section-find-your-destination .action-block {
    padding: 20px 40px;
  }
}
@media screen and (min-width: 1600px) {
  .section-find-your-destination .background-block img {
    -o-object-position: center 30%;
       object-position: center 30%;
  }
}
.real-stories-section {
  overflow: hidden;
}
.real-stories-section .content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.real-stories-section .description {
  font-size: 18px;
}
.real-stories-section .stories-container {
  margin-top: 25px;
  height: 400px;
  position: relative;
}
.real-stories-section .stories-container :nth-child(1) {
  -webkit-transform: rotate(-6deg);
          transform: rotate(-6deg);
  bottom: 0;
  left: -220px;
}
.real-stories-section .stories-container :nth-child(2) {
  -webkit-transform: rotate(3deg);
          transform: rotate(3deg);
  bottom: -25px;
  left: -120px;
}
.real-stories-section .stories-container :nth-child(3) {
  -webkit-transform: rotate(-6deg);
          transform: rotate(-6deg);
  bottom: -10px;
  left: -5px;
}
.real-stories-section .stories-container :nth-child(4) {
  -webkit-transform: rotate(1deg);
          transform: rotate(1deg);
  bottom: -25px;
  left: 102px;
  z-index: 0;
}
.real-stories-section .stories-container :nth-child(5) {
  visibility: hidden;
}
.real-stories-section .real-story-block {
  background: var(--color-white);
  padding: 6.5px;
  width: 130px;
  height: 160px;
  border-radius: 5.5px;
  -webkit-box-shadow: 1.98px -1.98px 1.98px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 1.98px -1.98px 1.98px 0 rgba(0, 0, 0, 0.25);
  position: absolute;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.real-stories-section .real-story-block.active {
  bottom: 200px !important;
}
.real-stories-section .real-story-block.highlighted {
  background: var(--color-primary);
  color: var(--color-neutral-lightest);
}
.real-stories-section .real-story-block.highlighted img {
  display: none;
}
.real-stories-section .real-story-block.highlighted .card-title {
  display: block;
}
.real-stories-section .real-story-block .card-title {
  display: none;
  font: 400 13px Architects-Daughter, sans-serif;
  padding: 15px 10px 0 30px;
}
.real-stories-section .real-story-block img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  -webkit-transform: none !important;
          transform: none !important;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .real-stories-section .description {
    font-size: 22px;
  }
  .real-stories-section .stories-container {
    margin-top: 25px;
    height: 400px;
    position: relative;
  }
  .real-stories-section .stories-container :nth-child(1) {
    -webkit-transform: rotate(-6deg);
            transform: rotate(-6deg);
    bottom: -160px;
    left: -420px;
    z-index: 3;
  }
  .real-stories-section .stories-container :nth-child(2) {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
    bottom: -125px;
    left: -200px;
    z-index: 2;
  }
  .real-stories-section .stories-container :nth-child(2) .card-title {
    padding-left: 45px;
  }
  .real-stories-section .stories-container :nth-child(3) {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
    bottom: -175px;
    left: -5px;
    z-index: 1;
  }
  .real-stories-section .stories-container :nth-child(3) .card-title {
    padding-left: 50px;
  }
  .real-stories-section .stories-container :nth-child(4) {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
    bottom: -150px;
    left: 190px;
    z-index: 0;
  }
  .real-stories-section .stories-container :nth-child(4) .card-title {
    padding-left: 55px;
    padding-right: 55px;
  }
  .real-stories-section .real-story-block {
    background: var(--color-white);
    padding: 11px;
    width: 250px;
    height: 321px;
    border-radius: 11px;
  }
  .real-stories-section .real-story-block.active {
    bottom: 70px !important;
  }
  .real-stories-section .real-story-block .card-title {
    font-size: 18px;
  }
  .real-stories-section .real-story-block img {
    border-radius: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .real-stories-section .stories-container :nth-child(1) {
    left: -520px;
  }
  .real-stories-section .stories-container :nth-child(1) .card-title {
    padding: 15px 10px 0;
  }
  .real-stories-section .stories-container :nth-child(2) {
    left: -290px;
  }
  .real-stories-section .stories-container :nth-child(2) .card-title {
    padding: 15px 10px 0 35px;
  }
  .real-stories-section .stories-container :nth-child(3) {
    left: -75px;
  }
  .real-stories-section .stories-container :nth-child(3) .card-title {
    padding: 15px 10px 0 30px;
  }
  .real-stories-section .stories-container :nth-child(4) {
    left: 125px;
  }
  .real-stories-section .stories-container :nth-child(4) .card-title {
    padding: 15px 25px 0 45px;
  }
  .real-stories-section .stories-container :nth-child(5) {
    visibility: visible;
    -webkit-transform: rotate(1deg);
            transform: rotate(1deg);
    bottom: -175px;
    left: 340px;
  }
  .real-stories-section .stories-container :nth-child(5) .card-title {
    padding: 15px 10px 0;
  }
}

.reviews-stories-section {
  overflow: hidden;
  padding: 50px 0 20px;
}
.reviews-stories-section .content-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.reviews-stories-section .middle-part {
  min-width: 160px;
  max-width: 160px;
  height: 225px;
  margin-top: 12px;
}
.reviews-stories-section .middle-part img,
.reviews-stories-section .middle-part video {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
.reviews-stories-section .left-part,
.reviews-stories-section .right-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.reviews-stories-section .left-part .small,
.reviews-stories-section .right-part .middle {
  display: none;
}
.reviews-stories-section .images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  height: 270px;
  width: 90px;
}
.reviews-stories-section .images img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.reviews-stories-section .images.small .container-img {
  height: 33.3333333333%;
}
.reviews-stories-section .images.small img {
  border-radius: 8px;
}
.reviews-stories-section .images.middle .container-img {
  height: 50%;
}
.reviews-stories-section .images.middle img {
  border-radius: 10px;
}
.reviews-stories-section .images.large {
  display: none;
}
.reviews-stories-section .images.large img {
  border-radius: 12px;
}
.reviews-stories-section .images.last {
  display: none;
}
.reviews-stories-section .section-reviews .title-block {
  text-align: center;
  margin-bottom: 25px;
  max-width: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.reviews-stories-section .section-reviews .description {
  font-size: 18px;
}
.reviews-stories-section .section-reviews .reviews-list .swiper-slide .review-card {
  border: none;
  height: 230px;
  max-height: 230px;
}
.reviews-stories-section .section-reviews .reviews-list .swiper-slide .review-card .card-header {
  background: var(--color-neutral-lightest);
  line-height: 110%;
}
.reviews-stories-section .section-reviews .reviews-list .swiper-slide .review-card .card-header .first-letter-block {
  background: var(--color-accent-gold);
  color: var(--color-primary);
  font-size: 40px;
  width: 67px;
  height: 67px;
  border-radius: 50%;
}
.reviews-stories-section .section-reviews .reviews-list .swiper-slide .review-card .card-header .list-stars {
  margin-bottom: 5px;
}
.reviews-stories-section .section-reviews .reviews-list .swiper-slide .review-card .card-header .reviews-info {
  color: var(--color-text);
  font-size: 22px;
}
.reviews-stories-section .section-reviews .reviews-list .swiper-slide .review-card .card-content {
  background: var(--color-neutral-lightest);
  padding-bottom: 0;
}
.reviews-stories-section .section-reviews .swiper .swiper-button {
  bottom: 30px;
}
@media screen and (min-width: 768px) {
  .reviews-stories-section {
    padding-top: 100px;
  }
  .reviews-stories-section .middle-part {
    min-width: 250px;
    max-width: 250px;
    height: 350px;
    margin-top: 0;
  }
  .reviews-stories-section .middle-part img {
    cursor: pointer;
  }
  .reviews-stories-section .images {
    width: 160px;
  }
  .reviews-stories-section .images.small {
    display: none;
    height: 495px;
  }
  .reviews-stories-section .images.middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 385px;
    margin-top: 20px;
  }
  .reviews-stories-section .images.large {
    height: 340px;
  }
  .reviews-stories-section img {
    border-radius: 15px;
  }
  .reviews-stories-section .section-reviews .title {
    margin-bottom: 10px;
  }
  .reviews-stories-section .section-reviews .description {
    font-size: 22px;
  }
  .reviews-stories-section .section-reviews .btn-primary-link {
    margin-top: -88px;
    z-index: 10;
  }
  .reviews-stories-section .section-reviews .reviews-list .swiper-slide .review-card .card-content {
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .reviews-stories-section .images.middle {
    margin-top: 55px;
  }
  .reviews-stories-section .images.large {
    margin-top: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .reviews-stories-section .section-reviews {
    margin-top: -80px;
  }
  .reviews-stories-section .section-reviews .description {
    max-width: 415px;
  }
}
@media screen and (min-width: 1400px) {
  .reviews-stories-section .images.small {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
  }
  .reviews-stories-section .section-reviews {
    margin-top: -130px;
  }
  .reviews-stories-section .section-reviews .container-xl {
    padding: 0 140px;
  }
}
@media screen and (min-width: 1920px) {
  .reviews-stories-section .images.last {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 147px;
    height: 340px;
  }
  .reviews-stories-section .section-reviews .container-xl {
    padding: 0 200px;
  }
}

.card-reviews {
  padding: 15px 17px;
  border-radius: 10px;
  border: 1px solid var(--color-supportive);
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: var(--color-text);
}
.card-reviews .card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.card-reviews .card-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.card-reviews .reviews-info {
  font-size: 13px;
  color: var(--color-primary);
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3px;
}
.card-reviews .reviews-content {
  margin: 10px 0;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card-reviews .reviews-content.full {
  -webkit-line-clamp: unset;
  max-height: none;
}
.card-reviews .btn-show-more {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: underline;
  font-family: roc-grotesk, sans-serif;
  font-weight: 500;
  font-size: 15px;
  cursor: pointer;
}
.card-reviews .btn-show-more:hover {
  color: var(--yellow-basic);
}
.card-reviews .list-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1px;
}
.card-reviews .icon-star {
  width: 17px;
  height: 17px;
  display: block;
  background-color: var(--color-accent-rose);
  -webkit-mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/reviews-section-sprite-239f3eef30.svg#star_yellow") no-repeat center;
          mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/reviews-section-sprite-239f3eef30.svg#star_yellow") no-repeat center;
  -webkit-mask-size: cover;
          mask-size: cover;
}

@media screen and (min-width: 768px) {
  .card-reviews {
    border: 0;
    font-size: 17px;
  }
  .card-reviews .card-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .card-reviews .card-header .reviews-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 16px;
    text-align: right;
  }
  .card-reviews .card-header .reviews-info .reviews-info-name {
    font: 500 18px roc-grotesk, sans-serif;
  }
  .card-reviews .btn-show-more {
    font-size: 18px;
  }
}
.review-card {
  max-width: 340px;
  width: 340px;
  height: 265px;
  max-height: 265px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  border: 2px solid var(--color-text);
  border-radius: 24px;
}
.review-card .card-header {
  background: var(--color-accent-gold);
  padding: 25px 25px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.review-card .card-header .first-letter-block {
  background: var(--color-text);
  color: var(--color-neutral-lightest);
  font: 700 32px roc-grotesk, sans-serif;
  border-radius: 27px;
  width: 54px;
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.review-card .card-header .reviews-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: var(--color-text);
  font-size: 20px;
}
.review-card .card-header .reviews-info-name {
  font-family: roc-grotesk, sans-serif;
  font-weight: 700;
}
.review-card .card-header .list-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3px;
}
.review-card .card-header .list-stars .icon-star {
  width: 18px;
  height: 18px;
  display: block;
  background: var(--color-accent-rose);
  -webkit-mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/reviews-section-sprite-239f3eef30.svg#star_yellow") no-repeat center;
          mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/reviews-section-sprite-239f3eef30.svg#star_yellow") no-repeat center;
  -webkit-mask-size: cover;
          mask-size: cover;
}
.review-card .card-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px 25px 25px;
  background: var(--color-white);
}
.review-card .card-content .reviews-content {
  margin: 0;
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.review-card .card-content .btn-show-more {
  margin-top: auto;
  font-family: roc-grotesk, sans-serif;
  font-size: 20px;
  text-decoration: underline;
  color: var(--color-text);
  padding-top: 8px;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .review-card {
    max-width: 365px;
    width: 365px;
    height: 280px;
    max-height: 280px;
  }
  .review-card .card-header {
    padding: 30px 30px 18px;
    gap: 20px;
  }
  .review-card .card-header .first-letter-block {
    font-size: 40px;
    border-radius: 34px;
    width: 68px;
    height: 68px;
  }
  .review-card .card-header .reviews-info {
    font-size: 22px;
  }
  .review-card .card-header .list-stars .icon-star {
    width: 20px;
    height: 20px;
  }
  .review-card .card-content {
    padding: 13px 30px 25px;
  }
  .review-card .card-content .reviews-content {
    line-height: 25px;
    -webkit-line-clamp: 4;
  }
}
.section-reviews {
  padding: 30px 0;
}
.section-reviews .title-block {
  text-align: center;
}
.section-reviews .title-block .title {
  margin-bottom: 0;
}
.section-reviews .title-block .subtitle {
  font-size: 18px;
}
.section-reviews .filter-block {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .section-reviews .filter-block {
    min-height: 75px;
  }
}
.section-reviews .experience-review-video {
  margin-bottom: 50px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-reviews .experience-review-video .video-box {
  position: relative;
  width: 210px;
  height: 280px;
  border-radius: 10px;
  overflow: hidden;
}
.section-reviews .experience-review-video .video-box .play-button {
  background: transparent;
  border: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  padding: 0;
}
.section-reviews .experience-review-video .video-box .play-button i {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/reviews-section-sprite-239f3eef30.svg#play-button") no-repeat center;
          mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/reviews-section-sprite-239f3eef30.svg#play-button") no-repeat center;
  background-color: #F8F8EE;
  -webkit-mask-size: contain !important;
          mask-size: contain !important;
}
.section-reviews .experience-review-video video, .section-reviews .experience-review-video img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-reviews .experience-review-video .video-title {
  display: block;
  position: relative;
  top: 25px;
  left: 50px;
  max-width: 170px;
  padding: 0;
  color: var(--color-accent-rose);
  font: 500 12px Architects-Daughter, sans-serif;
  line-height: 1.2;
}
.section-reviews .experience-review-video .video-title::before {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  -webkit-mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/reviews-section-sprite-239f3eef30.svg#arrow4") no-repeat center;
          mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/reviews-section-sprite-239f3eef30.svg#arrow4") no-repeat center;
  background-color: var(--color-accent-rose);
  -webkit-mask-size: cover !important;
          mask-size: cover !important;
  position: absolute;
  bottom: 0px;
  left: -80px;
}
.section-reviews .reviews-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  padding-bottom: 36px;
  margin-bottom: 10px;
}
.section-reviews .reviews-list .review-card:nth-child(n+7) {
  display: none;
}
@media screen and (min-width: 1620px) {
  .section-reviews .reviews-list .review-card:nth-child(n+7) {
    display: block;
  }
}
.section-reviews .reviews-list .swiper-wrapper {
  padding: 10px 0;
}
.section-reviews .reviews-list .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .section-reviews .reviews-list .swiper-slide {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    max-width: 365px;
    width: 365px;
    height: 280px;
    max-height: 280px;
  }
}
.section-reviews .btn-primary-link {
  margin: 0 auto;
}

.reviews-popup {
  overflow: hidden;
  height: 100vh;
  font: 400 15px freight-sans-pro, sans-serif;
  line-height: 1.4;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  -webkit-transition: left 0.3s linear, background-color 0.5s linear;
  transition: left 0.3s linear, background-color 0.5s linear;
  background-color: rgba(0, 0, 0, 0.5);
}
.reviews-popup.hidden-popup {
  left: -100%;
  background-color: transparent;
}
.reviews-popup .popup-content {
  padding: 0 0 24px;
  margin: 0;
  border: 0;
  width: 100%;
}
.reviews-popup .icon {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: var(--blue-basic);
  -webkit-mask-size: cover !important;
          mask-size: cover !important;
  -webkit-transition: color 0.3s linear, background-color 0.3s linear;
  transition: color 0.3s linear, background-color 0.3s linear;
}
.reviews-popup .search {
  width: 22px;
  height: 22px;
  background-color: var(--grey-dark);
  -webkit-mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/reviews-section-sprite-239f3eef30.svg#search-icon") no-repeat center;
          mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/reviews-section-sprite-239f3eef30.svg#search-icon") no-repeat center;
}
.reviews-popup .chevron {
  width: 19px;
  height: 12px;
  -webkit-mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/reviews-section-sprite-239f3eef30.svg#icon-arrow-down") no-repeat center;
          mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/reviews-section-sprite-239f3eef30.svg#icon-arrow-down") no-repeat center;
}
.reviews-popup .popup-header {
  background-color: var(--grey-dark);
}
.reviews-popup .btn-back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 31px 20px 23px;
  color: var(--color-primary);
  font-size: 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}
.reviews-popup .btn-back:hover {
  color: var(--yellow-basic);
}
.reviews-popup .btn-back:hover .chevron {
  background-color: var(--yellow-basic);
}
.reviews-popup .btn-back:hover .icon-opener::before, .reviews-popup .btn-back:hover .icon-opener::after {
  background-color: var(--yellow-basic);
}
.reviews-popup .btn-back.btn-back-desktop {
  display: none;
}
.reviews-popup .btn-back .chevron {
  background-color: var(--color-primary);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-right: 10px;
}
.reviews-popup .btn-back .icon-opener {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}
.reviews-popup .btn-back .icon-opener::before, .reviews-popup .btn-back .icon-opener::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--white);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 2px;
}
.reviews-popup .btn-back .icon-opener::after {
  width: 2px;
  height: 100%;
}
.reviews-popup .top-fix-block {
  padding: 20px;
}
.reviews-popup .reviews-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
  font: 700 20px roc-grotesk, sans-serif;
}
.reviews-popup .reviews-block .stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.reviews-popup .reviews-block .icon-star {
  width: 22px;
  height: 22px;
  display: block;
  background: var(--color-primary);
  -webkit-mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/reviews-section-sprite-239f3eef30.svg#star_yellow") no-repeat center;
          mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/reviews-section-sprite-239f3eef30.svg#star_yellow") no-repeat center;
  -webkit-mask-size: cover;
          mask-size: cover;
}
.reviews-popup .reviews-block .reviews {
  display: block;
  padding: 0;
}
.reviews-popup .reviews-block .reviews-count {
  color: var(--color-primary);
}
.reviews-popup .reviews-search-block {
  position: relative;
}
.reviews-popup .reviews-search-block .search-input {
  width: 100%;
  height: 40px;
  padding: 0 0 0 50px;
  background: var(--grey-light-basic);
  color: var(--blue-basic);
  border: 1px solid var(--grey-dark);
  border-radius: 20px;
}
.reviews-popup .reviews-search-block .search {
  position: absolute;
  top: 8px;
  left: 15px;
}
.reviews-popup .reviews-list {
  padding: 0 5px;
  overflow-y: scroll;
  height: calc(100vh - 169px);
  display: block;
}
.reviews-popup .card-reviews {
  border: none !important;
}

@media screen and (min-width: 768px) {
  .section-reviews {
    padding: 60px 0;
  }
  .section-reviews .experience-review-video {
    width: 513px;
    margin-bottom: 50px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .section-reviews .experience-review-video .video-box {
    width: 513px;
    height: 655px;
    background-color: rgb(61, 58, 58);
  }
  .section-reviews .experience-review-video .video-box .play-button {
    width: 130px;
    height: 120px;
  }
  .section-reviews .experience-review-video .video-title {
    bottom: 0;
    left: 115px;
    max-width: 325px;
    font-size: 20px;
  }
  .section-reviews .experience-review-video .video-title::before {
    width: 120px;
    height: 100px;
    top: 0;
    left: -130px;
  }
  .section-reviews .title-block {
    margin-bottom: 60px;
  }
  .section-reviews .title-block .subtitle {
    font-size: 22px;
  }
  .section-reviews .reviews-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px;
    overflow-x: hidden;
    margin-right: 0;
  }
  .reviews-popup.hidden-popup {
    left: 0;
    top: -130%;
  }
  .reviews-popup .popup-wrapper {
    position: relative;
    height: 90vh;
    max-width: 750px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    border-radius: 20px;
    overflow: hidden;
  }
  .reviews-popup.btn-back-mobile {
    display: none;
  }
  .reviews-popup.btn-back-desktop {
    display: block;
  }
  .reviews-popup .popup-content {
    border-radius: 0 0 20px 20px;
  }
  .reviews-popup .reviews-list {
    height: calc(90vh - 169px);
  }
}
@media screen and (min-width: 1200px) {
  .section-reviews .reviews-list {
    gap: 40px;
  }
}
.travel-makes-difference-section .content-wrapper {
  max-width: 1170px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  padding: 50px 10px;
}
.travel-makes-difference-section h2,
.travel-makes-difference-section h3 {
  font-weight: 700;
}
.travel-makes-difference-section .bike-icon {
  position: absolute;
  background: var(--color-primary-light);
  -webkit-mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/homepage-sprite-d61326760d.svg#bike-icon") no-repeat center;
          mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/homepage-sprite-d61326760d.svg#bike-icon") no-repeat center;
  -webkit-mask-size: cover !important;
          mask-size: cover !important;
  width: 155px;
  height: 115px;
  z-index: -1;
}
.travel-makes-difference-section .first-block,
.travel-makes-difference-section .second-block,
.travel-makes-difference-section .third-block,
.travel-makes-difference-section .fourth-block {
  background: var(--color-primary);
  color: var(--color-neutral-lightest);
  border-radius: 15px;
  min-height: 230px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.travel-makes-difference-section .second-block,
.travel-makes-difference-section .third-block,
.travel-makes-difference-section .fourth-block {
  padding: 13px;
}
.travel-makes-difference-section .text {
  line-height: 1.3;
}
.travel-makes-difference-section .first-block {
  width: 35%;
  padding: 11px 7px;
  overflow: visible;
}
.travel-makes-difference-section .first-block .corner-icon {
  position: absolute;
  bottom: -1px;
  right: -8px;
}
.travel-makes-difference-section .first-block .arrow-icon {
  position: absolute;
  bottom: 10px;
  right: 2px;
}
.travel-makes-difference-section .first-block .description {
  display: none;
}
.travel-makes-difference-section .first-block img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  border-radius: 15px;
}
.travel-makes-difference-section .second-block {
  width: 62%;
}
.travel-makes-difference-section .second-block .bike-icon {
  display: none;
}
.travel-makes-difference-section .second-block .arrow {
  position: absolute;
  left: 0;
  bottom: 27px;
}
.travel-makes-difference-section .third-block {
  width: 62%;
}
.travel-makes-difference-section .third-block .arrow {
  display: none;
}
.travel-makes-difference-section .third-block .bike-icon {
  bottom: -5px;
  right: 11px;
}
.travel-makes-difference-section .fourth-block {
  width: 35%;
}
.travel-makes-difference-section .fourth-block .arrow {
  display: none;
}
.travel-makes-difference-section .arrow {
  position: relative;
  width: 95%;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.travel-makes-difference-section .arrow::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  left: 14px;
  top: 0;
  background-color: var(--color-neutral-lightest);
  border-radius: 4px;
}
.travel-makes-difference-section .arrow::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 2px solid var(--color-neutral-lightest);
  border-left: 2px solid var(--color-neutral-lightest);
  left: 14px;
  top: -5px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-radius: 1px;
}
@media screen and (min-width: 768px) {
  .travel-makes-difference-section .first-block,
  .travel-makes-difference-section .second-block,
  .travel-makes-difference-section .third-block,
  .travel-makes-difference-section .fourth-block {
    padding: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .travel-makes-difference-section .content-wrapper {
    gap: 20px;
    padding: 60px 0;
  }
  .travel-makes-difference-section h3 {
    margin-bottom: 12px;
  }
  .travel-makes-difference-section .first-block {
    width: 770px;
  }
  .travel-makes-difference-section .first-block h2 {
    margin-bottom: 7px;
  }
  .travel-makes-difference-section .first-block .text-block {
    max-width: 285px;
  }
  .travel-makes-difference-section .first-block .description {
    display: block;
    font-family: Architects-Daughter, sans-serif;
    max-width: 230px;
  }
  .travel-makes-difference-section .first-block img {
    border-radius: 20px;
  }
  .travel-makes-difference-section .second-block {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    width: 770px;
  }
  .travel-makes-difference-section .second-block .bike-icon {
    display: block;
    right: 62px;
    bottom: -15px;
    width: 280px;
    height: 205px;
  }
  .travel-makes-difference-section .second-block .arrow {
    display: none;
  }
  .travel-makes-difference-section .second-block .text {
    max-width: 370px;
  }
  .travel-makes-difference-section .third-block {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 380px;
  }
  .travel-makes-difference-section .third-block .bike-icon {
    display: none;
  }
  .travel-makes-difference-section .fourth-block {
    width: 380px;
  }
  .travel-makes-difference-section .first-block,
  .travel-makes-difference-section .second-block,
  .travel-makes-difference-section .third-block,
  .travel-makes-difference-section .fourth-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    border-radius: 20px;
  }
  .travel-makes-difference-section .third-block,
  .travel-makes-difference-section .fourth-block {
    background: var(--color-accent-gold);
    color: var(--color-primary);
  }
  .travel-makes-difference-section .third-block .arrow,
  .travel-makes-difference-section .fourth-block .arrow {
    display: block;
    position: absolute;
    left: 0;
    top: 30px;
  }
  .travel-makes-difference-section .third-block .arrow::before,
  .travel-makes-difference-section .fourth-block .arrow::before {
    background-color: var(--color-primary);
  }
  .travel-makes-difference-section .third-block .arrow::after,
  .travel-makes-difference-section .fourth-block .arrow::after {
    border-top: 2px solid var(--color-primary);
    border-left: 2px solid var(--color-primary);
  }
}

.category-experiences-section .container-xl {
  position: relative;
}
.category-experiences-section .title-block {
  color: var(--color-neutral-lightest);
  margin: 0 auto 40px;
  max-width: 290px;
  position: relative;
  z-index: 5;
}
.category-experiences-section .title-block .subtitle {
  font-size: 15px;
}
.category-experiences-section .overlay {
  position: absolute;
  z-index: -1;
  top: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 489px;
  width: 365px;
  background: var(--color-primary);
  overflow: hidden;
  clip-path: path("M365.223 488.451L344.624 488.492C344.502 479.061 336.86 471.46 327.389 471.501C317.968 471.501 310.326 479.102 310.245 488.533L286.039 488.563C285.917 479.143 278.275 471.531 268.803 471.572C259.383 471.572 251.731 479.183 251.659 488.604L227.443 488.644C227.372 479.214 219.689 471.653 210.258 471.653C200.787 471.694 193.186 479.295 193.074 488.685L168.898 488.726C168.776 479.336 161.093 471.734 151.662 471.734C142.242 471.765 134.559 479.376 134.478 488.797L110.312 488.837C110.19 479.407 102.507 471.805 93.0766 471.846C83.6561 471.846 76.0039 479.447 75.9328 488.878L51.716 488.919C51.6042 479.488 43.9622 471.927 34.4909 471.927C25.0196 471.927 17.4182 479.569 17.3471 488.959L0.772357 489L0.731707 470.881L0.813005 470.881C10.3148 470.881 17.9975 463.157 17.9975 453.645C17.967 444.144 10.2843 436.42 0.731705 436.461L0.701218 436.461L0.660568 412.285L0.701217 412.285C10.2436 412.285 17.9263 404.561 17.8857 395.06C17.8857 385.558 10.1623 377.875 0.660567 377.875L0.619917 377.875L0.538618 353.699L0.619916 353.699C10.1217 353.699 17.8044 345.976 17.8044 336.474C17.8044 326.972 10.081 319.279 0.579266 319.279C0.538616 319.279 0.538616 319.32 0.508129 319.32L0.467479 295.154L0.538615 295.154C10.0505 295.113 17.7332 287.431 17.7332 277.888C17.6926 268.376 9.96924 260.694 0.467478 260.694C0.467478 260.694 0.426828 260.694 0.426828 260.734L0.386178 236.558L0.467477 236.558C9.96924 236.518 17.6519 228.835 17.6113 219.333C17.6113 209.831 9.88793 202.149 0.386177 202.149L0.304878 202.149L0.27439 177.972L0.345526 177.972C9.85745 177.972 17.5402 170.249 17.5402 160.747C17.5402 151.246 9.8168 143.522 0.304876 143.553L0.233739 143.553L0.193089 119.387L0.274388 119.387C9.77615 119.387 17.4589 111.663 17.4588 102.162C17.4182 92.6497 9.7355 84.9264 0.193088 84.967L0.152438 84.967L0.111788 60.7909C0.111788 60.7909 0.152437 60.8316 0.193087 60.7909C9.69484 60.7909 17.3775 53.0777 17.3471 43.5658C17.3471 34.064 9.62371 26.3813 0.111787 26.3813C0.0812996 26.3813 0.0812996 26.422 0.0406504 26.3813L2.53199e-08 0.579251L16.6052 0.538601C16.6052 0.772334 16.5646 0.965418 16.5646 1.19915C16.5646 10.7111 24.2879 18.3836 33.7897 18.3836C43.2914 18.3836 50.9843 10.6704 50.9843 1.1585C50.9843 0.924768 50.903 0.731684 50.903 0.497951L75.1909 0.467463C75.1909 0.691033 75.1503 0.884117 75.1198 1.11785C75.1503 10.6298 82.8736 18.3125 92.3856 18.3125C101.887 18.2718 109.57 10.5485 109.57 1.04671C109.57 0.853629 109.489 0.619896 109.489 0.386163L133.787 0.386162C133.787 0.579246 133.706 0.812979 133.706 1.04671C133.746 10.5485 141.459 18.2312 150.971 18.1905C160.473 18.1905 168.156 10.4773 168.115 0.965412C168.156 0.731679 168.085 0.538595 168.085 0.304862L192.372 0.264212C192.372 0.497945 192.291 0.691028 192.291 0.924761C192.332 10.4367 200.055 18.1194 209.557 18.1194C219.059 18.1194 226.752 10.396 226.711 0.884111C226.752 0.66054 226.67 0.467456 226.67 0.233723L250.958 0.193073C250.958 0.426806 250.877 0.61989 250.877 0.853623C250.877 10.3554 258.6 18.0381 268.112 17.9974C277.655 17.9974 285.337 10.2741 285.297 0.772323C285.297 0.579239 285.256 0.345506 285.256 0.152422L309.544 0.111772C309.513 0.304856 309.473 0.538589 309.473 0.731673C309.473 10.2436 317.186 17.9568 326.698 17.9263C336.2 17.9263 343.923 10.2029 343.882 0.691022C343.882 0.467451 343.842 0.264205 343.811 0.0406342L364.451 -1.59307e-05L364.492 25.9139C364.136 25.9139 363.79 25.8427 363.435 25.8427C353.933 25.8427 346.25 33.5559 346.25 43.0678C346.25 52.5798 353.974 60.2523 363.475 60.2523C363.872 60.2523 364.176 60.1405 364.563 60.1405L364.563 84.4996C364.217 84.4996 363.902 84.3878 363.516 84.3878C354.014 84.4284 346.331 92.1518 346.331 101.654C346.372 111.155 354.045 118.838 363.597 118.838C363.943 118.838 364.258 118.726 364.644 118.726L364.685 143.095C364.329 143.095 363.983 142.973 363.597 142.973C354.126 142.973 346.403 150.737 346.443 160.239C346.443 169.751 354.167 177.434 363.679 177.434C364.024 177.393 364.37 177.312 364.715 177.271L364.766 201.681C364.41 201.64 364.065 201.559 363.709 201.559C354.207 201.6 346.525 209.323 346.525 218.794C346.525 228.266 354.238 236.02 363.75 235.979C364.136 235.979 364.451 235.898 364.837 235.898L364.878 260.267C364.491 260.226 364.176 260.155 363.79 260.155C354.289 260.155 346.596 267.868 346.596 277.38C346.636 286.923 354.36 294.605 363.872 294.565C364.217 294.565 364.563 294.493 364.908 294.453L364.959 318.852C364.563 318.822 364.258 318.741 363.872 318.741C354.36 318.741 346.677 326.464 346.718 335.966C346.718 345.478 354.441 353.16 363.943 353.16C364.298 353.16 364.644 353.079 364.989 353.038L365.03 377.448C364.685 377.408 364.329 377.326 363.983 377.326C354.482 377.326 346.789 385.05 346.789 394.552C346.789 404.053 354.512 411.746 364.024 411.746C364.41 411.746 364.715 411.665 365.111 411.624L365.152 435.993C364.766 435.993 364.451 435.882 364.065 435.882C354.553 435.912 346.87 443.635 346.87 453.147C346.911 462.649 354.634 470.332 364.136 470.332C364.492 470.332 364.796 470.22 365.183 470.22L365.223 488.451Z");
}
.category-experiences-section .decorative-icon {
  position: absolute;
  right: -10px;
  bottom: 40px;
}
.category-experiences-section .decorative-icon path {
  fill: var(--color-primary-light);
}
@media screen and (min-width: 768px) {
  .category-experiences-section .container-xl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .category-experiences-section .overlay {
    width: 360px;
    height: 270px;
    top: 30px;
    left: 190px;
    clip-path: path("M0.404114 269L0.374176 253.828C7.32016 253.738 12.9189 248.11 12.8889 241.134C12.8889 234.195 7.29019 228.567 0.344208 228.507L0.321777 210.678C7.26028 210.588 12.8665 204.959 12.8365 197.983C12.8365 191.045 7.23035 185.409 0.29184 185.356L0.261902 167.52C7.20789 167.467 12.7767 161.809 12.7767 154.863C12.7467 147.887 7.14801 142.288 0.231964 142.206L0.201996 124.399C7.11804 124.309 12.7168 118.651 12.7168 111.705C12.6943 104.766 7.08813 99.1076 0.149628 99.0477L0.11969 81.2486C7.06567 81.1588 12.6644 75.5002 12.6344 68.5542C12.6344 61.6157 7.03571 55.9796 0.0897217 55.9272L0.0598145 38.0907C7.0058 38.0083 12.5746 32.3797 12.5746 25.4038C12.5746 18.4278 6.94592 12.8291 0.0298767 12.7767L-9.15527e-05 0.568853L13.3455 0.538913V0.598792C13.3455 7.59718 19.0341 13.2558 26.0399 13.2558C33.0383 13.2333 38.7268 7.57472 38.6969 0.538913V0.516458L56.5034 0.486519V0.516458C56.5034 7.54478 62.192 13.2034 69.1904 13.1734C76.1888 13.1734 81.8474 7.4849 81.8474 0.486519V0.456579L99.6539 0.3967V0.456579C99.6539 7.45497 105.342 13.1136 112.341 13.1136C119.339 13.1136 125.005 7.42503 125.005 0.42664C125.005 0.3967 124.975 0.3967 124.975 0.374245L142.774 0.344306V0.3967C142.804 7.40257 148.463 13.0612 155.491 13.0612C162.497 13.0312 168.156 7.34269 168.156 0.344306C168.156 0.344306 168.156 0.314366 168.126 0.314366L185.932 0.284426V0.344306C185.962 7.34269 191.621 13.0013 198.619 12.9713C205.618 12.9713 211.276 7.28281 211.276 0.284426V0.224547L229.083 0.202092V0.254487C229.083 7.26036 234.771 12.9189 241.77 12.9189C248.768 12.9189 254.457 7.23042 254.434 0.224547V0.172153L272.233 0.142213V0.202092C272.233 7.20048 277.922 12.8591 284.92 12.8591C291.926 12.8291 297.615 7.17054 297.585 0.142213V0.112274L315.391 0.082334C315.391 0.082334 315.361 0.112274 315.391 0.142213C315.391 7.1406 321.072 12.7992 328.078 12.7767C335.077 12.7767 340.735 7.0882 340.735 0.082334C340.735 0.0598792 340.705 0.0598792 340.735 0.0299396L359.739 0L359.769 12.2303C359.597 12.2303 359.455 12.2004 359.283 12.2004C352.277 12.2004 346.626 17.8889 346.626 24.8873C346.626 31.8857 352.307 37.5518 359.313 37.5518C359.485 37.5518 359.627 37.4919 359.799 37.4919L359.822 55.3808C359.657 55.3808 359.515 55.3509 359.343 55.3284C352.337 55.3509 346.678 61.0394 346.678 68.0453C346.708 75.0437 352.397 80.7022 359.395 80.7022C359.537 80.7022 359.709 80.6424 359.882 80.6424V98.5388C359.739 98.5388 359.567 98.4789 359.395 98.4789C352.397 98.5088 346.738 104.19 346.768 111.196C346.768 118.194 352.449 123.853 359.455 123.823C359.627 123.853 359.769 123.8 359.941 123.8L359.971 141.689C359.799 141.689 359.657 141.629 359.485 141.629C352.479 141.659 346.82 147.348 346.82 154.346C346.82 161.345 352.509 167.011 359.515 166.981C359.679 167.011 359.822 166.951 359.994 166.951L360.024 184.84C359.852 184.84 359.709 184.78 359.537 184.78C352.539 184.78 346.88 190.468 346.91 197.474C346.91 204.503 352.599 210.161 359.597 210.131C359.739 210.131 359.912 210.101 360.054 210.101L360.084 227.99C359.941 227.968 359.769 227.938 359.627 227.938C352.621 227.938 346.94 233.619 346.963 240.625C346.963 247.623 352.651 253.312 359.657 253.282C359.822 253.282 359.971 253.252 360.136 253.229L360.166 268.431L341.08 268.461C341.08 268.199 341.132 267.945 341.132 267.683C341.132 260.684 335.451 255.026 328.445 255.026C321.439 255.026 315.788 260.714 315.788 267.713C315.788 268.004 315.87 268.229 315.87 268.513H297.929C297.929 268.259 298.011 268.027 298.011 267.743C297.981 260.744 292.293 255.086 285.295 255.086C278.296 255.115 272.638 260.767 272.638 267.802C272.638 268.057 272.72 268.289 272.72 268.573L254.771 268.603C254.771 268.341 254.861 268.087 254.861 267.802C254.861 260.826 249.142 255.138 242.144 255.168C235.138 255.168 229.48 260.856 229.48 267.862C229.51 268.117 229.569 268.371 229.599 268.626L211.621 268.663C211.651 268.401 211.71 268.147 211.71 267.885C211.68 260.886 205.992 255.228 199.016 255.228C192.04 255.228 186.329 260.909 186.359 267.915C186.359 268.199 186.419 268.431 186.419 268.716L168.47 268.745C168.5 268.461 168.552 268.229 168.552 267.945C168.552 260.946 162.871 255.28 155.866 255.28C148.837 255.31 143.179 260.999 143.209 268.004C143.209 268.259 143.261 268.513 143.291 268.768L125.32 268.805C125.342 268.513 125.402 268.289 125.402 268.004C125.402 260.999 119.713 255.34 112.715 255.37C105.709 255.37 100.051 261.059 100.051 268.057C100.051 268.319 100.111 268.573 100.14 268.828L82.1617 268.858C82.1917 268.603 82.2516 268.341 82.2516 268.087C82.2516 261.088 76.563 255.422 69.5646 255.422C62.5662 255.422 56.9001 261.111 56.9001 268.117C56.9001 268.401 56.9601 268.626 56.99 268.918L39.0412 268.948C39.0412 268.663 39.1235 268.431 39.1235 268.147C39.101 261.141 33.4125 255.482 26.4066 255.482C19.4083 255.512 13.7497 261.201 13.7497 268.199C13.7497 268.461 13.832 268.686 13.832 268.97L0.404114 269Z");
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .category-experiences-section .overlay {
    left: 300px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1920px) {
  .category-experiences-section .overlay {
    left: 360px;
  }
}
@media screen and (min-width: 768px) {
  .category-experiences-section .decorative-icon {
    right: -25px;
    bottom: -10px;
    width: 223px;
    height: 195px;
  }
  .category-experiences-section .title-block {
    position: relative;
    min-width: 360px;
    height: 260px;
    margin: 30px 30px 0 0;
    padding: 30px 35px;
  }
  .category-experiences-section .title-block .title {
    margin-bottom: 10px;
  }
  .category-experiences-section .title-block .subtitle {
    font-size: 22px;
    font-style: italic;
  }
}

html {
  scroll-padding-top: 200px !important;
}

.promo-banner {
  background: var(--color-accent-gold);
  overflow: hidden;
  padding: 15px 0;
}
.promo-banner .subtitle {
  display: none;
}
.promo-banner .banner-text-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.promo-banner .banner-text-block .banner-title {
  font: 700 30px roc-grotesk, sans-serif;
}
.promo-banner .banner-text-block .banner-description {
  display: block;
}
.promo-banner .image-block {
  margin: 0 -15px;
  height: 60px;
}
.promo-banner .image-block img {
  width: 100%;
  height: 150%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top 0 left 18%;
     object-position: top 0 left 18%;
}

@media screen and (min-width: 768px) {
  .promo-banner .banner-text-block .banner-title {
    font-size: 35px;
  }
  .promo-banner .discount-banner-title {
    font-size: 25px;
  }
  .promo-banner .promo-code {
    font-size: 22px;
  }
  .promo-banner .image-block {
    height: 70px;
  }
}
@media screen and (min-width: 1024px) {
  .promo-banner .promo-banner-container {
    position: relative;
    padding-bottom: 90px;
  }
  .promo-banner .banner-text-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .promo-banner .subtitle {
    display: block;
    text-transform: uppercase;
    font-size: 22px;
  }
  .promo-banner .image-block {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 90px;
  }
  .promo-banner .image-block img {
    height: 160%;
  }
}
.questionnaire-block {
  display: none;
}
@media screen and (min-width: 768px) {
  .questionnaire-block {
    padding: 50px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 65px;
    overflow: hidden;
  }
  .questionnaire-block .main-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    font-size: 22px;
  }
  .questionnaire-block .arrow {
    position: relative;
    width: calc(50% - 412.5px);
  }
  .questionnaire-block .arrow.reverse {
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .questionnaire-block .arrow::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    left: 14px;
    top: 0;
    background-color: var(--color-primary);
    border-radius: 4px;
  }
  .questionnaire-block .arrow::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: 3px solid var(--color-primary);
    border-left: 3px solid var(--color-primary);
    left: 13px;
    top: -5px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-radius: 1px;
  }
}

.section-hosts.container-l {
  max-width: 1920px;
}
@media screen and (min-width: 1440px) {
  .section-hosts.container-l {
    padding-left: 125px;
  }
}
@media screen and (min-width: 1920px) {
  .section-hosts.container-l {
    padding-left: 185px;
  }
}

.slider-section {
  padding: 50px 0;
}
.slider-section .container-xl {
  padding-right: 0;
}
.slider-section .title-block {
  text-align: center;
}
.slider-section .subtitle {
  font-size: 18px;
  margin: 0;
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .slider-section .container-xl {
    padding-left: 125px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1920px) {
  .slider-section .container-xl {
    padding-left: 185px;
  }
}
@media screen and (min-width: 768px) {
  .slider-section .title-block {
    text-align: start;
  }
  .slider-section .subtitle {
    font-size: 22px;
    margin: 0;
  }
}
/*# sourceMappingURL=frontend-home-page.min.css.map */
