﻿:root {
  --blueBar: #3E53A4;
}
.topBlue {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 7px;
    background-color: var(--blueBar);
    border-bottom: 0px;
    z-index: 1;
}

.hamburgerMenuBox {
    display: none;
}

.topMenuWrapper {
    position: fixed;
    top: 7px;
    width: 100%;
    background-color: white;
    z-index: 1;
    direction: rtl;
}
.topMenu {
    position:relative;
    min-height: 75px;
    max-width: 1263px;
    width: 100%;
    margin: 0px auto 0px auto;
    display: flex;
    align-items: center;
    direction: rtl;
}
    .topMenu .links {
        margin-right: 75px;
    }
        .topMenu .links span {
            margin-left: 75px;
            cursor: pointer;
        }
            .topMenu .links span:last-child {
                margin-left: unset;
            }

    .topMenu .userPanel {
        width: 175px;
        height: 48px;
        margin: 0px auto 0px 0px;
        cursor: pointer;
        border: 1px solid var(--blueBar);
        border-radius: 0px 24px 24px 0px;
        line-height: 48px;
        display: flex;
        align-items: center;
        direction: ltr;
        justify-content: end;
    }
        .topMenu .userPanel img {
            width: 20px;
            height: 20px;
            margin: 0px 20px 0px 8px;
        }
        .topMenu .userPanel span {
            color: var(--blueBar);
            font-weight: bold;
        }

    .topMenu .charge {
        position: absolute;
        left: 0px;
        top: 100px;
        width: 175px;
        height: 48px;
        margin: 0px auto 0px 0px;
        cursor: pointer;
        text-align: right;
        border-radius: 0px 24px 24px 0px;
        line-height: 48px;
        background-color: #14B20D;
        display: flex;
        align-items: center;
        direction: ltr;
        justify-content: end;
    }
        .topMenu .charge img {
            width: 20px;
            height: 20px;
            margin: 0px 20px 0px 8px;
        }
        .topMenu .charge span {
            color: #FFFFFF;
            font-weight: bold;
            direction: rtl;
        }

    .topMenu .hamburgerMenu {
        display: none;
    }

    .topMenu .selectedBar {
        position: absolute;
        top: 60px;
        right: 37px;
        width: 100px;
        height: 6px;
        background-color: var(--blueBar);
        cursor: default;
        transition-property: right;
        transition-duration: 0.3s;
    }

    .topMenu .userPanelMenu {
        display: none;
        flex-direction:column;
        align-items: flex-start;
        justify-content: center;

        position: absolute;
        top: 63px;
        left: 0px;
        width: 175px;
        height: 90px;
        background-color: var(--blueBar);
        border-radius: 4px;
        font-size: 14px;
        color: white;
        z-index: 1;
    }
        .topMenu .userPanelMenu .item {
            cursor: pointer;
        }
            .topMenu .userPanelMenu .item::before {
                content: "\2022";
                margin: 0px 10px 0px 2px;
                vertical-align: middle;
            }

form {
    overflow-x: hidden;
}

section:not(.banner), .installationCenters .record {
    opacity: 0;
    transform: translateX(200px);
    transition: transform 1s;
}
.installationCenters .record {
    transform: translateX(300px);
}
section.permissions, section.installationCenters, section.representation, .bottomArea section {
    transform: translateX(-200px);
}

section.show, .installationCenters .record.show {
    opacity: 1;
    transform: translateX(0);
}

    main > section {
        position: relative;
        max-width: 1263px;
        width: 100%;
        margin: 0px auto 60px auto;
        text-align: justify;
        line-height: 23px;
        direction: rtl;
    }

    main .banner {
        padding-top: 85px;
        line-height: 10px;
    }
        main .banner img {
            max-width: 1263px;
            width: 100%;
        }
    main > section .h2 {
        color: var(--blueBar);
        font-size:32px;
        font-weight:normal;
    }
    main > section h3 {
        color: var(--blueBar);
        font-size:24px;
        font-weight:normal;
    }

