#base_css_header_2_css {
    display: none;
}

#header-wrap {
    position: fixed;
    top: 0;
    height: 48px;
    width: 100%;
    z-index: 900;
    background: #108ce5;
}

#header {
    width: 1220px;
    height: 48px;
    margin: 0 auto;
    position: relative;
}

.without-secondary #header /*, .fs-1 #header*/
{
    width: 1000px;
}

.without-secondary.unfixed #header-wrap {
    position: absolute;
    min-width: 1000px;
}

.without-secondary.unfixed .not-login-user #header-wrap {
    min-width: auto;
}

.without-secondary.unfixed .not-login-user.newmain--body-sidebar #header-wrap {
    position: fixed;
}

.not-login-user.fs-1 #header-wrap {
    position: absolute;
}

#logo-wrap {
    width: 190px;
    height: 48px;
    margin: 0 10px 0 -5px;
}

.not-login-user #logo-wrap:hover {
    background: none;
}

/*#bonus-logo {*/
/*    float: left;*/
/*    width: 51px;*/
/*    height: 40px;*/
/*    margin: 2px 0 0 5px;*/
/*    background: url(../../app/photocontest/i/pers_icon_default.png);*/
/*}*/

#logo {
    width: 123px;
    height: 22px;
    background: url(../i/logo-txt.png) no-repeat center;
    background-image: url(../i/svg/logo-txt.svg);

    /* background: url(../i/logo-valentine.png) no-repeat center; */
    background-size: contain;
    display: block;
    margin: 12px 0 0 19px;
    /* margin: 1px 0 0 19px; */
}


/* summer-ready */
#logo-wrap.summer-ready {
    width: 28px;
}

.summer-ready #logo {
    width: 28px;
    height: 28px;
    background: url(../i/fs-club.png) no-repeat center;
    margin: 9px 0 0 19px;
}

.summer-ready-link {
    display: block;
    width: 121px;
    height: 18px;
    float: left;
    background: url(../i/logo_summer-ready.png) no-repeat center;
    margin: 16px 8px 0 19px;
    position: relative;
}

.summer-ready-link .summer-ready-link--a {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.summer-ready-link-tooltip {
    position: absolute;
    top: 100%;
    left: -90px;
    padding: 24px 10px 10px;
    z-index: 15;
    display: none;
}
.summer-ready-link:hover .summer-ready-link-tooltip {
    display: block;
    /*opacity: 1;*/

}
.summer-ready-link-tooltip .icn-close {
    position: absolute;
    top: 16px;
    right: 16px;
    cursor: pointer;
    z-index: 5;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.summer-ready-link-tooltip .icn-close:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.summer-ready-link-tooltip__inner {
    position: relative;
    color: #222D35;
    background: #ffffff;
    width: 459px;
    padding: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.35);
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    -webkit-animation: ttipFadeIn .4s ease forwards;
    -o-animation: ttipFadeIn .4s ease forwards;
    animation: ttipFadeIn .4s ease forwards;
}
.summer-ready-link-tooltip__inner:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: -4px;
    left: 70px;
}
.summer-ready-link-tooltip__inner--pic {
    min-width: 160px;
    height: 160px;
    background: url(/app/phototags/i/summerready/tooltip-pic.png);
}
.summer-ready-link-tooltip__inner--content {
    margin: 24px 0 0 16px;
    width: 100%;
}
.summer-ready-link-tooltip__inner--title {
    font-size: 17px;
    line-height: 22px;
    padding-top: 6px;
}
.summer-ready-link-tooltip__inner--descr {
    font-size: 13px;
}
.summer-ready-link-tooltip__inner--action {
    padding: 36px 0 24px;
}
.summer-ready-link-tooltip__inner--action .ibtn {
    padding: 0;
    line-height: 32px;
    width: 150px;
}
@-webkit-keyframes ttipFadeIn {
    from {opacity: 0;}
    to {opacity: 1;}
}
@-moz-keyframes ttipFadeIn {
    from {opacity: 0;}
    to {opacity: 1;}
}
@keyframes ttipFadeIn {
    from {opacity: 0;}
    to {opacity: 1;}
}
/* /summer-ready */

/* WEB-680 */
.fs_bday-21 #logo:before {
    content: '';
    position: absolute;
    top: 0;
    right: 100%;
    z-index: -1;
    display: inline-block;
    width: 30px;
    height: 35px;
    margin: 3px -8px 0 0;
    background: url(../i/bday_logo_21.png) no-repeat center;
    pointer-events: none;
}

#header .link-text {
    position: relative;
}
#header .link-text__inner {
    text-decoration: none;
    font-size: 15px;
    padding: 0 14px;
    color: #fff;
    opacity: .7;
    line-height: 48px;
}
#header .link-text .noty{
    font-family: Tahoma, sans-serif;
}

#header .link-text:hover,
#header-user-menu:hover,
#header .link-icn.on {
    text-decoration: none;
    color: #fff;
    background: #2898e8;
    opacity: 1;
}

#header .link-text:hover .link-text__inner {
    opacity: 1;
}

#header .link-text.on {
    color: #fff;
    opacity: 1;
}

#header .link-ico {
    width: 16px;
    height: 16px;
    padding: 16px 9px;
    text-decoration: none;
    position: relative;
    cursor: pointer;
    margin-left: 1px;
}

#header .link-ico:hover {
    background: #2898e8;
}

#header .link-ico .icn {
    opacity: .7;
}

#header .link-ico:hover .icn,
#header .link-ico.on .icn {
    opacity: 1;
}

#header .link-ico .icn-music {
    background-position: -1392px -16px;
}

#header .link-ico .icn-friends {
    background-position: -32px -16px;
}

#header .link-ico .icn-messages {
    background-position: -48px -16px;
}

#header .link-ico .icn-vip {
    background-position: -656px -16px;
}

#header .link-ico .icn-feed {
    background-position: -1280px -16px;
}

#header .top-icn {
    width: 16px;
    height: 16px;
    position: relative;
    top: 1px;
    display: inline-block;
    vertical-align: top;
    background-image: url(../i/sp-top-nav.png);
    background-repeat: no-repeat;
}

#header .top-icn-photography {
    background-position: -2px -2px;
}

#header .top-icn-entertaiment {
    background-position: -22px -2px;
}

#header .top-icn-people {
    background-position: -42px -2px;
}

#header .link-text:hover .top-icn-photography, #header .link-text.on .top-icn-photography {
    background-position: -2px -22px;
}

#header .link-text:hover .top-icn-entertaiment, #header .link-text.on .top-icn-entertaiment {
    background-position: -22px -22px;
}

#header .link-text:hover .top-icn-people, #header .link-text.on .top-icn-people {
    background-position: -42px -22px;
}

#header .noty {
    box-sizing: border-box;
    display: none;
    background: #d95467;
    font-size: 10px;
    font-weight: bold;
    color: #FFF0F0;
    padding: 0 3px;
    min-width: 13px;
    position: absolute;
    top: 5px;
    right: 0;
    line-height: 13px;
    text-align: center;
    border-radius: 7px;
    visibility: hidden;
}

#header .noty.on {
    display: block;
    visibility: visible;
}

#header-user-menu {
    width: 142px;
    height: 48px;
    margin: 0 33px 0 10px;
    padding: 0 10px 0 0;
    position: relative;
    cursor: pointer;
}

@media (max-width: 1255px) {
    #header-user-menu {
        margin: 0 -5px 0 10px;
    }
    .not-login-user #logo-wrap {
        margin: 0 10px 0 0;
    }
}

#header-user-menu .user-ava {
    width: 24px;
    height: 24px;
    border: 1px solid #fff;
    border-radius: 3px;
    float: left;
}

#header-user-menu .user-name {
    color: #fff;
    float: left;
    font-size: 11px;
    line-height: 13px;
    letter-spacing: -0.03em;
    font-weight: bold;
    margin: 7px 0 0 9px;
}

#header-user-menu .profile-link {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 11px 10px 10px 11px;
}

#header-user-menu .menu-arrow {
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    right: 10px;
    top: 16px;
    background: url('../i/svg/sprite/icon_16.svg?v=1') no-repeat -464px -16px;
}

#header-user-menu .menu-arrow.bottom {
    background-position: -60px -60px;
}

#header-add-photo {
    float: left;
    width: 26px;
    height: 26px;
    background: url(../i/header-sprite.png?1) no-repeat -75px -45px;
    padding-right: 7px;
    margin: 8px 0 8px -33px;
    opacity: 0;
    filter: alpha(opacity=0);
}

#header-user-menu:hover #header-add-photo, #header-user-menu.open-menu #header-add-photo {
    opacity: 1;
    filter: alpha(opacity=100);
}

#header-add-pin {
    float: left;
    width: 26px;
    height: 26px;
    background: url(../i/header-sprite.png?1) no-repeat -75px -45px;
    padding-right: 7px;
    margin: 8px 0 8px -33px;
    opacity: 0;
    filter: alpha(opacity=50);
}

#header-user-menu:hover #header-add-pin, #header-user-menu.open-menu #header-add-pin {
    opacity: 1;
    filter: alpha(opacity=100);
}

#header-user-sub-menu {
    display: none;
    position: absolute;
    top: 48px;
    left: 0;
    width: 150px;
    padding: 10px 0;
    background: #fff;
    border: 1px solid #b4c4ce;
    border-top: none;
    z-index: 10;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
}

#header-user-menu.open-menu #header-user-sub-menu {
    display: block;
}

#header-user-sub-menu a, #header-user-sub-menu .item {
    display: block;
    color: #222d35;
    font-size: 11px;
    text-decoration: none;
    padding: 5px 12px 6px;
    line-height: 15px;
}

#header-user-sub-menu a:hover, #header-user-sub-menu .item:hover {
    background: #f1f5f8;
}

#header-user-sub-menu .divider {
    background: #b4c4ce;
    margin: 0 10px 10px;
    height: 1px;
    width: 130px;
}

#header .icn-pacman.icn-pacman-t001 {
    background: url(../../app/pacman/apps_notifies/img/top_menu_icon/01.png) no-repeat 0 0;
}

#header .link-ico:hover .icn-pacman.icn-pacman-t001, #header .link-ico.on .icn-pacman.icn-pacman-t001 {
    background: url(../../app/pacman/apps_notifies/img/top_menu_icon/01.png) no-repeat -16px 0;
}

#header .icn-pacman.icn-pacman-t002 {
    background: url(../../app/pacman/apps_notifies/img/top_menu_icon/02.png) no-repeat 0 0;
}

#header .link-ico:hover .icn-pacman.icn-pacman-t002, #header .link-ico.on .icn-pacman.icn-pacman-t002 {
    background: url(../../app/pacman/apps_notifies/img/top_menu_icon/02.png) no-repeat -16px 0;
}

#header .icn-pacman.icn-pacman-t003 {
    background: url(../../app/pacman/apps_notifies/img/top_menu_icon/03.png) no-repeat 0 0;
}

#header .link-ico:hover .icn-pacman.icn-pacman-t003, #header .link-ico.on .icn-pacman.icn-pacman-t003 {
    background: url(../../app/pacman/apps_notifies/img/top_menu_icon/03.png) no-repeat -16px 0;
}

#header .icn-pacman.icn-pacman-t004 {
    background: url(../../app/pacman/apps_notifies/img/top_menu_icon/04.png) no-repeat 0 0;
}

#header .link-ico:hover .icn-pacman.icn-pacman-t004, #header .link-ico.on .icn-pacman.icn-pacman-t004 {
    background: url(../../app/pacman/apps_notifies/img/top_menu_icon/04.png) no-repeat -16px 0;
}

#header .icn-pacman.icn-pacman-t005 {
    background: url(../../app/pacman/apps_notifies/img/top_menu_icon/05.png) no-repeat 0 0;
}

#header .link-ico:hover .icn-pacman.icn-pacman-t005, #header .link-ico.on .icn-pacman.icn-pacman-t005 {
    background: url(../../app/pacman/apps_notifies/img/top_menu_icon/05.png) no-repeat -16px 0;
}

#header .icn-pacman.icn-pacman-t006 {
    background: url(../i/svg/notification.svg) no-repeat -16px 0;
}

#header .icn-news.icn-news-t001 {
    background: url(../i/svg/icn_ue_001.svg) no-repeat 0 0;
}

#header .link-ico:hover .icn-news.icn-news-t001, #header .link-ico.on .icn-news.icn-news-t001 {
    background: url(../i/svg/icn_ue_001.svg) no-repeat -16px 0;
}

#header .icn-news.icn-news-t002 {
    background: url(../i/svg/icn_ue_002.svg) no-repeat 0 0;
}

#header .link-ico:hover .icn-news.icn-news-t002, #header .link-ico.on .icn-news.icn-news-t002 {
    background: url(../i/svg/icn_ue_002.svg) no-repeat -16px 0;
}

