@charset "UTF-8";

@font-face {
  font-family: 'Factor A';
  src: url('/fonts/Factor-A/Factor-A-Regular-Web.woff2') format('woff2'), url('/fonts/Factor-A/Factor-A-Regular-Web.woff') format('woff'), url('/fonts/Factor-A/Factor-A-Regular-Web.ttf') format('truetype');

  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Factor A';
  src: url('/fonts/Factor-A/Factor-A-Italic-Web.woff2') format('woff2'), url('/fonts/Factor-A/Factor-A-Italic-Web.woff') format('woff'), url('/fonts/Factor-A/Factor-A-Italic-Web.ttf') format('truetype');

  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Factor A';
  src: url('/fonts/Factor-A/Factor-A-Medium-Web.woff2') format('woff2'), url('/fonts/Factor-A/Factor-A-Medium-Web.woff') format('woff'), url('/fonts/Factor-A/Factor-A-Medium-Web.ttf') format('truetype');

  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Factor A';
  src: url('/fonts/Factor-A/Factor-A-Medium-Italic-Web.woff2') format('woff2'), url('/fonts/Factor-A/Factor-A-Medium-Italic-Web.woff') format('woff'), url('/fonts/Factor-A/Factor-A-Medium-Italic-Web.ttf') format('truetype');

  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Factor A';
  src: url('/fonts/Factor-A/Factor-A-Bold-Web.woff2') format('woff2'), url('/fonts/Factor-A/Factor-A-Bold-Web.woff') format('woff'), url('/fonts/Factor-A/Factor-A-Bold-Web.ttf') format('truetype');

  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Factor A';
  src: url('/fonts/Factor-A/Factor-A-Bold-Italic-Web.woff2') format('woff2'), url('/fonts/Factor-A/Factor-A-Bold-Italic-Web.woff') format('woff'), url('/fonts/Factor-A/Factor-A-Bold-Italic-Web.ttf') format('truetype');

  font-weight: bold;
  font-style: italic;
}

.mainContainer {
  width: 1000px; }

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%; 
}

body {
  font-family: "Factor A", Helvetica, Arial, Sans-Serif;
  font-size: 14px;
  line-height: 1.5em;
  background: #f6f6f6;
  min-width: 1000px;
  color: #000;
}

a {
  transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  color: #0078f0;
  text-decoration: none; 
}

.mainContainer a:hover {
  color: #B40000;
}

strong,
b {
  font-weight: bold;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 0 0 12px 0;
  padding: 0;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 30px; }

h2, .h2 {
  font-size: 22px; }

h3, .h3 {
  font-size: 18px; }

h4, .h4 {
  font-size: 16px; }

h5, .h5 {
  font-size: 15px; }

h6, .h6 {
  font-size: 14px; }

h4.blockTitle {
	font-size: 26px;
	font-weight: normal;
	color: #999;
}

h3.blockTitle {
	font-size: 26px;
	font-weight: normal;
	color: #999;
}

p {
  margin: 0 0 10px 0;
  line-height: 1.4; }

.btn0 {
  display: inline-block;
  vertical-align: middle;
  min-width: 248px;
  padding: 16px 24px 17px;
  font-size: 15px;
  text-decoration: none;
  position: relative;
  text-align: center;
  border: 1px solid #d0d4da; }
  .btn0:hover {
    text-decoration: none; }
  .btn0:hover {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); }

.btn1 {
  background: #fff;
  color: #0a5bff; }

#mainWrap {
  min-height: 100%;
  position: relative; }

#header-dummy {
  width: 100%;
  min-height: 337px;
}

#header {
  top: 0;
  width: 100%;
  position: absolute;
  background: #fff; 
  padding-top: 20px;
  z-index: 99999;
}

.LeaderBoard {
  width: 970px;
  height: 250px;
  background: #eee;
  margin-bottom: 22px;
}

.header {
	background: #87f1ff;
	height: 53px;
	box-shadow: 0 1px 2px 1px rgba(0,0,0,.1);
	-webkit-box-shadow: 0 1px 2px 1px rgba(0,0,0,.1);
}
.header:after {
    width: 0;
    height: 0;
    clear: both;
    content: '';
    display: block; 
}

.logo {
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px 0 0; }

.logo a {
    display: block;
    line-height: 0; 
}

.headerNav {
  display: inline-block;
  vertical-align: middle;
}

.navigation {
  width: 800px;
  position: relative;
  float: left;
}

.navigation__items {
  top: 0;
  left: 0;
  position: absolute;
}

.navigation__search {
  display: none;
  top: 2px;
  left: 91px;
  position: absolute;
  background: #87f1ff;
  width: 632px;
}

