.filters__block .filters__content {
    max-height: 250px;
    overflow-y: auto;
}
.lego-menu__list{
    flex-wrap: wrap;
}
.ofer-slider__infos__element__2 {
    color: black;
}

.about__why__me__bottom__element:after {
    position: absolute;
    z-index: -1;
    content: "";
    right: -25px;
    top: calc(50% - 140px);
    width: 280px;
    height: 280px;
    border-radius: 50%
}

button.product__btn__2 {
    padding: 0 !important;
}

.modal {
    display: none;
}

.cart-product-remove {
    padding: 0 !important;
    color: var(--red);
    transition: all 0.3s;
    width: 16px;
    height: 22px;
    background-color: transparent;
}

.change_count_goods {
    display: flex;
}

#msOrder {
    margin-top: 0 !important;
    display: flex;
    flex-direction: column;
    gap: 22px;

}

.delivery_disabled {
    display: none
}
.price-wrap label{
    display: flex !important;
}
.price-wrap input{
    width: 80px;
    padding-left: .5rem;
}
.ui-widget-header,
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active{
    background-color: var(--red) !important;
}
.ui-slider .ui-slider-handle{
    border-color: var(--red) !important;
    width: 24px !important;
    height: 24px !important;
}
.ui-widget-content{
    background: #F7F7F7 !important;
    border: 1px solid #F7F7F7 !important;
    box-shadow: none !important;
}
.filters__content{
    padding-top: 12px;
    /**/
}
.slider_content{
    font-size: 8px !important;
}
.ui-slider-horizontal .ui-slider-handle{
    top: -1.6em !important;
}
#mse2_filters .mse2_number_slider{
    font-size: .9em !important;
}
.ui-slider-handle::after, .ui-slider-handle::before {
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #E8E7E6;
    left: 14px;
    top: 5px;
}
.ui-slider-handle::after, .ui-slider-handle::before {
    height: 13px;
    left: 9px;
    top: 5px;
}
.ui-slider-handle::after {
    left: 12px;
}
h2{
    display: flex;
    font-size: 32px;
    font-weight: 500;
    text-transform: uppercase;
    justify-content: flex-start;
    gap: 30px;
    align-items: center;
    margin-bottom: 25px;
}
.ekspo-content h3{
    font-size: 26px;
    font-weight: 500;
    line-height: 140%;
    padding-bottom: 0;
    color: black;
}
.ekspo-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.ekspo-content ul li{
    font-size: 20px;
    position: relative;
    padding-left: 35px;
}
.ekspo-content ul li::before{
    content: "■";
    position: absolute;
    left: 0;
    top: -2px;
    color: var(--red);
    border-radius: 5px;
}
.ofer-slider__slides__btn__1{
    cursor: pointer;
}

.vyst__contact__video img{
    border-radius: 50px;
}
.vyst__contact__video:hover img {
    opacity: 0.9;
}
.vyst__contact__video a {
    position: relative;
}
.vyst__contact__video {
    position: relative;
    display: inline-block;
}
.vyst__contact__video img {
    display: block;
    width: 96px;
    height: 96px;
    object-fit: cover;
    transition: opacity 0.3s;
}
/* Контейнер для значка */
.vyst__contact__video__play {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* SVG значок */
.vyst__contact__video__play svg {
    width: 35px;
    height: 35px;
    fill: #333;
    margin-left: 2px; /* Смещение для визуального баланса */
    transition: opacity 0.3s;

}
.vyst__contact__video__play svg:hover{
    width: 45px;
    height: 45px;
}

.history__status--1 { background: #000; color: #fff; }
.history__status--2 { background: green; color: #fff; }
.history__status--3   { background: #fff3e0; color: #ef6c00; }
.history__status--4 { background: red; color: #fff; }
.history__status--delivered { background: #e8f5e8; color: #2e7d32; }

.help-block.message{
    color: var(--red);
    padding-bottom: 0;
    font-size: .8rem;
}