/*! 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; }

.header-section {
  color: #fff; }

header .container {
  display: flex;
  justify-content: space-between;
  padding: 47px 100px 35px 90px;
  align-items: center; }
  header .container a {
    margin: 0 35px; }
    header .container a.logo1 {
      margin: 0 auto 0 0; }
    header .container a.logo4 {
      margin-right: 0; }

.page-head .container {
  display: flex;
  padding: 0 100px 0 90px; }
.page-head .menu {
  max-width: 155px;
  margin-top: 72px;
  margin-right: 186px;
  flex-shrink: 0; }
.page-head .title {
  max-width: 700px;
  margin-right: 40px; }
  .page-head .title:after {
    content: '';
    display: block;
    width: 336px;
    height: 696px;
    background: url("https://filearchive.cnews.ru/img/cnews/2021/10/13/mask1.jpg") no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1; }
  .page-head .title h1 {
    font-style: italic;
    font-weight: 700;
    font-size: 6em;
    line-height: 1;
    letter-spacing: -4px;
    margin: 0;
    margin-top: 63px;
    margin-bottom: 88px;
    text-transform: uppercase; }
  .page-head .title .announce {
    font-size: 1.7em;
    font-style: italic;
    max-width: 700px; }
.page-head .conf-date {
  max-width: 340px;
  font-style: italic;
  font-weight: 700;
  font-size: 8em;
  color: #fff;
  margin-top: 220px; }
  .page-head .conf-date:after {
    content: '';
    display: block;
    width: 336px;
    height: 614px;
    background: url("https://filearchive.cnews.ru/img/cnews/2021/10/13/mask2.jpg") no-repeat;
    position: absolute;
    top: 28px;
    left: 80px;
    z-index: -1; }

.vertical-text {
  transform: rotate(270deg);
  position: absolute;
  top: 215px;
  left: -60px;
  pointer-events: none; }
  .vertical-text p {
    font-style: italic;
    font-weight: 700;
    color: #00AAFF;
    opacity: 0.3;
    font-size: 7em; }
    .vertical-text p span {
      display: block;
      font-size: 1.6em;
      margin-top: -40px;
      color: transparent;
      -webkit-text-stroke: 2px #00AAFF; }

.menu .navbar-lang {
  display: flex;
  align-items: center;
  margin-bottom: 41px; }
  .menu .navbar-lang li:first-of-type a {
    padding-right: 5px;
    margin-right: 5px; }
  .menu .navbar-lang a.active {
    color: #00AAFF;
    pointer-events: none; }
.menu .main-menu li a {
  display: block;
  padding: 20px 0 16px; }
  .menu .main-menu li a.active {
    color: #00AAFF;
    pointer-events: none; }
.menu li a {
  text-transform: uppercase;
  font-weight: 700;
  color: #fff; }
  .menu li a:hover {
    color: #00AAFF;
    text-decoration: underline; }

.reg-page {
  background: none; }
  .reg-page > header {
    background: url("https://filearchive.cnews.ru/img/files/2021/10/14/headerregbg.jpg") no-repeat; }
    .reg-page > header .container {
      padding: 62px 90px 50px 90px; }

.page-head .mobile-menu {
  display: none;
  position: relative;
  cursor: pointer; }

.award-section {
  margin-top: 150px;
  margin-bottom: -30px;
  /**/
  z-index: 2; }
  .award-section:after {
    content: '';
    display: block;
    width: 434px;
    height: 844px;
    background: url("https://filearchive.cnews.ru/img/files/2021/10/14/cup1.png") no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none; }
  .award-section .container {
    /*background: #fff;*/
    /**/ }
  .award-section .award-section-wrap {
    width: 1143px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: center; }

.description-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-left: 0; }
  .description-wrap .btn {
    align-self: flex-start;
    margin-top: 15px; }

.award-description:before {
  content: '';
  display: block;
  width: 70vw;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1; }
.award-description .award-description-inner {
  max-width: 680px;
  padding: 75px 10px 0 0;
  background: #fff;
  margin-bottom: 10px; }
.award-description p.title {
  color: #002383;
  font-style: italic;
  font-weight: 700;
  font-size: 4.2em;
  margin-bottom: 10px; }
.award-description p.description-text {
  font-size: 1em;
  color: #000;
  line-height: 1.5; }

