.contact-us__main {
    padding-top: 100px;
}

.contact-us__title {
    font-size: 24px;
    line-height: 1.37;
    color: #6E7491;
    text-align: center;
    margin-bottom: 20px;
}

.contact-us__form-wrapper {
    padding: 28px 24px;
    border-radius: 15px;
    background: var(--white);
    max-width: 640px;
    margin: 0 auto;
}

.contact-us__common,
.contact-us__cooperation {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-us__item {
    display: none;
}
.contact-us__item--active {
    display: block;
}

.contact-us__tabs {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
}

.contact-us__tab {
    border: none;
    background-color: inherit;
    border-bottom: 2px solid #00000000;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.33;
    color: #6E7491;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    transition: border-bottom-color 0.25s ease, color 0.25s ease;
}

.contact-us__tab:not(.contact-us__tab--active):hover {
    border-bottom: 2px solid var(--light-orange);
    color: var(--light-orange);
}

.contact-us__tab--active {
    border-bottom: 2px solid var(--orange);
}

.contact-us__forms .textarea {
    margin-top: 0;
}

.contact-us__additional-info {
    max-width: 768px;
    margin: 0 auto;
}

.contact-us__info {
    margin: 0 auto;
}

.contact-us__successfull {
    margin-top: 20px;
    font-size: 20px;
    line-height: 1.37;
    font-weight: bold;
    color: #6E7491;
}

.contact-us__successfull--hidden {
    display: none;
}

.contact-us__note {
    margin-top: 50px;
    text-align: center;
    font-style: italic;
    color: #888;
}

@media (max-width: 576px) {
    .contact-us__note {
        margin-top: 30px;
    }
}

.contact-us__info {
    margin-top: 20px;
}

.contact-us__info p {
    margin-bottom: 10px;
}

.contact-us__main a {
    color: var(--orange);
}
