

/* Start:/static/assets/select2/select2.css?144585207115594*/
/*
Version: 3.4.5 Timestamp: Mon Nov  4 08:22:42 PST 2013
*/
.select2-container {
    margin: 0;
    position: relative;
    display: inline-block;
    /* inline-block for ie7 */
    zoom: 1;
    *display: inline;
    vertical-align: middle;
}

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.

    More Info : http://www.quirksmode.org/css/box.html
  */
  -webkit-box-sizing: border-box; /* webkit */
     -moz-box-sizing: border-box; /* firefox */
          box-sizing: border-box; /* css3 */
}

.select2-container .select2-choice {
    display: block;
    height: 26px;
    padding: 0 0 0 8px;
    overflow: hidden;
    position: relative;

    border: 1px solid #aaa;
    white-space: nowrap;
    line-height: 26px;
    color: #444;
    text-decoration: none;

    border-radius: 4px;

    background-clip: padding-box;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;

    background-color: #fff;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));
    background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
    background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
    background-image: linear-gradient(top, #fff 0%, #eee 50%);
}

.select2-container.select2-allowclear .select2-choice .select2-chosen {
    margin-right: 42px;
}

.select2-container .select2-choice > .select2-chosen {
    margin-right: 26px;
    display: block;
    overflow: hidden;

    white-space: nowrap;

    text-overflow: ellipsis;
}

.select2-container .select2-choice abbr {
    display: none;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 24px;
    top: 8px;

    font-size: 1px;
    text-decoration: none;

    border: 0;
    background: url('/static/assets/select2/select2.png') right top no-repeat;
    cursor: pointer;
    outline: 0;
}

.select2-container.select2-allowclear .select2-choice abbr {
    display: inline-block;
}

.select2-container .select2-choice abbr:hover {
    background-position: right -11px;
    cursor: pointer;
}

.select2-drop-mask {
    border: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 9998;
    /* styles required for IE to work */
    background-color: #fff;
    filter: alpha(opacity=0);
}

.select2-drop {
    width: 100%;
    margin-top: -1px;
    position: absolute;
    z-index: 9999;
    top: 100%;

    background: #fff;
    color: #000;
    border: 1px solid #aaa;
    border-top: 0;

    border-radius: 0 0 4px 4px;

    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
            box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
}

.select2-drop-auto-width {
    border-top: 1px solid #aaa;
    width: auto;
}

.select2-drop-auto-width .select2-search {
    padding-top: 4px;
}

.select2-drop-active {
    border: 1px solid #5897fb;
    border-top: none;
}

.select2-container .select2-choice .select2-arrow {
    display: inline-block;
    width: 18px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;

    border-left: 1px solid #aaa;
    border-radius: 0 4px 4px 0;

    background-clip: padding-box;

    background: #ccc;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
    background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
    background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
    background-image: linear-gradient(top, #ccc 0%, #eee 60%);
}

.select2-container .select2-choice .select2-arrow b {
    display: block;
    width: 100%;
    height: 100%;
    background: url('/static/assets/select2/select2.png') no-repeat 0 1px;
}

.select2-search {
    display: inline-block;
    width: 100%;
    min-height: 26px;
    margin: 0;
    padding-left: 4px;
    padding-right: 4px;

    position: relative;
    z-index: 10000;

    white-space: nowrap;
}

.select2-search input {
    width: 100%;
    height: auto !important;
    min-height: 26px;
    padding: 4px 20px 4px 5px;
    margin: 0;

    outline: 0;
    font-family: sans-serif;
    font-size: 1em;

    border: 1px solid #aaa;
    border-radius: 0;

    -webkit-box-shadow: none;
            box-shadow: none;

    background: #fff url('/static/assets/select2/select2.png') no-repeat 100% -22px;
    background: url('/static/assets/select2/select2.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url('/static/assets/select2/select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('/static/assets/select2/select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('/static/assets/select2/select2.png') no-repeat 100% -22px, linear-gradient(top, #fff 85%, #eee 99%);
}

.select2-search input.select2-active {
    background: #fff url('/static/assets/select2/select2-spinner.gif') no-repeat 100%;
    background: url('/static/assets/select2/select2-spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url('/static/assets/select2/select2-spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('/static/assets/select2/select2-spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('/static/assets/select2/select2-spinner.gif') no-repeat 100%, linear-gradient(top, #fff 85%, #eee 99%);
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
    border: 1px solid #5897fb;
    outline: none;

    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
            box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.select2-dropdown-open .select2-choice {
    border-bottom-color: transparent;
    -webkit-box-shadow: 0 1px 0 #fff inset;
            box-shadow: 0 1px 0 #fff inset;

    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;

    background-color: #eee;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0.5, #eee));
    background-image: -webkit-linear-gradient(center bottom, #fff 0%, #eee 50%);
    background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);
    background-image: linear-gradient(top, #fff 0%, #eee 50%);
}

.select2-dropdown-open .select2-choice .select2-arrow {
    background: transparent;
    border-left: none;
}
.select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -18px 1px;
}

/* results */
.select2-results {
    max-height: 200px;
    padding: 0 0 0 4px;
    margin: 4px 4px 4px 0;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.select2-results ul.select2-result-sub {
    margin: 0;
    padding-left: 0;
}

.select2-results ul.select2-result-sub > li .select2-result-label { padding-left: 20px }
.select2-results ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 40px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 60px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 80px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 100px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 110px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 120px }

.select2-results li {
    list-style: none;
    display: list-item;
    background-image: none;
}

.select2-results li.select2-result-with-children > .select2-result-label {
    font-weight: bold;
}

.select2-results .select2-result-label {
    padding: 3px 7px 4px;
    margin: 0;
    cursor: pointer;

    min-height: 1em;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
}

.select2-results .select2-highlighted {
    background: #3875d7;
    color: #fff;
}

.select2-results li em {
    background: #feffde;
    font-style: normal;
}

.select2-results .select2-highlighted em {
    background: transparent;
}

.select2-results .select2-highlighted ul {
    background: #fff;
    color: #000;
}


.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
    background: #f4f4f4;
    display: list-item;
}

/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
    color: #666;
    background: #f4f4f4;
    display: list-item;
    cursor: default;
}
.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}
.select2-results .select2-disabled .select2-result-label {
    color: #566571;
}

.select2-results .select2-selected {
    display: none;
}

.select2-more-results.select2-active {
    background: #f4f4f4 url('/static/assets/select2/select2-spinner.gif') no-repeat 100%;
}

.select2-more-results {
    background: #f4f4f4;
    display: list-item;
}

/* disabled styles */

.select2-container.select2-container-disabled .select2-choice {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
    background-color: #f4f4f4;
    background-image: none;
    border-left: 0;
}

.select2-container.select2-container-disabled .select2-choice abbr {
    display: none;
}


/* multiselect */

.select2-container-multi .select2-choices {
    height: auto !important;
    height: 1%;
    margin: 0;
    padding: 0;
    position: relative;

    border: 1px solid #aaa;
    cursor: text;
    overflow: hidden;

    background-color: #fff;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
    background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
    background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
    background-image: linear-gradient(top, #eee 1%, #fff 15%);
}

.select2-locked {
  padding: 3px 5px 3px 5px !important;
}

.select2-container-multi .select2-choices {
    min-height: 26px;
}

.select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #5897fb;
    outline: none;

    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
            box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}
.select2-container-multi .select2-choices li {
    float: left;
    list-style: none;
}
.select2-container-multi .select2-choices .select2-search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.select2-container-multi .select2-choices .select2-search-field input {
    padding: 5px;
    margin: 1px 0;

    font-family: sans-serif;
    font-size: 100%;
    color: #666;
    outline: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: transparent !important;
}

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
    background: #fff url('/static/assets/select2/select2-spinner.gif') no-repeat 100% !important;
}

.select2-default {
    color: #999 !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 18px;
    margin: 3px 0 3px 5px;
    position: relative;

    line-height: 13px;
    color: #333;
    cursor: default;
    border: 1px solid #aaaaaa;

    border-radius: 3px;

    -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);

    background-clip: padding-box;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;

    background-color: #e4e4e4;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
    background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
}
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
    cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
    background: #d4d4d4;
}

.select2-search-choice-close {
    display: block;
    width: 12px;
    height: 13px;
    position: absolute;
    right: 3px;
    top: 4px;

    font-size: 1px;
    outline: none;
    background: url('/static/assets/select2/select2.png') right top no-repeat;
}

.select2-container-multi .select2-search-choice-close {
    left: 3px;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
    background-position: right -11px;
}

/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 5px;
    border: 1px solid #ddd;
    background-image: none;
    background-color: #f4f4f4;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {    display: none;
    background: none;
}
/* end multiselect */


.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
    text-decoration: underline;
}

.select2-offscreen, .select2-offscreen:focus {
    clip: rect(0 0 0 0) !important;
    width: 1px !important;
    height: 1px !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    outline: 0 !important;
    left: 0px !important;
    top: 0px !important;
}

.select2-display-none {
    display: none;
}

.select2-measure-scrollbar {
    position: absolute;
    top: -10000px;
    left: -10000px;
    width: 100px;
    height: 100px;
    overflow: scroll;
}
/* Retina-ize icons */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi)  {
  .select2-search input, .select2-search-choice-close, .select2-container .select2-choice abbr, .select2-container .select2-choice .select2-arrow b {
      background-image: url('/static/assets/select2/select2x2.png') !important;
      background-repeat: no-repeat !important;
      background-size: 60px 40px !important;
  }
  .select2-search input {
      background-position: 100% -21px !important;
  }
}

/* End */


/* Start:/static/assets/jquery-ui-1.10.4/css/jquery-ui-1.10.4.tabs.css?14458520711846*/
/*! jQuery UI - v1.10.4 - 2014-01-20
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.tabs.css, jquery.ui.theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}
.ui-helper-clearfix:after {
    clear: both;
}
.ui-helper-clearfix {
    min-height: 0; /* support: IE7 */
}
/* End */


/* Start:/static/assets/jquery-ui-1.10.4/css/jquery-ui-1.10.4.autocomplete.css?14458520712749*/
.ui-helper-hidden {
    display: none;
}
.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}
.ui-helper-clearfix:after {
    clear: both;
}
.ui-helper-clearfix {
    min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter:Alpha(Opacity=0);
}

.ui-front {
    z-index: 100;
}


.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
    background: white;
}
.ui-menu {
    border: 1px solid #9da9b2;
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: none;
}
.ui-menu .ui-menu {
    margin-top: -3px;
    position: absolute;
}
.ui-menu .ui-menu-item {
    margin: 0;
    padding: 0;
    width: 100%;
    border-top: 1px solid #bdc5cb;
}
.ui-menu .ui-menu-item:hover,
.ui-menu .ui-menu-item:hover + .ui-menu-item {
    border-top-color: #e1e8ee;
}
.ui-menu .ui-menu-item:first-child {
    border-top: none;
}
.ui-menu .ui-menu-divider {
    margin: 5px -2px 5px -2px;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
    text-decoration: none;
    display: block;
    padding: 7px;
    line-height: 1.5;
    min-height: 0; /* support: IE7 */
    font-weight: normal;
    cursor: pointer;
}
.ui-menu .ui-menu-item .ui-state-focus {
    background: #e1e8ee;
}

.ui-menu .ui-state-disabled {
    font-weight: normal;
    margin: .4em 0 .2em;
    line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
    cursor: default;
}

.ui-autocomplete table {
    font-size: 15px;
    border: none;
    width: 100%;
}
.ui-autocomplete td {
    text-align: center;
    vertical-align: middle;
}
.ui-autocomplete .picture {
    padding: 0 12px 0 0;
    width: 101px;
}
.ui-autocomplete .name {
    color: #0086a3;
    padding: 0 12px 0 0;
    text-align: left;
    width: 200px;
}
.ui-autocomplete .platform {
    padding: 0 12px 0 0;
    width: 106px;
}
.ui-autocomplete .price {
    color: #000000;
    width: 137px;
}
.ui-autocomplete .price .discount_price {
    color: #7a8894;
    font-size: 12px;
    text-decoration: line-through;
}
.ui-autocomplete .platforms {
    border: none;
}
/* End */


/* Start:/static/assets/fancybox/jquery.fancybox.css?14458520714915*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/static/assets/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/static/assets/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/static/assets/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
    padding: 0 15px 0 0;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: #000;
    opacity: 0.5;
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('/static/assets/fancybox/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('/static/assets/fancybox/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/* End */


/* Start:/static/css/library.css?146348373544075*/
/* =============================================================================================== RESET */
/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain) */
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: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

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;
}

/* =============================================================================================== CLEARFIX */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

