@charset "UTF-8";
.box-section {
  width: 100%;
  padding: 70px 0;
}
.box-section.bc-white-grey {
  background-color: var(--color-neutral-lightest);
}
@media only screen and (min-width: 768px) {
  .box-section.bc-white-grey {
    background-color: var(--color-neutral-light);
  }
}
.box-section.bc-grey-blue {
  background-color: var(--color-neutral-light);
}
@media only screen and (min-width: 768px) {
  .box-section.bc-grey-blue {
    background-color: var(--color-primary);
  }
}
.box-section.bc-white-blue {
  background-color: var(--color-neutral-lightest);
}
@media only screen and (min-width: 768px) {
  .box-section.bc-white-blue {
    background-color: var(--color-primary);
  }
}
.box-section.bc-grey-white {
  background-color: var(--color-neutral-light);
}
@media only screen and (min-width: 768px) {
  .box-section.bc-grey-white {
    background-color: var(--color-neutral-lightest);
  }
}
.box-section.white {
  background-color: var(--color-neutral-lightest);
}
.box-section.grey {
  background-color: var(--color-neutral-light);
}
.box-section.blue {
  background-color: var(--color-primary);
}
.box-section .container > .title {
  margin: 0 0 25px 0;
  padding: 0 15px;
  font-size: 22px;
  text-align: center;
}
.box-section .container > .title .pc-ver {
  display: none;
}
@media screen and (min-width: 768px) {
  .box-section .container > .title {
    padding: 0;
    text-align: initial;
  }
  .box-section .container > .title .pc-ver {
    display: initial;
  }
}
@media screen and (min-width: 992px) {
  .box-section .container > .title {
    font-size: 26px;
  }
}
@media screen and (min-width: 1200px) {
  .box-section .container > .title {
    font-size: 30px;
  }
}
.box-section .container > .text {
  margin: 0 0 30px 0;
  padding: 0 15px;
  font-size: 16px;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .box-section .container > .text {
    padding: 0;
    text-align: initial;
  }
}
@media screen and (min-width: 992px) {
  .box-section .container > .text {
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .box-section .container > .text {
    font-size: 24px;
  }
}
.box-section .container .a-btn {
  font-weight: bold;
  border-width: 2px;
}

.country-page__hero {
  padding: 0;
  position: relative;
  overflow: hidden;
}
.country-page__hero .hero-top-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.country-page__hero .hero-top-block .container-xm {
  padding-top: 25px;
  position: relative;
}
.country-page__hero .hero-top-block .container-xm .hero-doodle {
  width: 132px;
  height: 80px;
  position: absolute;
  top: -40px;
  right: 20px;
}
.country-page__hero .hero-top-block .container-xm .hero-doodle img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.country-page__hero .hero-top-block .hero-top-block-img {
  width: 100%;
  height: 150px;
  border-radius: 0 0 30px 30px;
  overflow: hidden;
}
.country-page__hero .hero-top-block .hero-top-block-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.country-page__hero .hero-top-block .hero-top-block-title {
  width: 80%;
  max-width: 450px;
}
.country-page__hero .hero-top-block .hero-top-block-title .title {
  font-size: 35px;
}
.country-page__hero .hero-top-block .hero-top-block-title .title .country-name {
  color: var(--color-accent-rose);
  font-family: Architects-Daughter, sans-serif;
  font-size: 35px;
}
.country-page__hero .hero-top-block .hero-top-block-title .subtitle {
  font-size: 20px;
  margin: 0;
  font-family: roc-grotesk, sans-serif;
  font-weight: 500;
}
.country-page__hero .hero-top-block .breadcrumbs-section {
  display: none;
}
.country-page__hero .hero-top-block .search-block .search-tool {
  padding: 36px 0;
  background-color: transparent;
}
.country-page__hero .hero-top-block .search-block .search-tool .search-section-container {
  margin: 0;
}
.country-page__hero .hero-bottom-block {
  padding: 0 20px 40px;
}
.country-page__hero .hero-bottom-block .description {
  font: 500 16px roc-grotesk, sans-serif;
  margin: 0;
}

.country-page .country-name, .country-page .highlight {
  font: 600 22px Architects-Daughter, sans-serif;
}
.country-page .section-explore-by-city {
  padding: 20px 0 25px;
  overflow: hidden;
}
.country-page .section-explore-by-city .explore-by-city-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 6px;
  margin-bottom: 15px;
}
.country-page .section-explore-by-city .explore-by-city-title::before {
  content: "";
  display: block;
  width: 15px;
  height: 22px;
  background: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/country-page-sprite-6039337114.svg#location") center/cover no-repeat;
}
.country-page .section-explore-by-city .explore-by-city-title::after {
  content: "";
  display: block;
  width: 175px;
  height: 35px;
  -webkit-mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/country-page-sprite-6039337114.svg#dashed-line-mobile") center/cover no-repeat;
          mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/country-page-sprite-6039337114.svg#dashed-line-mobile") center/cover no-repeat;
  background: var(--color-primary-light);
  position: absolute;
  right: -100%;
  top: -5px;
}
.country-page .section-explore-by-city .explore-by-city-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
.country-page .section-explore-by-city .explore-by-city-list .explore-by-city-item {
  display: block;
  padding: 5px 15px;
  font-size: 20px;
  text-transform: uppercase;
  border-radius: 30px;
  border: 1px solid var(--color-primary);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--color-primary);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.country-page .section-explore-by-city .explore-by-city-list .explore-by-city-item:hover {
  color: var(--color-accent-rose);
  border-color: var(--color-accent-rose);
}
.country-page .section-explore-by-category {
  padding: 40px 0;
  background-color: var(--color-primary);
  color: var(--color-neutral-lightest);
}
.country-page .section-explore-by-category .explore-by-category-title-block {
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .country-page .section-explore-by-category .explore-by-category-title-block .explore-by-category-title {
    font-size: 24px;
  }
}
.country-page .section-explore-by-category .explore-by-category-title-block .explore-by-category-title .country-name {
  font-family: Architects-Daughter, sans-serif;
}
.country-page .section-explore-by-category .explore-by-category-title-block .explore-by-category-category {
  font: 500 16px roc-grotesk, sans-serif;
}
.country-page .section-explore-by-category .explore-by-category-experiences-list {
  margin-right: -15px;
}
.country-page .section-explore-by-category .explore-by-category-experiences-list .card-experience {
  color: var(--color-primary);
}
.country-page .section-explore-by-category .explore-by-category-experiences-list .explore-by-category-experiences-item {
  width: 348px;
}
.country-page .section-travelers-love {
  padding: 30px 15px 40px;
}
@media screen and (min-width: 768px) {
  .country-page .section-travelers-love {
    padding: 40px 15px 50px;
  }
}
.country-page .section-hosts {
  padding-bottom: 20px;
}

