@font-face {
    font-family: ProximaNovaRegular;
    src: url(../font/ProximaNovaRegular.otf);
}
@font-face {
    font-family: ProximaNovaLight;
    src: url(../font/ProximaNovaLight.otf);
}
@font-face {
    font-family: ProximaNovaThin;
    src: url(../font/ProximaNovaThin.otf);
}
@font-face {
    font-family: ProximaNovaBold;
    src: url(../font/ProximaNovaBold.otf);
}
@font-face {
    font-family: ProximaNovasemibold;
    src: url(../font/ProximaNovaSemibold.otf);
}

* {
    margin: 0;

    padding: 0;      /* 10.07.2017  Для того чтобы в модальном окне все позиции отображались в ряд*/

    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.wr, .lr, .wp{
    display: none;
}
.char li{
    margin-top: 10px;
    font-size: 14px;
}
.bascprice , .bascsum{
	   font-size: 14px;
    font-family: ProximaNovaRegular;
    clear: both;
        background-color: #efefef;
    margin-top: 10px;
    padding: 10px;
    font-weight: 700;
}
.bascquant{
	min-height: 70px;
}
.bascquant span{
	display: block;
	margin-top: 10px;
	font-size: 16px;
	margin-bottom: 10px;
}
.baschead{
	font-size: 18px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 10px;
}
.basketmob{
display: none;
}
.ex4{
	    display: inline-block;
    float: right;
    margin-top: -3px;
}
.calcleft{
    display: inline-block;
    width: 40%;
    margin-right: 10%;
    margin-bottom: 10px;
}
.calcleft span{
    font-size: 18px;
}
.squar{
        font-size: 14px;
    font-family: ProximaNovaRegular;
    color: #888;
    padding: 10px;
    border: #e2e2e2 1px solid;
    background-color: #fdfdfd;
    width: 283px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.calcbtn{
        height: 40px;
    width: 283px;
    border: none;
    background-color: #95c229;
    color: #fff;
    text-transform: uppercase;
    margin-top: 10px;
    cursor: pointer;
}
.dm-modal .close{
    position: absolute;
    margin-top:-50px;
    font-size: 24px;
    color: #fff;
}
.dm-modal .close:before{
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    content: '\e801';

}
.sectionTab__content{
    margin-bottom: 20px;
}
.bx-wrapper{
    position: relative;
}
.map-columns a{
	font-size: 14px;
	text-decoration: none;
}
.photoprev .bx-controls-direction a{
    display: block;
    width: 20px;
    color: rgba(255,255,255,0);
    height: 20px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
}
.photoprev .bx-next{
background-image: url(../img/icon-pop-slide-next.png);
    top: 50%;
    right: 10px;
    margin-top: -10px;

}
.photoprev .bx-prev{
    background-image: url(../img/icon-pop-slide-prev.png);
    top:50%;
        margin-top: -10px;
        left: 10px;
}
.bx-controls-direction .disabled{
    opacity: 0;
}
.login-form:target, .call-form:target, .wrap:target {
    opacity: 1;
    pointer-events: auto;
}
#form2 > div {
    min-height: 290px!important;
}
#form3 > div {
    height: 390px!important;
}
.login-form > div, .call-form > div {
    background: #fff;
    position: relative;
    margin: 10% auto;
    display: block;
    max-width: 375px;
    min-height: 300px;
    border-radius: 10px;
    font-family: ProximaNovaRegular;
}
.call-form a[href="#close"], .wrap a[href="#close"] {
    content: '';
    display: block;
    position: absolute;
    right: 0px;
    top: 3px;
    padding: 1px 6px 1px 2px;
    color: #a2a2a2 !important;
}
.call-form h2 {
    font-size: 20px;
    padding: 15px;
    text-align: center;
    color: #a2a2a2;
    margin: 0;
    font-weight: normal;
}
.call-form label {
    padding-left: 20px;
    color: #a2a2a2;
    text-align: left;
}
.call-form input {
    display: block;
    border: #d9d9d9 1px solid;
    height: 40px;
    width: 90%;
    font-size: 16px;
    margin: 10px 20px;
    box-sizing: border-box;
    border-radius: 5px;
    padding-left: 20px;
}
.photoprev .bx-wrapper img{
        min-height: 100%;
   
   
    max-height: 335px;

    margin: 0 auto;
    display: block;
}
.photoprev #bx-pager img{
    max-height: 200px!important
} 
.mobcat ul.sub-menu li a{
    background: none!important;
}
.button_wrap {
    text-align: center;
}
.tablebasket img {
    max-width: 100px;
}
.login-form, .call-form, .wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 10000;
    transition: opacity 500ms ease-in;
    opacity: 0;
    pointer-events: none;
}
.call-form .button {
    position: relative;
    padding: 10px 30px;
    margin: 10px 20px;
    background-color: #a3d133;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}
.call-form a[href="#close"], .wrap a[href="#close"] {
    content: '';
    display: block;
    position: absolute;
    right: 0px;
    top: 3px;
    padding: 1px 6px 1px 2px;
    color: #a2a2a2 !important;
}
.breadcrumb{
    font-size: 14px;
    font-family: ProximaNovaRegular;
    color: #8e8d8d;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 17px;
}
.popup_login_page h2{
      font-family: ProximaNovaRegular;
}
.eMarket-popup-window{
        border: 3px solid #a7ba22;
}

.breadcrumb a{
    color: #8e8d8d;
    text-decoration: none;
}
.bx_auth_form .rememberme input[type="checkbox"] + label{
    left: 0;
    padding-left: 40px;
    font-family: ProximaNovaLight;
}
.bt_green, .bx-auth-profile input[type="submit"]{
        background: linear-gradient(to bottom, #a3d133 0%, #949f1d 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.right h1{
    font-size: 25px;
     font-family: ProximaNovaLight;
    margin-top: 15px;
      margin-bottom: 15px;
}
.personal_navigation .tabs-menu a{
     font-family: ProximaNovaLight;
}
.bx-auth-profile table td input[type='text'], .bx-auth-profile table td input[type='password']{
    border: 1px solid #a3d133;
}
.right p{
     font-family: ProximaNovaLight;
     font-size: 15px;
     margin: 0 0 0 2%;
         color: #333;
    line-height: 1.3;
}
.right p b{
    font-family:ProximaNovasemibold;
    font-size: 1.25em;
}
.contentC{
    background-color:#eee;
}

#content-1 .textC table + p {
    display: flex;
    justify-content: space-around;
    margin: auto;
    padding: 0px 1% 2%;
    flex-wrap: wrap;
}

#content-1 .textC:nth-last-child(1) img{
    width: 32%;
    height: 10%;
}

.textC p{
    margin:0 0 0 20%;
}

.textC td{
   vertical-align:top; 
 }

.center-block {
    max-width: 1200px;
    margin: 0px auto;
    height: 100%;

}
.minus{
    width: 20px;
    height: 20px;
    background-image: url(../img/minus.png);
    margin-top: 10px;
}
.plus{
    width: 20px;
    height: 20px;
    background-image: url(../img/plus.png);
    margin-top: 10px;
}
.vual{
        width: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
        background-color: rgba(0, 0, 0, 0.75);
    z-index: 999;
}
.zakazmodal{
    position: absolute;
    z-index: 9999;
    top:20%;
    background-color: #fff;
    padding: 20px;
    width: 380px;
    height: 360px;
    left: 50%;
    margin-left: -180px;
    text-align: center;
}
.thank{
    font-family: ProximaNovaLight;
    font-size: 25px;
    padding-top: 40px;
}
.zakaznumber{
   font-family: ProximaNovaBold;
    font-size: 14px;
    margin-top: 30px;
}
.zakazdigit{
  font-family: ProximaNovaRegular;
    font-size: 25px;
    color: #f08d00;
    margin-top: 5px;
}
.zakazfraze{
      font-family: ProximaNovaRegular;
    font-size: 15px;
    margin-top: 40px;
    color: #636363;
}
.zakaztel{
     font-family: ProximaNovaLight;
    font-size: 25px;
    margin-top: 20px;
}
.tablebasket{
    width: 100%;
    border-collapse: collapse;
    min-width: 870px;
    font-family: ProximaNovaBold;
}

