@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 144dpi) {
           .container{
           max-width: 1250px;
           }
       }

@media (max-width: 1800px) {
	.banner_1{
		display: none!important;
	}
}

@media (min-width: 1350px) {
    .container{
        max-width: 1248px;
        min-width: 1248px;
    }
}

@media (max-width: 1350px) {
	.d-block{
		min-height:400px!important;
	}
	
	.council-footer {
		width: 90px!important;
	}
	
	.text-menu-knopka {
		font-size:17px!important;
	}
	
	.in_number a {
		font-size:15px!important;
	}
	
    .in_number_opinions a {
		font-size:15px!important;
	}
	
	.block_num3 {
		font-size:15px!important;
	}
	
	.video-text {
		color: black;
		font:12px/1.30 'Roboto', sans-serif!important;
	}
	
	.in_number-video a {
		font:15px/1.47 'PT Sans', sans-serif!important;
	}
	
	.midrss {
		height: 200px!important;
	}
	
	.new_journal {
		width: 255px!important;
		height: 175px!important;
	}
}

@media (max-width: 1200px) {
	.text-menu-knopka {
		font-size:13px!important;
	}
		
	.bok-menu-rubrics>li {
		height: auto!important;
	}
	
	.text-title-podpiska {
		font-size: 14px!important;
	}
	
	.text-content-podpiska {
		font-size: 12px!important;
	}
	
	.council-footer {
		width: 75px!important;
	}
	
	.last-news {
		font:17px/1.67 'PT Sans', sans-serif!important;
	}
	
	.last-news-no-img {
		font:17px/1.67 'PT Sans', sans-serif!important;
	}
	
	.video-bg {
		height: 210px!important;
	}
	
	.midrss {
		height: 260px!important;
	}
	
	.new_journal {
		width: 210px!important;
		height: 145px!important;
	}
}

@media (max-width: 992px) {
	h2 {
		font-size: 1.3rem!important;
	}
	
	h3 {
		font-size: 1.25rem!important;
	}
	
	h3 {
		font-size: 1.2rem!important;
	}
	
	.author-list{
		font:14px/1.8 'PT Sans', sans-serif!important;
	}
	
	.lang{
		font:12px/1.37 'PT Sans', sans-serif!important;
		top: 3px!important;
		right: 20px!important;
	}
	
	.d-block{
		min-height:40px!important;
	}
	
	.bok-menu-rubrics>li>a>img {
		margin-bottom: 15px!important;
	}
	
	.hidden {
		display: block!important;
		margin-bottom: 15px;
	}
	
	.dropdown-menu-annotation {
		margin-left: 0px!important;
	}
	
	.dropdown-menu-authors {
		margin-left: 0px!important;
	}
	
	.video-bg {
		height: 400px!important;
	}
	
	.midrss {
		height: 205px!important;
	}
	
	.new_journal {
		width: 330px!important;
		height: 225px!important;
	}
}

@media (max-width: 768px) {
	.article-body{
		padding: 20px 0 20px 0!important;
	}
	
	.related-block {
		padding: 20px 0 20px 0!important;
	}
	
	.block_rubric_list_text {
		font: 11px/1.3 'Roboto', sans-serif!important;
	}
	
	.in_number a {
		font-size:15px!important;
	}
    
    .in_number_opinions a {
		font-size:15px!important;
	}
	
	.opinions_text {
		font-size:12px!important;
	}
	
	.midrss {
		max-height: 150px!important;
	}
	
	.last-news {
		font:17px/1.67 'PT Sans', sans-serif!important;
	}
	
	.last-news-no-img {
		font:17px/1.67 'PT Sans', sans-serif!important;
	}
	
	.video-bg {
		height: 430px!important;
	}
	
	.new_journal {
		width: 240px!important;
		height: 165px!important;
	}
	
	iframe{
		width: 450px!important;
		height: 300px!important;
	}
}

