*	{
	box-sizing: border-box;
}
body	{
	margin:0;
	padding:0;
    /*font-family: 'PT Sans', sans-serif !important;*/
    /*font-family: 'Alegreya Sans', sans-serif;*/
    /*font-family: -apple-system, BlinkMacSystemFont, sans-serif;*/
    font-family: 'Roboto', sans-serif;

    font-size: 16px;
    /*line-height: 1.3;*/
    line-height: 1.4;
}

.container	{
	width: 100%;
	margin-top: 15px;
}
.container-header	{
	width: 100%;

}

.footer {

    background: #022069;
    display: inline-block;
    margin: 0 auto;
    width: 100%;
    color: white;
}
.footer-t {
    display: flex;
    /* padding: 20px; */
}
.footer-one, .footer-two {
    padding: 20px;
    /* flex: 1; */
    /* flex-basis: 100%; */
}
.footer-one	{
	width: 50%;
}
a.flink {
    color: #fff;
    text-decoration: none;
}

a.flink:hover, a.flink:visited:hover {
    color: #bfbfbf;
    text-decoration: underline;
}

.under.flink {
    text-decoration: underline;
}
.socials {
	display:flex;
}
.soc_item	{
	margin-right:10px;
}

.magazines	{
	position: absolute;
    width: 240px;
    height: 600px;
    overflow: hidden;
    margin-top: 1300px;
}
.mag-title {
    margin-bottom: 10px;
    /*font-weight: 500;*/
}
.left-list-wrap	{
	width:100px;
}
.right-list-wrap	{
	width:50px;
}
.list {
    position: relative;
    /* width: 980px; */
    display: flex;
    flex-flow: wrap;
}
.news-list-item {
    position: relative;
    padding: 15px;
    margin-bottom: 10px;
    margin-right: 6px;
    width: 400px;
    border-radius: 2px;
    font-family: "NotoSans",Arial,sans-serif;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.15);
    box-shadow: rgba(0,0,0,0.1) 0px 1px 2px;
}

.news-list-item-light {
    position: relative;
    padding: 15px;
    /*margin-bottom: 10px;*/
    margin-right: 6px;
    width: 100%;
    border-radius: 2px;
    /* font-family: "NotoSans",Arial,sans-serif; */
    background: #fff;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    /* box-shadow: rgba(0,0,0,0.1) 0px 1px 2px; */
}

.news-list-item-blank {
    position: relative;
    padding: 15px;
    margin-bottom: 10px;
    margin-right: 6px;
    width: 400px;
    border-radius: 2px;
    font-family: "NotoSans",Arial,sans-serif;
    background: #fff;
    /*border: 1px solid rgba(0,0,0,0.15);
    box-shadow: rgba(0,0,0,0.1) 0px 1px 2px;*/
}


.news-list-item:hover {
    background: rgba(234, 234, 234, 0.61);
}
.news-list-item:hover img {

}

.news-list-image {
    width: 150px;
    height: 150px;
    position: relative;
    float: left;
    margin: 1px 15px 0px 0px;
}
.news-list-image-right {
    width: 150px;
    height: 150px;
    position: relative;
    float: right;
    margin: 0px 0px 0px 15px;
}
.pic-tn {
    width: 60px;
    height: 60px;
}
.news-list-image img, .news-list-image-right img	{
	width:100%;
	height:auto;
}
.news-list-title	{
	/*padding-bottom: 30px;*/
    font-size: 140%;
    line-height: 1.4em;
}

.news-list-info	{
	margin-top: 10px;
    font-size: 12px;
    line-height: 20px;
    color: #ADADAD;
}
.news-list-author	{
	margin-top: 5px;

    line-height: 20px;
    color: #0d3391;
}

.news-list-typ	{
	margin-top: 5px;

    line-height: 20px;
    color: #ADADAD;
}
.news-list-info	{
    /*margin-top: -20px;*/
}
.news-list-link:after {
    content: "";
    display: table;
    clear: both;
}

.news-list-descr {
    margin-top: 10px;
    color: #5a5a5a;
}

a.news-list-link {
    text-decoration: none;
}



