@keyframes marquee {
    0% {
        background-position: -10000%,0
    }

    100% {
        background-position: 0,0
    }
}

.btns-spacer {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 20px;
}

.btns-spacer > * {
    flex: 1 1 240px;
}

.btn--reset {
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    min-height: 1px;
    border-radius: 0;
}

.btn--big {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 60px;
}

.btn--border-accent {
    color: #841308;
    border: 1px solid #841308;
    background: transparent;
}

.btn--border-accent:hover {
    color: #fff;
    border-color: #841308;
    background: #841308;
}

.slider-pag {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 16px;
}

.slider-pag.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0;
    opacity: 1;
    background: #d9d9d9;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.slider-pag.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #841308;
}

body .h1__count {
    font-weight: 400;
    font-size: 24px;
    color: #000;
    display: block;
    margin: 6px 0 0;
}

.catalog-tags {
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 32px;
}

.catalog-tags__list {
    list-style: none;
    padding: 0;
    margin: 0;

    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px 32px;
}

.catalog-tags__item--active .catalog-tags__btn {
    color: #fff;
    background: #841308;
}

.catalog-tags__btn {
    color: #000;
    font-size: 18px;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 16px;
    border: 1px solid #841308;
}

.catalog-tags__btn:hover {
    color: #fff;
    background: #841308;
}

.catalog-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 28px;
}

.catalog-slider {
    overflow: hidden;
    position: relative;
    width: 100vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 0 15px;
}

.catalog-slider .swiper-wrapper {
    height: auto;
}

.catalog-card__inner {
    position: relative;
    background: #fff;
    display: block;
    width: 100%;
    color: #000;
    height: 100%;
    padding: 32px 28px;
    text-decoration: none;
    border: 1px solid #cccfd7;
}

.catalog-card__stock {
    background-color: #841308;
    background-image: url("../img/card-stock.svg");
    background-repeat: repeat-x;
    background-size: 65px 21px;
    background-position: center;
    height: 40px;
    margin: -32px -28px 12px;
    animation-name: marquee;
    animation-duration: 1800s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.catalog-card__stock + .catalog-card__img--wrap {
    padding-top: calc(83.5% - 20px);
}

.catalog-card__img--wrap {
    position: relative;
    padding-top: 83.5%;
    overflow: hidden;
    margin-bottom: 28px;
}

.catalog-card__img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.catalog-card__name {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.3;
    text-align: center;
}

.catalog-card__list {
    background: #fff;
    list-style: none;
    padding: 0 32px 28px;
    margin: -4px 0 0;

    position: absolute;
    top: 100%;
    left: -1px;
    right: -1px;
    border: 1px solid #841308;
    border-top: none;
    box-shadow: 0 18px 24px 0 rgba(149, 157, 165, 0.2);
    display: none;
}

.catalog-card__list-item {
    position: relative;
    z-index: 1;
    margin-bottom: 24px;
    display: flex;
    justify-content: space-between;
}

.catalog-card__list-item:before {
    content: '';
    width: 100%;
    height: 21px;
    background: url('../img/dotted.svg') repeat-x center / 18px 21px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.catalog-card__list-item:last-child {
    margin: 0;
}

.catalog-card__list-caption,
.catalog-card__list-value {
    background: #fff;
    color: #000;
    font-weight: 400;
    font-size: 16px;
}

.catalog-card__list-caption {
    padding-right: 12px;
}

.catalog-card__list-value {
    padding-left: 12px;
}

.product-card {

}

.product-card__left {
    width: 100%;
    overflow: hidden;
    margin: 0 0 64px;
}

.product-card__gallery {

}

.product-card__gallery .swiper-wrapper {
    height: auto;
}

.product-card__img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 75%;
    max-height: 75%;
    display: block;
}

.product-card__img--wrap {
    position: relative;
    padding-top: 100%;
    overflow: hidden;
    display: block;
}

.product-card__main {
    width: 100%;
}

.product-card__caption {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 40px;
}

.product-card__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.product-card__list-item {
    position: relative;
    z-index: 1;
    margin-bottom: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.product-card__list-item:before {
    content: '';
    height: 21px;
    background: url('../img/dotted.svg') repeat-x center / 18px 21px;
    flex: 1;
    min-width: 100px;
    order: 2;
}

.product-card__list-item:last-child {
    margin: 0;
}

.product-card__list-caption,
.product-card__list-value {
    background: #fff;
    color: #000;
    font-weight: 400;
    font-size: 16px;
}

.product-card__list-caption {
    padding-right: 12px;
    order: 1;
}

.product-card__list-value {
    padding-left: 12px;
    text-align: right;
    order: 3;
}

.product-card__btns {
    margin-top: 32px;
}

.product-card__btns .btn {
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
}

.product-card__about {
    margin: 32px 0;
}

.product-card__acc {
    margin-bottom: 20px;
}

.product-card__acc:last-child {
    margin: 0;
}

.product-card__acc-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;

    color: #000;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    padding-bottom: 20px;
    border-bottom: 1px solid #cccfd7;
}

.product-card__acc-btn:after {
    content: '';
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url('../img/acc-plus.svg');
}

.product-card__acc-btn[aria-expanded="true"] ~ .product-card__acc-content {
    margin-top: 20px;
    height: auto;
    padding-bottom: 20px;
    border-bottom: 1px solid #cccfd7;
}

.product-card__acc-btn[aria-expanded="true"]:after {
    background-image: url('../img/acc-minus.svg');
}

.product-card__acc-content > *:last-child {
    margin-bottom: 0;
}

.product-card__acc-content > *:first-child {
    margin-top: 0;
}

.product-card__acc-content {
    margin-top: 0;
    overflow: hidden;
    height: 0;
}

.product-card__acc-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
}