.headerNav ul li {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	margin: 0; 
	padding: 0 8px;
}
.headerNav ul li a {
	display: block;
	line-height: 52px;
	color: #002a33;
}

.headerNav ul li:hover a {
	color: rgba(0, 0, 0, 1);
}
.headerNav ul li a:hover {
	color: #000; 
}

.headerNav ul li.active {
	background: #7ee9fa;
}

.searchBlock {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px; }

.searchBtn {
  display: inline-block;
  vertical-align: middle;
}

.searchBtn button {
    background: none;
    border: none;
    padding: 10px 5px;
    height: 52px; 
}

.searchField {
	display: inline-block;
	vertical-align: middle;
	width: 410px;
	position: relative;
}

.searchField label {
    position: absolute;
    top: 0;
    line-height: 52px;
    left: 0;
    opacity: 1;
    transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    color: rgba(0, 0, 0, 0.8); 
}
.searchField input {
    height: 52px;
    background: none;
    border: none;
    position: relative; }

.input .searchField label {
  left: 20px;
  opacity: 0; }

.small-search {
  width: 100px;
}

.nav-container-lang {
	font-size: 14px;
	font-weight: bold;
    line-height: 54px;
    margin-left: 14px;
}

.nav-container-lang a {
	display: inline-block;
	color: #000;
	margin: 0 14px 0 0;
}

.snLinks {
    line-height: 52px;
    position: relative;
}

.snLinks a {
    display: inline-block;
    vertical-align: middle;
    font-size: 22px;
    color: rgba(0, 0, 0, 0.8);
    text-decoration: none;
    margin: 0 0 0 16px;
}
.snLinks a:hover {
    text-decoration: none;
}
.snLinks a:hover {
    color: #000;
}

.snLinks .btn-user-menu {
    color: #297cdd;
    margin-right: 7px;
    width: 22px;
}

.snLinks .btn-user-menu:hover {
    color: #297cdd;
}

.snLinks .btn-user-menu.hidden {
    display: none;
}

.snLinks .user-image {
    border-radius: 50%;
    display: block;
    height: 22px;
    width: 22px;
}

.snLinks ul.user-menu {
    background: #a3ecf6;
    display: none;
    margin: 0 0 0 10px;
    padding: 0;
    position: absolute;
    top: 53px;
}

.snLinks ul.user-menu.open {
    display: block;
}

.snLinks ul.user-menu li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.snLinks ul.user-menu li a {
    display: block;
    font-size: 14px;
    line-height: 1;
    margin: 0;
    padding: 10px 32px 10px 10px;
}

.snLinks ul.user-menu li a:hover {
    background: #f6f6f6;
}

.snLinks ul.user-menu li a i {
    color: rgba(0, 0, 0, .5);
    float: left;
    font-size: 12px;
    margin: 1px 6px 0 0;
}

.snLinks a .vk-custom {
    display: block;
    height: 20px;
    width: 20px;
}
.snLinks a .vk-custom > path {
    fill: rgba(0, 0, 0, .8);
}
.snLinks a:hover .vk-custom > path {
    fill: rgba(0, 0, 0);
}

#content {
    padding: 25px 0 35px;
}

.contentBox {
    background: #fff;
    padding: 18px;
    margin: 0 0 20px;
}

.topBox .itemTitle a {
 	color: #000;
}

.topBox .itemData {
	margin-bottom: 1px;
}

.topBox .itemBig {
	width: 490px;
	float: right;
	margin-left: 30px;
}

.topBox .itemBig .itemImage {
	display: inline-block;
    width: 490px;
    height: 326px;
    position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-right: 20px;
}
.topBox .itemBig .itemImage::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.1) 100%), -moz-linear-gradient(transparent 5%, rgba(0, 0, 0, 0.6) 100%);
    background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.1) 100%), -webkit-linear-gradient(transparent 5%, rgba(0, 0, 0, 0.6) 100%);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 60%);
}

.topBox .itemBig .itemImage .shadow {
    background: rgba(0,0,0,0.4);
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 326px;
}

.topBox .itemBig .itemImage .itemDesc {
	position: absolute;
    bottom: 0;
    padding-bottom: 16px;
    padding-left: 16px;
	padding-right: 30px;
}
.topBox .itemBig .itemImage .itemDesc .itemData {
	color: #999;
	opacity: 0.8;
}
.topBox .itemBig .itemImage .itemDesc h2 {
	font-size: 20px;
	font-weight: normal;
	color: #fff;
}

.topBox .itemList {
	width: 418px;
	float: left;
}

