.page__tour-reservation h1 {
    font-size: 26px;
    line-height: 26px;
    padding-bottom: 20px;
    border-bottom: 1px solid #05729b;
    margin-bottom: 30px;
}

.tour-reservation__header {
    display: flex;
    margin-bottom: 45px;
}

.tour-reservation__info {
    flex: 1;
}

.tour-reservation__image {
    margin-right: 35px;
}

.tour-reservation__fields {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 12px;
}

.tour-reservation__price {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 12px;
}

.tour-reservation__info-row,
.tour-reservation__info-row label {
    display: flex;
    align-items: center;
}

.tour-reservation__info-row label {
    color: #616161;
    margin-right: 10px;
}

.tour-reservation__info-row span {
    font-weight: bold;
}

.tour-reservation__info-row label:before {
    content: '';
    width: 21px;
    height: 21px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 10px;
}

.tour-reservation__info-row.duration label:before {
    background-image: url(../../../../img/home/ico-departure-date.png);
}

.tour-reservation__info-row.nights label:before {
    background-image: url(../../../../img/home/ico-nights-count.png);
}

.tour-reservation__info-row.tourists label:before {
    background-image: url(../../../../img/search/ico-tourists.png);
}

.tour-reservation__info-row.fly-forward label:before {
    background-image: url(../../../../img/tour/ico-fly-forward.png);
}

.tour-reservation__info-row.fly-back label:before {
    background-image: url(../../../../img/tour/ico-fly-back.png);
}

.tour-reservation__info-row.food label:before {
    background-image: url(../../../../img/home/ico-food.png);
}

.tour-reservation__info-row.price label:before {
    background-image: url(../../../../img/tour/ico-cost.png);
}

.tour-reservation__info-row.country-id label:before {
    background-image: url(../../../../img/search/ico-country.png);
}

.tour-reservation__info-row.price label {
    font-weight: bold;
}

.tour-reservation__info-row.price span {
    font-weight: bold;
    font-size: 22px;
    color: #05729b;
}

.tour-reservation__fields {
    padding-bottom: 25px;
    border-bottom: 1px solid #c5c5c5;
    margin-bottom: 25px;
}

.page__tour-reservation h2 {
    padding-bottom: 15px;
    border-bottom: 1px solid #c5c5c5;
    margin-bottom: 20px;
    color: black;
}

.tour-reservation__tourist-fields {
    display: grid;
    grid-template-columns: 4fr 7fr 7fr 5fr 4.5fr 5fr 9fr;
    grid-gap: 20px;
}

.tour-reservation__tourist-fields > div {
    display: flex;
    flex-direction: column;
}

.tour-reservation__body {
    padding-bottom: 40px;
}

.tour-reservation__body form .half {
    width: 50%;
}

.tour-reservation__body form label {
    color: #5b5b5b;
    margin-bottom: 10px;
    display: block;
}

.tour-reservation__tourist {
    margin-bottom: 20px;
}

.tour-reservation__tourist h3 {
    color: #05729b;
    margin-bottom: 10px;
}

.tour-reservation__tourists {
    margin-bottom: 40px;
}

.tour-reservation__submit {
    display: flex;
    justify-content: center;
}

.tour-reservation-success__body {
    padding: 40px;
    text-align: center;
    color: #424242;
}

.tour-reservation-success__body p {
    margin-bottom: 10px;
}

.page__hotel-reservation-success .site-button {
    width: 320px;
    max-width: 100%;
    margin: 0 auto;
}

.tour-reservation__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
}

.tour-reservation__hotels {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 50px;
    grid-gap: 20px;
}

.tour-reservation__hotel {
    display: grid;
    grid-template-columns: 125px auto 200px;
    grid-column-gap: 20px;
}

.tour-reservation__hotel-select {
    align-items: center;
    display: flex;
}

.tour-reservation__hotel-title h3 {
    margin-bottom: 5px;
}

.tour-reservation__hotel-properties {
    margin-bottom: 5px;
}

.tour-reservation__hotel-properties span {
    font-weight: bold;
}

.tour-reservation__hotel-link a {
    color: #05729b;
}

.tour-reservation__hotel-select button {
    background-color: #ffc219;
    color: #fff;
    outline: none;
    border: none;
    border-radius: 4px;
    height: 30px;
    width: 110px;
    cursor: pointer;
}

.tour-reservation__hotel-select span {
    color: #000;
    outline: none;
    border: 1px solid #000;
    border-radius: 4px;
    height: 30px;
    width: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    position: relative;
}

.tour-reservation__hotel-select span:after {
    content: '';
    background: url(../../../../img/galka.png) center no-repeat;
    width: 20px;
    height: 19px;
    margin-left: 10px;
    position: absolute;
    left: 100%;
    top: 3px;
}

.tour-reservation__hotels.top .tour-reservation__hotel:last-child .tour-reservation__hotel-select span {
    color: #05729b;
    border: 1px solid #05729b;
}

.tour-reservation__hotels.top .tour-reservation__hotel:last-child .tour-reservation__hotel-select span:after {
    background: url(../../../../img/galka_blue.png);
}

.hotels-accommodation-warning {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    color: #05729b;
    margin-bottom: 50px;
    font-size: 19px;
}

.tour-reservation__link-agreement {
    margin-bottom: 20px;
}

.tour-reservation__link-agreement p {
    margin-bottom: 10px;
}

.tour-reservation__passport-agreement .highlight,
.tour-reservation__link-agreement .highlight {
    color: #05729b;
    font-weight: bold;
}

.tour-reservation__passport-agreement.single {
    padding-top: 20px;
    border-top: 1px solid #c5c5c5;
}

.tour-reservation__passport-agreement p {
    margin-bottom: 10px;
}

.tour-reservation__passport-agreement {
    padding-bottom: 10px;
}

.link_agreement_warning {
    background-color: #fff799;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 15px;
    border-bottom: 0;
}

@media (max-width: 1199px) {
    .tour-reservation__tourist-fields {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 991px) {
    .tour-reservation__hotels {
        grid-template-columns: 1fr;
        grid-gap: 10px;
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .tour-reservation__hotel {
        grid-template-columns: 125px 1fr;
        justify-items: flex-start;
        grid-gap: 20px;
        margin-bottom: 20px;
    }
    .tour-reservation__hotel-select {
        grid-column: 1 / 3;
        width: 100%;
        justify-content: center;
    }
    .tour-reservation__header {
        flex-direction: column;
    }
    .tour-reservation__image {
        margin-right: 0;
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
    }
    .tour-reservation__fields {
        grid-template-columns: 1fr;
    }
    .tour-reservation__tourist-fields {
        grid-template-columns: repeat(2, 1fr);
    }
    .tour-reservation__body form textarea {
        width: 100%;
    }
    .page__tour-reservation h1 {
        text-align: center;
    }
    .tour-reservation__body form .half {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .tour-reservation__row {
        grid-template-columns: 1fr;
    }
    .tour-reservation__price {
        grid-template-columns: 1fr;
    }
}