*::-webkit-input-placeholder {
	color: #666;
	opacity: 1;
}
*:-moz-placeholder {
	color: #666;
	opacity: 1;
}
*::-moz-placeholder {
	color: #666;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #666;
	opacity: 1;
}

*{

	box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6{
	margin: 0px;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
	outline: none !important;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
	
}
body input:required:valid,
body textarea:required:valid {
}

body {
	margin: 0px;
	color: #111111;
	font-size: 16px;
	width: 100%;
	font-family: arial;
}
img{
	width: 100%;
}
a{
	list-style-type: none;
	text-decoration: none;
	color: inherit;
}
a:hover{
	text-decoration: none !important;
}
.flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.container {
	width: 1500px;
	margin: auto;
	text-align: center;
	font-family: arial;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.panel{
	align-items: flex-start;
	margin-top: 20px;
}

.container.auth_block{
	height: 100vh;
	justify-content: center;
}
.header_aut{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}


.header_aut img{
	width: 20px;
	transition: 0.2s;
}
.header_aut a{
	width: auto;
	color: #104f95;
	text-transform: uppercase;
	font-size: 12px;
	padding: 10px;
	border:1px solid #104f95;
	border-radius:5px;
	width: auto;
	justify-content: center;
	background: #fff;
	transition: 0.2s;
}


.header_aut a:hover{
	color: #fff;
	background: #104f95;
}


.header_aut a:hover img{
	color: #fff;
	-webkit-filter: brightness(0) invert(1);
}

.header_aut p{
	color: #104f95;
	font-size: 25px;
	margin: 0px;
}



.auth_form{
	width: 350px;
	background-color: #104f95;
	padding: 20px;
	border-radius:5px;
	position: relative;
	z-index: 1;
}

.auth_form input{
	border:0px;
	padding: 10px;
	width: 100%;
	border-radius: 5px;
}


.buttons_block{
	margin-top: 10px;
}

.agatech{
	font-size: 12px;
}
.agatech a{
	text-decoration: underline;
}

.buttons_block .button {
	background-color: inherit;
	width: 120px;
	color: #104f95;
	text-transform: uppercase;
	font-size: 14px;
	padding: 10px;
	border: 1px solid #104f95;
	border-radius: 5px;
	justify-content: center;
	cursor: pointer;
	background: #fff;
	transition:0.2s;
}


.buttons_block .button img{
	width: 20px;
	margin-right: 5px;
	-webkit-filter: brightness(1) invert(0);
	transition:0.2s;
}



.buttons_block .button:hover {
	color: #fff;
	background: #104f95;
}

.buttons_block .button:hover img{
	color: #104f95;
	-webkit-filter: brightness(0) invert(1);
}


.sagaFon {
	font-size: 250px;
	color: #0000000f;
	position: absolute;
	height: 40vh;
	width: 100%;
	justify-content: center;
	z-index: 0;
	top: 0px;
	left: 0px;
	font-weight: 600;
}

.promo {
	width: 100%;
	justify-content: space-between;
	align-items: flex-start;
	gap: 30px;
}

.promo .content {
	width: 70%;
}


table.infoList{
	width: 100%;
	font-size: 12px;
}

a.fileLink {
    display: block;
    width: 100px;
    padding: 5px;
    color: #fff;
    text-align: center;
    background: #104f95;
    margin: 3px 0px;
}

a.fileLink:hover {
    color: #000;
    background: #fff;
}


table.infoList tr td{
	padding: 10px;
	border:1px solid #aaa;
}

table.infoList tr.info:hover{
	background: #efefef;
	cursor: pointer;
}

.panelLeft, .panelRight {
	width: 30%;
}

form.promo_form {
	width: 100%;
	text-align: left;
	margin-top: 32px;
}


form.promo_form input{
	width: 100%;
	margin-bottom: 20px;
	border:3px solid #eee;
	padding: 10px;
	background: #eee;
}

form.promo_form button{
	width: 100%;
	margin-bottom: 20px;
	border:3px solid #aaa;
	padding: 10px;
	background: #aaa;
	color: #fff;
}

button.nePromo:hover {
    background: #104f95;
    color: #fff;
    cursor: pointer;
}


form.promo_form textarea{
	width: 100%;
	margin-bottom: 20px;
	border:3px solid #eee;
	padding: 10px;
	background: #eee;
}

.fileList {
	padding: 10px;
	background: #eee;
	margin-bottom: 20px;
}


form.promo_form .fileList input{
	margin-bottom: 0px;
	padding: 0px;
}

.fileList p.miniMini{
	font-size: 12px;
	margin:10px 0px 0px 0px;
	padding: 0px 0px;
}

/*HEADER*/
.header{
	padding: 0px;
	color: #fff;
	background: #104f95;
}

.nav a{
	display: flex;
	width: auto;
	padding: 10px 20px;
	margin: 0px;
	transition: 0.2s;
}

.nav a:hover{
	background-color: #477fcf;
}

table{
	border-spacing: 0px;
	border-collapse: collapse;
}

.header .button {
	background-color: inherit;
	width: 120px;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	padding: 5px;
	border: 1px solid #104f95;
	border-radius: 5px;
	justify-content: center;
	cursor: pointer;
	background: #104f95;
	transition:0.2s;
}


.header .button img{
	width: 20px;
	margin-right: 5px;
	-webkit-filter: brightness(0) invert(1);
	transition:0.2s;
}


.header .button:hover {
	color: #104f95;
	background: #fff;
}

.header .button:hover img{
	color: #fff;
	-webkit-filter: brightness(1) invert(0);
}

/*ЛЕВОЕ МЕНЮ*/

.left_block{
	width: 300px;	
	padding: 0px;	
	border:1px solid #eee;	
}

.left_menu{
	list-style-type: none;
	margin: 0px;
	padding:0px;
	text-align: left;
}

.left_block .title {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 16px;
	text-align: center;
	background-color: #eee;
	padding: 10px 20px;
	color: #104f95;
}

.left_block .list{
	padding: 0px;
	margin: 0px;
	width: 100%;
}

.MenuKategory{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
}

.MenuKategory a {
	display: flex;
	flex-basis: 100%;
	width: 100%;
	text-align: left;
	justify-content: space-between;
	align-items: center;
	transition:0.2s;
	padding:5px 10px;
}

.MenuKategory a svg {
	width: 20px;
	margin-right: 10px;

}


.MenuKategory a svg rect, 
.MenuKategory a svg path {
	stroke: #000;
	transition:0.2s;
}

.MenuKategory a:hover,
.MenuKategory a.active {
	background-color: #104f95;
	color: #fff;
}

.MenuKategory a:hover svg rect,
.MenuKategory a:hover svg path{
	stroke: #fff;
}
.MenuKategory a.active svg rect,
.MenuKategory a.active svg path{
	stroke: #fff;
}

/*Контентная часть*/
.product_list{
	width: 800px;
	padding: 0px 30px;
}


/*Контентная часть*/


.category_tabs{
	justify-content: flex-start;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px solid #eee;
	width: 100%;
}

.category_tabs .tabs{
	padding:10px 20px;
	background-color: #eee;
	cursor: pointer;
	transition: 0.2s;
	color: #104f95;
}

.category_tabs .tabs:hover,
.category_tabs .tabs.active{
	background-color: #104f95;
	color: #fff;
}

.productList{

}

.productList .prodSnip{
	width: 100%;
	padding:0px 10px;
	border:1px solid #eee;
}

.prodSnip .photo {
	width: 120px;
	height: 120px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.prodSnip .photo img {
	max-height: 110px;
	max-width: 100%;
	object-fit: contain;
}

.prodSnip .prod_id{
	width: 30px;
}
.prodSnip .name{
	width: 300px;
}
.prodSnip .price{
	width: 200px;
}
.prodSnip .params{
	width: 100px;
}

.prodSnip .params img{
	width: 30px;
	margin: 10px;
	transition: 0.2s;
	cursor: pointer;
	padding: 3px;
}

.prodSnip .params img:hover{
	padding: 0px;
}


/*Форма размещения контента*/
.new_product{
	width: 400px;
	background-color: #eee;
}

.new_product ul{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.new_product .parrent {
	list-style-type: none;
	/* padding: 10px; */
	margin: 0px;
	padding-bottom: 50px;
}
.new_product .child {
	list-style-type: none;
	padding: 5px 20px 10px 20px;
	margin: 0px;
	width: 100%;
}


.new_product li {
	/* padding: 10px; */
	display: flex;
	/* flex-direction: column; */
	align-items: center;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.new_product li svg{
	width: 30px;
	margin-right: 10px;
}


.new_product li svg rect,
.new_product li svg path{
	stroke: #104f95;
}

.new_product .title {
	text-transform: uppercase;
	font-weight: 600;
	padding: 5px 10px;
	color: #104f95;
	display: flex;
	align-items: center;
	cursor: pointer;
	flex-basis: 100%;
	margin: 0px;
	top: 5px;
	position: relative;
	text-align: left;
}

.new_product .child .title {
	text-transform: inherit;
	font-weight: 100;
	padding: 5px 10px;
	color: #104f95;
	display: flex;
	align-items: center;
	cursor: pointer;
	margin: 0px;
	font-size: 16px;
}

.child .child {
	padding-left: 20px;
	list-style-type: auto;
}

.click {
	/* overflow: hidden; */
	position: relative;
	border-bottom: 1px solid #aaa;
	padding-bottom: 10px;
}

.child .click {
	border-bottom:none;
}

.click.active {
	height: auto;
}

/*.click {
    border-left: 2px solid #502542;
    border-bottom: 1px dashed #502542;
    border-top: 1px dashed #502542;
    width:100%;
    padding-left:2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;

    }*/


    .click .title::before,
    .goForm .title::before {
    	color: #104f95;
    	margin-left: -1.5rem;
    	margin-right: 1rem;
    	content: "❯❯";
    	position: absolute;
    	right: 0px;
    	transform: rotate(90deg);
    }
    .goForm .title::before {
    	transform: rotate(0deg);
    }
    .titleFormRecord {
    	text-transform: uppercase;
    	padding: 10px;
    	background: #104f95;
    	color: #fff;
    }

    .goForm:hover p.title{
    	background: #104f95;
    	color: #fff;
    }

    .goForm:hover .title::before{

    	color: #fff;
    }

    .form_record input,
    .form_record textarea,
    .form_record select{
    	width: 100%;
    	background-color: #fff;
    	margin:0px;
    	padding: 10px;
    	border:2px solid #104f95;
    }
    .form_record textarea{
    	height: 100px;
    }

    .formCreate {
    	padding: 0px 20px 20px 20px;
    }

    .formCreate .button {
    	width: 100%;
    	background-color: #104f95;
    	border:3px solid #104f95;
    	text-transform: uppercase;
    	color: #fff;
    	padding: 10px;
    	border-radius: 5px;
    	margin-top: 10px;
    	transition:0.2s;
    }

    .formCreate .button:hover {
    	background-color: #fff;
    	color: #104f95;
    	cursor: pointer;
    }

    .formCreate .miniFormText,
    .formCreate label{
    	font-size: 12px;
    	margin: 0px;
    	color: #fff;
    	text-align: left;
    	padding: 7px;
    	background-color: #104f95;
    }

    .formCreate label{
    	font-size: 14px;
    	display: block;
    }

    .list_checkbox{
    	padding: 5px;
    	border:3px solid #104f95;
    	flex-wrap: wrap;
    	background-color: #fff;
    	justify-content: space-between;
    }

    .list_checkbox label{
    	width: 47%;
    	display: flex;
    	justify-content: flex-start;
    	align-items: center;
    	padding: 5px;
    	margin: 3px;
    	cursor: pointer;
    }

    .list_checkbox label:hover{
    	background-color: #011f40;
    }

    .list_checkbox input{
    	width: 10px;
    	margin-right: 5px;
    }

    p.formTitle {
    	font-size: 12px;
    	text-align: left;
    }

    .messageForm{
    	position: fixed;
    	left: 0px;
    	top: 0px;
    	background-color: #000000a0;
    	width: 100%;
    	height: 100vh;
    	justify-content: center;
    	z-index: 10000;
    }

    .messageForm .forma{
    	padding: 20px;
    	background-color: #fff;
    	text-align: center;
    }


    .messageForm .forma.error{
    	border:3px solid #f00;
    	color: #f00;
    }

    .messageForm .forma.ok{
    	border:3px solid green;
    	color: green;
    }




    .galeryEdit {
    	flex-wrap: wrap;
    	justify-content: flex-start;
    }

    .galeryEdit .img{
    	flex-basis: 30%;
    	width: 30%;
    	max-height: 100px;
    	margin: 1%;
    }


    .galeryEdit .img{
    	max-width: 100%;
    	max-height: 100px;
    	position: relative;
    }


    .galeryEdit .img img{
    	max-width: 100%;
    	max-height: 100px;
    	object-fit: contain;
    }



    .galeryEditImg{
    	position: absolute;
    	width: 25px;
    	height: 25px;
    	background-color: #fff;
    	padding: 5px;
    	border-radius: 50%;
    	right: 5px;
    	top: 5px;
    	cursor: pointer;
    	transition: 0.3s;
    	z-index: 2;
    }

    .galeryEditImg:hover{
    	width: 50px;
    	height: 50px;
    	padding: 10px;
    }

    .galeryEditImg img{
    	width: 100%;
    }



    .EditMainFoto{
    	width: 100%;
    	min-height: 180px;
    	padding: 5px;
    }

    .EditMainFoto img{
    	max-width: 99%;
    	max-height: 170px;
    	object-fit: contain;
    }


    p.title img {
    	width: 50px;
    	margin-right: 10px;
    }

    nav.MenuKategory img {
    	width: 60px;
    	margin-right: 10px;
    }



    .feedback {
    	width: 100%;
    }


