@charset "UTF-8";
@import url(/images/thinktanks_new/fonts/Verdana/stylesheet.css);
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700&subset=cyrillic");
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none; }

img {
  max-width: 100%;
  max-height: 100%; }

a {
  text-decoration: none; }

.prop {
  font-size: 1em;
  position: relative; }
  .prop:after {
    position: absolute;
    content: '';
    width: 100%;
    border-bottom: 1px dotted #3C3C3C;
    bottom: 1px; }
  .prop__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .prop__left {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto; }
  .prop__name {
    position: relative;
    z-index: 1;
    display: inline-block;
    background: white; }
  .prop__value {
    background: white;
    position: relative;
    z-index: 1; }

html {
  height: 100%;
  font-size: 62.5%; }

body {
  margin: auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  font-size: 1em;
  font-family: "Verdana";
  color: #3C3C3C;
  --blue:#0070AC; }

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

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

.container {
  max-width: 1210px;
  width: 100%;
  padding: 0px 2rem;
  margin: 0 auto; }
  .container--wide {
    padding: 0; }

.mobmenu {
  display: none;
  z-index: 99;
  width: 100vw;
  top: -webkit-calc(100% + 2px);
  top: calc(100% + 2px);
  max-width: 100%;
  position: absolute; }
  .mobmenu__wrap {
    max-width: 100vw;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    padding-top: 2em;
    padding-bottom: 2em;
    background: white; }
  .mobmenu--active {
    -webkit-perspective: 100vw;
    perspective: 100vw; }

.header {
  font-size: 1rem;
  position: relative; }
  .header__togglemenu {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 3.3rem;
    height: 2.2em;
    cursor: pointer; }
    .header__togglemenu span {
      display: block;
      height: 3px;
      background: #0070AC;
      -webkit-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      transition-duration: 0.3s; }
    .header__togglemenu:hover span {
      background: #3C3C3C; }
  .header__logo {
    display: block;
    margin-right: 2em; }
    .header__logo img {
      display: block;
      max-width: 100%; }
  .header__top {
    padding-top: 1.5em;
    padding-bottom: 1.5em; }
    .header__top-wrap {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .header__top-left {
      -webkit-box-flex: 0;
      -webkit-flex: 0 1 37.2em;
      -ms-flex: 0 1 37.2em;
      flex: 0 1 37.2em;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-right: 3em; }
    .header__top-right {
      -webkit-box-flex: 0;
      -webkit-flex: 0 1 76.9em;
      -ms-flex: 0 1 76.9em;
      flex: 0 1 76.9em;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  .header__bottom {
    background: #0070AC; }

.htopmenu {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .htopmenu__item {
#    min-width: 36px;
    max-width: 190px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 3 auto;
    -ms-flex: 0 3 auto;
    flex: 0 3 auto;
    font-size: 1.2em;
    padding: 0;
    list-style: none;
    line-height: 1.250em; }
    .htopmenu__item:not(:last-child) {
      margin-right: 1.7em; }
    .htopmenu__item a {
      display: block;
      color: black; }
      .htopmenu__item a:hover {
        color: #0070AC;
        text-decoration: underline; }

.b-soc {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 18.2em;
  -ms-flex: 0 1 18.2em;
  flex: 0 1 18.2em; }
  .b-soc__item {
    display: block; }
    .b-soc__item img {
      display: block;
      max-width: 2em; }
    .b-soc__item:not(:last-child) {
      margin-right: 2px; }

.hmenu {
  display: block;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .hmenu__item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-transform: uppercase;
    list-style: none;
    font-size: 1.3em;
    line-height: 1.25em;
    text-align: center; }
    .hmenu__item a {
      display: block;
      padding: 1.25em 1.66667em;
      color: white;
      -webkit-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      transition-duration: 0.3s; }
    .hmenu__item:hover a, .hmenu__item.active a {
      background: rgba(255, 255, 255, 0.3);
      text-decoration: none; }

/**/
.b-title {
  display: inline-block;
  font-size: 1.8em;
  color: #3C3C3C;
  font-family: "Montserrat";
  font-weight: 400; }

a.b-title:hover {
  text-decoration: underline; }

.slider-title {
  font-size: 3.2em;
  font-family: "Montserrat";
  text-transform: uppercase;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  color: #3C3C3C; }
  .slider-title:hover {
    text-decoration: underline; }

/**/
.b-data {
  font-size: 1em;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #858585;
  font-size: 1.2em;
  margin-top: 0.667em; }
  .b-data__date {
    margin-right: 0.4em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .b-data__date:after {
      margin-left: 0.4em;
      content: '|'; }
  .b-data__type {
    color: #858585; }
    .b-data__type:hover {
      -webkit-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      transition-duration: 0.3s;
      text-decoration: underline; }
  .b-data__clock {
    margin-right: 0.4em;
    vertical-align: middle;
    display: inline-block;
    height: 0.9em;
    width: .9em;
    background: url("/images/thinktanks_new/img/clock.svg") center no-repeat; }

/**/
.el-tnews {
  font-size: 1em; }
  .el-tnews:not(:last-child) {
    margin-bottom: 1.8em; }
  .el-tnews--big .el-tnews__photo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20.3em;
    -ms-flex: 0 0 20.3em;
    flex: 0 0 20.3em;
    height: 12.8em; }
  .el-tnews--big .el-tnews__text {
    font-size: 1.7em; }
  .el-tnews__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .el-tnews__photo {
    display: block;
    -webkit-border-radius: 0.5em;
    border-radius: 0.5em;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 10em;
    -ms-flex: 0 0 10em;
    flex: 0 0 10em;
    height: 8.5em;
    background: center/cover no-repeat;
    margin-right: 1em; }
    .el-tnews__photo:hover + .el-tnews__top-right .el-tnews__text {
      text-decoration: underline; }
  .el-tnews__text {
    font-size: 1.4em;
    color: #3C3C3C; }
    .el-tnews__text:hover {
      text-decoration: underline; }

/**/
.b-mainnews {
  padding-top: 1.7em;
  padding-bottom: 4.5em;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .b-mainnews .b-title {
    margin-bottom: 1.111em; }
  .b-mainnews__left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 27em;
    -ms-flex: 0 1 27em;
    flex: 0 1 27em;
    position: relative; }
    .b-mainnews__left .b-mainnews__list {
      max-height: 61em;
      overflow: hidden; }
      .b-mainnews__left .b-mainnews__list .item:not(:last-child) {
        margin-bottom: 1.8em; }
    .b-mainnews__left:after {
      display: block;
      content: '';
      left: 0;
      position: absolute;
      bottom: 0;
      width: 100%;
      height: 5em;
      background: rgba(255, 255, 255, 0);
      background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(95%, white), color-stop(100%, white));
      background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 95%, white 100%);
      background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 95%, white 100%);
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(95%, white), to(white));
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 95%, white 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 ); }
  .b-mainnews__right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 26.1em;
    -ms-flex: 0 1 26.1em;
    flex: 0 1 26.1em;
    position: relative; }
    .b-mainnews__right .b-mainnews__list {
      max-height: 61em;
      overflow: hidden; }
    .b-mainnews__right:after {
      display: block;
      content: '';
      left: 0;
      position: absolute;
      bottom: 0;
      width: 100%;
      height: 5em;
      background: rgba(255, 255, 255, 0);
      background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(95%, white), color-stop(100%, white));
      background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 95%, white 100%);
      background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 95%, white 100%);
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(95%, white), to(white));
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 95%, white 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 ); }
  .b-mainnews__center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 3 57em;
    -ms-flex: 0 3 57em;
    flex: 0 3 57em;
    margin-right: 3em;
    margin-left: 3em; }
  .b-mainnews__notimportant {
    margin-top: 2em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .b-mainnews__notimportant .el-news__title {
      font-size: 1.7em; }
    .b-mainnews__notimportant .el-news:not(:last-child) {
      margin-right: 1em; }

.dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .dots li {
    display: block;
    list-style: none;
    margin-right: 0.3rem; }
    .dots li.slick-active button {
      background: #0070AC; }
  .dots button {
    display: block;
    background: white;
    height: 1.1rem;
    width: 1.1rem;
    border: 1px solid #0070AC;
    font-size: 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s; }
    .dots button:hover {
      background: #0070AC; }

/**/
.bignews {
  font-size: 1em;
  background: center/cover no-repeat;
  color: white;
  padding: 2em;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  height: 35em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative; }
  .bignews__bg {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: center/cover no-repeat; }
    .bignews__bg::after {
      position: absolute;
      content: '';
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      background: rgba(221, 40, 8, 0);
      background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(221, 40, 8, 0)), color-stop(41%, rgba(106, 19, 4, 0)), color-stop(79%, rgba(0, 0, 0, 0.64)), color-stop(86%, rgba(0, 0, 0, 0.76)), color-stop(96%, rgba(0, 0, 0, 0.93)), color-stop(100%, black));
      background: -webkit-linear-gradient(top, rgba(221, 40, 8, 0) 0%, rgba(106, 19, 4, 0) 41%, rgba(0, 0, 0, 0.64) 79%, rgba(0, 0, 0, 0.76) 86%, rgba(0, 0, 0, 0.93) 96%, black 100%);
      background: -o-linear-gradient(top, rgba(221, 40, 8, 0) 0%, rgba(106, 19, 4, 0) 41%, rgba(0, 0, 0, 0.64) 79%, rgba(0, 0, 0, 0.76) 86%, rgba(0, 0, 0, 0.93) 96%, black 100%);
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(221, 40, 8, 0)), color-stop(41%, rgba(106, 19, 4, 0)), color-stop(79%, rgba(0, 0, 0, 0.64)), color-stop(86%, rgba(0, 0, 0, 0.76)), color-stop(96%, rgba(0, 0, 0, 0.93)), to(black));
      background: linear-gradient(to bottom, rgba(221, 40, 8, 0) 0%, rgba(106, 19, 4, 0) 41%, rgba(0, 0, 0, 0.64) 79%, rgba(0, 0, 0, 0.76) 86%, rgba(0, 0, 0, 0.93) 96%, black 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2808', endColorstr='#000000', GradientType=0 );
      -webkit-border-radius: 5px;
      border-radius: 5px; }
  .bignews__bottom {
    position: relative;
    z-index: 1; }
  .bignews__type {
    position: relative;
    z-index: 1;
    font-family: "Montserrat";
    font-size: 2.0em;
    color: white;
    text-transform: uppercase; }
    a.bignews__type:hover {
      text-decoration: underline; }
  .bignews__title {
    font-size: 2.4em;
    line-height: 1.208em;
    color: white; }
    a.bignews__title:hover {
      text-decoration: underline; }
  .bignews .b-data {
    margin-top: 1.25em;
    color: white; }
    .bignews .b-data__type {
      color: white; }
      .bignews .b-data__type:hover {
        text-decoration: underline; }
    .bignews .b-data__clock {
      background: url("/images/thinktanks_new/img/clock-white.svg") center no-repeat; }
  .bignews__img {
    display: none;
    background: center/cover no-repeat;
    -webkit-border-radius: 5px;
    border-radius: 5px; }
  .bignews:hover .bignews__title {
    text-decoration: underline; }