.top-news {
    /*width: 100%;*/

}
.top-header	{
	 display:flex;
	 justify-content: space-between;
}
.top-news-block {
	display:table;
}
.hot_news_image_top {
 position:absolute;
 top:0;
 left:0;
 height:255px;
 overflow:hidden;
}
.hot_news_image_top {
   position: relative;
   width: 400px; /* for IE 6 */
   float:left;
}
.hot_news_image_top {
    margin-right: 5px;
}
.second {
    position: absolute;

   	width:240px;
	height:100px;
    overflow: auto;
}
 .second {
    position: relative;
    float: right;
    box-sizing: border-box;
    width: 30%;
    height: 100px;

}
 .second {

    float: left;

}
.top-news-list-item	{
float:left;
}
.top-news-list-item {
   width:263px;
	height:115px;
    background-color:#f1f1f1;
	left:480px;
    top: 0;
}
.top-news-list-item {
    left: auto !important;
    right: auto !important;
    top: auto !important;
}

.second.top-news-list-item {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 25px;
	display: table;


    padding: 13px 13px 13px 13px;
    text-overflow: ellipsis;
    max-height: 115px;
}

.second.top-news-list-item:nth-child(3n+1) {
    margin-right: 0px;
    /* margin-left: 0px; */
}
.pic_caption_top {
   position: absolute;
   bottom: 0px;
   left: 0px;
   text-align:left;
   width: 100%;
   height:100%;
}
.pic_caption_top h1
{
    width: fit-content;
    position: absolute;
    bottom: 0px;
    display: inline-block;
    color: white;

    /*font-size: 25px;
    font-weight: 500;*/

    font-size: 21px;
    font-weight: 700;
    padding: 0;
    margin: 0;
    letter-spacing: 0.9px;
    padding-left: 19px;
    padding-right: 19px;
    padding-bottom: 14px;
    /* line-height: 66px; */
    /*line-height: 32px;*/
    line-height: 24px;
    /* box-shadow: 15px 0 0 rgba(113, 89, 87, 0); */
    /* border: 0px solid #000; */
 }

img.mid-Cnews-item-image {
    float: left;
    /*padding-right: 15px;*/
	margin-right: 15px;
    width: 90px;
}
.inside-image	{
 height:100%;
 overflow: hidden;
}
.inside-image:before {
    content: " ";
    position: absolute;
    background: linear-gradient(to top, rgba(0,0,0,0.75) 0%, transparent 60%);
    border-radius: 0px;
    width: 100%;
    height: 100%;
    top: 0;
}
.inside-image-video	{
 height:100%;
 overflow: hidden;
}
.inside-image-video:before {
    content: " ";
    position: absolute;
    background: url('/images/video-bg.png');
    opacity: 0.4;
    border-radius: 0px;
    width: 100%;
    height: 100%;
    top: 0;
}
.inside-image-video:hover {
    content: " ";
    position: absolute;
    background: url('/images/video-bg.png');
    opacity: 0.85;
    border-radius: 0px;
    width: 100%;
    height: 100%;
    top: 0;
}


.clearfix {
    content: "";
    display: table;
    clear: both;
}
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}
.top-news-flag	{
position: absolute;
    top: -8px;
    left: 0px;
    z-index: 2;
    /* padding: 3px 9px 0px 9px; */
    background: #fff;
    background-image: url(/images/top-news-flag.png);
    background-size: 20px 8px;
    background-position: center;
    width: 20px;
    height: 8px;
    font-size: 12px;
    line-height: 22px;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    color: #fff;

}
.top-news-list-link	{


    /*font-weight: bold;*/
    font-weight: 500;
    color:#000;
    text-decoration:none;
    position: absolute;
    /*max-width: 215px;*/
    max-width: 240px;
    width: 93%;
}
.row-1	{
	display:flex;
	width:100%;
	margin-bottom:15px;
}
.col-mid-left	{
width:240px;
flex: none;

float:left;
position: relative;

}
.col-mid-center	{
	width:100%;

	/*float:left;*/
    position: relative;
    padding-left:0px;
    padding: 0 15px;
    display: flex;
    flex-flow: row wrap;
}

.col-mid-center-long	{
    width:100%;

    /*float:left;*/
    position: relative;
    padding-left:0px;
    /*padding: 0 15px;*/
    display: flex;
    flex-flow: row wrap;
}

.col-mid-right	{
width:240px;
flex: none;

float:left;
    position: relative;
}

