@charset "UTF-8";
/*! 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;
  cursor: pointer;
  /* 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; }

header {
  height: 120px;
  position: sticky;
  top: -50px;
  display: flex;
  align-items: center;
  z-index: 10;
  background-color: #fff; }
  header .container {
    position: sticky;
    top: 0;
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  header .main-menu {
    display: flex;
    justify-content: center;
    align-items: center; }
    header .main-menu li {
      padding: 0 20px; }
      header .main-menu li a {
        position: relative;
        padding: 7px 0; }
        header .main-menu li a:before {
          content: "";
          width: 100%;
          height: 4px;
          position: absolute;
          left: 0;
          bottom: 0;
          -webkit-transition: 0.5s -webkit-transform ease;
          transition: 0.5s -webkit-transform ease;
          transition: 0.5s transform ease;
          transition: 0.5s transform ease, 0.5s -webkit-transform ease;
          -webkit-transform: scale3d(0, 1, 1);
          transform: scale3d(0, 1, 1);
          -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
          background: #2DE16B; }
        header .main-menu li a:hover:before {
          -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
          -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%; }
      header .main-menu li.active {
        pointer-events: none;
        cursor: default; }
        header .main-menu li.active a:hover {
          cursor: default; }
        header .main-menu li.active a:before {
          transform: none; }
  header .mobile-menu {
    display: none;
    position: relative;
    cursor: pointer; }
    header .mobile-menu:after {
      content: '';
      display: block;
      width: 24px;
      height: 24px;
      background: url("https://filearchive.cnews.ru/img/files/2021/06/03/expandarrow.png");
      position: absolute;
      background-size: contain;
      right: -24px;
      top: -3px; }

footer {
  position: absolute;
  bottom: 0;
  width: 100%; }
  footer .container {
    height: 148px;
    display: flex;
    justify-content: space-between;
    align-items: center; }

.section-article {
  background-color: #EBE9E9; }
  .section-article .jumbotron {
    min-height: 600px; }
  .section-article .container {
    padding-top: 47px;
    padding-bottom: 60px;
  margin-top: -640px;}
  .section-article.article-intro .container {
    margin-top: 0;
  }

.article-list {
  margin-top: 40px; }

.article-text, .news-text {
  text-align: left;
  padding: 20px 28px 24px; }
  .article-text .article-name, .article-text .news-name, .news-text .article-name, .news-text .news-name {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 15px;
    /*height: 87px;*/
    overflow: hidden; }

.article-item {
  width: 318px;
  text-align: center;
  border-radius: 15px;
  background-color: #fff;
  margin-bottom: 25px;
  padding-bottom: 24px;
}
.article-item .read-more {
  justify-content: flex-start;
  margin-left: 28px;
}
  .article-item .article-wrapper {
    border-radius: 15px;
    background-color: #fff;
    height: calc(100% - 60px);
    /*margin-bottom: 25px; */
  }
    .article-item .article-wrapper .img-wrap {
      width: 100%;
      height: 232px;
      /*height: 277px;*/
      overflow: hidden;
      background-size: cover;
      background-position: center;
      border-radius: 15px 15px 0 0; }

.read-more {
  display: flex;
  justify-content: center;
  align-items: center;
  /*text-shadow: 1px -2px #fff;*/
  margin: 10px auto; }
  .read-more svg {
    margin-left: 15px;
    overflow: visible; }