.tablebasket td{
    padding: 20px;
}
.greytr{
    background-color: #efefef;
}
.greytr td:nth-child(3){
    font-family: ProximaNovaBold;
    font-size: 16px;
}
.greytr td:nth-child(5){
    font-family: ProximaNovaBold;
    font-size: 16px;
}
.greytr td:nth-child(2){
    font-family: ProximaNovaRegular;
    font-size: 16px;
max-width: 220px;
}
.cancelbask {
    width: 24px;
    height: 24px;
    background-image: url(../img/cancelbask.png);
    cursor: pointer;
}
.minus, .plus, .digitbasket{
    float: left;
    margin-right: 7px;
    cursor: pointer;
}
.basketline{
    background-color: #fff;
    height: 10px;
}
.digitbasket{
    font-size: 16px;
     font-family: ProximaNovaBold;
     padding: 10px 20px;
     background-color: #fff;

}
.zakazmodal .cancel{
    width: 40px;
    height: 40px;
    background-image: url(../img/cancel.png);
    position: absolute;
    top:-20px;
    right: -20px;

}
.main{
    padding:0 10px;
   
}
.bx_order_make .bx_block.r3x1{
  width: 70%;
}
.bx_order_make .bx_block.r3x1 input{
      font-size: 14px;
    font-family: ProximaNovaRegular;
    color: #888;
    padding: 10px;
    border: #e2e2e2 1px solid;
    background-color: #fdfdfd;
    width: 283px;
    margin-bottom: 10px;
    margin-top: 12px;
    box-shadow: none;
}
header{
    display: block;
}
.mh575{
    min-height: 575px;
}
.itogo{
    font-family: ProximaNovaRegular;
    font-size: 25px;
    float: right;
    margin-top: 45px;
}
.catitem{
    min-width: 298px;
    width: 33%;
    float: left;
    border: #eaeaea 1px solid;
    transition: 0.3s;
    min-height: 220px;
    background-color: #fff;
}
.cat{
        display: inline-block;
    margin-bottom: 20px;
}
.photoprev, .descr2{
    float: left;
    width: 50%;
   /* min-height: 400px;*/
}
.tovarprev1{
    float: left;
    width: 100px;
    max-height: 200px;
    margin-right: 9px;
        background-color: #ededed;
        margin-top: 10px;
}
.descr2{
    padding-left: 20px;
}
.descrprice{
    font-size: 28px;
    font-family: ProximaNovaSemibold;
    color: #ff0000;
}
.descrprice span{
     font-size: 18px;
         font-family: ProximaNovaLight;
         color: #9f9e9e;
         text-decoration: line-through;
}
.descrname{
    font-size: 25px;
         font-family: ProximaNovaLight;
         margin-top: 10px;
         line-height:1;
}
.descrarticul{
    font-size: 14px;
     margin-top: 10px;
         font-family: ProximaNovaLight;
}
.descrarticul span{
    color: #9f9e9e;
}
.descravailible{
     font-family: ProximaNovaSemibold;
       font-size: 14px;
       color: #89b226;
       margin-top: 30px;
}
.descravailible span{
    color: #111;
    font-family: ProximaNovaRegular;
}
.descrgaranty{
      font-size: 14px;
       font-family: ProximaNovaRegular;
       margin-top: 20px;
}
.descrshipping{
   font-size: 14px;
       font-family: ProximaNovaRegular;
       margin-top: 10px; 
}
.descropis{
    font-size: 25px;
         font-family: ProximaNovaLight;
         margin-top: 25px;
}
.descrtext{
    font-size: 14px;
       font-family: ProximaNovaRegular;
       margin-top: 10px; 
}
.descrgaranty:before{
    content: '';
    width: 20px;
    height: 18px;
    background-image: url(../img/garanty.png);
    float: left;
    margin-right: 10px;

}
.descrshipping:before{
    content: '';
    width: 19px;
    height: 15px;
    background-image: url(../img/ship.png);
    float: left;
    margin-right: 10px;

}
.addbasket{
    font-family: ProximaNovaSemibold;
    font-size: 14px;
    color: #fff;
    background-color: #95c229;
    border: none;
    text-transform: uppercase;
    margin-left: 20px;
    margin-right: 10px;
    cursor: pointer;
    margin-top: 27px;
    width: 270px;
    height: 50px
}
.addbasket a, .buyoneclick a{
    text-decoration: none;
    height: 100%;
    width: 100%;
  /*  display: block;*/
    line-height: 50px;
    color: white;
    transition: 0.3s;
}


.buyoneclick{
    font-family: ProximaNovaSemibold;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    border: none;
    background-color: #ff9600;
    padding: 0px 20px;
    cursor: pointer;
    margin-top: 27px;
}
/*input[type="checkbox"] {
     opacity: 0;
     position: absolute;
     z-index: 99; 
}*/
input[type="checkbox"] + label {
  /*font: 18px bold;*/
  color: #444;
  cursor: pointer;
  /*position: relative;*/
  left: -20px;
}

/*input[type="checkbox"] + label::before{
    content: "";
    display: block;
    height: 18px;
    width: 18px;
    margin: 0 5px 0 0;
    top:3px;
    left: 10px;
    position: absolute;
    border: #bdbdbd 1px solid;
    border-radius: 2px;
    -webkit- border-radius: 2px;
    -ms- border-radius: 2px;
    -moz- border-radius: 2px;
    background-image: url(../img/tick.png);
    background-repeat: no-repeat;
    background-position: 40px;
}*/
input[type="checkbox"] + label::before {
}

input[type="checkbox"]:checked + label::before {
        background-position: 3px;
    
}


