﻿* {
    position: relative;
    align-content: center;
    vertical-align: middle;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

body {
    background: #171f12;
    color: #c6c8c5;
    margin: 0;
    padding: 30px;
    font-size: 20px;
    /**/
    /*   background-image: url('/files/Portfolio/s1/Main_Back_Plabt.png');
    background-position: top center;
    background-repeat: no-repeat;*/
}

header {
}

    header img {
        height: 35px;
        width: 35px;
    }

    header ul {
        margin: 0;
        padding: 0;
        text-align: center;
    }

        header ul li {
            display: inline-block;
            height: 50px;
        }

            header ul li.li-r {
                float: inline-end;
                padding: 5px;
                min-width: 38px;
            }

                header ul li.li-r img,
                header ul li.li-r svg {
                    height: 21px;
                    width: 21px;
                }

                header ul li.li-r .fa-bars-staggered {
                    transform: rotateY(180deg);
                }

        header ul .app-name {
            float: inline-start;
        }

            header ul .app-name label {
                font-size: 23px;
                vertical-align: bottom;
            }

        header ul .mnu {
            display: inline-block;
            padding: 0 5px 0 5px;
            min-width: 90px;
        }

main,
footer .main-i {
    max-width: 1440px;
    margin: 0 auto 0 auto;
}

    main .main-back-plant {
        position: absolute;
        width: 100%;
        z-index: 0;
        opacity: 0.75;
        left: 50%;
        transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        filter: drop-shadow(45px 55px 150px #445637);
        -moz-filter: drop-shadow(45px 55px 150px #445637);
        -webkit-filter: drop-shadow(45px 55px 150px #445637);
    }

    main .HP-bx {
        margin-top: 130px;
    }

    main .HP {
        display: none;
        width: 320px;
        margin: 0 0 0 auto;
        padding: 20px;
    }

        main .HP.active {
            display: block;
        }

        main .HP img {
            width: 275px;
            display: block;
            margin: -115px auto 24px auto;
            filter: drop-shadow(0px 18px 28px #222222);
            -moz-filter: drop-shadow(0px 18px 28px #222222);
            -webkit-filter: drop-shadow(0px 18px 28px #222222);
        }

        main .HP label {
        }

        main .HP h4 {
            margin-top: 15px;
            margin-bottom: 15px;
        }

        main .HP button {
        }

    main .box-fade {
        background-color: #5a5a5a2e;
        border: 1px solid;
        border-radius: 45px;
        -moz-border-radius: 45px;
        -webkit-border-radius: 45px;
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
        box-shadow: 0 0 25px #0000006e;
        -moz-box-shadow: 0 0 25px #0000006e;
        -webkit-box-shadow: 0 0 25px #0000006e;
    }

    main .dv {
        display: inline-block;
    }

    main .dv-480 {
        width: 480px;
    }

    main .dv-inv-480 {
        width: calc(100% - 480px);
    }

    main .dv-inv-480 {
    }

    main .dv-480 {
        float: inline-end;
    }

    main .dv-50 {
        width: 50%;
        float: inline-end;
    }


button.btn,
a.btn svg {
    display: inline-block;
    background-color: transparent;
    border: 1px solid;
    color: inherit;
    cursor: pointer;
    font-size: 28px;
    padding: 5px 10px 5px 10px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

    button.btn img {
        width: 28px;
        height: 28px;
    }

a.btn {
    display: inline-block;
}

    button.btn span,
    a.btn span {
        display: inline-block;
    }

    a.btn svg {
        font-size: 18px;
    }

.m-t-10px {
    margin-top: 10px;
}

.m-t-35px {
    margin-top: 35px;
}

.m-t-60px {
    margin-top: 60px;
}

.m-t-95px {
    margin-top: 95px;
}

.m-t-115px {
    margin-top: 115px;
}

.m-t-175px {
    margin-top: 175px;
}

.m-b-0px {
    margin-bottom: 0px;
}

.m-b-0px-imp {
    margin-bottom: 0px !important;
}

.m-b-60px {
    margin-bottom: 60px;
}

.pbt {
    text-align: center;
}

    .pbt h2 {
        display: inline-block;
        padding: 20px;
        margin: 85px;
    }

        .pbt h2:before,
        .pbt h2:after {
            position: absolute;
            content: ' ';
            border: 1px solid;
            border-image: linear-gradient(45deg, #3e4539, #5bad11, #3e4539) 1;
            border-style: solid;
            width: 50px;
            height: 50px;
        }

        .pbt h2:before {
            border-width: 5px 5px 0 0;
            right: -10px;
            top: -10px;
        }

        .pbt h2:after {
            border-width: 0 0 5px 5px;
            left: -10px;
            bottom: -10px;
        }

.bxt-big {
    color: #c6c8c5;
    margin-bottom: 145px;
    padding: 50px;
    border-radius: 85px !important;
    -moz-border-radius: 85px !important;
    -webkit-border-radius: 85px !important;
}

    .bxt-big .pic {
        width: 80%;
        display: block;
        margin: -26% auto 0 auto;
        filter: drop-shadow(0px 18px 28px #222222);
        -moz-filter: drop-shadow(0px 18px 28px #222222);
        -webkit-filter: drop-shadow(0px 18px 28px #222222);
    }

    .bxt-big:last-child {
        margin-bottom: 0;
    }

.bxt-normal,
.bxt-normal-ac {
    display: inline-block;
    text-align: start;
    width: 30%;
    max-width: 400px;
    margin: 0 15px 85px 15px;
    border-radius: 50px !important;
    -moz-border-radius: 50px !important;
    -webkit-border-radius: 50px !important;
    padding: 1px;
    background-image: linear-gradient(150deg, #c6c8c5, transparent, #c6c8c5);
    border: unset !important;
}

    .bxt-normal .bxt-normal-i,
    .bxt-normal-ac .bxt-normal-i {
        padding: 25px;
        background-color: #2e3629;
        border-radius: inherit;
        -moz-border-radius: inherit;
        -webkit-border-radius: inherit;
    }

    .bxt-normal .pic,
    .bxt-normal-ac .pic .pic {
        width: 256px;
        height: 256px;
        margin: -75px auto 0 auto;
        display: block;
        filter: drop-shadow(0px 18px 28px #222222);
        -moz-filter: drop-shadow(0px 18px 28px #222222);
        -webkit-filter: drop-shadow(0px 18px 28px #222222);
    }

    .bxt-normal p,
    .bxt-normal-ac p {
    }

    .bxt-normal label,
    .bxt-normal-ac label {
        display: inline-block;
        position: relative;
        margin-top: 8px;
        font-size: 30px;
    }

    .bxt-normal button,
    .bxt-normal-ac button {
        float: inline-end;
    }

        .bxt-normal button img,
        .bxt-normal-ac button img {
        }

    .bxt-normal-ac img {
        width: 60px;
        height: 60px;
        float: inline-start;
        background-color: #f5f5f542;
        border-radius: 50px;
        -moz-border-radius: 50px;
        -webkit-border-radius: 50px;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }

    .bxt-normal-ac label {
        font-size: 18px;
        margin: 0;
        font-weight: bold;
        padding: 5px 10px 5px 10px;
        width: calc(100% - 65px);
    }

    .bxt-normal-ac span {
        padding: 5px 10px 5px 10px;
        width: calc(100% - 65px);
    }

        .bxt-normal-ac span .s-0-per {
        }

        .bxt-normal-ac span .s-50-per {
        }

    .bxt-normal-ac p {
        font-size: 15px;
        height: 60px;
    }

.box-customer {
    display: inline-block;
    margin-top: 160px;
    width: 475px;
    padding: 35px;
}

    .box-customer img {
        float: inline-start;
        background-color: white;
        width: 50px;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
    }

    .box-customer label,
    .box-customer label span {
        padding: 0 20px 0 20px;
    }


footer {
    margin-left: -30px;
    margin-right: -30px;
}

    footer .main {
        float: inline-start;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        background-color: #222c1d;
        padding: 30px;
    }

    footer .site-sum {
        vertical-align: top;
    }

        footer .site-sum h1 {
            margin-top: 0;
        }

            footer .site-sum h1 img {
                width: 45px;
                margin-top: -15px;
            }

        footer .site-sum p {
        }

        footer .site-sum a {
            display: inline-block;
            min-width: 70px;
            font-family: inherit;
        }

    footer .subscribe {
        vertical-align: top;
    }

        footer .subscribe h2 {
        }

        footer .subscribe .em {
            display: inline-block;
            position: relative;
            width: 75%;
        }

            footer .subscribe .em input {
                background-color: #222c1d;
                border: 2px solid #c6c8c5;
                color: #c6c8c5;
                font-size: 17px;
                width: 100%;
                padding: 12px;
                border-radius: 10px;
                -moz-border-radius: 10px;
                -webkit-border-radius: 10px;
            }

            footer .subscribe .em button {
                position: absolute;
                font-size: 15px;
                top: 0;
                right: 0;
                bottom: 0;
                border: unset;
                padding: 0 15px 0 15px;
                border-radius: 0 10px 10px 0;
                -moz-border-radius: 0 10px 10px 0;
                -webkit-border-radius: 0 10px 10px 0;
            }

.w-50 {
    width: 50%;
}

.w-30 {
    width: 30%;
}

.w-20 {
    width: 19%;
}

.d-block {
    display: block;
}

.d-inline-block {
    display: inline-block;
}

.text-center {
    text-align: center;
}



@media screen and (max-width:1080px) {
    .bxt-normal, .bxt-normal-ac {
        margin: 5px 0px 85px 0px;
        min-width: 315px;
    }

    footer .w-20 {
        width: 18%;
    }

    .bxt-big .pic {
        width: 100%;
    }
}


@media screen and (max-width:1024px) {
    .bxt-normal, .bxt-normal-ac {
        margin: 5px 10px 65px 10px !important;
    }

    main .dv-inv-480,
    main .dv-480,
    main .box-customer {
        display: block;
        position: relative;
        margin: 0;
        width: 100%;
        max-width: 100%;
        min-width: 0;
        float: unset;
    }

    main .HP.active {
        display: block;
        width: 100%;
    }

    main .HP h4 {
        font-size: 40px;
    }

    main .HP label {
        font-size: 30px;
    }

    main .HP img {
        display: inline-block;
        float: inline-start;
        margin-right: 45px;
    }

    main .HP button {
        float: inline-end;
        margin: 50px 19px 0 25px;
    }

    main .box-customer {
        margin-top: 100px;
    }


    footer .w-50 {
        width: 35%;
    }

    footer .w-30 {
        width: 35%;
    }

    footer .w-20 {
        width: 23%;
    }
}


@media screen and (max-width:992px) {
}

@media screen and (max-width:860px) {
    header ul .mnu {
        display: none;
    }

    footer .w-50,
    footer .w-30,
    footer .w-20 {
        width: 100%;
        display: block;
    }

    footer .site-sum .m-t-115px,
    footer .subscribe .m-t-115px {
        margin-top: 30px;
    }

    footer .site-sum {
        margin-bottom: 50px;
    }

    footer .subscribe {
        margin-top: 50px;
    }
}

@media screen and (max-width:767px) {
    main .HP img,
    .bxt-big .pic {
        display: block;
        float: unset;
        margin: auto;
        margin-bottom: 30px;
        margin-top: -95px;
    }

    main .dv-50 {
        display: block;
        float: unset;
        width: 100%;
    }

    .bxt-big .pic {
        max-width: 310px;
    }

    .bxt-normal, .bxt-normal-ac {
        width: 100%;
        display: block;
        margin: 0 !important;
        margin-bottom: 65px !important;
        max-width: 100%;
    }

        .bxt-normal:last-child, .bxt-normal-ac:last-child {
            margin-bottom: 0 !important;
        }

    .bxt-big-rev .pic {
        margin: 0 auto 0 auto;
        margin-top: 30px;
    }

    .bxt-normal-ac p {
        height: auto;
    }
}


@media screen and (max-width:480px) {
    footer .subscribe .em {
        width: 90%;
    }
}
