
@font-face {
  font-family: "Lazurski";
  src: url("../fonts/Lazurski.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Minion";
  src: url("../fonts/Minion.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}


body{
	font-family: 'Times New Roman'; 
	font-size: 15px; 
	color: #333333;
	background: url(../pics/bg.jpg);
	margin: 0px;
}
#allpage {
	max-width: 1020px;
    /* padding-left: 8px; */
    width: 100%;
	border-left:1px solid #999;
	background: url(../pics/bgap.jpg);
	background-position-x: -168px;
    background-size: 118%;
	}
.center {
	display:block; margin:0 auto;
	}            
.effect8
	{
    position:relative;
   /* -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;*/
	}
	
.right_shadow{
	position:absolute;
	height:100%;
	display:inline-block;
	    width: 20px;
	top:0;
	right:-20px;
	background:url(../pics/r-mask.png) repeat-y 0 0;

}

a {
  color: #36605e;
  text-decoration: none;
}


div:active, div:focus{
	outline: none;
}
a:hover, a:focus {
  color: #4a6e6c;
  text-decoration: none;
}
img{
	max-width:100% !important;
}
h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-weight: 600;
  line-height: 1.1;
  color: inherit;
}

h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h1, .h1 {
  font-size: 19px;
}

h2, .h2 {
  font-size: 17px;
}

h3, .h3 {
  font-size: 16px;
}

h4, .h4 {
  font-size: 15px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}


.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}


.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  color: #36605e;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:focus {
  z-index: 2;
  color: #4a6e6c;
  background-color: #eeeeee;
  border-color: #ddd;
}

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #36605e;
  border-color: #36605e;
  cursor: default;
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg > li > a, .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination-sm > li > a, .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pagination span{
	display: inline-block;
    padding: 8px 10px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}
.logo img{
	width:100%;
	height:auto;
}

.top-menu {
    margin-top: 11px;
    /* float: left; */
    position: absolute;
    left: 30%;
}

.top-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.top-menu ul li {
  display: inline-block;
  margin-right: 8px;
}

.top-menu ul li a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 10px;
  text-shadow: 0 0 7px black;
}

.top-menu ul li a:hover {
  color: #36605e;
}

.top-menu ul li::after {
  content: '';
  display: inline-block;
  margin-left: 8px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #fff;
  vertical-align: 1px;
  box-shadow: 0 0 7px black;
}

.top-menu ul li:last-child::after {
  content: none;
  display: none;
}

.lang-menu {
    margin-top: 12px;
    float: left;
    position: absolute;
    left: 907px;
}

.lang-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.lang-menu ul li {
  display: inline-block;
}

.lang-menu ul li a {
  color: #575757;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  padding: 6px;
  border-radius: 50%;
}

.lang-menu ul li a:hover, .lang-menu ul li a.active {
  background-color: #DBD5C3;
}


.left-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.left-menu > li {
  margin: 0;
  
}

.left-menu > li > a {
  border-top: 1px solid #DFD7C2;
  border-bottom: 1px solid #B5A482;
  padding: 17px 18px;
  text-transform: uppercase;
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #3a240b;
  leftter-spacing: -2px;
}

.left-menu > li > a:hover {
  background-color: rgba(255, 255, 255, 0.4);
}

.left-menu > li > .left-submenu {
  display: none;
  list-style-type: disc;
  border-top: 1px solid #DFD7C2;
  border-bottom: 1px solid #B5A482;
  padding: 0 15px 10px 25px;
}

.left-menu > li > .left-submenu > li > a {
  color: #593813;
  /*font-weight: 600;*/
  font-size: 17px;
  display: block;
  padding: 5px 0;
	font-style: italic;
	text-align: left;
}

.left-menu > li > .left-submenu > li > a:hover  {
  color: #a65d3b;
}

.left-menu > li > .left-submenu > li > .left-sub-innermenu {
  display: none;
  list-style-type: none;
  padding-left: 0;
}

.left-menu > li > .left-submenu > li > .left-sub-innermenu > li > a {
  color: #593813;
    /* font-weight: 600; */
    font-size: 13px;
    display: block;
    padding: 3px 0;
    font-style: italic;
}

.left-menu > li > .left-submenu > li > .left-sub-innermenu > li > a:hover, .left-menu > li > .left-submenu > li > .left-sub-innermenu > li.active a {
  color: #a65d3b;
}

.left-menu > li > .left-submenu > li.active > .left-sub-innermenu {
  display: block;
}

.left-menu > li.active > a {
  background-color: rgba(255, 255, 255, 0.4);
  border-bottom: none;
      padding-bottom: 4px;
}

