@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300&display=swap');
.rating-webnavoz-single {
    font-family: 'IBM Plex Sans', sans-serif;
    margin-bottom: 25px !important;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    box-sizing: border-box;
}
.rating-webnavoz-single * {
    box-sizing: border-box;
}
.rating-webnavoz-single__result {
    width: 23%;
    float: left;
    position: relative;
}
.rating-webnavoz-single__list {
    width: 77%;
    float: left;
}
.rating-webnavoz-single:after {content: "";display: block;clear: both;}
.rating-webnavoz-count {
width: 100px;
    height: 100px;
    text-align: center;
    font-size: 42px;
    margin: auto !important;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 5px solid #ffe53a;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    font-weight: 300;
    line-height: 86px;
    color: #324b67;
    font-family: 'Oswald', sans-serif;
}
.rating-webnavoz-items__col {
    float: left;
}
.rating-webnavoz-item:after {content: "";display: block;clear: both;}
.rating-webnavoz-items__col:nth-child(2) {
    width: 60%;
}
.rating-webnavoz-items__col:nth-child(3) {
    width: 10%;
}
.rating-webnavoz-items__line {
display: block;
    width: 100%;
    height: 10px;
    background: #e7ecef;
    position: relative;
    margin-top: 6px;
}
.rating-webnavoz-items__line span {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #ffe53a;
}
.rating-webnavoz-items__name {
    font-weight: 300;
    font-size: 17px;
    line-height: 19px;
    color: #324b67;
    padding-right: 20px;
}
.rating-webnavoz-value {
    font-weight: 300;
	font-family: 'Oswald', sans-serif;
    font-size: 17px;
    line-height: 21px;
    color: #acb3bc;
    padding-left: 20px;
}
.rating-webnavoz-item {
    padding: 4px 0;
}
.rating-webnavoz-items__col:nth-child(1) {
width: 30%;
}
@media screen and (max-width:750px){
.rating-webnavoz-single__result {
    float: none;
    width: auto;
    height: 125px;
}
.rating-webnavoz-single__list {
    float: none;
    width: 100%;
}
.rating-webnavoz-single {
    display: block;
}
}
@media screen and (max-width:480px){
.rating-webnavoz-items__col:nth-child(1) {
    float: none;
    width: 100%;
    margin-bottom: 5px;
}
.rating-webnavoz-items__col:nth-child(2) {
    width: 80%;
}
.rating-webnavoz-items__col:nth-child(3) {
    width: 20%;
}
}