#main{

	background: url(/i/main.jpg) center -75px no-repeat, #201610;
	background-size: 1182px auto;
	height: 580px;
	position: relative;
}

#main .inner{
	position: relative;
}


#main_title_pretitle{
	width: 882px;
	background: url(/i/main-overlay.png) 0 0 no-repeat;
	width: 882px;
	height: 287px;
}

#main_title{
	color: #fff;
	font-size: 32px;
	padding: 45px 0 15px;
}
#main_pretitle{
	color: #fff;
	font-size: 21px;
	width: 700px;
}


#go_catalog{
	margin-top: 55px;
	width: 300px;
	height: 50px;
	line-height: 50px;
	border: 2px solid #fff;
	border-radius: 5px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	font-size: 20px;
	transition: opacity 0.3s ease;
}

#go_catalog i{
	position: relative;
	top: -2px;
	margin-left: 3px;
	font-size: 22px;
}
#go_catalog:hover{
	opacity: 0.85;
}

#banner_1{
	position: relative;
	background: url(/i/ban_5.jpg) center 0px no-repeat;
	background-size: cover; 
	border: 1px solid #007e00;
	height: 320px;
	margin-bottom: 50px;
}


#banner_1_inner{
	position: relative;
	width: 45%;
	margin:25px auto 0;
	border-radius: 3px;
	text-align: center;
	height: 100%;
	color: #fff;
}

#banner_1_text{
	display: none;


	padding: 12px 10px 4px;
	background-color: rgba(103,136,0, 1);
	margin-bottom: 100px;
}

#banner_1_title{
	font-size: 26px;
	margin-bottom: 8px; 
}
#banner_1_pretitle{
	font-size: 20px;
	margin-bottom: 15px;
}

a#banner_1_more{
	position: absolute;
	bottom: 35px;
	left: 93px;
	border: 1px solid #bd0100;


	text-align: center;
	padding: 7px 14px;
	color: #fff;
	/*border:  1px solid  #fff;*/
	border-radius: 3px;
	text-decoration: none;
	font-size: 18px;
	background-color: #fff;
	color: #000;
	opacity: 1;
	transition: opacity 0.15s ease; 
}

a#banner_1_more:hover{
	opacity: 0.95;
}


#catalog{
	padding-bottom: 20px;
}


#partners{
	position: relative;
	background-color: #fff;
	border-radius: 3px;
	/*overflow: hidden;*/
	margin: 20px 0 40px;
	/*height: 140px;*/
	padding: 20px 0;
}

#partners_logo_wrap{
	position: relative;
	/*width: 740px;*/
	/*overflow: hidden;*/
	margin: 0 auto;
	transition: all 0.3s ease;
}

/*#partners_logo{
	height: 100%;
	position: relative;
	left: 0;
	top:0;
}*/

.logo_partner{
	display: block;
	float: left;
	margin-right: 30px;
	width: 100%;
	height: 100px;
	background-repeat: no-repeat;
	/*background-position: center;*/
	background-size: contain;
	margin-bottom: 40px;
}

#partners_forward, #partners_back {
	display: none;
	position: absolute;
	bottom: 50px;
	width: 40px;
	height: 40px;
	line-height: 38px;
	border-radius: 50%;
	color: #888;
	text-align: center;
	border: 1px solid transparent;
	font-size: 44px;
	cursor: pointer;
	transition: border-color 0.3s ease;
}

#partners_forward{
	right: 10px;
}
#partners_back{
	left: 10px;
}

#partners_forward:hover, #partners_back:hover{
	border-color: #ccc;
}
#partners_logo_wrap p{
	font-size: 18px;
	text-align: center;
}




#slider{
	height: 322px;
	width: 781px;
	margin: 0 auto;
	max-width: 100%;
	border: 1px solid #007e00;
}

.slide{
	position: relative;
	height: 322px;
	width: 100%;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}


.owl-dots{
	visibility: hidden;
}

.owl-prev{
	left: 0;
}
.owl-next{
	right: 0;
}

.owl-next, .owl-prev{
	position: absolute;
	top: 50%;
	margin-top: -30px;
	height: 80px;
	width: 60px;
	text-align: center;
	cursor: pointer;
	background-color: rgba(0,0,0,0.0);
	background-color: #007e00;
	opacity: 0.9;
	transition:  opacity 0.5s ease;
}

.owl-next svg, .owl-prev svg {
	margin-top: 22px;
}

.owl-nav svg{
	stroke: #fff;
}

.owl-next:hover,  .owl-prev:hover{
	/*background-color: #fff;*/
	opacity: 1;
}

/*.owl-next:hover svg, .owl-prev:hover svg {
	stroke: #007e00;
}*/

a.slide_more{
	position: absolute;
	bottom: 15px;
	left: 50%;
	transform: translateX(-50%);
	border: 1px solid #bd0100;
	text-align: center;
	padding: 4px 17px;
	color: #fff;
	border-radius: 3px;
	text-decoration: none;
	font-size: 18px;
	background-color: #fff;
	color: #000;
	opacity: 1;
	transition: opacity 0.15s ease; 
}

a.slide_more:hover{
	opacity: 0.95;
}

@media screen and (max-width : 1220px){
	#main_title_pretitle {
		width: 100%;
		background: none;
	}

	#main_pretitle {
		width: 100%;
	}

	#main:before {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		content: '';
		background: rgba(20, 16, 10, 0.75);;
	}
}

@media screen and (max-width : 768px) {
	#partners {
		margin: 0;
		padding: 0;
	}
	
	#catalog {
		padding-bottom: 0;
	}
}

@media screen and (max-width : 605px) {
	#main_pretitle br {
		display: none;
	}
	
	.logo_partner {
		margin-bottom: 0;
		height: 80px;
	}
}

@media screen and (max-width : 540px){
	#main:before {
		background: rgba(20, 16, 10, 0.85);;
	}

	#main {
		height: auto;
		padding-bottom: 30px;
		padding-top: 30px;
	}

	#main_title {
		padding-top: 0;
	}

	#main_title_pretitle {
		margin-bottom: 30px;
		height:  auto;
	}
}

@media screen and (max-width : 425px) {
	#main_title  {
		font-size: 30px;
	}
	#main_pretitle  {
		font-size: 20px;
	}
	#go_catalog {
		margin-top: 35px;
		font-size: 18px;
		width: 98%;
	}

	#slider {
		height: 182px;
	}

	.slide {
		height: 182px;
		background-size:  contain;
	}

	.owl-next, .owl-prev {
		width: 40px;
		height: 64px;
	}

	.owl-next svg, .owl-prev svg {
		margin-top: 16px;
	}
	.owl-next svg{
		margin-left: 5px;
	}
	.owl-prev svg {
		margin-right: 5px;
	}

	#content {
		padding-top: 7px;
	}

	#text h1:first-child {
		margin:  0;
		height: 10px;
	}

	#text h1 br {
		display: none;	
	}
	#text h1  {
		font-size: 23px  !important;  
	}

	#page {
		font-size: 17px;
	}

	#text > p, #text > p * {
		font-size: 17px !important;
	}
	h3 {
		font-size: 17px !important;
	}

	.catalog_item {
		height: 210px;
	}

	#catalog {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	
	.logo_partner {
		height: 60px;
	}
	
	.h1 {
		font-size: 22px;
	}
}


@media screen and (max-width : 380px) {
	.catalog_item {
		margin-left: 0;
	}
	
	.logo_partner {
		height: 45px;
	}
}

