  .distribution_img_box {
    text-align: center;
  }
  .tooltip_act {
    display: block;
    color: black;
    font-family: PTSansBold;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase; 
    background: url("../images/sprite_components.png") -280px -320px no-repeat;
    padding-left: 30px;
  }
  .popup_tool {
    /*border: 1px solid #cdcdcd;*/
    background: white;
    -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.4);
    width: 475px;
    left: 0;
    padding: 21px 25px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: absolute; 
    visibility: hidden;
    z-index: 101;
  }
  .addon_box {
    background: #7AC408;
    padding: 5px 15px 7px 21px;
  }
  .addon_box span {
    font-size: 12px;
    font-family: "Trebuchet MS";
    color: white;
    line-height: 12px;
  }
  .addon_box span a {
    color: white;
    text-decoration: underline;
  }
  .addon_box span a:hover {
    text-decoration: none;
  }
  #top_tooltip_link_block {
    padding: 18px 18px 13px 18px;
  }
  #bonus_list_link_block {
    padding: 20px 25px 15px 25px;
  }
  #bonus_list_link_block ul.gray_list {
    display: block !important;
  }
  #ai_popup_link_block {
    padding: 20px 25px 17px 25px; 
    width: 375px;
  }
  #ai_popup_link_block ul {
    margin: 0;
    padding: 0;
  }
  #ai_popup_link_block ul li {
    /*font-family: Helvetica;*/
    font-size: 13px;
  }
  .popup_tool .pointer {
    content:'';
    width:0;
    height:0;
    border-left: 10px solid white;
    border-top: 10px solid transparent!important;
    border-bottom: 10px solid transparent;
    right: -10px;
    position: absolute;
    padding:0!important;
  }
  .popup_tool .pointer_top {
    content:'';
    width:0;
    height:0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid transparent;
    border-bottom: 10px solid white !important;
    top: -20px;
    position: absolute;
    padding:0!important;
  }
  .popup_tool strong {
    font-family: PTSansBold;
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 3px;
    display: block;
  }
  .popup_tool strong:first-of-type {
    margin-top: 0px;
  }
  .popup_tool p {
    margin: 0;
    padding: 0;
    /*font-family: Helvetica;*/
    font-size: 13px;
  }
  #card_page {
    margin-top: 38px;
    margin-bottom: 40px;
    overflow: hidden;
    color: #383838;
    -webkit-text-size-adjust: none;
    font-family: "Trebuchet MS";
  }
  #card_page .returnButton {
    position: static;
    margin-top: 0;
  }
  #card_page .returnButton a span {
    color: #5d990a;
    text-transform: capitalize;
  }
  #card_page .returnButton a:hover span {
    color: #91cf41;
  }
  #card_page_left {
    float: left;
    width: 720px;
    overflow: hidden;
    margin-top: 13px;
  }
  .pict_n_table figure {
    background: url("/local/templates/base/images/case-big.png") left top no-repeat;
    width: 257px;
    height: 345px;
    float: left;
  }
  .pict_n_table figure div {
    z-index: -1;
    margin: 4px 0px 0px 15px;
  }
  .game_info_text {
    width: 385px;
    float: right;
  }
  .pict_n_table table {
    border-collapse: collapse;
    border-spacing: 0px;
    margin-bottom: 0px;   
  }
  .pict_n_table table td {
    margin: 0;
    padding: 8px 0px 7px 0px;
    font-size: 13px;
    /*font-family: Helvetica;*/
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
  }
  .pict_n_table table td:first-child {
    padding-left: 12px;
    white-space: nowrap; 
  }
  .pict_n_table table td:last-child {
    font-weight: bold;
    padding-left: 35px;
    width: 210px;
  }
  .pict_n_table table td.card_desc_only {
    font-weight: normal;
    padding-left: 0px;
    white-space: normal;
    padding-right: 0px;
    width: 100%;
  }
  #card_page .pict_n_table {
    margin-top: 18px;   
  }
  .market_status_lent {
    background-repeat: no-repeat;
    background-position: left center;
    width: 79px;
    height: 100%;
    right: -3px;
    top: 0px;
    position: absolute;
  }
  .market_status_lent.new {
    background-image: url("../images/lent_market_status_new.png"); 
  }
  .info_block header.with_market_status_lent {
    position: relative;
  }
  .info_block header.with_market_status_lent h1 {
    max-width: 600px;
  }
  .info_block header, .gray_title {
    background: #727b7c url("../images/sprite_components.png") left -920px repeat-x;
    padding: 13px 20px 6px 20px;
    border-top: 1px solid #a5acac;
    border-bottom: 1px solid #6b7272;
    border-right: 1px solid #909899;
    border-left: 1px solid #8d9595;
  }
  .info_block header *, .gray_title * {
    color: white;
    text-shadow: 0px -1px 2px #5f6869;
  }
  .info_block header h1 {
    line-height: 1;
  }
  .info_block header h1, .gray_title h1 {
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 2px;
    font-weight: normal;
  }
  .info_block header strong, .gray_title strong {
    font-size: 14px;
  }
  .panel_izd_box {
    float: left;
    margin-top: 20px;
  }
  .panel_izd_box *{
    display: block;
    float: left;
    font-family: "PTSansBold";
    text-transform: uppercase;
    font-size: 13px;
    line-height: 14px;
    margin-right: 15px;
    font-weight: normal;
  }
  .panel_izd_box a {
    color: #404e4f;
    text-decoration: none;
    border-bottom: 1px dotted #404e4f;
    padding: 0;
    margin-top: 11px;
  }
  .panel_izd_box span {
    background-color: #469f1f;
    border: 1px solid #469f1f;
    color: white;
    padding: 10px 10px 7px 10px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
  }
  .sect_shadow {
    box-shadow: 0 1px 1px #bfbfbf;
    -webkit-box-shadow: 0 1px 1px #bfbfbf;
    -moz-box-shadow: 0 1px 1px #bfbfbf;
    padding: 0px 32px 12px 32px;
    border: 1px solid #fafafa;
  }
  .creamy_box {
    background-color: #f1f1f1;
  }
  .activation_info {
    background: url("../images/activation_info_icon.png") left center no-repeat;
    padding-left: 33px;
    margin-top: 10px;
    /*padding-top: 2px;*/
  }
  .activation_info:hover a{
    color: #91cf41 !important;
  }
  .activation_info a, .activation_info span { 
    color: #3e4c4d;
    font-size: 13px;
    font-family: "PTSansBold";
    display: inline-block;
    font-weight: normal;
    padding-top: 2px;
  }
  .activation_info a {
    text-decoration: none;
    /*border-bottom: 1px dotted #3e4c4d;*/
    line-height: 16px;
  }
  .activation_info span{
    line-height: 18px;
  }
  .soc_likes_panel {
    margin-top: 16px;
  }
  .block_box {
    margin-top: 22px;
    box-shadow: 0 1px 1px #bfbfbf;
    -webkit-box-shadow: 0 1px 1px #bfbfbf;
    -moz-box-shadow: 0 1px 1px #bfbfbf;
  }
  .izd_info_table {
    width: 100%;
  }
  .izd_info_table th:last-child{
    padding: 0px 10px;
  }
  .izd_info_table td, .izd_info_table th {
    vertical-align: middle;
    text-align: center;
    empty-cells: show;
    border: none;
    padding: 0 10px;
    width: 15%;
  }
  .izd_info_table th {
    background: url("../images/sprite_components.png") left -1070px repeat-x;
    margin: 0;
    line-height: normal;
    overflow: hidden;
    border-bottom: 1px solid white;
    text-transform: uppercase;
    color: #4b5b5c;
    font-family: "PtSansBold";
    font-size: 12px;
    font-weight: normal;
    height: 40px;
    padding: 0;
  }
  .check_izd_yes {
    display: block;
    background: url("../images/check_izd_yes.png") center center no-repeat;
    height: 19px;
  }
  .check_izd_no {
    display: block;
    background: url("../images/check_izd_no.png") center center no-repeat;
    height: 19px;
  }
  .izd_info_table tfoot td strong {
    font-family: "Ubuntu";
    font-weight: bold;
    margin-top: 15px;
    display: inline-block;
    width: 103px;
    padding-left: 4px;
    font-size: 24px;
    color: #3e4c4d;
  }
  .izd_info_table tfoot td strong span {
    color: inherit;
  }
  .izd_info_table tfoot td strike {
    display: inline-block;
    font-family: "Ubuntu";
    color: #a2a2a2;
    font-size: 16px;
    margin-top: 2px;
    width: 103px;
  }
  .izd_info_table tfoot td strike span {
    color: #a2a2a2;
  }
  .izd_info_table th span {
    display: inline-block;
    margin-top: 2px;
  }
  .izd_info_table tr th:first-child {
    color: #469f1f;
    font-size: 16px;
    padding-left: 15px;
    text-align: left;
  } 
  .izd_info_table tbody td {
    background-color: #f1f1f1;
    padding: 6px 20px;
  }
  .izd_info_table tbody tr td:first-child {
    text-align: left;
    width: 40%;
  }
  .izd_info_table tfoot tr:first-child td {
    background-image: url("../images/sprite_components.png");
    background-position: left -1160px;
    background-repeat: repeat-x;
    padding-top: 5px;
  }
  .izd_info_table tfoot tr:last-child td {
    padding: 5px 0px 10px 0px;
  }
  .izd_info_table tfoot td .buy-button{
    display: inline-block;
    width: 103px;
    background-position: left -480px;
    height: 40px;
  }
  .izd_info_table tfoot td .buy-button:hover {
    background-position: left -524px;
  }
  .izd_info_table tfoot td .buy-button:active {
    background-position: left -569px;
  }
  .izd_info_table tfoot td .buy-button.preorder{
    display: inline-block;
    width: 103px;
    background-position: -700px -480px !important;
    height: 40px;
  }
  .izd_info_table tfoot td .buy-button.preorder:hover {
    background-position: -700px -524px !important;
  }
  .izd_info_table tfoot td .buy-button.preorder:active {
    background-position: -700px -569px !important;
  }
  .izd_info_table tfoot td .none {
    background: url("../images/new_buttons.png") -700px -620px no-repeat !important;
    width: 103px !important;
    height: 40px;
    margin: 0 auto !important;
    
  }
  .izd_info_table ul.gray_list {
    padding-left: 15px;
  }
  .izd_info_table ul.gray_list li {
  }
  .izd_info_table tbody tr:nth-of-type(odd) td {
    background-color: #f8f8f8;
  }
  .block_box header {
    background: url("../images/sprite_components.png") left -1070px repeat-x;
    height: 39px;
    overflow: hidden;
    border-bottom: 1px solid #cfcfcf;
  }
  .block_box header span {
    text-transform: uppercase;
    color: black;
    font-size: 16px;
    font-family: "PtSansBold";
    font-weight: normal;
    padding: 12px 0px 0px 15px;
    display: block;
  }
  .block_box .bb_cont {
    border: 1px solid white;
  }
  .block_box header .green {
    color: #469f1f;
  }
  .block_box .bb_cont ul {
    margin: 0;
    padding: 0;
    /*font-family: Helvetica;*/
  }
  ul.gray_list {
    list-style-type: disc;
    padding-top: 2px;
    padding-right: 0px;
    padding-bottom: 2px;
    margin: 0;
  }
  ul.gray_list li {
    font-weight: normal;
    color: #9ca4a4;
    padding: 3px 0px;
  }
  ul.gray_list li span {
    font-size: 13px;
  }
  .lollipop > li {
    font-weight: bold;
    color: #3e4c4d;
  }
  .lollipop > li .main_l {
    display: block;
    padding: 5px 0px 7px 30px;
    background: url("../images/sprite_components.png") left -1123px no-repeat;
    margin-left: 20px;
    font-size: 13px;
  }
  .lollipop > li a.main_l span {
    display: inline-block;
    border-bottom: 1px dotted #4b5b5c;
    line-height: 17px;
  } 
  .lollipop > li ul.gray_list {
    padding-bottom: 10px !important;
    margin-right: 32px;
  }
  .lollipop > li:last-child ul {
    padding-bottom: 10px !important;
  }
  .lollipop > li ul {
    padding-left: 65px !important;
  }
  .block_box .bb_cont .lollipop > li:nth-of-type(odd) {
    background-color: #f1f1f1;
  }
  .block_box .bb_cont .lollipop > li:nth-of-type(even) {
    background-color: #f8f8f8;
  }
  .popup_tool .lollipop {
    margin-bottom: 0px;
    margin-left: 0px;
  }
  .popup_tool .lollipop > li span.main_l {
    padding-bottom: 2px;
  }
  .popup_tool .lollipop > li .main_l{
    margin-left: 0px;
  }
  .popup_tool .lollipop > li ul {
    padding-left: 18px !important;
  }
  .popup_tool .lollipop > li ul {
    padding-bottom: 0px !important;
  }
  .in_block_list {
    font-weight: bold;
    font-size: 13px;
  }
  a.in_block_list {
    color: #3e4c4d;
    text-decoration: none;
  }
  a.in_block_list span {
    display: inline-block;
    color: #3e4c4d;
    border-bottom: 1px dotted #4b5b5c;
  }
  /*
  .block_box .bb_cont .lollipop > li:nth-of-type(even) ul {
    background-color: #f1f1f1;
  }
  .block_box .bb_cont .lollipop > li:nth-of-type(odd) ul {
    background-color: #f8f8f8;
  }
  */
  .game_video,
  .game_desc,
  .game_screens,
  .game_marks,
  .game_syst,
  .game_adds {
    background: #f1f1f1;
  }
  .game_adds .row {
    margin-bottom: 0;
  }
  .game_adds .row .box {
    border-right:1px #dadada solid;
    border-left:1px #fefefe solid;
    width:198px;
    padding:20px 20px;
    text-align:center;
    min-height:358px;
  }
  .game_adds .row .box:last-child {
    border-right:0;
  }
  .game_adds .row .box:first-child {
    border-left:0;
  }
  .game_adds .row .box:hover {
    background:#ffffff;
    cursor:pointer;
  }
  .game_adds .row .box.empty:hover {
    background:transparent;
    cursor:default;
  }
  .game_adds .row .box.empty {
    border-bottom: none !important;
  }
  #card_page .game_adds .row .box .container {
    width:183px;
    height:257px;
    margin-left:12px;
  }
  #card_page .game_adds .row .box .box-wrapper {
    position: absolute;
    width: 205px;
    height: 267px;
    background: url(/local/templates/base/images/case.png) center center no-repeat;
    margin-top: -2px;
    margin-left: -3px;
  }
  .game_adds .buy-button {
    background-position: -389px -317px;
    width: 146px;
    margin-top: 5px;
  }
  .game_adds .buy-button:hover {
    background-position: -389px -361px;
  }
  .game_adds .buy-button:active {
    background-position: -389px -406px;
  }
  .game_adds .ttl {
    font-size: 16px;
    font-family: PTSansBold;
    color: black !important;
    margin-top: 15px;
    display: inline-block;
    text-transform: uppercase;
    min-height: 42px;
  }
  .game_adds .plang {
    background-image: url("../images/new_buttons.png");
    background-repeat: no-repeat;
    padding-left: 20px;
    font-size: 12px;
    /*font-family: Helvetica;*/
    display: inline-block;
  }
  .plang.prus {
    background-position: -1268px -554px;
  }
  .game_adds .gnr {
    font-size: 12px;
    /*font-family: Helvetica;*/
    margin-top: 2px;
    display: inline-block;
  }
  .game_adds strong {
    font-size: 24px;
    font-family: Ubuntu;
    font-weight: bold;
    color: #3e4c4d;
    display: inline-block;
    margin-top: 12px;
    margin-bottom: 6px;
  }
  .game_desc p {
    margin: 10px 20px 13px 20px;
    font-size: 14px;
    /*font-family: Helvetica;*/
  }
  .game_video .bb_cont {
    padding: 20px 20px 14px 20px;
  }
  .game_video iframe {
    height: 315px;
    width: 100%;
  }
  .game_marks article {
    display: block;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    background: #d8d8d8;
    padding: 15px 20px;
  }
  .game_marks article:last-child {
    margin-bottom: 20px;
  }
  .game_marks .mark_value {
    float: left;
    background-image: url("/local/templates/base/images/rating.png");
    background-repeat: no-repeat;
    width: 90px;
    height: 72px;
    overflow: hidden;
    text-align: center;
  }
  .game_marks .mark_value span {
    font-family: Intro;
    font-size: 40px;
    color: white;
    display: inline-block;
    line-height: 68px;
    text-shadow: 0px 1px 0px black;
  }
  .game_marks .mark_value.green{
    background-position: left top;
  }
  .game_marks .mark_value.yellow{
    background-position: -180px top;
  }
  .game_marks .mark_value.red{
    background-position: -90px top;
  }
  .game_marks .exp_value {
    float: right;
    max-width: 525px;
  }
  .game_marks .exp_value p {
    margin: 0; 
    padding: 10px 0;
    /*font-family: Helvetica;*/
    font-size: 13px;
  }
  .game_marks .exp_value p:first-child {
    padding-top: 0px;
  }
  .game_marks .exp_value a {
    font-weight: bold;
    /*font-family: Helvetica;*/
    font-size: 13px;
    display: inline-block;
    padding-right: 10px;
    text-decoration: underline;
    background: url("../images/sprite_components.png") right -990px no-repeat;
  }
  .game_marks .exp_value a:hover {
    text-decoration: none;
  }
  .game_desc .bb_cont ul {
    margin: 0 37px;
  }
  .game_desc .bb_cont ul li {
    list-style-type: disc;
    font-size: 14px;
    /*font-family: Helvetica;*/
    padding-top: 6px;
  }
  .game_desc .bb_cont ul li:first-child {
    padding-top: 12px;
  }
  .game_desc .bb_cont ul li:last-child {
    padding-bottom: 14px;
  }
  .block_notice {
    margin-top: 22px;
  }
  .block_notice .block_notice_warning b {
    font-family: Intro;
    font-weight: normal;
  }
  .block_notice table td {
    border: 0;
    padding: 0;
    vertical-align: middle;
  }
  .block_notice table td p {
    margin: 0 !important;
    padding: 0 !important;
  }
  .block_notice table {
    margin: 10px 0px 0px 0px;
    padding: 0;
  }
  .block_notice table tr td:first-child {
  }
  .block_notice table td .num {
    width: 28px;
    height: 23px;
    margin-top: 12px;
    margin-right: 12px;
    padding-top: 5px;
    padding-left: 9px;
    display: inline-block;
    color: white;
    font-family: PTSansBold;
    font-weight: normal;
    font-size: 16px;
    background: url("../images/sprite_components.png") -50px -100px no-repeat;
    overflow: hidden;
  }
  .game_syst header span.text {
    float: left;
  }
  .game_syst header div.plat_switcher {
    float:right;
    width: 180px;
    margin-right: 15px;
    margin-top: 9px;
  }
  .game_syst header div.plat_switcher span, .game_syst header div.plat_switcher a {
    display: inline-block;
    font-size: 10px;
    padding: 0;
    font-family: Intro;
    border: 1px solid #d3d3d3;
    background: #e3e3e3;
    text-align: center;
    width: 58px;
    color: black;
  }
  .game_syst header div.plat_switcher .active {
    color: white;
    border-color: #6ca90d;
    background: #75b80d;
  }
  .game_syst header div.plat_switcher .inactive {
    text-shadow: 0px 1px 0px white;
    -webkit-text-shadow: 0px 1px 0px white;
    -moz-text-shadow: 0px 1px 0px white;
  }
  .game_syst header div.plat_switcher .left {
    float: left;
    border-radius: 2px 0px 0px 2px;
  }
  .game_syst header div.plat_switcher .right {
    border-radius: 0px 2px 2px 0px;
  }
  .game_syst header div.plat_switcher .all {
    border-radius: 2px;
    float: right;
  }
  .game_syst .bb_cont div.top_block, .game_syst  .bb_cont div.bottom_block {
    padding: 15px 20px;
  }
  .game_syst .top_block { 
    border-bottom: 1px solid #d8d8d8;
  }
  .game_syst .bottom_block { 
    border-top: 1px solid white;
  }
  .game_syst table {
    width: 100%;
    margin: 0;
    font-size: 10px;
  }
  .game_syst table td {
    margin: 0;
    padding: 0;
    border: none;
    /*font-family: Helvetica;*/
    font-size: 1.3em;
    vertical-align: middle;
    padding: 6px 0;
  }
  .game_syst table tr:last-child td {
    padding-bottom: 0px;
  }
  .game_syst table tr td:first-child {
    width: 25%;
  }
  .game_syst table tr td:last-child {
    font-weight: bold;
  }
  .game_syst table caption {
    text-transform: uppercase;
    color: black;
    font-family: PTSansBold;
    font-weight: normal;
    font-size: 13px;
    padding: 0;
    margin: 3px 0px 4px 0px;
  }
  .game_syst .req_block {
    background: #778182;
    padding: 5px 18px 9px 18px;
  }
  .game_syst .req_block div {
    margin-top: 6px;
    background: url("../images/sprite_components.png") left -1439px no-repeat;
    padding-left: 28px;
  }
  .game_syst .req_block span { 
    color: white;
    font-size: 13px;
    font-family: PTSansBold;
    font-weight: normal;
    line-height: 16px;
  }
  #card_page aside {
    float: right;
    width: 200px;
    overflow: hidden;
  }
  #card_page aside .pricing_content {
    width: 200px;
    overflow: hidden;
  }
  #card_page aside .pricing {
    background: url("../images/price_icon_bg.png") left top no-repeat;
    /*max-height: 272px;*/
    max-height: 300px;
    box-sizing: border-box;
    border-bottom: 1px solid #d3d3d3;
    padding-top: 1px;
    margin-top: 13px;
    text-align: center;
    /*padding: 30px 0px 15px 0px;*/
    padding: 30px 0px 3px 0px;
  }
  #card_page aside .pricing .top_tooltip {
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    border-bottom: 1px dotted #5d990a;
    font-family: PTSansBold;
    font-weight: normal;
    line-height: 16px;
    margin-top: 11px;
    margin-bottom: 5px;
  } 
  #card_page aside .pricing .price {
    font-size: 30px;
    font-family: Ubuntu;
    font-weight: bold;
    margin-top: 13px;
    display: inline-block;
  }
  #card_page aside .pricing .price .rouble {
    font-size: 30px;
  }
  #card_page aside .pricing .price_old {
    color: #a2a2a2;
    font-family: Ubuntu;
    font-size: 15px;
    position: relative;
    display: inline-block;
    top: -3px;
  }
  #card_page aside .pricing .price_old .rouble {
    color: #a2a2a2;
    font-size: 15px;
  }
  #card_page aside .buy-button {
    margin-top: 5px;
    width: 170px;
    height: 40px;
    background-position: left -317px;
  }
  #card_page aside .buy-button:hover {
    background-position: left -361px;
  }
  #card_page aside .buy-button:active {
    background-position: left -406px;
  }
  #card_page .buy-button.preorder {
    background-position: -186px -317px;
  }
  #card_page .buy-button.preorder:hover {
    background-position: -186px -361px;
  }
  #card_page .buy-button.preorder:active {
    background-position: -186px -406px;
  }
  #card_page .buy-button.soon,  #card_page .buy-button.soon:hover,  #card_page .buy-button.soon:active {
    background-position: -389px -457px;
    margin-top: 20px;
  }
  #card_page .none { 
    width: 170px;
    height: 40px;
    /*background: url(../images/new_buttons.png) -186px -457px no-repeat;*/
    background-position: -186px -457px;
    margin-top: 5px;
    margin-left: 15px;
  }
  .preorder_info {
    background: url("../images/new_buttons.png") -1268px -500px no-repeat;
    width: 161px;
    top: -1px;
    position: relative;
    height: 22px;
    display: inline-block;
    font-size: 12px;
    color: white;
  }
  .preorder_bonus {
    background: url("../images/sprite_components.png") left -1124px no-repeat;
    display: inline-block;
    padding-left: 20px;
    padding-top: 3px;
    margin-top: 11px;
  }
  .preorder_bonus a {
    border-bottom: 1px dotted #5d990a;
    font-size: 12px;
    font-family: PTSansBold;
    font-weight: normal;
    text-transform: uppercase;
  }
  .balls_box {
    margin-top: 9px;
  }
  .balls_box div {
    color: black;
    font-family: Arial;
    font-size: 11px;
    cursor: pointer;
  }
  .balls_box div b {
    position: relative;
    top: -3px;
  }
  .balls_description {
    background-color: #d8d8d8;
    width: 243px;
    position: absolute;
    margin: 30px 0px 0px -30px;
    display: none;
    z-index: 102;
    padding: 10px 15px 11px 15px;
    font-size: 11px;
    /*font-family: Helvetica;*/
    text-align: left;
    line-height: 16px;
  }
  .right_switch_block a, .right_switch_block span{
    font-size: 12px;
    font-family: PTSansBold;
    text-transform: uppercase;
  }
  .right_switch_block a, .right_switch_block div {
    margin-top: 10px;
  }
  .right_switch_block {
    text-align: center;
    margin-top: 10px;
  }
  .right_switch_block div{
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border: 1px solid #4b5b5c;
    background: #4b5b5c;
    display: inline-block;
    padding: 3px 10px;
  }
  .right_switch_block span {
    color: white;
  }
  .right_switch_block a {
    display: inline-block;
    color: #3e4c4d;
    line-height: 13px;
    border-bottom: 1px dotted #abafb0;
  }
  /*
  .balls_box div a {
    display: inline-block;
    background: url("../images/new_buttons.png") -1111px -595px no-repeat;
    width: 15px;
    height: 15px;
    overflow: hidden;
    margin-left: 4px;
  }
  */
  .preim_block {
    background: #f1f1f1;
    border: 1px solid white;
    border-bottom: none;
    text-align: left;
  }
  .preim_block .how_text {
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    margin: 0 20px;
  }
  .preim_block .how_text img {
    margin: 10px 0;
  }
  .preim_block_bottom {
    background: url("../images/new_buttons.png") -1268px -540px no-repeat;
    width: 200px;
    height: 8px;
  }
  .preim_block .preim_caption {
    display: inline-block;
    padding: 13px 5px 12px 5px;
    margin: 0px 20px;
  }
  .preim_block .preim_caption a {
    text-transform: uppercase;
    color: #3e4c4d;
    font-family: PTSansBold;
    display: inline-block;
    line-height: 15px;
    border-bottom: 1px dotted #3e4c4d;   
  }
  .preim_block p {
    font-family: Arial;
    text-align: left;
    color: black;
    font-size: 11px;
    padding: 11px 0px 3px 0px;
    line-height: 1.7;
    margin: 0;
  }
  .more {
    text-decoration: underline;
    text-align: left;
    padding: 0;
    display: inline-block;
  }
  .preim_block .more {
    font-size: 11px;
    font-family: Arial;
    background: url("../images/sprite_components.png") right -860px no-repeat;
    padding-right: 10px;
    /*margin-bottom: 10px;*/
  }
  .preim_block img {
    margin-top: 3px;
  }
  .garant {
    background: url("../images/new_buttons.png") -1270px -592px no-repeat;
    display: inline-block;
    padding-left: 28px;
    margin-top: 11px;
    margin-left: 20px;
    /*margin-bottom: 20px;*/
    margin-bottom:10px;
  }
  .garant a {
    border-bottom: 1px dotted #5d990a;
    font-size: 12px;
    font-family: PTSansBold;
    font-weight: normal;
    text-transform: uppercase;
  }
  .game_screens #main {
    min-height: 5px !important;
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
  }
  .game_screens .bb_cont {
    overflow: hidden;
    padding: 20px 15px 0px 20px;
  }
  .game_screens #main .sreenshots {
    height: 144px !important;
  }
  .game_screens #main .descriptionBlock {
    margin: 0 !important;
    min-height: 5px !important;
    padding: 0 !important;
    width: auto !important;  
  }
  .game_screens #main .descriptionBlock .block {
    box-shadow: none !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .popup_tool .close {
    position:absolute;
    background-image:url("../images/new_buttons.png");
    width: 23px;
    height: 23px;
    display:block !important;
    top: -11px;
    right: -11px;
    cursor: pointer;
    background-position: -1029px -591px;
  }
  .popup_tool .close:hover {
    background-position: -1029px -630px;
  }
  .popup_tool .close:active {
    background-position: -1029px -666px;
  }
  .price_down_link{

    border-bottom: 1px dotted #5d990a !important;
    top:10px;
    bottom:10px;
    position:relative;
    text-transform: uppercase;
    font-size:12px;
    height:30px;
  }
  .price_down_block{
    height:30px;
  }
  #price-down-form{
    display: none;
    border-radius: 5px;
    box-shadow: 0 0 3px #999;
    margin-left:295px;
    width:280px;

  }
  .fancybox-bg{
    background: transparent !important;
  }
  body.fancybox-active{
    overflow: visible !important;

  }
  .compensate-for-scrollbar{
    margin-right:0px !important;
  }
  .fancybox-close-small{
    display: none;
  }
  .fancybox-slide>*{
    padding:10px !important;
  }
  .price_down_title{
    color: #5d990a;
    font-size: 16px;
    font-family: "PtSansBold";
    font-weight: normal;
    display: block;
    text-align: center;
    margin-top:10px;

  }
  #price-down-form p{
    font-size:15px;
    margin-top:7px;
    text-align: justify;
  }
  .price-down-button{
    display: block;
    height: auto !important;
    background-image: none !important;
    background-color: #00AE00;
    background-repeat: no-repeat;
    text-decoration: none;
    margin: 0 auto;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 3px;
    font-family: 'Roboto';
    font-weight: 400;
    text-align: center;
    margin-top:20px;
    margin-bottom:10px;
  }
  .input_price_down{
    border-radius: 5px  !important;
    height: 40px  !important;
    font-size: 14px  !important;
    font-family: "Trebuchet MS"  !important;
    border: 1px solid #DCDCDC  !important;
    width:100%;
    margin-top:20px !important;;
    text-align: center;
    padding:0px !important;
  }

  .input_price_down.error{
    border:1px red solid !important;
  }
  .price_down_error{
    color:red;
    text-align: center;
    font-size:13px;
    margin-top:5px;
  }
  .price_down_success{
    text-align: center;
    font-size:13px;
    margin-top:5px;
  }