* {
  font-family: 'Montserrat', sans-serif; }

/*! 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 {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          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 */
  -webkit-text-decoration: underline dotted;
     -moz-text-decoration: underline dotted;
          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 {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          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; }

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

html {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth; }

body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-decoration-skip: objects;
          text-decoration-skip: objects;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent; }

button:not([disabled]),
a[role="button"]:not([disabled]) {
  cursor: pointer; }

a {
  text-decoration: none;
  color: #fff; }

ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.container {
  padding: 2vh 2vw 0 2vw; }

#background {
  position: absolute;
  width: 100vw;
  height: 100vh;
  z-index: 0; }

.wrapper {
  width: 100vw;
  height: 70vh;
  margin-top: 3vh; }

.is-hidden {
  display: none !important; }

@media (max-width: 768px) {
  .for-desktop {
    display: none !important; }
    .for-desktop .sertify_item {
      max-width: 50%;
      max-height: 50%; } }

@media (min-width: 1025px) {
  .for-mobile {
    display: none !important; } }

.clearfix {
  overflow: auto; }
  .clearfix::after {
    content: "";
    display: table;
    clear: both; }

.visually-hidden {
  position: absolute;
  overflow: hidden;
  margin: -1px;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0); }

.header__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.header__link {
  font-size: 1.1vw;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .header__link:hover {
    color: #b3ff00; }

.helloText {
  padding: 10vh;
  height: 90vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .helloText__text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    font-size: 2vw;
    font-weight: 800;
    cursor: default;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .helloText__title {
    display: none; }

.about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  height: 90vh;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .about__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 5vh 3vw 0 3vw;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.3);
       -moz-box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.3);
            box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.3); }
  .about__photo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .about__photo-item {
      max-width: 300px;
      max-height: 250px; }
      .about__photo-item img {
        width: 100%;
        height: 100%; }
  .about__me {
    overflow: auto;
    width: 80%;
    height: 100%;
    color: #fff;
    font-size: 1.7em;
    font-weight: 500; }
    .about__me p {
      margin: 0;
      width: 100%;
      height: 80%; }
      .about__me p span {
        font-weight: 800;
        color: #b3ff00; }
      .about__me p a {
        font-weight: 800;
        color: #b3ff00; }
        .about__me p a:hover {
          color: #fff;
          text-shadow: 3px 3px 10px #b3ff00; }

.works {
  height: 90vh; }
  .works__wrapper {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.3);
       -moz-box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.3);
            box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.3); }
  .works__item {
    width: 70%;
    height: 100%;
    overflow: auto;
    margin-bottom: 20px; }
    .works__item:last-child {
      margin-bottom: 0px; }
  .works__img {
    position: relative;
    width: 100%;
    max-height: 100%;
    overflow: hidden; }
    .works__img img {
      width: 100%;
      height: 100%; }
    .works__img_before {
      opacity: 0;
      width: 50%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: url(../images/sprites/svg/zoom.svg) center no-repeat;
      background-color: rgba(0, 0, 0, 0.5);
      -webkit-background-size: 90% 100%;
         -moz-background-size: 90% 100%;
              background-size: 90% 100%;
      cursor: pointer; }
    .works__img_after {
      opacity: 0;
      width: 50%;
      height: 100%;
      position: absolute;
      top: 0;
      right: 0;
      background: url(../images/sprites/svg/site.svg) center no-repeat;
      background-color: rgba(0, 0, 0, 0.5);
      -webkit-background-size: 90% 100%;
         -moz-background-size: 90% 100%;
              background-size: 90% 100%;
      cursor: pointer; }
  .works__modal {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 50%;
    right: 0;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 80vw;
    height: 80vh;
    background-color: rgba(0, 0, 0, 0.9);
    border: 1px solid rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 1px 1px 5px 1px #fff;
       -moz-box-shadow: 1px 1px 5px 1px #fff;
            box-shadow: 1px 1px 5px 1px #fff;
    z-index: 5; }
    .works__modal-404-number {
      margin-bottom: 0;
      font-size: 6vw;
      font-weight: 800;
      text-align: center;
      color: #fff; }
      .works__modal-404-number span {
        color: #b3ff00; }
    .works__modal-404-text {
      text-align: center;
      font-size: 3vw;
      font-weight: 500;
      color: #fff; }
      .works__modal-404-text span {
        color: #b3ff00;
        font-weight: 800;
        text-transform: uppercase; }
    .works__modal-buttons {
      width: 30%;
      height: 10%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-justify-content: space-around;
          -ms-flex-pack: distribute;
              justify-content: space-around;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .works__modal-buttons p {
        margin: 0;
        font-size: 2vw;
        font-weight: 800;
        color: #fff; }
      .works__modal-buttons button {
        border: none;
        background-color: inherit;
        font-size: 1.5vw;
        color: #b3ff00;
        outline: none;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        -moz-transition: all .5s;
        transition: all .5s; }
        .works__modal-buttons button:hover {
          color: #fff;
          text-shadow: 2px 2px 5px #b3ff00; }

.sertify__wrapper {
  width: 100%;
  height: 90vh;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.3); }

.sertify__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around; }

.sertify__item {
  max-width: 30%;
  max-height: 30%; }
  .sertify__item img {
    display: block;
    width: 100%;
    height: 100%; }

.contact__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  width: 100%;
  height: 90vh;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.3);
  text-align: center; }

.contact__title {
  font-size: 1.5vw;
  color: #fff;
  margin-bottom: 30px;
  border-bottom: 1px solid #b3ff00;
  padding-bottom: 30px; }
  .contact__title span {
    color: #b3ff00;
    font-size: 2vw;
    font-weight: 800; }

.contact__social {
  width: 100%;
  max-height: 10vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
     -moz-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #b3ff00;
  padding-bottom: 30px; }
  .contact__social a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .contact__social a:hover {
      -webkit-border-radius: 25%;
         -moz-border-radius: 25%;
              border-radius: 25%;
      -webkit-box-shadow: 1px 1px 2px 1px #000;
         -moz-box-shadow: 1px 1px 2px 1px #000;
              box-shadow: 1px 1px 2px 1px #000; }
  .contact__social img {
    max-width: 10vw;
    max-height: 10vh; }

.contact__subtitle {
  font-size: 1.5vw;
  color: #fff;
  font-weight: 300; }

@media (max-width: 768px) {
  .header__link {
    font-size: 1.8vh; }
  .helloText__text {
    font-size: 2.5vh; }
  .about__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 90vh; }
  .about__photo {
    max-width: 200px;
    max-height: 200px;
    margin-bottom: 10px; }
    .about__photo-item {
      width: 200px;
      height: 200px; }
  .about__me {
    width: 100%; }
    .about__me p {
      height: 100%; }
  .sertify__item {
    max-width: 50%;
    max-height: 50%; }
  .contact__title {
    font-size: 3vh; }
    .contact__title span {
      font-size: 4vh; }
  .contact__subtitle {
    font-size: 3vh; } }

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