/* Common */
/* Media */
/* Content */
/* Blocks */
.main {
	position: relative;
}

.main__inner {
	margin-top: 22.22222vw;
	padding: 2.77778vw 0 15.27778vw;
}

.main__title span {
	display: none;
}

.main__descr {
	font-size: 4.16667vw;
	line-height: 5.83333vw;
	letter-spacing: -0.02em;
	margin-bottom: 10.27778vw;
}

.main__project {
	font-size: 4.44444vw;
	line-height: 5.83333vw;
	padding: 10.83333vw 4.16667vw 13.05556vw;
	background: #F3F3F3;
	margin-left: -4.16667vw;
	margin-right: -4.16667vw;
}

.main__project-image {
	display: block;
	-webkit-filter: drop-shadow(0px 0px 3.88889vw rgba(0, 0, 0, 0.25));
	        filter: drop-shadow(0px 0px 3.88889vw rgba(0, 0, 0, 0.25));
	max-width: 57.22222vw;
	width: 100%;
	height: auto;
	-o-object-fit: cover;
	   object-fit: cover;
	margin: 0 auto 8.33333vw;
}

.main__project-num {
	font-weight: 700;
	font-size: 7.22222vw;
	line-height: 5.83333vw;
	text-align: center;
}

.main__project-date {
	font-weight: 700;
	text-align: center;
	margin-bottom: 6.94444vw;
}

.main__project-button {
	margin: 11.38889vw auto 0;
	max-width: 68.05556vw;
	height: 14.44444vw;
}

.main__project-button span {
	font-weight: 400;
}

.main__projects {
	padding: 7.22222vw 0 0;
}

.main__projects-title {
	font-weight: 700;
	font-size: 4.44444vw;
	line-height: 6.66667vw;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 8.61111vw;
}

.main__projects-items {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-row-gap: 12.5vw;
	grid-column-gap: 4.44444vw;
}

.main__projects-item {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

.main__projects-content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	width: 100%;
}

.main__projects-image {
	display: block;
	-webkit-filter: drop-shadow(0px 0px 3.88889vw rgba(0, 0, 0, 0.25));
	        filter: drop-shadow(0px 0px 3.88889vw rgba(0, 0, 0, 0.25));
	width: 100%;
	height: auto;
	-o-object-fit: cover;
	   object-fit: cover;
	margin-bottom: 5vw;
}

.main__projects-num {
	font-weight: 700;
	font-size: 5.92833vw;
	line-height: 4.72222vw;
}

.main__projects-date {
	font-weight: 700;
	font-size: 3.61111vw;
	line-height: 4.72222vw;
}

.main__projects-button {
	font-size: 3.33333vw;
	line-height: 6.66667vw;
	max-width: 100%;
	height: 12.5vw;
	margin-top: 4.44444vw;
}

.main__projects-button span {
	display: none;
}

.main__more {
	width: 74%;
	margin-top: 8.33333vw;
}
