/* cyrillic-ext */
@font-face {
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/exo2/v9/7cH1v4okm5zmbvwkAx_sfcEuiD8jvvKsNNC_nps.woff2)
    format("woff2");
  unicode-range:
    U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/exo2/v9/7cH1v4okm5zmbvwkAx_sfcEuiD8jvvKsPdC_nps.woff2)
    format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/exo2/v9/7cH1v4okm5zmbvwkAx_sfcEuiD8jvvKsNtC_nps.woff2)
    format("woff2");
  unicode-range:
    U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/exo2/v9/7cH1v4okm5zmbvwkAx_sfcEuiD8jvvKsN9C_nps.woff2)
    format("woff2");
  unicode-range:
    U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113,
    U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/exo2/v9/7cH1v4okm5zmbvwkAx_sfcEuiD8jvvKsOdC_.woff2)
    format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF,
    U+FFFD;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  background-color: #000;
  color: #b4b4b4;
  font-family: "Exo 2", sans-serif;
}
form select:focus,
form option:focus {
  outline: none;
}
img {
  will-change: transform;
  object-fit: cover;
}
img.img_hover {
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
  transition: all 0.4s ease;
}
img.img_hover:hover {
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
}
.container.wrapper {
  background-color: #0b161c;
  z-index: 10;
  position: relative;
  padding: 0;
  box-shadow: 0px 0px 20px 14px rgb(0, 0, 0);
}
/*стили скрола*/
::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}
::-webkit-scrollbar-button {
  background-color: #ffb700;
}
::-webkit-scrollbar-track {
  background-color: #999;
}
::-webkit-scrollbar-track-piece {
  background-color: #0b151b;
}
::-webkit-scrollbar-thumb {
  height: 50px;
  background-color: #ffb700;
  border-radius: 3px;
}
::-webkit-scrollbar-corner {
  background-color: #0b151b;
}
::-webkit-resizer {
  background-color: #0b151b;
}

.nocopy {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none;
}
.text-preload {
  width: 100px;
  margin-top: 30px;
  margin-left: 14px;
  color: #888;
  font-size: 12px;
}
#bglink {
  display: block;
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 0;
  text-indent: -5000em;
}
button:active,
button:focus {
  outline: none;
}
button::-moz-focus-inner {
  border: 0;
}
.col-five,
.col-add {
  width: 20%;
  float: left;
  padding: 0 3px;
}
.col-five:last-child,
.col-add:last-child {
  padding-right: 0px;
}

a,
a:hover {
  text-decoration: none;
  color: #b4b4b4;
  transition: all 0.2s ease;
}
a:hover {
  text-decoration: none;
  color: #ddd;
}
.top-line .left_ul_top a {
  margin-right: 15px;
}
.right_ul_top .fa {
  color: #ffb700;
  font-size: 17px;
  margin-right: 6px;
}
.top-line {
  background-color: #060b0e;
  border-bottom: 1px solid #444;
  padding: 8px 0;
}
.top-line {
  background-color: #060b0e;
}
.nav-top ul,
.catalog-nav ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
.nav-top ul li {
  font-size: 14px;
  display: inline;
  margin-right: 20px;
}
.nav-top ul li:last-child {
  margin-right: 0px;
}
.cur {
  display: table-cell;
}
.cur form select {
  background-color: #060b0e;
  color: #d0a175;
  border: none;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
}
li.my-buy {
  border-left: 1px solid #86684c;
  padding-left: 20px;
}
li.my-buy a {
  color: #eee;
}
li.my-buy a:hover {
  color: #e4c9b0;
}
.margin-right {
  margin-right: 10px !important;
}
.search-btn {
  display: block;
  width: 14px;
  height: 14px;
  text-indent: -9999px;
  position: absolute;
  top: 13px;
  right: 12px;
  border: 0;
  cursor: pointer;
}
.logo {
  margin: 15px 0;
}
.but-random a {
  display: block;
  background-color: #0b161c6e;
  margin: 35px 0;
  height: 46px;
  font-size: 18px;
  border: 1px solid #ccc;
  color: #ccc;
  padding: 10px 0 12px;
  line-height: 1.3em;
  border-radius: 30px;
}
.but-random a:hover {
  background-color: #0b161c6e;
  margin: 35px 0;
  border: 1px solid #ccc;
  color: #ccc;
}
.but-random a:hover {
  background-color: #0b161c96;
  margin: 35px 0;
  border: 1px solid #fff;
  color: #fff;
}
.but-random img {
  margin-right: 10px;
}
@keyframes moving {
  100% {
    transform: rotate(360deg);
  }
}
.random-img {
  animation: moving 3s infinite linear;
}
.fon {
  background-image: url(../img/fire.png);
}
.catalog-nav ul li {
  display: inline;
  margin-right: 20px;
}
.catalog-nav {
  background-color: #000;
  border: 1px solid #111;
  padding: 15px;
  font-size: 17px;
  font-weight: 500;
}
.slider {
  height: 100px;
}
.slide {
  position: relative;
}
.banner-txt {
  position: absolute;
  top: 25px;
  left: 5px;
  text-align: left;
  background-color: #00000085;
  padding: 5px 20px 12px;
  box-shadow:
    0 0px 20px 0px #00000085,
    0 0px 20px 5px #00000085;
}
.banner-txt span {
  display: inline-block;
  background-color: #c56e25;
  padding: 5px 10px 6px;
  line-height: 1em;
  color: white;
  text-shadow: 0 0 2px #000;
  box-shadow:
    0 0px 8px 9px rgba(0, 0, 0, 0.25),
    0 0px 9px 7px rgba(0, 0, 0, 0.22);
}
.banner-txt h4 {
  color: #eee;
  text-shadow:
    0 0 5px #000,
    0 0 8px #000;
  font-size: 18px;
  margin-bottom: 5px;
}
.banner-txt a {
  padding: 2px 45px 4px;
  border: 1px solid #c56e25;
  color: #efc39f;
  text-shadow: 0 0 2px #3a2a2a;
  background-color: #0000005e;
}
.banner-txt a:hover {
  border: 1px solid #cc9465;
  color: #ecd2bc;
  background-color: #00000030;
}

.search {
  margin: 35px 0;
  padding-left: 58px;
}
* {
  box-sizing: border-box;
}
.search form {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.search input {
  width: 100%;
  height: 46px;
  padding-left: 20px;
  border: 1px solid #2f414b;
  border-radius: 30px;
  outline: none;
  background: #11222b;
  font-size: 17px;
}
.search input.form-control::placeholder {
  color: #bbb;
}
.form-control:focus {
  color: #cfcfcf;
  background-color: #162933;
  border-color: #777;
  outline: 0;
  box-shadow: none;
}
.search button {
  position: absolute;
  top: 0;
  right: 0px;
  width: 60px;
  height: 46px;
  border: none;
  background-color: #5ab33a;
  border: 1px solid #5ab33a;
  cursor: pointer;
  border-radius: 0 50px 50px 0;
  transition: all 0.2s ease;
}
.search button:hover {
  background-color: #7cd55d;
}
.search button:before {
  content: "\f002";
  font-family: FontAwesome;
  font-size: 20px;
  color: #000;
}
#txt {
  display: inline-block;
}
.pulse {
  margin: 7px 10px;
  display: block;
  float: left;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #cca92c;
  cursor: pointer;
  box-shadow: 0 0 0 rgba(204, 169, 44, 0.4);
  animation: pulse 2s infinite;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
    box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
  }
}

/*Меню сайта*/

