/*! normalize.scss v0.1.0 | MIT License | based on git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

@font-face {
  font-family: 'Lato';
  src: url("fonts/Lato-Heavy.eot");
  src: local("Lato Heavy"), local("Lato-Heavy"), url("fonts/Lato-Heavy.eot?#iefix") format("embedded-opentype"), url("fonts/Lato-Heavy.woff") format("woff"), url("fonts/Lato-Heavy.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Lato';
  src: url("fonts/Lato-HeavyItalic.eot");
  src: local("Lato Heavy Italic"), local("Lato-HeavyItalic"), url("fonts/Lato-HeavyItalic.eot?#iefix") format("embedded-opentype"), url("fonts/Lato-HeavyItalic.woff") format("woff"), url("fonts/Lato-HeavyItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Lato';
  src: url("fonts/Lato-Regular.eot");
  src: local("Lato Regular"), local("Lato-Regular"), url("fonts/Lato-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Lato-Regular.woff") format("woff"), url("fonts/Lato-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Lato';
  src: url("fonts/Lato-Black.eot");
  src: local("Lato Black"), local("Lato-Black"), url("fonts/Lato-Black.eot?#iefix") format("embedded-opentype"), url("fonts/Lato-Black.woff") format("woff"), url("fonts/Lato-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Lato';
  src: url("fonts/Lato-BlackItalic.eot");
  src: local("Lato Black Italic"), local("Lato-BlackItalic"), url("fonts/Lato-BlackItalic.eot?#iefix") format("embedded-opentype"), url("fonts/Lato-BlackItalic.woff") format("woff"), url("fonts/Lato-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Lato';
  src: url("fonts/Lato-MediumItalic.eot");
  src: local("Lato Medium Italic"), local("Lato-MediumItalic"), url("fonts/Lato-MediumItalic.eot?#iefix") format("embedded-opentype"), url("fonts/Lato-MediumItalic.woff") format("woff"), url("fonts/Lato-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Lato';
  src: url("fonts/Lato-Medium.eot");
  src: local("Lato Medium"), local("Lato-Medium"), url("fonts/Lato-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/Lato-Medium.woff") format("woff"), url("fonts/Lato-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Lato';
  src: url("fonts/Lato-Italic.eot");
  src: local("Lato Italic"), local("Lato-Italic"), url("fonts/Lato-Italic.eot?#iefix") format("embedded-opentype"), url("fonts/Lato-Italic.woff") format("woff"), url("fonts/Lato-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Lato';
  src: url("fonts/Lato-Bold.eot");
  src: local("Lato Bold"), local("Lato-Bold"), url("fonts/Lato-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Lato-Bold.woff") format("woff"), url("fonts/Lato-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Lato';
  src: url("fonts/Lato-BoldItalic.eot");
  src: local("Lato Bold Italic"), local("Lato-BoldItalic"), url("fonts/Lato-BoldItalic.eot?#iefix") format("embedded-opentype"), url("fonts/Lato-BoldItalic.woff") format("woff"), url("fonts/Lato-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Lato';
  src: url("fonts/Lato-LightItalic.eot");
  src: local("Lato Light Italic"), local("Lato-LightItalic"), url("fonts/Lato-LightItalic.eot?#iefix") format("embedded-opentype"), url("fonts/Lato-LightItalic.woff") format("woff"), url("fonts/Lato-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Lato';
  src: url("fonts/Lato-Light.eot");
  src: local("Lato Light"), local("Lato-Light"), url("fonts/Lato-Light.eot?#iefix") format("embedded-opentype"), url("fonts/Lato-Light.woff") format("woff"), url("fonts/Lato-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

div, ul, sup {
  box-sizing: border-box; }

sup {
  font-size: 50%;
  vertical-align: inherit; }

body {
  min-width: 320px;
  font-family: 'Lato';
  font-size: 20px;
  line-height: 1.2;
  /*!
 * fullPage 3.0.8
 * https://github.com/alvarotrigo/fullPage.js
 *
 * @license GPLv3 for open source use only
 * or Fullpage Commercial License for commercial use
 * http://alvarotrigo.com/fullPage/pricing/
 *
 * Copyright (C) 2018 http://alvarotrigo.com/fullPage - A project by Alvaro Trigo
 */
  /*Only display content to screen readers*/ }
  body html.fp-enabled,
  body .fp-enabled body {
    margin: 0;
    padding: 0;
    overflow: hidden;
    /*Avoid flicker on slides transitions for mobile phones #336 */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  body .fp-section {
    position: relative;
    /* Safari<=5 Android<=3 */
    /* <=28 */
    box-sizing: border-box; }
  body .fp-slide {
    float: left; }
  body .fp-slide, body .fp-slidesContainer {
    height: 100%;
    display: block; }
  body .fp-slides {
    z-index: 1;
    height: 100%;
    overflow: hidden;
    position: relative;
    /* Safari<=6 Android<=4.3 */
    transition: all 0.3s ease-out; }
  body .fp-section.fp-table, body .fp-slide.fp-table {
    display: table;
    table-layout: fixed;
    width: 100%; }
  body .fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%; }
  body .fp-slidesContainer {
    float: left;
    position: relative; }
  body .fp-controlArrow {
    -webkit-user-select: none;
    /* webkit (safari, chrome) browsers */
    -moz-user-select: none;
    /* mozilla browsers */
    -khtml-user-select: none;
    /* webkit (konqueror) browsers */
    -ms-user-select: none;
    /* IE10+ */
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
    transform: translate3d(0, 0, 0); }
  body .fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent; }
  body .fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff; }
  body .fp-scrollable {
    overflow: hidden;
    position: relative; }
  body .fp-scroller {
    overflow: hidden; }
  body .iScrollIndicator {
    border: 0 !important; }
  body .fp-notransition {
    transition: none !important; }
  body #fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0); }
  body #fp-nav.fp-right {
    right: 17px; }
  body #fp-nav.fp-left {
    left: 17px; }
  body .fp-slidesNav {
    position: absolute;
    z-index: 4;
    opacity: 1;
    transform: translate3d(0, 0, 0);
    left: 0 !important;
    right: 0;
    margin: 0 auto !important; }
  body .fp-slidesNav.fp-bottom {
    bottom: 17px; }
  body .fp-slidesNav.fp-top {
    top: 17px; }
  body #fp-nav ul,
  body .fp-slidesNav ul {
    margin: 0;
    padding: 0; }
  body #fp-nav ul li,
  body .fp-slidesNav ul li {
    display: block;
    width: 22px;
    height: 22px;
    margin: 7px;
    position: relative; }
    @media (max-width: 768px) {
      body #fp-nav ul li,
      body .fp-slidesNav ul li {
        width: 18px;
        height: 18px; } }
  body .fp-slidesNav ul li {
    display: inline-block; }
  body #fp-nav ul li a,
  body .fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none; }
  body #fp-nav ul li a.active span,
  body .fp-slidesNav ul li a.active span,
  body #fp-nav ul li:hover a.active span,
  body .fp-slidesNav ul li:hover a.active span {
    background: #AD252B; }
  body #fp-nav ul li a span,
  body .fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 22px;
    width: 22px;
    border: 1px solid #AD252B;
    left: 0;
    top: 0;
    transition: all 0.1s ease-in-out; }
    @media (max-width: 768px) {
      body #fp-nav ul li a span,
      body .fp-slidesNav ul li a span {
        width: 18px;
        height: 18px; } }
  body #fp-nav ul li:hover a span,
  body .fp-slidesNav ul li:hover a span {
    background: #AD252B; }
  body #fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
    cursor: pointer; }
  body #fp-nav ul li:hover .fp-tooltip,
  body #fp-nav.fp-show-active a.active + .fp-tooltip {
    transition: opacity 0.2s ease-in;
    background: #AD252B;
    width: auto;
    opacity: 1; }
  body #fp-nav ul li .fp-tooltip.fp-right {
    right: 20px; }
  body #fp-nav ul li .fp-tooltip.fp-left {
    left: 20px; }
  body .fp-auto-height.fp-section,
  body .fp-auto-height .fp-slide,
  body .fp-auto-height .fp-tableCell {
    height: auto !important; }
  body .fp-responsive .fp-auto-height-responsive.fp-section,
  body .fp-responsive .fp-auto-height-responsive .fp-slide,
  body .fp-responsive .fp-auto-height-responsive .fp-tableCell {
    height: auto !important; }
  body .fp-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0; }
  body #head-phone {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 70;
    width: 100%;
    padding: 0;
    margin: 0;
    background-color: #ffffff;
    border-bottom: 2px solid #AD252B;
    transition: all 0.5s ease 0s; }
    body #head-phone > div {
      text-align: right;
      padding: 0px 20px;
      max-width: 1040px;
      margin: 0px auto 0px;
      height: 70px;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      body #head-phone > div > div.logo a img {
        max-width: 149px; }
      body #head-phone > div > div.phone {
        line-height: 22px; }
        body #head-phone > div > div.phone span {
          font-size: 18px;
          display: block; }
        body #head-phone > div > div.phone a {
          font-size: 20px;
          color: #000000;
          text-decoration: none; }
          body #head-phone > div > div.phone a b {
            font-weight: 900;
            color: #AD252B;
            font-size: 26px; }
    @media (max-width: 768px) {
      body #head-phone > div {
        height: 60px; }
        body #head-phone > div > div.logo a img {
          max-width: 106px; }
        body #head-phone > div > div.phone {
          line-height: 20px; }
          body #head-phone > div > div.phone span {
            font-size: 14px; }
          body #head-phone > div > div.phone a {
            font-size: 20px; }
            body #head-phone > div > div.phone a b {
              font-size: 20px; } }
    body #head-phone.hidden {
      opacity: 0;
      pointer-events: none;
      transform: translateY(-100%); }
  body #main .icon-scroll,
  body #main .icon-scroll > i {
    position: absolute;
    left: 50%; }
  body #main .icon-scroll {
    width: 40px;
    height: 70px;
    margin-left: -20px;
    bottom: 30px;
    margin-top: -35px;
    background-color: rgba(255, 255, 255, 0.4);
    box-shadow: inset 0 0 0 2px #fff, 0px 0px 15px 6px rgba(0, 0, 0, 0.4);
    border-radius: 25px;
    z-index: 10;
    pointer-events: none; }
    body #main .icon-scroll.hidden {
      transition: all 0.5s ease 0s;
      transform: translateY(100%);
      opacity: 0; }
    @media (max-width: 768px) {
      body #main .icon-scroll {
        display: none; } }
    body #main .icon-scroll > i {
      content: '';
      width: 8px;
      height: 8px;
      background: #fff;
      margin-left: -4px;
      top: 8px;
      border-radius: 4px;
      -webkit-animation: scroll 1.5s ease  infinite;
              animation: scroll 1.5s ease  infinite; }

