/* === OFFER === */

.offer{
    background: url(../../img/halls/offer_bg.jpg) top center no-repeat;
    background-size: cover;
    min-height: 677px;
}
.offer__content{
    margin-top: 237px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.offer__title{
    font-weight: 900;
    font-size: 60px;
    line-height: 60px;
    text-align: center;
    color: #FFFFFF;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.offer__title>span{
    color: #FFCA41;
}
.offer__subtitle{
    font-weight: 800;
    font-size: 40px;
    line-height: 35px;
    text-align: center;
    color: #FFF3B7;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin-top: 36px;
    margin-bottom: 49px;
}
.offer__input{
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    color: #6A6A6A;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), inset 0px 4px 4px rgba(250, 255, 224, 0.33);
    border-radius: 45px;
    padding: 21px 0px 20px 30px;
    width: 374px;
    margin-right: 40px;
}
.offer__btn{
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    color: #FFFFFF;
    padding: 21px 47px;
}