.form-state__success{
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: space-between;
    height: 100%;
}
.form-state__description {
    margin: 10px 0 0;
    font-family: Wix Madefor Display;
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #051F58;
}
.form-state__bottom {
    margin-top: 40px;
}
.form-state__subtitle {
    margin: 0 0 16px;
    font-family: Wix Madefor Display;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: #051F58;
}
.form-state__socials {
    display: flex;
    gap: 16px;
    flex-wrap: nowrap;
}
.form-state__social-btn {
    min-height: 36px;
    padding: 5px 15px 5px 5px;
    border-radius: 67px;
    background: #A9D0FF;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    text-decoration: none;
    color: #2447B8;
    font-family: Wix Madefor Display;
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
}
.form-state__social-icon {
    width: 29px;
    height: 29px;
    flex: 0 0 29px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.form-state__social-icon img {
    max-width: 29px;
    max-height: 29px;
    display: block;
}
.form-state__social-arrow {
    font-size: 22px;
    line-height: 1;
}
.forms__custom-blue_new .title_forms, .forms__custom-blue_new .form-state__description , .forms__custom-blue_new  .form-state__subtitle{
    color: white;
}
.forms__custom-blue_new .close-data_modal img{
    filter: invert(100%) hue-rotate(90deg) saturate(3);
}
.modal-window__container_form{
    padding: 30px;
}
.modal-window__container_form {
    padding-bottom: 30px !important;
}