@import url(fonts.css);

/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: middle;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    /*line-height: 1;*/
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    font: 12px/18px 'sf_ui_displayregular';

}
main{
    flex: 1;
    -ms-flex-preferred-size: auto;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* End of Eric Meyer's CSS Reset */

html {
    height: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

.fl{
    float: left !important;
}
.fr{
    float: right !important;
}

.wrapper_main_90perc {
    width: 90.6%;
    overflow: hidden;
    margin: 0 auto;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    position: relative;
}
.wrapper_main_90perc_2{
    width: 90.6%;
    margin: 0 auto;
    position: relative;
    z-index: 200;
}
.clear {
    clear: both;
}

/* Header
-----------------------------------------------------------------------------*/

.header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}


/* Middle
-----------------------------------------------------------------------------*/
.content_inside_81 {
    padding: 0 0 6.7vw;
    width: 81.2%;
    margin: 7.3vw auto 0 auto;
}

.cont_insides_img {
    width: 100%;
    height: auto;
}

.left_logos {
    width: 13.2%;
    margin-top: -10vw;
    float: left;
}

.left_logos a img {
    width: 100%;
    height: auto;
}

.head_top_black_line {
    width: 100%;
    height: 0.5vw;
    background: url("../images/head_top_black_line.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 0;
    position: absolute;
    top: 0;
    z-index: 200;
}

.center_menus {
    width: 77.6%;
    margin: 0 auto;
    margin-top: 0.1vw;
    position: relative;
}

.center_menus img {
    width: 100%;
    height: auto;
}

.menus_link_wrapp {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 1vw;
}

.menus_link {
    width: 76.9%;
    text-align: center;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}

.menus_link a {
    display: inline-block;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
    position: relative;
    font-size: 1vw;
    z-index: 200;
    line-height: 2vw;
    font-family: 'sf_ui_displaybold', sans-serif;
}

.menus_link td {
    text-align: center;
    width: 16.6%;
}

.menus_link a.active {
    color: #FF0000;
    text-decoration: none;
}

.menus_link a:hover {
    color: #FF0000;
    text-decoration: none;
}

.right_lang_ch {
    position: absolute;
    right: 0;
    top: 1vw;
    width: 9.7%;
}

/*	=	Select */
.select {
    position: relative;
}

.slct {
    float: right;
    display: block;
    text-decoration: none;
    background: url("../images/bott_arr.png") no-repeat;
    background-position: 90% 50%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    font-size: 1.2vw;
    line-height: normal;
    color: #ffffff;
    text-align: left;
    font-family: 'sf_ui_displaybold', sans-serif;
    background-size: 1vw;
    z-index: 200;
    position: relative;
    width: 4.7vw;
    padding-left: 0.3vw;

}

.slct a {
    color: #ffffff;
    text-decoration: none;
    background: transparent;
}
/* ________________ */
.slct img{
    display: none;
}
/* ________________ */
.slct.active {
    border-bottom: none;
    color: #ffffff;
}

.drop {
    margin: 0;
    background-color: rgba(43, 32, 85, 0.73);
    background: rgba(43, 32, 85, 0.73);
    color: rgba(43, 32, 85, 0.73);
    display: none;
    position: absolute;
    top: -0.5vw;
    right: 0;
    width: 3.9vw;
    text-align: left;
    padding: 0.8vw;
    padding-top: 3vw;
    padding-bottom: 1.5vw;
    border-radius: 0.2vw;
}

.drop li {
    list-style: none;
    cursor: pointer;
    display: block;
    color: #fff;
    text-align: left;
    margin-bottom: 0.2vw;
    height: 1.2vw;
}

.drop li a {
    font-size: 0.6vw;
    line-height: 1.2vw;
    color: #ffffff;
    text-decoration: none;
    font-family: 'sf_ui_displaybold', sans-serif;
    /*padding-left: 1.3vw;*/
}

.drop li a img {
    /*float: left;*/
    height: auto;
    width: 1.2vw;
    margin-right: 1vw;
}

.drop li a:hover {
    color: #FF0000;
}

/*.s_s{*/
    /*width: 1.5vw;*/
    /*height: 0.5vw;*/
    /*display: inline-block;*/
    /*background: url("../images/obl_s.png") no-repeat center center;*/
    /*background-size: contain;*/
    /*position: absolute;*/
    /*bottom: -0.4vw;*/
    /*left: 38%;*/
/*}*/
.s_s{
    position: absolute;
    bottom: -1.97vw;
    left: 1.6vw;
    width: 2.4vw;
    height: 2vw;
    background: url("../images/blue_benu_zbs.png") no-repeat;
    background-size: contain;
    content: '';
}


.s_top{
    width: 80%;
    background: url("../images/pinktop.png") no-repeat center center;
    height: 0.4vw;
    display: inline-block;
    position: absolute;
    top: -0.1vw;
    left: 10%;
    background-size: contain;
}

/*.player_block_wrapper {*/
    /*margin-top: 9%;*/
    /*margin-bottom: 5%;*/
/*}*/

/*.player_wrappers {*/
    /*width: 43.3%;*/
    /*float: left;*/
    /*margin-right: 5.6%;*/
    /*margin-bottom: 2%;*/
/*}*/

/*.player_wrappers img {*/
    /*width: 100%;*/
    /*height: auto;*/
/*}*/

.font_str {
    font-size: 1.9vw;
    color: #ffffff;
    line-height: normal;
    font-family: 'sf_ui_displaybold', sans-serif;
    text-transform: uppercase;
}

.font_str span {
    color: #FF0000;
}

.white_text_abb_games {
    color: #ffffff;
    font-size: 1.2vw;
    /*line-height: normal;*/
    line-height: 2.5vw;
    margin-bottom: 5.2%;
}

.wrapp_text {
    float: left;
    width: 51%;
    position: relative;
}

.w_yabt {
    height: 0.4vw;
    margin-top: 1.1vw;
    margin-bottom: 4vw;
    float: left;
    width: 100%;
    background: url("../images/red_yabota.png") no-repeat left center;
    background-size: cover;
}

.text_left_and_play_btn_wrapp {
    display: inline-block;
    width: 50%;
}

.left_text_z {
    float: left;
    width: 100%;
    margin-left: 4.7vw;
}
.left_text_z p a{
    color: #e3e0f2;
    text-decoration: none;
}
.left_text_z p a:hover{
    color: #FF0000;
}
.red_z {
    font-family: 'sf_ui_displaybold', sans-serif;
    font-size: 1.8vw;
    text-transform: uppercase;
    /* line-height: normal; */
    line-height: 2.5vw;
    color: #FF0000;
    position: relative;
}

.white_z {
    font-family: 'sf_ui_displaybold', sans-serif;
    font-size: 1.8vw;
    text-transform: uppercase;
    /* line-height: normal; */
    line-height: 2.5vw;
    color: #ffffff;
    padding-left: 12.3%;
    position: relative;
}

.red_s_bg_text {
    position: absolute;
    width: 200%;
    background: url("../images/red_bgs_s.png") no-repeat;
    top: 13%;
    height: 84%;
    left: -31%;
    background-size: contain;
}

.white_s_bg_text {
    position: absolute;
    width: 266%;
    background: url("../images/wh_bgs_s.png") no-repeat;
    top: 14%;
    height: 84%;
    left: -50%;
    background-size: contain;
}

.right_btns_play {
    width: 27.3%;
    float: right;
    margin-top: 1.2%;
}

.play_demo {
    background: #FF0000;
    color: #ffffff;
    font-family: 'sf_ui_displaybold', sans-serif;
    font-size: 1.5vw;
    text-transform: uppercase;
    /* line-height: normal; */
    line-height: 4.1vw;
    width: 100%;
    border-radius: 1000px;
    text-decoration: none;
    display: block;
    text-align: center;
    position: relative;
    z-index: 200;
}

.wrappers1 {
    margin-top: 10vh;
    margin-bottom: 15vh;
}

.wrappers1 .jcarousel-wrapper {
    margin: 20px auto;
    position: relative;
}

/** Carousel **/
.wrappers1 .jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.wrappers1 .jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.wrappers1 .jcarousel li {
    width: 23vw !important;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0vw 2vw 0vw 0vw;
}

.wrappers1 .jcarousel img {
    display: block;
    max-width: 100%;
    min-width: 100%;
    height: auto !important;
}

/** Carousel Controls **/
.wrappers1 .jcarousel-control-prev,
.wrappers1 .jcarousel-control-next {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #4E443C;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 4px #F0EFE7;
    -moz-box-shadow: 0 0 4px #F0EFE7;
    box-shadow: 0 0 4px #F0EFE7;
    display: none;
}

.wrappers1 .jcarousel-control-prev {
    left: 15px;
}

.wrappers1 .jcarousel-control-next {
    right: 15px;
}

/** Carousel Pagination **/
.wrappers1 .jcarousel-pagination {
    position: absolute;
    bottom: -4.3vw;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0;
}

.wrappers1 .jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;
    height: 0.6vw;
    width: 0.6vw;
    background: transparent;
    text-indent: -9999vw;
    margin-right: 1vw;
    border: 0.3vw solid #FF242B;
}

.wrappers1 .jcarousel-pagination a.active {
    background: #FF242B;
    color: #fff;
    opacity: 1;
}
.active_video_player{
    width: 31.9vw !important;
    height: 20vw !important;
}



.mar_top_block_s{

}
.pol_bgs_white{
    width: 100%;
    background: url("../images/pol_bg.jpg") no-repeat;
    background-size: cover;
    height: 47.1vw;
}

.left_bl_50perc{
    width: 50%;
    float: left;
}
.right_bl_50perc{
    width: 50%;
    float: right;
    position: relative;
    z-index: 200;
}
.font_str1 {
    font-size: 1.9vw;
    color: #340B0B;
    font-family: 'sf_ui_displaybold', sans-serif;
    text-transform: uppercase;
    line-height: 1.8vw;
}

.font_str1 span {
    color: #FF0000;
}
.w_yabt2 {
    height: 0.4vw;
    margin-top: 1.1vw;
    margin-bottom: 4vw;
    float: left;
    width: 100%;
    background: url("../images/red_yabota2.png") no-repeat left center;
    background-size: cover;
}


.wrapp_text2 {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 5.6vw;
}
.ler_text_about_company{
    color: #63606C;
    font-size: 1.3vw;
    line-height: 2.3vw;
}
.mt_0{
    margin-top: 0 !important;
}
.wrapp_center_text_and_btn{
    width: 29.7vw;
    overflow: hidden;

}
.OUR_TECHNOLOGY{
    font-family: 'sf_ui_displaybold' ,sans-serif;
    color: #ff0000;
    font-size: 1.3vw;
    text-transform: uppercase;
    line-height: normal;
    margin-top: 1.1vw;
    margin-bottom: 0.8vw;
}

.our_tech{
    color: #301313;
    font-size: 1.3vw;
    line-height: 2vw;

}
.our_tech li{
    position: relative;
    padding-left: 1vw;
}
.red_c{
    position: absolute;
    left: 0;
    top: 41%;
    display: inline-block;
    width: 0.3vw;
    height: 0.3vw;
    background: #ff0000;
}
.tech_btn{
    width: 47.3%;
    height: 3.0vw;
}
.btns_wrappers{
    overflow: hidden;
    margin-top: 3.5vw;
}
.red_btns{
    background: #ff0000;
    border: 0.1vw solid #ff0000;
    display: inline-block;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'sf_ui_displaybold' ,sans-serif;
    text-align: center;
    text-decoration: none;
    border-radius: 9000vw;
    font-size: 1.4vw;
    line-height: 3.1vw;
    float: left;
    cursor: pointer;
}
.white_btns{
    float: right;
    background: #ffffff;
    border: 0.1vw solid #340B0B;
    display: inline-block;
    color: #340B0B;
    text-transform: uppercase;
    font-family: 'sf_ui_displaybold' ,sans-serif;
    text-align: center;
    text-decoration: none;
    border-radius: 9000vw;
    font-size: 1.4vw;
    line-height: 3.1vw;
}
.pics{
    width: 100%;
}
.wrapp_two_pict {
    width: 100%;
    overflow: hidden;
    height: 16.5vw;
    background: #ECEAF0;
    padding-bottom: 0.3vw;
}
.left_long_50{
    width: 49.8%;
}
.right_long_50{
    width: 49.8%;
}

.left_short_40{
    width: 41.4%;
}
.right_long_60{
    width: 58.3%;
}
.left_short_60{
    width: 58.3%;
}
.right_long_40{
    width: 41.4%;
}
.p_rel {
    position: relative;
}
.p_rel img{
    width: 100%;
    height: 16.5vw;

}

.h_img {
    height: 16.5vw;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}


.timez0ne_blocks{
    padding: 0 0 6.7vw;
    width: 81.2%;
    margin: 0 auto 0 auto;
}

.last_release{
    height: 8vh;
    width: 9.9vw;
    display: inline-block;
    position: absolute;
    left: 0.8vw;
    top: 1.3vw;
    background: url("../images/last_rel.png") no-repeat;
    background-size: contain;
}
.langs{
    position: relative;
    /*top: -0.2vw;*/
}

.pol_bgs_black{
    width: 100%;
    background: url("../images/dark_bg.jpg") no-repeat ,#0D0908;
    background-size: cover;
    height: 47.1vw;
}
.left_logos_cont {
    width: 15.8vw;
    margin-top: 6vw;
    float: left;
    margin-left: 4.7vw;
}
.left_logos_cont a img{
    width: 100%;
    height: auto;
}
.text_left_and_play_btn_wrapp2{
    margin-top: 0.6vw;
}
.white_z2{
    font-size: 1.3vw;
    /* line-height: normal; */
    line-height: 2vw;
    color: #ffffff;
    /*padding-left: 10.2vw;*/
    position: relative;
    text-transform: capitalize;
    margin-bottom: 1.9vw;
}
.white_z2 span{
    font-family: 'sf_ui_displaybold', sans-serif;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 0.3vw;
}
.white_s_bg_text_2 {
    position: absolute;
    width: 74%;
    background: url("../images/whites_line_bg.png") no-repeat;
    /* top: -2vw; */
    height: 25vw;
    left: 0;
    background-size: contain;
}
.pl_more{
    padding-left: 21vw !Important;
}
.phones_inf{
    margin-top: 2vw;
}
.mb_0{
    margin-bottom: 0 !important;
}

.soc_cont{
    position: relative;
    z-index: 200;
}
.soc_cont ul {
    display: inline-block;
    margin-left: 10.3vw;
}

.soc_cont ul li {
    display: inline-block;
}

.soc_cont .icons {
    width: 2.5vw;
    height: 2.3vw;
    display: inline-block;
    margin-right: 1.7vw;
    background-size: contain;
}

.vk_icons {
    background: url("../images/vk.png") no-repeat center bottom;
}

.fb_icons {
    background: url("../images/fb.png") no-repeat center bottom;
}

.in_icons {
    background: url("../images/in.png") no-repeat center bottom;
}
.tw_icons {
    background: url("../images/tw.png") no-repeat center bottom;
}

.soc_cont{
    position: relative;
    margin-top: 9.4vw;
}
.white_s_bg_text_3{
    position: absolute;
    width: 136%;
    background: url("../images/whites_line_bg2.png") no-repeat;
    top: 0.6vw;
    height: 2vw;
    left: -10vw;
    background-size: contain;
    z-index: -1;
}
.lh{
    line-height: 3.4vw;
}
.text_types_contact{
    width: 100%;
    height: 2.6vw;
    border: none;
    margin-bottom: 1.4vw;
    color: #252234;
    line-height: 2.6vw;
    font-size: 1.3vw;
    padding-left: 0.8vw;
}

.wrapp_center_text_and_btn ::-webkit-input-placeholder {
    color: #252234;
    font-size: 1.3vw;
    font-family: 'sf_ui_displayregular' ,sans-serif;
}

.wrapp_center_text_and_btn ::-moz-placeholder {
    color: #252234;
    font-size: 1.3vw;
    font-family: 'sf_ui_displayregular' ,sans-serif;
}

/* Firefox 19+ */
.wrapp_center_text_and_btn :-moz-placeholder {
    color: #252234;
    font-size: 1.3vw;
    font-family: 'sf_ui_displayregular' ,sans-serif;
}

/* Firefox 18- */
.wrapp_center_text_and_btn :-ms-input-placeholder {
    color: #252234;
    font-size: 1.3vw;
    font-family: 'sf_ui_displayregular' ,sans-serif;
}

.text_arr_contacts{
    min-width: 28.2vw;
    max-width: 28.2vw;
    padding: 0.8vw;
    font-size: 1.3vw;
    border: none;
    min-height: 8vw;
    max-height: 8vw;
}
.m_bbt{
    margin-top: 2.1vw !important;
}

/*SLIDER STYLE*/
.image_main_wrappers .jcarousel-wrapper {
    margin: 0 auto;
    position: relative;
    width: 100%;
    height: auto;
}

/** White line **/
.white_line_bottom,
.white_line_top,
.white_line_fix {
    position: relative;
}

.white_line_bottom:after {
    content: ' ';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 90;
    width: 240px;
    height: 5px;
    margin-left: -120px;
    background: url("../images/head_white_line.png") no-repeat top left;
}

.white_line_top:after {
    content: ' ';
    display: block;
    position: absolute;
    top: -1.4vw;
    left: 50%;
    z-index: 90;
    width: 240px;
    height: 5px;
    margin-left: -120px;
    background: url("../images/head_white_line.png") no-repeat top left;
}

.white_line_fix:after {
    content: ' ';
    display: block;
    position: absolute;
    top: 849px;
    left: 50%;
    z-index: 90;
    width: 240px;
    height: 5px;
    margin-left: -120px;
    background: url("../images/head_white_line.png") no-repeat top left;
}

/** Carousel **/

.image_main_wrappers .jcarousel {
    position: relative;
    overflow: hidden;
}
.image_main_wrappers .jcarousel img{
    width: 100vw;
    height: auto;
}
.image_main_wrappers .jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.image_main_wrappers .jcarousel li {
    float: left;
}

/** Carousel Controls **/

.image_main_wrappers .jcarousel-control-prev,
.image_main_wrappers .jcarousel-control-next {
    position: absolute;
    top: 200px;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #4E443C;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 2px #999;
    -moz-box-shadow: 0 0 2px #999;
    box-shadow: 0 0 2px #999;
}

.image_main_wrappers .jcarousel-control-prev {
    left: -50px;
    border: 10px solid red;
}

.image_main_wrappers .jcarousel-control-next {
    right: -50px;
    border: 10px solid red;
}

.image_main_wrappers .jcarousel-control-prev:hover span,
.image_main_wrappers .jcarousel-control-next:hover span {
    display: block;
}

.image_main_wrappers .jcarousel-control-prev.inactive,
.image_main_wrappers .jcarousel-control-next.inactive {
    opacity: .5;
    cursor: default;
}

/** Carousel Pagination **/
.image_main_wrappers .jcarousel-pagination {
    position: absolute;
    bottom: 2.7vw;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0;
    z-index: 300;
}

.image_main_wrappers .jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;
    height: 0.8vw;
    width: 0.8vw;
    background: transparent;
    text-indent: -9999vw;
    margin-right: 1vw;
    border: 0.2vw solid #FF242B;
}

