* {
	scroll-behavior: smooth;
}

.wrapper {
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	width: 100%;
	height: 100%;
}

.main {
	padding-top: 100px;
	width: 100%;
	height: 100%;
}

.container {
	max-width: 800px;
	margin: 0 auto;
}

.headline__main {
	color: #a691c0;
	font-size: 28px;
	line-height: 34px;
	text-align: center;
	font-weight: 700;
	margin-bottom: 50px;
}

.main__block {
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 120px;
}

.main__block:nth-child(16) {
	margin-bottom: 0;
}

.block__top {
	padding: 100px 0;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: relative;
}

.image-filter {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.479);
}

#bg1 {
	background: url(../images/meropriyatia/download1.jpg) center / cover no-repeat;
}

#bg2 {
	background: url(../images/meropriyatia/download2.jpg) center / cover no-repeat;
}

#bg3 {
	background: url(../images/meropriyatia/download3.png) center / cover no-repeat;
}

#bg4 {
	background: url(../images/meropriyatia/download4.jpg) center / cover no-repeat;
}

#bg5 {
	background: url(../images/meropriyatia/download5.jpg) center / cover no-repeat;
}

#bg6 {
	background: url(../images/meropriyatia/download6.png) center / cover no-repeat;
}

#bg7 {
	background: url(../images/meropriyatia/download7.jpg) center / cover no-repeat;
}

#bg8 {
	background: url(../images/meropriyatia/download8.jpg) center / cover no-repeat;
}

#bg9 {
	background: url(../images/meropriyatia/download9.jpg) center / cover no-repeat;
}

#bg10 {
	background: url(../images/meropriyatia/download10.jpg) center / cover no-repeat;
}

#bg11 {
	background: url(../images/meropriyatia/download11.jpg) center / cover no-repeat;
}

#bg12 {
	background: url(../images/meropriyatia/download12.jpg) center / cover no-repeat;
}

#bg13 {
	background: url(../images/meropriyatia/download13.jpg) center / cover no-repeat;
}

#bg14 {
	background: url(../images/meropriyatia/download14.jpg) center / cover no-repeat;
}

#bg15 {
	background: url(../images/meropriyatia/download15.jpg) center / cover no-repeat;
}

#bg16 {
	background: url(../images/meropriyatia/download16.jpg) center / cover no-repeat;
}

.block__headline {
	color: #ffffff;
	font-size: 48px;
	font-weight: 700;
	text-align: center;
	z-index: 2;
	width: 80%;
}

.date {
	z-index: 2;
	color: #ffffff;
	text-align: center;
	font-size: 18px;
	line-height: 1.55;
	margin-top: 15px;
}

.hour {
	z-index: 2;
	text-align: center;
	color: #ffffff;
	font-size: 18px;
	line-height: 1.55;
}

.block_bottom {
	width: 100%;
	padding: 50px;
	background-color: #a691c0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.block__bottom-text {
	font-size: 18px;
	line-height: 1.55;
	font-weight: 400;
	color: #fff;
	margin-bottom: 25px;
}

.block__bottom-link {
	color: #fff;
	vertical-align: middle;
	font-size: 16px;
	text-align: center;
	font-weight: 700;
	cursor: pointer;
	border: 3px solid #ffffff;
	border-radius: 30px;
	padding: 30px 30px;
	position: relative;
	overflow: hidden;
	z-index: 1;
	transition: 0.5s;
	display: flex;
	justify-content: center;
	align-items: center;
}

.block__bottom-link span {
	position: absolute;
	width: 25%;
	height: 100%;
	background-color: rgb(0, 0, 0);
	transform: translateY(150%);
	border-radius: 50%;
	left: calc((var(--n) - 1) * 25%);
	transition: 0.5s;
	transition-delay: calc((var(--n) - 1) * 0.1s);
	z-index: -1;
}

.block__bottom-link:hover {
	color: rgb(255, 255, 255);
}

.block__bottom-link:hover span {
	transform: translateY(0) scale(2);
}

.block__bottom-link span:nth-child(1) {
	--n: 1;
}

.block__bottom-link span:nth-child(2) {
	--n: 2;
}

.block__bottom-link span:nth-child(3) {
	--n: 3;
}

.block__bottom-link span:nth-child(4) {
	--n: 4;
}

@media(max-width:800px) {
	.main__block {
		width: 100%;
	}
}

@media(max-width:600px) {
	.block_bottom {
		padding: 30px 20px;
	}

	.block__bottom-text {
		font-size: 16px;
	}

	.block__bottom-link {
		padding: 15px;
	}

	.block__headline {
		font-size: 28px;
	}
}

@media(max-width:350px) {
	.headline__main {
		font-size: 32px;
	}
}

.footer {
	margin-top: 100px;
	width: 100%;
	height: 70px;
	background-color: #A691C0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 10%;
}

.footer__creators {
	display: flex;
	justify-content: center;
	align-items: center;
}

.footer__paragraph {
	text-decoration: none;
	font-family: 'Montserrat';
	font-size: 14px;
	line-height: 1.35;
	font-weight: 600;
	color: #fff;
}

.creator {
	text-decoration: none;
	font-family: 'Montserrat';
	font-size: 14px;
	line-height: 1.35;
	font-weight: 700;
	color: #fff;
	cursor: pointer;
}

.footer__linkup {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.linkup__text {
	text-decoration: none;
	font-family: 'Montserrat';
	font-size: 16px;
	line-height: 1.35;
	font-weight: 600;
	color: #fff;
}

.linkup__text span {
	text-decoration: none;
	font-family: 'Montserrat';
	font-size: 24px;
	line-height: 1.35;
	font-weight: 600;
	color: #fff;
}

.creator:hover {
	text-decoration: underline;
}