@import url("https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200;0,300;0,400;1,300&display=swap");
* {
  padding: 0;
  margin: 0;
  border: 0;
}
*,
*: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%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  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 {
  font-size: inherit;
  font-weight: inherit;
}
::-moz-selection {
  background: #ff0;
  color: #181818;
}
::selection {
  background: #ff0;
  color: #181818;
}
body {
  background-color: #ffc0cb;
  min-width: 320px;
}
.pack {
  position: relative;
  background-color: #fff;
  display: none;
}
.preloader {
  width: 300px;
  height: 100px;
  position: absolute;
  left: calc(50% - 150px);
  top: calc(50% - 50px);
}
.dark-link::before {
  background-color: #181818;
}
a {
  position: relative;
  color: unset;
  font-style: italic;
  font-weight: 300;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a::before {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: "";
  position: absolute;
  width: 0%;
  height: 1px;
  left: 50%;
  bottom: 0;
  background-color: #fff;
}
a:hover {
  opacity: 0.5;
}
a:hover::before {
  width: 100%;
  left: 0%;
}
header {
  width: 100%;
  height: 77vh;
  min-height: 600px;
  background-color: #000;
}
header .hl {
  width: 100%;
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  margin-top: 14rem;
  margin-bottom: 4rem;
  overflow: hidden;
}
header .header__headline-solid {
  display: none;
}
article {
  opacity: 0;
}
.container-screen {
  position: relative;
  width: 100%;
  height: 100vh;
  background-color: #fff;
}
.container-limited {
  position: relative;
  width: 100%;
  max-width: 1920px;
  height: 100%;
  margin: 0 auto;
  padding: 4rem 6rem;
}
.container-limited img {
  width: 100%;
}
.container-full-width {
  width: 100%;
}
.container-full-width img {
  width: 100%;
}
.padding-content {
  padding-left: 6em;
}
.container-flex-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
}
.container-flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.container-flex-row__text {
  width: 100%;
}
.container-flex-row__img {
  width: 100%;
  height: 100%;
  max-height: 1080px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.container-video {
  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%;
  padding: 6rem 0;
}
.container-video p {
  position: absolute;
  font-size: 10rem;
  font-weight: 200;
  z-index: 2;
  color: #fff;
  pointer-events: none;
}
.container-video video {
  width: inherit;
  height: auto;
}
.video-controls {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  width: 120px;
  height: 120px;
  border-radius: 60px;
  background-color: rgba(255,255,255,0.3);
  pointer-events: none;
  opacity: 0;
}
.video-controls__icon-play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 4px solid transparent;
  border-left: 6px solid #fff;
  border-radius: 1px;
  pointer-events: none;
}
.video-controls__icon-close {
  position: absolute;
  width: inherit;
  height: inherit;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 0;
}
.video-controls__icon-close::before,
.video-controls__icon-close::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
}
.video-controls__icon-close::before {
  width: 20px;
  height: 1px;
}
.video-controls__icon-close::after {
  width: 1px;
  height: 20px;
}
.zoom-collection-img {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.zoom-collection-img video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.zoom-collection-tint {
  position: absolute;
  width: 100%;
  height: 100%;
}
.interactive {
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.interactive::before {
  display: none;
}
.interactive:hover {
  opacity: 0.5;
}
.icon-telegram {
  width: 15px;
  height: 14px;
  background-image: url("../img/icon-telegram.svg");
}
.icon-mail {
  width: 16px;
  height: 11px;
  background-image: url("../img/icon-mail.svg");
}
.icon-phone {
  width: 14px;
  height: 14px;
  background-image: url("../img/icon-phone.svg");
}
.bg-color-black {
  background-color: #000;
}
.bg-color-white {
  background-color: #fff;
}
.bg-color-yellow {
  background-color: #ff0;
}
.bg-color-orange {
  background-color: #ffa500;
}
.bg-color-lightskyblue {
  background-color: #87cefa;
}
.bg-color-0 {
  background-color: #181818;
}
.bg-color-1 {
  background-color: #333;
}
.bg-color-2 {
  background-color: #c9d5da;
}
.bg-color-3 {
  background-color: #bdbdbd;
}
.bg-color-4 {
  background-color: #d7f4fa;
}
.bg-color-5 {
  background-color: #5192c2;
}
.bg-color-6 {
  background-color: #e0e0e0;
}
.bg-color-7 {
  background-color: #a0b9f2;
}
.bg-color-8 {
  background-color: #b6c8f6;
}
.bg-color-9 {
  background-color: #a8b7ae;
}
.bg-color-10 {
  background-color: #d4e6ed;
}
.bg-color-11 {
  background-color: #98b5b5;
}
.hidden {
  overflow: hidden;
}
.margin-bottom-small {
  margin-bottom: 2rem;
}
.margin-bottom-medium {
  margin-bottom: 4rem;
}
.margin-bottom-big {
  margin-bottom: 8rem;
}
.margin-bottom-huge {
  margin-bottom: 12rem;
}
.padding-top-big {
  padding-top: 8rem;
}
.padding-bottom-0 {
  padding-bottom: 0;
}
html {
  font-size: 16px;
}
body {
  font-family: 'Source Sans 3', sans-serif;
  color: #333;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
p {
  font-size: 1rem;
}
h1,
.h1 {
  font-size: 2.3rem;
  line-height: 120%;
}
h2,
.h2 {
  font-size: 1.7rem;
  line-height: 170%;
  margin-bottom: 1rem;
}
h3,
.h3 {
  font-size: 1.5rem;
}
h4,
.h4 {
  font-size: 1.3rem;
  line-height: 150%;
}
.weight-200 {
  font-weight: 200;
}
.weight-300 {
  font-weight: 300;
}
.weight-400 {
  font-weight: 400;
}
.font-white {
  color: #fff;
}
.font-color-1 {
  color: #333;
}
.font-color-2 {
  color: #c9d5da;
}
.font-color-3 {
  color: #bdbdbd;
}
.font-color-4 {
  color: #d7f4fa;
}
.font-color-6 {
  color: #e0e0e0;
}
.width-half {
  width: 50%;
}
@media only screen and (max-width: 1280px) {
  html {
    font-size: 14px;
  }
  .width-half {
    width: 70%;
  }
}
@media only screen and (max-width: 1024px) {
  .width-half {
    width: 90%;
  }
}
@media only screen and (max-width: 768px) {
  html {
    font-size: 12px;
  }
}
@media only screen and (max-width: 360px) {
  html {
    font-size: 10px;
  }
}
.bg-logos {
  background: url("../img/logos.svg") center center/cover;
  opacity: 0;
}
.selfie-image {
  background: url("../img/selfie.jpg") center top/cover;
}
#titr-portfolio {
  line-height: 100%;
}
.titr-digital {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  pointer-events: none;
  z-index: 2;
}
.skills-list-container {
  width: 100%;
  max-width: 1920px;
  height: 60%;
  margin: 0 auto;
  padding: 0 6rem;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.skills-list-container a:hover {
  opacity: 1;
}
.skills-list-container li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.skills-list-container li span {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.chapter-hover {
  position: absolute;
  z-index: 10;
  width: 200px;
  height: 333px;
  pointer-events: none;
  left: 0;
  top: 0;
  opacity: 0;
}
@media only screen and (max-width: 1024px) and (max-height: 1024px) {
  .selfie-image {
    background: url("../img/selfie-small.jpg") center top/cover;
  }
}
@media only screen and (max-width: 1280px) {
  #interactive-btn-coding,
  #interactive-btn-tweening,
  #interactive-btn-ui-ux {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
}
@media only screen and (max-width: 768px) {
  #titr-coding h3,
  #titr-tweening h3,
  #titr-ui-ux h3 {
    display: none;
  }
  #interactive-btn-coding,
  #interactive-btn-tweening,
  #interactive-btn-ui-ux {
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
  }
}
@media only screen and (max-width: 533px) {
  #interactive-btn-coding,
  #interactive-btn-tweening,
  #interactive-btn-ui-ux {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }
  #titr-portfolio {
    font-size: 1.2rem;
    font-weight: 400;
    margin-top: 0.24rem;
  }
}
#zoom-collection-csoft .zoom-collection-img {
  background-image: url("../img/collection-csoft.jpg");
}
#zoom-collection-csoft .zoom-collection-tint {
  background-color: #c9d5da;
}
#zoom-collection-development .zoom-collection-img {
  background-image: url("../img/collection-development.jpg");
}
#zoom-collection-development .zoom-collection-tint {
  background-color: #98b5b5;
}
#zoom-collection-paul .zoom-collection-img {
  background-image: url("../img/collection-paul.jpg");
}
#zoom-collection-paul .zoom-collection-tint {
  background-color: #5192c2;
}
#zoom-collection-jaguar .zoom-collection-img {
  background-image: url("../img/collection-jaguar.jpg");
}
#zoom-collection-jaguar .zoom-collection-tint {
  background-color: #000;
}
#zoom-collection-idomic .zoom-collection-img {
  background-image: url("../img/collection-idomic.jpg");
}
#zoom-collection-idomic .zoom-collection-tint {
  background-color: #a0b9f2;
}
.mockup-jaguar {
  background-image: url("../img/mockup-jaguar.jpg");
}
.mockup-bulgakov {
  background-image: url("../img/mockup-bulgakov.jpg");
}
@media only screen and (min-width: 1920px) {
  #zoom-collection-csoft .zoom-collection-img {
    background-image: url("../img/collection-csoft-big.jpg");
  }
  #zoom-collection-paul .zoom-collection-img {
    background-image: url("../img/collection-paul-big.jpg");
  }
  #zoom-collection-jaguar .zoom-collection-img {
    background-image: url("../img/collection-jaguar-big.jpg");
  }
  #zoom-collection-idomic .zoom-collection-img {
    background-image: url("../img/collection-idomic-big.jpg");
  }
}
@media only screen and (max-width: 1024px) and (max-height: 1024px) {
  #zoom-collection-csoft .zoom-collection-img {
    background-image: url("../img/collection-csoft-small.jpg");
  }
  #zoom-collection-paul .zoom-collection-img {
    background-image: url("../img/collection-paul-small.jpg");
  }
  #zoom-collection-jaguar .zoom-collection-img {
    background-image: url("../img/collection-jaguar-small.jpg");
  }
  #zoom-collection-idomic .zoom-collection-img {
    background-image: url("../img/collection-idomic-small.jpg");
  }
}
#zoom-collection-bec {
  background-color: #181818;
}
#zoom-collection-bec .zoom-collection-tint {
  background-color: #181818;
}
#zoom-collection-approved {
  background-color: #a0b9f2;
}
#zoom-collection-approved .zoom-collection-tint {
  background-color: #a0b9f2;
}
#zoom-collection-banners .zoom-collection-img {
  background-image: url("../img/collection-banners.jpg");
}
#zoom-collection-banners .zoom-collection-tint {
  background-color: #000;
}
.mockup-bec {
  background-image: url("../img/mockup-bec.jpg");
}
.banners-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
}
.banner {
  position: relative;
  overflow: hidden;
  margin-bottom: 4rem;
}
.banner video {
  position: absolute;
}
.banner__tint {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #181818;
  mix-blend-mode: multiply;
  opacity: 0;
  pointer-events: none;
}
.banner__border {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0px 0px 0px 1px #bdbdbd inset;
          box-shadow: 0px 0px 0px 1px #bdbdbd inset;
  pointer-events: none;
}
.banner .video-controls {
  opacity: 1;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: rgba(255,255,255,0.3);
  -webkit-box-shadow: 0px 0px 0px 0.4px #fff inset;
          box-shadow: 0px 0px 0px 0.4px #fff inset;
}
.banner .video-controls__icon-play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 4px solid transparent;
  border-left: 6px solid #fff;
  border-radius: 1px;
  pointer-events: none;
}
.s240x400 {
  width: 240px;
  height: 400px;
}
.s300x300 {
  width: 300px;
  height: 300px;
}
.s300x250 {
  width: 300px;
  height: 250px;
}
.s338x280 {
  width: 338px;
  height: 280px;
}
.s286x484 {
  width: 286px;
  height: 484px;
}
@media only screen and (max-width: 768px) {
  .banners-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#zoom-collection-jlr .zoom-collection-img {
  background-image: url("../img/collection-jlr.jpg");
}
#zoom-collection-jlr .zoom-collection-tint {
  background-color: #c9d5da;
}
#zoom-collection-mcd .zoom-collection-img {
  background-image: url("../img/collection-mcd.jpg");
}
#zoom-collection-mcd .zoom-collection-tint {
  background-color: #ff0;
}
#zoom-collection-odeon .zoom-collection-img {
  background-image: url("../img/collection-odeon.jpg");
}
#zoom-collection-odeon .zoom-collection-tint {
  background-color: #a8b7ae;
}
#zoom-collection-vsk .zoom-collection-img {
  background-image: url("../img/collection-vsk.jpg");
}
#zoom-collection-vsk .zoom-collection-tint {
  background-color: #183561;
}
.mockup-unite {
  background-image: url("../img/mockup-unite.jpg");
}
.site-odeon {
  background-image: url("../img/site-odeon.jpg");
}
.site-screen {
  width: 100%;
}
.site-screen__content-right,
.site-screen__content-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: unset;
}
.site-screen__content-right img,
.site-screen__content-left img {
  width: 100%;
  max-width: 800px;
  height: auto;
}
.site-screen__content-right .site-screen__text,
.site-screen__content-left .site-screen__text {
  padding-top: 6rem;
}
.site-screen__content-right .site-screen__text {
  padding-left: 4rem;
}
.site-screen__content-left .site-screen__text {
  padding-right: 4rem;
}
.sticky {
  position: sticky;
  top: 0;
  -ms-flex-item-align: start;
      align-self: flex-start; /* <-- this is the fix */
}
.link-dark::before {
  background-color: #333;
}
@media only screen and (min-width: 1920px) {
  #zoom-collection-jlr .zoom-collection-img {
    background-image: url("../img/collection-jlr-big.jpg");
  }
  #zoom-collection-mcd .zoom-collection-img {
    background-image: url("../img/collection-mcd-big.jpg");
  }
  #zoom-collection-odeon .zoom-collection-img {
    background-image: url("../img/collection-odeon-big.jpg");
  }
  #zoom-collection-vsk .zoom-collection-img {
    background-image: url("../img/collection-vsk-big.jpg");
  }
}
@media only screen and (max-width: 1280px) {
  .site-screen__content-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .site-screen__content-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .site-screen__content-right .site-screen__text,
  .site-screen__content-left .site-screen__text {
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 2rem;
    position: unset;
  }
  #zoom-collection-jlr .zoom-collection-img {
    background-image: url("../img/collection-jlr-small.jpg");
  }
  #zoom-collection-mcd .zoom-collection-img {
    background-image: url("../img/collection-mcd-small.jpg");
  }
  #zoom-collection-odeon .zoom-collection-img {
    background-image: url("../img/collection-odeon-small.jpg");
  }
  #zoom-collection-vsk .zoom-collection-img {
    background-image: url("../img/collection-vsk-small.jpg");
  }
}
.menu-bg {
  position: fixed;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  pointer-events: none;
  z-index: 3;
}
.menu-wrapper {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 77vh;
  pointer-events: none;
  z-index: 4;
}
.menu-wrapper__bg-1,
.menu-wrapper__bg-2 {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  background-color: #000;
}
.menu-wrapper__bg-2 {
  right: 0;
}
.menu-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.menu-container #my-name,
.menu-container #my-profession {
  line-height: 100%;
  margin-bottom: 0.4rem;
}
.menu-container__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu-container__content h4 {
  width: 50%;
  text-align: right;
  opacity: 0;
  margin-right: 2rem;
  padding-left: 20%;
}
.menu-container__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  opacity: 0;
}
.menu-container__bottom a {
  font-style: normal;
}
.icons-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.icons-container .icon-telegram {
  margin-right: 20px;
}
.icons-container .icon-mail {
  margin-right: 30px;
}
.navigation-btns {
  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;
  margin-left: 2rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navigation-btns a {
  margin: 10px 0;
  height: 40px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navigation-btns__main {
  width: 126px;
  background-image: url("../img/btn-main.svg");
}
.navigation-btns__coding {
  width: 288px;
  background-image: url("../img/btn-coding.svg");
}
.navigation-btns__tweening {
  width: 289px;
  background-image: url("../img/btn-tweening.svg");
}
.navigation-btns__ui-ux {
  width: 147px;
  background-image: url("../img/btn-ui-ux.svg");
}
.menu-btn-container {
  position: sticky;
  top: 0;
  z-index: 1000;
  mix-blend-mode: exclusion;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 6rem;
}
.menu-btn {
  margin-top: 4rem;
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.menu-btn__titr-container {
  position: relative;
  width: 41px;
  height: 10px;
  margin-right: 20px;
}
.menu-btn__titr-menu {
  position: absolute;
  top: 1px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  width: 41px;
  height: 7px;
  background-image: url("../img/titr-menu.svg");
}
.menu-btn__titr-a-p {
  position: absolute;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 41px;
  height: 10px;
  background-image: url("../img/A.P.svg");
}
.menu-btn__spots-container {
  position: relative;
  width: 24px;
  height: 24px;
}
.spot {
  position: absolute;
  width: 3px;
  height: 3px;
  background-color: #fff;
  border-radius: 2px;
}
.spot-1 {
  left: 0;
}
.spot-2 {
  right: 50%;
  -webkit-transform: translate(50%, 0);
          transform: translate(50%, 0);
}
.spot-3 {
  right: 0;
}
.spot-4 {
  left: 0;
  bottom: 50%;
  -webkit-transform: translate(0, 50%);
          transform: translate(0, 50%);
}
.spot-5 {
  right: 50%;
  bottom: 50%;
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
}
.spot-6 {
  right: 0;
  bottom: 50%;
  -webkit-transform: translate(0, 50%);
          transform: translate(0, 50%);
}
.spot-7 {
  left: 0;
  bottom: 0;
}
.spot-8 {
  right: 50%;
  bottom: 0;
  -webkit-transform: translate(50%, 0);
          transform: translate(50%, 0);
}
.spot-9 {
  right: 0;
  bottom: 0;
}
@media only screen and (max-width: 1280px) {
  .menu-container__content h4 {
    margin-right: 1rem;
    padding-left: 0;
  }
  .navigation-btns {
    margin-left: 1rem;
  }
  .navigation-btns a {
    margin: 2px 0;
  }
  .navigation-btns__main,
  .navigation-btns__coding,
  .navigation-btns__tweening,
  .navigation-btns__ui-ux {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@media only screen and (max-width: 768px) {
  .menu-btn-container {
    padding: 0 4rem;
  }
  .menu-btn {
    margin-top: 2rem;
  }
  .menu-container__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .menu-container__content h4 {
    width: 100%;
    text-align: center;
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .navigation-btns {
    margin-left: 0;
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 533px) {
  .menu-btn-container {
    padding: 0 2rem;
  }
  .menu-btn-container__titr-container {
    margin-right: 10px;
  }
}
@media only screen and (max-height: 533px) {
  .menu-wrapper {
    height: 99vh;
  }
  .menu-container {
    overflow-y: scroll;
  }
}
.footer {
  height: 65vh;
  min-height: 450px;
  background-color: #000;
  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;
}
.footer .icon-telegram {
  margin-right: 0;
}
.footer .navigation-btns {
  margin-left: 0;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 1024px) {
  header .hl {
    margin-bottom: 2rem;
  }
  header .header__headline-strock {
    display: none;
  }
  header .header__headline-solid {
    display: block;
  }
  .padding-content {
    padding-left: 4rem;
  }
  .container-flex-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media only screen and (max-width: 768px) {
  .container-limited {
    padding: 2rem 4rem;
  }
  .padding-content {
    padding-left: 2rem;
  }
  .container-flex-row {
    padding: 4rem 1rem;
  }
}
@media only screen and (max-width: 533px) {
  .container-limited {
    padding: 2rem 2rem;
  }
  .container-flex-row {
    padding: 4rem 1rem;
  }
}