.image_main_wrappers .jcarousel-pagination a.active {
    background: #FF242B;
    color: #fff;
    opacity: 1;
}
/*SLIDER STYLE*/

.MISSION_STATEMENT{
    min-height: 30.5vw;
}
.img_MISSION_STATEMENT{
    position: relative;
    margin-top: 1.7vw;
    float: left;
    display: inline-block;
    width: 42.2vw;
    height: 100%;
    margin-right: 1.3vw;
}
.img_MISSION_STATEMENT img{
    width: 100%;
    height: auto;
}
.images_skull_png_abs{
    position: absolute;
    left: 7vw;
    top: 17.7vw;
    z-index: 200;
    width: 39vw !important;
}
.text_MISSION_STATEMENT{
    float: left;
}

.MISSION_STATEMENT_main_text{
    text-transform: uppercase;
    font-family: 'sf_ui_displaybold', sans-serif;
    color: #E70B11;
    font-size: 1.6vw;
    line-height: normal;
    margin-top: 5.2vw;
    margin-bottom: 1.2vw;
}
.MISSION_STATEMENT_black_text{
    color: #151313;
    font-size: 1.3vw;
    line-height: 1.7vw;
    width: 44vw;
    margin-bottom: 1.2vw;
}
.MISSION_STATEMENT_black_text a{
    color: #e7292f;
    text-transform: uppercase;
    border-bottom: 0.1vw solid #e7292f;
    line-height: 1.1vw;
    text-decoration: none;
    display: inline-block;
}
.MISSION_STATEMENT_black_text a:hover{
    border-bottom: 0.1vw solid transparent;
}



