﻿/*====================================================
======================================================
INDOOR.HTML
======================================================
====================================================*/
/*  ↓   ↓ ↓   ↓ ↓   ↓ ↓   ↓ */
.container-render {
    background-color: #fff;
    color: var(--text-dark);
}
.i-repeat {
    background: url(/images/icon/repeat.webp) no-repeat;
    width: 16px;
    height: 16px;
}

.eb-branch-name {
    width: 739px;
    margin-top: 170px;
}

/*====================================================
Header Top
====================================================*/
.shapka {
    background: url(/images/ind-header-bg.webp) no-repeat top center;
    height: 610px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .shapka .ind-branch-name {
        margin-top: 140px;
    }

.shapka .main-title {
    font-size: 44px;
    font-weight: 600;
    line-height: 52px;
    letter-spacing: 4.4px;
    text-transform: uppercase;
    color: #fff;
    margin-top: 30px;
    text-align: center;
}

/*====================================================
Content Power Unit
====================================================*/
.content-power-unit {
    position: relative;
    padding-top: 230px;
}

    .content-power-unit .title-power-unit {
        position: absolute;
        top: -50px;
        left: 50%;
        margin-left: -50%;
        height: 200px;
        width: 100%;
        overflow: hidden;
    }

        .content-power-unit .title-power-unit img {
            position: absolute;
            top: 0;
            left: 50%;
            margin-left: -960px;
            width: auto;
        }

.power-unit-animation-block {
    display: flex;
    justify-content: center;
    position: relative;
    height: 570px;
}

    .power-unit-animation-block .power-unit-block {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        opacity: 0;
        transition: opacity 1s ease-in-out;
    }

        .power-unit-animation-block .power-unit-block.active {
            opacity: 1;
        }

    .power-unit-animation-block .power-unit-block-2 .img-2 {
        position: absolute;
        left: 50%;
        margin-left: -280px;
        opacity: 0;
    }

    .power-unit-animation-block .power-unit-block-2 .animation-img01 {
        animation: animationImg01 2s ease-in-out 3s;
    }

    .power-unit-animation-block .img-block {
        display: flex;
        justify-content: center;
    }

    .power-unit-animation-block .icon-block {
        display: flex;
        align-items: center;
        position: absolute;
        top: 50%;
        margin-top: -53px;
        left: 50%;
        margin-left: -40px;
        width: 270px;
        height: 180px;
        opacity: 0;
        transition: opacity 0.7s ease-in-out;
    }

        .power-unit-animation-block .icon-block.active {
            opacity: 1;
        }

    .power-unit-animation-block .icon-block-2 {
        margin-top: -45px;
        margin-left: -20px;
    }

    .power-unit-animation-block .icon-block-animation {
        width: 100%;
        top: 55px;
        height: 100%;
        margin-left: -50%;
    }

        .power-unit-animation-block .icon-block-animation .icon {
            position: absolute;
            transform: scale(1);
            top: 211px;
            left: 302px;
            opacity: 0;
        }

        .power-unit-animation-block .icon-block-animation .animation-icon02 {
            animation: animationIcon02 1s ease-in-out 0s;
            transform: scale(0.8);
            top: 43px;
            left: 150px;
        }

        .power-unit-animation-block .icon-block-animation .animation-icon03 {
            animation: animationIcon03 1s ease-in-out 0.5s;
            transform: scale(0.8);
            top: 43px;
            left: 223px;
        }

        .power-unit-animation-block .icon-block-animation .animation-icon04 {
            animation: animationIcon04 1s ease-in-out 1s;
            transform: scale(0.8);
            top: 43px;
            left: 297px;
        }

        .power-unit-animation-block .icon-block-animation .animation-icon05 {
            animation: animationIcon05 1s ease-in-out 1.5s;
            transform: scale(0.8);
            top: 43px;
            left: 370px;
        }

        .power-unit-animation-block .icon-block-animation .animation-icon06 {
            animation: animationIcon06 1s ease-in-out 2s;
            transform: scale(0.8);
            top: 43px;
            left: 445px;
        }

.power-unit-info .ind-icon-animation {
    position: relative;
    margin-bottom: 40px;
    height: 130px;
}

    .power-unit-info .ind-icon-animation .img-block {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -65px;
        width: 130px;
        height: 130px;
    }

    .power-unit-info .ind-icon-animation .animation-icon01 {
        animation: animationIcon01 3s linear infinite;
        z-index: -1;
    }

.power-unit-info .info-block {
    padding-top: 20px;
    text-align: center;
}

    .power-unit-info .info-block .text-lh38 {
        margin-bottom: 60px;
    }

    .power-unit-info .info-block .text-lh32 {
        font-size: 18px;
    }

.power-unit-animation-btn {
    display: flex;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -50px;
    width: 150px;
    font-size: 20px;
    line-height: 29px;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    z-index: -10;
}

    .power-unit-animation-btn .i-repeat {
        margin-top: 8px;
        margin-right: 18px;
        transform: scale(-1, 1);
    }

        .power-unit-animation-btn .i-repeat.animation-icon10 {
            animation: animationIcon10 2s linear infinite;
        }

    .power-unit-animation-btn.active-btn {
        opacity: 1;
        z-index: 1;
    }

        .power-unit-animation-btn.active-btn.active {
            opacity: .3;
            z-index: -10;
        }

/*====================================================
Ind Placing
====================================================*/
.ind-placing {
    background: url(/images/content-ind-bg-1.webp) no-repeat top center;
    padding-top: 100px;
    height: 883px;
}

.placing-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

    .placing-block .title {
        font-size: 46px;
        line-height: 60px;
        letter-spacing: 1.8px;
        margin-bottom: 50px;
    }

        .placing-block .title b {
            font-weight: 600;
            letter-spacing: 4.1px;
        }

    .placing-block .text-lh38 {
        padding: 0 40px;
        margin-bottom: 90px;
    }

    .placing-block .img-block {
        margin-bottom: 60px;
    }

    .placing-block.en .img-block {
        margin-bottom: 22px;
    }

/*====================================================
Power Unit Model
====================================================*/
.power-unit-model {
    margin-bottom: 100px;
}

    .power-unit-model .title {
        font-size: 38px;
        line-height: 50px;
        margin-bottom: 60px;
        text-align: center;
    }

    .power-unit-model .model-block {
        margin-bottom: 60px;
    }

        .power-unit-model .model-block img {
            margin-bottom: 40px;
        }

        .power-unit-model .model-block .text {
            font-size: 16px;
            line-height: 24px;
            text-align: center;
        }

    .power-unit-model .text-block {
        text-align: center;
        margin-bottom: 70px;
    }

        .power-unit-model .text-block .text-lh38 {
            margin-bottom: 50px;
            font-weight: 300;
            line-height: 36px;
        }

    .power-unit-model .power-block .img-block {
        text-align: center;
    }

    .power-unit-model .power-block .text-img {
        font-size: 28px;
        line-height: 36px;
        letter-spacing: 1px;
        color: #d53512;
        margin-top: 20px;
    }

    .power-unit-model .power-list {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .power-unit-model .power-list .icon-block {
            display: flex;
            justify-content: center;
            align-items: center;
            margin-bottom: 20px;
            height: 50px;
        }

            .power-unit-model .power-list .icon-block img {
                flex-shrink: 0;
            }

        .power-unit-model .power-list .text {
            font-size: 12px;
            line-height: 20px;
            text-align: center;
        }

