@font-face {
  font-family: "PantonRegular";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/PantonRegular/PantonRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/PantonRegular/PantonRegular.woff") format("woff"), url("../fonts/PantonRegular/PantonRegular.ttf") format("truetype");
}
@font-face {
  font-family: "PantonLight";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/PantonLight/PantonLight.eot?#iefix") format("embedded-opentype"), url("../fonts/PantonLight/PantonLight.woff") format("woff"), url("../fonts/PantonLight/PantonLight.ttf") format("truetype");
}
@font-face {
  font-family: "PantonBold";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/PantonBold/PantonBold.eot?#iefix") format("embedded-opentype"), url("../fonts/PantonBold/PantonBold.woff") format("woff"), url("../fonts/PantonBold/PantonBold.ttf") format("truetype");
}
@font-face {
  font-family: "PantonBlack";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/PantonBlack/PantonBlack.eot?#iefix") format("embedded-opentype"), url("../fonts/PantonBlack/PantonBlack.woff") format("woff"), url("../fonts/PantonBlack/PantonBlack.ttf") format("truetype");
}
html {
  position: relative;
  min-height: 100%;
  /*overflow-x: hidden;*/
}
body {
  font-size: 15px;
  line-height: 1.6;
  font-family: "PantonRegular", sans-serif;
  /*overflow-x: hidden;*/
  height: auto;
  color: #fff; }
.hidden {
  display: none; }
a {
  outline: none !important; }
a:hover, a:active, a:focus {
  text-decoration: none; }
strong {
  font-weight: normal;
  font-family: "PantonBold", sans-serif; }
.button {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  max-width: 140px;
  line-height: 1;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 19px;
  font-family: "PantonBold", sans-serif;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  border: 1px solid #ff1e00;
  outline: none;
  padding: 20px 0;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin: 0 auto; }
.button:hover, .button:active {
  background-color: #ff1e00;
  color: #fff; }
.button:focus {
  color: #fff; }
.section-title {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
  z-index: 10; }
.section-title h1 {
  font-size: 39px;
  font-family: "PantonBold", sans-serif;
  line-height: 1.2;
  color: #fff;
  margin: 0; }
.section-title h1 span {
  color: #ff1e00; }
.section-title p {
  font-size: 23px;
  font-family: "PantonBold", sans-serif;
  line-height: 1.2;
  margin: 0;
  color: #fff; }
.section-title p span {
  color: #ff1e00; }
*::-webkit-input-placeholder {
  color: #cecece;
  opacity: 1;
  font-weight: normal; }
*:-moz-placeholder {
  color: #cecece;
  opacity: 1;
  font-weight: normal; }
*::-moz-placeholder {
  color: #cecece;
  opacity: 1;
  font-weight: normal; }
*:-ms-input-placeholder {
  color: #cecece;
  opacity: 1;
  font-weight: normal; }
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background-color: #333333; }
#preloader .cssload-whirlpool {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid #fff;
  -webkit-border-radius: 974px;
  border-radius: 974px; }
#preloader .cssload-whirlpool::before, #preloader .cssload-whirlpool::after {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid #fff;
  border-left-color: #ff1e00;
  -webkit-border-radius: 974px;
  border-radius: 974px;
  margin: -24px 0 0 -24px;
  height: 49px;
  width: 49px;
  -webkit-animation: cssload-rotate 1150ms linear infinite;
  animation: cssload-rotate 1150ms linear infinite; }
#preloader .cssload-whirlpool::before {
  content: "";
  margin: -22px 0 0 -22px;
  height: 43px;
  width: 43px;
  -webkit-animation: cssload-rotate 1150ms linear infinite;
  animation: cssload-rotate 1150ms linear infinite; }
#preloader .cssload-whirlpool::after {
  content: "";
  margin: -28px 0 0 -28px;
  height: 55px;
  width: 55px;
  -webkit-animation: cssload-rotate 2300ms linear infinite;
  animation: cssload-rotate 2300ms linear infinite; }
@-webkit-keyframes cssload-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); }
}
@keyframes cssload-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); }
}
#header {
  background: url(../img/header-bg.jpg) no-repeat top center;
  background-size: cover;
  width: 100%;
  position: relative;
  padding: 40px 0;
  background-color: #0e0b12;
}
#header.user-logged {
  background-position-y: -50px;
}
#header #navbar {
  margin-bottom: 80px; }
#header #navbar .navigation {
  padding-top: 10px;
  z-index: 10;
  position: relative; }
#header #navbar .navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  text-align: center; }
#header #navbar .navigation ul li {
  display: inline-block;
  line-height: 1.4;
  margin-right: 45px; }
#header #navbar .navigation ul li:nth-child(1) a {
  padding-left: 40px; }
#header #navbar .navigation ul li:nth-child(1) a:before {
  width: 27px;
  height: 26px;
  top: 0;
  left: 0;
  background: url(../img/icon-1.png) no-repeat center center; }
#header #navbar .navigation ul li:nth-child(1) a:hover:before, #header #navbar .navigation ul li:nth-child(1) a:active:before {
  background-image: url(../img/icon-1-red.png); }
#header #navbar .navigation ul li:nth-child(2) a {
  padding-left: 35px; }
#header #navbar .navigation ul li:nth-child(2) a:before {
  width: 26px;
  height: 33px;
  top: -5px;
  left: 0;
  background: url(../img/icon-2.png) no-repeat center center; }
#header #navbar .navigation ul li:nth-child(2) a:hover:before, #header #navbar .navigation ul li:nth-child(2) a:active:before {
  background-image: url(../img/icon-2-red.png); }
#header #navbar .navigation ul li:nth-child(3) a {
  padding-left: 55px; }
#header #navbar .navigation ul li:nth-child(3) a:before {
  width: 46px;
  height: 22px;
  top: 0;
  left: 0;
  background: url(../img/icon-3.png) no-repeat center center; }
#header #navbar .navigation ul li:nth-child(3) a:hover:before, #header #navbar .navigation ul li:nth-child(3) a:active:before {
  background-image: url(../img/icon-3-red.png); }
#header #navbar .navigation ul li:nth-child(4) a:before {
  width: 46px;
  height: 22px;
  top: 0;
  left: 0;
  background: url(../img/icon-4.png) no-repeat center center; }
#header #navbar .navigation ul li:nth-child(4) a:hover:before, #header #navbar .navigation ul li:nth-child(4) a:active:before {
  background-image: url(../img/icon-4-red.png); }
#header #navbar .navigation ul li:nth-child(4) a {
  padding-left: 45px; }

#header #navbar .navigation ul li:last-child {
  margin-right: 0; }
#header #navbar .navigation ul li a {
  font-size: 20px;
  font-family: "PantonBold", sans-serif;
  line-height: 1.4;
  color: #fff;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  position: relative; }
#header #navbar .navigation ul li a:before {
  position: absolute;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  content: ""; }
#header #navbar .navigation ul li a span {
  font-family: "PantonRegular", sans-serif;
  font-size: 17px; }
#header #navbar .navigation ul li a:hover, #header #navbar .navigation ul li a:active {
  color: #ff1e00; }
#header #navbar .menu-button {
  float: right;
  width: 155px;
  height: 50px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  background-color: #18131e;
  padding-left: 75px; }
#header #navbar .menu-button .main-menu-toggle {
  width: 50px;
  height: 50px;
  padding: 14px 13px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #21192a;
  -webkit-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px; }
#header #navbar .menu-button .main-menu-toggle div {
  width: 100%;
  height: 4px;
  background: #f4f3f3;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin: 3px auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
#header #navbar .menu-button .main-menu-toggle.on .one {
  -webkit-transform: rotate(45deg) translate(5px, 5px);
  -ms-transform: rotate(45deg) translate(5px, 5px);
  transform: rotate(45deg) translate(5px, 5px); }
#header #navbar .menu-button .main-menu-toggle.on .two {
  opacity: 0; }
#header #navbar .menu-button .main-menu-toggle.on .three {
  -webkit-transform: rotate(-45deg) translate(5px, -5px);
  -ms-transform: rotate(-45deg) translate(5px, -5px);
  transform: rotate(-45deg) translate(5px, -5px); }
#header #navbar .menu-button .menu-title {
  font-family: "PantonBold", sans-serif;
  color: #fff;
  font-size: 18px;
  padding-top: 10px; }
#header #navbar .main-menu {
  background-color: #0e0b11;
  position: absolute;
  left: auto;
  top: 50px;
  right: 15px;
  width: 155px;
  height: auto;
  padding: 10px 0;
  z-index: 20;
  display: none; }
#header #navbar .main-menu ul {
  list-style: none;
  padding-left: 0;
  margin: 0; }
#header #navbar .main-menu ul li {
  position: relative;
  display: block;
  text-align: center;
  margin: 0; }
#header #navbar .main-menu ul li a {
  display: block;
  font-size: 14px;
  padding: 7px;
  font-family: "PantonBold", sans-serif;
  line-height: 1;
  color: #fff;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }
#header #navbar .main-menu ul li a:hover, #header #navbar .main-menu ul li a:active {
  color: #ff1e00; }
a.logo {
  position: absolute;
  padding-left: 90px;
  background: url(../img/logo.png) no-repeat top left;
  display: block; }
a.logo .logo-title {
  font-size: 36px;
  font-family: "PantonBold", sans-serif;
  color: #fff;
  line-height: 1;
  margin-bottom: 6px; }
a.logo .logo-descr {
  font-size: 13px;
  line-height: 1;
  font-family: "PantonBold", sans-serif;
  color: #fff; }
.authorization {
  max-width: 230px;
  margin: 0 auto 40px; }
.authorization .steam {
  width: 100%;
  height: 100px;
  background: url(../img/steam-bg.jpg) no-repeat center center;
  background-size: cover;
  display: block;
  padding: 35px 0 0 105px;
  position: relative;
  color: #fff;
  font-size: 19px;
  font-family: "PantonBold", sans-serif;
  line-height: 1.1;
  text-shadow: 0px 2px 1px black;
  margin-bottom: 5px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }
.authorization .steam:hover {
  opacity: .8; }
.authorization .steam span {
  display: block;
  font-size: 13px;
  font-family: "PantonBold", sans-serif; }
.authorization .steam:before {
  width: 63px;
  height: 32px;
  background: url(../img/steam-logo.png) no-repeat center center;
  position: absolute;
  top: 35px;
  left: 30px;
  content: ""; }
.authorization .bottom-side {
  position: relative; }
.authorization .bottom-side .vk {
  width: 113px;
  height: 44px;
  background: url(../img/vk-bg.png) no-repeat center center;
  float: left;
  color: #fff;
  font-size: 9px;
  font-family: "PantonBold", sans-serif;
  line-height: 1.2;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
  padding: 10px 0 0 40px;
  position: relative;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }
.authorization .bottom-side .vk:hover {
  opacity: .8; }
.authorization .bottom-side .vk span {
  display: block;
  font-size: 12px;
  font-family: "PantonBold", sans-serif; }
.authorization .bottom-side .vk:before {
  width: 22px;
  height: 15px;
  background: url(../img/vk-logo.png) no-repeat center center;
  position: absolute;
  top: 15px;
  left: 10px;
  content: ""; }
.authorization .bottom-side .facebook {
  width: 113px;
  height: 44px;
  background: url(../img/fb-bg.png) no-repeat center center;
  float: right;
  color: #fff;
  font-size: 9px;
  font-family: "PantonBold", sans-serif;
  line-height: 1.2;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
  padding: 10px 0 0 40px;
  position: relative;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }
.authorization .bottom-side .facebook:hover {
  opacity: .8; }
.authorization .bottom-side .facebook span {
  display: block;
  font-size: 12px;
  font-family: "PantonBold", sans-serif; }
.authorization .bottom-side .facebook:before {
  width: 14px;
  height: 26px;
  background: url(../img/fb-logo.png) no-repeat center center;
  position: absolute;
  top: 10px;
  left: 15px;
  content: ""; }
.game-cards {
  text-align: center; }
.game-cards .card-item {
  width: 420px;
  height: 480px;
  text-align: center;
  display: inline-block;
  margin-bottom: 50px;
  padding: 270px 15px 0; }
.game-cards .card-item p {
  color: #fff;
  font-size: 17px;
  line-height: 1.2;
  margin: 0 0 5px; }
.game-cards .card-item h4 {
  font-size: 33px;
  font-family: "PantonBold", sans-serif;
  line-height: 1.2;
  color: #fff;
  margin: 0 0 20px; }
.game-cards .card-item .button {
  position: relative;
  z-index: 10; }
.game-cards .card-item.card-csgo {
  background: url(../img/card-1-bg.png) no-repeat bottom center;
  background-size: contain;
  position: relative;
}
.game-cards .card-item.card-csgo:after {
  position: absolute;
  top: 20px;
  left: 0;
  width: 185px;
  height: 146px;
  background: url(../img/arm-1.png) no-repeat center center;
  content: "";
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.game-cards .card-item.card-csgo:before {
  position: absolute;
  bottom: 0;
  right: 25px;
  width: 318px;
  height: 63px;
  background: url(../img/arm-2.png) no-repeat center center;
  content: "";
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.game-cards .card-item.card-csgo:hover:after {
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg);
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.game-cards .card-item.card-csgo:hover:before {
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg);
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.game-cards .card-item.card-dota {
  background: url(../img/card-2-bg.png) no-repeat bottom center;
  background-size: contain;
  position: relative; }
.game-cards .card-item.card-dota:after {
  position: absolute;
  top: 30px;
  left: 10px;
  width: 119px;
  height: 86px;
  background: url(../img/arm-3.png) no-repeat center center;
  content: "";
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.game-cards .card-item.card-dota:before {
  position: absolute;
  bottom: 0;
  right: 25px;
  width: 181px;
  height: 120px;
  background: url(../img/arm-4.png) no-repeat center center;
  content: "";
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.game-cards .card-item.card-dota:hover:after {
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg);
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.game-cards .card-item.card-dota:hover:before {
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg);
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.game-cards .card-item.card-steam {
  background: url(../img/card-3-bg.png) no-repeat bottom center;
  background-size: contain; }
.case-item {
  padding: 40px 40px 20px 40px;
  text-align: center;
  background: url(../img/case-bg.jpg) no-repeat center center;
  background-size: cover;
  max-width: 240px;
  margin: 0 auto 30px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }
.case-item .case-img {
  margin-bottom: 25px; }
.case-item .case-img img {
  max-width: 100%;
  height: auto; }
.case-item h5 {
  color: #fff;
  font-family: "PantonBold", sans-serif;
  font-size: 15px;
  margin: 0 0 10px; }
.case-item .price {
  color: #ff1e00;
  font-family: "PantonBold", sans-serif;
  font-size: 21px;
  line-height: 1;
  margin-bottom: 20px; }
.case-item .button {
  padding: 8px 5px; }
.case-button {
  background: url(../img/case-button.png) no-repeat center center;
  background-size: cover;
  max-width: 240px;
  line-height: 1;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 19px;
  font-family: "PantonBold", sans-serif;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  outline: none;
  padding: 24px 0 28px 28px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-transform: uppercase;
  position: relative;
  margin: 0 auto; }
.case-button:hover, .case-button:active {
  border-left-color: transparent;
  color: #fff;
  opacity: .7; }
.case-button:focus {
  color: #fff; }
#win-section {
  background: url(../img/win-bg.jpg) no-repeat bottom center;
  background-size: cover;
  position: relative;
  padding: 70px 0; }
#win-section:before {
  position: absolute;
  bottom: 220px;
  left: 40%;
  width: 130px;
  height: 101px;
  background: url(../img/box-small.png) no-repeat center center;
  content: ""; }
#win-section .win-items {
  text-align: center;
  margin-bottom: 50px; }
#win-section .win-items .win-item {
  width: 450px;
  height: 500px;
  display: inline-block;
  text-align: center;
  padding: 320px 10px 0;
  position: relative;
  margin-bottom: 50px;
  z-index: 0; }
#win-section .win-items .win-item.item-1:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  content: "";
  background: url(../img/win-item-1-hover.png) no-repeat bottom center;
  background-size: contain;
  opacity: .5; }
#win-section .win-items .win-item.item-1:hover:before {
  opacity: 1; }
