@charset "UTF-8";
body {
  font-family: "GothaPro", "PT Sans", Tahoma, Arial;
  font-weight: 300;
  font-size: 14px;
  background: #16232e;
  color: #fff;
  min-width: 320px;
  position: relative;
  line-height: 1.42857;
  overflow-x: hidden;
  -webkit-font-smoothing: antialise; }

::-webkit-input-placeholder {
  text-transform: uppercase; }

:-moz-placeholder {
  text-transform: uppercase; }

::-moz-placeholder {
  text-transform: uppercase; }

:-ms-input-placeholder {
  text-transform: uppercase; }

header,
section,
.layout {
  position: relative;
  min-height: 1px; }

.layout {
  overflow: hidden; }

section {
  padding-bottom: 60px; }

.s-first {
  padding-top: 85px; }

button,
input,
select,
select:focus {
  outline: 0 none;
  outline-width: 0;
  outline-color: transparent; }

header {
  background: #dc0f0f;
  height: 86px;
  padding-top: 15px;
  padding-bottom: 5px;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0; }
  header .logo,
  header nav {
    display: inline-block; }
  header .logo {
    background: url("/img/icons-pack.png") no-repeat 0 0/400%;
    width: 200px;
    
    cursor: pointer;
    height: 60px; }
  header nav {
    float: right; }
    header nav ul li {
      display: inline-block;
      font-size: 14px;
      margin: auto 10px;
      text-transform: uppercase;
      box-sizing: content-box;
      vertical-align: top; }
      header nav ul li a {
        color: #fff;
        position: relative; }
        header nav ul li a::after {
          background: #fff;
          content: "";
          position: absolute;
          width: 100%;
          height: 2px;
          left: 0;
          bottom: -5px;
          -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
          transition: 0.3s ease-in-out; }
        header nav ul li a:hover::after {
          -webkit-transform: scale(1, 1);
          transform: scale(1, 1); }
    header nav ul li.social-nav {
      height: 14px;
      padding: 1px 6px 4px;
      border-radius: 15px;
      overflow: hidden;
      background: #fff; }
      header nav ul li.social-nav .social-icons,
      header nav ul li.social-nav .social-more {
        display: inline-block; }
      header nav ul li.social-nav .social-icons {
        width: 73px; }
      header nav ul li.social-nav .social-more {
        width: 7px;
        background: url("/img/icons-pack.png") no-repeat 34.1% 1.5%/9400%;
        height: 14px;
        margin: 1px 5px;
        float: right;
        cursor: pointer; }
      header nav ul li.social-nav a {
        color: #dc0f0f;
        height: 16px;
        width: 20px;
        display: inline-block;
        margin: 0;
        background-repeat: no-repeat;
        background-size: 500%;
        background-image: url("/img/icon-sub-menu.png"); }
        header nav ul li.social-nav a:nth-child(1) {
          background-position: 25% -10%; }
        header nav ul li.social-nav a:nth-child(2) {
          background-position: 50% -10%; }
        header nav ul li.social-nav a:nth-child(3) {
          background-position: 76% -10%; }
        header nav ul li.social-nav a:nth-child(4) {
          background-position: 100% -10%; }
        header nav ul li.social-nav a:nth-child(5) {
          background-position: 25% 100%; }
        header nav ul li.social-nav a:nth-child(6) {
          background-position: 50% 100%; }
        header nav ul li.social-nav a:nth-child(7) {
          background-position: 76% 100%; }
        header nav ul li.social-nav a:nth-child(8) {
          background-position: 101% 100%; }
    header nav ul li.lang-selector {
      position: relative; }
      header nav ul li.lang-selector #current-lang {
        cursor: pointer; }
      header nav ul li.lang-selector::after {
        background: url("/img/icon-input-down.png") no-repeat 50% 50%/contain;
        content: "";
        position: absolute;
        height: 5px;
        width: 6px;
        top: 7px;
        right: -9px; }
      header nav ul li.lang-selector .lang-options {
        height: 0;
        overflow: hidden;
        position: absolute;
        top: 0;
        left: 0;
        background: #fff;
        padding: 3px 5px;
        border-radius: 7px;
        display: none; }
        header nav ul li.lang-selector .lang-options ul {
          padding: 0; }
        header nav ul li.lang-selector .lang-options li {
          display: block;
          margin: 0; }
          header nav ul li.lang-selector .lang-options li a {
            color: #dc0f0f; }
      header nav ul li.lang-selector .mob-lang-options {
        display: none; }
        header nav ul li.lang-selector .mob-lang-options a {
          margin-right: 7px; }

button.nav-btn {
  position: fixed;
  top: 25px;
  right: 20px;
  height: 30px;
  width: 40px;
  padding: 5px;
  background: transparent;
  border: 0 none; }
  button.nav-btn .line {
    background-color: #fff;
    display: block;
    height: 3px;
    margin-top: 4px;
    width: 100%;
    transition: 0.3s; }

button.active .line:nth-child(1) {
  -webkit-transform: rotate(135deg) translate3d(10px, -5px, 0);
  transform: rotate(135deg) translate3d(10px, -5px, 0); }
button.active .line:nth-child(2) {
  opacity: 0; }
button.active .line:nth-child(3) {
  -webkit-transform: rotate(-135deg) translate3d(5px, 0px, 0);
  transform: rotate(-135deg) translate3d(5px, 0px, 0); }

.section-header {
  text-align: center;
  font-size: 42px;
  text-transform: uppercase;
  padding-bottom: 30px;
  font-weight: 400; }


.s-banner {
  height: 580px;
  margin-top: 84px;
  overflow: hidden; }
  .s-banner .banner-wrap {
    height: inherit;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover; }
    .s-banner .banner-wrap .banner-item {
      height: 100%;
      display: inline-block;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: cover;
      float: left;
      position: relative; }
      .s-banner .banner-wrap .banner-item .banner-content {
        opacity: 0;
        transition: 0.5s ease-in 0.3s;
        max-width: 40%;
        position: absolute; }
        .s-banner .banner-wrap .banner-item .banner-content img {
          width: 100%; }

.s-search {
  padding: 20px; }
  .s-search form {
    display: block;
    margin: 0 auto;
    position: relative;
    width: 300px; }
    .s-search form::after {
      content: "";
      width: 100%;
      height: 1px;
      background: #fff;
      display: block; }
    .s-search form input {
      background-color: transparent;
      border: 0;
      width: 275px;
      font-size: 20px; }
    .s-search form::before {
      background: url("/img/icons-pack.png") no-repeat 39% 2%/2900%;
      content: "";
      position: absolute;
      top: 1px;
      right: 0;
      height: 24px;
      width: 24px; }
  .s-search .scroll {
    bottom: 20px;
    height: 22px;
    position: absolute;
    right: 20px;
    padding-right: 30px;
    width: auto;
    text-transform: uppercase; }
    .s-search .scroll::before {
      background: url("/img/icons-pack.png") no-repeat 43% 2%/2000%;
      content: "";
      position: absolute;
      top: -1px;
      right: 0;
      height: 17px;
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg);
      width: 24px; }
.pic_suc{
  background-image: url("/img/suc1.png");
  max-width: 180px;
  height: 180px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.containerrr{
  width: 100%;
    max-width: 800px;
    margin: 0 auto;
    height: 100px;
    position: relative;
}
#form {
  padding: 60px 0;
}
.align-item:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.align-item-l {
  float: left;
}

.align-item-r {
  float: right;
}

#form .pay-info {
  width: 80%;
  margin: 0 auto;
}

#form .pay-info .row {
  font-size: 16px;
  line-height: 30px;
  border-bottom: 1px dashed #607d8b;
  margin-bottom: 20px;
}

