

/* Start:/bitrix/components/webidea.shop/message/templates/.default/style.css?16775550991777*/
.message-bg{
	width: 100%;
	height: 100%;
	top:0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	background-color: rgba(0,0,0,0.7);
	z-index: 20;
	position: fixed;
	display: none;
}
.message-wrap{
	background-color: #fff;
	width: 500px;
	height: 250px;
	position: fixed;
	padding: 90px 30px 30px 30px;
	top: 100px;
	left: 50%;
	margin-left:-250px;
	display: none; 
	
	/*border: 1px solid #eaeaea;*/
	z-index: 20;
}

.message-wrap .title{
	border: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #8FBE26;
	padding: 10px 0px 0px 15px; 
	margin: 0px;
	width: 100%;
	height: 50px;
	line-height: 45px;
	font-size: 24px;
	color: #fff;
	box-sizing: border-box;
}

.message-wrap .title h2{
	display: block;
	border: 0px;
	color: #fff;
	margin: 0px;
	font-size: 24px;
	box-sizing: border-box;
	line-height: 32px;
}

.message-wrap .buttons-wrap{
	display: block;
	position: absolute;
	bottom: 30px;
	left: 30px;
}

.message-wrap .buttons-wrap a.to-order{
	background-color: #EAA04C;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    font-size: 16px;
    padding: 5px 10px;
    text-align: center;
    text-transform: uppercase;
    width: 180px;
}

.message-wrap .buttons-wrap a.countine-shop{
	display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    font-size: 16px;
    color: #222;
}

.message-wrap .close{
	opacity: 1;
	display:block; 
    background-image:url(/bitrix/components/webidea.shop/message/templates/.default/img/close.png);
    background-repeat:no-repeat;
    width:24px;
    height:24px;
    position:absolute;
    right:14px;
    top:14px;
    z-index: 25;
}

.message-wrap .close:hover{
	opacity: 0.5;
	cursor: pointer;
}

/* End */


/* Start:/bitrix/templates/.default/components/bitrix/breadcrumb/.default/style.min.css?1677555094448*/
.bx-breadcrumb{margin:10px 0}.bx-breadcrumb i{color:#b5bdc2;line-height:13px;font-size:12px;vertical-align:middle;margin-right:5px}.bx-breadcrumb .bx-breadcrumb-item{float:left;margin-bottom:10px;white-space:nowrap;line-height:13px;vertical-align:middle;margin-right:10px}.bx-breadcrumb .bx-breadcrumb-item span{font-family:"Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;font-size:13px}.bx-breadcrumb .bx-breadcrumb-item a{border-bottom:0}
/* End */


/* Start:/bitrix/templates/main/components/bitrix/news.list/pluses/style.css?1677555094150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/bitrix/components/webidea/callback/templates/.default/style.css?16775550992236*/
.call-bg{
	width: 100%;
	height: 100%;
	top:0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	background-color: rgba(0,0,0,0.7);
	z-index: 200;
	position: fixed;
	display: none;
}
.call-wrap{
	box-sizing: border-box;
	background-color: #fff;
	width: 500px;
	position: fixed;
	padding: 70px 30px 85px 30px;
	top: 100px;
	left: 50%;
	margin-left:-250px;
	display: none; 
	
	z-index: 205;
}

.call-wrap .info{
	display: block;
	margin: 15px 0px;
	box-sizing: border-box;
}

.call-wrap input[type="text"]{
	
	width: 90%;
	border: 1px solid #ccc;
    padding: 12px 15px;
    
}

.call-wrap .line{
	margin-bottom: 10px;
}

.call-wrap label{
	display: block;
	margin-bottom: 2px;
}

.call-wrap .title{
	box-sizing: border-box;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #797979;
	padding: 10px 0px 0px 15px; 
	margin: 0px;
	width: 100%;
	height: 50px;
	line-height: 48px;
	font-size: 24px;
	color: #fff;
	
}

.call-wrap .title h2{
	display: block;
	color: #fff;
	margin: 0px;
	font-size: 24px;
	line-height: 32px;
}

.call-wrap .buttons-wrap{
	display: block;
	position: absolute;
	bottom: 30px;
	left: 30px;
}

.call-wrap .buttons-wrap a.send{
	border: 2px solid #ff9222;
	background-color: transparent;
	color: #ff9222;
	display: inline-block;
	font-size: 18px;
	padding: 10px 20px;
	width: 160px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	margin-right: 30px;
    
}

.call-wrap .buttons-wrap a.cancel{
	display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    font-size: 16px;
    color: #222;
}

.call-wrap .close{
	opacity: 1;
	display:block; 
    background-image:url(/bitrix/components/webidea/callback/templates/.default/img/close.png);
    background-repeat:no-repeat;
    width:24px;
    height:24px;
    position:absolute;
    right:14px;
    top:14px;
    z-index: 25;
}

.call-wrap .close:hover{
	opacity: 0.5;
	cursor: pointer;
	cursor: pointer;
	  transform: rotate(180deg);
	  transition: all 0.7s ease 0s;
	  opacity: 0.8;
	
}

.call-wrap .buttons-wrap a.send:hover{
	background-color: #ff9222; 
	color: #fff;
}

#call-err{
	font-size: 14px;
	color: #ff4242;
}
/* End */


/* Start:/bitrix/templates/main/secondPages.css?170088394811185*/
@font-face {
  font-family: 'PT Rouble Sans';
  src: url('/fonts/ruble/RUBSN.eot?#iefix') format('embedded-opentype'),  
  		 url('/fonts/ruble/RUBSN.otf')  format('opentype'),
	     url('/fonts/ruble/RUBSN.woff') format('woff'), 
	     url('/fonts/ruble/RUBSN.ttf')  format('truetype'), 
	     url('/fonts/ruble/RUBSN.svg#PTRoubleSans') format('svg');
  font-weight: normal;
  font-style: normal;
}


body .wrapper{	
	/*background-image:url(/img/pat-2.jpg);*/
	/*background-repeat:repeat;*/	
}



body .header-wrap {
	/*background-color: rgba(67,66,66,1);*/
}


body .top-bg {
	background-image: none;
}









body .h2Wrap {
	margin-top: 25px;
	padding: 20px 0px;
	background: rgba(64,132,6,.3);
}







body .top-slider {   
    height: 370px;
    width: 820px;
    margin: 15px auto;
}
	
	body .top-slider .img {
	   	width: auto;
	    left: -15px;
	    top: -20px;
	}
	
	body .top-slider .desc {
		left: 380px;
		top: 8px;
		width: 400px;
		font-size: 15px;
	}
		
		body.top-slider .desc .big-text {
			font-size: 20px;
		}





body .bestSlider,
body .bestSlider .slideItem {
	width: 820px;	
	height: 370px;
	
}


body .top-slider .wrapImg {
	
}
	body .top-slider .wrapImg .wfva {
		width: 370px;
		height: 370px;	
		text-align: center;
		vertical-align: middle;
	}


	body .top-slider .desc .wfva {
		vertical-align: middle;
		height: 350px;
	}


		
		
body .workAreaWrap {
	background-image:url(/img/pat-2.jpg);
}




	body .workAreaSmallWrap {
		min-height: 500px;
	
		
	}