.left-menu > li.active > .left-submenu {
  display: block;
  background-color: rgba(255, 255, 255, 0.4);
  border-top: none;
}

.left-menu > li >ul > li{
    text-align: left;
	italic
}

.content-block hr {
  margin-top: 10px;
  border-top: 1px dashed #36605e;
  width:100%;
}
	

.ImgBlock{
    position: relative;
    width: calc(100% - 2px);	
	overflow:hidden;
	border: solid 1px #36605e;
}
.ImgBlock::before {
    content: "";
    display: block;
    padding-top: 68%;
}
.ImgBlock img{
	width:100%;
	height:auto;
    position: absolute;
    top: 0;
    left: 0;
	min-height:100%;
}

.top_header {
    position: relative;
    width: 100%; 
}
.top_header::before {
    content: "";
    display: block;
    padding-top: 38.1%; 
}
.top_header .top_content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: url(../images/bg-header.jpg) no-repeat 0 0; 
    background-size: cover; 
	margin-bottom: 32px;
}

.top_header .top_content .icona{
	position:absolute;
	top: 11%;
    right: 4%;
	width:11%;	
}

.IcnBlock{
    position: relative;
    width: 100%;	
	background: url(../pics/icona.jpg) no-repeat 0 0;
    background-size: contain;
}
.IcnBlock::before {
    content: "";
    display: block;
    padding-top: 141%;
}

#content_top{
	position:absolute;
	top: 85%;
    right: 4%;
    width: 14%;
}
.header{
	display:none;
}
.small_logo{
	display:none;
}
.left-block{
	position: absolute;
    top: 0;
    left: 5%;
	width: 20%;
	background-image:url(../pics/bg-left.jpg);
	text-align: center;
	height: 100%;
	    z-index: 100;
}
.left-block img{
	max-width:100%;
	height:auto;
}
.official {
    top: 382px;
    position: absolute;
    left: 0.0%;
    width: 5%;
}

.official img{
	width:98%;
	height:auto;
	padding-top: 5px;
}

#content{
	padding-left: 26%;
    width: 73%;
    overflow: hidden;
	/*background:url(../pics/l-fon.jpg) repeat;*/

}
	
	
.row {
	/*background: url(../pics/r-fon.jpg) repeat-y;
    background-position-x: 100%;
    width: 100%;
    background-size: 28%;*/
}

.row:before, .row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.wideblock{
    background: url(../images/bg.jpg);
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

.content-block {
  margin-top: 11px;
  width:100%;
  position: relative;
}
.main-side-block{
	width: 67%;
    padding: 0 2%;
	float:left;
	overflow:hidden;
}
.right-side-block {
    width: 26%;
    padding: 0 1% 0 2%;
    float: left;
    overflow: hidden;
}
.main-right-block{
	width:100%;
}

.icon {
  display: inline-block;
}
.icon-angle-left img{
  width: 31px;
  height: 31px;
}

.icon-angle-right img{
  width: 31px;
  height: 31px;
}

.icon-eye {
  background-image: url(../images/sprite.png);
  background-position: -78px -36px;
  width: 17px;
  height: 10px;
}

.icon-faudio, .one_news .news_img_block .news_faudio {
  background-image: url(../images/sprite.png);
  background-position: 0px 0px;
  width: 39px;
  height: 39px;
}

.icon-fphoto, .one_news .news_img_block .news_fphoto {
  background-image: url(../images/sprite.png);
  background-position: -39px 0px;
  width: 39px;
  height: 39px;
}

.icon-fvideo, .one_news .news_img_block .news_fvideo {
  background-image: url(../images/sprite.png);
  background-position: 0px -39px;
  width: 39px;
  height: 39px;
}


#content::after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 165px;
    background: url(../pics/end1.jpg) no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.breadcrumb {
  padding: 0;
  background: none;
  margin: 25px 0;
  font-size: 12px;
  /*font-family: Arial, serif;*/
  list-style-type: none;
}
.breadcrumb li{
	display:inline-block;
}
.breadcrumb > li + li::before {
  color: #36605e;
  margin-left: 5px;
}

#to_top {
  position: fixed;
  bottom: 40px;
  right: 30px;
  cursor: pointer;
  display: none;
  z-index: 1000;
  opacity: 0.8;
	display:block;
	width:36px;
	height:36px;	
}

#to_top:hover {
  opacity: 1;
}

/*-----------------Стили новостей------------------*/

.main-header {
  font-size: 16px;
  font-weight: bold;
  color: #36605e;
  text-transform: uppercase;
  /*letter-spacing: -1px;*/
  margin-top: 0;
  margin-bottom: 24px;
}