/* =============================================================================================== BUTTONS */
.button, input[type=submit], input[type=button], input[type=reset] {
  background: #d5d5d5;
  background: linear-gradient(#d5d5d5, #b3b3b3);
  border-radius: 3px;
  border: none;
  box-shadow: inset 0 2px 0 0 rgba(255, 255, 255, 0.3), 0 6px 4px -4px rgba(55, 61, 70, 0.5);
  color: white;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  height: 34px;
  line-height: 33px;
  margin: 0;
  overflow: hidden;
  outline: none;
  padding: 0 13px;
  position: relative;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap;
}
.button::-moz-focus-inner, input[type=submit]::-moz-focus-inner, input[type=button]::-moz-focus-inner, input[type=reset]::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.button::before, input[type=submit]::before, input[type=button]::before, input[type=reset]::before {
  content: "";
  position: absolute;
  right: 25px;
  top: -175px;
  width: 100px;
  height: 200px;
  background: linear-gradient(to left, white 0%, transparent 80%);
  transform: rotate(-18deg);
  -webkit-transform: rotate(-18deg);
  opacity: .2;
}
.button.logout, input.logout[type=submit], input.logout[type=button], input.logout[type=reset] {
  height: 28px;
  line-height: 28px;
  padding: 0 7px;
  box-shadow: inset 0 2px 0 0 rgba(255, 255, 255, 0.3), 0 5px 4px -4px rgba(60, 65, 73, 0.8);
}
.button.logout i, input.logout[type=submit] i, input.logout[type=button] i, input.logout[type=reset] i {
  background: url('/static/css/../img/sprite.png?1457950800') no-repeat -77px -41px;
  width: 17px;
  height: 18px;
  display: inline-block;
  margin-top: 5px;
  position: relative;
  left: 1px;
  vertical-align: top;
}
.button.logout.shadow, input.logout.shadow[type=submit], input.logout.shadow[type=button], input.logout.shadow[type=reset] {
  text-shadow: #000 0 1px 1px;
  vertical-align: middle;
  color: #fff;
  font-size: 15px;
  height: 34px;
  line-height: 34px;
}
.button.logout.shadow i, input.logout.shadow[type=submit] i, input.logout.shadow[type=button] i, input.logout.shadow[type=reset] i {
  margin-top: 7px;
  background-position: -57px -41px;
  width: 19px;
  height: 20px;
}
.button.green, input[type=submit], input[type=button], input.green[type=reset] {
  background: #9bd047;
  background: linear-gradient(#9bd047, #639513);
}
.button.green:hover, input[type=submit]:hover, input[type=button]:hover, input.green[type=reset]:hover {
  background: #7bbf11;
  background: linear-gradient(#9fe72e, #63a101);
}
.button.black, input.black[type=submit], input.black[type=button], input[type=reset] {
  background: #576672;
  background: linear-gradient(#576672, #3c434c);
}
.button.red, input.red[type=submit], input.red[type=button], input.red[type=reset] {
  background: #cc1733;
  background: linear-gradient(#cd3d3b, #cc0033);
}
.button.sea, input.sea[type=submit], input.sea[type=button], input.sea[type=reset] {
  background: #2e9aa7;
  background: linear-gradient(#59c1cf, #0f7d8a);
}
.button.sea:hover, input.sea[type=submit]:hover, input.sea[type=button]:hover, input.sea[type=reset]:hover {
  background: #1dacbe;
  background: linear-gradient(#2cd4ea, #028a9a);
}
.button.sea:hover:disabled, input.sea[type=submit]:hover:disabled, input.sea[type=button]:hover:disabled, input.sea[type=reset]:hover:disabled {
  background: #2e9aa7;
  background: linear-gradient(#59c1cf, #0f7d8a);
}
.button i, input[type=submit] i, input[type=button] i, input[type=reset] i {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.button.basket i, input.basket[type=submit] i, input.basket[type=button] i, input.basket[type=reset] i {
  background: url('/static/css/../img/icon_basket_m.png?1457950800') no-repeat right center;
  width: 23px;
  height: 23px;
  left: 6px;
}
.button.basket_small, input.basket_small[type=submit], input.basket_small[type=button], input.basket_small[type=reset] {
  background: #666666;
  background: linear-gradient(#63727f, #3c434c);
  height: 28px;
  margin: 0;
  padding: 0;
  width: 30px;
}
.button.basket_small i, input.basket_small[type=submit] i, input.basket_small[type=button] i, input.basket_small[type=reset] i {
  background: url('/static/css/../img/sprite.png?1457950800') no-repeat -19px -38px;
  display: block;
  height: 28px;
  width: 30px;
}
.button.basket_small.basket_small_green i, input.basket_small.basket_small_green[type=submit] i, input.basket_small.basket_small_green[type=button] i, input.basket_small.basket_small_green[type=reset] i {
  margin-left: 5px;
  margin-top: 3px;
}
.button.basket_circle, input.basket_circle[type=submit], input.basket_circle[type=button], input.basket_circle[type=reset] {
  background: #73a821;
  background: linear-gradient(#98d33c, #73a821);
  border-radius: 50%;
  height: 52px;
  margin: 0;
  padding: 0;
  width: 52px;
  box-shadow: 0 2px 10px -3px #000;
}
.button.basket_circle:before, input.basket_circle[type=submit]:before, input.basket_circle[type=button]:before, input.basket_circle[type=reset]:before {
  display: none;
}
.button.basket_circle i, input.basket_circle[type=submit] i, input.basket_circle[type=button] i, input.basket_circle[type=reset] i {
  background: url('/static/css/../img/sprite.png?1457950800') no-repeat -19px -66px;
  height: 38px;
  width: 34px;
  margin: 7px 0 0 0;
}
.button.notify i, input.notify[type=submit] i, input.notify[type=button] i, input.notify[type=reset] i {
  background: url('/static/css/../img/icon_mail.png?1457950800') no-repeat 0 0;
  height: 18px;
  width: 23px;
  margin-right: 8px;
}
.button.star i, input.star[type=submit] i, input.star[type=button] i, input.star[type=reset] i {
  background: url('/static/css/../img/star.png?1457950800') no-repeat left top;
  width: 21px;
  height: 20px;
  display: inline-block;
}
.button.star.active, input.star.active[type=submit], input.star.active[type=button], input.star.active[type=reset] {
  color: #ccff99;
  text-shadow: none;
}
.button.star.active i, input.star.active[type=submit] i, input.star.active[type=button] i, input.star.active[type=reset] i {
  background-position: left bottom;
}
.button.big, input.big[type=submit], input.big[type=button], input.big[type=reset] {
  height: 41px;
  line-height: 40px;
  font-size: 17px;
}
.button.great, input.great[type=submit], input.great[type=button], input.great[type=reset] {
  height: 51px;
  line-height: 50px;
  font-size: 17px;
}
.button.low, input.low[type=submit], input.low[type=button], input.low[type=reset] {
  height: 29px;
  line-height: 28px;
  font-size: 13px;
  padding: 0 9px;
}
.button:disabled, input[type=submit]:disabled, input[type=button]:disabled, input[type=reset]:disabled {
  opacity: 0.6;
  cursor: default;
}
.button.very_big, input.very_big[type=submit], input.very_big[type=button], input.very_big[type=reset] {
  height: 62px;
  line-height: 60px;
  font-size: 20px;
  padding: 0 25px;
}
.button.button_warranty, input.button_warranty[type=submit], input.button_warranty[type=button], input.button_warranty[type=reset] {
  background: url('/static/css/../img/button_warranty.png?1457950800') no-repeat left top;
  text-align: center;
  padding: 0;
  width: 156px;
  height: 35px;
  box-shadow: none;
  font-size: 13px;
  top: -3px;
}

.right {
  float: right;
}

.left {
  float: left;
}

.button_partner {
  background: url('/static/css/../img/button_partner.png?1457950800') no-repeat top left;
  cursor: pointer;
  display: inline-block;
  height: 54px;
  margin-bottom: 24px;
  text-decoration: none;
  width: 280px;
}
.button_partner .title {
  color: #fff;
  padding: 10px 81px 10px 41px;
}

/* =============================================================================================== FONTS */
/* =============================================================================================== INPUTS */
.input_text {
  height: 30px;
  border: 1px solid #9da9b2;
  padding: 0 10px;
  margin: 0;
  box-shadow: inset 0 -1px 0 #cad1d8, 0 0 0 2px white;
  position: relative;
  border-radius: 1px;
  outline: none;
  background: #c4ced5;
  background: linear-gradient(#c4ced5, #dde5eb);
  color: #000000;
  font-size: 16px;
  line-height: 1;
}

.input_text_wg {
  height: 26px;
  border: 2px solid #65b7c1;
  padding: 0 5px;
  margin: 0;
  position: relative;
  outline: none;
  color: #000;
  font-size: 14px;
  line-height: 13px;
  background: white;
  text-align: left;
}
.input_text_wg:focus {
  border-color: #309ba9;
}

.datepicker {
  position: relative;
}
.datepicker .input_text_wg {
  padding-right: 22px;
}
.datepicker i {
  background: url('/static/css/../img/sprite.png?1457950800') 0 -106px no-repeat;
  display: block;
  height: 17px;
  position: absolute;
  width: 15px;
  top: 6px;
  right: 4px;
}

.inp_wd35 {
  width: 35px;
}

.inp_wd125 {
  width: 125px;
}

.required {
  color: #566571;
  display: inline-block;
  vertical-align: baseline;
}

.checkbox input[type="checkbox"] + span {
  position: absolute;
  top: 0;
  width: 20px;
  height: 20px;
  background: url('/static/css/../img/sprite.png?1457950800') no-repeat -104px -58px;
  cursor: pointer;
}
.checkbox input[type="checkbox"] {
  position: absolute;
  left: -9999px;
}
.checkbox input[type="checkbox"]:checked + span {
  background-position: -104px -38px;
}
.checkbox input[type="checkbox"]:disabled + span {
  background-position: -104px -138px;
  cursor: default;
}
.checkbox input[type="checkbox"]:disabled:checked + span {
  background-position: -104px -118px;
}
.checkbox label {
  position: relative;
  display: inline-block;
}
.checkbox label:hover input[type="checkbox"] + span {
  background-position: -104px -98px;
}
.checkbox label:hover input[type="checkbox"]:checked + span {
  background-position: -104px -78px;
}
.checkbox label:hover input[type="checkbox"]:disabled + span {
  background-position: -104px -138px;
  cursor: default;
}
.checkbox label:hover input[type="checkbox"]:disabled:checked + span {
  background-position: -104px -118px;
}
.checkbox.checkbox_left label {
  padding-left: 27px;
}
.checkbox.checkbox_left input[type="checkbox"] + span {
  left: 0;
}
.checkbox.checkbox_right label {
  padding-right: 27px;
}
.checkbox.checkbox_right input[type="checkbox"] + span {
  right: 0;
}

.checkbox_min input[type="checkbox"] + span {
  position: absolute;
  top: 0;
  width: 17px;
  height: 17px;
  background: url('/static/css/../img/sprite.png?1457950800') no-repeat -130px -55px;
  cursor: pointer;
}
.checkbox_min input[type="checkbox"] {
  position: absolute;
  left: -9999px;
}
.checkbox_min input[type="checkbox"]:checked + span {
  background-position: -130px -38px;
}
.checkbox_min input[type="checkbox"]:disabled + span {
  background-position: -130px -123px;
  cursor: default;
}
.checkbox_min input[type="checkbox"]:disabled:checked + span {
  background-position: -130px -106px;
}
.checkbox_min label {
  position: relative;
}
.checkbox_min label:hover input[type="checkbox"] + span {
  background-position: -130px -89px;
}
.checkbox_min label:hover input[type="checkbox"]:checked + span {
  background-position: -130px -72px;
}
.checkbox_min label:hover input[type="checkbox"]:disabled + span {
  background-position: -130px -123px;
  cursor: default;
}
.checkbox_min label:hover input[type="checkbox"]:disabled:checked + span {
  background-position: -130px -106px;
}
.checkbox_min.checkbox_left label {
  padding-left: 24px;
}
.checkbox_min.checkbox_left input[type="checkbox"] + span {
  left: 0;
}
.checkbox_min.checkbox_right label {
  padding-right: 24px;
}
.checkbox_min.checkbox_right input[type="checkbox"] + span {
  right: 0;
}

.radio label {
  padding: 0 0 0 17px;
  position: relative;
  font-size: 13px;
  color: #0095a9;
}
.radio input[type="radio"] {
  position: absolute;
  left: -9999px;
  width: 1px;
}
.radio input[type="radio"] + span {
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 11px;
  height: 11px;
  background: url('/static/css/../img/sprite.png?1457950800') no-repeat 0 -35px;
  cursor: pointer;
}
.radio input[type="radio"]:checked + span {
  background-position: 0 -46px;
}
.radio.disabled label {
  color: #7A8894;
}

/* =============================================================================================== AGES */
.age {
  font-family: arial, Helvetica, sans-serif;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  border: 2px solid #46afbd;
  color: #414c54;
  width: 27px;
  height: 27px;
  line-height: 27px;
  font-size: 13px;
  background-color: white;
}
.age.big {
  width: 39px;
  height: 39px;
  line-height: 39px;
  font-size: 16px;
}

/* =============================================================================================== DISCOUNT */
.discount {
  height: 37px;
  line-height: 33px;
  font-size: 20px;
  background: #55b146;
  background: linear-gradient(#55b146, #398a30);
  display: inline-block;
  border-radius: 20px;
  color: #ffffff;
  padding: 0 6px;
}
.discount_value {
  font-size: 14px;
  font-style: normal;
  position: relative;
  top: -2px;
}

/* =============================================================================================== LABELS */
.label {
  font-size: 11px;
  display: inline-block;
  height: 16px;
  line-height: 13px;
  padding: 0 4px;
  color: white;
  border-radius: 2px;
  background: lightgrey;
}
.label.green {
  background: #7fb823;
}
.label.red {
  background: #cc0000;
}
.label.blue {
  background: #44adbb;
}

/* =============================================================================================== ICONS */
.platforms {
  position: relative;
  height: 24px;
  line-height: 19px;
  border: 1px solid #b1bbc3;
  padding-right: 34px;
  padding-left: 8px;
  display: inline-block;
  border-radius: 3px;
}
.platforms::before {
  content: "";
  background: url('/static/css/../img/icons.png?1457950800') no-repeat -310px 0;
  width: 26px;
  height: 26px;
  position: absolute;
  right: -1px;
  top: -1px;
}
.platforms i {
  background: url('/static/css/../img/icons.png?1457950800') no-repeat 0 0;
  display: inline-block;
  vertical-align: middle;
}
.platforms.all i {
  background-position: -455px 0;
  width: 62px;
  height: 19px;
}
.platforms.pc i {
  background-position: -1px -4px;
  width: 21px;
  height: 12px;
}
.platforms.apple i {
  background-position: -23px 0;
  width: 15px;
  height: 19px;
}
.platforms.xbox_360 i {
  background-position: -39px -3px;
  width: 74px;
  height: 14px;
}
.platforms.xbox_one i {
  background-position: -114px -3px;
  width: 80px;
  height: 14px;
}
.platforms.ps3 i {
  background-position: -195px -6px;
  width: 44px;
  height: 9px;
}
.platforms.ps4 i {
  background-position: -240px -2px;
  width: 70px;
  height: 16px;
}
.platforms.vita i {
  background-position: -447px -39px;
  width: 45px;
  height: 12px;
}
.platforms.box i {
  background-position: -367px 0;
  width: 87px;
  height: 19px;
}

.platforms {
  border-color: #46afbd;
  padding-right: 8px;
}
.platforms::before {
  background: none;
  width: 0;
  height: 0;
}
.platforms + .platforms {
  margin-left: -3px;
}

.platforms-sprite, .platform_icon.ps4, .platform_icon.ps3, .platform_icon.psvita, .platform_icon.xboxone, .platform_icon.xbox360, .platform_icon.pc, .platform_icon.apple {
  background-image: url('/static/css/../img/platforms-sf307606a29.png');
  background-repeat: no-repeat;
}

.platforms-big-sprite, .platform_icon.big.ps4, .platform_icon.big.ps3, .platform_icon.big.psvita, .platform_icon.big.xboxone, .platform_icon.big.xbox360, .platform_icon.big.pc, .platform_icon.big.apple {
  background-image: url('/static/css/../img/platforms-big-s8b7578779a.png');
  background-repeat: no-repeat;
}

.platform_icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.platform_icon.ps4 {
  background-position: 0 -104px;
  height: 26px;
  width: 57px;
}
.platform_icon.ps3 {
  background-position: 0 -78px;
  height: 26px;
  width: 60px;
}
.platform_icon.psvita {
  background-position: 0 -52px;
  height: 26px;
  width: 78px;
}
.platform_icon.xboxone {
  background-position: 0 -156px;
  height: 26px;
  width: 98px;
}
.platform_icon.xbox360 {
  background-position: 0 -130px;
  height: 26px;
  width: 91px;
}
.platform_icon.pc {
  background-position: 0 -26px;
  height: 26px;
  width: 37px;
}
.platform_icon.apple {
  background-position: 0 0;
  height: 26px;
  width: 30px;
}
.platform_icon.big.ps4 {
  background-position: 0 -132px;
  height: 33px;
  width: 77px;
}
.platform_icon.big.ps3 {
  background-position: 0 -99px;
  height: 33px;
  width: 79px;
}
.platform_icon.big.psvita {
  background-position: 0 -66px;
  height: 33px;
  width: 98px;
}
.platform_icon.big.xboxone {
  background-position: 0 -198px;
  height: 33px;
  width: 126px;
}
.platform_icon.big.xbox360 {
  background-position: 0 -165px;
  height: 33px;
  width: 121px;
}
.platform_icon.big.pc {
  background-position: 0 -33px;
  height: 33px;
  width: 47px;
}
.platform_icon.big.apple {
  background-position: 0 0;
  height: 33px;
  width: 39px;
}

.types-sprite, .types-icon_key, .types-icon_disk {
  background-image: url('/static/css/../img/types-s9d0cba3f16.png');
  background-repeat: no-repeat;
}

.types-big-sprite, .types-icon__big.types-icon_key, .types-icon__big.types-icon_disk {
  background-image: url('/static/css/../img/types-big-s90f6533ba4.png');
  background-repeat: no-repeat;
}

.types-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.types-icon_key {
  background-position: 0 -26px;
  height: 26px;
  width: 26px;
}
.types-icon_disk {
  background-position: 0 0;
  height: 26px;
  width: 26px;
}
.types-icon__big.types-icon_key {
  background-position: 0 -33px;
  height: 33px;
  width: 33px;
}
.types-icon__big.types-icon_disk {
  background-position: 0 0;
  height: 33px;
  width: 33px;
}

.activations-sprite, .activation_icon.windows_live, .activation_icon.battlenet, .activation_icon.origin, .activation_icon.steam, .activation_icon.uplay, .activation_icon.xbox_live, .activation_icon.gog, .activation_icon.rockstar, .activation_icon.psn, .activation_icon.unknown, .activation_icon.all {
  background-image: url('/static/css/../img/activations-s9cbe8053ac.png');
  background-repeat: no-repeat;
}

.activations-big-sprite, .activation_icon.big.windows_live, .activation_icon.big.battlenet, .activation_icon.big.origin, .activation_icon.big.steam, .activation_icon.big.uplay, .activation_icon.big.xbox_live, .activation_icon.big.gog, .activation_icon.big.rockstar, .activation_icon.big.psn, .activation_icon.big.unknown, .activation_icon.big.all {
  background-image: url('/static/css/../img/activations-big-scb0b86fc96.png');
  background-repeat: no-repeat;
}

.activation_icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.activation_icon span {
  vertical-align: middle;
  line-height: 12px;
  display: inline-block;
  color: #414c54;
  font-family: Verdana, san-serif, serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  font-size: 10px;
}
.activation_icon.windows_live {
  background-position: 0 -258px;
  height: 29px;
  width: 25px;
}
.activation_icon.battlenet {
  background-position: 0 -29px;
  height: 29px;
  width: 29px;
}
.activation_icon.origin {
  background-position: 0 -87px;
  height: 29px;
  width: 19px;
}
.activation_icon.steam {
  background-position: 0 -174px;
  height: 29px;
  width: 33px;
}
.activation_icon.uplay {
  background-position: 0 -229px;
  height: 29px;
  width: 30px;
}
.activation_icon.xbox_live {
  background-position: 0 -287px;
  height: 29px;
  width: 21px;
}
.activation_icon.gog {
  background-position: 0 -58px;
  height: 29px;
  width: 26px;
}
.activation_icon.rockstar {
  background-position: 0 -145px;
  height: 29px;
  width: 26px;
}
.activation_icon.psn {
  background-position: 0 -116px;
  height: 29px;
  width: 24px;
}
.activation_icon.unknown {
  background-position: 0 -203px;
  height: 26px;
  width: 26px;
}
.activation_icon.all {
  background-position: 0 0;
  height: 29px;
  width: 81px;
}
.activation_icon.big.windows_live {
  background-position: 0 -468px;
  height: 52px;
  width: 49px;
}
.activation_icon.big.battlenet {
  background-position: 0 -52px;
  height: 52px;
  width: 48px;
}
.activation_icon.big.origin {
  background-position: 0 -156px;
  height: 52px;
  width: 39px;
}
.activation_icon.big.steam {
  background-position: 0 -312px;
  height: 52px;
  width: 62px;
}
.activation_icon.big.uplay {
  background-position: 0 -416px;
  height: 52px;
  width: 57px;
}
.activation_icon.big.xbox_live {
  background-position: 0 -520px;
  height: 52px;
  width: 44px;
}
.activation_icon.big.gog {
  background-position: 0 -104px;
  height: 52px;
  width: 51px;
}
.activation_icon.big.rockstar {
  background-position: 0 -260px;
  height: 52px;
  width: 44px;
}
.activation_icon.big.psn {
  background-position: 0 -208px;
  height: 52px;
  width: 43px;
}
.activation_icon.big.unknown {
  background-position: 0 -364px;
  height: 52px;
  width: 33px;
}
.activation_icon.big.all {
  background-position: 0 0;
  height: 52px;
  width: 113px;
}

.icon_stock {
  background: url('/static/css/../img/sprite.png?1457950800') no-repeat -57px -62px;
  display: inline-block;
  width: 46px;
  height: 37px;
}

.icon_help {
  background: url('/static/css/../img/sprite.png?1457950800') no-repeat 0 -70px;
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}

.payment_icon {
  background: url('/static/css/../img/icons.png?1457950800') no-repeat 0 0;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
}
.payment_icon.ecash {
  background-position: -1px -185px;
  width: 34px;
  height: 33px;
}
.payment_icon.account {
  background-position: -37px -185px;
  width: 27px;
  height: 25px;
}
.payment_icon.sms {
  background-position: -66px -185px;
  width: 23px;
  height: 35px;
}
.payment_icon.card {
  background-position: -90px -185px;
  width: 42px;
  height: 29px;
}
.payment_icon.banking {
  background-position: -133px -185px;
  width: 31px;
  height: 31px;
}
.payment_icon.terminal {
  background-position: -165px -185px;
  width: 20px;
  height: 35px;
}

.social_icon {
  background: url('/static/css/../img/icons.png?1457950800') no-repeat 0 0;
  display: inline-block;
  height: 25px;
  width: 25px;
}
.social_icon.twitter {
  background-position: -1px -66px;
}
.social_icon.vk {
  background-position: -27px -66px;
}
.social_icon.fb {
  background-position: -53px -66px;
}
.social_icon.youtube {
  background-position: -79px -66px;
}
.social_icon.steam {
  background-position: -105px -66px;
}
.social_icon.kanobu {
  background-position: -131px -66px;
}
.social_icon.shield {
  background-position: -157px -66px;
}

.payment_method_icon {
  background: url('/static/css/../img/icons.png?1457950800') no-repeat 0 0;
  display: inline-block;
  vertical-align: middle;
}
.payment_method_icon.mc {
  background-position: -1px -92px;
  height: 23px;
  width: 40px;
}
.payment_method_icon.pr_money {
  background-position: -42px -92px;
  height: 18px;
  width: 18px;
}
.payment_method_icon.visa {
  background-position: -61px -92px;
  height: 10px;
  width: 34px;
}
.payment_method_icon.web_money {
  background-position: -96px -92px;
  height: 24px;
  width: 24px;
}
.payment_method_icon.yandex_money {
  background-position: -121px -92px;
  height: 22px;
  width: 22px;
}

.social-auth-icon-sprite, .i-social-auth_vk, .i-social-auth_fb, .i-social-auth_tw, .i-social-auth_ok, .i-social-auth_st, .i-social-auth_gp, .i-social-auth_ya, .i-social-auth_ml {
  background-image: url('/static/css/../img/social-auth-icon-sa2d04414c2.png');
  background-repeat: no-repeat;
}

.i-social-auth {
  display: inline-block;
  vertical-align: middle;
}
.i-social-auth_vk {
  background-position: 0 -324px;
  height: 54px;
  width: 54px;
}
.i-social-auth_fb {
  background-position: 0 0;
  height: 54px;
  width: 54px;
}
.i-social-auth_tw {
  background-position: 0 -270px;
  height: 54px;
  width: 54px;
}
.i-social-auth_ok {
  background-position: 0 -162px;
  height: 54px;
  width: 54px;
}
.i-social-auth_st {
  background-position: 0 -216px;
  height: 54px;
  width: 54px;
}
.i-social-auth_gp {
  background-position: 0 -54px;
  height: 54px;
  width: 54px;
}
.i-social-auth_ya {
  background-position: 0 -378px;
  height: 54px;
  width: 54px;
}
.i-social-auth_ml {
  background-position: 0 -108px;
  height: 54px;
  width: 54px;
}

.icon_star {
  background: url('/static/css/../img/star.png?1457950800') no-repeat left top;
  width: 21px;
  height: 20px;
  display: inline-block;
}

.icon_thumble {
  background: url('/static/css/../img/thumble.png?1457950800') no-repeat left top;
  width: 18px;
  height: 21px;
  display: inline-block;
}

.icon_warning {
  background: url('/static/css/../img/icon_warning.png?1457950800') no-repeat left top;
  width: 31px;
  height: 31px;
  display: inline-block;
}

.slideshow-sprite, .slideshow-next_1, .slideshow-prev_1 {
  background-image: url('/static/css/../img/slideshow-s1f3d382bee.png');
  background-repeat: no-repeat;
}

.slideshow-next_1 {
  background-position: 0 0;
  height: 44px;
  width: 44px;
}
.slideshow-next_1:hover, .slideshow-next_1.next_1-hover {
  background-position: 0 -54px;
}

.slideshow-prev_1 {
  background-position: 0 -108px;
  height: 44px;
  width: 44px;
}
.slideshow-prev_1:hover, .slideshow-prev_1.prev_1-hover {
  background-position: 0 -162px;
}

.general-sprite, .general-basket_s_g, .button.basket_small.basket_small_green i, input.basket_small.basket_small_green[type=submit] i, input.basket_small.basket_small_green[type=button] i, input.basket_small.basket_small_green[type=reset] i {
  background-image: url('/static/css/../img/sprites/general-s403cb11547.png');
  background-repeat: no-repeat;
}

.general-basket_s_g, .button.basket_small.basket_small_green i, input.basket_small.basket_small_green[type=submit] i, input.basket_small.basket_small_green[type=button] i, input.basket_small.basket_small_green[type=reset] i {
  background-position: 0 0;
  height: 23px;
  width: 23px;
}

.select-sprite, .select_caret, .select__open .select_caret, .select2-container .select2-choice .select2-arrow b, .select2-dropdown-open .select2-choice .select2-arrow b {
  background-image: url('/static/css/../img/select-sdee716cf20.png');
  background-repeat: no-repeat;
}

.select {
  position: relative;
  outline: none;
  display: inline-block;
}
.select__inline {
  display: inline-block;
}
.select_toggle {
  color: #0095a9;
  font-size: 14px;
  line-height: 1;
  border: 2px solid #309ba9;
  padding: 5px 27px 6px 9px;
  background: #fff;
  cursor: pointer;
  position: relative;
  text-align: left;
  display: block;
  min-width: 160px;
}
.select_value {
  white-space: nowrap;
}
.select_caret {
  background-position: 0 0;
  height: 9px;
  width: 15px;
  display: block;
  float: right;
  margin: -4px 6px 7px;
  position: absolute;
  top: 50%;
  right: 0;
}
.select_menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  text-align: left;
  list-style: none;
  background: #fff;
  border: 2px solid #309ba9;
  display: none;
  min-width: 160px;
  max-height: 200px;
  overflow: auto;
  overflow-x: hidden;
}
.select_menu-item {
  font-size: 13px;
  color: #0095a9;
  white-space: nowrap;
  padding: 3px 17px 4px 7px;
  line-height: 1;
  text-align: left;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.select_menu-item:hover {
  background: #309ba9;
  color: #fff;
  cursor: pointer;
}
.select_input {
  display: none;
}
.select__open .select_menu {
  display: block;
  margin: -2px 0 0 0;
}
.select__open .select_caret {
  background-position: 0 -9px;
  height: 9px;
  width: 15px;
  margin-top: -6px;
}
.select__open .select_value {
  color: #000;
}
.select__up .select_menu {
  top: auto;
  bottom: 100%;
  margin: 0 0 -2px 0;
}
.select_size_m .select_toggle {
  font-size: 15px;
}
.select_size_m .select_menu-item {
  font-size: 14px;
}
.select_size_m .select_menu {
  max-height: 210px;
}
.select_theme_light .select_toggle {
  color: #0096aa;
  border-color: #49b3c1;
}
.select_theme_light .select_menu-item {
  color: #0096aa;
}
.select_theme_light .select_menu-item:hover {
  background: #49b3c1;
  color: #fff;
}
.select_theme_light .select_menu {
  border-color: #49b3c1;
}
.select_width_s .select_toggle {
  min-width: 192px;
}
.select_width_s .select_menu {
  min-width: 188px;
}
.select_width_m .select_toggle {
  min-width: 342px;
}
.select_width_m .select_menu {
  min-width: 338px;
}

/* =============================================================================================== SELECT2 */
.select2-container {
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
}
.select2-container .select2-choice {
  height: 26px;
  padding: 0 0 0 8px;
  border: 2px solid #65b7c1;
  white-space: nowrap;
  line-height: 26px;
  color: #0095a9;
  border-radius: 0;
  background: #fff;
}
.select2-container .select2-choice > .select2-chosen {
  margin-right: 32px;
}
.select2-container .select2-choice .select2-arrow {
  display: inline-block;
  width: 27px;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 0;
  border-radius: 0;
  background: none;
}
.select2-container .select2-choice .select2-arrow b {
  background-position: 0 0;
  height: 9px;
  width: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -5px 0 0 -7px;
}

.select2-container-active .select2-choice {
  box-shadow: none;
}

.select2-dropdown-open .select2-choice {
  box-shadow: none;
  border-bottom: 0;
  padding-bottom: 2px;
  color: #000;
}
.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: 0 -9px;
  height: 9px;
  width: 15px;
}
.select2-dropdown-open.select2-drop-above .select2-choice {
  border: 2px solid #65b7c1;
  border-top: 0;
}

.select2-drop.select2-drop-active {
  background: #fff;
  color: #0095a9;
  border: 2px solid #309ba9;
  border-top: 0;
  border-radius: 0;
  box-shadow: none;
}
.select2-drop .select2-results {
  padding: 0;
  margin: 0;
  font-size: 13px;
}
.select2-drop .select2-results .select2-highlighted {
  color: white;
  background: #309ba9;
}
.select2-drop.select2-drop-above {
  border: 2px solid #309ba9;
  border-bottom: 0;
}

/* =============================================================================================== slider thumb */
.connected-carousels {
  margin: 0 0 25px 0;
}
.connected-carousels .stage {
  position: relative;
  width: 650px;
  margin: 0 auto;
}
.connected-carousels .stage img {
  border-radius: 4px;
  display: inline-block;
  margin: 0 auto;
  vertical-align: middle;
}
.connected-carousels .stage .item {
  height: 365px;
  width: 650px;
  line-height: 365px;
  text-align: center;
}
.connected-carousels .navigation {
  width: 693px;
  margin: 19px auto;
  position: relative;
}
.connected-carousels .carousel {
  overflow: hidden;
  position: relative;
}
.connected-carousels .carousel ul {
  width: 20000em;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.connected-carousels .carousel .item {
  float: left;
  position: relative;
}
.connected-carousels .carousel-navigation {
  height: 85px;
  width: 655px;
  margin: 0 22px;
}
.connected-carousels .carousel-navigation li {
  cursor: pointer;
  width: 131px;
}
.connected-carousels .carousel-navigation li .wrap {
  background: #fff;
  padding: 3px;
  float: left;
}
.connected-carousels .carousel-navigation li.active .wrap {
  padding: 1px;
  border: 2px solid #566571;
  border-radius: 6px;
}
.connected-carousels .carousel-navigation li:hover .wrap {
  padding: 1px;
  border: 2px solid #309ba9;
  border-radius: 6px;
}
.connected-carousels .carousel-navigation li img {
  display: block;
  border-radius: 3px;
}
.connected-carousels .prev, .connected-carousels .next {
  background: url('/static/css/../img/slider_button.png?1457950800') no-repeat 0 0;
  display: block;
  position: absolute;
  cursor: pointer;
  top: 50%;
  outline: none;
}
.connected-carousels .prev.inactive, .connected-carousels .next.inactive {
  display: none;
}
.connected-carousels .prev-stage, .connected-carousels .next-stage {
  width: 61px;
  height: 61px;
  margin: -31px 0 0 0;
}
.connected-carousels .prev-stage {
  left: 12px;
}
.connected-carousels .prev-stage:hover {
  background-position: 0 -63px;
}
.connected-carousels .next-stage {
  background-position: -61px 0;
  right: 12px;
}
.connected-carousels .next-stage:hover {
  background-position: -61px -63px;
}
.connected-carousels .prev2, .connected-carousels .next2 {
  background: url('/static/css/../img/slider_button2.png?1457950800') no-repeat 0 0;
  display: block;
  position: absolute;
  cursor: pointer;
  top: 50%;
  outline: none;
}
.connected-carousels .prev2.inactive, .connected-carousels .next2.inactive {
  display: none;
}
.connected-carousels .prev2.prev-stage, .connected-carousels .prev2.next-stage, .connected-carousels .next2.prev-stage, .connected-carousels .next2.next-stage {
  width: 60px;
  height: 60px;
  margin: -33px 0 0 0;
}
.connected-carousels .prev2.prev-stage, .connected-carousels .next2.prev-stage {
  left: -66px;
}
.connected-carousels .prev2.prev-stage:hover, .connected-carousels .next2.prev-stage:hover {
  background-position: 0 -60px;
}
.connected-carousels .prev2.next-stage, .connected-carousels .next2.next-stage {
  background-position: -60px 0;
  right: -66px;
}
.connected-carousels .prev2.next-stage:hover, .connected-carousels .next2.next-stage:hover {
  background-position: -60px -60px;
}
.connected-carousels .prev-navigation, .connected-carousels .next-navigation {
  width: 21px;
  height: 21px;
  margin: -10px 0 0 0;
}
.connected-carousels .prev-navigation {
  left: 0;
  background-position: 0 -125px;
}
.connected-carousels .prev-navigation:hover {
  background-position: -42px -125px;
}
.connected-carousels .next-navigation {
  right: 0;
  background-position: -21px -125px;
}
.connected-carousels .next-navigation:hover {
  background-position: -63px -125px;
}

/* =============================================================================================== accordion */
.accordion .ui-accordion-header {
  display: block;
  margin: 0 0 10px 0;
  padding: 0;
}
.accordion .ui-accordion-header .title {
  border-bottom: 1px dotted #b2b2b2;
  color: #007099;
  display: inline-block;
  font-size: 24px;
  line-height: 24px;
  margin: 10px 8px 12px 14px;
  padding: 0;
}
.accordion .ui-accordion-header.ui-state-hover .title {
  color: #36b8d4;
  cursor: pointer;
}
.accordion .ui-accordion-header.ui-state-active {
  margin-bottom: 17px;
}
.accordion .ui-accordion-header.ui-state-active .title {
  background: #414c54;
  border-radius: 2px;
  border: none;
  color: #fff;
  position: relative;
  margin: 0;
  padding: 10px 8px 12px 14px;
}
.accordion .ui-accordion-header.ui-state-active .title:before {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 7px 7px 0 7px;
  border-color: #414c54 transparent transparent transparent;
  bottom: -7px;
  left: 50%;
  margin: 0 0 0 -7px;
}
.accordion .ui-accordion-content {
  padding: 8px 0 52px 24px;
  margin: 0;
}

/* =============================================================================================== tooltip */
.ui-tooltip {
  border: 2px solid #424F5A;
  border-radius: 2px;
  padding: 8px;
  position: absolute;
  z-index: 100;
  max-width: 300px;
  background: #fff;
  font-size: 14px;
}
.ui-tooltip .arrow {
  border: solid #FFF;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-width: 5px;
  margin-left: -5px;
}
.ui-tooltip .arrow.bottom {
  top: 100%;
  left: 50%;
  border-color: #424F5A transparent transparent transparent;
  margin-top: 2px;
}
.ui-tooltip .arrow.top {
  bottom: 100%;
  left: 50%;
  border-color: transparent transparent #424F5A transparent;
  margin-bottom: 2px;
}

/* =============================================================================================== preloader */
.preloader {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.preloader .preloader-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9;
  background: #777;
  opacity: 0.2;
}
.preloader .preloader-loading {
  background: url('/static/css/../img/../assets/fancybox/fancybox_sprite.png?1457950799') 0 -108px;
  top: 50%;
  left: 50%;
  opacity: 0.8;
  margin-top: -22px;
  margin-left: -22px;
  position: absolute;
  z-index: 10;
}
.preloader .preloader-loading i {
  width: 44px;
  height: 44px;
  background: url('/static/css/../img/../assets/fancybox/fancybox_loading.gif?1457950799') no-repeat center center;
  display: block;
}

/* =============================================================================================== jScrollPane */
.jspContainer {
  overflow: hidden;
  position: relative;
}

.jspPane {
  position: absolute;
}

.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 25px;
  height: 100%;
}

.jspCap {
  display: none;
}

.jspTrack {
  background: #e1e8ee;
  position: relative;
}

.jspDrag {
  background: #309ba9;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
}
.jspDrag::before {
  content: '';
  width: 15px;
  height: 2px;
  border-top: 1px solid #66cccc;
  border-bottom: 1px solid #66cccc;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  left: 5px;
}

.jspArrow {
  text-indent: -20000px;
  display: block;
  cursor: pointer;
  padding: 0;
  margin: 0;
  position: relative;
}
.jspArrow::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 25px;
  background: #65b7c1;
  left: 0;
}
.jspArrow::after {
  content: '';
  background: url('/static/css/../img/icons.png?1457950800') no-repeat;
  width: 19px;
  height: 11px;
  position: absolute;
  top: 7px;
  left: 3px;
}
.jspArrow.jspArrowUp::before {
  top: 0;
}
.jspArrow.jspArrowUp::after {
  background-position: -499px -160px;
}
.jspArrow.jspArrowDown::before {
  bottom: 0;
}
.jspArrow.jspArrowDown::after {
  top: 10px;
  background-position: -499px -175px;
}

.jspVerticalBar .jspArrow {
  height: 28px;
}
.jspVerticalBar .jspArrow.jspDisabled {
  cursor: default;
}
.jspVerticalBar .jspArrow:focus {
  outline: none;
}

.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%;
}

/* =============================================================================================== OTHER */
.clear {
  clear: both;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

:focus {
  outline: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 0;
  padding: 0;
}

strong, b {
  font-weight: bold;
}

sup, sub {
  vertical-align: baseline;
  position: relative;
  font-size: .7em;
  line-height: 1;
}

sup {
  bottom: 1.4ex;
}

sub {
  top: .5ex;
}

.share {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.share.show {
  background: url('/static/css/../img/share.png?1457950800') no-repeat 0 0;
  height: 26px;
  position: relative;
  width: 311px;
}

.warranty {
  background: url('/static/css/../img/warranty.png?1457950800') no-repeat 0 0;
  display: inline-block;
  height: 52px;
  position: relative;
  vertical-align: middle;
  width: 53px;
}

.warranty_mid {
  background: url('/static/css/../img/warranty_mid.png?1457950800') no-repeat 0 0;
  display: inline-block;
  width: 116px;
  height: 85px;
  position: relative;
  vertical-align: middle;
}

.deferment_mid {
  background: url('/static/css/../img/deferment_mid.png?1457950800') no-repeat 0 0;
  display: inline-block;
  width: 123px;
  height: 94px;
  position: relative;
  vertical-align: middle;
}

h1.title,
.h1.title {
  font-size: 28px;
}
h1.title.gray,
.h1.title.gray {
  color: #7a8894;
}

.error {
  color: #cc0000;
}

.success {
  color: #2e9500;
}

.schedule a:hover {
  color: #36b8d4;
}
.schedule .title {
  color: #2e9500;
  font-size: 18px;
  margin: 20px 0 0 0;
}
.schedule .schedule_list {
  font-size: 15px;
  margin: 6px 0 9px 32px;
  padding: 0;
}
.schedule .schedule_list li {
  margin: 8px 0 0 0;
}
.schedule .schedule_list .price_discount {
  color: #7a8894;
  display: inline-block;
  margin: 0 0 0 10px;
  text-decoration: line-through;
}
.schedule .schedule_list .price {
  color: #000;
  display: inline-block;
  margin: 0 0 0 7px;
}

.tooltip {
  background: #309ba9;
  color: #fff;
  display: block;
  font-size: 13px;
  line-height: 1;
  padding: 11px 13px;
  position: relative;
  white-space: nowrap;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  cursor: default;
  font-weight: normal;
}
.tooltip__arrow-left::after {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border: 8px solid rgba(76, 85, 100, 0);
  border-right-color: #309ba9;
  margin-top: -8px;
}
.tooltip__arrow-top::after {
  top: -16px;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border: 8px solid rgba(76, 85, 100, 0);
  border-bottom-color: #309ba9;
  margin-left: -8px;
}
.tooltip__arrow-right::after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border: 8px solid rgba(76, 85, 100, 0);
  border-left-color: #309ba9;
  margin-top: -8px;
}
.tooltip__arrow-bottom::after {
  bottom: -16px;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border: 8px solid rgba(76, 85, 100, 0);
  border-top-color: #309ba9;
  margin-left: -8px;
}
.tooltip__error {
  background: #cc0000;
}
.tooltip__error.tooltip__arrow-left::after {
  border-right-color: #cc0000;
}
.tooltip__error.tooltip__arrow-top::after {
  border-bottom-color: #cc0000;
}
.tooltip__error.tooltip__arrow-right::after {
  border-left-color: #cc0000;
}
.tooltip__error.tooltip__arrow-bottom::after {
  border-top-color: #cc0000;
}
.tooltip__inline {
  position: absolute;
  top: 50%;
  left: 100%;
  margin: -17px 0 0 13px;
}
.tooltip__hidden {
  display: none;
}

.radio-flat {
  display: block;
  font-size: 15px;
}
.radio-flat:hover .radio-flat_icon {
  border-color: #309ba9;
}
.radio-flat_input {
  display: none;
}
.radio-flat_input:checked + .radio-flat_icon::after {
  display: block;
}
.radio-flat_icon {
  padding: 2px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #65b7c1;
  display: inline-block;
  vertical-align: middle;
  margin: 0 7px 0 0;
  width: 10px;
  height: 10px;
}
.radio-flat_icon::after {
  content: "";
  display: none;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #65b7c1;
  width: 10px;
  height: 10px;
}
.radio-flat_title {
  color: #000;
  display: inline-block;
  vertical-align: middle;
}

/* End */


/* Start:/static/css/main.css?1463483735149820*/
html, body {
  height: 100%;
}

body {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  color: black;
  line-height: 1.3;
}

button, input, textarea {
  font: inherit;
}

.container {
  position: relative;
  min-height: 100%;
  height: auto !important;
  height: 100%;
}

a {
  color: #0086a3;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

.main {
  width: 1216px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.middle {
  position: relative;
  margin: 0 0 19px 0;
}

.page_right {
  position: relative;
  float: right;
  width: 280px;
  padding-right: 10px;
  margin-left: 25px;
}
.page_right.wide {
  width: 380px;
  margin-bottom: 22px;
}
.page_right .share {
  position: absolute;
  left: -34px;
  margin: 0;
  z-index: 10;
}
.page_right .share + * {
  margin-top: 52px;
}
.page_right .i_area {
  font-size: 14px;
}
.page_right .i_area h1, .page_right .i_area h2, .page_right .i_area h3, .page_right .i_area h4, .page_right .i_area h5, .page_right .i_area .head_1, .page_right .i_area .head_2, .page_right .i_area .head_3 {
  margin-top: 0;
}
.page_right .i_area h3 {
  color: #262a2d;
}
.page_right .i_area .border {
  margin-top: 22px;
}
.page_right .i_area h3 {
  padding-left: 14px;
}
.page_right .i_area ul {
  padding: 0 0 12px 16px;
}
.page_right .i_area ul li {
  font-size: 15px;
}
.page_right .i_area ul li::before {
  content: "";
  height: 5px;
  position: relative;
  width: 5px;
  display: inline-block;
  margin-right: 7px;
  left: auto;
  top: -4px !important;
}
.page_right .i_area ul li::after {
  content: none;
}
.page_right + .page_center {
  margin-right: 305px;
}

.page_center {
  position: relative;
  overflow: hidden;
  padding-left: 13px;
}
.page_center > .share {
  padding: 5px 0 0 0;
}
.page_center > .i_area {
  margin-top: 24px;
}
.page_center__no-right-column {
  padding: 0 13px;
}
.page_center__margin-bottom {
  margin-bottom: 73px;
}

.page_top {
  position: relative;
}
.page_top .pager {
  position: absolute;
  bottom: 35px;
  right: 1px;
}
.page_top .back_to_list {
  margin: 10px 32px 4px 0;
}

.page_bottom {
  clear: both;
  padding: 0 10px 0 13px;
  font-size: 13px;
  margin: 0 0 31px 0;
}
.page_bottom .i_area {
  color: #414c54;
  font-size: 13px;
}
.page_bottom .i_area h1 {
  color: #414c54;
  font-size: 24px;
  margin: 18px 0 9px;
}
.page_bottom .i_area h2 {
  color: #414c54;
  font-size: 18px;
  margin: 18px 0 10px;
}

.no_padding {
  padding: 0;
}

/***************************************************************************************************** MAIN_SLIDESHOW */
.main_slideshow_container {
  background: #373d46;
  width: 1192px;
  height: 377px;
  border-radius: 3.16% / 50%;
  position: relative;
  margin: 15px auto 26px;
}
.main_slideshow_container .main_slideshow {
  width: 1006px;
  height: 353px;
  background: white;
  overflow: hidden;
  position: absolute;
  left: 90px;
  top: 10px;
  border-radius: 3px;
  border: 2px solid #fff;
}
.main_slideshow_container .main_slideshow .description {
  min-height: 57px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.main_slideshow_container .main_slideshow .description .subst {
  background: #3e464d;
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: .6;
}
.main_slideshow_container .main_slideshow .description .in {
  position: relative;
}
.main_slideshow_container .main_slideshow .description .txt {
  font-size: 28px;
  color: white;
  padding: 6px 0;
  letter-spacing: .8px;
  text-align: center;
}
.main_slideshow_container .main_slideshow .description .price {
  background: white;
  height: 58px;
  line-height: 52px;
  padding: 0 19px;
  position: absolute;
  right: 5px;
  top: 6px;
  font-size: 32px;
  color: #55b146;
  border-radius: 23px 23px 0 23px;
}
.main_slideshow_container .main_slideshow .description .price span {
  font-size: 24px;
  padding-left: 10px;
}
.main_slideshow_container .main_slideshow_prev,
.main_slideshow_container .main_slideshow_next {
  background: url('/static/css/../img/slider_button.png?1430339862') no-repeat 0 0;
  position: absolute;
  height: 61px;
  margin: -30px 0 0 0;
  width: 61px;
  top: 50%;
}
.main_slideshow_container .main_slideshow_prev {
  left: 18px;
  background-position: 0 -147px;
}
.main_slideshow_container .main_slideshow_prev:hover {
  background-position: 0 -63px;
}
.main_slideshow_container .main_slideshow_next {
  background-position: -61px -147px;
  right: 13px;
}
.main_slideshow_container .main_slideshow_next:hover {
  background-position: -61px -63px;
}

/************************************************************************************************************* HEADER */
.header {
  position: relative;
  min-width: 1256px;
}
.header .panel_bg {
  background: #566571;
  height: 44px;
}
.header .panel {
  height: 44px;
  width: 1216px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}
.header .panel .slogan {
  color: white;
  position: absolute;
  right: 903px;
  top: 0;
  text-align: right;
  background: #414c54;
  height: 44px;
  line-height: 42px;
  width: 9999px;
}
.header .panel .slogan:after {
  background: url('/static/css/../img/sprite.png?1430907283') -16px -106px no-repeat;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 42px;
  height: 44px;
}
.header .panel .slogan .slogan_in {
  width: 290px;
  float: right;
  text-align: left;
}
.header .header_bott {
  height: 95px;
  background: #e0e7ed;
  background: linear-gradient(#ffffff, #e0e7ed);
}
.header .header_bott .inner {
  width: 1216px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
  height: 95px;
}
.header .header_bott .logo {
  position: absolute;
  left: 58px;
  top: 21px;
}
.header .header_bott .search {
  position: absolute;
  top: 30px;
  left: 311px;
  width: 580px;
}
.header .header_bott .search .title {
  font-size: 18px;
  color: #566571;
  float: left;
  margin-right: 4px;
  padding-top: 3px;
}
.header .header_bott .search .input_text {
  width: 334px;
  float: left;
}
.header .header_bott .search .but_search {
  background: url('/static/css/../img/icon_search.png?1430339862') no-repeat left top;
  width: 22px;
  height: 23px;
  float: left;
  margin: 5px 0 0 4px;
}
.header .header_bott .search .more {
  float: left;
  color: #7a8894;
  font-size: 13px;
  margin: -2px 0 0 25px;
  line-height: 1.3;
}
.header .header_bott .search .more:hover {
  color: #36b8d4;
}
.header .header_bott .account {
  position: absolute;
  left: 980px;
  top: 0;
  height: 92px;
  line-height: 92px;
}
.header .header_bott .account .account_in {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}
.header .header_bott .account .link {
  font-size: 16px;
  position: relative;
  display: inline-block;
  margin-bottom: 9px;
}
.header .header_bott .account .link::before {
  content: "";
  background: url('/static/css/../img/icon_lock.png?1430339862') no-repeat left top;
  width: 10px;
  height: 15px;
  position: absolute;
  left: -16px;
  top: 2px;
}
.header .header_bott .account .link.logged::before {
  content: none;
  background: none;
}
.header .header_bott .account .desc {
  color: #262a2d;
  font-size: 13px;
  width: 190px;
}
.header .header_bott .account .avatar {
  width: 38px;
  line-height: 38px;
  height: 38px;
  border: 2px solid #566571;
  border-radius: 4px;
  background: white;
  position: absolute;
  left: -51px;
  top: 25px;
  text-align: center;
}
.header .header_bott .account .avatar img {
  vertical-align: middle;
}
.header .header_bott .account .button.logout {
  position: absolute;
  top: 30px;
  right: -50px;
}
.header .header_bott .account .but_login {
  position: absolute;
  top: 30px;
  left: 155px;
}
.header .header_menu_con {
  background: #e0e7ed;
  background: linear-gradient(#e0e7ed, #cad6e1);
  border-radius: 0 0 10px 10px;
  margin: 0 auto;
  width: 1216px;
}
.header .header_menu_con .header_menu_con_in {
  height: 71px;
  padding: 0 12px;
}
.header .header_menu_con .header_menu_con_in .inner {
  padding-top: 2px;
  position: relative;
}
.header .header_menu_con .header_menu_con_in .inner::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 0;
  width: 1172px;
  height: 60px;
  background: #ffffff;
  box-shadow: 0 -2px 0 0 #98a7b2, 0 2px 0 0 #98a7b2;
}
.header .header_menu_con .header_menu {
  width: 75%;
  float: left;
  position: relative;
}
.header .header_menu_con .header_menu .menu_item {
  float: left;
  position: relative;
}
.header .header_menu_con .header_menu .menu_item.games {
  width: 172px;
}
.header .header_menu_con .header_menu .menu_item.card_payment {
  width: 313px;
}
.header .header_menu_con .header_menu .menu_item.console {
  width: 201px;
}
.header .header_menu_con .header_menu .menu_item.accessories {
  width: 208px;
}
.header .header_menu_con .header_menu .menu_item:hover .menu_a {
  background: linear-gradient(#3d4952, #2b343d);
}
.header .header_menu_con .header_menu .menu_item.active .menu_a {
  background: linear-gradient(#8be1ec, #67d5e4);
}
.header .header_menu_con .header_menu .menu_item.active .sub_menu_top_out {
  position: absolute;
  top: -4px;
  width: 100%;
}
.header .header_menu_con .header_menu .menu_item.active .sub_menu_top_in {
  margin: 0 10px;
  border-top: 2px solid #2c373f;
}
.header .header_menu_con .header_menu .menu_item.active .sub_menu_bottom_out {
  position: absolute;
  bottom: -13px;
  width: 100%;
}
.header .header_menu_con .header_menu .menu_item.active .sub_menu_bottom_in {
  margin: 0 10px;
  border-top: 2px solid #2c373f;
  height: 9px;
  background: #414c54;
}
.header .header_menu_con .header_menu .menu_item .menu_a {
  height: 56px;
  line-height: 56px;
  display: block;
  background: #3ba4b1;
  font-size: 18px;
  color: white;
  text-decoration: none;
  text-align: center;
  border-left: 1px solid #0a7683;
  border-right: 1px solid #0a7683;
}
.header .header_menu_con .header_menu .menu_item:first-child .menu_a {
  border-left: 0;
  border-radius: 3px 0 0 3px;
}
.header .header_menu_con .header_menu .menu_item:last-child .menu_a {
  border-right: 1px solid white;
}
.header .header_menu_con .header_menu .menu_item .menu_out {
  width: 100%;
  position: absolute;
  left: 0;
  top: 56px;
  z-index: 102;
  display: none;
}
.header .header_menu_con .header_menu .menu_item .menu_out .menu_in {
  background: #22272e;
  margin: 2px 10px 0;
  border: 2px solid #8a9caa;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
  padding: 9px 12px;
}
.header .header_menu_con .header_menu .menu_item .menu_out .menu_in li {
  width: auto;
  float: none;
  margin-bottom: 2px;
}
.header .header_menu_con .header_menu .menu_item .menu_out .menu_in li a {
  color: #66cccc;
  line-height: 14px;
  padding: 7px;
  float: none;
  display: inline-block;
  border-radius: 2px;
}
.header .header_menu_con .header_menu .menu_item .menu_out .menu_in li a:hover {
  color: black;
  background: #77dae7;
  text-decoration: none;
}
.header .header_menu_con .basket {
  position: relative;
  float: left;
  height: 56px;
  background: url('/static/css/../img/basket_rep.png?1430339862') repeat-x left top;
  width: 297px;
  border-left: 1px solid white;
  text-decoration: none;
  color: white;
  border-radius: 0 3px 3px 0;
  cursor: pointer;
}
.header .header_menu_con .basket::before {
  content: "";
  position: absolute;
  left: 243px;
  top: 0;
  background: url('/static/css/../img/basket_nrep.png?1430339862') no-repeat left center;
  width: 39px;
  height: 56px;
}
.header .header_menu_con .basket .icon_basket {
  display: block;
  background: url('/static/css/../img/icon_basket.png?1430339862') no-repeat left top;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 13px;
  top: 13px;
}
.header .header_menu_con .basket .products {
  display: block;
  position: absolute;
  left: 50px;
  top: 9px;
}
.header .header_menu_con .basket .to_amount {
  display: block;
  position: absolute;
  left: 50px;
  top: 26px;
}
.header .header_menu_con .empty_basket {
  background: #4c5564;
  display: block;
  width: 302px;
  z-index: 1000;
  -webkit-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.75);
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.75);
}
.header .header_menu_con .empty_basket:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(76, 85, 100, 0);
  border-bottom-color: #4c5564;
  border-width: 9px;
  margin-left: -9px;
}
.header .header_menu_con .empty_basket.left_arrow:after {
  bottom: auto;
  left: auto;
  top: 30px;
  right: 100%;
  border: none;
  border: solid transparent;
  border-color: rgba(76, 85, 100, 0);
  border-right-color: #4c5564;
  border-width: 9px;
  margin-top: -9px;
}
.header .header_menu_con .empty_basket .title {
  color: #adb8c0;
  font-size: 18px;
  margin: 17px 0 0 0;
  text-align: center;
}
.header .header_menu_con .empty_basket .desc {
  color: #adb8c0;
  font-size: 14px;
  margin: 7px 0 0 0;
  padding: 0 20px;
  text-align: center;
}
.header .header_menu_con .empty_basket hr {
  background: #374149;
  height: 1px;
  border: none;
  margin: 19px 10px 0 12px;
}
.header .header_menu_con .empty_basket .small_basket_advantages {
  margin: 15px 0 0 0;
}
.header .header_menu_con .empty_basket .small_basket_advantages .title {
  color: #abf5ff;
  font-size: 18px;
  text-align: center;
}
.header .header_menu_con .empty_basket .small_basket_advantages .title span {
  border-bottom: 1px solid rgba(171, 245, 255, 0.5);
  padding: 0 0 2px 0;
}
.header .header_menu_con .empty_basket .small_basket_advantages .items {
  color: #abf5ff;
  font-size: 13px;
  margin: 0 0 20px 0;
  width: 100%;
}
.header .header_menu_con .empty_basket .small_basket_advantages .items .item td {
  vertical-align: middle;
}
.header .header_menu_con .empty_basket .small_basket_advantages .items .item td:first-child {
  padding: 18px 0 0 0;
  text-align: right;
  width: 45px;
}
.header .header_menu_con .empty_basket .small_basket_advantages .items .item td:last-child {
  padding: 15px 20px 0 12px;
}
.header .header_menu_con .empty_basket .small_basket_advantages .icon {
  background: url('/static/css/../img/small_advantages.png?1430339862') no-repeat 0 0;
  display: inline-block;
}
.header .header_menu_con .empty_basket .small_basket_advantages .icon.icon_warranty {
  background-position: 0 0;
  height: 21px;
  width: 18px;
}
.header .header_menu_con .empty_basket .small_basket_advantages .icon.icon_rocket {
  background-position: -20px 0;
  height: 21px;
  width: 20px;
}
.header .header_menu_con .empty_basket .small_basket_advantages .icon.icon_license {
  background-position: -41px 0;
  height: 27px;
  width: 22px;
}
.header .header_menu_con .empty_basket .small_basket_advantages .icon.icon_support {
  background-position: -64px 0;
  height: 11px;
  width: 25px;
}
.header .header_menu_con .empty_basket .small_basket_advantages .icon.icon_stock {
  background-position: -91px 0;
  height: 23px;
  width: 19px;
}
.header .header_menu_con .empty_basket .small_basket_advantages .icon.icon_delay {
  background-position: -111px 0;
  height: 19px;
  width: 15px;
}
.header .menu_out_active {
  border-radius: 0 0 10px 10px;
  background: #414c54;
  padding: 8px 0;
  width: 100%;
}
.header .menu_out_active .menu_in {
  padding: 0 7px 0 7px;
}
.header .menu_out_active .menu_in li {
  display: block;
  float: left;
  margin: 0 1px;
}
.header .menu_out_active .menu_in li a {
  padding: 8px 12px;
  display: block;
  color: #66cccc;
}
.header .menu_out_active .menu_in li a:hover {
  background: #77dae7;
  border-radius: 2px;
  color: #414c54;
  text-decoration: none;
}
.header .menu_out_active .menu_in li.active a {
  background: #fff;
  border-radius: 2px;
  color: #000;
  text-decoration: none;
  position: relative;
}
.header .menu_out_active .menu_in li.active a:after {
  top: 100%;
  left: 50%;
  border: solid #fff;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 7px;
  margin-left: -7px;
}
.header.header_modified .panel_bg {
  height: 38px;
  border-bottom: 4px solid #98a7b3;
}
.header.header_modified .panel {
  height: 38px;
}
.header.header_modified .panel .slogan {
  height: 38px;
  line-height: 38px;
  color: #adb8c0;
  right: 912px;
}
.header.header_modified .panel .slogan::after {
  background-position: -16px -108px;
  height: 38px;
}
.header.header_modified .back_to_site {
  position: absolute;
  left: 498px;
  top: 8px;
  color: white;
}
.header.header_modified .header_bott {
  background: transparent;
  height: auto;
  margin-top: -4px;
}
.header.header_modified .header_bott .inner {
  border: 4px solid #98a7b3;
  border-top: 0;
  background: -o-linear-gradient(#dee6ec, #cad6e1);
  background: -ms-linear-gradient(#dee6ec, #cad6e1);
  background: -moz-linear-gradient(#dee6ec, #cad6e1);
  background: -webkit-linear-gradient(#dee6ec, #cad6e1);
  background: linear-gradient(#dee6ec, #cad6e1);
  border-radius: 0 0 12px 12px;
  -moz-border-radius: 0 0 12px 12px;
  height: 65px;
  padding: 0;
}
.header.header_modified .header_bott .logo {
  left: 64px;
  top: 13px;
}
.header.header_modified .header_bott .account {
  left: 907px;
  height: 65px;
  line-height: 65px;
}
.header.header_modified .header_bott .account .but_login {
  top: 17px;
}
.header.header_modified .header_bott .account .button.logout {
  top: 17px;
}
.header.header_modified .header_bott .account .avatar {
  top: 14px;
}
.header.header_modified .basket_header {
  position: absolute;
  left: 419px;
  top: 6px;
  padding-left: 59px;
}
.header.header_modified .basket_header .icon_basket {
  width: 53px;
  height: 53px;
  position: absolute;
  left: 0;
  top: 0;
  background: white url('/static/css/../img/icon_basket_bl.png?1434612846') no-repeat 14px 14px;
  border-radius: 50%;
  -moz-border-radius: 50%;
}
.header.header_modified .basket_header .text {
  font-size: 18px;
  padding-top: 4px;
}

.top_menu {
  position: absolute;
  left: 353px;
  top: 8px;
}
.top_menu a {
  color: white;
  float: left;
  height: 27px;
  line-height: 26px;
  border-radius: 2px;
  text-decoration: none;
  padding: 0 9px;
  margin-right: 15px;
}
.top_menu a:hover, .top_menu a.active {
  color: black;
  background: #77dae7;
}

/*********************************************************************************************************** i_review */
.i_review {
  background: #44adbb;
  color: #ffffff;
  border-radius: 4px;
  padding: 14px 20px;
  margin-bottom: 25px;
}
.i_review h2 {
  font-size: 22px;
  line-height: 1.4;
}
.i_review h2 a {
  color: #ffffff;
}
.i_review h3 {
  font-size: 12px;
  color: #414c54;
  padding: 13px 0 1px;
}
.i_review .comment {
  font-size: 15px;
  line-height: 1.25;
  padding-bottom: 7px;
}

.i_bnr, .i_social {
  margin-bottom: 25px;
}

.social_wide {
  margin-top: 17px;
}

/********************************************************************************************************* cat_filter */
.cat_filter .cat_filter_in {
  background: #414c54;
  padding: 2px;
  position: relative;
  border-radius: 5px;
  margin: 0 0 14px 0;
}
.cat_filter .cat_filter_in .filter_name {
  background: #44adbb;
  border-radius: 0 5px 5px 0;
  color: #ffffff;
  font-size: 18px;
  height: 100%;
  line-height: 34px;
  padding: 0 15px 0 24px;
  position: absolute;
  right: 0;
  top: 0;
}
.cat_filter .cat_filter_in .filter_name:after {
  background: url('/static/css/../img/sprite.png?1430907283') no-repeat -104px 0;
  width: 17px;
  height: 36px;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
}
.cat_filter .cat_filter_in .ui-state-hover a {
  background: #55b146;
}
.cat_filter .cat_filter_in .ui-state-active {
  position: relative;
}
.cat_filter .cat_filter_in .ui-state-active:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 8.5px 0 8.5px;
  border-color: #414c54 transparent transparent transparent;
  bottom: -9px;
  left: 50%;
  margin: 0 0 0 -8px;
}
.cat_filter .cat_filter_in .ui-state-active a {
  background: white;
}
.cat_filter .cat_filter_in .ui-state-active a.all i {
  background-position: -1px -42px;
}
.cat_filter .cat_filter_in .ui-state-active a.pc {
  padding: 0 10px;
}
.cat_filter .cat_filter_in .ui-state-active a.pc i {
  background-position: -75px -40px;
}
.cat_filter .cat_filter_in .ui-state-active a.apple {
  padding: 0 12px;
}
.cat_filter .cat_filter_in .ui-state-active a.apple i {
  background-position: -99px -46px;
}
.cat_filter .cat_filter_in .ui-state-active a.xbox_360 {
  padding: 0 7px;
}
.cat_filter .cat_filter_in .ui-state-active a.xbox_360 i {
  background-position: -115px -43px;
}
.cat_filter .cat_filter_in .ui-state-active a.xbox_one {
  padding: 0 8px;
}
.cat_filter .cat_filter_in .ui-state-active a.xbox_one i {
  background-position: -208px -43px;
}
.cat_filter .cat_filter_in .ui-state-active a.ps3 {
  padding: 0 11px;
}
.cat_filter .cat_filter_in .ui-state-active a.ps3 i {
  background-position: -310px -39px;
}
.cat_filter .cat_filter_in .ui-state-active a.ps4 {
  padding: 0 5px;
}
.cat_filter .cat_filter_in .ui-state-active a.ps4 i {
  background-position: -367px -42px;
}
.cat_filter .cat_filter_in .ui-state-active a.vita {
  padding: 0 10px;
}
.cat_filter .cat_filter_in .ui-state-active a.vita i {
  background-position: -447px -39px;
}
.cat_filter .cat_filter_in ul li {
  float: left;
  margin-right: 2px;
}
.cat_filter .cat_filter_in ul li a {
  height: 32px;
  line-height: 30px;
  display: block;
  background: #8bca29;
  padding: 0 13px;
  border-radius: 3px;
}
.cat_filter .cat_filter_in ul li a i {
  background: url('/static/css/../img/icons.png?1434612846') no-repeat 0 0;
  display: inline-block;
  vertical-align: middle;
}
.cat_filter .cat_filter_in ul li a.all i {
  background-position: -1px -27px;
  width: 73px;
  height: 15px;
}
.cat_filter .cat_filter_in ul li a.pc {
  padding: 0 10px;
}
.cat_filter .cat_filter_in ul li a.pc i {
  background-position: -75px -27px;
  width: 23px;
  height: 13px;
}
.cat_filter .cat_filter_in ul li a.apple {
  padding: 0 12px;
}
.cat_filter .cat_filter_in ul li a.apple i {
  background-position: -99px -27px;
  width: 15px;
  height: 19px;
}
.cat_filter .cat_filter_in ul li a.xbox_360 {
  padding: 0 7px;
}
.cat_filter .cat_filter_in ul li a.xbox_360 i {
  background-position: -115px -27px;
  width: 93px;
  height: 16px;
}
.cat_filter .cat_filter_in ul li a.xbox_one {
  padding: 0 8px;
}
.cat_filter .cat_filter_in ul li a.xbox_one i {
  background-position: -208px -27px;
  width: 101px;
  height: 16px;
}
.cat_filter .cat_filter_in ul li a.ps3 {
  padding: 0 11px;
}
.cat_filter .cat_filter_in ul li a.ps3 i {
  background-position: -310px -27px;
  width: 56px;
  height: 12px;
}
.cat_filter .cat_filter_in ul li a.ps4 {
  padding: 0 5px;
}
.cat_filter .cat_filter_in ul li a.ps4 i {
  background-position: -367px -27px;
  width: 80px;
  height: 15px;
}
.cat_filter .cat_filter_in ul li a.vita {
  padding: 0 10px;
}
.cat_filter .cat_filter_in ul li a.vita i {
  background-position: -447px -27px;
  width: 45px;
  height: 12px;
}

/* ********************************************************************************************************* pager */
.pager {
  display: inline-block;
}
.pager li {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
}
.pager li a {
  margin-right: 5px;
  outline: none;
}
.pager .item {
  background: url('/static/css/../img/pager.png?1430339862') no-repeat 0 0;
  display: block;
  width: 36px;
  height: 37px;
}
.pager .prev {
  background-position: 0 0;
  margin-right: 11px;
}
.pager .next {
  background-position: -36px 0;
  margin-left: 7px;
  margin-right: 11px;
}
.pager .last {
  color: #007099;
}
.pager .dots {
  color: #7a8894;
  text-decoration: none;
}
.pager .active {
  color: #000;
  text-decoration: none;
  margin-right: 5px;
}

.breadcrumb {
  list-style: none;
  margin: 0;
  padding: 19px 0 5px 13px;
  color: #7a8894;
  font-size: 12px;
  line-height: 1.2;
}
.breadcrumb li {
  display: inline-block;
  vertical-align: baseline;
}
.breadcrumb li.separate {
  background: url('/static/css/../img/breadcrumb_separate.png?1430339862') no-repeat;
  width: 8px;
  height: 9px;
}
.breadcrumb li a {
  color: #7a8894;
  font-size: 12px;
  text-decoration: underline;
}
.breadcrumb li a:hover {
  text-decoration: none;
}
.breadcrumb.breadcrumb_mod {
  height: 34px;
  line-height: 34px;
  padding: 11px 0 6px 24px;
}
.breadcrumb.breadcrumb_mod li {
  vertical-align: middle;
}
.breadcrumb.breadcrumb_mod span {
  font-size: 28px;
  position: relative;
  top: 3px;
}

/********************************************************************************************************* games_filter */
.games_filter {
  padding: 15px 0 26px 0;
}
.games_filter .row {
  background: #e1e8ee;
  padding: 10px 9px 8px 16px;
  position: relative;
}
.games_filter .row + .row {
  border-top: 1px solid #fff;
}
.games_filter .title {
  color: #566571;
  font-size: 14px;
}
.games_filter .genre {
  display: inline-block;
}
.games_filter .dib {
  display: inline-block;
}
.games_filter .sort {
  display: inline-block;
  margin: 6px 0 0 24px;
  position: relative;
  vertical-align: top;
}
.games_filter .sort > .title {
  color: #0095a9;
  text-decoration: none;
  border-bottom: 1px dashed #9da2a6;
  display: block;
  outline: none;
}
.games_filter .sort .close {
  background: url('/static/css/../img/sprite.png?1430907283') no-repeat 0 -87px;
  width: 19px;
  height: 18px;
  position: absolute;
  right: 7px;
  top: 8px;
  outline: none;
}
.games_filter .sort .popup_sort {
  display: none;
}
.games_filter .sort.active {
  background: #fff;
  border: 2px solid #7a8894;
  border-radius: 2px;
  margin-left: 14px;
  position: absolute;
  padding: 0 2px 0 3px;
  top: -1px;
  z-index: 3;
}
.games_filter .sort.active .popup_sort {
  display: block;
}
.games_filter .sort.active > .title {
  color: #000;
  border: none;
  padding: 9px 47px 7px 5px;
  cursor: default;
}
.games_filter .sort .options {
  list-style: none;
  border-top: 1px solid #e1e8ee;
  padding: 14px 12px 16px;
}
.games_filter .show .title {
  display: inline-block;
  vertical-align: middle;
}
.games_filter .show .options {
  list-style: none;
  margin: 0 0 0 5px;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
}
.games_filter .show .options li {
  float: left;
  margin-right: 12px;
}
.games_filter .show .options .checkbox {
  color: #0095a9;
  font-size: 13px;
}
.games_filter .show .options .checkbox label span {
  top: -1px;
}
.games_filter .activation {
  background: #fff;
  border-bottom: 1px solid #e1e8ee;
}
.games_filter .activation .list .item {
  position: relative;
  display: block;
  float: left;
  padding: 3px 4px;
  background: #fff;
}
.games_filter .activation .list .item .img {
  padding: 7px 12px;
  display: block;
  outline: none;
}
.games_filter .activation .list .item .img:hover {
  border: 2px solid #77dae7;
  border-radius: 2px;
  padding: 5px 10px;
}
.games_filter .activation .list .active .img {
  background: #fff;
  border: 2px solid #7a8894;
  border-radius: 2px;
  position: relative;
  padding: 5px 10px;
}
.games_filter .activation .list .active .img:hover {
  border: 2px solid #7a8894;
  padding: 5px 10px;
}
.games_filter .activation .list .active .img:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.games_filter .activation .list .active .img:before {
  border-style: solid;
  border-width: 7px 7px 0 7px;
  border-color: #7a8894 transparent transparent transparent;
  margin-left: -7px;
  z-index: 2;
}
.games_filter .activation .list .active .border {
  background: #e1e8ee;
  position: absolute;
}
.games_filter .activation .list .active .border.top {
  height: 3px;
  width: 100%;
  top: 0;
  left: 0;
}
.games_filter .activation .list .active .border.right {
  height: 100%;
  width: 4px;
  top: 0;
  right: 0;
}
.games_filter .activation .list .active .border.bottom {
  height: 3px;
  width: 100%;
  bottom: 0;
  left: 0;
}
.games_filter .activation .list .active .border.left {
  height: 100%;
  width: 4px;
  top: 0;
  left: 0;
}

/********************************************************************************************************* games_list */
.games_list {
  padding-top: 12px;
}
.games_list .more_but {
  font-size: 18px;
  display: inline-block;
  margin-bottom: 10px;
}
.games_list .bottom {
  margin: 34px 0 0 0;
}
.games_list .bottom .count_items {
  padding: 11px 0 12px 1px;
  color: #566571;
  display: inline-block;
}

.games_li_item {
  clear: both;
  margin: 0 0 34px 0;
  position: relative;
}
.games_li_item::after {
  content: "";
  display: table;
  clear: both;
}
.games_li_item .labels {
  width: 100%;
  text-align: center;
  top: -19px;
  position: absolute;
}
.games_li_item .labels .label {
  vertical-align: bottom;
}
.games_li_item .fl {
  margin-top: 1px;
  float: left;
  margin-right: 22px;
  text-align: center;
  position: relative;
}
.games_li_item .fl img {
  vertical-align: bottom;
}
.games_li_item .fl .label {
  display: inline-block;
  margin-bottom: 3px;
}
.games_li_item .fr {
  float: right;
  width: 259px;
  margin-left: 15px;
}
.games_li_item .fc {
  position: relative;
  overflow: hidden;
  min-height: 131px;
}
.games_li_item .fc .title_wrap {
  font-size: 18px;
  line-height: 1.2;
  padding-bottom: 11px;
}
.games_li_item .fc .title_wrap .title {
  color: #0086a3;
}
.games_li_item .fc .title_wrap .title:hover {
  color: #36b8d4;
}
.games_li_item .fc .title_wrap .title + .label {
  margin-left: 10px;
}
.games_li_item .fc .tags {
  font-size: 13px;
  color: #7a8894;
  position: relative;
  margin-bottom: 8px;
}
.games_li_item .fc .tags a {
  color: #7a8894;
}
.games_li_item .fc .tags a:hover {
  color: #36b8d4;
}
.games_li_item .fc .validity {
  font-size: 15px;
  color: #329c20;
}
.games_li_item .fc .validity + .type {
  margin-top: -1px;
}
.games_li_item .fc .type {
  font-size: 15px;
  color: #010101;
  padding-bottom: 3px;
}
.games_li_item .fc .type + .kd {
  padding-top: 5px;
}
.games_li_item .fc .kd {
  line-height: 30px;
  position: relative;
}
.games_li_item .fc .kd .icon {
  vertical-align: middle;
  margin-right: 8px;
}
.games_li_item .fc .text {
  color: #000;
}
.games_li_item .buy-block {
  position: relative;
  height: 127px;
  line-height: 127px;
  padding: 0 12px 0 13px;
  color: #000;
  display: block;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.games_li_item .buy-block:hover .buy-block_border {
  border: 2px solid #86be2f;
}
.games_li_item .buy-block__missing {
  color: #7a8894;
}
.games_li_item .buy-block__missing:hover .buy-block_border {
  border: 2px solid #319ba9;
}
.games_li_item .buy-block__subscribed .buy-block_border, .games_li_item .buy-block__in-basket .buy-block_border {
  border: 2px solid #86be2f;
}
.games_li_item .buy-block__subscribed:hover .buy-block_border, .games_li_item .buy-block__in-basket:hover .buy-block_border {
  border: 2px solid #86be2f;
}
.games_li_item .buy-block_border {
  border: 1px solid #adb8c0;
  border-radius: 25px 0 25px 25px;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.games_li_item .buy-block_in {
  line-height: 1.2;
  vertical-align: middle;
  display: inline-block;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 2;
}
.games_li_item .buy-block_in::after {
  content: "";
  display: table;
  clear: both;
}
.games_li_item .buy-block_coming-soon, .games_li_item .buy-block_price {
  font-size: 20px;
  display: inline-block;
  white-space: nowrap;
}
.games_li_item .buy-block_coming-soon {
  color: #000;
}
.games_li_item .buy-block_old-price {
  font-size: 14px;
  text-decoration: line-through;
  display: inline-block;
  color: #7a8894;
  white-space: nowrap;
}
.games_li_item .buy-block_subscribed {
  color: #009900;
  font-size: 13px;
  margin-top: 15px;
  display: block;
}
.games_li_item .buy-block_subscribed-link {
  background: none;
  outline: none;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  color: #0086a3;
  text-decoration: none;
  border-bottom: 1px dashed #919191;
  display: inline-block;
}
.games_li_item .buy-block_subscribed-link:hover {
  border-bottom-color: transparent;
}
.games_li_item .buy-block_subscribed-link::-moz-focus-inner {
  border: none;
}
.games_li_item .buy-block_missing-text {
  font-size: 13px;
  white-space: nowrap;
}
.games_li_item .buy-block_button {
  display: block;
  margin: 12px 0 0 0;
  position: relative;
}
.games_li_item .buy-block_button-caption {
  color: #7a8894;
  font-size: 13px;
  white-space: nowrap;
  margin: 2px 0 0 0;
}
.games_li_item .buy-block_columns {
  border: none;
  padding: 0;
  width: 100%;
}
.games_li_item .buy-block_column__indent-m {
  padding: 8px 0 0 0;
}
.games_li_item .buy-block_column__indent-s {
  padding: 18px 0 0 0;
}
.games_li_item .buy-block_column-1 {
  width: 121px;
  vertical-align: middle;
}
.games_li_item .buy-block_column-2 {
  width: 109px;
  vertical-align: middle;
}
.games_li_item .buy-block_discount-period {
  color: #009900;
  font-size: 13px;
  display: block;
}

/********************************************************************************************************* popular_goods_on_main */
.popular_goods_on_main .ui-tabs-panel, .popular_console_on_main .ui-tabs-panel {
  min-height: 100px;
}

/********************************************************************************************************* popular_console_on_main */
.popular_console_on_main .cat_filter_in .ui-tabs-anchor {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}
.popular_console_on_main .cat_filter_in .ui-state-active .ui-tabs-anchor {
  color: #262a2d;
}
.popular_console_on_main .games_li_item .title_wrap {
  padding: 0;
  margin: 26px 0 7px 0;
}
.popular_console_on_main .games_li_item .kd {
  padding-top: 0;
}
.popular_console_on_main .games_li_item .text {
  margin: 0 0 2px 0;
}

/* games detail *******************************************************************************************************/
.back_to_list {
  display: block;
  font-size: 15px;
  color: #0086a3;
  text-decoration: none;
}
.back_to_list .title {
  text-decoration: underline;
}
.back_to_list .icon {
  background: url('/static/css/../img/back_to_icon_bott.png?1430339862') no-repeat 0 0;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 7px;
  width: 37px;
  height: 36px;
}
.back_to_list.bottom {
  margin-right: 12px;
}
.back_to_list.bottom .icon {
  background: url('/static/css/../img/back_to_icon_bott.png?1430339862') no-repeat 0 0;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 7px;
  width: 37px;
  height: 36px;
}
.back_to_list:hover .title {
  text-decoration: none;
}

.games-detail {
  position: relative;
  overflow: hidden;
  padding-left: 13px;
}
.games-detail .jq_tabs {
  margin: 0;
  position: relative;
}
.games-detail .jq_tabs .ui-tabs-nav {
  background: #424f5a;
  border-radius: 4px;
  margin: 0;
  padding: 0;
}
.games-detail .jq_tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  margin: 9px 10px;
  padding: 0;
  white-space: nowrap;
  font-size: 18px;
}
.games-detail .jq_tabs .ui-tabs-nav li:focus, .games-detail .jq_tabs .ui-tabs-nav li a:focus {
  outline: none;
}
.games-detail .jq_tabs .ui-tabs-nav li + li {
  margin-left: 0;
}
.games-detail .jq_tabs .ui-tabs-nav .ui-tabs-anchor {
  text-decoration: none;
  color: #66cccc;
  background: #333e48;
  border-radius: 2px;
  padding: 5px 22px 7px;
  float: left;
}
.games-detail .jq_tabs .ui-tabs-nav .ui-tabs-anchor span {
  position: relative;
}
.games-detail .jq_tabs .ui-tabs-nav .ui-tabs-anchor span::before {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 1px;
  left: 0;
  height: 1px;
  background: #66cccc;
}
.games-detail .jq_tabs .ui-tabs-nav .ui-tabs-active .ui-tabs-anchor {
  background: #fff;
  color: #000;
}
.games-detail .jq_tabs .ui-tabs-nav .ui-tabs-active .ui-tabs-anchor span::before {
  content: none;
}
.games-detail .jq_tabs .ui-tabs-nav .ui-tabs-active:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: white transparent transparent transparent;
  left: 50%;
  margin: 0 0 0 -7px;
  bottom: -8px;
}
.games-detail .jq_tabs .ui-tabs-nav .ui-tabs-active .ui-tabs-anchor {
  cursor: text;
}
.games-detail .jq_tabs .ui-tabs-nav .ui-state-disabled .ui-tabs-anchor {
  cursor: text;
}
.games-detail .jq_tabs .ui-tabs-nav .ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}
.games-detail .jq_tabs .ui-tabs-panel {
  display: block;
  background: none;
  margin: 27px 0 0 0;
}
.games-detail .jq_tabs .ui-state-hover a,
.games-detail .jq_tabs .ui-state-hover a:hover,
.games-detail .jq_tabs .ui-state-hover a:link,
.games-detail .jq_tabs .ui-state-hover a:visited,
.games-detail .jq_tabs .ui-state-focus a,
.games-detail .jq_tabs .ui-state-focus a:hover,
.games-detail .jq_tabs .ui-state-focus a:link,
.games-detail .jq_tabs .ui-state-focus a:visited {
  color: #fff;
  text-decoration: none;
}
.games-detail .jq_tabs .ui-state-hover a span::before,
.games-detail .jq_tabs .ui-state-hover a:hover span::before,
.games-detail .jq_tabs .ui-state-hover a:link span::before,
.games-detail .jq_tabs .ui-state-hover a:visited span::before,
.games-detail .jq_tabs .ui-state-focus a span::before,
.games-detail .jq_tabs .ui-state-focus a:hover span::before,
.games-detail .jq_tabs .ui-state-focus a:link span::before,
.games-detail .jq_tabs .ui-state-focus a:visited span::before {
  background-color: white;
}
.games-detail .jq_tabs .ui-state-hover {
  outline: none;
}
.games-detail .jq_tabs .ui-state-hover .ui-tabs-anchor {
  background: #7a8894;
  color: #fff;
}
.games-detail .jq_tabs .blue .ui-tabs-anchor {
  background: #40a9b6;
  color: #fff;
}
.games-detail .i_area .head_1 {
  margin: 20px 0 12px;
}
.games-detail .i_area hr {
  margin: 22px 0 16px;
}
.games-detail .connected-carousels {
  border-bottom: 1px solid #bfced4;
}
.games-detail .connected-carousels .title {
  font-size: 20px;
  text-align: center;
  padding: 13px 0;
}
.games-detail .connected-carousels .navigation {
  margin: 24px auto 10px;
}
.games-detail .center_column .border_top {
  border-top: 1px solid #bfced4;
}

.similar_products {
  margin: 0 0 26px 0;
  clear: both;
}
.similar_products .title {
  background: #8797a5;
  color: #fff;
  font-size: 15px;
  font-weight: normal;
  padding: 9px 14px 8px;
  border-radius: 4px;
  margin: 0;
}
.similar_products.green_title .title {
  background: #2e9500;
}
.similar_products .list {
  margin: 0;
}
.similar_products .list .sp_item {
  border-bottom: 1px solid #d6dbdf;
  padding: 14px 5px 14px 6px;
}
.similar_products .list .sp_item .spi_left {
  width: 101px;
  float: left;
  margin-right: 13px;
}
.similar_products .list .sp_item .spi_right {
  position: relative;
  overflow: hidden;
}
.similar_products .list .sp_item .name {
  color: #0086a3;
  font-size: 15px;
  display: block;
  position: relative;
  top: -3px;
  line-height: 18px;
  padding-bottom: 2px;
}
.similar_products .list .sp_item .name:hover {
  text-decoration: none;
}
.similar_products .list .sp_item .desc {
  color: #000;
  display: block;
  font-size: 13px;
  margin: 0 0 0 0;
}
.similar_products .list .sp_item .price {
  color: #000000;
  font-size: 16px;
  display: inline-block;
  margin: 7px 0 0 0;
}
.similar_products .list .sp_item .price .curr {
  font-size: 13px;
}
.similar_products .list .sp_item .basket_small {
  position: relative;
  top: -2px;
}
.similar_products .at_status {
  padding-left: 4px;
  position: relative;
  top: -2px;
}

.attention_product {
  border: 2px solid #bfced4;
  border-radius: 4px;
  margin: 0 0 24px;
  padding: 12px 16px 25px;
}
.attention_product .title {
  color: #cc0000;
  font-size: 20px;
}
.attention_product .title span {
  border-bottom: 2px solid #f0b2b2;
  display: inline-block;
}
.attention_product ul {
  margin: 15px 0 0 1px;
  padding-left: 17px;
}
.attention_product ul li {
  position: relative;
  line-height: 16px;
  padding-bottom: 8px;
}
.attention_product ul li:last-child {
  padding-bottom: 0;
}
.attention_product ul li::before {
  content: "";
  height: 5px;
  position: absolute;
  width: 5px;
  top: 7px;
  background: #7a8894;
  border-radius: 50%;
  left: -11px;
}

.start_to_play {
  background: #5c9aa2;
  border-radius: 4px;
  color: #fff;
  padding: 3px;
  font-size: 13px;
}
.start_to_play .title {
  font-size: 20px;
  padding: 7px 11px 9px;
  margin-bottom: 9px;
  background-color: #a2dce4;
  color: black;
}
.start_to_play ol {
  counter-reset: item;
  padding: 12px 15px 2px;
}
.start_to_play ol li {
  position: relative;
  padding-left: 29px;
  min-height: 21px;
  padding-bottom: 18px;
}
.start_to_play ol li::before {
  counter-increment: item;
  content: counter(item);
  background: #fff;
  border-radius: 50%;
  color: #5c9aa2;
  font-size: 16px;
  position: absolute;
  left: -2px;
  top: -4px;
  text-align: center;
  display: block;
  min-width: 25px;
  height: 25px;
  line-height: 24px;
  vertical-align: middle;
}
.start_to_play a {
  color: white;
}
.start_to_play .stp_footer {
  font-size: 15px;
  font-weight: bold;
  border-top: 1px solid #7daeb5;
  padding: 18px 2px 18px;
  margin-top: -2px;
  text-align: center;
}
.start_to_play .stp_footer a {
  z-index: 1;
  position: relative;
}

.system_req {
  background-color: #e1e8ee;
  border-radius: 4px;
  color: #566571;
  font-size: 13px;
  line-height: 16px;
  padding: 3px;
  border-radius: 4px 4px 0 0;
}
.system_req .title {
  font-size: 20px;
  background-color: #bfced4;
  padding: 12px 14px 14px;
}
.system_req .system_req_inner {
  padding: 18px 10px 25px 17px;
}
.system_req .system_req_inner::after {
  content: '';
  display: table;
  clear: both;
}
.system_req .sr_col {
  float: left;
  width: 50%;
}
.system_req .sr_col:last-child {
  width: 49%;
  padding-left: 1%;
}
.system_req .subtitle {
  font-weight: bold;
  padding-left: 2px;
}
.system_req ul {
  margin: 11px 0 11px 1px;
  padding-left: 20px;
}
.system_req ul li {
  position: relative;
  line-height: 16px;
  padding-bottom: 8px;
}
.system_req ul li:last-child {
  padding-bottom: 0;
}
.system_req ul li::before {
  content: "";
  height: 5px;
  position: absolute;
  width: 5px;
  top: 7px;
  background: #7a8894;
  border-radius: 50%;
  left: -11px;
}

.list_desc {
  color: #566571;
  font-size: 13px;
  text-align: left;
}
.list_desc li {
  position: relative;
  padding-left: 15px;
  padding-bottom: 3px;
}
.list_desc li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  background: url('/static/css/../img/tick.png?1430339862') no-repeat left top;
  width: 9px;
  height: 10px;
}

.likes_bl {
  *zoom: 1;
}
.likes_bl:before, .likes_bl:after {
  content: " ";
  display: table;
}
.likes_bl:after {
  clear: both;
}
.likes_bl .like {
  width: 40px;
  height: 40px;
  margin-right: 5px;
  float: left;
  background: url('/static/css/../img/likes.png?1430339862') no-repeat;
}
.likes_bl .like.vk {
  background-position: 0 0;
}
.likes_bl .like.fb {
  background-position: -45px 0;
}
.likes_bl .like.tw {
  background-position: -90px 0;
}
.likes_bl .like.gp {
  background-position: -135px 0;
}
.likes_bl .like.em {
  background-position: -180px 0;
}
.likes_bl .like.pl {
  background-position: -225px 0;
}
.likes_bl .counter {
  float: left;
  height: 43px;
  padding: 0 18px;
  vertical-align: middle;
  line-height: 42px;
  background-color: #eaeaea;
  border: 1px solid #cfd6db;
  border-radius: 22px;
  margin-left: 12px;
  position: relative;
  top: -2px;
  font-size: 15px;
  color: #727272;
}
.likes_bl .counter::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-right: 10px solid #cfd6db;
  border-bottom: 5px solid transparent;
  position: absolute;
  top: 50%;
  left: -10px;
  margin-top: -5px;
}
.likes_bl .counter::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-right: 10px solid #eaeaea;
  border-bottom: 5px solid transparent;
  position: absolute;
  top: 50%;
  left: -8px;
  margin-top: -5px;
}

.additions_list {
  margin-bottom: 22px;
}
.additions_list .title {
  font-size: 20px;
  color: black;
  padding-bottom: 18px;
}
.additions_list .additions_list_in {
  position: relative;
  overflow: hidden;
}
.additions_list .additions_list_in .al_item {
  position: relative;
  overflow: hidden;
  float: left;
  width: 384px;
  margin-left: 20px;
  margin-top: 21px;
}
.additions_list .additions_list_in .al_item:nth-child(2n + 1) {
  margin-left: 0;
}
.additions_list .additions_list_in .al_item:nth-child(2), .additions_list .additions_list_in .al_item:first-child {
  margin-top: 0;
}
.additions_list .additions_list_in .al_item .img {
  float: left;
  margin-right: 16px;
}
.additions_list .additions_list_in .al_item .img img {
  vertical-align: bottom;
}
.additions_list .additions_list_in .al_item .fc {
  position: relative;
  overflow: hidden;
  padding-top: 6px;
}
.additions_list .additions_list_in .al_item .fc .name {
  font-size: 15px;
}
.additions_list .additions_list_in .al_item .fc .desc {
  display: block;
  font-size: 13px;
  padding-top: 3px;
  padding-bottom: 9px;
}
.additions_list .additions_list_in .al_item .fc .price {
  color: #000000;
  font-size: 16px;
  display: inline-block;
  margin: 7px 0 0 0;
}
.additions_list .additions_list_in .al_item .fc .price .curr {
  font-size: 13px;
}
.additions_list .additions_list_in .al_item .fc .basket_small {
  position: relative;
  top: -2px;
}

.advantages {
  background-color: #4c5564;
  margin: 23px auto 23px;
  padding: 18px 16px 0;
  font-size: 15px;
  color: white;
  border-radius: 4px;
  clear: both;
}
.advantages .title {
  font-size: 20px;
  color: #abf5ff;
  text-align: center;
}
.advantages .title span {
  position: relative;
}
.advantages .title span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 2px;
  background-color: #467782;
}
.advantages .av_columns {
  position: relative;
  overflow: hidden;
  padding-top: 31px;
}
.advantages .av_column {
  line-height: 18px;
  width: 335px;
  float: left;
  margin-left: 66px;
}
.advantages .av_column:first-child {
  margin-left: 0;
}
.advantages .av_item {
  position: relative;
  overflow: hidden;
  margin-bottom: 17px;
}
.advantages .av_item .img {
  width: 37px;
  height: 41px;
  text-align: center;
  float: left;
  margin-right: 7px;
  padding-top: 4px;
}
.advantages .av_item .desc {
  position: relative;
  overflow: hidden;
  min-height: 36px;
  line-height: 36px;
}
.advantages .av_item .desc .desc_in {
  line-height: 18px;
  vertical-align: middle;
  display: inline-block;
}

.adb_icon_warranty {
  background: url('/static/css/../img/advantages.png?1430339862') no-repeat left 0;
  width: 28px;
  height: 33px;
  display: inline-block;
}

.adb_icon_speed {
  background: url('/static/css/../img/advantages.png?1430339862') no-repeat left -50px;
  width: 33px;
  height: 34px;
  display: inline-block;
}

.adb_icon_news {
  background: url('/static/css/../img/advantages.png?1430339862') no-repeat left -100px;
  width: 34px;
  height: 33px;
  display: inline-block;
}

.adb_icon_licence {
  background: url('/static/css/../img/advantages.png?1430339862') no-repeat left -150px;
  width: 36px;
  height: 43px;
  display: inline-block;
}

.adb_icon_actual {
  background: url('/static/css/../img/advantages.png?1430339862') no-repeat left -200px;
  width: 30px;
  height: 28px;
  display: inline-block;
}

.adb_icon_tool {
  background: url('/static/css/../img/advantages.png?1430339862') no-repeat left -250px;
  width: 17px;
  height: 35px;
  display: inline-block;
}

.adb_icon_discount {
  background: url('/static/css/../img/advantages.png?1430339862') no-repeat left -300px;
  width: 37px;
  height: 41px;
  display: inline-block;
}

.adb_icon_action {
  background: url('/static/css/../img/advantages.png?1430339862') no-repeat left -350px;
  width: 28px;
  height: 29px;
  display: inline-block;
}

.popular_products {
  margin: 0 auto 26px;
  width: 1192px;
  clear: both;
}
.popular_products .title {
  background: #86be2f;
  color: #fff;
  font-size: 15px;
  font-weight: normal;
  padding: 9px 14px 8px;
  border-radius: 4px;
  margin: 0;
}
.popular_products .pp_list {
  margin: 0;
  position: relative;
  overflow: hidden;
}
.popular_products .pp_list .sp_item {
  border-bottom: 1px solid #d6dbdf;
  float: left;
  width: 374px;
  margin-left: 35px;
}
.popular_products .pp_list .sp_item:nth-child(3n + 1) {
  margin-left: 0;
}
.popular_products .pp_list .sp_item .sp_item_in {
  padding: 15px 5px 11px 6px;
}
.popular_products .pp_list .sp_item .spi_left {
  width: 101px;
  float: left;
  margin-right: 13px;
}
.popular_products .pp_list .sp_item .spi_right {
  position: relative;
  overflow: hidden;
}
.popular_products .pp_list .sp_item .name {
  color: #0086a3;
  font-size: 15px;
  display: block;
  position: relative;
  top: -3px;
  line-height: 18px;
  padding-bottom: 2px;
}
.popular_products .pp_list .sp_item .name:hover {
  text-decoration: none;
}
.popular_products .pp_list .sp_item .desc {
  color: #000;
  display: block;
  font-size: 13px;
  margin: 0 0 0 0;
}
.popular_products .pp_list .sp_item .price {
  color: #000000;
  font-size: 16px;
  display: inline-block;
  margin: 7px 0 0 0;
}
.popular_products .pp_list .sp_item .price .curr {
  font-size: 13px;
}
.popular_products .pp_list .sp_item .basket_small {
  position: relative;
  top: -2px;
}
.popular_products .at_status {
  padding-left: 4px;
  position: relative;
  top: -2px;
}
.popular_products.variant_1 {
  width: auto;
}
.popular_products.variant_1 .pp_list .sp_item {
  width: 280px;
  margin-left: 24px;
}
.popular_products.variant_1 .pp_list .sp_item:nth-child(3n + 1) {
  margin-left: 0;
}

/********************************************************************************************************* similar_goods */
.similar_goods, .recommended_goods, .recommended_accessories {
  margin: 0 0 26px 0;
}
.similar_goods .title, .recommended_goods .title, .recommended_accessories .title {
  background: #8797a5;
  color: #fff;
  font-size: 15px;
  font-weight: normal;
  padding: 12px 14px 10px;
  border-radius: 4px;
  margin: 0;
}
.similar_goods .list, .recommended_goods .list, .recommended_accessories .list {
  margin: 0;
}
.similar_goods .list .item, .recommended_goods .list .item, .recommended_accessories .list .item {
  border-bottom: 1px solid #d6dbdf;
  padding: 14px 5px 11px 6px;
}
.similar_goods .list .item .left, .recommended_goods .list .item .left, .recommended_accessories .list .item .left {
  width: 101px;
}
.similar_goods .list .item .right, .recommended_goods .list .item .right, .recommended_accessories .list .item .right {
  width: 160px;
}
.similar_goods .list .item .name, .recommended_goods .list .item .name, .recommended_accessories .list .item .name {
  color: #0086a3;
  font-size: 15px;
  display: block;
}
.similar_goods .list .item .name:hover, .recommended_goods .list .item .name:hover, .recommended_accessories .list .item .name:hover {
  text-decoration: none;
}
.similar_goods .list .item .desc, .recommended_goods .list .item .desc, .recommended_accessories .list .item .desc {
  color: #000;
  display: block;
  font-size: 13px;
  margin: 0 0 4px 0;
}
.similar_goods .list .item .price, .recommended_goods .list .item .price, .recommended_accessories .list .item .price {
  color: #000000;
  font-size: 16px;
  display: block;
  margin: 7px 35px 0 0;
}
.similar_goods .list .item .basket_small, .recommended_goods .list .item .basket_small, .recommended_accessories .list .item .basket_small {
  display: block;
  float: right;
}

/********************************************************************************************************* recomended goods */
.recommended_goods {
  position: relative;
  top: -10px;
  margin: 0;
}
.recommended_goods .title {
  background: #79bbc3;
}
.recommended_goods .basket_circle {
  display: none;
  position: absolute;
  left: 30px;
  bottom: 9px;
}
.recommended_goods .item {
  position: relative;
}
.recommended_goods .item:hover {
  background: #e1e8ee;
}
.recommended_goods .item:hover .basket_circle {
  display: block;
}

/********************************************************************************************************* recommended accessories */
.recommended_accessories {
  margin: 0 0 25px 0;
}
.recommended_accessories .title {
  background: #414c54;
  padding: 0;
  border-radius: 5px;
  margin: 0 0 14px 0;
}
.recommended_accessories .title .caption {
  border-radius: 5px 0 0 5px;
  float: left;
  background: #44adbb;
  padding: 0 19px 0 15px;
  color: #fff;
  font-size: 18px;
  position: relative;
  line-height: 36px;
}
.recommended_accessories .title .caption:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: url('/static/css/../img/sprite.png?1430907283') -122px 0 no-repeat;
  width: 17px;
  height: 36px;
}
.recommended_accessories .title .link {
  float: right;
  color: #44adbb;
  font-size: 14px;
  line-height: 36px;
  margin: 0 12px 0 0;
  position: relative;
}
.recommended_accessories .title .link:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 9px 0 9px;
  border-color: #414c54 transparent transparent transparent;
  bottom: 0;
  left: 50%;
  margin: 0 0 -9px 0;
}
.recommended_accessories .title .link a {
  color: #44adbb;
}
.recommended_accessories .basket_circle {
  display: none;
  position: absolute;
  left: 30px;
  bottom: 9px;
}
.recommended_accessories .item {
  position: relative;
}
.recommended_accessories .item .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9;
  display: none;
}
.recommended_accessories .item:hover {
  background: #e1e8ee;
}
.recommended_accessories .item:hover .overlay {
  display: block;
}
.recommended_accessories .item:hover .basket_circle {
  display: block;
  z-index: 10;
}

/* feed articles ******************************************************************************************************/
.feed_articles {
  margin: 0 0 25px 0;
}
.feed_articles .title {
  color: #fff;
  font-size: 15px;
  font-weight: normal;
  background: #414c54;
  padding: 0;
  border-radius: 5px;
  margin: 0 0 14px 0;
}
.feed_articles .title .caption {
  border-radius: 5px 0 0 5px;
  float: left;
  background: #44adbb;
  padding: 0 19px 0 15px;
  color: #fff;
  font-size: 18px;
  position: relative;
  line-height: 36px;
}
.feed_articles .title .caption:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: url('/static/css/../img/sprite.png?1430907283') -122px 0 no-repeat;
  width: 17px;
  height: 36px;
}
.feed_articles .title .link {
  float: right;
  color: #44adbb;
  font-size: 14px;
  line-height: 36px;
  margin: 0 12px 0 0;
  position: relative;
}
.feed_articles .title .link:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 9px 0 9px;
  border-color: #414c54 transparent transparent transparent;
  bottom: 0;
  left: 50%;
  margin: 0 0 -9px 0;
}
.feed_articles .title .link a {
  color: #44adbb;
}
.feed_articles .list {
  display: block;
  margin: 0;
}
.feed_articles .list .item {
  border-bottom: 1px solid #d6dbdf;
  display: block;
  padding: 14px 5px 11px 6px;
  position: relative;
  text-decoration: none;
}
.feed_articles .list .item:hover {
  background: #e1e8ee;
}
.feed_articles .list .item .img {
  display: block;
  float: left;
}
.feed_articles .list .item .img + .wrap {
  display: block;
  margin-left: 109px;
}
.feed_articles .list .item .name {
  color: #0086a3;
  display: block;
  font-size: 15px;
}
.feed_articles .list .item .name:hover {
  text-decoration: none;
}
.feed_articles .list .item .desc {
  color: #000;
  display: block;
  font-size: 13px;
  margin: 0 0 4px 0;
}
.feed_articles .list .item .date {
  color: #566571;
  display: block;
  font-size: 13px;
  margin: 6px 0 0 0;
}

.basket_goods {
  width: 100%;
  margin: 17px 0 0 0;
  border: 1px solid #adb8c0;
  border-collapse: collapse;
  border-bottom: none;
}
.basket_cell {
  border: 1px solid #adb8c0;
}
.basket_cell__head {
  background: #e1e8ee;
  color: #566571;
  font-size: 13px;
  padding: 10px 11px 12px;
  text-align: center;
  vertical-align: middle;
}
.basket_cell__foot {
  vertical-align: middle;
  padding: 14px 17px;
}
.basket_cell__foot-info {
  padding: 7px 17px;
}
.basket_cell__foot-total {
  border-color: #72af24;
  text-align: right;
  vertical-align: middle;
  font-size: 18px;
  padding: 13px 15px;
  color: #fff;
  background: #72af24;
}
.basket_cell__body {
  font-size: 18px;
  padding: 10px 9px 9px;
  vertical-align: top;
  text-align: center;
}
.basket_cell__body-good {
  text-align: left;
  width: 355px;
}
.basket_cell__body-good-detail {
  width: 254px;
}
.basket_cell__body-price {
  width: 114px;
  text-align: right;
}
.basket_cell__body-count {
  width: 89px;
}
.basket_cell__body-sum {
  text-align: right;
}
.basket_good-column-left {
  width: 101px;
  margin: 0 12px 0 0;
  float: left;
}
.basket_good-column-right {
  margin: 0 0 0 113px;
}
.basket_good-name {
  color: #0086a3;
  font-size: 18px;
  text-decoration: underline;
}
.basket_good-name:hover {
  text-decoration: none;
}
.basket_good-name__not-link {
  text-decoration: none;
  cursor: default;
}
.basket_good-activation {
  margin: 8px 0 0 0;
}
.basket_good-activation .activation_icon, .basket_good-activation .platform_icon, .basket_good-activation .age, .basket_good-activation .types-icon {
  vertical-align: middle;
  margin-right: 7px;
}
.basket_good-img {
  padding: 4px 0 0 0;
}
.basket_count {
  margin: 4px 0 0 0;
}
.basket_count-value {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0 0 3px 0;
  text-align: center;
  color: #41aab8;
  font-size: 18px;
  width: 35px;
}
.basket_count-less, .basket_count-more {
  border: none;
  background: #65b7c1;
  display: inline-block;
  width: 23px;
  height: 23px;
  cursor: pointer;
  outline: none;
  padding: 0;
}
.basket_count-less::before, .basket_count-more::before {
  content: "";
  background: url('/static/css/../img/sprite.png?1430907283') no-repeat 0 0;
  display: block;
  width: 23px;
  height: 23px;
}
.basket_count-less::before {
  background-position: -57px 0;
}
.basket_count-more {
  margin: 0 0 0 -2px;
}
.basket_count-more::before {
  background-position: -81px 0;
}
.basket_delete {
  border: none;
  outline: none;
  background: url('/static/css/../img/sprite.png?1430907283') no-repeat -57px -24px;
  display: inline-block;
  width: 16px;
  height: 16px;
  cursor: pointer;
  padding: 0;
}
.basket_good-detail {
  font-size: 15px;
  color: black;
  text-align: left;
}
.basket_good-detail-item {
  padding: 0 0 0 15px;
  line-height: 1.2;
  position: relative;
}
.basket_good-detail-item::before {
  background: url('/static/css/../img/tick_green.png?1434612846') no-repeat left top;
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 9px;
  height: 10px;
}
.basket_coupon {
  font-size: 13px;
  display: inline-block;
  vertical-align: middle;
}
.basket_coupon__show .basket_coupon-form {
  display: inline-block;
  vertical-align: middle;
}
.basket_coupon__show .basket_coupon-title {
  color: #000;
  border-bottom: none;
  cursor: default;
}
.basket_coupon__hide {
  display: none;
}
.basket_coupon-button {
  margin-left: 2px;
}
.basket_coupon-title {
  color: #0086a3;
  border-bottom: 1px dotted #b2b2b2;
  cursor: pointer;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}
.basket_coupon-title:hover {
  border-bottom-color: transparent;
}
.basket_coupon-form {
  display: none;
}
.basket_coupon-other {
  background: none;
  padding: 0;
  border: none;
  font-size: 13px;
  display: inline-block;
  color: #0086a3;
  border-bottom: 1px solid #0086a3;
  cursor: pointer;
  vertical-align: middle;
  margin: 0 0 0 14px;
}
.basket_coupon-other:hover {
  border-bottom-color: transparent;
}
.basket_coupon-value {
  width: 115px;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}
.basket_coupon-value__filled {
  border-color: #337f15;
  background-color: #72af24;
  color: #fff;
  padding: 0 11px;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
}
.basket_coupon-value__filled:focus {
  border-color: #337f15;
}
.basket_total-bonus {
  font-size: 13px;
  display: inline-block;
  margin: 0 0 0 59px;
  vertical-align: middle;
}
.basket_total-bonus__coupon-hide {
  margin-left: 356px;
}
.basket_total-bonus-link {
  color: #0086a3;
  text-decoration: none;
  border: none;
  border-bottom: 1px dotted #b2b2b2;
}
.basket_total-bonus-link:hover {
  border-bottom: none;
}
.basket_total-bonus-value {
  font-weight: bold;
}

.order-payment {
  margin: 41px 0 0 0;
}
.order-payment_title {
  color: #000;
  font-size: 20px;
  line-height: 1;
  margin: 0 0 19px 0;
  display: block;
}
.order-payment_container {
  border: 2px solid #d0d9e0;
  position: relative;
  padding: 0 9px;
  display: block;
}
.order-payment_container::after {
  content: "";
  display: table;
  clear: both;
}
.order-payment_column {
  width: 25%;
  position: relative;
  float: left;
  display: block;
}
.order-payment_item {
  position: relative;
  width: 268px;
  height: 77px;
  margin: 24px 12px;
  display: block;
}
.order-payment_input {
  display: none;
}
.order-payment_input:checked + .order-payment_border {
  border-color: #8dca2e;
  background: #e8f4d5;
}
.order-payment_input:checked + .order-payment_border .order-payment_checked-icon {
  display: block;
}
.order-payment_input:checked + .order-payment_border__phone .order-payment_phone-caption-1 {
  display: block;
}
.order-payment_input:checked + .order-payment_border__phone .order-payment_change-phone {
  display: inline-block;
}
.order-payment_input:checked + .order-payment_border__phone .order-payment_phone-value {
  display: block;
}
.order-payment_input:checked + .order-payment_border__phone .order-payment_name {
  display: none;
}
.order-payment_input:checked + .order-payment_border__set-phone {
  height: 179px;
  background: #fff;
  border-color: #309ba9;
}
.order-payment_input:checked + .order-payment_border__set-phone .order-payment_set-phone,
.order-payment_input:checked + .order-payment_border__set-phone .order-payment_close,
.order-payment_input:checked + .order-payment_border__set-phone .order-payment_name {
  display: block;
}
.order-payment_input:checked + .order-payment_border__set-phone .order-payment_checked-icon,
.order-payment_input:checked + .order-payment_border__set-phone .order-payment_phone-caption-1,
.order-payment_input:checked + .order-payment_border__set-phone .order-payment_change-phone,
.order-payment_input:checked + .order-payment_border__set-phone .order-payment_phone-value {
  display: none;
}
.order-payment_label {
  display: block;
  cursor: default;
}
.order-payment_border {
  top: 0;
  left: 0;
  border-radius: 3px;
  border: 2px solid #adb8c0;
  display: block;
  background: #fff;
  position: relative;
  box-sizing: border-box;
}
.order-payment_border:hover {
  border-color: #309ba9;
}
.order-payment_border__phone .order-payment_phone-caption-1,
.order-payment_border__phone .order-payment_change-phone,
.order-payment_border__phone .order-payment_set-phone,
.order-payment_border__phone .order-payment_close,
.order-payment_border__phone .order-payment_phone-value {
  display: none;
}
.order-payment_border__set-phone {
  position: relative;
  z-index: 1;
}
.order-payment_checked-icon {
  display: none;
  width: 16px;
  height: 16px;
  background: #8dca2e;
  position: absolute;
  top: 0;
  left: 0;
}
.order-payment_checked-icon:before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background: url('/static/css/../img/payment/checked.png?1461739287') no-repeat 0 0;
  position: absolute;
  top: 2px;
  left: 2px;
}
.order-payment_info {
  position: relative;
  height: 74px;
  overflow: hidden;
  display: block;
}
.order-payment_img {
  width: 90px;
  height: 100%;
  float: left;
  position: relative;
  display: table;
  text-align: center;
}
.order-payment_vertical {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
.order-payment_title-container {
  width: 174px;
  height: 100%;
  float: left;
  position: relative;
  display: table;
}
.order-payment_name {
  color: #000;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 4px;
  display: block;
}
.order-payment_caption {
  font-size: 13px;
  color: #7a8894;
  line-height: 1;
  display: block;
}
.order-payment_change-phone {
  display: inline-block;
  font-size: 13px;
  outline: none;
  border: none;
  background: none;
  color: #0086a3;
  text-decoration: underline;
  padding: 0;
  cursor: pointer;
}
.order-payment_change-phone:hover {
  text-decoration: none;
}
.order-payment_phone-caption-1 {
  display: block;
  font-size: 13px;
  line-height: 20px;
}
.order-payment_phone-caption-2 {
  font-size: 13px;
  line-height: 16px;
  color: #000;
  display: block;
}
.order-payment_set-phone {
  display: block;
  margin: -3px 11px 0;
  padding: 11px 0 0;
  position: relative;
  border-top: 1px solid #d0d9e0;
}
.order-payment_phone-form {
  position: relative;
  margin: 12px 0 0;
  display: block;
}
.order-payment_phone-value {
  color: #000;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 2px;
  display: block;
}
.order-payment_phone-button {
  padding: 0 14px;
  vertical-align: middle;
}
.order-payment_phone-input {
  vertical-align: middle;
  width: 170px;
}
.order-payment_close {
  background: url('/static/css/../img/sprite.png?1460983774') no-repeat 0 -87px;
  width: 19px;
  height: 18px;
  position: absolute;
  right: 5px;
  top: 5px;
  outline: none;
  display: block;
  border: none;
  cursor: pointer;
  z-index: 1;
}
.order-payment_tooltip {
  position: absolute;
  top: 0;
  margin: -42px 0 0 -1px;
}

.order-delivery {
  margin: 41px 0 0 0;
  font-size: 15px;
}
.order-delivery_title {
  font-size: 24px;
  color: #000;
}
.order-delivery_title-1 {
  font-size: 20px;
  color: #000;
  margin: 41px 0 0 0;
}
.order-delivery_title-2 {
  font-size: 15px;
  margin: 18px 0 0 0;
}
.order-delivery_title-3 {
  color: #009900;
  font-size: 15px;
  margin: 31px 0 0 0;
}
.order-delivery_button {
  margin: 24px 0 0 0;
}
.order-delivery_bottom {
  width: 100%;
}
.order-delivery_bottom-left {
  text-align: left;
}
.order-delivery_bottom-right {
  text-align: right;
}

.physical-delivery-items {
  margin: 19px 0 0 0;
}
.physical-delivery-items_item {
  margin: 7px 0 0 0;
}
.physical-delivery-items_item:first-child {
  margin: 0;
}

.delivery-edit-fields {
  margin: 15px 0 0 0;
}
.delivery-edit-fields .input_text_wg {
  color: #0096aa;
  font-size: 15px;
  padding: 0 9px;
}
.delivery-edit-fields_row {
  display: block;
  margin: 10px 0 0 0;
}
.delivery-edit-fields_row:first-child {
  margin: 0;
}
.delivery-edit-fields_field {
  display: inline-block;
  vertical-align: middle;
}
.delivery-edit-fields_field + .delivery-edit-fields_field {
  margin: 0 0 0 10px;
}
.delivery-edit-fields_title {
  padding: 8px 13px 0 0;
  vertical-align: middle;
  display: block;
  margin: 0 0 5px 0;
}
.delivery-edit-fields_value {
  padding: 8px 0 0 0;
  vertical-align: top;
  position: relative;
  display: block;
}
.delivery-edit-fields_value__type-1 {
  width: 170px;
}
.delivery-edit-fields_value__type-2 {
  width: 100px;
}

.delivery-view-fields {
  margin: 22px 0 0 0;
}
.delivery-view-fields_field {
  color: #566571;
  padding: 0 10px 4px 0;
  text-align: left;
}
.delivery-view-fields_title-container {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  padding: 0 50px 0 0;
}
.delivery-view-fields_title-container::before {
  content: '....................................................';
  position: absolute;
  right: 0;
  top: 0;
  height: 2px;
  width: 100%;
}
.delivery-view-fields_title {
  padding-right: 5px;
  position: relative;
  background-color: #fff;
}

.form-add-email {
  margin: 15px 0 0 0;
  font-size: 15px;
  display: block;
  position: relative;
}
.form-add-email_field {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  font-size: 18px;
  font-weight: bold;
}
.form-add-email_field-value {
  color: #309ba9;
  font-size: 15px;
  padding: 0 10px;
  width: 320px;
  display: inline-block;
  vertical-align: middle;
}
.form-add-email_button {
  margin: 0 0 0 15px;
  vertical-align: middle;
}
.form-add-email_tooltip {
  position: absolute;
  top: 0;
  left: 0;
  margin: -42px 0 0 0;
}

.order-location {
  display: block;
}
.order-location_item {
  display: block;
  margin: 8px 0 0 0;
}
.order-location_item:first-child {
  margin: 0;
}

.order-auth {
  margin: 27px 0 0 0;
}
.order-auth__not-authorized {
  margin-bottom: 50px;
}
.order-auth_title {
  font-size: 24px;
  color: #000;
}
.order-auth_types {
  border: 1px solid #adb8c0;
  border-collapse: collapse;
  margin: 15px 0 0 0;
  width: 100%;
}
.order-auth_types-item {
  border: 1px solid #adb8c0;
  width: 33%;
  vertical-align: top;
  text-align: center;
  padding: 17px 0 11px 0;
}

.auth_table {
  width: 100%;
}
.auth_table > tbody > tr > td {
  width: 33.3%;
  border: 1px solid #adb8c0;
  text-align: center;
  padding: 17px 0 11px;
  vertical-align: top;
}

.b_fast_order {
  display: inline-block;
}
.b_fast_order .title {
  font-size: 18px;
}
.b_fast_order .form {
  padding: 35px 0 30px;
  border-bottom: 1px solid #d8dde1;
}
.b_fast_order .form .button {
  padding: 0 17px;
  top: -1px;
}
.b_fast_order .form .input_text_wg {
  margin: 0 5px 0 5px;
}
.b_fast_order .text {
  font-size: 15px;
  line-height: 1.2;
  margin-top: 13px;
}
.b_fast_order .input_text_wg {
  width: 151px;
}

.b_login {
  display: inline-block;
}
.b_login .title {
  font-size: 18px;
}
.b_login table td {
  text-align: left;
  padding-bottom: 5px;
}
.b_login table td:first-child {
  padding-right: 7px;
}
.b_login .rspan {
  vertical-align: middle;
  padding-left: 11px;
}
.b_login .form {
  padding: 24px 0 15px;
  border-bottom: 1px solid #d8dde1;
}
.b_login .links {
  font-size: 15px;
  margin-top: 18px;
}
.b_login .links a {
  margin-left: 19px;
}
.b_login .links a:first-child {
  margin-left: 0;
}
.b_login .button {
  padding: 0 17px;
  margin-right: -16px;
}
.b_login .input_text_wg {
  width: 147px;
}

.order-conditions {
  margin: 28px 0 0 0;
  font-size: 15px;
}
.order-conditions_item {
  margin-top: 16px;
}
.order-conditions_item:first-child {
  margin-top: 0;
}
.order-conditions_item .tooltip {
  margin-left: 22px;
}
.order-conditions_link {
  color: #006699;
  text-decoration: none;
  border-bottom: 1px dashed #999999;
}
.order-conditions_link:hover {
  border: 0;
}
.order-conditions_caption {
  display: block;
  margin: 15px 0 0 25px;
}

.order-agreement {
  font-size: 14px;
  padding: 1px 0 1px 12px;
}
.order-agreement ol {
  counter-reset: list1;
}
.order-agreement ol > li {
  font-size: 20px;
}
.order-agreement ol > li:before {
  counter-increment: list1;
  content: counter(list1) ". ";
}
.order-agreement ol ol {
  counter-reset: list2;
}
.order-agreement ol ol > li {
  position: relative;
  padding-left: 36px;
  font-size: 14px;
}
.order-agreement ol ol > li:before {
  counter-increment: list2;
  content: counter(list1) "." counter(list2) ". ";
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}
.order-agreement ol ul li {
  position: relative;
  padding-left: 10px;
}
.order-agreement ol ul li::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #7a8894;
  position: absolute;
  left: 0;
  top: 7px;
}
.order-agreement ol li {
  margin: 10px 0;
}

.order-total {
  border: 4px solid #72af24;
  padding: 0;
  margin: 32px 0 0;
  background: #f2ffe7;
  width: 100%;
  border-collapse: collapse;
}
.order-total:hover {
  border-color: #309ba9;
}
.order-total_cell {
  vertical-align: middle;
  border: none;
  padding: 20px 0 28px;
}
.order-total_cell__sum {
  padding-left: 23px;
  text-align: left;
  width: 262px;
}
.order-total_cell__info {
  padding-right: 23px;
  padding-left: 24px;
  text-align: left;
}
.order-total_sum {
  font-size: 18px;
  color: #000;
  white-space: nowrap;
}
.order-total_value {
  font-size: 26px;
}
.order-total_button {
  display: inline-block;
}
.order-total_info {
  font-size: 13px;
  color: #566571;
}
.order-total_info-cell {
  padding: 0;
}
.order-total_info-cell__title {
  padding-right: 10px;
}
.order-total_info-title-container {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  padding: 0 80px 0 0;
}
.order-total_info-title-container::before {
  content: '....................................................';
  position: absolute;
  right: 0;
  top: 0;
  height: 2px;
  width: 100%;
}
.order-total_info-title {
  padding-right: 6px;
  position: relative;
  background-color: #f2ffe7;
}

.order-pay-button {
  display: block;
  margin: 28px 0 0;
  position: relative;
  text-align: center;
  width: 240px;
}
.order-pay-button_warning {
  font-size: 13px;
  color: #7a8894;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
  margin: 8px 0 0 0;
  position: absolute;
}

/********************************************************************************************************* news list */
.news_list .news_filter {
  background: #e1e8ee;
  padding: 15px 20px 17px;
  margin: 22px 0 0 0;
}
.news_list .news_filter .title {
  display: inline-block;
  color: #566571;
  font-size: 14px;
  margin: 0 16px 0 0;
}
.news_list .news_filter .fields {
  display: inline-block;
}
.news_list .news_filter .checkbox {
  display: inline-block;
  color: #0086a3;
  font-size: 15px;
  margin: 0 25px 0 0;
}
.news_list .news_day {
  background: #373d46;
  width: 100%;
  border-radius: 3.16% / 50%;
  margin: 24px 0 0 0;
}
.news_list .news_day .title {
  color: #98d33c;
  font-size: 15px;
}
.news_list .news_day .title .icon_stock {
  margin: 0 0 0 13px;
  vertical-align: middle;
}
.news_list .news_day .wrap {
  padding: 12px 29px 40px;
}
.news_list .news_day .item .wrap {
  padding: 0;
  margin: 0 0 0 275px;
}
.news_list .news_day .item .img {
  border: 2px solid #fff;
  border-radius: 3px;
  margin: 11px 0 0 0;
}
.news_list .news_day .item .img img {
  border-radius: 2px;
  display: block;
}
.news_list .news_day .item .name {
  color: #66cccc;
  font-size: 20px;
}
.news_list .news_day .item .desc {
  color: #fff;
  font-size: 15px;
  margin: 17px 0 0 0;
  line-height: 1.4;
}
.news_list .list {
  margin: 25px 0 0 0;
}
.news_list .list .item {
  padding: 19px 12px 24px;
  position: relative;
}
.news_list .list .item:hover {
  background: #bfdfe3;
}
.news_list .list .item:hover:after {
  content: "";
  position: absolute;
  top: 0;
  left: -12px;
  background: #bfdfe3;
  width: 12px;
  height: 100%;
}
.news_list .list .item .img {
  margin: 7px 0 0 0;
}
.news_list .list .item .img img {
  border-radius: 3px;
}
.news_list .list .item .img + .wrap {
  margin: 0 0 0 201px;
}
.news_list .list .item .name {
  color: #0086a3;
  font-size: 20px;
  position: relative;
}
.news_list .list .item .name .icon_stock {
  margin: 0 0 0 12px;
  position: absolute;
}
.news_list .list .item .date {
  color: #566571;
  font-size: 13px;
  margin: 11px 0 0 0;
}
.news_list .list .item .desc {
  font-size: 15px;
  color: #000;
  margin: 13px 0 0 0;
}
.news_list .bottom {
  padding: 16px 0 0 0;
  border-top: 2px solid #bfced4;
}

/********************************************************************************************************* news detail */
.news_detail .top .wrap {
  margin-right: 182px;
}
.news_detail h1.title {
  margin: 0 0 15px;
}
.news_detail .action h1.title {
  display: inline;
  vertical-align: middle;
}
.news_detail .icon_stock {
  vertical-align: middle;
  margin: 0 0 0 14px;
}
.news_detail .discount {
  margin: 0 0 0 7px;
  padding: 0 17px;
}
.news_detail .date {
  color: #566571;
  display: inline-block;
  font-size: 18px;
  margin: 6px 70px 0  0;
}
.news_detail .promotion {
  color: #2e9500;
  font-size: 18px;
  margin: 9px 0 19px 0;
}
.news_detail .i_area {
  font-size: 15px;
  line-height: 1.3;
  margin: 0 0 44px 0;
}
.news_detail .bottom {
  padding: 16px 0 1px 0;
  border-top: 2px solid #bfced4;
  position: relative;
}
.news_detail .bottom .back_to_list {
  position: static;
  margin: 0 8px 0 0;
}
.news_detail .more_links {
  font-size: 15px;
  margin: 9px 0;
}
.news_detail .more_links .separator {
  border-right: 2px solid #bfced4;
  display: inline-block;
  height: 18px;
  vertical-align: text-bottom;
}

/********************************************************************************************************* popups */
.popup {
  display: none;
}
.popup .blackstrate {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: .4;
  z-index: 101;
}
.popup .close {
  background: url('/static/css/../img/sprite.png?1430907283') no-repeat 0 -87px;
  width: 19px;
  height: 18px;
  position: absolute;
  right: 7px;
  top: 8px;
}

.fancybox_popup_wrap .fancybox-skin {
  background: #ffffff;
  border: 2px solid #373d46;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
  margin: 0;
  padding: 0 !important;
}
.fancybox_popup_wrap .fancybox-skin .fancybox-inner {
  border-radius: 0 0 4px 4px;
}
.fancybox_popup_wrap .fancybox-title {
  background: #373d46;
  border-radius: 4px 4px 0 0;
  color: #ffffff;
  height: 42px;
  font-size: 18px;
  line-height: 40px;
  padding-left: 16px;
  z-index: 99;
}
.fancybox_popup_wrap .error {
  padding: 5px 16px 0;
  font-size: 14px;
}
.fancybox_popup_wrap .fancybox-close {
  background: url('/static/css/../img/sprite.png?1430907283') no-repeat 0 -87px;
  width: 19px;
  height: 18px;
  position: absolute;
  right: 7px;
  top: -32px;
  z-index: 100;
}
.fancybox_popup_wrap.fancybox_popup_scroll .fancybox-skin {
  padding: 7px !important;
}
.fancybox_popup_wrap.fancybox_popup_scroll .fancybox-close {
  right: 11px;
}
.fancybox_popup_wrap.fancybox_popup_scroll .fancybox-inner {
  border-radius: 0;
  overflow: hidden !important;
}

.fancybox_popup_ntitle .fancybox-skin {
  background: #ffffff;
  border: 2px solid #373d46;
  border-radius: 4px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
  margin: 0;
  padding: 0 !important;
}
.fancybox_popup_ntitle .error {
  padding: 5px 16px 0;
  font-size: 14px;
}
.fancybox_popup_ntitle .fancybox-close {
  background: url('/static/css/../img/sprite.png?1430907283') no-repeat 0 -87px;
  width: 19px;
  height: 18px;
  position: absolute;
  right: 9px;
  top: 10px;
  z-index: 100;
}

.popup_added {
  color: #000;
  width: 310px;
}
.popup_added .popup_added_in {
  box-sizing: border-box;
  padding: 15px 18px 23px;
  font-size: 15px;
  background: #ffffff;
}
.popup_added .popup_added_in .prod_name {
  padding: 0 20px 16px 0;
  line-height: 1.2;
}

.popup_login {
  line-height: 1;
}
.popup_login label {
  color: #000;
}
.popup_login .popup_middle {
  padding: 15px 16px;
  font-size: 15px;
}
.popup_login .popup_middle table td:first-child {
  padding: 0 6px 13px 0;
}
.popup_login .popup_middle table td.vertical {
  vertical-align: middle;
}
.popup_login .popup_middle table .input_text_wg {
  width: 145px;
}
.popup_login .popup_middle table .button {
  margin: -10px 0 0 14px;
}
.popup_login .popup_middle .checkbox {
  margin-top: 12px;
}
.popup_login .popup_middle .op_password {
  padding-top: 22px;
}
.popup_login .popup_middle .op_password a {
  margin-right: 13px;
}
.popup_login .popup_login_social {
  color: #000;
  font-size: 18px;
  margin: 0 0 24px 0;
  padding: 0;
}
.popup_login .popup_login_social .title {
  color: #010101;
}
.popup_login .popup_login_social .social_i {
  margin: 19px 0 24px;
}
.popup_login .popup_login_social .social_i a {
  float: left;
  margin-right: 12px;
}
.popup_login .error_login {
  padding-left: 16px;
}
.popup_login .error {
  padding-top: 10px;
}

.b-social-auth {
  color: #000;
  font-size: 18px;
  padding: 0;
  display: inline-block;
}
.b-social-auth_title {
  color: #010101;
}
.b-social-auth_items {
  margin: 16px 0 0;
}
.b-social-auth_items:before, .b-social-auth_items:after {
  content: " ";
  display: table;
}
.b-social-auth_items:after {
  clear: both;
}
.b-social-auth_item {
  background: none;
  outline: none;
  float: left;
  margin-left: 6px;
  margin-bottom: 5px;
  padding: 2px;
  border: 3px solid transparent;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.b-social-auth_item::-moz-focus-inner {
  border: 0;
}
.b-social-auth_item:first-child, .b-social-auth_item__clear {
  clear: both;
  margin-left: 0;
}
.b-social-auth_item:hover {
  background-color: white;
  border-color: #9fce55;
}

.popup_register {
  font-size: 15px;
}
.popup_register .popup_middle {
  width: 701px;
  padding: 23px 16px 16px;
  position: relative;
}
.popup_register .popup_middle table td {
  padding-bottom: 5px;
}
.popup_register .popup_middle table td:first-child {
  padding-right: 10px;
}
.popup_register .popup_middle table td .input_text_wg {
  width: 175px;
}
.popup_register .popup_middle table td .aster {
  padding-left: 3px;
}
.popup_register .popup_middle .remark {
  width: 281px;
  font-size: 13px;
  position: absolute;
  left: 421px;
  top: 25px;
  color: #566571;
}
.popup_register .popup_middle .remark .rem_in {
  padding-bottom: 10px;
}
.popup_register .popup_middle .capcha {
  font-size: 13px;
  color: #566571;
  padding-top: 20px;
  padding-bottom: 18px;
  border-bottom: 2px solid #d6dbdf;
  position: relative;
  overflow: hidden;
}
.popup_register .popup_middle .capcha .cap_in {
  float: left;
  padding-right: 10px;
}
.popup_register .popup_middle .capcha .cap_in.cap_in_wid {
  width: 275px;
}
.popup_register .popup_middle .capcha input {
  width: 67px;
}
.popup_register .popup_middle .bottom {
  padding-top: 9px;
}
.popup_register .popup_middle .bottom .links {
  float: right;
  text-align: right;
  line-height: 24px;
}
.popup_register .popup_middle .bottom .button {
  margin-top: 10px;
}

.popup_fill_account {
  font-size: 15px;
  line-height: 1;
  padding: 7px 19px 27px;
  width: 288px;
}
.popup_fill_account .radio {
  display: inline-block;
  vertical-align: middle;
}
.popup_fill_account .radio label {
  color: #000;
  font-size: 15px;
}
.popup_fill_account .caption {
  color: #566571;
  font-size: 13px;
  margin: 44px 0 0 0;
  line-height: 1.2;
}
.popup_fill_account .field {
  margin: 15px 0 0 0;
}
.popup_fill_account .input_text_wg {
  width: 77px;
}
.popup_fill_account .button {
  margin: 0 0 0 17px;
  vertical-align: middle;
}

.popup_keys {
  font-size: 15px;
  width: 696px;
}
.popup_keys .name {
  color: #545b65;
  font-size: 24px;
  line-height: 1;
}
.popup_keys .item {
  padding: 24px 40px 22px 20px;
}
.popup_keys .item + .item {
  border-top: 2px solid #7a8894;
}
.popup_keys .button {
  margin: 16px 0 0 0;
}
.popup_keys .big {
  font-size: 18px;
}
.popup_keys .keys {
  border-top: 2px solid #e1e8ee;
  border-bottom: 2px solid #e1e8ee;
  margin: 17px 0 0 0;
  width: 100%;
}
.popup_keys .keys td {
  padding: 6px 0 14px;
}
.popup_keys .keys td:first-child {
  padding-right: 20px;
  text-align: left;
  width: 174px;
}
.popup_keys .key {
  color: #009900;
}
.popup_keys .instruction {
  color: #566571;
  font-size: 13px;
}
.popup_keys .instruction .title {
  font-size: 18px;
  margin: 12px 0 0 0;
}
.popup_keys .instruction ol {
  list-style: decimal;
  padding: 0 0 0 22px;
}
.popup_keys .instruction ol li {
  margin: 11px 0 0 0;
  padding: 0;
}
.popup_keys .instruction a {
  color: #566571;
}
.popup_keys .box {
  margin: 0 0 25px 0;
  width: 100%;
}
.popup_keys .box td:first-child {
  padding-right: 20px;
  width: 202px;
}
.popup_keys .type {
  margin: 14px 0 16px;
}

.popup_content {
  padding: 20px;
}

.popup_subscribe {
  min-width: 431px;
  font-size: 15px;
}
.popup_subscribe .remark {
  padding: 0 0 10px;
}
.popup_subscribe .product {
  font-size: 18px;
  border-bottom: 2px solid #e1e8ee;
  padding-bottom: 24px;
  margin-bottom: 21px;
}
.popup_subscribe .type {
  font-size: 15px;
  color: #009900;
}
.popup_subscribe table td {
  padding: 0 9px 10px 0;
}
.popup_subscribe table td:first-child {
  padding-right: 11px;
}
.popup_subscribe .input_text_wg {
  width: 177px;
}
.popup_subscribe .email_info {
  height: 26px;
  line-height: 26px;
  border: 2px solid #337e15;
  background-color: #72af24;
  color: white;
  padding: 0 6px;
  width: 185px;
}
.popup_subscribe .buttons {
  padding: 5px 0 0 3px;
  line-height: 22px;
}

.popup_subscribe_edit {
  min-width: 330px;
  font-size: 15px;
}
.popup_subscribe_edit .remark {
  padding: 0 0 15px;
}
.popup_subscribe_edit table td {
  padding: 0 9px 10px 0;
}
.popup_subscribe_edit table td:first-child {
  padding-right: 11px;
}
.popup_subscribe_edit .input_text_wg {
  width: 186px;
}
.popup_subscribe_edit .button {
  margin-top: 12px;
}

.popup_subscribe_delete {
  min-width: 379px;
  font-size: 15px;
  padding: 20px 20px 24px;
}
.popup_subscribe_delete .remark {
  padding: 0 0 21px;
}

/************************************************************************************************************* STOCK */
.stock .title {
  color: #99cc33;
  font-size: 24px;
}
.stock .item {
  background: #e1e8ee;
  border-radius: 4px;
  margin: 25px 0 0 0;
}
.stock .item:first-child {
  margin-top: 19px;
}
.stock .item:hover {
  background: #bfdfe3;
}
.stock .item:hover .valid_to {
  background: #35b4d0;
}
.stock .item .wrap {
  padding: 17px 16px 16px 17px;
}
.stock .item .img {
  border: 2px solid #fff;
  border-radius: 3px;
  position: relative;
}
.stock .item .img img {
  border-radius: 2px;
  display: block;
}
.stock .item .img .icon_stock {
  position: absolute;
  top: 9px;
  left: 11px;
}
.stock .item .name {
  display: block;
  margin: 9px 0 13px 0;
  font-size: 18px;
}
.stock .item .desc {
  margin: 13px 0 0 0;
}
.stock .item .valid_to {
  background: #4faa40;
  border-radius: 2px;
  color: #fff;
  margin: 0 3px 3px;
  padding: 7px 14px;
}

/************************************************************************************************************* sub menu */
.sub_menu {
  background: #414c54;
  border-radius: 4px;
  font-size: 15px;
  padding: 8px 12px 9px;
}
.sub_menu .sub_menu {
  padding: 0 0 0 20px;
  margin: 0;
}
.sub_menu .item {
  border-radius: 2px;
  color: #66cccc;
  display: inline-block;
  padding: 6px 10px 8px 9px;
  margin: 3px 0;
}
.sub_menu .item:hover {
  background: #77dae7;
  color: #414c54;
}
.sub_menu .item.active {
  background: #fff;
  color: #000;
  text-decoration: none;
  position: relative;
}
.sub_menu .item.active:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 7px 7px 0;
  border-color: transparent #ffffff transparent transparent;
  left: -7px;
  top: 50%;
  margin: -7px 0 0 0;
}

/************************************************************************************************************* personal account */
.personal_account {
  background: #566571;
  border-radius: 4px;
  color: #fff;
  padding: 20px 17px 22px;
  font-size: 15px;
  line-height: 1;
}
.personal_account a {
  color: #8ddee9;
}
.personal_account .button {
  color: #fff;
  vertical-align: middle;
  margin: 13px 0 11px 9px;
}
.personal_account .title {
  font-size: 16px;
  line-height: 16px;
}
.personal_account .price {
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
}
.personal_account .bonus {
  margin: 0 0 6px 0;
}

/************************************************************************************************************* small basket */
.small_basket {
  border: 1px solid #8dc634;
  border-radius: 4px;
  margin: 27px 0 0 0;
}
.small_basket .title {
  background: #8dc634;
  background: linear-gradient(#98d33c, #73a821);
  color: #fff;
  font-size: 18px;
  padding: 9px 14px 15px;
}
.small_basket .list {
  padding: 6px 21px 0 17px;
}
.small_basket .item {
  border-bottom: 1px solid #adb8c0;
  padding: 13px 0 14px;
}
.small_basket .item:last-child {
  border: none;
}
.small_basket .item .name {
  font-size: 15px;
  color: #0086a3;
}
.small_basket .item .type {
  font-size: 13px;
  margin: 2px 0 0 0;
}
.small_basket .item .price {
  font-size: 15px;
  margin: 5px 0 0 0;
}
.small_basket .total {
  background: #72af24;
  color: #fff;
  font-size: 15px;
  line-height: 15px;
  margin: 0 16px 0 15px;
  padding: 11px 12px 9px;
}
.small_basket .to_basket {
  display: inline-block;
  font-size: 15px;
  margin: 17px;
}

/************************************************************************************************************* personal cabinet */
.order_history .login_head {
  font-size: 18px;
  display: inline-block;
  padding: 10px 8px 0 0;
}
.order_history .keys {
  background: #72af24;
  color: #fff;
  display: inline-block;
  line-height: 15px;
  padding: 5px 7px 6px 9px;
  text-decoration: underline;
}
.order_history .keys:hover {
  background: #009900;
  text-decoration: underline;
}
.order_history .tabs {
  background: #414c54;
  border-radius: 4px;
  margin: 28px 0 0 0;
  padding: 2px;
}
.order_history .tabs .item {
  background: #40a9b6;
  border-radius: 2px;
  color: #fff;
  display: block;
  font-size: 14px;
  float: left;
  line-height: 14px;
  margin: 0 2px 0 0;
  padding: 7px 13px 10px 14px;
  text-decoration: none;
}
.order_history .tabs .active {
  background: #fff;
  color: #000;
  position: relative;
}
.order_history .tabs .active:before {
  border-style: solid;
  border-width: 9px 8px 0 8px;
  border-color: #414c54 transparent transparent transparent;
  bottom: -11px;
  content: "";
  height: 0;
  left: 50%;
  margin: 0 0 0 -8px;
  position: absolute;
  width: 0;
}
.order_history .filter {
  background: #e1e8ee;
  color: #566571;
  margin: 25px 0 0 0;
}
.order_history .filter label {
  display: inline-block;
  margin: 0 1px 0 8px;
}
.order_history .filter label:first-child {
  margin-left: 0;
}
.order_history .filter .datepicker {
  display: inline-block;
}
.order_history .filter .period_to {
  margin-left: 2px;
}
.order_history .filter .title {
  font-size: 18px;
}
.order_history .filter .reset {
  color: #7a8894;
  font-size: 13px;
  margin: 3px 0 0 0;
  display: block;
}
.order_history .filter .row {
  padding: 11px 17px 11px 14px;
}
.order_history .filter .row + .row {
  border-top: 1px solid #fff;
}
.order_history .filter .row_right {
  float: right;
}
.order_history .filter .row_left {
  float: left;
  padding-top: 6px;
}
.order_history .filter .row_left .period {
  margin-right: 10px;
}
.order_history .filter .row_left .period:hover {
  color: black;
}
.order_history .filter .input_text_wg {
  width: 77px;
}
.order_history .filter .submit {
  margin: 0 0 0 8px;
  vertical-align: middle;
}
.order_history .filter .options {
  margin: 0 0 0 10px;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
}
.order_history .filter .options .checkbox {
  float: left;
  margin: 0 0 0 10px;
}
.order_history .head {
  padding: 20px 18px 23px 14px;
  position: relative;
}
.order_history .head .sort {
  display: inline-block;
  position: relative;
  vertical-align: top;
}
.order_history .head .sort > .title {
  color: #0095a9;
  font-size: 14px;
  text-decoration: none;
  border-bottom: 1px dashed #b2b2b2;
  display: block;
  outline: none;
}
.order_history .head .sort .close {
  background: url('/static/css/../img/sprite.png?1430907283') no-repeat 0 -87px;
  width: 19px;
  height: 18px;
  position: absolute;
  right: 7px;
  top: 8px;
  outline: none;
}
.order_history .head .sort .popup_sort {
  display: none;
}
.order_history .head .sort.active {
  background: #fff;
  border: 2px solid #7a8894;
  border-radius: 2px;
  margin-left: 14px;
  position: absolute;
  padding: 0 2px 0 3px;
  top: 9px;
  right: 0;
  z-index: 3;
}
.order_history .head .sort.active .popup_sort {
  display: block;
}
.order_history .head .sort.active > .title {
  color: #000;
  border: none;
  padding: 9px 47px 7px 5px;
  cursor: default;
}
.order_history .head .sort .options {
  list-style: none;
  border-top: 1px solid #e1e8ee;
  padding: 14px 12px 16px;
}
.order_history .head .items_found {
  font-size: 15px;
}
.order_history .order_list {
  border: 1px solid #adb8c0;
  border-collapse: collapse;
  font-size: 13px;
  width: 100%;
}
.order_history .order_list td {
  border: 1px solid #adb8c0;
  padding: 13px 10px;
}
.order_history .order_list thead th, .order_history .order_list thead td {
  background: #e1e8ee;
  border: 1px solid #adb8c0;
  color: #566571;
  padding: 8px 11px 12px;
  text-align: center;
  vertical-align: middle;
}
.order_history .order_list thead th:nth-child(1), .order_history .order_list thead td:nth-child(1) {
  width: 14%;
}
.order_history .order_list thead th:nth-child(3), .order_history .order_list thead td:nth-child(3) {
  width: 11%;
}
.order_history .order_list thead th:nth-child(4), .order_history .order_list thead td:nth-child(4) {
  width: 8%;
}
.order_history .order_list thead th:nth-child(5), .order_history .order_list thead td:nth-child(5) {
  width: 11%;
}
.order_history .order_list thead th:nth-child(6), .order_history .order_list thead td:nth-child(6) {
  width: 13%;
}
.order_history .order_list thead th:nth-child(7), .order_history .order_list thead td:nth-child(7) {
  width: 18%;
}
.order_history .order_list .keys {
  margin: 8px 0 0 0;
}
.order_history .order_list .item .name {
  font-size: 16px;
  margin: 0 0 5px 0;
}
.order_history .order_list .item .green {
  color: #009900;
}
.order_history .order_list .item .platform {
  color: #566571;
  font-size: 11px;
  margin: 5px 0 0 0;
}
.order_history .order_list .item .price, .order_history .order_list .item .count, .order_history .order_list .item .sum {
  font-size: 16px;
  text-align: center;
}
.order_history .order_list .total {
  font-size: 16px;
  line-height: 16px;
  text-align: right;
}
.order_history .order_list .list_desc li {
  margin: 0 0 5px 0;
}
.order_history .order_list .links li {
  margin: 0 0 5px 0;
}
.order_history .user_bns {
  position: relative;
  overflow: hidden;
  padding-top: 19px;
  font-size: 15px;
  line-height: 1.2;
  border-bottom: 1px solid #e1e8ee;
  padding-bottom: 7px;
  margin-bottom: 6px;
}
.order_history .user_bns .col {
  width: 288px;
  float: left;
}
.order_history .user_bns .col:nth-child(1) {
  padding-right: 8px;
}
.order_history .user_bns .col:nth-child(2) {
  padding-left: 8px;
  padding-right: 8px;
  width: 280px;
}
.order_history .user_bns .col:nth-child(3) {
  padding-left: 16px;
  width: 280px;
}
.order_history .user_bns .col .colin {
  padding-bottom: 13px;
}
.order_history .user_bns .big {
  font-size: 18px;
}
.order_history .bonus_report .block_title {
  font-size: 24px;
  display: inline-block;
  padding-top: 5px;
}
.order_history .bonus_report .hide {
  float: right;
  margin: 14px 17px;
}
.order_history .bonus_report .filter {
  margin-top: 17px;
}
.order_history .bonus_report table {
  border: 1px solid #adb8c0;
  width: 100%;
  font-size: 15px;
}
.order_history .bonus_report table thead {
  background: #e1e8ee;
}
.order_history .bonus_report table thead td {
  border: 0;
  font-size: 15px;
  color: #566571;
  padding: 10px 12px 10px;
}
.order_history .bonus_report table thead td:nth-child(3), .order_history .bonus_report table thead td:nth-child(4) {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.order_history .bonus_report table td {
  padding: 6px 8px 8px;
}
.order_history .bonus_report table tbody td {
  border-top: 1px solid #adb8c0;
}
.order_history .bonus_report table tbody td:nth-child(1) {
  width: 97px;
}
.order_history .bonus_report table tbody td:nth-child(2) {
  width: 87px;
}
.order_history .bonus_report table tbody td:nth-child(3), .order_history .bonus_report table tbody td:nth-child(4) {
  font-size: 18px;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  width: 180px;
}
.order_history .bonus_report table tbody td:nth-child(4) {
  width: 204px;
}
.order_history .bonus_report table tbody tr:last-child td {
  font-size: 18px;
  width: auto;
  padding-top: 12px;
  padding-bottom: 13px;
}
.order_history .bonus_report table tbody tr:last-child td:nth-child(2) {
  text-align: center;
}
.order_history .keys_list {
  border: 1px solid #adb8c0;
  border-collapse: collapse;
  font-size: 15px;
  width: 100%;
  margin-top: 27px;
  margin-bottom: 25px;
}
.order_history .keys_list td {
  padding: 12px 0 14px 0;
  border-bottom: 1px solid #adb8c0;
}
.order_history .keys_list td:nth-child(1) {
  padding-left: 15px;
  width: 512px;
}
.order_history .keys_list td:nth-child(2) {
  padding-left: 23px;
  padding-right: 10px;
  line-height: 1.2;
}
.order_history .keys_list td:nth-child(3) {
  padding-right: 21px;
  width: 130px;
  text-align: right;
}
.order_history .keys_list .title {
  font-size: 18px;
  padding-bottom: 10px;
}
.order_history .keys_list .key_no {
  color: #009900;
}
.order_history .keys_list .key_img, .order_history .keys_list .key_no {
  padding-left: 6px;
}
.order_history .keys_list .manual {
  padding-top: 5px;
}
.order_history .keys_list .order_date .time {
  padding-left: 13px;
}
.order_history .bottom .pager {
  margin: 20px 11px 3px 0;
}
.order_history .list_desc {
  color: #566571;
  text-align: left;
  font-size: 13px;
}
.order_history .list_desc li {
  position: relative;
  padding: 0 0 0 12px;
}
.order_history .list_desc li:before {
  content: " ";
  background: url('/static/css/../img/sprite.png?1430907283') no-repeat 0 -58px;
  width: 9px;
  height: 11px;
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
}
.order_history .list_desc li.green {
  color: #009900;
}
.order_history .list_desc li.green:before {
  background-position: 0 -125px;
}
.order_history .list_desc li.red {
  color: #cc0000;
  padding: 0;
}
.order_history .list_desc li.red:before {
  background: none;
}

.add_funds_popup {
  font-size: 15px;
  line-height: 1.2;
  padding: 20px 16px 17px;
  width: 334px;
}
.add_funds_popup .bb {
  padding-top: 19px;
  font-size: 18px;
}
.add_funds_popup .radio label {
  font-size: 15px;
  color: black;
}
.add_funds_popup .radio_fields {
  padding-top: 11px;
  padding-left: 6px;
  border-bottom: 2px solid #e1e8ee;
  padding-bottom: 7px;
  margin-bottom: 16px;
}
.add_funds_popup .radio_fields .field {
  padding-bottom: 12px;
}
.add_funds_popup .stat {
  padding-bottom: 15px;
  color: #009900;
}

.invite_friend_popup {
  font-size: 15px;
  line-height: 1.2;
  padding: 20px 16px 17px;
  width: 334px;
}
.invite_friend_popup .email {
  padding: 13px 0 10px;
}
.invite_friend_popup .email input {
  width: 262px;
}
.invite_friend_popup .comment {
  padding: 0 0 15px;
}
.invite_friend_popup textarea.input_text_wg {
  width: 316px;
  height: 85px;
  margin-top: 5px;
  resize: vertical;
}

.invite_bday_popup {
  font-size: 15px;
  line-height: 1.2;
  padding: 19px 16px 17px;
  width: 394px;
}
.invite_bday_popup .datep {
  font-size: 14px;
  padding: 20px 0 25px;
}
.invite_bday_popup .datep .select2-container {
  margin-left: 4px;
  margin-right: 8px;
}
.invite_bday_popup .remark {
  font-size: 13px;
  color: #566571;
  border-top: 2px solid #e1e8ee;
  padding-top: 13px;
  margin-top: 26px;
  padding-bottom: 2px;
}

.fancybox_popup_remove {
  padding: 15px 28px 19px 18px;
  width: 260px;
  font-size: 15px;
  line-height: 1.2;
}
.fancybox_popup_remove .fancybox-skin {
  border-radius: 4px;
}
.fancybox_popup_remove .tred {
  padding-top: 18px;
  padding-bottom: 16px;
  color: #cc0000;
}
.fancybox_popup_remove .button.red {
  float: right;
}

/************************************************************************************************************* personal cabinet keys */
.last_order {
  border: 2px solid #7a8894;
  border-radius: 4px;
  margin: 24px 0 0 0;
  padding: 19px 19px 1px 17px;
  position: relative;
}
.last_order .close {
  background: url('/static/css/../img/sprite.png?1430907283') no-repeat 0 -87px;
  width: 19px;
  height: 18px;
  position: absolute;
  right: 9px;
  top: 10px;
}
.last_order .title {
  font-size: 24px;
  line-height: 24px;
  margin: 0 0 10px 0;
  display: inline-block;
  vertical-align: top;
}
.last_order .top {
  font-size: 15px;
  margin: 0 0 21px 0;
  width: 100%;
}
.last_order .top td, .last_order .top th {
  vertical-align: middle;
}
.last_order .top .keys {
  margin: 1px 0 0 0;
}
.last_order .top .info td {
  padding: 0 5px 0 0;
}
.last_order .items {
  font-size: 15px;
  border-collapse: collapse;
  margin: 0 0 14px 0;
}
.last_order .items td, .last_order .items th {
  border: 1px solid #aeb9bf;
  text-align: center;
}
.last_order .items td {
  padding: 10px 13px 11px;
}
.last_order .items thead th, .last_order .items thead td {
  background: #e1e8ee;
  border: 1px solid #adb8c0;
  color: #566571;
  padding: 8px 11px 12px;
  text-align: center;
  vertical-align: middle;
}
.last_order .items thead th:nth-child(2), .last_order .items thead td:nth-child(2) {
  width: 14%;
}
.last_order .items thead th:nth-child(3), .last_order .items thead td:nth-child(3) {
  width: 10%;
}
.last_order .items thead th:nth-child(4), .last_order .items thead td:nth-child(4) {
  width: 14%;
}
.last_order .items thead th:nth-child(5), .last_order .items thead td:nth-child(5) {
  width: 15%;
}
.last_order .items tbody td:nth-child(1) {
  text-align: left;
}
.last_order .items tbody td:nth-child(2), .last_order .items tbody td:nth-child(3), .last_order .items tbody td:nth-child(4) {
  font-size: 18px;
}
.last_order .items tfoot {
  font-size: 18px;
}
.last_order .items tfoot td {
  border: none;
  text-align: right;
}
.last_order .items .img {
  margin: 7px 0 0 0;
}
.last_order .items .img + .wrap {
  margin-left: 122px;
}
.last_order .items .name {
  font-size: 18px;
  margin: 0 0 4px 0;
}
.last_order .items .name a {
  color: #0086a3;
}
.last_order .items .type {
  color: #010101;
}
.last_order .items .price {
  font-size: 18px;
}
.last_order .items .activation {
  margin: 8px 0 0 0;
}
.last_order .items .green {
  color: #009900;
}
.last_order .list_desc {
  font-size: 15px;
}
.last_order .list_desc li:before {
  top: 4px;
}

/************************************************************************************************************* search filter */
.search_filter {
  margin: 15px 11px 19px 13px;
  padding: 0;
  position: relative;
}
.search_filter .activation {
  min-height: 44px;
}
.search_filter .button {
  margin: 0 27px 0 4px;
  vertical-align: middle;
}
.search_filter .platforms {
  border: 0;
  padding: 0;
}
.search_filter + .pager {
  bottom: 31px;
}
.search_filter .form_title {
  font-size: 18px;
  color: #566571;
  padding-right: 10px;
}
.search_filter .clear_filter {
  margin-right: 43px;
}
.search_filter .sort {
  margin: 6px 0 0 19px;
}
.search_filter .input_text {
  vertical-align: middle;
  width: 455px;
  color: #333333;
  font-size: 16px;
}
.search_filter .row {
  padding: 11px 23px 10px 16px;
}
.search_filter .row.first_row {
  background-color: #cbd7e2;
  padding: 10px 23px 10px 16px;
}
.search_filter .row.first_row + .row {
  border-top: 0;
}
.search_filter .sel_platform {
  margin-left: 78px;
}
.search_filter .sel_activation {
  margin-left: 181px;
}
.search_filter .pager {
  position: absolute;
  bottom: 7px;
  right: 0;
}

/************************************************************************************************************* FOOTER */
.container {
  margin-bottom: -145px;
}

.push {
  height: 145px;
}

.footer_out {
  background: #424c55;
  border-top: 2px solid #61bcbd;
  height: 143px;
  min-width: 1256px;
}

.footer {
  width: 1216px;
  padding: 0 20px;
  margin: 0 auto;
  color: #7a8894;
  position: relative;
  font-size: 13px;
}
.footer a {
  color: #66cccc;
}
.footer .weon_inet {
  position: absolute;
  left: 33px;
  top: 24px;
}
.footer .weon_inet ul {
  padding-top: 10px;
  padding-left: 2px;
}
.footer .weon_inet ul li {
  float: left;
  padding-right: 5px;
}
.footer .payment_methods {
  position: absolute;
  left: 337px;
  top: 24px;
}
.footer .payment_methods ul {
  padding-top: 8px;
  padding-left: 1px;
}
.footer .payment_methods ul li {
  float: left;
  padding-right: 8px;
  height: 30px;
  line-height: 30px;
}
.footer .payment_methods ul li img {
  vertical-align: middle;
}
.footer .assoc {
  position: absolute;
  left: 631px;
  top: 28px;
}
.footer .assoc ul {
  border-left: 1px solid #58656e;
  line-height: 1;
  padding-left: 10px;
}
.footer .assoc ul li {
  padding-top: 12px;
}
.footer .assoc ul li:first-child {
  padding-top: 0;
}
.footer .copyright {
  position: absolute;
  left: 946px;
  top: 26px;
}

/************************************************************************************************************* other */
.support {
  background: #cc0033;
  border-radius: 4px;
  color: #fff;
  display: block;
  font-size: 20px;
  margin: 22px 0 0 0;
  padding: 10px 20px 15px;
  text-decoration: none;
}

.help {
  margin: 24px 0 0 0;
}

/* warranty page *****************************************************************************************************/
.warranty_page .warr_description {
  position: relative;
  overflow: hidden;
  margin-bottom: 35px;
  padding-top: 5px;
}
.warranty_page .warr_description h3 {
  margin-bottom: 19px;
  margin-top: 11px;
}
.warranty_page .warr_description img {
  float: right;
  margin-left: 28px;
  margin-right: 39px;
  margin-top: 1px;
}

.cf_text {
  font-size: 18px;
  text-align: center;
  width: 685px;
  margin: 0 auto 20px;
}
.cf_text a {
  color: #006699;
}
.cf_text a:hover {
  color: #36b8d4;
}

.addit_desc {
  background-color: #e1e8ee;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 24px;
}
.addit_desc .add_header {
  background-color: #2897a4;
  border-bottom: 2px solid white;
  height: 97px;
  color: white;
}
.addit_desc .add_header .add_title {
  background-color: #42b8c8;
  float: left;
  height: 97px;
  line-height: 87px;
  font-size: 20px;
  margin-right: 32px;
  position: relative;
  padding: 0 46px 0 22px;
}
.addit_desc .add_header .add_title .add_title_in {
  line-height: 1.2;
  vertical-align: middle;
  display: inline-block;
}
.addit_desc .add_header .add_title::before {
  content: "";
  background: url('/static/css/../img/arrows.png?1430339862') no-repeat left -154px;
  width: 32px;
  height: 97px;
  position: absolute;
  right: -32px;
  top: 0;
}
.addit_desc .add_header .add_announce {
  position: relative;
  overflow: hidden;
  font-size: 15px;
  line-height: 94px;
  height: 97px;
  padding: 0 29px;
}
.addit_desc .add_header .add_announce .add_announce_in {
  line-height: 1.2;
  vertical-align: middle;
  display: inline-block;
}
.addit_desc .add_content {
  padding: 20px 23px 24px;
}
.addit_desc .add_content .add_cont_title {
  font-size: 20px;
  padding-bottom: 9px;
}
.addit_desc .add_content ul {
  padding: 0;
  margin-top: 18px;
  margin-bottom: 18px;
}
.addit_desc .add_content ul li {
  margin-top: 6px;
  text-indent: 13px;
}
.addit_desc .add_content ul li:first-child {
  margin-top: 0;
}
.addit_desc .add_content ul li::before {
  background: black;
  border-radius: 50%;
  left: 0;
  top: 18px;
}
.addit_desc .add_content ul li:first-child::before {
  top: 6px;
}
.addit_desc .add_content ul li::after {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
}
.addit_desc .add_content .rem {
  border-top: 1px solid white;
  margin-top: 24px;
  padding-top: 17px;
  font-size: 13px;
  color: #566571;
}
.addit_desc .add_content .rem .error {
  font-weight: bold;
}

.icon_webmoney {
  background: url('/static/css/../img/icon__webmoney.png?1430339862') no-repeat left top;
  width: 35px;
  height: 34px;
  display: inline-block;
}

.icon_yandex {
  background: url('/static/css/../img/icon__yandex_money.png?1430339862') no-repeat left top;
  width: 28px;
  height: 28px;
  display: inline-block;
}

.advantages_tiles {
  position: relative;
  overflow: hidden;
  margin-bottom: 8px;
}
.advantages_tiles .at_item {
  background-color: #e1e8ee;
  width: 280px;
  border-radius: 5px;
  float: left;
  margin-bottom: 24px;
  margin-left: 24px;
}
.advantages_tiles .at_item:nth-child(3n+1) {
  margin-left: 0;
}
.advantages_tiles .at_item .at_header {
  height: 75px;
  line-height: 68px;
  width: 249px;
  position: relative;
  border-radius: 5px 0 0 0;
  border-bottom: 2px solid white;
  font-size: 18px;
}
.advantages_tiles .at_item .at_header.font_min {
  font-size: 15px;
}
.advantages_tiles .at_item .at_header::before {
  content: "";
  width: 26px;
  height: 77px;
  position: absolute;
  right: -26px;
  top: 0;
  background: url('/static/css/../img/arrows.png?1430339862') no-repeat;
}
.advantages_tiles .at_item .at_header.color__dark_gray {
  background-color: #566571;
}
.advantages_tiles .at_item .at_header.color__dark_gray::before {
  background-position: 0 0;
}
.advantages_tiles .at_item .at_header.color__light_gray {
  background-color: #818f9b;
}
.advantages_tiles .at_item .at_header.color__light_gray::before {
  background-position: 0 -77px;
}
.advantages_tiles .at_item .at_header.color__green {
  background-color: #89c925;
}
.advantages_tiles .at_item .at_header.color__green::before {
  background-position: -26px 0;
}
.advantages_tiles .at_item .at_header.color__blue {
  background-color: #42b8c8;
}
.advantages_tiles .at_item .at_header.color__blue::before {
  background-position: -26px -77px;
}
.advantages_tiles .at_item .at_header .at_title {
  position: relative;
  overflow: hidden;
}
.advantages_tiles .at_item .at_header .at_title_in {
  line-height: 1.2;
  vertical-align: middle;
  display: inline-block;
  color: white;
  padding: 0 20px;
}
.advantages_tiles .at_item .at_header .at_icon_wr {
  height: 75px;
  float: right;
  line-height: 71px;
  position: relative;
  right: -6px;
}
.advantages_tiles .at_item .at_header .at_icon_wr .at_icon {
  vertical-align: middle;
}
.advantages_tiles .at_item .at_content {
  padding: 15px 12px 28px 20px;
}
.advantages_tiles .at_item .at_content .at_link {
  margin-top: 18px;
  text-decoration: underline;
  color: #006699;
  display: list-item;
  list-style: none;
}
.advantages_tiles .at_item .at_content .at_link:hover {
  color: #36b8d4;
}

.pay_status_block {
  text-align: center;
  margin-bottom: 21px;
  padding-top: 21px;
}
.pay_status_block h3 {
  margin: 20px 0 16px 0;
  font-size: 24px;
}
.pay_status_block .tabs {
  margin-top: 0;
  margin-bottom: 25px;
}
.pay_status_block .pay_status {
  height: 60px;
  line-height: 54px;
  display: inline-block;
  font-size: 22px;
  color: white;
  position: relative;
  margin: 15px 18px 14px;
  padding: 0 49px;
}
.pay_status_block .pay_status::before {
  content: "";
  background: url('/static/css/../img/arrows.png?1430339862') no-repeat;
  width: 18px;
  height: 60px;
  position: absolute;
  left: -18px;
}
.pay_status_block .pay_status::after {
  content: "";
  background: url('/static/css/../img/arrows.png?1430339862') no-repeat;
  width: 18px;
  height: 60px;
  position: absolute;
  right: -18px;
}
.pay_status_block .pay_status.ps_false {
  background-color: #cc0000;
}
.pay_status_block .pay_status.ps_false::before {
  background-position: 0 -251px;
}
.pay_status_block .pay_status.ps_false::after {
  background-position: -18px -251px;
}
.pay_status_block .pay_status.ps_true {
  background-color: #98d33c;
  padding: 0 30px;
}
.pay_status_block .pay_status.ps_true::before {
  background-position: 0 -311px;
}
.pay_status_block .pay_status.ps_true::after {
  background-position: -18px -311px;
}
.pay_status_block .pay_rem {
  font-size: 15px;
  color: #cc0000;
  margin-bottom: 28px;
}
.pay_status_block .pay_rem .pay_rem_in {
  display: inline-block;
  width: 485px;
}

.causes_tiles {
  position: relative;
  overflow: hidden;
  font-size: 15px;
  margin-bottom: 9px;
}
.causes_tiles .ct_item {
  float: left;
  width: 280px;
  background-color: #e1e8ee;
  border-radius: 5px;
  margin-bottom: 24px;
  margin-left: 24px;
}
.causes_tiles .ct_item:nth-child(3n+1) {
  margin-left: 0;
}
.causes_tiles .ct_item .ct_item_in {
  padding: 18px 20px 25px 20px;
}
.causes_tiles .ct_item .ct_title {
  font-size: 18px;
  padding-bottom: 18px;
}
.causes_tiles a {
  color: #006699;
}
.causes_tiles a:hover {
  color: #36b8d4;
}

.login_right {
  border: 1px solid #d6dbdf;
  border-radius: 4px;
  margin-bottom: 15px;
}
.login_right .lr_inner {
  padding: 19px 17px 22px;
}
.login_right .title {
  font-size: 18px;
  margin-bottom: 20px;
}
.login_right .lr_social {
  margin-bottom: 19px;
}
.login_right table td:first-child {
  padding: 0 10px 11px 0;
}
.login_right .input_text_wg {
  width: 147px;
}
.login_right .checkbox_left {
  margin-top: 17px;
}
.login_right .op_password {
  margin-top: 8px;
  margin-bottom: 16px;
  font-size: 15px;
}

.m_rem {
  font-size: 13px;
  color: #566571;
  margin-bottom: 13px;
  padding: 0 12px 0 21px;
}

.whattodo_tiles {
  font-size: 15px;
  margin-bottom: 9px;
  text-align: center;
  padding-bottom: 11px;
}
.whattodo_tiles .wt_separator {
  float: left;
  font-size: 18px;
  color: #98a7b3;
  padding: 0 24px;
}
.whattodo_tiles .wt_item {
  float: left;
  width: 380px;
  background-color: #e6f5ca;
  border-radius: 5px;
  height: 206px;
  position: relative;
}
.whattodo_tiles .wt_item .wt_item_in {
  padding: 18px 20px 25px 27px;
}
.whattodo_tiles .wt_item .wt_title {
  font-size: 18px;
  padding-bottom: 18px;
}
.whattodo_tiles .wt_item::before {
  content: "";
  position: absolute;
  top: -30px;
  width: 18px;
  height: 18px;
}
.whattodo_tiles .wt_item:first-child::before {
  background: url('/static/css/../img/arrow_bl.png?1430339862');
  right: 34px;
}
.whattodo_tiles .wt_item:last-child::before {
  background: url('/static/css/../img/arrow_br.png?1430339862');
  left: 34px;
}
.whattodo_tiles a {
  color: #2e9500;
  text-decoration: none;
}
.whattodo_tiles a:hover {
  color: #006699;
  text-decoration: underline;
}
.whattodo_tiles .wtt_in {
  display: inline-block;
  text-align: left;
  padding-top: 21px;
}
.whattodo_tiles .wt_desc p {
  margin-bottom: 14px;
}

.additions {
  border-top: 1px solid #e1e8ee;
  padding-top: 9px;
  border-bottom: 1px solid #e1e8ee;
  padding-bottom: 14px;
  margin-bottom: 31px;
}
.additions h3 {
  font-size: 24px;
  margin: 15px 0 15px;
}
.additions p {
  padding-bottom: 18px;
}

/* interview **********************************************************************************************************/
.interview {
  margin: 30px 0;
}
.interview .title {
  display: block;
  font-size: 16px;
  margin: 10px 0;
}
.interview .items {
  margin: 10px 0;
}
.interview .items .item {
  color: #0095a9;
  font-size: 14px;
  margin: 5px 0 0 10px;
}
.interview .buttons {
  margin: 10px 0 0 0;
}
.interview .buttons .result_link {
  display: inline-block;
  margin: 0 0 0 15px;
}

/**********************************************************************************************************************/
.page_right_wide {
  position: relative;
  float: right;
  width: 380px;
  padding-right: 12px;
  margin-left: 23px;
}

.user_panel {
  height: 52px;
  background-color: #333e48;
  border-top: 1px solid #212932;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.2);
  z-index: 110;
}
.user_panel .user_panel_in {
  height: 52px;
  width: 1236px;
  border-left: 1px solid #414c54;
  border-right: 1px solid #414c54;
  margin: 0 auto;
  position: relative;
}
.user_panel .user_panel_in .up_list {
  float: right;
}
.user_panel .user_panel_in .up_support {
  padding: 16px 0 0 22px;
  font-size: 15px;
  color: #66cccc;
  display: inline-block;
}

.up_list .up_item {
  height: 52px;
  line-height: 50px;
  float: left;
  font-size: 15px;
  padding: 0 21px 0 16px;
  border-left: 1px solid #414c54;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
.up_list .up_item .up_title {
  float: left;
  color: white;
  padding-right: 19px;
}
.up_list .up_item .up_title .up_icon {
  vertical-align: middle;
  position: relative;
  margin: 0 6px 0 0;
  top: -1px;
}
.up_list .up_item .up_value {
  float: right;
  color: #66cccc;
}
.up_list .up_item .up_value .up_value_in {
  line-height: 1.3;
  vertical-align: middle;
  display: inline-block;
}
.up_list .up_item .up_value.null {
  color: #7a8894;
}
.up_list .up_item.basket .up_value {
  font-size: 14px;
}
.up_list .up_item:hover {
  background-color: #68d2e0;
}
.up_list .up_item:hover .up_value {
  color: #22272e;
}

.up_icon {
  background: url('/static/css/../img/user_panel.png?1430339862') no-repeat 0 0;
  display: inline-block;
}
.up_icon.basket {
  width: 23px;
  height: 23px;
  background-position: 0 0;
}
.up_icon.bonuses {
  width: 18px;
  height: 18px;
  background-position: 0 -23px;
}
.up_icon.wallet {
  width: 18px;
  height: 20px;
  background-position: 0 -41px;
}
.up_icon.star {
  width: 21px;
  height: 20px;
  background-position: 0 -61px;
}

.countdown {
  position: absolute;
  right: 36px;
  top: 16px;
  text-align: center;
}
.countdown .countdown_title {
  font-size: 13px;
  color: #46afbd;
}
.countdown .countdown_in {
  position: relative;
  overflow: hidden;
  padding-top: 9px;
}
.countdown .countdown_item {
  float: left;
  text-align: center;
  margin-left: 9px;
  position: relative;
}
.countdown .countdown_item .cd_square {
  width: 36px;
  height: 30px;
  line-height: 30px;
  background-color: #414c54;
  font-size: 18px;
  text-align: center;
  color: white;
  box-shadow: inset 0 -1px 0 #252525;
}
.countdown .countdown_item .cd_title {
  font-size: 11px;
  color: #566571;
  padding-top: 4px;
}
.countdown .countdown_item::before {
  content: ":";
  font-size: 14px;
  color: #566571;
  position: absolute;
  left: -8px;
  top: 5px;
}
.countdown .countdown_item:first-child {
  margin-left: 0;
}
.countdown .countdown_item:first-child::before {
  content: "";
}

.scroll_to_top {
  display: none;
  background: url('/static/css/../img/scroll_to_top.png?1430339862');
  position: fixed;
  bottom: 65px;
  width: 58px;
  height: 58px;
  line-height: 32px;
  cursor: pointer;
  right: 50%;
  margin-right: -681px;
}

/**********************************************************************************************************************/
.page_center_cols {
  position: relative;
  overflow: hidden;
}

.pcc_right {
  position: relative;
  float: right;
  margin-left: 24px;
  width: 280px;
}

.pcc_left {
  position: relative;
  float: left;
}

.pcc_center {
  position: relative;
  overflow: hidden;
}

.simply_list {
  margin-bottom: 19px;
}
.simply_list .title {
  color: black;
  font-size: 18px;
  margin-bottom: 11px;
  line-height: 1;
}
.simply_list .sl_item {
  margin-top: 3px;
}

.cusselect {
  position: relative;
}
.cusselect .title {
  color: #0095a9;
  text-decoration: none;
  border-bottom: 1px dashed #9da2a6;
  display: block;
  outline: none;
  cursor: pointer;
}
.cusselect .cuspopup {
  display: none;
  position: absolute;
  background: white;
  border: 2px solid #7a8894;
  border-radius: 2px;
  left: -10px;
  top: -9px;
  padding: 7px 8px 7px 8px;
  z-index: 3;
  min-width: 100%;
}
.cusselect .cuspopup .close {
  background: url('/static/css/../img/sprite.png?1430907283') no-repeat 0 -87px;
  width: 19px;
  height: 18px;
  position: absolute;
  right: 7px;
  top: 6px;
  outline: none;
  cursor: pointer;
}
.cusselect .cuspopup .popup_title {
  border-bottom: 1px solid #e1e8ee;
  padding-bottom: 8px;
}
.cusselect.active .cuspopup {
  display: block;
}

.sel_activation li, .sel_platform li {
  line-height: 41px;
  padding-left: 2px;
  white-space: nowrap;
  padding-right: 8px;
}
.sel_activation li.all, .sel_platform li.all {
  border-bottom: 1px solid #e1e8ee;
  line-height: 39px;
  margin-bottom: 3px;
}
.sel_activation .activation_icon, .sel_platform .activation_icon {
  margin-top: -3px;
}
.sel_activation .activation_icon.steam, .sel_platform .activation_icon.steam {
  margin-top: -5px;
}
.sel_activation .activation_icon.battlenet, .sel_platform .activation_icon.battlenet {
  margin-left: -6px;
}
.sel_activation .activation_icon.origin, .sel_platform .activation_icon.origin {
  margin-left: -2px;
}
.sel_activation .activation_icon .uplay, .sel_platform .activation_icon .uplay {
  margin-left: -1px;
}
.sel_activation .activation_icon.psn, .sel_platform .activation_icon.psn {
  margin-top: -6px;
}
.sel_activation .activation_icon.itunes, .sel_platform .activation_icon.itunes {
  margin-top: -5px;
  margin-left: 3px;
}
.sel_activation .checkbox label, .sel_platform .checkbox label {
  padding-left: 26px;
}

.price_range {
  color: #566571;
}
.price_range .price_range_in {
  position: relative;
  height: 5px;
  background-color: rgba(101, 183, 193, 0.5);
  width: 190px;
  margin: 0 19px 10px 12px;
}
.price_range .price_range_in .ui-slider-range {
  position: absolute;
  height: 100%;
  background-color: #65b7c1;
}
.price_range .price_range_in .ui-slider-handle {
  width: 8px;
  height: 14px;
  background-color: #0086a3;
  position: absolute;
  top: 10px;
  margin-left: -4px;
  cursor: pointer;
}
.price_range .price_range_in .ui-slider-handle::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 4px 5px 4px;
  border-color: transparent transparent #0086a3 transparent;
  position: absolute;
  top: -5px;
  left: 0;
}
.price_range .input_text_wg {
  width: 57px;
  margin-right: 5px;
  color: #0095a9;
}

.search_result {
  padding-bottom: 19px;
  margin-bottom: 23px;
  border-bottom: 1px solid #e1e8ee;
}

.distrib_game_block {
  border: 2px solid #e1e8ee;
  background-color: #e1e8ee;
  border-radius: 9px;
  margin-bottom: 25px;
  display: block;
  text-decoration: none;
  color: black;
  padding: 14px 14px 22px 22px;
  margin-top: 17px;
}
.distrib_game_block:hover {
  border-color: #44adbb;
  background-color: white;
}
.distrib_game_block .title {
  color: #44adbb;
  font-size: 20px;
  text-decoration: underline;
}
.distrib_game_block .img {
  margin-top: 22px;
}
.distrib_game_block .img img {
  vertical-align: bottom;
}
.distrib_game_block .right {
  width: 245px;
}
.distrib_game_block .type {
  color: #339900;
  font-size: 15px;
  margin: 7px 0 41px;
  min-height: 19px;
  text-align: center;
}
.distrib_game_block .countdown {
  float: right;
  position: relative;
  top: 0;
  left: auto;
  right: auto;
  width: 228px;
  margin-top: 7px;
  margin-bottom: 35px;
}
.distrib_game_block .countdown .countdown_in {
  display: inline-block;
}
.distrib_game_block .members {
  text-align: center;
  margin-top: 7px;
  font-size: 13px;
}
.distrib_game_block .members .mcount {
  font-size: 18px;
}

.finished-distribution {
  display: block;
  width: 100%;
}
.finished-distribution_title {
  display: block;
  margin: 0 0 13px 0;
  color: #000;
  font-size: 20px;
}
.finished-distribution_item {
  display: table;
  width: 100%;
  border-collapse: separate;
  margin: 24px 0 0 0;
}
.finished-distribution_item:first-child {
  margin-top: 0;
}
.finished-distribution_item:hover .finished-distribution_cell__img {
  border-color: #44adbb;
  -moz-box-shadow: inset 1px 0 0 0 #44adbb, inset 0 1px 0 0 #44adbb, inset 0 -1px 0 #44adbb;
  -webkit-box-shadow: inset 1px 0 0 0 #44adbb, inset 0 1px 0 0 #44adbb, inset 0 -1px 0 #44adbb;
  box-shadow: inset 1px 0 0 0 #44adbb, inset 0 1px 0 0 #44adbb, inset 0 -1px 0 #44adbb;
}
.finished-distribution_item:hover .finished-distribution_cell__info {
  border-color: #44adbb;
  -moz-box-shadow: inset 0 1px 0 0 #44adbb, inset 0 -1px 0 #44adbb;
  -webkit-box-shadow: inset 0 1px 0 0 #44adbb, inset 0 -1px 0 #44adbb;
  box-shadow: inset 0 1px 0 0 #44adbb, inset 0 -1px 0 #44adbb;
}
.finished-distribution_item:hover .finished-distribution_cell__winner {
  background: #44adbb;
}
.finished-distribution_item:hover .finished-distribution_cell__caption {
  background: #56c0ce;
}
.finished-distribution_cell {
  display: table-cell;
  vertical-align: middle;
}
.finished-distribution_cell__img {
  width: 297px;
  border: 1px solid #adb8c0;
  border-right: none;
  border-radius: 4px 0 0 4px;
  padding: 11px 0 11px 11px;
}
.finished-distribution_cell__info {
  border: 1px solid #adb8c0;
  border-right: none;
  border-left: none;
  padding: 11px 11px 11px 23px;
}
.finished-distribution_cell__winner {
  width: 158px;
  position: relative;
  border: 1px solid #5c9aa2;
  border-left: none;
  border-right: none;
  padding: 0;
  background: #5c9aa2;
}
.finished-distribution_cell__caption {
  width: 32px;
  position: relative;
  background: #62b6c1;
  border-radius: 0 4px 4px 0;
}
.finished-distribution_item-img {
  display: block;
  margin: 0;
  padding: 0;
}
.finished-distribution_item-title {
  display: block;
  font-size: 20px;
  color: #000;
}
.finished-distribution_item-data {
  font-size: 13px;
  color: #566571;
  margin: 13px 0 0 0;
}
.finished-distribution_data-value {
  padding: 0 0 0 20px;
}
.finished-distribution_winner {
  position: relative;
  z-index: 2;
  text-align: center;
  margin: 15px;
  display: block;
  text-decoration: none;
  color: #fff;
}
.finished-distribution_winner-avatar {
  display: block;
}
.finished-distribution_winner-name {
  font-size: 13px;
  display: block;
}
.finished-distribution_winner-caption {
  background: url('/static/css/../img/winner.png?1443684160');
  display: block;
  width: 32px;
  height: 94px;
}
.finished-distribution_separate {
  height: 2px;
  background: #bfced4;
  width: 100%;
  display: block;
  margin: 24px 0 16px;
}

.distrib_detail_block {
  position: relative;
  overflow: hidden;
  background-color: #e1e8ee;
  margin-bottom: 26px;
  border-radius: 9px;
}
.distrib_detail_block::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background-color: #d1dce5;
  height: 100%;
  width: 393px;
}
.distrib_detail_block .right {
  width: 393px;
  position: relative;
}
.distrib_detail_block .right .rinner {
  padding: 19px 12px;
}
.distrib_detail_block .right .dtitle {
  font-size: 20px;
  padding: 0 9px 22px;
}
.distrib_detail_block .right .button.sea {
  float: right;
  margin-top: 31px;
  margin-right: 13px;
  padding: 0 21px;
}
.distrib_detail_block .overflow {
  padding: 15px 24px 13px;
  position: relative;
  overflow: hidden;
}
.distrib_detail_block .overflow .title {
  font-size: 26px;
  margin-bottom: 18px;
  padding-left: 5px;
}
.distrib_detail_block .overflow .img {
  margin-bottom: 24px;
}
.distrib_detail_block .overflow .img img {
  vertical-align: bottom;
}
.distrib_detail_block .overflow .overflow_bot {
  padding-left: 4px;
  width: 350px;
}
.distrib_detail_block .overflow .type {
  font-size: 18px;
  color: #339900;
  padding-bottom: 10px;
}
.distrib_detail_block .overflow .link {
  font-size: 15px;
}
.distrib_detail_block .overflow .members {
  font-size: 13px;
  max-width: 95px;
  text-align: center;
  float: right;
  margin: 5px 26px 0 0;
}
.distrib_detail_block .overflow .members .mcount {
  font-size: 18px;
  padding-top: 5px;
  display: inline-block;
  position: relative;
  left: -3px;
}
.distrib_detail_block .overflow .countdown {
  right: auto;
  top: auto;
  text-align: center;
  float: right;
  margin-right: 66px;
  margin-top: -9px;
  position: relative;
}
.distrib_detail_block .overflow .countdown .countdown_in {
  position: relative;
  overflow: hidden;
  padding-top: 9px;
  display: inline-block;
}
.distrib_detail_block .demands {
  font-size: 13px;
  width: 100%;
}
.distrib_detail_block .demands tr td {
  border-top: 1px solid white;
  height: 55px;
  vertical-align: middle;
  padding: 2px 19px 2px 7px;
}
.distrib_detail_block .demands tr td:first-child {
  padding-right: 0;
}
.distrib_detail_block .demands tr:last-child td {
  padding: 0;
}
.distrib_detail_block .demands .sc {
  background: white;
  height: 26px;
  line-height: 24px;
  padding-left: 9px;
  margin-top: 33px;
}
.distrib_detail_block .demands .successful {
  position: relative;
  padding-left: 27px;
}
.distrib_detail_block .demands .successful::before {
  content: '';
  width: 20px;
  height: 20px;
  background: url('/static/css/../img/sprite.png?1430907283') no-repeat -104px -118px;
  position: absolute;
  left: 0;
  top: 0;
}

.center_wrapper:before, .center_wrapper:after {
  content: " ";
  display: table;
}
.center_wrapper:after {
  clear: both;
}

.dist_detail {
  padding-left: 12px;
  padding-right: 3px;
  position: relative;
  overflow: hidden;
}
.dist_detail .title {
  background-color: #424f5a;
  font-size: 18px;
  color: white;
  padding: 14px 24px 16px;
  border-radius: 5px;
}
.dist_detail .column {
  width: 381px;
  margin-left: 24px;
  float: left;
  margin-bottom: 6px;
}
.dist_detail .column:first-child {
  margin-left: 0;
}
.dist_detail .i_area h3 {
  font-size: 20px;
  margin: 31px 0 16px 0;
}
.dist_detail .i_area h3:first-child {
  margin-top: 26px;
}
.dist_detail .i_area p {
  margin: 18px 0;
}
.dist_detail .i_area ol li {
  padding: 19px 0 0 38px;
}
.dist_detail .i_area ol li::before {
  color: black;
  left: 2px;
}
.dist_detail .likes_bl .counter {
  border-color: #eaeaea;
}
.dist_detail .likes_bl .counter::before {
  border-right-color: #eaeaea;
}

.slideshow_winners {
  background-color: #5c9aa2;
  border-radius: 5px;
  color: white;
  margin: 28px 12px 24px;
  padding: 14px 20px 11px 20px;
}
.slideshow_winners .title {
  font-size: 18px;
}
.slideshow_winners .buttons {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
}
.slideshow_winners .buttons .buts {
  background: url('/static/css/../img/slider_button.png?1430339862') no-repeat 0 0;
  display: block;
  position: absolute;
  cursor: pointer;
  outline: none;
  top: 80px;
}
.slideshow_winners .buttons .buts.next {
  right: 2px;
  width: 21px;
  height: 21px;
  background-position: -21px -209px;
}
.slideshow_winners .buttons .buts.next:hover {
  background-position: -63px -209px;
}
.slideshow_winners .buttons .buts.prev {
  left: 5px;
  width: 21px;
  height: 21px;
  background-position: 0 -209px;
}
.slideshow_winners .buttons .buts.prev:hover {
  background-position: -42px -209px;
}
.slideshow_winners .sw_inner {
  border-left: 1px solid #85b3b9;
  margin: 24px 41px 0;
  position: relative;
}
.slideshow_winners .sw_inner::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #85b3b9;
}
.slideshow_winners .sw_inner .sw_item {
  border-right: 1px solid #85b3b9;
  height: 155px;
  width: 178px;
  vertical-align: top;
  display: inline-block;
}
.slideshow_winners .sw_inner .sw_item_in {
  white-space: normal;
  text-align: center;
  color: #333e48;
  font-size: 13px;
  padding: 0 10px;
}
.slideshow_winners .sw_inner .avatar {
  margin-top: 4px;
}
.slideshow_winners .sw_inner .name {
  color: white;
  margin-top: 1px;
  min-height: 43px;
}

.game_molded {
  background-color: #e1e8ee;
  padding: 8px 11px 13px;
  border-radius: 9px;
  margin-bottom: 24px;
  border: 1px solid #8da4a9;
  *zoom: 1;
}
.game_molded:before, .game_molded:after {
  content: " ";
  display: table;
}
.game_molded:after {
  clear: both;
}
.game_molded .gh_header {
  position: relative;
  overflow: hidden;
  padding: 10px 16px 22px;
  line-height: 1.3;
}
.game_molded .gh_header .label {
  height: 21px;
  line-height: 19px;
  margin-right: 6px;
  padding: 0 5px;
  font-size: 13px;
  border-radius: 3px;
  position: relative;
  top: -5px;
  margin-top: 10px;
}
.game_molded .title {
  color: #22272e;
  font-size: 26px;
  display: inline;
}
.game_molded .type {
  display: inline-block;
  font-size: 18px;
  color: #009900;
  margin-right: 11px;
}
.game_molded .gh_left {
  width: 584px;
  float: left;
  margin-right: 25px;
}
.game_molded .gh_left .img {
  float: left;
  margin-right: 10px;
  padding-top: 24px;
}
.game_molded .gh_left .ghl_right {
  position: relative;
  overflow: hidden;
  padding-top: 24px;
}
.game_molded .gh_left .gh_price {
  height: 47px;
  padding-top: 8px;
  padding-left: 10px;
  clear: left;
  *zoom: 1;
}
.game_molded .gh_left .gh_price:before, .game_molded .gh_left .gh_price:after {
  content: " ";
  display: table;
}
.game_molded .gh_left .gh_price:after {
  clear: both;
}
.game_molded .gh_left .gh_price .gh_price_in {
  float: left;
  margin-right: 13px;
  color: #000000;
}
.game_molded .gh_left .gh_price .gh_price_in.missing {
  color: #7a8894;
  margin-right: 24px;
}
.game_molded .gh_left .gh_price .gh_price_in.missing .price {
  font-size: 24px;
  padding-top: 0;
  margin-top: -4px;
  margin-bottom: -4px;
}
.game_molded .gh_left .gh_price .gh_price_in.missing .discount_price + .price {
  padding-top: 4px;
}
.game_molded .gh_left .gh_price .discount_price {
  font-size: 16px;
  color: #7a8894;
  text-decoration: line-through;
  margin-bottom: -10px;
  padding-left: 2px;
}
.game_molded .gh_left .gh_price .price {
  font-size: 26px;
  padding-top: 4px;
}
.game_molded .gh_left .gh_price .price .curr {
  font-size: 20px;
}
.game_molded .gh_left .gh_price .button {
  margin-top: 1px;
}
.game_molded .gh_left .gh_price .coming_soon {
  font-size: 24px;
  padding-top: 6px;
  padding-right: 5px;
}
.game_molded .gh_left .gh_price .missing_text {
  font-size: 15px;
}
.game_molded .gh_left .discount_wrap {
  overflow: hidden;
  white-space: nowrap;
}
.game_molded .gh_left .discount_wrap.discount_right {
  position: absolute;
  left: 339px;
  top: 35px;
}
.game_molded .gh_left .discount_wrap.discount_left {
  padding-left: 13px;
  margin-top: -9px;
  padding-bottom: 1px;
  float: left;
}
.game_molded .gh_left .discount_wrap .discount {
  float: left;
}
.game_molded .gh_left .discount_wrap .date {
  position: relative;
  overflow: hidden;
  padding: 9px 11px;
  font-size: 13px;
  color: #55b146;
  white-space: nowrap;
  float: right;
}
.game_molded .gh_left .ghl_bonus {
  margin-top: 25px;
  padding-top: 18px;
  padding-left: 0;
  display: block;
  text-decoration: none;
  border: 2px solid transparent;
  border-radius: 10px;
  padding-bottom: 10px;
  position: relative;
}
.game_molded .gh_left .ghl_bonus::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 98%;
  background-color: #d6dbdf;
  left: 7px;
  top: -2px;
}
.game_molded .gh_left .ghl_bonus:hover {
  border-color: #8da4a9;
}
.game_molded .gh_left .ghl_bonus:hover::before {
  content: none;
}
.game_molded .gh_left .ghl_bonus .ghl_bonus_in {
  padding: 0 0 0 10px;
}
.game_molded .gh_left .ghl_bonus .ghl_bonus_left {
  margin-right: 260px;
}
.game_molded .gh_left .ghl_bonus .bonus {
  font-size: 18px;
  color: #2e9500;
}
.game_molded .gh_left .ghl_bonus .list_desc {
  padding-top: 11px;
  padding-left: 1px;
}
.game_molded .gh_left .ghl_bonus .signs {
  float: right;
  padding-top: 0;
  position: relative;
  top: -4px;
  right: -1px;
}
.game_molded .gh_left .ghl_bonus .signs .sign {
  margin-left: 5px;
}
.game_molded .gh_right {
  position: relative;
  overflow: hidden;
  padding-bottom: 5px;
}
.game_molded .gh_right .plates_bl {
  margin-bottom: 5px;
  line-height: 48px;
  position: relative;
  top: -3px;
}
.game_molded .gh_right .plates_bl .icon, .game_molded .gh_right .plates_bl .age {
  vertical-align: middle;
  margin-right: 15px;
}
.game_molded .gh_right .plates_bl .icon:last-child, .game_molded .gh_right .plates_bl .age:last-child {
  margin-right: 0;
}
.game_molded .gh_right .properties {
  color: #566571;
  font-size: 13px;
}
.game_molded .gh_right .properties a {
  color: #566571;
}
.game_molded .gh_right .properties td {
  padding-bottom: 3px;
  line-height: 16px;
}
.game_molded .gh_right .properties td:first-child {
  padding-right: 20px;
  white-space: nowrap;
}
.game_molded .connected-carousels {
  margin: 0 0 8px 0;
}
.game_molded .connected-carousels .stage {
  width: 584px;
}
.game_molded .connected-carousels .stage .item {
  height: 328px;
  width: 584px;
  line-height: 1;
}
.game_molded .connected-carousels .navigation {
  width: 584px;
  margin: 11px auto 0;
}
.game_molded .connected-carousels .carousel-navigation {
  height: 85px;
  width: 518px;
  margin: 0 35px;
}
.game_molded .connected-carousels .carousel-navigation .item .wrap {
  background-color: transparent;
}
.game_molded .connected-carousels .prev-navigation, .game_molded .connected-carousels .next-navigation {
  margin: -18px 10px 0 10px;
}
.game_molded .connected-carousels .slideshow-prev_1, .game_molded .connected-carousels .slideshow-next_1 {
  position: absolute;
  top: 142px;
}
.game_molded .connected-carousels .slideshow-prev_1 {
  left: 2px;
}
.game_molded .connected-carousels .slideshow-next_1 {
  right: 2px;
}
.game_molded .b_buy {
  margin-bottom: 12px;
}
.game_molded .b_props {
  margin-bottom: 21px;
}
.game_molded .buttons_panel .button {
  float: left;
  margin-left: 14px;
}
.game_molded .buttons_panel .button:first-child {
  margin-left: 0;
}
.game_molded .buttons_panel .button i {
  margin-right: 5px;
  position: relative;
  top: -1px;
}
.game_molded .likes_out {
  text-align: center;
}
.game_molded .b_likes {
  display: inline-block;
  padding-left: 44px;
}

.b_props {
  font-size: 13px;
  line-height: 1.4;
}
.b_props::after {
  content: '';
  display: table;
  clear: both;
}
.b_props .props_col {
  float: left;
  margin-left: 24px;
  width: 275px;
}
.b_props .props_col:first-child {
  margin-left: 0;
}
.b_props table td:first-child {
  padding-right: 3px;
}
.b_props .prop_name {
  position: relative;
  color: #576571;
  padding-right: 17px;
  overflow: hidden;
  white-space: nowrap;
}
.b_props .prop_name span {
  position: relative;
  background-color: #e1e8ee;
  padding-right: 3px;
}
.b_props .prop_name::before {
  content: '....................................................';
  position: absolute;
  right: 0;
  top: 0;
  height: 2px;
  width: 100%;
}

.b_likes:after {
  content: '';
  display: table;
  clear: both;
}
.b_likes .like {
  float: left;
  margin: 2px 3px 2px 0;
}
.b_likes .like.social-pl_1_small {
  margin: 0 3px 0 0;
}
.b_likes .counter {
  float: left;
  height: 28px;
  padding: 0 8px;
  vertical-align: middle;
  line-height: 27px;
  background-color: #eaeaea;
  border: 1px solid #cfd6db;
  border-radius: 22px;
  margin-left: 3px;
  position: relative;
  top: 2px;
  font-size: 11px;
  color: #727272;
}
.b_likes .counter::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-right: 6px solid #cfd6db;
  border-bottom: 3px solid transparent;
  position: absolute;
  top: 50%;
  left: -6px;
  margin-top: -3px;
}
.b_likes .counter::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-right: 6px solid #eaeaea;
  border-bottom: 3px solid transparent;
  position: absolute;
  top: 50%;
  left: -4px;
  margin-top: -3px;
}

.discount_wrap {
  display: inline-block;
}
.discount_wrap .discount {
  float: left;
}
.discount_wrap .date {
  position: relative;
  overflow: hidden;
  padding: 9px 11px;
  font-size: 13px;
  color: #55b146;
  white-space: nowrap;
  float: right;
}

.b_buy {
  border: 1px solid #8da4a9;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: white;
  padding: 3px 3px 7px;
  position: relative;
  overflow: hidden;
}
.b_buy .discount_wrap {
  margin-top: 6px;
}
.b_buy .buy_cont {
  border: 2px solid white;
  padding: 20px 20px 1px;
  position: relative;
}
.b_buy .buy_cont::before {
  content: '';
  height: 2px;
  background-color: #e1e8ee;
  width: 92.6%;
  left: 3.7%;
  position: absolute;
  bottom: -2px;
}
.b_buy .buy_cont::after {
  content: "";
  display: table;
  clear: both;
}
.b_buy .buy_cont:hover {
  border-color: #86be2f;
}
.b_buy .buy_cont:hover::before {
  content: none;
}
.b_buy .buy_cont.missing .price_wrap {
  color: #7a8894;
}
.b_buy .buy_cont.missing .button_cont {
  padding-bottom: 14px;
}
.b_buy .buy_cont_right {
  float: right;
  width: 283px;
}
.b_buy .buy_cont_right::after {
  content: '';
  display: table-cell;
  clear: both;
}
.b_buy .buy_cont_right .discount_wrap {
  margin: -3px 0 5px 2px;
}
.b_buy .price_wrap {
  float: left;
  padding-right: 16px;
}
.b_buy .price {
  font-size: 26px;
  padding-top: 4px;
}
.b_buy .price .curr {
  font-size: 18px;
  margin-left: -3px;
}
.b_buy .soon {
  font-size: 26px;
  padding: 7px 17px 0 1px;
}
.b_buy .discount_price {
  font-size: 16px;
  color: #7a8894;
  text-decoration: line-through;
  margin-bottom: -8px;
  padding-left: 2px;
}
.b_buy .button_cont {
  top: -2px;
  position: relative;
  overflow: hidden;
  padding-bottom: 22px;
  margin-bottom: 2px;
}
.b_buy .button_cont .button {
  padding: 0;
  width: 100%;
}
.b_buy .button_cont .under_text {
  font-size: 13px;
  color: #7a8894;
  text-align: center;
  padding-top: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.b_buy .buy_bot {
  float: right;
  width: 318px;
  margin-top: 14px;
}
.b_buy .buy_bot .list_desc {
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 5px;
}
.b_buy .buy_bot .list_desc li {
  color: black;
}
.b_buy .buy_bot .list_desc li::before {
  background-image: url('/static/css/../img/tick_green.png?1434612846');
}
.b_buy .buy_bot .bonus {
  font-size: 18px;
  color: #2e9500;
  margin-left: 13px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.b_buy .countdown {
  position: relative;
  right: auto;
  left: auto;
  top: -11px;
  display: inline-block;
  margin-bottom: 11px;
}
.b_buy .missing_text {
  color: #7a8894;
  font-size: 15px;
  padding-top: 14px;
}
.b_buy .notify_text {
  color: #009900;
  font-size: 15px;
  padding-left: 23px;
}
.b_buy .notify_text a {
  border-bottom: 1px dashed gray;
  text-decoration: none;
}

.semifold {
  margin: 0 0 24px;
}
.semifold .sf_block {
  position: relative;
  overflow: hidden;
}
.semifold .sf_mask {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, #ffffff));
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0), #ffffff 100%);
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), #ffffff 100%);
  background-image: linear-gradient(rgba(0, 0, 0, 0), #ffffff 100%);
  position: absolute;
  left: 0;
  bottom: 26px;
  width: 100%;
  height: 90px;
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  visibility: visible;
}
.semifold .sf_footer {
  border-top: 2px solid #bfced4;
  height: 24px;
  position: relative;
}
.semifold .sf_button {
  width: 147px;
  height: 19px;
  line-height: 16px;
  background-color: white;
  border: 2px solid #bfced4;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  position: absolute;
  top: -2px;
  left: 50%;
  margin-left: -74px;
  cursor: pointer;
  text-align: center;
  color: #0086a3;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: background-color 0.3s linear;
  -moz-transition: background-color 0.3s linear;
  -o-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}
.semifold .sf_item {
  font-size: 13px;
  margin-top: -4px;
  line-height: 1;
}
.semifold .sf_item span {
  border-bottom: 1px dashed rgba(0, 134, 163, 0.3);
}
.semifold .sf_hide {
  display: none;
}
.semifold.folded .sf_mask {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s linear, visibility 0s linear 0.4s;
  -moz-transition: opacity 0.3s linear, visibility 0s linear 0.4s;
  transition: opacity 0.3s linear, visibility 0s linear 0.4s;
}
.semifold.folded .sf_hide {
  display: block;
}
.semifold.folded .sf_show {
  display: none;
}
.semifold.sf_var_green {
  margin: 24px 0;
}
.semifold.sf_var_green .sf_footer {
  background-color: #4a8d96;
}
.semifold.sf_var_green .sf_button {
  background-color: #6ea4ab;
  color: white;
}
.semifold.sf_var_green .sf_button .sf_item span {
  border-color: rgba(255, 255, 255, 0.3);
}
.semifold.sf_var_green .sf_mask {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2ZWE0YWIiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, #6ea4ab));
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0), #6ea4ab 100%);
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), #6ea4ab 100%);
  background-image: linear-gradient(rgba(0, 0, 0, 0), #6ea4ab 100%);
}
.semifold.sf_var_green.folded .sf_button {
  background-color: #5c9aa2;
}
.semifold.sf_var_gray .sf_footer {
  background-color: #e1e8ee;
}
.semifold.sf_var_gray .sf_button {
  background-color: #fcfdfe;
}
.semifold.sf_var_gray .sf_mask {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmY2ZkZmUiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, #fcfdfe));
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0), #fcfdfe 100%);
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), #fcfdfe 100%);
  background-image: linear-gradient(rgba(0, 0, 0, 0), #fcfdfe 100%);
}
.semifold.sf_var_gray.folded .sf_button {
  background-color: #e1e8ee;
}

.at_status {
  font-size: 13px;
  color: #009900;
  white-space: nowrap;
}

.additions_table {
  border: 2px solid #5c9aa2;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 15px;
  margin: 24px 0;
}
.additions_table .title {
  font-size: 20px;
  background-color: #5c9aa2;
  color: white;
  padding: 9px 17px 14px;
}
.additions_table table {
  width: 100%;
}
.additions_table table td {
  border-bottom: 1px solid #bfced4;
  height: 39px;
  padding: 0;
  padding-bottom: 1px;
  vertical-align: middle;
}
.additions_table table td:first-child {
  padding-left: 17px;
  padding-right: 2px;
}
.additions_table table td:last-child {
  text-align: right;
  padding-right: 21px;
}
.additions_table table td + td {
  width: 1000px;
}
.additions_table table td + td + td {
  width: auto;
}
.additions_table .at_status {
  padding-right: 10px;
  display: block;
}
.additions_table .at_price {
  font-size: 16px;
  display: block;
  padding-right: 7px;
  padding-top: 4px;
  white-space: nowrap;
  text-align: right;
}
.additions_table .at_price span {
  font-size: 13px;
}
.additions_table .at_name {
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  width: 486px;
}
.additions_table .at_name::before {
  content: '';
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, #ffffff));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), #ffffff);
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), #ffffff);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #ffffff);
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 100%;
}
.additions_table .at_footer {
  background-color: #e7ecef;
  padding: 6px 21px 9px 16px;
  font-size: 13px;
}
.additions_table .at_footer::after {
  content: '';
  display: table;
  clear: both;
}
.additions_table .at_footer .at_f_right {
  float: right;
  text-align: right;
}
.additions_table .at_footer .at_f {
  position: relative;
  overflow: hidden;
  padding-top: 9px;
}
.additions_table .at_footer .at_price {
  display: inline-block;
  font-size: 18px;
  position: relative;
  top: 1px;
  padding-right: 1px;
  padding-left: 4px;
}
.additions_table .at_footer .at_price span {
  font-size: 13px;
}
.additions_table .at_footer .button {
  top: -2px;
}
.additions_table .at_all {
  border-bottom: 1px solid #bfced4;
  padding: 9px 16px 12px;
  line-height: 1.2;
  cursor: pointer;
}
.additions_table .see_more {
  color: #0086a3;
  font-weight: bold;
  border-bottom: 1px dashed #b2b2b2;
  display: inline-block;
}

/* End */


/* Start:/static/css/bitrix.css?145976018415992*/
i {
    font-style: italic;
}

.fancybox-overlay {
    z-index: 998;
}

form .remark {
    width: 281px;
    font-size: 13px;
    position: relative;
    left: 400px;
    top: -175px;
    color: #566571;
}

form .remark .rem_in {
    padding-bottom: 10px;
}

form .capcha1 {
    top: -120px;
    font-size: 13px;
    color: #566571;
    padding-top: 20px;
    padding-bottom: 18px;
    border-bottom: 2px solid #d6dbdf;
    position: relative;
    overflow: hidden;
}

form .capcha1 .cap_in {
    float: left;
    padding-right: 10px;
}

form .capcha1 .cap_in.cap_in_wid {
    width: 275px;
}

form .capcha1 input {
    width: 67px;
}

form .bottom1 {
    position: relative;
    top: -100px;
    padding-top: 9px;
}

form .bottom1 .links {
    padding-top: 10px;
    line-height: 24px;
}

.popup_register .popup_middle .remark {
    top: 0;
}

.fancybox-opened {
    z-index: 999;
}

.like_buttons {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    vertical-align: middle;
}

.like_buttons .item {
    float: left;
    padding: 0;
    margin: 0 0 0 10px;
}

.connected-carousels .icon_play {
    position: absolute;
    left: 50%;
    top: 50%;
}

.connected-carousels .carousel-stage .icon_play {
    margin: -64px 0 0 -64px;
}

.connected-carousels .carousel-navigation .icon_play {
    margin: -24px 0 0 -24px;
}

.icon_play {
    background: url('/static/css/../img/icon_play.png') 0 0 no-repeat;
    display: block;
}

.icon_play.big {
    background-position: 0 0;
    height: 128px;
    width: 128px;
}

.icon_play.small {
    background-position: -128px 0;
    height: 48px;
    width: 48px;
}

.label {
    text-transform: lowercase;
}

.cart .goods tbody .price {
    padding-top: 20px;
}

.header .header_menu_con .basket.empty .products {
    top: 18px;
}

.recommended_goods .basket_circle {
    z-index: 10;
}

.recommended_goods .item:hover:before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}

.order .payment .method .option img {
    display: block;
}

.order .total .price {
    margin-right: 0;
}

.order .field label {
    text-transform: lowercase;
}

.popular_goods_on_main .ui-tabs-panel {
    min-height: 100px;
}

.popular_goods_on_main .cat_filter .cat_filter_in {
    margin-bottom: 36px;
}

.main_slideshow_container .cycle-slide {
    height: 355px;
    width: 100%;
}

.main_slideshow_container .main_slideshow .description {
    height: auto;
}

.main_slideshow_container .main_slideshow .description .txt {
    padding-bottom: 12px;
}

.games_list_wrap {
    min-height: 100px;
}

.order_history .order_list .item .price {
    margin-left: 5px;
}

.last_order .desc .links .wrap a {
    display: block;
}

.personal_account {
    padding-left: 12px;
    padding-right: 12px;
}

.personal_account .button {
    margin-right: 4px;
}

.sale_personal_profile_list {
    width: 100%;
}

.remove_profile .question {
    margin: 0 0 15px 0;
}

/** sale personal profile detail **/
.sale_personal_profile_detail {
    margin: 20px 0 0 0;
}

.sale_personal_profile_detail small {
    color: #566571;
    display: block;
    font-size: 13px;
}

.sale_personal_profile_detail .input_text_wg {
    width: 200px;
}

.sale_personal_profile_detail textarea.input_text_wg {
    min-height: 80px;
    resize: vertical;
    width: 300px;
}

.sale_personal_profile_detail table {
    width: 100%;
}

.sale_personal_profile_detail table td {
    padding: 0 0 10px 0;
}

.sale_personal_profile_detail table td:first-child {
    padding: 0 5px 0 0;
    text-align: left;
    text-transform: lowercase;
    width: 150px;
}

.sale_personal_profile_detail .index {
    width: 76px;
}

.sale_personal_profile_detail h2 {
    font-size: 18px;
    margin: 19px 0 9px;
    text-align: left;
}

.sale_personal_profile_detail table td.field_title_address {
    vertical-align: top;
    padding-top: 5px;
}

/** forgot password **/
.forgot_password {
    color: #444;
}

.forgot_password p {
    font-size: 14px;
    margin: 14px 0;
}

.forgot_password table td {
    padding: 0 10px 10px 0;
}

.forgot_password .auth_link {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 50px;
}

.forgot_password .button {
    vertical-align: middle;
}

.forgot_password .input_text_wg {
    width: 175px;
}

/** main register form **/
.main_register_form {
    color: #444;
}

.main_register_form .popup_middle {
    margin: 20px 0 0 0;
    padding: 0;
}

.main_register_form p {
    font-size: 14px;
    margin: 5px 0 10px;
}

.main_register_form form {
    position: relative;
}

.auth_form_on_page {
    color: #444;
    margin: 20px 0 0 0;
}

/** auth form on page **/
.popup_login .captcha_wrap label {
    display: inline-block;
    margin: 10px 0 5px 0;
}

.popup_login .popup_middle .captcha_wrap .input_text_wg {
    width: 65px;
}

.popup_login .popup_middle .captcha_wrap .input_text_wg,
.popup_login .popup_middle .captcha_wrap img {
    vertical-align: middle;
}

.auth_form_on_page .popup_middle {
    padding: 0 0 16px 3px;
}

.auth_form_on_page .popup_middle table .input_text_wg {
    width: 170px;
}

.auth_form_on_page p {
    font-size: 14px;
    margin: 10px 0;
}

.auth_form_on_page .popup_middle .captcha_wrap .input_text_wg {
    width: 90px;
}

/** change password on page **/
.change_password_on_page {
    color: #444;
    margin: 20px 0 0 0;
}

.change_password_on_page label {
    text-transform: lowercase;
}

.change_password_on_page .popup_middle {
    padding: 0;
}

.change_password_on_page .popup_middle .remark {
    float: right;
    margin: 20px 0 0 0;
    position: static;
}

.change_password_on_page .popup_middle .bottom .button {
    margin: 0;
    vertical-align: middle;
}

.change_password_on_page .popup_middle .bottom .links {
    display: inline-block;
    float: none;
    margin: 0 0 0 115px;
    vertical-align: middle;
}

.change_password_on_page p {
    font-size: 14px;
    margin: 5px 0 10px;
}

#popup_forgotpswd {
    width: 340px;
}

