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

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

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

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

body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

body {
  background-color: black;
  min-width: 320px;
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 24px;
  font-family: "Circe", "Montserrat", "Arial", sans-serif;
  color: white;
  font-style: normal; }

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

.wrapper {
  width: 100%;
  max-width: 1920px;
  padding: 0;
  margin: 0;
  margin-left: auto;
  margin-right: auto; }

.visually-hidden:not(:focus):not(:active) {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0, 0, 0, 0);
  overflow: hidden; }

@media (min-width: 768px) {
  .wrapper {
    padding-left: 40px;
    padding-right: 40px; } }

.page-header {
  background-color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh; }
  .page-header__main-logo {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px; }
  .page-header__showreel {
    margin-top: 35px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .page-header__arrow {
    cursor: pointer;
    position: absolute;
    top: auto;
    bottom: 40px;
    left: 43%;
    left: calc(50% - 55px/2); }
  .page-header--404 {
    padding-top: 5px; }

@media (min-width: 768px) {
  .page-header__main-logo {
    height: 100vh;
    margin-top: 0;
    margin-bottom: 0; }
  .page-header__arrow {
    left: 43%;
    left: calc(50% - 55px/2); }
  .page-header--404 {
    padding-top: 46px; } }

@media (min-width: 768px) {
  .page-header__arrow {
    left: calc(50% - 55px/2); } }

.main-logo {
  width: 232px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 0;
  height: 100vh;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .main-logo__image {
    display: block;
    margin-top: -35px; }
  .main-logo__video {
    display: none; }

@media (min-width: 768px) {
  .main-logo {
    width: 720px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .main-logo__image {
      width: 100%;
      display: none; }
    .main-logo__video {
      position: fixed;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      max-width: 100%;
      margin-top: -70px; } }

@media (min-width: 1200px) {
  .main-logo {
    width: 1000px; }
    .main-logo__image {
      display: none; }
    .main-logo__video {
      position: fixed;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      max-width: 100%;
      margin-top: -30px; } }

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transform-origin: 35% 50%;
            transform-origin: 35% 50%; }
  20% {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
    -webkit-transform-origin: 35% 50%;
            transform-origin: 35% 50%; }
  80% {
    -webkit-transform: rotate(375deg);
            transform: rotate(375deg);
    -webkit-transform-origin: 35% 50%;
            transform-origin: 35% 50%; }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    -webkit-transform-origin: 35% 50%;
            transform-origin: 35% 50%; } }

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transform-origin: 35% 50%;
            transform-origin: 35% 50%; }
  20% {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
    -webkit-transform-origin: 35% 50%;
            transform-origin: 35% 50%; }
  80% {
    -webkit-transform: rotate(375deg);
            transform: rotate(375deg);
    -webkit-transform-origin: 35% 50%;
            transform-origin: 35% 50%; }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    -webkit-transform-origin: 35% 50%;
            transform-origin: 35% 50%; } }

.showreel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
  height: 100vh; }
  .showreel__button {
    display: block;
    position: relative;
    width: 116px;
    height: 116px;
    border-radius: 50%;
    background-color: #fff;
    font-size: 0;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto; }
    .showreel__button:hover img {
      -webkit-animation: rotate 1.5s;
              animation: rotate 1.5s; }
    .showreel__button img {
      position: absolute;
      top: 31px;
      left: 41px;
      width: 50px;
      height: 57px; }
  .showreel__promotext {
    width: 100%;
    max-width: 283px;
    text-align: center;
    margin: 0; }
  .showreel__videobox {
    display: none;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto; }
  .showreel__video {
    width: 100%;
    height: 100%; }
  .showreel__preview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%; }

