@font-face {
	font-family:'Roboto';
	src: url('fonts/Roboto-Regular_gdi.eot');
	src: url('fonts/Roboto-Regular_gdi.eot?#iefix') format('embedded-opentype'),
		url('fonts/Roboto-Regular_gdi.woff') format('woff'),
		url('fonts/Roboto-Regular_gdi.ttf') format('truetype'),
		url('fonts/Roboto-Regular_gdi.otf') format('opentype'),
		url('fonts/Roboto-Regular_gdi.svg#Roboto-Regular') format('svg');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+000D-25CA;
}

@font-face {
	font-family:'Roboto';
	src: url('fonts/Roboto-Medium_gdi.eot');
	src: url('fonts/Roboto-Medium_gdi.eot?#iefix') format('embedded-opentype'),
		url('fonts/Roboto-Medium_gdi.woff') format('woff'),
		url('fonts/Roboto-Medium_gdi.ttf') format('truetype'),
		url('fonts/Roboto-Medium_gdi.otf') format('opentype'),
		url('fonts/Roboto-Medium_gdi.svg#Roboto-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+000D-25CA;
}

@font-face {
	font-family:'Roboto';
	src: url('fonts/Roboto-Bold_gdi.eot');
	src: url('fonts/Roboto-Bold_gdi.eot?#iefix') format('embedded-opentype'),
		url('fonts/Roboto-Bold_gdi.woff') format('woff'),
		url('fonts/Roboto-Bold_gdi.ttf') format('truetype'),
		url('fonts/Roboto-Bold_gdi.otf') format('opentype'),
		url('fonts/Roboto-Bold_gdi.svg#Roboto-Bold') format('svg');
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+000D-25CA;
}

@font-face {
	font-family:'Roboto';
	src: url('fonts/Roboto-Light_gdi.eot');
	src: url('fonts/Roboto-Light_gdi.eot?#iefix') format('embedded-opentype'),
		url('fonts/Roboto-Light_gdi.woff') format('woff'),
		url('fonts/Roboto-Light_gdi.ttf') format('truetype'),
		url('fonts/Roboto-Light_gdi.otf') format('opentype'),
		url('fonts/Roboto-Light_gdi.svg#Roboto-Light') format('svg');
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+000D-25CA;
}

@font-face {
	font-family:'Roboto';
	src: url('fonts/Roboto-Italic_gdi.eot');
	src: url('fonts/Roboto-Italic_gdi.eot?#iefix') format('embedded-opentype'),
		url('fonts/Roboto-Italic_gdi.woff') format('woff'),
		url('fonts/Roboto-Italic_gdi.ttf') format('truetype'),
		url('fonts/Roboto-Italic_gdi.otf') format('opentype'),
		url('fonts/Roboto-Italic_gdi.svg#Roboto-Italic') format('svg');
	font-weight: 400;
	font-style: italic;
	font-stretch: normal;
	unicode-range: U+000D-25CA;
}

body {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 140%;
	color: #202020;
	background: white;
}

a{
	color:#00913F; 
	text-decoration:underline;
}

a:hover{
	text-decoration:none;
	color:#00913F; 
}

b, strong{
	font-weight: 700;
}
i, em{
	font-style: italic;
}

h1,.h1-hdr{ 
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 39px;
	color: #111111;
	line-height:120%;
	text-transform:uppercase;
	text-align: center;
	margin-top:15px;
	margin-bottom:30px; 
}

h2{ 
	font-weight: 500;
	font-size: 17px;
	line-height:120%; 
	color: #212121;
	text-align: center;
	margin-top:15px; 
	margin-bottom:30px; 
}

h3{ 
	font-weight: 700;
	line-height:120%; 
	font-size: 15px;
	color: #212121;
	margin-top:15px;
	margin-bottom:15px; 
}

.wrap-960{
	width: 960px;
	margin: 0 auto;
}

.wrapper{
	overflow: hidden;
}

#slider-wrap{
    width:100%;
    max-width: 1920px;
    margin: 0 auto;
    height:600px;
    position:relative;
    z-index:7;
	overflow:hidden;
	margin-bottom: 90px;
}
#slider{
    z-index:6;
    width:100%!important;
    height:600px!important;
}
.slide{
	display:block;
    width:100%!important;
    height:600px!important;
}