@-webkit-keyframes scroll {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    transform: translateY(46px); } }

@keyframes scroll {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    transform: translateY(46px); } }
  body #main .content .goUp {
    position: fixed;
    left: 25px;
    right: 25px;
    bottom: 40px;
    height: 0px;
    z-index: 100;
    text-align: right;
    pointer-events: none;
    display: none; }
    @media (max-width: 768px) {
      body #main .content .goUp {
        left: 15px;
        right: 15px;
        bottom: 27px; } }
    body #main .content .goUp > div {
      width: 100%;
      max-width: 1440px;
      margin: 0px auto 0px; }
      body #main .content .goUp > div a {
        pointer-events: auto;
        font-size: 18px;
        color: #455065;
        text-decoration: none; }
        @media (max-width: 768px) {
          body #main .content .goUp > div a {
            font-size: 14px; } }
        body #main .content .goUp > div a span {
          text-decoration: underline; }
    body #main .content .goUp.white > div a {
      color: #ffffff; }
    body #main .content .goUp.active {
      display: block; }
  body #main .content #fullpage .section {
    border-top: 1px solid #ffffff;
    overflow: hidden; }
    body #main .content #fullpage .section .wrapper {
      max-width: 1440px;
      margin: 0px auto 0px; }
    body #main .content #fullpage .section h3 {
      font-size: 25px;
      font-weight: 900; }
    body #main .content #fullpage .section.header {
      background-image: url("../images/head-bg.jpg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      height: 80vh !important;
      position: relative;
      background-position: center 70px; }
      @media (max-width: 768px) {
        body #main .content #fullpage .section.header {
          height: auto !important; } }
      @media (max-width: 768px) {
        body #main .content #fullpage .section.header {
          background-image: none; } }
      body #main .content #fullpage .section.header .image-virus {
        position: relative;
        right: 0%;
        bottom: 0%;
        max-width: 426px; }
        @media (max-width: 768px) {
          body #main .content #fullpage .section.header .image-virus {
            display: none; } }
        body #main .content #fullpage .section.header .image-virus img {
          width: 100%;
          margin: -68% 0% 0% 0%;
          position: relative;
          left: 320px;
          top: 0%; }
      body #main .content #fullpage .section.header .wrapper {
        padding: 0px 5% 0% 42%;
        max-width: none; }
        @media (max-width: 768px) {
          body #main .content #fullpage .section.header .wrapper {
            padding: 0px 0px 0px 0px; } }
        body #main .content #fullpage .section.header .wrapper .text-content {
          padding: 30px 0px 30px 0px; }
          @media (max-width: 768px) {
            body #main .content #fullpage .section.header .wrapper .text-content {
              padding: 0px; } }
          body #main .content #fullpage .section.header .wrapper .text-content .head-block > img {
            display: none; }
            body #main .content #fullpage .section.header .wrapper .text-content .head-block > img.bg-head {
              width: 140%;
              margin: 0% 0% 0% 0%;
              position: relative;
              left: -19%;
              top: 0%; }
            body #main .content #fullpage .section.header .wrapper .text-content .head-block > img.bg-virus {
              position: absolute;
              right: -7%;
              bottom: 0%;
              width: 50%; }
          body #main .content #fullpage .section.header .wrapper .text-content .head-block h3 {
            margin: 0px 0px;
            padding: 0px 10px 34px 0px; }
            body #main .content #fullpage .section.header .wrapper .text-content .head-block h3 span {
              white-space: nowrap; }
              body #main .content #fullpage .section.header .wrapper .text-content .head-block h3 span img {
                width: 132px;
                margin-left: 10px; }
          @media (max-width: 768px) {
            body #main .content #fullpage .section.header .wrapper .text-content .head-block {
              height: 50%;
              overflow: hidden;
              position: relative; }
              body #main .content #fullpage .section.header .wrapper .text-content .head-block > img {
                display: block; }
              body #main .content #fullpage .section.header .wrapper .text-content .head-block h3 {
                position: absolute;
                left: 45%;
                top: 10%;
                font-size: 18.1px; }
                body #main .content #fullpage .section.header .wrapper .text-content .head-block h3 span img {
                  width: 129px;
                  margin-left: 0px; } }
          body #main .content #fullpage .section.header .wrapper .text-content .text-block p {
            margin: 28px 0px 0px; }
          body #main .content #fullpage .section.header .wrapper .text-content .text-block ul {
            list-style: none;
            padding: 0;
            margin: 14px 0 14px 0; }
            body #main .content #fullpage .section.header .wrapper .text-content .text-block ul li {
              position: relative;
              padding-left: 17px;
              font-size: 20.1px; }
              body #main .content #fullpage .section.header .wrapper .text-content .text-block ul li:before {
                content: '';
                background-image: url("../images/li-virus.png");
                background-size: 100% 100%;
                width: 16px;
                height: 14px;
                position: absolute;
                left: -3px;
                top: 5px; }
          @media (max-width: 768px) {
            body #main .content #fullpage .section.header .wrapper .text-content .text-block {
              padding: 20px 10px 0px; }
              body #main .content #fullpage .section.header .wrapper .text-content .text-block p {
                font-size: 16px;
                margin: 0px 0px 0px; }
              body #main .content #fullpage .section.header .wrapper .text-content .text-block ul li {
                font-size: 16px; }
                body #main .content #fullpage .section.header .wrapper .text-content .text-block ul li:before {
                  width: 12px;
                  height: 10px;
                  top: 4px;
                  left: 0px; } }
    body #main .content #fullpage .section.section-1 {
      background-color: #AD252B;
      height: 20vh !important; }
      @media (max-width: 768px) {
        body #main .content #fullpage .section.section-1 {
          height: auto !important; } }
      html[lang="ru"] body #main .content #fullpage .section.section-1 {
        padding-top: 0px !important; }
      html[lang="en"] body #main .content #fullpage .section.section-1 {
        padding-top: 0px !important; }
      body #main .content #fullpage .section.section-1 .wrapper {
        padding: 10px; }
        body #main .content #fullpage .section.section-1 .wrapper .text-section {
          text-align: center; }
          body #main .content #fullpage .section.section-1 .wrapper .text-section p {
            color: #ffffff;
            font-size: 24px; }
            body #main .content #fullpage .section.section-1 .wrapper .text-section p a {
              color: #ffffff; }
            body #main .content #fullpage .section.section-1 .wrapper .text-section p u {
              font-weight: 900; }
            body #main .content #fullpage .section.section-1 .wrapper .text-section p b {
              display: block;
              font-size: 51px; }
        @media (max-width: 768px) {
          body #main .content #fullpage .section.section-1 .wrapper .text-section p {
            font-size: 20px;
            margin: 0px; }
            body #main .content #fullpage .section.section-1 .wrapper .text-section p u {
              display: block; }
            body #main .content #fullpage .section.section-1 .wrapper .text-section p b {
              padding-top: 30px;
              font-size: 36px; } }
    body #main .content #fullpage .section.section-2 {
      background-color: #ffffff; }
      body #main .content #fullpage .section.section-2 .wrapper {
        padding: 10px 0px 10px 0px; }
        body #main .content #fullpage .section.section-2 .wrapper .text-section {
          text-align: center;
          margin: 0px -25px 0px -25px;
          padding: 35px 0; }
          @media (max-width: 580px) {
            body #main .content #fullpage .section.section-2 .wrapper .text-section {
              margin: 0px -14px 0px -14px; } }
          @media (max-width: 420px) {
            body #main .content #fullpage .section.section-2 .wrapper .text-section {
              margin: 0px -9px 0px -9px; } }
          body #main .content #fullpage .section.section-2 .wrapper .text-section h3 {
            text-align: center;
            margin: 0px 0px;
            padding: 0px 35px 80px 35px;
            font-size: 40px;
            font-weight: normal; }
            body #main .content #fullpage .section.section-2 .wrapper .text-section h3 b {
              display: block;
              color: #AD252B;
              font-weight: 900; }
            body #main .content #fullpage .section.section-2 .wrapper .text-section h3 span {
              white-space: nowrap;
              display: block;
              padding-top: 20px; }
              body #main .content #fullpage .section.section-2 .wrapper .text-section h3 span img {
                width: 100%;
                max-width: 271px;
                margin-left: 10px; }
            @media (max-width: 460px) {
              body #main .content #fullpage .section.section-2 .wrapper .text-section h3 {
                font-size: 30px; }
                body #main .content #fullpage .section.section-2 .wrapper .text-section h3 span {
                  white-space: normal;
                  padding-top: 10px; }
                  body #main .content #fullpage .section.section-2 .wrapper .text-section h3 span img {
                    display: block;
                    margin: 0px auto 0px;
                    max-width: 179px; } }
          body #main .content #fullpage .section.section-2 .wrapper .text-section ul {
            margin: 0;
            padding: 0;
            list-style: none;
            display: flex;
            width: calc(250px * 3);
            flex-wrap: wrap;
            justify-content: center;
            align-content: center;
            margin: 0px auto 0px; }
            body #main .content #fullpage .section.section-2 .wrapper .text-section ul li {
              border-radius: 50%;
              width: calc(100% / 3);
              height: 50%;
              border: 2px solid #000000;
              margin: -25px -15px;
              position: relative; }
              @media (max-width: 580px) {
                body #main .content #fullpage .section.section-2 .wrapper .text-section ul li {
                  margin: -20px -10px; } }
              @media (max-width: 420px) {
                body #main .content #fullpage .section.section-2 .wrapper .text-section ul li {
                  border: 1px solid #000000;
                  margin: -14px -6px; } }
              body #main .content #fullpage .section.section-2 .wrapper .text-section ul li span {
                color: #414040;
                font-weight: 800;
                position: absolute;
                left: 0px;
                right: 0px;
                top: 62%;
                text-align: center; }
                @media (max-width: 630px) {
                  body #main .content #fullpage .section.section-2 .wrapper .text-section ul li span {
                    font-size: 18px; } }
                @media (max-width: 580px) {
                  body #main .content #fullpage .section.section-2 .wrapper .text-section ul li span {
                    font-size: 16px; } }
                @media (max-width: 480px) {
                  body #main .content #fullpage .section.section-2 .wrapper .text-section ul li span {
                    font-size: 14px;
                    top: 56%; } }
                @media (max-width: 360px) {
                  body #main .content #fullpage .section.section-2 .wrapper .text-section ul li span {
                    font-size: 12px;
                    top: 56%; } }
              body #main .content #fullpage .section.section-2 .wrapper .text-section ul li a > img {
                width: 100%;
                display: block; }
              body #main .content #fullpage .section.section-2 .wrapper .text-section ul li > img {
                width: 100%;
                display: block; }
              body #main .content #fullpage .section.section-2 .wrapper .text-section ul li:nth-child(1) {
                border-color: rgba(68, 124, 188, 0.5); }
              body #main .content #fullpage .section.section-2 .wrapper .text-section ul li:nth-child(2) {
                border-color: rgba(0, 0, 0, 0.5); }
              body #main .content #fullpage .section.section-2 .wrapper .text-section ul li:nth-child(3) {
                border-color: rgba(173, 37, 43, 0.5); }
              body #main .content #fullpage .section.section-2 .wrapper .text-section ul li:nth-child(4) {
                border-color: rgba(239, 196, 42, 0.5); }
              body #main .content #fullpage .section.section-2 .wrapper .text-section ul li:nth-child(5) {
                border-color: rgba(82, 147, 76, 0.5); }
            @media (max-width: 700px) {
              body #main .content #fullpage .section.section-2 .wrapper .text-section ul {
                width: 100%; }
                body #main .content #fullpage .section.section-2 .wrapper .text-section ul li {
                  height: auto; } }
    body #main .content #fullpage .section.section-3 .wrapper .text-section, body #main .content #fullpage .section.section-4 .wrapper .text-section, body #main .content #fullpage .section.section-5 .wrapper .text-section, body #main .content #fullpage .section.section-7 .wrapper .text-section, body #main .content #fullpage .section.section-9 .wrapper .text-section {
      max-width: 800px;
      margin: 0px auto 0px;
      padding: 50px 0px; }
      @media (max-width: 768px) {
        body #main .content #fullpage .section.section-3 .wrapper .text-section, body #main .content #fullpage .section.section-4 .wrapper .text-section, body #main .content #fullpage .section.section-5 .wrapper .text-section, body #main .content #fullpage .section.section-7 .wrapper .text-section, body #main .content #fullpage .section.section-9 .wrapper .text-section {
          padding: 10px 0px; } }
      body #main .content #fullpage .section.section-3 .wrapper .text-section h4, body #main .content #fullpage .section.section-4 .wrapper .text-section h4, body #main .content #fullpage .section.section-5 .wrapper .text-section h4, body #main .content #fullpage .section.section-7 .wrapper .text-section h4, body #main .content #fullpage .section.section-9 .wrapper .text-section h4 {
        color: #414040;
        font-size: 30px;
        line-height: 36px;
        text-align: center;
        font-weight: 800; }
        html[lang="ru"] body #main .content #fullpage .section.section-3 .wrapper .text-section h4, html[lang="ru"] body #main .content #fullpage .section.section-4 .wrapper .text-section h4, html[lang="ru"] body #main .content #fullpage .section.section-5 .wrapper .text-section h4, html[lang="ru"] body #main .content #fullpage .section.section-7 .wrapper .text-section h4, html[lang="ru"] body #main .content #fullpage .section.section-9 .wrapper .text-section h4 {
          font-size: 30.1px; }
        body #main .content #fullpage .section.section-3 .wrapper .text-section h4 .ico-section, body #main .content #fullpage .section.section-4 .wrapper .text-section h4 .ico-section, body #main .content #fullpage .section.section-5 .wrapper .text-section h4 .ico-section, body #main .content #fullpage .section.section-7 .wrapper .text-section h4 .ico-section, body #main .content #fullpage .section.section-9 .wrapper .text-section h4 .ico-section {
          max-width: 191px;
          width: 100%;
          margin: 0px auto 17px; }
          body #main .content #fullpage .section.section-3 .wrapper .text-section h4 .ico-section img, body #main .content #fullpage .section.section-4 .wrapper .text-section h4 .ico-section img, body #main .content #fullpage .section.section-5 .wrapper .text-section h4 .ico-section img, body #main .content #fullpage .section.section-7 .wrapper .text-section h4 .ico-section img, body #main .content #fullpage .section.section-9 .wrapper .text-section h4 .ico-section img {
            width: 100%;
            display: block; }
        @media (max-width: 768px) {
          body #main .content #fullpage .section.section-3 .wrapper .text-section h4, body #main .content #fullpage .section.section-4 .wrapper .text-section h4, body #main .content #fullpage .section.section-5 .wrapper .text-section h4, body #main .content #fullpage .section.section-7 .wrapper .text-section h4, body #main .content #fullpage .section.section-9 .wrapper .text-section h4 {
            font-size: 24px;
            line-height: normal;
            margin-bottom: 0; }
            body #main .content #fullpage .section.section-3 .wrapper .text-section h4 .ico-section, body #main .content #fullpage .section.section-4 .wrapper .text-section h4 .ico-section, body #main .content #fullpage .section.section-5 .wrapper .text-section h4 .ico-section, body #main .content #fullpage .section.section-7 .wrapper .text-section h4 .ico-section, body #main .content #fullpage .section.section-9 .wrapper .text-section h4 .ico-section {
              max-width: 150px; } }
      body #main .content #fullpage .section.section-3 .wrapper .text-section .text-block, body #main .content #fullpage .section.section-4 .wrapper .text-section .text-block, body #main .content #fullpage .section.section-5 .wrapper .text-section .text-block, body #main .content #fullpage .section.section-7 .wrapper .text-section .text-block, body #main .content #fullpage .section.section-9 .wrapper .text-section .text-block {
        padding: 12px 10px; }
        body #main .content #fullpage .section.section-3 .wrapper .text-section .text-block p, body #main .content #fullpage .section.section-4 .wrapper .text-section .text-block p, body #main .content #fullpage .section.section-5 .wrapper .text-section .text-block p, body #main .content #fullpage .section.section-7 .wrapper .text-section .text-block p, body #main .content #fullpage .section.section-9 .wrapper .text-section .text-block p {
          font-size: 22px;
          color: #455065;
          margin: 10px 0px; }
          body #main .content #fullpage .section.section-3 .wrapper .text-section .text-block p a, body #main .content #fullpage .section.section-4 .wrapper .text-section .text-block p a, body #main .content #fullpage .section.section-5 .wrapper .text-section .text-block p a, body #main .content #fullpage .section.section-7 .wrapper .text-section .text-block p a, body #main .content #fullpage .section.section-9 .wrapper .text-section .text-block p a {
            font-weight: 900;
            color: #AD252B; }
        body #main .content #fullpage .section.section-3 .wrapper .text-section .text-block ul, body #main .content #fullpage .section.section-4 .wrapper .text-section .text-block ul, body #main .content #fullpage .section.section-5 .wrapper .text-section .text-block ul, body #main .content #fullpage .section.section-7 .wrapper .text-section .text-block ul, body #main .content #fullpage .section.section-9 .wrapper .text-section .text-block ul {
          margin: 10px 0px;
          padding: 0;
          list-style: none; }
          body #main .content #fullpage .section.section-3 .wrapper .text-section .text-block ul li, body #main .content #fullpage .section.section-4 .wrapper .text-section .text-block ul li, body #main .content #fullpage .section.section-5 .wrapper .text-section .text-block ul li, body #main .content #fullpage .section.section-7 .wrapper .text-section .text-block ul li, body #main .content #fullpage .section.section-9 .wrapper .text-section .text-block ul li {
            color: #455065;
            font-size: 22px;
            font-weight: 300;
            padding-left: 22px;
            position: relative;
            margin: 10px 0px; }
            html[lang="ru"] body #main .content #fullpage .section.section-3 .wrapper .text-section .text-block ul li, html[lang="ru"] body #main .content #fullpage .section.section-4 .wrapper .text-section .text-block ul li, html[lang="ru"] body #main .content #fullpage .section.section-5 .wrapper .text-section .text-block ul li, html[lang="ru"] body #main .content #fullpage .section.section-7 .wrapper .text-section .text-block ul li, html[lang="ru"] body #main .content #fullpage .section.section-9 .wrapper .text-section .text-block ul li {
              font-size: 22.1px; }
            html[lang="en"] body #main .content #fullpage .section.section-3 .wrapper .text-section .text-block ul li, html[lang="en"] body #main .content #fullpage .section.section-4 .wrapper .text-section .text-block ul li, html[lang="en"] body #main .content #fullpage .section.section-5 .wrapper .text-section .text-block ul li, html[lang="en"] body #main .content #fullpage .section.section-7 .wrapper .text-section .text-block ul li, html[lang="en"] body #main .content #fullpage .section.section-9 .wrapper .text-section .text-block ul li {
              font-size: 22.1px; }
            body #main .content #fullpage .section.section-3 .wrapper .text-section .text-block ul li:before, body #main .content #fullpage .section.section-4 .wrapper .text-section .text-block ul li:before, body #main .content #fullpage .section.section-5 .wrapper .text-section .text-block ul li:before, body #main .content #fullpage .section.section-7 .wrapper .text-section .text-block ul li:before, body #main .content #fullpage .section.section-9 .wrapper .text-section .text-block ul li:before {
              content: '';
              width: 7px;
              height: 7px;
              background-color: rgba(173, 37, 43, 0.43);
              border-radius: 50%;
              position: absolute;
              left: 2px;
              top: 10px; }
        @media (max-width: 768px) {
          body #main .content #fullpage .section.section-3 .wrapper .text-section .text-block p, body #main .content #fullpage .section.section-4 .wrapper .text-section .text-block p, body #main .content #fullpage .section.section-5 .wrapper .text-section .text-block p, body #main .content #fullpage .section.section-7 .wrapper .text-section .text-block p, body #main .content #fullpage .section.section-9 .wrapper .text-section .text-block p {
            font-size: 18px; }
          body #main .content #fullpage .section.section-3 .wrapper .text-section .text-block ul li, body #main .content #fullpage .section.section-4 .wrapper .text-section .text-block ul li, body #main .content #fullpage .section.section-5 .wrapper .text-section .text-block ul li, body #main .content #fullpage .section.section-7 .wrapper .text-section .text-block ul li, body #main .content #fullpage .section.section-9 .wrapper .text-section .text-block ul li {
            font-size: 18px; }
            body #main .content #fullpage .section.section-3 .wrapper .text-section .text-block ul li:before, body #main .content #fullpage .section.section-4 .wrapper .text-section .text-block ul li:before, body #main .content #fullpage .section.section-5 .wrapper .text-section .text-block ul li:before, body #main .content #fullpage .section.section-7 .wrapper .text-section .text-block ul li:before, body #main .content #fullpage .section.section-9 .wrapper .text-section .text-block ul li:before {
              top: 6px; } }
      body #main .content #fullpage .section.section-3 .wrapper .text-section a.button, body #main .content #fullpage .section.section-4 .wrapper .text-section a.button, body #main .content #fullpage .section.section-5 .wrapper .text-section a.button, body #main .content #fullpage .section.section-7 .wrapper .text-section a.button, body #main .content #fullpage .section.section-9 .wrapper .text-section a.button {
        max-width: 160px;
        height: 40px;
        width: 100%;
        margin: 34px auto 24px;
        background-color: #455065;
        border-radius: 20px;
        display: table;
        text-decoration: none;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); }
        @media (max-width: 768px) {
          body #main .content #fullpage .section.section-3 .wrapper .text-section a.button, body #main .content #fullpage .section.section-4 .wrapper .text-section a.button, body #main .content #fullpage .section.section-5 .wrapper .text-section a.button, body #main .content #fullpage .section.section-7 .wrapper .text-section a.button, body #main .content #fullpage .section.section-9 .wrapper .text-section a.button {
            margin: 5px auto 24px; } }
        body #main .content #fullpage .section.section-3 .wrapper .text-section a.button span, body #main .content #fullpage .section.section-4 .wrapper .text-section a.button span, body #main .content #fullpage .section.section-5 .wrapper .text-section a.button span, body #main .content #fullpage .section.section-7 .wrapper .text-section a.button span, body #main .content #fullpage .section.section-9 .wrapper .text-section a.button span {
          display: table-cell;
          vertical-align: middle;
          text-align: center;
          font-size: 18px;
          font-weight: bold;
          color: #ffffff; }
        body #main .content #fullpage .section.section-3 .wrapper .text-section a.button.yee, body #main .content #fullpage .section.section-4 .wrapper .text-section a.button.yee, body #main .content #fullpage .section.section-5 .wrapper .text-section a.button.yee, body #main .content #fullpage .section.section-7 .wrapper .text-section a.button.yee, body #main .content #fullpage .section.section-9 .wrapper .text-section a.button.yee {
          background-color: #F9BD23; }
        body #main .content #fullpage .section.section-3 .wrapper .text-section a.button.green, body #main .content #fullpage .section.section-4 .wrapper .text-section a.button.green, body #main .content #fullpage .section.section-5 .wrapper .text-section a.button.green, body #main .content #fullpage .section.section-7 .wrapper .text-section a.button.green, body #main .content #fullpage .section.section-9 .wrapper .text-section a.button.green {
          background-color: #6DA368; }
      body #main .content #fullpage .section.section-3 .wrapper .text-section .links, body #main .content #fullpage .section.section-4 .wrapper .text-section .links, body #main .content #fullpage .section.section-5 .wrapper .text-section .links, body #main .content #fullpage .section.section-7 .wrapper .text-section .links, body #main .content #fullpage .section.section-9 .wrapper .text-section .links {
        position: absolute;
        bottom: 0;
        padding: 10px; }
        body #main .content #fullpage .section.section-3 .wrapper .text-section .links p, body #main .content #fullpage .section.section-4 .wrapper .text-section .links p, body #main .content #fullpage .section.section-5 .wrapper .text-section .links p, body #main .content #fullpage .section.section-7 .wrapper .text-section .links p, body #main .content #fullpage .section.section-9 .wrapper .text-section .links p {
          font-size: 14px;
          color: #000000; }
    body #main .content #fullpage .section.section-3 {
      background-color: #ECF0F3; }
    body #main .content #fullpage .section.section-4 {
      background-color: #ECF0F3; }
    body #main .content #fullpage .section.section-5 {
      background-color: #FAF8F8; }
      body #main .content #fullpage .section.section-5 .wrapper .text-section {
        padding-bottom: 70px; }
    body #main .content #fullpage .section.section-6 {
      background-color: #ffffff; }
      body #main .content #fullpage .section.section-6 .wrapper .block-section {
        display: flex;
        align-items: center; }
        @media (max-width: 768px) {
          body #main .content #fullpage .section.section-6 .wrapper .block-section {
            display: block; } }
        body #main .content #fullpage .section.section-6 .wrapper .block-section > div {
          width: 50%; }
          @media (max-width: 768px) {
            body #main .content #fullpage .section.section-6 .wrapper .block-section > div {
              width: 100%; } }
          body #main .content #fullpage .section.section-6 .wrapper .block-section > div.screen-block > img {
            height: 100%;
            display: block; }
            @media (max-width: 768px) {
              body #main .content #fullpage .section.section-6 .wrapper .block-section > div.screen-block > img {
                width: 100%; } }
          body #main .content #fullpage .section.section-6 .wrapper .block-section > div.text-block {
            padding: 20px 5% 20px 47px; }
            body #main .content #fullpage .section.section-6 .wrapper .block-section > div.text-block h5 {
              font-size: 30px;
              margin: 2px 0px;
              color: #AD252B;
              font-weight: 800; }
              html[lang="en"] body #main .content #fullpage .section.section-6 .wrapper .block-section > div.text-block h5 {
                font-size: 30.1px; }
              body #main .content #fullpage .section.section-6 .wrapper .block-section > div.text-block h5 span {
                color: #414040; }
            body #main .content #fullpage .section.section-6 .wrapper .block-section > div.text-block ul {
              margin: 0px 0px;
              padding: 0px 0px;
              list-style: none; }
              body #main .content #fullpage .section.section-6 .wrapper .block-section > div.text-block ul li {
                margin: 10px 0px;
                font-size: 22px;
                font-weight: 300; }
                html[lang="en"] body #main .content #fullpage .section.section-6 .wrapper .block-section > div.text-block ul li {
                  font-size: 22.1px; }
                body #main .content #fullpage .section.section-6 .wrapper .block-section > div.text-block ul li span {
                  color: #D1999D; }
            @media (max-width: 1100px) {
              body #main .content #fullpage .section.section-6 .wrapper .block-section > div.text-block h5 {
                font-size: 29px; }
              body #main .content #fullpage .section.section-6 .wrapper .block-section > div.text-block ul li {
                font-size: 21px; } }
            @media (max-width: 950px) {
              body #main .content #fullpage .section.section-6 .wrapper .block-section > div.text-block h5 {
                font-size: 26px; }
              body #main .content #fullpage .section.section-6 .wrapper .block-section > div.text-block ul li {
                font-size: 18px; } }
            @media (max-width: 540px) {
              body #main .content #fullpage .section.section-6 .wrapper .block-section > div.text-block {
                padding: 15px 10px 20px 10px; }
                body #main .content #fullpage .section.section-6 .wrapper .block-section > div.text-block h5 {
                  font-size: 20px; }
                body #main .content #fullpage .section.section-6 .wrapper .block-section > div.text-block ul li {
                  font-size: 18px;
                  margin: 6px 0px; } }
    body #main .content #fullpage .section.section-7 {
      background-color: #FAFAF3; }
      html[lang="ru"] body #main .content #fullpage .section.section-7 .wrapper .text-section .text-block p {
        font-size: 22.1px; }
    body #main .content #fullpage .section.section-8 {
      background-color: #ffffff; }
      body #main .content #fullpage .section.section-8 .wrapper {
        max-width: 920px;
        padding-bottom: 50px; }
        body #main .content #fullpage .section.section-8 .wrapper .text-slide {
          padding: 40px 20px 40px 20px;
          position: relative;
          z-index: 1; }
          body #main .content #fullpage .section.section-8 .wrapper .text-slide h4 {
            font-size: 30.1px;
            font-weight: 800;
            color: #414040;
            margin: 0px 0px; }
            body #main .content #fullpage .section.section-8 .wrapper .text-slide h4 span {
              color: #AD252B; }
            @media (max-width: 768px) {
              body #main .content #fullpage .section.section-8 .wrapper .text-slide h4 {
                font-size: 20px; } }
          body #main .content #fullpage .section.section-8 .wrapper .text-slide p {
            font-size: 22.1px;
            color: #000000;
            margin: 0px 0px;
            font-weight: 300; }
            @media (max-width: 768px) {
              body #main .content #fullpage .section.section-8 .wrapper .text-slide p {
                font-size: 18px; } }
          body #main .content #fullpage .section.section-8 .wrapper .text-slide > div {
            display: flex; }
            @media (max-width: 768px) {
              body #main .content #fullpage .section.section-8 .wrapper .text-slide > div {
                display: block; } }
            body #main .content #fullpage .section.section-8 .wrapper .text-slide > div ul {
              margin: 15px 0px;
              padding: 0;
              position: relative;
              list-style: none; }
              @media (max-width: 768px) {
                body #main .content #fullpage .section.section-8 .wrapper .text-slide > div ul {
                  margin: 0px 0px; } }
              body #main .content #fullpage .section.section-8 .wrapper .text-slide > div ul:nth-child(1) {
                margin-right: 30px;
                padding-right: 34px; }
                body #main .content #fullpage .section.section-8 .wrapper .text-slide > div ul:nth-child(1):before {
                  content: '';
                  position: absolute;
                  right: 0px;
                  top: 0;
                  bottom: 0;
                  width: 3px;
                  background: linear-gradient(to bottom, white 0%, #5f5f5f 15%, #5f5f5f 88%, white 100%); }
                @media (max-width: 768px) {
                  body #main .content #fullpage .section.section-8 .wrapper .text-slide > div ul:nth-child(1) {
                    margin-right: 0px;
                    padding-right: 0px; }
                    body #main .content #fullpage .section.section-8 .wrapper .text-slide > div ul:nth-child(1):before {
                      display: none; } }
              body #main .content #fullpage .section.section-8 .wrapper .text-slide > div ul li {
                font-size: 25px;
                margin: 5px 0;
                font-weight: bold;
                color: #5f5f5f; }
                body #main .content #fullpage .section.section-8 .wrapper .text-slide > div ul li span {
                  font-size: 20px; }
                @media (max-width: 768px) {
                  body #main .content #fullpage .section.section-8 .wrapper .text-slide > div ul li {
                    font-size: 18px; }
                    body #main .content #fullpage .section.section-8 .wrapper .text-slide > div ul li span {
                      font-size: 14px; } }
      body #main .content #fullpage .section.section-8 .slide {
        overflow: hidden; }
        body #main .content #fullpage .section.section-8 .slide .wrapper .image-slide {
          max-height: 650px;
          text-align: center;
          position: relative; }
          body #main .content #fullpage .section.section-8 .slide .wrapper .image-slide .title {
            font-size: 34px;
            line-height: 34px;
            font-weight: bold;
            position: absolute;
            left: 5%;
            top: 3%;
            width: 50%;
            text-align: left; }
            body #main .content #fullpage .section.section-8 .slide .wrapper .image-slide .title.right {
              top: -8px;
              left: auto;
              right: 50px;
              width: 40%;
              text-align: right; }
            @media (max-width: 768px) {
              body #main .content #fullpage .section.section-8 .slide .wrapper .image-slide .title {
                position: relative;
                left: 0;
                right: 0;
                top: 0;
                width: 100%;
                text-align: center;
                line-height: normal1;
                font-size: 20px;
                padding: 20px; }
                body #main .content #fullpage .section.section-8 .slide .wrapper .image-slide .title.right {
                  left: 0;
                  right: 0;
                  top: 0;
                  text-align: center;
                  width: 100%; } }
          body #main .content #fullpage .section.section-8 .slide .wrapper .image-slide img {
            max-width: 90%; }
        body #main .content #fullpage .section.section-8 .slide-1 .wrapper .image-slide img {
          position: relative;
          top: 0;
          width: 130%; }
          @media (max-width: 768px) {
            body #main .content #fullpage .section.section-8 .slide-1 .wrapper .image-slide img {
              width: 100%;
              left: 0%; } }
        body #main .content #fullpage .section.section-8 .slide-2 .wrapper .image-slide .title {
          top: 8%; }
        body #main .content #fullpage .section.section-8 .slide-3 .wrapper .image-slide .title.en {
          top: 3%;
          width: 50%; }
          @media (max-width: 768px) {
            body #main .content #fullpage .section.section-8 .slide-3 .wrapper .image-slide .title.en {
              width: 100%; } }
        body #main .content #fullpage .section.section-8 .slide-4 .wrapper .text-slide {
          padding-left: 50px; }
          @media (max-width: 768px) {
            body #main .content #fullpage .section.section-8 .slide-4 .wrapper .text-slide {
              padding-bottom: 20px;
              padding-left: 20px; } }
      body #main .content #fullpage .section.section-8 .fp-slidesNav {
        text-align: center; }
        body #main .content #fullpage .section.section-8 .fp-slidesNav ul {
          margin: 0px auto 0px;
          display: inline-block; }
    body #main .content #fullpage .section.section-9 {
      background-color: #F0F5EF; }
    body #main .content #fullpage .section.section-10 {
      background-color: #AD252B; }
      body #main .content #fullpage .section.section-10 .wrapper {
        max-width: 900px;
        padding-bottom: 27px; }
        body #main .content #fullpage .section.section-10 .wrapper .form-section {
          padding: 30px 20px; }
          @media (max-width: 768px) {
            body #main .content #fullpage .section.section-10 .wrapper .form-section {
              padding: 10px 10px; } }
          body #main .content #fullpage .section.section-10 .wrapper .form-section h4 {
            font-weight: 800;
            color: #FFFFFF;
            font-size: 48px;
            margin: 30px 0px; }
            @media (max-width: 768px) {
              body #main .content #fullpage .section.section-10 .wrapper .form-section h4 {
                font-size: 24px;
                margin: 15px 0px; } }
          body #main .content #fullpage .section.section-10 .wrapper .form-section p {
            color: #FFFFFF;
            font-size: 30px;
            margin: 30px 0px; }
            @media (max-width: 768px) {
              body #main .content #fullpage .section.section-10 .wrapper .form-section p {
                font-size: 18px;
                margin: 15px 0px; } }
          body #main .content #fullpage .section.section-10 .wrapper .form-section form .input {
            text-align: center;
            padding: 22px 0px 12px;
            position: relative; }
            @media (max-width: 768px) {
              body #main .content #fullpage .section.section-10 .wrapper .form-section form .input {
                padding: 23px 0px 4px; } }
            body #main .content #fullpage .section.section-10 .wrapper .form-section form .input > span {
              color: #ffffff;
              font-style: italic;
              font-weight: normal;
              font-size: 18px;
              line-height: 22px;
              position: absolute;
              left: 0px;
              right: 0px;
              top: 0px;
              display: none; }
              @media (max-width: 768px) {
                body #main .content #fullpage .section.section-10 .wrapper .form-section form .input > span {
                  font-size: 12px;
                  line-height: 10px; } }
            body #main .content #fullpage .section.section-10 .wrapper .form-section form .input input {
              margin: 0px auto 0px;
              max-width: 400px;
              width: 100%;
              height: 70px;
              background: #F89F9F;
              border: 1px solid #CC373E;
              box-sizing: border-box;
              border-radius: 8px;
              padding: 10px 20px 0px;
              font-size: 24px;
              line-height: 29px;
              outline: none;
              color: #703134; }
              body #main .content #fullpage .section.section-10 .wrapper .form-section form .input input::-webkit-input-placeholder {
                /* Edge */
                color: #a86b6e; }
              body #main .content #fullpage .section.section-10 .wrapper .form-section form .input input:-ms-input-placeholder {
                /* Internet Explorer 10-11 */
                color: #a86b6e; }
              body #main .content #fullpage .section.section-10 .wrapper .form-section form .input input::-moz-placeholder {
                color: #a86b6e; }
              body #main .content #fullpage .section.section-10 .wrapper .form-section form .input input::-ms-input-placeholder {
                color: #a86b6e; }
              body #main .content #fullpage .section.section-10 .wrapper .form-section form .input input::placeholder {
                color: #a86b6e; }
              @media (max-width: 768px) {
                body #main .content #fullpage .section.section-10 .wrapper .form-section form .input input {
                  height: 50px;
                  font-size: 18px;
                  line-height: 29px; } }
            body #main .content #fullpage .section.section-10 .wrapper .form-section form .input.true input {
              border: 4px solid #FAB679;
              background: #FFFFFF; }
              @media (max-width: 768px) {
                body #main .content #fullpage .section.section-10 .wrapper .form-section form .input.true input {
                  border: 2px solid #FAB679; } }
            body #main .content #fullpage .section.section-10 .wrapper .form-section form .input.error > span {
              display: block; }
            body #main .content #fullpage .section.section-10 .wrapper .form-section form .input.error input {
              background: #FFFFFF; }
          body #main .content #fullpage .section.section-10 .wrapper .form-section form button {
            display: block;
            width: 100%;
            max-width: 277px;
            height: 57px;
            margin: 44px auto 0px;
            background: #FFFFFF;
            box-shadow: 0px 10px 10px #831116;
            border-radius: 30px;
            border: none;
            font-weight: bold;
            font-size: 28px;
            line-height: 34px;
            color: #AD252B;
            position: relative;
            outline: none; }
            body #main .content #fullpage .section.section-10 .wrapper .form-section form button:before {
              content: '';
              background-image: url("../images/load.svg");
              background-repeat: no-repeat;
              background-size: 28px 28px;
              background-position: center;
              position: absolute;
              left: 0px;
              right: 0px;
              top: 0px;
              bottom: 0px;
              opacity: 0; }
            body #main .content #fullpage .section.section-10 .wrapper .form-section form button[disabled] {
              opacity: 0.5; }
            body #main .content #fullpage .section.section-10 .wrapper .form-section form button.load:before {
              opacity: 1; }
            @media (max-width: 768px) {
              body #main .content #fullpage .section.section-10 .wrapper .form-section form button {
                margin: 22px auto 0px;
                height: 40px;
                border-radius: 20px;
                font-size: 18px; } }
    body #main .content #fullpage .section.section-11 {
      background-color: #AD252B; }
      body #main .content #fullpage .section.section-11 .wrapper {
        max-width: 900px;
        padding: 0px 10px; }
        body #main .content #fullpage .section.section-11 .wrapper .message-send {
          font-family: Lato;
          font-style: normal;
          font-weight: 900;
          font-size: 48px;
          line-height: 58px;
          text-align: center;
          color: #ffffff; }
          @media (max-width: 768px) {
            body #main .content #fullpage .section.section-11 .wrapper .message-send {
              font-size: 30px;
              line-height: 36px; } }
  body.fp-responsive .icon-scroll {
    display: none; }
  body.fp-responsive .section {
    padding-top: 0px !important; }
    html[lang="ru"] body.fp-responsive .section.header {
      padding-top: 60px !important;
      background-position: center 60px; }
    html[lang="en"] body.fp-responsive .section.header {
      padding-top: 60px !important;
      background-position: center 60px; }
    body.fp-responsive .section.section-11.send-complite {
      display: block;
      height: 0px !important;
      visibility: hidden; }
