.last {
    padding-bottom: 200px;
    position: relative;
    overflow-x: hidden;
}
.last .container {
    display: flex;
    justify-content: flex-end;
}
.last__body {
    background: white;
    width: 585px;
    height: 890px;
    border-radius: 10px;
    padding-top: 49px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 3;
}
.last__title {
    font-weight: bold;
    font-size: 40px;
    line-height: 122%;
    text-align: center;
    color: #000000;
    margin-bottom: 32px;
}
.last__subtitle {
    font-size: 18px;
    line-height: 140%;
    text-align: center;
    color: #000000;
    margin-bottom: 44px;
}
.last__input {
    margin-bottom: 9px;
    width: 416px;
    height: 89px;
}
.last__input:last-of-type {
    margin-bottom: 31px;
}
.last__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;
}
.last__note {
    font-size: 14px;
    line-height: 140%;
    text-align: center;
    color: #000000;
}
.last__barrels {
    position: absolute;
    top: 250px;
    width: 80%;
    left: -10%;
}

@media (max-width: 576px) {
    .last {
        padding-bottom: 53px;
    }
    .last__barrels {
        display: none;
    }
    .last__body {
        width: 100%;
    }
    .last__input {
        width: 100%;
        height: 62px;
    }
    .last__body {
        padding-top: 28px;
        padding-left: 14px;
        padding-right: 14px;
    }
    .last__title {
        font-size: 20px;
        line-height: 122%;
        margin-bottom: 16px;
    }
    .last__subtitle {
        font-size: 12px;
        line-height: 140%;
        margin-bottom: 30px;
    }
    .last__btn {
        width: 100%;
        height: 65px;
        box-shadow: 0px 4px 20px #FFD57A;
        font-size: 14px;
        line-height: 17px;
    }
    .last__input {
        margin-bottom: 8px;
    }
    .last__input:last-of-type {
        margin-bottom: 24px;
    }
    .last__body {
        height: 610px;
    }
    .last__btn {
        margin-bottom: 22px;
    }
    .last__note {
        font-size: 10px;
        line-height: 140%;
    }
}