.slider-switcher {
	width: 960px;
	position: relative;
	z-index: 89;
	margin: 0 auto;
}

#pager{
    position: absolute;
    bottom: 50px;
    right: 50%;
    z-index: 8;
    margin-right: -131px;
}
#pager a{
    display:block;
    width:82px;
    height:4px;
    float:left;
    margin-right:4px;
    background-image: url(slider-switcher.png);
    background-position: -1px -1px;
    background-repeat: no-repeat;
}
#pager a:first-child{
	margin-left:0;
}
#pager .activeSlide{
    background-position: -87px -1px
}

.slide-text-block{
	position: absolute;
	z-index: 10;
	z-index: 11;
	top: 250px;
	right: 0;
	width: 960px;
	left: 50%;
	margin-left: -480px;
}

.slide-text-block a{
	display: block;
	background-color: rgba(0,0,0,0.66);
	float: right;
	width: 460px;
	height: auto;
	padding: 18px 28px;
}

#slider span{
	color: #fff;
	float: right;
	width: 100%;
	text-align: right;
	display: block;
}

#slider .slide-text-line{
	border-top: 1px solid #fff;
	width: 314px;
	height: 1px;
	margin-bottom: 16px;
}

#slider .h1-hdr{
	margin-bottom: 10px;
}

#slider .slide-text{
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
}

header{
	position: absolute;
	z-index: 99;
	top: 0;
	width: 100%;
	background-color: rgba(0,0,0,0.66);
	height: 160px;
}

.header-top{
	padding-top: 23px;
}

#header-logo{
	display: block;
	float: left;
	margin-left: -6px;
}

.header-mail{
	float: right;
	font-size: 18px;
	color: #fff;
	margin-top: 11px;
	background: url(mail-pic.png) 0px 2px no-repeat;
	padding-left: 29px;
}

#horMenu-top{
	height: 50px;
	margin-top: 27px;
}

#horMenu-top ul{
	width: 105%;
	
}

#horMenu-top ul li{
	display: inline-block;
	position: relative;
	z-index: 10;
	margin: 0px 31px;
}

#horMenu-top ul li:first-child{
	margin-left: 23px;
}

#horMenu-top ul li > a, #horMenu-top ul li > span{
	display: table-cell;
	font-size: 13px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0px 26px;
	text-align: center;
	line-height: 120%;
	height: 50px;
	overflow: hidden;
	vertical-align: middle;
}

#horMenu-top ul li:hover > a, #horMenu-top .on{
	background-color: #009141;
	-webkit-transition: all 0.45s ease-in-out;
	-moz-transition: all 0.45s ease-in-out;
	-ms-transition: all 0.45s ease-in-out;
	-o-transition: all 0.45s ease-in-out;
	transition: all 0.45s ease-in-out;
}
#horMenu-top ul li:hover ul{
	display: block;
}
#horMenu-top ul ul{
	display: none;
	position: absolute;
	z-index: 12;
	top: 50px;
	left: 0px;
	width: 236px;
	background-color: rgba(0,0,0,0.66);
	padding: 11px 0px;
}
#horMenu-top ul ul li{
	margin: 0px;
}
#horMenu-top ul ul li:first-child{
	margin: 0px;
}
#horMenu-top ul ul li:hover a, #horMenu-top ul ul li a.on, #horMenu-top ul ul li span.on{
	background: none;
	color: #009141;
	-webkit-transition: all 0.45s ease-in-out;
	-moz-transition: all 0.45s ease-in-out;
	-ms-transition: all 0.45s ease-in-out;
	-o-transition: all 0.45s ease-in-out;
	transition: all 0.45s ease-in-out;
}
#horMenu-top ul ul li a, #horMenu-top ul ul li span{
	display: block;
	font-size: 14px;
	color: #fff;
	font-weight: 500;
	text-transform: none;
	text-align: left;
	padding: 3px 10px 2px 20px;
	height: inherit;
}