#header .icn-news.icn-news-t003 {
    background: url(../i/svg/icn_ue_003.svg) no-repeat -16px 0;
}

#photocontest-link {
    position: absolute;
    display: block;
    width: 71px;
    height: 42px;
    margin: 2px 0 0 0;
    *left: 50%;
    *margin-left: -625px;
    background: url(../../app/photocontest/i/pers_icon_default.png) no-repeat;
}

.photocontest-tooltip {
    margin: 0 0 0 130px;
    padding: 0 !important;
}

.photocontest-tooltip .arrow.onTop {
    border-top: none;
    border-bottom: 7px solid #afeff4;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;;
    height: 0;
    width: 0;
    margin-left: 16px;
    background: none;
    top: -7px !important;
}

.photocontest-tooltip .info-tooltip-content {
    text-align: center;
    line-height: 19px;
    font-size: 13px;
    color: #536069;
    background: #fff url(../../app/photocontest/i/ttip-bg.jpg?v=2) no-repeat;
    padding: 95px 0 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

.photocontest-tooltip-title {
    margin: 0 0 15px;
    font: 17px/20px "trebuchet ms", sans-serif;
    color: #212d36;
    overflow: hidden;
    text-overflow: ellipsis;
}

#header-activity-rating {
    position: absolute;
    left: -34px;
    top: 0;
    width: 28px;
    height: 28px;
    padding: 7px 3px 8px;
    z-index: 1;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -ms-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
}

#header-activity-rating.header-activity-rating-scored {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

#header-activity-rating.header-activity-rating-scored + #header-add-pin {
    opacity: 0;
    filter: alpha(opacity=0);
}

#header-activity-rating .header-activity-rating-value {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100px;
    margin-left: -50px;
    margin-top: -8px;
    font-size: 13px;
    line-height: 15px;
    color: #fff;
    text-align: center;
}

#header-user-menu:hover #header-activity-rating {
    opacity: .5;
    filter: alpha(opacity=50);
}

#header-user-menu #header-activity-rating:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -ms-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
}

#header #usernews-tooltip {
    width: 560px;
    background: #fff;
    position: absolute;
    right: 195px;
    top: 1px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .5);
    opacity: 0;
}

#header #usernews-tooltip.menu-test {
    width: 775px;
}

.without-secondary #header #usernews-tooltip {
    right: 0;
}

#usernews-tooltip:after, #usernews-tooltip:before {
    right: 117px !important;
    left: auto !important;
}

.without-secondary #usernews-tooltip:after, .without-secondary #usernews-tooltip:before {
    left: auto !important;
    right: 317px !important;
}

#usernews-tooltip.has-usernews:after, #usernews-tooltip.has-usernews:before {
    right: 122px !important;
    left: auto !important;
}

.without-secondary #usernews-tooltip.has-usernews:after, .without-secondary #usernews-tooltip.has-usernews:before {
    right: 262px !important;
    left: auto !important;
}

#header #usernews-tooltip.small-height {
    min-height: 310px !important;
}

#header #usernews-tooltip .unp-news-item-mask {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff url(/app/userevents/img/loader-v2-60.gif) no-repeat center center;
    z-index: 100;
}

#header #usernews-tooltip:after, #header #usernews-tooltip:before {
    bottom: 100%;
    left: 115px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

#header #usernews-tooltip:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px;
}

#music-tooltip {
    width: 830px;
    background: #fff;
    position: relative;
    left: 50%;
    top: 45px;
    margin-left: -420px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .5);
    opacity: 0;
    min-height: 550px;
}

#music-tooltip.small-height {
    min-height: 310px !important;
}

#music-tooltip .unp-news-item-mask {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff url(/app/userevents/img/loader-v2-60.gif) no-repeat center center;
    z-index: 100;
}

#music-tooltip.music-hidden {
    height: 0;
    min-height: 0 !important;
}

#River2016HeaderLink {
    position: relative;
    margin: 0 auto;
    height: 43px;
    width: 43px;
    display: block;
    top: -2px;
}

#River2016HeaderLink:before {
    content: '';
    position: absolute;
    width: 60px;
    height: 52px;
    top: 50%;
    left: 50%;
    margin-top: -17px;
    margin-left: -30px;
    background: url(../../app/river/img/fs-header-icon.png) no-repeat 0 0;
    pointer-events: none;
}

#River2016HeaderLink:hover:before {
    background-position: 0 -52px;
}

.without-secondary #River2016HeaderLink {
    left: 22px;
}

/*** ??????????? ***/
#ContestHeaderLink {
    position: relative;
    margin: 0 auto;
    height: 43px;
    width: 43px;
    display: block;
    top: -1px;
}

#ContestHeaderLink:before {
    content: '';
    display: block;
    position: absolute;
    width: 130px;
    height: 44px;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -69px;
    background: url(../../app/activity/i/header/fs-header-contest.png) center 0 no-repeat;
    pointer-events: none;
}

#ContestHeaderLink:hover:before {
    background-position: 0 -45px
}

.without-secondary #ContestHeaderLink {
    display: none;
}

.top-menu-wide-season-icon#ContestHeaderLink {
    display: block;
    float: left;
    margin: 0 0 0 25px;
}

.without-secondary .top-menu-wide-season-icon#ContestHeaderLink {
    margin: 0 0 0 8px;
}

/*** ???????? ?? ***/
#RestaurantHeaderLink {
    position: relative;
    margin: 0 auto;
    height: 43px;
    width: 43px;
    display: block;
    top: -2px;
}

#RestaurantHeaderLink:before {
    content: '';
    position: absolute;
    width: 74px;
    height: 41px;
    top: 50%;
    left: 50%;
    margin-top: -18px;
    margin-left: -37px;
    background: url(../../app/activity/i/header/fs-header-restaurant.png) no-repeat 0 0;
    pointer-events: none;
}

#RestaurantHeaderLink:hover:before {
    background-position: 0 -41px;
}

.without-secondary #RestaurantHeaderLink {
    left: 22px;
}

#Fame2016HeaderLink {
    position: relative;
    margin: 0 auto;
    height: 43px;
    width: 43px;
    display: block;
    top: -2px;
}

#Fame2016HeaderLink:before {
    content: '';
    position: absolute;
    width: 69px;
    height: 70px;
    top: 50%;
    left: 50%;
    margin-top: -35px;
    margin-left: -35px;
    background: url(../../app/activity/i/header/fs-header-fame.png) no-repeat 0 0;
    pointer-events: none;
}

#Fame2016HeaderLink:hover:before {
    background-position: 0 -72px;
}

.without-secondary #Fame2016HeaderLink {
    left: 22px;
}

#Snowfall2016HeaderLink {
    position: relative;
    display: block;
    height: 43px;
    width: 43px;
    margin: 0 auto;
}

#Snowfall2016HeaderLink:before {
    content: '';
    position: absolute;
    width: 56px;
    height: 54px;
    top: 50%;
    left: 50%;
    margin-top: -28px;
    margin-left: -27px;
    background: url(../../app/activity/i/header/fs-header-snowfall.png?v=2) no-repeat 0 6px;
    pointer-events: none;
}

#Snowfall2016HeaderLink:hover:before {
    background-position: 0 -54px;
}

.without-secondary #Snowfall2016HeaderLink {
    display: none;
}

.top-menu-wide-season-icon#Snowfall2016HeaderLink {
    display: block;
    float: left;
    margin: 0 0 0 5px;
}

/*** ?????????? ***/
#fsSaleHeaderLink {
    position: relative;
    display: block;
    height: 43px;
    width: 43px;
    margin: 0 auto;
}

#fsSaleHeaderLink:before {
    content: '';
    position: absolute;
    width: 105px;
    height: 45px;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -55px;
    background: url(../../app/activity/i/header/fs-header-birthday-sale.png) no-repeat center -2px;
    pointer-events: none;
}

#fsSaleHeaderLink:hover:before {
    background-position: center -47px;
}

.without-secondary #fsSaleHeaderLink {
    display: none;
}

.top-menu-wide-season-icon#fsSaleHeaderLink {
    display: block;
    float: left;
    margin: 0 0 0 25px;
}

.without-secondary .top-menu-wide-season-icon#fsSaleHeaderLink {
    margin: 0 0 0 8px;
}

/*** ??????? ?? ***/
#CapitalHeaderLink {
    position: relative;
    margin: 0 auto;
    height: 43px;
    width: 43px;
    display: block;
    top: -2px;
}

#CapitalHeaderLink:before {
    content: '';
    position: absolute;
    width: 126px;
    height: 43px;
    top: 50%;
    left: 50%;
    margin-top: -21px;
    margin-left: -59px;
    background: url(../../app/activity/i/header/fs-header-capital-winter.png) no-repeat center -46px;
    pointer-events: none;
}

#CapitalHeaderLink:hover:before {
    background-position: center 0;
}

.without-secondary #CapitalHeaderLink {
    display: none;
}

.top-menu-wide-season-icon#CapitalHeaderLink {
    display: block;
    float: left;
    margin: 0 0 0 25px;
}

.without-secondary .top-menu-wide-season-icon#CapitalHeaderLink {
    margin: 0 0 0 12px;
}

/*** ?????????? ??????? ***/
#NyThingsHeaderLink {
    position: relative;
    margin: 0 auto;
    height: 43px;
    width: 43px;
    display: block;
    top: -2px;
}

#NyThingsHeaderLink:before {
    content: '';
    position: absolute;
    width: 102px;
    height: 45px;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -51px;
    background: url(../../app/activity/i/header/fs-header-ny-gifts.png) no-repeat 0 -72px;
    pointer-events: none;
}

#NyThingsHeaderLink:hover:before {
    background-position: 0 -17px;
}

.without-secondary #NyThingsHeaderLink {
    display: none;
}

.top-menu-wide-season-icon#NyThingsHeaderLink {
    display: block;
    float: left;
    margin: 0 0 0 25px;
}

.without-secondary .top-menu-wide-season-icon#NyThingsHeaderLink {
    margin: 0 0 0 12px;
}

/*** ????? ***/
#NyFarmHeaderLink {
    position: relative;
    margin: 0 auto;
    height: 43px;
    width: 43px;
    display: block;
    top: -2px;
}

#NyFarmHeaderLink:before {
    content: '';
    position: absolute;
    width: 68px;
    height: 45px;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -34px;
    background: url(../../app/activity/i/header/fs-header-ny-farm.png?v=2) no-repeat 0 -46px;
    pointer-events: none;
}

#NyFarmHeaderLink:hover:before {
    background-position: 0 -1px;
}

.without-secondary #NyFarmHeaderLink {
    display: none;
}

.top-menu-wide-season-icon#NyFarmHeaderLink {
    display: block;
    float: left;
    margin: 0 0 0 25px;
}

.without-secondary .top-menu-wide-season-icon#NyFarmHeaderLink {
    margin: 0 0 0 8px;
}

/*** ????????? ***/
#BottleHeaderLink {
    position: relative;
    margin: 0 auto;
    height: 43px;
    width: 43px;
    display: block;
    top: -2px;
}

#BottleHeaderLink:before {
    content: '';
    position: absolute;
    width: 58px;
    height: 42px;
    top: 50%;
    left: 50%;
    margin-top: -21px;
    margin-left: -30px;
    background: url(../../app/activity/i/header/fs-header-bottle.png) no-repeat 0 0;
    pointer-events: none;
    transition: opacity .4s ease .2s;
}

#BottleHeaderLink:hover:before {
    transition-delay: .1s;
    opacity: 0;
}

#BottleHeaderLink .top-menu-addon {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

#BottleHeaderLink .top-menu-addon:before,
#BottleHeaderLink .top-menu-addon:after {
    content: '';
    position: absolute;
    width: 58px;
    height: 42px;
    top: 50%;
    left: 50%;
    margin-top: -21px;
    margin-left: -30px;
    background: url(../../app/activity/i/header/fs-header-bottle.png) no-repeat 0 -42px;
    pointer-events: none;
    opacity: 0;
}

#BottleHeaderLink .top-menu-addon:before {
    transition: opacity .8s ease .3s;
}

#BottleHeaderLink .top-menu-addon:after {
    background-position: 0 -84px;
    transition: opacity .2s ease 0s;
}

#BottleHeaderLink:hover .top-menu-addon:before {
    opacity: 1;
    transition-delay: .1s;
}

#BottleHeaderLink:hover .top-menu-addon:after {
    transition-delay: .7s;
    opacity: 1;
}

.without-secondary #BottleHeaderLink {
    display: none;
}

.top-menu-wide-season-icon#BottleHeaderLink {
    display: block;
    float: left;
    margin: 0 0 0 25px;
}

