

/* Start:/local/templates/html/components-template/mixin__download-latest/style.css?16400127144344*/
.download-latest {
  display: block; }
  .download-latest__title {
    display: flex;
    align-items: center; }
    .download-latest__title span {
      display: flex; }
  .download-latest__img {
    display: block;
    margin-left: 20px;
    margin-bottom: 22px; }
    .download-latest__img img {
      margin: 0px; }
  .download-latest__descr {
    color: #919191;
    font-size: 12px;
    padding-left: 24px; }

.download-latest--mobile {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10%;
  height: 120px; }
  @media (max-width: 1023px) {
    .download-latest--mobile {
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 12px 0px;
      transform: translateY(0);
      top: auto;
      right: 0;
      position: relative;
      margin-bottom: 20px; }
      .download-latest--mobile:after {
        position: absolute;
        content: "";
        left: calc(50% - 22px);
        top: 0;
        width: 50vw;
        height: 100%;
        background-color: #f4f4f4;
        z-index: -1; }
      .download-latest--mobile:before {
        position: absolute;
        content: "";
        right: calc(50% + 22px);
        top: 0;
        height: 100%;
        width: 50vw;
        background-color: #f4f4f4;
        z-index: -1; }
      .download-latest--mobile .download-latest__img {
        position: absolute;
        max-width: 68px;
        right: 0px;
        margin-bottom: 0px; }
      .download-latest--mobile .download-latest__title {
        position: relative;
        left: -32px;
        max-width: 220px; }
        .download-latest--mobile .download-latest__title .icon {
          margin-right: 10px; }
      .download-latest--mobile .download-latest__descr {
        padding-left: 0px; } }

