/* Прозрачный фон 10% + размытие 30px */
#rec1607954021 .t1186__card {
    background-color: rgba(255, 255, 255, 0.1) !important; /* прозрачность 10% */
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px); /* для Safari */
}

#rec1607918331 .t908__item_active .t908__heading,
#rec1607918331 .t908__item_active .t908__descr{color:#fff!important}
#rec1607918331 .t908__item[data-item-number="1"].t908__item_active{background-color:#161B3C!important}
#rec1607918331 .t908__item[data-item-number="2"].t908__item_active{background-color:#992339!important}
#rec1607918331 .t908__item[data-item-number="3"].t908__item_active{background-color:#70846C!important}


/* 1. "Планировать" — плашка: #5C5F77, текст: белый */
#rec1607918331 .t908__item[data-item-number="1"]:hover {
    background-color: #5C5F77 !important;
}
#rec1607918331 .t908__item[data-item-number="1"]:hover .t908__heading,
#rec1607918331 .t908__item[data-item-number="1"]:hover .t908__descr {
    color: #FFFFFF !important;
}

/* 2. "Развивать" — плашка: #B86574, текст: белый */
#rec1607918331 .t908__item[data-item-number="2"]:hover {
    background-color: #B86574 !important;
}
#rec1607918331 .t908__item[data-item-number="2"]:hover .t908__heading,
#rec1607918331 .t908__item[data-item-number="2"]:hover .t908__descr {
    color: #FFFFFF !important;
}

/* 3. "Вдохновляться" — плашка: #9BA998, текст: белый */
#rec1607918331 .t908__item[data-item-number="3"]:hover {
    background-color: #9BA998 !important;
}
#rec1607918331 .t908__item[data-item-number="3"]:hover .t908__heading,
#rec1607918331 .t908__item[data-item-number="3"]:hover .t908__descr {
    color: #FFFFFF !important;
}

#rec1607918331 .t908__item {
    background-color: #F6F6F6 !important;
}