.side-block-header {
  font-size: 14px;
  font-weight: 600;
  color: #36605e;
  text-transform: uppercase;
  /*letter-spacing: -1px;*/
  margin-top: 0;
  margin-bottom: 10px;
  text-align: center;
}

.news_page .news_dt {
  /*font-family: 'Minion', serif;*/
  font-size: 15px;
  color: #724434;
}

.news_page .news_name {
  font-size: 15px;
  margin-bottom: 20px;
  color: #724434;
  text-transform: uppercase;
}

.news_page .news_content {
 /*font-family: 'Minion', serif;*/
  font-size: 17px;
  line-height: 1.3;
}
.news_page .news_content .news_body img{
	/*height:auto !important;*/
}
.news_page .news_content h3, .news_page .news_content h4 {
  font-size: 17px;
  margin-bottom: 10px;
  margin-top: 0;
}

.news_page .news_content .solid-yellow-block {
  font-size: 17px;
  line-height: 1.3;
  margin-bottom: 10px;
  padding: 20px 25px;
}

.news_page .news_source {
  color: #724434;
  margin: 10px 0 20px;
}

.main_news_block {
  max-width: 680px;
  max-height: 446px;
  width: 100%;
}

.main_news_block a {
  display: block;
  position: relative;
}

.main_news_block a img {
  overflow: hidden;
  width: 100%;
  height: auto;
}

.main_news_block a .main_news_block_content {
  position: absolute;
  bottom: 0;
  left: 0;
	width: 96%;
	padding: 2%;
  background-color: rgba(101, 59, 39, 0.77);
}

.main_news_block a .main_news_date {
  color: #fff;
  /*font-family: 'Minion', serif;*/
  font-size: 18px;
}

.main_news_block a .main_news_name {
  color: #d9cfb4;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  /*letter-spacing: -1px;*/
}

#datepicker {
  background-color: #fff;
  border: 1px solid #DFDEDD;
  font-family: Arial, sans-serif;
  padding: 5px 0 10px;
}

#datepicker .datepicker {
  width: 100%;
  margin: 0 auto;
}

#datepicker .datepicker table {
  margin: 0 auto;
}


/* шаблон новости */
.one_news .news_img_block {
  position: relative;
}

.one_news .news_img_block .news_fvideo, .one_news .news_img_block .news_fphoto, .one_news .news_img_block .news_faudio {
  position: absolute;
	right: 0%;
    top: 0%
}
.news_214_4 .one_news .news_img_block .news_fvideo, .news_214_4 .one_news .news_img_block .news_fphoto, .news_214_4  .one_news .news_img_block .news_faudio {
  position: absolute;
	right: 1%;
    top: 2%
}
.
/* список аудио */
.news_audio_list .one_news {
  margin-bottom: 20px;
  /*font-family: 'Minion', serif;*/
}

.news_audio_list .one_news audio {
  width: 100%;
  margin-bottom: 5px;
}

.news_title {
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
}
.news_audio_list .one_news .news_title {
  font-size: 16px;
}

.news_audio_list .one_news .news_title a {
  color: #333;
}

.news_audio_list .one_news .news_title a:hover {
  color: #4a6e6c;
}

/* новости картинка 110px слева 1 в ряд */
.news_hor_110_1 .one_news, .news_10  .one_news{
  margin-bottom: 20px;
  /*font-family: 'Minion', serif;*/
}

.news_hor_110_1 .one_news::after, .news_10  .one_news::after{
  content: '';
  display: block;
  clear: both;
}

.news_hor_110_1 .one_news .news_img_block , .news_10 .one_news .news_img_block {
    width: 48%;
    margin-right: 2%;
    float: left;
    /* height: 72px; */
    overflow: hidden;
}

.news_hor_110_1 .one_news .news_img_block .news_img , .news_10  .one_news .news_img_block .news_img{
  width: 100%;
  height: auto;
}

.news_hor_110_1 .one_news .news_section , .news_10  .one_news .news_section{
  display: none;
}

.news_hor_110_1 .one_news .news_dt , .news_10 .one_news .news_dt {
  /*font-size: 16px;*/
  color: #724434;
  margin-bottom: 5px;
  line-height: 1;
}

.news_hor_110_1 .one_news .news_title, .news_10  .one_news .news_title{
  font-size: 14px;
  color: #333;
  margin-bottom: 0;
  line-height: 1;
  /*max-height: 51px;*/
  overflow: hidden;
}

.news_hor_110_1 .one_news .news_title a , .news_10  .one_news .news_title a {
  color: #333;
}

.news_hor_110_1 .one_news .news_title a:hover , .news_10 .one_news .news_title a:hover  {
  color: #4a6e6c;
}