.mobhead{
    display: none;
}
.tabsust{
    width: 100%;
    height: 60px;
    background-color: #f3f3f3;
    margin-top: 40px;
    margin-bottom: 20px;
    clear: both;
}
.tabsust li{
    list-style-type: none;
    float: left;
    margin-right: 52px;
    padding: 20px 50px;
    cursor: pointer;

}
.rasp{
    font-size: 15px;
    font-family: ProximaNovaSemibold;
    color: #b0b0b0;
    text-transform: uppercase;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    background: #f3f3f3;
    margin-top: 40px;
}
 #content_2, #content_3{
    display: none;
}
.tabsust .active{
    display: block;
}
.tabsust .active{
    border-bottom: #c2c2c2 3px solid;
        box-sizing: border-box;
}
.tabsust .active a{
    color: #111;
}
.tablebox{
    overflow:  auto;
}
.tabsust li a{
    font-family: ProximaNovaSemibold;
    font-size: 15px;
    text-transform: uppercase;
    color: #8d8d8d;
    text-decoration: none;
}
.catitem a{
    text-decoration: none;
    color: #111;
    color: black;
}
.catitem img{
    margin: 0 auto;
    display: block;
    margin-top: 25px;
    height: 138px;
}
.catname{
    font-size: 15px;
    text-align: center;
     font-family: ProximaNovaSemibold;
     margin-top: 10px;
}
.itogo span{
    font-family: ProximaNovaBold;
}
.itogobtn{
    font-family: ProximaNovaBold;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 20px;
    width: 213px;
    float: right;
    margin-right: 30px;
    margin-left: 30px;
    background-color: #95c229;
    border: none;
    cursor: pointer;
    margin-top: 30px;
}
.sellout1{
    font-size: 15px;
    font-family: ProximaNovaSemibold;
    color: #b0b0b0;
    text-transform: uppercase;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    background: #f3f3f3;
    margin-top: 250px;
    clear: both;
}
.mb20{
    margin-bottom: 20px;
}
.paymentoption{
        font-size: 15px;
     font-family: ProximaNovasemibold;
     color: #888888;
     padding:10px 20px;
     text-transform: uppercase;
     background-color: #f3f3f3;
     clear: both;
     margin-top: 15px;
}
.paymentoption:before{
     content: '';
    background-image: url(../img/paymentoption.png);
    width: 20px;
    height: 19px;
    float: left;
       
    margin-right: 10px;
  

}
.grusico:before{
     background-image: url(../img/grusico.png);
        width: 22px;
    height: 17px;
}
.mb5{
    margin-bottom: 5px;
}
.maininfo{
     font-size: 15px;
     font-family: ProximaNovasemibold;
     color: #888888;
     padding:10px 20px;
     text-transform: uppercase;
     background-color: #f3f3f3;
}
.maininfo:before{
     content: '';
    background-image: url(../img/maininfo.png);
    width: 15px;
    height: 21px;
    float: left;
       
    margin-right: 10px;
    width: 14px;
    height: 20px;

}
.adrcompanyh{
    font-size: 15px;
     font-family: ProximaNovasemibold;
     color: #888888;
     padding:10px 20px;
     text-transform: uppercase;
     background-color: #f3f3f3;
}
.adrcompanyh:before{
     content: '';
    background-image: url(../img/loc.png);
    width: 11px;
    height: 7px;
    float: left;
       
    margin-right: 5px;
    width: 14px;
    height: 20px;

}
.addrpost{
   font-size: 15px;
     font-family: ProximaNovasemibold;
     color: #888888;
     padding:10px 20px;
     text-transform: uppercase;
      clear: both;
     background-color: #f3f3f3; 
}
.addrpost:before{
     content: '';
    background-image: url(../img/loc.png);
    width: 15px;
    height: 21px;
    float: left;
      
    margin-right: 10px;
    width: 14px;
    height: 20px;

}
.fiobox input,.mkbox input, .indbox input{
    font-size: 14px;
    font-family: ProximaNovaRegular;
    color: #888;
    padding: 10px;
    border: #e2e2e2 1px solid;
    background-color: #fdfdfd;
    width: 283px;
    margin-bottom: 10px;
}
.indbox select{
    font-size: 14px;
    font-family: ProximaNovaRegular;
    color: #888;
    padding: 10px;
    border: #e2e2e2 1px solid;
    background-color: #fdfdfd;
    width: 283px;
    margin-bottom: 10px;
}
.btnzakaz{
    width: 300px;
    padding: 15px;
    font-family: ProximaNovaBold;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    background-color: #95c229;
    border: none;
    cursor: pointer;
    float: right;
    margin-bottom: 20px;
    clear: both;
    margin-top: 10px;
}
.ind1, .ind2{
    max-width: 430px;
    float: left;
    margin-right: 10px;
}
.mkbox input,.indbox input{
    width: 100%;
}
.ind21{
    float: left;
    margin-right: 10px;
}
.ind21 input{
    width: 210px;
}
.kom1 textarea{
        max-width: 870px;
        height: 170px;
}
.textarea{
    width: 100%;
       border: #e2e2e2 1px solid;
    background-color: #fdfdfd;
    min-height: 249px;
    padding: 10px;
    font-size: 14px;
    font-family: ProximaNovaRegular;
    color: #888;
}



.fiobox{
    min-height: 70px;
}
.fiobox, .mkbox{
    margin-top: 15px;
}
.fiobox > div{
    float: left;
    margin-right: 10px;
}
.labelfio{
    margin-bottom: 10px;
    font-size: 14px;
    font-family: ProximaNovaRegular;
    margin-top: 10px;
    clear: both;
}
.checker{
    width: 18px!important;
    height: 18px;
    display: inline-block;
    margin-top: 10px;
    border: #e2e2e2 1px solid;
    background-color: #fdfdfd;
    position: relative!important;
    top:3px;
}

.m{
    max-width: 570px;
    float: left;
    margin-right: 10px;
}
.k{
     width: 290px;
    float: left;
}
.m label{
      font-size: 14px;
    font-family: ProximaNovaRegular;
}
.map{
    width: 100%;
    height: 500px;
    margin-bottom: 15px;
}
.ourshops > div:not(.itemadr){
      font-size: 16px;
      font-family: ProximaNovaBold;
      color: #888888;
      text-transform: uppercase;
      display: inline-block;
      cursor: pointer;

}
.ourshops > div:not(.itemadr):after{
    content: '';
    background-image: url(../img/arrowdown.png);
    width: 11px;
    height: 7px;
    float: right;
        margin-top: 5px;
    margin-left: 5px;

}
#main-menu > li:nth-child(5) > a{
color: #ff7e00;
}
.itemadr{
    display: none;
    font-size: 14px;
        font-family: ProximaNovaRegular;
}
header .top-line {
    height: 40px;
    border-bottom: 1px solid #eaeaea;
}

header .top-line .link-info {
    float: left;
    height: 100%;
    line-height: 40px;
}

header .top-line .link-info a {
    font-family: ProximaNovaLight;
    color: #363636;
    text-decoration: none;
    font-size: 14px;
    margin-right: 10px;
}

header .top-line .link-info > a:nth-child(1):before {
    content: url('../img/icon-delivery.png');
    position: relative;
    top: 2px;
    margin-right: 5px;
}

header .top-line .link-info a:nth-child(2):before {
    content: url('../img/icon-order-info.png');
    position: relative;
    top: 1px;
    margin-right: 5px;
}

header .top-line .link-info a:hover {
    text-decoration: underline;
}

header .top-line .link-opt {
    float: right;
    height: 100%;
    line-height: 40px;
    padding: 0px 20px;
    background: #ff9600;
}

header .top-line .link-profile {
    float: right;
    height: 100%;
    line-height: 40px;
    padding-left: 20px;
}

header .top-line .link-profile a {
    font-size: 14px;
    font-family: ProximaNovaLight;
    color: #353535;
    text-decoration: none;
    margin-left: 15px;
}

header .top-line .link-profile a.login:before {
    content: url('../img/icon-login.png');
    position: relative;
    top: 4px;
    margin-right: 5px;
}

header .top-line .link-profile a.profile:before {
    content: url('../img/icon-profile.png');
    position: relative;
    top: 4px;
    margin-right: 5px;
}

header .top-line .link-profile a:hover {
    text-decoration: underline;
}

header .top-line .link-opt a {
    font-size: 14px;
    color: white;
    font-family: ProximaNovaLight;
    text-decoration: none;
}

header .top-line .link-opt a:hover {
    text-decoration: underline;
}

header .top-line .link-opt a.opt:before {
    content: url('../img/icon-opt-site.png');
    position: relative;
    top: 4px;
    margin: 5px;
}

header .header-wrap {
    height: 150px;
    font-family: ProximaNovaLight;
}


header .header-wrap .logo {
    float: left;
    height: 150px;
    margin-right: 95px;
    padding-top: 42px;
}

header .header-wrap .search {
    float:  left;
    height: 150px;
    position: relative;
    padding-top: 53px;
    width: 55%;
}

header .header-wrap .search input[type="text"] {
    width: 535px;
    height: 40px;
    border: 1px solid #eaeaea;
    border-radius: 25px;
    -webkit- border-radius: 25px;
    -ms- border-radius: 25px;
    -moz- border-radius: 25px;
    background: url('../img/icon-search.png') #F6F6F5 25px 50% no-repeat!important;
    padding-left: 48px;
    outline: none;
}
header .header-wrap .search input[type="text"]::-webkit-input-placeholder {
    font-size: 15px;
    color: #a2a2a2;
}

header .header-wrap .search input[type="submit"] {
    background:  #a3d133;
    color: white;
    border: none;
    text-transform: uppercase;
    font-family: ProximaNovaSemibold;
    font-size: 15px;
    width: 120px;
    height: 40px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -ms-border-radius: 25px;
    -moz-border-radius: 25px;
    position: relative;
    right: 50px;
    cursor: pointer;
    outline: none;
}

header .header-wrap .contacts {
    width: 242px;
    float: right;
    text-align: right;
    height: 150px;
    padding-top: 30px;
}

