@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat/Montserrat-SemiBold.eot");
  src: url("../fonts/Montserrat/Montserrat-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-SemiBold.woff") format("woff"), url("../fonts/Montserrat/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat/Montserrat-Regular.eot");
  src: url("../fonts/Montserrat/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat/Montserrat-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*::-webkit-input-placeholder {
  color: #666;
  opacity: 1; }

*:-moz-placeholder {
  color: #666;
  opacity: 1; }

*::-moz-placeholder {
  color: #666;
  opacity: 1; }

*:-ms-input-placeholder {
  color: #666;
  opacity: 1; }

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  color: #666; }

body input:required:valid,
body textarea:required:valid {
  color: #666; }

html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
  vertical-align: baseline;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0; }

*:focus {
  outline: 0; }

html, body {
  height: 100%;
  width: 100%;
  background: white;
  line-height: 1;
  color: black; }

table {
  border-collapse: separate;
  border-spacing: 0; }

caption,
th,
td {
  font-weight: normal;
  text-align: left; }

blockquote:before,
blockquote:after, q:before, q:after {
  content: ""; }

blockquote, q {
  quotes: "" ""; }

ul {
  list-style: none;	
}

li::marker {
  font-weight: bold;
  color: rgb(23, 75, 115);
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

a {
  text-decoration: none; }

.center_content ul {
  list-style: square;
}
.center_content ol, .center_content ul {
  margin-left: 2em;
}

.center_content ol li, .center_content ul li {
  margin-bottom: 1.5em;
}

.container {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  display: block; }

.clearfix:after {
  content: '';
  display: table;
  clear: both; }

.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%; }

header {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }

footer {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.index_content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }

body {
  color: #25201f;
  font-family: "Montserrat";
  font-size: 14px;
  line-height: normal; }
  body p {
    margin-bottom: 24px;
    line-height: 1.5; }
  body a {
    color: #25201f; }
    body a:hover {
      color: #1f74b5; }

strong,
.bold {
  font-weight: 700; }

em {
  font-style: italic;
}

.title_h1, h1 {
  color: #174b73;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  text-transform: uppercase; }

.title_h2, h2 {
  color: #25201f;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px; }

.white {
  color: white; }

.btn {
  width: 160px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #174b73;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  text-decoration: none;
  padding: 7px 0;
  font-weight: 400;
  display: block;
  border: none; }
  .btn:hover {
    background: #1f74b5; }

.container_big {
  /*width: 1412px; */
  margin: 0 0 0 30px; }

#menu {
  display: none;
  width: 320px;
  height: 672px;
  -webkit-box-shadow: 0 15px 50px rgba(0, 0, 0, 0.25);
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.25);
  background-color: #f0f0f0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  padding: 34px; }
  #menu.open {
    display: block; }
  #menu ul a {
    color: #25201f;
    font-size: 13px; }
  #menu ul li {
    margin-bottom: 14px; }
  #menu input {
    width: 260px;
    height: 40px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #dddddd;
    background-color: #ffffff;
    padding-left: 27px;
    color: #9e9e9e;
    font-size: 12px;
    margin: 22px 0 9px;
    background: #fff url(../img/svg/search_lupa.svg) no-repeat 95% center; }

.close_menu {
  width: 18px;
  height: 18px;
  background: url(../img/svg/close_menu.svg) no-repeat center;
  margin-bottom: 35px;
  cursor: pointer; }

.sidr-class-icons a {
  display: inline-block;
  vertical-align: top;
  margin-right: 6px; }

/*HEADER*/
.banner_bg {
  position: fixed;
  top: 0;
  bottom: 0;
}

.top_header {
  position: relative;
  z-index: 999;
  background-color: #e2e5e7;
  padding: 16px 0 18px;
  overflow: hidden; }

#simple-menu {
  width: 21px;
  height: 15px;
  background: url(../img/svg/burger.svg) no-repeat center; }
  #simple-menu:hover, #simple-menu.active {
    background: url(../img/svg/burger_hov.svg) no-repeat center;
    cursor: pointer; }

.simple_bl {
  float: left;
  width: 4%;
  padding-top: 24px; }

.logo_bl {
  float: left;
  width: 36.5%;
  padding-top: 22px; }

.probki {
  float: left;
  width: 28%;
  padding-top: 14px; }
  .probki span {
    color: #202121;
    font-size: 12px;
    text-transform: uppercase;
    margin-right: 22px; }

.weather {
  float: left;
  width: 18%; }

.weather_text .bold {
  color: #25201f;
  font-size: 21px; }

.weather_text span {
  color: #676767;
  font-size: 11px; }

.weather_text sup {
  font-size: 13px; }

.data_head {
  float: right; }
  .data_head .day {
    color: #25201f;
    font-size: 13px; }
  .data_head .data {
    padding-top: 5px; }
  .data_head .data_text {
    color: #174b73;
    font-size: 13px;
    padding-right: 21px; }
  .data_head .time {
    font-size: 13px;
    color: #676767; }

.bottom_head {
  margin-bottom: 10px; }

.menu_bottom {
  -webkit-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  background-color: #174b73;
  padding: 16px 55px; }
  .menu_bottom ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .menu_bottom li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative; }
    .menu_bottom li:before {
      content: '';
      width: 1px;
      height: 13px;
      background: #e9edef;
      position: absolute;
      right: -55px;
      top: 4px; }
    .menu_bottom li:last-child:before {
      display: none; }
  .menu_bottom a {
    color: #ffffff;
    font-size: 12px;
    font-weight: 400; }
    .menu_bottom a:hover {
      color: #ffffff; }

.banner_head_content {
  /*height: 68px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #e2e5e7;*/
  margin-bottom: 10px; }


.index_content .baner_right {}
#splash {
  float: left;
  width: 58%; }
  #splash .owl-nav {
    display: none; }

