/* /css/b-tape-block.css */

.periods-blocks .tape-cont-photos {
    margin-left: unset;
}

/* /css/pages/club/club-tape.css */
.content-banner.content-banner_test {
    background: url("/i/tophotels/club-survey-banner.jpg") no-repeat center;
    background-size: cover;
}

.tape-cont-h-line {
    margin: 15px 0;
    border-top: 1px solid #f1f1f1;
}

.club__status {
    height: 39px;
    width: 33px;
    font-family: 'apercu_pro', sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
    margin: auto;
    text-align: center;
}

.club__status--round {
    border-radius: 50%;
    border: 3px solid #999;
    height: 30px !important;
    width: 30px !important;
    padding: 0;
    margin: 0 0 0 25px;
    color: #999999;
}

.club__status--bronze {
    padding: 0;
    margin: 0 0 0 25px;
    background: url(/i/pos_bronze_v2.png) no-repeat;
    color: #E68E6F;
}

.club__status--silver {
    padding: 0;
    margin: 0 0 0 25px;
    background: url(/i/pos_gray_v2.png) no-repeat;
    color: #B3B3B3;
}

.club__status--gold {
    padding: 0;
    margin: 0 0 0 25px;
    background: url(/i/pos_gold_v2.png) no-repeat;
    color: #EEBC48;
}

.club__status--round  .club__status-cnt {
    margin-top:-2px;
}

.tape-block__right {
    position: absolute;
    right: 15px;
}