#main-page-rubrikator{
	width: 100%;
	overflow: hidden;
	margin-bottom: 90px;
}

.rub-wrap{
	width: 105%;
}

#main-page-rubrikator .rub-item{
	display: block;
	float: left;
	width: 302px;
	height: 182px;
	border: 1px solid #F30529;
	margin-right: 28px;

}
#main-page-rubrikator .rub-name{
	display: block;
	float: left;
	width: 194px;
	font-size: 17px;
	color: #222222;
	font-weight: 500;
	margin-top: 58px;
	margin-left: 20px;
}
#main-page-rubrikator .rub-img{
	display: block;
	float: right;
	width: 86px;
	height: 180px;
	background: url(rub-bg-red.png) 0px 0px no-repeat;
}
#main-page-rubrikator .rub-img img{
	display: block;
	width: 50px;
	height: 50px;
	float: right;
	margin-top: 65px;
    margin-right: 10px;
}

#main-page-rubrikator .rub-item:hover {
	border: 1px solid #009141;
	-webkit-transition: all 0.45s ease-in-out;
	-moz-transition: all 0.45s ease-in-out;
	-ms-transition: all 0.45s ease-in-out;
	-o-transition: all 0.45s ease-in-out;
	transition: all 0.45s ease-in-out;
}

#main-page-rubrikator .rub-item:hover .rub-img{
	background: url(rub-bg-green.png) 0px 0px no-repeat;
	-webkit-transition: all 0.45s ease-in-out;
	-moz-transition: all 0.45s ease-in-out;
	-ms-transition: all 0.45s ease-in-out;
	-o-transition: all 0.45s ease-in-out;
	transition: all 0.45s ease-in-out;
}

#about{
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	min-height: 510px;
	background: url(about-bg.png) top center no-repeat;
	background-size: cover;
	overflow: hidden;
	padding-top: 47px;
}

#about .h1-hdr{
	margin-bottom: 32px;
}

#about .about-text{
	overflow: hidden;
	padding: 0px 20px;
	line-height: 170%;
	font-size: 15px;
	color: #202020;
}

#about p{
	margin-bottom: 28px;
}

#recomend{
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	height: 595px;
	overflow: hidden;
	background-color: #F7F7F7;
	padding-top: 71px;
}

#content #rubrikator{
	width: 100%;
	margin-top:60px;
}

#recomend .h1-hdr{
	margin-bottom: 41px;
}

.recomend-wrap, #content #rubrikator .rubrikator-wrap{
	width: 105%;
}

.rec-item, #content #rubrikator .rub-item{
	display: block;
	float: left;
	width: 215px;
	height: 257px;
	margin-right: 35px;
	text-decoration: none;
	border: 1px solid #F30529;
}

#content #rubrikator .rub-item{
	margin-right: 34px;
	margin-bottom: 31px;
}
.rec-img, #content #rubrikator .rub-img{
	width: 213px;
	height: 205px;
}
.rec-img img, #content #rubrikator .rub-img img{
	display: block;
	width: 213px;
	height: 205px;

}
.rec-name, #content #rubrikator .rub-name{
	width: 213px;
	height: 50px;
	background-color: #F30529;
	font-weight: 700;
	font-size: 13px;
	text-transform: uppercase;
	color: #fff;
	padding: 0px 10px;
	line-height: 120%;
}
.rec-name span, #content #rubrikator .rub-name span{
	display: table-cell;
	width: 213px;
	height: 50px;
	text-align: center;
	vertical-align: middle;
}

.rec-item:hover, #content #rubrikator .rub-item:hover{
	border-color: #009141;
	-webkit-transition: all 0.45s ease-in-out;
	-moz-transition: all 0.45s ease-in-out;
	-ms-transition: all 0.45s ease-in-out;
	-o-transition: all 0.45s ease-in-out;
	transition: all 0.45s ease-in-out;
}