.bx-breadcrumb {
	margin:0px;	
	padding: 5px 20px;
	padding-top: 0px;
}

	.bx-breadcrumb, 
	.bx-breadcrumb a {
		color: #fff;
	}





		
	body .workArea {
		padding: 0px;
	}
	
	
	
	body .miniWorkArea {
		/*background: #fff;*/
		padding: 0px 35px;
		width: 1030px;
		
		margin: 0 auto;
		padding-top: 20px;
		min-height: 500px;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	.servicesWrap {
		width: 1090px;
		padding: 0px 5px;
		margin-left: -70px;
		text-align: justify;
	}
	
	
	.secondNew,
	a.secondNew {
		width: 350px;
		height: 205px;
		//padding: 15px;
		overflow: hidden;
		margin: 7px 5px;
		position: relative;
		color: #fff;
		text-decoration: none;
	}
	
	
		
		.secondNew img {
			width: 100%;
			position: absolute;
			top: 0px;
			left: 0px;
		}
	
	
	
		.secondNew,
		.secondNew .filter {
			width: 350px;
			height: 205px;
		}
		.secondNew .filter {
			position: absolute;
			top: 0px;
			left: 0px;
			background: rgba(27,89,3,.6);
		}
	
	
	
		.secondNew .filter,
		.secondNew:hover .filter {
		    transition: opacity 0.5s;
		}

		.secondNew .filter {
		    opacity: 1;
		}

		.secondNew:hover .filter {
		    opacity: 0;
		}

	
		.secondNew .infoWrap {			
			padding: 15px;
			position: relative;
			z-index: 1;			
		}
			.secondNew .infoWrap
			.secondNew .info {
				width: 320px;
				height: 175px;
			}
			.secondNew .info {
				border: 2px solid #58ac2d;
				padding: 5px;
				width: 306px;
				height: 161px;
				text-align: center;
				vertical-align: middle;
			}
				
				
				.secondNew .name {
					text-transform: uppercase;
					font-weight: bold;	
				}
				
				
				.secondNew .wrapLine {					
					margin: 5px 0px;
				}
					.secondNew .wrapLine, 
					.secondNew .line {
						height: 1px;
					}
					.secondNew .line {
						width: 80%;						
						background: #58ac2d;
					}
	
	
	.prekpBGsecond {
		height: 70px;
		background: rgba(64,132,6,.3);
	}
	
	
	.kpBGsecond {
		/*background: #2a2a2a;*/
	}
	
		body .top-kp {
		    width: 960px;
			margin: 0 auto;
			/*background-image: url(/img/pat-1.jpg);*/
			background-color: transparent;
		    background-repeat: repeat;
		    display: block;		    
		    padding: 30px 0px 60px;
		}
	
			body .top-kp .c-bl {
				margin-top: -80px;
			}
	
	body .preFooter {
		margin-top: 0px;
	}
	
.main-title-wrap{
	position: relative;
}

.cart-wrap{
	position: absolute;
	right: 10px;
	top:-29px
}

.bc.breadcrumbs-black{
	color: #444;
}

.bc.breadcrumbs-black .bx-breadcrumb span{
	color: #444;
}

.bc.breadcrumbs-black .bx-breadcrumb a span{
	color: #FF9222;
}

.workArea .sidebar{
	width: 230px;
	margin-top: 50px;
}

.workArea .main-content{
	width: 785px;
	margin-left: 50px;
	margin-top: 50px;
}

.miniWorkArea2{
	padding: 20px 10px;
	
}

.catalog-filter-wrap{
	padding: 10px;
	border: 1px solid #749D25;
}

.catalog-search{
	position: relative;
	width: 300px;
}

.catalog-search-wrap{
	width: 300px;
}

.catalog-search .search-input{
	width: 300px;
	height: 32px;
	border: 1px solid #749d25;
	padding: 2px 5px 2px 5px;
}

.catalog-search .search-btn{
	position: absolute;
	border:0px;
	right: -12px;
	top: 0px;
	width: 40px;
	height: 38px;
	background-color: #749d25;
	background-image: url(/img/magnifier-tool.png);
	background-position: center;
	background-repeat: no-repeat;
}

.catalog-search .search-btn:hover{
	cursor: pointer;
	background-color: #9bd132;
}

.bx-filter-section{
	width: 400px;
}

.bx-filter.bx-green.bx-filter-horizontal{
	width: 400px;
}

.catalog-search-title{
	color: #444;
    cursor: pointer;
    font-size: 16px;
    display: block;
    margin-bottom: 41px;
}

/**************auth***********************/

.pop-window{
	width: 558px;
	/*height: 500px;*/
	background-color: white;
	/*border: 1px solid #ccc;*/
	box-sizing: border-box;
}

.pop-window .pop-header{
	width: 100%;
	box-sizing: border-box;
	height: 48px;
	background-color: #749d25;
	line-height: 48px;
	padding-left: 25px;
}

.pop-window .pop-header .close-window{
	display:block; 
    background-image:url(/img/cancel.png);
    background-repeat:no-repeat;
    width:26px;
    height:26px;
    position:absolute;
    right:12px;
    top:10px;
    cursor: pointer;
}

.pop-window .pop-header .close-window:hover{
  cursor: pointer;
  transform: rotate(180deg);
  transition: all 0.7s ease 0s;
  opacity: 0.8;
}

.pop-content{
	padding: 25px;
	color: #444;
	font-family: ralewayregular;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
}

.pop-content p{
	margin: 0px;
}

.pop-window .pop-header .title{
	color: white;
	font-family: ralewaybold;
	font-size: 18px;
	line-height: 24px;
	text-transform: uppercase;
	position: relative;
	padding-left: 40px;
}

.pop-window .tab-title{
	margin-top: 25px;
	padding: 0px 15px;
	color: #749d25;
	font-size: 18px;
	line-height: 24px;
	text-decoration: underline;
	text-transform: uppercase;
	text-align: center;
	height: 39px;
	line-height: 39px;
}

.pop-window .tab-title.active{
	font-family: ralewaybold;
	text-decoration: none;
	color: #444;
	font-size: 18px;
	text-transform: uppercase;
	border: 1px solid #ccc;
	border-bottom: 0px;
	position: relative;
	cursor: pointer;
}

.pop-window .tab-title:hover{
	color: #7eac28;
	cursor: pointer;
}
.pop-window .tab-title.active:hover{
	color: #444;
}

.pop-window .tab-title.active:after{
	content: '';
	position: absolute;
	height: 1px;
	width: 100%;
	background-color: #fff;
	display: block;
	bottom: -1px;
	left: 0px;
}

.pop-window .pop-tab{
	border: 1px solid #ccc;
	padding: 10px 20px 20px;
    
}

.pop-window .pop-footer{
	width: 100%;
	height: 48px;
	text-align: center;
	background-color: #749d25;
	line-height: 48px;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	box-sizing: border-box;
}

.pop-window input[type='text'], .pop-window input[type='password']{
	box-sizing: border-box;
	width: 287px;
	height: 40px;
	font-weight: 400;
	border: 1px solid #ccc;
	padding: 2px 5px;
	font-size: 18px;
	display: block;
	font-family: ralewayregular;
}

.pop-window .reqs{
	font-size: 14px;
	line-height: 20px;
	margin-top: 10px;
}

.pop-window .errortext,.pop-window .f-error{
	font-size: 14px;
	line-height: 20px;
	margin-top: 10px;
	color: #ff4040;
}

.pop-btn{
	display: block;	
	width: 186px;
	line-height: 42px;
	height: 42px;
	border: 4px solid #749d25;
	background-color: transparent;
	color: #444;
	font-family: ralewayregular;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	text-decoration: underline;
	text-transform: uppercase;
}

.pop-btn:hover{
	cursor: pointer;
	background-color: #749d25;
	color: #fff;
	text-decoration: none;
}

.pop-url{
	color: #444;
	font-family: ralewayregular;
	font-size: 18px;
	font-weight: 400;
	text-decoration: underline;
}

.auth-window{
	display: none;
	position: absolute;
	left: 50%;
	margin-left: -279px;
	top:50px;
	z-index: 201;
}



.pop-window .pop-header .title:before{
	content: '';
    display:block; 
    background-image:url(/img/danger-sign.png);
    background-repeat:no-repeat;
    width:33px;
    height:29px;
    position:absolute;
    left:0px;
    top:-4px;
}


/**************end auth*******************/

#back-arrow{
  background: rgba(0, 0, 0, 0) url("/img/up-arrow.png") no-repeat scroll 0 0;
  bottom: 50px;
  display: none;
  height: 48px;
  overflow: hidden;
  position: fixed;
  right: 20px;
  text-decoration: none;
  width: 48px;
  z-index: 200;
  cursor: pointer;
}

.banner-item-side{
	margin: 30px 0px;
	
}

.banner-item-side img{
	max-width: 240px;
	-webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.2);
-moz-box-shadow:    0px 10px 10px 0px rgba(0, 0, 0, 0.2);
box-shadow:         0px 10px 10px 0px rgba(0, 0, 0, 0.2);
}

.auth-top-info{
	position: absolute;
	right: 30px;
	bottom: -70px;
	color: #FF9222;
	text-align: right;
}

.auth-top-info a{
	color: #FF9222;
}

.styled-form{
	padding-bottom: 50px;
}

.styled-form h4{
	display: block;
	margin: 40px 0px;
}

.styled-form input[type="submit"]:hover,.styled-form input[type="button"]:hover,.styled-form input[type="reset"]:hover{
	background-color: #2d384a;
}

.styled-form input[type="submit"],.styled-form input[type="button"],.styled-form input[type="reset"]{
	vertical-align: top;
	cursor: pointer;
	margin-top: 20px;
	border: 0px;
	padding: 0px 20px;
	border-radius: 3px;
	color: #fff;
	font-size: 15px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	background-color: #19202a;
	display: inline-block;
	*display: inline;
	*zoom: 1;  
}

.styled-form input[type="text"],.styled-form input[type="password"]{
	width: 170px;
	border: 1px solid #dedede;
	border-radius: 3px;
	padding: 5px 10px;
}

.form-line{
	margin-bottom: 18px;
}

.form-label{
	width: 190px;
	font-size: 14px;
	color: #444;
	vertical-align: top;
	display: inline-block;
	*display: inline;
	*zoom: 1;   
}

.styled-form .bx-input-file-desc{
	display: none;
}

.errortext{
	font-size:12px;
	display: block;
	margin-bottom: 10px;
}


/*body .dir-uslugi.top-bg{
	background-image: url(/img/serviceBG1.jpg);
	background-position:  center 0px;
}*/


body .dir-uslugi .workAreaWrap, body .dir-set-azs .workAreaWrap, body .dir-aktsii .workAreaWrap, body .dir-novosti .workAreaWrap, body .dir-contacts .workAreaWrap{
	background-image: url(/img/pat-1.png);
	
}

body .dir-uslugi .miniWorkArea, body .dir-aktsii .miniWorkArea, .dir-novosti .miniWorkArea, body .dir-contacts .miniWorkArea{
	width: 960px;
	background-color: transparent;
}

body .dir-set-azs .miniWorkArea{
	background-color: transparent;
}

.catalog-item .img {
  background-image: url("/img/light.png");
  
}

.detailService{
	color:#fff;
}

body a.rec-btn{
	color: #fff;
	background: #ff9222;
	width: auto;
	display: block;
	border-bottom: 4px solid #855421;
	margin: 20px;
	margin-bottom: 0px; 
	height: auto;
	cursor: pointer;
	padding: 10px 40px;
}
/* End */


/* Start:/bitrix/templates/main/detail.css?16775550944348*/

	
		