.topBox .itemList ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.topBox .itemList ul li {
	list-style: none;
	font-size: 17px;
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #eee;
}
.topBox .itemList ul li:last-child {
	margin-bottom: 0;
	border: none;
}

.contentBox .txt {
    font-size: 17px;
    margin: 0 0 15px; 
}

.itemData {
  margin: 0 0 5px;
  font-size: 13px;
  color: #898989; 
}
.itemData span {
  display: inline-block;
  vertical-align: middle;
}

.itemData .itemCat {
	color: #ddae5a;
	margin-left: 12px;
	vertical-align: baseline;
}
.itemData .itemADV {
	margin-left: 18px;
	background: #c6b4fc;
	padding: 0 4px;
	color: #fff;
}
.itemData .itemPreview {
    margin-left: 18px;
    background: #fc3e32;
    padding: 0 4px;
    color: #fff;
}

h2.itemTitle {
  font-size: 22px;
  margin: 0 0 15px 0; 
}
.itemTitle a {
    color: #000;
    text-decoration: none; 
}

.itemImage a {
  display: block; 
}

.itemImage a img {
    background-color: #eee;
    display: block;
    overflow: hidden;
}

.itemImage.live, .itemImage.live iframe {
    height: 345px !important;
    width: 614px !important;
}

.itemCols:after {
  width: 0;
  height: 0;
  clear: both;
  content: '';
  display: block; }

.itemColData {    
	float: left;
}
.itemColDataS {
	width: 70%;
	padding-right: 20px;
}
.itemColData .txt {
    margin: 0; 
}
.itemColData h2.itemTitle {
    font-size: 21px;
	line-height: 1.3em;
}

.itemColImage {
  float: right;
  overflow: hidden;
  padding: 24px 0 0; 
}

.itemColData .itemEventDetails {
    margin-top: 10px;
}

.itemColData .itemEventDetails .detailCol {
    display: inline-block;
    float: left;
    margin-right: 22px;
}

.itemColData .itemEventDetails .detailCol i {
    color: #b8b8b8;
}

.itemColData .itemEventDetails .detailCol label {
    color: #898989;
    display: block;
    font-size: 12px;
}

.itemColData .itemEventDetails .detailCol span {
    color: #898989;
}

.loadMore {
  margin: 25px 0; }