.def-banner	{
	/*background-color:#b0b0b0;*/
	width:240px;
	height:160px;
	margin: 0 auto;
	margin-bottom:10px;
	position:relative;

}
.def-banner-m	{
	/*background-color:#b0b0b0;*/
	width:240px;
	height:200px;
	margin: 0 auto;
	margin-top:20px;
	margin-bottom:20px;
}
.def-banner-max {
    /*position: absolute;*/
    width: 240px;
    height: 320px;
    margin: 0 auto;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}
.def-banner-land	{
	/*background-color:#b0b0b0;*/
	width:730px;
	height:90px;
	    margin: 0 auto;
    margin-left: 5px;

    margin-top: 10px;
    margin-bottom: 10px;
}
.banner-wrapper	{
	display: table;
    margin: 0 auto;
}

.b-land	{

	width:730px;
	height:90px;
	margin: 0 auto;

    /*margin-bottom: 15px;
    margin-top: 15px;*/
}
.b-land-big	{

	width:990px;
	height:90px;
	margin: 0 auto;

    /*margin-bottom: 15px;
    margin-top: 15px;*/
}
.def-banner-land-second	{
	/*background-color:#b0b0b0;*/
	width:730px;
	height:90px;
	margin: 0 auto;
	  margin-top: 10px;
    margin-bottom: 10px;

}
.banner	{
	margin-bottom: 25px;
    margin-top: 15px;
}
  .mid-banner-second {
    margin: 0px;
    margin-top: 20px;
}
.mid-news-item {
    /*float: left;*/
    width: 340px;
    /*margin-left: 20px;*/

    /*height: 75px;*/
    min-width: 46%;
    border-bottom: 1px solid #e2e2e2;

}
.mid-news-item:nth-child(n+9) {
    border-bottom: 0px;
}
.mid-news-item-nb {
    /*float: left;*/
    width: 340px;
    margin-left: 20px;
    margin-bottom: 10px;
    /*height: 75px;*/
    min-width: 46%;
    /*border-bottom: 1px solid silver;*/

}

.mid-news-item-inner {
    /*width: 275px;*/
    margin: auto;
    padding:10px;
    /*border-bottom:1px solid silver;*/
}
a.mid-news-link {
    font-weight: 500;
    text-decoration: none;
    color: black;
}

.mid-Cnews-item {
    /*float: left;*/
    width: 295px;
    margin-left: 20px;
    /*height: 75px;*/
   	flex:1 0 88px;
    -ms-flex: 1 0 88px;
    -webkit-flex: 1 0 88px;
    min-width: 30%;
    border-bottom:1px solid silver;

}
.mid-Cnews-item-inner {
    width: 275px;
    margin: auto;
    padding:10px;

    box-sizing: border-box;
}
a.mid-Cnews-link {
    font-weight: 500;
    text-decoration: none;
    color: black;
}
.mid-Cnews-snippet	{
	flex-flow: row wrap;
    /*justify-content: space-between;*/
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: row;
    flex: 1 1 auto;

}
.mid-Cnews-item-snippet {
    /*float: left;*/
    width: 335px;
    /*margin-left: 20px;*/
    /*height: 100px;*/
    flex:1 0 108px;
    -ms-flex: 1 0 108px;

    -webkit-flex: 1 0 108px;

    min-width:33%;

}

.mid-Cnews-item-snippet-ev {
    /*float: left;*/
    width: 335px;
    /*margin-left: 20px;*/
    /*height: 100px;*/
    flex:1 0 162px;
    -ms-flex: 1 0 162px;

    -webkit-flex: 1 0 162px;

    min-width:33%;

}


.mid-Cnews-item-inner-snippet2 {
    width: 275px;
    margin: auto;
    padding:10px;
    border-bottom:1px solid silver;
    box-sizing: border-box;
    display:table;
}

.mid-Cnews-item-inner-snippet {
    width: 315px;
    box-sizing: border-box;
    margin: auto;
    padding: 10px;
}

.mid-Cnews-item-inner-image {
	display:table-cell;

    vertical-align: top;

}
.mid-Cnews-item-inner-content {
	display:table-cell;

    vertical-align: top;

}
.mid-Cnews-item-inner-source	{
	color:#808080;
	font-size:13px;
	margin-top:5px;
	margin-bottom:5px;
}

.mid-Cnews-item-inner-company-source	{
	color:#808080;
	font-size:13px;
	margin-top:5px;
	margin-bottom:5px;
	text-align:right;
}


