.project{
	height: 30vh;
	margin: 1rem auto;
	position: relative;
	margin: 2.5%;
}
.project.text{
	text-align: center;
	height: auto;
	white-space: normal;
	transition: height .5s;
}
.collapsible {
	background-color: #777;
	color: white;
	cursor: pointer;
	padding: 2rem;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 1.5rem;
	border: 2px solid black;
}

.active, .collapsible:hover {
  background-color: #555;
}

.collapsible:after {
  content: '\002B';
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.window{
	width: 100%;
	height: 100%;
	/*z-index: 1;*/
	position: absolute;
}
.active:after {
  content: "\2212";
}

.content {
	padding: 0 1rem;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
	background-color: #e2e2e2;
	width: 90%;
	margin: auto;
}
.project.didok{
	background-image: url('../img/projects/winter2.png');
	background-repeat: no-repeat;
	background-size: cover;
}
.project.design{
	background-image: url('../img/projects/spring2.png');
	background-repeat: no-repeat;
	background-size: cover;
}
.project.repairs{
	background-image: url('../img/projects/summer2.png');
	background-repeat: no-repeat;
	background-size: cover;
}
.project.building{
	background-image: url('../img/projects/autumn2.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}
.project.minicooper{
	background-image: url('../img/projects/cooper.png');
	background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.project.minicooper img{
	position: absolute;
	top: 1rem;
	width: 14rem;
	z-index: -1;
}
.project.minicooper img.left{
	left: 0rem;
}
.project.minicooper img.right{
	right: 0rem;
}
.chapter{
	position: absolute;
	font-size: 2rem;
	top: -2rem;
	font-weight: 600;
	color: #525252;
	border: 2px solid black;
	border-top: none;
	border-right: none;
	padding: 0 0.5rem;
	width: 2rem;
	z-index: 2;
	text-align: center;
	border-bottom-left-radius: .5rem;
}

.title{
	font-size: 1.1rem;
	position: absolute;
	text-align: left;
	white-space: normal;
	margin-left: 1rem;
	vertical-align: middle;
	left: 50%;
	top: 50%;
	width: 70%;
/*	background-color: rgba(226,226,226,0.6);
*/	/* font-size: 1rem; */
	border-radius: 1rem;
	transform: translate(-50%, -50%);
	padding: 1rem;
}
.readMore{
	position: absolute;
	vertical-align: middle;
	left: 50%;
	top: 90%;
	transform: translate(-50%, -90%);
	color: black;
    padding: 0.5rem;
    border-radius: .5rem;
}
a.readMore{
	width: 100%;
	height: 100%;
	padding: 0;
}
.wrapper_wind{
	width: 100%;
	height: 100%;
	background-color: rgba(226,226,226,0.3);
}
.minicooper .title{
	background-color: rgba(226,226,226,0.4);
}
@media screen and (max-width: 768px) {
	.w_100.center img{
		width: 100%;
	}
	.title{
		font-size: 1rem;
	}
	p.russianFont{
		width: 100%;
		direction: ltr;
		height: 100%;
		font-size: 1.8rem;
	}
	.chapter{
		font-size: 2rem;
		top: -2rem;
		width: 2rem;
	}
	.collapsible {
		padding: 1rem;
		font-size: 1rem;
		border: 1px solid black;
	}
	.project{
		/*background-color: red;*/
		height: 30vh;
		margin: 1rem auto;
		position: relative;
	}
	.readMore{
		width: 100%;
		height: 100%;
		padding: 0;
	}
}

