#accept-cookie {
	background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 8px 30px 5px rgba(0, 69, 104, 0.1);
    box-shadow: 0 8px 30px 5px rgba(0, 69, 104, 0.1);
	width: auto;
	height: auto;
	top: auto;
    bottom: 1rem;
	left: 50%;
	transform: translate(-50%, 0%);
	width: 80%;
    max-width: 1400px;
}

#accept-cookie .universal-modal__content {
	margin-top: 0;
}

#accept-cookie .universal-modal__inner {
	margin-bottom: 0;
}

#accept-cookie .abonent-modal__description {
	display: flex;
    align-items: center;
	max-width: 100%;
}

#accept-cookie .abonent-modal__description p {
	padding-right: 2rem;
}

#accept-cookie .abonent-modal__description a {
	color: #00a8ff;
}
#accept-cookie .abonent-modal__description a:hover {
	color: #28cbe9;
}


#accept-cookie .abonent-modal {
	padding: 30px;
}

@media (min-width: 768px) {
	.abonent-modal {
		width: auto;
	}
	.button-fail-cookie {
		margin-left: 8px;
	}
}

@media (max-width: 769px) {
	#accept-cookie .abonent-modal__description {
		flex-direction: column;
	}
	#accept-cookie button {
		margin-top: 1rem;
		width: 100%;
	}
	#accept-cookie .abonent-modal__description p {
		padding-right: 0rem;
	}
}

@media (max-width: 512px) {
	#accept-cookie .abonent-modal__description p {
		font-size: 0.8rem;
	}
}