body {
    background-color: #f4f5f5;
    margin: 0 0;
    padding: 0;
}

.preload_icon {
    opacity: 1;
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: white;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

.preload_icon.active {
    opacity: 0;
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: white;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    transition: all 1s;
}

.mainContent {
    overflow-x: hidden !important;
}

.header {
    position: fixed;
    margin-left: 0;
    margin-top: 0;
    width: 100%;
    background: url(../img/header.png) repeat-x top center;
    z-index: 100;
}

.nav {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
}

.menu {
    width: 80%;
    margin-top: 13px;
    display: flex;
    justify-content: space-between;
}

.menu li {
    display: inline;
}

.mainLink {
    display: inline-block;

    font-family: Century Gothic;
    font-size: 120%;
    font-weight: normal;
    text-decoration: none;

    color: #efefee;
}

.language {
    position: fixed;
    display: block;
    right: 0px;
    top: 0px;
    z-index: 150;
    opacity: 0.8;
}

.mainLink:hover {
    display: inline-block;

    font-family: Century Gothic;
    font-size: 120%;
    font-weight: normal;
    text-decoration: none;

    color: #bad6db;
}


.menu > li {
    list-style: none;
}

.menu li ul {
    position: absolute;
    width: 275px;
    list-style: none;
    margin-top: 16px;
    background-color: #072e42;
}

.menu li ul li{
    display: flex;
    align-items: center;
    margin: 0px;
    padding: 0px;
    text-align: left;
    height: 60px;

    font-family: Century Gothic;
    font-size: 150%;
    font-weight: normal;
    text-decoration: none;

}

.varLink {
    border-top: 1px solid #c7c8ca;
}

.evaLink {
    border-top: 1px solid #c7c8ca;
}

.agroLink {
    border-top: 1px solid #c7c8ca;
}

.distLink {
    border-top: 1px solid #c7c8ca;
}

.stockLink {
    border-top: 1px solid #c7c8ca;
}

.commerceLink {
    border-top: 1px solid #c7c8ca;
}

.buildLink {
    border-top: 1px solid #c7c8ca;
    border-bottom: 1px solid #c7c8ca;
}

.menu li ul li a {
    margin-left: 30px;
    text-align: left;
}

.subMenu {
    padding: 0px;
    opacity: 0;
    visibility: hidden;
    transition: 0.8s;
}

.subSubMenu {
    padding: 0px;
    opacity: 0;
    visibility: hidden;
    transition: 0.8s;
}

.menu > li:hover .subSubMenu {
    visibility: visible;
    opacity: 1;
    transition: 0.8s;
}

.menu > li:hover .subMenu {
    visibility: visible;
    opacity: 1;
    transition: 0.8s;
}

.subLink {
    font-family: Century Gothic;
    font-size: 70%;
    font-weight: normal;
    text-decoration: none;
    color: #efefee;
}

.subLink:hover {
    font-family: Century Gothic;
    font-size: 70%;
    font-weight: normal;
    text-decoration: none;

    color: #bad6db;
}

.mainImg {
    z-index: 0;
    display: block;
    padding-top: 60px;
    text-align: center;

    background-image: url(../img/most.jpg);
    background-size: cover;
    background-repeat: no-repeat;

    width: 100%;
    height: 800px;
}

.mainText {
    opacity: 0;
    margin-top: 150px;
    display: inline-block;
    font-family: Century Gothic;
    font-size: 80px;
    font-weight: normal;
    text-decoration: none;

    color: #efefee;

    width: 80%;
}

.content {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 20;
    display: block;

    //height: 800px;
    //width: 100%;
    margin-bottom: 15px;
    margin-top: 50px;
}

.textContent {
    position: relative;
    z-index: 20;
    display: flex;
    justify-content: space-around;
    align-items: center;

    margin-bottom: 20px;
    margin-top: 10px;

    height: 400px;
    width: 100%;
}


.olvia {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    height: 800px;
}


.show {
    z-index: 50;
    position: absolute;
    width: 100%;
    height: 800px;
}

.hidden {
    z-index: 0;
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 800px;
}

.txt {
    display: flex;
    align-items: center;
    justify-content: space-around;

    width: 100%;
    //height: 800px;
}

.contentImg {
    z-index: 60;
    display: inline-block;
    opacity: 1;

    //display: none;
    opacity: 0;

    width: 400px;
}

.contentImg2 {
    z-index: 60;
    display: inline-block;
    opacity: 1;

    //display: none;
    opacity: 0;

    height: 80%;
}

.contentImg3 {
    z-index: 60;
    display: inline-block;
    opacity: 1;

    //display: none;
    opacity: 0;

    height: 200px;
}

.textContentImg {
    z-index: 60;
    display: inline-block;
    opacity: 1;

    //display: none;
    opacity: 0;

    width: 400px;
}

.textContentImg2 {
    z-index: 60;
    display: inline-block;
    opacity: 1;


    //display: none;
    opacity: 0;

    width: 500px;
}

.textContentImg3 {
    z-index: 60;
    display: inline-block;
    opacity: 1;


    //display: none;
    opacity: 0;

    width: 300px;
}

.contentMiddleImg {
    z-index: 60;
    display: inline-block;
    opacity: 1;

    margin-left: 50px;
    margin-right: 50px;

    //display: none;
    opacity: 0;

    width: 300px;
}

.contentMoreMiddleImg {
    z-index: 60;
    display: inline-block;
    opacity: 1;

    margin-left: 0px;
    margin-right: 0px;

    //display: none;
    opacity: 0;

    width: 400px;
}



.contentText {
    display: flex;
    align-items: center;

    width: 500px;
    //height: 500px;

    margin-left: 50px;
    margin-right: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 50px;

    //background-color: black;
    vertical-align: middle;

    font-family: Century Gothic;
    font-size: 25px;
    font-weight: normal;
    text-decoration: none;
    text-align: left;

    //display: none;
    opacity: 0;

    z-index: 60;

    color: #004285;
}

.contentText2 {
    display: flex;
    align-items: center;

    width: 500px;

    margin-left: 50px;
    margin-right: 50px;
    padding-top: 150px;
    padding-bottom: 150px;
    vertical-align: middle;

    font-family: Century Gothic;
    font-size: 25px;
    font-weight: normal;
    text-decoration: none;
    text-align: left;

    //display: none;
    opacity: 0;
    z-index: 60;

    color: #f4f5f5;
}


.text {
    display: flex;
    align-items: center;

    width: 500px;
    height: 200px;

    margin-left: 50px;
    margin-right: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
    vertical-align: middle;

    font-family: Century Gothic;
    font-size: 23px;
    font-weight: normal;
    text-decoration: none;
    text-align: left;

    //display: none;

    color: #004285;
}

.contacts {
    z-index: 20;
    display: flex;
    justify-content:center;
    align-items:center;
    width: 100%;
}

.sometext {
    display: inline-block;
    opacity: 0;
}

.link {
    z-index: 50;
    width: 100%;
    //background-color: #0e4f70;



    display: flex;
    justify-content:space-around;

    height: 35px;
    margin-top: 10px;
    margin-bottom: 0px;
}

.linklink {
    display: inline-block;
    height: 35px;

    font-family: Century Gothic;
    color: #004285;
    font-size: 120%;
    font-weight: normal;
    text-decoration: none;
    text-align: center;
}

.map {
    border: 0;
    margin-top: 80px;
    height: 500px;
    width: 100%;
}

.news {
    z-index: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    padding-top: 80px;
    text-align: center;

    width: 100%;
}

.article {
    display: flex;
    align-items: center;

    width: 100%;
    height: 150px;
    //background-color: black;

    margin-top: 50px;
}

.jscroll-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.jscroll-added {
    display: inline-block;
    width: 80%;
}

.articleImg {
    display: block;
    height: 120px;
    opacity: 0;
}

.aImg {
    display: block;
    float: left;
    height: 120px;
    opacity: 1.0;
}

.aImg:hover {
    display: block;
    height: 120px;
    opacity: 0.8;
}


.articleName {
    display: block;

    font-family: Century Gothic;
    font-size: 180%;
    font-weight: normal;
    text-decoration: none;
    text-align: left;

    color: #004285;
}

.articleText {
    display: block;

    width: 80%;

    margin-left: 50px;

    font-family: Century Gothic;
    font-size: 100%;
    font-weight: normal;
    text-decoration: none;
    text-align: left;

    color: #004285;

    opacity: 0;
}

.articleLink {
    font-family: Century Gothic;
    font-weight: normal;
    text-decoration: none;
    text-align: left;

    color: #004285;
}

.articleLink:hover {
    font-family: Century Gothic;
    font-weight: normal;
    text-decoration: none;
    text-align: left;

    color: #132f49;
}

.imageLink {
    text-decoration: none;
    opacity: 1.0;
}

.imageLink:hover {
    text-decoration: none;
    opacity: 0.6;
}

.articleContent {
    display: block;
    padding-top: 80px;

    font-size: 100%;
    font-family: Century Gothic;
    font-weight: normal;
    text-decoration: none;
    text-align: left;

    width: 80%;
    margin-left: auto;
    margin-right: auto;

    text-align: center;
}

.articleHeader {
    display: block;

    font-family: Century Gothic;
    font-size: 200%;
    font-weight: normal;
    text-decoration: none;
    text-align: left;

    margin-bottom: 30px;

    color: #132f49;
}

.articleMain {
    display: block;

    font-family: Century Gothic;
    font-size: 110%;
    font-weight: normal;
    text-decoration: none;
    text-align: left;

    margin-bottom: 20px;

    color: #004285;
}

.articleHeaderImg {
    display: block;
    float: left;
    height: 150px;

    margin-right: 20px;
    margin-bottom: 5px;
}

.articleContantImg {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
}

.field {
    display: block;

    width: 200px;
    height: 50px;

    margin: 5px;   
    padding-left: 5px;

    border-style: solid;
    border-radius: 5px;
    border-width: 1px;
    border-color: #3a8799;

    background-color: #f9fbfd;


    font-family: Candara;
    font-style: normal;
    font-size: 20px;
    color: #14272d;
}

.btn {
    display: block;

    width: 70px;
    height: 30px;
    margin: 10px;

    border-style: solid;
    border-radius: 3px;
    border-width: 1px;
    border-color: #3a8799;
    background-color: #f9fbfd;

    font-family: Candara;
    font-style: normal;
    font-size: 15px;
    color: #14272d;
}

.btn:hover {
    display: block;

    width: 70px;
    height: 30px;
    margin: 10px;

    border-style: solid;
    border-radius: 3px;
    border-width: 1px;
    border-color: #3a8799;
    background-color: #f9fbfd;

    font-family: Candara;
    font-style: normal;
    font-size: 15px;    
    color: #14272d;
    opacity: 0.8;
}

.btn2 {
    display: block;

    width: 120px;
    height: 40px;
    margin: 10px;

    border-style: solid;
    border-radius: 3px;
    border-width: 1px;
    border-color: #3a8799;
    background-color: #f9fbfd;

    font-family: Candara;
    font-style: normal;
    font-size: 25px;
    color: #14272d;
}

.btn2:hover {
    display: block;

    width: 120px;
    height: 40px;
    margin: 10px;

    border-style: solid;
    border-radius: 3px;
    border-width: 1px;
    border-color: #3a8799;
    background-color: #f9fbfd;

    font-family: Candara;
    font-style: normal;
    font-size: 25px;    
    color: #14272d;
    opacity: 0.8;
}

.btn3 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;

    width: 300px;
    height: 50px;
    margin: 20px;

    border-style: solid;
    border-radius: 3px;
    border-width: 1px;
    border-color: #3a8799;
    background-color: #f9fbfd;

    font-family: Candara;
    font-style: normal;
    font-size: 20px;
    text-decoration: none;
    color: #14272d;
}

