.oem-sidebar {
	width: 355px;
	max-width: 355px;
	flex: 0 0 355px;
	min-width: 190px;
}

.oem-sidebar__group {
	border-bottom: 1px solid #e3e3e3;
	padding: 14px 0;
}

.oem-sidebar__group-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

.oem-sidebar__group-title {
	font-size: 16px;
	font-weight: 700;
}

.oem-sidebar__group-title a {
	color: inherit;
	text-decoration: none;
}

.oem-sidebar__group-title a:hover {
	text-decoration: none;
}

.oem-sidebar__toggle {
	flex-shrink: 0;
	width: 20px;
	height: 20px;
	border-radius: 2px;
	background-color: #f2f2f2;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	line-height: 0;
	user-select: none;
	cursor: pointer;
}

.oem-sidebar__group--expanded .oem-sidebar__list {
	display: block;
	margin-top: 10px;
}

.oem-sidebar__list {
	display: none;
	margin: 0;
	padding-left: 15px;
	list-style: none;
}

.oem-sidebar__bullet {
	position: relative;
	padding-left: 20px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
}

.oem-sidebar__bullet a {
	color: inherit;
	text-decoration: none;
}

.oem-sidebar__bullet a:hover {
	text-decoration: none;
}

.oem-sidebar__bullet::before {
	content: "•";
	position: absolute;
	left: 7px;
	top: 0;
}

.oem-sidebar__current {
	position: relative;
	padding-left: 20px !important;
	margin: 8px 0;
	background-color: #e5e5e5;
	padding: 6px 8px;
}

.oem-sidebar__current::before {
	content: "•";
	position: absolute;
	left: 7px;
	top: 7px;
}

.oem-sidebar__current-link {
	color: #336699;
	text-decoration: underline;
	font-size: 14px;
}

#nextSection {
	margin-bottom: 24px;
	border-radius: 4px;
	margin-top: 24px;
}

#nextSection .title {
	font-family: "robotobold";
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 12px;
	padding-top: 12px;
	font-size: 14px;
	cursor: pointer;
}

#nextSection ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nextSection ul.sections-list {
	padding: 0;
}

#nextSection ul.subsections {
	padding-left: 0;
	margin-left: 0;
	overflow: hidden;
	transition: max-height 0.3s ease, opacity 0.3s ease;
	max-height: 0;
	opacity: 0;
}

#nextSection ul.subsections[style*="block"] {
	max-height: 5000px;
	opacity: 1;
}

#nextSection li {
	position: relative;
}

/* ширина подуровней по контейнеру, отступ только у текста */
#nextSection li.level-2,
#nextSection li.level-3 {
	padding-left: 0;
}

#nextSection li a {
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-decoration: none;
	display: inline-block;
	padding: 12px 24px;
	font-size: 13px;
}

/* визуальный отступ текста по уровню вложенности */
#nextSection li.level-1 > .sectionLine > .sectionColumn > a {
	padding-left: 16px;
}

#nextSection li.level-2 > .sectionLine > .sectionColumn > a {
	padding-left: 40px;
}

#nextSection li.level-3 > .sectionLine > .sectionColumn > a {
	padding-left: 85px;
}

#nextSection li a.selected {
	font-weight: bold;
}

#nextSection li.selected > .sectionLine > .sectionColumn > a {
	font-weight: bold;
}

#nextSection li.selected > .sectionLine {
	background-color: rgba(0, 0, 0, 0.05);
}

#nextSection li .cnt {
	float: right;
}

#nextSection .sectionLine {
	border-collapse: collapse;
	table-layout: fixed;
	display: table;
	width: 100%;
	position: relative;
}

#nextSection .toggle {
	display: inline-block;
	width: 25px;
	height: 25px;
	cursor: pointer;
	vertical-align: middle;
	position: relative;
	margin-right: 8px;
	margin-left: 8px;
	background: url('/local/templates/dresscodeV2/images/question-arrow.png') center center no-repeat;
	background-size: contain;
	transition: transform 0.2s ease;
}

#nextSection .toggle:hover {
	transform: translateY(-1px);
}

#nextSection li.expanded > .sectionLine > .toggle {
	transform: rotate(180deg);
}

#nextSection li.expanded > .sectionLine > .toggle:hover {
	transform: rotate(180deg) translateY(-1px);
}

#nextSection .toggle-placeholder {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 8px;
}

#nextSection .sectionColumn {
	display: table-cell;
	vertical-align: middle;
}

#nextSection .sectionColumn.last {
	width: 60px;
}


.level-1 .sectionLine {
	display: flex !important;
}

.sectionLine {
	display: flex !important;
	align-items: center;
}

.sectionColumn {
	margin-right: auto !important;
}

.sectionColumn.last {
	margin-right: 0 !important;
}