.popup .forgot_password .auth_link {
    display: block;
    margin: 10px 0 0 0;
    float: right;
}

.popup .forgot_password p {
    margin-top: 0;
}

#popup_forgotpswd p {
    padding: 15px 16px 0;
}

#popup_forgotpswd .input_text_wg {
    width: 220px;
}

.fancybox_popup_wrap .success {
    padding: 10px 16px 0;
    font-size: 14px;
}

.popup_register .error,
.popup_register .success {
    margin: 0 0 10px 0;
    padding: 0;
}

.popup_register form {
    position: relative;
}

.popup_register p {
    margin: 0 0 10px 0;
}

/** popup instruction **/
.popup_instruction {
    width: 550px;
}

.popup_instruction .popup_middle {
    padding: 15px 16px;
    font-size: 15px;
}

.popup_instruction h2 {
    margin-top: 0;
}

.popup_instruction hr {
    margin: 18px 0;
}

/** games filter **/
.games_filter .activation {
    min-height: 53px;
}

.small_basket {
    margin: 0 0 27px 0;
}

.personal_account {
    margin: 0 0 27px 0;
}

.support {
    margin: 0 0 22px 0;
}

.sub_menu {
    margin: 0 0 22px 0;
}

.recommended_goods {
    margin: 0 0 27px 0;
}