#win-section .win-items .win-item.item-2:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  content: "";
  background: url(../img/win-item-2-hover.png) no-repeat bottom center;
  background-size: contain;
  opacity: .5; }
#win-section .win-items .win-item.item-2:hover:before {
  opacity: 1; }
#win-section .win-items .win-item.item-3:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  content: "";
  background: url(../img/win-item-3-hover.png) no-repeat bottom center;
  background-size: contain;
  opacity: .5; }
#win-section .win-items .win-item.item-3:hover:before {
  opacity: 1; }
#win-section .win-items .win-item h4 {
  font-family: "PantonLight", sans-serif;
  font-size: 23px;
  line-height: 1.2;
  margin: 0;
  color: #fff;
  opacity: 1; }
#win-section .win-items .win-item h4 span {
  text-transform: uppercase;
  font-family: "PantonBold", sans-serif; }
#win-section .win-descr h5 {
  font-size: 24px;
  font-family: "PantonBold", sans-serif;
  color: #fff;
  line-height: 1.4;
  margin: 0 0 30px; }
#win-section .win-descr p {
  font-size: 18px;
  font-family: "PantonBold", sans-serif;
  color: #fff;
  line-height: 1.4;
  margin: 0 0 30px; }
#win-section .win-descr p span {
  color: #ff1e00; }
.win-button {
  background: #26202d url(../img/win-button.png) no-repeat 18% 50%;
  width: 100%;
  max-width: 300px;
  line-height: 1;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 19px;
  font-family: "PantonBold", sans-serif;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  border-left: 5px solid #ff1e00;
  outline: none;
  padding: 26px 0 26px 20px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-transform: uppercase;
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -150px; }
.win-button:before {
  width: 5px;
  height: 71px;
  background: url(../img/border-left.png) no-repeat top center;
  content: "";
  position: absolute;
  top: 0;
  left: -5px; }
.win-button:hover, .win-button:active {
  border-left-color: transparent;
  color: #fff; }
.win-button:focus {
  color: #fff; }
.eTimer .etUnit .etNumber {
  font-family: "PantonBold", sans-serif !important; }
.eTimer .etUnit .etSign {
  color: #fff;
  font-family: "PantonBold", sans-serif;
  font-size: 17px !important;
  padding-top: 15px; }
.eTimer .etSep {
  color: #fff; }
#winners-section {
  background: url(../img/winners-bg.jpg) no-repeat top center;
  background-size: cover;
  position: relative;
  padding: 70px 0 40px; }
#winners-section:before {
  position: absolute;
  top: -110px;
  right: 15%;
  width: 252px;
  height: 215px;
  background: url(../img/box.png) no-repeat center center;
  content: ""; }
#winners-section .winners-wrap .winners-item {
  text-align: center;
  margin-bottom: 30px; }
#winners-section .winners-wrap .winners-item .winners-img {
  margin-bottom: 15px; }
#winners-section .winners-wrap .winners-item .winners-img img {
  max-width: 100%;
  height: auto; }
#winners-section .winners-wrap .winners-item .winners-title {
  font-size: 11px;
  color: #fff;
  font-family: "PantonRegular", sans-serif;
  line-height: 1.2;
  margin-bottom: 10px; }
#winners-section .winners-wrap .winners-item .login {
  color: #ff1e00;
  font-size: 13px;
  font-family: "PantonBold", sans-serif;
  line-height: 1; }
#community-section {
  background: url(../img/community-bg.jpg) no-repeat top center;
  background-size: cover;
  position: relative;
  padding: 60px 0 130px; }
#community-section .statistics {
  margin-top: 40px; }
#community-section .statistics .stat-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 30px; }
#community-section .statistics .stat-item .counter {
  font-size: 55px;
  font-family: "PantonBold", sans-serif;
  color: #fff;
  line-height: 1;
  margin-bottom: 5px; }
#community-section .statistics .stat-item p {
  color: #7b7384;
  font-size: 16px;
  font-family: "PantonBold", sans-serif;
  margin: 0;
  line-height: 1; }
#community-section .vk-widget {
  text-align: right; }
#community-section .vk-widget img {
  max-width: 100%;
  height: auto; }
#comments-section {
  background: url(../img/comments-bg.jpg) repeat top left;
  position: relative;
  padding: 60px 0 60px; }
#drops-section {
  background: url(../img/drops-bg.jpg) no-repeat top center;
  background-size: cover;
  position: relative;
  padding: 50px 0 10px; }
#drops-section .section-title {
  margin-bottom: 40px; }
#drops-section .section-title h2 {
  font-size: 33px; }
#about-section {
  background: url(../img/comments-bg.jpg) repeat top left;
  position: relative;
  padding: 40px 0 40px; }
#about-section .about-item {
  text-align: center;
  max-width: 290px;
  margin: 0 auto 30px; }
#about-section .about-item .about-icon {
  margin-bottom: 15px; }
#about-section .about-item .about-icon img {
  max-width: 100%;
  height: auto; }
#about-section .about-item h4 {
  font-size: 26px;
  line-height: 1;
  margin: 0 0 20px;
  text-transform: uppercase;
  color: #fff;
  font-family: "PantonBold", sans-serif; }
#about-section .about-item p {
  font-size: 15px;
  margin: 0;
  line-height: 1.2;
  color: #fff; }
#about-section .money-systems {
  text-align: center;
  padding-top: 80px; }
#about-section .money-systems .money-item {
  display: inline-block;
  margin-right: 50px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  margin-bottom: 10px; }
#about-section .money-systems .money-item:hover {
  -webkit-filter: none;
  filter: none; }
#about-section .money-systems .money-item:last-child {
  margin-right: 0; }
#about-section .money-systems .money-item img {
  max-width: 100%;
  height: auto; }
#footer {
  background: #0e0b11 url(../img/footer-bg.jpg) no-repeat bottom right;
  position: relative;
  padding: 70px 0; }
#footer em {
  padding-bottom: 0; }
#footer p, #footer em {
  font-size: 12px;
  line-height: 12px;
  padding-bottom: 20px;
  padding-top: 9px;
  font-weight: 400; }
#footer.footer-black {
  background: #0e0b11; }
#footer .footer-menu {
  padding-top: 10px; }
#footer .footer-menu ul {
  list-style: none;
  padding-left: 0;
  margin: 0; }
#footer .footer-menu ul li {
  display: inline-block;
  margin-right: 35px;
  position: relative; }
#footer .footer-menu ul li:before {
  position: absolute;
  top: 5px;
  right: -22px;
  width: 4px;
  height: 4px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  content: ""; }
#footer .footer-menu ul li:last-child {
  margin-right: 0; }
#footer .footer-menu ul li:last-child:before {
  display: none; }
#footer .footer-menu ul li a {
  display: block;
  font-size: 14px;
  font-family: "PantonBold", sans-serif;
  line-height: 1;
  color: #fff;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }
#footer .footer-menu ul li a:hover, #footer .footer-menu ul li a:active {
  color: #ff1e00; }
#footer .footer-logo {
  float: right;
  padding-right: 240px; }
.inner-page {
  background: #120e16 url(../img/cabinet-bg.jpg) no-repeat top center; }
.inner-page #header {
  background: none;
  padding-bottom: 0; }
.inner-page.win-page {
  background: #120e16 url(../img/win-body-bg.jpg) no-repeat top center; }
#main {
  padding: 0 0 50px;
  margin-top: 30px;
}
.authorization-in {
  position: relative;
  width: 238px;
  height: 98px;
  background: url(../img/autorization-in.jpg) no-repeat center center;
  background-size: cover;
  padding: 18px 18px 0 100px;
  margin: 5px auto 0; }
.authorization-in .avatar {
  position: absolute;
  top: 18px;
  left: 18px; }
.authorization-in .avatar img {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  max-width: 62px;
  height: auto; }
.authorization-in .login {
  font-family: "PantonBold", sans-serif;
  font-size: 15px;
  line-height: 1;
  color: #fff;
  text-shadow: 0px 2px 2px black;
  margin-bottom: 0; }
.authorization-in .balance {
  font-size: 13px;
  line-height: 1;
  margin-bottom: 5px; }
.authorization-in .balance span {
  color: #ff1e00; }
.authorization-in .balance .add-money {
  width: 16px;
  height: 16px;
  background: url(../img/add-money.png) no-repeat center center;
  display: inline-block;
  margin-left: 10px;
  top: 3px;
  position: relative;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }
.authorization-in .balance .add-money:hover {
  opacity: .7; }
.authorization-in .bonus {
  font-size: 13px;
  line-height: 1; }
.authorization-in .bonus span {
  color: #ff1e00; }
.authorization-in .logout {
  position: absolute;
  top: 11px;
  right: 11px;
  width: 9px;
  height: 13px;
  background: url(../img/logout-icon.png) no-repeat center center;
  border: none;
  outline: none;
  padding: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }
.authorization-in .logout:hover {
  opacity: .7; }
#sidebar .profile-card {
  background-color: #0f0c13;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 30px; }
#sidebar .profile-card .prifile-info {
  padding: 35px 0; }
#sidebar .profile-card .prifile-info .avatar {
  margin: 0 auto 20px;
  position: relative;
  max-width: 191px; }
#sidebar .profile-card .prifile-info .avatar img {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  max-width: 191px;
  height: auto; }
#sidebar .profile-card .prifile-info .login {
  font-family: "PantonBold", sans-serif;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  text-shadow: 0px 2px 2px black;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(14, 11, 17, 0.75);
  width: 100%;
  padding: 17px 5px;
  text-align: center;
  -webkit-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px; }
#sidebar .profile-card .prifile-info .balance-block {
  background-color: #120e16;
  max-width: 191px;
  margin: 0 auto;
  padding: 15px 15px; }
#sidebar .profile-card .prifile-info .balance-block .balance {
  font-size: 14px;
  line-height: 16px;
  padding-left: 25px;
  background: url(../img/dollar-icon.png) no-repeat left top; }
#sidebar .profile-card .prifile-info .balance-block .balance span {
  color: #ff1e00; }
#sidebar .profile-card .prifile-info .add-money-button {
  border: none;
  max-width: 191px;
  text-shadow: 0px 2px 2px black;
  text-transform: uppercase;
  font-size: 14px;
  position: relative;
  z-index: 0;
  background-color: transparent;
  padding: 18px 0; }
#sidebar .profile-card .prifile-info .add-money-button span {
  background-color: #fff;
  color: #642db7;
  display: inline-block;
  width: 16px;
  height: 16px;
  text-shadow: none;
  line-height: 16px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-right: 7px;
  font-size: 16px;
  font-family: "PantonBold", sans-serif;
  text-align: center;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.75); }
#sidebar .profile-card .prifile-info .add-money-button:before {
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/add-money-button.png) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }
#sidebar .profile-card .prifile-info .add-money-button:hover, #sidebar .profile-card .prifile-info .add-money-button:active {
  background-color: transparent; }
#sidebar .profile-card .prifile-info .add-money-button:hover:before, #sidebar .profile-card .prifile-info .add-money-button:active:before {
  opacity: .7; }
#sidebar .profile-card .cabinet-menu {
  padding-bottom: 15px; }
#sidebar .profile-card .cabinet-menu ul {
  padding-left: 0;
  list-style: none;
  margin: 0; }
#sidebar .profile-card .cabinet-menu ul li a {
  display: block;
  padding: 18px 10px 18px 82px;
  color: #fff;
  font-size: 15px;
  font-family: "PantonBold", sans-serif;
  line-height: 1;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  border-left: 2px solid transparent;
  position: relative; }
#sidebar .profile-card .cabinet-menu ul li a:after {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 35px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  background: url(../img/cabinet-icon-hover.png) no-repeat left center;
  content: '';
  opacity: 0; }
#sidebar .profile-card .cabinet-menu ul li a:before {
  width: 21px;
  height: 21px;
  position: absolute;
  top: 13px;
  left: 50px;
  content: ''; }
#sidebar .profile-card .cabinet-menu ul li a:hover {
  background-color: #16121c;
  border-left-color: #ff1e00; }
#sidebar .profile-card .cabinet-menu ul li a:hover:after {
  opacity: 1; }