.navigation {
  border-bottom: 1px solid #ffffff0f;
  background-color: #162b37;
  border-top: 1px solid #ffffff0f;
  color: #ddd;
}
.navbar {
  padding: 0px;
}
.sticky {
  position: sticky;
  top: 0;
  z-index: 9999;
}
.navbar_list {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.navbar_item {
  position: relative;
  padding: 18px 30px;
  transition: all 0.2s ease;
  cursor: default;
  text-shadow: 0 0 2px #000;
}
.navbar_flyout i {
  display: none;
}
.navbar_item.navbar_item_home {
  padding: 18px 20px 0px 5px;
}
.navbar_item:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  margin: 10px 0;
  background-color: #ffffff1c;
}
.navbar_flyout a:hover,
.navbar_item:hover .navbar_item_text span,
.navbar_item_text a:hover,
.navbar_item:hover,
.navbar_flyout a:hover,
.navbar_list_icon i {
  color: #ffb700;
}
.navbar_item_text span {
  cursor: default;
}
.navbar_item a {
  color: #ddd;
}
.navbar_item span::after {
  display: inline-block;
  font-size: 14px;
  color: #ffffff61;
  width: 0;
  height: 0;
  margin-left: 0.6em;
  vertical-align: 0.18em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.navbar_flyout {
  display: none;
  border-top: 1px solid #ffb700;
  z-index: 10;
  top: 60px;
  left: 0;
  position: absolute;
  background-color: #172a39;
  padding: 15px 0;
}
.navbar_flyout a {
  display: block;
  white-space: nowrap;
  margin: 8px 20px;
}
.navbar_server {
  text-transform: uppercase;
  font-size: 14px;
}
.navbar_server_select {
  display: flex;
  border: 1px #ffffff12 solid;
}
.navbar_server_select a {
  display: block;
  padding: 10px 15px;
  background-color: #0000000a;
}
.navbar_server_select a:nth-child(2) {
  border-left: 1px solid #ffffff12;
  border-right: 1px solid #ffffff12;
}
.navbar_view_mobile {
  display: none;
  cursor: pointer;
}
.navbar_list_icon {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  font-size: 25px;
  width: 115px;
}
.navbar_list_icon i.fa {
  font-size: 35px;
}
.navbar_flyout_mobile_block {
  display: none;
  position: absolute;
  background-color: #192f3b;
  top: 60px;
  left: 0px;
  width: 100%;
}
.navbar_flyout_mobile_link {
  display: none;
}
.navbar_flyout_mobile_link a {
  display: block;
  margin-left: 5px;
}
.navbar_list_icon .fa-close {
  display: none;
}
.navbar_item_home i {
  font-size: 23px;
}
.navbar_item_home b {
  display: none;
}

/*Меню сайта*/

.sort_list_price {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 18px;
  margin-bottom: 5px;
}
.sort_list_price_text {
  margin-right: 15px;
}
.sort_list_price_icon {
  font-size: 24px;
}
.sort_list_price_icon a:nth-child(1) i {
  margin-right: 10px;
}

.switch-toggle {
  float: left;
  background: #242729;
}
.switch-toggle a {
  margin: 0;
}
.switch-toggle input {
  position: absolute;
  opacity: 0;
}
.switch-toggle input + label {
  padding: 8px 12px;
  float: left;
  color: #fff;
  cursor: pointer;
}
.switch-toggle input:checked + label {
  background: green;
}

#mainmenu ul a.color-game {
  color: #ffbc00;
}
#mainmenu ul a.color-game:hover {
  color: #e8974b;
}
.slider-block {
  padding-top: 2px;
  margin-bottom: 8px;
}
.slider-block .col-lg-7 {
  padding-right: 0;
}
.slider-left .owl-nav {
  height: 0px;
}
.slider-left .fa {
  position: absolute;
  top: 43%;
  font-size: 50px;
  color: #aaa;
  text-shadow:
    0 0 1px #000,
    0 0 5px #000;
}
.slider-left .fa.fa-angle-left {
  left: 10px;
}
.slider-left .fa.fa-angle-right {
  right: 10px;
}
.slider-left img {
  height: 366px;
  border: 1px solid #444;
}
.vert-banner {
  width: 180px;
  position: relative;
}
.vert-banner img {
  width: 180px;
  height: 366px;
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
  transition: all 0.3s ease;
  position: relative;
  z-index: 10;
}
.img_brig,
.horizon_1win img,
.recom_block_item img,
.popup_1x_img img,
.rec_win img,
.rec_bust img,
.pop_bust_img img,
img.img_prem {
  width: 100%;
  height: auto;
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
  transition: all 0.3s ease;
}
.horizon_1win img:hover,
.popup_1x_img img:hover,
.pop_bust_img img:hover,
.rec_win img:hover,
.rec_prem:hover img.img_prem,
.rec_bust img:hover,
.vert-banner img:hover {
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
}
.rec_win {
  margin-top: 5px;
  margin-bottom: 20px;
  border: 1px solid #525252;
}
.block-up-ban {
  width: 100%;
  position: absolute;
  bottom: 73px;
  z-index: 11;
  text-align: center;
  font-family: "arial";
  font-size: 13px;
  color: black;
  font-weight: 900;
}
a.but-twitch {
  text-align: center;
  display: block;
  padding: 6px 0 7px;
  margin-top: 10px;
  transition: all 0.3s ease;
  background-color: #18012d;
  border: 1px solid #783da1;
  color: #e5c1ff;
  text-shadow: 0 0 2px #000;
  position: relative;
  z-index: 10;
  font-size: 14px;
}
a.but-up-rang {
  text-align: center;
  display: block;
  padding: 6px 0 7px;
  margin-top: 10px;
  transition: all 0.3s ease;
  background-color: #0b161c;
  border: 1px solid #ffde02;
  color: #ffde02;
  text-shadow: 0 0 2px #000;
  position: relative;
  z-index: 10;
  font-size: 14px;
}
a.but-twitch:hover {
  border: 1px solid #aa74d0;
  color: #f0dbff;
}
a.but-up-rang:hover {
  border: 1px solid #fff3a7;
  color: #fff7c4;
}
.item {
  width: 260px;
  height: 260px;
  margin-bottom: 10px;
  transform: rotate(-90deg);
}
.item img {
  height: 115px;
  border: 1px solid #444;
  transform: translateY(19px);
}
.vertical-slider .owl-carousel {
  transform: rotate(90deg);
  width: 366px;
  height: 260px;
  margin-top: 53px;
  margin-left: -53px;
}
.slide-two .fa {
  position: absolute;
  font-size: 20px;
  top: 45%;
  color: #aaa;
  text-shadow:
    0 0 1px #000,
    0 0 5px #000;
}
.slide-two .fa-caret-right {
  right: -3px;
}
.slide-two .fa-caret-left {
  left: -3px;
}
.slider-block .col-lg-2,
.slider-block .col-lg-3 {
  padding-left: 10px;
}
.owl-carousel .fa {
  transition: all 0.3s ease;
}
.owl-carousel .fa:hover,
.content .owl-carousel .fa:hover {
  color: #fff;
}
.banner-style img {
  width: 100%;
  height: auto;
  margin: 2px 0 5px;
  border: 1px solid #444;
}
marquee {
  width: 100%;
  background-color: #070d10;
  color: #8e8e8e;
}
.marquee {
  position: relative;
  margin-top: 20px;
}
.marquee span {
  position: absolute;
  padding-right: 15px;
  background-color: #0b161c;
  z-index: 9;
}
.marquee b {
  font-weight: 300;
  padding-right: 1100px;
}
.marquee b:last-child {
  padding-right: 0px;
}
.l-item img {
  width: 100%;
  height: 123px;
}
.lists .l-item img {
  width: 100%;
  height: 145px;
}
.main-sliders {
  padding-top: 10px;
}
.content h2 {
  font-size: 18px;
  color: #aaa;
  font-weight: 300;
  margin: 15px 10px 12px 6px;
  display: inline-block;
  transition: all 0.3s ease;
}
.content i.fa.fa-user {
  vertical-align: baseline;
}
.content span .fa {
  color: #e28130;
  vertical-align: text-top;
}
.but-catalog .fa {
  margin-right: 7px;
}
.add-main-sl .but-catalog a {
  padding: 5px 15px 6px;
  transition: all 0.3s ease;
  display: inline-block;
  background-color: #c56e25;
  line-height: 1em;
  color: white;
  font-weight: 500;
  text-shadow: 0 0 2px #000;
}
.add-main-sl .but-catalog a:hover {
  background-color: #ea842e;
}
.but-catalog a {
  padding: 5px 15px 6px;
  transition: all 0.3s ease;
  display: inline-block;
  background-color: #c56e25;
  line-height: 1em;
  color: white;
  font-weight: 500;
  text-shadow: 0 0 2px #000;
}
.but-catalog a:hover {
  background-color: #ea842e;
}
.but-catalog.green a {
  background-color: #216f05;
}
.but-catalog.green a:hover {
  background-color: #1d5f06;
}
a h2:hover {
  color: #eee;
}
.but-catalog {
  margin-top: 10px;
}
.content .l-item img {
  border: 1px solid #444;
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
  transition: 0.3s ease;
}
.list-img img,
.img-prew img,
.text-up img,
.bl_acc_small img {
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
  transition: all 0.3s ease;
}
.content .l-item img:hover,
.item_list_product:hover .list-img img,
.img-prew img:hover,
.text-up img:hover,
.bl_acc_small img:hover {
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
}
.content .owl-nav .fa {
  position: absolute;
  top: 21%;
  font-size: 28px;
  color: #c1c1c1;
  text-shadow:
    0 0 1px #000,
    0 0 5px #000;
}
.content .game-owl .owl-nav .fa {
  top: 24%;
}
.content .owl-carousel .fa-chevron-circle-right {
  right: -7px;
}
.content .owl-carousel .fa-chevron-circle-left {
  left: -7px;
}
.name-acc-cont span,
.name-acc-cont h5 {
  font-size: 14px;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  font-weight: 300;
  color: white;
  padding: 0;
  margin: 5px 0;
}
.name-acc-cont {
  position: relative;
  overflow: hidden;
  margin-top: 2px;
}
.grad-name-acc {
  top: 0;
  right: 0;
  width: 25px;
  height: 20px;
  position: absolute;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, #0b161c 97%);
}
.type-acc-cont {
  font-size: 12px;
  font-weight: 300;
  color: #8c8c8c;
  line-height: 1em;
  margin-bottom: 7px;
}
.type-acc-cont .fa {
  margin-right: 5px;
  color: #d0a175;
}
.price-acc-cont {
  display: inline-block;
  background-color: #c56e25;
  padding: 4px 11px;
  font-weight: 500;
  line-height: 1em;
  font-size: 14px;
  color: white;
  margin-top: 4px;
  text-shadow: 0 0 2px #000;
}
.l-acc-owl {
  border-bottom: 1px dashed #222;
}
.ar-padding {
  margin-bottom: 30px;
}
.list-button {
  border-bottom: 1px dashed #222;
  padding-bottom: 35px;
}
.bord-none {
  border: none;
}
.list-button a {
  padding: 7px 0;
  display: block;
  border: 1px solid #444;
  margin: 0 auto;
  font-weight: 300;
  width: 100%;
}
.list-button a:hover {
  border: 1px solid #666;
}
.payment h4 {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 20px;
}
.payment img,
.ls-games img,
.content .game-owl img {
  filter: grayscale(100%);
  transition: all 0.5s ease;
}
.payment img:hover,
.content .game-owl img:hover,
.ls-games img:hover {
  filter: none;
  opacity: 1;
}
.payment {
  margin: 30px 0 35px;
}
.banner-bottom {
  margin: 20px 0;
}
.bt-item {
  text-align: center;
  margin: 5px 0 70px;
  padding: 0 50px;
}
.bt-item .fa {
  font-size: 30px;
  color: #d29052;
}
.bt-item span {
  display: block;
  font-size: 14px;
  font-weight: 300;
}
.promo-lst {
  margin-left: 10px;
  padding: 5px 0 10px 48px;
  background-color: #081015;
}
.promo-tw .promo-lst {
  margin-left: 25px;
  padding: 5px 6px 10px 30px;
}
.promo-one h2,
.promo-two h2,
.promo-tw h2 {
  text-align: center;
  width: 100%;
  font-size: 30px;
  color: #e68432;
  font-weight: 500;
}
.promo-one ul,
.promo-two ul,
.promo-tw ul {
  font-size: 19px;
  color: #aaa;
  line-height: 1.3em;
  font-weight: 200;
  margin: 0 auto;
}
.promo-one .promo-lst {
  padding: 5px 0 10px 35px;
}
.promo-tw ul {
  font-size: 18px;
}
.promo-one img,
.promo-two img,
.promo-tw img {
  width: 100%;
  height: auto;
}
.promo-one a,
.promo-two a,
.promo-tw a {
  padding: 8px 35px 13px;
  font-size: 20px;
  transition: all 0.3s ease;
  display: inline-block;
  border: 1px solid #c56e25;
  line-height: 1em;
  color: #ccc;
  font-weight: 300;
  text-shadow: 0 0 2px #000;
}
.promo-one a {
  margin-top: 30px;
}
.promo-two a,
.promo-tw a {
  margin-top: 25px;
}
.promo-block {
  border-bottom: 1px dashed #333;
  border-top: 1px dashed #333;
  padding: 10px 0;
  margin: 10px 0 30px;
}
.promo-one h2 {
  margin: 23px 0 30px;
}
.last-slider .l-acc-owl,
.last-slider .list-button {
  border: none;
  margin-bottom: 20px;
}
.promo-two p,
.promo-tw p {
  text-align: center;
  margin-bottom: 5px;
  font-weight: 200;
  color: white;
}
.promo-two span,
.promo-tw span {
  text-align: center;
  display: block;
  margin-top: 5px;
  font-weight: 200;
  font-size: 14px;
}
.promo-two h2 {
  margin-top: 18px;
}
.promo-tw h2 {
  margin-top: 23px;
}
footer {
  border-top: 1px solid #8f6e4f;
  padding: 15px 0 22px;
  background-color: #060b0e;
}
footer p {
  font-size: 14px;
  line-height: 1.2em;
  color: #ffffff5c;
  margin: 20px 0 0 30px;
}
footer .copyright p {
  margin: 15px 0 0 0;
}
footer .logo img {
  filter: grayscale(100%);
  transition: all 0.5s ease;
  margin-top: 8px;
}
footer .logo {
  margin: 5px 0;
}
footer .logo img:hover {
  filter: none;
}
footer h1 {
  font-size: 10px;
  color: #060b0e;
}
.soc-footer {
  margin-top: 10px;
  font-size: 22px;
}
.soc-footer .fa {
  margin-right: 10px;
  transition: all 0.3s ease-out;
}
.soc-footer .fa.fa-instagram {
  margin-right: 0px;
}
.soc-footer .fa-telegram:hover {
  color: #2ca5e0;
}
.soc-footer .fa-vk:hover {
  color: #4a76a8;
}
.soc-footer .fa-instagram:hover {
  color: #d12d8f;
}
#divbox_content iframe {
  border: 5px solid #eee;
}
.prod-box {
  width: 100%;
  border-bottom: 1px dashed #333;
  padding: 10px 0;
  background-color: #0f1b23;
  transition: all 0.2s ease;
}
.item_list_product:first-child .prod-box {
  border-top: 1px dashed #333;
}
.item_list_product:nth-child(2n + 1) .prod-box {
  background-color: #112029;
}
.item_list_product:nth-child(2n + 1):hover .prod-box,
.item_list_product:hover .prod-box {
  background-color: #13242f;
}
.list-img {
  position: relative;
  height: 109px;
  width: 100%;
  overflow: hidden;
  border: 1px solid #444;
}
.list-img img {
  width: 100%;
  height: auto;
}
.list-txt {
  line-height: 1em;
  font-weight: 300;
}
.ls-prod-name {
  font-size: 16px;
  line-height: 1.3;
  transition: all 0.3s ease;
  margin: 3px 0 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ls-prod-name span {
  color: #ddd;
}
.item_list_product:hover .ls-prod-name span {
  color: #fff;
}
.ls-promo-new,
.ls-promo-sale {
  font-size: 9px;
  display: inline-block;
  border: 1px solid #795e45;
  padding: 3px 5px;
  color: #d0a175;
  line-height: 0.9em;
}
.ls-promo-top {
  font-size: 9px;
  display: inline-block;
  border: 1px solid #d0a175;
  padding: 3px 5px;
  color: #000000;
  font-weight: 500;
  line-height: 0.9em;
  background-color: #d0a175;
}
.block_ls_stock {
  margin-top: 10px;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/*.ls_stock_name:nth-child(2n+1), .ls_stock_inf:nth-child(2n+1) {
    background-color: #091217;
}*/
.ls_stock_name {
  font-size: 12px;
  color: #888;
  padding-left: 3px;
}
.ls_stock_inf {
  font-size: 12px;
  color: #bbb;
  padding-right: 3px;
}
.right_block_ls_stock {
  text-align: right;
  width: 50%;
}
.ls_stock_name .fa {
  color: #aaa;
  margin-right: 5px;
}
span.ls_stock_new {
  color: #ffb100;
  font-size: 10px;
}

.ls-price {
  color: #ffb100;
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
  padding-right: 20px;
}
.ls-price span {
  font-size: 15px;
  margin-left: 2px;
  font-weight: 100;
}
.list_prod_server {
  font-size: 12px;
  text-transform: uppercase;
  color: white;
  padding: 2px 6px;
}
.ls-price span {
  font-size: 15px;
  margin-left: 3px;
}
.bloock {
  width: 100%;
  margin: 10px 0 30px;
}
.bloock .l-item {
  margin-bottom: 20px;
}
.ls h1 {
  font-size: 26px;
  margin: 0 auto;
  padding: 4px 0 6px;
  margin-bottom: 14px;
}
.ls h1 span {
  text-transform: lowercase;
}
.sort {
  text-align: right;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 13px;
}
.sort span {
  margin-right: 8px;
  color: #888;
  font-weight: 300;
}
.sort form select {
  background-color: #0b151b;
  color: #b18760;
  border: 1px solid #5a4633;
  padding: 0 2px 2px;
  cursor: pointer;
}
.sort form select:focus {
  background-color: #0b151b;
  color: #b18760;
  border: 1px solid #5a4633;
  padding: 0 2px 2px;
  cursor: pointer;
}
.paginator {
  margin-top: 12px;
  text-align: left;
  padding: 0;
}
.paginator li {
  display: inline-block;
  margin-right: 15px;
  font-size: 14px;
  line-height: 34px;
}
.paginator li a.active {
  background: #c56e25;
  border: 1px solid #c56e25;
  text-shadow: 0 0 2px #000;
  font-size: 15px;
}
.paginator li a {
  color: #777;
  text-decoration: none;
  border: 1px solid #444;
  padding: 9px 12px;
}
.paginator li a:hover {
  color: #bbb;
  border: 1px solid #666;
}
.paginator li a.active:hover {
  border: 1px solid #c56e25 !important;
}
.ls .payment {
  border-top: none;
  padding: 75px 0 15px;
}
.ls-games {
  width: 100%;
}
.articles .bloock h2,
.content .ls h2,
.content .inf h2 {
  margin: 0px 0 6px;
  font-size: 15px;
  font-weight: 300;
  color: #999;
}
.game-big img {
  width: 100%;
  height: auto;
}
.game-sm img {
  float: left;
  width: 50%;
}
.ls-games img {
  border: 1px solid #444;
  opacity: 0.8;
}
.ls .banner-bottom {
  margin: 40px 0 0px;
}
.inf-img img {
  width: 100%;
  height: auto;
  border: 1px solid #444;
}
.info-buy-block {
  text-align: center;
  margin: 25px 0 15px;
  padding: 0 10px;
}
.info-block-price {
  border: 1px solid #333;
  border-radius: 50px;
}
.sub-price {
  display: inline-block;
  background-color: #0b151b;
  color: #888;
  font-size: 14px;
  line-height: 1em;
  padding: 0 8px 3px;
  transform: translateY(-15px);
}
.info-price {
  font-size: 32px;
  margin: -17px 0 3px;
  color: #ffb700;
  font-weight: 900;
}
.info-price span {
  font-size: 22px;
  margin-left: 3px;
}
.info-button-buy {
  margin: 0 8px;
}
a.butt-buy {
  padding: 15px 0 17px;
  background-color: #5ab33a;
  font-size: 22px;
  color: #000;
  transition: all 0.3s ease;
  display: block;
  border-radius: 30px;
  line-height: 1em;
}
a.butt-buy:hover {
  background-color: #7cd55d;
}
.buy-info-ul {
  margin: 16px 0 25px;
  font-size: 13px;
  color: #777;
  padding: 0px 10px;
  text-align: left;
}
.buy-info-ul ul {
  list-style: none;
  margin: 0;
}
.buy-info-ul li {
  border-bottom: 1px dashed #333;
  padding: 5px 0 6px;
}
.buy-info-ul li .fa {
  padding: 0 8px 0 5px;
  color: #bbb;
}
.text-up {
  margin-top: 10px;
}
.text-up img {
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
  transition: all 0.3s ease;
  width: 100%;
  height: auto;
}
.tw_game {
  font-size: 20px;
  border-bottom: 1px dashed #666;
  color: #ba93bf;
}
.tw_game span {
  color: #ccc;
  font-size: 16px;
}
.text-up img:hover {
  -webkit-filter: brightness(140%);
  filter: brightness(140%);
}
.inf .view-title h1 {
  margin: 0;
  padding: 0 0 5px;
}
.inf h1 {
  display: inline;
  font-size: 20px;
  font-weight: 300;
  margin: 0;
}
.header_prod {
  margin-bottom: 12px;
  color: #ddd;
}
.header_server_prod {
  font-size: 12px;
  color: white;
  text-shadow: 0 0 2px #000;
  padding: 2px 5px 3px;
  margin-left: 8px;
  vertical-align: text-top;
}
.inf-img {
  padding-right: 0px;
}
ul.param li:nth-child(2n + 1) {
  background-color: #091217;
}
ul.param li {
  padding: 2px 0 2px 8px;
}
ul.param {
  font-size: 14px;
  color: #666;
  margin: 5px 0 0;
  list-style: none;
}
ul.param .fa {
  color: #d0a175;
  margin: 0 2px 0 6px;
  font-size: 15px;
}
ul.param span {
  color: #888;
}
ul.param span {
  padding-left: 2px;
}
.inf-price-block li {
  margin-bottom: 4px;
}
.img-prew {
  width: 100%;
  margin-top: 5px;
}
.img-prew img {
  width: 120px;
  height: auto;
  margin: 0 2px 5px 0;
}
.img-prew a:first-child img {
  width: 100%;
  height: auto;
  margin-bottom: 5px;
}
span.notice {
  font-size: 14px;
  font-weight: 400;
  color: #666;
  border: 1px dashed #333;
  display: block;
  padding: 3px 0 4px;
  margin-top: 10px;
  background-color: #0a1319;
}
.inf i.fa.fa-info-circle {
  vertical-align: baseline;
  margin-right: 5px;
}
.notice a {
  font-size: 13px;
  text-decoration: underline;
  color: #999;
}
.acc-description {
  font-size: 16px;
  line-height: 1.2em;
  color: #666;
  background-color: #0a1319;
  padding: 1px 5px 10px 15px;
  border: 1px dashed #333;
  margin-top: 10px;
}
.content .inf .acc-description h2 {
  font-size: 16px;
  color: #bbb;
  font-weight: 300;
  margin: 10px 0 5px;
}
.acc-description p {
  font-weight: 300;
}
h4.resp-block {
  padding-bottom: 10px;
  border-bottom: 1px dashed #333;
}
.resp {
  white-space: nowrap;
  overflow: hidden;
}

.resp > input + label {
  display: inline-block;
  padding: 4px;
  cursor: pointer;
  position: relative;
  margin-bottom: 1px;
}

.resp > input + label:hover {
  color: #888;
}

.resp > input + label:last-of-type::after {
  display: block;
  width: 2000px;
  content: "";
  position: absolute;
  bottom: -1px;
  left: 100%;
}

.resp > input:checked + label {
  color: #d0a175;
}

.resp > input:checked + label:last-of-type::after {
  bottom: 0px;
}

.resp > div {
  white-space: normal;
  display: none;
  margin: 0px;
  padding: 2px 0px;
}

.resp > input:nth-of-type(1):checked ~ div:nth-of-type(1),
.resp > input:nth-of-type(2):checked ~ div:nth-of-type(2) {
  display: block;
}
.resp input[type="radio"] {
  display: none;
}
.response-loop {
  border: 1px dashed #222;
  margin: 0 150px 5px 0;
  background-color: #0a1319;
  padding: 5px 10px;
}
.response-det {
  height: 15px;
  font-size: 11px;
  color: #444;
}
.rcol {
  float: right;
}
.response-cont .fa {
  color: #999;
  margin-right: 5px;
}
.game-instructions h4 {
  margin: 10px 0;
}
.bread-crumb {
  margin: 10px 0 15px;
  padding: 2px 0 3px 8px;
  color: #636363;
  font-size: 14px;
  background-color: #091217;
}
.bread-crumb a {
  color: #636363;
  font-size: 14px;
}
.bread-crumb a:hover {
  color: #999;
}
.bread-crumb span {
  margin: 0 5px;
}
.content.inf {
  padding-top: 10px;
}
.filt {
  border-bottom: 1px dashed #333;
  padding-bottom: 5px;
}
/* скрываем чекбоксы и блоки с содержанием */
div#main_data {
  font-size: 15px;
  font-weight: 300;
  margin: 0 0 30px 10px;
}
div#main_data a {
  font-weight: 500;
  text-decoration: underline;
}

