.body {
  position: relative; }

.header--dark {
  background-color: #2d3640; }

.page-header {
  margin-bottom: 0px;
  height: 50px; }
  .page-header .btn-back {
    width: 24px;
    height: 24px; }
  .page-header .btn-back-text {
    margin-left: 0px; }
  .page-header .profile-top {
    margin-top: 230px; }
    .page-header .profile-top .photo-card {
      position: relative;
      width: 255px;
      height: 255px;
      border-radius: 20px;
      z-index: 2;
      padding: 20px;
      background-size: cover !important;
      background-repeat: no-repeat;
      box-shadow: 0 11px 55px 10px rgba(0, 0, 0, 0.07), 0 13px 18px -8px rgba(0, 0, 0, 0.15); }
      .page-header .profile-top .photo-card .card-top .fav-icon {
        width: 36px;
        height: 36px;
        color: rgba(45, 54, 64, 0.5);
        fill: rgba(45, 54, 64, 0.5); }
        .page-header .profile-top .photo-card .card-top .fav-icon.active {
          color: #fff;
          fill: #fff; }
      .page-header .profile-top .photo-card .user-images-q {
        color: #fff;
        height: 30px;
        border-radius: 5px;
        background-color: rgba(45, 54, 64, 0.6);
        padding: 5px 10px;
        font-size: 14px; }
    .page-header .profile-top .profile-card {
      position: relative;
      width: 495px;
      height: 235px;
      margin-top: 10px;
      margin-left: -20px;
      border-radius: 0px 20px 20px 0px;
      padding: 10px 20px 20px 50px;
      box-shadow: 0 11px 55px 10px rgba(0, 0, 0, 0.07), 0 13px 18px -8px rgba(0, 0, 0, 0.15);
      background-color: #ffffff;
      z-index: 1; }
      .page-header .profile-top .profile-card.card-container .card-details {
        padding: 0px; }
        .page-header .profile-top .profile-card.card-container .card-details .card-details__name {
          font-size: 32px;
          font-weight: 900;
          color: #2d3640;
          margin-bottom: 0px;
          flex-grow: 1;
          max-width: 300px;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
        .page-header .profile-top .profile-card.card-container .card-details .price {
          font-size: 22px;
          height: 40px;
          border-radius: 20px;
          background-color: #fe5b5c;
          color: #fff;
          display: flex;
          justify-content: center;
          align-items: center;
          padding-right: 20px;
          padding-left: 20px; }
          .page-header .profile-top .profile-card.card-container .card-details .price .amount {
            font-weight: bold;
            margin-right: 3px; }
        .page-header .profile-top .profile-card.card-container .card-details .card-details__lang {
          font-size: 20px;
          font-weight: 300;
          color: #2d3640;
          margin-top: 7px;
          line-height: 23px; }
        .page-header .profile-top .profile-card.card-container .card-details .card-details__city {
          font-size: 16px;
          font-weight: 300;
          color: #2d3640;
          margin-top: 7px; }
        .page-header .profile-top .profile-card.card-container .card-details .text-reviews {
          font-size: 14px;
          font-weight: 600;
          color: #8b95a1; }
    .page-header .profile-top .btn {
      min-width: 175px; }
    .page-header .profile-top .btn-message {
      height: 55px;
      border-radius: 4px;
      border: solid 1px #737695;
      font-size: 16px;
      font-weight: 600;
      color: #737695;
      margin-left: 25px; }
      .page-header .profile-top .btn-message:hover {
        color: #fff; }
    .page-header .profile-top .btn-reserve {
      height: 55px;
      width: 215px; }

      .btn-unavailable {
      height: 55px;
      border-radius: 4px;
      border: solid 1px #737695;
      font-size: 16px;
      font-weight: 600;
      color: #fff !important;
      margin-right: 25px;
      }

.header-container-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-bottom: 100%; }

.header-container-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: stretch;
  justify-items: stretch; }
  .header-container-content img.profile-photo {
    z-index: auto;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .header-container-content .card-container {
    position: relative;
    z-index: 2 !important;
    flex-grow: 1;
    background-color: transparent;
    border-radius: 0px;
    display: flex;
    align-items: stretch;
    justify-items: stretch;
    margin: 0px;
    padding: 0px; }
    .header-container-content .card-container .card-le {
      flex-grow: 1;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      background-image: linear-gradient(23deg, black, rgba(0, 0, 0, 0) 30%);
      padding: 20px 15px;
      border-radius: 0px; }
      .header-container-content .card-container .card-le .card-top .fav-icon {
        width: 32px;
        height: 32px; }
      .header-container-content .card-container .card-le .card-top .price {
        padding-left: 15px;
        padding-right: 15px; }
      .header-container-content .card-container .card-le .card-bottom h2, .header-container-content .card-container .card-le .card-bottom .h2 {
        padding-bottom: 0px;
        margin-bottom: 4px;
        font-weight: 700;
        letter-spacing: 0.24px; }
      .header-container-content .card-container .card-le .user-place {
        font-size: 14px;
        margin-bottom: 4px; }
      .header-container-content .card-container .card-le .user-lang {
        font-size: 16px;
        margin-bottom: 10px; }
      .header-container-content .card-container .card-le .user-reviews {
        font-size: 14px;
        font-weight: normal; }
      .header-container-content .card-container .card-le .user-images-q {
        position: relative;
        height: 26px;
        border-radius: 5px;
        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);
        background-color: rgba(45, 54, 64, 0.7);
        padding: 5px 10px;
        font-size: 10px;
        z-index: 5;
        color: #fff; }
      .header-container-content .card-container .card-le .star {
        width: 16px;
        height: 16px;
        color: #ffcc00;
        fill: #ffcc00;
        background: transparent !important; }
  .header-container-content .owl-carousel {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .header-container-content .owl-nav-container {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    width: 100%;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px; }
    .header-container-content .owl-nav-container button.owl-prev, .header-container-content .owl-nav-container button.owl-next {
      font-size: 32px;
      line-height: 1;
      background-color: rgba(0, 0, 0, 0.5);
      color: #fff;
      padding: 0px 15px 7px !important;
      border-radius: 50%;
      border: 0px !important;
      z-index: 5 !important; }
    .header-container-content .owl-nav-container *:focus {
      outline: none; }

.profile-reserve-bottom {
  padding: 16px 12px;
  background-color: #fff;
  box-shadow: 0 -5px 18px -8px rgba(0, 0, 0, 0.15);
  position: fixed;
  bottom: 0;
  z-index: 6;
  display: none;
  transition: 0.5s; }
  .profile-reserve-bottom .top-wrapper {
    height: 44px; }
  .profile-reserve-bottom .avatar {
    width: 44px;
    height: 44px; }
  .profile-reserve-bottom .star-ico {
    width: 14px;
    height: 14px; }
  .profile-reserve-bottom .name {
    color: #2d3640;
    font-size: 16px;
    font-weight: bold; }
  .profile-reserve-bottom .price {
    font-size: 14px;
    height: 30px;
    border-radius: 23px;
    background-color: #fe5b5c;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 10px;
    padding-left: 10px; }
    .profile-reserve-bottom .unavailable-pop {
    font-size: 14px;
    height: 30px;
    border-radius: 23px;
    background-color: #737695;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 10px;
    padding-left: 10px; }
  .profile-reserve-bottom .reviews-number {
    color: #8b95a1; }
  .profile-reserve-bottom .btn-reserve {
    height: 36px;
    padding: 5px;
    font-size: 12px;
    line-height: normal; }
  .profile-reserve-bottom.active {
    display: block; }

.about-me-container #readMoreLinkDiv {
  display: inline-block;
  font-size: 14px;
  font-weight: 900; }
  .about-me-container #readMoreLinkDiv #readMoreExpandLink:hover {
    color: #e9484e; }

.about-me-container #readMoreContent {
  display: none; }

.about-me-container p:last-child {
  margin-bottom: 0.5rem; }

.text-card {
  box-sizing: border-box;
  border-radius: 10px;
  box-shadow: 0 0 18px -8px rgba(0, 0, 0, 0.15);
  margin-bottom: 50px;
  margin-top: 30px;
  border: solid 1px #eaedf2;
  background-color: #ffffff;
  padding: 20px;
  font-size: 14px;
  line-height: 1.86; }
  .text-card h2, .text-card .h2 {
    color: #fe5b5c;
    font-size: 22px;
    line-height: 1.36;
    font-weight: 900; }
  .text-card .special {
    font-size: 16px;
    line-height: 1.63;
    color: #2d3640; }
  .text-card ul {
    list-style-type: square;
    font-size: 14px;
    line-height: 2;
    margin-left: 0px;
    padding-left: 15px; }
    .text-card ul li {
      margin-bottom: 20px; }

.section-reverse .section-1 {
  order: 2; }

.section-reverse .section-2 {
  order: 1; }

.reviews-container {
  transition: all ease-in-out 0.5s; }
  .reviews-container .reviews-container__item {
    align-items: stretch;
    max-width: 100%;
    justify-items: flex-start;
    height: auto; }

.languages-wrapper {
  background-color: #2d3640;
  box-shadow: 0 11px 55px 10px rgba(0, 0, 0, 0.07), 0 13px 18px -8px rgba(0, 0, 0, 0.15);
  background-image: linear-gradient(96deg, #2d3640 0%, #131d28);
  padding: 30px 20px; }
  .languages-wrapper .languages-title {
    font-size: 18px;
    font-weight: 900;
    color: #ffffff; }

.languages-container ul {
  flex-direction: column;
  columns: #ffffff;
  padding-left: 5px; }
  .languages-container ul .language-item {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    margin-top: 30px; }
    .languages-container ul .language-item .checkmark {
      display: block;
      margin-right: 20px; }
      .languages-container ul .language-item .checkmark:before {
        /*Add another block-level blank space*/
        content: '';
        display: inline-block;
        /*Make it a small rectangle so the border will create an L-shape*/
        width: 10px;
        height: 18px;
        /*Add a white border on the bottom and left, creating that 'L' */
        border: solid #fff;
        border-width: 0 2px 2px 0;
        /*Rotate the L 45 degrees to turn it into a checkmark*/
        transform: rotate(45deg); }

.profile-activity-container {
  flex-direction: column;
  align-items: stretch; }
  .profile-activity-container .profile-activity-item {
    flex-direction: row;
    color: #5e6b79;
    padding: 20px 0px 20px;
    border-bottom: 1px solid rgba(139, 149, 161, 0.2); }
    .profile-activity-container .profile-activity-item svg {
      width: 18px;
      height: 18px;
      fill: #5e6b79;
      margin-right: 10px; }


@media(hover: none){
 .btn-unavailable{
  height: auto;
      margin-right: 0px !important;
    }
  

}
@media (min-width: 550px) {
  .btn {
    max-width: 100%; }

}

@media (min-width: 768px) {
  .header-container-wrapper {
    display: none; }
  .page-header {
    height: 500px;
    margin-bottom: 70px; }
  .header--dark {
    background-color: transparent; }
  .about-me-container #readMoreLinkDiv {
    display: none; }
  .about-me-container #readMoreContent {
    display: inline-block; }
  .about-me-container p:last-child {
    margin-bottom: 1rem; }
  .text-card {
    padding: 50px 50px 30px;
    font-size: 18px;
    box-shadow: 0 11px 35px 10px rgba(0, 0, 0, 0.07), 0 13px 18px -8px rgba(0, 0, 0, 0.15);
    margin-bottom: 60px;
    margin-top: 30px;
    line-height: 2; }
    .text-card p + p {
      margin-top: 40px; }
    .text-card h2 {
      font-size: 32px; }
    .text-card .special {
      font-size: 20px;
      line-height: 1.6; }
  .reviews-container .reviews-container__item + .reviews-container__item {
    margin-top: 60px; }
  .section-reverse .section-1 {
    order: 1; }
  .section-reverse .section-2 {
    order: 2; }
  .profile-reserve-bottom.active {
    display: none; }
  .languages-wrapper {
    background-color: transparent;
    box-shadow: none;
    background-image: none;
    padding: 0; }
    .languages-wrapper .languages-title {
      font-size: 32px;
      color: #2d3640;
      margin-bottom: 30px; }
  .languages-container {
    height: 160px;
    display: flex;
    align-items: center;
    background-color: #2d3640;
    box-shadow: 0 11px 55px 10px rgba(0, 0, 0, 0.07), 0 13px 18px -8px rgba(0, 0, 0, 0.15);
    background-image: linear-gradient(96deg, #2d3640 0%, #131d28); }
    .languages-container ul {
      flex-direction: row;
      padding-left: 5px;
      justify-content: space-between;
      padding: 0px 10px;
      margin-bottom: 0px; }
      .languages-container ul .language-item {
        font-size: 22px;
        font-weight: bold;
        margin-top: 0px; }
        .languages-container ul .language-item .checkmark:before {
          width: 15px;
          height: 34px;
          border-width: 0 3px 3px 0; }
  .profile-activity-container {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 200px));
    grid-gap: 26px;
    gap: 26px;
    column-gap: 26px;
    row-gap: 40px; }
    .profile-activity-container .profile-activity-item {
      flex-direction: column;
      align-items: center;
      justify-content: center;
      font-size: 18px;
      line-height: 1.44;
      color: #5e6b79;
      padding: 0px;
      width: 200px;
      height: 180px;
      border-radius: 20px;
      border: solid 1px #bfc8d2;
      text-align: center; }
      .profile-activity-container .profile-activity-item svg {
        width: 50px;
        height: 50px;
        color: #8b95a1;
        fill: #8b95a1;
        margin-right: 0px;
        margin-bottom: 33px; } 
      
}