main .products {
}
    main .products .box {
        float: left;
        width: 270px;
        padding: 32px;
        margin-right: 20px;
        border-radius: 16px;
        color: white;
    }
        main .products .box.red {
            display: none;
            justify-content: center;
            align-items: center;
            min-height: 248px;
            background-color: #9F0000;
        }
            main .products .box.red .loadingIcon {
                display: block;
                width: 30px;
                height: 30px;
                margin: 0px auto;
            }
            main .products .box.red .price {
                width: 100%;
            }
            main .products .box.red.pc {
                display: flex;
            }

        main .products .box.blue {
            background-color: #00699F;
        }
        main .products .box.purple {
            background-color: #670DAD;
        }
        main .products .box.red.mobile, main .products .box.blue.mobile, main .products .box.purple.mobile {
            float: unset;
            display: none;
        }

    main .products ul {
        margin: 0px 0px 50px 0px;
    }
        main .products ul li {
            margin-right: -24px;
            padding: 0px;
        }

main div.permissions {
    position: relative;
    margin-bottom: 60px;
    background-color: #959EAC;
    direction: rtl;
}
    main div.permissions section {
        max-width: 1263px;
        width: 100%;
        margin: 0px auto 0px auto;
    }
    main div.permissions section .h2 {
        max-width: 1263px;
        width: 100%;
        font-size:32px;
        line-height: 75px;
        color: white;
    }
    main .permissions .boxes {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    main .permissions .box {
        position: relative;
        display: inline-block;
        max-width: 350px;
        width: 100%;
        height: 400px;
        margin: 0px 35px 75px 35px;
        padding: 24px 24px 0px 24px;
        border:2px solid #383D50;
        border-radius:24px;
        background-color: white;
        text-align: center;
    }
        main .permissions .box div {
            margin-top:25px;
            text-align: justify;
        }

        main .permissions .box .button {
            position: absolute;
            bottom: 48px;
            left:75px;
        }


    main .installationCenters {
    }
        main .installationCenters .records .loadingIcon {
            display: block;
            width: 30px;
            height: 30px;
            margin-right:50px;
            border-color: #A0A0A0 transparent #A0A0A0 transparent;
        }

    main .representation .wrapper {
        max-width: 840px;
        width: 100%;
        height: 840px;
        margin: 40px auto 0px auto;
        padding-top: 20px;
        background: url('/Images/Home/FormBG.png') no-repeat center center;
    }
        main .representation .wrapper .form {
            position: relative;
            max-width: 600px;
            width: 100%;
            height: 800px;
            margin: 0px auto 0px auto;
            padding: 50px;
            background-color: #E8E8E8;
            border: 2px solid var(--blueBar);
            border-radius: 16px;
            line-height: 10px;
        }
            main .representation .wrapper .form input {
                width: 100%;
                height: 50px;
                margin-bottom: 30px;
                padding: 0px 5px 0px 5px;
            }
            main .representation .wrapper .form textarea {
                width: 100%;
                height: 225px;
                padding: 10px 5px 0px 5px;
            }

            main .representation .wrapper .form .message {
                display: flex;
                align-items: center;
                justify-content: center;
                max-width: 430px;
                width: 100%;
                height: 59px;
                margin: 0px auto;
                color: #9F0000;
                font-size: 14px;
                direction: rtl;
            }
                main .representation .wrapper .form .message span {
                    display: none;
                }
            main .representation .wrapper .form .btnSend {
                position: absolute;
                bottom: 48px;
                left: 0px;
                right: 0px;
                margin: 0px auto 0px auto;
            }
            main .representation .wrapper .form .loading {
                display: none;
                position: absolute;
                bottom: 52px;
                left: 0px;
                right: 0px;
                margin: 0px auto 0px auto;
            }

    main .aboutUs img {
        float:left;
        max-width: 272px;
        min-width: 100px;
        width: 22%;
        margin: 0px 20px 0px 0px;
    }
    main .aboutUs span {
        font-size: 16px;
        
    }
        main .aboutUs span.title {
            font-weight: bold;
        }

.anchore {
    visibility:hidden;
    position: absolute;
    top: -85px;
    width: 0px;
    height: 0px;
}

footer {
    position: relative;
    background-color: #383D50;
    color: white;
    direction: rtl;
}
    footer > section {
        overflow: auto;
        max-width: 1263px;
        width: 100%;
        margin: 0px auto 0px auto;
        font-size: 16px;
        font-weight: bold;
    }
        footer > section .contactUs {
            float: right;
        }
            footer > section .contactUs .h2 {
                height: 75px;
                line-height: 72px;
                font-size: 32px;
                font-weight: normal;
            }
        footer > section a {
            color: white;
        }
        footer > section .namadArea {
            float: left;
            display: flex;
            align-items: center;
            height: 235px;
        }
            footer > section .namadArea .eNamad {
                width: 125px;
                height: 136px;
                background-color: white;
            }

.bottomBlue {
    height: 7px;
    margin-top: 1px;
    background-color: var(--blueBar);
}

.button {
    display: inline-block;
    max-width: 200px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    background-color: var(--blueBar);
    border-radius: 4px;
    color: white;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    cursor: default;
}
@media screen and (max-width: 1263px) {
    section  {
        padding: 0pc 5px;
    }
        section.banner, section.representation {
            padding: 0pc 0px;
        }

            section.representation > div {
                margin: 0px 5px;
            }
}
@media screen and (max-width: 1150px) {
    .topMenu .links {
        margin-right: 5px;
    }

        .topMenu .links span {
            margin-left: 5px;
        }

            .topMenu .links span::before {
                content: "\2022";
                margin: 0px 10px 0px 2px;
                vertical-align: middle;
                color: var(--blueBar)
            }
}

@media screen and (max-width: 800px) {
    .hamburgerMenuBox {
        position: fixed;
        top: 63px;
        left: 0px;
        right: 0px;
        background-color: #3e53a4;
        color: #FFFFFF;
        margin: 0px;
        padding: 10px 0px 10px 0px;
        z-index: 1;
        direction: rtl;
    }

        .hamburgerMenuBox li {
            line-height: 2.86;
            list-style: none;
            margin: 0px 36px 0px 0px;
            padding: 0px;
            cursor: pointer;
            font-weight: bold;
        }

    .topMenuWrapper {
    }


    .topMenu {
        min-height: 56px;
        direction: ltr;
    }

        .topMenu .userPanel {
            width: fit-content;
            height: initial;
            text-align: center;
            border: 0px;
            border-radius: 0px;
            line-height: initial;
            align-items: flex-start;
            justify-content: center;
            margin: 0px 16px 0px 8px;
        }

            .topMenu .userPanel img {
                margin: 0px 0px 0px 4px;
            }

        .topMenu .userPanelMenu {
            top: 40px;
            left: 5px;
            direction: rtl;
        }

        .topMenu .charge {
            position: initial;
            width: fit-content;
            height: initial;
            text-align: center;
            border: 0px;
            border-radius: 0px;
            line-height: initial;
            align-items: flex-start;
            justify-content: center;
            margin: 0px auto 0px 0px;
            background-color: initial;
        }

            .topMenu .charge img {
                margin: 0px 0px 0px 4px;
            }

            .topMenu .charge span {
                color: #14B20D;
            }

        .topMenu .hamburgerMenu {
            display: block;
            position: relative;
            width: 24px;
            height: 24px;
            margin-right: 12px;
            cursor: pointer;
        }

            .topMenu .hamburgerMenu .hamburger {
                position: absolute;
                top: 5px;
                left: 0px;
                width: 24px;
                height: 14px;
            }

            .topMenu .hamburgerMenu .close {
                display: none;
                position: absolute;
                top: 5px;
                left: 5px;
                width: 14px;
                height: 14px;
                margin-right: 5px;
            }

        .topMenu .links {
            display: none;
        }

        .topMenu .selectedBar {
            display: none;
        }

    main .products .box {
        float: unset;
        margin: 10px auto 0px auto;
    }

        main .products .box.red.pc, main .products .box.blue.pc, main .products .box.purple.pc {
            display: none;
        }

        main .products .box.red.mobile {
            display: flex;
        }

        main .products .box.blue.mobile {
            display: block;
        }

        main .products .box.purple.mobile {
            display: block;
        }

    main .products ul {
        margin: 0px 0px 0px 0px;
    }

    main .permissions {
        padding: 0px 5px 0px 0px;
    }

        main .permissions .boxes {
            display: block;
            text-align: center;
            padding: 0px 0px 10px 0px;
        }

        main .permissions .box {
            display: block;
            margin: 0px auto 10px auto;
        }

    footer {
        padding: 0px 8px 0px 8px;
    }

    footer > section .contactUs {
        float: unset;
    }

    footer > section .namadArea {
        float: unset;
    }

        footer > section .namadArea .eNamad {
            margin: 0px auto 0px auto;
        }
}
@media screen and (max-width: 610px) {
    main .representation .wrapper .form {
        max-width: calc(100% - 10px );
    }
}