@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');

body[class*="popup-active"] {
	overflow: hidden;
	pointer-events: none;
}

.promo_content * {
	pointer-events: auto;
}

.promo_popup_header .close_promo {
	color: #b3b3b3;
	font-size: 34px;
	text-decoration: none;
	position: absolute;
	top: 6px;
	right: 9px;
	padding: 0;
	background: none;
	border: none;
	line-height: 0.7;
	cursor: pointer;
}

.promo_popup_content .close_promo {
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	text-decoration: none;
	position: absolute;
	top: 3px;
	right: 3px;
	padding: 5px;
	background: #fff;
	border: none;
	border-radius: 50%;
	line-height: 0.7;
	cursor: pointer;
}

.close_promo:hover {
	color: #b3b3b3;
	text-decoration: none;
}

.close_promo:focus {
	outline: none;
	text-decoration: none;
}

.promo_content {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	flex-direction: column;
	padding: 0px;
	background: #FFF;
	text-align: left;
	max-height: calc(100vh - 100px);
	max-width: 95%;
	width: max-content;
	z-index: 99999;
	border-radius: 5px;
	box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.5);
}

.promo_content h2 {
	font-size: 26px;
	margin-top: 20px;
	margin-bottom: 15px;
	padding: 0;
}

.promo_content h3 {
	font-size: 24px;
	margin-top: 20px;
	margin-bottom: 15px;
	padding: 0;
}

.promo_content h4 {
	font-size: 22px;
	margin-top: 20px;
	margin-bottom: 15px;
	padding: 0;
}

.promo_content h5 {
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 15px;
	padding: 0;
}

.promo_content p {
	padding-bottom: 15px;
	line-height: 1.42857;
	margin-bottom: 0;
}

.promo_content p:only-of-type,
.promo_content p:last-child {
	padding-bottom: 0;
}

.promo_popup_content {
	color: #000000;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 1.42857;
	padding: 30px;
	overflow: auto;
	overflow-x: hidden;
}

.promo_popup_content :is(h2, h3, h4, h5) {
	color: #000000;
}

.promo_popup_content .pp-agree-buttons {
	text-align: center;
	padding-top: 10px;
}

.promo_popup_header {
	background-color: #e5e5e5;
	border-radius: 5px 5px 0 0;
}

.promo_content h2.promo-title {
	color: #979797;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	margin: 0;
	padding: 8px 32px 8px 32px;
	text-transform: uppercase;
	text-align: center;
	line-height: 21px;
}

.promo_content img {
	max-width: 100%;
	max-height: calc(70vh - 250px);
	padding: 0 0 15px 0;
	object-fit: contain;
	height: auto !important;
}

.promo_content .table-bordered,
.promo_content .table-bordered>tbody>tr>td {
	border: none !important;
}

.pp-wrap-buttons {
	padding-top: 10px;
	margin-left: -3px;
	margin-right: -3px;
}

.promo_content .pp-button {
	display: inline-block;
	border-radius: 4px;
	border: none;
	cursor: pointer;
	padding: 10px 20px;
	text-decoration: none;
	color: #fff;
	margin: 5px 3px 0 3px;
	text-align: center;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
}

.promo_content .pp-yes:focus,
.promo_content .pp-not:focus {
	outline: none !important;
}

.promo_content .pp-yes {
	background-color: #6cc12c;
}

.promo_content .pp-yes:hover {
	background-color: #6fd026;
}

.promo_content .pp-yes:active {
	background-color: #60b321;
}

.promo_content .pp-not {
	background-color: #ff4444;
}

.promo_content .pp-not:hover {
	background-color: #ff1a1a;
}

.promo_content .pp-not:active {
	background-color: #d81919;
}

.promo_content .pp-default {
	background-color: #898989;
}

.promo_content .pp-default:hover {
	background-color: #606060;
}

.promo_content .pp-default:active {
	background-color: #606060;
}

body.is-blurred .blur-wrap {
	position: fixed;
	width: 100%;
	height: 100%;
	backdrop-filter: blur(10px);
	z-index: 88888;
}

/* cookie warning */

.pp-cookie {
	background-color: transparent;
	color: #8f8f8f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-decoration: none;
	position: absolute;
	top: 7px;
	right: 8px;
	padding: 0;
	border: none;
	cursor: pointer;
	display: none;
}

.pp-cookie:hover {
	color: #adadad;
}

.cookie-warning {
	position: fixed;
	top: auto;
	bottom: 0;
	left: 50%;
	flex-direction: inherit;
	transform: translate(-50%, 0%);
	max-width: none;
	max-height: calc(100vh - 50px);
	box-shadow: none;
	border-radius: 4px;
	background-color: #343a40;
	width: 100%;
}

.cookie-warning .promo-popup-cookie {
	display: flex;
	justify-content: center;
	color: #ffffff;
	max-width: 1100px;
	margin: 0 auto;
	padding: 20px;
	align-items: center;
}

