html, body 
{
	margin:0;
	padding:0;
	width:100%;
	height:100%;
    min-height: 1900px; 
    min-width: 740px;
	/*	border: 1px solid #76736e; */
}

.all {
    position: relative;
    font-family: 'Roboto';
    font-size: 23px;	
    width: 100%;
    min-height: 100%; 
}

.all-cont {
    position: relative;
    max-width: 1600px;
    width: 100%;
    height: 100%; 
    margin: 0px auto 0px;
	z-index: 100;
}

.tttop {
    position: relative;
    width: 100%;
	top: 0;
	background: #0c251f;
    height: 873px; 
}

.ttop {
    position: relative;
    width: 100%;
    height: 871px; 
    margin: 0px auto 0px;
    width: 100%;
    max-width: 2000px;
	background: #001C14 0% 0% no-repeat padding-box;
	z-index: 200;
}

.ttop .logo {
    position: absolute;
	top: 24px;
	left: 20px;
	width: 389px;
	height: 149px;
/*	background: transparent url('/img/logo.png') 0% 0% no-repeat padding-box;
	opacity: 1; */
}

.ttop .info {
    position: absolute;
	top: 60px;
	left: 30%;
	width: 65%;
	height: 80px;
	color: #A4A4A4;
}

.ttop .info .mail a {
	color: #ffffff;
    text-decoration:none;	
	font: italic normal 600 17px/27px Segoe UI;
	letter-spacing: 0px;
    line-height: 50px;
	color: #A4A4A4;
	margin-left: 13px;
}

.ttop .info span {
	width: 43px;
	height: 43px;
	margin: 2px;
	border: 1px solid #959595;
	border-radius: 25px; 
    position: relative;
/* 	background-size: 100%; */ 
	background-position: center center;
	background-repeat: no-repeat;
    display: block;
	float: left; 
}

.ttop .info .mail {
    position: absolute;
	left: 0;
	width: 250px;
	height: 50px;
}

.ttop .info .mail a:hover {
    text-decoration: underline;
	color: #ffffff;
}

.ttop .info .mail a:hover span{
	border: 1px solid #ffffff;	
}

.ttop .info .tel {
    position: absolute;
	left: 50%;
	width: 300px;
	height: 50px;
	font: italic normal 600 17px/35px Segoe UI;
	color: #A4A4A4;
    margin-left: -200px;
}

.ttop .info .tel a {
	color: #A4A4A4;
    text-decoration:none;	
}

.ttop .info .tel b{
	font: italic normal 600 27px/21px Segoe UI;
	letter-spacing: 0px;
	display: block;
	color: #A4A4A4;
	margin-top: 3px;
}

.ttop .info .tel span {
	margin-right: 13px;
}

.ttop .info .geo {
    position: absolute;
	left: 100%;
	width: 370px;
	height: 70px;
	font: italic normal 600 17px/23px Segoe UI;
	color: #A4A4A4;
    margin-left: -340px;
}

.ttop .info .geo a {
	color: #A4A4A4;
    text-decoration:none;	
}

.ttop .info .geo span {
	margin-right: 13px;
}


.mmenu {
    position: absolute;
	left: 0;
	top: 220px;
	width: calc(100% - 100px);
	height: 53px;
	z-index: 1000;
	background-color: rgba(255, 255, 255, 0.1);
	border-top: 2px solid #ced0cf;
	border-bottom: 2px solid #ced0cf;
	padding-left: 50px;
	padding-right: 50px;
/*    max-width: 2000px; */
	margin: auto;
}

.mmmenu {
    position: relative;
    width: 100%;
	height: 53px;
    max-width: 2000px;
    margin: 0px auto 0px;
}

.mmmenu ul {
	list-style: none;
	margin: 0; 
	padding: 0;
	padding-top: 1px;
    display: block;
    float: left;
	
	width: 100%;
/*	height: 50px; */
}

.mmmenu li {
    display: block;
    float: left;
    min-width: calc(20% - 40px);
    height: 51px;
    margin-left: 25px;
	-webkit-transition: 150ms linear;
    -moz-transition: 150ms linear;
	-o-transition: 150ms linear;
}

.mmmenu > ul a{
    text-decoration:none;
    display: block;
    float: left;
    min-width: calc(100% - 40px);
    padding-left: 30px;
    padding-right: 10px;
    height: 50px;
    line-height: 160px;
    text-transform: uppercase;

	transition: 150ms linear;
	font: normal normal bold 20px/50px Segoe UI;
	color: #C5C5C5;	
}

.mmmenu > ul > li:hover, .mmmenu .s {
	background: #008561 0% 0% no-repeat padding-box;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.mmmenu  li > ul {
    position: absolute;
    top: 52px;
    display: none;   
	background: #003627 0% 0% no-repeat padding-box;
	padding-left: 0px;
	margin: 0;
	
	border-top: 2px solid #ced0cf;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom-left-radius: 3px;
    border-bottom-right-radius:	3px;
	
	margin-top:1px;
	border-bottom: 1px solid #143b29;
	border-left: 1px solid #143b29;
	border-right: 1px solid #143b29;
	
	-webkit-box-shadow: 4px 4px 8px 0px rgba(255, 255, 255, 0.04);
	-moz-box-shadow: 4px 4px 8px 0px rgba(255, 255, 255, 0.04);
	box-shadow: 4px 4px 8px 0px rgba(255, 255, 255, 0.04);
}