header .header-wrap .contacts span.time-work {
    color: #999797;
    font-size: 14px;
    display: inline-block;
    width: 100%;
}

header .header-wrap .contacts span.phone {
    display: block;
    font-size: 30px;
    font-family: ProximaNovaBold;
    color: #adadad;
}

header .header-wrap .contacts span.phone span.black {
    color: black;
}

header .header-wrap .contacts a.call-back {
    color: #91c70d;
    text-decoration: none;
    border-bottom: 1px dashed #91c70d;
}

header .header-wrap .contacts a.call-back:hover {
    border: none;
}

.main-menu {
    max-width: 1200px;
    margin: 0px auto;
    display: flex;
          display: -ms-flexbox;
    line-height: 49px;
    text-align: center;
}

header .main-menu .link-catalog {
    width: 280px;
    height: 50px;
    background: #a3d133;
    font-family: ProximaNovaSemibold;
}

header .main-menu ul {
    width: 710px;
    display: flex;
        display: -ms-flexbox;
    border-top: 1px solid #eaeaea;
    list-style: none;
    font-family: ProximaNovaRegular;
    position: relative;
}

header .main-menu .link-cart {
    background: #f3f3f3;
    width: 210px;
    height: 50px;
    font-family: ProximaNovaSemibold;
    position: relative;
    display: block;
}

header .main-menu ul li a {
    padding: 0px 17px;
    text-transform: uppercase;
    font-size: 15px;
    color: #1a1a1a;
    text-decoration: none;
}

header .main-menu .link-catalog a {
    color: white;
    text-decoration: none;
    font-size: 15px;
    text-transform: uppercase;
    position: relative;
    right: 25px;
}

header .main-menu .link-catalog a:before {
    content: url('../img/icon-catalog.png');
    margin-right: 10px;
}

header .main-menu .link-cart a {
    text-transform: uppercase;
    text-decoration: none;
    color: #b0b0b0;
    font-size: 15px;
}

header .main-menu .link-cart span {
    position: absolute;
    top: 4px;
    left: 45px;
    font-size: 10px;
    display: inline;
    height: 20px;
    line-height: 10px;
    background: #a3d133;
    color: white;
    padding: 5px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    box-shadow: 0px 0px 4px white;
    z-index: 1;
}

header .main-menu .link-cart a:before {
    content: url('../img/icon-cart.png');
    margin-right: 10px;
    position: relative;
    top: 4px;
}

header .main-menu ul li a:hover, header .main-menu ul li a.active {
    color: #ff7e00;
}

header .main-menu ul li.has_sub > a {
    background: url(../img/icon-mm.png) no-repeat 100% 50%;
}

header .main-menu ul li.has_sub a:hover, header .main-menu ul li.has_sub a.active {
    background: url(../img/icon-mm-hover.png) no-repeat 100% 50%;
}

section.left {
    display: inline-block;
    width: 23.4%;
}

#cat-menu li a {
    display: block;
    padding: 10px 20px;
    background: #ececec;
    color: #1f1f1f;
    text-decoration: none;
    font-family: ProximaNovaSemibold;
    font-size: 14px;
    height: auto;
    line-height: 1;
}
.lvl-33{
    display: none;
}
.lvl-33 a{
    margin-left: 3%;
}
main {
    background: #f9f9f9;
    display: block;
}
.main h1{
    line-height: 1;
}
section.left ul li a img {
    margin-right: 10px;
    vertical-align: middle;
}

#cat-menuli a:hover {
    text-decoration: underline;
}

#cat-menu li {
    list-style: none;
}

#cat-menu li.has_sub > a {
    background: url('../img/icon-plus.png') #ececec no-repeat 95% 50%;
}

#cat-menu ul.sub-menu li a {
    font-family: ProximaNovaRegular;
    background: url('../img/icon-cat-link.png') no-repeat 86% 50%;
    padding: 10px 20px;
    border-right: 1px solid #eaeaea;
    font-size: 14px;
    height: 40px;
    padding-right: 60px;
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 20px;
    vertical-align: middle;
    display: table-cell;
    background-color: white;
    width: 280px;
    list-style: disc;
}

#cat-menu ul.sub-menu li {
    background: url('../img/icon-list-style.png');
    transition: 0.3s;
    position: relative;
}
#cat-menu ul.lvl-3 {
    display: none;
}

#cat-menu .sub-menu > li:hover ul.lvl-3 {
    display: block;
    position: absolute;
    left: 260px;
    z-index: 9999;
    top: 0px;
    padding: 20px;
    background: #fff;
    box-shadow: 0px 0px 5px #666;
    width: 280px;
}

#cat-menu .lvl-3 a {
    padding-left: 0px!important;
    border: none!important;
    background: none!important;
    padding-right: 0px!important;
    height: 30px!important;
}

#cat-menu .lvl-3 li {
    background: none!important;
}

#cat-menu ul.sub-menu li:hover a {
    background: #ccc;
}
.mobcat ul.sub-menu li:hover a{
    background: #fff!important;
}
img.ruble-img { height: 1.5ex; }
ul.sub-menu {
    display: none;
    overflow: visible!important;
    position: relative;
}

section.left .action {
    background: #a3d133;
    padding: 10px;
}
.div.modern-page-navigation{
    clear: both;
}
section.left .action .sale-block {
    background: white;
    border-radius: 8px;
    position: relative;
    font-family: ProximaNovaLight;
}

section.left .action .sale-block span.sale {
    position: absolute;
    top: 20px;
    right: 0px;
    background: url('../img/icon-sale.png') no-repeat;
    width: 73px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: white;
    font-family: ProximaNovaSemibold;
}

section.left .action .sale-block p.title {
    padding: 18px;
    font-size: 28px;
    font-family: ProximaNovaThin;
}
section.left .action .sale-block a > img {
    margin: 20px auto 40px auto;
    display: block;
    max-width: 100%;
}
.mobcat ul.sub-menu li a{
    display: block;
    padding-top: 0px!important;
    width: 100%;
        border-right:#fff 1px solid!important;
}
.mobcat .sub-menu li>a{
    display: inline-block!important;
    width: 85%!important;
}
.mobmenu2 #main-menu .has_sub > i{
        width: 10%;
    background: url(../img/icon-cat-link.png) no-repeat 86% 50%;
    display: inline-block;
    height: 30px;
    background-position: 5px 20px;
}
.mobmenu2 #main-menu a{
    width: 83%!important;
    display: inline-block!important;
}
.mobcat .sub-menu li>i{
width: 10%;
    background: url(../img/icon-cat-link.png) no-repeat 86% 50%;
    display: inline-block;
    height: 30px;
    background-position: center left;
}
section.left .action .sale-block p.product-name {
    font-family: ProximaNovaSemibold;
    text-align: center;
    padding: 10px;
    font-size: 15px;
}
section.left .action .sale-block p.product-name a {
    color: black;
    text-decoration: none;
}
section.left .action .sale-block p.articul {
    color: #a6a6a6;
    padding-left: 20px;
    font-size: 15px;
}

section.left .action .sale-block p.nalic {
    padding-left: 20px;
    font-size: 15px;
    color: #3dbf3d;
}

section.left .action .sale-block p.cost {
    padding: 20px;
}

section.left .action .sale-block p.cost span.new-cost {
    color: #ff0000;
    font-size: 28px;
    margin-right: 10px;
}

span.old-cost {
    color: #c3c3c3;
    text-decoration: line-through;
    font-size: 18px;
}

section.left .action > p {
    color: white;
    text-align: center;
    font-family: ProximaNovaLight;
    padding: 10px 0px 0px 0px;
    font-size: 14px;
}

section.right{
    margin:0 0 0 2%; 
    font: 12px/16px ProximaNovaRegular;
}

section.right ul li{   
    list-style: none;
}

a.blue{    
    color: #689427;
    font-weight: bold;
    line-height: 30px!important;
    font: 15px/16px ProximaNovaRegular;
}