.without-secondary .top-menu-wide-season-icon#BottleHeaderLink {
    margin: 0 0 0 8px;
}

/*** ??????? ***/
#StoriesHeaderLink {
    position: relative;
    margin: 0 auto;
    height: 43px;
    width: 43px;
    display: block;
    top: -2px;
}

#StoriesHeaderLink:before {
    content: '';
    position: absolute;
    width: 58px;
    height: 43px;
    top: 50%;
    left: 50%;
    margin-top: -21px;
    margin-left: -32px;
    pointer-events: none;
}

#StoriesHeaderLink:before {
    background: url(../../app/activity/i/header/fs-header-ny-stories.png) no-repeat center top;
}

#StoriesHeaderLink:hover:before {
    background-position: center -43px;
}

.without-secondary #StoriesHeaderLink {
    display: none;
}

.top-menu-wide-season-icon#StoriesHeaderLink {
    display: block;
    float: left;
    margin: 0 0 0 25px;
}

.without-secondary .top-menu-wide-season-icon#StoriesHeaderLink {
    margin: 0 0 0 12px;
}

/*** ??????? ?????? ***/
#HotHeartsHeaderLink {
    position: relative;
    margin: 0 auto;
    height: 43px;
    width: 43px;
    display: block;
    top: -2px;
}

#HotHeartsHeaderLink:before {
    content: '';
    position: absolute;
    width: 63px;
    height: 43px;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -32px;
    background: url(../../app/activity/i/header/fs-header-hot-hearts.png) no-repeat center 0;
    pointer-events: none;
}

#HotHeartsHeaderLink:hover:before {
    background-position: center -45px;
}

.without-secondary #HotHeartsHeaderLink {
    display: none;
}

.top-menu-wide-season-icon#HotHeartsHeaderLink {
    display: block;
    float: left;
    margin: 0 0 0 25px;
}

.without-secondary .top-menu-wide-season-icon#HotHeartsHeaderLink {
    margin: 0 0 0 12px;
}

/*** ?????????? ***/
#CalendarNYHeaderLink {
    position: relative;
    margin: 0 auto;
    height: 43px;
    width: 43px;
    display: block;
    top: -2px;
}

#CalendarNYHeaderLink:before {
    content: '';
    position: absolute;
    width: 93px;
    height: 44px;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -50px;
    background: url(../../app/activity/i/header/fs-header-calendar-ny.png) no-repeat center 0;
    pointer-events: none;
}

#CalendarNYHeaderLink:hover:before {
    background-position: center -44px;
}

.without-secondary #CalendarNYHeaderLink {
    display: none;
}

.top-menu-wide-season-icon#CalendarNYHeaderLink {
    display: block;
    float: left;
    margin: 0 0 0 25px;
}

.without-secondary .top-menu-wide-season-icon#CalendarNYHeaderLink {
    margin: 0 0 0 12px;
}

/*** Farm2016 Ghosts ***/
#FarmHeaderLink {
    position: relative;
    top: 2px;
    display: block;
    width: 45px;
    height: 45px;
    margin: 0 auto;
}
#FarmHeaderLink::before {
    content: '';
    position: absolute;
    top: -2px;
    left: 50%;
    width: 90px;
    height: 48px;
    background: url(../../app/activity/i/header/farm-header-hunger-small.png) 0 0 / 78px 96px no-repeat;
    pointer-events: none;
    transform: translate(-50%, 0);
}
#FarmHeaderLink:hover:before {
    background-position: 0 -48px;
}
@media screen and (min-width: 1260px) {
    #FarmHeaderLink {
        width: 65px;
    }
    #FarmHeaderLink::before {
        width: 140px;
        background: url(../../app/activity/i/header/farm-header-hunger-big.png) 0 0 / 140px 96px no-repeat;
    }
    #FarmHeaderLink:hover:before {
        background-position: 0 -49px;
    }
}

/*** ?? ***/
#RatingHeaderLink {
    position: relative;
    margin: 0 auto;
    height: 43px;
    width: 43px;
    display: block;
    top: -2px;
}

#RatingHeaderLink:before {
    content: '';
    position: absolute;
    width: 74px;
    height: 43px;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -37px;
    background: url(../../app/activity/i/header/fs-header-rating.png) no-repeat center 0;
    pointer-events: none;
}

#RatingHeaderLink:hover:before {
    background-position: center -45px;
}

.without-secondary #RatingHeaderLink {
    display: none;
}

.top-menu-wide-season-icon#RatingHeaderLink {
    display: block;
    float: left;
    margin: 0 0 0 25px;
}

.without-secondary .top-menu-wide-season-icon#RatingHeaderLink {
    margin: 0 0 0 12px;
}

/*** ????? ?????????? ***/
#MagicSchoolHeaderLink {
    position: relative;
    margin: 0 auto;
    height: 43px;
    width: 43px;
    display: block;
    top: -2px;
}

#MagicSchoolHeaderLink:before {
    content: '';
    position: absolute;
    width: 93px;
    height: 43px;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -55px;
    background: url(../../app/activity/i/header/fs-header-magic-school.png) no-repeat center 0;
    pointer-events: none;
}

#MagicSchoolHeaderLink:hover:before {
    background-position: center -44px;
}

.without-secondary #MagicSchoolHeaderLink {
    display: none;
}

.top-menu-wide-season-icon#MagicSchoolHeaderLink {
    display: block;
    float: left;
    margin: 0 0 0 25px;
}

.without-secondary .top-menu-wide-season-icon#MagicSchoolHeaderLink {
    margin: 0 0 0 12px;
}

/*** ?????? 2018 ***/
#WinterOriginalHeaderLink {
    position: relative;
    margin: 0 auto;
    height: 43px;
    width: 43px;
    display: block;
    top: 2px;
}

#WinterOriginalHeaderLink::before {
    content: '';
    position: absolute;
    height: 88px;
    width: 88px;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -44px;
    background: url(../../app/activity/i/header/fs-header-winter-original-new.png) no-repeat center 0;
    pointer-events: none;
}

#WinterOriginalHeaderLink:hover:before {
    background-position: center -88px;
}

.top-menu-wide-season-icon#WinterOriginalHeaderLink {
    display: block;
    float: left;
    margin: 0 0 0 25px;
}

.without-secondary #WinterOriginalHeaderLink {
    display: none;
}

.without-secondary .top-menu-wide-season-icon#WinterOriginalHeaderLink {
    margin: 0 0 0 8px;
}

/*** ??????? ????? ***/
#WinterSequelHeaderLink {
    position: relative;
    margin: 0 auto;
    height: 43px;
    width: 43px;
    display: block;
    top: 2px;
}

#WinterSequelHeaderLink::before {
    content: '';
    position: absolute;
    height: 43px;
    width: 99px;
    top: 50%;
    left: 50%;
    margin-top: -24px;
    margin-left: -50px;
    background: url(../../app/activity/i/header/fs-header-winter-sequel.png) no-repeat center 0;
    pointer-events: none;
}

#WinterSequelHeaderLink:hover:before {
    background-position: center -43px;
}

.top-menu-wide-season-icon#WinterSequelHeaderLink {
    display: block;
    float: left;
    margin: 0 0 0 25px;
}

.without-secondary #WinterSequelHeaderLink {
    display: none;
}

.without-secondary .top-menu-wide-season-icon#WinterSequelHeaderLink {
    margin: 0 0 0 8px;
}

/*** ??????? ?? ??????? ***/
#PamsProfileFramesHeaderLink {
    position: relative;
    margin: 0 auto;
    height: 43px;
    width: 43px;
    display: block;
    top: 2px;
}

#PamsProfileFramesHeaderLink::before {
    content: '';
    position: absolute;
    height: 43px;
    width: 99px;
    top: 50%;
    left: 50%;
    margin-top: -24px;
    margin-left: -50px;
    background: url(../../app/activity/i/header/fs-header-pams-frames.png) no-repeat center -46px;
    pointer-events: none;
}

#PamsProfileFramesHeaderLink:hover:before {
    background-position: center -3px;
}

.top-menu-wide-season-icon#PamsProfileFramesHeaderLink {
    display: block;
    float: left;
    margin: 0 0 0 25px;
}

.without-secondary #PamsProfileFramesHeaderLink {
    display: none;
}

.without-secondary .top-menu-wide-season-icon#PamsProfileFramesHeaderLink {
    margin: 0 0 0 8px;
}

/*** ????? ???????? ??????? ***/
#StorySpringNewHeaderLink {
    position: relative;
    margin: 0 auto;
    height: 43px;
    width: 43px;
    display: block;
    top: 2px;
}

#StorySpringNewHeaderLink::before {
    content: '';
    position: absolute;
    height: 43px;
    width: 99px;
    top: 50%;
    left: 50%;
    margin-top: -24px;
    margin-left: -50px;
    background: url(../../app/activity/i/header/fs-header-story-spring-new.png) no-repeat center -46px;
    pointer-events: none;
}

#StorySpringNewHeaderLink:hover:before {
    background-position: center -3px;
}

.top-menu-wide-season-icon#StorySpringNewHeaderLink {
    display: block;
    float: left;
    margin: 0 0 0 25px;
}

.without-secondary #StorySpringNewHeaderLink {
    display: none;
}

.without-secondary .top-menu-wide-season-icon#StorySpringNewHeaderLink {
    margin: 0 0 0 8px;
}

/*** ???? ? ??????? ?????? ***/
#CloverHeaderLink {
    position: relative;
    margin: 0 auto;
    height: 43px;
    width: 43px;
    display: block;
    top: 2px;
}

#CloverHeaderLink::before {
    content: '';
    position: absolute;
    height: 43px;
    width: 99px;
    top: 50%;
    left: 50%;
    margin-top: -26px;
    margin-left: -50px;
    background: url(../../app/activity/i/header/fs-header-clover.png) no-repeat center 0;
    pointer-events: none;
}

#CloverHeaderLink:hover:before {
    background-position: center -45px;
}

.top-menu-wide-season-icon#CloverHeaderLink {
    display: block;
    float: left;
    margin: 0 0 0 25px;
}

.without-secondary #CloverHeaderLink {
    display: none;
}

.without-secondary .top-menu-wide-season-icon#CloverHeaderLink {
    margin: 0 0 0 8px;
}

/*** ????? ??? 19 ***/
#NY19Link {
    position: relative;
    margin: 0 auto;
    height: 45px;
    width: 45px;
    display: block;
    top: 2px;
}

#NY19Link::before {
    content: '';
    position: absolute;
    height: 45px;
    width: 100px;
    top: 50%;
    left: 50%;
    margin-top: -26px;
    margin-left: -50px;
    background: url(../../app/activity/i/header/fs-header-ny19.png) no-repeat center 0;
    pointer-events: none;
}

#NY19Link:hover:before {
    background-position: center -45px;
}

.top-menu-wide-season-icon#NY19Link {
    display: block;
    float: left;
    margin: 0 0 0 25px;
}

.without-secondary #NY19Link {
    display: none;
}

.without-secondary .top-menu-wide-season-icon#NY19Link {
    margin: 0 0 0 8px;
}

.cinema-link {
    position: relative;
    float: left;
}

#header .cinema-link .link-text {
    width: 34px;
    height: 48px;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.cinema-link .cinema-link__icon.cinema-link__icon_logo {
    display: inline-block;
    vertical-align: top;
    width: 16px;
    height: 16px;
    margin: 0 0 0 1px;
    background-position: -1504px -16px;
    pointer-events: none;
}

#header .on+.cinema-link__icon_logo {
    opacity: 1;
}

.cinema-link.on .cinema-link__icon_logo,
.cinema-link:hover .cinema-link__icon_logo {
    opacity: 1;
}

.cinema-link .cinema-link__icon.cinema-link__icon_tv {
    background-image: url(../../app/cinema/static/tv.png);
    opacity: .7;
    width: 43px;
    height: 25px;
    margin: 0;
}

.cinema-link.fl-r .cinema-link__text {
    display: none;
}

#header .cinema-link:hover .link-text {
    background: none !important;
    opacity: 1;
}

.cinema-link .hide {
    display: none;
}

.cinema-link__tooltip {
    position: absolute;
    bottom: -10px;
    left: 50%;
    right: auto;
    margin-left: 2px;
    padding: 9px;
    width: 209px;
    transform: translate(-50%, 100%);
    text-align: center;
    background-color: rgba(0, 0, 0, .75);
    border-radius: 5px;
    box-sizing: border-box;
    font: 13px 'PT Sans', sans-serif;
    color: #fff;
}

.cinema-link__tooltip:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    margin: -7px -7px;
    border-width: 0 7px 7px 7px;
    border-style: solid;
    border-color: transparent transparent rgba(0, 0, 0, .75) transparent;
}

