.sect_1,
.sect_2,
.sect_3,
.sect_4,
.sect_5 {
	height: 100vh
}

.sect_1,
.sect_3,
.sect_5 {
	background-color: #2c2c2c
}

.sect_2,
.sect_4 {
	background-color: #7fffd4
}

.popup {
	border-radius: 10px;
	box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
	font-family: Montserrat, sans-serif;
	left: 50%;
	overflow: hidden;
	position: fixed;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 200
}

.bg__color {
	position: relative
}

.bg__color:before {
	background: rgba(0, 0, 0, .5);
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 100
}

.popup__wrap {
	align-items: center;
	background-color: #fff;
	max-width: 380px;
	min-height: 400px;
	padding: 88px 25px;
	position: relative
}

.close_popup__btn_wrap,
.popup__wrap {
	display: flex;
	flex-direction: column;
	width: 100%
}

.close_popup__btn_wrap {
	cursor: pointer;
	height: 24px;
	justify-content: center;
	max-width: 24px;
	position: absolute;
	right: 20px;
	top: 20px
}

.close_popup__btn_wrap span {
	background-color: #000;
	height: 2px;
	width: 100%
}

.close_popup__btn_wrap span:first-child {
	transform: rotate(45deg) translate(2px, 1px)
}

.close_popup__btn_wrap span:nth-child(2) {
	transform: rotate(-45deg)
}

.img__wrap {
	height: 60px;
	margin-bottom: 34px;
	max-width: 60px;
	width: 100%
}

.img__wrap img {
	width: 100%
}

#showCalendarButton {
	-webkit-text-fill-color: #000;
	color: #000;
	justify-content: center;
	margin-bottom: 10px;
	margin-top: 20px
}

#calendarButtonsBlock {
	display: flex;
	flex-direction: column;
	gap: 5px
}

#calendarButtonsBlock button,
#showCalendarButton {
	align-items: center;
	border: 1px solid #000;
	border-radius: 5px;
	display: flex;
	gap: 10px;
	min-height: 40px;
	padding: 2px 10px;
	width: 161px
}

#calendarButtonsBlock button img {
	max-height: 20.8px;
	max-width: 20.8px
}

.popup__title {
	color: #2c2c2c;
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 12px;
	text-align: center
}

.popup__title span {
	white-space: nowrap
}

.popup__subtitle {
	font-size: 14px;
	font-weight: 500
}

@media screen and (max-width:768px) {
	.popup__wrap {
		height: 330px;
		padding: 30px 42px;
		width: 270px
	}

	.popup__title {
		font-size: 18px;
		margin-bottom: 10px;
		text-align: center
	}

	.popup__subtitle {
		font-size: 12px;
		text-align: center
	}

	.img__wrap {
		height: 50px;
		margin-bottom: 30px;
		max-width: 50px
	}

	.close_popup__btn_wrap {
		height: 18px;
		max-width: 18px;
		right: 14px;
		top: 14px
	}
}