/**/
.el-news {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 27em;
  -ms-flex: 0 1 27em;
  flex: 0 1 27em;
  max-width: 27em;
  color: #3C3C3C;
  position: relative; }
  .el-news__type {
    position: relative;
    z-index: 1; }
    a.el-news__type:hover {
      text-decoration: underline; }
  .el-news__photo {
    position: relative;
    z-index: 1;
    display: block;
    padding: 2em;
    height: 18em;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: center/cover no-repeat;
    margin-bottom: 1em; }
    .el-news__photo-link {
      position: absolute;
      z-index: 0;
      display: block;
      height: 100%;
      width: 100%;
      top: 0px;
      left: 0; }
    .el-news__photo .el-news__type {
      font-family: "Montserrat";
      color: white;
      font-size: 1.9em; }
    .el-news__photo:hover + .el-news__title, .el-news__photo:hover + .el-news__bottom .el-news__title {
      text-decoration: underline; }
  .el-news__cat {
    display: block;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    font-family: "Montserrat";
	text-transform: uppercase;
    color: white;
    font-size: 1.5em;
    position: relative;
    z-index: 1; }
    .el-news__cat:hover {
      text-decoration: underline; }
  .el-news__title {
    position: relative;
    z-index: 1;
    display: block;
    font-size: 1.7em;
    line-height: 1.211em;
    color: #3C3C3C; }
    .el-news__title:hover {
      text-decoration: underline; }
  .el-news__bg {
    display: block;
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: center/cover no-repeat; }
    .el-news__bg:after {
      content: '';
      position: absolute;
      height: 100%;
      width: 100%;
      background: rgba(221, 40, 8, 0);
      background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(221, 40, 8, 0)), color-stop(41%, rgba(106, 19, 4, 0)), color-stop(79%, rgba(0, 0, 0, 0.64)), color-stop(86%, rgba(0, 0, 0, 0.76)), color-stop(96%, rgba(0, 0, 0, 0.93)), color-stop(100%, black));
      background: -webkit-linear-gradient(top, rgba(221, 40, 8, 0) 0%, rgba(106, 19, 4, 0) 41%, rgba(0, 0, 0, 0.64) 79%, rgba(0, 0, 0, 0.76) 86%, rgba(0, 0, 0, 0.93) 96%, black 100%);
      background: -o-linear-gradient(top, rgba(221, 40, 8, 0) 0%, rgba(106, 19, 4, 0) 41%, rgba(0, 0, 0, 0.64) 79%, rgba(0, 0, 0, 0.76) 86%, rgba(0, 0, 0, 0.93) 96%, black 100%);
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(221, 40, 8, 0)), color-stop(41%, rgba(106, 19, 4, 0)), color-stop(79%, rgba(0, 0, 0, 0.64)), color-stop(86%, rgba(0, 0, 0, 0.76)), color-stop(96%, rgba(0, 0, 0, 0.93)), to(black));
      background: linear-gradient(to bottom, rgba(221, 40, 8, 0) 0%, rgba(106, 19, 4, 0) 41%, rgba(0, 0, 0, 0.64) 79%, rgba(0, 0, 0, 0.76) 86%, rgba(0, 0, 0, 0.93) 96%, black 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2808', endColorstr='#000000', GradientType=0 );
      -webkit-border-radius: 5px;
      border-radius: 5px; }
  .el-news .b-data {
    position: relative;
    z-index: 1; }
  .el-news--wide, .el-news--big {
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex: 0  1 57em;
    -ms-flex: 0  1 57em;
    flex: 0  1 57em;
    max-width: 57em;
    height: 27.5em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 2em;
    -webkit-border-radius: 1em;
    border-radius: 1em; }
    .el-news--wide .el-news__bg, .el-news--big .el-news__bg {
      z-index: 0;
      opacity: 1; }
    .el-news--wide .el-news__photo, .el-news--big .el-news__photo {
      display: none;
      width: 100%;
      height: 0;
      padding: 0;
      left: 0;
      top: 0; }
    .el-news--wide > .el-news__title, .el-news--big > .el-news__title {
      position: relative;
      z-index: 1;
      color: white;
      font-size: 2.2em; }
    .el-news--wide .b-data, .el-news--big .b-data {
      position: relative;
      color: white; }
      .el-news--wide .b-data__clock, .el-news--big .b-data__clock {
        background-image: url("/images/thinktanks_new/img/clock-white.svg"); }
      .el-news--wide .b-data__type, .el-news--big .b-data__type {
        color: white; }
    .el-news--wide:hover .el-news__title, .el-news--big:hover .el-news__title {
      text-decoration: underline; }
  .el-news--big {
    height: 44.3em; }
    .el-news--big .el-news__title {
      font-size: 2.4em; }

