.cookie-policy h2 {font-weight: 600; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px; background: #F8F8F8; border-radius: 10px; cursor: pointer;}
.cookie-policy h2::after {content: ""; display: block; flex-shrink: 0; width: 15px; height: 9px; background: url(../img/arrow.svg); transform: rotate(180deg);}
.cookie-policy h3 {font-weight: 600;}

.cookie-policy__hidden {display: none; margin-bottom: 50px;}

@media (max-width: 1200px) {
	.cookie-policy h2 {padding: 15px;}

	.cookie-policy__hidden {margin-bottom: 40px;}
}