.modal-input._error input,
.modal-input._error textarea {
    border-color: #e53935;
}
.process .to-top {
    position: fixed;
    right: 20rem;
	bottom: 20rem;
}
.form-error {
    display: block;
    margin-top: 4rem;
    font-size: 12rem;
    line-height: 1.3;
    color: #e53935;
}

.form-response {
    margin-top: 16rem;
    font-size: 14rem;
    line-height: 1.4;
}

.form-response._success {
    color: #1f8f4d;
}

.form-response._error {
    color: #e53935;
}

.btn._loading {
    pointer-events: none;
    opacity: 0.7;
}
.quote-form__info p{
	font: inherit;
}
.to-top{
	position: fixed;
	opacity: 0;
}
 .to-top._show{
	 opacity: 1;
}
@media (max-width: 767px) {
    .services-more {
		margin-bottom: 70rem;
	}
}
