.namebanner{
    font-size: 18px;
    font-weight: 900;
    color: #111826;
    background: #f6b600;
    border-radius: 100px;
    line-heighT: 40px;
    heighT: 40px;
    padding: 0 50px;
    display: inline-block;
}
.textnamebanner{
    font-size: 42px;
    font-weight: 900;
    color: #111826;
    width: 66%;
    margin: 0 auto;
}
.subtextnamebanner{
    font-size: 18px;
    font-weight: 400;
    color: #111826;
    width: 55%;
    margin: 0 auto;
}
.bgparteneri{
    background: url(../image/bgparteneri.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 60px;
    border-radius: 30px 30px 0 0;
}
.borbgparteneri{
    border: solid 10px rgba(255, 255, 255, 0.6);
    border-radius: 40px;
}
.bgorangebanner{
    background: #e7622a;
    width: 90%;
    margin: -20px auto 0;
    padding: 30px;
    border-radius: 0 0 30px 30px;
}
.bannerprodtitle{
    font-size: 30px;
    font-weight: 900;
    color: #fff;
    display: inline-block
}
.bannerprodrating{
    display: inline-block;
    margin: 0 10px;
}
.bannerprodreviews{
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}
.bannerproddescr{
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    width: 80%;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    margin: 0 auto;
}
.bannerprodrating .fa.fa-star{
    color: #fff;
}
.bannerprodrating .fa.fa-star-o{
    color: #ddd;
}
.aflamaimultebannerprod{
    background: #111826;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    display: inline-flex;
    gap: 10px;
    align-items: center;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    border: solid 5px #fff;
    border-radius: 100px;
}
.aflamaimultebannerprod:hover{
    color: #fff;
}
.mapsprod{
    border-top: solid 10px #fff;
    border-radius: 0 0 30px 30px
}