body{
    font-family:'Calibri';
    font-size: 16px;
    line-height: 1;
    position: relative;
    /*background: linear-gradient(180deg, #000000, #99c45a 54%, #030303) .32;*/
}
h1{
    font-weight: bold;
}
.wrap{
    margin-bottom: 10px;
}
/*цена и корзина*/
.baskets{
    text-align: center;
    position: relative;
}
.baskets button, #callback button[type='submit']{
    background-image: url('../image/top_nav_bg.png');
    width: 100%;
    background-repeat:no-repeat;
    font-size: 20px;
    font-weight:bold;
    font-family:'Calibri';
    border: none;
    border-bottom: 2px solid #767676;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 0;
    outline:none;
}
.baskets button:hover, #callback button[type='submit']:hover{
    border: 2px solid #e39579;
    padding: 8px 0;
}
.price{
    text-align: right;
    margin:10px 0;
}
.price_text{
    color: #d86a43;
    font-size: 17px;
    font-family:'Calibri';
}
.text_number{
    color: #7b7b7b;
    font-size: 24px;
    font-family:'Calibri';
}
.price .text_number{
    font-weight: bold;
}
/*хлебные крошки*/
.breadcrumb{
    background-color: transparent;
    margin-bottom: 0;
    margin-top: 10px;
    display: inline-block;
    width: 880px;
}
.breadcrumb li a{
    text-decoration: underline;
    color: #99c45a;
    font-weight: bold;
}
.breadcrumb > .active{
    color: #7b7b7b;
}

