

/* Start:/elp/style.css?177249556011411*/
.elitech-elp {
    background: #201F1F url('/elp/img/elp-bg-grey-1.jpg') no-repeat center top;
    background-size: 100% auto;
    color: #fff;
}

.elitech-elp .elitech-elp-logo {
    display: block;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

.elitech-elp .elp-banner {
    text-align: center;
    padding-bottom: 34vw;
    padding-top: 65px;
}

.elitech-elp .elp-banner h1 {
    font-weight: 500;
    margin: 0;
    padding-bottom: 80px;
    font-size: 88px;
}

.elitech-elp .elp-banner img {
    display: block;
    margin: 0 auto;
    width: 235px;
    height: auto;
}

.elitech-elp .elp-banner-padding {
    display: block;
    width: 100%;
}

.elitech-elp .elp-text {
    font-size: 24px;
    padding-bottom: 30px;
    line-height: 145%;
}

.elitech-elp .elp-text p {
    padding-bottom: 30px;
}

.elitech-elp .elp-title {
    font-weight: 600;
    font-size: 70px;
    text-align: center;
    padding-bottom: 30px;
    position: relative;
}

.elitech-elp .elp-subtitle {
    font-weight: 700;
    font-size: 30px;
    text-align: center;
    position: relative;
}

.elitech-elp .elp-2-blocked {
    display: flex;
    margin-bottom: 60px;
}

.elitech-elp .elp-2-blocked .elp-2-blocked-text {
    flex: 0 1 40%;
    align-items: center;
    display: flex;
}

.elitech-elp .elp-2-blocked .elp-2-blocked-text ul {
    list-style: none;
}
.elitech-elp .elp-2-blocked .elp-2-blocked-text ul li {
    padding: 7px 0 7px 35px;
    position: relative;
}

.elitech-elp .elp-2-blocked .elp-2-blocked-text ul li:before {
    background: url('/elp/img/arr.svg') no-repeat;
    display: block;
    content: '';
    position: absolute;
    left: 3px;
    top: 15px;
    width: 12px;
    height: 17px;
}

.elitech-elp .elp-2-blocked .elp-2-blocked-img {
    flex: 0 1 60%;
    align-items: center;
    display: flex;
}

.elitech-elp .elp-2-blocked .elp-2-blocked-img img {
    display: block;
    margin-top: -25px;
    margin-bottom: -25px;
    width: 100%;
}

.elitech-elp .elp-img-100 {
    margin: -70px -229px 0;
}

.elitech-elp .elp-img-100 img {
    display: block;
    width: 100%;
}

.elitech-elp .elp-2-blocked-tbl {
    padding-bottom: 100px;
    margin-bottom: 0;
}

.elitech-elp .elp-2-blocked-tbl .elp-2-blocked .elp-2-blocked-img .elp-2-blocked-img-wrap {
    margin: -106px -80px;
}

.elitech-elp .elp-2-blocked-tbl .elp-2-blocked .elp-2-blocked-img img {
    margin: 0;
    width: 100%;
}

.elitech-elp .elp-2-blocked-tbl .elp-2-blocked .elp-2-blocked-text {
    flex: 0 1 50%;
    justify-content: center;
    font-weight: 500;
    text-align: center;
    font-size: 27px;
    line-height: 145%;
}

.elitech-elp .elp-2-blocked-tbl .elp-2-blocked .elp-2-blocked-img {
    flex: 0 1 50%;
}

.elitech-elp .elp-2-blocked-tbl .elp-2-blocked {
    margin-bottom: 0;
}

.elitech-elp .elp-scheme {
    position: relative;
    margin-bottom: 40px;
}

.elitech-elp .elp-scheme img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.elitech-elp .elp-scheme .elp-scheme-item {
    font-size: 22px;
    line-height: 135%;
    font-weight: 500;
    text-align: center;
    position: absolute;
}

.elitech-elp .elp-scheme .epl-scheme-item-1 {
    left: 79px;
    top: 71px;
}

.elitech-elp .elp-scheme .epl-scheme-item-2 {
    left: 72px;
    top: 255px;
}

.elitech-elp .elp-scheme .epl-scheme-item-3 {
    left: -21px;
    top: 498px;
}

.elitech-elp .elp-scheme .epl-scheme-item-4 {
    left: 0;
    top: 665px;
}

.elitech-elp .elp-scheme .epl-scheme-item-5 {
    right: 0;
    bottom: 679px;
}

.elitech-elp .elp-scheme .epl-scheme-item-6 {
    right: -11px;
    bottom: 466px;
}

.elitech-elp .elp-scheme .epl-scheme-item-7 {
    right: -6px;
    bottom: 207px;
}

.elitech-elp .elp-scheme .epl-scheme-item-8 {
    right: 10px;
    bottom: 110px;
}

.elitech-elp .elp-scheme .elp-scheme-img-mobile {
    display: none;
}

.pulse {
    position: relative;
    text-align: center;
    padding: 0;
    border-radius: 50%;
    /*border: 1px solid #12417f;*/
    border: 1px solid #ed1c24;
    background: #fff;
    width: 16px;
    height: 16px;
}

.pulse::before {
    content: '';
    position: absolute;
    border: 2px solid #ed1c24;
    left: -10px;
    opacity: 0;
    right: -10px;
    top: -10px;
    bottom: -10px;
    border-radius: 50%;
    animation: pulse 2.5s linear infinite;
}

@keyframes pulse {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}

.pulse::after,
.pulse::before {
    content: '';
    position: absolute;
    border: 2px solid #ed1c24;
    left: -10px;
    opacity: 0;
    right: -10px;
    top: -10px;
    bottom: -10px;
    border-radius: 50%;
    animation: pulse 2.5s linear infinite;
}

.pulse::after {
    animation-delay: 1.25s;
}

.elp-scheme .grid-item {
    /*border: 1px solid #666;
    color: #666;*/
}

.elp-scheme .grid_point {
    cursor: pointer;
    height: 100%;
    width: 100%;
}

.elp-scheme .grid_point .pulse {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -8px;
    margin-top: -8px;
}

.elp-scheme.elp-scheme-mobile img {
    width: 100%;
}

.elp-scheme-mobile, .elitech-elp .elp-subtitle-mobile {
    display: none;
}

.elitech-elp .elp-subtitle-mobile {
    margin: -40px 0 20px;
}

.elitech-elp .elp-nowrap {
    white-space: nowrap;
}

@media (max-width: 1440px) {
    .elitech-elp .elp-banner h1 {
        font-size: 6vw;
    }
    .elitech-elp .elp-banner {
        padding-bottom: 33vw;
        padding-top: 4vw;
    }
    .elitech-elp .elp-banner img {
        width: 16vw;
    }
    .elitech-elp .elp-banner h1 {
        padding-bottom: 4vw;
    }

    .elitech-elp .elp-title {
        font-size: 6vw;
    }
}
@media (max-width: 1200px) {
    .elitech-elp .elp-banner {
        padding-bottom: 32vw;
    }

    .elitech-elp .elp-img-100 {
        margin: -50px -129px 0;
    }

    .elitech-elp .elp-2-blocked-tbl .elp-2-blocked .elp-2-blocked-img .elp-2-blocked-img-wrap {
        margin: -87px -65px;
    }

    .elitech-elp .elp-scheme {
        width: 800px;
        margin: 0 auto 40px;
    }
    .elitech-elp .elp-scheme .elp-scheme-item {
        font-size: 18px;
        line-height: 125%;
    }
    .elitech-elp .elp-scheme .epl-scheme-item-1 {
        left: -10px;
        top: 74px;
    }
    .elitech-elp .elp-scheme .epl-scheme-item-2 {
        left: -20px;
        top: 250px;
    }
    .elitech-elp .elp-scheme .epl-scheme-item-3 {
        left: -115px;
        top: 473px;
    }
    .elitech-elp .elp-scheme .epl-scheme-item-4 {
        left: -85px;
        top: 644px;
    }
    .elitech-elp .elp-scheme .epl-scheme-item-5 {
        right: -93px;
        bottom: 640px;
    }
    .elitech-elp .elp-scheme .epl-scheme-item-6 {
        right: -103px;
        bottom: 446px;
    }
    .elitech-elp .elp-scheme .epl-scheme-item-7 {
        right: -94px;
        bottom: 210px;
    }
    .elitech-elp .elp-scheme .epl-scheme-item-8 {
        right: -85px;
        bottom: 110px;
    }
}
@media (max-width: 1024px) {
    .elitech-elp .elp-text {
        font-size: 22px;
    }
    .elitech-elp .elp-text p {
        padding-bottom: 20px;
    }
    .elitech-elp .elp-subtitle {
        font-size: 3vw;
    }

    .elitech-elp .elp-scheme {
        width: auto;
    }

    .elitech-elp .elp-scheme .elp-scheme-item {
        position: relative;
        text-align: left;
        padding: 0 0 15px 35px;
        left: 0;
        top: 0
    }

    .elitech-elp .elp-scheme .elp-scheme-item:before {
        background: url('/elp/img/arr.svg') no-repeat;
        display: block;
        content: '';
        position: absolute;
        left: 0;
        top: 5px;
        width: 12px;
        height: 17px;
    }

    .elitech-elp .elp-scheme .elp-scheme-item br {
        display: none;
    }

    .elitech-elp .elp-scheme {
        display: none;
    }

    .elitech-elp .elp-scheme.elp-scheme-mobile, .elitech-elp .elp-subtitle-mobile {
        display: block;
    }
}
@media (max-width: 991px) {
    .elitech-elp .elp-text {
        font-size: 20px;
    }
    .elitech-elp .elp-text p {
        padding-bottom: 15px;
    }
    .elitech-elp .elp-subtitle {
        font-weight: 600;
    }
    .elitech-elp .elp-2-blocked {
        margin-bottom: 40px;
    }

    .elitech-elp .elp-2-blocked-tbl .elp-2-blocked .elp-2-blocked-text {
        font-size: 24px;
        line-height: 135%;
    }
    .elitech-elp .elp-2-blocked-tbl .elp-2-blocked .elp-2-blocked-img .elp-2-blocked-img-wrap {
        margin: -67px -50px;
    }
}
@media (max-width: 768px) {
    .elitech-elp .elp-text {
        font-size: 18px;
    }
    .elitech-elp .elp-2-blocked .elp-2-blocked-text ul li {padding: 5px 0 5px 18px;}
    .elitech-elp .elp-2-blocked .elp-2-blocked-text ul li:before {
        background-size: 100% auto;
        left: 3px;
        top: 12px;
        width: 6px;
        height: 8px;
    }

    .elitech-elp .elp-title {font-size:48px;}
    .elitech-elp .elp-subtitle {font-size:24px;}
    .elitech-elp .elp-img-100 {margin: -20px -148px 0}
    .elitech-elp .elp-2-blocked .elp-2-blocked-img img {
        margin-top: -10px;
    }
    .elitech-elp .elp-2-blocked-tbl .elp-2-blocked {
        flex-wrap: wrap;
    }
    .elitech-elp .elp-2-blocked-tbl .elp-2-blocked .elp-2-blocked-text {
        flex: 0 1 100%;
        order: 1;
        font-size: 22px;
        display: block;
        width: 100%;
    }
    .elitech-elp .elp-2-blocked-tbl .elp-2-blocked .elp-2-blocked-img {
        flex: 0 1 100%;
        order: 2;
    }
    .elitech-elp .elp-2-blocked-tbl .elp-2-blocked .elp-2-blocked-text br {display: none}
    .elitech-elp .elp-2-blocked-tbl .elp-2-blocked .elp-2-blocked-img .elp-2-blocked-img-wrap {
        margin: -70px -30px -30px;
    }
}
@media (max-width: 600px) {
    .elitech-elp .elp-title {font-size:38px;padding-bottom: 20px}
    .elitech-elp .elp-subtitle {font-size:22px;}
    .elitech-elp .elp-2-blocked-tbl .elp-2-blocked .elp-2-blocked-img .elp-2-blocked-img-wrap {
        margin: -45px -50px -20px;
    }

    .elitech-elp .elp-img-100 {
        margin: -10px -75px 0;
    }

    .elitech-elp .elp-subtitle-1 {padding-bottom: 20px}

    .elitech-elp .elp-2-blocked {
        flex-wrap: wrap;
    }

    .elitech-elp .elp-2-blocked .elp-2-blocked-text {
        flex: 0 1 100%;
    }

    .elitech-elp .elp-2-blocked .elp-2-blocked-text ul {
        display: flex;
        flex-wrap: wrap;
    }

    .elitech-elp .elp-2-blocked .elp-2-blocked-text ul li {
        flex: 0 1 50%;
    }

    .elitech-elp .elp-2-blocked .elp-2-blocked-img-wrap {
        margin: -35px -64px -20px;
    }

    .elitech-elp .elp-2-blocked .elp-2-blocked-img {
        flex: 0 1 100%;
        margin-top: 0;
    }

    .elitech-elp .elp-2-blocked .elp-2-blocked-img img {
        width: 102%;
    }
}
@media (max-width: 500px) {

}
/* End */
/* /elp/style.css?177249556011411 */
