.fotm-low {
    width: 100%;
}

.form-title {
    font-weight: bold;
    text-align: center;
}

.form-text {
    text-align: center;
    padding: 20px;
    color: #666666;
}

.form-text span {
    color: #333333;
    font-weight: 700;
}

.bacground-form {
    background: #fafafa;
    padding: 20px 50px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}


input.form-btn-price {
    background: #efa607;
    color: #fff;
    height: 57px;
    border: none;
    border-radius: 4px;
    padding: 0 50px;
    outline: none;
    -webkit-transition: 0.5s;-o-transition: 0.5s;transition: 0.5s;
}
input.form-btn-price:hover {
    -webkit-transition: 0.5s;-o-transition: 0.5s;transition: 0.5s;
    -webkit-transform: translateY(-3px);    -ms-transform: translateY(-3px);    transform: translateY(-3px);
    -webkit-box-shadow: 0px 10px 11px 0px rgba(227,224,227,1);
    -moz-box-shadow: 0px 10px 11px 0px rgba(227,224,227,1);
    box-shadow: 0px 10px 11px 0px rgba(227,224,227,1);
    opacity: 0.7;
}

span.stars {
    color: #efa607;
}


.bottom-form {
    text-align: center;
}

.g-recaptcha div:first-child {
    margin: auto;
}

.recapcha-block {
    padding: 20px 0;
}

span.stars {
    color: #efa607;
}

input.input-sltle::placeholder {

}