@media (min-width: 1300px) {
body.helix-ultimate .sppb-row-container {
    max-width: 1240px;
}
  .sppb-row-container {
    width: 1250px;
}
  .sppb-container {
    max-width: 1240px;
}
  .container {
    max-width: 1240px;
}
}

::-webkit-scrollbar {
    width: 10px;
    background-color: #242b32;
}

::-webkit-scrollbar-thumb {
    background-color: #477a2e;
    border: none;
}

a.anchor {
    top: -210px;
    display: block;
    position: relative;
    visibility: hidden;
}
a img {
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
}
a img:hover {
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
}

/* Top Bar formázása */

@media (max-width: 992px) {
#sp-top1, #sp-top2 {
    text-align: center;
}
}
@media (min-width: 993px) {
#sp-top2 {
    text-align: right;
}
}

/* Top Bar formázása END */

/* Menü formázása */

#sp-header .logo-image {
    height: 60px;
}
#sp-header .logo-image-phone {
    height: 80px;
}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span, .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li.active:hover > a {
    color: #477a2e;
    font-weight: 600;
}
.sp-megamenu-parent > li:hover > a:before {
    content: '';
    position: absolute;
    top: 60px;
    width: 70%;
    height: 2px;
    background: #477a2e;
    -webkit-transition: all 600ms cubic-bezier(0.68,-0.55,0.265,1.55);
    transition: all 600ms cubic-bezier(0.68,-0.55,0.265,1.55);
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item a img{
	width: 36px;
	height: 36px;
	margin-right: 12px;
	display: inline;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span {
    display: flex;
    padding: 6px 10px;
    color: #333333;
    cursor: pointer;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item:hover >a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item:hover span {
    color: #477a2e !important;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active >a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item.active span {
    color: #31551f;
}

.offcanvas-menu .offcanvas-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px 20px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:hover, .offcanvas-menu .offcanvas-inner .sp-module ul > li span:hover, .offcanvas-menu .offcanvas-inner .sp-module ul > li a:focus, .offcanvas-menu .offcanvas-inner .sp-module ul > li span:focus {
    color: #477a2e;
}
.offcanvas-menu .offcanvas-inner .sp-module ul .current.active a {
    color: #477a2e !important;
    text-decoration: overline;
}
.offcanvas-menu .offcanvas-inner .sp-module ul .current.active a span {
    color: #477a2e !important;
    text-decoration: overline;
}
.offcanvas-menu .offcanvas-inner .sp-module ul .active .menu-child a {
    color: rgba(199, 199, 199, 0.8);
}
.offcanvas-menu .offcanvas-inner .sp-module ul .active .menu-child a:hover {
    color: #477a2e;
}
.offcanvas-menu .offcanvas-inner .sp-module ul .active a {
    color: #477a2e;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li {
    border-bottom: 1px dotted #c7c7c7;
    padding: 10px 0px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li:last-child {
    border-bottom: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a, .offcanvas-menu .offcanvas-inner .sp-module ul > li span {
    display: block;
    font-size: 20px;
    padding: 0.125rem 0;
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
    transition: 300ms all;
}
.offcanvas-menu .offcanvas-inner .sp-module img {
    width: 36px;
    height: 36px;
    margin-right: 12px;
    display: inline;
}
.offcanvas-menu .offcanvas-inner .sp-module span.menu-image-title {
    display: inline-block !important;
    font-size: 16px !important;
    line-height: 38px !important;
}

/* Menü formázása END */

/* Kezdőlap formázása */

.iwapack-kezdolap-blokk {
    padding: 15px !important;
    margin-bottom: 0px !important;
    transition: background 700ms ease;
    border: 1px solid rgba(71, 121, 47, 0.1);
}
.iwapack-kezdolap-blokk a img {
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
}
.iwapack-kezdolap-blokk:hover a img {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -webkit-transition: all 0.5s ease-out;
    transition:  all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
}
.iwapack-kezdolap-blokk h1.sppb-addon-title, .iwapack-kezdolap-blokk h2.sppb-addon-title, .iwapack-kezdolap-blokk h3.sppb-addon-title {
    margin-top: 15px;
    margin-bottom: 20px !important;
    font-size: 30px !important;
    line-height: 36px !important;
}
@media (max-width: 767px) {
.iwapack-kezdolap-blokk .sppb-addon.sppb-addon-text-block.sppb-text-center .sppb-addon-content {
}
}    
@media (min-width: 768px) {
.iwapack-kezdolap-blokk .sppb-addon.sppb-addon-text-block.sppb-text-center .sppb-addon-content {
    min-height: 216px;
}
}
.iwapack-kezdolap-blokk .sppb-btn-primary {
    margin-top: 15px;
}

/* Kezdőlap formázása END */

/* Rólunk formázása */

.iwapack-rolunk-column {
    background-color: #477a2e;
    color: #fff;
    padding: 30px 20px 30px 20px;
    line-height: 1.9em;
    font-size: 16px;
    font-weight: 400;
}

/* Rólunk formázása END */

/* Termékek formázása */

.iwapack-termekek-column {
    display: list-item;
    vertical-align: middle;
    height: 65px;
    padding-left: 20px;
    width: 100%;
    margin: 8px 0 8px -20px;
    background: #477a2e;
    box-shadow: 0 3px 3px rgba(0,0,0,0.05);
    padding: 0;
}

/* Termékek formázása END */

/* Webshop formázása */



/* Webshop formázása END */

/* Footer formázása */

#sp-footer-real {
    padding: 20px 10px;
}

/* Footer formázása END */

/* ---------------- GDPR ------------*/

.activebar-container {
    background-color: rgba(0, 0, 0, 0.8) !important;
    border-bottom: 1px solid #000;
    color: #fff !important;
}
.activebar-container p {
    font-size: 16px;
}
.activebar-container a {
    font-weight: bold;
    font-size: 14px;
    color: #a2a2a2;
}
.activebar-container a:hover {
    color: #a5ce39;
}
.activebar-container {
    margin: 0;
    display: block;
    position: fixed;
    top: auto !important;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 9999;
    overflow: hidden;
    overflow-x: hidden;
  border-top: 1px dotted white;
}
.activebar-container button.accept {
    color: #fff !important;
    background-color: #5cba3c !important;
}

.activebar-container button {
    float: right;
    clear: none;
    margin: 5px 10px;
    padding: 10px 20px !important;
    border-radius: 5px;
    border: none;
}

.activebar-container button {
    float: right;
    clear: none;
    margin: 5px 10px;
    padding: 10px 20px !important;
    border-radius: 5px;
    border: none;
}
.plg_system_eprivacy_module div.plg_system_eprivacy_accepted, .plg_system_eprivacy_module div.plg_system_eprivacy_declined {
    overflow: hidden;
    border: none !important;
    border-top: 1px dotted #e6e6e6 !important;
    color: #252525 !important;
    vertical-align: middle;
    padding: 5px !important;
    background-color: #ffffff;
    font-size: 14px;
}
.plg_system_eprivacy_accepted p {
    margin-bottom: 0px;
}
.plg_system_eprivacy_module div.plg_system_eprivacy_accepted button, .plg_system_eprivacy_module div.plg_system_eprivacy_declined button {
    border: 1px solid #fefcfa00;
    color: #929090;
    padding: 0px 10px !important;
    margin-right: 10px;
    background-color: rgba(114, 114, 115, 0);
    -webkit-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0);
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0);
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.plg_system_eprivacy_module div.plg_system_eprivacy_accepted button:hover, .plg_system_eprivacy_module div.plg_system_eprivacy_declined button:hover {
    color: #477a2e;
    border-color: #72727300;
    background-color: #fff0;
}

/* ---------------- GDPR END ------------*/

/*IWAPACK*/

.custom-iwa-table {
	margin:0px;padding:0px;
	width:100%;
	border:1px solid #eaeaea;
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}.custom-iwa-table table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.custom-iwa-table tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}
.custom-iwa-table table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.custom-iwa-table table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}.custom-iwa-table tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}.custom-iwa-table tr:hover td{
	
}
.custom-iwa-table tr:nth-child(odd){ background-color:#e3f2dc; }
.custom-iwa-table tr:nth-child(even)    { background-color:#ffffff; }.custom-iwa-table td{
	vertical-align:middle;
	
	
	border:1px solid #eaeaea;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:14px;
	font-size:16px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}.custom-iwa-table tr:last-child td{
	border-width:0px 1px 0px 0px;
}.custom-iwa-table tr td:last-child{
	border-width:0px 0px 1px 0px;
}.custom-iwa-table tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.custom-iwa-table tr:first-child td{
		background:-o-linear-gradient(bottom, #477a2e 5%, #477a2e 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #477a2e), color-stop(1, #477a2e) );
	background:-moz-linear-gradient( center top, #477a2e 5%, #477a2e 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#477a2e", endColorstr="#477a2e");	background: -o-linear-gradient(top,#477a2e,477a2e);

	background-color:#477a2e;
	border:0px solid #eaeaea;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:18px;
	font-family:inherit;
	font-weight:light;
	color:#ffffff;
}
.custom-iwa-table tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #477a2e 5%, #477a2e 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #477a2e), color-stop(1, #477a2e) );
	background:-moz-linear-gradient( center top, #477a2e 5%, #477a2e 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#477a2e", endColorstr="#477a2e");	background: -o-linear-gradient(top,#477a2e,477a2e);

	background-color:#477a2e;
}
.custom-iwa-table tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.custom-iwa-table tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}

/* jm-rotate effect */
 
.jm-rotate a img:hover {
	-webkit-transform: rotate(-20deg);
	transform: rotate(-20deg);
	-ms-transform: rotate(-20deg);
	-o-transform: rotate(-20deg);
	-moz-transform: rotate(-20deg);
}

/* jm-rotate360 effect */

.jm-rotate360 a img:hover {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
}



/* jm-reflaction effect */
 
.jm-reflact img:hover { 
  -webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(.7, transparent),to(rgba(0,0,0,0.4)));
 
}

/* jm-glow effect */
 
.jm-glow img:hover {  
-webkit-box-shadow: 0px 0px 10px 10px #FFC; 
-moz-box-shadow: 0px 0px 10px 10px #FFC;
box-shadow: 0px 0px 10px 10px #FFC;
}

/* jm-small effect */


.jm-small a img:hover{
		-webkit-transform: scale(.5);
		transform: scale(.5);
		-ms-transform: scale(.5);
		-o-transform: scale(.5);
		-moz-transform: scale(.5);
}

/* jm-down effect */

.jm-down a img:hover{
		-webkit-transform: translate(0px,40px); 
		transform: translate(0px,40px);
		-ms-transform: translate(0px,40px);
		-o-transform: translate(0px,40px);
		-moz-transform: translate(0px,40px);
}

/* jm-up effect */
.jm-up a img:hover{
		-webkit-transform: translate(0px,-40px);
		transform: translate(0px,-40px);
		-ms-transform: translate(0px,-40px);
		-o-transform: translate(0px,-40px);
		-moz-transform: translate(0px,-40px);
}

/* jm-left effect */
.jm-left a img:hover{
		-webkit-transform: translate(-40px,0px);
		transform: translate(-40px,0px);
		-ms-transform: translate(-40px,0px);
		-o-transform: translate(-40px,0px);
		-moz-transform: translate(-40px,0px);
} 

/* jm-right effect */
.jm-right a img:hover{
		-webkit-transform: translate(40px,0px);
		transform: translate(40px,0px);
		-ms-transform: translate(40px,0px);
		-o-transform: translate(40px,0px);
		-moz-transform: translate(40px,0px);
}

/* jm-skew-left effect */
.jm-skew-left a img:hover{
		-webkit-transform: skew(30deg,20deg);
		transform: skew(30deg,20deg);
		-ms-transform: skew(30deg,20deg);
		-o-transform: skew(30deg,20deg);
		-moz-transform: skew(30deg,20deg);
}

/* jm-skew-right effect */
.jm-skew-right a img:hover{
		-webkit-transform: skew(-30deg,-20deg);
		transform: skew(-30deg,-20deg);
		-ms-transform: skew(-30deg,-20deg);
		-o-transform: skew(-30deg,-20deg);
		-moz-transform: skew(-30deg,-20deg);
}

/* jm-flipX effect */
.jm-flipX a img:hover{
		-webkit-transform: rotateX(180deg);
		transform: rotateX(180deg);
		-ms-transform: rotateX(180deg);
		-o-transform: rotateX(180deg);
		-moz-transform: rotateX(180deg);
}

/* jm-flipY effect */
.jm-flipY a img:hover{
		-webkit-transform: rotateY(180deg);
		transform: rotateY(180deg);
		-ms-transform: rotateY(180deg);
		-o-transform: rotateY(180deg);
		-moz-transform: rotateY(180deg);
}

/* jm-Rotate Small effect */
.jm-rotateS a img {
		-webkit-transition-timing-function: ease-out;
		-webkit-transition-duration: 500ms;
		
		transition-timing-function: ease-out;
		transition-duration: 500ms;
		
		-moz-transition-timing-function: ease-out;
		-moz-transition-duration: 500ms;
		
		-o-transition-timing-function: ease-out;
		-o-transition-duration: 500ms;
		
}
.jm-rotateS a img:hover{
		-webkit-transform: rotate(360deg) scale(.5);
		-webkit-transition-timing-function: ease-out;
		-webkit-transition-duration: 500ms;

		transform: rotate(360deg) scale(.5);
		transition-timing-function: ease-out;
		transition-duration: 500ms;
		
		-moz-transform: rotate(360deg) scale(.5);
		-moz-transition-timing-function: ease-out;
		-moz-transition-duration: 500ms;
		
		-o-transform: rotate(360deg) scale(.5);
		-o-transition-timing-function: ease-out;
		-o-transition-duration: 500ms;
		
		-ms-transform: rotate(360deg) scale(.5);
}

/* jm-Rotate Large effect */
.jm-rotateL a img {
		-webkit-transition-timing-function: ease-out;
		-webkit-transition-duration: 500ms;
		
		transition-timing-function: ease-out;
		transition-duration: 500ms;
		
		-moz-transition-timing-function:  ease-out;
		-moz-transition-duration: 500ms;
		
		-o-transition-timing-function: ease-out;
		-o-transition-duration: 500ms;
}
.jm-rotateL a img:hover{
		-webkit-transform: rotate(360deg) scale(1.5);
		-webkit-transition-timing-function: ease-out;
		-webkit-transition-duration: 500ms;

		transform: rotate(360deg) scale(1.5);
		transition-timing-function: ease-out;
		transition-duration: 500ms;
		
		-moz-transform: rotate(360deg) scale(1.5);
		-moz-transition-timing-function: ease-out;
		-moz-transition-duration: 500ms;
		
		-o-transform: rotate(360deg) scale(1.5);
		-o-transition-timing-function: ease-out;
		-o-transition-duration: 500ms;
		
		-ms-transform: rotate(360deg) scale(1.5);
}


/*Iwa oldalsáv*/


.iwapack-aside{}
.iwapack-aside .sppb-row .sppb-col-sm-8{
	padding-left: 0;
	position: relative;
	z-index: 1;
	
}
.iwapack-aside .sppb-row .sppb-col-sm-4{
	padding-right: 0;
	position: relative;
	z-index: 10;
}
.iwapack-aside .sppb-row .sppb-addon-content{
	padding: 10%;
	border: 5px solid #DEDEDE;
	box-shadow: 0 3px 3px rgba(0,0,0,0.05);
	border-radius: 50%;
	background-color: #FFFFFF;
}

.iwapack-aside .sppb-row .sppb-col-sm-8 .sppb-addon-container{
	display: inline-block;
	vertical-align: middle;
	height: 50px;
	padding-left: 20px;
	width: 100%;
	margin: 8px 0 8px -20px; 
	background: #477a2e;
	box-shadow: 0 3px 3px rgba(0,0,0,0.05);
	padding: 0;
}


@media all and (min-width: 1200px) {
	.iwapack-aside .sppb-row .sppb-col-sm-8 .sppb-addon-container{
		height: 60px;
		margin: 10px 0 10px -20px; 
	}
	.iwapack-aside .sppb-row .sppb-btn{
		padding: 6px 12px;
		font-size: 14px;
	}
}

@media screen and (max-width: 1024px){
	.iwapack-aside .sppb-row .sppb-col-sm-8, .iwapack-aside .sppb-row .sppb-col-sm-4{
		width: 100% !important;
		display: block;
		padding: 0;
	}
	.iwapack-aside .sppb-row .sppb-col-sm-4 .sppb-addon-content{
		width: 60%;
		margin: 0 20%;
	}
	.iwapack-aside .sppb-row .sppb-col-sm-8 .sppb-addon-container{
		margin: 10px 0;
	}
}


.iwapack-aside .sppb-row .sppb-col-sm-8 .sppb-addon-container:before {   
    content: ' ';
    display: inline-block;
    vertical-align: middle; 
    height: 100%;
}

.iwapack-aside .sppb-row .sppb-btn{
	display: inline-block;
    vertical-align: middle;
	color: #FFFFFF;
	text-align: left;
	white-space: normal; 
	width: 100%;
	padding: 0 10px 0 26px;
	font-size: 13px;
}


.sppb-btn-lg{
	border-radius: 0;
	border: none;
	box-shadow: 0 3px 3px rgba(0,0,0,0.05);
}
.sppb-btn-lg.sppb-btn-default{
	border: 1px solid #DEDEDE;
}


.contact-aligner{
	text-align:left;
}
.contact-aligner .contact-items{
	display:inline-table;
	text-align: left;
}
.contact-aligner .contact-items td{
	padding: 0 10px 14px 10px;
	font-size: 16px;
	vertical-align: top;
}

.contact-aligner .contact-items td i{
	margin-top: -10px;
	padding: 7px;
	border: 3px solid #D3D3D3;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	font-size: 20px;
	line-height: 20px;
}


.iwa-contact .formControlLabel{
	font-family: Open Sans, sans-serif !important;
	font-weight: 300 !important; 
	font-size: 16px !important;
	line-height: 1.6em !important;
}

.iwa-contact .rsform-input-box, .iwa-contact .rsform-select-box{ 
    padding: 10px !important; 
    line-height: 20px !important; 
    border: solid 1px #E5E5E5 !important; 
    outline: 0 !important; 
    font: normal 13px/100% Verdana, Tahoma, sans-serif !important;
    background: #FFFFFF !important;
	border-radius: 0 !important;
	height: 40px !important;
	width: 100% !important;
} 
.iwa-contact .rsform-text-box{
	padding: 10px !important; 
    line-height: 20px !important; 
    border: solid 1px #E5E5E5 !important; 
    outline: 0 !important; 
    font: normal 13px/100% Verdana, Tahoma, sans-serif !important;
    background: #FFFFFF !important;
	border-radius: 0 !important;
	height: 200px !important;
	width: 100% !important;
}
.iwa-contact .rsform-input-box:focus, .iwa-contact .rsform-input-box:hover,
.iwa-contact .rsform-text-box:focus, .iwa-contact .rsform-text-box:hover{ 
    outline: 0 !important;
	box-shadow: none !important;
} 

.iwa-contact .rsform-submit-button{
	font-size: 16px !important;
	padding: 14px !important;
	width: 100% !important;
	background: rgba(0,0,0,0.3) !important;
	border: none !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}
.iwa-contact .rsform-submit-button:hover{
	background: rgba(0,0,0,0.5) !important;
}


#sp-top-bar a{
	color: #FFF;
}
.iwapack-szechenyi {
    z-index: 1500 !important;
}
.iwa_szechenyi {
    position: absolute;
    z-index: 1500;
    display: block;
}
@media screen and (max-width: 992px){
	.iwa_szechenyi {
      width: 50%;
    position: relative;
    margin-left: auto;
    margin-bottom: -200px;
}
}


.iwp-palyazat-mod {
    z-index: 999999;
    position: absolute;
}

.iwp-palyazat-mod img.sppb-img-responsive {
    position: fixed;
    top: 0;
    right: 0;
    max-width: 300px;
}

@media(max-width: 766px) {
 .iwp-palyazat-mod img.sppb-img-responsive {
    max-width: 165px !important;
    top: 110px !important;
    transition: .3s all;
}
  .offcanvas-menu.border-menu {
    z-index: 999999999;
}
}

@media(min-width: 767px) and (max-width: 992px) {
 .iwp-palyazat-mod img.sppb-img-responsive {
    top: 100px !important;
}
  .offcanvas-menu.border-menu {
    z-index: 999999999;
}
    
}

.offcanvas-overlay {
    z-index: 9999999;
}





.cc-compliance.cc-highlight > .cc-deny {
    order: 3 !important;
    color: black !important;
    background: #ffffff !important;
}

.cc-compliance.cc-highlight > .cc-allow {
    order: 2 !important;
}

.cc-compliance.cc-highlight > .cc-allowall {
    order: 1 !important;
    background: #333333 !important;
    color: white !important;
}