.save-front {
	background: #2196F3;
	color: white;
	padding: 1.5rem 3.5rem;
	margin: 3rem 1rem 2rem 0rem;
	cursor: pointer;
	text-transform: uppercase;
	transition: background 0.3s ease, color 0.3s ease;
}

.reset-front {
	background: #ebebeb;
	color: black;
	padding: 1.5rem 2.5rem;
	margin: 3rem 1rem 2rem 0rem;
	cursor: pointer;
	text-transform: uppercase;
	transition: background 0.3s ease, color 0.3s ease;
}

.save-front:hover {
	background: #dce5e7;
	color: black;
}

.reset-front:hover {
	background: #2196F3;
	color: white;
}

.adm-detail-content-table>tbody>tr>.title {
	padding: 20px 0 0;
	font-size: 16px;
}

.adm-detail-content-table>tbody>.link>td {
	padding-left: 20px;
}

.adm-detail-content-table>tbody>.description>td {
	font-size: 10px;
	padding-left: 40%;
}

.adm-detail-content-table>tbody>.heading td {
	text-align: left !important;
}

.adm-detail-content-table>tbody>.heading td>b {
	font-weight: normal !important;
}

.base_color {
	cursor: pointer;
}

.base_color.active {
	border: 1px solid red;
}

.active-color {
	border: 3px solid red;
	border-radius: 50%;
}

.head {
	border-top: 1px solid #dce7ed;
	padding: 13px 17px 14px;
	font-size: 14px;
	color: #4c6267;
	font-weight: bold;
	position: relative;
	line-height: 18px;
	margin-top: -1px;
	cursor: pointer;
}

.head.active {
	background: #d2dbdd;
}

.menu-sections {
	width: 295px;
	border: 1px solid #dce7ed;
	border-radius: 0px 0px 3px 3px;
	background: #fff;
}

input.custom_color {
	height: 40px;
	border-radius: 2px;
	padding: 3px;
  background: #f8f8f8;
  border-radius: 0.625rem;
  padding: 0 5px 0 10px;
	border: 0.0625rem solid #D4DBEA;
}

.clr-field button {
	border-radius: 50%;
	width: 40px;
	height: 40px;
	margin-right: 5px;
}

.radio-section,
.radio-section-nabor {
	border: 1px solid #e4edef;
	padding: 5px 15px;
	display: inline-block;
	margin-right: 15px;
	min-width: 80px;
	background-color: #e4edef;
	margin-bottom: 15px;
	color: #212121;
	cursor: pointer;
	transition: background-color 0.3s ease, color 0.3s ease;
}

.radio-section:hover,
.radio-section-nabor:hover {
	background-color: #2196F3;;
	color: #fff;
}

.radio-section input[type="radio"],
.radio-section-nabor input[type="radio"] {
	/* appearance: auto; */
	display: none;
}

.active-radio-section {
	background: #2196F3;
	color: #fff;
}

label.radio-section,
label.radio-section-nabor  {
    font-size: 14px;
}

.radio-section input[type="checkbox"],
.radio-section-nabor input[type="checkbox"] {
	appearance: auto;
}

.radio-section,
.radio-section-nabor {
	text-align: center;
}

.radio-section span,
.radio-section-nabor span {
	display: block;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	margin: 0 auto;
}

.spoiler-content {
	display: none;
	padding: 15px 20px;
}

.spoiler-title-parent {
	/* border: 1px solid #B9B9B9;
	background: #d2dbdd;
	padding: 10px;
	text-decoration: none;
	color: #000;
	display: flex;
	margin: 10px;
	justify-content: space-between;
	cursor: pointer; */

	border: 0px solid #B9B9B9;
	background: #e4edef;
	padding: 16px;
	font-weight: 300;
	font-size: 16px;
	text-decoration: none;
	color: #4c6267;
	display: flex;
	margin: 0px 0px;
	justify-content: space-between;
	cursor: pointer;
}

/* The switch - the box around the slider */
.switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
	display: none;
}

/* The slider */
.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

.slider:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

input:checked+.slider {
	background-color: #2196F3;
}

input:focus+.slider {
	box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}

.slider.round {
	border-radius: 34px;
}

.slider.round:before {
	border-radius: 50%;
}

.tabs-content *,
.tabs-content *:before,
.tabs-content *:after {
	box-sizing: content-box;
}

.sort_list {
	margin: 0;
	padding: 0;

	list-style: none;
}

.sort_element {
	/* margin-bottom: 10px;
	text-align: center;
	border: 2px dashed #b2d9d0;
	border-radius: 10px;
	cursor: move;
	background-color: #dff2ef;

	transition: background-color 0.5s; */

	margin-bottom: 10px;
	text-align: left;
	border: 1px solid #e2eaec;
	border-radius: 2px;
	cursor: move;
	background-color: #f5f9f9;
	transition: background-color 0.5s;
}

.sort_element:last-child {
	margin-bottom: 0;
}

.selected {
	opacity: 0.6;
}

.title-block-front {
	font-size: 16px;
	text-align: center;
	font-weight: 500;
	line-height: 1.2;
	margin-bottom: 18px;
	margin-top: 12px;
}

.tabs-content {
	display: none;
}

.tabs-content.active {
	display: block;
}

.toggle {
	position: relative;
	display: block;
	width: 40px;
	height: 20px;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	transform: translate3d(0, 0, 0);
}

.toggle:before {
	content: "";
	position: relative;
	top: 3px;
	left: 3px;
	width: 34px;
	height: 14px;
	display: block;
	background: #ced0d3;
	border-radius: 8px;
	transition: background 0.2s ease;
}

.toggle span {
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	display: block;
	background: white;
	border-radius: 10px;
	box-shadow: 0 3px 8px rgba(154, 153, 153, 0.5);
	transition: all 0.2s ease;
}

.toggle span:before {
	content: "";
	position: absolute;
	display: block;
	margin: -18px;
	width: 56px;
	height: 56px;
	background: rgba(79, 46, 220, 0.5);
	border-radius: 50%;
	transform: scale(0);
	opacity: 1;
	pointer-events: none;
}

input:checked+.toggle:before {
	background: #a2d2e4;
}

input:checked+.toggle span {
	background: #08a8e4;
	transform: translateX(20px);
	transition: all 0.2s cubic-bezier(0.8, 0.4, 0.3, 1.25), background 0.15s ease;
	box-shadow: 0 3px 8px rgba(79, 46, 220, 0.2);
}

input:checked+.toggle span:before {
	transform: scale(1);
	opacity: 0;
	transition: all 0.4s ease;
}