.support_svo > h1 {
	text-align: center;
}
.support_svo > h1:first-child {
	margin-bottom: 0;
}
.support_svo > h1.service-h2.blue {
	color: #0d4cd3;
}
.support_svo__filters {
	padding: 24px;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 1px 4px #e3ebfc, 0 24px 48px #e6ebf566;
	margin-bottom: 24px;
}
.support_svo .mb-4 {
	margin-bottom: 4px;
}
.support_svo .small-text {
	font-size: 14px;
	line-height: 20px;
	color: #0b1f33;
}
.support_svo select.dropdown {
	width: 100%;
	border-radius: 4px;
	border: 2px solid transparent;
	padding: 12px 40px 12px 16px;
	background-color: #f5f7fa;
	box-sizing: border-box;
	position: relative;
	cursor: pointer;
	line-height: 24px;
	min-height: 52px;
}

ul.support_types {
    margin: 1rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.type_btn {
    padding: 16px;
    border-radius: 8px;
    border: 1px solid #EDF2FE;
}

.type_btn-active {
    border: 2px solid #fff;
    background: #edf2fe;
}