.cinema-link__close {
    position: absolute;
    top: 0;
    right: 0;
    margin: 2px 2px;
    cursor: pointer;
}

.cinema-link__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    margin: 5px 0 0;
    padding: 2px 0 5px;
    cursor: pointer;
    background-image: linear-gradient(0deg, #e54538 0%, #ff7e00 100%);
}

@media (max-width: 1368px) {
    .cinema-link .cinema-link__text {
        display: none;
    }

    #header .cinema-link .link-text {
        /*padding-left: 3px;*/
        /*padding-right: 3px;*/
    }
}

#fs-header-may9-19 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;

    height: 45px;
    width: 45px;
    cursor: pointer;
}

#fs-header-may9-19::before {
    position: absolute;
    top: 0;
    left: 50%;

    content: '';
    height: 43px;
    width: 142px;
    background: url('../../app/activity/i/header/fs-header-may9-19.png') no-repeat center top;
    transform: translateX(-50%);
    pointer-events: none;
}

#fs-header-may9-19:hover::before {
    background-position: center bottom;
}

#header .return-loop-icon--blocked:after {
    width: 13px;
    height: 13px;
}

.return-loop-tooltip.return-loop-tooltip--active {
    margin-top: 17px;
}

.icn-vip--menu-fix {
    float: right;
}


/* valentine 2020*/

.theme-valentine_2020 {
    background: #f0f5f8 url(../../app/events/valentine2020/img/theme-bg.jpg) no-repeat center top;
}
#fs-header-valentine_2020 {
    position: relative;
    margin: 0 auto;
    height: 43px;
    width: 43px;
    display: block;
    top: 2px;
}

#fs-header-valentine_2020::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90px;
    height: 48px;
    margin-top: -26px;
    margin-left: -45px;
    background: url(../../app/events/valentine2020/img/90_basis.png) no-repeat 0 0;
    pointer-events: none;
}

#fs-header-valentine_2020:hover:before {
    background: url(../../app/events/valentine2020/img/90_hover.png) no-repeat 0 0;
}

.top-menu-wide-season-icon#fs-header-valentine_2020 {
    display: block;
    float: left;
    margin: 0 0 0 25px;
}

@media screen and (min-width: 1260px) {
    #fs-header-valentine_2020::before{
        width: 140px;
        height: 48px;
        margin-left: -70px;
        background: url(../../app/events/valentine2020/img/140_basis.png) no-repeat 0 0;
    }

    #fs-header-valentine_2020:hover:before{
        background: url(../../app/events/valentine2020/img/140_hover.png) no-repeat 0 0;
    }
}

/*** ????? ??????(??????) ***/
#fs-header-clicker_flowers {
    position: relative;
    margin: 0 auto;
    height: 45px;
    width: 45px;
    display: block;
    top: 2px;
}

#fs-header-clicker_flowers::before {
    content: '';
    position: absolute;
    height: 48px;
    width: 70px;
    top: 50%;
    left: 50%;
    background: url(../../app/activity/i/header/fs-header-clicker-flowers_mini.png) no-repeat center 0;
    pointer-events: none;
    transform: translate(-50%, -50%);
}

#fs-header-clicker_flowers:hover:before {
    background-position: center -48px;
}


@media screen and (min-width: 1260px) {
    #fs-header-clicker_flowers::before{
        width: 170px;
        background: url(../../app/activity/i/header/fs-header-clicker-flowers.png) no-repeat 0 0;
    }
}

/*** ????? ??????(??????) ***/
#fs-header-clicker_sweet {
    position: relative;
    margin: 0 auto;
    height: 45px;
    width: 45px;
    display: block;
    top: 2px;
}

#fs-header-clicker_sweet::before {
    content: '';
    position: absolute;
    height: 48px;
    width: 122px;
    top: 50%;
    left: 50%;
    background: url(../../app/activity/i/header/fs-header-clicker-sweet_mini.png) no-repeat center 0;
    pointer-events: none;
    transform: translate(-50%, -50%);
}

#fs-header-clicker_sweet:hover:before {
    background-position: center -48px;
}


@media screen and (min-width: 1260px) {
    #fs-header-clicker_sweet {
        width: 65px;
    }

    #fs-header-clicker_sweet::before{
        width: 200px;
        background: url(../../app/activity/i/header/fs-header-clicker-sweet.png) no-repeat 0 0;
    }
}

/*** ??????? ????????? ***/
#fs-header-jungle {
    position: relative;
    margin: 0 auto;
    height: 45px;
    width: 45px;
    display: block;
    top: 2px;
}

#fs-header-jungle::before {
    content: '';
    position: absolute;
    height: 48px;
    width: 196px;
    top: 50%;
    left: 50%;
    background: url(../../app/activity/i/header/fs-header-jungle_mini.png) no-repeat center 0;
    pointer-events: none;
    transform: translate(-50%, -50%);
}

#fs-header-jungle:hover:before {
    background-position: center -48px;
}


@media screen and (min-width: 1260px) {
    #fs-header-jungle {
        width: 65px;
    }

    #fs-header-jungle::before{
        width: 196px;
        background: url(../../app/activity/i/header/fs-header-jungle.png) no-repeat 0 0;
    }
}

/** billing x2 **/
#fs-header-billing-x2 {
    position: relative;
    margin: 0 auto;
    height: 45px;
    width: 45px;
    display: block;
    top: 2px;
}

#fs-header-billing-x2::before {
    content: '';
    position: absolute;
    height: 48px;
    width: 90px;
    top: 50%;
    left: 50%;
    background: url(../../app/activity/i/header/fs-header-billing-14feb-x2-small.png) center 0 no-repeat;
    pointer-events: none;
    transform: translate(-50%, -50%);
}

#fs-header-billing-x2:hover:before {
    background-position: center -48px;
}

@media screen and (min-width: 1260px) {
    #fs-header-billing-x2 {
        width: 65px;
    }

    #fs-header-billing-x2::before {
        width: 90px;
        background: url(../../app/activity/i/header/fs-header-billing-14feb-x2.png) center 0 no-repeat;
    }
}
/*** easter2022 ***/
#fs-easter2022-top-header-ico {
    position: relative;
    margin: 0 auto;
    height: 45px;
    width: 45px;
    display: block;
    top: 2px;
}

#fs-easter2022-top-header-ico::before {
    content: '';
    position: absolute;
    height: 48px;
    width: 90px;
    top: 50%;
    left: 50%;
    background: url(/_app/dist/services/findGifts/static/1/header-small.png) 0 0 no-repeat;
    pointer-events: none;
    transform: translate(-50%, -50%);
}

#fs-easter2022-top-header-ico:hover:before{
    background-position: 0 -48px;
}

@media screen and (min-width: 1260px) {
    #fs-easter2022-top-header-ico {
        width: 65px;
    }

    #fs-easter2022-top-header-ico::before {
        width: 140px;
        background: url(/_app/dist/services/findGifts/static/1/header-big.png) 0 0 no-repeat;
    }
    #fs-easter2022-top-header-ico:hover:before{
        background-position: 0 -50px;
    }
}

/*** may2022 ***/
#fs-may2022-top-header-ico {
    position: relative;
    margin: 0 auto;
    height: 45px;
    width: 45px;
    display: block;
    top: 2px;
}

#fs-may2022-top-header-ico::before {
    content: '';
    position: absolute;
    height: 48px;
    width: 90px;
    top: 50%;
    left: 50%;
    background: url(../../base/i/themes/summer2022/header_logo-small.png) 0 0 no-repeat;
    pointer-events: none;
    transform: translate(-50%, -50%);
}

#fs-may2022-top-header-ico:hover:before{
    background-position: 0 -49px;
}

@media screen and (min-width: 1260px) {
    #fs-may2022-top-header-ico {
        width: 65px;
    }

    #fs-may2022-top-header-ico::before {
        width: 140px;
        background: url(../../base/i/themes/summer2022/header_logo.png) 0 0 no-repeat;
    }
}

/*** fruit22 ***/
#fs-fruit22-top-header-ico {
    position: relative;
    margin: 0 auto;
    height: 45px;
    width: 45px;
    display: block;
    top: 2px;
}

#fs-fruit22-top-header-ico::before {
    content: '';
    position: absolute;
    height: 48px;
    width: 90px;
    top: 50%;
    left: 50%;
    background: url(../../app/activity/i/header/fs-header-fruit22_mini.png) 0 1px no-repeat;
    pointer-events: none;
    transform: translate(-50%, -50%);
}

#fs-fruit22-top-header-ico:hover:before{
    background-position: 0 -45px;
}

@media screen and (min-width: 1260px) {
    #fs-fruit22-top-header-ico {
        width: 65px;
    }

    #fs-fruit22-top-header-ico::before {
        width: 140px;
        background: url(../../app/activity/i/header/fs-header-fruit22.png) 0 1px no-repeat;
    }
}

/*** sitestar ***/
#fs-header-sitestar {position: relative;margin: 0 auto;height: 45px;width: 45px;display: block;top: 1px;}
#fs-header-sitestar::before {content: '';position: absolute;height: 48px;width: 90px;top: 50%;left: 50%;
    background: url(../../app/rating/i/sitestar_11/i/header/small.png?v=2) center 0 no-repeat;pointer-events: none;transform: translate(-50%, -50%);
}

#fs-header-sitestar:hover:before {background-position: center -48px;}

@media screen and (min-width: 1260px) {
    #fs-header-sitestar {width: 65px;}
    #fs-header-sitestar::before {width: 140px;
        background: url(../../app/rating/i/sitestar_11/i/header/big.png?v=5) center 1px no-repeat;
    }
}
/*** sitestar ny25 ***/
#fs-header-sitestar-ny {position: relative;margin: 0 auto;height: 45px;width: 45px;display: block;top: 1px;}
#fs-header-sitestar-ny::before {content: '';position: absolute;height: 48px;width: 90px;top: 50%;left: 50%;
    background: url(../../app/rating/i/sitestar_12/i/header/small.png?v=2) center 0 no-repeat;pointer-events: none;transform: translate(-50%, -50%);
}

#fs-header-sitestar-ny:hover:before {background-position: center -48px;}

@media screen and (min-width: 1260px) {
    #fs-header-sitestar-ny {width: 65px;}
    #fs-header-sitestar-ny::before {width: 140px;
        background: url(../../app/rating/i/sitestar_12/i/header/big.png?v=5) center 1px no-repeat;
    }
}
/* 1 */
#fs-header-sitestar-1 {position: relative;margin: 0 auto;height: 45px;width: 45px;display: block;top: 1px;}
#fs-header-sitestar-1::before {content: '';position: absolute;height: 48px;width: 90px;top: 50%;left: 50%;
    background: url(../../app/rating/i/sitestar_11_1/i/header/small.png?v=2) center 0 no-repeat;pointer-events: none;transform: translate(-50%, -50%);
}

#fs-header-sitestar-1:hover:before {background-position: center -48px;}

@media screen and (min-width: 1260px) {
    #fs-header-sitestar-1 {width: 65px;}
    #fs-header-sitestar-1::before {width: 140px;
        background: url(../../app/rating/i/sitestar_11_1/i/header/big.png?v=5) center 1px no-repeat;
    }
}
/* 2 */
#fs-header-sitestar-2 {position: relative;margin: 0 auto;height: 45px;width: 45px;display: block;top: 1px;}
#fs-header-sitestar-2::before {content: '';position: absolute;height: 48px;width: 90px;top: 50%;left: 50%;
    background: url(../../app/rating/i/sitestar_11_2/i/header/small.png?v=2) center 0 no-repeat;pointer-events: none;transform: translate(-50%, -50%);
}

#fs-header-sitestar-2:hover:before {background-position: center -48px;}

@media screen and (min-width: 1260px) {
    #fs-header-sitestar-2 {width: 65px;}
    #fs-header-sitestar-2::before {width: 140px;
        background: url(../../app/rating/i/sitestar_11_2/i/header/big.png?v=5) center 1px no-repeat;
    }
}
/* 3 */
#fs-header-sitestar-3 {position: relative;margin: 0 auto;height: 45px;width: 45px;display: block;top: 1px;}
#fs-header-sitestar-3::before {content: '';position: absolute;height: 48px;width: 90px;top: 50%;left: 50%;
    background: url(../../app/rating/i/sitestar_11_3/i/header/small.png?v=2) center 0 no-repeat;pointer-events: none;transform: translate(-50%, -50%);
}

#fs-header-sitestar-3:hover:before {background-position: center -48px;}

