/*colors
green 76bb20
blue 00a0df
purple 9d1d96
greenMain:#009845
*/

:root {
    --width15: 19vw;
    --width20: 20vw;
    --opacity04: rgba(0, 0, 0, 0.3);
    --green: #76bc21;
    --blue: #00a0df;
    --purple: #9d1d96;
    --green05: rgba(118, 188, 33, 0.5);
    --blue05: rgba(0, 160, 223, 0.5);
    --purple05: rgba(157, 29, 150, 0.5);
}

@font-face {
    font-family: "BrownPro-Light";
    src: url(font/BrownPro-Light.otf);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "BrownPro-Light", sans-serif;
    list-style: none;
    text-decoration: none;
    transition: all .3s ease-in-out;
    text-decoration: none;
    direction: rtl;

}

a {
    color: #fff;
}

u {
    text-decoration: underline;
    cursor: pointer;
}

b {
    font-weight: normal;
}

u:hover {
    opacity: 0.95;
}

#bg {
    display: block;
    height: 100vh;
    width: 100%;
    background: url(img/inner0.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
    position: fixed;
    top: 0;
    z-index: -1000;

}

/*body {
    background: url(img/inner0.jpg);
    background-repeat: no-repeat;
    background-size: stretch;
    background-color: #212b03;
    background-position: center top;
}*/

.container {
    padding-top: 0;
    margin: auto;
    position: relative;
    width: 100%;
    height: 100vh;
    text-align: center;
    /*background: red url(img/bg6.jpg);*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

header {
    width: 100%;
    margin: auto;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    z-index: 1000;
}

header::before {
    position: absolute;
    bottom: 0;
    width: 100%;
    content: "";
    display: block;
    border: none;
    height: 1px;
    background: #fff;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 1) 80%, rgba(0, 0, 0, 0.5) 100%);
    z-index: -1;
}

.label {
    background: #009845;
    display: block;
    border-radius: 25px 0 0 25px;
    padding: 10px;
    position: absolute;
    margin-top: 20px;
    color: #fff;
    font-size: 0.9em;

}

.first-menu-wrap {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: space-between;
    background: ;
    width: 100%;
    height: 100%;
    color: #fff;

}

.second-menu-wrap {
    position: relative;
    flex: 1;
    width: 10%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    background: ;
    margin: 5px;
    text-align: center;
    justify-content: flex-end;
    align-items: stretch;
    align-self: flex-end;
    cursor: pointer;
}

.second-menu-wrap:hover .current-color {
    background: ;
}

.menu-list-logo {
    background: url(img/2x/logo2.png) no-repeat center;
    height: 5vw;
    background-size: 60%;
    flex-grow: 1.2;
}

.menu-list-arrows {
    height: 100%;
}

.menu-list-arrows::after {
    z-index: 1000;
    position: absolute;
    content: "";
    display: inline-block;
    width: auto;
    background: url(img/2x/arrows.png) no-repeat center;
    background-size: 20%;
    height: 100%;
    width: 10%;
    bottom: calc(1px - 50%);

}

.menu-list-title {
    /*flex: 1;*/
    background-color: none;
    border-radius: 25px;
    padding: 5px;
    font-size: 1.2vw;
}

.second-menu-wrap:hover .menu-list-title {
    background: rgba(250, 250, 250, 0.3);
}

.chupchik {
    display: block;
    margin: auto;
    background-color: none;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    /*width: 15px;
    height: 7.5px;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);*/
    margin-bottom: 5px;
    margin-top: -7px;

}

.menu-list-circle {
    background-color: #fff;
    width: 14px;
    height: 14px;
    margin: auto;
    margin-bottom: -12px;
    border-radius: 50%;
    border: solid 2px #fff;
}

#page0 .menu-list-circle {
    width: 34px;
    height: 34px;
    margin-bottom: -22px;
    background: #009845 url(img/2x/logo.png) no-repeat center;
    background-size: 60%;
    border: solid 2px #fff;
}