.ORGANISATION{
    min-height: 29vw;
    background: url("../images/dark_info_block.jpg") no-repeat;
    background-size: cover;
    position: relative;
}
.img_ORGANISATION{
    position: absolute;
    margin-top: 1.7vw;
    bottom: 0;
    right: 0;
    /* float: right; */
    display: inline-block;
    width: 43.2vw;
    /* height: 100%; */
    margin-right: 1.3vw;

}
.img_ORGANISATION img{
    width: 100%;
    height: auto;
}
.images_skull_png_abs{
    position: absolute;
    left: 7vw;
    top: 17.7vw;
    z-index: 200;
    width: 39vw !important;
}
.text_ORGANISATION{
    float: left;
    margin-left: 13.5vw;
}

.ORGANISATION_main_text{
    text-transform: uppercase;
    font-family: 'sf_ui_displaybold', sans-serif;
    color: #E70B11;
    font-size: 1.6vw;
    line-height: normal;
    margin-top: 4.2vw;
    margin-bottom: 1.2vw;
}
.ORGANISATION_white_text{
    color: #f5f8fb;
    font-size: 1.3vw;
    line-height: 1.7vw;
    width: 44vw;
    margin-bottom: 1.2vw;
}
.ORGANISATION_white_text a{
    color: #e7292f;
    text-transform: uppercase;
    border-bottom: 0.1vw solid #e7292f;
    line-height: 1.1vw;
    text-decoration: none;
    display: inline-block;
}
.ORGANISATION_white_text a:hover{
    border-bottom: 0.1vw solid transparent;
}
/*.pos_abs{*/
    /*position: absolute;*/
    /*bottom: 0;*/
    /*right: 0;*/
/*}*/

.GAMES_MISSION{
    min-height: 36.5vw;
    position: relative;
    background: #FBF5F5;
}
.img_GAMES_MISSION{
    position: absolute;
    margin-top: 1.7vw;
    float: left;
    top: 0;
    left: 0;
    display: inline-block;
    width: 61.5vw;
    /* height: 100%; */
    margin-right: 1.3vw;
}
.img_GAMES_MISSION img{
    width: 100%;
    height: auto;
}
.images_btrf_png_abs{
    position: absolute;
    right: 22.2vw;
    top: -3.3vw;
    z-index: 200;
    width: 12.2vw !important;
}
.text_GAMES_MISSION{
    float: right;
    margin-right: 11.4vw;
    position: relative;
    z-index: 300;
}