@media screen and (min-width: 1260px) {
    #fs-header-sitestar-3 {width: 65px;}
    #fs-header-sitestar-3::before {width: 140px;
        background: url(../../app/rating/i/sitestar_11_3/i/header/big.png?v=5) center 1px no-repeat;
    }
}
/* 4 */
#fs-header-sitestar-4 {position: relative;margin: 0 auto;height: 45px;width: 45px;display: block;top: 1px;}
#fs-header-sitestar-4::before {content: '';position: absolute;height: 48px;width: 90px;top: 50%;left: 50%;
    background: url(../../app/rating/i/sitestar_11_4/i/header/small.png?v=2) center 0 no-repeat;pointer-events: none;transform: translate(-50%, -50%);
}

#fs-header-sitestar-4:hover:before {background-position: center -48px;}

@media screen and (min-width: 1260px) {
    #fs-header-sitestar-4 {width: 65px;}
    #fs-header-sitestar-4::before {width: 140px;
        background: url(../../app/rating/i/sitestar_11_4/i/header/big.png?v=5) center 1px no-repeat;
    }
}
/* 5 */
#fs-header-sitestar-5 {position: relative;margin: 0 auto;height: 45px;width: 45px;display: block;top: 1px;}
#fs-header-sitestar-5::before {content: '';position: absolute;height: 48px;width: 90px;top: 50%;left: 50%;
    background: url(../../app/rating/i/sitestar_11_5/i/header/small.png?v=2) center 0 no-repeat;pointer-events: none;transform: translate(-50%, -50%);
}

#fs-header-sitestar-5:hover:before {background-position: center -48px;}

@media screen and (min-width: 1260px) {
    #fs-header-sitestar-5 {width: 65px;}
    #fs-header-sitestar-5::before {width: 140px;
        background: url(../../app/rating/i/sitestar_11_5/i/header/big.png?v=5) center 1px no-repeat;
    }
}
/* 6 */
#fs-header-sitestar-6 {position: relative;margin: 0 auto;height: 45px;width: 45px;display: block;top: 1px;}
#fs-header-sitestar-6::before {content: '';position: absolute;height: 48px;width: 90px;top: 50%;left: 50%;
    background: url(../../app/rating/i/sitestar_11_6/i/header/small.png?v=2) center 0 no-repeat;pointer-events: none;transform: translate(-50%, -50%);
}

#fs-header-sitestar-6:hover:before {background-position: center -48px;}

@media screen and (min-width: 1260px) {
    #fs-header-sitestar-6 {width: 65px;}
    #fs-header-sitestar-6::before {width: 140px;
        background: url(../../app/rating/i/sitestar_11_6/i/header/big.png?v=5) center 1px no-repeat;
    }
}
/* 7 */
#fs-header-sitestar-7 {position: relative;margin: 0 auto;height: 45px;width: 45px;display: block;top: 1px;}
#fs-header-sitestar-7::before {content: '';position: absolute;height: 48px;width: 90px;top: 50%;left: 50%;
    background: url(../../app/rating/i/sitestar_11_7/i/header/small.png?v=2) center 0 no-repeat;pointer-events: none;transform: translate(-50%, -50%);
}

#fs-header-sitestar-7:hover:before {background-position: center -48px;}

@media screen and (min-width: 1260px) {
    #fs-header-sitestar-7 {width: 65px;}
    #fs-header-sitestar-7::before {width: 140px;
        background: url(../../app/rating/i/sitestar_11_7/i/header/big.png?v=5) center 1px no-repeat;
    }
}
/* 8 */
#fs-header-sitestar-8 {position: relative;margin: 0 auto;height: 45px;width: 45px;display: block;top: 1px;}
#fs-header-sitestar-8::before {content: '';position: absolute;height: 48px;width: 90px;top: 50%;left: 50%;
    background: url(../../app/rating/i/sitestar_11_8/i/header/small.png?v=2) center 0 no-repeat;pointer-events: none;transform: translate(-50%, -50%);
}

#fs-header-sitestar-8:hover:before {background-position: center -48px;}

@media screen and (min-width: 1260px) {
    #fs-header-sitestar-8 {width: 65px;}
    #fs-header-sitestar-8::before {width: 140px;
        background: url(../../app/rating/i/sitestar_11_8/i/header/big.png?v=5) center 1px no-repeat;
    }
}
/* 9 */
#fs-header-sitestar-9 {position: relative;margin: 0 auto;height: 45px;width: 45px;display: block;top: 1px;}
#fs-header-sitestar-9::before {content: '';position: absolute;height: 48px;width: 90px;top: 50%;left: 50%;
    background: url(../../app/rating/i/sitestar_11_9/i/header/small.png?v=2) center 0 no-repeat;pointer-events: none;transform: translate(-50%, -50%);
}

#fs-header-sitestar-9:hover:before {background-position: center -48px;}

@media screen and (min-width: 1260px) {
    #fs-header-sitestar-9 {width: 65px;}
    #fs-header-sitestar-9::before {width: 140px;
        background: url(../../app/rating/i/sitestar_11_9/i/header/big.png?v=5) center 1px no-repeat;
    }
}
/* 10 */
#fs-header-sitestar-10 {position: relative;margin: 0 auto;height: 45px;width: 45px;display: block;top: 1px;}
#fs-header-sitestar-10::before {content: '';position: absolute;height: 48px;width: 90px;top: 50%;left: 50%;
    background: url(../../app/rating/i/sitestar_11_10/i/header/small.png?v=2) center 0 no-repeat;pointer-events: none;transform: translate(-50%, -50%);
}

#fs-header-sitestar-10:hover:before {background-position: center -48px;}

@media screen and (min-width: 1260px) {
    #fs-header-sitestar-10 {width: 65px;}
    #fs-header-sitestar-10::before {width: 140px;
        background: url(../../app/rating/i/sitestar_11_10/i/header/big.png?v=5) center 1px no-repeat;
    }
}
/* 11 */
#fs-header-sitestar-11 {position: relative;margin: 0 auto;height: 45px;width: 45px;display: block;top: 1px;}
#fs-header-sitestar-11::before {content: '';position: absolute;height: 48px;width: 90px;top: 50%;left: 50%;
    background: url(../../app/rating/i/sitestar_11_11/i/header/small.png?v=2) center 0 no-repeat;pointer-events: none;transform: translate(-50%, -50%);
}

#fs-header-sitestar-11:hover:before {background-position: center -48px;}

@media screen and (min-width: 1260px) {
    #fs-header-sitestar-11 {width: 65px;}
    #fs-header-sitestar-11::before {width: 140px;
        background: url(../../app/rating/i/sitestar_11_11/i/header/big.png?v=5) center 1px no-repeat;
    }
}
/* 12 */
#fs-header-sitestar-12 {position: relative;margin: 0 auto;height: 45px;width: 45px;display: block;top: 1px;}
#fs-header-sitestar-12::before {content: '';position: absolute;height: 48px;width: 90px;top: 50%;left: 50%;
    background: url(../../app/rating/i/sitestar_11_12/i/header/small.png?v=2) center 0 no-repeat;pointer-events: none;transform: translate(-50%, -50%);
}

#fs-header-sitestar-12:hover:before {background-position: center -48px;}

@media screen and (min-width: 1260px) {
    #fs-header-sitestar-12 {width: 65px;}
    #fs-header-sitestar-12::before {width: 140px;
        background: url(../../app/rating/i/sitestar_11_12/i/header/big.png?v=5) center 1px no-repeat;
    }
}

/* custom 8 march */
#fs-header-sitestar-custom-8 {position: relative;margin: 0 auto;height: 45px;width: 45px;display: block;top: 1px;}
#fs-header-sitestar-custom-8::before {content: '';position: absolute;height: 48px;width: 90px;top: 50%;left: 50%;
    background: url(../../app/rating/i/sitestar_10/i/header/small.png?v=2) center 0 no-repeat;pointer-events: none;transform: translate(-50%, -50%);
}

#fs-header-sitestar-custom-8:hover:before {background-position: center -48px;}

@media screen and (min-width: 1260px) {
    #fs-header-sitestar-custom-8 {width: 65px;}
    #fs-header-sitestar-custom-8::before {width: 140px;
        background: url(../../app/rating/i/sitestar_10/i/header/big.png?v=5) center 1px no-repeat;
    }
}

/* custom 23 february */
#fs-header-sitestar-custom-23 {position: relative;margin: 0 auto;height: 45px;width: 45px;display: block;top: 1px;}
#fs-header-sitestar-custom-23::before {content: '';position: absolute;height: 48px;width: 90px;top: 50%;left: 50%;
    background: url(../../app/rating/i/sitestar_9/i/header/small.png?v=2) center 0 no-repeat;pointer-events: none;transform: translate(-50%, -50%);
}

#fs-header-sitestar-custom-23:hover:before {background-position: center -48px;}

@media screen and (min-width: 1260px) {
    #fs-header-sitestar-custom-23 {width: 65px;}
    #fs-header-sitestar-custom-23::before {width: 140px;
        background: url(../../app/rating/i/sitestar_9/i/header/big.png?v=5) center 1px no-repeat;
    }
}
/*** sitestar ***/

/*** ?????? ?????? ***/
#fs-header-merrymaker-app {
    position: relative;
    margin: 0 auto;
    height: 45px;
    width: 45px;
    display: block;
    top: 1px;
}

#fs-header-merrymaker-app::before {
    content: '';
    position: absolute;
    height: 48px;
    width: 90px;
    top: 50%;
    left: 50%;
    background: url(../../app/activity/i/header/merrymaker-app-small.png?v=1) center 0 no-repeat;
    pointer-events: none;
    transform: translate(-50%, -50%);
}

#fs-header-merrymaker-app:hover:before {
    background-position: center -48px;
}

@media screen and (min-width: 1260px) {
    #fs-header-merrymaker-app {
        width: 65px;
    }

    #fs-header-merrymaker-app::before {
        width: 140px;
        background: url(../../app/activity/i/header/merrymaker-app.png?v=1) center 0 no-repeat;
    }
}

/*** ???????? ***/
#fs-cookies-app-top-header-ico {
    position: relative;
    margin: 0 auto;
    height: 45px;
    width: 45px;
    display: block;
    top: 1px;
}

#fs-cookies-app-top-header-ico::before {
    content: '';
    position: absolute;
    height: 48px;
    width: 90px;
    top: 50%;
    left: 50%;
    background: url(../../app/rating/i/banner/cookies-app-small.png?v=1) center -1px no-repeat;
    pointer-events: none;
    transform: translate(-50%, -50%);
}

#fs-cookies-app-top-header-ico:hover:before {
    background-position: center -49px;
}

@media screen and (min-width: 1260px) {
    #fs-cookies-app-top-header-ico {
        width: 65px;
    }

    #fs-cookies-app-top-header-ico::before {
        width: 140px;
        background: url(../../app/rating/i/banner/cookies-app-big.png?v=1) center 2px no-repeat;
    }
    #fs-cookies-app-top-header-ico:hover:before {
        background-position: center -48px;
    }
}

/*** ???? ????????? ***/
#fs-header-partnership-app {
    position: relative;
    margin: 0 auto;
    height: 45px;
    width: 45px;
    display: block;
    top: 1px;
}

#fs-header-partnership-app::before {
    content: '';
    position: absolute;
    height: 48px;
    width: 90px;
    top: 50%;
    left: 50%;
    background: url(../../app/activity/i/header/partnership-app-small.png?v=1) center 0 no-repeat;
    pointer-events: none;
    transform: translate(-50%, -50%);
}

#fs-header-partnership-app:hover:before {
    background-position: center -48px;
}

@media screen and (min-width: 1260px) {
    #fs-header-partnership-app {
        width: 65px;
    }

    #fs-header-partnership-app::before {
        width: 140px;
        background: url(../../app/activity/i/header/partnership-app.png?v=1) center 0 no-repeat;
    }
}

/*** hotdays ***/
#fs-header-hotdays {
    position: relative;
    margin: 0 auto;
    height: 45px;
    width: 45px;
    display: block;
    top: 1px;
}

#fs-header-hotdays::before {
    content: '';
    position: absolute;
    height: 48px;
    width: 90px;
    top: 50%;
    left: 50%;
    background: url(../../app/activity/i/header/hotdays-autumn-small.png?v=3) center 0 no-repeat;
    pointer-events: none;
    transform: translate(-50%, -50%);
}

#fs-header-hotdays:hover:before {
    background-position: center -48px;
}

@media screen and (min-width: 1260px) {
    #fs-header-hotdays {
        width: 65px;
    }

    #fs-header-hotdays::before {
        width: 140px;
        background: url(../../app/activity/i/header/hotdays-autumn.png?v=3) center 0 no-repeat;
    }
}

/*** story autumn ***/
#fs-header-story-autumn {
    position: relative;
    margin: 0 auto;
    height: 45px;
    width: 45px;
    display: block;
    top: 1px;
}

#fs-header-story-autumn::before {
    content: '';
    position: absolute;
    height: 48px;
    width: 90px;
    top: 50%;
    left: 50%;
    background: url(../../app/activity/i/header/story-autumn-small.png) center 0 no-repeat;
    pointer-events: none;
    transform: translate(-50%, -50%);
}