#form .pay-info .row .align-item-r {
  font-weight: 300;
  color: #607d8b;
}
.align-item:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.text_suc{
  width: 100%;
  text-align: center;
  margin: 0 auto;
    padding-top: 60px;
}
.s-category {
  display: table;
  table-layout: fixed;
  width: 100%; }
  .s-category .cat-wrapper {
    width: 20%;
    height: 588px;
    display: table-cell;
    vertical-align: bottom;
    transition: 0.5s;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    -webkit-box-sizing: box-border;
    -moz-box-sizing: box-border;
    box-sizing: box-border;
    margin: 0;
    padding: 0;
    overflow: hidden;
    cursor: pointer; }
    .s-category .cat-wrapper .cat-content .cat-descr {
      padding: 10px 10px 20px;
      text-align: justify;
      opacity: 0;
      -webkit-transform: translate3d(0, 50px, 0);
      transform: translate3d(0, 50px, 0);
      transition: 0.15s ease-in-out 0s;
      z-index: 50;
      position: relative;
      background: rgba(0, 0, 0, 0.8);
      margin: 1px; }
      .s-category .cat-wrapper .cat-content .cat-descr::after {
        content: "";
        position: absolute;
        bottom: -100px;
        left: 0;
        width: 100%;
        height: 100px;
        background: rgba(0, 0, 0, 0.8);
        z-index: 0; }
    .s-category .cat-wrapper .cat-content .cat-bar {
      text-align: center;
      text-transform: uppercase;
      background: #090909;
      margin: 10px 0;
      z-index: 50;
      position: relative; }
      .s-category .cat-wrapper .cat-content .cat-bar h3 {
        padding: 10px 0;
        font-weight: 300; }
      .s-category .cat-wrapper .cat-content .cat-bar span {
        position: absolute;
        background: #dc0f0f;
        right: 0;
        top: -25px;
        padding: 3px 7px; }
        .s-category .cat-wrapper .cat-content .cat-bar span::after {
          content: "";
          position: absolute;
          top: 0;
          left: -20px;
          width: 0;
          height: 0;
          border-left: 10px solid transparent;
          border-right: 10px solid #dc0f0f;
          border-top: 25px solid transparent; }
    .s-category .cat-wrapper:hover .cat-descr {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      opacity: 1;
      transition: 0.5s ease-in-out 0.5s; }

.games-slider-wrap {
  overflow: hidden; }
  .games-slider-wrap .item {
    display: block;
    float: left;
    height: 192px;
    width: 50%; }
    .games-slider-wrap .item .game-slider-cont {
      height: 100%;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: 50% 50%; }

.s-slider .controls,
.s-slider span {
  display: inline-block; }
.s-slider .controls div {
  display: inline-block;
  height: 25px;
  cursor: pointer;
  margin: 5px 3px;
  width: 20px; 
  -webkit-user-select: none; 
  -moz-user-select: none; 
  -ms-user-select: none; 
  user-select: none; }
.s-slider .controls .prev {
  background: url("/img/icons-pack.png") no-repeat 43.3% 2%/3500%; }
  .s-slider .controls .prev:hover {
    background: url("/img/icons-pack.png") no-repeat 43.3% 10.7%/3500%; }
.s-slider .controls .next {
  background: url("/img/icons-pack.png") no-repeat 47.2% 2%/3500%; }
  .s-slider .controls .next:hover {
    background: url("/img/icons-pack.png") no-repeat 47.2% 10.7%/3500%; }

.games-slider {
  display: none; }
  .games-slider .slide-wrap::before,
  .games-slider .slide-wrap::after {
    display: table;
    content: "";
    clear: both; }
  .games-slider .slide-wrap {
    display: inline-block;
    float: left; }
  .games-slider .item::before,
  .games-slider .item::after {
    display: table;
    content: "";
    clear: both; }
  .games-slider .item {
    padding: 5px;
    position: relative; }
    .games-slider .item:nth-child(2n-1) span {
      left: 5px; }
      .games-slider .item:nth-child(2n-1) span::after {
        content: "";
        position: absolute;
        top: 0;
        right: -10px;
        width: 0;
        height: 0;
        border-top: 30px solid #dc0f0f;
        border-bottom: 0 solid transparent;
        border-right: 10px solid transparent; }
    .games-slider .item:nth-child(2n) span {
      right: 5px; }
      .games-slider .item:nth-child(2n) span::after {
        content: "";
        position: absolute;
        top: 0;
        left: -10px;
        width: 0;
        height: 0;
        border-top: 30px solid #dc0f0f;
        border-bottom: 30px solid transparent;
        border-left: 10px solid transparent; }
  .games-slider .game-slider-cont {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    height: 194px;
    border: 2px solid transparent;
    transition: 0.3s;
    display: table;
    width: 100%; }
    .games-slider .game-slider-cont span {
      position: absolute;
      background: #dc0f0f;
      font-size: 17px;
      padding: 3px 10px; }
    .games-slider .game-slider-cont .game-slider-links {
      display: table-cell;
      vertical-align: middle;
      text-align: center; }
      .games-slider .game-slider-cont .game-slider-links a {
        color: transparent;
        font-size: 20px;
        text-transform: uppercase;
        padding: 0 15px;
        transition: 0.3s;
        margin-right: 30px; }
        .games-slider .game-slider-cont .game-slider-links a:hover {
          color: #dc0f0f; }
      .games-slider .game-slider-cont .game-slider-links a:first-child {
        margin-left: 30px; }
    .games-slider .game-slider-cont:hover {
      border: 2px solid #dc0f0f;
      box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.8); }
    .games-slider .game-slider-cont:hover a {
      color: #fff;
      margin-right: 0; }
      .games-slider .game-slider-cont:hover a:first-child {
        border-right: 2px solid #fff;
        margin-left: 0; }

.s-new .games-slider {
  display: block; }

.s-refill .refill-popup {
  background: #dc0f0f;
  border-radius: 2px;
  line-height: 16px;
  padding: 10px 10px 10px 50px;
  position: absolute;
  font-size: 12px;
  right: 30%;
  top: -55px;
  width: 200px;
  opacity: 0;
  transition: 0.3s; }
  .s-refill .refill-popup::before {
    background: url("/img/icon-info.png") no-repeat 50% 50%/contain;
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    left: 11px;
    top: 11px; }
  .s-refill .refill-popup::after {
    content: "";
    position: absolute;
    top: 50px;
    left: 50%;
    width: 0;
    height: 0;
    border-color: #dc0f0f transparent transparent;
    border-style: solid;
    border-width: 10px; }
.s-refill .refill-item {
  display: inline-block;
  width: 33%; }
  .s-refill .refill-item .item-image {
    width: 165px;
    height: 150px;
    background-image: url("/img/icons-pack.png");
    background-repeat: no-repeat;
    background-size: 520%; }
  .s-refill .refill-item:nth-child(4) {
    margin-left: 150px; }
  .s-refill .refill-item:nth-child(1) .item-image {
    background-position: 0 33%; }
  .s-refill .refill-item:nth-child(2) .item-image {
    background-position: 25% 33%; }
  .s-refill .refill-item:nth-child(3) .item-image {
    background-position: 50% 33%; }
  .s-refill .refill-item:nth-child(4) .item-image {
    background-position: 75% 33%; }
  .s-refill .refill-item:nth-child(5) .item-image {
    background-position: 100% 33%; }
  .s-refill .refill-item .item-image,
  .s-refill .refill-item .item-content {
    display: inline-block; }
  .s-refill .refill-item .item-content {
    font-size: 17px;
    font-weight: 400;
    line-height: 19px;
    padding: 37px 0 0 40px;
    position: relative;
    text-transform: uppercase;
    vertical-align: top;
    width: 210px; }
    .s-refill .refill-item .item-content::before {
      background-image: url("/img/icons-pack.png");
      background-repeat: no-repeat;
      background-size: 630%;
      content: "";
      width: 130px;
      height: 70px;
      top: -15px;
      left: -25px;
      position: absolute; }
  .s-refill .refill-item:nth-child(1) ::before {
    background-position: 0 79%; }
  .s-refill .refill-item:nth-child(2) ::before {
    background-position: 18.5% 79%; }
  .s-refill .refill-item:nth-child(3) ::before {
    background-position: 38% 79%; }
  .s-refill .refill-item:nth-child(4) ::before {
    background-position: 57% 79%; }
  .s-refill .refill-item:nth-child(5) ::before {
    background-position: 76.5% 79%; }
