/*--------------Reset----------------*/
*{margin:0;}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
fieldset, form, label, legend
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ul, ol, dl, li{
	color:#000;
	font:12px Tahoma, Helvetica, sans-serif
}
a{
	color:#000;
	font:12px Tahoma, Geneva, sans-serif;
	text-decoration:underline
}
a:hover{text-decoration:none;}
a:focus, a:active {
	outline:none
}
p{
	color:#000;
	font:12px Tahoma, Helvetica, sans-serif
}
h1, h2{
	color:#000;
	font:18px Tahoma, Geneva, sans-serif;
	padding:0 0 10px 0;
}
h2{
	color:#000;
	font:17px Tahoma, Geneva, sans-serif;
	padding:0 0 10px 0;
}
h3{
	color:#000;
	font:16px Tahoma, Geneva, sans-serif;
	padding:0 0 10px 0;
}
a img{border:0}
.title{
	width:224px;
	height:37px;
	background: url(/img/title.png) no-repeat;
	text-align: center;
	color:#FFF;
	font:14px/37px 'Trebuchet MS', 'Trebuchet MS', sans-serif;
	text-transform: uppercase;
	text-shadow:1px 1px #000;
	position: relative;
	z-index: 100;
}
/*--------------Layout----------------*/
html, body{
	width:100%;
	height:100%;
	color:#000;
	font:12px Tahoma, Geneva, sans-serif;
	background: #8b3c01 url(/img/page-bg.jpg) no-repeat center 0;
}
.page{
	background: #f1e8d4;
	width:996px;
	min-height:100%;
	height:auto !important;
	height:100%;
	position:relative;
	margin:0 auto;
}
.header{
	background:url(/img/header.jpg) no-repeat center 0;
	height:376px;
	width:100%;
	float: left;
	position: relative;
}
.content{
	padding:18px 12px 0 12px;
	width:972px;
	float: left;
}
.sidebar{
	width:224px;
	float: left;
}
.main_column{
	width:730px;
	float: right;
}
.clear{
	height:94px;
	width:100%;
	clear:both
}
.footer{
	background: url(/img/footer_bg.jpg) no-repeat;
	width:996px;
	height:94px;
	position:relative;
	margin:0 auto;
	margin-top:-94px;
}
/*--------------Header----------------*/
.logo{
	float: left;
	padding:140px 0 0 366px;
}
.logo a{
	display: block;
	text-decoration: none;
	position: relative;
}
.logo a img{
	position: relative;
	z-index: 90;
	border:0;
}
.logo a span{
	display: block;
	z-index: 100;
	color:#323030;
	font:14px Tahoma, Geneva, sans-serif;
	position: absolute;
	left:0;
	top:54px;
	width:100%;
	text-align: center;
}
/*header_contacts*/
.header_contacts{
	padding:15px 30px 15px 0;
	float: right;
	width:195px;
	background: url(/img/header_contacts.png);
	position: relative;
	right:38px;
	top:30px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-webkit-box-shadow: #e9e9e9 0px 0 7px;
	-moz-box-shadow: #e9e9e9 0px 0 7px;
	box-shadow: #444 1px 2px 1px;
	behavior: url(/PIE.htc);
}
.header_contacts p{
	color:#0d5677;
	font:16px Tahoma, Geneva, sans-serif;
	text-align: right;
	font-weight: bold;
}
.header_contacts p span{
	color:#000;
	font:12px Tahoma, Geneva, sans-serif;
}
/*icons*/
.icons{
	width:100%;
	padding:25px 0 0 0;
	height:20px;
	float: left;
	clear:both
}
.icons ul{
	list-style: none;
	padding:0;
	margin:0;
	float: left;
	width:100%;
	text-align: center;
}
.icons ul li{
	display:inline-block;
	*zoom:1;
	overflow:hidden;
	*display:inline;
	padding:4px 22px 0 23px;
	height:16px;
	border-right:1px dashed #FFF;
}
.icons ul li.last{
	border:0;
}
.icons ul li a{
	display: block;
	width:11px;
	height:9px;
	font-size: 1px;
	background: url(/img/icons.png) no-repeat;
}
.icons ul li a.icons1{
	background-position: 0 bottom;
}
.icons ul li a.icons2{
	background-position: -11px bottom;
}
.icons ul li a.icons3{
	background-position: -22px bottom;
}
.icons ul li.active a.icons1, .icons ul li a.icons1:hover{
	background-position: 0 0;
}
.icons ul li.active a.icons2, .icons ul li a.icons2:hover{
	background-position: -11px 0;
}
.icons ul li.active a.icons3, .icons ul li a.icons3:hover{
	background-position: -22px 0;
}
/*--------------Content----------------*/
/*menu*/
.menu{
	width:100%;
	position: absolute;
	bottom:0;
	left:28px;
}
.menu ul{
	padding:0;
	margin:0;
	width:940px;
	height:45px;
	background: url(/img/menu_bg.png) no-repeat;
	float: left;
	text-align: center;
}
.menu ul li{
	display:inline-block;
	*zoom:1;
	overflow:hidden;
	*display:inline;
}
.menu ul li a{
	display:inline-block;
	*zoom:1;
	overflow:hidden;
	*display:inline;
	height:40px;
	padding:0 12px 0 0;
	font:14px/44px 'Trebuchet MS', 'Trebuchet MS', sans-serif;
	color:#FFF;
	text-decoration: none;
	text-shadow:1px 1px 0 #000;
}
.menu ul li a span{
	display: block;
	height:40px;
	padding:0 0 0 12px;
	cursor: pointer;
}
.menu ul li.active a, .menu ul li:hover a{
	background: url(/img/menu_active.png) no-repeat right bottom;
}
.menu ul li.active a span, .menu ul li:hover a span{
	background: url(/img/menu_active.png) no-repeat;
}
.menu ul li span{
	height:40px;
	display:inline-block;
	*zoom:1;
	overflow:hidden;
	*display:inline;
	font:14px/44px 'Trebuchet MS', 'Trebuchet MS', sans-serif;
	color:#FFF;
	cursor: default;
	text-shadow:1px 1px 0px #000;
}
/*text*/
.text{
	width:100%;
	float: left;
}
.text p{
	padding:0 0 10px 0;
	text-align: justify;
}
/*.text p span{
	font-weight: bold;
}*/
.text ul, ol{
	padding:0 0 12px 24px;
}
/*.text table{
    padding-bottom:10px;
}*/
.text a{
	color:#00F;
}
.text object{
	max-width: 100% !important;
	height:auto !important;
}
.text iframe{
	max-width: 100% !important;
	/*height:auto !important;*/
}
.text_img{
	position: relative;
	float: right;
	border:3px solid #cfb191;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: #666 0 0 2px;
	-moz-box-shadow: #666 0 0 2px;
	box-shadow: #666 0 0 2px;
	behavior: url(/PIE.htc);
	margin:0 0 13px 13px
}
img{
	border:3px solid #cfb191;
}
a img{
	border:3px solid #cfb191;
}
/*nav*/
.nav{
	width:203px;
	float: left;
}
.nav ul{
	-webkit-border-radius: 0 0 7px 7px;
	-moz-border-radius: 0 0 7px 7px;
	border-radius: 0 0 7px 7px;
	behavior: url(/PIE.htc);
	border:2px solid #9c6828;
	margin:0;
	padding:5px 0 13px 0;
	list-style: none;
	width:216px;
	float: left;
	position: relative;
	top:-7px;
	left:2px;
	background: #e9e1d6 url(/img/nav_bg.jpg) repeat-y;
	z-index: 90;
}
.nav ul li{
	padding:7px 10px 7px 40px;
	background: url(/img/bullets.png) no-repeat 18px 13px;
	overflow: hidden;
}
.nav ul li.active{
	padding-bottom:0;
}
.nav ul li ol{
	list-style: none;
	padding:0;
	margin:0;
	width:100%;
	float: left;
}
.nav ul ol li{
	background: none;
	padding:5px 10px 5px 10px;
}
.nav ul li a{
	display: block;
	font:bold 12px Tahoma, Geneva, sans-serif;
	text-decoration: none;
}
.nav ul li ol a{
	font-weight: normal;
}
.nav ul li p{
	padding:0 0 5px 0
}
/*photo*/
.photo{
	width:100%;
	float: left;
	padding:0 0 10px 0;
}
.photo .img{
	width:219px;
	background: url(/img/photo_bg.jpg) repeat-y;
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	-webkit-box-shadow: #bbb 1px 1px 1px;
	-moz-box-shadow: #bbb 1px 1px 1px;
	box-shadow: #bbb 1px 1px 1px;
	behavior: url(/PIE.htc);
	border:2px solid #dfac7f;
	position: relative;
	top:-7px;
	float: left;
	overflow: hidden;
	padding:10px 0 7px 0;
}
.photo .img img{
	position: relative;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	behavior: url(/PIE.htc);
	z-index: 90;
}
.photo .img a{
	margin:0 0 0 12px;
	border:2px solid #dfac7f;
	display: block;
	float: left;
	position: relative;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	behavior: url(/PIE.htc);
}
.img_shadow{
	position: absolute !important;
	left:0;
	top:0;
	width:100%;
	height:100%;
	-webkit-box-shadow: inset #555 2px 2px 3px 0px;
	-moz-box-shadow: inset #555 2px 2px 3px 0px;
	box-shadow: inset #555 2px 2px 3px 0px;
	behavior: url(/PIE.htc);
	z-index: 100;
}
/*separator*/
.separator{
	width:100%;
	height:27px;
	background: url(/img/separator.jpg) no-repeat;
	clear:both;
}
/*news*/
.news{
	width:100%;
	float: left;
	padding:0 0 20px 0;
	overflow: hidden;
	position: relative;
}
.news ul{
	width:110%;
	list-style: none;
	padding:0;
	margin:0;
	float: left;
}
.news ul li{
	width:356px;
	padding:0 17px 10px 0;
	float: left;
}
.news ul li a{
	display: block;
	color:#6c400d;
	font:bold 12px Tahoma, Geneva, sans-serif;
}
.news .text_img{
	box-shadow:none;
	float: left;
	margin:0 10px 0 0;
}
.news_bottom{
	background: url(/img/news_line.jpg) no-repeat 0 center;
	width:100%;
	float: left;
}
.news_bottom a{
	display: block;
	width:117px;
	height:28px;
	background: url(/img/news_btn.png) no-repeat;
	text-align: center;
	float: right;
	color:#FFF;
	text-shadow:1px 1px 0 #000;
	font:bold 12px/28px Tahoma, Geneva, sans-serif;
	text-decoration: none;
}
/*--------------Footer----------------*/
.copyright1{
	float:left;
	width:300px;
	padding:35px 0 0 50px;
	margin:0 -350px 0 0;
	color:#FFF;
	font:12px Tahoma, Geneva, sans-serif;
}
.copyright2{
	float:right;
	width:250px;
	text-align:right;
	padding:35px 50px 0 0;
	margin:0 0 0 -300px;
	color:#FFF
}
.copyright2 a{
	color:#f1e880;
	font-weight: bold;
}
.counter{
	width:400px;
	margin:0 auto;
	padding:30px 0 0 0;
	text-align: center;
}
.counter p{
	background: url(/img/counter_bg.png) no-repeat;
	width:94px;
	height:33px;
	padding:3px 0 0 0px;
	display:inline-block;
	*zoom:1;
	overflow:hidden;
	*display:inline;
	margin:0 2px;
	position: relative;
	-webkit-box-shadow: #444 0px 0 6px;
	-moz-box-shadow: #444 0px 0 6px;
	box-shadow: #444 0px 0 6px;
	behavior: url(/PIE.htc);
}
.counter a img{
	margin:0;
	border:0;
}
/*--------------ie9----------------*/
/*--------------ie8----------------*/
/*--------------ie7----------------*/
#ie7 .photo .img{
	padding-bottom:10px;
}