.download-latest--dekstop {
  background-color: #fff;
  padding: 10px;
  margin: auto;
  position: relative;
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start; }
  @media (max-width: 767px) {
    .download-latest--dekstop {
      display: none; } }
  .download-latest--dekstop.download-latest .download-latest__img {
    padding-left: 0px;
    margin-left: 0px;
    align-self: flex-start;
    margin-bottom: 0px;
    width: 100%;
    transition: all 0.4s ease;
    overflow: hidden;
    height: 180px; }
    .download-latest--dekstop.download-latest .download-latest__img .img-wrap {
      display: block;
      position: relative;
      transition: all 0.4s ease;
      top: 0px;
      margin: auto; }
    .download-latest--dekstop.download-latest .download-latest__img .look {
      position: absolute;
      text-align: center;
      color: #281f26;
      font-size: 16px;
      display: flex;
      align-items: center;
      justify-content: center;
      max-width: 175px;
      top: -50px;
      opacity: 0;
      transition: all 0.4s ease;
      margin-bottom: 11px;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      pointer-events: none; }
    .download-latest--dekstop.download-latest .download-latest__img:hover {
      background-color: #fff;
      border-radius: 4px; }
      .download-latest--dekstop.download-latest .download-latest__img:hover .img-wrap {
        display: block;
        position: relative;
        top: 91px; }
      .download-latest--dekstop.download-latest .download-latest__img:hover .look {
        position: absolute;
        opacity: 1;
        top: 20px; }
  .download-latest--dekstop .icon {
    margin-right: 9px; }
    @media (max-width: 1023px) {
      .download-latest--dekstop .icon {
        max-width: none; } }
  .download-latest--dekstop .download-latest__title {
    margin-top: 16px;
    font-size: 16px;
    margin-right: auto;
    stroke: #af226f; }
    .download-latest--dekstop .download-latest__title .icon {
      flex: 0 0 auto; }
    .download-latest--dekstop .download-latest__title:hover {
      color: #cc468f; }
      .download-latest--dekstop .download-latest__title:hover .icon {
        flex: 0 0 auto;
        stroke: #cc468f; }
  .download-latest--dekstop .download-latest__descr {
    padding-left: 32px;
    margin-right: auto; }
  @media (max-width: 1023px) {
    .download-latest--dekstop .archive {
      display: none; } }

.download-latest--section {
  margin-bottom: 60px; }

/* End */


/* Start:/local/templates/html/components-template/mixin__dynamic/style.css?16378531251143*/
.dynamic {
  height: 10px;
  margin-left: 3px; }

.dynamic--up {
  position: relative; }
  .dynamic--up:after {
    position: absolute;
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='7' height='10' viewBox='0 0 7 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.62155 3.50023L3.50023 1.37891L1.37891 3.50023M3.50023 2.50021L3.50023 9.50021' stroke='%237ABA52' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    width: 7px;
    height: 10px;
    top: 0; }

.dynamic--down {
  position: relative; }
  .dynamic--down:after {
    position: absolute;
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.86373 6.99977L2.74241 9.12109L0.621094 6.99977M2.74241 7.99979L2.74241 0.999786' stroke='%23E33014' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    width: 7px;
    height: 10px;
    top: 0; }

.dynamic--currencies {
  margin-left: 8px;
  width: 5px;
  top: 4px; }

/* End */


/* Start:/local/templates/html/components-template/index-top-section/style.css?16400127142489*/
.index-top-section {
  padding-top: 48px; }
  @media (max-width: 767px) {
    .index-top-section {
      padding-top: 12px; } }
  .index-top-section__inner {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -8px; }
    .index-top-section__inner .news-card__title {
      font-size: 15px; }
    .index-top-section__inner .news-card-grid {
      width: 25%;
      padding: 0px 8px; }
      @media (max-width: 1199px) {
        .index-top-section__inner .news-card-grid {
          width: 50%; } }
      @media (max-width: 767px) {
        .index-top-section__inner .news-card-grid {
          width: 100%; } }
    .index-top-section__inner .news-card-grid--width2 {
      width: 50%; }
      @media (max-width: 1199px) {
        .index-top-section__inner .news-card-grid--width2 {
          width: 100%; } }
      @media (max-width: 767px) {
        .index-top-section__inner .news-card-grid--width2 {
          width: 100%; } }
  @media (min-width: 767px) {
    .index-top-section .row-margin-bottom {
      margin-bottom: 16px; } }
  @media (max-width: 1199px) and (min-width: 768px) {
    .index-top-section .row-margin-top {
      margin-top: 16px; } }
  @media (max-width: 1023px) and (min-width: 768px) {
    .index-top-section .col-custom-8 {
      max-width: 75%;
      flex: 0 0 75%; } }
  @media (max-width: 1023px) and (min-width: 768px) {
    .index-top-section .col-custom-2 {
      max-width: 25%;
      flex: 0 0 25%; } }
  @media (max-width: 1023px) {
    .index-top-section .news-card {
      margin-bottom: 16px; } }
  @media (max-width: 767px) {
    .index-top-section .col-height {
      height: 100%; } }
  @media (max-width: 767px) {
    .index-top-section .download-latest--dekstop {
      display: none; } }

.download-wrap--index {
  display: flex; }
  @media (max-width: 1199px) {
    .download-wrap--index {
      display: block; } }
  .download-wrap--index .download-latest.download-latest--dekstop {
    margin: 0px;
    display: flex;
    flex-direction: column;
    height: auto;
    justify-content: center;
    margin-bottom: 16px;
    align-items: flex-start;
    flex-grow: 1; }
    @media (max-width: 1199px) {
      .download-wrap--index .download-latest.download-latest--dekstop {
        position: sticky;
        top: 115px; } }
    .download-wrap--index .download-latest.download-latest--dekstop .download-latest__img {
      position: relative;
      height: 165px; }
  .download-wrap--index .download-latest__title {
    margin-top: 32px; }

/* End */


/* Start:/local/templates/html/components-template/mixin__news-card/style.css?164001271413862*/
.news-card-wrap {
  position: relative;
  border-radius: 4px;
  margin-bottom: 16px; }

.news-card {
  width: 100%;
  padding: 16px;
  min-height: 132px;
  display: block;
  overflow: hidden;
  padding-bottom: 20px; }
  .news-card.empty {
    display: flex;
    flex-direction: column; }
    .news-card.empty:after {
      display: none; }
  .news-card__label {
    font-weight: 500;
    font-size: 10px;
    color: #919191;
    line-height: 20px;
    text-transform: uppercase; }
    .news-card__label:hover {
      cursor: pointer;
      text-decoration: underline;
      color: #919191; }
  .news-card__date {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 8px;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 20px;
    color: #919191; }
  .news-card__title {
    color: #281f26;
    font-weight: bold;
    font-size: 16px;
    line-height: 131%;
    display: block; }
    @media (max-width: 1459px) {
      .news-card__title {
        font-size: 14px; } }
    .news-card__title:hover {
      cursor: pointer;
      color: #898889; }
  .news-card__text {
    display: block;
    position: relative;
    z-index: 10;
    color: #fff;
    margin-top: 0px;
    font-weight: normal;
    font-size: 15px;
    line-height: 134%; }
    .news-card__text:hover {
      cursor: pointer;
      color: #fff;
      opacity: 90%; }
  .news-card__content {
    display: block;
    margin: auto 0;
    max-height: calc(100% - 25px);
    overflow: hidden; }

.news-card__label {
  position: absolute;
  top: 16px;
  left: 16px; }

.news-card--simple {
  background-color: #fff; }
  .news-card--simple .news-card__content {
    height: 80px;
    display: block;
    overflow: hidden; }
  .news-card--simple .news-card__title,
  .news-card--simple .news-card__text {
    transition: all .3s ease; }
  .news-card--simple:hover .news-card__title,
  .news-card--simple:hover .news-card__text {
    color: #898889; }

.news-card--linear {
  background-color: #fff;
  position: relative;
  overflow: hidden;
  padding-bottom: 0px; }
  .news-card--linear .news-card {
    height: 240px;
    min-height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .news-card--linear .news-card__text {
      color: #281f26;
      margin-top: 16px; }
    .news-card--linear .news-card .news-card__content {
      margin: auto 0px; }
  .news-card--linear .news-card__title {
    height: 102px;
    overflow: hidden; }
    @media (max-width: 1459px) {
      .news-card--linear .news-card__title {
        line-height: 123%; } }
    @media (max-width: 767px) {
      .news-card--linear .news-card__title {
        overflow: visible;
        height: auto;
        line-height: 135%; } }
  .news-card--linear .news-card__title,
  .news-card--linear .news-card__text {
    transition: all .3s ease; }
  @media (max-width: 767px) {
    .news-card--linear .news-card__text {
      margin-top: 21px; } }
  .news-card--linear:hover .news-card__title,
  .news-card--linear:hover .news-card__text {
    color: #898889; }
  @media (max-width: 767px) {
    .news-card--linear {
      height: auto;
      min-height: auto; } }

.news-card--bg-color {
  transition: all 0.3s ease;
  background-color: #5dbbc5; }
  .news-card--bg-color .news-card__content {
    height: 79px;
    display: block;
    overflow: hidden; }
  .news-card--bg-color:hover {
    cursor: pointer;
    background-color: #6bc2cb; }
  .news-card--bg-color .news-card__title {
    color: #fff; }
  .news-card--bg-color .news-card__label {
    color: #f2f2f2; }
    .news-card--bg-color .news-card__label:hover {
      cursor: pointer;
      color: #fff;
      text-decoration: underline; }
  .news-card--bg-color .news-card__date {
    color: #fff; }
  .news-card--bg-color .news-card:after {
    position: absolute;
    content: "";
    height: 67px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    border-radius: 4px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(93, 187, 197, 0.5) 80%); }

.paid-content .news-card--paid-content {
  max-height: 322px; }

.news-card--paid-content {
  overflow: hidden;
  transition: all 0.3s ease;
  background-size: cover;
  background-position: center;
  position: relative;
  background-color: #281f26;
  min-height: 322px;
  display: flex;
  margin-bottom: 16px; }
  @media (max-width: 1459px) {
    .news-card--paid-content {
      height: calc(100% - 16px); } }
  .news-card--paid-content .img-bg {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 40%;
    transition: all 0.3s ease; }
  .news-card--paid-content:hover {
    cursor: pointer; }
    .news-card--paid-content:hover .img-bg {
      opacity: 30%; }
    .news-card--paid-content:hover .news-card__title {
      opacity: 90%; }
    .news-card--paid-content:hover .news-card__text {
      color: #fff;
      opacity: 90%; }
  .news-card--paid-content .news-card__title {
    color: #fff;
    position: relative;
    z-index: 10;
    display: block; }
    .news-card--paid-content .news-card__title a:hover {
      color: #fff;
      opacity: 90%; }
    .news-card--paid-content .news-card__title:after {
      position: absolute;
      bottom: -16px;
      content: "";
      max-width: 247px;
      width: 100%;
      background-color: #fff;
      height: 1px;
      left: 0; }
  .news-card--paid-content .news-card__label {
    color: #f2f2f2;
    z-index: 50; }
    .news-card--paid-content .news-card__label:hover {
      cursor: pointer;
      color: #fff;
      text-decoration: underline;
      opacity: 90%; }
  .news-card--paid-content .news-card__date {
    color: #fff;
    position: relative;
    z-index: 10; }
  .news-card--paid-content .news-card__text {
    position: relative;
    z-index: 10;
    color: #fff;
    margin-top: 32px;
    font-weight: normal;
    font-size: 15px;
    display: block; }

.news-card--company {
  position: relative;
  margin-bottom: 16px; }
  .news-card--company .news-card {
    margin-bottom: 0px; }
    .news-card--company .news-card__text {
      color: #281f26;
      margin-top: 16px;
      height: 57px;
      overflow: hidden;
      display: block; }
    .news-card--company .news-card:after {
      display: none; }
  .news-card--company .lazy-img-wrap {
    margin-right: 14px;
    float: left; }
  .news-card--company .news-card__title,
  .news-card--company .news-card__text {
    transition: all .3s ease; }
  .news-card--company .news-card__text {
    line-height: 130%; }
  .news-card--company:hover .news-card__title,
  .news-card--company:hover .news-card__text {
    color: #898889; }

.news-card--most-readable-linear-main .news-card__title {
  color: #fff;
  position: relative;
  z-index: 10;
  display: block;
  font-size: 20px; }
  .news-card--most-readable-linear-main .news-card__title:hover {
    cursor: pointer;
    opacity: 90%; }
  .news-card--most-readable-linear-main .news-card__title a:hover {
    color: #fff;
    opacity: 90%; }
  .news-card--most-readable-linear-main .news-card__title:after {
    position: absolute;
    bottom: -16px;
    content: "";
    max-width: 247px;
    width: 100%;
    background-color: #fff;
    height: 1px;
    left: 0; }

.news-card--most-readable-linear {
  transition: all 0.3s ease;
  background-size: cover;
  background-position: center;
  position: relative;
  background-color: #281f26;
  height: 240px;
  overflow: hidden; }
  .news-card--most-readable-linear:hover {
    cursor: pointer; }
    .news-card--most-readable-linear:hover .img-bg {
      opacity: 30%; }
    .news-card--most-readable-linear:hover .news-card__title {
      opacity: 90%; }
    .news-card--most-readable-linear:hover .news-card__text {
      color: #fff;
      opacity: 90%; }
  .news-card--most-readable-linear .news-card {
    height: 240px; }
  .news-card--most-readable-linear .img-bg {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 40%;
    transition: all 0.3s ease; }
  .news-card--most-readable-linear:hover {
    cursor: pointer; }
    .news-card--most-readable-linear:hover .img-bg {
      opacity: 30%; }
  .news-card--most-readable-linear .news-card__title {
    color: #fff;
    position: relative;
    z-index: 10;
    display: block; }
    .news-card--most-readable-linear .news-card__title:hover {
      cursor: pointer;
      opacity: 90%; }
    .news-card--most-readable-linear .news-card__title a:hover {
      color: #fff;
      opacity: 90%; }
  .news-card--most-readable-linear .news-card__label {
    color: #f2f2f2;
    z-index: 50; }
    .news-card--most-readable-linear .news-card__label:hover {
      cursor: pointer;
      color: #fff;
      text-decoration: underline;
      opacity: 90%; }
  .news-card--most-readable-linear .news-card__date {
    color: #fff;
    position: relative;
    z-index: 10; }
  .news-card--most-readable-linear .news-card__text {
    position: relative;
    z-index: 10;
    color: #fff;
    font-weight: normal;
    display: block;
    margin-top: 17px; }
    .news-card--most-readable-linear .news-card__text:before {
      position: absolute;
      top: -8px;
      content: "";
      max-width: 247px;
      width: 100%;
      background-color: #fff;
      height: 1px;
      left: 0; }
    .news-card--most-readable-linear .news-card__text:hover {
      cursor: pointer;
      color: #fff;
      opacity: 90%; }
  .news-card--most-readable-linear .news-card__title {
    height: 102px;
    overflow: hidden; }
    @media (max-width: 1459px) {
      .news-card--most-readable-linear .news-card__title {
        line-height: 123%; } }
    @media (max-width: 767px) {
      .news-card--most-readable-linear .news-card__title {
        overflow: visible;
        height: auto;
        line-height: 135%; } }
  @media (max-width: 767px) {
    .news-card--most-readable-linear .news-card__text {
      margin-top: 21px; } }
  @media (max-width: 767px) {
    .news-card--most-readable-linear {
      height: auto;
      min-height: auto; } }

.news-card--bg-content {
  min-height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  .news-card--bg-content .news-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    min-height: 100%;
    padding-bottom: 34px; }
    .news-card--bg-content .news-card__title {
      font-size: 20px;
      font-weight: 700; }
      .news-card--bg-content .news-card__title:after {
        display: none; }
      @media (max-width: 767px) {
        .news-card--bg-content .news-card__title {
          font-size: 18px; } }
    .news-card--bg-content .news-card__text {
      position: relative; }
      .news-card--bg-content .news-card__text:after {
        position: absolute;
        top: -16px;
        content: "";
        max-width: 247px;
        width: 100%;
        background-color: #fff;
        height: 1px;
        left: 0; }

.news-card--bg-content-mini {
  min-height: auto; }
  .news-card--bg-content-mini .news-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    height: 240px; }
    .news-card--bg-content-mini .news-card__text {
      margin-top: 8px;
      line-height: 134%; }
  .news-card--bg-content-mini .news-card__content {
    margin: auto 0px; }
  .news-card--bg-content-mini .news-card__title {
    height: 102px;
    overflow: hidden; }
    @media (max-width: 1459px) {
      .news-card--bg-content-mini .news-card__title {
        line-height: 123%; } }
    @media (max-width: 767px) {
      .news-card--bg-content-mini .news-card__title {
        overflow: visible;
        height: auto;
        line-height: 135%; } }
  .news-card--bg-content-mini .news-card__title:after {
    display: none; }
  .news-card--bg-content-mini .news-card__text {
    line-height: 140%; }
    @media (max-width: 767px) {
      .news-card--bg-content-mini .news-card__text {
        margin-top: 21px;
        line-height: 128%; } }

.events-block__main-news .news-card-wrap .news-card__title {
  height: auto; }

.events-block__main-news .news-card--most-readable-linear .news-card {
  height: auto; }

.paid-content .row > .col-sm-10.col-md-5 .news-card--paid-content .news-card__title,
.paid-content .row > .col-sm-10.col-md-3 .news-card--paid-content .news-card__title,
.paid-content .row > .col-sm-10.col-md-2 .news-card--paid-content .news-card__title {
  height: 63px;
  overflow: hidden; }
  @media (max-width: 1459px) {
    .paid-content .row > .col-sm-10.col-md-5 .news-card--paid-content .news-card__title,
    .paid-content .row > .col-sm-10.col-md-3 .news-card--paid-content .news-card__title,
    .paid-content .row > .col-sm-10.col-md-2 .news-card--paid-content .news-card__title {
      height: 57px; } }

.paid-content .row > .col-sm-10.col-md-5 .news-card__text,
.paid-content .row > .col-sm-10.col-md-3 .news-card__text,
.paid-content .row > .col-sm-10.col-md-2 .news-card__text {
  line-height: 132%;
  margin-top: 20px; }
  @media (max-width: 1199px) {
    .paid-content .row > .col-sm-10.col-md-5 .news-card__text,
    .paid-content .row > .col-sm-10.col-md-3 .news-card__text,
    .paid-content .row > .col-sm-10.col-md-2 .news-card__text {
      line-height: 135%; } }
  .paid-content .row > .col-sm-10.col-md-5 .news-card__text:before,
  .paid-content .row > .col-sm-10.col-md-3 .news-card__text:before,
  .paid-content .row > .col-sm-10.col-md-2 .news-card__text:before {
    position: absolute;
    top: -8px;
    content: "";
    max-width: 247px;
    width: 100%;
    background-color: #fff;
    height: 1px;
    left: 0; }

/* End */


/* Start:/local/templates/html/components-template/paid-content/style.css?16421675561464*/
.paid-content.paid-content--article {
  padding: 42px 0px;
  background-color: #fff; }
  .paid-content.paid-content--article:not(:first-child) {
    position: relative; }
    .paid-content.paid-content--article:not(:first-child):after {
      position: absolute;
      content: '';
      max-width: 1430px;
      width: 100%;
      height: 1px;
      background-color: rgba(145, 145, 145, 0.2);
      left: 50%;
      transform: translateX(-50%);
      top: 0; }
      @media (max-width: 767px) {
        .paid-content.paid-content--article:not(:first-child):after {
          display: none; } }
  @media (max-width: 767px) {
    .paid-content.paid-content--article .news-card-wrap {
      border-bottom: 1px solid #d6d6d6; } }

.paid-content h2 {
  margin-bottom: 0px;
  margin-right: 32px; }

.paid-content .presection {
  margin-top: 22px;
  display: flex;
  align-items: center;
  margin-bottom: 10px; }
  @media (min-width: 1024px) {
    .paid-content .presection {
      padding-left: 16px; } }

.paid-content .company-news {
  display: flex;
  flex-wrap: wrap; }
  .paid-content .company-news .news-card--company {
    width: 33.33%; }

@media (max-width: 1023px) {
  .paid-content .col-height {
    height: 100%; } }

@media (max-width: 1023px) {
  .paid-content .company-news {
    display: none; } }

.paid-content .show-more {
  display: none; }
  @media (max-width: 1023px) {
    .paid-content .show-more {
      display: block;
      width: 100%; } }

/* End */


/* Start:/local/templates/html/components-template/most-readable/style.css?16400127142580*/
.most-readable h2 {
  margin-bottom: 0px;
  margin-right: 32px; }

.most-readable .presection {
  margin-top: 22px;
  display: flex;
  align-items: center;
  margin-bottom: 10px; }
  @media (min-width: 1024px) {
    .most-readable .presection {
      padding-left: 16px; } }

.most-readable .most-readable-slider {
  padding-bottom: 58px; }
  .most-readable .most-readable-slider .swiper-wrapper {
    height: auto; }
  .most-readable .most-readable-slider .swiper-container {
    padding-bottom: 10px; }
  .most-readable .most-readable-slider .swiper-pagination {
    bottom: 0;
    left: 8px; }
    @media (max-width: 767px) {
      .most-readable .most-readable-slider .swiper-pagination {
        left: 6px; } }
  @media (max-width: 1459px) {
    .most-readable .most-readable-slider .swiper-button-prev,
    .most-readable .most-readable-slider .swiper-button-next {
      top: 0; } }
  .most-readable .most-readable-slider .swiper-button-prev {
    left: 3px; }
    @media (max-width: 1459px) {
      .most-readable .most-readable-slider .swiper-button-prev {
        right: 40px;
        left: auto; } }
  .most-readable .most-readable-slider .swiper-button-next {
    right: 3px; }
  @media (max-width: 1459px) {
    .most-readable .most-readable-slider .swiper-container {
      padding-top: 50px;
      margin-top: -50px;
      margin-left: -8px;
      margin-right: -8px; } }
  .most-readable .most-readable-slider .swiper-slide {
    display: flex;
    flex-wrap: wrap; }
    .most-readable .most-readable-slider .swiper-slide .news-card-wrapper {
      width: 25%;
      padding: 0px 8px; }
      @media (max-width: 1199px) {
        .most-readable .most-readable-slider .swiper-slide .news-card-wrapper {
          width: 50%; } }
      @media (max-width: 767px) {
        .most-readable .most-readable-slider .swiper-slide .news-card-wrapper {
          width: 100%; } }
      .most-readable .most-readable-slider .swiper-slide .news-card-wrapper:first-child {
        width: 50%; }
        @media (max-width: 1199px) {
          .most-readable .most-readable-slider .swiper-slide .news-card-wrapper:first-child {
            width: 100%; } }
        @media (max-width: 767px) {
          .most-readable .most-readable-slider .swiper-slide .news-card-wrapper:first-child {
            width: 100%; } }

.most-readable .swiper-wrapper {
  box-sizing: border-box; }

@media (max-width: 1199px) {
  .most-readable .row-margin-bottom {
    margin-bottom: 16px; } }

@media (max-width: 767px) {
  .most-readable .news-card--most-readable-linear {
    height: 240px; } }

/* End */


/* Start:/local/templates/html/components-template/solutions/style.css?16400127146597*/
.solutions {
  background-color: #281f26;
  padding-top: 48px;
  width: 100%;
  background-repeat: repeat-x;
  background-position: 0px 10px;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='313' height='216' viewBox='0 0 313 216' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M108.359 1.00038C108.359 0.724241 108.136 0.500212 107.859 0.5L103.36 0.49655C103.083 0.496338 102.859 0.720024 102.859 0.996166C102.859 1.27231 103.083 1.49634 103.359 1.49655L107.359 1.49962L107.356 5.49962C107.355 5.77576 107.579 5.99979 107.855 6C108.131 6.00021 108.355 5.77652 108.356 5.50038L108.359 1.00038ZM108.359 107.73C108.359 107.454 108.136 107.23 107.859 107.23L103.36 107.226C103.083 107.226 102.859 107.45 102.859 107.726C102.859 108.002 103.083 108.226 103.359 108.226L107.359 108.229L107.356 112.229C107.355 112.505 107.579 112.729 107.855 112.73C108.131 112.73 108.355 112.506 108.356 112.23L108.359 107.73ZM312.706 1.00038C312.706 0.724241 312.482 0.500212 312.206 0.5L307.706 0.49655C307.43 0.496338 307.206 0.720024 307.206 0.996166C307.206 1.27231 307.429 1.49634 307.705 1.49655L311.705 1.49962L311.702 5.49962C311.702 5.77576 311.926 5.99979 312.202 6C312.478 6.00021 312.702 5.77652 312.702 5.50038L312.706 1.00038ZM312.706 107.73C312.706 107.454 312.482 107.23 312.206 107.23L307.706 107.226C307.43 107.226 307.206 107.45 307.206 107.726C307.206 108.002 307.429 108.226 307.705 108.226L311.705 108.229L311.702 112.229C311.702 112.505 311.926 112.729 312.202 112.73C312.478 112.73 312.702 112.506 312.702 112.23L312.706 107.73ZM0.353282 109.048L108.212 1.35382L107.506 0.646176L-0.353282 108.34L0.353282 109.048ZM0.353282 215.777L108.212 108.083L107.506 107.376L-0.353282 215.07L0.353282 215.777ZM204.7 109.048L312.559 1.35382L311.853 0.646176L203.993 108.34L204.7 109.048ZM204.7 215.777L312.559 108.083L311.853 107.376L203.993 215.07L204.7 215.777Z' fill='url(%23paint0_linear)' fill-opacity='0.5'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear' x1='1873.86' y1='-265.14' x2='2426.62' y2='288.472' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23B41D70'/%3E%3Cstop offset='1' stop-color='%2315000C'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E"); }
  .solutions h2 {
    margin-bottom: 0px;
    margin-right: 32px; }
  .solutions .presection {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    color: #fff; }
    @media (min-width: 1024px) {
      .solutions .presection {
        padding-left: 16px; } }
  .solutions .solutions-slider {
    width: 100%;
    padding-bottom: 50px; }
    .solutions .solutions-slider .swiper-pagination {
      left: 50%;
      transform: translateX(-50%); }
  .solutions .solutions-card {
    display: block;
    background: #ffffff;
    border-radius: 4px;
    padding: 16px;
    min-height: 118px;
    height: 150px;
    box-sizing: border-box;
    overflow: hidden; }
    @media (max-width: 1459px) {
      .solutions .solutions-card {
        height: 145px; } }
    .solutions .solutions-card:hover .solutions-card__title {
      color: #cc468f; }
    .solutions .solutions-card__title {
      color: #af226f;
      text-align: center;
      font-weight: bold;
      font-size: 16px;
      line-height: 130%;
      display: flex;
      justify-content: center; }
  .solutions .swiper-button-next {
    right: 0px;
    transform: translateX(100%);
    height: 14px;
    width: 18px;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='18' viewBox='0 0 14 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 1L8 9L2 17' stroke='%23919191' stroke-width='3' stroke-miterlimit='10'/%3E%3C/svg%3E%0A"); }
    .solutions .swiper-button-next:hover {
      background-image: url("data:image/svg+xml,%3Csvg width='14' height='18' viewBox='0 0 14 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 17L8 9L2 1' stroke='white' stroke-width='3' stroke-miterlimit='10'/%3E%3C/svg%3E%0A");
      background-color: transparent; }
    @media (max-width: 1459px) {
      .solutions .swiper-button-next {
        bottom: 26px;
        top: auto;
        right: 0;
        left: auto;
        transform: translate(0, 50%); } }
  .solutions .swiper-button-prev {
    left: 0px;
    transform: translateX(-100%);
    height: 14px;
    width: 18px;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='18' viewBox='0 0 14 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 17L6 9L12 1' stroke='%23919191' stroke-width='3' stroke-miterlimit='10'/%3E%3C/svg%3E"); }
    @media (max-width: 1459px) {
      .solutions .swiper-button-prev {
        bottom: 26px;
        top: auto;
        right: 35px;
        left: auto;
        transform: translate(0, 50%); } }
    .solutions .swiper-button-prev:hover {
      background-image: url("data:image/svg+xml,%3Csvg width='14' height='18' viewBox='0 0 14 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 17L6 9L12 1' stroke='white' stroke-width='3' stroke-miterlimit='10'/%3E%3C/svg%3E");
      background-color: transparent; }
  .solutions .swiper-pagination-bullet {
    background-color: #919191; }
  .solutions .swiper-pagination-bullet-active {
    background-color: #fff; }
  .solutions .swiper-pagination {
    bottom: 26px; }
  .solutions .show-more {
    display: none; }
  .solutions .swiper-container:not(.swiper-container-initialized) .swiper-wrapper {
    flex-wrap: wrap; }
  .solutions .swiper-container:not(.swiper-container-initialized) .swiper-slide {
    padding-left: 8px;
    padding-right: 8px;
    width: calc(50% - 16px);
    margin-bottom: 16px; }
    .solutions .swiper-container:not(.swiper-container-initialized) .swiper-slide .solutions-card {
      min-height: 70px; }
    @media (max-width: 767px) {
      .solutions .swiper-container:not(.swiper-container-initialized) .swiper-slide {
        width: calc(100% - 16px); }
        .solutions .swiper-container:not(.swiper-container-initialized) .swiper-slide .solutions-card {
          min-height: auto; } }
  .solutions .swiper-container:not(.swiper-container-initialized) .show-more {
    display: block;
    width: 100%; }
  @media (max-width: 767px) {
    .solutions .solutions-slider {
      padding-bottom: 16px; } }
  @media (max-width: 767px) {
    .solutions .solutions-slider .swiper-slide {
      display: none; }
      .solutions .solutions-slider .swiper-slide:nth-child(-n + 3) {
        display: block; }
    .solutions .solutions-slider.collapsed .swiper-slide {
      display: block; } }

/* End */


/* Start:/local/templates/html/components-template/events/style.css?16421673653220*/
@media (min-width: 1024px) {
  .events {
    background-color: #fff; } }

.events-grid-wrap {
  display: grid;
  grid-template-areas: "header header" "body bannertop" "body bannerbottom";
  grid-template-rows: auto 400px auto; }
  @media (max-width: 1023px) {
    .events-grid-wrap {
      grid-template-rows: auto 182px auto; } }
  @media (max-width: 767px) {
    .events-grid-wrap {
      grid-template-areas: "bannertop" "header" "bannerbottom" "body";
      grid-template-rows: auto auto auto auto; } }
  .events-grid-wrap .safari-fix-overlay {
    grid-area: fixOverlay; }
  .events-grid-wrap__header {
    grid-area: header; }
    @media (max-width: 767px) {
      .events-grid-wrap__header {
        padding-top: 16px; } }
  .events-grid-wrap__body {
    grid-area: body;
    padding: 0px 15px; }
  .events-grid-wrap__banner-top {
    grid-area: bannertop;
    padding: 0px 15px;
    z-index: 2;
    width: 270px;
    margin-bottom: 16px; }
    @media (max-width: 1023px) {
      .events-grid-wrap__banner-top {
        max-width: 144px; } }
    @media (max-width: 767px) {
      .events-grid-wrap__banner-top {
        max-width: none; } }
  .events-grid-wrap__banner-bottom {
    z-index: 1;
    grid-area: bannerbottom;
    padding: 0px 15px;
    width: 270px; }
    @media (max-width: 1023px) {
      .events-grid-wrap__banner-bottom {
        max-width: 144px; } }
    @media (max-width: 767px) {
      .events-grid-wrap__banner-bottom {
        margin: 16px 0px;
        max-width: none; } }

@media (max-width: 767px) {
  .events .side-banner-wrap, .events .side-neg-rek-wrap {
    margin-bottom: 0px; } }

.events h2 {
  margin-bottom: 0px;
  margin-right: 32px; }

.events .presection {
  padding-top: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px; }
  .events .presection__link {
    font-size: 14px; }
  @media (min-width: 1024px) {
    .events .presection {
      padding-left: 16px; } }

.events .events-block__main-news {
  height: calc(100% - 16px);
  max-height: 372px;
  margin-bottom: 16px; }
  .events .events-block__main-news .news-card--most-readable-linear {
    height: 100%;
    max-height: none; }
  .events .events-block__main-news .news-card-wrap .news-card__title {
    font-size: 32px; }
  .events .events-block__main-news .news-card-wrap:after {
    display: none; }
  @media (max-width: 1459px) {
    .events .events-block__main-news {
      width: auto; } }
  @media (max-width: 1023px) {
    .events .events-block__main-news {
      background-color: #fff; } }

.events .events-block__secondary-news {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-left: 60px; }
  @media (max-width: 1459px) {
    .events .events-block__secondary-news {
      padding-left: 0px; } }
  .events .events-block__secondary-news .news-card-wrap {
    max-width: 50%;
    width: 100%; }
    @media (max-width: 1459px) {
      .events .events-block__secondary-news .news-card-wrap {
        max-width: none;
        width: 50%; } }
    @media (max-width: 767px) {
      .events .events-block__secondary-news .news-card-wrap {
        max-width: none;
        width: 100%;
        border-bottom: 1px solid #d6d6d6; } }

/* End */


/* Start:/local/templates/html/components-template/bit-of-everything/style.css?1640012714629*/
.bit-of-everything {
  margin-top: 33px;
  padding-bottom: 64px; }
  .bit-of-everything .col-sm-5 {
    position: relative; }
    .bit-of-everything .col-sm-5:after {
      position: absolute;
      content: '';
      left: 16px;
      right: 16px;
      height: 1px;
      background-color: #e0e0e0;
      bottom: 0; }
  .bit-of-everything h2 {
    margin-bottom: 0px;
    margin-right: 32px; }
  .bit-of-everything .presection {
    padding-top: 22px;
    display: flex;
    align-items: center;
    margin-bottom: 10px; }
    @media (min-width: 1024px) {
      .bit-of-everything .presection {
        padding-left: 16px; } }

/* End */


/* Start:/local/templates/html/components-template/section-subscribe-banner/style.css?1637853126807*/
.section-top-banner {
  max-height: 112px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: contain; }
  @media (max-width: 575px) {
    .section-top-banner {
      max-height: 160px;
      max-width: 330px;
      margin: auto; } }
  .section-top-banner__image-wrap {
    max-height: 112px;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (max-width: 575px) {
      .section-top-banner__image-wrap {
        max-height: 160px;
        max-width: 330px; } }
  .section-top-banner img {
    max-height: 100%;
    max-width: 100%; }
  .section-top-banner span {
    font-weight: bold;
    font-size: 32px;
    color: #fff; }
    @media (max-width: 1023px) {
      .section-top-banner span {
        font-size: 24px; } }

/* End */


/* Start:/local/templates/html/components-template/pages-viget/style.css?16378531251880*/
.pages-viget {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  transform: translate3d(-100%, 0, 0);
  will-change: transform;
  z-index: 2000; }
  .pages-viget__menu {
    height: 100%;
    padding: 5px 10px;
    background-color: #000; }
    .pages-viget__menu-item:not(:last-child) {
      margin-bottom: 5px; }
    .pages-viget__menu-link {
      font-size: 13px;
      color: #fff; }
      .pages-viget__menu-link:hover {
        text-decoration: underline; }
      .pages-viget__menu-link:focus, .pages-viget__menu-link:active {
        color: #fff; }
  .pages-viget__btn {
    position: fixed;
    top: 80px;
    right: -40px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background-color: lightcoral; }
    .pages-viget__btn:after {
      background-color: #000;
      box-shadow: 0 2px 3px #777;
      z-index: 10; }
    .pages-viget__btn:hover:after {
      box-shadow: 0 3px 7px #777; }
    .pages-viget__btn:hover .icon {
      fill: #fff; }
    .pages-viget__btn .icon {
      position: relative;
      width: 18px;
      height: 18px;
      top: -3px;
      fill: #fff;
      z-index: 20; }
  .pages-viget.open {
    transform: translate(0, 0); }
  .pages-viget .media-pointer {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 30;
    line-height: 1; }
    .pages-viget .media-pointer:after {
      content: "Full";
      font-size: 12px;
      color: #fff;
      line-height: 1; }
    @media (max-width: 1459px) {
      .pages-viget .media-pointer:after {
        content: "LG"; } }
    @media (max-width: 1199px) {
      .pages-viget .media-pointer:after {
        content: "MD"; } }
    @media (max-width: 1023px) {
      .pages-viget .media-pointer:after {
        content: "SM"; } }
    @media (max-width: 767px) {
      .pages-viget .media-pointer:after {
        content: "xs"; } }

/* End */


/* Start:/local/templates/html/components-template/no-critical/style.css?1637853125147*/
.no-critical {
  visibility: visible !important; }
  .no-critical:before, .no-critical:after {
    display: none !important;
    content: unset; }

/* End */


/* Start:/local/templates/html/components-template/share/style.css?16400127142733*/
.share {
  align-items: center;
  width: 100%;
  margin-top: 48px; }
  .share .ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item {
    display: inline-block;
    vertical-align: top;
    padding: 0; }
    @media (min-width: 768px) {
      .share .ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item {
        margin-bottom: 8px; } }
  .share .ya-share2__container_mobile .ya-share2__badge {
    border-radius: 4px; }
  .share.disabled {
    display: none; }
  .share .share__title {
    display: none; }
  @media (max-width: 767px) {
    .share.active {
      display: flex;
      position: fixed;
      bottom: 0;
      background-color: #fff;
      left: 0;
      right: 0;
      padding: 5px 0px;
      z-index: 2500; }
      .share.active .ya-share2 {
        justify-content: center;
        margin: auto !important; }
      .share.active .ya-share2__item {
        opacity: 0;
        transition: all .3s ease;
        transform: translateY(20px); } }
  @media (max-width: 767px) {
    .share {
      flex-direction: column;
      align-items: flex-start; } }
  .share .ya-share2__list {
    display: flex;
    flex-direction: column;
    margin: 0px 0px 0px 0px !important; }
    @media (max-width: 767px) {
      .share .ya-share2__list {
        flex-direction: row; } }
    @media (min-width: 768px) {
      .share .ya-share2__list .ya-share2__item {
        margin-bottom: 8px; }
        .share .ya-share2__list .ya-share2__item .ya-share2__link {
          border-radius: 4px;
          overflow: hidden; }
        .share .ya-share2__list .ya-share2__item .ya-share2__icon {
          height: 37px;
          width: 44px;
          background-size: contain;
          background-position: center;
          background-repeat: no-repeat; } }
    @media (max-width: 767px) {
      .share .ya-share2__list .ya-share2__item {
        margin: 0px;
        margin-right: 8px;
        padding-left: 0px; }
        .share .ya-share2__list .ya-share2__item:before {
          display: none; }
        .share .ya-share2__list .ya-share2__item:first-child {
          margin-left: 16px; } }
    @media (max-width: 767px) and (max-width: 767px) {
      .share .ya-share2__list .ya-share2__item:first-child {
        margin-left: 0px; } }
    @media (max-width: 767px) {
        .share .ya-share2__list .ya-share2__item .ya-share2__badge {
          border-radius: 4px;
          overflow: hidden; }
        .share .ya-share2__list .ya-share2__item .ya-share2__icon {
          height: 37px;
          width: 44px;
          background-size: contain;
          background-position: center;
          background-repeat: no-repeat;
          border-radius: 4px;
          overflow: hidden; } }

/* End */


/* Start:/local/templates/html/components-template/presection-title/style.css?1662034399181*/
.presection-title {
  margin-top: 48px; }

@media (max-width: 767.75px) {
  .presection-title {
    margin-top: 30px; }
    .presection-title h1 {
      margin-bottom: 0.75rem; } }

/* End */


/* Start:/local/templates/html/assets/css/components/banners/style.css?17476455052525*/
body.body-class-banner-branding .header{margin-top:14vw}body.body-class-banner-branding .breadcrumb{padding:10px;background:#fff;margin:10px 0;border-radius:3px}body.body-class-banner-branding .header-banner{display:none}body.body-class-banner-branding .breadcrumb__item a{color:#000}body.body-class-banner-branding .article-wrap{margin:0 0 48px 0}body.body-class-banner-branding .main .custom-gutters{background-color:#fff;position:relative;z-index:100;padding-top:1px;padding-bottom:1px;max-width:1443px}body.body-class-banner-branding .main .solutions{position:relative;z-index:100}body.body-class-banner-branding .main .solutions .custom-gutters{background-color:rgba(0,0,0,0)}body.body-class-banner-branding .header-top-wrap{transition:background-color .4s ease;background:#fff;border-radius:4px;max-width:1444px;margin:auto;box-sizing:border-box;width:100%}body.body-class-banner-branding .header-top-wrap.sticky{box-shadow:0 3px 20px rgba(0,0,0,.3);outline:none}body.body-class-banner-branding .download-latest--dekstop .download-latest__title .icon{stroke:#fff}body.body-class-banner-branding .download-latest--dekstop .download-latest__title:hover .icon{stroke:#cc468f}body.body-class-banner-branding .download-latest--dekstop{background:#281f26;border-radius:4px;padding:10px}body.body-class-banner-branding .download-latest--dekstop a{color:#fff}body.body-class-banner-branding .header-bottom-wrap{background-color:rgba(0,0,0,0)}body.body-class-banner-branding .footer{position:relative;z-index:10}.banner-branding{position:fixed;top:0;left:0;right:0;bottom:0;z-index:0;background-color:rgba(220,212,220,0);background-size:100% auto;background-position:50% 0;height:100%}.banner-branding>a{position:absolute;right:0;bottom:0;top:0;left:0}.banner-footer-floating-image{display:flex;justify-content:center;position:fixed;z-index:var(--z-indexooter-floating-banner);bottom:0;left:50%;width:100%;transform:translate(-50%, 200%);transition:transform 300ms ease-in 0s}.banner-footer-floating-image.-show-banner-footer-floating-image{transform:translate(-50%, 0)}.banner-footer-floating-image__view-countaier{min-width:320px;min-height:180px}.banner-footer-floating-image__container{background:var(--background-grey-dark);min-height:50px;max-width:620px;padding:2px 2px 0 2px;position:relative}.banner-footer-floating-image__close{position:absolute;right:0;top:-24px}.banner-footer-floating-image__close path:first-child{fill:var(--background-grey-dark)}.banner-footer-floating-image__close path:last-child{fill:#525661}

/* End */


/* Start:/local/templates/html/components-template/mobile-banner/style.css?16663593762847*/
.parallax-banner-wrap {
  overflow: hidden; }

.mobile-banner-wrap {
  display: none;
  max-width: 240px;
  height: 400px;
  margin: auto;
  overflow: hidden;
  position: relative; }
  .mobile-banner-wrap--big {
    max-width: 326px; }
  @media (max-width: 767px) {
    .mobile-banner-wrap {
      width: 100%;
      display: block;
      margin: 16px auto; } }
  .mobile-banner-wrap .lazy-img-wrap {
    display: flex;
    align-items: center;
    justify-content: center; }
    .mobile-banner-wrap .lazy-img-wrap img {
      max-height: 100%;
      max-width: 100%; }

.set-banner {
  font-size: 12px;
  margin-top: 10px;
  display: block; }
  @media (max-width: 767px) {
    .set-banner {
      margin-top: 25px; } }

.mobile-neg-rek-wrap {
  display: none;
  max-width: 240px;
  height: 400px;
  margin: auto;
  overflow: hidden;
  position: relative; }
  .mobile-neg-rek-wrap--big {
    max-width: 326px; }
  @media (max-width: 767px) {
    .mobile-neg-rek-wrap {
      width: 100%;
      display: block;
      margin: 16px auto; } }
  .mobile-neg-rek-wrap .set-banner {
    font-size: 12px;
    margin-top: 10px;
    display: block; }
    @media (max-width: 767px) {
      .mobile-neg-rek-wrap .set-banner {
        margin-top: 25px; } }
  .mobile-neg-rek-wrap .lazy-img-wrap {
    display: flex;
    align-items: center;
    justify-content: center; }
    .mobile-neg-rek-wrap .lazy-img-wrap img {
      max-height: 100%;
      max-width: 100%; }

.banner-absolute {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  clip: rect(0, auto, auto, 0); }

.neg-rek-absolute {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  clip: rect(0, auto, auto, 0); }

.mobile-banner {
  display: block;
  will-change: transform; }
  .mobile-banner.prlx-wrap {
    overflow: hidden;
    border-radius: 4px; }
  @media (max-width: 1023px) {
    .mobile-banner {
      margin-left: auto;
      margin-right: auto; } }
  @media (max-width: 767px) {
    .mobile-banner {
      position: fixed;
      z-index: -1;
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh; } }
  .mobile-banner img {
    margin-left: auto; }
  .mobile-banner .prlx {
    will-change: transform;
    display: block; }

.mobile-neg-rek {
  display: block;
  will-change: transform; }
  .mobile-neg-rek.prlx-wrap {
    overflow: hidden;
    border-radius: 4px; }
  @media (max-width: 1023px) {
    .mobile-neg-rek {
      margin-left: auto;
      margin-right: auto; } }
  @media (max-width: 767px) {
    .mobile-neg-rek {
      position: fixed;
      z-index: -1;
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh; } }
  .mobile-neg-rek img {
    margin-left: auto; }
  .mobile-neg-rek .prlx {
    will-change: transform;
    display: block; }

/* End */


/* Start:/local/templates/html/components/slam/smart.auth/modal/style.css?1640012714937*/

.modal-login .alert, .modal-reset-password .alert {
    top: 100%;
    left: 15px;
    /*color: #c74a2c;*/
    font-size: 12px;
}

.modal-login .alert.alert-danger, .modal-reset-password .alert.alert-danger {
    color: #c74a2c
}

.modal-login .alert.alert-success, .modal-reset-password .alert.alert-success {
    color: #3046c2
}

.modal-login .hide-body, .modal-reset-password .hide-body{
    display: none !important;
}


.modal-login .modal-title.auth-title, .modal-reset-password .modal-title.auth-title{
    margin: 0 auto;
}

.modal-login .auth-descr, .modal-reset-password .auth-descr{
    text-align: center;
    margin-bottom: 1rem;
}

.modal-reset-password .modal-tabs-page .bv-form {
    display: none;
}

.modal-reset-password .modal-tabs-page .bv-form.active {
    display: block;
}

.change-pass-title{
    color: #080808;
    /* line-height: 1.4; */
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 10px;
}
/* End */


/* Start:/local/templates/html/styles.css?174488740912545*/
@charset "UTF-8";
/**
 * Foundation for Sites
 * Version 6.8.1
 * https://get.foundation
 * Licensed under MIT Open Source
 */
/* stylelint-disable scss/no-global-function-names */
.content img {
    max-width: 100%;
    display: block;
    border-radius: 0;
    line-height: 1.4;
    clear: both;
    width: auto;
    height: auto;
}
.content img[align=left], .content img[align=center], .content img[align=right] {
    max-width: 100%;
    float: none;
    margin: 0 auto 20px;
}
@media (min-width: 1200px) {
    .content img[align=left] {
        float: left;
        max-width: 40%;
        margin: 0 40px 20px 0;
    }
    .content img[align=right] {
        float: right;
        max-width: 40%;
        margin: 0 0 20px 20px;
    }
    .content img[align=center] {
        margin: 0 auto 20px;
    }
}
.content .content-img {
    clear: both;
}
.content .content-img .img-descr {
    display: block;
    margin-top: 16px;
    color: #919191;
    font-size: 14px;
    text-align: left;
}
.content .content-img--left {
    float: left;
    margin: 24px 16px 24px 0;
}
.content .content-img--left img {
    display: block;
    margin: 0 auto;
}
.content .content-img--right {
    float: right;
    margin: 0 0 20px 20px;
}
@media (max-width: 768px) {
    .content .content-img--right {
        float: none;
        margin: 0 auto 20px;
    }
}
.content .content-img--right img {
    display: block;
    margin: 0 auto;
}
.content .content-img--center {
    max-width: 100%;
    display: block;
    float: none;
    text-align: center;
    margin: 32px 0 32px;
}
.content .content-img--center img {
    margin: 0 auto;
}
.content .img-descr-single {
    display: block;
    margin-top: 16px;
    color: #919191;
    font-size: 14px;
    text-align: left;
}
.content .video {
    width: 100%;
    max-width: 800px;
    height: 300px;
    margin: 0 auto 20px;
    display: block;
}
@media (min-width: 1200px) {
    .content .video {
        height: 500px;
    }
}
.content iframe {
    max-width: 100%;
}
.content ol:not(.list-reset),
.content ul:not(.list-reset) {
    margin: 25px 0 25px;
}
.content ol:not(.list-reset) + p,
.content ul:not(.list-reset) + p {
    margin-top: 32px;
}
@media (min-width: 1200px) {
    .content ol:not(.list-reset),
    .content ul:not(.list-reset) {
        margin: 25px 0 20px;
    }
}
.content ol:not(.list-reset) li,
.content ul:not(.list-reset) li {
    position: relative;
    padding: 0 0 0 28px;
    font-style: normal;
    font-weight: normal;
    margin: 0 0 12px;
    font-size: 18px;
    line-height: 25px;
}
.content ol:not(.list-reset) li:last-child,
.content ul:not(.list-reset) li:last-child {
    margin: 0;
}
.content ol:not(.list-reset) li > ul,
.content ol:not(.list-reset) li > ol,
.content ul:not(.list-reset) li > ul,
.content ul:not(.list-reset) li > ol {
    margin: 16px 0 10px;
}
@media (min-width: 1200px) {
    .content ol:not(.list-reset) li > ul,
    .content ol:not(.list-reset) li > ol,
    .content ul:not(.list-reset) li > ul,
    .content ul:not(.list-reset) li > ol {
        margin: 16px 0 10px;
    }
}
.content ul:not(.list-reset) > li:before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #281f26;
    border: 1px solid #281f26;
    position: absolute;
    top: 10px;
    left: 16px;
}
.content ol:not(.list-reset) {
    counter-reset: list;
    list-style: none;
}
.content ol:not(.list-reset) > li {
    padding-left: 38px;
}
.content ol:not(.list-reset) > li:before {
    content: counters(list, ".") ".";
    counter-increment: list;
    transform: none;
    display: inline-block;
    font-style: normal;
    font-weight: 500;
    color: #281f26;
    position: absolute;
    top: 0;
    left: 16px;
}
.content ol:not(.list-reset) > li > ol:not(.list-reset) li {
    padding: 0 0 0 52px;
}
.content ol:not(.list-reset) > li > ol:not(.list-reset) li > ol:not(.list-reset) li {
    padding: 0 0 0 60px;
}
.content .table {
    margin: 24px 0px 24px;
}
@media (max-width: 767px) {
    .content .table {
        overflow: auto;
    }
}
.content .table table {
    margin: 20px 0;
    border: 1px solid #e0e0e0;
}
@media (max-width: 767px) {
    .content .table table {
        min-width: 700px;
    }
}
.content table {
    display: block;
    overflow: auto;
}
.content tr:nth-child(2n-1) {
    background-color: #fafafa;
}
.content th {
    white-space: nowrap;
    text-align: left;
    vertical-align: middle;
    padding: 8px 16px;
    font-size: 15px;
    font-weight: bold;
}
.content td {
    text-align: left;
    padding: 24px 16px;
    font-size: 16px;
    border: 1px solid #bdbdbd;
    width: auto !important;
}
.content .table-descr {
    display: block;
    margin-top: 10px;
    color: #919191;
    font-size: 14px;
    text-align: left;
}
@media (max-width: 767px) {
    .content .table-descr {
        margin-bottom: 10px;
    }
}
.content {
    font-style: normal;
    font-weight: normal;
    line-height: 1.4;
    color: #000;
}
.content p {
    font-size: 18px;
    line-height: 1.4;
    margin-top: 24px;
    letter-spacing: normal;
}
.content p:first-child {
    margin: 0;
}
@media (max-width: 767px) {
    .content p {
        font-size: 16px;
    }
}
.content a:not([class]) {
    color: #5dbbc5;
    text-decoration: none;
    padding: 2px;
    border-bottom: 1px solid #5dbbc5;
    transition: color 0.3s;
}
.content a:not([class]):hover {
    color: #6bc2cb;
    border-color: transparent;
}
.content hr {
    position: relative;
    height: 1px;
    background: #281f26;
    border: 0;
    margin: 20px 0;
}
.content hr:after, .content hr:before {
    content: "";
    display: table;
    clear: both;
}
.content mark {
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    background-color: transparent;
    font-style: normal;
}
.content s {
    text-decoration: line-through;
}
.content .clearfix {
    clear: both;
}
blockquote {
    display: block;
    margin-top: 24px;
    margin-bottom: 24px;
    padding: 36px 146px;
    background-color: rgba(211, 232, 241, 0.5294117647);
    color: #000;
    position: relative;
}
@media (max-width: 767px) {
    blockquote {
        padding: 36px 36px;
    }
}
blockquote p {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 31px;
    letter-spacing: 0.03em;
    position: relative;
}
@media (max-width: 767px) {
    blockquote p {
        font-size: 18px;
    }
}
blockquote:after {
    position: absolute;
    content: "“";
    left: 72px;
    top: 36px;
    font-weight: 500;
    font-size: 144px;
    line-height: 120px;
    color: rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
    blockquote:after {
        top: auto;
        bottom: 18px;
        left: auto;
        right: 36px;
        line-height: 0px;
    }
}
cite,
.article-author {
    display: block;
    margin-top: 32px;
}
cite .img,
.article-author .img {
    float: left;
    margin-right: 16px;
    width: 50px;
    height: 50px;
    border-width: 4px;
    overflow: hidden;
    border-radius: 5px;
}
cite .name,
.article-author .name {
    font-weight: bold;
    font-size: 17px;
    line-height: 24px;
    display: block;
}
cite .descr,
.article-author .descr {
    display: block;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
}
cite__title,
.article-author__title {
    font-weight: normal;
    font-size: 15px;
    margin-bottom: 8px;
}
cite a.name,
.article-author a.name {
    color: #000;
    display: inline-block;
}
cite a.name:hover,
.article-author a.name:hover {
    cursor: pointer;
    color: #cc468f;
}
.article-author-list {
    margin-top: 32px;
}
.article-author-list__heading {
    font-weight: normal;
    font-size: 15px;
    margin-bottom: 8px;
}
@media print, screen and (max-width: 39.99875em) {
    .article-author-list__heading {
        margin: 0;
        line-height: 1;
    }
}
.article-author-list__container {
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media print, screen and (max-width: 63.99875em) {
    .article-author-list__container {
        gap: 0;
    }
}
.article-author-list-item {
    display: -ms-flexbox;
    display: flex;
}
@media print, screen and (max-width: 63.99875em) {
    .article-author-list-item {
        width: 100%;
        margin-top: 15px;
    }
}
.article-author-list-item__img {
    margin-right: 16px;
    width: 50px;
    height: 50px;
    border-width: 4px;
    overflow: hidden;
    border-radius: 5px;
}
.article-author-list-item__name {
    color: #000;
    display: inline-block;
    font-weight: bold;
    font-size: 17px;
    line-height: 24px;
}
.article-search {
    display: inline-block;
    margin: 36px 0px;
    padding: 17px 23px;
    border: 1px solid #af226f;
    box-sizing: border-box;
    border-radius: 4px;
    font-size: 12px;
}
.article-search a {
    color: #af226f;
    text-decoration: none;
    border-bottom: none;
}
.text-aside-snippet {
    padding: 24px;
    background-color: #f4f4f4;
    max-width: 276px;
    float: left;
    margin: 0px 16px 0px 0px;
    position: relative;
}
.text-aside-snippet__title {
    font-weight: bold;
    font-size: 18px;
    line-height: 130%;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.text-aside-snippet__content {
    font-weight: normal;
    font-size: 16px;
    line-height: 140%;
}
.text-aside-snippet p:after {
    position: absolute;
    content: "";
}
@media (max-width: 767px) {
    .text-aside-snippet {
        width: 100%;
        float: none;
        max-width: none;
    }
}
.text-centered-snippet {
    padding: 24px;
    background-color: #f4f4f4;
    margin: 24px 0px 0px 0px;
    position: relative;
}
.text-centered-snippet__title {
    font-weight: bold;
    font-size: 18px;
    line-height: 130%;
    text-transform: uppercase;
    margin-bottom: 16px;
    color: #c4c4c4;
}
.text-centered-snippet__content {
    font-weight: normal;
    font-size: 16px;
    line-height: 140%;
}
@media (max-width: 767px) {
    .text-centered-snippet {
        width: 100%;
    }
}
.text-centered-snippet--v2 {
    background: #E9F1FF;
}
.iframe-wrap {
    position: relative;

    margin: 20px 0;
}
.iframe-wrap iframe {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
a.tag {
    padding: 8px 16px;
    display: inline-block;
    background-color: #f4fafb;
    border-width: 2px;
    color: #919191;
    margin: 32px 0px 0px;
    margin-right: 16px;
    transition: all 0.3s ease;
}
a.tag:hover {
    cursor: pointer;
    background-color: #6bc2cb;
    color: #fff;
}
.article-rights {
    width: 100%;
    background-color: #af226f;
    color: #fff;
    border-radius: 4px;
    padding: 16px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    margin-top: 32px;
}
@media (max-width: 767px) {
    .article-rights {
        padding: 10px;
        font-size: 14px;
    }
}
.article-rights a {
    border-bottom: none;
    color: #fff;
    text-decoration: underline;
}
@media (min-width: 1024px) {
    .article-rights a:hover {
        cursor: pointer;
        text-decoration: none;
    }
}
.snippet-collapse.collapsed > *:first-child:after{
    transform: rotate(0deg);
}
.snippet-collapse > *:first-child {
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: bold;
    position: relative;
}

.snippet-collapse > *:first-child:after{
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    right: -20px;
    transform: rotate(180deg);
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='%23af226f' class='size-6'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='m19.5 8.25-7.5 7.5-7.5-7.5'%3E%3C/path%3E%3C/svg%3E");
}
.snippet-collapse-content{
    padding: 21px 0 0 0;
}

/* End */


/* Start:/local/templates/html/template_styles.css?16827693664901*/
/* .more-news {
    border-radius: 4px;
    position: absolute;
    background-color: #fff;
    bottom: 0px;
    transform: translateY(100%);
    left: 8px;
    right: 8px;
    transition: opacity .3s ease;
}

.more-news .btn.btn--primary {
    display: block;
    background-color: #fff;
    padding: 20px 0px;
    font-weight: bold;
    font-size: 18px;
    color: #af226f;
} */

.more-news .preloader:before {
	position: absolute;
	content : '';
	top     : calc(50% - 20px);
}

.more-news .preloader {
	display: none;
}

.more-news .preloader.on {
	display: block;
}

.advertisers .contacts-form__title {
	font-weight   : bold;
	font-size     : 18px;
	line-height   : 130%;
	color         : #000;
	text-transform: uppercase;
	margin-bottom : 16px;
}

.personal-info .alert.alert-danger {
	color: #c74a2c;
}

.personal-info .alert.alert-success {
	color: #3046c2;
}

.js-ajax-result {
	position: relative;
}

.current-tariff__control.subscribe a {
	color     : #5dbbc5;
	transition: all 0.3s ease;
}

.arrow-left {
	position    : relative;
	padding-left: 30px;
}

.arrow-left:before {
	top      : 5px;
	transform: rotate(180deg);

	content            : '';
	position           : absolute;
	left               : 5px;
	display            : block;
	width              : 18px;
	height             : 10px;
	background-position: center;
	background-repeat  : no-repeat;
	background-image   : url("data:image/svg+xml,%3Csvg width='19' height='8' viewBox='0 0 19 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.3536 4.35355C18.5488 4.15829 18.5488 3.84171 18.3536 3.64645L15.1716 0.464466C14.9763 0.269204 14.6597 0.269204 14.4645 0.464466C14.2692 0.659728 14.2692 0.976311 14.4645 1.17157L17.2929 4L14.4645 6.82843C14.2692 7.02369 14.2692 7.34027 14.4645 7.53553C14.6597 7.7308 14.9763 7.7308 15.1716 7.53553L18.3536 4.35355ZM0 4.5H18V3.5H0V4.5Z' fill='%23281F26'/%3E%3C/svg%3E%0A");
}

.bknd-close-control {
	margin-top: 30px;
}

@media (min-width: 768px) {
	.neg-content-wrapper {
		margin-right: 20px;
	}
}

#ml_frame .ml-left img{
    display: inline !important;
}

#ml_frame input, #mlsd_coll input, #mlsd_item input{
    border: 1px black solid !important;
}

.search-results-card__descr b.yellow, .search-results-card__title b.yellow{
	background-color: yellow!important;
}

.content p.event-info{
	font-size: 17px;
	margin-top: 6px;
}

.download-header-mobile .download-latest__descr{
	display: inline-block;
}

@media (max-width: 767px){
	.header-neg-rek, .footer-neg-rek {
		display: none;
		margin: 10px auto;
		width: 240px;
		height: 400px;
	}
}

/*Стили для Страница Наши авторы */

.author-card__topics{
    position: static;
}
.author-card__descr{
    min-height: 60px;
}
.author-card{
    min-height: auto;
}

@media (max-width: 575px){
    .author-card{
        padding-bottom: 0;
    }
}



/*Стили для знака вопроса*/

.presection.with-question{
	position: relative;
}

.presection.with-question .cart-tariff-card__info{
	left: 176px;
	background-color: #b9b9b9;
}
.presection.with-question .cart-tariff-card__info:hover{
    cursor: pointer;
    background-color: #af226f;
}
.presection.with-question h2{
    margin-right: 55px;
}

.infrobank-popup .modal-dialog{
    max-width: 600px;
}
.infrobank-popup .modal-body{
    padding: 40px 60px;
}

@media (max-width: 1023px){
    .presection.with-question .cart-tariff-card__info{
        left: 160px;
    }
}
@media (max-width: 567px){
    .infrobank-popup .modal-body{
        padding: 25px 40px;
    }
    /*.presection.with-question h2{*/
    /*    margin-right: 25px;*/
    /*}*/
}


@media (max-width: 359px){

    .presection.with-question {
        flex-direction: column;
        row-gap: 10px;
        align-items: flex-start;
    }
    .presection.with-question .cart-tariff-card__info{
        left: 168px;
        top: 0;
    }
}


/*=====================*/

.personal-info__warning{
	position: relative;
	padding-left: 22px;
	margin-top: 10px;
	color: #af226f;
}

.personal-info__warning:before{
	position: absolute;
	content: "";
	width: 17px;
	height: 17px;
	border-radius: 50%;
	background-color: #281f26;
	color: #fff;
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
	left: 0;
	background-image: url("data:image/svg+xml,%3Csvg width='3' height='10' viewBox='0 0 4 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.39648 12.3438H0.613281V0.996094H3.39648V12.3438ZM3.39648 15H0.613281V12.959H3.39648V15Z' fill='white'/%3E%3C/svg%3E%0A");
	top: calc(50% - 9px);
}


#register_auth_page_modal_form .personal-info__warning{
	font-size: 13px
}
/* End */
/* /local/templates/html/components-template/mixin__download-latest/style.css?16400127144344 */
/* /local/templates/html/components-template/mixin__dynamic/style.css?16378531251143 */
/* /local/templates/html/components-template/index-top-section/style.css?16400127142489 */
/* /local/templates/html/components-template/mixin__news-card/style.css?164001271413862 */
/* /local/templates/html/components-template/paid-content/style.css?16421675561464 */
/* /local/templates/html/components-template/most-readable/style.css?16400127142580 */
/* /local/templates/html/components-template/solutions/style.css?16400127146597 */
/* /local/templates/html/components-template/events/style.css?16421673653220 */
/* /local/templates/html/components-template/bit-of-everything/style.css?1640012714629 */
/* /local/templates/html/components-template/section-subscribe-banner/style.css?1637853126807 */
/* /local/templates/html/components-template/pages-viget/style.css?16378531251880 */
/* /local/templates/html/components-template/no-critical/style.css?1637853125147 */
/* /local/templates/html/components-template/share/style.css?16400127142733 */
/* /local/templates/html/components-template/presection-title/style.css?1662034399181 */
/* /local/templates/html/assets/css/components/banners/style.css?17476455052525 */
/* /local/templates/html/components-template/mobile-banner/style.css?16663593762847 */
/* /local/templates/html/components/slam/smart.auth/modal/style.css?1640012714937 */
/* /local/templates/html/styles.css?174488740912545 */
/* /local/templates/html/template_styles.css?16827693664901 */