.product-pres__head {
    position: relative;
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
}

.product-pres__head:before {
    content: '';
    width: 100%;
    height: 1px;
    background: #841308;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -1px;
}

.product-pres__title {
    position: relative;
    color: #841308;
    font-weight: 700;
    font-size: 36px;
    text-transform: uppercase;
    text-align: center;
    background: #fff;
    padding: 0 4px;
    max-width: 280px;
    margin: 0;
}

.product-pres__slider .swiper-wrapper {
    height: auto;
}

.product-pres__img--wrap {
    position: relative;
    padding-top: 62.5%;
    overflow: hidden;
    height: 100%;
    display: block;
}

.product-pres__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-pres__play {
    width: 28px;
    height: 28px;
    background-size: 10px;
    background-position: calc(50%) center;

    border-radius: 50%;
    background-color: #fff;
    background-repeat: no-repeat;
    background-image: url('../img/play.svg');
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.product-pres__slider {
    overflow: hidden;
    position: relative;
    width: 100vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 0 15px;
}

.catalog-filter {
    padding-top: 28px;
    margin-top: 32px;
    border-top: 1px solid #cccfd7;
    margin-bottom: 40px;
}

.catalog-filter__form {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 24px 4px;
    margin: 0;
}

.catalog-filter__form--expanded .catalog-filter__controls .catalog-filter__dropdown {
    display: block;
}

.catalog-filter__form--expanded .catalog-filter__more .text-show {
    display: none;
}

.catalog-filter__form--expanded .catalog-filter__more .text-hide {
    display: inline-flex;
}

.catalog-filter__form--expanded .catalog-filter__more:before {
    display: block;
}

.catalog-filter__form--expanded .catalog-filter__more:after {
    display: none;
}

.catalog-filter__search {
    position: relative;
    width: 100%;
}

.catalog-filter__search-input {
    width: 100%;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.3;
    min-height: 48px;
    border: 1px solid #841308;
    border-radius: 100px;
    padding: 0 24px;
}

.catalog-filter__controls {
    display: none;
}

.catalog-filter__controls .catalog-filter__dropdown {
    display: none;
}

.catalog-filter__controls .catalog-filter__dropdown:nth-child(-n + 3) {
    display: block;
}

.catalog-filter__dropdown {
    position: relative;
}

.catalog-filter__dropdown--sort {

}

.catalog-filter__dropdown--sort .catalog-filter__dropdown-toggle:after {
    background-image: url("../img/filter-sort.svg");
}

.catalog-filter__dropdown--active .catalog-filter__dropdown-toggle {
    color: #841308;
}

.catalog-filter__dropdown-toggle {
    cursor: pointer;
    color: #000;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.3;
    display: inline-flex;
    align-items: center;
}

.catalog-filter__dropdown-toggle:after {
    content: '';
    width: 16px;
    height: 16px;
    min-width: 16px;
    background-image: url("../img/filter-chevron-down.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-left: 4px;
}

.catalog-filter__dropdown-menu {
    padding: 16px;
    box-shadow: 0 7px 29px 0 rgba(100, 100, 111, 0.2);
    background: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 2;
    margin-top: 12px;
    width: 240px;
    display: none;
}

.catalog-filter__dropdown--open .catalog-filter__dropdown-toggle:after {
    transform: rotate(180deg);
}

.catalog-filter__dropdown--open .catalog-filter__dropdown-menu {
    display: block;
}

.catalog-filter__option {
    display: block;
    margin-bottom: 12px;
}

.catalog-filter__option:last-child {
    margin-bottom: 0;
}

.catalog-filter__option-input {
    display: none;
}

.catalog-filter__option-input:disabled ~ .catalog-filter__option-label {
    cursor: default;
    opacity: .7;
}

.catalog-filter__option-input:checked ~ .catalog-filter__option-label:after {
    opacity: 1;
    visibility: visible;
}

.catalog-filter__option-label {
    position: relative;
    display: block;
    padding-left: 28px;
    color: #000;
    font-size: 16px;
    cursor: pointer;
}

.catalog-filter__option-label:before {
    content: '';
    width: 20px;
    height: 20px;
    background: #cccccc;
    position: absolute;
    border-radius: 50%;
    top: 2px;
    left: 0;
    transition: .2s;
}

.catalog-filter__option-label:after {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: absolute;
    top: 6px;
    left: 4px;
    transition: .2s;
    background: #841308;
    opacity: 0;
    visibility: hidden;
}

.catalog-filter__option-input[type=checkbox] ~ .catalog-filter__option-label:before {
    border-radius: 0px;
}

.catalog-filter__option-input[type=checkbox] ~ .catalog-filter__option-label:after {
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 0px;
    background: #841308 url("../img/filter-check.svg") no-repeat center / contain;
}

.catalog-filter__actions {
    display: flex;
    align-items: center;
    gap: 8px;
}

.catalog-filter__more {
    cursor: pointer;
    display: none;
    align-items: center;
    min-height: 48px;
    padding: 0 16px;
    border: 1px solid #000
}

.catalog-filter__more:before,
.catalog-filter__more:after {
    content: '';
    width: 16px;
    height: 16px;
    min-width: 16px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;

}

.catalog-filter__more:before {
    margin-right: 4px;
    background-image: url("../img/filter-chevron-left.svg");
    display: none;
}

.catalog-filter__more:after {
    margin-left: 4px;
    background-image: url("../img/filter-chevron-right.svg");
}

.catalog-filter__more .text-hide {
    display: none;
}

.catalog-filter__count {
    color: #841308;
    font-size: 16px;
    margin-right: 4px;
}

.catalog-filter__reset {
    cursor: pointer;
    color: #841308;
    transition: .2s;
}

.catalog-filter__reset-text {
    font-weight: 400;
    font-size: 14px;
}

.catalog-filter__reset .text-short {
    display: inline-block;
}

.catalog-filter__reset .text-long {
    display: none;
}

.catalog-filter__burger {
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    text-transform: uppercase;
}

.catalog-filter__burger:before {
    content: '';
    width: 24px;
    height: 24px;
    background: url("../img/filter-burger.svg") no-repeat center / contain;
    margin-right: 8px;
}

.catalog-filter__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 36px;
}

.catalog-filter__title {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.3;
}

.catalog-filter__close {
    width: 24px;
    height: 24px;
    background: url("../img/filter-cross.svg") no-repeat center / contain;
}

.catalog-filter__btns {
    position: sticky;
    bottom: 0;
    padding: 24px 0;
    background: #fff;
}

.catalog-filter__submit {
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    background: #841308;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 48px;
    width: 100%;
}

.fslightbox-fade-in-strong .fslightbox-fade-in {
    padding: 0 56px;
}

@media (min-width: 576px) {
    .catalog-slider {
        padding: 0 calc((100vw - 540px + 30px) / 2);
    }

    body .h1__count {
        display: inline;
        position: relative;
        top: -6px;
        margin: 0;
    }

    .product-pres__slider {
        padding: 0 calc((100vw - 540px + 30px) / 2);
    }

    .catalog-filter__reset .text-short {
        display: none;
    }

    .catalog-filter__reset .text-long {
        display: inline-block;
    }

    .catalog-filter__count {
        margin-right: 0;
        margin-left: 4px;
    }

    .catalog-filter__form {
        gap: 24px;
    }

    .catalog-filter__reset-text {
        font-size: 18px;
    }

    .catalog-filter__count {
        font-size: 18px;
    }

    .catalog-filter__actions {
        gap: 24px
    }
}

@media (min-width: 768px) {
    .catalog-tags {
        display: block;
    }

    .catalog-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 36px;
    }

    .catalog-slider {
        padding: 0 calc((100vw - 720px + 30px) / 2);
    }

    .product-card__btns {
        margin-top: 48px;
    }

    .product-card__about {
        margin: 48px 0;
    }

    .product-pres__head {
        margin-bottom: 32px;
    }

    .product-pres__title {
        padding: 0 24px;
        max-width: 100%;
    }

    .product-pres__slider {
        padding: 0 calc((100vw - 720px + 30px) / 2);
    }

    .product-pres__play {
        width: 40px;
        height: 40px;
        background-size: 16px;
        background-position: calc(50% + 1px) center;
    }
}

