

.bigred{
	font-size: 20px;
	color: red;
}
html,
body{
	background-color: white;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	height: 100%;
}
.wrapper{
	min-height: 100%;
	display: flex;
	flex-direction: column;
}
.header{
	max-height: 80px;
	top: 0;
	left: 0;
	right: 0;
}
.header__container{
	max-width: 1200px;
	margin: 10px auto;
	display: flex;
	height: 50px;
	justify-content: space-between;
	text-align: center;
	font-size: 9pt;
}
.header-container a{
	text-decoration: none;
}
.header-logo{
}
.menu-body{
	display: flex;
}
.menu-list-1{
	display: flex;
	margin: 0 5px;
	list-style-type: none;
	justify-content: center;
}
.menu-list-2{
	display: flex;
	margin: 3px 5px;
	list-style-type: none;
	justify-content: center;
}
.menu-list-3{
	display: flex;
	margin: 0 5px;
	list-style-type: none;
	justify-content: center;
}
.menu-list-1 a{
	color: grey;
	text-decoration: none;
	text-transform: uppercase;
}
.menu-list-1 a:hover{
	color: black;
}
.menu-list-1 li{
	width: 20px;
	height: 20px;
	margin: 0 5px;
	transition: 0.5s all;
	box-shadow: 0 2px 5px rgba(0,0,0,0.2), 0 4px 6px rgba(0,0,0,0.2);
	border-radius: 3px;
}
.menu-list-1 li:hover{
	box-shadow: 0 2px 5px rgba(0,0,0,0.8), 0 4px 6px rgba(0,0,0,0.8); 
}
.menu-list-2 a{
	color: grey;
	text-decoration: none;
	margin: 0 25px;
	text-transform: uppercase;
	list-style-type: none;
	transition: 0.5s all;
}
.menu-list-2 a:hover{
	color: black;
}
.cabinet{
	position: relative;
}
.cabinet:hover .go{
	display: block;
}
.cabinet img{
	margin: 0 2px;
}
.go{
	list-style-type: none;
	position: absolute;
	right: 0;
	top: 18px;
	display: none;
}
.menu-list-3 a{
	color: grey;
	text-decoration: none;
	margin: 0 25px;
	text-transform: uppercase;
}
.menu-list-3 a:hover{
	color: black;
}
.header-logo a{
	text-decoration: none;
}
/* поиск */
.header-lupa{
	position: relative;
	overflow: hidden;
}
.search{
	padding: 0 8px;
	display: block;
	width: 150px;
	height: 20px;
	border-radius: 3px;
	border-style: 1px solid;
	outline: none;
}
.submit-search{
	width: 12px;
	height: 12px;
	position: absolute;
	right: 4px;
	top: 4px;
	border-style: none;
	background-image: url(../img/ic/lupa.png);
	background-repeat: no-repeat;
	background-color: transparent;
	cursor: pointer;
}
/* проекты */
.content{
	max-width: 1000px;
	justify-content: center;
	text-align: center;
	margin: 0 auto;
	overflow: hidden;
	flex: 1 1 auto;
}
.body{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 10px;
}
.body__content{
}
.body__container{
	max-width: 1200px;
	margin: 0 auto;
}
.content__row{
	display: flex;
	flex: 1 1 auto;
	box-shadow: 0 2px 5px rgba(0,0,0,0.2), 0 4px 6px rgba(0,0,0,0.2);
}
.content__bar{	
}
.bar__next{
}
.bar__whatsapp{
}


.content__info{
}
.content__title{
}
.conten__box{
}




/* проекты */
.content__info{
}
.content__title{
}
.conten__box{
}
.content__info{
}




.puc{
	
}
.video_item{
	max-width: 800px;
	border-radius: 3px;
}



/* модаль */
.modalAdmin{
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 10;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	background: rgba(0,0,0,0.8);
	overflow-y: auto;
	overflow-x: hidden;
	transition: opacity 0.8 ease 0s;
	transition: .55s opacity, .55s visibility;
}
.modalAdmin:target{
	opacity: 1;
	visibility: visible;
}
.modal-area{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.modal-dialog{
	min-height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.modal-content{
	line-height: 2;
	min-width: 350px;
	padding: 10px;
	position: relative;
	text-align: left;
	border-radius: 3px;
	background-color: gray;
	box-shadow: inset 0px 0px 20px rgba(0,0,0,0.8);
}
.modal-title{
	text-align: center;
	padding: 10px 0;
	color: white;
}
.modal-body{
	text-align: center;
}
.modal-body a{}
.modal-body img{}


/* форма админ */
.form-admin{
}
.formin{}
.elem-groupin{
	margin: 10px 0 10px 0;
	position: relative;
}
.elem-groupin input{
	height: 30px;
	width: 300px;
	padding-left: 18px;
	border-radius: 3px;
	border: 2px white solid;
	box-shadow: inset 0px 0px 10px rgba(0,0,0,0.5);
}
.elem-groupin textarea{
	width: 300px;
	height: 60px;
	padding: 10px;
	border-radius: 3px;
	resize: vertical;
	border: 2px white solid;
	overflow: hidden;
	box-shadow: inset 0px 0px 10px rgba(0,0,0,0.5);
}
.elem-groupin #file_c{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}
.file__button{
	display: inline-flex;
	min-height: 30px;
	border-radius: 3px;
	justify-content: center;
	align-items: center;
	box-shadow: inset 0px 0px 10px rgba(0,0,0,0.5);
	padding: 0 10px;
	cursor: pointer;
	border: 2px white solid;
}
.form-innerin{}
.form-innerin input[type="submit"]{
	width: 300px;
	height: 30px;
	background-color: gray;
	color: white;
	cursor: pointer;
	border-radius: 3px;
}
.form-innerin input[type="submit"]:hover{
	background-color: darkgray;
}

.footer{
	bottom: 0;
	left: 0;
	right: 0;
}
.footer__container{
	max-width: 1200px;
	margin: 20px auto;
	display: flex;
	max-height: 50px;
	justify-content: center;
	text-align: center;
	font-size: 9pt;
}
.footer__container a{
	text-decoration: none;
	transition: 0.5s all;
}