.mmmenu  li > ul li {
	margin: 0;
	padding: 0;
    width: 100%;
	margin-bottom: 2px;
	margin-top: 2px;
}

.mmmenu .pd {
    height: 52px;	
	background: url(/img/gal.png) 95% center no-repeat; 
}

.mmmenu .pd span{
    text-decoration:none;
    float: left;
    min-width: calc(100% - 40px);
    display: block;
    padding-left: 30px;
    padding-right: 10px;

    height: 50px;
    line-height: 160px;
    text-transform: uppercase;

	transition: 150ms linear;
	font: normal normal bold 20px/50px Segoe UI;
	color: #C5C5C5;	
	cursor: pointer;
}

.mmmenu .pd:hover {
	background: url(/img/gal.png) 95% center no-repeat,
	            #008561 0% 0% no-repeat padding-box;
	border-top-left-radius: 5px;
    border-top-right-radius: 5px;
	border-bottom-left-radius: 0;
    border-bottom-right-radius:	0;
}


.mmmenu li ul li a{
/*
	margin-left: 10px;
	margin-top: 2px;
	margin-right: 5px;
*/	
    display: block;
	margin: 0;
	padding: 0;
	padding-left: 35px;
    float: left;
    width: calc(100% - 35px);


	background: url(/img/right-arrow-menu.png) 10px center no-repeat;
    text-transform: none;	
	font: normal normal normal 19px/40px Roboto;
    line-height: 50px;
}

.mmmenu .pd ul li a:hover {
	background: url(/img/right-arrow-menu.png) 10px center no-repeat, 
		        #004331;
}

.mmmenu li:hover > ul 
{
    display: block; 
    width: 300px; 
	background: #003627 0% 0% no-repeat padding-box;
}

.ttop .slider{
    width: 100%;
	height: 100%;
/*
    height: 1100px;	
	margin-left: 200px;
	margin-right: 200px;
    border: 5px solid #ffffff; 
*/
}

.ttop .slider .sliders{
    width: 100%;
	height: 100%;
	background-size: cover;
	background-position: left center;
	background-color: #000000;
	background-repeat: no-repeat;
}

.ttop .slider .sliders .s-info{
    width: calc(100% - 800px);
	height: 100%;
    position: absolute;
	z-index: 2;
	color: #B8B8B8;
	padding-top: 400px;
	padding-left: 400px;
	padding-right: 400px;
    text-align: center;
	font: normal normal normal 20px/27px Segoe UI;
	background-color: rgba(00, 28, 20, 0.8);
	z-index: 10;
    line-height: 35px;
}

.ttop .slider .sliders .s-info > b{
    text-transform: uppercase;
	font: normal normal bold 38px/62px Segoe UI;
	color: #ffffff;
}


.ttop .slider .sliders .s-info hr{
	margin-top: 25px;
	margin-bottom: 40px;
}

.ttop .slider .sliders .num {
    position: absolute;
	top: 100px;
	z-index: 100;
	left: 100px;
	font: normal normal 300 100px/120px Roboto; letter-spacing: 0px;
	top: 100%;
	left: 100%;
	padding-left: 35px;
    margin-top: -270px;
    margin-left: -340px;
	border-left: 4px solid #FFFFFF;
	color: #FF0000;
}


.ttop .slider .sliders .num:first-letter {
	color: #ffffff;
}

.about {
    position: relative;
    height: 750px; 
    margin: 0px auto 0px;
    width: calc(100% - 40px);
	padding-top: 50px;
	padding-left: 20px;
	padding-right: 20px;
    max-width: 2000px;
}

.about h2{
	text-align: center;
	font: normal normal medium 45px/62px Roboto;
    font-size: 45px;
	color: #000000;	
    text-transform: uppercase;
	padding-bottom: 20px;
}

.about .info{
	height: 550px;	
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 730px;	
	font: normal normal normal 22px/35px Roboto;
	letter-spacing: 0px;
	color: #000000;	
	text-align: justify;
}

.about .more{
    display: block;
    float: left;
	width: 307px;
	height: 75px;
    line-height: 75px;
	border: 3px solid #00AB7C;
	border-radius: 50px;
	
	text-align: center;
    font-size: 27px;
    font-family: 'Roboto';
	text-align: center;	

	letter-spacing: 0px;
    text-decoration:none;
	color: #00AB7C;
	margin-top: 20px;
}

.about .more:hover{
    text-decoration:underline;
	background-color: #004331;
	border: 3px solid #004331;	
}

.preim {
    position: relative;
    height: 780px; 
    margin: 0px auto 0px;
    width: calc(100% - 40px);
    max-width: 2692px;
	padding-top: 50px;
	padding-left: 20px;
	padding-right: 20px;
    max-width: 2000px;
}

.preim h2{
	text-align: center;
	font: normal normal medium 45px/62px Roboto;
    font-size: 45px;
	color: #000000;	
    text-transform: uppercase;
	padding-bottom: 20px;
}

.preim .itms{
	height: 350px;
	width: 100%;
	margin-bottom: 70px;
}

.preim .itms .itm{
    float: left;
    width: calc(25% - 3px);
    height: 350px;
	display: block;	
	background-position: center top;
	background-repeat: no-repeat;	
}


