body {
  background-color: #f9f9f9; }

.spinner {
  background-image: url("../img/spinner.svg");
  width: 70px;
  height: 70px;
  display: none; }

.twitter-typeahead .tt-input[disabled],
.twitter-typeahead .tt-input[readonly],
fieldset[disabled] .twitter-typeahead .tt-input {
  background-color: #fff !important; }

input.typeahead {
  flex-grow: 1;
  width: 100%;
  flex-basis: 100%;
  height: 100%; }

.tt-menu {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  margin-right: 1px;
  padding-top: 15px;
  padding-bottom: 30px; }
  .tt-menu .tt-suggestion {
    line-height: 28px;
    padding-left: 16px; }

.header--dark > .container:first-child {
  background-color: transparent; }

input {
  outline: none !important; }

header {
  display: block;
  box-sizing: border-box; }

a:hover {
  text-decoration: none; }

a.btn {
  display: flex;
  align-items: center; }

a.btn-primary:hover {
  color: #fff !important; }

.mx-sm-4 {
  margin-left: 40px;
  margin-right: 40px; }

.f-it {
  font-style: italic; }

h2.le, .h2.le {
  font-size: 32px;
  font-weight: 900;
  line-height: 1;
  color: #2d3640;
  letter-spacing: 0.32px; }

.bg-primary {
  background-color: #fe5b5c; }

.bg-light {
  background-color: #fff; }

.f-primary {
  color: #fe5b5c; }

.short-logo {
  width: 48px;
  height: 50px; }

.mb-100 {
  margin-bottom: 50px; }

.under-none {
  text-decoration: none; }
  .under-none:hover {
    text-decoration: inherit; }

.btn-outline-secondary-c {
  border: solid 1px #737695;
  font-weight: 600;
  color: #737695; }
  .btn-outline-secondary-c:hover {
    color: #fff; }

.fav-icon:hover {
  cursor: pointer; }

.input-arrow svg {
  width: 20px;
  height: 20px;
  color: #bfc8d2;
  fill: #bfc8d2;
  margin-right: 8px; }

.card-container .card-le .card-top .price {
  height: 36px;
  border-radius: 23px;
  box-shadow: 0 11px 55px 10px rgba(0, 0, 0, 0.07), 0 13px 18px -8px rgba(0, 0, 0, 0.15);
  background-color: #fe5b5c;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 25px;
  padding-left: 25px; }

.avatar {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  border: 1px solid;
  overflow: hidden !important; }
  .avatar img {
    width: 100%;
    height: auto; }
  .avatar a {
    display: block;
    width: 100%;
    height: 100%; }
    .avatar a:hover {
      background-color: #e9484e !important;
      text-decoration: none;
      color: #fff !important; }

.star-ico {
  width: 18px;
  height: auto;
  fill: #FFCC00;
  stroke: #FFCC00;
  color: #FFCC00; }
  .star-ico + .star-ico {
    margin-left: 6px; }

/* avatar list */
.avatar-list {
  display: flex; }
  .avatar-list .avatar-list__item {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 2px solid;
    overflow: hidden !important; }
    .avatar-list .avatar-list__item + .avatar-list__item {
      margin-left: -15px; }
    .avatar-list .avatar-list__item img {
      width: 100%;
      height: auto; }
    .avatar-list .avatar-list__item a {
      display: block;
      width: 100%;
      height: 100%; }
      .avatar-list .avatar-list__item a:hover {
        background-color: #e9484e !important;
        text-decoration: none;
        color: #fff !important; }

/* photo list */
.photo-list {
  display: flex; }
  .photo-list .photo-list__item {
    width: 80px;
    height: 80px;
    background-size: cover;
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    border: solid 1px #bfc8d2;
    border-radius: 5px !important;
    overflow: hidden !important; }
    .photo-list .photo-list__item + .photo-list__item {
      margin-left: 25px; }
    .photo-list .photo-list__item img {
      width: 100%;
      height: auto; }
    .photo-list .photo-list__item a {
      display: block;
      box-sizing: border-box;
      width: 100%;
      height: 100%; }
      .photo-list .photo-list__item a:hover {
        background-color: rgba(45, 54, 64, 0.5) !important;
        text-decoration: none;
        color: #fff !important; }
      .photo-list .photo-list__item a.cover {
        background-color: rgba(45, 54, 64, 0.75); }

/***************************************************/
/* Frame */
.frame {
  overflow: hidden; }

.frame ul {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%; }

.frame ul li {
  float: left;
  height: 100%; }

/***************************************************/
.work-steps .work-steps__step {
  width: 265px;
  min-height: 313px;
  border-radius: 20px;
  box-shadow: 0 0 18px -8px rgba(0, 0, 0, 0.15);
  margin-top: 61px;
  color: #fff; }
  .work-steps .work-steps__step + .work-steps__step {
    margin-left: 15px; }
  .work-steps .work-steps__step .step-img {
    margin-top: -61px;
    height: 140px;
    width: auto;
    object-fit: contain; }
  .work-steps .work-steps__step .step-title {
    font-size: 30px;
    font-weight: 900;
    letter-spacing: 0.67px;
    padding: 20px 20px 0px;
    margin-bottom: 0px; }
  .work-steps .work-steps__step .step-text {
    font-size: 14px;
    padding: 10px 20px 0px;
    text-align: center; }
  .work-steps .work-steps__step .step-num {
    margin-left: auto;
    margin-top: auto;
    margin-bottom: 0px;
    padding: 20px 40px 0px; }
    .work-steps .work-steps__step .step-num img {
      height: 95px;
      width: auto;
      opacity: 0.3; }
  .work-steps .work-steps__step.step-1 {
    background-color: #f29933; }
  .work-steps .work-steps__step.step-2 {
    background-color: #2d3640; }
  .work-steps .work-steps__step.step-3 {
    background-color: #fe5b5c; }

.stats-container {
  justify-content: stretch;
  flex-wrap: wrap;
  margin-top: 10px; }
  .stats-container .stats-container__box {
    flex-grow: 1;
    max-width: 100%;
    min-width: 290px;
    height: 315px;
    border-radius: 20px;
    box-shadow: 0 0 18px -8px rgba(0, 0, 0, 0.15);
    margin-top: 131px;
    color: #fff; }
    .stats-container .stats-container__box .box-img {
      margin-top: -82px;
      height: auto;
      width: 200px;
      object-fit: contain; }
    .stats-container .stats-container__box .box-title {
      font-size: 46px;
      font-weight: 900;
      letter-spacing: 0.67px;
      padding: 20px 0px 0px;
      margin-bottom: 0px;
      padding-top: 0px;
      line-height: 1.2; }
      .stats-container .stats-container__box .box-title.line-1 {
        margin-right: auto;
        margin-left: 20px; }
      .stats-container .stats-container__box .box-title.line-2 {
        margin-left: auto;
        margin-right: 20px; }
      .stats-container .stats-container__box .box-title .box-title-text {
        font-size: 26px;
        font-weight: bold; }
    .stats-container .stats-container__box .box-text {
      font-size: 26px;
      padding: 10px 20px 0px;
      text-align: center; }
    .stats-container .stats-container__box .box-comment {
      font-size: 14px;
      padding: 10px 20px 0px;
      text-align: center; }
    .stats-container .stats-container__box.box-1 {
      background-color: #2d3640;
      height: 375px; }
      .stats-container .stats-container__box.box-1 .box-title {
        padding-top: 20px; }
    .stats-container .stats-container__box.box-2 {
      background-color: #fe5b5c; }
    .stats-container .stats-container__box .btn--group {
      margin: auto 0px 40px;
      display: flex;
      flex-flow: row wrap;
      justify-content: center; }
    .stats-container .stats-container__box .btn {
      display: block;
      font-size: 14px;
      font-weight: normal;
      margin: auto 20px 20px;
      padding: 10px;
      width: 80%;
      max-width: 100%; }
      .stats-container .stats-container__box .btn.btn-2 {
        min-width: 180px;
        margin: 0px;
        margin-top: 20px; }

.card-container {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  box-shadow: 0 0 18px -8px rgba(0, 0, 0, 0.15) !important;
  background-color: #ffffff;
  overflow: hidden !important;
  margin-bottom: 20px; }
  .card-container + .card-container {
    margin-left: 30px; }
  .card-container a:hover {
    color: inherit;
    text-decoration: none; }
  .card-container .card-le {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden !important;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-image: linear-gradient(transparent, #000);
    padding: 20px;
    color: #fff; }
    .card-container .card-le .card-top {
      display: flex;
      justify-content: space-between; }
      .card-container .card-le .card-top svg {
        max-width: 36px;
        max-height: 36px; }
      .card-container .card-le .card-top .fav-icon {
        width: 36px;
        height: 36px;
        color: rgba(45, 54, 64, 0.5);
        fill: rgba(45, 54, 64, 0.5); }
        .card-container .card-le .card-top .fav-icon.active {
          color: #fff;
          fill: #fff; }
      .card-container .card-le .card-top .price {
        font-weight: bold;
        font-size: 18px; }
    .card-container .card-le .card-bottom h2, .card-container .card-le .card-bottom .h2 {
      font-size: 24px;
      padding-bottom: 10px; }
  .card-container .card-details {
    display: flex;
    flex-direction: column;
    padding: 15px 10px 20px;
    flex-grow: 1; }
    .card-container .card-details .star-ico {
      width: 18px;
      height: auto;
      fill: #FFCC00;
      stroke: #FFCC00;
      color: #FFCC00; }
      .card-container .card-details .star-ico + .star-ico {
        margin-left: 6px; }
    .card-container .card-details .text-reviews {
      font-size: 16px;
      color: #5e6b79;
      margin-left: 10px; }
      .card-container .card-details .text-reviews:hover {
        color: #2d3640; }
    .card-container .card-details .card-details__text {
      font-size: 16px;
      font-weight: 600;
      line-height: 1.63;
      margin-top: 5px;
      color: #2d3640;
      transition: color linear .05s; }
      .card-container .card-details .card-details__text a:hover {
        color: #fe5b5c; }
    .card-container .card-details .card-details__info {
      margin-top: auto;
      color: #8b95a1;
      font-size: 14px; }
      .card-container .card-details .card-details__info .card-details__info-icon {
        height: 16px;
        width: auto;
        fill: #8b95a1;
        stroke: #8b95a1;
        color: #8b95a1; }
      .card-container .card-details .card-details__info > * {
        margin-right: 5px; }

.popular-experiences .card-container {
  width: 255px;
  height: 420px; }
  .popular-experiences .card-container + .card-container {
    margin-left: 10px; }
  .popular-experiences .card-container .card-details .star-ico {
    width: 16px;
    height: 16px; }
  .popular-experiences .card-container .card-details .text-reviews {
    font-size: 14px;
    font-weight: bold; }
  .popular-experiences .card-container .card-details .card-details__text {
    order: 3; }
  .popular-experiences .card-container .card-details .card-details__info {
    order: 2; }

.popular-experiences .card-le {
  padding: 15px 15px 10px;
  height: 270px; }
  .popular-experiences .card-le .card-top .fav-icon {
    width: 32px;
    height: 32px; }

.popular-experiences .avatar-list {
  margin-bottom: 10px; }
  .popular-experiences .avatar-list .avatar-list__item {
    width: 46px;
    height: 46px; }

.city-activities .card-container {
  width: 170px;
  height: 170px;
  margin-bottom: 0px; }
  .city-activities .card-container + .card-container {
    margin-left: 0px; }

.city-activities .card-le {
  height: 170px;
  padding: 15px; }
  .city-activities .card-le .card-top .price {
    font-size: 11px;
    font-weight: normal;
    height: 26px;
    padding-left: 10px;
    padding-right: 10px; }
  .city-activities .card-le .card-bottom .h2 {
    display: block;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 6px;
    letter-spacing: 0.24px; }

.city-activities .avatar-list .avatar-list__item {
  width: 44px;
  height: 44px; }

.popular-dest {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(1fr, 1fr));
  grid-gap: 20px;
  gap: 20px; }
  .popular-dest .card-container {
    width: auto;
    margin-bottom: 10px; }
  .popular-dest .card-le .card-top .price {
    height: 42px;
    font-size: 14px;
    font-weight: normal;
    padding-left: 15px;
    padding-right: 15px; }
  .popular-dest .card-le .card-bottom {
    line-height: normal; }
  .popular-dest .avatar-list {
    display: none;
    margin-bottom: 10px; }
    .popular-dest .avatar-list .avatar-list__item + .avatar-list__item {
      margin-left: -5px; }

.what-is {
  box-shadow: 0 11px 55px 10px rgba(0, 0, 0, 0.07), 0 13px 18px -8px rgba(0, 0, 0, 0.15); }
  .what-is .what-is-text {
    font-size: 16px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.9); }
    .what-is .what-is-text p {
      padding-top: 15px; }

#readMoreLinkDiv {
  text-align: center; }
  #readMoreLinkDiv a:hover {
    text-decoration: none;
    color: #fff; }

#readMoreContent {
  display: none; }
  #readMoreContent a:hover {
    text-decoration: none;
    color: #fff; }

.section-title h1, .section-title h2, .section-title .h2 {
  font-size: 18px;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: normal;
  color: #2d3640;
  margin-top: 60px; }

.section-title h3, .section-title .h3 {
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #5e6b79;
  margin-top: 10px;
  margin-bottom: 25px; }

a.f-primary {
  color: #fe5b5c;
  text-decoration: none; }
  a.f-primary:hover {
    color: #e9484e !important; }

.section-bottom {
  color: #fe5b5c;
  font-size: 16px; }
  .section-bottom a {
    color: #fe5b5c;
    text-decoration: none; }
    .section-bottom a:hover {
      color: #e9484e; }
  .section-bottom.color-white a {
    color: #fff; }
    .section-bottom.color-white a:hover {
      color: #fff; }
  .section-bottom.color-white .arrow-rm {
    color: #fff;
    fill: #fff; }
  .section-bottom span {
    padding-right: 5px; }
  .section-bottom .section-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    fill: currentColor; }

.slider-arrow-left, .slider-arrow-right {
  background: url("../img/icons/arrow-slider-w.png") no-repeat;
  width: 43px;
  height: 43px;
  box-shadow: 0 5px 20px 10px rgba(0, 0, 0, 0.07), 0 5px 20px 4px rgba(0, 0, 0, 0.08), 0 5px 20px -8px rgba(0, 0, 0, 0.15);
  border-radius: 50%; }

.slider-arrow-left {
  right: -10px; }

.slider-arrow-right {
  left: -20px; }

.arrow-rm {
  width: 20px;
  height: 20px;
  transition: .4s;
  color: #fe5b5c;
  fill: #fe5b5c; }
  .arrow-rm.active {
    transform: rotate(180deg); }
  .arrow-rm.light {
    color: #fff;
    fill: #fff; }

.page-header {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto 240px;
  display: block;
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 20px; }
  .page-header .top-title {
    margin-top: 15px;
    max-width: 730px;
    font-family: Lato, 'Open Sans', sans-serif;
    color: #fff;
    text-transform: uppercase; }
    .page-header .top-title h1 {
      text-shadow: 2px 2px 2px rgba(45, 54, 64, 0.15);
      font-size: 22px;
      font-weight: 900;
      font-style: normal;
      line-height: 1.52;
      letter-spacing: 0.5px; }
    .page-header .top-title h2 {
      font-size: 15px;
      font-weight: 300; }
    .page-header .top-title .h2 {
      display: block;
      font-size: 15px;
      font-weight: 300;
      padding-top: 20px;
      letter-spacing: 0.4px; }
  .page-header .place-info-wrapper {
    width: 300px !important;
    margin-right: -300px !important;
    display: none;
    transition: all ease-in-out 0.5ms; }
    .page-header .place-info-wrapper .place-info {
      width: 100%;
      border-radius: 6px;
      box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
      border: solid 1px rgba(139, 149, 161, 0.2);
      background-color: #ffffff; }
    .page-header .place-info-wrapper .t-arrow-down {
      width: 0px;
      height: 0px;
      border: 10px solid transparent;
      border-top: 10px solid #fff;
      margin-top: -1px;
      margin-left: auto;
      margin-right: 99px; }
    .page-header .place-info-wrapper .btn-show {
      font-size: 12px;
      padding: 3px 15px;
      width: auto !important;
      min-width: 100px; }
  .page-header .place-pin .place-pin__title {
    color: #fff; }
  .page-header .place-pin .place-pin__icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: transparent;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color ease-in-out 0.3s; }
    .page-header .place-pin .place-pin__icon svg {
      width: 20px;
      height: 20px;
      color: #fff;
      fill: #fff; }
    .page-header .place-pin .place-pin__icon:hover {
      background-color: #fe5b5c;
      cursor: pointer; }

.comment {
  font-family: VerveineCorp; }

.comment-arrow {
  width: 65.9px;
  height: 15.7px;
  transform: rotate(-65deg);
  background-color: #5e6b79; }

header .logged-in .logged-in__hide {
  display: none !important; }

header .logged-in .logged-in__show {
  display: block !important; }

header .logged-out .logged-in__hide {
  display: block !important; }

header .logged-out .logged-in__show {
  display: none !important; }

header .nav-profile:hover {
  fill: #fe5b5c;
  stroke: #fe5b5c !important;
  color: #fe5b5c; }

header .nav-profile .icon--down:hover {
  stroke: #fe5b5c; }

header .nav-but-profile {
  position: relative; }

header .nav-user {
  background-color: rgba(255, 255, 255, 0.95);
  width: auto;
  position: absolute;
  border: 1px solid #bfc8d2;
  top: 55px;
  right: 0;
  visibility: hidden;
  color: #38383E;
  max-height: 0px;
  z-index: 0;
  transition: all ease-in-out 0.5s; }
  header .nav-user .nav__content a {
    color: #2b2a28; }
  header .nav-user ul li {
    list-style-type: none;
    margin-left: -20px; }
  header .nav-user.nav-active-profile {
    visibility: visible;
    max-height: 100vh; }
    header .nav-user.nav-active-profile * {
      visibility: inherit;
      opacity: 1; }

header .profile__avatar {
  margin-right: 6px;
  margin-left: calc(0.8em + 0.4vw); }
  header .profile__avatar:not(:empty) {
    border: 1px solid #fff; }

.header--dark {
  background-color: transparent;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
  background-size: cover;
  transition: background-color linear 0.3s !important;
  box-shadow: none; }
  .header--dark > .container:first-child {
    background-color: transparent; }
  .header--dark.header--scrolled {
    background-image: none;
    background-color: #2d3640;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3); }
  .header--dark.header--active {
    transition: background-color ease-in-out 1s;
    background-image: none;
    background-color: #2d3640; }

.header__btn:hover {
  opacity: 0.9;
  text-shadow: 2px 2px #2d3640; }

.header__log-link {
  border: 0px; }

.search-container {
  padding: 30px 15px;
  border-radius: 10px;
  max-width: 100%;
  flex-grow: 1;
  background-color: #ffffff;
  box-shadow: 0 11px 55px 10px rgba(0, 0, 0, 0.07), 0 13px 18px -8px rgba(0, 0, 0, 0.15); }
  .search-container .search-container__title {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.11;
    letter-spacing: normal;
    color: #6a7685;
    margin-bottom: 15px; }
  .search-container .search-wrapper {
    flex-direction: column; }
  .search-container .search-inner-container {
    display: flex;
    background-color: #ffffff;
    height: 50px;
    border-radius: 4px;
    border: solid 1px #bfc8d2;
    width: 100%;
    margin-bottom: 28px;
    padding-top: 2px;
    padding-bottom: 2px; }
    .search-container .search-inner-container input {
      border: 0px;
      flex-grow: 1;
      padding: 17px;
      font-size: 14px;
      line-height: 1.25; }
    .search-container .search-inner-container .location-marker {
      background: url("./../img/map-marker.svg") no-repeat center center;
      background-size: auto;
      background-size: 16px 16px;
      border: 0;
      -moz-context-properties: fill;
      -moz-context-properties: stroke;
      fill: #bfc8d2;
      stroke: #bfc8d2;
      width: 48px; }
  .search-container .btn-top--search {
    text-transform: none !important;
    white-space: nowrap;
    max-width: 100%; }

.search-result {
  box-shadow: 0 13px 18px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  border-radius: 0px 0px 4px 4px;
  border: solid 1px #bfc8d2;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  transition: all ease-in-out 0.5ms;
  z-index: 8; }
  .search-result ul {
    list-style-type: none;
    padding-left: 20px; }
    .search-result ul li {
      margin: 25px 10px;
      font-size: 16px;
      line-height: 1.25;
      display: flex;
      flex-flow: row nowrap;
      justify-content: flex-start;
      align-items: center;
      padding-left: 30px;
      margin-right: 20px; }
      .search-result ul li a {
        color: #8b95a1; }
        .search-result ul li a:hover {
          color: #fe5b5c;
          text-decoration: none; }
      .search-result ul li.search-result__group {
        font-size: 18px;
        font-weight: bold;
        line-height: 1.11;
        letter-spacing: -0.45px;
        padding-left: 0px;
        color: #2d3640; }
        .search-result ul li.search-result__group:not(:first-child) {
          padding-top: 20px;
          border-top: 1px solid #f1f1f1; }
        .search-result ul li.search-result__group span {
          padding-left: 10px; }
  .search-result.search-result__active {
    visibility: visible;
    height: auto; }
  .search-result .icon--star-fill {
    color: #F2B46D;
    fill: #F2B46D; }

.comment img {
  width: 70%;
  max-width: 290px; }

.modal.modal-filter .alert-danger .close {
  font-size: 18px !important;
  color: #d10909 !important; }

input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: 24px;
  height: 24px;
  background-position: center center;
  color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-3 0 48 36' %3E%3Cpath fill='%23fff' d='M5.485 15.527c-0.893-0.893-2.34-0.893-3.232 0s-0.893 2.34 0 3.232l11.429 11.429c0.893 0.893 2.34 0.893 3.233 0l25.143-25.143c0.893-0.893 0.893-2.34 0-3.232s-2.34-0.893-3.232 0l-23.527 23.527-9.812-9.812z'%3E%3C/path%3E%3C/svg%3E");
  background-size: 18px 13px;
  background-color: #fff;
  background-repeat: no-repeat;
  padding: 0 !important;
  margin-right: 3px;
  border: 1px solid #bfc8d2;
  border-radius: 4px;
  transition: all ease-in-out 0.25s;
  cursor: pointer;
  outline: none; }
  input[type="checkbox"].small {
    width: 16px;
    height: 16px;
    background-size: 12px 9px; }

input[type="checkbox"]:checked {
  background-color: #fe5b5c;
  border-color: #fe5b5c; }

.search-form .btn-outline-secondary {
  min-width: 80px;
  max-width: 31%;
  flex-grow: 1;
  height: 42px;
  border-radius: 4px;
  border: solid 1px #bfc8d2;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.67;
  color: #8b95a1; }
  .search-form .btn-outline-secondary:hover, .search-form .btn-outline-secondary.active {
    color: #fff;
    background: #fe5b5c !important;
    border-color: #e9484e !important; }
    .search-form .btn-outline-secondary:hover:focus, .search-form .btn-outline-secondary.active:focus {
      box-shadow: none !important;
      color: #fff !important; }

/*
.content-slider .item .wrapper img {
}

.user-card {
	width: 255px;
	height: 255px;
	overflow: hidden!important;
	border-radius: 20px!important;
	background-size: cover!important;
	background-repeat: no-repeat;

	.info {
		z-index: 2;
	}

	img.userpic {
		border-radius: 20px;
		width: auto; //100%!important;
		max-width: 100%!important;
		height: 100%!important;
		position: absolute;
		z-index: 1;
		top: 0;
		left:0;
	}

	.star {
		width: 18px;
		height: 18px;
		color: #ffcc00;
		fill: #ffcc00;
		background: transparent!important;
	}
	.guide-fav-icon {
		width: 36px;
		height: 36px;
		color: rgba(45, 54, 64, 0.5);
		fill:rgba(45, 54, 64, 0.5);;
		&.active {
			color: #fff;
			fill: #fff;
		}
	}
	.price {
		@extend %rounded-box;

		&.price-small {
			height: 26px;
			border-radius: 23px;
			font-size: 11px;
			font-size: normal;
		}
	}
	.user-descr {
		color: #fff;
	}
	.user-name {
		font-size: 24px;
		font-weight: bold;
	}
	.user-place {
		font-size: 16px;
		font-weight: normal;
		margin-bottom: 7px;
	}
	.user-lang {
		font-size: 10px;
		font-weight: normal;
	}
	.user-reviews {
		font-size: 14px;
		font-weight: 600;
	}
	.star {
		width: 18px;
		height: 18px;
	}

}
*/
.reviews-container ul {
  margin-left: 0px; }
  .reviews-container ul.column {
    display: flex;
    flex-direction: column; }
    .reviews-container ul.column .reviews-container__item {
      height: auto;
      max-width: 100%; }

.reviews-container .reviews-container__item {
  width: auto;
  max-width: 280px;
  height: 470px;
  margin: 5px;
  margin-bottom: 20px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(45, 54, 64, 0.05);
  display: flex; }
  .reviews-container .reviews-container__item.hidden-by-default {
    display: none; }
  .reviews-container .reviews-container__item .top-wrapper {
    margin: 20px 20px 10px;
    height: 38px; }
  .reviews-container .reviews-container__item .avatar {
    width: 38px;
    height: 38px;
    border: 0px; }
  .reviews-container .reviews-container__item .review-name {
    font-size: 14px;
    color: #2d3640;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 5px; }
  .reviews-container .reviews-container__item .star-ico {
    width: 11px; }
    .reviews-container .reviews-container__item .star-ico + .star-ico {
      margin-left: 4px; }
  .reviews-container .reviews-container__item .review-text-wrapper .review-text {
    position: relative;
    padding: 0px 20px 20px;
    font-size: 12px;
    color: #5e6b79;
    line-height: 2;
    background: #ffffff; }
    .reviews-container .reviews-container__item .review-text-wrapper .review-text .review-text-inner {
      margin-bottom: 20px; }
  .reviews-container .reviews-container__item .date {
    color: #8b95a1;
    font-size: 10px; }
  .reviews-container .reviews-container__item .photo-list .photo-list__item {
    width: 60px;
    height: 60px; }
    .reviews-container .reviews-container__item .photo-list .photo-list__item + .photo-list__item {
      margin-left: 15px; }
    .reviews-container .reviews-container__item .photo-list .photo-list__item:nth-child(3) a {
      background-color: rgba(45, 54, 64, 0.75); }
    .reviews-container .reviews-container__item .photo-list .photo-list__item:nth-child(3) span {
      visibility: visible; }
    .reviews-container .reviews-container__item .photo-list .photo-list__item:last-child a {
      background-color: transparent; }
    .reviews-container .reviews-container__item .photo-list .photo-list__item:last-child span {
      visibility: hidden; }

.reviews-container .msg-window {
  width: 80%;
  max-width: 730px;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  border: solid 1px rgba(139, 149, 161, 0.2);
  background-color: #2d3640;
  font-size: 14px;
  color: #ffffff; }

.btn-outline-secondary {
  background-position: center;
  transition: background ease-in-out 1s; }
  .btn-outline-secondary:hover {
    background: #737695;
    color: #fff !important; }
  .btn-outline-secondary:active, .btn-outline-secondary:focus, .btn-outline-secondary:link {
    background-color: #fff !important;
    color: #737695 !important;
    background-size: 100%; }

.btn-see-more {
  font-size: 13px;
  font-weight: 600;
  font-style: normal;
  padding: 14px 50px;
  flex-grow: 1; }

/* Hide arrows for input[type=number] Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

/* Hide arrows for input[type=number]  Firefox */
input[type=number] {
  -moz-appearance: textfield; }

/*
.ripple {
	background-position: center;
	transition: background 0.8s;
  }
  .ripple:hover {
	background: #47a7f5 radial-gradient(circle, transparent 1%, #47a7f5 1%) center/15000%;
  }
  .ripple:active {
	background-color: #6eb9f7;
	background-size: 100%;
	transition: background 0s;
  }

  button {
	border: none;
	border-radius: 2px;
	padding: 12px 18px;
	font-size: 16px;
	text-transform: uppercase;
	cursor: pointer;
	color: white;
	background-color: #2196f3;
	box-shadow: 0 0 4px #999;
	outline: none;
  }*/
.header__actions {
  max-width: 80%;
  flex-grow: 0; }



/*
.back-link {
	position: absolute;
	top: 0;
	left: 0;
	height: 50px;
	max-width: 140px;
	a {
		width: auto;
		max-width: 100%;
		white-space: nowrap;
		padding-left: 15px;
		padding-right: 5px;
		&:hover {
			color: #fff!important;
		}
	}
}
*/
.city-activities-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
  gap: 15px;
  padding-left: 0px;
  margin-bottom: 50px; }
  .city-activities-container > li {
    display: none;
    position: relative;
    width: 100% !important;
    padding-bottom: 100% !important;
    transition: display ease 0.5s; }
  .city-activities-container .card-container {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: stretch;
    justify-items: stretch;
    overflow: hidden; }
    .city-activities-container .card-container .card-le {
      flex-grow: 1;
      padding: 15px; }
      .city-activities-container .card-container .card-le .card-top .price {
        font-size: 11px;
        font-weight: normal;
        height: 26px;
        padding-left: 10px;
        padding-right: 10px; }
      .city-activities-container .card-container .card-le .card-bottom .h2 {
        display: block;
        font-size: 16px;
        font-weight: bold;
        padding-bottom: 6px; }
  .city-activities-container .avatar-list .avatar-list__item {
    width: 44px;
    height: 44px; }

.popular-dest-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
  gap: 15px;
  padding-left: 0px; }
  .popular-dest-container > li {
    display: none;
    position: relative;
    width: 100% !important;
    padding-bottom: 100% !important;
    transition: display ease 0.5s; }
  .popular-dest-container .card-container {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: stretch;
    justify-items: stretch;
    overflow: hidden; }
    .popular-dest-container .card-container .card-le {
      flex-grow: 1;
      padding: 15px; }
      .popular-dest-container .card-container .card-le .card-top .price {
        font-size: 11px;
        font-weight: normal;
        height: 26px;
        padding-left: 10px;
        padding-right: 10px; }
      .popular-dest-container .card-container .card-le .card-bottom h2, .popular-dest-container .card-container .card-le .card-bottom .h2 {
        font-size: 16px;
        font-weight: bold;
        padding-bottom: 6px; }
  .popular-dest-container .avatar-list .avatar-list__item {
    width: 44px;
    height: 44px; }

@media (min-width: 768px) {
  .back-link {
    height: 79px; }
  .tt-menu {
    font-size: 16px; }
    .tt-menu .tt-suggestion {
      line-height: 30px;
      padding-left: 19px; }
  .modal-open {
    position: fixed !important;
    width: 100% !important; }
  .input-arrow svg {
    width: 20px;
    height: 20px;
    margin-bottom: 3px; }
  .mb-100 {
    margin-bottom: 100px; }
  .header--dark {
    padding: 19px 0; }
  .header__btn {
    font-size: 14px;
    margin: 0px 12px;
    padding: 9px 12px; }
  .header__log-link {
    border: 1px solid #fff;
    padding-left: 24px;
    padding-right: 24px;
    margin-right: 18px; }
  .page-header {
    background-size: cover;
    height: 768px;
    margin-bottom: 60px; }
    .page-header .top-title {
      margin-top: 115px; }
      .page-header .top-title h1 {
        font-size: 46px;
        font-weight: 900;
        line-height: 1.52;
        letter-spacing: 0.5px;
        margin-bottom: 50px !important; }
      .page-header .top-title h2, .page-header .top-title .h2 {
        font-size: 40px;
        font-weight: 300;
        margin-bottom: 20px !important; }
  .search-container {
    max-width: 825px;
    width: 80%;
    padding: 50px;
    margin-right: 5%; }
    .search-container .search-container__title {
      font-size: 18px;
      font-weight: normal;
      line-height: 1.11;
      letter-spacing: -0.45px; }
    .search-container .search-wrapper {
      flex-direction: row; }
    .search-container .search-inner-container {
      width: 70%;
      height: 70px;
      max-width: 440px;
      margin-right: 20px;
      margin-bottom: 0px; }
      .search-container .search-inner-container input {
        padding: 20px;
        font-size: 16px; }
      .search-container .search-inner-container .location-marker {
        background-size: auto;
        background-size: 26px 26px; }
    .search-container .btn-top--search {
      text-transform: none !important;
      padding: 0px 32px;
      line-height: 70px; }
  .what-is {
    padding-top: 25px; }
    .what-is .what-is-text {
      padding-bottom: 20px;
      font-size: 20px;
      line-height: 1.5; }
      .what-is .what-is-text p {
        padding-top: 20px; }
  .section-title h1, .section-title h2, .section-title .h2 {
    font-size: 32px;
    line-height: 1;
    margin-top: 100px; }
  .section-title h3, .section-title .h3 {
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 40px; }
  .section-bottom {
    font-size: 18px; }
    .section-bottom span {
      padding-right: 5px; }
    .section-bottom .section-icon {
      width: 24px;
      height: 24px; }
  .work-steps .work-steps__step {
    width: 350px;
    min-height: 465px; }
    .work-steps .work-steps__step + .work-steps__step {
      margin-left: 30px; }
    .work-steps .work-steps__step .step-img {
      height: 180px; }
    .work-steps .work-steps__step .step-title {
      font-size: 40px;
      font-weight: 900;
      letter-spacing: 0.67px;
      padding: 40px 20px 0px; }
    .work-steps .work-steps__step .step-text {
      font-size: 18px;
      padding: 10px 30px 0px; }
    .work-steps .work-steps__step .step-num {
      margin-bottom: 40px;
      padding: 20px 40px 0px; }
      .work-steps .work-steps__step .step-num img {
        height: 120px; }
  .stats-container {
    justify-content: stretch;
    flex-wrap: wrap;
    margin-top: 100px; }
    .stats-container .stats-container__box {
      flex-grow: 1;
      max-width: 540px;
      height: 486px;
      border-radius: 20px;
      margin-top: 131px; }
      .stats-container .stats-container__box + .stats-container__box {
        margin-left: 15px; }
      .stats-container .stats-container__box .box-img {
        margin-top: -131px;
        height: 250px;
        width: auto; }
      .stats-container .stats-container__box .box-title {
        font-size: 60px;
        font-weight: 900;
        letter-spacing: 0.67px;
        padding: 20px 20px 0px;
        margin-bottom: 0px; }
        .stats-container .stats-container__box .box-title.line-1 {
          margin-left: 60px; }
        .stats-container .stats-container__box .box-title.line-2 {
          margin-right: 60px;
          padding-top: 0px; }
        .stats-container .stats-container__box .box-title .box-title-text {
          font-size: 36px; }
      .stats-container .stats-container__box .box-text {
        font-size: 36px;
        padding: 10px 20px 0px; }
      .stats-container .stats-container__box .box-comment {
        font-size: 18px;
        padding: 10px 20px 0px; }
      .stats-container .stats-container__box.box-1 {
        height: 486px;
        background-color: #2d3640; }
      .stats-container .stats-container__box.box-2 {
        background-color: #fe5b5c;
        margin-top: 260px; }
      .stats-container .stats-container__box .btn--group {
        justify-content: space-between; }
      .stats-container .stats-container__box .btn {
        display: block;
        font-size: 20px;
        font-weight: normal;
        padding: 10px;
        margin: auto 75px 40px; }
        .stats-container .stats-container__box .btn.btn-2 {
          margin: 0px;
          width: 200px;
          white-space: nowrap; }
          .stats-container .stats-container__box .btn.btn-2 + .btn-2 {
            margin-left: 30px; }
  .search-form .btn-outline-secondary {
    max-width: 32%;
    height: 48px;
    font-size: 15px;
    font-weight: normal; }
  .city-activities-container {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    gap: 20px; }
    .city-activities-container .card-container {
      margin-bottom: 0px; }
      .city-activities-container .card-container .card-le .card-top .price {
        font-size: 18px;
        letter-spacing: -0.35px;
        font-weight: 600;
        height: 36px;
        padding-left: 15px;
        padding-right: 15px; }
      .city-activities-container .card-container .card-le .card-bottom .h2 {
        font-size: 24px; }
  .reviews-container ul {
    margin-left: 0px; }
    .reviews-container ul.column .reviews-container__item {
      max-width: 100%;
      height: auto;
      width: auto; }
  .reviews-container .reviews-container__item {
    max-width: 600px;
    height: 300px;
    width: 600px; }
    .reviews-container .reviews-container__item .photo-list .photo-list__item:nth-child(3) a {
      background-color: transparent; }
    .reviews-container .reviews-container__item .photo-list .photo-list__item:nth-child(3) span {
      visibility: hidden; }
    .reviews-container .reviews-container__item .photo-list .photo-list__item:nth-child(5) a {
      background-color: rgba(45, 54, 64, 0.75); }
    .reviews-container .reviews-container__item .photo-list .photo-list__item:nth-child(5) span {
      visibility: visible; }
    .reviews-container .reviews-container__item .photo-list .photo-list__item:last-child a {
      background-color: transparent; }
    .reviews-container .reviews-container__item .photo-list .photo-list__item:last-child span {
      visibility: hidden; }
  .card-container {
    border-radius: 20px;
    margin-bottom: 20px; }
    .card-container + .card-container {
      margin-left: 30px; }
    .card-container .card-le {
      padding: 20px; }
      .card-container .card-le .card-top .fav-icon {
        width: 36px;
        height: 36px; }
      .card-container .card-le .card-bottom.price-small {
        height: 36px;
        font-size: 18px;
        font-size: bold; }
    .card-container .card-details {
      padding: 10px 20px 20px; }
      .card-container .card-details .text-reviews {
        font-size: 16px;
        margin-left: 10px; }
      .card-container .card-details .card-details__text {
        font-size: 20px;
        font-weight: 600;
        line-height: 1.5;
        margin-top: 20px; }
      .card-container .card-details .card-details__info {
        margin-top: auto;
        font-size: 14px; }
        .card-container .card-details .card-details__info .card-details__info-icon {
          height: 16px; }
        .card-container .card-details .card-details__info > * {
          margin-right: 5px; }
  .popular-experiences .card-container {
    width: 350px;
    height: 512px; }
    .popular-experiences .card-container + .card-container {
      margin-left: 30px; }
    .popular-experiences .card-container .card-details .star-ico {
      width: 20px;
      height: 20px; }
    .popular-experiences .card-container .card-details .text-reviews {
      font-size: 16px; }
    .popular-experiences .card-container .card-details .card-details__text {
      order: 2; }
    .popular-experiences .card-container .card-details .card-details__info {
      order: 3; }
  .popular-experiences .card-le {
    height: 330px; }
    .popular-experiences .card-le .card-top .fav-icon {
      width: 36px;
      height: 36px; }
  .city-activities .card-le .card-top .price {
    font-size: 18px;
    letter-spacing: -0.35px;
    font-weight: 600;
    height: 36px;
    padding-left: 15px;
    padding-right: 15px; }
  .city-activities .card-le .card-bottom .h2 {
    font-size: 24px; }
  .popular-dest-container {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    gap: 20px; }
    .popular-dest-container .card-container .card-le .card-top .price {
      font-size: 16px;
      letter-spacing: -0.35px;
      font-weight: 400;
      height: 36px;
      padding-left: 15px;
      padding-right: 15px; }
    .popular-dest-container .card-container .card-le .card-bottom h2, .popular-dest-container .card-container .card-le .card-bottom .h2 {
      font-size: 24px !important;
      letter-spacing: 0.24px; }
  .btn-see-more {
    font-size: 16px;
    padding: 18px 96px;
    max-width: 300px !important; } }

@media (min-width: 992px) {
  /*
	.link-home {
		display: block;
	}
*/
  .city-activities-container {
    grid-template-columns: repeat(4, 1fr); }
  .popular-dest-container {
    grid-template-columns: repeat(4, 1fr); } }

@media (min-width: 1200px) {
  .popular-dest-container {
    grid-gap: 20px;
    gap: 20px; }
    .popular-dest-container .card-container .card-le .card-top .price {
      font-size: 18px; }
  .reviews-container ul {
    margin-left: 0px; }
    .reviews-container ul.column .reviews-container__item {
      max-width: 100%;
      height: auto;
      width: auto; }
      .reviews-container ul.column .reviews-container__item + .reviews-container__item {
        margin-top: 60px; }
  .reviews-container .reviews-container__item {
    max-width: 1100px;
    height: 420px;
    width: 1100px;
    margin-bottom: 0px;
    margin-right: 3px;
    background: transparent;
    border-radius: 0px;
    box-shadow: none; }
    .reviews-container .reviews-container__item .top-wrapper {
      margin: 0px;
      height: 76px; }
    .reviews-container .reviews-container__item .avatar {
      width: 76px;
      height: 76px;
      border: 0px; }
    .reviews-container .reviews-container__item .review-name {
      font-size: 20px;
      color: #2d3640;
      font-weight: bold;
      line-height: 1.5;
      margin-bottom: 5px; }
    .reviews-container .reviews-container__item .star-ico {
      width: 16px; }
      .reviews-container .reviews-container__item .star-ico + .star-ico {
        margin-left: 4px; }
    .reviews-container .reviews-container__item .review-text-wrapper {
      flex-grow: 1;
      display: flex;
      margin-left: 100px; }
      .reviews-container .reviews-container__item .review-text-wrapper .review-text {
        flex-grow: 1;
        position: relative;
        width: auto;
        max-width: 100%;
        padding: 40px;
        font-size: 16px;
        color: #2d3640;
        line-height: 2.25;
        background: #ffffff;
        border-radius: 10px;
        border-bottom: solid 1px #eaedf2;
        box-shadow: 0 0 10px 0 rgba(45, 54, 64, 0.05); }
      .reviews-container .reviews-container__item .review-text-wrapper .review-text:before {
        content: "";
        width: 0px;
        height: 0px;
        position: absolute;
        border-left: 15px solid transparent;
        border-right: 15px solid #fff;
        border-top: 15px solid #fff;
        border-bottom: 15px solid transparent;
        left: -16px;
        top: 0px; }
    .reviews-container .reviews-container__item .date {
      color: #8b95a1;
      font-size: 16px;
      font-weight: bold; }
    .reviews-container .reviews-container__item .photo-list .photo-list__item {
      width: 80px;
      height: 80px; } }

@media (hover: none) {
  .btn-outline-secondary {
    background-color: #fff;
    color: #737695 !important;
    background-size: 100%; }
    .btn-outline-secondary:hover, .btn-outline-secondary:link, .btn-outline-secondary:active, .btn-outline-secondary:focus {
      background-color: #fff;
      color: #737695 !important;
      background-size: 100%; } }

/*
.ripple {
	position:relative;
	//overflow:hidden;
	transform:translate3d(0,0,0)
}

.ripple:after {
	content:"";
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	pointer-events: none;
	//background-image: radial-gradient(circle,#fff 10%,transparent 10.01%);
	background-image: radial-gradient(circle,#fff 20%,transparent 20.01%);
	background-repeat:no-repeat;
	background-position:50%;
	transform:scale(10, 10);
	opacity:0;
	transition: transform 0.2s, opacity 0.5s
}

.ripple:active:after {
	transform: scale(0,0);
	opacity:.2;
	transition:0.0s
}
*/
