.business-areas__slider .swiper-wrapper{
	height: auto;
}
.form__error-text{
	color: red;
}
.profile-avatar__update-btn .typefile{
	z-index: 10;
}
.bx-input-file-desc{
	display: none;
}

.create-article__form .wrap{
	display: none;
}
.sucess{
    color: inherit;
    font-size: 20px;
}
.field-select__select.error,
.field__input.error{
	border-color: red;
}
.bx_register_error{
	color: red;
}
.bid-card__status-select-btn_first_1, .bid-card__status_first_1{
	background: #fff706;
}
.bid-card__status-select-btn_third_1, .bid-card__status_third_1{
	background: #bedaff;
}
.bid-card__status-select-btn_ninth_1, .bid-card__status_ninth_1{
	background: #ff4747;
}
.adress_dadata{
    position: absolute;
    background-color: #fff;
    z-index: 100;
    border: 1px solid #87919c;
    margin-top: -1px;
    min-width: 100%;
    padding: 5px 5px 3px 5px;
}
.adress_dadata p{
    padding: 10px;
    cursor: pointer;
    color: #000;
    margin: 0;
}
.adress_dadata p:hover{
    background-color: #b2d4e9;
}
.popup-service__block .popup-service__fields-row{
	width: 100%;
}
.for-what__text.container{
    font-size: 16px;
}
.popup-service__field .field{
    display: flex;
    align-items: center;
    gap: 15px;
}
.popup-service__field .popup-service__label{
    min-height: 20px;
}
.field_with-icon-right .field__input{
    min-height: 40px;
}
.profile-service__row .field{
    display: flex;
    align-items: center;
    gap: 15px;
}
.profile-service__row .profile-label{
    min-height: 20px;
}
.error.order-detail__editor{
    border: 1px solid red;
}
.wrap_text_p{
        line-height: 25px;
}
@media only screen and (max-width: 530px) {
    .adress_dadata p{
        white-space: unset;
    }

}
.popup-auth-reg__agree{
    position: relative;
}
.popup-auth-reg__agree .checkbox__icon{
    position: absolute;
    top: 2px;
    border: 1px solid #574c4c;
}
.popup-auth-reg__agree .checkbox__text{
    color: #737372;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42;
    text-align: left;
    padding-left: 13px;
}
.error.popup-auth-reg__agree .checkbox__icon{
    border-color: red;
}