html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input, textarea {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
sup{
	font-size:11px;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	color: #222;
	text-decoration: none;
}
a:hover {
	color: #00BD34;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	text-decoration: none;
}
.b-link {
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	color: inherit;
}
.b-link:hover {
	color: inherit;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
input[type="text"], input[type="password"], textarea, select {
	display: block;
	width: 100%;
	height: 50px;
	padding: 6px 18px;
	font-size: 14px;
	line-height: 34px;
	color: #bfbbb6;
	background-color: #fff;
	border: 1px solid #e2e2e2;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
	outline: 0;
}
strong{
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}
textarea {height: 152px;}
table {width: 100%;}
.clearfix:after, .row:after, .container:after {
	content: '';
	display: table;
	clear: both;
}
/********text********/
/*.text * {font-family: 'open_sansregular', Arial, sans-serif;}*/
.text h1, .text h2, .text h3, .text h4, .text strong {font-family: 'Open Sans', sans-serif; font-weight: bold;}
.text ul, .txt-2 ul {
	list-style-type: disc;
	padding: 18px 20px;
}
.text ol {
	padding: 18px 40px;
	list-style-type: decimal;
}
.text em {font-style: italic;}
.text p {margin-bottom: 9px;}
.text img {max-width: 100%;}
.text table {
	width: 100%!important;
	height: auto;
}
.text td {
	border: 1px solid #ccc;
	padding: 5px;
	vertical-align: top;
}
.text tr:nth-child(odd) {background: #eee;}
small{
	font-size: 80%;
}
/*********text********/
.img {
	vertical-align: middle;
	max-width: 100%;
}
.f-left{
	float:left;
}
.f-right{
	float:right;	
}
.t-left{
	text-align:left;
}
.t-right{
	text-align:right;
}
.t-center{
	text-align: center;
}
.m-top{
	margin-top: 30px;
}
.m-bottom{
	margin-bottom: 30px;
}
.m-top-b{
	margin-top: 60px;
}
.m-bottom-b{
	margin-bottom: 60px;
}
.m-right{
	margin-right: 30px;
}
.m-left{
	margin-left: 30px;
}
.p-top{
	padding-top: 30px;
}
.p-bottom{
	padding-bottom: 30px;
}
.p-bottom-b{
	padding-bottom: 60px;
}
.p-top-b{
	padding-top: 60px;
}
.p-right{
	padding-right: 30px;
}
.p-left{
	padding-left: 30px;
}
.r-img{
	vertical-align: middle;
	max-width: 100%;
}
.hidden {display: none;}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.clearfix:after, .row:after, .container:after {
	content: '';
	display: table;
	clear: both;
}
html {font: 100%/1.4 "Open Sans", sans-serif;
}
html, body{
	height: 100%;
	line-height: 1.4;
	-webkit-font-smoothing: subpixel-antialiased !important;
	color: #000;
	-webkit-text-size-adjust: none;
	font-weight: 300;
}
body {

}
h1, .h1, h2, h3, h4, h5, h6 {
	margin-top: 1.25rem;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 1.25rem;
}
h4, h5, h6 {
	margin-top: 0.625rem;
	margin-bottom: 0.625rem;
}
h1,
.h1 {
	font-size: 2.15em;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	color: #000;
}
h2,
.h2 {
	font-size: 1.475em;
}
.h2 {
	font-size: 1.975em;
}
h3,
.h3 {
	font-size: 1.5em;
}
h4,
.h4 {
	font-size: 1.125em;
}
h5,
.h5 {
	font-size: 0.875em;
}
h6,
.h6 {
	font-size: 0.75em;
}

.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.fixed{
	position: fixed;
	top:0px;
	width: 100%;
	z-index: 99999;
}
.d-none{
	display: none;
}
bold, .bold{
	font-weight: 700;
}
@media (min-width: 768px) {
	.container {
	width: 750px;
	}
}
@media (min-width: 992px) {
	.container {
	width: 970px;
	}
}
@media (min-width: 1200px) {
.container {
	width: 1170px;
	}
}
.container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.row {
	margin-right: -15px;
	margin-left: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left;
}
.col-xs-12 {
	width: 100%;
}
.col-xs-11 {
	width: 91.66666667%;
}
.col-xs-10 {
	width: 83.33333333%;
}
.col-xs-9 {
	width: 75%;
}
.col-xs-8 {
	width: 66.66666667%;
}
.col-xs-7 {
	width: 58.33333333%;
}
.col-xs-6 {
	width: 50%;
}
.col-xs-5 {
	width: 41.66666667%;
}
.col-xs-4 {
	width: 33.33333333%;
}
.col-xs-3 {
	width: 25%;
}
.col-xs-2 {
	width: 16.66666667%;
}
.col-xs-1 {
	width: 8.33333333%;
}
@media (min-width: 968px) {
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-13 {
	float: left;
	}
	.col-sm-13 {
	width: 20%;
	}
	.col-sm-12 {
	width: 100%;
	}
	.col-sm-11 {
	width: 91.66666667%;
	}
	.col-sm-10 {
	width: 83.33333333%;
	}
	.col-sm-9 {
	width: 75%;
	}
	.col-sm-8 {
	width: 66.66666667%;
	}
	.col-sm-7 {
	width: 58.33333333%;
	}
	.col-sm-6 {
	width: 50%;
	}
	.col-sm-5 {
	width: 41.66666667%;
	}
	.col-sm-4 {
	width: 33.33333333%;
	}
	.col-sm-3 {
	width: 25%;
	}
	.col-sm-2 {
	width: 16.66666667%;
	}
	.col-sm-1 {
	width: 8.33333333%;
	}
}
@media (min-width: 992px) {
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
	float: left;
	}
	.col-md-12 {
	width: 100%;
	}
	.col-md-11 {
	width: 91.66666667%;
	}
	.col-md-10 {
	width: 83.33333333%;
	}
	.col-md-9 {
	width: 75%;
	}
	.col-md-8 {
	width: 66.66666667%;
	}
	.col-md-7 {
	width: 58.33333333%;
	}
	.col-md-6 {
	width: 50%;
	}
	.col-md-5 {
	width: 41.66666667%;
	}
	.col-md-4 {
	width: 33.33333333%;
	}
	.col-md-3 {
	width: 25%;
	}
	.col-md-2 {
	width: 16.66666667%;
	}
	.col-md-1 {
	width: 8.33333333%;
	}
}
@media (min-width: 1200px) {
	.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
	float: left;
	}
	.col-lg-12 {
	width: 100%;
	}
	.col-lg-11 {
	width: 91.66666667%;
	}
	.col-lg-10 {
	width: 83.33333333%;
	}
	.col-lg-9 {
	width: 75%;
	}
	.col-lg-8 {
	width: 66.66666667%;
	}
	.col-lg-7 {
	width: 58.33333333%;
	}
	.col-lg-6 {
	width: 50%;
	}
	.col-lg-5 {
	width: 41.66666667%;
	}
	.col-lg-4 {
	width: 33.33333333%;
	}
	.col-lg-3 {
	width: 25%;
	}
	.col-lg-2 {
	width: 16.66666667%;
	}
	.col-lg-1 {
	width: 8.33333333%;
	}
}

.btn{
	font-weight: 700;
	font-style: normal;
	color: #ffffff;
	display: inline-block;
	padding:10px 20px;
	font-size: 15px;
	text-transform: uppercase;
	background-color: #00BD34;
	border-color: transparent;
}
.btn:hover{
	color: #1e283a;
	background-color: #c3cdd5;
	border-color: transparent;
}
.header{
	position: relative;
    background: #8cc63e;
    color: #fff;
    padding:15px 0px;
}
.header .col-sm-1 a{
	color:#fff;
	font-size:43px;
}
.phone-block {
	font-weight: 400;
	font-size: 30px;
}
.spblock {
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    font: 14px/1.5 'Open Sans', sans-serif;
}
.wrapper-slider{
	position: relative;
}
.category-block li{
	margin-bottom: 10px;
}
.category-block-item:hover{
	border:1px solid #00BD34;
}
.category-block-item a{
	display: inherit;
}
.block-name{
    display: table-cell;
    vertical-align: top;
    max-width: 200px;
    width: 100%;
    font-size: 15px;
    padding-left: 10px;
    vertical-align: middle;
}
.category-block li:nth-child(3n) + li {
    clear: left;
}
.category-block-item{
    border: 1px solid #c0c0c0;
    padding: 5px;
    display: table;
    width: 100%;
}
.b-photo-layout {
	position: relative;
	padding-bottom: 1.875rem;
}
.b-photo .slick-prev,
.b-photo .slick-next
{
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 110%;
	display: block;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}
.b-photo .slick-prev:before,
.b-photo .slick-next:before
{
	font-family: 'FontAwesome';
	font-size: 26px;
	line-height: 1;
	color: #333;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.b-photo .slick-prev:hover:before,
.b-photo .slick-next:hover:before {
	color: #8cc63e;
}
.b-photo .slick-prev
{
	left: 42%;
}
.b-photo .slick-prev:before
{
	content: '\f104';
}
.b-photo .slick-next
{
	right: 42%;
}
.b-photo .slick-next:before
{
	content: '\f105';
}
.wrapper-footer{
	color:#fff;
	background: #8cc63e;	
}
.mm-listview>li>a, .mm-listview>li>span{
	text-align:left;
}
body .mm-menu.mm-theme-black{
    background: #71716f;	
}
body .mm-menu.mm-theme-black li a{
	color:#fff;
}
.mm-listview>li:not(.mm-divider):after, .mm-panels>.mm-panel:after, .mm-panels>.mm-panel:before{
	background: #c0c0c0;
}
body .mm-panels>.mm-panel:after, .mm-panels>.mm-panel:before{
	height:0px;
}
body .mm-menu .mm-navbar a, .mm-menu .mm-navbar>*{
	color:#fff;
}
.mm-navbar{
	border-bottom:1px solid #ccc;
}
body .mm-menu.mm-theme-black li a:hover{
	background: #8cc63e;
}
.mm-listview>li:not(.mm-divider):after{
	left:0px;
}
@media (max-width: 992px) {
.phone-block{
	font-size: 26px;
}
.header .col-sm-5{
	padding-bottom: 20px;
}
}