.stock {
    margin: 0 0 25px 0;
}

.input_text_wg.error {
    border-color: #c00;
    color: #000;
}

.order_cancel {
    width: 370px;
}

.order_cancel .question {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

.order_cancel .tred {
    color: red;
    margin-left: 60px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.order_cancel textarea {
    width: 340px;
    margin-left: 10px;
    resize: vertical;
    min-height: 50px;
}

.order_cancel .button {
    float: right;
    margin-bottom: 10px;
    margin-right: 12px;
}

.order .fields .address .required {
    vertical-align: top;
}

.order .sale-location .required {
    margin-left: 5px;
}

.popup_keys .instruction h2,
.popup_keys .instruction hr {
    margin: 5px 0;
}

.footer .counters {
    margin: 10px 0 0 0;
}

.no_decoration {
    text-decoration: none;
}

.order .confirm h2 {
    margin-top: 15px;
}

.order_history .login_head {
    padding-top: 0;
}

.cart .name.not_link {
    text-decoration: none;
}

.similar_goods .list .item .price_wrap .button {
    float: right;
}

.similar_goods .list .item .price_wrap .price {
    display: block;
    padding-top: 5px;
    margin-right: 32px;
}

.i_review .title {
    font-size: 21px;
    line-height: 1.4;
}

.i_review .title a {
    color: #fff;
}

.page_right .i_right .title {
    color: #262a2d;
}

.page_right .i_area {
    margin-bottom: 25px;
}

.i_right .title {
    font-size: 24px;
    margin: 0 0 16px 0;
}

.i_area.i_right ul {
    margin: 0;
    padding: 0;
}
.i_review .name{
    font-size: 12px;
    color: #414c54;
    padding: 13px 0 1px;
}

.page_bottom {
    padding: 0 10px 0 13px;
    clear: both;
}

.i_area .reset {
    font-size: 14px;
    color: black;
    margin: 0;
    display: inline-block;
}

.additional_content .error ul li:before {
    background: #cc0000;
}

.connected-carousels .next-stage {
    right: -72px;
}

.connected-carousels .prev-stage {
    left: -72px;
}

.order .submit .payment_method {
    margin: 0 10px 19px 0;
}

.order .submit .difference {
    font-size: 16px;
    margin: 0 0 19px 0;
}

div.bx-auth-service-form {
    background-color: #fff;
    margin: 0;
    padding-bottom: 18px;
}

.order .column_left {
    width: 380px;
}

div.ticket-edit-message {
    clear: both;
}

.support-ticket-edit .pager {
    margin: 10px 0;
}

.sub_menu .item.parent {
    display: block;
    background: #fff;
    color: #000;
}

.i_area .button {
    color: #fff;
}

.header .header_menu_con .header_menu .menu_item .menu_out .menu_in li a {
    display: block;
}

.popup_tracking_number {
    min-width: 250px;
}

.popup_tracking_number .popup_middle {
    padding: 15px;
}

.instruction .reset,
.instruction h2,
.i_area .instruction .reset,
.i_area .instruction h2 {
    color: #000;
    font-size: 15px;
}

.i_area .instruction li:before {
    color: #000;
}

.order_history .keys_list .title {
    margin: 0 0 10px 0;
    padding: 0;
}

.order_history .keys_list .distribution {
    margin: 0 0 10px 0;
}

.order_history .keys_list .distribution .link {
    color: #0086a3;
    cursor: pointer;
    font-size: 14px;
    position: relative;
    text-decoration: none;
}

.order_history .keys_list .distribution .link span {
    border-bottom: 1px dashed #0086a3;
}

.order_history .keys_list .distribution .link:hover span {
    border-bottom: none;
}

.order_history .keys_list .distribution .preloader {
    cursor: default;
    padding: 0 25px 0 0;
}

.order_history .keys_list .distribution .preloader span {
    border-bottom: none;
}

.order_history .keys_list .distribution .link.preloader:before {
    background: url("/static/img/smal_preloader.gif");
    content: "";
    height: 20px;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
}

.popup_keys .link_load {
    margin: 10px 0;
}

.popup_keys .link_load .link {
    color: #0086a3;
    cursor: pointer;
    font-size: 14px;
    position: relative;
    text-decoration: none;
}

.popup_keys .link_load .link span {
    border-bottom: 1px dashed #0086a3;
}

.popup_keys .link_load .link:hover span {
    border-bottom: none;
}

.popup_keys .link_load .preloader {
    cursor: default;
    padding: 0 25px 0 0;
}

.popup_keys .link_load .preloader span {
    border-bottom: none;
}

.popup_keys .link_load .link.preloader:before {
    background: url("/static/img/smal_preloader.gif");
    content: "";
    height: 20px;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
}

.link_load .button + .button,
.distribution .button + .button {
    margin: 0 0 0 5px;
}

.page_center {
    padding-left: 0;
    margin-left: 13px;
}

.no_margin {
    margin: 0;
}

.cart .good .column_right {
    margin: 0;
}

.cart .good .column_left + .column_right {
    margin: 0 0 0 120px;
}

.whattodo_tiles .wt_item .wt_title {
    color: #2e9500;
}

.order .fields .address .input_text_wg {
    width: 255px;
}

.page_top .back_to_list + .breadcrumb {
    margin-right: 327px;
}

.breadcrumb li {
    display: inline;
}

.breadcrumb li.separate {
    display: inline-block;
}

.popup_keys .button {
    margin: 0;
}

#popup_login .popup_middle {
    width: 630px;

}

#popup_login form {
    position: relative;
}

