body[class*="popup-active"] {
	overflow: hidden;
	pointer-events: none;
}
.promo_content * {
	pointer-events: auto;
}
.close_promo {
	color: #d4d4d4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	text-decoration: none;
	position: absolute;
	top: -25px;
	right: 0px;
	padding: 0;
	background: transparent;
	border: none;
	line-height: 0.7;
	cursor: pointer;
}
.close_promo:hover {
	color: #b3b3b3;
	text-decoration: none;
}
.close_promo:focus {
	outline: none;
	text-decoration: none;
}
.close_promo.pp-cookie {
	font-size: 20px;
	top: 10px;
	right: 30px;
	padding: 0;
	background-color: transparent;
}
.close_promo.pp-cookie:hover {
	color: #adadad;
}
.promo_content {
	display: none;
	position: absolute;
        top: 50%;
        left: 50%;
	transform: translate(-50%, -50%);
	flex-direction: column;
	padding: 20px;
	background: #FFF;
	text-align: left;
	max-height: calc(100vh - 50px);
	max-width: 95%;
	width: max-content;
	z-index: 10000;
	border-radius: 10px;
	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 {
	font-size: 14px;
	padding-bottom: 10px;
	word-break: break-all;
}
.promo_popup_content {
	color: #212121;
	line-height: 18px;
	padding: 0;
	overflow: auto;
	overflow-x: hidden;
}
.promo_popup_content .pp-agree-buttons {
	text-align: center;
	padding-top: 10px;
}
.promo_content h2.promo-title {
	color: #737373;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	margin-top: 0;
	padding: 0 20px 5px 0;
}
.promo_content img {
	max-width: 100%;
	max-height: calc(80vh - 145px);
	margin-bottom: 10px;
	object-fit: contain;
	height: auto !important;
}
.promo_content .table-bordered, .promo_content .table-bordered > tbody > tr > td {
	border: none !important;
}
.promo_content .pp-button {
	border-radius: 20px;
	border: none;
	cursor: pointer;
	padding: 12px 25px;
	text-decoration: none;
	color: #fff;
	min-width: 150px;
	display: inline-block;
	margin: 0 2px;
	text-align: center;
	font-size: 16px;
	font-family: Arial, Helvetica, 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;
}
body.is-blurred .blur-wrap {
	-webkit-filter: blur(8px);
	filter: blur(8px);
}

/* cookie warning */

.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: 0;
	background-color: #343a40;
	width: 100%;
}
.cookie-warning .promo-popup-cookie {
	display: flex;
	color: #ffffff;
	max-width: 1100px;
	margin: 0 auto;
	align-items: center;
}
.cookie-warning .promo-popup-cookie a {
	display: contents;
	color: #23a1d1;
}
.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: 10px;
	border: none;
	color: #212529;
	padding: 8px 25px;
	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;
	}
	.promo_content img {
		float: none !important;
	    	padding: 0 0 10px 0;
		width: 100% !important;
	}
	.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_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;
		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;
	}
	.promo_content h2, .promo_content h3, .promo_content h2 *, .promo_content h3 * {
	    	font-size: 22px !important;
	}
	.promo_content .accept {
	    	margin-bottom: 5px;
	}
}

/* fix themes */
.popup-active .cart__dropdown {
    	display: none;
}
.popup-active .nav .container-fluid {
    	display: block;

}
