.breadcrumbs a {
  color: #645C5F; }

.breadcrumbs li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .breadcrumbs li:after {
    padding: 0 2px 0 8px;
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color: #645C5F;
    font-size: 8px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e906"; }

.tags-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .tags-list li {
    margin: 0 16px 16px 0;
    padding: 10px 15px;
    font-weight: 300;
    font-size: 18px;
    color: #645C5F;
    background: rgba(255, 255, 255, 0.48);
    border: 1px solid #FFD8EB;
    border-radius: 22px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 767px) {
      .tags-list li {
        font-size: 16px; } }
    .tags-list li i {
      margin-right: 8px;
      font-size: 17px; }

.dark-link {
  color: #000000; }
  .dark-link:hover {
    color: #C54697; }

.badge-price {
  padding: 2px 8px;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  border-radius: 12px;
  color: #000000; }
  .badge-price.danger {
    background: #FFD8EB; }
  .badge-price.success {
      background: rgba(59, 172, 91, 0.16);}

.ico-box-info {
  width: 44px;
  height: 44px;
  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;
  background: #FFEBF4;
  border-radius: 22px; }
  .ico-box-info i {
    font-size: 22px;
    color: #620046; }

.list-hotel-wrapper .one-hotel {
  margin-bottom: 16px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.48);
  border: 1px solid #FFD8EB;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }
  @media (max-width: 992px) {
    .list-hotel-wrapper .one-hotel {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .list-hotel-wrapper .one-hotel .photo-counter {
    top: 4px;
    left: 4px;
    position: absolute;
    padding: 6px 9px;
    font-weight: 400;
    font-size: 12px;
    color: white;
    z-index: 2;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.32);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    border-radius: 4px; }
    .list-hotel-wrapper .one-hotel .photo-counter i {
      margin-right: 5px;
      font-size: 16px; }
  .list-hotel-wrapper .one-hotel:last-child {
    margin-bottom: 0; }
  .list-hotel-wrapper .one-hotel .box-img {
    width: 240px;
    height: 144px;
    margin-right: 32px;
    overflow: hidden;
    display: block;
    position: relative;
    border-radius: 8px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: rgba(0, 0, 0, 0.8); }
    @media (max-width: 992px) {
      .list-hotel-wrapper .one-hotel .box-img {
        margin: 0 auto 20px; } }
    @media (max-width: 767px) {
      .list-hotel-wrapper .one-hotel .box-img {
        width: 100%;
        height: initial;
        margin: 0 auto 16px; } }
    .list-hotel-wrapper .one-hotel .box-img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      border-radius: 8px;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
    .list-hotel-wrapper .one-hotel .box-img:hover img {
      -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
      transform: scale(1.05);
      opacity: 0.9; }
  .list-hotel-wrapper .one-hotel .description {
    font-size: 16px;
    line-height: 24px; }
    .list-hotel-wrapper .one-hotel .description .name {
      margin-bottom: 6px; }
      .list-hotel-wrapper .one-hotel .description .name a {
        font-weight: 500;
        font-size: 22px; }
    .list-hotel-wrapper .one-hotel .description .numbers-people {
      margin-bottom: 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .list-hotel-wrapper .one-hotel .description .numbers-people .icons-number {
        margin-left: 8px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .list-hotel-wrapper .one-hotel .description .numbers-people .icons-number i {
          width: 10px;
          color: #645C5F;
          font-size: 18px;
          margin-right: 4px; }
    .list-hotel-wrapper .one-hotel .description p {
      width: 100%;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      font-weight: 300;
      color: #645C5F; }
  .list-hotel-wrapper .one-hotel .hotel-btn-box {
    margin-left: 32px;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    @media (max-width: 992px) {
      .list-hotel-wrapper .one-hotel .hotel-btn-box {
        width: 100%;
        margin-left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    .list-hotel-wrapper .one-hotel .hotel-btn-box .btn-top {
      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; }
      @media (max-width: 992px) {
        .list-hotel-wrapper .one-hotel .hotel-btn-box .btn-top {
          width: 100%;
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start;
          -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
          order: 2; } }
      .list-hotel-wrapper .one-hotel .hotel-btn-box .btn-top .ico-box-info {
        margin-right: 8px; }
        @media (max-width: 992px) {
          .list-hotel-wrapper .one-hotel .hotel-btn-box .btn-top .ico-box-info {
            margin-right: 0;
            margin-left: 8px;
            -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
            order: 2; } }
      .list-hotel-wrapper .one-hotel .hotel-btn-box .btn-top .btn-primary {
        min-width: 160px; }
        @media (max-width: 767px) {
          .list-hotel-wrapper .one-hotel .hotel-btn-box .btn-top .btn-primary {
            width: calc(100% - 56px);
            font-size: 18px; } }
    .list-hotel-wrapper .one-hotel .hotel-btn-box .price-line {
      padding-top: 16px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      text-align: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-line-pack: center;
      align-content: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      @media (max-width: 992px) {
        .list-hotel-wrapper .one-hotel .hotel-btn-box .price-line {
          margin-bottom: 16px;
          padding-top: 0;
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start; } }
      .list-hotel-wrapper .one-hotel .hotel-btn-box .price-line .old-price {
        color: #645C5F;
        font-size: 14px;
        -webkit-text-decoration-line: line-through;
        text-decoration-line: line-through; }
      .list-hotel-wrapper .one-hotel .hotel-btn-box .price-line .actual-price {
        font-weight: 500;
        padding: 0 8px;
        font-size: 16px; }

.hotels-tab {
  margin-bottom: 96px; }
  @media (max-width: 767px) {
    .hotels-tab {
      margin-bottom: 32px; } }

.hotels-st h3 {
  margin-bottom: 24px;
  font-weight: 500;
  font-size: 22px; }
  @media (max-width: 767px) {
    .hotels-st h3 {
      margin-bottom: 15px; } }

.hotels-st .form-control {
  border-radius: 8px; }

.hotels-st select.form-control + .select2-container--default .select2-selection {
  border-radius: 8px; }

.tab-switcher-wrapper .tab-switcher-header-scroll {
  margin-bottom: 32px;
  overflow: auto;
  position: relative;
  background: #FFEBF4;
  border-radius: 48px; }

.tab-switcher-wrapper .tab-switcher-header {
  padding: 4px;
  border-radius: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .tab-switcher-wrapper .tab-switcher-header li {
    width: 24%; }
    @media (max-width: 767px) {
      .tab-switcher-wrapper .tab-switcher-header li {
        width: initial;
        margin-right: 10px;
        -ms-flex-negative: 0;
        flex-shrink: 0; }
        .tab-switcher-wrapper .tab-switcher-header li:last-child {
          margin-right: 0; } }
    .tab-switcher-wrapper .tab-switcher-header li a {
      padding: 9px;
      font-size: 18px;
      border-radius: 40px;
      display: block;
      color: #000000;
      text-align: center; }
      @media (max-width: 767px) {
        .tab-switcher-wrapper .tab-switcher-header li a {
          padding: 8px 16px;
          font-size: 16px; } }
      .tab-switcher-wrapper .tab-switcher-header li a.active, .tab-switcher-wrapper .tab-switcher-header li a:hover {
        background: #FFFFFF;
        -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08); }

.tab-switcher-wrapper .tab-switcher-body {
  display: none; }
  .tab-switcher-wrapper .tab-switcher-body.active {
    display: block; }

.page-section-2 {
  padding: 48px 0 96px; }
  @media (max-width: 767px) {
    .page-section-2 {
      padding: 32px 0; } }

.add-favorite-btn.active {
  color: #C54697; }
  .add-favorite-btn.active i:before {
    content: "\e965"; }

.hotel-apartment-description {
  margin-bottom: 32px;
  padding-right: 270px;
  position: relative; }
  @media (max-width: 992px) {
    .hotel-apartment-description {
      padding-right: 0; } }
  .hotel-apartment-description h1 {
    margin-bottom: 24px; }
    @media (max-width: 767px) {
      .hotel-apartment-description h1 {
        font-size: 24px; } }
  .hotel-apartment-description .statistic-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 767px) {
      .hotel-apartment-description .statistic-line {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .hotel-apartment-description .statistic-line .one-block {
      margin-right: 30px; }
      @media (max-width: 767px) {
        .hotel-apartment-description .statistic-line .one-block {
          width: 50%;
          margin-bottom: 20px;
          margin-right: 0; }
          .hotel-apartment-description .statistic-line .one-block:nth-child(2) {
            text-align: right; }
          .hotel-apartment-description .statistic-line .one-block:nth-child(3), .hotel-apartment-description .statistic-line .one-block:nth-child(4) {
            width: 100%; } }
      .hotel-apartment-description .statistic-line .one-block:last-child {
        margin-right: 0; }
        @media (max-width: 767px) {
          .hotel-apartment-description .statistic-line .one-block:last-child {
            margin-bottom: 0; } }
      .hotel-apartment-description .statistic-line .one-block i {
        font-size: 18px;
        margin-right: 8px; }
    .hotel-apartment-description .statistic-line .like-box, .hotel-apartment-description .statistic-line .mark-map-btn {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .hotel-apartment-description .statistic-line .mark-map-btn span {
      text-decoration: underline; }
    .hotel-apartment-description .statistic-line .social-hotel-l {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .hotel-apartment-description .statistic-line .social-hotel-l .dark-link {
        margin-right: 8px;
        line-height: 0; }
      .hotel-apartment-description .statistic-line .social-hotel-l i {
        margin-right: 0; }
      .hotel-apartment-description .statistic-line .social-hotel-l .caption {
        margin-right: 8px; }
  .hotel-apartment-description .select-room-box {
    position: absolute;
    right: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 992px) {
      .hotel-apartment-description .select-room-box {
        margin-top: 24px;
        position: relative; } }
  .hotel-apartment-description .btn-select-room {
    width: 44px;
    height: 44px;
    margin-right: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 2px solid #FFEBF4;
    border-radius: 22px;
    font-size: 20px;
    color: black; }
    .hotel-apartment-description .btn-select-room:hover, .hotel-apartment-description .btn-select-room.active {
      color: #C54697; }

.rating {
  display: inline-block;
  font-size: 0;
  position: relative;
  text-transform: capitalize;
  color: gray; }
  .rating .star-comment {
    height: 15px; }
  .rating label {
    margin-bottom: 0;
    line-height: 0;
    padding: 0 1px 0 0;
    display: inline-block;
    float: right;
    font-size: 17px;
    cursor: pointer; }
    .rating label::before {
      content: "\e97c";
      font-family: 'icomoon' !important;
      speak: never;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      color: black;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      -webkit-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s; }
    .rating label span {
      opacity: 0;
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      text-align: center;
      height: 20px;
      font-size: 1rem;
      white-space: nowrap;
      -webkit-transition: 0.15s ease-out;
      -o-transition: 0.15s ease-out;
      transition: 0.15s ease-out;
      pointer-events: none;
      letter-spacing: -2px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .rating label:hover span {
      opacity: 1;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      letter-spacing: 0; }
    .rating label:hover::before {
      content: "\e97b";
      color: #C54697;
      opacity: .6; }
    .rating label:hover ~ *::before {
      content: "\e97b";
      color: #C54697; }
  .rating input:checked ~ label::before {
    content: "\e97b";
    color: #C54697;
    -webkit-transform: rotate(0.2turn);
    -ms-transform: rotate(0.2turn);
    transform: rotate(0.2turn);
    -webkit-transition-delay: calc(0.1 * attr(data-idx integer));
    -o-transition-delay: calc(0.1 * attr(data-idx integer));
    transition-delay: calc(0.1 * attr(data-idx integer)); }

.description-tab-hotel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 992px) {
    .description-tab-hotel {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .description-tab-hotel p {
    margin-bottom: 20px;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px; }
    .description-tab-hotel p:last-child {
      margin-bottom: 0; }
  .description-tab-hotel .one-description {
    margin-bottom: 30px; }
    .description-tab-hotel .one-description:last-child {
      margin-bottom: 0; }
  .description-tab-hotel .left-box {
    width: 100%; }
  .description-tab-hotel .right-box {
    width: 370px;
    margin-left: 65px;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    @media (max-width: 992px) {
      .description-tab-hotel .right-box {
        width: 100%;
        margin-left: 0;
        margin-bottom: 30px;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1; } }
    .description-tab-hotel .right-box .item {
      margin-bottom: 16px;
      padding: 24px;
      border: 1px solid #FFD8EB;
      border-radius: 16px; }
      .description-tab-hotel .right-box .item:last-child {
        margin-bottom: 0; }
  .description-tab-hotel .check-in-line {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500; }
    .description-tab-hotel .check-in-line .left-ico {
      margin-right: 10px;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      font-weight: 400;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      font-size: 16px;
      color: #645C5F; }
      .description-tab-hotel .check-in-line .left-ico i {
        margin-right: 5px;
        font-size: 18px;
        position: relative; }
        .description-tab-hotel .check-in-line .left-ico i.ico-log-out {
          -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
    .description-tab-hotel .check-in-line:last-child {
      margin-bottom: 0; }
  .description-tab-hotel .one-tag-box {
    margin-bottom: 16px; }
    .description-tab-hotel .one-tag-box:last-child {
      margin-bottom: 0; }
    .description-tab-hotel .one-tag-box .name {
      margin-bottom: 8px;
      font-size: 18px; }
    .description-tab-hotel .one-tag-box .text-grey {
      color: #645C5F; }
      .description-tab-hotel .one-tag-box .text-grey.icon-peoples {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .description-tab-hotel .one-tag-box .text-grey.icon-peoples i {
          width: 13px;
          display: inline-block; }
  .description-tab-hotel .map-item {
    margin-bottom: 30px; }
    .description-tab-hotel .map-item.apartment {
      margin-bottom: -30px !important;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .description-tab-hotel .map-item.apartment > * {
        width: 50%;
        margin-bottom: 30px;
        padding-right: 20px; }
        @media (max-width: 767px) {
          .description-tab-hotel .map-item.apartment > * {
            width: 100%;
            margin-bottom: 24px; } }
    .description-tab-hotel .map-item:last-child {
      margin-bottom: 0; }

.tags-location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -4px; }
  .tags-location li {
    margin-bottom: 4px;
    padding: 7px 13px;
    background: #F7F7F7;
    border-radius: 24px; }
  .tags-location.marks li:before {
    width: 12px;
    height: 12px;
    margin-right: 8px;
    display: inline-block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    content: '';
    background: #008000; }

.map-height {
  height: 520px;
  border-radius: 8px;
  overflow: hidden; }
  @media (max-width: 767px) {
    .map-height {
      height: 360px;
      margin-left: -24px;
      margin-right: -24px;
      border-radius: 0; } }

.map-height2 {
  height: 640px;
  border-radius: 8px;
  overflow: hidden; }
  @media (max-width: 767px) {
    .map-height2 {
      height: 360px;
      margin-left: -24px;
      margin-right: -24px;
      border-radius: 0; } }

.hotel-map-tab {
  margin-bottom: 16px;
  color: #645C5F;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 300;
  font-size: 18px; }
  .hotel-map-tab i {
    margin-right: 8px;
    color: black;
    font-size: 20px; }

.contact-socials .one-line {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 767px) {
    .contact-socials .one-line {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .contact-socials .one-line:last-child {
    margin-bottom: 0; }
  .contact-socials .one-line .left-q {
    width: 280px;
    padding-right: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #645C5F;
    font-weight: 300;
    font-size: 18px; }
    @media (max-width: 767px) {
      .contact-socials .one-line .left-q {
        width: 100%;
        margin-bottom: 5px;
        padding-right: 0; } }
    .contact-socials .one-line .left-q i {
      width: 18px;
      margin-right: 8px;
      font-size: 16px; }
  .contact-socials .one-line .right-q {
    font-size: 18px; }
  .contact-socials .one-line .social-net {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .contact-socials .one-line .social-net li {
      margin-right: 12px; }
      .contact-socials .one-line .social-net li:last-child {
        margin-right: 0; }
      .contact-socials .one-line .social-net li a {
        width: 40px;
        height: 40px;
        border: 1px solid #FFD8EB;
        border-radius: 50%;
        font-size: 24px;
        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; }
        .contact-socials .one-line .social-net li a:hover {
          border: 1px solid #C54697;
          background-color: #C54697;
          color: white;
          -webkit-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s; }

.light-border-box {
  margin-bottom: 16px;
  padding: 24px;
  border: 1px solid #FFD8EB;
  border-radius: 16px; }
  @media (max-width: 992px) {
    .light-border-box {
      margin-bottom: 8px; } }

.under-h3 {
  margin-top: -20px;
  margin-bottom: 24px;
  font-weight: 300;
  font-size: 16px;
  color: #645C5F;
  line-height: 24px; }
  @media (max-width: 767px) {
    .under-h3 {
      margin-top: -10px; } }

.form-reservation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .form-reservation > div {
    margin-bottom: 24px; }
  .form-reservation .form-group {
    width: calc(50% - 8px); }
    @media (max-width: 767px) {
      .form-reservation .form-group {
        width: 100%; } }
  .form-reservation textarea.form-control {
    height: 88px; }
  .form-reservation input.form-control {
    height: 40px; }
  .form-reservation .form-label {
    color: #645C5F; }

.form-checkfancy {
  position: relative; }
  .form-checkfancy.light {
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
    .form-checkfancy.light input:checked ~ .icon:after {
      -webkit-transform: translateX(18px);
      -ms-transform: translateX(18px);
      transform: translateX(18px); }
    .form-checkfancy.light .icon {
      width: 40px;
      height: 22px;
      background: #FFD8EB; }
      .form-checkfancy.light .icon:after {
        width: 18px;
        height: 18px;
        left: 2px;
        top: 2px; }
    .form-checkfancy.light .text {
      padding: 2px 0;
      font-size: 16px;
      font-weight: 400;
      color: #645C5F; }

.h3-with-right-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 767px) {
    .h3-with-right-content {
      margin-bottom: 20px;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .h3-with-right-content .under-h3 {
        margin-bottom: 10px; } }
  .h3-with-right-content .left-info {
    width: 100%; }
  .h3-with-right-content .right-info {
    margin-left: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    @media (max-width: 767px) {
      .h3-with-right-content .right-info {
        margin-left: 0; } }

.checkbox-reservation-list {
  margin-bottom: -16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .checkbox-reservation-list li {
    width: 33.3%;
    margin-bottom: 15px;
    padding-right: 15px; }
    @media (max-width: 1200px) {
      .checkbox-reservation-list li {
        width: 50%; } }
    @media (max-width: 767px) {
      .checkbox-reservation-list li {
        width: 100%; } }

.simple-checkbox {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 16px;
  position: relative;
  display: inline-block;
  cursor: pointer; }
  .simple-checkbox span {
    padding-left: 32px;
    min-height: 26px;
    color: #645C5F;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .simple-checkbox span:before {
      width: 24px;
      height: 24px;
      position: absolute;
      left: 0;
      top: 0;
      content: '';
      display: block;
      border: 2px solid #FFD8EB;
      border-radius: 4px; }
    .simple-checkbox span:after {
      position: absolute;
      color: white;
      left: 6px;
      top: 6px;
      font-size: 12px;
      opacity: 0;
      display: block;
      font-family: 'icomoon' !important;
      speak: never;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\e900"; }
  .simple-checkbox input {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: -2; }
    .simple-checkbox input:checked + span:before {
      border: 2px solid #C54697;
      background-color: #C54697; }
    .simple-checkbox input:checked + span:after {
      opacity: 1; }

.bill .top-image-box {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 2px solid #F7F7F7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .bill .top-image-box .box-img {
    width: 106px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 4px;
    overflow: hidden;
    line-height: 0;
    margin-right: 16px; }
    .bill .top-image-box .box-img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  .bill .top-image-box .name {
    width: 100%;
    color: #000000;
    line-height: 24px; }

.bill .total-price {
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 20px; }
  .bill .total-price .left {
    margin-right: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: #645C5F; }
  .bill .total-price .right {
    font-weight: 500; }

.bill .payment-check {
  margin-bottom: 24px;
  padding-bottom: 20px;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  border-bottom: 2px solid #F7F7F7; }

.btn.biggest {
  display: block; }
  .btn.biggest.size-2 {
    height: 44px;
    font-size: 18px; }

.statistic-bill {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 2px solid #F7F7F7; }
  .statistic-bill.without-border {
    border-bottom: 0;
    padding-bottom: 0; }
  .statistic-bill:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0; }
  .statistic-bill .line {
    margin-bottom: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .statistic-bill .line:last-child {
      margin-bottom: 0; }
    .statistic-bill .line .left {
      margin-right: 10px;
      color: #645C5F;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
  .statistic-bill .caption2 {
    margin-bottom: 24px;
    font-size: 24px;
    font-weight: 400; }
  .statistic-bill .caption3 {
    margin-bottom: 32px;
    font-size: 28px;
    font-weight: 500; }
  .statistic-bill .caption {
    margin-bottom: 24px;
    font-size: 18px;
    font-weight: 500; }
  .statistic-bill .form-label {
    color: #645C5F; }
  .statistic-bill .full-width {
    margin-bottom: 16px; }
    .statistic-bill .full-width:last-child {
      margin-bottom: 0; }

.hotel-reservation-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 992px) {
    .hotel-reservation-box {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .hotel-reservation-box .left-box {
    width: 100%; }
  .hotel-reservation-box .right-box {
    width: 370px;
    margin-left: 32px;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    @media (max-width: 992px) {
      .hotel-reservation-box .right-box {
        width: 100%;
        margin-left: 0;
        margin-top: 8px; } }

.center-title {
  max-width: 780px;
  margin: 0 auto 32px;
  text-align: center; }

.thank-order-page .order-success {
  max-width: 370px;
  margin: 0 auto; }
  .thank-order-page .order-success .btn-line {
    padding-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .thank-order-page .order-success .btn-line .btn {
      width: 48%;
      text-align: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .thank-order-page .order-success .btn-line .btn i {
        font-size: 18px;
        padding-right: 10px; }

.thank-order-page .under-h1 {
  margin-bottom: 30px;
  font-weight: 300;
  line-height: 28px;
  font-size: 18px;
  text-align: center;
  color: #645C5F; }

.thank-order-page h1 {
  font-size: 36px; }
  @media (max-width: 767px) {
    .thank-order-page h1 {
      font-size: 32px; } }

body.modal-active, body.modal-user-active, body.modal-mobile-catalog {
  overflow: hidden; }

.wrapper-custom-modal {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1200;
  background: rgba(0, 0, 0, 0.3);
  display: none;
  overflow: auto;
  padding: 30px 20px; }
  .wrapper-custom-modal .description-tab-hotel .right-box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 0; }
  .wrapper-custom-modal h2 {
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 500; }
    @media (max-width: 767px) {
      .wrapper-custom-modal h2 {
        margin-bottom: 24px;
        font-size: 20px; } }
  .wrapper-custom-modal h3 {
    margin-bottom: 24px;
    font-size: 22px;
    font-weight: 500; }
    @media (max-width: 767px) {
      .wrapper-custom-modal h3 {
        margin-bottom: 16px;
        font-size: 18px; } }
  .wrapper-custom-modal.active {
    display: block; }
  .wrapper-custom-modal .map-height {
    height: inherit;
    max-height: 100%; }

.modal-custom {
  width: 92%;
  max-width: 640px;
  padding: 32px;
  left: 50%;
  position: relative;
  z-index: 100;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: white;
  border-radius: 16px;
  -webkit-box-shadow: 0 16px 32px rgba(0, 0, 0, 0.08);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.08); }
  @media (max-width: 767px) {
    .modal-custom {
      padding: 24px;
      width: 100%; } }
  .modal-custom .title {
    padding-right: 40px;
    margin-bottom: 32px;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px; }
  .modal-custom .close-btn {
    width: 36px;
    height: 36px;
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: black;
    background: #F7F7F7;
    border-radius: 50%;
    font-size: 21px;
    position: absolute;
    right: 4px;
    top: 4px; }
  .modal-custom .share-socials-list {
    margin-bottom: -16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .modal-custom .share-socials-list .one-item {
      width: 48%;
      height: 60px;
      margin-bottom: 16px;
      padding: 18px 16px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background: rgba(255, 255, 255, 0.48);
      border: 1px solid #FFD8EB;
      border-radius: 30px;
      font-weight: 300;
      color: #000000;
      font-size: 18px; }
      @media (max-width: 767px) {
        .modal-custom .share-socials-list .one-item {
          width: 100%; } }
      .modal-custom .share-socials-list .one-item:hover {
        color: #C54697; }
      .modal-custom .share-socials-list .one-item .box-img {
        width: 24px;
        height: 24px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-align: center;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-right: 16px; }
        .modal-custom .share-socials-list .one-item .box-img i {
          font-size: 24px;
          color: black; }
    .modal-custom .share-socials-list.style2 .one-item {
      width: 100%;
      height: 44px;
      padding: 8px;
      font-weight: 400;
      color: #620046;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      text-align: center; }
  .modal-custom .example-order {
    margin-bottom: 32px;
    padding: 8px;
    background: #FFEBF4;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .modal-custom .example-order .name {
      font-size: 18px;
      line-height: 28px; }
      @media (max-width: 767px) {
        .modal-custom .example-order .name {
          font-size: 16px;
          line-height: 18px; } }
    .modal-custom .example-order .box-img {
      width: 48px;
      height: 48px;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      margin-right: 16px;
      border-radius: 8px;
      overflow: hidden; }
      .modal-custom .example-order .box-img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover; }
  .modal-custom.city-modal {
    max-width: 1184px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 767px) {
      .modal-custom.city-modal {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .modal-custom.city-modal .map-height {
      width: 100%;
      border-radius: 8px 0 0 8px; }
      @media (max-width: 767px) {
        .modal-custom.city-modal .map-height {
          height: 310px;
          margin: 0;
          border-radius: 8px 8px 0 0; } }
    .modal-custom.city-modal .description-info {
      width: 464px;
      padding: 32px;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
      @media (max-width: 992px) {
        .modal-custom.city-modal .description-info {
          width: 340px; } }
      @media (max-width: 767px) {
        .modal-custom.city-modal .description-info {
          width: 100%;
          padding: 24px; } }
  .modal-custom.size-2 {
    max-width: 480px; }
  .modal-custom .apartment-info h2 {
    margin: -32px -32px 32px;
    padding: 18px 70px 18px 32px;
    border-bottom: 1px solid #EBE9E9; }
    @media (max-width: 767px) {
      .modal-custom .apartment-info h2 {
        margin: -16px -16px 0;
        border-bottom: 0;
        padding: 15px 70px 15px 24px; } }
  .modal-custom .apartment-info .close-btn {
    right: 32px;
    top: 16px; }
  @media (max-width: 767px) {
    .modal-custom .apartment-wrapper-modal {
      width: 100%; } }

.big-slider-fancy {
  margin-bottom: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media (max-width: 767px) {
    .big-slider-fancy {
      margin-bottom: 24px;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .big-slider-fancy > * {
    width: calc(50% - 4px); }
    @media (max-width: 767px) {
      .big-slider-fancy > * {
        width: 100%; } }
  .big-slider-fancy .left-big {
    height: 356px;
    line-height: 0;
    border-radius: 16px 0 0 16px;
    overflow: hidden; }
    @media (max-width: 767px) {
      .big-slider-fancy .left-big {
        margin-bottom: 8px;
        border-radius: 16px; } }
    @media (max-width: 520px) {
      .big-slider-fancy .left-big {
        height: initial; } }
  .big-slider-fancy img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  .big-slider-fancy .right-images {
    margin-bottom: -8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .big-slider-fancy .right-images .box-img-small {
      width: calc(50% - 4px);
      height: 174px;
      margin-right: 8px;
      margin-bottom: 8px;
      overflow: hidden; }
      @media (max-width: 520px) {
        .big-slider-fancy .right-images .box-img-small {
          height: 25vw; } }
      .big-slider-fancy .right-images .box-img-small:nth-child(2n) {
        margin-right: 0; }
      .big-slider-fancy .right-images .box-img-small:nth-child(2) {
        border-radius: 0 16px 0 0; }
      .big-slider-fancy .right-images .box-img-small:nth-child(4) {
        border-radius: 0 0 16px 0; }
      @media (max-width: 767px) {
        .big-slider-fancy .right-images .box-img-small:nth-child(1) {
          border-radius: 16px 0 0 0; }
        .big-slider-fancy .right-images .box-img-small:nth-child(3) {
          border-radius: 0 0 0 16px; } }

.fancybox-thumbs__list a:before {
  border: 2px solid #C54697;
  border-radius: 4px;
  overflow: hidden; }

.apartment-wrapper-modal h3 {
  font-size: 18px; }

.apartment-wrapper-modal .one-apartment {
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid #EBE9E9; }
  @media (max-width: 767px) {
    .apartment-wrapper-modal .one-apartment {
      margin-bottom: 24px;
      padding-bottom: 24px; } }

.apartment-wrapper-modal .tags-list {
  margin-bottom: -16px; }
  .apartment-wrapper-modal .tags-list li {
    width: 50%;
    padding: 0 20px 0 0;
    margin-right: 0;
    border: 0; }
    @media (max-width: 767px) {
      .apartment-wrapper-modal .tags-list li {
        width: 100%;
        padding-right: 0; } }

.apartment-wrapper-modal .reserve-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .apartment-wrapper-modal .reserve-line > * {
    width: 48%; }
  .apartment-wrapper-modal .reserve-line .price {
    font-size: 14px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .apartment-wrapper-modal .reserve-line .price .number {
      margin-right: 5px;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      font-weight: 500;
      font-size: 20px;
      line-height: 30px; }

.description-top p {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #645C5F; }

.slider-apartment {
  width: 576px;
  min-height: 425px;
  margin-bottom: 30px;
  position: relative; }
  @media (max-width: 767px) {
    .slider-apartment {
      width: calc(100vw - 85px);
      min-height: initial;
      margin: 0 -24px 16px; } }
  @media (max-width: 480px) {
    .slider-apartment {
      width: calc(100vw - 40px); } }
  .slider-apartment .number-slider {
    position: absolute;
    left: 50%;
    bottom: 84px;
    padding: 4px 15px;
    font-size: 14px;
    color: #FFFFFF;
    border-radius: 25px;
    z-index: 2;
    background: rgba(0, 0, 0, 0.64);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  .slider-apartment img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

#sync1 {
  margin-bottom: 4px;
  height: 345px; }
  @media (max-width: 767px) {
    #sync1 {
      height: 190px; } }
  #sync1 .item {
    height: 345px;
    border-radius: 8px;
    overflow: hidden;
    line-height: 0; }
    @media (max-width: 767px) {
      #sync1 .item {
        border-radius: 0;
        height: 190px; } }

#sync2 .owl-item {
  padding: 4px; }

#sync2 .item {
  height: 68px;
  border-radius: 4px;
  line-height: 0;
  overflow: hidden;
  border: 2px solid transparent; }

#sync2 .current .item {
  border: 2px solid #FFAEDB; }
  #sync2 .current .item img {
    border-radius: 4px;
    border: 2px solid #ffffff; }

.wrapper-sync2 {
  margin: 0 -4px; }

.slider-top-owl.owl-carousel .owl-nav button {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border-radius: 50%;
  color: #978E91;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  outline: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  background: #FFFFFF;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.16);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.16); }
  .slider-top-owl.owl-carousel .owl-nav button i {
    font-size: 20px; }

.slider-top-owl.owl-carousel .owl-nav .owl-prev {
  left: 8px; }

.slider-top-owl.owl-carousel .owl-nav .owl-next {
  right: 8px; }

.slider-bottom-owl.owl-carousel .owl-nav button {
  width: 26px;
  height: 26px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border-radius: 50%;
  color: #978E91;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  outline: none;
  font-size: 16px;
  background: #FFFFFF;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.16);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.16); }

.slider-bottom-owl.owl-carousel .owl-nav .owl-prev {
  left: 8px; }

.slider-bottom-owl.owl-carousel .owl-nav .owl-next {
  right: 8px; }

.filter-booking {
  margin-bottom: 32px;
  background-color: white;
  position: relative;
  border: 1px solid #FFD8EB;
  -webkit-box-shadow: 0 32px 64px rgba(0, 0, 0, 0.08);
  box-shadow: 0 32px 64px rgba(0, 0, 0, 0.08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 16px; }
  @media (max-width: 992px) {
    .filter-booking {
      padding: 16px;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .filter-booking .search-booking {
    width: 170px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    border-radius: 0 16px 16px 0; }
    @media (max-width: 992px) {
      .filter-booking .search-booking {
        width: 100%;
        border-radius: 22px; } }
  .filter-booking .range-datepicker-style {
    width: 100%;
    position: relative; }
    @media (max-width: 992px) {
      .filter-booking .range-datepicker-style {
        border: 1px solid #EBE9E9;
        border-radius: 8px; } }
    .filter-booking .range-datepicker-style:after {
      width: 2px;
      height: 24px;
      right: -1px;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
      content: '';
      display: block;
      background: #FFD8EB;
      border-radius: 2px; }
      @media (max-width: 992px) {
        .filter-booking .range-datepicker-style:after {
          display: none; } }
  .filter-booking .counter-visitors {
    width: 100%; }

.counter-visitors {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  @media (max-width: 992px) {
    .counter-visitors {
      margin-bottom: 12px; } }
  .counter-visitors .ico-user {
    left: 15px;
    top: 50%;
    position: absolute;
    z-index: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 18px;
    color: black; }
  .counter-visitors .ico-chevron-down {
    right: 15px;
    top: 50%;
    position: absolute;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 0;
    font-size: 20px;
    color: black; }
  .counter-visitors .box-visitor-head {
    width: 100%;
    height: 64px;
    padding-left: 44px;
    padding-right: 44px;
    position: relative;
    z-index: 2;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer; }
    @media (max-width: 992px) {
      .counter-visitors .box-visitor-head {
        height: 44px;
        border: 1px solid #EBE9E9;
        border-radius: 8px; } }
    .counter-visitors .box-visitor-head > * {
      margin-right: 10px;
      position: relative;
      display: none; }
      .counter-visitors .box-visitor-head > *.add-guests {
        display: block;
        color: #999999;
        font-weight: 300;
        opacity: 1; }
      .counter-visitors .box-visitor-head > *.active {
        display: block; }
        .counter-visitors .box-visitor-head > *.active + .active:before {
          content: ',';
          position: absolute;
          left: -10px;
          bottom: 0;
          display: block; }
        .counter-visitors .box-visitor-head > *.active + .add-guests, .counter-visitors .box-visitor-head > *.active + div + .add-guests {
          display: none; }
  .counter-visitors .drop-visitors {
    top: 68px;
    left: 0;
    right: 0;
    padding: 24px;
    z-index: 6;
    display: none;
    position: absolute;
    background: #FFFFFF;
    -webkit-box-shadow: 0 16px 32px rgba(0, 0, 0, 0.08);
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.08);
    border-radius: 8px; }
    @media (max-width: 992px) {
      .counter-visitors .drop-visitors {
        top: 46px; } }
    @media (max-width: 767px) {
      .counter-visitors .drop-visitors {
        padding: 16px; } }
    .counter-visitors .drop-visitors.active {
      display: block; }
    .counter-visitors .drop-visitors .one-line {
      margin-bottom: 24px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .counter-visitors .drop-visitors .one-line:last-child {
        margin-bottom: 0; }
      .counter-visitors .drop-visitors .one-line .text {
        width: 100%; }
        .counter-visitors .drop-visitors .one-line .text .age {
          margin-bottom: 2px;
          font-size: 18px; }
        .counter-visitors .drop-visitors .one-line .text .explain-text {
          color: #645C5F;
          font-size: 14px; }
      .counter-visitors .drop-visitors .one-line .counter-clicking {
        margin-left: 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-negative: 0;
        flex-shrink: 0; }
        .counter-visitors .drop-visitors .one-line .counter-clicking input {
          width: 32px;
          height: 28px;
          margin: 0 4px;
          font-size: 18px;
          color: black;
          text-align: center;
          outline: none;
          border: 0; }
      .counter-visitors .drop-visitors .one-line .counter-btn {
        width: 28px;
        height: 28px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border: 1px solid #EBE9E9;
        border-radius: 20px;
        color: #978E91;
        font-size: 18px; }
        .counter-visitors .drop-visitors .one-line .counter-btn:hover {
          border: 1px solid #C54697;
          background-color: #C54697;
          color: white; }

.range-datepicker-style {
  position: relative; }
  @media (max-width: 992px) {
    .range-datepicker-style {
      width: 100%;
      margin-bottom: 12px; }
      .range-datepicker-style input {
        width: 100% !important; } }
  .range-datepicker-style .ico-calendar {
    left: 15px;
    top: 50%;
    position: absolute;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 18px;
    color: black; }
  .range-datepicker-style input {
    cursor: pointer; }
  .range-datepicker-style .ico-chevron-down {
    right: 15px;
    top: 50%;
    position: absolute;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 20px;
    color: black; }
  .range-datepicker-style .air-datepicker {
    width: 100%;
    height: 64px;
    background: transparent;
    padding-left: 44px;
    padding-right: 44px;
    position: relative;
    font-size: 16px;
    z-index: 2;
    border: 0;
    border-radius: 8px; }
    @media (max-width: 992px) {
      .range-datepicker-style .air-datepicker {
        height: 44px; } }
    .range-datepicker-style .air-datepicker.full {
      width: 100%; }
  .range-datepicker-style.height-40 .air-datepicker {
    height: 40px; }

.datepicker--day-name {
  font-weight: 500;
  font-family: 'GTEestiProDisplay',sans-serif; }

.datepicker--day-name, .datepicker--cell.-current- {
  color: #C54697; }

.page-full-screen {
  width: 100%;
  padding: 15px 16px; }
  .page-full-screen h1 {
    margin-bottom: 32px;
    font-size: 36px;
    font-weight: 500; }
    @media (max-width: 767px) {
      .page-full-screen h1 {
        font-size: 24px;
        margin-bottom: 24px; } }
  .page-full-screen h3 {
    margin-bottom: 32px;
    font-size: 22px;
    font-weight: 500; }
  @media (max-width: 767px) {
    .page-full-screen .one-order-marketplace .description {
      margin-bottom: 15px; }
    .page-full-screen .one-order-marketplace.style2 .statistic li {
      padding-bottom: 0;
      border-bottom: 0;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }

.events-list {
  margin-bottom: 20px;
  border-radius: 16px;
  border: 1px solid #EBE9E9;
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (max-width: 767px) {
    .events-list {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .events-list:last-child {
    margin-bottom: 0; }
  .events-list .box-img {
    width: 160px;
    height: 120px;
    margin-right: 24px;
    display: block;
    border-radius: 8px 0 0 8px;
    line-height: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: hidden; }
    @media (max-width: 767px) {
      .events-list .box-img {
        width: 100%;
        margin-bottom: 24px;
        border-radius: 8px 8px 0 0; } }
  .events-list .description {
    width: 100%; }
    @media (max-width: 767px) {
      .events-list .description {
        padding: 0 24px;
        text-align: center; } }
    .events-list .description .caption {
      margin-bottom: 10px;
      color: black;
      font-size: 20px;
      font-weight: 500; }
    .events-list .description .date {
      color: #645C5F; }
      .events-list .description .date span {
        color: black; }
  .events-list .button-light-border {
    margin: 0 24px;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    @media (max-width: 767px) {
      .events-list .button-light-border {
        margin: 24px;
        width: 100%;
        -ms-flex-negative: 2;
        flex-shrink: 2; } }

.one-contact-box {
  margin-bottom: 20px;
    .text-wr {
        word-break: break-all;
    }
}
  .one-contact-box:last-child {
    margin-bottom: 0; }
  .one-contact-box .caption {
    margin-bottom: 10px;
    color: #645C5F;
    font-size: 16px; }

.event-about-wrapper {
  color: #000; }
  .event-about-wrapper .top {
    margin-bottom: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 767px) {
      .event-about-wrapper .top {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .event-about-wrapper .top .img {
      width: 372px;
      height: 372px;
      margin-right: 32px;
      padding: 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;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      border-radius: 16px;
      line-height: 0;
      border: 1px solid #FFD8EB;
      background: #FFF; }
      @media (max-width: 767px) {
        .event-about-wrapper .top .img {
          width: 100%;
          height: 312px;
          margin-right: 0;
          margin-bottom: 24px; } }
  .event-about-wrapper .bottom .article {
    margin-bottom: 16px;
    font-size: 22px;
    font-weight: 500; }
  .event-about-wrapper .bottom .description {
    margin-bottom: 32px;
    color: #342F31;
    font-weight: 350; }
    .event-about-wrapper .bottom .description p {
      margin-bottom: 16px; }
      .event-about-wrapper .bottom .description p:last-child {
        margin-bottom: 0; }

.share-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .share-box .text-left {
    margin-right: 16px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: #645C5F;
    font-size: 18px;
    font-weight: 350; }

.simple-text-style p {
  margin-bottom: 20px;
  color: #342F31;
  font-size: 16px;
  line-height: 24px;
  font-weight: 350; }
  .simple-text-style p:last-child {
    margin-bottom: 0; }

.iframe-video {
  max-width: 720px;
  margin-bottom: 32px;
  position: relative;
  border-radius: 8px;
  overflow: hidden; }
  @media (max-width: 767px) {
    .iframe-video {
      width: 100%;
      margin-bottom: 24px;
      padding-bottom: 56.25%; } }
  .iframe-video iframe {
    width: 100% !important; }
    @media (max-width: 767px) {
      .iframe-video iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; } }

.list-fancy-image {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 16px; }
  @media (max-width: 992px) {
    .list-fancy-image {
      grid-template-columns: 1fr 1fr 1fr; } }
  @media (max-width: 767px) {
    .list-fancy-image {
      grid-template-columns: 1fr 1fr; } }
  @media (max-width: 520px) {
    .list-fancy-image {
      grid-template-columns: 1fr; } }
  .list-fancy-image .box-img-small {
    height: 200px;
    border-radius: 8px;
    line-height: 0;
    overflow: hidden; }
    @media (max-width: 520px) {
      .list-fancy-image .box-img-small {
        height: 220px; } }

.contact-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 767px) {
    .contact-box {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .contact-box .map-height {
    width: 100%;
    margin-bottom: 0;
    height: 510px; }
    @media (max-width: 767px) {
      .contact-box .map-height {
        width: calc(100vw + 48px);
        height: 360px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; } }
  .contact-box .right-contact {
    width: 372px;
    margin-left: 16px;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    @media (max-width: 992px) {
      .contact-box .right-contact {
        width: 320px; } }
    @media (max-width: 767px) {
      .contact-box .right-contact {
        width: 100%;
        margin-left: 0;
        margin-bottom: 16px; } }

.description-tab-hotel p {
  margin-bottom: 20px;
  font-weight: 300;
  font-size: 18px;
  line-height: 28px; }
  .description-tab-hotel p:last-child {
    margin-bottom: 0; }

.description-tab-hotel .one-description {
  margin-bottom: 30px; }
  .description-tab-hotel .one-description:last-child {
    margin-bottom: 0; }

.description-tab-hotel .left-box {
  width: 100%; }

.description-tab-hotel .item {
  margin-bottom: 16px;
  padding: 24px;
  border: 1px solid #FFD8EB;
  border-radius: 16px; }
  .description-tab-hotel .item:last-child {
    margin-bottom: 0; }

.description-tab-hotel .check-in-line {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500; }
  .description-tab-hotel .check-in-line .left-ico {
    margin-right: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-weight: 400;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 16px;
    color: #645C5F; }
    .description-tab-hotel .check-in-line .left-ico i {
      margin-right: 5px;
      font-size: 18px;
      position: relative; }
      .description-tab-hotel .check-in-line .left-ico i.ico-log-out {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
  .description-tab-hotel .check-in-line:last-child {
    margin-bottom: 0; }

.description-tab-hotel .one-tag-box {
  margin-bottom: 20px; }
  .description-tab-hotel .one-tag-box:last-child {
    margin-bottom: 0; }
  .description-tab-hotel .one-tag-box .name {
    margin-bottom: 10px;
    font-size: 18px; }
  .description-tab-hotel .one-tag-box .text-grey {
    color: #645C5F; }
    .description-tab-hotel .one-tag-box .text-grey.icon-peoples {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .description-tab-hotel .one-tag-box .text-grey.icon-peoples i {
        width: 13px;
        display: inline-block; }

.description-tab-hotel .map-item {
  margin-bottom: 30px; }
  .description-tab-hotel .map-item.apartment {
    margin-bottom: -30px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .description-tab-hotel .map-item.apartment > * {
      width: 50%;
      margin-bottom: 30px;
      padding-right: 20px; }
      @media (max-width: 767px) {
        .description-tab-hotel .map-item.apartment > * {
          width: 100%;
          margin-bottom: 24px; } }
  .description-tab-hotel .map-item:last-child {
    margin-bottom: 0; }

.tags-location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -4px;
  color: #645C5F; }
  .tags-location li {
    margin-bottom: 4px;
    padding: 7px 13px;
    background: #F7F7F7;
    border-radius: 24px; }
  .tags-location.marks li:before {
    width: 12px;
    height: 12px;
    margin-right: 8px;
    display: inline-block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    content: '';
    background: #008000; }

.full-width {
  width: 100%;
  max-width: 100% !important; }

.tabs-like-cabinet .wrapper-tab-header, .tabs-like-cabinet .wrapper-tab-header2, .tabs-like-cabinet2 .wrapper-tab-header, .tabs-like-cabinet2 .wrapper-tab-header2 {
  margin-bottom: 24px;
  height: 44px;
  position: relative;
  background-color: #FFEBF4;
  border-radius: 48px;
  overflow: hidden; }

.tabs-like-cabinet .tab-header, .tabs-like-cabinet .tab-header2, .tabs-like-cabinet2 .tab-header, .tabs-like-cabinet2 .tab-header2 {
  padding: 4px 4px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: auto; }
  .tabs-like-cabinet .tab-header.full-width li, .tabs-like-cabinet .tab-header2.full-width li, .tabs-like-cabinet2 .tab-header.full-width li, .tabs-like-cabinet2 .tab-header2.full-width li {
    width: 100%; }
    .tabs-like-cabinet .tab-header.full-width li a, .tabs-like-cabinet .tab-header2.full-width li a, .tabs-like-cabinet2 .tab-header.full-width li a, .tabs-like-cabinet2 .tab-header2.full-width li a {
      width: 100%;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
  .tabs-like-cabinet .tab-header li, .tabs-like-cabinet .tab-header2 li, .tabs-like-cabinet2 .tab-header li, .tabs-like-cabinet2 .tab-header2 li {
    margin-right: 2px; }
    .tabs-like-cabinet .tab-header li:last-child, .tabs-like-cabinet .tab-header2 li:last-child, .tabs-like-cabinet2 .tab-header li:last-child, .tabs-like-cabinet2 .tab-header2 li:last-child {
      margin-right: 0; }
    .tabs-like-cabinet .tab-header li a, .tabs-like-cabinet .tab-header2 li a, .tabs-like-cabinet2 .tab-header li a, .tabs-like-cabinet2 .tab-header2 li a {
      height: 36px;
      padding: 5px 16px;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      white-space: nowrap;
      color: #000;
      border-radius: 40px; }
      .tabs-like-cabinet .tab-header li a:hover, .tabs-like-cabinet .tab-header2 li a:hover, .tabs-like-cabinet2 .tab-header li a:hover, .tabs-like-cabinet2 .tab-header2 li a:hover {
        background: rgba(255, 255, 255, 0.7); }
    .tabs-like-cabinet .tab-header li.active a,
    .tabs-like-cabinet .tab-header li.open a, .tabs-like-cabinet .tab-header2 li.active a,
    .tabs-like-cabinet .tab-header2 li.open a, .tabs-like-cabinet2 .tab-header li.active a,
    .tabs-like-cabinet2 .tab-header li.open a, .tabs-like-cabinet2 .tab-header2 li.active a,
    .tabs-like-cabinet2 .tab-header2 li.open a {
      background: #FFFFFF;
      -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
      box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08); }

.tabs-like-cabinet .tab-content, .tabs-like-cabinet .tab-content2, .tabs-like-cabinet2 .tab-content, .tabs-like-cabinet2 .tab-content2 {
  display: none;
  overflow: initial; }
  .tabs-like-cabinet .tab-content.active, .tabs-like-cabinet .tab-content.open, .tabs-like-cabinet .tab-content2.active, .tabs-like-cabinet .tab-content2.open, .tabs-like-cabinet2 .tab-content.active, .tabs-like-cabinet2 .tab-content.open, .tabs-like-cabinet2 .tab-content2.active, .tabs-like-cabinet2 .tab-content2.open {
    display: block; }

.button-light-border {
  padding: 6px 24px;
  height: 36px;
  color: #620046 !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  background-color: white;
  border: 2px solid #FFEBF4;
  border-radius: 22px;
  cursor: pointer; }
  .button-light-border i {
    font-size: 20px; }
    .button-light-border i.left-ico {
      margin-right: 8px;
      font-size: 16px; }
    .button-light-border i.right-ico {
      margin-left: 8px;
      font-size: 16px; }
  .button-light-border:hover {
    background: #FFEBF4; }
  .button-light-border:disabled, .button-light-border[disabled], .button-light-border.disabled {
    background: #FFD8EB !important;
    border: 2px solid #FFD8EB;
    color: white !important; }
  .button-light-border.small {
    height: 28px;
    padding: 4px 16px;
    font-size: 14px; }
    .button-light-border.small i {
      font-size: 16px; }
  .button-light-border .ml {
    margin-left: 10px; }
  .button-light-border .mr {
    margin-right: 10px; }
  .button-light-border.size-2 {
    width: 100%;
    height: 44px;
    max-width: 300px;
    font-size: 18px; }

.list-btn-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .list-btn-social li {
    margin-right: 12px; }
    .list-btn-social li:last-child {
      margin-right: 0; }
  .list-btn-social .btn-social-footer {
    width: 40px;
    height: 40px;
    border: 1px solid #FFD8EB;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    color: #C54697;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%; }
    .list-btn-social .btn-social-footer.big-size {
      font-size: 24px; }
    .list-btn-social .btn-social-footer:hover {
      border: 1px solid #C54697;
      background-color: #C54697;
      color: white; }

.address-flag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .address-flag img {
    width: 24px;
    margin-right: 8px;
    -ms-flex-negative: 0;
    flex-shrink: 0; }

.box-return-line {
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media (max-width: 767px) {
    .box-return-line {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .box-return-line .category-m-name {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    font-size: 18px; }
    .box-return-line .category-m-name .box-img {
      max-width: 60px;
      margin-left: 16px;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
      .box-return-line .category-m-name .box-img.left {
        margin-left: 0;
        margin-right: 15px; }
    @media (max-width: 767px) {
      .box-return-line .category-m-name .name {
        display: none; } }
  .box-return-line .btn-dark-simple {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .box-return-line .btn-dark-simple img {
      max-width: 24px;
      margin-right: 8px; }

.under-h2 {
  margin-bottom: 16px;
  color: #645C5F;
  font-weight: 300;
  line-height: 24px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .under-h2 i {
    margin-right: 5px;
    color: black; }
  .under-h2:last-child {
    margin-bottom: 0; }

.box-content-border {
  margin-bottom: 8px;
  padding: 24px;
  background: #FFFFFF;
  border: 1px solid #EBE9E9;
  border-radius: 16px; }
  .box-content-border:last-child {
    margin-bottom: 0; }

.box-category-collapse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .box-category-collapse .bottom-part {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #EBE9E9;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #342F31;
    display: none;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
    .box-category-collapse .bottom-part p {
      margin-bottom: 20px; }
      .box-category-collapse .bottom-part p:last-child {
        margin-bottom: 0; }
    .box-category-collapse .bottom-part .article {
      margin-bottom: 16px;
      font-size: 20px;
      font-weight: 500; }
    .box-category-collapse .bottom-part img {
      max-width: 272px;
      border-radius: 8px; }
  .box-category-collapse .inform-order i {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .box-category-collapse.active .bottom-part {
    display: block; }
  .box-category-collapse.active .inform-order i {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg); }

.button-light-bg {
  padding: 6px 24px;
  height: 36px;
  color: white !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  border: 0;
  background: #C54697;
  border-radius: 22px; }
  .button-light-bg.height-44 {
    height: 44px; }
  .button-light-bg.disabled, .button-light-bg:disabled {
    background: #FFD8EB !important;
    cursor: default; }
  .button-light-bg:hover {
    background: #A52B7C; }
  .button-light-bg.big {
    width: 100%;
    height: 44px;
    font-size: 18px; }
  .button-light-bg i {
    font-size: 20px; }
    .button-light-bg i.left-ico {
      margin-right: 8px;
      font-size: 16px; }
    .button-light-bg i.right-ico {
      margin-left: 8px;
      font-size: 16px; }
  .button-light-bg.size-2 {
    width: 100%;
    height: 44px;
    max-width: 300px;
    font-size: 18px; }

.one-order-marketplace {
  margin-bottom: 24px;
  padding-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #EBE9E9; }
  @media (max-width: 767px) {
    .one-order-marketplace {
      display: block; } }
  .one-order-marketplace:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0; }
  .one-order-marketplace .box-counter {
    position: absolute;
    top: 4px;
    left: 4px;
    padding: 6px 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    background: rgba(0, 0, 0, 0.32);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    border-radius: 4px;
    color: white; }
    .one-order-marketplace .box-counter i {
      margin-right: 5px; }
  .one-order-marketplace .box-img {

    height: 90px;
    margin-right: 24px;
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative; }
    @media (max-width: 767px) {
      .one-order-marketplace .box-img {
        width: 300px;
        height: 198px;
        max-width: 100%;
        margin: 0 auto 24px; } }
    .one-order-marketplace .box-img img {
      width: 100%;
      height: 100%;
      border-radius: 8px;
      -o-object-fit: cover;
      object-fit: cover; }
  .one-order-marketplace .box-img2 {
    width: 64px;
    height: 64px;
    margin-right: 16px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: #FFEBF4;
    border-radius: 90px;
    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; }
    @media (max-width: 767px) {
      .one-order-marketplace .box-img2 {
        margin: 0 auto 16px; } }
  .one-order-marketplace .description {
    width: 100%;
    padding-right: 20px; }
    @media (max-width: 767px) {
      .one-order-marketplace .description {
        margin-bottom: 24px;
        padding-right: 0; } }
    .one-order-marketplace .description .name {
      margin-bottom: 10px;
      font-size: 20px;
      font-weight: 500; }
    .one-order-marketplace .description .statistic {
      margin-bottom: -10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .one-order-marketplace .description .statistic li {
        margin-right: 16px;
        margin-bottom: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .one-order-marketplace .description .statistic li:last-child {
          margin-right: 0; }
        .one-order-marketplace .description .statistic li .title {
          margin-right: 4px;
          -ms-flex-negative: 0;
          flex-shrink: 0;
          color: #645C5F; }
  .one-order-marketplace .right-part {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .one-order-marketplace .right-part .button-light-bg {
      height: 44px;
      padding: 5px 35px; }
      @media (max-width: 767px) {
        .one-order-marketplace .right-part .button-light-bg {
          width: 100%; } }
    @media (max-width: 767px) {
      .one-order-marketplace .right-part .inform-order {
        -ms-flex-negative: 0;
        flex-shrink: 0; } }
  .one-order-marketplace .inform-order {
    width: 44px;
    height: 44px;
    margin-right: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 22px;
    color: #620046;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #FFEBF4;
    border-radius: 50%; }
    .one-order-marketplace .inform-order.open-order-arrow {
      margin-right: 0;
      margin-left: 16px; }
  @media (max-width: 767px) {
    .one-order-marketplace.style2 .statistic {
      width: 100%; }
      .one-order-marketplace.style2 .statistic li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 8px;
        padding-bottom: 8px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        border-bottom: 1px solid #EBE9E9; } }
  @media (max-width: 767px) {
    .one-order-marketplace.style2 .description .name {
      width: 100%;
      margin-bottom: 15px;
      text-align: center; } }
  .one-order-marketplace.style2 .price-box {
    margin-right: 16px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-align: right; }
    @media (max-width: 767px) {
      .one-order-marketplace.style2 .price-box {
        width: 100%;
        margin-bottom: 16px;
        margin-right: 0;
        text-align: center; } }
    .one-order-marketplace.style2 .price-box .old-price {
      width: 100%;
      display: block;
      font-size: 14px;
      -webkit-text-decoration-line: line-through;
      text-decoration-line: line-through;
      color: #645C5F; }
      @media (max-width: 767px) {
        .one-order-marketplace.style2 .price-box .old-price {
          width: initial;
          margin-right: 8px;
          display: inline-block; } }
    .one-order-marketplace.style2 .price-box b {
      font-size: 24px;
      font-weight: 500; }

select.form-control.height-40 + .select2-container--default .select2-selection {
  height: 40px; }

select.form-control.height-40 + .select2-container--default .select2-selection__arrow {
  height: 38px; }

select.form-control.height-40 + .select2-container--default .select2-selection__rendered {
  line-height: 38px; }

.counter-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .counter-wrapper input {
    width: 100%;
    height: 40px;
    margin: 0 4px;
    background: #FFFFFF;
    text-align: center;
    color: #000000;
    font-size: 16px;
    border: 1px solid #EBE9E9;
    border-radius: 8px; }
    @media (max-width: 767px) {
      .counter-wrapper input {
        width: 100%; } }
  .counter-wrapper .decrement, .counter-wrapper .increment {
    width: 40px;
    height: 40px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    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;
    font-size: 16px;
    color: #978e91;
    background: #FFFFFF;
    border: 1px solid #EBE9E9;
    border-radius: 8px; }
    .counter-wrapper .decrement:hover, .counter-wrapper .increment:hover {
      color: #C54697; }

.box-promocode {
  height: 52px;
  background: #F7F7F7;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }
  .box-promocode input {
    width: 100%;
    height: 100%;
    padding-left: 16px;
    padding-right: 16px;
    border: 0;
    background-color: transparent; }
  .box-promocode .btn-white {
    margin: 8px; }

.mb-16 {
  margin-bottom: 16px; }

.h1-style-inside {
  margin-bottom: 32px; }
  @media (max-width: 767px) {
    .h1-style-inside {
      margin-bottom: 24px; } }

input {
  outline: none; }

.btn-white {
  height: 36px;
  padding: 8px 12px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  border: 0;
  background: #FFFFFF;
  border-radius: 4px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #645C5F !important; }
  .btn-white:hover {
    color: white !important;
    background-color: #C54697; }

.box-collapse-order .form-reservation {
  margin-top: 25px;
  display: none; }

.box-collapse-order.open-collapse .form-reservation {
  display: block; }

.box-collapse-order.open-collapse .box-collapse-order-header .btn-collapse i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  padding-top: 2px; }

.box-collapse-order-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .box-collapse-order-header .name {
    width: 100%;
    font-size: 22px;
    font-weight: 500; }
  .box-collapse-order-header .btn-style {
    width: 44px;
    height: 44px;
    margin-left: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border: 2px solid #FFEBF4;
    font-size: 20px;
    position: relative;
    color: #978e91; }
    .box-collapse-order-header .btn-style .ico-chevron-down {
      font-size: 22px; }
    .box-collapse-order-header .btn-style:hover {
      color: #3C0029;
      background-color: #FFEBF4; }

.box-img-big {
  height: 400px;
  margin-bottom: 36px;
  border-radius: 16px;
  line-height: 0;
  overflow: hidden; }

.mb-24 {
  margin-bottom: 24px; }

.min-200 {
  min-width: 200px; }

.line-or {
  margin: 30px 0;
  height: 1px;
  background-color: #CEC8CA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .line-or span {
    margin-top: -20px;
    padding: 8px 16px;
    display: inline-block;
    font-size: 18px;
    text-align: center;
    color: #978E91;
    background-color: white; }

.alert-details {
  margin-bottom: 32px;
  padding: 12px 16px;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #FFEBF4; }
  .alert-details i {
    margin-right: 8px;
    color: #C54697; }

.mb-32 {
  margin-bottom: 32px; }

.list-column-2 {
  display: grid;
  grid-gap: 16px 32px;
  grid-template-columns: 1fr 1fr; }

.form-label sup {
  top: -2px;
  color: #C54697;
  font-size: 18px; }

.bold-text {
  margin-bottom: 32px;
  font-size: 18px;
  font-weight: 500; }

#apartmentModal .number .price_clean {
    color: #645C5F;
}

.filter-booking-form .invalid-feedback{
    position: absolute;
}

.box-img-small.blur-box {
    position: relative;
}

.box-img-small.blur-box img {
    -webkit-filter: blur(2px);
    filter: blur(2px);
}

.text-block-blur {
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    color: white;
    padding: 10px;
    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;
    font-weight: 400;
    font-size: 14px;
}

.text-block-blur i {
    margin-right: 3px;
}
