/*Логика отображения окна*/
#wrap.ng_ui_win_game_result #ng_win_game_result
{
    display: table;
}

/*Котент*/
#wrap #ng_win_game_result_block
{
    height: auto;
    width: 48em;
}
#wrap #ng_win_game_result_block_content
{
    text-align: left;
}

#wrap #ng_win_game_result_table
{
    width: 100%;
    margin-bottom: 1em;
}
#wrap #ng_win_game_result_table .td
{
    text-align: center;
    vertical-align: top;
}

#wrap #ng_game_result_flag_1,
#wrap #ng_game_result_flag_2
{
    position: relative;
    text-align: center;

    padding-top: 5.6428em;
    box-sizing: border-box;

    background-image: url('../images/ui/win/game_result/ng_shields.png');
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 200% auto;

    width: 19.7857em;
    min-height: 22.6428em;
    margin: 0 auto;
}
#wrap #ng_game_result_flag_1.ng_flag_blue,
#wrap #ng_game_result_flag_2.ng_flag_blue
{
    background-position: left top;
}
#wrap #ng_game_result_flag_1.ng_flag_red,
#wrap #ng_game_result_flag_2.ng_flag_red
{
    background-position: right top;
}

#wrap #ng_game_result_crown_1,
#wrap #ng_game_result_crown_2
{
    top: -0.7142em;
    left: 4.7142em;
    position: absolute;
    width: 10.6428em;
    height: 10.6428em;
    background-image: url('../images/ui/win/game_result/ng_crown.png');
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 100%;

    -ms-animation: ng_crown 0.5s steps(5) infinite;
    -o-animation: ng_crown 0.5s steps(5) infinite;
    -moz-animation: ng_crown 0.5s steps(5) infinite;
    -webkit-animation: ng_crown 0.5s steps(5) infinite;
    animation: ng_crown 0.5s steps(5) infinite;
}

@-moz-keyframes ng_crown {
    100% { background-position: -53.2142em; }
}
@-webkit-keyframes ng_crown {
    100% { background-position: -53.2142em; }
}
@-o-keyframes ng_crown {
    100% { background-position: -53.2142em; }
}
@-ms-keyframes ng_crown {
    100% { background-position: -53.2142em; }
}
@keyframes ng_crown {
    100% { background-position: -53.2142em; }
}

#wrap #ng_game_result_photo_1,
#wrap #ng_game_result_photo_2
{
    width: 8em;
    height: 8em;
    margin: 0 auto 1.4em;

    background-color: #000000;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;

    -webkit-border-radius: 8em;
    -moz-border-radius: 8em;
    border-radius: 8em;
}


#wrap #ng_game_result_name_1,
#wrap #ng_game_result_name_2
{
    font-size: 17px;
    font-size: 1.2142em;
    width: 8.9411em;
    color: #FFFFFF;
    margin: 0 auto 0.2352em;

    text-transform: uppercase;
    text-align: center;
    display: block;
    line-height: 1em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#wrap #ng_game_result_level_1,
#wrap #ng_game_result_level_2
{
    font-size: 12px;
    font-size: 0.8571em;
    color: #FFFFFF;
    margin: auto;
    width: 12.6666em;
    text-align: center;
    display: block;
    line-height: 1em;
    font-style: italic;
}
#wrap .ng_flag_red #ng_game_result_level_1,
#wrap .ng_flag_red #ng_game_result_level_2
{
    color: #ffab61;
}
#wrap .ng_flag_blue #ng_game_result_level_1,
#wrap .ng_flag_blue #ng_game_result_level_2
{
    color: #06b6ff;
}

#wrap #ng_game_result_center
{
    width: 3.0714em;
}
#wrap #ng_game_result_info
{
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 3em;
    width: 8.9285em;
    text-align: center;
}
#wrap #ng_game_result_info:before
{
    content: '';
    display: block;
    width: 6.5714em;
    height: 4.7142em;
    margin: auto;
    background-image: url('../images/ui/win/game_result/ng_icon_vs.png');
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
#wrap #ng_game_result_info_block
{
    display: block;
    width: 9em;
    height: 8.8571em;
    margin: auto;
    background-image: url('../images/ui/win/game_result/ng_info_block.png');
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-top: 0.7142em;
    box-sizing: border-box;
}
#wrap #ng_game_result_status
{
    font-size: 13px;
    font-size: 0.9285em;
    color: #feea00;
    display: block;
    margin-bottom: 0.3076em;
}
#wrap #ng_game_result_score_title
{
    font-size: 13px;
    font-size: 0.9285em;
    color: #FFFFFF;
    display: block;
    margin-bottom: 1.3846em;
}
#wrap #ng_game_result_score
{
    font-size: 44px;
    font-size: 3.1428em;
    color: #FFFFFF;
    display: block;
    text-align: center;
    font-weight: bold;
    line-height: 1em;
}

#wrap #ng_game_result_btns
{
    text-align: center;
}

#wrap #ng_game_result_btns .ng_btn
{
    margin: 0 2em;
}

#wrap #ng_game_result_win_tour
{
    font-size: 1.6em;
    text-align: center;
    line-height: 1em;
    color: rgb(256,186,0);
}


/*Цветовые схемы*/
#wrap[data-theme="dark"] #ng_game_result_info_block
{
    background-image: url('../images/ui/themes/dark/win/game_result/ng_info_block.png');
}