@charset "UTF-8";
/* CSS Document */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body, html {
	font-size: 62.5%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4rem;
	line-height:2rem;
	
}
.visually img {
	width: 32px;
	height: 18px;
	margin-right: 5px;
}


p {
	padding:0px;
	margin:0px 0px 15px;
}

a {
	color:#8f0c06;
}
a:hover {
	color:#8f0c06;
	text-decoration:underline !important;
}

h1 {
	font-size:2.4rem;
	line-height:3rem;
	margin:0px 0px 20px;
}
h2, .page-header {
	font-size:1.8rem;
	line-height:2.4rem;
	margin:0px 0px 20px;
	padding:0px; border:0px;
}
h3 {
	font-size:1.6rem;
	margin:0px 0px 20px;
}

table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
table td {
  padding: 8px 15px;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
table tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}


.wrapper {margin:0 auto; width:1000px; 
box-shadow:0px 0px 10px rgba(1,1,1,0.5); 
-moz-box-shadow:0px 0px 10px rgba(1,1,1,0.5); 
-webkit-box-shadow:0px 0px 10px rgba(1,1,1,0.5); 
border-top:40px solid #003068; margin-bottom:20px;}

ul li {list-style:disc;}

header {position:relative; z-index:3; position:relative; background:url(../img/banner.jpg) bottom no-repeat; border-bottom:4px solid #fff6dc;
box-shadow:0px 0px 10px rgba(1,1,1,0.5); 
-moz-box-shadow:0px 0px 10px rgba(1,1,1,0.5); 
-webkit-box-shadow:0px 0px 10px rgba(1,1,1,0.5); 
}
.header-left {
	float:left;
	width:300px;
	height:280px;
	position:relative;
	z-index:1;
	margin-top:-40px;
}

.header-right {
    float: right;
    height: 280px;
    position: relative;
    width: 700px;
    z-index: 0;
}

.header-right p {
	margin:0px;
	padding:0px;
}
.header-right p img {
	font-size:0px;
	line-height:0px;
}

.header-left-top {
	height:225px;
  position:relative;
}

.header-left-bottom {
	padding:7px 10px 0;
	color:#fff;
	position:relative;
	text-align:center;
	font-size:1.3rem;
	text-shadow:0 5px 2px #000;
	-moz-text-shadow:0 5px 2px #000;
-webkit-text-shadow:0 5px 2px #000;
}
.header-left-bottom > div {
  left: 0;
  position: absolute;
  right: 0;
}

.header-left-bottom p {
	margin-bottom:0px;
}

.gerb {
  left: 50%;
  margin-left: -16px;
  position: absolute;
	top:-37px;
}


.banner {
  background: #d5d5d5 none repeat scroll 0 0;
  padding: 0 15px;
  position: relative;
  text-align: center;
}

.banner .logo {
	position:absolute;
	left:20px;
	top:10px;
}

.content {
	display:table;
	width:100%;
	background:#f8efdf;
}
.content p:last-child {
	margin-bottom:0px;
}


.top {
	text-align:right;
	padding:10px; 
	position:absolute; 
	top:-45px; 
	right:0px; 
	z-index:10;
}
	.top .nav {
		margin:0px; 
		padding:0px; 
		color:#fff;
	}
	.top .nav li {
		display:inline-block;
		margin-left:5px;
	}
	.top .nav li a,
	.top .nav li a:hover {
		display:inline-block; 
		background:#8e0503; 
		color:#e3cfcf; 
		font-size:1.3rem; 
		padding:5px 10px; 
		text-decoration:none; 
		border-radius:4px; 
		-moz-border-radius:4px; 
		-webkit-border-radius:4px;}
	.top .nav li a:hover {
		color:#fff;
	}
	.top .nav li span.separator {
		display:inline-block; 
		background:#8e0503; 
		color:#e3cfcf; 
		padding:5px 10px; 
	}

.top.top-left {
	left:0px; 
	right:auto;
}

.left-wrapper {
	width:300px;
	position:relative; 
	z-index:2; 
	float:left;
}
	.left-menu .menu {
		list-style:none; 
		background: #eee1c7 none repeat scroll 0 0; 
		border: 1px solid #ebebeb; padding-bottom:35px; 
		border-radius: 5px; 
		-webkit-border-radius: 5px; 
		-moz-border-radius: 5px;
		box-shadow:0 2px 10px rgba(1, 1, 1, 0.3);
		-moz-box-shadow:0 2px 10px rgba(1, 1, 1, 0.3);
		-webkit-box-shadow:0 2px 10px rgba(1, 1, 1, 0.3);
	}
	.left-menu .menu li {
		list-style:none; 
		display:block;
		line-height:18px;
	}
	.left-menu .menu li > a, 
	.left-menu .menu > li > span{
		color:#7a140e; 
		text-decoration:none; 
		font-size:1.4rem; 
		display:block; 
		padding:7px 15px; 
		font-weight:bold; 
		background:none; 
		cursor:pointer;
	}
	.left-menu .menu li:last-child {
		border:0px;
	}
	.left-menu .menu li > a:focus, 
	.left-menu .menu > li > span:focus {
		background:none;
	}
	.left-menu .menu li a:hover {
		text-decoration:underline; 
		background:none;
	}
	.left-menu > .menu > li.active > a, 
	.left-menu > .menu > li.active > span {
	background: #8f0c06;
	color:#fff;
	box-shadow:0px 2px 2px rgba(1,1,1,0.2);
	-moz-box-shadow:0px 2px 2px rgba(1,1,1,0.2);
	-webkit-box-shadow:0px 2px 2px rgba(1,1,1,0.2);
	}
	
	.left-menu .menu li > ul {
		display: block;
		margin:  0px;
		padding: 7px 0;
	}
	.left-menu .menu li > ul li {
		display:block; 
		font-size:1.2rem; 
		font-weight:normal;  
		color:#ffff;
	}
	.left-menu .menu li > ul li a {
		display:block;
		color:#7a140e; 
		font-size:1.2rem; 
		font-weight:normal; 
	}
	.left-menu .menu li > ul li a:hover {
		text-decoration:underline;
	}
	
	.left-menu > .menu > li:first-child, 
	.left-menu > .menu > li:first-child a, 
	.left-menu > .menu > li:first-child span  {
		border-radius:5px 5px 0 0; 
		-moz-border-radius:5px 5px 0 0; 
		-webkit-border-radius:5px 5px 0 0;
	}
	
	
	.left-menu > .menu > li:last-child {
		border-radius:0 0 5px 5px;
		-moz-border-radius:0 0 5px 5px; 
		-webkit-border-radius:0 0 5px 5px;
	}
	

.right-wrapper {
	width:700px; 
	padding:15px 15px 15px 0; 
	color:#383838;
	position:relative; 
	float:left;
}

.left, 
.right {
	position:relative; 
	z-index:2; 
	padding:15px;
  overflow: hidden;
}

.right {
	background:#ffffff;
}

footer {
	background:#003068; 
	color:#fff; 
	font-size:1.2rem; 
	line-height:1.8rem; 
	padding:10px 20px; 
	text-align:center;
}
footer p {
	margin:0px;
}


.banners {
	padding:0 0 15px; 
	background:#f8efdf;
} 
.banners img {
	margin:10px;
}

.guestbook .add-on.input-group-addon label {
	display:none;
}
.input-append .add-on, 
.input-prepend .add-on {
	height:30px;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	height:30px;
}

.sitemap h2 {
	margin-bottom:10px;
}
.sitemap .level_0 {
	margin:0 0 20px 0px; 
	list-style:none; 
	display:block; 
	border-bottom:1px solid #ddd; 
	padding-bottom:20px;
}
.sitemap .level_0 li {
	font-size:1.4rem; 
	list-style:none; 
	margin-bottom:5px;
}
.sitemap .level_0 li:before {
	content:"- ";
}
.sitemap .level_0 li ul {
	margin-top:5px;
}
.sitemap .level_0 li li {
	font-size:1.2rem;
}
.sitemap .level_0:last-child {
	padding-bottom:0px;
	border:0px;
}

#acavita-style{
	text-align: center;
	margin-bottom: 20px;
}

