.uc-desc-icons .t-descr ul{
    list-style-type:none !important;
    padding-left:0 !important;
}
.uc-desc-icons .t-descr ul li{
    padding-left:30px;
    line-height:20px;
    margin-bottom:10px;
}
/* Иконка для первой строчки + общие настройки размера и расположения */
.uc-desc-icons .t-descr ul li:before{
    content:'';
    width:20px;
    height:20px;
    display:inline-block;
    background:url(https://static.tildacdn.com/tild3937-3464-4364-b739-613764653436/icon.svg);
    background-size:contain;
    background-position:center center;
    position:absolute;
    margin-left:-30px;
}
/* Иконка для второй строчки */
.uc-desc-icons .t-descr ul li + li:before{
    background:url(https://static.tildacdn.com/tild6661-3565-4132-a663-373936623036/icon.svg);
}
/* Иконка для третей строчки */
.uc-desc-icons .t-descr ul li + li + li:before{
    background:url(https://static.tildacdn.com/tild6234-3430-4263-a235-656265316234/icon.svg);
}
/* Иконка для четвертой строчки */
.uc-desc-icons .t-descr ul li + li + li + li:before{
    background:url(https://static.tildacdn.com/tild6537-3733-4333-b861-383863656264/icon.svg);
}

.js-store-prod-text a {
    display: inline-block;
    padding: 15px 30px;
    margin-right: 30px;
    margin-top: 20px;
    border-radius: 20px;
    font-weight: 600;
}
.js-store-prod-text a:first-of-type {
    background-color: #28cfb1;
    color: #ffffff !important;
}
.js-store-prod-text a:last-of-type {
    background-color: #3bb29f;
    color: #ffffff !important;
}