@import url(./animate.css);
@import url(./menu_footer.css);
@font-face { font-family: 'Gills Sans MT Condensed'; src: url(../fonts/GILC____.TTF); }
@font-face { font-family: 'Geometr231B'; src: url(../fonts/GEO231B.TTF); }
body { background: #fff; }
header nav,footer .body { background: #f5f5f5; }
.site.side-open { height: 100vh; }
.P_header .page_heading {
    padding: 10px 0 5px 0;
    margin: 6vh auto 12vh auto;
    font-size: 40px;
    max-width: 550px;
    border-bottom: 1px solid #e8e8e9;
    color: #4c4840;
    font-family: 'Gills Sans MT Condensed';
}
.box {
    width: 95%;
    margin: 5vh 0;
    min-height: 60vh;
    display: grid;
    grid-template-columns: 22% 1fr;
    grid-gap: 40px;
}
.box .left {
    position: relative;
    background: #f5f5f5;
    box-shadow: 10px 0 5px -2px #b9b9b9;
}
.box .left .stick {
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translate(-50%,0);
    height: 80%;
}
.box .left .stick ul {
    position: sticky;
    top: 90px;
}
.box .left .stick li {
    height: 35px;
    line-height: 35px;
    cursor: pointer;
    font-family: 'Gills Sans MT Condensed';
    font-size: 22px;
}
.box .right .title {
    position: relative;
    font-family: 'Gills Sans MT Condensed';
    font-size: 2.2em;
}
.box .right .title::before {
    content: '';
    position: absolute;
    bottom: 12px;
    right: 0;
    height: 1px;
    background: #000;
    width: 95%;
}
.box .right .content {
    padding: 20px 5px 20px 10px;   
}