@media (min-width: 992px) {
    .catalog-slider {
        padding: 0 calc((100vw - 960px + 30px) / 2);
    }

    .product-card {
        display: flex;
        align-items: flex-start;
    }

    .product-card__gallery {
        
    }

    .product-card__left {
        width: 50%;
        margin: 0 24px 0 0;
    }

    /* .product-card__gallery .slider-pag {
        display: none;
    } */

    .product-card__main {
        width: 45%;
    }

    .product-card__caption {
        text-align: left;
    }

    .product-pres__head {
        margin-bottom: 52px;
    }

    .product-pres__title {
        padding: 0 84px;
    }

    .product-pres__slider .swiper-wrapper {
        display: grid;
        grid-template-columns: 2fr 1fr 1fr;
        grid-template-rows: repeat(2, 1fr);
        gap: 20px;
    }

    .product-pres__card:first-child {
        grid-row: 1 / 3;
        grid-column: 1 / 2;
    }

    .product-pres__img--wrap {
        cursor: pointer;
        transition: .2s;
    }

    .product-pres__img--wrap:hover {
        opacity: .9;
    }

    .product-pres__slider {
        overflow: hidden;
        position: relative;
        width: 100%;
        left: 0;
        -webkit-transform: none;
        transform: none;
        padding: 0;
    }

    .catalog-filter__reset:hover {
        border-color: transparent;
    }

    .product-card__gallery {
        height: 465px;
    }
}

