

/* Start:/local/templates/gamemetaru/components/bitrix/system.pagenavigation/.default/style.css?1772975844496*/
.pagenav {text-align: center;}
.pagenav__container {list-style: none; margin: 0; padding: 0;}
.pagenav__item {display: inline-block; margin: 0 1px;}
.pagenav__item._prev {}
.pagenav__item._next {}
.pagenav__item._active {}
.pagenav__item._all {}
.pagenav__item .btn {--bs-btn-padding-x: .375rem; width: 1.75rem; height: 1.75rem;}
.pagenav__item .btn svg {width: .75rem; height: .75rem;}
.pagenav__item._next .btn svg {transform: rotate(180deg);}
.pagenav__link._empty {cursor: default;}
/* End */


/* Start:/local/templates/gamemetaru/components/bitrix/catalog/tierlist/bitrix/catalog.section/.default/style.css?17729758442065*/
.tierlist__table {margin: 0 -15px -15px !important; width: calc(100% + 2rem)!important;
    border-color: #000 !important; table-layout: fixed; text-align: center;
}
.tierlist__table._1 {text-align: left;}
.tierlist__table thead th {background: #1a1a17; color: #fff; font-size: 0.875rem}
.tierlist__table th {padding: 0.375rem 0.375rem !important;}
.tierlist__table td {padding: 0.25rem !important;}
.tierlist__table th {
    color: var(--color-title);
    font-family: var(--font-title);
    font-weight: var(--font-weight-title);
    text-align: center;
    vertical-align: middle;
    line-height: 1;
    color: #000;
}
.tierlist__table th:first-child{
    width: 30px;
    white-space: nowrap;
    font-weight: bold;
}

.tierlist__table tr._ss th {background: rgb(var(--color-ss-rgb));}
.tierlist__table tr._ss td {background: rgba(var(--color-ss-rgb),.5);}
.tierlist__table tr._s th {background: rgb(var(--color-s-rgb));}
.tierlist__table tr._s td {background: rgba(var(--color-s-rgb),.5);}
.tierlist__table tr._a th {background: rgb(var(--color-a-rgb));}
.tierlist__table tr._a td {background: rgba(var(--color-a-rgb),.5);}
.tierlist__table tr._b th {background: rgb(var(--color-b-rgb));}
.tierlist__table tr._b td {background: rgba(var(--color-b-rgb),.5);}
.tierlist__table tr._c th {background: rgb(var(--color-c-rgb));}
.tierlist__table tr._c td {background: rgba(var(--color-c-rgb),.5);}

.tierlist__item {padding: 0.25rem; font-size: 0.75rem; display: inline-block; }
.tierlist__item._1 {min-width: 33.33%;}
.tierlist__item._2 {min-width: 33.33%; width: 100px;}
.tierlist__item._3 {min-width: 33.33%;}

@media (min-width: 576px) {
    .tierlist__item._1 {min-width: 25%;}
    .tierlist__item._3 {width: 100px;}
}

@media (min-width: 768px) {
    .tierlist__item._1 {min-width: 20%;}
    .tierlist__item._3 {width: 50%;}
}

@media (min-width: 992px) {
    .tierlist__item {font-size: 0.875rem;}
}

@media (min-width: 1200px){
    .tierlist__item {font-size: 1rem;}
}
@media (min-width: 1400px) {

}
/* End */


/* Start:/local/templates/gamemetaru/components/bitrix/catalog.item/.default/style.css?17729758442862*/
.itemcard {
  position: relative;
  border-radius: var(--bs-card-border-radius);
  display: block;
  text-decoration: none !important;
  transition: 0.5s;
  box-shadow: 0 1px 2px #666;
  width: 100%;
  overflow: hidden;
    min-width: 5.5em;
}

a.itemcard:hover {
 box-shadow: 0 1px 5px #000;
}

.itemcard__sticker {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 1em;
    height: 1em;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.itemcard._simple .itemcard__sticker {display: none;}

.itemcard__sticker._date {
    line-height: 1;
    white-space: nowrap;
}

.itemcard__sticker._buff {
    left: auto; right: 0;
}

.itemcard__sticker._type {
    left: auto; right: 0;
}

.itemcard__imgC {
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 0px;
    padding-top: 100%;
    overflow: hidden;
    position: relative;
}

.itemcard__imgName {
    text-indent: -9999px;
}

.itemcard__img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
}

.itemcard__img img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.itemcard__name {
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
    display: none;
    color: var(--color-primary);
    background: var(--bs-card-bg);
    font-family: var(--font-title);
    padding: 0 0.5em;
}
.itemcard._showDesc .itemcard__name {
    display: block;
}



.itemcard__count {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    color: var(--color-primary);
    background: var(--bs-card-bg);
    font-family: var(--font-title);
}

.itemcard__lvl {position: absolute;
    top: 2.5em;
    width: 1.375em;
    height: 1.375em;
    border-radius: 50%;
    text-align: center;
    left: 0.5em;
    font-family: serif;
    padding-left: 0.05em;
    background: rgb(0 0 0 / 30%);
    color: var(--bs-link-color);
}


@media (min-width: 576px) {

}

@media (min-width: 768px) {

}

@media (min-width: 992px) {

    .itemcard:not(._showDesc) .itemcard__name {
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        max-height: 100%;
        white-space: normal;
        overflow: hidden;
        transform: translateY(100%);
        transition: .5s;
        font-size: 0.875em;
        line-height: 1.2;
        padding: 0.25em 0.125em;
        z-index: 5;
    }

    .itemcard:not(._showDesc):hover .itemcard__name {
        transform: translateY(0);
    }
}

@media (min-width: 1200px) {

}
/* End */
/* /local/templates/gamemetaru/components/bitrix/system.pagenavigation/.default/style.css?1772975844496 */
/* /local/templates/gamemetaru/components/bitrix/catalog/tierlist/bitrix/catalog.section/.default/style.css?17729758442065 */
/* /local/templates/gamemetaru/components/bitrix/catalog.item/.default/style.css?17729758442862 */