/**/
.b-calendar {
  background: #F5F4F4;
  padding-top: 4em;
  padding-bottom: 4em; }
  .b-calendar__head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 3em; }
  .b-calendar__nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

/**/
.el-calendar {
  font-size: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 34em; }
  .el-calendar__square {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.5em;
    color: #0070AC;
    background: white;
    border: 1px solid #0070AC;
    font-family: "Montserrat";
    height: 10em;
    width: 10em;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 10em;
    -ms-flex: 0 0 10em;
    flex: 0 0 10em;
    -webkit-border-radius: 1em;
    border-radius: 1em;
    text-align: center;
    margin-right: 2em; }
  .el-calendar__numb {
    font-size: 3.6em;
    line-height: 1em; }
  .el-calendar__month {
    font-size: 1.8em;
    line-height: 1em;
    margin-bottom: 0.556em; }
  .el-calendar__time {
    font-size: 1.8em; }
  .el-calendar__link {
    font-size: 1.6em;
    line-height: 1.125em;
    color: #3C3C3C; }
    .el-calendar__link:hover {
      text-decoration: underline; }

/**/
.arrow {
  width: 3em;
  height: 2px;
  position: relative;
  cursor: pointer;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  height: 0.8em;
  /*&:before{
		content: '';
		position: absolute;
		height: 2px;
		top:calc(50% - 1px);
		width: 100%;
		background: $blue;
	}
	&:after{
		position: absolute;
		content: '';
		height: .56em;
		width: .56em;
		border-left:2px solid $blue;
		border-bottom:2px solid $blue;
		top:0;
		bottom: 0;
		margin: auto;
	}*/ }
  .arrow:hover {
    opacity: 0.5; }
  .arrow-prev {
    background: url(/images/thinktanks_new/img/arrow-prev.svg) center/contain no-repeat;
	height: 30px; }
  .arrow-next {
    background: url(/images/thinktanks_new/img/arrow-next.svg) center/contain no-repeat;
	height: 30px; }

.b-slidernav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 10em;
  -ms-flex: 0 0 10em;
  flex: 0 0 10em; }

.el-person {
  font-size: 1rem;
  max-width: 27em; }
  .el-person__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .el-person__photo {
    height: 10em;
    width: 10em;
    margin-right: 1em;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 10em;
    -ms-flex: 0 0 10em;
    flex: 0 0 10em;
    background: center/cover no-repeat;
    -webkit-border-radius: .5em;
    border-radius: .5em;
    display: block; }
    .el-person__photo:hover + .el-person__info .el-person__name {
      text-decoration: underline; }
  .el-person__name {
    font-size: 1.5em;
    font-weight: 400;
    margin-bottom: 1em;
    display: block;
    color: #3C3C3C;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s; }
    .el-person__name:hover {
      text-decoration: underline; }
  .el-person__type {
    font-size: 1.2em;
    font-family: "Montserrat";
    font-weight: 500;
    display: block; }
  .el-person__bottom {
    color: #3C3C3C;
    margin-top: 1.5em;
    background: white;
    border: 1px solid #E5E5E5;
    position: relative;
    font-size: 1.2em;
    padding: 0.833em 1.250em;
    -webkit-border-radius: 0.833em;
    border-radius: 0.833em;
    display: block; }
    .el-person__bottom:hover {
      text-decoration: underline; }
    .el-person__bottom:after {
      top: -0.7em;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      content: '';
      font-size: 0.833em;
      position: absolute;
      background: white;
      height: 1.2em;
      width: 1.2em;
      border-top: 1px solid #E5E5E5;
      border-left: 1px solid #E5E5E5;
      left: 4.5em; }

/**/
.b-persons {
  font-size: 1rem;
  padding-top: 4em;
  padding-bottom: 4em; }
  .b-persons__head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 3em; }

.c-input {
  font-size: 1.6em;
  text-indent: 1.125em;
  color: #858585;
  background: white;
  border: 1px solid #0070AC;
  -webkit-border-radius: 0.313em;
  border-radius: 0.313em;
  height: 2.188em; }