.GAMES_MISSION_main_text{
    text-transform: uppercase;
    font-family: 'sf_ui_displaybold', sans-serif;
    color: #E70B11;
    font-size: 1.6vw;
    line-height: normal;
    margin-top: 5.2vw;
    margin-bottom: 1.2vw;
}
.GAMES_MISSION_black_text{
    color: #151313;
    font-size: 1.3vw;
    line-height: 1.7vw;
    width: 46vw;
    margin-bottom: 1.2vw;
}
.text_GAMES_MISSION a {
    color: #e7292f;
    text-transform: uppercase;
    border-bottom: 0.1vw solid #e7292f;
    line-height: 1.1vw;
    text-decoration: none;
    font-size: 1.3vw;
    display: inline-block;
}
.text_GAMES_MISSION a:hover{
    border-bottom: 0.1vw solid transparent;
}
.vi_soc{
    top: 0.3vw !important;
}
.pos_rels{
    position: relative;
}

.pos_asbs{
    position: absolute;
    right: -13vw;
    top: 0;
}

.pos_rels .copyright{
    top: 1.0vw;
}
.bg_f4{
    background: #FBF5F5;
}
.wrapp_slide_on_about{
    margin:  0 auto;
    width: 73.2vw;

}
.one_h_perc_block{
    width: 100%;
    /*height: 23vw;*/
    background: url("../images/dark_about_block.jpg") no-repeat;
    background-size: cover;
    overflow: hidden;
}

.mb_s_moller{
    margin-top: 8vh !important;
}

.mb_s_moller .jcarousel-pagination{
    bottom: -3.7vw !important;
}
.abouts_bg{
    width: 100%;
    background: url("../images/pol_bg_about.jpg") no-repeat;
    background-size: cover;
    height: 60.8vw;
}
.right_bl_58perc{

}
.w58{
    width: 57.8% !important;
}
.fz_about{
    font-size: 1.3vw;
    margin-bottom: 1.4vw;
    color: #151313;
    line-height: 1.5vw;
}
.Play_with{
    font-family: 'sf_ui_displaybold', sans-serif;
    font-size: 1.8vw;
    text-transform: uppercase;
    /* line-height: normal; */
    line-height: 1.3vw;
    color: #FF0000;
    position: relative;
    text-align: right;
    margin-top: 6.1vw;
    margin-right: 10.5vw;
}
.Mainamagames{
    font-family: 'sf_ui_displaybold', sans-serif;
    font-size: 1.8vw;
    text-transform: uppercase;
    /* line-height: normal; */
    line-height: 2.4vw;
    color: #301313;
    position: relative;
    text-align: right;
}
.content_inside_81_bigs_mar{
    padding: 2vw 0 2vw 1.7vw;
    /*width: 100%;*/
    /* border: 1px solid red; */
    background: #ffffff;
    margin: 45vw 0 0 0;
    position: relative;
    display: flex;
}
.wrapper_main_90perc_bigs_mar{
    width: 100%;
}
.wrapp_fancy{
    margin-top: 1vw;
    margin-bottom: 2vw;
}
.wrapp_fancy ul{
    display: flex;
}
.wrapp_fancy ul li{
    width: 14vw;
    /*float: left;*/
    margin-right: 1vw;
}
.wrapp_fancy ul li:last-child{
    margin-right: 0 !important;
}
.wrapp_fancy ul li a img{
    width: 100%;
    height: auto;
}
.player_wrappers{
    overflow: hidden;
    padding-bottom: 11.5vw;
}
.left_wrapps_block_player{
    width: 57.3vw;
    overflow: hidden;
    float: left;
}
.left_wrapps_block_player .active_video_player{
    /*width: 59.5vw !important;*/
    width: 100% !important;
    height: 30.5vw !important;
}
.main_ama_g{
    font-size: 1.3vw;
    line-height: normal;
    text-align: justify;
    margin-bottom: 2vw;
    color: #3c3947;
}
.More_screenshots{
    font-size: 1.1vw;
    line-height: normal;
    font-family: 'sf_ui_displaybold', sans-serif;
    color: #ff0000;
    text-decoration: none;
    position: relative;
    left: 1vw;
    top: 3.4vw;
    height: 3vw;
    display: inline-block;
}
.More_screenshots:after{
    position: absolute;
    width: 1.4vw;
    height: 1.4vw;
    background: url("../images/arr_ras.png") no-repeat;
    right: -2.3vw;
    top: 0.9vw;
    content: "";
    background-size: contain;

}
.white_bga{
    width: 100%;
    height: 0.5vw;
    background: url("../images/whites_bga.png") no-repeat center top;
    position: absolute;
    left: 0;
    top: 0vw;
}
.right_inf_ab_games{
    width: 26.1vw;
    float: right;
    padding-left: 2.3vw;
}

.cos_btns{
    width: 12.6vw;
    height: 1.2vw;
    margin-top: 3vw;
}
.cos_btns img{
    width: 100%;
    height: auto;
}
.games{
    color: #ed442a;
    line-height: normal;
    font-family: 'sf_ui_displaybold', sans-serif;
    font-size: 2vw;
}
.Viking_Fun{
    line-height: 3.2vw;
    font-family: 'sf_ui_displaybold', sans-serif;
    font-size: 3.7vw;
    color: #3f3d46;
    margin-bottom: 2vw;
}
.release_date{
    padding-right: 1vw;
}
.rel_d_text{
    color: #959595;
    font-size: 1.6vw;
    line-height: normal;
}
.bg_reg_punkt{
    width: 100%;
    height: 1vw;
    background: url("../images/r_bg.png") no-repeat;
    margin-top: 0.1vw;
    margin-bottom: 0.7vw;
    background-size: contain;
}
.rel_text,
.text_ing_wrapper {
    font-size: 1.3vw;
    line-height: normal;
    text-align: justify;
    margin-bottom: 2vw;
    color: #3c3947;
}

.text_ing_wrapper p {
    margin-bottom: 2vw;
}

.content_text {
    font-size: 1.3vw;
    line-height: normal;
    margin-bottom: 2vw;
    color: #3c3947
}
.content_text a {
    color: #ff0000;
}
.content_text .text-muted {
    color: #aaa;
}
.content_text p {
    margin-bottom: 15px;
}
.content_text h1 {
    font-size: 2vw;
}
.text-red {
    color: #ff0000;
}

.errorSummary {
    background-color: #fff;
    color: red;
    margin-bottom: 20px;
    padding: 10px;
}

.flash-success {
    background-color: #fff;
    color: green;
    margin-bottom: 20px;
    padding: 10px;
}

