.map-w-container {
	position: relative;
	max-height: 90vh;
}
.swiper-button-next:after{
    background-image: url(https://wwf.pixelranger.hu/images/right.png);
    width: 41px;
    height: 49px
}
.swiper-button-prev:after {
    background-image: url(https://wwf.pixelranger.hu/images/left.png);
    width: 41px;
    height: 49px
}
.swiper-button-next, .swiper-button-prev {
    width: 39px !important;
    height: 39px !important;
    color: transparent !important;
}
img.mapsvg {
	width: 100%;
}
.map-zoom-shift-alert {
	position: absolute;
	z-index: 5;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	
	background-color: rgba(255,255,255, 0.85);
	
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 300ms ease-out;
}
.map-zoom-shift-alert.-show {
	opacity: 1;
	visibility: visible;
}
.map-zoom-controls {
	display: flex;
	gap: 15px;
	position: absolute;
	z-index: 2;
	top: 0px;
	right: 0px;
	user-select: none;
}
.map-zoom-in,
.map-zoom-out {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	
	font-family: Wwf, sans-serif;
	background-color: #4ac4ed;
	border-radius: 5px;
	cursor: pointer;
	width: 45px;
	height: 45px;
	
	color: #fff;
    font-size: 40px;
    line-height: 40px;
}
.map-zoom-in span {
	margin-top: -4px;
}
.map-zoom-out span {
	margin-top: -10px;
}
/* slider */
.slider-small .swiper-slide {
	width: 20%;
	padding: 0px 20px;
	
	--scale: 1;
	--translateX: 0px;
	--opacity: 1;
	
	user-select: none;
	
	transform: translateX(var(--translateX)) scale(var(--scale)) !important;
	opacity: var(--opacity);
	transition: all 500ms ease-out;
}
.slider-small .swiper-slide .slide-img {
	width: 100%;
	max-width: 100%;
}
.card-text {
    color: #fff;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 1.3em;
    line-height: 1.3em;
}
.card-type {
   z-index: 3;
   color: #ffe102;
   text-align: right;
   text-transform: uppercase;
   margin-bottom: 7px;
   font-family: Wwf, sans-serif;
   font-size: 31px;
   line-height: 1em;
   position: relative;
}



.stripe-bg {
	padding:0px 50px;
}
.w-nav-button {
    font-size: inherit;
}
.header-link {
    color: #1e4494;
    text-align: center;
    text-transform: uppercase;
    margin-left: 20px;
    font-family: Wwf, sans-serif;
    font-size: 2.14em;
    line-height: 1em;
    text-decoration: none;
}
.footer-text {
    display: flex;
    gap:20px;
}

.subscription-fields {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 15px;
}
.subscription-fields input[type="text"]::placeholder {
	color: #fff;
}
.field-wrapper {
	flex: 1 1 100%;
}
.field-wrapper.-half {
	flex: 1 1 calc(50% - (15px / 2));
}
.fielderror,
.formerror {
	background-color: #b9e7ff;
	padding: 5px 10px;
	border-left: 5px solid red;
	margin-bottom: 3px;
}
.checkbox.w-form-label a {
	color: #fff;
}

.subscription-success h2 {
	font-family: Wwf, sans-serif;
    color: #fff;
    font-weight: normal;
}



@media screen and (max-width: 1530px) {
    .slider-2 {
	    height:auto;
	}
	.lottie-animation-2 {
	    margin-top: 0px;
	    display: block;
	}
}
@media screen and (max-width: 991px) {
	section.youtube .title,
	section.weblink .title,
	section.youtube .text,
	section.weblink .text {
		text-align: center;
	}

	section.youtube .flex-middle,
	section.weblink .flex-middle {
		justify-content: center;
		align-items: center;
	}
	.info-slider {
	    height: auto;
	}
	.info-left {
    	inset: auto auto 5px 43%;
	}
	.info-right {
    	inset: auto 43% 5px auto;
	}
}
@media screen and (max-width: 910px) {
	.slider-small .swiper-slide {
		width: 33.3%;
	}
	.slider-2 {
	    height:530px;
	}
   .lottie-animation-2 {
	    margin-top: 90px;
	    display: block;
	    transform: scale(1.8);
	}
}

@media screen and (max-width: 760px) {
	.slider-2 {
        height: 435px;
    }
    .game-space {
      padding-top: 30px;
      padding-bottom: 30px;
   }
   .card-text {
    color: #fff;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 1.1em;
    line-height: 1.1em;
   }
   .card-type {
      z-index: 3;
      color: #ffe102;
      text-align: right;
      text-transform: uppercase;
      margin-bottom: 7px;
      font-family: Wwf, sans-serif;
      font-size: 31px;
      line-height: 1em;
      position: relative;
   }
   .card-type.yellow {
      z-index: 4;
      color: #ffe102;
      position: relative;
      top: 0%;
   }

   .stripe-bg {
		padding: 0px 20px;
	}
}
@media screen and (max-width: 580px) {
	.slider-small .swiper-slide {
		width: 65%;
	}
   .info-left {
      left: 0px;
   }
    .info-right {
      right: 0px;
   }
   section.youtube {
      margin-top: 30px;
   }
   .dropwww.sitelink {
      margin-left: 0;
      width: 70px;
   }
   .title.smaller.white {
      color: #c0e1e1;
      font-size: 24px;
   }
   .games-flex-item.white {
      color: #fff;
      margin-left: 0;
      display: inline;
      max-width: 63%;
      padding: 0;
      margin: 0;
   }
   .flex-middle {
      align-items: center;
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-content: center;
      flex-wrap: wrap;
   }
   .footer-text {
    display: flex;
    gap: 20px;
    align-content: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.footer-inside {
    justify-content: center;
    align-items: center;
    display: flex;
    text-align: center;
}
.grid-2 {
    overflow: hidden;
}
    .dropwww {
    max-width: 70px;
    margin-left: -50px !important;
}

}
@media screen and (max-width: 477px) {
    .slider-2 {
        height: 287px;
    }
	.slider-small .swiper-slide {
		width:  75%;
		padding: 0px 12px;
	}
	.swiper {
		--swiper-navigation-sides-offset: 0px;
	}

}
.hirlevel, .footer, .logo4waters-green {
    padding: 30px !important;
}
.ytlink {
   color: #1e4494;
}