

/* Start:/local/components/custom-new/main-2/templates/.default/style.css?15617098366943*/
.main-slider {
  position: relative;
  max-width: 1920px;
  margin: 0 auto; }
  .main-slider__grid {
    position: relative; }
  .main-slider__item {
    position: relative;
    padding: 130px 0 400px 0;
    background-color: #009bcc;
    overflow: hidden; }
    @media only screen and (max-width: 992px) {
      .main-slider__item {
        padding: 80px 0 280px; } }
    @media only screen and (max-width: 767px) {
      .main-slider__item {
        padding: 30px 0 70px; } }
    .main-slider__item:before {
      content: '';
      position: absolute;
      display: block;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      top: 0;
      bottom: 0;
      opacity: 0.8;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#001735), to(rgba(0, 23, 53, 0)));
      background-image: -webkit-linear-gradient(top, #001735, rgba(0, 23, 53, 0));
      background-image: -o-linear-gradient(top, #001735, rgba(0, 23, 53, 0));
      background-image: linear-gradient(to bottom, #001735, rgba(0, 23, 53, 0));
      z-index: 1;
      width: 1920px; }
    .main-slider__item video {
      position: absolute;
      width: auto;
      height: 100%;
      overflow: hidden;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .main-slider__content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    z-index: 1; }
  .main-slider__image {
    position: relative;
    margin: 0 0 20px 0;
    padding: 0 50px; }
    .main-slider__image img {
      max-height: 120px;
      max-width: 700px; }
      @media only screen and (max-width: 992px) {
        .main-slider__image img {
          max-height: 70px;
          max-width: 500px; } }
      @media only screen and (max-width: 767px) {
        .main-slider__image img {
          max-height: 50px;
          max-width: 320px; } }
  .main-slider__text-big {
    position: relative;
    display: block;
    font: 600 40px/120% "Akrobat", sans-serif;
    color: #ffffff; }
    @media only screen and (max-width: 992px) {
      .main-slider__text-big {
        font: 600 30px/120% "Akrobat", sans-serif; } }
    @media only screen and (max-width: 767px) {
      .main-slider__text-big {
        font: 600 20px/120% "Akrobat", sans-serif; } }
  .main-slider__text-big + .main-slider__text {
    margin: 10px 0 0 0; }
  .main-slider__text {
    position: relative;
    display: block;
    font: 400 24px/130% "Akrobat", sans-serif;
    color: #ffffff; }
    @media only screen and (max-width: 992px) {
      .main-slider__text {
        font: 400 18px/130% "Akrobat", sans-serif; } }
    @media only screen and (max-width: 767px) {
      .main-slider__text {
        font: 400 14px/130% "Akrobat", sans-serif; } }
  .main-slider__btn {
    position: relative;
    width: 100%;
    display: block;
    margin: 30px 0 0 0; }
    @media only screen and (max-width: 992px) {
      .main-slider__btn {
        margin: 20px 0 0 0; } }

.main-count {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -15px;
  height: 200px; }
  @media only screen and (max-width: 767px) {
    .main-count {
      position: relative;
      bottom: auto;
      left: auto;
      right: auto;
      height: auto;
      margin: -20px 0 0 0; } }
  .main-count__grid {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    z-index: 10; }
    @media only screen and (max-width: 767px) {
      .main-count__grid {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0; } }
    .main-count__grid:before {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      -webkit-border-radius: 10px;
      border-radius: 10px;
      -webkit-filter: blur(3px);
      filter: blur(3px);
      background-color: #e5edf1; }
  .main-count__item {
    position: relative;
    width: 25%;
    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;
    text-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1;
    background-color: #f6f9fb;
    padding: 0 35px;
    height: 200px; }
    @media only screen and (max-width: 767px) {
      .main-count__item {
        width: 100%;
        padding: 20px; } }
    .main-count__item:first-child {
      -webkit-border-radius: 10px 0 0 10px;
      border-radius: 10px 0 0 10px; }
      @media only screen and (max-width: 767px) {
        .main-count__item:first-child {
          -webkit-border-radius: 10px 10px 0 0;
          border-radius: 10px 10px 0 0; } }
    .main-count__item:last-child {
      -webkit-border-radius: 0 10px 10px 0;
      border-radius: 0 10px 10px 0; }
      @media only screen and (max-width: 767px) {
        .main-count__item:last-child {
          -webkit-border-radius: 0 0 10px 10px;
          border-radius: 0 0 10px 10px; } }
  .main-count__item-wrap {
    position: relative;
    display: block; }
  .main-count__item + .main-count__item {
    border-left: 1px solid #e3ecf3; }
    @media only screen and (max-width: 767px) {
      .main-count__item + .main-count__item {
        border-left: 0 none;
        border-top: 1px solid #e3ecf3; } }
  .main-count__number {
    position: relative;
    font: bold 54px/100% "Akrobat", sans-serif;
    color: #009bcc; }
    @media only screen and (max-width: 992px) {
      .main-count__number {
        font: bold 40px/100% "Akrobat", sans-serif; } }
  .main-count__text {
    position: relative;
    font: bold 24px/120% "Akrobat", sans-serif;
    display: block; }
    @media only screen and (max-width: 992px) {
      .main-count__text {
        font: bold 18px/120% "Akrobat", sans-serif; } }

/* End */


/* Start:/node_modules/slick-carousel/slick/slick.css?15070523871776*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/components/custom-new/main-top/templates/.default/style.css?16147580074544*/
.main-top {
  position: relative;
  padding: 70px 0 80px; }
  @media only screen and (max-width: 992px) {
    .main-top {
      padding: 60px 0 60px; } }
  @media only screen and (max-width: 767px) {
    .main-top {
      padding: 30px 0; } }
  .main-top__grid {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%; }
    @media only screen and (max-width: 992px) {
      .main-top__grid {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; } }
  .main-top__item {
    position: relative;
    width: 33.3%;
    padding: 0 10px 20px;
    -webkit-transition: opacity .4s ease, color .5s ease, -webkit-transform .4s ease;
    transition: opacity .4s ease, color .5s ease, -webkit-transform .4s ease;
    -o-transition: opacity .4s ease, color .5s ease, transform .4s ease;
    transition: opacity .4s ease, color .5s ease, transform .4s ease;
    transition: opacity .4s ease, color .5s ease, transform .4s ease, -webkit-transform .4s ease;
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0; }
    @media only screen and (max-width: 992px) {
      .main-top__item {
        width: 100%;
        padding: 0;
        margin: 0 0 20px 0; }
        .main-top__item:last-child {
          margin: 0; } }
    .main-top__item.active {
      opacity: 1;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0); }
  .main-top__item-wrap {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-border-radius: 5px;
    border-radius: 5px; }
    .main-top__item-wrap:before {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      -webkit-filter: blur(3px);
      filter: blur(3px);
      background-color: #a4b3b8; }
  .main-top__item-bg {
    position: relative;
    background-color: #009bcc;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 29px 20px; }
    @media only screen and (max-width: 992px) {
      .main-top__item-bg {
        padding: 20px 25px; } }
    .main-top__item-bg:hover .main-top__logo {
      opacity: 0.7; }
    .main-top__item-bg:hover .main-top__content {
      color: #1bc4f9; }
  .main-top__logo {
    position: relative;
    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: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 96px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0 20px 0 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out; }
    @media only screen and (max-width: 767px) {
      .main-top__logo {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 80px;
        -ms-flex: 0 0 80px;
        flex: 0 0 80px;
        min-width: 80px; } }
  .main-top__content {
    color: #ffffff;
    font: bold 18px/120% "Akrobat", sans-serif;
    -webkit-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out; }
    @media only screen and (max-width: 767px) {
      .main-top__content {
        font: bold 14px/120% "Akrobat", sans-serif; } }

/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/main-webinars/style.css?159422450615685*/
.main-webinars {
  position: relative;
  background: #ffffff;
  padding: 0 0 80px;
  overflow: hidden;
  max-width: 1600px;
  margin: 0 auto; }
  @media only screen and (max-width: 992px) {
    .main-webinars {
      padding: 0 0 50px; } }
  @media only screen and (max-width: 767px) {
    .main-webinars {
      padding: 20px 0 70px; } }
  .main-webinars__wrapper--left {
    display: block; }
  .main-webinars__wrapper--right {
    display: none; }
  .main-webinars.--right .main-webinars__nav-item {
    color: #3c3c3b; }
    .main-webinars.--right .main-webinars__nav-item--left {
      opacity: 0.4;
      cursor: pointer; }
    .main-webinars.--right .main-webinars__nav-item--right {
      opacity: 1;
      cursor: default; }
  .main-webinars.--right .main-webinars__decor i {
    left: 16px; }
  .main-webinars.--right .main-webinars__wrapper--left {
    display: none; }
  .main-webinars.--right .main-webinars__wrapper--right {
    display: block; }
  .main-webinars__title {
    position: relative;
    display: block;
    text-align: center;
    font: bold 64px/100% "Akrobat", sans-serif;
    margin: 0 0 40px 0;
    color: #009bcc;
    -webkit-transition: opacity .8s ease, color .5s ease, -webkit-transform .5s ease;
    transition: opacity .8s ease, color .5s ease, -webkit-transform .5s ease;
    -o-transition: opacity .8s ease, color .5s ease, transform .5s ease;
    transition: opacity .8s ease, color .5s ease, transform .5s ease;
    transition: opacity .8s ease, color .5s ease, transform .5s ease, -webkit-transform .5s ease;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0; }
    @media only screen and (max-width: 992px) {
      .main-webinars__title {
        font: bold 50px/100% "Akrobat", sans-serif; } }
    @media only screen and (max-width: 767px) {
      .main-webinars__title {
        font: bold 30px/100% "Akrobat", sans-serif; } }
    .main-webinars__title.active {
      opacity: 1;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); }
  .main-webinars__big-text {
    display: none !important;
    position: relative;
    max-width: 1080px;
    margin: 0 auto 40px;
    text-align: center;
    font: 300 30px/100% "Akrobat", sans-serif;
    -webkit-transition: opacity .8s ease, color .5s ease, -webkit-transform .5s ease;
    transition: opacity .8s ease, color .5s ease, -webkit-transform .5s ease;
    -o-transition: opacity .8s ease, color .5s ease, transform .5s ease;
    transition: opacity .8s ease, color .5s ease, transform .5s ease;
    transition: opacity .8s ease, color .5s ease, transform .5s ease, -webkit-transform .5s ease;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0; }
    @media only screen and (max-width: 992px) {
      .main-webinars__big-text {
        font: 300 24px/100% "Akrobat", sans-serif; } }
    @media only screen and (max-width: 767px) {
      .main-webinars__big-text {
        font: 300 18px/100% "Akrobat", sans-serif;
        margin: 0 auto 20px; } }
    .main-webinars__big-text.active {
      opacity: 1;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); }
  .main-webinars__nav {
    position: relative;
    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;
    min-height: 24px;
    margin: 20px 0;
    -webkit-transition: opacity .8s ease, color .5s ease, -webkit-transform .5s ease;
    transition: opacity .8s ease, color .5s ease, -webkit-transform .5s ease;
    -o-transition: opacity .8s ease, color .5s ease, transform .5s ease;
    transition: opacity .8s ease, color .5s ease, transform .5s ease;
    transition: opacity .8s ease, color .5s ease, transform .5s ease, -webkit-transform .5s ease;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0; }
    .main-webinars__nav.active {
      opacity: 1;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); }
  .main-webinars__nav-item {
    position: relative;
    margin: 0 15px 0 0;
    text-transform: uppercase;
    font: 600 14px/100% "Akrobat", sans-serif;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    cursor: pointer;
    color: #3c3c3b; }
    .main-webinars__nav-item:last-child {
      margin: 0 0 0 15px; }
    .main-webinars__nav-item--left {
      opacity: 1;
      cursor: default; }
    .main-webinars__nav-item--right {
      opacity: 0.4;
      cursor: pointer; }
  .main-webinars__decor {
    position: relative;
    max-width: 40px;
    min-width: 40px;
    width: 40px;
    height: 24px;
    -webkit-border-radius: 24px;
    border-radius: 24px;
    background: #ececec;
    cursor: pointer;
    z-index: 1; }
    .main-webinars__decor i {
      position: absolute;
      left: 0;
      width: 24px;
      height: 24px;
      -webkit-border-radius: 24px;
      border-radius: 24px;
      background: #009bcc;
      border: 1px solid #009bcc;
      cursor: pointer;
      -webkit-transition: left .3s ease;
      -o-transition: left .3s ease;
      transition: left .3s ease;
      overflow: hidden; }
  .main-webinars__wrapper {
    position: relative;
    z-index: 2;
    margin: 0 -10px; }
  .main-webinars__grid {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 50px;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease; }
    @media only screen and (max-width: 767px) {
      .main-webinars__grid {
        padding: 0; } }
    .main-webinars__grid.started {
      opacity: 1; }
    .main-webinars__grid .slick-track {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      height: 100%; }
    .main-webinars__grid .slick-list {
      width: 100% !important; }
    .main-webinars__grid .slick-slide {
      height: auto !important;
      display: -webkit-box !important;
      display: -webkit-flex !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      opacity: 0; }
      .main-webinars__grid .slick-slide.slick-active {
        opacity: 1; }
      .main-webinars__grid .slick-slide div {
        height: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
    .main-webinars__grid .slick-arrow {
      position: absolute;
      background-color: transparent;
      text-indent: -9999px;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease;
      height: 40px;
      width: 40px;
      top: -webkit-calc(50% - 20px);
      top: calc(50% - 20px);
      z-index: 10; }
      @media only screen and (max-width: 767px) {
        .main-webinars__grid .slick-arrow {
          display: none; } }
      .main-webinars__grid .slick-arrow:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        height: 40px;
        width: 40px;
        -webkit-transition: opacity .3s ease;
        -o-transition: opacity .3s ease;
        transition: opacity .3s ease;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        -webkit-background-size: cover;
        background-size: cover;
        opacity: 0.9;
        z-index: 1; }
      .main-webinars__grid .slick-arrow:hover:before {
        opacity: 1; }
      .main-webinars__grid .slick-arrow.slick-disabled {
        cursor: default; }
        .main-webinars__grid .slick-arrow.slick-disabled:before {
          opacity: 0.5; }
        .main-webinars__grid .slick-arrow.slick-disabled:hover:before {
          opacity: 0.5; }
      .main-webinars__grid .slick-arrow.slick-next {
        right: 0; }
        @media only screen and (max-width: 992px) {
          .main-webinars__grid .slick-arrow.slick-next {
            right: 5px; } }
        .main-webinars__grid .slick-arrow.slick-next:before {
          background-image: url("/local/static/build/img/svg-new/arrow-blue.svg"); }
      .main-webinars__grid .slick-arrow.slick-prev {
        left: 0; }
        @media only screen and (max-width: 992px) {
          .main-webinars__grid .slick-arrow.slick-prev {
            left: 5px; } }
        .main-webinars__grid .slick-arrow.slick-prev:before {
          background-image: url("/local/static/build/img/svg-new/arrow-blue.svg");
          -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
    .main-webinars__grid .slick-dots {
      position: absolute;
      bottom: -28px !important;
      left: 0;
      width: 100%;
      padding: 0;
      margin: 0;
      list-style: none;
      text-align: center;
      display: none; }
      @media only screen and (max-width: 767px) {
        .main-webinars__grid .slick-dots {
          display: block; } }
      .main-webinars__grid .slick-dots li {
        position: relative;
        display: inline-block;
        width: 8px;
        height: 8px;
        padding: 0;
        margin: 0 4px 0;
        cursor: pointer;
        list-style-type: none; }
        .main-webinars__grid .slick-dots li:before, .main-webinars__grid .slick-dots li:after {
          display: none; }
        .main-webinars__grid .slick-dots li button {
          font-size: 0;
          line-height: 0;
          display: block;
          width: 12px;
          height: 12px;
          -webkit-border-radius: 12px;
          border-radius: 12px;
          cursor: pointer;
          border: 0;
          outline: none;
          background: transparent;
          text-align: center;
          position: relative;
          overflow: hidden; }
          .main-webinars__grid .slick-dots li button:after {
            position: absolute;
            top: 0;
            left: 0;
            width: 12px;
            height: 12px;
            background: #c9d8dc;
            content: '';
            text-align: center;
            -webkit-transition: background-color .3s ease;
            -o-transition: background-color .3s ease;
            transition: background-color .3s ease;
            -webkit-border-radius: 12px;
            border-radius: 12px;
            overflow: hidden; }
    .main-webinars__grid li.slick-active button:after {
      background-color: #009bcc; }
  .main-webinars__item {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 33.3333333%;
    padding: 0 10px 10px;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
    -webkit-transition: opacity .8s ease, color .5s ease, -webkit-transform .5s ease;
    transition: opacity .8s ease, color .5s ease, -webkit-transform .5s ease;
    -o-transition: opacity .8s ease, color .5s ease, transform .5s ease;
    transition: opacity .8s ease, color .5s ease, transform .5s ease;
    transition: opacity .8s ease, color .5s ease, transform .5s ease, -webkit-transform .5s ease; }
    @media only screen and (max-width: 992px) {
      .main-webinars__item {
        width: 50%; } }
    @media only screen and (max-width: 576px) {
      .main-webinars__item {
        width: 100%; } }
    .main-webinars__item.active {
      opacity: 1;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); }
    .main-webinars__item.--green .main-webinars__item-wrap:before {
      background-color: #7fc34d; }
    .main-webinars__item.--green .main-webinars__registration {
      color: #7fc34d; }
    .main-webinars__item.--green .main-webinars__data svg g {
      stroke: #7fc34d; }
    .main-webinars__item.--purple .main-webinars__item-wrap:before {
      background-color: #5f4f9f; }
    .main-webinars__item.--purple .main-webinars__registration {
      color: #5f4f9f; }
    .main-webinars__item.--purple .main-webinars__data svg g {
      stroke: #5f4f9f; }
    .main-webinars__item.--grey .main-webinars__item-wrap:before {
      background-color: #c6c6c6; }
    .main-webinars__item.--grey .main-webinars__registration {
      color: #c6c6c6; }
    .main-webinars__item.--grey .main-webinars__data svg g {
      stroke: #c6c6c6; }
    .main-webinars__item:before {
      content: '';
      position: absolute;
      left: 10px;
      right: 10px;
      top: 0;
      bottom: 10px;
      -webkit-border-radius: 10px;
      border-radius: 10px;
      -webkit-filter: blur(3px);
      filter: blur(3px);
      background-color: #e5edf1;
      -webkit-transition: background .3s ease;
      -o-transition: background .3s ease;
      transition: background .3s ease; }
    .main-webinars__item:hover:before {
      background-color: #cbdcea;
      -webkit-filter: blur(5px);
      filter: blur(5px); }
  .main-webinars__item-wrap {
    position: relative;
    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: 100%;
    height: 100%;
    background: #ffffff;
    overflow: hidden;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 20px 20px 30px; }
    .main-webinars__item-wrap:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      width: 8px;
      background-color: #009bcc; }
    .main-webinars__item-wrap div {
      height: auto !important; }
  .main-webinars__data {
    position: relative;
    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;
    margin: 0 0 8px 0; }
    .main-webinars__data span {
      position: relative;
      display: inline-block;
      font: bold 14px/130% "Akrobat", sans-serif;
      color: #3c3c3b; }
    .main-webinars__data svg + span {
      margin: 0 0 0 5px; }
    .main-webinars__data svg {
      height: 16px;
      width: 16px; }
      .main-webinars__data svg g {
        stroke-width: 2;
        stroke: #009bcc; }
  .main-webinars__name {
    position: relative;
    display: block;
    font: bold 24px/130% "Akrobat", sans-serif;
    color: #3c3c3b; }
    @media only screen and (max-width: 767px) {
      .main-webinars__name {
        font: bold 18px/130% "Akrobat", sans-serif; } }
  .main-webinars__registration {
    position: relative;
    font: bold 14px/130% "Akrobat", sans-serif;
    color: inherit;
    display: inline-block;
    text-transform: uppercase;
    margin: 10px 0 0 0; }

/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/main-accelerators/style.css?156145339312370*/
.main-accelerators--vn .full-wrapper {
  padding: 0 5px; }

.main-accelerators--vn.main-accelerators {
  background-color: transparent; }
  @media only screen and (max-width: 767px) {
    .main-accelerators--vn.main-accelerators {
      padding: 20px 0 40px; } }

.main-accelerators {
  position: relative;
  background: #f6f9fb;
  padding: 50px 0;
  overflow: hidden;
  max-width: 1600px;
  margin: 0 auto; }
  @media only screen and (max-width: 992px) {
    .main-accelerators {
      padding: 30px 0; } }
  @media only screen and (max-width: 767px) {
    .main-accelerators {
      padding: 20px 0; } }
  .main-accelerators.--right .main-accelerators__nav-item {
    color: #3c3c3b; }
    .main-accelerators.--right .main-accelerators__nav-item--left {
      opacity: 0.4;
      cursor: pointer; }
    .main-accelerators.--right .main-accelerators__nav-item--right {
      opacity: 1;
      cursor: default; }
  .main-accelerators.--right .main-accelerators__decor i {
    left: 16px; }
  .main-accelerators.--right .main-accelerators__wrapper--left {
    display: none; }
  .main-accelerators.--right .main-accelerators__wrapper--right {
    display: block; }
  .main-accelerators__title {
    position: relative;
    display: block;
    text-align: center;
    font: bold 64px/100% "Akrobat", sans-serif;
    margin: 0 0 10px 0;
    color: #009bcc;
    -webkit-transition: opacity .8s ease, color .5s ease, -webkit-transform .5s ease;
    transition: opacity .8s ease, color .5s ease, -webkit-transform .5s ease;
    -o-transition: opacity .8s ease, color .5s ease, transform .5s ease;
    transition: opacity .8s ease, color .5s ease, transform .5s ease;
    transition: opacity .8s ease, color .5s ease, transform .5s ease, -webkit-transform .5s ease;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0; }
    @media only screen and (max-width: 992px) {
      .main-accelerators__title {
        font: bold 50px/100% "Akrobat", sans-serif; } }
    @media only screen and (max-width: 767px) {
      .main-accelerators__title {
        font: bold 30px/100% "Akrobat", sans-serif; } }
    .main-accelerators__title.active {
      opacity: 1;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); }
  .main-accelerators__big-text {
    position: relative;
    max-width: 860px;
    margin: 0 auto 20px;
    text-align: center;
    font: 300 30px/100% "Akrobat", sans-serif;
    -webkit-transition: opacity .8s ease, color .5s ease, -webkit-transform .5s ease;
    transition: opacity .8s ease, color .5s ease, -webkit-transform .5s ease;
    -o-transition: opacity .8s ease, color .5s ease, transform .5s ease;
    transition: opacity .8s ease, color .5s ease, transform .5s ease;
    transition: opacity .8s ease, color .5s ease, transform .5s ease, -webkit-transform .5s ease;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0; }
    @media only screen and (max-width: 992px) {
      .main-accelerators__big-text {
        font: 300 24px/100% "Akrobat", sans-serif; } }
    @media only screen and (max-width: 767px) {
      .main-accelerators__big-text {
        font: 300 18px/100% "Akrobat", sans-serif; } }
    .main-accelerators__big-text.active {
      opacity: 1;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); }
  .main-accelerators__nav {
    position: relative;
    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;
    min-height: 24px;
    margin: 20px 0 0 0;
    -webkit-transition: opacity .8s ease, color .5s ease, -webkit-transform .5s ease;
    transition: opacity .8s ease, color .5s ease, -webkit-transform .5s ease;
    -o-transition: opacity .8s ease, color .5s ease, transform .5s ease;
    transition: opacity .8s ease, color .5s ease, transform .5s ease;
    transition: opacity .8s ease, color .5s ease, transform .5s ease, -webkit-transform .5s ease;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0; }
    .main-accelerators__nav.active {
      opacity: 1;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); }
  .main-accelerators__nav-item {
    position: relative;
    margin: 0 15px 0 0;
    text-transform: uppercase;
    font: 600 14px/100% "Akrobat", sans-serif;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    cursor: pointer;
    color: #3c3c3b; }
    .main-accelerators__nav-item:last-child {
      margin: 0 0 0 15px; }
    .main-accelerators__nav-item--left {
      opacity: 1;
      cursor: default; }
    .main-accelerators__nav-item--right {
      opacity: 0.4;
      cursor: pointer; }
  .main-accelerators__decor {
    position: relative;
    max-width: 40px;
    min-width: 40px;
    width: 40px;
    height: 24px;
    -webkit-border-radius: 24px;
    border-radius: 24px;
    background: #ececec;
    cursor: pointer;
    z-index: 1; }
    .main-accelerators__decor i {
      position: absolute;
      left: 0;
      width: 24px;
      height: 24px;
      -webkit-border-radius: 24px;
      border-radius: 24px;
      background: #009bcc;
      border: 1px solid #009bcc;
      cursor: pointer;
      -webkit-transition: left .3s ease;
      -o-transition: left .3s ease;
      transition: left .3s ease;
      overflow: hidden; }
  .main-accelerators__content {
    position: relative;
    min-height: 300px;
    margin: 50px 0 0; }
    @media only screen and (max-width: 992px) {
      .main-accelerators__content {
        margin: 20px 0 0 0; } }
  .main-accelerators__wrapper {
    position: relative;
    z-index: 2;
    margin: 0 -10px; }
    .main-accelerators__wrapper--left {
      display: block; }
    .main-accelerators__wrapper--right {
      display: none; }
  .main-accelerators__grid {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%; }
  .main-accelerators__item {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 33.3333333%;
    padding: 0 10px;
    margin: 0 0 20px 0;
    -webkit-transition: opacity .8s ease, color .5s ease, -webkit-transform .5s ease;
    transition: opacity .8s ease, color .5s ease, -webkit-transform .5s ease;
    -o-transition: opacity .8s ease, color .5s ease, transform .5s ease;
    transition: opacity .8s ease, color .5s ease, transform .5s ease;
    transition: opacity .8s ease, color .5s ease, transform .5s ease, -webkit-transform .5s ease;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0; }
    @media only screen and (max-width: 992px) {
      .main-accelerators__item {
        width: 50%; } }
    @media only screen and (max-width: 576px) {
      .main-accelerators__item {
        width: 100%; } }
    .main-accelerators__item.active {
      opacity: 1;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); }
    .main-accelerators__item:before {
      content: '';
      position: absolute;
      left: 10px;
      right: 10px;
      top: 0;
      bottom: 0;
      -webkit-border-radius: 10px;
      border-radius: 10px;
      -webkit-filter: blur(3px);
      filter: blur(3px);
      background-color: #e5edf1;
      -webkit-transition: background .3s ease;
      -o-transition: background .3s ease;
      transition: background .3s ease; }
    .main-accelerators__item:hover:before {
      background-color: #cbdcea;
      -webkit-filter: blur(5px);
      filter: blur(5px); }
  .main-accelerators__item-wrap {
    position: relative;
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: #ffffff;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 50px 10px 40px;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .main-accelerators__item-wrap {
        padding: 30px 10px 30px; } }
  .main-accelerators__image-wrap {
    position: relative;
    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: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 60px;
    width: 100%; }
    @media only screen and (max-width: 767px) {
      .main-accelerators__image-wrap {
        height: 50px; } }
  .main-accelerators__img {
    position: relative;
    display: block;
    max-height: 50px; }
  .main-accelerators__image-wrap + .main-accelerators__name {
    margin: 25px 0 0 0; }
  .main-accelerators__name {
    position: relative;
    display: block;
    font: bold 24px/130% "Akrobat", sans-serif; }
    @media only screen and (max-width: 767px) {
      .main-accelerators__name {
        font: bold 18px/130% "Akrobat", sans-serif; } }
  .main-accelerators__name + .main-accelerators__data {
    margin: 10px 0 0 0; }
  .main-accelerators__data {
    position: relative;
    font: 400 16px/130% "Akrobat", sans-serif;
    display: block;
    color: #009bcc; }
    @media only screen and (max-width: 767px) {
      .main-accelerators__data {
        font: 400 12px/130% "Akrobat", sans-serif; } }
  .main-accelerators__btn {
    position: relative;
    max-width: 180px;
    margin: 20px 0 0 0; }
    @media only screen and (max-width: 767px) {
      .main-accelerators__btn {
        max-width: 150px; } }
  .main-accelerators__bottom {
    position: relative;
    display: none; }
    .main-accelerators__bottom--visible {
      display: block;
      margin: 20px auto 0;
      max-width: 880px;
      padding: 0 10px;
      -webkit-border-radius: 10px;
      border-radius: 10px; }
      .main-accelerators__bottom--visible:before {
        content: '';
        position: absolute;
        left: 10px;
        right: 10px;
        top: 0;
        bottom: 0;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        -webkit-filter: blur(3px);
        filter: blur(3px);
        background-color: #e5edf1;
        -webkit-transition: background .3s ease;
        -o-transition: background .3s ease;
        transition: background .3s ease; }
    .main-accelerators__bottom:hover:before {
      background-color: #cbdcea;
      -webkit-filter: blur(5px);
      filter: blur(5px); }
  .main-accelerators__bottom-wrap {
    position: relative;
    background: #ffffff;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 20px 20px 30px;
    text-align: center; }
  .main-accelerators__bottom-title {
    position: relative;
    font: bold 30px/130% "Akrobat", sans-serif;
    text-transform: uppercase;
    margin: 0 0 10px 0; }
    @media only screen and (max-width: 992px) {
      .main-accelerators__bottom-title {
        font: bold 26px/130% "Akrobat", sans-serif; } }
    @media only screen and (max-width: 767px) {
      .main-accelerators__bottom-title {
        font: bold 20px/130% "Akrobat", sans-serif; } }
  .main-accelerators__bottom-text {
    position: relative; }
    .main-accelerators__bottom-text a {
      text-decoration: underline; }
      .main-accelerators__bottom-text a:hover, .main-accelerators__bottom-text a:active, .main-accelerators__bottom-text a:focus {
        text-decoration: underline; }

/* End */


/* Start:/local/components/custom-new/main-cooperate/templates/.default/style.css?156145339120863*/
.main-cooperate {
  position: relative;
  padding: 80px 0; }
  @media only screen and (max-width: 992px) {
    .main-cooperate {
      padding: 30px 0; } }
  @media only screen and (max-width: 767px) {
    .main-cooperate {
      padding: 20px 0; } }
  .main-cooperate__title {
    position: relative;
    display: block;
    text-align: center;
    font: bold 64px/100% "Akrobat", sans-serif;
    margin: 0 0 50px 0;
    color: #009bcc; }
    @media only screen and (max-width: 992px) {
      .main-cooperate__title {
        font: bold 50px/100% "Akrobat", sans-serif;
        margin: 0 0 20px 0; } }
    @media only screen and (max-width: 767px) {
      .main-cooperate__title {
        font: bold 30px/100% "Akrobat", sans-serif; } }
  .main-cooperate__grid {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    @media only screen and (max-width: 992px) {
      .main-cooperate__grid {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; } }
  .main-cooperate__item {
    position: relative;
    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;
    width: 100%; }
    @media only screen and (max-width: 992px) {
      .main-cooperate__item {
        width: 100%; } }
    .main-cooperate__item:nth-child(2) {
      width: 360px;
      min-width: 360px;
      max-width: 360px; }
      @media only screen and (max-width: 1340px) {
        .main-cooperate__item:nth-child(2) {
          width: 300px;
          min-width: 300px;
          max-width: 300px; } }
      @media only screen and (max-width: 1200px) {
        .main-cooperate__item:nth-child(2) {
          width: 280px;
          min-width: 280px;
          max-width: 280px; } }
      @media only screen and (max-width: 992px) {
        .main-cooperate__item:nth-child(2) {
          min-width: auto;
          max-width: none;
          width: 100%;
          -webkit-box-ordinal-group: 0;
          -webkit-order: -1;
          -ms-flex-order: -1;
          order: -1; } }

.main-cooperate-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  .main-cooperate-item__element {
    position: relative;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    height: 120px;
    -webkit-transition: background .3s ease, opacity .3s ease;
    -o-transition: background .3s ease, opacity .3s ease;
    transition: background .3s ease, opacity .3s ease; }
    @media only screen and (max-width: 992px) {
      .main-cooperate-item__element {
        height: auto; } }
    .main-cooperate-item__element:before {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      -webkit-background-size: contain;
      background-size: contain;
      opacity: 0;
      -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
      transition: opacity .3s ease, -webkit-transform .3s ease;
      -o-transition: opacity .3s ease, transform .3s ease;
      transition: opacity .3s ease, transform .3s ease;
      transition: opacity .3s ease, transform .3s ease, -webkit-transform .3s ease; }
      @media only screen and (max-width: 992px) {
        .main-cooperate-item__element:before {
          display: none; } }
    .main-cooperate-item__element:hover:before {
      opacity: 1; }
      @media only screen and (max-width: 992px) {
        .main-cooperate-item__element:hover:before {
          opacity: 0; } }
    .main-cooperate-item__element--1 {
      background-image: url(/local/static/build/img/svg-new/main-cooperate/l-1.svg);
      margin: 10px -45px 30px 0; }
      .main-cooperate-item__element--1:before {
        background-image: url(/local/static/build/img/svg-new/main-cooperate/l-1-h-n.svg); }
      @media only screen and (max-width: 1340px) {
        .main-cooperate-item__element--1 {
          margin: 0 -25px 30px 0; } }
      @media only screen and (max-width: 1200px) {
        .main-cooperate-item__element--1 {
          margin: 0 -25px 20px 0; } }
      @media only screen and (max-width: 992px) {
        .main-cooperate-item__element--1 {
          background: #00b1d9;
          margin: 0; }
          .main-cooperate-item__element--1:hover {
            background: #31c0e0; } }
      .main-cooperate-item__element--1 .main-cooperate-item__link {
        padding: 10px 40% 10px 50px;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end; }
        @media only screen and (max-width: 1340px) {
          .main-cooperate-item__element--1 .main-cooperate-item__link {
            padding: 10px 40% 10px 50px; } }
        @media only screen and (max-width: 1200px) {
          .main-cooperate-item__element--1 .main-cooperate-item__link {
            padding: 20px 40% 10px 50px; } }
        @media only screen and (max-width: 992px) {
          .main-cooperate-item__element--1 .main-cooperate-item__link {
            padding: 10px 50px 10px 10px;
            -webkit-box-pack: start;
            -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
            justify-content: flex-start; } }
      .main-cooperate-item__element--1 .main-cooperate-item__name {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
        text-align: right;
        padding: 0 10px 0 0; }
        @media only screen and (max-width: 992px) {
          .main-cooperate-item__element--1 .main-cooperate-item__name {
            -webkit-box-ordinal-group: inherit;
            -webkit-order: inherit;
            -ms-flex-order: inherit;
            order: inherit;
            text-align: left;
            padding: 0 0 0 10px; } }
    .main-cooperate-item__element--2 {
      background-image: url(/local/static/build/img/svg-new/main-cooperate/l-2.svg);
      margin: 30px -45px 30px 0; }
      .main-cooperate-item__element--2:before {
        background-image: url(/local/static/build/img/svg-new/main-cooperate/l-2-h-n.svg); }
      @media only screen and (max-width: 1340px) {
        .main-cooperate-item__element--2 {
          margin: 0 -25px 0 0; } }
      @media only screen and (max-width: 992px) {
        .main-cooperate-item__element--2 {
          background: #00aad5;
          margin: 0; }
          .main-cooperate-item__element--2:hover {
            background: #31bbdd; } }
      .main-cooperate-item__element--2 .main-cooperate-item__link {
        padding: 30px 40% 10px 50px;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end; }
        @media only screen and (max-width: 1340px) {
          .main-cooperate-item__element--2 .main-cooperate-item__link {
            padding: 30px 40% 10px 50px; } }
        @media only screen and (max-width: 1200px) {
          .main-cooperate-item__element--2 .main-cooperate-item__link {
            padding: 35px 40% 10px 50px; } }
        @media only screen and (max-width: 992px) {
          .main-cooperate-item__element--2 .main-cooperate-item__link {
            padding: 10px 50px 10px 10px;
            -webkit-box-pack: start;
            -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
            justify-content: flex-start; } }
      .main-cooperate-item__element--2 .main-cooperate-item__name {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
        text-align: right;
        padding: 0 10px 0 0; }
        @media only screen and (max-width: 992px) {
          .main-cooperate-item__element--2 .main-cooperate-item__name {
            -webkit-box-ordinal-group: inherit;
            -webkit-order: inherit;
            -ms-flex-order: inherit;
            order: inherit;
            text-align: left;
            padding: 0 0 0 10px; } }
    .main-cooperate-item__element--3 {
      background: transparent;
      height: 360px;
      margin: 0;
      z-index: 1; }
      .main-cooperate-item__element--3:after {
        content: '';
        position: absolute;
        background-image: url(/local/static/build/img/svg-new/main-cooperate/center.svg);
        height: 360px;
        width: 360px;
        left: -webkit-calc(50% - 180px);
        left: calc(50% - 180px);
        top: -webkit-calc(50% - 180px);
        top: calc(50% - 180px);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        -webkit-background-size: contain;
        background-size: contain;
        -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
        transition: opacity .3s ease, -webkit-transform .3s ease;
        -o-transition: opacity .3s ease, transform .3s ease;
        transition: opacity .3s ease, transform .3s ease;
        transition: opacity .3s ease, transform .3s ease, -webkit-transform .3s ease; }
        @media only screen and (max-width: 1340px) {
          .main-cooperate-item__element--3:after {
            height: 300px;
            width: 300px;
            left: -webkit-calc(50% - 150px);
            left: calc(50% - 150px);
            top: -webkit-calc(50% - 150px);
            top: calc(50% - 150px); } }
        @media only screen and (max-width: 1200px) {
          .main-cooperate-item__element--3:after {
            height: 280px;
            width: 280px;
            left: -webkit-calc(50% - 140px);
            left: calc(50% - 140px);
            top: -webkit-calc(50% - 140px);
            top: calc(50% - 140px); } }
        @media only screen and (max-width: 992px) {
          .main-cooperate-item__element--3:after {
            display: none; } }
      .main-cooperate-item__element--3:before {
        background-image: url(/local/static/build/img/svg-new/main-cooperate/center-h-n.svg);
        height: 360px;
        width: 360px;
        left: -webkit-calc(50% - 180px);
        left: calc(50% - 180px);
        top: -webkit-calc(50% - 180px);
        top: calc(50% - 180px);
        bottom: auto;
        right: auto;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1); }
        @media only screen and (max-width: 1340px) {
          .main-cooperate-item__element--3:before {
            height: 300px;
            width: 300px;
            left: -webkit-calc(50% - 150px);
            left: calc(50% - 150px);
            top: -webkit-calc(50% - 150px);
            top: calc(50% - 150px); } }
        @media only screen and (max-width: 1200px) {
          .main-cooperate-item__element--3:before {
            height: 280px;
            width: 280px;
            left: -webkit-calc(50% - 140px);
            left: calc(50% - 140px);
            top: -webkit-calc(50% - 140px);
            top: calc(50% - 140px); } }
      .main-cooperate-item__element--3:hover:before {
        opacity: 1;
        -webkit-transform: scale(1.02);
        -ms-transform: scale(1.02);
        transform: scale(1.02);
        z-index: 2; }
      .main-cooperate-item__element--3:hover:after {
        -webkit-transform: scale(1.02);
        -ms-transform: scale(1.02);
        transform: scale(1.02);
        z-index: 1; }
      @media only screen and (max-width: 1340px) {
        .main-cooperate-item__element--3 {
          height: 300px; } }
      @media only screen and (max-width: 1200px) {
        .main-cooperate-item__element--3 {
          height: 280px; } }
      @media only screen and (max-width: 992px) {
        .main-cooperate-item__element--3 {
          background: #00bade;
          margin: 0;
          height: auto; }
          .main-cooperate-item__element--3:hover {
            background: #31c7e4; } }
      .main-cooperate-item__element--3 .main-cooperate-item__link {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -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-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0 30px 50px;
        height: 100%; }
        @media only screen and (max-width: 1340px) {
          .main-cooperate-item__element--3 .main-cooperate-item__link {
            padding: 0 20px 50px; } }
        @media only screen and (max-width: 992px) {
          .main-cooperate-item__element--3 .main-cooperate-item__link {
            padding: 10px 50px 10px 10px;
            -webkit-box-pack: start;
            -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -webkit-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row; } }
      .main-cooperate-item__element--3 .main-cooperate-item__name {
        font: 800 60px/100% "Akrobat", sans-serif;
        padding: 10px 0 0 0; }
        @media only screen and (max-width: 1340px) {
          .main-cooperate-item__element--3 .main-cooperate-item__name {
            font: 800 45px/100% "Akrobat", sans-serif; } }
        @media only screen and (max-width: 992px) {
          .main-cooperate-item__element--3 .main-cooperate-item__name {
            font: bold 20px/100% "Akrobat", sans-serif;
            padding: 0 0 0 10px; } }
    .main-cooperate-item__element--4 {
      background-image: url(/local/static/build/img/svg-new/main-cooperate/r-1.svg);
      margin: 10px 0 30px -45px; }
      .main-cooperate-item__element--4:before {
        background-image: url(/local/static/build/img/svg-new/main-cooperate/r-1-h-n.svg); }
      @media only screen and (max-width: 1340px) {
        .main-cooperate-item__element--4 {
          margin: 0 0 30px -25px; } }
      @media only screen and (max-width: 1200px) {
        .main-cooperate-item__element--4 {
          margin: 0 0 20px -25px; } }
      @media only screen and (max-width: 992px) {
        .main-cooperate-item__element--4 {
          background: #00a4d1;
          margin: 0; }
          .main-cooperate-item__element--4:hover {
            background: #31b6da; } }
      .main-cooperate-item__element--4 .main-cooperate-item__link {
        padding: 10px 50px 10px 40%;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start; }
        @media only screen and (max-width: 1340px) {
          .main-cooperate-item__element--4 .main-cooperate-item__link {
            padding: 10px 50px 10px 40%; } }
        @media only screen and (max-width: 1200px) {
          .main-cooperate-item__element--4 .main-cooperate-item__link {
            padding: 20px 50px 10px 40%; } }
        @media only screen and (max-width: 992px) {
          .main-cooperate-item__element--4 .main-cooperate-item__link {
            padding: 10px 50px 10px 10px; } }
    .main-cooperate-item__element--5 {
      background-image: url(/local/static/build/img/svg-new/main-cooperate/r-2.svg);
      margin: 30px 0 30px -45px; }
      .main-cooperate-item__element--5:before {
        background-image: url(/local/static/build/img/svg-new/main-cooperate/r-2-h-n.svg); }
      @media only screen and (max-width: 1340px) {
        .main-cooperate-item__element--5 {
          margin: 0 0 0 -25px; } }
      @media only screen and (max-width: 992px) {
        .main-cooperate-item__element--5 {
          background: #009bcc;
          margin: 0; }
          .main-cooperate-item__element--5:hover {
            background: #31afd6; } }
      .main-cooperate-item__element--5 .main-cooperate-item__link {
        padding: 30px 50px 10px 40%;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start; }
        @media only screen and (max-width: 1340px) {
          .main-cooperate-item__element--5 .main-cooperate-item__link {
            padding: 30px 50px 10px 40%; } }
        @media only screen and (max-width: 1200px) {
          .main-cooperate-item__element--5 .main-cooperate-item__link {
            padding: 35px 50px 10px 40%; } }
        @media only screen and (max-width: 992px) {
          .main-cooperate-item__element--5 .main-cooperate-item__link {
            padding: 10px 50px 10px 10px; } }
  .main-cooperate-item__link {
    position: relative;
    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-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    z-index: 3; }
    .main-cooperate-item__link:hover {
      opacity: 0.95; }
      .main-cooperate-item__link:hover .main-cooperate-item__icon--hover {
        opacity: 1;
        z-index: 1; }
      .main-cooperate-item__link:hover .main-cooperate-item__all-link {
        max-height: 22px;
        -webkit-transition: max-height .3s ease, padding .3s ease;
        -o-transition: max-height .3s ease, padding .3s ease;
        transition: max-height .3s ease, padding .3s ease;
        opacity: 1; }
        .main-cooperate-item__link:hover .main-cooperate-item__all-link--big {
          max-height: 30px; }
  .main-cooperate-item__image {
    position: relative;
    width: 80px;
    min-width: 80px;
    max-width: 80px;
    height: 80px; }
    @media only screen and (max-width: 1200px) {
      .main-cooperate-item__image {
        width: 60px;
        min-width: 60px;
        max-width: 60px;
        height: 60px; } }
  .main-cooperate-item__icon {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease; }
    @media only screen and (max-width: 1200px) {
      .main-cooperate-item__icon {
        width: 60px;
        height: 60px; } }
    .main-cooperate-item__icon--normal {
      opacity: 1; }
    .main-cooperate-item__icon--hover {
      opacity: 0; }
    .main-cooperate-item__icon--mobail {
      display: none; }
      @media only screen and (max-width: 992px) {
        .main-cooperate-item__icon--mobail {
          display: block;
          opacity: 1; } }
    .main-cooperate-item__icon--desktop {
      display: block; }
      @media only screen and (max-width: 992px) {
        .main-cooperate-item__icon--desktop {
          display: none; } }
  .main-cooperate-item__name {
    position: relative;
    font: bold 24px/100% "Akrobat", sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    padding: 0 0 0 10px; }
    @media only screen and (max-width: 1200px) {
      .main-cooperate-item__name {
        font: bold 20px/100% "Akrobat", sans-serif; } }
  .main-cooperate-item__all-link {
    position: relative;
    text-transform: uppercase;
    color: #ffffff;
    font: 400 14px/100% "Akrobat", sans-serif;
    padding: 5px 0 0 0;
    width: 100%;
    max-height: 0;
    opacity: 0;
    -webkit-transition: max-height .3s ease, padding .3s ease, opacity .3s ease;
    -o-transition: max-height .3s ease, padding .3s ease, opacity .3s ease;
    transition: max-height .3s ease, padding .3s ease, opacity .3s ease;
    overflow: hidden; }
    .main-cooperate-item__all-link--big {
      font: 400 20px/100% "Akrobat", sans-serif;
      text-align: center; }
      @media only screen and (max-width: 992px) {
        .main-cooperate-item__all-link--big {
          font: 400 14px/100% "Akrobat", sans-serif; } }

/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/partners-about-us/style.css?160691689914240*/
.partners-about-us {
  position: relative; }
  .partners-about-us__item {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 85px; }
    @media only screen and (max-width: 1024px) {
      .partners-about-us__item {
        padding: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; } }
  .partners-about-us__img-wrap {
    margin: 0 50px 0 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc(100% / 12 *3);
    -ms-flex: 0 0 calc(100% / 12 *3);
    flex: 0 0 calc(100% / 12 *3); }
    @media only screen and (max-width: 1024px) {
      .partners-about-us__img-wrap {
        margin: 0 0 20px 0; } }
  .partners-about-us__img {
    width: 100% !important; }
  .partners-about-us__info {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc(100% / 12 *9);
    -ms-flex: 0 0 calc(100% / 12 *9);
    flex: 0 0 calc(100% / 12 *9);
    padding: 0 20px 0 0;
    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;
    height: initial !important; }
    @media only screen and (max-width: 1024px) {
      .partners-about-us__info {
        padding: 0 20px;
        text-align: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; } }
  .partners-about-us__text {
    font: 20px/150% "Akrobat", sans-serif;
    color: #3c3c3b;
    height: initial !important; }
  .partners-about-us__name {
    font: bold 24px/117% "Akrobat", sans-serif;
    color: #3c3c3b;
    margin: 20px 0 4px 0;
    height: initial !important; }
  .partners-about-us__position {
    font: 18px/144% "Akrobat", sans-serif;
    height: initial !important; }

.partners-about-us-top {
  position: relative; }
  .partners-about-us-top.--partner .partners-about-us-top__nav-item {
    color: #3c3c3b; }
    .partners-about-us-top.--partner .partners-about-us-top__nav-item--startup {
      opacity: 0.4;
      cursor: pointer; }
    .partners-about-us-top.--partner .partners-about-us-top__nav-item--partner {
      opacity: 1;
      cursor: default; }
  .partners-about-us-top.--partner .partners-about-us-top__decor i {
    left: 16px; }
  .partners-about-us-top.--partner .partners-about-us-top__wrapper--startup {
    display: none; }
  .partners-about-us-top.--partner .partners-about-us-top__wrapper--partner {
    display: block; }
  .partners-about-us-top__title {
    position: relative;
    display: block;
    text-align: center;
    font: bold 64px/100% "Akrobat", sans-serif;
    margin: 0 0 20px 0;
    color: #009bcc; }
    @media only screen and (max-width: 992px) {
      .partners-about-us-top__title {
        font: bold 50px/100% "Akrobat", sans-serif; } }
    @media only screen and (max-width: 767px) {
      .partners-about-us-top__title {
        font: bold 30px/100% "Akrobat", sans-serif; } }
  .partners-about-us-top__nav {
    position: relative;
    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;
    min-height: 24px; }
  .partners-about-us-top__nav-item {
    position: relative;
    margin: 0 15px 0 0;
    text-transform: uppercase;
    font: 600 14px/100% "Akrobat", sans-serif;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    cursor: pointer;
    color: #3c3c3b; }
    .partners-about-us-top__nav-item:last-child {
      margin: 0 0 0 15px; }
    .partners-about-us-top__nav-item--startup {
      opacity: 1;
      cursor: default; }
    .partners-about-us-top__nav-item--partner {
      opacity: 0.4;
      cursor: pointer; }
  .partners-about-us-top__decor {
    position: relative;
    max-width: 40px;
    min-width: 40px;
    width: 40px;
    height: 24px;
    -webkit-border-radius: 24px;
    border-radius: 24px;
    background: #ececec;
    cursor: pointer;
    z-index: 1; }
    .partners-about-us-top__decor i {
      position: absolute;
      left: 0;
      width: 24px;
      height: 24px;
      -webkit-border-radius: 24px;
      border-radius: 24px;
      background: #009bcc;
      overflow: hidden;
      border: 1px solid #009bcc;
      cursor: pointer;
      -webkit-transition: left .3s ease;
      -o-transition: left .3s ease;
      transition: left .3s ease;
      z-index: 2; }
  .partners-about-us-top__content {
    position: relative;
    padding: 50px 0;
    min-height: 300px; }
    @media only screen and (max-width: 992px) {
      .partners-about-us-top__content {
        padding: 30px 0 60px;
        min-height: auto; } }
  .partners-about-us-top__wrapper {
    position: relative;
    z-index: 2;
    margin: 0 -20px; }
    .partners-about-us-top__wrapper--startup {
      display: block; }
    .partners-about-us-top__wrapper--partner {
      display: none; }
  .partners-about-us-top__grid {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease; }
    .partners-about-us-top__grid.started {
      opacity: 1; }
    .partners-about-us-top__grid .slick-track {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      height: 100%; }
    .partners-about-us-top__grid .slick-list {
      width: 100% !important; }
    .partners-about-us-top__grid .slick-slide {
      height: auto !important;
      display: -webkit-box !important;
      display: -webkit-flex !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
      .partners-about-us-top__grid .slick-slide div {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
    .partners-about-us-top__grid .slick-arrow {
      position: absolute;
      background-color: transparent;
      text-indent: -9999px;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease;
      height: 40px;
      width: 40px;
      top: -webkit-calc(50% - 20px);
      top: calc(50% - 20px);
      z-index: 10; }
      @media only screen and (max-width: 767px) {
        .partners-about-us-top__grid .slick-arrow {
          display: none; } }
      .partners-about-us-top__grid .slick-arrow:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        height: 40px;
        width: 40px;
        -webkit-transition: opacity .3s ease;
        -o-transition: opacity .3s ease;
        transition: opacity .3s ease;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        -webkit-background-size: cover;
        background-size: cover;
        opacity: 0.9;
        z-index: 1; }
      .partners-about-us-top__grid .slick-arrow:hover:before {
        opacity: 1; }
      .partners-about-us-top__grid .slick-arrow.slick-next {
        right: 0; }
        @media only screen and (max-width: 992px) {
          .partners-about-us-top__grid .slick-arrow.slick-next {
            right: 5px; } }
        .partners-about-us-top__grid .slick-arrow.slick-next:before {
          background-image: url("/local/static/build/img/svg-new/arrow-blue.svg"); }
      .partners-about-us-top__grid .slick-arrow.slick-prev {
        left: 0; }
        @media only screen and (max-width: 992px) {
          .partners-about-us-top__grid .slick-arrow.slick-prev {
            left: 5px; } }
        .partners-about-us-top__grid .slick-arrow.slick-prev:before {
          background-image: url("/local/static/build/img/svg-new/arrow-blue.svg");
          -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
    .partners-about-us-top__grid .slick-dots {
      position: absolute;
      bottom: -28px !important;
      left: 0;
      width: 100%;
      padding: 0;
      margin: 0;
      list-style: none;
      text-align: center;
      display: none; }
      @media only screen and (max-width: 767px) {
        .partners-about-us-top__grid .slick-dots {
          display: block; } }
      .partners-about-us-top__grid .slick-dots li {
        position: relative;
        display: inline-block;
        width: 8px;
        height: 8px;
        padding: 0;
        margin: 0 4px 0;
        cursor: pointer;
        list-style-type: none; }
        .partners-about-us-top__grid .slick-dots li:before, .partners-about-us-top__grid .slick-dots li:after {
          display: none; }
        .partners-about-us-top__grid .slick-dots li button {
          font-size: 0;
          line-height: 0;
          display: block;
          width: 12px;
          height: 12px;
          -webkit-border-radius: 12px;
          border-radius: 12px;
          cursor: pointer;
          border: 0;
          outline: none;
          background: transparent;
          text-align: center;
          position: relative;
          overflow: hidden; }
          .partners-about-us-top__grid .slick-dots li button:after {
            position: absolute;
            top: 0;
            left: 0;
            width: 12px;
            height: 12px;
            background: #c9d8dc;
            content: '';
            text-align: center;
            -webkit-transition: background-color .3s ease;
            -o-transition: background-color .3s ease;
            transition: background-color .3s ease;
            -webkit-border-radius: 12px;
            border-radius: 12px;
            overflow: hidden; }
    .partners-about-us-top__grid li.slick-active button:after {
      background-color: #009bcc; }
  .partners-about-us-top__item {
    position: relative;
    padding: 10px 20px;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 33.33333333%;
    height: 100%; }
    .partners-about-us-top__item:before {
      content: '';
      position: absolute;
      left: 20px;
      right: 20px;
      top: 10px;
      bottom: 10px;
      -webkit-border-radius: 10px;
      border-radius: 10px;
      -webkit-filter: blur(3px);
      filter: blur(3px);
      background-color: #e5edf1;
      -webkit-transition: background .3s ease;
      -o-transition: background .3s ease;
      transition: background .3s ease; }
    .partners-about-us-top__item:hover:before {
      background-color: #cbdcea;
      -webkit-filter: blur(7px);
      filter: blur(7px); }
  .partners-about-us-top__item-wrap {
    position: relative;
    background: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px 60px; }
    @media only screen and (max-width: 1340px) {
      .partners-about-us-top__item-wrap {
        padding: 30px 25px; } }
    @media only screen and (max-width: 767px) {
      .partners-about-us-top__item-wrap {
        padding: 20px 20px 30px; } }
    .partners-about-us-top__item-wrap div {
      height: auto !important;
      display: block !important; }
      .partners-about-us-top__item-wrap div.inactive {
        display: none !important; }
    .partners-about-us-top__item-wrap .partners-about-us-top__desc--modal {
      display: none !important; }
      .partners-about-us-top__item-wrap .partners-about-us-top__desc--modal.active {
        display: block !important; }
    .partners-about-us-top__item-wrap .partners-about-us-top__image-wrap {
      display: -webkit-box !important;
      display: -webkit-flex !important;
      display: -ms-flexbox !important;
      display: flex !important;
      max-height: 170px; }
  .partners-about-us-top__image-wrap {
    position: relative;
    height: 150px;
    padding: 10px 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;
    margin: 0 0 10px 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .partners-about-us-top__img {
    display: block;
    max-height: 150px;
    width: auto; }
  .partners-about-us-top__name {
    position: relative;
    display: block;
    font: bold 24px/130% "Akrobat", sans-serif;
    margin: 0 0 5px 0; }
  .partners-about-us-top__link-wrap {
    position: relative;
    display: block;
    margin: 0 0 10px 0; }
  .partners-about-us-top__link {
    position: relative;
    font: 400 16px/130% "Akrobat", sans-serif; }
  .partners-about-us-top__desc {
    position: relative;
    display: block;
    font: 400 18px/130% "Akrobat", sans-serif;
    margin: 0 0 10px 0; }
    @media only screen and (max-width: 767px) {
      .partners-about-us-top__desc {
        font: 400 16px/130% "Akrobat", sans-serif; } }
    .partners-about-us-top__desc--modal {
      display: none; }
  .partners-about-us-top__text {
    position: relative;
    display: block;
    margin: 0 0 5px 0;
    font: 400 14px/130% "Akrobat", sans-serif;
    color: #82989f; }

/* End */


/* Start:/local/components/custom-new/lenta-novostei/templates/main-news/style.css?15670682417499*/
.main-news-list {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%; }
  .main-news-list:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-filter: blur(3px);
    filter: blur(3px);
    background-color: #e5edf1; }
    @media only screen and (max-width: 992px) {
      .main-news-list:before {
        -webkit-border-radius: 10px 10px 0 0;
        border-radius: 10px 10px 0 0; } }
  .main-news-list__wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%; }
  .main-news-list__grid {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #ffffff;
    width: 100%; }
    @media only screen and (max-width: 992px) {
      .main-news-list__grid {
        -webkit-border-radius: 10px 10px 0 0;
        border-radius: 10px 10px 0 0; } }
    @media only screen and (max-width: 767px) {
      .main-news-list__grid {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; } }
  .main-news-list__item {
    position: relative;
    width: 50%;
    padding: 0 40px; }
    @media only screen and (max-width: 1340px) {
      .main-news-list__item {
        padding: 0 20px; } }
    @media only screen and (max-width: 992px) {
      .main-news-list__item {
        padding: 0 10px; } }
    @media only screen and (max-width: 767px) {
      .main-news-list__item {
        width: 100%; } }
  .main-news-list__item-wrap {
    position: relative;
    padding: 30px 0;
    display: block; }
    @media only screen and (max-width: 767px) {
      .main-news-list__item-wrap {
        padding: 20px 0;
        border-bottom: 1px solid #d4e0e8;
        max-width: none; } }
    .main-news-list__item-wrap:hover .main-news-list__title {
      color: #1bc4f9; }
  .main-news-list__all-wrap {
    position: relative;
    margin: 20px 0 40px; }
    @media only screen and (max-width: 767px) {
      .main-news-list__all-wrap {
        margin: 20px 0; } }
  .main-news-list__all-link {
    position: relative;
    font: bold 18px/130% "Akrobat", sans-serif; }
    @media only screen and (max-width: 767px) {
      .main-news-list__all-link {
        font: bold 16px/130% "Akrobat", sans-serif; } }
  .main-news-list__image {
    position: relative;
    margin: 0 0 10px 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;
    height: 190px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    text-align: center; }
    .main-news-list__image img {
      position: relative; }
  .main-news-list__src {
    display: inline-table; }
  .main-news-list__title {
    position: relative;
    display: block;
    font: bold 24px/130% "Akrobat", sans-serif;
    margin: 0 0 10px 0;
    color: #3c3c3b;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease; }
    @media only screen and (max-width: 767px) {
      .main-news-list__title {
        font: bold 18px/130% "Akrobat", sans-serif; } }
  .main-news-list__data {
    font: 600 12px/130% "Akrobat", sans-serif;
    color: #9fb5c5;
    margin: 0 0 15px 0; }
    @media only screen and (max-width: 767px) {
      .main-news-list__data {
        margin: 0 0 5px 0; } }
  .main-news-list__desc {
    font: 400 18px/130% "Akrobat", sans-serif;
    color: #3c3c3b; }
    @media only screen and (max-width: 767px) {
      .main-news-list__desc {
        font: 400 14px/130% "Akrobat", sans-serif; } }

.main-news-min {
  position: relative;
  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; }
  .main-news-min__row {
    position: relative;
    display: block;
    padding: 30px 0;
    border-bottom: 1px solid #d4e0e8;
    color: #3c3c3b; }
    @media only screen and (max-width: 767px) {
      .main-news-min__row {
        padding: 20px 0; } }
  .main-news-min__title {
    font: bold 18px/130% "Akrobat", sans-serif;
    display: block;
    margin: 0 0 5px 0; }
  .main-news-min__data {
    font: 600 12px/130% "Akrobat", sans-serif;
    color: #9fb5c5; }

.main-news--vn .full-wrapper {
  padding: 0;
  min-width: auto !important;
  max-width: none !important; }

.main-news--vn.main-news {
  background-color: transparent; }
  .main-news--vn.main-news__title {
    position: relative;
    font: bold 64px/100% "Akrobat", sans-serif;
    margin: 0 0 30px 0;
    display: block;
    color: #009bcc;
    text-align: center;
    z-index: 1; }
    @media only screen and (max-width: 992px) {
      .main-news--vn.main-news__title {
        font: bold 52px/100% "Akrobat", sans-serif;
        margin: 0 0 20px 0; } }
    @media only screen and (max-width: 767px) {
      .main-news--vn.main-news__title {
        font: bold 30px/120% "Akrobat", sans-serif; } }

.main-news {
  position: relative;
  background: #f6f9fb;
  max-width: 1600px;
  margin: 0 auto;
  padding: 80px 0; }
  @media only screen and (max-width: 992px) {
    .main-news {
      padding: 30px 0; } }
  @media only screen and (max-width: 767px) {
    .main-news {
      padding: 20px 0; } }
  .main-news__wrapper {
    position: relative; }
  .main-news__title {
    display: none; }
  .main-news__form-wrap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .main-news__form-wrap:before {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      -webkit-border-radius: 10px;
      border-radius: 10px;
      -webkit-filter: blur(3px);
      filter: blur(3px);
      background-color: #e5edf1; }
  .main-news__form {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #2e363d;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 65px 55px; }
    @media only screen and (max-width: 1340px) {
      .main-news__form {
        padding: 40px 20px 60px; } }
    @media only screen and (max-width: 992px) {
      .main-news__form {
        padding: 40px 0 60px; }
        .main-news__form:before {
          content: '';
          position: absolute;
          left: -10000%;
          right: -10000%;
          top: 0;
          bottom: 0;
          background: #2e363d; } }
    @media only screen and (max-width: 767px) {
      .main-news__form {
        padding: 30px 10px; } }

/* End */


/* Start:/local/components/custom-new/form/templates/form-mailing/style.css?15614533912144*/
.form-mailing {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media only screen and (max-width: 992px) {
    .form-mailing {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; } }
  .form-mailing .form__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 0;
    line-height: 0;
    margin: 0 auto; }
    @media only screen and (max-width: 992px) {
      .form-mailing .form__wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    @media only screen and (max-width: 767px) {
      .form-mailing .form__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; } }
  .form-mailing .form__text {
    text-align: left;
    color: #ffffff; }
    .form-mailing .form__text a {
      color: #ffffff; }
      .form-mailing .form__text a:hover, .form-mailing .form__text a:active, .form-mailing .form__text a:focus {
        color: #1bc4f9; }

/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/success-story/style.css?156145339315884*/
.success-story {
  position: relative; }

.success-story-top {
  position: relative;
  padding: 80px 0 0 0; }
  @media only screen and (max-width: 992px) {
    .success-story-top {
      padding: 30px 0; } }
  @media only screen and (max-width: 767px) {
    .success-story-top {
      padding: 20px 0; } }
  .success-story-top.--partner .success-story-top__nav-item {
    color: #3c3c3b; }
    .success-story-top.--partner .success-story-top__nav-item--startup {
      opacity: 0.4;
      cursor: pointer; }
    .success-story-top.--partner .success-story-top__nav-item--partner {
      opacity: 1;
      cursor: default; }
  .success-story-top.--partner .success-story-top__decor i {
    left: 16px; }
  .success-story-top.--partner .success-story-top__wrapper--startup {
    display: none; }
  .success-story-top.--partner .success-story-top__wrapper--partner {
    display: block; }
  .success-story-top__title {
    position: relative;
    display: block;
    text-align: center;
    font: bold 64px/100% "Akrobat", sans-serif;
    margin: 0 0 20px 0;
    color: #009bcc; }
    @media only screen and (max-width: 992px) {
      .success-story-top__title {
        font: bold 50px/100% "Akrobat", sans-serif; } }
    @media only screen and (max-width: 767px) {
      .success-story-top__title {
        font: bold 30px/100% "Akrobat", sans-serif; } }
  .success-story-top__nav {
    position: relative;
    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;
    min-height: 24px; }
  .success-story-top__nav-item {
    position: relative;
    margin: 0 15px 0 0;
    text-transform: uppercase;
    font: 600 14px/100% "Akrobat", sans-serif;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    cursor: pointer;
    color: #3c3c3b; }
    .success-story-top__nav-item:last-child {
      margin: 0 0 0 15px; }
    .success-story-top__nav-item--startup {
      opacity: 1;
      cursor: default; }
    .success-story-top__nav-item--partner {
      opacity: 0.4;
      cursor: pointer; }
  .success-story-top__decor {
    position: relative;
    max-width: 40px;
    min-width: 40px;
    width: 40px;
    height: 24px;
    -webkit-border-radius: 24px;
    border-radius: 24px;
    background: #ececec;
    cursor: pointer;
    z-index: 1; }
    .success-story-top__decor i {
      position: absolute;
      left: 0;
      width: 24px;
      height: 24px;
      -webkit-border-radius: 24px;
      border-radius: 24px;
      background: #009bcc;
      overflow: hidden;
      border: 1px solid #009bcc;
      cursor: pointer;
      -webkit-transition: left .3s ease;
      -o-transition: left .3s ease;
      transition: left .3s ease;
      z-index: 2; }
  .success-story-top__content {
    position: relative;
    padding: 50px 0;
    min-height: 300px; }
    @media only screen and (max-width: 992px) {
      .success-story-top__content {
        padding: 30px 0 60px;
        min-height: auto; } }
  .success-story-top__wrapper {
    position: relative;
    z-index: 2;
    margin: 0 -20px; }
    .success-story-top__wrapper--startup {
      display: block; }
    .success-story-top__wrapper--partner {
      display: none; }
  .success-story-top__grid {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease; }
    .success-story-top__grid.started {
      opacity: 1; }
    .success-story-top__grid .slick-track {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      height: 100%; }
    .success-story-top__grid .slick-list {
      width: 100% !important; }
    .success-story-top__grid .slick-slide {
      height: auto !important;
      display: -webkit-box !important;
      display: -webkit-flex !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
      .success-story-top__grid .slick-slide div {
        height: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
    .success-story-top__grid .slick-arrow {
      position: absolute;
      background-color: transparent;
      text-indent: -9999px;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease;
      height: 40px;
      width: 40px;
      top: -webkit-calc(50% - 20px);
      top: calc(50% - 20px);
      z-index: 10; }
      @media only screen and (max-width: 767px) {
        .success-story-top__grid .slick-arrow {
          display: none; } }
      .success-story-top__grid .slick-arrow:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        height: 40px;
        width: 40px;
        -webkit-transition: opacity .3s ease;
        -o-transition: opacity .3s ease;
        transition: opacity .3s ease;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        -webkit-background-size: cover;
        background-size: cover;
        opacity: 0.9;
        z-index: 1; }
      .success-story-top__grid .slick-arrow:hover:before {
        opacity: 1; }
      .success-story-top__grid .slick-arrow.slick-next {
        right: 0; }
        @media only screen and (max-width: 992px) {
          .success-story-top__grid .slick-arrow.slick-next {
            right: 5px; } }
        .success-story-top__grid .slick-arrow.slick-next:before {
          background-image: url("/local/static/build/img/svg-new/arrow-blue.svg"); }
      .success-story-top__grid .slick-arrow.slick-prev {
        left: 0; }
        @media only screen and (max-width: 992px) {
          .success-story-top__grid .slick-arrow.slick-prev {
            left: 5px; } }
        .success-story-top__grid .slick-arrow.slick-prev:before {
          background-image: url("/local/static/build/img/svg-new/arrow-blue.svg");
          -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
    .success-story-top__grid .slick-dots {
      position: absolute;
      bottom: -28px !important;
      left: 0;
      width: 100%;
      padding: 0;
      margin: 0;
      list-style: none;
      text-align: center;
      display: none; }
      @media only screen and (max-width: 767px) {
        .success-story-top__grid .slick-dots {
          display: block; } }
      .success-story-top__grid .slick-dots li {
        position: relative;
        display: inline-block;
        width: 8px;
        height: 8px;
        padding: 0;
        margin: 0 4px 0;
        cursor: pointer;
        list-style-type: none; }
        .success-story-top__grid .slick-dots li:before, .success-story-top__grid .slick-dots li:after {
          display: none; }
        .success-story-top__grid .slick-dots li button {
          font-size: 0;
          line-height: 0;
          display: block;
          width: 12px;
          height: 12px;
          -webkit-border-radius: 12px;
          border-radius: 12px;
          cursor: pointer;
          border: 0;
          outline: none;
          background: transparent;
          text-align: center;
          position: relative;
          overflow: hidden; }
          .success-story-top__grid .slick-dots li button:after {
            position: absolute;
            top: 0;
            left: 0;
            width: 12px;
            height: 12px;
            background: #c9d8dc;
            content: '';
            text-align: center;
            -webkit-transition: background-color .3s ease;
            -o-transition: background-color .3s ease;
            transition: background-color .3s ease;
            -webkit-border-radius: 12px;
            border-radius: 12px;
            overflow: hidden; }
    .success-story-top__grid li.slick-active button:after {
      background-color: #009bcc; }
  .success-story-top__item {
    position: relative;
    padding: 10px 20px;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 33.33333333%;
    height: 100%; }
    .success-story-top__item:before {
      content: '';
      position: absolute;
      left: 20px;
      right: 20px;
      top: 10px;
      bottom: 10px;
      -webkit-border-radius: 10px;
      border-radius: 10px;
      -webkit-filter: blur(3px);
      filter: blur(3px);
      background-color: #e5edf1;
      -webkit-transition: background .3s ease;
      -o-transition: background .3s ease;
      transition: background .3s ease; }
    .success-story-top__item:hover:before {
      background-color: #cbdcea;
      -webkit-filter: blur(7px);
      filter: blur(7px); }
  .success-story-top__item-wrap {
    position: relative;
    background: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px 60px; }
    @media only screen and (max-width: 1340px) {
      .success-story-top__item-wrap {
        padding: 30px 25px; } }
    @media only screen and (max-width: 767px) {
      .success-story-top__item-wrap {
        padding: 20px 20px 30px; } }
    .success-story-top__item-wrap div {
      height: auto !important;
      display: block !important; }
      .success-story-top__item-wrap div.inactive {
        display: none !important; }
    .success-story-top__item-wrap .success-story-top__desc--modal {
      display: none !important; }
      .success-story-top__item-wrap .success-story-top__desc--modal.active {
        display: block !important; }
    .success-story-top__item-wrap .success-story-top__image-wrap {
      display: -webkit-box !important;
      display: -webkit-flex !important;
      display: -ms-flexbox !important;
      display: flex !important;
      max-height: 170px; }
  .success-story-top__image-wrap {
    position: relative;
    height: 150px;
    padding: 10px 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;
    margin: 0 0 10px 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .success-story-top__img {
    display: block;
    max-height: 150px;
    width: auto; }
  .success-story-top__name {
    position: relative;
    display: block;
    font: bold 24px/130% "Akrobat", sans-serif;
    margin: 0 0 5px 0; }
  .success-story-top__link-wrap {
    position: relative;
    display: block;
    margin: 0 0 10px 0; }
  .success-story-top__link {
    position: relative;
    font: 400 16px/130% "Akrobat", sans-serif; }
  .success-story-top__desc {
    position: relative;
    display: block;
    font: 400 18px/130% "Akrobat", sans-serif;
    margin: 0 0 10px 0; }
    @media only screen and (max-width: 767px) {
      .success-story-top__desc {
        font: 400 16px/130% "Akrobat", sans-serif; } }
    .success-story-top__desc--modal {
      display: none; }
  .success-story-top__text {
    position: relative;
    display: block;
    margin: 0 0 5px 0;
    font: 400 14px/130% "Akrobat", sans-serif;
    color: #82989f; }

.success-story-bottom {
  position: relative;
  padding: 0 0 100px;
  z-index: 2; }
  @media only screen and (max-width: 992px) {
    .success-story-bottom {
      padding: 0 0 50px; } }
  @media only screen and (max-width: 767px) {
    .success-story-bottom {
      padding: 0 0 20px 0; } }
  .success-story-bottom__link-wrap {
    position: relative;
    display: block;
    text-align: center; }
  .success-story-bottom__link {
    display: inline-block;
    position: relative;
    font: bold 18px/130% "Akrobat", sans-serif;
    margin: 0 0 100px 0; }
    @media only screen and (max-width: 767px) {
      .success-story-bottom__link {
        font: bold 16px/130% "Akrobat", sans-serif;
        margin: 0 0 40px 0; } }
  .success-story-bottom__block {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    @media only screen and (max-width: 767px) {
      .success-story-bottom__block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; } }
    .success-story-bottom__block:hover:after {
      opacity: 1; }
    .success-story-bottom__block:before {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background: -webkit-gradient(linear, left top, left bottom, from(#00afce), to(#009bcc));
      background: -webkit-linear-gradient(top, #00afce, #009bcc);
      background: -o-linear-gradient(top, #00afce, #009bcc);
      background: linear-gradient(to bottom, #00afce, #009bcc); }
    .success-story-bottom__block:after {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background: -webkit-gradient(linear, left top, left bottom, from(#00bade), to(#009bcc));
      background: -webkit-linear-gradient(top, #00bade, #009bcc);
      background: -o-linear-gradient(top, #00bade, #009bcc);
      background: linear-gradient(to bottom, #00bade, #009bcc);
      opacity: 0;
      -webkit-transition: opacity .3s ease;
      -o-transition: opacity .3s ease;
      transition: opacity .3s ease; }
  .success-story-bottom__image {
    position: relative;
    z-index: 1;
    width: 310px;
    min-width: 310px; }
    @media only screen and (max-width: 767px) {
      .success-story-bottom__image {
        width: 100%;
        min-width: 100%; } }
    .success-story-bottom__image img {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 310px;
      height: 150px; }
      @media only screen and (max-width: 767px) {
        .success-story-bottom__image img {
          position: relative;
          width: 280px;
          height: auto; } }
  .success-story-bottom__title {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 25px 20px 35px;
    color: #ffffff;
    font: 600 50px/100% "Akrobat", sans-serif; }
    @media only screen and (max-width: 1340px) {
      .success-story-bottom__title {
        padding: 15px 20px 25px;
        font: 600 40px/110% "Akrobat", sans-serif; } }
    @media only screen and (max-width: 992px) {
      .success-story-bottom__title {
        padding: 15px 15px 20px; } }
    @media only screen and (max-width: 767px) {
      .success-story-bottom__title {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
        padding: 20px 50px 20px 20px;
        font: 600 34px/130% "Akrobat", sans-serif; } }
    @media only screen and (max-width: 576px) {
      .success-story-bottom__title {
        padding: 20px; } }

.success-story-modal .modal-content {
  padding: 40px 60px 60px;
  max-width: 800px !important; }

.success-story-modal .success-story-top__item-wrap {
  padding: 0; }

/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/main-events/style.css?15614533936459*/
.main-events {
  position: relative;
  padding: 20px 0 40px; }
  .main-events__title {
    position: relative;
    display: block;
    text-align: center;
    font: bold 64px/100% "Akrobat", sans-serif;
    margin: 0 0 30px 0;
    color: #009bcc; }
    @media only screen and (max-width: 992px) {
      .main-events__title {
        font: bold 50px/100% "Akrobat", sans-serif; } }
    @media only screen and (max-width: 767px) {
      .main-events__title {
        font: bold 30px/100% "Akrobat", sans-serif; } }
  .main-events__link-wrap {
    position: relative;
    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;
    margin: 30px 0; }
    @media only screen and (max-width: 767px) {
      .main-events__link-wrap {
        margin: 10px 0; } }
  .main-events__link {
    position: relative;
    display: inline-block;
    font: bold 18px/130% "Akrobat", sans-serif; }
    @media only screen and (max-width: 992px) {
      .main-events__link {
        font: bold 16px/130% "Akrobat", sans-serif; } }
  .main-events__wrapper {
    position: relative;
    margin: 0 -20px; }
    @media only screen and (max-width: 1340px) {
      .main-events__wrapper {
        margin: 0 -10px; } }
  .main-events__grid {
    position: relative;
    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;
    width: 100%; }
    @media only screen and (max-width: 992px) {
      .main-events__grid {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; } }
  .main-events__item {
    position: relative;
    padding: 0 20px;
    width: 33.333333333%;
    margin: 0 0 20px 0; }
    @media only screen and (max-width: 1340px) {
      .main-events__item {
        padding: 0 10px; } }
    @media only screen and (max-width: 992px) {
      .main-events__item {
        width: 100%; } }
    .main-events__item:before {
      content: '';
      position: absolute;
      left: 20px;
      right: 20px;
      top: 0;
      bottom: 0;
      -webkit-border-radius: 10px;
      border-radius: 10px;
      -webkit-filter: blur(3px);
      filter: blur(3px);
      background-color: #e5edf1;
      -webkit-transition: background .3s ease;
      -o-transition: background .3s ease;
      transition: background .3s ease; }
      @media only screen and (max-width: 1340px) {
        .main-events__item:before {
          left: 10px;
          right: 10px; } }
    .main-events__item:hover:before {
      background-color: #cbdcea;
      -webkit-filter: blur(7px);
      filter: blur(7px); }
  .main-events__item-wrap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 20px 30px;
    color: #3c3c3b;
    overflow: hidden;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #ffffff; }
    .main-events__item-wrap:before {
      content: '';
      position: absolute;
      right: 0;
      bottom: 0;
      height: 81px;
      width: 85px;
      background-repeat: no-repeat;
      -webkit-background-size: cover;
      background-size: cover;
      background-image: url("/local/static/build/img/img-new/sfera.png"); }
  .main-events__top {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0 0 10px 0; }
  .main-events__top-item {
    position: relative;
    width: 50%; }
  .main-events__category {
    position: relative;
    color: #c6c6c6;
    display: block;
    font: 400 14px/130% "Akrobat", sans-serif; }
    @media only screen and (max-width: 1340px) {
      .main-events__category {
        font: 400 12px/130% "Akrobat", sans-serif; } }
  .main-events__logo {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    .main-events__logo img {
      max-height: 20px; }
  .main-events__center {
    position: relative;
    display: block;
    margin: 0 0 20px 0; }
  .main-events__name {
    position: relative;
    display: block;
    font: bold 24px/110% "Akrobat", sans-serif;
    color: #009bcc; }
    @media only screen and (max-width: 1340px) {
      .main-events__name {
        font: bold 16px/130% "Akrobat", sans-serif; } }
  .main-events__bottom {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .main-events__bottom-item {
    position: relative; }
  .main-events__bottom-item + .main-events__bottom-item {
    margin: 0 0 0 30px; }
  .main-events__data, .main-events__location {
    position: relative;
    color: #3c3c3b;
    display: block;
    font: bold 14px/130% "Akrobat", sans-serif; }
    @media only screen and (max-width: 1340px) {
      .main-events__data, .main-events__location {
        font: bold 12px/130% "Akrobat", sans-serif; } }
    .main-events__data:before, .main-events__location:before {
      content: '';
      position: absolute;
      left: 0;
      top: -webkit-calc(50% - 8px);
      top: calc(50% - 8px);
      height: 16px;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      -webkit-background-size: cover;
      background-size: cover; }
  .main-events__data {
    padding: 0 0 0 21px;
    white-space: nowrap; }
    .main-events__data:before {
      background-image: url("/local/static/build/img/svg-new/data.svg");
      width: 16px; }
  .main-events__location {
    padding: 0 0 0 19px; }
    .main-events__location:before {
      background-image: url("/local/static/build/img/svg-new/location.svg");
      width: 14px; }

/* End */


/* Start:/local/components/custom-new/form/templates/form-preaccelerator-modal/style.css?16190171157246*/
.check-preaccelerator {
  visibility: hidden;
  height: 0; }

.form-preaccelerator-modal {
  position: relative;
  margin: 0 auto 0; }
  .form-preaccelerator-modal .form__label {
    position: relative;
    width: 100%;
    margin: 0 auto 20px; }
  .form-preaccelerator-modal .form__title {
    color: #3c3c3b;
    font: bold 50px/110% "Akrobat", sans-serif;
    margin: 0 auto 30px;
    padding: 0;
    text-align: center; }
    @media only screen and (max-width: 992px) {
      .form-preaccelerator-modal .form__title {
        font: bold 30px/110% "Akrobat", sans-serif;
        padding: 0; } }
    @media only screen and (max-width: 767px) {
      .form-preaccelerator-modal .form__title {
        font: bold 24px/110% "Akrobat", sans-serif; } }
  .form-preaccelerator-modal textarea,
  .form-preaccelerator-modal input {
    border: 1px solid #edf2f5;
    -webkit-box-shadow: inset 0 1px 3px 0 #bbc8d2;
    box-shadow: inset 0 1px 3px 0 #bbc8d2;
    background-color: #fafbfc;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #3c3c3b;
    font: 400 20px/100% "Akrobat", sans-serif; }
    @media only screen and (max-width: 767px) {
      .form-preaccelerator-modal textarea,
      .form-preaccelerator-modal input {
        height: 40px;
        font: 400 14px/100% "Akrobat", sans-serif; } }
    .form-preaccelerator-modal textarea:hover, .form-preaccelerator-modal textarea:focus,
    .form-preaccelerator-modal input:hover,
    .form-preaccelerator-modal input:focus {
      background: #ffffff;
      -webkit-box-shadow: inset 0 1px 1px 0 #bbc8d2;
      box-shadow: inset 0 1px 1px 0 #bbc8d2; }
    .form-preaccelerator-modal textarea.error:hover, .form-preaccelerator-modal textarea.error:focus,
    .form-preaccelerator-modal input.error:hover,
    .form-preaccelerator-modal input.error:focus {
      background: #ffffff;
      -webkit-box-shadow: inset 0 1px 1px 0 #bbc8d2;
      box-shadow: inset 0 1px 1px 0 #bbc8d2; }
  .form-preaccelerator-modal textarea {
    display: block;
    width: 100%;
    height: 100%;
    resize: none;
    min-height: 100%;
    padding: 10px;
    font: 400 20px/130% "Akrobat", sans-serif; }
    @media only screen and (max-width: 767px) {
      .form-preaccelerator-modal textarea {
        font: 400 14px/130% "Akrobat", sans-serif; } }
  .form-preaccelerator-modal input::-webkit-input-placeholder,
  .form-preaccelerator-modal textarea::-webkit-input-placeholder {
    color: #c6c6c6;
    opacity: 1; }
  .form-preaccelerator-modal input:-moz-placeholder,
  .form-preaccelerator-modal textarea:-moz-placeholder {
    color: #c6c6c6;
    opacity: 1; }
  .form-preaccelerator-modal input::-moz-placeholder,
  .form-preaccelerator-modal textarea::-moz-placeholder {
    color: #c6c6c6;
    opacity: 1; }
  .form-preaccelerator-modal input:-ms-input-placeholder,
  .form-preaccelerator-modal textarea:-ms-input-placeholder {
    color: #c6c6c6;
    opacity: 1; }
  .form-preaccelerator-modal input:-webkit-autofill {
    -webkit-box-shadow: inset 0 1px 1px 0 #bbc8d2 !important;
    -webkit-text-fill-color: #3c3c3b !important;
    color: #3c3c3b !important;
    background-color: transparent !important; }
  .form-preaccelerator-modal input::-moz-autofill {
    -moz-box-shadow: inset 0 1px 1px 0 #bbc8d2 !important;
    -moz-text-fill-color: #3c3c3b !important;
    color: #3c3c3b !important; }
  .form-preaccelerator-modal input:-moz-autofill {
    -moz-box-shadow: inset 0 1px 1px 0 #bbc8d2 !important;
    -moz-text-fill-color: #3c3c3b !important;
    color: #3c3c3b !important; }
  .form-preaccelerator-modal input:-ms-autofill {
    -moz-box-shadow: inset 0 1px 1px 0 #bbc8d2 !important;
    -moz-text-fill-color: #3c3c3b !important;
    color: #3c3c3b !important; }
  .form-preaccelerator-modal .success {
    text-align: center; }
    .form-preaccelerator-modal .success__title {
      color: #3c3c3b;
      padding: 0; }
    .form-preaccelerator-modal .success__text {
      color: #3c3c3b; }
    .form-preaccelerator-modal .success .form__icon-wrap {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 100%; }
    .form-preaccelerator-modal .success .form__icon {
      position: relative;
      left: auto;
      top: auto;
      margin: 0 auto 20px; }
    .form-preaccelerator-modal .success .form__icon-item + .form__icon-item {
      margin: 0; }
  .form-preaccelerator-modal .form-programs {
    position: relative;
    display: block; }
    .form-preaccelerator-modal .form-programs__wrap {
      position: relative;
      display: block;
      margin: 0 -10px; }
    .form-preaccelerator-modal .form-programs__grid {
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
    .form-preaccelerator-modal .form-programs__item {
      position: relative;
      display: block;
      width: 33.33333%;
      padding: 0 10px; }
      .form-preaccelerator-modal .form-programs__item.active .form-programs__item-wrap {
        background: #ffffff;
        border: 1px solid #009bcc; }
    .form-preaccelerator-modal .form-programs__item-wrap {
      position: relative;
      display: block;
      padding: 20px 10px;
      border: 1px solid #EDF2F5;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      margin: 0 0 10px 0;
      background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FAFBFC));
      background: -webkit-linear-gradient(top, #FFFFFF 0%, #FAFBFC 100%);
      background: -o-linear-gradient(top, #FFFFFF 0%, #FAFBFC 100%);
      background: linear-gradient(180deg, #FFFFFF 0%, #FAFBFC 100%);
      -webkit-transition: background .3s ease, border .3s ease;
      -o-transition: background .3s ease, border .3s ease;
      transition: background .3s ease, border .3s ease;
      cursor: pointer; }
      .form-preaccelerator-modal .form-programs__item-wrap:hover {
        background: #ffffff;
        border: 1px solid #009bcc; }
      .form-preaccelerator-modal .form-programs__item-wrap input {
        position: absolute !important;
        height: 100%;
        width: 100%;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        border: 0 none;
        -webkit-box-shadow: none;
        box-shadow: none;
        opacity: 0;
        z-index: 2;
        cursor: pointer; }
    .form-preaccelerator-modal .form-programs__title {
      position: relative;
      display: block;
      font: bold 24px/100% "Akrobat", sans-serif;
      color: #3c3c3b;
      text-transform: uppercase;
      text-align: center;
      margin: 0 0 5px 0; }
    .form-preaccelerator-modal .form-programs__desc {
      position: relative;
      display: block;
      font: 600 18px/130% "Akrobat", sans-serif;
      color: #3c3c3b;
      text-transform: uppercase;
      text-align: center; }
    .form-preaccelerator-modal .form-programs__link {
      position: relative;
      display: block;
      font: 500 16px/130% "Akrobat", sans-serif;
      text-align: center; }

/* End */
/* /local/components/custom-new/main-2/templates/.default/style.css?15617098366943 */
/* /node_modules/slick-carousel/slick/slick.css?15070523871776 */
/* /local/components/custom-new/main-top/templates/.default/style.css?16147580074544 */
/* /local/templates/.default/components/bitrix/news.list/main-webinars/style.css?159422450615685 */
/* /local/templates/.default/components/bitrix/news.list/main-accelerators/style.css?156145339312370 */
/* /local/components/custom-new/main-cooperate/templates/.default/style.css?156145339120863 */
/* /local/templates/.default/components/bitrix/news.list/partners-about-us/style.css?160691689914240 */
/* /local/components/custom-new/lenta-novostei/templates/main-news/style.css?15670682417499 */
/* /local/components/custom-new/form/templates/form-mailing/style.css?15614533912144 */
/* /local/templates/.default/components/bitrix/news.list/success-story/style.css?156145339315884 */
/* /local/templates/.default/components/bitrix/news.list/main-events/style.css?15614533936459 */
/* /local/components/custom-new/form/templates/form-preaccelerator-modal/style.css?16190171157246 */
