#cookie-popup {
	width: 100%;
	position: fixed;
	bottom: 0;
	display: none;
	justify-content: space-between;
	align-items: center;
	gap: 130px;
	color: #F8F8F8;
	background: #0D0D0D;
	padding: 17px 130px;
	z-index: 100000000;
}

#cookie-popup.show {
	display: flex !important;
}

#cookie-popup p {
	margin: 0;
}

#cookie-popup p a {
	color: #F8F8F8;
	text-decoration: underline;
}

#cookie-accept {
    color: #1C1C1C;
    text-transform: uppercase;
	background: #FFFFFF;
    padding: 11px 70px;
}

.fancybox-overlay {
	height: 100svh !important;
}

.fancybox-wrap { 
    max-width: 900px !important; 
height: 100% !important; 
/*	top: 50% !important;*/
	left: 50% !important;
	transform: translate(-50%, -50%) !important;
}
@media (max-width: 767px) {
.fancybox-wrap { 
 width: 350px !important;
}
}


.fancybox-skin {
	top: 50%;
	/*transform: translateY(-50%);*/
}

.fancybox-inner {
	width: auto !important;
	height: auto !important;
}

@media (max-width: 1080px) {
	#cookie-popup {
		flex-direction: column;
		gap: 16px;
		text-align: justify;
		padding: 15px 10px;
	}

	#cookie-accept {
		width: 100%;
		padding: 9px 70px;
	}

	.fancybox-overlay {
		height: 100vh !important;
	}

	.fancybox-wrap {
 /*width: 85% !important;*/
height: 100% !important; 

	}

	.fancybox-skin {
		/*top: 30%;
		transform: translateY(-50%);*/
	}
}
.fancybox-close.close{
top: 8px;
}

@font-face {
  font-family: 'BebasNeue'; /* Название шрифта */
  src: url('/include/popup/loylnost/Bebas Neue.ttf') format('truetype'); /* Путь к .ttf */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeueLight'; /* Название шрифта */
  src: url('/include/popup/loylnost/Helvetica Neue/HelveticaNeue-Light.otf') format('truetype'); /* Путь к .ttf */
  font-weight: 400;
  font-style: 400;
}
@font-face {
  font-family: 'HelveticaNeueBold'; /* Название шрифта */
  src: url('/include/popup/loylnost/Helvetica Neue/HelveticaNeue-Bold.otf') format('truetype'); /* Путь к .ttf */
  font-weight: 600;
  font-style: 600;
}