@media (min-width: 1200px) {
    .catalog-tags {
        margin-bottom: 20px;
    }

    .catalog-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .catalog-slider {
        padding: 32px calc((100vw - 1140px + 30px) / 2) 240px;
        margin: -32px 0 -240px;
    }

    .catalog-card__inner:hover {
        text-decoration: none;
        border-color: #841308;
        z-index: 2;
        box-shadow: 0 8px 24px 0 rgba(149, 157, 165, 0.2);
    }

    .catalog-card__inner:hover .catalog-card__list {
        display: block;
    }

    .product-pres__play {
        width: 52px;
        height: 52px;
        background-size: 20px;
        background-position: calc(50% + 2px) center;
    }

    .catalog-filter__form {
        justify-content: center;
    }

    .catalog-filter__search {
        position: relative;
        max-width: 264px;
        min-width: 264px;
    }

    .catalog-filter__controls {
        display: block;
    }

    .catalog-filter__controls .container {
        padding: 0;
        max-width: 100%;
    }

    .catalog-filter__group {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 24px;
    }

    .catalog-filter__more {
        display: inline-flex;
    }

    .catalog-filter__head {
        display: none;
    }

    .catalog-filter__btns {
        display: none;
    }

    .catalog-filter__burger {
        display: none;
    }

    .catalog-filter__reset {
        border-bottom: 1px solid #841308;
    }

    .product-card__gallery {
        height: 555px;
    }
}

@media (min-width: 1600px) {
    .catalog-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .catalog-slider {
        padding: 32px calc((100vw - 1620px + 30px) / 2) 240px;
    }

    .product-card__btns > * {
        flex: 0 0 auto;
        width: calc(50% - 10px);
    }

    .product-pres__play {
        width: 64px;
        height: 64px;
        background-size: 24px;
        background-position: calc(50% + 4px) center;
    }

    .product-card__gallery {
        height: 795px;
    }
}

@media (max-width: 1199px) {
    .catalog-filter__controls {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 999;
        background: #fff;
        padding: 36px 0;
    }

    .catalog-filter__controls--open {
        display: block;
    }

    .catalog-filter__controls .catalog-filter__dropdown {
        display: block;
        padding: 16px 0;
        margin-bottom: 8px;
        border-bottom: 1px solid #cccfd7;
    }

    .catalog-filter__controls .catalog-filter__dropdown-menu {
        box-shadow: none;
        padding: 0;
        position: static;
        margin-top: 20px;
        width: 100%;
    }

    .catalog-filter__controls .catalog-filter__dropdown-toggle {
        width: 100%;
        justify-content: space-between;
    }

    .catalog-filter__group {
        height: 100%;
        overflow: auto;
        padding-bottom: 126px;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .catalog-filter__group::-webkit-scrollbar {
        display: none;
    }
}