.b-shadow {
    background-color: #d3d3d3;
    margin-bottom: -238px;
    padding-bottom: 238px;
}
.doc-head	{

	background:#f0f0f0;
   	position: relative;
   	width: calc(100% - 250px);
   	/*width: calc(100% - 10px);*/
    /* display: table-cell; */

}
.doc-head-content	{
	padding: 5px 10px 5px 10px;
	font-weight:500;
	color:#585858;
	font-size:18px;
	width: calc(100% - 30px);
    background: #f0f0f0;
}

.doc-head-inner	{
    background:#f0f0f0;
   	position: relative;
   	/*width: calc(100% - 250px);*/

}

.fcolumns	{
    display: flex;
}

.columns	{
	display: table;
    box-sizing: border-box;
    width: 100%;
}
.inner	{
	display:block;
}
.xtitle {
    font-size: 140%;
    font-weight: 500;
    color: #0d3391;
    margin-bottom: 20px;
}
.xtitle2 {
    /* padding-left: 15px; */
    font-size: 113%;
    margin-bottom: 5px;
    border-bottom: 1px solid silver;
    margin-left: 15px;
    margin-right: 15px;
}
.list-rub-content {
    display: flex;
    margin-bottom: 20px;
}
.list-rub {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 110%;
    font-weight: 500;
    color: black;
}
.list-rub.list-rub-sel {
    font-weight: 700;
    font-size: 120%;
    color: #0d3391;
    border-bottom: 1px solid #0d3391;
}

a.list-rub-link {
    text-decoration: none;
    color: #0d3391;
}

.doc-inner {

    min-height: 275px;

    width: calc(100% - 250px);
    /*width: calc(100% - 10px);*/
    background:#fff;
    display: table-cell;
    vertical-align: top;
    /* width: auto; */
    box-sizing: border-box;

}
.doc-scroll {

    width: 969px;
    overflow: hidden;
    overflow-x: auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;

}



.doc-inner-border {
    border: 1px solid silver;

}
.doc-inner-borderLRB {
    border-left: 1px solid silver;
    border-right: 1px solid silver;
    border-bottom: 1px solid silver;

}
.doc-item	{

	width:295px;

	float:left;
	box-sizing: border-box;
	margin-left:20px;
	margin-top: 10px;
}
.doc-item-withtitle {
    width: 295px;
    float: left;
    box-sizing: border-box;
    margin-left: 20px;
    margin-bottom: 10px;
    margin-top: 10px;

}
.doc-item-image {
    position: relative;
}
.doc-item-inner	{

	width:285px;


	box-sizing: border-box;

	margin: auto;
    padding: 10px;
}

.doc-item-link	{
	font-weight: 500;
    text-decoration: none;
    color: black;
}

.doc-item-image {
    /*margin-bottom: 15px;*/
    margin-bottom: 5px;
}

.doc-right {
    width: 240px;

    /*background-color: #efefef;*/
    background-color: #fff;

	display: table-cell;
    overflow: hidden;
    box-sizing: border-box;
    vertical-align: top;
}
.doc-space	{
	width:10px;
	height:10px;
}
.doc-right-null {
    width: 240px;

    background-color: #fff;

	display: table-cell;
    overflow: hidden;
    box-sizing: border-box;
}

.dblock-h1	{
	height:1em;
}
.diver-left {
    width: 240px;
    display: table-cell;
    position: relative;
     margin-top:15px;

}

.diver-center {
    /*width: 100%;*/
    display: table-cell;
    position: relative;
    vertical-align: top;

}
.diver-right {
	width: 240px;
    /*background-color: #efefef;*/
    display: table-cell;
    overflow: hidden;
    box-sizing: border-box;
    vertical-align: top;
}
.diver-left-null {
    /*width: 100%;*/
    display: table-cell;
    position: relative;
	height:20px;
	width: calc(100% - 250px);

}
.diver-right-null {
	width: 240px;
    background-color: #efefef;
    /*border:1px solid gray;*/
    display: table-cell;
    overflow: hidden;
    box-sizing: border-box;
    vertical-align: top;
}

