.dn-important {
    display: none !important;
}

.gallery-video-play {
    border: 1px solid #e6e6e6;
}

@media (min-width: 768px) {
    .catalog-element__mob-show {
        display: none;
    }
}

@media (max-width: 767px) {
    .catalog-element__mob-hide {
        display: none;
    }
}

.js-gallery-slider {
    overflow: hidden;
}

.js-gallery-slider-pagination {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.js-gallery-slider-pagination .swiper-pagination-bullet {
    width: 30px;
    height: 2px;
    background-color: #d2d2d2;
    border: 0;
    font-size: 0;
    left: 0;
    margin: 15px 3px 0 3px !important;
    display: block;
    padding: 0;
    transition: background-color .2s;
}

.js-gallery-slider-pagination .swiper-pagination-bullet.active {
    background-color: #018EBF;
}

.text-center {
    text-align: center !important;
}

.close-popup-ask-auth {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
}

.popup-ask-auth {
    position: absolute;
    width: 300px;
    background-color: #fff;
    box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.5);
    padding: 20px;
    transform: translateY(-100%);
    margin-top: -10px;
    z-index: 1000;
}

.card-price {
    background-color: #10C44C;
    color: #fff;
    border-radius: 10px;
    padding: 0 10px 8px 10px;
    /* margin: 15px 0 0 0; */
    cursor: pointer;
    display: inline-block;
}

.card-price.tile {
    margin-top: 15px;
    margin-bottom: 0;
}

.card-price .value {
    font-size: 16px;
    line-height: 30px;
}

.card-price.tile .value {
    font-size: 30px;
}

.card-price .description {
    font-size: 10px;
    text-decoration: underline;
}

.card-summary__price-detail .card-price .description {
    font-size: 12px;
}

.card-summary__price-description {
    font-size: 12px;
    color: #6D6D6D;
}

.card-summary__price-detail .card-summary__price-description {
    margin: 0 0 15px 0;
}

.card-price-block {
    display: flex;
    flex-direction: row;
    gap: 15px;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    text-align: left;
}


#timeout b {
    color: #018EBF;
}

@media (max-width: 991px) {
    .block-price-detail {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .block-price-detail .card-price {
        margin: 0;
    }

    .block-price-detail .card-summary__price-description {
        margin: 0;
    }

    .card-summary__controls {
        justify-content: center;
    }
}

@media (max-width: 375px) {
    .block-price-detail .card-summary__price-row b {
        font-size: 24px;
    }

    .block-price-detail .card-summary__price-row b span {
        font-size: 18px;
    }
}

.category__subcategory {
    height: 170px;
    transition: 150ms;
    display: block;
    width: 100%;
    margin-bottom: 30px;
}

.category__subcategory .image {
    display: block;
    width: 100%;
    height: calc(100% - 40px);
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #fff;
    background-position: center;
}

.subcategory__title {
    color: #262626;
    font-size: 0.8125rem;
    line-height: 1;
    text-align: left;
    margin-bottom: 0;
    padding: 0 10px;
    z-index: 10;
    position: relative;
    background: #fff;
    text-align: center;
    width: 100%;
    height: 40px;
    align-items: center;
    display: flex;
    justify-content: center;
    font-weight: 400;
}

.category__subcategory:hover .subcategory__title {
    background: #018EBF;
    -webkit-transition: 150ms;
    -o-transition: 150ms;
    transition: 150ms;
    color: #fff;
}

.category__filters {
    margin-bottom: 20px;
}

.filters__tag {
    color: #262626;
    background-color: #ffffff;
    padding: 0.625rem 1rem;
    font-size: 0.8125rem;
    border: none;
    margin-right: 0.4375rem;
    -webkit-transition: 150ms;
    -o-transition: 150ms;
    transition: 150ms;
    margin-bottom: 0.625rem;
    display: inline-block;
}

.filters__tag:hover {
    color: #ffffff;
    background-color: #018EBF;
    text-decoration: none;
    -webkit-transition: 150ms;
    transition: 150ms;
}

.footer__text p {
    margin-bottom: 10px;
}

.footer__text p:last-child {
    margin-bottom: 0;
}

.footer__text a {
    color: #D9D9D9;
}

.footer__text a:hover {
    color: #00A1D9;
}




.category-aside__scroll-wrap {
    max-width: unset;
    margin-right: 0;
}

.category-aside__list {
    padding: 10px 10px 10px 20px;
}

.bx-filter-parameters-box {
    /* max-height: 200px; */
    /* overflow: auto; */
    /* scrollbar-color: #999 #EBEBEB; */
    /* scrollbar-width: thin; */
}

.bx-filter-parameters-box::-webkit-scrollbar {
    width: 5px;
}

.bx-filter-parameters-box::-webkit-scrollbar-track {
    background: #EBEBEB;
    border-radius: 20px;
}

.bx-filter-parameters-box::-webkit-scrollbar-thumb {
    background-color: #999;
    width: 5px;
    border-radius: 20px;
}

.category-aside__scroll-wrap {
    padding: 0 10px 0 0;
    overflow: auto;
    scrollbar-color: #999 #EBEBEB;
    scrollbar-width: thin;
    max-height: 200px;
}

.product__label {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.product__label--table {
    padding-bottom: .5rem;
}

.label {
    display: flex;
    flex-wrap: wrap;
    gap: .25rem;
}

.label__item {
    padding-top: .2rem;
    padding-bottom: 0.25rem;
    padding-right: .3rem;
    padding-left: .3rem;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    line-height: 1;
    border-radius: .25rem;
    background-color: var(--v-product-label-bg, var(--v-primary));
}