.item-lp {
    display: flex !important;
    box-shadow: 0px 0px 40px rgb(29 58 83 / 15%) !important;
    flex-direction: column;
    width: 100%;
    background-color: #fff;
    border-radius: 2px;
}

.item-lp-image {
    display: block;
    position: relative;
    width: 100%;
}

.item-lp-image img {
    border-radius: 2px 2px 0 0;
}

.item-lp-price {
    text-align: right;
    font-size: 0.8rem;
    color: #fec42d;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 90px 10px 5px 10px;
    background: rgb(0, 0, 0);
    background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 30%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 30%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 30%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
    text-shadow: 1px 1px 0 #000;
}

.item-lp-price small {
    color: #f7f7f7;
}

.item-lp-title {
    padding: 20px 20px 0;
    font-size: 1.21rem;
    font-weight: 300;
    font-family: 'Russia', 'Exo 2.0', Sans-Serif;
}


.item-lp-title small {
    font-size: 0.811rem;
    font-weight: 300;
    font-family: 'Russia', 'Open Sans', Sans-Serif;
    color: #7a7a7a;
}

.item-lp-position {
    padding: 20px 20px 0;
    font-size: 0.81rem;
}

.item-lp-position i {
    color: #f96332;
}

.item-lp-status {
    padding: 20px 20px 0;
    font-size: 0.81rem;
    display: flex !important;
    flex-direction: row;
    justify-content: space-between;
}

.item-lp-foot {
    margin: 20px;
    padding-top: 20px;
    border-top: 1px #ededed solid;
    font-size: 0.81rem;
    display: flex !important;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
}

.item-lp-foot i {
    color: #1adc10;
    margin-right: 5px;
    font-size: 1rem;
    margin-bottom: 0;
    padding-bottom: 0;
}

.item-lp-foot a {
    color: #3a3f4b;
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
}

.item-lp-foot a:hover {
    color: #1adc10;
}

.preview-lp {
    width: 100% !important;
    max-width: 95% !important;
}

@media (min-width: 768px) {
    .preview-lp {
        width: 100% !important;
        max-width: 991px !important;
    }
}
.item-description {
    font-family: 'Philosopher', sans-serif;
    color: #5a5a5a;
    font-size: 1rem;
    position: relative;
}

.item-description.big-view {
    height: 160px;
    overflow: hidden;
}



.btn-block-item .btn {
    padding: 1.315rem 0.95rem 1.275rem;
    margin: 20px 0;
    font-size: 1.0rem !important;
}
.gr-block {
    height: auto!important;
}
.lp-info-price b{
    font-size: 1.2rem;
}
.lp-info-price span{
    font-size: 1rem;
    color:#f96332;
}
.tab-content {
    padding: 20px;
    border: 1px solid #dee2e6;
    border-color: #fff #dee2e6 #dee2e6 #dee2e6;
}

.carousel-item {
    z-index: 1;
}

.carousel-item a {
    z-index: 3;
    display: block;
    position: relative;
}

.slideDetails .carousel-indicators {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 0;
    margin-left: 15%;
    list-style: none;
}

.carousel-item a::before {
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgb(0, 0, 0);
    background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
    z-index: 2;
}

.carousel-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding-top: 0.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
    z-index: 5;
}

#carouselDetailNear .carousel-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding-top: 2.25rem;
    padding-bottom: .25rem;
}

.carousel-caption p {
    font-size: 1rem;
    color: #fff;
    text-shadow: 1px 1px 0 #000;
    padding: 0 20px;
}

.detail-lm-block h2,
.detail-lm-block h3 {
    color: #515151;

}

.carousel-caption h5 {
    font-size: 1.3rem;
    color: #26fc1b;
    text-shadow: 1px 1px 0 #000;
}

.item-service-title {
    color: #f96332;
}

.item-service-text {
    font-size: 0.7411rem;
    margin-bottom: 3px;
    width: calc(100% - 8px);
    overflow: hidden;
    position: relative;
}

.text-price {
    font-weight: bold;
    font-size: 0.7411rem;
    color: #f96332;
}

.all-link-service {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f96332;
    padding: 0 10px;
    border-radius: 3px;
    color: #fff;
    height: 30px;
}

.all-link-service:hover {
    color: #fbf8db;
}

.preview-hotels {
    width: 100%;
    max-width: 95%;
}

@media (min-width: 768px) {
    .preview-hotels {
        width: 100%;
        max-width: 991px;
    }
}

.preview-hotels .offcanvas-body {
    background-color: rgba(50, 50, 50, 0.027);
    padding: 10px;
}

.tab-content {
    background-color: #fff;
}

.period-info {
    border-top: 1px dashed rgba(50, 50, 50, 0.21) !important;
    border-bottom: 1px dashed rgba(50, 50, 50, 0.21) !important;
}
.price-info {
    border-top: 1px dashed rgba(50, 50, 50, 0.11) !important;
    /*border-bottom: 1px dashed rgba(50, 50, 50, 0.11) !important;*/
}
.period-info i{
    color:#80c335 !important;
}
ul.def-ul {
    margin: 0;
    list-style: none;
}
ul.def-ul li{
    position: relative;
}
ul.def-ul li:before {
    content: "\F269";
    position: absolute;
    left: -25px;
    top: -5px;
    font-size: 1.3rem;
    font-family: bootstrap-icons !important;
    color: #f9cf3c;
}
.worktime-info {
    border-bottom: 1px solid rgba(50, 50, 50, 0.21) !important;
    background-color: rgba(50, 50, 50, 0.02) !important;
}
