/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

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

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

html {
  font-size: 16px;
  min-width: 1280px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  background: white;
  color: #616161;
  font-family: 'Noto Serif', serif;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
}

a {
  transition: all .15s ease-out;
  text-decoration: none;
}

a:focus {
  outline: none;
  text-decoration: underline;
}

img {
  display: block;
}

svg {
  max-width: 100%;
}

svg path {
  transition: all .15s ease-out;
}

.page {
  overflow: hidden;
}

.wow {
  visibility: hidden;
}

.developer {
  color: white;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: .2em;
  white-space: nowrap;
}

.container {
  box-sizing: border-box;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
}

.section {
  position: relative;
}

.section__title {
  font-family: WORKSHOPPencil;
  color: #bb262b;
  font-size: 60px;
  text-align: center;
  line-height: 1;
  margin-bottom: 30px;
}

.section__summary {
  color: #616161;
  font-size: 17px;
  text-align: center;
  line-height: 1.6;
}

.step__summary {
  color: #616161;
  font-size: 17px;
  text-align: center;
  line-height: 1.6;
}

.step__media {
  position: relative;
}

.step__image {
  position: absolute;
  left: 50%;
}

.hero {
  background: #f0f0ee url("../images//hero/slice-01.jpg") no-repeat center bottom;
  /* margin-top: 64px; */
  padding: 57px 0 0;
  height: 970px;
  position: relative;
  overflow: hidden;
}

.hero__logo {
  background: url("../images//logo.png") no-repeat center;
  height: 92px;
  width: 199px;
  margin: 0 auto 85px;
}

.hero__summary {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .125em;
  color: #717171;
  font-size: 18px;
  margin: 0;
}

.hero__summary span {
  color: #bb262b;
}

.hero__branch {
  position: absolute;
  left: 50%;
  margin-left: -866px;
  bottom: -36px;
}

.hero .developer {
  position: absolute;
  bottom: 40px;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  text-align: center;
}

.task {
  height: 1696px;
  position: relative;
  padding: 96px 0 170px;
}

.task__header {
  text-align: center;
}

.task__title {
  font-size: 14px;
  color: #bb262b;
  letter-spacing: 1em;
  font-weight: bold;
  text-transform: uppercase;
}

.task__summary {
  font-size: 15px;
  letter-spacing: .1em;
  text-transform: uppercase;
  line-height: 1.8;
}

.task__description {
  background: url("../images//decorate.png") no-repeat center top;
  font-size: 17px;
  line-height: 1.6;
  padding: 50px 0 0;
  margin: 46px 0 0;
}

.task__main {
  margin-top: 94px;
  position: relative;
}

.task__media {
  position: absolute;
  left: 50%;
}

.task__media-caption {
  font-size: 30px;
  color: #cccccc;
  font-family: WORKSHOPPencil;
  position: absolute;
  white-space: nowrap;
}

.task__media-image {
  box-shadow: 3px 4px 35px 0px rgba(0, 0, 0, 0.13);
}

.task__media:nth-child(1) {
  top: 0;
  margin-left: -659px;
}

.task__media:nth-child(1) .task__media-caption {
  top: 133px;
  left: 100%;
  margin-left: 85px;
}

.task__media:nth-child(2) {
  top: 317px;
  margin-left: -55px;
  z-index: 3;
}

.task__media:nth-child(2) .task__media-caption {
  top: 100%;
  margin-top: 46px;
  left: 288px;
}

.task__media:nth-child(3) {
  top: 589px;
  margin-left: -506px;
}

.task__media:nth-child(3) .task__media-caption {
  top: 100%;
  margin-top: 43px;
  left: 255px;
}

.refs .step:nth-child(1) {
  padding: 85px 0 122px;
  background: #f0f0ee;
}

.refs .step:nth-child(1) .step__summary {
  margin-bottom: 24px;
}

.refs .step:nth-child(1) .step__media {
  height: 530px;
}

.refs .step:nth-child(1) .step__media .step__image:nth-child(1) {
  top: 199px;
  margin-left: -719px;
}

