/* tc(tlum-club) - Основные*/
.v2__tlum-club {
    background-color: #f2f2f2;
}
.v2__tlum-club .off-screen-nav__site-wrap {
    background-color: #f2f2f2;
}
.v2__tlum-club .footer__content-box {
    background-color: #fff;
}

.v2__tlum-club .off-screen-nav__container {
    background-color: #f2f2f2;
}

.v2__tlum-club_items,
.v2__tlum-club_main-blocks {
    display: flex;
    flex-direction: row;

    margin-bottom: 16px;

    justify-content: space-between;
    flex-wrap: wrap;

}

.v2__tlum-club_main-blocks {
    flex-direction: row;

    margin-top: 20px;

    flex-wrap: wrap;
}

.tc__item-top,
.v2__tlum-club_item,
.v2__tlum-club_item-top {
    position: relative;

    width: 100%;
}

.v2__tlum-club_main-block-tree,
.v2__tlum-club_main-block-tree-with-mobile {
    position: relative;

    width: 100%;
}

.v2__tlum-club_item-top,
.v2__tlum-club_item {
    margin-top: 10px;
}

.v2__tlum-club_calendar-birthday-container {
    height: 381px;
    padding: 16px 20px;

    background-color: #fff;
}

.v2__tlum-club_recommendations__header-link,
.v2__tlum-club_recommendations__header-no-link{
    display: block;

    padding: 16px 8px 8px 0;

    text-transform: uppercase;

    color: #35b6de;

    font-size: 24px;
    font-weight: bold;
}

.v2__tlum-club .event_count > span {
    display: block;
    overflow: hidden;

    width: 40px;

    text-overflow: ellipsis;
}

.v2__tlum-club .birthday-icon:before {
    z-index: 111;
    top: 5px;
    right: 1px;

    width: 18px;
    height: 18px;
}

.v2__tlum-club_recommendations__header-link:after {
    display: inline-block;

    width: 24px;
    height: 24px;

    content: '';
    vertical-align: middle;

    background-image: url('/assets/website/svg/arrow_blue_right.svg');
    background-repeat: no-repeat;
    background-size: 20px;
}

.v2__tlum-club_orange-btn {
    display: block;

    width: 100%;
    margin-top: 8px;
    padding: 20px;

    text-align: center;
    text-transform: uppercase;

    color: #fff;
    background-color: #fa0;

    font-size: 18px;
}

.v2__tlum-club_show-more_btn {
    display: block;

    text-align: center;
    text-transform: uppercase;

    color: #000;

    font-weight: bold;
}

.v2__tlum-club_club-event_teaser {
    height: 380px;
    padding: 16px 20px;

    background-color: #fff;
}

.v2__tlum-club_main-block {
    margin-top: 30px;
}

/* main__profile - профиль*/
.v2__tlum-club_profile,
.v2__tlum-club_wishlists{
    height: 245px;

    background-color: #fff;
}

.v2__tlum-club_profile-main {
    padding: 21px 18px;
}



.v2__tc_container-2-col,
.v2__tc_main__profile-2-col,
.v2__tc_main__profile-2-col-first,
.v2__tlum-club_items-row
{
    display: flex;

    margin: 5px 0;
}

.v2__tlum-club_items-row-first {
    display: flex;
}

.v2__tlum-club_items-row-first {
    margin-top: 0;
    margin-bottom: 15px;
}

.v2__tlum-club_profile-image {
    width: 61px;
    height: 61px;
    margin-right: 18px;

    border-radius: 5px;
    background-image: url('/assets/website/svg/no_avatar.svg');
    background-position: center;
    background-size: cover;

    flex-shrink: 0;
    flex-grow: 0;
}

.v2__tlum-club_profile-name {
    overflow: hidden;

    width: 100%;
    height: 70px;

    text-transform: uppercase;

    font-size: 24px;
    font-weight: 700;
}

