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

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on June 28, 2021 */
@font-face {
  font-family: 'intel_clearbold';
  src: url("../../fonts/intel_nuc/intelclear_bd-webfont.eot");
  src: url("../../fonts/intel_nuc/intelclear_bd-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/intel_nuc/intelclear_bd-webfont.woff2") format("woff2"), url("../../fonts/intel_nuc/intelclear_bd-webfont.woff") format("woff"), url("../../fonts/intel_nuc/intelclear_bd-webfont.svg#intel_clearbold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'intel_clearbold_italic';
  src: url("../fonts/intelclear_bdit-webfont.eot");
  src: url("../fonts/intelclear_bdit-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/intelclear_bdit-webfont.woff2") format("woff2"), url("../fonts/intelclear_bdit-webfont.woff") format("woff"), url("../fonts/intelclear_bdit-webfont.svg#intel_clearbold_italic") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'intel_clearitalic';
  src: url("../fonts/intelclear_it-webfont.eot");
  src: url("../fonts/intelclear_it-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/intelclear_it-webfont.woff2") format("woff2"), url("../fonts/intelclear_it-webfont.woff") format("woff"), url("../fonts/intelclear_it-webfont.svg#intel_clearitalic") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'intel_clearlight';
  src: url("../fonts/intelclear_lt-webfont.eot");
  src: url("../fonts/intelclear_lt-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/intelclear_lt-webfont.woff2") format("woff2"), url("../fonts/intelclear_lt-webfont.woff") format("woff"), url("../fonts/intelclear_lt-webfont.svg#intel_clearlight") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'intel_clearlight_italic';
  src: url("../fonts/intelclear_ltit-webfont.eot");
  src: url("../fonts/intelclear_ltit-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/intelclear_ltit-webfont.woff2") format("woff2"), url("../fonts/intelclear_ltit-webfont.woff") format("woff"), url("../fonts/intelclear_ltit-webfont.svg#intel_clearlight_italic") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'intel_clearregular';
  src: url("../../fonts/intel_nuc/intelclear_rg-webfont.eot");
  src: url("../../fonts/intel_nuc/intelclear_rg-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/intel_nuc/intelclear_rg-webfont.woff2") format("woff2"), url("../../fonts/intel_nuc/intelclear_rg-webfont.woff") format("woff"), url("../../fonts/intel_nuc/intelclear_rg-webfont.svg#intel_clearregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'intel_clear_probold';
  src: url("../fonts/intelclearpro_bd-webfont.eot");
  src: url("../fonts/intelclearpro_bd-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/intelclearpro_bd-webfont.woff2") format("woff2"), url("../fonts/intelclearpro_bd-webfont.woff") format("woff"), url("../fonts/intelclearpro_bd-webfont.svg#intel_clear_probold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'intelclearpro_lcproductnamebd';
  src: url("../fonts/intelclearprolcproductnames_bd-webfont.eot");
  src: url("../fonts/intelclearprolcproductnames_bd-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/intelclearprolcproductnames_bd-webfont.woff2") format("woff2"), url("../fonts/intelclearprolcproductnames_bd-webfont.woff") format("woff"), url("../fonts/intelclearprolcproductnames_bd-webfont.svg#intelclearpro_lcproductnamebd") format("svg");
  font-weight: normal;
  font-style: normal; }
.btn, .ss-form-submit {
  width: 211px;
  height: 46px;
  padding: 0 25px;
  background: #26BCFE;
  border-radius: 5px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
cursor: pointer;}
  .btn:hover, .ss-form-submit:hover {
    background-color: #0E53A7;
    color: #fff; }

header, footer {
  background-color: #0E53A7;
  color: #fff;
  position: relative;
  /*height: 314px;*/
  height: 390px;
  z-index: 1; }
  header a, footer a {
    color: #fff; }
  header .container, footer .container {
    height: 100%; }
  header .logos-header, footer .logos-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 0 15px;
    margin: 0 -20px;
    position: relative; }
    header .logos-header .header__logo, footer .logos-header .header__logo {
      padding: 10px 20px; }
    header .logos-header .header__logo--intel, footer .logos-header .header__logo--intel {
      border-right: 2px solid #fff; }
    header .logos-header .header__logo--cnews, footer .logos-header .header__logo--cnews {
      margin-left: auto; }
  header .main-menu, footer .main-menu {
    display: inline-block;
    margin: 0 -25px;
    height: 60px;
    background-color: #0E53A7;
    position: relative;
    z-index: 2; }
    header .main-menu li, footer .main-menu li {
      float: left;
      padding: 0 24px;
      padding-top: 14px; }
      header .main-menu li a, footer .main-menu li a {
        font-family: "intel_clearbold", Arial, sans-serif;
        font-size: 16px;
        line-height: 21px;
        padding: 4px 0;
        border-bottom: 4px solid #26BCFE; }
        header .main-menu li a:hover, footer .main-menu li a:hover {
          text-decoration: none;
          border-color: #fff; }
  header .page-title, footer .page-title {
    font-family: "intel_clearbold", Arial, sans-serif;
    font-size: 40px;
    line-height: 52px;
    max-width: 370px;
    margin-top: 33px; }
header .page-title {
  margin-top: 0;
}
  header .get-consultation-block, footer .get-consultation-block {
    width: 429px;
    height: 424px;
    position: absolute;
    background: url("https://filearchive.cnews.ru/img/files/2021/06/29/cons.png") no-repeat;
    background-size: contain;
    top: 0;
    right: 185px; }
    header .get-consultation-block .btn, footer .get-consultation-block .btn {
      position: absolute;
      top: 180px;
      left: 40px; }
    .get-consultation {
      margin-bottom: 12px;
    }
    .get-consultation:hover {background: #fff;color: #0E53A7;}
  header .mobile-menu, footer .mobile-menu {
    display: none;
    position: relative;
    cursor: pointer; }
    header .mobile-menu:after, footer .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; }
  header .mobile-cons, footer .mobile-cons {
    display: none; }

footer {
  height: 630px; }
  footer .container {
    display: flex;
    align-items: flex-end; }
    footer .container .logos-header {
      width: 100%;
      padding-bottom: 40px; }

@media (max-width: 930px) {
  .logos-header .get-consultation-block {
    display: none; }

  header {
    height: auto; }
    header .container {
      height: auto;
      padding-bottom: 30px; }
    header .get-consultation-block.mobile-cons {
      max-height: 90vw;
      position: relative;
      right: auto;
      margin: 0 auto;
      max-width: 100%;
      display: flex;
      justify-content: center;
      align-items: center; }
      header .get-consultation-block.mobile-cons .btn {
        position: relative;
        top: auto;
        left: auto; } }
.advantages {
  background-color: #E3E2E4;
  padding: 40px 0;
  height: 568px; }
  .advantages .advantages-wrap {
    display: flex;
    justify-content: space-around;
    margin-top: 67px; }
    .advantages .advantages-wrap:before {
      content: '';
      position: absolute;
      width: 80%;
      height: 2px;
      top: 50px;
      background: url("https://filearchive.cnews.ru/img/files/2021/06/30/pattern.svg") repeat-x; }
  .advantages .advantages-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1; }
    .advantages .advantages-item .circle {
      width: 105px;
      height: 105px;
      background-color: #0E53A7;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 15px;
      border-radius: 50%; }
    .advantages .advantages-item .advantages-item-title {
      font-family: "intel_clearbold", Arial, sans-serif;
      font-size: 16px;
      line-height: 21px;
      color: #0E53A7;
      text-align: center;
      height: 42px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 15px; }
    .advantages .advantages-item .advantages-item-desc {
      line-height: 17px;
      text-align: center; }
    .advantages .advantages-item.advantages-item-1 {
      width: 200px; }
    .advantages .advantages-item.advantages-item-2 {
      width: 208px; }
    .advantages .advantages-item.advantages-item-3 {
      width: 230px; }
    .advantages .advantages-item.advantages-item-4 {
      width: 190px; }

@media (max-width: 860px) {
  .advantages {
    height: auto; }
    .advantages .advantages-wrap {
      flex-wrap: wrap; }
      .advantages .advantages-wrap:before {
        display: none; }
      .advantages .advantages-wrap .advantages-item {
        width: 50% !important;
        margin-bottom: 30px;
        padding: 0 20px; } }
@media (max-width: 460px) {
  .advantages .advantages-wrap .advantages-item {
    width: 100% !important; } }
.scope {
  margin-top: -135px;
  margin-bottom: 40px; }
  .scope .scope-wrap {
    display: flex;
    justify-content: space-between; }
    .scope .scope-wrap .scope-item {
      width: 302px; }
      .scope .scope-wrap .scope-item .scope-title {
        margin-top: 15px;
        font-family: "intel_clearbold", Arial, sans-serif;
        font-size: 16px;
        line-height: 21px;
        color: #0E53A7;
        text-align: center;
        height: 42px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-bottom: 5px; }
        .scope .scope-wrap .scope-item .scope-title span {
          font-size: 13px; }
      .scope .scope-wrap .scope-item ul {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center; }
        .scope .scope-wrap .scope-item ul li {
          position: relative;
          padding-top: 20px; }
          .scope .scope-wrap .scope-item ul li:before {
            content: '';
            width: 3px;
            height: 3px;
            background: #000;
            position: absolute;
            border-radius: 50%;
            display: block;
            top: 10px;
            margin: 0 auto;
            left: 0;
            right: 0;
            font-size: 40px; }

@media (max-width: 1120px) {
  .scope .scope-wrap {
    flex-direction: column;
    align-items: center; }
  .scope .scope-wrap .scope-item {
    margin-bottom: 50px;
  }
  .scope .scope-wrap .scope-item .scope-title {
    height: auto;
  }
}
@media (min-width: 650px) and (max-width: 1120px) {
  .scope .scope-wrap .scope-item {
    margin-bottom: 50px;
    max-width: 640px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  .scope .scope-wrap .scope-item .scope-desc {
    min-width: 275px;
  }
  .scope .scope-wrap .scope-item img {
    margin-right: 30px;
  }
  .scope .scope-wrap .scope-item .scope-title {
    margin-top: 0;
  }
  .scope .scope-wrap .scope-item ul {
    text-align: left;
    align-items: flex-start;
  }
  .scope .scope-wrap .scope-item ul li {
    padding-top: 5px;
  }
  .scope .scope-wrap .scope-item ul li:before {
    left: -10px;
    right: auto;
  }
}
@media (max-width: 860px) {
  .scope {
    margin-top: 20px; } }
.article {
  margin-bottom: 40px; }
  .article .container {
    position: relative; }
    .article .container .article-wrap {
      border: 3px solid #26BCFE;
      margin: 0 30px; }
      .article .container .article-wrap .article-wrap-inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0 -30px;
        position: relative;
        z-index: 1; }
    .article .container .left-column {
      max-width: 500px;
      padding: 10px 0 15px; }
      .article .container .left-column h2, .article .container .left-column p {
        background-color: #fff; }
      .article .container .left-column p {
        padding: 0 0 15px;
        margin-bottom: 0; }
      .article .container .left-column .btn {
        float: right;
        margin-top: 15px; }
    .article .container .right-column {
      width: 495px;
      position: relative;
      margin: 15px 0 -20px; }
      .article .container .right-column:after {
        content: '';
        display: block;
        position: absolute;
        z-index: -1;
        right: 0;
        top: 50px;
        width: 376px;
        height: 158px;
        background-color: #0E53A7; }
    .article .container h2 {
      padding: 5px 0 13px;
      margin-bottom: 0; }

@media (max-width: 1090px) {
  .article .container .article-wrap .article-wrap-inner {
    flex-direction: column; } }
@media (max-width: 540px) {
  .article .container .right-column {
    max-width: 100%; }
    .article .container .right-column img {
      max-width: 90%; }
    .article .container .right-column:after {
      max-width: 60vw; } }
@media (max-width: 420px) {
  .article .container .right-column:after {
    display: none; } }
.video {
  background-color: #0E53A7;
  padding-top: 24px;
  height: 402px;
  position: relative;
  z-index: 1;
  margin-bottom: 180px; }
  .video h2 {
    color: #fff; }
  .video .video-wrap {
    height: 356px;
    border: 3px solid #26BCFE;
    margin: 0 30px;
    padding: 32px 38px 0; }
    .video .video-wrap .video-wrap-inner {
      display: flex;
      width: 100%;
      height: 436px;
      background-color: #000;
      justify-content: center;}
      .video .video-wrap .video-wrap-inner video {
        max-width: 100%;
        outline: none;
        cursor: pointer; }

@media (max-width: 860px) {
  .video .video-wrap {
    margin: 0;
    padding: 10px 10px; } }
.experience {
  background-color: #E3E2E4;
  margin-top: -180px;
  padding-top: 180px;
  padding-bottom: 82px;
  margin-bottom: 50px; }
  .experience .container {
    display: flex; }
  .experience .left-column {
    width: 360px;
    flex-shrink: 0; }
    .experience .left-column h2 {
      margin-bottom: 40px; }
    .experience .left-column > p {
      margin-bottom: 20px;
      line-height: 17px;}
    .experience .left-column .btn {
      float: right;
      margin-top: 14px; }
  .experience .right-column {
    flex-grow: 1;
    margin-left: 40px;
    position: relative;
    z-index: 1; }
    .experience .right-column img.expert-bg {
      z-index: 3; }
    .experience .right-column img.expert-device {
      position: absolute;
      top: 423px;
      left: 57px;
      z-index: 4; }
    .experience .right-column:before {
      content: '';
      display: block;
      position: absolute;
      width: 590px;
      height: 451px;
      border: 3px solid #26BCFE;
      top: 70px;
      right: -48px;
      z-index: 2; }
    .experience .right-column:after {
      content: '';
      display: block;
      position: absolute;
      width: 442px;
      height: 527px;
      background-color: #0E53A7;
      top: 30px;
      right: 5px;
      z-index: 1; }
  .experience .expert-block {
    display: flex;
    align-items: center;
    margin-bottom: 20px; }
    .experience .expert-block img {
      margin-right: 22px;
      width: 126px;
      height: 126px;
      border-radius: 50%; }
    .experience .expert-block .expert-desc p {
      color: #0E53A7;
      font-size: 20px;
      line-height: 26px; }
      .experience .expert-block .expert-desc p span {
        font-size: 14px;
        line-height: 18px; }
      .experience .expert-block .expert-desc p strong {
        font-family: "intel_clearbold", Arial, sans-serif; }
@media (min-width: 1129px) {
  .experience .left-column > p {
    text-align: justify;}
}
@media (max-width: 1130px) {
  .experience .container {
    flex-direction: column; }
    .experience .container .left-column {
      width: 100%;}
    .experience .left-column .btn {
      margin-bottom: 30px;
    }
    .experience .container .right-column {
      flex-shrink: 0;
      width: 100%;
      margin-left: 0; }
      .experience .container .right-column:before {
        right: auto; }
      .experience .container .right-column:after {
        right: 0; }
  .expert-nuc-block {
    right: 0 !important;
  }
}
@media (max-width: 860px) {
  .experience .container .right-column:before {
    max-width: 90vw;
    height: 80%; }
  .experience .container .right-column:after {
    max-width: 70vw;
    height: 100%; }
  .experience .container .right-column img {
    max-width: 88vw; }
    .experience .container .right-column img.expert-device {
      bottom: -63px;
      top: auto;
      left: 10%; } }
@media (max-width: 680px) {
  .experience .container .right-column img.expert-device {
    right: 0;
    left: auto; }
}
.devices {
  margin-bottom: 95px;
  position: relative;
  z-index: 3; }
  .devices .container {
    display: flex;
    justify-content: space-between; }
  .devices .device-item {
    text-align: center;
    width: 248px; }
    .devices .device-item.device-item-3 .circle-block .circle-bg img {
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      max-width: 95vw; }
    .devices .device-item p.price {
      font-family: "intel_clearbold", Arial, sans-serif;
      font-size: 20px;
      line-height: 26px;
      color: #0E53A7;
      margin-bottom: 25px; }
    .devices .device-item p.device-title {
      font-family: "intel_clearbold", Arial, sans-serif;
      font-size: 16px;
      line-height: 21px;
      color: #0E53A7;
      margin-top: 30px;
      margin-bottom: 5px; }
    .devices .device-item p.device-desc {
      font-size: 13px;
      line-height: 17px; }
    .devices .device-item .circle-block {
      position: relative; }
      .devices .device-item .circle-block .rotate-element img {
        animation-name: rotation;
        animation-duration: 20s;
        animation-iteration-count: infinite;
        animation-timing-function: linear; }
      .devices .device-item .circle-block .circle-bg {
        border-radius: 50%;
        width: 222px;
        height: 222px;
        background: linear-gradient(204.42deg, #26BCFE -6.97%, #0E53A7 65.04%);
        position: absolute;
        top: 13px;
        left: 0;
        right: 0;
        margin: auto; }
        .devices .device-item .circle-block .circle-bg img {
          position: absolute;
          bottom: 0;
          left: 0; }
  .devices .sign {
    color: #0E53A7;
    font-size: 28px;
    top: 90px; }
    .devices .sign.plus {
      font-size: 36px; }

@keyframes rotation {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@-webkit-keyframes rotation {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@media (max-width: 1190px) {
  .devices .container {
    flex-direction: column;
    align-items: center; }
  .devices .sign {
    top: 0;
    margin: 30px; } }
.anketa {
  position: relative;
  background-color: #E3E2E4;
  padding-top: 280px;
  margin-top: -328px;
  height: 470px;
  z-index: 2; }
  .anketa .anketa-wrap {
    width: 1190px;
    height: 708px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    padding: 52px 45px 50px; }
    .anketa .anketa-wrap .anketa-wrap-inner {
      border: 3px solid #26BCFE;
      padding: 23px 50px;
      display: flex;
      justify-content: space-between; }
      .anketa .anketa-wrap .anketa-wrap-inner .left-column {
        width: 459px;
        flex-shrink: 0; }
        .anketa .anketa-wrap .anketa-wrap-inner .left-column img {
          /*margin-top: -50px;*/
          width: 100%; }
      .anketa .anketa-wrap .anketa-wrap-inner .right-column {
        width: 497px;
        flex-shrink: 0; }

.container.container-big {
  max-width: 1230px;
  width: 1230px; }

.ss-form-container {
  color: #0E53A7; }
  .ss-form-container .ss-form-heading .ss-form-title {
    font-size: 24px;
    line-height: 31px;
    margin-bottom: 0; }
  .ss-form-container .ss-form-heading .ss-form-desc {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 20px; }
.ss-form-container .ss-form-heading .ss-form-desc p {
  font-size: 15px;
  line-height: 1.2;
}
  .ss-form-container .ss-form-inner .ss-form {
    position: relative; }
    .ss-form-container .ss-form-inner .ss-form .ss-form-item {
      margin-bottom: 14px; }
    .ss-form-container .ss-form-inner .ss-form input.ss-form-input, .ss-form-container .ss-form-inner .ss-form select.ss-form-input, .ss-form-container .ss-form-inner .ss-form textarea.ss-form-input {
      background: #FFFFFF;
      background-image: none;
      border-radius: 5px;
      width: 100%;
      height: 46px;
      padding: 14px 12px;
      border: 1px solid #C4C4C4;
      font-size: 14px;
      line-height: 18px;
      color: #0E53A7;
      outline: none !important; }
    .ss-form-container .ss-form-inner .ss-form select.ss-form-input {
      padding: 0 12px 2px;
      cursor: pointer; }
      .ss-form-container .ss-form-inner .ss-form select.ss-form-input option:first-of-type {
        display: none; }
    .ss-form-container .ss-form-inner .ss-form textarea.ss-form-input {
      height: 121px;
      resize: none; }
    .ss-form-container .ss-form-inner .ss-form .ss-item-type-checkbox .ss-item-input label {
      display: flex;
      align-items: center;
      cursor: pointer; }
      .ss-form-container .ss-form-inner .ss-form .ss-item-type-checkbox .ss-item-input label .ss-input-checkbox {
        width: 20px;
        height: 20px;
        background: #fff;
        margin-right: 13px;
        cursor: pointer;
        border: 0;
        flex-shrink: 0; }
      .ss-form-container .ss-form-inner .ss-form .ss-item-type-checkbox .ss-item-input label .ss-input-value {
        font-size: 12px;
        line-height: 15px; }
.ss-form-container .ss-form-inner .ss-form .ss-item-type-checkbox .ss-item-input label .ss-input-value a {
  color: inherit;
  text-decoration: underline;
}
    .ss-form-container .ss-form-inner .ss-form .ss-form-button {
      border: 0 !important;
      float: right; }
    .ss-form-container .ss-form-inner .ss-form .ss-item-type-email {
      width: 242px;}
    .ss-form-container .ss-form-inner .ss-form .ss-item-type-tel {
      width: 242px;}
.columns-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
    .ss-form-container .ss-form-inner .ss-form .ss-item-type-checkbox {
      width: 242px;
      float: left;
      margin-bottom: 0;
      margin-top: 5px; }

input:hover, input:active, input:focus, input:focus-visible {
  outline: none !important; }
::placeholder {
  color: #0E53A7;
  font-size: 14px; }



.img-block {display: flex;width: 100%;}

.container.article-wrap .img-block figure.image {
  margin: 0px auto;
  text-align: center;
  max-width: 100%;
  display: flex;
  flex-direction: column;
}
.img-block p.popup_img {
  height: 100%;
  display: flex;
  align-items: center;
  margin-top: 0 !important;
}
.img-block p.popup_img a {
  text-align: center;
}
.img-block figcaption {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  margin-top: auto;
}

@media (max-width: 767px) {
  .img-block {display: flex;flex-direction: column; text-align: center; width: 100%;}
  .container.article-wrap .img-block figure.image {
    max-width: 90%;
  }
  .img-block p.popup_img {
    justify-content: center;
  }
}

@media (max-width: 1250px) {
  .container.container-big {
    width: 100%; }

  .anketa .anketa-wrap {
    width: 100%; }
    .anketa .anketa-wrap .anketa-wrap-inner .left-column {
      width: calc(100% - 497px - 30px); } }
@media (max-width: 1000px) {
  .anketa {
    height: auto; }
    .anketa .anketa-wrap {
      height: auto; }
      .anketa .anketa-wrap .anketa-wrap-inner {
        flex-direction: column; }
        .anketa .anketa-wrap .anketa-wrap-inner .left-column {
          width: auto;
          margin-bottom: 20px; }
          .anketa .anketa-wrap .anketa-wrap-inner .left-column img {
            max-width: 400px; }
        .anketa .anketa-wrap .anketa-wrap-inner .right-column {
          max-width: 100%; }

  footer {
    margin-top: -490px; } }
@media (max-width: 720px) {
  .anketa .anketa-wrap {
    padding: 52px 10px 30px; }
    .anketa .anketa-wrap .anketa-wrap-inner {
      padding: 23px 10px 35px !important; }
  .modal-content.anketa .anketa-wrap .anketa-wrap-inner .left-column {display: none;}
  .modal-content.anketa .anketa-wrap .anketa-wrap-inner .right-column {padding: 0 !important;}}
@media (max-width: 580px) {
  .anketa .ss-form-container .ss-form-inner .ss-form .ss-form-item {
    width: 100% !important;
    float: none !important; }

  .ss-form-container .ss-form-inner .ss-form .ss-form-button {
    margin-top: 30px; }
  .anketa .columns-block {
    flex-direction: column;
  }
  .article-bottom-btns {flex-direction: column;}
  .article-bottom-btns .btn {margin-bottom: 20px;}
  iframe#iframe-anketa-form {
    height: 720px;
  }
}
@media (max-width: 450px) {
  .ss-form-container .ss-form-inner .ss-form .ss-form-item {
    width: 100% !important;
    float: none !important; }
  .columns-block {
    flex-direction: column !important;
  }
  iframe#iframe-anketa-form {
    height: 840px;
  }
}

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

html {
  line-height: 1.2; }

body {
  font-family: 'intel_clearregular', Arial, sans-serif;
  color: #000;
  font-style: normal;
  font-weight: 400;
  font-size: 14px; }

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

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

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

h2 {
  font-size: 24px;
  line-height: 31px;
  font-weight: 400;
  margin-bottom: 25px; }

h3 {
  font-size: 30px;
  line-height: 35px;
  font-weight: 400; }

.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 auto;
  text-align: center;
  max-width: 70%; }
  .container.article-wrap figure.image .popup_img img {
    width: 100%; }
.container.article-wrap p {
  text-align: justify;
  margin: 30px 0;
  font-size: 18px;
  line-height: 1.5; }
  .container.article-wrap p span {
    background-color: transparent !important; }
.container.article-wrap a {
  text-decoration: underline; }
.container.article-wrap ol {
  margin-left: 40px; }
  .container.article-wrap ol li {
    margin: 30px 0;
    font-size: 18px;
    line-height: 1.5; }

.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: -37px;
  color: red;
  padding: 10px;
  z-index: 2;
  background: #ffcd36;
  border-radius: 3px;}
.form-item-error:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: -12px;
  left: 3px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 20px solid #ffcd36;
}
.ss-item-type-email .form-item-error, .ss-item-type-tel .form-item-error {
  bottom: auto;
  top: 48px;
}
.expert-nuc-block {
  width: 200px;
  height: 200px;
  background: #fff;
  /*border-radius: 50%;*/
  /*border: 3px solid #26BCFE;*/
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: absolute;
  z-index: 4;
  top: 0;
  /*right: -52px;*/
  right: -48px;
}
.ss-form-report {
  font-size: 14px;
}
.ss-form-report a {
  color: #0E53A7;
}
@media (max-width: 680px) {
  .expert-nuc-block {
    max-width: 32%;
    height: auto;
    min-width: 100px;
  }
}
.expert-nuc-block img {
  /*width: 100px;*/
  width: 100%;
  height: auto;
}
.expert-nuc-block p {
  text-align: center;
  margin-top: 5px;
}
@media (min-width: 768px) and (max-width: 800px) {
  .container {
    padding: 0 20px !important; }
}
@media (max-width: 800px) {
  .container {
    width: 100%;
    padding: 0 10px; }

  header .main-menu, footer .main-menu {
    height: auto;
    margin-bottom: 20px;
    width: 100%; }

  header .logos-header, footer .logos-header {
    margin: 0; }
    header .logos-header .header__logo, footer .logos-header .header__logo {
      padding: 5px 10px; }
      header .logos-header .header__logo.header__logo--intel, footer .logos-header .header__logo.header__logo--intel {
        padding-left: 0; }
      header .logos-header .header__logo.header__logo--cnews, footer .logos-header .header__logo.header__logo--cnews {
        padding-right: 0; }
      header .logos-header .header__logo img, footer .logos-header .header__logo img {
        max-width: 100%; } }

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

.article-main {
  margin-top: 150px;
}
.article-main + footer {
  height: 140px;
  margin-top: 0 !important;
}
.article-annonce {
  display: none;
}
.article-wrap ul {
  list-style: disc;
  margin-left: 60px;
  text-align: justify;
  font-size: 18px;
  line-height: 1.5;
}
@media (max-width: 600px) {
  .article-wrap ul {
    margin-left: 20px;
  }
}
.article-wrap ul li {
  margin-bottom: 10px;
}
.article-wrap .text-note p {
  text-align: justify;
}
.article-wrap .text-note p span {
  color: #0E53A7 !important;
}
.article-wrap .text-note > div {
  text-align: right;
  font-weight: bold;
  margin-bottom: 40px;
  color: #0E53A7;
  font-size: 18px;
}
/*.container.article-wrap .block_code ~ figure.image {*/
/*  margin: 30px auto;*/
/*  max-width: 70%;*/
/*}*/
.article-bottom-btns {display: flex; justify-content: space-between; text-align: center;}
.article-bottom-btns .btn {text-decoration: none !important;width: auto;}
@media (max-width: 375px) {
  .video {
    height: 295px;
    margin-bottom: 100px;
  }
  .video .video-wrap {
    height: 245px;
  }
  .video .video-wrap .video-wrap-inner {
    height: 265px;
  }
}

@media (max-width: 375px) {
  .devices .device-item .circle-block {
    transform: scale(0.8);
    margin-bottom: -40px;
  }
}
.modal-book-offer .modal-body {
  max-width: 720px;
  width: 90%;
}
.modal-book-offer .modal-body.anketa-wrap {
  height: auto;
  background: #fff;
}
.modal-book-logo {
  display: block;
  margin-left: 210px;
}

.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: 1072;
}

.modal-open .modal {
  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 {
  padding: 23px 35px;
}
.modal-body {
  padding: 30px;
}

.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;
}

.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;
}

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

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  appearance: none;
  color: #26BCFE;
  font-size: 50px;
  z-index: 1;
}

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

.modal-header .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;
}
/* /modal */
iframe .columns-block {
  flex-direction: row;
}