@media (max-width: 576px) {
	h2 {
		font-size: 1.2rem!important;
	}
	
	h3 {
		font-size: 1.15rem!important;
	}
	
	h4 {
		font-size: 1.1rem!important;
	}
	
	.block_num a{
		font:12px/1.37 'PT Sans', sans-serif!important;
	}
	
	.article-body {
		font: 14px/1.57 'PT Sans', sans-serif!important;
	}
	
	h5 {
		font-size: 16px!important;
	}
	
	h1 {
		font-size: 20px!important;
	}
	
	.main-slider-text {
		font-size: 12px!important;
	}
	
	.block_num3_short_text {
		font-size:12px!important;
	}
	
	.block_num2>a>img {
		width: 90px!important;
		height: 60px!important;
    }
    
	.block_rubric_list_text {
		display: none!important;
	}
	
	.text-rubric {
		font-size: 12px!important;
	}
	
	.block_num2{
		min-height: 60px!important;
	}
	
	.quote {
		width: 96%!important;
	}
	
	.lang{
		font:10px/1.37 'PT Sans', sans-serif!important;
		top: 1px!important;
		right: 7px!important;
	}
	
	.new_journal {
		width: 100%!important;
		height: 60vw!important;
	}
	
	iframe{
		width: 100%!important;
		height: 69vw!important;
	}
}

*{
    margin: 0;
    padding: 0;
}

ul{  
    margin-left: 15px;
}

ol{  
    margin-left: 15px;
}

a{
    text-decoration: none;
    color: #0b7bb8;
}

body{
	background-color: #e8e8e8;
    font:16px/1 'PT Sans', sans-serif;
    padding: 0px 0;
    width: 100%;
    height: 100%;
}

input{
	width: 100%;
}

h2 {
	font-size: 1.5rem;
	text-align: left;
	margin-top: 2rem;
	font-weight: bold;
}

h3 {
	font-size: 1.4rem;
	text-align: left;
	margin-top: 2rem;
	font-weight: bold;
}

h4 {
	font-size: 1.3rem;
	text-align: left;
	margin-top: 2rem;
	font-weight: bold;
}

.no-margins {
    margin: 0 -30px 0 -30px;
    padding: 0 0 0 0;
}

.img-header{
    width: 100%;
}

.banner_1{
	margin-top: 17px;
    transform: translateX(500%);
    color: white;
    background: url('../img/rosneft.jpg') top left/cover no-repeat;
	width: 250px;
    height: 328px;
	display: inline-block;
	position: absolute;
    float: right;
}

.lang{
    float: right;
    position: absolute;
    top: 13px;
    right: 35px;
	text-shadow: #ffffff 1px 1px 0, #ffffff -1px -1px 0, 
                 #ffffff -1px 1px 0, #ffffff 1px -1px 0;
}

.text-menu-knopka {
    font:18px 'PT Sans', sans-serif;
    font-weight: 300;
    position: relative;
    top: 3px;
}

.video-bg {
	height: 240px;
}

.new_journal {
	background-color: #f2f2f2;
	width: 282px;
	height: 193px;
}

.image-new-journal> img{
	margin-left: 25.1%;
	height: 100%;
	width: 49.6%;
	border-bottom: 5px solid #10a6f2;
}

.show {
    z-index: 9999;
}

.navbar-nav {
	margin-left: 0;
}

.nav-item:hover {
    background-color: #7e5168;
}

.color-bg-menu {
    background-color: #0b7bb8;
    padding-top: 0px!important;
    padding-bottom: 0px!important;
    padding-right: 0px!important;
    padding-left: 0px!important;
}

.container{
    word-wrap: break-word;
}

.color-bg-header {
    background-color: #fff;
}