.itemCC,
.itemTime {
  font-size: 13px;
  color: #898989; }

.vacanciesItem .itemPeriod {
    margin-right: 6px;
    vertical-align: baseline;
}
.vacanciesItem .itemCat {
    margin-left: 0;
}

.sidebarItems {
	margin: 0 0 20px; 
}
.sidebarItems ul {
	padding: 0;
	margin: 0; 
}
.sidebarItems ul li {
	list-style: none; 
}

.sidebarItems ul li {
	border-bottom: 2px solid #f6f6f6; 
}
.sidebarItems ul li a {
	display: block;
	background: #fff;
	padding: 13px 16px 11px;
	color: #000;
	text-decoration: none; 
}
.sidebarItems ul li a:hover {
	text-decoration: none; 
}
.sidebarItems ul li a:after {
	width: 0;
	height: 0;
	clear: both;
	content: '';
	display: block;
}
.sidebarItems ul li a .itemTime {
	float: left;
	margin-left: -44px; 
	margin-top: 2px;
}
.sidebarItems ul li a .itemTitle {
	font-size: 15px;
	margin: 0;
	display: inline; 
}
.sidebarItems ul li a .itemCC {
	display: inline; 
}
.sidebarItems ul li a .itemCC:before {
	content: " ";
	display: inline; 
}

.contentBoxR {
	background: #fff;
	padding: 10px;
	margin: 0 0 20px
}

.contentBox.live {
    outline: solid 1px #bc261a !important;
}

.titleBlock {
  margin: 30px 0 20px; }
  .titleBlock .title-2 {
    font-size: 26px;
    color: #c00004;
    display: inline;
	font-weight: bold;
    margin: 0; 
}
  .titleBlock .title-3 {
    color: #5e5e5e;
    font-size: 26px; }
  .titleBlock span {
    font-size: 15px;
    color: #949494; }

.items ul {
  padding: 0;
  margin: 0;
  font-size: 0;
  margin: 0 -6px; }
  .items ul li {
    list-style: none; }
  .items ul li {
    width: 33.3333333%;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    padding: 0 6px;
    margin: 0 0 14px; }
    .items ul li a {
      display: block; }
    .items ul li .itemImage {
      margin: 0 0 10px; }
.items ul li .itemTitle {
      font-size: 16px;
	  font-weight: bold;
      margin: 0 0 6px; 
}
      .items ul li .itemTitle a {
        color: #343434; }
    .items ul li .itemData {
      margin: 0; }
    .items ul li .contentBox {
      margin: 0; }

#footer {
  background: #002a33;
  padding: 30px 0;
  font-size: 13px; 
  clear: both;
}
#footer .txt {
    color: #c6cad1; 
}

.footerCols tr td {
  vertical-align: top;
  padding: 0 20px;
  min-width: 170px;
  max-width: 420px; }
  .footerCols tr td:first-child {
    padding-left: 0; }
  .footerCols tr td:last-child {
    padding-right: 0; }

.footerNav ul {
	padding: 0;
	margin: 0; 
}
.footerNav ul li {
	list-style: none; 
}
  .footerNav ul li {
    margin: 0 0 4px; 
}
.footerNav ul li a {
	display: block;
	color: #83f1ff;
}
.footerNav ul li a:hover {
	color: #ffffff; 
}

.footerNav ul li a .vk-custom {
    height: 12px;
    width: 12px;
}
.footerNav ul li a .vk-custom > path {
    fill: #83f1ff;
}
.footerNav ul li a:hover .vk-custom > path {
    fill: #fff;
}

.postPage .itemTitle {
  font-size: 25px;
}

.postPage .search-sort-select {
    float: right;
    margin-left: 20px;
    padding:2px; 
}

.postLead {
	font-size: 1.1em;
}
.postCover {
    min-width: 600px;
    min-height: 400px;
	margin: 0 0 10px 0;
}

.postPicDesc {
	font-size: 0.9em;
	color: #666;
	margin: 0 0 10px 0;
}

.articleContent {
	font-size: 17px;
	line-height: 1.5em;
}

.articleContent .lightbox-img { 
    display: inline-block; 
    position: relative;
}

.articleContent .lightbox-img:hover img { 
    opacity: 1; 
}

.articleContent .lightbox-img:hover:after { 
    bottom: 0;
    color: rgba(255, 255, 255, .5); 
    content: "\f002"; 
    font-family: "Font Awesome 5 Free"; 
    font-size: 18px; 
    font-weight: 900; 
    position: absolute; 
    right: 3px;
}

.articleContent .lightbox-img.lightbox-post-cover:hover:after { 
    bottom: 12px;
}

.articleContent .fr-img-caption {
    display: block; 
    margin: 26px 0;
}

.articleContent .fr-img-caption .fr-img-wrap .fr-inner {
    color: #999; 
    font-size: 94%; 
    font-style: italic;
}

.articleContent .img-carousel {
    margin-top: 20px;
}

.articleContent .img-carousel-nav {
    margin-top: 16px; 
    margin-bottom: 20px;
}

.articleContent .img-carousel-nav img {
    height: 76px;
}

.articleContent .img-carousel-nav .slick-list {
    margin: 0 -5.5px;
}

.articleContent .img-carousel-nav .slick-slide {
    margin: 0 5.5px;
}

@keyframes placeHolderShimmer { 
    0% { 
        background-position: -598px 0;
    }
    100% { 
        background-position: 598px 0;
    }
}

.articleContent blockquote.twitter-tweet {
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background-color: #eee;
    background: linear-gradient(to right, #eee 8%, #ddd 18%, #eee 33%);
    background-size: 598px 120px;
    border-left: none;
    height: 120px;
    margin: 0 20px 0 0;
    position: relative;
    width: 100%;
}

.articleContent blockquote.twitter-tweet a {
    visibility: hidden;
}

.lightboxOverlay {
    opacity: 1 !important;
}

.lightbox .lb-closeContainer {
    position: fixed; 
    top: 16px; 
    right: 16px;
}

.lightbox .lb-image {
    background-color: #000 !important; 
    border: solid 4px #000 !important;
}

.lightbox .lb-container, 
.lightbox .lb-outerContainer {
    background-color: #000 !important;
}

.lightbox .lb-cancel {
    background: url('/i/loading.gif') no-repeat !important;
}

.postEventDetails p {
    clear: both;
}

.footnote-popup {
    background: #fff;
    border: solid 1px #ccc;
    border-radius: 4px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .1), 0 5px 20px rgba(0, 0, 0, .2);
    display: none;
    padding: 15px 20px;
    position: absolute;
    width: 280px;
    z-index: 100000;
}

.footnote-popup .footnote-popup-close {
    padding: 5px 10px;
    color: #b1b1b1;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.footnote-popup .footnote-popup-title {
    font-weight: bold;
}

.footnote-popup .footnote-popup-body p:last-child {
    margin-bottom: 0;
}

.postEventDetails p i {
    color: #898989;
    display: block;
    float: left;
    margin-top: 4px;
}

.postEventDetails p span {
    display: block;
    margin-left: 32px;
}

.postAuthor {
  font-size: 14px;
  color: #999999;
  margin: 22px 0 12px 0; 
}

.postSocial {
  margin: 0; 
}

.articleContent .postMeta {
  color: #999999;
  font-size: 14px;
}

.articleContent .postMeta > ul {
  margin: 0;
  padding: 0;
}

.articleContent .postMeta > ul > li {
  display: inline-block;
  list-style-type: none;
  margin-right: 32px;
  position: relative;
}

.articleContent .postMeta > ul > li:last-child {
  margin-right: 0;
}

.articleContent .postMeta > ul > li a {
  color: #999999;
}

.articleContent .postMeta > ul > li a:hover {
  color: #B40000;
}

.articleContent .postMeta > ul > li i {
  margin-right: 5px;
}

.articleContent .postMeta .shareDropdown {
    margin: 0 0 0 20px;
}

.articleContent .articleTags { 
    color: #999999;
    font-size: 14px; 
    line-height: 1.2em;
    margin: 10px 0 15px; 
}

.articleContent .articleTags ul { 
    display: inline; 
    margin: 0; 
    padding: 0;
}

.articleContent .articleTags li { 
    display: inline-block; 
    padding: 0 8px 0 0;

}
.articleContent .articleTags li a { 
    color: #0078F0;
}
.articleContent .articleTags li a:hover { 
    color: #B40000;
}

.articleContent .articleCompanies {
    margin-top: 3px;
}
.articleContent .articleCompanies .companyItem {
    border-top: solid 1px #E5E5E5;
    padding: 14px 0 10px;
}
.articleContent .articleCompanies .companyLogo {
    float: left;
    width: 94px;
}
.articleContent .articleCompanies .companyLogo img {
    height: auto;
    width: 80px;
}
.articleContent .articleCompanies .companyLogo .placeholder {
    background: #C4C4C4;
    height: 54px;
    width: 80px;
}
.articleContent .articleCompanies .companyInfo {
    float: left;
    width: 520px;
}
.articleContent .articleCompanies .companyName {
    font-weight: 500;
    margin-top: -5px;
}
.articleContent .articleCompanies .companyName a {
    color: #E02F17;
    font-size: 16px;
}
.articleContent .articleCompanies .companyDescription {
    color: #666;
    font-size: 13px;
    line-height: 18px;
}
.articleContent .articleCompanies .companyMeta {
    color: #C4C4C4;
    font-size: 12px;
}

.contentBox .companyBlock {
    display: table;
    margin: 0 0 25px;
}

.contentBox .companyBlock .companyInfo {
    display: table-cell;
    vertical-align: top;
    width: 379px;
}

.contentBox .companyBlock .companyInfo dl {
    font-size: 14px;
    margin: -5px 25px 0 0;
    padding: 0;
}

.contentBox .companyBlock .companyInfo dt {
    border-bottom: 1px dotted #999;
    color: #999;
    display: inline-block;
    line-height: 15px;
    padding: 0;
    position: relative;
    vertical-align: top;
    width: 165px;
} 

.contentBox .companyBlock .companyInfo dt span {
    background: #fff;
    bottom: -3px;
    left: 0;
    padding: 0 4px 0 0;
    position: absolute;
}

.contentBox .companyBlock .companyInfo dd {
    display: inline-block;
    margin: 0 0 10px;
    padding: 0;
    width: 185px;
}

.contentBox .companyBlock .companyInfo dd a {
    color: #000;
}
.contentBox .companyBlock .companyInfo dd a:hover {
    color: #B40000;
}

.contentBox .companyBlock .companyInfo dd:last-child {
    margin-bottom: 0;
}

.contentBox .companyBlock .companyLogo {
    display: table-cell;
    vertical-align: top;
    width: 210px;
}
.contentBox .companyBlock .companyLogo.placeholder {
    background: #C4C4C4;
}

.similarNewsList ul {
	margin:0;
}
.similarNewsList ul li {
	margin: 10px 0;
	font-size: 1.2em;
}
.similarNewsList ul li a { 
	color: #000;
}
.similarNewsList ul li small {
	color: #777;
	display: block;
}

.comment {
  margin: 0 0 24px;
  font-size: 15px; }

.commentHead {
  margin: 0 0 4px; }

.commentHead .username {
    font-weight: bold;
    display: inline;
}
    .commentHead .username:after {
      content: " "; }
  .commentHead .cDate {
    display: inline;
    color: #949494; }

/* VIDEO PLAYER */

.embed-video-player {
    cursor: pointer;
    display: block;
    position: relative;
    text-align: center;
}

.embed-video-player.paused .play-btn {
    display: block;
}

.embed-video-player .play-btn {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -38px;
    margin-top: -38px;
}

/* END VIDEO PLAYER */

/* FORMS */

.form-message {
    border-radius: 4px;
    display: none;
    padding: 10px;
    margin: 0 0 10px 0;
}
.message-green {
    background: #d7f7d7;
}
.message-red {
    background: #ffe3e3;
}

/* END FORMS */

.floating_banner {z-index:9999; background: #fff;}
.floating_banner_wrapper {/*position:absolute; right:0; */}
.floating_banner {top:0; position: relative; }
.floating_banner.fixed {position: fixed; margin-top:80px; }
.floating_banner.bottom {top:auto; position:absolute; bottom:0;}
.floating_banner .banner_links {margin: 2px 0 0; padding: 0;}
.floating_banner .banner_links li {display: inline-block; font-size: 11px; padding: 0 4px;}
.floating_banner .banner_links li:first-child {padding-left: 0;}
.floating_banner .banner_links li:last-child {padding-right: 0;}
.floating_banner .banner_links li a {color: #808080; text-decoration: underline;}

.spinner {
  -webkit-animation:spin 1s linear infinite;
  -moz-animation:spin 1s linear infinite;
  animation:spin 1s linear infinite;
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

.push_subscribe {
  display: none;
  position: fixed;
  top: 80px;
  left: 25px;
  height: 74px;
  z-index: 999;
  font-size: 15px;
  line-height: 20px;
}

.push_subscribe__content {
  height: 100%;
  width: 280px;
  float: left;
  box-sizing: border-box;
  padding: 10px 40px 10px 12px;
  position: relative;
  background-color: #fff;
  border-radius: 8px;
  margin-right: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}

.push_subscribe__button {
  height: 100%;
  width: 200px;
  float: left;
  box-sizing: border-box;
  border: 2px solid #48919f;
  padding: 0 12px;
  margin: 0;
  background-color: #fff;
  color: #48919f;
  border-radius: 8px;
  cursor: pointer;
  font-size: 13px;
  line-height: inherit;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}

.push_subscribe__button__icon {
  font-size: 18px;
  padding-right: 10px;
}

.push_subscribe__image img {
  width: 60px;
}

.push_subscribe__title {
  font-size: 14px;
  padding: 10px;
}

.push_subscribe__button__strong {
  display: block;
  font-weight: bold;
  font-size: 15px;
}

.push_subscribe__button:hover {
  background-color: #48919f;
  color: #fff;
}

.push_subscribe__close {
  padding: 5px 10px;
  color: #818181;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.pointer {
    cursor: pointer !important;
}

.colp10-8 {
    min-height: 600px;
}

/**
* Live edit
*/
.redactor-layer {
    -webkit-transition: background-color 0.5s ease-out;
    -moz-transition: background-color 0.5s ease-out;
    -o-transition: background-color 0.5s ease-out;
    transition: background-color 0.5s ease-out;
}
.drag {
    background: url("/i/upload.png") no-repeat center center #cecece !important;
}

.btn-redactor {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 15px;
    color: #fff;
    background-color: #444444;
    border-radius: 3px;
    min-height: 40px;
    padding: 8px 20px;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    line-height: 20px;
    border: 1px solid transparent;
    vertical-align: middle;
    -webkit-appearance: none;
}

.btn-cancel {
    background: none;
    color: #444444;
    border-color: #444444;
}

#redactor-fixed-actions {
    display: none;
    padding: 10px;
    position: fixed;
    bottom: 0;
    width: 100%;
    border: 1px dashed rgba(0, 0, 0, .15);
    background: #f6f9fe;
    left: 0;
    z-index: 99999;
}

#redactor-fixed-actions div {
    width: 950px;
    margin: 0 auto;
}

.redactor-in {
    border: 1px dashed rgba(0, 0, 0, .15);
    border-top: none;
    background: #f6f9fe;
}

.authorHead {
	padding: 20px;
	margin: 0 0 20px 0;
	color: rgba(0,0,0,0.8);
	background: #fdf1e5;
}

.authorHead h2 {
	margin: 0 0 6px 0;
}

.authorHead .avatar {
	float: left;
	border: 1px solid #fff;
}

.authorHead .authorInfo {
	float: left;
	margin-left: 14px;
	width: 80%;
}

.authorInfo, .authorInfo td {
	border: none !important;
	padding: 0 !important;
}

.authorInfo .authorAvatar {
    padding-right: 14px !important;
    width: 50px;
}

.authorAvatar img {
    width: 100%;
	width: 50px;
    height: 50px;
    background: #dddddd;
}

.authorName {
    font-size: 110%;
	margin: 0 0 2px 0 !important;
}

.authorName a {
	color: #f06b00;
}

.authorBio {
    font-size: 90%;
    margin: 0 !important;
    color: #878787;
}

.censor span {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: #fb5353;
    border-radius: 40px;
    padding: 7px;
}

/* USER LOGIN */
#login_modal_mask {
    background-color: #1d1d1d;
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 100000;
}

#login_modal {
    -khtml-box-shadow: 0 0 10px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 1);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 1);
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 1);
    display: none;
    padding: 12px;
    position: fixed;
    width: 396px;
    z-index: 100000;
}

