

/* Start:/local/templates/seo_lev/components/bitrix/news.list/lev_hero_dynamic/style.css?17845599384695*/
.lev-hero {
    padding: 60px 0;
    position: relative;
    text-align: center;
}
.lev-hero__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.lev-hero__title {
    font-size: 36px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.3;
    margin-bottom: 20px;
}
.lev-hero__title-dynamic {
    color: #d4a770;
    position: relative;
    display: inline-block;
    white-space: nowrap;
}
.lev-hero__title-dynamic::after {
    content: '';
    position: absolute;
    right: -8px;
    top: 10%;
    height: 80%;
    width: 3px;
    background-color: #d4a770;
    animation: lev-blink 1s step-end infinite;
}
.lev-hero__desc {
    font-size: 18px;
    color: #555555;
    max-width: 650px;
    margin: 0 auto 32px auto;
    line-height: 1.5;
}
.lev-btn--primary {
    background-color: #d4a770;
    color: #ffffff;
    padding: 16px 32px;
    border-radius: 16px;
    border: none;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.lev-btn--primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(212, 167, 112, 0.3);
}

@keyframes lev-blink { 
    50% { opacity: 0; } 
}

@media (max-width: 768px) {
    .lev-hero__title {
        font-size: 28px;
    }
    .lev-hero__desc {
        font-size: 16px;
    }
}

/* Попап (скрыт по умолчанию) */
.lev-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none; /* Переключаем через JS */
    align-items: center;
    justify-content: center;
}

.lev-popup.is-active {
    display: flex;
}

.lev-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(26, 26, 26, 0.6);
}

.lev-popup__content {
    background-color: #ffffff;
    padding: 40px;
    border-radius: 20px; /* Скругление из брифа */
    box-shadow: 0 10px 30px rgba(0,0,0,0.03);
    border: 1px solid #f0f0f0;
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 450px;
    /* Умышленно не пишем overflow: hidden, чтобы не резать возможные выпадашки внутри */
}

.lev-popup__close {
    position: absolute;
    top: 16px;
    right: 16px;
    background: transparent;
    border: none;
    font-size: 28px;
    color: #555555;
    cursor: pointer;
    line-height: 1;
    transition: color 0.3s;
}

.lev-popup__close:hover {
    color: #d4a770; /* Акцентный цвет */
}

.lev-popup__form-title {
    font-size: 28px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 16px;
    text-align: center;
}

/* Базовые стили для формы в попапе */
.lev-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.lev-input {
    padding: 14px 16px;
    border: 1px solid #f0f0f0;
    border-radius: 8px;
    font-size: 16px;
    color: #1a1a1a;
    outline: none;
    transition: border-color 0.3s;
}

.lev-input:focus {
    border-color: #d4a770;
}
.lev-popup__form-text {
    font-size: 16px;
    color: #555555;
    text-align: center;
    margin-bottom: 32px;
    line-height: 1.5;
}

.lev-popup__links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.lev-popup__social-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    padding: 16px 24px;
    background-color: #fafafa; /* Светло-серый фон плашек */
    border: 1px solid #f0f0f0;
    border-radius: 12px;
    text-decoration: none;
    color: #1a1a1a;
    font-weight: 600;
    font-size: 16px;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
    width: 100%;
    box-sizing: border-box;
}

.lev-popup__social-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.03);
    background-color: #ffffff;
    border-color: #e0e0e0;
}

/* Скрываем стандартные маркеры (золотую галочку), если она была задана глобально для всех li */
.lev-popup__links li::before {
    display: none; 
}

.lev-popup__social-item img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    flex-shrink: 0;
}

/* Адаптив для узких экранов телефонов */
@media (max-width: 480px) {
    .lev-popup__links {
        grid-template-columns: 1fr; /* В одну колонку на мобильных */
    }
}
/* End */


/* Start:/local/templates/seo_lev/components/bitrix/news.list/lev_industries_cards/style.css?17845745054181*/
.lev-industries-section {
    padding: 20px 0 80px;
}

.lev-section-subtitle {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 40px;
}

.lev-industries__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 24px;
}

