.excursion__top {
    display: flex;
    height: 530px;
    margin-bottom: 30px;
}
.excursion__title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.excursion__header {
    display: flex;
    align-items: center;
}

.excursion__title h1 {
    margin-right: 20px;
    margin-bottom: 0;
}

.excursion__address {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.excursion__region {
    color: #595959;
    display: flex;
    margin-right: 20px;
}

.excursion__show-map {
    color: #05729b;
    margin-right: 20px;
}

.excursion__region:before {
    content: '';
    width: 13px;
    height: 19px;
    background: url(../../../img/hotel/marker.png) no-repeat;
    margin-right: 5px;
}

.excursion__description {
    margin-bottom: 40px;
}

.excursion__description p {
    margin-bottom: 10px;
}


.excursion__body {
    margin: 20px 0;
}
.excursion__body h2,
.excursion__body h3 {
    margin: 20px 0;
    color: #05729b;
    padding-bottom: 10px;
    border-bottom: 1px solid #05729b;
}

.excursion__body h3 {
    border-color: #c5c5c5;
}

.room__search-no-results {
    font-size: 20px;
    color: #444;
    margin-bottom: 40px;
    text-align: center;
}

.room-type-search {
    grid-template-columns: repeat(3, 1fr) auto;
    background-color: #f6f6f6;
    border: 1px solid #c2c2c2;
}

.room__search-title {
    margin-bottom: 15px;
}

.room__search-title {
    display: flex;
    flex-wrap: wrap;
}

.room__search-title .error-text {
    color: red;
    margin-left: 10px;
}

.room__search-item {
    display: grid;
    grid-template-rows: minmax(135px, auto);
    grid-template-columns: 200px 10fr auto;
    grid-gap: 20px;
    margin-bottom: 20px;
    background-color: #f6f6f6;
    border: 1px solid #c2c2c2;
}

.room__search-item-description {
    margin-bottom: 15px;
    height: 40px;
    overflow: hidden;
    color: #3a3a3a;
}

.room__search-col-middle {
    padding: 10px 0;
}

.room__search-col-right {
    padding: 10px;
    color: #3a3a3a;
}

.room__search-item-show-details {
    text-decoration: none;
    color: #05729b;
}

.room__search-item-price {
    margin-bottom: 35px;
    display: flex;
    flex-direction: column;
}

.room__search-item-price .price-eur {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.room__search-item-price .price-usd {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.room__search-item-price .commission label {
    color: #05729b;
    cursor: pointer;
}

.room__search-item-price span {
    margin-left: 10px;
}

.room__search-item-price .price span {
    color: #05729b;
}

.room__search-item-price .price-eur span {
    font-size: 26px;
    font-weight: bold;
}

.room__search-item-price.--not-authorized label {
    font-size: 12px;
}

.room__search-item-book .site-button {
    width: 250px;
    max-width: 100%;
}

.page__hotel h2 {
    margin-bottom: 35px;
}

.excursion__icons {
    display: flex;
}

.excursion__item-icon {
    display: flex;
    align-items: center;
}

.excursion__item-icon:before {
    content: '';
    display: block;
    min-width: 30px;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background-color: #dddddd;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 55%;
    margin-right: 10px;
}

.excursion__item-icon.city:before {
    background-image: url("../../../img/hotel/icons/city.svg");
}

.excursion__item-icon.food:before {
    background-image: url("../../../img/hotel/icons/food.svg");
}

.excursion__item-icon.point:before {
    background-image: url("../../../img/hotel/icons/point.svg");
}

.excursion__item-icon.pool:before {
    background-image: url("../../../img/hotel/icons/pool.svg");
}

.excursion__item-icon.sea:before {
    background-image: url("../../../img/hotel/icons/sea.svg");
}

.excursion__item-icon.sunbed:before {
    background-image: url("../../../img/hotel/icons/sunbed.svg");
}

.excursion__item-icon.wifi:before {
    background-image: url("../../../img/hotel/icons/wifi.svg");
}

.page__hotel .pdf-container {
    margin-bottom: 30px;
}

.room__search-col-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 767px) {

    .excursion__address {
        width: 100%;
    }

    .excursion__address .star-rating {
        padding-left: 0;
    }

    .excursion__icons {
        width: 100%;
        justify-content: center;
    }

    .excursion__address > div {
        padding: 0 5px;
        margin-bottom: 15px;
    }

    .excursion__item-icon:before {
        margin: 0 5px;
    }

    .excursion__top {
        flex-direction: column;
        height: auto;
    }

    .excursion__title {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 10px;
    }

    .excursion__title h1 {
        margin-bottom: 5px;
    }

    .excursion__address > div {
        margin-right: 0;
    }

    .room__search-item {
        padding: 25px;
    }

    .room__search-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .room__search-item-price {
        flex-direction: column;
        align-items: center;
        margin-bottom: 15px;
        text-align: center;
    }

    .page__hotel .pdf-container iframe {
        height: 600px !important;
    }
}
