@media (max-width: 320px) {
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  body {
    width: 100%;
    overflow-x: hidden;
  }
  .container {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
  body header .header_text {
    font-size: 16px !important;
  }
  body header .header_button {
    height: 30px;
    font-size: 15px;
  }
  .input {
    width: 80%;
    font-size: 18px;
    align-items: center;
  }
  button {
    width: 100%;
    font-size: 10px;
  }
  .radio-group label {
    font-size: 12px;
  }
  .radio-group input[type=radio] {
    margin-left: 8px;
  }
  .list-container {
    width: 100%;
  }
  .theme-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    position: absolute;
    bottom: 10px;
    right: 10px;
  }
  .theme-buttons button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    font-size: 20px;
    border-radius: 50%;
    background-color: #d1b3ff;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
  }
  .theme-buttons button:hover {
    background-color: #b68dff;
  }
}
@media (max-width: 425px) {
  body header .header_text {
    font-size: 18px !important;
  }
  body header .header_button {
    height: 30px;
    font-size: 15px;
  }
  .spisok li {
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    max-width: 90%;
  }
  .theme-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    position: absolute;
    bottom: 10px;
    right: 10px;
  }
  .theme-buttons button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    font-size: 20px;
    border-radius: 50%;
    background-color: #d1b3ff;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
  }
  .theme-buttons button:hover {
    background-color: #b68dff;
  }
}
@media (max-width: 480px) {
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  body {
    width: 100%;
    overflow-x: hidden;
  }
  .container {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
  body .header_text {
    width: 65%;
    font-size: 20px;
  }
  .input {
    width: 60%;
    font-size: 18px;
    align-items: center;
  }
  button {
    width: 100%;
    font-size: 18px;
  }
  .radio-group label {
    font-size: 15px;
  }
  .radio-group input[type=radio] {
    margin-left: 8px;
  }
  .list-container {
    width: 100%;
  }
}

/*# sourceMappingURL=optimize_tel.css.map */
