.exercise, #exercise {
	height: auto;
	background: #f0e6d7;
}

.config-box {
	text-align: left;
}

.set-type, .set-graphics {
	display: inline-block;
	width: 60px;
	height: 60px;
	background-repeat: no-repeat;
	background-position: center center;
}

.set-type--1 {
	background-image: url(../images/a19/Buttons/Color_inactive.svg);
}
.set-type--1.is-active {
	background-image: url(../images/a19/Buttons/Color_active.svg);
}
.set-type--2 {
	background-image: url(../images/a19/Buttons/Shape_inactive.svg);
}
.set-type--2.is-active {
	background-image: url(../images/a19/Buttons/Shape_active.svg);
}
.set-type--3 {
	background-image: url(../images/a19/Buttons/Size_inactive.svg);
}
.set-type--3.is-active {
	background-image: url(../images/a19/Buttons/Size_active.svg);
}

.set-graphics--1 {
	background-image: url(../images/a19/Buttons/2D_inactive.svg);
}
.set-graphics--1.is-active {
	background-image: url(../images/a19/Buttons/2D_active.svg);
}
.set-graphics--2 {
	background-image: url(../images/a19/Buttons/3D_inactive.svg);
}
.set-graphics--2.is-active {
	background-image: url(../images/a19/Buttons/3D_active.svg);
}
.set-graphics--3 {
	background-image: url(../images/a19/Buttons/Illustration_inactive.svg);
}
.set-graphics--3.is-active {
	background-image: url(../images/a19/Buttons/Illustration_active.svg);
}

.exercise .task {
	padding-top: 30px;
	margin: 0 60px 60px;
}
@media all and (max-width: 1024px) {
	.task {
		margin-left: 0;
		margin-right: 0;
	}
}
.task__middle {
	position: relative;
	z-index: 3;
	padding-top: 70px;
}
@media all and (max-width: 1024px) {
	.task__middle {
		padding-left: 0;
		padding-right: 0;
	}
}
.task-header {
	margin-bottom: 15px;
}
.task-droppable, .task-draggables-wrap {
	height: 380px;
}
[data-level="c"] .task-droppable,
[data-level="c"] .task-draggables-wrap {
	height: 500px;
}
.task-droppable, .task-droppable-3 {
	border: 2px dashed #6a6667;
	border-radius: 30px;
}
.task-droppable-3 {
	width: 100%;
}
.task-draggables-wrap, .task-droppable-3-row {
	display: flex;
	align-items: center;
	justify-content: center;
}
.task-droppable-3-row:first-child {
	border-bottom: 2px dashed #6a6667;
}
.task-droppable-3__item {
	flex-grow: 1;
	height: 150px;
	border-left: 2px dashed #6a6667;
}
.task-droppable-3__item:first-child {
	border-left: 0;
}
.criterium {
	display: inline-block;
}
.criterium img {
	width: 80px;
	padding: 0 7px;
}
.draggable {
	display: inline-block;
}
.draggable-img {
	width: 80px;
}
[data-params*="small"] .draggable-img, [data-size="small"] .draggable-img {
	width: 50px;
}
.ui-draggable-dragging {
	z-index: 7;
	transition: none;
}
.task-droppable3-header, .task-droppable3-body {
	display: flex;
}
.task-droppable3-header .d3-left img, .task-droppable3-body .d3-right img {
	width: 80px;
}
.d3-left {
	display: flex;
	flex-grow: 1;
	justify-content: space-around;
}
.d3-right {
	min-width: 100px;
	max-width: 100px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
}

.task-level-3 .task__left {
	position: relative;
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 390px;
}