*{
	box-sizing: border-box;
	padding: 0px;
	margin: 0px;
	font-family: sans-serif;
	font-weight: 100;
}
body{
	font-size: 18px;
}

.debug_block{
	font-size: 12px;
}

input, select {
	width: 100%;
	margin-bottom: 20px;
	font-size: 20px;
	padding: 5px;
	border: 1px solid #eee;
}

label{
	width: 100%;
	color: #777;
	display: block;
	margin-bottom: 5px;
}

section{
	width: 50%;
	position: absolute;
	left: 0px;
	padding: 20px;
	top: 0px;
}
button{
	width: 100%;
	padding: 10px;
	margin-top: 10px;
	cursor: pointer;
}

.mainTitle {
	margin: 0px 0px;
	border-bottom: 1px solid #aaa;
	padding-bottom: 20px;
	font-size: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

.mainTitle span {
	color: #555;
	font-size: 12px;
	display: block;
	padding: 5px 20px;
}

h1,h2,h3,h4,h5,h6{
	color: #555;
	font-weight: 100;
	margin-bottom: 5px;
}

a{
	color: inherit;
	text-decoration: none;
}

.message{
	width: 100%;
	background: #000;
	color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px;
	font-size: 20px;
}

.message a{
	display: block;
	padding: 10px;
	background: green;
	text-transform: uppercase;
	opacity: 0.5;
	color: #fff;
}

.message a:hover{
	opacity: 1;
	text-decoration: none;
}

.flexBlock {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 1px;
}
.editPanel {
	align-items: flex-start;
}

.button {
	width: auto;
	padding: 5px 10px;
	border-radius: 5px;
	border: 1px solid #aaa;
	background-color: #fff;
	color: #000;
	transition: 0.3s;
	font-size: 12px;
	margin: 5px 0px;
	text-align: center;
}

.button:hover{
	border:1px solid #555;
	background-color: #555;
	color: #fff;
}

.linkMenu {
	margin: 0px 0px 20px 0px;
	padding-bottom: 10px;
	border-bottom: 1px solid #777;
	align-items: flex-start;
	min-height: 100vh;
	padding: 0px 20px 0px 0px;
	border-right: 1px solid #eee;
}

.listButtons {
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
}
.checkbox {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;	
	gap: 5px;
	flex-wrap: wrap;
}

.formProduct input{
	width: auto; 
	margin: 0px;
	margin-right: 10px;
	font-size: 20px;
}

.formProduct label{
	width: 100%; 
	margin: 0px;
}

.formProduct {
	width: auto;
	margin: 0px;
	padding: 5px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	background: #eee;
	cursor: pointer;
}

.editBlock {
	width: 100%;
	padding: 0px 20px;
}

.formProduct:hover{
	background: #777;
	color: #fff;
	cursor: pointer;
}

.formProduct:hover label{
	color: #fff;
}

.blockInput {
	border: 1px solid #eee;
	padding: 15px;
	margin-bottom: 20px;
}
.blockInput img,.imgred{
	width: 200px;
	height: auto;
	position: relative;
	cursor: pointer;
}

.paramBlock {
	width: 100%;
	padding: 10px;
	background: #dcdcdc;
}
.popup{
	
	z-index: 50000;
	display: flex;
	align-items: center;
	justify-content: center;

	width: 0%;
	height: auto;
	overflow: hidden;
	background: #5555554f;
	transition: 300ms;
	left: 0;
	top: 0;
}
/* body.fixed{
	width: 100vw;
	height: 100vh;
	overflow: hidden;
} */
.popup.active{
	width: 100%;

}
.popup_box{
	padding: 25px	;
	background: #fff;
	border-radius: 25px;



}
#count div,.minibox{
	border: 1px solid #eee;
	padding: 10px;
	margin-bottom: 13px;
}
.blockList{
	flex-wrap: wrap;

}
.minibox{
	width: 200px;
}
.minibox div{
	display: flex;
}
.breadСrumbs a:hover{
	text-decoration: underline;
}

.categoryBlock {
	display: flex;
	align-items: center;
}

.categoryBlock label{
	margin: 0px;
	padding: 0px;
}
.buttonBlock {
	display: flex;
	gap: 5px;
}
.imgGalo {
    width: 173px;
    height: 97px;
}
a.paramButton {
	display: block;
	padding: 5px 10px;
	font-size: 12px;
	background: #fff;
}
a.paramButton:hover {
	background: #555;
	color: #fff;
}


.paramBlock.categoryBlock.bigInfo {
	width: 100%;
	overflow: hidden;
	max-height: 0px;
	padding: 0px 10px;
	transition: 0.5s;
	align-items: flex-start;
	margin-top: -1px;
	border-top: 0px solid #aaa;
	flex-wrap: wrap;
	position: relative;
}

.paramBlock.categoryBlock.bigInfo.active {
	max-height: 100vh;
	overflow: auto;
	padding: 0px;
	border-top: 3px solid #aaa;
}

.panelOK {
	bottom: 0px;
	width: 100%;
	display: flex;
	left: 0px;
	gap: 10px;
	padding: 10px 10px;
	background: #eee;
	border-bottom: 3px solid #aaa;
	margin-bottom: 0px;
	justify-content: flex-end;
}

.contentInfo {
	width: 100%;
	overflow: auto;
	max-height: 50vh;
	padding: 10px 20px;
	border-bottom: 3px solid #aaa;
}

.panelOK .paramButton {
	width: auto;
	padding: 10px 20px;
	margin-top: 0px;
	cursor: pointer;
	background: #fff;
	opacity: 0.5;
	transition: 0.5s;
}

.panelOK .paramButton:hover {
	opacity: 1;
}

.paramButton.saveInfo {
	background: #8aab74;
	color: #fff;
	font-size: 12px;
	line-height: 100%;
}

.paramButton.closeInfo {
	background: #d46767;
	color: #fff;
	font-size: 12px;
	line-height: 100%;
}

.titleCategory {
	font-size: 20px;
	width: 100%;
}

.paramBlock form {
	width: 100%;
}

.lineStop {
	margin-bottom: 20px;
}

.paramBlock.categoryBlock.noElement {
	/* opacity: 0.3; */
	background: #f5f5f5;
}

#count{
	display: flex;
    flex-wrap: wrap;
	gap: 10px;
}
#count div{
	width: 23%;
}
.quantity_etage{
	width: 100%;
}