.news_hor_110_1 .one_news .news_anons , .news_10 .one_news .news_anons {
  display: none;
}

.news_10 .one_news .news_img_block {
    width: 100%;
    margin-bottom: 2%;
    float: left;
    /* height: 72px; */
    overflow: hidden;
}
/*------------------------*/
/* новости картинка 160px слева 1 в ряд */
.news_hor_160_1 .one_news {
  margin-bottom: 25px;
 /*font-family: 'Minion', serif;*/
}

.news_hor_160_1 .one_news::after {
  content: '';
  display: block;
  clear: both;
}

.news_hor_160_1 .one_news .news_img_block {
  width: 23%;
  margin-right: 17px;
  float: left;
  /*height: 105px;
   border: solid 2px #36605e;*/
  overflow: hidden;
}

.news_hor_160_1 .one_news .news_img_block .news_img {
  width: 100%;
  height: auto;
}

.news_hor_160_1 .one_news .news_section {
  display: none;
}


.news_hor_160_1 .one_news .news_title {
  /*font-size: 17px;
  letter-spacing: -1px;*/
  font-weight: bold;
  color: #36605e;
  margin-bottom: 0;
  text-transform: uppercase;
}

.news_hor_160_1 .one_news .news_title a {
  color: #7c572b;
}

.news_hor_160_1 .one_news .news_dt {
  font-size: 16px;
  color: #36605e;
  margin-bottom: 0;
  font-weight: normal;
}
.news_hor_160_1 .one_news .news_title a:hover {
  color: #4a6e6c;
}

.news_hor_160_1 .one_news .news_anons {
  /*font-size: 18px;
  line-height: 1.3;
  max-height: 75px;
  overflow: hidden;*/
  color: #333;
}

/* новости картинка 330px слева 1 в ряд */
.news_hor_330_1 .one_news {
  margin-bottom: 25px;
  /*font-family: 'Minion', serif;*/
}

.news_hor_330_1 .one_news::after {
  content: '';
  display: block;
  clear: both;
}

.news_hor_330_1 .one_news .news_img_block {
  width: 330px;
  margin-right: 17px;
  float: left;
  height: 216px;
  overflow: hidden;
}

.news_hor_330_1 .one_news .news_img_block .news_img {
  width: 100%;
  height: auto;
}

.news_hor_330_1 .one_news .news_section {
  display: none;
}

.news_hor_330_1 .one_news .news_dt {
  display: none;
}

.news_hor_330_1 .one_news .news_title {
  font-size: 20px;
  font-weight: 600;
  color: #36605e;
  margin-bottom: 0;
  text-transform: uppercase;
  /*letter-spacing: -1px;*/
}

.news_hor_330_1 .one_news .news_title a {
  color: #36605e;
}

.news_hor_330_1 .one_news .news_title a:hover {
  color: #4a6e6c;
}

.news_hor_330_1 .one_news .news_anons {
  font-size: 17px;
  line-height: 20px;
  max-height: 220px;
  overflow: hidden;
  color: #333;
}

/* список новостей 2 в ряд */
.news_330_2 {
  word-spacing: -4px;
}

.news_330_2::after {
  content: '';
  display: block;
  clear: both;
}

.news_330_2 .one_news {
  word-spacing: normal;
  display: inline-block;
  vertical-align: top;
  width: 47%;
  margin-right: 4%;
  margin-bottom: 20px;
}

.news_330_2 .one_news:nth-child(2n) {
  margin-right: 0;
}

.news_330_2 .one_news .news_img_block {
    /*height: 11vw;*/
    overflow: hidden;
    margin-bottom: 5px;
    width: 100%;
}

.news_330_2 .one_news .news_img_block .news_img {
  width: 100%;
  height: auto;
}

.news_330_2 .one_news .news_section {
  display: none;
}

.news_330_2 .one_news .news_dt {
  display: none;
}

.news_330_2 .one_news .news_title {
      text-align: center;
}

.news_330_2 .one_news .news_title a {
  color: #724434;
}

.news_330_2 .one_news .news_title a:hover {
  color: #4a6e6c;
}

.news_330_2 .one_news .news_anons {
  display: none;
}

.news_330_2 .one_news .news_body {
  display: none;
}

.news_330_2 .one_news .news_source {
      text-align: center;
}

/* список медиа 2 в ряд */
.news_media_330_2 {
  word-spacing: -4px;
}

.news_media_330_2::after {
  content: '';
  display: block;
  clear: both;
}

.news_media_330_2 .one_news {
  word-spacing: normal;
  display: inline-block;
  vertical-align: top;
  width: 49%;
  margin-right: 2%;
}

