*{
	padding:0;
	margin:0;
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
img{
	border:none;
	max-width:100%; 
}
body{
	background: #300 url("/i/common/bg_body.png");
	font-family: Arial;
	font-size:16px;
	line-height:18px;
	color:#dba88f;
}
h1, h2, h3, h4, h5, h6{
	font-weight:normal;
}

@font-face {
  font-family: 'DeutschGothic';
  src: url('/fonts/DeutschGothic.eot?#iefix') format('embedded-opentype'),  url('/fonts/DeutschGothic.woff') format('woff'), url('/fonts/DeutschGothic.ttf')  format('truetype'), url('/fonts/DeutschGothic.svg#DeutschGothic') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* Шапка и главное меню */
.header-main {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.header-logo {
	width: 680px;
	margin: 0 auto;
}

.header-contacts {
	position: absolute;
	top: 32px;
	right: 0;
	text-align: right;
}
.cont {
	font: normal 16px/18px "Times New Roman";
}
.cont a, .footer a {
	color: #dba88f;
}

.sots {
	margin-top: 50px;
}
.sots img {
	margin-left: 20px;
}
.flag {
	margin-top: 60px;
}
.flag img {
	margin-left: 20px;
}

.header-menu{
	overflow:hidden;
	max-width: 1198px;
	margin: 10px auto 0 auto;
	
}
	.header-menu ul{
		list-style:none;
		overflow:hidden;
		
	}
	.header-menu ul li{
		float:left;
		height: 100%;
		border-right: 1px solid #dba88f;
	}
	.header-menu ul li:last-child {
		border-right: none;
	}
	.header-main {
		width: 1200px;
		margin: 0 auto;
		position: relative;
	}
	.header-menu ul li.active a {
		color: #fff;
		text-decoration: underline;
	}
	.header-menu ul li a{
		text-align: center;
		text-decoration:none;
		padding: 0 7px 0 6px;
		
		display:block;
		color: #dba88f;
		
		font-family: 'DeutschGothic' !important;
		font-size: 18px;
		line-height: 2.6;
	}
	.header-menu ul li:first-child a {
		padding-left: 0;
	}
	.header-menu ul li a.two_lines {
		line-height: 1.3;
	}
	.header-menu ul li a:hover{
		text-decoration:underline;
	}
	a#pull{
		display:none;
	}
	
	.hidden-contacts {
		width: 100%;
		max-width: 1200px;
		position: absolute;
		top: 0;
		text-align: center;
		display: none;
	}
	.hidden-contacts, .hidden-contacts a {
		font: normal 14px/16px "Times New Roman";
		color: #dba88f;
	}
	
	.hidden-sots {
		position: absolute;
		right: 5px;
		top: 35px;
		width: 32px;
		display: none;
	}
	.hidden-sots img {
		margin-bottom: 10px;
	}
	
	.hidden-flag {
		position: absolute;
		left: 5px;
		top: 45px;
		width: 40px;
		display: none;
	}
	.hidden-flag img {
		margin-bottom: 10px;
	}

.separator {
	width: 264px;
	height: 24px;
	margin: 35px auto 35px auto;
	background-image: url("/i/common/separator.png");
}


.content {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.content::after { 
   content: "";
   display: block; 
   clear: both;
}

.column {
	width: 50%;
	float: left;
	padding: 10px 20px 0 20px;
}
.column h1, .column_40 h1, .column_60 h1 {
	font-size: 24px;
	font-family: "Times New Roman";
	margin: 0 0 35px 0;
}
.column p, .column_40 p, .column_60 p {
	font-size: 16px;
	font-family: Arial;
	margin-bottom: 15px;
	text-align: justify;
}
.column a, .column_40 a, .column_60 a {
	color: #dba88f;
}
.column .img_left {
	float: left;
	margin: 0 10px 10px 0;
}
.column .img_right {
	float: right;
	margin: 0 0 10px 10px;
}

.column_40 {
	width: 40%;
	float: left;
	padding: 10px 20px 0 20px;
}
.column_60 {
	width: 60%;
	float: left;
	padding: 10px 20px 0 20px;
}
.column_40 p {
	text-align: center;
}


.one_column {
	width: 25%;
	float: left;
	padding: 10px 20px 0 20px;
}
.one_column a {
	color: #dba88f;
}


.footer-wrapper {
	width: 100%;
	background-color: #300000;
	
}
.footer {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 10px 0;
	font-size: 14px;
	font-family: Arial;
	text-align: center;
	position: relative;
}
.footer span {
	font-family: 'DeutschGothic' !important;
}

.footer .counters {
	position: absolute;
	top: 5px;
	right: 0;
	width: 89px;
	height: 80px;
}
@media only screen and (max-width:600px) {
	.footer .counters {
		width: 100%;
		top: 70px;;
	}
	.footer .counters img {
		margin: 3px 10px;
	}
}



/* Mobile */

	/* Шапка, Логотип, Контакты, Соцсети, Флаги, Главное меню */
	@media only screen and (max-width:1200px) {
		.header-main {
			width: 100%;
			margin: 0;
			padding: 32px 0 0 0;
		}
		
		/* Логотип */
		.header-logo {
			width: 70%;
			/*margin: 0;*/
		}
		
		/* Контакты */
		.header-contacts {
			top: 10px;
		}
			.sots {
				margin-top: 10px;
			}
			.sots img {
				margin-left: 10px;
			}
			.flag {
				margin-top: 10px;
			}
			.flag img {
				margin-left: 10px;
			}
		
		/* Главное меню */
		.header-menu ul li{
			float:none;
			width: 100%;
			border: none;
			border-bottom: 1px solid #dba88f;
		}
		.header-menu ul li:last-child {
			border-bottom: none;
		}
		
		.header-menu ul{
			display:none;
		}
		
		a#pull{
			display:block;
			font-size:14px;
			color:#dba88f;
			font-weight:bold;
			padding:10px 3%;
			text-decoration:none;
			width:99%;
			position:relative;
		}
		a#pull:before{
			content:"";
			clear: both;
		}
		a#pull:after{
			content:"";
			background:url(/i/common/icon-menu2.png) no-repeat;
			width:30px;
			height:17px;
			display:inline-block;
			position:absolute;
			top:20px; 
			left:5px;
		}
		
		
		.hidden-contacts {
			display: block;
		}
		
		.header-contacts {
			display: none;
		}
		
		.hidden-sots {
			display: block;
		}
		
		.hidden-flag {
			display: block;
		}
		
	}
	
	@media only screen and (max-width:750px) {
		
		/* Контакты */
		.header-contacts {
			top: 2px;
		}
			.sots {
				margin-top: 2px;
			}
			.sots img {
				margin-left: 5px;
			}
			.flag {
				margin-top: 2px;
			}
			.flag img {
				margin-left: 5px;
			}
		
	}

