body {
  font-size: 18px !important;
}

.button {
    background: rgb(100, 34, 147); 
    color: white !important;
    border: none;
    padding: 20px 20px;
    font-size: 22px;
    border-radius: 8px;
    cursor: pointer;
    -webkit-text-fill-color: white;
}

.button:hover {
    background: rgb(138, 87, 198);
    color: white;
    -webkit-text-fill-color: white;
}

.button-container {
    width: 100%;
    display: flex;
    justify-content: center; 
    text-align: center; 
    margin-top: 30px;
    margin-bottom: 30px;
}

.appstore-button {
  display: inline-flex;
  align-items: center;
  padding: 10px 15px;
  background-color: #000;
  color: #fff;
  text-decoration: none;
  font-family: Arial, sans-serif;
  font-size: 16px;
  border-radius: 8px;
  transition: background-color 0.3s;
}

.appstore-button:hover {
  background-color: #333;
}

.appstore-button i {
  font-size: 24px;
  margin-right: 10px;
}

/* Общие стили для формы */
.consultation-form-container {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Заголовок формы */
.consultation-form-container h2 {
    text-align: center;
    color: #333;
    font-size: 24px;
    margin-bottom: 20px;
}

/* Группы полей формы */
.form-group {
    margin-bottom: 15px;
}

/* Лейблы для полей */
.form-group label {
    display: block;
    font-size: 14px;
    color: #555;
    margin-bottom: 5px;
}

/* Поля ввода */
.form-group input {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
}

/* Кнопка отправки */
.submit-button {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.submit-button:hover {
    background-color: #45a049;
}

/* Сноска о персональных данных */
.form-note {
    text-align: center;
    font-size: 12px;
    color: #777;
    margin-top: 20px;
}

.form-message {
    text-align: center;
    font-size: 14px;
    color: #333;
    margin-top: 20px;
}


.hidden { display: none; }

.note {
    font-size: 0.9em;
    color: #555;
    font-style: italic;
    margin-left: 6px;
}

.note-toggle {
    cursor: pointer;
    color: #888;
    text-decoration: none;
}
.note-toggle:hover {
    text-decoration: underline;
}
