/* Стили для страницы контактов */

/* Заголовок страницы */
.wxy951 {
    text-align: center;
    margin-bottom: 3rem;
}

.wxy951 h1 {
    margin-bottom: 1rem;
}

.wxy951 p {
    font-size: 1.2rem;
    max-width: 800px;
    margin: 0 auto;
}

/* Секция с формой и контактами */
.zab753 {
    margin-bottom: 3rem;
}

.cde159 {
    display: flex;
    gap: 3rem;
}

/* Форма обратной связи */
.fgh357 {
    flex: 1;
    background-color: #fff;
    padding: 2rem;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.fgh357 h2 {
    margin-bottom: 1.5rem;
    text-align: center;
}

.ijk951 {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.lmn753 {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.opq159 {
    font-weight: bold;
    color: #333;
}

.rst357, .uvw753, .xyz951 {
    padding: 0.8rem;
    border: 1px solid #ddd;
    border-radius: 3px;
    font-size: 1rem;
    width: 100%;
}

.rst357:focus, .uvw753:focus, .xyz951:focus {
    outline: none;
    border-color: #1a3b5d;
    box-shadow: 0 0 0 2px rgba(26, 59, 93, 0.2);
}

.xyz951 {
    resize: vertical;
    min-height: 120px;
}

.abc357 {
    text-align: center;
    margin-top: 1rem;
}

.def159 {
    padding: 0.8rem 2rem;
    font-size: 1rem;
    cursor: pointer;
}

/* Информация о контактах */
.ghi753 {
    flex: 1;
    background-color: #fff;
    padding: 2rem;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.ghi753 h2 {
    margin-bottom: 1.5rem;
    text-align: center;
}

.jkl951 {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.mno357 {
    margin-bottom: 1.5rem;
}

.mno357 h3 {
    margin-bottom: 0.5rem;
    color: #1a3b5d;
}

.mno357 p {
    margin-bottom: 0.3rem;
}

/* Секция с картой */
.pqr159 {
    margin-bottom: 3rem;
}

.pqr159 h2 {
    text-align: center;
    margin-bottom: 1.5rem;
}

.stu753 {
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* Секция с FAQ */
.vwx357 {
    margin-bottom: 3rem;
}

.vwx357 h2 {
    text-align: center;
    margin-bottom: 2rem;
}

.yza951 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(500px, 1fr));
    gap: 2rem;
}

.bcd753 {
    background-color: #fff;
    padding: 1.5rem;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.bcd753 h3 {
    margin-bottom: 1rem;
    color: #1a3b5d;
}

.bcd753 p {
    line-height: 1.6;
}

/* Адаптивная верстка */
@media (max-width: 992px) {
    .cde159 {
        flex-direction: column;
    }

    .ghi753 {
        order: -1;
        margin-bottom: 2rem;
    }
}

@media (max-width: 768px) {
    .yza951 {
        grid-template-columns: 1fr;
    }
} 