/* Форма заявки */
.centered-container {
    margin: 0 auto;
    max-width: 600px;
 
   width: 100%;
}
.contact-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    margin: 0 auto;
}
.form-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.contact-box {
    display: flex;
    align-items: center;
    background-color: #f9f9f9;
    border-left: 4px solid #C64138;
    padding: 12px 16px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    max-width: 360px;
    margin-top: 16px;
}

.contact-icon {
    font-size: 24px;
    color: #C64138;
    margin-right: 12px;
}

.contact-text {
    font-family: 'Inter', sans-serif;
    color: #333;
}

.phone-number {
    font-weight: 600;
    font-size: 18px;
}

.manager-name {
    font-size: 14px;
    color: #666;
}

.form-block {
    max-width: 500px;
    margin: 50px auto; /* центрирование по горизонтали + отступы сверху/снизу */
    padding: 40px;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.section-title {
    font-size: 24px;
    margin-bottom: 10px;
    color: #333;
    font-weight: 600;
}

.contact-info {
    margin-top: 20px;
    font-size: 18px;
    color: #444;
    font-weight: 500;
}

.phone {
    display: block;
    font-size: 22px;
    font-weight: bold;
    color: #C64138;
}

.manager {
    display: block;
    margin-top: 5px;
    font-size: 16px;
    color: #777;
}
.contact-form {
    background: #C64138;
    color: #fff;
    padding: 60px 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

.contact-center {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
}

.section-title {
    font-size: 26px;
    margin-bottom: 10px;
    color: #fff;
    font-weight: 600;
}

.contact-form p {
    font-size: 18px;
    margin-bottom: 15px;
    color: #f5f5f5;
}

.contact-form {
background: #60a0b3;
background: radial-gradient(circle, rgba(96, 160, 179, 1) 41%, rgba(81, 119, 168, 1) 100%);
}

.form-wrapper {
    display: flex;
    gap: 10px;
    width: 100%;
}

.input {
    width: 100%;
    padding: 14px;
    border-radius: 6px;
    border: 1px solid #ccc;
    font-size: 16px;
    box-sizing: border-box;
}

.input:focus {
    border-color: #a6322c;
    outline: none;
}

.form-button-wrapper {
  text-align: center;
  margin-top: 20px;
}

.form-submit-btn {
  background-color: #000;      /* чёрная кнопка */
  color: #fff;                 /* белый текст */
  font-size: 16px;
  font-weight: 600;
  padding: 12px 28px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.form-submit-btn:hover {
  background-color: #222;      /* чуть светлее при наведении */
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0,0,0,0.25);
}

.form-submit-btn:active {
  background-color: #111;      /* почти чёрный при клике */
  transform: translateY(0);
  box-shadow: 0 3px 7px rgba(0,0,0,0.2);
}


.button:hover {
    background-color: #f2f2f2;
    color: #a6322c;
}

h6 {
    margin-top: 30px;
    font-size: 16px;
    color: #f8f8f8;
    font-weight: 500;
}

.contact-box {
    display: flex;
    align-items: center;
    background-color: #fff;
    border-left: 4px solid #C64138;
    padding: 12px 16px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    max-width: 360px;
    margin: 16px auto 0 auto;
}

.contact-icon {
    font-size: 24px;
    color: #C64138;
    margin-right: 12px;
}

.contact-text {
    font-family: 'Inter', sans-serif;
    color: #333;
}

.phone-number {
    font-weight: 600;
    font-size: 18px;
}

.manager-name {
    font-size: 14px;
    color: #666;
}

.input {
    display: block;
    width: 80%;
    margin: 15px auto;
    padding: 14px;
    border-radius: 5px;
    border: 1px solid #ccc;
    font-size: 16px;
}

.button {
    display: contents;
    padding: 12px 28px;
    text-decoration: none;
    text-align: center;
    font-weight: 600;
    cursor: pointer;
    border: none;
    border-radius: 45px;
    font-size: 16px;
}

.input:focus {
    border-color: #C64138;
    outline: none;
}

/* Підвал */
.footer {
    background: #081e21;
    color: white;
    text-align: center;
    padding: 30px 0;
    font-size: 16px;
    width: 100%;
}

.footer__text {
    margin: 10px 0;
    font-size: 17px;
    line-height: 1.5;
}


h4.section-title {
    color: rgb(255, 255, 255);
    margin-bottom: 10px;
}