.custom-list ul, .uc-key ul {
  list-style-type: none;
  padding-left: 0!important;
}

.custom-list li, .uc-key li {
  position: relative;
  padding-left: 20px; /* отступ для иконки */
}

.custom-list li::before, .uc-key li::before{
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 11px;
  background: url('https://static.tildacdn.com/tild6461-3463-4234-a137-663262653431/Star_5-d.svg') no-repeat center center;
  background-size: contain;
}


/*стили акций*/
.uc-promotions .t-card__title {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .uc-promotions .t-card__title span {
        color: #364D42!important;
        font-size: 26px;
        font-weight: 700;
        letter-spacing: -2%;
    }
    
    .uc-promotions .t-col_3 {
        max-width: 260px;
        min-height: 470px;
        border-bottom: 1px solid #D4D7C8;
    }

    
/*Стили праздник под ключ*/
    .uc-key .t-card__title {
        padding-bottom: 16px!important;
        border-bottom: 1px solid #D4D7C8;
    }
    
    @media (max-width:480px) {
        .uc-promotions .t772__imgwrapper, .uc-key .t772__imgwrapper {
            padding-bottom: 0!important;
            height: 200px;
        }
        
        .uc-promotions .t772__bgimg, .uc-key .t772__bgimg {
            height: 200px;    
        }
        
        .uc-promotions .t-col_3 {
            max-width: 260px;
            min-height: auto;
            border-bottom: none;
        }
        
        .uc-castom-btn .t-btn{
            width: 100%;
        }
    }    
    
/*Кастомная кнопка*/ 
.icon-btn .tn-atom {
    padding: 10px 25px;
}

.uc-catalog-btn .t-btnflex.t-btnflex_type_button2 {
    width: 100%;
}

@media (max-width:480px) {
    .icon-btn .tn-atom {
    padding: 13px 83px;
}


.uc-catalog-btn .t-store__load-more-btn {
    width: 100%;
}
}

/*Стиль каталога*/

.t-store__card__mark {
    color: #ebeae6;
    background-color: #425e52;
    text-transform: uppercase;
    height: 28px;
}

.t-store__card__mark-wrapper {
    display: table;
    position: absolute;
    right: 20px;
    top: 20px;
}

.t-store__filter__options_center {
    text-align: left!important;
}

.t-store__filter__item {
    color: #364D42;
}

.t-descr {
    font-family: 'Manrope', Arial, sans-serif;
    font-weight: 700;
    font-size: 16px;
}

.t-store__filter__item-title:after {
    border-color: transparent #364D42 #364D42 transparent;
    border-style: solid;
    border-width: 1.5px;
    border-radius: 1px;
}


/*Квиз*/

    .uc-quize .t-input-block input[name="promocode"] {
        background-color: #D4D7C8!important;
    }
    
    .uc-quize  .t-radio__indicator {
        width: 24px;
        height: 24px;
    }
    
    .uc-quize .t-form__screen .t-form__screen-progress-bar {
    stroke: #364D42!important;
    }
    
    .uc-quize .t-form__screen-btn-prev {
        color: #364D42!important;
        background-color: #EBEAE6!important;
        border: 1px solid #364D42 !important;
    }
    
    .uc-quize .t-form__screen .t-form__screen-number-container span {
        font-size: 16px!important;
        color: #364D42 !important;
        opacity: 1!important;
    }