#navbar-desktop > li > span {
    font-weight: 700;
    outline: none !important;
}
nav ul span {
    transition: background-color .3s;
    font-size: 1rem;
    color: #fff;
    display: block;
    padding: 0 15px;
}

#navbar-desktop > li.active > span, #navbar-desktop > li > span:hover {
    background: hsla(0,0%,100%,.2);
}

.header-topbar__buttons {
    margin-left: 10px;
     margin-right: 10px;
}

.openBtn {
    border: none;
    cursor: pointer;
    background-color: #01579b;
    color: #fff;
    padding: 9px;
    height: 36px;
    font-weight: bold;
    width: 80px;
    vertical-align: bottom;
}

.openBtn:hover {
    background: #ef0000;
}

.overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
}

.overlay-content {
    position: relative;
    top: 30%;
    width: 75%;
    text-align: center;
    margin-top: 30px;
    margin: auto;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    cursor: pointer;
    color: white;
}

.overlay .closebtn:hover {
    color: #ccc;
}

.overlay input[type=text] {
    padding: 15px;
    font-size: 17px;
    border: none;
    float: left;
    width: 80%;
    background: white;
}

.overlay input[type=text]:hover {
    background: #f1f1f1;
}

.overlay button {
    float: left;
    width: 20%;
    padding: 15px;
    background: #ddd;
    font-size: 17px;
    border: none;
    cursor: pointer;
}

.overlay button:hover {
    background: #bbb;
}

.btn, .btn-large, .btn-small, .form .btn-checkbox input + span {

    letter-spacing: -1px;
 
}

.article-list-left{
    
    display:table-cell;
}

.article-list-right {
   display: table-cell;
vertical-align: middle;
padding: 15px;
}


.modal-order {
   
    max-height: 90%;
    width: 70%;
  
}



.modal-order  .container {
  width:100%;
 }

.footer_main {
    text-align: center;
}

.footer_main li{
  display: inline;  
  margin-right: 6%;
}

.footer_main li a {
    font-size: 18px;
    color: #f5f5f5;
}

.footer_main li span {
    font-size: 18px;
    color: #f5f5f5;
    font-weight: 600;
}

.price_block_main a{
   text-decoration: none;
   border-bottom: 1px #000000 solid;
}

.card--featured-wrap {
    display: flex;
}

.card--featured {
    border: 1px #01579b solid;
    display: flex;
}

.card--featured .card-image {
    position: relative;
    width: 24%;
    display: inline-block;
    vertical-align: top;
}

.card--featured .card-image img {
    padding: 15px;
}

.card--featured .card-content{
    width: 70%;
display: inline-block;
text-align: left;
font-size: 14px;
}

.collection .collection-item.avatar {
    
    width: 48%;
    display: inline-table;
}

.collection .collection-item {
  
    border-bottom: none;
}

.list-steps.style--inverse.collection > .collection-item + .collection-item {
    border-top: none;
}

.collection .collection-item:last-child {
    border-bottom: none;
}

.order-button-howto{
    text-align: center;
}


@media (max-width: 800px) {
.collection .collection-item.avatar {
    
    width: 100%;
    display: inline-table;
}


}

.price_block_main a.modal-trigger {
    text-decoration: none;
    border-bottom: none;
    color:#ffffff;
}

.map-container {
    margin-left:1%;
    margin-right:1%;
}