#popup_login form .remark.er {
    top: 0;
}

#popup_login form .remark {
    left: 350px;
    top: 0;
    position: absolute;
}

.auth_form_on_page form {
    position: relative;
}

.auth_form_on_page form .remark {
    position: absolute;
    top: 0;
}

.change_password_on_page .popup_middle .remark {
    margin: 0;
}

.order_history .keys_list .title {
    color: #0086a3;
}

.news_detail .picture {
    float: left;
    margin: 10px 20px 10px 0;
}

.news_detail .picture_right {
    float: right;
    margin: 0 0 10px 20px;
}

.empty_basket .small_basket_advantages a,
.empty_basket .small_basket_advantages a:hover {
    color: #abf5ff;
    text-decoration: none;
}

.header .header_menu_con .empty_basket .small_basket_advantages .title a:hover span {
    border: none;
}

.scroll_to_top {
    z-index: 10;
    bottom: 0;
    top: 50%;
    margin-top: -116px;
}

.push {
    height: 198px;
}

.container {
    margin-bottom: -198px;
}

.footer_out {
    height: 196px;
}

.user_panel .small_basket_line {
    display: block;
}

.user_panel {
    z-index: 101;
}

.system_req .desc {
    margin: 22px 0 0 0;
}

.order_history .tabs .item {
    padding: 10px;
}

