


body {
    background: url("../img/tactile_noise.png") repeat;
}
.container-body {
    width: 960px;
    margin: 0 auto;
}
header {
    margin: 30px 0 30px;
}
nav {
    background-image: url(../img/menu-bg.png);
    height: 48px;
    width: 960px;
}
nav ul {
    position: relative;
    float: right;
    right: 50%;
}
nav ul li {
    list-style: none;
    float: left;
    position: relative;
    left: 50%;
}
nav ul li a {
    background: url(../img/menu-n.png) no-repeat;
    line-height: 68px;
    text-align: center;
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    font-family: "Arial";
    height: 68px;
    width: 176px;
    margin: -10px auto;
    text-decoration: none;
    text-transform: uppercase;
}

a:hover {
color: #fff;
text-decoration: none;
}

nav ul li a:hover {
    background: url(../img/menu-h.png) no-repeat;
    -webkit-transition: .3s;
    transition: .3s;
}
nav ul li a:not(:hover) {
    -webkit-transition: .3s;
    transition: .3s;
}
aside {
    display: inline;
    float: left;
    margin-top: 40px;
    width: 300px;
}
article {
    display: inline;
    float: right;
    margin-top: 40px;
    width: 630px;
    position: relative;
}
.side-block .side-up {
    background: url(../img/side-up.png) no-repeat;
    height: 64px;
    color: #fff;
    font-family: "Arial";
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    line-height: 64px;
}
.side-block .side-body {
    background: #2F2F2F;
    padding: 20px 20px 5px 20px;
    color: #FFF;
    font-family: "Arial";
    font-size: 14px;
}
.side-block .side-down {
    background: url(../img/side-down.png) no-repeat;
    height: 68px;
}
.side-block {
    margin-bottom: 40px;
}
.content-block {
    margin-bottom: 40px;
}
.content-block .content-up {
    background: url(../img/content-up.png) no-repeat;
    height: 60px;
}
.content-block .content-body {
    background: #2F2F2F;
    padding: 20px 20px 5px 20px;
    color: #FFF;
    font-family: "Arial";
    font-size: 14px;
}
.content-block .content-down {
    background: url(../img/content-down.png) no-repeat;
    height: 62px;
}
.container-items {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.container-items .item {
    width: 162px;
    height: 244px;
    margin-bottom: 36px;
}
.item-title {
    background: url(../img/item-title.png) no-repeat;
    color: #FFF;
    font-family: "Arial";
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    height: 40px;
    line-height: 48px;
}
.item-box {
    width: 156px;
    height: 156px;
    border: 3px solid #646464;
    background-color: #3b3b3b;
    box-shadow: inset 0 0 72px 28px #1A1A1A;
}
.weapon-item {
    display: block;
    margin: 0 auto;
    padding: 25% 0;
}
.buy {
    display: inline-block;
    padding: 5px 0;
    margin: 0;
}
.btn-buy {
    background: url(../img/btn-buy.png) no-repeat;
    height: 34px;
    width: 111px;
    float: left;
}
.btn-buy:hover {
    background: url(../img/btn-buy.png) no-repeat 0 -34px;
}
.price {
    width: 51px;
    height: 34px;
    float: right;
    text-align: right;
    font-size: 17px;
    font-weight: 500;
    line-height: 34px;
}
.clear {
    clear: both;
}
.hr {
    background: #3e3e3e;
    width: 100%;
    height: 2px;
}
.btn-big {
    background: url('../img/btn-big.png') no-repeat;
    width: 215px;
    height: 49px;
    display: inline-block;
    text-align: center;
    line-height: 49px;
    text-transform: uppercase;
    font-weight: 600;
}
.btn-big:hover {
    background: url('../img/btn-big-hover.png') no-repeat;
    -webkit-transition: .3s;
    transition: .3s;
}
.btn-big:not(:hover) {
    -webkit-transition: .3s;
    transition: .3s;
}
.container-btn a {
    color: #fff;
    text-decoration: none;
    margin: 0 3px;
}
.container-btn {
    margin: 20px 0;
    padding: 0 12%;
    display: block;
}
.text-alert {
	font-size: 13px;
    text-align: center;
    margin: 20px;
}
footer {
    position: absolute;
    left: -50%;
    background: url(../img/footer.png) no-repeat;
    display: block;
    width: 940px;
    height: 102px;
}
.footer-text {
    color: white;
    font-size: 13px;
    width: 460px;
    float: left;
    display: inline-block;
}
.footer-counter {
    display: inline-block;
    float: right;
}

.footer-container {
    margin: 50px 60px 0 60px;
}

.sidebar_panel {
    background-color: #2F2F2F;
    border: 1px solid #6E6E6E;
    width: 500px;
    height: 500px;
}

.title {
    width: 100%;
    height: 42px;
    line-height: 42px;
    background-color: #4D4D4D;
    background-image: -moz-linear-gradient(bottom, #6C6C6C 0%, #999 100%);
    background-image: -o-linear-gradient(bottom, #6C6C6C 0%, #999 100%);
    background-image: -webkit-linear-gradient(bottom, #6C6C6C 0%, #999 100%);
    background-image: linear-gradient(to top, #6C6C6C 0%, #999 100%);
    -moz-box-shadow: 0 2px 3px rgba(56, 56, 56, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.67);
    -webkit-box-shadow: 0 2px 3px rgba(56, 56, 56, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.67);
    box-shadow: 0 2px 3px rgba(56, 56, 56, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.67);
}

.title-txt {
    margin-left: 20px;   
    color: #FFF;
    font-family: "Arial";
    font-size: 18px;
    font-weight: 400;
    float: left;
}

.content-wrapper {
    color: #FFF;
    font-family: "Arial";
    font-size: 14px;
    font-weight: 400;
    padding: 20px;
}

body {
    background-color: #000;
}

.sidebar_panel {
    background-color: #2F2F2F;
    border: 1px solid #6E6E6E;
    width: 500px;
    height: 620px;
}

.title {
    width: 100%;
    height: 42px;
    line-height: 42px;
    background-color: #4D4D4D;
    background-image: -moz-linear-gradient(bottom, #6C6C6C 0%, #999 100%);
    background-image: -o-linear-gradient(bottom, #6C6C6C 0%, #999 100%);
    background-image: -webkit-linear-gradient(bottom, #6C6C6C 0%, #999 100%);
    background-image: linear-gradient(to top, #6C6C6C 0%, #999 100%);
    -moz-box-shadow: 0 2px 3px rgba(56, 56, 56, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.67);
    -webkit-box-shadow: 0 2px 3px rgba(56, 56, 56, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.67);
    box-shadow: 0 2px 3px rgba(56, 56, 56, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.67);
}

.title-txt {
    margin-left: 20px;   
    color: #FFF;
    font-family: "Arial";
    font-size: 18px;
    font-weight: 400;
    float: left;
}

.content-wrapper {
    color: #FFF;
    font-family: "Arial";
    font-size: 12px;
    font-weight: 400;
    padding: 10px;
}

body {
    background-color: #000;
}

#background-rotation {
 width: 490px;
 height: 490px;
 background-image: url("../img/rays-main.png");
 /*animation: rotation 30s infinite linear;*/
 animation-name: rotation;
 animation-duration: 30s;
 animation-timing-function: linear;
 animation-iteration-count: infinite;
 -webkit-animation-name: rotation;
 -webkit-animation-duration: 30s;
 -webkit-animation-timing-function: linear;
 -webkit-animation-iteration-count: infinite;
 position: absolute;
 z-index: -2;
 right: 0;
 left: 0;
 margin: auto;
}

#got-drop {
 width: 400px;
 height: 400px;
 position: absolute;
 right: 0;
 left: 0;
 margin: auto;
}

#got-drop > .sidebar_panel {
 width: 400px;
 height: 400px;
}

#got-drop > .sidebar_panel > .content-wrapper {
 height: 250px;
 text-align: center;
}

#particle_bg {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.win-title {
 text-align: center;
 color: #d3c000;
 font-family: "Roboto", sans-serif;
 font-weight: 700;
 font-size: 14pt;
 text-transform: none;
}

a:focus {
color: #fff;
text-decoration: none;
}

#vk_like {
    display: inline;
}