@charset "UTF-8";
@media (max-width: 991px) {
  .text-img {
    position: absolute;
    top: 40%;
    width: 100%;
    height: auto;
  }
  /* По умолчанию меню скрыто */
  .menu {
    position: absolute;
    top: 60px; /* отступ под бургером */
    right: 15px;
    left: 15px;
    flex-direction: column;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: all 0.3s ease;
  }
  .menu.mobile-open {
    max-height: 500px; /* ограничитель */
    opacity: 1;
  }
  .menu a {
    display: block;
    padding: 14px;
    border-bottom: 1px solid #eee;
  }
  .menu a:last-child {
    border-bottom: none;
  }
  /* Бургер */
  .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 6px;
    background: #111827;
    color: #fff;
    cursor: pointer;
    position: relative;
    z-index: 1000;
  }
  .menu-toggle .bar,
  .menu-toggle .bar::before,
  .menu-toggle .bar::after {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    background: currentColor;
    position: relative;
    transition: all 0.3s ease;
  }
  .header .menu a {
    color: #000;
  }
  .menu-toggle .bar::before {
    position: absolute;
    top: -6px;
    left: 0;
  }
  .menu-toggle .bar::after {
    position: absolute;
    top: 6px;
    left: 0;
  }
  /* крестик */
  .menu-toggle[aria-expanded=true] .bar {
    transform: rotate(45deg);
  }
  .menu-toggle[aria-expanded=true] .bar::before {
    transform: rotate(90deg);
    top: 0;
  }
  .menu-toggle[aria-expanded=true] .bar::after {
    transform: rotate(-90deg);
    top: 0;
  }
  .hero {
    position: relative;
    width: 100%;
    height: 75vh;
    overflow: hidden;
  }
  .about h2 {
    font-size: 37px;
  }
  .about {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .whatsapp .left-text {
    padding-left: 20px;
  }
  .whatsapp h2 {
    margin-top: 20px;
  }
  .whatsapp .whats-btn {
    padding: 14px 32px;
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    color: rgb(255, 255, 255);
    background: rgb(68, 130, 239);
    display: block;
    width: fit-content;
    margin-bottom: 30px;
  }
  .order-mobile-1 {
    order: 1;
  }
  .order-mobile-2 {
    order: 2;
  }
  .rectangle {
    display: none;
  }
  .folder-dark {
    padding: 20px;
    display: block;
  }
  .folder-dark img {
    width: 100%;
  }
  .folder-white {
    padding: 20px;
    display: block;
  }
  .folder-white img {
    width: 100%;
  }
  .folder-black, .folder-white, .folder-dark {
    margin-top: 30px;
  }
  .folder-dark .icons {
    position: absolute;
    top: 20px;
    left: 20px;
  }
  .folder-dark .icons svg {
    display: initial;
    margin-right: 10px;
  }
  .folder-dark .text-container {
    padding-left: 0;
  }
  .folder-white .icons {
    position: absolute;
    top: 20px;
    left: 20px;
  }
  .folder-white .icons svg {
    display: initial;
    margin-right: 10px;
  }
  .folder-white .text-container {
    padding-left: 0;
  }
  .folder-black .icons {
    position: absolute;
    top: 20px;
    left: 20px;
  }
  .folder-black .icons svg {
    display: initial;
    margin-right: 10px;
  }
  .folder-black .text-container {
    padding-left: 0;
  }
  .title, .advs h2 {
    font-size: 35px;
  }
  .whatsapp h2 {
    font-size: 25px;
  }
  .itis p, .itis p.last, .itis .right p {
    margin-bottom: 30px;
    text-align: left;
  }
  .itis .right p.last-absolute {
    position: relative;
    margin-bottom: 100px;
  }
  .itis .text-itis img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
  }
  footer .container .contacts-container {
    position: relative;
  }
}

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