.refs .step:nth-child(1) .step__media .step__image:nth-child(2) {
  top: 52px;
  margin-left: -279px;
}

.refs .step:nth-child(1) .step__media .step__image:nth-child(3) {
  top: 0;
  margin-left: 323px;
}

.refs .step:nth-child(2) {
  background: #f0f0ee;
}

.refs .step:nth-child(2) .step__summary {
  margin-bottom: 73px;
}

.refs .step:nth-child(2) .step__media {
  height: 680px;
}

.refs .step:nth-child(2) .step__media .step__image:nth-child(1) {
  top: 0;
  margin-left: -157px;
}

.refs .step:nth-child(2) .step__media .step__image:nth-child(2) {
  top: 214px;
  margin-left: -724px;
}

.refs .step:nth-child(2) .step__media .step__image:nth-child(3) {
  top: 480px;
  margin-left: -232px;
}

.refs .step:nth-child(3) {
  padding: 364px 0 145px;
}

.refs .step:nth-child(3) .step__summary {
  margin-bottom: 62px;
}

.refs .step:nth-child(3) .step__media {
  height: 992px;
}

.refs .step:nth-child(3) .step__media .step__image:nth-child(1) {
  top: 0;
  margin-left: -665px;
}

.refs .step:nth-child(3) .step__media .step__image:nth-child(2) {
  top: 552px;
  margin-left: -115px;
}

.refs .step:nth-child(4) {
  background: url("../images//refs/step-pattern.jpg") no-repeat center;
  background-size: 100% 100%;
  padding: 94px 0 98px;
}

.refs .step:nth-child(4) .step__summary {
  color: white;
  margin-bottom: 79px;
}

.refs .step:nth-child(4) .step__media {
  height: 1175px;
}

.refs .step:nth-child(4) .step__media .step__image:nth-child(1) {
  top: 0;
  margin-left: -666px;
}

.refs .step:nth-child(4) .step__media .step__image:nth-child(2) {
  top: 786px;
  margin-left: -666px;
}

.refs .step:nth-child(4) .step__media .step__image:nth-child(3) {
  top: 786px;
  margin-left: 22px;
}

.home {
  padding: 108px 0 0;
}

.home .section__header {
  margin-bottom: 27px;
}

.home .section__title {
  margin-bottom: 37px;
}

.home .step:nth-child(1) {
  padding: 0 0 105px;
}

.home .step:nth-child(1) .step__summary {
  margin-bottom: 73px;
}

.home .step:nth-child(1) .step__media {
  height: 722px;
}

.home .step:nth-child(1) .step__media .step__image:nth-child(1) {
  top: 0;
  margin-left: -666px;
}

.home .step:nth-child(1) .step__media .step__image:nth-child(2) {
  top: 332px;
  margin-left: -114px;
}

.home .step:nth-child(2) {
  padding: 81px 0 28px;
  background: #f0f0ee;
}

.home .step:nth-child(2) .step__summary {
  margin-bottom: 55px;
}

.home .step:nth-child(2) .step__media {
  height: 283px;
  margin-bottom: 130px;
}

.home .step:nth-child(2) .step__media-caption {
  font-family: WORKSHOPPencil;
  color: #bebebe;
  font-size: 30px;
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}

.home .step:nth-child(2) .step__media:nth-of-type(1) .step__media-caption {
  top: 33px;
}

.home .step:nth-child(2) .step__media:nth-of-type(1) .step__image:nth-of-type(1) {
  top: 0;
  margin-left: -866px;
}

.home .step:nth-child(2) .step__media:nth-of-type(1) .step__image:nth-of-type(2) {
  top: 0;
  margin-left: 34px;
}

.home .step:nth-child(2) .step__media:nth-of-type(2) .step__media-caption {
  top: -5px;
}

.home .step:nth-child(2) .step__media:nth-of-type(2) .step__image:nth-of-type(1) {
  top: -83px;
  margin-left: -866px;
}

.home .step:nth-child(2) .step__media:nth-of-type(2) .step__image:nth-of-type(2) {
  top: -69px;
  margin-left: -30px;
}

