@import url('fonts/stylesheet.css');

/* active_form_two */

.active_form_two {
	background: #FFFFFF;
	border-radius: 10px;
	box-shadow: 0px 7px 45px #D1E3ED;
		margin-bottom: 30px;
}

/* active_form */

.active_form {
	width: 580px;
	height: 365px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	background: linear-gradient(10.06deg, #0D76B0 -0.45%, #27A6EC 103.91%);
	border-radius: 10px;
	padding: 20px;
	font-family: 'HelveticaNeueCyr';
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 18px;
	color: #FFFFFF;
	margin-bottom: 60px;
}
.active_form_image {
	position: relative;
	bottom: 60px;
	left: -30px;
	width: 288px;
	height: 405px;
}
.active_form_image img {
	width:100%;
	height: 100%;
	object-fit: cover;
}
.active_form_content {
	display: block;
	max-width: 305px;
	margin: 0 auto;
}
.active_form p {
	
}
.active_form p.absolute {
	margin: 0;
	position: relative;
	bottom: 10px;
	left: 0;
}
.active_form_title .title {
	font-family: 'HelveticaNeueCyr';
	font-style: normal;
	font-weight: bold;
	font-size: 25px;
	line-height: 25px;
	color: #FFFFFF;
	margin-bottom: 15px;
}
.active_form_title .desc {
	font-family: 'HelveticaNeueCyr';
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 129.3%;
	color: #FFFFFF;
	margin: 0 0 20px 0;
}
.active_form input[type="text"] {
	font-family: 'HelveticaNeueCyr';
	min-width: 305px;
	background: #0475B4;
	border-radius: 5px;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 14px;
	color: #FFF;
	border: none;
	padding: 15px 20px;
	border: 1px solid transparent;
	transition: all .5s;
}
.active_form input[type="text"]:hover {
	border: 1px solid #6CCAFF;
}
.active_form input[type="text"]::placeholder {
	font-family: 'HelveticaNeueCyr';
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 14px;
	color: #56B6EC;
}
.active_form input[type="submit"] {
	min-width: 305px;
	background: #5CB85C;
	border-radius: 5px;
	font-style: normal;
	font-weight: 550;
	font-size: 17px;
	line-height: 17px;
	color: #FFFFFF;
	border: none;
	padding: 15px 20px;
	font-family: 'HelveticaNeueCyr';
	transition: all .5s;
}
.active_form input[type="submit"]:hover {
	background: #8dcc8d;
}
.active_form_active .title {
	margin-bottom: 10px;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 14px;
	color: #FFFFFF;
	font-family: 'HelveticaNeueCyr';
}
.active_form_active p {
	margin-bottom: 20px !important;
}
.active_form_active p label {
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 18px;
	color: #FFFFFF;
	font-family: 'HelveticaNeueCyr';
	margin: 0;
	cursor: default;
}
.active_form_active form {
	position: relative;
}
.checkbox_layer {
	position: relative;
}

.checkbox_layer .checkbox {
	position: absolute;
	z-index: -1;
	opacity: 0;
	margin: 0;
}
.checkbox_layer input[type="checkbox"] {
	opacity: 0;
	position: absolute;
	top: 3px;
	left: 0;
	width: 17px;
	height: 17px;
	z-index: 99999;
	cursor: pointer;
}
.checkbox + label {
	position: relative;
	padding: 0 0 0 35px;
	cursor: pointer;
}
.checkbox + label:before {
	content: '';
	position: absolute;
	top: 3px;
	left: 0;
	width: 15px;
	height: 15px;
	line-height: 15px;
	text-align: center;
	background: #036DA8;
	border-radius: 2px;
	transition: .2s;
	z-index: 9999;
	color:#fff;
}
.checkbox:checked + label:before {
	content: '\2713';
}
.active_form_two {
	width: 100%;
	font-family: 'HelveticaNeueCyr';	
	padding: 30px;
	box-sizing: border-box;
	text-align: center;
}
.active_form_two .active_form_title .title {
	font-style: normal;
	font-weight: bold;
	font-size: 30px;
	line-height: 30px;
	color: #FFFFFF;
}
.active_form_two .active_form_title .desc {
	font-style: normal;
	font-weight: 550;
	font-size: 18px;
	line-height: 129.3%;
	color: #FFFFFF;
}
.forms_flex {
	display: flex;
	justify-content: space-between;
	width: 100%;	
	background: #FFFFFF;
	border-radius: 5px;
	padding: 10px;
}
.checkbox_layer {
	margin-top: 10px;
	margin-bottom: 0 !important;
}
.active_form_two .active_form_title {
	text-align: center;
}
.active_form_two .checkbox_layer {
	text-align: left;
}
.active_form_two .checkbox_layer input[type="checkbox"] { 	
	margin: 0;
}
.active_form_two .checkbox + label:before {
    content: '';
    position: absolute;
    top: 1px;
    left: 0;
    width: 15px;
    height: 15px;
	font-size: 12px;
    line-height: 17px;
    text-align: center;
    background: #ffffff;
    border-radius: 2px;
    transition: .2s;
    z-index: 9999;
	color: #187D18;
}
.active_form_two .checkbox:checked + label:before {
	content: '\2713';
}
.active_form_two .checkbox + label {
	font-style: normal;
font-weight: normal;
font-size: 13px;
line-height: 18px;
color: #FFFFFF;

}
.active_form_two .active_form_two_active button {
	background: #187D18;
border-radius: 5px;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 14px;
color: #FFFFFF;
padding: 15px 45px;
border: none;
box-sizing: border-box;
}
.active_form_two .active_form_two_active button:hover {
	background: #8dcc8d;
}
.active_form_two .active_form_two_active input[type="text"] {
	background: #E0EFE0;
border-radius: 5px;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 14px;
/* identical to box height */
border: none;
color: #1C1C1C;
    padding: 0 20px 0 45px;
	position: relative;
}
.active_form_two .active_form_two_active input[type="text"]::placeholder {
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 14px;
/* identical to box height */

color: #A2C0A2;
}
.active_form_two .active_form_two_active input[type="text"]:nth-child(1) {
	background: #E0EFE0 url('img/phone-gr.png') left center no-repeat;
	background-position: left 15px center;
}
.active_form_two .active_form_two_active input[type="text"]:nth-child(2) {
	background: #E0EFE0 url('img/man-gr.png') left center no-repeat;
	background-position: left 15px center;
}
.active_form_tree {
	max-width: 545px;
	margin: 0 auto;
	background: #FFFFFF;
border-radius: 10px;
box-shadow: 0px 7px 45px #D1E3ED;
}
.active_form_tree .active_form_title {
	position: relative;
	    width: 100%;
    padding: 24px 35px 30px 125px;
    border-radius: 10px 10px 10px 0;

}
.active_form_tree .active_form_title:before {
	content: '';
	background: url('img/vopros.png') center center no-repeat;
	width: 66px;
    height: 48px;
	position: absolute;
	top: 30px;
	left: 30px;
}
.active_form_tree .active_form_tree_active {
		    padding: 0 35px 35px 35px;
}
.active_form_tree_active input[type="text"] {
	border: none;
	border-bottom: 2px solid #A8D4EB;
	width: calc(100% - 40px);
	padding: 0 0 3px 20px;
	box-sizing: border-box;
	font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 14px;
color: #1C1C1C;
}
.active_form_tree_active p {
	margin-bottom: 25px !important;
}
.active_form_tree_active input[type="text"]::placeholder {

font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 14px;
/* identical to box height */

color: #8CBAD7;
}
.active_form_tree .active_form_tree_active input[type="text"].phone {
	background: url('img/phone.png') left center no-repeat;
	background-position: left bottom 5px;
}
.active_form_tree .active_form_tree_active input[type="text"].man {
	background: url('img/man.png') left center no-repeat;
	background-position: left bottom 5px;
}
.active_form_tree .active_form_tree_active  {
text-align: center; 

}
.active_form_tree .checkbox + label:before {
    content: '';
    position: absolute;
    top: 3px;
    left: 0;
    width: 15px;
    height: 15px;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    background: #EAF7FF;
    border-radius: 2px;
    transition: .2s;
    z-index: 9999;
    color: #8BBAD7;
}
.active_form_tree .checkbox_layer input[type="checkbox"] {
	margin: 0;
/*	top: 7px;
    left: 27px;*/
	top: 4px;
    left: 49px;
	
}
.active_form_tree .checkbox_layer label {
	font-style: normal;
font-weight: normal;
font-size: 13px;
line-height: 18px;
/* identical to box height */

color: #8BBAD7;
}
.active_form_tree .checkbox:checked + label:before {
	content: '\2713';
}
.active_form_tree .active_form_tree_active button {
background: #209ADD;
border-radius: 5px;
font-style: normal;
font-weight: 550;
font-size: 17px;
line-height: 17px;
color: #FFFFFF;
padding: 15px 80px;
border: none;
box-sizing: border-box;
}
.active_form_tree .active_form_tree_active button:hover {
	background: #71b7de;
}
@media (max-width: 1200px) {
	.forms_flex {
		flex-direction: column;
	}
	.active_form_two .active_form_two_active input[type="text"] {
		background: #E0EFE0;
		border-radius: 5px;
		font-style: normal;
		font-weight: normal;
		font-size: 14px;
		line-height: 14px;
		border: none;
		color: #1C1C1C;
		padding: 15px 20px 15px 45px;
		position: relative;
		margin-bottom: 10px;
	}
	.active_form_two .active_form_two_active button {
		background: #187D18;
		border-radius: 5px;
		font-style: normal;
		font-weight: normal;
		font-size: 14px;
		line-height: 14px;
		color: #FFFFFF;
		padding: 15px 20px;
		border: none;
		box-sizing: border-box;
	}
	.active_form_two {
		background: #5cb85c !important;
	}
	.active_form_two .active_form_title .title {
		font-style: normal;
		font-weight: bold;
		font-size: 21px;
		line-height: 30px;
		color: #FFFFFF;
	}
	.active_form_two .active_form_title .desc {
		font-style: normal;
		font-weight: 400;
		font-size: 13px;
		line-height: 129.3%;
		color: #FFFFFF;
	}
}
@media (max-width: 600px) {
	.active_form_image {
		display: none;
	}
	.active_form {
		width: 100%;
	}
	.active_form input[type="text"] {
		min-width: 100%;
    box-sizing: border-box;
	}
	.active_form input[type="submit"] { 
	min-width: 100%;
    box-sizing: border-box;
	}
	.active_form {
    height: 385px;
	}
	.active_form p.absolute {
		margin: 0;
		position: relative;
		bottom: -10px;
		left: 0;
	}
	.active_form_title .title {
		font-family: 'HelveticaNeueCyr';
		font-style: normal;
		font-weight: bold;
		font-size: 18px;
		line-height: 25px;
		color: #FFFFFF;
		margin-bottom: 5px;
	}
	.active_form_tree .active_form_title:before {
		display: none;
	}
	.active_form_tree .active_form_title {
		position: relative;
		width: 100%;
		padding: 20px;
		border-radius: 10px 10px 10px 0;
	}
	.active_form_tree .active_form_tree_active button {
		background: #209ADD;
		border-radius: 5px;
		font-style: normal;
		font-weight: 550;
		font-size: 15px;
		line-height: 17px;
		color: #FFFFFF;
		padding: 15px 20px;
		border: none;
		box-sizing: border-box;
	}
	.checkbox + label {
		position: relative;
		padding: 0px 0 0 20px;
		cursor: pointer;
	}
	.active_form_tree_active input[type="text"] {
		width: 100%;
	}
	.active_form_tree .active_form_tree_active {
		padding: 10px 35px 35px 35px;
	}
	.forms_flex {
		flex-direction: column;
	}
	.active_form_two .active_form_two_active input[type="text"] {
		background: #E0EFE0;
		border-radius: 5px;
		font-style: normal;
		font-weight: normal;
		font-size: 14px;
		line-height: 14px;
		border: none;
		color: #1C1C1C;
		padding: 15px 20px 15px 45px;
		position: relative;
		margin-bottom: 10px;
	}
	.active_form_two .active_form_two_active button {
		background: #187D18;
		border-radius: 5px;
		font-style: normal;
		font-weight: normal;
		font-size: 14px;
		line-height: 14px;
		color: #FFFFFF;
		padding: 15px 20px;
		border: none;
		box-sizing: border-box;
	}
	.active_form_two {
		background: #5cb85c !important;
	}
	.active_form_two .active_form_title .title {
		font-style: normal;
		font-weight: bold;
		font-size: 21px;
		line-height: 30px;
		color: #FFFFFF;
	}
	.active_form_two .active_form_title .desc {
		font-style: normal;
		font-weight: 400;
		font-size: 13px;
		line-height: 129.3%;
		color: #FFFFFF;
	}
}

.datarc-company-field {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.datarc-form-result:empty {
    display: none;
}