.additions_list .additions_list_in .al_item:nth-child(2n + 1) {
    clear: both;
}

.games-detail .i_area h2,
.games-detail .i_area .header_h2 {
    color: #000;
    display: block;
    font-size: 20px;
    margin: 20px 0 12px;
}

.game_molded .gh_left .ghl_bonus:hover {
    border-color: transparent;
}

.game_molded .gh_left .ghl_bonus:hover::before {
    content: "";
}

.last_order .items {
    width: 100%;
}

.page_bottom .i_area h1 {
    font-size: 20px;
}

.page_bottom .i_area h2 {
    font-size: 18px;
}

.start_to_play .desc {
    font-weight: normal;
    font-size: 13px;
    margin: 0 0 10px 0;
}

.schedule {
    clear: both;
}

.fancybox_popup_wrap .popup_subscribe .error {
    font-size: inherit;
    padding: 0;
}

.icon_refresh {
    background: url("/static/css/../img/icon_refresh.png") 0 0 no-repeat;
    display: inline-block;
    height: 30px;
    width: 30px;
}

.cusselect .cuspopup .popup_title {
    padding-right: 24px;
    white-space: nowrap;
}

.schedule .schedule_list a {
    color: #424f5a;
}

.dist_detail .i_area {
    margin-top: 26px;
}

