@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500,700|Roboto+Condensed:400,300,700&subset=latin,cyrillic-ext,cyrillic,latin-ext);
/* Font Choice */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700|Open+Sans+Condensed:300,700&subset=latin,cyrillic-ext,cyrillic,latin-ext);

HTML, BODY {

  font-family: Arial, sans-serif;

  /*font-family: 'Open Sans', sans-serif;
  font-family: 'Open Sans Condensed', sans-serif;*/

  /*font-family: 'Roboto', sans-serif;
  font-family: 'Roboto Condensed', sans-serif;*/

  font-weight: normal;
  padding: 0;
  margin: 0;
  color: #000000;
  font-size: 12px;
}

body {
  overflow-y: auto;
}

body.stopped {
  overflow: hidden;
}

* {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: none;
}

a {
  text-decoration: none;
  outline: none;
  position: relative;
  background-color: transparent;
  /*overflow:hidden;*/
}

a:active,
a:hover {
  outline: 0;
}

b,
strong {
  font-weight: bold;
}

form * {
  box-sizing: border-box;
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
  resize: none;
}

* {
  /*-webkit-overflow-scrolling: touch;*/
  /*
      DLJA SKROLLA NA IOS, dlja nekotorih elementov
  */
}

input, select {
  line-height: normal;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

select {
  -webkit-appearance: menulist-button;
  /*!!!! portit vid na IOS !!!!*/
}

input[type="checkbox"] {
  -webkit-appearance: checkbox;
}

input[type="radio"] {
  -webkit-appearance: radio;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

img {
  outline: none;
  display: block;
  vertical-align: bottom;
  border: 0;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  padding: 0px 30px;
}

.clear {
  clear: both;
}

.clear:after {
  content: "";
  display: table;
  clear: both;
  *zoom: 1;
}

.transition {
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
}

.table {
  box-sizing: border-box;
  display: table;
  width: 100%;
  table-layout: fixed;
}

.table_cell {
  box-sizing: border-box;
  display: table-cell;
  vertical-align: top;
}

/* RECLAM START */
.header-reclam .container {
  padding-top: 4px;
}

.header-reclam .banner-wrapper {
  border: 0;
  margin: 0;
  padding: 0;
}

.reclam-stripe {
  display: block;
  height: 4px;
  background: #fe6306;
  margin-top: 6px;
}

.reclam-href {
  display: block;
}

.reclam-href img {
  width: 100%;
}

/* RECLAM END */

/* HEADER TOP START */
.header-top {
  padding: 2px 0;
}

.header-top > .container {
  padding: 10px 30px;
}

.header-top .top-grid {
  border-collapse: collapse;
  width: 100%;
  /*table-layout: fixed;*/
}

.header-top .top-grid td {
  vertical-align: top;
  position: relative;
}

.header-top .logo-cell {
  vertical-align: middle !important;
  padding-left: 10px;
}

.header-top .today-date-cell {
  vertical-align: middle !important;
}

.header-top .meteo-cell {
  width: 24%;
}

.header-top .name-day-cell {
  width: 28%;
}

.header-top .meteo-cell,
.header-top .name-day-cell {
  padding-top: 10px;
}

.header-logo {
  display: inline-block;
  position: relative;
}

.header-logo img {
  height: 56px;
  display: inline-block;
  vertical-align: middle;
}

.header-logo .logoplus {
  position: absolute;
  top: -9px;
  right: -100px;
  pointer-events: none;
  height: auto;
}

@media (max-width: 768px) {
  .header-logo .logoplus {
    top: 8px;
    right: -40px;
    height: 30px;
  }
}

@media (max-width: 400px) {
  .header-logo .logoplus {
    top: 2px;
  }
}

.today-date-cell {

}

.today-date {
  color: #050505;
  font-size: 15px;
  font-weight: 600;
}

.today-name-day {
  color: #1a1919;
  font-size: 14px;
  text-align: right;
  display: block;
}

.congratulate-label {
  color: #fe6306;
  font-size: 14px;
  font-weight: 600;
  text-align: right;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
}

.congratulate-label a {
  color: inherit;
}

.header-nav {
  background: #fe6306;
  margin-top: 2px;
  font-size: 0;
}

.header-nav .level1 {
  display: inline-block;
}

@media (min-width: 769px) {
  .header-nav .level1 {
    height: auto !important;
  }
}

.header-nav .level1 > li {
  display: inline-block;
  /*position: relative;*/
}

.header-nav .level1 > li > a {
  color: #ffffff;
  font-size: 16px;
  display: block;
  padding: 10px 15px 6px;
  height: 38px;
}

.header-nav .level1 > li > a:hover,
.header-nav .level1 > li > a.active {
  background: #f0f3f6;
  color: #100f0f;
}

.header-nav .level2 {
  position: absolute;
  top: 38px;
  left: 30px;
  white-space: nowrap;
  z-index: 20;
  display: none;
}

.header-nav .level1 li.active .level2 {
  display: block;
}

.header-nav .level2 > li {
  display: inline-block;
  padding: 10px 7px 10px;
  height: 37px;
}

.header-nav .level2 > li > a {
  color: #7e1807;
  font-size: 15px;
  display: inline-block;
  height: auto;

  padding: 0;
}

.header-nav .level2 > li:first-child > a {
  margin-left: 0;
}

.header-nav .level2 > li > a:hover {
  text-decoration: underline;
}

.header-nav .level2 span {
  color: #212120;
  font-size: 15px;
  display: inline-block;
}

.header-nav .level2 span:last-child {
  display: none;
}

.header-nav-after {
  background: #ffffff;
  height: 37px;
}

.lng-bar {
  float: right;
  font-size: 0;
  padding-top: 5px;
}

.lng-bar a {
  display: inline-block;
  margin: 0 0 0 6px;
  padding: 3px 0 3px;
  background: #fe6306;
  width: 40px;
  border: 2px solid #fe6306;
  border-radius: 3px;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
}

.lng-bar a.active,
.lng-bar a:hover {
  color: #fe6306;
  background: #ffffff;
}

.header-search-form {
  float: right;
  display: inline-block;
  padding-top: 6px;
}

.header-search-form input[type="text"] {
  color: #686766;
  font-size: 13px;
  background: #ffffff;
  border-radius: 3px;
  height: 26px;
  padding: 0 13px;
}

.gsInformer .gsLinks .rightCol a {
  display: none;
}

.gsInformer .gsLinks .leftCol {
  display: none;
}

.gsInformer .main_wrap {
  padding-top: 10px !important;
}

/* HEADER TOP END */

/* TEXT PAGE */
.text-page .content {
  /*padding-top:85px;*/
}

.short-article h1,
.full-article.comments h1 a {
  margin: 0;
  font-weight: normal;
  text-decoration: none;
  font-size: 23px;
  color: #1e0e00;
  padding-bottom: 10px;
  line-height: 1.3;
}

.full-article.comments h1 a {
  display: inline-block;
  width: 100%;
}

.short-article.full img {
  max-width: 760px;
  height: auto;
  margin: 0 auto;
  border: 0;
}

/* articles */
.short-article {
  display: table;
  padding: 0 0px 25px;
  font-size: 13px;
  line-height: 1.3;
  width: 100%;
}

.short-article:first-child {
  padding-top: 0;
}

.short-article:last-child {
  padding-bottom: 0px;
}

.short-article .news-short-img {
  display: block;
  width: 300px;
  height: 200px;
  float: left;
  background-position: center;
  background-size: cover;
  margin-right: 20px;
}

.read-more {
  display: inline-block;
  background: #333333;
  color: #ffffff;
  font-size: 13px;
  padding: 5px 15px;
  border: 0;
  margin-right: 10px;
}

@media (max-width: 580px) {
  .short-article .news-short-img {
    float: none;
    margin: 0 0 15px;
  }
}

@media (max-width: 340px) {
  .short-article .news-short-img {
    width: 100%;
  }
}

.short-article h2 {
  margin: 0;
  font-weight: normal;
  text-decoration: none;
  font-size: 20px;
  color: #050505;
}

.short-article p {
  color: #545454;
  font-size: 14px;
}

.short-article a.short-new-title {
  text-decoration: none;
  color: #000000;
}

.short-article a.short-new-title:hover {
  text-decoration: underline;
}

.short-article .date {
  margin-bottom: 10px;
}

.short-article .date, .full-article .date {
  display: block;
  /*background: #F86303;*/
  /*text-align: center;*/
  /*padding: 2px 0px;*/
  font-size: 11px;
  font-weight: normal;
  /*width: 72px;*/
  margin-top: 6px;
  /*color:#fff;*/
  color: #b3b2b2;
}

.short-article .author, .full-article .author {
  display: block;
  padding-bottom: 10px;
}

/* articles */
/* TEXT PAGE */

/* CONTENT START */

.wrapper {
  padding: 0 0 0;
}

.content-grid > .table_cell.left {
  width: 777px;
  padding-right: 15px;
  border-right: 2px solid #edecec;
}

.content-grid > .table_cell.right {
  padding-left: 15px;
}

.content-grid > .table_cell {
  padding-bottom: 7px;
}

.news-wrapper {
  padding-bottom: 25px;
}

.news-wrapper .two-inline {

}

.news-item {
  display: block;
  float: left;
  width: 30%;
  margin-right: 5%;
}

.news-wrapper.two-inline .news-item {
  width: 48%;
  margin-right: 4%;
}

.news-item:last-child {
  margin-right: 0 !important;
}

.news-row:not(:first-child) {
  padding-top: 20px;
}

.news-item-bg {
  display: block;
  width: 100%;
  height: 150px;
  background-position: center;
  background-size: cover;
  margin-bottom: 10px;
  position: relative;
}

.news-wrapper.two-inline .news-item-bg {
  height: 230px;
}

.news-item-title {
  color: #050505;
  font-size: 17px;
  font-weight: 600;
}

.news-wrapper.big .news-item-title {
  font-size: 21px;
}

.page-main-title {
  color: #222b58;
  font-weight: bold;
  font-size: 30px;
  text-align: left;
  text-transform: uppercase;
  padding: 0 0 18px;
  border-bottom: 3px solid #3b64d6;
  margin-bottom: 15px;
}

.page-section-title {
  color: #ffffff;
  font-size: 20px;
  text-align: left;
  text-transform: uppercase;
  padding: 10px 15px;
  margin: 0 0 20px 0;
  background: #fe6306;
}

.warn-class {
  background: #002afe !important; /* #fe000a*/
}

.read-other-news {
  color: #fe6306;
  font-size: 13px;
  padding-left: 13px;
  position: relative;
}

.read-other-news::before {
  content: "";
  display: block;
  position: absolute;
  border-style: solid;
  border-color: transparent transparent transparent #848181;
  border-width: 4px 6px;
  top: 4px;
  left: 0;
}

.read-other-block {
  padding-bottom: 25px;
}

.banner-wrapper {
  border-top: 4px solid #e3e3e3;
  border-bottom: 4px solid #e3e3e3;
  padding: 8px 0;
  margin-bottom: 25px;
}

.side-block .banner-wrapper {
  border: 0;
  padding: 0;
  margin: 0;
}

.banner-wrapper a {
  display: block;
}

.banner-wrapper img {
  width: 100%;
}

.news-row .news-short-img {
  width: 30%;
}

.news-row .short-article h2 {
  font-weight: 600;
  font-size: 17px;
}

.similar-links-list {
  margin-bottom: 20px;
  line-height: 1.7;
}

.similar-links-list a {
  color: #050505;
  font-size: 16px;
  font-weight: 600;
}

.similar-links-list a h2 {
  display: inline-block;
}

.facebook-plugin-wrapper {
  width: 100%;
  height: auto;
}

.side-block:not(:last-child) {
  margin-bottom: 15px;
}

.main-banners-wrapper {
  margin-bottom: 15px;
}

.main-banners-wrapper img {
  width: 100%;
}

.side-block.styled {
  padding: 0 0 13px;
  border-bottom: 5px solid #e9e7e7;
  margin-bottom: 20px;
}

.side-block.count {
  border-top: 5px solid #e9e7e7;
  padding-top: 12px;
}

.side-block.last-comments {
  border-bottom: none;
}

.side-block-title {
  position: relative;
  color: #050505;
  font-size: 17px;
  margin-bottom: 15px;
}

.side-block-title::after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 0px;
  width: 100%;
  height: 7px;
  background: #fe6306;
}

.side-block-title span {
  position: relative;
  background: #ffffff;
  z-index: 11;
  padding: 0 15px 0 0;
}

.side-block-text {
  color: #050505;
  font-size: 17px;
  font-weight: 600;
  padding-bottom: 16px;
}

.side-block-href {
  color: #084e88;
  font-size: 14px;
  font-weight: 600;
}

.side-block-href:hover {
  text-decoration: underline;
}

.side-interview-form {
  padding-bottom: 20px;
}

.side-interview-form input[type="submit"] {
  color: #050505;
  font-size: 14px;
  text-align: center;
  display: block;
  width: 110px;
  height: 26px;
  border-radius: 3px;
  border: 1px solid #cecbcb;
  background: #e5e5e5;
  margin: 20px auto 0;
}

/*styled radio*/
.side-interview-form .radio-row {
  margin-bottom: 10px;
}

.side-interview-form .radio-row:last-child {
  margin-bottom: 13px;
}

.side-interview-form .radio-label {
  cursor: pointer;
  position: relative;
  width: auto !important;
}

.side-interview-form .radio-label input[type="radio"] {
  display: none;
}

.side-interview-form .radio-label span {
  position: relative;
  padding-left: 25px;
  color: #353535;
  font-size: 14px;
}

.side-interview-form .radio-label span:before {
  display: inline-block;
  position: absolute;
  top: 0px;
  left: -1px;
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid #838181;
  border-radius: 13px;
  background: #c8c6c6;
}

.side-interview-form .radio-label span:after {
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 3px;
  content: "";
  width: 8px;
  height: 8px;
  background: #656463;
  border-radius: 4px;
  opacity: 0;
}

.side-interview-form .radio-label:hover span:after {
  opacity: 0.5;
}

.side-interview-form .radio-label input[type="radio"]:checked + span:after {
  opacity: 1;
}

.side-interview-form .radio-label:hover input[type="radio"]:checked + span:after {

}

/*styled radio*/

.last-comment-wrapper:not(:last-child) {
  margin-bottom: 25px;
}

.news-name-comment-from {
  color: #2e5078;
  font-size: 15px;
  font-weight: 600;
  padding-bottom: 13px;
}

.last-comment-text {
  position: relative;
  padding: 10px 10px 25px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #cecbcb;
  color: #353535;
  font-size: 14px;
  overflow-x: hidden;
}

.last-comment-more-btn {
  position: absolute;
  right: 10px;
  bottom: 5px;
  color: #084e88;
  font-size: 14px;
  border-bottom: 2px solid #a4b4c9;
}

/* CONTENT END */

/* FOOTER START */
.footer {
  background: #d0d0d0;
  color: #797877;
  font-size: 14px;
  text-align: center;
  padding: 40px 0 35px;
}

/* FOOTER END */

/* CAROUSEL START */
.items-wrapper {
  padding-bottom: 25px;
}

.owl-carousel .owl-item {
  text-align: center;
}

.owl-carousel .owl-item a {
  width: auto !important;
  /*height:70px;*/
  display: block;
  text-align: center;
  vertical-align: middle;
}

.owl-carousel .owl-item img {
  /*max-width: 150px;*/
  /*max-height: 70px;*/
  width: 100% !important;
}

.owl-carousel .owl-item img {
  margin: 0px auto;
}

.owl-controls {
  position: absolute;
  width: 100%;
  height: 30px;
  top: 50%;
  margin-top: -15px;
  z-index: -1;
}

.owl-nav .owl-prev {
  background-image: url(../images/carousel-left.png);
  left: -40px;
  position: absolute;
  width: 16px;
  height: 29px;
}

.owl-nav .owl-next {
  background-image: url(../images/carousel-right.png);
  right: -40px;
  position: absolute;
  width: 16px;
  height: 29px;
}

/* CAROUSEL END */

/* ARTICLE GALLERY*/
.news-images {
  font-size: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.news-images a {
  width: 18%;
  height: 100px;
  display: inline-block;
  background-size: cover;
  margin-right: 2.5%;
  float: left;
}

.news-images a:nth-child(5n) {
  margin-right: 0;
}

.news-images a:nth-child(n+6) {
  margin-top: 10px;
}

/*COMMENT*/
.comment-block {
  padding: 20px;
  font-size: 14px;
  margin-bottom: 15px;
  background: #f8f8f8;
  border-top: 1px solid #d9d9d9;
}

.commentator-name.registered a {
  color: #b30005;
}

.commentator-name {
  font-weight: bold;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #d9d9d9;
}

.commentator-name a {
  color: #000000;
  text-decoration: none;
}

.commentator-name a:hover {
  color: #e20016;
}

.commentator-name span {
  color: #333333;
  font-weight: normal;
  margin-left: 10px;
  font-size: 12px;
}

.comment-img {
  margin-bottom: 15px;
}

.quote {
  border: 1px dashed #d9d9d9;
  padding: 10px;
  margin: 8px 0px;
  background: #eeeeee;
}

.quote-name {
  font-size: 13px;
  font-weight: bold;
  color: #333333;
}

.quote-name span {
  margin-left: 6px;
  color: #333333;
  font-size: 12px;
  font-weight: normal;
}

.add-comment {
  background: #e5e5e5;
  margin: 10px 0px;
  padding: 30px 20px 20px;
}

.comments-list-title {
  font-weight: bold;
  padding-bottom: 20px;
}

.comments-list-title a {
  text-decoration: none;
}

.comments-list-title i {
  font-style: normal;
  color: #b30005;
}

.add-comment .add-comment-title {
  font-weight: bold;
  padding-bottom: 20px;
  float: left;
}

.add-comment .login {
  float: right;
  font-size: 13px;
}

.add-comment .login span {
  float: left;
  margin: 3px 10px 0px 0px;
}

.add-comment .form-line {
  font-size: 13px;
  color: #333333;
  padding-bottom: 15px;
}

.add-comment .form-line input[type=text], .add-comment .form-line input[type=url] {
  border: 1px solid #b5b5b5;
  display: block;
  margin-top: 3px;
  width: 280px;
  padding: 3px 5px;
}

.add-comment .form-line textarea {
  border: 1px solid #b5b5b5;
  display: block;
  margin-top: 3px;
  width: 100%;
  padding: 3px 5px;
  height: 140px;
  box-sizing: border-box;
}

.add-comment .form-line input[type=file] {
  display: block;
  margin-top: 3px;
}

.add-comment input[type=submit] {
  background: #333333;
  color: #ffffff;
  font-size: 13px;
  padding: 10px 15px;
  border: 0;
  display: block;
  margin-right: 10px;
}

.all-comments-link {
  display: inline-block;
  padding: 10px 15px;
  color: #000000;
  font-size: 13px;
  text-decoration: none;
  background: #bebebe;
}

.all-comments-link i {
  color: #b30005;
  font-style: normal;
}

.comment-actions {
  padding-top: 10px;
  font-weight: bold;
}

.comment-actions a {
  color: #555555;
  text-decoration: none;
  font-size: 13px;
}

.comment-actions a:first-child {
  display: block;
  background: transparent url("../images/icon-reply.png") no-repeat scroll 3px 0px;
  padding-left: 22px;
}

.comment-actions a:hover {
  text-decoration: underline;
}

/*VOTE BLOCK*/
.vote-block {
  padding: 10px 0px;
  border-top: 5px solid #ec3237;
  clear: both;
}

.vote-block-title {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 5px;
  margin-bottom: 10px;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 16px;
  color: #000000;
}

.vote-block .vote-block-banner.left {
  float: left;
  width: 180px;
  margin-right: 10px;
  height: 250px;
}

.vote-block .vote-block-banner.right {
  float: right;
  width: 180px;
  margin-left: 10px;
  height: 250px;
}

.vote-block-inside {
  float: left;
  width: 334px;
  border: 1px solid #d9d9d9;
  padding: 10px;
  box-sizing: border-box;
  min-height: 250px;
}

.vote_question {
  font-size: 13px;
  font-weight: bold;
  padding-bottom: 10px;
}

.vote {
  font-size: 11px;
}

.vote_answer_var {
  padding: 5px 0px;
  border-bottom: 1px dotted #d9d9d9;
  font-size: 11px;
  clear: both;
}

.vote-link {
  display: inline-block;
  color: #ffffff;
  font-size: 10px;
  text-decoration: none;
  background: #ff0000;
  width: 60px;
  text-align: center;
  padding: 1px;
  margin: 0px 9px 1px 0px;
  float: left;
  height: 16px;
  box-sizing: border-box;
}

.answered .vote-link {
  width: 12px;
  display: none;
}

/*.graphic
{
	height:60px;
	margin-bottom:10px;
}
.graphic-col
{
	height:60px;
	float:left;
	position:relative;
	background:#dfdfdf;
}
.graphic-col .graphic-col-result
{
	width:100%;
	position:absolute;
	bottom:0;
	background: #C00;
}*/

.graphic {
  margin-bottom: 10px;
}

.graphic-col {
  position: relative;
  background: #dfdfdf;
  height: 7px;
  margin-top: 1px;
  clear: both;
}

.graphic-col .graphic-col-result {
  height: 100%;
  position: absolute;
  left: 0;
  background: #060033;
  min-width: 5px;
}

/* LIKES BLOCK */
.like-block {
  font-size: 0;
}

.likes-clear {
  clear: both;
}

.like-block .likes-count,
.like-block a {
  display: inline-block;
  float: left;
}

.like-block .likes-count {
  width: 34px;
  height: 19px;
  color: #292929;
  font-size: 12px;
  margin-left: 0;
  padding-top: 2px;
}

.like-block .likes-count .count {
  width: 30px;
  text-align: center;
}

.like-block .likes-count.left {
  background: url(../images/likes-left.png);
  margin: 0px 4px 0px 0px;
}

.like-block .likes-count.left .count {
  float: left;
}

.like-block .likes-count.right {
  background: url(../images/likes-right.png);
  margin: 0px 0px 0px 4px;
}

.like-block .likes-count.right .count {
  float: right;
}

.like-block .like-up {
  margin: -7px 6px 0px 0px;
}

.like-block .like-down {
  margin: 0px 0px 0px 0px;
}

.like-block .like-up:hover,
.like-block .like-down:hover {
  opacity: 0.6;
}

.like-block .like-up.disabledVote,
.like-block .like-down.disabledVote {
  opacity: 0.6;
  pointer-events: none;
}

.commentator-name {
  position: relative;
}

.comment-block .like-block {
  position: absolute;
  right: 0;
  top: -6px;
}

.full-article .addthis_sharing_toolbox {
  float: left;
}

.socials-block-left {
  float: left;
  padding-bottom: 15px;
}

.like-block-title {
  float: right;
  padding-bottom: 15px;
}

.like-block-title b {
  width: 150px;
}

.like-block.after-plugin {
  float: right;
  padding: 9px 21px 0px 0px;
}

@media (max-width: 460px) {
  .comment-block .like-block {
    position: relative;
    right: unset;
    top: unset;
    padding-top: 17px;
  }

  .like-block-title {
    float: none;
    padding-bottom: 10px;
  }

  .like-block.after-plugin {
    float: none;
  }

  .socials-block-left {
    float: none;
    padding-bottom: 10px;
  }

  .full-article .addthis_sharing_toolbox {
    float: none;
  }
}

/* LIKES BLOCK */

/*PAGES*/
.pages a {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border: 1px solid #d9d9d9;
  font-size: 12px;
  float: left;
  margin-right: 3px;
  color: #555555;
  text-align: center;
  text-decoration: none;
}

.pages a.pages_selected {
  background: #fe6306;
  color: #ffffff;
  border: 1px solid #fe6306;
}

.pages .disabled {
  opacity: 0.4;
  pointer-events: none;
}

.pages a.blogpfirst, .pages .blogpback, .pages .blogpnext, .pages .blogplast {
  width: auto;
  padding: 0px 5px;
}

/* FORMS START */
.congratulation-form {

}

.congratulation-form .input-box {
  padding-bottom: 20px;
}

.congratulation-form .input-row:not(:first-child) {
  padding-top: 30px;
}

.congratulation-form .input-row > label {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-weight: 600;
  padding: 7px 0 0 0;
  width: 210px;
}

.congratulation-form select,
.congratulation-form input[type="text"],
.congratulation-form input[type="email"],
.congratulation-form input[type="tel"],
.congratulation-form textarea {
  border: 1px solid #b9c2cb;
  border-radius: 4px;
  background: #f9fafb;
  padding: 5px 10px 6px 10px;
  display: inline-block;
  vertical-align: middle;
  width: 240px;

  color: #3d5166 !important;
  font-size: 13px;
  font-family: 'Open Sans', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  font-weight: normal;
  font-style: normal;
  text-shadow: none;
}

.submit-form-btn {
  color: #ffffff;
  font-family: "Arial", Helvetica, Sans-Serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;

  background-color: #e85900;
  padding: 6px !important;
  border: 1px solid #d3d3d3;
}

.submit-form-btn:hover {
  background-color: #ffffff;
  color: #000000;
}

.code-check-input {
  width: 100px !important;
}

.code-prev-tmp {
  display: inline-block;
  vertical-align: top;
}

.congratulation-form .checkbox-wrapper {
  display: inline-block;
  vertical-align: top;
}

/* styled checkbox with content */
.congratulation-form .checkbox-row:not(:last-child) {
  margin-bottom: 15px;
}

.congratulation-form .checkbox-label {
  cursor: pointer;
  position: relative;
}

.congratulation-form .checkbox-label input[type="checkbox"] {
  /*display:none;*/
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0px;
  left: 1px;
}

.congratulation-form .checkbox-label span {
  position: relative;
  padding-left: 30px;
  font-size: 14px;
  color: #000000;
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
}

.congratulation-form .checkbox-label span:before {
  display: inline-block;
  position: absolute;
  top: 1px;
  left: 0px;
  content: "";
  width: 13px;
  height: 13px;
  border: 1px solid #b9c2cb;
  background: #f9fafb;
  border-radius: 4px;
}

.congratulation-form .checkbox-label span:after {
  display: inline-block;
  position: absolute;
  top: -7px;
  left: 0px;
  content: "\2714";
  width: 17px;
  height: 17px;
  opacity: 0;
  text-align: center;
  font-size: 19px;
  padding: 0;
  color: #000000;
}

.congratulation-form .checkbox-label:hover span:after {
  opacity: 0.5;
}

.congratulation-form .checkbox-label input[type="checkbox"]:checked + span:after {
  opacity: 1;
}

.congratulation-form .checkbox-label:hover input[type="checkbox"]:checked + span:before {

}

/* styled checkbox with content */

/* FORMS END */

.system_info_msg {
  padding: 20px 20px;
  margin: 0px 0px 20px;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  font-size: 14px;
}

.system_info_msg.success {
  background-color: #cfffcd;
  border: 1px solid #a9e1a9;
  color: #000000;
}

.system_info_msg.error {
  background-color: #ffe0e0;
  border: 1px solid #8a0000;
  color: #000000;
}

/*social buttons wrapper*/
.social-buttons {
  position: fixed;
  top: 50%;
  right: 0px;
  margin-top: 50px;
  z-index: 111;
}

.social-buttons.visible {
}

.social-buttons a {
  display: block;
  opacity: 0.8;
  box-shadow: 0px 0px 3px rgba(98, 107, 106, 0.8);
}

.social-buttons a:not(:last-child) {
  margin-bottom: 5px;
}

.social-buttons a:hover {
  opacity: 1;
}

/*social buttons wrapper*/

/*scroll top btn*/
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(254, 99, 6, 0.8) url(../images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  z-index: 111;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}

.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}

.cd-top:hover {
  background-color: #fe6306;
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}

@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 50px;
    width: 50px;
    right: 30px;
    bottom: 30px;
  }
}