.error-elem { 
	padding: 15px 15px 15px 0;
  color: #383838;
	position: relative;
}
/*Стили меню для слабовидящих */

.vision-control {
  margin-top: 5px;		
  padding: 12px;
  background: #eee;
  font-family: Open Sans;
  color: #333;
  font-weight: bold;
  border-radius: 3px;
}
.vision-disable {
  display: none;
}
.vision-control .lv-fonts {
  margin-right: 32px;
}
.vision-control .lv-fonts .lv-fonts-1 {
  margin-left: 8px;
  font-size: 12px;
}
.vision-control .lv-fonts .lv-fonts-2 {
  font-size: 16px;
}
.vision-control .lv-fonts .lv-fonts-3 {
  font-size: 20px;
}
.vision-control .lv-intervals {
  margin-right: 32px;
}
.vision-control .lv-intervals img {
  vertical-align: baseline;
}
.vision-control .lv-intervals .lv-intervals-1 {
  margin-left: 8px;
}
.vision-control .lv-colors {
  margin-right: 32px;
}
.vision-control .lv-colors .lv-colors-1 {
  margin-left: 8px;
  background-color: #fff;
  color: #333;
}
.vision-control .lv-colors .lv-colors-2 {
  background-color: #212121;
  color: #fff;
}
.vision-control .lv-colors .lv-colors-3 {
  background-color: #9fd2fd;
  color: #333399;
}
.vision-control .ic-lw {
  margin-right: 6px;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 2px;
  cursor: pointer;
}
.vision-control .lv-undo {
  cursor: pointer;
}
.vision-control .lv-undo i {
  margin-left: 6px;
  font-size: 18px;	
}

