@-webkit-keyframes dropHeader {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes dropHeader {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device 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/10/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 of focused elements when they are also in an
 * active/hover state.
 */
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 {
  -webkit-box-sizing: content-box;
          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"] {
  -webkit-box-sizing: border-box;
          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.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 2 */ }

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

h1, h2, h3, h4 {
  font-weight: normal; }

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

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

@font-face {
  font-family: 'apercu-light';
  src: url("../fonts/apercu-light-web/apercu-light.eot");
  src: url("../fonts/apercu-light-web/apercu-light.eot?#iefix") format("embedded-opentype"), url("../fonts/apercu-light-web/apercu-light.woff") format("woff"), url("../fonts/apercu-light-web/apercu-light.woff2") format("woff2"), url("../fonts/apercu-light-web/apercu-light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'apercu-regular';
  src: url("../fonts/apercu-regular-web/apercu-regular.eot");
  src: url("../fonts/apercu-regular-web/apercu-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/apercu-regular-web/apercu-regular.woff") format("woff"), url("../fonts/apercu-regular-web/apercu-regular.woff2") format("woff2"), url("../fonts/apercu-regular-web/apercu-regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

html {
  height: 100%; }

img {
  max-width: 100%;
  height: auto;
  display: block; }

body {
  height: 100%;
  color: #101026;
  font-size: 16px;
  font-family: 'apercu-regular';
  background-color: #FDFDFD; }

body.not-scrolled {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  overflow-y: scroll; }

body.not-scrolled .header {
  background-color: #fff; }

.main {
  overflow: hidden; }

.wrapper {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 86px; }

@media (min-width: 50em) {
  .wrapper {
    padding-top: 0; } }

.big-wrap {
  position: relative;
  background-color: #FDFDFD;
  padding-bottom: 76px; }

@media (min-width: 50em) {
  .big-wrap {
    padding-top: 168px;
    padding-bottom: 0; } }

.container {
  margin: 0 auto;
  padding: 0 32px;
  position: relative; }

.container:before, .container:after {
  content: "";
  display: table; }

.container:after {
  clear: both; }

@media (min-width: 50em) {
  .container {
    max-width: 1250px; } }

@media (min-width: 50em) {
  .container--wide {
    max-width: 1340px; } }

.btn {
  height: 38px;
  font-size: 13px;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0 15px;
  background: #ccc;
  color: #fff;
  text-decoration: none; }

.btn--header {
  background-color: #FF4541;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.23em;
  height: 44px;
  padding: 0 16px;
  border-radius: 2px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: translateZ(0);
          transform: translateZ(0); }

.btn--header:hover {
  opacity: 0.4; }

.btn--red {
  background-color: #FF4541;
  font-size: 14px;
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.23em;
  height: 44px;
  padding: 0 16px;
  border-radius: 2px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: translateZ(0);
          transform: translateZ(0); }

.btn--red:hover {
  opacity: 0.4; }

.btn--submit {
  background-color: #FF4541;
  height: 44px;
  padding: 0 22px;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: translateZ(0);
          transform: translateZ(0); }

.btn--submit:hover {
  opacity: 0.4; }

.btn--submit input {
  opacity: 0;
  overflow: visible;
  padding: 0 !important;
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  left: 0;
  top: 0; }

.btn__pic {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto; }

.btn__icon {
  width: 24px;
  height: 2px;
  background-color: #B3B2B2;
  position: relative;
  display: block; }

.btn__icon:after {
  content: '';
  width: 24px;
  height: 2px;
  top: -6px;
  left: 0;
  position: absolute;
  background-color: #B3B2B2; }

.btn__icon:before {
  content: '';
  width: 24px;
  height: 2px;
  bottom: -6px;
  left: 0;
  position: absolute;
  background-color: #B3B2B2; }

.btn--gamburger {
  padding: 15px;
  background-color: transparent;
  display: inline-block;
  position: relative;
  margin-right: -15px; }

.btn--gamburger.active {
  z-index: 11; }

.btn--gamburger.active .btn__icon {
  background-color: transparent; }

.btn--gamburger.active .btn__icon:after {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }

.btn--gamburger.active .btn__icon:before {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }

@media (min-width: 50em) {
  .btn--gamburger {
    display: none; } }

.btn--main {
  color: #fff;
  height: 42px;
  border-radius: 5px;
  border: 0;
  -webkit-box-shadow: 0px 3px 9.9px 0.1px rgba(0, 0, 0, 0.22);
          box-shadow: 0px 3px 9.9px 0.1px rgba(0, 0, 0, 0.22);
  background: -webkit-gradient(linear, left top, left bottom, from(#5b9bf3), to(#2c76d1));
  background: -webkit-linear-gradient(top, #5b9bf3 0%, #2c76d1 100%);
  background: linear-gradient(to bottom, #5b9bf3 0%, #2c76d1 100%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-size: 18px;
  letter-spacing: 0.0025em;
  padding-left: 34px;
  padding-right: 34px; }

@media (min-width: 37.5em) {
  .btn--main {
    font-size: 24px;
    height: 62px;
    font-size: 24px;
    padding-left: 64px;
    padding-right: 64px; } }

.btn--main:hover {
  -webkit-box-shadow: 4px 1px 1px 0.1px rgba(0, 0, 0, 0.1);
          box-shadow: 4px 1px 1px 0.1px rgba(0, 0, 0, 0.1); }

.btn--link {
  display: inline-block;
  height: auto;
  line-height: 44px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center; }

.header {
  -webkit-transition: padding 0.4s, height 0.4s;
  transition: padding 0.4s, height 0.4s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  height: 144px; }

@media (min-width: 50em) {
  .header {
    height: 168px;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 11; }
  .header.active {
    height: auto;
    background-color: #fff; }
  .header.active .header__flex {
    padding: 0;
    height: auto; }
  .header.active .logo img {
    width: 25px; } }

.header__flex {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 30px 0;
  max-height: 104px;
  -webkit-transition: padding 0.4s, height 0.4s;
  transition: padding 0.4s, height 0.4s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

@media (min-width: 50em) {
  .header__flex {
    background: #FFFFFF;
    -webkit-box-shadow: 0 1px 0 0 #E0E0E0;
            box-shadow: 0 1px 0 0 #E0E0E0;
    padding: 32px 0; } }

@media (min-width: 50em) {
  .header__flex {
    height: 128px; } }

.logo {
  display: inline-block;
  width: 32px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: translateZ(0);
          transform: translateZ(0); }

@media (min-width: 50em) {
  .logo {
    margin-top: 13px;
    margin-bottom: 13px;
    width: 40px; } }

.logo:hover {
  opacity: 0.4; }

.logo img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  display: block;
  width: 100%; }

.nav-header {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  padding-top: 48px;
  padding-bottom: 96px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* NEW */
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

@media (min-width: 50em) {
  .nav-header {
    margin-top: 0;
    padding: 0;
    display: block;
    position: relative; } }

@media (min-width: 70em) {
  .nav-header {
    margin-left: 98px; } }

.nav-header__item {
  display: block;
  text-align: center;
  margin-bottom: 15px;
  width: 100%; }

@media (min-width: 50em) {
  .nav-header__item {
    display: inline-block;
    text-align: left;
    margin-right: 24px;
    margin-bottom: 0;
    width: auto; } }

@media (min-width: 70em) {
  .nav-header__item {
    margin-right: 43px; } }

.nav-header__item:last-child {
  margin-right: 0; }

.nav-header__link {
  font-size: 14px;
  color: #101026;
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px;
  letter-spacing: 0.2em;
  line-height: 20px;
  display: block;
  font-family: 'apercu-bold';
  -webkit-transition: 0.2s;
  transition: 0.2s; }

@media (min-width: 50em) {
  .nav-header__link {
    display: inline-block; } }

.nav-header__link:hover {
  opacity: 0.4; }

.mobmenu {
  width: 100%;
  z-index: 10;
  display: none;
  background-color: #fff;
  -webkit-animation-name: dropHeader;
          animation-name: dropHeader;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: fixed;
  left: 0;
  top: 144px;
  height: -webkit-calc(100% - 220px);
  height: calc(100% - 220px);
  overflow-y: auto; }

.mobmenu:after {
  content: '';
  position: absolute; }

.mobmenu.active {
  display: block; }

@media (min-width: 50em) {
  .mobmenu.active {
    display: none; } }

.footer {
  background-color: #F2F2F2;
  padding-top: 64px;
  padding-bottom: 64px; }

@media (min-width: 50em) {
  .footer {
    padding: 0; } }

.footer__flex {
  margin: 0;
  padding: 0;
  list-style: none; }

@media (min-width: 50em) {
  .footer__flex {
    height: 408px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

.footer__flex-item {
  position: relative; }

@media (min-width: 50em) {
  .footer__flex-item:first-child {
    width: 33.33333%; } }

@media (min-width: 70em) {
  .footer__flex-item--pull-right {
    margin-right: auto;
    margin-left: 80px; } }

.nav-footer {
  position: relative; }

.nav-footer__list {
  margin: 0;
  padding: 0;
  list-style: none; }

.nav-footer__item {
  display: block;
  vertical-align: top;
  text-align: center;
  margin-bottom: 40px; }

@media (min-width: 50em) {
  .nav-footer__item {
    margin-bottom: 0;
    display: inline-block;
    text-align: left;
    margin-right: 36px; } }

@media (min-width: 70em) {
  .nav-footer__item {
    margin-right: 66px; } }

.nav-footer__item:last-child {
  margin-right: 0; }

.nav-footer__link {
  color: #101026;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
  display: block;
  padding: 5px 0;
  -webkit-transition: 0.2s;
  transition: 0.2s; }

@media (min-width: 50em) {
  .nav-footer__link {
    display: inline;
    padding: 0;
    font-size: 16px;
    line-height: 30px; } }

.nav-footer__link:hover {
  opacity: 0.4; }

.social-list {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  margin-bottom: 48px; }

@media (min-width: 50em) {
  .social-list {
    text-align: left;
    margin-bottom: 0; } }

.social-list__item {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px; }

@media (min-width: 70em) {
  .social-list__item {
    margin-right: 15px; } }

.social-list__item:last-child {
  margin-right: 0; }

.social-list__link {
  display: inline-block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  padding: 20px; }

.social-list__link:hover {
  opacity: 0.4; }

.copyright {
  color: #B3B2B2;
  font-size: 12px;
  text-align: center;
  font-family: 'apercu-light'; }

@media (min-width: 50em) {
  .copyright {
    text-align: left;
    font-size: 16px; } }

.mobile-wrap {
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: #fff;
  display: block;
  height: 76px;
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 11;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

@media (min-width: 50em) {
  .mobile-wrap {
    display: none; } }

.desctop-only {
  display: none; }

@media (min-width: 50em) {
  .desctop-only {
    display: block; } }

.large-title {
  font-size: 32px;
  line-height: 36px;
  margin-top: 0;
  margin-bottom: 21px;
  font-family: 'apercu-bold';
  text-align: center;
  letter-spacing: 0.03em; }

.large-title--white {
  color: #fff; }

@media (min-width: 50em) {
  .large-title {
    font-size: 48px;
    line-height: 54px;
    text-align: left; } }

@media (min-width: 70em) {
  .large-title {
    font-size: 64px;
    line-height: 70px; } }

.sm-description {
  font-size: 16px;
  margin-bottom: 0;
  margin-top: 0;
  font-family: 'apercu-light';
  text-align: center; }

@media (min-width: 50em) {
  .sm-description {
    font-size: 24px;
    line-height: 22px;
    text-align: left; } }

.white-section {
  margin-top: 1px;
  position: relative; }

.flex-col {
  margin: 0;
  padding: 0;
  list-style: none; }

@media (min-width: 50em) {
  .flex-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

.flex-col__item {
  width: 100%;
  position: relative; }

.flex-col__wrap {
  margin-top: 48px;
  margin-bottom: 32px; }

@media (min-width: 50em) {
  .flex-col__wrap {
    margin-left: auto;
    max-width: 515px;
    margin-top: 0;
    margin-bottom: 115px; } }

.bgr-picture {
  margin-left: -32px;
  margin-right: -32px;
  display: block; }

@media (min-width: 50em) {
  .bgr-picture {
    margin-top: auto;
    margin-left: 0;
    margin-right: 0; } }

.arrow-link {
  width: 21px;
  cursor: pointer;
  padding: 10px;
  display: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: translateZ(0);
          transform: translateZ(0); }

.arrow-link:hover {
  opacity: 0.4; }

@media (min-width: 50em) {
  .arrow-link {
    position: absolute;
    bottom: 22px;
    left: 0;
    right: 0;
    margin: auto;
    display: inline-block; } }

.arrow-link__svg {
  display: block; }

.blue-section {
  background-color: #101026;
  padding: 64px 0;
  padding-bottom: 84px; }

@media (min-width: 50em) {
  .blue-section {
    padding: 192px 0; } }

.orange-section {
  background-color: #FFC5A6;
  padding: 32px 0; }

@media (min-width: 50em) {
  .orange-section {
    padding: 64px 0; } }

.medium-title {
  font-size: 32px;
  line-height: 36px;
  color: #fff;
  text-align: center;
  margin: 0;
  margin-bottom: 24px;
  letter-spacing: 0.01em; }

@media (min-width: 50em) {
  .medium-title {
    font-size: 48px;
    line-height: 54px;
    margin-bottom: 120px; } }

@media (min-width: 50em) {
  .medium-title--mb {
    margin-bottom: 24px; } }

.medium-title__inline {
  display: block; }

@media (min-width: 50em) {
  .medium-title__inline {
    display: inline-block; }
  .medium-title__inline:last-child {
    margin-left: 10px; } }

.future-list {
  margin: 0;
  padding: 0;
  list-style: none; }

@media (min-width: 50em) {
  .future-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

.future-list__item {
  width: 100%;
  margin-bottom: 64px; }

.future-list__item:last-child {
  margin-bottom: 0; }

@media (min-width: 50em) {
  .future-list__item {
    margin-bottom: 0;
    margin-right: 30px; }
  .future-list__item:last-child {
    margin-right: 0; } }

.future-list__title {
  margin-top: 0;
  margin-bottom: 15px;
  letter-spacing: 0.19em;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 20px; }

@media (min-width: 50em) {
  .future-list__title {
    min-height: 40px;
    font-size: 16px;
    line-height: 20px; } }

.future-list__descr {
  color: #B3B2B2;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  max-width: 320px;
  margin: 0 auto; }

@media (min-width: 50em) {
  .future-list__descr {
    max-width: 271px;
    font-size: 16px;
    line-height: 20px; } }

.future-list__picture {
  max-width: 128px;
  margin: 0 auto;
  margin-bottom: 8px; }

@media (min-width: 50em) {
  .future-list__picture {
    margin-bottom: 24px; } }

.mt-picture {
  margin-top: -16px;
  display: block; }

@media (min-width: 50em) {
  .mt-picture {
    margin-top: -32px; } }

.simple-section {
  padding: 64px 0;
  background-color: #fff; }

@media (min-width: 50em) {
  .simple-section {
    padding: 192px 0; } }

.simple-section--gray {
  background-color: #F2F2F2; }

.simple-section--mb-null {
  padding-bottom: 32px; }

@media (min-width: 50em) {
  .simple-section--mb-null {
    padding-bottom: 64px; } }

.simple-title {
  font-size: 32px;
  line-height: 36px;
  text-align: center;
  font-family: 'apercu-bold';
  margin-top: 0;
  margin-bottom: 48px;
  letter-spacing: 0.01em; }

@media (min-width: 50em) {
  .simple-title {
    font-size: 48px;
    line-height: 52px; } }

@media (min-width: 50em) {
  .simple-title--mb {
    margin-bottom: 128px; } }

.simple-title--red-border {
  padding-bottom: 16px;
  margin-bottom: 16px;
  position: relative;
  font-size: 18px;
  line-height: 20px;
  font-family: 'apercu-light'; }

@media (min-width: 50em) {
  .simple-title--red-border {
    padding-bottom: 32px;
    margin-bottom: 32px;
    font-size: 32px;
    line-height: 36px; } }

.simple-title--red-border:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 32px;
  height: 1px;
  background-color: #FF4541; }

@media (min-width: 50em) {
  .simple-title--red-border:after {
    width: 48px; } }

.s-descr {
  font-size: 14px;
  line-height: 18px;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  color: #666363;
  margin-bottom: 64px; }

@media (min-width: 50em) {
  .s-descr {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 194px; } }

.consist-list {
  margin: 0;
  padding: 0;
  list-style: none; }

.consist-list__item {
  position: relative;
  margin-bottom: 64px; }

.consist-list__item:last-child {
  margin-bottom: 0; }

@media (min-width: 50em) {
  .consist-list__item {
    margin-bottom: 0; } }

@media (min-width: 50em) {
  .consist-list__item--s {
    text-align: right; } }

@media (min-width: 50em) {
  .consist-list__wrap {
    display: inline-block;
    text-align: left; }
  .consist-list__wrap--first {
    max-width: 33.33333%; } }

@media (min-width: 50em) and (min-width: 70em) {
  .consist-list__wrap--first {
    margin-left: 110px; } }

@media (min-width: 50em) {
  .consist-list__wrap--second {
    max-width: 50%;
    margin-top: -60px; }
  .consist-list__wrap--second .consist-list__picture {
    max-width: 610px; }
  .consist-list__wrap--last {
    max-width: 50%;
    margin-top: -60px; }
  .consist-list__wrap--last .consist-list__picture {
    margin-bottom: 56px; } }

.consist-list__picture {
  display: block;
  margin: 0 auto;
  margin-bottom: 24px; }

@media (min-width: 50em) {
  .consist-list__picture {
    margin-bottom: 32px; } }

.consist-list__wrap-pic {
  margin-left: -32px;
  margin-right: -32px; }

@media (min-width: 50em) {
  .consist-list__wrap-pic {
    margin-left: 0;
    margin-right: 0; } }

.consist-list__title {
  margin-top: 0;
  margin-bottom: 16px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
  font-family: 'apercu-bold';
  text-align: center;
  letter-spacing: 0.27em; }

.consist-list__descr {
  font-family: 'apercu-light';
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  max-width: 400px;
  margin: 0 auto;
  color: #666363; }

.consist-list__descr--green {
  color: #66A646;
  margin-top: 4px; }

@media (min-width: 50em) {
  .consist-list__descr--green {
    margin-top: 16px; } }

.sheat-icon {
  display: block;
  margin: 0 auto;
  margin-bottom: 4px; }

@media (min-width: 50em) {
  .sheat-icon {
    margin-right: 12px;
    margin-left: auto;
    margin-bottom: -5px;
    display: inline-block; } }

.product-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  text-align: center; }

@media (min-width: 50em) {
  .product-list {
    margin-left: -16px;
    margin-right: -16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; } }

.product-list__item {
  font-size: 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 395px;
  margin: 0 auto;
  margin-bottom: 32px; }

@media (min-width: 50em) {
  .product-list__item {
    display: inline-block;
    vertical-align: top;
    width: 33.33333%;
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    margin-bottom: 32px; }
  .product-list__item:after {
    content: '';
    position: absolute;
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px);
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    background-color: #fff;
    margin: auto;
    z-index: 0;
    border-radius: 2px; } }

.product-list__wrap {
  background-color: #fff;
  position: relative;
  z-index: 2;
  border-radius: 2px;
  overflow: hidden; }

.product-list__block {
  padding-top: 8px;
  padding-bottom: 48px;
  padding-left: 32px;
  padding-right: 32px; }

.product-list__title {
  font-size: 24px;
  line-height: 20px;
  text-align: center;
  font-family: 'apercu-bold';
  margin-top: 0;
  margin-bottom: 16px; }

@media (min-width: 50em) {
  .product-list__title {
    font-size: 32px;
    line-height: 36px; } }

.product-list__title--mb {
  margin-bottom: 4px; }

.product-list__descr {
  font-family: 'apercu-light';
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #666363;
  margin-top: 0; }

.product-list__descr--green {
  margin-bottom: 0;
  color: #66A646;
  margin-top: 16px; }

.product-list__descr--black {
  color: #101026;
  margin-bottom: 16px;
  font-family: 'apercu-bold'; }

.bord-description {
  border: 1px solid #101026;
  padding-top: 32px;
  padding-bottom: 32px;
  margin-bottom: 64px;
  margin-top: 64px; }

.bord-description__txt {
  text-align: center;
  padding-left: 48px;
  padding-right: 48px;
  font-size: 14px;
  line-height: 18px; }

@media (min-width: 50em) {
  .bord-description__txt {
    padding-left: 120px;
    padding-right: 120px;
    font-size: 16px;
    line-height: 20px; } }

.accordion-header {
  text-align: center;
  padding: 13px 16px;
  margin-bottom: 64px;
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  position: relative; }

.accordion-header:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }

@media (min-width: 50em) {
  .accordion-header {
    display: block;
    padding: 16px; } }

.accordion-header.active .accordion-header__icon {
  vertical-align: middle;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

.accordion-header--dark {
  background-color: #101026;
  color: #FF4541; }

.accordion-header--yellow {
  background-color: #FFEB64;
  margin-top: 64px; }

.accordion-header__txt {
  display: inline-block;
  vertical-align: center;
  font-size: 14px;
  letter-spacing: 0.27em;
  line-height: 18px;
  text-transform: uppercase;
  margin-right: 12px;
  font-family: 'apercu-bold'; }

@media (min-width: 50em) {
  .accordion-header__txt {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.27em; } }

.accordion-header__icon {
  display: inline-block;
  vertical-align: top;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center; }

.white-descr {
  margin-top: 0;
  margin-bottom: 48px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 18px; }

@media (min-width: 50em) {
  .white-descr {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 96px; } }

.map-image {
  max-width: 256px;
  display: block;
  margin: 0 auto; }

@media (min-width: 50em) {
  .map-image {
    max-width: 512px;
    margin: 0; } }

.simple-descr {
  color: #B3B2B2;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 26px;
  max-width: 580px;
  text-align: center; }

@media (min-width: 50em) {
  .simple-descr {
    text-align: left;
    font-size: 16px;
    line-height: 20px; } }

.simple-descr--center {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 26px;
  color: #666363; }

@media (min-width: 50em) {
  .form-wrap {
    max-width: 345px;
    width: 100%; } }

.form-wrap__input {
  border: none !important;
  background-color: #fff;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
  border-radius: 0 !important; }

.form-wrap__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 2px;
  overflow: hidden; }

.abs-txt {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.3em;
  height: 20px;
  text-align: center;
  font-family: 'apercu-bold'; }

@media (min-width: 50em) {
  .abs-txt {
    font-size: 32px;
    line-height: 36px;
    height: 36px; } }

.wrapper-pic {
  position: relative;
  display: block;
  margin-bottom: 48px; }

@media (min-width: 50em) {
  .wrapper-pic {
    margin-bottom: 0;
    margin-right: 32px;
    display: inline-block; } }

@media (min-width: 50em) {
  .wrapper-descr {
    padding-left: 20px; } }

.tab-contanter {
  display: none;
  -webkit-animation-name: dropHeader;
          animation-name: dropHeader;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s; }

.tab-contanter.active {
  display: block; }

.team-list {
  margin: 0;
  padding: 0;
  list-style: none; }

@media (min-width: 50em) {
  .team-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; } }

.team-list__item {
  margin-bottom: 64px; }

@media (min-width: 50em) {
  .team-list__item {
    width: 50%;
    margin-bottom: 128px; } }

.team-list__wrap {
  max-width: 320px;
  margin: 0 auto; }

.team-list__img {
  max-width: 247px;
  display: block;
  margin: 0 auto;
  border-radius: 100%;
  margin-bottom: 16px; }

.team-list__title {
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  font-family: 'apercu-bold';
  letter-spacing: 0.23em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 4px; }

.team-list__descr {
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  font-family: 'apercu-light';
  margin-top: 0;
  margin-bottom: 0; }

.team-list__who {
  text-align: center;
  color: #FF4541;
  font-size: 14px;
  line-height: 18px;
  font-family: 'apercu-light';
  margin-bottom: 8px; }

.team-list__block {
  position: relative; }

.wrap-image {
  position: relative; }

.wrap-image__txt {
  color: #fff;
  font-size: 32px;
  line-height: 36px;
  height: 36px;
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  text-align: center;
  font-family: 'apercu-bold'; }

@media (min-width: 50em) {
  .wrap-image__txt {
    font-size: 48px;
    line-height: 52px;
    height: 52px; } }

.wrap-image {
  margin-left: -32px;
  margin-right: -32px; }

@media (min-width: 50em) {
  .wrap-image {
    margin-left: 0;
    margin-right: 0; } }

.gallery-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  margin-left: -16px;
  margin-top: 64px;
  margin-bottom: 48px; }

@media (min-width: 50em) {
  .gallery-list {
    margin-left: -32px; } }

.gallery-list__item {
  width: 50%;
  padding-left: 16px;
  margin-bottom: 16px;
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

@media (min-width: 50em) {
  .gallery-list__item {
    padding-left: 32px;
    margin-bottom: 32px;
    width: 33.33333%; } }

.gallery-list__item--full {
  padding-right: 0;
  display: block;
  width: 100%; }

@media (min-width: 50em) {
  .gallery-list__item--full {
    display: inline-block;
    width: 33.33333%; } }

.gallery-list__img {
  display: block;
  margin: 0 auto; }

.just-picture {
  display: block; }

.just-picture--ph {
  max-width: 400px;
  margin: 0 auto;
  margin-top: 64px;
  margin-bottom: 64px; }

@media (min-width: 50em) {
  .just-picture--ph {
    max-width: 610px;
    margin: 0 auto;
    margin-top: 128px;
    margin-bottom: 128px; } }

.orange-descr {
  border-top: 1px solid #101026;
  border-bottom: 1px solid #101026;
  padding-top: 32px;
  padding-bottom: 32px; }

@media (min-width: 50em) {
  .orange-descr {
    padding-top: 64px;
    padding-bottom: 64px; } }

.orange-descr__txt {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  line-height: 22px;
  font-family: 'apercu-light'; }

@media (min-width: 50em) {
  .orange-descr__txt {
    font-size: 32px;
    line-height: 36px; } }

.form-custom {
  padding: 0 !important; }

#mc_embed_signup div#mce-responses {
  margin: 0 !important;
  padding: 0 !important; }

#mc_embed_signup div.response {
  margin: 0 !important; }

#mc_embed_signup div.response a {
  float: left; }