/*scroll top btn*/

.bottom-nav-container {
  position: absolute;
  top: 38px;
  left: 30px;
  z-index: 20;
}

.bottom-nav-container li {
  display: inline-block;
  padding: 10px 7px 10px;
  height: 37px;
}

.bottom-nav-container span {
  color: #212120;
  font-size: 15px;
  display: inline-block;
}

.bottom-nav-container li a {
  color: #7e1807;
  font-size: 15px;
  display: inline-block;
  height: auto;
  padding: 0;
}

.bottom-nav-container li a:hover {
  text-decoration: underline;
}

.gsInformer {
  border: none !important;
}

.side-interview-form.in-vote input[type="submit"] {
  margin: 20px 0 0;
}

.second-title {
  font-size: 14px;
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-weight: 600;
  padding: 0 0 15px 0;
}

.news-icons-container {
  position: absolute;
  top: 7px;
  right: 7px;
  font-size: 0;
}

.news-type-icon {
  display: inline-block;
  border-radius: 8px;
  background-color: rgb(253, 253, 252);
  opacity: 0.878;
  box-shadow: 0px 5px 8.66px 2.34px rgba(0, 0, 0, 0.27);
  width: 43px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 5px;
}

.news-type-icon.play-icon {
  background-image: url(../images/play-icon.png);
}

