@import url(./animate.css);
@import url(./menu_footer.css);
@font-face { font-family: 'JasmineUPC'; src: url(../fonts/upcjl.ttf); }
@font-face { font-family: 'Gills Sans MT Condensed'; src: url(../fonts/GILC____.TTF); }
@font-face { font-family: 'Geometr231B'; src: url(../fonts/GEO231B.TTF); }
@font-face { font-family: 'bank_gothic_medium_bt'; src: url(../fonts/bank_gothic_medium_bt.ttf); }
@font-face { font-family: 'bank_gothic_light_bt'; src: url(../fonts/bank_gothic_light_bt.ttf); }
body { background: #fff; }
header nav,footer .body { background: #d9d2c5; }
.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 {
    position: relative;
    width: 100%;
    min-height: 60vh;
}
.box .Toggler {
    display: grid;
    grid-template-columns: 60% 1fr;
    height: 50vh;
    box-shadow: 0 0 3px #888888;
}
.box .Toggler .left {
    position: relative;
    background: #d9d2c5;
    display: grid;
    place-items: center;
}
.box .Toggler .left::before {
    content: '';
    position: absolute;
    top: 50%;
    right: -35px;
    transform: translate(-50%,0) rotate(45deg);
    width: 35px;
    height: 35px;
    background: inherit;
}
.box .Toggler .left li {
    position: relative;
    list-style: none;
    font-size: 1.8em;
    margin: 10px 0;
    cursor: pointer;
}
.box .Toggler .left li::before {
    content: '';
    position: absolute;
    top: 60%;
    left: -30px;
    transform: translate(0,-50%);
    width: 7px;
    height: 7px;
    background: #000;
    border-radius: 50%;
}
.box .Toggler .right li {
    list-style: none;
    font-size: 1.5em;
    margin: 10px 0;
    cursor: pointer;
}
.box .Toggler li { font-family: 'bank_gothic_medium_bt'; }
.box .Toggler .right {
    background: #fff;
    display: grid;
    place-items: center;
}
.box .content {
    position: relative;
    width: 90%;
    margin: -40px auto 20vh auto;
    min-height: 80vh;
    height: auto;
    padding: 8vh 0 0 60px;
    box-shadow: 0 0 4px rgba(0,0,0,.6);
    background: #fff;
    z-index: 2;
    transition: all 0.1s;
}
.box .content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    height: 100%;
    background: #d9d2c5;
    transition: all 0.2s;
}
.box .content.change::before {
    width: 100%;
    transition: all 0.2s;
}
.box .content .title {
    position: relative;
    width: 96.5%;
    font-size: 20px;
    font-weight: 600;
    font-family: 'bank_gothic_light_bt';
    text-transform: uppercase;
}
.box .content .title::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    height: 1px;
    width: calc(100% - 70px);
    background: #000;
}
.box .content .matter {
    padding: 7vh 25px 2vh 90px;
    font-family: 'JasmineUPC';
    font-size: 26px;
}