@charset "UTF-8";
/* font-family: "AvenirNextCyr-Regular"; */
@font-face {
  font-family: "AvenirNextCyr-Regular";
  src: url("./fonts/AvenirNextCyr/AvenirNextCyr-Regular.otf");
  font-style: normal;
  font-weight: normal; }
/* font-family: "AvenirNextCyr-Bold"; */
@font-face {
  font-family: "AvenirNextCyr-Bold";
  src: url("./fonts/AvenirNextCyr/AvenirNextCyr-Bold.otf");
  font-style: normal;
  font-weight: normal; }
/* font-family: "AvenirNextCyr-Demi"; */
@font-face {
  font-family: "AvenirNextCyr-Demi";
  src: url("./fonts/AvenirNextCyr/AvenirNextCyr-Demi.otf");
  font-style: normal;
  font-weight: normal; }
/* font-family: "AvenirNextCyr-Medium"; */
@font-face {
  font-family: "AvenirNextCyr-Medium";
  src: url("./fonts/AvenirNextCyr/AvenirNextCyr-Medium.otf");
  font-style: normal;
  font-weight: normal; }
/* font-family: "AvenirNextCyr-Light"; */
@font-face {
  font-family: "AvenirNextCyr-Light";
  src: url("./fonts/AvenirNextCyr/AvenirNextCyr-Light.otf");
  font-style: normal;
  font-weight: normal; }
body, html {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline; }

a, abbr, acronym, address, applet, article, aside, audio, big, blockquote, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-width: 100%;
  max-width: 100vw;
  background: #eaf4f9;
  line-height: 1;
  font: 15px "AvenirNextCyr-Regular", sans-serif;
  overflow-x: hidden; }

body.modal-open {
  overflow: hidden; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:after, blockquote:before, q:after, q:before {
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

textarea {
  resize: none; }

address {
  font-style: normal; }

button, input, textarea {
  outline: none;
  -webkit-appearance: none; }

.clear {
  clear: both; }

img {
  -webkit-user-drag: none; }

a {
  text-decoration: none; }

.assistive-title {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px); }

.container {
  width: 1820px;
  margin: 0 auto; }

/* 1.1 Header */
.header {
  position: relative;
  width: 100%;
  height: 100px;
  background: #197de0;
  -moz-transition: height 1s 0.666s;
  -o-transition: height 1s 0.666s;
  -webkit-transition: height 1s 0.666s;
  transition: height 1s 0.666s; }

.header_home {
  height: 850px; }

.header_second-state .header__home-intro {
  opacity: 0; }

/* header-intro */
.header__home-intro {
  position: absolute;
  width: 100%;
  background: url("./img/header__home-bg.jpg") #197de0 no-repeat center;
  background-size: cover;
  top: 0;
  bottom: 0;
  opacity: 1;
  -moz-transition: opacity 0.666s;
  -o-transition: opacity 0.666s;
  -webkit-transition: opacity 0.666s;
  transition: opacity 0.666s; }

.header__intro-wrapper {
  position: relative;
  width: 1050px;
  text-align: center;
  color: #fff;
  font-size: 21px;
  top: 40%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 auto; }

.header__intro-title {
  font: 79px "AvenirNextCyr-Regular", sans-serif;
  padding-bottom: 37px; }
  .header__intro-title span {
    font-family: "AvenirNextCyr-Bold", sans-serif; }

.header__intro-text {
  line-height: 143%; }

/* header wrapper */
.header__wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.1);
  height: 100px; }

.header__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  -moz-transition: all 0.666s;
  -o-transition: all 0.666s;
  -webkit-transition: all 0.666s;
  transition: all 0.666s; }

.header__logo {
  position: relative;
  background: #eaf4f9;
  width: 300px;
  padding-left: 30px;
  border-right: none;
  box-sizing: border-box;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 30; }

.header__dots-block {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  padding: 0 4px 4px 6px; }

.header__menu-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between; }

.header__dots-block::before {
  content: '';
  position: absolute;
  width: calc(100% - 10px);
  height: calc(100% - 4px);
  top: 0;
  left: 6px;
  background: url("./img/header__dots.png"); }

.link__to__main {
  position: relative;
  margin-left: 25px;
  font-family: "AvenirNextCyr-Regular", sans-serif;
  color: #fff;
  font-size: 15px;
  -moz-transition: all 0.666s;
  -o-transition: all 0.666s;
  -webkit-transition: all 0.666s;
  transition: all 0.666s; }

.header__search-wrapper {
  width: 450px; }

