@font-face {
  font-family: "AvenirNextCyr-Demi";
  src: url("fonts/avenir/AvenirNextCyr-Demi.otf");
  font-style: normal;
  font-weight: normal; }
@font-face {
  font-family: "AvenirNextCyr-Medium";
  src: url("fonts/avenir/AvenirNextCyr-Medium.otf");
  font-style: normal;
  font-weight: normal; }
@font-face {
  font-family: "AvenirNextCyr-Bold";
  src: url("fonts/avenir/AvenirNextCyr-Bold.otf");
  font-style: normal;
  font-weight: normal; }
@font-face {
  font-family: "AvenirNextCyr-Regular";
  src: url("fonts/avenir/AvenirNextCyr-Regular.otf");
  font-style: normal;
  font-weight: normal; }
input, textarea {
  font-size: initial; }

html, body {
  overflow-x: hidden; }

a img {
  border: 0;
  outline: 0; }

body, html, h1, h2, h3, h4, h5, h6, p, ul, li, ol, blockquote, input {
  font-weight: normal;
  border: 0;
  outline: 0;
  margin: 0;
  padding: 0;
  background: transparent;
  list-style: none; }

  #chartjs-tooltip {
      opacity: 1;
      position: absolute;
      background: rgba(0, 0, 0, .7);
      color: white;
      border-radius: 3px;
      -webkit-transition: all .1s ease;
      transition: all .1s ease;
      pointer-events: none;
    }

.main_404 {
  border-top: 1px solid rgba(255,255,255,0.3);
}

.num_404 {
  font-size: 140px;
  font-family: "AvenirNextCyr-Bold";
  color: #fff;
}

.txt_404 {
  font-size: 20px;
  font-family: "AvenirNextCyr-Demi";
  color: #fff;
}

.main {
  display: block;
  -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;
  background: #fcfcfc; }

.flex_column_nowrap_fs {
  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-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start; }

.flex_column_nowrap_sb {
  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-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; }

.flex_row_nowrap_sb {
  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; }

.flex_row_nowrap_sb_str {
  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;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch; }

.flex_row_nowrap_sb_fs {
  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;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start; }

.flex_row_nowrap_fs {
  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: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start; }

.flex_row_nowrap_fs_fs {
  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: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start; }

.flex_row_nowrap_fs_centr {
  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: 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; }

.flex_row_nowrap_centr_centr {
  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: 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; }

.flex_row_wrap_sb_fe {
  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-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end; }

.flex_row_wrap_sb {
  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-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between; }

.flex_row_wrap_fs {
  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-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start; }

.flex_row_wrap_sb_centr {
  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-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }

.flex_row_nowrap_fs_str {
  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: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch; }

body {
  min-height: 100vh; }

a {
  color: #000;
  text-decoration: none; }

* {
  box-sizing: border-box; }

section {
  position: relative; }

.more__news__front a {
  display: none; }

#myChart {
  cursor: pointer;
}

.no-posts {
  font-size: 22px;
  font-family: "AvenirNextCyr-Bold";
  color: #000;
}

.no-posts.white {
  color: #fff;
}

.burger__menu {
  position: absolute;
  top: 60px;
  background: rgba(3, 23, 124, 0.95);
  width: 100%;
  display: none;
  left: 0;
  z-index: 5; }

.burger__menu__first > ul > li > a {
  font-size: 19px;
  font-family: "AvenirNextCyr-Bold";
  color: #fff; }

.burger__menu__first > ul > li > ul a {
  font-size: 19px;
  font-family: "AvenirNextCyr-Regular";
  color: rgba(255, 255, 255, 0.6); }

.burger__menu__first > ul > li a {
  padding: 9px;
  display: inline-block; }

.burger__menu__first > ul > li > ul a {
  padding-top: 7px;
  padding-bottom: 7px;
  display: inline-block; }

.burger__menu > .burger__menu__first > ul {
  padding: 30px 21px; }

.burger__menu > .burger__menu__first > ul > li > ul {
  display: none;
  margin-bottom: 5px; }

.burger__menu > .burger__menu__first > ul > li.menu-item-has-children > a:after {
  content: "\f0dd";
  font-size: 10px;
  color: #fff;
  position: relative;
  bottom: 4px;
  left: 8px;
  display: inline-block;
  font: normal normal normal 10px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: 0.33s ease-out; }

.burger__menu__second {
  padding-left: 30px;
  padding-right: 30px; }

.burger__menu__second > ul {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 12px;
  padding-top: 46px;
  padding-bottom: 43px; }

.burger__menu__second li {
  padding-bottom: 0px; }

.burger__menu__second li a {
  padding-top: 9px;
  padding-bottom: 9px;
  display: inline-block;
}

.burger__menu__second > ul > li:last-of-type {
  display: none; }

.burger__menu__second a {
  font-size: 18px;
  font-family: "AvenirNextCyr-Demi";
  color: #fff; }

.burger-buttom {
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding-right: 25px;
  display: none;
  background: #03177c;
  position: relative;
  z-index: 5;
  padding-left: 13px;
  transition: 0.5s ease-out;
  cursor: pointer; }

.burger-buttom.active {
  width: 100%;
  padding-right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.burger-buttom p {
  font-size: 16px;
  color: #fff;
  font-family: "AvenirNextCyr-Bold"; }

#nav-icon3 {
  width: 23px;
  height: 19px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  margin-right: 20px; }

#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

/* Icon 3 */
#nav-icon3 span:nth-child(1) {
  top: 0px; }

#nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
  top: 9px; }

#nav-icon3 span:nth-child(4) {
  top: 18px; }

#nav-icon3.open {
  margin-right: 30px; }

#nav-icon3.open span:nth-child(1) {
  top: 9px;
  width: 0%;
  left: 50%; }

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

#nav-icon3.open span:nth-child(4) {
  top: 9px;
  width: 0%;
  left: 50%; }

.transparent__title {
  position: absolute;
  left: 0;
  top: 0;
  clip: rect(1px, 1px, 1px, 1px); }

.container {
  max-width: 1366px;
  width: 100%;
  margin: 0 auto; }