.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;
  }
}
.breadcrumbs-section {
  margin: 10px 10px 10px 0;
}
.breadcrumbs-section .main-breadcrumb {
  position: initial;
  width: 100%;
  padding: 10px 0;
  background-color: transparent;
}
.breadcrumbs-section .main-breadcrumb .breadcrumb-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 13px;
  line-height: 1.4;
}
.breadcrumbs-section .main-breadcrumb .breadcrumb-list li {
  padding: 0;
  font-family: freight-sans-pro, sans-serif;
  font-weight: 400;
}
.breadcrumbs-section .main-breadcrumb .breadcrumb-list li a, .breadcrumbs-section .main-breadcrumb .breadcrumb-list li span {
  text-decoration: none;
  color: var(--color-text);
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.breadcrumbs-section .main-breadcrumb .breadcrumb-list li a:hover, .breadcrumbs-section .main-breadcrumb .breadcrumb-list li span:hover {
  color: var(--color-accent-rose) !important;
  text-decoration: underline;
  cursor: pointer;
}
.breadcrumbs-section .main-breadcrumb .breadcrumb-list li.active {
  font-weight: 600;
}
.breadcrumbs-section .main-breadcrumb .breadcrumb-list li.active a, .breadcrumbs-section .main-breadcrumb .breadcrumb-list li.active span {
  overflow-wrap: anywhere;
}
.breadcrumbs-section .main-breadcrumb .breadcrumb-list li.active a:hover, .breadcrumbs-section .main-breadcrumb .breadcrumb-list li.active span:hover {
  cursor: default;
  text-decoration: none;
}
.breadcrumbs-section .main-breadcrumb .breadcrumb-list li:not(:last-child):after {
  content: "•";
  padding-right: 5px;
  font-size: 12px;
  position: relative;
  top: -3px;
}

@media screen and (min-width: 768px) {
  .breadcrumbs-section {
    margin-top: 10px;
  }
  .breadcrumbs-section .main-breadcrumb {
    padding: 0;
  }
  .breadcrumbs-section .main-breadcrumb .breadcrumb-list {
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 16px;
  }
  .breadcrumbs-section .main-breadcrumb .breadcrumb-list li {
    font-size: 20px;
  }
  .breadcrumbs-section .main-breadcrumb .breadcrumb-list li:not(:last-child):after {
    content: "•";
    padding-right: 5px;
  }
}
@media screen and (min-width: 992px) {
  .breadcrumbs-section .main-breadcrumb .breadcrumb-list {
    width: 100%;
  }
}
.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;
  }
}
@media screen and (min-width: 768px) {
  .country-page__hero .hero-top-block .hero-top-block-img {
    border-radius: 0 0 60px 60px;
    width: 64%;
    height: 104%;
    position: absolute;
    top: -4%;
    right: -10%;
    clip-path: path("M707.444 656.052C652.362 694.129 582.741 692.178 510.581 684.596C358.338 670.324 227.096 622.769 116.856 546.615C38.0801 492.426 -1.30783 422.961 -2.90126e-05 343.016C1.30777 146.999 174.553 -6.1458 434.421 -39.4285C602.435 -61.3382 727.138 -2.35479 811.145 92.8103C990.929 298.305 948.925 487.631 707.444 656.052Z");
  }
  .country-page__hero .hero-top-block .breadcrumbs-section {
    margin: 10px 0;
    display: block;
  }
  .country-page__hero .hero-top-block .hero-top-block-title {
    max-width: 500px;
    width: 50%;
    padding-right: 30px;
    position: relative;
  }
  .country-page__hero .hero-top-block .hero-top-block-title .title {
    font-size: 50px;
  }
  .country-page__hero .hero-top-block .hero-top-block-title .title .country-name {
    font-size: 50px;
  }
  .country-page__hero .hero-top-block .hero-top-block-title .subtitle {
    font-size: 30px;
    max-width: 430px;
  }
  .country-page__hero .hero-top-block .hero-top-block-title .hero-doodle {
    width: 277px;
    height: 162px;
    top: auto;
    bottom: -70px;
    right: -220px;
  }
  .country-page__hero .hero-top-block .search-block .search-tool {
    padding: 50px 0;
  }
  .country-page__hero .hero-bottom-block {
    padding-bottom: 50px;
  }
  .country-page__hero .hero-bottom-block .description {
    font-size: 25px;
    max-width: 660px;
    width: 60%;
  }
}
@media screen and (min-width: 768px) {
  .country-page .country-name, .country-page .highlight {
    font-size: 31px;
  }
  .country-page .section-explore-by-city {
    padding: 60px 0;
  }
  .country-page .section-explore-by-city .explore-by-city-title {
    margin: 0 auto 20px;
  }
  .country-page .section-explore-by-city .explore-by-city-title::before {
    width: 27px;
    height: 39px;
    position: absolute;
    right: -45px;
    top: -10px;
  }
  .country-page .section-explore-by-city .explore-by-city-title::after {
    width: 575px;
    height: 75px;
    -webkit-mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/country-page-sprite-6039337114.svg#dashed-line-desktop") center/cover no-repeat;
            mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/country-page-sprite-6039337114.svg#dashed-line-desktop") center/cover no-repeat;
    background: var(--color-primary-light);
    right: auto;
    left: -590px;
    top: -44px;
  }
  .country-page .section-explore-by-city .explore-by-city-list {
    gap: 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .country-page .section-explore-by-city .explore-by-city-list .explore-by-city-item {
    padding: 5px 30px;
    font-size: 25px;
  }
  .country-page .section-explore-by-category {
    padding: 50px 0;
  }
  .country-page .section-explore-by-category .explore-by-category-title-block .explore-by-category-title {
    margin-bottom: 10px;
  }
  .country-page .section-explore-by-category .explore-by-category-title-block .explore-by-category-category {
    font-size: 22px;
  }
  .country-page .section-explore-by-category .explore-by-category-experiences-list .explore-by-category-experiences-item {
    width: 403px;
  }
}
@media screen and (min-width: 992px) {
  .country-page .private-tours-section .private-tours-wrapper .img-box img {
    height: 100%;
  }
  .country-page .private-tours-section .private-tours-wrapper .content {
    padding-left: 20px;
  }
  .country-page .explore-our-cities-section .title-block .title {
    margin-bottom: 0;
  }
  .country-page .explore-our-cities-section .title-block .text {
    font-size: 16px;
    line-height: 32px;
  }
  .country-page .explore-our-cities-section.single-carousel {
    margin: 0 auto 20px;
  }
  .country-page .firstCity {
    padding-top: 75px;
  }
  .country-page .secondCity {
    padding-top: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .country-page .private-tours-section .private-tours-wrapper .content .text {
    font-size: 16px;
  }
  .country-page .explore-our-cities-section .carousel-section {
    display: block;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 80%;
  }
  .country-page .explore-our-cities-section .carousel-section .box-section {
    padding-top: 0;
    padding-bottom: 70px;
  }
  .country-page .explore-our-cities-section .main-section {
    max-width: 20%;
    margin-top: 32px;
  }
  .country-page .explore-our-cities-section.single-carousel {
    margin: 0 auto 30px;
  }
  .country-page .reviews-virtual-booking-page {
    padding: 50px 0 100px;
  }
}
.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;
}

.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;
  }
}
.section-travelers-love {
  padding-top: 55px;
  padding-bottom: 30px;
  color: var(--color-text);
}
.section-travelers-love .title-block {
  text-align: center;
  margin-bottom: 40px;
  font-size: 18px;
}
.section-travelers-love .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;
  gap: 30px;
}
.section-travelers-love .key-differentiators-block .key-differentiators-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.section-travelers-love .key-differentiators-block .key-differentiators-icon {
  content: "";
  display: block;
  width: 43px;
  height: 47px;
  background-size: cover !important;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.section-travelers-love .key-differentiators-block .key-differentiators-icon.differentiator-img-1 {
  background: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/how-it-works-sprite-32ef8688dc.svg#differentiator-img-1") no-repeat center;
}
.section-travelers-love .key-differentiators-block .key-differentiators-icon.differentiator-img-2 {
  background: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/how-it-works-sprite-32ef8688dc.svg#differentiator-img-2") no-repeat center;
}
.section-travelers-love .key-differentiators-block .key-differentiators-icon.differentiator-img-3 {
  background: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/how-it-works-sprite-32ef8688dc.svg#differentiator-img-3") no-repeat center;
}
.section-travelers-love .key-differentiators-block .key-differentiators-icon.differentiator-img-4 {
  background: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/how-it-works-sprite-32ef8688dc.svg#differentiator-img-4") no-repeat center;
}

@media screen and (min-width: 768px) {
  .section-travelers-love {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px;
  }
  .section-travelers-love .title-block {
    text-align: left;
    margin-bottom: 0;
    font-size: 24px;
    max-width: 360px;
  }
}
@media screen and (min-width: 1200px) {
  .section-travelers-love {
    padding-top: 110px;
    padding-bottom: 70px;
    gap: 120px;
  }
}
.plan-your-experience {
  padding-top: 30px;
  padding-bottom: 80px;
  position: relative;
  z-index: 1;
}
.plan-your-experience .route {
  width: 494px;
  height: 66px;
  display: block;
  background-color: var(--color-primary-light);
  -webkit-mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/general-icons-sprite-dcc6f44af9.svg#route") no-repeat center;
          mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/general-icons-sprite-dcc6f44af9.svg#route") no-repeat center;
  -webkit-mask-size: cover;
          mask-size: cover;
  position: absolute;
  right: 15px;
  bottom: 30px;
  z-index: -1;
}
.plan-your-experience .title-block {
  margin-bottom: 20px;
}
.plan-your-experience .title-block .text-title {
  width: 195px;
  margin: 0 auto;
  text-align: center;
  font: 500 17px Architects-Daughter, sans-serif;
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg);
}
.plan-your-experience .btn-primary-link {
  display: block;
  text-align: center;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .plan-your-experience {
    padding-top: 70px;
    padding-bottom: 50px;
  }
  .plan-your-experience .route {
    width: 550px;
    height: 72px;
    -webkit-transform: none;
            transform: none;
    right: 70%;
    bottom: auto;
    top: 90px;
  }
  .plan-your-experience .title-block {
    margin: 0 auto 20px;
    width: 320px;
  }
  .plan-your-experience .title-block .text-title {
    width: 310px;
    font-size: 26px;
  }
}
@media screen and (min-width: 1200px) {
  .plan-your-experience .route {
    right: auto;
    left: -106px;
  }
}
@media screen and (min-width: 1440px) {
  .plan-your-experience .route {
    left: 0;
  }
}
.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;
  }
}
.filters {
  position: relative;
  height: 100%;
}
.filters .filters-modal {
  position: relative;
  max-height: 1300px;
  max-width: 740px;
  width: 100vw;
  height: 100%;
  margin-left: -15px;
  background: var(--color-primary);
  color: var(--color-neutral-lightest);
  left: 0;
  top: 0;
  z-index: 1000;
  padding: 7px 10px 15px 40px;
  -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);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-radius: 0 30px 30px 0;
}
.filters .filters-modal.with-sign-icon {
  overflow: hidden;
}
.filters .filters-modal.collapsed {
  position: relative;
  z-index: 0;
  padding: 7px 10px 7px 40px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  border-radius: 0 40px 40px 0;
  -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);
}
.filters .filters-modal.collapsed .content-wrapper {
  max-height: 0;
  max-width: 0;
  opacity: 0;
}
.filters .filters-modal.collapsed .title-wrapper {
  margin: 0;
  cursor: pointer;
}
.filters .filters-modal.collapsed .title-wrapper.title-wrapper-big {
  margin: 0;
}
.filters .filters-modal.collapsed .title-wrapper .applied-filters {
  background: transparent;
}
.filters .filters-modal.collapsed .title-wrapper .close-btn::before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.filters .filters-modal.collapsed .title-wrapper .apply-btn {
  display: none;
}
.filters .filters-modal.collapsed .title-wrapper .filter-title {
  max-width: none;
}
.filters .filters-modal.collapsed .sign-icon {
  max-height: 0;
  opacity: 0;
}
.filters .filters-modal.collapsed .filter-buttons {
  max-height: 0;
  max-width: 0;
  opacity: 0;
}
.filters .filters-modal.collapsed .filter-buttons button {
  display: none !important;
}
.filters .filters-modal .filter-buttons {
  max-height: 100px;
  max-width: 250px;
  position: relative;
}
.filters .filters-modal .filter-buttons .clear-filters-btn {
  position: absolute;
  left: -4px;
  bottom: -35px;
  min-width: auto;
  width: 100%;
  padding: 5px 0;
}
.filters .filters-modal .section-title {
  font-size: 16px;
  margin-bottom: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.filters .filters-modal .content-wrapper {
  max-height: 1000px;
  max-width: 600px;
  padding-right: 5px;
}
.filters .filters-modal .clear-filters-btn {
  color: var(--color-neutral-lightest);
  font-size: 15px;
  padding: 0;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.filters .filters-modal .clear-filters-btn:hover {
  color: var(--color-accent-rose);
}
.filters .filters-modal .search-wrapper {
  padding-bottom: 15px;
}
.filters .filters-modal .search-wrapper .city-search {
  padding: 6px 12px;
  border-radius: 20px;
  background: var(--color-neutral-light);
  color: var(--color-primary);
  border: none;
  width: 100%;
}
.filters .filters-modal .search-wrapper .city-search::-webkit-input-placeholder {
  color: var(--color-primary);
}
.filters .filters-modal .search-wrapper .city-search::-moz-placeholder {
  color: var(--color-primary);
}
.filters .filters-modal .search-wrapper .city-search:-ms-input-placeholder {
  color: var(--color-primary);
}
.filters .filters-modal .search-wrapper .city-search::-ms-input-placeholder {
  color: var(--color-primary);
}
.filters .filters-modal .search-wrapper .city-search::placeholder {
  color: var(--color-primary);
}
.filters .filters-modal .search-wrapper .search-tool {
  padding: 0;
  background: transparent;
}
.filters .filters-modal .search-wrapper .search-tool .search-section-container {
  background: transparent;
  max-height: none;
}
.filters .filters-modal .search-wrapper .search-tool .search-section-container .location-area {
  height: auto;
  margin: 0;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100%;
  padding: 0;
  z-index: 1;
}
.filters .filters-modal .search-wrapper .search-tool .search-section-container .location-area .location-icon {
  position: relative;
  top: auto;
  left: auto;
  display: none;
}
.filters .filters-modal .search-wrapper .search-tool .search-section-container .location-area .input-wrapper {
  position: relative;
}
.filters .filters-modal .search-wrapper .search-tool .search-section-container .location-area .input-wrapper::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-color: var(--color-accent-rose);
  -webkit-mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/filters-sprite-e0c20f8801.svg#search") no-repeat center/cover;
          mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/filters-sprite-e0c20f8801.svg#search") no-repeat center/cover;
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
}
.filters .filters-modal .search-wrapper .search-tool .search-section-container .location-area input {
  padding: 6px 12px 6px 30px;
  border-radius: 20px;
  background: var(--color-neutral-light);
  color: var(--color-primary);
  border: none;
  width: 100%;
  font-size: 16px;
}
.filters .filters-modal .search-wrapper .search-tool .search-section-container .location-area input::-webkit-input-placeholder {
  color: var(--color-primary);
  font-size: 16px;
}
.filters .filters-modal .search-wrapper .search-tool .search-section-container .location-area input::-moz-placeholder {
  color: var(--color-primary);
  font-size: 16px;
}
.filters .filters-modal .search-wrapper .search-tool .search-section-container .location-area input:-ms-input-placeholder {
  color: var(--color-primary);
  font-size: 16px;
}
.filters .filters-modal .search-wrapper .search-tool .search-section-container .location-area input::-ms-input-placeholder {
  color: var(--color-primary);
  font-size: 16px;
}
.filters .filters-modal .search-wrapper .search-tool .search-section-container .location-area input::placeholder {
  color: var(--color-primary);
  font-size: 16px;
}
.filters .filters-modal .search-wrapper .search-tool .search-section-container .button-search-area {
  display: none;
}
@media screen and (min-width: 768px) {
  .filters .filters-modal .search-wrapper .search-tool .search-section-container {
    font-size: 16px;
  }
  .filters .filters-modal .search-wrapper .search-tool .search-results {
    width: 100%;
    top: 55%;
    left: 0;
    margin: 0;
    z-index: -1;
    border-radius: 0 0 19px 19px;
  }
  .filters .filters-modal .search-wrapper .search-tool .search-results__list {
    background: var(--color-supportive);
  }
  .filters .filters-modal .search-wrapper .search-tool .search-results__list-item:first-child a {
    padding-top: 30px;
  }
  .filters .filters-modal .search-wrapper .search-tool .search-results__list-item:first-child::before {
    top: 30px;
  }
  .filters .filters-modal .search-wrapper .search-tool .search-results__list-item a {
    padding: 13px 10px 13px 50px;
  }
  .filters .filters-modal .search-wrapper .search-tool .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-primary);
  }
  .filters .filters-modal .search-wrapper .search-tool .search-results__list-item.selected::before, .filters .filters-modal .search-wrapper .search-tool .search-results__list-item:focus::before, .filters .filters-modal .search-wrapper .search-tool .search-results__list-item:hover::before, .filters .filters-modal .search-wrapper .search-tool .search-results__list-item:active::before {
    background: var(--color-accent-gold);
  }
}
.filters .filters-modal .search-wrapper .title-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
}
.filters .filters-modal .sign-icon {
  position: absolute;
  bottom: 0;
  right: -30px;
  width: 170px;
  height: 210px;
  max-height: 300px;
  background: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/filters-sprite-e0c20f8801.svg#sign-icon") no-repeat center;
  background-size: cover;
  z-index: -1;
  -webkit-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
}
.filters .filters-modal .title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
.filters .filters-modal .title-wrapper.title-wrapper-big {
  margin-bottom: 45px;
}
.filters .filters-modal .title-wrapper .filter-title {
  margin: 0 12px 0 0;
  max-width: 130px;
  font-weight: 700;
}
.filters .filters-modal .title-wrapper .applied-filters {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.filters .filters-modal .title-wrapper .apply-btn {
  background: var(--color-accent-gold);
  border: none;
  padding: 5px 10px;
  border-radius: 20px;
  color: var(--color-primary);
  min-width: 100px;
  margin-right: 10px;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  text-transform: uppercase;
  font-size: 15px;
}
.filters .filters-modal .title-wrapper .apply-btn:active {
  background: var(--color-neutral-lightest);
}
.filters .filters-modal .title-wrapper .close-btn {
  position: relative;
  width: 32px;
  height: 32px;
  border: none;
  background: var(--color-accent-gold);
  padding: 8px;
  border-radius: 50%;
}
.filters .filters-modal .title-wrapper .close-btn::before {
  content: "";
  display: block;
  -webkit-mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/filters-sprite-e0c20f8801.svg#btn-arrow-1") no-repeat center;
          mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/filters-sprite-e0c20f8801.svg#btn-arrow-1") no-repeat center;
  -webkit-mask-size: cover;
          mask-size: cover;
  background: var(--color-primary);
  width: 16px;
  height: 16px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
.filters .filters-modal .quick-picks-wrapper .quick-picks-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 12px;
}
.filters .filters-modal .quick-picks-wrapper .quick-picks-list-item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.filters .filters-modal .quick-picks-wrapper .quick-picks-list-item:nth-child(1) {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-top: -30px;
}
.filters .filters-modal .quick-picks-wrapper .quick-picks-list-item:nth-child(1) .quick-pick-radio span {
  background: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/filters-sprite-e0c20f8801.svg#quick-pick-1") no-repeat center;
  background-size: cover;
  padding: 20px 35px 25px;
}
.filters .filters-modal .quick-picks-wrapper .quick-picks-list-item:nth-child(1) .quick-pick-radio input:checked + span {
  background: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/filters-sprite-e0c20f8801.svg#quick-pick-1-checked") no-repeat center;
  background-size: cover;
  color: var(--color-primary);
}
.filters .filters-modal .quick-picks-wrapper .quick-picks-list-item:nth-child(2) {
  margin-top: -30px;
}
.filters .filters-modal .quick-picks-wrapper .quick-picks-list-item:nth-child(2) .quick-pick-radio span {
  background: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/filters-sprite-e0c20f8801.svg#quick-pick-2") no-repeat center;
  background-size: cover;
  padding: 20px 30px 30px;
}
.filters .filters-modal .quick-picks-wrapper .quick-picks-list-item:nth-child(2) .quick-pick-radio input:checked + span {
  background: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/filters-sprite-e0c20f8801.svg#quick-pick-2-checked") no-repeat center;
  background-size: cover;
  color: var(--color-primary);
}
.filters .filters-modal .quick-picks-wrapper .quick-picks-list-item:nth-child(3) {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-top: -30px;
}
.filters .filters-modal .quick-picks-wrapper .quick-picks-list-item:nth-child(3) .quick-pick-radio span {
  background: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/filters-sprite-e0c20f8801.svg#quick-pick-3") no-repeat center;
  background-size: cover;
  padding: 20px 25px 30px;
}
.filters .filters-modal .quick-picks-wrapper .quick-picks-list-item:nth-child(3) .quick-pick-radio input:checked + span {
  background: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/filters-sprite-e0c20f8801.svg#quick-pick-3-checked") no-repeat center;
  background-size: cover;
  color: var(--color-primary);
}
.filters .filters-modal .quick-picks-wrapper .quick-picks-list-item:nth-child(4) {
  margin-top: -30px;
}
.filters .filters-modal .quick-picks-wrapper .quick-picks-list-item:nth-child(4) .quick-pick-radio span {
  background: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/filters-sprite-e0c20f8801.svg#quick-pick-4") no-repeat center;
  background-size: cover;
  padding: 15px 35px 20px;
}
.filters .filters-modal .quick-picks-wrapper .quick-picks-list-item:nth-child(4) .quick-pick-radio input:checked + span {
  background: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/filters-sprite-e0c20f8801.svg#quick-pick-4-checked") no-repeat center;
  background-size: cover;
  color: var(--color-primary);
}
.filters .filters-modal .quick-picks-wrapper .quick-picks-list-item:nth-child(5) {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-top: -35px;
}
.filters .filters-modal .quick-picks-wrapper .quick-picks-list-item:nth-child(5) .quick-pick-radio span {
  background: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/filters-sprite-e0c20f8801.svg#quick-pick-5") no-repeat center;
  background-size: cover;
  padding: 20px 25px 30px;
}
.filters .filters-modal .quick-picks-wrapper .quick-picks-list-item:nth-child(5) .quick-pick-radio input:checked + span {
  background: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/filters-sprite-e0c20f8801.svg#quick-pick-5-checked") no-repeat center;
  background-size: cover;
  color: var(--color-primary);
}
.filters .filters-modal .quick-picks-wrapper .quick-picks-list-item .quick-pick-radio {
  cursor: pointer;
}
.filters .filters-modal .quick-picks-wrapper .quick-picks-list-item .quick-pick-radio input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.filters .filters-modal .quick-picks-wrapper .quick-picks-list-item .quick-pick-radio span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.filters .filters-modal .filters-wrapper .filters-title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}
.filters .filters-modal .filters-wrapper .filters-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-bottom: 30px;
  font-size: 15px;
}
.filters .filters-modal .filters-wrapper .filters-list-item .filters-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.filters .filters-modal .filters-wrapper .filters-list-item .filters-checkbox .btn-icon {
  display: block;
  width: 20px;
  height: 20px;
  background-color: var(--color-accent-gold);
  border-radius: 50%;
  -webkit-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
  position: relative;
  padding: 5px;
}
.filters .filters-modal .filters-wrapper .filters-list-item .filters-checkbox .btn-icon::after {
  content: "";
  display: block;
  -webkit-mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/filters-sprite-e0c20f8801.svg#btn-arrow-1") no-repeat center;
          mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/filters-sprite-e0c20f8801.svg#btn-arrow-1") no-repeat center;
  background-color: var(--color-primary);
  position: absolute;
  width: 10px;
  height: 10px;
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
.filters .filters-modal .filters-wrapper .filters-list-item .filters-checkbox input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.filters .filters-modal .filters-wrapper .filters-list-item .filters-checkbox span {
  color: var(--color-neutral-lightest);
  border: 1px solid var(--color-neutral-lightest);
  padding: 5px 5px 5px 15px;
  background-color: var(--color-primary);
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-transition: background-color 0.3s linear, color 0.3s linear;
  transition: background-color 0.3s linear, color 0.3s linear;
}
.filters .filters-modal .filters-wrapper .filters-list-item .filters-checkbox input:checked + span {
  background: var(--color-neutral-lightest);
  color: var(--color-primary);
}
.filters .filters-modal .filters-wrapper .filters-list-item .filters-checkbox input:checked + span .btn-icon {
  background-color: var(--color-accent-rose);
}
.filters .filters-modal .filters-wrapper .filters-list-item .filters-checkbox input:checked + span .btn-icon::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  background-color: var(--color-neutral-lightest);
}
.filters .filters-modal .sorting-options-wrapper {
  position: relative;
  padding-bottom: 35px;
}
.filters .filters-modal .sorting-options-wrapper.desktop {
  display: none;
}
.filters .filters-modal .sorting-options-wrapper .sorting-options-list {
  border-radius: 20px;
  background: var(--color-neutral-lighter);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 10px;
  font-size: 12px;
}
.filters .filters-modal .sorting-options-wrapper .sorting-options-list-item:first-child .sorting-radio span {
  padding-top: 10px;
  border-radius: 20px 20px 0 0;
}
.filters .filters-modal .sorting-options-wrapper .sorting-options-list-item:last-child .sorting-radio span {
  padding-bottom: 10px;
  border-radius: 0 0 20px 20px;
}
.filters .filters-modal .sorting-options-wrapper .sorting-options-list-item .sorting-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.filters .filters-modal .sorting-options-wrapper .sorting-options-list-item .sorting-radio input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.filters .filters-modal .sorting-options-wrapper .sorting-options-list-item .sorting-radio span {
  color: var(--color-text);
  padding: 5px 15px;
  display: block;
  width: 100%;
}
.filters .filters-modal .sorting-options-wrapper .sorting-options-list-item .sorting-radio input:checked + span {
  background: var(--color-accent-gold);
}
.filters .filters-modal .sorting-options-wrapper .sorting-options-list-item .sorting-radio:hover span {
  background: var(--color-accent-gold);
}
.filters .filters-modal .action-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  gap: 15px;
}
.filters .filters-modal .action-buttons .btn-primary {
  margin: 0;
}

