@charset "UTF-8";
.b-promo {
  height: 370px;
  position: relative; }

.b-promo__item {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 120px;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 1;
  /*font-size: 0.92em;*/
  line-height: 1.46; }
  .b-promo__item._inverse {
    color: #fff; }
    .b-promo__item._inverse .b-promo__title {
      color: #fff; }
    .b-promo__item._inverse .b-promo__counter {
      color: rgba(255, 255, 255, 0.7); }
    .b-promo__item._inverse .b-promo__continue {
      color: #fff; }
      .b-promo__item._inverse .b-promo__continue:before {
        background: rgba(255, 255, 255, 0.3); }
      .b-promo__item._inverse .b-promo__continue .isvg {
        stroke: #fff; }
      .b-promo__item._inverse .b-promo__continue:hover:before {
        background: #fff; }

.b-promo__bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  .b-promo__bg._rurf {
    display: none; }
  .b-promo__bg._figures1 {
    background-position: top right;
    background-size: auto 90%;
    right: -100px; }
  .b-promo__bg._figures2 {
    background-position: top right;
    background-size: auto 90%;
    right: -120px; }
  .b-promo__bg._poster {
    background-position: center center;
    background-size: cover; }

/*.b-promo:hover {
    .b-promo__bg {
        transform: scaleX(0);
        opacity: 0;
    }
}*/
.b-promo__content {
  display: block;
  padding-left: 25px;
  padding-right: 50px;
  position: relative;
  z-index: 2;
  text-decoration: none; }
  .b-promo__content:hover {
    text-decoration: none; }

.b-promo__title {
  display: block;
  font-weight: bold;
  font-size: 2em;
  line-height: 1.21;
  color: #165F68;
  margin: 0 0 15px; }
  .b-promo__title._size-lg {
    font-size: 2.14em;
    line-height: 1.2; }

.b-promo__counter {
  display: block;
  color: #fff;
  font-size: 1em;
  line-height: 1.43;
  position: absolute;
  top: 90px;
  left: 0;
  right: 0;
  z-index: 5; }

.b-promo__continue {
  display: inline-block;
  line-height: 1.57;
  font-size: 1em;
  color: #3C3C3C;
  font-weight: bold;
  position: relative;
  text-decoration: none; }
  .b-promo__continue:hover {
    text-decoration: none;
    color: #3C3C3C; }
    .b-promo__continue:hover:before {
      background: #3C3C3C; }
  .b-promo__continue:before {
    content: " ";
    height: 1px;
    position: absolute;
    display: block;
    background: rgba(127, 127, 127, 0.35);
    left: 0;
    right: 0;
    bottom: -1px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
  .b-promo__continue .isvg {
    position: absolute;
    left: 100%;
    margin-left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    stroke: #005EB8;
    stroke-width: 2px;
    stroke-linecap: round;
    stroke-linejoin: round; }

.b-promo__nav {
  display: none; }

.b-promo_rurf .b-promo__bg {
  display: none; }

.b-promo__foot {
  margin-top: 20px; }

.b-promo__btn {
  display: inline-block;
  height: 50px;
  white-space: nowrap;
  line-height: 3.62;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: none;
  font-size: 0.92em;
  font-weight: bold;
  padding: 0 70px 0 20px;
  color: #fff;
  position: relative;
  text-decoration: none;
  text-align: left;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .b-promo__btn .isvg {
    position: absolute;
    font-size: 0.72em;
    stroke: #fff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    right: 20px;
    top: 50%;
    margin-top: -5px;
    -webkit-transition: stroke 0.2s ease;
    transition: stroke 0.2s ease; }
  .b-promo__btn:hover {
    text-decoration: none;
    border-color: #fff;
    background: #fff;
    color: #005EB8; }
    .b-promo__btn:hover .isvg {
      stroke: #005EB8; }

.b-promo__nav {
  display: block;
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 0;
  right: 0; }
  .b-promo__nav .l-center {
    position: relative; }

.b-promo__arr {
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: #fff;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  cursor: pointer;
  top: 0;
  right: 15px;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease; }
  .b-promo__arr .isvg {
    position: absolute;
    font-size: 1em;
    stroke: #005EB8;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    top: 13px;
    right: 15px;
    -webkit-transition: stroke 0.2s ease;
    transition: stroke 0.2s ease; }
  .b-promo__arr._prev {
    right: 90px;
    display: none; }
    .b-promo__arr._prev .isvg {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg);
      right: auto;
      left: 20px;
      top: 19px; }
  .b-promo__arr:hover {
    background-color: rgba(255, 255, 255, 0.7); }
    .b-promo__arr:hover .isvg {
      stroke: #fff; }
  .b-promo__arr.js-cs__timer {
    background-color: rgba(255, 255, 255, 0.7); }
    .b-promo__arr.js-cs__timer .isvg {
      stroke: #fff; }
  .b-promo__arr .cs__timer {
    width: 100%;
    height: 100%;
    overflow: visible;
    /*.ip-loader-circlebg {
            display: none;
        }*/
    /*&.-animate {
            .ip-loader-circle {
                transition: stroke-dashoffset 5s linear;
            }
        }*/ }
    .b-promo__arr .cs__timer circle {
      fill: none;
      stroke: #fff;
      stroke-width: 3px; }

@media (min-width: 768px) {
  .b-promo {
    height: 500px; }
  .b-promo__counter {
    top: 150px; }
  .b-promo__item {
    padding-top: 185px;
    /*font-size: 1em;*/
    line-height: 1.71; }
  .b-promo__content {
    padding-left: 40px;
    padding-right: 0; }
  .b-promo__title {
    max-width: 80%;
    font-size: 2.57em;
    line-height: 1.17;
    margin-bottom: 20px; }
    .b-promo__title._size-lg {
      font-size: 2.85em;
      line-height: 1.15; }
  .b-promo__btn {
    font-size: 1em;
    height: 60px;
    line-height: 4.14; }
  .b-promo__foot {
    margin-top: 25px; }
  .b-promo__arr {
    width: 50px;
    height: 50px;
    right: 30px; }
    .b-promo__arr._prev {
      display: block;
      right: 90px; }
    .b-promo__arr._next .isvg {
      top: 18px;
      right: 20px; }
  .b-promo__bg._rurf {
    display: block;
    background-position: right center;
    background-size: auto 70%; }
  .b-promo__bg._figures1 {
    background-position: top right;
    background-size: auto 120%;
    right: 0; }
  .b-promo__bg._figures2 {
    background-position: top right;
    background-size: auto 100%;
    right: 0; }
  .b-promo_rurf .b-promo__bg {
    display: block;
    background-position: right center;
    background-size: auto 70%; } }

@media (min-width: 992px) {
  .b-promo__content {
    padding-left: 100px;
    padding-right: 0; }
  .b-promo__item {
    /*font-size: 1.14em;*/
    line-height: 1.5; }
  .b-promo__arr {
    right: 80px; }
    .b-promo__arr._prev {
      right: 140px; }
  .b-promo__title {
    max-width: 70%;
    font-size: 3em;
    line-height: 1.14; }
    .b-promo__title._size-lg {
      font-size: 4.28em;
      line-height: 1.15; }
  .b-promo_rurf .b-promo__bg {
    background-position: 85% center;
    background-size: auto 100%; }
  .b-promo__foot {
    margin-top: 30px; } }

@media (min-width: 1200px) {
  .b-promo_rurf .b-promo__bg {
    background-position: 75% center;
    background-size: auto 100%; } }

@media (min-width: 1900px) {
  .b-promo {
    height: 650px; }
  .b-promo__counter {
    font-size: 1.14em;
    line-height: 1.38;
    top: 200px; }
  .b-promo__item {
    padding-top: 250px;
    /*font-size: 1.28em;*/
    line-height: 1.56; }
  .b-promo__title {
    font-size: 3.42em;
    line-height: 1.17;
    margin-bottom: 30px; }
    .b-promo__title._size-lg {
      font-size: 4.28em;
      line-height: 1.15; }
  .b-promo__continue {
    font-size: 1.14em;
    line-height: 1.5; }
  .b-promo__foot {
    margin-top: 40px; }
  .b-promo__btn {
    font-size: 1.14em; } }

@media (max-width: 600px) {
  .b-promo_25 .b-promo__bg {
    background: #005EB8; } }

.b-section {
  margin: 25px 0; }
  .b-section .l-center {
    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; }

.b-section_gray {
  background: #F3F3F3;
  margin: 0;
  padding: 20px 0; }

.b-section__head {
  margin: 0 0 10px; }

.b-section__title {
  display: block;
  font-size: 1.28em;
  line-height: 1.17;
  margin: 0 10px 0 0;
  color: #165F68; }

.b-section__subtitle {
  display: block;
  font-family: 'SourceSansPro', sans-serif;
  font-size: 0.85em; }

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

.b-section__aside {
  font-family: 'SourceSansPro', sans-serif;
  font-size: 1em;
  margin-top: 10px;
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
      -ms-flex-order: 10;
          order: 10; }

.b-section__text {
  font-family: 'SourceSansPro', sans-serif;
  font-size: 1em;
  line-height: 1.5;
  font-weight: normal; }

@media (min-width: 768px) {
  .b-section {
    margin: 40px 0; }
    .b-section:after {
      content: " ";
      display: table;
      clear: both; }
  .b-section_gray {
    margin: 0;
    padding: 30px 0; }
  .b-section__title {
    font-size: 1.42em;
    line-height: 1.15;
    margin: 0; }
  .b-section__subtitle {
    font-size: 1em;
    margin: 8px 0 0; }
  .b-section__aside {
    font-size: 1.14em; }
  .b-section__text {
    /*font-size: 1.28em;*/
    line-height: 1.39; } }

@media (min-width: 992px) {
  .b-section {
    margin: 50px 0; }
    .b-section .l-center {
      display: block; }
  .b-section_gray {
    margin: 0;
    padding: 40px 0; }
  .b-section__head {
    float: left;
    width: 200px;
    margin: 0; }
  .b-section__content {
    display: block;
    margin-left: 210px; }
    .b-section__content:after {
      content: " ";
      display: table;
      clear: both; }
  .b-section__subtitle {
    font-size: 1em;
    margin: 15px 0 0; }
  .b-section__aside {
    width: 240px;
    float: right;
    padding-left: 40px;
    margin-bottom: 0;
    margin-top: 0; }
  .b-section__aside + .b-section__content {
    margin-right: 240px; }
  .b-section__text {
    margin-right: 240px; }
  .b-section__shift {
    margin-left: -20px; } }

@media (min-width: 1200px) {
  .b-section._lining .b-section__head {
    width: 215px; }
  .b-section._lining .b-section__content {
    margin-left: 215px; }
  .b-section__head {
    width: 255px;
    padding-right: 20px; }
  .b-section__content {
    margin-left: 255px; } }

.b-domainsec-wrapper {
  position: relative; }

.b-domainsec {
  height: 120px;
  margin-top: 10px;
  padding: 10px 40px 10px 130px;
  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;
  position: relative;
  text-decoration: none; }
  .b-domainsec._ru .b-domainsec__tile {
    background: linear-gradient(211.9deg, #005CB9 0%, #3095DE 98.57%); }
  .b-domainsec._ru .b-domainsec__icon {
    background-image: url(../img/sprite.png);
    background-position: -82px -139px;
    width: 80px;
    height: 81px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .b-domainsec._ru .b-domainsec__icon {
        background-image: url(../img/sprite@2x.png);
        background-size: 274px 257px; } }
  .b-domainsec._rf .b-domainsec__tile {
    background: linear-gradient(210.83deg, #DA291C 0.62%, #F25F55 102.9%); }
  .b-domainsec._rf .b-domainsec__icon {
    background-image: url(../img/sprite.png);
    background-position: -151px 0px;
    width: 80px;
    height: 81px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .b-domainsec._rf .b-domainsec__icon {
        background-image: url(../img/sprite@2x.png);
        background-size: 274px 257px; } }
  .b-domainsec._ru-rf .b-domainsec__tile {
    background: linear-gradient(231.77deg, #E0071A -5.31%, #2E2987 99.25%); }
  .b-domainsec._ru-rf .b-domainsec__name {
    color: #fff; }
    .b-domainsec._ru-rf .b-domainsec__name span {
      border-bottom-color: rgba(255, 255, 255, 0.5); }
  .b-domainsec._ru .b-domainsec__name, .b-domainsec._rf .b-domainsec__name {
    color: #fff; }
    .b-domainsec._ru .b-domainsec__name span, .b-domainsec._rf .b-domainsec__name span {
      border-bottom-color: rgba(255, 255, 255, 0.5); }
  .b-domainsec._ru .b-domainsec__icon, .b-domainsec._rf .b-domainsec__icon {
    left: 20px; }
  .b-domainsec._www .b-domainsec__icon {
    background-image: url(../img/sprite.png);
    background-position: -83px -57px;
    width: 46px;
    height: 56px;
    left: 31px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .b-domainsec._www .b-domainsec__icon {
        background-image: url(../img/sprite@2x.png);
        background-size: 274px 257px; } }
  .b-domainsec._docs .b-domainsec__icon {
    background-image: url(../img/sprite.png);
    background-position: -233px 0px;
    width: 41px;
    height: 51px;
    left: 37px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .b-domainsec._docs .b-domainsec__icon {
        background-image: url(../img/sprite@2x.png);
        background-size: 274px 257px; } }

.b-domainsec_hor._www .b-domainsec__tile {
  background: #F3F3F3; }

.b-domainsec__tile {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  background: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.b-domainsec__name {
  display: block;
  line-height: 1.31;
  font-size: 1.14em;
  font-weight: bold;
  color: #3C3C3C;
  position: relative; }
  .b-domainsec__name span {
    display: inline;
    border-bottom: 1px solid rgba(127, 127, 127, 0.35);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }

.b-domainsec__icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

.b-domainsec__desc {
  display: none;
  position: relative; }

.b-domainsec__continue {
  display: none; }

.b-domainsec-25 {
  display: block;
  width: 130px;
  position: absolute;
  text-align: center;
  z-index: 2;
  color: #fff;
  line-height: 1.38;
  font-size: 0.92em;
  font-weight: bold;
  padding-top: 75px;
  text-decoration: none; }
  .b-domainsec-25:before {
    content: " ";
    display: block;
    position: absolute;
    width: 60px;
    height: 60px;
    top: 8px;
    left: 50%;
    margin-left: -30px;
    background: url(/static/img/25.png) center center no-repeat;
    background-size: contain; }
  .b-domainsec-25:hover {
    color: #fff;
    text-decoration: none; }
    .b-domainsec-25:hover .b-domainsec-25__text span {
      border-bottom-color: #fff; }

.b-domainsec-25__text {
  display: inline; }
  .b-domainsec-25__text span {
    border-bottom: 1px solid rgba(255, 255, 255, 0);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }

@media (min-width: 768px) {
  .b-domainsec {
    cursor: pointer;
    padding: 100px 20px 20px;
    display: block;
    height: 400px;
    margin: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    /*&._ru {
            &:hover {
                .b-domainsec__tile {
                    box-shadow: 0 6px 20px rgba(47, 107, 86, 0.49);
                }
            }
        }
        &._rf {
            &:hover {
                .b-domainsec__tile {
                    box-shadow: 0 6px 20px rgba(149, 32, 58, 0.49);
                }
            }
        }*/
    /*&:after {
            content:" ";
            display: block;
            @include retina-sprite($icon-arr-group);
            position: absolute;
            left: 27px;
            bottom: 27px;
        }*/ }
    .b-domainsec._ru, .b-domainsec._rf {
      /*&:after {
                @include retina-sprite($icon-arr-white-group);
            }*/ }
      .b-domainsec._ru .b-domainsec__desc, .b-domainsec._rf .b-domainsec__desc {
        color: rgba(255, 255, 255, 0.7); }
      .b-domainsec._ru .b-domainsec__icon, .b-domainsec._rf .b-domainsec__icon {
        left: 25px;
        top: 30px; }
      .b-domainsec._ru:hover .b-domainsec__name, .b-domainsec._rf:hover .b-domainsec__name {
        color: #fff; }
        .b-domainsec._ru:hover .b-domainsec__name span, .b-domainsec._rf:hover .b-domainsec__name span {
          border-bottom-color: #fff; }
      .b-domainsec._ru .b-domainsec__continue, .b-domainsec._rf .b-domainsec__continue {
        stroke: #fff; }
    .b-domainsec._ru-rf .b-domainsec__name {
      font-size: 2.14em;
      line-height: 1.4; }
      .b-domainsec._ru-rf .b-domainsec__name span {
        border-bottom-color: #fff; }
    .b-domainsec._ru-rf .b-domainsec__desc {
      color: rgba(255, 255, 255, 0.7); }
    .b-domainsec._ru-rf:after {
      background-image: url(../img/sprite.png);
      background-position: -204px -96px;
      width: 25px;
      height: 11px; } }
    @media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 192dpi) {
      .b-domainsec._ru-rf:after {
        background-image: url(../img/sprite@2x.png);
        background-size: 274px 257px; } }

@media (min-width: 768px) {
    .b-domainsec._www .b-domainsec__icon, .b-domainsec._docs .b-domainsec__icon {
      left: 20px;
      top: 25px; }
    .b-domainsec:hover {
      text-decoration: none;
      -webkit-transform: translateY(-5px);
          -ms-transform: translateY(-5px);
              transform: translateY(-5px); }
      .b-domainsec:hover .b-domainsec__tile {
        -webkit-box-shadow: 0 10px 30px #CDD4D9;
                box-shadow: 0 10px 30px #CDD4D9; }
      .b-domainsec:hover .b-domainsec__name {
        color: #3C3C3C; }
        .b-domainsec:hover .b-domainsec__name span {
          border-bottom-color: #3C3C3C; }
      .b-domainsec:hover.b-domainsec_hor._www {
        -webkit-transform: none;
            -ms-transform: none;
                transform: none; }
  .b-domainsec_hor {
    height: 215px;
    padding: 40px 150px 20px 20px;
    margin-bottom: 20px; }
    .b-domainsec_hor._ru .b-domainsec__icon, .b-domainsec_hor._rf .b-domainsec__icon {
      top: 28px;
      right: 28px;
      left: auto; }
    .b-domainsec_hor._www {
      height: 450px;
      padding-top: 190px;
      padding-right: 28px; }
      .b-domainsec_hor._www .b-domainsec__continue {
        height: 60px;
        border: 1px solid rgba(0, 94, 184, 0.5);
        padding: 0 20px;
        line-height: 4.29;
        color: #005EB8;
        font-size: 1em;
        font-weight: bold;
        right: 27px; }
        .b-domainsec_hor._www .b-domainsec__continue .isvg {
          position: absolute;
          right: 20px;
          top: 50%;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%); }
        .b-domainsec_hor._www .b-domainsec__continue:hover {
          border-color: #005EB8;
          background: #005EB8;
          color: #fff; }
          .b-domainsec_hor._www .b-domainsec__continue:hover .isvg {
            stroke: #fff; }
    .b-domainsec_hor .b-domainsec__name {
      height: auto; }
  .b-domainsec__continue {
    display: block;
    position: absolute;
    left: 27px;
    bottom: 27px;
    font-size: 0.85em;
    stroke: #005EB8;
    stroke-width: 2px;
    stroke-linecap: round;
    stroke-linejoin: round; }
  .b-domainsec__tile {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; }
  .b-domainsec__icon {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }
  .b-domainsec__name {
    display: table-cell;
    vertical-align: bottom;
    height: 40px;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
  .b-domainsec__desc {
    display: block;
    line-height: 1.36;
    font-size: 1em;
    color: rgba(68, 68, 68, 0.7);
    font-family: 'SourceSansPro', sans-serif;
    margin: 20px 0 0; }
  .b-domainsec-25 {
    width: 100%;
    height: 110px;
    padding-top: 30px;
    top: 0;
    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;
    text-align: left;
    padding-left: 75px;
    font-size: 0.85em; }
    .b-domainsec-25:before {
      margin-left: 0;
      left: 7px;
      top: 70px;
      margin-top: -30px; } }

@media (min-width: 992px) {
  .b-domainsec {
    padding: 125px 28px 28px; }
    .b-domainsec._www .b-domainsec__icon, .b-domainsec._docs .b-domainsec__icon {
      left: 28px;
      top: 30px; }
  .b-domainsec_hor {
    padding: 40px 150px 28px 28px; }
  .b-domainsec-25 {
    height: 125px;
    padding-bottom: 15px; } }

@media (min-width: 1200px) {
  .b-domainsec-25 {
    padding-top: 25px;
    padding-left: 115px; }
    .b-domainsec-25:before {
      width: 93px;
      height: 90px;
      margin-top: -45px;
      left: 11px; } }

@media (min-width: 1300px) {
  .b-domainsec-25 {
    font-size: 1em;
    line-height: 1.43; } }

.b-helpsec {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 120px;
  border: 1px solid #D5D5D5;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 40px 10px 125px;
  margin-bottom: -1px;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .b-helpsec:hover {
    text-decoration: none; }
  .b-helpsec svg {
    fill: #005EB8;
    -webkit-transition: fill 0.2s ease;
    transition: fill 0.2s ease; }
    .b-helpsec svg path {
      -webkit-transition: fill 0.2s ease;
      transition: fill 0.2s ease;
      fill: #005EB8; }

.b-helpsec-list:after {
  content: " ";
  display: table;
  clear: both; }

.b-helpsec__name {
  display: block;
  line-height: 1.4;
  font-size: 1.07em;
  color: #3C3C3C;
  /*&:hover {
        color: $linkColor;
    }*/ }
  .b-helpsec__name span {
    display: inline;
    border-bottom: 1px solid rgba(127, 127, 127, 0.35);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }

.b-helpsec__pic {
  position: absolute;
  top: 50%;
  left: 58px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

@media (min-width: 768px) {
  .b-helpsec {
    width: 25%;
    float: left;
    margin-right: -1px;
    margin-bottom: -1px;
    height: 180px;
    padding: 20px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    cursor: pointer;
    /*&:hover {
            .b-helpsec__name {
                color: $linkHoverColor;
            }
        }*/ }
    .b-helpsec:hover {
      text-decoration: none;
      color: #fff;
      background: #005EB8;
      border-color: #005EB8; }
      .b-helpsec:hover .b-helpsec__name {
        color: #fff; }
        .b-helpsec:hover .b-helpsec__name span {
          border-bottom-color: #fff; }
      .b-helpsec:hover svg {
        fill: #fff; }
        .b-helpsec:hover svg path {
          fill: #fff; }
  .b-helpsec__name {
    font-size: 1em; }
  .b-helpsec__pic {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    left: 20px;
    top: 20px; } }

@media (min-width: 992px) {
  .b-helpsec {
    height: 213px;
    padding: 30px; }
  .b-helpsec__pic {
    left: 30px;
    top: 30px; }
  .b-helpsec__name {
    font-size: 1.14em; } }

.b-mediasec {
  height: 180px;
  background: #fff;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  position: relative;
  padding: 15px 20px;
  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-top: 20px;
  cursor: pointer; }
  .b-mediasec .b-stat {
    margin-bottom: 40px; }

.b-mediasec__category {
  display: block;
  position: absolute;
  line-height: 1.42;
  font-size: 0.85em;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  left: 20px;
  top: 15px; }

.b-mediasec__date {
  display: block;
  font-size: 1em;
  font-family: 'SourceSansPro', sans-serif;
  opacity: 0.6;
  margin: 0 0 5px; }

.b-mediasec__name {
  display: inline;
  line-height: 1.31;
  font-size: 1.14em;
  font-weight: bold;
  border-bottom: 1px solid #a9c2c5; }

.b-mediasec__content {
  width: 100%; }

.b-mediasec__arr {
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 50%;
          border-radius: 50%;
  cursor: pointer;
  top: 20px;
  right: 20px; }
  .b-mediasec__arr .isvg {
    position: absolute;
    font-size: 0.72em;
    stroke: #fff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    top: 14px;
    right: 15px; }
  .b-mediasec__arr._prev {
    right: 70px; }
    .b-mediasec__arr._prev .isvg {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg);
      right: auto;
      left: 15px;
      top: 15px; }

.b-mediasec_list {
  background: #165f68;
  color: #fff; }
  .b-mediasec_list .b-mediasec__name {
    border-bottom-color: rgba(255, 255, 255, 0.5); }

.b-mediasec_event {
  height: 335px;
  background-position: center center;
  background-size: cover;
  color: #fff; }
  .b-mediasec_event .b-mediasec__name {
    line-height: 1.14;
    font-size: 3em;
    display: block;
    border: none; }
  .b-mediasec_event .b-mediasec__note {
    display: block;
    line-height: 1.31;
    font-size: 1.14em;
    font-weight: bold;
    margin-top: 15px; }
  .b-mediasec_event .b-mediasec__btn {
    display: block;
    height: 60px;
    width: 100%;
    line-height: 4.14;
    border: 1px solid rgba(255, 255, 255, 0.5);
    font-size: 1em;
    font-weight: bold;
    padding: 0 20px;
    color: #fff;
    margin-top: 30px;
    position: relative; }
    .b-mediasec_event .b-mediasec__btn .isvg {
      position: absolute;
      font-size: 0.72em;
      stroke: #fff;
      stroke-width: 2;
      stroke-linecap: round;
      stroke-linejoin: round;
      right: 20px;
      top: 24px; }

.b-mediasec_press {
  background: #005EB8;
  color: #fff; }
  .b-mediasec_press .b-mediasec__name {
    border-bottom-color: rgba(255, 255, 255, 0.5); }
  .b-mediasec_press .b-mediasec__pic {
    -webkit-box-shadow: -5px 20px 20px rgba(4, 56, 89, 0.22);
            box-shadow: -5px 20px 20px rgba(4, 56, 89, 0.22); }

.b-mediasec_auto {
  height: auto;
  display: block; }
  .b-mediasec_auto .b-mediasec__category {
    position: static;
    margin-bottom: 20px; }

.b-mediasec-menu {
  margin-bottom: 15px; }
  .b-mediasec-menu:after {
    content: " ";
    clear: both;
    display: table; }

.b-mediasec-menu__col {
  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-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 50%;
  float: left; }

.b-mediasec-menu__item {
  display: inline-block;
  font-size: 1em;
  color: #3C3C3C;
  margin-bottom: 15px;
  position: relative;
  text-decoration: none; }
  .b-mediasec-menu__item:after {
    content: " ";
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    bottom: -1px;
    left: 0;
    right: 0;
    background: rgba(127, 127, 127, 0.35);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
  .b-mediasec-menu__item:hover {
    text-decoration: none;
    color: #3C3C3C; }
    .b-mediasec-menu__item:hover:after {
      background: #3C3C3C; }

@media (min-width: 768px) {
  .b-mediasec {
    height: 215px;
    padding: 25px 30px; }
    .b-mediasec .b-stat {
      margin-bottom: 30px;
      margin-top: 45px; }
  .b-mediasec_event {
    height: 450px; }
  .b-mediasec_auto {
    height: auto; }
  .b-mediasec__category {
    left: 30px;
    top: 25px; }
  .b-mediasec-menu {
    margin-bottom: 30px; }
  .b-mediasec-menu__col {
    float: none;
    width: auto;
    display: inline-block; }
  .b-mediasec-menu__item {
    margin: 0 27px 0 0;
    cursor: pointer;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
    /*&:hover {
            color: $linkHoverColor;
        }*/ } }

@media (min-width: 992px) {
  .b-mediasec-menu__item {
    margin: 0 33px 0 0; } }

.b-contact {
  background: #005EB8;
  color: #fff;
  padding: 22px 0; }

.b-contact__action-list {
  overflow: hidden; }

.b-contact__action {
  display: block;
  height: 60px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 1em;
  font-weight: bold;
  line-height: 4.14;
  text-align: center;
  cursor: pointer;
  color: #fff;
  width: 50%;
  float: left;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .b-contact__action:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255, 255, 255, 0.3);
    border-color: transparent; }
  .b-contact__action .isvg-phone {
    font-size: 1.42em;
    margin-right: 17px; }
  .b-contact__action .isvg-arr-long {
    display: none; }

.b-contact__soc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 21px -20px 0;
  border-top: 1px solid rgba(91, 143, 149, 0.3);
  padding: 20px 20px 0;
  -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; }

.b-contact__title {
  display: none; }

.b-contact__phone {
  display: none; }

@media (min-width: 768px) {
  .b-contact {
    padding: 27px 0; }
  .b-contact__content {
    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; }
  .b-contact__title {
    display: block;
    line-height: 1.15;
    font-size: 1.42em;
    font-weight: bold;
    width: 255px; }
  .b-contact__action-list {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    /*.b-contact__action + .b-contact__action {
            border-left: 1px solid #5B8F95;
        }*/ }
  .b-contact__soc {
    border: 0 none;
    padding: 0;
    margin: 0; }
    .b-contact__soc .b-soc + .b-soc {
      margin-left: 20px; }
  .b-contact__action {
    width: auto;
    padding: 0 20px; }
    .b-contact__action .isvg-arr-long {
      display: inline-block;
      font-size: 0.85em;
      margin-left: 30px;
      stroke: #fff;
      stroke-width: 2px;
      stroke-linecap: round;
      stroke-linejoin: round; }
    .b-contact__action._call {
      display: none; }
  .b-contact__phone {
    font-size: 2.14em;
    display: block;
    line-height: 2;
    float: left;
    margin-right: 35px;
    font-weight: bold;
    color: #fff;
    text-decoration: none; }
    .b-contact__phone:hover {
      text-decoration: none;
      color: #fff; } }

.b-service__tabs {
  margin-bottom: 15px; }

.b-service__tab {
  display: inline-block;
  line-height: 1.8;
  font-size: 0.72em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #3C3C3C;
  position: relative;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  text-decoration: none; }
  .b-service__tab._active {
    color: #005EB8;
    -webkit-box-shadow: 0 2px 0 0 #3C3C3C;
            box-shadow: 0 2px 0 0 #3C3C3C; }
  .b-service__tab + .b-service__tab {
    margin-left: 20px; }
  .b-service__tab:hover {
    color: #005EB8;
    text-decoration: none; }
  .b-service__tab._external {
    padding-right: 22px; }
    .b-service__tab._external:before {
      content: " ";
      display: block;
      position: absolute;
      background-image: url(../img/sprite.png);
      background-position: -204px -109px;
      width: 16px;
      height: 16px;
      right: 0;
      top: 50%;
      margin-top: -11px; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .b-service__tab._external:before {
          background-image: url(../img/sprite@2x.png);
          background-size: 274px 257px; } }

.b-service {
  background: #4DA5DD;
  -webkit-box-shadow: 0 10px 30px #CDD4D9;
          box-shadow: 0 10px 30px #CDD4D9;
  padding: 20px;
  color: #fff; }

.b-service__title {
  display: block;
  line-height: 1.43;
  font-size: 1em;
  font-weight: bold;
  margin: 0 0 15px; }

.b-service__note {
  display: block;
  font-family: 'SourceSansPro', sans-serif;
  font-size: 0.85em;
  font-weight: normal;
  margin-top: 10px; }
  .b-service__note._inverse p {
    margin: 0 0 5px;
    font-size: 0.85em;
    line-height: 1.5;
    color: #fff;
    font-weight: normal;
    font-family: 'Gotham Pro', sans-serif; }

.b-service__field {
  position: relative; }
  .b-service__field input[type="text"] {
    display: block;
    width: 100%;
    height: 50px;
    padding: 0 15px;
    font-size: 1em;
    color: #3C3C3C;
    background: #F3F4F4;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    border: 0 none;
    font-family: 'SourceSansPro', sans-serif;
    font-weight: normal; }
  .b-service__field .b-service__clear {
    display: none; }
  .b-service__field._filled .b-service__submit {
    display: none; }
  .b-service__field._filled .b-service__clear {
    display: block; }
  .b-service__field._error input[type="text"] {
    -webkit-box-shadow: inset 0 0 0 2px #E1251B;
            box-shadow: inset 0 0 0 2px #E1251B; }
  .b-service__field._error .b-service__clear {
    background: rgba(225, 37, 27, 0.15); }
    .b-service__field._error .b-service__clear .isvg {
      stroke: #E1251B; }

.b-service__btn {
  display: block;
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  text-indent: -999px;
  overflow: hidden;
  width: 68px;
  background: none;
  border: 0 none; }
  .b-service__btn .isvg {
    stroke: #005EB8;
    position: absolute;
    right: 22px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 0.85em;
    stroke-width: 2px;
    stroke-linecap: round;
    stroke-linejoin: round;
    -webkit-transition: stroke 0.2s ease;
    transition: stroke 0.2s ease; }

.b-service__submit {
  display: block;
  position: absolute;
  height: 100%;
  width: 50px;
  top: 0;
  right: 0;
  cursor: pointer;
  background: none;
  border: 0 none; }
  .b-service__submit .isvg {
    font-size: 1em;
    fill: #005EB8;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }

.b-service__clear {
  display: block;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: rgba(203, 219, 220, 0.5);
  position: absolute;
  right: 17px;
  top: 50%;
  margin-top: -10px;
  border: 0 none;
  cursor: pointer; }
  .b-service__clear .isvg {
    font-size: 0.57em;
    stroke: #879E9F;
    stroke-width: 2px;
    stroke-linecap: round;
    stroke-linejoin: round;
    position: absolute;
    left: 6px;
    top: 6px; }
  .b-service__clear:hover {
    background: #cbdbdc; }
    .b-service__clear:hover .isvg {
      stroke: #506263; }

@media (min-width: 768px) {
  .b-service {
    padding: 35px 40px; }
  .b-service__title {
    line-height: 1.44;
    font-size: 1.14em;
    margin-bottom: 25px; }
  .b-service__tabs {
    margin-bottom: 25px; }
  .b-service__tab {
    cursor: pointer;
    line-height: 1.67;
    font-size: 0.85em; }
    .b-service__tab + .b-service__tab {
      margin-left: 30px; }
  .b-service__field input[type="text"] {
    height: 60px;
    padding: 0 20px;
    font-size: 1.14em; }
  .b-service__note {
    font-size: 1em;
    margin-top: 15px; }
    .b-service__note._inverse p {
      margin: 0 0 5px;
      font-size: 1em;
      line-height: 1.57; }
  .b-service__btn {
    width: auto;
    text-indent: 0;
    background: #005EB8;
    color: #fff;
    padding-left: 20px;
    padding-right: 80px;
    font-size: 1em;
    -webkit-border-radius: 0 3px 3px 0;
            border-radius: 0 3px 3px 0;
    cursor: pointer; }
    .b-service__btn .isvg {
      stroke: #fff; } }

@media (min-width: 1200px) {
  .b-service__tab:after {
    content: " ";
    display: block;
    position: absolute;
    border-bottom: 10px solid #4DA5DD;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    bottom: -25px;
    left: 50%;
    margin-left: -10px;
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
  .b-service__tab._active:after {
    opacity: 1; }
  .b-service__tabs {
    overflow: visible !important; } }

.b-stat__item {
  display: block;
  padding-left: 90px;
  font-family: 'SourceSansPro', sans-serif;
  color: #165F68;
  margin-bottom: 35px;
  position: relative;
  font-size: 1em;
  line-height: 1.21; }
  .b-stat__item a {
    text-decoration: none;
    position: relative;
    color: #165F68; }
    .b-stat__item a:after {
      content: " ";
      position: absolute;
      display: block;
      height: 1px;
      left: 0;
      right: 0;
      opacity: .5;
      background: #165F68;
      -webkit-transition: opacity 0.2s ease;
      transition: opacity 0.2s ease; }
    .b-stat__item a:hover {
      text-decoration: none;
      color: #005EB8; }
      .b-stat__item a:hover:after {
        opacity: 0; }

.b-stat__value {
  display: block;
  line-height: 1.13;
  font-size: 2.28em;
  font-weight: bold;
  font-family: 'Gotham Pro', sans-serif; }
  .b-stat__value._inline {
    float: left;
    margin-right: 10px; }

.b-stat__icon {
  position: absolute;
  left: 0;
  top: 7px; }
  .b-stat__icon._ru {
    background-image: url(../img/sprite.png);
    background-position: 0px -139px;
    width: 80px;
    height: 81px;
    top: -12px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .b-stat__icon._ru {
        background-image: url(../img/sprite@2x.png);
        background-size: 274px 257px; } }
  .b-stat__icon._rf {
    background-image: url(../img/sprite.png);
    background-position: 0px -57px;
    width: 81px;
    height: 80px;
    top: -12px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .b-stat__icon._rf {
        background-image: url(../img/sprite@2x.png);
        background-size: 274px 257px; } }
  .b-stat__icon._www {
    background-image: url(../img/sprite.png);
    background-position: -83px -57px;
    width: 46px;
    height: 56px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .b-stat__icon._www {
        background-image: url(../img/sprite@2x.png);
        background-size: 274px 257px; } }

.b-stat__text {
  display: block; }

@media (min-width: 768px) {
  .b-stat {
    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-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .b-stat__item {
    padding-left: 0;
    padding-top: 85px;
    margin-bottom: 0; }
  .b-stat__icon {
    top: 0; }
  .b-stat__value {
    line-height: 1.05;
    font-size: 3em; }
    .b-stat__value._inline + .b-stat__text {
      float: left; } }

.b-domain-note {
  position: relative;
  padding-left: 67px;
  min-height: 50px; }
  .b-domain-note:before {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    top: 0; }
  .b-domain-note._ru:before {
    background-image: url(../img/sprite.png);
    background-position: -164px -139px;
    width: 51px;
    height: 50px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .b-domain-note._ru:before {
        background-image: url(../img/sprite@2x.png);
        background-size: 274px 257px; } }
  .b-domain-note._rf:before {
    background-image: url(../img/sprite.png);
    background-position: -151px -83px;
    width: 51px;
    height: 50px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .b-domain-note._rf:before {
        background-image: url(../img/sprite@2x.png);
        background-size: 274px 257px; } }
  .b-domain-note._kids {
    padding-left: 110px; }
    .b-domain-note._kids .b-domain-note__pic {
      width: 98px;
      left: -7px;
      top: 7px; }

.b-domain-note__pic {
  position: absolute;
  left: 0;
  top: 0; }

.b-steps {
  margin: 0 0 20px; }

.b-steps__title {
  font-size: 2.07em;
  line-height: 1.76;
  font-weight: bold;
  display: block;
  margin: 0 0 30px;
  font-family: 'Gotham Pro', sans-serif; }

.b-steps__item {
  display: block;
  padding-bottom: 50px;
  font-size: 1.28em;
  line-height: 1.39;
  padding-left: 95px;
  position: relative;
  min-height: 65px; }
  .b-steps__item:after {
    content: " ";
    display: block;
    position: absolute;
    width: 1px;
    background: #005EB8;
    bottom: -3px;
    left: 32px;
    top: 50px;
    z-index: 1; }
  .b-steps__item b {
    color: #005EB8; }
  .b-steps__item:last-child:after {
    display: none;
    padding-bottom: 0; }

.b-steps__num {
  display: block;
  width: 65px;
  height: 65px;
  background: #005EB8;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  text-align: center;
  line-height: 3.61
  font-size: 1.28em;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 3px;
  color: #fff;
  z-index: 2; }

.b-filter {
  margin-bottom: 20px; }
  .b-filter:after {
    content: " ";
    display: table;
    clear: both; }
  .b-filter .b-doc-list._row {
    padding-top: 11px;
    margin-bottom: -10px; }

.b-filter__search {
  height: 40px;
  position: relative;
  width: 100%;
  /*&:after {
        @include mx-pseudo-abs;
        right: 13px;
        top: 50%;
        @include retina-sprite($icon-search-group);
        margin-top: -$icon-search-height/2;
    }*/ }
  .b-filter__search input[type="text"] {
    display: block;
    width: 100%;
    height: 40px;
    font-size: 1em;
    padding: 0 10px;
    background-color: #ffffff;
    border: 0 none;
    -webkit-border-radius: 0;
            border-radius: 0;
    font-family: 'SourceSansPro', sans-serif; }
  .b-filter__search .b-filter__clear {
    display: none; }
  .b-filter__search._filled .b-filter__action {
    display: none; }
  .b-filter__search._filled .b-filter__clear {
    display: block; }

.b-filter__action {
  position: absolute;
  height: 100%;
  width: 50px;
  top: 0;
  right: 0;
  background: none;
  border: 0 none;
  z-index: 2;
  padding: 0;
  margin: 0; }
  .b-filter__action .isvg {
    font-size: 1em;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    fill: #005EB8;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -6px; }

.b-filter__mode {
  display: none; }

.b-filter__select {
  float: left;
  margin-right: 20px;
  line-height: 0; }

.b-filter__sort {
  float: left;
  margin-right: 20px;
  line-height: 3.57;
  font-size: 1em;
  color: #3C3C3C;
  cursor: pointer;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease; }
  .b-filter__sort .isvg {
    display: inline-block;
    font-size: 0.64em;
    stroke: #3C3C3C;
    stroke-width: 2px;
    stroke-linecap: round;
    stroke-linejoin: round;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: stroke 0.2s ease;
    transition: stroke 0.2s ease; }
  .b-filter__sort._asc .isvg {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }
  .b-filter__sort._desc .isvg {
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg); }
  .b-filter__sort:hover {
    color: #005EB8; }
    .b-filter__sort:hover .isvg {
      stroke: #005EB8; }

.b-filter__clear {
  display: block;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: rgba(203, 219, 220, 0.5);
  position: absolute;
  right: 17px;
  top: 50%;
  margin-top: -10px;
  border: 0 none;
  cursor: pointer; }
  .b-filter__clear .isvg {
    font-size: 0.57em;
    stroke: #879E9F;
    stroke-width: 2px;
    stroke-linecap: round;
    stroke-linejoin: round;
    position: absolute;
    left: 6px;
    top: 6px; }
  .b-filter__clear:hover {
    background: #cbdbdc; }
    .b-filter__clear:hover .isvg {
      stroke: #506263; }

.b-filter__archive {
  float: right;
  margin-top: 10px;
  font-size: 0.92em;
  margin-left: 20px; }

@media (min-width: 768px) {
  .b-filter {
    margin-bottom: 40px; }
    .b-filter .b-tabs .b-scroll-list__inner {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
    .b-filter .b-scroll-list__inner {
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
  .b-filter__search {
    height: 60px;
    float: left;
    width: 500px;
    margin-right: 40px; }
    .b-filter__search input[type="text"] {
      height: 60px;
      font-size: 1.14em;
      padding: 0 20px;
      -webkit-transition: -webkit-box-shadow 0.2s ease;
      transition: -webkit-box-shadow 0.2s ease;
      transition: box-shadow 0.2s ease;
      transition: box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease; }
      .b-filter__search input[type="text"]:focus {
        -webkit-box-shadow: 0 4px 15px rgba(163, 163, 163, 0.43);
                box-shadow: 0 4px 15px rgba(163, 163, 163, 0.43); }
    .b-filter__search:after {
      right: 20px; }
  .b-filter__select {
    margin-right: 40px;
    margin-top: 5px; }
  .b-filter__sort {
    margin-right: 40px;
    line-height: 1.5; }
  .b-filter__mode {
    float: right;
    height: 60px;
    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-filter__archive {
    float: right;
    font-size: 1.14em;
    margin-top: 11px;
    margin-bottom: 0; } }

.b-mode {
  display: inline-block;
  cursor: pointer; }
  .b-mode + .b-mode {
    margin-left: 20px; }
  .b-mode.isvg {
    font-size: 1.07em;
    fill: #C8CCCD;
    -webkit-transition: fill 0.2s ease;
    transition: fill 0.2s ease; }
    .b-mode.isvg.isvg-mode-calendar {
      font-size: 1.21em; }
  .b-mode._active.isvg {
    fill: #005EB8; }
  .b-mode:hover.isvg {
    fill: #005EB8; }

@media (min-width: 768px) {
  .b-mode.isvg {
    font-size: 1.57em; }
    .b-mode.isvg.isvg-mode-calendar {
      font-size: 1.71em; } }

.b-tile {
  display: block;
  width: 215px;
  height: 215px;
  background: #fff;
  position: relative;
  cursor: pointer;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease; }
  .b-tile .isvg {
    position: absolute;
    left: 27px;
    bottom: 27px; }
    .b-tile .isvg.isvg-arr-long {
      font-size: 0.85em;
      stroke: #005EB8;
      stroke-width: 2px;
      stroke-linecap: round;
      stroke-linejoin: round;
      -webkit-transition: stroke 0.2s ease;
      transition: stroke 0.2s ease; }
    .b-tile .isvg.isvg-external {
      left: auto;
      right: 27px;
      font-size: 1.21em;
      fill: #005EB8; }
  .b-tile:hover {
    background-color: #005EB8;
    text-decoration: none; }
    .b-tile:hover .b-tile__name {
      color: #fff;
      text-decoration: none; }
      .b-tile:hover .b-tile__name span {
        border-bottom-color: rgba(255, 255, 255, 0.4); }
    .b-tile:hover .b-tile__note {
      color: #fff;
      text-decoration: none; }
      .b-tile:hover .b-tile__note span {
        color: #fff;
        border-bottom-color: rgba(255, 255, 255, 0.4); }
    .b-tile:hover .b-tile__city {
      color: #fff; }
    .b-tile:hover .isvg {
      stroke: #fff; }
      .b-tile:hover .isvg.isvg-external {
        stroke: none;
        fill: #fff; }

.b-tile__name {
  display: block;
  position: absolute;
  top: 25px;
  left: 27px;
  right: 20px;
  font-size: 1em;
  line-height: 1.71;
  font-weight: bold;
  color: #3C3C3C;
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease; }
  .b-tile__name span {
    border-bottom: 1px solid rgba(127, 127, 127, 0.35);
    -webkit-transition: border-bottom-color 0.2s ease;
    transition: border-bottom-color 0.2s ease; }

.b-tile__city {
  display: block;
  position: absolute;
  font-size: 0.72em;
  letter-spacing: 0.05em;
  color: #6A6A6A;
  text-transform: uppercase;
  font-weight: normal;
  left: 27px;
  bottom: 25px;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease; }

.b-tile__content {
  display: block;
  position: absolute;
  top: 25px;
  left: 27px;
  right: 20px; }
  .b-tile__content .b-tile__name {
    position: relative;
    left: auto;
    top: auto;
    right: auto; }

.b-tile__note {
  display: block;
  margin-top: 10px;
  font-size: 1em;
  font-weight: normal;
  font-family: 'SourceSansPro', sans-serif;
  color: #3C3C3C;
  text-decoration: none;
  /*span {
        margin-right: 10px;
    }*/ }
  .b-tile__note span {
    margin-right: 10px;
    font-size: 1em;
    color: #3C3C3C;
    text-decoration: none;
    border-bottom: 1px solid rgba(127, 127, 127, 0.35);
    -webkit-transition: border-bottom-color 0.2s ease;
    transition: border-bottom-color 0.2s ease; }
    .b-tile__note span:hover {
      text-decoration: none;
      border-bottom-color: rgba(255, 255, 255, 0.4); }

.b-tile-list .b-tile {
  margin-bottom: 20px;
  width: 100%; }

.b-tile-list._mode-list .row {
  display: block;
  margin: 0; }
  .b-tile-list._mode-list .row > .col,
  .b-tile-list._mode-list .row > [class*="col-"] {
    margin: 0;
    width: auto;
    max-width: none; }

.b-tile-list._mode-list .b-tile {
  height: auto;
  background: none;
  width: 100%;
  margin-bottom: 15px; }
  .b-tile-list._mode-list .b-tile .isvg {
    display: none; }
  .b-tile-list._mode-list .b-tile:hover .b-tile__name {
    color: #005EB8; }
    .b-tile-list._mode-list .b-tile:hover .b-tile__name span {
      border-bottom-color: #005EB8; }
  .b-tile-list._mode-list .b-tile:hover .b-tile__note {
    color: #3C3C3C;
    text-decoration: none; }
    .b-tile-list._mode-list .b-tile:hover .b-tile__note span {
      color: #3C3C3C;
      border-bottom-color: rgba(127, 127, 127, 0.35); }
  .b-tile-list._mode-list .b-tile:hover .b-tile__city {
    color: #3C3C3C; }

.b-tile-list._mode-list .b-tile__name {
  position: static; }

.b-tile-list._mode-list .b-tile__content {
  position: static; }

.b-tile-list._mode-list .b-tile__city {
  position: static;
  margin-top: 5px; }

.b-tile-list._mode-list .b-tile__note {
  margin-top: 5px; }
  .b-tile-list._mode-list .b-tile__note span {
    margin-right: 0; }

.b-tile-list__foot {
  margin-top: 20px; }

@media (min-width: 768px) {
  .b-tile {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .b-tile:hover {
      -webkit-transform: translateY(-5px);
          -ms-transform: translateY(-5px);
              transform: translateY(-5px);
      -webkit-box-shadow: 0 10px 30px #CDD4D9;
              box-shadow: 0 10px 30px #CDD4D9; }
  .b-tile-list__foot {
    margin-top: 30px; }
  .b-tile__name {
    font-size: 1.14em;
    line-height: 1.63; }
  .b-tile-list._mode-list .b-tile:hover {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    -webkit-box-shadow: none;
            box-shadow: none; } }

.b-infoblock-list {
  margin-bottom: -20px; }
  .b-infoblock-list .b-infoblock {
    margin-bottom: 20px; }
  .b-infoblock-list .b-filter__mode {
    height: 45px; }

.b-infoblock-list__foot {
  margin-top: 30px;
  margin-bottom: 20px; }

.b-infoblock-list__archive {
  float: right;
  cursor: pointer;
  margin-top: 10px;
  font-size: 0.92em;
  margin-left: 20px; }

.b-infoblock-wrapper {
  position: relative; }

.b-infoblock {
  height: 180px;
  background: #fff;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  position: relative;
  padding: 15px 20px;
  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;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  text-decoration: none; }
  .b-infoblock._inverse {
    background: linear-gradient(190.31deg, #005CB9 0%, #3095DE 98.57%);
    background-size: cover;
    color: #fff; }
    .b-infoblock._inverse .b-infoblock__name {
      color: #fff;
      border-bottom-color: rgba(255, 255, 255, 0.4); }
    .b-infoblock._inverse .b-infoblock__category {
      color: #fff; }
    .b-infoblock._inverse .b-infoblock__date {
      color: rgba(255, 255, 255, 0.6); }
    .b-infoblock._inverse .b-infoblock__link {
      color: #fff; }
      .b-infoblock._inverse .b-infoblock__link.b-link._external:after {
        background-image: url(../img/sprite.png);
        background-position: -255px -191px;
        width: 16px;
        height: 16px; }
        @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
          .b-infoblock._inverse .b-infoblock__link.b-link._external:after {
            background-image: url(../img/sprite@2x.png);
            background-size: 274px 257px; } }
  .b-infoblock._orange {
    background: linear-gradient(239.67deg, #FE5000 6.87%, #FF986C 95.92%); }
  .b-infoblock._large {
    height: 335px; }
    .b-infoblock._large .b-infoblock__name {
      line-height: 1.14;
      font-size: 3em;
      display: block;
      border: none; }
  .b-infoblock._auto {
    height: auto;
    display: block; }
    .b-infoblock._auto .b-infoblock__category {
      position: static;
      margin-bottom: 20px; }
  .b-infoblock._row {
    min-height: 100px;
    height: auto;
    position: relative;
    display: block; }
    .b-infoblock._row .b-infoblock__date {
      display: block;
      font-size: 0.92em;
      color: #284043;
      opacity: 1;
      float: left;
      line-height: 1.38;
      margin: 0 0 5px 0; }
    .b-infoblock._row .b-infoblock__category {
      position: static;
      float: right;
      font-size: 0.57em;
      line-height: 2.25;
      opacity: .5;
      color: #284043;
      margin: 0 0 5px 0; }
    .b-infoblock._row .b-infoblock__content {
      clear: both;
      position: static;
      width: auto; }
    .b-infoblock._row .b-infoblock__name {
      font-size: 1em;
      line-height: 1.43;
      border-bottom: none; }
      .b-infoblock._row .b-infoblock__name .isvg {
        font-size: 1.14em;
        fill: #005EB8;
        margin-left: 5px;
        margin-top: -5px; }
  .b-infoblock.b-infoblock_event .b-infoblock__content {
    margin-left: 205px;
    margin-right: 280px; }
  .b-infoblock.b-infoblock_event .b-infoblock__category {
    position: static;
    margin-top: 5px; }
  .b-infoblock.b-infoblock_event .b-infoblock__label {
    bottom: 13px; }
  .b-infoblock.b-infoblock_event .b-infoblock__link {
    width: 260px;
    font-size: 0.85em; }
  .b-infoblock .b-stat {
    margin-bottom: 40px; }
  .b-infoblock:hover {
    text-decoration: none; }

.b-infoblock.b-infoblock_press {
  background: #4DA5DD; }
  .b-infoblock.b-infoblock_press .b-infoblock__pic {
    max-height: 100%;
    margin-left: 15px;
    -webkit-box-shadow: -5px 20px 20px rgba(4, 56, 89, 0.22);
            box-shadow: -5px 20px 20px rgba(4, 56, 89, 0.22); }

.b-infoblock__category {
  display: block;
  position: absolute;
  line-height: 1.45;
  font-size: 0.78em;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  left: 20px;
  top: 15px;
  color: #6A6A6A;
  z-index: 2;
  text-decoration: none; }
  .b-infoblock__category._inverse {
    color: #fff; }
  .b-infoblock__category:hover {
    text-decoration: none; }

.b-infoblock__date {
  display: block;
  font-size: 1em;
  font-family: 'SourceSansPro', sans-serif;
  opacity: 0.6;
  margin: 0 0 5px;
  color: #6F6F6F; }

.b-infoblock__name {
  display: inline;
  line-height: 1.5;
  font-size: 1em;
  font-weight: bold;
  color: #3C3C3C;
  border-bottom: 1px solid rgba(127, 127, 127, 0.35);
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .b-infoblock__name:hover {
    color: #3C3C3C;
    text-decoration: none;
    border-bottom-color: #3C3C3C; }

.b-infoblock__note {
  display: block;
  line-height: 1.31;
  font-size: 1.14em;
  font-weight: bold;
  margin-top: 15px; }

.b-infoblock__content {
  width: 100%; }

.b-infoblock__continue {
  display: block;
  height: 60px;
  width: 100%;
  line-height: 4.14;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: none;
  font-size: 1em;
  font-weight: bold;
  padding: 0 20px;
  color: #fff;
  margin-top: 30px;
  position: relative;
  text-decoration: none;
  text-align: left;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .b-infoblock__continue .isvg {
    position: absolute;
    font-size: 0.72em;
    stroke: #fff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    right: 20px;
    top: 24px; }
  .b-infoblock__continue:hover {
    color: #fff;
    text-decoration: none; }

.b-infoblock__label {
  position: absolute;
  display: block;
  height: 19px;
  line-height: 2.22;
  background: #005EB8;
  right: 0;
  bottom: 16px;
  padding: 0 8px;
  color: #fff;
  font-size: 0.64em;
  letter-spacing: 0.45px;
  font-family: 'Gotham Pro', sans-serif;
  text-transform: uppercase; }
  .b-infoblock__label:before, .b-infoblock__label:after {
    content: " ";
    display: block;
    position: absolute;
    border-right: 7px solid #005EB8;
    right: 100%; }
  .b-infoblock__label:before {
    border-bottom: 10px solid transparent;
    top: 0; }
  .b-infoblock__label:after {
    border-top: 10px solid transparent;
    bottom: 0; }

.b-infoblock__label + .b-infoblock__content {
  margin-right: 90px; }

.b-infoblock__arr {
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 50%;
          border-radius: 50%;
  cursor: pointer;
  top: 20px;
  right: 20px;
  z-index: 2;
  background: transparent;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease; }
  .b-infoblock__arr .isvg {
    position: absolute;
    font-size: 0.72em;
    stroke: #fff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    top: 14px;
    right: 15px; }
  .b-infoblock__arr._prev {
    right: 70px; }
    .b-infoblock__arr._prev .isvg {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg);
      right: auto;
      left: 15px;
      top: 15px; }
  .b-infoblock__arr:hover {
    background: rgba(255, 255, 255, 0.5);
    border-color: transparent; }

.b-infoblock__external {
  position: absolute;
  right: 30px;
  top: 23px; }
  .b-infoblock__external.isvg {
    font-size: 1.21em;
    fill: #005EB8; }

.b-infoblock__link {
  position: absolute;
  font-size: 0.78em;
  top: 15px;
  right: 20px;
  color: #165f68;
  text-transform: uppercase; }
  .b-infoblock__link .b-link {
    color: #165f68; }

.b-infoblock__slider {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.b-infoblock__slider-item {
  width: 100%;
  height: 180px;
  padding: 15px 20px;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end; }

.b-infoblock__slider-item {
  text-decoration: none; }
  .b-infoblock__slider-item:hover {
    text-decoration: none; }

@media (min-width: 768px) {
  .b-infoblock {
    height: 215px;
    padding: 25px 30px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .b-infoblock._large {
      height: 450px; }
    .b-infoblock .b-stat {
      margin-bottom: 30px;
      margin-top: 45px; }
    .b-infoblock:hover {
      -webkit-box-shadow: 0 10px 30px #CDD4D9;
              box-shadow: 0 10px 30px #CDD4D9;
      -webkit-transform: translateY(-5px);
          -ms-transform: translateY(-5px);
              transform: translateY(-5px); }
      .b-infoblock:hover .b-infoblock__continue {
        border-color: #fff;
        background: #fff;
        color: #005EB8; }
        .b-infoblock:hover .b-infoblock__continue .isvg {
          stroke: #005EB8; }
    .b-infoblock._auto:hover {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    .b-infoblock._slider:hover {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    .b-infoblock._large:hover {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    .b-infoblock._wrapped:hover {
      -webkit-box-shadow: none;
              box-shadow: none;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    .b-infoblock._row .b-infoblock__date {
      position: absolute;
      top: 25px;
      left: 30px;
      font-size: 1.14em;
      opacity: 1; }
    .b-infoblock._row .b-infoblock__category {
      float: none;
      position: absolute;
      top: 25px;
      right: 0;
      left: auto;
      width: 135px;
      padding-right: 5px;
      font-size: 0.78em;
      line-height: 1.64;
      opacity: .5;
      color: #284043; }
    .b-infoblock._row .b-infoblock__content {
      position: static;
      margin-right: 140px;
      margin-left: 150px;
      width: auto; }
    .b-infoblock._row .b-infoblock__name {
      font-size: 1.14em;
      line-height: 1.31; }
    .b-infoblock.b-infoblock_event .b-infoblock__content {
      margin-left: 205px;
      margin-right: 280px; }
    .b-infoblock.b-infoblock_event .b-infoblock__category {
      position: static;
      margin-top: 5px;
      float: none; }
    .b-infoblock.b-infoblock_event .b-infoblock__label {
      bottom: 13px; }
    .b-infoblock.b-infoblock_event .b-infoblock__link {
      width: 260px;
      font-size: 0.85em; }
  .b-infoblock__name {
    font-size: 1.14em; }
  .b-infoblock__slider-item {
    height: 215px;
    padding: 25px 30px; }
  .b-infoblock__category {
    left: 30px;
    top: 25px; }
  .b-infoblock__link {
    top: 25px;
    right: 30px;
    font-size: 1em; }
  .b-infoblock.b-infoblock_press .b-infoblock__pic {
    margin-left: 30px; }
  .b-infoblock__label {
    top: auto;
    bottom: 27px; }
  .b-infoblock-list__archive {
    display: block; }
  .b-infoblock-wrapper {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .b-infoblock-wrapper:hover {
      -webkit-transform: translateY(-5px);
          -ms-transform: translateY(-5px);
              transform: translateY(-5px);
      -webkit-box-shadow: 0 10px 30px #CDD4D9;
              box-shadow: 0 10px 30px #CDD4D9; }
    .b-infoblock-wrapper._slider:hover {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; } }

.b-person {
  display: block;
  padding-left: 80px;
  position: relative;
  min-height: 60px;
  padding-top: 3px; }
  .b-person[data-id] {
    cursor: pointer; }
  .b-person._nopic {
    padding-left: 0; }

.b-person__pic {
  display: block;
  position: absolute;
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  left: 0;
  top: 0; }
  .b-person__pic._empty {
    background: #fff url(/static/img/nopic-m.png) center center no-repeat;
    background-size: cover; }
    .b-person__pic._empty._women {
      background: #fff url(/static/img/nopic-w.png) center center no-repeat;
      background-size: cover; }

.b-person__name {
  display: block;
  font-size: 1em;
  line-height: 1.43;
  font-weight: bold;
  font-family: 'Gotham Pro', sans-serif;
  color: #284043; }

.b-person__post {
  display: block;
  font-size: 0.85em;
  line-height: 1.42;
  font-weight: normal;
  font-family: 'SourceSansPro', sans-serif;
  color: #284043;
  opacity: .5;
  font-style: italic;
  margin-top: 2px; }

.b-person_tile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 20px 30px 20px 100px;
  background: #F3F3F3;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
  min-height: 80px; }
  .b-person_tile .b-person__pic {
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .b-person_tile .b-person__name {
    font-size: 0.85em;
    line-height: 1.5; }

.b-person_short {
  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;
  padding-top: 0;
  margin-bottom: 20px; }
  .b-person_short .b-person__name {
    font-size: 1.14em;
    font-family: 'Gotham Pro', sans-serif;
    font-weight: 300; }

.b-person-list .b-person {
  margin-bottom: 20px; }

@media (min-width: 576px) {
  .b-person_tile {
    height: 215px; } }

@media (min-width: 768px) {
  .b-person {
    padding-left: 100px;
    min-height: 75px; }
  .b-person__pic {
    width: 75px;
    height: 75px; }
  .b-person__name {
    font-size: 1.14em;
    line-height: 1.44; }
  .b-person__post {
    font-size: 1em;
    line-height: 1.43;
    margin-top: 5px; }
  .b-person_tile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 215px;
    padding: 20px 30px 20px 145px; }
    .b-person_tile .b-person__pic {
      left: 30px;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
    .b-person_tile .b-person__name {
      font-size: 1em;
      line-height: 1.43; }
  .b-person_short .b-person__name {
    font-size: 1.71em; } }

.b-phone-list {
  line-height: 2.14; }

.b-phone {
  display: inline-block;
  font-size: 1.42em;
  line-height: 1.2;
  font-family: 'Gotham Pro', sans-serif;
  color: #284043; }
  .b-phone a {
    color: #005EB8;
    text-decoration: none; }
    .b-phone a:hover {
      text-decoration: none; }

.b-phone__note {
  color: #284043;
  font-size: 0.85em;
  letter-spacing: 0.6px;
  text-transform: uppercase; }

.b-archive__item {
  display: block;
  position: relative;
  font-size: 1.14em;
  line-height: 1.38;
  color: #284043;
  font-weight: normal; }
  .b-archive__item + .b-archive__item {
    margin-top: 15px; }

.b-archive__date {
  display: block;
  color: #165f68;
  opacity: .6;
  font-size: 0.85em; }

@media (min-width: 768px) {
  .b-archive__item {
    padding-left: 150px;
    font-size: 1.28em;
    line-height: 1.39; }
    .b-archive__item + .b-archive__item {
      margin-top: 25px; }
  .b-archive__date {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1em; } }

.b-events__group + .b-events__group {
  margin-top: 30px; }

.b-events__subtitle {
  display: block;
  font-size: 1em;
  line-height: 1.79;
  letter-spacing: 0.7px;
  font-weight: bold;
  color: #284043;
  text-transform: uppercase;
  margin: 0 0 10px; }

.b-projects {
  display: block;
  height: 370px;
  position: relative;
  background: #F3F3F3;
  -webkit-box-shadow: 0 10px 30px #CDD4D9;
          box-shadow: 0 10px 30px #CDD4D9; }

.b-projects__item {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 15px 20px; }
  .b-projects__item._inverse {
    background: #4EA4DC;
    color: #fff; }
    .b-projects__item._inverse .b-projects__counter {
      color: #fff; }
    .b-projects__item._inverse .b-projects__title {
      color: #fff; }
    .b-projects__item._inverse .b-projects__desc {
      color: rgba(255, 255, 255, 0.7); }
    .b-projects__item._inverse .b-projects__link {
      color: #fff; }

.b-projects__counter {
  display: block;
  font-size: 0.92em;
  line-height: 1.38;
  font-weight: normal;
  margin: 0 0 15px;
  color: #005CB9; }

.b-projects__title {
  display: block;
  color: #284043;
  font-size: 1.85em;
  line-height: 1.23;
  font-weight: bold;
  margin: 0 0 10px; }

.b-projects__desc {
  display: block;
  font-size: 1.07em;
  line-height: 1.47;
  color: rgba(60, 60, 60, 0.7);
  font-weight: 300;
  margin: 0 0 15px; }

.b-projects__link {
  color: #005CB9;
  font-size: 0.85em;
  line-height: 1.17;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  font-variant: small-caps;
  position: absolute;
  bottom: 20px;
  left: 20px; }
  .b-projects__link .isvg {
    fill: #005EB8;
    font-size: 1.21em;
    margin-left: 5px;
    position: absolute;
    margin-bottom: 2px;
    left: 100%;
    bottom: 0; }

.b-projects__logo {
  display: none; }

.b-projects__nav {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 10; }

.b-projects__arr {
  display: block;
  float: left;
  width: 40px;
  height: 40px;
  background-color: #fff;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  cursor: pointer;
  position: relative; }
  .b-projects__arr + .b-projects__arr {
    margin-left: 10px; }
  .b-projects__arr .isvg {
    position: absolute;
    font-size: 1em;
    stroke: #005EB8;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    top: 13px;
    right: 15px; }
  .b-projects__arr._prev .isvg {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    right: auto;
    left: 15px;
    top: 14px; }
  .b-projects__arr .cs__timer {
    width: 100%;
    height: 100%;
    overflow: visible; }
    .b-projects__arr .cs__timer circle {
      fill: none;
      stroke: #005EB8;
      stroke-width: 3px; }

.b-projects__slider {
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative; }
  .b-projects__slider .b-projects__item {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }

@media (min-width: 768px) {
  .b-projects__item {
    padding: 30px 220px 20px 30px; }
    .b-projects__item._inverse {
      padding-right: 30px; }
  .b-projects__counter {
    font-size: 1em;
    line-height: 1.43;
    margin-bottom: 20px; }
  .b-projects__title {
    font-size: 2.57em;
    line-height: 1.17;
    margin: 0 0 20px; }
  .b-projects__desc {
    font-size: 1.28em;
    line-height: 1.44;
    margin-bottom: 25px; }
  .b-projects__logo {
    display: block;
    position: absolute;
    right: 50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    max-width: 130px; }
  .b-projects__link {
    font-size: 0.92em;
    line-height: 1.15;
    left: 30px;
    bottom: 30px; }
  .b-projects__nav {
    right: 50px;
    top: 50px; }
  .b-projects__arr {
    width: 50px;
    height: 50px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .b-projects__arr .isvg {
      font-size: 1em;
      top: 18px;
      right: 20px;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease; }
    .b-projects__arr._prev .isvg {
      left: 20px;
      top: 19px; }
    .b-projects__arr:hover {
      background: #005EB8; }
      .b-projects__arr:hover .isvg {
        stroke: #fff; } }

@media (min-width: 1280px) {
  .b-projects__item {
    padding: 50px 290px 30px 60px; }
    .b-projects__item._inverse {
      padding-right: 60px; }
  .b-projects__counter {
    margin-bottom: 35px; }
  .b-projects__title {
    font-size: 3em;
    line-height: 1.14; }
  .b-projects__logo {
    max-width: none; }
  .b-projects__link {
    font-size: 1em;
    line-height: 1.14;
    left: 60px; } }

.b-virtuti {
  margin: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#c5e7f7), color-stop(30%, white), to(white));
  background: linear-gradient(to bottom, #c5e7f7 0%, white 30%, white 100%);
  /*.b-person {
        padding-left: 145px;
    }
    .b-person__pic {
        img {

        }
    }*/ }

.b-virtuti__person {
  margin-bottom: 20px; }

.b-virtuti__tabs {
  margin: 30px 0 20px; }

@media (min-width: 768px) {
  .b-virtuti {
    background: radial-gradient(ellipse at top center, #c5e7f7 0%, white 60%, white 100%); }
  .b-virtuti__tabs {
    margin: 50px 0 40px; } }

@media (min-width: 992px) {
  .b-virtuti__person {
    margin-right: 100px; } }

.b-whois .b-whois__clear {
  display: none; }

.b-whois.b-whois_processed .b-whois__submit {
  display: none; }

.b-whois.b-whois_processed .b-whois__clear {
  display: block; }

.b-whois__field {
  position: relative; }

.b-whois__submit {
  display: block;
  position: absolute;
  height: 100%;
  width: 50px;
  top: 0;
  right: 0;
  cursor: pointer;
  background: none;
  border: 0 none; }
  .b-whois__submit .isvg {
    font-size: 1em;
    fill: #005EB8;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }

.b-whois__clear {
  display: block;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: rgba(203, 219, 220, 0.5);
  position: absolute;
  right: 17px;
  top: 50%;
  margin-top: -10px;
  border: 0 none;
  cursor: pointer; }
  .b-whois__clear .isvg {
    font-size: 0.57em;
    stroke: #879E9F;
    stroke-width: 2px;
    stroke-linecap: round;
    stroke-linejoin: round;
    position: absolute;
    left: 6px;
    top: 6px; }
  .b-whois__clear:hover {
    background: #cbdbdc; }
    .b-whois__clear:hover .isvg {
      stroke: #506263; }

.b-whois-result {
  margin-top: 30px;
  font-family: 'SourceSansPro', sans-serif;
  font-weight: normal; }

.b-whois-result__head {
  display: block; }

.b-whois-result__title {
  color: #3C3C3C;
  font-size: 1.57em;
  font-weight: bold; }

.b-whois-result__copy {
  display: block;
  font-size: 1em;
  color: #005EB8;
  font-weight: bold;
  font-family: 'Gotham Pro', sans-serif; }

.b-whois-result__group {
  display: block;
  margin: 20px 0;
  -webkit-box-shadow: 0 10px 30px rgba(205, 212, 217, 0.39);
          box-shadow: 0 10px 30px rgba(205, 212, 217, 0.39);
  padding: 0 20px 5px; }

.b-whois-result__info p {
  color: #3C3C3C;
  font-size: 1em;
  line-height: 1.79; }
  .b-whois-result__info p .whois_span {
    display: inline-block;
    width: 120px;
    text-align: right;
    color: rgba(111, 111, 111, 0.6);
    margin-right: 40px; }

.b-whois-result__row {
  color: #3C3C3C;
  font-size: 1.14em;
  line-height: 1.38;
  margin: 0 0 20px;
  font-family: 'PT Mono', 'SourceSansPro', sans-serif; }

.b-whois-result__field {
  display: inline-block;
  color: #444;
  position: relative;
  font-size: 1em;
  line-height: 1.64;
  font-family: 'SourceSansPro', sans-serif; }
  .b-whois-result__field .b-info {
    position: absolute;
    left: 100%;
    margin-left: 5px;
    top: 50%;
    margin-top: -6px; }
  .b-whois-result__field:hover .b-info__tooltip {
    display: block; }

.b-whois-result__value {
  display: block; }

.b-whois-result__subtitle {
  display: block;
  font-size: 1.28em;
  line-height: 1.22;
  padding: 20px;
  color: #fff;
  margin: 0 -20px 20px;
  background: #005EB8;
  font-weight: normal; }

.b-whois-result__last-update {
  color: rgba(111, 111, 111, 0.6); }

.b-whois-result__link .isvg {
  margin-left: 7px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0.72em;
  stroke: #005EB8;
  stroke-width: 2px;
  stroke-linecap: round;
  stroke-linejoin: round; }

.b-whois-result__pdf {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: middle;
  position: relative;
  top: -2px; }
  .b-whois-result__pdf .isvg {
    fill: #005EB8;
    opacity: .3;
    font-size: 1.35em;
    margin-right: 10px;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease; }
  .b-whois-result__pdf:hover .isvg {
    opacity: 1; }

@media (min-width: 768px) {
  .b-whois-result__row {
    font-size: 1.35em;
    line-height: 1.32;
    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-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .b-whois-result__field {
    display: inline-block;
    text-align: right;
    width: 220px;
    margin-right: 50px;
    font-size: 1.14em;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0; }
  .b-whois-result__value {
    display: inline-block; }
  .b-whois-result__copy {
    display: inline-block;
    margin-left: 50px;
    cursor: pointer;
    font-size: 1.07em; }
    .b-whois-result__copy:hover {
      color: #005EB8; }
  .b-whois-result__pdf {
    margin-left: 25px; } }

.b-popupmenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.95);
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: auto; }

.b-popupmenu__closer {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 0;
  top: 0;
  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;
  cursor: pointer; }
  .b-popupmenu__closer .isvg {
    font-size: 1.14em;
    stroke: #535353;
    stroke-width: 2px;
    stroke-linecap: round;
    stroke-linejoin: round; }
  .b-popupmenu__closer:hover .isvg {
    stroke: #005EB8; }

.b-popupmenu__content {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 885px;
  position: relative; }

.b-popupmenu__search {
  margin-bottom: 20px; }

.b-popupmenu__menu {
  padding: 0 20px; }
  .b-popupmenu__menu._disabled {
    opacity: .3;
    position: relative; }
    .b-popupmenu__menu._disabled:after {
      content: " ";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
  .b-popupmenu__menu .b-menu {
    margin-bottom: 20px; }
  .b-popupmenu__menu .b-menu__item:after {
    display: none; }
  .b-popupmenu__menu .b-menu__item span {
    border-bottom: 1px solid rgba(127, 127, 127, 0.35);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
  .b-popupmenu__menu .b-menu__item:hover span {
    border-bottom-color: #3C3C3C; }
  .b-popupmenu__menu .b-menu__title {
    color: #3C3C3C;
    text-decoration: none; }
    .b-popupmenu__menu .b-menu__title:hover {
      color: #005EB8;
      text-decoration: none; }
  .b-popupmenu__menu .b-menu_reg {
    margin: 0 -20px 0;
    padding: 15px 20px;
    background: #005EB8;
    color: #fff;
    -webkit-border-radius: 5px;
            border-radius: 5px; }
    .b-popupmenu__menu .b-menu_reg .b-menu__title {
      color: rgba(255, 255, 255, 0.4); }
    .b-popupmenu__menu .b-menu_reg .b-menu__item {
      color: #fff; }
      .b-popupmenu__menu .b-menu_reg .b-menu__item span {
        border-bottom-color: rgba(255, 255, 255, 0.35); }
      .b-popupmenu__menu .b-menu_reg .b-menu__item:hover span {
        border-bottom-color: #fff; }

.b-popupmenu__searchresult {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 0;
  overflow: hidden; }

@media (min-width: 576px) {
  .b-popupmenu__menu-row + .b-popupmenu__menu-row {
    margin-top: 35px; }
  .b-popupmenu__menu .b-menu_reg {
    margin: -15px -20px 0; } }

@media (min-width: 992px) {
  .b-popupmenu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    background: rgba(255, 255, 255, 0.95);
    padding-top: 40px;
    padding-bottom: 40px; }
  .b-popupmenu__search {
    margin-bottom: 30px; } }

@media (min-width: 1200px) {
  .b-popupmenu {
    padding-top: 130px;
    padding-bottom: 50px; }
  .b-popupmenu__search {
    margin-bottom: 60px; }
  .b-popupmenu__closer {
    right: 20px;
    top: 20px;
    width: 40px;
    height: 40px; } }

.b-search {
  display: block;
  height: 50px;
  position: relative; }
  .b-search._active .b-search__field[type="text"] {
    background: #fff;
    border: 0 none;
    -webkit-box-shadow: 0 4px 15px rgba(163, 163, 163, 0.43);
            box-shadow: 0 4px 15px rgba(163, 163, 163, 0.43); }

.b-search__field[type="text"] {
  display: block;
  width: 100%;
  height: 100%;
  background: #EAEAEA;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  border: 0 none;
  padding: 0 20px;
  color: #3C3C3C;
  font-size: 1.14em;
  font-family: 'SourceSansPro', sans-serif;
  font-weight: normal; }
  .b-search__field[type="text"]:focus {
    background: #fff;
    border: 0 none;
    -webkit-box-shadow: 0 4px 15px rgba(163, 163, 163, 0.43);
            box-shadow: 0 4px 15px rgba(163, 163, 163, 0.43); }

.b-search__submit {
  position: absolute;
  cursor: pointer;
  right: 0;
  top: 0;
  height: 100%;
  width: 50px; }
  .b-search__submit .isvg {
    position: absolute;
    font-size: 1em;
    fill: #005EB8;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }

.b-search__cancel {
  display: block;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: rgba(203, 219, 220, 0.5);
  position: absolute;
  right: 65px;
  top: 50%;
  margin-top: -10px;
  border: 0 none;
  cursor: pointer; }
  .b-search__cancel .isvg {
    font-size: 0.57em;
    stroke: #879E9F;
    stroke-width: 2px;
    stroke-linecap: round;
    stroke-linejoin: round;
    position: absolute;
    left: 6px;
    top: 6px; }
  .b-search__cancel:hover {
    background: #cbdbdc; }
    .b-search__cancel:hover .isvg {
      stroke: #506263; }

@media (min-width: 992px) {
  .b-search {
    height: 60px; }
  .b-search__field[type="text"] {
    font-size: 1.42em; } }

.b-company {
  display: block;
  margin-bottom: 20px; }

.b-company__ogrn {
  display: block;
  color: #284043;
  opacity: .5;
  margin-top: 2px; }

.b-form__field {
  position: relative;
  margin-bottom: 20px; }

.b-form__row {
  margin-bottom: 30px; }

.b-form__foot {
  margin-top: 40px; }

.b-form__result {
  height: 60px;
  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-form__group {
  margin-bottom: 40px; }

.b-form__subtitle {
  display: block;
  font-size: 1.42em;
  line-height: 1.15;
  color: #3C3C3C;
  margin: 0 0 15px;
  font-family: 'Gotham Pro', sans-serif; }

.b-form__control-note {
  display: block;
  font-size: 1em;
  line-height: 1.29;
  color: #3C3C3C;
  margin-top: 12px;
  font-family: 'SourceSansPro', sans-serif;
  font-weight: normal; }

.b-form__label {
  display: block;
  font-family: 'SourceSansPro', sans-serif;
  font-size: 1.28em;
  line-height: 1.5;
  color: #284043;
  margin: 0 0 10px; }
  .b-form__label._required:after {
    content: "*";
    display: inline;
    color: #D71930;
    margin-left: 3px; }

.b-form__errors {
  display: block;
  margin: 0 0 30px;
  color: #D71930;
  font-size: 1em;
  line-height: 1.29;
  font-family: 'SourceSansPro', sans-serif;
  font-weight: normal; }

.b-form__message {
  display: block;
  color: #005EB8;
  font-size: 1em;
  line-height: 1.29;
  font-family: 'Gotham Pro', sans-serif;
  font-weight: normal; }

@media (min-width: 768px) {
  .b-form__message {
    font-size: 1.14em;
    line-height: 1.25; } }

@media (min-width: 992px) {
  .b-form__message {
    font-size: 1.28em;
    line-height: 1.33; } }

.b-control {
  position: relative;
  display: block;
  font-family: 'SourceSansPro', sans-serif;
  font-weight: normal; }
  .b-control._required:after {
    content: "*";
    display: block;
    position: absolute;
    padding: 0 6px;
    font-size: 2em;
    line-height: 1.07;
    color: #D71930;
    right: 20px;
    top: -9px;
    background: #fff; }
  .b-control._active .b-control__placeholder {
    top: 4px;
    font-size: 1.14em; }

.b-section_gray .b-control._required:after {
  top: 50%;
  margin-top: -10px; }

.b-control__placeholder {
  position: absolute;
  left: 30px;
  top: 24px;
  color: #7E8C8E;
  opacity: .7;
  font-size: 1.28em;
  line-height: 1.11;
  pointer-events: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.b-table table {
  width: 100%;
  border: 0 none;
  font-family: 'SourceSansPro', sans-serif; }

.b-table thead {
  border-bottom: 1px solid #E5E5E5; }
  .b-table thead th {
    padding: 15px 10px 15px 30px;
    font-size: 1em;
    font-weight: normal;
    color: rgba(111, 111, 111, 0.6);
    vertical-align: top; }

.b-table tbody td {
  padding: 20px 10px 0 30px;
  font-size: 1em;
  line-height: 1.5;
  color: #3C3C3C;
  vertical-align: top; }

.b-table__fieldname {
  display: none; }

@media (max-width: 768px) {
  .b-table thead {
    display: none; }
  .b-table tbody td {
    display: block;
    padding: 7px 0 !important;
    font-size: 0.85em;
    line-height: 1.5;
    position: relative;
    overflow: hidden;
    text-align: left; }
  .b-table tbody tr {
    display: block;
    padding: 5px 0; }
    .b-table tbody tr + tr {
      border-top: 1px solid #E5E5E5; }
  .b-table__fieldname {
    display: block;
    width: 45%;
    float: left;
    opacity: .5;
    line-height: 1;
    margin-top: 2px;
    padding-right: 20px; }
  .b-table__fieldvalue {
    margin-left: 45%;
    display: block; } }

.b-dellist {
  display: block;
  position: relative;
  padding-left: 70px;
  line-height: 1.43;
  margin: 0 0 25px;
  text-decoration: none; }
  .b-dellist:hover {
    text-decoration: none; }
    .b-dellist:hover .b-dellist__name {
      color: #005EB8; }

.b-dellist__name {
  font-size: 1.14em;
  font-family: 'SourceSansPro', sans-serif;
  color: #3C3C3C;
  border-bottom: 1px solid rgba(127, 127, 127, 0.35); }

.b-dellist__info {
  display: block;
  color: #284043;
  opacity: .5;
  font-size: 1em;
  font-weight: 300;
  margin-top: 2px; }

.b-article {
  font-family: 'SourceSansPro', sans-serif; }

.b-article__date {
  display: block;
  font-size: 1em;
  color: #165F68;
  opacity: .4;
  margin: 0 0 10px;
  font-weight: normal; }

.b-article__preview {
  display: block;
  font-size: 2.14em;
  line-height: 1.4;
  color: #284043;
  font-family: 'Gotham Pro', sans-serif;
  margin: 0 0 40px;
  font-weight: 300; }

.b-article__content img {
  display: block;
  margin: 10px 0;
  max-width: 100%; }

.b-article__nav {
  margin-top: 20px;
  overflow: hidden;
  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; }

.b-article__prev,
.b-article__next {
  font-size: 0.85em;
  line-height: 1.5;
  font-family: 'Gotham Pro', sans-serif;
  font-weight: bold;
  color: #005EB8;
  position: relative; }
  .b-article__prev .isvg,
  .b-article__next .isvg {
    font-size: 0.72em;
    stroke: #005EB8;
    stroke-width: 2px;
    stroke-linecap: round;
    stroke-linejoin: round;
    position: absolute;
    top: 50%;
    margin-top: -5px; }

.b-article__prev {
  float: left;
  padding-left: 34px;
  margin-right: 5px; }
  .b-article__prev .isvg {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    left: 0; }

.b-article__next {
  float: right;
  padding-right: 34px;
  text-align: right;
  margin-left: 5px; }
  .b-article__next .isvg {
    right: 0; }

@media (min-width: 768px) {
  .b-article__date {
    font-size: 1.28em;
    margin: 0 0 20px; }
  .b-article__content img {
    margin: 30px 0; }
  .b-article__content p {
    margin-left: 40px; }
  .b-article__nav {
    margin-top: 40px;
    display: block; }
  .b-article__prev,
  .b-article__next {
    font-size: 1em;
    line-height: 1.43; } }

.b-quote {
  margin: 0 0 30px; }

.b-quote__text {
  display: block;
  position: relative;
  font-size: 2.14em;
  line-height: 1.4;
  color: #005EB8;
  font-family: 'Gotham Pro', sans-serif;
  font-weight: bold; }
  .b-quote__text:before {
    content: "«";
    display: block;
    position: absolute;
    top: 0;
    right: 100%;
    margin-right: 15px;
    line-height: 1; }

.b-quote__author {
  display: block;
  font-size: 1.14em;
  line-height: 1.13;
  font-family: 'Gotham Pro', sans-serif;
  font-weight: bold;
  color: #284043;
  margin-top: 20px; }

.b-quote__post {
  display: block;
  font-weight: normal;
  font-size: 1em;
  line-height: 1.5;
  font-family: 'SourceSansPro', sans-serif;
  opacity: 0.5;
  font-style: italic;
  margin-top: 10px;
  margin-left: 20px; }

.b-publication {
  display: block;
  position: relative;
  padding-left: 23px;
  color: #3C3C3C;
  font-size: 1.14em;
  line-height: 1.5;
  font-family: 'SourceSansPro', sans-serif; }
  .b-publication + .b-publication {
    margin-top: 15px; }
  .b-publication a {
    color: #3C3C3C;
    border-bottom: 1px solid rgba(127, 127, 127, 0.35);
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .b-publication a:hover {
      text-decoration: none;
      border-bottom-color: #3C3C3C; }
  .b-publication:before {
    content: " ";
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    background: #284043;
    position: absolute;
    left: 0;
    top: 9px; }
  .b-publication._cover-on {
    padding-left: 80px;
    min-height: 80px; }
    .b-publication._cover-on:before {
      display: none; }

.b-publication__text {
  display: block;
  margin-top: 5px; }

.b-publication__size {
  display: block;
  color: #284043;
  opacity: .5;
  font-size: 1em;
  line-height: 1.29;
  font-weight: 300;
  margin-top: 5px; }

.b-publication__cover {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 80px;
  max-width: 60px; }

.b-pagenav {
  margin: 30px 0 0;
  color: #3C3C3C;
  font-size: 1em;
  font-weight: normal;
  font-family: 'SourceSansPro', sans-serif; }

.b-pagenav__item {
  display: inline-block;
  width: 22px;
  height: 22px;
  text-align: center;
  line-height: 1.5;
  color: #3C3C3C;
  font-size: 1em;
  font-weight: normal;
  font-family: 'SourceSansPro', sans-serif; }
  .b-pagenav__item._active {
    color: #fff;
    background: #005EB8;
    -webkit-border-radius: 50%;
            border-radius: 50%; }

.b-timeline {
  position: relative; }

.b-timeline__item {
  position: relative;
  display: block;
  padding-bottom: 25px;
  padding-left: 45px; }
  .b-timeline__item:before {
    content: " ";
    display: block;
    position: absolute;
    width: 1px;
    top: 0;
    bottom: 0;
    left: 20px;
    background: #005EB8;
    opacity: .5; }

.b-timeline__year {
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 4;
  background: #005EB8;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  font-size: 0.72em;
  font-weight: bold;
  color: #fff;
  top: 0;
  left: 0; }

.b-timeline__block {
  color: #005EB8;
  font-size: 0.85em;
  line-height: 1.67;
  font-weight: 300; }
  .b-timeline__block + .b-timeline__block {
    margin-top: 20px; }

.b-timeline__more {
  display: block;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(3, 96, 187, 0.5);
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: #fff;
  position: relative;
  cursor: pointer; }
  .b-timeline__more span {
    display: block;
    position: absolute;
    width: 4px;
    height: 4px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    background: #005EB8;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px; }
    .b-timeline__more span:before, .b-timeline__more span:after {
      content: " ";
      display: block;
      position: absolute;
      width: 4px;
      height: 4px;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      background: #005EB8;
      top: 0; }
    .b-timeline__more span:before {
      right: 100%;
      margin-right: 5px; }
    .b-timeline__more span:after {
      left: 100%;
      margin-left: 5px; }

@media (min-width: 768px) {
  .b-timeline__item {
    padding-left: 0; }
    .b-timeline__item:before {
      left: 355px; }
    .b-timeline__item:first-child .b-timeline__block {
      padding-top: 13px; }
  .b-timeline__year {
    width: 65px;
    height: 65px;
    line-height: 4.06;
    font-size: 1.14em;
    left: 323px; }
  .b-timeline__block {
    width: 355px;
    padding-right: 50px;
    font-size: 1.14em;
    line-height: 1.5; }
    .b-timeline__block._right {
      margin-left: 440px;
      width: auto; }
    .b-timeline__block + .b-timeline__block {
      margin-top: -40px; }
  .b-timeline__more {
    width: 65px;
    height: 65px;
    margin-left: 323px; } }

.b-contacts-map {
  display: block;
  overflow: hidden;
  width: 100%;
  position: relative; }

.b-contacts-map__map {
  width: 100%;
  height: 200px; }

.b-contacts-map__popup {
  display: block;
  padding: 20px 0;
  font-size: 1em;
  line-height: 1.57;
  font-family: 'SourceSansPro', sans-serif;
  color: #284043; }

@media (min-width: 768px) {
  .b-contacts-map {
    height: 300px; }
  .b-contacts-map__map {
    height: 100%; }
  .b-contacts-map__popup {
    position: absolute;
    background: #fff;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    width: 40%;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    padding: 25px 30px;
    font-size: 1.28em;
    line-height: 1.5; } }

@media (min-width: 992px) {
  .b-contacts-map {
    height: 350px; } }

.b-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  overflow: auto;
  text-align: center;
  padding: 0 !important;
  background: rgba(255, 255, 255, 0.95);
  -webkit-overflow-scrolling: touch; }
  .b-popup:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px; }

.b-popup__bg {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: .95; }

.b-popup__win {
  position: relative;
  width: 99%;
  max-width: 1080px;
  padding: 30px 15px;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  -webkit-transform: translateY(-30px);
      -ms-transform: translateY(-30px);
          transform: translateY(-30px);
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .b-popup__win._visible {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; }

.b-popup__content {
  -webkit-box-shadow: 0 10px 30px #CDD4D9;
          box-shadow: 0 10px 30px #CDD4D9;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  position: relative;
  padding: 20px; }
  .b-popup__content._sm {
    max-width: 700px;
    margin: 0 auto; }

.b-popup__closer {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer; }
  .b-popup__closer.isvg {
    font-size: 1.28em;
    stroke: #535353;
    stroke-width: 2px;
    stroke-linecap: round;
    stroke-linejoin: round; }
  .b-popup__closer:hover.isvg {
    stroke: #005EB8; }

@media (min-width: 768px) {
  .b-popup__closer {
    top: 30px;
    right: 30px; }
  .b-popup__win {
    width: 99%; }
  .b-popup__content {
    padding: 30px; } }

@media (min-width: 992px) {
  .b-popup__content {
    padding: 40px; } }

.b-personcard {
  position: relative;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  -webkit-box-shadow: 0 10px 30px #CDD4D9;
          box-shadow: 0 10px 30px #CDD4D9;
  padding: 30px 20px;
  font-family: 'SourceSansPro', sans-serif;
  font-size: 1em;
  line-height: 1.57; }
  .b-personcard p {
    font-family: 'SourceSansPro', sans-serif;
    font-size: 1em;
    line-height: 1.57;
    margin: 0 0 10px; }

.b-personcard__pic {
  display: block;
  width: 80px;
  height: 80px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 auto 20px; }

.b-personcard__title {
  display: block;
  margin: 0 0 10px;
  color: #284043;
  font-size: 1.57em;
  line-height: 1.27;
  font-family: 'Gotham Pro', sans-serif;
  font-weight: 300; }

@media (min-width: 768px) {
  .b-personcard {
    margin-left: 85px;
    padding: 50px 80px 30px 100px;
    font-size: 1.28em;
    line-height: 1.5; }
    .b-personcard p {
      font-size: 1.1em;
      line-height: 1.5;
      margin: 0 0 20px; }
  .b-personcard__pic {
    margin: 0;
    width: 160px;
    height: 160px;
    position: absolute;
    left: -80px;
    top: 0; }
  .b-personcard__title {
    margin: 0 0 30px;
    font-size: 2.14em;
    line-height: 1.4; } }

.b-thesis {
  display: block;
  color: #005EB8;
  font-size: 1.42em;
  line-height: 1.4;
  font-family: 'Gotham Pro', sans-serif;
  font-weight: bold; }

@media (min-width: 768px) {
  .b-thesis {
    font-size: 1.85em;
    line-height: 1.38; } }

@media (min-width: 992px) {
  .b-thesis {
    font-size: 2.14em;
    line-height: 1.4; } }

.b-faq {
  background: rgba(61, 174, 227, 0.3);
  margin: 0;
  padding: 40px 0; }

.b-faq__title {
  display: block;
  font-size: 1.42em;
  line-height: 1.35;
  color: #3C3C3C;
  font-family: 'Gotham Pro', sans-serif;
  margin: 0 0 25px; }

.b-faq__item {
  display: block;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background: #fff;
  color: #3C3C3C;
  font-family: 'Gotham Pro', sans-serif;
  position: relative; }
  .b-faq__item + .b-faq__item {
    margin-top: 20px; }

.b-faq__trigger {
  width: 26px;
  height: 26px;
  position: absolute;
  top: 50%;
  margin-top: -13px;
  right: 22px;
  cursor: pointer;
  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;
  -webkit-border-radius: 50%;
          border-radius: 50%; }
  .b-faq__trigger .isvg-plus {
    display: block;
    font-size: 1.28em;
    stroke: #535353;
    stroke-width: 2px;
    stroke-linecap: round;
    stroke-linejoin: round;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    margin: 1px 0 0 1px; }
  .b-faq__trigger._open {
    background: rgba(9, 103, 192, 0.1); }
    .b-faq__trigger._open .isvg-plus {
      stroke: #005EB8;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }

.b-faq__question {
  display: block;
  font-size: 1.14em;
  line-height: 1.31;
  font-weight: bold;
  color: #3C3C3C;
  padding: 23px 75px 23px 30px;
  position: relative;
  cursor: pointer; }
  .b-faq__question:hover .b-faq__trigger .isvg-plus {
    stroke: #005EB8; }

.b-faq__answer {
  display: none;
  padding: 0 30px 23px 30px;
  font-size: 1.14em;
  line-height: 1.5;
  font-weight: normal;
  font-family: 'SourceSansPro', sans-serif;
  color: #284043; }
  .b-faq__answer p {
    font-size: 1.14em;
    line-height: 1.5;
    margin: 0 0 10px; }

.b-trademark-service__powered {
  float: right;
  margin-top: -10px; }

/*.b-trademark {
    margin: 20px;
}
.b-trademark__head {
    border-bottom: 1px solid #E5E5E5;
    line-height: 22px;
    padding: 0 20px 25px;
}
.b-trademark__counter {
    font-size: 1em;
    color: $titleColor;
    font-weight: bold;
    @include mx-base-font;
}
.b-trademark__tabs {
    float: right;
}
.b-trademark__tab {
    float: left;
    color: rgba(60, 60, 60, 0.6);
    font-size: 0.85em;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    position: relative;
    @include mx-ease();
    @include mx-base-font;
    cursor: pointer;

    & + .b-trademark__tab {
        margin-left: 30px;
    }
    &:after {
        content:" ";
        display: block;
        height: 2px;
        top: 100%;
        left: 0;
        right: 0;
        background: $titleColor;
        opacity: 0;
        @include mx-ease(opacity);
        margin-top: 2px;
    }

    &._active {
        color: $primaryColor;
        &:after {
            opacity: 1;
        }
    }
    &:hover {
        color: $primaryColor;
    }
}*/
.b-trademark__result .b-table thead {
  border-bottom: 0 none; }
  .b-trademark__result .b-table thead th {
    padding-left: 20px; }

.b-trademark__result .b-table tbody td {
  padding-left: 20px; }

.b-trademark__logo {
  max-width: 100px;
  max-height: 80px; }

@media (min-width: 768px) {
  .b-trademark-service__powered {
    margin-top: -7px; } }

.b-info {
  display: inline-block;
  position: relative;
  background-image: url(../img/sprite.png);
  background-position: -131px -90px;
  width: 11px;
  height: 11px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .b-info {
      background-image: url(../img/sprite@2x.png);
      background-size: 274px 257px; } }
  .b-info:hover .b-info__tooltip {
    display: block; }
  .b-info._lg {
    background-image: url(../img/sprite.png);
    background-position: -131px -57px;
    width: 16px;
    height: 15px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .b-info._lg {
        background-image: url(../img/sprite@2x.png);
        background-size: 274px 257px; } }

.b-info__tooltip {
  display: none;
  position: absolute;
  z-index: 10;
  background: #fff;
  padding: 10px 15px;
  font-size: 0.72em;
  line-height: 1.6;
  color: #757575;
  font-family: 'SourceSansPro', sans-serif;
  font-weight: normal;
  -webkit-box-shadow: 0 6px 15px rgba(205, 213, 217, 0.7);
          box-shadow: 0 6px 15px rgba(205, 213, 217, 0.7);
  left: 50%;
  bottom: 100%;
  margin-bottom: 5px;
  text-align: left;
  width: 200px; }
  .b-info__tooltip:before {
    content: " ";
    display: block;
    position: absolute;
    border-top: 4px solid #fff;
    border-right: 4px solid transparent;
    left: 0;
    bottom: -4px; }
  .b-info__tooltip strong {
    display: block;
    color: #3C3C3C;
    font-weight: normal; }

@media (min-width: 768px) {
  .b-info__tooltip {
    min-width: 450px;
    width: auto;
    padding: 15px 20px;
    font-size: 0.85em;
    line-height: 1.5; } }

@media (min-width: 992px) {
  .b-info__tooltip {
    font-size: 1em;
    line-height: 1.29; } }

@media (min-width: 1200px) {
  .b-info__tooltip {
    font-size: 1.14em;
    line-height: 1.38; } }

.b-searchresult__head {
  border-bottom: 1px solid #E5E5E5;
  line-height: 1.57;
  padding-bottom: 10px;
  padding-top: 10px; }

.b-searchresult__counter {
  font-size: 1em;
  color: #165F68;
  font-weight: bold;
  font-family: 'Gotham Pro', sans-serif;
  display: block;
  margin-bottom: 10px; }

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

.b-searchresult__tab {
  float: left;
  color: rgba(60, 60, 60, 0.6);
  font-size: 0.72em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-family: 'Gotham Pro', sans-serif;
  cursor: pointer; }
  .b-searchresult__tab + .b-searchresult__tab {
    margin-left: 30px; }
  .b-searchresult__tab:after {
    content: " ";
    display: block;
    height: 2px;
    top: 100%;
    left: 0;
    right: 0;
    background: #165F68;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    margin-top: 2px; }
  .b-searchresult__tab._active {
    color: #005EB8; }
    .b-searchresult__tab._active:after {
      opacity: 1; }
  .b-searchresult__tab:hover {
    color: #005EB8; }

/*.b-searchresult__result {
    .b-table {
        thead {
            border-bottom: 0 none;
            th {
                padding-left: 20px;
            }
        }
        tbody {
            td {
                padding-left: 20px;
            }
        }
    }
}
.b-searchresult__logo {
    max-width: 100px;
    max-height: 80px;
}*/
.b-searchresult__group {
  padding: 20px; }
  .b-searchresult__group + .b-searchresult__group {
    margin-top: 10px; }

.b-searchresult__group-title {
  display: block;
  font-size: 0.85em;
  line-height: 1.42;
  text-transform: uppercase;
  color: #3C3C3C;
  opacity: .6;
  margin-bottom: 10px; }

.b-searchresult__item {
  display: block; }
  .b-searchresult__item + .b-searchresult__item {
    margin-top: 25px; }
  .b-searchresult__item .b-link {
    font-size: 1.14em; }

.b-searchresult__info {
  display: block;
  font-size: 1em;
  line-height: 1.29;
  color: #3C3C3C;
  opacity: .6;
  font-family: 'SourceSansPro', sans-serif;
  margin-top: 5px; }

@media (min-width: 768px) {
  .b-searchresult {
    margin: 20px; }
  .b-searchresult__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;
    padding: 0 20px 25px; }
  .b-searchresult__tabs {
    display: block;
    float: right; }
  .b-searchresult__counter {
    margin-bottom: 0; }
  .b-searchresult__tab {
    font-size: 0.85em; } }

.b-footnote {
  font-size: 0.85em;
  line-height: 1.33;
  opacity: .8; }

@media (min-width: 768px) {
  .b-footnote {
    font-size: 1em;
    line-height: 1.43; } }

.b-shortcut__details {
  display: none; }

.b-shortcut__link {
  display: block;
  margin-bottom: 20px;
  line-height: 1.29;
  margin-top: -10px; }

.b-shortcut__opener, .b-shortcut__closer {
  font-size: 1em;
  color: #005EB8;
  font-weight: bold;
  cursor: pointer; }

.b-shortcut__closer {
  display: none; }

.b-404__text {
  color: #3C3C3C;
  opacity: .7;
  font-size: 1.42em;
  line-height: 1.45;
  margin-top: 15px; }

.b-404__foot {
  margin-top: 40px; }

.b-literacy__pic {
  zoom: .5; }

@media (min-width: 768px) {
  .b-literacy__pic {
    zoom: 1; } }

.b-history__date {
  display: block;
  font-weight: bold;
  font-size: 1.14em;
  color: #005EB8; }

@media (min-width: 768px) {
  .b-history__item {
    padding-left: 160px;
    position: relative; }
  .b-history__date {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1.42em; } }

.b-org {
  position: relative;
  font-family: 'SourceSansPro', sans-serif; }
  .b-org + .b-org {
    border-top: 1px solid #E6E6E6;
    margin-top: 30px;
    padding-top: 30px; }

.b-org__name {
  display: block;
  font-size: 1.28em;
  font-weight: bold;
  color: #284043;
  margin: 0 0 20px; }

.b-org__aside {
  margin-top: 20px; }

.b-org__desc {
  margin: 0 0 20px; }

.b-org__contacts {
  display: none; }

.b-org__phone {
  font-size: 1.42em;
  line-height: 1.15;
  font-family: 'Gotham Pro', sans-serif; }

.b-org__email {
  font-size: 0.85em;
  line-height: 1.42;
  text-transform: uppercase;
  font-family: 'Gotham Pro', sans-serif; }

.b-org__link {
  font-size: 1em;
  line-height: 1.14;
  font-weight: bold;
  font-family: 'Gotham Pro', sans-serif;
  color: #005EB8;
  cursor: pointer; }

.b-org__foot {
  position: relative;
  min-height: 20px; }
  .b-org__foot .b-org__link._opener {
    position: absolute;
    left: 0;
    top: 0; }

@media (min-width: 768px) {
  .b-org {
    padding-right: 250px; }
  .b-org__pic {
    width: 180px;
    float: left; }
  .b-org__aside {
    width: 240px;
    position: absolute;
    right: 0;
    top: 30px;
    padding-left: 40px;
    margin: 0; }
  .b-org__content {
    margin-left: 205px; } }

.b-sitemap {
  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;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .b-sitemap ul {
    padding: 0; }
  .b-sitemap li {
    padding: 0; }
    .b-sitemap li:before {
      display: none; }
  .b-sitemap a {
    color: #3C3C3C;
    font-size: 1.14em;
    border-bottom: 1px solid rgba(127, 127, 127, 0.35);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    text-decoration: none; }
    .b-sitemap a:hover {
      text-decoration: none;
      border-bottom-color: #3C3C3C; }

.b-sitemap__col {
  width: 80%; }

.b-sitemap__level-0 > li {
  margin-bottom: 20px; }
  .b-sitemap__level-0 > li > a {
    border-bottom: 0 none;
    font-weight: bold;
    font-size: 1.21em; }
    .b-sitemap__level-0 > li > a:hover {
      color: #005EB8; }

.b-sitemap__level-0 ul {
  margin-left: 20px;
  margin-top: 5px; }

.b-sitemap__level-1 {
  margin-top: 5px; }

@media (min-width: 576px) {
  .b-sitemap {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; }
  .b-sitemap__col {
    width: auto; } }

.b-idn-result {
  font-family: 'SourceSansPro', sans-serif; }

.b-idn-result__title {
  display: block;
  margin-top: 25px;
  font-size: 1.14em;
  color: #284043;
  margin-bottom: 12px;
  font-weight: bold; }

.b-idn-result__content {
  display: block;
  color: #3C3C3C;
  font-size: 1.14em;
  font-weight: normal; }

.b-domaincounter {
  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-domaincounter__item {
  display: block;
  position: relative;
  padding-left: 65px;
  font-size: 2.14em;
  line-height: 1.67;
  margin-right: 30px;
  font-weight: 300; }
  .b-domaincounter__item:before {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .b-domaincounter__item._ru:before {
    background-image: url(../img/sprite.png);
    background-position: -164px -139px;
    width: 51px;
    height: 50px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .b-domaincounter__item._ru:before {
        background-image: url(../img/sprite@2x.png);
        background-size: 274px 257px; } }
  .b-domaincounter__item._rf:before {
    background-image: url(../img/sprite.png);
    background-position: -151px -83px;
    width: 51px;
    height: 50px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .b-domaincounter__item._rf:before {
        background-image: url(../img/sprite@2x.png);
        background-size: 274px 257px; } }

.b-domaincounter__date {
  display: inline-block;
  font-size: 1em;
  opacity: .6;
  font-weight: 300; }

#cookie_notification{
  display: none;
  justify-content: space-between;
  align-items: flex-end;
  position: fixed;
  bottom: 15px;
  left: 50%;
  width: 900px;
  max-width: 90%;
  transform: translateX(-50%);
  padding: 25px;
  background-color: white;
  border-radius: 4px;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);  
}

#cookie_notification p{
  margin: 0;
  font-size: 1rem;
  text-align: left;
  color: $color_text;
}


@media (min-width: 576px){
  #cookie_notification.show{
    display: flex;
  }
  .cookie_accept{
    margin: 0 0 0 25px;
	background:#4058bc;
	padding:10px 30px;
	box-sizing: border-box;
	border:none;
	font-size: 1rem;
	color:#F0F0F0;
	cursor: pointer;
  }
}

@media (max-width: 575px){
  #cookie_notification.show{
    display: block;
    text-align: left;
  }
  .cookie_accept{
    margin: 10px 0 0 0;
  }
}
.header__announce {
    float: right;
    background: #f6f6f6;
    border-radius: 3px;
    margin: -10px 10px 10px 0px;
    padding: 5px 10px;
    cursor: pointer;
    color: #284043;
    font-size: 14px;
}
@media (max-width: 768px) {
.header__announce {
	display:none;
	}
}