/* Отдельный файл для правильных цветов размытых кругов под логотипами партнеров */
/* Цвета подобраны под логотипы партнеров для гармоничного вида */

/* Партнер 1 - ФОСАГРО (синий/зеленый) */
.blurred-circle1 {
  background-color: #5dade2 !important;
  opacity: 0.25 !important;
  filter: blur(20px) !important;
}

/* Партнер 2 - RM RAIL (синий/красный) */
.blurred-circle2 {
  background-color: #85c1e9 !important;
  opacity: 0.25 !important;
  filter: blur(20px) !important;
}

/* Партнер 3 - АПАТИТ (зеленый) */
.blurred-circle3 {
  background-color: #7dcea0 !important;
  opacity: 0.25 !important;
  filter: blur(20px) !important;
}

/* Партнер 4 - МРК ИНЖИНИРИНГ (синий) */
.blurred-circle4 {
  background-color: #7fb3d3 !important;
  opacity: 0.25 !important;
  filter: blur(20px) !important;
}

/* Партнер 5 - МАЗ (красный) */
.blurred-circle5 {
  background-color: #f1948a !important;
  opacity: 0.25 !important;
  filter: blur(20px) !important;
}

