.request_min_form__elem label {
    display: block;
    font-size: 18px;
    font-weight: 600;
	padding: 10px 0;
}
.request_min_form_box {
	display: flex;
	gap: 8px;
}
.request_min_form__elem {
	width: 33%;
}
.request_min_form__elem--personel {
	display: flex;
	gap: 8px;
	margin-top: 10px;
	align-items: center;
}
.request_min_form__input {
	width: 100%;
}

/* */

.form-required {
	color: #e94e1b;
	font-size: 28px;
	line-height: 0.4;
}
.regestry_form__dropdown{
	width: 100%;
	height: 68px;
}
.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(images/icon_warn.gif);
}
.form-capcha{
	margin-bottom: 15px;
}
.form-capcha{
	display: flex;
	flex-direction: column;
}
#captcha_img{
	max-width: 200px;
}
.regestry_form-button{
	width: 300px;
	height: 60px;
	color: #fff;
	background-color: #009fe3;
	transition: 0.5s;
}
.message{
	display: none;
}
.show{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
	background-color: rgba(0, 0, 0, 0.8);
}
.messgage-background{
	position: absolute;
	left: 50%;
	top: 50%;
}
@media screen{
	.forum_reg_geosib-button:hover{
		background-color: #025f86;
	}
}
.messgage-form{
    max-width: 500px;
    width: 100%;
    max-height: 320px;
    height: 100%;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: center; */
    border-radius: 5px;
}
.success-button-wrap{
	width: 100%;
	max-width: 250px;
	text-align: center;
	position: relative;
    top: 25px;
	margin: 0 auto;
}
.success-ico{
	text-align: center;
}
.success-title{
	position: relative;
	bottom: 15px;
	text-align: center;
	font-size: 25px;
	word-wrap: break-word;
	color: black;
}
.message-form-wrap{
	width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.close-modal {
    border: none;
    background: #009fe3;
    width: 100%;
    height: 68px;
    color: #fff;
    transition: 0.5s;
    padding: 8px 0;
    cursor: pointer;
    font-size: 25px;
    border-radius: 3px;
}
}
.message-content{
	position: absolute;
	max-width: inherit;
}
.message-close{
    position: relative;
    bottom: -5%;
    right: -45%;
    font-size: 25px;
    cursor: pointer;
    color: red;
    transition: 0.5s;
    z-index: 1;
}
/*
#refresh_captcha{
	visibility: hidden;
}
*/
#refresh_captcha{
	display: none;
}
.modal{
	display: none;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 999;
	background-color: rgba(0, 0, 0, 0.5);
}
.modal--show{
	display: block;
	overflow: scroll;
	height: 105%;
}
.modal__dialog{
	background-color: #fff;
	padding: 25px;
    max-width: 750px;
    margin: 50px auto;
	height: max-content;
}
.modal-title{
	font-weight: bold;
	font-size: 26px;
}
.modal__close{
	color: red;
	font-size: 23px;
	cursor: pointer;
	width: max-content;
	text-transform: uppercase;
	transition: 0.5s;
}
.modal-title-container{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.button-container{
	display: flex;
	justify-content: center;
}
.modal-button{
	background-color: #009fe3;
    color: #fff;
    border: none;
	transition: 0.5s;
}

@media screen {
	.regestry_form-button:hover{
		background-color: #025f86;
	}
	.close-modal:hover{
		background: #0077aa;
	}
	.message-close:hover{
		color: #009fe3;
	}
	.modal-button:hover{
		background-color: #0176a7;
	}
	.modal__close:hover{
		color: #0176a7;
	}
}
@media (max-width: 767px) {
	.success-title {
		font-size: 16px;
	}
}

/* */
@media (max-width: 767px) {
    .request_min_form__elem label {
        font-size: 13px;
    }
	.request_min_form_box {
		flex-direction: column;
	}
	.request_min_form__elem {
		width: 100%;
	}
}
@media (min-width: 1280px) {
    .panel-content--right-margin {
        padding-right: 75px !important;
    }
}