.fotorama-wrapper {
	width: 100%;
	max-width: 1200px;
	margin: 35px auto 0 auto;
}
.googlemap {
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
		max-width: 1200px;
		margin: 35px auto 0 auto;
}
.googlemap iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.youtube {
	width: 100%;
	max-width: 1200px;
	margin: 35px auto 0 auto;
	padding: 50px 0;
	position: relative;
  padding-bottom: 56.25%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.youtube iframe {
	/* display: block;
	margin: 0 auto; */
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.thumb-wrap {
  position: relative;
  padding-bottom: 56.25%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.thumb-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.images {
	width: 100%;
	max-width: 1200px;
	margin: 35px auto 20px auto;
	text-align: center;
}
.images img {
	width: 214px;
	height: 143px;
	margin: 0 5px 0 5px;
}

	/* Контентная область */
	@media only screen and (max-width:800px) {
		.content {
			width: 100%;
			margin: 0;
		}
		.column {
			width: 100%;
			float: none;
		}
		.images img {
			width: 90%;
			height: auto;
			/*margin-bottom: 20px;*/
		}
		.one_column {
			width: 50%;
		}
	}
	
	@media only screen and (max-width:700px) {
		.column_40, .column_60 {
			width: 100%;
			float: none;
		}
	}

	@media only screen and (max-width:600px) {
		.one_column {
			width: 100%;
			float: none;
		}
	}

	
.one_review {
	margin-bottom: 80px;
}
.one_review .white {
	color: #fff;
}
.one_review h4 {
	font: bold 16px Arial;
}

/* Photogallery */
.ph_gal_container {
	width:100%;
	max-width:1200px;
	margin:50px auto;
}
.img_container {
	width: 25%;
	float:left;
	padding:10px;
	margin-bottom:30px;
}

.ph_gal_report {
	width: 25%;
	float:left;
	padding:10px;
	margin-bottom:30px;
}
.ph_gal_report h3 {
	margin-bottom:5px;
}
	@media only screen and (max-width:1200px) {
		.ph_gal_report, .img_container {
			width: 33.33333333%;
		}
		.ph_gal_report img, .img_container img {
			width: 100%;
		}
	}
	@media only screen and (max-width:800px) {
		.ph_gal_report {
			width: 50%;
		}
		.ph_gal_report img {
			width: 100%;
		}
		.img_container {
			width: 50%;
		}
		.img_container img {
			width: 100%;
		}
	}
	@media only screen and (max-width:500px) {

	}

.one_event::after { 
  content: "";
  display: block;
	margin-bottom: 70px;	 
  clear: both;
}



















