/* ========================================= ОБЩИЕ СТИЛИ СТРАНИЦЫ ОТРАСЛИ ========================================= */ 
.industry-hero, .industry-intro, .industry-tasks, .industry-solutions, .industry-selection, .industry-advantages, .industry-steps, .industry-faq, .industry-cta 
{ position: relative; } 
/* ========================================= ЧЕРЕДОВАНИЕ ФОНОВ ========================================= */ /* Белые блоки */ 
.industry-intro, .industry-solutions, .industry-advantages, .industry-faq 
{ background: #fff; } 
/* Светлые блоки */ 
.industry-tasks, .industry-selection, .industry-steps 
{ background: #f7f8fa !important; }

.industry-hero {
    padding: 70px 0;
    background: #f7f8fa;
}

.industry-hero__content {
    padding: 30px 0;
}

.industry-hero__label {
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #777;
}

.industry-hero__title {
    margin: 0 0 25px;
    font-size: 46px;
    line-height: 1.15;
    font-weight: 700;
}

.industry-hero__subtitle {
    max-width: 650px;
    margin-bottom: 30px;
    font-size: 19px;
    line-height: 1.6;
    color: #555;
}

.industry-hero__btn {
    padding: 13px 28px;
    font-size: 16px;
}

.industry-hero__image {
    height: 100%;
    min-height: 350px;
    overflow: hidden;
}

.industry-hero__image img {
    width: 100%;
    height: 100%;
    min-height: 350px;
    object-fit: cover;
}

@media (max-width: 767px) {

    .industry-hero {
        padding: 40px 0;
    }

    .industry-hero__title {
        font-size: 32px;
    }

    .industry-hero__subtitle {
        font-size: 17px;
    }

    .industry-hero__image {
        min-height: 250px;
        margin-top: 30px;
    }

    .industry-hero__image img {
        min-height: 250px;
    }

}


.industry-intro {
    padding: 70px 0;
}

.section-heading {
    margin-bottom: 35px;
}

.section-heading__label {
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #888;
}

.section-heading h2 {
    margin: 0;
    font-size: 32px;
    line-height: 1.25;
    font-weight: 700;
}

.industry-intro__text {
    font-size: 17px;
    line-height: 1.75;
    color: #555;
}

.industry-intro__text p {
    margin-bottom: 20px;
}

.industry-tasks {
    padding: 70px 0;
    background: #f7f8fa;
}

.industry-task {
    height: 100%;
    padding: 30px;
    background: #fff;
    border: 1px solid #e5e5e5;
}

.industry-task__icon {
    margin-bottom: 20px;
    font-size: 32px;
    color:#4fb300;
}

.industry-task__title {
    margin: 0 0 15px;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 600;
}

.industry-task__text {
    font-size: 15px;
    line-height: 1.6;
    color: #666;
}

.industry-solutions {
    padding: 70px 0;
}

.industry-solution {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e5e5e5;
    transition: all .2s ease;
}

.industry-solution:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
    transform: translateY(-3px);
}

.industry-solution__image {
    overflow: hidden;
}

.industry-solution__image img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.industry-solution__content {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 25px;
}

.industry-solution__title {
    margin: 0 0 15px;
    font-size: 21px;
    line-height: 1.3;
    font-weight: 600;
}

.industry-solution__text {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 1.65;
    color: #666;
}

.industry-solution__link {
    margin-top: auto;
    font-weight: 600;
    text-decoration: none;
}

.industry-solution__link .fa {
    margin-left: 5px;
}

.industry-selection {
    padding: 70px 0;
    background: #f7f8fa;
}

.industry-selection__text {
    font-size: 17px;
    line-height: 1.75;
    color: #555;
}

.industry-selection__text p {
    margin-bottom: 20px;
}

.industry-selection__icon {
    padding: 40px;
    text-align: center;
    font-size: 90px;
    color: #4fb300;
}

.industry-advantages {
    padding: 70px 0;
}

.industry-advantages .section-heading {
    max-width: 750px;
    margin-right: auto;
    margin-left: auto;
}

.industry-advantages .section-heading p {
    max-width: 650px;
    margin: 20px auto 0;
    font-size: 16px;
    line-height: 1.6;
    color: #666;
}

.industry-advantage {
    display: flex;
    width: 100%;
    height: 100%;
    padding: 30px;
    border: 1px solid #e5e5e5;
    background: #fff;
}

.industry-advantage__icon {
    flex: 0 0 55px;
    font-size: 30px;
    line-height: 1;
    color:#552d77;
}

.industry-advantage__title {
    margin: 0 0 12px;
    font-size: 19px;
    line-height: 1.3;
    font-weight: 600;
}

.industry-advantage__text {
    font-size: 15px;
    line-height: 1.6;
    color: #666;
}

.industry-advantage__content {
    flex: 1;
}
.industry-steps {
    padding: 80px 0;
    background: #f7f8fa;
    border-bottom: 1px solid #eeeeee;
}

.industry-steps .section-heading {
    max-width: 750px;
    margin-right: auto;
    margin-bottom: 45px;
    margin-left: auto;
}

.industry-steps .section-heading p {
    max-width: 650px;
    margin: 18px auto 0;
    font-size: 16px;
    line-height: 1.65;
    color: #666;
}



/* Каждая карточка */

.industry-steps__grid .industry-step {
   
    margin: 10px;
    padding: 30px;
    background: #fff;
    border: 1px solid #e5e5e5;
}


/* Номер */

.industry-step__number {
    margin-bottom: 22px;
    font-size: 34px;
    line-height: 1;
    font-weight: 700;
    color: #552d77;
}


/* Заголовок */

.industry-step__title {
    margin: 0 0 15px;
    font-size: 19px;
    line-height: 1.35;
    font-weight: 600;
}


/* Текст */

.industry-step__text {
    font-size: 15px;
    line-height: 1.65;
    color: #666;
}

.industry-step__text p {
    margin-bottom: 0;
}




.industry-faq {
    padding: 70px 0;
}

.industry-faq__list {
    margin-bottom: 0;
}

.industry-faq .panel {
    border-radius: 0;
    box-shadow: none;
}

.industry-faq .panel-heading {
    padding: 0;background:#fff !important;
}

.industry-faq .panel-title a {
    display: block;
    padding: 20px 25px;
    font-size: 17px;
    line-height: 1.4;
    font-weight: 600;
    text-decoration: none;
    color: #000;
}

.industry-faq .panel-title .fa {
    margin-left: 20px;
    font-size: 16px;
}

.industry-faq .panel-body {
    padding: 20px 25px;
    font-size: 15px;
    line-height: 1.7;
    color: #666;
    background: #fff;
}

.industry-faq .panel-body p:last-child {
    margin-bottom: 0;
}

.industry-cta {
    padding: 70px 0;
    background: #f7f8fa;
}

.industry-cta__content {
    max-width: 700px;
}

.industry-cta__label {
    margin-bottom: 12px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #888;
}

.industry-cta h2 {
    margin: 0 0 20px;
    font-size: 34px;
    line-height: 1.25;
    font-weight: 700;
}

.industry-cta p {
    margin: 0;
    font-size: 17px;
    line-height: 1.65;
    color: #666;
}

.industry-cta__action {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
}

.industry-cta__btn {
    padding: 14px 30px;
    font-size: 16px;
}

@media (max-width: 767px) {

    .industry-cta {
        padding: 50px 0;
    }

    .industry-cta h2 {
        font-size: 28px;
    }

    .industry-cta__action {
        justify-content: flex-start;
        margin-top: 30px;
    }

}

/* =========================================================
   Сетки блоков
   Bootstrap 3 не используем для внутренней сетки карточек
   ========================================================= */

.industry-steps__grid,
.industry-advantages__grid,
.industry-tasks__grid,
.industry-solutions__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}


