@media (min-width: 1200px) {
    .container {
        max-width: 1032px;
    }
}


body{
    padding-top: 5px;
}


/* Newsletter abonare CUSTOM CSS START*/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

.subscribe-now .footer{
    font: 15px/1.8em;
    margin:20px auto;
}

.subscribe-now .header{
    font: 15px/1.8em;
}

.subscribe-now .form-horizontal{
    padding-bottom: 0;
    margin-bottom: 0px;
}

.subscribe-now  .footer{
    text-align: center;
    background: #fff;
    padding-bottom: 0px;
}
.subscribe-now h2 {
    margin: 10px 0;
}
.subscribe-now form {
    margin-bottom: 20px;
}
.subscribe-now form.form-newsletter {
    max-width: 300px;
}
.subscribe-now p {
    margin-bottom: 20px;
}

.btn-custom{
    color:white;
    background-color: rgb(187, 210, 68);
}

.btn-custom hover{
    color: rgb(78, 95, 105);
}
/* Newsletter abonare CUSTOM CSS END*/



.navbar { font-family:  Tahoma, Verdana, Segoe, sans-serif !important; font-size:15px;}

.titlu-modul-rs {
    font-size: 18px;
    color: #337ab7;
    font-weight: bold;
}
.modul-produse-rs{
    border: 1px solid #e3e3e3;
    padding: 10px;
    border-radius: 5px;
}
.modul-produse-rs a{
    color: #337ab7;
} 

@media screen and (max-width: 580px) {
    .l1, .l2, .l3, .l4, .l5 {
        /*margin-left: -45px !important;*/
        font-size: 12px !important;
    }

    .articol {
        margin-left: -45px !important;
    }
}


@media only screen and (max-width: 768px){
    .noMobile{
        display: none !important;
    }

    .box {
        width: auto;
    }

    .onlyMobile {
        display: block !important;
    }

}
@media only screen 
and (min-width : 768px) 
{
    .noMobile{
        display: block !important;
    }
    .onlyMobile {
        display: none !important;
    }  
}
.box {
    width: 1000px;
    position: relative;
    margin: 0px auto;
    display: block;
    clear: both;
}
.rightBox {
    margin-bottom: 20px;
}
@media only screen and (max-width: 792px) {
    table {
        width: 100% !important;
    }
}
@media only screen and (max-width: 792px) {
    .subscribe-now{
        padding: 20px;
    }
    .page-header{
        font-size: 25px !important;
    }
    .container img {
        width: 100% !important;
    }
    
}

.onlyDesktopApi{
    display: block;
}
.onlyMobileApi{
    display: none;
}
@media only screen and (max-width: 792px) {
    .onlyDesktopApi{
        display: none;
    }
    .onlyMobileApi{
        display: block;
    }
    body{
        word-wrap: break-word !important;
    }
    .container img{
        width: 100% !important;
    }
  }

  .listItem {
    padding: 5px 0px!important;
}
.iconList {
    margin-right: 5px !important;
}
math {
    width: 100%;
    box-sizing: border-box;
    overflow: auto;
}
table {
    width: 100% !important;
    display: block !important;
    overflow: auto !important;
    border: unset !important;
}

.flex-c {
    display: flex;
}
.gap-50{
    gap:50px;
}
.align-items-center{
    align-items: center;
}
.box_news_top{
    padding: 15px 10px;
    box-shadow: 0px 0px 10px 4px rgb(45 54 181 / 16%);
    border-top-right-radius: 70px;
    margin-bottom: 30px;
}
.justify-content-center {
    justify-content: center;
    display: flex;
    align-items: center;
}