body .workAreaWrap {
	
}

		
	body .workArea {
	
	}
	
	
	body .miniWorkArea {		
		background: #fff;
		padding: 0px 35px;
		width: 1030px;
	}
	
	
	
	
	
	.bcWrap {
		
		
	}
	
		.bc {
			padding: 10px 0px;
		}
	
		.bx-breadcrumb {
			margin-left: 30px;
			margin-top: 10px;
		}
		
		
		
		body .h2Wrap {
		    margin-top: 0px;
		    padding: 35px 0;
		
		}
		
		
		
		
		
		body .secondTitle .h2Wrap {
			background: none;			
		}
			body .secondTitle h2 {
				color: #fff;
			}
			
			body .secondTitle .h2Marker {
				display: none;
			}
		
		
		.detailService {
			position: relative;
		}
		
			.detailMarker {
				position: absolute;
				top: 0px;
				left: -20px;
				background: #ff9222;
				width: 10px;
				height: 15px;
			}
		
			.detailService h3 {
				font-size: 14px;
				color: #ff9222;
				display: inline-block;				
			}
				
				
				
			.detailService .preImg{
				float: right;
				background: #fff;
				padding: 5px;
				margin: 10px;
				margin-top: 0px;
				border: 2px solid #5fab35;
			}
		
		
		
		.detailServiceListWrap {
			text-align: center;
			margin: 20px;
		}
			
			.serviceOnDetail,
			a.serviceOnDetail {
				text-decoration: none;	
			}
				.serviceOnDetail  img {
				    background: #fff;
				    padding: 5px;
				    margin: 10px;
				    border: 1px solid #5fab35;
				}
		
				.serviceOnDetail  .name,
				a.serviceOnDetail  .name {
					color: #fff;
					text-transform: uppercase;
					text-decoration: none;	
				}
		
				.serviceOnDetail:hover .name,
				a.serviceOnDetail:hover .name {
					text-decoration: underline;
				}
		
					
			.detailServiceListWrap a.link {
				text-transform: uppercase;
				color: #ff9222;
				text-decoration: none;
				margin: 30px;
				font-weight: bold;
			}
			
			.detailServiceListWrap a.link:hover {
				text-decoration: underline;				
			}
		
		
		
		
		body .detailFooterBlock {
			min-height: 300px;
			padding: 30px 0px;
			background: linear-gradient(to right, #296635 50%, #fff 50%);
			margin-top: 20px;
			position: relative;
		}
		
			.whiteBlock {
				position: absolute;
				width: 1100px;
				height: 20px;
				left: 0px;
				top: -25px;
				background: #fff;
			}
				
		
		.toFormBlock {
			margin: 0 auto;
			margin-left: 80px;
			padding: 30px;
			padding-top: 20px;
			background: #4b4b4b;
			border-radius: 0 0 10px 10px;
			box-shadow: 4px 6px 7px 0px rgba(0, 0, 0, 0.12);			
			border-top: 40px solid #8ab533;
			text-align: center;
		}
		
			.toFormBlock img {
				margin-left: -80px;
			}
		
			body .toFormBlock input,
			body .toFormBlock textarea {
				width: 280px;
				height: 20px;
				padding: 10px 20px;
				border: none;
			}
			body .toFormBlock textarea {
				height: auto;
			}
				
				body .toFormBlock .mf-text {
					color: #ff9222;
					text-align: left;
					margin-top: 20px;
					margin-bottom: 5px;
					width: 300px;
				}
				
				body input[type=submit] {
					color: #fff;
					background: #ff9222;
					width: auto;
					border-bottom: 4px solid #855421;
					margin: 20px;
					margin-bottom: 0px; 
					height: auto;
					cursor: pointer;
					padding: 10px 40px;
				}
		
				body .toFormBlock .h2Marker {
					display: inline-block;
				}
					body .toFormBlock .h2Wrap {
						margin: 20px;
						padding: 0px;
						background: none;
					}
					
					body .toFormBlock h3 {
						color: #fff;
					}
				
		
		.elFeatures {
			margin-left: 130px;	
		}
		
		body font.errortext {		    
		    width: 320px;
		    display: inline-block;
		}
		
		.elFeatures .titleWrap {
			text-align: center;
		}
			.elFeatures .title {
				padding: 3px;
				border-bottom: 2px solid #f7cf2f;
				font-size: 24px;
				margin: 30px;
				font-weight: bold;
			}
		
		
		.features {
			
		}
							
			.features li {
				list-style: none;				
				padding: 5px;
				padding-left: 30px;				
				margin: 10px;
				background: url(/img/listMarker.png) no-repeat left center;
				font-size: 20px;
				width: 450px;
			}
				
				
				
			
body .index-map-wrap {
	height: 450px;
}	

body .mapMenuWrap .mapMenu {
	border: none;
	border-radius: 10px;
	top: -400px;
}

		body .mapMenuWrap .mapMenu .title {
			text-align: left;
			padding: 0;
			margin-top: -4px;
		}		
			
			
			a.listAZSLink {
				color: #ff9222;
				font-size: 12px;				
			}
				
				a.listAZSLink:hover {
					text-decoration: none;
				}
				
				
				
				
				
/* End */


/* Start:/bitrix/templates/main/template_styles.css?174745616151067*/
@font-face {
  font-family: 'PT Rouble Sans';
  src: url('/fonts/ruble/RUBSN.eot?#iefix') format('embedded-opentype'),  
  		 url('/fonts/ruble/RUBSN.otf')  format('opentype'),
	     url('/fonts/ruble/RUBSN.woff') format('woff'), 
	     url('/fonts/ruble/RUBSN.ttf')  format('truetype'), 
	     url('/fonts/ruble/RUBSN.svg#PTRoubleSans') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'ralewaybold';
    src: url('/fonts/Raleway-Bold-webfont.eot');
    src: url('/fonts/Raleway-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Raleway-Bold-webfont.woff2') format('woff2'),
         url('/fonts/Raleway-Bold-webfont.woff') format('woff'),
         url('/fonts/Raleway-Bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'ralewaylight';
    src: url('/fonts/Raleway-Light-webfont.eot');
    src: url('/fonts/Raleway-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Raleway-Light-webfont.woff2') format('woff2'),
         url('/fonts/Raleway-Light-webfont.woff') format('woff'),
         url('/fonts/Raleway-Light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'ralewaymedium';
    src: url('/fonts/Raleway-Medium-webfont.eot');
    src: url('/fonts/Raleway-Medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Raleway-Medium-webfont.woff2') format('woff2'),
         url('/fonts/Raleway-Medium-webfont.woff') format('woff'),
         url('/fonts/Raleway-Medium-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ralewayregular';
    src: url('/fonts/Raleway-Regular-webfont.eot');
    src: url('/fonts/Raleway-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Raleway-Regular-webfont.woff2') format('woff2'),
         url('/fonts/Raleway-Regular-webfont.woff') format('woff'),
         url('/fonts/Raleway-Regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'open_sansextrabold';
    src: url('/fonts/opensans-extrabold-webfont.eot');
    src: url('/fonts/opensans-extrabold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/opensans-extrabold-webfont.woff2') format('woff2'),
         url('/fonts/opensans-extrabold-webfont.woff') format('woff'),
         url('/fonts/opensans-extrabold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}



@font-face {
    font-family: 'open_sanssemibold';
    src: url('/fonts/opensans-semibold-webfont.eot');
    src: url('/fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/opensans-semibold-webfont.woff2') format('woff2'),
         url('/fonts/opensans-semibold-webfont.woff') format('woff'),
         url('/fonts/opensans-semibold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}



.opacityLink,
.opacityLink:hover {
    transition: opacity 0.5s;
}

.opacityLink {
    opacity: 1;
}

.opacityLink:hover {
    opacity: 0.5;
}





.clear{
	clear:both;
}
.addClear {
	clear: both;
	height: 1px;
	width: 600px;
}


*{
	margin:0px;
	padding:0px;
}

p {
	margin: 20px 0px;
}

body{
	overflow-x: hidden;
	color:#000;
	background-color: transparent;
	font-family: 'ralewaylight';
	font-size: 14px;
}

.ib {
	display: inline-block;
	vertical-align: top;
}



body a > img {
	border:none;
	
}



h2,h1.main-title {
	font-family: 'ralewaymedium';
	text-transform: uppercase;
	font-size: 24px;
	color: #fff;
	margin: 0px 0;
	line-height: 20px;
}

.h2Marker {
	width: 15px;
	height: 20px;
	background: #ff9222;
	margin-right: 15px;
}


.button, a.button {
	padding: 10px 20px;
	display: inline-block;
	text-transform: uppercase;
	font-family: 'ralewaylight';
	font-size: 15px;
	text-decoration: none;
	border: 2px solid #ff9222;
	color: #fff;	
}

.button:hover, a.button:hover {
	background-color: rgba(0,0,0,.2);
}






.wrapper{
	width:100%;
	min-width:1100px;
	font-family: 'ralewayregular';
	background-image:url(/img/pat-1.jpg);
	/*background-repeat:repeat;*/	
}

.center{
	margin: 0px auto;
	width: 1100px;
}

.relative{
	position: relative; 
}

.t-10{
	font-size: 10px;
}

.t-11{
	font-size: 11px;
}

.t-12{
	font-size: 12px;
}

.t-13{
	font-size: 13px;
}

.t-14{
	font-size: 14px;
}

.t-15{
	font-size: 15px;
}

.t-16{
	font-size: 16px;
}

.t-17{
	font-size: 17px;
}

.t-18{
	font-size: 18px;
}

.t-19{
	font-size: 19px;
}

.t-20{
	font-size: 20px;
}

.t-21{
	font-size: 21px;
}

.t-22{
	font-size: 22px;
}

.t-23{
	font-size: 23px;
}

.t-24{
	font-size: 24px;
}

.page-content{
	min-height: 500px;
}

.inline-top{
	vertical-align: top;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.inline-middle{
	vertical-align: middle;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.inline-baseline{
	vertical-align: baseline;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.block{
	display: block;
}

.top-bg{
	width:100%;
	/*height:1168px;*/
	background-image:url(/img/bg-1.jpg);
	background-repeat:no-repeat;
	display:block;
	
}

.page-center{
	width: 1100px;
	margin: 0px auto;
}

.header{
	position: relative;
	height: 145px;
	
}

.header-wrap{
	width: 100%;
	background-color:rgba(0,0,0,0.5);
	margin-bottom: 10px;
}







.logo{
	text-decoration: none;
	color: #fff;
	position: absolute;
	padding-left: 120px;
	left:17px;
    top:30px;
    font-size: 16px;
	color: #fff;
	display: block;
	width: 85px;
	text-transform: uppercase;
	line-height: 22px;
}

.logo:before{
	content: '';
	display:block; 
    background-image:url(/img/logo.png);
    background-repeat:no-repeat;
    width:115px;
    height:58px;
    position:absolute;
    left:0px;
    top:4px;	
}




.header .logo{
	
}

.header .logo:before{
	
}










.header .auth{
	position:absolute;
	top:39px;
	right:0px;
	color: #fff;
	background-color: #b3d934;
	font-family: 'ralewaymedium';
	font-size: 15px;
	padding: 7px 15px;
	text-decoration: none;
	border-radius: 15px;
	text-decoration: none;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bbda33+0,5fab35+100 */
background: #bbda33; /* Old browsers */
background: -moz-linear-gradient(top,  #bbda33 0%, #5fab35 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #bbda33 0%,#5fab35 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #bbda33 0%,#5fab35 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bbda33', endColorstr='#5fab35',GradientType=0 ); /* IE6-9 */
text-shadow: 0px 1px 1px rgba(150, 150, 150, 1);
outline: none;
}

.header .auth:before{
	content: '';
	display:block; 
    background-image:url(/img/el-4.png);
    background-repeat:no-repeat;
    width:28px;
    height:28px;
    position:absolute;
    left:-40px;
    top:3px;
}

.header .auth-btn{
	color: #fff;
	font-family: 'ralewaymedium';
	font-size: 15px;
	text-decoration: none;
	width: 134px;
	height: 40px;
	line-height: 40px;
	background-color: rgba(255, 146, 34, 0.4);
	border: 2px solid #ff9222;
	text-decoration: none;
	padding-left: 40px;
	
}

.header .auth-btn span{
	display:block; 
    background-image:url(/img/el-4n.png);
    background-repeat:no-repeat;
    width:28px;
    height:28px;
    position:absolute;
    left:6px;
    top:6px;
}

.header .auth-btn:after{
	content: '';
	display:block; 
    background-image:url(/img/el-4arr.png);
    background-repeat:no-repeat;
    width:12px;
    height:6px;
    position:absolute;
    right:6px;
    top:17px;
}

.auth-btn-wrap{
	position:absolute;
	top:36px;
	right:0px;
	z-index: 199;
}

.auth-btn-wrap .auth-menu{
	position:absolute;
	top:44px;
	right:0px;
	display: block;
	width: 174px;
	border: 2px solid #ff9222;
	display: none;
}

.auth-btn-wrap .auth-menu li{
	display: block;
	height: 40px;
	background-color: rgba(255, 146, 34, 0.4);
	color: #fff;
}

.auth-btn-wrap .auth-menu li a{
	color: #fff;
	display: block;
	line-height: 40px;
	padding: 0px 3px 0px 20px;
	text-transform: uppercase;
}

.contact-wrap{
	position:absolute;
	top:36px;
	left:277px;
	color: #fff;
	/*text-align: justify;*/
	width: 740px;
	height: 50px;
	display: table-caption;
	vertical-align: middle;
}



.contact-wrap .title,
.contact-wrap .adr,
.contact-wrap .phone,
.contact-wrap .email {
	vertical-align: middle;	
}


.contact-wrap .title {
	position: relative;
	padding-left: 35px;
	font-size: 18px;
}

.contact-wrap .adr {
	position: relative;
	padding-left: 35px;
	font-size: 18px;
	width: 161px;
}

.contact-wrap .phone{
	position: relative;
	padding-left: 40px;	
	padding-top: 4px;
	font-size: 20px;
	font-family: Arial;	
	width: 156px;
	margin: 0px 20px;
}

.contact-wrap .phone span{
	//font-family: 'ralewaybold';
	font-weight: bold;
}

.contact-wrap .email {
	position: relative;
	padding-left: 40px;
	font-size: 18px;	
}


.contact-wrap .email a {
	color: #fff;
	text-decoration: none;
}





.contact-wrap .title:before{
	content: '';
	display:block; 
    
    background-repeat:no-repeat;
    width:18px;
    height:27px;
    position:absolute;
    left:0px;
    top:-3px;
}

.contact-wrap .adr:before{
	content: '';
	display:block; 
    background-image:url(/img/el-1.png);
    background-repeat:no-repeat;
    width:18px;
    height:27px;
    position:absolute;
    left:0px;
    top:9px;
}

.contact-wrap .phone:before{
	content: '';
	display:block; 
    background-image:url(/img/el-2.png);
    background-repeat:no-repeat;
    width:28px;
    height:28px;
    position:absolute;
    left:0px;
    top:3px;
}

.contact-wrap .email:before{
	content: '';
	display:block; 
    background-image:url(/img/el-3.png);
    background-repeat:no-repeat;
    width:30px;
    height:21px;
    position:absolute;
    left:0px;
    top:1px;
}










.top-menu-wrap{
	background-color:rgba(0,0,0,0.75);
	height: 55px;
}

.top-menu-wrap .top-menu{
	line-height: 55px;
	vertical-align: middle;
	position: relative;
	z-index: 1;
}

.top-menu-wrap .top-menu li{
	vertical-align: top;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.top-menu-wrap .top-menu li a{
	color: #fff;
	text-decoration: none;
	padding: 10px 12px;
	font-size: 18px;
	font-family: 'ralewaylight';
}




.hoverWrap {
	margin-top: -10px;			
}

.hoverWrap,
.hover {
	height: 2px;
}
	.hover {
		min-width: 0px;
		background: #7bb234;
		margin-left: 15px;
		
		transition: width 0.5s;
	}













.top-slider{
	background-color:rgba(0,0,0,0.75);
	height: 508px;
	margin-top: 10px;
	position: relative;
}


.top-slider .corner-1{
    display:block; 
    background-image:url(/img/u1.png);
    background-repeat:no-repeat;
    width:106px;
    height:106px;
    position:absolute;
    left:30px;
    top:30px;
    -webkit-animation: corner-1 2s 1s infinite alternate backwards; /* Safari 4+ */
  -moz-animation:    corner-1 2s 1s infinite alternate backwards; /* Fx 5+ */
  -o-animation:      corner-1 2s 1s infinite alternate backwards; /* Opera 12+ */
  animation:         corner-1 2.5s 1s infinite alternate backwards; 
  animation-timing-function: ease;
}


.top-slider .corner-2{
    display:block; 
    background-image:url(/img/u2.png);
    background-repeat:no-repeat;
    width:106px;
    height:106px;
    position:absolute;
    left:30px;
    bottom:30px;
  -webkit-animation: corner-2 2s 1s infinite alternate backwards; /* Safari 4+ */
  -moz-animation:    corner-2 2s 1s infinite alternate backwards; /* Fx 5+ */
  -o-animation:      corner-2 2s 1s infinite alternate backwards; /* Opera 12+ */
  animation:         corner-2 2.5s 1s infinite alternate backwards; 
  animation-timing-function: ease;
}

.top-slider .corner-3{
    display:block; 
    background-image:url(/img/u3.png);
    background-repeat:no-repeat;
    width:106px;
    height:106px;
    position:absolute;
    position:absolute;
    right:30px;
    top:30px;
    -webkit-animation: corner-3 2s 1s infinite alternate backwards; /* Safari 4+ */
  -moz-animation:    corner-3 2s 1s infinite alternate backwards; /* Fx 5+ */
  -o-animation:      corner-3 2s 1s infinite alternate backwards; /* Opera 12+ */
  animation:         corner-3 2.5s 1s infinite alternate backwards; 
  animation-timing-function: ease;
}


.top-slider .corner-4{
    display:block; 
    background-image:url(/img/u4.png);
    background-repeat:no-repeat;
    width:106px;
    height:106px;
    position:absolute;
    right:30px;
    bottom:30px;
    -webkit-animation: corner-4 2s 1s infinite alternate backwards; /* Safari 4+ */
  -moz-animation:    corner-4 2s 1s infinite alternate backwards; /* Fx 5+ */
  -o-animation:      corner-4 2s 1s infinite alternate backwards; /* Opera 12+ */
  animation:         corner-4 2.5s 1s infinite alternate backwards; 
  animation-timing-function: ease;
}

.top-slider .img{
	/*
	position:absolute;
    left:-70px;
    top:-90px;
	*/
}

.top-slider .wrapImg {
	
}

	.top-slider .wrapImg .wfva {
		width: 505px;
		height: 505px;	
		text-align: center;
		vertical-align: middle;
	}
.top-slider .wrapImg  .fullImage{
	width: 1100px;
}
.top-slider .desc{
	 color: #fff;
    left: 510px;
    position: absolute;
    top: 72px;
    width: 550px;
    font-family: 'open_sanssemibold';
    font-size: 24px;	
}

	.top-slider .desc .wfva {
		vertical-align: middle;
		height: 350px;
	}


.top-slider .desc .big-text{
	font-family: 'open_sansextrabold';
	font-size: 36px;
}

.top-slider .desc.wide{
	width:625px;
	left:435px;	
}


@-webkit-keyframes corner-1{
  0%   { left: 30px; top: 30px; }
  100% { left: 45px; top: 45px; }
}
@-moz-keyframes corner-1{
  0%   { left: 30px; top: 30px; }
  100% { left: 45px; top: 45px; }
}
@-o-keyframes corner-1{
   0%   { left: 30px; top: 30px; }
  100% { left: 45px; top: 45px; }
}
@keyframes corner-1{
   0%   { left: 30px; top: 30px; }
  100% { left: 45px; top: 45px; }
}




@-webkit-keyframes corner-2{
  0%   { left: 30px; bottom: 30px; }
  100% { left: 45px; bottom: 45px; }
}
@-moz-keyframes corner-2{
  0%   { left: 30px; bottom: 30px; }
  100% { left: 45px; bottom: 45px; }
}
@-o-keyframes corner-2{
   0%   { left: 30px; bottom: 30px; }
  100% { left: 45px; bottom: 45px; }
}
@keyframes corner-2{
   0%   { left: 30px; bottom: 30px; }
  100% { left: 45px; bottom: 45px; }
}


@-webkit-keyframes corner-3{
  0%   { right: 30px; top: 30px; }
  100% { right: 45px; top: 45px; }
}
@-moz-keyframes corner-3{
  0%   { right: 30px; top: 30px; }
  100% { right: 45px; top: 45px; }
}
@-o-keyframes corner-3{
   0%   { right: 30px; top: 30px; }
  100% { right: 45px; top: 45px; }
}
@keyframes corner-3{
   0%   { right: 30px; top: 30px; }
  100% { right: 45px; top: 45px; }
}


@-webkit-keyframes corner-4{
  0%   { right: 30px; bottom: 30px; }
  100% { right: 45px; bottom: 45px; }
}
@-moz-keyframes corner-4{
  0%   { right: 30px; bottom: 30px; }
  100% { right: 45px; bottom: 45px; }
}
@-o-keyframes corner-4{
   0%   { right: 30px; bottom: 30px; }
  100% { right: 45px; bottom: 45px; }
}
@keyframes corner-4{
   0%   { right: 30px; bottom: 30px; }
  100% { right: 45px; bottom: 45px; }
}


.animated-corner-1{
  -webkit-animation: ccorner-1 1.0s 0s infinite alternate backwards; /* Safari 4+ */
  -moz-animation:    ccorner-1 1.0s 0s infinite alternate backwards; /* Fx 5+ */
  -o-animation:      ccorner-1 1.0s 0s infinite alternate backwards; /* Opera 12+ */
  animation:         ccorner-1 1.0s 0s infinite alternate backwards; 
  animation-timing-function: ease-in-out;
}

.animated-corner-2{
  -webkit-animation: ccorner-2 1.0s 0s infinite alternate backwards; /* Safari 4+ */
  -moz-animation:    ccorner-2 1.0s 0s infinite alternate backwards; /* Fx 5+ */
  -o-animation:      ccorner-2 1.0s 0s infinite alternate backwards; /* Opera 12+ */
  animation:         ccorner-2 1.0s 0s infinite alternate backwards; 
  animation-timing-function: ease-in-out;
}

.animated-corner-3{
  -webkit-animation: ccorner-3 1.0s 0s infinite alternate backwards; /* Safari 4+ */
  -moz-animation:    ccorner-3 1.0s 0s infinite alternate backwards; /* Fx 5+ */
  -o-animation:      ccorner-3 1.0s 0s infinite alternate backwards; /* Opera 12+ */
  animation:         ccorner-3 1.0s 0s infinite alternate backwards; 
  animation-timing-function: ease-in-out;
}


.animated-corner-4{
  -webkit-animation: ccorner-4 1.0s 0s infinite alternate backwards; /* Safari 4+ */
  -moz-animation:    ccorner-4 1.0s 0s infinite alternate backwards; /* Fx 5+ */
  -o-animation:      ccorner-4 1.0s 0s infinite alternate backwards; /* Opera 12+ */
  animation:         ccorner-4 1.0s 0s infinite alternate backwards; 
  animation-timing-function: ease-in-out;
}


@-webkit-keyframes ccorner-1{
  0%   { transform: translate(0px, 0px); }
  100% { transform: translate(10px, 10px); }
}
@-moz-keyframes ccorner-1{
  0%   { transform: translate(0px, 0px); }
  100% { transform: translate(10px, 10px); }
}
@-o-keyframes ccorner-1{
  0%   { transform: translate(0px, 0px); }
  100% { transform: translate(10px, 10px); }
}
@keyframes ccorner-1{
   0%   { transform: translate(0px, 0px); }
  100% { transform: translate(10px, 10px); }
}


@-webkit-keyframes ccorner-2{
  0%   { transform: translate(0px, 0px); }
  100% { transform: translate(10px, -10px); }
}
@-moz-keyframes ccorner-2{
  0%   { transform: translate(0px, 0px); }
  100% { transform: translate(10px, -10px); }
}
@-o-keyframes ccorner-2{
  0%   { transform: translate(0px, 0px); }
  100% { transform: translate(10px, -10px); }
}
@keyframes ccorner-2{
   0%   { transform: translate(0px, 0px); }
  100% { transform: translate(10px, -10px); }
}


@-webkit-keyframes ccorner-3{
  0%   { transform: translate(0px, 0px); }
  100% { transform: translate(-10px, 10px); }
}
@-moz-keyframes ccorner-3{
  0%   { transform: translate(0px, 0px); }
  100% { transform: translate(-10px, 10px); }
}
@-o-keyframes ccorner-3{
  0%   { transform: translate(0px, 0px); }
  100% { transform: translate(-10px, 10px); }
}
@keyframes ccorner-3{
   0%   { transform: translate(0px, 0px); }
  100% { transform: translate(-10px, 10px); }
}

@-webkit-keyframes ccorner-4{
  0%   { transform: translate(0px, 0px); }
  100% { transform: translate(-10px, -10px); }
}
@-moz-keyframes ccorner-4{
  0%   { transform: translate(0px, 0px); }
  100% { transform: translate(-10px, -10px); }
}
@-o-keyframes ccorner-4{
  0%   { transform: translate(0px, 0px); }
  100% { transform: translate(-10px, -10px); }
}
@keyframes ccorner-4{
   0%   { transform: translate(0px, 0px); }
  100% { transform: translate(-10px, -10px); }
}


.bestSlider,
.bestSlider .slideItem {
	height: 505px;
	width: 1100px;	
}



.bestSlider {
	
}


.bestSlider {
	position: relative;	
}

.bestSlider .slideItem {
	position: absolute;		
	//overflow: hidden;

}

.sliderSettings {
	display: none;
}





.bestSlider ul li {
	list-style: none;
    padding: 5px;
    padding-left: 45px;
    margin: 10px;
    background: url(/img/mainBannerListMarker.png) no-repeat left center;
    font-size: 20px;
   
}




.top-kp{
	/*background-image:url(/img/pat-1.jpg);*/
        background-color: rgba(0,0,0,0.8);
	background-repeat:repeat;
	display:block; 
	margin-top: 30px; 
	padding: 30px 0px 60px;	    
}

.top-kp .c-bl{
	width: 575px;
	margin: 0px auto;
	text-align: center;
}

.top-kp .title{
	font-family: 'ralewayregular';
	color: #67ad35;
	font-size: 24px;
	margin-bottom: 10px;
	position: relative;
	padding: 0px 82px;
}

.top-kp .kp-list{
	margin-top: 65px;
}

.top-kp .kp-list li{
	font-size: 14px;
	color: #fff;
	display: block;
	font-family: 'ralewaylight';
	list-style-type: none;
	width: 132px;
	background-color: #343333;
	padding: 0px 25px 25px;
	position: relative;
	text-align: center;
	margin-right: 10px;
	vertical-align: top;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.top-kp .kp-list li:after {
    content: '';
    display: block;
    background-image: url(/img/ustripe.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 15px;
    height: 5px;
    position: absolute;
    right: -15px;
    top: 120px;
}


.top-kp .kp-list li:last-child {
	margin-right: 0px;
}

.top-kp .kp-list li:last-child:after {
	background: none;
}













.top-kp .title:before{
    content: '';
    display:block; 
    background-image:url(/img/u5.png);
    background-repeat:no-repeat;
    width:67px;
    height:67px;
    position:absolute;
    left:0px;
    top:16px;
}



.top-kp .title:after{
    content: '';
    display:block; 
    background-image:url(/img/u6.png);
    background-repeat:no-repeat;
    width:67px;
    height:67px;
    position:absolute;
    right:0px;
    top:16px;
}


.top-kp .kp-list li .before{
    background-position: 0px center;
    background-repeat:no-repeat;
    width:70px;
    height:70px;
    margin: 35px auto;
    margin-bottom: 25px;    
}

.top-kp .kp-list li:hover{
	cursor: pointer;
	color: #FF8F32;
}

.top-kp .kp-list li:hover .before{
	background-position: -70px center;
}


.top-kp .kp-list li.sign-1:after,.top-kp .kp-list li.sign-2:after{
    content: '';
    display:block; 
    background-image:url(/img/ustripe.png);
    background-position: center;
    background-repeat:no-repeat;
    width:15px;
    height:5px;
    position:absolute;
    right:-15px;
    top:120px;
}

.bn-1-wrap{
	/*background-image:url(/img/bbg-1.jpg);*/
	width: 100%;
	height: 356px; 
	background-repeat:no-repeat;
	display:block; 
	margin-top:45px; 
	margin-bottom:20px;  
}

.bn-1-wrap .title{
	position: absolute;
	font-size: 30px;
	color: #fff;
	font-family: 'open_sanssemibold';
	text-transform: uppercase;
	background-color: #8ab533;
	padding: 3px 5px;
	left: 30px;
	top:30px;
}

.bn-1-wrap .logo{
	position: absolute;
	left: 98px;
	top: 125px;
	width: 461px;
}


.bn-1-wrap .img-wrap{
	position: absolute;
	padding: 15px 60px;
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	right: 50px;
	top: 15px;
}

.bn-1-wrap .corner-1,
.bn-1-wrap .corner-2,
.bn-1-wrap .corner-3,
.bn-1-wrap .corner-4 {
    width:68px;
    height:67px;    
}




.mainGoodsSlider {
	text-align: center;
	height: 220px;
}

.octagon{
	width:255px;
    height:256px;
	background-image:url(/img/octogon.png);
	background-repeat:no-repeat;
	display:block;          
}

.goodBG {
	padding: 15px;
	/*transition: padding 0.5s ease-out 0.3s;*/
	cursor: pointer;
	
	   background-image: url(/img/greenOctogon.png);
		background-position: center center;
		background-repeat: no-repeat;
		
	background-size: contain;
	/*margin: 10px;*/
	/*margin-top: -20px;*/
	margin-top: -35px;
}

.slide-good-item .title{
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	margin-top: 20px;
}

.goodWrap, .good {
	/*
	width: 240px;
	height: 240px;
	*/
	width: 300px;
	height: 300px;
	//transition: width 0.5s ease-out 0.3s, height 0.5s ease-out 0.3s;
}
	
	
	.goodWrap {
		overflow: hidden;
		 -moz-transform: rotate(45deg); /* Для Firefox */
	    -ms-transform: rotate(45deg); /* Для IE */
	    -webkit-transform: rotate(45deg); /* Для Safari, Chrome, iOS */
	    -o-transform: rotate(45deg); /* Для Opera */
	    transform: rotate(45deg);
	    
	 
	}
		
		
	

	.good {
		background-image: url(/img/octogon2.png);
		background-position: center center;
		background-repeat: no-repeat;
		/*background-color: #fff;*/
		/*background-size: 80%;*/
		
		-moz-transform: rotate(-45deg); /* Для Firefox */
	    -ms-transform: rotate(-45deg); /* Для IE */
	    -webkit-transform: rotate(-45deg); /* Для Safari, Chrome, iOS */
	    -o-transform: rotate(-45deg); /* Для Opera */
	    transform: rotate(-45deg);
	    
	    box-shadow: 0px 0px 75px 10px rgba(0, 0, 0, 0.2) inset; 
	    overflow: hidden;
	}


		.good .info {
			text-align: center;
			/*background: rgba(0,0,0,.8);*/
			width: 100%;
			height: 100%;
			padding-top: 85%;
			display: none;
			color: #fff;
			font-family: 'open_sanssemibold';
		}
		
			.good .info > div {
				padding: 5px;
			}
			
			.good .price {
				font-size: 16px;
			}
		
		.good .price-sign{
			font-family: 'PT Rouble Sans';
			color: #749d25;
		}	
			

.sGoodBG {
	padding: 4px;
	//margin: 10px;
	margin-top: 0px;
}


	.sGoodBG {
		
	}

		
	.sGoodBG .goodWrap, 
	.sGoodBG .good {
		width: 240px;
		height: 240px;
	}

	.sGoodBG .info {
		display: block;
	}



.allGoodsButtonWrap {
	text-align: right;
}

	.allGoodsButtonWrap .button {
		margin: 40px 0px;
		font-size: 18px;
		
	}



/* Tiny Carousel */
#slider1 { 
	height: 1%; 
	//overflow: hidden; 
	padding: 0 0 10px; 
	position: relative;
	margin-top: 40px;
}


#slider1 .viewport,
#slider1 .overview li {
	height: 310px; 
}

#slider1 .viewport { 	
	float: left; 
	width: 1020px; 	
	overflow: hidden; 
	position: relative; 
	height: 385px;
	padding-top: 10px;
	/*height: 400px;*/
	margin-left: 35px;
}


#slider1 .buttons {   
    display: block;
    margin: 90px 10px 0 0;
    float: left;
    width: 67px;
    height: 66px;
    position: absolute;    
    text-decoration: none;
	background-image: url(/img/arrows.png);
	background-repeat: no-repeat;
	overflow: hidden;
	top: 40px;    
}
#slider1 .next {
    //margin: 30px 0 0 10px;	
	background-position: -67px center;
	right: -30px;
}

#slider1 .prev {
	 background-position: left center;
	 left: -30px;
}


#slider1 .disable { visibility: hidden; }
#slider1 .overview { 
	list-style: none; 
	position: absolute; 
	padding: 0; 
	margin: 0; 
	margin-left: -20px;
	width: 240px; 
	left: 0; 
	top: 0; 
	margin-top: 15px;
}


#slider1 .overview li { 
	
	float: left; 
	//margin: 0 20px 0 0; 
	margin-top: 20px;
	padding: 1px; 
	/*width: 310px;*/
	width: 355px;
	text-align: center; 
}




















.workAreaWrap{	
	display:block;
	min-height:500px;         
}
	
	.h2Wrap {
		/*padding: 40px 0;*/
		padding: 25px 0;
		background: rgba(0,0,0, .19);
		text-align: center;
	}

.mainCatalogTitle {
	color: #ff9222;
	font-size: 30px;
	font-family: 'ralewaymedium';
	margin: 75px 0px;	
	text-transform: uppercase;
}


.mainAServiceMenuBG {
	padding-top: 10px;
	padding-bottom:20px;
	background: rgba(0,0,0, .75);
	text-align: center;
}

	.mainAServiceMenuBG .mainMenuItem,
	.mainAServiceMenuBG a.mainMenuItem {
		text-decoration: none;
		color: #fff;
		font-size: 18px;
		margin: 13px 10px 5px;
		cursor: pointer;
	}
	
	.mainAServiceMenuBG .mainMenuItem:hover,
	.mainAServiceMenuBG a.mainMenuItem:hover {
		text-decoration: underline;
	}

.mainAServiceBG {
	background-image:url(/img/bbg-2.jpg);
	background-repeat:no-repeat;
	background-position: center top;	
	margin-top:0px;
	margin-bottom: 0px;
}
	
	.mainAServiceBG .page-center {		
		padding: 68px 0px;
		background: rgba(0,0,0, .25);
	}
	
	
	.mainServicesSlider {
		position: relative;
		height: 290px;
	}
	
	.mainServiceSlide {
		position: absolute;
		display: none;
	}
	
	
	.mainServicesSlider .mainServiceSlide:first-child{
		display: block;
	}
	
	
	.mainServiceSlide .prevImg,		
	.mainServiceSlide .info {
		padding: 10px;
	}
	
	
	
	.mainServiceSlide .prevImg {
		width: 470px;
		margin-left: 10px;
		padding: 15px;
		position: relative;	
	}
	
	
		
		/*common coners*/
		.corner-1,.corner-2,.corner-3,.corner-4 {
			position:absolute;
			background-repeat:no-repeat;
			background-size: contain;
			display:block; 
		}		
		
		/*horizontal position*/
		.corner-1, .corner-2{left: 0px;}
		.corner-3, .corner-4 {right: 0px;}		
		
		/*vertical position*/
		.corner-1, .corner-3{top: 0px;}
		.corner-2, .corner-4 {bottom: 0px;}		
		
		/*corners imgs*/
		.corner-1{background-image:url(/img/u1.png);}
		.corner-2{background-image:url(/img/u2.png);}
		.corner-3{background-image:url(/img/u3.png);}
		.corner-4{background-image:url(/img/u4.png);}
		
		/*corners sizes*/				
		.corner-1,.corner-2,.corner-3,.corner-4 {
			width:100px;
			height:100px;
		}
		


	.mainServiceSlide .info {
		width: 540px;
		padding-left: 30px;
		padding-top: 0px;
	}
		
		.mainServiceSlide .info .title,
		.mainServiceSlide .info .link a {
			color: #ff9222;
		}
		
		
		.mainServiceSlide .info .title {
			margin-bottom: 40px;
			font-size: 19px;
			text-transform: uppercase;
		}
		
		.mainServiceSlide .info .text {
			color: #fff;
			font-size: 18px;
		}
		
		.mainServiceSlide .info .link {			
			text-align: right;
			margin-top: 40px;
		}
		
			.mainServiceSlide .info .link a {
				font-size: 18px;
				text-decoration: underline;
			}
		
			.mainServiceSlide .info .link a:hover {
				text-decoration: none;
			}
.mainAServiceBG .order {
	padding: 0px 0px;
}

.mainAServiceBG .order .h2Wrap {
	margin-top: 40px;
	background: none;
	text-align: center;
	padding: 40px;
	padding-left: 70px;
}
	
	
	
	
	.wfva {
		margin: 0px;
		padding: 0px;
		display: table-cell;
		width: 1100px;
	}
	
	
	.order .phone,
	.order .info,
	.order .sub,
	.wfva {
		vertical-align: top;
	}
	
	.order,
	.order a {
		color: #fff;
		font-size: 18px;
		text-align: center;
	}
	
	.order.button,
	.order a.button {
		font-size: 18px;
	}
			
		.order.button span,
		.order a.button span {
			
		}
		
		
		.mainAServiceBG .order .h2Wrap h2 {
			
		}

		.order .phone,
		.order .info,
		.order .sub {
			padding: 10px;
			margin: 0px 50px;		
		}
		
		.order .phone {
			
		}
			
			.order .phone .number {
				font-weight: bold;
				font-family: 'Tahoma';
			}
		
		
		.order .info {
			width: 190px;
			font-size: 14px;
		}
		
			.order .info .line {
				width: 95px;
				height: 2px;
				margin: 10px 30px;
				background: #f7cf2f;
			}
		
		.order .sub {
			
		}
		
			.order .sub .how {
				text-decoration: underline;
			}
			.order .sub .how:hover {
				text-decoration: none;
			}








.mainBonusBG {
	background-image:url(/img/pat-2.jpg);	
	background-position: center center;
	min-height: 490px;
	padding: 65px 0px;
	margin-top: 0px;	
	overflow: hidden;
}
	
	.mainBonusBG .page-center {
		
	}
	
	.mainBonusBG .page-center .wrap {
		position: relative;
		padding: 30px 20px;
	}



	.mainBonusBG .page-center .card {
		
	}
	
	.mainBonusBG .page-center .arrow {
		padding-top: 20px;
	}

	.mainBonusBG .page-center .info {
		width: 580px;
		color: #272727;
		font-size: 27px;
		margin-left: 10px;
	}
		
		.mainBonusBG .page-center .info .pre {
			font-size: 45px;
			
		}
		
		.mainBonusBG .page-center .info .title {
			color: #ce550f;
			font-size: 50px;
			text-transform: uppercase;
		}
		
		.mainBonusBG .page-center .info .text {
			line-height: 40px;
			margin-top: 20px;
		}
			.mainBonusBG .page-center .info span {
				color: #209520;
			}
		
	.mainBonusBG .cardMan {
		position: absolute;
		right: -260px;
		bottom: -210px;
		//display: none;
	}
	
	.mainBonusBG .button {
		text-transform: none;
		color: #fff;
		font-size: 18px;
		background: #ff9222;
		border-bottom: 3px solid #af7130;
		position: absolute;
		bottom: -65px;
		right: 315px;
	}
	
		.mainBonusBG .button:hover {
			background: rgba( 255,146,34,.6 );
		}



	.mapMenuWrap {
		position: relative;
	}
		
		.mapMenuWrap .mapMenu {
			position: absolute;
			padding: 35px;
			padding-top: 25px;
			/*background: #5f5f5f;*/
			background-color: rgba(255, 255, 255, 0.7);
			overflow: hidden;
			/*border-radius: 0 0 10px 10px;*/
			/*border-top: 45px solid #8ab533;*/
			right: 50px;
			top: -700px;
			text-align: left;
			box-shadow: 0px 8px 27.3px 7.7px rgba(0, 0, 0, 0.16); 
			max-height: 525px;
			transition: max-height 0.5s ease-in;
		}

			.mapMenuWrap .mapMenu .title {
				text-align: center;
				position: relative;
				/*color: #8ab533;*/
				color: #222;
				font-size: 24px;
				padding: 0px 10px 0px;
			}
			.mapMenuWrap .mapMenu .subTitle {
				margin: 4px 0;
			}
				.mapMenuWrap .mapMenu .subTitle .text {
					color: #222;
					width: 310px;
					font-size:18px;		
				}
		
		
		
		.mapMenuWrap .jspDrag{
			background-color: #ccc;
		}
		
		.mapMenuWrap .jspTrack{
			background-color: #fff;
		}
		
		.mapLinks {
			margin: 10px 0;
		}
		
			.mapLinks li {
				cursor: pointer;
				list-style-type: none;
				color: #222;
				font-size: 18px;
				margin: 10px 0;
			}
			
				.mapLinks .info {
					display: none;
				}




.index-map-wrap {
	height: 755px;
}



.h2WrapNBG {
	background: none;
}

.mainNews {
	
}

	
	.mainNews .page-center {
		min-height: 500px;
		background: #fff;
	}

		.mainNew {
			
		}
			.mainNew .preIm,
			.mainNew .preInfo {
				height: 520px;
			}

			.mainNew .preIm {
				width: 550px;
				position: relative;
			}
				
				.mainNew .preIm .filter {
					position: absolute;
					top: 0px;
					left: 0px;
					width: 550px;
					height: 520px;
					background: rgba(95,171,53,.46); 
				}	
				
				
			.mainNew .preInfo {
				width: 295px;
				height: 280px;
				padding: 55px 70px 120px;
				padding-right: 180px;
			}
				.mainNewName, a.mainNewName {
					font-size: 24px;
					text-decoration: none;
					color: #000;
					font-weight: bold;
				}
				
				.mainNewName a{
					color: #000;
					text-decoration: none;
				}
				
				.mainNew .dateArea {
					margin-bottom: 50px;
				}
				
				.mainNew .line {
					width: 105px;
					height: 4px;
					background: #f7cf2f;
				}
				
				.mainNew p {
					
				}
				
				
					.mainNew .year {
						padding: 2px 10px;
						background: #000;
						color: #fff;
						margin-top: 0px;
						font-weight: bold;
					}
					
					.mainNew .date {
						margin-left: 20px;
						font-weight: bold;
						font-size: 16px;
						color: #9f9f9f;
					}

.preFooter {
	background: #000;
	padding-top: 20px;
	padding-bottom: 15px;
	margin-top: 50px;
}

	.preFooter .page-center {
		position: relative;
		height: 45px;
	}


			
		.preFooter .contact-wrap{
			position: relative;
			margin: 0px;
			padding: 0px;
			top: 0px;
			left: 0px;
			width: 1100px;
			text-align: center;
		}


		.preFooter .contact-wrap .adr,
		.preFooter .contact-wrap .phone,
		.preFooter .contact-wrap .email {
			margin: 0px 40px;
			margin-top: 5px;
		}



		.preFooter .contact-wrap .adr {
			
		}

		.preFooter .contact-wrap .phone{
			
		}

			.preFooter .contact-wrap .phone span{
			
			}

		.preFooter .contact-wrap .email{
			
		}




				

		.preFooter .contact-wrap .adr:before{		
		    background-image:url(/img/el-5.png);
		}

		.preFooter .contact-wrap .phone:before{
			background-image:url(/img/el-6.png);
		}

		.preFooter .contact-wrap .email:before{
			background-image:url(/img/el-7.png);
		}





.footer {
	background: linear-gradient(to right, #222425 50%, #353535 50%);
}
	
	.footer .page-center {
		min-height: 200px;
		position: relative;
		padding: 70px 0px;
	}
	
	
	
	.footer .top-menu-wrap {
		background: none;
		width: 245px;
		margin-left: 311px;
		margin-right: 50px;
		margin-top: -10px;
	}
		
		
			
		.footer .top-menu-wrap .top-menu {
			
		}

				
			.footer .top-menu-wrap .top-menu li {
				display: block;
				margin: 10px 5px;
				line-height: 20px;
			}
				
				.footer .top-menu-wrap .top-menu li a:hover,
				.footer .top-menu-wrap .top-menu li a.selected {
					text-decoration: underline;
				}
		/*
		.footer .logo,
		.footer a.logo {
			padding-left: 95px;
			background: url(/img/logo-2.png) no-repeat left center;
			text-decoration: none;
			width: 120px;
			color: #fff;
			
		}
		
		.footer .logo:hover,
		.footer a.logo:hover {
			text-decoration: underline;
		}
	
	*/
	
	.footer .logo {
		top: 70px;
	}
	
	
	
	
	
		.footer .contact-wrap{		
			margin: 0px;
			padding: 0px;
			left: auto;
			right: 50px;
			top: 60px;
			width: 322px;
			height: 100px;			
			text-align: left;
			
		}


		.footer .contact-wrap .title,
		.footer .contact-wrap .adr,
		.footer .contact-wrap .phone,
		.footer .contact-wrap .email {
			margin: 20px 0px;
			margin-top: 5px;
			font-size: 19px;
			padding-left: 50px;
		}


		

		.footer .contact-wrap .adr {
			
		}

		.footer .contact-wrap .phone{
			
		}

			.footer .contact-wrap .phone span{
			
			}

		.footer .contact-wrap .email{
			
		}




				

		.footer .contact-wrap .adr:before{		
		    
		}

		.footer .contact-wrap .phone:before{
			
		}

		.footer .contact-wrap .email:before{
			
		}
	
	
	
.slider {
	position: relative;	
}



	
.mainNew {
	display: none;
}
	.sliderSW .mainNew:first-child {
		display: block;	
	}
	
	
	.slider .butt {
		display: block;
	    margin: 30px 10px 0 0;
	    float: left;
	    width: 67px;
	    height: 66px;
	    position: absolute;
	    text-decoration: none;
	    background-image: url(/img/arrows.png);
	    background-repeat: no-repeat;
	    overflow: hidden;
	    top: 190px;
		cursor: pointer;
	}
		
		
		
		.slider .left {
			background-position: left center;
    		left: 5px;
		}
			.slider .left:hover,
			#slider1 .prev:hover {
				background-position: -134px center;
			}
	
		
		
		.slider .right {
			    background-position: -67px center;
    			right: -5px;
		}
			
			.slider .right:hover,
			#slider1 .next:hover  {
				background-position: right center;
			}
	
	
	
	
	
#slider1 .prev {
    
}
#slider1 .buttons {
   
}
	
	
	
	
	
	
	.mainAServiceBG h2 {
		font-weight: normal;
	}
		
		.mainAServiceBG h2 span {
			font-weight: bold;
		}
	
	
	
	
	









.top-slider .card {
		
	}
	
	.top-slider .arrow {
		padding-top: 20px;
	}

	.top-slider .info {
		width: 485px;
		color: #fff;
		font-size: 27px;
		margin-left: -46px;
	}
		
		.top-slider .info .pre {
			font-size: 30px;
			
		}
		
		.top-slider .info .title {
			color: #f7cf2f;
			font-size: 39px;
			text-transform: uppercase;
		}
		
		.top-slider .info .text {
			//line-height: 60px;
			font-size: 18px;
		}
			.top-slider .info span {
				color: #209520;
			}
		
	.top-slider .cardMan {
		position: absolute;
		right: -58px;
		bottom: -85px;
	}
	
	.top-slider .cardGirl{
		position: absolute;
		right: -23px;
		bottom: -68px;
	}
	
	.top-slider .button {
		text-transform: none;
		color: #fff;
		background: #ff9222;
		border-bottom: 3px solid #af7130;
		position: absolute;
		bottom: 5px;
		right: 340px;
	}
	
		.top-slider .button:hover {
			background: rgba( 255,146,34,.6 );
		}



	.mapMenuWrap {
		position: relative;
	}


.popup-window{
	background-color: #fff;
	left: 50%;
	margin-left: -480px;
	padding: 90px 40px 40px;
	position: absolute;
	top: 0px;
	width: 900px;
	z-index: 205;
	color: #444;
	text-align: left;
	font-size: 18px;
	line-height: 28px;
}

.popup-window .close-icon{
  background-image: url("/img/close-button.png");
  background-repeat: no-repeat;
  display: block;
  height: 32px;
  opacity: 1;
  position: absolute;
  right: 24px;
  top: 15px;
  width: 32px;
  z-index: 25;
}

.popup-window .close-icon:hover{
  cursor: pointer;
  transform: rotate(180deg);
  transition: all 0.7s ease 0s;
  opacity: 0.8;
}

.window-bg {
  background-color: rgba(0, 0, 0, 0.7);
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 200;
}

.popup-window .button-wrap{
	text-align: center;
	margin: 50px 0px 0px;
}

.popup-window a.button {
  border: 2px solid #ff9222;
  color: #ff9222;
  display: inline-block;
  font-family: "ralewaylight";
  font-size: 18px;
  padding: 10px 20px;
  width: 160px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.popup-window a.button:hover{
  color: #fff;
  background-color: #ff9222;
}

.popup-window .title-window {
  background-color:#ff9222;	
  color: #fff;
  font-size: 24px;
  height: 50px;
  left: 0;
  line-height: 45px;
  margin: 0;
  padding: 10px 0 0 2%;
  position: absolute;
  top: 0;
  width: 98%;
}

.index-catalog-btn-wrap{
	margin:55px 0px 50px;
}

.index-catalog-btn-wrap h3{
	color: #ff9300;
	font-family: 'ralewaybold';
	text-align: center;
	display: block;
	margin:30px 0px;
	text-transform: uppercase;
	font-size: 36px;
}
	

.catalog-banner-wrap{
	margin:0px auto 45px;
	width:1002px;
	height:154px;
	overflow: hidden;
}	

.index-catalog-btn-wrap .button-wrap{
	width: 350px;
	text-align: center;
	padding: 0px 50px;
	
}

a.button2{
	padding: 0px 20px;
	display: block;
	text-transform: uppercase;
	font-family: 'ralewaybold';
	font-size: 18px;
	text-decoration: none;
	border: 2px solid #ff9222;
	color: #fff;
	width:320px;
	height:50px;
	line-height:45px;	
}

a.button2.w260{
	width:260px;
}

.index-catalog-btn-wrap .button-wrap span{
	font-size: 14px;
	color: #fff;
	display: block;
	width: 300px;
	margin: 7px auto;
	
}

.index-catalog-btn-wrap .or-wrap{
	width: 170px;
	text-align: center;
	font-size: 18px;
	font-family: 'ralewaybold';
	color: #fff;
	padding-top: 50px;
}


.hover-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hover-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ff9222;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hover-right:hover, .hover-right:focus, .hover-right:active {
  color: white;
}
.hover-right:hover:before, .hover-right:focus:before, .hover-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.orange-text{
	color: #FF8F32;
}

.show-index-map{
	display: block;
	position: absolute;
	background-image:url(/img/map-arrow.png);
	width: 14px;
	height: 10px;
	background-repeat:no-repeat;
	background-position: center center;
	top:12px;
	left: 35px;
}

.news-item{
	margin-bottom: 70px;
	
}

.news-item:hover .img:after, .news-item-in-detail:hover .img:after{
	opacity: 0;
}

.news-item:hover .img .border,.news-item-in-detail:hover .img .border{
	opacity: 0;
}

.news-item .img{
	width: 375px;
	height: 355px;
	background-color: #fff;
	position: relative;
}

.news-item .img .border{
	position: absolute;
	top:20px;
	left:22px;
	width: 327px;
	height: 311px;
	border: 2px solid #58ac2d;
	display: block;
	-webkit-transition: all 500ms ease-in;
-moz-transition: all 500ms ease-in;
-ms-transition: all 500ms ease-in;
-o-transition: all 500ms ease-in;
transition: all 500ms ease-in;
}

.news-item a.img:after{
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top:0px;
	left:0px;
	background-color: rgba(95, 171, 53, 0.56);
	-webkit-transition: all 500ms ease-in;
-moz-transition: all 500ms ease-in;
-ms-transition: all 500ms ease-in;
-o-transition: all 500ms ease-in;
transition: all 500ms ease-in;
}

.news-item .info{
	width:550px;
	margin-left: 30px;
	padding: 20px;
	height: 355px;
	background-color: rgba(255, 255, 255, 0.54);
	box-sizing: border-box;
}

.news-item .title-wrap{
	display: block;
	position: relative;
	margin-bottom: 30px;
}

.news-item .title{
	color: black;
	font-size: 24px;
	font-weight: 600;
	display: block;
	text-decoration: none;
	
}

.news-item .title-wrap span{
	background: #f7cf2f none repeat scroll 0 0;
	height: 4px;
	width: 105px;
	position: absolute;
	bottom: -5px;
}

.news-item .date-wrap, .news-detail .date-wrap{
	margin-bottom: 20px;
}

.news-item .date-wrap .year, .news-detail .date-wrap .year{
	padding: 2px 10px;
	background: #000;
	color: #fff;
	margin-top: 0px;
	font-weight: bold;
}
					
.news-item .date-wrap .date, .news-detail .date-wrap .date{
	margin-left: 7px;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
}

.news-item .desc, .news-detail .desc{
	font-family: 'ralewaylight';
	color: #161616;
	font-size: 14px;
	display: block;
	margin-bottom: 30px;
}

.news-item .desc a{
	color:#FF8F32;
}

.news-item .desc a:visited{
	color:#FF8F32;
}

.news-item .more{
	color: white;
	font-size: 14px;
	font-weight: 700;
	text-decoration: underline;
	display: block;
	
}

.news-detail{
	
}

.news-detail .img{
	width: 375px;
	height: 355px;
	background-color: #fff;
	margin-right: 20px;
	border: 1px solid #009416;
}

.news-detail .info{
	width:550px;
	box-sizing: border-box;
}

.news-detail .desc{
	font-family: 'ralewayregular';
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	display: block;
	margin-bottom: 30px;
}


.news-detail .desc ol{
	padding-left: 20px;
	margin: 20px 0px;
}


.news-detail .desc a, .news-detail .desc a:hover, .news-detail .desc a:visited{
	color: #fff;
}

.news-item-in-detail{
	width: 180px;
	margin-right: 50px;
}

.news-list-in-detail{
	margin:30px 0px;
}

.news-item-in-detail .title{
	font-size: 14px;
	color: #fff;
	display: block;
	width: 180px;
	margin-top: 10px;
}

.news-item-in-detail:hover .title{
	color: #FF931C;
	text-decoration: none;
}

.news-item-in-detail .img{
	width: 180px;
	height: 180px;
	position: relative;
	display: block;
	background-color: #fff;
}

.news-item-in-detail .img .border{
	position: absolute;
	top:9px;
	left:9px;
	width: 160px;
	height: 160px;
	border: 2px solid #58ac2d;
	display: block;
	-webkit-transition: all 500ms ease-in;
-moz-transition: all 500ms ease-in;
-ms-transition: all 500ms ease-in;
-o-transition: all 500ms ease-in;
transition: all 500ms ease-in;
}

.news-item-in-detail a.img:after{
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top:0px;
	left:0px;
	background-color: rgba(95, 171, 53, 0.56);
	-webkit-transition: all 500ms ease-in;
-moz-transition: all 500ms ease-in;
-ms-transition: all 500ms ease-in;
-o-transition: all 500ms ease-in;
transition: all 500ms ease-in;
}

.news-list-in-detail h2{
	font-size: 20px;
	display: block;
	margin: 10px 0px 30px;
	text-align: center;
}

.top-call-btn{
	display: block;
	font-size: 15px;
	text-decoration: underline;
	margin-left: 3px;
	margin-top: 3px;
	font-family: 'ralewayregular';
}

.contact-wrap .phone{
	cursor: pointer;
	
}

.contact-wrap .phone:hover{
	color: #ff9300;
	
}

.bestSlider .info.akcia-95{
	color: #fff;
	width: 415px;
	display: block;
	margin-top: -45px;
}

.bestSlider .info.akcia-95 .title{
	font-family: "Open Sans";
	font-size: 36px;
	font-weight: 700;
	line-height: 41px;
	color: #fff;
}

.bestSlider .info.akcia-95 .text{
	font-family: "Open Sans";
	font-size: 24px;
	font-weight: 400;
	color: #fff;
	display: block;
	margin: 20px 0px;
}

.bestSlider .info.akcia-95 .date{
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	display: block;
}

.bestSlider .info.akcia-95 .orange-text{
	color: #ff9222;
}

.bestSlider .info.akcia-95 .button{
	left: -44px;
	display: block;
	width: 120px;
	color: #fff;
	text-align: center;
}

.bestSlider .info.akcia-lh .title-1{
	font-family: "Open Sans";
	font-size: 30px;
	font-weight: 700;
	line-height: 41px;
	color: #88ba31;
}

.bestSlider .info.akcia-lh .title-2{
	font-family: "Open Sans";
	font-size: 40px;
	font-weight: 900;
	line-height: 41px;
	color: #fff;
	display: block;
	margin: 20px 0px;
	text-transform: uppercase;
}

.bestSlider .info.akcia-lh .title-3{
	font-family: "Open Sans";
	font-size: 24px;
	font-weight: 900;
	line-height: 30px;
	color: #fff;
	text-transform: none;
	
}

.bestSlider .info.akcia-lh .title-4{
	font-family: "Open Sans";
	font-size: 24px;
	font-weight: 900;
	line-height: 30px;
	
	color: #e7b000;
	text-transform: none;
}

.bestSlider img.card-discount{
	width: 50%;
	bottom: -85px;
	position: absolute;
	right: -40px;
}

.top-slider .bestSlider .button{
	color: #fff;
	bottom: -12px;
	right: 470px;
}

.download-app{
	position: fixed;
	right: 0px;
	bottom: 0px;
}

.download-app .img{
	background-image: url(/local/templates/mobileapp/img/download-app.png);
	width: 376px;
	height: 450px;
	background-position: center;
	background-repeat: no-repeat;
	display: block;
}

.download-app .close-download-app{
	position: absolute;
	background-image: url(/local/templates/mobileapp/img/close-button-app.png);
	width: 26px;
	height: 26px;
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	left: 70px;
	top: 20px;
	cursor: pointer;
}

.top-slider .desc.route-banner{
	left: 405px;
	width: 660px;
}

.top-slider .desc.route-banner{
	left: 405px;
	top:50px;
	width: 660px;
}

.top-slider .desc.route-banner .title{
	display: block;
	font-size: 28px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 7px;
	font-family: 'open_sanssemibold';
}

.top-slider .desc.route-banner .title.small{
	font-size: 24px;
	
}

.top-slider .desc.route-banner ul{
	padding: 0px;
	margin: 30px 0px;
}

.top-slider .desc.route-banner ul li{
	font-size: 18px;
	font-weight: normal;
	padding: 0px;
	background-image: none;
}

.top-slider .desc.route-banner .date{
	display: block;
	font-size: 16px;
	
}

.top-slider .desc.route-banner .more{
	display: block;
	font-size: 16px;
	font-weight: bold;
	margin-top: 24px;
	text-decoration: underline;
}

.bestSlider .info.akcia-95.litr-500{
	width: 520px;
}

.bestSlider .info.akcia-95.litr-500 .logo-discount{
	position: absolute;
	left: -40px;
	top:-14px;
}

.bestSlider .info.akcia-95.litr-500 .pistolet{
	position: absolute;
	left: -388px;
	bottom:-85px;
}

.top-slider .info.five-plus span.text{
	font-size: 20px;
	color: #fff;
	display: block;
	margin-bottom: 10px;
	margin-top: 35px;
}

.soc-wrap{
	position: absolute;
	right: 20px;
	top:-45px;
	z-index: 2;
}

.soc-wrap-footer{
	top:165px;
	position: absolute;
	z-index: 2;
}

.soc-wrap .soc-icon-title, .soc-wrap-footer .soc-icon-title{
	color: #fff;
	margin-left: 8px;
	vertical-align: middle;
	line-height: 24px;
	height: 24px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.soc-wrap-footer .soc-icon:first-child{
	margin-left: 0px;
}

.soc-wrap-footer .soc-icon-title{
	display:block;
	margin-bottom: 8px;
	margin-left: 0px;
}

.soc-wrap .soc-icon, .soc-wrap-footer .soc-icon{
	vertical-align: middle;
	display: inline-block;
	margin-left: 5px;
	*display: inline;
	*zoom: 1;
}

.page-center.relative{
	position: relative;
}

.attention{
	text-align: center;
	background-color: #ce550f;
	color: #fff;
	font-size: 15px;
	padding: 3px 0px;
}

.menu-toggle{
	display: none;
}

.mobile-address{
	display: none;
}

/*
	font-size: 12px;
	color: #fff;
	display: block;
	margin-bottom: 10px;
	
	vertical-align: top;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	
	font-family: 'ralewayregular';
	font-family: 'ralewaybold';
	font-family: 'ralewaymedium';
	font-family: 'ralewaylight';
	
	font-family: 'open_sanssemibold';
	font-family: 'open_sansextrabold';
	
	width:120px;
	height:20px;
	
	position:absolute;
	top:5px;
	left:5px;
	
	background-image:url(/img/el-1.png);
	background-repeat:no-repeat;
	background-position: center center;
	display:block;          
	
	#28c2e3 - blue
	
	font-family: 'baron-neue';
	font-family: 'ralewayregular';
	
	font-family: 'gotham_probold';
	font-size: 12px;
	color: #fff;
	display: block;
	margin-bottom: 10px;


	font-family: 'gotham_proregular';
	font-size: 12px;
	color: #fff;
	display: block;
	margin-bottom: 10px;
	
	font-family: 'gotham_prolight';
	font-size: 12px;
	color: #fff;
	display: block;
	margin-bottom: 10px;
	
*/

/* End */
/* /bitrix/components/webidea.shop/message/templates/.default/style.css?16775550991777 */
/* /bitrix/templates/.default/components/bitrix/breadcrumb/.default/style.min.css?1677555094448 */
/* /bitrix/templates/main/components/bitrix/news.list/pluses/style.css?1677555094150 */
/* /bitrix/components/webidea/callback/templates/.default/style.css?16775550992236 */
/* /bitrix/templates/main/secondPages.css?170088394811185 */
/* /bitrix/templates/main/detail.css?16775550944348 */
/* /bitrix/templates/main/template_styles.css?174745616151067 */