.header__searchform {
  position: relative;
  width: 100%;
  height: 100%; }
  .header__searchform input[type=text] {
    width: 100%;
    height: 100%;
    background: transparent;
    color: #fff;
    font: 20px "AvenirNextCyr-Regular", sans-serif, sans-serif;
    padding: 0 80px 0 37px;
    margin: 0;
    outline: 0;
    border: 0;
    box-sizing: border-box; }
  .header__searchform input[type=text]:focus {
    background-color: rgba(255, 255, 255, 0.2); }
  .header__searchform input[type=text]::-webkit-input-placeholder {
    color: #fff; }
  .header__searchform input[type=text]::-moz-placeholder {
    color: #fff; }
  .header__searchform input[type=text]:-ms-input-placeholder {
    color: #fff; }
  .header__searchform input[type=text]:-moz-placeholder {
    color: #fff; }

.ico-search {
  position: absolute;
  width: 17px;
  height: 18px;
  text-indent: -9999px;
  background: url("./img/icons_sm.png") no-repeat 100% 100%;
  padding: 0;
  outline: 0;
  border: 0;
  border: none;
  outline: none;
  cursor: pointer;
  right: 44px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -moz-transition: all 0.666s;
  -o-transition: all 0.666s;
  -webkit-transition: all 0.666s;
  transition: all 0.666s; }

.header__link:hover {
  opacity: 0.5;
  -moz-transition: all 0.666s;
  -o-transition: all 0.666s;
  -webkit-transition: all 0.666s;
  transition: all 0.666s; }

.header__facebook {
  width: 85px; }

.link__to__main__burger {
  display: none; }

.facebook-link {
  display: block;
  width: 9px;
  height: 18px;
  opacity: 1;
  background: url("./img/icons_sm.png") no-repeat 0 100%;
  -moz-transition: all 0.666s;
  -o-transition: all 0.666s;
  -webkit-transition: all 0.666s;
  transition: all 0.666s; }

.header__language-switcher {
  width: 180px; }

.change-lang {
  width: 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  font: 13px "AvenirNextCyr-Bold", sans-serif, sans-serif;
  text-transform: uppercase;
  color: #fff; }

.change-lang a {
  color: #fff;
  -moz-transition: all 0.666s;
  -o-transition: all 0.666s;
  -webkit-transition: all 0.666s;
  transition: all 0.666s; }

.change-lang span,
.change-lang a:hover {
  opacity: 0.2;
  -moz-transition: all 0.666s;
  -o-transition: all 0.666s;
  -webkit-transition: all 0.666s;
  transition: all 0.666s; }

.header__mobile-menu-btn-wrapper {
  display: none; }

/* 1.2 Main */
.main {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

.main-menu {
  height: 234px;
  -moz-transition: height 0.666s;
  -o-transition: height 0.666s;
  -webkit-transition: height 0.666s;
  transition: height 0.666s; }

/* main-menu_second-state */
.main-menu_second-state {
  height: auto !important; }
  .main-menu_second-state .container_media-type {
    width: 100%; }
  .main-menu_second-state .media-type {
    position: relative;
    height: 100px;
    -webkit-box-shadow: 0 13px 21px 0 rgba(11, 62, 112, 0.09) ;
    -moz-box-shadow: 0 13px 21px 0 rgba(11, 62, 112, 0.09) ;
    box-shadow: 0 13px 21px 0 rgba(11, 62, 112, 0.09) ;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  .main-menu_second-state .media-type__link {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    background: #f5fafc;
    font-size: 26px;
    padding: 0;
    border-right: 1px solid rgba(193, 216, 232, 0.4);
    border-bottom: 1px solid rgba(193, 216, 232, 0.4);
    box-sizing: border-box; }
    .main-menu_second-state .media-type__link span {
      padding-left: 20px; }
  .main-menu_second-state .media-type__link:hover {
    color: #1681e4;
    background: #fbfdfe;
    -moz-transition: all 0.666s;
    -o-transition: all 0.666s;
    -webkit-transition: all 0.666s;
    transition: all 0.666s; }
  .main-menu_second-state .media-type__link:hover::after {
    -webkit-box-shadow: 0 0 0 0 rgba(11, 62, 112, 0) ;
    -moz-box-shadow: 0 0 0 0 rgba(11, 62, 112, 0) ;
    box-shadow: 0 0 0 0 rgba(11, 62, 112, 0) ;
    -moz-transition: all 0.666s;
    -o-transition: all 0.666s;
    -webkit-transition: all 0.666s;
    transition: all 0.666s; }
  .main-menu_second-state .media-type__link:last-child {
    border-right: 0; }
  .main-menu_second-state .media-type__link.active-media {
    background: #fbfdfe;
    color: #000;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: 0 7px 10px 0 rgba(11, 62, 112, 0.09) ;
    -moz-box-shadow: 0 7px 10px 0 rgba(11, 62, 112, 0.09) ;
    box-shadow: 0 7px 10px 0 rgba(11, 62, 112, 0.09) ;
    pointer-events: none;
    z-index: 10; }
  .main-menu_second-state .media-type__link-background {
    width: 40px;
    height: 40px;
    background: transparent; }
  .main-menu_second-state .media-type__icon_tv {
    width: 34.3px;
    height: 31.5px; }
  .main-menu_second-state .media-type__icon_radio {
    width: 22.7px;
    height: 37px; }
  .main-menu_second-state .media-type__icon_print-media {
    width: 31px;
    height: 31px; }
  .main-menu_second-state .media-type__icon_internet {
    width: 30.8px;
    height: 31.3px; }
  .main-menu_second-state .media-type__icon_sm {
    opacity: 1; }
  .main-menu_second-state .media-type__icon_lg {
    opacity: 0; }
  .main-menu_second-state .period-filter-wrapper {
    height: 80px; }

.container_media-type {
  position: relative;
  -moz-transition: width 0.666s;
  -o-transition: width 0.666s;
  -webkit-transition: width 0.666s;
  transition: width 0.666s; }

.media-type {
  position: absolute;
  width: 100%;
  height: 468px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-shadow: 0 83px 141px -47px rgba(11, 62, 112, 0.22) ;
  -moz-box-shadow: 0 83px 141px -47px rgba(11, 62, 112, 0.22) ;
  box-shadow: 0 83px 141px -47px rgba(11, 62, 112, 0.22) ;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.media-type__link {
  position: relative;
  width: 25%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  background-color: #eaf4f9;
  font: 36px "AvenirNextCyr-Demi", sans-serif, sans-serif;
  color: #000;
  padding: 51px 0 63px;
  box-sizing: border-box;
  -moz-transition: all 0.666s;
  -o-transition: all 0.666s;
  -webkit-transition: all 0.666s;
  transition: all 0.666s; }

.media-type__link::after {
  position: absolute;
  content: '';
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 106px 0 rgba(11, 62, 112, 0) ;
  -moz-box-shadow: 0 0 106px 0 rgba(11, 62, 112, 0) ;
  box-shadow: 0 0 106px 0 rgba(11, 62, 112, 0) ;
  -moz-transition: all 0.666s;
  -o-transition: all 0.666s;
  -webkit-transition: all 0.666s;
  transition: all 0.666s;
  z-index: 10; }

.media-type__link:hover {
  color: #1681e4;
  -moz-transition: color 0.666s;
  -o-transition: color 0.666s;
  -webkit-transition: color 0.666s;
  transition: color 0.666s; }

.media-type__link:hover::after {
  -webkit-box-shadow: 0 0 106px 0 rgba(11, 62, 112, 0.22) ;
  -moz-box-shadow: 0 0 106px 0 rgba(11, 62, 112, 0.22) ;
  box-shadow: 0 0 106px 0 rgba(11, 62, 112, 0.22) ;
  -moz-transition: all 0.666s;
  -o-transition: all 0.666s;
  -webkit-transition: all 0.666s;
  transition: all 0.666s; }

.media-type__link-background {
  position: relative;
  width: 290px;
  height: 290px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  background: url("./img/circle-dots.png") no-repeat transparent center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: all 0.666s;
  -o-transition: all 0.666s;
  -webkit-transition: all 0.666s;
  transition: all 0.666s; }

.media-type__icon {
  fill: #197de0;
  -moz-transition: all 0.666s;
  -o-transition: all 0.666s;
  -webkit-transition: all 0.666s;
  transition: all 0.666s; }

.media-type__icon_tv {
  width: 152.6px;
  height: 141px; }

.media-type__icon_radio {
  width: 100px;
  height: 150px; }

.media-type__icon_print-media {
  width: 137.6px;
  height: 136.1px; }

.media-type__icon_internet {
  width: 136.8px;
  height: 138.9px; }

.media-type__icon_sm {
  position: absolute;
  opacity: 0;
  -moz-transition: opacity 0.3s 0.3s;
  -o-transition: opacity 0.3s 0.3s;
  -webkit-transition: opacity 0.3s 0.3s;
  transition: opacity 0.3s 0.3s;
  top: 50%;
  left: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

.media-type__icon_lg {
  -moz-transition: opacity 0.3s 0.3s, width 0.3s, height 0.3s;
  -o-transition: opacity 0.3s 0.3s, width 0.3s, height 0.3s;
  -webkit-transition: opacity 0.3s 0.3s, width 0.3s, height 0.3s;
  transition: opacity 0.3s 0.3s, width 0.3s, height 0.3s; }

/* period-filter */
.period-filter-wrapper {
  position: relative;
  height: 0;
  width: 100%;
  background: #fbfdfe;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -moz-transition: height 0.3s 1s;
  -o-transition: height 0.3s 1s;
  -webkit-transition: height 0.3s 1s;
  transition: height 0.3s 1s;
  -webkit-box-shadow: 0 7px 10px -3px rgba(11, 62, 112, 0.09) ;
  -moz-box-shadow: 0 7px 10px -3px rgba(11, 62, 112, 0.09) ;
  box-shadow: 0 7px 10px -3px rgba(11, 62, 112, 0.09) ; }

.period-filter {
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center; }

.period-filter:first-child {
  margin-right: 40px; }

.period-years .period-filter__link {
  width: 110px; }

.period-filter__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  color: #8599af;
  font: 18px "AvenirNextCyr-Demi", sans-serif, sans-serif;
  border: 1px solid #dae7ef;
  border-left: 0;
  box-sizing: border-box;
  -moz-transition: all 0.666s;
  -o-transition: all 0.666s;
  -webkit-transition: all 0.666s;
  transition: all 0.666s; }

.period-filter__link:first-child {
  padding-left: 14px;
  border: 1px solid #dae7ef;
  -webkit-border-radius: 20px 0 0 20px;
  -moz-border-radius: 20px 0 0 20px;
  -ms-border-radius: 20px 0 0 20px;
  border-radius: 20px 0 0 20px; }

.period-filter__link:last-child {
  -webkit-border-radius: 0 20px 20px 0;
  -moz-border-radius: 0 20px 20px 0;
  -ms-border-radius: 0 20px 20px 0;
  border-radius: 0 20px 20px 0; }

.period-filter__link:last-child:first-child {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  padding: 0 14px; }

.period-filter__link:hover {
  background: #eff6fc; }

.period-filter__link.active-year,
.period-filter__link.active-quarter {
  color: #fff;
  background: #197de0;
  pointer-events: none; }

.period-filter__link.disable-year,
.period-filter__link.disable-quarter {
  color: rgba(133, 153, 175, 0.4);
  pointer-events: none; }

.period-quarters .period-filter__link {
  width: 150px; }

/* section-organizations */
.section-organizations {
  opacity: 1;
  padding: 137px 0 80px; }

.section-organizations__title {
  font: 36px "AvenirNextCyr-Demi", sans-serif, sans-serif;
  color: #6f7e8f;
  text-align: center;
  line-height: 120%;
  padding-bottom: 96px; }

.section-organizations__wrapper {
  width: 100%;
  height: 256px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  border: 1px solid #d5e6f0;
  border-right: 0; }

.section-organizations__link {
  width: 25%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  border-right: 1px solid #d5e6f0;
  box-sizing: border-box; }
  .section-organizations__link img {
    -moz-transition: all 0.666s;
    -o-transition: all 0.666s;
    -webkit-transition: all 0.666s;
    transition: all 0.666s; }

.section-organizations__link:hover img {
  -moz-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  -moz-transition: all 0.666s;
  -o-transition: all 0.666s;
  -webkit-transition: all 0.666s;
  transition: all 0.666s; }

.section-organizations_second-state {
  display: none; }

/* section-map */
.section-map {
  max-height: 0;
  opacity: 0;
  overflow: hidden; }

.section-map_hide {
  display: none; }

.section-map_second-state {
  opacity: 1;
  padding-top: 52px;
  max-height: 1000px;
  transition: opacity 0.666s 0.666s; }

.map-wrapper {
  position: relative;
  width: 1450px;
  height: 985px;
  margin: 0 auto;
  opacity: 1;
  -moz-transition: opacity 0.666s;
  -o-transition: opacity 0.666s;
  -webkit-transition: opacity 0.666s;
  transition: opacity 0.666s; }

.map-wrapper_hide {
  opacity: 0;
  -moz-transition: opacity 0.666s;
  -o-transition: opacity 0.666s;
  -webkit-transition: opacity 0.666s;
  transition: opacity 0.666s; }

.region-tooltip {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.9);
  color: #3b80e0;
  font-size: 14px;
  padding: 8px 23px 9px;
  border-radius: 15px;
  -webkit-box-shadow: 0 12px 11px 0 rgba(11, 62, 112, 0.1) ;
  -moz-box-shadow: 0 12px 11px 0 rgba(11, 62, 112, 0.1) ;
  box-shadow: 0 12px 11px 0 rgba(11, 62, 112, 0.1) ;
  opacity: 0; }

.region-tooltip_show {
  opacity: 1; }

.national-media {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  top: 66px;
  right: 246px; }

.national-media_hide {
  display: none; }

.national-media__icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: #197de0;
  border-radius: 50%;
  -webkit-box-shadow: 0 12px 11px 0 rgba(11, 62, 112, 0.1) ;
  -moz-box-shadow: 0 12px 11px 0 rgba(11, 62, 112, 0.1) ;
  box-shadow: 0 12px 11px 0 rgba(11, 62, 112, 0.1) ; }

.national-media__icon:hover {
  background: #218df7; }

.national-media__icon-svg {
  width: 28px;
  height: 38px;
  fill: #fff; }

.national-media__tooltip {
  position: absolute;
  min-width: 160px;
  font-size: 18px;
  color: #8599af;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 12px 23px;
  border-radius: 20px;
  -webkit-box-shadow: 0 12px 11px 0 rgba(11, 62, 112, 0.1) ;
  -moz-box-shadow: 0 12px 11px 0 rgba(11, 62, 112, 0.1) ;
  box-shadow: 0 12px 11px 0 rgba(11, 62, 112, 0.1) ;
  left: 75px; }

/* section-circle-regions */
.section-circle-regions {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  display: none;
  position: relative;
  width: 1366px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  padding-top: 60px;
  margin: 0 auto;
  box-sizing: border-box; }

.section-circle-regions_second-state {
  display: block;
  max-height: 1000px;
  opacity: 1;
  transition: opacity 0.666s 0.666s; }

.section-circle-regions::after {
  content: '';
  position: absolute;
  display: block;
  width: 2px;
  background-color: #dbe8f1;
  top: 0;
  bottom: 0;
  left: 50%;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.circle-regions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around; }

.circle-region {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }

.circle-region:hover .circle-region__logo-wrapper {
  -moz-transform: translateY(-15px);
  -o-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px); }
.circle-region:hover .circle-region__title {
  color: #1681e4; }

.circle-region_disable {
  pointer-events: none; }
  .circle-region_disable .circle-region__logo-wrapper {
    -webkit-box-shadow: 0 0 0 0 transparent ;
    -moz-box-shadow: 0 0 0 0 transparent ;
    box-shadow: 0 0 0 0 transparent ;
    -moz-transition: all 0.666s;
    -o-transition: all 0.666s;
    -webkit-transition: all 0.666s;
    transition: all 0.666s; }
  .circle-region_disable .circle-region__icon-svg {
    fill: #dae1e5;
    -moz-transition: all 0.666s;
    -o-transition: all 0.666s;
    -webkit-transition: all 0.666s;
    transition: all 0.666s; }
  .circle-region_disable .circle-region__title {
    color: #cbd3d8;
    -moz-transition: all 0.666s;
    -o-transition: all 0.666s;
    -webkit-transition: all 0.666s;
    transition: all 0.666s; }

.circle-region__logo-wrapper {
  position: relative;
  display: block;
  width: 290px;
  height: 290px;
  background: #fdfefe;
  border-radius: 50%;
  -webkit-box-shadow: 0 22px 46px 0 rgba(11, 62, 112, 0.21) ;
  -moz-box-shadow: 0 22px 46px 0 rgba(11, 62, 112, 0.21) ;
  box-shadow: 0 22px 46px 0 rgba(11, 62, 112, 0.21) ;
  -moz-transition: all 0.666s;
  -o-transition: all 0.666s;
  -webkit-transition: all 0.666s;
  transition: all 0.666s; }

.circle-region__icon-svg {
  position: absolute;
  fill: #197de0;
  top: 50%;
  left: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -moz-transition: all 0.666s;
  -o-transition: all 0.666s;
  -webkit-transition: all 0.666s;
  transition: all 0.666s; }

.circle-region_regional-media__icon-svg {
  width: 106px;
  height: 115px; }

.circle-region_national-media__icon-svg {
  width: 100px;
  height: 136px; }

.circle-region__title {
  width: 600px;
  font: 56px 'AvenirNextCyr-Demi', sans-serif;
  color: #000;
  text-align: center;
  padding-top: 54px;
  -moz-transition: all 0.666s;
  -o-transition: all 0.666s;
  -webkit-transition: all 0.666s;
  transition: all 0.666s; }

/* section-regions-list */
.section-regions-list {
  display: none; }

/* section-monitoring */
.monitoring__title-wrapper {
  width: 100%;
  background: url("./img/monitoring_title-bg.jpg") repeat 0 0; }

.monitoring__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
  font: 50px 'AvenirNextCyr-Demi', sans-serif;
  line-height: 1.32;
  text-align: center;
  padding: 55px 0; }
  .monitoring__title h1 {
    margin: 0 auto; }

.monitoring__title_search {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 100px 0 75px; }

.monitoring__btn-select {
  background: url("./img/monitoring-title__arrow.png") no-repeat transparent 100% 50%;
  height: 62px;
  padding: 0;
  padding-right: 33px;
  border: none;
  outline: none;
  cursor: pointer;
  transition: 0.666s; }
  .monitoring__btn-select .filter-option {
    height: 62px;
    font: 50px 'AvenirNextCyr-Demi', sans-serif;
    line-height: 1;
    color: #197de0;
    transition: 0.666s; }
  .monitoring__btn-select .bs-caret {
    display: none; }

.monitoring__btn-select:hover {
  background: url("./img/monitoring-title__arrow_hover.png") no-repeat transparent 100% 50%;
  transition: 0.666s; }
  .monitoring__btn-select:hover .filter-option {
    color: #218df7;
    transition: 0.666s; }

.monitoring__description {
  position: relative;
  width: 1024px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 25px auto 80px; }

.monitoring__description:before,
.monitoring__description:after,
.monitoring__media-list-wrapper:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 1px;
  padding-top: 8px;
  background: rgba(193, 216, 232, 0.5);
  top: 0;
  box-sizing: border-box; }

.monitoring__description:before {
  left: 0; }

.monitoring__description:after,
.monitoring__media-list-wrapper:after {
  right: 0; }

.monitoring__description-item {
  position: relative;
  width: 50%;
  padding: 0 40px 10px;
  box-sizing: border-box; }

.monitoring__description-title {
  font: 20px 'AvenirNextCyr-Demi', sans-serif;
  color: #b1c9dc;
  padding-bottom: 21px;
  border-bottom: 1px solid rgba(193, 216, 232, 0.5); }

.monitoring__description-title_center {
  text-align: center; }

.monitoring__organization-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 300px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }
  .monitoring__organization-logo img {
    -moz-transition: all 0.666s;
    -o-transition: all 0.666s;
    -webkit-transition: all 0.666s;
    transition: all 0.666s; }

.monitoring__organization-logo:hover img {
  -moz-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  -moz-transition: all 0.666s;
  -o-transition: all 0.666s;
  -webkit-transition: all 0.666s;
  transition: all 0.666s; }

.monitoring__media-list {
  max-height: 1500px;
  position: relative;
  padding-top: 25px; }
  .monitoring__media-list ul {
    max-height: 1500px;
    padding-left: 10px; }
  .monitoring__media-list li {
    position: relative;
    font: 18px 'AvenirNextCyr-Regular', sans-serif;
    line-height: 30px; }
  .monitoring__media-list li:before {
    position: absolute;
    left: -10px;
    content: '\002219'; }

.monitoring__media-list_more {
  max-height: 300px;
  overflow: hidden; }
  .monitoring__media-list_more ul {
    max-height: 236px;
    overflow: hidden;
    margin-bottom: 20px; }

.monitoring__media-list_more:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 69px;
  background: url("./img/monitoring__media-list-bg.png") repeat-y left bottom;
  bottom: 20px;
  left: 0; }

.show-all-list {
  position: relative;
  color: #197de0;
  font: 13px 'AvenirNextCyr-Regular', sans-serif;
  padding-left: 30px; }

.show-all-list:before {
  position: absolute;
  content: "∙∙∙";
  color: #197de0;
  font: 33px 'AvenirNextCyr-Regular', sans-serif;
  left: 0;
  top: -12px; }

.monitoring__content-nav {
  border-top: 1px solid rgba(193, 216, 232, 0.5);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }

.monitoring__content-nav-link {
  width: 33.33333%;
  height: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
  font: 19px 'AvenirNextCyr-Demi', sans-serif;
  color: #000;
  padding: 0 20px;
  border-bottom: 1px solid rgba(193, 216, 232, 0.5);
  border-right: 1px solid rgba(193, 216, 232, 0.5); }

.content-nav-link_active {
  background: #fbfdfe;
  border-bottom: 1px solid #fbfdfe;
  pointer-events: none; }

.content-nav-link_disable {
  color: rgba(0, 0, 0, 0.3);
  pointer-events: none; }

.monitoring__content-wrapper {
  background: #fbfdfe; }

.monitoring__content {
  padding: 85px 0 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.content-part {
  width: 1024px;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  margin: 0 auto;
  order: 2;
  -moz-transition: opacity 0.3s, max-height 1s 0.3s;
  -o-transition: opacity 0.3s, max-height 1s 0.3s;
  -webkit-transition: opacity 0.3s, max-height 1s 0.3s;
  transition: opacity 0.3s, max-height 1s 0.3s; }

.content-part_active {
  max-height: 10000px;
  opacity: 1;
  order: 1;
  -moz-transition: opacity 0.3s 0.3s, max-height 1s 0.3s;
  -o-transition: opacity 0.3s 0.3s, max-height 1s 0.3s;
  -webkit-transition: opacity 0.3s 0.3s, max-height 1s 0.3s;
  transition: opacity 0.3s 0.3s, max-height 1s 0.3s; }

.page-content a {
  color: #000;
  border-bottom: 1px solid #000;
  transition: all 0.666s; }

.page-content a:hover {
  color: #197de0;
  border-bottom: 1px solid transparent;
  transition: all 0.666s; }

.page-content p {
  font: 19px/158% 'AvenirNextCyr-Regular', sans-serif;
  padding-bottom: 25px; }

.page-content ol {
  list-style: decimal inside;
  padding-bottom: 25px; }

.page-content ul {
  padding-bottom: 25px; }

.page-content li {
  position: relative;
  padding: 7px 0; }

.page-content ul li {
  padding-left: 40px; }

.page-content ul li:before {
  position: absolute;
  content: "∙";
  color: #197de0;
  font: 48px 'AvenirNextCyr-Regular', sans-serif;
  left: 0;
  top: -14px; }

.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6 {
  font-family: 'AvenirNextCyr-Bold', sans-serif; }

.page-content h1 {
  font-size: 43px;
  padding-bottom: 25px; }

.page-content h2 {
  font-size: 35px;
  padding-bottom: 15px; }

.page-content h3 {
  font-size: 27px;
  padding-bottom: 15px; }

.page-content h4 {
  font-size: 22px; }

.page-content h5 {
  font-size: 18px; }

.page-content h6 {
  font-size: 15px; }

.page-content h4,
.page-content h5,
.page-content h6 {
  padding-bottom: 0.6em; }

.page-content blockquote {
  position: relative;
  margin: 30px 0 32px;
  padding-left: 46px; }

.page-content blockquote::before {
  position: absolute;
  content: '';
  background: url(./img/monitoring_title-bg.jpg) repeat 0 0;
  width: 21px;
  height: 100%;
  top: 0;
  left: 0; }

.page-content blockquote p,
.page-content blockquote {
  font: 27px/141% 'AvenirNextCyr-Regular', sans-serif; }

.page-content blockquote cite a {
  color: #afb8bb;
  border-bottom: 1px solid transparent;
  font-size: 15px; }

.page-content .likely {
  padding-top: 100px; }

.page-content img {
  max-width: 100%;
  height: auto; }

/* search page */
.search-page__form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding-top: 50px; }

.search-page__input-text {
  width: 880px;
  height: 65px;
  background: #197de0;
  padding: 0 38px;
  line-height: 65px;
  color: #fff;
  font: 27px 'AvenirNextCyr-Regular', sans-serif;
  border: 0;
  border-radius: 32.5px;
  box-sizing: border-box; }

.search-page__input-text::-webkit-input-placeholder {
  color: #fff; }

.search-page__input-text::-moz-placeholder {
  color: #fff; }

.search-page__input-text:-moz-placeholder {
  color: #fff; }

.search-page__input-text:-ms-input-placeholder {
  color: #fff; }

.search-page__submit-label {
  margin-left: 25px; }

.search-page__submit-input {
  display: none; }

.search-page__submit {
  display: block;
  width: 32px;
  height: 32px;
  fill: #197de0;
  cursor: pointer; }

.search-page__submit:hover {
  opacity: 0.8; }

.search-page__search-result {
  background: #fbfdfe; }

.search-page__search-result-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  padding: 74px 0 70px; }

.search-page__search-result-title {
  font: 27px 'AvenirNextCyr-Demi', sans-serif; }

.result-counter {
  font: 27px 'AvenirNextCyr-Regular', sans-serif; }

.monitoring-list__elem:nth-child(odd) {
  background: #f8fbfd; }

.monitoring-list__elem-span,
.monitoring-list__elem-link {
  height: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font: 23px 'AvenirNextCyr-Regular', sans-serif;
  color: #000; }

.monitoring-list__elem-link:hover {
  color: #197de0; }

.container_search-result {
  width: 1024px; }

/* 404 page */
.error-404-main {
  display: flex; }

.error-404 {
  width: 100%;
  /*height: 100%;*/
  background: #197de0;
  color: #ffffff;
  font-size: 70px;
  padding: 50px 0;
  box-sizing: border-box; }

.sad-smile {
  display: block;
  font-size: 122px;
  padding-bottom: 86px; }

.error-404 p {
  line-height: 135%; }

.error-404 p span {
  font-family: 'AvenirNextCyr-Bold', sans-serif; }

.error-404 a {
  color: #fff;
  border-bottom: 1px solid #568dc4; }

.error-404 a:hover {
  border-bottom: 1px solid #fff; }

/* 1.3 Footer */
.footer {
  padding: 50px 0 25px 0;
  font: 13px "AvenirNextCyr-Regular", sans-serif, sans-serif;
  color: rgba(118, 132, 149, 0.6); }

.container_footer {
  width: 1090px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  text-align: center;
  line-height: 1.85; }
  .container_footer a {
    color: rgba(118, 132, 149, 0.6);
    -moz-transition: all 0.666s;
    -o-transition: all 0.666s;
    -webkit-transition: all 0.666s;
    transition: all 0.666s; }
  .container_footer a:hover {
    color: #197de0;
    -moz-transition: all 0.666s;
    -o-transition: all 0.666s;
    -webkit-transition: all 0.666s;
    transition: all 0.666s; }

.footer__copy,
.footer__made-in {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }

.footer__disclaimer {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  text-align: left;
  padding: 0 30px; }

/* 2.0 1366px   */
@media all and (max-width: 1919px) {
  .container {
    width: 1296px; }

  .container_search-result {
    width: 1024px; }

  /* 2.1 header */
  .header_home {
    height: 750px; }

  /* header-intro */
  .header__intro-wrapper {
    top: 45%; }

  /* 2.2 main */
  .main-menu {
    height: 165px; }

  .media-type {
    height: 330px; }

  /* main-menu_second-state */
  .main-menu_second-state .media-type {
    height: 80px; }
  .main-menu_second-state .media-type__link {
    font-size: 23px; }

  .media-type__link {
    font-size: 30px;
    padding: 57px 0 41px; }

  .media-type__link-background {
    width: 174px;
    height: 174px; }

  .media-type__icon_tv {
    width: 91.5px;
    height: 84.6px; }

  .media-type__icon_radio {
    width: 60px;
    height: 90px; }

  .media-type__icon_print-media {
    width: 82.6px;
    height: 81.7px; }

  .media-type__icon_internet {
    width: 82px;
    height: 83.3px; }

  /* organizations */
  .section-organizations {
    padding: 117px 0 80px; }

  .section-organizations__title {
    padding-bottom: 56px; }

  .section-organizations__link img {
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }

  .section-organizations__link:hover img {
    -moz-transform: scale(0.8) translateY(-10px);
    -o-transform: scale(0.8) translateY(-10px);
    -ms-transform: scale(0.8) translateY(-10px);
    -webkit-transform: scale(0.8) translateY(-10px);
    transform: scale(0.8) translateY(-10px); }

  /* section-map */
  .map-wrapper {
    position: relative;
    width: 1244px;
    height: 843px; }

  .national-media {
    top: 40px;
    right: 215px; }

  /* section-circle-regions */
  .circle-region__logo-wrapper {
    width: 222px;
    height: 222px; }

  .circle-region_regional-media__icon-svg {
    width: 81px;
    height: 88px; }

  .circle-region_national-media__icon-svg {
    width: 76px;
    height: 104px; }

  .circle-region__title {
    font-size: 42px;
    width: 430px;
    padding-top: 30px; }

  /* 2.3 Footer */
  .container_footer {
    width: 1090px; } }
/* 3.0 1024px */
@media all and (max-width: 1365px) {
  .container {
    width: 946px; }

  /* 3.1 header */
  .header__logo {
    width: 290px; }

  .link__to__main {
    margin-left: 20px; }

  .header__dots-block {
    width: 174px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }

  .header__menu-wrapper,
  .header__search-wrapper {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
    -moz-box-flex: 1;
    -moz-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0; }

  .header__block {
    box-sizing: border-box; }

  /* header-intro */
  .header__intro-wrapper {
    width: 720px;
    top: 44%; }

  .header__intro-title {
    font-size: 64px; }

  /* 3.2 main */
  .main-menu {
    height: 87px; }

  .media-type {
    height: 260px;
    -moz-transform: translateY(-67%);
    -o-transform: translateY(-67%);
    -ms-transform: translateY(-67%);
    -webkit-transform: translateY(-67%);
    transform: translateY(-67%); }

  /* main-menu_second-state */
  .main-menu_second-state .media-type__link {
    font-size: 20px; }
  .main-menu_second-state .media-type__link span {
    padding-left: 6px; }
  .main-menu_second-state .media-type__icon_tv {
    width: 27.7px;
    height: 25.6px; }
  .main-menu_second-state .media-type__icon_radio {
    width: 18.3px;
    height: 30px; }
  .main-menu_second-state .media-type__icon_print-media {
    width: 25px;
    height: 25.1px; }
  .main-menu_second-state .media-type__icon_internet {
    width: 24.8px;
    height: 25.3px; }
  .main-menu_second-state .period-filter-wrapper {
    height: 70px; }
  .main-menu_second-state .period-filter {
    height: 30px; }
  .main-menu_second-state .period-filter__link {
    font-size: 12.8px; }
  .main-menu_second-state .period-filter__link:first-child {
    padding-left: 0; }
  .main-menu_second-state .period-filter__link:last-child:first-child {
    padding: 0; }
  .main-menu_second-state .period-years .period-filter__link {
    width: 80px; }
  .main-menu_second-state .period-quarters .period-filter__link {
    width: 110px; }

  .media-type__link {
    font-size: 23px;
    padding: 27.7px 0 33px; }

  .media-type__link-background {
    width: 156.6px;
    height: 156.6px; }

  .media-type__icon_tv {
    width: 82.4px;
    height: 76.2px; }

  .media-type__icon_radio {
    width: 54px;
    height: 81px; }

  .media-type__icon_print-media {
    width: 74.3px;
    height: 73.5px; }

  .media-type__icon_internet {
    width: 73.8px;
    height: 75px; }

  /* organizations */
  .section-organizations {
    padding: 115px 0 30px; }

  .section-organizations__wrapper {
    height: 200px; }

  .section-organizations__link img {
    -moz-transform: scale(0.6);
    -o-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -webkit-transform: scale(0.6);
    transform: scale(0.6); }

  .section-organizations__link:hover img {
    -moz-transform: scale(0.6) translateY(-10px);
    -o-transform: scale(0.6) translateY(-10px);
    -ms-transform: scale(0.6) translateY(-10px);
    -webkit-transform: scale(0.6) translateY(-10px);
    transform: scale(0.6) translateY(-10px); }

  /* section-map */
  .map-wrapper {
    position: relative;
    width: 947px;
    height: 642px; }

  .national-media {
    top: 21px;
    right: 164px; }

  .national-media__tooltip {
    font-size: 14px;
    padding: 8px 22px 9px;
    min-width: 123px; }

  /* section-circle-regions */
  .section-circle-regions {
    width: 1024px; }

  .circle-region__title {
    width: 300px; }

  /* section-monitoring */
  .monitoring__title {
    height: auto;
    padding: 50px 0; }

  .monitoring__description,
  .content-part {
    width: 100%; }

  /* search */
  .search-page__input-text {
    width: 650px;
    font-size: 23px; }

  .monitoring-list__elem-link {
    font-size: 18px; }

  /* 404-page */
  .error-404 {
    font-size: 60px; }

  .sad-smile {
    font-size: 110px; }

  /* 3.3 Footer */
  .container_footer {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; } }
/* 4.0 768px */
@media all and (max-width: 1023px) {
  .container {
    width: 708px; }

  /* 4.1 Header */
  .header__intro-wrapper {
    top: 175px;
    transform: translateY(0%); }

  .link__to__main {
    display: none; }

  .header__dots-block {
    width: 0;
    border: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0;
    -moz-box-flex: 0;
    -moz-flex: 0;
    -ms-flex: 0;
    flex: 0;
    padding: 0; }

  .header__language-switcher {
    width: 162px; }

  .header__intro-wrapper {
    width: 635px;
    font-size: 18px; }

  .header__menu-wrapper {
    position: absolute;
    width: 100vw;
    height: 100vh;
    min-height: 400px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    background-color: #eaf4f9;
    padding-top: 85px;
    left: 0;
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -moz-transition: transform 0.666s 0.666s;
    -o-transition: transform 0.666s 0.666s;
    -webkit-transition: transform 0.666s 0.666s;
    transition: transform 0.666s 0.666s;
    z-index: 10; }
    .header__menu-wrapper .header__block {
      height: 70px;
      width: 100%;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      justify-content: flex-start;
      padding-left: 35px;
      border-top: 1px solid rgba(13, 92, 171, 0.07);
      box-sizing: border-box;
      opacity: 0;
      -moz-transition: opacity 0.666s;
      -o-transition: opacity 0.666s;
      -webkit-transition: opacity 0.666s;
      transition: opacity 0.666s; }
      .header__menu-wrapper .header__block a,
      .header__menu-wrapper .header__block span {
        color: #0d5cab; }
      .header__menu-wrapper .header__block .change-lang {
        font-size: 18px; }
      .header__menu-wrapper .header__block .ico-search {
        background: url("./img/icons_sm-blue.png") no-repeat 100% 100%;
        right: 38px; }
      .header__menu-wrapper .header__block .facebook-link {
        background: url(./img/icons_sm-blue.png) no-repeat 0 100%; }
    .header__menu-wrapper .header__block:nth-child(2) {
      height: 71px;
      border-bottom: 1px solid rgba(13, 92, 171, 0.07); }
    .header__menu-wrapper .header__search-wrapper {
      -webkit-box-flex: 0;
      -webkit-flex: 0 1 auto;
      -moz-box-flex: 0;
      -moz-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      -moz-order: 1;
      -ms-flex-order: 1;
      order: 1;
      padding-left: 0; }
    .header__menu-wrapper .header__searchform input[type=text] {
      color: #000; }
    .header__menu-wrapper .header__searchform input[type=text]:focus {
      background-color: rgba(13, 92, 171, 0.07); }
    .header__menu-wrapper .header__searchform input[type=text]::-webkit-input-placeholder {
      color: #000; }
    .header__menu-wrapper .header__searchform input[type=text]::-moz-placeholder {
      color: #000; }
    .header__menu-wrapper .header__searchform input[type=text]:-ms-input-placeholder {
      color: #000; }
    .header__menu-wrapper .header__searchform input[type=text]:-moz-placeholder {
      color: #000; }
    .header__menu-wrapper .header__facebook {
      -webkit-box-ordinal-group: 4;
      -webkit-order: 3;
      -moz-order: 3;
      -ms-flex-order: 3;
      order: 3; }
    .header__menu-wrapper .facebook-link:after {
      content: 'Facebook';
      color: #000;
      font: 20px "AvenirNextCyr-Regular", sans-serif, sans-serif;
      line-height: 100%;
      padding-left: 26px; }
    .header__menu-wrapper .header__language-switcher {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
      -moz-order: 2;
      -ms-flex-order: 2;
      order: 2; }

  .header__menu-wrapper_show {
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -moz-transition: transform 0.666s;
    -o-transition: transform 0.666s;
    -webkit-transition: transform 0.666s;
    transition: transform 0.666s; }
    .header__menu-wrapper_show .header__block {
      opacity: 1;
      -moz-transition: opacity 0.666s 0.666s;
      -o-transition: opacity 0.666s 0.666s;
      -webkit-transition: opacity 0.666s 0.666s;
      transition: opacity 0.666s 0.666s; }

  .header__mobile-menu-btn-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 28.5px; }

  .header__mobile-menu-btn {
    display: block;
    width: 25px;
    height: 15px;
    background: #eaf4f9;
    padding: 15px 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    z-index: 30; }

  .header__mobile-menu-line {
    display: block;
    position: relative;
    overflow: hidden;
    height: 0;
    width: 100%;
    margin-bottom: 6px;
    -moz-transition: all 0.666s;
    -o-transition: all 0.666s;
    -webkit-transition: all 0.666s;
    transition: all 0.666s;
    -moz-transform: translateY(0) translateZ(0);
    -o-transform: translateY(0) translateZ(0);
    -ms-transform: translateY(0) translateZ(0);
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0); }

  .header__mobile-menu-line {
    border-top: 1px solid #0d5cab; }

  .header__mobile-menu-btn_open-menu .header__mobile-menu-line_1 {
    width: 138%;
    margin-left: -4px;
    -moz-transform: translateY(7px) rotate(45deg) translateZ(0);
    -o-transform: translateY(7px) rotate(45deg) translateZ(0);
    -ms-transform: translateY(7px) rotate(45deg) translateZ(0);
    -webkit-transform: translateY(7px) rotate(45deg) translateZ(0);
    transform: translateY(7px) rotate(45deg) translateZ(0); }

  .header__mobile-menu-btn_open-menu:hover .header__mobile-menu-line_2,
  .header__mobile-menu-btn_open-menu .header__mobile-menu-line_2 {
    opacity: 0; }

  .header__mobile-menu-btn_open-menu .header__mobile-menu-line_3 {
    width: 138%;
    margin-left: -4px;
    -moz-transform: translateY(-7px) rotate(-45deg) translateZ(0);
    -o-transform: translateY(-7px) rotate(-45deg) translateZ(0);
    -ms-transform: translateY(-7px) rotate(-45deg) translateZ(0);
    -webkit-transform: translateY(-7px) rotate(-45deg) translateZ(0);
    transform: translateY(-7px) rotate(-45deg) translateZ(0); }

  .header__menu-wrapper .header__block.link__to__main__burger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -moz-order: 5;
    -ms-flex-order: 5;
    order: 5;
    border-bottom: 1px solid rgba(13, 92, 171, 0.07);
    color: #000;
    font: 20px "AvenirNextCyr-Regular", sans-serif;
    line-height: 100%;
    padding-left: 61px;
    background: url("./img/inter_small_logo.png") no-repeat 30px center; }

  .header__menu-wrapper .header__block.link__to__main__burger > a {
    color: #000;
    font: 20px "AvenirNextCyr-Regular", sans-serif;
    line-height: 100%; }

  /* 4.2 main */
  .main-menu {
    height: 495px; }

  .media-type {
    height: 670px;
    -moz-transform: translateY(-174px);
    -o-transform: translateY(-174px);
    -ms-transform: translateY(-174px);
    -webkit-transform: translateY(-174px);
    transform: translateY(-174px); }

  /* main-menu_second-state */
  .main-menu_second-state .media-type__link {
    height: 100%;
    width: 25%; }
  .main-menu_second-state .media-type__link-background {
    display: none; }
  .main-menu_second-state .period-filter__link span {
    overflow: hidden;
    white-space: nowrap; }
  .main-menu_second-state .period-filter__link:first-child span {
    width: 21px; }
  .main-menu_second-state .period-filter__link:nth-child(2) span {
    width: 25px; }
  .main-menu_second-state .period-filter__link:nth-child(3) span {
    width: 28px; }
  .main-menu_second-state .period-filter__link:last-child span {
    width: 29px; }
  .main-menu_second-state .period-years .period-filter__link {
    width: 60px; }
  .main-menu_second-state .period-quarters .period-filter__link {
    width: 55px; }

  .media-type__link {
    height: 50%;
    width: 50%;
    font-size: 30px;
    padding: 44px 0 57px;
    box-sizing: border-box; }

  .media-type__link:first-child {
    border-right: 1px solid rgba(193, 216, 232, 0.4);
    border-bottom: 1px solid rgba(193, 216, 232, 0.4); }

  .media-type__link:nth-child(2) {
    border-bottom: 1px solid rgba(193, 216, 232, 0.4); }

  .media-type__link:nth-child(3) {
    border-right: 1px solid rgba(193, 216, 232, 0.4); }

  /* organizations */
  .section-organizations {
    padding: 126px 0 30px; }

  .section-organizations__wrapper {
    height: 501px; }

  .section-organizations__link {
    width: 50%; }
    .section-organizations__link img {
      -moz-transform: scale(0.76);
      -o-transform: scale(0.76);
      -ms-transform: scale(0.76);
      -webkit-transform: scale(0.76);
      transform: scale(0.76); }

  .section-organizations__link:hover img {
    -moz-transform: scale(0.76) translateY(-10px);
    -o-transform: scale(0.76) translateY(-10px);
    -ms-transform: scale(0.76) translateY(-10px);
    -webkit-transform: scale(0.76) translateY(-10px);
    transform: scale(0.76) translateY(-10px); }

  .section-organizations__link:first-child,
  .section-organizations__link:nth-child(2) {
    border-bottom: 1px solid #d5e6f0; }

  /* section-map */
  .map-wrapper {
    position: relative;
    width: 728px;
    height: 493px; }

  .national-media {
    top: 0;
    right: 114px; }

  .national-media__tooltip {
    background: none;
    padding: 0;
    min-width: 0;
    box-shadow: none; }

  /* section-circle-regions */
  .section-circle-regions {
    width: 100%;
    padding-top: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start; }

  .section-circle-regions::after {
    display: none; }

  .circle-regions {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

  .circle-region {
    width: 100%;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 55px;
    border-bottom: 2px solid #dbe8f1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .circle-region:last-child {
    border-bottom: 0; }

  .circle-region__logo-wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 222px;
    -moz-box-flex: 0;
    -moz-flex: 0 0 222px;
    -ms-flex: 0 0 222px;
    flex: 0 0 222px; }

  .circle-region__title {
    width: auto;
    font-size: 36px;
    text-align: left;
    padding-top: 0;
    padding-left: 46px; }

  /* 2.3 Footer */
  .container_footer {
    width: 708px; }

  /* section monitoring */
  .monitoring__content-nav {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

  .monitoring__content-nav-link {
    width: 100%;
    height: 60px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    padding: 0 30px;
    border-right: none;
    box-sizing: border-box; }

  .content-nav-link_active {
    border-bottom: 1px solid rgba(193, 216, 232, 0.5); }

  /* search */
  .search-page__input-text {
    width: 360px; }

  /* 404-page */
  .error-404 {
    font-size: 40px; } }
/* 5.0 480px */
@media all and (max-width: 767px) {
  .container,
  .header__intro-wrapper {
    width: 423px; }

  /* 5.1 Header */
  .header,
  .header__wrapper {
    height: 85px; }

  .header_home {
    height: 760px; }

  .header__logo {
    width: 240px;
    padding-left: 28.5px; }
    .header__logo img {
      height: 45px;
      width: auto; }

  /* 5.2 main */
  .main-menu {
    height: 655px; }

  .media-type {
    height: 800px;
    -moz-transform: translateY(-145px);
    -o-transform: translateY(-145px);
    -ms-transform: translateY(-145px);
    -webkit-transform: translateY(-145px);
    transform: translateY(-145px); }

  /* main-menu_second-state */
  .main-menu_second-state .media-type__link span {
    display: none; }
  .main-menu_second-state .media-type__link-background {
    display: block;
    width: 50px;
    height: 50px; }
  .main-menu_second-state .media-type__icon_tv {
    width: 39.3px;
    height: 36.7px; }
  .main-menu_second-state .media-type__icon_radio {
    width: 26px;
    height: 43px; }
  .main-menu_second-state .media-type__icon_print-media {
    width: 35.5px;
    height: 36px; }
  .main-menu_second-state .media-type__icon_internet {
    width: 35.3px;
    height: 36.4px; }
  .main-menu_second-state .media-type__link:last-child {
    border-bottom: 1px solid rgba(193, 216, 232, 0.4); }
  .main-menu_second-state .media-type__link.active-media {
    border-bottom: 1px solid transparent; }
  .main-menu_second-state .period-filter-wrapper {
    height: 120px;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    box-sizing: border-box; }
  .main-menu_second-state .period-filter:first-child {
    margin-right: 0;
    margin-top: 20px; }
  .main-menu_second-state .period-filter:last-child {
    margin-bottom: 20px; }

  .media-type__link {
    height: 25%;
    width: 100%;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    font-size: 23px;
    padding: 0 0 0 30px;
    border: 0;
    border-bottom: 1px solid rgba(193, 216, 232, 0.4);
    box-sizing: border-box; }
    .media-type__link span {
      padding-left: 27px; }

  .media-type__link:first-child,
  .media-type__link:nth-child(3) {
    border-right: 0; }

  .media-type__link:last-child {
    border: 0; }

  .main-menu_second-state .media-type__link:first-child,
  .main-menu_second-state .media-type__link:nth-child(3) {
    border-right: 1px solid rgba(193, 216, 232, 0.4); }

  /* organizations */
  .section-organizations {
    padding: 98px 0 30px; }

  .section-organizations__title {
    font-size: 30px;
    padding-bottom: 70px; }

  .section-organizations__wrapper {
    height: 800px; }

  .section-organizations__link {
    width: 100%;
    height: 200px;
    border-bottom: 1px solid #d5e6f0; }

  /* section-map */
  /* section-circle-regions */
  .circle-region {
    padding: 30px 28px 40px; }

  .circle-region__logo-wrapper {
    width: 160px;
    height: 160px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 160px;
    -moz-box-flex: 0;
    -moz-flex: 0 0 160px;
    -ms-flex: 0 0 160px;
    flex: 0 0 160px; }

  .circle-region_regional-media__icon-svg {
    width: 58px;
    height: 63px; }

  .circle-region_national-media__icon-svg {
    width: 55px;
    height: 75px; }

  .circle-region__title {
    font-size: 26px;
    padding-left: 30px; }

  /* section-regions-list */
  .section-regions-list {
    padding-top: 30px; }

  .section-map_second-state {
    display: none; }

  .section-regions-list_second-state {
    display: block; }

  .section-regions-list_hide {
    display: none; }

  .regions-list {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-top: 1px solid rgba(193, 216, 232, 0.4); }

  .regions-list__item {
    height: 68px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    font: 20px 'AvenirNextCyr-Demi', sans-serif;
    color: #000;
    border-bottom: 1px solid rgba(193, 216, 232, 0.4); }

  .regions-list__item_icon {
    color: #197de0; }

  .regions-list__item:hover {
    color: #218df7; }

  .regions-list__item__icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    height: 48px;
    width: 48px;
    background: #197de0;
    border-radius: 50%;
    -webkit-box-shadow: 0 12px 11px 0 rgba(11, 62, 112, 0.1) ;
    -moz-box-shadow: 0 12px 11px 0 rgba(11, 62, 112, 0.1) ;
    box-shadow: 0 12px 11px 0 rgba(11, 62, 112, 0.1) ;
    margin-right: 20px; }

  .regions-list__item__icon-svg {
    fill: #fff;
    width: 22.4px;
    height: 30.4px; }

  /* section monitoring */
  .monitoring__title {
    font-size: 33px; }

  .monitoring__btn-select {
    padding-right: 22px;
    height: 42px; }
    .monitoring__btn-select .filter-option {
      height: 42px;
      font: 33px 'AvenirNextCyr-Demi', sans-serif;
      line-height: 1;
      color: #197de0;
      transition: 0.666s; }

  .monitoring__description {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 25px 0; }

  .monitoring__description:before,
  .monitoring__description:after {
    display: none; }

  .monitoring__description-title_center {
    text-align: left; }

  .monitoring__description-item {
    width: 100%; }

  .monitoring__description-item:before,
  .monitoring__description-item:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 1px;
    padding-top: 8px;
    background: rgba(193, 216, 232, 0.5);
    top: 0;
    box-sizing: border-box; }

  .monitoring__description-item:before {
    left: 0; }

  .monitoring__description-item:after {
    right: 0; }

  .monitoring__media-list-wrapper {
    margin-bottom: 45px; }

  .monitoring__organization-wrapper {
    margin-top: 45px; }

  .middle-line {
    width: 100%;
    height: 1px;
    background: rgba(193, 216, 232, 0.5); }

  /* 404-page */
  .error-404 {
    font-size: 30px;
    padding-top: 20px; }

  .sad-smile {
    font-size: 100px;
    padding-bottom: 20px; } }
/* 6.0 320px */
@media all and (max-width: 479px) {
  .header__intro-wrapper {
    width: 280px; }

  .container {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box; }

  /* 6.1 Header */
  .header__logo {
    width: 230px;
    padding-left: 20px; }

  .header__mobile-menu-btn-wrapper {
    padding-right: 20px; }

  /* header-intro */
  .header__intro-title {
    font-size: 44px; }

  /* 6.2 main */
  .main-menu {
    height: 331px; }

  .media-type {
    height: 476px;
    margin: 0 -20px;
    padding: 0 20px;
    box-sizing: border-box; }

  .main-menu_second-state .media-type {
    margin: 0;
    padding: 0; }

  /* main-menu_second-state */
  .main-menu_second-state .media-type__link span {
    display: none; }
  .main-menu_second-state .media-type__link-background {
    display: block;
    width: 40px;
    height: 40px; }
  .main-menu_second-state .media-type__icon_tv {
    width: 31.6px;
    height: 29.8px; }
  .main-menu_second-state .media-type__icon_radio {
    width: 20.9px;
    height: 35px; }
  .main-menu_second-state .media-type__icon_print-media {
    width: 28.5px;
    height: 29.3px; }
  .main-menu_second-state .media-type__icon_internet {
    width: 28.3px;
    height: 29.6px; }

  .media-type__link {
    font-size: 20px;
    padding: 0 0 0 18px;
    border: 0;
    border-bottom: 1px solid rgba(193, 216, 232, 0.4);
    box-sizing: border-box; }
    .media-type__link span {
      padding-left: 19px; }

  .media-type__link-background {
    width: 78.3px;
    height: 78.3px; }

  .media-type__icon_tv {
    width: 41.2px;
    height: 38.1px; }

  .media-type__icon_radio {
    width: 27px;
    height: 40.5px; }

  .media-type__icon_print-media {
    width: 37.2px;
    height: 36.8px; }

  .media-type__icon_internet {
    width: 36.9px;
    height: 37.5px; }

  /* organizations */
  .section-organizations {
    padding: 111px 0 30px; }

  .section-organizations__title {
    line-height: 100%;
    padding-bottom: 50px; }

  /* section-circle-regions */
  .circle-region {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

  .circle-region {
    padding: 30px 28px 25px; }

  .circle-region__title {
    text-align: center;
    padding-top: 20px;
    padding-left: 0; }

  /* section-monitoring */
  .monitoring__title {
    font-size: 27px; }

  .monitoring__btn-select {
    height: 33px; }

  .monitoring__btn-select .filter-option {
    height: 33px;
    font: 27px 'AvenirNextCyr-Demi', sans-serif; }

  .monitoring__description-item {
    padding: 0; }

  .monitoring__description-item:before,
  .monitoring__description-item:after {
    display: none; }

  .monitoring__media-list-wrapper {
    margin-bottom: 25px; }

  .monitoring__organization-wrapper {
    margin-top: 15px; }

  .monitoring__organization-logo {
    height: 250px; }
    .monitoring__organization-logo img {
      max-width: 100%; }

  .monitoring__content-nav-link {
    min-height: 60px;
    height: auto;
    text-align: left;
    padding: 20px 30px 19px; }

  .page-content p, .page-content blockquote p, .page-content blockquote {
    font: 17px/133% 'AvenirNextCyr-Regular', sans-serif; }

  .page-content h1 {
    font-size: 33px;
    padding-bottom: 25px; }

  .page-content h2 {
    font-size: 30px;
    padding-bottom: 15px; }

  .page-content h3 {
    font-size: 25px;
    padding-bottom: 15px; }

  .page-content h4 {
    font-size: 22px; }

  .page-content h5 {
    font-size: 20px; }

  .page-content h6 {
    font-size: 18px; }

  /* search */
  .search-page__form {
    padding-top: 30px; }

  .search-page__input-text {
    width: 230px;
    height: 50px;
    font-size: 18px;
    padding: 0 19px; }

  .search-page__submit-label {
    margin-left: 15px; }

  .search-page__search-result-title-wrapper {
    padding: 64px 0 60px; }

  .search-page__search-result-title,
  .result-counter {
    font-size: 23px; }

  .monitoring-list__elem-link {
    height: 90px; }

  /* 404-page */
  .error-404 {
    font-size: 19px; }

  .sad-smile {
    font-size: 80px;
    padding-bottom: 30px; }

  /* 6.3 Footer */
  .footer__disclaimer {
    line-height: 128%; } }
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
  margin-bottom: 15px; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.4);
  margin: 0;
  padding: 20px 4px 25px; }

.wp-caption a,
.wp-caption a:hover,
.gallery a,
.gallery a:hover {
  border: none;
  background: none; }

/*# sourceMappingURL=style.css.map */