/* adaptive.css */

/*------ADAPTIVE MENU------*/
.menu-btn{
	display: none;
}
.page, .footer{
	width: 100%;
	max-width: 996px;
	overflow: hidden;
	position: relative;
}
.scrollTop{
	width: 40px;
	height: 40px;
	background:#663908 url(../img/down-arrow.svg) no-repeat center;
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
	-moz-background-size: 20px;
	-webkit-background-size: 20px;
	-o-background-size: 20px;
	background-size: 20px;
	position: fixed;
	margin-right: -560px;
	right:50%;
	bottom:20px;
	opacity: 0.6;
	z-index:900;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
}
.scrollTop:hover{
	opacity: 1;
}
.header_contacts a{
	color: rgb(13, 86, 119);
	font: bold 16px Tahoma,Geneva,sans-serif;
	text-decoration: none;
}
.form-oformlenie td:nth-child(1){
	font-weight: bold;
}
@media screen and (max-width:991px){
	.form-oformlenie td input[type=submit]{
		width: 100px !important;
		display: block;
		margin:0 auto;
	}
	.form-oformlenie table{
		margin:0 auto 30px;
	}
	.form-oformlenie td{
		margin:0 auto 5px;
		max-width: 400px;
		display: block;
		text-align: left;
	}
	.form-oformlenie td input, .form-oformlenie td textarea, .form-oformlenie td select{
		width: 100% !important;
		box-sizing: border-box;
	}
	.content{
		max-width: 972px;
		width: 100%;
		box-sizing: border-box;
		display:flex;
	}
	.scrollTop{
		right:10px;
		margin:0;
	}
	.main_column img{
		max-width: 100%;
		height: auto;
		box-sizing: border-box;
	}
	.sidebar{
		min-width: 224px;
		max-width: 224px;
		margin-right: 12px;
		order:1;
	}
	.main_column{
		width: calc(100% - 236px);
		flex-grow: 1;
		order:2;
	}
	.menu-btn {
		display: block;
		box-sizing: border-box;
		padding: 10px;
		background: #663908;
		text-align: center;
		color: #000;
		cursor: pointer;
		z-index: 1060;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
		z-index:300;
		position: absolute;
		left:20px;
		top:20px;
	}

	.menu-btn span {
		width: 25px;
		display: block;
		height: 3px;
		background: rgb(241, 232, 212) ;
		margin: 4px auto 0;
		border-radius: 3px;
	}
	.menu-btn span:first-child{
		margin-top: 0;
	}

	.menu-btn.btnActive {
		left: 220px;
		top: 0;
		color: #FFF;
		position: fixed;
		width: 53px;
		height: 51px;
		box-sizing: border-box;
		text-align: center;
		padding: 0;
		z-index:1001;
	}

	.menu-btn.btnActive span {
		position: absolute;
		left: -999px;
		right: -999px;
		top: -999px;
		bottom: -999px;
		margin: auto;
	}

	.menu-btn.btnActive span:nth-child(1) {
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		-webkit-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
	}

	.menu-btn.btnActive span:nth-child(2) {
		-ms-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		-webkit-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
	}

	.menu-btn.btnActive span:nth-child(3) {
		display: none;
	}

	.site-overlay {
		opacity: 0.6;
		background: #000;
		position: fixed;
		left: 0;
		top: 0;
		bottom: 0;
		right: 0;
		z-index: 900;
	}

	.header-menu-wrapper {
		width: 220px;
		position: fixed;
		left: -220px;
		top: 0;
		bottom: 0;
		background: rgb(241, 232, 212) ;
		box-shadow: inset 0 0 3px 3px rgba(0, 0, 0, 0.2);
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
		overflow: auto;
		z-index: 1000;
	}

	.header-menu-wrapper.menuActive {
		left: 0;
	}

	.header-menu-wrapper .menu {
		padding: 10px 10px 0 ;
		position: static;
		height: auto;
		box-sizing: border-box;
		overflow: hidden;
	}

	.header-menu-wrapper .menu ul,
	.header-menu-wrapper .menu ul li {
		height: auto;
		background: none;
		width: 100%;
		padding: 0;
		margin: 0;
		list-style: none;
	}

	.header-menu-wrapper .menu ul li {
		position: relative;
		background: url(../img/menu_bg.png) no-repeat;
		-moz-background-size: 100% 100%;
		-webkit-background-size: 100% 100%;
		-o-background-size: 100% 100%;
		background-size: 100% 100%;
	}
	.header-menu-wrapper .menu ul li > span{
		display: none;
	}

	.header-menu-wrapper .menu ul li a {
		text-decoration: none;
		font-weight: bold;
		font-size: 14px;
		color: rgba(255, 255, 255, 0.85);
		text-transform: uppercase;
		display: block;
	}

	.header-menu-wrapper .menu ul li a:hover {
		color: #FFF;
	}

	.header-menu-wrapper .menu ul li.active a {
		color: rgba(255, 255, 255, 0.68);
	}

	.header-menu-wrapper .menu ul li:hover a {
		color: #FFF;
	}
	.header-menu-wrapper .icons{
		margin:10px 10px 0;
		width: auto;
		float: none;
		padding:10px;
		background: url(../img/title.png) no-repeat;
		-moz-background-size: 100% 100%;
		-webkit-background-size: 100% 100%;
		-o-background-size: 100% 100%;
		background-size: 100% 100%;
	}
	.header{
		height: calc(100vw / 5);
		-moz-background-size: cover;
		-webkit-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		height:auto;
		background-position: 0 0;
	}
	.header_contacts, .logo{
		display:flex;
		flex-wrap:wrap;
		justify-content: space-between;
		align-items:center;
	}
	.header_contacts{
		padding:20px;
		right:0;
		top:0;
		margin:25px 20px 20px 0;
	}
	.logo{
		padding:0;
		margin:20px 20px 0 80px;
	}
}
@media screen and (max-width:620px){
	.logo a img{
		width: 221px;
	}
	.logo a span{
		top:41px;
	}
	.content{
		flex-wrap:wrap;
	}
	.sidebar{
		margin-right: 0;
		box-sizing: border-box;
	}
	.main_column{
		order:1;
	}
	.main_column, .sidebar{
		min-width: 100%;
		max-width: 100%;
	}
	.sidebar .nav{
		width: 100%;
	}
	.sidebar .nav > ul{
		width: 100%;
		box-sizing: border-box;
		-moz-background-size: 100%;
		-webkit-background-size: 100%;
		-o-background-size: 100%;
		background-size: 100%;
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
		border-radius: 7px;
	}
	.sidebar .gsInformer{
		width: 100% !important
	}
	.sidebar .nav > .title{
		margin:0 auto;
	}
	.footer{
		display:flex;
		flex-wrap:wrap;
		justify-content: space-between;
		align-items:center;
		box-sizing: border-box;
	}
	.footer .counter{
		position: absolute;
		left:-9999px;
	}
	.footer .copyright1,
	.footer .copyright2{
		box-sizing: border-box;
		padding:10px;
		width: 50%;
	}
}

/* 09.04.2021 */

.menu ul li.active a, .menu ul li:hover a,
.menu ul li.active a span, .menu ul li:hover a span{
	background: none;
}
.menu ul li a, .menu ul li span, .menu ul li{
	overflow: visible;
	padding:0;
}
.menu ul li a span{
	/*padding:0 12px;*/
	padding:0 8px;
}
.menu ul li.active a span, .menu ul li:hover a span{
	text-shadow: 1px 1px 0px #000, #FFF 0px 0px 10px, #FFF 0px 0px 10px, #FFF 0px 0px 10px, #FFF 0px 0px 30px, #FFF 0px 0px 20px, #FFF 0px 0px 10px, #FFF 0px 0px 10px;
}
