@charset "UTF-8";
.content_container:after, .breadcrumbs:after, .article_info:after, .tag_block:after, .articles_list:after, .article_unit:after, .calendar_item:after, .archive_list:after, .archive_u_title:after, .pagination_list:after, .period_list:after, .form_row:after, .footer_menu_holder:after, .f_soc_list:after {
  position: static;
  display: block;
  height: 0;
  clear: both;
  content: "";
  visibility: hidden;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, a, input, label, textarea,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
html:before, html:after, body:before, body:after, div:before, div:after, span:before, span:after, object:before, object:after, iframe:before, iframe:after,
h1:before,
h1:after, h2:before, h2:after, h3:before, h3:after, h4:before, h4:after, h5:before, h5:after, h6:before, h6:after, p:before, p:after, blockquote:before, blockquote:after, pre:before, pre:after,
abbr:before,
abbr:after, address:before, address:after, cite:before, cite:after, code:before, code:after,
del:before,
del:after, dfn:before, dfn:after, em:before, em:after, img:before, img:after, ins:before, ins:after, kbd:before, kbd:after, q:before, q:after, samp:before, samp:after,
small:before,
small:after, strong:before, strong:after, sub:before, sub:after, sup:before, sup:after, var:before, var:after,
b:before,
b:after, i:before, i:after, a:before, a:after, input:before, input:after, label:before, label:after, textarea:before, textarea:after,
dl:before,
dl:after, dt:before, dt:after, dd:before, dd:after, ol:before, ol:after, ul:before, ul:after, li:before, li:after,
fieldset:before,
fieldset:after, form:before, form:after, label:before, label:after, legend:before, legend:after,
article:before,
article:after, aside:before, aside:after, canvas:before, canvas:after, details:before, details:after, figcaption:before, figcaption:after, figure:before, figure:after,
footer:before,
footer:after, header:before, header:after, hgroup:before, hgroup:after, menu:before, menu:after, nav:before, nav:after, section:before, section:after, summary:before, summary:after,
time:before,
time:after, mark:before, mark:after, audio:before, audio:after, video:before, video:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/*body {*/
/*  line-height: 1.5;*/
/*  font-family: "Open Sans",Arial,sans-serif;*/
/*}*/

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

:focus {
  outline: 0;
}

textarea {
  resize: none;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

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

/*----------------------------------form elements*/
input, select {
  vertical-align: middle;
}

textarea {
  resize: none;
  overflow-y: auto;
}

input[type="radio"] {
  vertical-align: text-bottom;
}

input[type="checkbox"] {
  vertical-align: bottom;
}

input,
textarea {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
}

input:hover, input:focus, input:active,
textarea:hover,
textarea:focus,
textarea:active {
  outline: none;
}

input[type="submit"] {
  cursor: pointer;
}

button {
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

button:focus, button:active {
  outline: none;
}

input,
textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #ccc;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #ccc;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent !important;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent !important;
}

/*-----------------------------form elements###*/
@font-face {
  font-family: 'sg_icons';
  src: url("../fonts/sg_icons.eot?-sibk2h");
  src: url("../fonts/sg_icons.eot?#iefix-sibk2h") format("embedded-opentype"), url("../fonts/sg_icons.ttf?-sibk2h") format("truetype"), url("../fonts/sg_icons.woff?-sibk2h") format("woff"), url("../fonts/sg_icons.svg?-sibk2h#sg_icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
.mob_menu_close:before,
.check_v1 .check_text:before,
.list_v2 .gl_l_item:before,
.calendar_i_date:before,
.search_btn:before,
.subscribe_caption:before {
  font-family: 'sg_icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.main_m_item.drop_d_mod .gl_link:after, .archive_caption .gl_link:after, .page_title.arrow_mod:after {
  font-family: 'sg_icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.check_v1 .check_text:before, .list_v2 .gl_l_item:before {
  content: "\e800";
}

.calendar_i_date:before {
  content: "\e602";
}

.search_btn:before {
  content: "\e601";
}

.subscribe_caption:before {
  content: "\e600";
}

.mob_menu_close:before {
  content: "\e801";
}

.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  z-index: 5000;
  position: absolute;
  opacity: 0;
  left: 0;
  color: transparent;
  visibility: hidden;
}

.ui-dialog {
  z-index: 1000;
  position: absolute;
  display: none;
  outline: 0;
}
.no_animation .ui-dialog {
  display: none !important;
}

.dialog_global.dialog_g_size_3 {
  max-width: 100%;
  padding: 8px;
  background: #2d7bbd;
  /* Для старых браузров */
  background: -webkit-repeating-linear-gradient(45deg, #2d7bbd 0px, #2d7bbd 14px, white 0px, white 19px);
  background: -moz-repeating-linear-gradient(45deg, #2d7bbd 0px, #2d7bbd 14px, white 0px, white 19px);
  background: -o-repeating-linear-gradient(45deg, #2d7bbd 0px, #2d7bbd 14px, white 0px, white 19px);
  background: repeating-linear-gradient(45deg, #2d7bbd 0px, #2d7bbd 14px, white 0px, white 19px);
}

.ui-resizable-handle {
  display: none !important;
}

.ui-widget-overlay {
  z-index: 500;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
}

/*
.ui-helper-clearfix {
  display: block;
}
.ui-helper-clearfix:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
  visibility: hidden;
}

 */ 

.dialog_close_butt_mod_2 .ui-dialog-titlebar-close {
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 45px;
  background: #00447e;
  text-align: center;
  line-height: 45px;
  font-size: 23px;
  color: #fff;
}
.dialog_close_butt_mod_2 .ui-dialog-titlebar-close:before {
  content: 'X';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.no_close_mod .ui-dialog-titlebar-close {
  display: none !important;
}

.dialog_g_size_3 .ui-dialog-titlebar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 30px;
}

.no_title_mod .ui-dialog-title {
  font-size: 0 !important;
}

.ui-dialog-content {
  position: relative;
}
.no_title_mod .ui-dialog-content {
  border-radius: 6px;
}

html, body {
  height: 100%;
}

html {
  overflow-y: scroll;
}
@media only screen and (max-width: 744px) {
  html.open_menu {
    overflow-y: hidden;
  }
}

body {
  /*font: 14px/1.25 Georgia, "Century Schoolbook L", serif;*/
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;

  /*font-family: "Open Sans",Arial,sans-serif;*/

  font-family: 'Roboto', sans-serif;

  /*font-family: YS Text Optional,Arial,Helvetica,sans-serif;*/
  color: #333;
  min-width: 300px;
  background: #fff;
  max-width: 100%;
}


h3 {
  line-height: 1.5;
  font-weight: 400;
}

@media only screen and (min-width: 745px) {
  .content_container.left_col_mode {
    padding-left: 270px;
  }
}
@media only screen and (min-width: 745px) and (max-width: 1023px) {
  .content_container.right_col_mod.header_mod {
    padding-right: 200px;
  }
  .content_container.right_col_mod.main_menu_holder {
    padding-right: 56px;
    padding-left: 16px;
    margin-left: -22px;
    margin-right: -22px;
  }
  .content_container.right_col_mod.main_menu_holder .column.aside_right {
    position: absolute;
    top: 0;
    right: 12px;
    margin: 0;
  }
  .content_container.right_col_mod.main_menu_holder .column.aside_right .gl_input {
    margin-top: 8px;
    display: none;
  }
}
@media only screen and (max-width: 744px) {
  .content_container.right_col_mod.header_mod {
    padding-right: 0;
    float: right;
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .content_container.right_col_mod.header_mod .column.aside_right {
    position: relative;
    width: auto;
    margin: 0;
    float: none;
    display: none;
    clear: both;
  }
  .content_container.right_col_mod.main_menu_holder {
    margin: 0;
  }
  .content_container.right_col_mod.main_menu_holder.subscribe_mod {
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .content_container.right_col_mod {
    padding-right: 270px;
  }
}
@media only screen and (min-width: 745px) and (max-width: 1023px) {
  .content_container.left_col_tab_invert {
    padding-right: 270px;
    padding-left: 0;
  }

  .content_container.left_col_tab_invert {
      position: relative;
  } 

  .content_container.left_col_tab_invert .column.aside_left {

    /*
    float: right;
    margin-left: 0;
    margin-right: -100%;
    right: auto;
    left: -160px;

     */

    position: absolute;
    right: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .content_container.left_col_tab_invert .column.aside_left {
    margin-top: -73px;
  }
}
.content_container.main_menu_holder {
  position: relative;
}
@media only screen and (min-width: 745px) {
  .content_container.main_menu_holder {
    border: solid #00447e;
    border-width: 3px 0;
  }
}

.main_menu_w {
  position: relative;
}

.content_container .column {
  position: relative;
}
@media only screen and (min-width: 745px) {
  .content_container .column {
    float: left;
    min-height: 1px;
  }
}

.center_column {
  width: 100%;
}

@media only screen and (min-width: 745px) {
  .aside_left {
    width: 240px;
    right: 270px;
    margin-left: -100%;
  }
}

.aside_right {
  margin-left: 30px;
}
@media only screen and (min-width: 745px) and (max-width: 1023px) {
  .aside_right {
    width: 170px;
    margin-right: -200px;
  }
}
@media only screen and (min-width: 1024px) {
  .aside_right {
    width: 240px;
    margin-right: -270px;
  }
}

.hide {
  display: none !important;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.cb {
  clear: both;
}

.mb {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}

.w_215 {
  width: 215px;
}

.w_960 {
  width: 960px;
}

@media only screen and (min-width: 745px) {
  .w_50p {
    width: 50%;
  }
}

.h_90 {
  height: 90px;
}

.h_100 {
  height: 100px;
}

.h_400 {
  height: 400px;
}

.ml_10 {
  margin-left: 10px;
}

.ml_20 {
  margin-left: 20px;
}

.mt_-5 {
  margin-top: -5px;
}

.mt_20 {
  margin-top: 20px;
}

.mt_30 {
  margin-top: 30px;
}

.mt_40 {
  margin-top: 40px;
}

.mb_2 {
  margin-bottom: 2px;
}

.mb_5 {
  margin-bottom: 5px;
}

.mb_10 {
  margin-bottom: 10px;
}

.mb_15 {
  margin-bottom: 15px;
}

.mb_20 {
  margin-bottom: 20px;
}

.mb_25 {
  margin-bottom: 25px;
}

.mb_30 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1023px) {
  .mb_30 {
    margin-bottom: 18px;
  }
}

.mb_33 {
  margin-bottom: 33px;
}
@media only screen and (max-width: 1023px) {
  .mb_33 {
    margin-bottom: 38px;
  }
}

.mb_35 {
  margin-bottom: 35px;
}

.mb_40 {
  margin-bottom: 40px;
}

.mb_45 {
  margin-bottom: 45px;
}

.mb_50 {
  margin-bottom: 50px;
}

.mb_55 {
  margin-bottom: 55px;
}

.mb_60 {
  margin-bottom: 60px;
}

.mb_70 {
  margin-bottom: 70px;
}
@media only screen and (max-width: 1023px) {
  .mb_70 {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 744px) {
  .mb_80_mob {
    margin-bottom: 80px;
  }
}

.wrapper {
  -webkit-transition: margin 0.3s;
  -ms-transition: margin 0.3s;
  transition: margin 0.3s;
  position: relative;
  min-height: 100%;
  max-width: 100%;
  overflow: hidden;
  padding: 0 30px 0;
}
@media only screen and (min-width: 745px) {
  .wrapper {
    padding: 15px 22px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .wrapper {
    padding: 25px 10px 0;
  }
}
@media only screen and (max-width: 744px) {
  .open_menu .wrapper {
    pointer-events: none;
    margin-left: -87.5%;
  }
}
@media only screen and (max-width: 399px) {
  .wrapper {
    padding: 0 10px;
  }
}

.base {
  margin: 0 auto;
  /*max-width: 1600px;*/
  /*max-width: 960px;*/
  max-width: 1200px;
}
/*
@media only screen and (max-width: 1023px) {
  .base {
    max-width: 701px;
  }
}

 */
@media only screen and (max-width: 744px) {
  .base {
    max-width: 100%;
  }
}

.menu_item {
  border-bottom: 1px solid #e3e4e4;
  padding: 2px 0;
}
.menu_item:first-child {
  border-top: 1px solid #e3e4e4;
}
/*
@media only screen and (min-width: 1024px) {
  .header .menu_item:first-child {
    margin-top: 22px;
  }
}

 */
.menu_item.last_mod {
  border-bottom: none;
}
.top_menu_blue .menu_item {
  border-color: #bbcddd;
}
.menu_item .gl_link {
  display: block;
  padding-left: 10px;
}
.header .menu_item.active .gl_link {
  cursor: default;
  background: #036;
  color: #fff;
  text-decoration: none;
}
.nav_mod .menu_item .gl_link {
  padding: 8px 10px 7px 10px;
  font-weight: bold;
}
.nav_mod .menu_item.active .gl_link {
  color: #000;
  cursor: default;
  text-decoration: none;
}

.header {
  line-height: 1.45;
}
@media only screen and (max-width: 744px) {
  .header {
    position: relative;
  }
}

.adds_banner {
  max-width: 100%;
  display: block;
}
.adds_banner a {
  max-width: 100%;
  /*display: inline-block;*/
  /*vertical-align: top;*/
}
.adds_banner img {
  display: block;
  width: 100%;
  height: auto;
}
.adds_banner.bordered_mod {
  border: 1px solid #dedede;
}
.adds_banner.wide_banner a {
  max-width: none;
  margin: 0 -400px;
}
.adds_banner.main_banner {
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .adds_banner.main_banner {
    text-align: right;
    /*margin-left: -27px;*/
    /*margin-right: -27px;*/
    max-width: none;
    overflow: hidden;
  }
  .adds_banner.main_banner a {
    margin: 0 -7px 0 -800px;
    max-width: none;
  }
}
/*@media only screen and (max-width: 399px) {*/
/*  .adds_banner.main_banner {*/
/*    margin-right: -10px;*/
/*  }*/
/*}*/

.last_issue {
  border: 1px solid #dedede;
  padding: 10px 5px 3px;
}

.top_menu .gl_link {
  color: #00447e;
}

@media only screen and (min-width: 745px) {
  .logo_holder {
    float: left;
  }
}

.logo {
  position: relative;
  display: block;
}
.logo img {
  display: block;
}
@media only screen and (max-width: 744px) {
  .logo {
    max-width: 230px;
  }
  .logo img {
    max-width: 100%;
  }
}
/*@media only screen and (max-width: 399px) {*/
/*  .logo {*/
/*    max-width: 180px;*/
/*  }*/
/*}*/

.main_slider {
  text-align: center;
}

.slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.mob_menu_holder {
  -webkit-transition: margin 0.3s;
  -ms-transition: margin 0.3s;
  transition: margin 0.3s;
  z-index: 3;
  position: fixed;
  margin-right: -87.5%;
  top: 0;
  right: 0;
  bottom: 0;
  width: 87.5%;
  background: #00447e;
  box-shadow: inset 4px 0 5px #003460;
}
@media only screen and (max-width: 744px) {
  .open_menu .mob_menu_holder {
    margin-right: 0;
  }
}

.aside_menu {
  position: absolute;
  top: 50px;
  bottom: 0;
  right: 0;
  left: 0;
  overflow-y: auto;
  padding: 0 0 30px 48px;
}

.aside_subscribe {
  margin-right: 38px;
  border: solid #336998;
  border-width: 1px 0;
  padding: 14px 0 10px;
  font-size: 22px;
  margin-top: 10px;
}
.aside_subscribe .gl_link.subscribe_link {
  display: block;
  color: #fff;
  font-weight: 400;
}
.aside_subscribe .gl_link.subscribe_link:before {
  background-position: -157px -20px;
}

.aside_search_block {
  position: absolute;
  top: 0;
  height: 50px;
  right: 0;
  left: 50px;
  padding-right: 65px;
  border: solid #336998;
  border-width: 1px 0;
}
.aside_search_block .search_btn {
  width: 50px;
  right: 10px;
  height: 50px;
}
.aside_search_block .search_btn:before {
  color: #fff;
  font-size: 26px;
  line-height: 50px;
}

.mob_menu_close {
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  width: 54px;
  background: #135d9b;
}
.mob_menu_close:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 26px;
  line-height: 50px;
  text-align: center;
  color: #fff;
}

.aside_menu_list {
  padding: 12px 0 16px;
}
.aside_menu_list .gl_l_item {
  padding: 5px 0;
}
.aside_menu_list .gl_l_item .gl_link {
  color: #fff;
  font-size: 22px;
  display: block;
}
.aside_menu_list .gl_l_item .gl_link:hover {
  text-decoration: underline;
}
.aside_menu_list + .aside_menu_list {
  padding-top: 34px;
  border-top: 1px solid #336998;
}

.main_menu {
  font-size: 15px;
}
@media only screen and (min-width: 745px) {
  .main_menu {
    display: table;
    width: 100%;
  }
}
@media only screen and (max-width: 744px) {
  .main_menu {
    display: none;
    position: absolute;
    z-index: 1;
    right: 0;
    left: 0;
    top: 100%;
    margin: 0;
    background: #fff;
  }
  .menu_open .main_menu {
    display: block;
  }
}

.main_m_item {
  min-width: 80px;
}
@media only screen and (min-width: 745px) {
  .main_m_item {
    display: table-cell;
    border: none;
  }
  .main_m_item .gl_link {
    padding: 0 10px;
  }
  .main_m_item .gl_link:before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -7px;
    height: 14px;
    width: 1px;
    background: #e0e0e0;
  }
  .main_m_item:first-child .gl_link {
    padding-left: 0;
  }
}
.main_m_item .gl_link {
  display: block;
  position: relative;
  color: #00447e;
  padding: 0 12px;
  line-height: 46px;
  font-weight: bold;
}
@media only screen and (max-width: 1023px) {
  .main_m_item .gl_link {
    letter-spacing: 1px;
  }
}
.main_m_item.drop_d_mod .gl_link {
  padding-right: 14px;
}
.main_m_item.drop_d_mod .gl_link:after {
  content: "\e600";
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -4px;
  height: 12px;
  width: 14px;
  font-size: 13px;
}
@media only screen and (max-width: 1023px) {
  .main_m_item.drop_d_mod .gl_link {
    padding-right: 20px;
  }
  .main_m_item.drop_d_mod .gl_link:after {
    right: 7px;
  }
}
.main_m_item.active .gl_link {
  cursor: default;
}
.main_m_item.active .gl_link:after {
  color: #fff;
}
.main_m_item.active .gl_link .mb {
  color: #fff;
}
.main_m_item.active .gl_link .mb:after {
  z-index: -1;
  content: "";
  position: absolute;
  left: 5px;
  right: 5px;
  top: 8px;
  bottom: 7px;
  background: #036;
}
@media only screen and (max-width: 744px) {
  .main_m_item.active .gl_link .mb:after {
    top: 2px;
    bottom: 2px;
    left: 0;
    right: 0;
  }
}

@media only screen and (min-width: 745px) and (max-width: 1023px) {
  .content_menu_holder {
    margin-right: -270px;
  }
}

.content_menu {
  background: #00447e;
  display: table;
  width: 100%;
  padding: 0 20px;
  text-align: center;
}

.content_m_item {
  display: table-cell;
}
.content_m_item .gl_link {
  display: block;
  position: relative;
  color: #fff;
  padding: 0 20px 7px;
  line-height: 36px;
}
.content_m_item .gl_link:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
  width: 1px;
  height: 11px;
  background: #336998;
}
.content_m_item .gl_link:hover .mb {
  text-decoration: underline;
}
.content_m_item:first-child .gl_link:before {
  display: none;
}

@media only screen and (max-width: 744px) {
  .breadcrumbs {
    display: none;
  }
}

.breadcrumb_item {
  float: left;
  position: relative;
}
.breadcrumb_item:before {
  content: '>';
  display: inline-block;
  vertical-align: top;
  margin: 0 12px 0 8px;
  color: #9a9a9a;
}
.breadcrumb_item:first-child:before {
  display: none;
}
.breadcrumb_item .gl_link {
  color: #9a9a9a;
}

.gl_link {
  cursor: pointer;
  text-decoration: none;
}
.gl_link:hover {
  text-decoration: underline;
}
.gl_link.no_hover:hover {
  text-decoration: none;
}
.gl_link.more_link {
  text-decoration: none;
}
.gl_link.more_link:after {
  content: '→';
  padding-left: 17px;
  text-decoration: none !important;
}
.gl_link.more_link:hover span {
  text-decoration: underline;
}
.gl_link.more_link:hover:after {
  text-decoration: none !important;
}
@media only screen and (max-width: 744px) {
  .gl_link.more_link.large_mod {
    display: block;
    width: 100%;
    font-size: 21px;
  }
  .gl_link.more_link.large_mod:after {
    font-size: 34px;
    line-height: 21px;
  }
  .gl_link.more_link.large_mod span {
    float: left;
  }
}
.gl_link.icon_mod {
  display: block;
  position: relative;
  padding-right: 70px;
  min-height: 55px;
}
.gl_link.icon_mod:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 65px;
  background: url(../i/sprite.png) no-repeat;
}
.gl_link.icon_pdf:after {
  background-position: 1px -46px;
}
.gl_link.link_v1 {
  text-decoration: underline;
}
.gl_link.link_v1:hover {
  text-decoration: none;
}
.gl_link.small_pdf {
  position: relative;
  display: inline-block;
  padding-right: 19px;
  padding-left: 7px;
  margin-left: 6px;
  border-left: 2px solid #7d7d7d;
}
.gl_link.small_pdf:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 14px;
  height: 16px;
  background: url(../i/sprite.png) no-repeat -54px 0;
}
.gl_link.printer_icon {
  position: relative;
  display: inline-block;
}
.gl_link.printer_icon:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 20px;
  margin-right: 10px;
  background: url(../i/sprite.png) no-repeat -104px -21px;
}
.gl_link.subscribe_link {
  position: relative;
  display: inline-block;
  font-size: 15px;
  padding-right: 38px;
  color: #00447e;
}
.gl_link.subscribe_link:before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -6px;
  width: 17px;
  height: 13px;
  border: solid #00447e;
  border-width: 2px 0;
}
.gl_link.subscribe_link:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -1px;
  width: 17px;
  height: 2px;
  background: #00447e;
}
@media only screen and (max-width: 744px) {
  .gl_link.subscribe_link {
    display: block;
    font-size: 21px;
    font-weight: bold;
    text-align: left;
  }
  .gl_link.subscribe_link:before {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -12px;
    right: 0;
    width: 30px;
    height: 24px;
    border: none;
    background: url(../i/sprite.png) no-repeat -127px -20px;
  }
  .gl_link.subscribe_link:after {
    display: none;
  }
}
.gl_link.mob_menu {
  display: none;
}
@media only screen and (max-width: 744px) {
  .gl_link.mob_menu {
    display: block;
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0;
    min-height: 25px;
    padding-right: 38px;
  }
  .gl_link.mob_menu:before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    border: solid #00447e;
    margin-top: -12px;
    height: 25px;
    width: 38px;
    border-width: 5px 0;
  }
  .gl_link.mob_menu:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    background: #00447e;
    margin-top: -2px;
    width: 38px;
    height: 5px;
  }
}

@media only screen and (max-width: 744px) {
  .calendar_info .mob_subscribe_block.menu_item {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    border-top: 1px solid #ccdae5;
    padding: 10px 0 0;
  }
}
@media only screen and (min-width: 1024px) {
  .calendar_info .mob_subscribe_block.menu_item {
    display: none;
  }
}

.comment_author {
  float: left;
  position: relative;
  padding-left: 23px;
}
.comment_author:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 7px;
  width: 12px;
  height: 11px;
  background: url(../i/sprite.png) no-repeat -67px -2px;
}

.comment_date {
  float: left;
}
.comment_date:before {
  content: '_';
  margin: 0 3px;
}

.comment_counter {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  margin: 8px 0;
  border-bottom: 1px dashed #959595;
}

.comment_item {
  font-size: 12px;
  border-top: 1px dotted #afafaf;
  padding: 3px 0 20px;
}
.comment_item:first-child {
  border-top: none;
}
.comment_item p {
  margin-top: 8px;
  font-weight: 600;
}

.tag_block {
  color: #999;
}

.tag_item {
  display: inline;
}
.tag_item:first-child {
  padding-left: 5px;
}
.tag_item:after {
  content: ',';
  margin-right: 5px;
}
.tag_item:last-child:after {
  display: none;
}
.tag_item .gl_link {
  color: #999;
}

@media only screen and (max-width: 744px) {
  .exchange_date {
    color: #666;
  }
}

@media only screen and (max-width: 744px) {
  .ex_block {
    text-align: left;
  }
}
@media only screen and (min-width: 1024px) {
  .ex_block {
    float: right;
  }
}
@media only screen and (min-width: 745px) and (max-width: 1023px) {
  .ex_block {
    padding: 2px 0 1px;
    margin-top: 2px;
    border-top: 1px solid #e3e4e4;
  }
}

.ex_icon {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 0;
  height: 0;
  margin-left: 5px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}
.ex_icon.ex_up {
  border-bottom: 5px solid #62ce6c;
}
.ex_icon.ex_down {
  border-top: 5px solid #62ce6c;
}

@media only screen and (max-width: 744px) {
  .soc_share {
    padding-top: 15px;
    margin-right: -10px;
  }
}
.soc_share li {
  margin-left: 6px;
}

.soc_lnk {
  display: block;
  position: relative;
  width: 16px;
  height: 16px;
}
.soc_lnk:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../i/sprite.png) no-repeat;
}
.soc_lnk.soc_fb:before {
  background-position: 0 0;
}
.soc_lnk.soc_tw:before {
  background-position: -18px 0;
}
.soc_lnk.soc_rss:before {
  background-position: -36px 0;
}
@media only screen and (max-width: 744px) {
  .soc_lnk {
    width: 34px;
    height: 34px;
  }
  .soc_lnk.soc_fb:before {
    background-position: -49px -46px;
  }
  .soc_lnk.soc_tw:before {
    background-position: -85px -46px;
  }
}