.news_media_330_2 .one_news:nth-child(2n) {
  margin-right: 0;
}

.news_media_330_2 .one_news .news_img_block {
  height: 216px;
  overflow: hidden;
  margin-bottom: 5px;
}

.news_media_330_2 .one_news .news_img_block .news_img {
  width: 100%;
  height: auto;
}

.news_media_330_2 .one_news .news_section {
  display: none;
}

.news_media_330_2 .one_news .news_dt {
  display: none;
}

.news_media_330_2 .one_news .news_title {
  display: none;
}

.news_media_330_2 .one_news .news_anons {
  display: none;
}

.news_media_330_2 .one_news .news_body {
  display: none;
}

.news_media_330_2 .one_news .news_source {
  font-size: 18px;
  color: #333;
  font-weight: 600;
}

/* список новостей 4 в ряд */
.news_214_4 {
  /*word-spacing: -4px;*/
}

.news_214_4::after {
  content: '';
  display: block;
  clear: both;
}

.news_214_4 .one_news {
    word-spacing: normal;
    display: inline-block;
    vertical-align: top;
    width: 23.6%;
    margin-right: 1%;
    margin-bottom: 20px;
    /*font-family: 'Minion', serif;*/
    background-color: #fff;
	height: 337px;
    position: relative;
}
.news_214_4 .one_news .news_info{
	padding:1%;
	overflow:hidden;
	height:177px
}
.news_214_4 .one_news .news_anons{
	
}
.news_214_4 .one_news .news_img_block {
    padding: 1%;
	margin-bottom: 10px;
}

.news_214_4 .one_news .news_img_block .news_img {
  width: 100%;
  height: auto;
}

.news_214_4 .one_news .news_section {
  display: none;
}

.news_214_4 .one_news .news_dt {
  /*font-size: 20px;*/
  font-weight: 600;
  color: #724434;
  margin-bottom: 0;
}

.news_214_4 .one_news .news_title {
  /*font-size: 20px;
  line-height: 23px;*/
  font-weight: 600;
  color: #333;
  margin-bottom: 5px;
  line-height: 18px;
}



.news_214_4 .one_news .news_body {
  display: none;
}

.news_214_4 .one_news .news_source {
  display: none;
}

.news_214_4 .one_news .news_views {
    font-size: 13px;
    color: #36605e;
    margin-top: 7px;
    position: absolute;
    bottom: 0px;
    right: 4px;
}

/* список новостей 3 в ряд */
.news_214_3 {
  word-spacing: -4px;
}

.news_214_3::after {
  content: '';
  display: block;
  clear: both;
}

.news_214_3 .one_news {
  word-spacing: normal;
  display: inline-block;
  vertical-align: top;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 20px;
  /*font-family: 'Minion', serif;*/
}

.news_214_3 .one_news:nth-child(3n) {
  margin-right: 0;
}

.news_214_3 .one_news .news_img_block {
  /*height: 140px;*/
  overflow: hidden;
  margin-bottom: 8px;
}

.news_214_3 .one_news .news_img_block .news_img {
  width: 100%;
  height: auto;
}

.news_214_3 .one_news .news_section {
  display: none;
}

.news_214_3 .one_news .news_dt {
  font-size: 20px;
  font-weight: 600;
  color: #724434;
  margin-bottom: 0;
}

.news_214_3 .one_news .news_title {
  /*font-size: 20px;
  line-height: 23px;*/
  font-weight: 600;
  color: #333;
  margin-bottom: 5px;
  max-height: 46px;
  overflow: hidden;
}

.news_214_3  .one_news .news_title a, .news_214_4  .one_news .news_title a{
	color: #7c572b ;
	
}

.news_214_3 .one_news .news_anons {
  /*font-size: 17px;
  max-height: 133px;
  overflow: hidden;
  line-height: 1.3;*/
  color: #333;
}

.news_214_3 .one_news .news_body {
  display: none;
}

.news_214_3 .one_news .news_source {
  display: none;
}

.news_214_3 .one_news .news_views {
  font-size: 13px;
  color: #36605e;
  margin-top: 5px;
}

/* список новостей галерея 3 в ряд */
.news_gallery_3 {
  word-spacing: -4px;
}

.news_gallery_3 .one_news {
  word-spacing: normal;
  display: inline-block;
  vertical-align: top;
  width: 32%;
  margin-right: 1%;
  margin-bottom: 1%;
  /*font-family: 'Minion', serif;*/
}



.news_gallery_3 .one_news .news_img_block {
  height: 150px;
  overflow: hidden;
}