.menu-list-subtitle {
    display: none;
    background: ;
    position: absolute;
    text-align: center;
    margin: auto;
    width: 100%;
    padding: 20px;
    height: 40px;
    bottom: -40px;
    font-size: 1vw;
    animation: flyIn 0.5s ease-in-out;
}

.current-color {
    background: cadetblue;
}





/***************  CONTAINER   **********************/

.container {
    padding-top: 30vh;
}

#arrow-left {
    display: none;
}

.container-arrows li {
    position: fixed;
    right: 0;
    width: 50px;
    height: 100%;
    background: url(img/2x/arrow.png) no-repeat center;
    background-size: 40%;
    cursor: pointer;
    top: 0;
}

.container-arrows li:hover {
    background-size: 50%;
    background-color: rgba(0, 0, 0, 0.2);
}

.container-arrows li:nth-child(2) {
    right: calc(100% - 50px);
    transform: rotate(180deg);
}

.container-title {
    display: block;
    width: 80%;
    margin: auto;
    margin-bottom: 20px;
    font-size: 2em;
    color: #fff;
}

.main-article {
    width: 80%;
    margin: auto;
    margin-bottom: 100px;
    padding: 20px 6vw;
    background: #fff;
    border-radius: 5px;
    text-align: right;
    line-height: 1.7em;
}


/********************* 2ND BULLET *******************/

#Over2 {
    padding-left: 1em;
}

#Over2 li {
    list-style-type: disc;
    list-style-position: outside;

}


/********************* 3ND BULLET *******************/

.SH {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    cursor: pointer;


}


.SH-icon {
    background-image: url(img/2x/SH1b.png);
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center;
    width: 10vw;
    height: 10vw;
    border-radius: 50%;
}



.SH > li:nth-child(1) .SH-icon {
    background-image: url(img/2x/SH1b.png);
}

.SH > li:nth-child(2) .SH-icon {
    background-image: url(img/2x/SH2b.png);
    background-size: 43%;
}

.SH > li:nth-child(3) .SH-icon {
    background-image: url(img/2x/SH3b.png);
}

.SH > li:nth-child(4) .SH-icon {
    background-image: url(img/2x/SH4b.png);
}

.SH-icon:hover {
    background-color: #aaa;
}

.SH-title {
    color: #fff;
    width: 10vw;
    font-size: 1.2em;
    font-weight: 400;
    text-align: center;
    line-height: 1em;
    padding-top: 1em;
    text-shadow: 0px 3px 3px #000;
}

.SH-text li {
    list-style-type: none;
    list-style-position: outside;
}

#SH-text1 li::before,
#SH-text2 li::before,
#SH-text3 li::before {
    content: "\2022";
    color: #76bb20;
    font-weight: 300;
    display: inline-block;
    width: 1em;
    margin-right: -1em;
}

#SH-text2 li::before {
    color: #ff9e19;
}

#SH-text3 li::before {
    color: #00a0de;
}

.SH-text {
    width: 100%;
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    padding: 20px 6vw;
}

#SH-chupchik {

    display: block;
    margin: auto;
    background: #fff;
    width: 20px;
    height: 20px;
    /*clip-path: polygon(50% 0, 0 100%, 100% 100%);*/
    transform: rotate(45deg);
    margin-top: 10px;
    margin-bottom: -10px;
    /*margin-left: calc(64.1% - 10px);*/
}


/********************* 4TH BULLET *******************/

.Points {
    background: none;
}

.Points li {
    background: #fff;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
}



.Points-icon {
    background: url(img/2x/p1.png) no-repeat center;
    background-size: 30%;
    width: 10%;
    height: 4vw;
}

.Points > li:nth-child(1) .Points-icon {
    background-image: url(img/2x/p1.png);
}

.Points > li:nth-child(2) .Points-icon {
    background-image: url(img/2x/p2.png);
}

.Points > li:nth-child(3) .Points-icon {
    background-image: url(img/2x/p3.png);
}

.Points > li:nth-child(4) .Points-icon {
    background-image: url(img/2x/p4.png);
}

.Points > li:nth-child(5) .Points-icon {
    background-image: url(img/2x/p5.png);
}


.Points-text {
    flex: 1;
}