.c-btn {
  cursor: pointer;
  background: #0070AC;
  color: white;
  border: 1px solid #0070AC;
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 1.6em;
  height: 2.188em;
  -webkit-border-radius: 0.313em;
  border-radius: 0.313em;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .c-btn:hover {
    background: white;
    border-color: #0070AC;
    color: #0070AC; }

/**/
.subscibe {
  background: #0070AC;
  color: white;
  padding-top: 3.5em;
  padding-bottom: 3.5em; }
  .subscibe__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .subscibe__left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .subscibe__right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 46em;
    -ms-flex: 0 1 46em;
    flex: 0 1 46em; }
  .subscibe__text {
    margin-left: 4em; }
  .subscibe__title {
    font-size: 2.8em;
    font-weight: 700;
    line-height: 1.214em; }
  .subscibe__desc {
    font-size: 1.6em;
    line-height: 1.125em;
    margin-top: 0.938em; }
  .subscibe__email {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 16.875em;
    -ms-flex: 0 1 16.875em;
    flex: 0 1 16.875em;
    min-width: 2em;
    margin-right: 1em; }
  .subscibe__send {
    border: 1.5px solid white;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 10.625em;
    -ms-flex: 0 1 10.625em;
    flex: 0 1 10.625em; }

.b-tabslid {
  padding-top: 4em;
  padding-bottom: 4em;
  /**/ }
  .b-tabslid--grey {
    background: #F5F4F4; }
  .b-tabslid__head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 3em; }
    .b-tabslid__head-left {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
      -ms-flex-align: end;
      align-items: flex-end; }
  .b-tabslid__tabs {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 3em;
    margin-bottom: 0.5em; }
    .b-tabslid__tabs .item {
      font-size: 1.6em;
      color: #3C3C3C;
      color: #858585;
      margin-right: 0.875em; }
      .b-tabslid__tabs .item:not(:last-child):after {
        content: '|';
        margin-left: 0.875em; }
      .b-tabslid__tabs .item:hover, .b-tabslid__tabs .item.active {
        color: #3C3C3C; }
  .b-tabslid__slider {
    margin: 0 -1.5em; }
    .b-tabslid__slider .el-news__title {
      font-size: 1.7em; }
    .b-tabslid__slider .el-news--wide .el-news__title {
      font-size: 2.2em; }
    .b-tabslid__slider--notslide {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
      justify-content: space-around; }
  .b-tabslid .el-news {
    margin: 0 1.5em; }
  .b-tabslid .b-slidernav {
    display: none; }
    .b-tabslid .b-slidernav.active {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
  .b-tabslid__tabcont {
    position: relative; }
    .b-tabslid__tabcont-content {
      position: absolute;
      opacity: 0;
      -webkit-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      transition-duration: 0.3s;
      top: 0px;
      max-width: 100%;
      width: 100%; }
      .b-tabslid__tabcont-content.active {
        position: relative;
        display: block;
        opacity: 1;
        z-index: 1; }

/**/
.slider-big {
  padding-top: 4em;
  padding-bottom: 4em; }
  .slider-big--grey {
    background: #F5F4F4; }
  .slider-big__divide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .slider-big__left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 67em;
    -ms-flex: 0 1 67em;
    flex: 0 1 67em;
    margin-right: 1em; }
  .slider-big__right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 47em;
    -ms-flex: 0 1 47em;
    flex: 0 1 47em; }
  .slider-big__slider {
    margin-top: -1.3em;
    margin-bottom: -1.3em;
    height: 100%; }
  .slider-big .el-tnews--big {
    margin: 1.3em 0; }
  .slider-big .el-news--big {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%; }
  .slider-big .b-slidernav {
    display: none; }
    .slider-big .b-slidernav.active {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
  .slider-big__tabcont {
    overflow: hidden;
    position: relative; }
    .slider-big__tabcont-content {
      top: 0;
      position: absolute;
      -webkit-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      transition-duration: 0.3s;
      opacity: 0;
      z-index: 0;
      max-width: 100%;
      width: 100%; }
      .slider-big__tabcont-content.active {
        z-index: 1;
        opacity: 1;
        position: relative; }

/**/
.b-catsone {
  background: #F5F4F4;
  font-size: 1rem;
  padding-top: 4em;
  padding-bottom: 4em; }
  .b-catsone--double {
    display: block;
    background: white; }
    .b-catsone--double .b-catsone__item:not(:last-child) {
      border-right: 1px solid #C4C4C4; }
  .b-catsone__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 30em;
    -ms-flex: 0 1 30em;
    flex: 0 1 30em;
    padding: 0 1.5em; }
    .b-catsone__item .el-news:not(:last-child) {
      margin-bottom: 3em; }
  .b-catsone__list {
    margin: 0 -1.5em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .b-catsone__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .b-catsone__title {
    display: block;
    color: #3C3C3C;
    text-transform: uppercase;
    font-size: 3.2em;
    font-family: "Montserrat";
    margin-bottom: 0.938em;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s; }
    .b-catsone__title:hover {
      text-decoration: underline; }

/**/
.footer {
  background: #474747;
  padding-top: 4em;
  padding-bottom: 4em; }
  .footer__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .footer__left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 20.1em;
    -ms-flex: 0 1 20.1em;
    flex: 0 1 20.1em;
    margin-right: 1em; }
    .footer__left .footer__type {
      margin-top: 2em;
      margin-bottom: 2em;
      display: none;
      padding-left: 0;
      border-left: none; }
  .footer__right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 88.6em;
    -ms-flex: 0 1 88.6em;
    flex: 0 1 88.6em; }
  .footer__menu {
    border-left: 1px solid #858585;
    padding: 0 4em;
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 38em;
    -ms-flex: 0 1 38em;
    flex: 0 1 38em; }
    .footer__menu .item {
      color: white;
      display: block;
      font-size: 1.2em;
      margin-bottom: 1em;
      padding-right: 1.25em;
      position: relative; }
      .footer__menu .item a {
        color: white;
        position: relative; }
      .footer__menu .item--mob {
        display: none; }
      .footer__menu .item:hover a {
        text-decoration: underline; }
  .footer__cats {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 39.7em;
    -ms-flex: 0 1 39.7em;
    flex: 0 1 39.7em;
    border-left: 1px solid #858585;
    padding: 0 4em;
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    text-transform: uppercase; }
    .footer__cats .item {
      color: white;
      display: block;
      font-size: 1.2em;
      margin-bottom: 1em;
      padding-right: 1em; }
      .footer__cats .item a {
        color: white;
        position: relative; }
      .footer__cats .item:hover a {
        text-decoration: underline; }
  .footer__info--mobile {
    display: none; }
  .footer__type {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 11em;
    -ms-flex: 0 1 11em;
    flex: 0 1 11em;
    border-left: 1px solid #858585;
    padding: 0 0em 0 4em; }
    .footer__type .item {
      color: white;
      display: block;
      font-size: 1.2em;
      margin-bottom: 1em; }
      .footer__type .item a {
        color: white;
        position: relative; }
      .footer__type .item:hover a {
        text-decoration: underline; }
  .footer__copy {
    font-size: 1.2em;
    font-family: "Montserrat";
    color: white; }
  .footer__counter {
    margin-top: 0.917em;
    margin-bottom: 0.917em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.2em;
    color: #474747;
    height: 2.75em;
    width: 7.333em;
    background: #C4C4C4;
    border: 1px solid #C4C4C4;
    cursor: pointer; }
    .footer__counter:hover {
      background: transparent;
      color: #C4C4C4; }
  .footer__logo {
    display: block;
    margin-bottom: 1.6em; }
    .footer__logo img {
      max-width: 100%; }
  .footer__soc {
    margin-bottom: 1.29em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .footer__soc-wrap {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-right: 1.5em; }
    .footer__soc .item {
      display: block;
      width: 1.8em;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 1.8em;
      -ms-flex: 0 0 1.8em;
      flex: 0 0 1.8em;
      margin: 0.3em; }
      .footer__soc .item img {
        display: block;
        max-width: 100%; }
  .footer__creater {
    color: white;
    font-size: 1.2em;
    font-family: "Montserrat";
    text-decoration: underline; }
    .footer__creater:hover {
      text-decoration: none; }

/**/
.bread {
  background: #F5F4F4;
  padding-top: 2.2em;
  padding-bottom: 2.2em; }
  .bread__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .bread__item {
    font-size: 1.2em;
    color: #858585;
    margin-right: 0.833em;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s; }
    .bread__item:hover {
      text-decoration: underline; }
    .bread__item:not(:last-child):after {
      content: '/';
      display: inline-block;
      margin-left: 0.833em; }
    .bread__item:last-child {
      color: #474747;
      pointer-events: none; }

/**/
.b-research {
  padding-top: 3.6em;
  padding-bottom: 5em;
  font-size: 1em; }
  .b-research__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .b-research__left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 27em;
    -ms-flex: 0 1 27em;
    flex: 0 1 27em;
    margin-right: 3em; }
  .b-research__right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 3 87em;
    -ms-flex: 0 3 87em;
    flex: 0 3 87em;
    overflow: hidden;
    min-width: 0; }
  .b-research__textnews {
    margin-bottom: 4em; }
    .b-research__textnews .b-title {
      margin-bottom: 1.111em; }
  .b-research__experts {
    margin-bottom: 3.2em; }
    .b-research__experts .b-title {
      margin-bottom: 1.111em; }
    .b-research__experts .el-person:not(:last-child) {
      margin-bottom: 2em; }
  .b-research__special .b-title {
    margin-bottom: 1.111em; }
  .b-research__special .el-news:not(:last-child) {
    margin-bottom: 3em; }
  .b-research__addnews {
    margin: 4em -0.5em 3.5em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .b-research__addnews .el-news {
      margin: 0.5em; }

.p-title {
  font-size: 3.2em;
  font-family: "Montserrat";
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 1.15385em;
  transition-duration: 0.3s;  }

/**/
.res-centers {
  margin-top: 5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 1px; }

/**/
.el-rescenter {
  max-width: 33%;
  width: 100%;
  text-align: center;
  padding: 3em 3em 5em;
  -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0);
  -webkit-border-radius: 0em;
  border-radius: 0em;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .el-rescenter__logo {
    height: 6em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1em; }
    .el-rescenter__logo img {
      display: block;
      max-width: 100%; }
  .el-rescenter__name {
    font-size: 1.6em;
    color: #3C3C3C; }
  .el-rescenter:hover {
    -webkit-border-radius: 1em;
    border-radius: 1em;
    -webkit-box-shadow: 0px 0px 0px 1px #0070AC;
    box-shadow: 0px 0px 0px 1px #0070AC; }
    .el-rescenter:hover .el-rescenter__name {
      text-decoration: underline; }

/**/
.pag {
  margin-top: 2em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .pag__numbs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 2em; }
  .pag__item {
    margin: 0 0.35em;
    font-family: "Montserrat";
    font-size: 2.8em;
    color: rgba(0, 112, 172, 0.5);
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    line-height: 1em; }
    .pag__item.active {
      margin: 0 0.194em;
      font-size: 3.6em;
      color: #0070ac; }
    .pag__item:hover {
      color: #0070ac;
      font-size: 3.6em;
      margin: 0 0.194em; }
  .pag__btn:hover {
    opacity: 0.5; }

.pag--research-tablet {
  display: none; }

/**/
.res-centers-alif {
  display: none;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 4em -0.45em 0; }
  .res-centers-alif .item {
    font-size: 1.5em;
    color: #3C3C3C;
    margin: 0 0.3em; }
    .res-centers-alif .item:hover, .res-centers-alif .item.active {
      color: #0070AC;
      text-decoration: underline; }

/**/
.b-rescenter {
  background: #F5F4F4;
  padding: 3.5em 3em 3.8em;
  margin-bottom: 2.3em; }
  .b-rescenter__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .b-rescenter__link {
    display: inline-block;
    font-size: 1.8em;
    line-height: 1.22222em;
    margin-top: 0.55556em;
    color: #0070AC; }
    .b-rescenter__link:hover {
      text-decoration: underline; }
  .b-rescenter__desc {
    font-family: "Verdana";
    font-size: 1.6em;
    line-height: 1.1875em;
    margin-top: 2.5em; }
    .b-rescenter__desc p:not(:last-child) {
      margin-bottom: 1.125em; }
  .b-rescenter__name {
    font-size: 2.6em;
	font-weight: 400;
    line-height: 1.23077em; }

/**/
.text-block {
  font-size: 1.6em;
  line-height: 1.5em;
  color: #474747;
  /**/ }
  .text-block p:not(:first-child) {
    margin-top: 0.625em; }
  .text-block p:not(:last-child) {
    margin-bottom: 0.6875em; }
  .text-block p img {
    display: inline-block; }
  .text-block ul {
    padding-left: 4.4375em;
    margin-bottom: 1.25em; }
    .text-block ul li {
      list-style: none;
      position: relative; }
      .text-block ul li:not(:last-child) {
        margin-bottom: 0.4375em; }
      .text-block ul li:before {
        position: absolute;
        display: block;
        content: '';
        height: 0.375em;
        width: 0.375em;
        -webkit-border-radius: 30%;
        border-radius: 30%;
        background: #C4C4C4;
        left: -0.8125em;
        top: 0.6875em; }
  .text-block ol {
    padding-left: 4.4375em;
    margin-bottom: 1.25em;
    counter-reset: item; }
    .text-block ol ol {
      margin-top: 1.25em; }
    .text-block ol li {
      list-style: none;
      position: relative; }
      .text-block ol li:not(:last-child) {
        margin-bottom: 0.4375em; }
      .text-block ol li:before {
        position: absolute;
        display: block;
        content: '';
        -webkit-border-radius: 30%;
        border-radius: 30%;
        color: #C4C4C4;
        left: -1.25em;
        content: counter(item) ".";
        /* Добавляем к числам скобку */
        counter-increment: item; }
  .text-block h2, .text-block h3, .text-block h4, .text-block h5, .text-block h6 {
    font-weight: 400; }
  .text-block h2 {
    font-size: 1.5em;
    line-height: 1.20833em;
    margin-bottom: 1em;
    margin-top: 1.16667em; }
  .text-block h3 {
    font-size: 1.25em;
    line-height: 1.2em;
    color: #3C3C3C;
    margin-top: 0.7em;
    margin-bottom: 0.6em; }
  .text-block img {
    -webkit-border-radius: .5rem;
    border-radius: .5rem;
    display: block;
    margin-bottom: 2em; }
  .text-block table {
    border: 1px solid #C4C4C4;
    border-collapse: collapse;
    font-size: 1rem;
    width: 100%;
    margin-bottom: 3rem; }
    .text-block table th {
      background: rgba(0, 112, 172, 0.2);
      font-weight: 400;
      font-size: 1.9em;
      line-height: 1.26316em;
      color: #474747;
      border-bottom: 1px solid #C4C4C4;
      max-width: 15.42105em;
      padding: 0.31579em 0.52632em; }
      .text-block table th:not(:last-child) {
        border-right: 1px solid #C4C4C4; }
    .text-block table td {
      font-size: 1.5em;
      line-height: 1.2em;
      padding: 1.33333em 1.33333em; }
      .text-block table td:not(:last-child) {
        border-right: 1px solid #C4C4C4; }
    .text-block table tr:nth-child(2n) {
      background: rgba(229, 229, 229, 0.2); }
    .text-block table tr:not(:last-child) td {
      border-bottom: 1px solid #C4C4C4; }
  .text-block blockquote {
    font-size: 2rem;
    position: relative;
    margin-top: 1.25em;
    margin-bottom: 2em;
    background: rgba(229, 229, 229, 0.3);
    font-family: "Montserrat";
    font-weight: 300;
/*    text-transform: uppercase; */
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0.5em 3.1em 0.5em 5.5em;
    line-height: 1.85em; }
    .text-block blockquote:before {
      content: '';
      position: absolute;
      width: 3.5em;
      height: 100%;
      top: 0;
      left: 0;
      display: block;
      background: rgba(0, 112, 172, 0.2) url("/images/thinktanks_new/img/quotes.svg") center 0.5em/contain no-repeat;
      -webkit-background-size: 2.65em 2.65em;
      background-size: 2.65em; }

/**/
.b-personslider {
  background: #F5F4F4;
  padding: 1.5em 2em 2.7em;
  margin-top: 6em; }
  .b-personslider__wrap {
    overflow: hidden; }
  .b-personslider__head {
    margin-bottom: 4em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .b-personslider__slider-wrap {
    overflow: hidden; }
  .b-personslider__slider .item__wrap {
    text-align: center;
    display: block;
    max-width: 21em;
    margin: auto; }
  .b-personslider__slider .item__photo {
    margin: auto;
    height: 13.1em;
    width: 13.1em;
    -webkit-border-radius: 1em;
    border-radius: 1em;
    background: center/cover no-repeat;
    margin-bottom: 1.5em; }
  .b-personslider__slider .item__name {
    font-size: 1.6em;
    line-height: 1.1875em;
    color: black; }
  .b-personslider__slider .item:hover .item__name {
    color: #0070AC;
    text-decoration: underline; }

/**/
.b-bothercenter {
  background: #F5F4F4;
  padding: 2.5em 2em 1.5em; }
  .b-bothercenter__head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 4em; }
  .b-bothercenter__more {
    font-size: 1.6em;
    margin-top: 0.5625em;
    line-height: 1.1875em;
    text-align: center;
    display: none;
    color: #0070AC;
    text-decoration: underline; }
    .b-bothercenter__more:hover {
      text-decoration: none; }
  .b-bothercenter__slider .item__wrap {
    display: block;
    max-width: 21.6em;
    margin: auto; }
  .b-bothercenter__slider .item__photo {
    height: 4.4em;
    margin-bottom: 3em; }
    .b-bothercenter__slider .item__photo img {
      display: block;
      max-width: 100%;
      max-height: 100%;
      margin: auto; }
  .b-bothercenter__slider .item__name {
    text-align: center;
    font-size: 1.6em;
    line-height: 1.1875em;
    color: #474747; }
  .b-bothercenter__slider .item:hover .item__name {
    text-decoration: underline; }

/**/
.b-persone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #F5F4F4;
  -webkit-border-radius: 1em;
  border-radius: 1em; }
  .b-persone__left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 32em;
    -ms-flex: 0 0 32em;
    flex: 0 0 32em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .b-persone__left .b-pers-research {
      display: none; }
  .b-persone__right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 55em;
    -ms-flex: 0 1 55em;
    flex: 0 1 55em;
    padding: 3.5em 5em 2.6em; }
  .b-persone__photo {
    height: 46.8em;
    width: 100%;
    max-width: 32em;
    -webkit-border-radius: 1em 0px 0px 1em;
    border-radius: 1em 0px 0px 1em;
    background: center/cover no-repeat; }
  .b-persone__share {
    margin-top: 2.5em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }
    .b-persone__share-label {
      font-size: 1.2em;
      margin-right: 0.83333em; }
  .b-persone__desc {
    font-size: 1.4em;
    line-height: 1.21429em; }
    .b-persone__desc p {
      color: rgba(51, 51, 51, 0.75); }
      .b-persone__desc p:not(:last-child) {
        margin-bottom: 1em; }
  .b-persone__dates .item {
    font-size: 1.4em;
    line-height: 1.21429em; }
    .b-persone__dates .item span {
      color: #0070AC; }
    .b-persone__dates .item:not(:last-child) {
      margin-bottom: 14.28571px; }
  .b-persone__inf {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.4em; }
    .b-persone__inf:not(:last-child) {
      margin-bottom: 2.14286em; }
    .b-persone__inf-label {
      color: #0070AC;
      -webkit-box-flex: 0;
      -webkit-flex: 0 1 5.35714em;
      -ms-flex: 0 1 5.35714em;
      flex: 0 1 5.35714em; }
    .b-persone__inf-value a {
      display: block;
      color: black; }
      .b-persone__inf-value a:not(:last-child) {
        margin-bottom: 0.5em; }
      .b-persone__inf-value a:hover {
        text-decoration: underline; }
    .b-persone__inf--mail .b-persone__inf-value a {
      color: #0070AC; }

.person-tabs__links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2.6em; }
  .person-tabs__links .item {
    font-size: 1.4em;
    text-transform: uppercase;
    color: black;
    cursor: pointer; }
    .person-tabs__links .item:not(:last-child) {
      margin-right: 1.78571em; }
    .person-tabs__links .item:hover {
      color: #0070AC; }
    .person-tabs__links .item.active {
      font-weight: 700;
      position: relative; }
      .person-tabs__links .item.active:after {
        position: absolute;
        content: '';
        background: #0070AC;
        height: 2px;
        width: 100%;
        bottom: 0;
        left: 0; }

.person-tabs__content {
  display: none; }

/**/
.b-pers-research {
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 2em;
  margin-bottom: 2em; }
  .b-pers-research .b-pers-research__photo:hover + .b-pers-research__title {
    text-decoration: underline; }
  .b-pers-research__label {
    font-size: 1.4em;
    margin-bottom: 1.07143em; }
  .b-pers-research__photo {
    display: block; }
  .b-pers-research__title {
    display: inline-block;
    color: black;
    font-size: 1.6em;
    line-height: 1.1875em;
    margin-top: 0.9375em;
    max-width: 22.5625em; }

/**/
.b-publication {
  padding-top: 3em; }
  .b-publication__head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 3em; }
  .b-publication__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-right: -3.1em; }
    .b-publication__list .el-news {
      max-width: 27em;
      margin-right: 3em;
      margin-bottom: 4em; }
  .b-publication__content {
    display: none; }
  .b-publication .b-tabslid__tabs {
    margin-left: 3.2em; }
    .b-publication .b-tabslid__tabs .item {
      font-size: 1.4em; }
      .b-publication .b-tabslid__tabs .item.active {
        color: #0070AC; }

/**/
.b-otherpersons {
  background: #F5F4F4;
  padding: 1.6em 2em; }
  .b-otherpersons__head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 2.5em; }
  .b-otherpersons__slider .item {
    padding: 2px; }
  .b-otherpersons__slider .el-man:hover {
    -webkit-box-shadow: none;
    box-shadow: none; }

/**/
.el-man {
  padding: 1.5em 1em 1.2em;
  -webkit-border-radius: 1em;
  border-radius: 1em;
  -webkit-box-shadow: 0px 0px 1px 1px transparent;
  box-shadow: 0px 0px 1px 1px transparent;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  max-width: 29.2em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 29.2em;
  -ms-flex: 0 1 29.2em;
  flex: 0 1 29.2em; }
  .el-man__photo {
    display: block;
    height: 13.1em;
    width: 13.1em;
    -webkit-border-radius: 1em;
    border-radius: 1em;
    margin: auto;
    background: center/cover no-repeat;
    margin-bottom: 1.5em; }
  .el-man__name {
    display: block;
    font-size: 1.8em;
    line-height: 1.22222em;
    color: black;
    text-align: center;
    margin-bottom: 0.45455em; }
    .el-man__name:hover {
      text-decoration: underline; }
  .el-man__type {
    display: block;
    text-align: center;
    color: #858585;
    font-size: 1.1em;
    text-transform: uppercase;
    margin-bottom: 1.36364em; }
  .el-man__desc {
    font-size: 1.2em;
    color: #333333;
    line-height: 1.25em;
    text-align: center; }
  .el-man:hover {
    -webkit-box-shadow: 0px 0px 1px 1px #0070AC;
    box-shadow: 0px 0px 1px 1px #0070AC; }
    .el-man:hover .el-man__name {
      text-decoration: underline; }

/**/
.p-persone__title {
  text-transform: uppercase;
  margin-bottom: 1.15385em; }

/***/
.p-persones__title {
  text-transform: uppercase;
  margin-bottom: 1.15385em; }

.p-persones__list {
  margin-bottom: 5em;
  padding: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  .p-persones__list .el-man {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 31%;
    -ms-flex: 0 0 31%;
    flex: 0 0 31%; }

.p-persones__alif {
  margin-top: 1.7em;
  margin-bottom: 3.3em; }

/**/
.bignews--rubrica {
  height: 46.6em;
  margin-bottom: 2em; }
  .bignews--rubrica .bignews__title {
    font-weight: 400;
    font-size: 3.2em;
    line-height: 39px, 32px; }
    .bignews--rubrica .bignews__title:hover {
      text-decoration: none; }
    .bignews--rubrica .bignews__title a.bignews--rubrica .bignews__title:hover {
      text-decoration: underline; }
  .bignews--rubrica .bignews__head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .bignews--rubrica .bignews__img .white-soc {
    display: none; }
  .bignews--rubrica:hover .bignews__title {
    text-decoration: none; }

.white-soc {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .white-soc .item {
    display: block; }
    .white-soc .item:not(:first-child) {
      margin-left: 0.7em; }

.photo-block {
  position: relative;
  color: white;
  font-size: 1.2rem;
  max-width: 27rem;
  height: 18rem;
  background: center/cover no-repeat;
  -webkit-border-radius: 1rem;
  border-radius: 1rem;
  width: 100%;
  margin-bottom: 2rem;
  margin-top: 0.83333em; }
  .photo-block__name {
    position: absolute;
    bottom: 1.7rem;
    width: 100%;
    padding: 0 2rem; }
  .photo-block--middle {
    max-width: 45rem; }
  .photo-block--big {
    max-width: 87rem;
    width: 100%;
    height: 46.6rem;
    margin-bottom: 2rem;
    margin-top: 2.4rem; }
    .photo-block--big .photo-block__name {
      bottom: 2.7rem; }

/**/
.float-left {
  float: left;
  margin-right: 2.3rem; }

.float-right {
  float: right;
  margin-left: 2.3rem; }

/**/
/*
.cont-title1{
	font-size:2.4rem;
	text-transform: uppercase;
	line-height: em(29px ,24px);
	margin-bottom: em(24px,24px);
	margin-top: em(28px,24px);
}*/
/*
.cont-title2{
	font-size:2rem;
	line-height: em(24px,20px);
	color:#3C3C3C;
	margin-top: em(14px ,20px);
	margin-bottom: em(12px,20px);
}
*/
.title-table {
  font-size: 2.4rem;
  margin-bottom: 0.375em; }

.b-newscont {
  font-size: 1rem;
  padding: 2em;
  background: rgba(229, 229, 229, 0.3);
  max-width: 31em; }

.p-rubrica__desc {
  margin-bottom: 3.0em; }
  .p-rubrica__desc a {
    color: #474747;
	font-weight: 600;
    text-decoration: underline; }
    .p-rubrica__desc a:hover {
      text-decoration: none; }
  .p-rubrica__desc ul, .p-rubrica__desc ol {
    padding-left: 3.125em; }

/**/
.b-share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end; }
  .b-share__label {
    font-size: 1.7em;
    margin-right: 0.58824em; }
  .b-share .b-soc {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
    .b-share .b-soc img {
      max-width: 3.5em; }
    .b-share .b-soc__item:not(:last-child) {
      margin-right: .7em; }

.s-gallery {
  margin-top: 20px;
  margin-bottom: 40px; }
  .s-gallery__wrap {
    overflow: hidden; }
  .s-gallery img {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    max-width: 100%;
    display: block; }
  .s-gallery .slick-next {
    z-index: 1;
    right: -1px;
    height: 100%;
    width: 60px;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    background: rgba(255, 255, 255, 0);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, white));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
    /*
&:before{
	position: absolute;
	content: '';
	font-size: 40px;
	color:$blue;
	height: 5px;
	width: 25px;
	background: $blue;
	transform: rotate(45deg);
	top:calc(50% - 7px);
	opacity: 1;
	right: 10px;
}
&:after{
	position: absolute;
	content: '';
	font-size: 40px;
	color:$blue;
	height: 5px;
	width: 25px;
	background: $blue;
	transform: rotate(-45deg);
	top:calc(50% + 7px);
	right: 10px;
}*/ }
    .s-gallery .slick-next:hover {
      width: 100px; }
    .s-gallery .slick-next:before {
      font-size: 40px;
      color: #0070AC;
      opacity: 1; }
  .s-gallery .slick-prev {
    left: 0px;
    height: 100%;
    width: 60px;
    z-index: 1;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    background: white;
    background: -webkit-gradient(left top, right top, color-stop(0%, white), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, from(white), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
    /*&:before{
	position: absolute;
	content: '';
	font-size: 40px;
	color:$blue;
	height: 5px;
	width: 25px;
	background: $blue;
	transform: rotate(-45deg);
	top:calc(50% - 7px);
	opacity: 1;
	left: 10px;
}
&:after{
	position: absolute;
	content: '';
	font-size: 40px;
	color:$blue;
	height: 5px;
	width: 25px;
	background: $blue;
	transform: rotate(45deg);
	top:calc(50% + 7px);
	left: 10px;
}*/ }
    .s-gallery .slick-prev:hover {
      width: 100px; }
    .s-gallery .slick-prev:before {
      font-size: 40px;
      color: #0070AC;
      opacity: 1; }

/**/
.b-dublicate {
  padding-top: 6em; }
  .b-dublicate--pc {
    display: block; }
  .b-dublicate--tablet {
    display: none; }
  .b-dublicate__bnr img {
    display: block;
    margin: auto; }
  .b-dublicate__list {
    margin-top: 3em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-right: -3em; }
    .b-dublicate__list .el-news {
      -webkit-box-flex: 0;
      -webkit-flex: 0 1 27em;
      -ms-flex: 0 1 27em;
      flex: 0 1 27em;
      margin-right: 3em;
      margin-bottom: 2.5em; }

/**/
.b-publishside {
  padding-top: 6em; }
  .b-publishside__bnr-place {
    margin-bottom: 6em; }
    .b-publishside__bnr-place img {
      display: block;
      margin: auto; }
      .b-publishside__bnr-place img:not(:last-child) {
        margin-bottom: 4em; }
  .b-publishside__photonews {
    margin-bottom: 6em; }
  .b-publishside__textnews {
    margin-bottom: 6em; }

.el-news.el-news--rubric {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 2em;
  height: 27em;
  margin-bottom: 3em; }
  .el-news.el-news--rubric .el-news__type {
    color: white;
    font-size: 1.5em;
	text-transform: uppercase;
	font-weight: 400; }
  .el-news.el-news--rubric .el-news__bg {
    opacity: 1; }
  .el-news.el-news--rubric .el-news__photo {
    display: none; }
  .el-news.el-news--rubric .el-news__title {
    color: white; }
  .el-news.el-news--rubric .b-data {
    color: white; }
    .el-news.el-news--rubric .b-data__type {
      color: white; }
    .el-news.el-news--rubric .b-data__clock {
      background-image: url("/images/thinktanks_new/img/clock-white.svg"); }
  .el-news.el-news--rubric:hover .el-news__title {
    text-decoration: underline; }

/**/
.b-publications {
  padding-top: 4em;
  padding-bottom: 4em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden; }
  .b-publications__left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 27em;
    -ms-flex: 0 1 27em;
    flex: 0 1 27em;
    margin-right: 3em; }
    .b-publications__left .b-title {
      margin-bottom: 1.11111em; }
    .b-publications__left .item:not(:last-child) {
      margin-bottom: 1.8em; }
  .b-publications__right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 2 87em;
    -ms-flex: 0 2 87em;
    flex: 0 2 87em; }
  .b-publications__bottom {
    margin: 2em -0.5em 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .b-publications__bottom .el-news {
      margin: 0em 0.5em; }

/**/
.b-persons--publications {
  background: #F5F4F4; }

/**/
.section-pub {
  padding-top: 4em;
  padding-bottom: 4em; }
  .section-pub--grey, .section-pub:nth-child(2n) {
    background: #F5F4F4; }
    .section-pub--grey .section-pub__bottom:before, .section-pub:nth-child(2n) .section-pub__bottom:before {
      --red:red;
      background: rgba(255, 255, 255, 0);
      background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(95%, #f6f5f5), color-stop(100%, #f5f4f4));
      background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #f6f5f5 95%, #f5f4f4 100%);
      background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #f6f5f5 95%, #f5f4f4 100%);
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(95%, #f6f5f5), to(#f5f4f4));
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #f6f5f5 95%, #f5f4f4 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f4f4', GradientType=0 ); }
    .section-pub--grey .section-pub__right:before, .section-pub:nth-child(2n) .section-pub__right:before {
      --red:red;
      background: rgba(255, 255, 255, 0);
      background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(95%, #f6f5f5), color-stop(100%, #f5f4f4));
      background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #f6f5f5 95%, #f5f4f4 100%);
      background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #f6f5f5 95%, #f5f4f4 100%);
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(95%, #f6f5f5), to(#f5f4f4));
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #f6f5f5 95%, #f5f4f4 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f4f4', GradientType=0 ); }
  .section-pub__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .section-pub__left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 2 87em;
    -ms-flex: 0 2 87em;
    flex: 0 2 87em;
    margin-right: 3em; }
  .section-pub__right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 27em;
    -ms-flex: 0 1 27em;
    flex: 0 1 27em;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    overflow: hidden;
    position: relative;
    width: 100%; }
    .section-pub__right:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 5em;
      bottom: 0;
      left: 0;
      z-index: 1;
      background: rgba(255, 255, 255, 0);
      background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(95%, white), color-stop(100%, white));
      background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 95%, white 100%);
      background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 95%, white 100%);
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(95%, white), to(white));
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 95%, white 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 ); }
    .section-pub__right-wrap {
      position: absolute; }
    .section-pub__right .el-tnews.el-tnews--photo {
      border-bottom: 1px solid #E5E5E5;
      padding-bottom: 2.1em;
      margin-bottom: 2.1em; }
      .section-pub__right .el-tnews.el-tnews--photo .el-tnews__top-right {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 143px;
        -ms-flex: 0 1 143px;
        flex: 0 1 143px; }
  .section-pub__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 2.5em; }
  .section-pub__center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 2.5em; }
    .section-pub__center .el-news {
      -webkit-box-flex: 0;
      -webkit-flex: 0 1 31%;
      -ms-flex: 0 1 31%;
      flex: 0 1 31%; }
  .section-pub__bottom {
    margin: 0 0 0;
    /*column-count: 3;
		column-width: 27em;
		column-gap: 3em;*/
    position: relative;
    height: 100%;
    height: 30.4em;
    overflow: hidden;
    margin-right: -2em; }
    .section-pub__bottom-wrap {
      position: absolute;
      top: 0;
      left: 0%;
      width: 100%;
      -webkit-column-count: 3;
      -moz-column-count: 3;
      column-count: 3; }
    .section-pub__bottom .el-tnews {
      display: inline-block;
      max-width: 27em;
      -webkit-box-flex: 0;
      -webkit-flex: 0 1 31%;
      -ms-flex: 0 1 31%;
      flex: 0 1 31%;
      margin-right: 1em; }
      .section-pub__bottom .el-tnews__text {
        font-size: 1.7em; }
    .section-pub__bottom:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 5em;
      bottom: 0;
      left: 0;
      z-index: 1;
      background: rgba(255, 255, 255, 0);
      background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(95%, white), color-stop(100%, white));
      background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 95%, white 100%);
      background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 95%, white 100%);
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(95%, white), to(white));
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 95%, white 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 ); }

/**/
.el-news--pub {
  height: 27em;
  padding: 2em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .el-news--pub .el-news__top {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
  .el-news--pub .el-news__bg {
    opacity: 1; }
  .el-news--pub .el-news__photo {
    display: none; }
  .el-news--pub .el-news__title {
    color: white;
    font-size: 2.2em; }
  .el-news--pub .el-news__type {
    font-family: "Montserrat";
    color: white;
    text-transform: uppercase;
    font-size: 2.8em; }
    .el-news--pub .el-news__type .el-news--pub .el-news__type:hover {
      text-decoration: underline; }
  .el-news--pub .b-data {
    color: white; }
    .el-news--pub .b-data__type {
      color: white; }
    .el-news--pub .b-data__clock {
      background-image: url("/images/thinktanks_new/img/clock-white.svg"); }
  .el-news--pub:hover .el-news__title {
    text-decoration: underline; }

.el-news--pubwide {
  -webkit-box-flex: 0;
  -webkit-flex: 0 3 65.5%;
  -ms-flex: 0 3 65.5%;
  flex: 0 3 65.5%;
  max-width: 57em; }

.el-news--pubnarrow {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 31%;
  -ms-flex: 0 1 31%;
  flex: 0 1 31%; }
  .el-news--pubnarrow .el-news__title {
    font-size: 2em; }

/**/
.page-publications {
  padding-bottom: 4em; }
  .page-publications .pag {
    margin-top: 2em; }

	
  .bignews--rubrica .bignews__img .bignews__sign {
      color: white;
      padding: 0 0.5em; }
  .bignews--rubrica .bignews__bottom-divided {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .bignews--rubrica .bignews__sign {
    margin-top: .5em;
    margin-bottom: .5em;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 20em;
    -ms-flex: 1 1 20em;
    flex: 1 1 20em;
    text-align: right; }