#sidebar .profile-card .cabinet-menu ul li.active > a {
  background-color: #16121c;
  border-left-color: #ff1e00; }
#sidebar .profile-card .cabinet-menu ul li.active > a:after {
  opacity: 1; }
#sidebar .profile-card .cabinet-menu ul li:nth-child(1) a:before {
  background: url(../img/cabinet-menu-1.png) no-repeat center center; }
#sidebar .profile-card .cabinet-menu ul li:nth-child(2) a:before {
  background: url(../img/cabinet-menu-2.png) no-repeat center center; }
#sidebar .profile-card .cabinet-menu ul li:nth-child(3) a:before {
  background: url(../img/cabinet-menu-3.png) no-repeat center center; }
#sidebar .profile-card .cabinet-menu ul li:nth-child(6) a:before {
  background: url(../img/cabinet-menu-4.png) no-repeat center center; }
#sidebar .profile-card .cabinet-menu ul li.dropdown {
  position: relative; }
#sidebar .profile-card .cabinet-menu ul li.dropdown ul {
  display: none; }
#sidebar .profile-card .cabinet-menu ul li.dropdown ul li:last-child {
  margin-bottom: 0; }
#sidebar .profile-card .cabinet-menu ul li.dropdown ul li a {
  padding: 10px 10px 10px 82px;
  text-transform: none;
  font-size: 12px;
  color: #888; }
#sidebar .profile-card .cabinet-menu ul li.dropdown ul li a:before, #sidebar .profile-card .cabinet-menu ul li.dropdown ul li a:after {
  display: none; }
.experience {
  width: 200px;
  height: 200px;
  position: relative;
  text-align: center;
  vertical-align: top;
  margin: 0 auto 30px; }
.experience .counter {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-45%);
  -ms-transform: translateY(-45%);
  transform: translateY(-45%);
  font-size: 19px;
  font-family: "PantonBold", sans-serif;
  line-height: 1;
  color: #ff1e00;
  width: 100%;
  text-align: center; }
.experience .counter span {
  color: #fff; }
.experience .counter .counter-descr {
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  font-family: "PantonBold", sans-serif;
  margin-top: 10px; }
.level {
  vertical-align: top;
  margin-bottom: 30px;
  text-align: center; }
.level h3 {
  font-size: 24px;
  line-height: 1.2;
  font-family: "PantonBold", sans-serif;
  color: #fff;
  margin: 0 0 10px; }
.level p {
  font-size: 16px;
  font-family: "PantonBold", sans-serif; }
.level p strong {
  font-family: "PantonBold", sans-serif; }
.sale-slider {
  background: url(../img/slider-bg.jpg) no-repeat top center;
  background-size: cover;
  padding: 40px 20px 0;
  position: relative;
  margin-bottom: 40px; }
.sale-slider:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25px;
  background-color: #120e16;
  content: ""; }
.sale-slider .item {
  text-align: center; }
.sale-slider .item h5 {
  font-size: 24px;
  font-family: "PantonBold", sans-serif;
  line-height: 1.4;
  margin: 0 0 20px; }
.sale-slider .item h5 span {
  font-size: 18px;
  font-family: "PantonBold", sans-serif;
  display: block; }
.sale-slider .item p {
  font-size: 15px;
  font-family: "PantonBold", sans-serif;
  margin-bottom: 45px; }
