.filter-hidden{
    display: none;
}
div#reg_errors {
    display:none;
}

div#auth_errors {
    display:none;
}

#captcha-form {
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
}

.SmartCaptcha-Shield.SmartCaptcha-Shield_position_bottom{
    bottom: 0px !important;
}

/*  */
.be-grounded.modal {
	position: static;
	height: auto;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
	z-index: auto;
	overflow: visible;
	transition: none;
	display: block;
	background: none;
}
.be-grounded .modal__wrapper {
	min-height: 0;
	display: block;
	position: relative;
	padding: 0;
	z-index: auto;
 }
.be-grounded .modal__backdrop,
.be-grounded .modal__close {
	display: none;
}
.be-grounded .modal__inner {
	width: auto;
	margin: 0;
	transition: none;
	max-width: none;
	overflow: visible;
}

/* quiz-expertpro */
.be-grounded .modal-quiz-expertpro__container {
	box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1);
	padding: 30px;
}

.be-grounded .modal-quiz-expertpro__footer {
	display: flex;
	justify-content: flex-end;
	padding-top: 5px;
	bottom: -10px;
	position: relative;
}

.be-grounded .modal-quiz-expertpro__group {
	pointer-events: none;
	opacity: 0.5;
}

.be-grounded .modal-quiz-expertpro__group:last-child {
	pointer-events: auto;
	opacity: 1;
}

.be-grounded .btn_outline-blue.is-select {
	background: #001689;
	color: #ffffff;
}

.be-grounded .is-done .modal-quiz-expertpro__group-item {
	flex-basis: 0;
	max-width: none;
}

.be-grounded .modal-quiz-expertpro__wrapper {
	box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1);
	border-radius: 15px;
}

.be-grounded .modal-quiz-expertpro__item:nth-child(1) {
	display: block;
}

.be-grounded .modal-quiz-expertpro__item .modal-quiz-expertpro__container {
	box-shadow: none;
}
.be-grounded .modal-quiz-expertpro__item:not(.is-active) .modal-quiz-expertpro__container {
	pointer-events: none;
	opacity: 0.5;
}

.be-grounded .modal-quiz-expertpro__content-wrap .modal-quiz-expertpro__header-content {
	padding-top: 24px;
}