.calendar_info {
  letter-spacing: .1px;
  padding-right: 12px;
}
.calendar_info .menu_item {
  padding: 4px 0;
}
@media only screen and (max-width: 744px) {
  .calendar_info .menu_item {
    float: left;
    border: none;
  }
  .calendar_info .menu_item.share_holder {
    float: right;
  }
  .calendar_info .menu_item .ml_10:first-child {
    margin-left: 0;
  }
}
@media only screen and (max-width: 744px) {
  .calendar_info {
    float: none;
    clear: both;
    overflow: hidden;
    padding: 22px 0 12px;
  }
  .calendar_info .menu_item {
    font-size: 17px;
    font-weight: bold;
  }
}
@media only screen and (min-width: 1024px) {
  .calendar_info {
    padding-right: 0;
  }
}

.search_block {
  position: relative;
  margin-top: 10px;
}
.search_block .gl_input {
  padding-left: 10px;
  padding-right: 35px;
  font-size: 17px;
  color: #333;
}
.page_title .search_block {
  width: 240px;
  margin-top: 6px;
}
@media only screen and (max-width: 744px) {
  .main_menu_holder .search_block {
    position: absolute;
    margin: 0;
    right: 60px;
    top: 0;
    z-index: 2;
  }
  .main_menu_holder .search_block .gl_input {
    display: none;
  }
  .page_title .search_block {
    clear: both;
    position: relative;
    margin: 22px 0;
    width: 100%;
    right: 0;
  }
  .page_title .search_block:before {
    content: '';
    position: absolute;
    top: -16px;
    right: 0;
    left: 0;
    border-top: 1px solid #ccdae5;
  }
  .page_title .search_block .search_btn {
    height: 100%;
  }
  .page_title .search_block .search_btn:before {
    line-height: 40px;
  }
  .page_title .search_block .gl_input {
    height: 40px;
    font-size: 18px;
    line-height: 38px;
  }
}