.splash_block {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #dddddd;
  background-color: #174b73;
  overflow: hidden; }

.splash_inner {
  -webkit-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

.splash__image img {
  width: auto !important; }

.splash_text {
  min-height: 142px;
  padding: 21px 32px; }

.splash_data {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  padding: 6px 11px;
  text-align: center;
  color: #25201f;
  font-size: 12px;
  margin-bottom: 18px;
  display: inline-block;
  vertical-align: top; }

.splash_title {
  font-size: 18px;
  color: #fff;
  max-width: 345px;
  display: block; }
  .splash_title:hover {
    color: #1f74b5; }

#listnews {
  float: right;
  width: 42%; }
  #listnews li {
    display: block;
    /*height: 113px;*/
    height: 97px;
    border-bottom: 1px solid #fff;
    width: 100%;
    padding-left: 38px;
    padding-right: 75px; 
    background: #e2e5e7;}
    #listnews li:before {
      content: '';
      height: 100%;
      width: 0%;
      display: inline-block;
      vertical-align: middle; }
    #listnews li:last-child {
      border-bottom: none; }
  #listnews a {
    display: inline-block;
    vertical-align: middle;
    color: #25201f;
    font-size: 16px; }
    #listnews a:hover {
      color: #1f74b5; }

.running_line {
  margin: 20px 0;
}

.left_content {
  float: left;
  width: 23.5%;
  margin-right: 2%; }

.banner {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #dddddd;
  background-color: #ffffff; }

.pins {
  padding: 19px 15px;
  width: 100%; }
  .pins .title_h1 {
    margin-bottom: 20px; }
  .pins_inner {
    padding: 0 5px;
    margin-bottom: 30px; }
  .pins_fon .pins_title {
    color: #B3211A;
  }
  .pins_data {
    /*display: inline-block;*/
    vertical-align: top;
    color: #9fa0a2;
    font-size: 12px;
    /*padding-right: 20px;*/
    line-height: normal; }
  .pins_top {
    background: url(../img/svg/grom.svg) no-repeat right; }
  .pins_title {
    color: #25201f;
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
    display: block; }
    .pins_title:hover {
      color: #1f74b5; }
.category-name {
  display: block;
  float: right;
  text-align: right;
}
.category-name a {
  color: #9fa0a2;
}

.arhive_all {
  border-top: 1px solid #e2e5e7;
  padding-top: 16px;
  color: #174b73;
  font-size: 14px;
  padding-left: 13px;
  display: block; }

.left_banner {
  width: 100%;  
  margin: 25px 0; }

.vpins_videos .title_h1 {
  padding: 20px 15px 0px; }

.vpins_videos img {
  display: block;
  margin: 15px auto 15px; }

/*FRAME PHP*/
#archive {
  font-size: 0; 
  width: 203px;}
  #archive .black, #archive .black:hover {
    width: 37px;
    height: 28px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 0;
    display: inline-block;
    vertical-align: top;
    background: #174b73 url(../img/svg/arrow_white.svg) no-repeat center;
    margin-top: 15px;
    margin-bottom: 0; }
    .black-rev{
      -moz-transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg);
    }
  #archive b {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #174b73;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    padding: 7px 0px;
    display: inline-block;
    vertical-align: top;
    margin: 15px 5px 0 5px;
    width: 119px; }
  #archive .dni, #archive .dni2 {
    color: #9fa0a2;
    font-size: 14px;
    font-weight: 600;
    padding-top: 15px;
    padding-right: 9px;
    padding-bottom: 6px; 
    text-transform: lowercase;}
  #archive td a {
    color: #25201f;
    font-size: 14px;
    font-weight: 600;
    line-height: 26px;
    text-align: center;
    height: 26px;
    width: 26px;
    display: block;
    margin-bottom: 8px; }
    #archive td a:hover {
      width: 26px;
      height: 26px;
      background-color: #e2e5e7;
      -webkit-border-radius: 50%;
      border-radius: 50%; }
  #archive td span {
    color: #25201f;
    font-size: 14px;
    font-weight: 600;
    line-height: 26px;
    text-align: center;
    height: 26px;
    width: 26px;
    display: block;
    margin-bottom: 8px; }
    #archive td span:hover {
      width: 26px;
      height: 26px;
      background-color: #e2e5e7;
      -webkit-border-radius: 50%;
      border-radius: 50%; }

/*END FRAME PHP*/
.center_content {
  float: left;
  width: 49%;
  margin-right: 15px; }

