@import url(https://fonts.googleapis.com/css?family=PT+Sans+Narrow:700,400&subset=latin,latin-ext);
@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: #0189FF url("img/bg.jpg") center 77px 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: 1000px;
    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{
}
.mainbg{
    padding-bottom: 50px;
}

header{
    height: 523px;
    padding-top: 30px
}
header a{
    color: #f8e03c
}
header a:hover{
    color: #fff
}

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

.timer{
    width: 840px;
    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;
    border-radius: 5px;
}
.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: 720px;
    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: #0189FF;
    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;
}
.see_all:hover{
    opacity: 0.9;
}

.products{
    margin-left: -20px;
    padding: 20px 0
}
.products li{
    position: relative;
    display: inline-block;
    width: 212px;
    height: 270px;
    padding: 15px 10px 0;
    vertical-align: top;
    margin-left: 18px;
    margin-bottom: 22px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #e2ebf0;
    font-size: 14px;
    color: #000;
}
.products li .wr{
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 60px;
    background: #0189ff;
    z-index: 50;
    border-radius: 0 0 5px 5px
}
.products li a{
    position: relative;
    color: #000;
    font-weight: bold;
}

.products li .old_price{
    position: relative;
    display: block;
    color: #ffee2b;
    text-decoration: line-through;
    font-weight: 700;
    font-size: 14px;
    z-index: 100;
}
.products li .old_price span{
    color: #fff
}
.products li .price-shadow.price{
    position: absolute;
    display: block;
    font-size: 25px;
    font-weight: 900;
    z-index: 100;
    color: #38617f
}
.products li .price{
    position: relative;
    display: block;
    font-size: 21px;
    font-weight: 900;
    z-index: 100;
    color: #fff;
    text-shadow:  -1px -1px 0 #38617f, -1px 0 0 #38617f, 0 -1px 0 #38617f,1px 1px 0 #38617f,0 1px 0 #38617f,1px 0 0 #38617f
}
.products li .title{
    position: absolute;
    z-index: 100;
    color: #034;
    font-size: 15px;
    font-weight: 500;
    line-height: 27px;
    padding-right: 70px;
}
.products li .title:hover{
    color: #0189ff
}
.products li .img{
    margin-top: 50px;
    display: block;
    line-height: 140px;
    height: 146px;
    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: -4px;
    top: 25px;
    width: 70px;
    height: 38px;
    z-index: 100;
    background: #ffee2b;
    color: #003344;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    line-height: 38px;
    border-radius: 3px 0 0 3px
}
.products li .buy{
    width: 112px;
    float: right;
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: #003344;
    line-height: 37px;
    background: #ffee2b;
    text-align: center;
    z-index: 101;
    border-radius: 18px;
}

.wr-list-items{
    background: url("img/items-bg.jpg") 0 0;
    padding: 35px 0 65px;
    margin: -28px 0 30px
}

.butm{
    display: block;
    background: #fff;
    color: #000;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    line-height: 58px;
    border: 1px solid #e2ebf0;
    border-radius: 5px
}

.butm img{
    margin-right: 20px;
    }


.products li.moreinfo, .moreinfo{
    display: none
}




@media all and (max-width: 650px) {
    body{
        background: url("img/bg-line.gif") center 390px repeat-x,  url("img/bg-line.gif") center 267px repeat-x,  url("img/bg-line.gif") center 143px repeat-x,  url("img/mobile-bg.jpg") center 0 no-repeat, #0189FF;
    }
    .wrapper{
        width: 300px;
    }
    .timer li{
        font-size: 0;
        color: transparent;
        position: relative;
        background: none !important
    }
    .timer li .time div{
        width: 27px;
        height: 30px;
        font-size: 16px;
        margin-right: 1px;
    }
    .timer li .time div span{
        line-height: 30px;
         width: 27px;
        height: 30px;
        font-size: 16px;
    }
    .timer li + li:after,
    .timer li + li:before{
        content: ' ';
        display: block;
        width: 2px;
        height: 2px;
        border-radius: 100%;
        position: absolute;
        top:10px;
        left: 1px;
        background: #fff
    }
    .timer li + li:before{
    top: 17px;
    }
    header{
        height: 150px;
        padding-top: 15px;
    }
    header a{
        font-size: 8px
    }
    .timer{
        margin: 0 0 10px -5px
    }
    .soc li a, .soc li span{
        width: 41px;
        height: 41px;
    }

    img[src*="img/h"]{
        height: 13px;
    }

    img[src="img/h3.png"]{
        width: 200px;
        margin-top: -188px;
    }
    .soc{
        float: none
    }
    .description{
        position: relative;
        font-size: 9px;
        padding: 40px 0 70px;
    }
    .description:after{
        content: ' ';
        position: absolute;
        left: -10px;
        right: -10px;
        bottom: 23px;
        height: 30px;
        background: url("img/bg-line.gif") center 0px repeat-x
    }
    form{
        padding: 3px;
        height: 35px;
    }
    form input{
        height: 35px;
        line-height: 35px;
        font-size: 9px;
    }
    form input[type="email"]{
        width: 173px;
    }
    form input[type="submit"]{
        width: 85px;
        font-weight: bold;
        background: #282828
    }
    .products li{
        width: 280px;
    }
}
/*Табы*/
 .tabs {
      font-size: 0;
      max-width: 350px;
      margin-left: auto;
      margin-right: auto;
    }

    .tabs>input[type="radio"] {
      display: none;
    }

    .tabs>div {
      /* скрыть контент по умолчанию */
      display: none;
      border: 1px solid #e0e0e0;
      padding: 10px 15px;
      font-size: 16px;
    }

    /* отобразить контент, связанный с вабранной радиокнопкой (input type="radio") */
    #tab-btn-1:checked~#content-1,
    #tab-btn-2:checked~#content-2,
    #tab-btn-3:checked~#content-3 {
      display: block;
    }

    .tabs>label {
      display: inline-block;
      text-align: center;
      vertical-align: middle;
      user-select: none;
      background-color: #f5f5f5;
      border: 1px solid #e0e0e0;
      padding: 2px 8px;
      font-size: 16px;
      line-height: 1.5;
      transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
      cursor: pointer;
      position: relative;
      top: 1px;
    }

    .tabs>label:not(:first-of-type) {
      border-left: none;
    }

    .tabs>input[type="radio"]:checked+label {
      background-color: #fff;
      border-bottom: 1px solid #fff;
    }