.sale-slider .item p strong {
  font-family: "PantonBold", sans-serif;
  color: #8634ff; }
.sale-slider .item .button {
  background: url(../img/slider-button-bg.png) no-repeat top center;
  background-size: cover;
  max-width: 150px;
  border: none;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 18px;
  padding: 18px 0; }
.sale-slider .item .button:hover {
  opacity: .7; }
.sale-slider.owl-theme .owl-nav {
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  opacity: 1;
  margin-top: 0; }
.sale-slider.owl-theme .owl-nav div {
  position: absolute; }
.sale-slider.owl-theme .owl-nav .owl-prev {
  left: 0;
  top: 50%;
  margin-top: -30px;
  height: 30px;
  width: 30px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  background: url(../img/arrow-left.png) no-repeat center center;
  opacity: 1;
  margin-bottom: 0; }
.sale-slider.owl-theme .owl-nav .owl-prev:hover {
  opacity: 1; }
.sale-slider.owl-theme .owl-nav .owl-next {
  right: 0;
  top: 50%;
  margin-top: -30px;
  height: 30px;
  width: 30px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  background: url(../img/arrow-right.png) no-repeat center center;
  opacity: 1;
  margin-bottom: 0; }
.sale-slider.owl-theme .owl-nav .owl-next:hover {
  opacity: 1; }
.statistics-block {
  background-color: #0f0c13;
  padding: 60px 0 30px;
  margin-bottom: 50px; }
.statistics-block .stat-item {
  text-align: center;
  margin-bottom: 30px; }
.statistics-block .stat-item p {
  text-transform: uppercase;
  font-size: 16px;
  font-family: "PantonBold", sans-serif;
  line-height: 1;
  margin-bottom: 15px; }
.statistics-block .stat-item .counter {
  font-size: 27px;
  color: #ff1e00;
  font-family: "PantonBold", sans-serif;
  line-height: 1;
  margin-bottom: 27px; }
.statistics-block .stat-item .button,
.contacts-page .write-us {
  font-size: 11px;
  font-family: "PantonRegular", sans-serif;
  max-width: 100%;
  width: auto;
  display: inline-block;
  padding: 15px 20px;
  background: transparent;
  background-size: cover;
  border: none;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  z-index: 0;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  text-shadow: 0px 1px 1px black;
  background-size: cover;
  background: url(../img/stat-button-bg.png) no-repeat top center;
  background-size: cover; }
.contacts-page .write-us {
  margin: 0 auto;
  padding: 20px;
  width: 300px;
  font-size: 16px;
}
.statistics-block .stat-item .button:hover {
  -webkit-filter: none;
  filter: none; }
.progress-block .progress-top {
  margin-bottom: 30px; }
.progress-block .progress-top .progress-title h3 {
  font-size: 24px;
  font-family: "PantonBold", sans-serif;
  line-height: 1.2;
  margin: 0;
  padding-left: 40px;
  background: url(../img/red-cup.png) no-repeat left center; }
.progress-block .progress-top .progress-title.level-title h3 {
  background: none; }
.progress-block .progress-top .select-form {
  float: right; }
.progress-block .progress-top .select-form label {
  font-weight: normal;
  font-size: 14px;
  font-family: "PantonBold", sans-serif;
  color: #4b4456;
  margin-right: 10px; }
.progress-block .progress-top .select-form select {
  border: none;
  outline: none;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #1a1621 url(../img/select-dropdown.png) no-repeat right center;
  color: #fff;
  font-size: 13px;
  font-family: "PantonBold", sans-serif;
  padding: 0 50px 0 16px;
  position: relative;
  height: 37px;
  line-height: 37px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer; }
.progress-block .progress-top .select-form select option {
  padding: 12px; }
.progress-block .progress-items {
  margin-bottom: 50px; }
.progress-block .progress-items .col-lg-4 {
  border: 1px solid #191520; }
.progress-block .progress-items .col-lg-4:nth-child(1) {
  border-top: none;
  border-left: none; }
.progress-block .progress-items .col-lg-4:nth-child(2) {
  border-top: none; }
.progress-block .progress-items .col-lg-4:nth-child(3) {
  border-top: none;
  border-right: none; }
.progress-block .progress-items .col-lg-4:nth-child(4) {
  border-left: none; }
.progress-block .progress-items .col-lg-4:nth-child(6) {
  border-right: none; }
.progress-block .progress-items .col-lg-4:nth-child(7) {
  border-bottom: none;
  border-left: none; }
.progress-block .progress-items .col-lg-4:nth-child(8) {
  border-bottom: none; }
.progress-block .progress-items .col-lg-4:nth-child(9) {
  border-bottom: none;
  border-right: none; }
.progress-block .progress-items .progress-item {
  padding: 35px 0;
  position: relative; }
.progress-block .progress-items .progress-item.black-item .progress-points {
  border-color: #0f0b12;
  background-color: #0f0b12; }
.progress-block .progress-items .progress-item.black-item .progress-points .descr {
  text-transform: uppercase;
  font-size: 12px;
  font-family: "PantonBold", sans-serif;
  display: block; }
.progress-block .progress-items .progress-item .progress-points {
  width: 125px;
  height: 125px;
  border: 3px solid #ff1e00;
  text-align: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #0f0b12;
  margin: 0 auto; }
.progress-block .progress-items .progress-item .progress-points .counter {
  color: #ff1e00;
  font-size: 15px;
  font-family: "PantonBold", sans-serif;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
.progress-block .progress-items .progress-item .progress-points .counter span {
  color: #fff; }
.progress-block .progress-items .progress-item .progress-points .counter .descr {
  display: block; }
.progress-block .progress-items .progress-item .knob-block {
  position: relative;
  display: inline-block;
  margin: 0 auto; }
.progress-block .progress-items .progress-item .knob-block .counter {
  color: #ff1e00;
  font-size: 15px;
  font-family: "PantonBold", sans-serif;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
.progress-block .progress-items .progress-item .knob-block .counter span {
  color: #fff; }
.progress-block .progress-items .progress-item .knob-block .counter .descr {
  text-transform: uppercase;
  font-size: 12px;
  font-family: "PantonBold", sans-serif;
  display: block; }
.progress-block .progress-items .progress-item .progress-descr {
  padding-top: 40px; }
.progress-block .progress-items .progress-item .progress-descr h5 {
  font-size: 16px;
  font-family: "PantonBold", sans-serif;
  line-height: 1.2;
  margin: 0 0 7px; }
.progress-block .progress-items .progress-item .progress-descr p {
  font-size: 14px;
  font-family: "PantonBold", sans-serif;
  line-height: 1.2;
  margin: 0; }
.progress-block .progress-items .progress-item .progress-descr p span {
  font-family: "PantonBold", sans-serif;
  color: #8634ff; }
.steps-block {
  background-color: #0f0c13;
  padding: 60px;
  margin-bottom: 60px; }
.steps-block .step-title {
  font-size: 19px;
  font-family: "PantonBold", sans-serif;
  color: #fff;
  margin-bottom: 30px; }
.steps-block .step-title span {
  color: #ff1e00;
  border-bottom: 2px dotted #ff1e00; }
.steps-block .link-form {
  text-align: left;
  display: block; }
.steps-block .link-form .form-group {
  margin-bottom: 20px;
  position: relative; }
.steps-block .link-form input[type="text"] {
  width: 82%;
  border: none;
  text-indent: 5px;
  background-color: #16121c;
  outline: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: 60px;
  display: block;
  float: left;
  font-size: 14px;
  color: #fff;
  text-indent: 25px;
  font-family: "PantonBold", sans-serif;
  -webkit-border-radius: 3px;
  border-radius: 3px; }
.steps-block .link-form input[type="text"]:focus, .steps-block .link-form input[type="text"]:hover {
  border-color: #ff1e00; }
.steps-block .link-form .link-button {
  display: inline-block;
  float: right;
  height: 60px;
  font-size: 15px;
  font-family: "PantonBold", sans-serif;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 0 10px 0 40px;
  width: 17%;
  border: none;
  background: #322c3c url(../img/link-button.png) no-repeat 20% 50%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }
.steps-block .link-form .link-button:hover {
  background-color: #5825a4; }
.steps-block .link-form *::-webkit-input-placeholder {
  color: #40394a;
  opacity: 1;
  font-weight: normal; }
.steps-block .link-form *:-moz-placeholder {
  color: #40394a;
  opacity: 1;
  font-weight: normal; }
.steps-block .link-form *::-moz-placeholder {
  color: #40394a;
  opacity: 1;
  font-weight: normal; }
.steps-block .link-form *:-ms-input-placeholder {
  color: #40394a;
  opacity: 1;
  font-weight: normal; }
.steps-block p.small-text {
  font-size: 13px;
  color: #322c3c;
  line-height: 1.2;
  margin: 0 0 55px; }
.steps-block .border-block {
  border: 1px solid #16121c;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #0d0a10;
  padding: 30px 35px 15px; }
.steps-block .border-block h4 {
  font-size: 19px;
  font-family: "PantonBold", sans-serif;
  color: #fff;
  margin: 0 0 20px; }
.steps-block .border-block h4 span {
  color: #ff1e00; }
.steps-block .border-block p {
  font-size: 13px;
  font-family: "PantonBold", sans-serif;
  margin-bottom: 15px;
  line-height: 1.4; }
.steps-block .check-block {
  max-width: 255px;
  float: right;
  border: none;
  background-color: #16121c;
  text-align: center;
  padding: 20px 30px; }
.steps-block .check-block a {
  font-size: 13px;
  font-family: "PantonBold", sans-serif;
  color: #fff;
  border-bottom: 1px dotted #fff;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }
.steps-block .check-block a:hover, .steps-block .check-block a:active {
  color: #ff1e00;
  border-bottom-color: #ff1e00; }
.steps-block .social-items .social-item {
  background-color: #0d0a10;
  padding: 30px 15px 50px;
  text-align: center;
  position: relative;
  margin-bottom: 20px; }
.steps-block .social-items .social-item h5 {
  font-size: 14px;
  font-family: "PantonBold", sans-serif;
  margin: 0 0 20px;
  line-height: 1.2; }
.steps-block .social-items .social-item h5 span {
  color: #ff1e00; }
.steps-block .social-items .social-item .counter {
  color: #fff;
  font-size: 30px;
  font-family: "PantonBold", sans-serif;
  line-height: 1;
  text-shadow: -0 -2px 1px #006cff, 0 -2px 1px #006cff, -0 2px 1px #006cff, 0 2px 1px #006cff, -2px -0 1px #006cff, 2px -0 1px #006cff, -2px 0 1px #006cff, 2px 0 1px #006cff, -1px -2px 1px #006cff, 1px -2px 1px #006cff, -1px 2px 1px #006cff, 1px 2px 1px #006cff, -2px -1px 1px #006cff, 2px -1px 1px #006cff, -2px 1px 1px #006cff, 2px 1px 1px #006cff, -2px -2px 1px #006cff, 2px -2px 1px #006cff, -2px 2px 1px #006cff, 2px 2px 1px #006cff, -2px -2px 1px #006cff, 2px -2px 1px #006cff, -2px 2px 1px #006cff, 2px 2px 1px #006cff;
  margin-bottom: 5px; }
.steps-block .social-items .social-item p {
  text-transform: uppercase;
  font-size: 14px;
  font-family: "PantonBold", sans-serif;
  margin: 0; }
.steps-block .social-items .social-item .button {
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -50px;
  max-width: 100px;
  border: 3px solid #0d0a10;
  background-color: #16121c;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 13px 0;
  font-size: 12px;
  font-family: "PantonBold", sans-serif; }
.steps-block .social-items .social-item .button:hover {
  background-color: #5825a4; }
.steps-block .social-items .social-item.no-button {
  padding-bottom: 30px;
  margin-bottom: 0; }
.steps-block .social-items .social-item.no-button h5 {
  display: inline-block;
  line-height: 32px;
  vertical-align: top;
  margin-right: 5px; }
.switch {
  position: relative;
  display: inline-block;
  width: 62px;
  height: 32px; }
.switch input {
  display: none; }
.check-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #16121c;
  border: 1px solid #1d1824;
  -webkit-transition: .4s;
  transition: .4s; }
.check-slider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 4px;
  bottom: 4px;
  background-color: #3d3844;
  -webkit-transition: .4s;
  transition: .4s; }
input:checked + .check-slider {
  background-color: #5825a4; }
input:focus + .check-slider {
  -webkit-box-shadow: 0 0 1px #16121c;
  box-shadow: 0 0 1px #16121c; }
input:checked + .check-slider:before {
  -webkit-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
  background-color: #fff; }
.check-slider.round {
  -webkit-border-radius: 34px;
  border-radius: 34px; }
.check-slider.round:before {
  -webkit-border-radius: 50%;
  border-radius: 50%; }
.filter-block {
  padding: 45px 45px 25px;
  background-color: #0f0c13;
  margin-bottom: 30px; }
.filter-block .filter-form .input {
  width: 100%;
  border: none;
  text-indent: 5px;
  background-color: #16121c;
  outline: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: 48px;
  display: block;
  float: left;
  font-size: 14px;
  color: #fff;
  text-indent: 25px;
  font-family: "PantonBold", sans-serif;
  -webkit-border-radius: 3px;
  border-radius: 3px; }
.filter-block .filter-form .input:focus, .filter-block .filter-form .input:hover {
  border-color: #ff1e00; }
.filter-block .filter-form *::-webkit-input-placeholder {
  color: #40394a;
  opacity: 1;
  font-weight: normal; }
.filter-block .filter-form *:-moz-placeholder {
  color: #40394a;
  opacity: 1;
  font-weight: normal; }
.filter-block .filter-form *::-moz-placeholder {
  color: #40394a;
  opacity: 1;
  font-weight: normal; }
.filter-block .filter-form *:-ms-input-placeholder {
  color: #40394a;
  opacity: 1;
  font-weight: normal; }
.filter-block .filter-form .checkbox-group {
  padding-top: 10px;
  text-align: center; }
.filter-block .filter-form label.descr {
  font-weight: normal;
  padding-top: 5px;
  vertical-align: top;
  font-size: 14px;
  font-family: "PantonBold", sans-serif;
  margin-right: 5px; }
.filter-block .filter-form .button {
  background-color: #0d0a10;
  border: none;
  max-width: 100%;
  font-size: 14px;
  font-family: "PantonBold", sans-serif;
  padding: 17px 0; }
.filter-block .filter-form .button:hover {
  background-color: #5825a4; }
.filter-block-hidden {
  padding: 40px 0 15px;
  margin-bottom: 30px;
  display: none; }
.filter-block-hidden .slider-form {
  float: left;
  padding-top: 10px; }
.filter-block-hidden .slider-form .slider-group p {
  font-size: 14px;
  color: #4b4456;
  font-family: "PantonBold", sans-serif; }
.filter-block-hidden .slider-form .slider-group p span {
  padding: 0 10px;
  color: #fff; }
.filter-block-hidden .select-form {
  float: right; }
.filter-block-hidden .select-form label {
  font-weight: normal;
  font-size: 14px;
  font-family: "PantonBold", sans-serif;
  color: #4b4456;
  margin-right: 10px; }
.filter-block-hidden .select-form select {
  border: none;
  outline: none;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #1a1621 url(../img/select-dropdown.png) no-repeat right center;
  color: #fff;
  font-size: 13px;
  font-family: "PantonBold", sans-serif;
  padding: 0 40px 0 12px;
  position: relative;
  height: 37px;
  line-height: 37px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  margin-right: 10px; }
.filter-block-hidden .select-form select:last-child {
  margin-right: 0; }
.filter-block-hidden .select-form select option {
  padding: 12px; }
#ex1Slider .slider-selection {
  background: #7636d1; }
#ex1Slider .slider-track {
  background: #221d2a;
  height: 2px;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin-top: -3px; }
#ex1Slider .slider-handle {
  background: #ff1e00;
  width: 16px;
  height: 16px;
  border: 2px solid #120e16;
  margin-left: -8px; }
#ex1Slider .tooltip-inner {
  color: #ff1e00;
  font-size: 11px;
  font-family: "PantonBold", sans-serif; }
.inventory-block {
  margin-bottom: 30px; }
.inventory-block .inventory-item {
  text-align: center;
  cursor: pointer;
  position: relative;
  max-width: 145px;
  margin: 0 auto 30px; }
.inventory-block .inventory-item .inventory-img {
  width: 100%;
  height: 100px;
  background-color: #0f0c13;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  margin-bottom: 15px;
  border: 2px solid #0f0c13;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }
.inventory-block .inventory-item .inventory-img img {
  max-width: 100%;
  height: auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
.inventory-block .inventory-item.active .inventory-img, .inventory-block .inventory-item:hover .inventory-img {
  border-color: #7636d1; }
.inventory-block .inventory-item .price {
  position: absolute;
  color: #fff;
  top: 3px;
  right: 5px;
  font-size: 14px; }
.inventory-block .inventory-item .info {
  position: absolute;
  color: #0f0c13;
  top: 5px;
  left: 5px;
  font-size: 14px;
  width: 15px;
  height: 15px;
  background-color: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  line-height: 15px;
  text-align: center; }
.inventory-block .inventory-item p {
  font-size: 12px;
  margin: 0;
  line-height: 1.2; }
.bottom-buttons-block .inventory-buttons .button {
  display: inline-block;
  margin-right: 20px;
  background: url(../img/big-button-bg.png) no-repeat top center;
  padding: 35px 10px 35px 75px;
  border: none;
  font-size: 17px;
  font-family: "PantonBold", sans-serif;
  position: relative;
  max-width: 100%;
  margin-bottom: 15px; }
.bottom-buttons-block .inventory-buttons .button:hover {
  opacity: .7; }
.bottom-buttons-block .inventory-buttons .button.steam-button {
  width: 265px; }
.bottom-buttons-block .inventory-buttons .button.steam-button:before {
  position: absolute;
  top: 30px;
  left: 40px;
  background: url(../img/white-steam.png) no-repeat center center;
  width: 44px;
  height: 20px;
  content: ""; }
.bottom-buttons-block .inventory-buttons .button.buy-button {
  width: 220px;
  padding-left: 55px; }
.bottom-buttons-block .inventory-buttons .button.buy-button:before {
  position: absolute;
  top: 30px;
  left: 40px;
  background: url(../img/white-buy.png) no-repeat center center;
  width: 23px;
  height: 23px;
  content: ""; }
.bottom-buttons-block #pagenav {
  float: right;
  padding-top: 30px; }
#pagenav {
  text-align: center;
  margin: 0 0 15px; }
#pagenav a, #pagenav .current {
  display: inline-block;
  color: #3a3544;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  background-color: transparent;
  border: none;
  margin-right: 0;
  margin-left: 0;
  font-size: 12px;
  font-family: "PantonBold", sans-serif;
  line-height: 16px;
  text-decoration: none;
  padding: 4px 7px;
  margin-bottom: 10px;
  -webkit-border-radius: 3px;
  border-radius: 3px; }
#pagenav a:hover, #pagenav a:active {
  color: #fff; }
#pagenav > span {
  font-size: 14px;
  margin-right: 5px;
  margin-left: 5px;
  color: #1c4273; }
#pagenav .current {
  background-color: #191520;
  color: #fff;
  font-size: 16px; }
#pagenav .prev {
  position: relative; }
#pagenav .next {
  position: relative; }
#case-draw {
  padding: 75px 0 90px;
  background: url(../img/case-draw-bg.jpg) no-repeat bottom center; }
#case-draw .section-title {
  margin-bottom: 75px; }
#case-draw .section-title h2 {
  font-size: 34px; }
#case-draw .eTimer {
  margin-bottom: 80px; }
#case-draw .registered-users h5 {
  font-size: 22px;
  font-family: "PantonBold", sans-serif;
  margin: 0 0 20px;
  line-height: 1.2;
  text-align: center; }
#case-draw .registered-users .users-counter {
  padding: 20px 5px;
  background-color: #0d0a10;
  line-height: 1;
  font-size: 22px;
  color: #0469ff;
  font-family: "PantonBold", sans-serif;
  text-align: center;
  display: block;
  margin: 0 auto;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  max-width: 105px; }
.case-draw-wrap {
  margin-bottom: 90px; }
.case-draw-wrap .case-draw {
  background: url(../img/case-bg.png) no-repeat top center;
  background-size: cover;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  max-width: 360px;
  margin: 0 auto 30px;
  text-align: center;
  padding: 65px 15px; }
.case-draw-wrap .case-draw img {
  max-width: 100%;
  height: auto; }
.case-draw-wrap .case-draw h4 {
  font-size: 23px;
  margin: 0;
  line-height: 1.2; }
.case-draw-wrap .case-draw h4 span {
  font-family: "PantonBold", sans-serif; }
.case-draw-wrap .case-draw-button {
  max-width: 360px;
  background: url(../img/case-button-bg.png) no-repeat top center;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: none;
  padding: 30px 0 30px 25px;
  font-size: 22px; }
.case-draw-wrap .case-draw-button:hover {
  opacity: .7; }
#last-winner {
  padding: 85px 0;
  background-color: #0d0a10; }
#last-winner .section-title {
  margin-bottom: 85px; }
#last-winner .section-title h2 {
  font-size: 34px; }
#last-winner .last-winner-wrap {
  display: inline-block; }
#last-winner .last-winner-wrap .prize-block {
  background-color: #120e16;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  height: 270px;
  padding: 50px 50px 0;
  float: left; }
#last-winner .last-winner-wrap .prize-block img {
  max-width: 100%;
  height: auto;
  margin-bottom: 40px; }
#last-winner .last-winner-wrap .prize-block h5 {
  font-size: 17px;
  font-family: "PantonBold", sans-serif;
  margin: 0 0 5px;
  line-height: 1.2; }
#last-winner .last-winner-wrap .prize-block p {
  font-size: 13px;
  font-family: "PantonBold", sans-serif;
  color: #504b55;
  margin: 0; }
#last-winner .last-winner-wrap .winner-block {
  background: #0b080d url(../img/winner-bg.jpg) repeat-x top center;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  height: 270px;
  padding: 100px 100px 0;
  float: left; }
#last-winner .last-winner-wrap .winner-block .winner-avatar {
  display: inline-block;
  margin-right: 20px;
  vertical-align: top; }
#last-winner .last-winner-wrap .winner-block .winner-avatar img {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  max-width: 100%;
  height: auto; }
#last-winner .last-winner-wrap .winner-block .winner-info {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  padding-top: 10px; }
#last-winner .last-winner-wrap .winner-block .winner-info .login {
  font-size: 20px;
  font-family: "PantonBold", sans-serif;
  margin: 0 0 5px;
  line-height: 1.2; }
#last-winner .last-winner-wrap .winner-block .winner-info .steam-link {
  color: #fff;
  padding-left: 40px;
  background: url(../img/white-steam-small.png) no-repeat left center;
  font-size: 13px;
  font-family: "PantonBold", sans-serif;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }
#last-winner .last-winner-wrap .winner-block .winner-info .steam-link:hover {
  color: #ff1e00; }
#objects-section {
  padding: 75px 0 0px;
  background-color: #120e16; }
#objects-section .inventory-block {
  margin-bottom: 0; }
#objects-section .inventory-block .inventory-item {
  max-width: 100%; }
.objects-title {
  position: relative;
  text-align: center;
  margin-bottom: 70px; }
.objects-title h3 {
  text-align: center;
  font-size: 22px;
  font-family: "PantonBold", sans-serif;
  margin: 0;
  line-height: 1.2;
  background-color: #120e16;
  display: inline-block;
  padding: 0 15px;
  position: relative;
  z-index: 10; }
.objects-title h3:before {
  width: 42px;
  height: 6px;
  background: url(../img/red-dots.png) no-repeat center center;
  position: absolute;
  top: 8px;
  left: -42px;
  content: ""; }
.objects-title h3:after {
  width: 42px;
  height: 6px;
  background: url(../img/red-dots.png) no-repeat center center;
  position: absolute;
  top: 8px;
  right: -42px;
  content: ""; }
.objects-title:before {
  width: 100%;
  height: 2px;
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
  background-color: #2a2133;
  z-index: 0; }
#take-win-section {
  padding: 80px 0 70px; }
#take-win-section .section-title {
  margin-bottom: 190px; }
#take-win-section .section-title h2 {
  font-size: 30px; }
#take-win-section .prize-wrap,
#take-win-section .case-opened-buttons {
  text-align: center;
  max-width: 310px;
  margin: 0 auto 85px; }
#take-win-section .prize-wrap .prize-block {
  background-color: #0e0b11;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  padding: 50px 50px;
  margin: 0 auto 10px;
  position: relative;
  -webkit-box-shadow: 0px 74px 73px -72px #830d29;
  box-shadow: 0px 74px 73px -72px #830d29; }
#take-win-section .prize-wrap .prize-block img {
  max-width: 100%;
  height: auto;
  margin-bottom: 40px; }
