@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap");
* {
  padding: 0;
  margin: 0;
  border: 0;
  scroll-behavior: smooth;
}

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

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-align: inherit;
  font-size: inherit;
  font-weight: 400;
}

html {
  height: 100%;
}

body {
  height: 100%;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  color: rgb(255, 255, 255);
  background-color: #171b22;
}

body.lock {
  overflow: hidden;
}

.wrapper {
  min-height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.container {
  margin: 0 100px;
}

.paints {
  position: absolute;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  z-index: 10;
  overflow: hidden;
}

.maincover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-top: 30%;
}
.maincover__scroll {
  z-index: 11;
  margin-top: 200px;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.maincover__scroll a {
  font-size: 40px;
  color: #617591;
  position: relative;
  margin-top: 30px;
}
.maincover__scroll-down {
  position: relative;
}
.maincover__scroll-down::after, .maincover__scroll-down::before {
  content: "";
  position: absolute;
  top: 20%;
  left: 50%;
  border: 2px solid #617591;
  height: 8px;
  width: 8px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  border-top: transparent;
  border-left: transparent;
  -webkit-animation: scroll-down 1s ease-in-out infinite;
          animation: scroll-down 1s ease-in-out infinite;
}
.maincover__scroll-down::after {
  top: 5px;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
@-webkit-keyframes scroll-down {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes scroll-down {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.maincover__scroll-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  color: #617591;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-animation: scroll 1s linear infinite;
          animation: scroll 1s linear infinite;
}
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.maincover__logoletter {
  width: 70px;
  z-index: 11;
}
.maincover__lettering {
  font-weight: 900;
  font-size: 48px;
  line-height: 58px;
  color: #ffffff;
  text-transform: uppercase;
}
.maincover__letters-sirname {
  margin-top: 56px;
  margin-left: -15px;
  font-weight: 900;
  z-index: 11;
}
.maincover__letters {
  margin-left: 5px;
  font-weight: 900;
  z-index: 11;
}
.maincover__fullname {
  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-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-left: 40px;
  margin-top: 100px;
}
.maincover__fullname span {
  z-index: 11;
}
.maincover__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.maincover__sirname {
  margin-left: 75px;
  margin-top: -48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.maincover__prof {
  color: #c8c6c6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 300;
  margin-top: 20px;
  font-weight: 300;
  font-size: 22px;
  line-height: 24px;
  margin-left: 250px;
  z-index: 11;
}
.maincover__contact-btn {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 250px;
}

.sm-icons__container {
  width: 66px;
  height: 100%;
}
.sm-icons__items {
  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;
}
.sm-icons__item {
  margin: 5px auto;
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
  z-index: 11;
}
.sm-icons__item a {
  font-size: 45px;
  color: #617591;
}
.sm-icons__item a:hover {
  -webkit-transform: rotateZ(27deg) scale(1.3);
      -ms-transform: rotate(27deg) scale(1.3);
          transform: rotateZ(27deg) scale(1.3);
  color: #ffffff;
}
.sm-icons__item:hover {
  -webkit-transform: rotateZ(27deg) scale(1.3);
      -ms-transform: rotate(27deg) scale(1.3);
          transform: rotateZ(27deg) scale(1.3);
}

.mouse-parallax {
  position: absolute;
  top: -300px;
  left: 600px;
}
.mouse-parallax__content {
  position: absolute;
  font-size: 18px;
  font-weight: 300;
  -webkit-transition: all 0.1s ease 0s;
  -o-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
  z-index: 11;
  width: 400px;
}
.mouse-parallax__content p {
  color: #384151;
  margin-top: 10px;
  line-height: 140%;
  -webkit-transition: all 0.1s ease 0s;
  -o-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
}
.mouse-parallax__content span {
  position: relative;
  z-index: 11;
}

.btn__maincover {
  margin-top: 50px 0 0;
  text-decoration: none;
  width: 100%;
  max-width: 200px;
  height: 40px;
  display: block;
  line-height: 40px;
  position: relative;
  text-align: center;
  color: #617591;
  font-size: 18px;
}
.btn div {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn div:hover .btn__bg {
  width: 100%;
}
.btn__bg {
  position: absolute;
  width: 0%;
  height: 100%;
  left: 0px;
  top: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
  border-radius: 5px;
}
.btn__base {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  border: 2px solid #617591;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.btn__text {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.btn__text:hover {
  color: #171b22;
}

.anchor {
  position: absolute;
  bottom: 0;
  -webkit-transition: all 0.1s ease 0s;
  -o-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
}
.anchor a {
  color: #617591;
  font-size: 70px;
  z-index: 21;
}
.anchor .icon-home {
  position: fixed;
  bottom: 300px;
  right: 40px;
  margin: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #171b22;
  border-radius: 50%;
}
.anchor .icon-home._active {
  opacity: 1;
  -webkit-transition: opacity 0.1s ease 0.1s;
  -o-transition: opacity 0.1s ease 0.1s;
  transition: opacity 0.1s ease 0.1s;
  z-index: 11;
}
.anchor .icon-home:hover {
  color: #c8c6c6;
  -webkit-animation-name: wobble-vertical;
          animation-name: wobble-vertical;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}
.anchor .icon-who {
  position: fixed;
  bottom: 100px;
  right: 40px;
  opacity: 0;
  background-color: #171b22;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.anchor .icon-who:hover {
  color: #c8c6c6;
  -webkit-animation-name: wobble-vertical;
          animation-name: wobble-vertical;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}
.anchor .icon-who._active {
  opacity: 1;
  -webkit-transition: opacity 0.1s ease 0.5s;
  -o-transition: opacity 0.1s ease 0.5s;
  transition: opacity 0.1s ease 0.5s;
  z-index: 11;
}
.anchor .icon-work {
  position: fixed;
  bottom: 200px;
  right: 40px;
  opacity: 0;
  background-color: #171b22;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.anchor .icon-work._active {
  opacity: 1;
  -webkit-transition: opacity 0.1s ease 0.3s;
  -o-transition: opacity 0.1s ease 0.3s;
  transition: opacity 0.1s ease 0.3s;
  z-index: 11;
}
.anchor .icon-work:hover {
  color: #c8c6c6;
  -webkit-animation-name: wobble-vertical;
          animation-name: wobble-vertical;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

@-webkit-keyframes wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.work {
  margin-top: 100px;
}
.work__title {
  font-size: 60px;
  margin-left: 80px;
  margin-top: 160px;
  -webkit-transform: translate(0px, 120%);
      -ms-transform: translate(0px, 120%);
          transform: translate(0px, 120%);
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 20;
}
.work__title._active {
  -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  opacity: 1;
  -webkit-transition: all 0.8s ease 0.5s;
  -o-transition: all 0.8s ease 0.5s;
  transition: all 0.8s ease 0.5s;
}
.work__subtitle {
  width: 50%;
  margin-left: 80px;
  margin-top: 60px;
  color: #c8c6c6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 300;
  font-size: 22px;
  line-height: 24px;
  line-height: 1.4;
  -webkit-transform: translate(0px, 120%);
      -ms-transform: translate(0px, 120%);
          transform: translate(0px, 120%);
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.work__subtitle._active {
  -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  opacity: 1;
  -webkit-transition: all 0.8s ease 0.5s;
  -o-transition: all 0.8s ease 0.5s;
  transition: all 0.8s ease 0.5s;
}
.work__collection {
  margin-top: 80px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 20px;
}
.work__collection-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px;
}

.scroll {
  display: none;
  cursor: pointer;
}

.project {
  margin: 40px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-radius: 20px;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  transition: all 0.3s ease 0s;
}
.project._active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.8s ease 0.3s;
  -o-transition: all 0.8s ease 0.3s;
  transition: all 0.8s ease 0.3s;
}
.project:hover .project__img-cap {
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.project:hover .project__descr {
  opacity: 1;
  -webkit-transform: translate(0px 0px);
      -ms-transform: translate(0px 0px);
          transform: translate(0px 0px);
  -webkit-transition: all 0.3s ease 0.2s;
  -o-transition: all 0.3s ease 0.2s;
  transition: all 0.3s ease 0.2s;
}
.project:hover .project__img img {
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.project__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 280px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.project__img img {
  width: 100%;
  height: 100%; 
  object-fit: cover; 
  border-radius: 10px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.project__img-cap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(23, 27, 34, 0.862745098);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.project__descr {
  background-color: #171b22;
  overflow: hidden;
  position: absolute;
  padding: 0 10px;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 0;
  -webkit-transform: translate(0px 150%);
      -ms-transform: translate(0px 150%);
          transform: translate(0px 150%);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 1.4;
}
.project__about {
  margin: 10px 0;
}
.project__points {
  margin: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.project__tech {
  color: #929090;
}
.project__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
}
.project__links a {
  margin: 0 5px;
  color: #ffffff;
  font-size: 24px;
}

.project__links-btns {
  font-size: 20px;
  text-align: center;
  color: #ffffff;
}

.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(23, 27, 34, 0.9176470588);
  z-index: 50;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.popup__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 10px;
}
.popup__content {
  background-color: #171b22;
  border: 2px solid #617591;
  border-radius: 10px;
  padding: 50px 30px;
  -webkit-box-shadow: 0 0.1em 0.3em rgba(255, 255, 255, 0.5), 0 -0.5em 1em rgba(0, 0, 0, 0.4) inset;
          box-shadow: 0 0.1em 0.3em rgba(255, 255, 255, 0.5), 0 -0.5em 1em rgba(0, 0, 0, 0.4) inset;
  position: relative;
  -webkit-transform: translate(0px, -100%);
      -ms-transform: translate(0px, -100%);
          transform: translate(0px, -100%);
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.popup__close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 50px;
  color: #617591;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.popup__close:hover {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
  color: #ffffff;
}

.popup.open {
  opacity: 1;
  visibility: visible;
}

.popup.open .popup__content {
  -webkit-transform: translate(0px, 0%);
      -ms-transform: translate(0px, 0%);
          transform: translate(0px, 0%);
  opacity: 1;
}

.form {
  margin: 0px auto;
  padding: 30px 0;
  width: 550px;
  font-weight: 300;
}
.form__body {
  position: relative;
}
.form__body::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(23, 27, 34, 0.9098039216);
  background-image: url(../img/preloader_02.gif);
  background-position: center;
  background-size: 120px;
  background-repeat: no-repeat;
  opacity: 0;
  visibility: hidden;
}
.form__body._sending::after {
  opacity: 1;
  visibility: visible;
}
.form__title {
  font-size: 40px;
  font-weight: 700;
  margin: 0px 0px 30px 0px;
}
.form__item {
  margin: 0px 0px 20px 0px;
}
.form__label {
  font-size: 18px;
  display: block;
  margin: 0px 0px 10px 0px;
}
.form__input {
  height: 50px;
  padding: 0 20px;
  border-radius: 5px;
  width: 100%;
  font-size: 18px;
  padding: 10px;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.form__input:focus {
  border: 4px solid #617591;
}
.form__button {
  width: 100%;
  margin: 50px 5px 0 5px;
  text-decoration: none;
  height: 50px;
  display: block;
  line-height: 40px;
  position: relative;
  text-align: center;
  color: #617591;
  font-size: 20px;
  background-color: #171b22;
  border: 2px solid #617591;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.form__button:hover {
  background-color: #ffffff;
  color: #171b22;
}
.form__item-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form__body._sending::after {
  opacity: 1;
  visibility: visible;
}
.form__input._error {
  border: 3px solid red;
}
.form__thanks {
  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;
}
.form h1 {
  font-size: 28px;
  color: #617591;
}
.form h2 {
  margin-top: 40px;
  font-size: 22px;
  color: #ffffff;
}

textarea.form__input {
  min-height: 120px;
  resize: vertical;
  padding: 10px;
}

.options {
  padding: 10px 0 0 0;
}
.options__item {
  margin: 0 0 10px 0;
}
.options__input {
  display: none;
}
.options__input:checked + .options__label::after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.options__label {
  font-size: 18px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 140%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
  cursor: pointer;
}
.options__label::before {
  content: "";
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  height: 24px;
  background-color: #fff;
  border-radius: 50%;
  margin: 0 10px 0 0;
}
.options__label::after {
  content: "";
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 18px;
  height: 18px;
  background-color: #617591;
  border-radius: 50%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.icon-mouse {
  color: #617591;
  font-size: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
}

.map {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.about {
  margin-right: 120px;
  margin-top: 80px;
}
.about__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about__info {
  margin-left: 80px;
  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-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.about__info-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.about__title {
  font-size: 60px;
  margin-top: 100px;
  -webkit-transform: translate(0px, 120%);
      -ms-transform: translate(0px, 120%);
          transform: translate(0px, 120%);
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.about__title._active {
  -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  opacity: 1;
  -webkit-transition: all 0.5s ease 0.3s;
  -o-transition: all 0.5s ease 0.3s;
  transition: all 0.5s ease 0.3s;
}
.about__subtitle {
  font-size: 22px;
  color: #c8c6c6;
  font-weight: 300;
  line-height: 30px;
  -webkit-transform: translate(0px, 120%);
      -ms-transform: translate(0px, 120%);
          transform: translate(0px, 120%);
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.about__subtitle._active {
  -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  opacity: 1;
  -webkit-transition: all 0.5s ease 0.8s;
  -o-transition: all 0.5s ease 0.8s;
  transition: all 0.5s ease 0.8s;
}
.about__subtitle::before {
  content: "<h1>";
  margin: 0 0 0 -60px;
  color: #617591;
}
.about__subtitle::after {
  content: "</h1>";
  margin: 0 0 0 -60px;
  color: #617591;
}
.about__photo-container {
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.about__photo-container._active {
  opacity: 1;
  -webkit-transition: all 3s ease 1s;
  -o-transition: all 3s ease 1s;
  transition: all 3s ease 1s;
}
.about__photo-container::before {
  font-size: 22px;
  font-weight: 300;
  position: absolute;
  content: "<img>";
  margin: 0 0 0 -60px;
  color: #617591;
}
.about__story {
  font-size: 20px;
  color: #c8c6c6;
  font-weight: 300;
  line-height: 30px;
}
.about__story::before {
  content: "<p>";
  margin: 0 0 0 -60px;
  color: #617591;
}
.about__story::after {
  content: "</p>";
  margin: 0 0 0 -60px;
  color: #617591;
}
.about__story p {
  margin-top: 10px;
  -webkit-transform: translate(0px, 30%);
      -ms-transform: translate(0px, 30%);
          transform: translate(0px, 30%);
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.about__story p._active {
  -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  opacity: 1;
  -webkit-transition: all 0.3s ease 1s;
  -o-transition: all 0.3s ease 1s;
  transition: all 0.3s ease 1s;
}
.about__contact-btn {
  margin-top: 40px;
}
.about__icons-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 60px auto;
  width: 50%;
}
.about__social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.about__photo {
  display: inline-block;
  padding: 22px;
  position: relative;
  overflow: hidden;
}
.about__photo::after, .about__photo::before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 140px;
  height: 140px;
  left: -69px;
  bottom: -69px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  outline: #617591 dashed 3px;
  outline-offset: -8px;
  background: #171b22;
}
.about__photo::after {
  left: auto;
  right: -69px;
  top: -69px;
}
.about__photo-border {
  position: relative;
}
.about__photo-border::after {
  padding: 5px;
  background: #c8c6c6;
  border: 6px solid #617591;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.about__photo-border img {
  width: 280px;
  height: 300px;
  display: block;
  border: 6px solid #617591;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.about__photo-border::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transform: rotate(-7deg);
      -ms-transform: rotate(-7deg);
          transform: rotate(-7deg);
}

.footer__copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  line-height: 17px;
  color: #c8c6c6;
  font-weight: 300;
  margin-bottom: 60px;
}

@media (orientation: landscape) and (max-device-width: 665px) {
  .maincover {
    margin-top: 30%;
  }
  .work__collection {
    grid-template-columns: 1fr 1fr;
    margin: 80px 0;
  }
  .work__title {
    font-size: 36px;
  }
  .work__subtitle {
    font-size: 20px;
    width: 80%;
  }
  .scroll {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (orientation: portrait) and (max-device-width: 665px) {
  .popup__content {
    width: 100%;
    height: 100%;
    margin: 20px;
  }
  .popup__close {
    font-size: 80px;
  }
  .form__item-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .form {
    width: 100%;
    padding: 20px;
  }
  .form__body::after {
    background-size: 300px;
  }
  .form h1 {
    font-size: 60px;
  }
  .form__item {
    margin: 60px auto;
  }
  .form__label {
    font-size: 42px;
  }
  .form__label::before {
    height: 80px;
  }
  .form__label::after {
    height: 80px;
  }
  .form__button {
    margin-top: 40px;
    font-size: 42px;
    height: 80px;
  }
  .form__input {
    font-size: 42px;
    height: 80px;
  }
  .form__thanks h2 {
    font-size: 48px;
  }
  .form textarea {
    height: 300px;
  }
  .options__label {
    font-size: 38px;
  }
  .options__label::before {
    content: "";
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 50%;
    margin: 10px 20px 0 0;
  }
  .options__label::after {
    content: "";
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: absolute;
    top: 13px;
    left: 3px;
    width: 24px;
    height: 24px;
    background-color: #617591;
    border-radius: 50%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  footer {
    margin-top: 80px;
  }
  .footer__copyright {
    font-size: 32px;
  }
  .project__links-btns::before {
    font-size: 45px;
    margin: 0 5px;
  }
  .iproject__links-btns::before {
    font-size: 45px;
    margin: 0 5px;
  }
  .about__photo::after {
    left: auto;
    right: -148px;
    top: -148px;
  }
  .about__photo::before,
.about__photo::after {
    width: 240px;
    height: 240px; /* Размеры уголка */
    left: -148px;
    bottom: -148px; /* Левый нижний уголок */
  }
  .about {
    margin-right: 40px;
  }
  .about__info-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about__subtitle {
    font-size: 34px;
    margin-top: 20px;
    line-height: 150%;
  }
  .about__story {
    font-size: 32px;
    margin-top: 30px;
  }
  .about__story p {
    line-height: 150%;
  }
  .sm-bottom::before {
    font-size: 80px;
    margin: 0 10px;
  }
  .about__photo-container {
    margin-top: 40px;
  }
  .about__photo-container::before {
    font-size: 34px;
    margin-right: -80px;
  }
  .about__photo-border img {
    width: 400px;
    height: 420px;
  }
  .about__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .scroll {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .mobil__scroll-pulse {
    position: relative;
    z-index: 20;
    padding: 20px;
    border-radius: 50%;
    border: 3px solid #617591;
    font-size: 24px;
    text-transform: uppercase;
    color: #617591;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 140px;
    height: 140px;
  }
  .mobil__scroll-pulse::before {
    content: "";
    position: absolute;
    border: 3px solid #d1d4d9;
    left: -20px;
    opacity: 0;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    -webkit-animation: pulse 1.5s linear infinite;
            animation: pulse 1.5s linear infinite;
  }
  .mobil__scroll-pulse::after {
    -webkit-animation-delay: 1.25s;
            animation-delay: 1.25s;
  }
  @-webkit-keyframes pulse {
    0% {
      -webkit-transform: scale(0.5);
              transform: scale(0.5);
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      -webkit-transform: scale(1.2);
              transform: scale(1.2);
      opacity: 0;
    }
  }
  @keyframes pulse {
    0% {
      -webkit-transform: scale(0.5);
              transform: scale(0.5);
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      -webkit-transform: scale(1.2);
              transform: scale(1.2);
      opacity: 0;
    }
  }
  .work {
    margin-top: 380px;
  }
  .work__menu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 80px auto;
    position: relative;
    z-index: 20;
  }
  .work__menu-item {
    font-size: 40px;
  }
  .work__title {
    width: 100%;
    margin: 120px 0 40px 0;
    font-size: 62px;
  }
  .work__subtitle {
    width: 100%;
    margin: 0 auto;
    font-size: 36px;
  }
  .work__collection {
    grid-template-columns: 1fr;
    margin: 80px 0;
  }
  .project {
    margin: 60px 0;
  }
  .project__descr {
    font-size: 28px;
  }
  .project__links {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin: 0 0 5px 0;
  }
  .project__links img {
    width: 40px;
    margin: 0 10px;
  }
  .maincover {
    margin-top: 40%;
  }
  .sm-icons__container {
    width: 80%;
    margin: 0 auto;
  }
  .sm-icons__item {
    margin: 20px 0;
  }
  .sm-icons__item a {
    font-size: 100px;
  }
  .maincover__scroll {
    display: none;
  }
  .maincover__fullname {
    margin-top: 360px;
  }
  .maincover__prof {
    font-size: 44px;
    margin-top: 40px;
  }
  .btn__maincover {
    margin-top: 40px;
    max-width: 600px;
    height: 100px;
  }
  .btn__text {
    font-size: 42px;
    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;
  }
  .btn__base {
    border-radius: 20px;
  }
  .btn__bg {
    border-radius: 20px;
  }
  .maincover__lettering {
    font-size: 60px;
  }
  .maincover__logoletter {
    width: 120px;
  }
  .maincover__sirname {
    margin-left: 128px;
    margin-top: -100px;
  }
  .maincover__letters-sirname {
    margin-top: 110px;
    margin-left: -30px;
  }
}
@media (orientation: portrait) and (min-device-height: 740px) {
  .about__social-icons {
    display: none;
  }
  .footer__copyright {
    margin: 40 auto;
  }
  .anchor a {
    font-size: 85px;
    z-index: 21;
  }
  .project__img-cap {
    background-color: rgba(23, 27, 34, 0.5607843137);
  }
  .maincover {
    margin-top: 50%;
  }
  .mouse-parallax {
    display: none;
  }
}
.gm-style-mtc {
  background-color: #171b22 !important;
  color: #929090;
}

.gm-style-mtc {
  background-color: #171b22 !important;
  color: #929090;
}

.gm-svpc {
  background-color: #171b22 !important;
  color: #929090;
}