.text-ad {
    /*margin-top: 50px;*/
}
.text-ad-inner {
    border-top: 2px solid white;
    padding: 15px;
    background: #f5f5f5;
}
.text-ad-title {
    padding: 5px 10px 5px 10px;
    font-weight: 500;
    color: #585858;
    font-size: 18px;
    background: #f0f0f0;
}
.text-ad-link {
    color: #0038d7;
    text-decoration: underline;
}
.tg-block-content	{
	margin-top:20px;
}

.tg-block-inner {
    position: absolute;
    width: 240px;
    height: 700px;
    overflow: hidden;
    border: 1px solid #e0e0e0;
    /* padding: 5px; */
    padding-top: 4px;
    background: #f0f0f0;

}

.twitter-block {
    position: absolute;
    width: 240px;
    margin-top: 650px;
}



.doc-item-rub-title {
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
a.doc-item-rub-title-link {
    text-decoration: none;
    color: #808080;
}
.doc-item-rub-title:before {

    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    margin-right: 5px;
    margin-bottom: 2px;
    background-color: #000;
}
.top-menu {
    /*display: flex;*/
    /*margin-left: 15px;*/
    /* justify-content: space-between; */
    /*margin-bottom: 15px;*/
    margin-bottom: 0px;
}
.top-menu-item {
    /*margin-right: 20px;*/
    position: relative;
    padding: 00px 10px 10px 10px;
    /*border-bottom: 1px solid #ccc;*/
    float:left;
}
.top-menu-item-sel {
   border-bottom: 5px solid #0d3391;
}

.top-menu-link {
	font-size:100%;
    font-weight:500;
    color:#0d3391;
    text-decoration:none;

}
.top-head-search {
	width: 100%;
    height: 86px;

    /* vertical-align: middle; */
    /* display: table; */
    display: flex;
    align-items: center;
    position:relative;
}

.top_center_block {
    width: 100%;
    text-align: center;
}

.searchbox {
    width: 400px;
    height: 30px;
    border: 1px solid #bdbdbd;
    /* vertical-align: middle; */
    /* position: relative; */
    margin: 0 auto;
    /* display: table-cell; */
    /* display: inline-block; */
    /* vertical-align: middle; */
}
.c-block-blank {
    background: url(bg-news3.png);
}
.c-block-news-civil {
    background: url('/images/bg-news-ga.png');
}
.c-block-news-military {
    background: url('/images/bg-news-military.png');
}
.c-block-news-space {
    background: url('/images/bg-news-space.png');
}
.c-block-news-travel {
    background: url('/images/bg-news-travel.png');
}
.c-block-news-tech {
    background: url('/images/bg-news-tech.png');
}
.c-block-news-incident {
    background: url('/images/bg-news-incident.png');
}
.c-block-stat {
    background: url('/images/bg-stat.png');
}
.c-block-aex {
    background: url('/images/bg-aex.png');
}
.c-block-fdocs {
    background: url('/images/bg-smi.png');
}
.c-block-events {
    background: url('/images/bg-events.png');
}
.c-block-pr {
    background: url('/images/bg-pr.png');
}
.c-block	{
	width: 1240px;
	padding-right:10px;
	padding-left:10px;
	max-width: 1260px;
    max-width:1260px; !important;
    margin: 0px auto;
    background: #fff;
}
.c-block-b	{
	width: 1240px;
    padding-right:10px;
	padding-left:10px;
	max-width: 1260px;
    max-width:1260px; !important;
    background: #fff;

}
.c-block-inner2 {
    flex: 1 0 0px;
}

.tag-inner	{
	display: inline-block;
    /*padding: 2px 4px;*/
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    letter-spacing: .5px;
    /*text-transform: uppercase;*/
    /*border: 1px solid;
    border-radius: 2px;*/
    /*font-family: Proxima Nova,Arial,Helvetica Neue,sans-serif;*/

    line-height: 1.3;
    /*margin-bottom: 9px;*/

    color: #808080;
    font-size: 13px;
    margin-top: 5px;
    margin-bottom: 5px;


}

.tag-inner:before {

    /*content: "";
    display: inline-block;
    width: 3px;
    height: 3px;
    margin-right: 5px;
    margin-bottom: 2px;
    background-color: #808080;*/
}
.mid-news-item-tag {
    color:#808080;
}
.mid-news-item-tag:hover {
    color:#0038d7;
}
a	{
	/*color:#0d3391;*/
	color:#000;
}
a.link	{    font-weight: 500;
    text-decoration: none;
    /*color: #0038d7;*/
    color:#0d3391;
}

a.tag-link, a.tag-link:visited {
    text-decoration: none;
    color: #808080;
}



a:hover, a:visited:hover	{
	color:#0038d7;
}
a.inside-image:hover H1, a.inside-image:visited:hover H1	{
	color:silver;
}


.doc-item-image img {
    min-width: 265px;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}
.sticky + .content {
  padding-top: 145px;
}
#top-header-sticky	{

  /*background: #fff;*/
  /*z-index:10000;*/
  z-index:999;

}
.top-shadow {
    content: " ";
    /* position: absolute; */
    background: linear-gradient(to bottom, rgba(50,50,50,0.2) 0%, transparent 100%);
    /* border-radius: 0px; */
    width: 100%;
    min-width:1260px;
    height: 15px;
    /* top: 0; */
}