.v2__tlum-club_profile-title {
    color: #7a8591;

    font-size: 14px;
}

.v2__tlum-club_profile-title-pro {
    overflow: hidden;

    max-width: 170px;
    margin-left: 15px;

    text-overflow: ellipsis;

    font-size: 14px;

    flex-grow: 0;
    flex-shrink: 0;
}

/*ch - мои дети*/
.v2__tlum-club_children_item {
    padding: 18px 18px 7px 18px;

    background-color: #fff;

}

.v2__tlum-club_children_item-delete:hover {
    background-image: url('/assets/website/images/ico_close_hover.png');
}

.v2__tlum-club_children_item-delete:hover .tiptip {
    display: block;

    width: 64px;
}

.v2__tlum-club_children_item-edit:hover {
    background-image: url('/assets/website/svg/edit_profile_halo.svg');
}

.v2__tlum-club_children_item-edit:hover .tiptip {
    display: block;

    width: 105px;
}

.v2__tlum-club_children_item-name-container {
    width: 100%;
}

.v2__tlum-club_children_item-image {
    width: 61px;
    height: 61px;
    margin-right: 18px;

    border-radius: 5px;
    background-image: url('/assets/website/svg/no_avatar.svg');
    background-position: center;
    background-size: cover;

    flex-shrink: 0;
    flex-grow: 0;
}

.v2__tlum-club_children_item-name {
    overflow: hidden;

    width: 100%;
    height: 16px;
    margin-right: 15px;

    font-size: 18px;
    font-weight: 700;
    line-height: 16px;
}

.v2__tlum-club_children_item-age {
    color: #7a8591;

    font-size: 14px;
    font-weight: 100;
}

.v2__tlum-club_children_items,
.v2__tlum-club_wishlists_items {
    display: flex;
    flex-direction: column;

    height: 245px;

    justify-content: space-between;
}


.v2__tlum-club_children_item-sources {
    display: flex;
    flex-direction: column;

    width: 22px;

    justify-content: space-around;
}

.v2__tlum-club_children_item-edit {
    width: 22px;
    height: 22px;

    background-image: url('/assets/website/svg/edit_profile.svg');
    background-repeat: no-repeat;
}

.v2__tlum-club_children_item-recommended {
    display: block;

    margin-top: 10px;

    text-transform: uppercase;

    color: #35b6de;

    font-size: 12px;
    font-weight: 700;
}

.v2__tlum-club_children_item-delete {
    display: block;

    width: 15px;
    height: 15px;

    background-image: url('/assets/website/images/ico_close.png');
    background-repeat: no-repeat;
    background-size: contain;
}

.v2__tlum-club_wishlists_item_button-edit:hover .tiptip {
    left: -64px;

    display: block;

    width: 105px;
}

.v2__tlum-club_wishlists_item_button-edit .tiptip:before {
    right: 13px;
    left: auto;
}

.v2__tlum-club_wishlists_item_button-delete:hover .tiptip {
    left: -19px;

    display: block;

    width: 60px;
}

.v2__tlum-club_wishlists_item_button-delete .tiptip:before {
    right: 13px;
    left: auto;
}

/*
mw - списки подарков
 */
.v2__tlum-club_wishlists_item-image {
    display: block;

    width: 80px;
    height: 80px;
    margin-right: 18px;

    background-size: cover;

    flex-shrink: 0;
    flex-grow: 0;
}

