.catalog-page .lk-blocks.catalogsize {
    padding: 20px 35px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 9px 19px -2px rgba(0, 0, 0, 0.12);
}

.catalog-page #mse2_filters fieldset {
    width: 100%;
    margin: 0 0 15px;
    padding: 0;
    border: 0;
    min-width: 0;
}

.catalog-page #mse2_filters .opensi.d-b-no {
    display: none;
}

.catalog-page #mse2_filters .select2-container {
    width: 100% !important;
}

.catalog-page #mse2_filters .filter-submit {
    margin-right: 8px;
    margin-bottom: 8px;
}

.catalog-page .cardscat .ms2Gallery {
    max-width: 100%;
    overflow: hidden;
}

.catalog-page .cardscat .fotorama,
.catalog-page .cardscat .fotorama__wrap {
    max-width: 100% !important;
}

.catalog-page .cardscat .fotorama__img {
    max-width: 100%;
    object-fit: contain;
}

.catalog-page .fotorama__nav .catalog-fotorama-video,
.catalog-page .fotorama__nav .catalog-fotorama-video iframe,
.catalog-page .fotorama__thumb .catalog-fotorama-video,
.catalog-page .fotorama__thumb .catalog-fotorama-video iframe,
.catalog-page .fotorama__nav .fotorama__video-play,
.catalog-page .fotorama__nav .fotorama__video-close,
.catalog-page .fotorama__nav .fotorama__video-vimeo,
.catalog-page .fotorama__nav .fotorama__video-youtube {
    display: none !important;
}

.catalog-page .fotorama__nav__frame.catalog-fotorama-video-thumb .fotorama__thumb {
    position: relative;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    opacity: 1 !important;
}

.catalog-page .fotorama__nav__frame.catalog-fotorama-video-thumb .fotorama__thumb::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.28);
    pointer-events: none;
}

.catalog-page .fotorama__nav__frame.catalog-fotorama-video-thumb .fotorama__thumb::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    width: 0;
    height: 0;
    margin: -7px 0 0 -5px;
    border-style: solid;
    border-width: 7px 0 7px 12px;
    border-color: transparent transparent transparent #fff;
    pointer-events: none;
}

.catalog-page .fotorama__stage .fotorama__video-play {
    display: none !important;
}

.catalog-page .catalog-fotorama-video,
.catalog-page .fotorama__stage__frame.fotorama__active .catalog-fotorama-video {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 200px;
    background: #000;
}

.catalog-page .fotorama__html .catalog-fotorama-video,
.catalog-page .fotorama__html .catalog-fotorama-video iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.catalog-page .catalog-fotorama-video iframe {
    position: absolute;
    inset: 0;
    border: 0;
}

.catalog-page .mse2_pagination {
    display: flex;
    justify-content: center;
    width: 100%;
}

.catalog-page .mse2_pagination .pagination {
    flex-wrap: wrap;
    margin-bottom: 0;
}

.catalog-page .mse2_pagination .page-link {
    color: #e42926;
    border-radius: 4px;
    margin: 0 2px;
}

.catalog-page .mse2_pagination .page-item.active .page-link {
    background-color: #e42926;
    border-color: #e42926;
    color: #fff;
}