.tac{
    text-align: center;
}
.red_grad_btn {
    background: #FF060A;
    background-image: -webkit-linear-gradient(top, #FF060A, #FF7368);
    background-image: -moz-linear-gradient(top, #FF060A, #FF7368);
    background-image: -ms-linear-gradient(top, #FF060A, #FF7368);
    background-image: -o-linear-gradient(top, #FF060A, #FF7368);
    background-image: linear-gradient(to bottom, #FF060A, #FF7368);
    -webkit-border-radius: 28;
    -moz-border-radius: 28;
    border-radius: 28vw;
    color: #ffffff;
    font-size: 1.3vw;
    width: 21.1vw;
    font-family: 'sf_ui_displaybold', sans-serif;
    text-decoration: none;
    text-align: center;
    height: 3.3vw;
    text-transform: uppercase;
    display: inline-block;
    line-height: 3.4vw;
    margin-bottom: 2vw;
}

.red_grad_btn:hover {
    background: #FF7368;
    background-image: -webkit-linear-gradient(top, #FF7368, #FF060A);
    background-image: -moz-linear-gradient(top, #FF7368, #FF060A);
    background-image: -ms-linear-gradient(top, #FF7368, #FF060A);
    background-image: -o-linear-gradient(top, #FF7368, #FF060A);
    background-image: linear-gradient(to bottom, #FF7368, #FF060A);
    text-decoration: none;
}

.one_images_wr{
    position: relative;
    display: inline-block;
    margin-bottom: 1.5vw;
    width: 100%;
}

.one_images_wr img{
    width: 100%;
    height: auto;
    border-radius: 1vw;
}
.wrapp_img_s{
    margin-top: 1.5vw;
}

.rel_bfa{
    width: 8vw;
    height: 8vw;
    background: url("../images/rel.png") no-repeat;
    top: -0.8vw;
    left: -0.8vw;
    position: absolute;
    display: inline-block;
    background-size: cover;
}

.none_bg{
    background: #ffffff !important;
    position: relative;
}

.search_filter_wrapper{
    width: 100%;
}
.ul_flex{
    display: flex;
    flex-grow: 1;
}
.ul_flex li a{
    color: #969696;
    border: 0.15vw solid #ffffff;
    border-radius: 200vw;
    font-size: 1.7vw;
    text-decoration: none;
    padding: 1vw 2vw;
    display: flex;
    max-height: 1.2vw;
    line-height: 1.2vw;
}
.ul_flex li a.active{
    color: #FF0000;
    border: 0.15vw solid #FF0000;
}
.call_and_search {
    width: 14vw;
    float: right;
    text-align: right;
    position: relative;
    z-index: 200;
    justify-content: flex-start;
    flex-grow: 1;
}
.header_search {
    width: 24.7vw;
    height: 3vw;
    background: url("../images/search_bg.png");
    color: #959595;
    padding: 0 0.5vw;
    font-size: 1.7vw;
    box-shadow: inset 0.1vw 0.1vw 0.4vw #b8b8b8;
    border-radius: 15vw;
    outline: none;
    border: none;
    padding-left: 1.5vw;
    padding-right: 4vw;
}

.header_search_btn {
    background: url("../images/lup.png")no-repeat 0 0;
    border: 0;
    text-indent: -9999vw;
    width: 1.5vw;
    height: 1.5vw;
    cursor: pointer;
    outline: none;
    position: absolute;
    right: 1.5vw;
    top: 0.8vw;
    background-size: contain;

}

.as_form{
    display: flex;
    height: 3vw;
}

.wrapp_img_s2 {
    margin-top: 1.3vw;
    /*display: flex;*/
    overflow: hidden;
    clear: both;
}
.ones_picchas{
    /*flex-grow: 1;*/
    float: left;
    width: 31%;
}
.fir_ch{
    border-right: 3vw solid transparent;
    border-left: 0 solid transparent;
}
.two_ch{
    border-left: 0 solid transparent;
    border-right: 1.5vw solid transparent;
}
.tre_ch{
    border-left: 1.5vw solid transparent;
}

.media-view-gallery .wrapp_img_s2 {
    display: block;
}

.media-view-gallery .ones_picchas {
    float: left;
    width: 31%;
}

.pol_bgs_white1 {
    width: 100%;
    background: #ffffff;
    padding-bottom: 5vw;
}
.wrapp_all_phots{
    margin-top: 5.2vw;
}

.paginations{
    margin: 3.5vw auto 0.5vw auto;
    /*border: 1px solid red;*/
    text-align: center;
}
.paginations ul li{
    display: inline-block;
    color: #301313;
    font-size: 1.8vw;
    width: 3.3vw;
    /* height: 4.3vw; */
    margin-left: 0.2vw;
    margin-right: 0.2vw;
}
.paginations ul li a{
    color: #301313;
    font-size: 1.8vw;
    text-decoration: none;
    /* width: 2vw; */
    height: 3.3vw;
    display: block;
    line-height: 3.5vw;
}
.paginations ul li a.active{
    background: #FF4224;
    color: #ffffff;
}

.paginations ul li a.active:hover{
    background: #FF4224;
}
.paginations ul li a:hover{
    background: #EDEDED;
}
.arr_left{
    background: url("../images/left_arr.png") center center no-repeat, #ffffff !important;
    background-position: center center;
    background-size: contain !important;
    width: 2.5vw;

}
.arr_left:hover{
    background: url("../images/left_arr.png") center center no-repeat ,#ffffff !important;
    background-position: center center;
    background-size: contain !important;
    width: 2.5vw;
}


.arr_right{
    background: url("../images/right_arr.png") center center no-repeat, #ffffff !important;
    background-position: center center;
    background-size: contain !important;
    width: 2.5vw;

}
.arr_fight:hover{
    background: url("../images/right_arr.png") center center no-repeat ,#ffffff !important;
    background-position: center center;
    background-size: contain !important;
    width: 2.5vw;
}


/* Footer
-----------------------------------------------------------------------------*/
.footer {
    width: 100%;
    margin: -6.7vw auto 0;
    height: 6.7vw;
    background: url("../images/foot_png.jpg")center center , #000;
    background-size: cover;
    position: relative;
}
.foot_bl_line{
    width: 100%;
    height: 0.8vw;
    background: url("../images/foot_black_line.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 0;
    position: absolute;
    top: -0.3vw;
}

.left_blocks_50perc {
    float: left;
    width: 40%;
    margin-top: 2.1vw;
}

.left_blocks_50perc ul {
    display: inline-block;
}

.left_blocks_50perc ul li {
    display: inline-block;
}

.left_blocks_50perc .icons {
    width: 2.5vw;
    height: 2.3vw;
    display: inline-block;
    margin-right: 1.5vw;
    background-size: contain;
}

.left_blocks_50perc .rng_icons {
    background: url("../images/dv.png") no-repeat center bottom;
    width: 5.2vw;
    background-size: contain;
    margin-left: 1vw;
}

.right_blocks_50perc {
    float: right;
    width: 45%;
    margin-top: 2.4vw;
}

.right_blocks_50perc ul {
    float: right;
}

.right_blocks_50perc ul li {
    display: inline-block;
    color: #e6e3f0;
    font-size: 1.1vw;
}

.right_blocks_50perc ul li a {
    color: #e6e3f0;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    font-size: 0.8vw;
    line-height: 2.2vw;
}

.right_blocks_50perc ul li a:hover {
    color: #FF0000;
}

.sl {
    margin-left: 0.6vw;
    margin-right: 0.6vw;
}

.copyright {
    color: #e6e3f0;
    font-size: 1.1vw;
    text-transform: capitalize;
    /* line-height: normal; */
    margin-right: 3.2vw;
    display: inline-block;
    position: relative;
    top: -0.4vw;
}
.image_main_wrappers{
    width: 100%;
    background: #E5E2EB;
}
.image_main_wrappers img{
    width: 100%;
    height: auto;
}


#ddmenu ul {
    position: absolute;
    top: -0.3vw;
    width: 7.5vw;
    display: none;
    margin: 0;
    background-color: rgba(43, 32, 85, 0.73);
    background: rgba(43, 32, 85, 0.73);
    color: rgba(43, 32, 85, 0.73);
    left: -1.3vw;
    padding-top: 3vw;
    padding-bottom: 2vw;
    border-radius: 0.3vw;

}
#ddmenu ul:before{
    position: absolute;
    border-bottom: 0.3vw solid #F61B4A;
    border-left: 0.4vw solid transparent;
    border-right: 0.4vw solid transparent;
    height: 0;
    width: 6.7vw;
    content: '';
    top: 0;
    left: 0;
    transform: rotate(180deg) ;
    -webkit-transform: rotate(180deg) ;
    -moz-transform: rotate(180deg) ;
    -o-transform: rotate(180deg) ;
    -ms-transform: rotate(180deg) ;
}
#ddmenu ul:after{
    position: absolute;
    bottom: -1.97vw;
    left: 2.2vw;
    width: 3.4vw;
    height: 2vw;
    background: url("../images/blue_benu_zbs.png") no-repeat;
    background-size: contain;
    content: '';
}
#ddmenu ul li {
    display: block;
    width: 100%;
    position: relative;
    /*margin-bottom: 0.7vw;*/
}
#ddmenu ul li a {
    display: block;
    width: 100%;
    /* line-height: 2vw; */
    text-transform: capitalize;
    font: 0.9vw 'sf_ui_displayregular';
    /* height: 2vw; */
    padding: 0.3vw 0;
}
#ddmenu ul li a:hover {
    background: #3D3387;
}
.menus_link li{
    position: relative;
}












@media only screen and (max-width : 992px) {

}
@media only screen and (max-width : 500px) {
    .white_bga{
        background-size: contain;
    }
    .one_h_perc_block{
        background: none;
    }
    .bg_darek_image{
        background: url("../images/dark_about_block.jpg") no-repeat;
        background-size: cover;
    }
    .wrapp_fancy ul li {
        width: 13.5vw;
        float: left;
        margin-right: 0.9vw;
    }


    .pos_rels .copyright{
        top: -0.4vw;
    }
    .sl2 {
        margin-left: 0.2vw;
        margin-right: 0.2vw;
    }
    .left_blocks_50perc {
        float: left;
        width: 40%;
        margin-top: 1.1vw;
    }
    .footer{
        height: 6.7vw;
    }
    .menus_link_wrapp {
        width: 100%;
        text-align: center;
        position: absolute;
        top: 0;
    }
    .right_blocks_50perc {
        float: right;
        width: 50%;
        margin-top: 1.4vw;
    }
    .drop li a {
        font-size: 0.6vw;
        line-height: 0.2vw;
        color: #ffffff;
        text-decoration: none;
        font-family: 'sf_ui_displaybold', sans-serif;
    }
    .drop {
        margin: 0;
        background: #340B0B;
        display: none;
        position: absolute;
        top: -0.5vw;
        right: 0;
        width: 3.9vw;
        text-align: left;
        padding: 0.8vw;
        padding-top: 1vw;
        padding-bottom: 3vw;
        border-radius: 0.2vw;
    }
    .white_z2{
        font-size: 1.3vw;
        /* line-height: normal; */
        line-height: 1.6vw;
        color: #ffffff;
        /*padding-left: 10.2vw;*/
        position: relative;
        text-transform: capitalize;
        margin-bottom: 2.2vw;
    }
    .white_s_bg_text_3 {
        position: absolute;
        width: 136%;
        background: url("../images/whites_line_bg2.png") no-repeat;
        top: 1.2vw;
        height: 2vw;
        left: -10vw;
        background-size: contain;
        z-index: -1;
    }
    .m_bbt .red_btns{
        line-height: 2.5vw;
    }
    .white_s_bg_text_2 {
        position: absolute;
        width: 78%;
        background: url("../images/whites_line_bg.png") no-repeat;
        /* top: -2vw; */
        height: 25vw;
        left: 0;
        background-size: contain;
    }
    .header_search_btn{
        top: 2vw;
    }
}
@media only screen and (max-width : 992px) {
    .white_s_bg_text_3 {
        position: absolute;
        width: 136%;
        background: url("../images/whites_line_bg2.png") no-repeat;
        top: 0.9vw;
        height: 2vw;
        left: -10vw;
        background-size: contain;
        z-index: -1;
    }
    .wrapp_fancy ul li {
        width: 13.8vw;
        float: left;
        margin-right: 0.9vw;
    }

}
@media only screen and (min-width : 1921px) {
    .white_bga{
        background-size: contain;
    }
}
@media only screen and (max-width : 320px) {
    .menus_link {
        width: 76.9%;
        text-align: center;
        /* height: 50%; */
        margin: -1.2vw auto;
    }
    .white_s_bg_text_3 {
        position: absolute;
        width: 136%;
        background: url("../images/whites_line_bg2.png") no-repeat;
        top: 2.2vw;
        height: 2vw;
        left: -10vw;
        background-size: contain;
        z-index: -1;
    }
}


/* Game list
-----------------------------------------------------------------------------*/
.gamelist a.gamelist_link {

    color:red;
    /* height: 2vw; */
    padding: 0.3vw 0;
}
.gamelist a.gamelist_link:hover {
    background: #3D3387;
}

.gamelist.table {
	width:100%;
}

	.gamelist.table .thead {
		
	}
	
		.gamelist.table .thead .tr {
			width:100%;
			height:4vw;
			overflow:hidden;
			background-image:url("../images/gamelist-line.png");
			background-position: 5vw 1.5vw;
		    background-size: contain;
			background-repeat: no-repeat;
			background-size
		}

			.gamelist.table .thead .tr .td {
				background-color: transparent;
				color: #e70c12;
				height: 4vw;
				width: 5%;
				float: left;
				margin-right: 0.3%;
				font-size: 1.2vw;
				text-align: center;
				line-height: 1.5vw;
			}

			.gamelist.table .thead .tr .td:nth-child(1) {
				width:12%;
				margin-right:0;
                display:none;
			}

			.gamelist.table .thead .tr .td:nth-child(2) {
				width:12.7%;
				text-align:left;
			    margin-top: 1.5vw;
			}

			.gamelist.table .thead .tr .td:nth-child(3) {
				margin-top: 1.5vw;
			}

			.gamelist.table .thead .tr .td:nth-child(4) {
				
			}

			.gamelist.table .thead .tr .td:nth-child(5) {
				
			}

			.gamelist.table .thead .tr .td:nth-child(6) {
				
			}

			.gamelist.table .thead .tr .td:nth-child(7) {
				margin-top: 1.5vw;
			}

			.gamelist.table .thead .tr .td:nth-child(8) {
			    margin-top: 1.5vw;
			}

			.gamelist.table .thead .tr .td:nth-child(9) {
				width:30.1%;
				margin-right:0;
				text-align:left;
				padding-left:1vw;
			    margin-top: 1.5vw;
			}


	.gamelist.table .tbody {
		
	}

		.gamelist.table .tbody .tr {
			width:100%;
			height:4vw;
			overflow:hidden;
		}

			.gamelist.table .tbody .tr .td {
				background-color:#eae8ef;
				height:4vw;
				width:5%;
				float:left;
				margin-right:0.3%;
				line-height:4vw;
				font-size: 1.2vw;
				text-align:center;
				float:left;
			}
.gamelist.table .tbody .tr .td:nth-child(1) {
   
    display:none;
}
			.gamelist.table .tbody .tr .td.yes {
				background-image:url(../images/gamelist-yes.png);
				background-position:center center;
				background-repeat:no-repeat;
			}

			.gamelist.table .tbody .tr .td.no {
				background-image:url(../images/gamelist-no.png);
				background-position:center center;
				background-repeat:no-repeat;
			}

			.gamelist.table .tbody .tr:nth-child(2n) .td {
				background-color:#fff;
			}

			.gamelist.table .tbody .tr .td:nth-child(1) {
				width:12%;
				margin-right:0;
			}

			.gamelist.table .tbody .tr .td:nth-child(2) {
				width:12.7%;
				text-align:left;
			}

			.gamelist.table .tbody .tr .td:nth-child(3) {
				
			}

			.gamelist.table .tbody .tr .td:nth-child(4) {
				
			}

			.gamelist.table .tbody .tr .td:nth-child(5) {
				
			}

			.gamelist.table .tbody .tr .td:nth-child(6) {
				
			}

			.gamelist.table .tbody .tr .td:nth-child(7) {
				
			}

			.gamelist.table .tbody .tr .td:nth-child(8) {
				
			}

			.gamelist.table .tbody .tr .td:nth-child(9) {
				width:30.1%;
				margin-right:0;
				text-align:left;
				padding-left:1vw;
				display:table;
			}

				.gamelist.table .tbody .tr .td:nth-child(9) .cell {
					display: table-cell;
					vertical-align: middle;
					line-height: 1.2vw;
				}

			.gamelist.table .tbody .tr .td:nth-child(10) {
				width:12%;
				margin-right:0;
			}
			
	.gamelist-bg {
		background-image:url("../images/gamelist-bg.png");
		background-repeat: no-repeat;
		background-position: right top;
	    background-size: 80%;
		margin-top: -5vw;
	}
	
	.gamelist-pagination {
		margin:2vw auto 0vw;
		text-align:center;
	}
	
		.gamelist-pagination a {
			border:3px solid #e7292f;
			display:inline-block;
			background:transparent;
			margin:0 10px;
			width:20px;
			height:20px;
		}
	
		.gamelist-pagination a.active {
			background:#e7292f;
			
		}
		
	/* под слайдер */
	.image_main_wrappers {
		position:relative;
	}
	
	/*.image_main_wrappers:after {
		content: ' ';
		display: block;
		position: absolute;
		bottom: 0;
		left: 50%;
		z-index: 90;
		width: 240px;
		height: 5px;
		margin-left: -120px;
		background: url(/../images/head_white_line.png) no-repeat top left;
	}*/
			
		
	/* для заголовка */	
	.w56{
		width: 55.8% !important;
	}
			
		
@media only screen and (max-width : 1200px) {

		.gamelist.table .tbody .tr .td.yes, .gamelist.table .tbody .tr .td.no {
			background-size:40%;
		}
}


/* #clearfix */
.btn-buy {
  font-size: 1.6vw;
  margin-bottom: 0.7vw;
  width: 100%;
  height: 3.2vw;
  line-height: 3.2vw;
  -webkit-border-radius: 1vw;
  -moz-border-radius: 1vw;
  -o-border-radius: 1vw;
  border-radius: 1vw; }

.btn-red {
  font-family: 'sf_ui_displaybold', sans-serif;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  color: #FFFFFF;
  background: #ff0000;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0 1.5vw;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .btn-red:hover {
    background: #b30000; }

.gamelist.table .btn-red {
  font-size: 1.2vw;
  line-height: 2.4vw;
  vertical-align: middle;
  -webkit-border-radius: 0.4vw;
  -moz-border-radius: 0.4vw;
  border-radius: 0.4vw; }

.btn-null {
  font-family: 'sf_ui_displaybold', sans-serif;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  color: #3c3947;
  background: #FFFFFF;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0 1.5vw;
  border: 0.2vw solid #3c3947;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .btn-null:hover {
    background: #3c3947;
    color: #ffffff; }

.game-price {
  margin-bottom: 1.5vw;
  font-size: 1.5vw;
  font-family: 'sf_ui_displaybold', sans-serif; }
  .game-price span {
    vertical-align: baseline;
    font-size: 2vw; }

.basket-link {
  float: left;
  z-index: 200;
  position: relative;
  height: 2vw;
  width: 2vw;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  font-family: 'sf_ui_displaybold', sans-serif; }
  .basket-link img {
    position: absolute;
    max-width: 100%;
    height: auto;
    top: 0;
    left: 50%;
    display: block;
    transform: translate(-50%, 0); }
  .basket-link span {
    position: absolute;
    display: inline-block;
    background: #ff0000;
    top: -0.6vw;
    right: -0.6vw;
    text-align: center;
    width: 1.2vw;
    height: 1.2vw;
    line-height: 1.2vw;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%; }

.payment {
  margin-bottom: 2vw; }
  .payment #check-block {
    font-size: 1.2vw; }
    .payment #check-block a {
      color: #ff0000; }

.master-paycard__cards {
  margin: 0 0 1vw;
  color: #969597;
  position: relative;
  height: 15.46344vw;
  width: 37.2268vw; }

.master-cards__frontSide {
  background: url(../images/card_bg_stargame.png) 0 0 no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  width: 24.7vw;
  height: 15.46344vw;
  position: absolute;
  left: 0;
  z-index: 1; }
.master-cards__backSide {
  position: absolute;
  right: 0;
  width: 15.0339vw;
  height: 15.46344vw;
  -webkit-border-radius: 0.7159vw;
  -moz-border-radius: 0.7159vw;
  border-radius: 0.7159vw;
  background: #5f0000;
  color: #ffab6e;
  font-weight: bold; }
  .master-cards__backSide .master-cards__content {
    padding-top: 4.2954vw;
    width: 9.52147vw; }
.master-cards__content {
  padding: 1.4318vw;
  height: 12.38507vw;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .master-cards__content label {
    color: #ffab6e;
    font-size: 1vw;
    font-weight: bold; }
  .master-cards__content .left1 {
    float: left;
    margin-left: 2.64883vw; }
  .master-cards__content .left2 {
    float: left;
    margin-left: 0.07159vw; }
.master-cards__cardNumber {
  position: absolute;
  left: 1.4318vw;
  right: 1.4318vw;
  top: 6.58628vw;
  height: 2.1477vw;
  white-space: nowrap; }
  .master-cards__cardNumber input {
    background: #1f1f1f;
    border: 0.07159vw solid #e2b566;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 5.0113vw;
    margin: 0 0.21477vw 0 0;
    color: #ffab6e;
    -moz-border-radius: 0.28636vw;
    -webkit-border-radius: 0.28636vw;
    border-radius: 0.35795vw;
    height: 1.78975vw;
    text-align: center;
    font-size: 1.14544vw;
    padding: 0; }
.master-cards__expirationDate {
  position: absolute;
  left: 1.4318vw;
  right: 1.4318vw;
  top: 11.66917vw;
  bottom: 0; }
  .master-cards__expirationDate select {
    float: left;
    width: 5.15448vw;
    text-transform: uppercase;
    padding: 0 0.75vw;
    margin-left: 10px;
    border: 0.07159vw solid #e2b566;
    border-radius: 2px;
    background: #1f1f1f;
    height: 2.29088vw;
    box-sizing: border-box;
    color: #ccc;
    font-size: 0.875vw;
    font-weight: 400;
    line-height: 2vw;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none; }
.master-cards__cvv2 {
  font-size: 0.85908vw;
  display: block;
  position: absolute;
  width: 14.318vw;
  height: 2.43406vw;
  text-align: right;
  vertical-align: middle;
  padding: 0.7159vw 0 0.42954vw;
  color: #000;
  background: #fff url(../images/secure-line_piratesh.png) right top no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  border: 0.07159vw #fff solid;
  -moz-border-radius: 0.35795vw;
  -webkit-border-radius: 0.35795vw;
  border-radius: 0.35795vw;
  margin-right: 0.3vw;
  margin-left: -1.4318vw; }
  .master-cards__cvv2 .master-cvv2__label {
    width: 4.79653vw;
    display: inline-block;
    line-height: 0.9vw;
    margin: 0 1.4318vw 0 0;
    padding-top: 0.21477vw;
    color: #000; }
    .master-cards__cvv2 .master-cvv2__label .pseudo {
      border-bottom: 0.07159vw dashed;
      font-size: 0.7vw;
      color: #000;
      cursor: help; }
      .master-cards__cvv2 .master-cvv2__label .pseudo:hover + .master-cvv2__hint {
        display: block; }
.master-cards__buttons {
  position: absolute;
  bottom: 1.28862vw;
  right: 1.4318vw;
  padding: 0;
  width: auto; }
  .master-cards__buttons .master-cards__button {
    font-size: 0.85908vw;
    line-height: 1.07385vw;
    font-weight: 700;
    text-decoration: none;
    text-shadow: none;
    font-family: Arial, Helvetica, sans-serif;
    border: 0.07159vw solid #FFFFFF;
    border-radius: 0.35795vw;
    color: #ffab6e;
    height: 2.1477vw;
    cursor: pointer;
    padding: 0.28636vw 0.7159vw;
    width: 5.7272vw;
    background: #1f1f1f; }

.master-cvv2__hint {
  position: absolute;
  left: -5.7272vw;
  top: 3.14996vw;
  display: none;
  width: 22.9088vw;
  font-style: normal;
  padding: 1vw;
  background: #333;
  color: #fff;
  text-align: left;
  -webkit-border-radius: 0.35795vw;
  -moz-border-radius: 0.35795vw;
  border-radius: 0.35795vw;
  -moz-box-shadow: 0 0.14318vw 0.14318vw #CCC;
  -webkit-box-shadow: 0 0.14318vw 0.35795vw #CCC;
  box-shadow: 0 0.14318vw 0.14318vw #CCC;
  z-index: 10; }

.master-cvv2__input {
  margin: 0 0.7159vw 0 0;
  width: 4.2954vw;
  position: relative;
  display: inline-block;
  color: #fff;
  background: #2a1e0b;
  font-size: 0.85908vw;
  border: 0.07159vw #fff solid;
  -webkit-border-radius: 0.28636vw;
  -moz-border-radius: 0.28636vw;
  border-radius: 0.28636vw;
  height: 1.78975vw;
  text-align: center;
  line-height: 1.78975vw;
  padding: 0; }

.master-payform {
  width: 37.2268vw; }
  .master-payform__row {
    margin-bottom: 1vw;
    width: 100%; }
    .master-payform__row .master-cards__button {
      font-family: 'sf_ui_displaybold', sans-serif;
      display: inline-block;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      border: none;
      outline: none;
      color: #FFFFFF;
      background: #ff0000;
      text-decoration: none;
      text-align: center;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      padding: 0.3vw 1.5vw;
      font-size: 1.5vw;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-border-radius: 0.3vw;
      -moz-border-radius: 0.3vw;
      border-radius: 0.3vw; }
  .master-payform__label, .master-payform__input {
    float: left;
    width: 50%; }
  .master-payform__input .master-form__input, .master-payform__input .select-el {
    width: 14.318vw;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    font-size: 0.85908vw;
    border: 0.07159vw solid silver;
    height: 1.71816vw;
    padding: 0 1vw; }

.pay-case {
  width: 37.2268vw; }
  .pay-case a {
    color: #ff0000; }
  .pay-case td, .pay-case th {
    border: 0.07159vw solid silver;
    border-collapse: collapse;
    vertical-align: top;
    padding: 0.14318vw 0.35795vw 0.14318vw 0.35795vw; }
  .pay-case .master-cards__button {
    font-family: 'sf_ui_displaybold', sans-serif;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    color: #FFFFFF;
    background: #ff0000;
    text-decoration: none;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 0.3vw 1.5vw;
    font-size: 1.5vw;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 0.3vw;
    -moz-border-radius: 0.3vw;
    border-radius: 0.3vw; }

.prodpay__box {
  margin: 0.7159vw 0; }
.prodpay__title {
  font-weight: bold;
  border-bottom: 0.07159vw #cea55e solid;
  padding-bottom: 0.35795vw;
  color: #cea55e; }
.prodpay__td--product {
  width: 37.2268vw; }

.lock-icon {
  vertical-align: top;
  margin-right: 0.35795vw; }
.box-modal_content { height: auto}
.box-modal {
  position: relative;
  width: 57.3vw;
  background: #ffffff;
  -webkit-border-radius: 1.5vw;
  -moz-border-radius: 1.5vw;
  -o-border-radius: 1.5vw;
  border-radius: 1.5vw;
  padding: 1.5vw;
  color: #3c3947;
  font-family: 'sf_ui_displaybold', sans-serif; }
  .box-modal_close {
    cursor: pointer;
    font-size: 1.2vw;
    position: absolute;
    top: 0.7vw;
    right: 0.7vw; }
    .box-modal_close:hover {
      color: #FF0000; }
  .box-modal_title {
    font-size: 1.5vw;
    margin-bottom: 1.5vw; }
  .box-modal .add-basket-item table {
    margin-bottom: 1.5vw; }
  .box-modal .add-basket-item td {
    padding-bottom: 1vw; }
  .box-modal .add-basket-item .img {
    width: 25%;
    padding-right: 1.5vw; }
    .box-modal .add-basket-item .img img {
      -webkit-border-radius: 0.5vw;
      -moz-border-radius: 0.5vw;
      border-radius: 0.5vw; }
  .box-modal .add-basket-item .desc {
    width: 55%;
    padding-right: 1.5vw; }
    .box-modal .add-basket-item .desc a {
      color: #ff0000; }
    .box-modal .add-basket-item .desc .name {
      color: #ff0000;
      font-size: 1.2vw; }
    .box-modal .add-basket-item .desc p {
      margin: 0.5vw -0px; }
  .box-modal .add-basket-item .price {
    width: 15%;
    text-align: center;
    font-size: 1.5vw; }
  .box-modal .add-basket-item .remove {
    width: 5%;
    text-align: center; }
    .box-modal .add-basket-item .remove a {
      text-decoration: none;
      color: #ff0000;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .box-modal .add-basket-item .remove a:hover {
        color: #3c3947; }
  .box-modal .add-basket-item img {
    max-width: 100%; }
  .box-modal .add-basket-title {
    font-size: 1.2vw;
    margin-bottom: 1.5vw; }
  .box-modal .add-basket-btns {
    margin-top: 1.5vw; }
    .box-modal .add-basket-btns a {
      height: 2vw;
      width: 20vw; }
    .box-modal .add-basket-btns .btn-null {
      line-height: 1.6vw; }
    .box-modal .add-basket-btns .btn-red {
      line-height: 2vw;
      float: right; }

.shidden {visibility:hidden;  margin-top:-1500px !important; position:absolute; overflow:hidden; padding:0px; margin:0px; width:710px; 	height:555px; z-index:1000;}
.sshown {visibility:visible;  margin-top:0 !important; position:absolute; overflow:hidden; padding:0px; margin:0px; width:710px; 	height:555px; z-index:1000; display:block; }
/*# sourceMappingURL=style.css.map */

    #about ol {
  /*color: #aaa;*/
  list-style-type: none;
}
 
#about ol li {
  position: relative;
  /*font: bold italic 14px/1.5 Helvetica, Verdana, sans-serif;*/
  margin-bottom: 4px;
     font: 16px/1.5 Helvetica, sans-serif;
}
 
#about li p {
  font: 16px/1.5 Helvetica, sans-serif;
  padding-left: 30px;
  /*color: #f00;*/
}
    #about span {
  position: absolute;
  font: bold italic 14px/1.5 Helvetica, Verdana, sans-serif;
}

#playform,#infoform,#bonusform{
    width: auto;
    max-width:2600px;
    overflow:hidden;
    padding: 20px 20px 10px !important;
}
#popup {

    min-width: 600px;
    max-width:2600px;
    width: 100%;

    padding: 0px !important;
    display: block;
    margin: 0 auto;
    position: relative;
    min-height:480px;
    overflow:hidden;
}
#child_popup {

    width:100%;
    min-height:480px;
    padding: 0px !important;

    overflow:hidden;
    margin:0 !important;

}

.modal {
    height: 100%;
    text-align: center;
    white-space: nowrap;
}

.modal:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    margin-right: -.25em;
    /*might want to tweak this. .25em for extra white space */
    height: 100%;
}

.modal-form {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    text-align: left;
}

.modal {
    display: none;
}

.modal-form {
    position: relative;
    width: 400px;
    padding: 30px 25px 50px;
    background: #252f3f;
    background: -moz-linear-gradient(-45deg,  #252f3f 0%, #151b24 50%, #252f3f 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#252f3f), color-stop(50%,#151b24), color-stop(100%,#252f3f));
    background: -webkit-linear-gradient(-45deg,  #252f3f 0%,#151b24 50%,#252f3f 100%);
    background: -o-linear-gradient(-45deg,  #252f3f 0%,#151b24 50%,#252f3f 100%);
    background: -ms-linear-gradient(-45deg,  #252f3f 0%,#151b24 50%,#252f3f 100%);
    background: linear-gradient(135deg,  #252f3f 0%,#151b24 50%,#252f3f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#252f3f', endColorstr='#252f3f',GradientType=1 );
    color: #bcc5d5;
    border: 1px solid #41536f;
    margin: 20px 0;
}

.modal-close {
    position: absolute;
    right: 6px;
    top: 6px;
    font-size: 30px;
    line-height: 15px;
    color: #a6c0de;
    cursor: pointer;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.modal-close:hover {
    color: #6897bb;
}
