@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;
}
@keyframes "fadeInRight" {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
html {
  font-size: 16px;
}

body {
  font-family: "gm";
  color: #1a1e23;
  overflow-x: hidden;
  touch-action: none;
  background-color: #ffffff;
  margin: 0;
}

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

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

.li-flex {
  list-style-type: none !important;
  flex-basis: auto;
  flex-grow: 1;
  background: transparent;
  text-align: center;
  font-size: 14px;
  font-family: "gr";
}
.li-flex a {
  color: #1a1e23;
  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%;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
  transition: 0.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: 0.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;
  transition: opacity 0.25s ease;
}
.button_container:hover {
  opacity: 1;
}
.button_container span {
  background: #1a1e23;
  border: none;
  height: 3px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.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 {
  transform: translateY(7px) translateX(0) rotate(-45deg);
  background: #ffffff;
}
.button_container.active .middle {
  opacity: 0;
  background: #ffffff;
}
.button_container.active .bottom {
  transform: translateY(-9px) translateX(0) rotate(45deg);
  background: #ffffff;
  width: 100%;
}

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

.overlay {
  position: fixed;
  background: #1c262e;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  overflow: hidden;
}
.overlay nav {
  font-family: "gm";
  position: relative;
  height: 80%;
  top: 51%;
  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: 11.25%;
  min-height: 50px;
  position: relative;
  opacity: 0;
  font-size: 25px;
}
.overlay ul li a {
  display: block;
  position: relative;
  color: #ffffff;
  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%;
  transform: translateX(-50%);
  height: 1px;
  background: #ffffff;
  transition: 0.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 {
  animation: fadeInRight 0.5s ease forwards;
  animation-delay: 0.35s;
}

.back {
  display: flex;
  justify-content: center;
  max-width: 130px;
  padding: 0.25rem 0.5rem;
  font-family: "gr";
  color: #a0a6af;
  border: 1px solid #ececec;
  border-radius: 0.5rem;
  transition: 0.3s;
}
.back img {
  transform: rotateZ(180deg);
  margin-right: 0.5rem;
}
.back:hover {
  text-decoration: none;
  border: 1px solid #a0a6af;
  color: #a0a6af;
}

.list li {
  color: #a0a6af;
  margin-bottom: 0.5rem;
}
.list li span {
  color: #1a1e23;
}

.block-title {
  position: relative;
  width: 80%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 0 150px;
  perspective: 1000px;
  z-index: 4;
}
@media (max-width: 479px) {
  .block-title {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.block-title_case {
  padding: 2rem 0 4rem;
}
@media (max-width: 479px) {
  .block-title_case {
    padding-top: 50px;
  }
}
.block-title-portfolio {
  margin-top: auto;
  margin-bottom: auto;
}

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

.preloader {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #1a1e23;
  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;
  }
}
.title_case {
  text-align: left;
  margin: 4rem 0 1rem;
}

.description {
  font-family: "gm";
  font-size: 56px;
  color: #a0a6af;
  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;
  }
}

.contacts {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 24px;
  margin-top: 32px;
  font-family: "gr";
  font-size: 18px;
}
.contacts a {
  color: #a0a6af !important;
  text-decoration: underline;
}
.contacts a:hover {
  text-decoration: 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 {
  transform-style: preserve-3d;
  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%;
  transform: translate3d(-50%, -50%, -250px);
}

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

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

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

img {
  max-width: 100%;
}

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

.a-about {
  font-size: 14px;
  font-family: "gr";
  color: #1a1e23;
  text-decoration: none;
  display: block;
  text-align: right;
  transition: 0.3s;
}
.a-about:hover {
  color: #1a1e23;
  text-decoration: none;
  opacity: 0.7;
}

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

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

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

.about-me {
  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: #1a1e23;
  opacity: 0;
  z-index: 99999;
  transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}
.blackbox_visible {
  transform: translate3d(0, -100%, 0);
  opacity: 1;
}

.case__item {
  position: relative;
  display: block;
  margin-bottom: 30px;
  transition: 0.3s;
}
.case__item:hover {
  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: flex;
  align-content: flex-end;
  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);
  transition: 0.3s;
}
.case__info__title {
  font-family: "gb";
  color: #ffffff;
  margin-bottom: 15px;
  width: 100%;
  text-decoration: none !important;
}
.case__info__description {
  font-family: "gr";
  color: #ffffff;
  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 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 1371px;
  max-width: 100%;
  border-radius: 0.5rem;
}
.gallery-img__wrapper {
  padding: 0.75rem;
  border: 1px solid #ececec;
  border-radius: 0.75rem;
  margin-bottom: 1rem;
  max-width: 1397px;
  margin-left: auto;
  margin-right: auto;
}
.gallery-img__description {
  font-family: "gr";
  font-size: 14px;
  color: #a0a6af;
  text-align: center;
  margin-top: 1rem;
}

.case-link {
  color: #a0a6af !important;
  font-family: "gr";
  text-decoration: underline;
}
.case-link:hover {
  text-decoration: none;
}

.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__list {
  font-size: 18px;
  line-height: 28px;
  font-family: "gr";
}
@media (max-width: 479px) {
  .skills__list {
    font-size: 15px;
    line-height: 24px;
  }
}/*# sourceMappingURL=style.css.map */