/* =========================================================
   Общие настройки карточек
   ========================================================= */

.industry-step,
.industry-advantage,
.industry-task,
.industry-solution {
    width: 100%;
    box-sizing: border-box;
}


/* =========================================================
   Как мы работаем
   ========================================================= */

.industry-step {
    display: flex;
    flex-direction: column;
}


/* =========================================================
   Преимущества
   ========================================================= */

.industry-advantage {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.industry-advantage__content {
    display: flex;
    flex-direction: column;
    flex: 1;
}


/* =========================================================
   Какие задачи мы решаем
   ========================================================= */

.industry-task {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.industry-task__text {
    flex: 1;
}


/* =========================================================
   Оборудование и решения
   ========================================================= */

.industry-solution {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.industry-solution__content {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.industry-solution__text {
    flex: 1;
}


/* =========================================================
   Планшет
   ========================================================= */

@media (max-width: 991px) {

    .industry-steps__grid,
    .industry-advantages__grid,
    .industry-tasks__grid,
    .industry-solutions__grid {
        grid-template-columns: repeat(2, 1fr);
    }

}


/* =========================================================
   Телефон
   ========================================================= */

@media (max-width: 767px) {

    .industry-steps__grid,
    .industry-advantages__grid,
    .industry-tasks__grid,
    .industry-solutions__grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

}