/**/

.collection-tbl tbody tr td {

    padding: 10px 7px;
}

.collection-tbl .collection-tbl__stars i {
    color: #ff8e41;
    font-size: 17px;
    margin-right: 5px;
}

.collection-tbl__price {
    font-weight: bold;
    font-size: 15px;
}

.collection-tbl__name {
    font-weight: bold;
    font-size: 15px;
    color: white;
}

.collection-tbl tbody tr:hover .collection-tbl__name {
    color: #318cc6;
}

.collection-tbl tr td .fa-search {
    font-size: 21px;
    color: #215f86;
}

.collection-tbl tr td {
    border-color: #DDDDDD;
}

.collection-tbl tr:last-of-type td {
    border-bottom: none;
    padding-bottom: 0;
}

.collection-tbl tr td:first-of-type {
    padding-left: 0;
    width: 70%;
}

.feed-tbl__check-wrap {
    background-color: #eaeaea;
    margin-top: 10px;
    padding: 10px 7px;
}

.feed-table-wrap .bth__ttl-h2 {

    display: block;
}

.feed-table-wrap > div:last-of-type {
    width: 100%;
}

.feed-table-wrap__medal {
    position: absolute;
    top: 15px;
    left: 15px;
    background-image: url("/i/medal-red-star.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 80px;

}

.feed-table-wrap tr td {
    color: white;
}

.feed-table-wrap .bth__img-200 {
    width: 248px;
    position: relative;
}

.feed-table-wrap {
    text-align: left;
    background-image: url(/images/tophotels/spa-punta-cana/spa-punta-cana1.jpg);
    background-size: cover;
    padding: 15px;
    border-radius: 2px;
    width: 80%;
    position: relative;
    z-index: 1;
}

.popup-wrap__tbl-wrap2 .collection-tbl tr td .collection-tbl__price {
    color: #475669;
}

.popup-wrap__tbl-wrap2 .collection-tbl__name {
    color: #475669;
}

.popup-wrap__tbl-wrap2 .feed-tbl__check-wrap .bth__cnt {
    color: white;
}

.popup-wrap__tbl-wrap2 .feed-tbl__check-wrap {
    background-color: #318cc6;
}

.popup-wrap__tbl-wrap2 .feed-table-wrap::after {
    display: none;
}

.popup-wrap__tbl-wrap2 .feed-table-wrap tr td {
    border-color: #3e3e3e;
}

.popup-wrap__tbl-wrap2 .feed-table-wrap {
    background-image: none;
    padding: 0;
}

.popup-wrap__tbl-wrap2 {
    justify-content: start;
    padding-top: 60px;

}

.feed-table-wrap::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 2px;
    background-color: black;
    z-index: -1;
    opacity: 0.8;
}