#login_modal .head-modal-text {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 12px;
}

#login_modal .head-close-modal {
    background: transparent;
    border: none;
    float: right;
    opacity: .5;
    padding: 0;
}

#login_modal .head-close-modal:hover {
    opacity: 1;
}

#login_modal_msg {
    display: none;
    margin: 28px 0 10px;
}

#login_modal .modal-footer {
    bottom: 0;
    padding: 1px 0 2px;
    text-align: center;
}

#login_modal_oauth .fab,
#login_modal_oauth .fas {
    font-size: 18px;
}

#login_modal_oauth {
    margin: 0 auto;
    text-align: center;
}

#login_modal_oauth .oauth__wrapper {
    height: 37px;
	margin: 8px auto;
	width: 60%;
}

/* PROFILE */
.profilePage .colUserImage {
    float: left;
    margin-right: 20px;
}
.profilePage .userImage {
    cursor: pointer;
    height: 80px;
    overflow: hidden;
    position: relative;
    width: 80px;
}
.profilePage .userImage:hover:after {
    background: rgba(0, 0, 0, .5);
    color: rgba(255, 255, 255, .75);
    content: "\f03e";
    display: block;
    font-family: "Font Awesome 5 Free";
    font-size: 26px;
    font-weight: 400;
	height: 80px;
	left: 0;
    padding-top: 28px;
	position: absolute;
    text-align: center;
	top: 0;
    width: 80px;
}