.s-refill #instant-refill {
  display: block;
  margin: 20px auto;
  padding: 10px 30px 10px 10px;
  background: #dc0f0f;
  border: 0;
  color: #fff;
  font-weight: 400;
  font-size: 21px;
  width: 370px;
  text-align: center;
  text-transform: uppercase;
  z-index: 90;
  cursor: pointer;
  position: relative; }
  .s-refill #instant-refill::before {
    background: url("/img/icons-pack.png") no-repeat 52% 0%/2000%;
    content: "";
    height: 30px;
    position: absolute;
    right: 6px;
    top: 50%;
    margin-top: -20px;
    width: 30px; }

.s-news .video-block::before,
.s-news .video-block::after {
  content: "";
  display: table;
  clear: both; }
.s-news .video-block {
  margin-bottom: 45px; }
.s-news .list-arrows {
  float: right; }
.s-news .list-arrows > div {
  display: inline-block;
  width: 25px;
  height: 40px;
  background-image: url("/img/icons-pack.png");
  background-repeat: no-repeat;
  background-size: 3200%;
  content: "";
  cursor: pointer; }
.s-news .list-arrows .vidPrev {
  background-position: 84% 0%; }
  .s-news .list-arrows .vidPrev:hover {
    background-position: 91% 0%; }
.s-news .list-arrows .vidNext {
  background-position: 88% 0%; }
  .s-news .list-arrows .vidNext:hover {
    background-position: 94.8% 0%; }
.s-news #player,
.s-news #video-list {
  display: inline-block;
  vertical-align: top;
  float: left; }
.s-news #player {
  width: 70%;
  height: 460px;
  position: relative;
  overflow: hidden; }
.s-news #video-list::-webkit-scrollbar {
  width: 0px; }
.s-news #video-list {
  width: 30%;
  padding: 0 20px 10px 50px;
  margin: 0; }
  .s-news #video-list li {
    margin: 22px 0;
    position: relative;
    list-style: none;
    font-weight: 200;
    cursor: pointer; }
    .s-news #video-list li span {
      background: #dc0f0f;
      padding: 3px 3px 2px;
      border-radius: 15px;
      font-size: 10px;
      line-height: 12px;
      text-transform: uppercase; }
    .s-news #video-list li::before {
      background: url("/img/icons-pack.png") no-repeat 75% 4%/2900%;
      content: "";
      height: 30px;
      position: absolute;
      left: -45px;
      top: 50%;
      margin-top: -15px;
      width: 32px; }
.s-news #video-title {
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.7), transparent);
  background: -o-linear-gradient(rgba(0, 0, 0, 0.7), transparent);
  background: -moz-linear-gradient(rgba(0, 0, 0, 0.7), transparent);
  background: linear-gradient(rgba(0, 0, 0, 0.7), transparent);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 10px 10px 30px; }
  .s-news #video-title span {
    background: #dc0f0f;
    font-size: 10px;
    text-transform: uppercase;
    padding: 2px 3px;
    border-radius: 10px; }
.s-news .news-wrapper .news-item::before,
.s-news .news-wrapper .news-item::after {
  content: "";
  display: table;
  clear: both; }
.s-news .news-wrapper .news-item {
  margin: 0;
  padding: 0;
  display: table; }
  .s-news .news-wrapper .news-item div {
    display: table-cell;
    float: none;
    padding: 0; 
   /* height:290px;*/
  }
  .s-news .news-wrapper .news-item .news-img img {
    width: 291px;
    height: 291px; 
   vertical-align: top;
    
  }
  .s-news .news-wrapper .news-item .news-content {
    padding: 45px 20px 10px;
    vertical-align: top;
    position: relative; }
    .s-news .news-wrapper .news-item .news-content h4 {
      font-size: 16px; }
    .s-news .news-wrapper .news-item .news-content h4,
    .s-news .news-wrapper .news-item .news-content a {
      font-weight: 300;
      margin: 5px auto;
      color: #fff; }
    .s-news .news-wrapper .news-item .news-content p {
      color: #849eb6;
      font-size: 14px;
      font-weight: 100; }
    .s-news .news-wrapper .news-item .news-content a,
    .s-news .news-wrapper .news-item .news-content span {
      position: absolute; }
    .s-news .news-wrapper .news-item .news-content a {
      bottom: 20px;
      left: 20px; }
    .s-news .news-wrapper .news-item .news-content .news {
      top: 10px;
      height: 27px;
      width: 95px;
      left: 0;
      background: #dc0f0f;
      padding: 4px 20px; }
      .s-news .news-wrapper .news-item .news-content .news::after {
        content: "";
        position: absolute;
        top: 0;
        right: -10px;
        -webkit-transform: translate(-0.5px, 0);
        transform: translate(-0.5px, 0);
        width: 0;
        height: 0;
        border-top: 27px solid #dc0f0f;
        border-bottom: 30px solid transparent;
        border-right: 10px solid transparent; }

.s-info h2 {
  font-weight: 400;
  font-size: 42px;
  text-transform: uppercase; }
  .s-info h2 span {
    background: #dc0f0f;
    margin-right: 40px;
    padding: 10px 20px;
    position: relative; }
    .s-info h2 span:after {
      content: "";
      position: absolute;
      top: 0;
      right: -20px;
      -webkit-transform: translate(-0.5px, 0);
      transform: translate(-0.5px, 0);
      width: 0;
      height: 0;
      border-top: 59px solid #dc0f0f;
      border-bottom: 58px solid transparent;
      border-right: 20px solid transparent; }
.s-info p {
  color: #849eb6;
  font-weight: 200; }
  .s-info p span,
  .s-info p a {
    color: #fff;
    font-weight: 300; }
  .s-info p a {
    text-decoration: underline; }
.s-info ul {
  padding-left: 5px; }
  .s-info ul li {
    list-style: none; }
    .s-info ul li::before {
      content: "•";
      color: #dc0f0f;
      padding-right: 10px; }

footer {
  background-image: url("/img/img-footer-bg.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0 30px; }
  footer ul {
    padding: 0; }
    footer ul li {
      list-style: none;
      margin-bottom: 10px; }
      footer ul li a {
        color: #fff;
        font-weight: 200;
        font-size: 12px; }
        footer ul li a:hover {
          text-decoration: underline;
          color: #fff; }
  .vm_logos{
    margin: 0 auto;
  }
  .vm_pic{
    padding: 10px;
  }

.close_btn{
  text-align: right;
}

.discr_visa{
  background: #1a2934;
  border: none;
}
.discr_master{
  background: #1a2934;
  border: none;
}

.text_visa, .text_master{
  background: #1a2934;
  padding: 40px;
  display: block;
    position: absolute;
    z-index: 10000000;
    top: 10px;

}


  footer .footer-social {
    padding: 12px 0 0 151px;
    display: table; }
    footer .footer-social p,
    footer .footer-social ul {
      margin: 0; }
    footer .footer-social p {
      font-weight: 100; }
    footer .footer-social li {
      height: 24px;
      width: 24px;
      display: inline-block;
      margin: 0 1px; }
      footer .footer-social li a {
        color: #dc0f0f;
        display: block;
        height: 100%; }
      footer .footer-social li:nth-child(1) {
        background: url("/img/icons-pack.png") no-repeat 1% 95%/2800%; }
      footer .footer-social li:nth-child(2) {
        background: url("/img/icons-pack.png") no-repeat 4.9% 95%/2800%; }
      footer .footer-social li:nth-child(3) {
        background: url("/img/icons-pack.png") no-repeat 9.6% 95%/2800%; }
      footer .footer-social li:nth-child(4) {
        background: url("/img/icons-pack.png") no-repeat 13.6% 95%/2800%; }
      footer .footer-social li:nth-child(5) {
        background: url("/img/icons-pack.png") no-repeat 17.7% 95%/2800%; }
      footer .footer-social li:nth-child(6) {
        background: url("/img/icons-pack.png") no-repeat 22.5% 95%/2800%; }
      footer .footer-social li:nth-child(7) {
        background: url("/img/icons-pack.png") no-repeat 26.7% 95.7%/2800%; }
      footer .footer-social li:nth-child(8) {
        background: url("/img/icons-pack.png") no-repeat 30.8% 96%/2100%; }
  footer .copy {
    font-weight: 100;
    font-size: 12px;
    bottom: 0; }
  footer .copy,
  footer .prod {
    margin-top: 30px;
    height: 20px; }
  footer .xs-hide {
    padding-left: 0; }

.refill-form {
  font-weight: 200;
  max-width: 900px;
  display: table;
  padding: 60px 60px 90px;
  background: #1a2834;
  position: relative;
  z-index: 80;
  margin: 0 auto;
  box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.25); }
  .refill-form .close-form {
    position: absolute;
    font-size: 20px;
    right: 25px;
    top: 25px;
    transition: 0.3s; }
    .refill-form .close-form:hover {
      color: #dc0f0f; }
  .refill-form label {
    display: inline-block;
    width: 50%;
    float: left;
    padding: 20px;
    box-sizing: box-border;
    font-size: 16px; }
  .refill-form input,
  .refill-form select {
    background-color: #000;
    border: 1px solid #fff;
    border-radius: 0 !important;
    width: 100%;
    font-size: 14px;
    height: 40px;
    padding: 5px 10px;
    margin-top: 5px; }
  .refill-form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    appearance: none;
    white-space: nowrap;
    text-overflow: "";
    text-transform: uppercase;
    position: relative; 
    background-color:#000;
  }
  .refill-form select option{
      background-color:#5f6971;
      font-weight:normal;
  }
  
  .refill-form #gameinput {
    background: url("/img/icon-search.png") no-repeat scroll 96% 50%/4%; }
  .refill-form #pay-sum {
    background: url("/img/line.png") no-repeat scroll 100% 50%;
    border-right: 0 none;
    position: relative; }
  .refill-form #pay-currency {
    border-left: 0 none;
    padding: 5px;
    background: url("/img/icon-input-down.png") no-repeat scroll 80% 50%/10%; }
  .refill-form #pay-method {
    background: url("/img/icon-input-down.png") no-repeat scroll 96% 50%/2%; }
  
  .refill-form #submit {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    border: 0 none;
    background: rgba(255, 0, 0, 0.7);
    text-transform: uppercase;
    font-size: 15px;
    height: 60px;
    transition: 0.3s; }
    .refill-form #submit:hover {
      background: #dc0f0f; }