.vpins_news {
  width: 100%;
  /*height: 392px;*/
  padding: 20px;
  margin-bottom: 20px; }
  .vpins_news_image {
    margin-bottom: 17px;
    min-height: 188px; }
  .vpins_news_data {
    width: 119px;
    padding: 6px 0;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #174b73;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    color: #ffffff;
    font-size: 12px;
    margin-right: 18px; }
  .vpins_news_label {
    color: #174b73;
    font-size: 12px;
    font-weight: 600;
    padding-top: 5px;
    display: inline-block;
    vertical-align: top; }
  .vpins_news_title {
    display: block;
    color: #25201f;
    font-size: 18px;
    line-height: 28px;
    padding: 13px 0; }
    .vpins_news_title:hover {
      color: #1f74b5; }

.vpins_news_banner {
  width: 100%;
  height: 345px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #e2e5e7;
  margin: 20px 0; }

.right_content {
  float: right;
  width: 240px; }

.innerlenta_block {
  padding: 19px 25px; }
  .innerlenta_block .title_h1 {
    margin-bottom: 20px; }

.innerlenta_inner {
  margin-bottom: 23px; }

.innerlenta_data {
  color: #9fa0a2;
  font-size: 12px;
  padding-bottom: 5px; }

.innerlenta_text {
  display: block;
  color: #25201f;
  font-size: 14px; }
  .innerlenta_text:hover {
    color: #1f74b5; }

  .PhotoPins {
    position: relative;
  }

.PhotoPins_inner {
  position: relative;
  display: block;
  margin-top: 20px; }

.PhotoPins_label {
  width: 60px;
  padding: 6px 0;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #21292c;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 2; }

.VideoPins_inner {
  position: relative;
  display: block;
  margin-top: 20px; }

.VideoPins_label {
  width: 60px;
  padding: 6px 0;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #676767;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 2;
}
.news_partner {
  padding: 20px;
  margin-bottom: 20px;
  }
  .news_partner .title_h1,
  .right-lenta .title_h1 {
    margin-bottom: 20px; }
  .news_partner .news_partner_inner {
    margin-bottom: 25px; }
  .news_partner .news_partner_title {
    padding-top: 15px;
    display: block; }

.jq-checkbox {
  width: 15px;
  height: 15px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #dee5ed; }
  .jq-checkbox.checked .jq-checkbox__div {
    width: 9px;
    height: 9px;
    margin: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: #174b73; }

.subscriber {
  padding: 23px 20px;
  margin-top: 20px; }
  .subscriber select {
    width: 100%;
    height: 34px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #e2e5e7;
    padding-left: 14px;
    display: block;
    color: #25201f;
    font-size: 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #ffffff url(../img/svg/select_arrow.svg) no-repeat 95% center;
    margin-top: 10px; }
  .subscriber .submit {
    clear: both;
    margin: 14px auto 0; }

#subscribe-month {
  margin-top: 20px;
  overflow: hidden; }
  #subscribe-month label {
    float: left;
    width: 50%;
    margin-bottom: 6px;
    color: #25201f;
    font-size: 13px; }

.section_tab {
  padding: 18px;
  margin-top: 20px;
  min-height: 511px; }

.tabs {
  overflow: hidden;
  padding-top: 20px; }

.nav {
  width: 36px;
  height: 27px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #e2e5e7;
  float: left;
  overflow: hidden;
  margin-right: 3px;
  cursor: pointer; }
  .nav:last-child {
    margin-right: 0; }
  .nav .vk {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/svg/vk.svg) no-repeat center; }
  .nav .facebook {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/svg/facebook.svg) no-repeat center; }
  .nav .twitter {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/svg/twitter.svg) no-repeat center; }
  .nav .google {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/svg/google.svg) no-repeat center; }

	  .nav .utt {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/svg/ut.svg) no-repeat center; }

	
.current .vk {
  background: #4a76a8 url(../img/svg/vk_hov.svg) no-repeat center; }

.current .facebook {
  background: #4a76a8 url(../img/svg/facebook_hov.svg) no-repeat center; }

.current .twitter {
  background: #4a76a8 url(../img/svg/twitter_hov.svg) no-repeat center; }

.current .google {
  background: #4a76a8 url(../img/svg/google_hov.svg) no-repeat center; }
  .current .utt{
  background: #4a76a8 url(../img/svg/ut.svg) no-repeat center; }

.content_tab {
  clear: both;
  padding-top: 20px; }
  .content_tab .box {
    display: none; }
  .content_tab .box.visible {
    display: block; }

#toTop {
  width: 45px;
  height: 45px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #174b73 url(../img/svg/toTop.svg) no-repeat center;
  cursor: pointer;
  position: fixed;
  right: 50px;
  bottom: 50px; }

footer {
  background-color: #e2e5e7;
  padding: 25px 0;
  margin-top: 10px; }

.l_footer {
  float: left;
  width: 71%;
  padding-left: 14px; }

.logo {
  float: left;
  margin-right: 22px; }

.footer_menu {
  float: left; }

.phone {
  color: #25201f;
  font-size: 13px;
  padding: 0 0 7px;
  display: block; }

.foot_menu li {
  float: left;
  margin-right: 15px; }

.foot_menu a {
  color: #174b73;
  font-size: 12px;
  text-transform: uppercase; }
  .foot_menu a:hover {
    text-decoration: underline; }

.info {
  clear: both;
  padding-top: 22px; }
  .info p {
    color: #71777b;
    font-size: 11px;
    margin-bottom: 9px; }

.r_footer {
  float: right;
  width: 29%; }
  .r_footer ul {
    float: left;
    width: 55%; }
    .r_footer ul:last-child {
      width: 45%; }
  .r_footer li {
    margin-bottom: 8px; }
  .r_footer a {
    color: #202121;
    font-size: 12px; }
    .r_footer a:hover {
      color: #1f74b5; }

.sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9;
  -webkit-box-shadow: -1px 7px 18px rgba(61, 61, 61, 0.18);
  box-shadow: -1px 7px 18px rgba(61, 61, 61, 0.18);
  background-color: #e2e5e7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-bottom: 13px; }
  .sticky .bottom_head, .sticky .banner_head, .sticky .top_header {
    display: none; }
  .sticky .top_header_fix {
    display: block; }

.simple_menu {
  display: none;
  width: 330px;
  height: 190px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #174b73;
  position: absolute;
  left: 0;
  top: 42px;
  padding: 19px 26px;
  z-index: 2; }
  .simple_menu:before {
    content: '';
    height: 15px;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: -15px; }

.top_header_fix {
  display: none; }
  .top_header_fix .logo_bl {
    float: left;
    width: 23.5%; }
  .top_header_fix .simple_bl {
    float: left;
    padding-top: 15px;
    width: 6%; }
  .top_header_fix #simple-menu_fix {
    width: 35px;
    height: 35px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: url(../img/svg/burger.svg) no-repeat center;
    position: relative;
    cursor: pointer; }
    .top_header_fix #simple-menu_fix:hover {
      background: #174b73 url(../img/svg/burger_line.svg) no-repeat center; }
      .top_header_fix #simple-menu_fix:hover .simple_menu {
        display: block; }
      .top_header_fix #simple-menu_fix:hover ul {
        float: left;
        width: 60%; }
        .top_header_fix #simple-menu_fix:hover ul:last-child {
          width: 40%; }
      .top_header_fix #simple-menu_fix:hover li {
        margin-bottom: 8px; }
      .top_header_fix #simple-menu_fix:hover a {
        color: #ffffff;
        font-size: 12px;
        position: relative; }
        .top_header_fix #simple-menu_fix:hover a:hover, .top_header_fix #simple-menu_fix:hover a.active {
          text-decoration: underline; }
          .top_header_fix #simple-menu_fix:hover a:hover:before, .top_header_fix #simple-menu_fix:hover a.active:before {
            content: '';
            width: 4px;
            height: 4px;
            background-color: #ffffff;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            position: absolute;
            left: -12px;
            top: 7px; }
  .top_header_fix .menu_fix {
    float: left;
    padding-top: 24px; }
    .top_header_fix .menu_fix li {
      float: left;
      margin-right: 22px; }
    .top_header_fix .menu_fix a {
      color: #174b73;
      font-size: 13px;
      text-transform: uppercase; }
  .top_header_fix .search_bl {
    float: right; }
    .top_header_fix .search_bl form {
      display: none;
      position: relative; }
    .top_header_fix .search_bl .searchfieldjs {
      /*width: 260px;*/
      width: 710px;
      height: 40px;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      border: 1px solid #dddddd;
      background-color: #ffffff;
      padding-left: 27px;
      color: #9e9e9e;
      font-size: 12px;
      margin: 22px 0 9px;
      position: absolute;
      right: 0;
      top: -10px; }
    .top_header_fix .search_bl .searchButton {
      width: 14px;
      height: 14px;
      /*background: url(../img/svg/lupa.svg) no-repeat center;*/
      background: url(../img/svg/cl.svg) no-repeat center;
      background-size: 100%;
      border: none;
      position: absolute;
      right: 15px;
      top: 25px; }
  .top_header_fix .btn_lupa {
    width: 13px;
    height: 14px;
    background: url(../img/svg/lupa.svg) no-repeat center;
    margin-top: 25px;
    cursor: pointer; }