.pr_company {
    border-bottom: 1px solid #d0d0d0;
    margin-bottom: 20px;
    color: #8f8f8f;
}
.textmore {
    background-color: #f2f2f2;
    padding: 20px;
    line-height: 1.3em;
}

h1.nh {
    font-size: 2.0em;
    font-family: arial,verdana,tahoma,sans-serif;
    font-weight: normal;
    margin: 0;
    margin-bottom: 0.5em;
}

h2.nh {
    font-size: 1.8em;
    font-family: arial,verdana,tahoma,sans-serif;
    font-weight: normal;
    margin: 0;
    margin-bottom: 0.5em;
}

font.nh {
    font-size: 2em;
}
.title-inner {
    font-size: 1.2em;
    /* font-family: arial,verdana,tahoma,sans-serif; */
    font-weight: normal;
    border-bottom: 1px solid silver;
    margin: 0;
    margin-bottom: 0.5em;
}
.companyZ {
    color: #828282;
}
span.hdr {
    font-size: 120%;
    font-weight: 500;
}
.mobile-button	{

    height: 50px;
    background-color: #1e439a;
     color: white;
    background-image: url(/images/svg/mobile-icon-white.svg);
    /* background-image: url(/css/svg/mobilever.svg); */
    background-size: 30px 30px;
    background-repeat: no-repeat;
    padding-left: 27px;
    background-position: 3px center;
    border: 1px solid #a4afba;


    padding: 9px;
    /* font-size: 80%; */
    line-height: 100%;
    font-weight: normal;
    border-radius: 8px;
    height: 35px;
    cursor: pointer;
    margin: 0px 10px 0px 0px;
    padding-left: 38px;
}
.mobile-button:hover {
    text-decoration: none;
    background-color: #345ec1;




}

.table {
    width: 100%;
    max-width:100%;
    margin-bottom: 1rem;
    background-color: transparent;
}
.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #e9ecef;
}
.events_link	{
	font-size: 140%;
    line-height: 1.4em;
    text-decoration: none;
}
.events_img	{
	max-width:300px;
}
.top260x30 {
    /*margin: 0;*/
    /*position: absolute;*/
    /*right: 80px;*/
    width: 260px;
    height: 30px;


}
.stat-ig-item{
	margin-bottom:30px;
}
.stat-ig-item img {
    width: 100%;
}

.stat-ig-item a {
    text-decoration: none;
}
.stat-info-text .pic_descr {
    font-size: 90%;
    padding: 0 0px 0 40px;
}

.mid-news-item-large {
    background: url(/images/vid-anons-bg.png);
    background-position: bottom center;
    background-repeat-x: repeat;
    background-repeat-y: no-repeat;
    width: 100%;
    min-width: 720px;
    min-height: 320px;
}
.mid-news-item-large-inner {
    width: 450px;
    margin: 0 auto;
     font-size: 90%;
}
.mid-news-item-large-inner iframe {
    width: 450px;
    height: 250px;
    margin-top: 15px;
}

div#form_request_area {
    max-width: 100%;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
