html, body {
	margin: 0 !important;
	height: 100%;
	color: #141414;
}

.container {
	display: flex;
	max-width: 1320px;
	width: 100%;
	height: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

p {
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	line-height: 21px;
	font-weight: 400;
	margin: 0;
}

h3 {
	font-family: 'Space Mono', monospace;
	font-size: 16px;
	line-height: 1;
	margin: 0;
	margin-bottom: 24px;
	text-transform: uppercase;
}

.right__section h3 {
	font-family: 'Space Mono', monospace;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	margin: 0;
	background: #141414;
	color: white;
	padding: 8px 12px;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
}

.left {
	position: relative;
	flex: 220px 0 0;
	background: linear-gradient(180deg, #141414 0%, #494992 24.22%, #47FFB2 98.93%);
	padding: 115px 51px;
	margin-left: 24px;
}

@media screen and (max-width: 1700px) {
	.left {
		padding-top: 60px;
	}
}

.left:before {
	content: "";
	position: absolute;
	left: -2000px;
	top: 0;
	width: 2001px;
	height: 100%;
	background: linear-gradient(180deg, #141414 0%, #494992 24.22%, #47FFB2 98.93%);
}

.logo {
	text-align: right;
}

.explained {
	width: 392px;
	position: absolute;
	right: -80px;
	top: 365px;
}

@media screen and (max-width: 1700px) {
	.explained {
		top: 310px;
	}
}

.explained__item {
	background: white;
	padding: 32px;
	border: 2px solid #141414;
	margin-bottom: 24px;
}

.explained__item:last-child {
	margin-bottom: 0;
}

.center {
	margin-top: 115px;
	margin-left: 105px;
	flex: 496px 0 0;
}

@media screen and (max-width: 1700px) {
	.center {
		margin-top: 60px;
	}
}

.main-panel {
	max-width: 100%;
	height: 842px;
	width: 595px;
	background: #FFFFFF;
	border: 2px solid #141414;
	position: relative;
	overflow: hidden;
}

.btn {
	display: block;
	max-width: 100%;
	width: 100%;
	margin-top: 24px;
	background: #47FFB2;
	border: 2px solid #141414;
	font-family: 'Space Mono', monospace;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	text-align: center;
	padding: 16px;
	color: #141414;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
}

.right {
	float: left;
	flex: 287px 0 0;
	margin-top: 115px;
	margin-left: 24px;
}

@media screen and (max-width: 1700px) {
	.right {
		margin-top: 60px;
	}
}

.right__section {
	margin-bottom: 48px;
}

.right__section:last-child {
	margin-bottom: 0;
}

.color-picker {
	display: flex;
	align-items: center;
	margin-top: 24px;
}

.color-picker__item {
	flex: 32px 0 0;
	height: 32px;
	margin-right: 12px;
	background: red;
	cursor: pointer;
}

.color-picker__item.active {
	border: 3px solid #47FFB2;
	box-sizing: unset;
}

.color-picker__item--green {
	background-color: #47FFB2;
}

.color-picker__item--pink {
	background-color: #FA3E89;
}

.color-picker__item--purple {
	background-color: #494992;
}

.color-picker__item--black {
	background-color: #141414;
}

.color-picker__item--white {
	background-color: white;
	border: 2px solid #141414;
	box-sizing: border-box;
}

.elements {
	margin-top: 24px;
}

.ac-title {
	position: relative;
	border: none;
	border-bottom: 2px solid #141414;
	font-family: 'Roboto', sans-serif;
	color: #141414;
	font-size: 16px;
	line-height: 1;
	padding: 16px 36px;
	margin: 0 !important;
	cursor: pointer !important;
	font-weight: normal !important;
	outline: none !important;
	background: none !important;
}

.ui-accordion-header {
	padding: 12px 36px !important;
}

.ui-icon {
	display: none;
}

.ac-title.ui-state-active {
	border-bottom: none;
}

.ac-title:before {
	content: "";
	background-image: url("content/icons/plus.svg");
	width: 12px;
	height: 12px;
	background-size: 12px;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	left: 12px;
	top: 50%;
	transform: translate(0, -50%);
}

.ac-title.ui-state-active:before {
	background-image: url("content/icons/minus.svg");
}

.ac-content {
	padding: 0 !important;
	border: none;
	border-bottom: 2px solid #141414;
	padding-bottom: 13px !important;
}

.ac-images {
	display: flex;
	flex-wrap: wrap;
	margin-left: -12px;
	margin-right: -12px;
}

.ac-image-item {
	flex: 80px 0 0;
	padding: 11px;
	cursor: pointer;
}

.ac-image-item.active-image .ac-image-wrap {
	border: 2px solid #47FFB2;
}

.ac-image-wrap {
	border: 2px solid #141414;
}

.ac-image-item img {
	max-width: 100%;
}

.reset {
	color: #47FFB2;
	font-size: 16px;
	font-family: 'Space Mono', monospace;
	line-height: 16px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
}

.panel-image-holder {
	display: none;
	width: 300px;
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 0;
}

.panel-image-holder img {
	width: 100%;
}

.panel-image-holder.active {
	display: block;
}

.panel-image-holder.ui-draggable-dragging img {
	border: 2px solid #47FFB2;
}