.header__phone {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 10px;
    margin-right: 50px;
}

.header__phone a {
    text-decoration: none;
    color: #333;
    display: flex;
    align-items: center;
}

.header__phone img {
    width: 20px;
    margin-right: 5px;
}

.header__phone span {
    font-weight: bold;
    margin-right: 5px;
}

.header__location {
    font-weight: normal;
    margin-top: 5px;
    margin-left: 105px;

}
.header__phone .header__location {
    color: black;  /* Замените #ff0000 на нужный вам цвет (например, красный) */
		    text-decoration: none;
		font-size:10px;
}
.header__company {
    display: flex;
    align-items: center;
    margin-top: 5px;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: column;
}

.header__company img {
    width: 20px;
    margin-right: 5px;
}

.header__company span {
    font-weight: bold;
}
@media (max-width: 767px) {
    .header__location {
        display: none;
    }
}
@media (max-width: 767px) {
.header__phone {
    display: flex;
    flex-direction: column;
} }
@media (max-width: 767px) {
textarea {
    width: -webkit-fill-available;
} }