@media (max-width: 1320px) {
  .navbar {
    display: flex;
    margin-left: auto;
    padding: 0 5% 0 5%;
  }
  .links {
    display: none;
    flex-direction: column-reverse;
    width: 100%;
    background-color: #f5f5f5;
    position: absolute;
    top: 79px;
    left: 0;
    padding: 16px 0;
  }
  .links a {
    padding: 8px 16px;
    width: 100%;
    text-align: center;
  }
  .links.show {
    display: flex;
  }
  .hamburger {
    display: block;
    color: black;
  }
  .main-page {
    padding: 2% 5% 2% 5%;
  }
  .words-main-page {
    width: 562px;
    padding-right: 25px;
  }
  .words-main-page h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: -0.02em;
    text-align: left;
  }
  .words-main-page p {
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: -0.02em;
    text-align: left;
  }
  .words-main-page i {
    display: none;
  }
  .looking-button {
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    border-radius: 8px;

    height: 60px;
    text-align: center;
  }
  .offer-button {
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    border-radius: 8px;

    height: 60px;
    text-align: center;
  }
  .swiper {
    width: 500px;
    height: 350px;
  }
  .swiper img {
    width: 500px;
    height: 350px;
    align-items: center;
  }
  .img-main-page img {
    width: 500px;
    height: 350px;
  }
  .color {
    padding: 2% 5% 2% 5%;
    display: flex;
    align-items: center;
  }
  .words-color-section {
    max-width: 562px;
    padding-left: 25px;
  }
  .words-color-section h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: -0.02em;
  }
  .words-color-section p {
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: -0.02em;
  }
  .color img {
    width: 500px;
    height: 350px;
    padding-right: 25px;
  }
  .bright {
    padding: 50px 5% 50px 5%;
    display: flex;
    align-items: center;
  }
  .bright iframe {
    width: 90%;
    height: 500px;
  }
  .words-bright-section {
    max-width: 562px;
    padding-right: 25px;
  }
  .words-bright-section h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: -0.02em;
  }
  .words-bright-section p {
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: -0.02em;
  }
  .words-project i {
    display: none;
  }
  .bright img {
    width: 500px;
    height: 350px;
    padding-left: 25px;
  }
  .img-map img {
    width: 100%;
    height: auto;
  }
  .advantage {
    height: fit-content;
  }
  .notebook img {
    width: 550px;
    height: auto;
    padding-left: 25px;
  }
  .offer-pricing form {
    margin-top: 40px;
    width: 70%;
    height: auto;
  }
  .offer-pricing h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: -0.02em;
  }
  .offer-pricing form h1 {
    font-size: 25px;
    font-weight: 650;
    line-height: 40px;
  }
  .bright .info {
    width: 100%;
  }
  .bright form {
    width: 100%;
  }
  .container-stages h1 {
    font-size: 35px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: -0.02em;
  }
  .industries h2 {
    font-size: 35px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: -0.02em;
  }
  .looking-contact-form {
    width: 100%;
    min-width: 350px;
  }
  .popup-content {
    top: 20px;
  }
  .popup h2 {
    font-size: 28px;
  }
  .popup p {
    font-size: 16px;
    margin-top: 15px;
  }
}
