/* Цвет иконок в блоке ME301 */
#rec1485811741 .t-sociallinks__item svg path {
  fill: #E3C77D !important;  /* Основной золотой цвет */
  transition: fill 0.3s ease;
}

#rec1485811741 .t-sociallinks__item:hover svg path {
  fill: #F2F2F2 !important;  /* Светлее при наведении */
}

/* Меняем цвет placeholder в форме блока №403 */
#rec1485812001 input::placeholder,
#rec1485812001 textarea::placeholder {
  color: #F2F2F2 !important; /* Цвет текста подсказки */
  opacity: 1; /* Чтобы не было полупрозрачности */
}

/* Для Safari и старых браузеров */
#rec1485812001 input::-webkit-input-placeholder,
#rec1485812001 textarea::-webkit-input-placeholder {
  color: #F2F2F2 !important;
}
#rec1485812001 input:-ms-input-placeholder,
#rec1485812001 textarea:-ms-input-placeholder {
  color: #F2F2F2 !important;
}