.lev-industry-card {
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    border-radius: 20px;
    border: 1px solid #f0f0f0;
    padding: 32px 24px;
    text-decoration: none;
    box-shadow: 0 10px 30px rgba(0,0,0,0.03);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    /* Умышленно не используем overflow: hidden; */
}

.lev-industry-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    border-color: #e8d5bc; /* Слегка подсвечиваем границу золотым/бежевым */
}

.lev-industry-card__icon {
    width: 48px;
    height: 48px;
    color: #d4a770; /* Фирменный золотой цвет для SVG */
    margin-bottom: 24px;
    transition: transform 0.3s ease;
}

.lev-industry-card__icon svg {
    width: 100%;
    height: 100%;
}

.lev-industry-card:hover .lev-industry-card__icon {
    transform: scale(1.1); /* Легкий акцент на иконку при наведении */
}

.lev-industry-card__title {
    font-size: 22px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 12px;
}

.lev-industry-card__desc {
    font-size: 15px;
    color: #555555;
    line-height: 1.5;
    margin-bottom: 32px;
}

/* Элемент прижимается к низу карточки благодаря flex-grow: 1 у родителя (или margin-top: auto) */
.lev-industry-card__action {
    margin-top: auto;
    width: 32px;
    height: 32px;
    color: #d4a770;
    align-self: flex-start;
    transition: transform 0.3s ease;
    border-radius: 50%;
    background: #fafafa;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
}

.lev-industry-card:hover .lev-industry-card__action {
    transform: translateX(5px);
    background: #d4a770;
    color: #ffffff;
}

/* Адаптив */
@media (max-width: 768px) {
    .lev-industries__grid {
        grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    }
}

.lev-seo-block {
    padding: 60px 0;
    background-color: #fafafa; /* Мягко отбиваем текстовый блок от сетки карточек */
    border-top: 1px solid #f0f0f0;
}

.lev-seo-text__inner {
    margin: 0 auto;
    background-color: #ffffff;
    padding: 48px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.02);
}

.lev-seo-text__title {
    font-size: 32px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 24px;
    line-height: 1.3;
}

.lev-seo-text__content {
    font-size: 16px;
    color: #555555;
    line-height: 1.6;
}

.lev-seo-text__content p {
    margin-bottom: 16px;
}

.lev-seo-text__content p:last-of-type {
    margin-bottom: 24px;
}

/* Стилизация списка с фирменными золотыми галочками */
.lev-seo-text__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.lev-seo-text__list li {
    position: relative;
    padding-left: 36px;
}

/* Отрисовка галочки через CSS-border */
.lev-seo-text__list li::before {
    content: '';
    position: absolute;
    left: 4px;
    top: 6px;
    width: 7px;
    height: 12px;
    border-bottom: 2px solid #d4a770;
    border-right: 2px solid #d4a770;
    transform: rotate(45deg);
}

.lev-seo-text__list strong {
    color: #1a1a1a;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 4px;
}

/* Адаптив под мобилки */
@media (max-width: 768px) {
    .lev-seo-text__inner {
        padding: 32px 24px;
    }
    .lev-seo-text__title {
        font-size: 26px;
    }
}

.lev-seo-text__subtitle {
    font-size: 26px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 48px 0 24px 0;
    line-height: 1.3;
}
/* End */


/* Start:/local/templates/seo_lev/components/bitrix/news.list/team/style.css?1761166522150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/seo_lev/components/bitrix/news.list/sertificate/style.css?1674930005194*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}
.slick-slide {
    
    height: auto;
    
}
/* End */


/* Start:/local/templates/seo_lev/components/bitrix/news.list/klients/style.css?1761168829150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */
/* /local/templates/seo_lev/components/bitrix/news.list/lev_hero_dynamic/style.css?17845599384695 */
/* /local/templates/seo_lev/components/bitrix/news.list/lev_industries_cards/style.css?17845745054181 */
/* /local/templates/seo_lev/components/bitrix/news.list/team/style.css?1761166522150 */
/* /local/templates/seo_lev/components/bitrix/news.list/sertificate/style.css?1674930005194 */
/* /local/templates/seo_lev/components/bitrix/news.list/klients/style.css?1761168829150 */
