

/* Start:/local/templates/citi-box/components/citi-box/news.list/feeds/style.css?17835128401466*/
.yandex-widgets-tabber {
    width: 100%;
    margin: 20px 0;
}

.widget-tabs {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
    border-bottom: 2px solid #e0e0e0;
    gap: 10px;
}

.widget-tab {
    padding: 12px 24px;
    cursor: pointer;
    background-color: #f8f9fa;
    border-radius: 4px 4px 0 0;
    border: 1px solid transparent;
    border-bottom: none;
    transition: all 0.2s ease;
    font-size: 16px;
    font-weight: 500;
}

.widget-tab:hover {
    background-color: #eeeeee;
}

.widget-tab.active {
    background-color: #ffcc00; 
    color: #000;
}

.widget-content-wrapper {
    position: relative;
    width: 100%;
}

.widget-content {
    height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
}


.widget-content.active {
    height: auto;
    overflow: visible;
    opacity: 1;
    visibility: visible;
}

.reviews-slider {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.yandex-reviews { 
    width: 40%;
    position: relative;
}
.foto-slider {
    flex: 1;
    min-width: 300px;
    position: relative;
}

.connected-carousels .stage, .connected-carousels .navigation, .connected-carousels .carousel-navigation {
    width: 100% !important; 
}

.foto-slider .connected-carousels {
    margin-bottom: 0;
    margin-top: 0;
}

@media (max-width:620px) {
    .yandex-reviews {
     width: 100%;
     height: 700px;
    }
}

/* End */
/* /local/templates/citi-box/components/citi-box/news.list/feeds/style.css?17835128401466 */