.slideshow_winners .sw_inner .name {
    display: block;
}

.slideshow_winners .no_avatar {
    background: #fff url("/static/css/../img/no_avatar.png") 50% 50% no-repeat;
    display: inline-block;
    height: 50px;
    width: 50px;
}

.distributions_list .no_avatar {
    background: #fff url("/static/css/../img/no_avatar.png") 50% 50% no-repeat;
    display: inline-block;
    height: 50px;
    width: 50px;
}

.cart_order .activation_icon,
.cart_order .platform_icon {
    vertical-align: middle;
}

.distribution-item {
    margin: 5px 0;
}

.slideshow_winners .sw_inner {
    margin: 24px 38px 0;
}

.slideshow_winners .sw_inner .sw_item {
    width: 176px;
}

.games_list {
    padding-top: 0;
    margin-top: 24px;
}

.popular_products .at_status,
.similar_products .at_status {
    padding-left: 0;
    margin-left: 8px;
}

.games-detail .checkbox label {
    min-height: 16px;
}

.game_molded {
    clear: both;
}

.game_molded .connected-carousels .stage .item {
    line-height: 328px;
}

.system_req .sr_col:nth-of-type(2n+1) {
    clear: both;
}

.b_buy .buy_cont__large-price .button_cont .notify,
.b_buy .buy_cont__middle-price .button_cont .notify {
    width: auto;
    padding: 0 10px;
}

