@media (max-width: 890px) {
  .navbar .logo img {
    width: 50px;
    height: auto;
  }
  .navbar {
    height: 65px;
  }
  .container {
    display: none;
  }
  .container.show {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    background-color: #f5f5f5;
    top: 93px;
    padding: 16px 0;
  }
  .links {
    top: 64px;
  }
  .container.show .links {
    width: 100%;
    text-align: center;
  }
  .main-page {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: auto;
    padding: 80px 16px;
    background-image: url("files/background-mobile.png");
    background-size: cover;
    background-position: center;
    padding: 5%;
  }
  .words-main-page {
    margin: 0;
    padding: 0;
    text-align: center;
    max-width: 750px;
    width: fit-content;
    display: block;
  }
  .words-main-page h1 {
    font-size: 36px;
    font-weight: 700;
    line-height: 43.57px;
    letter-spacing: -0.02em;
    text-align: center;
    margin-left: auto;
  }
  .words-main-page p {
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: -0.02em;
    text-align: center;
    margin-left: auto;
    padding: 10px 0 0 0;
  }
  .looking-button {
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    border-radius: 8px;
    width: 180px;
    height: 60px;
    text-align: center;
    margin: 10px;
  }
  .offer-button {
    margin: 10px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    border-radius: 8px;
    width: 180px;
    height: 60px;
    text-align: center;
    margin: 10px 10px 0 10px;
  }
  .img-main-page {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .swiper {
    width: 100%;
    height: auto;
  }
  .swiper img {
    width: 100%;
    height: auto;
    align-items: center;
  }
  .img-main-page img {
    width: 100%;
    height: auto;
    margin: auto;
    margin-top: 20px;
  }
  .color {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: auto;
    background-color: #e86f08;
    padding: 5%;
  }
  .words-color-section {
    margin: 0;
    padding: 0;
    text-align: center;
    max-width: 750px;
  }
  .words-color-section h1 {
    font-size: 36px;
    font-weight: 700;
    line-height: 43.57px;
    letter-spacing: -0.02em;
    text-align: center;
  }
  .words-color-section p {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: -0.02em;
  }
  .color img {
    width: 100%;
    height: auto;
    margin: 0;
    margin-bottom: 30px;
    padding: 0;
  }
  .bright {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: auto;
    background: none;
    background-color: #f5f5f5;
    padding: 5%;
  }
  .words-bright-section {
    margin: 0;
    padding: 0;
    text-align: center;
    max-width: 750px;
  }
  .words-bright-section h1 {
    font-size: 36px;
    font-weight: 700;
    line-height: 43.57px;
    letter-spacing: -0.02em;
    text-align: center;
    margin-left: auto;
  }
  .words-bright-section p {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: -0.02em;
  }
  .bright img {
    padding: 0;
    width: 100%;
    height: auto;
    margin: auto;
    margin-top: 20px;
  }
  .bright iframe {
    width: 90%;
    height: 400px;
  }
  .img-map img {
    width: 100%;
    height: auto;
    margin: auto;
    margin-top: 20px;
  }
  .advantage {
    width: 75%;
    height: auto;
  }
  form {
    margin-top: 25px;
  }
  .swiper {
    margin: auto !important ;
    margin-top: 40px !important;
    width: 100%;
  }
  .tile {
    width: 100%;
  }
  .bright .info,
  .bright form {
    width: 80%;
  }
  .bright form .input-label,
  .bright form .agreement {
    width: 105%;
  }
  .looking-contact-form {
    width: 90%;
    min-width: 300px;
  }
  .looking-contact-form .input-label,
  .looking-contact-form .load-file {
    width: 100%;
  }

  .offer-contact-form {
    min-width: 300px;
    width: 100%;
  }
  .offer-contact-form .input-label,
  .offer-contact-form h1,
  .offer-contact-form .agreement {
    width: 105%;
  }
  .offer-contact-form-h1 {
    display: none;
  }
  .offer-contact-form-h1-mobile {
    display: block;
    line-height: 10px;
  }
  .popup-content {
    top: 50px;
  }
  .popup h2 {
    font-size: 26px;
  }
  .popup p {
    font-size: 14px;
    margin-top: 15px;
  }
  .contact-box {
    display: none;
  }
  .box {
    width: 350px;
  }
}