.header {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.color-block-content {
    background-color: #fff;
}

.menu-height-block {
    height: 48px;
    padding: 0px 8px 0px 8px;
}

.forma-poiska {
    position: relative;
    top: 5px;
}

.gallery_element {
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
}

.council {
width: 150px;
float: left;
text-align: center;
margin: 5px;
font-size: 12px;
height: 290px;
}

.council-center {
position: relative;
height: 10em;
width: 150px;
float: left;
text-align: center;
margin: 5px;
font-size: 12px;
}

.council-footer {
position: relative;
height: 5em;
width: 100px;
float: left;
text-align: center;
margin: 5px 5px 5px 5px;
font-size: 12px;
}

.council-center-in {
  margin: 0;
  transform: translate(0%, -50%);
  position: absolute; 
  top: 50%;
  width: 150px;
}

.council-center-footer-in {
  margin: 0;
  transform: translate(0%, -50%);
  position: absolute; 
  top: 50%;
  width: 100%;
  max-height: 60px;
}

.year90_video {
  width: 160px;
  text-align: center;
  padding: 5px;
  margin: 0 3px 3px 4px;
  vertical-align: top;
  display: inline-block;
  float: left;
  height: 160px;
}

.block_read {
	word-wrap: break-word;
}

.block_read h1 {
text-align: center;
font-size: 19px;
margin-right: 5px;
font-weight: bold;
}

.block_read pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

.year90_ubil {
  width: 200px;
  text-align: center;
  padding: 5px;
  margin: 0 3px 3px 4px;
  vertical-align: top;
  display: inline-block;
}

.editors {
position: relative;
border: none;
padding-bottom: 0;
text-align: center;
}

.redcol>table>tbody>tr>td {
    padding: 0 15px 0 0;
}

.mini-gallery_element {
	display: none;
}

.color-poisk::-webkit-input-placeholder { /* WebKit browsers */
    color: white!important;
    color: #DF289E;
}

.iconka-poisk {
    position: absolute;
    color: #fff;
    right: 20px;
}

.hidden {
	display: none;
}

.text-rubric {
    color: #98caff;
    margin: 5px 5px 5px 5px;
    font-size: 18px;
    position: relative;
}

.text-rubric>a {
    color: #98caff;
}

.text-rubric:hover {
    color: white;
}

.text-rubric_first {
    margin: 5px 5px 5px 16px;
}

.rubric-list {
    font:16px/1 'PT Sans', sans-serif;
    margin-left: 17px;
}


/*
nav{
    font:20px/1.67 PTSans, Helvetica, sans-self;
    height: 47px;
}

.navbar {
    background: #087bb7;
}

.dropdown-item a {
    color: #333333;
}

.form-inline {
    padding: 0 15px 0 15px;
}

.form-inline .form-control{
   width:180px;
}

*/

.dropdown-item {
	font:16px/1.17 'Oswald', sans-serif;
}

.dropdown-menu-annotation {
	margin-left: 30%;
}

.dropdown-menu-authors {
	margin-left: 40%;
}

.slider-block {
    margin-top: 15px;
}

.midrss {
    overflow: auto;
    height: 182px;
	margin-bottom:0px;
	padding: 0 0 0 1px;
}

.midrss>li {
	margin-bottom:15px;
}

.dropdown-toggle::after {
    content: normal;
}

.carousel-content {
    padding: 0 15px 0 15px;
    position: absolute;
    top: 5%;
    z-index: 20;
    color: white;
    font:15px/1.67 'PT Sans', sans-serif;
    background: url(../img/exclusive_bg.png);
}

.carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  margin: 0 5px 0 5px;
}

.main-slider-text {
    font:14px/1.37 'Roboto', sans-serif;
}