/*заголовок левого меню*/
.head_left_menu h3{
    background: radial-gradient(circle,#9ac55b, #739345 70%);
    color: white;
    text-align: center;
    font-family:'Calibri';
    padding:5px 0;
    position: relative;
    font-size: 20px;
    font-weight: bold;
    margin-right: 25px;
    margin-left: 25px;
}
.head_left_menu{
    position: relative;
}
.head_left_menu .left{
    left: 0;
    background: linear-gradient(to right, #69863f, #99c45b);
}
.head_left_menu h3:before{
    content: '';
    position: absolute;
    top: -5px;
    left: 0;
    display: block;
    border-top: 5px solid #fefefe;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    height: 0;
    width: 100%;
    z-index: 150;
}
.head_left_menu h3:after{
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    display: block;
    border-bottom: 5px solid #fefefe;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    height: 0;
    width: 100%;
    z-index: 150;
}
.head_left_menu .left:after{
    content: '';
    position: absolute;
    top: 0;
    right: -5px;
    background: linear-gradient(to right,#b3d582, #869f63);
    height: 100%;
    width: 5px;
    z-index: 100;
    display: block;
}
.head_left_menu .right{
    right: 0;
    background: linear-gradient(to left, #69863f, #99c45b);
}
.head_left_menu .right:after{
    content: '';
    position: absolute;
    top: 0;
    left: -5px;
    background: linear-gradient(to left,#b3d582, #869f63);
    height: 100%;
    width: 5px;
    z-index: 100;
    display: block;
}
.head_left_menu .right,
.head_left_menu .left{
    height: 40px;
    width: 25px;
    top: -4px;
    position: absolute;
    z-index: 4;
}

/*основное тело левого меню*/
.left_menu{
    list-style: none;
    padding: 20px 25px;
    background: linear-gradient(#98c25a,#dae5c0 0%);
}
.left_menu li{
    margin-bottom: 20px;
}
.left_menu li:last-child{
    margin-bottom: 0;
}
.left_menu li a{
    color: #040404;
    font-weight: bold;
    text-decoration: none;
    font-size: 18px; /*по макету 14*/
}
.left_menu li a:hover{
    border-bottom: 2px solid #040404;
}

/*товары*/
.item{
    width: 180px;
    margin: 0 30px 45px;
    display: inline-block;
    margin-top: 20px;
}
.photo {
    width: 180px;
    height: 160px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.photo img{
    max-width: 160px;
    max-height:160px;
}
.description{
    padding-top: 10px;
    text-align: center;
}
.description a{
    color: #7b7b7b;
    font-size: 15px;
    font-family:'Calibri';
    font-weight: bold;
}

/*старая цена в акции*/
.price_old{
    text-align: right;
    margin-top: 10px;
}
.price_old .text_number{
    font-size: 18px;
}
.line-offset{
    height: 28px;
}
/*добавление товара в корзину*/
.add-product-to-basket{
    color:#f46a3f;
    position: absolute;
    bottom: -40px;
    left: 0;
}

/*пагинация*/
.container-pagination{
    text-align: center;
    display: block;
}
.pagination li a{
    color: #f46a3f;
    font-size: 20px;
    margin-right: 15px;
}
.pagination .active a,
.pagination .active a:hover{
    color: #f46a3f;
    background: none;
    border:none;
    border: 1px solid;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover{
    color: #f46a3f;
    background: none;
    border:none;
}

.pagination > li > a,
.pagination > li > a:hover,
.pagination > li > span,
.pagination > li > span:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:hover{
    background: none;
    border:none;
}
.pagination > li > a:hover{
    color:#f46a3f;
    border: 1px solid;
}

.pagination > li > a:hover{
    padding:6px 11px;
}

/*прайс с ценами на товары*/
.price-description{
    margin-top: 20px;
    font-size: 18px;
}
.price-description li{
    margin-bottom: 10px;
}

.price-description a{
    color:#000;
}
/*страница отзывов*/
#feeadback .btn{
    padding: 5px 25px;
    font-size: 20px;
}
#feeadback + h2{
    margin-top: 40px;
}
article{
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
}
article p{
    padding-left: 20px;
    font-size: 18px;
}
.delete_more {
    float: right;
    background: #5cb85c;
    color: white;
}
.save_all {
    float: right;
    background: #5cb85c;
    color: white;
    margin-left: 10px;
}

.grid-view textarea{
    width: 280px!important;
}

.grid-view thead select {
    width: 70px;
}

.products-index .grid-view .table input[name=new_price]{
    width:76px;
}

.products-index .grid-view .table input[name=proc]{
    margin-left: 10px; 
    width: 78px;
}
.products-index .grid-view .table input[name=price]{
    margin-bottom: 4px;
}
.products-index .grid-view .table button[name=save_np]{
    float: right;
    background: #5cb85c;
    color: white;
    margin-left: 10px;
    width: 100%;
    height: 20px;
    padding: 0px;
    margin-top: 4px;
}
@font-face {
  font-family: 'Calibri';
  src: url('font/Calibri.eot');
  src: url('font/Calibri.woff2') format('woff2'),
       url('font/Calibri.woff') format('woff'),
       url('font/Calibri.ttf') format('truetype'),
       url('font/Calibri.svg#Calibri') format('svg'),
       url('font/Calibri.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@media(max-width:1199px){
  .nav_menu a{
    font-size: 14px;
  }
}
@media(max-width:991px){
    .logo_mobile img{
        max-width: 100%;
    }
    .middle_header{
        margin-bottom: 0;
    }
    /*мобильное меню начало*/
    .top_header_mobile span{
        color: #d86a43;
        font-size: 35px;
    }
    .mobile-menu-button{
        background: none;
        border: none;
        margin-top: 15px; /*по макету 60*/
        margin-bottom: 20px; /*по макету 40*/
    }
    .mobile-menu{
        display: none;
        width: 100%;
        background-color: #ffffff;
        padding-bottom: 95px;
        padding-top: 40px;
        padding-left: 40px;
        padding-right: 40px;
        list-style: none;
    }
    .mobile-menu li a{
        display: block;
        border-bottom: 2px solid #c5c5c5;
        color: #808080;
        font-family:'Calibri';
        font-size: 36px;
        text-decoration: none;
        padding:20px 0;/*по макету 40*/
        text-align: center;
    }
    .mobile-menu li a:hover{
        background-color: #99c45a;
        border-bottom: 0;
        color: #fff;
    }
    /*мобильное меню конец*/
    /*шапка сайта начало*/
    .search{
        width: 430px;
        margin-left: auto;
        margin-right: auto;
    }
    .search input{
        height: 40px;
        font-size: 24px;
        background-image: none;
        padding-left: 10px;
        width: 80%;
    }
    .search button{
        background: none;
        border: none;
        background-image: url('/image/search-mobile.png');
        background-repeat:no-repeat;
        background-position: center center;
        width: 60px;
        height: 40px;
        vertical-align: top;
        text-align: right;
        margin-left: 20px;
    }
    .phone_top{
        text-align: center;
        margin-right: auto;
        margin-left: auto;
        width: 450px;
    }
    .phone{
        font-size: 30px;
    }
    .callback{
        margin-right: auto;
        margin-left: auto;
        font-size: 30px;
        margin-top: 10px;
    }
    .clock{
        float: none;
        display: inline-block;
        margin-bottom: -7px;
    }
    /*шапка сайта конец*/
    /*корзина начало*/
    .basket-container-mobile{
        min-height: 130px;
        padding:43px 0;
        text-align: center;
        margin-top: 25px;
        background-image: url('/image/top_nav_bg.png');
    }
    .basket{
        margin-top: 0;
        width: 130px;
        height: 90px;
        margin-left: auto;
        margin-right: auto;
        background-image: url('/image/basket-mobile.png');
        background-size:contain;
    }
    .quantity{
        font-size: 40px;
        width: 50px;
        height: 50px;
        right: 0;
        background-color: #ffffff;
        border-radius: 35px;
    }
    /*корзина конец*/
    /*футер начало*/
    footer{
        border-top: 0;
    }
    .bottom_footer{
        margin-top: 0;
    }
    /*футер конец*/
    /*форма обратной связи*/
    #callback .form-control{
        height: 45px;
        font-size: 18px;
    }
}
@media(max-width:767px){
    .logo_mobile{
        position: relative;
    }
    .small-mobile-logo{
        text-align: center;
    }
    .mobile-menu-button{
        margin: 20px;
    }
    .mobile-menu li a{
        font-size: 30px;
    }
    .search{
        width: 260px;
    }
    .search input{
        width: 74%;
        font-size: 18px;
    }
    .search button{
        margin-left: 0;
    }
    .phone_top{
        width: 100%;
    }
    .phone{
        font-size: 20px;
    }
    .basket{
        background-image: url('/image/basket-small-mobile.png');
        width: 80px;
        height: 60px;
    }
    .quantity{
        font-size: 30px;
        width: 30px;
        height: 30px;
        line-height: 1;
    }
    .basket-container-mobile{
        min-height: 80px;
        padding: 10px 0;
    }
    #callback .modal-dialog{
        margin-right: auto;
        margin-left: auto;
    }
}
@media(max-width:1199px){
    .breadcrumb{
        width: 680px;
    }
    .item{
        width: 175px;
    }
    .col-md-8{
        text-align: center;
    }
}
@media(max-width:991px){
    .breadcrumb{
        width: 470px;
    }
}
@media(max-width:991px){
    .breadcrumb{
        width: auto;
    }
    #feeadback .btn{
      width: 100%;
    }
}
