.t702 .t702__wrapper {
    padding: 40px 45px;
}

.t702 .t702__text-wrapper {
    margin-bottom: 24px;
}

.t702 .t702__title {
    margin-bottom: 11px;
}

.custom-form {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.form-input {
    margin-bottom: 25px;
}

input[type=email]::placeholder {
    color: rgb(62, 54, 104);
    font-family: 'GB',Arial,sans-serif;
    font-weight: 400;
    font-size: 16px;
    opacity: .5;
}

.input[type=email] {
    display: block;
    width: 100%;
    height: 60px;
    border: 1px solid #c9c9c9;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #000;
    font-family: 'GB',Arial,sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.33;
    outline: none;
    text-indent: 20px;
    white-space: nowrap;
}

.form-submit {
    margin-bottom: 20px;
}

button[type=submit] {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 54px;
    color: #ffffff;
    cursor: pointer;
    background-color: #ff8411;
    border: 0;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    font-family: GB;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap;

}


@media (max-width:639px) {
    .t-popup {
        padding: 0
    }
    .t-popup_show .t-popup__container {
        max-width: 100%;
        right: 0;
        left: 0;
        top: 0;
        bottom: 0;
        padding-top: 50px;
        margin: 0;
        box-sizing: border-box;
        min-height: 100vh;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        position: relative;

    }

    .t-popup__block-close {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 2;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        width: 100%;
        height: 50px;
        background: #000;
    }


    .t-popup__close-icon {
        width: 16px;
        height: 16px;
    }

    .t702 .t702__wrapper {
        padding: 20px;
    }

.t702 .t702__text-wrapper {
    margin-bottom: 14px;
}

.t702 .t702__title {
    margin-bottom: 6px;
}



    .input[type=email], button[type=submit] {
        height: 50px;
    }
.input[type=email] {
    text-indent: 14px;
}
}