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

@font-face {
  font-family: "gm";
  src: url("../fonts/GraphikLCG-Medium.eot");
  src: url("../fonts/GraphikLCG-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/GraphikLCG-Medium.woff") format("woff"), url("../fonts/GraphikLCG-Medium.ttf") format("truetype");
  font-style: medium;
  font-weight: medium;
}

@font-face {
  font-family: "gb";
  src: url("../fonts/GraphikLCG-Semibold.eot");
  src: url("../fonts/GraphikLCG-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/GraphikLCG-Semibold.woff") format("woff"), url("../fonts/GraphikLCG-Semibold.ttf") format("truetype");
  font-style: bold;
  font-weight: bold;
}

@font-face {
  font-family: "ab";
  src: url("../fonts/PTAstraSerif-Bold.eot");
  src: url("../fonts/PTAstraSerif-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/PTAstraSerif-Bold.woff") format("woff"), url("../fonts/PTAstraSerif-Bold.ttf") format("truetype");
  font-style: bold;
  font-weight: bold;
}

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

@-webkit-keyframes "fadeInRight" {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

@keyframes "fadeInRight" {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

html {
  font-size: 16px;
}

body {
  font-family: 'gm';
  color: #000;
  overflow-x: hidden;
  -ms-touch-action: none;
      touch-action: none;
  background-color: #FFF;
  margin: 0;
}

.row-menu {
  padding-top: 40px;
  max-width: 100%;
  padding-bottom: 0px;
}

.ul-flex {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding-top: 7px;
}

.li-flex {
  list-style-type: none !important;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background: transparent;
  text-align: center;
  font-size: 14px;
  font-family: 'gr';
}

.li-flex a {
  color: #000;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.li-flex a:hover {
  color: #8B1736;
  text-decoration: none;
}

.container-ham {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 40%;
  left: 0;
  margin: 0 auto;
  font-family: 'regular', sans-serif;
  z-index: 6;
}

.container-ham p {
  font-size: 20px;
}

.container-ham a {
  display: inline-block;
  position: relative;
  text-align: center;
  color: #3c3c3c;
  text-decoration: none;
  font-size: 20px;
  overflow: hidden;
  top: 5px;
}

.container-ham a:after {
  content: '';
  position: absolute;
  background: #3c3c3c;
  height: 2px;
  width: 0%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  bottom: 0;
  -webkit-transition: .35s ease;
  transition: .35s ease;
}

.container-ham a:hover:after {
  width: 100%;
}

.container-ham a:focus:after {
  width: 100%;
}

.container-ham a:active:after {
  width: 100%;
}

h1 {
  position: relative;
  text-align: center;
  font-family: 'regular', serif;
  margin-bottom: .5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

.button_container {
  position: absolute;
  top: 30px;
  right: 30px;
  height: 20px;
  width: 22px;
  cursor: pointer;
  z-index: 1000;
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease;
}

.button_container:hover {
  opacity: 1;
}

.button_container span {
  background: #000;
  border: none;
  height: 3px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
  cursor: pointer;
}

.button_container span:nth-of-type(2) {
  top: 8px;
}

.button_container span:nth-of-type(3) {
  top: 16px;
  width: 70%;
  right: 0;
  left: auto;
}

.button_container.active .top {
  -webkit-transform: translateY(7px) translateX(0) rotate(-45deg);
          transform: translateY(7px) translateX(0) rotate(-45deg);
  background: #FFF;
}

.button_container.active .middle {
  opacity: 0;
  background: #FFF;
}

.button_container.active .bottom {
  -webkit-transform: translateY(-9px) translateX(0) rotate(45deg);
          transform: translateY(-9px) translateX(0) rotate(45deg);
  background: #FFF;
  width: 100%;
}

.button-learn span {
  background: #fff !important;
  border: none;
  height: 3px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
  cursor: pointer;
}

.overlay {
  position: fixed;
  background: #1C262E;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .35s, visibility .35s, height .35s;
  transition: opacity .35s, visibility .35s, height .35s;
  overflow: hidden;
}

.overlay nav {
  font-family: 'gm';
  position: relative;
  height: 80%;
  top: 51%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 50px;
  text-align: center;
}

.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%;
}

.overlay ul li {
  display: block;
  height: 25%;
  height: calc(45% / 4);
  min-height: 50px;
  position: relative;
  opacity: 0;
  font-size: 25px;
}

.overlay ul li a {
  display: block;
  position: relative;
  color: #FFF;
  text-decoration: none;
  overflow: hidden;
}

.overlay ul li a:hover:after {
  width: 100%;
}

.overlay ul li a:focus:after {
  width: 100%;
}

.overlay ul li a:active:after {
  width: 100%;
}

.overlay ul li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 1px;
  background: #FFF;
  -webkit-transition: .35s;
  transition: .35s;
}

.overlay ul li.li-booking {
  display: block;
  height: 70px;
  min-height: 50px;
  position: relative;
  opacity: 0;
  font-size: 25px;
}

.overlay.open {
  opacity: 1;
  visibility: visible;
  height: 100%;
  z-index: 3;
  overflow-y: hidden !important;
}

.overlay.open li {
  -webkit-animation: fadeInRight .5s ease forwards;
          animation: fadeInRight .5s ease forwards;
  -webkit-animation-delay: .35s;
          animation-delay: .35s;
}

.block-title {
  position: relative;
  width: 80%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 0 150px;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  z-index: 4;
}

@media (max-width: 479px) {
  .block-title {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
}

.block-title_case {
  padding-bottom: 100px;
}

@media (max-width: 479px) {
  .block-title_case {
    padding-top: 50px;
  }
}

.title-center, .description-center {
  margin: 0 auto;
}

.preloader {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  z-index: 9999;
}

.title {
  font-size: 56px;
  text-align: center;
  font-family: 'gm';
}

@media (max-width: 991px) {
  .title {
    font-size: 6vw;
  }
}

@media (max-width: 767px) {
  .title {
    font-size: 10vw;
  }
}

.description {
  font-family: 'gm';
  font-size: 56px;
  color: #9e9e9e;
  text-align: center;
  line-height: 1.4;
}

@media (max-width: 991px) {
  .description {
    font-size: 6vw;
  }
}

@media (max-width: 767px) {
  .description {
    font-size: 10vw;
  }
}

@media (min-width: 768px) {
  .br__title {
    display: none;
  }
}

.header {
  overflow: hidden;
}

.block-portfolio {
  padding-bottom: 300px;
  padding-top: 300px;
}

.img-portfolio {
  max-width: 100%;
}

.h2-portfolio {
  max-width: 100%;
  font-size: 4rem;
  text-transform: uppercase;
}

.circles {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.circle-1 {
  display: block;
  position: absolute;
  max-width: 250px;
  top: 20%;
  left: 0%;
  -webkit-transform: translate3d(-50%, -50%, -250px);
          transform: translate3d(-50%, -50%, -250px);
}

.circle-2 {
  display: block;
  position: absolute;
  max-width: 200px;
  top: 90%;
  left: 90%;
  -webkit-transform: translate3d(-50%, -50%, -500px);
          transform: translate3d(-50%, -50%, -500px);
}

.circle-3 {
  display: block;
  position: absolute;
  max-width: 100px;
  top: 81%;
  left: 1%;
  -webkit-transform: translate3d(50%, 50%, -300px);
          transform: translate3d(50%, 50%, -300px);
}

.circle-4 {
  display: block;
  position: absolute;
  max-width: 100px;
  top: 10%;
  left: 82%;
  -webkit-transform: translate3d(-50%, -50%, -300px);
          transform: translate3d(-50%, -50%, -300px);
}

img {
  max-width: 100%;
}

.p-portfolio {
  font-family: 'gr';
  font-size: 16px;
  color: #6d6d6d;
}

.block-text-portfolio {
  margin-top: auto;
  margin-bottom: auto;
}

.a-about {
  font-size: 14px;
  font-family: 'gr';
  color: #000000;
  text-decoration: none;
  display: block;
  text-align: right;
  -webkit-transition: .3s;
  transition: .3s;
}

.a-about:hover {
  color: #000000;
  text-decoration: none;
  opacity: .7;
}

.about-body {
  background-color: #000000;
  color: #ffffff;
}

.about-block {
  margin-top: 150px;
  position: relative;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.about-block-inner {
  -webkit-perspective: 1000px;
          perspective: 1000px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.about-me {
  -webkit-transform: rotate3d(0, 0, 0.05, -10deg);
          transform: rotate3d(0, 0, 0.05, -10deg);
  font-size: 5rem;
}

.about-back {
  color: #ffffff !important;
}

.blackbox {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 100%;
  left: 0;
  background-color: #000;
  opacity: 0;
  z-index: 99999;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}

.blackbox_visible {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  opacity: 1;
}

.case__item {
  position: relative;
  display: block;
  margin-bottom: 30px;
  -webkit-transition: .3s;
  transition: .3s;
}

.case__item:hover {
  -webkit-box-shadow: 0 5px 25px 0px rgba(1, 1, 1, 0.15);
          box-shadow: 0 5px 25px 0px rgba(1, 1, 1, 0.15);
}

.case__item:hover .case__info {
  opacity: 1;
  visibility: visible;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}

.case__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: end;
      align-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: absolute;
  padding: 20px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(1, 1, 1, 0.7);
  -webkit-transition: .3s;
  transition: .3s;
}

.case__info__title {
  font-family: "gb";
  color: #fff;
  margin-bottom: 15px;
  width: 100%;
  text-decoration: none !important;
}

.case__info__description {
  font-family: "gr";
  color: #fff;
  font-size: 18px;
  width: 100%;
  text-decoration: none !important;
  margin-bottom: 0;
}

.wide-container {
  padding: 0 30px;
}

@media (max-width: 479px) {
  .wide-container {
    padding: 0 16px;
  }
}

.case-description {
  font-family: "gr";
  font-size: 18px;
  margin-bottom: 0;
  margin-top: 26px;
}

strong {
  font-family: "gb";
}

ul {
  padding-left: 15px;
  margin-top: 6px;
}

.gallery-img {
  padding-bottom: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 1371px;
  max-width: 100%;
}

.case-link {
  color: #9e9e9e !important;
  font-family: 'gr';
}

.skills__block {
  width: 80%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 0;
}

@media (max-width: 479px) {
  .skills__block {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
}

.skills__title {
  font-size: 36px;
  margin-bottom: 10px;
}

@media (max-width: 479px) {
  .skills__title {
    font-size: 28px;
  }
}

.skills__ul {
  font-size: 18px;
  line-height: 28px;
}

@media (max-width: 479px) {
  .skills__ul {
    font-size: 15px;
    line-height: 24px;
  }
}
/*# sourceMappingURL=style.css.map */