.actual_block {
  background: #e2eaf0;
  border: 1px solid #cde6f5;
  padding: 5px 14px;
  margin-top: 23px;
  line-height: 16px;
  color: #999;
}

.actual_label {
  padding-right: 18px;
}

.news_item {
  position: relative;
  border-top: 1px solid #cdd6dd;
  margin-top: 7px;
  padding: 7px 0;
  /*line-height: 1.1;*/
  /*letter-spacing: -1px;*/
}
.news_item:first-child {
  margin-top: 0;
}
.news_item > .gl_link {
  color: #4b4a4a;
}
@media only screen and (max-width: 1023px) {
  .news_item {
    font-size: 15px;
    line-height: 1.15;
    padding: 7px 0 12px;
  }
}

.news_date {
  position: absolute;
  /*top: -5px;*/
  /*top: -7px;*/
  top: -10px;
  right: 0;
  background: #fff;
  /*font-size: 11px;*/
  font-size: 12px;
  color: #a2a2a2;
  /*padding-left: 8px;*/
  text-align: right;
  max-width: 100%;
}
.news_date .gl_link {
  margin-right: 5px;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  max-width: 195px;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 1023px) {
  .news_date {
    font-size: 15px;
    top: -10px;
  }
}

.aside_box {
  padding: 35px 25px 35px;
}
.aside_box.dashed_mod {
  border: 1px dashed #cfd4d8;
}