.weather {
    display: none;
}
.newspaper_content .center_content {
    width: 74.5%;
}
.breadcrams {
    margin: 0 0 20px 0;
    font-size: 12px;
    font-weight: 400;
}
.breadcrams a{
	text-decoration: underline;
}
.breadcrams a:hover{
	text-decoration: none;
}
.newspaper__list .h1 {
    color: #25201f;
    font-size: 18px;
    margin: 20px 0;
}
.newspaper__list .h1 a:hover{
		color: #1f74b5;
}
.newspaper__ins:after {   
    content: '';
    clear: both;
    display: table; 
}
.newspaper__elem {
    width: 242px;
    -webkit-border-radius:4px;
    border-radius: 4px;
    border: 1px solid #dddddd;
    margin-top: 15px;
    margin-right: 9px;
    float: left;
}
.newspaper__elem:nth-child(3n){
  margin-right: 0;
}
.newspaper__elem:hover{
	border-color: #1f74b5;
}
.newspaper__elem:nth-child(-n+3){
	margin-top: 0;
}
.newspaper__elem a {
    display: block;
    width: 100%;
    padding: 10px;
    color: #25201f;
}
.newspaper__elem__name {
    display: block;
    margin: 15px 0;
    white-space: inherit;
    font-size: 14px;
    min-height: 72px;
}
.newspaper__elem a:hover{
	color: #25201f;
}
.newspaper__elem__name:hover{
	color: #1f74b5;
}
.newspaper__elem__img {
    width: 100%;
    height: 130px;
    background-size: cover;
    display: block;
}
.newspaper__elem__txt {
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: #808080;
}
.newspaper__list + .newspaper__list{
	margin-top: 28px;
}
.newspaper__hr {
    height: 5px;
    background-color: #bfbfbf;
    margin: 28px 0;
}
.newspaper__elem__date {
    display: block;
    color: #808080;
    font-size: 12px;
    font-weight: 400;
    margin-top: 9px;
}
.newspaper__photo .h1,
.newspaper__news .h1 a{
    color: #174b73;
}
.photo-h1 {
    color: #25201f;
    font-size: 18px;
    margin: 20px 0;
}
.photo-album-element a {
    display: block;
    width: 100%;
    height: 600px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}