.btn-group-lg>.btn, .btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}
textarea {
    overflow: auto;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
textarea.form-control {
    height: auto;
}
.warning {
    color: red;
    font-size: 80%;
}
.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-error {
    color: #fff;
    background-color: #da4141;
    border-color: #a01212;
}
.btn-default  {
    color: #636363;
    background-color: #dadada;
    border-color: #c7c7c7;
}
#form_request_area_success, #form_feedback_area_success	{
	display:none;
}
div#form_request_area, div#form_feedback_area {
    max-width: 50%;
}
.title	{
	font-size:120%;
	font-weight:bold;
}
a.youtube-button:before {
    content: "";
    display: block;
    background-image: url(/images/youtube-logo-square.png);
    width: 35px;
    height: 35px;
    margin: 0 5px;
    background-repeat: no-repeat;
    /* margin-right: 15px; */
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
    /* float: left; */
}
.video-content-area	{
	display:flex;
}
.video-subscribe	{
	width:750px;
}
.video-content-prev {
    width: 350px;
    background-color: #f0f0f0;
    padding: 15px;
    display: block;
    order: 1;
}

.video-head {
    font-size: 120%;
    font-weight: bold;
    margin-bottom: 15px;
}

.video-content-prev-wrapper iframe {
    width: 320px;
    height: 180px;
}

.video-title a {
    color: #0c3391;
}
.video-title {
    font-weight: bold;

    margin-bottom: 15px;
}
.tag_block {
    margin-top: 2.5em;
    font-size: 85%;
    margin-bottom: 0em;
    display: inline-block;
}
.tag_h1 {
    font-weight: bold;
}
.tag_item {
    margin-right: 1.1em;
    margin-bottom: 1em;
    float: left;
}
a.tag_inlink {
    color: #000000;
    text-decoration: none;
    cursor: help;
    border-bottom: 1px dashed rgb(255, 0, 0) !important;
}
.video_pic {
    width: 100%;
    min-width: 320px;
}

.content_flexer {
    display: flex;
}

.docpic_item {
    width: 250px;
}

.docpic_item img {
    width: 100%;
}

.content_right_column {
    width: 250px;
    margin-left: 30px;
}
.docpic {
    margin: 0 auto;
    margin-top: 20px;
    padding: 0px;
}

.content_page a {
    color: blue;
}
.list a {
    color: black;
}
.picauthor {
    font-size: 0.7em;
    color: #959595;
}
.picdescr {
    font-size: 0.9em;
    color: #000;
}
.doc-content-meta {
    display: flex;
    margin-bottom: 20px;
}
.meta-username, .meta-date {
    margin-right: 15px;
}
.meta-date {
    display: flex;
    margin-top: 4px;
}
.meta-date-ico {
    width: 17px;
    height: 19px;
    margin-right: 5px;
}
.meta-date-text {
    /*font-family: Roboto;*/
    font-size: 15px;
    color: #83827d;
    margin-top: 1px;
}
.content_page {
    width: 745px;
}
.news_pic_wrapper img {
    width: 100%;
}
.text {
    text-align: justify;
}
.text img {
    width: 100% !important;
    height: auto !important;
}


.command_banner_img {
    max-width: 800px !important;
}
.command_banner_area {
    text-align: center;
}

.docs_item {
    margin-bottom: 20px;
}
.erb-image-wrapper img{
    width:100%;
    max-width:900px !important;
    height:auto;
    display:block;
}
.top-bnr-500x80 {
    margin: 5px 0 0 0;
}

/* FEED */
.feed-item {
    width: 782px;
    margin-bottom: 25px;
    position: relative;
}

.feed-item-inner {
    display: flex;
}

.feed-item-img {
    width: 320px;
    position: relative;
}

.feed-item-content {
    width: 100%;
    background-color: #fcfcfc;
    position: relative;
    padding: 20px;
    text-align: left;
}
/* /FEED */

h1 {
    font-size: 1.7em;
    color: #0c3391;
}

img.videoblog-logo {
    width: 190px;
    height: auto;
    vertical-align: middle;
}
img.cup-logo {
    width: 152px;
    height: 66px;
    vertical-align: middle;
}

.top220x80 {

    width: 220px;
    height: 90px;
    position: relative;
    display: flex;
    align-items:center;
    justify-content:center;

}
.doc_author {
    margin-bottom: 15px;
    font-size: 85%;
    color: #0d3391;
}
.expert_flex {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    background: #f0f0f0;
    margin-bottom: 20px;
}

.expert_pic {
    margin-right: 10px;
    padding: 8px;
}
.expert_descr {
    width: 100%;
    padding: 8px;
}
.news_list_area {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 40px;
}
.pr_company_text table td {
    padding: 5px;
}