@font-face {
	font-family: 'MyriadPro Bold';
	src: url(/fonts/MyriadPro-Bold.eot?#iefix) format('embedded-opentype'),  url(/fonts/MyriadPro-Bold.otf)  format('opentype'),
		 url(/fonts/MyriadPro-Bold.woff) format('woff'), url(/fonts/MyriadPro-Bold.ttf)  format('truetype'), url(/fonts/MyriadPro-Bold.svg#MyriadPro-Bold) format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'MyriadPro';
	src: url(/fonts/MyriadPro-Regular.eot?#iefix) format('embedded-opentype'),  url(/fonts/MyriadPro-Regular.otf)  format('opentype'),
		 url(/fonts/MyriadPro-Regular.woff) format('woff'), url(/fonts/MyriadPro-Regular.ttf)  format('truetype'), url(/fonts/MyriadPro-Regular.svg#MyriadPro-Regular) format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'MyriadPro Italic';
	src: url(/fonts/MyriadPro-It.eot?#iefix) format('embedded-opentype'),  url(/fonts/MyriadPro-It.otf)  format('opentype'),
		 url(/fonts/MyriadPro-It.woff) format('woff'), url(/fonts/MyriadPro-It.ttf)  format('truetype'), url(/fonts/MyriadPro-It.svg#MyriadPro-It) format('svg');
	font-weight: normal;
	font-style: normal;
}
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, strong, 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;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	text-decoration: none;
}
a:hover {
	color: #37c9dd;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	text-decoration: none;
}
input[type="text"], input[type="password"], textarea {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
textarea {height: 200px;}
table {width: 100%;}
/********text********/
.text h1, .text h2, .text h3, .text h4, .text strong {font-family: 'MyriadPro Bold';}
.text ul {
	list-style-type: disc;
	padding: 18px 40px;
}
.text ol {
	padding: 18px 40px;
	list-style-type: decimal;
}
.text em {font-family: 'MyriadPro Italic';}
.text p {margin-bottom: 5px;}
.text img {max-width: 100%;}
/*********text********/
.fl-l {float: left;}
.fl-r {float: right;}
.marg-r {margin-right: 30px;}
.marg-t {margin-top: 30px;}
.pad-t {padding-top: 30px;}
.marg-b {margin-bottom: 30px;}
.marg-l {margin-left: 30px;}
html, body{height: 100%;}
body {
	font: normal 14px/24px 'MyriadPro', sans-serif;
	color: #000;
	background: url(/images/body_bg.png) no-repeat center top;
}
h1,
h2,
h3,
h4 {
	font-family: 'MyriadPro Bold', sans-serif;
	color: #1F2021;
}
h1 {
	font-size: 32px;
	line-height: 36px;
	text-transform: none;
	text-align: center;
	margin: 0;
	position: relative;
}
h2 {
	font-size: 28px;
	line-height: 36px;
	text-transform: none;
	text-align: center;
	margin: 0;
	position: relative;
}
h3 {
	font-size: 22px;
	line-height: 24px;
	margin-top: 10px;
}
h4 {
	font-size: 18px;
	text-transform: uppercase;
	line-height: 20px;
	font-family: 'MyriadPro', sans-serif;
}
h5 {
	font-size: 14px;
	line-height: 20px;
	font-family: 'MyriadPro', sans-serif;
	margin-top: 0;
}
#breadcrumbs {padding: 25px 0;}
#page {position: relative;}
.top-line {
	background: #393938; /* Old browsers */
	background: -moz-linear-gradient(top,  #393938 0%, #565655 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #393938 0%,#565655 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #393938 0%,#565655 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#393938', endColorstr='#565655',GradientType=0 ); /* IE6-9 */
	padding: 3px 0;
	border-bottom: 4px solid #2ABCB9;
	color: #fff;
}
.top-line__phone {margin-right: 7px;}
.header-top {
	background: #fff;
	position: relative;
	padding: 10px 0;
}
.search {
	width: 280px;
	margin-top: 15px;
}
.search__form {border: 1px solid #6DA2C5;}
.search__form input[type="text"] {
	width: 170px;
	float: left;
	border: none;
	height: 28px;
	padding: 3px 9px;
}
.search__form label {
	color: #D2D3D4;
	padding: 5px 8px;
	margin: 2px 0;
	border-left: 1px solid #D2D3D4;
	outline: none;
	cursor: pointer;
	float: left;
}
.search__title {
	float: left;
	font: 600 18px/24px 'MyriadPro', sans-serif;
	color: #39B54A;
	margin: 5px 0 0 5px;
}
#pageMain {
	position: relative;
	min-height: 100%;
	background: url(/images/mainPage-bg.png) no-repeat 100% 100%;
	background-size: cover;
	padding-bottom: 150px;
}
.product {
	position: relative;
	background: url(/images/carousel_bg.png) no-repeat 100% 100%;
	padding: 12px 0 2px;
}
.product__item {
	text-align: center;
}
.product__item__link__img {
	max-width: 100%;
	vertical-align: middle;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.product__item__link__img:hover {
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.7);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.7);
	box-shadow: 0 0 10px rgba(0,0,0,.7);
}
#footer {
	position: relative;
	top: -180px;
}
.footer-layout {
	position: relative;
	background: url(/images/footer-bg.png) no-repeat 100% 100%;
}
.copyright {
	text-align: center;
	font: 600 14px/18px 'MyriadPro', sans-serif;
	color: #fff;
	padding: 190px 0 10px;
}
/*.productIndex-wrap {background: #fff;}*/
.prod-blocks {
	/*-webkit-box-shadow: 0px 40px 40px -40px rgba(0,0,0,.5),
						0px -40px 40px -40px rgba(0,0,0,.5);
	-moz-box-shadow: 0px 40px 40px -40px rgba(0,0,0,.5),
					 0px -40px 40px -40px rgba(0,0,0,.5);
	box-shadow: 0px 40px 40px -40px rgba(0,0,0,.5),
				0px -40px 40px -40px rgba(0,0,0,.5);*/
	position: relative;
	z-index: 3;
}
.prod-block {
	font: normal 11px/10px 'MyriadPro', sans-serif;
	color: #000;
	position: relative;
	-webkit-box-shadow: 10px 0px 10px -10px rgba(0,0,0,.5);
	-moz-box-shadow: 10px 0px 10px -10px rgba(0,0,0,.5);
	box-shadow: 10px 0px 10px -10px rgba(0,0,0,.5);
	padding-top: 15px;
	padding-bottom: 15px;
	min-height: 230px;
	padding-top: 10px;
    padding-bottom: 10px;
    min-height: 245px;
    padding-left: 10px;
    padding-right: 10px;
}
.prod-block:before {
	position: absolute;
	content: '';
	right: -30px;
	border: 15px solid transparent;
	display: block;
	top: 30px;
	z-index: 4;
}
.prod-block1 {background: #D7D7D8;z-index: 4;}
.prod-block1:before {border-left-color: #D7D7D8;}
.prod-block2 {background: #fff;z-index: 3;}
.prod-block2:before {border-left-color: #fff;}
.prod-block3 {background: #BAE2F5;z-index: 2;}
.prod-block3:before {border-left-color: #BAE2F5;}
.prod-block4 {
	background: #B1DF9A;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.prod-block5 {
background: #919190;
    background: -moz-linear-gradient(top, #919190 0%, #b8b8b7 50%, #919190 100%);
    background: -webkit-linear-gradient(top, #919190 0%,#b8b8b7 50%,#919190 100%);
    background: linear-gradient(to bottom, #919190 0%,#b8b8b7 50%,#919190 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#919190', endColorstr='#919190',GradientType=0 );
    font: normal 15px/10px 'MyriadPro', sans-serif;
    color: #000;
    padding: 5px;
    line-height: 40px;
    float: left;
    width: 100%;
}
.prod-block5 p {margin: 0;}
.product__img {max-width: 100%;vertical-align: middle;}
#photo_main_a {
	display: block;
	text-align: center;
}
.alignC {
	text-align: center;
	-webkit-box-shadow: inset 0px 40px 40px -40px rgba(0,0,0,.5);
	-moz-box-shadow: inset 0px 40px 40px -40px rgba(0,0,0,.5);
	box-shadow: inset 0px 40px 40px -40px rgba(0,0,0,.5);
	padding: 10px 0 0;
}
.alignC > div {
	margin-right: 30px;
	display: inline-block;
}
.alignC > div:last-child {margin-right: 0;}
.entry {
	background: url(/images/contacts_bg.png) no-repeat 50% top;
	min-height: 440px;
}
.conracts-wrap {
	padding: 130px 60px 0 40px;
}
#contactForm > div {
	margin-bottom: 15px;
}
#contactForm input[type="text"], #contactForm textarea {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #fff;
	color: #000;
}
#contactForm input[type="text"]::-webkit-input-placeholder, #contactForm textarea::-webkit-input-placeholder {color:#000;}
#contactForm input[type="text"]::-moz-placeholder, #contactForm textarea::-moz-placeholder {color:#000;}
#contactForm input[type="text"]:-moz-placeholder, #contactForm textarea:-moz-placeholder {color:#000;}
#contactForm input[type="text"]:-ms-input-placeholder, #contactForm textarea:-ms-input-placeholder {color:#000;}
#contactForm textarea {height: 135px;}
.butt {
	background: #afdff4; /* Old browsers */
	background: -moz-linear-gradient(top,  #afdff4 0%, #c9eaf8 1%, #3dc4ec 20%, #00a9e2 41%, #06469d 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #afdff4 0%,#c9eaf8 1%,#3dc4ec 20%,#00a9e2 41%,#06469d 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #afdff4 0%,#c9eaf8 1%,#3dc4ec 20%,#00a9e2 41%,#06469d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#afdff4', endColorstr='#06469d',GradientType=0 ); /* IE6-9 */
	display: inline-block;
	padding: 1px 20px;
	color: #fff;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border-top: 1px solid #C3C3C3;
	border-right: 1px solid #C3C3C3;
	border-left: 1px solid #C3C3C3;
	border-bottom: 1px solid #fff;
	outline: none;
	cursor: pointer;
}
.contacts-info {
	color: #fff;
	padding: 120px 0 0 350px;
}
.contacts-info > div {
	margin-bottom: 20px;
}
.contacts-info > div > span {
	padding-right: 20px;
	display: inline-block;
	min-width: 72px;
	text-align: right;
}
.formLabel {
	padding-left: 180px;
	margin-bottom: -17px;
}
.formLabel__heading1 {
	font: normal 14px 'MyriadPro', sans-serif;
	color: #000;
	text-transform: uppercase;
}
.formLabel__heading2 {
	font: normal 37.5px 'MyriadPro', sans-serif;
	color: #000;
	text-transform: uppercase;
}
.formLabel__heading2 span {
	color: #95C11F;
}
.news__item {margin-bottom: 120px;}
.news__item:last-child {margin-bottom: 0;}
.news__item__photo__link__img {
	max-width: 100%;
	vertical-align: middle;
}
.news__item__caption__title {
	margin-bottom: 40px;
}
.news__item__caption__title__link {
	color: #006633;
	font: bold 21px Calibri, Arial, sans-serif;
}
.news__item__caption__title__link:hover {text-decoration: underline;color: #006633;}
.news__item__caption__desc, .news__item__caption__more__date {
	font: normal 21px 'Calibri Light', Arial, sans-serif;
}
.news__item__caption__more {
	text-align: center;
	margin-top: 40px;
}
.news__item__caption__more__link {
    float: right;
    padding: 3px 35px;
    font: normal 19px 'MyriadPro';
    text-transform: uppercase;
    background: #00a900;
    background: -moz-linear-gradient(top, #00a900 0%, #005e00 100%);
    background: -webkit-linear-gradient(top, #00a900 0%,#005e00 100%);
    background: linear-gradient(to bottom, #00a900 0%,#005e00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a900', endColorstr='#005e00',GradientType=0 );
    color: #fff;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    position: relative;
}
.news__item__caption__more__link:hover {color: #fff;}
.news__item__caption__more__link:before {
	content: '';
	display: block;
	border: 10px solid transparent;
	border-top-color: #005e00;
	position: absolute;
	bottom: -20px;
	right: 20px;
}
.paging {
	padding: 25px 0;
	text-align: center;
}
.paging__item {
	display: inline-block;
	margin-right: 10px;
}
.paging__item:last-child {margin-right: 0;}
.paging__item__link {
	display: block;
	width: 35px;
	height: 35px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #706F6F;
	-webkit-box-shadow: inset 0 0 15px rgba(0,0,0,.5);
	-moz-box-shadow: inset 0 0 15px rgba(0,0,0,.5);
	box-shadow: inset 0 0 15px rgba(0,0,0,.5);
	text-align: center;
	vertical-align: middle;
	line-height: 35px;
	font-size: 19px;
}
.paging__item__link:not(.lnk-page) {font: bold 19px/35px Calibri, Arial, sans-serif;}
.paging__item__link:hover, .paging__item.current .paging__item__link {
	color: #fff;
	-webkit-box-shadow: inset 0 0 15px #00B113;
	-moz-box-shadow: inset 0 0 15px #00B113;
	box-shadow: inset 0 0 15px #00B113;
	background: #7DC200;
}
.news__photo {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
.news__title {
	color: #006633;
	font: bold 21px Calibri, Arial, sans-serif;
	margin-bottom: 40px;
}
.pad-block {
	padding-left: 60px;
	padding-right: 60px;
}
.slicknav_menu {display: none;}

@media screen and (min-width: 992px) {
	.header__nav {
		background: #90D7E6;
		padding-bottom: 1px;
		border-bottom: 1px solid #fff;
	}
	#nav {
		position: relative;
		display: table;
		width: 100%;
		background: #e7e9ea; /* Old browsers */
		background: -moz-linear-gradient(top,  #e7e9ea 0%, #f2f2f3 50%, #dadbdc 50%, #dadbdc 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  #e7e9ea 0%,#f2f2f3 50%,#dadbdc 50%,#dadbdc 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  #e7e9ea 0%,#f2f2f3 50%,#dadbdc 50%,#dadbdc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e9ea', endColorstr='#dadbdc',GradientType=0 ); /* IE6-9 */
		border-top: 1px solid #9E9E9D;
		border-bottom: 1px solid #00A5C8;
	}
	.nav__item {
		position: relative;
		display: table-cell;
	}
	.nav__item__link {
		background: transparent;
		display: block;
		text-align: center;
		padding: 28px 0 20px;
		color: #878787;
		font: bold 20px/22px 'MyriadPro Italic';
		position: relative;
	}
	.nav__item__link:after {
		position: absolute;
		content: '';
		display: block;
		top: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		width: 2px;
		height: 50px;
		background: #fff;
	}
	.nav__item__link:before {
		content: '';
		display: none;
		position: absolute;
		width: 16px;
		height: 8px;
		bottom: -2px;
		left: 50%;
		margin-left: -8px;
		background: url(/images/arr-up.png) no-repeat 50% 50%;
	}
	.nav__item:last-child .nav__item__link:after {display: none;}
	.nav__item.current .nav__item__link, .nav__item__link:hover {
		background: #008a00; /* Old browsers */
		background: -moz-linear-gradient(top,  #008a00 0%, #7cd300 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  #008a00 0%,#7cd300 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  #008a00 0%,#7cd300 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008a00', endColorstr='#7cd300',GradientType=0 ); /* IE6-9 */
		color: #fff;
	}
	.nav__item.current .nav__item__link:after, .nav__item__link:hover:after {display: none;}
	.nav__item.current .nav__item__link:before, .nav__item__link:hover:before {display: block;}
}
@media screen and (max-width: 1199px) {
	.entry {background: none;}
	.entry .col-sm-8, .entry .col-sm-4 {width: 100%;}
	.formLabel {
		margin-bottom: 25px;
		padding-left: 20px;
	}
	.contacts-info {
		color: #fff;
		padding: 40px;
		background: #009fe3; /* Old browsers */
		background: -moz-linear-gradient(left,  #009fe3 0%, #99d4ed 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left,  #009fe3 0%,#99d4ed 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right,  #009fe3 0%,#99d4ed 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009fe3', endColorstr='#99d4ed',GradientType=1 ); /* IE6-9 */
		border: 7px solid #0E223D;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		border-radius: 15px;
		margin-bottom: 30px;
	}
	.conracts-wrap {
		position: relative;
		margin-bottom: 30px;
		padding: 110px 40px 40px;
		background: #EDEDED;
		border: 7px solid #0E223D;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		border-radius: 15px;
	}
	.conracts-wrap:before {
		content: '';
		display: block;
		width: 190px;
		height: 105px;
		background: url(/images/envelope.png) no-repeat center top;
		position: absolute;
		top: -20px;
		left: 50%;
		margin-left: -95px;
	}
}
@media screen and (max-width: 991px) {
	#nav {
		display:none;
	}
	.slicknav_menu {
		display:block;
	}
}
@media screen and (max-width: 797px) {
	.owl-theme .owl-controls .owl-buttons div.owl-next, .nivo-nextNav {right: 0;}
	.owl-theme .owl-controls .owl-buttons div.owl-prev, .nivo-prevNav {left: 0;}
	.noMarg797 {margin: 0;}
	.prod-block:before {
		border: 0;
		position: static;
	}
}
@media screen and (max-width: 767px) {
	.header__logo {text-align: center;}
	.search {
		float: none;
		text-align: center;
		width: 100%;
	}
	.search__form {
		float: none;
		display: inline-block;
	}
}
@media screen and (max-width: 472px) {
	.prod-block {width: 100%;}
	.search__form input[type="text"] {width: 200px;}
}
.article a{
	color:#000;
}
.article a:hover{
	color:#006633;
}
.prod-block{
	text-align: justify;
}
.prod-block img{
	text-align:center;
}
.prod-block p{
	font-sise:10px;}
.prod-block h4, .prod-block7 h4{
	font-family: 'MyriadPro Italic';
	font-weight: bold;
	color:#36a9e1;
	margin:5px 0px;
	text-align:center;
	text-transform: capitalize;
	font-size:16px;
	text-transform: inherit;
}
.gal-1{
	text-align:center;
	margin-bottom:50px;
}
.gal-1 h3 a{
	color:#3F8400;
}
.gal-1 h3{
	color:#3F8400;
	font-weight: bold;
	font-family: 'MyriadPro Italic';
	font-size:17px;
}
.gal-1 {
	border-right:2px solid #c0c0c0;
}
.gal-1 .news__item__caption__more__link{
	float:none;
	margin-top:10px;
	display:inline-block;
}
.img-cat{
	text-align:center;
}