.news_gallery_3 .one_news .news_img_block .news_img {
  width: 100%;
  height: auto;
}

.news_gallery_3 .one_news .news_section {
  display: none;
}

.news_gallery_3 .one_news .news_dt {
  display: none;
}

.news_gallery_3 .one_news .news_title {
  display: none;
}

.news_gallery_3 .one_news .news_anons {
  display: none;
}

.news_gallery_3 .one_news .news_body {
  display: none;
}

.news_gallery_3 .one_news .news_source {
  display: none;
}

/* список новостей галерея 4 в ряд */
.news_gallery_4 {
  word-spacing: -4px;
}

.news_gallery_4 .one_news {
  word-spacing: normal;
  display: inline-block;
  vertical-align: top;
  width: 24.625%;
  margin-right: 0.5%;
  margin-bottom: 0.5%;
  /*font-family: 'Minion', serif;*/
}

.news_gallery_4 .one_news:nth-child(4n) {
  margin-right: 0;
}

.news_gallery_4 .one_news .news_img_block {
  height: 150px;
  overflow: hidden;
}

.news_gallery_4 .one_news .news_img_block .news_img {
  width: 100%;
  height: auto;
}

.news_gallery_4 .one_news .news_section {
  display: none;
}

.news_gallery_4 .one_news .news_dt {
  display: none;
}

.news_gallery_4 .one_news .news_title {
  display: none;
}

.news_gallery_4 .one_news .news_anons {
  display: none;
}

.news_gallery_4 .one_news .news_body {
  display: none;
}

.news_gallery_4 .one_news .news_source {
  display: none;
}

/* список новостей 3 в ряд */
.news_232_1 .one_news {
  margin-bottom: 25px;
  /*font-family: 'Minion', serif;*/
}

.news_232_1 .one_news .news_img_block {
  height: 152px;
  overflow: hidden;
  margin-bottom: 8px;
}

.news_232_1 .one_news .news_img_block .news_img {
  width: 100%;
  height: auto;
}

.news_232_1 .one_news .news_section {
  display: none;
}

.news_232_1 .one_news .news_dt {
  font-size: 20px;
  font-weight: 600;
  color: #724434;
  margin-bottom: 0;
}

.news_232_1 .one_news .news_title {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  line-height: 23px;
  margin-bottom: 5px;
  max-height: 46px;
  overflow: hidden;
}

.news_232_1 .one_news .news_anons {
  font-size: 17px;
  line-height: 1.2;
  overflow: hidden;
  color: #333;
}

.news_232_1 .one_news .news_body {
  display: none;
}

.news_232_1 .one_news .news_source {
  display: none;
}

.news_232_1 .one_news .news_views {
  font-size: 13px;
  color: #36605e;
  margin-top: 5px;
}

.news_block_2_slider_arrows {
    /* float: right; */
    position: absolute;
    width: 100%;
    top: -1%;
    z-index: 100;
    left: 83%;
}

.news_block_2_slider_arrows span {
   opacity: 0.96; 
    cursor: pointer;
    /* left: 8px; */
    position: relative;
}

.news_block_2_slider_arrows span:hover {
  opacity: 1;
}

	
/*-------------Подвал---------------------*/

.footer {
    color: #725142;
    line-height: 1;
    /* font-family: 'Minion', serif; */
    padding-top: 76px;
    z-index: 150;
    position: relative;
    /* bottom: 23px; */
    font-size: 12px;
    /* margin-top: 175px; */
    background: url(../pics/end1.jpg) no-repeat;
}
.footer .footer-top {
    /* margin-bottom: 10px; */
    font-weight: 600;
    /* z-index: 200; */
}

.onecolumn{
	background: none;
	}
.onecolumn .main-side-block{
	width:96%
}

.vfa {
    display: block;
    width: 200px;
    height: 25px;
    background: url(../pics/section_top_bg_1.png) 0 0 repeat-y;
    background-size: contain;
    text-align: right;
    color: #fff;
    /* padding: 3px 10px; */
    font-size: 17px;
	display: block;
    margin: 10px auto;
}
.vfa:hover{
	color:#fff;
	text-decoration: underline;
}
.vfa div{
	padding:3px 15px;
}
.side-block .news_title{
	text-transform: none;
}
.side-block .news_dt{
	color: #724434;
    font-size: 14px;
}