.cookie-warning .promo-popup-cookie a {
	display: contents;
	color: #2697C7;
}

.cookie-warning .promo-popup-cookie p {
	margin: 0;
	padding-bottom: 0;
}

.cookie-warning .promo-popup-cookie img {
	padding-right: 20px;
	width: auto !important;
	max-width: none;
	max-height: 65px;
}

.cookie-warning .promo-popup-cookie span {
	display: table-row;
}

.cookie-warning table {
	margin-bottom: 0 !important;
	border: none;
}

.cookie-warning table td {
	white-space: normal !important;
	vertical-align: middle !important;
}

.pp-agree-cookie {
	margin-left: 20px;
}

.accept.cookie-button {
	background-color: #f8f9fa;
	border-radius: 4px;
	border: none;
	color: #212529;
	padding: 3px 20px;
	min-width: auto;
}

.accept.cookie-button:hover {
	background-color: #dadada;
}

/* popup animation */

@-webkit-keyframes popupAnimation {
	0% {
		-webkit-transform: translate(-50%, -50%) scale(0.8, 0.8);
		opacity: 0.5;
	}

	100% {
		-webkit-transform: translate(-50%, -50%) scale(1, 1);
		opacity: 1.0;
	}
}

@-moz-keyframes popupAnimation {
	0% {
		-moz-transform: translate(-50%, -50%) scale(0.8, 0.8);
		opacity: 0.5;
	}

	100% {
		-moz-transform: translate(-50%, -50%) scale(1, 1);
		opacity: 1.0;
	}
}

@-o-keyframes popupAnimation {
	0% {
		-o-transform: translate(-50%, -50%) scale(0.8, 0.8);
		opacity: 0.5;
	}

	100% {
		-o-transform: translate(-50%, -50%) scale(1, 1);
		opacity: 1.0;
	}
}

@keyframes popupAnimation {
	0% {
		transform: translate(-50%, -50%) scale(0.8, 0.8);
		opacity: 0.5;
	}

	100% {
		transform: translate(-50%, -50%) scale(1, 1);
		opacity: 1.0;
	}
}

/* cookie warning animation */

@-webkit-keyframes agreeAnimation {
	0% {
		-webkit-transform: translate(-50%, 100%);
	}

	100% {
		-webkit-transform: translate(-50%, 0%);
	}
}

@-moz-keyframes agreeAnimation {
	0% {
		-moz-transform: translate(-50%, 100%);
	}

	100% {
		-moz-transform: translate(-50%, 0%);
	}
}

@-o-keyframes agreeAnimation {
	0% {
		-o-transform: translate(-50%, 100%);
	}

	100% {
		-o-transform: translate(-50%, 0%);
	}
}

@keyframes agreeAnimation {
	0% {
		transform: translate(-50%, 100%);
	}

	100% {
		transform: translate(-50%, 0%);
	}
}

/* media */

@media (max-width: 767px) {
	.promo_content {
		max-width: 85%;
	}

	.cookie-warning {
		max-width: none;
	}

	.cookie-warning .promo-popup-cookie img {
		float: left !important;
		padding: 0 15px 0 0;
		max-width: 120px;
		max-height: 120px;
	}
}

@media (max-width: 500px) {

	.promo_popup_content h2,
	.promo_popup_content h2 span {
		font-size: 24px !important;
	}

	.promo_popup_content h3,
	.promo_popup_content h3 span {
		font-size: 22px !important;
	}

	.promo_popup_content h4,
	.promo_popup_content h4 span {
		font-size: 20px !important;
	}

	.promo_popup_content h5,
	.promo_popup_content h5 span {
		font-size: 18px !important;
	}

	.pp-wrap-buttons {
		text-align: center !important;
	}

	.promo_content img {
		float: none !important;
		padding: 0 0 10px 0 !important;
		display: table;
		margin: 0 auto;
		max-height: 150px;
	}

	.promo_content {
		max-width: 95%;
	}

	.cookie-warning {
		max-width: none;
		width: 100%;
	}

	.cookie-warning .promo-popup-cookie {
		display: block;
	}

	.cookie-warning .promo-popup-cookie p {
		display: block;
		text-align: inherit !important;
	}

	.cookie-warning .promo-popup-cookie span {
		display: block;
	}

	.cookie-warning .promo-popup-cookie img {
		float: none !important;
		padding: 0 0 10px 0;
		max-width: none;
		margin: 0;
		width: 50% !important;
		transform: translate(50%, 0%);
	}

	.pp-agree-cookie {
		display: grid !important;
		margin-left: 0;
		margin-top: 15px;
	}

	.cookie-warning table td {
		display: block;
		padding: 3px !important;
	}
}

@media (max-width: 380px) {
	.promo_content img {
		max-height: 100px;
	}
}

/* fix themes */
.popup-active .cart__dropdown {
	display: none;
}

.popup-active .nav .container-fluid {
	display: block;

}