.block_form_3_container {
    display: flex;
    flex-wrap: wrap;
    padding-left: 20px;
    padding-right: 20px;
}

.block_form_3_text {
    display: flex;
    flex-wrap: wrap;
    flex-basis: 240px;
    flex-grow: 1;
    text-align: center;
    align-items: center;
    justify-content: center;
	gap: 20px;
	padding-left: 20px;
}

.block_form_3_text_icon {
	flex-basis: 50px;
	width: 50px;
	height: 50px;
	background-color: var(--color-active);
	border-radius: 50%;
}

.block_form_3_text_icon_svg {
	width: 50px;
	height: 50px;
	fill: #ffffff;
}

.block_form_3_text_text {
	flex-basis: 250px;
	flex-grow: 1;
}

.block_form_3_triangle_containet {
	width: 60px;
}

.block_form_3_triangle {
	fill: #ff0000;
}

.block_form_3_wrap {
    display: flex;
    flex-wrap: wrap;
    flex-basis: 300px;
    flex-grow: 1;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.block_form_3_wrap form {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: flex-start;
	text-align: center;
	width: 100%;
	padding-left: 60px;
	padding-right: 20px;
}

.block_form_3_item_wrap {
    display: flex;
    justify-content: flex-start;
    flex-basis: 200px;
    flex-grow: 1;
    align-items: center;
    height: 50px;
}

.block_form_3_item_wrap .dan_input,
.block_form_3_item_wrap_textarea .dan_input,
.block_form_3_wrap_checkbox {
    margin: 5px 10px 5px 0px;
    width: 100%;
    min-width: 180px;
}

.block_form_3_wrap_checkbox {
	display: inline-flex;
    justify-content: center;
    align-items: center;
}

.block_form_3_wrap label {
    margin: 5px 10px 5px 0px;
}

.block_form_3_checkbox_text {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.block_form_3_item_wrap_textarea {
	width: 100%;
    padding-right: 10px;
}

.block_form_3_item_textarea {
    width: 100% !important;
    height: 100px !important;
}

.block_form_3_submit_wrap {
    display: flex;
    flex-basis: 100%;
}

#block_form_submit {
	padding: 0px 20px;
}

.block_form_3_personal_information {
    width: 100%;
    text-align: left;
    font-size: 12px;
    color: #777;
}

.block_form_3_personal_information_checkbox {
    margin-left: 0px;
}

.block_form_3_personal_information a {
    text-decoration: none !important;
    color: inherit;
    font-weight: 600;
}


/* ======= ADAPTIVE ====== */
@media screen and (max-width:900px) {
    .block_form_3_text_icon {
		display: none;
    }
}

@media screen and (max-width:640px) {
	.block_form_3_text,
	.block_form_3_wrap {
		padding: 20px;
	}
	
	.block_form_3_wrap form {
		padding: 0px;
	}	

    .block_form_3_triangle_container {
		display: none;
    }
}


@media screen and (max-width: 480px) {
	.block_form_3_container {
		padding: 20px 10px !important;
	}
}
