.forms__section {
    margin-top: -60px;
    padding: 150px 10px 150px;
    background-image: url(/bitrix/templates/bigcreativefun/img/main_page/contacts-one-form-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.forms__section_two {
    z-index: 10;
    background-image: url(/bitrix/templates/bigcreativefun/img/main_page/contacts-two-form-bg.png);
    margin-top: -100px;
    margin-bottom: -40px;
}

.feedback__form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.feedback__form_input {
    width: 690px;
    padding: 20px 24px 20px 78px;
    border-radius: 50px;
    margin-bottom: 40px;
    font-family: 'Century Gothic';
    font-weight: 700;
    font-size: 28px;
	border: none;
    color: #410099;
}
.feedback__form_input::placeholder {
	color: #41009999;
}

.feedback__form_btn {
    background: #410099;
    border-radius: 80px;
    padding: 17px 70px 21px 70px;
    font-family: 'Century Gothic';
    color: white;
    font-size: 27px;
    font-weight: 700;
}

.feedback__form_btn_two {
    background: #FD5DAA;
}

.feedback__form_btn:hover {
    background: #b100cc;
}

.feedback__form_ok {
    color: white;
    margin-top: 25px;
    width: 780px;
    text-align: center;
    font-size: 18px;
}

.feedback__form_title {
    font-size: 63px;
    margin-top: 0;
    margin-bottom: 45px;
}

@media screen and (max-width:560px) {
    .forms__section.forms__section--first {
        padding-bottom: 30px;
    }
    .feedback__form_btn {
        font-size: 17px;
        font-weight: bold;
        padding-top: 13px;
        padding-bottom: 13px;
    }
    .feedback__form_title {
        font-size: 33px;
        text-shadow: 1px 1px 0px #221C35;
        margin-bottom: 15px;

    }
    .feedback__form_title > span {
        font-size: 21px !important;
    }
    .feedback__form_btn_two {
        font-size: 17px;
        font-weight: 700;
        padding-top: 13px;
        padding-bottom: 13px;
    }
    .forms__section {
        margin-top: -60px;
        padding: 80px 10px 100px;
        background-image: url(/bitrix/templates/bigcreativefun/img/main_page/contacts-one-form-bg-mob.png);
    }
    .forms__section_two {
        background-image: url(/bitrix/templates/bigcreativefun/img/main_page/contacts-two-form-bg-mob.png);
    }
    .feedback__form_input {
        width: 100%;
        font-size: 21px;
        padding-top: 15px;
        padding-bottom: 16px;
        margin-bottom: 23px;
    }
    .feedback__form_input::placeholder {
        color: rgba(64, 0, 153, 0.37);
    }
    .feedback__form_ok {
        width: 100%;
        font-size: 11px;
        font-weight: bold;
    }.feedback__form_title
    .forms__section_two .feedback__form_ok {
        padding-left: 10%;
        padding-right: 10%;
    }
    .forms__section--first .feedback__form_ok {
        margin-top: 6px;
    }
    .forms__section--first .feedback__form_ok > span {
        display: block;
        text-align: center;
    }

}
/* TODO Iphone 12 некрасово выглядит "Оставить контакты и получи скидку" */