.peronal-info-law-inner.error p {
    color: #ff1b1b !important;
}

#manufacturing-all-map {
    position: relative;
    width: 100%;
    height: 100%;
}

.full_block {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 5;
}

.c_white {
    color: #fff;
}

.pickmeup {
    z-index: 10000;
}

.mc-phones__one__50 {
    width: 33%;
    color: #fff;
}
@media(max-width:768px){
.mc-phones__one__50 {
	width: 50%;
}	
}

.required_star {
    color: red;
}

.form-open__row {
    padding-bottom: 25px!important;
}

.form-open__input .input-error {
    position: absolute;
    color: red;
    font-size: 10px;
    padding-top: 5px;
    width: 250px;
}

.row_file .input-error {
    bottom: -15px;
}

.input-file+.input-error+label strong {
    color: #ff0000;
    font-weight: 500;
    border-bottom: 1px solid #ff0000;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.input-file+.input-error+label {
    display: inline-block;
    margin-top: 8px;
    font-size: 15px;
    font-weight: 500;
    color: #1A1A1A;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
