*{
    /*transition: all .3s ease;*/
}
.green{
    color:#289122;
}
.menu_toggle{
    display: none;
}
section#head{
    background: url(../images/header_bg.png) center center;
    padding: 128px 0 100px;
    position: relative;
}
section#head-inner{
    background: url(../images/header_bg.png) center center;
    background-size: cover;
    position: relative;
}
section h1.innerTitle{
    margin: 60px 0;
    color:#fff;
    font-family: 'Roboto Slab', serif;
}
.mainH1{
    font-family: 'Roboto Slab', serif;
    font-size: 32px;
    text-align: center;
    margin: 25px 0 10px;
}
section#head:after{
    display: block;
    content: '';
    width: 100%;
    position: absolute;
    height: 115px;
    background: url(../images/intro_bottom_bg.png) center center;
    background-size: contain;
    bottom: -73px;
    left: 0;
    right: 0;
    z-index: 99;
}
section#infoBlock{
    min-height: 300px;
    margin: 40px 0 0;
    padding-bottom: 300px;
    position: relative;
}
section#infoBlock:before {
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 350px;
    bottom: 0;
    left: 0;
    background: url(../images/bg_content.png);
    z-index: 99;
}
div.logo{
    margin-top: 28px;
}
div#top{
    background: url(../images/head_bg.png) center center;
    background-size: cover;
    min-height: 128px;
    width: 100%;
    top: 0;
    position: fixed;
    z-index: 999;
}
div#top .phones{
    margin-top: 24px;
}
.phones span{
    display: inline-block;
    height: 15px;
    width: 15px;
    margin-right: 5px;
    margin-left: 5px;
}
.phones span.mts{
    background: url('../images/mts.png') center center;
    background-size: cover;
}
.phones span.a1{
    background: url('../images/a1.png') center center;
    background-size: cover;
}
.intro h1{
	color:#fff;
	font-family: 'Roboto Slab', serif;
	font-size: 46px;
	margin: 40px 0 25px;
}
img.intro{
	display: block;
    margin: 30px auto;
    width: 50%
}
.menu {
    padding-top: 36px;
}
.menu .nav a{
    color: #b9b9b9;
    font-family: 'Roboto Slab', serif;
    font-size: 15px;
    padding: 8px 7px;
}
.menu .nav a:hover, .menu .nav a.active{
    color:#2b8027;
}
.menu .nav a.active{
    position: relative;
}
.menu .nav a.active:after{
    display: block;
    content: '';
    width: 19px;
    height: 46px;
    background: url(../images/flakes.png) center center;
    background-size: cover;
    position: absolute;
    z-index: 99;
    top: -38px;
    left: 39%;
}
.coupon{
    border: 2px solid #fff;
    border-radius: 8px;
    padding: 20px 18px;
    text-align: center;
    color: #fff;
    font-family: 'Roboto Slab', serif;
    width: 26%;
    margin: 0 auto;
}
section#gifts{
    margin: 150px 0;
}
.discount{
    box-shadow: 0px 0px 10px #ccc;
    margin-left: 65px;
    padding: 49px 23px 36px 65px;
    border-radius: 4px;
    position: relative;
}
.discount .title{
    font-weight: bold;
    font-family: 'Roboto Slab', serif;
    color:#289122;
    font-size: 20px;
}
.discount.gift-1:after{
    display: block;
    content: '';
    position: absolute;
    width: 142px;
    height: 200px;
    top: -32px;
    left: -83px;
    background: url(../images/sale_bg_1.png);
    z-index: 99;
    background-size: cover;
}
.discount.gift-2:after{
    display: block;
    content: '';
    position: absolute;
    width: 142px;
    height: 200px;
    top: -32px;
    left: -83px;
    background: url(../images/sale_bg_3.png);
    z-index: 99;
    background-size: cover;
}
.discount.gift-3:after{
    display: block;
    content: '';
    position: absolute;
    width: 74px;
    height: 195px;
    top: -32px;
    left: -38px;
    background: url(../images/sale_bg_2.png);
    z-index: 99;
    background-size: cover;
}
.card .btn-buy, .btn-wrapp .btn-buy{
    display: block;
    width: 60%;
    margin: 15px auto 15px;
    font-size: 16px;
    padding: 8px 10px;
    background: #289122;
    border: 1px solid #88b185;
    border-radius: 7px;
    color: #fff;
    text-transform: uppercase;
}
.card .btn-buy:hover, .card .btn-buy:focus, .card .btn-buy:active{
    color: #289122!important;
    background: #fff;
    cursor: pointer;
}
.card-img-top{
    width: auto;
    height: 300px;
}
section#products{
    background: #f2f2f2;
    padding-top: 260px;
    padding-bottom: 300px;
    position: relative;
}
section#products:before{
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 350px;
    bottom: 0;
    left: 0;
    background: url(../images/bg_content.png);
    z-index: 99;
}
.productWrapper{
    position: relative;
}
.productWrapper:before{
    display: block;
    content: '';
    position: absolute;
    width: 662px;
    height: 316px;
    background: url(../images/content_bg_1.png) center center;
    z-index: 99;
    top: -290px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
.productWrapper .container:after{
    display: block;
    content: '';
    position: absolute;
    width: 143px;
    height: 308px;
    background: url(../images/content_bg_2.png) center center;
    z-index: 99;
    top: 64px;
    left: -122px;
}
.productWrapper .container{
    background: #fff;
    position: relative;
}
.productPhoto {
    padding: 30px 0;
}
.productPhoto img{
    max-width: 300px;
    margin: 0 auto;
    display: block;
}
.productInfo{
    padding-top: 70px;
}
.productInfo a{
    color: #000;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}
.productInfo a i{
    padding-left: 10px;
}
.productInfo a:hover{
    text-decoration: none;
    color: #e61728;
}
.productInfo .prodMore{
    display: none;
    min-width: 600px;
    min-height: 360px;
    padding: 20px;
    background: #fff;
    box-shadow: 0px 0px 10px #ccc;
    border-radius: 6px;
    position: absolute;
    left: -61%;
    top: 10%;
    z-index: 999;
}
.productList .prodWrapper {
    border: 1px solid #dadada;
    padding: 8px;
    margin-bottom: 10px;
    border-radius: 3px;
}
.productList .prodWrapper:hover{
    box-shadow: 0 0 5px 5px #eee;
}
.productList .row{
    margin-bottom: 15px;    
}
.productList .prodImg img{
    height: 230px;
    display: block;
    margin: 0 auto;
}
.productList .prodName span{
    font-size: 16px;
    font-weight: bold;
    font-family: 'Roboto Slab', serif;
    margin: 10px 0 15px;
    text-align: center;
    display: block;
}
.productList .prodName p{
	font-size: 14px;
}
.td_price{
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}
.productList td.price_normal{
    color: #000;
}
.productList td.price_normal_off{
    text-decoration: line-through;
    color: #000;
}
.productList td.price_off{
    color: #ff1e23;;
}

.prodPrice span.addOrder{
    color:#289122;
}
.prodPrice span.addOrder:hover{
    color:#38c330;
    cursor: pointer;
}
.infoRight{
    padding-left: 100px;
}
.delimetr{
    height: 1px;
    width: 100%;
    background: #f2f2f2;
}
.prodHead{
    font-size: 22px;
    color:#348d30;
    font-family: 'Roboto Slab', serif;
    margin-bottom: 15px;
}
.prodImg {
    overflow: hidden;
    position: relative;
}
.prodImg .percentage{
display: block;
    position: absolute;
    top: -5px;
    right: -5px;
    width: 30px;
    height: 30px;
    background: #289122;
    color: #fff;
    text-align: center;
    padding: 4px 0;
    font-size: 13px;
    border-radius: 50%;
    border: 1px solid #fff;
}
h5.prodTitle{
    font-size: 46px;
    color: #000;
    font-family: 'Roboto Slab', serif;
}
p.prodText{
    font-size: 19px;
    font-family: 'Roboto', sans-serif;
}
section#reviews {
    margin-top: 50px;
}
.rev_form {
    width: 50%;
    margin: 0 auto;
}
.rev_form input {
    width: 100%;
    padding: 5px;
    margin: 0 0 15px;
    border-radius: 3px;
    border: 1px solid #bbb;
}
.rev_form textarea {
    width: 100%;
    margin-bottom: 15px;
    color: #696969;
    padding: 5px;
}
a.send_rev {
    display: block;
    margin: 15px auto 0;
    width: 218px;
    padding: 7px 12px;
    color: #2d7629;
    background: #fff;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    border-radius: 5px;
    text-transform: uppercase;
    border: 1px solid;
}
section#sell{
    padding-top: 100px;
    padding-bottom: 150px;
    text-align: center;
}
section#sell-inner{
    padding-top: 30px;
    padding-bottom: 150px;
    text-align: center;
}
section#sell h5, section#sell-inner h5, #reviews h5{
    font-size: 46px;
    color: #000;
    font-family: 'Roboto Slab', serif;
    margin-bottom: 50px;
    display: block;
    position: relative;
}
section#sell h5:before, section#sell-inner h5:before, #reviews h5:before{
    display: block;
    content: '';
    position: absolute;
    width: 80px;
    height: 3px;
    background: #2d7629;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    bottom: -20px;
}
section#sell input, section#sell-inner input{
    padding: 18px 28px;
    width: 90%;
    border: 1px solid #88b185;
    border-radius: 7px;
    margin: 10px auto;
    display: block;
    position: relative;
}
.callback {
    display: block;
    margin: 30px auto 0;
    font-size: 16px;
    padding: 8px 21px;
    background: transparent;
    border: 1px solid #88b185;
    border-radius: 7px;
    color: #5e5e5e;
    text-transform: uppercase;
}
a.getMore{
    color: #000;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    display: block;
    margin: 10px 0;
}
a.getMore:hover{
    color:#009200;
    text-decoration: none;
}
button.callback:hover{
    color:#fff;
    background: #009200;
}
footer{
    padding:25px 0;
    border-top:1px solid #e5e5e5;
    position: relative;
}
footer .orderContainer {
display: block;
    width: 100px;
    height: 44px;
    position: fixed;
    bottom: 5px;
    right: 5px;
    border: 1px solid #ccc;
    border-radius: 8px;
    text-align: center;
    padding: 9px 0 0;
    background: #fff;
    z-index: 999;
    font-weight: bold;
}
footer .cart {
  	min-width: 300px;
    display: none;
    position: fixed;
    background: #fff;
    border: 1px solid #ccc;
    bottom: 5px;
    right: 61px;
    padding: 10px 18px 15px;
    border-radius: 6px;
    z-index: 999;
}
span.remove{
    color:red;
}
span.remove:hover{
    cursor:pointer;
}
.cart p{
    font-size: 14px;
    padding-top: 10px;
}
.cart input{
    width: 100%;
    padding: 4px 10px;
    border-radius: 6px;
    border: 1px solid #e5e5e5;
}
footer .order_inputs{
    font-size: 14px;
    padding: 5px 10px;
}
footer span.cartTitle {
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}
.cart .hidden{
    display: none;
}
a{
    color:#289122;
}
.cart a.onOrder {
    display: block;
    margin: 0 auto;
    border: 1px solid #e5e5e5;
    color: #fff;
    min-width: 100px;
    padding: 6px 9px;
    text-align: center;
    width: 40%;
    text-decoration: none;
    background: #009200;
    border-radius: 6px;
}
.textBlock.cart {
    margin-bottom: 100px;
}
.copyright, .phones a{
    color:#289122;
    font-family: 'Roboto', sans-serif;
}
.phones a{
	font-size: 18px;
}
.socialBlock{
    color:#b9b9b9;
}
.socialBlock i{
    padding:0 8px;
}
.socialBlock i:hover{
    cursor: pointer;
    color:#2d7629;
}
button.close {
    top: 0px;
    position: absolute;
    right: 4px;
}
.online{
	    padding: 0 18px;
    font-weight: bold;
    color: #c42234;
}
.menuCategory {
    margin-top: 16px;
}
.menuCategory ul{
    display: block;
    margin: 0;
    padding: 0;
}
.menuCategory ul li{
    list-style: none;
    border: 1px solid #289122;
    padding: 5px 15px;
    border-radius: 5px;
    background: #289122;
}
.menuCategory ul li a{
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    color:#fff;
    font-weight: 700;
}
.menuCategory ul li.active, .menuCategory ul li:hover{
    background: #fff;
    color:#289122;
    
}
.menuCategory ul li.active a, .menuCategory ul li:hover a{
    text-decoration: none;
    position: relative;
    color:#289122;
}
.menuCategory ul li a.active:after {
    display: block;
    content: '';
    width: 19px;
    height: 46px;
    background: url(../images/flakes.png) center center;
    background-size: cover;
    position: absolute;
    z-index: 99;
    top: -14px;
    left: -40px;
    transform: rotate(90deg);
}
.controls-top a{
    color:#000!important;
    position: absolute;
    display: block;
    z-index: 99;
    top: 170px;
}
.controls-top a[data-slide=prev]{
    left:-18px;
}
.controls-top a[data-slide=next]{
    right:-18px;
}
.photo_prod{
    width: 65px;
    height: 65px;
}
.offer a{
	display: block;
    margin: 15px auto 0;
    width: 218px;
    padding: 7px 12px;
    color: #2d7629;
    background: #fff;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    border-radius: 5px;
    text-transform: uppercase;
    border: 1px solid;
}
.card-body {
    min-height: 147px;
    padding: 20px 15px 0;
}

