.elementor-191 .elementor-element.elementor-element-228552c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-191 .elementor-element.elementor-element-228552c:not(.elementor-motion-effects-element-type-background), .elementor-191 .elementor-element.elementor-element-228552c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#1C1D21;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-87e7788 */.elementor-191 .elementor-element.elementor-element-87e7788 .footer{
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.elementor-191 .elementor-element.elementor-element-87e7788 .footerInfo{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.elementor-191 .elementor-element.elementor-element-87e7788 .number{
    font-family: Geologica;
    color: #FFF;
    font-size: 24px;
}

.elementor-191 .elementor-element.elementor-element-87e7788 .socWrapper{
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.elementor-191 .elementor-element.elementor-element-87e7788 .rate{
    display: flex;
    flex-direction: row;
    gap: 10px;
}



.elementor-191 .elementor-element.elementor-element-87e7788 .socItem img{
    width: 50px;
    height: 50px;
}

.elementor-191 .elementor-element.elementor-element-87e7788 .socItem{
    transition: 0.5s;
}

.elementor-191 .elementor-element.elementor-element-87e7788 .socItem:hover{
    transform: translateY(-10px);
}


/*СТИЛИ ДЛЯ МЕНЮ*/

.elementor-191 .elementor-element.elementor-element-87e7788 .footerMenu{
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 25px;
}

.elementor-191 .elementor-element.elementor-element-87e7788 .menuItem{
    font-family: Geologica;
    color: #FFF;
    text-transform: uppercase;
    font-size: 18px;
    transition: 0.5s;
    position: relative;
    
}

.menuItem {
    position: relative;
    color: #25282F;
    text-decoration: none; /* убираем стандартное подчеркивание */
}


/*ЛИНИЯ ПОДЧЕРКИВАНИЯ ПРИ НАВЕДЕНИИ*/

.menuItem::after {
    content: "";
    position: absolute;
    left: 50%;        /* стартуем с центра */
    bottom: 0;
    width: 0;         /* изначально ноль */
    height: 2px;      /* толщина линии */
    background-color: #FFF;
    transition: width 0.3s ease, left 0.3s ease; /* плавная анимация */
}

.menuItem:hover::after {
    width: 100%;      /* растягиваем на всю ширину текста */
    left: 0;          /* сдвигаем влево */
}

@media(max-width: 1200px){
    .elementor-191 .elementor-element.elementor-element-87e7788 .footerInfo{
        flex-direction: column;
        gap: 25px;
    }
    
    .elementor-191 .elementor-element.elementor-element-87e7788 .footerMenu{
        display: flex;
        flex-direction: column;
        text-align: center;
        justify-content: center;
        gap: 25px;
    }
    
    .elementor-191 .elementor-element.elementor-element-87e7788 .logo img{
        width: 100%;
        height: 80px;
    }
    
    .elementor-191 .elementor-element.elementor-element-87e7788 .number{
    font-size: 22px;
    }
    
    
}/* End custom CSS */