.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;
}

#accreditation-modal-success::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;
}

.modal-success{
    height: fit-content;
    margin: auto;
    top: 0;
    bottom: 0;
    position: fixed;
}

.modal--accreditation .modal__content{
	padding: 40px;
}

.modal-success .modal__dialog{
	display: flex;
	align-items: center;
	justify-content: center;
}

.modal-success .modal__content{
	width: 80%;
}

@media (max-width: 764px){
	.modal-success .modal__content{
		width: 100%;
	}	
}

.field-checkbox__name{
	align-items: center;
}