.stay__block {
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -ms-flexbox;
    display: flex;
    background: #a3a3e0;
    border-radius: 15px;
    padding: 50px 98px 26px 49px;
}

.stay__title {
    font-weight: 800;
    font-size: 40px;
    color: #ffffff;
    max-width: 513px;
}

.stay__body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.stay__email {
    gap: 18px;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
}

.stay__email button {
    font-size: 22px;
    font-weight: 400;
    color: #000000;
    width: 198px;
    line-height: 1.5;
    background: #ffffff;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stay__input input {
    width: 416px;
    height: 100%;
    background: #ffffff;
    border-radius: 15px;
    padding: 0 30px;
    font-size: 22px;
    line-height: 1.5;
}

.stay__input input:-ms-input-placeholder {
    color: #c4c4c4;
}

.stay__input input::placeholder {
    color: #c4c4c4;
}

.stay__text {
    text-align: center;
    max-width: 400px;
    margin: 10px auto 0;
    font-size: 16px;
    color: #fff;
}

.stay__text a {
    color: #fff;
    text-decoration: underline;
}

@media (max-width: 1280px) {
    .stay__block {
        padding: 23px 35px;
    }
    .stay__title {
        max-width: 358px;
        font-size: 32px;
    }
    .stay__email {
        gap: 10px;
        height: 50px;
    }
    .stay__text {
        margin: 10px auto 0 auto;
        font-size: 14px;
    }
    .stay__email button {
        border-radius: 10px;
        width: 191px;
    }
    .stay__input input {
        width: 310px;
        border-radius: 10px;
        padding: 10px 30px;
        height: 100%;
        font-size: 20px;
    }
}
@media (max-width: 960px) {
    .stay__block {
        padding: 30px 46px 30px 23px;
    }
    .stay__title {
        max-width: 240px;
        font-size: 24px;
    }
    .stay__email {
        gap: 8px;
        height: 44px;
    }
    .stay__email button {
        width: 108px;
        font-size: 14px;
    }
    .stay__input input {
        width: 208px;
        padding: 0 15px;
        font-size: 14px;
    }
    .stay__text {
        font-size: 10px;
    }
}
@media (max-width: 767px) {
    .stay__block {
        padding: 26px 20px;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px;
    }
    .stay__title {
        max-width: unset;
        font-size: 16px;
    }
    .stay__email {
        height: 28px;
    }
    .stay__email button {
        border-radius: 13px;
        width: unset;
        flex: 0 0 96px;
        font-size: 10px;
    }
    .stay__input {
        flex: 0 1 100%;
    }
    .stay__input input {
        width: 100%;
        border-radius: 13px;
        font-size: 10px;
    }
}
