@media (max-width: 1220px) {
  .container {
    padding: 0px 25px;
  }
  .main {
    padding-top: 85px;
    padding-bottom: 70px;
  }
  .security-checker__title {
    font-size: 41px;
    margin-bottom: 19px;
  }
  .security-checker__description {
    max-width: 100%;
    font-size: 18px;
    margin-bottom: 40px;
  }
  .security-checker__form-btn {
    padding: 20px 56px;
    font-size: 19px;
  }
  .results__title {
    font-size: 26px;
  }
  .results__body {
    padding: 45px 40px 55px;
  }
}

@media (max-width: 1040px) {
  * {
    -webkit-tap-highlight-color: transparent;
  }
  .container {
    padding: 0px 25px;
  }
  .main {
    padding-top: 75px;
    padding-bottom: 60px;
  }
  .security-checker__inner {
    padding: 45px 40px 55px;
  }
  .security-checker__title {
    font-size: 34px;
    margin-bottom: 17px;
  }
  .security-checker__description {
    max-width: 100%;
    font-size: 16px;
    margin-bottom: 36px;
  }
  .security-checker__form-box {
    margin-bottom: 33px;
  }
  .security-checker__form-input {
    padding: 17px 22px;
    font-size: 16px;
  }
  .security-checker__form-btn {
    padding: 17px 50px;
    font-size: 17px;
  }
  .security-checker__form-checkboxes {
    column-gap: 36px;
    row-gap: 18px;
  }
  .results__top {
    gap: 16px;
    margin-bottom: 42px;
  }
  .results__back {
    width: 36px;
    height: 36px;
  }
  .results__back svg {
    width: 19px;
    height: 19px;
  }
  .results__title {
    font-size: 24px;
  }
  .results__body {
    padding: 35px 30px 50px;
  }
  .results__table {
    font-size: 15px;
  }
  .results__table th {
    padding: 15px;
  }
  .results__table td {
    padding: 15px;
  }
}

@media (max-width: 768px) {
  .container {
    padding: 0px 22px;
  }
  .main {
    padding-top: 70px;
    padding-bottom: 50px;
  }
  .security-checker__inner {
    padding: 38px 35px 47px;
  }
  .security-checker__title {
    font-size: 28px;
    margin-bottom: 14px;
  }
  .security-checker__description {
    font-size: 15px;
    margin-bottom: 28px;
  }
  .security-checker__form-box {
    margin-bottom: 30px;
  }
  .security-checker__form-input {
    padding: 16px 20px;
    font-size: 15px;
  }
  .security-checker__form-btn {
    padding: 16px 45px;
    font-size: 16px;
  }
  .security-checker__form-checkboxes {
    column-gap: 32px;
    row-gap: 16px;
  }
  .checkbox .checkbox__label span:first-child {
    width: 19px;
    height: 19px;
  }
  .checkbox .checkbox__label span:first-child svg {
    top: 1.7px;
    left: 1.7px;
    width: 13px;
    height: 13px;
  }
  .checkbox .checkbox__label span:last-child {
    padding-left: 3px;
    font-size: 14px;
  }
  .results__top {
    gap: 15px;
    margin-bottom: 38px;
  }
  .results__title {
    font-size: 23px;
  }
}

@media (max-width: 576px) {
  .container {
    padding: 0px 18px;
  }
  .main {
    padding-top: 55px;
    padding-bottom: 40px;
  }
  .security-checker__inner {
    padding: 32px 22px 40px;
  }
  .security-checker__title {
    font-size: 27px;
    margin-bottom: 13px;
    font-weight: 700;
  }
  .security-checker__description {
    font-size: 14px;
    margin-bottom: 24px;
  }
  .security-checker__form-box {
    margin-bottom: 28px;
    flex-direction: column;
    gap: 11px;
  }
  .security-checker__form-box:focus-within {
    outline: none;
  }
  .security-checker__form-input {
    font-size: 15px;
    border-right: 2px solid var(--primary);
    border-radius: var(--rounded-sm);
    padding: 16px;
  }
  .security-checker__form-btn {
    font-size: 15px;
    border-radius: var(--rounded-sm);
  }
  .security-checker__form-checkboxes {
    column-gap: 28px;
    row-gap: 14px;
  }
  .results__top {
    gap: 12px;
    margin-bottom: 32px;
  }
  .results__back {
    width: 32px;
    height: 32px;
  }
  .results__back svg {
    width: 15px;
    height: 15px;
  }
  .results__title {
    font-size: 20px;
  }
  .results__body {
    padding: 0px;
    border-radius: 0;
  }
  .results__table {
    border-radius: 0;
  }
  .results__table tr:first-child th:first-child {
    border-radius: 0;
  }
  .results__table tr:first-child th:last-child {
    border-radius: 0;
  }
  .results__table tr:last-child td:first-child {
    border-radius: 0;
  }
  .results__table tr:last-child td:last-child {
    border-radius: 0;
  }
  .results__table {
    min-width: 700px;
  }
  .results__table th {
    padding: 14px;
  }
  .results__table td {
    padding: 14px;
  }
}
