.language {
    margin-left: 100px;
}

.language li {
    margin-right: -15px;
}

#menu {
    text-transform: uppercase;
}

.order-container {
    width: 70%;
    margin: auto;
}

button.det {
    background: rgba(0,0,0,.8);
    padding: 10px 30px;
    color: orange;
    display: inline-block;
    text-decoration: none;
    float: left;
    /*margin-left: 20%;*/
//margin-top: 30px;
    transition-duration: .5s;
    border: none;
}

@media screen and (max-width: 1200px) {
    a.logo {
        display: none;
    }
}

@media screen and (max-width: 1500px) {
    li.language {
        margin-left: 0;
    }
}

/*pagination start*/
li.page-item span.page-link.pagination-custom, li.page-item a.page-link.pagination-custom {
    color:orange;
    background-color:rgba(0,0,0,.8);
}

li.page-item.active span.page-link {
    border-color: orange;
}

.pagination {
    justify-content: center;
}
/*pagination end*/

/*bootstrap*/
div.conteiner h3 {
    margin-top: 30px;
    line-height: inherit;
    font-weight: bold;
    margin-bottom: 20px;
}
/*bootstrap*/