@media screen and (max-width: 1366px) {
  .areas-grid {
    margin-left: 55px;
  }

  .video-container {
    height: 507px;
  }
}
@media screen and (max-width: 1360px) {
  .container {
    max-width: 1200px;
  }

  .area {
    width: 130px;
    height: 130px;
  }

  .video-container {
    max-width: 480px;
    height: 440px;
  }
}
@media screen and (max-width: 1024px) {
  .video-container {
    max-width: 500px;
    height: 458px;
  }

  .vertical-line:nth-child(4) {
    z-index: 1;
  }

  .container {
    max-width: 950px;
  }

  .areas-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 40px;
  }

  .vertical-line:nth-child(4) {
    display: none;
  }
  .vertical-line:nth-child(5) {
    right: 216px;
  }
}
@media screen and (max-width: 768px) {
  .promo .logo {
    display: none;
  }

  header {
    position: fixed;
    top: -1px;
    left: -1px;
    display: block;
    height: 41px;
    width: 101%;
    z-index: 100;
    background: #404040;
    box-shadow: 0 4px 6px rgba(64, 64, 64, 0.3);
  }

  .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 40px;
    width: 100%;
    margin: auto;
  }

  .burger {
    background: url("../img/menu.png") no-repeat center/contain;
    width: 12px;
    height: 12px;
    padding-right: 40px;
    transition: 0.3s ease;
  }

  .open {
    width: 14px;
    height: 14px;
    background: url("../img/cross.png") no-repeat center/contain;
  }

  .mobile-logo {
    margin-top: 5px;
    padding-left: 18px;
  }
  .mobile-logo img {
    width: 100%;
  }

  .main-title {
    font-size: 90px;
    line-height: 100px;
  }

  .nav {
    display: none;
  }

  .vertical-line:nth-child(6), .vertical-line:nth-child(5), .vertical-line:nth-child(4) {
    display: none;
  }
  .vertical-line:nth-child(1) {
    left: 16px;
  }
  .vertical-line:nth-child(2) {
    left: unset;
    right: 16px;
  }
  .vertical-line:nth-child(3) {
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
  }

  .video-container {
    right: 0;
    left: 0;
    top: 40px;
    max-width: 390px;
    height: 360px;
    margin: auto;
  }

  .main-title {
    margin: 0 0 0 25px;
    bottom: 30px;
  }

  .container {
    max-width: 90%;
  }

  .text {
    font-size: 24px;
    line-height: 31.2px;
    margin-bottom: 60px;
  }

  .quote {
    font-size: 14px;
    line-height: 18.2px;
  }
  .quote:before {
    width: 50px;
  }

  .areas {
    flex-direction: column;
  }

  .sticky-categories {
    position: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
  }

  .categories {
    height: 60px;
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    padding: 0;
    border: none;
    margin-bottom: 40px;
  }

  .category {
    margin: 0 16px;
    font-size: 36px;
    flex: none;
  }

  .areas-grid {
    margin: 0;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
  }

  .area {
    width: 90px;
    height: 90px;
    margin: auto;
  }

  .contact-title {
    font-size: 60px;
    top: 190px;
    letter-spacing: 2px;
  }

  .contacts .page-label {
    margin-bottom: 0;
  }

  .contact {
    height: 260px;
    padding: 0 0 225px 0;
  }
  .contact a {
    font-size: 20px;
    margin-top: 290px;
  }

  .marquee {
    margin-top: 60px;
  }

  .sticky {
    top: 40px;
    left: 0;
    height: 60px;
    width: 100%;
    background: #F5F5F5;
    position: fixed;
    box-shadow: 0 4px 6px rgba(181, 181, 181, 0.25);
    z-index: 99;
    transition: 0.3s ease;
  }

  .overlay {
    top: 0;
    left: 0;
    background: #4040404D;
    width: 100vw;
    height: 100ch;
    z-index: 98;
    opacity: 0;
    pointer-events: none;
    user-select: none;
    transition: 0.3s ease-in-out;
  }

  .visible {
    opacity: 1;
  }

  .mobile-menu {
    position: fixed;
    top: 39px;
    left: 100%;
    width: 100%;
    height: 40%;
    background: #404040;
    z-index: 99;
    box-shadow: 0 4px 6px rgba(181, 181, 181, 0.25);
    padding: 90px 16px 16px 16px;
    transition: 0.3s ease-in-out;
  }

  .show {
    left: 0;
  }

  .mobile-menu-link {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 425px) {
  .sticky-categories {
    width: 160%;
  }

  .video-container {
    height: 364px;
  }

  .areas-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .up {
    width: 60px;
    height: 60px;
    right: 10px;
    bottom: 10px;
  }

  .preloader-logo {
    left: 0;
    right: 0;
    margin: auto;
  }

  .loading-text {
    left: 0;
    right: 0;
    text-align: center;
    font-size: 28px;
  }

  .page-label {
    font-size: 14px;
  }
}
@media screen and (max-width: 375px) {
  .video-container {
    height: 298px;
    max-width: 320px;
  }

  .main-title {
    letter-spacing: 5px;
  }

  .sticky-categories {
    width: 185%;
  }
}
@media screen and (max-width: 320px) {
  .main-title {
    letter-spacing: 3px;
  }

  .video-container {
    height: 296px;
    left: -8px;
  }

  .areas-grid {
    grid-gap: 5px;
  }
}
@media (max-height: 720px) and (min-width: 1000px) {
  .main-title {
    line-height: 140px;
    font-size: 150px;
    bottom: 70px;
  }
}

/*# sourceMappingURL=media.css.map */
