.form__message{
	display:block;
	margin-top:10px
}

.form__message.success{
	color:#0c9c68
}

.form__message.error{
	color:#da234f
} 

.hid
{
	display:none;
}

.formErrorTop
{
	margin-bottom:10px;
}

.ui-widget.ui-widget-content
{
	border: 1px solid var(--color-accent-light);
	border-top:none;
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 5px;
}

.otraslFormSendOk
{
	display:none
}


.error404 {
    font-family: 'Montserrat';
    display: block;
    margin: 0 auto;
    font-style: normal;
    font-weight: 600;
    font-size: 140px;
    line-height: 171px;
    text-align: center;
    color: #E6E9ED;
}
.error-title
{
	text-align: center;
}	

.error-message {
    font-family: Manrope;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    color: #435465;
}

.docsOtrBlock
{
	display:none;	
}
.docsOtrBlock.active
{
	display:block;	
}

.form__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-weight: 700;
    font-size: 15px;
    line-height: 2;
}

.form__label input, .form__label select {
    width: 100%;
}

.changePhoneSendOk,
.changeEmailSendOk,
.changeFIOSendOk
{
	display:none;
}
.fileInfo
{
	margin-bottom:10px;
	font-size: 13px;
}

.form__group input[type="password"]
{
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	height: 49px;
}
.passwordSendOk
{
	color:green;
	display:none;
}
.changePasswordSendOk
{
	display:none;
}

#modalConfirmationConsent {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    border: 0;
    outline: none;
    background: none;
    z-index: 1;

    .confirmationConsentBlock {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        cursor: pointer;

        input[name="confirmationConsentInput1"], input[name="confirmationConsentInput2"] {
            border: 1px solid var(--color-accent-light);
        }
        label {
            display: block;
            cursor: pointer;
        }
    }

    .confirmationConsent_button {
        cursor: pointer;
    }
}
#modalConfirmationConsent[open] {
    display: flex;
    align-items: center;
    background-color: rgb(0 0 0 / 80%);
}