

/* Start:/bitrix/templates/.default/components/bitrix/form.result.new/test-bottom/style.css?17619189512219*/
.form-botton-single .inputtext::placeholder{color:white !important;}
 .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;
}

.submit-left p {
    width: 95%;
}

.submit-left input {
    width: 15px;
}

.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;
}

.form-botton-single .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;
}
.inputtext-bottom input {
    color: white;
	margin-top: 10px;}
@media (max-width: 992px) {
	..submit-left {
		margin-bottom: 20px;
	}

    .submit-btn-bottom {
        width: 100%;
    }

     .submit-btn-bottom:hover {
        width: 100%;

    }

     .form-body p {
        text-align: center;
        margin: auto 0;
    }
	.submit-left{
		order:9;
		margin: 0 0 30px 0;
	}
}
/* End */
/* /bitrix/templates/.default/components/bitrix/form.result.new/test-bottom/style.css?17619189512219 */
