/*! 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 {
  box-sizing: content-box;
  height: 0; }

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

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

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

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

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

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

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

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

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

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

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  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; }

.clearfix:after, body .header .header__container:after, body .header .header__container .container__menu:after {
  content: '';
  display: block;
  clear: both;
  width: 100%; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

html {
  box-sizing: border-box; }

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

* {
  max-height: 1000000px;
  padding: 0;
  margin: 0; }

body {
  color: #333;
  background: #fff;
  font: 16px/1.2 "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: top; }

.gm-style img {
  max-width: none; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: inherit;
  font-weight: bold;
  margin: 0 0 0.1em;
  color: inherit; }

h1, .h1 {
  font-size: 75px; }

h2, .h2 {
  font-size: 27px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 21px; }

h5, .h5 {
  font-size: 17px; }

h6, .h6 {
  font-size: 15px; }

p {
  margin: 0 0 0.65em; }

a {
  color: #39f; }
  a:hover, a:focus {
    text-decoration: none; }

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #999;
  padding: 0.4em 0.7em; }
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  textarea:focus {
    border-color: #333; }
  input[type='text']::-webkit-input-placeholder,
  input[type='tel']::-webkit-input-placeholder,
  input[type='email']::-webkit-input-placeholder,
  input[type='search']::-webkit-input-placeholder,
  input[type='password']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #999; }
  input[type='text']::-moz-placeholder,
  input[type='tel']::-moz-placeholder,
  input[type='email']::-moz-placeholder,
  input[type='search']::-moz-placeholder,
  input[type='password']::-moz-placeholder,
  textarea::-moz-placeholder {
    opacity: 1;
    color: #999; }
  input[type='text']:-moz-placeholder,
  input[type='tel']:-moz-placeholder,
  input[type='email']:-moz-placeholder,
  input[type='search']:-moz-placeholder,
  input[type='password']:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #999; }
  input[type='text']:-ms-input-placeholder,
  input[type='tel']:-ms-input-placeholder,
  input[type='email']:-ms-input-placeholder,
  input[type='search']:-ms-input-placeholder,
  input[type='password']:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #999; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  textarea.placeholder {
    color: #999; }

select {
  -webkit-border-radius: 0; }

textarea {
  resize: vertical;
  vertical-align: top; }

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer; }

@media (max-width: 599px) {
  body.lock {
    overflow: hidden; } }

body .header {
  background: url("https://i.imgur.com/5igCqPI.jpg") no-repeat center top/cover;
  min-height: 100vh; }
  body .header .header__container {
    text-align: center;
    max-width: 1024px;
    margin: 0 auto;
    overflow: hidden; }
    body .header .header__container .container__logo {
      float: left;
      margin: 43px 10px 0 10px;
      display: block;
      -webkit-animation-name: header-logo;
              animation-name: header-logo;
      -webkit-animation-duration: 0.5s;
              animation-duration: 0.5s;
      -webkit-animation-delay: 0s;
              animation-delay: 0s;
      -webkit-animation-iteration-count: 1;
              animation-iteration-count: 1;
      animation-timig-function: linear; }

@-webkit-keyframes header-logo {
  from {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0); }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@keyframes header-logo {
  from {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0); }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }
      @media (max-width: 599px) {
        body .header .header__container .container__logo {
          margin: 25px 0 0 15px; }
        @-webkit-keyframes header-logo {
          display: none; }
        @keyframes header-logo {
          display: none; } }
    body .header .header__container .container__menu {
      margin: 0 0 300px; }
      @media (max-width: 767px) {
        body .header .header__container .container__menu {
          margin-bottom: 150px; } }
      @media (max-width: 599px) {
        body .header .header__container .container__menu {
          margin-bottom: 4vh; } }
      body .header .header__container .container__menu .menu__navigation {
        float: right;
        margin: 50px 0 0 0;
        -webkit-animation-name: menu-nav;
                animation-name: menu-nav;
        -webkit-animation-duration: 0.5s;
                animation-duration: 0.5s;
        -webkit-animation-delay: 0s;
                animation-delay: 0s;
        -webkit-animation-iteration-count: 1;
                animation-iteration-count: 1;
        animation-timig-function: linear; }

@-webkit-keyframes menu-nav {
  from {
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0); }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@keyframes menu-nav {
  from {
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0); }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }
        @media (max-width: 599px) {
          body .header .header__container .container__menu .menu__navigation {
            margin: 0;
            position: absolute;
            z-index: 2;
            width: 100%;
            top: -100%;
            left: 0;
            background-color: #5e6f5c;
            padding: 25vh 10px 20px;
            height: 0;
            opacity: 0.99;
            -webkit-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in;
            overflow: auto; }
          @-webkit-keyframes menu-nav {
            display: none; }
          @keyframes menu-nav {
            display: none; }
            body .header .header__container .container__menu .menu__navigation.active {
              top: 0;
              height: 100%; } }
        body .header .header__container .container__menu .menu__navigation .menu__item {
          float: left;
          display: inline-block;
          margin: 0 41px 0 0; }
          @media (max-width: 799px) {
            body .header .header__container .container__menu .menu__navigation .menu__item {
              margin: 0 20px 0 0; } }
          @media (max-width: 599px) {
            body .header .header__container .container__menu .menu__navigation .menu__item {
              float: none;
              display: block;
              text-align: left;
              padding: 10px 0;
              margin: 0;
              text-align: center; } }
          body .header .header__container .container__menu .menu__navigation .menu__item .menu__link {
            text-transform: uppercase;
            color: #fff;
            text-decoration: none; }
            @media (max-width: 599px) {
              body .header .header__container .container__menu .menu__navigation .menu__item .menu__link {
                font-size: 2rem;
                font-weight: 700; } }
            body .header .header__container .container__menu .menu__navigation .menu__item .menu__link:hover {
              point: cursor; }
              @media (max-width: 599px) {
                body .header .header__container .container__menu .menu__navigation .menu__item .menu__link:hover {
                  text-decoration: none; } }
      body .header .header__container .container__menu .burger-button {
        width: 20px;
        height: 21px;
        position: relative;
        top: 40px;
        right: 30px;
        display: none;
        z-index: 3; }
        @media (max-width: 599px) {
          body .header .header__container .container__menu .burger-button {
            display: block;
            position: absolute;
            top: 25px;
            right: 15px; } }
        body .header .header__container .container__menu .burger-button .burger-button__first-serif {
          width: 100%;
          height: 3px;
          position: absolute;
          top: 0;
          left: 0;
          background-color: #fff;
          -webkit-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in; }
          body .header .header__container .container__menu .burger-button .burger-button__first-serif.active {
            -webkit-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                    transform: rotate(45deg);
            top: 9px; }
        body .header .header__container .container__menu .burger-button .burger-button__second-serif {
          width: 100%;
          height: 3px;
          position: absolute;
          top: 9px;
          left: 0;
          background-color: #fff;
          -webkit-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in; }
          body .header .header__container .container__menu .burger-button .burger-button__second-serif.active {
            opacity: 0; }
        body .header .header__container .container__menu .burger-button .burger-button__third-serif {
          width: 100%;
          height: 3px;
          position: absolute;
          top: auto;
          bottom: 0;
          background-color: #fff;
          -webkit-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in; }
          body .header .header__container .container__menu .burger-button .burger-button__third-serif.active {
            -webkit-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                    transform: rotate(-45deg);
            bottom: 9px; }
    body .header .header__container .container__title {
      padding: 0 0 20px; }
      body .header .header__container .container__title .title__copy {
        font-size: 40px;
        color: #fff;
        font-style: italic;
        text-transform: uppercase;
        letter-spacing: -0.7px; }
        @media (max-width: 599px) {
          body .header .header__container .container__title .title__copy {
            font-size: 28px;
            padding: 0 10px;
            margin: 15vh 0 6vh; } }
      body .header .header__container .container__title .title__headline {
        color: #fff;
        letter-spacing: -1px;
        margin: 0 0 100px; }
        @media (max-width: 599px) {
          body .header .header__container .container__title .title__headline {
            margin: 0 0 5vh; } }
        @media (max-width: 599px) {
          body .header .header__container .container__title .title__headline .title__h1 {
            font-size: 3.75rem;
            letter-spacing: 2px;
            padding: 0 10px 30px; } }
        @media (max-width: 413px) {
          body .header .header__container .container__title .title__headline .title__h1 {
            font-size: 3.5rem; } }
        @media (max-width: 349px) {
          body .header .header__container .container__title .title__headline .title__h1 {
            font-size: 2.75rem; } }
      body .header .header__container .container__title .title__button {
        max-width: 240px;
        width: 100%;
        margin: 0 auto;
        background-color: #e3c712;
        border-radius: 5px;
        overflow: hidden; }
        body .header .header__container .container__title .title__button .title__link {
          display: block;
          width: 100%;
          padding: 20px 5px;
          text-decoration: none;
          color: #fff;
          font-family: Arial, Helvetica, sans-serif;
          font-size: 1.1rem;
          font-weight: 700;
          text-transform: uppercase;
          letter-spacing: 0.3px;
          position: relative; }
          body .header .header__container .container__title .title__button .title__link::before {
            position: absolute;
            content: '';
            width: 100%;
            height: 0;
            top: 0;
            left: 0;
            -webkit-transform: traslateY(-100%);
                -ms-transform: traslateY(-100%);
                    transform: traslateY(-100%);
            -webkit-transition: all 0.2s ease-in;
            transition: all 0.2s ease-in; }
            @media (max-width: 599px) {
              body .header .header__container .container__title .title__button .title__link::before {
                -webkit-transition: none;
                transition: none;
                width: 0;
                height: 0; } }
          body .header .header__container .container__title .title__button .title__link:hover::before {
            -webkit-transform: translateY(0);
                -ms-transform: translateY(0);
                    transform: translateY(0);
            height: 100%;
            background-color: #3fc6ea; }
            @media (max-width: 599px) {
              body .header .header__container .container__title .title__button .title__link:hover::before {
                height: 0; } }
          body .header .header__container .container__title .title__button .title__link .title__field {
            position: relative;
            z-index: 1; }

body .main .container__services {
  max-width: 1024px;
  margin: 0 auto;
  text-align: center;
  padding: 100px 50px; }
  @media (max-width: 599px) {
    body .main .container__services {
      padding: 60px 15px 40px; } }
  body .main .container__services .services__text .services__title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 40px;
    color: #222;
    text-transform: uppercase; }
    @media (max-width: 599px) {
      body .main .container__services .services__text .services__title {
        font-size: 28px; } }
  body .main .container__services .services__text .services__copy {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #777;
    margin: 0 0 50px; }
    @media (max-width: 599px) {
      body .main .container__services .services__text .services__copy {
        margin: 0 0 30px; } }
  body .main .container__services .services__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    overflow: hidden; }
    @media (max-width: 599px) {
      body .main .container__services .services__column {
        display: block; } }
    body .main .container__services .services__column .column__info {
      width: 33.3333%;
      padding: 15px; }
      @media (max-width: 599px) {
        body .main .container__services .services__column .column__info {
          width: 100%; } }
      body .main .container__services .services__column .column__info.appear {
        -webkit-animation-name: appearing-blocks;
                animation-name: appearing-blocks;
        -webkit-animation-duration: 0.4s;
                animation-duration: 0.4s;
        -webkit-animation-delay: 0s;
                animation-delay: 0s;
        -webkit-animation-iteration-count: 1;
                animation-iteration-count: 1;
        -webkit-animation-timing-function: linear;
                animation-timing-function: linear; }

@-webkit-keyframes appearing-blocks {
  from {
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0); }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@keyframes appearing-blocks {
  from {
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0); }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }
        @media (max-width: 599px) {
          @-webkit-keyframes appearing-blocks {
            display: none; }
          @keyframes appearing-blocks {
            display: none; } }
      body .main .container__services .services__column .column__info .column__icon {
        padding: 0 0 10px; }
      body .main .container__services .services__column .column__info .column__title {
        padding: 0 0 10px; }
      body .main .container__services .services__column .column__info .column__copy {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: #777; }

body .main .portfolio-block {
  width: 100%;
  background-color: #f7f7f7; }
  body .main .portfolio-block .container__portfolio {
    max-width: 1024px;
    margin: 0 auto;
    text-align: center;
    padding: 100px 20px 71px; }
    @media (max-width: 1023px) {
      body .main .portfolio-block .container__portfolio {
        padding: 50px 15px 40px; } }
    body .main .portfolio-block .container__portfolio .portfolio__headline .portfolio__title {
      font-family: Arial, Helvetica, sans-serif;
      font-size: 40px;
      color: #222;
      text-transform: uppercase;
      padding: 0 0 4px; }
      @media (max-width: 599px) {
        body .main .portfolio-block .container__portfolio .portfolio__headline .portfolio__title {
          font-size: 28px; } }
    body .main .portfolio-block .container__portfolio .portfolio__headline .portfolio__copy {
      font-family: Arial, Helvetica, sans-serif;
      font-style: italic;
      letter-spacing: 0.3px;
      font-size: 16px;
      color: #777;
      margin: 0 0 76px; }
      @media (max-width: 599px) {
        body .main .portfolio-block .container__portfolio .portfolio__headline .portfolio__copy {
          margin: 0 0 30px; } }
    @media (max-width: 1023px) {
      body .main .portfolio-block .container__portfolio .portfolio__album {
        margin: 0 auto;
        width: 100%; } }
    body .main .portfolio-block .container__portfolio .portfolio__album .album__info {
      width: 290px;
      vertical-align: top;
      display: inline-block;
      margin: 0 15px 49px;
      -webkit-transition: all 0.1s ease-in;
      transition: all 0.1s ease-in; }
      body .main .portfolio-block .container__portfolio .portfolio__album .album__info:hover {
        box-shadow: 0 0 15px #5a5b5c; }
      @media (max-width: 1023px) {
        body .main .portfolio-block .container__portfolio .portfolio__album .album__info {
          width: 25%;
          max-width: 290px;
          margin: 0 10px 40px; } }
      @media (max-width: 767px) {
        body .main .portfolio-block .container__portfolio .portfolio__album .album__info {
          width: 40%;
          max-width: 290px;
          margin: 0 10px 30px; } }
      @media (max-width: 599px) {
        body .main .portfolio-block .container__portfolio .portfolio__album .album__info {
          display: block;
          width: 100%;
          margin: 0 auto;
          margin-bottom: 30px; } }
      body .main .portfolio-block .container__portfolio .portfolio__album .album__info .album__post {
        background-color: #fffffe;
        width: 100%;
        padding: 0 0 18px; }
        body .main .portfolio-block .container__portfolio .portfolio__album .album__info .album__post .album__image {
          padding: 0 0 27px; }
        body .main .portfolio-block .container__portfolio .portfolio__album .album__info .album__post .album__text {
          font-size: 14px;
          font-style: italic;
          color: #737373; }

body .main .about-block {
  background-color: #fffffe; }
  body .main .about-block .container__about {
    max-width: 1024px;
    margin: 0 auto;
    padding: 100px 20px 71px; }
    @media (max-width: 599px) {
      body .main .about-block .container__about {
        padding: 50px 15px 20px; } }
    body .main .about-block .container__about .about__headline {
      padding: 0 0 40px; }
      @media (max-width: 599px) {
        body .main .about-block .container__about .about__headline {
          padding: 0 0 20px; } }
      body .main .about-block .container__about .about__headline .about__title {
        font-size: 40px;
        text-transform: uppercase;
        font-family: Arial, Helvetica, sans-serif;
        color: #000;
        text-align: center; }
      body .main .about-block .container__about .about__headline .about__copy {
        font-size: 16px;
        font-family: 'Times New Roman', Times, serif;
        font-style: italic;
        color: #777;
        text-align: center; }
    body .main .about-block .container__about .about__news {
      padding: 0 0 40px; }
      body .main .about-block .container__about .about__news .news__info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; }
        @media (max-width: 599px) {
          body .main .about-block .container__about .about__news .news__info {
            display: block;
            text-align: center; } }
        body .main .about-block .container__about .about__news .news__info .news__photo {
          min-width: 183px; }
          @media (max-width: 599px) {
            body .main .about-block .container__about .about__news .news__info .news__photo {
              padding: 0 0 20px; } }
        body .main .about-block .container__about .about__news .news__info .news__textblock {
          padding: 0 0 0 40px; }
          @media (max-width: 599px) {
            body .main .about-block .container__about .about__news .news__info .news__textblock {
              padding: 0; } }
          body .main .about-block .container__about .about__news .news__info .news__textblock .news__title {
            font-size: 24px;
            font-family: Arial, Helvetica, sans-serif;
            color: #000;
            padding: 0 0 5px; }
          body .main .about-block .container__about .about__news .news__info .news__textblock .news__subtitle {
            font-size: 18px;
            font-family: Arial, Helvetica, sans-serif;
            color: #000;
            padding: 0 0 5px; }
          body .main .about-block .container__about .about__news .news__info .news__textblock .news__copy {
            font-size: 14px;
            font-family: Arial, Helvetica, sans-serif;
            color: #777; }

body .main .container__contact {
  width: 100%;
  background: url("https://i.imgur.com/6UxtGpy.png") no-repeat 80% top/cover; }
  body .main .container__contact .contact__block {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 0 50px; }
    body .main .container__contact .contact__block .contact__text {
      padding: 120px 100px 50px; }
      @media (max-width: 599px) {
        body .main .container__contact .contact__block .contact__text {
          padding: 60px 20px 30px; } }
      body .main .container__contact .contact__block .contact__text .contact__title {
        padding: 0 0 10px;
        font-size: 40px;
        letter-spacing: 2px;
        text-transform: uppercase;
        font-family: Arial, Helvetica, sans-serif;
        color: #fff;
        text-align: center; }
      body .main .container__contact .contact__block .contact__text .contact__copy {
        font-size: 16px;
        font-family: 'Times New Roman', Times, serif;
        font-style: italic;
        color: #777;
        text-align: center; }
    body .main .container__contact .contact__block .contact__info {
      width: 100%;
      padding: 0 0 50px; }
      @media (max-width: 598px) {
        body .main .container__contact .contact__block .contact__info {
          padding: 0 0 20px; } }
      body .main .container__contact .contact__block .contact__info .contact__form {
        width: 100%; }
        body .main .container__contact .contact__block .contact__info .contact__form .contact__container {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          padding: 0 0 50px; }
          @media (max-width: 479px) {
            body .main .container__contact .contact__block .contact__info .contact__form .contact__container {
              display: block; } }
          body .main .container__contact .contact__block .contact__info .contact__form .contact__container .contact__leftside {
            width: 49%;
            padding: 0 15px 0 20px; }
            @media (max-width: 599px) {
              body .main .container__contact .contact__block .contact__info .contact__form .contact__container .contact__leftside {
                padding: 0 10px; } }
            @media (max-width: 479px) {
              body .main .container__contact .contact__block .contact__info .contact__form .contact__container .contact__leftside {
                width: 100%; } }
            body .main .container__contact .contact__block .contact__info .contact__form .contact__container .contact__leftside .contact__leftside__group {
              margin: 0 0 20px; }
              @media (max-width: 479px) {
                body .main .container__contact .contact__block .contact__info .contact__form .contact__container .contact__leftside .contact__leftside__group {
                  margin: 0 0 15px; } }
              body .main .container__contact .contact__block .contact__info .contact__form .contact__container .contact__leftside .contact__leftside__group .contact__leftside__control {
                width: 100%;
                border: 1px solid #ccc;
                background-color: #f2f2f2;
                font-size: 1.125rem;
                border-radius: 5px;
                padding: 12px;
                -webkit-transition: all 0.2s ease-in;
                transition: all 0.2s ease-in; }
                body .main .container__contact .contact__block .contact__info .contact__form .contact__container .contact__leftside .contact__leftside__group .contact__leftside__control:focus {
                  background-color: #fff; }
                @media (max-width: 479px) {
                  body .main .container__contact .contact__block .contact__info .contact__form .contact__container .contact__leftside .contact__leftside__group .contact__leftside__control {
                    padding: 8px; } }
          body .main .container__contact .contact__block .contact__info .contact__form .contact__container .contact__rightside {
            width: 49%;
            padding: 0 20px 0 15px; }
            @media (max-width: 599px) {
              body .main .container__contact .contact__block .contact__info .contact__form .contact__container .contact__rightside {
                padding: 0 10px; } }
            @media (max-width: 479px) {
              body .main .container__contact .contact__block .contact__info .contact__form .contact__container .contact__rightside {
                width: 100%; } }
            body .main .container__contact .contact__block .contact__info .contact__form .contact__container .contact__rightside .contact__rightside__group .contact__rightside__control {
              width: 100%;
              height: 181px;
              border: 1px solid #e2e2e2;
              background-color: #f2f2f2;
              color: #bbbbbb;
              font-family: Arial, Helvetica, sans-serif;
              font-size: 1.125rem;
              border-radius: 3px;
              padding-left: 20px;
              padding-right: 20px;
              padding-top: 10px;
              resize: none;
              -webkit-transition: all 0.2s ease-in;
              transition: all 0.2s ease-in; }
              body .main .container__contact .contact__block .contact__info .contact__form .contact__container .contact__rightside .contact__rightside__group .contact__rightside__control:focus {
                background-color: #fffffe; }
              @media (max-width: 479px) {
                body .main .container__contact .contact__block .contact__info .contact__form .contact__container .contact__rightside .contact__rightside__group .contact__rightside__control {
                  padding: 8px;
                  height: auto; } }
      body .main .container__contact .contact__block .contact__info .contact__button {
        width: 100%;
        max-width: 250px;
        margin: 0 auto; }
        body .main .container__contact .contact__block .contact__info .contact__button .contact__link {
          display: inline-block;
          padding: 21px 10px 20px;
          width: 100%;
          border-radius: 4px;
          font: 700 16px/20px Arial, Helvetica, sans-serif;
          color: #fff;
          letter-spacing: 1px;
          text-transform: uppercase;
          background-color: #e3c712;
          text-decoration: none;
          text-align: center;
          position: relative;
          overflow: hidden; }
          body .main .container__contact .contact__block .contact__info .contact__button .contact__link::before {
            position: absolute;
            content: '';
            width: 0;
            height: 100%;
            top: 0;
            left: 0;
            background-color: #3fc6ea;
            -webkit-transform: translateX(-100%);
                -ms-transform: translateX(-100%);
                    transform: translateX(-100%);
            -webkit-transition: all 0.15s ease-in;
            transition: all 0.15s ease-in; }
            @media (max-width: 599px) {
              body .main .container__contact .contact__block .contact__info .contact__button .contact__link::before {
                -webkit-transition: none;
                transition: none;
                width: 0;
                height: 0; } }
          body .main .container__contact .contact__block .contact__info .contact__button .contact__link:hover::before {
            -webkit-transform: translateX(0);
                -ms-transform: translateX(0);
                    transform: translateX(0);
            width: 100%; }
            @media (max-width: 599px) {
              body .main .container__contact .contact__block .contact__info .contact__button .contact__link:hover::before {
                width: 0;
                height: 0; } }
          body .main .container__contact .contact__block .contact__info .contact__button .contact__link .contact__field {
            position: relative;
            z-index: 1; }

body .footer .footer__container {
  max-width: 1024px;
  margin: 0 auto;
  padding: 30px 20px; }
  body .footer .footer__container .footer__link {
    text-decoration: none; }
    body .footer .footer__container .footer__link:hover {
      text-decoration: underline; }

body .up {
  width: 60px;
  height: 60px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  border-radius: 50%;
  border: 3px solid #f00;
  background-color: #f2f2f2;
  -webkit-transform: translate(200px, 0);
      -ms-transform: translate(200px, 0);
          transform: translate(200px, 0);
  -webkit-transition: -webkit-transform 0.3s ease-in;
  transition: -webkit-transform 0.3s ease-in;
  transition: transform 0.3s ease-in;
  transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in; }
  body .up::after {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    top: 22px;
    left: 17px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  body .up.visible {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }
  @media (max-width: 599px) {
    body .up {
      display: none; } }
/*# sourceMappingURL=main.css.map */