footer p {
    margin: 0;
}

footer .m-bottom {
    margin-bottom: 10px;
}

footer .bold {
    font-weight: 800;
}

footer a.yellow,
footer .yellow {
    color: #a2e2ff;
}

footer > .top {
    border-top: 1px solid #1d84c5;
    background-color: #073c5e;
    color: #fbfbfb;
    font-size: 16px;
    font-weight: 400;
    padding: 40px 80px;
    overflow: auto;
}

footer > .top > .top-wrap {
    display: table;
    margin: 0 auto;
}

footer > .top .category:not(:last-child) {
    padding-right: 60px;
}

footer > .top .category {
    float: left;
    text-align: left;
}

footer > .top .category > div.group {min-height: 110px;}
footer > .top .category.column-1 {width: 190px;}
footer > .top .category.column-2 {width: 216px;}
footer > .top .category.column-3 {width: 246px;}
footer > .top .category.column-4 {width: 380px;}

footer > .top .category .title.m-top {
    margin-top: 20px;
}

footer > .top .category .title {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    color: #1c9ff3;
    margin-bottom: 10px;
}

footer > .top .category .body a:not(.yellow) {
    color: #fbfbfb;
    letter-spacing: 0.02rem;
    font-size: 16px;
}

footer > .top .category .road-name > a {
    font-size: 16px;
}

footer > .top .category .road-name > a > i {
    font-size: 12px;
}

footer > .top .category ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

footer > .top .category ul li {
    padding: 2px 0;
}

footer > .top .category ul li.p-top {
    padding-top: 40px;
}

footer > .top .category ul li.p-top-sm {
    padding-top: 20px;
}

footer > .bottom {
    padding: 20px 80px;
    overflow: auto;
    color: #424242;
}

footer > .bottom > .bottom-wrap {
    overflow: auto;
}

footer > .bottom .left {
    float: left;
}

footer > .bottom .right {
    float: right;
}