/*языки*/
.lang a{
  	display: inline-block;
    background: #8e0503;
    color: #e3cfcf;
    font-size: 1.3rem;
    padding: 5px 10px;
    text-decoration: none;
    border-radius: 4px;
}

.header-left-top img{    
  margin-left: 15px;
}

/****актуальная информ**/

/*.blog.actual-inform .row-fluid [class*="span"] {
    position: relative;
  box-shadow: 0 2px 10px rgba(1, 1, 1, 0.3);
}

.blog.actual-inform .page-header {
	position: absolute;
    width: 100%;
    top: 10%;
}

.blog.actual-inform .page-header h2 {
	text-align: center;
}

.blog.actual-inform .page-header h2 a{
	 color: #ffffff;
}

.content .blog.actual-inform  p:last-child {
    margin-bottom: 0px;
    font-size: 12px;
    line-height: 1.3;
   border: 1px solid #ebebeb;
    background: #eee1c7;
    text-align: center;
    padding: 5px;
    color: #7a140e;
  text-overflow: clip;
}

.blog.actual-inform .pull-left {
   border: 1px solid #ebebeb;
    border-bottom: 0;
    margin-bottom: 5px;
}

.blog.actual-inform .pull-left img{
    width: 300px;
    height: 200px;
    object-fit: cover;
}*/


.blog.actual-inform .pull-left {
    width: 50%;
    margin-right: 15px;
}

.item-page.actual-inform .pull-left{
  margin-right: 15px;
}

    .blog.actual-inform .page-header {
    font-size: 18px;
    line-height: 1.3;
    margin: 0px 0 10px;
    border: 0px;
    background: #003068;
    overflow: hidden;
}
.blog.actual-inform h2 {
  text-align: center;
    margin-bottom: 20px;
    font-size: 20px;
    color: #8e0503;
}

.blog.actual-inform .page-header h2 {
  margin: 0;
  text-align: left;
  font-size: 18px;  
}

.blog.actual-inform .page-header h2 a{
	padding: 5px;
	color: #f8efdf;
  font-weight: normal;
    display: block;
  line-height: 1.1;
}

.blog.actual-inform .btn {
    background: #8e0503;
    padding: 5px 10px;
    text-shadow: none;
    color: #cecece;
    border: 0;
    font-size: 1.3rem;
  float: right;
}

.blog.actual-inform .icon-chevron-right {
    display: none;
}

.blog.actual-inform .pull-left img{
 border-radius: 5px;
    width: 325px;
    height: 215px;
    object-fit: cover;
  border: 1px solid #ebebeb;
    box-shadow: 0 2px 10px rgba(1, 1, 1, 0.3);
}

.blog.actual-inform .row-fluid [class*="span"]{
    margin-left: 0;
    margin-bottom: 30px;
}




