.loyalties {
    display: flex;
    justify-content: space-between;
}

.loyalties .loyalty.disabled .loyalty__icon {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    color: #999999 !important;
}

.loyalties .loyalty .loyalty__icon {
    width: 180px;
    text-align: center;
    height: 100px;
    border-radius: 5px;
    background: #ffffff center/50px no-repeat;
    display: block;
    position: relative;
}

.loyalties .loyalty .loyalty__txt {
    position: absolute;
    left: 25px;
    font-size: 8px;
    color: #999999;
    top: 97px;
}

.loyalties .loyalty .bth__btn {
    width: 180px;
}

.loyalties .loyalty .loyalty__icon.loyalty__icon--heart {
    background-image: url(/i/heart-50.png);
}

.loyalties .loyalty .loyalty__icon.fas {
    font-size: 55px;
    line-height: 100px;
}

.loyalties .loyalty .loyalty__icon.fa-check {
    color: #00a551;
}

.loyalties .loyalty .loyalty__icon.loyalty__icon--pro {
    background-image: url(/i/pro-gold.svg);
}

.loyalties .loyalty .loyalty__icon.loyalty__icon--married {
    background-image: url(/i/married.png);
}

.loyalties .loyalty .loyalty__icon.loyalty__icon--cake {
    background-image: url(/i/cake-50.png);
}

.loyalties .loyalty .bth__ttl-h3 {
    margin: 15px 0;
}

.loyalties .loyalty {
    background: #eeeeee;
    width: calc(20% - 10px);
    padding: 15px;
    position: relative;
}

.tour-selection-wrap .tour-selection-wrap-flex-grow > * {
    flex-grow: 1;
}

.loyalties .loyalty.disabled .loyalty__icon.fa-check::before {
    content: '\f00d';
    color: #999999;
}

@media screen and (max-width: 1440px) {
    .tour-selection-wrap.loyalty-form .tour-selection-wrap-flex-grow .tour-selection-field:first-of-type {
        width: 100%;
    }

    .tour-selection-wrap.loyalty-form .tour-selection-wrap-flex-grow {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 1315px) {
    .loyalties .loyalty .bth__ttl-h3 {
        font-size: 14px;
    }

    .special-list-tbl .lsfw-fill-tbl__150 {
        width: 100px;
    }

    .loyalties .loyalty .bth__btn {
        width: 100%;
        padding: 0;
    }

    .loyalties .loyalty .loyalty__icon {
        width: 100%;
    }

    .loyalties .loyalty {
        width: calc(20% - 5px);
    }
}

@media screen and (max-width: 1023px) {
    .special-list-tbl tr th:first-of-type, .special-list-tbl tr td:first-of-type {
        display: none;
    }

    .special-list-tbl .lsfw-fill-tbl__150 {
        width: 90px;
    }

    .loyalties {
        flex-direction: column;
    }

    .loyalties .loyalty:not(:last-child) {
        margin-bottom: 10px;
    }

    .loyalties .loyalty {
        width: 100%;
        align-items: center;
        display: flex;
    }

    .loyalties .loyalty .bth__btn {
        width: 200px;
        margin-left: auto;
    }

    .loyalties .loyalty .bth__ttl-h3 {
        margin: 0;
        font-size: 16px;
        line-height: 28px;
    }

    .tour-selection-wrap.loyalty-form .tour-selection-wrap-flex:not(.tour-selection-wrap-flex-grow) > * {
        width: 50%;
    }

    .tour-selection-wrap.loyalty-form .tour-selection-wrap-flex:not(.tour-selection-wrap-flex-grow) {
        flex-wrap: wrap;
    }

    .tour-selection-wrap.loyalty-form .bth__inp-lbl {
        font-size: 11px;
    }

    .loyalties .loyalty .loyalty__icon {
        width: 145px;
        height: 70px;
        margin-right: 20px;
    }

    .loyalties .loyalty .loyalty__icon.fas {
        font-size: 50px;
        line-height: 70px;
    }

    .loyalties .loyalty .loyalty__txt {
        left: 25px;
        font-size: 6px;
        color: #999999;
        top: 21px;
    }
}

@media screen and (max-width: 767px) {
    .loyalties .loyalty .loyalty__icon {
        width: 125px;
        position: absolute;
        left: 10px;
        top: 10px;
        height: 85px;
    }

    .loyalties .loyalty .bth__btn {
        width: 145px !important;
        font-size: 11px;
    }

    .loyalties .loyalty .bth__ttl-h3 {
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 23px;
    }

    .loyalties .loyalty {
        display: block;
        width: 100%;
        padding: 10px 10px 10px 155px;
    }

    .loyalties .loyalty .loyalty__icon.fas {
        font-size: 45px;
        line-height: 85px;
    }

    .loyalties .loyalty:not(:last-child) {
        margin-bottom: 5px;
    }

    .loyalties .loyalty .loyalty__txt {
        left: 17px;
        top: 17px;
    }

    .special-list-tbl tr td:nth-child(3)::before {
        content: 'Подписчик отеля';
    }

    .special-list-tbl tr td:nth-child(4)::before {
        content: 'Активный подписчик';
    }

    .special-list-tbl tr td:nth-child(5)::before {
        content: 'Друг отеля';
    }

    .special-list-tbl tr td:nth-child(6)::before {
        content: 'Постоянный гость';
    }

    .special-list-tbl tr td:nth-child(7)::before {
        content: 'Почетный гость';
    }

    .special-list-tbl tr td:nth-child(odd) {
        background: rgba(255, 255, 255, 0.31);
    }

    .special-list-tbl.lsfw-fill-tbl .lsfw-fill-tbl__bubble-white {
        font-size: 13px !important;
    }

    .special-list-tbl tr td {
        width: 100%;
    }

    .special-list-tbl.lsfw-fill-tbl tbody tr {
        padding-bottom: 0;
    }

    .special-list-tbl tr td::before {
        font-size: 10px;
        width: 150px;
        display: inline-block;
        vertical-align: middle;
    }
}

@media screen and (max-width: 374px) {
    .loyalties .loyalty {
        padding-left: 135px;
    }

    .loyalties .loyalty .loyalty__icon {
        width: 110px;
    }
}

@media screen and (max-width: 359px) {
    .loyalties .loyalty {
        padding-left: 110px;
    }

    .loyalties .loyalty .loyalty__icon {
        width: 85px;
    }
}