/*----------------------------------------------------------------------------------------------------------------------
Project:    {BUREAU}
Version:    1.0
Author:     Denis Moskvitin
----------------------------------------------------------------------------------------------------------------------*/
/*
 * =============================================================================
 * [ normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css ]
 * =============================================================================
 */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/*
 * =============================================================================
 * [ PRINT STYLES ]
 * =============================================================================
 */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/*
 * =============================================================================
 * [ BASE STYLES ]
 * =============================================================================
 */
@font-face {
  font-family: 'Segoe UI';
  src: url('../../fonts/subset-SegoeUI.woff2') format('woff2'), url('../../fonts/subset-SegoeUI.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Segoe UI Semilight';
  src: url('../../fonts/subset-SegoeUI-Semilight.woff2') format('woff2'), url('../../fonts/subset-SegoeUI-Semilight.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Segoe UI Semibold';
  src: url('../../fonts/subset-SegoeUI-SemiBold.woff2') format('woff2'), url('../../fonts/subset-SegoeUI-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
::-moz-selection {
  background: #ffd16e;
  color: #000;
  text-shadow: none;
}
::selection {
  background: #ffd16e;
  color: #000;
  text-shadow: none;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  background: #fff;
  color: #000;
  font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.1;
}
body.is-locked {
  overflow: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  margin: 17px 0;
  font-weight: normal;
  font-family: 'Segoe UI Semibold', Arial, Helvetica, sans-serif;
}
h1 {
  font-size: 38px;
}
h2 {
  font-size: 32px;
}
h3 {
  font-size: 26px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 14px;
}
p {
  margin: 17px 0;
}
a {
  transition: color 0.3s ease-out;
  color: #000;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
small {
  font-size: 85%;
}
audio,
canvas,
img,
video {
  vertical-align: middle;
}
img,
video {
  max-width: 100%;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.hidden {
  display: none;
  visibility: hidden;
}
.visually-hidden:not(:focus):not(:active) {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
  /* added line */
}
.wrapper {
  overflow: hidden;
}
.l-container {
  max-width: 1170px;
  margin: 0 auto;
}
.mobile-only {
  display: none;
}
.animate_small--to_reveal {
  z-index: -1;
  opacity: 0;
  transform: translate3d(0, 30px, 0);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.animate_small--to_reveal[data-emergence="visible"] {
  z-index: auto;
  opacity: 1;
  transform: translateZ(0);
}
.animate_large--to_reveal {
  z-index: -1;
  opacity: 0;
  transform: translate3d(0, 100px, 0);
}
.animate_large--to_reveal[data-emergence="visible"] {
  z-index: auto;
  opacity: 1;
  transform: translateZ(0);
  transition: transform 1.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media screen and (max-width: 1170px) {
  .wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .mobile-only {
    display: block;
  }
}
/*
 * =============================================================================
 * { UTILITY CLASSES }
 * =============================================================================
 */
.no-transition {
  transition: none;
}
.transition-color {
  transition: color 0.3s ease-out;
}
.transition-border {
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
.focus {
  border-color: rgba(82, 168, 236, 0.8);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
.box-shadow {
  border-bottom: 1px solid #dbdbdb;
  box-shadow: 0 8px 6px -6px #dbdbdb;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: end;
      align-items: flex-end;
  padding-top: 12px;
  margin-bottom: 60px;
}
.logo {
  width: 155px;
  height: 34px;
  margin: 0 30px 0 0;
  background: url("../../images/logo.png") no-repeat;
}
.header__line {
  margin: 0 20px 0 0;
  height: 1px;
  background-color: #ebebeb;
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.logo__link {
  display: block;
  height: 100%;
  cursor: pointer;
}
.section {
  margin-bottom: 60px;
  position: relative;
}
.section::before {
  background-color: #ebebeb;
  content: "";
  height: 220px;
  left: 0;
  position: absolute;
  top: 17px;
  width: 100%;
  z-index: -1;
}
.section--interior::before {
  background-color: #f5e9d4;
}
.section--engineering::before {
  background-color: #dfe8ed;
}
.section__title {
  font-size: 24px;
  margin: 0 0 5px;
}
.section__title a {
  text-decoration: none;
}
.section__title a:hover {
  text-decoration: underline;
}
.section__box-holder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.section__box {
  -ms-flex-preferred-size: 32.64957264957265%;
      flex-basis: 32.64957264957265%;
}
.section__box:nth-child(2) {
  transition-delay: 0.2s;
}
.section__box:nth-child(3) {
  transition-delay: 0.3s;
}
.section__image-holder {
  margin-bottom: 10px;
  overflow: hidden;
}
.section__image {
  display: block;
  margin: 0 auto;
  transition: all 0.3s cubic-bezier(0.64, 0.28, 0.48, 0.99);
}
.section__list {
  font-family: 'Segoe UI Semilight', Arial, Helvetica, sans-serif;
  font-size: 15px;
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
}
.section__item {
  padding: 0;
  display: inline;
}
.section__item:after {
  content: "|";
  padding: 0 9px 0 12px;
}
.section__item:last-child:after {
  display: none;
}
.section__link {
  text-decoration: none;
}
.section__link:hover {
  text-decoration: underline;
}
.section__link:hover .section__image {
  -ms-transform: scale(1.08);
      transform: scale(1.08);
}
@media screen and (max-width: 768px) {
  .section {
    margin: 0 -10px 40px -10px;
  }
  .section:before {
    bottom: 0;
    height: auto;
  }
  .section__title,
  .section__list {
    padding: 0 15px;
  }
  .section__box-holder {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .section__box {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .section__box:not(:last-child) {
    margin-bottom: 30px;
  }
}
.category__title {
  font-size: 30px;
  margin: 0 0 25px;
}
.post {
  padding-top: 40px;
  position: relative;
}
.post::before {
  background-color: #ebebeb;
  content: "";
  height: 200px;
  left: 0;
  position: absolute;
  top: 15px;
  width: 100%;
  z-index: -1;
}
.post--interior::before {
  background-color: #f5e9d4;
}
.post--interior .category__block-holder::before {
  background-color: #f5e9d4;
}
.post--engineering {
  /* imitation of 2-column list because of missing heading by design */
}
.post--engineering::before {
  background-color: #dfe8ed;
}
.post--engineering .category__block-holder::before {
  background-color: #dfe8ed;
}
.post--engineering .category__block:nth-child(2) {
  -ms-flex-preferred-size: 32%;
      flex-basis: 32%;
  margin-right: 15%;
}
.post--engineering .category__block:nth-child(2) .category__block-list {
  padding-top: 41px;
}
.post__info-holder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 80px;
  padding-right: 55px;
  position: relative;
}
.post__image-holder {
  -ms-flex-preferred-size: 56.681614349775785%;
      flex-basis: 56.681614349775785%;
}
.post__info {
  -ms-flex-preferred-size: 36.771300448430495%;
      flex-basis: 36.771300448430495%;
}
.post__title {
  color: #414145;
  font-size: 20px;
  margin: 0 0 25px;
}
.post__stats {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  font-size: 14px;
  margin: 0 0 80px;
}
.post__stats dt {
  font-family: 'Segoe UI Semilight', Arial, Helvetica, sans-serif;
  width: 100px;
}
.post__stats dd {
  -ms-flex-preferred-size: calc(100% - 100px);
      flex-basis: calc(100% - 100px);
  margin: 0 0 10px;
}
.post__text {
  font-size: 15px;
  line-height: 19px;
}
.post__text p {
  margin: 0;
}
.post__image {
  display: block;
  margin: 0 auto;
}
.post__photo .post__image {
  margin-bottom: 30px;
}
.category__block-holder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 50px;
  padding-bottom: 90px;
  position: relative;
}
.category__block-holder::before {
  background-color: #ebebeb;
  bottom: 0;
  content: "";
  left: 17px;
  position: absolute;
  top: 11px;
  width: calc(100% - 17px);
  z-index: -1;
}
.category__block {
  -ms-flex-preferred-size: 47.43589743589743%;
      flex-basis: 47.43589743589743%;
}
.category__block-title {
  font-size: 18px;
  margin: 0 0 20px;
}
.category__block-list {
  font-family: 'Segoe UI Semilight', Arial, Helvetica, sans-serif;
  font-size: 16px;
  list-style: none;
  margin: 0;
  padding: 0 0 0 30px;
}
.category__block-list li {
  padding: 0 0 10px 7px;
  position: relative;
}
.category__block-list li::before {
  border-radius: 50%;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  top: 9px;
  background-color: #000;
  width: 3px;
}
@media screen and (max-width: 940px) {
  .post--interior .category__block:nth-child(2) .category__block-list,
  .post--engineering .category__block:nth-child(2) .category__block-list {
    padding-top: 62px;
  }
}
@media screen and (max-width: 768px) {
  .post {
    margin: 0 -10px;
    padding-top: 0;
  }
  .post:before {
    display: none;
  }
  .post--interior .category__block:nth-child(2),
  .post--engineering .category__block:nth-child(2) {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-right: 0;
  }
  .post--interior .category__block:nth-child(2) .category__block-list,
  .post--engineering .category__block:nth-child(2) .category__block-list {
    margin-top: -15px;
    padding-top: 0;
  }
  .post--interior .post__info-holder::before,
  .post--engineering .post__info-holder::before {
    background-color: #f5e9d4;
  }
  .post--engineering .post__info-holder::before {
    background-color: #dfe8ed;
  }
  .post__info-holder {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 0;
    padding-right: 0;
  }
  .post__info-holder::before {
    background-color: #ebebeb;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    top: -40px;
    width: 100%;
    z-index: -1;
  }
  .post__image-holder {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 25px;
  }
  .post__info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding: 0 6%;
  }
  .post__meta {
    -ms-flex-preferred-size: 37.878787878787875%;
        flex-basis: 37.878787878787875%;
  }
  .post__text {
    -ms-flex-preferred-size: 60.60606060606061%;
        flex-basis: 60.60606060606061%;
    padding-top: 5px;
  }
  .post__photo {
    margin-bottom: 45px;
  }
  .category__block-holder {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 6%;
  }
  .category__block-holder::before {
    left: 7.7%;
    width: 92.3%;
  }
  .category__block-list {
    margin-bottom: 15px;
  }
  .category__block {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media screen and (max-width: 575px) {
  .post__photo {
    margin-bottom: 25px;
  }
  .post__info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .post__meta,
  .post__text {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .post__text {
    margin-bottom: 20px;
  }
  .post__stats {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 400px) {
  .post__info {
    padding: 0 10px;
  }
  .category__block-holder {
    padding: 0 10px;
  }
  .category__block-holder::before {
    left: 23px;
    width: calc(100% - 23px);
  }
}
.footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  font-size: 15px;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-bottom: 40px;
}
.footer__author {
  display: block;
  font-weight: normal;
  margin-bottom: 12px;
}
.footer__author span {
  color: #ff0e0e;
}
.footer__list {
  font-family: 'Segoe UI Semilight', Arial, Helvetica, sans-serif;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer__item {
  margin-bottom: 7px;
}
.footer__link {
  text-decoration: none;
}
.footer__link:hover {
  text-decoration: underline;
}
.social-networks {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  list-style: none;
  margin: 0 0 40px;
  padding: 10px 0 0;
}
.social-networks__item {
  padding-left: 11px;
}
.social-networks__link {
  background-repeat: no-repeat;
  display: block;
  height: 26px;
  transition: opacity 0.2s ease-in-out;
  width: 26px;
}
.social-networks__link:hover {
  opacity: 0.7;
}
.social-networks__link--facebook {
  background-image: url("../../images/icons/icon-facebook.png");
}
.social-networks__link--instagram {
  background-image: url("../../images/icons/icon-instagram.png");
}
.social-networks__link--behance {
  background-image: url("../../images/icons/icon-behance.png");
}
.footer__copy {
  color: #6f6f6f;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .footer {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
    text-align: center;
  }
  .footer__box,
  .footer__info {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .social-networks {
    -ms-flex-pack: center;
        justify-content: center;
    margin-bottom: 15px;
    padding-top: 5px;
  }
}
.nav {
  position: relative;
  z-index: 2;
}
.nav.animate_small--to_reveal {
  transform: translate3d(0, -30px, 0);
}
.nav.animate_small--to_reveal[data-emergence=visible] {
  transform: translateZ(0);
  transition-delay: 0.2s;
}
.nav__list {
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav__item {
  padding: 0 20px;
}
.nav__item:last-child {
  padding: 0 0 0 20px;
}
.nav__link {
  text-decoration: none;
}
.nav__link:hover,
.nav__link.is-active {
  text-decoration: underline;
}
.menu__button {
  display: none;
  position: relative;
  z-index: 3;
}
.hamburger {
  background-color: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  font: inherit;
  margin: 0 0 -10px;
  overflow: visible;
  padding: 10px;
  text-transform: none;
  transition-duration: 0.15s;
  transition-property: opacity, filter;
  transition-timing-function: linear;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #807e7d;
}
.hamburger-box {
  display: inline-block;
  height: 24px;
  position: relative;
  width: 30px;
}
.hamburger-inner {
  display: block;
  margin-top: -2px;
  top: 50%;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  background-color: #807e7d;
  border-radius: 4px;
  height: 4px;
  position: absolute;
  transition-duration: 0.15s;
  transition-property: transform;
  transition-timing-function: ease;
  width: 30px;
}
.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  opacity: 0;
  top: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 768px) {
  .nav {
    background-color: #f5e9d4;
    bottom: 0;
    float: none;
    font-size: 0;
    left: 0;
    opacity: 0;
    padding: 0;
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 0;
    transition: opacity .4s;
    z-index: 3;
  }
  .nav__list {
    display: block;
    left: 50%;
    padding: 0;
    position: absolute;
    text-align: left;
    top: 115px;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    width: 282px;
  }
  .nav__item {
    display: block;
    margin-bottom: 20px;
    padding: 0;
    position: relative;
  }
  .nav__item:last-child {
    padding: 0;
  }
  .nav__link {
    color: #000;
    display: inline-block;
    font-size: 1.25rem;
    opacity: 0;
    -ms-transform: translateY(4rem);
        transform: translateY(4rem);
  }
  .nav.menu-is-active {
    opacity: 1;
    pointer-events: all;
    transition: opacity .4s;
    transform: translateZ(0);
  }
  .nav.menu-is-active .nav__link {
    opacity: 1;
    -ms-transform: translateY(0);
        transform: translateY(0);
    transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .nav.menu-is-active .nav__item:nth-of-type(1) .nav__link {
    transition-delay: .3s;
    font-size: 1.75rem;
  }
  .nav.menu-is-active .nav__item:nth-of-type(2) .nav__link {
    transition-delay: .35s;
  }
  .nav.menu-is-active .nav__item:nth-of-type(3) .nav__link {
    transition-delay: .4s;
  }
  .nav.menu-is-active .nav__item:nth-of-type(4) .nav__link {
    transition-delay: .45s;
  }
  .nav.menu-is-active .nav__item:nth-of-type(5) .nav__link {
    transition-delay: .5s;
  }
  .menu__button {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .menu__button {
    margin-top: -3px;
  }
}
.form-holder {
  width: 50%;
}
.form {
  padding-top: 30px;
}
.form__label {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 3px;
}
.form__row {
  margin-bottom: 40px;
}
.form__input,
.form__textarea {
  display: block;
  width: 100%;
  background-color: #fff;
  border: none;
  border-bottom: 2px solid #a6a6a6;
  padding: 3px;
}
.form__textarea {
  resize: vertical;
  height: 100px;
}
.form__row--submit {
  padding-top: 35px;
  padding-bottom: 35px;
}
.form__button {
  min-width: 100%;
}
.button {
  min-width: 300px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background-color: #a6a6a6;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 3px;
  box-shadow: 0 0 7px rgba(111, 111, 111, 0.3);
  padding: 13px 11px;
  font-size: 24px;
  line-height: 26px;
  cursor: pointer;
  transition: box-shadow 0.2s ease-in-out;
}
.button:hover {
  box-shadow: 0 0 14px rgba(111, 111, 111, 0.3);
}
@media screen and (max-width: 768px) {
  .form-holder {
    width: 100%;
  }
  .form {
    padding-top: 15px;
  }
}
/*# sourceMappingURL=styles.css.map */