.profilePage .userImage img {
    cursor: pointer;
    height: 80px;
    width: 80px;
}

.profilePage .colUserInfo {
    float: left;
}
.profilePage .itemTitle.username {
    font-size: 24px;
}
.profilePage .itemTitle.username > span {
    display: inline-block;
    float: left;
}

.profilePage .rating {
    font-size: 12px;
    margin: 8px 0 0 12px;
    padding: 1px 5px 2px;
}
.profilePage .rating.neutral {
    background: #eee;
    color: #777;
}
.profilePage .rating.negative {
    background: #ffe6e0;
    color: #bd1212;
}
.profilePage .rating.positive {
    background: #e3ffc7;
    color: #28bd12;
}

.profilePage .registration_date {
    margin-top: 16px;
}

.profilePage ul.tabs {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.profilePage ul.tabs li.tab {
    display: inline-block;
    padding: 0 8px;
}
.profilePage ul.tabs li.tab:first-child {
    padding-left: 0;
}
.profilePage ul.tabs li.tab:last-child {
    padding-right: 0;
}
.profilePage ul.tabs li.tab.active a {
    color: rgba(0, 0, 0, .8);
}

.profilePage .form-row {
    clear: both;
}

.profilePage .form-control.left {
    float: left;
}
.profilePage .form-control.right {
    float: right;
}
.profilePage .form-control {
    padding: 0 0 16px;
    width: 100%;
}
.profilePage .form-control.form-control-1-2 {
    width: 49%;
}
.profilePage .form-control.form-control-1-4 {
    width: 24%;
}
.profilePage .form-control.form-control-3-4 {
    width: 74%;
}

.profilePage .form-control label {
    display: block;
    margin: 0 0 4px;
    width: 100%;
}

.profilePage .form-control input[type="text"],
.profilePage .form-control input[type="email"],
.profilePage .form-control select {
    background-color: #fff;
    background: #fff;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    color: rgba(0, 0, 0, .8);
    display: inline-block;
    font-size: 14px;
    height: 40px;
    line-height: 1.5;
    margin: 0;
    padding: 0 14px;
    width: 100%;
}

.profilePage .form-control-date {
    white-space: nowrap;
}
.profilePage .form-control-date select {
    margin: 0 .5%;
    width: 32%
}

.profilePage form button {
    background: #297cdd;
    border-radius: 3px;
    border: none;
    color: #fff !important;
    display: block;
    padding: 8px 16px;
}

.profilePage #profile-notifications .push-lang {
    text-align: center;
    width: 32px;
}
.profilePage #profile-notifications td {
    padding: 3px 0;
}

