@charset "utf-8";

body {
	background: #eee;
	color: var(--font-color);
	margin: 0;
	padding: 0;
	font: normal 100%/1.2em "Helvetica neue", Arial, sans-serif;
	letter-spacing: 0.5px;
}
* {box-sizing: border-box}

html,body,div,h1,h2,h3,h4,h5,h6,ul,ol,li,p,form,fieldset,table,th,td {
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6 {
	font: normal 100%/1.2em "Helvetica neue", Arial, sans-serif;
	color: #23434a;
	margin: 6px 0 3px;
}


/* Var */
:root {
	--font-color: #23434a;
	--btn-bg: #44525b;
	--btn-bg-hover: #5f6a71;
	--btn-bg-active: #44525b;

	--border-radius: 8px;

	--select-border: #777;
	--select-focus: blue;
	--select-arrow: var(--select-border);

	--color-red: #fb0d0d;
}

h3 {
	font-size: 1.3em;
	margin: 0 0 22;
}

h4 {
	font-size: 1.1em;
	margin: 0 0;
}

a {
	display: inline-block;
	text-decoration: none;
	transition: 0.3s;
	color: #23434a;
}

ul {list-style: none}

a:hover {color: #000}

img {
	position: relative;
	vertical-align: top;
	max-width: 100%;
}

select {
	background-color: #fff;
	background-image: linear-gradient(to top, #f9f9f9, #fff 33%);
	border: 1px solid var(--select-border);
	border-radius: var(--border-radius);
	background-color: transparent;
	border: none;
	grid-area: select;
	padding: 5px;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	font-size: 1.25rem;
	cursor: pointer;
	line-height: 1.1;

}
.select {
	background-color: #fff;
	border-radius: var(--border-radius);
	display: grid;
	grid-template-areas: "select";
	align-items: center;
	padding: 0 .6em;
	cursor: pointer;
}
.select:after {
	content: "";
	grid-area: select;
	justify-self: end;
	width: 0.8em;
	height: 0.5em;
	background-color: var(--select-arrow);
	clip-path: polygon(100% 0%, 0 0%, 50% 100%);
}


input: [placeholder],
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #999;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #999;
}

:before,
:after {
	font-family: FontAwesome;
	display: inline-block;
	transition: .2s;
}

/* ClearFix */
.container:before,
.container:after,
.clr:before,
.clr:after {
	content: "";
	display: table;
}

.container:after,
.clr:after {
	clear: both;
}

* html .clearfix {
	zoom: 1;
}

/* IE6 */
*:first-child + html .clearfix {
	zoom: 1;
}

/* Blocks */
.di, span {display: inline-block;}
.db {display: block;}
.dn {display: none;}
.fr {float: right;}
.fl {float: left;}
.pa {position: absolute;}
.pr {position: relative;}
.br {border-radius: var(--border-radius);}
.tc {text-align: center;}
.tl {text-align: left;}
.tr {text-align: right;}
.tu {text-transform: uppercase;}
.cp {cursor: pointer;}
.cm {cursor: move;}
.oh {overflow: hidden;}
.vt {vertical-align: top;}
.vc {vertical-align: center;}

/* Background */
.bg-33{background:#333}
.bg-ff{background:#fff}
.bg-ee{background:#eee}
.bg-f5{background:#f5f5f5}
.bg-f7{background:#f7f7f7}
.bg-gr{background:#04b504}
.bg-re{background:red}

/* Color */
.c-00{color:#000}
.c-33{color:#333}
.c-66{color:#666}
.c-88{color:#888}
.c-99{color:#999}
.c-ff{color:#fff}
.c-ee{color:#eee}
.c-dd{color:#ddd}
.c-bb{color:#bbb}
.c-or{color:#fe7029}
.c-bl{color:#0e6dd2}
.c-re{color:#fb0d0d}
.c-gr{color:#0d8f0d}

/* Fonts */
.f9{font-size:9px}
.f10{font-size:10px}
.f11{font-size:11px}
.f12{font-size:12px}
.f13{font-size:13px}
.f14{font-size:14px}
.f16{font-size:16px}
.f18{font-size:18px}
.f20{font-size:20px}
.f30{font-size:30px}
.f40{font-size:40px}
.f50{font-size:50px}
.f80{font-size:80px}
.fw-n{font-weight:400}
.fw-b{font-weight:700}

/* Padding */
.p5{padding:5px}
.pt5{padding-top:5px}
.pb5{padding-bottom:5px}
.pr5{padding-right:5px}
.pl5{padding-left:5px}
.p10{padding:10px}
.pt10{padding-top:10px}
.pb10{padding-bottom:10px}
.pr10{padding-right:10px}
.pl10{padding-left:10px}
.p20{padding:20px}
.pt20{padding-top:20px}
.pb20{padding-bottom:20px}
.pr20{padding-right:20px}
.pl20{padding-left:20px}

/* Margin */
.m5{margin:5px}
.mt5{margin-top:5px}
.mb5{margin-bottom:5px}
.mr5{margin-right:5px}
.ml5{margin-left:5px}
.m10{margin:10px}
.mt10{margin-top:10px}
.mb10{margin-bottom:10px}
.mr10{margin-right:10px}
.ml10{margin-left:10px}
.m20{margin:20px}
.mt20{margin-top:20px}
.mb20{margin-bottom:20px}
.mr20{margin-right:20px}
.ml20{margin-left:20px}

.trn {
	transition: all 0.3s;
}

/* Flex блоки */
.flex {
	display: flex;
	flex-flow: row wrap;
}
.fs{justify-content:flex-start}
.fe{justify-content:flex-end}
.sa{justify-content:space-around}
.sb{justify-content:space-between}
.jc{justify-content:center}
.as{align-items:flex-start}
.ac{align-items:center}
.ae{align-items:flex-end}
/* END Flex блоки */

.box,
.box-2 {
	background: #fff;
	border-radius: var(--border-radius);
	box-shadow: 0 1px 2px -2px #000;
	position: relative;
	margin-bottom: 10px;
}

.box-2 {
	background: #e8e8e8;
	padding: 10px;
}

.box-in {
	border-radius: var(--border-radius);
	box-shadow: 0 1px 2px -2px #000 inset;
}

.box-meny {
	box-shadow: 0 1px 7px -2px #333;
	font-size: 11px;
	border-radius: 2px;
	background: #fff;
	padding: 6px 0 !important;
}
.new-element-title {
	margin: 0 0 35px;
	font-size: 16px;
	font-weight: bold;
	color: var(--font-color);
}
/* END Условные обозначения */


/* Кнопки */
.but,
.but2 {
	border-radius: var(--border-radius);
	border: medium none;
	box-shadow: 0 1px 2px -2px #000;
	background: #fff;
	font-size: 12px;
	font-weight: 500;
	padding: 8px 12px;
	-webkit-appearance: none;
	transition: 0.2s;
	text-align: center;
	cursor: pointer;
	color: #23434a;
	display: inline-block;
}

.but .fa {
	color: #333;
}

.but:hover {
	background: #2a3a44;
	color: #fff;
}

.but:hover .fa {
	color: #fff;
}

.but:active,
.but2:active,
.but3:active {
	transition: all 0.4s;
	box-shadow: 0 1px 4px -2px #000 inset;
}

.but2 {
	color: #555;
	padding: 10px 14px;
	font-size: 15px;
}

.but2:hover {
	background: #7b96a7;
	color: #fff !important;
}

.noClick {
	pointer-events: none;
	opacity: 0.5;
}

.fa-print:hover {
	color: #000 !important;
}

.but3,
.status-color > a {
	box-shadow: 0 1px 2px -2px #000;
	border: none;
	background: #bac3c9;
	border-radius: var(--border-radius);
	transition: 0.2s;
	font-size: 12px;
	font-weight: 500;
	color: #333;
	cursor: pointer;
}

.act,
.but3:hover,
.but3.sell,
.status-color > a:hover {
	background: #4c8bce;
	color: #fff;
}

.show-sold-prod:hover {
	background: #7b96a7;
	color: #fff;
}

.selected-time {
	padding: 0 10px;
}

.selected-time span,
.selected-time b {
	padding: 0 4px;
}

.fa-times,
.fa-bars,
.fa-times-circle {
	color: #999;
	cursor: pointer;
	transition: 0.3s;
}

.fa-bars {
	cursor: move;
	transition: 0.3s;
}

.fa-bars:hover {
	color: #333;
	transform: scale(1.4);
}

.fa-trash,
.img-add-btn,
.edit-post .fa-pencil-square-o {
	border-radius: var(--border-radius);
	padding: 8px;
	transition: 0.2s;
	font-size: 14px;
	color: #999;
	cursor: pointer;
}

.fa-trash:hover {
	color: #ff0a0a !important;
	transform: scale(1.3);
}

.img-add-btn:hover {
	background: #f7f7f7;
	color: #333;
}

.edit-post .fa-pencil-square-o:hover {
	background: #e3e3e3;
	color: #4685b2;
}

.fa-clone,
.fa-eye {
	transition: 0.3s;
}

.fa-times:hover.fa-times:before,
.fa-times-circle:hover {
	transform: scale(1.4);
	color: #f90000;
	cursor: pointer;
}

.ico-close {
	background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48dGl0bGU+Y2xvc2U8L3RpdGxlPjxnIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlPSIjMDAwIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0xIDFsMTIgMTJNMTMgMUwxIDEzIi8+PC9nPjwvc3ZnPg==)
		center center no-repeat;
	width: 16px;
	height: 16px;
	cursor: pointer;
	transition: opacity 0.2s;
	opacity: 0.3;
}

.ico-close:hover {
	opacity: 1;
	transform: scale(1.4);
}

.min-win {
	background: #eee;
	box-shadow: 0 5px 35px -5px #333;
	border-radius: var(--border-radius);
	position: absolute;
	z-index: 999;
}

.min-win-title {
	background: #d1d4d7;
	border-radius: 8px 6px 0 0;
	font-size: 14px;
	font-weight: bold;
	padding: 12px 15px;
	cursor: move;
}

/* Кнопки верхней панели */
.save-but {
	background: #ddd;
	min-width: 120px;
	font-size: 13px;
}

.save-but:hover {
	background: #58a259;
	color: #fff;
}

.save-but input,
.but3 input {
	display: none;
}

.but .fa,
.but3 .fa {
	margin-left: 10px;
}

.view-but {
	background: #f5f5f5;
}

.view-but:hover {
	background: #f5f5f8;
}

.product-during {
	background: #ececec;
	border-radius: var(--border-radius);
	position: relative;
	padding: 8px 10px;
	font-size: 12px;
	font-weight: 500;
	min-width: 70px;
	cursor: pointer;
	white-space: nowrap
}

.active-switch {
	background: #ececec;
	border-radius: var(--border-radius);
	display: flex;
	justify-content: space-between;
	position: relative;
	padding: 8px 10px;
	flex-wrap: nowrap;
	align-items: center;
	font-size: 13px;
	font-weight: 500;
	cursor: pointer;
	min-width: 130px;
	margin: 0 10px 0;
	white-space: nowrap;
}

.active-switch--select {
	margin-left: 10px;
}

.product-during .fa {
	font-size: 18px;
	vertical-align: middle;
}

.product-during > span {
	margin: 0 5px 0 3px;
}

.product-during:hover {
	background: #fff;
}

.enabled_product,
.not_enabled_product {
	position: relative;
	color: #5bd248;
	cursor: pointer;
	font-size: 18px;
	vertical-align: middle;
}

.enabled_product:before {
	content: "\f205";
	transition: inherit;
}

.not_enabled_product:before {
	content: "\f205";
	color: #bbb;
	transform: rotate(180deg);
	transition: inherit;
}

/* END Кнопки */
/* Inputs */
.input-1,
.input-2,
.input-3 {
	background: #f5f5f5;
	border-radius: var(--border-radius);
	box-shadow: 0 1px 1px -1px #888 inset;
	border: none;
	width: 100%;
	padding: 10px 10px;
	font-size: 14px;
	font-weight: normal;
	outline: 0;
}

.input-2 {
	background: #fff;
}

.input-3 {
	padding: 3px 5px 2px;
}

.input-1:focus,
.input-2:focus,
.input-3:focus {
	box-shadow: 0 0 1px 0px #000 inset inset;
}

.input-1.ui-autocomplete-input {
	font-size: 14px;
}

/* END Inputs */
/* Select */
.sel-1 {
	background: #fff;
	box-shadow: 0 1px 2px -2px #000;
	border-radius: var(--select-border-radius);
	position: relative;
	height: 30px;
}

.sel-1:after {
	content: "";
	border-style: solid;
	border-width: 5px 5px 0 5px;
	border-color: #333 transparent transparent transparent;
	pointer-events: none;
	position: absolute;
	top: 50%;
	right: 10px;
	z-index: 1;
	margin-top: -2px;
}

.sel-1 select {
	width: 100%;
	height: 100%;
	padding: 0 0 0 5px;
	background: none;
	border: 1px solid #fff;
	font-size: 14px;
	color: #000;
}

.sel-1:hover,
.sel-1:focus {
	outline: 0;
	cursor: pointer;
	border-color: #fbfbfb;
	background: #fbfbfb;
}

.sel-1 hover:focus {
	opacity: 0;
	filter: alpha(opacity=0);
}

/* Убираем стандартные стрелочки в IE */
.sel-1 select::-ms-expand {
	display: none;
}

/* END Select */
/* Обертка */
.wrap,
.wrap-bottom {
	height: auto;
	min-width: 1260px;
	margin: 0 auto;
	overflow: hidden;
}

.wrap-bottom {
	padding: 0 20px 60px;
}

/* END Обертка */
/* Шапка */
.header {
	background: #eee;
	position: relative;
	height: 70px;
	order: 0;
	flex: 0 1 100%;
	box-shadow: 0 2px 3px -3px #000;
	z-index: 11;
	order: 1;
}

.to-front {
	position: absolute;
	top: 1px;
	right: -30px;
	color: #bec0c2;
	font-size: 18px;
}

.to-front:hover {
	color: #23434a;
}

.user-icon-header {
	width: 190px;
	margin: 17px 95px 0 15px;
}

.user-icon-header img {
	width: 35px;
	border-radius: 25px;
	font-size: 10px;
}

.company-name {
	text-align: left;
}

.main-meny {
	margin-top: 16px;
}

.main-meny a,
.dop-order-label a {
	background: #fff;
	border-radius: var(--border-radius);
	box-shadow: 0 0px 6px -3px #000;
	font-size: 13px;
	display: inline-block;
	padding: 10px 24px;
	text-align: left;
	font-weight: 500;
	transition: 0.2s;
	margin-right: 6px;
	letter-spacing: 1px;
}

.main-meny .bar-qty {
	background: #f1f1f1;
	margin: 1px 0 0 10px;
}

.main-meny a:hover,
.cat-stock > label:hover,
.dop-order-label a:hover {
	background: #7b96a7;
	color: #fff;
}

/* END Шапка */
/* Меню выбора сайтов */
.company-name-wrap {
	position: relative;
}

.company-name {
	position: relative;
	font-size: 12px;
	font-weight: bold;
}

.company-name:after {
	content: "";
	border-style: solid;
	border-width: 5px 5px 0 5px;
	border-color: #333 transparent transparent transparent;
	position: relative;
	top: -1px;
	left: 3px;
}

.companys-list {
	background: #fff;
	box-shadow: 0 2px 20px -3px #333;
	border-radius: var(--border-radius);
	position: absolute;
	padding: 5px 0;
	opacity: 0;
	pointer-events: none;
	min-width: 185px;
	text-align: left;
	top: 20px;
	font-size: 13px;
	line-height: 2;
}

.company-name-wrap:hover .companys-list {
	opacity: 1;
	pointer-events: inherit;
}

.company-item {
	position: relative;
	padding: 2px 15px;
	cursor: pointer;
}

.company-item:hover {
	background: #eee;
}

.company-item.sell {
	background: #edf5e7;
}

.company-item:after {
	content: "\f096";
	cursor: pointer;
	position: absolute;
	left: 85%;
	top: 1px;
	font-size: 15px;
}

.company-item.sell:after {
	content: "\f046";
	color: #60cb3d;
}

.change-company-btn {
	background: #c4d3e0;
	border-radius: var(--border-radius);
	padding: 4px 5px;
	width: 100px;
	margin: 30px auto 5px;
	text-align: center;
	font-size: 12px;
	cursor: pointer;
}

.change-company-btn:hover {
	background: #a2c6e6;
}

/* END Меню выбора сайтов */
/* Левыйй сайтбар */
.left-icon-wrap {
	background: #1d2931;
	box-shadow: 2px -2px 3px -3px #000;
	position: relative;
	flex: 0 0 60px;
	text-align: center;
	padding: 50px 0 50px;
	z-index: 10;
	min-height: 1060px;
	order: 2;
}

.l-icon-wr {
	background: #1d2931;
	position: relative;
	padding: 0 0 22px;
	z-index: 2;
}

.left-icon {
	position: relative;
}

.lm-btm {
	position: relative;
	width: 60px;
	font-size: 1.6em;
	height: 50px;
	color: #959ea2;
	transition: 0.3s;
}

.last-item {
	padding-bottom: 160px;
}

.lm-btm.sell {
	color: #fff;
}

.lm-btm:hover {
	color: #fff;
	transform: scale(1.1);
}

.m-sign {
	font: 9px "Helvetica neue";
	position: absolute;
	bottom: 10px;
	text-align: center;
	width: 100%;
	left: 0;
}

.left-bar {
	background: #eaedef;
	flex: 0 0 205px;
	box-shadow: 2px -2px 3px -3px #000;
	z-index: 9;
	padding: 0 0 50px;
	position: relative;
	order: 3;
	max-width: 205px;
}
.left-bar--title {
	position: relative;
	margin: 20px 0 30px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
}

.left-bar-content {
	padding: 0 15px;
	overflow: hidden;

}

.left-bar h3,
.contact-list h3 {
	font-size: 13px;
	padding: 20px 0 20px;
	text-align: center;
	margin: 0 auto;
	color: #476c84;
}

.contact-list h3 {
	margin: 0;
}

.scrol-bar {
	max-height: 400px;
	width: 215px;
	margin: 5px 0 10px;
	overflow: hidden;
}
.scrol-bar--scroll {
	max-height: 400px;
	overflow-x: hidden;
	margin-right: -15px;
}

.item-menu {
	display: block;
	padding: 5px 15px;
	font-weight: 500;
	cursor: pointer;
}

#left-meny {
	overflow: hidden;
	width: 205px;
}

.left-bar-info {
	font-size: 12px;
	padding: 0 10px 0 12px;
	margin: 0 0 30px;
}

.left-bar-info > div {
    padding: 8px 4px;
    font-weight: 500;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
}
.left-bar-sign {
	display: block;
	padding: 8px 4px;
	font-weight: 500;
}
.left-bar-sell {
	width: 100%;
}

.pages-list-select {
	max-width: 180px;
}

.left-bar-info .menu-selected {
	background: #97a8b3;
	color: #fff;
}

.left-bar-info .menu-selected a {
	color: #000;
}

.left-bar-name {
	font-weight: bold;
	padding: 0 0 15px !important;
	line-height: 1.4;
}
.left-bar--name {
	font-size: 12px;
	font-weight: 500;
	margin: 0 0 30px;
}
.info-link:hover {
	color: #1c6ad5;
}

.bar-qty {
	background: #ecedee;
	border-radius: 6px;
	color: #4e84b5;
	display: inline-block;
	font-size: 11px;
	font-weight: 500;
	float: right;
	min-width: 32px;
	margin: 2px 0 0;
	padding: 2px 3px;
	line-height: 1.4;
	letter-spacing: normal;
	text-align: center;
}

.bar-qty.c-gr {
	color: #0d8f0d;
}

.bar-qty i {
	margin: 0 1px;
	color: #333;
}

.left-bar-info .bar-qty {
	margin: 3px 0 0;
}

.left-bar-slide {
	padding: 015px;
}

.m-mark {
	border-radius: 10px;
	position: absolute;
	padding: 2px 3px;
	font-size: 11px;
	bottom: 50px;
	color: #fff;
	min-width: 16px;
}

.new-mark {
	background: #e03737;
	left: 10px;
}

.pre-mark {
	background: #5482f6;
	left: 33px;
}

.nw-comm {
	background: #e09304;
	right: 10px;
}

/* Стикеры новых задач  */
.st-icon {
	border-radius: 50%;
	position: absolute;
	width: 8px;
	height: 8px;
	transition: 0.3s;
	z-index: 2;
}

.st-icon:hover {
	transform: scale(1.5);
}

.st-icon.nw-task {
	left: 8px;
	top: 1px;
}

.st-icon.wk-task {
	left: 21px;
	top: -9px;
}

.st-icon.nw-post {
	left: 38px;
	top: -6px;
}

.mm-qtw {
	border-radius: 10px;
	position: relative;
	padding: 3px 2px;
	margin: 0 0 0 3px;
	min-width: 11px;
	font-size: 8px;
	color: #eee;
	line-height: 1;
	text-align: center;
	vertical-align: text-bottom;
}

/* Меню в левом сайтбаре */
.main-meny-mobile {
	background: #38444a;
	border-radius: 0 6px 6px 0;
	box-shadow: 0 2px 20px -5px #000;
	position: absolute;
	top: 0;
	left: 0;
	min-width: 190px;
	overflow: hidden;
	transform: translateX(-225px);
	transition: 0.3s;
}

.main-meny-mobile a {
	border-bottom: 1px solid #30393e;
	display: block;
	font-size: 14px;
	text-align: left;
	position: relative;
	padding: 14px 5px 14px 20px;
	color: #c6c6c6;
	cursor: pointer;
}

.main-meny-mobile a:after {
	content: "\f105";
	position: absolute;
	transition: 0.3s;
	font-size: 18px;
	right: 11px;
	top: 15px;
}

.main-meny-mobile a:hover,
.main-meny-mobile a.sell {
	background: #52626a;
	color: #fff;
}

.main-meny-mobile a:hover:after {
	right: 8px;
}

.left-icon:hover .main-meny-mobile {
	transform: translateX(59px);
}

/* END Левыйй сайтбар */
/* Раскрывающийся список категорий */
.cat-stock {
	overflow: auto;
	width: 205px;
	margin-top: 10px;
}

.cat-stock input {
	display: none;
}

.cat-name {
	background: #eee;
	box-shadow: 0 -10px 2px -11px #000 inset;
	overflow: hidden;
	margin: 0;
	transition: 0.3s linear 0;
	padding: 0 0 10px;
	cursor: pointer;
	display: none;
}

.cat-name > a,
.size-table-name > span,
.left-meny-brand {
	font-size: 13px;
	padding: 10px 10px 10px 15px;
	display: block;
	color: #666;
	cursor: pointer;
	transition: 0.1s;
}

.cat-name > a:hover,
.size-table-name > span:hover,
.left-meny-brand:hover,
.left-bar-info .item-menu:hover {
	background: var(--btn-bg-hover);
	color: #fff !important;
}
.menu-selected {
	background: var(--btn-bg-active);
	color: #fff !important;
}

.cat_parent {
	display: block;
	overflow: hidden;
	cursor: pointer;
	text-overflow: ellipsis;
	color: #333;
	font-size: 14px;
	font-weight: 500;
	padding: 14px 20px;
}

.cat_parent:hover,
.active_block > .cat_parent {
	color: #fff;
	background: #44525b;
}

.active_block > label:after {
	transform: rotate(90deg);
	transition: 0.5s;
}

.cat-stock label:after {
	content: "\f105";
	float: right;
	transition: 0.3s;
}

/* END Раскрывающийся список категорий */
/* User info */
.user-info {
	justify-content: center;
	padding: 15px 10px 0;
}

.user-avatar {
	border-radius: 50%;
	width: 50px;
	height: 50px;
}

.user-avatar img {
	border-radius: 50%;
	width: 100%;
}

.user-info-data {
	padding: 8px 0 6px 6px;
}

.user-info-name {
	font-size: 13px;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.user-info-mail {
	color: #0f79bb;
	font-size: 12px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/* END User info */
/*** END Левый сайтбар ***/
/* Осносной контент страницы */
.content {
	background: #f7f7f7;
	padding-bottom: 95px;
	flex: 1 1 0;
	overflow: hidden;
	order: 4;
}

.content-wrap {
	padding: 0 20px;
	max-width: 1100px;
}

.panel-buttons,
.panel-buttons-bot {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	background: rgba(228, 228, 228, 0.9);
	box-shadow: 0 2px 2px -3px #000;
	padding: 6px 0 6px 20px;
	position: relative;
	height: 55px;
	margin: 0 0 20px;
	z-index: 8;
}

.panel-buttons .sign {
	margin-top: -10px;
}
.panel-buttons select {
	padding: 5px 10px;
}

.panel-buttons .sign:hover,
.panel-buttons a:hover {
	transform: none !important;
}

.panel-buttons .new-content {
	margin-left: 10px;
}

.panel-buttons .new-content:hover {
	background: #599aca;
}

.sticky-wrapper {
	margin-bottom: 20px;
	height: 70px;
}

.panel-buttons-bot {
	box-shadow: 0 -2px 2px -3px #000;
	position: fixed;
	padding: 15px 20px;
	bottom: 0;
	margin: 0;
	width: 100%;
}

/* Список контактов чата */
.user-chat-name {
	padding: 4px 0 5px 8px;
	position: relative;
	font-size: 12px;
	width: 170px;
}

.user-chat-name span:before {
	content: "\f007";
	padding: 0 6px;
	font-size: 1.2em;
}

.user-chat-name .fa-star {
	color: #fb4f0b;
}

.user-chat-name:hover,
.user-chat-name .sell {
	background: #fdfdfd;
}

.user-online:before {
	color: #2aaf03;
}

.user-left:before {
	color: orange;
}

.user-chat-name b {
	padding-left: 5px;
	font-size: 10px;
}

.contacts-hidden {
	margin: 20px 0 0;
	height: 15px;
	overflow: hidden;
	transition: all 0.5s;
}

.contacts-hidden:hover {
	height: 999px;
	transition: all 1s;
}

.contacts-hidden:after {
	content: "\f105";
	position: absolute;
	top: -4px;
	transform: rotate(0deg);
	transition: all 0.3s;
	right: 32px;
	color: #bbb;
}

.contacts-hidden h4 {
	margin: 0 0 10px;
	padding-left: 16px;
}

.contacts-hidden:hover h4 {
	color: #333;
}

.edit-post:hover:before,
.contacts-hidden:hover:after {
	transform: rotate(90deg);
	transition: all 0.3s;
	color: #000;
}

/* END Список контактов чата */
/* Окно чата */
/* Выдвижная панель Чата */
.slide-panel-wrap {
	width: 10px;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 10;
}

.slide-panel {
	background: #eaedef;
	box-shadow: -2px -1px 3px -3px #000;
	padding: 30px 0 40px;
	position: relative;
	min-height: 500px;
	right: -15px;
	width: 250px;
	height: 1000px;
}

.panel-open {
	background: #7b96a7;
	border-radius: 10px 0 0 10px;
	position: absolute;
	padding: 10px 15px;
	right: -8px;
	top: 90px;
	transition: 0.3s;
	color: #fff;
	opacity: 0.2;
	z-index: 10;
}

.panel-open:hover {
	opacity: 1;
	right: 0;
}

.stat-messag {
	background: red;
	border-radius: 50%;
	padding: 2px 5px;
	font-size: 10px;
	top: -1px;
	left: -1px;
}

/* END Выдвижная панель Чата */
.chat-window {
	width: 360px;
	height: 510px;
	top: 70px;
	border-radius: 8px 0 0 6px;
	box-shadow: -7px 5px 40px -5px #333;
	overflow-x: hidden;
	right: -150px;
	transition: right 0.3s;
	z-index: -1;
}

.chat-user {
	background-color: #9eabb1;
	box-shadow: 0 1px 3px -1px #000;
	padding: 10px;
	top: 0;
	z-index: 1;
}

.chat-window-open-btn {
	background: rgba(238, 238, 238, 0.2);
	border-radius: 0 25px 25px 0;
	position: absolute;
	font-size: 18px;
	left: 0px;
	top: 10px;
	padding: 12px 18px;
	color: #333;
	cursor: pointer;
}

.chat-window-open-btn:hover {
	background: rgba(255, 255, 255, 0.5);
}

.chat_data_border {
	border-bottom: 1px solid #e4e4e4;
	text-align: center;
	width: 90%;
	margin: -5px auto 15px;
}

.chat_data_border span {
	background: #fff;
	position: relative;
	padding: 0 5px;
	bottom: -9px;
	font-size: 11px;
	color: #bbb;
}

.user-post-wrap {
	position: relative;
	padding: 0 47px 2px 40px;
	text-align: right;
}

.my-post-wrap {
	position: relative;
	padding: 0 40px 2px;
}

.chat-user img {
	margin: 3px 5px -3px 10px;
	width: 35px;
	height: 35px;
	border-radius: 50%;
}

.chat-user-name {
	margin-bottom: 0;
}

.chat-user > span > p {
	padding: 0;
	line-height: 1.3;
	margin: 0;
}

.posts-wrap {
	padding: 10px 0 0;
	height: 350px;
	overflow: auto;
	width: 380px;
}

.posts-list {
	width: 365px;
}

.my-post-text,
.user-post-text,
.my-post textarea {
	box-sizing: border-box;
	padding: 5px 20px 5px 10px;
	font-size: 13px;
	line-height: 1.3;
	min-height: 35px;
}

.user-post {
	background: #f4f4f4;
	border-radius: 10px 2px 15px 10px;
	position: relative;
	padding-left: 12px;
	display: inline-block;
	text-align: right;
}

.user-post-img p,
.my-post-img p {
	padding: 2px 3px;
	color: #bbb;
	font-size: 9px;
	line-height: 0.9;
	text-align: center;
}

.post-img-wrap {
	border-radius: 50%;
	width: 30px;
	height: 30px;
	overflow: hidden;
}

.user-post-text {
	text-align: left;
}

.my-post {
	background: #e2edf3;
	border-radius: 2px 10px 10px 15px;
	position: relative;
	display: inline-block;
}

.my-post-img {
	position: absolute;
	left: -33px;
}

.user-post-img {
	position: absolute;
	right: -33px;
}

.user-post-img img,
.my-post-img img {
	width: 100%;
	border-radius: 50%;
}

.my-post .fa-times-circle {
	display: none;
	position: absolute;
	color: #d0d2d4;
	cursor: pointer;
	right: 3px;
	top: 1px;
	transition: 0.3s;
	transform: scale(0.7);
}

.my-post-wrap:hover .fa-times-circle {
	display: block !important;
}

.my-post .fa-times-circle:hover {
	color: #555;
	transform: scale(1);
}

.user-post .fa-trash-o {
	position: absolute;
	color: #d0d2d4;
	left: -18px;
	top: 5px;
	font-size: 13px;
}

.my-post textarea {
	background: #f9f6e6;
	border-radius: 2px 10px 10px 15px;
	border: none;
	word-wrap: break-word;
	width: 100%;
}

.my-post-text {
	background: #e2edf3;
	border-radius: 2px 10px 10px 15px;
	word-wrap: break-word;
}

.chat-remove-message {
	background: #f3f3f3;
	border-radius: var(--border-radius);
	padding: 4px 15px;
	min-height: auto;
	line-height: 1;
	font-size: 10px;
	color: #bbb;
	font-style: italic;
	margin-bottom: 2px;
}

.deleted_message_icon {
	position: absolute;
	top: 23px;
	font-size: 10px;
	color: #9bb2bd;
}

.my-post .deleted_message_icon {
	left: 43px;
}

.user-post .deleted_message_icon {
	right: 43px;
}

.changed_message_icon {
	position: absolute;
	top: 20px;
	font-size: 9px;
	color: #9bb2bd;
}

.my-post .changed_message_icon {
	right: 5px;
}

.user-post .changed_message_icon {
	left: 5px;
}

.chat-input {
	background: #bdc7cc;
	box-shadow: 0 1px 8px -2px #000;
	position: absolute;
	padding: 10px;
	width: 350px;
	bottom: 0;
}

.chat-input img {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	margin-bottom: 25px;
	vertical-align: top;
}

.chat-input textarea {
	width: 86%;
	min-height: 55px !important;
	line-height: 1.2;
	padding: 3px 25px 3px 5px;
	font-size: 13px;
	resize: none;
}

.chat-input .fa-image {
	bottom: 17px;
	position: absolute;
	right: 28px;
	color: #bbb;
	cursor: pointer;
	transform: scale(0.8);
	transition: 0.3s;
}

.chat-input .fa-image:hover {
	color: #333;
	transform: scale(1);
}

#chat_new_message_sound {
	display: none;
}

.my_block_mess .my-post .my-post-img {
	display: none;
}

.my_block_mess .user-post .user-post-img {
	display: none;
}

.next_block_mess {
	margin-top: 12px;
}

#selected_managers_list .fa-angle-left {
	top: 17px;
	left: 13px;
}

/* END Чат */
/* Контент страниц */
.page-section {
	background: #fff;
	border-radius: var(--border-radius);
	box-shadow: 0 1px 2px -2px #000;
	position: relative;
	padding: 0 0 20px;
	margin: 0 0 15px;
	width: 100%;
}

.page-section-name {
	background: #606f79;
	font-size: 12px;
	font-weight: 500;
	color: #eee;
	margin: 0 0 25px;
	padding: 8px 10px;
	border-radius: 8px 6px 0 0;
	transition: 0.3s;
	cursor: move;
}

.page-section--open {
	padding: 0 8px;
	color: #eee;
}

.section_content .but.but3 {
	position: absolute;
	padding: 5px 10px;
	top: 5px;
	right: 5px;
}

.page-section-name:hover {
	color: #fff;
}

.page-section-content {
	padding: 0 20px;
}

.page-section h3,
.section-title {
	font-size: 15px;
	font-weight: bold;
	margin: 0 auto;
	padding: 0 0 20px;
}

.page-section-name .fa {
	vertical-align: middle;
	font-size: 18px;
}

.meta_block_open {
	background: #f7f7f7;
	padding: 2px 8px 2px 10px;
	top: 3px;
	right: 3px;
}

.meta_block_open:hover {
	background: #fff;
	color: #000;
}

.sign {
	display: inline-block;
	font-size: 12px;
	color: #000;
	margin-bottom: 3px;
}

.sign .fa {
	color: #23434a !important;
}

.sign-title {
	width: 130px;
	color: #999;
}
.sign-title--table {
	width: auto;
	color: #999;
}

.sign-qtw {
	background: #f9f9f9;
	border-radius: 15px;
	padding: 0 5px;
	min-width: 30px;
	font-size: 12px;
	color: #2a73b5;
}

.sign b {
	font-size: 14px;
	color: #0587ea;
	font-weight: 500;
}

.sign b.c-re {
	color: #ff1414;
}

.img-sign {
	color: #333;
	padding: 0 5px;
}

.img-sign input {
	width: 35px;
	text-align: center;
	border: none;
	border-radius: var(--border-radius);
	margin: 0 3px;
	box-shadow: 0 1px 1px -1px #000 inset;
}

.img-sign .fa:before {
	color: #999;
}

.img-sign .fa:hover:before {
	color: #333;
}

.sett-title {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 30px;
}

/* Подсказки */
.box-info {
	display: inline-block;
	position: relative;
	color: #bbb;
	cursor: pointer;
	font-size: 12px;
	font-weight: normal;
}

.box-info:before {
	content: "\f05a";
}

.box-info span {
	background: #fffbdd;
	box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);
	border-radius: var(--border-radius);
	top: -40px;
	left: -68px;
	width: 150px;
	padding: 10px;
	color: #333;
	text-align: left;
	line-height: 1.4;
	position: absolute;
	pointer-events: none;
	opacity: 0;
	z-index: 11;
	transition: 0.3s ease-in-out;
	transform: scale(0.2);
}

.box-info span:after {
	content: "";
	position: absolute;
	top: -6px;
	left: 4%;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #fffbdd;
}

.box-info:hover.box-info span {
	pointer-events: auto;
	opacity: 1;
	top: 22px;
	left: -11px;
	transform: scale(1);
}

.box-info a {
	color: #0876d4;
}

.box-info a:hover {
	text-decoration: underline;
}

/* END Подсказки */
.qty {
	background: #4f6773;
	color: #fff;
	min-width: 20px;
	font-size: 0.6em;
	padding: 0 2px;
	text-align: center;
	border-radius: var(--border-radius);
	line-height: 1.4;
	margin-top: 8px;
}

/* END Контент страниц */
/* Форма поиска */
.search-form {
	box-shadow: 0 1px 2px -2px #000;
	margin-right: 5px;
}

.search-form:before {
	content: "\f002";
	position: absolute;
	left: 9px;
	top: 6px;
	color: #829096;
	font-size: 12px;
}

.search-form input {
	padding: 7px 10px 8px 30px;
	border-radius: var(--border-radius);
	border: none;
	width: 170px;
}

/* END Форма поиска */
/* Прокрутка вверх */
#toTop {
	background: #959ea2;
	border-radius: 12px;
	padding: 5px 12px 10px;
	left: 9px;
	bottom: 90px;
	font-size: 26px;
	transition: 0.3s;
}

#toTop:hover {
	background: #fff;
	color: #000;
}

/* END Прокрутка вверх */
/* Прилоудер */
#loading {
	position: fixed;
}

.cssload-container {
	left: 32%;
	top: 160px;
	z-index: 1000;
	width: 150px;
	height: 115px;
	background: rgba(60, 86, 103, 0.47);
	border-radius: 10px;
}

.cssload {
	display: block;
	width: 40px;
	height: 40px;
	margin: 35px auto 0;
	border: 2px solid;
	border-radius: 50%;
	border-color: transparent #fff #fff;
	animation: cssload-spin 960ms infinite linear;
	-o-animation: cssload-spin 980ms infinite linear;
	-ms-animation: cssload-spin 980ms infinite linear;
	-webkit-animation: cssload-spin 980ms infinite linear;
	-moz-animation: cssload-spin 980ms infinite linear;
}

.loader-small {
	width: 30px;
	height: 30px;
	border-radius: var(--border-radius);
}

.loader-small .cssload {
	width: 20px;
	height: 20px;
	margin: 3px auto 0;
}

#loading.loader-small {
	position: absolute;
}

.gallery-but .loader-small {
	left: 192px;
	top: 0;
}

@keyframes cssload-spin {
	100% {
		transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/* END Прилоудер */
/* Сообщение о выполненном действии */
.message_success,
.message_success_no,
.message_ok {
	background: #59bd4c;
	border-radius: 10px;
	box-shadow: 0 2px 10px -3px #666;
	min-width: 270px;
	position: absolute;
	padding: 12px 25px 12px 45px;
	color: #fff;
	top: 5px;
	right: 2vw;
	font-size: 14px;
	z-index: 100;
}

.message_success_no {
	background: #ff8f8f;
}

.message_success:before,
.message_success_no:before {
	content: "\f00c";
	font-size: 22px;
	position: absolute;
	top: 12px;
	left: 10px;
	color: #fff;
}

.message_success_no:before {
	content: "\f071";
}

.assess-mesage {
	background: #ffdbdb;
	padding: 30px 40px 60px;
	margin: 40px auto 0;
	width: 320px;
	line-height: 1.8;
}

.assess-mesage .fa {
	font-size: 30px;
	bottom: 20px;
	left: 190px;
	color: #e45454;
}

/* END Сообщение о выполненном действии */
/* Результы поиска */
.search-report,
.empty-report {
	background: #ffdbdb;
	border-radius: var(--border-radius);
	box-shadow: 0 3px 25px -10px #333;
	color: #333;
	padding: 20px 50px 20px 20px;
	position: absolute;
	text-align: center;
	min-width: 400px;
	left: 218px;
	top: 100px;
	font-size: 15px;
	z-index: 8;
}

.empty-report {
	padding: 15px 20px 15px 50px;
}

.empty-report:before {
	content: "\f05e";
	position: absolute;
	top: 15px;
	font-size: 20px;
	color: #fd6c6c;
	left: 20px;
}

.cancel {
	background: #f5f5f5;
	border-radius: 0 10px;
	position: absolute;
	top: 0;
	transition: 0.2s;
	font-size: 14px;
	right: 0;
	padding: 10px 13px;
	z-index: 5;
	cursor: pointer;
}
.cancel:hover {
	background: #fff;
}

.search-report .keywords {
	padding: 0 5px;
	color: #008dc7;
}
/* END Результы поиска */

/* Форма поиска */
.sorch-form {
	position: relative;
	margin: 12px auto 0;
	width: 180px;
}

.sorch-butt {
	position: absolute;
	padding: 5px;
	top: 3px;
	right: 1px;
	font-size: 16px;
	cursor: pointer;
}

.sorch-butt:hover {
	color: #727a7d;
}

.input-search {
	background: #eee;
	box-shadow: 0 1px 2px -2px #000 inset;
	border-radius: 20px;
	border: none;
	padding: 8px 34px 8px 10px;
	width: 100%;
	font-size: 14px;
}

.input-search:focus {
	background: #fff;
}

/* END Форма поиска */
/* Модальное окно каталога товаров и редактора изображений */
.sop-window {
	background: #b1b4b7;
	border-radius: var(--border-radius);
	box-shadow: 0 0 35px -5px #000;
	left: 210px;
	top: 25px;
	position: absolute;
	padding: 10px;
	width: auto;
	min-width: 600px;
	height: auto;
	z-index: 1000;
}
.sop-window--title {
	padding: 0 0 10px;
	font-size: 14px;
}
.sop-window .ico-close {
	position: absolute;
	right: 10px;
	top: 12px;
}

.sop-window-sorch input {
	border-radius: 24px;
	width: 300px;
	padding: 10px 10px 10px 32px;
}

.sop-window-sorch:before {
	content: "\f002";
	position: absolute;
	top: 20px;
	left: 20px;
	font-size: 17px;
	transform: rotate(90deg);
	color: #23434a;
}

.sop-window .but {
	padding: 4px 35px;
	margin: 0 0 10px;
}

.sob-cat-wrap {
	background: #fff;
	border-radius: var(--border-radius);
	box-shadow: 0 0 3px -2px #000 inset;
	min-height: 420px;
	min-width: 370px;
	padding: 15px 0;
	overflow-x: hidden;
}

.sob_cat_name {
	padding: 0 0 20px 20px;
	font-size: 16px;
	font-weight: bold;
	color: #777;
	cursor: pointer;
}

.sob_cat_name:hover,
.sob_cat_name.close {
	color: #333;
}

.subCat-name {
	display: block;
	padding: 0 4px 10px;
	margin-left: 40px;
	color: #888;
	cursor: pointer;
	min-width: 250px;
	font-size: 14px;
}

.subCat-name:hover {
	color: #333;
}
.subCat-name input {
	margin-right: 3px;
}
.subCat-name span {
	min-width: 42px;
	margin-left: 10px;
	color: #5389c3;
	font-size: 11px;
	font-weight: 500;
}

.finger:after,
.sob_cat_name:after {
	content: "\f105";
	color: #bbb;
	font-size: 14px;
	float: right;
	transition: 0.3s;
}

.sob_cat_name:after {
	float: left;
	margin-right: 10px;
}

.subCat-act {
	color: #333 !important;
}

.subCat-act.finger:after,
.close:after {
	transform: rotate(90deg);
	transition: 0.3s;
	color: #333;
}

.modal-products {
	padding: 10px;
}

.modal-product-item {
	background: #fff;
	box-shadow: 0 1px 2px -1px #666;
	border-radius: var(--border-radius);
	text-align: center;
	height: 260px;
	width: 120px;
	margin: 5px 5px 15px;
	transition: 0.3s;
}
.modal-product-item:hover {
	box-shadow: 0 2px 5px -2px #666;
	transform: scale(1.02);
}
.modal-product-item a {
	min-height: 232px;
}

.m-prod-art {
	color: #e85004;
	font-size: 9px;
	padding: 1px 0;
}

.modal-product-item img {
	width: 100%;
}

.m-add-but span {
	background: #eee;
	border-radius: var(--border-radius);
	padding: 6px 10px;
	cursor: pointer;
	color: #bbb;
	font-size: 12px;
	transition: 0.3s;
}

.m-add-but span:hover {
	background: #6c8290;
	transform: scale(1.05);
	color: #fff;
}

.m-add-but .fa-shopping-basket {
	width: 60px;
}

.product-dop-info {
	max-width: 887px;
}

.prod-line {
	background: #fff;
	border: 1px solid #b7b7b7;
	border-radius: var(--border-radius);
	height: 45px !important;
	padding: 2px;
	margin-bottom: 2px;
	width: 215px;
}

.ui-icon-gripsmall-diagonal-se {
	background-position: -81px -224px !important;
}

.sop-window .but3 {
	padding: 7px 11px;
	font-size: 15px;
}

/* END Модальное окно каталога товаров и редактора изображений */
/* Диалоговое окно подтвержения удаления */
.confirm_dialog .ui-dialog,
.ui-dialog {
	background: #fff;
	border: 3px solid #ff9a9a;
	border-radius: var(--border-radius);
	box-shadow: 0 2px 55px -5px #777;
	padding: 35px 10px;
	position: relative;
	z-index: 100;
}

/*
.ui-dialog-titlebar-close:before {
	content: "\f00d";
	position: absolute;
	font-size: 12px;
}
*/
.confirm_dialog .ui-button-text-only,
.ui-button-text-only {
	box-shadow: 0 1px 2px -2px #000;
	padding: 8px 15px;
	border: none;
	border-radius: var(--border-radius);
	margin: 0 3px !important;
	min-width: 125px;
}
.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.confirm_dialog.ui-draggable.ui-dialog-buttons {
  min-width: 480px;
}
	min-width: 480px;
}
.ui-button + .ui-button {
	background: #bcc9d2;
}

.ui-button:hover {
	background: #f18a8a;
	color: #fff;
}

.ui-button + .ui-button:hover {
	background: #7b96a7;
}

.confirm_dialog .ui-dialog-buttonset,
.ui-dialog-buttonset {
	text-align: center;
	padding: 40px 15px 15px;
}

.ui-dialog-titlebar-close,
.ui-dialog-title {
	display: none;
}

/* END Диалоговое окно подтвержения удаления */
/* Постраничная навигация */
.page-nav span,
.page-nav a {
	background: #ececec;
	border-radius: var(--border-radius);
	padding: 8px 15px;
	min-height: 35px;
	cursor: pointer;
	font-size: 12px;
}

.page-nav span:hover,
.page-nav a:hover {
	background: #fff;
}

.nav-sel {
	background: #465b68 !important;
	color: #fff;
}

.page-nav .alink {
	position: relative;
	height: 19px;
	vertical-align: top;
	min-width: 10px;
}

.page-nav .alink .fa {
	position: relative;
	font-size: 20px;
}
/* END Постраничная навигация */

/* Тестовый CSS */
/* .block-test-2 {
	background: url("/admin/design/icon_svg/test-2.svg") no-repeat 0 0/100px auto;
	height: 100px;
	width: 100px;
} */
/* END Тестовый CSS */

/* Категории списком */
.box-line,
.sub-cat-line {
	min-height: 70px;
	padding: 10px;
}

.sub-cat-line {
	max-width: 650px;
}

.box-line-move {
	position: relative;
	padding: 0px 20px 0 5px;
}

.box-line-img {
	background: #f7f7f7;
	border-radius: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 0;
	width: 60px;
	height: 60px;
	overflow: hidden;
}

.box-line-img img {
	width: 100%;
}

.box-line-img .fa-file-image-o {
	position: relative;
	font-size: 40px;
	color: #bbb;
}

.box-line-name {
	flex: 0 1 300px;
	max-width: 300px;
	position: relative;
	padding: 5px 0 0 10px;
}

.bx-name {
	display: block;
	cursor: pointer;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 1.4;
}

.bx-name:hover {
	color: #000;
}

.bx-name .fa-pencil {
	color: #999;
	margin-left: 5px;
	font-size: 10px;
}

.brand-name {
	display: block;
	font-size: 14px;
	padding: 0 10px 0 0;
	margin-bottom: 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: bold;
}

.box-line-info {
	position: relative;
	padding: 10px 0 0;
	flex: 0 1 260px;
}

.box-line-info img {
	max-height: 100px;
	max-width: 80px;
}

.box-line-name a:hover .fa-angle-right,
.brand-name:hover .fa-angle-right {
	color: #000;
}

.box-line-set {
	flex: 1 1 auto;
	position: relative;
	padding: 0 0 0 15px;
	min-height: 70px;
}

.box-line-set .fa-eye {
	top: 4px;
	right: 50px;
}

.box-line .enabled_product,
.box-line .not_enabled_product,
.box-line-set .enabled_product,
.box-line-set .not_enabled_product {
	top: 5px;
	right: 0;
	position: absolute;
}

.box-line-set .fa-trash {
	position: absolute;
	bottom: 0;
	right: 0;
}

.yandex_category,
.avito_category {
	background: url(../../../img/yandex-marcet.png) no-repeat 0 0/22px;
	position: absolute;
	cursor: pointer;
	height: 22px;
	width: 22px;
	top: 3px;
	right: 105px;
}

.avito_category {
	background: url(../../../img/avito.png) no-repeat 0 0/22px;
	right: 145px;
}

.not.yandex_category,
.not.avito_category {
	background-position: 0 -22px;
}

.box-line-set .not_yandex_category {
	color: #bbb;
}

.sub-category {
	display: none;
	margin: 0 0 20px 20px;
}

#img_label {
	background: rgba(0, 0, 0, 0.7);
	padding: 4px;
	width: 75px;
	font-size: 10px;
	border-radius: var(--border-radius);
	position: absolute;
	bottom: 15px;
}

/* END Категории списком */
/* Секция настройки */
/* Кнопка раскрытия блоков с поворотной стрелкой */
.box-line-move .fa-angle-right {
	background: #eee;
	border-radius: 50%;
	position: absolute;
	padding: 2px 8px;
	top: 45px;
	left: 0;
	cursor: pointer;
	font-size: 20px;
	transition: 0.3s;
}

.box-line-move .fa-angle-right:hover {
	background: #f7f7f7;
}

.fa-angle-right:before {
	transition: 0.3s;
}

.active_block .fa-angle-right:before {
	transform: rotate(90deg);
}

/* END Кнопка раскрытия блоков с поворотной стрелкой */
.products_filter_block select {
	width: 180px;
}

.section-content-block {
	flex: 3;
	padding: 10px;
	font-size: 14px;
}

.cat-filters-wrap {
	position: relative;
}

.cat-filters-wrap .f-name {
	padding: 0 0 10px;
}

.qtw-prod-view,
.dop-sett {
	margin: 0 0 40px;
}

.dop-sett--item {
	margin: 0 0 10px;
}

.sb-big {
	flex: 3;
	padding-right: 5%;
}

.sizes-settings {
	position: relative;
}

.size-format {
	margin: 20px 0 30px;
}

.display-type {
	cursor: pointer;
	margin: 0 0 10px;
}

.ui-resizable {
	position: absolute !important;
}
/* END Секция настройки */

/* Секция Текст */
.section-meta-text {
	padding: 10px 0;
	flex: 1 1 45%;
}

.section-text-sign {
	padding: 10px;
}

.section-text-sign input {
	width: 220px;
}

/* END Секция Текст */
/* Оплата и доставка */
.pay-online {
	margin-left: 20px;
}

.pay-online-inputs {
	width: 300px;
}

.pay-online-inputs .need:before {
	content: "*";
	position: absolute;
	top: 24px;
	right: 6px;
	font-size: 16px;
	color: #ff1414;
}
/* END Оплата и доставка */

/* Категория подробно */
.section-content {
	padding: 0 20px;
}

.parent-cat select {
	font-size: 14px;
	width: 100%;
}

.section-meta,
.section-meta-image,
.section-create-info {
	padding: 10px 0;
	position: relative;
	flex: 1 1 45%;
	max-width: 460px;
}

.section-create-info-text {
	margin: 50px 0 30px;
	line-height: 1.4;
}

.snippet-block {
	flex: 100%;
}

.section-meta {
	margin-right: 20px;
}

.section-meta input {
	margin-bottom: 10px;
}

.section-image-wrap .sign {
	padding: 2px 5px;
}

.section-image-img {
	background: #eee;
	border-radius: 8px 6px 0 0;
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 260px;
}

.section-but-save {
	flex: 1 1 100%;
	text-align: right;
}

.section-image-img .fa-trash,
.line-edit-img .fa-trash,
.user-avatar .fa-trash,
.line-size-image .fa-trash {
	border-radius: var(--border-radius);
	bottom: 5px;
	right: 5px;
	padding: 7px 12px;
	position: absolute;
	z-index: 5;
}

.section-img-editor-light .section-image-img {
	min-height: 235px;
}

.required-label {
	font-size: 12px;
	color: red !important;
	margin-left: 3px;
}

.cat-filters label {
	cursor: pointer;
}

.smart-filter #enabled_filter {
	position: relative;
	top: 2px;
	left: 8px;
}

.f-name .box-2 {
	display: none;
	position: absolute !important;
	box-shadow: 0 2px 15px -5px #000;
	top: 19px;
	right: 228px;
	width: 120px;
	z-index: 10;
}

.f-name .box-2 label {
	display: block;
	padding: 0 5px;
}

.f-name .tl {
	font-weight: bold;
}

.f-name .fa-times-circle {
	top: -5px;
	right: -4px;
}

.f-name .input-2 {
	width: 60px;
	margin: 0 5px 5px;
	padding: 6px 8px;
}

.jpg-size {
	width: 120px;
	bottom: 5px;
	left: 27%;
}

.page-id .input-1 {
	width: 55px;
}

.dop-category .box-info {
	left: 20px;
}

.dop-category .dop-btn {
	background: #f7f7f7;
	border-radius: var(--border-radius);
	padding: 3px 0 3px 22px;
	width: 148px;
	text-align: center;
	cursor: pointer;
}

.dop-category .dop-btn:hover {
	background: #fff;
}

.open-modal-btn {
	cursor: pointer;
}

.open-modal-btn:after {
	content: "\f0dd";
	position: relative;
	bottom: 2px;
	left: 8px;
	font-size: 14px;
}

.open-modal-btn:hover {
	color: #2295da;
}

.section-content-block .but3 {
	padding: 3px;
	width: 165px;
	text-align: center;
}


.dop-cat-wiev {
	margin: 10px 0 0;
}

.dopcat-line {
	display: block;
	border-radius: var(--border-radius);
	box-shadow: 0 1px 2px -2px #000;
	position: relative;
	padding: 8px 10px;
	font-size: 12px;
	font-weight: 500;
	margin: 0 0 6px;
	max-width: 250px;
}
.dopcat-line .fa {
	position: absolute;
	right: 6px;
	top: 6px;
}

.dopcat-line small {
	color: #5389c3;
	display: block;
}
.banner-line {
	padding: 10px 10px 10px 35px;
}
.banner-line .fa-bars {
	font-size: 18px;
	left: 8px;
	right: auto;
	top: 16px;
}
.s-sett-item {
	display: block;
	margin: 0 0 25px;
	font-size: 12px;
	cursor: pointer;
}
.select-dop-cat {
	padding: 10px;
	width: 220px;
}

.select-dop-cat input {
	box-shadow: none;
	width: 130px;
	text-align: left;
	font: 0.7em "Lucida Grande";
	color: #000;
}

.select-dop-cat > .fa-caret-down:before {
	position: absolute;
	right: 6px;
	top: 2px;
}

.s-dop-cat {
	min-height: 160px;
	margin-bottom: 30px;
}
/* END Категория подробно */

/* Кнопка добавить изображение */
.add-jpg {
	border-radius: var(--border-radius);
	bottom: 5px;
	left: 5px;
	color: #bbb;
	padding: 5px 10px;
	position: absolute;
	cursor: pointer;
	z-index: 5;
}

.add-jpg:hover {
	color: #000;
}

.add-jpg input {
	display: none;
}
/* END Кнопка добавить изображение */


/* Свойства подробно */
.box-lane-set div {
	margin: 10px 0 0;
}

.box-lane-set label {
	cursor: pointer;
}

.img-control {
	background: #dedede;
	border-radius: 0 0 6px 6px;
	position: relative;
	padding: 5px;
	font-size: 12px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.img-data {
	font-size: 9px;
	line-height: 1.4;
}

.img-control .fa-trash {
	top: 8px;
	right: 8px;
}

.img-alt-inp {
	border-radius: var(--border-radius);
	position: relative;
	align-items: center;
	flex-wrap: nowrap;
	width: 300px;
	height: 35px;
	overflow: hidden;
}

.img-alt--sign {
	background: #eee;
	position: relative;
	padding: 8px;
	height: 100%;
	width: 70px;
}

.img-alt-inp input {
	border-radius: unset;
	padding: 8px;
	height: 100%;
	margin: 0 !important;
}

.image-editor-info input {
	width: 50px;
	padding: 3px 5px;
	margin-bottom: 2px;
}

.image-editor .but .fa-floppy-o {
	left: 25px;
}

.page-section textarea {
	width: 100%;
	height: 130px;
}

#html_editor,
#css_editor {
	border: none;
	min-height: 200px;
	font-size: 13px;
	padding: 10px;
}

.box-line-edit {
	border-radius: var(--border-radius);
	flex: 0 1 100%;
	display: none;
	padding: 10px;
}

.box-line-save {
	flex: 0 1 100% !important;
	text-align: right;
}

.box-line-save .but3 {
	padding: 10px 15px;
	height: 15px;
	box-sizing: content-box;
}

.box-line-edit > .input-1,
.edit-content > .input-1 {
	width: 260px;
	margin-bottom: 30px;
}

.edit-content {
	width: 620px;
	margin-left: 35px;
}

.edit-content .fa-plus-square-o {
	padding: 5px 0;
	font-size: 20px;
	margin-left: 0px;
	width: 80px;
	text-align: center;
}

.line-edit-img {
	background: #fff;
	box-shadow: 0 1px 2px -2px #000 inset;
	border-radius: var(--border-radius);
	position: relative;
	padding: 10px;
}

.line-edit-img-wrap {
	width: 170px;
	height: 140px;
}

.line-edit-img .fa-certificate {
	top: 34%;
	left: 38%;
	z-index: 1;
}

.line-edit-img img {
	z-index: 2;
	width: 100%;
	max-width: 100px;
}

.line-edit-div {
	flex: 1 1 auto;
}

.line-edit-sett {
	width: 200px;
}

.line-edit-sett label {
	display: block;
	cursor: pointer;
	line-height: 1.8;
}

.item-data {
	font-size: 12px;
	color: #999;
	line-height: 2.2;
	align-items: center;
}
.line-item .item-data .fa {
	position: relative;
	font-size: 14px;
	color: #23434a;
}

.size-format select {
	width: 100%;
	font-size: 14px;
}

.line-edit-info .input-1 {
	margin: 0 0 10px;
	line-height: 1.3;
}

.line-edit-info select {
	margin: 0 0px 10px;
	width: 230px;
}

.pr-name {
	width: 310px;
}

.pr-name .fa-times-circle {
	right: 10px;
	top: 10px;
}

.pr-name textarea {
	height: 305px;
	overflow: auto;
	padding: 5px 10px;
}

.add-color-btn {
	padding: 6px 15px;
	width: 120px;
	font-size: 10px;
	margin: 15px 0 0;
}

.add-color-btn .fa {
	position: relative;
	top: 1px;
	font-size: 12px;
	left: 12px;
}

.color-eyedrop {
	width: 100px;
}

.color-eyedrop input {
	width: 70px;
}

.color-eyedrop a {
	margin-left: 5px;
}

.color-name {
	width: 200px;
}

.cat-show {
	width: 230px;
}

.cat-show-wrap {
	background: #eee;
	box-shadow: 0 1px 2px -1px #888 inset;
	padding: 5px 10px;
	height: 300px;
	overflow: auto;
}

.cat-show-wrap label {
	display: block;
}
.sorting-list {
	font-size: 12px;
	font-weight: 500;
}
.sorting-list label {
	background: #eee;
	border-radius: var(--border-radius);
	padding: 6px 10px;
	margin-left: 10px;
	cursor: pointer;
}

.sorting-list label:hover {
	background: #f7f7f7;
}

.sorting-list input:checked + label {
	background: #4b5961;
	color: #fff;
}

.parent-category {
	font-weight: bold;
}
/* END Свойства подробно */


/* Стикеры */
.sticker-meta {
	flex: 0 0 54%;
}

.stic-cat .but3 {
	padding: 3px 20px;
}

.view-counter {
	padding: 28px 0 0;
}

.view-counter .view-quantity {
	background: #fff;
	border-radius: var(--border-radius);
	position: relative;
	font-size: 12px;
	padding: 1px 5px;
}

/* END Стикеры */

/* Бренды, Статьи, Новости */
.line-item {
	background: #f7f7f7;
	border-radius: var(--border-radius);
	box-shadow: 0 1px 2px -2px #000;
	position: relative;
	width: 225px;
	padding: 10px 15px 15px;
	margin: 0 0 20px;
	transition: 0.3s;
}
.item-name {
	display: block;
	font-size: 14px;
	padding: 0 10px 0 0;
	margin-bottom: 10px;
	font-weight: bold;
	cursor: pointer;
}
.line-item:hover {
	transform: scale(1.02);
	box-shadow: 0 1px 4px -2px #000;
}

.line-item-img {
	display: flex;
	flex-flow: row nowrap;
	position: relative;
	align-items: center;
	justify-content: center;
	margin: 0 auto 10px;
	min-height: 170px;
}

@media screen and (max-width: 1300px) {
	.line-item {
		width: 185px;
	}
}

.line-item-img .fa-bars {
	top: 10px;
	left: 10px;
}

.line-item-img .fa-eye {
	left: 10px;
	bottom: 10px;
	color: #999;
	cursor: pointer;
}

.line-item .fa-trash {
	right: 3px;
	bottom: 3px;
}

.line-item-img .enabled_product,
.line-item-img .not_enabled_product {
	right: 4px;
	top: 8px;
	position: absolute;
}
/* END Бренды, Статьи, Новости */

/* Основные настройки */
.admin-section {
	width: 400px;
}

.qty-simbols span input {
	width: 60px;
	text-align: center;
}
/* END Основные настройки */

/* Темы оформления */
.templates-temes {
	width: 180px;
	margin: 10px 25px 25px;
}

.templates-temes img {
	width: 100%;
	padding: 5px 0;
}

.templates-temes .fa-check-square-o:before {
	position: absolute;
	font-size: 22px;
	top: 1px;
	right: -25px;
}
.select-file {
	flex-wrap: nowrap;
	align-items: center;
}
.select-file-box {
	background: #f1f1f1;
	border-radius: var(--border-radius);
	padding: 10px 15px;
	font-size: 12px;
}

.select-file-box:hover {
	background: #fff;
}

/* END Темы оформления */
/* Изображения */
.temes-img {
	background: #fff;
	position: relative;
	margin: 10px;
	line-height: 1;
}

.t-img {
	margin-bottom: 5px;
	width: 160px;
	height: 160px;
}

.t-img img {
	width: 100%;
	align-self: center;
	max-width: 160px;
	max-height: 160px;
}

.temes-img .fa-trash {
	right: 5px;
	bottom: 5px;
}

.block-gallery-img {
	background: #eee;
	position: relative;
	padding: 20px;
	min-height: 200px;
}

.gallery-but {
	background: #dad8d8;
	border-radius: 0 0 6px 6px;
	position: relative;
	padding: 10px;
}

.add-img-btn {
	padding: 12px 15px;
	margin-right: 40px;
}

.add-img-btn:hover {
	background: #84b3d6 !important;
}

.clear-gallery-btn:hover {
	background: #f7a2a2 !important;
}

/* END Изображения */
/* Шаблоны */
.file.menu-selected {
	background: #748088;
	color: #fff;
}

.edit-file-name {
	margin: 0 0 25px;
}

.mail-file-name {
	width: 200px;
}

.page-textarea .CodeMirror {
	height: 800px;
}

/* END Шаблоны */
/* Табы на странице лендинга */
.editor-tab > div,
.editor-tab > input {
	background: #eee;
	display: none;
}

.editor-tab > label {
	background: #f5f5f5;
	border-radius: 8px 6px 0 0;
	bottom: 1px;
	padding: 8px;
	font-size: 12px;
	line-height: 2.3;
	color: #999;
	cursor: pointer;
	position: relative;
}

.editor-tab label:hover {
	background: #eee;
	color: #333;
}

.editor-tab > input[type="radio"]:checked + label {
	background: #eee;
	border-bottom: 1px solid #eee;
	color: #333;
}

.editor-tab > input:nth-of-type(1):checked ~ div:nth-of-type(1),
.editor-tab > input:nth-of-type(2):checked ~ div:nth-of-type(2),
.editor-tab > input:nth-of-type(3):checked ~ div:nth-of-type(3) {
	display: block;
	padding: 15px;
	border-radius: 0 6px 6px 6px;
	min-height: 200px;
}

/* END Табы на странице лендинга */
/* Переключатель темы оформления */
.switch-color {
	border-radius: 50%;
	border: 4px solid #ddd;
	width: 18px;
	height: 18px;
	transition: 0.3s;
	position: relative;
	top: 8px;
	left: 10px;
	margin: 0 10px 0 0;
	cursor: pointer;
}

.switch-color:hover,
.switch-color.select:hover {
	border: 4px solid #bbb;
}

.switch-color.sell {
	border: 4px solid #4ab531;
}

.mobile-on-btn {
	padding: 30px 35px 40px;
}

.mobile-on-btn label {
	font-size: 14px;
}

/* END Переключатель темы оформления */

/* Снипеты мета описаний */
.snippet-show span {
	padding: 2px 8px;
}

.snippet-show span:hover {
	background: #fefefe;
	border-radius: var(--border-radius);
}

.snippet {
	margin: 10px 0 20px;
}

.snippet-block.open_snippets .snippet-show .fa {
	color: #547b8e;
}

.snippet-wrap {
	background: #fff;
	padding: 20px 10px;
	font-family: arial, sans-serif;
}

.snippet b {
	color: red;
}

.snippet-title {
	color: #00c;
	font-size: 18px;
	font-weight: 400;
}

.snippet-descrip {
	color: #333;
	font-size: 13px;
	line-height: 1.4;
	width: 600px;
}

.snippet-crumb {
	color: #070;
	font-size: 14px;
	width: 550px;
	margin: 2px 0;
}

/* END Снипеты мета описаний */
/* Теги */
.add-new-tag {
	padding: 0 20px 30px;
}

.add-new-tag .input-1 {
	width: 300px;
}

.add-new-tag .but3 {
	padding: 5px 20px;
}

.tags-list {
	padding: 10px 10px 0;
}

.tags-list a {
	background: #fff;
	border-radius: var(--border-radius);
	white-space: nowrap;
	position: relative;
	padding: 6px 30px 6px 10px;
	font-size: 12px;
	margin: 0 5px 10px;
}

.tags-list a:hover {
	background: #dadde0;
}

.tags-list a .fa {
	position: absolute;
	right: 5px;
	top: 10px;
	font-size: 12px;
	transition: 0.3s;
}

.tags-list a .fa:hover {
	color: #333;
	transform: scale(1.2);
}

/* END Теги */
/* Запрет фиксации меню на мобильных экранах */
@media screen and (max-width: 1025px) {
	#main-meny {
		position: static !important;
		transform: translateX(0) !important;
	}

	#left-meny {
		position: static !important;
		transform: translateX(0) !important;
	}

	#panel_buttons {
		position: static !important;
		transform: translateX(0) !important;
	}

	.panel-buttons-bot {
		position: static;
	}
}

/* Модальные окна */
.box-modal {
	background: #eee;
	box-shadow: 0 5px 35px -5px #333;
	border-radius: 10px;
	position: absolute;
	min-width: 200px;
	min-height: 150px;
	overflow: hidden;
	z-index: 5;
}

.box-modal-header {
	background: #d8dadc;
	border-radius: 8px 6px 0 0;
	display: flex;
	justify-content: space-between;
	padding: 10px;
	font-size: 14px;
}

.box-modal-content {
	background: #f5f5f5;
	padding: 15px;
}
/* END Модальные окна */
