.port_hover {
    opacity: 1; /* Полностью непрозрачный элемент */
    transition: opacity 0.3s ease; /* Плавный переход */
}

.port_hover:hover {
    opacity: 0.7!important; /* Прозрачность при наведении */
}


.ul_list ul {

    list-style: none!important;
    padding-left: 25px!important;
}


.ul_list li {
    position: relative;
    margin-bottom: 8px;
    
}


.ul_list li:before {
    content: "";
    position: absolute;
    width: 14px;
    height: 11px;
    background: url(https://static.tildacdn.com/tild3737-3834-4535-a564-363833336632/Vector_1_2.svg) no-repeat;
    left: -25px;
    top: 3px;
    background-size: 100%;
}

@media screen and (max-width: 640px) {
  
    
    #rec846790823 .t-quiz__content-wrapper, #rec846790823 .t-quiz__btn-wrapper_mobile.t-quiz__btn-wrapper_visible{
        background-color: #F7F8F9!important;
        
    }
}





