:root{
    --headLineButton: #63a844;
    --headerBandFooter:  #2e2e2e;
    --navigationButtonLightGrey:  #f0f0f0;
    --navigationButtonOutLineGrey:  #dddede;
    --adminIntarfaceSelButGreen:  #568e40;
    --adminIntarfaceSelButGrey:  #dddede;
    --whiteColorForFooter: #ffffff;
    --fontSize: 12px;
}

*{
    padding: 0;
    margin: 0;
    line-height: 1.7;
    box-sizing: border-box;
}
body{
    color: #333;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: var(--fontSize);
}
h1, h2{
    color: var(--headLineButton);
}
h1{
    font-weight:700;
    font-size:36px;
}
h2{
    font-size:36px;
}
a{
    font-weight: 500;
    /*color: var(--adminIntarfaceSelButGrey);*/
}
a{
    color: var(--headLineButton);
}
a:active{
    color: var(--adminIntarfaceSelButGrey);
}
a:hover{
    color: var(--adminIntarfaceSelButGreen);
    text-decoration: none;
}

.wrapper{
    position: relative;
    width: 100%;
    overflow: hidden;
}
header{
    position: relative;
    width: 100%;
    background: var(--headerBandFooter);
}
nav{
    position: relative;
    width: 100%;
    height: 101px;
    padding: 15px 0;
}
nav object{
    position: relative;
    height: 70px;
}
@media (max-width: 765px){
    nav{
        height: auto;
    }
    nav object{
        height: 55px;
    }
}
@media (max-width: 567px){
    .forMargTop{
        margin-top: 10px;
    }
    nav object{
        height: 50px;
    }
}
.forImg{
    position: relative;
    width: 100%;
    background-image: url("../img/header.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 460px;
}

.main{
    position: relative;
    width: 100%;
    padding: 5vh 0;
    margin-bottom: 150px;
}

footer{
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
}
.footer-emailBlock{
    height: 50px;
    position: relative;
    width: 100%;
    background-color: var(--adminIntarfaceSelButGrey);
    padding: 15px 0;
}
.footer-links{
    height: 50px;
    background-color: var(--headerBandFooter);
    padding: 15px 0;
    color: var(--whiteColorForFooter);
}
footer object{
    position: relative;
    width: 25px;
}

footer a{
    margin: 0 7px;
}

@media (min-height: 1200px) {
    footer{
        position: fixed;
    }
}
form{
    position: relative;
    width: 100%;
    background-color: var(--headerBandFooter);
    padding: 25px;
    border-radius: 15px;
}
input{
    background-color: var(--whiteColorForFooter);
    border: 0;
}
form *{
    font-weight: 600;
    font-size: 1em;
    outline: none;
}
form legend{
    margin-bottom: 2em;
}
form button{
    color: var(--whiteColorForFooter);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.5em;
    letter-spacing: 2px;
    padding: 5px 15px;
    background-color: var(--adminIntarfaceSelButGreen);
    border: 0;
    margin-right: -15px;

}
label{
    color: var(--whiteColorForFooter);
}

.forFlex{
    margin-top: 10vh;
}
.forLink_a{
    width: 150px;
    display: inline-block;
}
.forFlex .forLink_a:nth-child(1){
    margin-right: 10%;
}
.forFlex .forLink_a:nth-child(2){
    padding-top: 30px;
}
@media (max-width: 576px) {
    /*.footer-links{*/
        /*height: auto;*/
    /*}*/
    footer object{
        width: 22px;
    }
    form{
        margin-top: 5vh;
    }
}
@media (max-width: 1200px) {
    .forFlex .forLink_a:nth-child(1){
        margin-right: auto;
    }
    .forFlex{
        margin-top: 5vh;
    }

    footer a{
        margin: 0 2px;
    }
    footer a:last-child{
        margin-right: 10px;    }
}

.header-lng-separator {
    color: var(--headLineButton);
}