.wishlist-page,
.wishlist-page .off-screen-nav__container {
    background: #f2f2f2;
}

.wishlist-page .main_wrapper {
    border-right: #f2f2f2;
    border-left: #f2f2f2;
    background: #f2f2f2;
}

.wishlist-page .main_wrapper {
    width: 100%;
    margin: 30px 0 0 0;
}

.wishlist-page .main {
    width: 100%;
    margin-bottom: 15px;
    margin-left: 0;
}

.wishlist-page .content_box {
    padding: 0;
}

.wishlist__back-button:before {
    display: inline-block;

    width: 24px;
    height: 32px;

    content: '';
    transform: rotate(-180deg);
    vertical-align: middle;

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

.wishlist__back-button {
    display: block;

    margin-bottom: 10px;

    letter-spacing: 1px;
    text-transform: uppercase;

    color: #35b6de;

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

.wishlist__header {
    background-color: #fff;
}

.wishlist__header__container {
    position: relative;

    display: flex;
}

.wishlist__header__image {
    min-width: 80px;
    height: 80px;
    margin: 20px 15px 55px 15px;

    background-repeat: no-repeat;
    background-position: 0;
    background-size: cover;
}

.wishlist__header__image-reservation {
    min-width: 80px;
    height: 80px;
    margin: 20px 15px 55px 15px;

    background-image: url('/assets/website/svg/reservation_green.svg');
    background-repeat: no-repeat;
    background-position: -4px;
    background-size: 90px;
}

.wishlist__header__title {
    overflow: hidden;

    width: 100%;
    height: 54px;
    margin: 15px 15px 20px 0;

    text-transform: uppercase;

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

    flex-grow: 1;
}

.wishlist__social__container {
    position: absolute;
    top: 110px;
    left: 15px;
}

.wishlist__header__buttons {
    display: flex;
    flex-direction: column;

    flex-shrink: 0;
}

.wishlist__header__buttons__del,
.wishlist__header__buttons__add,
.wishlist__header__buttons__edit{
    width: 2em;
    height: 2em;

    cursor: pointer;

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

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

.wishlist__header__buttons__del {
    background-image: url('/assets/website/svg/ic_delete.svg');
}

.wishlist__header__buttons__edit {
    background-image: url('/assets/website/svg/v2/ic_edit_w.svg');
}

.wishlist__header__buttons__add:hover .tiptip {
    display: block;

    width: 126px;
}

.wishlist__header__buttons__edit:hover .tiptip {
    display: block;

    width: 105px;
}

.wishlist-item:first-child {
    margin: 20px 0 0 0;
}

.wishlist-item {
    display: flex;

    margin: 15px 0 0 0;

    background-color: #fff;
}

.wishlist-item__image {
    display: block;

    min-width: 80px;
    height: 80px;
    margin: 20px 15px;

    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.wishlist-item__description {
    width: 100%;
    margin: 20px 15px 9px 0;

    flex-grow: 1;
}

.wishlist-item__title {
    display: block;

    height: 34px;
    margin-bottom: 12px;

    color: #333;

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

.wishlist-item__category {
    padding-left: 20px;

    background-image: url('/assets/website/svg/ico_category.svg');
    background-repeat: no-repeat;
    background-size: 1em;
}

.wishlist-item__category,.wishlist-item__rate {
    color: #838a9d;

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

.wishlist-item__rate-container {
    display: flex;

    justify-content: space-around;
}

.wishlist-item__rate {
    width: 100%;
    margin-top: 4px;

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

.wishlist-item__rate-container .product-card-item__available-icon {
    background-size: 32px 32px;
}

.wishlist-item__available {
    position: absolute;
    top: 85px;
    left: -50px;

    width: 32px;
    height: 32px;
}

.wishlist-item__rate .starbox-star {
    width: 14px;
    height: 16px;
}

.wishlist-item__rate .starbox-container {
    width: 70px;
    height: 16px;
}

.wishlist-item__menu {
    position: relative;

    display: flex;
    flex-direction: column;

    flex-shrink: 0;
    justify-content: space-between;
}

.wishlist-item__menu__delete {
    width: 2.5em;
    height: 2.5em;

    cursor: pointer;

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

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

.wishlist-item__menu__reservation {
    width: 2.5em;
    height: 2.5em;

    cursor: pointer;

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

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

.wishlist-item__menu__mark-presented {
    width: 2.5em;
    height: 2.5em;

    cursor: pointer;

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

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

.wishlist-item__menu__reservation:hover .tiptip {
    display: block;

    width: 178px;
}

.wishlist-item__menu__reservation:hover .tiptip:before {
    right: 13px;
    left: initial;
}

.wishlist-item__menu__reservation:hover .tiptip {
    left: -139px;
}

.wishlist-item__menu__reservation.is-active:hover .tiptip {
    left: -120px;
}

.wishlist-item__menu__reservation.is-active:hover .tiptip:before {
    right: 13px;
    left: initial;
}

.wishlist-item__menu__reservation.is-active:hover .tiptip {
    display: block;

    width: 160px;
}

.wishlist-item__menu__reservation:focus {
    background-image: url('/assets/website/svg/reservation_green.svg');
}

.wishlist-item__menu__reservation.is-active {
    background-image: url('/assets/website/svg/reservation_green.svg');
}

.wishlist-item__menu__mark-presented.is-presented,
.wishlist-item__menu__mark-presented:hover {
    background-image: url('/assets/website/svg/ic_act_green.svg');
}

.wishlist-item__menu__mark-presented.is-presented:hover .tiptip {
    display: block;

    width: 144px;
}

.wishlist__header__buttons__del:hover .tiptip {
    display: block;

    width: 62px;
}

.wishlist-item__menu__delete:hover .tiptip {
    display: block;

    width: 62px;
}

.wishlist-item__menu__mark-presented:hover .tiptip {
    z-index: 2;

    display: block;

    width: 160px;
}

.wishlist__load-more {
    margin: 1em 0;
}

.wishlist-page .sidebar {
    display: flex;
    flex-direction: column;

    padding: 0;
}

.wishlist-page .tlum-vote {
    order: 1;
}

.wishlist-page .animation_find-container {
    order: 2;
}

.wishlist-page .ads-banner-sidebar{
    order: 3;
}
.wishlist-page .sidebar_container-vote-ads {
    display: flex;
    flex-direction: column;

    order: 1;
}

.wishlist-page .footer__content-box {
    background-color: #fff;
}

.wishlist-page .wishlist__header__buttons__add > .tiptip:before {
    right: 13px;
    left: initial;
}

.wishlist-page .wishlist__header__buttons__add > .tiptip {
    left: -88px;
}

.wishlist-page .wishlist__header__buttons__edit > .tiptip:before {
    right: 13px;
    left: initial;
}

.wishlist-page .wishlist__header__buttons__edit > .tiptip {
    left: -68px;
}

.wishlist-page .wishlist__header__buttons__del > .tiptip:before {
    right: 13px;
    left: initial;
}

.wishlist-page .wishlist__header__buttons__del > .tiptip {
    left: -24px;
}

.wishlist-page .wishlist-item__menu__delete > .tiptip:before {
    right: 13px;
    left: initial;
}

.wishlist-page .wishlist-item__menu__delete > .tiptip {
    left: -24px;
}

.wishlist-page .wishlist-item__menu__mark-presented > .tiptip {
    left: -121px;
}

.wishlist-page .wishlist-item__menu__mark-presented > .tiptip:before {
    right: 13px;
    left: initial;
}

.wishlist-page .social-btns-box {
    margin: 0;
}

.wishlist-page .ya-share2__badge {
    border-radius: 0;
}

.wishlist-page .ya-share2__container_size_m .ya-share2__icon {
    width: 30px;
    height: 30px;
}

.wishlist-page .ya-share2__container_size_m .ya-share2__item {
    margin-right: 10px;
}

.wishlist__user-panel {
    display: none;
}

.wishlist__load-more {
    text-align: center;
}

.wishlist__load-more__button {
    display: inline-block;

    text-transform: uppercase;

    color: #453f4d;
    border-bottom: 1px solid rgba(0, 0, 0, .15);

    font-size: .75em;
}

.wishlist_prev-text {
    margin-bottom: 10px;
    margin-left: 24px;

    text-align: center;

    color: #7a8591;

    font-size: 18px;
    line-height: 1.2;
}

.wishlist-item__user-panel {
    display: none;
}

.wishlist__user-panel {
    position: absolute;
    top: 0;
    left: 0;

    display: flex;
    flex-direction: row-reverse;

    margin-top: 85px;
    margin-left: 135px;

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

.wishlist__user-panel__name {
    display: inline-block;
    overflow: hidden;

    max-width: 7em;
    padding-top: 20px;

    vertical-align: top;
    white-space: nowrap;
    text-overflow: ellipsis;

    font-weight: bold;
}

.wishlist__user-panel__avatar {
    display: inline-block;

    width: 3em;
    height: 3em;
    margin: .5em 1em;

    border: 2px #fff solid;
    border-radius: 50%;
    background-image: url('/assets/website/svg/v2/ico_profile_grey.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

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

.v2__promopage__store {
    width: 150px;
    height: 51px;
    margin-top: 18px;
    margin-bottom: 18px;

    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 150px 51px;

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

.v2__promopage__store.google {
    margin-right: 10px;

    background-image: url('/assets/website/images/promopage/button_google-play_desktop.png');
}

.v2__promopage__store.apple {
    background-image: url('/assets/website/images/promopage/button_app-store_desktop.png');
}

.wishlist__copy-link {
    position: absolute;
    top: 0;
    left: 160px;

    width: 30px;
    height: 30px;

    border: 0;
    background-color: #838a9d;
    background-image: url('/assets/website/svg/v2/copylink.svg');
    background-position: center;
    background-size: 28px;

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

.wishlist__copy-link:hover .tiptip {
    top: -30px;

    display: block;

    width: 133px;
}

.wishlist-item__menu__reservation.is-active:hover .tiptip {
    display: none;
}

.wishlist-item__menu__reservation.is-active:hover .tiptip.mobile {
    left: -215px;

    display: block;
    overflow: hidden;

    width: 255px;
    max-width: 255px;

    text-align: center;
    text-overflow: ellipsis;
}

@media screen and (min-width: 660px) {
    .wishlist-item__menu__reservation.is-active:hover .tiptip.mobile {
        display: none;
    }
    .v2__promopage__store.apple {
        margin-left: 10px;
    }

    .wishlist__header__image {
        min-width: 120px;
        height: 120px;
        margin: 20px 15px;
    }

    .wishlist__header__image-reservation {
        min-width: 120px;
        height: 120px;
        margin: 20px 15px;

        background-position: -6px -25px;
        background-size: 132px;
    }

    .wishlist-item__menu__reservation:hover .tiptip {
        display: block;

        width: 178px;
    }

    .wishlist-item__menu__reservation.is-active:hover .tiptip {
        display: block;

        width: 160px;
    }

    .wishlist-item__menu__reservation:hover .tiptip:before {
        right: initial;
        left: 13px;
    }

    .wishlist-item__menu__reservation:hover .tiptip {
        left: -13px;
    }

    .wishlist-item__menu__reservation.is-active:hover .tiptip {
        left: -13px;
    }

    .wishlist-item__menu__reservation.is-active:hover .tiptip:before {
        right: initial;
        left: 13px;
    }

    .wishlist__user-panel {
        position: relative;

        flex-direction: row;

        margin-top: 0;
        margin-left: 0;
    }

    .wishlist-page .tlum-vote {
        width: 50%;

        order: 1;
    }

    .wishlist-page .ads-banner-sidebar{
        order: 2;
    }

    .wishlist-page .animation_find-container {
        padding: 0;

        order: 3;
    }

    .wishlist-page .sidebar_container-vote-ads {
        flex-direction: row;

        width: 100%;
        margin: 0 5px;
    }

    .wishlist-page .v2__ads-horizontal-banner, .ads-horizontal-banner {
        width: auto;
        margin: auto;
    }

    .wishlist-page .animation_find-main-right-arrow, .animation_find-main-left-arrow {
        background-position: center;
    }

    .wishlist-page .animation_find-right__item {
        width: 20%;
    }

    .v2__animation_find-main-underline-right {
        display: none;
    }

    .wishlist__social__container {
        top: 100px;
        left: 150px;
    }

    .wishlist__copy-link {
        left: 220px;

        width: 40px;
        height: 40px;

        background-size: 35px;

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

    .wishlist__copy-link:hover {
        opacity: .9;
    }

    .wishlist-page .ya-share2__container_size_m .ya-share2__icon {
        width: 40px;
        height: 40px;
    }

    .wishlist-page .ya-share2__container_size_m .ya-share2__item {
        margin-right: 15px;
    }

    .wishlist__header__title {
        height: 64px;

        font-size: 22px;
    }

    .wishlist__header__buttons__del,
    .wishlist__header__buttons__add,
    .wishlist__header__buttons__edit{
        width: 2.5em;
        height: 2.5em;
    }

    .wishlist-item__user-panel {
        position: relative;

        display: flex;

        max-width: 210px;

        align-items: center;
        flex-grow: 0;
        flex-shrink: 0;
    }
    .wishlist-item__user-panel > .wishlist__user-panel__name {
        padding-top: 0;
    }

    .wishlist__copy-link:hover .tiptip {
        top: -35px;
    }

}

@media screen and (min-width: 1020px) {
    .v2__promopage__store {
        width: 193px;
        height: 65px;
        margin-bottom: 0;

        background-size: 193px 65px;
    }

    .wishlist-item__user-panel {
        flex-direction: row-reverse;

        width: 192px;
    }

    .wishlist-page .content_box {
        padding: 0;
    }

    .wishlist-page .main {
        width: 632px;
    }

    .wishlist-page .sidebar_container-vote-ads {
        flex-direction: column;

        margin: 0;
    }

    .wishlist-page .sidebar {
        display: block;
    }

    .wishlist-page .tlum-vote {
        width: 100%;
    }

    .wishlist-page .animation_find-main-right-arrow, .animation_find-main-left-arrow {
        background-position: center 45%;
    }

    .wishlist-page .animation_find-right__item {
        width: 50%;
    }

    .v2__animation_find-main-underline-right {
        display: block;
    }

    .wishlist-item__description {
        width: 100%;
    }

    .wishlist__header__title {
        width: 100%;
    }

    .wishlist-page .wishlist__header__buttons__add > .tiptip:before {
        right: initial;
        left: 13px;
    }

    .wishlist-page .wishlist__header__buttons__add > .tiptip {
        left: -10px;
    }

    .wishlist-page .wishlist__header__buttons__del > .tiptip:before {
        right: initial;
        left: 13px;
    }

    .wishlist-page .wishlist__header__buttons__del > .tiptip {
        left: -10px;
    }

    .wishlist-page .wishlist__header__buttons__edit > .tiptip:before {
        right: initial;
        left: 13px;
    }

    .wishlist-page .wishlist__header__buttons__edit > .tiptip {
        left: -10px;
    }

    .wishlist-page .wishlist-item__menu__mark-presented > .tiptip:before {
        right: initial;
        left: 13px;
    }

    .wishlist-page .wishlist-item__menu__mark-presented > .tiptip {
        left: -10px;
    }

    .wishlist-item__user-panel-container {
        display: flex;

        height: 65px;

        flex-shrink: 0;
    }

    .wishlist-item__user-panel:hover > .tiptip {
        top: -40px;
        left: 230px;

        display: block;
    }

    .wishlist-item__rate {
        width: 89%;
    }

    .wishlist-item__rate-container {
        justify-content: flex-start;
    }
}