.photo-album-element a:hover{
    color: #fff;
}
.photo-album-element .caption {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 100px 35px 70px 35px;
    box-sizing: border-box;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.99) 68%, rgba(0,0,0,1) 69%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(0,0,0,0.99) 68%,rgba(0,0,0,1) 69%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(0,0,0,0.99) 68%,rgba(0,0,0,1) 69%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#000000',GradientType=0 );
    color: #fff;
    font-size: 30px;
    font-weight: 700;
}
.photo-album-element img {
    background: #000;
    width: 100%;
    height: auto;
    min-height: 600px;
}
.photo-album-element + .photo-album-element{
  margin-top: 20px;
}
.photo-arhive-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
}
.photo-arhive-element {
    width: 240px;
    margin-top: 14px;
}
.photo-arhive-element:nth-child(-n+4){
  margin-top: 0;
}
.photo-arhive-element a {
    display: block;
    -webkit-border-radius:4px;
    border-radius: 4px;
    border: 1px solid #dddddd;
    width: 100%;
    height: 100%;
    padding: 10px 10px 20px 10px;
}
.photo-arhive-element--img {
    display: block;
    width: 100%;
    height: 130px;
    background-size: cover !important;
}
.photo-arhive-element--date {
    display: block;
    color: #808080;
    font-size: 12px;
    margin: 10px 0 20px 0;
}
footer{
  margin-top: 80px;
}
.photo-album-list {
    margin-bottom: 35px;
}
.photo-arhive-element a:hover {
    border-color: #1f74b5;
    color: #25201f;
}
.photo-arhive-element--name:hover {
    color: #1f74b5;
}
.photo-album--photos {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
}
.photo-album--element {
    width: 240px;
    margin-right: 13px;
    margin-top: 13px;
    max-height: 160px;
    overflow: hidden;
}
.photo-album--element:nth-child(-n+4){
  margin-top: 0;
}
.photo-album--element:nth-child(4n){
  margin-right: 0;
}
.photo-album--element img {
    width: 100%;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.photo-album--name {
    color: #25201f;
    font-size: 18px;
    margin: 20px 0;
}
.photo-album--date {
    color: #25201f;
    font-size: 14px;
    margin: 20px 0;
}
.photo-album--element:hover {
    opacity: 0.5;
}
#runline {
    border: 1px solid #174b73;
    height: 40px;
    padding: 0 20px;
    overflow: hidden;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
#runline div {
    line-height: 29px;
    padding: 5px;
    width: 100%;
}
.banner_content + .index_content{
  margin-top: 40px;
}
.category_h1 {
    color: #000000;
    text-transform: none;
}
.category_center_content {
    float: left;
    width: 74.5%;
    margin-right: 15px;
}
#timeline #scroll {
    width: 745px;
    height: 50px;
    overflow-x: auto;
    overflow-y: hidden;
}
#timeline li {
    display: inline-block;
    font-size: 0;
    vertical-align: middle;
    padding-bottom: 20px;
}
#timeline li + li{
  margin-left: 8px;
}
#timeline li span, #timeline li a {
    display: block;
    width: 26px;
    height: 26px;
    border: 1px solid #e2e5e7;
    color: #25201f;
    font-size: 12px;
    text-align: center;
    line-height: 26px;
    -webkit-border-radius:100%;
    border-radius: 100%;
    font-weight: 400;
}
#timeline ul {
    overflow: hidden;
    width: 950px;
}
#scroll::-webkit-scrollbar {
    height: 5px;
    border: 2px solid #cacdcf;
}
#scroll::-webkit-scrollbar-track {
    background: #e2e5e7;
    height: 5px;
}
#scroll::-webkit-scrollbar-thumb {
    background: #cacdcf;
    margin: 2px;
    height: 5px;
}
#timeline li a.all-news-link {
    width: 108px;
    height: 30px;
    -webkit-border-radius:4px;
    border-radius: 4px;
}
#timeline li a:hover{
  background-color: #e2e5e7;
}
#timeline li span{
  color: #e2e5e7;
}
#timeline li span.sep {
    border: none;
    color: #bfbfbf;
    width: 10px;
    font-size: 15px;
}
.category_list {
    margin-top: 40px;
}
.category_list_element a {
    -webkit-border-radius:4px;
    border-radius: 4px;
    border: 1px solid #dddddd;
    background-color: #ffffff;
    display: block;
    padding: 20px;
}
.category_list_element a::after{
  content: '';
  clear: both;
  display: table;
}
.category_list_element +.category_list_element{
  margin-top: 10px;
}
.category_list_element a:hover{
   border-color:#1f74b5;
}
.category_list_element-img {
    display: block;
    width: 220px;
    float: left;
}
.category_list_element-txt {
    display: block;
    width: 460px;
    float: right;
}
.category_list_element-img img {
    width: 100%;
}
.category_list_element-name {
    display: block;
    color: #000000;
    font-size: 16px;
    margin-bottom: 15px;
}
.category_list_element-name:hover{
  color: #1f74b5;
}
.category_list_element-date {
    display: block;
    color: #808080;
    font-size: 12px;
    font-weight: 400;
}
.category_list_element-text {
    display: block;
    color: #808080;
    font-size: 12px;
    font-weight: 400;
    margin-top: 10px;
}
.category_hr{
  margin: 50px 0 30px 0;
  height: 5px;
  background: #bfbfbf;
}
#timeline li a.select {
    background-color: #e2e5e7;
}
#timeline {
    margin-top: 5px;
}
.columnists-list-element + .columnists-list-element{
  margin-top: 10px;
}
.columnists-list-element{
  padding: 20px;
  -webkit-border-radius:4px;
  border-radius: 4px;
  border: 1px solid #dddddd;
}
.columnists-list-element::after{
  content: '';
  clear: both;
  display: table;
}
.columnists-list-img{
  float: left;
  width: 220px;
}
.columnists-list-img img{
  width: 100%;
}
.columnists-list-txt{
  float: right;
  width: 465px;
}
.columnists-list-name a {
    font-size: 16px;
    color: #174b73;
}
.columnists-list-name a.who-name{
  color: #d31c1c;
}
.columnists-list-name a:hover{
  color: #1f74b5;
}
.columnists-list-name a.who-name:hover{
  text-decoration: underline;
  color: #d31c1c;
}
.columnists-list-name{
  margin-bottom: 15px;
}
.columnists-list-date {
    color: #808080;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 10px;
}
.columnists-list-text{
    color: #808080;
    font-size: 12px;
    font-weight: 400;
}
.columnists-list-element:hover {
    border-color: #1f74b5;
}
.columnists-list{
  margin-top: 20px;
}
.mb20{
  margin-bottom: 20px;
}
.kieulicy-albom a {
    position: relative;
    display: block;
}
.kieulicy-albom+.kieulicy-albom{
  margin-top: 20px;
}
.kieulicy-albom img {
    background: #000;
    width: 100%;
    height: auto;
}
.kieulicy-albom .caption {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 30% 35px 35px;
    box-sizing: border-box;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.99) 68%, rgba(0,0,0,1) 69%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(0,0,0,0.99) 68%,rgba(0,0,0,1) 69%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(0,0,0,0.99) 68%,rgba(0,0,0,1) 69%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#000000',GradientType=0 );
}
.kieulicy-albom-name {
    color: #ffffff;
    font-size: 30px;
    margin-bottom: 25px;
}
.kieulicy-albom .counter {
    display: inline-block;
    vertical-align: middle;
    -webkit-border-radius:4px;
    border-radius: 4px;
    background-color: #174b73;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 0 18px;
    line-height: 30px;
    margin-right: 25px;
}
.kieulicy-albom .date {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}
.kieulicy-albom .short {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    margin-top: 15px;
}
.kieulicy-albom a:hover img {
    opacity: 0.8;
}
.kieulicy-albom-photo {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
}
.kieulicy-albom-photo .cell {
    width: 240px;
    margin-right: 13px;
    margin-top: 13px;
    max-height: 160px;
    overflow: hidden;
}
.kieulicy-albom-photo .cell:nth-child(-n+4) {
    margin-top: 0;
}
.kieulicy-albom-photo .cell:nth-child(4n) {
    margin-right: 0;
}
.kieulicy-albom-photo .cell img {
    width: 100%;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.kieulicy-albom-photo .cell:hover {
    opacity: 0.5;
}
.article-name {
    color: #000000;
    text-transform: none;
    margin-bottom: 20px;
}
.article-wrap, .news-wrap {
    -webkit-border-radius:4px;
    border-radius: 4px;
    border: 1px solid #dddddd;
    padding: 10px 15px 10px 10px;
}
.article-wrap a {
  color: #174b73;
  text-decoration: underline;
}
.article-top-img {
    width: 313px;
    float: left;
}
.article-top-line::after{
  content: '';
  clear: both;
  display: table;
}
.article-top-img img{
  width: 100%;
}
.article-top-btn{
  width: 385px;
  float: right;
}
.article-top-date::after{
  content: '';
  clear: both;
  display: table;
}
.article-top-date span {
    display: block;
    float: left;
    color: #808080;
    font-weight: 400;
    line-height: 22px;
}
.article-top-date a{
    display: block;
    float: right;
    width: 22px;
    height: 22px;
    background: url(/design/img/svg/print.svg) no-repeat center;
}
.article-top-date {
    margin-bottom: 20px;
}
.article-top-author p {
    margin-bottom: 0;
}
.mt50 {
    margin-top: 50px;
}
.article-top-author a {
    color: #808080;
    font-weight: 400;
    text-decoration: underline;
}
.article-top-author a:hover{
    text-decoration: none;
    color: #808080;
}
.article-top-share{
    margin-top: 15px;
}
.article-txt {
    margin-top: 30px;
    font-weight: 400
}
.commnetsPanel {
    text-align: center;
    cursor: pointer;
    margin: 20px auto 0;
    width: 220px;
    height: 34px;
    -webkit-border-radius:4px;
    border-radius: 4px;
    background-color: #174b73;
    line-height: 34px;
    color: #fff;
    font-size: 12px;
}
.news-topline::after {
    content: '';
    clear: both;
    display: table;
}
.news-topline>div {
    float: left;
    line-height: 24px;
}
.news-topline .fl_r {
    float: right;
}
.print_link {
  display: block;
  width: 22px;
  height: 24px;
  background: url(/design/img/svg/print.svg) no-repeat center;
}
.news-topline>div+div{
  margin-left: 30px;
}
.news-toptags p {
    font-weight: 400;
    margin-bottom: 0;
}
.news-topline{
  margin-bottom: 25px;
}
.news-toptags{
  margin-bottom: 25px;
}
.news-toptags a {
    color: #174b73;
    text-decoration: underline;
}
.news-toptags a:hover{
  text-decoration: none;
}
.news-img img {
    width: 100%;
    max-width: 100%;
}
.news-txt p {
    font-weight: 400;
}

.news-txt p a{
  text-decoration: underline;
  font-weight: 400;
  color: #174b73;
}
.news-txt p a:hover{
  text-decoration: underline;
}

.news-img{
    margin-bottom: 15px;
}
.more-news-wrap{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
}
.more-news-element {
    width: 236px;
    margin-right: 5px;
    margin-top: 5px;
}
.more-news-element:nth-child(3n){
    margin-right: 0;
}
.more-news-element a {
    display: block;
    width: 100%;
    -webkit-border-radius:4px;
    border-radius: 4px;
    border: 1px solid #dddddd;
    padding: 10px;
    height: 100%;
}
.more-news-element-img {
    display: block;
    margin-bottom: 9px;
}
.more-news-element-img img{
    width: 100%;
}
.more-news-element-date {
    display: block;
    font-weight: 400;
    color: #808080;
    font-size: 12px;
    margin-bottom: 13px;
}
.more-news-element-name {
    display: block;
    margin-bottom: 13px;
}
.more-news-element-txt {
    display: block;
    font-weight: 400;
    font-size: 12px;
    color: #808080;
}
.search_content .center_content {
    float: left;
    width: 74.5%;
    margin-right: 15px;
}
.pagination {
    margin: 20px 0;
}
.pagination a {
    display: inline-block;
    vertical-align: middle;
    width: 26px;
    height: 26px;
    border: 1px solid #e2e5e7;
    text-align: center;
    line-height: 26px;
    -webkit-border-radius:100%;
    border-radius: 100%;
    color: #25201f;
    font-size: 12px;
    font-weight: 400;
}
.pagination a.current,
.pagination a:hover{
    background-color: #e2e5e7;
    color: #25201f;
}
.news-search-item + .news-search-item{
  margin-top: 10px;
}
.news-search-item a {
    display: block;
    -webkit-border-radius:100%;
    border-radius: 4px;
    border: 1px solid #e6e6e6;
    padding: 20px;
    color: #808080;
}
.news-search-item a:hover{
  border-color:#1f74b5;
  color: #808080;
}
.news-search-item a:after{
  content: '';
  clear: both;
  display: table;
}
.news-search-img {
    float: left;
    width: 160px;
    display: block;
}
.news-search-txt {
    float: right;
    display: block;
    width: 525px;
}
.news-search-img img {
    width: 100%;
}
.news-search-date {
    display: block;
    margin-bottom: 11px;
    font-size: 12px;
    font-weight: 400;
}
.news-search-name {
    display: block;
    color: #000000;
    font-size: 16px;
}
.news-search-name:hover{
    color: #1f74b5;
}
#splash {
    background-color: #174b73;
}
.index_content.main_content {
    margin-top: 6px;
}
.vpins_news_image img {
    width: 100%;
}
.index_content.main_content + footer {
    margin-top: 15px;
}
#archive td a {
    background-color: #e2e5e7;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}
