.field-checkbox__name-text a{
	text-decoration: underline;
}
.field-checkbox__name-text a:hover,
.field-checkbox__name-text a:focus{
	color: #f08;
	text-decoration: underline;
}

.choose-your-city__scroll-area{
	max-height: unset;
	padding-right: 0;
}

#feedback-info::after{
	position: fixed;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .25);
    backdrop-filter: blur(10px);
    z-index: -1;
}