.preim .itms .itm .info {
	text-align: center;
	font: normal normal 600 19px/35px Segoe UI;
	letter-spacing: 0px;
	color: #000000;	
	margin-top: 180px;
	margin-left: 20px;
	margin-right: 20px;
    line-height: 25px;
    min-height: 150px;
	border-right: 3px solid #707070;
}

.preim .itms .itm .info-n {
	border: 0;
}

.preim .itms .itm .info b{
	display: block;	
	text-align: center;
	font: normal normal bold 23px/62px Roboto;
	letter-spacing: 0px;
	color: #00AB7C;
	margin-bottom: 20px;
    line-height: 32px;
	padding: 0;
}

.preim p .more{
    display: block;
    float: center;
	width: 307px;
	height: 75px;
    line-height: 75px;
	border: 3px solid #00AB7C;
	border-radius: 50px;
	
    font-size: 27px;
    font-family: 'Roboto';
	text-align: center;	
	color: #00AB7C;
    text-decoration:none;
}

.preim p .more:hover{
    text-decoration:underline;
	background-color: #004331;
	border: 3px solid #004331;
}

.nnews {
	background: #D8D8D8 0% 0% no-repeat padding-box;
	height: 1050px;
    position: relative;
    width: 100%;
}

.news-ttl {
	height: 994px;
    position: relative;
    max-width: 2000px;
    height: 100%; 
    margin: 0px auto 0px;
    width: calc(100% - 40px);
	padding-top: 50px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 30px;
}

.news-ttl h2{
	text-align: center;
	font: normal normal medium 45px/62px Roboto;
	color: #000000;	
    font-size: 45px;
    text-transform: uppercase;
	padding-bottom: 20px;
}

.news-ttl p{
	font: normal normal medium 23px/40px Roboto;
	color: #666666;	
}