@media screen and (min-width: 768px) {
  .filters .filters-modal {
    height: auto;
    z-index: 1000;
    position: absolute;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .filters .filters-modal.collapsed {
    position: absolute;
  }
  .filters .filters-modal .section-title {
    font-size: 22px;
  }
  .filters .filters-modal .sign-icon {
    right: 0;
    width: 250px;
    height: 210px;
  }
  .filters .filters-modal .filter-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
  }
  .filters .filters-modal .filter-buttons .apply-btn {
    min-width: 150px;
  }
  .filters .filters-modal .filter-buttons .clear-filters-btn {
    position: static;
  }
  .filters .filters-modal .title-wrapper.title-wrapper-big {
    margin-bottom: 15px;
  }
  .filters .filters-modal .title-wrapper .applied-filters {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 30px;
    background: transparent;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .filters .filters-modal .title-wrapper .filter-icon {
    min-width: 30px;
    min-height: 30px;
  }
  .filters .filters-modal .title-wrapper .btn-link, .filters .filters-modal .title-wrapper .apply-btn {
    font-size: 17px;
  }
  .filters .filters-modal .title-wrapper .apply-btn {
    display: inline-block;
    background: var(--color-accent-gold);
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 30px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .filters .filters-modal .title-wrapper .apply-btn:hover {
    background: var(--color-neutral-lightest);
  }
  .filters .filters-modal .title-wrapper .filter-title {
    max-width: 150px;
  }
  .filters .filters-modal .quick-picks-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .filters .filters-modal .quick-picks-wrapper-content {
    width: 55%;
  }
  .filters .filters-modal .quick-picks-wrapper .quick-picks-list {
    font-size: 15px;
  }
  .filters .filters-modal .quick-picks-wrapper .quick-picks-list-item:nth-child(1) {
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin-top: -10px;
  }
  .filters .filters-modal .quick-picks-wrapper .quick-picks-list-item:nth-child(1) .quick-pick-radio span {
    padding: 20px 35px 25px;
  }
  .filters .filters-modal .quick-picks-wrapper .quick-picks-list-item:nth-child(2) {
    margin-top: -20px;
  }
  .filters .filters-modal .quick-picks-wrapper .quick-picks-list-item:nth-child(3) {
    -ms-flex-item-align: center;
        align-self: center;
    margin-top: -20px;
  }
  .filters .filters-modal .quick-picks-wrapper .quick-picks-list-item:nth-child(4) {
    margin-top: -20px;
  }
  .filters .filters-modal .quick-picks-wrapper .quick-picks-list-item:nth-child(5) {
    -ms-flex-item-align: center;
        align-self: center;
    margin-top: -15px;
  }
  .filters .filters-modal .quick-picks-wrapper .sorting-options-wrapper {
    padding: 0;
  }
  .filters .filters-modal .filters-wrapper .filters-list {
    font-size: 18px;
  }
  .filters .filters-modal .filters-wrapper .filters-list-item .filters-checkbox:hover span {
    background: var(--color-neutral-lightest);
    color: var(--color-primary);
  }
  .filters .filters-modal .filters-wrapper .filters-list-item .filters-checkbox:hover span .btn-icon {
    background-color: var(--color-accent-rose);
  }
  .filters .filters-modal .filters-wrapper .filters-list-item .filters-checkbox:hover span .btn-icon::after {
    background-color: var(--color-neutral-lightest);
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .filters .filters-modal .sorting-options-wrapper.mobile {
    display: none;
  }
  .filters .filters-modal .sorting-options-wrapper.desktop {
    display: block;
  }
  .filters .filters-modal .sorting-options-wrapper .sorting-options-list {
    border-radius: 24px;
    font-size: 15px;
  }
}
.section-our-experiences {
  padding: 30px 0;
}
.section-our-experiences .experiences-list {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
}
.section-our-experiences .experiences-list .card-experience {
  height: 100%;
}
.section-our-experiences .experiences-list .experience-item .card-experience {
  margin: 0 auto;
}
.section-our-experiences .title-box {
  text-align: center;
  font-size: 18px;
  color: var(--color-text);
  max-width: 772px;
  margin: 0 auto 40px;
}
.section-our-experiences .title-box .title {
  margin-bottom: 10px;
}
.section-our-experiences .title-box .description {
  margin: 0;
}
.section-our-experiences .btn-primary-link {
  margin: 0 auto;
}
.section-our-experiences .filters-block {
  margin-bottom: 25px;
  position: relative;
  z-index: 10;
}
.section-our-experiences .show-by-prices-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 17px;
}
.section-our-experiences .show-by-prices-wrapper .title {
  font-size: 17px;
  margin-bottom: 0;
  margin-top: 11px;
}
.section-our-experiences .show-by-prices-wrapper .search-tool {
  border: none;
  padding: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
  height: auto;
  z-index: 10;
}
.section-our-experiences .show-by-prices-wrapper .search-tool .search-section-container {
  min-width: initial;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 0;
  border: none;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.section-our-experiences .show-by-prices-wrapper .search-tool .search-section-container .people-area {
  margin: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}
.section-our-experiences .show-by-prices-wrapper .search-tool .search-section-container .people-area {
  height: 34px;
  border-bottom: 2px solid var(--blue-basic);
}
.section-our-experiences .show-by-prices-wrapper .search-tool .search-section-container .people-area .arrow-down-yellow {
  position: absolute;
  background: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/footer-sprite-c95b64669e.svg#icon-arrow-down_blue") no-repeat;
  width: 16px;
  height: 16px;
  right: -20px;
  top: 14px;
}
.section-our-experiences .show-by-prices-wrapper .search-tool .search-section-container .people-area .arrow-down-yellow:hover, .section-our-experiences .show-by-prices-wrapper .search-tool .search-section-container .people-area .arrow-down-yellow:active {
  background: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/footer-sprite-c95b64669e.svg#icon-arrow-down_yellow") no-repeat;
}
.section-our-experiences .show-by-prices-wrapper .search-tool .search-section-container .people-area .people-area-text {
  display: inline-block;
  font-size: 17px;
  padding-top: 10px;
  padding-left: 7px;
  text-align: left;
  width: 100%;
}
.section-our-experiences .show-by-prices-wrapper .search-tool .search-section-container .people-area .people-area-dropdown {
  bottom: -205px;
  right: -55px;
}
@media screen and (min-width: 768px) {
  .section-our-experiences {
    padding: 50px 0;
  }
  .section-our-experiences .experiences-list {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin-bottom: 50px;
    gap: 40px;
  }
  .section-our-experiences .filters-block {
    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;
    height: 75px;
  }
  .section-our-experiences .show-by-prices-wrapper {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0 20px;
  }
  .section-our-experiences .title-box {
    font-size: 22px;
  }
}
.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;
  }
}
.section-discount-banner {
  background-color: var(--color-accent-gold);
  overflow: hidden;
  position: sticky;
  top: var(--nav-bar-height);
  z-index: 1000;
}
.section-discount-banner .container-l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
.section-discount-banner .flag-block {
  display: none;
}
.section-discount-banner .discount-banner-text {
  padding: 20px 0;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  gap: 10px;
  font-size: 16px;
  color: var(--color-primary);
}
.section-discount-banner .discount-banner-text .discount-banner-title {
  text-transform: uppercase;
}
.section-discount-banner .discount-banner-text .discount-number {
  font: 700 30px roc-grotesk, sans-serif;
  line-height: 1;
}
.section-discount-banner .discount-banner-text .discount-banner-description {
  font: 500 16px 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;
  line-height: 1.2;
  position: absolute;
  z-index: 1;
  bottom: 13px;
}
.section-discount-banner .discount-banner-text .discount-banner-description .highlighted-city {
  font: 700 16px roc-grotesk, sans-serif;
}
.section-discount-banner .discount-banner-img {
  position: relative;
  margin-right: -15px;
  width: 40%;
}
.section-discount-banner .discount-banner-img .discount-banner-img-box {
  width: 100%;
  height: 144px;
}
.section-discount-banner .discount-banner-img .discount-banner-img-box img {
  width: 100%;
  height: 100%;
  border-radius: 60px 0 0 60px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.section-discount-banner .discount-banner-img .promo-code {
  font-size: 16px;
  text-transform: uppercase;
  position: absolute;
  line-height: 1.3;
  top: 45px;
  left: -90px;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .section-discount-banner .discount-banner-img {
    width: 50%;
  }
  .section-discount-banner .discount-banner-img .discount-banner-img-box {
    height: 155px;
  }
  .section-discount-banner .discount-banner-img .promo-code {
    font-size: 20px;
    left: -100px;
    top: 54px;
  }
  .section-discount-banner .discount-banner-text {
    font-size: 22px;
  }
  .section-discount-banner .discount-banner-text .discount-number {
    font-size: 50px;
  }
  .section-discount-banner .discount-banner-text .discount-banner-description {
    font-size: 22px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 6px;
  }
  .section-discount-banner .discount-banner-text .discount-banner-description .highlighted-city {
    font-size: 22px;
  }
}
@media screen and (min-width: 1024px) {
  .section-discount-banner .flag-block {
    display: block;
    padding: 20px 0;
  }
  .section-discount-banner .flag-icon {
    content: "";
    display: block;
    width: 95px;
    height: 84px;
    -webkit-transform: scale(-1, 1) rotate(-10deg);
            transform: scale(-1, 1) rotate(-10deg);
  }
  .section-discount-banner .flag-icon-chile {
    background: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/discount-banner-sprite-6673a64f13.svg#chile") center no-repeat;
    background-size: cover;
  }
  .section-discount-banner .flag-icon-colombia {
    background: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/discount-banner-sprite-6673a64f13.svg#colombia") center no-repeat;
    background-size: cover;
  }
  .section-discount-banner .flag-icon-ecuador {
    background: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/discount-banner-sprite-6673a64f13.svg#ecuador") center no-repeat;
    background-size: cover;
  }
  .section-discount-banner .flag-icon-austria {
    background: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/discount-banner-sprite-6673a64f13.svg#austria") center no-repeat;
    background-size: cover;
  }
  .section-discount-banner .flag-icon-argentina {
    background: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/discount-banner-sprite-6673a64f13.svg#argentina") center no-repeat;
    background-size: cover;
  }
  .section-discount-banner .flag-icon-thailand {
    background: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/discount-banner-sprite-6673a64f13.svg#thailand") center no-repeat;
    background-size: cover;
  }
  .section-discount-banner .flag-icon-cambodia {
    background: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/discount-banner-sprite-6673a64f13.svg#cambodia") center no-repeat;
    background-size: cover;
  }
  .section-discount-banner .flag-icon-vietnam {
    background: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/discount-banner-sprite-6673a64f13.svg#vietnam") center no-repeat;
    background-size: cover;
  }
  .section-discount-banner .flag-icon-brazil {
    background: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/discount-banner-sprite-6673a64f13.svg#brazil") center no-repeat;
    background-size: cover;
  }
  .section-discount-banner .flag-icon-denmark {
    background: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/discount-banner-sprite-6673a64f13.svg#denmark") center no-repeat;
    background-size: cover;
  }
  .section-discount-banner .flag-icon-spain {
    background: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/discount-banner-sprite-6673a64f13.svg#spain") center no-repeat;
    background-size: cover;
  }
  .section-discount-banner .flag-icon-philippines {
    background: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/discount-banner-sprite-6673a64f13.svg#philippines") center no-repeat;
    background-size: cover;
  }
  .section-discount-banner .flag-icon-france {
    background: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/discount-banner-sprite-6673a64f13.svg#france") center no-repeat;
    background-size: cover;
  }
  .section-discount-banner .flag-icon-italy {
    background: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/discount-banner-sprite-6673a64f13.svg#italy") center no-repeat;
    background-size: cover;
  }
  .section-discount-banner .flag-icon-australia {
    background: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/discount-banner-sprite-6673a64f13.svg#australia") center no-repeat;
    background-size: cover;
  }
  .section-discount-banner .flag-icon-mexico {
    background: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/discount-banner-sprite-6673a64f13.svg#mexico") center no-repeat;
    background-size: cover;
  }
  .section-discount-banner .flag-icon-japan {
    background: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/discount-banner-sprite-6673a64f13.svg#japan") center no-repeat;
    background-size: cover;
  }
  .section-discount-banner .flag-icon-croatia {
    background: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/discount-banner-sprite-6673a64f13.svg#croatia") center no-repeat;
    background-size: cover;
  }
  .section-discount-banner .flag-icon-morocco {
    background: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/discount-banner-sprite-6673a64f13.svg#morocco") center no-repeat;
    background-size: cover;
  }
  .section-discount-banner .flag-icon-new-zealand {
    background: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/discount-banner-sprite-6673a64f13.svg#new-zealand") center no-repeat;
    background-size: cover;
  }
  .section-discount-banner .discount-banner-img {
    height: 153px;
  }
}
@media screen and (min-width: 1200px) {
  .section-discount-banner .discount-banner-img {
    margin-right: -30px;
  }
}
@media screen and (min-width: 1440px) {
  .section-discount-banner .discount-banner-img {
    width: 78%;
    margin-right: -270px;
  }
  .section-discount-banner .discount-banner-img .promo-code {
    left: -200px;
  }
  .section-discount-banner .discount-banner-text .discount-banner-description {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 6px;
  }
}
.section-other-adventures {
  padding: 30px 0;
}
.section-other-adventures .container-l {
  padding: 0;
}
.section-other-adventures .title {
  text-align: center;
  padding: 0 15px;
}
.section-other-adventures .adventures-list {
  padding: 15px 0 30px;
  max-width: 100%;
}
.section-other-adventures .adventures-list.with-arrows {
  padding-bottom: 50px;
}
.section-other-adventures .swiper-button {
  top: auto;
  bottom: 0;
  height: 30px;
  width: 30px;
  border-radius: 0;
  padding: 0;
}
.section-other-adventures .swiper-button:hover::after {
  background-color: var(--color-accent-gold);
}
.section-other-adventures .swiper-button::after {
  content: "";
  height: 30px;
  width: 30px;
  background-color: var(--color-primary);
  -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-mask-size: cover;
          mask-size: cover;
  margin: 0;
  -webkit-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}
.section-other-adventures .swiper-button.swiper-button-next {
  right: 50%;
  -webkit-transform: rotate(-90deg) translateY(130%);
          transform: rotate(-90deg) translateY(130%);
}
.section-other-adventures .swiper-button.swiper-button-prev {
  left: 50%;
  -webkit-transform: rotate(90deg) translateY(130%);
          transform: rotate(90deg) translateY(130%);
}
.section-other-adventures .adventures-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 193px !important;
  height: 140px;
  border-left: 2px ridge var(--grey-basic);
  border-right: 2px ridge var(--grey-basic);
  -webkit-transition: scale 0.3s linear, color 0.3s linear;
  transition: scale 0.3s linear, color 0.3s linear;
}
.section-other-adventures .adventures-item:hover {
  scale: 1.07;
}
.section-other-adventures .adventures-item .left-block {
  width: 50%;
  height: 100%;
  -webkit-box-shadow: -5px 5px 15px 0px rgba(0, 0, 0, 0.9);
          box-shadow: -5px 5px 15px 0px rgba(0, 0, 0, 0.9);
  border-left: 3px ridge var(--grey-basic);
}
.section-other-adventures .adventures-item .left-block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-other-adventures .adventures-item .right-block {
  width: 50%;
  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;
  gap: 5px;
  padding: 10px 5px 10px 8px;
  background-color: var(--color-white);
  border-left: 1px solid #000;
  -webkit-box-shadow: 0 7px 15px 0 rgba(0, 0, 0, 0.9);
          box-shadow: 0 7px 15px 0 rgba(0, 0, 0, 0.9);
  border-right: 2px ridge var(--grey-basic);
}
.section-other-adventures .adventures-item .right-block .adventures-item-title {
  font-size: 13px;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.section-other-adventures .adventures-item .right-block .adventures-author-name {
  text-transform: capitalize;
  font: 500 8px roc-grotesk, sans-serif;
}
.section-other-adventures .swiper-wrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 768px) {
  .section-other-adventures .title {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .section-other-adventures {
    padding: 40px 0;
  }
  .section-other-adventures .adventures-list {
    padding: 15px 15px 20px;
  }
  .section-other-adventures .adventures-list.with-arrows {
    padding-bottom: 50px;
  }
  .section-other-adventures .swiper-button {
    height: 40px;
    width: 40px;
  }
  .section-other-adventures .swiper-button::after {
    height: 40px;
    width: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .section-other-adventures {
    padding: 40px 0;
  }
  .section-other-adventures .adventures-item {
    width: 230px !important;
    height: 170px;
  }
  .section-other-adventures .adventures-item .right-block .adventures-item-title {
    font-size: 16px;
  }
  .section-other-adventures .adventures-item .right-block .adventures-author-name {
    font-size: 11px;
  }
  .section-other-adventures .swiper-button {
    height: 48px;
    width: 48px;
  }
  .section-other-adventures .swiper-button::after {
    height: 48px;
    width: 48px;
  }
}
@media screen and (min-width: 1440px) {
  .section-other-adventures .adventures-list {
    padding: 15px 5px 30px;
  }
  .section-other-adventures .adventures-list.with-arrows {
    padding-bottom: 70px;
  }
  .section-other-adventures .adventures-item {
    width: 260px !important;
    height: 180px;
  }
}
@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;
  }
}
.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;
}
/*# sourceMappingURL=frontend-destinations-country.min.css.map */
