
.box_nav {
    position: relative;
    justify-content: center;
}

.nav_pages {
    position: absolute;
    right: 0;
}

.nav_pages a, .nav_pages b {
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    -webkit-transition: all ease-out 200ms;
    -moz-transition: all ease-out 200ms;
    -o-transition: all ease-out 200ms;
    transition: all ease-out 200ms;
}

.nav_pages a {
    color: #d7d7d7;
}

.nav_pages b {
    color: #081629;
}

.nav_pages a:hover {
    color: #ff8c29;
}

.nav_pages a:last-child, .nav_pages b:last-child {
    margin-right: 0;
}

.box_element_add .element_add {
    display: inline-block;
    color: #1d2229;
    text-decoration: none;
    padding: 15px 25px;
    border: 3px solid #ff8c29;
    border-radius: 5px;
    font-weight: 800;
    -webkit-transition: all ease-out 200ms;
    -moz-transition: all ease-out 200ms;
    -o-transition: all ease-out 200ms;
    transition: all ease-out 200ms;
}

.box_element_add .element_add:hover {
    background-color: #ff8c29;
    color: white;
}