/* Отзывы*/
.t827__grid-item {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(51, 51, 51, 0.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(51, 51, 51, 0.1);
    box-shadow: 0px 0px 5px 0px rgba(51, 51, 51, 0.1);
}
.t827__grid-item,
.t827__grid-item img {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

/* Списки */
.uc-list-check .tn-atom ul,
.uc-list-diamond .tn-atom ul {
    position: relative;
    list-style: none;
    margin-left: 0;
    padding-left: 1.5em !important;
}
.uc-list-check .tn-atom ul li,
.uc-list-diamond .tn-atom ul li {
    padding-bottom: 5px;
}
.uc-list-check .tn-atom ul li:before {
    content: "\2705";
    position: absolute;
    left: 0;
}
.uc-list-diamond .tn-atom ul li:before {
    content: "\1F539";
    position: absolute;
    left: 0;
}

/* Разное */
.t706__form-bottom-text {
    margin-bottom: 0px !important;
}
.t898__hint:after,
.t898__btn-text:after {
    right: -18px;
}

/* Список «галочками» */
.uc-mark-list .tn-atom ul {
    list-style-type: none;
}
.uc-mark-list .tn-atom ul li::before {
    content: "\2705";
    margin-right: 5px;
}