a.button24 {
    display: inline-block;
    color: white;
    text-decoration: none;
    padding: .5em 2em;
    outline: none;
    border-width: 2px 0;
    border-style: solid none;
    border-color: #FDBE33 #000 #E2871C;
    border-radius: 6px;
    background: linear-gradient(#F3AE0F, #E2871C) #E2871C;
    transition: 0.2s;
    margin: 30px 0px;
    text-shadow: 2px 3px 1px #3a3636;
    box-shadow: 2px 4px 8px 2px #3f5f80, 2px 5px 15px 0px #193047;
}
a.button24:hover { background: linear-gradient(#F0CC3A, #f59500) #f5ae00; }
a.button24:active { background: linear-gradient(#F0CC3A, #f5ae00) #f59500; }
/*-----Кнопка маленькая "Хочу помочь"-------------*/
a.button12 {
    display: block;
    position: absolute;
    bottom: 0;
    right: 25px;
    color: white;
    text-decoration: none;
    padding: .2em 0.6em;
    outline: none;
    border-width: 2px 0;
    border-style: solid none;
    border-color: #568bcf #000 #4c6fd1;
    border-radius: 6px;
    background: linear-gradient(#92baed, #4c6fd1) #92acf2;
    transition: 0.2s;
    text-shadow: 0 -1px 1px #777;
    font-size: 12px;
    font-weight: bold;
}

a.button12:hover { background: linear-gradient(#d2e2f8, #92baed) #f5ae00; border-color: #d2e2f8 #000 #92baed;}
a.button12:active { background: linear-gradient(#d2e2f8, #92baed) #f59500; }
.mnews {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding-top: 30px;
    margin-top: 30px;
    /*border-top: 1px solid #9BD9E8;*/
    text-align: center;
}
.received {
    position: absolute;
    bottom: -1px;
    margin:0 auto;
    width: 235px;
    height: 28px;
}
table.payresult{
	font-size:14px;
}
table.payresult td, table.payresult th {
    padding: 8px !important;
    vertical-align: top;
    border: 1px #aaa dotted;
}
table.payresult th {
    text-align: center;
}
table.payresult td, table.payresult th {
    padding: 8px !important;
    vertical-align: top;
    border: 1px #aaa dotted;
}
.received div {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    font-size: 10px;
}
.received span {
    display: inline-block;
    width: 100%;
    height: 8px;
    border: 2px solid #9AD9EA;
    background: url(../pics/received.png) no-repeat;
    border-radius: 1px;
    position: absolute;
    bottom: 1px;
    left: 0;
}
/*-------------------------------*/

#lightbox img{
	max-width:10000px !important;
}
.photos{
    margin: 34px 0 47px 3px;
	width:100%;
	overflow: auto;
}
.photos a:hover{
    opacity: 0.8;
}
.photos a{
	display:block;
	width:23%;
	height:110px;
	float:left;
    border: solid 1px #aaaaaa;
    line-height: 0;
		margin: 0 1% 1% 0;
		padding: 0px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	overflow:hidden;
	cursor: url('../pics/zoomin.cur'),auto;
}
.photos a img{
	width:100%;
	height:auto;
}

/*-----------------aдаптивность------------------*/


@media  screen and (max-width: 1023px) {
	.right_shadow{display:none}
	#allpage {
	border-right:1px solid #999;
	}
}

@media  screen and (min-width: 480px) and (max-width: 769px) {
	#allpage{
		
	}
}
@media  screen and (max-width: 769px) {
	.main-side-block, .right-side-block {
		width: 98%;
		}
	.row {
		background: none;
		}
}

@media  screen and (max-width: 991px) {
	#allpage{
	background: url(../pics/mainfon.jpg);
	}
	#content{
		width:72%;
	}
	#content_top{
		    right: 9%;
	}
	
.novost .picture-of-the-day h2 {
    margin: 0 0 10px 0;
}
/*-------------------------------- / NAV adapt--------------------------------*/

}
@media  screen and (max-width: 767px) {
	.official{
		display:none;
	}
	.left-block{
		display:none;
	}
	
	.small_logo {
		display: block;
		position: relative;
		left: 3%;
		top: 0px;
		height: 100%;
	}
	.small_logo img{
		height:100%;
		width:auto;
	}
	.top_content{
		/*display:none;*/
	}
	.top_header .top_content {
		margin-bottom:10px;
	}
	#content {
    padding-left: 1%;
    width: 98%;
	}
	/*--------------------------------NAV adapt--------------------------------*/
	.navbar-header, .navbar-toggle{
			display:block;
		}
	.header__menu {
		bottom: auto; 
		height: auto; 
	}
	.header__menu dl {
		height: auto; 
		background-color: #F8F8F8;
	}
	.header__menu dd {
		position: relative;
		bottom: auto;
		height: auto;
		border-bottom: none;
		line-height: 0.1;width: 100%;
		margin-left: 0;
	}
	.header nav dd a{
		background: none;
		color:#777;
	}
	.header__menu .active a {
		background: -moz-linear-gradient(top, #B8B4B4 0%, #777474 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#B8B4B4), color-stop(100%,#777474));
		background: -webkit-linear-gradient(top, #B8B4B4 0%,#777474 100%);
		background: -o-linear-gradient(top, #B8B4B4 0%,#777474 100%);
		background: -ms-linear-gradient(top, #B8B4B4 0%,#777474 100%);
		background: linear-gradient(to bottom, #B8B4B4 0%,#777474 100%);
		COlor:#fff;
	}
	.header__menu .active + dd {
		display: none;
	}
	dl {
		display: block;
		-webkit-margin-before: 1em;
		-webkit-margin-after: 0.1em;
		-webkit-margin-start: 0px;
		-webkit-margin-end: 0px;
	}
	.header__menu dl dd:after {
		display: block;
	}


		/*---------*/
	.header {
	height: auto; 
	display:block;
	}
	.header nav{
		position: relative;
		min-height: 25px;
		/*margin-bottom: 20px;
		border: 1px solid transparent;	*/	
		font-size: 17px;
	}

	.header nav .navbar-toggle {
		position: absolute;
		top: 3px;
		right: 10px;
		padding: 0 15px;
		margin-top: 2px;
		border: 1px solid #aaa;
		border-radius: 4px;
		background: #f8f8f8;	
		font-size: 25px;
		cursor:pointer;
		z-index: 100;
	}
	.header nav dt, .header nav dt, .header nav dd a, .header nav a, .header nav .navbar-header{
		position: relative;
		display:block;
		min-height: 25px;	
		width: 100%;
		background: #f8f8f8;
		background: -moz-linear-gradient(top,  #f8f8f8 0%, #babbbe 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#babbbe));
		background: -webkit-linear-gradient(top,  #f8f8f8 0%,#babbbe 100%);
		background: -o-linear-gradient(top,  #f8f8f8 0%,#babbbe 100%);
		background: -ms-linear-gradient(top,  #f8f8f8 0%,#babbbe 100%);
		background: linear-gradient(to bottom,  #f8f8f8 0%,#e4e4e6 100%);
	}
	.header nav dd a, .header nav dt{
		border-bottom:1px solid #aaa;
	}
	.header nav dd a:hover, .header nav dt a:hover, .header nav dt.active {
		color: #fff;
		background: -moz-linear-gradient(top,  #B8B4B4 0%, #777474 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#B8B4B4), color-stop(100%,#777474));
		background: -webkit-linear-gradient(top,  #B8B4B4 0%,#777474 100%);
		background: -o-linear-gradient(top,  #B8B4B4 0%,#777474 100%);
		background: -ms-linear-gradient(top,  #B8B4B4 0%,#777474 100%);
		background: linear-gradient(to bottom,  #B8B4B4 0%,#777474 100%);
	}
	.header nav dd a, .header nav dt a, .header nav .navbar-header span{
		color:#777;
		text-decoration: none;
		position: relative;
		display: block;
		padding: 10px 50px 10px 15px;
	}
	.header nav .navbar-header span {
		padding: 15px 50px 15px 15px;
	}
	.header nav dt a{
		line-height: 25px;
		font-weight:bold;
	}
	.header nav dd a{
		line-height: 25px;
		padding: 6px 50px 6px 30px;
		width: 95%;
		font-size: 15px;
	}

	.header nav dt:hover .navbar-toggle {
		background: #777474;
		color:#fff;
	}
	.header nav dl dd, .header nav dl {
		display:none;
	}

	.header nav .navbar-toggle .icon-bar {
		background-color: #777;
		display: block;
		width: 22px;
		height: 2px;
		border-radius: 1px;
		margin: 5px;
		padding: 1px;
	}
	#content_top {
    bottom: 10px;
    right: 21%;
	top:auto; }
}
	
@media  screen and (max-width: 640px) {
	body {
    font-size: 11px;
	}
	.news_title {
    font-size: 12px;
	}
	.main-header {
    font-size: 13px;
	}
	.news_page .news_name {
	font-size: 12px;
	}
	.news_page .news_content {
    font-size: 11px;
	}
}
.view-more{
	float:right;
	font-weight:bold;
	padding-bottom:10px;
}
.news_video{
	border:1px solid #aaa;
	margin-top:20px;
	padding:10px 0;
}	
.news_autor{
	font-size: 14px;
	color: #36605e;
	text-transform: uppercase;
	padding-top:4px;
}

iframe{
	width:100%;
	max-width:100% !important;
	aspect-ratio: 4 / 3!important;
}