/* Informacja o Plikach Cookies */
.cookieConsentPopup {
    z-index: 999;
    width: 380px;
    min-height: 100px;
    box-sizing: border-box;
    padding: 30px;
    background: #2E2E38 url('cookie.svg') no-repeat 92% 85%;
	background-size: 60px 60px;
    overflow: hidden;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
}
.cookieConsentPopup .popupTitle {
    font-family: 'EYInterstate-Light', arial, sans-serif;
    color: #fff;
    font-size: 22px;
    line-height: 20px;
    display: block;
}
.cookieConsentPopup .popupDesc {
    margin: 0;
    padding: 0;
    font-family: 'EYInterstate-Light', arial, sans-serif;
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    display: block;
    margin-top: 10px;
}
.cookieConsentPopup .popupDesc a {
    font-family: 'EYInterstate-Light', arial, sans-serif;
    color: #fff;
    text-decoration: underline;
}
.cookieConsentPopup .closeCookieInfo {
    display: inline-block;
    font-family: 'EYInterstate-Bold', arial, sans-serif;
    color: #2E2E38;
    font-size: 16px;
    margin-top: 16px;
    background: #FFFFFF;
    box-sizing: border-box;
	border: 1px solid #FFFFFF;
    padding: 10px 24px;
    text-align: center;
	text-decoration: none !important;    
}
.cookieConsentPopup .closeCookieInfo:hover {
    cursor: pointer;
    background: #2E2E38;
	color: #FFFFFF;	
}
@media(max-width:768px) {
	.cookieConsentPopup {
		bottom: 0 !important;
		left: 0 !important;
		width: 100% !important;
	}
}
/* Informacja o Plikach Cookies */