* {
    box-sizing: border-box;
    margin: 0;
    font-family: Roboto, sans-serif;
}
body, html {
    max-width: 3840px;
    margin: auto;
}
img, picture {
    display: table;
    max-width: 100%;
    height: auto
}
a {
    text-decoration: none;
}
footer, header, main, nav {
    width: 100%;
}
header::after, main::after, footer::after {
    content: "";
    clear: both;
    display: block;
}
nav, main, footer {
    position: relative;
}
.container {
    margin: auto;
    max-width: 1200px;
    padding: 0px 5px;
}
.row::after {
    content: "";
    clear: both;
    display: table
}
[class*=col-] {
    float: left;
}
.col-m-1 {
    width: 8.33%
}
.col-m-2 {
    width: 16.66%
}
.col-m-3 {
    width: 25%
}
.col-m-4 {
    width: 33.33%
}
.col-m-5 {
    width: 41.66%
}
.col-m-6 {
    width: 50%
}
.col-m-7 {
    width: 58.33%
}
.col-m-8 {
    width: 66.66%
}
.col-m-9 {
    width: 75%
}
.col-m-10 {
    width: 83.33%
}
.col-m-11 {
    width: 91.66%
}
.col-m-12 {
    width: 100%
}
nav {
    width: 100%;
    background-color: rgb(240,240,240);
}
nav ol {
    list-style-type: none;
    max-width: 1200px;
    margin: auto;
    padding: 20px 5px;
}
nav ol li {
    display: inline-block;
}
nav ol li a {
    text-decoration: none;
    color: rgb(0,0,0);
}
nav ol li a span {
    font-size: 14px;
}
nav ol>li:not(:last-child):after {
    content: "/";
    margin: 0 6px;
    color: rgb(0,0,0);
}
header {
    padding-bottom: 10px;
}
#header-top {
    font-size: 14px;
    background-color: rgb(240,240,240);
    padding: 12px 0px;
}
#header-top-left, #header-top-right {
    display: none;
}
#header-top-middle {
    text-align: center;
}
#header-top-middle picture {
    display: inline-block;
    vertical-align: middle;
}
#header-top-middle a {
    padding-left: 5px;
    display: inline-block;
    color: rgb(0,0,0);
}
#header-top-right {
    text-align: right;
}
#header-socials {
    display: inline-block;
    padding: 0px 8px;
    border-right: 1px solid rgb(190,190,190);
    vertical-align: middle;
}
.header-social {
    display: inline-block;
    padding: 0px 6px;
    border-radius: 50%;
}
#header-top-right span {
    padding-left: 8px;
}
#logo picture img {
    height: 55px;
}
#logo picture {
    display: inline-block;
}
#header-bottom {
    padding: 5px 0px;
}
#menu {
    display: none;
    width: 0%;
    background-color: #202020;
    list-style-type: none;
    transition: .3s ease;
    z-index: 1;
}
#menu ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    padding-top: 50px;
}
#menu ul li {
    padding: 20px 0px;
    text-align: center;
}
#menu ul li a {
    color: rgb(255,255,255);
}
#menu-icon {
    float: right;
    display: inline-block;
    width: 45px;
    height: 45px;
    margin: 5px;
    transform: rotate(0);
    cursor: pointer;
    z-index: 2;
}
#menu-icon span {
    position: absolute;
    display: block;
    height: 5px;
    width: 50%;
    background: rgb(240,174,22);
    opacity: 1;
    transform: rotate(0);
    transition: 0.25s ease-in-out;
}
#menu-icon span:nth-child(even) {
    left: 50%;
    border-radius: 0 5px 5px 0;
}
#menu-icon span:nth-child(odd) {
    left: 0;
    border-radius: 5px 0 0 5px;
}
#menu-icon span:nth-child(1),
#menu-icon span:nth-child(2) {
    top: 3px;
}
#menu-icon span:nth-child(3),
#menu-icon span:nth-child(4) {
    top: 19px;
}
#menu-icon span:nth-child(5),
#menu-icon span:nth-child(6) {
    top: 35px;
}
#menu-icon.open span:nth-child(1),
#menu-icon.open span:nth-child(6) {
    transform: rotate(45deg);
}
#menu-icon.open span:nth-child(2),
#menu-icon.open span:nth-child(5) {
    transform: rotate(-45deg);
}
#menu-icon.open span:nth-child(1) {
    left: 5px;
    top: 12px;
}
#menu-icon.open span:nth-child(2) {
    left: calc(50% - 5px);
    top: 12px;
}
#menu-icon.open span:nth-child(3) {
    left: -50%;
    opacity: 0;
}
#menu-icon.open span:nth-child(4) {
    display: none;
    left: 100%;
    opacity: 0;
}
#menu-icon.open span:nth-child(5) {
    left: 5px;
    top: 25px;
}
#menu-icon.open span:nth-child(6) {
    left: calc(50% - 5px);
    top: 25px;
}
.list-title {
    position: relative;
}
.back-title:before {
    content: "";
    display: inline-block;
    border: 2px solid rgb(240,174,22);
    width: 100px;
    margin-right: 15px;
}
.back-title {
    position: absolute;
    top: 0px;
    left: 0px;
    color: rgb(240,174,22);
    opacity: .4;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: bold;
}
.front-titles {
    padding-top: 30px;
    padding-left: 125px;
}
.front-title {
    font-size: 26px;
    display: inline-block;
}
.front-title:last-of-type {
    padding-left: 7px;
    color: rgb(240,174,22);
}
.list-info {
    padding: 15px 5px;
    font-size: 14px;
    line-height: 22px;
    color: rgb(125,125,125);
}
footer {
    text-align: center;
}
footer a {
    color: rgb(0,0,0);
}
#footer-top {
    font-size: 15px;
    padding: 40px 0px 30px;
    background-color: rgb(50,50,50);
}
.footer-box {
    margin-top: 20px;
}
.footer-box-title {
    padding-bottom: 20px;
    border-bottom: 1px solid rgb(80,80,80);
    color: rgb(240,174,22);
    font-size: 19px;
    font-weight: bold;
}
.footer-box-content {
    padding: 20px 0px;
    color: rgb(220,220,220);
    font-size: 16px;
    line-height: 28px;
}
.footer-box-content ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
.footer-box-content ul li a {
    color: rgb(220,220,220);
    font-size: 16px;
    transition: color .3s;
}
.footer-box-content ul li a:hover {
    color: rgb(255,255,255);
}
#footer-bottom {
    color: rgb(50,50,50);
    background-color: rgb(240,240,240);
    padding: 8px 0px;
}
.footer-box-content a {
    display: block;
    color: rgb(220,220,220);
}
address {
    font-style: normal;
}
.footer-box-content span {
    float: left;
    display: inline-block;
    width: 50%;
}
#copyright {
    text-align: center;
    font-size: 14px;
    padding: 5px 0px;
}
.policy {
    padding: 4px 0px;
}
.policy a {
    font-size: 12px;
    color: rgb(90,90,90);
}
@media only screen and (min-width:768px) {
    .col-l-1 {
        width: 8.33%
    }
    .col-l-2 {
        width: 16.66%
    }
    .col-l-3 {
        width: 25%
    }
    .col-l-4 {
        width: 33.33%
    }
    .col-l-5 {
        width: 41.66%
    }
    .col-l-6 {
        width: 50%
    }
    .col-l-7 {
        width: 58.33%
    }
    .col-l-8 {
        width: 66.66%
    }
    .col-l-9 {
        width: 75%
    }
    .col-l-10 {
        width: 83.33%
    }
    .col-l-11 {
        width: 91.66%
    }
    .col-l-12 {
        width: 100%
    }
    #header-top-left, #header-top-right {
        display: block;
    }
    header {
        padding: 0px;
    }
    #logo picture img {
        height: initial;
    }
    #header-bottom {
        padding: 10px 0px;
    }
    #menu {
        padding: 40px 0px;
        float: right;
        width: initial;
        display: inline-block;
        background-color: rgba(255,255,255,0);
        transition: 0s;
    }
    #menu ul {
        padding-top: 0px;
    }
    #menu ul li {
        padding: 0px 6px;
        display: inline-block;
    }
    #menu ul li a {
        color: rgb(0,0,0);
    }
    #menu-icon {
        display: none;
    }
    .back-title {
        font-size: 35px;
    }
    .front-titles {
        font-weight: bold;
        padding-top: 32px;
    }
    .front-title {
        font-size: 32px;
    }
    .list-info {
        padding-left: 95px;
        font-size: 17px;
    }
    .footer-box {
        margin-top: 0px;
        padding: 5px 20px;
    }
    .footer-box-title, .footer-box-content {
        padding-left: 15px;
    }
    .policy:first-of-type {
        text-align: right;
    }
    .policy:first-of-type:after {
        content: "|";
        margin: 0px 5px;
        color: rgb(150,150,150);
    }
    .policy:last-of-type {
        padding-left: 5px;
        text-align: left;
    }
}
@media only screen and (min-width:1280px) {
    .col-1 {
        width: 8.33%
    }
    .col-2 {
        width: 16.66%
    }
    .col-3 {
        width: 25%
    }
    .col-4 {
        width: 33.33%
    }
    .col-5 {
        width: 41.66%
    }
    .col-6 {
        width: 50%
    }
    .col-7 {
        width: 58.33%
    }
    .col-8 {
        width: 66.66%
    }
    .col-9 {
        width: 75%
    }
    .col-10 {
        width: 83.33%
    }
    .col-11 {
        width: 91.66%
    }
    .col-12 {
        width: 100%
    }
    #menu ul li {
        padding: 0px 30px;
    }
    .back-title {
        font-size: 40px;
    }
    .front-titles {
        font-weight: bold;
        padding-top: 40px;
    }
    .front-title {
        font-size: 38px;
    }
    .list-info {
        padding-left: 100px;
        font-size: 19px;
    }
    footer {
        text-align: left;
    }
}