.home .step:nth-child(2) .step__media:nth-of-type(3) .step__media-caption {
  top: 26px;
}

.home .step:nth-child(2) .step__media:nth-of-type(3) .step__image:nth-of-type(1) {
  top: -26px;
  margin-left: -862px;
}

.home .step:nth-child(2) .step__media:nth-of-type(3) .step__image:nth-of-type(2) {
  top: -55px;
  margin-left: -66px;
}

.home .step:nth-child(2) .step__media:nth-of-type(4) .step__media-caption {
  top: 32px;
}

.home .step:nth-child(2) .step__media:nth-of-type(4) .step__image:nth-of-type(1) {
  top: -52px;
  margin-left: -800px;
}

.home .step:nth-child(2) .step__media:nth-of-type(4) .step__image:nth-of-type(2) {
  top: -51px;
  margin-left: 75px;
}

.home .step:nth-child(3) {
  background: url("../images//refs/step-pattern.jpg") no-repeat center;
  background-size: 100% 100%;
  padding: 67px 0 99px;
}

.home .step:nth-child(3) .step__summary {
  color: white;
  margin-bottom: 74px;
}

.home .step:nth-child(3) .step__media {
  height: 748px;
}

.home .step:nth-child(3) .step__media .step__image {
  top: 0;
  margin-left: -666px;
  box-shadow: 3px 4px 76px rgba(0, 0, 0, 0.75);
}

.product {
  padding: 105px 0 0;
}

.product .section__title {
  margin-bottom: 35px;
}

.product .step:nth-child(1) {
  padding: 2px 0 74px;
}

.product .step:nth-child(1) .step__summary {
  margin-bottom: 62px;
}

.product .step:nth-child(1) .step__media {
  height: 749px;
}

.product .step:nth-child(1) .step__media .step__image:nth-child(1) {
  top: 0;
  margin-left: -672px;
}

.product .step:nth-child(2) {
  padding: 0 0 105px;
}

.product .step:nth-child(2) .step__summary {
  margin-bottom: 45px;
}

.product .step:nth-child(2) .step__media {
  height: 1187px;
}

.product .step:nth-child(2) .step__media .step__image:nth-child(1) {
  top: 0;
  margin-left: -675px;
}

.product .step:nth-child(2) .step__media .step__image:nth-child(2) {
  top: 799px;
  margin-left: -675px;
}

.product .step:nth-child(2) .step__media .step__image:nth-child(3) {
  top: 799px;
  margin-left: 14px;
}

.product .step:nth-child(3) {
  padding: 0 0 109px;
}

.product .step:nth-child(3) .step__summary {
  margin-bottom: 64px;
}

.product .step:nth-child(3) .step__media {
  height: 798px;
}

.product .step:nth-child(3) .step__media .step__image:nth-child(1) {
  top: 10px;
  margin-left: -675px;
}

.product .step:nth-child(3) .step__media .step__image:nth-child(2) {
  top: 0;
  margin-left: -96px;
}

.product .step:nth-child(3) .step__media .step__image:nth-child(3) {
  top: 248px;
  margin-left: -290px;
}

.product .step:nth-child(3) .step__media .step__image:nth-child(4) {
  top: 248px;
  margin-left: 188px;
}

.product .step:nth-child(4) {
  background: url("../images//refs/step-pattern.jpg") no-repeat center;
  background-size: 100% 100%;
  padding: 68px 0 107px;
}

.product .step:nth-child(4) .step__summary {
  color: white;
  margin-bottom: 51px;
}

.product .step:nth-child(4) .step__media .step__image {
  position: static;
  margin: 0 auto;
}

.product .step:nth-child(4) .step__media .step__image:not(:first-child) {
  margin-top: 35px;
}

.bue {
  padding: 323px 0 0;
  position: relative;
}

.bue .section__header {
  margin-bottom: 190px;
}

.bue .developer {
  position: absolute;
  left: 50%;
  font-size: 11px;
  top: 464px;
  color: #616161;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}

.bue__media {
  height: 489px;
  position: relative;
}

.bue__branch {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -755px;
}

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