a.blue:hover{
    color:#ff9600; 
}


.item_descr{
    background-color:#F7EDD7;
    border:1px solid #CACACA;
    border-radius: 10px;
    padding: 2% 3% 2%;
    width: 100%;
    margin-top: 12px;
    font: 12px/16px ProximaNovaLight;
    vertical-align: baseline;
}
.item_descr ul {
    padding-left:5%; 
}

.item_descr b{
     font: 18px ProximaNovaSemibold;
}

.titlecont{
    padding: 0; 
    margin: 10px 0 10px;    
    height: 33px;
    width: 100%;
     font: 18px ProximaNovaSemibold;
    line-height: 30px;
    color: #000;
    list-style: none;
    border: 1px solid #ffa500;
        background-color: #a3d133;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
   }

.answer{
    background-color:#F7EDD7;
    border:1px solid #CACACA;
    border-radius: 10px;
    padding:30px;
    width: 100%;
    margin-top: 12px;
    font: 12px/16px ProximaNovaLight;
    vertical-align: baseline;
}
.answer ul, .titlecont ul {
    list-style:none; 
}

.answer ul li span{
     font: 12px/16px ProximaNovaBold;    
    line-height: 25px;
    list-style:none;  
    color: #757575;  
}

.answer ul li b{
    padding: .5em;   
}

#calculate.answer p{
    font: 16px ProximaNovaSemibold; 
    line-height: 25px;
    
    }


.answer p{
    font-size: 1.5em;
    font-weight: 300;
    line-height: 23px;
    margin-bottom: 10px;
}

.right table{
    width: 100%;
    border-collapse: collapse;
    border:none;

}

.right table p{
    padding:5px;
}

.right table thead p{
    top: 15px;
    position: relative;
}
.subscribe {
    background: #ff9600;
    height: 90px;
    line-height: 90px;
    font-family: ProximaNovaLight;
}
.subscribe .center-block,.subscribe #subscribe{
    display:flex;
    justify-content: center;
    align-items: center;
}
.subscribe span.email:before {
    content: url('../img/icon-email.png');
    position: relative;
    top: 10px;
    margin-right: 15px;
}

.subscribe span.email {
    color: white;
    margin-right: 20px;
    font-size: 19px;
}

.subscribe span.sub-text {
    color: white;
    font-size: 16px;
    font-family: ProximaNovaRegular;
    margin-right: 59px;
}
.subscribe span.sub-text span {
    font-family: ProximaNovaBold;
}

.subscribe input[type="text"] {
    width: 220px;
    height: 40px;
    border-radius: 20px 0px 0px 20px;
    border: none;
    padding-left: 30px;
    outline: none;
}

.subscribe input[type="submit"] {
    width: 160px;
    height: 40px;
    border-radius: 0px 20px 20px 0px;
    border: none;
    background: #ffde00;
    font-size: 16px;
    outline: none;
    cursor: pointer;
    position: relative;
    right: 5px;
    line-height:1;
}

footer .coopering {
    width: 150px;
    padding: 50px 0px;
    margin-right: 110px;
	max-width: 100%;
}

footer .center-block {
    display: flex;
           display: -ms-flexbox;
    width: 100%;
    border-bottom: 1px solid #e9e9e8;
}

footer .coopering img {
    max-width: 100%;
}

footer .coopering p {
    font-size: 14px;
    color: #909090;
    padding: 15px 0px;
}

footer {
    font-family: ProximaNovaLight;
    display: block;
}

footer .coopering span {
    text-transform: uppercase;
    font-size: 14px;
}

footer .menu {
    padding-top: 60px;
    margin-right: 80px;
    min-width: 150px;
}

footer .menu h3 {
    color: #1a1a1a;
    font-weight: normal;
    text-transform: uppercase;
    padding-bottom: 15px;
    font-size: 15px;
}

footer .menu ul {
    list-style: disc inside;
    line-height: 24px;
}

footer .menu a {
    font-size: 14px;
    color: #909090;
    text-decoration: none;
}

footer .menu a:hover {
    text-decoration: underline;
}

footer .contacts {
    padding-top: 45px;
    text-align: right;
}

footer .contacts p {
    font-size: 30px;
    font-family: ProximaNovaBold;
    color: #adadad;
}

footer .contacts p span.black {
    color: black;
}

footer .contacts a.call-back {
    color: #ff9c00;
    text-decoration: none;
    border-bottom: 1px dashed #ff9c00;
    font-size: 14px;
}

footer .contacts a.call-back:hover {
    border: none;
}

footer .payment-block {
    text-align: center;
    padding: 50px 0px;
    display: none;
}

footer .payment-block img {
    margin: 0px 10px;
    vertical-align: -webkit-baseline-middle;
}

section.left ul li.has_sub > a.active {
    background: url('../img/icon-minus.png') #ececec no-repeat 87% 50%;
}

header .main-menu ul.sub-menu {
    display: none;
    position: absolute;
    width: auto;
    border: 1px solid #eaeaea;
    border-top: none;
    top: 49px;
    line-height: 30px;
    z-index: 99999;
    background: #fff;
    box-shadow: 0px 2px 5px #666;
}
header .main-menu ul.sub-menu a {
    background: none!important;
}
ul.lof-main-wapper li {
    position:relative;  
}
section.right {
    display: inline-block;
    width: 76.6%;
    vertical-align: top;
        min-height: 300px;
}
main .center-block {
    display: flex;
        display: -ms-flexbox;
}

section.right > h2{
    font-size: 15px;
    color: #b0b0b0;
    background: #f3f3f3;
    font-family: ProximaNovaSemibold;
    text-transform: uppercase;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
}

section.right table thead tr td p{
    font-size: 15px;
    font-family: ProximaNovaSemibold;
    text-transform: uppercase;    
    line-height: 25px;
    vertical-align:middle;
    top:3px !important;
    
}

h2.popular-product:before {
    content: url('../img/icon-cat-block.png');
    margin-right: 10px;
    position: relative;
    top: 5px;
}

section.popular-product .category-list {
    display: inline-block;
    width: 50%;
    height: 240px;
    position: relative;
}

section.popular-product .category-list img {
    float: right;
    margin-top: 25px;
    margin-right: 30px;
}

section.popular-product .category-list h3 {
    color: white;
    font-size: 25px;
    font-family: ProximaNovaLight;
    font-weight: normal;
    float: left;
    margin-top: 25px;
    margin-left: 30px;
    text-transform: uppercase;
    max-width: 190px;
    line-height: 1;
}

section.popular-product .category-list a, .product-row > a {
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    text-decoration: none;
    transition: 0.3s;
}

section.popular-product {
    display: flex;
          display: -ms-flexbox;
}

section.right h2.sellout:before {
    content: url('../img/icon-sellout.png');
    margin-right: 10px;
    position: relative;
    top: 3px;
}

.product-row {
    width: 25%;
    float: left;
    border: 1px solid #e1e1e1;
    border-top: none;
    /* border-left: none; */
    background: white;
    height: 410px;
    position: relative;
}

section.sellout ul li > .product-row:nth-child(4n) {
    border-right: none;
}

.product-row img {
    display: block;
    margin: 70px auto 30px auto;
    max-height: 100px;
    max-width: 180px;
}

.product-row span.sale {
    position: absolute;
    right: 0px;
    top: 30px;
    background: url('../img/icon-sale.png') no-repeat;
    width: 73px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-family: ProximaNovaSemibold;
}

.product-row h3 {
    font-size: 15px;
    font-weight: normal;
    font-family: ProximaNovaSemibold;
    margin: 0px 85px 10px 20px;
    color: black;
    height: 80px;
    overflow: hidden;
}

.product-row p.articul {
    padding: 5px 20px;
    font-size: 15px;
    color: #a6a6a6;
    font-family: ProximaNovaLight;
}

.product-row p.nalic {
    padding-left: 20px;
    font-size: 15px;
    font-family: ProximaNovaLight;
    color: #3dbf3d;
}
.product-row a:hover {
    background: #f3f3f3;
}

