.inputtext {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #e6e6e6;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.contacts input[type=checkbox] {
    vertical-align: top;
    display: inline-block !important;
    -webkit-appearance: checkbox;
}

.success {
    font-size: 25px;
    color: #ff7f2d;
    font-weight: 700;
}

.popup-window-content {
    padding: 10px;
    text-align: center;
}

.form-group_new input::placeholder {
    font-size: 15px;
    color: #B7B7B7;
}

.form-group_new textarea::placeholder {
    font-size: 15px;
    color: #B7B7B7;
}

.form-group_new {
    margin-bottom: 10px;
	text-align: left;

}

.form-group_new span {
    /*display: none;*/
}

.form-group_new input {
    width: 100%;
    height: 60px;
    background: #F1F1F1;
    box-shadow: none;
}

.form-group_new textarea {
	width: 100%;
  height: 127px;
  resize: none;
}

.btn.btn-lg.arr {
    width: 100%;
    margin-top: 20px;
    box-shadow: none;
    transition: all 0.3s;
}

.btn.btn-lg.arr:hover {
    background-image: linear-gradient(to bottom, #ffd47f 0, #bd480d 100%);
}
