#take-win-section .prize-wrap .prize-block h5 {
  font-size: 17px;
  font-family: "PantonBold", sans-serif;
  margin: 0 0 5px;
  line-height: 1.2; }
#take-win-section .prize-wrap .prize-block p,
#take-win-section .case-opened-buttons p {
  font-size: 13px;
  font-family: "PantonBold", sans-serif;
  color: #504b55;
  margin: 0; }
#take-win-section .prize-wrap p,
#take-win-section .case-opened-buttons p {
  font-size: 15px;
  font-family: "PantonBold", sans-serif;
  margin-bottom: 40px; }
#take-win-section .prize-wrap p span,
#take-win-section .case-opened-buttons p span {
  color: #ff1e00; }
#take-win-section .prize-wrap .buttons-block,
#take-win-section .case-opened-buttons .buttons-block {
  margin-bottom: 10px; }
#take-win-section .prize-wrap .buttons-block .button,
#take-win-section .case-opened-buttons .button {
  background-color: #201b25;
  font-size: 13px;
  font-family: "PantonBold", sans-serif;
  padding: 20px 10px;
  border: none; }
#take-win-section .prize-wrap .buttons-block .button:hover,
#take-win-section .case-opened-buttons .button.to-inventory-button:hover {
  background-color: #7636d1; }
#take-win-section .prize-wrap .buttons-block .to-inventory-button,
#take-win-section .case-opened-buttons .to-inventory-button {
  width: 60%;
  max-width: 100%;
  float: left; }
#take-win-section .prize-wrap .buttons-block .sell-button,
#take-win-section .case-opened-buttons .sell-button {
  width: 37%;
  max-width: 100%;
  float: right; }
#take-win-section .prize-wrap .buy-case-button,
#take-win-section .case-opened-buttons .buy-case-button {
  background: url(../img/red-button-bg.png) no-repeat top center;
  border: none;
  width: 100%;
  max-width: 100%;
  padding: 27px 0 45px;
  margin-bottom: 30px; }
#take-win-section .prize-wrap .buy-case-button:hover,
#take-win-section .case-opened-buttons .buy-case-button:hover {
  opacity: .7; }
#take-win-section .prize-wrap .balance,
#take-win-section .case-opened-buttons .balance {
  font-size: 16px;
  font-family: "PantonBold", sans-serif; }
#take-win-section .prize-wrap .balance span,
#take-win-section .case-opened-buttons .balance span {
  color: #ff1e00; }
#take-win-section .experience .counter {
  color: #fff;
  font-size: 32px; }
#games-section {
  padding: 70px 0 40px;
}
#games-section .games-items {
  text-align: center; }
#games-section .games-items .games-item {
  text-align: center;
  width: 240px;
  display: inline-block;
  vertical-align: top;
  margin: 0 15px 50px;
  color: #fff; }
#games-section .games-items .games-item .games-icon {
  margin-bottom: 40px;
  height: 135px;
  position: relative; }
#games-section .games-items .games-item .games-icon img {
  max-width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }
#games-section .games-items .games-item p {
  font-size: 15px;
  margin: 0;
  font-family: "PantonBold", sans-serif;
  line-height: 1.2;
  color: #fff;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }
#box-section {
  padding: 75px 0 45px; }
#box-section .case-box-wrap {
  max-width: 300px;
  margin: 0 auto 70px; }
#box-section .case-item {
  padding: 20px 20px 10px 20px;
  text-align: center;
  background: url(../img/box-item-bg.jpg) no-repeat center center;
  background-size: cover;
  max-width: 300px;
  margin-bottom: 6px; }
#box-section .case-item .price, #games-section .case-box-wrap .price, #box-section .case-box-wrap .price {
  display: inline-block; }
#box-section .case-item .old-price {
  display: inline-block;
  font-size: 14px;
  color: #4e4558;
  font-family: "PantonBold", sans-serif;
  text-decoration: line-through;
  margin-right: 5px; }
#box-section .case-descr {
  padding: 20px 10px;
  background: url(../img/box-top-bg.png) no-repeat bottom center;
  background-size: cover;
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px;
  text-align: center;
  font-size: 15px; }
#box-section .case-descr span {
  font-family: "PantonBold", sans-serif; }
#box-section .title-wrap {
  position: relative; }
#box-section .title-wrap:before {
  position: absolute;
  top: -60px;
  /*left: 50%;
  margin-left: -580px;
  width: 1160px;
  height: 140px;*/
  width: 100%;
  background: url(../img/kombo-title-bg.png) no-repeat center center;
  content: "";
  background-position-y: 5px;
  /*background-position-x: 5px;*/ }
#box-section .kombo-title h2 {
  font-size: 22px;
  background-color: transparent;
  font-family: "PantonBold", sans-serif;
  margin-bottom: 10px; }
#box-section .kombo-title h2 span {
  color: #ff1e00; }
#box-section .kombo-title p {
  font-size: 16px;
  font-family: "PantonBold", sans-serif; }
#box-section .kombo-title p span {
  font-family: "PantonBold", sans-serif;
  color: #ff1e00;
  margin: 0;
  line-height: 1.2; }
#win2-section {
  background: url(../img/win-bg.jpg) no-repeat bottom center;
  background-size: cover;
  position: relative;
  padding: 10px 0 165px; }
#win2-section .prize-block {
  background-color: #0b080d;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  padding: 70px 20px 50px;
  max-width: 345px;
  margin-bottom: 70px; }
#win2-section .prize-block img {
  max-width: 100%;
  height: auto;
  margin-bottom: 40px; }
#win2-section .prize-block h5 {
  font-size: 17px;
  font-family: "PantonBold", sans-serif;
  margin: 0 0 5px;
  line-height: 1.2; }
#win2-section .prize-block p {
  font-size: 13px;
  font-family: "PantonBold", sans-serif;
  color: #504b55;
  margin: 0; }
#win2-section .win2-title {
  margin-bottom: 20px; }
#win2-section .win2-title h3 {
  font-size: 26px;
  font-family: "PantonBold", sans-serif;
  line-height: 1.2;
  margin: 0 0 5px; }
#win2-section .win2-title h3 span {
  color: #ff1e00; }
#win2-section .win2-title p {
  font-size: 18px;
  font-family: "PantonBold", sans-serif;
  margin: 0; }
#win2-section .win2-buttons {
  text-align: left;
  margin-bottom: 30px; }
#win2-section .win2-buttons .button {
  max-width: 302px;
  padding: 40px 5px;
  font-size: 17px;
  font-family: "PantonBold", sans-serif;
  border: none;
  display: inline-block;
  margin-bottom: 15px; }
#win2-section .win2-buttons .button span {
  color: #ff1e00; }
#win2-section .win2-buttons a.button:hover {
  opacity: .8; }
#win2-section .win2-buttons .button.button-1 {
  background: url(../img/button-1-bg.png) no-repeat top center;
  background-size: cover;
  margin-right: 10px; }
#win2-section .win2-buttons .button.button-2 {
  background: url(../img/button-2-bg.png) no-repeat top center;
  background-size: cover; }
#win2-section .win-descr h5 {
  font-size: 24px;
  font-family: "PantonBold", sans-serif;
  color: #fff;
  line-height: 1.4;
  margin: 0 0 30px; }
#win2-section .win-descr p {
  font-size: 18px;
  font-family: "PantonBold", sans-serif;
  color: #fff;
  line-height: 1.4;
  margin: 0 0 30px; }
#win2-section .win-descr p span {
  color: #ff1e00; }
.small-guns-wrap {
  text-align: center; }
.small-gun-item {
  text-align: center;
  background: url(../img/gun-place-bg.png) no-repeat top center;
  max-width: 156px;
  background-size: cover;
  padding: 20px 15px;
  display: inline-block;
  margin: 0 2px 30px;
  vertical-align: top; }
.small-gun-item .small-gun-img {
  margin-bottom: 15px; }
.small-gun-item .small-gun-img img {
  max-width: 100%;
  height: auto; }
.small-gun-item h6 {
  font-size: 13px;
  line-height: 1;
  margin: 0 0 5px; }
.small-gun-item p {
  color: #ff1e00;
  font-size: 13px;
  line-height: 1;
  margin: 0; }
.live-drops {
  max-width: 390px;
  height: 78px;
  background: url(../img/drops-button-bg.png) no-repeat top center;
  color: #7e00ff;
  position: relative;
  top: -30px;
  text-align: center;
  font-size: 25px;
  font-family: "PantonBold", sans-serif;
  margin: 0 auto 110px;
  padding-top: 20px; }
.live-drops span {
  color: #fff; }
#random-drop-section {
  background: url(../img/random-drop-bg.jpg) no-repeat top center;
  background-size: cover;
  position: relative;
  padding: 70px 0; }
#random-drop-section .section-top-title {
  height: 78px;
  background: url(../img/button-top-bg.png) no-repeat top center;
  position: absolute;
  top: -148px;
  font-size: 20px;
  font-family: "PantonBold", sans-serif;
  line-height: 1.2;
  padding: 30px 62px;
  color: #7e00ff; }
#random-drop-section .section-top-title span {
  color: #fff; }
#random-drop-section .keys-block .block-title {
  font-size: 17px;
  font-family: "PantonBold", sans-serif;
  line-height: 1.2;
  margin: 0 0 40px;
  padding-left: 30px;
  background: url(../img/red-key.png) no-repeat left center; }
#random-drop-section .keys-block p {
  font-size: 17px;
  font-family: "PantonBold", sans-serif;
  color: #46404c;
  margin: 0 0 10px; }
#random-drop-section .random-drop-block {
  text-align: center; }
#random-drop-section .random-drop-block h3 {
  font-size: 33px;
  font-family: "PantonBold", sans-serif;
  line-height: 1.2;
  margin: 0 0 10px; }
#random-drop-section .random-drop-block h3 span {
  color: #ff1e00; }
#random-drop-section .random-drop-block p {
  font-size: 17px;
  font-family: "PantonBold", sans-serif;
  line-height: 1.2;
  margin: 0 0 60px; }
#random-drop-section .random-drop-block .code {
  font-size: 32px;
  font-family: "PantonBold", sans-serif;
  line-height: 1.2;
  margin-bottom: 40px; }
#random-drop-section .random-drop-block .code span {
  color: #46404c; }
#random-drop-section .random-drop-block .progress-descr {
  font-size: 15px;
  font-family: "PantonBold", sans-serif;
  color: #46404c;
  margin: 0; }
#random-drop-section .random-drop-block .progress {
  background-color: #120f15;
  margin-bottom: 40px; }
#random-drop-section .random-drop-block .progress .progress-bar {
  background-color: #7e00ff; }
#random-drop-section .vk-widget img {
  max-width: 100%;
  height: auto; }
#about-section.dark-bg {
  background: #120e16; }
#csgo-section {
  padding: 120px 0 70px;
  position: relative; }
.cs-go-uto:before {
  position: absolute;
  top: -50px;
  left: 25%;
  width: 119px;
  height: 91px;
  background: url(../img/box-up-1.png) no-repeat center center;
  content: ""; }
.cs-go-uto:after {
  position: absolute;
  top: -120px;
  left: 70%;
  width: 300px;
  height: 229px;
  background: url(../img/box-up-2.png) no-repeat center center;
  content: ""; }
.csgo-item {
  text-align: center;
  vertical-align: top;
  margin-bottom: 50px;
  color: #fff; }
.csgo-item .csgo-icon {
  margin-bottom: 40px;
  height: 128px;
  position: relative; }
.csgo-item .csgo-icon img {
  max-width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }
.csgo-item h4 {
  font-size: 26px;
  font-family: "PantonBold", sans-serif;
  line-height: 1.2;
  margin: 0 0 20px; }
.csgo-item p {
  font-size: 15px;
  margin: 0;
  font-family: "PantonBold", sans-serif;
  line-height: 1.2;
  color: #fff;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }
#small-guns-section .small-guns-wrap {
  background-color: #0e0b11; }
#small-guns-section .small-gun-item {
  margin-bottom: 10px; }
#small-guns-section .live-drops-bottom  {
  background-image: url(../img/drops-button-bg2.png);
  top: -5px;
  margin-bottom: 0;
  font-family: "PantonBold", sans-serif; }
#small-guns-section .live-drops-top {
  background-image: url(../img/live-drops-bg.png);
  position: absolute;
  top: -50px;
  width: 390px;
  left: 50%;
  margin-left: -195px;
  font-family: "PantonBold", sans-serif;
  z-index: 1; }
.case-box-items {
  text-align: center;
  padding-bottom: 45px; }
.case-box-item {
  width: 240px;
  padding: 30px 0;
  text-align: center;
  background: url(../img/case-box-bg.png) no-repeat center center;
  background-size: cover;
  margin: 0 15px 65px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  border: 1px solid transparent; }
.case-box-item:hover {
  border-color: #7e00ff; }
.case-box-item.standart-item {
  padding: 35px 0; }
.case-box-item.standart-item .case-box-img {
  margin-bottom: 25px; }
.case-box-item .case-box-img {
  margin-bottom: 0; }
.case-box-item .case-box-img img {
  max-width: 100%;
  height: auto; }
.case-box-item h5 {
  color: #fff;
  font-family: "PantonRegular", sans-serif;
  font-size: 15px;
  margin: 0 0 10px; }
.case-box-item h5 span {
  font-family: "PantonBold", sans-serif; }
.case-box-item h5 span.color-blue {
  color: #4369f1; }
.case-box-item h5 span.color-purple {
  color: #7b47dd; }
.case-box-item h5 span.color-pink {
  color: #c82cda; }
.case-box-item h5 span.color-red {
  color: #eb3c30; }
.case-box-item h5 span.color-yellow {
  color: #ffa31f; }
.case-box-item h5 span.color-green {
  color: #a0e550; }
.case-box-item .price,
.case-box-item .old-price,
.case-box-item .price-bonus {
  color: #fff;
  font-family: "PantonBold", sans-serif;
  font-size: 19px;
  line-height: 1;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }
.case-box-item .price-bonus {
  color: white;
  margin-top: 7px;
  font-size: 0.85em;
}
#box-section.box-section-2 {
  padding-bottom: 15px;
  background: url(../img/comments-bg.jpg) repeat top left; }
#win2-section.win2-section-2 {
  padding: 95px 0 165px;
  position: relative; }
#win2-section.win2-section-2:before {
  position: absolute;
  bottom: 220px;
  left: 40%;
  width: 130px;
  height: 101px;
  content: "";
  background: url(../img/box-small.png) center center no-repeat; }
#community-section.community-section-2 {
  position: relative; }
#community-section.community-section-2:before {
  position: absolute;
  top: -110px;
  right: 15%;
  width: 252px;
  height: 215px;
  background: url(../img/box.png) no-repeat center center;
  content: ""; }
#community-section.community-section-2 .section-title h2 {
  font-size: 33px; }
#drops-section-2 {
  background: url(../img/drops-bg-2.jpg) no-repeat top center;
  background-size: cover;
  padding: 50px 0 65px; }
