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

.cost {
	display: flex;
    justify-content: center;
    text-align: center;
}


.cost #bx_incl_area_6_1 {
    display: flex;
    justify-content: center;
}

.cost div {
	max-width: 542px;
    width: 100%;
}

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

.cost .form-group_new {
	display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

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

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

.cost .btn.btn-lg.arr {
    width: 100%;
    box-shadow: none;
    transition: all 0.3s;
}

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






















