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

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

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

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

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

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

html {
  height: 100%; }

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

body {
  height: 100%;
  color: #2a2a2a;
  font-size: 16px;
  font-family: "ArialRegular"; }

body.active {
  overflow: hidden; }

.wrapper {
  position: relative;
  background-image: url("../images/mainBgr.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 86px; }

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

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

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

.container:after {
  clear: both; }

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

.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__icon {
  width: 30px;
  height: 3px;
  background-color: #fff;
  position: relative;
  display: block; }

.btn__icon:after {
  content: '';
  width: 30px;
  height: 3px;
  top: -10px;
  left: 0;
  position: absolute;
  background-color: #fff; }

.btn__icon:before {
  content: '';
  width: 30px;
  height: 3px;
  bottom: -10px;
  left: 0;
  position: absolute;
  background-color: #fff; }

.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: 100px;
  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, right top, left top, from(#5b9bf3), to(#2c76d1));
  background: -webkit-linear-gradient(right, #5b9bf3 0%, #2c76d1 100%);
  background: linear-gradient(to left, #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: 0px 0 11px 0px rgba(155, 94, 223, 0.8);
          box-shadow: 0px 0 11px 0px rgba(155, 94, 223, 0.8); }

.btn--main-box:hover {
  -webkit-box-shadow: 0px 0 0px 10px rgba(155, 94, 223, 0.8);
  box-shadow: 0px 0 0px 10px rgba(155, 94, 223, 0.8); }

.header {
  color: #fff;
  padding: 10px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 11;
  background: rgba(71, 71, 71, 0.8);
  height: 58px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

@media (min-width: 50em) {
  .header {
    height: auto;
    position: relative;
    padding: 44px 0;
    background-color: transparent; } }

.header__flex {
  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;
  margin: 0;
  padding: 0;
  list-style: none; }

.header__flex-item {
  position: relative; }

.header__nav {
  position: relative;
  display: none; }

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

.mobile-menu {
  display: none;
  position: fixed;
  top: 58px;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  z-index: 100;
  overflow-y: scroll;
  background: rgba(71, 71, 71, 0.8);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 20px;
  -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; }

.mobile-menu.active {
  display: block; }

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

.footer {
  background-color: #f6f6f6;
  padding: 44px 0; }

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

.footer:after {
  clear: both; }

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

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

.footer__flex-item {
  position: relative; }

@media (min-width: 50em) {
  .footer__flex {
    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; } }

.main-title {
  color: #fff;
  font-size: 36px;
  text-align: center;
  margin-top: 70px;
  margin-bottom: 10px;
  font-weight: normal; }

@media (min-width: 37.5em) {
  .main-title {
    font-size: 48px; } }

@media (min-width: 64em) {
  .main-title {
    font-size: 74px; } }

.main-descr {
  color: #fff;
  font-size: 16px;
  text-align: center;
  margin-bottom: 45px; }

@media (min-width: 37.5em) {
  .main-descr {
    font-size: 24px; } }

@media (min-width: 64em) {
  .main-descr {
    font-size: 36px; } }

.logo {
  color: #fff;
  font-size: 28px;
  text-decoration: none;
  display: inline-block; }

@media (min-width: 64em) {
  .logo {
    font-size: 36px; } }

.logo__pic {
  width: 100px; }

@media (min-width: 50em) {
  .logo__pic {
    width: 150px; } }

.logo--footer {
  color: #302d26;
  margin-bottom: 15px;
  text-align: center;
  display: block; }

@media (min-width: 50em) {
  .logo--footer {
    text-align: left;
    display: inline-block; } }

.logo__bold {
  font-family: "ArialBold"; }

.logo__regular {
  position: relative; }

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

@media (min-width: 50em) {
  .navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; } }

.navigation__item {
  position: relative; }

.navigation__link {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  line-height: 20px;
  font-family: "ArialBold";
  display: block;
  padding: 15px 15px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-radius: 3px;
  letter-spacing: 0.005em;
  text-align: center; }

@media (min-width: 50em) {
  .navigation__link {
    display: inline-block;
    text-align: left;
    padding: 10px 15px; }
  .navigation__link:hover {
    background-color: #1d1d40; } }

@media (min-width: 64em) {
  .navigation__link {
    font-size: 18px;
    padding: 10px 20px; } }

.btn-block {
  text-align: center;
  margin-bottom: 60px; }

.btn-block--mb {
  margin-bottom: 145px; }

.main-picture-block {
  position: relative;
  overflow: hidden; }

.main-picture-block .container {
  height: 300px; }

@media (min-width: 50em) {
  .main-picture-block .container {
    height: 500px; } }

.main-picture-block__item {
  position: relative; }

.main-picture-block__item--chart1 {
  position: absolute;
  height: 300px;
  width: 741px;
  min-width: 741px;
  left: 20px; }

@media (min-width: 50em) {
  .main-picture-block__item--chart1 {
    height: 500px;
    width: 1236px;
    min-width: 1236px;
    bottom: 0; } }

.main-picture-block__item--chart2 {
  border-radius: 10px 10px 0 0;
  position: absolute;
  max-width: 515px;
  bottom: 0;
  right: -94px;
  z-index: 2; }

.white-section {
  background-color: #fff; }

.article-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  margin-top: 60px;
  margin-bottom: 20px; }

@media (min-width: 50em) {
  .article-list {
    margin-right: -30px; } }

.article-list__item {
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 60px; }

@media (min-width: 37.5em) {
  .article-list__item {
    padding-right: 30px;
    width: 33.33333%;
    display: inline-block;
    vertical-align: top; } }

.article-list__pic-block {
  margin-bottom: 40px; }

.article-list__pic {
  border-radius: 10px; }

.article-list__title {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 5px;
  letter-spacing: 0.005em; }

.article-list__descr {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.005em;
  color: #797979;
  margin-top: 0;
  margin-bottom: 0; }

.brans-wrap {
  overflow: hidden;
  border-bottom: 1px solid #b8b6b6;
  margin-bottom: 120px; }

.brans-header {
  text-align: center;
  margin-bottom: 10px; }

@media (min-width: 37.5em) {
  .brans-header {
    margin-bottom: 0; } }

.brans-header__txt {
  color: #b8b6b6;
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.05em;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
  text-transform: uppercase;
  display: inline-block; }

.brans-header__txt:after {
  content: '';
  width: 9999px;
  height: 1px;
  background-color: #b8b6b6;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 100%; }

.brans-header__txt:before {
  content: '';
  width: 9999px;
  height: 1px;
  background-color: #b8b6b6;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 100%; }

.brans-list {
  margin: 0;
  padding: 0;
  list-style: none;
  max-width: 890px;
  margin: 0 auto; }

@media (min-width: 37.5em) {
  .brans-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

.brans-list__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding-bottom: 30px;
  padding-top: 30px; }

@media (min-width: 37.5em) {
  .brans-list__item {
    padding-bottom: 50px;
    padding-top: 50px; } }

.brans-list__link {
  display: inline-block;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  padding: 0 20px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: translateZ(0);
          transform: translateZ(0); }

.brans-list__link:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0); }

.brans-list__pic {
  max-width: 120px; }

@media (min-width: 37.5em) {
  .brans-list__pic {
    max-width: initial; } }

.title-large {
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.005em;
  margin-top: 0;
  margin-bottom: 10px; }

@media (min-width: 37.5em) {
  .title-large {
    font-size: 36px; } }

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

.descr-medium {
  color: #797979;
  font-size: 16px;
  text-align: center;
  margin-bottom: 63px;
  margin-top: 0;
  letter-spacing: 0.005em; }

@media (min-width: 37.5em) {
  .descr-medium {
    font-size: 18px; } }

@media (min-width: 64em) {
  .descr-medium {
    font-size: 24px; } }

.skills-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  margin-bottom: 5px; }

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

.skills-list__item {
  font-size: 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 50px; }

@media (min-width: 50em) {
  .skills-list__item {
    width: 33.33333%;
    display: inline-block;
    vertical-align: top;
    padding-left: 30px; } }

.skills-list__flex {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.skills-list__flex-item {
  min-width: 68px; }

.skills-list__title {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px;
  letter-spacing: 0.005em; }

.skills-list__descr {
  font-size: 18px;
  color: #797979;
  line-height: 30px;
  margin-top: 0;
  margin-bottom: 0; }

.copy-right {
  color: #302d26;
  font-size: 14px;
  margin-bottom: 30px;
  text-align: center; }

@media (min-width: 50em) {
  .copy-right {
    margin-bottom: 0;
    text-align: left;
    font-size: 16px; } }

.social {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: -5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

@media (min-width: 50em) {
  .social {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; } }

.social__item {
  margin-right: 50px; }

.social__item:last-child {
  margin-right: 0; }

.social__link {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  padding: 5px;
  -webkit-transition: 0.2s;
  transition: 0.2s; }

.social__link:hover {
  opacity: 0.6; }

.social__pic path {
  fill: #373737; }

.main {
  position: relative;
  z-index: 10; }

@media (min-width: 50em) {
  .main {
    min-height: -webkit-calc(100vh - 260px);
    min-height: calc(100vh - 260px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; } }

.parallax {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-position: center;
  background-size: cover;
  -webkit-transform: translateZ(0);
          transform: translateZ(0); }

.parallax--dott {
  background-image: url("../images/parallax/dots.png");
  z-index: 1; }

.parallax--line {
  background-image: url("../images/parallax/lines-1.png");
  z-index: 2; }

.parallax--line2 {
  background-image: url("../images/parallax/lines-2.png");
  z-index: 2;
  background-position: 40% 10%; }

.fullheight {
  overflow: hidden; }

@media (min-width: 50em) {
  .fullheight {
    min-height: 100vh; } }

/* fix iOS bug not displaying 100vh correctly */
/* ipad */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .fullheight {
    height: 768px; } }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .fullheight {
    height: 1024px; } }

/* iphone5 */
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
  .fullheight {
    height: 320px; } }

@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
  .fullheight {
    height: 568px; } }

/* iPhone 4 */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .fullheight {
    height: 320px; } }

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .fullheight {
    height: 480px; } }