.aside_b_caption {
  font-size: 19px;
  font-weight: bold;
}

.expert_block {
  padding: 0 20px;
  font-weight: bold;
}

.expert_photo {
  display: inline-block;
  vertical-align: top;
  border-radius: 100%;
  width: 130px;
  height: 130px;
  overflow: hidden;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.expert_photo img {
  display: block;
  border-radius: 100%;
  width: 130px;
  height: 130px;
}

.expert_name {
  font-size: 15px;
  line-height: 1.2;
  font-weight: bold;
}

.expert_post {
  color: #666;
  /*line-height: 1.2;*/
  /*letter-spacing: -.5px;*/
}

.expert_cite {
  font-style: italic;
  position: relative;
  padding: 0 17px;
}
.expert_cite:before, .expert_cite:after {
  font-size: 23px;
  position: absolute;
  line-height: 1;
}
.expert_cite:before {
  content: '«';
  top: -6px;
  left: 0;
}
.expert_cite:after {
  content: '»';
  bottom: -3px;
  right: 0;
}

@media only screen and (min-width: 745px) {
  .articles_list {
    margin-left: -10px;
  }
}

.article_item {
  float: left;
  margin-bottom: 10px;
}
@media only screen and (min-width: 745px) {
  /*.article_item {*/
  /*  padding-left: 5px;*/
  /*  padding-right: 25px;*/
  /*}*/
  .article_item.w_50p {
    padding-left: 10px;
    margin-bottom: 35px;
  }
}

/*@media only screen and (min-width: 745px) {*/
/*  .article_preview {*/
/*    padding: 0 5px 7px;*/
/*  }*/
/*}*/
.h_275 .article_preview {
  max-height: 275px;
  overflow: hidden;
  position: relative;
}
.h_275 .article_preview:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 25px;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, white));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}
.article_preview h3 a {
  font-size: 15px;
  line-height: 1;
  color: #000;
}
.article_preview p {
  margin-top: 5px;
  /*line-height: 1.2;*/
}
.article_preview .img_w {
  display: inline-block;
  vertical-align: top;
  margin-left: -5px;
  margin-right: -5px;
  border: 1px solid #dedede;
  padding: 4px;
}
@media only screen and (max-width: 744px) {
  .article_preview .img_w {
    float: left;
    margin-right: 18px;
  }
}

