.information-text_block {
    max-width: 900px;
    margin: 0 auto 120px auto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    color: var(--color-gray-20);
}

.information-text_block img {
    display: block;
    width: 100%;
    margin-top: 60px;
    border-radius: 20px;
    overflow: hidden;
}

.information-text_block h5,
.information-text_block .h5 {
    margin: 80px 0 32px 0;
    color: var(--color-gray-0);
}
.information-text_block p {

}

.information-text_block ul {
    padding: 0 0 0 25px;
}
.information-text_block ul li {
    margin-bottom: 24px;
}
.information-text_block ol {
    padding: 0 0 0 20px;
}
.information-text_block ol li {
    margin-bottom: 24px;
}

/* Forms */
.callback {
    margin-bottom: 120px;
}
.callback-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.callback-title {
    margin-bottom: 100px;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--color-gray-40);
    text-align: center;
}

.callback-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.callback-form_title {
    margin-bottom: 40px;
}
.callback-form_subtitle {
    margin-bottom: 16px;
}
.callback-form_number {
    margin-bottom: 40px;
}
.callback-form .form-group_line {
    width: 100%;
    max-width: 660px;
    gap: 24px;
}
.callback-form .form-group_line .btn {
    width: calc(50% - 12px);
}

.callback-subtitle {
    margin: 80px 0;
    text-align: center;
}

.contacts-form {
    width: 900px;
    max-width: 100%;
    padding: 60px 120px 80px 120px;
    border-radius: 32px;
    background: var(--Neutral-90, #0B0B0B);
}
.contacts-form_title {
    margin-bottom: 40px;
    text-align: center;
}
.contacts-form_btns {
    display: flex;
    justify-content: center;
    margin-top: 8px;
}

.callback-content .text-danger {
    margin-bottom: -24px;
}

@media (max-width: 768px) {
    .callback {
        margin-bottom: 100px;
    }
    .callback-title {
        margin-bottom: 40px;
        padding-bottom: 16px;
    }
    .callback-form_title {
        margin-bottom: 24px;
        font-size: 36px;
        font-weight: 300;
        line-height: 110%;
        letter-spacing: -0.72px;
    }
    .callback-form_number {
        margin-bottom: 24px;
    }
    .callback-form .form-group_line {
        flex-wrap: wrap;
        gap: 16px;
    }
    .callback-form .form-group_line .btn {
        width: 100%;
    }

    .contacts-form {
        max-width: calc(100% + 32px);
        padding: 40px 32px 60px 32px;
    }
    .contacts-form .grid {
        gap: 6px 16px;
    }
    .contacts-form_title {
        margin-bottom: 24px;
        text-align: center;
        font-size: 36px;
        letter-spacing: -0.72px;
    }
    .contacts-form_btns {
        margin-top: 10px;
    }
}