.go_back_button {
    cursor: pointer;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    justify-content: center;
    width: 150px !important;
    transition: .2s all;
    margin: 0 auto 100px;
}
.go_back_button:hover {
    background-color: #008fd2;
}
header a.headerlogo img{
    width: 130px;
    margin-left: 10px;
}
footer .footer-logo-wrap img {
    width: 200px;
    margin: 20px 0;
}
body.article main p a {
    color: #ff2929;
}
body.article main p a:hover {
    color: #008fd2;
}

ul.nav li > ul {
    z-index: 9;
    padding: 8px;
}
ul.nav li:hover > ul a {
    color: #333f4b !important;
}
ul.nav li:hover > ul {
    background-color: #fff;
}
ul.nav li > ul a:hover {
    color: #ff2929 !important;
}
.free_space_background .free_space_header.bottom {
    margin-bottom: 40px;
    margin-top: 0;
}
.free_space_background .free_space_header.bottom::before {
    bottom: 10px;
    top: auto;
}

.info {
    margin-top: 30px;
    margin-bottom: 30px;
}
.info .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #f6f6f6;
    border: 1px solid #d7d7d7;
    padding: 10px;
    height: 100%;
}
.info .item img {
    width: 25px;
    height: auto;
    text-align: center;
    margin-bottom: 15px;
}
.info .item .value {
    font-weight: bold;
    text-align: center;
    margin-top: auto;
}
@media (min-width: 768px) {
    .info .item {
        padding: 15px;
    }
    .info .item .value {
        font-size: 18px;
    }
}

.free_space_background .free_space_cells .background {
    display: flex;
    justify-content: center;
    align-items: end;
}
.free_space_background .free_space_cells .background .illustrative {
    padding: 5px;
    background-color: rgba(0, 0, 0, .3);
    color: #fff;
    margin-bottom: 15px;
}