@media (min-width: 1025px) {
  .container {
    padding: 0 60px;
    max-width: 1200px;
  }
  
  .container-threads {
    padding: 0 60px;
    max-width: 1200px;
  }
  
  .header {
    padding: 50px 0;
  }
  
  .header-logo {
    width: 220px;
  }
  
  .nav {
    gap: 50px;
  }
  
  .nav-list {
    gap: 50px;
  }
  
  .nav-item {
    font-size: 18px;
  }
  
  .nav-btn {
    width: 195px;
    height: 65px;
    font-size: 18px;
    border-radius: 15px;
  }
  
  .motto {
    padding: 260px 0 120px 0;
  }
  
  .motto-img {
    width: 72px;
    margin-bottom: 28px;
  }
  
  .motto-text {
    font-size: 64px;
    max-width: 100%;
  }
  
  .threads {
    padding: 120px 0;
  }
  
  .threads-btn {
    width: calc(33.333% - 20px);
    height: 607px;
    max-width: none;
    padding: 40px;
  }
  
  .threads-btn-logo {
    width: 98px;
    margin-bottom: 32px;
  }
  
  .threads-btn-name {
    font-size: 45px;
    margin-bottom: 20px;
  }
  
  .threads-btn-text {
    font-size: 18px;
    padding-bottom: 20px;
  }
  
  .threads-btn-arrow {
    width: 56px;
    height: 56px;
    top: 40px;
    right: 40px;
  }

  .application-text {
    font-size: 64px;
  }

  .application-text {
    font-size: 64px;
  }

  .input-item {
    font-size: 32px;
    padding-top: 45px;
    padding-bottom: 17px;
  }

  .application-btns {
    gap: 45px;
    margin-top: 55px;
  }

  .application-btn_file {
    width: 370px;
    height: 72px;
    font-size: 32px;
    border-radius: 16px;
  }

  .application-btn_text {
    gap: 30px;
  }

  .application-btn {
    width: 227px;
    height: 83px;
    font-size: 32px;
    border-radius: 16px;
  }

  .application-btn-text {
    max-width: 500px;
    font-size: 18px;
  }

  .file-name {
    font-size: 18px;
  }

  .custom-select-wrapper {
    font-size: 32px;
    padding-top: 45px;
    padding-bottom: 17px;
  }
  .custom-select-arrow {
    width: 24px;
  }
}

@media (min-width: 1440px) {
  .container {
    max-width: 1400px;
    padding: 0 80px;
  }
  
  .container-threads {
    max-width: 1400px;
    padding: 0 80px;
  }
  
  .threads-btn {
    width: calc(33.333% - 25px);
  }

  .application-text {
    font-size: 72px;
  }

  .input-item {
    font-size: 36px;
    padding-top: 50px;
    padding-bottom: 20px;
  }

  .application-btns {
    gap: 50px;
    margin-top: 60px;
  }

  .application-btn_file {
    width: 400px;
    height: 80px;
    font-size: 36px;
    border-radius: 18px;
  }

  .application-btn {
    width: 250px;
    height: 90px;
    font-size: 36px;
    border-radius: 18px;
  }

  .application-btn-text {
    max-width: 550px;
    font-size: 20px;
  }

  .file-name {
    font-size: 20px;
  }

  .custom-select-wrapper {
    font-size: 36px;
    padding-top: 50px;
    padding-bottom: 20px;
  }
  
  .custom-select-arrow {
    width: 26px;
  }
}