.card-list {
    margin: -0.75rem;
}
.card-list .item, .carousel-apps .item {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.card-list .item {
    max-width: 33%;
    padding: 1.5rem;
}
.item_app {
    padding: 1.5rem;
    position: relative;
}
.card-list .item_app, .carousel-apps .item_app {
    box-shadow: inset 0 0 0 1px #edf0f2;
    padding: 1.25rem;
    text-align: left;
}
.item_app .img {
    overflow: hidden;
    background-color: #f8f9fa;
    border-radius: 15px;
}
.card-list .item_app .img, .carousel-apps .item_app .img {
    float: none;
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
    margin-bottom: 1rem;
}

.item_app .img img {
    display: block;
}
.card-list .item_app .img img, .carousel-apps .item_app .img img {
    width: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
}
.item_app.mod .img::before, .item_app.mod .meta::before {
    font-weight: 700;
    line-height: 1rem;
    padding: 0.25rem 0.5rem;
    background-color: rgba(220, 225, 229, 0.2);
    margin-left: auto;
    font-size: 0.75rem;
}
.card-list .item_app.mod .img::before, .carousel-apps .item_app.mod .img::before {
    content: "MOD";
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
}
.card-list .item_app .img::after, .carousel-apps .item_app .img::after {
    display: block;
    content: "";
    padding-top: 100%;
    width: 1px;
    margin-left: -1px;
}

.card-list .item_app .cont, .carousel-apps .item_app .cont {
    margin: 0;
}
.card-list .item_app .data, .carousel-apps .item_app .data {
    height: 4.5rem;
}
.card-list .item_app .name, .carousel-apps .item_app .name {
    font-size: 0.875rem;
    margin-bottom: 0.25rem;
}
.item_app a {
    color: inherit;
    text-decoration: none !important;
}
.item_app .name {
    display: block;
    font-weight: 700;
}
.item_app .name > a > span {
    display: block;
    overflow: hidden;
    line-height: 1.4rem;
    max-height: 2.8rem;
}
.item_app .name > a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
}
.card-list .item_app .name > a > span, .carousel-apps .item_app .name > a > span {
    white-space: normal;
    line-height: 1.4rem;
    max-height: 2.8rem;
}
.muted {
    color: #b7bfc6 !important;
}
.card-list .item_app .data .developer, .carousel-apps .item_app .data .developer {
    overflow: hidden;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.card-list .item_app .meta, .carousel-apps .item_app .meta {
    margin-top: 1rem;
    height: 1.25rem;
}
.item_app .meta .rate_star {
    margin-left: -0.25rem;
}
.card-list .item_app .meta .rate_star, .carousel-apps .item_app .meta .rate_star {
    margin-top: 0 !important;
}

.unit-rating {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;
    width: 8.75rem;
    height: 1.75rem;
    font-size: 1px;
    background-image: url(../img/unit-rating.png);
}
.unit-rating li {
    text-indent: -9000px;
    padding: 0;
    margin: 0;
    float: left;
    width: 20%;
    height: 100%;
}
.unit-rating, .unit-rating li a:hover, .unit-rating li.current-rating {
    background-size: auto 100%;
}
.item_app .unit-rating {
    width: 6.25rem;
    height: 1.25rem;
}
.unit-rating, .unit-rating li a:hover, .unit-rating li.current-rating {
    background-size: auto 100%;
}
.unit-rating li a:hover, .unit-rating li.current-rating {
    background-color: #fff;
}
.unit-rating li.current-rating {
    background-image: url(../img/current-rating.png);
    position: absolute;
    height: 100%;
    text-indent: -9000px;
    z-index: 1;
}
.unit-rating li a:hover, .unit-rating li.current-rating {
    background-color: #fff;
}
.app_list::after, .app_list > #dle-content::after, .item_app .meta::after, .item_app::after {
    clear: both;
    content: "";
    display: block;
}
.background {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
}
.background > i {
    background-position: 50% 50%;
    background-size: 100% 100%;
    background-repeat: no-repeat !important;
    position: absolute;
    top: 0;
    width: 55rem;
}
.bg-c1 {
    animation: colors1 8s infinite linear;
    right: 50%;
    transform: translate(-10%, -40%);
    -webkit-transform: translate(-10%, -40%);
    background-image: radial-gradient( closest-side, rgba(0, 0, 255, 0.07) 0, rgba(0, 0, 255, 0) 100% );
}

.bg-c2 {
    animation: colors2 8s infinite linear;
    left: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    background-image: radial-gradient(
      closest-side,
      rgba(0, 255, 0, 0.07) 0,
      rgba(0, 255, 0, 0) 100%
    );
  }
  .bg-c3 {
    animation: colors3 8s infinite linear;
    right: 50%;
    transform: translate(30%, -50%);
    -webkit-transform: translate(30%, -50%);
    background-image: radial-gradient(
      closest-side,
      rgba(255, 0, 200, 0.07) 0,
      rgba(255, 0, 200, 0) 100%
    );
  }
  @keyframes colors1 {
    0% {
      transform: translate(-10%, -40%);
    }
    50% {
      transform: translate(90%, -40%);
    }
    100% {
      transform: translate(-10%, -40%);
    }
  }
  @keyframes colors2 {
    0% {
      transform: translate(0, -50%);
    }
    50% {
      transform: translate(-90%, -50%);
    }
    100% {
      transform: translate(0, -50%);
    }
  }
  @keyframes colors3 {
    0% {
      transform: translate(30%, -50%);
    }
    50% {
      transform: translate(-10%, -50%);
    }
    100% {
      transform: translate(30%, -50%);
    }
  }
  .background > i::after {
    content: "";
    width: 100%;
    display: block;
    padding-top: 100%;
}
@media (min-width: 820px){
    .item_app .img {
        float: left;
        width: 8rem;
        height: 8rem;
    }
    .item_app .img img {
        width: auto;
        height: 100%;
    }
    .item_app .cont {
        margin-left: 9.5rem;
    }
    .item_app .data {
        height: 6.5rem;
    }
    .item_app .name {
        margin-bottom: 0.5rem;
    }
    .item_app .meta {
        margin-top: auto;
    }
    .item_app.mod .meta .rate_star {
        float: left;
        margin-top: 0.125rem;
    }
}
@media (min-width: 992px){
    .d-lg-none {
        display: none !important;
    }
    .head_menu_s, .head_menu_s_foot {
        display: none !important;
    }
    .card-list .item_app:hover, .carousel-apps .item_app:hover {
        box-shadow: inset 0 0 0 1px #dce1e5, 0 0.25rem 0.75rem 0 rgba(0, 0, 0, 0.05);
    }
}

@media (max-width: 991px){
    .card-list .item {
        padding: 0;
        margin-left: -1px;
    }
    .card-list {
        margin: 0 -4px 0 -2px;
    }
}
@media (min-width: 1070px){
    .item_app {
        transition: box-shadow 0.15s ease-in-out;
    }
}

@media (max-width: 819px){
    .item_app .img {
        position: relative;
        z-index: 1;
    }
    .item_app .meta {
        margin-top: 0.5rem;
    }
    .item_app .data .developer, .item_app .name > a > span {
        overflow: hidden;
        position: relative;
    }
}
@media (max-width: 575px){
    .card-list .item {
        max-width: 48%;
        margin-top: -1px;
    }
}