@charset "UTF-8";
/* CSS Document */
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html,
body {
	height: 100%;
}
html{
	overflow:auto;
}
body {
	padding:0px;
	margin: 0px;
	height: auto!important;
    height: 100%;
    min-height: 100%;
	background:#ffffff;
	font:14px/1.3 Arial, Helvetica, sans-serif;
	color:#000000;
}
/*a {
    color:#042f79;
}
a:hover{
	text-decoration: none;
	color: #042f79;
}*/

a {
    color:#003a02;
}
a:hover{
	text-decoration: none;
	color: #077e0a;
}

a:focus {
	color:#003a02;
	text-decoration: none;
}

ul,ol{
	padding-left: 20px;
}
/*.wrapper{
	max-width:1400px;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	margin-bottom: 30px;
}

@media (max-width: 507px){
	.wrapper{
		margin-bottom: 50px;
	}
}*/
/******************************/
.form-control{
	border-radius:0;
}
.form-control:focus {
	border-color: #049009;
}
.btn-primary {
    background-color: #049009;
    border-color: #077e0a;
    font-weight: 700;
    margin-right: 4px;
    border-radius: 0;
}
.btn-danger{
	background-color: #cc0600;
    border-color: #cc0600;
    font-weight: 700;
    margin-right: 4px;
    border-radius: 0;
}
.btn-primary:hover {
    color: #fff;
    background-color: #077e0a;
    border-color: #077e0a;
}
.btn-primary.focus, .btn-primary:focus, .btn-primary:active:focus {
    border-color: #077e0a;
    background-color: #077e0a;
    outline: 0;
}
.btn:active, .btn.active {
    background-image: none;
    outline: 0!important;
    box-shadow: none;
}
/******************************/
.wrapper{   
	padding-left: 0;
	padding-right: 0;
}
.bgrow{
	background: #f5f5f5;   
	padding-left: 0;
	padding-right: 0;
}
.blokwrap{
	margin-left: 0;
	margin-right: 0;
	max-width: 1230px;
	/*padding: 0 15px;*/
}
@media (min-width: 1230px){
.blokwrap{
    margin-left: auto;
    margin-right: auto;
	}
}
.name{
	color: #077e0a;
    margin: 0px 0;
    font-size: 30px;
    padding: 0 0 20px;
    font-weight: bold;
	padding-top: 20px;
}
@media (max-width:800px){
.name{
	font-size: 19px;
	font-weight: 700;
	}
}
/********************/
.headertop{
	font-size: 1em;
	position:relative;
}
.headertop nav{
	text-align:right;
}
.headertop ul{
	padding-left: 0px;
}
.headertop .navbar-default{
	float: left;
	margin-bottom: 0;
}
@media (max-width:767px){
.headertop .navbar-default{
	float: none;
}
}
.imglogosm{
	position: absolute;
    padding: 3px;
    max-width: 150px;
    display: none;
	z-index:999;
}
@media (max-width:767px){
.imglogosm{
	display:block; 
	
}
.headertop .navbar-default .navbar-toggle{
	float:none;
}
}




/*********меню*************/
/*.navbar-nav.mr-auto li{
	list-style: none;
    padding: 3px 10px;
    border-radius: 20px;
    background: #049009;
    margin: 10px;
}
.navbar-nav.mr-auto li a{
	color: white;
    font-weight: bold;
}*/
.navbar-nav.mr-auto li{
	list-style: none;
    /*border-radius: 20px;*/
    background: #049009;
    margin: 10px 5px 0 0;
	text-align: left;	
}
@media (max-width:767px){
.navbar-nav.mr-auto li{
	margin-right:0;
}
}
.navbar-nav.mr-auto li a{
	color: white;
    font-weight: bold;
    display: block;
    padding: 5px 10px;
}
.navbar-nav.mr-auto li:hover{
	background:#cc0600;
}
.navbar-nav.mr-auto li:hover a:hover,
.navbar-nav.mr-auto li:hover a:focus{
	color: white;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: white;
	outline: none;
	text-decoration: none;
}