.profilePage .comment-list li:last-child {
    border-bottom: none;
}

/* RECAPTCHA */
.grecaptcha-badge {
    display: none;
}

/* MODAL */
@keyframes mmfadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes mmfadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@keyframes mmslideIn {
    from {
        transform: translateY(15%);
    }
    to {
        transform: translateY(0);
    }
}

@keyframes mmslideOut {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(-10%);
    }
}

.modal {
    border-radius: 2px;
    display: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    transition: opacity 1s, top 1s ease-in-out;
    -webkit-transition: opacity 1s, top 1s ease-in-out;
}

.modal .modal-close {
    background: transparent;
    border: none;
    outline: none;
    float: right;
    font-size: 14px;
    opacity: .3;
}

.modal .modal-close:hover {
    opacity: .6;
}

.modal .modal-container {
    background: #fff;
    left: 0;
    margin: 0 auto;
    max-height: 50%;
    overflow-y: auto;
    padding: 20px;
    position: fixed;
    right: 0;
    top: 20%;
    will-change: transform;
}

.modal .modal-overlay {
    background: rgba(0, 0, 0, .6);
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100000;
    will-change: transform;
}

.modal .modal-header {
    margin-bottom: 20px;
}

.modal .modal-header h4 {
    font-size: 20px;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

.modal .modal-content {
    position: relative;
}

.modal .modal-footer {
    font-size: 14px;
    margin-top: 20px;
}

.modal.modal-lg .modal-container {
    width: 910px;
}

.modal.modal-md .modal-container {
    width: 650px;
}

.modal.modal-sm .modal-container {
    width: 325px;
}

.modal.is-open {
    display: block;
}

.modal.is-open .modal-overlay {
    opacity: 1;
}

.modal[aria-hidden="false"] .modal-container {
    animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
}
.modal[aria-hidden="false"] .modal-overlay {
    animation: mmfadeIn .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.modal[aria-hidden="true"] .modal-container {
    animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
}
.modal[aria-hidden="true"] {
    animation: mmfadeOut .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

/* DROPDOWN */
ul.dropdown {
    background: #fff;
    border: solid 1px #ccc;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
    display: none;
    margin: 0;
    padding: 0;
    position: absolute;
}
ul.dropdown.active {
    display: block;
}
ul.dropdown li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul.dropdown li a {
    display: block;
    padding: 5px 12px;
}
ul.dropdown li a:hover {
    background: #efefef;
}

/* SPELLING NOTIFICATION MODAL */
#spelling-notification-modal blockquote {
    background: #f7f5ec;
    border-left: 0;
    color: #585752;
    display: inline-block;
    font-size: 100%;
    line-height: 20px;
    margin: 0 0 15px 0;
    padding: 10px 15px;
    width: 610px;
}

#spelling-notification-modal blockquote strong {
    color: #ec7c00;
}

#spelling-notification-modal textarea {
    font-size: 14px;
    height: 70px;
    margin-bottom: 15px;
    padding: 10px 15px;
    resize: none;
    width: 610px;
}

