
@font-face {
    font-family: 'Roboto Medium Italic';
    src: url('../font/Roboto-MediumItalic.eot');
    src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'),
        url('../font/Roboto-MediumItalic.eot?#iefix') format('embedded-opentype'),
        url('../font/Roboto-MediumItalic.woff') format('woff'),
        url('../font/Roboto-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto Italic';
    src: url('../font/Roboto-Italic.eot');
    src: local('Roboto Italic'), local('Roboto-Italic'),
        url('../font/Roboto-Italic.eot?#iefix') format('embedded-opentype'),
        url('../font/Roboto-Italic.woff') format('woff'),
        url('../font/Roboto-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto Bold';
    src: url('../font/Roboto-Bold.eot');
    src: local('Roboto Bold'), local('Roboto-Bold'),
        url('../font/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
        url('../font/Roboto-Bold.woff') format('woff'),
        url('../font/Roboto-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-Regular.eot');
    src: local('Roboto'), local('Roboto-Regular'),
        url('../font/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
        url('../font/Roboto-Regular.woff') format('woff'),
        url('../font/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Medium';
    src: url('../font/Roboto-Medium.eot');
    src: local('Roboto Medium'), local('Roboto-Medium'),
        url('../font/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
        url('../font/Roboto-Medium.woff') format('woff'),
        url('../font/Roboto-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Bold Italic';
    src: url('../font/Roboto-BoldItalic.eot');
    src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'),
        url('../font/Roboto-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../font/Roboto-BoldItalic.woff') format('woff'),
        url('../font/Roboto-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto Thin Italic';
    src: url('../font/Roboto-ThinItalic.eot');
    src: local('Roboto Thin Italic'), local('Roboto-ThinItalic'),
        url('../font/Roboto-ThinItalic.eot?#iefix') format('embedded-opentype'),
        url('../font/Roboto-ThinItalic.woff') format('woff'),
        url('../font/Roboto-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto Black';
    src: url('../font/Roboto-Black.eot');
    src: local('Roboto Black'), local('Roboto-Black'),
        url('../font/Roboto-Black.eot?#iefix') format('embedded-opentype'),
        url('../font/Roboto-Black.woff') format('woff'),
        url('../font/Roboto-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Light';
    src: url('../font/Roboto-Light.eot');
    src: local('Roboto Light'), local('Roboto-Light'),
        url('../font/Roboto-Light.eot?#iefix') format('embedded-opentype'),
        url('../font/Roboto-Light.woff') format('woff'),
        url('../font/Roboto-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Light Italic';
    src: url('../font/Roboto-LightItalic.eot');
    src: local('Roboto Light Italic'), local('Roboto-LightItalic'),
        url('../font/Roboto-LightItalic.eot?#iefix') format('embedded-opentype'),
        url('../font/Roboto-LightItalic.woff') format('woff'),
        url('../font/Roboto-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto Black Italic';
    src: url('../font/Roboto-BlackItalic.eot');
    src: local('Roboto Black Italic'), local('Roboto-BlackItalic'),
        url('../font/Roboto-BlackItalic.eot?#iefix') format('embedded-opentype'),
        url('../font/Roboto-BlackItalic.woff') format('woff'),
        url('../font/Roboto-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto Thin';
    src: url('../font/Roboto-Thin.eot');
    src: local('Roboto Thin'), local('Roboto-Thin'),
        url('../font/Roboto-Thin.eot?#iefix') format('embedded-opentype'),
        url('../font/Roboto-Thin.woff') format('woff'),
        url('../font/Roboto-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}


html{
}
body{
	font-family: Roboto, serif;
	color: #474d51;
	padding: 0;
	font-size:12px;
}

a{
	color:#475055;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
img{
	max-width:100% !important;
}
.body img{
	height:auto !important;	
}
.container{
	width: 100%;
	max-width: 1024px; 
	line-height: 1.5;
	margin: 0 auto;
	/*padding: 10px;*/
}

h1
{
	font-size: 250%;
	font-weight: 300;
	line-height: 1.3;
	/*text-align: center;*/
	margin-bottom: 40px;
}
h2
{
	font-size: 200%;
    font-weight: bold;
    line-height: 1.1;	
	font-family:"Roboto Thin";
	width:100%;
	padding-bottom: 1%;
    margin-bottom: 1%;
	border-bottom:1px solid #aaa;
}
p{
	width:100%;
}
hr{
	width:100%;
	height:1px;
	color:#aaa;
}
.clearfix {
	overflow: auto; width: 100%;
}

.row{
	width:100%;
	overflow:auto;
    position: relative;
}
.info_block{
	margin-bottom: 25px !important;
}

.w100{
	width:100%;
	margin-bottom:15px;
	overflow:hidden;
    position: relative;
}
.BL, .SR, .SL, .BR{
	float:left;
	/*overflow:hidden;*/
}
	.BL{
		width:72%;
		margin-right:2.5%;
		/*background-color:#eee;*/
	}

	.SR{
		width:25.4%;
	}

	.SL{
		width:25.5%;
		margin-right:2.5%;
	}

	.BR{
		width:72%;
	}
.SR .info_block, .SL .info_block{
	/*background:url(gray_fon.jpg)*/
}

.SR h2, .SL h2
{
	font-size: 150%;
}
.SR .ImgBlock img{
	position:relative;
}	
.SR .ImgBlock::before {
	content: none;
}
	
.news_item{
	/*background-color:#fff;*/
}
.ImgBlock{
    position: relative;
    width: 100%;    
     overflow:hidden;
     /*border-bottom: solid 4px #8f0418;*/
}
.ImgBlock::before {
    content: "";
    display: block;
    padding-top: 68%;
}
.widefoto .ImgBlock::before{
    padding-top: 53%;
}
.ImgBlock img{
	width:100%;
	height:auto;
    position: absolute;
    top: 0;
    left: 0;
    min-height:100%;
}

.equal
{
	width: calc(100% - 4px);
	overflow: hidden;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-bottom: 4px;
}
.equal .news_item
{
	width: 100%;
	padding: 0;
	float: left;
	position: relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.equal .news_item__inner, .style_18 .news_item{
	width: 100%;
	color: #474d51;
	/*background-color: #fff;*/
	overflow: hidden;
	position: relative;
	background-color: #f5f5f5;
}

.style_26 .news_item__inner{
	background-color: transparent;
}
.style_26 .more{
	border: 1px solid #f5f5f5;
}
.shadow_item .news_item__inner{	
    -webkit-box-shadow: 1px 2px 5px rgba( 0, 0, 0, .2 );
    box-shadow: 2px 2px 5px rgba( 0, 0, 0, .2 );
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
}
.shadow{
    -webkit-box-shadow: 1px 2px 5px rgba( 0, 0, 0, .2 );
    box-shadow: 2px 2px 5px rgba( 0, 0, 0, .2 );
    border-left: 1px solid #ddd;
    padding-left: 1.2%;
    border-top: 1px solid #ddd;
	margin-right: 0.5%;
}
.gray(
	background-color:#eceae7;
)
.equal .news_item:nth-child(1){
	margin-left:1px;
}

.news_title{
	font-size:120%;
	font-weight:normal;
	line-height: 1.45;
	padding: 4px 10px;
	font-family: "Roboto Bold";
}
.news_title a{
	padding-right:1%;
	display: block;
}
.news_anons{
	padding: 4px 10px;
	line-height: 1.5;
	display: block;
}
.news_anons, .dt{
	font-family:"Roboto";
}
.no_anons .news_anons, .dt{
	display:none;
}

div.gallery{
	width:100%;
	margin:0;
	overflow: auto;
	padding:20px 0;
	}
div.onepict{
	width:33%;
	margin:0;
	float:left
	}
figure.fixedratio{
	/*padding-top:65%;*/
	display:block;
	margin:1%;
	position:relative;
	overflow:hidden;
	}
figure.fixedratio img{
	width:100%;
	height:auto;
	position:absolute;
	top:0;
	left:0;
	min-height:100%;
}

.more{
	display:block;
	margin:10px;
	padding: 4px 10px;
	border:1px solid #063E5F;
	width: fit-content;
	float:right;
}
.SR .more, .SL .more{
	display:none;
}
.graybg{
	/*background-image:url(../pics/graybg.jpg);*/
	background-color: #DCE4EB;
}
.SR .info_block, .SL .info_block{
	padding: 1% 8%;
	/*background-image:url(../pics/graybg.jpg);*/
	background-color: #DCE4EB;
	max-width: 84%;
}
.SR .info_block img, .SL .info_block img{
	max-width:100% !important;
}
.SR .info_block h2, .SL .info_block h2{
margin-bottom: 6%;
}
.clear{
	clear:both;
	width:0px;
	height:0px;
}
.topImg{
	cursor:pointer;
	position:relative;
}
.topSearch {
    position: absolute;
    top: 7%;
    right: 2%;
    width: unset;
    border: 1px #fff solid;
    border-radius: 20px;
    padding: 4px;
    width: 20px;
    height: 20px;
}
.topSearch:hover {
    background-color: #eee;
}
#searchForm {
    position: absolute;
    right: 2%;
    width: 250px;
    height: 30px;
    background-color: #ddd;
    display: block;
    top: 48%;
    border: 1px #fff solid;
    border-radius: 4px;
	display:none;
	z-index:500;
}
#searchForm .search_input{
	font-size: 11px;
    color: #000;
    border: 1px solid #7f9db9;
    padding: 3px;
    width: 206px;
}
#searchForm .search_div{
	padding: 2px;
}
#searchForm .search_submit{
	background: url(../pics/search.png) no-repeat;
	width: 19px;
    height: 15px;
    outline: none;
    cursor: pointer;
    border: 0;
	display: block;
    margin: 0 0 0 5px;
}

ul.TopMenu {
    /* left: 36%; */
    display: table-row;
    right: 19%;
    width: unset;
    position: absolute;
    top: 0%;
    list-style: none outside none;
}
.TopMenu li {
    display: table-cell;
	text-align:center;
	float: left;
}
.TopMenu li a {
    display:block;
	padding:0 8px;
}
.tbl{
	display:table;
	width:100%;
}
.pagination{
    display: table;
	margin: 5% 0;
}
.pagination ul{
    display: table-row;
	margin: 0;
	padding: 0;
}
.pagination ul li{
	padding: 0.5%;
    display: table-cell;
	text-align: center;
	text-align: center;
	width: 50px;
	float:left;
}


.pagination ul li  a {
	background: #fff;
	display: block;
	padding: 8px 1%;
	color: #475055;
	font-size:130%;
	text-decoration: none;
	border:1px solid #aaa;
	border-radius:6px; 
	-webkit-border-radius:6px; 
	-moz-border-radius:5px; 
	-khtml-border-radius:10px;
}
.pagination ul li  a:hover, .pagination ul li  a.active {
	background: #03658e;
	color:#fff;
}
.breadcrumbs{
	margin: 2% 0;
}
.breadcrumbs a{
	display:inline-block;
	padding:0 4px;
}
.body{
	font-size:120%;
}
h2 a {
    display: inline-block;
    float: right;
    font-size: 50%;
    padding: 2px 3%;
    margin-top: 1%;
    border: 1px solid #aaa;
    border-radius: 6px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 7px;
    -khtml-border-radius: 13px;
    background-color: #eee;
	color:#474d51 !important;
}
h2 a:hover {
    background-color: #fafafa;
	
}
.SL h2 a, .SR h2 a, .style_11 .seeall{
	display:none;
}
ul.dopmenu{
	padding: 1% 0;
    list-style: none outside none;
}
ul.dopmenu li{
	padding: 3% 2%;
    border-bottom: 1px dotted #aaa;
    line-height: 1.4;
	font-size:120%;
}
ul.dopmenu li.active{
	font-family: Roboto Bold;
	padding-left:0px;
	margin-left:0px;
}
ul.dopmenu li.active:before{
	content: "\2714";
    display: inline-block;
    padding-right: 1px;
    float: left;
}
.bigstart{
	width:100%;
	height:1px;
}
.nobody h2{
	display:none;
}
.nobody .info_block ul.dopmenu{
	padding: 1% 0;
    list-style: circle outside;
    margin-left: 10px;
}
.nobody .info_block ul.dopmenu li{
	padding: 1%;
    border-bottom: none;
    line-height: 1.4;
    list-style-type: disc;
    margin-left: 10px;
	font-size:150%;
}
.ImgDiv{
	position:relative;
}
.video_icon, .photo_icon, .audio_icon{
    width: 30px;
    height: 30px;
    background-image: url(../pics/video.png);
    background-size: cover;
    position: absolute;
    bottom: 3%;
    right: 8%;
}
.photo_icon{
    background-image: url(../pics/photo.png);
    right: 2%;
}
.audio_icon{
    background-image: url(../pics/audio.png);
    right: 14%;
}
.news_topic{
	font-size:120%;
	padding-bottom:30px;
}
.news_topic img{
	width: 20px;
    height: 20px;
}
video, .mpvideo{
	max-width:100% !important;
}
.PosterImg img{
	width:100%;
	padding-bottom:15px;
}
.body video{
	width:100%;
	height:auto;
}
.tags {
	/*width:100%;*/
}
.tags dt, .tags a {
    display: inline-block;
    padding: 6px 10px;
    border: #aaa 1px solid;
    background-color: #4891c6;
    color: #fff;
    float: left;
    margin-right: 6px;
}
.tags dt{
    background-color: #888;
}
.tags a:hover {
background-color: #69b4eb;
}
audio{
	width: 95%;
	margin:10px 2% 0 2%;
    border: 1px solid #aaa;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -khtml-border-radius: 20px;
}	
.myclearfix img{
	width:100%;
	height:auto;
}
.articles ul{
	width: 98%;
    margin: 0;
    padding-left: 5%;
}
.articles ul li{
	width: 94%;
    padding: 3%;
}
.articles ul li.active{
	font-family: Roboto Bold;
	padding-left:0px;
	margin-left:0px;
	list-style: none;
}
.articles ul li.active:before{
	content: "\2714";
    display: inline-block;
    padding-right: 1px;
    float: left;
}
.faq{
	padding:2%;
}
.unswer{
	padding-left:4%;
	border-left: #538fc5 4px solid;
	font-size:120%;
}

.body{
	/*margin-bottom:35px;*/
}
.body a{
	color:#66f;
	text-decoration:underline;
}
/*-----------------отдельные стили--------------------------------------   */
.style_1 .news_item, .style_24 .news_item, .style_25 .news_item{
	width: calc(100% - 3px);
    padding: 3% 0;
}
.style_1 img, .style_24 img, .style_25 img{
	width:100%;
	height:auto;
}
.style_2 .news_item{
	width: 48%;
    padding: 10px 3.6% 10px 0;
}
.style_2 .news_item:nth-child(2n){
	padding-right:0;
}


.style_3 .news_item{
	width: 30.9%;
    padding: 10px 3.3% 10px 0;
}
.style_3 .news_item:nth-child(3n){
	padding-right:0;
}
.style_3 .news_item:nth-child(4n){
	margin-left:1px;
}

.style_4 .news_item{
	width: 23%;
    padding: 10px 2.5% 10px 0;
	font-size:80%;
	line-height: 16px;
}
.style_4 .news_item:nth-child(4n){
	padding-right:0;
}

.style_4 .news_item:nth-child(5n){
	margin-left:1px;
}
.style_4 .news_item .news_title{
	font-size:130%;
}
.style_4 .news_item .news_title, .style_4 .news_item .news_anons {
    padding: 4px 8px;
}


.main_news .news_item{
	width: 30.9%;
    padding: 10px 3.3% 10px 0;
}
.main_news .news_item:nth-child(1){
	width: 65.2%;
    margin-right: 3.3%;
	padding: 0;
	float: left;
	position: relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom:10px;
}
.main_news .news_item:nth-child(1) .news_item__inner{
	/*background-color:#eceae7;*/
	background-color: #DCE4EB;
}

.main_news .news_item:nth-child(1) .news_anons, .style_5 .news_item:nth-child(1) .news_anons{
	display:block ;
}
.main_news .news_item:nth-child(2){
	width:30.9%;
	float:left;
	padding: 0;
	position: relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom:10px;
}
.main_news .news_item:nth-child(3){
	margin-left:1px;
}
.main_news .news_item:nth-child(3n+3){
	padding-right:0;
}
.main_news .news_item:nth-child(3n){
	margin-left:1px;
}


.style_5 .news_item{
	width: calc(100% - 3px);
    padding: 0 2px 10px 1px;
	float: left;
}
.style_5 .news_item{
	width: 30.9%;
    padding: 10px 3.3% 10px 0;
}
.style_5 .news_item:nth-child(1){
	width: calc(100% - 3px);
	padding-right: 0;
	float: none;
	position: relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom:10px;
}
.style_5 .news_item:nth-child(3n+1){
	padding-right:0;
}
.style_5 .news_item:nth-child(2){
	margin-left:1px;
}
.style_5 .news_item:nth-child(3n){
	margin-left:1px;
}
.style_5 .news_item:nth-child(1) .news_item__inner{
	width:100%;
}
.style_5 .news_item:nth-child(1) .ImgBlock{
	width:50%;
	float:right;
}
.style_5 .news_item:nth-child(1) .news_title, .style_5 .news_item:nth-child(1) .news_anons{
	width:44%;
	padding:3%;
}
.style_5 .news_item:nth-child(1) .news_title{
	background-color: #eee;
}
.main_foto{
	cursor:pointer;
}
.main_foto::before {
    padding-top: 62.45%;
}

.style_10 {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width:85%;
	margin:0 auto;
	}
.style_10 .news_block{
	width: 46%;
	float: left;
}
.style_10 .news_block:nth-child(1){
	position: relative;
	padding-right:3%;
	border-right:2px solid #0E5F8E;
}
.style_10 .news_block:nth-child(2){
	position: relative;
	padding-left:2%;
}
.style_10 .news_item{
	width: 100%;
    padding: 3% 2%;
}
.style_10 .news_item__inner{
	overflow:visible;
}
.style_10 .news_block:nth-child(1) .news_item .ImgBlock{
	width:30%;
	float:left;
	margin-right:2%;
}
.style_10 .news_block:nth-child(2) .news_item .dt{
	display:block;
	width: 16%;
    float: left;
    margin-right: 7%;
    font-size: 250%;
    height: auto;
    line-height: 1.1;
    text-align: center;
    border-top: 3px solid #0E5F8E;
}
.style_10 .news_block:nth-child(2) .news_item .ImgBlock, .style_10 .news_block:nth-child(1) .news_item .dt{
	display:none;
}
.style_10 .news_item .news_title{
	padding:2% 0 2% 2%;
}
.style_10 .news_block:nth-child(2) .news_item {
    padding: 4% 2%;
}

.style_11{
	background-color:#3092c0;
}
.style_11 h2{
	color: #fff;
    width: 100%;
    text-align: center;
}

.style_11 .news_item{
	    width: 39%;
    padding: 10px 0;
    position: relative;
    padding-right: 3%;
    padding-left: 7%;
}
.style_11 .news_item .news_anons{
	background-image: url(../pics/read_fon.jpg);
    display: block;
    width: 86%;
    font-size: 120%;
    line-height: 1.2;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-bottom: 11%;
    padding-right: 4%;
}

.style_11 .news_item  .news_item__inner{
	background-color:transparent;
}
.style_11 .news_item .news_anons::before {
    height: 36px;
    content: "";
    background: url(../pics/apostroff.png) no-repeat center center;
    width: 36px;
    display: block;
    background-size: contain;
    padding-top: 36%;
    position: relative;
    padding-left: 25%;
}
.style_11 .news_item .ImgBlock{
	width: 50%;
    position: absolute;
    top: 4%;
    left: 48%;
    z-index: 50;
    border: 1px solid
}
.style_11 .news_autor{
	display:block;
	font-size:150%;
	margin-bottom: 10px;
}
.style_11 .news_item .ImgBlock::before {
    /*padding-top: 153%;*/
}
.style_11 a{
	color:#444;
}


.style_12{	
	background-color:#416080;
}
.style_12 h2{
	color: #fff;
    width: 100%;
    text-align: center;
}
.style_12 .news_title, .style_12 .news_info{
	display:none;
}
.style_12 .news_block{
	background-color: #fff;
    width: 96%;
    margin: 2%;
    padding: 1%;
}
.style_12 .news_item{
	width: 23.9%;
    float: left;
    padding: 0.5%;	
}
.style_12 .news_item:nth-child(1){
	width: 48.7%;
    float: left;
    padding: 0.5%;	
}
.style_13 ul{
	padding-left: 5%;
}
.style_13 ul li{
	padding-top: 5%;
}
.style_13 .news_title a{
	font-family: "Roboto";
}
.style_14{
	background-image: url(../pics/blackbg.jpg);
	background-repeat:no-repeat;
	background-size: cover;
	background-color:#4b494d;
}
.style_14, .style_14 h2,.style_14 a{
	color:#fff;
}

.style_14 .news_block {
    width: 44%;
    float: left;
    padding: 3%;
}
.style_14 .news_block:nth-child(1) .news_item {
    display: list-item;
    padding-left: 0%;
    padding-top: 0%;
    margin-left: 6%;
}

.style_14 .news_block:nth-child(1) .ImgBlock{
	display:none;
}
.style_14 .news_block:nth-child(2) .ImgBlock {
    width: 33%;
    float: left;
    margin-right: 4%;
}
.style_14 .news_block:nth-child(2) .news_title {
	padding: 0 2%;
}
.style_14 .news_item{
	width: 100%;
    padding: 3% 2%;
}


.style_15 .ImgBlock{
	display:none;
}
.style_15 .news_item {
    padding-bottom: 6%;
}
.style_15 .news_title, .style_15 .news_anons{
	padding:0;
}


.style_16 .news_block {
    width: 43.5%;
    float: left;
    padding: 0 2% 2% 2%;
}

.style_16 .news_block:nth-child(1){
	margin-right:3.4%;
}
.style_16 .news_block:nth-child(2){
	margin-right:1%;
}
.style_16 .news_block .ImgBlock {
    width: 33%;
    float: left;
    margin-right: 4%;
}
.style_16 .news_block .news_title {
	padding: 0 2%;
}
.style_16 .news_item{
	width: 100%;
    padding: 3% 2%;
}
.style_16 .seeall{
	display:none;
}
.style_17 .news_block {
    width: 30%;
    float: left;
    padding: 0 2% 2% 2%;
	/*background-image: url(../pics/graybg.jpg);*/
	background-color: #DCE4EB;
	background-color:#ddd;
	margin-right:2%;
}

.style_17 .news_block:nth-child(3){
	margin-right:0;
}
.style_17 .news_block .ImgBlock {
    width: 33%;
    float: left;
    margin-right: 4%;
}
.style_17 .news_block .news_title {
	padding: 0 2%;
}
.style_17 .news_item{
	width: 100%;
    padding: 3% 2%;
}

.gray .news_item{
	/*background-image: url(../pics/graybg.jpg);*/
	background-color: #DCE4EB;
	margin-top:1%;
	margin-bottom:1%;
}
.gray .news_item .ImgBlock{
    margin-left: 1%;
}
.style_18{
	padding: 1%;
}
.style_18 .news_item{
    width: 100%;
    padding: 2% 0;
	margin-top:1%;
	margin-bottom:1%;
}

.style_18 .news_item .ImgBlock{
    width: 33%;
    float: left;
    margin-right: 4%;
}
.style_18 .news_item .news_title{
	padding: 1% 0 2% 0;
	line-height: 1.2;
}
.style_18 h2{
	margin-top:5px;
}
.style_22{
	background-image: url(../pics/brownbg.jpg);
	background-repeat:no-repeat;
	background-size: cover;
	background-color:#50413e;
}
.style_22, .style_22 h2,.style_22 a{
	color:#fff;
}

.style_22 .news_block {
    width: 29%;
    float: left;
    padding: 2%;
}
.faq li{
	font-size: 120%;
    padding-bottom: 13px;
}


.SR .style_18 .news_item, .SL .style_18 .news_item, .BR .style_18, .BL .style_18{
	-webkit-box-shadow: initial;
    box-shadow: initial;
    border:none;
}

.style_26{
	background-image: url(../pics/blackbg.jpg);
	background-repeat:no-repeat;
	background-size: cover;
	background-color:#4b494d;
}
.style_26, .style_26 h2,.style_26 a{
	color:#fff;
}

.style_26 .news_block {
    width: 44%;
    float: left;
    padding: 3%;
}

.style_26 .news_block .ImgBlock {
    width: 33%;
    float: left;
    margin-right: 4%;
}
.style_26 .news_block .news_title {
	padding: 0 2%;
}
.style_26 .news_item{
	width: 100%;
    padding: 3% 2%;
}

/*----------------- / Отдельные стили---------------------*/


footer{
	margin:0 auto;
	background-color:#545a5d;
	background-image: url(../pics/footerbg.jpg);
	background-repeat:no-repeat;
	background-size: cover;

    position: relative;
    width: 100%;    
    overflow:hidden;
}
footer::before {
    content: "";
    display: block;
    padding-top: 44%;
}
footer .footer_inside{
	width:100%;
	height:100%;
    position: absolute;
    top: 0;
    left: 0;
}

footer .menu {
        margin: 0;
        padding: 0;
		display:table-row;
    }

footer .menu li{
		display:table-cell;
        text-align: center;
        background: #03658e;
        text-align: center;
    }

footer .menu  a {
        display: block;
        padding: 5px 10px;
        color: #fff;
        font-size:110%;
        text-decoration: none;
    }

footer .menu  a:hover, footer .menu  a:active {
        background: #8AB8CC;
    }
footer .foot_krug span{
	display: inline-block;
    width: 20%;
    margin: 3%;
	float:left;
}
footer .foot_krug .ImgBlock:before{
    padding-top: 100%;
}
footer .foot_krug a.news_title {
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    margin-top: 3%;
    font-size: 150%;
    font-family: "Roboto Thin";
	padding: 0;
}
footer .Copyright {
    color: #fff;
    font-size: 100%;
    padding: 0 2%;
	float:left;
}
footer .counter {
	display:inline-block;
	float:right;
	padding-right:1%;
}

/* ------------SOCIAL NETWORKS LINKS ----------------- */
ul.socialnet {
    right: 3%;
    width: 32px;
    position: absolute;
    top: 20%;
    list-style: none outside none;
}
.socialnet li a {
    display: block;
    width: 40px;
    height: 40px;
    float: left;
}
.socialnet li img {
    width: 30px;
    height: 30px;
	border: none;
}
.intitle{display: inline-block;}
/* ------------END OF SOCIAL NETWORKS LINKS -------------- */
/*------------------- *** Адаптивность *** -----------------------*/
@media  screen and (max-width: 769px) {
	
	body{
		font-size:12px;
	}

	.BL, .SR, .SL, .BR{
		width:100%;
		margin-right:0px;
		/*background-color:#eee;*/
	}
	.SR .info_block, .SL .info_block {
		padding: 1%;
		max-width: 98%;
	}


	.hide_769, .intitle{
		display:none !important;
	}
	.style_22 .news_block {
		width: 96%;
	}
	.SR .info_block h2, .SL .info_block h2 {
		margin-bottom: 0px;
	}
	.style_13 ul li {
		width: 43%;
		float: left;
		padding-top: 2%;
		padding-right: 4%;
		padding-left: 1%;
	}
	.style_18 .news_anons{
		display:block;
	}
	
	.style_24 .news_item, .style_25 .news_item, .style_4 .news_item{
		width: 48%;
		padding: 10px 3.6% 10px 0;
		float: left;
	}
	.style_24 .news_item:nth-child(2n+1), .style_25 .news_item:nth-child(2n+1), .style_4 .news_item:nth-child(2n){
		padding-right:0;
	}
	
	.style_15 .news_item {
		width: 46%;
		float: left;
		margin-top: 2%;
		margin-right: 4%;
		-webkit-box-shadow: 1px 2px 5px rgba( 0, 0, 0, .2 );
		box-shadow: 2px 2px 5px rgba( 0, 0, 0, .2 );
		border-left: 1px solid #ddd;
		padding-left: 1.2%;
		border-top: 1px solid #ddd;
	}
	.style_15 .news_item:nth-child(2n+1) {		
		margin-right: 0px;
	}
	.style_11 .news_item .news_anons::before {
		padding-top: 26%;
		font-size: 800%;
	}
	ul.dopmenu{
		overflow: auto;
		list-style: circle inside none;
	}
	ul.dopmenu li {
		padding: 1%;
		width: 48%;
		float: left;
	}
	.SR .style_24 .ImgBlock::before {
		content: "";
		display: block;
		padding-top: 68%;
	}
	.SR .style_24 .ImgBlock img{
		width: 100%;
		height: auto;
		position: absolute;
		top: 0;
		left: 0;
		min-height: 100%;
	}
	.socialnet{
		display:none;
	}
}


@media  screen and (min-width: 641px) and (max-width: 768px) {
	body{
		font-size:11px;
	}
	.socialnet, .footer_inside .tbl{
		display:none;
	}
}
@media  screen and (max-width: 640px) {
	body{
		font-size:11px;
	}


	.style_12 .news_item, .style_12 .news_item:nth-child(1){
		width: 32.2%;
		padding: 0.5%;	
	}
	
	.style_4 .news_item{
		width: 49%;
		padding: 0.5%;	
	}
	.equal .news_item:nth-child(1){
		margin-left:0px;
	}
	
	div.onepict{
		width:50%;
		margin:0;
		float:left
		}
	.footer_inside .menu{
		display:none;
	} 
}

@media  screen and (max-width: 480px) {
	body{
		font-size:11px;
	}
	.news_title{
		font-size:120%;
	}
	.news_anonse{
		font-size:100%;
	}
	.style_5 .news_item:nth-child(1) .ImgBlock, .style_5 .news_item:nth-child(1) .news_title, .style_5 .news_item:nth-child(1) .news_anons, .style_13 ul li {
		width:100%;
		float:none;
	}
	.style_10 .news_block:nth-child(1) {
		padding-right:0px;
		border-right: none;
	}
	.style_11 .news_item .news_anons, .style_11 .news_autor{
		margin-left: 0px;
	}
	.style_11 .news_item .news_anons::before {
		padding-top: 26%;
	}
	.style_11 .news_item .news_anons a {
		padding-top: 5%;
		display: block;
	}
	.news_item, .news_block{
		display:block;
		width: calc(100% - 10px) !important;
		padding-right:0px !important;
		margin-right: 4px !important;
		margin-bottom:10px !important;
	}
	footer .foot_krug span {
		width:26%;
		padding-right:1%;
	}
	footer::before {
		padding-top: 0;
	}

	footer .footer_inside {
		position: relative;
	}
	footer{
		overflow: auto;
	}
	.SR .style_24 .ImgBlock::before {
		content: none;
	}
	.style_12 .news_block{
		width: 95% !important;
	}
	.style_12 .news_item{
		/*margin-bottom: 0px !important; */
	}
	.style_12 .news_title{
		display:block;
	}
	.style_12 .ImgBlock{
		width: 100%;
	}
	.style_12 .ImgBlock:before{
		content:none;;
	}
	.style_12 .ImgBlock img{
		width: 100%;
		position: relative;
		min-height: 0px; 
	}
	.seeall{
		display:none;
	}
	
	.equal .news_item__inner, .style_18 .news_item{
		background-color:transparent;
	}
}

#back-top {
    position: fixed;
    bottom: 0px;
    /* margin-right: 150px; */
    right: 2%;
    float: right;
    width: 50px;
}

#back-top a {
        width: 50px;
        display: block;
        text-align: center;
        font: 11px/100% Arial, Helvetica, sans-serif;
        text-transform: uppercase;
        text-decoration: none;
        color: #bbb;

        /* transition */
        -webkit-transition: 1s;
        -moz-transition: 1s;
        transition: 1s;
}
#back-top a:hover {
        color: #000;
}

/* arrow icon (span tag) */
#back-top span {
        width: 50px;
        height: 50px;
        display: block;
        margin-bottom: 7px;
        background: #ddd url(../pics/up-arrow.png) no-repeat center center;

        /* rounded corners */
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;

        /* transition */
        -webkit-transition: 1s;
        -moz-transition: 1s;
        transition: 1s;
}
#back-top a:hover span {
        background-color: #777;
}
.prevnext{
	margin-bottom:20px;
}
.prev, .next{
	padding: 0.5%;
    /*display: table-cell;*/
	text-align: center;
	text-align: center;
	float:left;
	width: 175px;
}
.prev a, .next a{
	background: #fff;
	display: block;
	padding: 8px 1%;
	color: #475055;
	font-size:130%;
	text-decoration: none;
	border:1px solid #aaa;
	border-radius:6px; 
	-webkit-border-radius:6px; 
	-moz-border-radius:5px; 
	-khtml-border-radius:10px;
}

.prev a:hover, .next a:hover {
	background: #03658e;
	color:#fff;
}
.next{
	float:right;
}


.socialnet_grid {
  display: grid;
  grid-template-columns: 20% 20% 20% 20% 20%;
  margin: 2% 0;
}
.socialnet_grid div{
	text-align:center;
}
.socialnet_grid img{
	width:30px;
	height:auto;
}
.media_copyright {
    /*margin: 13px 0 0;*/
    font: normal 11px/0px Arial;
    height: 5px;
    color: rgb(120, 143, 151);
    padding-bottom: 15px;
}

.fancybox-caption:after {
    display: none;
}
.fancybox-caption {
    text-align: center;
    bottom: -5px;
}
@media screen and (max-width: 640px){
	.hide640{
		display:none !important;
	}
}


