.table-cookies-policy {
    border: 2px solid black;
    margin: 30px 0 20px;
    width: 100%;
}

.table-cookies-policy tr .redText{
    color: #DC0028;
    font-weight: bold;
}

.table-cookies-policy .trName td{
    font-weight: bold;
}

.table-cookies-policy .trDescription td{
    font-style: italic;
}

.btnCookies{
    background: #dc0028;
    color: #fefefe;
    border: none;
    font-size: 16px;
    font-weight: bold;
    padding: 15px 80px;
    outline: 0;
    margin: 10px 0;
    cursor: pointer;
}

.cardListTeam .cardAgent{
	width: calc(25% - 1.5rem);
}

@media(max-width: 768px){
	.cardListTeam .cardAgent{
		width: 100%;
	}
}

.cardListTeam.autoScroll .cardAgent{
	width: calc(100% - 1.5rem);
}

.bannerBck .bannerContent{
   background-size: 100% 16.75rem; 
}

.bannerBck .bannerContent.bannerMobile{
    display: none;
}

@media(max-width: 767px){
    .bannerBck .bannerContent{
        display: none; 
    }
    .bannerBck .bannerContent.bannerMobile{
        display: block;
        background-size: cover;
    }
}
