.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; } }

.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; }

.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; } }
.light-border-box:last-child {
    margin-bottom: 0; }

.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 .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; }

.statistic-bill {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 2px solid #F7F7F7; }
.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; }

.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 .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 .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 !important;
}
.datepicker--cell.-selected-, .datepicker--cell.-selected-.-current-, .datepicker--cell.-selected-.-focus- {
    background-color: #b83b8c !important;
}

.hotelRoomsTable{
    border-spacing: 0 16px !important;
    border-collapse: separate;
}

.table-hotel-rooms-style .dataTables_paginate{
    padding: 20px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.table-hotel-rooms-style .dataTables_paginate .paginate_button.disabled {
    display: none;
}
.table-hotel-rooms-style .dataTables_paginate .paginate_button.current {
    background-color: #FFEBF4;
}
.table-hotel-rooms-style .dataTables_paginate .paginate_button {
    width: 32px;
    height: 32px;
    margin: 0 3px;
    border: 2px solid #FFEBF4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 22px;
    color: black;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}
.table-hotel-rooms-style .dataTables_paginate .paginate_button.current {
    background-color: #FFEBF4;
}

/*add reservation*/
#add-reservation .box-visitor-head{
    padding: 0 13px;
}
.select2-custom-field select.form-control + .select2-container--default .select2-selection__rendered {
    font-size: 16px !important;

}
.datepicker-style.height-40 .air-datepicker {
    height: 40px;
    font-size: 16px;
    color:#978E91;

}
.datepicker-style input::placeholder{
    font-weight: 400;
}
#add-reservation .counter-visitors .ico-chevron-down{
    font-size: 16px;
    right: 13px;
    color:#645c5f;
}
#add-reservation .counter-visitors .box-visitor-head > *.add-guests{
    font-weight: 400;
}
#add-reservation .counter-visitors .box-visitor-head {
    height: 44px;
    border: 1px solid #EBE9E9;
    border-radius: 8px;
}
#add-reservation .caption{
    margin-bottom: 4px;
    color: #645C5F;
}
.online-cash-register {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.online-cash-register .left-box {
    width: 100%;
}
.online-cash-register .right-box {
    width: 370px;
    margin-left: 32px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media (max-width: 1280px){

    .online-cash-register {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .online-cash-register .right-box {
        width: 100%;
        margin-left: 0;
        margin-top: 8px;
    }
}
.modal-cabinet .modal-title-custom {
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 500;
}
.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;
}
.full-width {
    width: 100% !important;
}
.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 .header-tab-without-click li, .tabs-like-cabinet .tab-header li, .tabs-like-cabinet .tab-header2 li, .tabs-like-cabinet2 .header-tab-without-click li, .tabs-like-cabinet2 .tab-header li, .tabs-like-cabinet2 .tab-header2 li, .tab-without-click .header-tab-without-click li, .tab-without-click .tab-header li, .tab-without-click .tab-header2 li {
    margin-right: 2px;
}
.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-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;
}
.hr-or {
    width: 100%;
    height: 1px;
    margin: 32px 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #EBE9E9;
}
.hr-or span {
    margin-top: -18px;
    padding: 8px;
    display: inline-block;
    background-color: white;
    color: #645C5F;
}
.text-clipboard.disable-input-big {
    height: initial;
    padding: 16px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.disable-input-big {
    width: 100%;
    height: 56px;
    padding-left: 16px;
    padding-right: 16px;
    cursor: default;
    color: #645C5F;
    display: block;
    font-size: 16px;
    border-radius: 8px;
    border: 0;
    background-color: #F7F7F7;
}

.list-btn-send-invoice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.list-btn-send-invoice .button-light-border {
    width: 200px;
    height: 40px;
    margin-right: 8px;
    font-size: 18px;
    white-space: nowrap;
}

button:focus,
button:active {
    outline: none;
}

.list-btn-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.list-btn-send-invoice .list-btn-social li {
    margin-right: 8px;
}

.list-btn-social.big-border .btn-social-footer {
    border: 2px solid #FFEBF4;
    color: #a52b7c;
}
.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%;
}
