@import "http://fonts.fontstorage.com/import/gilroy.css";
*, *:before, *:after{
	box-sizing: border-box;
}
/*.visually-hidden{
	display: none;
}*/
img{
	max-width: 100%;
}
*{
	margin: 0;
	padding: 0px;
	transition-property: all;
	transition-duration: 0.2s;
	transition-timing-function: linear;
}	
body{
	font-family: 'Gilroy';
	/*font-family: 'Bad Script', cursive;*/
	/*font-family: 'Pacifico', cursive;*/
	margin: 0;
	width: 100%;
}
a{
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6, p{
	padding: 0;
	margin: 0;	
}

/*меню*/
/*меню*/
/*меню*/
/*меню*/
/*меню*/
/*меню*/
/*меню*/
/*меню*/
/*меню*/
/*меню*/
/*меню*/
.header	{
	font-size: 12pt;
	background-color: #392742;/*цвет меню*/
	padding: 10px;
	/*font-family: 'Comfortaa', cursive;*/
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-around;
	-ms-align-items: center;
	align-items: center;
	width: 100%;
	z-index: 2;
	/*border:1px solid red;*/
	position: fixed;
}
.logo a{
	font-family: 'Pacifico', cursive;
	color:white;
}
.menu{

	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-around;
	width: 60%;
	justify-content: center;
}
.menu ul li{
	text-transform: uppercase;
	

}
.menu ul li a{
	padding: 10px;
	border-radius: 8px;
}

.menu ul li a:hover{
	transform: scale(1.2);
	background-color: #de7b5c;/*color of menu punkts hover*/
}
.menu ul li:hover{
	transform: scale(1.02);
}
.menu ul{
	margin: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content:space-between;
	list-style: none; 
	width: 100%;
	padding: 5px;
}
.menu-link{
	text-decoration: none;
	color: #fff;
}
input[type=checkbox] {
display: none;
}

.podmenu ul{
	width: auto;
	min-width: 120px;
	position: absolute;
	flex-direction: column;
	/*border:1px solid red;*/
	background-color: #392742;
	margin-top: 10px;
	display: none;
	border-radius: 10px;


}
.podmenu ul li{
	margin-bottom: 10px;
}
.podmenu ul li a{
	width: auto;
	padding: 0;
	text-decoration: none;
	padding: 5px;
	color: white;

}
.vipad:hover .podmenu ul{
	display: block;

}
.contacts-info a{
	text-transform: none;
}

/*меню*/
/*меню*/
/*меню*/
/*меню*/
/*меню*/
/*меню*/
/*меню*/
/*меню*/
/*меню*/
/*меню*/
/*меню*/

.main{
	width: 100%;
	margin: 0 auto;
	color: #fff;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
/*							CENTER							*/
/*							CENTER							*/
/*							CENTER							*/
/*							CENTER							*/
/*							CENTER							*/
/*							CENTER							*/
/*							CENTER							*/
/*							CENTER							*/
/*							CENTER							*/
/*							CENTER							*/
/*							CENTER							*/
/*							CENTER							*/
/*							CENTER							*/
/*							CENTER							*/
/*							CENTER							*/
/*							CENTER							*/

.cont{
	/*border: 1px solid black;*/
	width: 100%;
	margin: 0 auto;
	padding: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

/*					инфа о  молли			*/
/*					инфа о  молли			*/
/*					инфа о  молли			*/
/*					инфа о  молли			*/
/*					инфа о  молли			*/

.info{
	/*font-family: 'Comfortaa', cursive;*/
	background-color: #fff;
	min-height: 700px;
	/*высота всего контейнера с фото-работами*/
	margin: 50px auto 0 auto;
	width: 90%;
	color: #000;
	/*border: 1px solid blue;*/
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.info-cont{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.i1{
	/*border: 1px solid green;*/
	width: 70%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	flex-direction: column;
	flex-wrap: nowrap;
}
.tmolly{
	height: 15%;
	text-align: right;
	/*border:1px solid red;*/
	width: 100%;
	margin: 0 auto 0 auto;
}
.itext{
	height: 70%;
	/*border: 1px solid black;*/
	width: 100%;
	font-style: bold;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	justify-content: start;
	padding-left: 50px;
}
.itext h1{
	padding-bottom: 70px;
}
.itext p{
	font-size: 16pt;
	padding-bottom: 30px;
}
.but{
	height: 15%;
	/*border: 1px solid black;*/
	width: 100%;
}
.ibut{
	/*border: 1px solid orange;*/
	background-color: #392742;
	padding: 10px;
	border-radius: 15px;
	color: #fff;
	min-width: 100px;
	max-width: 10%;
	white-space: nowrap;
	text-align: center;
	margin-top: -50px;
	margin-left: 50px;
}
.ibut a{
	text-decoration:none;
	color:white;
}
.i2{
	width: 30%;
}

/*					инфа о  молли			*/
/*					инфа о  молли			*/
/*					инфа о  молли			*/
/*					инфа о  молли			*/
/*					инфа о  молли			*/



.img-list{
	/*background-color: #f0f0f0;*/
	min-height: 120px;/*высота всего контейнера с фото-работами*/
	
	width: 90%;
	/*border: 1px solid red;*/
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;

}
.copy2{
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	padding: 50px;
	padding-top: 100px;
	/*border: 1px solid blue;
	color: #392742;/*цвет блока мои работы*/
	background: white; 
	font-size: 24pt;
}	
.footer-contain{
	border-radius: 10px;
	width:25%;
	padding: 5px;

	opacity: 1;
}
.footer-contain:nth-child(1) {
	margin-right: 0px;
}
.footer-contain:nth-child(3) {
	margin-right: 0px;
	margin-top: 0px;
}
.footer-contain:nth-child(4) {
	margin-top: 0px;
}
.footer-contain:nth-child(5) {
	margin-top: 0px;
	margin-right: 0px;
}
.footer-contain:nth-child(6) {
	margin-top: 0px;
}

	


.norm{
	background-color: #de7b5c;/*цвет заголовков работ*/
	text-decoration: none;
	color: white;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	padding: 5px;
	opacity: 0;
	border-radius: 10px;
}
/*анимация*/
.footer-contain:hover{
	opacity: 0.8;
	transform:scale(1.011);
}
.footer-contain:hover .norm{
 	opacity: 1;
	transform:scale(1.3);
}
/*анимация*/

/*					галерея			*/
/*					галерея			*/
/*					галерея			*/
/*					галерея			*/
/*					галерея			*/
/*					галерея			*/
/*					галерея			*/

.gallery {
  width: 90%;
  margin: 0 auto;
  -ms-align-items: center;
  align-items: center;
}

.img-list {
	width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.img-list li {
 list-style: none;
}

.img-list img {
  width: 100%;
  max-width: 100%;
  border-radius: 5px;

}

/*
=lightbox
*/
.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 25px 0;
  display: none;
  overflow-y: auto;


}

.overlay {

  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.85);
}

.lightbox figure {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: row;
  margin: 0 auto;
  z-index: 1;
  width: 80%;
  max-width: 1200px;
    margin-top: 3%;
}


.next, .prev {
  display: inline-block;
  color:#fff;
  margin: 15px 20px;
  cursor: pointer;
  font-size:3em;
  opacity: 0.5;
}
.next2{
	align-self: flex-start;
  font-size:2em;
  margin-left: -20px;
  margin-top: -10px;

}
.next:hover, .prev:hover{
	opacity: 1;
}

.prev {
  left: 0;
}
/*					галерея			*/
/*					галерея			*/
/*					галерея			*/
/*					галерея			*/
/*					галерея			*/
/*					галерея			*/
/*					галерея			*/



/*					footer:				*/
/*					footer:				*/
/*					footer:				*/
/*					footer:				*/
/*					footer:				*/
/*					footer:				*/
/*					footer:				*/
/*					footer:				*/
/*					footer:				*/
/*					footer:				*/
/*					footer:				*/
/*					footer:				*/
/*					footer:				*/
section{
	background-color: #392742;
	margin: 0 auto;
	width: 100%;
	color: white;
	font-size: 20px;
	/*font-family: sans-serif;*/

}
.footer2{
	margin: 0 auto;
	margin-top: 50px;
	width: 100%;
	/*border: 1px solid red;*/
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	min-height: 100px;
}
.footer2-container{/*ширина блоков подвала*/
	/*border: 1px solid green;*/
	width: calc(33.33% - 20px);
	margin: 10px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;

}
.molle{
	font-family: 'Pacifico', cursive;
	padding: 3px;
	border-radius: 10px;
}
.molle:hover{
	background-color: #de7b5c; 
}
.footersocialitem a{
	color: white;
	padding-right: 30px;
}
.footersocialitem a:hover{
	color: #de7b5c;
}
.footersocialitem a:last-child{
	padding-right: 0;
}


.aboutme{
	border:1px solid black;
	width: 90%;
	margin: 0 auto;
	padding: 0;		
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-around;
	-ms-align-items: 	center;
		align-items: 	center;		
}
.col{
	height: 100vh;
	border:1px solid grey;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
}
.main-col{
	width: 60%;
	padding: 100px;

}
.second-col{
	padding: 10px;
	width: 40%;
	background-size: cover;
	background-repeat: repeat;
	min-height: 100px;
	height: 100%;
}
.footer2-container a{
	color: white;
	text-decoration: none;
	background-color: #ffffas;
}
label{
	display: none;
}	
.button{/*связаться со мной*/
	background-color: #de7b5c;
	border-radius: 10px;
	padding: 3px;

}
.button:hover{/*связаться со мной*/
	background-color: white;
	color: #de7b5c;
}
.button p:hover{/*связаться со мной*/
	color: #de7b5c;
}

.copy{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	font-size: 8pt; 
}

/*		about-report			*/
/*		about-report			*/
/*		about-report			*/
/*		about-report			*/
/*		about-report			*/
/*		about-report			*/
.about-report{
	background-color: white;
	/*border:1px solid red;*/
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.both{
	margin-top: 100px;
	background-color: white;
	width: 75%;
	/*border:1px solid green;*/
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.both-item{
	/*border: 1px solid blue;*/
	background-color: white;
	width: 50%;
	color:black;
}
.myworks{
	text-align: center;
	width: auto;
	margin: 0 auto;
	/*border: 1px solid green;*/
	background-color: #fff;
	color:#000;
}
.myworks h2{
	margin-top: 250px;
	margin-bottom: 10%;
}
.text p{
	padding-top: 40px;
	padding-right: 35px;
	font-size: 20px;
}
