.control {
    margin-top: 32px;
    margin-bottom: 32px;
    width: 100%;
    resize: none;
}

.button-wrapper {
    display: flex;
    justify-content: center;
}

.button {
    flex-grow: 1;
    max-width: var(--vkws_landings--button--max-width);
}

@media screen and (min-width: 1024px) {
    .button-wrapper {
        margin-top: 40px;
        display: block;
    }

    .contacts {
        display: grid;
        grid-template-columns: 1fr 1fr;
        margin-top: 32px;
        margin-bottom: 32px;
        grid-gap: 20px;
    }

    .contacts-control {
        margin-top: 0;
        margin-bottom: 0;
    }
}