/*======================START========================*/
/* 19.08.2017 для кнопки добавить в корзину в секции */
/*===================================================*/

.addtocartsection {
	    margin: 350px 0px 20px 70px;
    cursor: pointer;
    border: 1px solid #7baa34;
    height: 33px !important;
    font-size: 16px;
    color: #fff;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.9);
    background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #B2D380), color-stop(0.05, #8BBD40), color-stop(1, #638E23) );
    background-image: -o-linear-gradient(bottom, #B2D380 5%, #a3d133 5%, #638E23 100%);
    background-image: -moz-linear-gradient(bottom, #B2D380 5%, #a3d133 5%, #638E23 100%);
    background-image: -webkit-linear-gradient(bottom, #B2D380 5%, #a3d133 5%, #638E23 100%);
    background-image: -ms-linear-gradient(bottom, #B2D380 5%, #a3d133 5%, #638E23 100%);
    background-image: linear-gradient(to bottom, #B2D380 5%, #a3d133 5%, #638E23 100%);
/*background: #ff9600;*/
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 130px!important;
    opacity: 0.9;
}

.goodslistquantity{
    margin: 350px 0px 20px 20px;
    cursor: text;
    border: 1px solid #ff9600;
    height: 33px !important;
    width: 40px !important;
    opacity: 0.9;
    position: absolute;
    text-align: center;
}

.atext {
    margin-left: 15px;
    margin-top: 5px;
}

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

.addtocartsection a:hover{
    color: #fff;
	background: inherit;
}

/*=======================END=========================*/
/* 19.08.2017 для кнопки добавить в корзину в секции */
/*===================================================*/

section.right section.sellout {
    position: relative;
}

section.right section.sellout a.bx-prev, section.right section.brands a.bx-prev {
    position: absolute;
    top: -35px;
    right: 40px;
    color: transparent;
    background: url('../img/icon-pop-slide-prev.png') no-repeat 50%;
}

section.right section.sellout a.bx-next, section.right section.brands a.bx-next {
    position: absolute;
    top: -35px;
    right: 10px;
    color: transparent;
    background: url(../img/icon-pop-slide-next.png) no-repeat 50%;
}

section.right section.sellout .bx-pager.bx-default-pager {
    display: none;
}

section.right section.sellout a.bx-prev:hover, section.right section.brands a.bx-prev:hover {
    background: url(../img/icon-pop-slide-prev-hover.png) no-repeat 50%;
}

section.right section.sellout a.bx-next:hover, section.right section.brands a.bx-next:hover {
    background: url(../img/icon-pop-slide-next-hover.png) no-repeat 50%;
}

#wr-tabs .tabs{
    background-color: #a3d133;
    height: 50px;
}
#wr-tabs .tabs:after{
    content: '';
    display: block;
    clear: both;
    height: 0;
}
#wr-tabs .tabs .tab{
    float: left;
    cursor: pointer;
    height: 100%;
    line-height: 50px;
    width: 33.33%;
    text-align: center;
    color: #ffd599;
    font-size: 15px;
    text-transform: uppercase;
    font-family: ProximaNovaSemibold;
}
#wr-tabs .tabs .tab:last-child{
    border-right: none;
}
#wr-tabs .tabs .tab:hover,
#wr-tabs .tabs .tab.active{
    color: #fff;
    border-bottom: 4px solid #ffd599;
}
#wr-tabs .content{
    background-color: #fff;
    position: relative;
    height: 410px;
}
#wr-tabs .content .tab-cont{
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 400px;
    transition: 0.8s;
}
#wr-tabs .content .tab-cont.active{
    opacity: 1;
    z-index: 999;
}

#wr-tabs .bx-pager.bx-default-pager {
    display: none;
}

#wr-tabs a.bx-prev {
    position: absolute;
    top: 140px;
    left: 0;
    color: transparent;
    background: url(../img/icon-tab-prev.png);
    height: 40px;
    width: 40px;
}

#wr-tabs a.bx-next {
    position: absolute;
    top: 140px;
    right: 0;
    color: transparent;
    background: url('../img/icon-tab-next.png');
    height: 40px;
    width: 40px;
}

#wr-tabs a.bx-next:hover, #wr-tabs a.bx-prev:hover {
    background-color: #666;
}

.product-row p.zakaz {
    color: #a6a6a6;
    padding-left: 20px;
    font-family: ProximaNovaLight;
    font-size: 15px;
}

#wr-tabs .content .tab-cont ul li > div.product-row:nth-child(4n) {
    border-right: none;
}

section.brands a {
    margin: 6px;
}

section.brands {
    text-align: center;
    padding-top: 15px;
    position: relative;
    margin-bottom: 40px;
}

section.brands a.bx-next, section.brands a.bx-prev {
    top: -55px!important;
}

section.right h2.brands:before {
    content: url('../img/icon-brands.png');
    position: relative;
    top: 3px;
    margin-right: 10px;
}

section.brands .bx-pager.bx-default-pager {
    display: none;
}
section.left ul.sub-menu li:hover {
    background-color: #f3f3f3;
}



#countdown_dashboard {
    height: 70px;


/* Добавил эту строку, так как блок с акцией слишком узкий, чтобы поместить в себе все цифры */

   width: 260px;
}

.dash {
    width: 50px;
    height: 60px;
    background: white;
    float: left;
    position: relative;
    border-radius: 8px;
    margin: 7px;
    text-align: center;
    padding: 11px;
}

.dash .digit {
    font-size: 22px;
    font-weight: normal;
    float: left;
    text-align: center;
    color: #010101;
    position: relative;
    font-family: ProximaNovaLight;
    width: 50%;
}

.dash_title {
    position: absolute;
    display: block;
    bottom: 10px;
    font-size: 10px;
    text-transform: uppercase;
    font-family: ProximaNovaLight;
    color: #adacac;
    left: 0;
    right: 0;
}

.dash_title1, .dash_title2{
    position: absolute;
    display: block;
    bottom: 10px;
    font-size: 10px;
    text-transform: uppercase;
    font-family: ProximaNovaLight;
    color: #adacac;
    left: 0;
    right: 0;
}
span.sepor {
    float: left;
    margin-top: 15px;
    color: white;
    font-size: 20px;
}

.dash.days_dash {
    margin-left: 0px;
}