.news {
	background: #D8D8D8 0% 0% no-repeat padding-box;
    position: relative;
    max-width: 2000px;
    height: calc(100% - 20px); 
    margin: 0px auto 0px;
    width: calc(100% - 40px);
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

.news .itm{
    position: relative;
    display: block;
    float: left;
    height: 180px;
	width: calc(50% - 63px);
	margin-bottom: 13px;
	margin-right: 13px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 6px #00000029;	
	border-radius: 5px; 
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	padding-top: 350px;
	font: normal normal normal 23px/33px Roboto;
    font-size: 23px;
	color: #000000;	
	padding-bottom: 20px;
	padding-left: 25px;
	padding-right: 25px;
}

.news .blk{
	background: #383838 0% 0% no-repeat padding-box;
	color: #FFFFFF;	
}

.news .itm .more{
    position: absolute;
/*	border: 1px solid #00AB7C; */
	top: 100%;
	margin-top: -70px;
	left: 100%;
	margin-left: -200px;

	text-decoration: underline;
	font: normal normal medium 23px/32px Roboto;
	letter-spacing: 0px;
	display: block;
	width: 170px;
	color: #000000;

	background: url(/img/podrobnee.png);
	background-position: right center;
	background-repeat: no-repeat;
	height: 30px;
}

.news .itm .more:hover{
	text-decoration: none;
}

.news .blk .more{
	color: #B4B4B4;
}

.news .lst{
	margin-right: 0;
}

.news .itm .img{
    position: absolute;
	top: 1px;
	left: 1px;
	width: calc(100% - 2px);
	height: 321px;
	background-size: cover;
	background-position: left center;
	background-repeat: no-repeat;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.news .itm .akt {
	top: 1px;
	left: 1px;
	width: 240px;
	height: 64px;
	background: #D50900 0% 0% no-repeat padding-box;
    position: absolute;
	z-index: 1000;
    line-height: 64px;
	opacity: 1;
	text-align: left;
    font-size: 28px;
	font: normal normal medium 28px/33px Roboto;
	letter-spacing: 0px;
	color: #FFFFFF;	
	padding-left: 20px;
	clip-path: polygon(0 0, 100% 0%, 88% 100%, 0 100%);
}

.news .itm .new {
	top: 1px;
	left: 100%;
	width: 240px;
	height: 64px;
	background: #00AB7C 0% 0% no-repeat padding-box;
    position: absolute;
	z-index: 1000;
    line-height: 64px;
	opacity: 1;
	text-align: right;
    font-size: 28px;
	font: normal normal medium 28px/33px Roboto;
	letter-spacing: 0px;
	color: #FFFFFF;	
	padding-right: 20px;
	clip-path: polygon(0 0, 100% 0%, 100% 100%, 12% 100%);	
    margin-left: -260px;
}

.news .se .n-img{
    position: absolute;
	top: 70px;
	left: 20px;
	width: calc(100% - 2px);
	width: 267px;
	height: 264px;
	
	background-size: cover;
	background-position: left center;
	background-repeat: no-repeat;
	
	border-radius: 5px;
	border: 1px solid #76736e;
}

.news .se{
    height: 390px;
	padding-top: 20px;
	padding-left: 330px;	
	width: calc(50% - 368px);
}

.news .se .dt {
    height: 60px;
    line-height: 60px;
    font-size: 33px;
	font: normal normal medium 26px/33px Roboto;
	letter-spacing: 0px;
	color: #000000;	
    text-align: right;
	margin-bottom: 20px;
	font-weight: bold;
	border-bottom: 3px solid #707070;
}

.news .se .dt span{
	color: #D50900;
}

.news .se .txt{
    font-size: 23px;	
	height: 230px;
	font: normal normal normal 23px/32px Roboto;
	color: #000000;
}

.news .se .n-more {
    position: absolute;
/*	border: 1px solid #00AB7C; */
	top: 100%;
	margin-top: -70px;
	left: 100%;
	margin-left: -200px;

	text-decoration: underline;
	font: normal normal medium 23px/32px Roboto;
	letter-spacing: 0px;
	display: block;
	width: 170px;
	color: #000000;

	background: url(/img/podrobnee.png);
	background-position: right center;
	background-repeat: no-repeat;
	height: 30px;
}

.news .se .n-more:hover{
	text-decoration: none;
}

.pfotos {
    position: relative;
    max-width: 2000px;
    height: 900px; 
    margin: 0px auto 0px;
    width: calc(100% - 40px);
	padding-top: 20px;
	padding-bottom: 60px;
	padding-left: 20px;
	padding-right: 20px;
}

.pfotos h2{
	text-align: center;
	font: normal normal medium 45px/62px Roboto;
    font-size: 45px;
	color: #000000;	
    text-transform: uppercase;
	padding-bottom: 30px;
}

.pfotos p{
	font: normal normal medium 23px/40px Roboto;
	color: #666666;	
}


.pfotos .itm{
    float: left;
    width: calc(25% - 14px);
    height: 330px;
	display: block;	
/*    border: 1px solid #000000; */
    border: 2px solid #959595;
	background-position: center top;
	background-repeat: no-repeat;	

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	border-radius: 5px; 	
	margin-right: 10px;
	margin-bottom: 15px;
	background-size: cover;
	cursor: pointer;
}

.pfotos .lst{
	margin-left: 0px;	
}

.pfotos .itm >div{
/*	display: none; */
	background-color: rgba(0, 0, 0, 0.74);
    width: calc(100% - 60px);
    height: calc(100% - 60px);
	padding: 30px;
	margin: 0;
	opacity: 0;

	-webkit-transition: 150ms linear;
    -moz-transition: 150ms linear;
	-o-transition: 150ms linear;
	transition: 150ms linear;
	display: table;	
}

.pfotos .itm > div > div{
    border: 3px solid #D5D5D5;
    width: 100%;
/*    height: calc(100% - 70px); */
    height: calc(100% - 0px);
    text-align: center;
    font-size: 35px;
	color: #ffffff;
/*	padding-top: 80px; 

	display: table-cell; */
	display: table-cell;
	vertical-align: middle;

    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.pfotos .itm:hover >div{
/*	display: block; */
	opacity: 1;
}

.faq {
    position: relative;
    max-width: 1600px;
    height: 650px; 
    margin: 0px auto 0px;

    width: calc(100% - 440px);
	padding-top: 20px;
	padding-bottom: 60px;
	padding-left: 220px;
	padding-right: 220px;

	text-align: center;
	font: normal normal normal 30px/47px Segoe UI;
	letter-spacing: 0px;
	color: #FFFFFF;
}

.ffaq {
	background: url(/img/lenta.png), url(/img/footer_back.jpg);
	background-size: auto, cover;
	background-position: left top, left top;
	background-repeat: repeat-x, no-repeat;

    height: 650px; 
    position: relative;
    width: 100%;
}

.faq h2{
    text-transform: uppercase;
    text-align: center;
	font: normal normal bold 43px/27px Segoe UI;
    font-size: 43px;	
	color: #00AB7C;
	margin-top: 70px;
}

.faq .form .fld{
	text-align: left;
    display: block;
    float: left;
    width: calc(33% - 2px);
	
	font: normal normal 600 15px/47px Segoe UI;
    font-weight: bold;
	letter-spacing: 0px;
	color: #9C9C9C;	
    text-transform: uppercase;
}

.faq .form .fld input[type=text]{
    width: calc(100% - 60px);
    height: 66px;
/*
 	margin-top: 40px;
	margin-right: 40px;
*/
	padding-left: 10px;
	padding-right: 10px;
	
    border: 2px solid #cbe1ff;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	color: #000000;
    font-size: 30px;
    font-family: 'Roboto';
    font-weight: 400;
	margin-bottom: 30px;
}

.faq .form  input[type=submit]{
	width: 378px;
	height: 66px;
	margin-top: 30px;
	background: #00AB7C 0% 0% no-repeat padding-box;
	border-radius: 3px;
	font: normal normal 600 22px/47px Segoe UI;
	letter-spacing: 0px;
	color: #FFFFFF;	
	border: 0;
    cursor: pointer;
}

.ffaq .faq .form .load{
    background: url('/img/ajax-loader.gif')  no-repeat left 3px, #00AB7C;
	background-size: 10%;
	background-position: 15px center;
	background-repeat: no-repeat;
	padding-left: 20px;
}

.faq .form  input[type=submit]:enabled:hover{
	background: #004331;	
}

.faq .form .msg{
    text-align: center;
    position: relative;
    width: 100%;
    height: 50px;
	color: #ff1c37;
    font-size: 30px;	
    font-family: 'Roboto';
    font-weight: 700;
}

.podval {
    position: relative; 
    width: 100%;
    min-height: 180px; 
	background: url(/img/podval1.png) left top repeat-x, #2B2B2B;
}

.podval .info{
    position: relative;
    max-width: 1600px;
    height: 180px; 
    margin: 0px auto 0px;

    width: calc(100% - 440px);
	padding-top: 20px;
	padding-bottom: 60px;
	padding-left: 220px;
	padding-right: 220px;

	text-align: center;
	letter-spacing: 0px;
	color: #9C9C9C;
	font: normal normal normal 15px/30px Roboto;
    font-size: 16px;
}

.podval .info .logo{
    position: absolute;
	top: 50px;
	left: 10px;
	width: 389px;
	height: 149px;
	text-align: center;
    line-height: 20px;
    font-size: 15px;
}

.podval .info .insta{
/*	border: 1px solid #76736e; */
    position: absolute;
	top: 170px;
	height: 70px;
    line-height: 70px;
	padding-left: 45px;
	width: 200px;
	left: 100%;
	background: url(/img/insta.png) 0 center no-repeat; 
    margin-left: -650px;
}

.podval .info .insta a{
    text-decoration:none;	
	color: #80959c;
}

.podval .info .insta a:hover{
    text-decoration: underline;
}

.podval .info .adr{
	top: 70px;
    text-align: left;
	width: 250px;
	left: 100%;
    position: absolute;
    margin-left: -300px;
	padding-left: 50px;
	background: url(/img/geo2.png) left center no-repeat;
}

.podval .info .tel{
	top: 70px;
    text-align: left;
	width: 300px;
	left: 100%;
    position: absolute;
    margin-left: -700px;
	padding-left: 50px;
	background: url(/img/call.png) left center no-repeat;
}

.podval .info .tmenu2{
	top: 70px;
    text-align: left;
	width: 220px;
	left: 0;
    margin-left: 650px; 
    position: absolute;
}

.podval .info .tmenu1{
	top: 70px;
    text-align: left;
	width: 220px;
	left: 0;
    margin-left: 420px; 
    position: absolute;
}

.podval .info .tmenu2 a, .podval .info .tmenu1 a{
    display: block;
    float: left;
    width: 200px;
	color: #9C9C9C;
}

.s-ttop {
    position: relative;
    width: 100%;
    height: 444px; 
    margin: 0px auto 0px;
    width: 100%;
    max-width: 2000px;
}

.s-tttop {
    position: relative;
    width: 100%;
	top: 0;
    height: 444px; 
	background: url(/img/katalog_back_fon.png), url(/img/katalog_back.jpg), #d9d9d9;
	background-size: cover, cover;
	background-position: left 230px, left 230px;
	background-repeat: repeat-x, no-repeat;
}

.s-ttop .logo {
    position: absolute;
	top: 14px;
	left: 20px;
	width: 389px;
	height: 149px;
}

.s-ttop .info {
    position: absolute;
	top: 60px;
	left: 30%;
	width: 65%;
	height: 80px;
	color: #001C14;
}

.s-ttop .info .mail a {
	color: #ffffff;
    text-decoration:none;	
	font: italic normal 600 17px/27px Segoe UI;
	letter-spacing: 0px;
    line-height: 50px;
	color: #001C14;
	margin-left: 13px;
}

.s-ttop .info span {
	width: 43px;
	height: 43px;
	margin: 2px;
	border: 1px solid #979797;
	border-radius: 25px; 
    position: relative;
/* 	background-size: 100%; */ 
	background-position: center center;
	background-repeat: no-repeat;
    display: block;
	float: left; 
}


.s-ttop .info .mail {
    position: absolute;
	left: 0;
	width: 250px;
	height: 50px;
}

.s-ttop .info .mail a:hover {
    text-decoration: underline;
	color: #ffffff;
}

.s-ttop .info .mail a:hover span{
	border: 1px solid #ffffff;	
}

.s-ttop .info .tel {
    position: absolute;
	left: 50%;
	width: 300px;
	height: 50px;
	font: italic normal 600 17px/35px Segoe UI;
	color: #001C14;
    margin-left: -200px;
}

.s-ttop .info .tel a {
	color: #001C14;
    text-decoration:none;	
}

.s-ttop .info .tel b{
	font: italic normal 600 27px/21px Segoe UI;
	letter-spacing: 0px;
	display: block;
	color: #001C14;
	margin-top: 3px;
}

.s-ttop .info .tel span {
	margin-right: 13px;
}

.s-ttop .info .geo {
    position: absolute;
	left: 100%;
	width: 370px;
	height: 70px;
	font: italic normal 600 17px/23px Segoe UI;
	color: #001C14;
    margin-left: -340px;
}

.s-ttop .info .geo a {
	color: #001C14;
    text-decoration:none;	
}

.s-ttop .info .geo span {
	margin-right: 13px;
}

.s-mmenu {
    position: absolute;
	left: 0;
	top: 174px;
	width: calc(100% - 100px);
	height: 53px;
	z-index: 1000;
	background: #00AB7C 0% 0% no-repeat padding-box;
	border-top: 2px solid #00AB7C;
	border-bottom: 2px solid #00AB7C;
	padding-left: 50px;
	padding-right: 50px;
	margin: auto;
}

.s-mmmenu {
    position: relative;
    width: 100%;
	height: 53px;
    max-width: 2000px;
    margin: 0px auto 0px;
}

.s-mmmenu ul {
	list-style: none;
	margin: 0; 
	padding: 0;
	padding-top: 1px;
    display: block;
    float: left;
	
	width: 100%;
/*	height: 50px; */
}

.s-mmmenu li {
    display: block;
    float: left;
    min-width: calc(20% - 40px);
    height: 51px;
    margin-left: 25px;
	-webkit-transition: 150ms linear;
    -moz-transition: 150ms linear;
	-o-transition: 150ms linear;
}

.s-mmmenu > ul a{
    text-decoration:none;
    display: block;
    float: left;
    min-width: calc(100% - 40px);
    padding-left: 30px;
    padding-right: 10px;
    height: 50px;
    line-height: 160px;
    text-transform: uppercase;

	transition: 150ms linear;
	font: normal normal bold 20px/50px Segoe UI;
	color: #ffffff;	
}

.s-mmmenu > ul > li:hover, .s-mmmenu .s {
	background: #008561 0% 0% no-repeat padding-box;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.s-mmmenu  li > ul {
    position: absolute;
    top: 52px;
    display: none;   
	background: #003627 0% 0% no-repeat padding-box;
	padding-left: 0px;
	margin: 0;
	
	border-top: 2px solid #ced0cf;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom-left-radius: 3px;
    border-bottom-right-radius:	3px;
	
	margin-top:1px;
	border-bottom: 1px solid #143b29;
	border-left: 1px solid #143b29;
	border-right: 1px solid #143b29;
	
	-webkit-box-shadow: 4px 4px 8px 0px rgba(255, 255, 255, 0.04);
	-moz-box-shadow: 4px 4px 8px 0px rgba(255, 255, 255, 0.04);
	box-shadow: 4px 4px 8px 0px rgba(255, 255, 255, 0.04);
}

.s-mmmenu  li > ul li {
	margin: 0;
	padding: 0;
    width: 100%;
	margin-bottom: 2px;
	margin-top: 2px;
}

.s-mmmenu .pd {
    height: 52px;	
	background: url(/img/gal.png) 95% center no-repeat; 
}

.s-mmmenu .pd:hover {
	background: url(/img/gal.png) 95% center no-repeat,
	            #008561 0% 0% no-repeat padding-box;
	border-top-left-radius: 5px;
    border-top-right-radius: 5px;
	border-bottom-left-radius: 0;
    border-bottom-right-radius:	0;
}

.s-mmmenu .pd span{
    text-decoration:none;
    display: block;
    float: left;
    min-width: calc(100% - 40px);
    padding-left: 30px;
    padding-right: 10px;
    height: 50px;
    line-height: 160px;
    text-transform: uppercase;

	transition: 150ms linear;
	font: normal normal bold 20px/50px Segoe UI;
	color: #ffffff;	
	cursor: pointer;
}


.s-mmmenu li ul li a{
/*
	margin-left: 10px;
	margin-top: 2px;
	margin-right: 5px;
*/	
    display: block;
	margin: 0;
	padding: 0;
	padding-left: 35px;
    float: left;
    width: calc(100% - 35px);


	background: url(/img/right-arrow-menu.png) 10px center no-repeat;
    text-transform: none;	
	font: normal normal normal 19px/40px Roboto;
    line-height: 50px;
}

.s-mmmenu .pd ul li a:hover {
	background: url(/img/right-arrow-menu.png) 10px center no-repeat, 
		        #004331;
}

.s-mmmenu li:hover > ul 
{
    display: block; 
    width: 300px; 
	background: #003627 0% 0% no-repeat padding-box;
}

.categ {
    position: absolute;
	top: 250px;
	left: 10%;
	width: 75%;
	height: 178px;
	font: normal normal bold 36px/78px Segoe UI;
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 100px;

    text-transform: uppercase;
	color: #FFFFFF;	
/*	border: 1px solid #76736e; */
	display		: table;
}

.categ span{
	display		: table-cell;
	vertical-align	: middle;	
}

.content {
    position: relative;
    min-height: 900px; 
    margin: 0px auto 0px;
    width: calc(100% - 20px);
/*
    height: 100%;  
	padding-left: 20px;
	padding-right: 20px;
*/
	padding-top: 50px;
	padding-bottom: 80px;
    max-width: 2000px;	
	padding-right: 20px;
}

.content .pnl {
    display: block;
	float: left; 
	min-width: 440px;
	width: calc(30% - 0px);
/*	border: 1px solid #76736e; */
	height: 100%;
	min-height: 1100px;
}


.catalog {
	width: calc(100% - 30px);
	border-radius: 3px; 
	margin-left: 5px;
	box-shadow: 0px 3px 6px #00000029;
	border: 1px solid #D4D4D4;
	padding-bottom: 15px;	
	padding-top: 15px;	
}

.catalog h2, .catalog2 h2{
	text-align: center;
	font: normal normal bold 26px/27px Roboto;
	color: #E80000;
    text-transform: uppercase;
	padding-bottom: 20px;
}

.catalog a{
    text-decoration:none;
    display: block;
    float: left;
    height: 60px;
    min-width: calc(100% - 144px);
    padding-left: 100px;
    padding-right: 40px;
    margin-top: 2px;
    margin-bottom: 2px;

    margin-left: 2px;
    margin-right: 2px;	
	background-position: 20px center;
	background-repeat: no-repeat;
	font: normal normal normal 21px/27px Roboto;
	letter-spacing: 0px;
	color: #1D1D1D;

	-webkit-transition: 150ms linear;
    -moz-transition: 150ms linear;
	-o-transition: 150ms linear;

	border-radius: 3px; 
	display: table;
    padding-top: 5px;
    padding-bottom: 5px;
}

.catalog a span{
	display		: table-cell;
	vertical-align	: middle;	
}

.catalog a:hover, .catalog a.s{
	background: #292929 0% 0% no-repeat padding-box;
	color: #ffffff;
	background-position: 20px center;
	background-repeat: no-repeat;
    -webkit-filter: hue-rotate(240deg) saturate(3.3) grayscale(50%);
    filter: hue-rotate(240deg) saturate(3.3) grayscale(50%);	
}

.pod_catalog {
    display: block;
    float: left;

	width: calc(100% - 5px);
	border-radius: 3px; 
/*	box-shadow: 0px 3px 6px #00000029; 
	border: 1px solid #D4D4D4;
	border: 1px solid #292929;		
	border-radius: 3px; 
	border: 0;
*/
	padding-bottom: 15px;	
	padding-top: 15px;	
	padding-left: 5px;	
	margin-bottom: 20px;
	margin-left: 0px;
}

.pod_catalog a{
    height: auto;
    padding-bottom: 5px;
    padding-left: 10px;
	width: calc(100% - 60px);
    padding-top: 5px;
    font-size: 15px;
	font: normal normal normal 15px/27px Roboto;	
}

.pod_catalog .ppd1 {
    padding-left: 25px;
	width: calc(100% - 75px);
}

.pod_catalog .ppd2 {
    padding-left: 45px;
	width: calc(100% - 95px);
}

.content .txt {
    display: block;
	float: left; 
	min-width: 440px;
	width: calc(70% - 67px);
	height: 100%;
	min-height: 2450px;

	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 6px #00000029;
	border: 1px solid #D4D4D4;
	padding: 30px;
	
	font: normal normal normal 20px/35px Roboto;
	color: #292929;	
}

.content .txt a{
	color: #000000;
}

.content .txt big{
	text-align: left;
	font: normal normal bold 24px/25px Roboto;
	letter-spacing: 0px;
	color: #292929;
}

.content .txt h1{
	font: normal normal normal 26px/35px Roboto;
    text-transform: uppercase;
	color: #00AB7C;
	margin-bottom: 30px;
	margin-top: 0px;
}

.content .txt h1 a{
	text-decoration: underline;
	font: normal normal normal 26px/35px Roboto;
	color: #00AB7C;
}

.tovar-fotos {
    display: block;
	float: left; 
/*	border: 1px solid #959595; */
	text-align: center;
	margin-right: 40px;
}

.tovar-fotos img{
	border-radius: 5px; 
}

.content .txt .zapros{
	display:table;
	width: 220px;
	height: 45px;
    line-height: 45px;
	border: 2px solid #00AB7C;
	border-radius: 5px;
	
	text-align: center;
    font-size: 18px;
    font-family: 'Roboto';
	text-align: center;	

    text-decoration:none;
	text-transform: uppercase;
    background: #00AB7C 0% 0% no-repeat padding-box;
	color: #ffffff;
}

.content .txt .zapros:hover{
    text-decoration: none;
	background-color: #004331;
	border: 2px solid #004331;
}

.content .txt .pl-list{
	border-bottom: 3px solid #00AB7C;
}

.content .txt .pl-list input[type=button]{
	width: 300px;
	height: 60px;
	background: #C7C7C7 0% 0% no-repeat padding-box;
	border-radius: 10px 10px 0px 0px;
	font: normal normal normal 18px/23px Roboto;
	color: #FFFFFF;
	text-transform: uppercase;
	border: 0;
    cursor: pointer;
	margin-right: 15px;
}

.content .txt .pl-list  input[type=button]:hover, .content .txt .pl-list input[type=button].s{
	background: #00AB7C 0% 0% no-repeat padding-box;
}

.content .txt .show{
    min-height: 500px; 
}

.content .txt .none{
    display: none;
    min-height: 500px; 
}

.content .txt .fotos img{
	border-radius: 5px;
	border: 1px solid #76736e;
	margin: 20px;
}


.list-tov {
}

.list-tov .itm{
	border: 1px solid #76736e;
	height: 300px;
	margin-bottom: 20px;
    position: relative;
	border-radius: 3px; 
	box-shadow: 0px 3px 6px #00000029;
	border: 1px solid #D4D4D4;
}

.list-tov .itm .img{
	width: 300px;
	height: 220px;
    position: absolute;
	top: 20px;
	left: 20px;
	background-size: cover;
	background-position: right center;
	background-repeat: no-repeat;
	border-radius: 3px; 
}

.list-tov .itm .info{
    position: relative;
	left: 360px;
	width: calc(100% - 400px);
	top: 20px;
	height: 204px;
	overflow: hidden;
	
	font: normal normal normal 18px/25px Roboto;	
	color: #292929;
}

.list-tov .itm .info h2, .list-tov .itm .info h2 a{
	font: normal normal bold 24px/25px Roboto;
	color: #292929;
	margin: 0;
}

.list-tov .more{
	width: 170px;
	height: 42px;
    display: block;
    position: absolute;

	background: #00AB7C 0% 0% no-repeat padding-box;
	border-radius: 4px;	
    text-transform: uppercase;
	left: 360px;
	top: 240px;
	
	text-align: center;
	font: normal normal normal 15px/42px Roboto;
	letter-spacing: 0px;
    text-decoration:none;	
	color: #FFFFFF;	
}

.list-tov .more:hover{
    text-decoration: none;
	background-color: #004331;
	color: #ffffff;
}

.list-tov .zoom{
	width: 285px;
	height: 27px;
    display: block;
    position: absolute;	
    line-height: 30px;

	left: 20px;
	top: 250px;
	text-align: left;
	font: normal normal normal 15px/25px Roboto;
    text-decoration:none;	
	
	color: #000000;
	padding-right: 10px;
	opacity: 0.5;
}

.list-tov .zoom img{
	margin-right: 15px;
}

.list-tov .zoom:hover{
	opacity: 1;
}

.menu-btn {
    width: 100px;
    height: 100px;
    padding: 0px;
    background: #7688a1;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    position: absolute;
    left: 2px;
    font-size: 70px;
    border: 0px;
    font-weight: bold;
	left: 100%;
    display: none;   
 	z-index: 2000;
    border-radius: 4px;
    -moz-border-top-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-bottom-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-top-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-bottom-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    margin-left: -130px;
}

.menu-btn:hover {
    color: #004331;
}

.s-menu-btn {
    top: 150px;
}

.s-menu-btn-s {
    top: 160px;
}

.s-menu-btn:hover {
    color: #004331;
}

.catalog2 {
	display: none;
    text-align: center;	
}

.pages {
        text-align: center;
        color: #999999;
        font-size: 20px;
        }

.pages a{
        color: #999999;
        }

.pages .s{
        text-decoration:none;
        }

.supply {
	background: #008561 0% 0% no-repeat padding-box;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;	
	color: #ffffff;
}

.about-img {
	background: #008561 0% 0% no-repeat padding-box;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;	
	color: #ffffff;
}

.list_podsec a{
    text-decoration:none;
    font-size: 23px;	
}

.list_podsec a:hover{
    text-decoration: underline;
}

.types {
	display: table;
}

.ttl-types {
    text-align: center;
	font: normal normal bold 28px/50px Segoe UI;
    text-transform: uppercase;
}

.types .itm{
	border: 1px solid #76736e;
	display: table-cell;
	width: calc(50% - 117px);
    display: block;
	float: left; 
	margin: 5px;
	height: 250px;
	background-position: center 70px;
	background-repeat: no-repeat;
	padding-top: 270px;
	padding-left: 50px;
	padding-right: 50px;
    text-align: center;
	border: 1px solid #292929;
	border-radius: 5px; 
}

.types .itm span{
	font: normal normal bold 26px/35px Segoe UI;
    display: block;
}

.opt {
	display: table;
	width: 100%;
}


.opt .itm{
	border-left: 2px solid #b6b6b6;
	width: calc(25% - 3px);
	height: 350px;
    text-align: center;
    display: block;
	float: left; 
	font: normal normal normal 20px/25px Segoe UI;
}

.opt .itm:first-child{
	border: 0;
}

.opt .itm span{
	background: #00ac7c;
	border-radius: 50%; 
	height: 150px;
	width: 150px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 150px;
	color: #ffffff;	
    font-size: 45px;
}

.opt .itm p{
	margin-bottom: 10px;
	color: #00ac7c;
    text-transform: uppercase;
	font: normal normal bold 26px/35px Segoe UI;
}

.priem {
	display: table;
	width: 100%;
}

.priem .itm{
	display: table-cell;
	width: calc(50% - 113px);
    display: block;
	float: left; 
	margin: 5px;
	height: 270px;
	padding-top: 270px;
	padding-left: 50px;
	padding-right: 50px;
    text-align: center;
}

.priem .itm p{
	margin-bottom: 15px;
    text-transform: uppercase;
	font: normal normal bold 40px/35px Segoe UI;
}

.priem .i1{
	background: #00ac7c;
	color: #282a29;
	background-position: center 40px;
	background-repeat: no-repeat;
	border-radius: 5px; 
}

.priem .i2{
	background: #3b3b3b;
	color: #7d7d7d;
	background-position: center 40px;
	background-repeat: no-repeat;
	border-radius: 5px; 

}

.priem .i3{
	background: #9f9e70;
	color: #292929;
	background-position: center 40px;
	background-repeat: no-repeat;
	border-radius: 5px; 

}

.priem .i4{
	background: #b8b8b8;
	color: #292929;
	background-position: center 40px;
	background-repeat: no-repeat;
	border-radius: 5px; 

}

.sotr {
	display: table;
	width: 100%;
}

.sotr .itm{
	width: calc(25% - 3px);
/*
	border: 1px solid #b6b6b6;
	border-left: 2px solid #b6b6b6;
*/
	height: 400px;
    display: block;
	float: left; 
    text-align: center;
	font: normal normal normal 20px/25px Segoe UI;
	border-left: 2px solid #b6b6b6;
}

.sotr .itm span{
	border-radius: 50%; 
	height: 150px;
	width: 150px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 150px;
	border: 2px solid #399179;
	background-position: center center;
	background-repeat: no-repeat;
}

.sotr .itm:first-child{
	border: 0;
}
