.club {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.club .club__right {
    width: calc(100% - 20% - 5px);
    padding: 15px;
    background-color: #eeeeee;
    border-radius: 5px;
    -webkit-box-flex: 22;
    -ms-flex-positive: 22;
    flex-grow: 22;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.club .club__left {
    background-color: #eeeeee;
    padding: 15px;
    border-radius: 5px;
    margin-right: 10px;
    width: calc(20% - 10px);
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.club .club__inline {
    display: inline-block;
    vertical-align: middle;
}

.club .club__icon + .club__inline {
    width: calc(100% - 45px);
    padding-left: 10px;
}

.club__num20 + div {
    margin-top: 3px;
}

.club__num20 {
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    line-height: 20px;
}

.club .club__icon + .club__inline .fa-map-marker-alt {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    margin-right: 3px;
}

.club .club__icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 2px;
    font-size: 25px;
    color: #ffffff;
    background: #cccccc;
}

.club .club__ttl {
    font-size: 16px;
    display: block;
    margin-bottom: 15px;
}

.club .club__bottom .bth__btn {
    margin-top: 15px;
}

.club .club__bottom {
    margin-top: auto;
}

.club .club__left .bth__btn--28 {
    min-width: auto;
    width: 240px;
    padding: 0;
}

.club__menu-link::before {
    content: '\f111';
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 0;
    font-size: 5px;
    top: 7px;
}

.club__bb {
    color: #475669;
    background: #ffffff;
    display: block;
    padding: 10px 5px 10px 10px;
    margin-bottom: 10px;
    border-radius: 5px;
}

.club__menu-link {
    padding-left: 17px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    color: #318cc6;
    position: relative;
    display: block;
    margin-bottom: 10px;
}


.club.club--orange > * {
    background-color: #f8e4d5;
}

.club.club--red > * {
    background-color: #e6c9c6;
}

.club.club--green > * {
    background-color: #c2dbcb;
}

.club.club--blue > * {
    background-color: #d0dce3;
}


.club.club--orange .club__bb:hover .club__icon {
    background-color: #e27200;
}

.club.club--red .club__bb:hover .club__icon {
    background-color: #c83831;
}

.club.club--green .club__bb:hover .club__icon {
    background-color: #008543;
}

.club.club--blue .club__bb:hover .club__icon {
    background-color: #215f86;
}


.traveller {
    background: #fff;
    border-radius: 5px;
    height: 167px;
    padding: 10px;
    text-transform: uppercase;
    width: calc(33.3% - 10px);
}

.travellers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.traveller .traveller__col:nth-child(2) {
    width: calc(100% - 125px);
    padding-left: 10px;
}

.traveller__col a {
    color: #475669;
}

.traveller .traveller__col {
    display: inline-block;
    vertical-align: top;
}

.traveller .traveller__ttl {
    font-size: 11px;
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
}

.traveller .traveller__date {
    color: #666;
    font-size: 10px;
    margin-bottom: 10px;
}

.traveller .traveller__cup {
    padding-left: 36px;
    background: url(https://tophotels.ru/i/tophotels/icon-club-cup-1.png) left 3px/28px no-repeat;
}

.traveller .traveller__location {
    font-size: 13px;
    max-width: 200px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.traveller .traveller__name {
    font-size: 16px;
    font-weight: bold;
}

.club__collections {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #fff;
    border-radius: 5px;
    padding: 5px 5px 2px 5px;
}

.club__collection img {
    position: absolute;
    border-radius: 3px;
    top: 0;
    left: 0;
    z-index: 1;
}

.club__collection::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 3px;
    -webkit-transition: background .15s;
    -o-transition: background .15s;
    transition: background .15s;
}

.club__collection {
    position: relative;
    font-size: 14px;
    text-decoration: none;
    color: #ffffff;
    height: 190px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 3px;
    width: calc(33.3% - 3px);
    margin-bottom: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.club__collection-price {
    font-size: 18px;
    position: relative;
    z-index: 3;
}

.club__collection-name {
    margin-bottom: 10px;
    position: relative;
    z-index: 3;
    font-size: 29px;
    font-weight: bold;
}

@media screen and (max-width: 1400px) {
    .club__num20 + div.fz12 {
        font-size: 10px !important;
    }
}

@media screen and (max-width: 1399px) {
    .club .club__right, .club .club__left {
        width: 100%;
        display: block;
        margin-bottom: 10px;
    }

    .club .club__bb {
        display: inline-block;
        vertical-align: middle;
        padding-right: 15px;
        margin: 0 5px 5px 0;
    }

    .club__num20 + div.fz12 {
        white-space: nowrap;
    }

    .club__menu-link {
        display: inline-block;
        vertical-align: middle;
        margin-right: 20px;
    }

    .club .club__bottom .super-grey {
        margin-bottom: 0 !important;
    }

    .club {
        display: block;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 1023px) {
    .travellers .traveller {
        width: 300px;
        display: inline-block;
        vertical-align: top;
        margin-right: 5px;
        height: auto;
    }

    .club .club__bottom .bth__btn--160:not(:first-child) {
        width: auto;
    }

    .club .club__icon + .club__inline {
        width: auto;
        padding: 0;
    }

    .club .club__icon {
        display: none;
    }

    .club__collection-name {
        font-size: 20px;
    }

    .traveller .traveller__cup {
        padding-left: 0;
        background: transparent;
    }

    .traveller .traveller__cup .traveller__name {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        overflow: hidden;
        -webkit-box-orient: vertical;
    }

    .traveller .traveller__name {
        font-size: 14px;
    }

    .traveller .traveller__col:nth-child(2) {
        white-space: normal;
    }

    .traveller .traveller__location {
        font-size: 10px;
    }

    .travellers {
        white-space: nowrap;
        overflow: auto;
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .travellers {
        display: block;
        white-space: normal;
        overflow: auto;
    }

    .travellers .traveller:not(:last-child) {
        margin-bottom: 10px;
    }

    .travellers .traveller .bth__ava-120 {
        width: 95px;
        height: 95px;
    }

    .travellers .traveller {
        width: 100%;
        height: auto;
    }

    .club__collection {
        width: calc(50% - 2px);
    }

    .club__num20 + div {
        margin-top: 5px;
    }
}

@media screen and (max-width: 423px) {
    .club__collection {
        width: 100%;
    }

    .travellers .traveller .bth__ava-120 {
        width: 70px;
        height: 70px;
    }

    .traveller {
        position: relative;
    }

    .traveller .traveller__col:nth-child(2) {
        width: calc(100% - 75px);
        padding-left: 5px;
    }

    .club .club__icon + .club__inline {
        width: calc(100% - 45px);
        padding-left: 10px;
    }

    .traveller.traveller--leaders {
        padding-top: 35px;
    }

    .traveller.traveller--leaders .traveller__ttl {
        position: absolute;
        top: 0;
        margin: 0;
        left: 0;
        padding: 10px;
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }

    .club .club__icon {
        display: inline-block;
    }

    .club .club__bottom .bth__btn {
        padding: 0;
    }

    .bth__btn.bth__btn--lower.pr40.pl40 {
        padding: 7px 0 !important;
    }

    .club .club__right, .club .club__left {
        padding: 10px;
    }

    .club__collection {
        height: 160px;
    }

    .club .club__bb {
        width: 100%;
    }
}