.flex-caption {
    padding: 10px 15px 10px 15px;
    background: linear-gradient(to top, #00668D, #00A0E9);
    height: 155px;
    color: white;
    font:16px/1.27 'PT Sans', sans-serif;
}

.flex-caption>h5>a:hover {
	color: white;
}

.flex-caption-title {
	color: white;
}

.flex-caption-title>h5>a:hover {
    text-decoration: none;
    color: white;
}

.flex-caption>h5>a:hover {
    text-decoration: none;
}

.carousel-indicators {
    margin: 0 0 165px 0;
}

.news-block {
    margin-top: 15px;
}

.outernumber_r_top{
	width: 100%;
    height: auto;
    float: left;
    position: relative;
    padding: 15px 15px 0px 0px;
    padding-left: 15px;
}

.outernumber_r_top .block_num li {
	float: left;
    width: 100%;
    margin: 0 0 12px 0;
    height: 75px;
    overflow: hidden;
}
.outernumber_r_top .block_num span{
    font-size: 12px;
}

.outernumber_r_top p {
    font-size: 12px;
    line-height: 1;
    margin-top: 5px;
}

.outernumber_r_top_analytic {
	width: auto;
    height: auto;
    float: left;
    position: relative;
    padding: 0 15px 0px 0px;
}

.outernumber_r_top_analytic .block_num li {
	float: left;
    width: 100%;
    margin: 0 0 12px 0;
    height: 75px;
    overflow: hidden;
}
.outernumber_r_top_analytic .block_num span{
	display: inline-block;
    margin-bottom: 1px;
    font-size: 12px;
    position: relative;
    top: -6px;
}

.outernumber_r_top_analytic p {
    font-size: 12px;
    line-height: 1;
    margin-top: 5px;
}

.line-last-news {
    border-bottom: 1px solid #DCE1E5;
    margin-top: 12px;
    margin-bottom: 12px;
}

.block_num {
      float: left;
      width: 100%;
      padding: 0;
      list-style-type: none;
}

.bok-menu-rubrics>a>img {
	float:left;
}

.block_num2{
	border-bottom:none;
    min-height: 80px;
}

.block_num2>a>img {
	float:left;
	margin:0 20px 10px 0;
    width: 138px;
    height: 80px;
    object-fit: cover;
}

.block_num2>span {
	margin:0 2px 0 0;
}

.span-data-last-news {
    font:12px 'PT Sans', sans-serif;
}

.block_num3{
    margin: 0 0 15px 0;
	border-bottom:none;
    height: 160px;
    font:17px 'Oswald', sans-serif;
}

.block_num3>a>img {
	float:left;
	margin:0 15px 20px 0;
    width: 144px;
    height: 144px;
    object-fit: cover;
}

.block_num3_baner{
    margin: 0 0 15px 0;
	border-bottom:none;
    height: 160px;
    font:17px 'Oswald', sans-serif;
}

.block_num3_baner>a>img {
	float:left;
	margin: 0 15px 0 0;
    width: 438px;
    height: 144px;
    object-fit: cover;
	object-position: right bottom;
}

.block_num3_text {
    float: top;
}

.block_num3_text>p>a{
	color: #333334;
}

.block_num3_text>p>a:hover{
    text-decoration: none;
}

.block_num3_short_text {
    color: #333333;
    font:14px 'Roboto', sans-serif;
    text-overflow: ellipsis;
}

.block_num p{
	margin-bottom:0;
}

.block_num span{
	margin-bottom:5px;
	font-size:11px;
}

.block_num a{
	color: #333333;
    font:15px/1.37 'PT Sans', sans-serif;
    position: relative;
    top: -6px;
}

.block_num a:hover{
	text-decoration:underline;
}

.block_num a:link{
	text-decoration:none;
}

.block_num:nth-last-child() .line-last-news{
    display: none;
}

.block_rubric_list {
    margin: 15px 0 0 0;
    font-size: 14px;
    overflow: hidden;
}

.block_rubric_list>p {
    margin: 0 0 7px 0;
}

.block_rubric_list_text {
    font: 13px/1.3 'Roboto', sans-serif;
    overflow: hidden;
}

.block_rubric_list_text>a {
	color: #333333;
}

.block_rubric_list_text>a:hover{
	text-decoration:none;
}

.last-news {
    padding: 0 0 0 25px;
    color: #333333;
    font:23px/1.67 'PT Sans', sans-serif;
    background: url(../img/menu1.png) no-repeat;
    margin-bottom: 0;
}

.last-news-no-img {
    padding: 0 25px 0 0;
    color: #333333;
    font:23px/1.67 'PT Sans', sans-serif;
    margin-bottom: 0;
}

.margb-5 {
    margin-top: 5px;
    margin-bottom: 15px;
}

.margb-15 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.margb-0 {
	margin-top: 0;
    margin-bottom: 15px;
}

.pad-5 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.media-body {
    padding: 0 0 5px 0;
    margin: 0 0 5px 0;
}

.news-items {
    margin: 5px 0 0 0;
    height: 90px;
    font:16px/1.27 'PT Sans', sans-serif;
}

.pubdate {
    padding: 0 25px 0 25px;
    font:11px/1.67 'PT Sans', sans-serif;
}

.calendar-ico {
    float: left;
    margin: 1px 5px 0 0;
}

.calendar-ico-2 {
    float: left;
    margin: 2px 5px 0 0;
}

.in-fresh-number {
    margin: 10px 0 0 15px;
    padding: 0 25px 0 25px;
    color: #676767;
    font:16px/1.17 'PT Sans', sans-serif;
    background: url(../img/menu2.png) no-repeat
}

.in-fresh-number h6 {
    color: #333333;
    font:23px/1.27 'PT Sans', sans-serif;
}

.events-facts {
    margin-left: 0;
    margin-top: 0;
}

.fresh-number {
    margin: -6px 5px 0 0;
    float: right;
    position: relative;
    font-size: 16px;
    background-color: #10a1ec;
    color: white;
}

.fresh-number p {
    margin: 0 15px 6px 15px;
    padding: 6px 0 0 0;
}

.line-1 {
    margin: 0 15px 0 0;
    border-bottom: 1px solid #DCE1E5;
    top: 10px;
    float: left;
    width: 100%;
}

.line-2 {
    margin: 15px 15px 15px 0;
    border-bottom: 1px solid #DCE1E5;
    top: 10px;
    width: 100%;
}

.line-3 {
    margin: 0 15px 15px 0;
    border-bottom: 1px solid #DCE1E5;
    top: 10px;
    width: 100%;
}

.line-1-sidebar-1 {
    margin: 0 15px 15px 0;
    border-bottom: 1px solid #DCE1E5;
    top: 10px;
    float: left;
    width: 100%;
}

.line-1-sidebar-2 {
    margin: 20px 15px 15px 0;
    border-bottom: 1px solid #DCE1E5;
    top: 10px;
    float: left;
    width: 100%;
}

.banner_mid {
    margin: 0 15px 0 0;
    float: left;
    width: 100%;
}

.banner_mid> img{
    width: 100%;
    height: auto;
}

.image-in-number> img{
    width: 100%;
    height: auto;
    border-bottom: 5px solid #10a6f2;
}

.image-in-number-discurs> img{
    width: 100%;
    height: auto;
	max-height: 93px;
	object-fit: cover;
    border-bottom: 5px solid #10a6f2;
}

.image-in-number-text-area {
  display: block;
  position: absolute;
  bottom: 4px;
  right: 14px;
  left: 15px;
  height: 50%;
  z-index: 9990;
}

.image-in-number-text {
  display: block;
  position: absolute;
  bottom: 5px;
  right: 14px;
  left: 15px;
  color: #333334;
  padding: 7px 5px 0 5px;
/*  background-image: linear-gradient(to top, rgba(255,255,255,1), rgba(255,255,255,0.9), rgba(255,255,255,0.8), rgba(255,255,255,0)); */
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,0.78+17,1+100 */
background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.78) 17%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.78) 17%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.78) 17%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.image-in-number-text>a {
	display: block;
	height: 100%;
}


