@media screen and (max-width: 1200px) {
  header .nav-links .link {
    display: none;
  }

  .right-part .btn-chat {
    flex-direction: column;
  }
  .employee-details-page .content .right-part .btn-chat {
    width: 240px;
  }
  .employee-details-page .content {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 900px) {
  header .logo img {
    max-width: 220px;
  }
  .new-jobs .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  header .nav-btn {
    display: none;
  }
  .burger-menu {
    display: flex;
    font-size: 30px;
  }
  .hero-content .title {
    font-size: 30px;
  }
  .hero-form .title {
    font-size: 18px;
  }
  .sign-up-free .title {
    font-size: 18px;
    width: 100%;
  }
  .sign-up-free {
    padding-left: 10px;
    padding-right: 10px;
  }
  .advantages .content {
    flex-direction: column;
    justify-content: center;.
  }
  .advantages .advantages-item {
    margin: 0 auto;
  }

  .right-part .btn-chat {
    flex-direction: row;
  }
  .employee-details-page .content .right-part .btn-chat {
    width: 480px;
  }
}

@media screen and (max-width: 500px) {
  .industries .industries-item {
    font-size: 13px;
  }
  .new-jobs .title {
    text-align: center;
  }
  .new-jobs-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
  .industries .title {
    text-align: center;
  }
  .hot-jobs .hot-jobs-item {
    margin: 0 auto;
  }
  .hot-jobs .title {
    text-align: center;
  }
  .hot-jobs-item {
    max-width: 270px;
  }
  .hot-jobs-item .item-header .job-name {
    font-size: 14px;
  }
  .hot-jobs-item .item-description {
    font-size: 13px;
  }
  .hot-jobs-item .item-btn {
    width: 65%;
  }
  .hot-jobs .content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
  }
  footer .container {
    display: flex;
    flex-direction: column;
    
  }
  footer .footer-item {
    margin-left:  auto;
    margin-right: auto;
    text-align: center;
  }
  footer .footer-name {
    text-align: center;
  }

  .employee-details-page .content .right-part  {

    margin-bottom: 80px;
  }
  .right-part .btn-chat {
    flex-direction: column;
  }
  .employee-details-page .content .right-part .btn-chat {
    width: 340px;
  }
}
