@font-face {
  font-family: 'Montserrat';
  src: url('/inc/fonts/Montserrat/Montserrat-Light.woff') format('woff'),
       url('/inc/fonts/Montserrat/Montserrat-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/inc/fonts/Montserrat/Montserrat-Regular.woff') format('woff'),
       url('/inc/fonts/Montserrat/Montserrat-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/inc/fonts/Montserrat/Montserrat-SemiBold.woff') format('woff'),
       url('/inc/fonts/Montserrat/Montserrat-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/inc/fonts/Montserrat/Montserrat-Bold.woff') format('woff'),
       url('/inc/fonts/Montserrat/Montserrat-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}




/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

.top-section {
  position: unset; }
  .top-section .jumbotron {
    height: 100%;
    width: 100%;
    background-size: 100%; }
  .top-section .heading-text {
    z-index: 2;
    color: #fff;
    padding: 91px 0 426px;
    display: flex;
    align-items: center; }
    .top-section .heading-text img {
      padding-right: 40px;
      border-right: 2px solid #fff; }
    .top-section .heading-text h2 {
      max-width: 520px;
      margin-left: 45px; }

[data-paroller-factor] {
  position: relative;
  z-index: 0;
  height: 100%; }

.jumbotron {
  background: rgba(255, 255, 255, 0.05); }

.scene-flex {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 200px;
  left: 0;
  right: 0; }
  .scene-flex .scene {
    z-index: 2;
    width: 49%; }
    .scene-flex .scene img {
      max-width: 100%; }
  .scene-flex .mob {
    display: none; }
  .scene-flex .article-block {
    width: 50%; }
    .scene-flex .article-block h3 {
      font-size: 1.1em;
      font-weight: 900;
      margin-bottom: 12px;
      margin-top: 20px; }
    .scene-flex .article-block a.btn {
      float: right;
      margin-top: 10px; }

.video-sec {
  background: #3253DC;
  min-height: 602px;
  display: flex; }
  .video-sec .mob {
    display: none; }
  .video-sec .container {
    z-index: 2;
    display: flex;
    justify-content: space-between;
    padding-top: 30px; }
  .video-sec .grey {
    width: 100%;
    height: 196px;
    background: #E5E5E5;
    position: absolute;
    left: 0;
    bottom: 14px; }
  .video-sec .white {
    width: 100%;
    height: 196px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 210px; }
    .video-sec .white .container {
      z-index: 0; }
      .video-sec .white .container:before {
        content: '';
        display: block;
        width: 79px;
        height: 24px;
        position: absolute;
        top: -12px;
        left: 20px;
        margin: 0 auto;
        background: url("https://filearchive.cnews.ru/img/cnews/2022/01/19/subtract.png") no-repeat;
        z-index: 5; }
  .video-sec .left-column p {
    color: #fff;
    font-weight: 900;
    font-size: 1.4em;
    margin-top: 25px; }
  .video-sec .left-column .scene {
    z-index: 5;
    position: absolute;
    bottom: 10px;
    left: -95px; }
  .video-sec .right-column {
    width: 747px;
    max-width: 100%;
    margin-left: 90px; }
    .video-sec .right-column .subscribe {
      float: right;
      margin-top: 65px;
      display: flex;
      align-items: center; }
      .video-sec .right-column .subscribe p {
        color: #3253DC;
        font-weight: 600;
        font-size: 1.4em;
        max-width: 360px; }

.video-container {
  width: 686px;
  height: 384px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .video-container .video-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
  .video-container video {
    width: 100%;
    height: 100%; }

.play-button-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  pointer-events: none; }
  .play-button-wrapper #circle-play-b {
    cursor: pointer;
    pointer-events: auto; }
    .play-button-wrapper #circle-play-b svg {
      width: 100px;
      height: 100px;
      fill: #fff;
      stroke: #fff;
      cursor: pointer;
      background-color: rgba(0, 0, 0, 0.2);
      border-radius: 50%;
      opacity: 0.9; }

header {
  height: 91px;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2; }
  header .container {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center; }

footer {
  height: 85px;
  background: #fff;
  width: 100%;
  z-index: 2; }
  footer .container {
    display: flex;
    justify-content: space-between;
    align-items: center; }

section.articles {
  min-height: 550px; }
  section.articles:before {
    content: '';
    display: block;
    width: 100%;
    height: calc(100% + 100px);
    /*height: 790px;*/
    background: linear-gradient(180deg, rgba(242, 242, 242, 0) 11.46%, #F2F2F2 60.42%);
    position: absolute;
    top: 0;
    left: 0; }
  section.articles h4 {
    color: #3253DC;
    font-weight: 900;
    font-size: 1.4em;
    width: 297px;
    margin-left: 85px;
    margin-bottom: 20px;
    text-align: center; }
  section.articles .article img {
    width: 483px;
    border-radius: 75px;
    max-width: 100%; }
  section.articles .article h3 {
    color: #3253DC;
    font-size: 1.1em;
    line-height: 1.4;
    font-weight: 600;
    margin-bottom: 20px;
    max-width: 300px;
    min-height: 43px; }
  section.articles .article h3 a {
    color: #3253DC;
  }
section.articles .article p {
    color: #000;
    font-size: 1em;
    font-weight: 500; }
  section.articles .article.main-article {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 67px; }
    section.articles .article.main-article > div {
      display: flex;
      justify-content: space-between;
      margin-bottom: 40px; }
      section.articles .article.main-article > div .image-block {
        width: 483px;
        max-width: 100%;
        flex-shrink: 0;
        margin-right: 40px; }
        section.articles .article.main-article > div .image-block:after {
          content: '';
          display: block;
          width: 79px;
          height: 24px;
          position: absolute;
          top: 153px;
          left: 0;
          right: 0;
          margin: 0 auto;
          background: url("https://filearchive.cnews.ru/img/cnews/2022/01/19/subtract.png") no-repeat; }

.articles-list {
  display: flex;
  justify-content: space-between; }
  .articles-list .article {
    width: 48%;
    margin-bottom: 50px; }
    .articles-list .article h3 {
      margin: 20px 0; }

.blue-section {
  background-color: #3253DC;
  margin-top: -147px;
  padding-top: 50px;
  margin-bottom: 60px; }

.infographics h2 {
  margin-right: 40px;
  margin-bottom: 75px;
  float: right; }

.infographics-wrapper {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  flex-wrap: wrap;
  position: relative; }

.infographics-item {
  width: calc(100% / 3);
  flex-shrink: 0;
  margin-top: 35px;
  margin-bottom: 25px;
  position: relative; }
  .infographics-item .number {
    font-weight: 900;
    font-size: 6.28em;
    line-height: 7rem;
    color: rgba(255, 255, 255, 0.22);
    position: absolute;
    left: 0;
    top: -65px; }
  .infographics-item .infographics-text {
    color: #fff;
    font-size: 1.1em;
    width: 202px;
    float: right; }

.decor {
  z-index: 2;
  background: url("https://filearchive.cnews.ru/img/cnews/2022/01/19/decor.png") no-repeat;
  background-position: center;
  position: relative;
  bottom: -10px;
  max-width: 1873px;
  margin: 0 auto; }
  .decor:before {
    content: '';
    position: absolute;
    display: block;
    height: 100%;
    width: 500px;
    right: 100%;
    top: 11px;
    background: #fff; }
  .decor .subscribe {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 297px;
    margin-right: 130px;
    padding: 44px 0 33px 85px;
    box-sizing: content-box; }
    .decor .subscribe p {
      font-weight: 600;
      font-size: 1.42em;
      line-height: 24px;
      color: #3253DC;
      margin: 17px 0;
      text-align: center; }

* {
  position: relative;
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html {
  line-height: 1.2; }

body {
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2; }

.wrapper {
  max-width: 100vw;
  display: flex;
  flex-direction: column; }

.container {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px; }

/*ul {*/
/*  margin: 0;*/
/*  padding: 0;*/
/*  list-style: none; }*/

a {
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }
  a.btn {
    width: 118px;
    height: 33px;
    border: 1px solid #FF9432;
    box-sizing: border-box;
    border-radius: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600; }
    a.btn:hover {
      text-decoration: none; }
    a.btn.btn-orange {
      color: #FF9432;
      border-color: #FF9432;
      font-size: 1.1em; }
      a.btn.btn-orange:hover {
        color: #fff;
        background: #FF9432; }
    a.btn.btn-subscribe {
      width: 227px;
      height: 47px;
      color: #3253DC;
      background: #FF9432; }
      a.btn.btn-subscribe:hover {
        background: #fff; }
    a.btn.btn-read-more {
      color: #fff;
      background: #FF9432;
      width: 278px;
      height: 37px; }
      a.btn.btn-read-more svg {
        margin-left: 10px; }
      a.btn.btn-read-more:hover {
        color: #3253DC;
        background: #fff; }
        a.btn.btn-read-more:hover svg path {
          stroke: #3253DC; }

h2 {
  font-size: 1.4em;
  font-weight: 900; }

.article-annonce .article-title {
  font-size: 2em;
  margin: 0.67em 0; }
.article-annonce .article-annonce-text p {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4; }

.container.article-wrap figure.image {
  margin: 30px 0;
  text-align: center; }
  .container.article-wrap figure.image .popup_img img {
    width: 100%; }
.container.article-wrap p {
  margin: 30px 0;
  font-size: 18px;
  line-height: 1.5; }
  .container.article-wrap p span {
    background-color: transparent !important; }
.container.article-wrap a {
  color: #3253DC; }
.container.article-wrap ol {
  margin-left: 40px; }
  .container.article-wrap ol li {
    margin: 30px 0;
    font-size: 18px;
    line-height: 1.5; }

@media (max-width: 1023px) {
  .container {
    width: 100%;
    padding: 0 10px; }

  .top-section .heading-text {
    padding-bottom: 490px; }

  .scene-flex {
    align-items: center; }
    .scene-flex .scene {
      display: none; }
    .scene-flex .mob {
      display: block;
      width: 48%;
      z-index: 2; }

  .infographics-item {
    width: 40%; }

  .video-sec .right-column {
    margin-left: 20px; }

  .video-sec .scene {
    display: none; }
  .video-sec .mob {
    display: block;
    position: absolute;
    z-index: 2;
    width: 135%;
    bottom: 20px; } }
@media (max-width: 1000px) {
  .video-sec .container {
    flex-direction: column-reverse; }
    .video-sec .container > * {
      width: 100%; }
    .video-sec .container .left-column {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-top: 50px; }
      .video-sec .container .left-column p {
        color: #FF9432; }
      .video-sec .container .left-column .mob {
        max-width: 280px;
        position: relative; }
    .video-sec .container .right-column {
      margin-left: 0; }
      .video-sec .container .right-column .video-container {
        max-width: 100%;
        height: auto; }
      .video-sec .container .right-column .subscribe {
        float: none; }
  .video-sec .white .container:before {
    display: none; } }
@media (max-width: 900px) {
  section.articles .article.main-article > div {
    flex-direction: column; }
    section.articles .article.main-article > div .image-block {
      margin-bottom: 20px;
      width: 100%; }
      section.articles .article.main-article > div .image-block:after {
        left: 200px;
        right: unset;
        bottom: -12px;
        top: unset; }

  section.articles h4 {
    margin-left: 0; }

  .decor {
    bottom: -11px; } }
@media (max-width: 700px) {
  .top-section .heading-text {
    padding-bottom: 534px; }

  .scene-flex {
    display: block; }
    .scene-flex .mob {
      float: right; }
    .scene-flex .article-block {
      width: 100%; }
      .scene-flex .article-block a.btn {
        float: none; }

  .blue-section {
    padding-top: 30px; }

  .infographics h2 {
    margin-bottom: 30px; }

  .infographics-item {
    margin-top: 20px; }
    .infographics-item .number {
      font-size: 3.28em; } }
@media (max-width: 670px) {
  .decor .subscribe {
    padding-left: 0; }
    .decor .subscribe p {
      text-shadow: 1px 1px 2px #fff; }

  .articles-list {
    flex-direction: column; }
    .articles-list .article {
      width: 100%; }

  section.articles .article.main-article {
    margin-bottom: 50px;
    align-items: flex-start; }

  section.articles:before {
    height: calc(100% + 50px); } }
@media (max-width: 590px) {
  .top-section .heading-text img {
    width: 150px;
    padding-right: 20px; }
  .top-section .heading-text h2 {
    font-size: 1.1em;
    margin-left: 20px; }

  .infographics-item {
    width: 50%; }

  .video-sec .container {
    justify-content: flex-end; }

  .video-sec .container .right-column .subscribe {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 30px; }
    .video-sec .container .right-column .subscribe p {
      margin-bottom: 20px; }

  .video-sec .container .left-column p {
    margin-top: 0; }
  .video-sec .container .left-column .mob {
    width: 32vw; } }
@media (max-width: 460px) {
  .infographics-item {
    width: 60%; } }
@media (max-width: 410px) {
  .scene-flex {
    top: 210px; } }

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

body .article-main {
  color: #000;
}
.article-annonce .article-annonce-text p {
  font-style: italic;
  font-size: 18px;
  line-height: 1.4; }

.container.article-wrap figure.image {
  margin: 15px auto;
  text-align: center;
  max-width: 100%; }

.container.article-wrap figure.image .popup_img img {
  width: 100%; }

.container.article-wrap {
  max-width: 1058px; }
.container.article-wrap p {
  text-align: justify;
  margin: 15px 0;
  font-size: 18px;
  line-height: 1.5; }
.container.article-wrap ul {
  margin-bottom: 15px;
}
.container.article-wrap ul li {
  text-align: justify;
  font-size: 18px;
  line-height: 1.5;
}
/*.container.article-wrap p span {*/
/*  color: #3253DC !important; }*/
.container.article-wrap h1 {
  font-size: 46px;
  margin: 0.67em 0; }

.img-block p.popup_img {
  height: 100%;
  display: flex;
  align-items: center;
  margin-top: 0 !important; }

a.btn.btn-fixed {
  position: fixed;
  width: 270px;
  height: 42px;
  bottom: 20px;
  right: 20px;
  z-index: 5;

  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #E0752A;
  background: #E0752A;
  font-weight: 500;
  font-size: 20px;
  color: #fff;
}
a.btn.btn-fixed:hover {
  text-decoration: none;
  background: #fff;
  color: #3253DC}