.feed-tbl__check::after {
    content: '\f00c';
    position: absolute;
    left: 0;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.feed-tbl__check {
    position: relative;
    margin-left: 7px;
    padding-left: 17px;
}

.feed-table-wrap__abs-btn {
    position: absolute;
    bottom: 15px;
    width: 170px;
    left: 15px;
}

.feed-table-wrap__img {
    margin-right: 15px;
}

.feed-table-wrap--sm .feed-table-wrap__img .bth__img-200 {
    height: 200px;
}

.feed-table-wrap__txt {
    font-size: 15px;
    line-height: 25px;
    margin-top: 5px;
}

.collection-top {
    margin-bottom: 10px;
}

.collection-top.collection-top--border {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

/*ÐœÐ¸Ð½ Ñ†ÐµÐ½Ñ‹*/
.min-price-tbl .fa-star,
.price-city-tbl .fa-star {
    display: inline-block;
    margin-right: 2px;
    font-size: 14px;
    color: #e7ba06;
}

.min-price-tbl__top div {
    width: 303px;
}

.min-price-tbl__top {
    display: flex;
    padding-left: 178px;
}

.min-price-tbl table.bth__table tbody tr td:first-of-type {
    width: 182px;
}

.min-price-tbl table.bth__table tbody tr td:last-of-type,
.min-price-tbl table.bth__table thead tr th:last-of-type,
.price-city-tbl table.bth__table tbody tr td:last-of-type,
.price-city-tbl table.bth__table thead tr th:last-of-type {
    text-align: left;
}
.price-city-tbl tr th {   border-color: #3e3e3e;

}
.min-price-tbl table .uppercase {
    white-space: nowrap;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    max-width: 130px;
}

.min-price-tbl table tr td:not(:first-of-type) {
    width: 96px;
}

.min-price-tbl--full .min-price-tbl__top {
    padding-left: 0;
}

.min-price-tbl__price {
    padding: 8px 10px;
    height: 35px;
    display: inline-block;
    width: 100px;
    font-weight: bold;
    font-size: 17px;
    border-radius: 3px;
}

.min-price-tbl__price.min-price-tbl__price--green {
    background-color: #e5f6ed;
}

.min-price-tbl__price.min-price-tbl__price--red {
    background-color: #f9ebea;
}

.min-price-tbl__price.min-price-tbl__price--orange {
    background-color: #faf6e5;
}

.min-price-tbl__price.min-price-tbl__price--grey {
    background-color: #EEEEEE;
}

.price-city-tbl tr td:first-of-type {
    width: 300px;
}

@media screen and (max-width: 1024px) {
    .feed-table-wrap .bth__img-200 {
        width: 190px;
        position: absolute;
        height: 120px;
    }

    .feed-table-wrap__medal {
        display: none;
    }

    .bth__table-wrap table.collection-tbl {
        margin-top: 60px;
    }



    .feed-table-wrap__img {
        margin-right: 0;
    }

    .feed-table-wrap__img .feed-table-wrap__abs-btn {
        color: #475669;
        border-color: #475669;
        background-color: #ffffffab;
    }

    .feed-tbl__check-wrap .feed-tbl__check {
        margin-left: 0;
        margin-right: 10px;
    }

    .feed-table-wrap--sm .feed-table-wrap__img {
        margin-right: 15px;
    }

    .feed-table-wrap--sm .collection-top {
        margin-left: 0;
    }
}

@media screen and (max-width: 768px) {

    .feed-table-wrap .collection-tbl.bth__table tbody tr td:nth-child(3) {
        width: 120px;
    }

    .feed-table-wrap .collection-tbl.bth__table tbody tr td:nth-child(2) {
        padding-left: 0;
    }

    .feed-table-wrap .collection-tbl.bth__table tbody tr td:last-of-type {
        position: absolute;
        right: 0;
        top: 0;
    }

    .feed-table-wrap .collection-tbl.bth__table tbody tr td {
        display: inline-block;
        width: auto;
        border: none;
    }

    .feed-table-wrap .collection-tbl.bth__table tbody tr {
        position: relative;
    }

    .feed-table-wrap .collection-tbl.bth__table tbody tr:not(:last-of-type) {
        border-bottom: 1px solid #bcbcbc;
    }

    .feed-table-wrap .collection-tbl.bth__table tbody tr td:first-of-type {
        width: 100%;
        display: block;
        padding-bottom: 0;
        border: none;

    }

    .bth__table-wrap table.collection-tbl {
        margin-top: 25px;
    }

    .feed-table-wrap .bth__ttl-h2 {

        font-size: 17px;
    }

    .feed-tbl__check-wrap .feed-tbl__check {
        font-size: 13px;
    }

    .feed-tbl__check::after {
        font-size: 10px;
        top: 1px;
    }

    .feed-tbl__check-wrap {
        padding-bottom: 5px;
    }
}

@media screen and (max-width: 730px) {
    .collection-top {
        margin-left: 0;
    }

    .feed-table-wrap .bth__img-200,
    .feed-table-wrap .bth__img-190 {
        position: static;
        height: 200px;
        width: 100%;
    }

    .feed-table-wrap--sm .feed-table-wrap__img {
        margin-right: 0;
    }

    .feed-table-wrap {
        flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
    }

    .feed-table-wrap__img {
        margin-top: 10px;
        padding-top: 10px;
        order: 2;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 2;
        -ms-flex-order: 2;
        border-top: 1px solid #bcbcbc;
    }

    .feed-table-wrap .collection-tbl.bth__table tbody tr td:last-of-type {

        top: auto;
        bottom: 0;
    }

    .collection-tbl tr td .fa-search {
        font-size: 17px;
    }

    .collection-tbl__name {
        font-size: 14px;
    }

    .bth__table-wrap table.collection-tbl {
        margin-top: 0;
    }

    .feed-tbl__check-wrap .feed-tbl__check {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 5px;
        width: 49%;
        display: inline-block;
    }

    .feed-table-wrap__abs-btn {
        position: static;
        width: 257px;
        margin-top: 25px;
    }

    .feed-table-wrap {

        padding-bottom: 30px;
    }

    .feed-table-wrap .feed-table-wrap--sm {
        padding-bottom: 15px;
    }
}