.dash.seconds_dash {
    margin-right: 0px;
}
.mobmenu{
    position: absolute;
    width: 270px;
    z-index: 999;
    left: 10px;
    display: none;
}
.mobmenu2{
    position: absolute;
    width: 100%;
    z-index: 999;
    display: none;
        background-color: #ececec;
}
.mobmenu2 #main-menu > li > a{
    display: block;
    padding: 10px 20px;
    background: #ececec;
    color: #1f1f1f;
    text-decoration: none;
    font-family: ProximaNovaSemibold;
    font-size: 16px;
    height: 50px;
    line-height: 30px;
}
.mobmenu2 .sub-menu{
    background-color: #fff;
}
.mobmenu2 .sub-menu li{
    
    transition: 0.3s;
}
.mobmenu2 .sub-menu li a{
        font-family: ProximaNovaRegular;
    padding-left: 50px;
    font-size: 14px;
    height: 40px;
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 40px;
    color: #111;
    text-decoration: none;
 display: block;
}
.mobmenu2 #cat-menu ul.sub-menu li{
    list-style-type: none;
}
.mobmenu2 #main-menu li.has_sub > a {
       background-color: #ececec;
}
.mobmenu2 #cat-menu ul.sub-menu li{
    background-image: url(none);
}
.mobmenu2 li img{
    margin-right: 10px;
}
@media(max-width: 1200px){
    header .header-wrap .search input[type="text"]{
        width: 70%;
    }
    header .header-wrap .search{
        width: 50%;
    }
    header .main-menu ul li a {
        font-size: 11px;
    }
    footer .menu {
        margin-right: 50px;
    }
    .subscribe input[type="text"]{
        width: 140px;
    }
    .subscribe span.sub-text{
        font-size: 13px;
    }
    .subscribe span.email{
        font-size: 16px;
    }
    .dash{
        width: 45px;
    }
    .dash .digit{
        font-size: 16px;
    }
    .dash_title,.dash_title1, .dash_title2{
        font-size: 8px;
    }
}
@media(max-width: 1100px){
     header .header-wrap .search{
        width: 45%;
    }
    section.left ul li a{
        font-size: 14px;
    }
    footer .menu {
        margin-right: 20px;
    }
    .dash{
        width: 40px;
    }
}
@media(max-width: 1020px){
    section.left{
        display: none;
    }
    section.right{
        width: 100%;
    }
    footer .menu{
        display: none;
    }
    .center-block, .main-menu{
        box-sizing:border-box;
    }
    footer .coopering{
        flex-basis:600px;
    }
    header .header-wrap .search{
        width: 40%;
    }
   header .header-wrap .search input[type="text"] {
    width: 60%;
   }
   .subscribe span.sub-text{
        font-size: 11px;
    }
    .subscribe span.email{
        font-size: 12px;
    }
    footer .contacts{
        flex-shrink: 0;
    }
    header .main-menu .link-catalog{
        padding-left: 40px;
        width: 50px;
    }
}
@media(max-width: 920px){
    header .header-wrap .logo{
        margin-right: 45px;
    }
    .subscribe{
        display: none;
    }
    header .main-menu .link-cart{
    }
    header .main-menu .link-cart span{
        left: 30px;
    }
    .photoprev{
        float: none;
      /*  min-height: 500px;*/
        width: 100%;
    }
    .descr2{
        float: none;
        padding-left: 0;
        margin-top: 20px;
        width: 100%;
        clear: both;
padding-top: 10px;
    }
    .tabsust li{
        width: 100%;
    }
    .sellout{
        padding-bottom: 10px;
    }
    .cat{
        max-width: 620px;
        margin: 0 auto;
      /*  display: block; */
    }
    section.right h2.sellout:before {
    
    top: 1px;
}
.tabsust li{
    text-align: center;
}
}
@media(max-width: 840px){
   header .header-wrap .logo{
    margin-right: 15px;}
}
@media(max-width: 810px){
  footer{
    clear: both;
    margin-top: 100px;
    
  }
    .catitem {
        min-height: 0;
    }
    .catitem img{
        display: none;
    }

	.tablebasket{
		display: none;
	}
	.basketmob{
		display: block;
	}
    .brands{
        display: none;
    }
    .product-row{
        width: 50%;
    }
    #wr-tabs .content{
        height: 680px;
    }
    .header-wrap, .link-profile .link, .link-info, .link-opt, .main-menu{
        display: none;
    }
    header .top-line{
        height:0;
    }

    .yourbasket{
        display: none;
    }
    .link-catalog2 a {
    color: white;
    text-decoration: none;
    font-size: 15px;
    text-transform: uppercase;
    position: relative;
    right: 25px;
}
 .link-catalog2 {
    width: 50px;
    height: 50px;
    background: #a3d133;
    font-family: ProximaNovaSemibold;
    float: left;
}
.link-catalog2 a:before {
    content: url(../img/icon-catalog.png);
    margin-right: 10px;
    left: 40px;
    top: 15px;
    position: relative;
}
.moblogo{
    width: 74px;
    height: 30px;
    background-image: url(../img/moblogo.png);
    float: left;
    background-repeat: no-repeat;
    margin-left: 35%;
    margin-top: 12px;
    cursor: pointer;
}
.mobhead{
        width: 100%;
    height: 50px;
}
.moblup{
    width: 16px;
    height: 16px;
    float: right;
    background-image: url(../img/moblup.png);
    background-repeat: no-repeat;
   margin-right: 2%;
    margin-top: 15px;

}
.link-cart2{
    
    width: 50px;
    height: 50px;
    font-family: ProximaNovaSemibold;
    position: relative;
    display: block;
    float: right;
}
.link-cart2 span {
    position: absolute;
    top: 4px;
    left: 30px;
    font-size: 10px;
    display: inline;
    height: 20px;
    line-height: 10px;
    background: #a3d133;
    color: white;
    padding: 5px;
    border-radius: 50%;
    box-shadow: 0px 0px 4px white;
    z-index: 1;
    }
.link-cart2 a:before {
    content: url(../img/icon-cart.png);
    margin-right: 10px;
    position: relative;
        top: 15px;
    left: 13px;
}
header{
    /*display: none;*/
}
.mobhead{
    display: block;
}
.lof-navigator li div{
    display: none;
 
}
ul.lof-navigator li{
       width: 14px!important;
    height: 14px!important;
    background-color: #bbc56e;
    display: inline-block;
    margin-right: 5px!important;
    border-radius: 50%;
    
}
.lof-navigator{
    top:0!important;
    text-align: center;
}
.lof-navigator-outer{
    bottom: -10px;
    left: 50%;
    margin-left: -90px;
    top: inherit!important;
    height: 50px!important;

}
.lof-navigator{

}
.lof-navigator-outer li{
    position: relative;
}
.lof-navigator-outer li.active:before{
content: '';
position: absolute;
width: 6px;
height: 6px;
background-color: #fff;
border-radius: 50%;
top:50%;
margin-top: -3px;
left: 50%;
margin-left: -3px;
}
footer .center-block{
        flex-direction: column-reverse;
}
footer .coopering{
    width: 100%;
    text-align: center;
    flex-basis:0;
	margin-right: 0
}
footer .contacts{
    width: 100%;
    text-align: center;
}
section.popular-product .category-list img{
    width: 100px;
}
section.popular-product .category-list h3{
    max-width: 150px;
    font-size: 18px;
}
ul.lof-main-wapper li img{
    width: 230px;
    margin: 50px 130px!important;
}
ul.lof-main-wapper li > span{
    right: 100px!important;
}
}
@media(max-width: 700px){
    .cat{
        max-width: 310px;
        margin: 0 auto;
       /* display: block; */
    }
}
@media(max-width: 650px){

div.category-list img {
display: none;
	}
    .bt2, .digitdelcart ,.itogobtn{
        display: block!important;
    }
    .bt2, .itogobtn{
        width: 100%!important;
    }
    .digitdelcart{
        text-align: center;
            width: 100%!important;
            margin-left: 0!important;
    }
    .btnzakaz{
        float: none;
    }
    input[type="checkbox"] + label{
        font: 12px bold;
    }
    section.popular-product .category-list img{
        width: 70px;
    }
    section.popular-product .category-list h3{
    max-width: 100px;
    font-size: 16px;
}
section.popular-product .category-list{
height: 160px;
}
ul.lof-main-wapper li img{
    width: 150px;
    margin: 90px 220px!important;
}
ul.lof-main-wapper li > span{
    right: 180px!important;
    top:120px!important;
}
.lof-main-item-desc h3{
    font-size: 30px!important;
}
}
@media(max-width: 550px){
    ul.lof-main-wapper li img{
    width: 150px;
    margin: 90px 290px!important;
}
ul.lof-main-wapper li > span{
    right: 260px!important;
    top:120px!important;
}
.itogobtn{
    float: none;
    margin-left: 0;
}
.itogo{
    float: none;
}
}
@media(max-width: 500px){
    .bxslider1 img{
    }
    .tovarprev1{
        float: none;
    }
    .photoprev #bx-pager{
       margin-top: 20px;
       
    }
    .addbasket, .buyoneclick{
        margin-left: 0;
        width: 100%;
    }
    .lof-main-item-desc p{
        display: none;
    }
      section.popular-product .category-list img{
        width: 50px;
    }
    section.popular-product .category-list h3{
    max-width: 70px;
    font-size: 14px;
}
section.popular-product .category-list{
height: 120px;
}
 .lof-main-item-desc h3{
    font-size: 20px!important;
 }
 .lof-main-item-desc{
    width: 150px!important;
 }
 @media(max-width: 550px){
    ul.lof-main-wapper li img{
    
    margin: 70px 340px!important;
}
ul.lof-main-wapper li > span{
    right: 360px!important;
    top:180px!important;
    display: none;
}
.cat{
}
.fix500{
width: 100%!important;
line-height: 1.3!important;
position: relative!important;
box-shadow: none!important;
right: 0!important;
padding-left: 0!important;
padding-right: 0!important;
margin-left: 0!important;
margin-right: 0!important;
}
.wrap > div {
    width: 90%;
}
}
@media(max-width: 420px){
    .product-row h3{
        margin-right: 0;
        margin-left: 0;
    }
    input[type="checkbox"] + label{
    }
    .lof-main-item-desc{
        left: 10px!important;
    }
    section.popular-product .category-list h3{
    max-width: 50px;
    font-size: 9px;
}  
 section.popular-product .category-list img{
        width: 30px;
    }
    section.popular-product .category-list{
height: 80px;
}
.product-row img{
    max-width: 130px;
}
.lof-slidecontent{
    height: 350px!important;
}
.lof-main-item-desc h3{
    font-size: 16px!important;
}
.lof-main-item-desc a.morelink{
    width: 130px!important;
}
   ul.lof-main-wapper li img{
    
    margin: 70px 370px!important;
}
.moblogo{
    margin-left: 18%;
}
.lof-main-item-desc h3{
    font-size: 8px;
}
#wr-tabs .tabs .tab{
    font-size: 12px;
}
.product-row h3{
    padding: 0px 10px 10px 20px;
}
}
@media(max-width: 380px){
  ul.lof-main-wapper li img{
    
    margin: 70px 380px!important;
}
}
@media(max-width: 319px){
    ul.lof-main-wapper li img{
        width: 130px!important;
    }
ul.lof-main-wapper li img{
    margin: 70px 420px!important;
}
}
.modern-page-navigation {
    float:  left;
    margin: 20px;
    width:auto;
}