#spelling-notification-modal .after-submit {
    display: none;
}

#spelling-notification-modal .btn-brand-color {
    background: #297cdd;
    border: none;
    color: #fff;
    cursor: pointer;
    outline: none;
    padding: 8px 12px;
}

#spelling-notification-modal .errors {
    background: #f33a3a;
    color: white;
    padding: 7px 15px;
    margin-bottom: 15px;
}

#spelling-notification-modal .btn-brand-color[disabled],
#spelling-notification-modal .btn-brand-color[disabled]:hover {
    background: #e4e4e4;
    color: #8b8b89;
    cursor: not-allowed;
}

#spelling-notification-modal .after-submit p {
    font-size: 16px;
    line-height: 23px;
}

/* ADV */
.inpage-ad .inpage-ad-footer {display: none;}
.inpage-ad.active {background: #fafafa;clear: both;display: block;padding: 0 0 10px;}
.inpage-ad.active .inpage-ad-footer {display: block; padding-top: 16px;}
.inpage-ad.active .inpage-ad-footer a {color: #9a9a9a;display: block;font-size: 11px;text-align: center;}
.inpage-ad-placeholder {align-items: center; background: #333; color: #fff; display: flex; height: 360px; justify-content: center; width: 100%;}

/* TABS */
.tab-content {
    display: none;
}
.tab-content.active {
    display: block;
}

/* TELEGRAM POPUP */
.tg-footer-popup {
	bottom: -310px; 
	height: 310px; 
	position: fixed; 
    right: 0;
    width: 232px;
}

.tg-footer-popup img {
    height: 310px;
    width: 232px;
}