@media (min-width: 768px) {
  .showreel {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 100vh; }
    .showreel__button {
      margin-left: 0;
      margin-right: 24px;
      margin-bottom: 0; }
      .showreel__button img {
        width: 50px;
        height: 57px; }
    .showreel__promotext {
      width: 100%;
      font-size: 35px;
      line-height: 38px;
      max-width: 538px;
      text-align: left; }
    .showreel__preview {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }

@media (min-width: 768px) {
  .showreel__button {
    margin-right: 46px; } }

.projects {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1; }
  .projects__item {
    display: block;
    width: 100%;
    height: 403px;
    font-size: 0;
    cursor: pointer;
    z-index: 1; }
    .projects__item--cyberslav {
      background: black url("../img/cyberslav-mobile.jpg") no-repeat center;
      background-size: cover; }

@media (min-width: 768px) {
  .projects__item {
    height: 768px;
    min-height: 100vh; }
    .projects__item--cyberslav {
      background: black url("../img/cyberslav-tablet.jpg") no-repeat center;
      background-size: contain; } }

@media (min-width: 1200px) {
  .projects__item {
    height: auto;
    min-height: 100vh; }
    .projects__item--cyberslav {
      background: black url("../img/cyberslav-desktop.jpg") no-repeat center;
      background-size: cover; } }

.page-footer {
  background-color: black;
  text-align: center;
  z-index: 1; }
  .page-footer__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 55px 0 18px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .page-footer__link {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    color: white;
    font-weight: 300; }
    .page-footer__link:hover, .page-footer__link :active {
      color: #ffb400; }
  .page-footer__copyright {
    display: inline-block;
    text-align: center;
    font-weight: 300;
    opacity: .3;
    color: white; }
  .page-footer__wrapper {
    padding-bottom: 10px; }

@media (min-width: 768px) {
  .page-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: black;
    text-align: center; }
    .page-footer__links {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      padding: 45px 0 18px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .page-footer__link {
      -webkit-box-ordinal-group: 1;
          -ms-flex-order: 0;
              order: 0;
      margin-left: 15px; }
    .page-footer__copyright {
      padding: 55px 0 18px; }
    .page-footer__wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding-bottom: 0; } }

.social-list {
  text-align: center;
  background-color: black;
  padding: 0;
  margin: 0;
  margin-top: 20px; }
  .social-list__item {
    display: inline-block;
    vertical-align: middle;
    margin: 0 4px; }
    .social-list__item--vk img {
      margin-top: 12px; }
    .social-list__item--vk:hover {
      background-color: #3c89c0; }
    .social-list__item--fb img {
      margin-top: 11px; }
    .social-list__item--fb:hover {
      background-color: #2467b6; }
    .social-list__item--youtube img {
      margin-top: 12px; }
    .social-list__item--youtube:hover {
      background-color: #ff0000; }
    .social-list__item--instagram img {
      margin-top: 11px; }
    .social-list__item--instagram:hover {
      background: linear-gradient(142deg, #feed00 0%, #ff2a7e 60%, #002aff 100%); }
  .social-list__link {
    display: block;
    width: 36px;
    height: 36px;
    border: 1px solid #646464;
    border-radius: 50%;
    font-size: 0;
    background-color: black; }

@media (min-width: 768px) {
  .social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: transparent;
    border: none;
    margin-top: 0; }
    .social-list__item {
      padding-bottom: 3px; } }

.page-404 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Montserrat", "Arial", sans-serif;
  height: 100%;
  overflow-y: hidden; }
  .page-404__logo {
    width: 268px; }
  .page-404__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .page-404__title {
    font-family: inherit;
    text-align: center;
    font-size: 70px;
    line-height: 1.05;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin: 20px 0; }
    .page-404__title mark {
      color: #ffd700;
      background-color: inherit; }
  .page-404__text {
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.1em;
    margin-bottom: 25px; }
  .page-404__button {
    display: block;
    background-color: #ffd700;
    letter-spacing: 0.1em;
    color: black;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    width: 100%;
    max-width: 240px;
    text-align: center;
    padding: 11px 0;
    text-decoration: none;
    border-radius: 22px; }

@media (min-width: 768px) {
  .page-404 {
    height: 100vh; }
    .page-404__title {
      font-size: 140px; }
    .page-404__pistoletov {
      height: 45%; }
    .page-404__text {
      text-align: center;
      font-size: 16px;
      letter-spacing: 0.2em; }
      .page-404__text br {
        display: none; } }

@media (min-width: 1200px) {
  .page-404__pistoletov {
    height: 60%; } }
