html, body, img, div, p, span, ul, li, ol, form, frame, iframe, span, a, em, i, b, strong, h1, h2, h3, h4, h5, h6, table, td, tr, th, input, textarea, select, option, aside, nav, footer, header, section, menu   {
	padding: 0; 
	margin: 0;
}
aside, nav, footer, header, section, menu { 
	display: block;
}
html {
	height: 100%;
	background: url(../images/noise.png);
}
body {
	position: relative; 
	height: 100%;

	font-family: "Tahoma", "Helvetica", sans-serif;
	font-size: 16px;
}
img {
	border: 0;
}
a {
	outline: none;
}
a:hover {
	text-decoration: none;
}
@font-face {
    font-family: 'petersburgcbold_italic';
    src: url('../fonts/petersburgc-bolditalic-webfont.eot');
    src: url('../fonts/petersburgc-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/petersburgc-bolditalic-webfont.woff2') format('woff2'),
         url('../fonts/petersburgc-bolditalic-webfont.woff') format('woff'),
         url('../fonts/petersburgc-bolditalic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* Content */
.content {
	margin: 0 auto;
	max-width: 1058px;
	min-height: 100%;
	background: url(../images/header26.png) top no-repeat;
}
	.content ul {
		list-style: none;
	}
	.content_wr {
		max-width: 940px; 
		position: relative; 
		margin: 0 auto;	
	}
		.header {
			max-width: 960px; 
			margin: 0 auto; 
			overflow: hidden; 
			position: relative; 
			height: 558px;
		}
		.header ul {
			margin: 522px 0 0 0;
		}
		.header li {
			padding: 0 13px 0 0; 
			float: left;
		}
		.header li.middle {
			padding: 0 18px 0 205px;
		}
		.header li a {
			color: #fff; 
			font-family: 'petersburgcbold_italic'; 
			font-size: 18px; 
			text-decoration: none; 
			display: block; 
			padding: 0px 3px;
			border-radius: 3px; 
			float: left;
		}
		.header li a:hover, .header li a.act {
			background: #008290;
		}
		.logo {
			display: block; 
			width: 213px;
			height: 79px; 
			top: 533px; 
			left: 362px; 
			position: absolute; 
			z-index: 20;
			background: url(../images/logo.png);
		}
		.main {
			position: relative; 
			max-width: 918px; 
			margin: 0 auto;
			line-height: 1.3;
			background: url(../images/stroke.png) repeat-y;
			z-index: 5;
		}
		.snow {
			background: url(../images/snow.jpg) 0 0 no-repeat;
			padding: 19px;
		}
		.sep {
			background:url(../images/sep.png) no-repeat; 
			max-width: 875px; 
			height:9px; 
			overflow:hidden; 
			margin: 0 0 20px 0;
		}
		.main .intro2 {
			line-height: 1.2; 
			padding: 0 0 20px 0;
		}
		.title {
			font-size: 16px;			
			color: #fff;
			font-weight: bold;
			margin: 0 0 16px 0;
			
		}
			.title span {
				padding: 3px 5px;
				background: #ff0000;
			}
		.title2 {
			font-weight: bold;
			padding: 0 7px 15px 7px;
		}
		.intro {
			padding: 0 7px 15px 7px;
		}
		.left {
			background: url(../images/left.png);
			position: absolute;
			top: 10px;
			left: -116px;
			width: 114px;
			height: 253px;
		}
		.right {
			background: url(../images/right.png);
			position: absolute;
			top: 10px;
			right: -119px;
			width: 119px;
			height: 298px;
		}
		.gallery, .slider {
			overflow: hidden;
			margin: 0 0 5px 7px;
			clear: both;
		}
		.gallery span {
			width: 205px; 
			height: 155px; 
			overflow: hidden; 
			float: left; 
			margin: 0 15px 25px 0;
			border-radius: 10px;
		}
		.slider span {
			display: block;
			height: auto; 
			overflow: hidden; 
			text-align: center; 
			margin: 15px 25px;
			border-radius: 10px;
		}
		.gallery span.last {
			margin-right: 0;
		}
		.program {
			overflow: hidden;
		}
			.program ul {
				float: left;
				font-size: 18px;
				font-style: italic;
				margin: 0 0 0 20px;
				width: 410px;
			}
				.program li {
					padding: 0 0 0 20px;
					margin: 0 0 5px 0;
					background: url(../images/red.png) 1px 5px no-repeat;
					display: block;
					line-height: 26px;
				}
				.program li:last-child{    
					margin-top: 29px;
    				font-size: 24px;
				    font-style: italic;
				    background: 0 ;
				    
				}
			.program .gallery {
				padding: 20px 0 10px 0;
			}
			.program .gallery.gallery-right {
				width: 435px;
				float: right;
				clear: none;
				padding-top: 0;
			}
			.slider.gallery-right{
				width: 500px;
			}
			.slider-wrap{
				width: 100%;
				display: flex;
				justify-content: center;
			}
		.load-menu {
			overflow: hidden;
			margin: 10px 0 20px 0;
		}
			.menu1 {
				float: left;
				background: url(../images/menu1.png);
				width: 154px;
				height: 40px;
				text-indent: -9000px;
			}
			.menu2 {
				float: left;
				background: url(../images/menu2.png);
				width: 217px;
				height: 37px;
				text-indent: -9000px;
				margin: 0 0 0 38px;
			}
		.map {
			margin: 5px 0 35px 15px;
		}
		.contacts {
			font-size: 24px;
		}
			.contacts small {
				font-size: 18px;
			}
			.red {
				color: #ff0000;
			}
				.contacts a {
					color: #000;
					text-decoration: none;
				}
				.contacts a:hover {
					text-decoration: underline;
				}
	.main_close {
		background: url(../images/main_close.png) 0 0 no-repeat;
		height: 37px;
		width: 100%;
		max-width: 918px;
		margin: 0 auto;
	}

	.scrollToTop {
		position: fixed;
		right: 50px;
		bottom: -100px;
		opacity: 0;		
		outline: none;
		width: 50px;
		height: 74px;
		background: url(../images/to-top.png);
		overflow: hidden;
		text-indent: -9000px;
		z-index: 22;
	}

	.scrollToTop_show {
		opacity: 1;
		bottom: 100px;
	}


.emptys {
	height: 160px; 
	clear: both;
}

.footer {
	height: 130px; 
	margin: -130px 0 0 0;
	text-align: center;
	position: relative;
}

.mob{
	display: block;
}
.contact_tel{
	display: flex;
}
.load {
	display: flex;
	justify-content: center;
	overflow: hidden;
	margin: 10px 0 20px 0;
}
.load a{
	display: inline-block
}
.load span{
	margin: 0 5px;
}
.menu-link-1{ 
	width: 100%;
	max-width: 300px;
}
.menu-link-2 img{
	width: 100%;
	max-width: 434px;
}
.map img{
	width: 100%;
}
.span-wrap{
	display: flex;
	justify-content: center;
}
.blue_span{
	text-align: center;
	padding-bottom: 7px;
	color: #fff;
	background-color: #00B5A1;
    text-transform: uppercase;
    padding-top: 9px;
    width: 100%;
    font-size: 24px;
    font-weight: 800;
    border-radius: 0 0 10px 10px;
}
@media (max-width: 992px) {
		.blue_span{
	padding-bottom: 7px;
    padding-top: 9px;
    padding-right: 2px;
    padding-left: 2px;
    font-size: 20px;
    font-weight: 800;
    border-radius: 0 0 10px 10px;
}
	.mob, .main_close{
		display: none;
	}
	.mob-centr{
		display: flex;
		justify-content: center;
	}
	.program ul,
	.title-wrap {
		max-width: 600px;
	}
	.logo-wrap{
		padding-top: 484px;
		display: flex;
		justify-content: center;
	}
	.logo{ 
		position: unset;
	}
}
@media (min-width: 992px) {
	.slider-wrap, .load {
		display: none;
	}
}
@media (max-width: 884px) {
	.contact_tel{
	display: flex;
	flex-wrap: wrap;
}
}
@media (max-width: 768px) {
	.blue_span{
	padding-bottom: 7px;
    padding-top: 9px;
    padding-right: 2px;
    padding-left: 2px;
    font-size: 16px;
    font-weight: 800;
    border-radius: 0 0 10px 10px;
}

}
@media (max-width: 576px) {
	.blue_span{
	padding-bottom: 7px;
    padding-top: 9px;
    padding-right: 2px;
    padding-left: 2px;
    font-size: 16px;
    font-weight: 800;
    border-radius: 0 0 10px 10px;
}

}
@media (max-width: 1200px) {
	.right, .left{
	display: none;
}