.header {
	transition: all .5s ease;
}
.header.no-visible {
	opacity: 0;
	visibility: hidden;
}
.map-block {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--white);
  box-shadow: 0px -8px 80px 0px #5859AB1A;
  padding: 40px;
  border-radius: 60px;
  overflow:hidden;
}
.map-block-nav {
  background-color: #FFFFFF;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.map-block-content {
  text-align: center;
  position: relative;
  z-index: 2;
}
.map-block-nav__item {
  padding: 16px 48px;
  color: var(--blue);
  border: 2px solid var(--blue);
  border-radius: 32px;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  -ms-border-radius: 32px;
  -o-border-radius: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  margin: 0 24px 24px 0;
}
.map-block-nav__item.active {
  background-color: var(--blue);
  color: var(--white) !important;
  border-color: var(--blue);
}
.map-block-nav__item.purple {
  color: var(--purple);
  border-color: var(--purple);
}
.map-block-nav__item.purple.active {
  background-color: var(--purple);
}
.map-block-nav__item.pink {
  color: var(--pink);
  border-color: var(--pink);
}
.map-block-nav__item.pink.active {
  background-color: var(--pink);
}
.map-block-nav__item.brown {
  color: #6D1B00;
  border-color: #6D1B00;
}
.map-block-nav__item.brown.active {
  background-color: #6D1B00;
}
.map-block-nav__item.orange {
  color: var(--orange);
  border-color: var(--orange);
}
.map-block-nav__item.orange.active {
  background-color: var(--orange);
}
.map-block-nav__item.red {
  color: var(--red);
  border-color: var(--red);
}
.map-block-nav__item.red.active {
  background-color: var(--red);
}
.map-block-nav__item i {
  display: inline-block;
  margin-right: 16px;
  width: 24px;
  flex: 0 0 24px;
}
.map-block-nav__item.active i svg path {
  fill: var(--white);
}
.map-block-content img {
  max-width: 100%;
  margin: 0 auto;
}
.map-block .map-block-content {
	position: relative;
	width: 1300px;
	height: 496px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
	transform: translateX(25px);
}
.map-block-content > div {
	position: absolute;
}
.map-block-content > div.showed {
	z-index: 3;
}
.map-block-content img {
	width: 100%;
	height: 100%;
	transition: all .5s ease;
}
.map-block-content.active img {
	opacity: .3;
	filter: grayscale(1);
}
.map-block-content .showed img {
	opacity: 1;
	filter: none;
}
.map-block .map-block-nav__item {margin: 0 12px 12px 0;padding:12px 40px;}
.map-block .map-block-nav__item i {display:none;}