.hide,
.hide + label ~ div {
  display: none;
}
/* вид текста label */
.hide + label {
  /* margin: 5px; */
  padding: 5px 30px 6px 3px;
  color: #888;
  cursor: pointer;
  display: inline-block;
  border: 1px solid #444;
  border-radius: 20px;
  background-color: #0b151b;
}

.color-1 .hide + label {
  background-color: #091217;
}

.color-2 .hide + label {
  background-color: #ddefcc;
}

.color-3 .hide + label {
  background-color: #ffdfdf;
}

label b {
  border-bottom: 1px dashed;
}

/* вид текста label при активном переключателе */
.color-1 .hide:checked + label {
  background-color: #091217;
}

.color-2 .hide:checked + label {
  background-color: #c3deaa;
}

.color-3 .hide:checked + label {
  background-color: #ffc8c8;
}

.demo {
  margin-left: 10px;
}

.text-vopr {
  font-size: 14px;
  margin-bottom: 4px;
  color: #d0a175;
}

/* когда чекбокс активен показываем блоки с содержанием  */
.hide:checked + label + div {
  display: block;
  margin-left: 20px;
  padding: 10px;
  /* чуточку анимации при появлении */
  -webkit-animation: fade ease-in 0.5s;
  -moz-animation: fade ease-in 0.5s;
  animation: fade ease-in 0.5s;
}
/* анимация при появлении скрытых блоков */
@-moz-keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.hide + label:before {
  background-color: #d0a175;
  color: #000;
  content: "\002B";
  display: block;
  float: left;
  font-size: 14px;
  font-weight: bold;
  height: 15px;
  line-height: 14px;
  margin: 4px 5px 2px;
  text-align: center;
  width: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.hide:checked + label:before {
  content: "\2212";
}
.garant-icon {
  font-size: 80px;
  text-align: center;
  height: 140px;
  color: #d0a175;
}
.garant-textblock {
  padding-right: 60px;
  font-size: 14px;
  color: #777;
}
.garant-textblock h6 {
  color: #bbb;
  margin-top: 13px;
}
.war h2 {
  margin-bottom: 30px;
}
.garant-textblock:last-child {
  margin-bottom: 20px;
}
.rew-bl-vk p {
  margin-left: 7px;
  color: #666;
  font-size: 15px;
}
.modaltext img {
  width: 340px;
  height: auto;
}

.exitblock {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  -webkit-animation: fade 0.6s;
  -moz-animation: fade 0.6s;
  animation: fade 0.6s;
}
.exitblock .fon {
  background: #222;
  opacity: 0.7;
  position: fixed;
  width: 100%;
  height: 100%;
}
.exitblock .modaltext {
  text-align: center;
  box-sizing: border-box;
  position: absolute;
  margin: auto;
  top: 25%;
  left: 0;
  right: 0;
  width: 340px;
  box-shadow: 0 4px 10px 2px rgba(0, 0, 0, 0.5);
}
.closeblock {
  cursor: pointer;
  position: fixed;
  line-height: 60px;
  font-size: 10em;
  transform: rotate(45deg);
  text-align: center;
  top: 20px;
  right: 30px;
  color: #efc83d;
  z-index: 9999;
}

/* Всплывающее окно 
* при загрузке сайта            
*/
/* базовый контейнер, фон затемнения*/
#overlay {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  z-index: 1000;
  -webkit-animation: fade 0.6s;
  -moz-animation: fade 0.6s;
  animation: fade 0.6s;
  overflow: auto;
}
/* модальный блок */
.popup {
  text-align: center;
  top: 25%;
  left: 0;
  right: 0;
  font-size: 14px;
  margin: auto;
  width: 85%;
  max-width: 340px;
  position: absolute;
  z-index: 1001;
  -webkit-box-shadow:
    0 0 20px rgba(255, 255, 255, 0.14),
    0 0 60px rgba(255, 255, 255, 0.14);
  -moz-box-shadow:
    0 0 20px rgba(255, 255, 255, 0.14),
    0 0 60px rgba(255, 255, 255, 0.14);
  -ms-box-shadow:
    0 0 20px rgba(255, 255, 255, 0.14),
    0 0 60px rgba(255, 255, 255, 0.14);
  box-shadow:
    0 0 20px rgba(255, 255, 255, 0.14),
    0 0 60px rgba(255, 255, 255, 0.14);
  -webkit-animation: fade 0.6s;
  -moz-animation: fade 0.6s;
  animation: fade 0.6s;
}
.popup.bust {
  -webkit-box-shadow: 0 0 10px rgba(218 123 52);
  -moz-box-shadow: 0 0 10px rgba(218 123 52);
  -ms-box-shadow: 0 0 10px rgba(218 123 52);
  box-shadow: 0 0 10px rgba(218 123 52);
  transition: all 0.2s ease;
}
.popup.bust:hover {
  -webkit-box-shadow: 0 0 20px rgba(218 123 52);
  -moz-box-shadow: 0 0 20px rgba(218 123 52);
  -ms-box-shadow: 0 0 20px rgba(218 123 52);
  box-shadow: 0 0 20px rgba(218 123 52);
}
/* заголовки в модальном блоке */
.block-up-over h2 {
  font-size: 38px;
  font-weight: 600;
  line-height: 1.3;
  color: #e28130;
}
/* кнопка закрытия */
button.close {
  background-color: transparent;
}
button.close:hover {
  background-color: transparent;
  color: #c56e25;
}
.close {
  top: -3px;
  right: 0px;
  width: 32px;
  height: 32px;
  position: absolute;
  border: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: rgba(0, 131, 119, 0.9);
  -webkit-box-shadow:
    0 2px 5px 0 rgba(0, 0, 0, 0.16),
    0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow:
    0 2px 5px 0 rgba(0, 0, 0, 0.16),
    0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow:
    0 2px 5px 0 rgba(0, 0, 0, 0.16),
    0 2px 10px 0 rgba(0, 0, 0, 0.12);
  cursor: pointer;
  outline: none;
}
.close:before {
  color: rgba(255, 255, 255, 0.9);
  content: "X";
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
/* кнопка закрытия при наведении */
.close:hover {
  background-color: rgba(252, 20, 0, 0.8);
}
/* изображения в модальном окне */
.block-up-over img {
  width: 100%;
  height: auto;
  margin: 20px 0;
}
.block-up-over {
  background-color: #0b161c;
  border: 1px solid #383838;
  padding: 20px 5px 30px;
  width: 400px;
  box-shadow:
    0 0 20px rgba(0, 0, 0, 0.64),
    0 0 60px rgba(0, 0, 0, 0.71);
}
.block-up-over p {
  margin: 0 45px;
  font-weight: 300;
  font-size: 16px;
}
.but-catalog-pop a {
  padding: 10px 25px 14px;
  font-size: 20px;
  margin-bottom: 15px;
  transition: all 0.3s ease;
  display: inline-block;
  background-color: #a75c1d;
  line-height: 1em;
  color: white;
  border: 1px solid #c1834f;
  text-shadow: 0 0 2px #000;
}
.but-catalog-pop a:hover {
  background-color: #b56929;
}
/* анимация при появлении блоков с содержанием */
@-moz-keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.wotkit {
  text-align: center;
  position: fixed;
  right: 0px;
  bottom: 45px;
  z-index: 999;
  font-size: 20px;
  width: 400px;
  height: auto;
}
.wotkit img {
  width: 350px;
  height: auto;
  margin-bottom: -45px;
}
.wotkit p {
  background-color: #000000c9;
  color: #c7c7c7;
  display: inline-block;
  padding: 1px 20px 3px;
}
.close-box {
  cursor: pointer;
  line-height: 60px;
  font-size: 40px;
  text-align: center;
  top: 15px;
  right: 70px;
  color: #ffa908;
  position: absolute;
  text-shadow:
    0 0 15px #000,
    0 0 15px #000;
}
@media (min-width: 1140px) {
  .wotkit {
    display: none;
  }
}
.box-img {
  animation: box 3s infinite linear;
}
@keyframes box {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(10deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

.list-button.vk-korobki {
  background-color: #4a76a8;
  border: 1px solid #4a76a8;
  margin-bottom: 5px;
}
.list-button.vk-korobki a,
.list-button.telega-korobki a {
  color: white;
  text-shadow: 0 0 2px #666;
}
.list-button.vk-korobki,
.list-button.telega-korobki {
  padding-bottom: 0px;
  transition: all 0.3s;
}
.list-button.telega-korobki {
  background-color: #30a3e6;
  border: 1px solid #30a3e6;
}
.list-button i.fa {
  padding-right: 6px;
}
.bord-kor {
  border-bottom: 1px dashed #222;
  padding-bottom: 20px;
}
.list-button.vk-korobki:hover {
  background-color: #416894;
}
.list-button.telega-korobki:hover {
  background-color: #2a91ce;
}
.add-main-sl {
  /*background-color: #111f27;*/
  background: #112129 url(../img/bg-texture.svg);
  /*border-top: 1px dashed #444;*/
  border-bottom: 1px dashed #444;
}
.price-acc-cont.green {
  background-color: #216f05;
}
.add-main-sl .type-acc-cont .fa {
  color: #777;
}

.add-main-sl .list-button {
  padding-bottom: 24px;
}
.add-main-sl .list-button a {
  background-color: #0e1c23;
}
.add-main-sl .grad-name-acc {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, #0e1c23 97%);
}
.telegram h2 b {
  color: #1d97c9;
}
.telegram h2 i {
  margin: 0 5px;
}
.promo-block h2 {
  color: #ccc;
}
.promo-block li {
  list-style: circle;
  font-weight: 300;
  color: #888;
}
.promo-one .promo-lst {
  padding: 5px 0 10px 54px;
}
.promo-one a {
  padding: 7px 28px 12px;
  font-size: 22px;
  border: 1px solid #fff;
  color: #fff;
  font-weight: 500;
  background-color: #0d6a90;
  text-shadow: 0 0 3px #000;
}
.promo-one a:hover {
  background-color: #1380ad;
}
.bust .promo-one a {
  background-color: #ce640c;
  border: 1px solid #d2a37c;
}
.bust .promo-one a:hover {
  background-color: #c36e26;
}
.tel-txt {
  text-align: center;
  margin-bottom: 8px;
}
.promo-one h2 {
  margin: 24px 0 22px;
}
.bust h2 {
  margin: 15px 0 15px;
}
.promo-block.telegram {
  border-bottom: 2px dashed #265163;
  border-top: 2px dashed #265163;
  background-color: #0f1d25;
}
.promo-lst {
  background-color: #0b161c;
}

.promo-block.bust {
  border-bottom: 2px dashed #f3852a;
  border-top: 2px dashed #f3852a;
  background-color: #0f1d25;
}
.promo-block.bust h2 b {
  color: #f3852a;
}

.small_text {
  text-transform: lowercase;
}
li.head_teleg span {
  color: #eee;
}
li.head_teleg .fa {
  color: #2ea3e6;
}
li.youtube-top .fa {
  color: #ef4444;
}
.promokod_bust {
  text-align: center;
  font-size: 14px;
  margin: 6px 0 -7px;
}
.promokod_bust b {
  color: #fd9a00;
}
.rating_blocks input,
.wg_page input,
.wg_page select,
.rating_blocks select,
.rating_pay_input input {
  width: 160px;
  height: 40px;
  color: #fff;
  font-weight: 300;
  padding-left: 10px;
  border: 1px solid #444;
  border-radius: 0px;
  outline: none;
  background: #0d1920;
}
.rating_input_block {
  display: flex;
  align-items: center;
}
.rating_input_main {
  position: relative;
}
.rating_input_desc {
  line-height: 1em;
  font-size: 14px;
  margin-left: 5px;
  color: #666;
}
.rating_input span.button-percent {
  right: 1px;
  top: 1px;
}
.rating_input span.button-percent {
  height: 38px;
  border: none;
  border-left: 1px solid #444;
}
.rating_input input::placeholder {
  color: #384750;
}
.rating_input {
  margin-bottom: 12px;
}
.rating h1 {
  font-size: 26px;
}
.rating h2 {
  font-size: 22px;
  margin: 5px 0 10px;
  color: #f5a059;
  text-transform: uppercase;
  font-weight: 500;
}
.rating_blocks {
  border-top: 1px solid #444;
  padding: 10px 15px;
}
.rating_blocks:nth-child(2n + 1) {
  background-color: #0f1d25;
}
.rating_blocks p {
  border-bottom: 1px dashed #525252;
  padding-bottom: 10px;
  font-size: 15px;
  line-height: 1.3;
}
.rating_blocks a {
  color: #ddd;
  text-decoration: underline;
}
.rating_button {
  text-align: center;
}

.rating_check input[type="checkbox"] {
  display: none;
}
.rating_check input[type="checkbox"] + label span,
.login_member input[type="checkbox"] + label span {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  background: url(../img/check.png) left top no-repeat;
  cursor: pointer;
}
.rating_check input[type="checkbox"]:checked + label span,
.login_member input[type="checkbox"]:checked + label span {
  background: url(../img/check.png) -19px top no-repeat;
}
.rating_blocks select.oc_select {
  width: 215px;
}
.rating h1 {
  margin-bottom: 20px;
}
.main-rating {
  border: 1px solid #444;
  border-top: none;
}
.rating_input input.gold {
  border-color: gold;
}
.rating_input input.green {
  border-color: #2dd42d;
}
.rating_input input.silver {
  border-color: silver;
}
.rating_input input.orange {
  border-color: #f39241;
}
.rating_input input.blue {
  border-color: #3da6e2;
}
.rating_result_block {
  margin-bottom: 30px;
  text-align: center;
}
.result_block_text {
  margin-top: 40px;
  font-size: 35px;
}
.result_block_price {
  font-size: 48px;
  color: #e28130;
}
.result_num {
  display: inline;
  font-size: 75px;
  font-weight: 600;
}
.result_desc {
  display: none;
}
.rating_pay_input input {
  width: 100%;
  height: 44px;
}
.rating_pay_input p {
  font-size: 16px;
  margin-bottom: 2px;
}
.rating_pay_input {
  width: 100%;
  text-align: center;
}
.rating_pay_btn a {
  text-align: center;
  display: block;
  width: 100%;
  background-color: #2b7b2b;
  color: white;
  padding: 5px 0 7px;
  font-weight: 600;
  font-size: 20px;
  text-shadow:
    0 0 1px #111,
    0 0 2px #111;
  transition: all 0.3s ease;
  text-transform: uppercase;
}
.rating_pay_btn a:hover {
  background-color: #449644;
}
.rating_pay_btn {
  width: 100%;
}
.rating_pay {
  padding: 20px 0;
  border-bottom: 1px dashed #444;
}
.rating_pay_txt_desc {
  font-size: 14px;
  line-height: 1.3;
}
.rating_pay_txt_header {
  font-size: 35px;
  color: #3ba73b;
  font-weight: 600;
  line-height: 1em;
  margin-bottom: 6px;
}
.rating_pay_txt_desc span {
  color: white;
}
.rating_button {
  margin: 50px 0 30px;
}
input.rating_btn {
  background-color: #c77128;
  color: white;
  border: none;
  width: 330px;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
  padding: 5px 0 6px;
  text-shadow:
    0 0 1px #111,
    0 0 2px #111;
  transition: all 0.3s ease;
}
input.rating_btn:hover {
  background-color: #af6221;
}
.rating_pay_txt {
  padding-left: 5px;
}
.rating_msg {
  background-color: #d03333;
  color: white;
  padding: 4px 10px;
  font-size: 17px;
  text-align: center;
  text-shadow:
    0 0 1px #111,
    0 0 1px #111;
}
.rating_result_tabl {
  background-color: #0f1d25;
  padding: 15px 11px 35px;
  border: 4px dashed #162933;
  margin: 50px 0;
  text-transform: uppercase;
}
.rating_result_tabl_head {
  color: #ddd;
  background-color: #132935;
  padding: 10px 0;
  font-size: 17px;
  text-shadow:
    0 0 1px #111,
    0 0 2px #111;
  margin-top: 20px;
}
.rating_result_tabl_cell {
  margin-top: 10px;
  background-color: #13242d;
  font-size: 14px;
  padding: 5px 0;
}
.rating_tabl_result {
  color: #fff;
  margin-top: 10px;
  padding: 10px 0;
  font-size: 15px;
  text-shadow:
    0 0 1px #111,
    0 0 2px #111;
}
.rating_tabl_result.red {
  background-color: #d03333;
}
.rating_tabl_result.orange {
  background-color: #c16c24;
}
.rating_tabl_result.green {
  background-color: #2f8027;
}
.rating_result_tabl_cell.b {
  font-weight: 500;
  font-size: 15px;
}
.prem_col {
  color: #e8a46a;
}
.bon_col {
  color: #77c13e;
}
.gold_col {
  color: #bfc132;
}
.silver_col {
  color: #ddd;
}
.result_num_text {
  text-transform: uppercase;
  font-size: 18px;
  color: #eee;
}
.result_num_text span {
  padding: 10px 18px 0;
  border-top: 1px solid #888;
}
.result_num_text {
  margin-top: 8px;
}
.rating_result_tabl_cell .lbz_no_active {
  color: #5f6c73;
}
.rating_result_tabl_cell .lbz_no_active .fa-times {
  color: #ce4f4f;
  font-size: 16px;
  margin-right: 4px;
}
.rating_result_tabl_cell .lbz_active {
  color: #eee;
}
.rating_result_tabl_cell .lbz_active .fa-check {
  color: #428e42;
  font-size: 16px;
  margin-right: 4px;
}
.lbz_col {
  color: #ddd;
}
.lbz_col b {
  color: #428e42;
}
.rating_result_soc {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #2a3135;
}
.rating_result_soc a.push {
  color: white;
  display: block;
  padding: 3px 0 4px;
  transition: 0.3s ease;
}
.rating_result_soc a.push:hover {
  cursor: pointer;
  color: white;
  -webkit-filter: brightness(130%);
  filter: brightness(130%);
}
a.push {
  text-shadow:
    0 0 1px #111,
    0 0 2px #111;
}
a.push .fa {
  font-size: 15px;
  margin-right: 6px;
}
a.push.vkontakte {
  background-color: #4d76a3;
}
a.push.ok {
  background-color: #ef8109;
}
a.push.telegram {
  background-color: #2aa1d4;
}
a.push.whatsapp {
  background-color: #0e9236;
}
a.push.facebook {
  background-color: #3b5998;
}
a.push.twitter {
  background-color: #00aced;
}
.rating_result_soc_txt {
  font-size: 30px;
  margin-bottom: 20px;
}
a.rating_res_back {
  text-shadow:
    0 0 1px #111,
    0 0 2px #111;
  background-color: #2f8027;
  color: white;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  padding: 8px 30px 9px;
  transition: 0.2s ease;
}
a.rating_res_back:hover {
  -webkit-filter: brightness(115%);
  filter: brightness(115%);
}
a.rating_res_back .fa {
  margin-right: 7px;
  font-size: 20px;
}
input.rating_mail_inp {
  width: 215px;
  height: 40px;
  color: #fff;
  font-weight: 300;
  padding-left: 10px;
  border: 1px solid #444;
  border-radius: 0px;
  outline: none;
  background: #0d1920;
}
.rating_mail {
  padding: 20px 15px;
  background: #0f1d25 url(./templates/0/img/bg-texture.svg);
  margin-top: 20px;
  border: 2px dashed #c77128;
}
.result_block_nick {
  font-size: 26px;
  color: #14a23f;
  font-weight: 600;
  margin-bottom: 20px;
}
a.btn_ocenka_main,
a.btn_prod_main {
  color: white;
  text-transform: uppercase;
  padding: 7px 0;
  display: block;
  text-shadow: 0 0 2px #000;
  margin-bottom: 20px;
  transition: 0.3s ease;
}
a.btn_ocenka_main:hover,
a.btn_prod_main:hover {
  -webkit-filter: brightness(115%);
  filter: brightness(115%);
}
a.btn_ocenka_main {
  background-color: #cc3636;
}
a.btn_prod_main {
  background-color: #2d8221;
}
a.btn_prod_main .fa {
  margin-right: 8px;
  font-size: 17px;
  vertical-align: text-bottom;
}
a.btn_ocenka_main .fa {
  margin-right: 7px;
  font-size: 17px;
  vertical-align: initial;
}
.block-wotkit {
  background-image: url(../img/img-top/STG.png);
  width: 340px;
  height: 440px;
  transition: 0.3s ease;
}
.block-wotkit a {
  display: block;
  width: 100%;
  height: 100%;
}
.block-wotkit:hover {
  -webkit-filter: brightness(130%);
  filter: brightness(130%);
}
.rec_prem {
  position: relative;
  height: 300px;
  margin-bottom: 20px;
}
.rec_prem_border {
  height: 300px;
  width: 100%;
  border: 1px solid #444;
  z-index: 2;
  position: absolute;
}
.rec_prem img {
  position: absolute;
  top: 0;
  z-index: 1;
}
.item_article_img img {
  width: 100%;
  height: auto;
}
.item_article {
  border: 1px solid #444;
  background-color: #091217;
  padding: 8px;
  margin-bottom: 15px;
}
.item_article_img {
  height: 140px;
  overflow: hidden;
}
.content .item_article_title h2 {
  font-size: 18px;
  margin: 0;
  display: inline-block;
  transition: all 0.3s ease;
}
.item_article_text {
  overflow: hidden;
  font-size: 13px;
  line-height: 1.1;
  color: #777;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.item_article_content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 5px 0;
}
.item_article_stat {
  display: flex;
  margin-top: 8px;
  font-size: 12px;
  color: #bd8352;
  padding-right: 10px;
  justify-content: space-between;
}
.demo h2 {
  font-size: 15px;
  margin: 0;
  color: #999;
}
.demo h2:hover {
  color: #ccc;
}
.demo p {
  margin: 0;
  color: #888;
}
.block_reviews {
  padding: 0 8px;
  margin: 15px 0 10px;
}
.nav_rewiews {
  display: flex;
  font-size: 28px;
  text-align: center;
  border-bottom: 2px solid #ab6d3a;
}
.tabs_nav_rewiews {
  width: 100%;
  padding-bottom: 3px;
  cursor: pointer;
}
.tabs_nav_rewiews.active {
  display: block;
  background-color: #ffb700;
  color: black;
  cursor: default;
}
.tabs_cont_rewiews {
  display: none;
}
.tabs_cont_rewiews.active {
  display: block;
  padding-top: 24px;
}
.block_reviews .response-det {
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 5px;
  padding-top: 5px;
  color: #444;
  font-size: 12px;
}
.block_reviews .response-loop {
  margin: 0 0 10px 0;
  border: 1px solid #333;
}
.response-det-left {
  border-top: 1px dashed #444;
  padding: 5px 15px 5px 3px;
  color: #666;
}
.block_reviews .response-cont {
  color: #d49663;
}
.inf .response-loop {
  border: 1px dashed #222;
  margin: 0 10px 12px 0;
  background-color: #0b161c;
  padding: 5px 10px;
}
.inf .response-com {
  margin-top: 10px;
  padding: 5px 0 10px;
  border-top: 1px solid #222;
}
.main_article {
  color: #777;
}
.main_article a {
  text-decoration: underline;
}
.main_article img {
  width: 100%;
  height: auto;
}
.main_article strong {
  color: #9a7759;
}
.content .main_article h2 {
  font-size: 26px;
  margin-left: 0;
}
.main_article h3 {
  font-size: 22px;
}
.main_article blockquote {
  border-left: 4px solid #765f49;
  padding: 10px 5px 1px 20px;
  margin: 30px 0;
  background-color: #091217;
}
.main_article h1 {
  margin-bottom: 30px;
  margin-left: 0;
}
.main_article_bottom {
  display: flex;
  justify-content: space-between;
}
.main_article_bottom {
  border-top: 1px solid #333;
  padding: 10px 5px;
  margin-top: 35px;
}
.main_article_bottom span {
  color: #999;
}
.promo-block.big_promo {
  border-bottom: 4px dashed #bf9018;
  border-top: 4px dashed #bf9018;
  background: #0f1d25 url(../img/bg-texture.svg);
}
.big_promo_list_main_block {
  text-align: center;
  background-color: #0a1419;
  padding: 8px 0 22px;
  margin: 0 30px;
}
.big_promo_lst ul li {
  list-style: none;
}
.big_promo_lst {
  margin-top: 7px;
  border: 1px dashed #424242;
  display: inline-block;
  padding: 10px 30px 13px;
  border-radius: 20px;
}
.big_promo_txt {
  margin-top: 15px;
}
.big_promo_lst li b {
  color: #ceae5e;
}
.promo-block.big_promo img {
  width: auto;
  height: 100%;
}
.big_promo_img {
  text-align: center;
}
.btn_big_promo {
  margin: 25px 0 20px;
  text-align: center;
}
.btn_big_promo_pay a {
  background-color: #2d8221;
  border: 1px solid #37922b;
  color: white;
  padding: 12px 36px;
  line-height: 1;
  font-size: 24px;
  text-shadow: 0 0 2px #000;
  transition: all 0.3s ease;
}
.btn_big_promo_pay a:hover {
  background-color: #27691d;
  border-color: #317529;
}
.btn_big_promo_desc {
  margin-top: 20px;
}
.btn_big_promo_desc a {
  border-bottom: 1px solid #333;
  padding: 0 3px;
  margin-top: 20px;
}
.price_big_promo_pay {
  margin-bottom: 20px;
  font-size: 20px;
}
.price_big_promo_pay span {
  font-weight: 800;
  color: #ceae5e;
}
.big_promo .promo-one h2 {
  margin: 24px 0 10px;
  text-transform: uppercase;
  font-weight: 600;
}
.big_promo p {
  text-align: center;
  text-transform: uppercase;
  color: #c9aa5c;
  font-weight: 800;
  margin-bottom: 25px;
}
.big_promo h3 {
  font-size: 1.5em;
}
.big_promo_string {
  color: #c6a75c;
}

.content .wg-sl .l-item img {
  border: none;
  height: auto;
}
.wg-sl .l-item .grad-name-acc {
  background: none;
}
.wg {
  background-image: url(../img/wg/bg_wot.png);
  border-top: 5px dashed #afafaf;
  border-bottom: 5px dashed #afafaf;
}
.content .wg .fa {
  color: #ffeb3b;
}
.content .wg h2 {
  color: #dadada;
}
.wg .but-catalog a {
  background-color: #fb3d3d;
}
.wg .but-catalog a:hover {
  background-color: #ff5d5d;
}
.wg_page input,
.wg_page select {
  width: 220px;
  margin-bottom: 5px;
}
.wg_page input.wg_sub {
  display: block;
  margin: 10px auto 0;
  width: 188px;
  background-color: #277d2a;
  color: white;
  font-size: 18px;
  border: none;
  text-shadow: 0 0 2px #000;
  padding: 4px 0;
  height: auto;
  cursor: pointer;
}
.wg_descr_yel {
  display: inline-block;
  background-color: #ffeb3b;
  color: black;
  padding: 0 15px;
  font-size: 18px;
  font-weight: 600;
  margin: 15px 0 5px;
}
.wg_descr_red {
  color: #fb8383;
  font-size: 18px;
}
.wg_page form {
  margin: 20px 0;
  border: 1px solid #3c3c3c;
  margin: 20px auto;
  width: 310px;
  padding: 20px 0 30px;
  background-color: #091319;
}
.wg_page h1 {
  font-size: 38px;
  text-align: center;
  color: #cac172;
}
.wg_page p {
  text-align: center;
  margin-bottom: 24px;
  color: #de9150;
}
.wg_page b {
  color: #eaa76e;
}
.wg_input_text {
  margin-bottom: 2px;
}
.good_zakaz_wg {
  margin-top: 20px;
  font-size: 28px;
  color: #54ab31;
}
.good_zakaz_wg .fa {
  font-size: 34px;
  margin-right: 10px;
}
.good_zakaz_wg_desc span {
  display: block;
  color: #e28130;
  margin-bottom: 10px;
}
.good_zakaz_wg_desc {
  margin: 20px 0;
}
.good_zakaz_wg_desc a {
  text-decoration: underline;
}
.rec_bl_bottom {
  display: none;
  position: fixed;
  bottom: -50px;
  left: 6%;
  color: #ff9600;
  font-weight: 800;
  padding: 10px 25px;
  z-index: 999;
  border: 2px solid #ff9600;
  border-radius: 50px 50px 50px 0;
  box-shadow: 0 0 8px 0px rgb(0 0 0 / 74%);
  background-color: #000000c9;
  cursor: pointer;
  transition: all 0.8s ease;
}

.rec_bl_bottom.x2 {
  left: unset;
  right: 6%;
  color: #56ff00;
  border: 2px solid #56ff00;
  border-radius: 50px 50px 0 50px;
}

.rec_bl_bottom:hover {
  border: 2px solid #fff;
  color: #fff;
}

.prod_list_small {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom: 36px;
}
.prod_list_big {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom: 7px;
}

.bl_acc_small {
  position: relative;
  width: 15%;
  height: 94px;
  margin: 9px;
  border: 1px solid #333;
}

.bl_acc_big {
  position: relative;
  width: 24%;
  margin: 5px;
  border-radius: 0 20px;
  border: 1px solid #333;
  text-shadow: 0 0 2px #000;
  background: linear-gradient(30deg, #0b2631 40%, #091217);
  transition: all 0.5s ease;
}
.bl_acc_big:hover {
  border: 1px solid #999;
}
.bl_acc_big_top {
  display: flex;
  border-bottom: 1px dashed #333;
}
.bl_accc_big_img {
  width: 60%;
  height: 88px;
}

.bl_accc_big_price {
  width: 40%;
}

.bl_accc_big_img img {
  width: 100%;
  height: 100%;
}
.bl_acc_small img {
  width: 100%;
  height: 100%;
}
.bl_acc_small_name {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 15px 5px 2px;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  font-size: 12px;
  background: linear-gradient(to top, #000000 40%, transparent);
}
.bl_acc_small_price {
  position: absolute;
  top: 4px;
  right: 4px;
  border-radius: 4px;
  background: linear-gradient(45deg, #7367e0, #063d82);
  color: #fdfdfd;
  font-size: 12px;
  padding: 2px 5px;
  text-shadow: 0 0 2px #000;
}
.prod_list_small_btn {
  width: 100%;
  margin-top: 26px;
  text-align: center;
}
.prod_list_small_btn a {
  display: inline-block;
  width: 30%;
  background-color: #5ab33a;
  color: #000000;
  padding: 16px 0;
  border-radius: 50px;
  font-size: 24px;
}
.prod_list_small_btn a:hover {
  background-color: #7cd55d;
}
.bl_acc_small a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.main_bl_title h2 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  position: relative;
  display: inline-block;
  color: #eee;
}
.main_bl_title h2:after {
  content: "";
  width: 60px;
  height: 1px;
  position: absolute;
  top: 50%;
  right: -75px;
  background: linear-gradient(to right, #444, transparent);
}
.main_bl_title h2:before {
  content: "";
  width: 60px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: -75px;
  background: linear-gradient(to right, transparent, #444);
}
.main_bl_title {
  text-align: center;
}
.main_bl_small,
.main_bl_big {
  margin: 10px 0 25px;
  padding-bottom: 55px;
  border-bottom: 2px dashed #13232b;
}

.bl_accc_big_price_bl {
  background: linear-gradient(30deg, #2e2179, #c12ea8);
  display: inline;
  padding: 2px 10px;
  font-size: 13px;
  color: #eee;
}
.bl_accc_big_price {
  padding: 8px 0 0 8px;
  border-left: 1px solid #333;
}
.bl_accc_big_price_txt {
  font-size: 11px;
  color: #797979;
  margin-top: 6px;
}
.bl_acc_big_name {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 13px;
  width: 100%;
  padding: 4px 10px;
}
.bl_accc_big_price_txt i {
  margin-right: 4px;
}
.main_btn_index {
  display: flex;
  justify-content: space-around;
  font-size: 18px;
  padding: 22px 0;
  margin: 8px 0;
  background: #112129 url(../img/bg-texture.svg);
}
.main_btn_index a {
  color: white;
  text-align: center;
  width: 100%;
  padding: 12px 0;
  margin: 0 25px;
  border-radius: 25px;
  text-shadow: 0 0 2px #000;
  border: 1px solid #ffffff4f;
}
.main_btn_index a:hover {
  filter: brightness(120%);
}
.main_btn_index a.main_btn_index_l {
  background: linear-gradient(10deg, #3e8e45, #206713);
}
.main_btn_index a.main_btn_index_r {
  background: linear-gradient(10deg, #c34545, #b10b0b);
}
.main_btn_index .fa {
  vertical-align: text-bottom;
  margin-right: 5px;
}
.b_n {
  border-bottom: none;
}
.popup_1x {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  overflow: auto;
  background-color: #00000091;
}
.popup_1x_img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 342px;
  height: 442px;
  border: 1px solid #ffffff33;
  box-shadow: 0px 0px 15px 4px black;
  transition: all 0.2s ease;
}
.popup_1x_img:hover {
  border: 1px solid #ffffff60;
}
.popup_1x_img img {
  width: 100%;
  height: auto;
}
.horizon_1win img {
  width: 100%;
  height: auto;
}
a.link_1win {
  font-size: 14px;
  margin-top: 12px;
  font-weight: 500;
  padding: 2px;
  display: inline-block;
  color: #ffba57;
  border-bottom: 1px dashed #916c36;
  text-shadow: 0 0 2px black;
}
a.link_1win:hover {
  border-color: #fff;
  color: #fff;
}
.ggboxs_item_img img {
  width: 100%;
  height: auto;
  transition: 0.3s;
  will-change: transform;
  object-fit: cover;
}
.ggboxs_list {
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
}
.ggboxs_item {
  position: relative;
}
.ggboxs_item_img {
  margin: 0 6px;
  background: radial-gradient(45% 50%, #ffffff6b, transparent);
}
.ggboxs_item_txt {
  text-align: right;
  position: absolute;
  bottom: 2px;
  right: 15px;
  background: radial-gradient(50% 50%, #000000a1, transparent);
}
.ggboxs_item_name {
  display: block;
  color: #eee;
  font-size: 15px;
  font-weight: 600;
  text-shadow:
    0 0 4px #000,
    0 0 4px #000;
}
.ggboxs_item_btn {
  display: inline-block;
  color: white;
  background: linear-gradient(20deg, #2f7322, #0fb720);
  font-size: 13px;
  padding: 6px 16px;
  border-radius: 0 25px 25px 25px;
  border: 1px solid #ffffff3b;
  font-weight: 600;
  text-shadow: 0 0 3px #000;
  transition: all 0.3s ease;
  margin: 3px 0;
  cursor: pointer;
}
.ggboxs_item_btn:hover {
  border: 1px solid #ffffff8a;
  box-shadow:
    0 0 10px #062f00,
    0 0 12px #21ff0099;
}
.ggboxs {
  background: url(/templates/0/img/fon2.png) 0 0 repeat;
  padding: 35px 0;
  margin-bottom: 46px;
  border-bottom: 2px dashed #909090;
  border-top: 2px dashed #909090;
}
.ggboxs_item:hover .ggboxs_item_img img {
  -o-transform: translate3d(0, -10px, 0);
  -ms-transform: translate3d(0, -10px, 0);
  -moz-transform: translate3d(0, -10px, 0);
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

.rec_text_anim {
  -webkit-animation: blink 3s linear infinite;
  animation: blink 3s linear infinite;
}
@-webkit-keyframes blink {
  50% {
    color: rgb(34, 34, 34);
  }
  51% {
    color: rgba(34, 34, 34);
  }
  100% {
    color: rgba(34, 34, 34, 20);
  }
}
@keyframes blink {
  50% {
    color: rgb(34, 34, 34);
  }
  51% {
    color: rgba(34, 34, 34);
  }
  100% {
    color: rgba(34, 34, 34, 20);
  }
}
.zm_bott {
  display: none;
}
.main_listing_item {
  display: flex;
  text-transform: uppercase;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  border: 2px solid #ffffff26;
  padding: 12px 20px;
  margin: 8px 0;
  border-radius: 50px;
  transition: all 0.2s ease;
}
.main_listing_bl a:nth-child(odd) .main_listing_item {
  background-color: #112029;
}
.main_listing_item:hover {
  border: 2px solid #fff6;
}
.main_listing_item_price {
  color: #ffb100;
  width: 20%;
  font-size: 17px;
  font-weight: 900;
  line-height: 1;
  text-align: right;
}
.main_listing_item_server {
  font-size: 10px;
  color: white;
  text-shadow: 0 0 2px #000;
  padding: 1px 5px;
  margin-left: 5px;
}
.main_listing_item_server.main_listing_item_ls,
.ls_server_bg {
  background-color: #334995 !important;
  color: #fff !important;
}
.main_listing_item_server.main_listing_item_wg,
.wg_server_bg {
  background-color: #95333d !important;
  color: #fff !important;
}
.main_listing_item_server.main_listing_item_rand,
.rand_server_bg {
  background-color: #555 !important;
  color: #fff !important;
}
.pay_server {
  display: inline-block;
  color: #fff;
  padding: 5px 10px;
}
.main_listing_item_price span {
  font-size: 13px;
  font-weight: 100;
  margin-left: 2px;
}
.main_listing_item_name {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main_listing_bl {
  margin: 10px 0;
}
.main_listing {
  margin: 10px 0 25px;
  padding-bottom: 55px;
  border-bottom: 2px dashed #13232b;
}
.info-button-buy span {
  font-size: 35px;
}
.prem_acc_item {
  width: 240px;
  margin: 0 10px;
}
.prem_acc_img img {
  width: 100%;
}
.prem_acc_price_2 {
  display: inline-block;
  border-radius: 4px;
  background: linear-gradient(45deg, #daba22, #ca2c3b);
  color: #fdfdfd;
  font-size: 15px;
  padding: 2px 14px;
  text-shadow: 0 0 2px #000;
}
.prem_acc_price_1 {
  text-decoration: line-through;
  font-size: 15px;
  color: #e8e8e8;
  text-shadow: 0 0 2px #000;
}
.prem_acc_btn {
  display: inline-block;
  color: white;
  background: linear-gradient(20deg, #2f7322, #0fb720);
  font-size: 16px;
  padding: 5px 21px;
  border-radius: 0 25px 25px 25px;
  border: 1px solid #ffffff3b;
  text-shadow: 0 0 3px #000;
  transition: all 0.3s ease;
  margin: 3px 0 5px;
  cursor: pointer;
}
.prem_acc_list {
  display: flex;
  justify-content: space-around;
}
.prem_acc_btn:hover {
  border: 1px solid #ffffff8a;
  box-shadow:
    0 0 10px #062f00,
    0 0 12px #21ff0099;
}
.prem_acc_title {
  font-size: 13px;
}
.prem_acc_bl {
  margin-top: -66px;
  margin-left: 20px;
}
.prem_acc_title {
  font-size: 13px;
}
.prem_acc {
  border-top: 4px dashed #d68a25;
  border-bottom: 4px dashed #d68a25;
  padding: 20px 0;
  background-color: #142229;
  background-image: url(../img/bg.png);
  margin: 10px 0 25px;
}
.prem_acc_title p {
  font-size: 11px;
  color: #d58a2b;
}
.popup_pay {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  overflow: auto;
  background-color: #000000d4;
}
.popup_pay_cont {
  display: flex;
  position: absolute;
  top: 0;
  right: 10%;
  bottom: 0;
  left: 10%;
  margin: auto;
  max-width: 500px;
}

.pay_main_block {
  background: linear-gradient(30deg, #0b161c, #112129);
  margin: auto;
  width: 100%;
  border: 1px solid #efc83d;
  border-radius: 15px;
  padding: 25px 20px 30px;
  text-align: center;
  box-shadow: 0px 0px 15px 4px black;
}

.popup_pay_cont h3 {
  color: #efc83d;
}
.popup_pay_cont h5 {
  font-size: 19px;
  color: #ffffff;
  margin: 0;
  margin-top: 20px;
}
.popup_pay_cont p {
  font-size: 15px;
  color: #777;
  margin-bottom: 10px;
}
.pay_mail_block input {
  width: 70%;
  height: 40px;
  color: #fff;
  font-weight: 300;
  padding-left: 10px;
  border: 2px solid #31424a;
  border-radius: 30px;
  outline: none;
  font-size: 16px;
  text-align: center;
  background: #172933;
}
.pay_name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 15px;
  color: grey;
  padding-bottom: 15px;
  border-bottom: 1px dashed #ffffff33;
}
.pay_metod_btn {
  border-top: 1px dashed #ffffff33;
  padding-top: 10px;
}
.pay_metod_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.pay_metod_item {
  border: 1px solid #3e3e3e;
  border-radius: 8px;
  font-size: 14px;
  color: #656565;
  background-color: #081015;
  width: 45%;
  margin: 5px;
  padding: 10px;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pay_metod_item img {
  height: 16px;
  margin-right: 6px;
  filter: grayscale(100%);
}
.pay_metod_item.pay_metod_check img {
  filter: none;
}
.pay_metod_item:hover {
  border: 1px solid #666;
  color: #888;
}
.pay_metod_item.pay_metod_check {
  border: 1px solid #deb31b;
  color: #efc83d;
  background-color: #0f1d25;
}
.pay_metod_submit {
  color: #6d6d6d;
  padding: 10px 0px;
  width: 60%;
  display: inline-block;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 50px;
  background: linear-gradient(30deg, #054a05, #08790d);
  border: 1px solid #c3c3c3;
  color: white;
  cursor: pointer;
  text-shadow: 0 0 2px black;
  transition: all 0.2s ease;
  margin: 0 auto;
}
.pay_metod_list .pay_metod_item:nth-child(even) {
  border-radius: 30px 0 30px 30px;
}
.pay_metod_list .pay_metod_item:nth-child(odd) {
  border-radius: 0 30px 30px 30px;
}
.pay_metod_submit.active_btn:hover {
  background: linear-gradient(30deg, #075607, #0b8a11);
}
.pay_price {
  font-size: 30px;
  color: #efc83d;
  margin: 5px 0 10px;
}
.pay_mail_block,
.pay_metod_block {
  margin-bottom: 25px;
}
#pay_email:focus::-webkit-input-placeholder,
#pay_email_1:focus::-webkit-input-placeholder,
#pay_email_2:focus::-webkit-input-placeholder {
  color: transparent;
}

#pay_email:focus::-moz-placeholder,
#pay_email_1:focus::-moz-placeholder,
#pay_email_2:focus::-moz-placeholder {
  color: transparent;
}

#pay_email:focus:-moz-placeholder,
#pay_email_1:focus:-moz-placeholder,
#pay_email_2:focus:-moz-placeholder {
  color: transparent;
}

#pay_email:focus:-ms-input-placeholder,
#pay_email_1:focus:-ms-input-placeholder,
#pay_email_2:focus:-ms-input-placeholder {
  color: transparent;
}
.search_string {
  margin-top: 10px;
  font-size: 12px;
  color: #777;
}
.search_cat .ls_stock_name {
  padding-left: 5px;
  padding-right: 5px;
}
.search_result {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dashed #333;
  padding: 3px 5px;
  background-color: #081015;
}
.search_result b {
  font-weight: 400;
  color: #ffd129;
}
.search_sm .search {
  padding: 0 15px;
  margin: 5px 0;
}
.search_sm {
  display: none;
}
.garant_list_sell {
  font-size: 10px;
  text-shadow: 0 0 3px black;
  color: white;
  background-color: #2b7316;
  padding: 3px 8px;
  border-radius: 4px;
  text-align: center;
  display: inline-block;
  margin-top: 6px;
}

.partner_block {
  text-align: center;
}
.partner_block p {
  font-size: 20px;
  margin: 20px 0 40px;
}
.partner_block_inf {
  border-radius: 10px;
  padding: 20px 32px;
  text-align: center;
  background-color: #112028;
}
.partner_block_inf_1 {
  border: 2px dashed #198b39;
}
.partner_block_inf_2 {
  border: 2px dashed #ffc107;
}
.partner_block_inf_3 {
  border: 2px dashed #2ca0f5;
}
.partner_block_inf h2 {
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
}
.partner_block_inf_1 h2 {
  color: #4bb331;
}
.partner_block_inf_2 h2 {
  color: #ffc107;
}
.partner_block_inf_3 h2 {
  color: #2ca0f5;
}
.partner_block_inf p {
  margin: 15px 0;
  text-transform: uppercase;
  color: #ccc;
  font-size: 15px;
}
.partner_block_text {
  margin-top: 3px;
  color: #a1a1a1;
  font-size: 15px;
}
.partner_link_gen.partner_reg_form {
  margin: 60px auto 10px;
}
.partner_reg_form span,
.form_partner_log .btn {
  font-size: 20px;
  padding: 8px 20px;
  font-weight: 600;
}
.partner_reg_log_btn {
  margin-left: 10px;
}
.partner_reg_btn.btn-success {
  background-color: 5ab33a;
  color: #0b161c;
}
.partner_link_gen.partner_reg_form span.btn {
  padding: 10px 25px;
}
.partner_reg_btn.btn-success:hover {
  background-color: #68c945;
  border-color: transparent;
}
.partner_reg_form input.form-control:focus,
.partner_prog input.form-control:focus {
  color: #343434;
  background-color: #ffffff;
  border-color: #000;
  outline: 0;
  box-shadow: 0 0 9px 0rem rgb(86 86 86 / 0%);
}
.partner_link_gen.partner_reg_form input.form-control {
  width: 400px;
}
.partner_mess_reg {
  margin: 10px 0;
  text-align: center;
  height: 25px;
}
#partner_mess_warn {
  color: #ff6c6c;
}
#partner_mess_good {
  color: #1fad1f;
}
.partner_prog_h1 {
  text-align: center;
  margin-bottom: 20px;
}
.partner_mess_reg span {
  font-size: 16px;
}
.form_partner_log {
  text-align: center;
  margin: 0 auto;
  max-width: 320px;
  margin-bottom: 20px;
}
.form_partner_log h2 {
  margin: 0px 0 15px;
  font-size: 24px;
  color: #ffc107;
}
.partner_pass_reset {
  margin: 10px;
  cursor: pointer;
  font-size: 16px;
}
.partner_pass_reset span {
  transition: all 0.2s ease;
}
.partner_pass_reset span:hover {
  text-decoration: none;
  color: #ddd;
}
.partn_balance_num {
  font-size: 75px;
  font-weight: 700;
  color: #ffb700;
  line-height: 1em;
}
.partn_balance_num span {
  font-size: 48px;
}
.partn_balance_text {
  font-size: 20px;
  color: white;
  text-transform: uppercase;
  display: inline;
}
.partn_balance {
  border-left: 1px dashed #565656;
  border-right: 1px dashed #565656;
}
.partn_pay_text {
  font-size: 17px;
}
.partn_pay_info {
  display: flex;
  align-items: center;
}
.partn_pay_info_num {
  color: #ffb700;
  font-size: 15px;
}
.partn_pay_info_var {
  font-size: 13px;
  color: white;
  margin: 0 10px;
}
.partn_pay_info_komis {
  font-size: 13px;
}
.partn_pay_btn {
  background-color: #296a17;
  color: white;
  margin-top: 3px;
  display: inline-block;
  border-radius: 5px 0 5px 5px;
  padding: 2px 10px;
  text-shadow:
    0 0 1px black,
    0 0 1px black;
  cursor: pointer;
  transition: all 0.2s ease;
}
.partn_pay_btn:hover {
  background-color: #31761d;
}
.partner_lk_block {
  margin-top: 60px;
}
.partn_pay_input input.form-control:focus,
.partn_pay_input select.form-control:focus {
  color: #343434;
  background-color: #ffffff;
  border-color: #000;
  outline: 0;
  box-shadow: 0 0 9px 0rem rgb(86 86 86 / 0%);
}
.partn_pay_input {
  display: flex;
  margin-top: 3px;
}

.partn_pay_input input {
  width: 70%;
}

.partn_pay_input select {
  width: 30%;
}
.window_up_payments {
  display: none;
}

.partn_pay_btn_13 {
  display: flex;
  align-items: center;
}

.partn_pay_save_warn {
  font-size: 13px;
  margin-left: 10px;
  color: #ff8484;
}
.partn_stat_tabl {
  font-size: 14px;
}
.partn_tabl_top,
.partn_stat_tab_1 {
  color: #d3d3d3;
}
.partn_tabl_top {
  border-bottom: 1px dashed #545454;
}
.partn_stat_tabl_2,
.partn_stat_tabl_3 {
  width: 100px;
  color: #8d8d8d;
}
.partn_tabl_total,
.partn_tabl_red_total,
.partn_tabl_summ_total {
  color: #ffb700;
  border-top: 1px dashed #626262;
  margin-top: 2px;
}
.partn_tabl_0 {
  color: transparent;
}
.partn_stat_tabl_2 {
  background-color: #102028;
  border-right: 1px dashed #545454;
  border-left: 1px dashed #545454;
}
.partn_stat_tabl_3 {
  background-color: #142730;
}
.partn_stat_tab_1 {
  padding-right: 5px;
}
.partner_status {
  border-top: 1px dashed #5a5a5a;
  margin-top: 20px;
  text-align: center;
}

h2.partner_status_text span {
  color: white;
  text-transform: uppercase;
  font-size: 15px;
  padding: 3px 10px;
  margin-left: 5px;
  text-shadow:
    0 0 1px black,
    0 0 1px black;
}
.partner_status_block {
  background-color: #142730;
  padding: 8px;
  text-align: center;
  color: #919191;
  text-transform: uppercase;
}
.partner_status_block span {
  margin-left: 10px;
}
.partner_status_block.partner_status_silver {
  background-color: #686868;
  color: white;
  text-shadow:
    0 0 1px black,
    0 0 1px black;
}
.partner_status_block.partner_status_gold {
  background-color: #897409;
  color: white;
  text-shadow:
    0 0 1px black,
    0 0 1px black;
}
.partner_status_block.partner_status_platinum {
  background-color: #6c2fa5;
  color: white;
  text-shadow:
    0 0 1px black,
    0 0 1px black;
}
.partner_status_text {
  text-align: center;
  font-size: 13px;
  margin-top: 5px;
  color: #8f8f8f;
}
.partner_status_text.partner_status_active {
  color: #ffb700;
}
.partner_link {
  text-align: center;
  margin-top: 40px;
  background-color: #111f26;
  padding: 25px 0;
  border-bottom: 2px dashed #223944;
  border-top: 2px dashed #223944;
}
.partner_link h2 {
  margin-bottom: 0;
  font-size: 25px;
  text-transform: uppercase;
  color: white;
  font-weight: 700;
}
.partner_link_gen span {
  font-size: 20px;
  padding: 8px 20px;
  font-weight: 600;
}
.partner_link_gen form {
  justify-content: center;
}
.partner_link_gen input.form-control:focus {
  color: #343434;
  background-color: #ffffff;
  border-color: #000;
  outline: 0;
  box-shadow: 0 0 9px 0rem rgb(86 86 86 / 0%);
}
.partner_link_gen input.form-control {
  width: 480px;
}
.partner_link_gen {
  margin-top: 25px;
}
.partner_link_result {
  font-size: 20px;
  margin: 18px 0;
  color: #ffc107;
}
.partner_link_result .fa {
  color: #ffc107;
  font-size: 25px;
  margin-left: 10px;
}
.partner_link_result span {
  color: #cdcdcd;
}
.partner_reflink_copy {
  background-color: #296a17;
  color: white;
  margin-top: 14px;
  display: inline-block;
  border-radius: 8px 0 8px 8px;
  padding: 2px 30px 3px;
  text-shadow:
    0 0 1px black,
    0 0 1px black;
  cursor: pointer;
  transition: all 0.2s ease;
}
.partner_reflink_copy:hover {
  background-color: #31761d;
}
.partner_link_text {
  font-size: 14px;
}
.partner_faq .card {
  background-color: #111f26;
}
.partner_faq button.btn {
  text-align: left;
  white-space: wrap;
}
.partner_faq .card-body {
  color: #6c6c6c;
  font-size: 15px;
  background-color: #0d171c;
}
.partner_faq .card-header {
  padding: 10px 20px;
}
.partner_faq button,
.partner_faq button.collapsed:focus {
  color: #a5a5a5;
  text-decoration: none;
}
.partner_faq button:hover,
.partner_faq button:focus {
  color: #ddd;
  text-decoration: none;
}
.partner_faq_h2 {
  text-align: center;
  margin-top: 16px;
}
.partner_faq h5 {
  margin: 0px;
}
.partner_faq_h2 h2 {
  font-size: 25px;
}
select#pay_var_user {
  width: 80%;
}
.btn-style-lk.btn-success {
  background-color: #296a17;
  border-color: #19762e;
  font-size: 18px;
}
.warn_pay_part_info {
  color: #ef7373;
  font-size: 13px;
  margin-top: 10px;
}
.last_pay_partn_row {
  display: flex;
  justify-content: space-between;
}
.last_pay_partn {
  margin-top: 10px;
  font-size: 12px;
}
.last_pay_partn_row {
  display: flex;
  font-size: 12px;
}
.last_pay_partn_war {
  font-size: 12px;
  color: #ffb700;
}
.last_pay_partn_row_0,
.last_pay_partn_row_3 {
  color: #76df58;
}
.partn_out span.btn {
  font-size: 14px;
}
a.part_recl {
  font-size: 12px;
  border-bottom: 1px dashed #858585;
  padding-bottom: 3px;
  margin-top: 8px;
  display: inline-block;
}
a.part_recl span {
  font-size: 12px;
  color: #ffb700;
}

span#confirm_pay {
  background: linear-gradient(30deg, #745914, #bf9220);
  border: 1px solid #c3c3c3;
  color: white;
  cursor: pointer;
  text-shadow: 0 0 2px black;
  transition: all 0.2s ease;
  padding: 10px 0px;
  width: 60%;
  display: inline-block;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 50px;
}

.case_acc .bl_accc_big_price_bl {
  background: linear-gradient(30deg, #ffb700, #745403);
  color: #fff;
}
.case_acc .bl_acc_big {
  background: linear-gradient(30deg, #421b3c 40%, #0a1216);
  border: 1px dashed #686868;
}
/*.main_bl_big.case_acc {
    background-image: url('/templates/0/img/pattern_2.svg');
}*/

.case_acc.xcd .bl_acc_big {
  background: linear-gradient(10deg, #09151b, #192a33);
}

.main_bl_big.case_acc.xcd {
  background-image: none;
}

.main_bl_big.case_acc.xcd {
  border-bottom: 2px dashed #13232b;
  margin-bottom: 20px;
  padding-bottom: 45px;
}
span.no_stock {
  font-size: 20px;
  border: 1px dashed #565656;
  padding: 5px 0;
  width: 100%;
  display: inline-block;
}
.card_body_inf {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: white;
  margin: 10px;
  height: 44px;
  text-shadow: 0 0 2px #000;
  font-size: 14px;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.card_body_inf_old_price {
  position: relative;
  font-size: 16px;
  padding: 0px 3px;
  margin-right: 5px;
  color: #ccc;
}
.card_body_inf_old_price span {
  font-size: 10px;
}

.card_body_inf_old_price::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #ff0000eb;
  transform: translateY(-40%);
}
.ls_old_price {
  position: relative;
  padding: 0 5px;
  margin-right: 10px;
  font-size: 16px;
}
.ls_old_price span {
  font-size: 12px;
}
.ls_old_price::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #ff0000eb;
  transform: translateY(-40%);
}
.info-old-price {
  position: relative;
  margin: -16px 0 8px;
  display: table;
  margin-left: auto;
  margin-right: auto;
  padding: 0 5px;
  font-size: 16px;
}
.info-old-price span {
  font-size: 10px;
}
.info-old-price::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #ff0000eb;
  transform: translateY(-40%);
}

.card_body_inf_price {
  /* flex-grow: 1; */
  font-size: 28px;
  font-weight: 900;
  color: #ffb700;
  text-align: center;
  margin-right: 10px;
  line-height: 1;
}
.card_body_inf_price span {
  font-size: 19px;
}
.card_body_inf_server {
  height: 40px;
  padding: 9px 7px;
}
.ls_server {
  background-color: #334995 !important;
  color: #fff !important;
  text-shadow: 0 0 2px #000 !important;
}
.wg_server {
  background-color: #95333d !important;
  color: #fff !important;
  text-shadow: 0 0 2px #000 !important;
}
.rnd_server {
  background-color: #244253 !important;
  color: #fff !important;
  text-shadow: 0 0 2px #000 !important;
}

.card_body_inf_btn {
  cursor: pointer;
  height: 40px;
  padding: 7px 10px 9px 8px;
  background-color: #5ab33a;
  border-radius: 0 20px 20px 0;
  transition: all 0.3s ease;
}
.card_body_inf_btn:hover {
  background-color: #7cd55d;
}

.card_body_inf_btn img {
  height: 25px !important;
  width: auto !important;
}
.card-body-title {
  padding: 10px 10px 5px 10px;
}

.item_big2 {
  background-color: #13222f;
  border: 2px solid #ffffff26;
  /*border-radius: 0 0 25px 25px;*/
  width: 24%;
  margin: 5px;
  transition: all 0.3s ease;
}
.item_big2:hover {
  border: 2px solid #fff6;
  background-color: #172837;
}
.item_big2 #item_big_img {
  width: 100%;
  height: 164px;
  will-change: transform;
  object-fit: cover;
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
  transition: all 0.3s ease;
}
.item_big2:hover #item_big_img {
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
}
.img_cont_case {
  border-bottom: 2px solid #ffffff26;
}
.item_big2 .card-body {
  padding: 4px 12px 12px;
}
.item_big2 a.card-title {
  display: inline-block;
  font-size: 15px;
  color: #cccccc;
  margin-bottom: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.item_big2 strong {
  border-radius: 25px 0 0 25px;
  color: black;
  font-weight: 600;
  font-size: 12px;
  padding: 3px 7px 4px 12px !important;
  cursor: unset !important;
}
.item_big2 strong span {
  font-size: 10px;
  margin-left: 1px;
}
.item_big2 a.btn-primary {
  font-size: 12px;
  padding: 3px 13px 4px 10px !important;
  background: linear-gradient(10deg, #3e8e45, #206713);
  color: white;
  border-radius: 0 25px 25px 0;
  text-shadow: 0 0 2px #000;
}
.item_big2 a.btn-primary:hover {
  background: linear-gradient(10deg, #206713, #3e8e45);
}
.ls .search_result h1 {
  margin: 0 0 0 5px;
  font-size: 1rem;
  line-height: 1;
}
.one_tank_bg {
  /*background-color: #081014;*/
  border: 1px solid #ffffff24;
  /*background-repeat: no-repeat;*/
  /*background-position: right;*/
  /*background-size: contain;*/
  margin: 5px 0 10px;
  position: relative;
}
.one_tank_bg_tank {
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  will-change: transform;
  object-fit: cover;
  z-index: -1;
}
.one_tank_bg_907 {
  background-image: url(../img/one_tank/ob907.png);
}
.one_tank_bg_wfe100 {
  background-image: url(../img/one_tank/WFE100.png);
}
.one_tank_bg_fv4005 {
  background-image: url(../img/one_tank/fv4005.png);
}
.one_tank_bg_279 {
  background-image: url(../img/one_tank/ob279.png);
}
.one_tank_bg_chief {
  background-image: url(../img/one_tank/chief.png);
}
.one_tank_bg_fv183 {
  background-image: url(../img/one_tank/fv183.png);
}
.one_tank_bg_ebr105 {
  background-image: url(../img/one_tank/ebr105.png);
}
.one_tank_bg_t92 {
  background-image: url(../img/one_tank/t92.png);
}
.one_tank_inf {
  padding: 10px 15px 5px;
}
.one_tank_inf ul {
  color: #898989;
  font-size: 12px;
  width: 220px;
}
.one_tank_inf ul li {
  border-bottom: 1px dashed #2a2a2a;
  display: flex;
  justify-content: space-between;
}
.one_tank_inf_green {
  color: #000;
}
.one_tank_inf h3 {
  font-size: 24px;
  margin-bottom: 10px;
}
.one_tank_inf h3 span {
  font-weight: 600;
  color: #ffb700;
}
.one_tank_inf ul b {
  font-weight: 400;
  color: #c9a853;
}
.one_tank_inf img {
  height: 35px;
  width: auto;
  margin-left: 20px;
}
.one_tank_price strong {
  font-size: 36px;
  color: #ffb700;
  line-height: 1.4em;
}
.one_tank_price strong span {
  font-size: 20px;
  margin-left: 2px;
}
.one_tank_price a {
  font-size: 26px;
  color: #ffb700;
}
.one_tank_price a {
  font-size: 18px;
  padding: 4px 22px 5px !important;
  background-color: #5ab33a;
  color: black;
  border-radius: 25px;
  border: none;
}
.one_tank_price a:hover {
  background-color: #7cd55d;
  color: black;
  border: none;
}
.one_tank_price {
  margin-top: 5px;
  width: 290px;
  justify-content: space-around;
}
.border_main {
  border-bottom: 2px dashed #13232b;
  margin-top: 20px;
}
.one_tank_block {
  margin: 10px 0 20px;
}
.one_tank_inf .card_body_inf {
  justify-content: normal;
}
.one_tank_inf .card_body_inf .card_body_inf_price {
  font-size: 36px;
  margin-right: 20px;
}
.one_tank_inf .card_body_inf img {
  margin-left: 0;
}
.one_tank_bg_inf {
  background-image: url(../img/fire.png);
  background-repeat: no-repeat;
  background-position-x: left;
  background-position-y: bottom;
}
.one_tank_inf_green {
  color: #39a740;
  font-weight: 600;
}
.twprime {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.twprime img {
  width: 700px;
  height: auto;
}
a.tw-pr {
  color: #54b52c;
  font-size: 17px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  margin: 5px 0;
  padding-bottom: 3px;
  border-bottom: 1px dashed;
  text-align: center;
}

.sort_list_select {
  cursor: pointer;
  font-size: 14px;
  height: 36px;
  padding: 0 10px;
  color: #b5b5b5;
  padding-left: 10px;
  border: 1px solid #2e2e2e;
  border-radius: 0px;
  outline: none;
  background-color: #112029;
  margin-bottom: 8px;
}
select.sort_list_select option {
  background-color: #112029;
}
.sort_list_label {
  font-size: 15px;
  margin-right: 5px;
}
.position_sort_select {
  text-align: right;
}
#blink {
  -webkit-animation: blink 2s linear infinite;
  animation: blink 2s linear infinite;
  font-weight: 400;
  color: transparent;
}

@-webkit-keyframes blink {
  0% {
    color: transparent;
  }
  50% {
    color: #dbac2a;
  }
  100% {
    color: transparent;
  }
}

@keyframes blink {
  0% {
    color: transparent;
  }
  50% {
    color: #dbac2a;
  }
  100% {
    color: transparent;
  }
}
.img_cont_case,
.img_main {
  position: relative;
}
.img_main_server_text,
.img_cont_case span.img_cont_case_server,
.list_server_text_img {
  position: absolute;
  bottom: 12%;
  right: 5%;
  font-size: 19px;
  font-weight: 900;
  opacity: 0.8;
  z-index: 1;
  transform: rotate(350deg);
}
.list_server_text_img {
  font-size: 14px;
}
.img_main_server_text {
  font-size: 28px;
}
.buttons_case {
  display: flex;
  justify-content: center;
}
.buttons_case_server {
  width: 25%;
  margin: 10px 5px;
  text-align: center;
  background-color: #112029;
  font-size: 25px;
  padding: 5px 0 7px;
  border: 2px solid #26343c;
  color: #ffffff45;
  cursor: pointer;
}
.buttons_case_server.active#caseRu {
  background-color: #334995;
  color: white;
  text-shadow: 0 0 2px #000;
  border: 2px solid #485faf;
}
.buttons_case_server.active#caseEu {
  background-color: #95333d;
  color: white;
  text-shadow: 0 0 2px #000;
  border: 2px solid #a14952;
}
.buttons_case_server#caseRu {
  border-radius: 50px 0 0 50px;
}
.buttons_case_server#caseEu {
  border-radius: 0 50px 50px 0;
}
.card_price_btnlink {
  display: flex;
  align-items: center;
}
.card_price {
  border-radius: 25px 0 0 25px;
  color: black;
  font-weight: 600;
  font-size: 13px;
  padding: 4px 9px 4px 12px;
  cursor: unset !important;
  background-color: #ffc107;
  border-color: #ffc107;
}
.card_price span {
  font-size: 10px;
}
a.card_btnlink {
  background: linear-gradient(10deg, #3e8e45, #206713);
  color: white;
  border-radius: 0 25px 25px 0;
  text-shadow: 0 0 2px #000;
  font-size: 13px;
  padding: 4px 12px 4px 9px;
  margin-left: 2px;
  transition: all 0.2s ease;
}
a.card_btnlink:hover {
  background: linear-gradient(10deg, #4fa956, #29761b);
  color: white;
  transition: all 0.2s ease;
}
.pay_mhetod_item {
  width: 180px;
  border: 2px solid #243037;
  border-radius: 10px;
  padding: 10px;
  background-color: #0e1b23;
  margin: 5px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  transition: all 0.2s ease;
}
.pay_mhetod_item.noactive {
  filter: grayscale(100%);
  opacity: 0.3;
  cursor: default;
}
.pay_mhetod_item.noactive:hover {
  filter: grayscale(100%);
  opacity: 0.3;
  cursor: default;
  border: 2px solid #31424a;
  background-color: #15232a;
}
.pay_mhetod_item:hover {
  border: 2px solid #3d515a;
  background-color: #192a32;
}
.pay_mhetod_item.active {
  border: 2px solid #f5c020;
  background-color: #1d313b;
}
.pay_mhetod_txt {
  font-size: 15px;
  color: #f5c020;
  padding: 8px 0 3px 0;
}
.pay_mhetod_img {
  position: relative;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pay_mhetod_img img {
  width: auto;
  will-change: transform;
  object-fit: cover;
}
.content_pay .pay_mail_block input {
  height: 50px;
  font-size: 20px;
  max-width: 540px;
  border-color: #31424a;
  background: #15232a;
}
.pay_mhetod_comiss {
  font-size: 12px;
  color: #818181;
  line-height: 1em;
}
.pay_min_summ_green {
  font-size: 12px;
  color: #63ad4b;
}
.pay_min_summ_red {
  font-size: 12px;
  color: #ed6c6c;
}
.pay_mhetod_block_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 20px 0;
}
.pay_mail_block .text_danger,
.text_danger_confirm {
  /*opacity: 0;*/
  color: #e36e2a;
}
.text_danger_confirm {
  opacity: 0;
}
.pay_mail_block .text_success {
  display: none;
  color: #3abb45;
}
.pay_confirm_block .pay_confirm_check {
  max-width: 470px;
  margin: 0 auto;
}
.pay_confirm_block {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.pay_confirm_check .rating_check {
  text-align: left;
  margin: 5px 0;
}
.pay_confirm_check .rating_check a {
  border-bottom: 1px dashed #555;
}
.pay_confirm_check label {
  cursor: pointer;
}
.pay_confirm_check input[type="checkbox"] + label span {
  vertical-align: text-bottom;
}
.pay_confirm_button {
  border: 4px solid #132a36;
  background-color: #2d404a;
  color: #132a36;
  display: inline-block;
  border-radius: 50px;
  font-size: 30px;
  padding: 10px 70px 12px;
  margin: 22px 0 10px;
  font-weight: bold;
  transition: all 0.2s ease;
  cursor: pointer;
}
.pay_confirm_button.active {
  border: 4px solid #998034;
  background: linear-gradient(10deg, #ffcf00, #cdad25);
  color: #111;
}
.pay_confirm_button.active:hover {
  background: linear-gradient(10deg, #cdad25, #ffcf00);
}
a.go_to_payment_button {
  display: none;
  border: 4px solid #1e5617;
  background: linear-gradient(10deg, #3e8e45, #206713);
  color: white;
  border-radius: 25px;
  text-shadow: 0 0 3px #000;
  border-radius: 50px;
  font-size: 30px;
  padding: 10px 70px 12px;
  margin: 22px 0 10px;
  font-weight: bold;
  transition: all 0.2s ease;
  cursor: pointer;
}

a.go_to_payment_button:hover {
  background: linear-gradient(10deg, #206713, #3e8e45);
}

input.pay_metod_submit_inp {
  display: none;
  border: 4px solid #1e5617;
  background: linear-gradient(10deg, #3e8e45, #206713);
  color: white;
  border-radius: 25px;
  text-shadow: 0 0 3px #000;
  border-radius: 50px;
  font-size: 30px;
  padding: 10px 70px 12px;
  margin: 22px 0 10px;
  font-weight: bold;
  transition: all 0.2s ease;
  cursor: pointer;
}

input.pay_metod_submit_inp:hover {
  background: linear-gradient(10deg, #206713, #3e8e45);
}

.content_pay .pay_mail_block input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #ffffff38;
}
.content_pay .pay_mail_block input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ffffff38;
  opacity: 1;
}
.content_pay .pay_mail_block input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ffffff38;
  opacity: 1;
}
.content_pay .pay_mail_block input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ffffff38;
}
.content_pay .pay_mail_block input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #ffffff38;
}

.content_pay .pay_mail_block input::placeholder {
  /* Most modern browsers support this now. */
  color: #ffffff38;
}

:root {
  --duration: 1.5s;
  --container-size: 100px;
  --box-size: 12px;
  --box-border-radius: 50%;
}

.loading_img_block {
  display: none;
  width: 100%;
  height: 50px;
  overflow: hidden;
  margin: 10px 0 0;
  padding: 0;
  /*display: flex;*/
  justify-content: center;
  align-items: center;
}

.container_1 {
  width: var(--container-size);
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.loading_img {
  width: var(--box-size);
  height: var(--box-size);
  position: relative;
  display: block;
  transform-origin: -50% center;
  border-radius: var(--box-border-radius);
}
.loading_img:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #5ab33a;
  border-radius: var(--box-border-radius);
  /*box-shadow: 0px 0px 10px 0px rgba(28, 159, 255, 0.4);*/
}
.loading_img:nth-child(1) {
  animation: slide var(--duration) ease-in-out infinite alternate;
}
.loading_img:nth-child(1):after {
  animation: color-change var(--duration) ease-in-out infinite alternate;
}
.loading_img:nth-child(2) {
  animation: flip-1 var(--duration) ease-in-out infinite alternate;
}
.loading_img:nth-child(2):after {
  animation: squidge-1 var(--duration) ease-in-out infinite alternate;
}
.loading_img:nth-child(3) {
  animation: flip-2 var(--duration) ease-in-out infinite alternate;
}
.loading_img:nth-child(3):after {
  animation: squidge-2 var(--duration) ease-in-out infinite alternate;
}
.loading_img:nth-child(4) {
  animation: flip-3 var(--duration) ease-in-out infinite alternate;
}
.loading_img:nth-child(4):after {
  animation: squidge-3 var(--duration) ease-in-out infinite alternate;
}
.loading_img:nth-child(5) {
  animation: flip-4 var(--duration) ease-in-out infinite alternate;
}
.loading_img:nth-child(5):after {
  animation: squidge-4 var(--duration) ease-in-out infinite alternate;
}
/*.loading_img:nth-child(2):after {
  background-color: #1c9fff;
}
.loading_img:nth-child(3):after {
  background-color: #1fb1fd;
}
.loading_img:nth-child(4):after {
  background-color: #22c7fb;
}
.loading_img:nth-child(5):after {
  background-color: #23d3fb;
}*/

@keyframes slide {
  0% {
    background-color: #ffb100;
    transform: translatex(0vw);
  }
  100% {
    background-color: #ffb100;
    transform: translatex(
      calc(var(--container-size) - (var(--box-size) * 1.25))
    );
  }
}

@keyframes color-change {
  0% {
    background-color: #ffb100;
  }
  100% {
    background-color: #ffb100;
  }
}

@keyframes flip-1 {
  0%,
  15% {
    transform: rotate(0);
  }
  35%,
  100% {
    transform: rotate(-180deg);
  }
}

@keyframes squidge-1 {
  5% {
    transform-origin: center bottom;
    transform: scalex(1) scaley(1);
  }
  15% {
    transform-origin: center bottom;
    transform: scalex(1.3) scaley(0.7);
  }
  25%,
  20% {
    transform-origin: center bottom;
    transform: scalex(0.8) scaley(1.4);
  }
  55%,
  100% {
    transform-origin: center top;
    transform: scalex(1) scaley(1);
  }
  40% {
    transform-origin: center top;
    transform: scalex(1.3) scaley(0.7);
  }
}

@keyframes flip-2 {
  0%,
  30% {
    transform: rotate(0);
  }
  50%,
  100% {
    transform: rotate(-180deg);
  }
}

@keyframes squidge-2 {
  20% {
    transform-origin: center bottom;
    transform: scalex(1) scaley(1);
  }
  30% {
    transform-origin: center bottom;
    transform: scalex(1.3) scaley(0.7);
  }
  40%,
  35% {
    transform-origin: center bottom;
    transform: scalex(0.8) scaley(1.4);
  }
  70%,
  100% {
    transform-origin: center top;
    transform: scalex(1) scaley(1);
  }
  55% {
    transform-origin: center top;
    transform: scalex(1.3) scaley(0.7);
  }
}

@keyframes flip-3 {
  0%,
  45% {
    transform: rotate(0);
  }
  65%,
  100% {
    transform: rotate(-180deg);
  }
}

@keyframes squidge-3 {
  35% {
    transform-origin: center bottom;
    transform: scalex(1) scaley(1);
  }
  45% {
    transform-origin: center bottom;
    transform: scalex(1.3) scaley(0.7);
  }
  55%,
  50% {
    transform-origin: center bottom;
    transform: scalex(0.8) scaley(1.4);
  }
  85%,
  100% {
    transform-origin: center top;
    transform: scalex(1) scaley(1);
  }
  70% {
    transform-origin: center top;
    transform: scalex(1.3) scaley(0.7);
  }
}

@keyframes flip-4 {
  0%,
  60% {
    transform: rotate(0);
  }
  80%,
  100% {
    transform: rotate(-180deg);
  }
}

@keyframes squidge-4 {
  50% {
    transform-origin: center bottom;
    transform: scalex(1) scaley(1);
  }
  60% {
    transform-origin: center bottom;
    transform: scalex(1.3) scaley(0.7);
  }
  70%,
  65% {
    transform-origin: center bottom;
    transform: scalex(0.8) scaley(1.4);
  }
  100%,
  100% {
    transform-origin: center top;
    transform: scalex(1) scaley(1);
  }
  85% {
    transform-origin: center top;
    transform: scalex(1.3) scaley(0.7);
  }
}

/*Loading img*/

.case_one_tank_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom: 7px;
}
.case_one_tank_item {
  width: 24%;
  margin: 5px;
}
.case_one_tank {
  text-shadow: 1px 1px #444;
  position: relative;
  height: 205px;
  border: 1px solid #333;
  padding: 10px;
  transition: all 0.2s ease;
}
.case_one_tank:hover {
  border-color: #555;
}
.case_one_tank_img {
  width: auto;
  height: 166px;
  position: absolute;
  bottom: -5px;
  right: 10px;
}
.case_one_tank_img_fl {
  width: auto;
  height: 110px;
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: 0.5;
  z-index: -1;
}
.case_one_tank_price {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-size: 30px;
  font-weight: 900;
  color: #ffb700;
  text-align: center;
  margin-right: 12px;
  line-height: 1;
}
.case_one_tank_price b {
  font-size: 20px;
  font-weight: unset;
}
.case_one_tank_text p {
  position: relative;
  margin: 0 0 5px 26px;
  color: #fdb71b;
}
.case_one_tank_text p:before {
  content: "";
  position: absolute;
  left: -25px;
  top: 50%;
  margin-top: -10px;
  width: 22px;
  height: 20px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAyMiAxOSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNC4xIDEzLjJjMiAuNiAzLjMgMiAzLjMgMnMtMS45LjYtMy45IDAtMy4zLTItMy4zLTIgMS45LS41IDMuOSAwek0yLjkgOWMxLjIgMS41IDEuNSAzLjQgMS41IDMuNHMtMS43LS42LTIuOS0yLjJTMCA2LjggMCA2LjhzMS43LjcgMi45IDIuMnpNNCA0LjhjLjIgMS43LS40IDMuMS0uNCAzLjFTMi42IDYuNyAyLjMgNWMtLjItMS43LjUtMy4xLjUtMy4xUzMuNyAzLjEgNCA0Ljh6TTYuOSAzYy0uNSAxLjUtMS42IDIuNS0xLjYgMi41cy0uMy0xLjUuMS0zQzUuOSAxLjEgNyAwIDcgMHMuNCAxLjUtLjEgM3ptLjMgMTMuNGMxLjktLjMgMy40LjMgMy40LjNzLTEuNCAxLTMuMiAxLjNjLTEuOS4zLTMuNC0uMy0zLjQtLjNzMS4zLTEgMy4yLTEuM3ptMTAuNy0zLjJjLTIgLjYtMy4zIDItMy4zIDJzMS45LjYgMy45IDAgMy4zLTIgMy4zLTItMS45LS41LTMuOSAwek0xOS4xIDljLTEuMiAxLjUtMS41IDMuNC0xLjUgMy40czEuNy0uNiAyLjktMi4yUzIyIDYuOCAyMiA2LjhzLTEuNy43LTIuOSAyLjJ6TTE4IDQuOGMtLjIgMS43LjQgMy4xLjQgMy4xczEtMS4yIDEuMi0yLjljLjMtMS43LS40LTMuMS0uNC0zLjFzLS45IDEuMi0xLjIgMi45ek0xNS4xIDNjLjUgMS41IDEuNiAyLjUgMS42IDIuNXMuMy0xLjUtLjEtM0MxNi4xIDEuMSAxNSAwIDE1IDBzLS40IDEuNS4xIDN6bS0uMyAxMy40Yy0xLjktLjMtMy40LjMtMy40LjNzMS40IDEgMy4yIDEuM2MxLjkuMyAzLjQtLjMgMy40LS4zcy0xLjMtMS0zLjItMS4zek0xMSAyLjdMMTIuNCA3SDE3bC0zLjcgMi43IDEuNCA0LjMtMy43LTIuNkw3LjMgMTRsMS40LTQuM0w1IDdoNC42eiIgZmlsbD0iI0ZEQjcxQiIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+)
    no-repeat 0 0;
}
.case_one_tank_text h3 {
  color: #fdb71b;
  font-size: 24px;
  font-weight: 900;
}
.case_one_tank_text ul {
  list-style: none;
  margin-left: 25px;
  color: #ebe4c7;
  font-size: 14px;
}
.case_one_tank_text li {
  position: relative;
}
li.case_one_tank_sau:before {
  content: "";
  position: absolute;
  top: 6px;
  left: -17px;
  width: 15px;
  height: 15px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI4IiB2aWV3Qm94PSIwIDAgOCA4IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0wIDBoOHY4SDB6IiBmaWxsPSIjRUJFNEM3IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-size: 9px;
}
li.case_one_tank_tt:before {
  content: "";
  position: absolute;
  top: 2px;
  left: -19px;
  width: 15px;
  height: 15px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxNSAxOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTMuMiA2LjhsLTcuNSA5LjFMNy41IDE4IDE1IDl6bS0yLjktMy40bC03LjQgOS4xIDEuOCAyLjEgNy40LTl6TTcuNSAwTDAgOWwxLjkgMi4yIDcuNC05eiIgZmlsbD0iI0VCRTRDNyIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+);
  background-repeat: no-repeat;
  background-size: 12px;
}
li.case_one_tank_st:before {
  content: "";
  position: absolute;
  top: 6px;
  left: -17px;
  width: 15px;
  height: 15px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxMiAxNSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTIgNy41TDkuNyA0LjdsLTYgNy41TDYgMTV6TTYgMEwwIDcuNWwyLjMgMi44IDYtNy41eiIgZmlsbD0iI0VCRTRDNyIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+);
  background-repeat: no-repeat;
  background-size: 9px;
}
li.case_one_tank_pt:before {
  content: "";
  position: absolute;
  top: 6px;
  left: -17px;
  width: 15px;
  height: 15px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMiAxMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMCAwbDYgMTAgNi0xMHoiIGZpbGw9IiNFQkU0QzciIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-size: 9px;
}
li.case_one_tank_lt:before {
  content: "";
  position: absolute;
  top: 6px;
  left: -17px;
  width: 15px;
  height: 15px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMSAxMyIgd2lkdGg9IjExIiBoZWlnaHQ9IjEzIj48cGF0aCBmaWxsPSIjRUJFNEM3IiBkPSJNNS41IDBMMCA2LjUgNS41IDEzIDExIDYuNXoiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-size: 8px;
}
li.case_one_tank_lvl:before {
  content: "";
  position: absolute;
  top: 4px;
  left: -16px;
  width: 13px;
  height: 15px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMTE5MC42IDE2IDE2IiB3aWR0aD0iMTYiIGhlaWdodD0iMTYiPjxwYXRoIGZpbGw9IiNFOUUyQkYiIGQ9Ik0xMy41IDExOTZjLTEuMiAwLTIuMy44LTIuNSAySDEuMnYtNC4xaDEuOWMuMyAxLjEgMS4zIDIgMi41IDIgMS40IDAgMi42LTEuMiAyLjYtMi42IDAtMS40LTEuMi0yLjYtMi42LTIuNi0xLjIgMC0yLjMuOS0yLjUgMkgxLjJ2LTJIMHYxNmgxLjJ2LTJINWMuMyAxLjIgMS4zIDIgMi41IDIgMS40IDAgMi42LTEuMiAyLjYtMi42IDAtMS40LTEuMi0yLjYtMi42LTIuNi0xLjIgMC0yLjMuOC0yLjUgMkgxLjJ2LTQuMmg5LjdjLjMgMS4yIDEuMyAyIDIuNSAyIDEuNCAwIDIuNi0xLjIgMi42LTIuNi4xLTEuNi0xLjEtMi43LTIuNS0yLjd6bS03LjktNGMuNyAwIDEuMi42IDEuMiAxLjIgMCAuNy0uNiAxLjItMS4yIDEuMi0uNyAwLTEuMi0uNi0xLjItMS4yIDAtLjcuNi0xLjIgMS4yLTEuMnptMiAxMC44Yy43IDAgMS4yLjYgMS4yIDEuMiAwIC43LS42IDEuMi0xLjIgMS4yLS43IDAtMS4yLS42LTEuMi0xLjItLjEtLjcuNS0xLjIgMS4yLTEuMnptNS45LTMuMWMtLjcgMC0xLjItLjYtMS4yLTEuMiAwLS43LjYtMS4yIDEuMi0xLjIuNyAwIDEuMi42IDEuMiAxLjJzLS42IDEuMi0xLjIgMS4yeiIvPjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-size: 11px;
}
li.case_one_tank_ognemet:before {
  content: "";
  position: absolute;
  top: 4px;
  left: -16px;
  width: 13px;
  height: 15px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0iI0VCRTRDNyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNy45MzggMGMwIDUuNC02Ljg5IDguNDY4LTcuODIgMTIuMjI4Qy0uNjY1IDE1LjQgMi42MjMgMTcuMjY5IDQuNTg3IDE4IDIuMzk3IDEwLjk1IDE2Ljc4IDcuOTUgNy45MzggMHptNC45NiA1LjRjLjc1NSAzLjItNC4yNSA2LjU1My00Ljk2IDguNy0uNzEgMi4xNDcgMS4wNDUgMy4zODMgMi41NTkgMy45LS40MS01LjE4MSA5LjA3MS02LjYgMi40LTEyLjZ6Ii8+PC9zdmc+);
  background-repeat: no-repeat;
  background-size: 11px;
}
li.case_one_tank_univer:before {
  content: "";
  position: absolute;
  top: 4px;
  left: -16px;
  width: 13px;
  height: 15px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTguOTk0IDE2YTYuOTMxIDYuOTMxIDAgMCAxLTMuNTI3LS45ODVMNy42NCAxMi40N2EzLjcyIDMuNzIgMCAwIDAgNS4wODItMy4xMzcgMy43MTMgMy43MTMgMCAwIDAtLjUxLTIuMjE2bDIuMTY5LTIuNTQyQTYuOTYgNi45NiAwIDAgMSA4Ljk5NCAxNnptMC0xMC43NDVBMy43MzcgMy43MzcgMCAwIDAgNS4yNiA5LjE1MmEzLjczIDMuNzMgMCAwIDAgLjYxMyAxLjg5bC0yLjE0NiAyLjUxN0E2Ljk2NiA2Ljk2NiAwIDAgMSA3LjkxOCAyLjA4YTYuOTc4IDYuOTc4IDAgMCAxIDQuNzY0Ljk4N0wxMC41MyA1LjU4OGEzLjcxNiAzLjcxNiAwIDAgMC0xLjUzNy0uMzMxbC4wMDEtLjAwMnoiIGZpbGw9IiNFQkU0QzciLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-size: 11px;
}
li.case_one_tank_proriv:before {
  content: "";
  position: absolute;
  top: 4px;
  left: -16px;
  width: 13px;
  height: 15px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBjbGlwLXBhdGg9InVybCgjY2xpcDApIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTkgNWw1IDVoNEw5IDFsLTkgOWg0bDUtNXpNNCAxN3YtNGw1LjAyMy01TDE0IDEzdjMuOTU1TDkuMDIzIDEyIDQgMTd6IiBmaWxsPSIjRUJFNEM3Ii8+PC9nPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0wIDBoMTh2MThIMHoiLz48L2NsaXBQYXRoPjwvZGVmcz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-size: 11px;
}
li.case_one_tank_podder:before {
  content: "";
  position: absolute;
  top: 4px;
  left: -16px;
  width: 13px;
  height: 15px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTEzLjk4MiAxNC45NjlINy4yOTZsLS43OTUtMS4xODdMNS44MjEgMTVsLS44NDYtLjAzMVY3Ljk5M2guODczbC43NSAxLjE2Ni42MjQtMS4xNjZoNi43MThjMS41OCAwIDQuMDYgMy41MTMgNC4wNiAzLjUxM3MtMi41NjMgMy40NjMtNC4wMTggMy40NjN6TTYuNTI4IDYuOTUxbC0uNTA3LS45MzhIMi45OTh2NC40NzhsLS40NjgtLjY5OC0uNjggMS4yMTgtLjg1LS4wMzVWNGguODczbC43NDkgMS4xNjVMMy4yNDYgNGg2Ljc1Yy44NjcgMCAyLjAwMyAxLjA1OCAyLjg1NCAyLjAxM0g3LjAybC0uNDkyLjkzOHoiIGZpbGw9IiNFQkU0QzciLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-size: 11px;
}
.case_one_tank_server {
  position: absolute;
  bottom: 10px;
  right: 10px;
  padding: 3px 8px;
  font-size: 10px;
  font-weight: 100;
  color: #fff;
}
.case_one_tank_server_ls {
  background-color: #334995;
}
.case_one_tank_server_wg {
  background-color: #95333d;
}

.block_roulette li {
  list-style: none;
  display: inline-block;
  float: left;
}

.roulette_window {
  overflow: hidden;
  position: relative;
  width: 25000px;
  height: 150px;
}

.roulette_wraper {
  position: relative;
  margin: auto;
  margin-top: 20px;
  padding: 3px 0;
  overflow-x: hidden;
  overflow-y: hidden;
}

.roulette_list {
  position: relative;
  display: inline-block;
  right: 97px;
}
.roulette_grad {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  background: linear-gradient(
    90deg,
    #0b161c 0%,
    rgba(0, 102, 122, 0) 30%,
    rgba(0, 102, 122, 0) 70%,
    #0b161c 100%
  );
}
.roulette_list li {
  border: 2px solid transparent;
  transition: all 0.4s ease;
}
.roulette_list li span {
  display: block;
  padding: 10px 0;
  width: 182px;
  height: 146px;
  text-align: center;
}
.roulette_arrowup {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 1;
  width: 0;
  height: 0;
  border-bottom: 15px solid #ffb800;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
}

.roulette_arrowdown {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 1;
  width: 0;
  height: 0;
  border-top: 15px solid #ffb800;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
}

.roulette_item_txt1,
.roulette_item_txt2 {
  font-size: 14px;
}
.roulette_item_name {
  font-size: 70px;
  text-align: center;
  font-weight: bold;
  color: #ffb800;
  line-height: 1;
  margin-bottom: 5px;
}

.roull-slider-scale {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  width: 100%;
  height: 80px;
  position: relative;
}
.roull-slider-scale-tick {
  position: relative;
}
.roull-slider-scale-tick:before {
  content: "";
  border-left: 1px solid #677680;
  display: block;
  position: absolute;
  height: 5px;
}
.roull-slider-scale-big:before {
  height: 10px;
}
.roull-slider-scale-tick:after {
  top: 10px;
  counter-increment: section;
  content: attr(data-label);
  transform: translateX(-50%);
  text-align: center;
  position: absolute;
}
.roull-slider-noactive {
  color: #555;
}
.roull-slider-noactive:before {
  border-color: #444;
}
#roull-slider .ui-slider-range {
  background: #ffb800;
}
#roull-slider.ui-widget.ui-widget-content {
  border: 1px solid #172e3b;
  background: #112029;
}
.roulette-number {
  user-select: none;
  position: relative;
  text-align: left;
  padding: 0;
  width: 150px;
  display: inline-block;
}
.roulette-number-minus,
.roulette-number-plus {
  position: absolute;
  top: 0;
  width: 44px;
  height: 55px;
  line-height: 70px;
  display: block;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  font-family: arial;
  color: #ffb800;
  text-decoration: none;
}
.roulette-number-minus {
  left: 0;
}
.roulette-number-plus {
  right: 0;
}
.roulette-number-text {
  display: inline-block;
  font-size: 64px;
  color: #fff;
  line-height: 44px;
  height: 60px;
  padding: 0;
  margin: 0px 0 0 42px;
  background: transparent;
  outline: none;
  border: none;
  width: 73px;
  text-align: center;
}
.roull_slider_block {
  padding: 0 100px;
}
.inf_line {
  background-color: #ffb800;
  color: #000000;
  padding: 5px 0;
  text-align: center;
}
.inf_line a {
  color: #000000;
  font-weight: 600;
  border-bottom: 1px solid;
}
.partner_faq .btn {
  user-select: text;
}
.percent_inf {
  position: absolute;
  background-color: #5ab33a;
  font-size: 14px;
  font-weight: 600;
  color: #13222f;
  top: 4px;
  right: 4px;
  padding: 2px 8px;
  z-index: 1;
  border-radius: 20px;
}
.item_list_product .percent_inf {
  padding: 2px 5px;
  font-size: 10px;
}
.item_filter_param a span .fa {
  color: #51833f;
  margin-right: 5px;
  font-size: 14px;
  vertical-align: unset;
}
.item_filter_param a .filter_check {
  color: #ccc;
}
.item_filter_param a {
  color: #888;
  font-size: 15px;
}
.item_filter_param a .filter_check i {
  color: #5ab33a;
}
.filter_param {
  text-align: center;
}
.filter_param h3 {
  font-size: 18px;
}
.filter_param h4 {
  font-size: 16px;
}
.filter_param_list {
  text-align: left;
}
.filter_param_style {
  margin-bottom: 10px;
  padding: 5px 0 10px 5px;
  border-bottom: 1px dashed #444;
}
.text_test_pay {
  margin-top: 5px;
  font-size: 14px;
}
.text_test_pay a {
  border-bottom: 1px dashed #555;
}
.banner_content {
  padding: 5px 0;
  background-color: #547149;
  color: #ffffffd9;
  text-shadow: 1px 1px #0000004d;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 17px;
}
.banner_content .fa {
  font-size: 22px;
  margin-right: 10px;
}
.banner_content span a {
  border-bottom: 1px dashed;
  color: #ffd66d;
  margin-left: 5px;
}
.banner_span {
  margin-right: 15px;
}
.content {
  margin-bottom: 20px;
}
.policy {
  display: flex;
  justify-content: center;
  font-size: 14px;
  margin: 15px 0;
  gap: 15px;
}
.recom_block_inf {
  position: relative;
}
.recom_block_inf_title {
  text-shadow: 1px 1px #444;
  font-size: 16px;
  color: #999;
}
.recom_block_inf_name {
  font-weight: bold;
  color: #ffb700;
  text-transform: uppercase;
  text-shadow: 1px 1px #444;
  font-size: 19px;
}
.recom_block_inf_content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 2px 10px;
  line-height: 1.5em;
}
.recom_block_inf_btn {
  margin-top: 12px;
  display: inline-block;
  padding: 3px 12px;
  background-color: #5ab33a;
  font-size: 14px;
  color: #000;
  border-radius: 30px;
}

.gift_ico {
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: 1;
  font-size: 12px;
  background-color: #ffb700;
  color: #0b161c;
  font-weight: 900;
  padding: 3px 8px 4px;
  border-radius: 20px;
}

.list-img .gift_ico {
  padding: 2px 6px 2px;
  font-size: 10px;
}

.list-img .gift_ico .fa-gift {
  margin-right: 1px;
}

.gift_ico .fa-gift {
  margin-right: 4px;
}

.main_listing_item .fa-gift {
  font-size: 18px;
  margin-right: 5px;
  color: #feb000;
}
.content .prod_inf_gift .fa-gift {
  color: #ffb700;
  vertical-align: unset;
  font-size: 18px;
}
.prod_inf_gift span {
  color: #ffb700;
  font-size: 16px;
}

.prod_inf_gift {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #4a606f;
  font-size: 16px;
  background-color: #12212b;
  padding: 7px 0;
}
.review_item {
  color: #8b8b8b;
  padding: 10px 20px;
  background-color: #162b37;
  margin-bottom: 10px;
}
.review_item:nth-child(even) {
  background-color: #12242f;
}
.review_item_bottom {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #ffffff17;
  margin-top: 10px;
  padding-top: 10px;
  font-size: 12px;
}
.review_prod {
  margin-top: 15px;
}
.review_block {
  margin: 10px 0;
}

nav.bread_crumb {
  margin: 10px 0;
  font-size: 14px;
  background-color: #071015;
  padding: 5px 15px;
}
nav.bread_crumb .fa {
  margin: 0 3px;
}
nav.bread_crumb a.bread_crumb_active {
  color: #ffb700;
}