/* Timer styles */
.timer ul{
    margin: 0;
    padding: 0;
}
.timer li {
  display: inline-block;
  font-size: 1.5em;
  list-style-type: none;
  padding: 0.5em;
  text-transform: uppercase;
  color:#fff;
}
.timer li span {
  display: block;
  font-size: 3.5rem;
  color:#fff;
}
.timer span{
    font-size: 30px;
    font-family: 'Roboto Slab', serif;
    text-align: center;
    color: #fff;
}
.phone-mini{
    display: none;
}
.productList .col-lg-4{
    position: initial;
}
.prodImg:hover .moreInfo{
    display: block;
}
/* Modal styles*/
.modalProduct{
    position: fixed;
    display: none;
    width: 800px;
    min-height: 400px;
    background: #fff;
    border: 1px solid #cecece;
    padding: 20px;
    z-index: 999;
    left: 50%;
    right: 50%;
    top: 0;
    border-radius: 5px;
    box-shadow: 0 0 9px 4px #cecece;
    transform: translate(-50%, 5%);
}
.modalProduct .photo{
    margin-bottom: 10px;
}
.modalProduct .photo img{
    width:100%;
}
.modalProduct .heading{
    font-size: 18px;
    font-weight: bold;
    font-family: 'Roboto Slab', serif;
}
.modalProduct .small_photo ul{
    display: block;
    padding:0;
    margin: 0;
}
.modalProduct .small_photo ul li{
    list-style: none;
    display: inline-block;
}
.modalProduct .small_photo ul li img{
    width: 60px;
    height: 60px;
    display: block;
    border:1px solid #eee;
    margin: 0 2px;
}
.modalProduct .small_photo ul li img:hover{
    cursor: pointer;
    border-color: #aaa;
}
.modalProduct .closeModal{
    display: block;
    position: absolute;
    z-index: 999;
    width: 20px;
    height: 20px;
    color: #000;
    right: 4px;
    top: 1px;
    font-size: 20px;
    cursor: pointer;
}
.modalProduct .closeModal:hover{
    color:rgba(0,0,0, 0.7);
}
.moreInfo {
    display: none;
    width: 117px;
    text-align: center;
    background: #fff;
    color: #289122;
    border: 1px solid #289122;
    border-radius: 10px;
    padding: 5px;
    position: absolute;
    z-index: 100;
    bottom: 5px;
    left: 50%;
    right: 50%;
    transform: translate(-50%, -5%);
    cursor: pointer;
}
span.small-text {
    font-size: 14px;
    color: #289122;
}
@media (max-width: 992px) {
	.online{
		display: none!important;
	} 
    .menu_toggle{
        display: block;
        color: #289122;
    }
    .menu_toggle i{
        padding-right: 5px;
    }
    .mobile_menu{
        display: none;
    }
    .menu .nav a{
        font-size: 15px;
        padding: 3px 0;
    }
    .menu{
        padding: 0;
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }
    .menu .nav a.active:after{
        display: none;
    }
    .productWrapper:before{
        display: none;
    }
    img.intro{
        width:80%;
        margin: 20px auto;
    }
    .timer span{
        font-size: 24px;
    }
    div#top{
        min-height: 180px;
    }
     div#top.active{
       min-height: 390px;
    }
    div.logo{
        text-align: center;
        margin-top: 15px;
    }
    .phone-large{
        display:none;
    }
    .phone-mini{
        display: block;
    }
    .phones a {
        font-size: 14px;
    }
    section#head{
        padding-bottom: 55px;
    }
    section#head:after{
        background-size: cover;
    }
    section#products{
        padding-top: 50px;
    }
    .productWrapper .container:after{
        display: none;
    }
    .productList .col-lg-4{
        position: relative;
    }
    .modalProduct{
        width: 98%;
        position: absolute;
        transform: translate(-50%, 0%);
    }
}