/***************  FOOTER   **********************/

footer {
    position: fixed;
    width: 100%;
    height: 40px;
    background: ;
    bottom: 20px;

}

.footer-menu {
    margin: auto;
    background: #fff;
    display: flex;
    width: 180px;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    border-radius: 25px;
    align-items: center;
    padding: 2px;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.5);
}

.footer-menu-icon {
    background-color: ;
    background-image: url(img/2x/1g.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    margin: 2px;

}

.footer-menu-icon:nth-child(1) {
    background-color: #009845;
    background-image: url(img/2x/1w.png);

}

.footer-menu-icon:nth-child(1):hover {
    background-color: #009845 !important;
    background-image: url(img/2x/1w.png) !important;
}

.footer-menu-icon:nth-child(2) {
    background-image: url(img/2x/2g.png);
}

.footer-menu-icon:nth-child(2):hover {
    background-color: #009845 !important;
    background-image: url(img/2x/2w.png) !important;
}

.footer-menu-icon:nth-child(3) {
    background-image: url(img/2x/3g.png);
}

.footer-menu-icon:nth-child(3):hover {
    background-color: #009845 !important;
    background-image: url(img/2x/3w.png) !important;
}

.footer-menu-icon:nth-child(4) {
    background-image: url(img/2x/4g.png);
}

.footer-menu-icon:nth-child(4):hover {
    background-color: #009845 !important;
    background-image: url(img/2x/4w.png) !important;
}

.crnt-icon {
    background-color: #009845;
    background-image: url(img/2x/1w.png) !important;
}








/*************** INNER CONTAINER   **********************/

#inner-container {

    display: none;

}

.inner-page-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: auto;
    position: relative;
    width: 80%;
    text-align: center;
    background: ;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: right;
}

.inner-page-left,
.inner-page-right {
    animation: flyInLeft 0.5s linear;
    width: 45%;
    border-radius: 5px;
    line-height: 1.7em;
}

.inner-page-right {
    animation: flyInRight 0.5s linear;
}


.inner-left-title,
.inner-right-title {
    display: block;
    color: #fff;
    background: ;
    border-bottom: 1px solid #fff;
    position: relative;
    /*height: 100px;
    width: 45vw;*/
    height: 70px;
    padding: 5px;

}

.inner-left-title {
    font-size: 70px;
    font-weight: bold;
    /*top: -1em;
    left: -10vw;
    padding-left: 10vw;
    top: -100px;*/
}

.inrTitle {
    position: absolute;
    bottom: 5px;
    line-height: 50px;

}

.inrSubTitle {
    position: absolute;
    bottom: 5px;
}

.inner-right-title {
    font-size: 1.3em;
    line-height: 1em;
}