/*@media only screen and (min-width: 745px) {*/
/*  .article_unit {*/
/*    padding-left: 10px;*/
/*  }*/
/*}*/
.article_unit h3 {
  /*font-size: 21px;*/
  /*line-height: 18px;*/
  color: #00447e;
  /*font-size: 18px;*/
  font-size: 16px;
  /*font-weight: 400;*/
}
.article_unit p {
  margin-top: 10px;
}
.article_unit .article_caption {
  padding-left: 7px;
}
.article_unit .img_w {
  display: block;
  width: 176px;
  margin: 0 15px 10px 0;
  border: 1px solid #dedede;
  padding: 4px;
  text-align: center;
}
.article_unit .img_w img {
  display: inline-block;
  vertical-align: top;
}

.article_caption {
  padding: 7px 0;
  border-top: 1px solid #ccdae5;
}
.article_caption.no_border {
  border-top: none;
}
.article_caption.bottom_bdr {
  border-bottom: 1px solid #ccdae5;
}

.section_caption {
  font-size: 21px;
  font-weight: bold;
}

.archive_caption {
  padding-left: 5px;
}
@media only screen and (min-width: 745px) {
  .archive_caption {
    font-weight: bold;
  }
}
@media only screen and (max-width: 744px) {
  .archive_caption {
    padding-left: 0;
  }
  .archive_caption .gl_link {
    font-size: 32px;
    text-decoration: none;
  }
  .archive_caption .gl_link:after {
    content: "\e603";
    padding-left: 15px;
    display: inline-block;
    vertical-align: middle;
  }
}