.rec-item:hover .rec-name, #content #rubrikator .rub-item:hover .rub-name{
	background-color: #009141;
	-webkit-transition: all 0.45s ease-in-out;
	-moz-transition: all 0.45s ease-in-out;
	-ms-transition: all 0.45s ease-in-out;
	-o-transition: all 0.45s ease-in-out;
	transition: all 0.45s ease-in-out;
}

#news{
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	overflow: hidden;
	height: 587px;
	background: url(news-bg.png) top center no-repeat;
	background-size: cover;
	padding-top: 47px;
}

.news-wrap{
	width: 105%;
	margin-bottom: 30px;
}

#news .h1-hdr{
	color: #fff;
	margin-bottom: 27px;
}

.news-item{
	float: left;
	width: 232px;
	height: 330px;
	background-color: #fff;
	padding: 15px;
	margin-right: 10px;
}

.news-img{
	display: block;
	width: 205px;
	height: 137px;
	margin: 0 auto;
}

.news-img{
	display: block;
	width: 205px;
	height: 137px;
	margin-bottom: 8px;
}

.news-date{
	display: block;
	font-size: 13px;
	color: #333333;
	line-height: 150%;
}

.news-name{
	display: block;
	font-weight: 700;
	color: #009141;
	text-decoration: underline;
	line-height: 120%;
	height: 54px;
	overflow: hidden;
}

.news-name:hover{
	text-decoration: none;
}

.news-anounce{
	display: block;
	font-size: 13px;
	color: #111111;
	line-height: 150%;
	height: 76px;
	overflow: hidden;
}
.news-more{
	display: block;
	width: 174px;
	height: 42px;
	background-color: #009141;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 500;
	font-size: 14px;
	margin: 0 auto;
}

.news-more span{
	display: table-cell;
	width: 174px;
	height: 42px;
	vertical-align: middle;
	text-align: center;
}

.news-more:hover{
	color: #fff;
	background-color: #F30529;
	-webkit-transition: all 0.45s ease-in-out;
	-moz-transition: all 0.45s ease-in-out;
	-ms-transition: all 0.45s ease-in-out;
	-o-transition: all 0.45s ease-in-out;
	transition: all 0.45s ease-in-out;
}

footer{
	width: 100%;
	/*max-width: 1920px;*/
	margin:0 auto;
	background-color: #F7F7F7;
	overflow: hidden;
	height: 205px;
}

#horMenu-bottom{
	margin-bottom: 5px;
}
#horMenu-bottom ul{
	width: 105%;
}
#horMenu-bottom ul li{
	display: inline-block;
	margin: 0px 31px;
}

#horMenu-bottom ul li:first-child{
	margin-left: 23px;
}

#horMenu-bottom ul li a, #horMenu-bottom ul li span{
	display: table-cell;
	font-size: 13px;
	color: #111111;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0px 26px;
	text-align: center;
	line-height: 120%;
	height: 50px;
	overflow: hidden;
	vertical-align: middle;
}

#horMenu-bottom ul li:hover a, #horMenu-bottom  .on{
	background-color: #009141;
	color: #fff;
	-webkit-transition: all 0.45s ease-in-out;
	-moz-transition: all 0.45s ease-in-out;
	-ms-transition: all 0.45s ease-in-out;
	-o-transition: all 0.45s ease-in-out;
	transition: all 0.45s ease-in-out;
}

.footer-top{
	margin-bottom: 20px;
}

#footer-logo{
	display: block;
	float: left;
	margin-left: 22px;
	margin-right: 157px;
}

#social{
	float: left;
	margin-top: 20px;
}

#social ul li{
	display: inline-block;
	margin-right: 41px;
}

#social ul li a, #social ul li span{
	display: block;
	float: left;
	width: 33px;
	height: 33px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
}

#social ul li span{
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	opacity: 0;
	background-position: -34px 0px;
}

#social ul li:hover span{
	opacity: 1;
	-webkit-transition: all 0.45s ease-in-out;
	-moz-transition: all 0.45s ease-in-out;
	-ms-transition: all 0.45s ease-in-out;
	-o-transition: all 0.45s ease-in-out;
	transition: all 0.45s ease-in-out;
}

.footer-info{
	float: right;
	width: 250px;
	margin-top: 14px;
    margin-right: 20px;
}