.inner-page-left article {
    border-radius: 5px;
    background: #76bb20;
    color: #fff;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.inner-left-img {

    /*background-image: url(img/2x/left1.png);*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80%;
    display: block;
    width: 100px;
    min-height: 150px;
    height: auto;
}


.inner-page-left article p {
    display: block;
    flex: 1;
    padding: 20px 1px 20px 20px;
}



.inner-right-list ul {
    margin-right: -10px;
}

.inner-right-list > li {
    background: #fff;
    padding: 20px 20px 20px 10px;
    border-radius: 5px;
    margin-bottom: 15px;
    display: flex;
    flex-direction: row;

}

.inner-right-list > li li {
    list-style-type: disc;
    list-style-position: outside;
    margin-right: 1em;
}

.inner-right-list > li > strong {
    display: block;
    background: ;
    padding: 10px;
    font-size: 2em;
    align-self: center;
}

.inner-right-list li p {
    display: block;
    padding: 10px;
}

/***************  POPUPS     **********************/

.popUp {
    position: absolute;
    background-color: #5f504d;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    width: 45%;
    right: 55%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    animation: flyInBottom 0.4s ease-in-out;
    font-weight: normal;
}

.popUp:hover {
    opacity: 1;
}



.popUp > ul {
    padding-right: 1em;
}

.popUp > ul > li {
    list-style-type: disc;
    list-style-position: outside;

}

.popUp > ul > ul {
    padding-right: 2em;
}

.close-button {
    width: 30px;
    height: 30px;
    position: absolute;
    background: #fff url(img/2x/x2.png) no-repeat center;
    background-size: 70%;
    left: -32px;
    top: 0;
    border-radius: 5px;

}

.close-button:hover {
    background-color: #999;
}

/***************  ANIMATION   **********************/

@keyframes flyInLeft {
    0% {
        transform: translateX(100vw);
        opacity: 0;
    }

    70% {
        transform: translateX(-5vw);
        opacity: 1;
    }

    90% {
        transform: translateX(5vw);
        opacity: 1;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes flyInRight {
    0% {
        transform: translateX(-100vw);
        opacity: 0;
    }

    70% {
        transform: translateX(5vw);
        opacity: 1;
    }

    90% {
        transform: translateX(-5vw);
        opacity: 1;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes flyIn {
    0% {

        opacity: 0;
    }



    100% {

        opacity: 1;
    }
}

@keyframes flyInBottom {
    0% {
        transform: translateY(100vh);
        opacity: 0;
    }

    70% {
        transform: translateY(-5vh);
        opacity: 1;
    }

    90% {
        transform: translateY(5vh);
        opacity: 1;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

/***************  Brake Points     **********************/

@media (max-height: 56.274vw) {
    #body {
        background-size: cover;
    }
}

@media (max-width: 1000px) {
    .menu-list-title {
        font-size: 1em;
    }

    .inner-page-container {
        flex-direction: column;
    }

    .inner-page-left,
    .inner-page-right {
        width: 100%;
        margin-bottom: 50px;
    }

    .popUp {
        width: 100%;
        left: 0;
    }

}

@media (max-width: 800px) {


    body {
        background-size: 500%;

    }

    .container {
        padding-top: 10vh;
    }

    header {
        display: block;
        position: relative;
        height: auto;
    }

    header::before {
        width: 1px;
        height: 90%;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 1) 80%, rgba(0, 0, 0, 0.5) 100%);
        left: 49.75%;
        top: 50px;
    }

    .first-menu-wrap {
        width: 55%;
        display: block;
        padding-top: 80px;
    }

    .second-menu-wrap {
        padding: 2px;
        margin: auto;
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
        align-self: center;
        flex: 1;
    }

    .menu-list-title {
        display: block;
        padding: 9px;
        background-color: none;
        border-radius: 25px;
        font-size: 1em;
        margin: 2px;
        width: 80%;
        text-align: right;

    }


    .menu-list-subtitle {
        text-align: right;
        padding: 20px;
        height: 40px;
        left: 100%;
        top: -120%;
        font-size: 0.8em;
        width: 80%;
    }

    .menu-list-logo {
        display: block;
        position: absolute;
        background-size: contain;
        width: 100%;
        height: 50px;
        top: 10px;
    }

    .menu-list-arrows {
        height: 100%;
    }

    .menu-list-arrows::after {
        display: none;
    }

    .second-menu-wrap:hover .menu-list-title {
        background: rgba(250, 250, 250, 0.3);
    }

    .chupchik {
        display: block;
        margin: 0;
        margin-top: 15px;
        margin-left: -8px;

    }

    .menu-list-circle {
        display: block;
        margin-bottom: 14px;
    }

    .menu-list-circle:nth-child(1) {
        margin-bottom: ;
    }

    #page0 .menu-list-circle {
        margin-bottom: 4px;

    }

    #inner-content {
        display: flex;
        flex-direction: column;
        padding: 20px;
    }

    .inrTitle {
        line-height: 60px;
        color: #fff;
    }


    .Points li {
        display: flex;
        flex-direction: column;
        padding: 10px;
    }

    .Points-icon {
        height: 50px;
        width: 50px;
        margin: 10px;
        background-size: 70%;
    }

    .Points-text {
        padding: 5px;
    }

    .inner-left-img {
        width: 100%;
        height: 80px;
        min-height: 50px;
        background-size: contain;
    }





}








/*/////*/