.page_title {
  /*font-size: 32px;*/
  font-size: 24px;
  padding: 5px 0;
  border: solid #ccdae5;
  border-width: 1px 0;
  font-weight: 400;
}
.page_title h1 {
  font-weight: 400;
}
.page_title.arrow_mod {
  color: #036;
  padding: 0;
}
.page_title.arrow_mod:after {
  font-size: 26px;
  content: '\e603';
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

.article_date {
  color: #999;
  /*padding-right: 8px;*/
}

.news-item-categor {
  padding-left: 8px;
}

.partner_link {
  display: inline-block;
  vertical-align: top;
  margin: 0 16px;
}

.calendar_item {
  border-top: 1px solid #ccdae5;
  padding-top: 25px;
  padding-bottom: 20px;
  position: relative;
  padding-left: 104px;
  min-height: 84px;
}
.calendar_item:first-child {
  border-top: none;
}
@media only screen and (max-width: 744px) {
  .calendar_item {
    padding-bottom: 30px;
  }
  .calendar_item:last-child {
    border-bottom: 1px solid #ccdae5;
  }
}

.calendar_i_date {
  position: absolute;
  top: 24px;
  left: 0;
  width: 82px;
  height: 84px;
  padding-top: 35px;
  text-align: center;
  color: #3f4e56;
}
.calendar_i_date:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -7px;
  right: 0;
  font-size: 95px;
  color: #e4e8ea;
}

.calendar_i_description {
  line-height: 1.1;
}
.calendar_i_description p {
  margin-top: 8px;
  line-height: 1.3;
  color: #666;
}

.calendar_i_priview {
  position: absolute;
  top: 30px;
  right: 0;
}
@media only screen and (min-width: 745px) {
  .calendar_i_priview + .calendar_i_description {
    padding-right: 130px;
  }
}
@media only screen and (max-width: 744px) {
  .calendar_i_priview {
    display: none;
  }
}

.archive_list.col_2 {
  margin-left: -15px;
}
.archive_list.col_3 {
  margin-right: -1%;
  margin-left: -15px;
}

.col_2 .archive_item {
  float: left;
  width: 50%;
  padding-left: 15px;
}
.col_3 .archive_item {
  float: left;
  width: 33%;
  padding-left: 15px;
}
@media only screen and (max-width: 744px) {
  .col_3 .archive_item {
    width: 50%;
  }
}

.search_r_item {
  color: #010000;
}
.search_r_item .article_caption {
  padding: 12px 0;
}
.search_r_item h3 a {
  font-size: 15px;
  font-weight: bold;
  color: #000;
}
.search_r_item p {
  margin-bottom: 17px;
}
@media only screen and (min-width: 745px) and (max-width: 1023px) {
  .search_r_item {
    padding-bottom: 13px;
  }
  .search_r_item p {
    margin-top: 8px;
  }
}
@media only screen and (max-width: 744px) {
  .search_r_item:first-child .article_caption {
    border-top: none;
    padding-top: 0;
  }
}

.archive_unit {
  display: block;
  text-decoration: none;
  color: #333;
}
.archive_unit img {
  max-width: 100%;
}

.archive_u_title {
  padding-top: 5px;
  border-top: 1px solid #ccdae5;
}

.img_name {
  color: #999;
}

.pagination_list {
  border-radius: 2px;
  border: 1px solid #dfe5ea;
}