.v2__tlum-club_wishlists_item_button-edit {
    position: absolute;
    top: 0;
    right: 0;

    display: block;

    width: 40px;
    height: 40px;

    cursor: pointer;

    background-image: url('/assets/website/svg/v2/ic_edit_w.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 45px 60px;

    flex-shrink: 0;
    flex-grow: 0;
}

.v2__tlum-club_wishlists_item_button-delete {
    position: absolute;
    top: 40px;
    right: 0;

    display: block;

    width: 40px;
    height: 40px;

    cursor: pointer;

    background-image: url('/assets/website/svg/ic_delete.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 45px 60px;

    flex-shrink: 0;
    flex-grow: 0;
}

.v2__tlum-club_wishlists_item {
    position: relative;

    display: flex;

    width: 100%;
    padding: 21px 42px 17px 18px;

    background-color: #fff;

}

.v2__tlum-club_wishlists_item-text_title {
    display: block;
    overflow: hidden;

    max-height: 32px;

    text-transform: uppercase;
    text-overflow: ellipsis;

    color: #333;

    font-weight: bold;
    line-height: 1;
}

.v2__tlum-club_wishlists_item-text_title-count {
    color: #9aa2aa;

    font-weight: normal;
}

.v2__tlum-club_wishlists_empty {
    height: 100%;
    margin: 0 40px;
    padding-top: 130px;

    text-align: center;

    color: #7a8591;
    background-image: url('/assets/website/svg/v2/present.svg');
    background-repeat: no-repeat;
    background-position: center 40px;
    background-size: 65px;
}

.v2__tlum-club_children-empty {
    height: 100%;
    margin: 0 40px;
    padding-top: 130px;

    text-align: center;

    color: #7a8591;
    background-image: url('/assets/website/svg/v2/ico_child_all.svg');
    background-repeat: no-repeat;
    background-position: center 20px;
    background-size: 100px;
}

/*mr - мои рекомендации*/
.v2__tlum-club_recommendations-container {
    display: flex;
    overflow: auto;

    width: auto;

    justify-content: space-between;
}

.v2__tlum-club .product-card-item__container {
    width: 181px;
    margin-right: 10px;

    flex-shrink: 0;
    flex-grow: 0;
}

.v2__tlum-club .product-card-item__box {
    margin-right: 0;
    margin-left: 0;
}

/*c - календарь*/
.v2__tlum-club_calendar_container {
    height: 307px;
    padding: 10px;

    background-color: #fff;
}

.v2__tlum-club_calendar-birthday-title {
    margin-bottom: 20px;

    font-size: 18px;
    font-weight: bold;
}

.v2__tlum-club .thumbnail {
    border-radius: 5px;
}

.v2__tlum-club_calendar-birthday-link {
    display: block;

    height: 175px;
    margin-bottom: 15px;

    background-position: center;
    background-size: cover;
}

.v2__tlum-club_calendar-birthday-image {
    font-size: 14px;
}

.v2__tlum-club .thumbnail img {
    height: 175px;

    border-radius: 5px;
}

.v2__tlum-club .calendar-day {
    width: 39px;
    height: 39px;
}

.v2__tlum-club .calendar-month {
    font-size: 16px;
}

.v2__tlum-club .calendar-header {
    margin-bottom: 15px;
}

.v2__tlum-club .calendar {
    width: 100%;
    margin: 5px auto 10px;
}

.v2__tlum-club .clndr_row:last-child {
    display: none;
}

.v2__tlum-club .days_of_week {
    margin-bottom: 0;
}

.v2__tlum-club_calendar_container-empty {
    height: 307px;
    padding: 180px 20px 0 20px;
    padding-top: 160px;

    text-align: center;

    color: #7a8591;
    background-color: #fff;
    background-image: url('/assets/website/svg/calendar.svg');
    background-repeat: no-repeat;
    background-position: center 70px;
    background-size: 55px;
}

/*promotion*/
.v2__tlum-club_card-title {
    display: block;
    overflow: hidden;

    height: 25px;
    margin: 8px 0;

    white-space: nowrap;
    text-transform: uppercase;
    text-overflow: ellipsis;

    color: #333;

    font-size: 18px;
    font-weight: bold;
}

.v2__tlum-club_card-image {
    display: block;

    height: 175px;

    border-radius: 5px;
    background-position: center center;
    background-size: cover;
}

.v2__tc_pm_type {
    display: inline-block;
}

.v2__tc_pm_city {
    display: inline-block;
}

.v2__tlum-club_card-region-container {
    display: flex;

    margin: 12px 0 0 0;
}

.v2__tlum-club_card-type {
    margin-right: 20px;
}

.v2__tlum-club_card-region-city {
    font-size: 14px;
    line-height: 24px;
}

.v2__tlum-club_card-full-text {
    overflow: hidden;

    height: 60px;

    color: #7a8591;

    font-size: 14px;
}

.v2__tlum-club .day {
    width: 15px;
    height: 15px;

    font-size: 12px;
    line-height: 15px;
}

.v2__tlum-club_profile-main__no-auth-box {
    position: relative;

    height: 100%;
}

.v2__tlum-club_preview-text {
    width: 100%;

    text-align: center;

    color: #35b6de;

    font-weight: 700;

    flex-shrink: 0;
    flex-grow: 0;
}

.v2__tlum-club_profile-main__no-auth-img {
    height: 190px;

    background-image: url('/assets/website/images/tlum_panda2.png');
    background-repeat: no-repeat;
    background-position: center 25px;
    background-size: 160px;
}

.v2__tlum-club_profile-main__no-auth-text {
    margin-top: 15px;

    text-align: center;

    color: #7a8591;
}

.v2__tlum-club_preview-box {
    display: flex;
    flex-direction: column;

    padding: 15px;

    background-color: #fff;
}

.v2__tlum-club_preview-img {
    width: 100%;
    height: 50px;
    margin: 16px 15px 16px 0;

    background-image: url('/assets/website/svg/tlum_logo.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;

    flex-grow: 0;
    flex-shrink: 0;
}

@media screen and (min-width: 530px) {
    .v2__tlum-club_preview-img {
        width: 40%;
        height: auto;
        margin: 0 10px 0 0;
    }
    
    .v2__tlum-club_preview-box {
        flex-direction: row;
    }

    .v2__tlum-club_preview-text {
        width: 60%;

        text-align: left;
    }

    .v2__tlum-club_item-top,
    .v2__tlum-club_item {
        position: relative;

        width: 49%;
    }

    .v2__tlum-club_item {
        margin-top: 0;
    }

    .v2__tlum-club_main-block-tree {
        position: relative;

        width: 49%;
    }

    .v2__tlum-club_main-block-tree-with-mobile {
        width: 100%;
    }

    .v2__tlum-club_item-top {
        margin-top: 58px;
    }

    .v2__tlum-club_wishlists_items {
        display: flex;
        flex-direction: row;

        height: 120px;

        justify-content: space-between;
    }

    .v2__tlum-club_wishlists_item {
        width: 49%;
    }

    .v2__tlum-club_items > div:nth-child(3) {
        display: none;
    }

    .v2__tlum-club .event_count {
        height: 20px;

        font-size: 14px;
        line-height: 22px;
    }

}

@media screen and (min-width: 900px) {
    .v2__tlum-club_main-block-tree,
    .v2__tlum-club_main-block-tree-with-mobile {
        position: relative;

        width: 32%;
    }

    .v2__tlum-club_wishlists_items {
        display: flex;
        flex-direction: column;

        height: 245px;

        justify-content: space-between;
    }

    .v2__tlum-club_item-top,
    .v2__tlum-club_item {
        position: relative;

        width: 304px;
    }

    .v2__tlum-club .product-card-item__container {
        width: 24%;
        margin-right: 0;
    }

    .v2__tlum-club_items-mini {
        width: 66%;
    }

    .v2__tlum-club_wishlists_item {
        width: 100%;
    }

    .v2__tlum-club_items > div:nth-child(3) {
        display: block;
    }

    .v2__tlum-club_preview-box {
        padding: 32px 15px;
    }

    .v2__tlum-club_preview-img {
        margin: 0;

        background-size: 300px;
    }

}