
body{
	margin: 0;	
	font-family: Raleway;
	background: #ffffff;
	color: #000000;
	font-size: 14px;
	font-weight: 400;
	
}

h1 { font-size: 30px; font-weight: 600; }
h2 { font-size: 28px; font-weight: 600; }
h3 { font-size: 26px; font-weight: 600; }
h4 { font-size: 24px; font-weight: 600; }
h5 { font-size: 22px; font-weight: 600; }
h6 { font-size: 20px; font-weight: 600; }

a {
	color: #303030;
}
a:hover {
	color: #3790a0;
}
	
	
	
div.infoline {
	padding: 2px 2px 2px 2px;
	box-siznig: border-box;
	background: #3790a0; /* Для старых браузров */
    background: linear-gradient(to right, #20a695, #3790a0);
}
	


	
header {
	background: #ffffff;
	margin: 0 auto;
	max-width: 1200px;
	width: 100%;
	display: table;
}
	 div.logoline {
		text-align: center;
		padding: 42px 5px 42px 5px;
	}
	
	div.dataline {
		width: 100%;
		border-top: 1px solid #dedede;
		border-bottom: 1px solid #dedede;
		display: table;
		height: 38px;
	}
		
		
		div.dataline div.search {
			width: 25%;
			display: table-cell;
			text-align: left;
			padding: 5px 0px 5px 3px;
			max-width: 350px;
		}
			div.dataline div.search input{
				width: 90%;
				max-width: 230px;
				font-size: 14px;
				font-weight: 300;
				padding: 4px 5px 4px 30px;
				color: #303030;
				font-family: 'Open Sans';
				border-radius: 5px;
				border: 0px;
			}
			div.dataline div.search button{
				border: 0px;
				width: 20px;
				height: 20px;
				position: absolute;
				margin: 4px 0px 0px 3px;
				background: url(../images/search.png) no-repeat;
				cursor: pointer;
			}
			
	
		div.dataline div.contacts {
			width: 50%;
			display: table-cell;
			text-align: center;
		}
			div.dataline div.contacts a {
				color: #000000;
				font-size: 15px;
				font-weight: 600;
				text-decoration: none;
				padding: 2px 2px 2px 35px;
				background: url(../images/phone.png) no-repeat;
				background-position: 7px 3px;
			}
			div.dataline div.contacts a:hover {
				color: #3790a0;
			}
			
			div.dataline div.contacts button {
				border: 0px;
				background: #e8e8e8;
				padding: 3px;
				border-radius: 5px;
				cursor: pointer;
				margin: 0px 3px 0px 15px;
				font-family: 'Cuprum', sans-serif;
				color: #353c3f;
				font-size: 13px;
			}
				div.dataline div.contacts button:hover {
					background: #e0e0e0;
					color: #101010;
				}
			
		
		div.dataline div.cp {
			display: table-cell;
			width: 25%;
			text-align: right; 
			padding: 0px 10px 0px 5px;
		}
		
			div.dataline div.cp span.butt {
				font-family: 'Cuprum', sans-serif;
				background: url(../images/user.png) no-repeat;
				background-position: 0px 0px;
				padding: 0px 0px 0px 30px;
				cursor: pointer;
			}
			div.dataline div.cp span.butt:hover {
				background: url(../images/user_hover.png) no-repeat;
				color: #3790a0;
			}

@media screen and (max-width: 670px) {
	div.logoline {
		text-align: center;
		padding: 25px 5px 25px 5px;
	}
		div.logoline img{
			width: 74px;
		}
		 
	div.dataline div.contacts button {
		display: none;
	}
	div.dataline div.search input{
		font-size: 12px;
		margin-top: 2px;
	}
	
	div.dataline div.contacts a {
		font-size: 13px;
	}
	div.dataline div.cp span.butt span {
		font-size: 10px;
	}
	div.dataline div.cp span.butt {
		padding: 0px 0px 0px 24px;
	}
}

@media screen and (max-width: 430px) {
	div.dataline div.cp span.butt span {
		display: none;
	}
	div.dataline div.cp {
		padding: 0px 2px 0px 2px;
	}
}

	
	
	
nav {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 13px;
}
	nav div.menubut {
		background: url(../images/menu.png) no-repeat;
		background-position: center center;
		height: 28px;
		display: none;
		cursor: pointer;
		width: 80%;
		margin: 0 auto;
		border-radius: 10px;
		background-color: #f3f3f3;
	}
	nav div.menubut:hover {
		background-color: #efefef;
	}
		

	
	nav a {
		display: inline-block;
		padding: 10px 3.5% 10px 3.5%;
		font-size: 16px;
		text-decoration: none;
		font-family: 'Cuprum', sans-serif;
		font-weight: 700;
		text-transform: uppercase;
	}
	nav a:hover span{
		background: linear-gradient(to right, #20a695, #3790a0);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	} 
		nav a.act {
			background: url(../images/pointer.png) no-repeat;
			background-position: center 30px;
			color: #606060;
		}
		
		nav a+a {
			border-left: 1px solid #dedede;
		}



@media screen and (max-width: 1150px) {
	nav a {
		padding: 10px 2% 10px 2%;
	}
}
@media screen and (max-width: 820px) {
	nav a {
		padding: 8px 1% 8px 1%;
		font-size: 12px;
	}
}
@media screen and (max-width: 550px) {
	nav a {
		display: none;
		padding: 10px;
		border: 0px;
		font-size: 14px;
	}
	nav div.menubut {
		display: block;
	}
	
	#navi:target a {
		display: block;
	}
}
		
	
	

div.base {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	border-top: 1px solid #dedede;
	padding: 2px 0px 2px 0px;
	font-size: 14px;
}	
	div.base div.content {
		line-height: 180%;
		max-width: 850px;
		margin: 5px auto;
	}
	
	
	
@media screen and (max-width: 1150px) {
	nav div.menu div.row{
		padding: 20px 10px 20px 10px;
		min-width: 50px;
		text-align: center;
	}
}




div.content {
	padding: 0px 10px 0px 10px;
}


	div.content div.crumbs {
		font-size: 10px;
		color: #c0c0c0;
		text-transform: uppercase;
	}
		div.content div.crumbs a{
			text-decoration: none;
			border-bottom: 1px dotted #808080;
		}




footer {
	border-top: #cbd3da 1px solid;
	padding-top: 1px;
	margin-top: 50px;
}

	footer div.bg {
		background: #e4e6e8;
		padding: 10px 10px 10px 10px;
	}


	footer div.footerline, footer div.footerend {
		width: 100%;
		max-width: 1200px;
		margin: 80px auto;
		display: table;
		
	}
		footer div.footerend {
			border-top: #d0d7dd 1px solid;
		}
		
		footer div.footerline div, footer div.footerend div {
			display: table-cell;
			vertical-align: middle;
		}
			footer div.footerline div.logo {
				width: 120px;
			}
			
			footer div.footerline div.info {
				color: #676e74;
				font-size: 12px;
				width: 280px;
				box-siznig: border-box;
				line-height: 14px;
			}
			
			footer div.footerline div.links {
				padding: 0px 30px 0px 50px;
				line-height: 22px;
				width: 280px;
			}
			footer div.footerline div.links a {
				font-family: 'Cuprum', sans-serif;
				font-size: 12px;
				text-transform: uppercase;
				margin-right: 15px;
				white-space: nowrap;
			}
			footer div.footerline div.links a.act {
				color: #111111;
				text-decoration: none;
			}
			
		footer div.footerline div.mail {
			width: 200px;
			text-align: right;
			line-height: 20px;
			padding-top: 1px;
		}
		
	footer div.footerline  a {
		font-size: 16px;
		font-weight: 300; 
		color: #535a5f;
	}
	footer div.footerline  a:hover {
		color: #404040;
		background: linear-gradient(to right, #565656, #262626);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
	
		footer div.footerline div.phone {
			text-align: right;
			padding-top: 1px;
			line-height: 17px;
			
		}
			footer div.footerline div.phone a {
				font-size: 16px;
				font-weight: 600; 
				text-decoration: none;
				padding: 0px 1px 0px 1px;
			}
			
			footer div.footerline div.phone button {
				background: none;
				border: 0px;
				font-size: 10px;
				font-family: 'Open Sans', sans-serif;
				padding: 0px;
				cursor: pointer;
				color: #606060;
				border-bottom: 1px dotted #303030;
			}
			footer div.footerline div.phone button:hover {
				color: #000000;
				border-bottom: 1px dotted #808080;
			}
			
			
			
	footer div.footerend {
		padding: 40px 0px 10px 0px;
	}		
			
		footer div.footerend div.copyright {
			font-size: 10px;
			color: #676e74;
		}
			
			
	footer div.footerend div.soc {
		text-align: right;
	}		
			
		footer div.footerend div.soc a img {
			opacity: 0.7;
		}	
		footer div.footerend div.soc a:hover img {
			opacity: 1;
		}			
			
			
		
@media screen and (max-width: 1150px) {
	footer div.footerline div.info {
		width: 180px;
	}
	footer div.footerline div.links {
		padding: 0px 10px 0px 20px;
		width: auto;
	}
	footer div.footerline div.phone {
		width: 150px;
	}
	footer div.footerline div.mail {
		width: 150px;
	}
	footer div.footerline div.mail a {
		font-size: 12px;
	}
}

@media screen and (max-width: 880px) {
	
	footer div.footerline div.logo {
		display: none;
	}
	footer div.footerline div.mail {
		display: none;
	}
}

@media screen and (max-width: 880px) {
	footer div.footerline div.info, footer div.footerline div.links , 
	footer div.footerline div.phone, footer div.footerline div.mail, footer div.footerline div.logo {
		display: block;
		width: 100%;
		box-sizing: border-box;
		float: none;
		text-align: center;
		margin-bottom: 20px;
		
	}
	footer div.footerline {
		margin-bottom: 0px;
		padding-bottom: 0px;
		
		margin-top: 20px;
		padding-top: 0px;
	}
	footer div.footerend {
		margin-top: 10px;
	}
	footer div.footerline div.logo img{
		width: 50px;
	}
}
			


div.promoline {
	width: 100%;
	max-width: 1200px;
	height: 300px;
	display: table;
	margin: 0 auto;
} 
	div.promoline div {
		display: table-cell;
		background-size: cover;
		
		background-position: left center;
	}
	
		div.promoline div.c1_3 {
			width: 33%;
			border-left: 4px solid #ffffff;
		}
		div.promoline div.c2_3 {
			width: 66%;
			border-right: 2px solid #ff6035;
			
		}
		
			div.promoline span {
				display: inline-block;
				width: 250px;
				float: right;
				margin: 15px 0px 0px 0px;
				padding: 10px;
				background-color: #ff6035;
				background: linear-gradient(to right, #ff4127, #ff6035);
				box-shadow: -2px 3px 5px rgba(0,0,0,0.2);
				color: #ffffff;
				font-size: 15px;
				font-weight: 500;
			}
			
		
@media screen and (max-width: 650px) {
	div.promoline div.c1_3 {
		width: 0%;
		display: none;
	}
	div.promoline div.c2_3 {
		width: 100%;
		
	}
}