html{margin:0;padding:0}
body{
    margin:0;padding:0
}
.site{
    display: flex;
    flex-direction: row;
}
.page-top{
    display: flex;
    border-bottom: 1px solid #033f74;
}
.page-center{
    position: relative;
}

.page-big-img {
    /* z-index: 0; */
}

.page-content {
    width: 100%;
    margin: -170px auto 0 auto;
    position: relative;
}

.page-content .content {
    background: #ffffff;
    width: 80%;
    margin: 0 auto;
    padding: 50px;
    /* position: absolute; */
    border: 1px solid #f5f5f5;
    border-radius: 5px;
    font-size: 18px;
    line-height: 38px;
    /* text-indent: 2em; */
    min-height: 344px;
    box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19) !important;
}

.page-content .content.text {
    text-indent: 2em;
}

.page-big-img img {
    width: 100%;
}
.page-bot{
    text-align: center;
    padding: 20px 0;
    color: #4e4e4e;
}

.page-bot a {
    text-decoration: none;
    color: #4e4e4e;
    vertical-align: baseline;
}

.site-logo{
    min-width: 460px;
    height: 30px;
    padding: 5px 5px 5px 50px;
}

.site-logo img {
    /* width: 380px; */
    height: 50px;
}
.site-name{}
.site-nav{
    /* display: flex; */
    /* justify-content: center; */
    flex: 1;
    /* float: right; */
    text-align: right;
    background: #ffffff;
}

.site-nav .box {
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: relative;
}

.site-nav .box:before {content:"";width: 0;height: 0;border-top: 57px solid #fdfdfd;border-right: 54px solid transparent;left: 0px;position: absolute;}

.site-nav a {
}

.site-nav a h2 {
    font-size: 15px;
    margin: 0;
    padding: 0;
}
.site-nav a h3 {
    font-size: 12px;
    margin: 0;
    padding: 0;
    font-weight: normal;
}

.site-nav a {
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    color: #202020;
}
.links img {
    vertical-align:middle;
}