/*******************/
.login{
	float: right;
	font-weight: bold;
}
.login li{
	list-style: none;
    padding: 3px 10px;
}
@media (max-width:767px){
.login{
	float: none;
    text-align: center;
    background: #f9f9f9;
    margin: 0;
    padding-bottom: 5px;
}
.login li{
	display: inline-block;
	vertical-align: middle;
	}
}
.login img{
	width: 40px; 
}
.login .dropdown-menu{
	padding: 5px;
}
.navbar-nav.login > li > a{
	color: #003a02;
	display: block;
	padding-top:10px;
}
.navbar-nav.login > li > a:hover{
	color: #077e0a
}
/*.navbar-nav.login > li > a.basketimg{
	padding-top:5px;
	padding-bottom: 0;
}*/
/******************************/
.headercentr{
	font-size: 1.1em;
	padding-top: 25px;
    padding-bottom: 25px;
}
@media (max-width:991px){
.headercentr{
	padding-top: 15px;
    padding-bottom: 15px;
}
}
@media (max-width:767px){
.headercentr{
	padding-top: 0px;
    padding-bottom: 15px;
}
}
.logo{
	width: 200px;
}
.vremrab{
	padding-top:10px;
}
.aksent{
	font-weight: bold;
    color: #049009;
}
.akred{
	color: #c00;
}
.phone{
	padding-top:15px;
	padding-left:0;
}
@media (max-width:991px){
.phone{
	padding-left:15px;
}
}
/*****поиск******************/
.searchwrap{
	padding-top:15px; 
}
.search input,
.search .btn-primary{
	margin-bottom: 5px;
}
/*********контент**************/
.content{
	text-align:justify;
	font-size: 16px;
}
@media (max-width:600px){
.content{
	text-align:left;
}
}

/*****каталог на главной******/
.menucatwrap,
.navbar-default{
	border: none;
	background: transparent;
	margin-bottom: 0; 
}
.menucatwrap{
	float:left;
}
@media (max-width:767px){
.menucatwrap{
	float:none;
}
}
.menucat{
	position:relative;
}
.menucat .dropdown-menu{
	padding: 0;
	font-size: 1.2em;
	width: 100%;
}
.menucat .dropdown-menu a{
	padding-left: 10px;
	white-space: normal;
}
.dropdown-menu{
	border-radius: 0;
}
.dropdown img {
    /*max-height: 40px;*/
    margin-right: 5px;
}

@media (max-width:350px){
.dropdown img {
    max-height: 30px;
    }
}



#catalog-sidebar a{
	display: inline-block;
}
.menucat .dropdown{
	border-bottom: 3px solid #f5f5f5;
}
.menucat .dropdown:hover{
	background-color: #e7e7e7;
	border-bottom: 3px solid #cc0600;
}
.menucat .dropdown.open{
	border-bottom: 3px solid #cc0600;
}

@media (min-width: 768px){
.menucat .navbar-nav > li > a {
    padding-bottom: 10px;
	}
}
.menucat .navbar-default .navbar-nav > li > a,
.menucat .menucatwrap .navbar-nav > li > a{
	color:#003a02;
	font-size: 1.3em;
}
@media (max-width:767px){
.menucat .menucatwrap .navbar-nav > li > a{
	padding-left:0;
	padding-right:0;
}
}

@media (max-width:370px){
.menucat .menucatwrap .navbar-nav > li > a{
	font-size: 1.2em;
}
}
@media (max-width:350px){
.menucat .menucatwrap .navbar-nav > li > a{
	font-size: 1.1em;
}
}
@media (max-width:767px){
.navbar-nav {
    margin:0;
}
}
@media (max-width: 767px){
.navbar-nav .open .dropdown-menu > li > a{
    padding-left: 5px;
}
}
.menucatwrap .navbar-toggle.collapsed{
	margin-left:15px;
	float:none;
}

#basket{
	float:right;
	padding-right:15px;
	position:relative;
}
@media (max-width:767px){
#basket{
	position:absolute;
	right:0;
	top:0;
}
}




#basket img{
	max-height:40px;
	margin-right:auto;
	margin-left:auto;
	margin-top:5px;
}
@media (max-width: 767px){
#basket img{
	max-height:25px;
}
}


.basketakc{
	color: #003b02;
    font-weight: bold;
}
.bask{
	position: absolute;
    top: 5px;
    right: 35%;
    background: #049009;
    color: #ffffff;
    font-weight: bold;
    padding: 2px;
    border-radius: 50%;
}
/*****баннеры*************/
.banners{
	/*padding-top: 20px;*/
    text-align: center;
}

.banner{
    display: inline-block;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 35px 15px 20px;
}

.banner.one {
	margin: 0;
	padding: 35px 15px 20px;
}

.banner img{
	margin-right: auto;
	margin-left: auto;
	width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    max-width: inherit;
    -o-object-fit: cover;
    object-fit: cover;
}