.pag_item {
  float: left;
}
.pag_item .gl_link {
  display: block;
  width: 27px;
  height: 27px;
  font-size: 13px;
  line-height: 24px;
  text-decoration: none;
  text-align: center;
  color: #6093d7;
  margin-left: -1px;
  background: #f9f9f9;
  border-left: 1px solid #dfe5ea;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
@media only screen and (max-width: 744px) {
  .pag_item .gl_link {
    width: 38px;
    height: 36px;
    font-size: 18px;
    line-height: 34px;
  }
}
.pag_item:last-child .gl_link {
  border-right: 1px solid transparent;
}
.pag_item.active .gl_link {
  cursor: default;
  background: #083985;
  color: #cdcfdd;
  border-color: #8ba1c4;
}
.pag_item.active:last-child .gl_link {
  border-right: 1px solid #8ba1c4;
}
.pag_item.active + .pag_item .gl_link {
  border-left: 1px solid #8ba1c4;
}
.pag_item:first-child .gl_link {
  margin-left: 0;
  border-left-color: transparent;
}

.search_btn {
  position: absolute;
  top: 0;
  right: 0;
  min-height: 27px;
  width: 28px;
  background: none;
  text-align: center;
}
.search_btn:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #00447e;
  font-size: 15px;
  line-height: 27px;
}
@media only screen and (max-width: 1023px) {
  .search_btn:before {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1023px) {
  .search_btn {
    right: 5px;
  }
}

.gl_input {
  display: block;
  width: 100%;
}
.gl_input.input_v1 {
  height: 27px;
  line-height: 25px;
  background: #fff;
  border: 1px solid #e0e0e0;
}
.form_row .gl_input.input_v1 {
  padding: 0 8px;
}
.gl_input.input_v2 {
  height: 50px;
  line-height: 22px;
  font-size: 22px;
  padding: 14px 10px;
  color: #fff;
}
.form_row .gl_input.input_v2 {
  padding: 0 8px;
}

textarea.gl_input.input_v1 {
  height: 70px;
}

.article_v1 h2 {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 10px;
}
.article_v1 h2 .gl_link {
  padding-bottom: 10px;
}
.article_v1 .img_w {
  border: 1px solid #dedede;
  padding: 4px;
}
.article_v1 .img_w img {
  width: 100%;
}
.article_v1 p {
  color: #000;
  margin-top: 15px;
  /*line-height: 1.3;*/
}

.article_v2 h3 {
  font-weight: bold;
  font-size: 17px;
  line-height: 1.15;
  margin-bottom: 20px;
}
.article_v2 p {
  color: #000;
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 1.4;
}

.img_w {
  display: block;
}
.img_w img {
  display: block;
}
.img_w.img_w_v1 {
  border: 1px solid #dedede;
  padding: 4px;
}

.subscribe_caption {
  color: #00447e;
  font-weight: bold;
  font-size: 17px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  background: #fff;
  min-height: 52px;
  line-height: 1.15;
  margin-bottom: 15px;
  margin-right: 10px;
  padding: 5px 8px 10px 30px;
}
.subscribe_caption:before {
  -webkit-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  transition: transform 0.3s;
  position: absolute;
  top: 4px;
  left: 0;
  background: #00447e;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  color: #fff;
}
.subscribe_caption.open:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.subscribe_block {
  font-size: 13px;
}
.subscribe_block p {
  margin-bottom: 15px;
}

.subscribe_info {
  position: relative;
  cursor: pointer;
  padding-left: 25px;
  margin-bottom: 25px;
  font-weight: bold;
  color: #00447e;
}
.subscribe_info:before {
  content: '+';
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  font-size: 12px;
  line-height: 14px;
  border-radius: 100%;
  text-align: center;
  border: 1px solid #00447e;
}
.subscribe_info.open {
  color: #333;
}
.subscribe_info.open:before {
  content: '-';
}

.subscribe_tax {
  margin-bottom: 33px;
  padding-left: 25px;
}
.subscribe_tax p {
  margin-bottom: 6px;
}

.subscribe_period {
  padding-top: 15px;
}

.period_list {
  margin-right: -1%;
}
.period_list .gl_l_item {
  float: left;
  width: 33%;
  padding-left: 5px;
  margin-bottom: 7px;
}
.period_list .gl_l_item.mob_wide {
  margin-bottom: 15px;
}
@media only screen and (min-width: 745px) {
  .period_list .gl_l_item.group_check {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 744px) {
  .period_list .gl_l_item {
    width: 50%;
  }
  .period_list .gl_l_item.mob_wide {
    width: 100%;
  }
}
@media only screen and (max-width: 744px) {
  .period_list {
    margin-left: -5px;
  }
}

.form_tip {
  color: #666;
}
.form_tip p {
  margin-bottom: 10px;
}

.hidden_input {
  display: none;
}

.check_v1 {
  display: block;
  cursor: pointer;
  line-height: 28px;
  border-radius: 2px;
  background: #ededed;
}
.check_v1 .check_text {
  display: block;
  position: relative;
  padding-left: 25px;
}
.check_v1 .check_text:after {
  content: '';
  position: absolute;
  left: 4px;
  top: 50%;
  margin-top: -7px;
  width: 14px;
  height: 14px;
  border: 1px solid #c4c4c4;
  background: #fff;
}
.check_v1 .check_text:before {
  position: absolute;
  top: 50%;
  margin-top: -7px;
  height: 14px;
  left: 5px;
  z-index: 1;
  font-size: 13px;
  color: #000;
  display: none;
}
.check_v1 .hidden_input:checked + .check_text {
  background: #a7d9ff;
}
.check_v1 .hidden_input:checked + .check_text:before {
  display: block;
}

.check_v3 {
  display: block;
  cursor: pointer;
  line-height: 28px;
  border-radius: 2px;
  background: #ededed;
}
.check_v3 .check_text {
  display: block;
  position: relative;
  padding-left: 25px;
}
.check_v3 .check_text:after {
  content: '';
  position: absolute;
  left: 4px;
  top: 50%;
  margin-top: -7px;
  width: 14px;
  height: 14px;
  border: 1px solid #c4c4c4;
  background: #fff;
  border-radius: 100%;
}
.check_v3 .check_text:before {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -2px;
  left: 9px;
  z-index: 1;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #c4c4c4;
  display: none;
}
.check_v3 .hidden_input:checked + .check_text {
  background: #a7d9ff;
}
.check_v3 .hidden_input:checked + .check_text:before {
  display: block;
}

.check_v2 {
  display: block;
  cursor: pointer;
  font: 12px/14px Verdana, "Geneva CY", "DejaVu Sans", sans-serif;
}
.check_v2 .check_text {
  display: block;
  position: relative;
  padding-left: 20px;
}
.check_v2 .check_text:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  border: 1px solid #cdcdcd;
}
.check_v2 .check_text:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  width: 2px;
  height: 2px;
  display: none;
  background: #858585;
}
.check_v2 .hidden_input:checked + .check_text:after {
  display: block;
}

.period_block {
  border-top: 1px solid #ccdae5;
  position: relative;
  padding: 4px 0 0 35px;
  min-height: 30px;
}
@media only screen and (max-width: 1023px) {
  .period_block {
    margin-top: 28px;
    padding-top: 8px;
  }
}
@media only screen and (max-width: 744px) {
  .period_block {
    padding: 0;
  }
}

.period_caption {
  left: -5px;
  top: 5px;
  line-height: 20px;
  position: absolute;
  color: #666;
  font-weight: bold;
}
@media only screen and (max-width: 1023px) {
  .period_caption {
    top: 8px;
  }
}
@media only screen and (max-width: 744px) {
  .period_caption {
    position: relative;
    left: auto;
    top: auto;
    margin: 15px 0;
    font-size: 26px;
    font-weight: bold;
    color: #00447e;
  }
}

.subscribe_form {
  -webkit-transition: opacity 0.6s;
  -ms-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0;
  border: 1px solid #ced1d3;
  top: -55px;
  position: relative;
  padding: 40px 10px 30px 30px;
}
.subscribe_form.open {
  opacity: 1;
}
@media only screen and (max-width: 744px) {
  .subscribe_form {
    padding-left: 10px;
  }
}

.form_row {
  font-size: 13px;
  margin-bottom: 13px;
}
@media only screen and (max-width: 744px) {
  .form_row label {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 3px;
  }
  .form_row .w_215 {
    width: 100%;
  }
}

.subscribe_contacts {
  margin-bottom: 15px;
}
.subscribe_contacts dt, .subscribe_contacts dd {
  display: inline;
  margin-bottom: 15px;
}
.subscribe_contacts dt {
  font-weight: bold;
}
.subscribe_contacts dd {
  padding-left: 5px;
}

.btn_v1 {
  height: 36px;
}
.btn_v1.vote_btn {
  display: inline-block;
  vertical-align: top;
  position: relative;
  cursor: pointer;
  padding: 0 20px;
  border-radius: 2px;
  line-height: 1px;
  text-decoration: none;
  background: none;
}
.btn_v1.vote_btn span {
  position: relative;
  z-index: 1;
}

