.marker-new {
    z-index: 0;
    top: 0;
    position: absolute;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background-color: #ed1a3b;
    border-radius: 5px;
    margin: 15px;
    padding: 5px 8px;
    box-shadow: 0px 5px 15px -5px #333;
}

.marker-future {
    z-index: 0;
    top: 0;
    position: absolute;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    background-color: #D7D7D7;
    border-radius: 5px;
    margin: 15px;
    padding: 5px 8px;
    box-shadow: 0px 5px 15px -5px #333;
}

.colors-item .color-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.colors-item .color-list label {
    width: 60px;
    height: 60px;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 2px solid transparent;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 1px 1px 4px -1px #000;
}

.colors-item .color-list label.selected {
    border: 3px ridge #ed1a3b;
    box-shadow: 1px 1px 4px -1px #000;
}

.colors-item .color-list label:hover {
    box-shadow: 2px 2px 6px -1px #000;
}

/* .catalog-grid__item:hover {
    transform: scale(1.5);
} */

.img-container.is-contain.catalog-preview__img picture {
    transition: .25s;
}

.img-container.is-contain.catalog-preview__img .zoom,
.img-container.is-contain.catalog-preview__img:hover .preview {
    opacity: 0;
}

.img-container.is-contain.catalog-preview__img .preview,
.img-container.is-contain.catalog-preview__img:hover .zoom {
    opacity: 1;
}

.complect {
    display: flex;
    flex-direction: column;
    margin: 50px auto;
}

.complect h2 {
    font-family: TTDrugs;
    letter-spacing: -.03em;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 30px;
}

.complect .complect-block {
    display: flex;
}

.complect .complect-img {
    width: 25%;
    margin: 10px 10px 0 0;
    border: 1px solid #e1e1e1;
}

.complect .complect-items {
    display: flex;
    width: 75%;
}

.complect .complect-items.fullwidth {
    width: 100%;
}

.complect .product-info__set-item {
    width: 25%;
}

.hidden {
    display: none!important;
}

.pagination-arrows.collection-slider__nav {
    position: absolute;
    margin-top: -60%;
    width: 100%;
    box-shadow: unset;
    display: flex;
    justify-content: space-between;
}

.collection-preview__media .collection-preview__caption {
    font-size: 13px;
}

@media screen and (max-width: 768px) {
    /* filter popup */
    .filters-popup {
        z-index: 10000;
    }
    h2.section__title {
        font-size: 30px;
        line-height: 40px;
        margin-top: 30px;
    }
    /* .filters-popup__box{
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
    } */
    /* .filters-popup.active,
    .filters-popup__inner {
        margin: auto;
        width: 95%;
        height: 90%;
    } */
    /* .filters-popup__tab.active {
        margin-top: 130px;
    }     */
}

@media screen and (min-width:786px) {

    .pagination-arrows.collection-slider__nav {
        display: none;
    }

    .collection-preview__media .collection-preview__caption {
        font-size: 14px;
    }

    .filters-select__list {
        display: flex;
        width: auto;
        min-width: 720px;
        flex-wrap: wrap;
    }

    .KONSTRUCTIVE .filters-select__list {
        min-width: 800px;        
    }
    /* .KONSTRUCTIVE .filters-select__scroll {
        max-height: inherit;
    } */

    .SIZES .filters-select__list {
        min-width: 340px;
        height: 100%;
        margin: 10px 0;
        padding: 0;
    }

    /* .SIZES .filters-select__list, */
    .BASE_COLOR .filters-select__list {
        min-width: 600px;
    }
    

    .filters-select--sort.filters-select .dropdown__item {
        width: 100%;
    }

    .filters-select .dropdown__item,
    .filters-select__item {
        width: 50%;
        padding: 10px 20px;
    }

    .SIZES .filters-select__drop {
        margin-left: -50px;
    }

    .SIZES .filters-select__item {
        width: 50%;
    }

    .SIZES .filters-select__list.byustgaltery {
        border-right: solid 1px #333;
        min-width: 380px;
    }

    .SIZES .filters-select__list.trusy {
        border-right: solid 1px #333;
    }


    .SIZES .filters-select__scroll {
        display: flex;
    }

    .SERIES .filters-select__item,
    .KONSTRUCTIVE .filters-select__item,
    .BASE_COLOR .filters-select__item {
        width: 33%;
    }
}