.form .inputs-title {
    display: block;
}
.lang--fr::before {
    background-image: url("../img/header/france.svg"); }
.lang--it::before {
    background-image: url("../img/header/italy.svg"); }
.lang--ca::before, .lang--can::before {
    background-image: url("../img/header/canada.svg"); }
.header__inner_info_phone {
    margin: -10px 20px -10px 0;
}
.header__inner_info_phone .phone {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #323240;
}
.content .contact__form_left p {
    margin-bottom: 0;
    min-height: 75px;
}
.content .contact__form_left .phone {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
    font-size: 32px;
    color: #fff;
}
.form .error-text {
    display: none;
}
.form .error-field .error-text {
    display: block;
}
.form .error-field .custom-select__option--value {
    border: 1px solid #D44343;
}
.inputs-textarea .error-text {
    margin-top: -6px;
}
.footer__inner {
    min-height: 41px;
}
.footer__inner_tel, .footer__inner_copy {
    margin: -10px 0;
}
.footer__inner_copy a {
    color: #fff;
}
.footer__inner_tel .phone {
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
.text-png {
    position: relative;
    top: 4px;
}
.text-png-scaled {
    position: relative;
    top: 3px;
}
