/* ============================================================
   1. СТАНДАРТНЫЕ СТИЛИ (ШАПКА И ЛОГОТИП)
   ============================================================ */

#header .header-form__inner {
    position: absolute;
    right: 0;
    max-width: 330px;
}

.alma-company {
    position: relative;
    top: -3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-start;
    line-height: 27px;
    font-size: .867em; 
}

.alma-logo { height: 30px; width: 98px; }

.alma-company__text-link,
.alma-logo__letter,
.alma-logo__bird {
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.alma-company__text, 
.alma-company__text-link { color: #999; }
.alma-company__text-link:hover { color: #fff; }

.alma-logo__letter, 
.alma-logo__bird { fill: #999; }
.alma-logo:hover .alma-logo__letter, 
.alma-logo:hover .alma-logo__bird { fill: #fff; }

@media (max-width: 767px) {
    .alma-company {
        justify-content: center;
    }
}

/* ============================================================
   2. ДОРАБОТАННЫЙ СТИЛЬ: ЗАКРУГЛЕНИЕ И СОВРЕМЕННЫЙ ВИД
   ============================================================ */

/* 1. Закругляем САМИ КАРТОЧКИ И БЛОКИ (убираем белые углы) */
.services-item,
.catalog-item,
.news-item,
.item-image,
.portfolio-item,
.project-item,
.projects-item,  
.element-item,   
.card,           
.action-item,
.stock-item,
.promo-item,
.sidebar-photo-box,
.sidebar-action-box,
.sidebar-review-box,
.sidebar-news-box,
.services-view-tile_item,
.services-view-tile_img,
a[data-fancybox] {
    border-radius: 15px !important;
    overflow: hidden !important; 
    transform: translateZ(0);
}

/* 2. Настраиваем сами КАРТИНКИ (теги img) */
.services-item img,
.catalog-item img,
.news-item img,
.item-image img,
.portfolio-item img,
.project-item img,
.projects-item img,
.element-item img,
.card img,
.action-item img,
.stock-item img,
.content-box img, 
.sidebar-photo-box img,
.detail-text img, 
.content-text img,
.services-view-tile_item img { 
    width: 100% !important;
    aspect-ratio: 4 / 3 !important; 
    object-fit: cover !important;    
    border-radius: 15px !important;
}

/* 3. ФОРМЫ (поля ввода) */
input[type="text"],
input[type="tel"],
input[type="email"],
textarea,
.form-control {
    border-radius: 8px !important;
    border: 1px solid #dcdcdc !important;
}

/* 4. КНОПКИ */
.btn,
button,
input[type="submit"],
.button,
.header-btn-callback__link,
.header-btn-zayvka__link {
    border-radius: 8px !important;
}