.anketa-block {
  width: 350px;
  height: 479px;
  margin-left: 62px; }
  .anketa-block:after {
    content: '';
    display: block;
    width: 790px;
    height: 479px;
    background: url("https://filearchive.cnews.ru/img/cnews/2021/10/13/anketablockbg.jpg") no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0; }
  .anketa-block .mobile-text {
    display: none; }
  .anketa-block .wrapper {
    width: 347px;
    padding: 86px 45px 75px;
    z-index: 1; }
    .anketa-block .wrapper p {
      font-style: italic;
      font-size: 1.5em;
      color: #00AAFF;
      margin-bottom: 15px; }
      .anketa-block .wrapper p.date {
        color: #909090;
        font-weight: 700;
        margin-bottom: 24px;
        font-size: 1.7em;
        font-style: normal; }

.award-points:before {
  content: '';
  display: block;
  width: 1619px;
  height: 1477px;
  background: url("https://filearchive.cnews.ru/img/files/2021/10/14/undermask.png") no-repeat;
  position: absolute;
  top: -295px;
  right: 0;
  left: 0; }
.award-points:after {
  content: '';
  display: block;
  width: 336px;
  height: 696px;
  background: url("https://filearchive.cnews.ru/img/files/2021/10/14/faqmask.jpg") no-repeat;
  position: absolute;
  top: 237px;
  right: 0;
  z-index: 2; }
.award-points .award-points-wrapper {
  width: 1127px;
  margin: 0 auto; }
  .award-points .award-points-wrapper:after {
    content: '';
    display: block;
    width: 1584px;
    height: 384px;
    background: url("https://filearchive.cnews.ru/img/files/2021/10/13/bgaward.jpg") no-repeat;
    background-size: contain;
    position: absolute;
    top: -10px;
    left: -50px;
    z-index: 1; }
  .award-points .award-points-wrapper .title {
    color: #00AAFF;
    font-style: italic;
    font-weight: 700;
    font-size: 4em;
    z-index: 2;
    padding-top: 30px;
    /**/ }
.award-points .points-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: 82%;}
  .award-points .points-list .point-item {
    width: 48%;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    z-index: 2; }
    .award-points .points-list .point-item .num {
      width: 56px;
      text-align: center;
      font-style: italic;
      font-weight: 700;
      color: transparent;
      -webkit-text-stroke: 1px #fff;
      font-size: 6em;
      margin-right: 25px; }
    .award-points .points-list .point-item p {
      color: #fff;
      font-size: 1.25em;
      line-height: 1.1; }