.btn3:hover {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;

    width: 300px;
    height: 50px;
    margin: 20px;

    border-style: solid;
    border-radius: 3px;
    border-width: 1px;
    border-color: #3a8799;
    background-color: #f9fbfd;

    font-family: Candara;
    font-style: normal;
    font-size: 20px;    
    color: #14272d;
    text-decoration: none;
    opacity: 0.8;
}

.form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.admin {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.adminText {
    font-family: Candara;
    font-style: normal;
    font-size: 20px;
    color: #14272d;
}

.adminText2 {
    font-family: Candara;
    font-style: normal;
    font-size: 15px;
    color: #14272d;
}


.field1 {
    display: block;

    width: 500px;
    height: 40px;

    margin: 5px;   
    padding-left: 5px;

    border-style: solid;
    border-radius: 5px;
    border-width: 1px;
    border-color: #3a8799;

    background-color: #f9fbfd;


    font-family: Candara;
    font-style: normal;
    font-size: 20px;
    color: #14272d;
}

.field2 {
    display: block;

    width: 500px;
    height: 100px;

    margin: 5px;   
    padding-left: 5px;

    border-style: solid;
    border-radius: 5px;
    border-width: 1px;
    border-color: #3a8799;

    background-color: #f9fbfd;


    font-family: Candara;
    font-style: normal;
    font-size: 20px;
    color: #14272d;
}