#drops-section-2 .section-title {
  margin-bottom: 55px; }
#drops-section-2 .section-title h2 {
  font-size: 33px; }
#drops-section-2 .drops-button {
  background: url(../img/drops-button-bg-2.png) no-repeat top center;
  width: 254px;
  max-width: 100%;
  border: none;
  padding: 33px 5px 33px 40px;
  font-size: 19px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-shadow: 0px 2px 1px black; }
#drops-section-2 .drops-button:hover {
  opacity: .8; }
#dota-section {
  padding: 120px 0 70px;
  position: relative; }
.dota-uto:before {
  position: absolute;
  top: -150px;
  left: 100px;
  width: 383px;
  height: 287px;
  background: url(../img/dota-up-1.png) no-repeat center center;
  content: ""; }
.dota-uto:after {
  position: absolute;
  top: -220px;
  right: 0;
  width: 418px;
  height: 497px;
  background: url(../img/dota-up-2.png) no-repeat center center;
  content: ""; }
.dota-img-up-1 {
  position: absolute;
  top: -80px;
  right: 22%;
  width: 243px;
  height: 234px;
  background: url(../img/dota-up-3.png) no-repeat center center;
  content: "";
  z-index: -1; }
.dota-img-up-2 {
  position: absolute;
  bottom: 0;
  left: 50px;
  width: 241px;
  height: 190px;
  background: url(../img/dota-up-4.png) no-repeat center center;
  content: ""; }
#open-case {
  padding: 90px 0 0; }
#open-case .section-title h2 {
  font-size: 30px;
  margin-bottom: 5px; }
#open-case .section-title .price {
  font-size: 21px;
  font-family: "PantonBold", sans-serif;
  line-height: 1.2;
  margin-bottom: 35px; }
#open-case .section-title p {
  font-size: 16px;
  font-family: "PantonBold", sans-serif;
  margin-top: 20px;
  padding-bottom: 30px; }
#open-case .section-title p span {
  color: #ff1e00;
  font-family: "PantonBold", sans-serif; }
#open-case .open-case-wrap {
  padding: 80px 0;
  position: relative;
  background: url(../img/open-case-bg.png) no-repeat top center;
  background-size: cover;
}
#open-case .open-case-wrap .open-case-roulette {
  background: #120e16 url(../img/roulette-arrow-top.png) no-repeat top center;
  padding: 0px 0px 45px;
  max-width: 980px;
  overflow: hidden;
  margin: 0 auto;
  white-space: nowrap;
  position: relative; }
#open-case .open-case-wrap .open-case-roulette:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: #17121b url(../img/roulette-arrow-bottom.png) no-repeat top center;
  content: ""; }
#open-case .open-case-wrap .open-case-roulette .roulette-item {
  background: url(../img/roulette-item-bg.png) no-repeat top center;
  width: 173px;
  background-size: cover;
  text-align: center;
  padding: 35px 15px;
  vertical-align: top;
  margin: 0 10px;
  display: inline-block;
  z-index: 10;
  white-space: normal; }
#open-case .open-case-wrap .open-case-roulette .roulette-item .roulette-img {
  margin-bottom: 30px; }
#open-case .open-case-wrap .open-case-roulette .roulette-item .roulette-img img {
  max-width: 100%;
  height: auto; }
#open-case .open-case-wrap .open-case-roulette .roulette-item h5 {
  font-size: 15px;
  font-family: "PantonBold", sans-serif;
  line-height: 1.2;
  margin: 0 0 5px;
  color: #fff; }
#open-case .open-case-wrap .open-case-roulette .roulette-item p {
  font-size: 13px;
  font-family: "PantonBold", sans-serif;
  margin: 0;
  line-height: 1.2; }
#open-case .open-case-wrap .open-case-descr {
  width: 275px;
  height: 71px;
  background: url(../img/open-case-descr-bg.png) no-repeat center center;
  text-align: center;
  margin: 0 auto;
  padding-top: 25px;
  font-size: 15px;
  font-family: "PantonBold", sans-serif; }
#open-case .open-case-wrap .open-case-descr span {
  font-family: "PantonBold", sans-serif;
  color: #ff1e00; }
#open-case .open-case-wrap .open-case-button {
  border: none;
  background: url(../img/open-case-button-bg.png) no-repeat top center;
  min-width: 275px;
  padding: 25px 0 50px;
  text-shadow: 0px 3px 1px #3d116f; }
#open-case .open-case-wrap .open-case-button:hover {
  opacity: .7; }
#open-case .open-case-wrap .add-to-inventory {
  text-align: center; }
#open-case .open-case-wrap .add-to-inventory a {
  font-size: 15px;
  font-family: "PantonBold", sans-serif;
  color: #4b4054;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }
#open-case .open-case-wrap .add-to-inventory a:hover {
  color: #ff1e00; }
#open-case .small-guns-wrap {
  overflow: hidden;
  max-width: 1070px;
  overflow: hidden;
  text-align: left;
  margin: 0 auto;
  white-space: nowrap;
  background-color: #0e0b11;
  padding: 10px 10px 0; }
#open-case .small-guns-wrap .small-gun-item {
  margin-bottom: 10px;
  white-space: normal; }
#open-case .live-drops {
  position: absolute;
  bottom: -115px;
  top: auto;
  background: url(../img/live-drops-bg.png) no-repeat top center;
  width: 390px;
  left: 50%;
  margin-left: -195px; }
#header.welcome-page {
  background: #120e16; }
#header.welcome-page #navbar {
  margin-bottom: 0; }
#welcome-header {
  padding: 0;
  background: #120e16;
  position: relative;
  min-height: 400px; }
#welcome-header .go-to-site {
  position: absolute;
  top: 0;
  right: 0; }
#welcome-header .welcome-header-img {
  text-align: center;
  margin-bottom: 30px; }
#welcome-header .welcome-header-img img {
  max-width: 100%;
  height: auto; }
#welcome-header .welcome-header-title {
  text-align: center;
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  padding: 0 15px; }
#welcome-header .welcome-header-title h1 {
  font-family: "PantonBold", sans-serif;
  color: #fff;
  line-height: 1.2;
  font-size: 30px;
  margin: 0 0 10px; }
#welcome-header .welcome-header-title p {
  font-family: "PantonBold", sans-serif;
  font-size: 25px;
  line-height: 1.2;
  margin: 0 0 20px;
  color: #ff1e00; }
.arrow-down {
  position: absolute;
  display: block;
  left: 50%;
  margin-left: -25px;
  bottom: 20px;
  width: 0;
  height: 0;
  opacity: .7;
  border-style: solid;
  border-width: 25px 25px 0 25px;
  border-color: #ffffff transparent transparent transparent;
  -webkit-animation: down-animation 1s infinite;
  animation: down-animation 1s infinite;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }
.arrow-down:hover, .arrow-down:active {
  opacity: .9; }
@-webkit-keyframes down-animation {
  0% {
    bottom: 15px; }
  50% {
    bottom: 25px; }
  100% {
    bottom: 15px; }
}
@keyframes down-animation {
  0% {
    bottom: 15px; }
  50% {
    bottom: 25px; }
  100% {
    bottom: 15px; }
}
#welcome-info {
  padding: 70px 0 110px;
  background: #0d0a10;
  position: relative; }
#welcome-info .red-info-item {
  position: relative;
  padding-left: 135px;
  max-width: 550px;
  margin-bottom: 90px; }
#welcome-info .red-info-item .red-icon {
  position: absolute;
  top: 0;
  left: 0; }
#welcome-info .red-info-item .red-icon:before {
  width: 285px;
  height: 285px;
  position: absolute;
  top: -90px;
  left: -90px;
  background: url(../img/w-icon-light.png) no-repeat center center;
  content: ""; }
#welcome-info .red-info-item h3 {
  font-size: 24px;
  font-family: "PantonBold", sans-serif;
  line-height: 1.2;
  margin: 0 0 20px;
  padding-top: 10px; }
#welcome-info .red-info-item p {
  font-size: 15px;
  font-family: "PantonBold", sans-serif;
  margin: 0;
  line-height: 1.2; }
#welcome-info .cup-block {
  text-align: center;
  position: relative; }
#welcome-info .cup-block .cup-img {
  text-align: center;
  position: relative;
  max-width: 97px;
  margin: 0 auto 20px; }
#welcome-info .cup-block .cup-img:before {
  width: 451px;
  height: 438px;
  position: absolute;
  top: -200px;
  left: -200px;
  background: url(../img/cup-light.png) no-repeat center center;
  content: ""; }
#welcome-info .cup-block h4 {
  font-family: "PantonBold", sans-serif;
  font-size: 22px;
  line-height: 1.2;
  margin: 0 0 20px;
  text-shadow: 0px -1px 5px white; }
#welcome-info .cup-block p {
  font-size: 19px;
  font-family: "PantonBold", sans-serif;
  margin: 0 auto;
  max-width: 460px;
  line-height: 1.3; }
#welcome-info .cup-block p span {
  color: #ff1e00; }
#welcome-info .cup-block .site-link,
#welcome-info .cup-block .brown-site-link {
  position: absolute;
  bottom: -150px;
  left: 50%;
  margin-left: -112px;
  max-width: 224px;
  background: url(../img/welcome-button-bg.png) no-repeat top center;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: none;
  font-size: 19px;
  font-family: "PantonBold", sans-serif;
  padding: 30px 0;
  z-index: 20; }
#welcome-info .cup-block .brown-site-link {
  background: url(../img/button-1-bg.png) no-repeat top center;
}
#welcome-info .cup-block .site-link:hover,
#welcome-info .cup-block .brown-site-link:hover {
  opacity: .8; }
#welcome-info .cup-block .brown-site-link.more-info {
  left: 42%;
}
#welcome-info .cup-block .site-link.go-to-site {
  left: 59%;
}
#more-info {
  padding: 130px 0;
  background: url(../img/welcome-bg.jpg) no-repeat top center;
  background-size: cover;
  position: relative; }
#more-info .panel-default {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 10px;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: transparent;
  height: auto; }
#more-info .panel-default:last-child {
  border-bottom: none; }
#more-info .panel-default > .panel-heading {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  height: auto;
  padding: 0;
  -webkit-border-radius: 3px;
  border-radius: 3px; }
#more-info .panel-default > .panel-heading .spoiler-trigger {
  color: #fff;
  background: #19141e url(../img/panel-bg.png) repeat-x top left;
  font-size: 16px;
  line-height: 1.2;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
  height: auto;
  padding: 31px 65px 30px 35px;
  outline: none;
  border: none;
  text-align: left;
  display: block;
  font-family: "PantonBold", sans-serif;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  position: relative; }
#more-info .panel-default > .panel-heading .spoiler-trigger:hover, #more-info .panel-default > .panel-heading .spoiler-trigger:active {
  opacity: .7; }
#more-info .panel-default > .panel-heading .spoiler-trigger:before {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 27px;
  height: 28px;
  content: "";
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  background: url(../img/panel-arrow-bg.png) no-repeat center center;
  content: ""; }
#more-info .panel-default > .panel-heading .spoiler-trigger:after {
  width: 8px;
  height: 4px;
  position: absolute;
  top: 37px;
  right: 35px;
  background: url(../img/panel-arrow.png) no-repeat center center;
  content: "";
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  opacity: 1; }
#more-info .panel-default > .panel-heading a.collapsed:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  opacity: .6; }
#more-info .panel-default > .panel-heading + .panel-collapse > .panel-body {
  padding: 35px 35px 15px;
  font-size: 15px;
  color: #857b8e;
  font-family: "PantonBold", sans-serif;
  background-color: #120f16; }
#more-info .panel-default > .panel-heading + .panel-collapse > .panel-body p {
  margin-bottom: 20px; }
#more-info .site-link-big {
  max-width: 340px;
  background: url(../img/welcome-button-bg2.png) no-repeat top center;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: none;
  font-size: 19px;
  font-family: "PantonBold", sans-serif;
  padding: 30px 0; }
#more-info .site-link-big:hover {
  opacity: .8; }
#more-info .objects-title:before {
  content: none;
}
.section-title.testimonials-title h2 {
  margin-bottom: 5px; }
.section-title.testimonials-title p {
  font-size: 18px; }
.testimonials-page {
  background: url(../img/comments-bg.jpg) repeat top left; }
.testimonials-page #header {
  background: none; }
#testimonials-section {
  padding: 0 0 70px; }
#testimonials-section .testimonials-list {
  padding-left: 0;
  list-style: none;
  margin: 0; }
#testimonials-section .testimonials-item {
  background-color: #221d26;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  min-height: 180px;
  margin-bottom: 30px; }
#testimonials-section .testimonials-item.answer-item {
  margin-left: 75px; }
#testimonials-section .testimonials-item.answer-item:before {
  width: 43px;
  height: 83px;
  background: url(../img/test-arrow-top.png) no-repeat center center;
  position: absolute;
  top: -15px;
  left: -60px;
  content: ""; }
#testimonials-section .testimonials-item .left-side {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 100%;
  background-color: #2a242f;
  padding: 20px 10px;
  -webkit-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  z-index: 10; }
#testimonials-section .testimonials-item .left-side .avatar {
  text-align: center;
  width: 100px;
  margin: 0 auto 12px; }
#testimonials-section .testimonials-item .left-side .avatar .default-img-block {
  background-color: white;
  color: black;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center; }
