

/* Start:/local/templates/inevrika/components/bitrix/form.result.new/bottomForm/style.css?17582973362005*/
.form-body {
    width: auto;
    max-width: 658px;
    color: white;
}

.form-body a {
    color: white;
}

.form-body p {
    margin: auto 0;
}

.form-label {
    margin-bottom: 12px;
}

.bottom-input-label {
    color: white;
}


.form-body select {
    width: 100%;
    height: 50px;
    padding: 16px 100px 16px 20px;
    border-radius: 50px;
    border: 1px solid #E8E8E8;
    background: transparent;
    margin-bottom: 22px;
    position: relative;
    color: white;
}

.form-body select option {
    color: black;
    background: white;
}

.form-body textarea {
    width: 100%;
    height: 100px;
    padding: 16px 100px 16px 20px;
    border-radius: 20px;
    border: 1px solid #E8E8E8;
    background: transparent;
    margin-bottom: 22px;
    position: relative;
    color: white;
}

.inputtext::placeholder {
    color: white;
    font-size: 12px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
}

.submit-btn-bottom {
    width: 155px;
    height: 42px;
    position: relative;
    border: 0;
    border-radius: 40px;
    background-color: white;
    color: #0156CD;
    font-size: 14px;
    font-family: 'Bebas Neue Cyrillic', sans-serif;
    font-weight: 400;
    cursor: pointer;
    overflow: hidden;
    transition: color 0.4s ease;
    z-index: 1;
}

.submit-btn-bottom::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 0%;
    background-color: #4794FF;
    transition: all 0.4s ease;
    z-index: -1;
    border-radius: 0 0 0 20px;
}

.submit-btn-bottom:hover::before {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.submit-btn-bottom:hover {
    color: white;
}

@media (max-width: 992px) {
    .submit-btn-bottom {
        width: 100%;
    }

    .submit-btn-bottom:hover {
        width: 100%;

    }

    .form-body p {
        text-align: center;
        margin: auto 0;
    }
}
/* End */
/* /local/templates/inevrika/components/bitrix/form.result.new/bottomForm/style.css?17582973362005 */
