.online-hotel-search .hotel-search {
    grid-template-columns: 1fr 1fr 1fr 1fr 1.3fr 1.3fr 40px;
}

.online-hotel-search .hotel-search .form-group {
    margin-bottom: 0;
}

.online-hotel-search__header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-transform: uppercase;
}

.online-hotel-search__header h1 {
    margin-right: 20px;
    margin-bottom: 10px;
}

.online-hotel-search__header div {
    color: gray;
    margin-bottom: 10px;
}

.online-hotel-search .hotel-price {
    font-size: 1.2em;
    height: auto;
}

.online-hotel-search .hotel-price .price-value {
    color: #ff9b0b;
    font-weight: 600;
    font-size: 20px;
}

.online-hotel-search.online-reservations .food-type {
    padding: 0 10px;
    width: 130px;
}

.online-hotel-search.online-reservations .hotel-type {
    color: #cf5919;
    margin-left: 10px;
}

.online-hotel-search .hotel-price .price-value .day-price {
    font-size: 15px;
}

.online-hotel-search .hotel-price .price-value .day-price span {
    color: #333;
    font-weight: normal;
}

.online-hotel-search .hotel-price .no-price {
    font-size: 14px;
}

.stop-sale-price {
    font-size: 14px !important;
}

.stop-sale-price a {
    font-size: inherit;
    font-style: italic;
}

.online-hotel-search .available-period {
    font-size: 14px;
}

.online-hotel-search.online-reservations .result-search-item .result-search-content .result-search-buttons-cont {
    width: auto;
}

.online-hotel-search .result-search-item .result-search-content .result-search-description {
    padding-top: 0;
}

.stop-sale-price .text-brown {
    color: #ba372a !important;
}

.online-reservations .food-type {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #cf5919;
}

.online-reservations .food-type:before {
    content: '';
    display: block;
    width: 16px;
    min-width: 16px;
    height: 16px;
    margin-right: 5px;
    background: url(/images/online/icons/food-icon.svg) center no-repeat;
}

.online-hotel-search.online-reservations .result-search-content {
    min-height: 180px;
    height: auto;
    display: flex;
    justify-content: space-between;
}

.online-hotel-search.online-reservations .result-search-item {
    height: auto;
}

.online-hotel-search.online-reservations .navigation-area {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    min-width: 40%;
}

.online-hotel-search.online-reservations .info-area .area-icon {
    display: flex;
    align-items: center;
    color: #5b5b5b;
    margin-bottom: 10px;
    font-size: 14px;
}

.online-hotel-search.online-reservations .info-area .area-icon img {
    content: '';
    display: block;
    min-width: 20px;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    background-repeat: no-repeat;
    background-position: center;
}

.online-hotel-search.online-reservations .info-area .contact-links a {
    text-decoration: none;
    margin-right: 20px;
    display: inline-flex;
    align-items: center;
    color: #ff9b0b;
}

.online-hotel-search.online-reservations .info-area .contact-links a:before {
    content: '';
    width: 25px;
    height: 25px;
    display: block;
    margin-right: 5px;
    background-position: center;
    background-repeat: no-repeat;
}

.online-hotel-search.online-reservations .info-area .hotel-contact:before {
    background-image: url(/images/online/icons/express-icon-01.svg);
}

.online-hotel-search.online-reservations .info-area .hotel-write:before {
    background-image: url(/images/online/icons/dialogue-icon-03.svg);
}

.online-hotel-search.online-reservations .hotel-name-search {
    margin-bottom: 1px !important;
}

.online-hotel-search.online-reservations .info-area .contact-links a:last-child {
    margin-right: 0;
}

.online-hotel-search.online-reservations .info-area .contact-links a:hover {
   text-decoration: underline;
}

.online-hotel-search.online-reservations .hotel-no-prices {
    padding: 10px 15px;
    border: 1px solid #c5c5c5;
    border-radius: 5px;
    max-width: 100%;
    width: 350px;
    margin-top: 10px;
}

.online-hotel-search.online-reservations .hotel-no-prices .no-price {
    color: #cf5919;
    font-size: 14px;
}

.online-hotel-search.online-reservations .hotel-no-prices > *:not(:last-child) {
    margin-bottom: 10px;
}

.online-hotel-search.online-reservations .hotel-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #c5c5c5;
    padding: 10px 0;
}

.online-hotel-search.online-reservations .hotel-price:last-child {
    border-bottom: none;
}

.online-hotel-search.online-reservations .hotel-price > * {
    display: flex;
}

.online-hotel-search.online-reservations .result-search-item .result-search-content .result-search-buttons-cont .site-btn {
    float: none;
    width: 100%;
    min-width: 140px;
    max-width: 100%;
    margin-bottom: 0;
    height: 30px;
    line-height: 30px;
    border-radius: 4px;
    text-transform: none;
    margin-left: 0;
    font-size: 14px;
}

.online-hotel-search .area-icons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 15px;
}

@media (min-width: 1200px) {
    .online-hotel-search.online-reservations .result-search-item .result-search-img-cont > img {
        height: 180px;
        width: 100%;
        object-fit: cover;
    }
}

@media (max-width: 1199px) {
    .online-hotel-search .hotel-price .price-value {
        font-size: 18px;
    }
    .online-hotel-search .hotel-search {
        grid-template-columns: repeat(3, 1fr);
    }

    .online-hotel-search__header {
        flex-direction: column;
    }

    .online-hotel-search__header h1 {
        margin-right: 0;
    }
    .online-hotel-search .result-search-item .result-search-content .result-search-buttons-cont {
        width: auto;
    }
    .result-search-item .result-search-img-cont > img {
        width: 320px;
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .online-hotel-search .area-icons {
        display: block;
    }
    .online-hotel-search.online-reservations .result-search-name {
        display: flex;
        justify-content: center;
        margin-bottom: 0;
    }
    .online-hotel-search.online-reservations .info-area {
        display: flex;
        justify-content: center;
        margin-bottom: 10px;
        flex-direction: column;
    }
    .online-hotel-search .result-search-content {
        flex-direction: column;
    }
    .online-hotel-search .hotel-search {
        grid-template-columns: 1fr;
        grid-gap: 0;
    }
    .online-hotel-search .hotel-price {
        padding: 5px 0 20px;
    }
    .online-hotel-search .hotel-search > div {
        margin-bottom: 0;
    }
    .online-hotel-search .result-search-item {
        margin-bottom: 30px;
    }
    .online-hotel-search.online-reservations .navigation-area {
        align-items: center;
    }
    .online-hotel-search .vote-area-cont {
        width: auto;
    }
    .raiting-name-hotel-cont .manager-phone a {
        font-size: 14px;
    }
}

@media (max-width: 575px) {
    .online-hotel-search.online-reservations .hotel-prices {
        width: 100%;
    }
    .online-hotel-search.online-reservations .hotel-price .food-type {
        padding: 5px 0;
        width: auto;
    }
    .online-hotel-search.online-reservations .hotel-price-inner {
        flex-direction: column;
    }
}