.topgame,
.newgame,
.toprated,
.newpost {
  content: "";
  position: absolute;
  left: 5px;
  bottom: 7px;
  width: 70px;
  height: 70px;
  display: block;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover; }

.topgame {
  background-image: url(/img/catalog/top.png); }

.newgame {
  background-image: url(/img/catalog/new.png); }

.toprated {
  background-image: url(/img/blog/toprated.png);
  right: 0;
  left: auto;
  top: 0; }

.newpost {
  background-image: url(/img/blog/newpost.png);
  right: 0;
  left: auto;
  top: 0; }

.game-page .layout {
  padding-top: 86px; }

.s-single-game {
  padding-top: 400px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50% 0; }
  .s-single-game .game-logo {
    max-width: 340px;
    margin: 0 auto 30px;
    text-align: center; }
    .s-single-game .game-logo img {
      width: 100%; }
  .s-single-game .game-buttons {
    max-width: 340px;
    margin: 0 auto 20px;
    display: table; }
  .s-single-game .game-buttons > a {
    display: table-cell;
    float: left;
    text-align: center;
    background: #dc0f0f;
    padding: 5px 20px;
    text-transform: uppercase;
    margin: 10px;
    border-radius: 15px;
    cursor: pointer;
    font-weight: 300; }
  .s-single-game .game-content {
    font-weight: 200; }
    .s-single-game .game-content span {
      color: #dc0f0f; }
    .s-single-game .game-content h2 {
      font-size: 40px;
      text-transform: uppercase;
      font-weight: 300;
      margin: 0 auto 20px; }
    .s-single-game .game-content div {
      text-align: justify; } /*убрал justify*/
    .s-single-game .game-content .game-rel,
    .s-single-game .game-content .game-dev,
    .s-single-game .game-content .game-prod {
        text-align:left;
      display: inline;
      margin-right: 30px; }
    .s-single-game .game-content ul {
      padding-left: 5px; }
      .s-single-game .game-content ul li {
        list-style: none; }
        .s-single-game .game-content ul li::before {
          content: "•";
          color: #dc0f0f;
          padding-right: 10px; }
  .s-single-game .game-descr {
    margin-top: 20px; }
  .s-single-game .game-descr p,
  .s-single-game .game-descr ul {
    margin: 0; }

.seo-text {
  position: absolute;
  left: -9999px;
  bottom: -9999px; }
  .seo-text .seo-content {
    padding: 30px auto 50px;
    max-height: 140px;
    overflow: hidden;
    text-align: justify;
    -webkit-transition: all 2s ease;
    transition: all 2s ease;
    font-weight: 100; }
    .seo-text .seo-content::after {
      background: linear-gradient(to top, #16232e, rgba(22, 35, 46, 0));
      bottom: 40px;
      content: "";
      height: 100px;
      left: 0;
      position: absolute;
      width: 100%; }
  .seo-text .seo-content.active {
    max-height: 700px; }
    .seo-text .seo-content.active::after {
      background: none; }
  .seo-text .seo-open {
    width: 40px;
    height: 20px;
    display: block;
    margin: 10px auto;
    -webkit-transform: scale(90deg);
    transform: scale(90deg);
    cursor: pointer;
    background: url("/img/icons-pack.png") no-repeat 100% 7%/2000%;
    content: " "; }
  .seo-text .seo-open.active {
    background: url("/img/icons-pack.png") no-repeat 100% 0%/2000%; }

.s-category-inner {
  min-height: 550px;
  background-position: 50% 0%;
  background-size: cover; }

.cat-inner-wrap {
  display: table;
  height: 450px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10; }
.s-category-inner .cat-inner-wrap {
  height: 550px;
}
.cat-inner-wrap .cat-inner-descr {
  display: table-row; }

.cat-inner-wrap .cat-inner-descr .cat-inner-centered {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase; }

.cat-inner-wrap .cat-inner-descr .cat-inner-centered h1 {
  font-weight: 400;
  font-size: 4em; }

.category .s-slider {
  padding-top: 50px; }

  .s-seo .seo-content {
    padding: 30px auto 50px;
    max-height: 140px;
    overflow: hidden;
    text-align: justify;
    -webkit-transition: all 2s ease;
    transition: all 2s ease;
    font-weight: 100; }
    .s-seo .seo-content::after {
      background: linear-gradient(to top, #16232e, rgba(22, 35, 46, 0));
      bottom: 40px;
      content: "";
      height: 100px;
      left: 0;
      position: absolute;
      width: 100%; }
  .s-seo .seo-content.active {
    max-height: 700px; }
    .s-seo .seo-content.active::after {
      background: none; }
  .s-seo .seo-open {
    width: 40px;
    height: 20px;
    display: block;
    margin: 10px auto;
    -webkit-transform: scale(90deg);
    transform: scale(90deg);
    cursor: pointer;
    background: url("/img/icons-pack.png") no-repeat 100% 7%/2000%;
    content: " "; }
  .s-seo .seo-open.active {
    background: url("/img/icons-pack.png") no-repeat 100% 0%/2000%; }
.s-refill > .container {
  /*display: none;*/
}
.s-refill-title {
  background-position: 50% 35%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: 500px;
  margin-top: 85px; }

.s-refill-inner .s-refill-content {
  display: table;
  width: 100%;
  position: relative; }
  .s-refill-inner .s-refill-content h3 {
    font-weight: 300;
    font-size: 1.3em;
    text-transform: uppercase;
    margin: 5px 0;
    position: relative; }
    .s-refill-inner .s-refill-content h3::after {
      background-image: url("/img/icons-pack.png");
      background-repeat: no-repeat;
      background-size: 630% auto;
      content: "";
      height: 70px;
      left: -65px;
      position: absolute;
      top: -48px;
      width: 130px; }
  .s-refill-inner .s-refill-content p {
    margin: 0;
    font-weight: 100;
    line-height: 1.5em;
    text-align: justify; }
  .s-refill-inner .s-refill-content::after {
    background-image: url("/img/instrefill/htrefeal-icons.png");
    background-repeat: no-repeat;
    background-size: 500%;
    content: "";
    position: absolute;
    top: 0px;
    width: 23%;
    height: 100%; }
.s-refill-inner .s-refill-content:nth-child(2n-1) {
  padding: 60px 30% 60px 5%; }
  .s-refill-inner .s-refill-content:nth-child(2n-1)::after {
    right: 0; }
.s-refill-inner .s-refill-content:nth-child(2n) {
  padding: 60px 5% 60px 30%; }
  .s-refill-inner .s-refill-content:nth-child(2n)::after {
    left: 0; }
.s-refill-inner .s-refill-content:nth-child(1)::after {
  background-position: 0% 50%; }
.s-refill-inner .s-refill-content:nth-child(1) h3::after {
  background-position: 0% 79%; }
.s-refill-inner .s-refill-content:nth-child(2)::after {
  background-position: 25% 50%; }
.s-refill-inner .s-refill-content:nth-child(2) h3::after {
  background-position: 18.5% 79%; }
.s-refill-inner .s-refill-content:nth-child(3)::after {
  background-position: 50% 50%; }
.s-refill-inner .s-refill-content:nth-child(3) h3::after {
  background-position: 38% 79%; }
.s-refill-inner .s-refill-content:nth-child(4)::after {
  background-position: 75% 50%; }
.s-refill-inner .s-refill-content:nth-child(4) h3::after {
  background-position: 57% 79%; }
.s-refill-inner .s-refill-content:nth-child(5)::after {
  background-position: 100% 50%; }
.s-refill-inner .s-refill-content:nth-child(5) h3::after {
  background-position: 76.5% 79%; }

.s-about-banner {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  height: 500px;
  padding-bottom: 0; }
  .s-about-banner .s-about-header {
    height: 100%;
    margin-left: 45%;
    display: table; }
    .s-about-banner .s-about-header h1 {
      display: table-cell;
      vertical-align: middle;
      font-weight: 400;
      text-transform: uppercase;
      font-size: 150px; }

.s-about-intro {
  padding-top: 30px;
  text-align: justify; }

.s-about-service .service-thumb {
  display: inline-block;
  width: 21%;
  float: left; }
  .s-about-service .service-thumb:nth-child(2), .s-about-service .service-thumb:nth-child(3) {
    margin-right: 18%; }
  .s-about-service .service-thumb img {
    width: 100%; }
  .s-about-service .service-thumb p {
    text-transform: uppercase;
    margin-top: 0;
    font-size: 16px; }

.s-about-benefits {
  background: rgba(204, 18, 18, 0.95);
  padding: 30px;
  transition: 0.3s; }
  .s-about-benefits:hover {
    background: #dc0f0f; }
  .s-about-benefits .benef-wrap {
    display: table-cell;
    vertical-align: middle;
    padding: 20px 20px 20px 80px;
    height: 100px; }
    .s-about-benefits .benef-wrap::before {
      content: "";
      background-image: url("/img/about-icons/about-icons.png");
      background-repeat: no-repeat;
      background-size: 1050%;
      height: 70px;
      width: 70px;
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -40px; }
  .s-about-benefits .col-sm-4:nth-child(1) .benef-wrap::before {
    background-position: 3% 44%; }
  .s-about-benefits .col-sm-4:nth-child(2) .benef-wrap::before {
    background-position: 17.5% 44%; }
  .s-about-benefits .col-sm-4:nth-child(3) .benef-wrap::before {
    background-position: 32% 44%; }
  .s-about-benefits .col-sm-4:nth-child(4) .benef-wrap::before {
    background-position: 46.3% 45%; }
  .s-about-benefits .col-sm-4:nth-child(5) .benef-wrap::before {
    background-position: 60.7% 44%; }
  .s-about-benefits .col-sm-4:nth-child(6) .benef-wrap::before {
    background-position: 75% 44%; }

.s-about-principles .princip-icons {
  width: 22%;
  display: inline-block;
  float: left;
  content: "";
  background-image: url("/img/about-icons/about-icons.png");
  background-repeat: no-repeat;
  background-size: 410%;
  height: 220px;
  left: 0; }
  .s-about-principles .princip-icons:nth-child(1) {
    background-position: 0 100%;
    margin-right: 4%; }
  .s-about-principles .princip-icons:nth-child(2) {
    background-position: 34% 100%;
    margin-right: 4%; }
  .s-about-principles .princip-icons:nth-child(3) {
    background-position: 65% 100%;
    margin-right: 4%; }
  .s-about-principles .princip-icons:nth-child(4) {
    background-position: 99% 100%; }

.s-about-news .about-news-wrap {
  display: table-cell;
  font-weight: 200; }
  .s-about-news .about-news-wrap a span {
    padding: 3px 10px;
    position: relative; }
    .s-about-news .about-news-wrap a span::before {
      position: absolute;
      background: url("/img/about-icons/newsbkg.png") no-repeat 0 0/100%;
      content: "";
      width: 105px;
      height: 22px;
      left: 0;
      top: 0;
      z-index: -1; }
  .s-about-news .about-news-wrap h4 {
    font-weight: 300; }
  .s-about-news .about-news-wrap p {
    color: #849eb6; }

.s-faq-banner {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  height: 600px;
  padding-bottom: 0;
  margin-top: 80px; }
  .s-faq-banner .s-faq-header {
    height: 100%;
    margin-left: 10%;
    display: table; }
    .s-faq-banner .s-faq-header h1 {
      display: table-cell;
      vertical-align: middle;
      font-weight: 400;
      text-transform: uppercase;
      font-size: 150px;
      color: #dc0f0f; }

.faq-toggle {
  padding: 0;
  list-style: none; }
  .faq-toggle .title {
    display: block;
    margin: 0 10px 0 20px;
    padding: 10px;
    font-size: 20px;
    text-transform: uppercase; 
    cursor: pointer; 
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none; 
    user-select: none; }
  .faq-toggle .content {
    max-height: 0;
    overflow: hidden;
    transition: 0.5s ease-in-out;
    font-weight: 100; }
    .faq-toggle .content span,
    .faq-toggle .content ul {
      padding: 10px 0;
      display: block; }
  .faq-toggle .faq-toggle-item {
    position: relative; }
    .faq-toggle .faq-toggle-item::before {
      background-image: url("/img/faq/icon-plus-minus.png");
      background-repeat: no-repeat;
      background-position: 100% 50%;
      background-size: 200%;
      content: "";
      position: absolute;
      top: 14px;
      left: 0;
      width: 17px;
      height: 16px; }
    .faq-toggle .faq-toggle-item ul {
      list-style: none;
      padding-left: 20px; }
      .faq-toggle .faq-toggle-item ul li {
        position: relative; }
      .faq-toggle .faq-toggle-item ul li::before {
        background: url("/img/faq/icon-check.png") no-repeat 50% 50%/contain;
        content: "";
        position: absolute;
        top: 7px;
        left: -20px;
        width: 16px;
        height: 6px; }
  .faq-toggle .faq-toggle-item.open::before {
    background-position: 2% 50%; }
  .faq-toggle .faq-toggle-item.open .content {
    max-height: 500px; }

.s-contform .contact-form {
  background: #1a2834;
  box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.25); }
  .s-contform .contact-form form {
    display: table;
    width: 100%;
    position: relative;
    padding: 30px 30px 80px; }
    .s-contform .contact-form form .form-header {
      display: block;
      max-width: 580px;
      margin: 0 auto 30px; }
      .s-contform .contact-form form .form-header h3,
      .s-contform .contact-form form .form-header p {
        text-align: center; }
      .s-contform .contact-form form .form-header h3 {
        font-weight: 300;
        text-transform: uppercase; }
      .s-contform .contact-form form .form-header p {
        font-weight: 200; }
  .s-contform .contact-form input,
  .s-contform .contact-form textarea {
    border: 1px solid #fff;
    background: transparent;
    margin-top: 5px;
    height: 40px;
    padding: 5px 15px; }
  .s-contform .contact-form input {
    display: table-cell;
    vertical-align: bottom;
    width: 100%; }
  .s-contform .contact-form input:invalid,
  .s-contform .contact-form textarea:invalid {
    box-shadow: none; }
  .s-contform .contact-form input:-moz-submit-invalid,
  .s-contform .contact-form textarea:-moz-submit-invalid {
    box-shadow: none;
    border-color: #dc0f0f; }
  .s-contform .contact-form input:-moz-ui-invalid,
  .s-contform .contact-form textarea:-moz-ui-invalid {
    border-color: #dc0f0f; }
  .s-contform .contact-form input.error,
  .s-contform .contact-form textarea.error {
    border-color: #dc0f0f; }
  .s-contform .contact-form label {
    position: relative; }
  .s-contform .contact-form label.error {
    position: absolute;
    left: 120px;
    top: -20px;
    padding: 5px 7px;
    width: 200px;
    background: #dc0f0f;
    border-radius: 7px;
    font-weight: 100; }
    .s-contform .contact-form label.error::after {
      content: "";
      position: absolute;
      bottom: -19px;
      left: 50px;
      width: 0;
      height: 0;
      border-color: #dc0f0f transparent transparent;
      border-style: solid;
      border-width: 11px; }
  .s-contform .contact-form label#form-mail {
    margin-top: 35px;
    display: block; }
  .s-contform .contact-form textarea {
    display: table-cell;
    width: 100%;
    height: 140px;
    resize: none; }
  .s-contform .contact-form input[type="submit"] {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #dc0f0f;
    border: 0 none;
    line-height: 30px;
    text-transform: uppercase; }

.s-contacts-banner {
  background-position: 50% 50%;
  height: 500px;
  margin-top: 80px;
  background-size: cover; }

.s-contacts-office .cont-office-item {
  background: #1f2f3d;
  text-align: center;
  padding: 25px 25px 35px;
  margin: 0;
  position: relative;
  border: 1px solid #16232e;
  z-index: 0;
  transition: 0.3s ease; }
  .s-contacts-office .cont-office-item p {
    margin: 5px auto 2px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 400; }
  .s-contacts-office .cont-office-item span {
    font-weight: 200;
    position: absolute;
    left: 50%;
    margin-left: -41px; }
  .s-contacts-office .cont-office-item:hover {
    background: #dc0f0f;
    border-color: #dc0f0f;
    box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.25);
    z-index: 10; }

.s-partners-banner {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  height: 400px;
  padding-bottom: 0;
  margin-top: 80px; }
  .s-partners-banner .s-partners-header {
    height: 100%;
    margin-left: 50%;
    display: table; }
    .s-partners-banner .s-partners-header h1 {
      display: table-cell;
      vertical-align: middle;
      font-weight: 400;
      text-transform: uppercase;
      font-size: 70px;
      color: #fff; }

.s-partners-intro {
  padding: 30px 0;
  text-align: justify; }

.s-partners-benefits {
  background: rgba(204, 18, 18, 0.95);
  padding: 30px;
  transition: 0.3s; }
  .s-partners-benefits:hover {
    background: #dc0f0f; }
  .s-partners-benefits .partners-wrap {
    display: table-cell;
    vertical-align: middle;
    padding: 20px 20px 20px 80px;
    height: 100px; }
    .s-partners-benefits .partners-wrap::before {
      content: "";
      background-image: url("/img/partners/partners-icons.png");
      background-repeat: no-repeat;
      background-size: 350%;
      height: 70px;
      width: 70px;
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -40px; }
  .s-partners-benefits .col-sm-4:nth-child(1) .partners-wrap::before {
    background-position: 0% 0%; }
  .s-partners-benefits .col-sm-4:nth-child(2) .partners-wrap::before {
    background-position: 50% 0%; }
  .s-partners-benefits .col-sm-4:nth-child(3) .partners-wrap::before {
    background-position: 100% 0%; }
  .s-partners-benefits .col-sm-4:nth-child(4) .partners-wrap::before {
    background-position: 0% 100%; }
  .s-partners-benefits .col-sm-4:nth-child(5) .partners-wrap::before {
    background-position: 50% 100%; }
  .s-partners-benefits .col-sm-4:nth-child(6) .partners-wrap::before {
    background-position: 100% 100%; }

.s-partners-merchant .merch-title {
  padding: 25px;
  background: #1a2834;
  font-size: 40px;
  font-weight: 300;
  line-height: 42px;
  text-transform: uppercase; }
  .s-partners-merchant .merch-title p {
    margin: 20px 0; }
.s-partners-merchant .merch-desc {
  font-weight: 200;
  text-align: justify;
  padding-left: 40px; }

.partners-slider {
  padding: 30px;
  position: relative; }
  .partners-slider img.item {
    opacity: 0.5; }
    .partners-slider img.item:hover {
      opacity: 1; }
  .partners-slider .owl-prev,
  .partners-slider .owl-next {
    position: absolute;
    top: 50% !important;
    margin-top: -10px;
    height: 20px;
    width: 10px;
    background-image: url(/img/partners/arrow-slider.png);
    background-repeat: no-repeat;
    background-size: 200%;
    color: transparent; }
    .partners-slider .owl-prev:hover,
    .partners-slider .owl-next:hover {
      background-position: 100%; }
  .partners-slider .owl-prev {
    left: 0 !important;
    transform: rotate(180deg); }
  .partners-slider .owl-next {
    right: 0 !important; }

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  text-align: center; }

.contform-btn {
  background: #dc0f0f;
  display: block;
  margin: 0 auto 30px;
  padding: 10px 35px;
  border: 0;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 300; }

.partners-contform {
  display: none; }

.s-text-content {
  margin-top: 80px;
  font-weight: 200; }
  .s-text-content h2 {
    font-weight: 300;
    text-align: center;
    padding: 30px; }
  .s-text-content b {
    font-weight: 400; }
  .s-text-content ol {
    padding-left: 0; }
    .s-text-content ol li {
      list-style-position: inside;
      margin: 30px 0; }
      .s-text-content ol li p {
        line-height: 25px;
        text-align: justify; }
      .s-text-content ol li ul {
        list-style-type: disc; }
        .s-text-content ol li ul li {
          margin: 0; }

.s-about-banner {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  height: 500px;
  padding-bottom: 0;
  margin-top: 80px; }
  .s-about-banner .s-about-header {
    height: 100%;
    margin-left: 45%;
    display: table; }
    .s-about-banner .s-about-header h1 {
      display: table-cell;
      vertical-align: middle;
      font-weight: 300;
      text-transform: uppercase;
      font-size: 130px; }

.blog-search {
  margin: 30px 0; }

.blog-news .news-nav {
  display: table;
  width: 100%;
  margin: 25px 0; }
  .blog-news .news-nav ul {
    display: table-row;
    padding: 0; }
    .blog-news .news-nav ul li {
      display: inline-block;
      position: relative;
      width: 20%;
      float: left;
      text-align: center;
      padding: 20px;
      background: #233646;
      border: 1px solid #16232e;
      text-transform: uppercase;
      font-weight: 400;
      transition: 0.3s;
      z-index: 0;
      cursor: pointer; }
      .blog-news .news-nav ul li:hover {
        background: #dc0f0f;
        box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.25);
        z-index: 10; }
.blog-news .news-wrapper {
  display: table; }
.blog-news .news-pagination {
  font-weight: 100;
  color: #849eb6;
  display: table;
  margin: 60px auto 30px; }
  .blog-news .news-pagination .pagination-wrap > div {
    display: inline-block;
    width: 20px;
    text-align: center;
    transition: 0.2s; }
    .blog-news .news-pagination .pagination-wrap > div:hover {
      cursor: pointer;
      color: #dc0f0f; }
  .blog-news .news-pagination .pagination-wrap .current {
    background: #dc0f0f;
    color: #fff; }
    .blog-news .news-pagination .pagination-wrap .current:hover {
      cursor: default;
      color: #fff; }

.s-announce .announce-title,
.s-announce .announce-item {
  width: 100%;
  margin-bottom: 30px;
  display: table; 
 }
  .s-announce .announce-title:hover,
  .s-announce .announce-item:hover {
    box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.25);
    z-index: 20; }
.s-announce .announce-title {
  background: #dc0f0f;
  text-align: center;
  padding: 15px;
  height:20px;
  text-transform: uppercase; }
.s-announce .announce-item {
  background: #1a2834;
  padding: 20px;
  font-weight: 100;
  position: relative;
  transition: 0.3s;
  height:160px;
  text-transform: none;
  z-index: 10; }
  .s-announce .announce-item span {
    color: #849eb6;
    font-weight: 20; }

.s-post-banner {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  height: 500px;
  padding-bottom: 0;
  margin-top: 80px; }
  .s-post-banner .s-post-header {
    height: 100%;
    text-align: center;
    display: table;
    width: 100%; }
    .s-post-banner .s-post-header h1 {
      display: table-cell;
      vertical-align: middle;
      font-weight: 400;
      text-transform: uppercase;
      font-size: 70px; }

.s-blog-post {
  padding-top: 250px;
  margin-top: 60px; 

}
  .s-blog-post .section-header {
    padding-bottom: 350px;
    font-size: 70px; 
    height:300px;
   text-shadow: 2px 2px 4px #000000;
    
  }
  .s-blog-post .post-meta {
    display: table;
    width: 100%; 
  padding-top:200px;
  }
    .s-blog-post .post-meta::after, .s-blog-post .post-meta::before {
      content: "";
      display: table; }
    .s-blog-post .post-meta .post-author,
    .s-blog-post .post-meta .post-meta-info,
    .s-blog-post .post-meta .post-meta-share {
      line-height: 30px; }
    .s-blog-post .post-meta .post-author {
      padding-left: 0;
      font-weight: 200; }
      .s-blog-post .post-meta .post-author span {
        color: #dc0f0f; }
    .s-blog-post .post-meta .post-meta-info > div {
      display: inline-block;
      width: 33%;
      float: left;
      text-align: right;
      color: #859bbc;
      font-weight: 200; }
      .s-blog-post .post-meta .post-meta-info > div i {
        content: "";
        display: inline-block;
        width: 17px;
        height: 10px;
        margin-right: 5px;
        background-image: url("/img/blogpost/icon-article.png");
        background-repeat: no-repeat;
        background-size: 300%; }
      .s-blog-post .post-meta .post-meta-info > div a {
        color: #859bbc; }
    .s-blog-post .post-meta .post-meta-info .pmd-watch i {
      background-position: 0 50%; }
    .s-blog-post .post-meta .post-meta-info .pmd-comments i {
      background-position: 55% 50%; }
    .s-blog-post .post-meta .post-meta-info .pmd-likes i {
      background-position: 100% 50%; }
    .s-blog-post .post-meta .post-meta-share {
      text-align: right;
      font-weight: 200; }
      .s-blog-post .post-meta .post-meta-share span {
        margin-right: 5px;
        color: #859bbc; }
      .s-blog-post .post-meta .post-meta-share a {
        border-radius: 50%;
        display: inline-block;
        width: 25px;
        height: 25px;
        vertical-align: middle;
        background-image: url("/img/blogpost/icon-article-social.png");
        background-size: 500%;
        background-repeat: no-repeat;
        z-index: 10;
        position: relative;
        transition: 0.2s; }
        .s-blog-post .post-meta .post-meta-share a:nth-child(2) {
          background-position: 3% 18%; }
        .s-blog-post .post-meta .post-meta-share a:nth-child(3) {
          background-position: 29% 18%; }
        .s-blog-post .post-meta .post-meta-share a:nth-child(4) {
          background-position: 60% 15%; }
        .s-blog-post .post-meta .post-meta-share a:nth-child(5) {
          background-position: 92% 18%; }
        .s-blog-post .post-meta .post-meta-share a:hover {
          background-color: #dc0f0f;
          background-image: url("/img/blogpost/icon-article-social.png"); }
          .s-blog-post .post-meta .post-meta-share a:hover:nth-child(2) {
            background-position: 3% 82%; }
          .s-blog-post .post-meta .post-meta-share a:hover:nth-child(3) {
            background-position: 29% 82%; }
          .s-blog-post .post-meta .post-meta-share a:hover:nth-child(4) {
            background-position: 60% 80%; }
          .s-blog-post .post-meta .post-meta-share a:hover:nth-child(5) {
            background-position: 92% 82%; }
    .s-blog-post .post-meta .post-meta-date {
      font-weight: 200;
      padding-left: 0;
      color: #849eb6; }
    .s-blog-post .post-meta .post-meta-comment-count {
      padding-left: 0;
      line-height: 30px; }
  .s-blog-post .post-content {
    padding: 10px 0; }
    .s-blog-post .post-content p {
      text-align: justify;
      font-weight: 200;
      padding: 10px 0; }
    .s-blog-post .post-content i {
      color: #859bbc; }
    .s-blog-post .post-content .quote {
      text-align: center;
      display: block;
      margin: 10px 0;
      padding: 30px 30px 20px;
      background: #202f3c; }
      .s-blog-post .post-content .quote img {
        display: block;
        margin: 10px auto; }
    .s-blog-post .post-content .nb {
      padding: 30px 40px;
      display: block;
      background: #dc0f0f url("/img/blogpost/nb.png") no-repeat 0 50%/contain; }
    
    .s-blog-post .post-content a {
      /*padding: 30px 0 20px;
      text-align: right;
      display: block;
      width: 100%;*/
      text-decoration: underline;
      color: #849eb6;
      font-weight: 200; }
    
    .s-blog-post .post-content .post-content-more a {
      padding: 30px 0 20px;
      text-align: right;
      display: block;
      width: 100%;
      text-decoration: underline;
      color: #849eb6;
      font-weight: 200; }
    
    
    .s-blog-post .post-content .post-slider.owl-carousel {
      position: relative;
      margin: 30px 0; }
    .s-blog-post .post-content .post-slider.owl-carousel .owl-item {
      text-align: left; }
      .s-blog-post .post-content .post-slider.owl-carousel .owl-item::after {
        background: linear-gradient(transparent, #000);
        bottom: -10px;
        width: 100%;
        height: 60px;
        position: absolute;
        content: "";
        left: 0; }
    .s-blog-post .post-content .post-slider.owl-carousel .owl-item img {
        
      width: 750;
    height:497px;
    }
    .s-blog-post .post-content .post-slider.owl-carousel .owl-controls {
      position: absolute;
      top: auto;
      bottom: 10px;
      left: 10px; }
    .s-blog-post .post-content .post-slider.owl-carousel .owl-controls .owl-prev,
    .s-blog-post .post-content .post-slider.owl-carousel .owl-controls .owl-next {
      background-image: url(/img/blogpost/arrow-article-slider.png);
      background-repeat: no-repeat;
      background-size: 200%;
      background-position: 0 0;
      content: "";
      display: inline-block;
      height: 30px;
      width: 20px;
      color: transparent; }
    .s-blog-post .post-content .post-slider.owl-carousel .owl-controls .owl-prev {
      transform: rotate(180deg); }
      .s-blog-post .post-content .post-slider.owl-carousel .owl-controls .owl-prev:hover {
        background-position: 100% 0; }
    .s-blog-post .post-content .post-slider.owl-carousel .owl-controls .owl-next {
      margin-left: 15px; }
      .s-blog-post .post-content .post-slider.owl-carousel .owl-controls .owl-next:hover {
        background-position: 100% 0; }
  .s-blog-post hr {
    border-color: #859bbc; }
  .s-blog-post .comments-area {
    padding-top: 30px; }
    .s-blog-post .comments-area > form {
      padding: 0; }
    .s-blog-post .comments-area > form > div {
      padding-left: 0;
      padding-right: 30px;
      margin-bottom: 20px; }
    .s-blog-post .comments-area label {
      width: 100%; }
    .s-blog-post .comments-area input,
    .s-blog-post .comments-area textarea {
      display: block;
      width: 100%;
      background: transparent;
      border: 1px solid #fff;
      resize: none;
      padding: 5px 10px;
      font-weight: 200; }
    .s-blog-post .comments-area input[type="submit"] {
      max-width: 350px;
      border: 0 none;
      background: #dc0f0f;
      padding: 10px;
      text-transform: uppercase; }
  .s-blog-post .comments-respond {
    clear: both;
    padding: 30px; }
    .s-blog-post .comments-respond .comment {
      display: block;
      margin: 25px 0;
      font-weight: 200; }
      .s-blog-post .comments-respond .comment .comment-auth,
      .s-blog-post .comments-respond .comment .comment-time,
      .s-blog-post .comments-respond .comment .comment-text,
      .s-blog-post .comments-respond .comment .comment-btn {
        padding-bottom: 5px; }
      .s-blog-post .comments-respond .comment .comment-time,
      .s-blog-post .comments-respond .comment .comment-btn {
        color: #859bbc; }
      .s-blog-post .comments-respond .comment .comment-btn {
        text-transform: uppercase; }
      .s-blog-post .comments-respond .comment .comment-text {
        padding: 10px 0; }
      .s-blog-post .comments-respond .comment .comment-auth {
        position: relative; }
        .s-blog-post .comments-respond .comment .comment-auth .comment-auth-img {
          content: "";
          position: absolute;
          width: 40px;
          height: 40px;
          left: -50px;
          border-radius: 50%; }
      .s-blog-post .comments-respond .comment .comment-reply {
        margin: 25px 0 0; }
  .s-blog-post aside .col-md-12 {
    margin: 0 0 30px;
    padding: 0; }
  .s-blog-post aside .announce-title {
    background: #dc0f0f;
    text-align: center;
    padding: 10px 0;
    text-transform: uppercase;
    margin-bottom: 20px; }
  .s-blog-post aside .announce-item {
    background: #1a2834;
    padding: 50px;
    margin-bottom: 20px;
    font-weight: 200;
    transition: 0.3s; }
    .s-blog-post aside .announce-item:hover {
      box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.25);
      z-index: 10; }

#scroll-rocket {
  position: fixed;
  left: 10px;
  bottom: 10px;
  transition: 0.6s; }

.s-login-register {
  margin-top: 120px;
  font-weight: 200; }
  .s-login-register form {
    padding: 10px 30px;
    display: table;
    width: 100%;
    height: 300px; }
    .s-login-register form label {
      margin: 15px 0;
      position: relative; }
      .s-login-register form label #addphoto {
        position: absolute;
        right: 15px;
        bottom: -15px;
        font-size: 12px;
        text-decoration: underline; }
    .s-login-register form input,
    .s-login-register form select {
      width: 100%;
      margin: 5px 0;
      padding: 5px 10px;
      background: transparent;
      border: 1px solid #fff; }
    
    .s-login-register form select option{
            background-color:#5f6971;
    }
    .s-login-register form select {
      background: rgba(0, 0, 0, 0) url("/img/icon-input-down.png") no-repeat scroll 96% 50% / 2% auto; 
      height: 32px; 
      -webkit-appearance: none;
      -moz-appearance: none;
      -o-appearance: none;
      appearance: none;
      outline: none; 
    }
  .s-login-register form#login {
    max-width: 560px;
    margin: 0 auto; }

.tabs {
  background: #1a2834; }

.tabs > div {
  padding: 10px 0 0 0;
  position: relative; }
  .tabs > div > div {
    padding-bottom: 80px; }
  .tabs > div span.horiz-line {
    text-align: center;
    display: block;
    position: relative;
    max-width: 560px;
    margin: 0 auto;
    overflow: hidden;
    text-transform: uppercase; }
    .tabs > div span.horiz-line::before, .tabs > div span.horiz-line::after {
      content: "";
      background: #5f6971;
      width: 100%;
      height: 1px;
      left: 50%;
      margin-left: 30px;
      top: 9px;
      position: absolute; }
    .tabs > div span.horiz-line::after {
      left: auto;
      right: 50%;
      margin-left: 0;
      margin-right: 30px; }
  .tabs > div .services {
    display: table;
    width: 100%;
    padding: 30px 30px 10px; }
    .tabs > div .services ul {
      display: table-row; }
      .tabs > div .services ul li {
        width: 31%;
        margin: 0 1%;
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 300; }
      .tabs > div .services ul li.auth-service.facebook {
        background: url("/img/login-register/fb.png") no-repeat 50% 50%/contain; }
      .tabs > div .services ul li.auth-service.vkontakte {
        background: url("/img/login-register/vk.png") no-repeat 50% 50%/contain; }
      .tabs > div .services ul li.auth-service.steam {
        background: url("/img/login-register/steam.png") no-repeat 50% 50%/contain; }
  .tabs > div span.terms {
    width: 100%;
    position: absolute;
    margin: 0 auto;
    display: block;
    text-align: center;
    font-weight: 200;
    font-size: 12px; }
    .tabs > div span.terms a {
      color: #dc0f0f;
      text-decoration: underline; }
  .tabs > div .submit-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #dc0f0f;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 0;
    cursor: pointer; }

.tabs ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: block;
  clear: both;
  width: 100%;
  position: relative;
  z-index: 50; }

.tabs ul li {
  cursor: pointer;
  display: inline-block;
  float: left;
  padding: 15px;
  background: #233646;
  color: #fff;
  width: 50%;
  text-align: center;
  text-transform: uppercase;
  font-weight: 300; }

.tabs ul li.active,
.tabs ul li.active:hover {
  background: #dc0f0f; }

.register-descr {
  background: #1a2834;
  padding: 20px; }
  .register-descr span {
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase; }
  .register-descr ul {
    margin: 10px;
    list-style: none;
    padding: 0; }
    .register-descr ul li {
      padding-left: 5px;
      margin-bottom: 10px;
      position: relative; }
      .register-descr ul li::before {
        background: url("/img/faq/icon-check.png") no-repeat 50% 50%/contain;
        content: "";
        position: absolute;
        top: 7px;
        left: -15px;
        width: 16px;
        height: 6px; }

/*# sourceMappingURL=main.css.map */
