.price_item * {
    color: #75685d;
    font-weight: normal;
    font-style: italic;
    text-decoration: none;
}

.price_item .tl-room-price {
    font-weight: bold;
}

#tl-popover-content {
    opacity: 0;
    max-width: 1004px;
    width: 100%;
    padding: 25px 34px 35px;
    border: 1px solid rgba(235, 235, 235, 0.10);
    background: #FFF;
}

.tl-popover.tl-popover_shown #tl-popover-content {
    opacity: 1;
}

.advantages-header {
    font-family: PT Serif, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    text-transform: uppercase;
    color: #52452C;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #BF9D69;
}

.advantages-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    box-sizing: border-box;
    flex-wrap: wrap;
}

.advantages-column {
    flex: 1 1 50%;
}

.advantages-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.advantages-item:not(:last-child) {
    margin-bottom: 19px;
}

.advantages-item__icon {
    display: inline-block;
    width: 30px;
    margin-right: 13px;
    text-align: center;
    flex-shrink: 0;
}

.advantages-item__text {
    display: inline-block;
    padding-right: 10px;

    font-style: normal;
    font-size: 14px;
    line-height: normal;
    color: #666666;
}

.advantages-item__title {
    font-family: PT Serif, sans-serif;
    font-weight: 700;
    margin-bottom: 15px;
}
.advantages-item__description {
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
}

@media (max-width: 1024px) {
    .tl-popover.tl-popover_shown #tl-popover-content {
        opacity: 0;
        display: none;
    }
}