.banner.one img {
	position: unset;
}

.banner.two {
	width: 46%;
}

.banner.three {
	width: 30%;    
}

@media (max-width: 992px){
	.banner.three {
		width: 40%;	
		padding: 0px 0px 24% 0px;	
	}	
	.banner:last-child{
		margin-top: 0;
	}
	.banner.two {
		width: 56%;
		padding: 0px 0px 24% 0px;
	}
}

@media (max-width: 770px){
	.banner.three, .banner.two {
		width: auto;
		padding: 15px;
    	margin: 0;
		padding-top: 0px;
	}
	.banner:first-child{
		padding-top: 35px;
	}
	.banner.three img {
		position: unset;
		max-width: 369px;
	}
	.banner.two img {
		position: unset;
		max-width: 560px;
	}
}

/***слайдер***/ 
.cart__title {
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	padding-top: 15px;
}
.product-price {
	font-size: 20px;
    font-weight: bold;
    color: #c00;
    text-align: center;
	padding-top:20px;
}
.product-price .cart__price{
	background: #cc0600;
    color: #ffffff;
    font-weight: 600;
    padding: 3px;
    display: inline-block;
    font-style: italic;
    font-size: 18px;
    border-radius: 5px;
}


.owl-carousel.owl-loaded {
    position: relative;
}

.owl-nav {
	position: absolute;
    top: -40px;
    right: 0;
}

.owl-prev {
    margin-right: 5px;
}

.owl-carousel .owl-nav button.owl-prev, 
.owl-carousel .owl-nav button.owl-next, 
.owl-carousel button.owl-dot {
	background: #049009;
    color: #ffffff;
    font-size: 22px;
    width: 28px;
    border-radius: 50%;
}

.cart__title {
 -moz-transition: all 0.5s ease-out;
 -o-transition: all 0.5s ease-out;
 -webkit-transition: all 0.5s ease-out;
 }

.product:hover .cart__title{
	-webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
}
.owl-stage-outer{
	border-top: 1px solid #cc0600;
    padding-top: 20px;
} 
.owl-carousel .owl-item img {
    max-width: 100%;
    max-height: 200px;
	width:auto;
	height:auto;
	margin-right:auto;
	margin-left:auto;
}

/****категории продуктов****/
.card-body img {
	max-width: 100%;
    max-height: 200px;
    width: auto;
    height: auto;
    margin-right: auto;
    margin-left: auto;
}

.card.list-item a{
	font-size: 16px;
	padding: 0;
	white-space: normal;
	width: 100%;
}

.card-header {
	font-size: 20px;
    color: #003b02;
    margin-bottom: 15px;
}

.pr-category {
	text-align: center;
	margin-bottom: 15px;
    padding-top: 10px;
    border: 1px solid #cccccc;
    margin: 10px;
    width: 23%;
}

.part-product {
    margin-right: 0;
    margin-left: 0;
}

@media (max-width: 1100px){
    .pr-category  {
        width: 30%;
    }
}

@media (max-width: 860px){
    .pr-category  {
        width: 47%;     
    }
}

