@import url(//fonts.googleapis.com/css?family=PT+Sans+Narrow:700,400,300,100&subset=latin,latin-ext,cyrillic);
@font-face {
    font-family: 'DJ Gross';
    font-style: normal;
    font-weight: 500;
    src: local('DJ Gross'), local('DJ Gross'), url('DJGROSS.ttf') format('truetype');
}


/***		HTML 5		***/
header,
nav,
section,
article,
aside,
footer {
    display: block
}


/***		GLOBALS		***/
* {
    margin: 0;
    padding: 0;
}
body {
    background: #121212 url("img/bg.jpg") center 0 no-repeat;
    font: 15px/20px 'Open Sans', sans-serif;
    font-weight: 500;
    color: #fff;
}
img {
    border: medium none;
    vertical-align: middle;
}
a {
    text-decoration: none;
    outline: none;
    color: #fff
}
ul {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
input, label, textarea, select {
    font-family: 'Open Sans', sans-serif;
    vertical-align: middle;
    outline: none
}
input[type="submit"]{
    -webkit-appearance: none;
}
.clear {
    clear: both;
}
.center {
    text-align: center;
}
.hidden {
    display: none;
}
.uppercase {
    text-transform: uppercase;
}
.wrapper {
    width: 825px;
    margin: 0 auto;
    clear: both
}
h2{
    font-size: 30px;
    font-weight: 100;
    text-transform: uppercase;
}
h2 b{
    font-weight: 100;
    color: #ffe63d
}

.price .rub, .old_price .rub, .price.rub{
    font-family: PT Sans Narrow;
}


.bgwrap{
    background: url("img/spotlight.png") -2000px -2000px no-repeat;
}
.mainbg{
    background: url("img/main.png") center 0 no-repeat;
    padding-bottom: 50px;
}

header{
    height: 700px;
    padding-top: 30px
}
header a{
    color: #f8e03c
}
header a:hover{
    color: #fff
}
header .date{
margin-top: 197px;
font-size: 35px;
font-weight: 300;
text-transform: uppercase;
margin-left: -27px;
font-family: PT Sans Narrow
}

div.title{
    line-height: 45px;
    vertical-align: middle;
}

.timer{
    margin: 10px 0 90px -15px
}
.timer li{
    display: inline-block;
    width: 20%;
    font-size: 13px;
    color: #f3f18a;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
}
.timer li .time{
    float: right;
    margin-bottom: 10px;
}

.timer li + li{
    background: url("img/icons.gif") -75px 0 no-repeat;
}
.timer li .time div{
    display: inline-block;
    position: relative;
    width: 74px;
    height: 84px;
    overflow: hidden;
    text-align: center;
}
.timer li .time span{
    display: inline-block;
    position: relative;
    width: 74px;
    height: 84px;
    text-align: center;
    line-height: 84px;
    background: url("img/icons.gif");
    color: #2b2b2b;
    font-size: 60px;
    font-weight: 900
}
.timer li .time span + span{
    position: absolute;
    top: 0;
    left: 0;
}
.timer li .time span:after{
    display: block;
    content: " ";
    position: absolute;
    bottom: 51%;
    left: 0;
    right: 0;
    height: 20px;
    box-shadow: inset 0 -10px 10px rgba(255,255,255,0.2), 0 10px 10px rgba(0,0,0,0.2);
}

form{
    background: #ecd53a;
    padding: 7px 8px;
    border-radius: 3px;
    height: 70px;
    margin-top: 10px;
}
form input{
    height: 70px;
    line-height: 70px;
    border: none;
    font-size: 20px;
    text-transform: uppercase;
    border-radius: 3px;
}
form input[type="email"]{
    float: left;
    width: 545px;
    padding: 0 17px;
    font-weight: 100;
    background: #fff;
    color: rgba(0,0,0,0.4)
}
form input[type="submit"]{
    float: right;
    font-weight: 900;
    color: #fff;
    background: #121212;
    width: 222px;
    text-align: center;
    cursor: pointer;
}
form input[type="submit"]:hover{
    opacity: 0.9;
}

.description{
    padding: 90px 0;
    line-height: 17px;
}
.description span{
    font-size: 12px;
    font-weight: 300
}


.soc{
    float: right;
}
.soc li {
    float: left;
    margin-right: 1px
}
.soc li a, .soc li span{
    display: inline-block;
    width: 45px;
    height: 45px;
    cursor: pointer;
}
.soc li a:hover{
    opacity: 0.8;
}
.soc li a[href*="facebook"]{
    background: #415a99 url("/bitrix/templates/shop/img/icons.png") 3px -838px no-repeat;
}
.soc li a[href*="vk"]{
    background: #5b7fa6 url("/bitrix/templates/shop/img/icons.png") -89px -838px no-repeat;
}
.soc li a[href*="odnoklassniki"]{
    background: #f38104 url("/bitrix/templates/shop/img/icons.png") 3px -867px no-repeat;
}
.soc li a[href*="twitter"]{
    background: #00caff url("/bitrix/templates/shop/img/icons.png") -42px -838px no-repeat;
}
.soc li a[href*="gplus"]{
    background: #dc4a38 url("/bitrix/templates/shop/img/icons.png") -89px -867px no-repeat;
}
.soc li a[href*="lj"]{
    background: #316599 url("/bitrix/templates/shop/img/icons.png") -134px -867px no-repeat;
}
.soc li a[href*="moimir"]{
    background: #00468c url("/bitrix/templates/shop/img/icons.png") -44px -867px no-repeat;
}









.see_all{
    display: block;
    line-height: 71px;
    border-radius: 3px;
    text-align: center;
    background: #f8df3c;
    color: #181818;
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 60px;
}
.see_all:hover{
    opacity: 0.9;
}

.products{
    margin-left: -17px;
    padding: 20px 0
}
.products li{
    position: relative;
    display: inline-block;
    width: 224px;
    height: 270px;
    padding: 25px 18px 0;
    vertical-align: top;
    margin-left: 17px;
    margin-bottom: 22px;
    background: #fff;
    border-radius: 3px;
    font-size: 14px;
    color: #000;
    overflow: hidden;
}
.products li .wr{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url("img/product_bg.png") center center no-repeat;
    z-index: 50;
}
.products li a{
    position: relative;
    color: #000;
    font-weight: bold;
}

.products li .old_price{
    position: relative;
    display: block;
    color: #f8df3c;
    text-decoration: line-through;
    font-weight: 700;
    z-index: 100;
}
.products li .old_price span{
    color: #000
}
.products li .price{
    position: relative;
    display: block;
    font-size: 20px;
    font-weight: bold;
    z-index: 100;
}

.products li .title{
    position: absolute;
    z-index: 100;
}
.products li .title:hover{
    color: #E0CA37;
}
.products li .img{
    margin-top: 50px;
    display: block;
    line-height: 140px;
    height: 140px;
    text-align: center;
    margin-bottom: 24px;
}
.products li .img:after{
    display: block;
    position: absolute;
    content: " ";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 100;
}
.products li .img img {
    max-height: 100%;
    max-width: 100%
}
.products li .discount{
    position: absolute;
    right: 15px;
    bottom: 15px;
    width: 70px;
    height: 46px;
    z-index: 100;
    background: url("img/discount.gif") center center no-repeat;
    color: #f8df3c;
    font-size: 18px;
    text-align: center;
    font-family: 'DJ Gross', sans-serif;
    line-height: 30px
}
