.block-faq {
	width         : 100%;
	margin-bottom : 45px;
}

.block-faq .container {
	justify-content : space-between;
}

.block-faq .colum {
	width   : 48%;
	padding : 10px 0;
}

.block-faq .theme-options[data-toggle="hl.dropdown"] > [type=button],
.block-faq .theme-options[data-toggle="hl.dropdown"] > [type=button] + div {
	padding-left : 23px;
	border-color : #000;
}

.block-faq .theme-options.open[data-toggle="hl.dropdown"] > [type=button] {
	border-bottom-width : 0px;
}

@media (max-width : 740px) {
	.block-faq .colum {
		width   : 100%;
		padding : 0
	}

	.standart-form {
		max-width : 100%;
	}
}

@media (max-width : 370px) {
	.block-faq .theme-options[data-toggle="hl.dropdown"] > [type=button],
	.block-faq .theme-options[data-toggle="hl.dropdown"] > [type=button] + div {
		padding-left : 3px;
	}

	.block-faq .theme-options[data-toggle="hl.dropdown"] > [type=button] {
		white-space : normal;
	}
}

@media (min-width : 1261px) {
	.block-faq {
		margin-bottom : 75px;
	}
}