.buy_cont__middle-price .buy_cont_right {
    width: 290px;
}

.buy_cont__large-price .buy_cont_right {
    width: 315px;
}

.buy_cont__large-price .missing_text {
    padding-top: 7px;
}

.b_buy .button_cont .button {
    max-width: 159px;
}

.b_buy .button_cont {
    text-align: center;
}
/* End */


/* Start:/bitrix/templates/template2014/components/bitrix/system.auth.form/popup/style.css?144767348588*/
.popup_login .popup_middle .auth_form table td.captcha_wrap {
    padding: 12px 0 0 0;
}
/* End */


/* Start:/bitrix/templates/template2014/styles.css?14458520724991*/
/* i_area *************************************************************************************************************/
.i_area {
  font-size: 15px;
  line-height: 1.25;
  margin-bottom: 15px;
}
.i_area h1, .i_area .header_h1 {
  color: #000;
  display: block;
  font-size: 28px;
  margin: 22px 0 15px;
}
.i_area h2, .i_area .header_h2 {
  color: #2e9500;
  display: block;
  font-size: 24px;
  margin: 35px 0 12px 0;
}
.i_area h3, .i_area .header_h3 {
  display: block;
  font-size: 24px;
  margin: 35px 0 16px 0;
}
.i_area h4, .i_area .header_h4 {
  color: #5c9aa2;
  display: block;
  font-size: 24px;
  margin: 35px 0 16px 0;
}
.i_area h5, .i_area .header_h5 {
  color: #007099;
  display: block;
  font-size: 24px;
  margin: 35px 0 16px 0;
  text-decoration: underline;
}
.i_area p {
  margin: 9px 0;
}
.i_area .list {
  display: block;
  margin: 0 0 14px 35px;
  padding: 0;
}
.i_area .list .item {
  display: block;
  margin: 12px 0 0 0;
  padding: 0;
}
.i_area .list .item:first-child {
  margin-top: 0;
}
.i_area ul {
  display: block;
  margin: 0 0 12px 35px;
  padding: 0;
}
.i_area ul li {
  display: block;
  margin: 12px 0 0 0;
  position: relative;
}
.i_area ul li:before, .i_area ul li:after {
  content: "";
  height: 6px;
  position: absolute;
  top: 7px;
  width: 6px;
}
.i_area ul li:before {
  background: #7a8894;
  border-radius: 50%;
  left: -14px;
}
.i_area ul ul {
  margin-top: 14px;
  padding: 0;
}
.i_area ul ul li:after {
  background: #fff;
  border-radius: 50%;
  content: "";
  top: 8px;
  left: -13px;
  height: 4px;
  width: 4px;
}
.i_area .link_list {
  display: block;
  font-size: 18px;
  list-style: none;
}
.i_area .link_list li:before {
  display: none;
}
.i_area .error .disc li:before {
  background: #cc0000;
}
.i_area ol {
  display: block;
  margin: 16px 0 18px 0;
  counter-reset: item;
}
.i_area ol li {
  display: block;
  margin: 17px 0 0 0;
  padding: 0 0 0 35px;
  position: relative;
}
.i_area ol li:first-child {
  margin-top: 0;
}
.i_area ol li:before {
  counter-increment: item;
  content: counter(item) ". ";
  font-weight: bold;
  color: inherit;
  position: absolute;
  left: 1px;
  text-align: right;
  display: block;
  width: 30px;
}
.i_area .head_1 {
  display: block;
  font-size: 20px;
  margin: 25px 0 12px;
}
.i_area .head_2 {
  display: block;
  font-size: 18px;
  margin: 19px 0 9px;
}
.i_area .head_3 {
  color: #2e9500;
  display: block;
  font-size: 18px;
  margin: 17px 0 13px;
}
.i_area .img {
  margin: 18px 0 12px 0;
}
.i_area .img img {
  display: block;
  border-radius: 4px;
}
.i_area table {
  border-collapse: collapse;
  border: 1px solid #adb8c0;
}
.i_area table thead td, .i_area table thead th {
  background: #e1e8ee;
  border-bottom: 1px solid #adb8c0;
  color: #566571;
  padding: 8px 11px 12px;
  text-align: center;
}
.i_area table tbody td {
  border-bottom: 1px solid #adb8c0;
  padding: 10px 13px 11px;
  text-align: center;
}
.i_area .note {
  color: #566571;
  font-size: 13px;
}
.i_area hr {
  border: none;
  border-top: 1px solid #bfced4;
  margin: 32px 0 18px;
  padding: 0;
}
.i_area .border {
  border: 1px solid #c5cbd0;
  border-radius: 4px;
  padding: 17px;
}
.i_area .attention ul, .i_area .attention ol {
  padding-left: 16px;
}
.i_area .attention li {
  padding: 0;
}
.i_area .attention ul li:before {
  top: 7px;
}
.i_area .table_list {
  border: none;
  margin: 0 0 0 35px;
}
.i_area .table_list td {
  border: none;
  padding: 5px 13px 5px 0;
  text-align: left;
}
.i_area .attention_product {
  border: 2px solid #bfced4;
  border-radius: 4px;
  margin: 27px 0;
  padding: 14px 22px 5px;
}
.i_area .attention_product .title {
  color: #cc0000;
  font-size: 20px;
}
.i_area .attention_product .title span {
  border-bottom: 2px solid #f0b2b2;
  display: inline-block;
}
.i_area .attention_product ol, .i_area .attention_product ul {
  margin: 12px 0 0 20px;
  padding-left: 20px;
}
.i_area .no_indent li {
  padding: 0;
}
.i_area .no_indent li:before {
  top: 7px;
}
.i_area .need_to_play {
  background: #5c9aa2;
  border-radius: 4px;
  color: #fff;
  padding: 21px 22px 31px 21px;
  margin: 17px 0 7px;
}
.i_area .need_to_play .title {
  font-size: 24px;
  margin: 0 0 22px 0;
}
.i_area .need_to_play table {
  border: none;
  counter-reset: item;
  width: 100%;
}
.i_area .need_to_play table td {
  border: none;
  position: relative;
  text-align: left;
  vertical-align: top;
  padding: 0 21px 20px 37px;
  width: 33%;
}
.i_area .need_to_play table td:before {
  background: #fff;
  border-radius: 50%;
  color: #5c9aa2;
  counter-increment: item;
  content: counter(item);
  font-size: 20px;
  position: absolute;
  left: -7px;
  top: 0;
  line-height: 30px;
  text-align: center;
  display: block;
  min-width: 32px;
  height: 32px;
  vertical-align: middle;
}
.i_area .need_to_play table td h2 {
  color: #fff;
  font-size: 15px;
  display: inline;
}
.i_area .need_to_play hr {
  border-top: 1px solid #bfced4;
  margin: 0 0 26px 0;
}
.i_area .reset {
  color: #ffffff;
}
/* End */
/* /static/assets/select2/select2.css?144585207115594 */
/* /static/assets/jquery-ui-1.10.4/css/jquery-ui-1.10.4.tabs.css?14458520711846 */
/* /static/assets/jquery-ui-1.10.4/css/jquery-ui-1.10.4.autocomplete.css?14458520712749 */
/* /static/assets/fancybox/jquery.fancybox.css?14458520714915 */
/* /static/css/library.css?146348373544075 */
/* /static/css/main.css?1463483735149820 */
/* /static/css/bitrix.css?145976018415992 */
/* /bitrix/templates/template2014/components/bitrix/system.auth.form/popup/style.css?144767348588 */
/* /bitrix/templates/template2014/styles.css?14458520724991 */