@media (max-width: 767px){
    .pr-category  {
        width: 60%;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
}

@media (max-width: 500px){
    .pr-category  {
        width: 100%;
    }
}


.pr-category:hover {
    border: 1px solid #cc0000;

}
.product-category .list-item {
    border: 0;
}

.product-category .list-item .card-footer{
    font-size: 20px;
    font-weight: bold;
    color: #c00;
    text-align: center;
}


.product-category .card-header {
    font-size: 16px; 
    padding-top: 15px;
    margin-bottom: 0;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
}

.product-category  {
    background: #f9f9f9;
    padding: 10px;
    margin: 10px;
    width: 30%;
}

.product-category img{
	max-width: 100%;
    max-height: 200px;
    width: auto;
    height: auto;
    margin-right: auto;
    margin-left: auto;
}

.product-category:hover .card-header {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
}

@media (max-width: 767px){
	.product-category  {
	    width: 70%;
	    margin-left: auto;
    	margin-right: auto;
	}
}
@media (max-width: 500px){
	.product-category  {
	    width: 100%;
	}
}
.qty{
	padding: 20px 10px;
    font-size: 20px;
    color: #003b02;
    font-weight: normal;
	} 
input.count{
	width: 50px;
    display: inline-block;
}
.plus,.minus{
	display:inline-block;
	cursor: pointer;
}
.minus{
	padding:5px;
}
.plus{
	padding:5px 0;
}
/*****фильтры************/
.filterwrap{
	padding-bottom:10px;
}
.filterwrap label{
	font-weight:normal;
}
.filtr{
	background: #f9f9f9;
    color: #003a02;
    font-size: 18px;
    padding: 2px;
	font-weight:bold;
	margin-top: 10px;
}
/****продукт****/
.productwrap img {
	max-height: 200px;
    margin-right: auto;
    margin-left: auto;
}
.paramwrap p{
	overflow:hidden;
	}

.paramwrap{
	font-size:15px;
}
.nameparprod{
	font-weight:bold;
	color:#003a02;
    padding-top: 20px;
}
.paramwrap .parprod{
	
}
.productwrap .owl-stage-outer{
	margin-top:30px;
}
.price,
.ves{
	background: #cc0600;
    color: #ffffff;
    font-weight: 600;
    padding: 3px;
    display: inline-block;
    font-style: italic;
    font-size: 18px;
    border-radius: 5px;
}
.ves{
	background: #049009;
}
.catfoot{
	padding-bottom:20px;
	text-align:right;
}
@media (max-width: 767px){
.catfoot{
	text-align:left;
}
}

/*****footer***************/

.footer .phone {
	margin-top: 30px;
}

.footer .copyright {
   	margin-top: 25px;
}

.footer .copyright a{
	font-weight: 600;
}

.footer .card-ban ul li {
    display: inline-block;
}

.footer .card-ban {
    text-align: right;
}

.footer .card-ban img{
    max-height: 40px;
}

.footer .card-ban ul {
    padding: 0;
}

@media (max-width: 769px) {
    .footer .card-ban {
        text-align: center;
    }
}

.footer{
	padding-top: 20px;
    font-size: 1.1em;
    margin-top: 40px;
	padding-bottom: 20px;
}
.fotnaz{
	padding-top: 20px;
    color: #003b02;
	font-style: italic;
	max-width: 320px;
}
.namefoot{
	color: #077e0a;
    font-weight: 600;
    padding-bottom: 10px;
}
.footer ul{
	padding-left: 0px;
}
.footer li{
	list-style: none;
    padding: 5px 5px 5px 0;
}
/***ошибка 404***/

.error-404 {
	text-align: center;
	font-size: 16px;
	padding-left: 15px;
	padding-right: 15px;
}

.error-404 img {
	display: inline-block;
}

/*анимация дрожания корзины */
.vibro {
    -webkit-animation: 0.1s tremor ease-out infinite;  
    animation: 0.1s tremor ease-out infinite;    
}
@-webkit-keyframes tremor {
    0%, 25% {
        left: -1px;
        top:-1px;
        -webkit-transform: translateX(-4%);
        transform: translateX(-4%);
    }
    50%, 100% {
        left: 1px;
        top: 1px;
        -webkit-transform: translateX(4%);
        transform: translateX(4%);
    }
}
@-moz-keyframes tremor {
    0%, 25% {
        left: -1px;
        -webkit-transform: translateX(-4%);
        transform: translateX(-4%);
    }
    50%, 100% {
        left: 1px;
        -webkit-transform: translateX(4%);
        transform: translateX(4%);
    }
}
@-ms-keyframes tremor {
    0%, 25% {
        left: -1px;
        -webkit-transform: translateX(-4%);
        transform: translateX(-4%);
    }
    50%, 100% {
        left: 1px;
        -webkit-transform: translateX(4%);
        transform: translateX(4%);
    }
}
@-o-keyframes tremor {
    0%, 25% {
        left: -1px;
        -webkit-transform: translateX(-4%);
        transform: translateX(-4%);
    }
    50%, 100% {
        left: 1px;
        -webkit-transform: translateX(4%);
        transform: translateX(4%);
    }
}
@keyframes tremor {
    0%, 25% {
        left: -1px;
        -webkit-transform: translateX(-4%);
        transform: translateX(-4%);
    }
    50%, 100% {
        left: 1px;
        -webkit-transform: translateX(4%);
        transform: translateX(4%);
    }
}

/***пагинация***/
.pagination > li > a, .pagination > li > span {
    border: 1px solid #049009;
}

.pagination > .active > a, .pagination > .active > span, 
.pagination > .active > a:hover, .pagination > .active > span:hover, 
.pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #049009;
    border-color: #049009;
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
	border-color: #049009;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    z-index: 2;
    color: #ffffff;
    background-color: #ff0000;
    border-color: #049009;
}

/***глиф-иконки***/