#fs-header-story-autumn:hover:before {
    background-position: center -48px;
}

@media screen and (min-width: 1260px) {
    #fs-header-story-autumn {
        width: 65px;
    }

    #fs-header-story-autumn::before {
        width: 140px;
        background: url(../../app/activity/i/header/story-autumn.png) center 0 no-repeat;
    }
}

/*** marathon ***/
#fs-header-marathon {
    position: relative;
    margin: 0 auto;
    height: 45px;
    width: 45px;
    display: block;
    top: 1px;
}

#fs-header-marathon::before {
    content: '';
    position: absolute;
    height: 48px;
    width: 90px;
    top: 50%;
    left: 50%;
    background: url(../../_app/dist/services/marathon/_static/header-small.png?v=2) center 0 no-repeat;
    pointer-events: none;
    transform: translate(-50%, -50%);
}

#fs-header-marathon:hover:before {
    background-position: center -48px;
}

@media screen and (min-width: 1260px) {
    #fs-header-marathon {
        width: 65px;
    }

    #fs-header-marathon::before {
        width: 140px;
        background: url(../../_app/dist/services/marathon/_static/header-big.png?v=2) center 1px no-repeat;
    }
}

/*** questerium ***/
#fs-header-questerium {
    position: relative;
    margin: 0 auto;
    height: 45px;
    width: 45px;
    display: block;
    top: 1px;
}

#fs-header-questerium::before {
    content: '';
    position: absolute;
    height: 48px;
    width: 90px;
    top: 50%;
    left: 50%;
    background: url(../../_app/dist/services/questerium/_static/promo/logo-small.png?v=2) center 0 no-repeat;
    pointer-events: none;
    transform: translate(-50%, -50%);
}

#fs-header-questerium:hover:before {
    background-position: center -48px;
}

@media screen and (min-width: 1260px) {
    #fs-header-questerium {
        width: 65px;
    }

    #fs-header-questerium::before {
        width: 140px;
        background: url(../../_app/dist/services/questerium/_static/promo/logo-big.png?v=2) center 1px no-repeat;
    }
}

/*** cross-pairs ***/
#fs-header-cross-pairs {
    position: relative;
    margin: 0 auto;
    height: 45px;
    width: 45px;
    display: block;
    top: 1px;
}

#fs-header-cross-pairs::before {
    content: '';
    position: absolute;
    height: 48px;
    width: 90px;
    top: 50%;
    left: 50%;
    background: url(../../_app/dist/services/pairs/_static/promo/pairs-small.png?v=2) center 0 no-repeat;
    pointer-events: none;
    transform: translate(-50%, -50%);
}

#fs-header-cross-pairs:hover:before {
    background-position: center -48px;
}

@media screen and (min-width: 1260px) {
    #fs-header-cross-pairs {
        width: 65px;
    }

    #fs-header-cross-pairs::before {
        width: 140px;
        background: url(../../_app/dist/services/pairs/_static/promo/pairs-big.png?v=2) center 1px no-repeat;
    }
}


/*** lootbox ***/
#fs-header-lootbox {
    position: relative;
    margin: 0 auto;
    height: 45px;
    width: 45px;
    display: block;
    top: 1px;
}

#fs-header-lootbox::before {
    content: '';
    position: absolute;
    height: 48px;
    width: 90px;
    top: 50%;
    left: 50%;
    background: url(../../_app/dist/services/lootBox/_static/promo/lootbox-header-small.png) center 0 no-repeat;
    pointer-events: none;
    transform: translate(-50%, -50%);
}

#fs-header-lootbox:hover:before {
    background-position: center -48px;
}

@media screen and (min-width: 1260px) {
    #fs-header-lootbox {
        width: 65px;
    }

    #fs-header-lootbox::before {
        width: 140px;
        background: url(../../_app/dist/services/lootBox/_static/promo/lootbox-header-big.png) center 1px no-repeat;
    }
}

/*** winterstory ***/
#fs-header-winterstory {
    position: relative;
    margin: 0 auto;
    height: 45px;
    width: 45px;
    display: block;
    top: 1px;
}

#fs-header-winterstory::before {
    content: '';
    position: absolute;
    height: 48px;
    width: 90px;
    top: 50%;
    left: 50%;
    background: url(../../app/activity/i/header/winterstory-small.png) center 0 no-repeat;
    pointer-events: none;
    transform: translate(-50%, -50%);
}

#fs-header-winterstory:hover:before {
    background-position: center -48px;
}

@media screen and (min-width: 1260px) {
    #fs-header-winterstory {
        width: 65px;
    }

    #fs-header-winterstory::before {
        width: 140px;
        background: url(../../app/activity/i/header/winterstory-big.png) center 1px no-repeat;
    }
}

/*** ny2023 ***/
#fs-header-ny2023 {
    position: relative;
    margin: 0 auto;
    height: 45px;
    width: 45px;
    display: block;
    top: 1px;
}

#fs-header-ny2023::before {
    content: '';
    position: absolute;
    height: 48px;
    width: 90px;
    top: 50%;
    left: 50%;
    background: url(../../app/activity/i/header/fs-header-ny2023_mini.png) center 0 no-repeat;
    pointer-events: none;
    transform: translate(-50%, -50%);
}

#fs-header-ny2023:hover:before {
    background-position: center -48px;
}

@media screen and (min-width: 1260px) {
    #fs-header-ny2023 {
        width: 65px;
    }

    #fs-header-ny2023::before {
        width: 140px;
        background: url(../../app/activity/i/header/fs-header-ny2023.png) center 1px no-repeat;
    }
}

/*** ar season ***/
#fs-header-ar-season {
    position: relative;
    margin: 0 auto;
    height: 45px;
    width: 45px;
    display: block;
    top: 1px;
}

#fs-header-ar-season::before {
    content: '';
    position: absolute;
    height: 48px;
    width: 90px;
    top: 50%;
    left: 50%;
    background: url(../../app/activity/i/header/ar-season-small.png) center 0 no-repeat;
    pointer-events: none;
    transform: translate(-50%, -50%);
}

#fs-header-ar-season:hover:before {
    background-position: center -48px;
}

@media screen and (min-width: 1260px) {
    #fs-header-ar-season {
        width: 65px;
    }

    #fs-header-ar-season::before {
        width: 140px;
        background: url(../../app/activity/i/header/ar-season.png) center 0 no-repeat;
    }
}

/*** ??????? ***/
#fs-header-faberge {
    position: relative;
    margin: 0 auto;
    height: 45px;
    width: 45px;
    display: block;
    top: 2px;
}

#fs-header-faberge::before {
    content: '';
    position: absolute;
    height: 48px;
    width: 122px;
    top: 50%;
    left: 50%;
    background: url(../../app/activity/i/header/fs-header-faberge_mini.png) no-repeat center 0;
    /*background: url(../../app/activity/i/header/fs-header-tree23_mini.png) no-repeat center 0;  new year 2025 */
    pointer-events: none;
    transform: translate(-50%, -50%);
}

#fs-header-faberge:hover:before {
    background-position: center -48px;
}


@media screen and (min-width: 1260px) {
    #fs-header-faberge {
        width: 65px;
    }

    #fs-header-faberge::before{
       width: 122px;
       background: url(../../app/activity/i/header/fs-header-faberge.png) no-repeat 0 0;
    /*  background: url(../../app/activity/i/header/fs-header-tree23.png) no-repeat 0 0; /* new year 2025 */
    }
}

#fs-header-ny2022 {
    position: relative;
    margin: 0 auto;
    height: 45px;
    width: 45px;
    display: block;
    top: 2px;
}

#fs-header-ny2022::before {
    content: '';
    position: absolute;
    height: 48px;
    width: 169px;
    top: 50%;
    left: 50%;
    background: url(../../app/activity/i/header/fs-header-ny2022_mini.png) no-repeat center 0;
    pointer-events: none;
    transform: translate(-50%, -50%);
}

#fs-header-ny2022:hover:before {
    background-position: center -48px;
}

/*** ??????? ***/
#fs-header-kosynkaonline {
    position: relative;
    margin: 0 auto;
    height: 45px;
    width: 45px;
    display: block;
    top: 1px;
}

#fs-header-kosynkaonline::before {
    content: '';
    position: absolute;
    height: 46px;
    width: 90px;
    top: 50%;
    left: 50%;
    background: url(../../app/activity/i/header/fs-header-kosynkaonline_mini.png) no-repeat center 0;
    pointer-events: none;
    transform: translate(-50%, -50%);
}

#fs-header-kosynkaonline:hover:before {
    background-position: center -46px;
}


@media screen and (min-width: 1260px) {
    #fs-header-kosynkaonline {
        width: 65px;
    }

    #fs-header-kosynkaonline::before{
        width: 140px;
        background: url(../../app/activity/i/header/fs-header-kosynkaonline.png) no-repeat 0 0;
    }
}


/*** ?????? ?????? ***/
#fs-header-clicker_summer {
    position: relative;
    margin: 0 auto;
    height: 45px;
    width: 45px;
    display: block;
    top: 2px;
}

#fs-header-clicker_summer::before {
    content: '';
    position: absolute;
    height: 48px;
    width: 90px;
    top: 50%;
    left: 50%;
    background: url(../../app/activity/i/header/fs-header-clicker-summer_mini.png?v=2) no-repeat center 0;
    pointer-events: none;
    transform: translate(-50%, -50%);
}

#fs-header-clicker_summer:hover:before {
    background-position: center -48px;
}


@media screen and (min-width: 1260px) {
    #fs-header-clicker_summer {
        width: 65px;
    }

    #fs-header-clicker_summer::before{
        width: 140px;
        background: url(../../app/activity/i/header/fs-header-clicker-summer.png?v=2) no-repeat 0 0;
    }
}



/*** ?????????? ?????? ***/
#fs-header-clicker_space {
    position: relative;
    margin: 0 auto;
    height: 45px;
    width: 45px;
    display: block;
    top: 2px;
}

#fs-header-clicker_space::before {
    content: '';
    position: absolute;
    height: 48px;
    width: 90px;
    top: 50%;
    left: 50%;
    background: url(../../app/activity/i/header/fs-header-clicker-space_mini.png?v=2) no-repeat center 0;
    pointer-events: none;
    transform: translate(-50%, -50%);
}

#fs-header-clicker_space:hover:before {
    background-position: center -48px;
}


@media screen and (min-width: 1260px) {
    #fs-header-clicker_space {
        width: 65px;
    }

    #fs-header-clicker_space::before{
        width: 140px;
        background: url(../../app/activity/i/header/fs-header-clicker-space.png?v=2) no-repeat 0 0;
    }
}

/*** ????? ?????? ***/
#fs-header-clicker_pinup {
    position: relative;
    margin: 0 auto;
    height: 45px;
    width: 45px;
    display: block;
    top: 2px;
}

#fs-header-clicker_pinup::before {
    content: '';
    position: absolute;
    height: 48px;
    width: 90px;
    top: 50%;
    left: 50%;
    background: url(../../app/activity/i/header/fs-header-clicker-pinup_mini.png?v=2) no-repeat center 0;
    pointer-events: none;
    transform: translate(-50%, -50%);
}

#fs-header-clicker_pinup:hover:before {
    background-position: center -48px;
}


@media screen and (min-width: 1260px) {
    #fs-header-clicker_pinup {
        width: 65px;
    }

    #fs-header-clicker_pinup::before{
        width: 140px;
        background: url(../../app/activity/i/header/fs-header-clicker-pinup.png?v=2) no-repeat 0 0;
    }
}

/*** ????? ?????? ***/
#fs-header-clicker_mens {
    position: relative;
    margin: 0 auto;
    height: 45px;
    width: 45px;
    display: block;
    top: 2px;
}

#fs-header-clicker_mens::before {
    content: '';
    position: absolute;
    height: 48px;
    width: 90px;
    top: 50%;
    left: 50%;
    background: url(../../app/activity/i/header/fs-header-clicker-mens_mini.png?v=2) no-repeat center 0;
    pointer-events: none;
    transform: translate(-50%, -50%);
}

#fs-header-clicker_mens:hover:before {
    background-position: center -48px;
}


@media screen and (min-width: 1260px) {
    #fs-header-clicker_mens {
        width: 65px;
    }

    #fs-header-clicker_mens::before{
        width: 140px;
        background: url(../../app/activity/i/header/fs-header-clicker-mens.png?v=2) no-repeat 0 0;
    }
}

/*** ????? ***/
#fs-header-kitchen {
    position: relative;
    margin: 0 auto;
    height: 45px;
    width: 45px;
    display: block;
    top: 2px;
}