.background_blue {
  background-color: #03177c; }

header {
  position: relative;
}

.header__top {
  height: 60px; }

.header__top__menu ul {
  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: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start; }

  .header__top__menu ul > li {
    position: relative;
    
  }

  .header__top__menu ul > li > a {
    z-index: 10000;
    background: #03177c;
  }

  .header__top__menu ul > li .sub-menu {
    /*display: none;*/
    display: block;
    position: absolute;
    background: #03177c;
    top: 60px;
    left: 0;
    z-index: 9999;
    padding-top: 0px;
    padding-bottom: 0px;
    transform: translateY(-100%);
    transition: 0.33s ease-out;
  }

  .header__top__menu ul > li .sub-menu li a {
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    white-space: nowrap;
  }

  .header__top__menu .menu-item-has-children:hover .sub-menu {
    display: block;
    transform: translateY(0);
  }

.header__top__social {
  padding: 6px 11px;
  color: #fff;
  transition: 0.33s ease-out; }

.header__top__social:hover {
  color: #f2b10c; }

.header__top__facebook {
  font-size: 18px; }

.header__top__youtube {
  font-size: 21px; }

.header__top__socials {
  padding-right: 14px;
  margin-top: 14px;
  margin-bottom: 14px;
  padding-left: 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.3); }

.languages {
  padding-left: 12px; }

.languages li > * {
  font-family: "AvenirNextCyr-Demi";
  font-size: 13px;
  letter-spacing: 1px;
  padding: 5px 7.5px;
  display: block; }

.languages li > span {
  color: rgba(255, 255, 255, 0.4); }

.languages li > a {
  color: white;
  transition: 0.33s ease-out; }

.languages li > a:hover {
  color: #f2b10c; }

.header__top__menu {
  padding-right: 7px; }

.header__top__menu li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }

.header__top__menu a {
  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;
  padding: 0 26px;
  font-size: 18px;
  font-family: "AvenirNextCyr-Demi";
  color: #fff;
  transition: 0.33s ease-out; }

.header__top__menu a:hover {
  color: #f2b10c; }

.header__top__menu > ul > li:last-of-type a {
  color: #f2b10c; }

.header__middle {
  height: 180px; }

#header__middle {
  background: #fdfdfd; }

.header__middle__logo {
  -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; }

.header__middle__info {
  min-width: 445px;
  max-width: 445px;
  background: #f6f6f6; }

.header__middle__info__txt_block {
  max-width: 195px;
  min-width: 195px;
  padding-left: 43px;
  padding-right: 23px;
  margin-top: 25px; }

.header__middle__info__title {
  font-family: "AvenirNextCyr-Bold";
  font-size: 17px;
  color: #03177c;
  margin-bottom: 11px; }

.header__middle__info__txt {
  font-size: 14px;
  font-family: "AvenirNextCyr-Demi";
  color: #000;
  line-height: 160%; }

.header__middle__info__positions {
  padding-left: 32px;
  padding-right: 22px;
  margin-top: 28px;
  border-left: 1px solid #d8e6ef;
  border-right: 1px dashed #d8e6ef; }

.header__middle__info__position {
  display: block;
  font-size: 16px;
  font-family: "AvenirNextCyr-Demi";
  padding-bottom: 5px; }

.header__middle__info__position:last-of-type {
  padding-bottom: 0px; }

.header__middle__info__position:nth-of-type(1) {
  color: #ff7474; }

.header__middle__info__position:nth-of-type(2) {
  color: #f2b10c; }

.header__middle__info__position:nth-of-type(3) {
  color: #1294c5; }

.header__middle__info__position:nth-of-type(4) {
  color: #77ba0c; }

.header__middle__info__position:nth-of-type(5) {
  color: #22e4f0; }

.header__middle__info__count {
  font-size: 17px;
  font-family: "AvenirNextCyr-Demi";
  padding-bottom: 5px; }

.header__middle__info__count span {
  font-size: 11px;
  position: relative;
  bottom: 2px; }

.header__middle__info__count .fa-sort-desc, .header__middle__info__count .fa-sort-asc {
  font-size: 10px;
  position: relative;
  margin: 0 5px; }

.header__middle__info__count .fa-sort-desc {
  bottom: 4px; }

.header__middle__info__count .fa-sort-asc {
  bottom: 1px; }

.header__middle__info__numbers {
  padding-left: 16px;
  margin-top: 25px; }

.header__middle__graphic {
  min-width: 580px;
  max-width: 580px; }

.header__bottom {
  height: 60px;
  position: relative; }

.header__bottom__menu {
  padding-left: 8px;
  -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; }

.header__bottom__menu > ul > li > a.active_menu, .header__bottom__menu > ul > li.menu-item-has-children > a.active_menu:after {
  color: #f2b10c; }

.header__bottom__menu > ul {
  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: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch; }

.header__bottom__menu > ul > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }

.header__bottom__menu > ul > li > a {
  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;
  padding: 0 16px;
  font-size: 19px;
  font-family: "AvenirNextCyr-Bold";
  color: #fff;
  transition: 0.33s ease-out; }

.header__bottom__menu > ul > li > a:hover {
  color: #f2b10c; }

.header__bottom__menu > ul > li.menu-item-has-children > a:hover:after {
  color: #f2b10c; }

.header__bottom__menu > ul > li.menu-item-has-children > a {
  padding-right: 26px; }

.header__bottom__menu > ul > li.menu-item-has-children > a:after {
  content: "\f0dd";
  font-size: 10px;
  color: #fff;
  position: relative;
  bottom: 2px;
  left: 8px;
  display: inline-block;
  font: normal normal normal 10px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: 0.33s ease-out; }

.header__bottom__menu > ul > li > ul.sub-menu {
  display: none;
  position: absolute;
  padding: 17px 17px 36px;
  width: 100%;
  left: 0;
  top: 60px;
  background: rgba(3, 23, 124, 0.95);
  z-index: 2; }

.header__bottom__menu > ul > li > ul.sub-menu a {
  display: inline-block;
  padding: 7px;
  font-size: 19px;
  color: #fff;
  font-family: "AvenirNextCyr-Regular";
  transition: 0.33s ease-out; }

.header__bottom__menu > ul > li > ul.sub-menu a:hover {
  color: #f2b10c; }

.header__bottom__form {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  padding-right: 60px;
  margin-right: 25px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  width: 60px;
  transition: 0.5s ease-out all;
  overflow: hidden; }

  .header__bottom__form.active input[type="text"] {
    background: #f6f6f6;
  }

.header__bottom__form.active {
  width: 450px;
  z-index: 10; }

.header__bottom__form input[type='text']::-webkit-input-placeholder {
  color: #03177c; }

.header__bottom__form input[type='text']::-moz-placeholder {
  color: #03177c; }

/* Firefox 19+ */
.header__bottom__form input[type='text']:-moz-placeholder {
  color: #03177c; }

/* Firefox 18- */
.header__bottom__form input[type='text']:-ms-input-placeholder {
  color: #03177c; }

.header__bottom__form input[type='text'] {
  width: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding-right: 60px;
  font-size: 19px;
  font-family: "AvenirNextCyr-Bold";
  color: #03177c;
  opacity: 0;
  padding-left: 20px;
  transition: 1s ease-out opacity; }

.header__bottom__form.active input[type='text'] {
  opacity: 1; }

.header__bottom__form__lupa {
  display: block;
  position: absolute;
  right: 18px;
  top: 20px; }

.header__bottom__form__lupa:first-of-type {
  z-index: 2;
  opacity: 1;
  transition: 0.33s ease-out; }

.header__bottom__form__lupa:last-of-type {
  z-index: 1; }

.header__bottom__form input[type='submit'] {
  position: absolute;
  height: 100%;
  width: 60px;
  right: 0;
  top: 0;
  z-index: 3;
  cursor: pointer; }

.header__bottom__form input[type='submit']:hover ~ .header__bottom__form__lupa:first-of-type {
  opacity: 0; }

  .header__bottom__form.active .header__bottom__form__lupa, .header__bottom__form.active .header__bottom__form__lupa {s
  }

  .header__bottom__form.active input[type='submit'] ~ .header__bottom__form__lupa:first-of-type {
    opacity: 0;
  }

/*.header__bottom__form:after {
    content: "\f002";
    color: #fff;
    position: absolute;
    right: 15px;
    top: 15px;
    font: normal normal normal 28px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    z-index: 1;
}*/
.front {
  background: #fcfcfc;
  padding-top: 65px; }

.aside__left {
  padding-left: 25px;
  padding-right: 22.5px;
  min-width: 357.5px;
  max-width: 357.5px; }

.aside__right {
  padding-left: 22.5px;
  padding-right: 25px;
  min-width: 297.5px;
  max-width: 297.5px; }

.aside section {
  margin-bottom: 27px; }

.centr__column {
  /*width: 100%;*/
  width: 500px;
  padding-left: 23.5px;
  padding-right: 23.5px;
  border-right: 1px solid #e2ecf3;
  border-left: 1px solid #e2ecf3;
  /*min-height: 100vh;*/
  -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; }

.title__main__wrap {
  padding-bottom: 13px;
  border-bottom: 1px solid #b0b0b0;
  margin-bottom: 25px; }

.title__main a, .title__main {
  font-family: "AvenirNextCyr-Bold";
  font-size: 20px;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: 0.33s ease-out; }

.title__main a:hover {
  color: #03177c; }

.aside__change__type__news li {
  margin-left: 20px;
  position: relative; }

.aside__change__type__news li.active a {
  pointer-events: none;
}

.aside__change__type__news li a {
  transition: 0.33s ease-out; }

.aside__change__type__news li.active > * {
  color: #03177c;
  cursor: text; }

.aside__change__type__news li a:hover {
  color: #f2b10c; }

.aside__change__type__news li.active a:hover {
  color: #03177c;
}

.aside__change__type__news li:after {
  content: "/";
  color: #b8d5e9;
  font-size: 15px;
  font-family: "AvenirNextCyr-Regular";
  display: block;
  position: absolute;
  right: -13px;
  top: 0; }

.aside__change__type__news li:last-of-type:after {
  display: none; }

.aside__change__type__news li:first-of-type {
  margin-left: 0px; }

.aside__change__type__news a, .aside__change__type__news span {
  font-size: 15px;
  font-family: "AvenirNextCyr-Regular";
  color: #000; }

.aside__title a, .aside__author__name {
  display: block;
  padding-right: 10px;
  font-size: 17px;
  font-family: "AvenirNextCyr-Regular";
  color: #000; }

.aside__author__name {
  transition: 0.33s ease-out; }

.aside__title a {
  transition: 0.33s ease-out; }

.aside__title a:hover {
  color: #f2b10c; }

.aside__title {
  font-size: 17px;
  font-family: "AvenirNextCyr-Regular";
  color: #000;
  -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; }

.aside__title__bold a {
  font-family: "AvenirNextCyr-Bold"; }

.aside__title__red a {
  color: #ff4a4a; }

.time__aside__news {
  min-width: 60px; }

.time {
  color: #03177c; }

.time__aside {
  font-family: "AvenirNextCyr-Medium";
  font-size: 15px; }

.wrap__article__aside__news {
  overflow: hidden; }

.wrap__article__aside__news article {
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #dae5ec; }

.announcements_title {
  height: 78px;
}

.wave {
  width: 117px;
  height: 13px;
  position: absolute;
  top: 100px;
  /*margin-top: -6.5px;*/
  left: 50%;
  display: block;
  margin-left: -58.5px;
}

.wave.none {
  display: none;
}

.wave div {
  display: inline-block;
  width: 13px;
  height: 13px;
  border-radius: 6.5px;
  background: #000;
  animation: wave 1s cubic-bezier(0.626, 0, 0, 1) infinite;
  margin-right: 13px;
}

.wave div:nth-child(1) {
  animation-delay: -0.34667s;
}
.wave div:nth-child(2) {
  animation-delay: -0.26s;
}
.wave div:nth-child(3) {
  animation-delay: -0.17333s;
}
.wave div:nth-child(4) {
  animation-delay: -0.08667s;
}

@keyframes wave {
  0% {
    transform: translateY(0px);
  }
  40% {
    transform: translateY(0px);
  }
  60% {
    transform: translateY(10px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}

.date {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 13px;
  color: #000;
  font-family: "AvenirNextCyr-Demi";
  border-bottom: 1px solid #ff7474;
}

.date:first-of-type {
  margin-bottom: 20px;
}

.wrap__article__aside__news article:first-of-type {
  padding-top: 0; }

.time__aside__activity {
  width: 100%; }

.aside__title__activity {
  margin-bottom: 8px; }

.wrap__article__aside__activity article {
  padding-top: 12px;
  padding-bottom: 19px;
  border-bottom: 1px solid #e5eff6; }

.wrap__article__aside__activity article:first-of-type {
  padding-top: 0px; }

.aside__title__big a, .aside__title__big {
  font-size: 20px;
  font-family: "AvenirNextCyr-Demi";
  color: #000;
  transition: 0.33s ease-out; }

.aside__title__blog {
  border-bottom: 1px dashed #e0ecf4;
  padding-bottom: 15px; }

.aside__title__blog a {
  transition: 0.33s ease-out; }

.aside__title__blog a:hover {
  color: #f2b10c; }

.wrap__aside__author {
  margin-top: 19px; }

.wrap__aside__author:hover .aside__author__name {
  color: #f2b10c; }

.aside__author__txt {
  margin-top: 3px; }

.wrap__aside__author__img {
  min-width: 120px;
  max-width: 120px; }

.wrap__aside__author__img img {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  font-size: 0;
  vertical-align: middle; }

.aside__author__position {
  display: block;
  margin-top: 4px;
  font-size: 15px;
  font-family: "AvenirNextCyr-Regular";
  color: #7e7e7e; }

.wrap__article__aside__blogs article {
  padding-top: 23px;
  padding-bottom: 28px;
  border-bottom: 1px solid #dae5ec; }

.wrap__article__aside__blogs article:first-of-type {
  padding-top: 0; }

.wrap__aside__project:hover .aside__title__big {
  color: #f2b10c; }

.wrap__aside__project__img {
  min-width: 100%;
  max-width: 100%; }

.wrap__aside__project__img img {
  width: 100%;
  height: auto;
  font-size: 0;
  vertical-align: middle; }

.aside__project__desc {
  margin-top: 5px; }

.wrap__article__aside__projects article {
  padding-top: 27px;
  padding-bottom: 27px;
  border-bottom: 1px solid #e5eff6; }

.wrap__article__aside__projects article:first-of-type {
  padding-top: 0; }

.wrap__article__aside__projects article:last-of-type {
  border-bottom: 0; }

.aside__project__txt {
  margin-top: 9px; }

.standart__post {
  width: 310px;
  height: 100%; }

.standart__post__excerpt__main {
  max-height: 65px;
}

.standart__post:hover .standart__post__title {
  color: #f2b10c; }

.standart__post__txt {
  color: #7e7e7e;
  font-size: 17px;
  font-family: "AvenirNextCyr-Regular";
  margin-bottom: 25px; }

.standart__post__img {
  border-radius: 4px;
  display: block;
  width: 310px;
  height: 175px;
  margin-bottom: 16px; }

.standart__post__title {
  margin-bottom: 18px;
  transition: 0.33s ease-out; }

.standart__post__time {
  font-size: 12px;
  font-family: "AvenirNextCyr-Medium"; }

.standart__post__txt__block {
  -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; }

.wrap__article__standart__posts article {
  padding-bottom: 44px; }

.centr__column section {
  padding-bottom: 15px; }

.centr__column section:last-of-type {
  padding-bottom: 0; }

.container__infographics {
  padding-left: 358px; }

.wrap__article__standart__posts.wrap__article__last__front article:nth-of-type(3), .wrap__article__standart__posts.wrap__article__last__front article:nth-of-type(4) {
  padding-bottom: 0; }

.infographics__front {
  border-left: 1px solid #e2ecf3;
  padding-top: 62px;
  padding-left: 20px;
  padding-right: 25px;
  margin-bottom: 83px; }

.infographic__front__item {
  width: 460px;
  display: block; }

.infographic__front__item:hover .aside__title__big {
  color: #f2b10c; }

.infographic__front__img {
  border-radius: 4px;
  display: block;
  width: 460px;
  height: 300px;
  margin-bottom: 21px; }

.events__front {
  padding-left: 25px;
  padding-right: 20px;
  min-width: 1029px; }

.banners__front {
  padding-right: 25px;
  padding-left: 20px;
  width: 100%; }

.events__front__pad {
  padding-top: 75px;
  padding-bottom: 87px; }

.title__main__events a {
  color: #fff; }

  .title__main__events a:hover {
    color: rgba(255,255,255,0.5);
  }

.title__main__wrap__events {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3); }

.events__front__item {
  background: #fff;
  padding: 13px 27px 15px 27px;
  border-radius: 4px;
  width: 475px;
  height: 132px; }

.events__front__item:hover .aside__title__big {
  color: #f2b10c; }

.events__front__item:hover .events__front__deadline {
  color: #f7d684; }

.time__events {
  font-size: 40px;
  font-family: "AvenirNextCyr-Demi";
  position: relative; }

.time__events:nth-of-type(2):before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  border-top: 1px solid #e2ecf3;
  top: -3px;
  left: 0; }

.events__front__txt_block {
  padding: 6px 0 6px 32px; }

.events__front__deadline {
  font-size: 17px;
  font-family: "AvenirNextCyr-Regular";
  color: #7e7e7e;
  transition: 0.33s ease-out; }

.wrap__events__front article {
  margin-bottom: 30px; }

.banner__front__item {
  display: block;
  margin-bottom: 30px; }

.banner__front__image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px; }

.title__main__support {
  text-align: center; }

.support__front {
  padding-top: 79px;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 100px; }

.wrap__support__front {
  padding-top: 40px; }

  .wrap__support__front a {
    max-width: 15%;
    
  }

  .wrap__support__front img {
    width: 100%;
    height: auto;
  }

.slider__front {
  /*width: 643px;*/
  height: 450px;
  position: relative;
  margin-bottom: 45px; }

.slider__front__control__dots {
  /*@include flex(1 0 auto);*/
  width: 100%;
  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; }

.slick-dots {
  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: 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; }

.slick-dots li {
  margin: 0 10px; }

.slick-dots li.slick-active button {
  background: rgba(255, 255, 255, 0);
  border: 1px solid rgba(255, 255, 255, 0.5); }

.slick-dots button {
  font-size: 0;
  display: block;
  background: rgba(255, 255, 255, 0.5);
  padding: 0;
  width: 10px;
  height: 10px;
  border: 0 solid transparent;
  border-radius: 50%;
  outline: 0;
  cursor: pointer; }

.slider__main {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 4px;
  /*width: 100%;*/ }

.slider__front__control {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 70px;
  border-top: 1px solid rgba(255, 255, 255, 0.2); }

.slider__front__control__nav {
  min-width: 235px; }

.slider__front__control__nav a {
  width: 50%;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  position: relative; }

.slider__front__control__nav a:hover img:first-of-type {
  opacity: 0; }

.slider__front__control__nav a:hover img:last-of-type {
  opacity: 1; }

.slider__front__control__nav a img {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -9px;
  margin-top: -19px; }

.slider__front__control__nav a img:first-of-type {
  z-index: 2;
  opacity: 1;
  transition: 0.33s ease-out; }

.slider__front__control__nav a img:last-of-type {
  z-index: 1;
  opacity: 0;
  transition: 0.33s ease-out; }

.slider__front__item {
  display: block;
  width: 100%;
  height: 450px;
  overflow: hidden;
  border-radius: 4px;
  position: relative; }

.slider__front__item:hover .slider__front__title {
  color: #f2b10c; }

.slider__front__img {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.slider__front__filter {
  position: absolute;
  background: #03177c;
  opacity: 0.3;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.active.slider__front__txt__block {
  opacity: 1;
  top: 0px; }

.noopacity.slider__front__txt__block {
  opacity: 0; }

.slider__front__txt__block {
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 20px;
  z-index: 2;
  position: relative;
  opacity: 0;
  top: -40px;
  transition: 1s ease; }

.slider__front__title {
  font-size: 34px;
  font-family: "AvenirNextCyr-Demi";
  color: #fff;
  margin-bottom: 27px;
  padding-right: 140px;
  transition: 0.33s ease-out; }

.slider__front__time {
  font-size: 15px;
  color: #fff;
  font-family: "AvenirNextCyr-Medium"; }

.background_black {
  background: #161616; }

.container__footer {
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 88px;
  padding-bottom: 30px; }

.footer__menu a {
  transition: 0.33s ease-out; }

.footer__menu a:hover, .footer__menu .sub-menu li a:hover {
  color: #f2b10c; }

.footer__menu > ul > li {
  font-size: 17px;
  font-family: "AvenirNextCyr-Demi";
  padding-bottom: 20px;
  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;
  margin-right: 84px; }

  .footer__menu li {
    max-width: 330px;
  }

.footer__menu > ul > li:nth-of-type(1) {
  order: 1; }

.footer__menu > ul > li:nth-of-type(2) {
  order: 2;
  -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;
  /*height: 100%;*/ }

.footer__menu > ul > li:nth-of-type(4) {
  order: 3;
  height: 100%; }

.footer__menu > ul > li:nth-of-type(5) {
  order: 4; }

.footer__menu > ul > li:nth-of-type(6) {
  order: 5; }

.footer__menu > ul > li:nth-of-type(3) {
  order: 6; }

.footer__menu > ul > li:nth-of-type(7) {
  order: 7; }

.footer__menu > ul > li:nth-of-type(8) {
  order: 8; }

.footer__menu > ul > li > a {
  color: #fff; }

.wrap__footer__menu {
  padding-bottom: 22px; }

.footer__menu .sub-menu li a {
  font-family: "AvenirNextCyr-Regular";
  color: rgba(255, 255, 255, 0.3); }

.footer__menu .sub-menu > li {
  padding-bottom: 14px; }

.footer__menu .sub-menu {
  padding-top: 14px; }

.footer__menu > ul {
  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-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 430px;
  -webkit-align-content: flex-start;
  -moz-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start; }

.footer__socials .footer__social {
  display: block;
  color: #fff;
  font-size: 17px;
  font-family: "AvenirNextCyr-Regular";
  margin-bottom: 11px; }

.footer__socials .header__top__youtube:hover p {
  color: #d42625; }

.footer__socials .header__top__facebook:hover p {
  color: #4862a3; }

.footer__socials .header__top__youtube i {
  font-size: 21px;
  color: #d42625;
  position: relative;
  top: 1px;
  margin-right: 11px; }

.footer__socials .header__top__facebook i {
  font-size: 18px;
  color: #4862a3;
  position: relative;
  bottom: 1px;
  margin-right: 16px; }

.footer__social p {
  display: inline;
  transition: 0.33s ease-out; }

.footer__contacts {
  width: 220px;
  padding-top: 4px; }

.footer__feedback {
  padding-top: 17px;
  padding-bottom: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1); }

.footer__feedback__link {
  display: block;
  color: #fff;
  font-size: 22px;
  font-family: "AvenirNextCyr-Regular";
  margin-bottom: 12px;
  transition: 0.33s ease-out; }

.footer__feedback__link:hover {
  color: #f2b10c; }

.footer__feedback__link:last-of-type {
  margin-bottom: 0; }

.footer__adress {
  font-size: 15px;
  font-family: "AvenirNextCyr-Regular";
  color: #fff;
  padding-top: 24px;
  padding-bottom: 24px;
  line-height: 1.5;
  padding-right: 25px; }

.footer__developer {
  display: block;
  font-size: 15px;
  font-family: "AvenirNextCyr-Regular";
  color: rgba(255, 255, 255, 0.2);
  line-height: 1.5;
  margin-top: 19px;
  padding-right: 25px; }

.wrap__footer__logo img {
  vertical-align: middle; }

.wrap__footer__logo {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 5px;
  padding-right: 30px;
  margin-right: 30px; }

.wrap__footer__txt p {
  font-family: "AvenirNextCyr-Regular";
  font-size: 15px; }

.wrap__footer__txt p:first-child {
  color: rgba(255, 255, 255, 0.4);
  padding-bottom: 5px; }

.wrap__footer__txt {
  padding-top: 13px; }

.wrap__footer__txt p:last-child {
  color: rgba(255, 255, 255, 0.2); }

.wrap__slide__aside {
  position: relative;
  z-index: 1; }

.slide__aside__title {
  text-align: center;
  transition: 0.33s ease-out; }

.slide__aside__item {
  text-align: center;
  display: block;
  position: relative;
  z-index: 1; }

.slide__aside__item:hover .slide__aside__title {
  color: #f2b10c; }

.slide__aside {
  position: relative;
  z-index: 1; }

.slide__aside__img {
  min-width: 145px;
  height: 222px;
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px; }

.slide__aside__nav {
  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;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  height: 50px;
  width: 30px;
  top: 80px;
  z-index: 2;
  transition: 0.33s ease-out; }

.slide__aside__nav:hover img:first-of-type {
  opacity: 0; }

.slide__aside__nav:hover img:last-of-type {
  opacity: 1; }

.slide__aside__nav img {
  position: absolute;
  transition: 0.33s ease-out;
  vertical-align: middle; }

.slide__aside__nav img:first-of-type {
  opacity: 1;
  z-index: 2; }

.slide__aside__nav img:last-of-type {
  z-index: 1;
  opacity: 0; }

.slide__aside__nav__left {
  left: 0; }

.slide__aside__nav__left img {
  left: 0; }

.slide__aside__nav__right {
  right: 0; }

.slide__aside__nav__right img {
  right: 0; }

/*comment__archive*/
.archive__title {
  font-size: 30px;
  font-family: "AvenirNextCyr-Bold";
  color: #000;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  padding-top: 57px;
  border-bottom: 1px solid #b0b0b0;
  margin-bottom: 60px;
  padding-bottom: 48px; }

.archive__wrap {
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 118px; }

.annoncement__wrap .events__front__item {
  width: 616px;
  border: 1px solid #e2ecf3;
  background: transparent;
  margin-bottom: 40px; }

.annoncement__wrap {
  position: relative; }

.annoncement__wrap:after {
  position: absolute;
  content: "";
  height: 39px;
  background: #fcfcfc;
  bottom: 0;
  left: 0;
  width: 100%; }

.annoncement__wrap:before {
  position: absolute;
  content: "";
  height: 100%;
  border-left: 1px solid #e2ecf3;
  top: 0;
  left: 50%; }

.annoncement__wrap article {
  position: relative; }

.annoncement__wrap .aside__title__big {
  height: 48px; }

.archive__themes {
  min-width: 305px;
  max-width: 305px;
  padding-right: 55px; }

.wrap__articles__a {
  border-left: 1px solid #e2ecf3;
  padding-left: 55px;
  width: 100%; }

.theme__title {
  display: block;
  border-bottom: 1px solid #e5eff6;
  font-size: 20px;
  font-family: "AvenirNextCyr-Bold";
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-bottom: 16px; }

.archive__themes a {
  font-size: 17px;
  font-family: "AvenirNextCyr-Regular";
  color: #000;
  border-bottom: 1px solid #e5eff6;
  display: block;
  padding-top: 8px;
  padding-bottom: 11px;
  transition: 0.33s ease-out; }

.archive__themes a:hover {
  color: #f2b10c; }

.archive__themes a.active {
  font-family: "AvenirNextCyr-Bold";
  color: #f2b10c; }

.wrap__articles__a .standart__post {
  width: 100%; }

.wrap__articles__a .standart__post__img {
  margin-bottom: 0;
  margin-right: 27px; }

.wrap__articles__a .standart__post {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e5eff6; }

.wrap__articles__a .standart__post__txt {
  height: 42px; }

.wrap__articles__a article:last-of-type a {
  margin-bottom: 0; }

.small__themes {
  display: none; }

.wrap__blogs__a article {
  width: 588px;
  border-bottom: 1px solid #e5eff6;
  padding-bottom: 30px;
  margin-bottom: 30px; }

.wrap__blogs__a {
  position: relative; }

.wrap__blogs__a:after {
  content: "";
  border-left: 1px solid #e5eff6;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0; }

.wrap__blogs__a:before {
  content: "";
  height: 29px;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  background: #fcfcfc;
  z-index: 1; }

.wrap__blogs__txt__a .aside__title__big a:hover {
  color: #f2b10c; }

.wrap__blogs__a .wrap__blogs__img:hover ~ .wrap__blogs__txt__a .aside__author__name, .wrap__blogs__txt__a .aside__author__name:hover {
  color: #f2b10c; }

.wrap__blogs__a .wrap__blogs__img {
  display: block;
  min-width: 150px;
  max-width: 150px;
  height: 150px;
  margin-right: 30px; }

.wrap__blogs__img img {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 50%; }

.wrap__blogs__a .aside__title__big {
  margin-top: 25px;
  margin-bottom: 13px; }

.wrap__books__a .slide__aside__img {
  margin-left: 0;
  margin-right: 28px;
  margin-bottom: 0; }

.wrap__books__a .slide__aside__item.flex_row_nowrap_fs {
  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;
}

.wrap__books__a {
  position: relative; }

.wrap__books__a:after {
  content: "";
  position: absolute;
  background: #fcfcfc;
  height: 38px;
  bottom: -1px;
  left: 0;
  width: 100%; }

.wrap__books__a article {
  padding-right: 30px;
  margin-right: 30px;
  padding-bottom: 38px;
  border-right: 1px solid #e2ecf3; }

.wrap__books__a article:nth-of-type(3n) {
  padding-right: 0px;
  margin-right: 0px;
  border-right: 0; }

.wrap__books__a .slide__aside__item {
  width: 390px;
  padding-bottom: 38px;
  border-bottom: 1px solid #e2ecf3; }

.wrap__books__a .slide__aside__title {
  text-align: left; }

.wrap__infographics__a .infographic__front__item {
  width: 302px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e2ecf3;
  margin-bottom: 45px; }

.wrap__infographics__a {
  position: relative; }

  .wrap__infographics__a article {
    margin-right: 30px;
  }

  .wrap__infographics__a article:nth-of-type(4n) {
    margin-right: 0;
  }

.wrap__infographics__a:before {
  position: absolute;
  height: 100%;
  border-left: 1px solid #e2ecf3;
  left: 50%;
  top: 0;
  /*content: ""; */
}

.wrap__infographics__a:after {
  position: absolute;
  height: 44px;
  left: 0;
  width: 100%;
  background: #fcfcfc;
  bottom: 0;
  content: ""; 
}

.wrap__infographics__a .infographic__front__img {
  width: 100%;
  height: auto; }

.wrap__news__a .standart__post {
  width: 600px;
  padding-bottom: 25px;
  border-bottom: 1px solid #e5eff6; }

.wrap__news__a article {
  padding-bottom: 25px;
  position: relative; }

.wrap__news__a {
  position: relative; }

.wrap__news__a:after {
  display: block;
  position: absolute;
  background: #fcfcfc;
  height: 26px;
  width: 100%;
  left: 0;
  bottom: 0px;
  content: "";
  z-index: 1; }

.wrap__news__a:before {
  height: 100%;
  position: absolute;
  border-right: 1px solid #e5eff6;
  content: "";
  right: 50%;
  top: 0; }

.wrap__news__a .standart__post__img {
  min-width: 218px;
  max-width: 218px;
  height: 122px;
  margin-right: 34px;
  margin-bottom: 0; }

.pagination {
  margin-top: 60px;
  height: 70px;
  border-top: 1px solid #e5eff6;
  border-bottom: 1px solid #e5eff6;
  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: 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; }

.pagination > * {
  width: auto;
  padding-left: 11px;
  padding-right: 11px;
  height: 35px;
  border-radius: 22px;
  border: 1px solid #e5eff6;
  font-size: 17px;
  font-family: "AvenirNextCyr-Demi";
  color: #03177c;
  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;
  margin-right: 10px;
  transition: 0.33s ease-out; }

.pagination > *:hover, .pagination > *.current {
  background: #03177c;
  border: 1px solid #03177c;
  color: #fff; }

.pagination > *.dots {
  border: 0;
}

.pagination > *.dots:hover {
  background: #fff;
  border: 0;
  color: #03177c;
}

.pagination > *:last-child {
  margin-right: 0; }

.wrap__projects__a .wrap__aside__project {
  width: 608px;
  padding-bottom: 65px;
  margin-bottom: 65px;
  border-bottom: 1px solid #e2ecf3; }

.button__project__a {
  display: inline-block;
  font-size: 17px;
  font-family: "AvenirNextCyr-Regular";
  color: #fff;
  background: #03177c;
  padding: 7px 40px 12px;
  margin-top: 40px;
  transition: 0.33s ease-out; }

.wrap__projects__a .wrap__aside__project__img img {
  width: auto;
  height: auto; 
  max-width: 100%;
}

.wrap__projects__a .wrap__aside__project__img {
  min-width: 100%;
  max-width: 100%; }

.button__project__a:hover {
  background: #f2b10c; }

.inner__main__img {
	text-align: center;
}

.inner__main__img img {
  max-width: 100%;
  height: auto;
  vertical-align: middle; }

.inner__container {
  width: 1022px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }

.inner__container .likely {
  position: absolute;
  width: 70px;
  border: 1px solid #e5eff6;
  left: 5px;
  bottom: -250px; }

.inner__container .likely span {
  padding-left: 0;
  padding-right: 0; }

.inner__container .likely .likely__widget {
  margin: 0;
  height: 70px;
  width: 100%;
  background: transparent;
  border-bottom: 1px solid #e5eff6;
  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-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; }

.inner__container .likely .likely__widget:last-of-type {
  border-bottom: 0; }

.inner__container .likely .likely__icon {
  width: 18px;
  height: 18px; }

.inner__container .likely__icon.likely__icon_facebook:after {
  content: "\f230";
  display: inline-block;
  font: normal normal normal 21px/0.9 FontAwesome;
  color: #898a8a;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.inner__container .likely__icon.likely__icon_twitter:after {
  content: "\f099";
  display: inline-block;
  font: normal normal normal 24px/0.9 FontAwesome;
  position: relative;
  left: -2px;
  color: #898a8a;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.inner__container .likely__icon.likely__icon_vkontakte:after {
  content: "\f189";
  display: inline-block;
  font: normal normal normal 21px/0.9 FontAwesome;
  color: #898a8a;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  left: -3px; }

.inner__container .likely__icon.likely__icon_gplus:after {
  content: "\f0d5";
  display: inline-block;
  font: normal normal normal 21px/0.9 FontAwesome;
  color: #898a8a;
  text-rendering: auto;
  position: relative;
  left: -2px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.inner__container .likely .likely__widget {
  transition: 0.33s ease-out all;
  background: transparent; }

.inner__container .likely__icon:after {
  transition: 0.33s ease-out all; }

.inner__container .likely__widget.likely__widget_facebook:hover .likely__icon.likely__icon_facebook:after {
  color: #fff; }

.inner__container .likely__widget.likely__widget_facebook:hover {
  background: #425497; }

.inner__container .likely__widget.likely__widget_twitter:hover .likely__icon.likely__icon_twitter:after {
  color: #fff; }

.inner__container .likely__widget.likely__widget_twitter:hover {
  background: #00b7ec; }

.inner__container .likely__widget.likely__widget_gplus:hover .likely__icon.likely__icon_gplus:after {
  color: #fff; }

.inner__container .likely__widget.likely__widget_gplus:hover {
  background: #dd4241; }

.inner__container .likely svg {
  width: 18px;
  height: 18px;
  left: 0;
  top: 0;
  display: none; }

.inner__container h1.inner__title {
  font-size: 40px;
  color: #000;
  font-family: "AvenirNextCyr-Bold";
  padding-bottom: 0;
  
   }

  .inner__title__socials {
    padding-top: 37px;
    padding-bottom: 42px;
    margin-bottom: 40px;
    border-bottom: 1px solid #eef4f8;
  }

  .single__tags {
    margin-top: 20px;
  }

  .single__tags, .single__tags a {
    font-size: 17px;
    color: #f2b10c;
    font-family: "AvenirNextCyr-Regular";
  }

.inner__container, .inner__title {
  /*padding-left: 133px;
  padding-right: 133px;*/
}

.content__block, .inner__title, .single_time {
  padding-left: 133px;
  padding-right: 133px;
}

.single_time {
	font-size: 18px;
	color: #000;
	display: inline-block;
	padding-top: 35px;
	font-family: "AvenirNextCyr-Demi";
}

.inner__container h1, .single__tags, .inner__container h2, .inner__container h3, .inner__container h4, .inner__container h5, .inner__container h6, .inner__container p, .inner__container table, .inner__container blockquote, .inner__container ul, .inner__container ol, .inner__container figure {
  /*padding-left: 133px;
  padding-right: 133px; */
}

.inner__container iframe {
	max-width: 100%;
	display: block;
}

.inner__container figure {
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  box-sizing: content-box;
}

.inner__container h2 {
  font-size: 30px;
  font-family: "AvenirNextCyr-Bold";
  color: #000;
  padding-bottom: 16px; }

.inner__container h1 {
  font-size: 34px;
  font-family: "AvenirNextCyr-Bold";
  color: #000;
  padding-bottom: 20px; }

.inner__container h3, .inner__container h4, .inner__container h5, .inner__container h6 {
  font-size: 22px;
  font-family: "AvenirNextCyr-Bold";
  color: #000;
  padding-bottom: 12px; }

.inner__container p {
  font-size: 18px;
  color: #000;
  font-family: "AvenirNextCyr-Regular";
  line-height: 140%;
  padding-bottom: 24px; }

.inner__container a {
  color: #03177c;
  text-decoration: underline;
}

.inner__container a:hover {
  text-decoration: none;
}

.inner__container img {
  margin-top: 24px;
  margin-bottom: 24px;
  /*width: auto;*/
  position: relative;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  display: block; }

  .inner__container img.alignleft {
    float: left;
    margin-right: 20px;
    margin-top: 0;
    margin-bottom: 20px;
    margin-top: 5px;
  }

  .inner__container img.alignright {
    float: right;
    margin-left: 20px;
    margin-top: 0;
    margin-bottom: 20px;
    margin-top: 5px;
  }

  .inner__container img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
  }

  .inner__container .wp-caption img {
    margin-top: 0;
  }

  .inner__container .wp-caption.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .inner__container .wp-caption.alignleft {
    margin-right: 20px;
    margin-bottom: 20px;
    margin-top: 5px;
    float: left;
  }

  .inner__container .wp-caption.alignright {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
    margin-top: 5px;
  }

  .inner__container .wp-caption-text {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    font-family: "AvenirNextCyr-Medium";
    color: #000;
    text-align: center;
  }

.inner__container ul, .inner__container ol {
  padding-bottom: 16px;
  list-style-position: inside; }

.inner__container ol li {
  list-style-type: decimal;
  list-style-position: inside;
  padding-left: 27px; }

.inner__container li {
  font-size: 18px;
  font-family: "AvenirNextCyr-Regular";
  color: #000;
  padding-bottom: 8px; }

.inner__container ul li {
  padding-left: 45px;
  position: relative; }

.inner__container ul li:before {
  content: "\2022";
  display: block;
  color: #33af42;
  position: absolute;
  left: 27px;
  top: 0; }

 .inner__container blockquote {
   padding-top: 34px;
  padding-bottom: 39px;
  margin-top: 24px;
  margin-bottom: 48px;
  position: relative;
 } 

.inner__container blockquote p {
  color: #03177c;
  font-size: 27px;
  font-family: "AvenirNextCyr-Demi";
  line-height: 150%;
  padding-bottom: 0;
   }

.inner__container blockquote:before, .inner__container blockquote:after {
  display: block;
  position: absolute;
  content: "";
  border-top: 1px solid #e3e5ef;
  width: 375px;
  left: 133px; }

.inner__container blockquote:before {
  top: 0; }

.inner__container blockquote:after {
  bottom: 0; }

.inner__container {
  padding-bottom: 32px; }

.inner__more .archive__title {
  border-top: 1px solid #e5eff6;
  padding-top: 118px; }

.inner__title__socials {
  position: relative; }

.search__page__form {
  width: 100%;
  position: relative;
  height: 50px; }

.search__page__form input[type="text"] {
  color: #000;
  font-size: 20px;
  font-family: "AvenirNextCyr-Demi";
  border: 1px solid #e2ecf3;
  max-width: 100%;
  height: 100%;
  margin-right: 20px;
  -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;
  padding-left: 20px; }

.search__page__form input[type="submit"] {
  height: 100%;
  min-width: 50px;
  display: block;
  background-color: #03177c;
  background-image: url("img/lupa.png");
  background-repeat: no-repeat;
  cursor: pointer;
  background-position: center;
  transition: 0.33s ease-out; }

.search__page__form input[type="submit"]:hover {
  background-color: #f2b10c; }

.search__page__more {
  height: 60px;
  width: 100%;
  background: #f0f5f9;
  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-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; }

.search__page__more > * {
  font-size: 15px;
  font-family: "AvenirNextCyr-Medium";
  color: #03177c;
  display: block;
  padding-right: 20px;
  padding-bottom: 7px;
  transition: 0.33s ease-out; }

.search__page__more:hover > * {
  color: #f2b10c; }

.search__page__more > *:after {
  content: "\f107";
  font: normal normal normal 24px/1 FontAwesome;
  position: relative;
  top: 3px;
  left: 12px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.search__blocks .wrap__blogs__a:before {
  height: 57px; }

.search__blocks .wrap__news__a:after {
  height: 50px; }

.search__blocks .title__main__wrap {
  margin-top: 63px; }

.partner__link__archive {
  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-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;
  text-align: center;
  height: 290px;
  width: 390px;
  border-bottom: 1px solid #e2ecf3;
}

.wrap__partners__a {
  position: relative;
}

.wrap__partners__a article {
  margin-right: 31px;
  padding-right: 31px;
  border-right: 1px solid #e2ecf3;
  position: relative;
}

.wrap__partners__a article:nth-of-type(3n) {
  margin-right: 0px;
  padding-right: 0px;
  border-right: 0;
}

.partner__img__a {
  max-width: 95%;
  height: auto;
  max-height: 100%;
  width: auto;
}

header div.wpcf7 {
  background: #03177c;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 20px;
  padding-bottom: 50px;
}

header div.wpcf7 form {
  width:505px;
}

header div.wpcf7 input[type="text"], header div.wpcf7 input[type="email"], header div.wpcf7 textarea {
  width: 100%;
  resize: none;
  padding-left: 20px;
  padding-right: 20px;
  background: #fff;
  font-family: "AvenirNextCyr-Regular";
  color: #000;
  font-size: 17px;
}

header div.wpcf7 input[type="submit"] {
  background: #f2b10c;
  padding: 9px 50px 12px;
  font-size: 17px;
  color: #fff;
  font-family: "AvenirNextCyr-Bold";
  border-radius: 4px;
  transition: 0.33s ease-out;
  cursor: pointer;
  margin-top: 20px;
}

header div.wpcf7 input[type="submit"]:hover {
  background: #ffc42f;
}

header div.wpcf7 h1 {
  font-size: 30px;
  font-family: "AvenirNextCyr-Bold";
  color: #f2b10c;
  margin-bottom: 26px;
}

header div.wpcf7 textarea {
  height: 80px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

header div.wpcf7 input[type="text"], header div.wpcf7 input[type="email"] {
  height: 40px;
  margin-bottom: 10px;
}

header div.wpcf7 .wpcf7-not-valid-tip {
  margin-bottom: 10px;
  font-size: 17px;
  font-family: "AvenirNextCyr-Regular";
  color: #fff;
}

header div.wpcf7 input[type="text"].wpcf7-not-valid, header div.wpcf7 input[type="email"].wpcf7-not-valid, header div.wpcf7 textarea.wpcf7-not-valid {
  background: #ffc2ab;
}

header div.wpcf7-response-output {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  border: 0;
  font-size: 17px;
  font-family: "AvenirNextCyr-Regular";
  color: #fff;
}

.header__form__wrap {
  position: relative;
}

.close__header__form {
  width: 36px;
  height: 36px;
  position: absolute;
  right: 25px;
  top: 21px;
  border-radius: 50%;
  background-color: #03177c;
  border: 1px solid rgba(255,255,255,0.3);
  background-image: url("./img/close_header_form.png");
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  transition: 0.3s ease-out;
}

.close__header__form:hover {
  background-color: #f2b10c;
}

.header__form__line {
  transition: 0.7s ease-out;
  transform: translateY(-100%);
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10001;
}

.header__form__line.show {
  transform: translateY(0);
}

@media (max-width: 1365px) {

  .close__header__form {
    right: 30px;
  }

  header div.wpcf7 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .footer__menu .sub-menu > li {
    max-width: 230px; }

  .header__bottom__menu > ul > li > ul.sub-menu {
    padding-left: 23px; }

  .header__bottom__form input[type='text'] {
    font-size: 16px; }

  .container {
    max-width: 1024px; }

  #columns__front.flex_row_nowrap_sb_str {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .aside__left {
    padding-left: 30px;
    padding-right: 20px;
    min-width: 338px;
    max-width: 338px; }

  .centr__column {
    width: 500px;
    -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;
    padding-left: 20px;
    padding-right: 30px;
    border-right: 0;
    padding-bottom: 67px; }

  .slider__front {
    width: 636px;
    height:444px; }

  .standart__post {
    width: 308px; }

  .standart__post__img {
    width: 100%; }

  .wrap__articles__a .standart__post__img {
  	min-width: 310px;
  }

  .aside__right {
    width: 100%;
    max-width: 100%;
    -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;
    /*margin-left: 338px;*/
    padding-left: 338px;
    padding-right: 30px;
    /*border-left: 1px solid #e2ecf3;*/ }

  .right {
    padding-left: 20px;
    border-left: 1px solid #e2ecf3; }

    .banner__aside article {
      width: 308px;
    }

    .banner__aside article:first-of-type {
      float:left;
    }
    .banner__aside article:last-of-type {
      float:right;
    }

  .aside section {
    margin-bottom: 59px; }

  .wrap__article__aside__blogs .flex_column_nowrap_fs {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .aside__title__blog {
    min-width: 308px;
    max-width: 308px;
    padding-bottom: 0;
    border-bottom: 0;
    padding-top: 20px; }

  .wrap__aside__author {
    margin-top: 17px;
    margin-bottom: 17px;
    border-left: 1px dashed #e0ecf4;
    padding-left: 20px;
    width: 300px;
    -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; }

  .wrap__article__aside__blogs article {
    padding-top: 0;
    padding-bottom: 0; }

  #blogs__front .title__main__wrap {
    margin-bottom: 0; }

  .aside__title__blog a {
    max-height: 100px; }

  .wrap__projects__and__posib {
    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: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start; }

  #posib__front {
    max-width: 287px;
    min-width: 287px;
    margin-left: 20px; }

  #projects__front {
    -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;
    width: 200px;
    padding-right: 20px;
    border-right: 1px solid #e2ecf3; }

  .infographic__front__item {
    width: 308px; }

  .infographic__front__img {
    width: 100%;
    height: 200px; }

  .container__infographics {
    padding-left: 338px; }

  .infographics__front {
    padding-right: 30px; }

  .events__front {
    min-width: 706px;
    padding-left: 30px;
    padding-right: 20px; }

  .events__front__item {
    width: 318px;
    height: 195px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 18px; }

  .events__front__item.flex_row_nowrap_fs {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

  .events__front__txt_block {
    padding-left: 0;
    padding-top: 16px; }

  .wrap__events__front__time.flex_column_nowrap_sb {
    -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; }

  .time__events {
    line-height: 100%; }

  .time__events:nth-of-type(2):before {
    border-top: 0;
    border-left: 1px solid #e2ecf3;
    height: 100%;
    width: 0;
    top: 0px; }

  .time__events:nth-of-type(2) {
    margin-left: 15px;
    padding-left: 15px; }

  .wrap__events__front__time {
    border-bottom: 1px solid #e2ecf3;
    padding-bottom: 17px; }

  .events__front__deadline {
    padding-top: 8px; }

  .wrap__events__front article {
    margin-bottom: 20px; }
  #orlik {
    width: 143px;
    height: auto; }

  #rpd {
    width: 156px;
    height: auto; }

  #centr {
    width: 155px;
    height: auto; }

  #inter {
    width: 144px;
    height: auto; }

  #centr_demo {
    width: 154px;
    height: auto; }

  .header__top__menu a {
    font-size: 16px;
    padding: 0 16px; }

  .header__top__menu {
    padding-right: 14px; }

  .header__top__socials {
    padding-left: 20px; }

  .header__middle__info {
    min-width: 355px;
    max-height: 355px; }

  .header__middle__graphic {
    min-width: 395px;
    max-width: 395px; }

  .header__middle__info__title {
    font-size: 16px; }

  .header__middle__info__txt_block {
    padding-left: 20px;
    margin-top: 16px;
    min-width: 155px;
    max-width: 155px; }

  .header__middle__info__positions {
    padding-left: 17px;
    padding-right: 12px;
    margin-top: 20px;
    height: 115px; }

  .header__middle__info__position {
    font-size: 15px;
    padding-bottom: 3px; }

  .header__middle__info__count {
    font-size: 13px;
    padding-bottom: 6px; }

  .header__middle__info__numbers {
    padding-left: 10px;
    margin-top: 22px; }

  .header__middle__logo img {
    width: 216px;
    height: auto; }

  .header__middle {
    height: 155px; }

  .header__middle__info__count .fa-sort-desc {
    bottom: 3px; }

  .header__middle__info__count .fa-sort-asc {
    bottom: 0; }

  .header__middle__info__count span {
    bottom: 1px; }

  .support__front {
    padding-left: 30px;
    padding-right: 30px; }

  .header__top {
    height: 44px; }

  .header__top__menu ul > li .sub-menu {
    top: 44px;
  }

  .header__top__socials {
    margin-top: 7px;
    margin-bottom: 7px; }

  .header__bottom__menu > ul > li > a {
    font-size: 16px;
    padding: 0 13px; }

  .header__bottom__menu > ul > li.menu-item-has-children > a:after {
    left: 7px; }

  .header__bottom__menu > ul > li.menu-item-has-children > a {
    padding-right: 21px; }

  .header__bottom__menu > ul > li > ul.sub-menu a {
    font-size: 16px; }

  .header__bottom__form {
    margin-right: 0px;
    padding-right: 30px; }

  .header__bottom__form {
    width: 46px;
    border-left: 0;
    border-right: 0; }

  .header__bottom__form__lupa {
    right: 22px; }

  .container__footer {
    padding-left: 30px;
    padding-right: 30px; }

  .footer__contacts {
    width: 184px; }

  .footer__adress {
    padding-right: 0; }

  .footer__menu > ul > li {
    margin-right: 50px; }

  .wrap__footer__logo {
    padding-right: 15px;
    margin-right: 15px; }

  .header__bottom__menu {
    padding-left: 17px; }

  /*comment__archive*/
  .archive__wrap {
    padding-left: 30px;
    padding-right: 30px; }

  .annoncement__wrap .events__front__item {
    width: 463px; }

  .annoncement__wrap .aside__title__big {
    height: 80px; }

  .archive__themes {
    min-width: 280px;
    max-width: 280px;
    padding-right: 30px; }

  .wrap__articles__a {
    padding-left: 30px; }

  .wrap__articles__a .standart__post__txt {
    height: 70px; }

  .wrap__blogs__a article {
    width: 450px; }

  .wrap__blogs__a .aside__title__big {
    margin-top: 10px; }

  .wrap__books__a.flex_row_wrap_fs {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; }

  .wrap__books__a article {
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
    position: relative; }

  .wrap__books__a article:nth-of-type(2n+1):after {
    content: "";
    position: absolute;
    right: -30px;
    top: 0;
    border-right: 1px solid #e2ecf3;
    height: 100%; }

  .wrap__books__a .slide__aside__item {
    width: 452px; }

  .wrap__infographics__a .infographic__front__item {
    width: 440px; }

    .wrap__infographics__a.flex_row_wrap_fs {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        justify-content: space-between;
    }

    .wrap__infographics__a article {
      margin-right: 0;
    }

  .wrap__infographics__a .infographic__front__img {
    height: auto; }

  .wrap__news__a .standart__post__img {
    margin-right: 20px;
    min-width: 180px;
    max-width: 180px;
    height: 100px; }

  .wrap__news__a article:nth-of-type(2n+1):after {
    right: -33px; }

  .wrap__news__a .standart__post {
    width: 450px; }

  .wrap__projects__a .wrap__aside__project {
    width: 450px; }

  .inner__container {
    width: 964px; }

  .annoncement__wrap article:nth-of-type(2n+1):after {
    right: -19.5px; } 
  .wrap__partners__a.flex_row_wrap_fs {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }

  .wrap__partners__a article {
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
  }

  .partner__link__archive {
    width: 440px;
  }

  .wrap__partners__a:after {
    position: absolute;
    left: 50%;
    top:0;
    border-right: 1px solid #e2ecf3;
    height: 100%;
    content: "";
  }

  .footer__menu > ul {
    height: 480px;
  }

  }
@media (max-width: 1023px) {

  .container {
    max-width: 768px; }

  .container.header__top, .container.header__middle, .container.header__bottom {
    max-width: 100%; }

  .header__middle__logo.flex_row_nowrap_centr_centr {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    padding-left: 30px;
    min-width: 275px;
    max-width: 275px; }

  .header__middle__infographic {
    -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; }

  .header__top__menu ul li {
    display: none; }

  .header__top__menu ul li:last-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }

  .header__bottom__menu > ul {
    display: none; }

  .header__middle__graphic {
    display: none; }

  .aside__left {
    width: 100%;
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px; }

  .right {
    padding-left: 0;
    border-left: 0; }

  .wrap__article__aside__news > .flex_row_nowrap_sb {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start; }

  .centr__column {
    padding-left: 30px;
    width: 100%;
    padding-right: 30px;
    border-left: 0; }

  .aside__right {
    margin-left: 0;
    padding-left: 30px;
    border-left: 0; }

  .container__infographics {
    padding-left: 0;
    padding-right: 0; }

  .infographics__front {
    padding-left: 30px;
    padding-right: 30px; }

  .wrap__article__aside__news article {
    display: none; }

  .wrap__article__aside__news article:nth-of-type(1), .wrap__article__aside__news article:nth-of-type(2), .wrap__article__aside__news article:nth-of-type(3) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }

  .wrap__article__aside__news article {
    padding-top: 11px;
    padding-bottom: 11px; }

  .more__news__front a {
    font-size: 17px;
    font-family: "AvenirNextCyr-Demi";
    color: #03177c;
    display: inline-block;
    padding-right: 20px;
    margin-top: 13px; }

  .more__news__front i {
    font-size: 24px;
    position: relative;
    top: 3px;
    left: 8px; }

  .slider__front {
    width: 100%; 
    height:494px ;}

  .standart__post {
    width: 339px; }

  .standart__post img {
    height: 191px; }

  .wrap__article__standart__posts article {
    padding-bottom: 39px; }

  .wrap__article__standart__posts {
    margin-left: auto;
    margin-right: auto; }

  .wrap__aside__author.flex_row_nowrap_sb {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start; }

  .wrap__aside__project.flex_row_nowrap_sb {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start; }

  #projects__front {
    width: 370px;
    padding-right: 30px; }

  #posib__front {
    max-width: 338px;
    min-width: 338px;
    margin-left: 0;
    padding-left: 30px; }

  .infographics__front {
    padding-top: 2px;
    border-left: 0;
    margin-bottom: 67px; }

  .wrap__article__aside__projects article:last-of-type {
    padding-bottom: 0; }

  .infographic__front__item {
    width: 339px; }

  .infographic__front__item img {
    height: 221px; }

  .events__front__pad {
    padding-top: 54px;
    width: 100%;
    padding-bottom: 68px; }

  .events__front {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px; }

  .events__front__pad.flex_row_nowrap_fs {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

  .events__front__item {
    width: 339px; }

  .wrap__events__front article {
    margin-bottom: 30px; }

  .banners__front {
    padding-left: 30px;
    padding-right: 30px; }

  .wrap__events__front {
    margin-bottom: 36px; }

    .banner__aside article {
      width: 338px;
    }

  .banner__front__item {
    width: 339px; }

  .banners__front {
    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-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; }

  #orlik {
    width: 108px; }

  #rpd {
    width: 117px; }

  #centr {
    width: 114px; }

  #inter {
    width: 107px; }

  #centr_demo {
    width: 114px; }

  .wrap__support__front {
    padding-top: 22px; }

  .support__front {
    padding-bottom: 91px; }

  .header__middle__info {
    min-width: 490px;
    max-width: 100%;
    width: 100%; }

  .header__middle {
    height: 150px; }

  .header__middle__info__txt_block {
    min-width: 176px;
    max-width: 176px;
    padding-left: 30px;
    padding-right: 20px; }

  .header__middle__info__positions {
    padding-left: 27px;
    padding-right: 27px;
    height: 110px; }

  .header__middle__info__numbers {
    padding-left: 25px; }

  .burger-buttom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }

  .footer__menu {
    width: 100%; }

  .footer__menu li {
    margin-right: 0;
    max-width: 200px; }

  .footer__menu > ul {
    -webkit-align-content: space-between;
    -moz-align-content: space-between;
    -ms-flex-line-pack: space-between;
    align-content: space-between;
    height: 560px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }

  .footer__contacts {
    width: 100%;
    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: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    padding-top: 26px;
    padding-bottom: 26px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }

  .footer__feedback {
    border-top: 0;
    border-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    min-width: 275px;
    max-width: 275px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    padding-left: 42px; }

  .footer__adress__dev {
    -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;
    /*width: 100%;*/
    width: 200px;
    padding-left: 44px; }

  .footer__socials {
    min-width: 200px;
    max-width: 200px;
    margin-top: 4px; }

  .footer__adress {
    padding-top: 0;
    padding-bottom: 0; }

  .wrap__footer__txt {
    -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;
    padding-top: 0;
    width: 400px; }

  .wrap__footer__logo {
    padding-bottom: 10px; }

  .container__footer {
    padding-bottom: 40px; }

  .wrap__footer__menu {
    padding-bottom: 40px; }

  /*comment__archive*/
  .annoncement__wrap .events__front__item {
    width: 335px; }

  .wrap__articles__a .standart__post.flex_row_nowrap_fs {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

  .wrap__articles__a .standart__post__img {
    margin-bottom: 16px;
    min-width: 100%;
    margin-right: 0;
    height: 222px; }

  .wrap__blogs__a article {
    width: 100%; }

  .wrap__blogs__a .aside__title__big {
    margin-top: 25px; }

  .wrap__books__a .slide__aside__item {
    width: 324px; }

  .wrap__infographics__a .infographic__front__item {
    width: 315px; }

  .wrap__infographics__a .infographic__front__img {
    height: auto; }

  .wrap__news__a .standart__post {
    width: 320px; }

  .wrap__news__a article:nth-of-type(2n+1):after {
    right: -35px; }

  .wrap__news__a .standart__post.flex_row_nowrap_fs {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

  .wrap__news__a .standart__post__img {
    min-width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    height: 179px; }

  .wrap__projects__a .wrap__aside__project {
    width: 100%; }


  .inner__container {
    width: 708px; }

  .content__block, .inner__title, .single_time {
    padding-left: 50px;
    padding-right: 50px; }

  .inner__container blockquote:before, .inner__container blockquote:after {
    left: 50px;
    width: 300px; }

  .inner__more .archive__title {
    padding-top: 90px; }

  .inner__title__socials {
    border-bottom: 0;
    padding-bottom: 70px;
    margin-bottom: 72px; }

  .inner__container .likely .likely__widget {
    width: 33%; }

  .inner__container .likely {
    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: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    width: 213px;
    bottom: -29px;
    left: 57px; }

  .inner__container .likely .likely__widget {
    border-bottom: 0;
    border-right: 1px solid #e5eff6; }

  .inner__container .likely .likely__widget:last-of-type {
    border-right: 0; }

  .wrap__blogs__a:after {
    display: none; } 

  .partner__link__archive {
    width: 320px;
  }
  }
@media (max-width: 767px) {

  .num_404 {
    font-size: 100px;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }

  .txt_404 {
    font-size: 18px;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }


  .wrap__events__front article {
    width: 100%;
  }

  header div.wpcf7 form {
    width: 100%;
  }

  .archive__wrap .annoncement__wrap article {
    width: 100%;
  }

  .wrap__news__a article {
    width: 100%;
  }
  .container {
    max-width: 480px; }

  .header__middle__logo.flex_row_nowrap_centr_centr {
    min-width: 0;
    max-width: 100%; }

  .header__middle__infographic {
    display: none; }

  .wrap__projects__and__posib {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  #projects__front {
    width: 100%;
    padding-right: 0;
    border-right: 0;
    -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; }

  #posib__front {
    width: 100%;
    max-width: 100%;
    padding-left: 0; }

  .slide__aside__title {
    padding-left: 30px;
    padding-right: 30px; }

  .infographics__front .flex_row_nowrap_sb {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .header__middle__logo {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    padding-left: 30px; }

  .slider__front__txt__block {
    background: #03177c; }

  .slider__front, .slider__main, .slider__front__item {
    height: 525px; }

  .slider__front__img {
    width: 100%;
    height: 293px; }

  .slider__front__txt__block {
    height: 232px;
    width: 100%;
    bottom: 0;
    position: absolute;
    top: auto;
    bottom: 0;
    opacity: 1;
    padding-left: 20px;
    padding-right: 20px; }

  .slider__front__title {
    padding-right: 20px;
    margin-bottom: 22px;
    height: 72px; }

  .slider__front__time {
    font-size: 12px; }

  .active.slider__front__txt__block {
    top: auto;
    bottom: 0;
    opacity: 1; }

  .slider__front__title {
    font-size: 20px; }

  .standart__post {
    width: 100%; }

  .standart__post img {
    height: 235px; }

  .wrap__article__standart__posts.wrap__article__last__front article:nth-of-type(3) {
    padding-bottom: 39px; }

  .wrap__article__aside__blogs .flex_column_nowrap_fs {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

  .aside__title__blog {
    max-width: 100%;
    min-width: 0;
    width: 100%; }

  .wrap__aside__author {
    padding-left: 0;
    border-left: 0;
    padding-top: 17px;
    max-width: 100%;
    width: auto;
    border-top: 1px dashed #e0ecf4; }

  .slide__aside__nav__left {
    left: 40px; }

  .slide__aside__nav__right {
    right: 40px; }

  .infographic__front__item {
    width: 100%; }

  .infographic__front__item img {
    height: 273px; }

  .infographics__front article {
    margin-bottom: 40px; }

  .infographics__front {
    margin-bottom: 26px; }

  .events__front__item {
    width: 100%; }

  .wrap__events__front {
    margin-bottom: 0; }

  .events__front {
    min-width: 0;
    max-width: 100%;
    width: 100%; }

  .banner__front__item {
    width: 195px; }

  .events__front__pad {
    padding-bottom: 38px; }

  .title__main__support {
    text-align: left; }

  #orlik {
    width: 65px; }

  #rpd {
    width: 71px; }

  #centr {
    width: 69px; }

  #inter {
    width: 64px; }

  #centr_demo {
    width: 68px; }

  .footer__menu > ul > li {
    margin-right: 0; }

  .footer__menu > ul > li:nth-of-type(5) {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-order: 3;
    -ms-flex-order: 3;
    order: 3; }

  .footer__menu > ul > li:nth-of-type(6) {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -moz-order: 4;
    -ms-flex-order: 4;
    order: 4; }

  .footer__menu > ul > li:nth-of-type(3) {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -moz-order: 5;
    -ms-flex-order: 5;
    order: 5; }

  .footer__menu > ul > li:nth-of-type(7) {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -moz-order: 6;
    -ms-flex-order: 6;
    order: 6; }

  .footer__menu > ul > li:nth-of-type(8) {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -moz-order: 7;
    -ms-flex-order: 7;
    order: 7; }

  .footer__menu > ul > li:nth-of-type(4) {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -moz-order: 8;
    -ms-flex-order: 8;
    order: 8; }

  .container__footer > .flex_row_nowrap_fs {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

  .footer__menu > ul {
    height: 730px;
    padding-bottom: 27px; }

  .footer__menu .sub-menu > li {
    max-width: 160px; }

  .footer__feedback {
    -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;
    border-right: 0;
    max-width: 100%;
    min-width: 0; }

  .footer__adress__dev {
    padding-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 27px;
    padding-top: 32px; }

  .footer__developer {
    margin-top: 31px; }

  .footer__contacts {
    border-bottom: 0;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .wrap__footer__menu {
    padding-bottom: 10px; }

  .wrap__footer__logo {
    margin-right: 0;
    width: 100%;
    border-right: 0;
    padding-bottom: 30px; }

  .header__top__socials {
    margin-top: 0;
    margin-bottom: 0; }

  .slider__front__control__nav {
    width: 200px; }

  .header__bottom__form.active {
    width: 100%; }

  .header__bottom__form input[type='text'] {
    padding-left: 30px; }

  /*comment__archive*/
  .annoncement__wrap .events__front__item {
    width: 100%; }

  .wrap__archive__artiles.flex_row_nowrap_fs {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

  .archive__themes {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    padding-right: 0;
    margin-bottom: 80px;
    position: relative; }

  .small__themes {
    display: block;
    position: absolute;
    width: 440px;
    left: -10px;
    top: -5px;
    padding-top: 5px;
    border-radius: 4px; }

  .big__themes {
    display: none; }

  .small__themes li {
    width: 420px;
    left: 10px;
    position: relative; }

  .small__themes.active li a {
    display: block; }

  .small__themes.active {
    background: #e5eff6; }

  .small__themes li a {
    display: none;
    position: relative;
    border-top: 1px solid #e5eff6; }

  .small__themes li a.active {
    display: block;
    font-family: "AvenirNextCyr-Regular";
    color: #000; }

  .theme__title {
    display: none; }

  .small__themes li a.active:after {
    content: "\f107";
    font-size: 20px;
    color: #000;
    position: absolute;
    bottom: 6px;
    right: 6px;
    display: inline-block;
    font: normal normal normal 28px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: 0.33s ease-out; }

  .wrap__articles__a {
    padding-left: 0;
    border-left: 0; }

  .wrap__articles__a .standart__post__img {
    height: 235px; }

  .wrap__blogs__a .wrap__blogs__img {
    min-width: 100px;
    max-width: 100px;
    height: 100px;
    margin-right: 20px; }

  .wrap__blogs__a .aside__title__big {
    margin-top: 8px; }

  .wrap__books__a .slide__aside__item {
    width: 100%; }

  .wrap__books__a .slide__aside__title {
    padding-left: 0;
    padding-right: 0; }

  .wrap__books__a article:nth-of-type(2n+1):after {
    display: none; }

  .wrap__infographics__a .infographic__front__item {
    width: 100%; }

  .wrap__infographics__a .infographic__front__img {
    height: auto; }

  .wrap__news__a .standart__post {
    width: 100%; }

  .wrap__news__a article:nth-of-type(2n+1):after {
    display: none; }

  .wrap__news__a .standart__post__img {
    height: 235px; }


  .inner__container {
    width: 100%; }

  .content__block, .inner__title, .single_time {
    padding-left: 0;
    padding-right: 0; }

  .inner__container h1.inner__title {
    font-size: 30px; }

  .inner__container h2 {
    font-size: 24px; }

  .inner__container h1 {
    font-size: 27px; }

  .inner__container p, .inner__container li {
    font-size: 16px; }

  .inner__container ul li:before {
    left: 15px; }

  .inner__container ul li {
    padding-left: 35px; }

  .inner__container ol li {
    padding-left: 16px; }

  .inner__container h3, .inner__container h4, .inner__container h5, .inner__container h6 {
    font-size: 20px; }

  .inner__container blockquote {
    font-size: 20px;
    padding-top: 25px;
    padding-bottom: 30px; }

  .inner__container blockquote:before, .inner__container blockquote:after {
    left: 0;
    width: 220px; }

  .inner__more .archive__title {
    padding-top: 60px; }

  .inner__container .likely {
    left: 7px; }

  .annoncement__wrap:before {
    display: none; }

  .wrap__news__a:before {
    display: none; }

  .wrap__infographics__a:before {
    display: none; } 

  .wrap__partners__a article {
    min-width: 100%;
    width: 100%;
    max-width: 100%;
  }
  .partner__link__archive {
    min-width: 100%;
    max-width: 100%;
    width: 100%;
    height: 250px;
  }

  .wrap__partners__a:after {
    display: none;
  }
  .banner__aside article {
    float: none;
    width: 100%;
  }

  .banner__aside .banner__front__item {
    width: 100%;
  }
  }

@media (max-width: 479px) {

  .close__header__form {
    right: 20px;
  }

  header div.wpcf7 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrap__support__front a {
    max-width: 26%;
  }

  .footer__menu .sub-menu > li {
    max-width: 100%; }
  .header__middle__logo.flex_row_nowrap_centr_centr {
    padding-left: 20px; }

  .footer__menu > ul {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    height: auto; }

  .container {
    max-width: 320px; }

  .languages li > * {
    font-size: 11px; }

  .header__top__menu a {
    font-size: 14px; }

  .header__top__socials {
    padding-left: 11px;
    padding-right: 11px; }

  .header__top__social {
    padding: 6px 10px; }

  .header__top__menu a {
    padding: 0 10px; }

  .header__top__menu {
    padding-right: 10px; }

  .languages {
    padding-left: 11px; }

  .header__top__menu li:last-of-type a {
    padding-bottom: 2px; }

  .header__middle__logo {
    padding-left: 20px; }

  .header__bottom__menu {
    padding-left: 7px; }

  .aside__title a {
    overflow: hidden; }

  .header__bottom__form {
    margin-right: 0; }

  .header__bottom__form.active {
    width: 100%;
    -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; }

  .header__bottom__form input[type='submit'] {
    width: 30px;
    right: 20px; }

  .header__bottom__form input[type='text'] {
    padding-right: 55px;
    font-size: 16px;
    padding-left: 20px;
    -webkit-appearance: none; }

  .burger__menu > .burger__menu__first > ul {
    padding: 20px 11px; }

  .burger__menu__second {
    padding-left: 20px;
    padding-right: 20px; }

  .burger__menu__first > ul > li > a, .burger__menu__first > ul > li > ul a {
    font-size: 17px; }

  .burger__menu__second a {
    font-size: 16px; }

  .title__main a {
    font-size: 19px;
    line-height: 150%; }

  .aside__change__type__news {
    padding-bottom: 4px; }

  .front {
    padding-top: 37px; }

  .aside__left, .centr__column {
    padding-left: 20px;
    padding-right: 20px;
    min-width: 100%; }

  .centr__column {
    padding-bottom: 50px; }

  #nav-icon3.open {
    margin-right: 20px; }

  .slider__front, .slider__main, .slider__front__item {
    height: 460px; }

  .slider__front__control.flex_row_nowrap_fs {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

  .slider__front__control {
    height: 105px; }

  .slider__front__control__nav {
    height: 70px;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }

  .slider__front__title {
    padding-right: 0; }

  .slider__front__txt__block {
    padding-right: 15px;
    padding-left: 15px;
    height: 265px; }

  .slider__front__img {
    height: 195px; }

  .aside section {
    margin-bottom: 40px; }

  .centr__column section {
    width: 100%; }

  .centr__column {
    -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; }

  .aside__right {
    padding-left: 20px;
    padding-right: 20px; }

  .slide__aside__nav__left {
    left: 0; }

  .slide__aside__nav__right {
    right: 0; }

  .infographics__front {
    padding-left: 20px;
    padding-right: 20px; }

  .standart__post img {
    height: 157px; }

  .infographic__front__item img {
    height: 182px; }

  .infographics__front article {
    margin-bottom: 30px; }

  .events__front, .banners__front {
    padding-left: 20px;
    padding-right: 20px; }

  .time__events {
    font-size: 35px; }

  .banner__front__item {
    width: 100%; }

  .wrap__events__front, .wrap__events__front article {
    margin-bottom: 20px; }

  .support__front {
    padding-left: 20px;
    padding-right: 20px; }

  #orlik {
    width: 70px; }

  #rpd {
    width: 76px; }

  #centr {
    width: 74px; }

  #inter {
    width: 71px; }

  #centr_demo {
    width: 76px; }

  .wrap__support__front a {
    margin-bottom: 40px; }

  .support__front {
    padding-bottom: 40px; }

  .wrap__support__front.flex_row_wrap_sb_centr {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start; }

  .wrap__support__front > * {
    margin-right: 28px; }

  .wrap__support__front > *:nth-of-type(3n) {
    margin-right: 0; }

  .footer__menu > ul > li:nth-of-type(1) {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1; }

  .footer__menu > ul > li:nth-of-type(2) {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2; }

  .footer__menu > ul > li:nth-of-type(4) {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-order: 3;
    -ms-flex-order: 3;
    order: 3; }

  .footer__menu > ul > li:nth-of-type(5) {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -moz-order: 4;
    -ms-flex-order: 4;
    order: 4; }

  .footer__menu > ul > li:nth-of-type(6) {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -moz-order: 5;
    -ms-flex-order: 5;
    order: 5; }

  .footer__menu > ul > li:nth-of-type(3) {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -moz-order: 6;
    -ms-flex-order: 6;
    order: 6; }

  .footer__menu > ul > li:nth-of-type(7) {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -moz-order: 7;
    -ms-flex-order: 7;
    order: 7; }

  .footer__menu > ul > li:nth-of-type(8) {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -moz-order: 8;
    -ms-flex-order: 8;
    order: 8; }

  .footer__feedback {
    border-left: 0;
    padding-left: 0;
    width: 100%;
    max-width: 100%;
    padding-top: 18px; }

  .footer__contacts {
    padding-top: 18px;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

  .container__footer {
    padding-left: 20px;
    padding-right: 20px; }

  .footer__socials {
    padding-bottom: 7px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
    max-width: 100%; }

  .footer__adress__dev {
    margin-top: 18px;
    padding-top: 34px;
    max-width: 100%;
    width: 100%; }

  .wrap__footer__txt {
    width: 100%; }

  .footer__developer {
    margin-top: 10px; }

  .wrap__footer__menu {
    padding-bottom: 20px; }

  .wrap__footer__logo {
    padding-bottom: 25px; }

  .container__footer {
    padding-bottom: 32px; }

  .slider__front__control__dots {
    -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; }

  #posib__front {
    min-width: 0; }

  /*comment__archive*/
  .archive__wrap {
    padding-left: 20px;
    padding-right: 20px; }

  .small__themes {
    display: block;
    position: absolute;
    width: 300px;
    left: -10px;
    top: -5px;
    padding-top: 5px;
    border-radius: 4px; }

  .small__themes li {
    width: 280px;
    left: 10px;
    position: relative; }

  .wrap__articles__a .standart__post__img {
    height: 157px; }

  .wrap__blogs__a .wrap__blogs__img {
    max-width: 150px;
    min-width: 150px;
    height: 150px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px; }

  .wrap__blogs__a .flex_row_nowrap_fs {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

  .wrap__blogs__a .aside__author__name, .wrap__blogs__a .aside__author__position, .wrap__blogs__a .aside__title__big {
    text-align: center; }

  .wrap__books__a .slide__aside__item.flex_row_nowrap_fs {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

  .wrap__books__a .slide__aside__img {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px; }

  .wrap__books__a .slide__aside__title {
    text-align: center; }

  .wrap__infographics__a .infographic__front__img {
    height: auto; }

  .wrap__news__a .standart__post__img {
    height: 156px; }


  .wrap__projects__a .wrap__aside__project__img {
    min-width: 0;
    max-width: 100%;
    width: 100%;
    text-align: center;
    margin-bottom: 20px; }

  .wrap__projects__a .aside__title__big {
    text-align: center;
    margin-bottom: 10px; }

  .wrap__projects__a .aside__project__desc {
    text-align: center; }

  .wrap__projects__a .wrap__aside__project {
    text-align: center; }

  .wrap__projects__a .wrap__aside__project.flex_row_nowrap_fs {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

  .inner__container h1.inner__title {
    font-size: 24px; }

  .inner__container h2 {
    font-size: 20px; }

  .inner__container h1 {
    font-size: 22px; }

  .inner__container h3, .inner__container h4, .inner__container h5, .inner__container h6 {
    font-size: 18px; }

  .inner__container blockquote {
    font-size: 17px; }

  .search__page__form input[type="text"] {
    width: 140px; } }

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