.read-more svg path {
  transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
  stroke: #2DE16B; }

.read-more:hover svg path {
  transition: all 1s cubic-bezier(0.2, 1, 0.3, 1);
  stroke: #2DE16B; }

.read-more:hover svg .arrow-slider-pl {
  animation: arrow-slider-anim 1s cubic-bezier(0.2, 1, 0.3, 1) infinite; }

.read-more:hover svg .arrow-slider-pl-fixed {
  animation: arrow-slider-fixed-anim 1s cubic-bezier(0.2, 1, 0.3, 1) infinite; }

@keyframes arrow-slider-anim {
  0% {
    opacity: 1;
    transform: translateX(0); }
  5% {
    transform: translateX(-0.1rem); }
  100% {
    transform: translateX(1rem);
    opacity: 0; } }
@keyframes arrow-slider-fixed-anim {
  5% {
    opacity: 0; }
  20% {
    opacity: 0.4; }
  100% {
    opacity: 1; } }
.section-news {
  background: #E5E5E5 url("https://filearchive.cnews.ru/img/files/2021/07/31/newsbg.png") no-repeat center bottom;
  min-height: 900px; }
  .section-news .jumbotron {
    min-height: 600px; }
  .section-news .container {
    padding-top: 80px;
    padding-bottom: 60px; }
  .section-news h3 {
    color: #000; }

.news-list {
  margin-top: 30px; }

.news-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 15px;
  background-color: #fff;
  margin-bottom: 25px;
  width: 318px;
  padding: 20px 25px 24px; }
  .news-item .news-text {
    padding: 0;
    margin-bottom: 14px; }
    /*.news-item .news-text .news-name {*/
    /*  margin-bottom: 30px; }*/
  .news-item .read-more {
    justify-content: flex-start;
    margin: 10px 0; }
  .news-item hr {
    width: 80px;
    height: 4px;
    background-color: #2DE16B;
    margin: auto 0 14px;
    border: none !important;
    flex-shrink: 0; }

.a-image {
  position: absolute;
  top: 147px;
  right: -150px; }

.section-allure {
  height: 913px;
  z-index: 2; }
  .section-allure h3 {
    color: #000; }
  .section-allure .jumbotron > .container {
    padding-top: 60px; }

.video-wrap {
  margin-bottom: 50px;
  margin-top: 24px; }
  .video-wrap .left-column {
    width: 481px;
    height: 271px; }
  .video-wrap .right-column {
    width: calc(100% - 481px - 40px); }
    .video-wrap .right-column .allure-name {
      font-size: 24px;
      line-height: 30px;
      margin-bottom: 20px; }

.allure-desc-block {
  position: absolute;
  top: 515px;
  left: 0;
  right: 0;
  width: 100%;
  height: 398px;
  background: rgba(255, 255, 255, 0.7); }
  .allure-desc-block .container {
    padding-top: 62px; }
  .allure-desc-block .allure-item {
    width: 200px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center top;
    margin-bottom: 30px; }
    .allure-desc-block .allure-item .allure-item-name {
      font-size: 24px;
      line-height: 29px;
      padding-top: 121px;
      margin-bottom: 24px; }
    .allure-desc-block .allure-item .allure-item-text {
      line-height: 19px; }
    .allure-desc-block .allure-item.allure-item-1 {
      background-image: url("https://filearchive.cnews.ru/img/files/2021/08/02/advantage1.png"); }
    .allure-desc-block .allure-item.allure-item-2 {
      background-image: url("https://filearchive.cnews.ru/img/files/2021/08/02/advantage2.png"); }
    .allure-desc-block .allure-item.allure-item-3 {
      background-image: url("https://filearchive.cnews.ru/img/files/2021/08/02/advantage3.png"); }
    .allure-desc-block .allure-item.allure-item-4 {
      background-image: url("https://filearchive.cnews.ru/img/files/2021/08/02/advantage4.png"); }
  .allure-desc-block .btn-allure {
    background-color: #2DE16B;
    position: absolute;
    bottom: -31px;
    margin: 0 auto;
    left: 0;
    right: 0;
    color: #203352;}

.section-workshop {
  /*height: 1170px;*/
  height: 150px;
}
  .section-workshop .jumbotron > .container {
    padding-top: 70px; }
  .section-workshop .a-image {
    right: auto;
    top: 327px;
    left: -150px; }
.section-workshop h3 {line-height: 1.3;}
.workshop-columns {
  margin: 40px 0 70px;
  color: #fff; }
  .workshop-columns .left-column {
    line-height: 30px;
    width: 420px; }
    .workshop-columns .left-column p {
      font-size: 22px; }
  .workshop-columns .right-column {
    width: calc(100% - 420px - 72px); }
    .workshop-columns .right-column p {
      color: #2DE16B;
      font-size: 24px;
      margin-bottom: 20px; }
    .workshop-columns .right-column ul {
      list-style-type: disc;
      margin-left: 18px; }
      .workshop-columns .right-column ul li {
        margin-bottom: 20px; }

.workshop-desc-block {
  min-height: 347px;
  position: absolute;
  top: 665px;
  left: 0;
  right: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.7); }
  .workshop-desc-block .flex-list {
    align-items: center;
    height: 100%;
    min-height: 347px; }
  .workshop-desc-block .left-column {
    width: calc(100% - 470px - 40px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .workshop-desc-block .left-column p {
      font-weight: 400;
      font-size: 38px;
      line-height: 46px;
      margin-bottom: 34px; }
      .workshop-desc-block .left-column p span {
        font-size: 28px; }
    .workshop-desc-block .left-column a.btn {
      background-color: #2DE16B;
      width: 228px;
      height: 49px;
      color: #203352;}
  .workshop-desc-block .right-column {
    width: 470px; }
    .workshop-desc-block .right-column p {
      font-size: 24px;
      line-height: 28px;
      margin-bottom: 20px; }
    .workshop-desc-block .right-column ul {
      list-style-type: disc;
      margin-left: 18px; }
      .workshop-desc-block .right-column ul li {
        margin-bottom: 20px; }

.article-main .jumbotron {
  min-height: 600px; }
.article-main .news-list {
  flex-direction: column; }
  .article-main .news-list .news-item {
    background-color: transparent;
    padding: 0;
    width: 100%;
    max-height: 600px;
    margin-bottom: 50px; }
    .article-main .news-list .news-item .news-text .news-name {
      font-size: 18px;
      font-weight: normal;
      line-height: 22px;
      margin-bottom: 10px;
      height: auto; }
    .article-main .news-list .news-item .news-text .news-announce {
      font-size: 13px;
      line-height: 1.5;
      height: auto; }
    .article-main .news-list .news-item .read-more {
      font-size: 13px;
      text-shadow: none; }

.article-intro {
  padding-bottom: 48px; }
  .article-intro .container {
    padding-bottom: 100px; }
  .article-intro h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 44px;
    color: #fff;
    margin-bottom: 15px; }
  .article-intro .article-annonce-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #fff; }

.all-articles-btn {
  display: flex;
  align-items: center;
  margin: 47px 0;
  color: #fff; }
  .all-articles-btn svg {
    margin-right: 15px;
    overflow: visible; }

.article-wrap {
  display: flex;
  justify-content: space-between;
  height: auto !important; }
  .article-wrap .main-article-text h3 {
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    color: #000; }
    .article-wrap .main-article-text h3:after {
      display: none; }
  .article-wrap .main-article-text p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 10px; }
.article-wrap .main-article-text p.popup_img {
  margin-bottom: 5px;
}
  .article-wrap .main-article-text figure.image {
    margin-top: 40px;
    margin-bottom: 20px; }
    .article-wrap .main-article-text figure.image img {
      width: 100%;
      border-radius: 7px;
      /*margin-bottom: 18px; */
    }
    .article-wrap .main-article-text figure.image figcaption {
      font-size: 13px;
      line-height: 16px;
      font-weight: 600;}
  .article-wrap .right-column {
    width: 226px;
    margin-left: 43px; }
    .article-wrap .right-column h3 {
      color: #000;
      font-size: 30px;
      line-height: 37px; }

.registration-banner {
  width: 226px;
  /*height: 659px;*/
  background-image: url("https://filearchive.cnews.ru/img/files/2021/08/04/bannerbg.png");
  background-size: cover;
  margin-bottom: 20px;
  padding-bottom: 30px;
  border-radius: 15px;
}
  .registration-banner .vebinar-name {
    display: inline-block;
    font-weight: normal;
    font-size: 22px;
    line-height: 25px;
    color: #fff;
    padding: 23px 20px 18px;
    margin-bottom: 15px; }
    .registration-banner .vebinar-name:after {
      content: "";
      width: 132px;
      height: 10px;
      position: absolute;
      left: 0;
      bottom: 0;
      background: #2DE16B; }
  .registration-banner .banner-light-block {
    background: rgba(224, 224, 224, 0.85);
    /*height: 352px;*/
    padding: 15px 20px;
    margin-bottom: 10px; }
    .registration-banner .banner-light-block > p {
      font-style: normal;
      font-weight: 500;
      font-size: 13px;
      line-height: 16px;
      /*height: 128px;*/
      overflow: hidden;
      margin-bottom: 10px; }
.registration-banner .banner-light-block ul {
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  list-style: disc;
  margin-left: 15px;
}
.registration-banner .banner-light-block ul li {
  margin-bottom: 5px;
}
  .registration-banner .speaker .avatar {
    width: 103px;
    height: 103px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px; }
  .registration-banner .speaker .speaker-name {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 6px; }
    .registration-banner .speaker .speaker-name + p {
      font-size: 13px;
      line-height: 16px; }
  .registration-banner .date {
    color: #fff;
    font-weight: normal;
    font-size: 30px;
    line-height: 37px;
    margin: 0 10px 35px 30px; }
    .registration-banner .date span {
      font-size: 13px;
      line-height: 18px;
      display: block; }
    .registration-banner .date:after {
      content: "";
      width: 58px;
      height: 10px;
      position: absolute;
      right: 0;
      top: 82px;
      background: #2DE16B; }
  .registration-banner .btn {
    margin: 0 auto;
    width: 173px;
    height: 49px;
    background: #2DE16B;
    color: #fff;
    text-align: center;}

.other-articles {
  margin-top: 50px; }
  .other-articles .container {
    height: auto !important; }
  .other-articles h3 {
    color: #000;
    font-size: 30px;
    line-height: 37px; }
  .other-articles .articles-sect {
    background: url("https://filearchive.cnews.ru/img/files/2021/08/05/fbg.jpg") no-repeat;
    background-position: center bottom;
    background-size: contain; }
    .other-articles .articles-sect .article-list .article-item {
      width: calc((100% - 40px) / 2);
      border-radius: 15px;
      background-color: #fff;
      margin-bottom: 93px;
      padding-bottom: 0;}
      .other-articles .articles-sect .article-list .article-item .article-wrapper {
        height: calc(100% - 87px); }
        .other-articles .articles-sect .article-list .article-item .article-wrapper .article-text .article-name {
          height: auto; }
        .other-articles .articles-sect .article-list .article-item .article-wrapper .article-text .article-announce {
          height: auto; }
      .other-articles .articles-sect .article-list .article-item .read-more {
        justify-content: flex-end;
        margin-right: 28px;
        margin-bottom: 24px; }
    @media (max-width: 720px) {
      .other-articles .articles-sect .article-list {
        flex-direction: column; }
        .other-articles .articles-sect .article-list .article-item {
          width: 318px;
          margin-bottom: 40px; }
      .article-list .article-item .article-wrapper .article-text .article-name ~p {
        display: none;
      }
    }

.article-item.article-inside {
  width: 100%;
  border-radius: 15px;
  background-color: #fff;
  min-height: 205px;
  margin: 30px 0;
  padding-bottom: 0;}
  .article-item.article-inside hr {
    width: 53px;
    height: 10px;
    background-color: #2DE16B;
    margin: 8px 0 11px;
    border: none !important; }
  .article-item.article-inside .article-wrapper {
    height: 100%;
    margin-bottom: 0;
    display: flex;
    justify-content: flex-start; }
    .article-item.article-inside .article-wrapper .article-text {
      padding: 10px 22px; }
      .article-item.article-inside .article-wrapper .article-text .article-name {
        height: auto;
        font-size: 22px;
        line-height: 27px;
        margin-bottom: 10px; }
      .article-item.article-inside .article-wrapper .article-text .article-announce {
        height: auto;
        font-size: 13px; }
    .article-item.article-inside .article-wrapper .img-wrap {
      width: 225px;
      height: auto;
      overflow: hidden;
      border-radius: 15px 0 0 15px;
      flex-shrink: 0; }
  .article-item.article-inside .read-more {
    justify-content: flex-end;
    margin-right: 0;
    margin-bottom: 10px; }

time {
  display: block;
  color: #fff;
  margin-bottom: 15px; }

.list-page * {
  color: #000 !important; }

.list-page .news-item {
  width: 100%;
  padding: 0;
  background: transparent;
  border-radius: 0;
  margin-bottom: 5px; }

.list-page .news-list {
  list-style: disc; }

.list-page .news-item a {
  font-size: 22px;
  line-height: 1.3; }

.list-page .news-item time {
  line-height: 1.3;
  font-size: 16px; }

.lock {
  /* when modal is opened we're removing scrollbars from the main content */
  overflow: hidden; }

.modal-reg {
  /* modal content is hidden till it's opened */
  display: none; }

.lock .modal-reg {
  /* show modal shim and content when it's opened */
  display: block;
  /* shim will stay fixed and will take all the space available */
  position: fixed;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  /* if modal content doesn't fit inside the shim, display scrollbars */
  overflow: auto; }

.lock .modal-reg {
  background: rgba(0, 0, 0, 0.5);
  z-index: 5;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000);
  /* IE6тАУIE8 */
  zoom: 1; }

.lock .modal-reg .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;

  background: #fff url("https://filearchive.cnews.ru/img/files/2021/08/03/modal.png") no-repeat;
  background-size: cover;
  width: 90%;
  max-width: 978px;
  min-height: 659px;
  margin: 0 auto;
  border-radius: 5px;
  padding: 32px 42px;
  top: 50%;
  transform: translateY(-50%); }
  .lock .modal-reg .content h3 {
    color: #000;
    margin-bottom: 30px;
    padding-right: 25px;
    line-height: 1.2;}
  .lock .modal-reg .content .date {
    /*position: absolute;*/
    font-weight: 400;
    font-size: 38px;
    line-height: 46px;
    /*margin-bottom: 34px;*/
    margin-top: 0; }
    .lock .modal-reg .content .date span {
      font-size: 28px; }

.modal-reg .close {
  text-decoration: none;
  position: absolute;
  top: 23px;
  right: 21px;
  cursor: pointer;
  z-index: 10;}

.ss-form-container {
  margin-bottom: auto;
  min-height: 483px;
}
.ss-form-report {
  font-size: 18px;
}
.ss-form-container .ss-form-heading {
  display: none; }
  .ss-form-container .ss-form-heading .ss-form-desc {
    display: none; }
.ss-form-container .ss-form-inner .ss-form .ss-form-item {
  margin-bottom: 15px; }
  .ss-form-container .ss-form-inner .ss-form .ss-form-item.ss-item-type-email {
    margin-bottom: 45px; }
.ss-form-container .ss-form-inner .ss-form input.ss-form-input {
  background: #FFFFFF;
  border-radius: 15px;
  width: 100%;
  height: 49px;
  padding: 0 18px;
  border: 2px solid #fff;
  font-size: 15px;
  line-height: 18px;
  color: #000000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  .ss-form-container .ss-form-inner .ss-form input.ss-form-input:hover, .ss-form-container .ss-form-inner .ss-form input.ss-form-input:active, .ss-form-container .ss-form-inner .ss-form input.ss-form-input:focus, .ss-form-container .ss-form-inner .ss-form input.ss-form-input:focus-visible {
    outline: none !important;
    border: 2px solid #2DE16B !important; }
  .ss-form-container .ss-form-inner .ss-form input.ss-form-input::placeholder {
    color: #000; }
.ss-form-container .ss-form-inner .ss-form .ss-form-button {
  width: 228px;
  height: 49px;
  float: right;
  font-weight: 500;
  font-size: 15px;
  text-align: center;
  border: 0;
  outline: 0 !important;
  border-radius: 15px;
  color: #000;
  background: #2DE16B;
  cursor: pointer;
  z-index: 3;}

input:hover, input:active, input:focus, input:focus-visible {
  outline: none !important;
  border-color: #2DE16B; }

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

html.main-html {
  line-height: 1.2;
  min-width: 375px !important; }

.main-html body {
  min-width: 375px !important;
  background-color: #EBE9E9;
}
body {
  font-family: 'Montserrat', sans-serif;
  color: #203352;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
}
.wrapper {
  overflow-x: hidden;
  min-width: 375px;
  display: flex;
  flex-direction: column; }

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

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

a {
  text-decoration: none;
  color: #000; }
  a:hover {
    text-decoration: none; }

h1 {
  font-weight: normal;
  font-size: 96px;
  line-height: 117px;
  color: #fff;
  margin: 0; }

h2, h3 {
  display: inline-block;
  font-weight: normal;
  font-size: 48px;
  line-height: 59px;
  color: #fff;
  padding-bottom: 18px; }
  h2:after, h3:after {
    content: "";
    width: 100%;
    height: 10px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #2DE16B; }

h3 {
  font-size: 38px; }

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

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

.btn-wrap {
  display: flex;
  justify-content: center;
  margin: 50px 0; }

.btn {
  width: 318px;
  height: 62px;
  background: #fff;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000; }

.btn-wrap .btn:hover,
.btn-wrap .btn:focus {
  animation: pulse1 1s;
  box-shadow: 0 0 0 2em rgba(255, 255, 255, 0); }

@keyframes pulse1 {
  0% {
    box-shadow: 0 0 0 0 #fff; } }
.btn:hover,
.btn:focus,
.ss-form-button:hover,
.ss-form-button:focus {
  animation: pulse 1s;
  box-shadow: 0 0 0 2em rgba(0, 232, 80, 0); }

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #2DE16B; } }
.flex-list {
  display: flex;
  justify-content: space-between; }

.btn-fixed {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 251px;
  height: 54px;
  background: #E0752A;
  font-weight: 500;
  font-size: 20px;
  color: #fff;
  z-index: 1; }
  .btn-fixed:hover {
    text-decoration: none;
    background: #E05023; }

  .form-item-error {
    position: absolute;
    left: 0;
    bottom: -20px;
    color: red;
  }

  .header__logo {
    width: 153px;
    height: 55px;
    display: flex;
    align-items: center;
  }
.header__logo.header__logo--cnews {
  width: 85px;
  height: 17px;
}
.header__logo img {
  width: 100%;
  height: auto;
}

.ss-item-type-checkbox label {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.ss-item-type-checkbox .ss-input-value {
  margin-left: 10px;
}

.ss-item-type-checkbox .ss-input-value a {
  color: #2DE16B;
  text-decoration: underline;
}

@media (max-width: 1040px) {
  body {
    font-size: 13px; }

  h1 {
    font-size: 50px;
    line-height: 65px; }

  h2, h3 {
    font-size: 24px;
    line-height: 26px; }

  h4, .article-intro h4 {
    font-size: 30px;
    line-height: 34px; }

  .container {
    padding: 0 10px; }

  header {
    position: relative;
    height: auto;
    top: 0;
    padding: 20px 0;
    z-index: 0; }
    header .container {
      height: auto;
      align-items: flex-start; }
    header .mobile-menu {
      display: inline-block; }
    header .menu-block {
      width: calc(100% - 153px - 85px - 20px);
      margin-right: auto;
      margin-left: 30px;
      margin-top: 20px; }
      header .menu-block + a {
        margin-top: 20px; }
      header .menu-block.open .main-menu {
        height: 165px;
        opacity: 1; }
      header .menu-block .main-menu {
        height: 0;
        opacity: 0;
        transition: all 1s ease;
        flex-direction: column;
        justify-content: flex-start; }
        header .menu-block .main-menu li {
          border: 0; }
          header .menu-block .main-menu li a {
            padding: 15px 0 5px;
            display: block; }

  .article-list .article-item .article-wrapper {
    margin-bottom: 0; }

  .article-list {
    flex-wrap: wrap; }
    .article-list .article-item {
      width: calc((100% - 40px) / 2);
      border-radius: 15px;
      background-color: #fff;
      margin-bottom: 40px; }
      .article-list .article-item .article-wrapper {
        height: auto; }
        .article-list .article-item .article-wrapper .article-text .article-name {
          height: auto; }
        .article-list .article-item .article-wrapper .article-text .article-announce {
          height: auto; }
      .article-list .article-item .read-more {
        justify-content: flex-end;
        margin-right: 28px; }

  .section-article .jumbotron {
    background-size: auto !important; }

  .article-main .section-article .jumbotron {
    background-size: cover !important; }

  .all-articles-btn {
    margin: 25px 0; }

  .section-news {
    height: auto; }
    .section-news .news-list {
      flex-direction: column;
      align-items: center; }
    .section-news .container {
      padding-top: 50px; }

  .section-news {
    height: auto; }
    .section-news .container {
      padding-bottom: 25px; }
    .section-news .news-list {
      flex-direction: column;
      align-items: center; }

  .news-item {
    width: 100%;
    padding-bottom: 13px; }
    .news-item hr {
      margin: 0; }

  .news-text .news-name {
    height: auto;
    margin-bottom: 15px; }
  .news-text .news-announce {
    height: auto; }

  .section-allure {
    height: auto; }
    .section-allure .jumbotron > .container {
      padding-top: 50px; }
    .section-allure .video-wrap {
      flex-direction: column; }
      .section-allure .video-wrap > div {
        width: 100%; }
      .section-allure .video-wrap .left-column {
        text-align: center;
        margin-bottom: 30px;
        height: auto; }
        .section-allure .video-wrap .left-column iframe {
          height: 51vw;
          width: 90vw; }
      .section-allure .video-wrap video {
        width: 100%;
        max-width: 481px; }
    .section-allure .allure-desc-block {
      position: relative;
      top: 30px;
      margin-bottom: 90px;
      padding: 50px 0;
      height: auto; }
      .section-allure .allure-desc-block .btn-allure {
        bottom: -65px; }

  .section-workshop {
    height: auto; }
    .section-workshop .jumbotron > .container {
      padding-top: 50px; }
    .section-workshop .workshop-columns {
      flex-direction: column;
      margin-bottom: 0; }
      .section-workshop .workshop-columns > div {
        width: 100%;
        margin-bottom: 30px;
        height: auto; }
    .workshop-columns .left-column p {
      font-size: 14px;
      line-height: 24px;
    }
    .section-workshop .workshop-desc-block {
      position: relative;
      top: 0;
      margin-bottom: 30px;
      padding: 50px 0;
      height: auto; }
      .section-workshop .workshop-desc-block .flex-list {
        flex-direction: column-reverse; }
        .section-workshop .workshop-desc-block .flex-list > div {
          width: 100%;
          margin-bottom: 30px;
          height: auto; }
        .section-workshop .workshop-desc-block .flex-list .left-column {
          text-align: center; }
        .modal-reg .ss-form-container .ss-form-inner .ss-form .ss-form-button {
          float: none;
          margin-bottom: 20px; }

  footer {
    position: relative; } }
@media (min-width: 720px) and (max-width: 1040px) {
  .article-list .article-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }

  .article-text .article-name {
    height: auto; }
  .article-text .article-announce {
    height: auto; }

  .read-more {
    justify-content: flex-end; } }
@media (max-width: 910px) {
  .allure-desc-block .container {
    flex-wrap: wrap;
    justify-content: space-around;
  padding-top: 0;}
    .allure-desc-block .container .allure-item {
      width: 40%; }

  .lock .modal-reg .content {
    padding: 32px 20px;
    min-height: 200px; }

  .ss-form-container .ss-form-inner .ss-form .ss-form-item.ss-item-type-email {
    margin-bottom: 20px; }

  .lock .modal-reg .content .date {
    position: relative;
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 0; }
    .lock .modal-reg .content .date span {
      font-size: 24px; } }
@media (max-width: 767px) {
  .article-wrap {
    display: block; }
    .article-wrap > div {
      width: 100%; }
    .article-wrap .main-article-text {
      margin-bottom: 30px; }
    .article-wrap .right-column {
      margin-left: 0;
      width: 100%; }
      .article-wrap .right-column .registration-banner {
        margin-left: auto;
        margin-right: auto; } }
@media (max-width: 720px) {
  .btn-wrap {
    justify-content: center;
    margin: 30px 0; }

  .article-list {
    flex-direction: column;
    align-items: center; }
    .article-list .article-item {
      width: 318px; } }
@media (max-width: 600px) {
  .allure-desc-block .container .allure-item {
    width: 80%; }

  header .container {
    flex-wrap: wrap; }
    header .container > a > img {
      width: 80%; }
  header .menu-block {
    width: 100%;
    order: 1;
    margin-left: 0; }

  .article-item.article-inside .article-wrapper {
    flex-direction: column; }
    .article-item.article-inside .article-wrapper .img-wrap {
      width: 100%;
      height: 277px;
      border-radius: 15px 15px 0 0; }

  .lock .modal-reg .content {
    top: 20px;
    transform: none; } }
@media (max-width: 420px) {
  .btn {
    width: 80%; } }




/* modal */
.modal-book-offer .modal-content {
  background-color: transparent;
}

.modal-book-offer .link {
  margin: 40px 0 0;
}

@media (max-width: 800px) {
  .modal-book-img {
    display: none;
  }

  p.modal-book-heading {
    margin-right: auto;
    text-align: center;
  }

  .modal-book-logo {
    margin-left: auto;
    margin-right: auto;
  }

  .modal-book-line p {
    font-size: 16px;
  }
}


/* modal */
.modal-open {
  overflow: hidden;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  z-index: 5;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.in {
  opacity: 0.5;
}

.fade {
  transition: opacity 0.15s linear;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal {
  z-index: 100000;
}

.modal-open .modal {
  background: rgba(255, 255, 255, 0.75);
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  outline: 0;
}
.modal-content.anketa {
  padding-top: 0;
  height: unset;
  margin-top: unset;
}
.modal-content.anketa ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}
.modal-content.anketa .anketa-wrap .anketa-wrap-inner .left-column {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  padding: 40px;
}
.modal-content.anketa .anketa-wrap .anketa-wrap-inner .left-column img {
  max-width: 100%;
}
.modal-content.anketa .anketa-wrap .anketa-wrap-inner .right-column {
  width: 100%;
  padding: 40px 20px;
  background: rgba(255,255,255,.9);
}
.modal-content.anketa .anketa-wrap .anketa-wrap-inner {
  max-width: 687px;
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}

@media (min-width: 800px) {
  .modal-dialog {
    max-width: 1280px;
    margin: 1.75rem auto;
  }
}

@media (min-width: 576px) {
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }

  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
}

.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

.modal.in .modal-dialog {
  -webkit-transform: none;
  transform: none;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 90%;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.modal-body .bg {
  width: 100%;
  max-width: 732px;
  height: 100%;
  margin: 0 auto;
  background: #E4E4E4 url("https://filearchive.cnews.ru/img/files/2021/09/15/bg78.png") no-repeat;
  background-position: left bottom;
  background-size: 100%;
  box-shadow: 12px 12px 30px rgba(0,0,0,.1);
  border-radius: 26px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.modal-book-offer .modal-body {
  max-width: 815px;
  /*width: 90%;*/
}
.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.iframe-close {
  line-height: 1;
  position: absolute;
  right: 15px;
  top: -8px;
}

button.iframe-close {
  padding: 0;
  background-color: transparent;
  border: 0;
  appearance: none;
  color: #000;
  font-size: 90px;
  font-weight: 100;
  z-index: 1;
}

[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}

.modal-header .iframe-close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal .ss-form-submit {
  margin-top: 0;
}

.modal-content .form__wp {
  margin-left: 0;
}

.container-big .ss-form-container.remove-form {
  display: none;
}

iframe#iframe-anketa-form  {
  max-width: 810px;
  width: 100%;
  height: 500px;
}
.iframe-anketa-form body {
  background: transparent;
}
.workshop-present {
  max-width: 795px;
  width: 100%;
  min-height: 457px;
  border-radius: 23px;
  background: url("https://filearchive.cnews.ru/img/files/2021/09/28/workshopbg.png") no-repeat;
  background-size: cover;
  color: #fff;
  padding: 20px 43px 0 35px;
  margin-bottom: 25px;
}
.workshop-present > p {
  font-size: 13px;
  line-height: 1.4;
  margin-bottom: 30px;
}
.modal-book-offer h1 {
  color: #000;
  font-size: 50px;
  font-weight: 500;
  line-height: 1;
  padding: 15px 0;
}
.workshop-present h2 {
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 15px;
}
.workshop-modal-reg {
  align-items: center;
}
.workshop-modal-reg .left-column {
  width: 400px;
}
.workshop-modal-reg .left-column p {
  font-size: 25px;
  margin-bottom: 15px;
}
.workshop-modal-reg .left-column ul {

}
.workshop-modal-reg .left-column li {
  margin-bottom: 15px;
  font-size: 13px;
  padding-left: 45px;
  line-height: 1.4;
}
.workshop-modal-reg .left-column li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 30px;
  height: 8px;

  background: #00E850;
}
.workshop-modal-reg .left-column {
  margin-bottom: 30px;
}
.workshop-modal-reg .right-column p {
  font-size: 50px;
  line-height: 1.2;
}
.workshop-modal-reg .right-column p span {
  font-size: 20px;
  display: block;
}
@media (max-width: 925px) {
  .modal-book-offer h1, .workshop-modal-reg .right-column p {
    font-size: 40px;
  }
}
@media (max-width: 800px) {
  .workshop-modal-reg {
    flex-direction: column;
  }
  .workshop-modal-reg .left-column {
    width: 100%;
    margin-bottom: 5px;
  }
  .workshop-modal-reg .right-column {
   margin-bottom: 30px;
  }
}
/*bugfix jquery form*/
.jq-number {
  display: block;
  padding: 0;
}
.jq-number.focused .jq-number__field {
  border: none;
}
.jq-number__field {
  width: 100%;
  border: 0;
  box-shadow: none;
  border-radius: 0;
}
.jq-number__spin {
  display: none;
}
.jq-checkbox {
  background: #fff;
  box-shadow: none;
  border: 0;
}
.jq-checkbox.focused {
  border: 0;
}
.jq-checkbox.checked .jq-checkbox__div {
  width: 16px;
  height: 16px;
  margin: 0;
  background: #4c8bf5 url("https://filearchive.cnews.ru/img/files/2021/09/16/icons8checkmark.svg");
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: none;
}
.testops-header-line {
  height: 640px;
  min-width: 1200px;
  background: url(//filearchive.cnews.ru/img/files/2021/09/28/mainbg.jpg) 50% 0 no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.scollable-ad-header-text a {
  text-decoration: underline;
}
.scollable-ad-container {
  bottom: -60px !important;
  background: transparent !important;
  line-height: 1.2;
}
.scollable-ad-offset:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255,255,255,.7);
}
.scollable-ad-offset {
  background: url("https://filearchive.cnews.ru/img/files/2021/08/03/workshopbg.png") no-repeat;
  background-size: cover;
}