.img-akvazona {
    width: 640px;
    height: 340px;
    left: 200px;
    top: 3px;
}
.img-basseyn {
    width: 270px;
    height: 155px;
    bottom: 0;
    left: 201px;
}
.img-plyaj {
    width: 295px;
    height: 115px;
    bottom: 0;
    left: 160px;
}
.img-bany {
    width: 175px;
    height: 159px;
    right: 311px;
    top: 40px;
}
.img-spa {
    width: 192px;
    height: 70px;
    right: 300px;
    top: 191px;
}
.img-child {
    width: 185px;
    height: 90px;
    right: 287px;
    top: 252px;
}
.img-razdevalka {
    right: 350px;
    bottom: 16px;
    width: 400px;
    height: 75px;
}
.img-razdevalka-pin {
    left: 456px;
    bottom: 15px;
    width: 101px;
    height: 152px;
}
.img-uyut {
    right: 286px;
    bottom: 90px;
    width: 368px;
}
.img-med {
    right: 653px;
    bottom: 91px;
    width: 94px;
    height: 67px;
}
.img-kassa {
	right: 262px;
    bottom: 4px;
    width: 105px;
    height: 93px;
}
.img-bary {position: unset !important;}
.img-bary img {
	position: absolute;
}
.img-bary img:first-child {
    bottom: 48px;
    left: 478px;
    width: 50px;
    height: 52px;
}
.img-bary img:nth-child(2) {
    top: 142px;
    right: 339px;
    width: 60px;
    height: 56px;
}
.img-bary img:nth-child(3) {
    top: 42px;
    right: 328px;
    width: 48px;
    height: 43px;
}
.img-bary img:nth-child(4) {
    top: 106px;
    left: 390px;
    width: 42px;
    height: 62px;
}
.img-bary img:nth-child(5) {
    top: 190px;
    left: 231px;
    width: 43px;
    height: 78px;
}
.img-bary img:nth-child(6) {
	bottom: 56px;
    left: 233px;
    width: 63px;
    height: 66px;
}
.map-pointers {
	margin-top: 64px;
}
.pointer-list {
	display: grid;
	grid-template-columns: 36% 1fr 1fr 1fr;
	grid-gap: 24px;
	margin-bottom: 24px;
}
.pointer-list.type_2 {
	grid-template-columns: 50% 50%;
}
.pointer-list:last-child {
	margin-bottom: 0;
}
.pointer-box {
	font-family: "rounds", sans-serif;
	position: relative;
	background-color: #009FE3;
	color: var(--white);
	padding: 32px;
	border-radius: 24px;
	line-height: 32px;
}
.pointer-box .img {
	position: absolute;
	top: -50px;
	right: 0;
}
.pointer-box .title {
	display: block;
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 20px;
}
.pointer-box ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.pointer-box.pink {
	background-color: #E71E6C;
}
.pointer-box.green {
	background-color: #95C11F;
}
.pointer-box.yellow {
	background-color: #FFE900;
	color: #56106F;
}
.pointer-box.purple {
	background-color: #56106F;
}
.pointer-box.orange {
	background-color: #F49600;
}
.pointer-box ul li ul {
	list-style: disc;
}
.pointer-box ul li ul li {
	font-family: var(--userfont);
	line-height: 20px;
	margin-left: 15px;
}
.pointer-box.grid_ul ul {
	display: grid;
    grid-template-rows: repeat(7, 1fr);
    grid-auto-flow: column;
}
.pointer-box.green .img {
	top: -58px;
}
.pointer-list.type_2 .pointer-box .title {
	margin-bottom: 0;
	font-size: 28px;
}
.pointer-list.type_2 .pointer-box .img {
	top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
.pointer-slider {
	display: none;
}
.pointer-slider .pointer-box {
	height: 100%;
}
.pointer-slider .pointer-list {
	display: flex;
	flex-direction: column;
	height: 100%;
	gap: 24px;
}
@media (max-width: 1400px) {
	.map-block .map-block-content {
		width: 1100px;
		height: 670px;
		transform: translateX(-15px);
	}
	.img-akvazona {
    	width: 750px;
    	height: 480px;
		left: 65px;
	}
	.img-bany {
		width: 240px;
    	height: 230px;
    	right: 80px;
    	top: 55px;
	}
	.img-spa {
		width: 265px;
		height: 95px;
		right: 63px;
		top: 273px;
	}
	.img-child {
		width: 260px;
		height: 125px;
		right: 41px;
		top: 359px;
	}
	.img-basseyn {
		width: 320px;
		height: 190px;
		bottom: 0;
		left: 65px;
	}
	.img-plyaj {
		width: 350px;
		height: 125px;
		bottom: 5px;
		left: 14px;
	}
	.img-razdevalka {
		right: 123px;
    	bottom: 19px;
    	width: 500px;
    	height: 98px;
	}
	.img-razdevalka-pin {
		left: 368px;
		bottom: 18px;
		width: 120px;
		height: 180px;
	}
	.img-med {
		right: 501px;
		bottom: 113px;
		width: 115px;
		height: 78px;
	}
	.img-uyut {
		right: 42px;
		bottom: 112px;
		width: 460px;
		height: 100px;
	}
	.img-kassa {
		right: 8px;
		bottom: 7px;
		height: 94px;
		height: 112px;
		width: 140px;
	}
	.img-bary img:first-child {
		bottom: 57px;
    	left: 395px;
    	width: 57px;
    	height: 62px;
	}
	.img-bary img:nth-child(2) {
		top: 200px;
		right: 119px;
		width: 81px;
		height: 85px;
	}
	.img-bary img:nth-child(3) {
		top: 57px;
		right: 101px;
		width: 68px;
		height: 64px;
	}
	.img-bary img:nth-child(4) {
		top: 149px;
		left: 290px;
		width: 46px;
		height: 85px;
	}
	.img-bary img:nth-child(5) {
		top: 268px;
		left: 102px;
		width: 49px;
		height: 109px;
	}
	.img-bary img:nth-child(6) {
		bottom: 52px;
		left: 101px;
		width: 77px;
		height: 88px;
	}
	.pointer-list {
		grid-template-columns: 50% 50%;
	}
}
@media (max-width: 1200px) {
	.map-block .map-block-content {
		width: 900px;
		height: 467px;
		transform: translateX(40px);
	}
	.img-akvazona {
		width: 550px;
		height: 320px;
	}
	.img-bany {
		width: 150px;
		height: 165px;
		height: 153px;
		right: 160px;
		top: 35px;
	}
	.img-spa {
		width: 165px;
		height: 65px;
		right: 150px;
		top: 180px;
	}
	.img-child {
		width: 160px;
		height: 85px;
		right: 138px;
		top: 238px;
	}
	.img-basseyn {
		width: 232px;
                height: 145px;
                bottom: 0;
                left: 65px;
	}
        .img-plyaj {
            width: 253px;
            height: auto;
            bottom: 0;
            left: 28px;
        }
	.img-kassa {
		right: 108px;
		bottom: 7px;
		height: 94px;
		height: 88px;
		width: 93px;
	}
	.img-razdevalka {
		right: 163px;
		bottom: 10px;
		width: 370px;
		height: 87px;
	}
	.img-razdevalka-pin {
		left: 285px;
		bottom: 13px;
		width: 88px;
		height: 145px;
	}
	.img-uyut {
		right: 136px;
		bottom: 89px;
		width: 305px;
		height: 80px;
	}
	.img-med {
		right: 440px;
		bottom: 91px;
		width: 90px;
		height: 59px;
	}
	.img-bary img:first-child {
		bottom: 45px;
		left: 303px;
		width: 44px;
		height: 49px;
	}
	.img-bary img:nth-child(2) {
		top: 130px;
		right: 182px;
		width: 54px;
		height: 58px;
	}
	.img-bary img:nth-child(3) {
		top: 38px;
		right: 173px;
		width: 42px;
		height: 40px;
	}
	.img-bary img:nth-child(4) {
		top: 100px;
		left: 231px;
		width: 32px;
		height: 58px;
	}
	.img-bary img:nth-child(5) {
		top: 182px;
		left: 91px;
		width: 37px;
		height: 70px;
	}
	.img-bary img:nth-child(6) {
		bottom: 47px;
		left: 90px;
		width: 58px;
		height: 59px;
	}
}
@media (max-width: 992px) {
	.map-block .map-block-content {
		width: 700px;
		height: 357px;
		transform: translateX(10px);
	}
	.img-akvazona {
		width: 460px;
		height: 250px;
	}
	.img-bany {
		width: 110px;
		height: 115px;
		right: 87px;
		top: 29px;
	}
	.img-spa {
		width: 119px;
		height: 55px;
		right: 81px;
		top: 138px;
	}
	.img-child {
		width: 115px;
		height: 65px;
		right: 73px;
		top: 188px;
	}
	.img-basseyn {
            width: 194px;
            height: 105px;
            bottom: 0;
            left: 67px;
	}
	.img-plyaj {
		width: 212px;
		bottom: -9px;
		left: 37px;
		height: auto;
	}
	.img-uyut {
		right: 71px;
		bottom: 64px;
		width: 239px;
		height: 58px;
	}
	.img-razdevalka {
		right: 95px;
		bottom: 12px;
		width: 290px;
		height: 55px;
	}
	.img-kassa {
		right: 51px;
		bottom: 7px;
		height: 60px;
		width: 75px;
	}
	.img-bary img:first-child {
		bottom: 32px;
		left: 265px;
		width: 34px;
		height: 35px;
	}
	.img-bary img:nth-child(2) {
		top: 104px;
		right: 105px;
		width: 38px;
		height: 39px;
	}
	.img-bary img:nth-child(3) {
		top: 33px;
		right: 97px;
		width: 30px;
		height: 28px;
	}
	.img-bary img:nth-child(4) {
		top: 78px;
		left: 204px;
		width: 26px;
		height: 47px;
	}
	.img-bary img:nth-child(5) {
		top: 138px;
		left: 88px;
		width: 30px;
		height: 60px;
	}
	.img-bary img:nth-child(6) {
		bottom: 36px;
		left: 88px;
		width: 48px;
		height: 44px;
	}
	.img-razdevalka-pin {
		left: 251px;
		bottom: 9px;
		width: 68px;
		height: 105px;
	}
	.img-med {
		right: 309px;
		bottom: 65px;
		width: 75px;
		height: 45px;
	}
	.map-pointers {
		margin-top: 0;
	}
	.pointer-list {
		display: none;
	}
	.swiper.pointer-slider {
		display: block;
		padding-top: 50px;
		padding-bottom: 75px;
	}
	.pointer-box.purple .img {
		top: unset !important;
		bottom: -10px;
		transform: none !important;
	}
}
@media (max-width: 768px) {
	.map-block .map-block-content {
		width: 500px;
		height: 270px;
		transform: translateX(-20px);
	}
	.img-akvazona {
		width: 320px;
		height: 190px;
	}
	.img-bany {
		width: 85px;
		height: 92px;
		right: 45px;
		top: 21px;
	}
	.img-spa {
		width: 95px;
		height: 40px;
		right: 38px;
		top: 108px;
	}
	.img-child {
		width: 90px;
		height: 48px;
		right: 33px;
		top: 144px;
	}
	.img-basseyn {
		width: 135px;
		height: 70px;
		bottom: 8px;
		left: 66px;
	}
	.img-razdevalka {
		right: 60px;
		bottom: 13px;
		width: 200px;
		height: 36px;
	}
	.img-plyaj {
		width: 148px;
		bottom: 0;
		left: 45px;
		height: auto;
	}
	.img-razdevalka-pin {
		left: 194px;
		bottom: 14px;
		width: 50px;
		height: 67px;
	}
	.img-kassa {
		right: 15px;
		bottom: 8px;
		height: 43px;
		width: 58px;
	}
	.img-med {
		right: 209px;
		bottom: 49px;
		width: 50px;
		height: 30px;
	}
	.img-uyut {
		right: 31px;
		bottom: 48px;
		width: 179px;
		height: 39px;
	}
	.img-bary img:first-child {
		bottom: 28px;
		left: 205px;
		width: 24px;
		height: 23px;
	}
	.img-bary img:nth-child(2) {
		top: 80px;
		right: 60px;
		width: 28px;
		height: 32px;
	}
	.img-bary img:nth-child(3) {
		top: 23px;
		right: 54px;
		width: 22px;
		height: 24px;
	}
	.img-bary img:nth-child(4) {
		top: 61px;
		left: 162px;
		width: 18px;
		height: 34px;
	}
	.img-bary img:nth-child(5) {
		top: 107px;
		left: 82px;
		width: 18px;
		height: 44px;
	}
	.img-bary img:nth-child(6) {
		bottom: 21px;
		left: 78px;
		width: 33px;
		height: 31px;
	}
}
@media (max-width: 576px) {
	.map-block .map-block-content {
		width: 380px;
		height: 194px;
	}
	.img-akvazona {
		width: 240px;
		height: 140px;
	}
	.img-bany {
		width: 60px;
		height: 65px;
		right: 28px;
		top: 18px;
	}
	.img-spa {
		width: 65px;
		height: 30px;
		right: 24px;
		top: 80px;
	}
	.img-child {
		width: 63px;
		height: 35px;
		right: 19px;
		top: 107px;
	}
	.img-basseyn {
		width: 100px;
		height: 45px;
		bottom: 8px;
		left: 66px;
	}
	.img-razdevalka {
		right: 39px;
    	bottom: 11px;
    	width: 145px;
    	height: 25px;
	}
	.img-plyaj {
    	width: 107px;
    	bottom: 1px;
    	left: 52px;
    	height: 40px;
	}
	.img-uyut {
		right: 18px;
 		bottom: 34px;
    	width: 127px;
    	height: 25px;
	}
	.img-kassa {
		right: 9px;
		bottom: 8px;
		height: 28px;
		width: 36px;
	}
	.img-bary img:first-child {
		bottom: 21px;
		left: 169px;
		width: 18px;
		height: 16px;
	}
	.img-bary img:nth-child(2) {
		top: 59px;
		right: 38px;
		width: 20px;
		height: 24px;
	}
	.img-bary img:nth-child(3) {
		top: 19px;
		right: 34px;
		width: 16px;
		height: 18px;
	}
	.img-bary img:nth-child(4) {
		top: 45px;
		left: 136px;
		width: 16px;
		height: 26px;
	}
	.img-bary img:nth-child(5) {
		top: 80px;
		left: 76px;
		width: 17px;
		height: 32px;
	}
	.img-bary img:nth-child(6) {
		bottom: 19px;
    	left: 77px;
    	width: 24px;
    	height: 24px;
	}
	.img-razdevalka-pin {
		left: 160px;
		bottom: 12px;
		width: 39px;
		height: 44px;
	}
	.img-med {
		right: 145px;
		bottom: 34px;
		width: 38px;
		height: 20px;
	}
	.pointer-box {
		padding: 32px 24px;
		font-size: 12px;
		line-height: 26px;
	}
	.pointer-box .title {
		margin-bottom: 10px;
	}
	.pointer-box .title,
	.pointer-list.type_2 .pointer-box .title {
		font-size: 20px;
	}
	.pointer-list.type_2 .pointer-box .img {right:0;}
}
.map-block-nav__item.yellow {
    color: #FFE900;
    border-color: #FFE900;
}
.map-block-nav__item.yellow.active {
	background-color: #FFE900;
}
.map-block-nav__item.green {
    color: #00A68B;
    border-color: #00A68B;
}