.news-type-icon.sound-icon {
  background-image: url(../images/sound-icon.png);
}

.news-type-icon.foto-icon {
  background-image: url(../images/foto-icon.png);
}

.news-item-bg.small-bg .news-type-icon,
.short-article .news-short-img .news-type-icon {
  width: 38px;
  height: 25px;
  background-size: 45%;
}

.short-article .news-short-img {
  position: relative;
}

.short-article .news-short-img .news-icons-container {

}

.short-article .news-short-img .news-type-icon {

}

.comments-count {
  display: inline-block;
  vertical-align: middle;
  height: 20px;
  color: #fe6306;
  font-size: 13px;
  text-align: center;
  border-radius: 3px;
  margin: 0 0 0 0;
  padding: 0px 5px;
  font-weight: bold;
  border: 2px solid #fe6306;
  line-height: 16px;
  box-sizing: border-box;
}

.go2comments {
  margin-bottom: 30px;
  text-align: center;
  border: 2px solid #edecec;
  padding: 11px 20px 10px;
  line-height: 1;

  color: #050505;
  font-size: 15px;
  font-weight: 600;
}

.this-comments-count {
  color: #fe6306;
}

.go2comments a {
  color: inherit;
}

.go2comments a:first-child {
  float: left;
  margin: 0 0 0 0;
}