.footer-phone, .footer-mail{
	color: #333333;
	font-size: 14px;
	line-height: 150%;
	text-align: right;
	float: right;
    padding-left: 28px;
}

.footer-phone{
	background: url(phone-pic.png) 0px 0px no-repeat;
}

.footer-mail{
	background: url(mail-pic.png) 0px 2px no-repeat;
}

.footer-copy{
	border-top: 1px solid #666666;
	padding-top: 10px;
}

#sozd{
	display: block;
	font-size: 13px;
	color: #333333;
	text-align: center;
}

/*second pages*/
header.second-pages{
	position: relative;
	margin-bottom: 70px;
}

#content{
	overflow: hidden;
	margin-bottom: 40px;
	min-height: calc(100vh - 475px);
}

#catalog{
	width: 100%;
}

#content #catalog{
	margin-top: 60px;
}

.cat-wrap{
	width: 105%;
	overflow: hidden;
}

.cat-item{
	display: block;
	float: left;
	width: 211px;
	height: 302px;
	border: 1px solid #F30529;
	margin-right: 40px;
	margin-bottom: 40px;
	text-decoration: none;
}

.cat-img{
	width: 209px;
	height: 205px;
	margin-bottom: 8px;
}
.cat-img img{
	width: 209px;
	height: 205px;
}


.cat-name{
	width: 209px;
	height: 43px;
	font-size: 13px;
	color: #212121;
	line-height: 120%;
	text-transform: uppercase;
	font-weight: 700;
	padding: 0px 20px;
	text-align: left;
	margin-bottom: 8px;
	overflow: hidden;
}
.cat-name span{
	display: table-cell;
	height: 43px;
	vertical-align: middle;
}
.cat-hr{
	height: 1px;
	width: 132px;
	border-top: 1px solid #F30529;
	margin-left: 20px;
	margin-bottom: 8px;
}
.cat-price{
	font-weight: 700;
	font-size: 18px;
	color: #212121;
	text-align: left;
	margin-left: 18px;
}

.cat-item:hover, .cat-item:hover .cat-hr{
	border-color: #009141;
	-webkit-transition: all 0.45s ease-in-out;
	-moz-transition: all 0.45s ease-in-out;
	-ms-transition: all 0.45s ease-in-out;
	-o-transition: all 0.45s ease-in-out;
	transition: all 0.45s ease-in-out;
}

.cat-item:hover .cat-name{
	color: #009141;
	-webkit-transition: all 0.45s ease-in-out;
	-moz-transition: all 0.45s ease-in-out;
	-ms-transition: all 0.45s ease-in-out;
	-o-transition: all 0.45s ease-in-out;
	transition: all 0.45s ease-in-out;
}

h2.media-heading{
	text-align: left;
}

#podbor{
	position: absolute;
	z-index: 20;
	display: block;
	width: 250px;
	height: 307px;
	bottom: 67px; 
	left: 0px;
	background: rgba(0,0,0,0.66);
	padding: 27px 28px;
}

#podbor .green-hdr{
	font-size: 18px;
	color: #00B050;
	font-weight: 700;
	text-transform: uppercase;
	text-align: left;
	margin-bottom: 8px;
}

#podbor .podbor-label{
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-align: left;
	display: block;
}

#podbor .podbor-submit{
	display:block;
	width: 191px;
	height: 35px;
	margin: 0 auto;
	background: #F30529;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	font-size: 17px;
	font-weight: 500;
	text-align: center;
	line-height: 35px;
	margin-top: 5px;
	border: none;
}
#podbor .podbor-submit:hover{
	background: #009141;
	-webkit-transition: all 0.45s ease;
	-moz-transition: all 0.45s ease;
	-ms-transition: all 0.45s ease;
	-o-transition: all 0.45s ease;
	transition: all 0.45s ease;
}
.under-text{
	margin-bottom:20px;
}
.text-hidden{
	display:none;
}
.moretext{
	color:#00913F; 
	text-decoration:underline;
	padding-left:10px;
	cursor:pointer;
}
.moretext:hover{
	text-decoration:none;
}