section.filter{
    height: 90px;
/*    border:1px solid  #ff9600; */
    width: 750px;
    }

    @media(max-width: 405px){
    section.filter{
    height: 110px;
/*    border:1px solid  #ff9600; */
    width: 750px;
    }
}
    
.filter_menu{
    width: 100%;
    height: 34px;
    padding: 6px 0 0 0;
    }

section.filter li{
    display:block;
    list-style:none;
    position: relative;
    font-family: ProximaNovaRegular;
    font-size: 16px;
    color: #b6b4b1;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    text-align: center;
    text-transform: uppercase;
    }

.filter_menu__view{
    padding: 1px 15px 0 25px;
    }

.filter_menu__view ul{
    padding: 2px 5px 0 10px;
    }

.filter_menu__view ul li{
    margin:0 0 0 3px;
    }
.filter_menu__appleative{
    padding: 0 0 0 19px;
}

.filter_menu__price{
    padding: 0 0 0 19px;
    margin: 0 15px 0 0;
    }

.filter_menu__page{
    margin: 0 5px 0 19.62px;
}

.filter_menu__view ul li:hover{
    outline: 1px solid #FF9600;
}
.filter_menu a,.filter_menu__price li a{
    text-decoration: none;
    font-family: ProximaNovaRegular;
    font-size: 16px;
    color: #b6b4b1;
    /*padding: 0 1px;*/
    }

.filter_menu__page li:first-child{
    padding-left: 5px;
    }

.filter_menu__page li a:hover{
    color: #ff9600; 
    }

.filter_menu__page li a:active{
    border-bottom:1px solid #ff9600; 
    }

.filter_menu__price a:hover, .filter_menu__appleative a:hover{
    border-bottom:1px solid #ff9600;
}

#filter_tile, #filter_line, .filter_arrow__up, .filter_arrow__down{
  display: block-inline;
  /*text-indent: -9999px;*/
  width:16px;
  height:16px;  
  background-size: 12px 12px;
    }

#filter_tile{
    background: url(../img/tile.svg) no-repeat;
    }

#filter_line{   
     background: url(../img/lines.svg) no-repeat;
    }

.filter_menu__price{
    background: url(../img/up-arrow.svg) no-repeat;
    /*background:url(../img/down-arrow.svg) no-repeat hidden;*/
    }

.filter_menu__appleative{
   /* background: url(../img/up-arrow.svg) no-repeat hidden;*/
    background:url(../img/down-arrow.svg) no-repeat; 
    }

.filter_menu__button a{
    position: inherit;
    background: #ff9600;
    padding:8px 21px;    
    font-family: ProximaNovaRegular;
    font-size: 16px ;
    color: #fff;
    text-transform: uppercase;
    }


    /*******************modalDialogWindow************/

.modalDialog {
   /* position: fixed; */      /*  10.07.2017 Для возможности прокрутки модального окна */  

    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255,255,255 0.2);
    z-index: 99999;
     -webkit-transition: opacity 0.2;
    -moz-transition: opacity 0.2;
    transition: opacity 0.2;
    display: none;
    pointer-events: none;
}

.modalDialog:target {
    display: block;
    pointer-events: auto;

}
    
.modalDialog > div {

    width: 90%;
    position: relative;
    margin: 1.74% auto;
    padding: 5px 20px 13px 20px;
    background: rgba(87%, 87%, 87%,  0.8);  

}

.close {
    background: #606061;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}

.close:hover { background: #a3d133; }


/*******************modalDialogWindow************/
                /***********END*********/


/***********************list type***************/
.prodList_filter{
    display: flex;

    width: 100%;
    flex-wrap:wrap;
    
}

.prodList_filter_container{
    width: 33%;
    border:1px solid #9acc51;
    border-radius: 5px;
    padding-bottom: 15px;
    margin:25px 1px 5px; 
    background: rgba(240, 242, 244, .7);;
    font-family: ProximaNovaRegular;  
}

@media(max-width: 500px){

.prodList_filter_container{
width: 202px;
}

	}


.prodList_filter_container_title{
    display:block;
    width: 84%;
    font-size: 1.2em;
    color: #1763a6;
    /*padding: 0 0 5px 2px;  */
}

.prodList_filter ul{
    list-style: none;
    padding: 2px 5px;
    display: flex 1 1 auto;
}
.prodList_filter ul li{
    margin: 2px 0 0 0;
}

.prodList_filter ul li:hover{
    color:#B2D380;
}
.prodList_filter_block{
    border:1px solid #ff9600;
    border-radius:5px ;
    width:90%;
    background: rgba(255, 255, 255, .7);;
    margin:0 0 0 15px;
    flex:1;
}

.prodList_filter_search_button{
display: block;
    width: 100%;
    cursor: pointer;
    border: 1px solid #a3d133;
    height: 33px !important;
    font-size: 16px;
    color: #fff;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.9);
    background: #a3d133;
}
.prodList_filter_search_button:hover{
opacity: .9;
}

.prodList_filter_search_button:active{
    border:#638E23;
}
.prodList_filter_link_button{
    display: inline-block;
    background: none;
    color: #1763a6;
    font-size: 12px;
    width: auto !important;
    height: auto !important;
    padding: 0;
    border: 0;
    text-shadow: none;
    opacity: 1;
    margin: 8px 0 0 0;
    text-align: center;
}

.prodList_filter_link_button:hover{
    text-decoration: underline;
    opacity: 1;
    cursor: pointer;
}

.prodList_filter_container_button{
    display: flex ;
    /*width: 50%;*/
    padding: 0 10px 0 0;
}
.prodList_filter_link_button{
    flex:4;
}
.prodList_filter_search_button{
    flex:4;
}
h2.sellout {
    height: 55px;
    background: #f3f3f3;
    line-height: 55px;
    padding-left: 10px;
}

h2.sellout:before {
    top: 1px!important;
}

.addbasket a:hover, .buyoneclick a:hover {
    color: black;
}
.bx_order_make {
    padding-left: 20px;
    padding-top: 20px;
}