body {
	background: #fff url('wrapper-bg.png') 50% 0 no-repeat;
}

.site-header {
	position: relative;
}
.site-header:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url('tl.png') 0 0 no-repeat;
}





.site-header:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url('tr.png') 100% 0 no-repeat;
}
.site-header .top-block {
	position: relative;
	z-index: 10;
}

.site-footer {
	padding-top: 36px;
	background: url('bl.png') 0 100% no-repeat;
	position: relative;
}
.site-footer:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('br.png') 100% 100% no-repeat;
}
.site-footer-in {
	position: relative;
	z-index: 10;
}


.footer-menu li a, .site-name-bot, .site-adres, .site-copuright, .site-copuright a, .site-adres a, .footer-menu li a:hover, .site-copuright a:hover, .site-adres a:hover {
	color: #333;
}


.site-footer .site-footer-in {
	background: rgba(255,255,255,0.8);
	border-radius:10px;
	box-sizing: border-box;
	padding: 0 22px;
}




.main-slider-wrapper.in .top-menu-wrapper {
    max-width: 980px;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
    border-radius:5px;
}



.site-path-wraper h1 {
	margin-bottom: 0;
}


.site-path-wraper h1, .site-path-wraper .site-path, .site-path-wraper .site-path a, .site-path-wraper .site-path a:hover {
	color: #333;
}
.main-slider-wrapper.in::before {
	background: none;
}

@media all and (max-width: 900px) {
	.top-panel {
		z-index: 100;
	}
	/*.site-path-wraper h1, .site-path-wraper .site-path, .site-path-wraper .site-path a, .site-path-wraper .site-path a:hover {
		color: #fff;
	}
	.main-slider-wrapper.in::before {
		background: #82d0f5;
	}*/
}

.logo img{
	max-width: 150px;
	max-height: 92px;
}