body{
    font-family: Ubuntu;
}
img{
    max-width: 100%;
}
p{
    margin: 0;
    padding: 0;
}
a {
    color: #009439;
    text-decoration: none;
}
a:hover{
    color: #21885b;
}
.clb{
	clear: both;
}
.btn.btn-tab{
    background: #F5F5F5;
    border-radius: 0px;
    border: none;
    color: #434A50;
    margin-right: 30px;
    font-size: 14px;
    font-weight: bold;
}
.btn.btn-tab.btn-tab-active{
    background: #E2F3C3;
}
.light-gray-bg{
    background-color: #F5F5F5;
}
.light-blue-bg{
    background-color: #E4EFF2;
}
.light-turq-bg{
    background-color: #E4F2ED;
}
.light-green-bg{
    background-color: #E6F2E4;
}
.light-red-bg{
    background-color: #F2E4EA;
}
.section-title{
    text-align: center;
    position: relative;
}
.section-title hr{
    margin: 0;
}
.section-title .section-title-text{
    display: inline-block;
    padding: 0 40px;
    background: #fff;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: -14px;
    width: min-content;
    text-transform: uppercase;
    color: #006338;
    font-size: 20px;
    line-height: 27px;
    letter-spacing: 2px;
    font-weight: 100;
}

.btn.btn-large{
	width: 100%;
	padding: 20px 30px;
	text-align: left;
	background: #fff;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.08);
	border: 1px solid #eee;
	border-radius: 0;
}
.btn.btn-large:hover{
	border: 1px solid #006338;
}
input, textarea{
    border: 1px solid #d8d8d8;
    padding: 5px 0px 5px 15px;
    font-size: 18px;
    box-sizing: border-box;
    border-radius: 0;
}
.form-field label{
	display: block;
	margin-top: 15px;
	margin-bottom: 5px;
	font-weight: 300;
}
.form-field input, .form-field textarea{
	width: 100%;
	display: block;
	font-weight: 300;
	font-size: 14px;
	border-radius: 4px;
	border: 1px solid #B1C1BA;
	background: #f2f9f5;
}
.form-field.has-error input, .form-field.has-error textarea{
    border: 1px solid #eb3333;
}
.form-field input::-webkit-input-placeholder, .form-field textarea::-webkit-input-placeholder{
	font-weight: 400;
	color: #444;
}
.nauto .form-field input::-webkit-input-placeholder{
	font-weight: 400;
	color: #888;
}

.form-field select{
    border: 1px solid #B1C1BA;
    padding: 5px 0px 5px 10px;
    font-size: 14px;
    border-radius: 4px;
    box-sizing: border-box;
    width: 100%;
    font-weight: 300;
    background: #f2f9f5;
    height: 32px;
}
.has-error .recaptcha{
    border: 1px solid #eb3333;
}
.form-field.has-error select{
    border: 1px solid #eb3333;
}
.form-field select option{
	font-weight: 300;
}
.panel-primary>.panel-heading{
	background-color: #00643b;
    border-color: #00643b;
}
.panel-primary {
    border-color: #00643b;
}
.btn-primary {
    color: #fff;
    background-color: #00643b;
    border-color: #00643b;
}
.btn.no-wrap{
	white-space: normal;
    min-height: 122px;;
}
.btn.no-wrap.active{
	background: #21885b;
	color: #fff;
	font-weight: bold;
}
.embed-hidden{
	display: none;
}
.bx-calendar:after{
	content: attr(data-error);
	display: block;
}
.filial-list{
	height: calc(100vh - 61px);
	overflow-y: scroll;
}
.filial-list input{
	display: none;
}
.filial-list input + span{
	display: block;
	border-bottom: 1px solid #21885b;
    padding: 4px 10px;
	cursor: pointer;
}
.filial-list input:checked + span{
	display: block;
	border-bottom: 1px solid #00643b;
	background: #00643b;
	color: #fff;
}
.filial-list label{
	display: block;
	margin: 0;
}
.plr{
	padding: 0 45px;
}
.vert-gradient.plr{
	background: linear-gradient(#eeeef3, #fff);
}
.btn.btn-big{
	width: 70%;
	padding: 7px 5px;
}
@media (max-width: 670px){
	.btn.btn-big {
		width: 100%;
	}
	.col-xs-6{
	width: 100%;
}
}
.btn.btn-custom-3{
	background: #f5a623;
	color: #fff;
    border-radius: 0;
    font-weight: 700;
}
.btn.btn-custom-4{
	background: #bcbcbc;
	color: #fff;
    border-radius: 0;
    font-weight: 700;
}