body{
    font-family: 'Montserrat', sans-serif;
}
.rating__item_link{
    border-radius: 32px;
    font-size: 15px;
    color: white !important;
    background: #ec1c23;
    padding: 13px 2px;
}
.rating__item_bonus{
    max-width: max-content; 
}
.rating__item{
    background: rgb(255 255 255 / 11%);
    box-shadow: 0px 2px 1px rgb(0 0 0 / 45%);
}
.content table{
	width: 100%;
}
.c-button{
	font-weight: 700;
}
@media(max-width: 768px){
	.content table{
		height: auto !important;
		overflow-x: scroll;
		display: block;
	}
	.content table tbody{
		width: fit-content;
	}
	.content iframe{
		width: 100%;
	}
}