#testimonials-section .testimonials-item .left-side .avatar img,
#testimonials-section .testimonials-item .left-side .avatar .default-img-block {
  -webkit-border-radius: 5px;
  border-radius: 5px; }
#testimonials-section .testimonials-item .left-side .rank {
  font-family: "PantonBold", sans-serif;
  font-size: 15px;
  line-height: 24px;
  text-align: center; }
#testimonials-section .testimonials-item .left-side .rank span {
  display: inline-block;
  font-size: 12px;
  width: 26px;
  height: 26px;
  border: 2px solid #ff1e00;
  text-align: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-left: 10px;
  padding-right: 2px; }
#testimonials-section .testimonials-item .right-side {
  padding: 25px 350px 25px 180px;
  position: relative; }
#testimonials-section .testimonials-item .right-side .side-inner {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 130px;
  padding-bottom: 35px; }
#testimonials-section .testimonials-item .right-side .user-login {
  font-size: 18px;
  font-family: "PantonBold", sans-serif;
  line-height: 1.2;
  margin-bottom: 15px;
  color: #645a67;
  display: inline-block;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }
#testimonials-section .testimonials-item .right-side .user-login:hover {
  color: #7636d1; }
#testimonials-section .testimonials-item .right-side .comment p {
  line-height: 1.2;
  font-size: 15px;
  font-family: "PantonBold", sans-serif; }
#testimonials-section .testimonials-item .right-side .bottom-panel {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0; }
#testimonials-section .testimonials-item .right-side .bottom-panel .edit-buttons {
  float: left;
  line-height: 1; }
#testimonials-section .testimonials-item .right-side .bottom-panel .edit-buttons a {
  display: inline-block;
  color: #645a67;
  line-height: 1;
  font-size: 13px;
  margin-right: 20px;
  font-family: "PantonBold", sans-serif;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }
#testimonials-section .testimonials-item .right-side .bottom-panel .edit-buttons a:last-child {
  margin-right: 0; }
#testimonials-section .testimonials-item .right-side .bottom-panel .edit-buttons a.delete-link {
  color: #ff1e00; }
#testimonials-section .testimonials-item .right-side .bottom-panel .edit-buttons a:hover {
  color: #7636d1; }
#testimonials-section .testimonials-item .right-side .bottom-panel .edit-buttons .reply-to {
  font-size: 17px;
  color: #f21e02; }
#testimonials-section .testimonials-item .right-side .bottom-panel .rating {
  float: right;
  line-height: 1; }
#testimonials-section .testimonials-item .right-side .bottom-panel .rating .plus, #testimonials-section .testimonials-item .right-side .bottom-panel .rating .minus {
  font-size: 18px;
  color: #5e5361;
  font-family: "PantonBold", sans-serif;
  padding: 0 5px;
  cursor: pointer;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }
#testimonials-section .testimonials-item .right-side .bottom-panel .rating .plus:hover, #testimonials-section .testimonials-item .right-side .bottom-panel .rating .minus:hover {
  color: #ff1e00; }
#testimonials-section .testimonials-item .right-side .bottom-panel .rating .plus:hover {
  color: green; }
#testimonials-section .testimonials-item .right-side .bottom-panel .rating .total {
  font-size: 18px;
  font-family: "PantonBold", sans-serif;
  color: #ffa200; }
#testimonials-section .testimonials-item .right-side .info-block {
  position: absolute;
  top: 0;
  right: 0;
  width: 350px;
  padding: 20px; }
#testimonials-section .testimonials-item .right-side .info-block .info-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  background: url(../img/test-gun-bg.png) no-repeat top center;
  height: 144px;
  width: 47%;
  max-width: 144px;
  float: left;
  padding: 10px; }
#testimonials-section .testimonials-item .right-side .info-block .info-item:last-child {
  float: right; }
#testimonials-section .testimonials-item .right-side .info-block .info-item p {
  text-align: center;
  font-size: 13px;
  line-height: 1.2;
  color: #645b67;
  margin: 0 0 20px; }
#testimonials-section .testimonials-item .right-side .info-block .info-item p span {
  display: block; }
#testimonials-section .testimonials-item .right-side .info-block .info-item img {
  max-width: 100%;
  height: auto; }
#testimonials-section .testimonials-item .right-side .info-block .info-item .counter {
  font-family: "PantonBold", sans-serif;
  color: #ffa200;
  font-size: 60px;
  line-height: 1; }
#testimonials-section .more-testimonials {
  max-width: 340px;
  background: url(../img/welcome-button-bg2.png) no-repeat top center;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: none;
  font-size: 19px;
  font-family: "PantonBold", sans-serif;
  padding: 30px 0;
  margin-top: 20px; }
#testimonials-section .more-testimonials:hover {
  opacity: .8; }
#testimonials-section .add-testimonials {
  margin-bottom: 30px;
  position: relative; }
#testimonials-section .add-testimonials.add-answer {
  margin-left: 75px; }
#testimonials-section .add-testimonials.add-answer:before {
  width: 43px;
  height: 83px;
  background: url(../img/test-arrow-top.png) no-repeat center center;
  position: absolute;
  top: -15px;
  left: -60px;
  content: ""; }
#testimonials-section .add-testimonials .test-avatar {
  text-align: center;
  max-width: 180px;
  margin: 0 auto;
  position: relative;
  -webkit-border-radius: 3px;
  border-radius: 3px; }
#testimonials-section .add-testimonials .test-avatar img {
  max-width: 100%;
  height: auto;
  -webkit-border-radius: 3px;
  border-radius: 3px; }
#testimonials-section .add-testimonials .test-avatar .test-login {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 12px 5px;
  background-color: rgba(25, 20, 29, 0.8);
  color: #fff;
  font-size: 18px;
  font-family: "PantonBold", sans-serif;
  line-height: 1.2;
  -webkit-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px; }
#testimonials-section .add-testimonials .textarea {
  width: 100%;
  border: 1px solid #282130;
  text-indent: 0;
  padding: 20px 30px;
  background-color: rgba(34, 29, 38, 0.5);
  outline: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: 48px;
  display: block;
  font-size: 16px;
  color: #fff;
  font-family: "PantonBold", sans-serif;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  min-height: 135px; }
#testimonials-section .add-testimonials .textarea:focus, #testimonials-section .add-testimonials .textarea:hover {
  border-color: #7636d1; }
#testimonials-section .add-testimonials .form-group {
  margin: 0; }
#testimonials-section .add-testimonials .button {
  float: right;
  background-color: #ff1e00;
  font-size: 15px;
  padding: 15px 20px;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  width: auto;
  border: none; }
#testimonials-section .add-testimonials .button:hover {
  background-color: #7636d1; }
.mt-0 {
  margin-top: 0 !important; }
.mt-10 {
  margin-top: 10px; }
.mt-20 {
  margin-top: 20px; }
.mt-30 {
  margin-top: 30px; }
.mt-40 {
  margin-top: 40px; }
.mt-50 {
  margin-top: 50px; }
.mt-60 {
  margin-top: 60px; }
.mt-70 {
  margin-top: 70px; }
.mt-80 {
  margin-top: 80px; }
.mt-90 {
  margin-top: 90px; }
.mt-100 {
  margin-top: 100px; }
.mb-0 {
  margin-bottom: 0 !important; }
.mb-10 {
  margin-bottom: 10px; }
.mb-20 {
  margin-bottom: 20px; }
.mb-30 {
  margin-bottom: 30px; }
.mb-40 {
  margin-bottom: 40px; }
.mb-50 {
  margin-bottom: 50px; }
.mb-60 {
  margin-bottom: 60px; }
.mb-70 {
  margin-bottom: 70px; }
.mb-80 {
  margin-bottom: 80px; }
.mb-90 {
  margin-bottom: 90px; }
.mb-100 {
  margin-bottom: 100px; }
.pt-0 {
  padding-top: 0 !important; }
.pt-10 {
  padding-top: 10px; }
.pt-20 {
  padding-top: 20px; }
.pt-30 {
  padding-top: 30px; }
.pt-40 {
  padding-top: 40px; }
.pt-50 {
  padding-top: 50px; }
.pt-60 {
  padding-top: 60px; }
.pt-70 {
  padding-top: 70px; }
.pt-80 {
  padding-top: 80px; }
.pt-90 {
  padding-top: 90px; }
.pt-100 {
  padding-top: 100px; }
.pb-0 {
  padding-bottom: 0 !important; }
.pb-10 {
  padding-bottom: 10px; }
.pb-20 {
  padding-bottom: 20px; }
.pb-30 {
  padding-bottom: 30px; }
.pb-40 {
  padding-bottom: 40px; }
.pb-50 {
  padding-bottom: 50px; }
.pb-60 {
  padding-bottom: 60px; }
.pb-70 {
  padding-bottom: 70px; }
.pb-80 {
  padding-bottom: 80px; }
.pb-90 {
  padding-bottom: 90px; }
.pb-100 {
  padding-bottom: 100px; }