.go2comments a:last-child {
  float: right;
  margin: 0 0 0 0;
}

/*LOST AND FOUND*/
.l-items_nav {
  margin-bottom: 20px;
}

.l-item-li {
  width: 33%;
  float: left;
  text-align: center;
  padding: 15px 0;
  border-bottom: 1px solid #cecece;
  color: #7e1807;
  font-size: 15px;
}

.l-item-li:first-child {
  width: 34%;
}

.l-item-li:last-child { /*float: right;*/
  margin-right: 0;
  float: right
}

.l-item-li.active {
  border: 1px solid #cecece;
  border-bottom: 0;

}

.l-item-li:hover {

}

.l-items_list {

}

.l-item-prev {
  border-bottom: 1px solid #cecece;
}

.l-item-prev.lost .l-item-state {
  color: #9f2f2f;
}

.l-item-prev.found .l-item-state {
  color: #6f9d37;
}

.l-item-prev:not(:first-child) {
  margin-top: 15px;
}

.l-item-header {
  font-weight: bold;
}

.l-item-name {

}

.l-item-body {

}

.l-item-descr {

}

.l-item-footer {
  padding: 10px 0;
  color: #333333;
}

.l-item-date {
  float: left;
}

.l-item-state {
  float: right;
}

/*LOST AND FOUND*/

.top__banner {
  height: 500px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}


.top__banner video {
  height: 400px;
  max-width: 100%;
}


.video__container {
  position: relative;
}

.video__content {
  display: none;
}

.video__content.loaded {
  display: block;
}

.video__mute {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
}

.video__mute img {
  width: 30px;
}

.video__mute .volume {
  display: none;
}


.video__mute.active .mute {
  display: none;
}

.video__mute.active .volume {
  display: block;
}

.top__banner-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #ffffff;
  z-index: 2;
}

.top__banner-close:before {
  content: '';
  position: absolute;
  top: 14px;
  left: 7px;
  transform: rotateZ(45deg);
  width: 15px;
  height: 2px;
  background-color: #000;
}

.top__banner-close:after {
  content: '';
  position: absolute;
  top: 14px;
  left: 7px;
  transform: rotateZ(-45deg);
  width: 15px;
  height: 2px;
  background-color: #000;
}

.video_loader {
  width: 100px;
}


@media (max-width: 992px) {
  .top__banner {
    height: auto;
    margin-bottom: 30px;
  }

  .video__container  video {
    height: auto;
    width: 100%;
  }

  .video__mute {
    right: auto;
    left: 15px;
    top: 15px;
  }
}