#fs-header-kitchen::before {
    content: '';
    position: absolute;
    height: 48px;
    width: 90px;
    top: 50%;
    left: 50%;
    background: url(../../app/activity/i/header/fs-header-kitchen_mini.png?v=2) no-repeat center 0;
    pointer-events: none;
    transform: translate(-50%, -50%);
}

#fs-header-kitchen:hover:before {
    background-position: center -48px;
}


@media screen and (min-width: 1260px) {
    #fs-header-kitchen {
        width: 65px;
    }

    #fs-header-kitchen::before{
        width: 122px;
        background: url(../../app/activity/i/header/fs-header-kitchen.png?v=2) no-repeat 0 0;
    }
}

/*** ?? ??????? ***/
#fs-header-playpromo {
    position: relative;
    margin: 0 auto;
    height: 45px;
    width: 45px;
    display: block;
    top: 0;
}

#fs-header-playpromo::before {
    content: '';
    position: absolute;
    height: 48px;
    width: 90px;
    top: 50%;
    left: 50%;
    background: url(../../app/activity/i/header/fs-hunt_2021_small.png) no-repeat center 0;
    pointer-events: none;
    transform: translate(-50%, -50%);
}

#fs-header-playpromo:hover:before {
    background-position: center -48px;
}


@media screen and (min-width: 1260px) {
    #fs-header-playpromo {
        width: 65px;
    }

    #fs-header-playpromo::before{
        width: 140px;
        background: url(../../app/activity/i/header/fs-hunt_2021_large.png) no-repeat 0 0;
    }
}

#fs-header-holidays {
    position: relative;
    margin: 0 auto;
    height: 45px;
    width: 45px;
    display: block;
    top: 2px;
}

#fs-header-holidays::before {
    content: '';
    position: absolute;
    height: 48px;
    width: 90px;
    top: 50%;
    left: 50%;
    background: url(../../app/activity/i/header/fs-header-holidays_mini.png?v=2) no-repeat center 0;
    pointer-events: none;
    transform: translate(-50%, -50%);
}

#fs-header-holidays:hover:before {
    background-position: center -48px;
}


@media screen and (min-width: 1260px) {
    #fs-header-holidays {
        width: 65px;
    }

    #fs-header-holidays::before{
        width: 140px;
        background: url(../../app/activity/i/header/fs-header-holidays.png?v=2) no-repeat 0 0;
    }
}

#fs-header-holidays-march {
    position: relative;
    margin: 0 auto;
    height: 45px;
    width: 45px;
    display: block;
    top: 2px;
}

#fs-header-holidays-march::before {
    content: '';
    position: absolute;
    height: 48px;
    width: 90px;
    top: 50%;
    left: 50%;
    background: url(../../app/activity/i/header/fs-header-holidays-march_mini.png?v=2) no-repeat center 0;
    pointer-events: none;
    transform: translate(-50%, -50%);
}

#fs-header-holidays-march:hover:before {
    background-position: center -48px;
}

@media screen and (min-width: 1260px) {
    #fs-header-holidays-march {
        width: 65px;
    }

    #fs-header-holidays-march::before{
        width: 90px;
        background: url(../../app/activity/i/header/fs-header-holidays-march.png?v=2) no-repeat 0 0;
    }
}

#fs-header-iq {
    position: relative;
    margin: 0 auto;
    height: 45px;
    width: 45px;
    display: block;
    top: 2px;
}

/*#fs-header-iq_hide {*/
/*    display: none;*/
/*}*/

#fs-header-iq::before {
    content: '';
    position: absolute;
    height: 48px;
    width: 90px;
    top: 50%;
    left: 50%;
    background: url(../../app/activity/i/header/fs-header-iq.png) no-repeat center 0;
    pointer-events: none;
    transform: translate(-50%, -50%);
}

#fs-header-iq:hover:before {
    background-position: center -48px;
}

@media screen and (min-width: 1260px) {
    #fs-header-iq {
        width: 65px;
    }

    #fs-header-iq::before{
        width: 90px;
    }
}

/* brain promo*/

#fs-brain-portal-demo {
    position: relative;
    margin: 0 auto;
    height: 45px;
    width: 45px;
    display: block;
    top: 2px;
}

#fs-brain-portal-demo::before {
    content: '';
    position: absolute;
    height: 48px;
    width: 90px;
    top: 50%;
    left: 50%;
    background: url(../../app/activity/i/header/brain-logo-top_min.png?v=2) no-repeat center 0;
    pointer-events: none;
    transform: translate(-50%, -50%);
}

#fs-brain-portal-demo:hover:before {
    background-position: center -48px;
}


@media screen and (min-width: 1260px) {
    #fs-brain-portal-demo {
        width: 65px;
    }

    #fs-brain-portal-demo::before{
        width: 140px;
        background: url(../../app/activity/i/header/brain-logo-top.png?v=2) no-repeat 0 0;
    }
}

/* cognitive promo fs */

#fs-cognitive-top-header-ico {
    position: relative;
    margin: 0 auto;
    height: 45px;
    width: 45px;
    display: block;
    top: 2px;
}

#fs-cognitive-top-header-ico::before {
    content: '';
    position: absolute;
    height: 45px;
    width: 39px;
    top: 50%;
    left: 50%;
    background: url(../../app/activity/i/header/fs-cognitive-head_small.png?v=3) no-repeat center -2px;
    background-size: 100% auto;
    pointer-events: none;
    transform: translate(-50%, -50%);
}

#fs-cognitive-top-header-ico:hover:before {
    background-position: center -58px;
}


@media screen and (min-width: 1260px) {
    #fs-cognitive-top-header-ico {
        width: 101px;
    }

    #fs-cognitive-top-header-ico::before{
        width: 101px;
        background: url(../../app/activity/i/header/fs-cognitive-head_big.png?v=4) no-repeat 0 -3px;
    }

    #fs-cognitive-top-header-ico:hover:before {
        background-position: center -66px;
    }

}

/* helloween promo*/

#fs-helloween-top-header-ico {
    position: relative;
    margin: 0 auto;
    height: 45px;
    width: 45px;
    display: block;
    top: 2px;
}

#fs-helloween-top-header-ico::before {
    content: '';
    position: absolute;
    height: 48px;
    width: 90px;
    top: 50%;
    left: 50%;
    background: url(../../app/activity/i/header/helloween-logo-top_min.png?v=2) no-repeat center 0;
    pointer-events: none;
    transform: translate(-50%, -50%);
}

#fs-helloween-top-header-ico:hover:before {
    background-position: center -48px;
}


@media screen and (min-width: 1260px) {
    #fs-helloween-top-header-ico {
        width: 65px;
    }

    #fs-helloween-top-header-ico::before{
        width: 140px;
        background: url(../../app/activity/i/header/helloween-logo-top.png?v=2) no-repeat 0 0;
    }
}

/* heroes fs */

#fs-heroes-top-header-ico {
    position: relative;
    margin: 0 auto;
    height: 45px;
    width: 45px;
    display: block;
    top: 2px;
}

#fs-heroes-top-header-ico::before {
    content: '';
    position: absolute;
    height: 48px;
    width: 140px;
    top: 50%;
    left: 50%;
    background: url(../../app/activity/i/header/fs-heroes-top-ico_big.png?v=2) no-repeat center 0;
    pointer-events: none;
    transform: translate(-50%, -50%);
}

#fs-heroes-top-header-ico:hover:before {
    background-position: center -48px;
}


@media screen and (min-width: 1260px) {
    #fs-heroes-top-header-ico {
        width: 90px;
    }

    #fs-heroes-top-header-ico::before{
        width: 90px;
        background: url(../../app/activity/i/header/fs-heroes-top-ico_small.png?v=2) no-repeat 0 0;
    }
}

/* interview */

#fs-header-interview {
    position: relative;
    margin: 0 auto;
    height: 45px;
    width: 45px;
    display: block;
    top: 2px;
}

#fs-header-interview::before {
    content: '';
    position: absolute;
    height: 48px;
    width: 120px;
    top: 50%;
    left: 50%;
    background: url(../../app/activity/i/header/fs-header-interview.png) no-repeat center 0;
    pointer-events: none;
    transform: translate(-50%, -50%);
}

#fs-header-interview:hover:before {
    background-position: center -48px;
}


@media screen and (min-width: 1260px) {
    #fs-header-interview {
        width: 45px;
    }

    #fs-header-interview::before{
        width: 120px;
        background: url(../../app/activity/i/header/fs-header-interview.png) no-repeat center 0;
    }
}

/* rating-tournament fs */

#fs-rating-tournament-top-header-ico {
    position: relative;
    margin: 0 auto;
    height: 45px;
    width: 45px;
    display: block;
    top: 2px;
}

#fs-rating-tournament-top-header-ico::before {
    content: '';
    position: absolute;
    height: 46px;
    width: 140px;
    top: 50%;
    left: 50%;
    background: url(../../app/activity/i/header/fs-rating-tournament-top-header-ico_big.png?v=2) no-repeat center 0;
    pointer-events: none;
    transform: translate(-50%, -50%);
}

#fs-rating-tournament-top-header-ico:hover:before {
    background-position: center -48px;
}


@media screen and (min-width: 1260px) {
    #fs-rating-tournament-top-header-ico {
        width: 90px;
    }

    #fs-rating-tournament-top-header-ico::before{
        width: 90px;
        background: url(../../app/activity/i/header/fs-rating-tournament-top-header-ico_small.png?v=2) no-repeat 0 0;
    }
}

/* supercity */

#fs-header-supercity {
    position: relative;
    margin: 0 auto;
    height: 45px;
    width: 45px;
    display: block;
    top: 2px;
}

#fs-header-supercity::before {
    content: '';
    position: absolute;
    height: 48px;
    width: 140px;
    top: 50%;
    left: 50%;
    background: url(../../app/activity/i/header/fs-header-supercity.png) no-repeat center 0;
    pointer-events: none;
    transform: translate(-50%, -50%);
}

#fs-header-supercity:hover:before {
    background-position: center -48px;
}


@media screen and (min-width: 1260px) {
    #fs-header-supercity {
        width: 45px;
    }

    #fs-header-supercity::before{
        width: 90px;
        background: url(../../app/activity/i/header/fs-header-supercity_mini.png) no-repeat center 0;
    }
}

/* calendar */

#fs-calendar-top-header-ico {
    position: relative;
    margin: 0 auto;
    height: 45px;
    width: 45px;
    display: block;
    top: 2px;
}
#fs-calendar-top-header-ico::before {
    content: '';
    position: absolute;
    height: 48px;
    width: 90px;
    top: 50%;
    left: 50%;
    background: url(../../app/pams/calendar/img/jungle/fs-header.png) no-repeat center 0;
    pointer-events: none;
    transform: translate(-50%, -50%);
}
#fs-calendar-top-header-ico:hover:before {
    background-image: url(../../app/pams/calendar/img/jungle/fs-header-hover.png);
}
@media screen and (min-width: 1260px) {
    #fs-calendar-top-header-ico {
        width: 90px;
    }
    #fs-calendar-top-header-ico::before{
        width: 140px;
        background-image: url(../../app/pams/calendar/img/jungle/fs-header-full.png);
    }
    #fs-calendar-top-header-ico:hover:before {
        background-image: url(../../app/pams/calendar/img/jungle/fs-header-full-hover.png);
    }
}

/* horoscope */

#fs-horoscope-top-header-ico {
    position: relative;
    margin: 0 auto;
    height: 45px;
    width: 45px;
    display: block;
    top: 2px;
}

#fs-horoscope-top-header-ico::before {
    content: '';
    position: absolute;
    height: 48px;
    width: 90px;
    top: -2px;
    left: 50%;
    background: url(/_app/dist/services/horoscope/static/logo-small.png) 0 0 no-repeat;
    pointer-events: none;
    transform: translate(-50%, 0);
}

#fs-horoscope-top-header-ico:hover:before{
    background-position: 0 -48px;
}

@media screen and (min-width: 1260px) {
    #fs-horoscope-top-header-ico {
        width: 65px;
    }

    #fs-horoscope-top-header-ico::before {
        width: 140px;
        background: url(/_app/dist/services/horoscope/static/logo-big.png) 0 0 no-repeat;
    }
    #fs-horoscope-top-header-ico:hover:before{
        background-position: 0 -48px;
    }
}

/* contest leagues */

#fs-contest-leagues-top-header-ico {
    position: relative;
    margin: 0 auto;
    height: 45px;
    width: 45px;
    display: block;
    top: 2px;
}

#fs-contest-leagues-top-header-ico::before {
    content: '';
    position: absolute;
    height: 48px;
    width: 78px;
    top: 0;
    left: 50%;
    background: url(/_app/dist/services/leagues/_static/img/small.png) 0 -5px no-repeat;
    pointer-events: none;
    transform: translate(-50%, 3px);
}
#fs-contest-leagues-top-header-ico:hover:before{
    background-position: 0 -53px;
}

