@charset "UTF-8";
* {
    padding: 0px;
    margin: 0px;
    border: none;
}
*,
*::before,
*::after {
    box-sizing: border-box;
}
aside,
nav,
footer,
header,
section,
main {
    display: block;
}
button,
input[type="submit"] {
    display: inline-block;
    box-shadow: none;
    background-color: transparent;
    background: none;
    cursor: pointer;
}
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
.section-indent {
    margin-top: 25px;
    margin-bottom: 25px;
}
.section-page--top__blank .container {
    background-image: url("https://prometeus.store/vrb_project/themes/monstrfit/images/__blank/section-page--top_blank.svg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 387px;
    border-radius: 12px;
}
.popular.__blank .container {
    background-image: url("https://prometeus.store/vrb_project/themes/monstrfit/images/__blank/popular_blank.svg");
    background-repeat: no-repeat;
    height: 163px;
}
@media (max-width: 768px) {
.popular {
        display: none;
    }
}
.card--middle.__blank {
    background-image: url("https://prometeus.store/vrb_project/themes/monstrfit/images/__blank/card_6_blank.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    height: 458px;
}
:root {
    --container-width: 1436px;
    --container-padding: 15px;
}
.container {
    margin: 0 auto;
    padding: 0 var(--container-padding);
    max-width: var(--container-width);
    width: 100%;
}
@media (max-width: 768px) {
.container {
        padding: 0 26px;
    }
}
html,
body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
.section-banner-promo__blank .container {
    background-image: url("https://prometeus.store/vrb_project/themes/monstrfit/images/__blank/banner--long_blank.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    height: 156px;
    border-radius: 12px;
}
.banner-promo--small.__blank {
    background-image: url("https://prometeus.store/vrb_project/themes/monstrfit/images/__blank/banner--small-blank.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    height: 156px;
    border-radius: 12px;
}
@media (max-width: 700px) {
.banner-promo--small {
        height: 123px;
    }
.banner-promo--small:last-child {
        grid-column: 1/-1;
    }
}
.banners-list {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(3, calc((100% - 60px) / 3));
}
@media (max-width: 1024px) {
.banners-list {
        gap: 25px;
        grid-template-columns: repeat(3, calc((100% - 50px) / 3));
    }
}
@media (max-width: 700px) {
.banners-list {
        gap: 20px;
        grid-template-columns: repeat(2, calc((100% - 20px) / 2));
    }
}
.cat-section-tabs.__blank .section-page--equal {
    height: 759px;
    background-image: url("https://prometeus.store/vrb_project/themes/monstrfit/images/__blank/card-tabs_blank.svg");
    background-repeat: no-repeat;
    background-size: cover;
}
.cat-section-tabs.__blank .section-page--equal.section-page__row--reverse {
    height: 759px;
    background-image: url("https://prometeus.store/vrb_project/themes/monstrfit/images/__blank/card-tabs-reverse_blank.svg");
    background-repeat: no-repeat;
    background-size: cover;
}
.footer {
    margin-top: auto;
}
.footer.__blank {
    background-image: url("https://prometeus.store/vrb_project/themes/monstrfit/images/__blank/footer_blank.svg");
    background-repeat: no-repeat;
    height: 557px;
    background-position-x: center;
}
.header {
    position: relative;
    z-index: 20;
}
@media (max-width: 768px) {
.header {
        display: flex;
        flex-direction: column-reverse;
    }
}
.header__container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: absolute;
    top: 16px;
    left: 16px;
    right: 16px;
    z-index: 1;
    gap: 6px;
}
@media (max-width: 768px) {
.header__container {
        position: relative;
        align-items: center;
        justify-content: space-between;
        gap: 25px;
        top: 0;
        right: 0;
        left: 0;
        width: 100%;
        padding: 20px;
        background-color: #0b0b0b;
    }
}
.header__middle-left {
    position: relative;
    height: 70px;
    padding: 4px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    border-radius: 12px;
    backdrop-filter: blur(12px);
    background: rgba(11, 11, 11, 0.66);
}
@media (max-width: 768px) {
.header__middle-left {
        width: 100%;
        height: auto;
        padding: 0;
        background: none;
    }
}
@media (max-width: 768px) {
.header__actions {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #0b0b0b;
        justify-content: center;
        z-index: 9;
    }
}
@media (max-width: 768px) {
.header-nav .user-button-wrapper {
        display: none;
    }
}
.header-nav__item {
    border-radius: 12px;
    padding: 13px 11px;
    width: 76px;
    min-height: 70px;
    backdrop-filter: blur(12px);
    background: rgba(11, 11, 11, 0.66);
}
@media (max-width: 768px) {
.header-nav__item {
        height: auto;
        width: auto;
    }
}
.header-actions__item {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 12px;
}
.header-actions__item--home,
.header-actions__item--profile {
    display: none;
}
@media (max-width: 768px) {
.header-actions__item--home,
    .header-actions__item--profile {
        display: flex;
    }
}
@media (max-width: 768px) {
.header-actions__item {
        width: 70px;
        height: 66px;
        padding: 0;
    }
}
.header__middle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
@media (max-width: 768px) {
.header__middle {
        order: -1;
        width: 100%;
    }
}
.header__middle-left.__blank {
    width: 489px;
    background-color: #9e9e9e;
}
.header__actions {
    display: flex;
    gap: 10px;
}
@media (max-width: 1366px) {
.header__actions {
        gap: 5px;
    }
}
@media (max-width: 768px) {
.header__actions {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #0b0b0b;
        justify-content: center;
        z-index: 9;
    }
}
.header-nav__item.__blank {
    background-color: #9e9e9e;
}
.user-button-wrapper.__blank {
    width: 76px;
    height: 70px;
    background-color: #9e9e9e;
    border-radius: 12px;
}
.banner.__blank {
    height: 476px;
}
.filters-line.__blank {
    padding: 15px 0;
    background-color: #e8e8ee;
}
.filters-line__item.__blank {
    width: 115px;
    height: 42px;
    background-color: #f9f9f9;
    border-radius: 12px;
}
@media (max-width: 740px) {
.filters-line {
        padding-top: 25px;
        padding-bottom: 25px;
    }
}
.filters-line__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media (max-width: 740px) {
.filters-line__container {
        flex-direction: column;
        gap: 25px;
        align-items: flex-start;
    }
}
@media (max-width: 740px) {
.filters-line__column {
        width: 100%;
    }
}
.cards-grid {
    position: relative;
    width: 100%;
    max-width: 100%;
    grid-auto-flow: dense;
    display: grid;
}
.cards-grid--six {
    grid-template-columns: repeat(6, calc((100% - 150px) / 6));
    gap: 30px;
}
@media (max-width: 1366px) {
.cards-grid--six {
        grid-template-columns: repeat(4, calc((100% - 201px) / 4));
        gap: 67px;
    }
}
@media (max-width: 1024px) {
.cards-grid--six {
        grid-template-columns: repeat(4, calc((100% - 78px) / 4));
        gap: 26px;
    }
}
@media (max-width: 900px) {
.cards-grid--six {
        grid-template-columns: repeat(3, calc((100% - 78px) / 3));
        gap: 39px;
    }
}
@media (max-width: 768px) {
.cards-grid--six {
        gap: 20px;
        grid-template-columns: repeat(3, calc((100% - 40px) / 3));
    }
}
@media (max-width: 576px) {
.cards-grid--six {
        grid-template-columns: repeat(2, calc((100% - 20px) / 2));
    }
}