.news_partner_inner img {
    width: 100%;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.PhotoPins_inner img,
.VideoPins_inner img {
    width: 100%;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    min-height: 176px;
}
#subscribe-month .jq-checkbox {
    vertical-align: middle;
}
#menu ul a:hover{
  color: #1f74b5;
}
.newspaper__elem__txt {
    min-height: 75px;
}
body p.p_r {
    font-weight: 300;
}
.fw700 {
    font-weight: 700;
}
.wow {
    width: 100%;
    height: 300px;
    background: #5288a5 url(/i/banners/wow.jpg) top center no-repeat;
    position: relative;
    margin-bottom: 25px;
}
.wow_p {
    position: absolute;
    width: 100%;
    height: 300px;
    background: url(/fullpage/pattern.png);
}
.wow_t {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%)
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.wow_t h1 {
    font-weight: bold;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
}
.wow_t h1 + h1{
  margin-top: 30px;
}
.fz48 {
    font-size: 48px;
}
.fz21{
  font-size: 21px;
}
.fz32{
  font-size: 32px;
}
.conference-list {
    margin-top: 20px;
}
.conference-list-element {
    padding: 20px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #dddddd;
    position: relative;
}
.conference-list-element a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.conference-list-element + .conference-list-element {
    margin-top: 10px;
}
.conference-list-img {
    float: left;
    width: 220px;
}
.conference-list-img img {
    width: 100%;
}
.conference-list-txt {
    float: right;
    width: 465px;
}
.conference-list-name {
    margin-bottom: 15px;
    color: #000000;
    font-size: 16px;
}
.conference-list-element::after {
    content: '';
    clear: both;
    display: table;
}
.conference-list-date {
    color: #808080;
    font-size: 12px;
    font-weight: 400;
}
.conference-list-text {
    color: #808080;
    font-size: 12px;
    font-weight: 400;
    margin-top: 10px;
}
.conference-list-element:hover {
    border-color: #1f74b5;
}
.conference-list-element:hover .conference-list-name{
  color: #1f74b5;
}
.conference-q-form{
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #e2e5e7;
    padding: 40px;
}
.conference-q-form h4 {
    text-align: center;
}
.conference-q-form #add-comment {
    margin-top: 25px;
}
.conference-q-form .table {
    width: 100%;
}
.conference-q-form input[type="text"]{
    width: 90%;
    border: none;
    padding: 5px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.conference-q-form textarea {
    width: 100%;
    resize: none;
    border: none;
    padding: 5px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin: 15px 0;
}
.conference-q-form .btn{
    margin: 0 auto;
    width: 200px;
}
.conference-q .commentary {
    border-bottom: 1px dotted #ccc;
    padding: 10px 0;
}
.conference-q .commentary-q{
  color: #e23412;
}
.conference-q .commentary-q div{
  font-weight: 400;
  margin-top: 10px;
  color: #000;
}
.commentary-q p,
.commentary-a p {
    margin-bottom: 0;
}
.conference-q .commentary-a {
    font-weight: 400;
    margin-top: 10px;
    padding: 10px;
    border-left: 5px solid #314c72;
    background: #f7f7f7;
}
.ul_r {
    font-weight: 300;
    margin-bottom: 24px;
}
.subscriber-table td {
    vertical-align: top;
}
.subscriber-table select {
    width: 275px;
    height: 34px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #e2e5e7;
    padding-left: 14px;
    display: block;
    color: #25201f;
    font-size: 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #ffffff url(../img/svg/select_arrow.svg) no-repeat 95% center;
    margin-top: 10px;
    margin-bottom: 20px;
}
.subscriber-table input[type="text"] {
    width: 160px;
    height: 34px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #dddddd;
    background-color: #ffffff;
    padding-left: 15px;
    margin-left: 10px;
    margin-right: 10px;
}
.subscriber-table #subscribe-month{
  margin-top: 10px;
}
.subscriber-table table td{
  vertical-align: middle;
  padding-bottom: 10px;
}
.subscriber-table table td i {
    font-size: 12px;
}
.subscriber-table .btn {
    margin: 0 auto;
}
.video-list:after {
    content: '';
    clear: both;
    display: table;
}
.video-element{
    width: 242px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #dddddd;
    margin-top: 15px;
    margin-right: 9px;
    float: left;
}
.video-element:nth-child(-n+3) {
    margin-top: 0;
}
.video-element:nth-child(3n) {
    margin-right: 0;
}
.video-element-img{
  position: relative;
}
.video-element-img::after {
    content: '';
    background: url(/sn/img/play.png) no-repeat top left;
    width: 38px;
    height: 38px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -19px;
    margin-left: -19px;
}
.video-element-img img {
    width: 100%;
    min-height: 130px;
}
.video-element a {
    display: block;
    width: 100%;
    padding: 10px;
    color: #25201f;
}
.video-element-img {
    width: 100%;
    height: 130px;    
    display: block;
    overflow: hidden;
}
.video-element-name {
    display: block;
    margin: 15px 0;
    white-space: inherit;
    font-size: 14px;
    min-height: 72px;
}
.video-element-txt {
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: #808080;
    min-height: 75px;
}
.video-element:hover {
    border-color: #1f74b5;
}
.video-element a:hover {
    color: #25201f;
}
.video-element-name:hover {
    color: #1f74b5;
}
.date-video{
  margin: 10px 0;
  font-weight: 400;
}
.frame-video iframe{
  width: 100%;
}
.magazine_el .newspaper__elem__img {
    height: 320px;
}
.subscriber .submit {
    font-size: 12px;
}
.vpins_news_image img, .vpins_videos img, .kieulicy-albom a img {
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.vpins_videos img {
    width: 205px;
}
#subscribe-month .jq-checkbox{
	margin-right: 5px;
}
.photo-album--element {
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.kieulicy-albom {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
}
.kieulicy-albom-photo .cell img {
    min-height: 160px;
}
.columnists-list-img {
    height: 120px;
    overflow: hidden;
}
.newspaper__elem__img img {
    width: 100%;
}
.newspaper__elem__img{
	overflow: hidden;
}
.menu_bottom a:hover{
	text-decoration: underline;
}
.top_header_fix .menu_fix a:hover {
    color: #1f74b5;
    text-decoration: underline;
}
.PhotoPins_inner,
.VideoPins_inner {
    height: 176px;
    overflow: hidden;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
#menu input.search-btn-opacity {
    height: 40px;
    width: 40px;
    position: absolute;
    background: transparent;
    border: none;
    right: -8px;
    top: 0;
    padding: 0;
    font-size: 0;
}
#menu form {
    position: relative;
}
.PhotoPins_inner:hover .PhotoPins_title, .VideoPins_inner:hover .VideoPins_title{
	text-decoration: underline;
}
.VideoPins_title, .PhotoPins_title {
    color: #ffffff;
    font-size: 14px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    box-sizing: border-box;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.99) 68%, rgba(0,0,0,1) 69%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(0,0,0,0.99) 68%,rgba(0,0,0,1) 69%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(0,0,0,0.99) 68%,rgba(0,0,0,1) 69%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#000000',GradientType=0 );
}
#timeline-name {
    color: #174b73;
    font-size: 12px;
    font-weight: 400;
    margin-top: 20px;
}
.pins .title_h1 a, .vpins_videos .title_h1 a{
  color: #174b73;
}
.innerlenta_block + .news_partner{
  margin-top: 20px;
}
.left_content .pins .load,
.more {
    width: 100%;
    height: 34px;
    border-radius: 4px;
    background: #174b73;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 12px;
    line-height: 34px;
    cursor: pointer;
    font-weight: 400;
    margin-bottom: 30px;
}
.left_content .pins .load:hover{
  background: #1f74b5;
}
.pins_banner img {
    width: 100%;
    height: auto;
}
.nav .ok {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/svg/ok.svg) no-repeat center;
}
.photoMain .PhotoPins_inner,
.photoMain .VideoPins_inner{
  margin: 0;
  margin-bottom: 20px;
}
.photoMain::after{
  content: '';
  clear: both;
  display: table;
}
.photoMain .VideoPins_title, .photoMain .PhotoPins_title {
    word-break: break-word;
}
.left_banner .pins_banner {
    padding: 0;
    margin: 0;
}
.pins_banner img.hidden{
  display: none;
}
.more-news-wrap{
  clear: both;
}
.running_left {
  float: left;
  margin-right: -4px;
    line-height: 40px;
  width:240px;
  text-align: center;
    background-color: #174b73;
    border-radius: 5px 0 0 5px;
	  color: #fff;
}
/*.index_content .baner_right {
	    float: right;
    width: 400px;
    height: 738px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    /* background-color: #e2e5e7; 
    background: url(../img/ban.png) no-repeat;
	
}*/
/*
.index_content.main_content .vpins_news_text{
    max-height: 90px;
    overflow: hidden;
}
 */

.banner_position_top img {
    width: 100%;
    height: auto;
}
.banner_position_top img.hidden {
    display: none;
}

.banner.type-v1 {
  width: 240px;
  float: right;
  margin-left: 15px;
}

.banner.type-k1,
.ads {
  margin: 20px 0;
}

.banner.type-�1 {
  border: 0;
}

.banner.type-�1 img,
.banner.type-�2 img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

/*

.baner_right {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 1040px;
  background: transparent url('/design/img/1024x1024.jpg') no-repeat 0 0;
}
*/

.ads {
  margin: 20px 0;
}

.lenta-date {
  margin: 20px 6px;
}

.erid {
	font-size: 0.7em;
}