@media screen and (min-width: 1260px) {
    #fs-contest-leagues-top-header-ico {
        width: 65px;
    }

    #fs-contest-leagues-top-header-ico::before {
        width: 140px;
        background: url(/_app/dist/services/leagues/_static/img/big.png) 0 -4px no-repeat;
    }
    #fs-contest-leagues-top-header-ico:hover:before{
        background-position: 0 -53px;
    }
}

/* mask */

#fs-mask-top-header-ico {
    position: relative;
    margin: 0 auto;
    height: 45px;
    width: 45px;
    display: block;
    top: 2px;
}

#fs-mask-top-header-ico::before {
    content: '';
    position: absolute;
    height: 48px;
    width: 36px;
    top: 0;
    left: 50%;
    background: url(/combo/express/mask/logo-small.png) 0 0 no-repeat;
    pointer-events: none;
    transform: translate(-50%, 3px);
}

@media screen and (min-width: 1260px) {
    #fs-mask-top-header-ico {
        width: 65px;
    }

    #fs-mask-top-header-ico::before {
        width: 140px;
        background: url(/combo/express/mask/logo-big.png) 0 0 no-repeat;
    }
}

/* The Best */
#fs-the-best-header-link {
    position: relative;
    margin: 0 auto;
    height: 45px;
    width: 45px;
    display: block;
    top: 2px;
}

#fs-the-best-header-link::before {
    content: '';
    position: absolute;
    height: 48px;
    width: 90px;
    top: -2px;
    left: 50%;
    background: url(/_app/src/services/thebest/assets/img/logo-small.png) 0 0 no-repeat;
    pointer-events: none;
    transform: translate(-50%, 0);
}

#fs-the-best-header-link:hover:before{
    background-position: 0 -48px;
}

@media screen and (min-width: 1260px) {
    #fs-the-best-header-link {
        width: 65px;
    }

    #fs-the-best-header-link::before {
        width: 140px;
        background: url(/_app/src/services/thebest/assets/img/logo-big.png) 0 0 no-repeat;
    }
    #fs-the-best-header-link:hover:before{
        background-position: 0 -48px;
    }
}

/* NewYear 2016 */
#fs-header-story-ny2016 {
    position: relative;
    margin: 0 auto;
    height: 45px;
    width: 45px;
    display: block;
    top: 2px;
}

#fs-header-story-ny2016::before {
    content: '';
    position: absolute;
    top: -2px;
    left: 50%;
    width: 90px;
    height: 48px;
    background: url(../../app/activity/i/header/fs-header-story-ny2016-small.png) center 0 no-repeat;
    pointer-events: none;
    transform: translate(-50%, 0);
}

#fs-header-story-ny2016:hover:before{
    background-position: 6px -48px;
}

@media screen and (min-width: 1260px) {
    #fs-header-story-ny2016 {
        width: 65px;
    }

    #fs-header-story-ny2016::before {
        width: 140px;
        background: url(../../app/activity/i/header/fs-header-story-ny2016.png) center 0 no-repeat;
    }
    #fs-header-story-ny2016:hover:before{
        background-position: 0 -48px;
    }
}

/* NewYearGifts 2025 */
#fs-header-ny-2025 {
    position: relative;
    margin: 0 auto;
    height: 45px;
    width: 45px;
    display: block;
    top: 2px;
}

#fs-header-ny-2025::before {
    content: '';
    position: absolute;
    top: -2px;
    left: 50%;
    width: 90px;
    height: 48px;
    background: url(../../app/activity/i/header/fs-header-ny25-small.png) center 0 no-repeat;
    pointer-events: none;
    transform: translate(-50%, 0);
}

#fs-header-ny-2025:hover:before{
    background-position: 6px -48px;
}

@media screen and (min-width: 1260px) {
    #fs-header-ny-2025 {
        width: 65px;
    }

    #fs-header-ny-2025::before {
        width: 140px;
        background: url(../../app/activity/i/header/fs-header-ny25-big.png) center 0 no-repeat;
    }
    #fs-header-ny-2025:hover:before{
        background-position: 0 -48px;
    }
}

/* Wild hunt */
#fs-halloween-top-header-ico {
    position: relative;
    margin: 0 auto;
    height: 45px;
    width: 45px;
    display: block;
    top: 2px;
}

#fs-halloween-top-header-ico::before {
    content: '';
    position: absolute;
    height: 48px;
    width: 90px;
    top: -2px;
    left: 50%;
    background: url(../../app/activity/i/header/fs-halloween-small.png) 0 0 no-repeat;
    pointer-events: none;
    transform: translate(-50%, 0);
}

#fs-halloween-top-header-ico:hover:before{
    background-position: 0 -48px;
}

@media screen and (min-width: 1260px) {
    #fs-halloween-top-header-ico {
        width: 65px;
    }

    #fs-halloween-top-header-ico::before {
        width: 140px;
        background: url(../../app/activity/i/header/fs-halloween.png) 0 0 no-repeat;
    }
    #fs-halloween-top-header-ico:before{
        background-position: 0 -48px;
    }
}

/* Lotto */
#fs-header-lotto {
    position: relative;
    margin: 0 auto;
    height: 45px;
    width: 45px;
    display: block;
    top: 2px;
}

#fs-header-lotto::before {
    content: '';
    position: absolute;
    height: 48px;
    width: 90px;
    top: -2px;
    left: 50%;
    background: url(../../app/activity/i/header/lotto-small.png) 0 0 no-repeat;
    pointer-events: none;
    transform: translate(-50%, 0);
}

#fs-header-lotto:hover:before {
    background-position: 0 -48px;
}

@media screen and (min-width: 1260px) {
    #fs-header-lotto {
        width: 65px;
    }

    #fs-header-lotto::before {
        width: 140px;
        background: url(../../app/activity/i/header/lotto.png) 0 0 no-repeat;
    }
    #fs-header-lotto:hover:before{
        background-position: 0 -48px;
    }
}

#header .link-ico .icn-sokolov {
    width: 16px;
    height: 17px;
    background: url(../../app/retail/sokolov/i/header-icn.svg) center top no-repeat;
}

#header .link-ico-sokolov:hover .icn-sokolov {
    background-image: url(../../app/retail/sokolov/i/header-icn-hover.svg);
}

#header .link-ico .icn-gzbonus {
    width: 23px;
    height: 23px;
    transform: translate(-4px, -4px);
    background: url(../../app/retail/gazprom/img/gz-logo-xs.png) center top no-repeat;
    opacity: 1;
}

/* May9 24 */
#fs-header-may9-24 {
    position: relative;
    margin: 0 auto;
    height: 45px;
    width: 45px;
    display: block;
    top: 2px;
}
#fs-header-may9-24::before {
    content: '';
    position: absolute;
    height: 48px;
    width: 90px;
    top: -2px;
    left: 50%;
    background: url(../../app/activity/i/header/fs-header-may9-24-small.png) 0 0 no-repeat;
    background-size: 78px 96px;
    pointer-events: none;
    transform: translate(-50%, 0);
}
#fs-header-may9-24:hover:before {
    background-position: 0 -48px;
}
@media screen and (min-width: 1260px) {
    #fs-header-may9-24 {
        width: 65px;
    }
    #fs-header-may9-24::before {
        width: 140px;
        background: url(../../app/activity/i/header/fs-header-may9-24.png) 0 0 no-repeat;
        background-size: 140px 96px;
    }
    #fs-header-may9-24:hover:before {
        background-position: 0 -49px;
    }
}

/* tetris 2024 */
#fs-tetris-top-header-ico {
    position: relative;
    margin: 0 auto;
    height: 45px;
    width: 45px;
    display: block;
    top: 2px;
}
#fs-tetris-top-header-ico::before {
    content: '';
    position: absolute;
    height: 48px;
    width: 90px;
    top: -2px;
    left: 50%;
    background: url(../../app/activity/i/header/fs-tetris-top-header-ico-small.png) 0 0 no-repeat;
    background-size: 78px 96px;
    pointer-events: none;
    transform: translate(-50%, 0);
}
#fs-tetris-top-header-ico:hover:before {
    background-position: 0 -48px;
}
@media screen and (min-width: 1260px) {
    #fs-tetris-top-header-ico {
        width: 65px;
    }
    #fs-tetris-top-header-ico::before {
        width: 140px;
        background: url(../../app/activity/i/header/fs-tetris-top-header-ico.png) 0 0 no-repeat;
        background-size: 140px 96px;
    }
    #fs-tetris-top-header-ico:hover:before {
        background-position: 0 -49px;
    }
}

/* Contest Winners */
#fs-header-contest-winners {
    position: relative;
    margin: 0 auto;
    height: 45px;
    width: 45px;
    display: block;
    top: 2px;
}
#fs-header-contest-winners::before {
    content: '';
    position: absolute;
    height: 48px;
    width: 90px;
    top: -2px;
    left: 50%;
    background: url('/app/contest/modules/winners/i/year/header-small.png') 0 0 no-repeat;
    background-size: 78px 96px;
    pointer-events: none;
    transform: translate(-50%, 0);
}
#fs-header-contest-winners:hover:before {
    background-position: 0 -48px;
}
@media screen and (min-width: 1260px) {
    #fs-header-contest-winners {
        width: 65px;
    }
    #fs-header-contest-winners::before {
        width: 140px;
        background: url('/app/contest/modules/winners/i/year/header.png') 0 0 no-repeat;
        background-size: 140px 96px;
    }
    #fs-header-contest-winners:hover:before {
        background-position: 0 -49px;
    }
}

/* ny2025 */
#fs-ny25-top-header-ico {
    position: relative;
    margin: 0 auto;
    height: 45px;
    width: 45px;
    display: block;
    top: 2px;
}
#fs-ny25-top-header-ico::before {
    content: '';
    position: absolute;
    height: 48px;
    width: 90px;
    top: -2px;
    left: 50%;
    background: url(../../_app/dist/services/ny25/static/pyramide/small.png?2) 0 0 no-repeat;
    background-size: 78px 96px;
    pointer-events: none;
    transform: translate(-50%, 0);
}
#fs-ny25-top-header-ico:hover:before {
    background-position: 0 -48px;
}
@media screen and (min-width: 1260px) {
    #fs-ny25-top-header-ico {
        width: 65px;
    }
    #fs-ny25-top-header-ico::before {
        width: 140px;
        background: url(../../_app/dist/services/ny25/static/pyramide/big.png?2) 0 0 no-repeat;
        background-size: 140px 96px;
    }
    #fs-ny25-top-header-ico:hover:before {
        background-position: 0 -50px;
    }
}


/* new leader of week */
#fs-new-leaders-of-week-top-header-ico {
    position: relative;
    margin: 0 auto;
    height: 45px;
    width: 45px;
    display: block;
    top: 0;
}
#fs-new-leaders-of-week-top-header-ico::before {
    content: '';
    position: absolute;
    height: 43px;
    width: 64px;
    left: 80%;
    background: url(../../_app/dist/services/ny25/static/leadersOfWeek/new-leaders-of-week-sm.png) 0 0 no-repeat;
    /* background-size: 60px 42px; */
    pointer-events: none;
    transform: translate(-50%, 0);
}

@media screen and (min-width: 1260px) {
    #fs-new-leaders-of-week-top-header-ico {
        cursor: pointer;
        width: 65px;
    }
    #fs-new-leaders-of-week-top-header-ico::before {
        width: 140px;
        background: url(../../_app/dist/services/ny25/static/leadersOfWeek/new-leaders-of-week.png) 0 0 no-repeat;
    }
}

/* chests jackpot */
#fs-chests-jackpot-top-header-ico {
	position: relative;
	margin: 0 auto;
	height: 45px;
	width: 45px;
	display: block;
	top: 0;
}
#fs-chests-jackpot-top-header-ico::before {
	content: '';
	position: absolute;
	height: 48px;
	width: 78px;
	left: 80%;
	background: url(../../app/rating/gems/img/chests-jackpot-small.png) 0 0 no-repeat;
	/* background-size: 60px 42px; */
	pointer-events: none;
	transform: translate(-50%, 0);
}
#fs-chests-jackpot-top-header-ico:hover:before {
	background-position: 0 -48px;
}

@media screen and (min-width: 1260px) {
	#fs-chests-jackpot-top-header-ico {
		cursor: pointer;
		width: 65px;
	}
	#fs-chests-jackpot-top-header-ico::before {
		width: 140px;
		background: url(../../app/rating/gems/img/chests-jackpot-big.png) 0 0 no-repeat;
	}
	#fs-chests-jackpot-top-header-ico:hover:before {
		background-position: 0 -49px;
	}

}
/* chests jackpot */