@media only screen and (max-width: 1200px) {
  .mt-md-0 {
    margin-top: 0 !important; }
  .mt-md-10 {
    margin-top: 10px; }
  .mt-md-20 {
    margin-top: 20px; }
  .mt-md-30 {
    margin-top: 30px; }
  .mt-md-40 {
    margin-top: 40px; }
  .mt-md-50 {
    margin-top: 50px; }
  .mt-md-60 {
    margin-top: 60px; }
  .mt-md-70 {
    margin-top: 70px; }
  .mt-md-80 {
    margin-top: 80px; }
  .mt-md-90 {
    margin-top: 90px; }
  .mt-md-100 {
    margin-top: 100px; }
  .mb-md-0 {
    margin-bottom: 0 !important; }
  .mb-md-10 {
    margin-bottom: 10px; }
  .mb-md-20 {
    margin-bottom: 20px; }
  .mb-md-30 {
    margin-bottom: 30px; }
  .mb-md-40 {
    margin-bottom: 40px; }
  .mb-md-50 {
    margin-bottom: 50px; }
  .mb-md-60 {
    margin-bottom: 60px; }
  .mb-md-70 {
    margin-bottom: 70px; }
  .mb-md-80 {
    margin-bottom: 80px; }
  .mb-md-90 {
    margin-bottom: 90px; }
  .mb-md-100 {
    margin-bottom: 100px; }
  .pt-md-0 {
    padding-top: 0 !important; }
  .pt-md-10 {
    padding-top: 10px; }
  .pt-md-20 {
    padding-top: 20px; }
  .pt-md-30 {
    padding-top: 30px; }
  .pt-md-40 {
    padding-top: 40px; }
  .pt-md-50 {
    padding-top: 50px; }
  .pt-md-60 {
    padding-top: 60px; }
  .pt-md-70 {
    padding-top: 70px; }
  .pt-md-80 {
    padding-top: 80px; }
  .pt-md-90 {
    padding-top: 90px; }
  .pt-md-100 {
    padding-top: 100px; }
  .pb-md-0 {
    padding-bottom: 0 !important; }
  .pb-md-10 {
    padding-bottom: 10px; }
  .pb-md-20 {
    padding-bottom: 20px; }
  .pb-md-30 {
    padding-bottom: 30px; }
  .pb-md-40 {
    padding-bottom: 40px; }
  .pb-md-50 {
    padding-bottom: 50px; }
  .pb-md-60 {
    padding-bottom: 60px; }
  .pb-md-70 {
    padding-bottom: 70px; }
  .pb-md-80 {
    padding-bottom: 80px; }
  .pb-md-90 {
    padding-bottom: 90px; }
  .pb-md-100 {
    padding-bottom: 100px; }
}
@media only screen and (max-width: 992px) {
  .mt-sm-0 {
    margin-top: 0 !important; }
  .mt-sm-10 {
    margin-top: 10px; }
  .mt-sm-20 {
    margin-top: 20px; }
  .mt-sm-30 {
    margin-top: 30px; }
  .mt-sm-40 {
    margin-top: 40px; }
  .mt-sm-50 {
    margin-top: 50px; }
  .mt-sm-60 {
    margin-top: 60px; }
  .mt-sm-70 {
    margin-top: 70px; }
  .mt-sm-80 {
    margin-top: 80px; }
  .mt-sm-90 {
    margin-top: 90px; }
  .mt-sm-100 {
    margin-top: 100px; }
  .mb-sm-0 {
    margin-bottom: 0 !important; }
  .mb-sm-10 {
    margin-bottom: 10px; }
  .mb-sm-20 {
    margin-bottom: 20px; }
  .mb-sm-30 {
    margin-bottom: 30px; }
  .mb-sm-40 {
    margin-bottom: 40px; }
  .mb-sm-50 {
    margin-bottom: 50px; }
  .mb-sm-60 {
    margin-bottom: 60px; }
  .mb-sm-70 {
    margin-bottom: 70px; }
  .mb-sm-80 {
    margin-bottom: 80px; }
  .mb-sm-90 {
    margin-bottom: 90px; }
  .mb-sm-100 {
    margin-bottom: 100px; }
  .pt-sm-0 {
    padding-top: 0 !important; }
  .pt-sm-10 {
    padding-top: 10px; }
  .pt-sm-20 {
    padding-top: 20px; }
  .pt-sm-30 {
    padding-top: 30px; }
  .pt-sm-40 {
    padding-top: 40px; }
  .pt-sm-50 {
    padding-top: 50px; }
  .pt-sm-60 {
    padding-top: 60px; }
  .pt-sm-70 {
    padding-top: 70px; }
  .pt-sm-80 {
    padding-top: 80px; }
  .pt-sm-90 {
    padding-top: 90px; }
  .pt-sm-100 {
    padding-top: 100px; }
  .pb-sm-0 {
    padding-bottom: 0 !important; }
  .pb-sm-10 {
    padding-bottom: 10px; }
  .pb-sm-20 {
    padding-bottom: 20px; }
  .pb-sm-30 {
    padding-bottom: 30px; }
  .pb-sm-40 {
    padding-bottom: 40px; }
  .pb-sm-50 {
    padding-bottom: 50px; }
  .pb-sm-60 {
    padding-bottom: 60px; }
  .pb-sm-70 {
    padding-bottom: 70px; }
  .pb-sm-80 {
    padding-bottom: 80px; }
  .pb-sm-90 {
    padding-bottom: 90px; }
  .pb-sm-100 {
    padding-bottom: 100px; }
}
@media only screen and (max-width: 767px) {
  .mt-xs-0 {
    margin-top: 0 !important; }
  .mt-xs-10 {
    margin-top: 10px; }
  .mt-xs-20 {
    margin-top: 20px; }
  .mt-xs-30 {
    margin-top: 30px; }
  .mt-xs-40 {
    margin-top: 40px; }
  .mt-xs-50 {
    margin-top: 50px; }
  .mt-xs-60 {
    margin-top: 60px; }
  .mt-xs-70 {
    margin-top: 70px; }
  .mt-xs-80 {
    margin-top: 80px; }
  .mt-xs-90 {
    margin-top: 90px; }
  .mt-xs-100 {
    margin-top: 100px; }
  .mb-xs-0 {
    margin-bottom: 0 !important; }
  .mb-xs-10 {
    margin-bottom: 10px; }
  .mb-xs-20 {
    margin-bottom: 20px; }
  .mb-xs-30 {
    margin-bottom: 30px; }
  .mb-xs-40 {
    margin-bottom: 40px; }
  .mb-xs-50 {
    margin-bottom: 50px; }
  .mb-xs-60 {
    margin-bottom: 60px; }
  .mb-xs-70 {
    margin-bottom: 70px; }
  .mb-xs-80 {
    margin-bottom: 80px; }
  .mb-xs-90 {
    margin-bottom: 90px; }
  .mb-xs-100 {
    margin-bottom: 100px; }
  .pt-xs-0 {
    padding-top: 0 !important; }
  .pt-xs-10 {
    padding-top: 10px; }
  .pt-xs-20 {
    padding-top: 20px; }
  .pt-xs-30 {
    padding-top: 30px; }
  .pt-xs-40 {
    padding-top: 40px; }
  .pt-xs-50 {
    padding-top: 50px; }
  .pt-xs-60 {
    padding-top: 60px; }
  .pt-xs-70 {
    padding-top: 70px; }
  .pt-xs-80 {
    padding-top: 80px; }
  .pt-xs-90 {
    padding-top: 90px; }
  .pt-xs-100 {
    padding-top: 100px; }
  .pb-xs-0 {
    padding-bottom: 0 !important; }
  .pb-xs-10 {
    padding-bottom: 10px; }
  .pb-xs-20 {
    padding-bottom: 20px; }
  .pb-xs-30 {
    padding-bottom: 30px; }
  .pb-xs-40 {
    padding-bottom: 40px; }
  .pb-xs-50 {
    padding-bottom: 50px; }
  .pb-xs-60 {
    padding-bottom: 60px; }
  .pb-xs-70 {
    padding-bottom: 70px; }
  .pb-xs-80 {
    padding-bottom: 80px; }
  .pb-xs-90 {
    padding-bottom: 90px; }
  .pb-xs-100 {
    padding-bottom: 100px; }
}
@media only screen and (max-width: 480px) {
  /**/
}
@media only screen and (max-width: 320px) {
  /**/
}
/*==========  Desktop First Method  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1400px) {
  #header #navbar .navigation ul li {
    margin-right: 20px; }
  .game-cards .card-item {
    width: 360px;
    height: 400px;
    padding-top: 220px; }
  #win-section .win-items .win-item {
    width: 360px;
    padding-top: 240px; }
  .win-button {
    max-width: 240px;
    margin-left: -120px;
    background: #26202d url(../img/win-button.png) no-repeat 10% 50%; }
  #community-section .statistics .stat-item .counter {
    font-size: 45px; }
  a.logo {
    padding-left: 70px;
    background-size: 60px;
    width: 240px; }
  a.logo .logo-title {
    font-size: 30px;
    margin-bottom: 3px; }
  a.logo .logo-descr {
    font-size: 11px; }
  #header #navbar {
    margin-bottom: 30px; }
  .authorization-in {
    margin-top: 60px; }
  .steps-block .link-form input[type="text"] {
    width: 78%; }
  .steps-block .link-form .link-button {
    width: 20%; }
  #games-section .games-items .games-item {
    width: 200px;
    margin-left: 10px;
    margin-right: 10px; }
  #welcome-info .cup-block .brown-site-link.more-info {
    left: 38%;
  }
  #welcome-info .cup-block .site-link.go-to-site {
    left: 63%;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  .game-cards .card-item {
    width: 290px;
    height: 340px;
    padding-top: 190px; }
  .game-cards .card-item h4 {
    font-size: 24px; }
  #header #navbar {
    margin-bottom: 40px; }
  #win-section .win-items .win-item {
    width: 290px;
    padding-top: 190px; }
  #win-section .win-items .win-item h4 {
    font-size: 18px; }
  #win-section .win-items .win-item h4 span {
    font-size: 18px; }
  .win-button {
    max-width: 200px;
    margin-left: -100px;
    font-size: 16px;
    background: #26202d url(../img/win-button.png) no-repeat 8% 50%; }
  #win-section .win-descr {
    text-align: center; }
  .eTimer {
    display: block !important;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 10; }
  #community-section .statistics {
    text-align: center; }
  #community-section .vk-widget {
    text-align: center; }
  #community-section .vk-widget img {
    max-width: 100%;
    height: auto; }
  .authorization-in {
    margin-top: 0px; }
  .progress-block .progress-items .col-lg-4 {
    border: 1px solid #191520 !important; }
  .steps-block .link-form input[type="text"] {
    width: 72%; }
  .steps-block .link-form .link-button {
    width: 26%; }
  .steps-block .social-items .social-item {
    margin-bottom: 50px; }
  .filter-block-hidden .slider-form {
    float: none; }
  .filter-block-hidden .select-form {
    float: none; }
  .bottom-buttons-block #pagenav {
    float: none; }
  .bottom-buttons-block .inventory-buttons {
    text-align: center; }
  #win2-section .win-descr {
    text-align: center; }
  #dota-section:before,
  #dota-section:after {
    display: none; }
  .game-cards .card-item.card-csgo:before {
    bottom: 85px;
  }
  .game-cards .card-item.card-dota:before {
    bottom: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .nav-case-subtitle {
    display: none;
  }
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  #header .logo {
    position: relative;
    z-index: 10; }
  #header .logo img {
    max-width: 100%;
    height: auto; }
  .game-cards .card-item {
    margin-bottom: 0; }
  #header .section-title {
    margin-bottom: 20px; }
  #win-section .win-items .win-item {
    margin-bottom: 0; }
  #about-section .money-systems .money-item {
    margin-right: 25px;
    margin-left: 25px; }
  #last-winner .last-winner-wrap .winner-block {
    padding: 100px 50px 0; }
  #random-drop-section .random-drop-block .progress-descr {
    margin-bottom: 30px; }
  #random-drop-section .vk-widget {
    text-align: center; }
  #testimonials-section .testimonials-item .right-side .info-block {
    position: relative;
    top: auto;
    right: auto;
    max-width: 350px;
    width: auto;
    padding: 0; }
  #testimonials-section .testimonials-item .right-side {
    padding-right: 25px; }
  #testimonials-section .testimonials-item .right-side .side-inner {
    margin-bottom: 20px; }
  .arrow-down {
    display: none; }
  #welcome-info .cup-block .brown-site-link.more-info {
    left: 30%;
  }
  #welcome-info .cup-block .site-link.go-to-site {
    left: 70%;
  }
  #header #navbar .menu-button .menu-title {
    display: none;
  }
  #header #navbar .menu-button {
    width: 50px;
  }
}
@media only screen and (max-width: 850px) {
  #navbar .logo-title,
  #navbar .logo-descr {
    visibility: hidden;
  }
  .cs-go-uto:after {
    display: none;
  }
}
@media (min-width: 768px) {
  #header.user-login {
    background-position-y: -85px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #header .container {
    width: auto;
  }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
  /*Disable Animation on Mobile Devices*/
  #win-section .win-items .win-item {
    float: none !important;
  }
  .animated {
    /*CSS transitions*/
    -webkit-transition-property: none !important;
    transition-property: none !important;
    /*CSS transforms*/
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    /*CSS animations*/
    -webkit-animation: none !important;
    animation: none !important; }
  .section-title h2 {
    font-size: 30px; }
  .section-title p {
    font-size: 20px; }
  #win-section .win-descr h5 {
    margin-bottom: 10px; }
  #win-section .win-descr p {
    margin-bottom: 10px; }
  #footer .footer-menu {
    margin-bottom: 30px; }
  #footer .footer-menu ul {
    text-align: center; }
  #footer .footer-logo {
    float: none; }
  #footer .footer-logo .logo {
    margin: 0 auto; }
  #header #navbar .navigation ul li {
    margin-bottom: 15px; }
  .eTimer .etUnit {
    margin-bottom: 15px; }
  .inner-page {
    background: #120e16 url(../img/cabinet-bg.jpg) no-repeat center 30px; }
  .statistics-block .stat-item {
    margin-bottom: 50px; }
  .progress-block .progress-top .select-form {
    float: none; }
  .progress-block .progress-top .progress-title {
    margin-bottom: 20px; }
  .steps-block {
    padding: 30px 15px; }
  .filter-block-hidden .select-form select {
    margin-bottom: 15px; }
  #last-winner .last-winner-wrap .prize-block {
    float: none; }
  #last-winner .last-winner-wrap .winner-block {
    float: none; }
  .inner-page.win-page {
    background: #120e16 url(../img/win-body-bg.jpg) no-repeat center 30px; }
  #win2-section .prize-block {
    margin: 0 auto 50px; }
  #win2-section .win2-title {
    text-align: center; }
  #win2-section .win2-buttons {
    text-align: center; }
  #random-drop-section .section-top-title {
    display: none; }
  #random-drop-section .keys-block {
    text-align: center;
    margin-bottom: 30px; }
  #random-drop-section .keys-block .block-title {
    width: 180px;
    margin: 0 auto 30px; }
  #testimonials-section .add-testimonials .test-avatar {
    margin-bottom: 30px; }
  #navbar a.logo {
    z-index: 11;
    width: 70px;
  }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 600px) {
  .experience {
    display: block;
    margin: 0 auto 30px; }
  .level {
    max-width: 100%;
    padding-top: 0;
    text-align: center;
    display: block; }
  #welcome-info .cup-block .brown-site-link.more-info {
    left: 50%;
  }
  #welcome-info .cup-block .site-link.go-to-site {
    left: 50%;
    top: 180%;
    height: 79px;
  }
  #header #navbar .navigation ul li {
    display: block;
  }
  #header #navbar .navigation ul li:nth-child(2) a {
    margin-left: -95px;
  }
  #header #navbar .navigation ul li:nth-child(1) a {
    margin-left: -40px;
  }
  #more-info {
    padding-top: 160px;
  }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  #header #navbar .menu-button {
    padding-left: 50px;
    width: 50px; }
  #about-section .about-item h4 {
    font-size: 20px; }
  #about-section .money-systems .money-item {
    width: 100%;
    margin: 0 0 30px; }
  .steps-block .link-form input[type="text"] {
    width: 100%;
    float: none; }
  .steps-block .link-form .link-button {
    width: 180px;
    float: none;
    margin: 15px auto;
    display: block; }
  .slider.slider-horizontal {
    width: 110px; }
  #testimonials-section .testimonials-item .left-side {
    position: relative;
    top: auto;
    left: auto;
    width: 100%; }
  #testimonials-section .testimonials-item .right-side {
    padding: 20px 10px; }
}
@media only screen and (max-width: 380px) {
  .inner-page {
    background: #120e16 url(../img/cabinet-bg.jpg) no-repeat center 90px; }
  .bottom-buttons-block .inventory-buttons .button {
    margin-right: 0; }
  #last-winner .last-winner-wrap .winner-block .winner-avatar {
    display: block;
    margin-right: 0;
    margin-bottom: 10px; }
  .inner-page.win-page {
    background: #120e16 url(../img/win-body-bg.jpg) no-repeat center 90px; }
}
/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
  /**/
}
/*==========  Mobile First Method  ==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
  /**/
}
@media only screen and (max-width: 375px) {
  #header.user-login {
    background-position-y: -120px;
  }
}
/* Extra Small Devices, Phones */
@media only screen and (min-width: 425px) {
  #header.user-login {
    background-size: inherit;
  }
  #header.user-logged {
    background-position-y: -110px;
  }
}
/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
  #header.user-logged {
    background-position-y: -50px;
  }
}
/* Small Devices, Tablets */
@media only screen and (min-width: 769px) {
  #header.user-login {
    background-size: auto;
  }
  #header.user-logged {
    background-position-y: -85px;
  }
}
/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  #header.user-login {
    background-position-y: -25px;
    background-size: cover;
  }
  #header.user-logged {
    background-position-y: -10px;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  .case-box-item {
    width: 220px;
    margin: 0 2px 65px;
  }
  #header.user-login {
    background-position-y: -35px;
  }
  #header.user-logged {
    background-position-y: -10px;
  }
  .small-gun-item {
    width: 135px !important;
    min-height: 142px !important;
  }
}
@media only screen and (min-width: 1201px) {
  #header.user-login {
    background-position-y: -35px;
  }
}
@media only screen and (min-width: 1400px) {
  .container {
    width: 1400px;
  }
  .case-box-item {
    width: 240px;
    margin: 0 15px 65px;
  }
  #header.user-login {
    background-position-y: -50px;
  }
  #header.user-logged {
    background-position-y: -40px;
  }
}
@media only screen and (min-width: 2560px) {
  #header.user-login {
    background-position-y: -140px;
  }
  #header.user-logged {
    background-position-y: -100px;
  }
}
@media only screen and (max-width: 600px) {
  .inner-page.win-page {
    background-position-y: 10px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 602px) {
  .inner-page.win-page {
    background-position-y: -33px;
  }
}
@media only screen and (min-width: 603px) and (max-width: 767px) {
  .inner-page.win-page {
    background-position-y: -63px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1400px) {
  .inner-page.win-page {
    background-position-y: -80px;
  }
}
@media only screen and (min-width: 1401px) {
  .inner-page.win-page {
    background-position-y: -73px;
  }
}