.btn_v2 {
  height: 44px;
}
.btn_v2.popup_btn {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  padding: 0 25px;
  line-height: 44px;
  text-decoration: none;
  margin: 0 8px 10px;
}

.gray_blue_btn {
  border: 1px solid #dedede;
  color: #fff;
}
.gray_blue_btn:after {
  content: '';
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
  background: #0080af;
  background: -moz-linear-gradient(top, #0080af 0%, #001745 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0080af), color-stop(100%, #001745));
  background: -webkit-linear-gradient(top, #0080af 0%, #001745 100%);
  background: -o-linear-gradient(top, #0080af 0%, #001745 100%);
  background: -ms-linear-gradient(top, #0080af 0%, #001745 100%);
  background: linear-gradient(to bottom, #0080af 0%, #001745 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0080af', endColorstr='#001745', GradientType=0);
}
.gray_blue_btn:hover:after {
  background: #001745;
  background: -moz-linear-gradient(top, #001745 0%, #0080af 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #001745), color-stop(100%, #0080af));
  background: -webkit-linear-gradient(top, #001745 0%, #0080af 100%);
  background: -o-linear-gradient(top, #001745 0%, #0080af 100%);
  background: -ms-linear-gradient(top, #001745 0%, #0080af 100%);
  background: linear-gradient(to bottom, #001745 0%, #0080af 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#001745', endColorstr='#0080af', GradientType=0);
}

.blue_btn {
  background: #00447e;
  color: #fff;
}

.green_btn {
  color: #fff;
}

.rect_1024 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -480px;
  width: 960px;
  border: 1px solid red;
  z-index: 10;
  pointer-events: none;
}

.rect_1024:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 480px;
  width: 1px;
  background: red;
}

.footer {
  padding-top: 16px;
    color: #5e5e5e;
}
.footer .content_container {
  position: relative;
  z-index: 1;
}
/*.footer p {*/
/*  color: #5e5e5e;*/
/*}*/



@media only screen and (min-width: 745px) {
  .footer {
    border-top: 1px solid #00447e;
  }
}
@media only screen and (max-width: 744px) {
  .footer {
    /*padding-top: 65px;*/
    padding-top: 35px;
    padding-bottom: 5px;
  }
  /*.footer p, .footer a {*/
  /*  color: #fff;*/
  /*}*/

  .footer, .footer a {
    color: #fff;
  }
}
@media only screen and (max-width: 744px) {
  .footer {
    position: relative;
  }
  .footer:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -30px;
    right: -30px;
    background: #00447e;
  }
}

.footer_menu_holder {
  border: solid #00447e;
  border-width: 1px 0;
}
@media only screen and (max-width: 1023px) {
  .footer_menu_holder {
    margin-left: -22px;
    margin-right: -22px;
    padding: 0 22px;
  }
}
@media only screen and (max-width: 744px) {
  .footer_menu_holder {
    display: none;
  }
}

.footer_menu {
  line-height: 50px;
  margin-left: -20px;
  /*font-size: 12px;*/
} 

.f_menu_item {
  position: relative;
  float: left;
  padding-left: 22px;
}
.f_menu_item:before {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -6px;
  left: 9px;
  background: #c3c9ce;
  width: 2px;
  height: 12px;
}
.f_menu_item:first-child:before {
  display: none;
}
.f_menu_item .gl_link {
  display: block;
  position: relative;
  color: #00447e;
  font-weight: bold;
  text-decoration: underline;
}
.f_menu_item .gl_link:hover {
  text-decoration: none;
}

.f_soc_list {
  padding-top: 14px;
  margin-right: -16px;
}

.f_soc_item {
  float: left;
  padding-right: 14px;
}

.f_soc_link {
  position: relative;
  display: block;
  width: 26px;
  height: 26px;
}
.f_soc_link:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../i/sprite.png) no-repeat;
}
.f_soc_link.f_soc_fb:before {
  background-position: 1px -18px;
}
.f_soc_link.f_soc_tw:before {
  background-position: -25px -18px;
}
.f_soc_link.f_soc_vk:before {
  background-position: -51px -18px;
}
.f_soc_link.f_soc_yt:before {
  background-position: -77px -18px;
}

.list_v1 .gl_l_item {
  margin-bottom: 21px;
}
.list_v2 .gl_l_item {
  position: relative;
  padding-left: 28px;
  margin-bottom: 15px;
}
.list_v2 .gl_l_item:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 22px;
  color: #00447e;
  font-size: 19px;
}

.popup_form {
  background: #fff;
  padding: 40px 55px 25px;
}
@media only screen and (max-width: 744px) {
  .popup_form {
    padding: 30px 15px 10px;
  }
}

@media only screen and (min-width: 745px) {
  .popup_content {
    padding-left: 120px;
  }
}

.text_center {
  text-align: center;
}

.text_right {
  text-align: right;
}

.text_left {
  text-align: left;
}

.text_upper {
  text-transform: uppercase;
}

.fz_10 {
  font-size: 10px;
}

.fz_11 {
  font-size: 11px;
}

.fz_12 {
  font-size: 12px;
}

.fz_13 {
  font-size: 13px !important;
}

.fz_15 {
  font-size: 15px;
}

.fz_17 {
  font-size: 17px;
}

.fz_18 {
  font-size: 18px;
}

.fz_24 {
  font-size: 24px;
}

.fz_26 {
  font-size: 26px;
}

.fs_i {
  font-style: italic;
}

.fw_b {
  font-weight: bold;
}

.color_black {
  color: #000;
}

.color_white {
  color: #fff;
}

.color_blue {
  color: #00447e;
}

.color_blue_2 {
  color: #336998;
}

.color_blue_3 {
  color: #036;
}

.color_gold {
  color: #c8a51b;
}

.color_gray {
  color: #a1abb2;
}

@media only screen and (max-width: 1023px) {
  .dt_only {
    display: none;
  }
}

@media only screen and (min-width: 1024px) {
  .dt_hidden {
    display: none;
  }
}

@media only screen and (min-width: 745px) {
  .mob_only {
    display: none !important;
  }
}

@media only screen and (max-width: 744px) {
  .mob_hidden {
    display: none !important;
  }
}

.tablet_only {
  display: none;
}
@media only screen and (min-width: 745px) and (max-width: 1023px) {
  .tablet_only {
    display: block;
  }
}

@media only screen and (min-width: 745px) and (max-width: 1023px) {
  .tablet_hidden {
    display: none;
  }
}

/*# sourceMappingURL=main_global.css.map */
