/*.more {
    text-align: center;
    margin: 35px 0 0 0;
	display:none;
}

.more .btn {
    font-size: 14px;
    height: 40px;
    line-height: 38px;
    min-width: 260px;
    padding: 0;
}
.btn.bg-dark {
    background: #1e1e1e;
    color: #fff;
    border-color: #1e1e1e;
}*/

input[type="tel"], input[type="email"]{
   -webkit-appearance: none;
	border: 1px solid #c8c8c8;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	background: #fff;
	margin: 0;
	padding: 16px 10px 13px 10px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}


input[type="tel"].error,
input[type="email"].error,
textarea.error,
.error .jcf-select-text {
	border-color: #d83d42;
}

input[type="tel"]:focus,
input[type="email"]:focus,
textarea:focus,
.jcf-focus .jcf-select-text {
	border-color: #1860d6;
}


.answer{
	min-height:200px;
	font-size:30px;
	line-height: 60px;
	text-align: center;
}

.callback input[type="tel"] {
    font-size: 15px;
    padding: 7px 16px;
    margin: 0 0 10px 0;
}