.form {
    height: 2314px; 
    background-position: top center; 
    background-size: cover; 
    background-repeat: no-repeat; 
    background-image: url("../img/form/bg.png");
    padding-top: 94px;
    margin-bottom: 100px;
}
.form__form {
    width: 585px;
    height: 842px;
    background: white;
    border-radius: 10px;
}
.form__top {
    
    margin-bottom: 378px;
}
.form__top .container {
    display: flex;
    justify-content: flex-end;
}
.form__title {
    font-weight: bold;
    font-size: 60px;
    line-height: 122%;
    color: #000000;
    margin-bottom: 56px;
}
.form__title span {
    color: #f7ca60;
}
.form__text {
    font-size: 24px;
    line-height: 160%;
    color: #000000;
    width: 556px;
}
.form__form {
    padding-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.form__top-title {
    text-align: center;
    font-weight: bold;
    font-size: 40px;
    line-height: 122%;
    color: #000000;
    margin-bottom: 32px;
}
.form__top-title span {
    color: #f7ca60;
}
.form__top-desc {
    font-size: 18px;
    line-height: 140%;
    text-align: center;
    color: #000000;
    margin-bottom: 37px;
    width: 400px;
}
.input {
    height: 89px;
    background: #E8E8E8;
    border-radius: 100px;
    padding-left: 53px;
    padding-right: 20px;
    border: none;
    font-size: 18px;
    line-height: 21px;
}
.form__input {
    width: 416px;
    margin-bottom: 9px;
}
.form__input:last-of-type {
    margin-bottom: 31px;
}
.form__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(293.89deg, #F6C150 35.44%, #FDED9B 94.34%);
    border-radius: 100px;
    width: 416px;
    height: 90px;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #000000;
    border: none;
    border-bottom: 3px solid #C49028;
    box-shadow: 0px 4px 50px #FFD57A;
    border-radius: 100px;
    cursor: pointer;
    margin-bottom: 24px;
}
.form__note {
    text-align: center;
    font-size: 14px;
    line-height: 140%;
}

@media (max-width: 576px) {
    .form {
        margin-bottom: 46px;
    }
    .form {
        height: auto;
        background-image: none;
        padding-top: 0;
    }
    .form__top {
        justify-content: center;
    }
    .form__form {
        width: 100%;
    }
    .input {
        width: 253px;
        height: 62px;
        padding-left: 37px;
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 6px;
    }
    .form__btn {
        width: 253px;
    }
    .form__top-title {
        font-size: 20px;
        line-height: 122%;
        margin-bottom: 18px;
    }
    .form__form {
        padding-top: 32px;
        padding-left: 13px;
        padding-right: 13px;
    }
    .form__top-desc {
        font-size: 12px;
        line-height: 140%;
        width: 250px;
    }
    .form__top-desc {
        margin-bottom: 23px;
    }
    .form__input:last-of-type {
        margin-bottom: 23px;
    }
    .form__btn {
        width: 253px;
        height: 62px;
        box-shadow: 0px 4px 20px #FFD57A;
        font-size: 14px;
        line-height: 17px;
    }
    .form__note {
        font-size: 10px;
        line-height: 140%;
    }
    .form__form {
        height: 568px;
    }
    .form__top {
        margin-bottom: 45px;
    }
    .form__top .container {
        justify-content: center;
    }
    .form__btm {
        background: #FFFFFF;
        padding-top: 32px;
        padding-bottom: 34px;
    }
    .form__title {
        font-size: 26px;
        line-height: 115%;
        margin-bottom: 16px;
    }
    .form__text {
        font-size: 12px;
        line-height: 135%;
        width: auto;
    }
}