.image-opinions-bg {
    display:flex;
    align-items:center;
    justify-content: center;
    background-image: url(../img/quotes.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    background-size: contain;
}

.image-opinions> img{
    width: 130px;
    height: 130px;
    object-fit: cover;
    border-radius: 50%;
    text-align: center;
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.opinions {
    font:16px/1 'Roboto', sans-serif;
    margin:15px 0 15px 0;
}

.opinions_date {
	font:12px 'PT Sans', sans-serif;
}

.opinions_date>img {
	margin:10px 0 10px 0;
}

.opinions_text {
	font:14px 'Roboto', sans-serif;
}

.in_number {
    display: inline;
    margin-bottom: 20px;
}

.in_number_mb {
    margin-bottom: 20px;
}

.in_number a {
    color: #333334;
    font:17px/1.37 'Oswald', sans-serif;
}

.in_number_opinions {
    display: inline;
    margin-bottom: 10px;
}

.in_number_opinions a {
    font:17px/1.37 'Oswald', sans-serif;
	color: #333334;
}

.in_number_opinions a:hover {
    text-decoration: none;
}

.in_number_opinions>img {
    margin:15px 0 15px 0;
}

.in_number-video {
    display: inline;
}

.in_number-video a {
    color: #333333;
    font:18px/1.47 'PT Sans', sans-serif;
}

.in_number-video a:hover {
    text-decoration: none;
}

.last-news-video {
    margin: 10px 15px 0 0;
    padding-bottom: 15px;
}

.line-video {
    border-bottom: 0;
}

.video {
    margin: 25px 0 0 0;
}

.video-sidebar {
    margin-top: 25px;
}

.video-title {
    color: black;
    font:18px/1.47 'PT Sans', sans-serif;
}

.video-text {
    color: black;
    font:14px/1.30 'Roboto', sans-serif;
}

.video-pubdate {
    padding: 10px 0 10px 0;
    font:11px/1.67 'PT Sans', sans-serif;
}

.video-in-fresh-number {
    margin: 0 0 0 0;
    padding: 0 25px 0 25px;
    color: #676767;
    font:16px/1.17 'PT Sans', sans-serif;
    background: url(../img/menu2.png) no-repeat
}

.video-in-fresh-number h6 {
    color: #333333;
    font:23px/1.27 'PT Sans', sans-serif;
}

.video-bg {
    background-color: #f2f2f2;
}

.cartoons-in-fresh-number {
    vertical-align: middle;
    margin: 0 0 0 0;
    padding: 13px 25px 5px 25px;
    color: #676767;
    font:16px/1.17 'PT Sans', sans-serif;
    background: url(../img/menu2.png) no-repeat
}

.cartoons-in-fresh-number h6 {
    vertical-align: middle;
    color: #333333;
    font:23px/1.27 'PT Sans', sans-serif;
}

.cartoon-image-in-number> img{
    margin: 10px 0 0 0;
    width: 100%;
    height: auto;
}

.analytic-in-fresh-number {
    margin: 15px 0 0 0;
    padding: 0 25px 0 25px;
    color: #676767;
    font:16px/1.17 'PT Sans', sans-serif;
    background: url(../img/menu2.png) no-repeat;
    height: 62px;
}

.analytic-in-fresh-number h6 {
    color: #333333;
    font:23px/1.27 'PT Sans', sans-serif;
}

.analytic-in-fresh-number-no-margin {
    margin: 0 0 0 0;
    padding: 0 25px 0 25px;
    color: #676767;
    font:16px/1.17 'PT Sans', sans-serif;
    background: url(../img/menu2.png) no-repeat;
    height: 62px;
}

.analytic-in-fresh-number-no-margin h6 {
    color: #333333;
    font:23px/1.27 'PT Sans', sans-serif;
}

.analytic-title {
    margin: 0 0 5px 0;
    font:16px/1.27 'PT Sans', sans-serif;
}

.analytic-media-body {
    height: 120px;
    width: 400px;
}

.analytic-pubdate {
    background-color: #F6F6F6;
    margin: 0 10px 0 25px;
    font:13px/1.67 'PT Sans', sans-serif;
}

.subscribe {
    margin: 0 0 15px 0;
    background: #f2f2f2;
    padding: 20px 25px 20px;
    text-align: center;
    float:left;
    width:100%;
}

.img-icon-podpiska {
    float: left;
    width: 37px;
    position: relative;
    top: 5px;
}

.text-title-podpiska {
    font-weight: 400;
    font-size: 18px;
    position: relative;
    top: 7px;
    left: 7px;
}

.text-content-podpiska {
    text-align: -webkit-auto;
    line-height: 1;
    padding-top: 15px;
    padding-bottom: 10px;
}

.btn-knopka-podpisatsa {
    width: 100%!important;
    background-image: url(../img/knopka_podpisatsa.jpg)!important;
    color: white!important;
    font-weight: 400;
}

.podelis-s-druzyami {
    font-weight: 400;
    font-size: 17px;
}

.news-mid {
    width: 258px;
    margin: 20px 0 20px 0;
}

.sideboard-in-fresh-number {
    margin: 25px 0 0 0;
}

.subscribe-center {
    margin-left: auto;
    margin-right: auto
}

.article-title {
    padding: 20px 0 20px 0;
    color: #007BB5;
    text-align: center;
    font: 30px/1.27 'PT Sans', sans-serif;
}

.article-pubdate {
    padding: 0 20px 0 20px;
    font:14px/1.67 'PT Sans', sans-serif;
}

.article-body {
    padding: 20px 20px 20px 20px;
    font: 16px/1.57 'PT Sans', sans-serif;
    text-align: justify;
}

.article-pic {
    padding: 20px 0 0 0;
    text-align: center;
}

.conference-block > div{
    margin: 0;
    padding: 0;
    left: 20%;
}

.img_conf {
    width: 300px;
  float: left;
  margin-bottom: 10px;
}

.img_conf img{
	margin: 10px 0 10px 0;
    width: 260px;
    height: 116px;
}

.colonka_foto {
float: left;
padding-top: 5px;
padding-right: 10px;
}

.runame {
font-size: 15px;
}

.jur {
width: 145px;
text-align: center;
padding: 3px;
margin: 5px 3px 3px 4px;
vertical-align: top;
display: inline-block;
font-size: 14px;
}

.textcenter{ text-align:center}

.block_rubric_infograf li{
	float:left;
	width:50%;
	padding:0 0 10px 0;
        height: 306px;
/*	margin:0 0 20px 0;*/
}

.gallery-conf {
    width: 100%;
    list-style-type: none;
}

.gallery-conf li {
  float: left;
  padding: 0 0 10px 0;
  margin: 20px 20px 10px 20px;
}

.gallery-conf h2 {
    text-align: center;
}

img {
    	max-width:100%;
	height:auto;
}

.quote {
  float: right;
  padding: 5px;
  width: 250px;
  border-left: 2px solid red;
  border-right: 2px solid red;
  margin: 10px;
  text-align: left;
}

.related-block {
	padding: 20px 20px 20px 20px;
}

.d-block{
	max-height:400px;
	object-fit: cover;
}

.in_number_related {
    display: inline;
    margin-bottom: 10px;
}

.in_number_related a {
    color: #007BB5;
    font:16px/1 'PT Sans', sans-serif;
    text-align: left;
}

.print {
float: right;
}

div#share						{ padding:50px 0 0; /*background:url(/i/share.jpg) no-repeat 40px 0;*/   background-size: contain;}
div#share_right						{ /*background:url(/i/share.jpg) no-repeat 40px 0;*/   background-size: contain;}
div#listSocial       				{ width:100%; overflow:hidden; position:relative; }
	div#listSocial ul				{ text-align:center; clear:left; float:left; position:relative; left:50%; }
	div#listSocial li				{ height:28px; width:60px; display:block; float:left; position:relative; right:50%; }
	div#listSocial li a			{ text-indent:-9999px; height:28px; background-image:url(/i/social.jpg); display:block; }
	div#listSocial li#ls1 a		{ background-position:0 -28px; }
	div#listSocial li#ls1 a:hover	{ background-position:0 0; }
	div#listSocial li#ls2 a		{ background-position:-60px -28px; }
	div#listSocial li#ls2 a:hover	{ background-position:-60px 0; }
	div#listSocial li#ls3 a		{ background-position:-120px -28px; }
	div#listSocial li#ls3 a:hover	{ background-position:-120px 0; }
	div#listSocial li#ls4 a		{ background-position:-180px -28px; }
	div#listSocial li#ls4 a:hover	{ background-position:-180px 0; }
	div#listSocial li#ls5 a		{ background-position:-240px -28px; }
	div#listSocial li#ls5 a:hover	{ background-position:-240px 0; }
	div#listSocial li#ls6 a		{ background-position:-300px -28px; }
	div#listSocial li#ls6 a:hover	{ background-position:-300px 0; }
	div#listSocial li#ls7 a		{ background-position:-360px -28px; }
	div#listSocial li#ls7 a:hover	{ background-position:-360px 0; }
	div#listSocial li#ls8 a		{ background-position:-420px -28px; }
	div#listSocial li#ls8 a:hover	{ background-position:-420px 0; }

.color-footer {
    background-color: #136591;
}

.color-footer-2 {
    background-color: #0d4665;
}

.col-footer-1 {
    margin-top: 20px;
}

.color-text-a-footer {
    font: 17px/1.27 'PT Sans', sans-serif;
    color: white;
}

.col-footer-1>p {
    font: 17px/1.27 'PT Sans', sans-serif;
    color: white;
}

.color-text-a-footer:hover {
    color: #84a2ad;
}

.text-title-footer {
    font: 25px/1.47 'PT Sans', sans-serif;
    color: white;
}

.text-bottom-footer {
    font: 17px/1.47 'PT Sans', sans-serif;
    color: white;
}

h5.line.line-footer {
    border-bottom: 1px solid #ffffff47!important;
}

.soc {
    margin: 12px 0 12px 0;
    text-align: right;
}

.icon-footer-soc {
    border: 2px solid;
    border-radius: 50%;
    width: 25px;
    text-align: center;
    height: 25px;
    padding-top: 4px;
    color: #94abb7!important;
    font-size: 13px!important;
}

.pagination {
	display: block;
	padding-left: 0;
	list-style: none;
	text-align: left;
    margin: 12px 0 12px 12px;
    font: 14px/1.47 'PT Sans', sans-serif;
    font-weight: bold;
    color: #007BB5;
}

.pokazano_s {
    width: 100%!important;
}

.block_confe {
	width: auto;
    height: auto;
    float: left;
    position: relative;
    padding: 0 0 0 0;
    margin-left: 0;
}

.block_confe>li {
	float: left;
    width: 100%;
    margin: 0 0 0 0;
    overflow: hidden;
}

.bok-menu-rubrics {
	width: auto;
    height: auto;
    position: relative;
    padding: 0 0 0 0;
    margin-left: 0;
}

.bok-menu-rubrics>li {
	float: left;
    width: 100%;
    margin: 0 0 0 0;
    min-height: 75px;
    overflow: hidden;
}

.bok-menu-rubrics>li>a>img {
	float: left;
	margin: 0 10px 15px 0;
}

.bok-menu-rubrics>li>p {
	font-size: 14px;
}

.bok-menu-rubrics>li>p>span {
	display: block;
}

.sub>a>img {
  float:left;
}

.sub {
  width: auto;
    height: auto;
    float: left;
    position: relative;
    padding: 0 0 0 0;
    margin-left: 0;
    margin-top: 15px;
}

.sub>li {
  float: left;
    width: 100%;
    margin: 0 0 0 0;
    height: 75px;
    overflow: hidden;
}

.sub>li>a>img {
  float: left;
  margin: 0 10px 0 0;
}

.sub>li>p {
  font-size: 14px;
}

.sub>li>p>span {
  display: block;
}

.tab-content {
    list-style-type: none;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.tab-content > .tab-pane > ul > li > p > a {
    float: left;
}

.tab-content > .tab-pane > ul > li > a > img {
    padding-top: 15px;
    width: 100%;
}