.award-points .points-list:after {
  content: '';
  display: block;
  width: 470px;
  height: 365px;
  background: url("https://filearchive.cnews.ru/img/cnews/2022/01/25/gift.png");
  position: absolute;
  top: -130px;
  right: -364px;
  z-index: 5;
}
.nominations {
  color: #fff;
  background: url("https://filearchive.cnews.ru/img/files/2021/10/13/nominationsbg.jpg") no-repeat;
  background-size: cover; }
  .nominations .nominations-wrapper {
    width: 1127px;
    margin: 0 auto;
    padding: 42px 0; }
    .nominations .nominations-wrapper .title {
      font-style: italic;
      font-weight: 700;
      font-size: 4em;
      margin-bottom: 34px; }
    .nominations .nominations-wrapper .items-wrap {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      .main-page .nominations .nominations-wrapper .items-wrap .item {
        display: flex;
        width: 49%;
        min-height: 198px;
        margin-bottom: 24px;
        border: 3px solid #00AAFF;
        flex-direction: column;
        padding: 25px 30px; }
        .nominations .nominations-wrapper .items-wrap .item p {
          font-style: italic;
          font-weight: 700;
          font-size: 2em;
          flex-shrink: 0;
          margin-bottom: 15px;
          text-align: left; }
        .nominations .nominations-wrapper .items-wrap .item ul {
          text-align: left;
          align-self: flex-start; }
          .nominations .nominations-wrapper .items-wrap .item ul li {
            font-size: 1em;
            padding: 4px 0;
            text-transform: uppercase;
            font-weight: 700;
            color: #C0EAFF; }
            .nominations .nominations-wrapper .items-wrap .item ul li i {
              font-style: normal;
              display: none; }
            .nominations .nominations-wrapper .items-wrap .item ul li span {
              display: block;
              margin-top: 3px;
              font-weight: 700; }
          .nominations .nominations-wrapper .items-wrap .item ul.special-nominations {
            text-align: left; }
  .nominations .btn {
    margin: 20px auto 0; }

.faq {
  background: #F8F8F8 url("https://filearchive.cnews.ru/img/files/2021/10/14/maskfaq.png") no-repeat;
  background-position: top right;
  padding: 40px 0 60px; }
  .faq .faq-wrap {
    box-sizing: content-box;
    max-width: 1063px;
    padding: 0 10px;
    margin: 0 auto; }
    .faq .faq-wrap:before {
      content: '';
      display: block;
      width: 336px;
      height: 696px;
      background: url("https://filearchive.cnews.ru/img/files/2021/10/14/faqmask.jpg") no-repeat;
      position: absolute;
      top: -120px;
      left: -418px;
      z-index: 1; }
  .faq .title {
    font-style: italic;
    font-weight: 700;
    font-size: 4em;
    margin-bottom: 34px;
    color: #002383; }

.b-faq {
  margin: 5px auto; }

.faq__item.shadow {
  box-shadow: 0px 4px 40px rgba(0, 170, 255, 0.17); }

.b-faq .faq__title {
  position: relative;
  display: flex;
  align-items: center;
  padding: 44px 20px 42px 0;
  color: #002383;
  font-size: 1.25em;
  font-weight: 700;
  text-decoration: none;
  background-color: #fff;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s; }

.b-faq .faq__title:hover {
  color: #00AAFF; }

.b-faq .faq__active {
  color: #00AAFF; }

.b-faq .faq__title .faq__spoiler {
  margin-left: 41px;
  margin-right: 37px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
.b-faq .faq__title .faq__spoiler .faq__symbol {
  height: 20px;
  display: block;
}
.b-faq .faq__rotate {
  transform: rotate(180deg); }

.b-faq .faq__content {
  padding: 0 55px 30px 108px;
  margin-bottom: 2px;
  font-size: 1em;
  display: none;
  color: #000;
  background: #fff; }

footer {
  color: #fff;
  background: url("https://filearchive.cnews.ru/img/files/2021/10/14/bgfooter.jpg") no-repeat;
  background-size: cover;
  padding: 82px 10px 45px;
  min-height: 510px; }
  footer header {
    margin-bottom: 35px; }
    footer header .container {
      padding: 0; }
      footer header .container a {
        margin: 0 26px; }
        footer header .container a.logo4 {
          margin-right: 26px; }
  footer .footer-wrap {
    max-width: 1108px;
    padding: 0 10px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    footer .footer-wrap .first-part {
      width: 780px; }
  footer .menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 53px;
    opacity: 0;
    pointer-events: none; }
    footer .menu ul.main-menu {
      display: flex;
      align-items: center; }
      footer .menu ul.main-menu li {
        margin-right: 45px; }
    footer .menu ul.navbar-lang {
      margin-bottom: 0; }
  footer .contacts {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding-right: 140px; }
    footer .contacts .mob-text {
      display: none; }
    footer .contacts p {
      font-style: italic;
      font-size: 1em;
      color: #00AAFF; }
    footer .contacts a {
      font-weight: bold;
      font-size: 1.5em;
      margin-left: 45px;
      color: #fff; }
      footer .contacts a.mail {
        text-decoration: underline; }
    footer .contacts .phone-number {
      display: flex;
      flex-direction: column;
      align-items: flex-end; }
      footer .contacts .phone-number span {
        font-size: 0.8em; }
  footer .additional-info {
    display: flex;
    align-items: center;
    font-size: 0.9em;
    color: #fff;
    margin-top: 100px; }
    footer .additional-info p {
      margin-right: auto; }
    footer .additional-info .mask-link:before {
      content: '';
      display: block;
      width: 336px;
      height: 510px;
      background: url("https://filearchive.cnews.ru/img/files/2021/10/14/footermask.jpg") no-repeat;
      position: absolute;
      bottom: -45px;
      left: -32px;
      z-index: 0; }
    footer .additional-info a {
      color: #fff; }
      footer .additional-info a.blue-link {
        color: #00AAFF;
        margin-right: 100px;
        opacity: 0;
        pointer-events: none; }

.reg-page footer header .container {
  padding: 0; }
  .reg-page footer header .container a.logo1 {
    margin-left: 0; }
.reg-page footer .additional-info .mask-link:before {
  content: '';
  display: block;
  width: 336px;
  height: 627px;
  background: url("https://filearchive.cnews.ru/img/files/2021/10/14/footermaskreg.jpg") no-repeat;
  position: absolute;
  bottom: -45px;
  left: -33px;
  z-index: 0; }
.reg-page footer:after {
  display: none; }

#button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: rgba(129, 185, 232, 0.502);
  text-align: center;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000; }
  #button img {
    margin-bottom: 5px; }

#button:hover {
  cursor: pointer;
  background-color: rgba(129, 185, 232, 0.3); }

#button:active {
  background-color: rgba(129, 185, 232, 0.3); }

#button.show {
  opacity: 1;
  visibility: visible; }

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

html {
  line-height: 1.2; }

body {
  font-family: Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  max-width: 1920px;
  margin: 0 auto;
  background-image: url("https://filearchive.cnews.ru/img/cnews/2021/10/13/bgheader.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  overflow-x: hidden; }

  /*.main-page {*/
  /*  background-color: #002383;*/
  /*}*/

section {
  overflow-x: clip; }

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

a {
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

.btn {
  width: 240px;
  height: 51px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-style: italic;
  font-size: 1em;
  font-weight: 700; }
  .btn span {
    margin-right: 15px; }
  .btn:hover svg {
    transform: scale(1);
    animation: spin 0.5s infinite linear; }
  .btn.btn-blue {
    background: #00AAFF; }
  .btn.btn-brand {
    background: #002383; }
  .btn.btn-white {
    background: #fff;
    color: #002383; }

@keyframes spin {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }
@media (max-width: 1900px) {
  .award-points:after {
    display: none; } }
@media (max-width: 1200px) {
  .header-section header:before {
    content: '';
    display: block;
    width: 223px;
    height: 354px;
    background: url("https://filearchive.cnews.ru/img/files/2021/10/15/mobilemask1.jpg") no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; }
  .header-section header:after {
    content: '';
    display: block;
    width: 223px;
    height: 144px;
    background: url("https://filearchive.cnews.ru/img/files/2021/10/15/mobilemask3.jpg") no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1; }
  .header-section header .container {
    padding: 25px 55px 0 50px; }
    .header-section header .container a {
      margin: 0 20px; }
    .header-section header .container a.logo1 {
      margin-left: 55px;
      margin-right: auto; }
      .header-section header .container a.logo1 svg {
        width: 120px;
        height: 70px; }

  .reg-page header .container {
    padding: 25px 55px 25px 50px; }
    .reg-page header .container a {
      margin: 0 20px; }
    .reg-page header .container a.logo1 {
      margin-left: 55px;
      margin-right: auto; }
      .reg-page header .container a.logo1 svg {
        width: 120px;
        height: 70px; }

  .page-head .container {
    flex-wrap: wrap;
    padding: 0 55px 0 50px; }
  .page-head .title h1 {
    font-size: 4.5em;
    margin-top: 38px;
    line-height: 1.1;
    letter-spacing: 1.1px;
    margin-bottom: 55px; }
  .page-head .title:after {
    display: none; }
  .page-head:before {
    content: '';
    display: block;
    width: 227px;
    height: 469px;
    background: url("https://filearchive.cnews.ru/img/files/2021/10/15/mobilemask2.jpg") no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1; }

  .page-head .menu {
    width: 100%;
    max-width: unset;
    margin: 0;
    padding-top: 40px;
    height: 0;
    opacity: 0;
    transition: all 1s ease; }
    .page-head .menu.open {
      opacity: 1;
      height: 254px; }

  .menu .navbar-lang {
    margin-bottom: 15px; }

  .page-head .mobile-menu {
    display: block;
    position: absolute;
    top: -55px; }

  .page-head .conf-date,
  .vertical-text {
    display: none; }

  .award-section {
    margin-top: 5px; }
    .award-section .container {
      background: transparent; }
    .award-section:after {
      display: none; }
    .award-section .award-section-wrap {
      flex-direction: column-reverse;
      align-items: flex-start;
      width: unset; }
      .award-section .award-section-wrap .anketa-block {
        width: 100%;
        margin-left: 0;
        height: unset; }
        .award-section .award-section-wrap .anketa-block:after {
          display: none; }
        .award-section .award-section-wrap .anketa-block .wrapper {
          width: unset;
          display: flex;
          align-items: flex-end;
          padding: 25px 55px 35px 50px;
          flex-wrap: wrap; }
          .award-section .award-section-wrap .anketa-block .wrapper p.date {
            color: #fff; }
          /*.award-section .award-section-wrap .anketa-block .wrapper > div p:last-of-type {*/
          /*  margin-bottom: 0; }*/
          .award-section .award-section-wrap .anketa-block .wrapper .btn {
            margin-left: 45px;
            background: #fff;
            color: #002383; }
        .award-section .award-section-wrap .anketa-block .mobile-text {
          display: block;
          width: 100%;
          font-style: italic;
          font-weight: 700;
          font-size: 1.125em;
          color: #fff;
          line-height: 1.5;
          margin: 50px 0; }
      .award-section .award-section-wrap .description-wrap {
        padding: 25px 55px 35px 50px;
        background: url("https://filearchive.cnews.ru/img/cnews/2021/10/13/anketablockbg.jpg") no-repeat;
        background-size: cover; }
        .award-section .award-section-wrap .description-wrap .award-description:before {
          display: none; }
        .award-section .award-section-wrap .description-wrap .award-description .award-description-inner {
          background: transparent;
          max-width: unset;
          padding: 0; }

  .award-points {
    background: url("https://filearchive.cnews.ru/img/files/2021/10/15/bgpoints.jpg") no-repeat;
    background-size: cover;
    padding: 25px 55px 0 50px; }
    .award-points:before {
      display: none; }
    .award-points:after {
      display: block;
      right: 0;
      bottom: 0;
      top: unset; }
    .award-points .award-points-wrapper {
      width: unset; }
      .award-points .award-points-wrapper:after {
        display: none; }
    .award-points .points-list {
      max-width: 70%; }
  .award-points .points-list:after {
    top: unset;
    bottom: 30px;
    right: -382px; }
      .award-points .points-list .point-item {
        width: 100%;
        z-index: 4; }
        .award-points .points-list .point-item.point-item-1 {
          order: -2; }
        .award-points .points-list .point-item.point-item-2 {
          order: -1; }

  .nominations .nominations-wrapper {
    width: unset;
    padding: 25px 55px 44px 50px; }
    .main-page .nominations .nominations-wrapper .items-wrap .item {
      width: 100%; }
  .nominations .btn {
    margin: 0 auto; }

  .faq {
    padding-left: 50px;
    padding-right: 55px;
    padding-bottom: 100px; }
    .faq .faq-wrap {
      padding: 0; }

  footer {
    padding-left: 55px;
    padding-right: 50px; }
    footer header .container a.logo4 {
      margin-right: 0; }
    footer .container {
      z-index: 1; }
    footer:after {
      content: '';
      display: block;
      width: 228px;
      height: 472px;
      background: url("https://filearchive.cnews.ru/img/files/2021/10/15/mobilemaskfooter.jpg") no-repeat;
      position: absolute;
      top: -90px;
      right: 50px; }
    footer .footer-wrap {
      margin: 0;
      padding: 0; }
      footer .footer-wrap .first-part {
        width: unset; }
    footer .contacts {
      flex-direction: column; }
      footer .contacts p {
        margin-bottom: 10px; }
      footer .contacts a {
        margin-left: 0;
        margin-bottom: 20px; }
      footer .contacts .phone-number {
        align-items: flex-start; }
      footer .contacts .mob-text {
        display: block; }
    footer .menu {
      display: none; }
    footer .additional-info a.blue-link {
      display: none; }
    footer .additional-info {
      margin-top: 70px; }
      footer .additional-info .mask-link:before {
        display: none; } }
@media (max-width: 767px) {
  .header-section header:before {
    content: '';
    display: block;
    width: 100px;
    height: 140px;
    background: url("https://filearchive.cnews.ru/img/files/2021/10/15/mobilemask1.jpg") no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; }
  .header-section header:after {
    content: '';
    display: block;
    width: 97px;
    height: 110px;
    background: url("https://filearchive.cnews.ru/img/files/2021/10/17/mobmaskheader1.jpg") no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1; }
  .header-section header .container {
    padding: 58px 20px 0 20px; }
    .header-section header .container a {
      margin: 0 20px; }
    .header-section header .container a.logo1 {
      margin-left: 0;
      margin-right: 0; }
      .header-section header .container a.logo1 svg {
        width: 74px;
        height: 42px; }
    .header-section header .container .logo2 svg {
      width: 48px;
      height: 18px; }
    .header-section header .container .logo3 svg {
      width: 43px;
      height: 33px; }
    .header-section header .container .logo4 svg {
      width: 57px;
      height: 11px; }

  .reg-page header .container {
    padding: 20px 20px 22px 20px; }
    .reg-page header .container a {
      margin: 0 20px; }
    .reg-page header .container a.logo1 {
      margin-left: 0;
      margin-right: 0; }
      .reg-page header .container a.logo1 svg {
        width: 74px;
        height: 42px; }
    .reg-page header .container .logo2 svg {
      width: 48px;
      height: 18px; }
    .reg-page header .container .logo3 svg {
      width: 43px;
      height: 33px; }
    .reg-page header .container .logo4 svg {
      width: 57px;
      height: 11px; }

  .page-head .container {
    padding: 0 20px 0 20px; }
  .page-head .title h1 {
    font-size: 2.3em;
    margin-top: 10px;
    letter-spacing: 1px;
    margin-bottom: 15px; }
  .page-head .title:after {
    display: none; }
  .page-head .title .announce {
    font-size: 1.25em; }
  .page-head:before {
    content: '';
    display: block;
    width: 100px;
    height: 207px;
    background: url("https://filearchive.cnews.ru/img/files/2021/10/15/mobilemask2.jpg") no-repeat;
    background-size: cover;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1; }
  .page-head .mobile-menu {
    top: -78px; }
  .page-head .menu {
    padding-top: 20px; }
    .page-head .menu li a {
      padding: 15px 0 11px; }
    .page-head .menu.open {
      height: 330px; }

  .award-section .award-section-wrap .anketa-block .wrapper {
    padding: 20px 20px 0 20px; }
    .award-section .award-section-wrap .anketa-block .wrapper > div {
      width: 100%; }
    .award-section .award-section-wrap .anketa-block .wrapper .btn {
      margin: 22px auto 38px;
      width: 260px; }
  .award-section .award-section-wrap .anketa-block .mobile-text {
    display: none; }
  .award-section .award-section-wrap .description-wrap {
    padding: 25px 20px 35px 20px; }
    .award-section .award-section-wrap .description-wrap .award-description p.title {
      font-size: 3em; }
    .award-section .award-section-wrap .description-wrap .btn {
      width: 240px;
      margin: 40px auto 0; }

  .award-points {
    padding: 25px 20px 0 20px; }
    .award-points:after {
      display: none; }
    .award-points .award-points-wrapper .title {
      line-height: 1;
      margin-bottom: 20px; }
    .award-points .points-list {
      max-width: unset; }
  .award-points .points-list:after {
    width: 304px;
    height: 242px;
    background-size: contain;
    top: -93px;
    bottom: unset;
    right: -24px;}
      .award-points .points-list .point-item p {
        font-size: 1.125em; }

  .nominations .nominations-wrapper {
    width: unset;
    padding: 25px 20px 44px 20px; }
    .nominations .nominations-wrapper .title {
      font-size: 3em;
      margin-bottom: 10px; }
    .nominations .nominations-wrapper .items-wrap .item ul li {
      margin-bottom: 5px; }
  .nominations .btn {
    margin: 0 auto; }

  .faq {
    padding: 10px 10px 60px; }
    .faq .title {
      font-size: 3em;
      margin-bottom: 15px; }

  .b-faq .faq__title {
    padding: 17px 20px 21px 0;
    min-height: 100px; }
    .b-faq .faq__title .faq__spoiler {
      margin-left: 10px;
      margin-right: 15px; }
  .b-faq .faq__content {
    padding: 0 30px 20px 45px;
    line-height: 26px; }

  footer {
    padding: 50px 20px 30px;
    min-height: unset; }
    footer:after {
      display: none; }
    footer .contacts {
      padding-right: 0; }
      footer .contacts p {
        font-size: 0.875em; }
      footer .contacts a {
        font-size: 1.375em; }
    footer .additional-info {
      flex-direction: column;
      align-items: flex-start; }
      footer .additional-info .mask-link a {
        display: block;
        padding: 10px 0; }
    footer header .container {
      flex-wrap: wrap; }
      footer header .container a {
        margin: 0; }
      footer header .container a.logo1 {
        margin-right: calc(100% - 74px);
        margin-bottom: 35px; }
        footer header .container a.logo1 svg {
          width: 74px;
          height: 42px; }
      footer header .container .logo2 svg {
        width: 68px;
        height: 25px; }
      footer header .container .logo3 svg {
        width: 60px;
        height: 46px; }
      footer header .container .logo4 {
        margin-right: 0; }
      footer header .container .logo4 svg {
        width: 88px;
        height: 17px; }

  .reg-page footer .additional-info .mask-link:before {
    display: none; }

  .ss-form-footer {
    margin-bottom: 55px; } }
@media (max-width: 718px) {
  .award-points .points-list:after {
    position: relative;
    top: unset;
    right: 0;
    left: 0;
    margin: 0 auto;
    margin-bottom: 20px;
    background-repeat: no-repeat;
  }
}
@media (max-width: 400px) {
  .header-section header .container a.logo4 {
    opacity: 0;
    pointer-events: none; } }

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