.dopinf:before {
    font-family: 'Glyphicons Halflings';
    padding-right: 5px;
    color: #049009;
    position: relative;
    top: 3px;
}

.headercentr .dopinf:before {
    color: #cc0000;
    font-weight: normal;
}
/***личный кабинет***/
.usermenu{
	overflow:hidden;
	} 
.usermenu ul{
	padding-left:0;
	float:none;
	margin-left:0;
	margin-right:0;
} 
.usermenu ul.navbar-nav.mr-auto li{
	display:block;
	float:none;
}
@media (max-width:767px){
.usermenu ul.navbar-nav.mr-auto li{
	display:inline-block;
}
}
@media (max-width:350px){
.usermenu ul.navbar-nav.mr-auto li{
	display:block;
}
}
.usercont{
	padding-top:0;
}
@media (max-width:767px){
.usercont{
	padding-top:20px;
}
}
a.offer,
a.offer:hover{
	color: #cc0600;
	}
.text-md-right{
	text-align:right;
	}
@media (max-width:991px){
.text-md-right{
	text-align:left;
	}
}
.invalid-feedback{
	color:#cc0600;	
}
/*.datawrap{
	max-width:200px;
	}
*/
/****************/
.menucat.fixed {
    position: fixed;
    top: 0;
    z-index: 9999;
    background: #f5f5f5;
	left:0;
	right:0;
}
/***корзина товаров**/

.check img {
    max-width: 100%;
    max-height: 200px;
}

.check .table-images {
    text-align: center;
}

.check .btn-outline-danger,
.remove-product .bg-transparent {
    background-color: #cc0000;
    border-color: #9a0000;
    font-weight: 700;
    border-radius: 0;
    margin-bottom: 5px;
    color: #ffffff;
    box-shadow: none;
    border-width: 1px;
    border-style: solid;
}

.check .btn-outline-danger:hover,
.remove-product .bg-transparent:hover {
    background-color: #9a0000;
}

.minus-product, .plus-product{
    display: inline;
    font-size: 20px;
}

.minus-product button, 
.plus-product button{
    display: inline;
    font-size: 20px;
    background-color: #049009;
    font-weight: 700;
    border: 1px solid #077e0a;
    color: #ffffff;
}

.mx-1{
    display: inline;
    font-size: 20px;
    font-weight: bold;
    color: #c00;
}

.table-price {
    font-size: 20px;
    font-weight: bold;
    color: #c00;
    text-align: center;
}

.table-weight {
   font-size: 20px;
    font-weight: bold;
    color: #077e0a;
    text-align: center; 
}

.check .table-bordered tr>th {
    font-size: 18px;
}

.table-product_name {
    font-size: 16px;
}

.btn-success {
    color: #fff;
    background-color: #049009;
    border-color: #077e0a;
    font-weight: 700;
    border-radius: 0;
}

.btn-success:hover {
    color: #fff;
    background-color: #077e0a;
    border-color: #077e0a;
}

/**************************таблицы**********************/
table{
    width: 100%;
    max-width: 100%;
    margin:0 auto 15px;
    border: 0!important;
    max-width: 100%;
    display: block;
    overflow: auto;
    border-collapse: collapse;
    border-spacing: 0;
}
@media (max-width: 767px){
table{
    width: 100%!important;
    font-size:15px;
} 
}
table tbody{
    display: table;
    width: 100%;
}
table td{
    padding: 4px;
    vertical-align: top;
    border: 1px solid #c3c3c3;
}

table tr:first-child td{
    vertical-align:middle;
}
.warningraz{
	text-align: center;
    color: red;
    text-transform: uppercase;
    font-size: 21px;
}
/**********кнопка наверх*************************/	
#toTop {
    background: url(../images/topbutton.png) no-repeat;
    width: 46px;
    height: 46px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    cursor: pointer;
    display: none;
    z-index: 10000;
    border-radius: 50%;
}
/************************************************/

ol {
	padding-left: 0;
}
ol li {
	list-style: none;
}
ol li:before {
	content: "•";
	color: #049009;
	padding-right: 5px;
    font-size: 16px;
}

/****/

.nav.navbar-nav li {
	border-bottom: 3px solid #f5f5f5;
}

.nav.navbar-nav li:hover{
	background-color: #e7e7e7;
    border-bottom: 3px solid #cc0600;
}

/*****/

.banner__text {
	font-size: 20px;
    background: #f5f5f5;
    color: #c00;
    padding: 15px;
    border-left: 5px solid #c00;
}