@charset "UTF-8";
html,
body {
	margin: 0;
	padding: 0;
	font-size: 17px;
	color: #525252;
	font-family: "Rubik", sans-serif;
	scroll-behavior: smooth;
}

body * {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.clearfix::after {
	display: block;
	content: "";
	clear: both;
}

input,
textarea {
	border-radius: 0;
}

input[type="submit"],
button,
input[type="file"] {
	-webkit-appearance: none;
	cursor: pointer;
}

input:focus,
button:focus,
textarea:focus,
select:focus {
	outline: none;
}

input,
textarea {
	font-family: "Rubik", sans-serif;
}

ul,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ol {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: inherit;
}

ul,
ol {
	list-style: none;
}

img,
svg {
	max-width: 100%;
	height: auto;
}

a {
	color: inherit;
	text-decoration: none;
	display: inline-block;
}

.bg-style {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.img-block {
	display: block;
	width: 100%;
}

.img-block-all-size {
	display: block;
	width: 100%;
	object-fit: cover;
	height: 100%;
}

.internal-wrapper {
	margin: 0 auto;
}

.cursor-pointer {
	cursor: pointer;
}

.button-default {
	border: none;
	background-color: #febc3b;
	color: #04535e;
	display: inline-block;
	font-weight: 500;
	line-height: 1.2;
	transition: all 0.4s ease;
}

.button-default:hover {
	background-color: #ffa900;
}

.button-default:focus {
	background-color: #ffa900;
}

.title {
	font-size: 55px;
	font-weight: 700;
	color: #04535e;
}

.title-lines {
	position: relative;
	display: inline-block;
}

.title-lines:after,
.title-lines:before {
	content: "";
	position: absolute;
	width: 108px;
	height: 2px;
	background-color: #04535e;
	top: 50%;
	transform: translateY(-50%);
}

.title-lines:after {
	right: -120px;
}

.title-lines:before {
	left: -120px;
}

.z-index-2 {
	z-index: 1;
	position: relative;
}

.main-wrapper {
	padding-top: 71px;
}

.main-content-wrapper {
	background-attachment: fixed;
	position: relative;
}
.main-content-wrapper__overlay {
	position: absolute;
	width: 85.4vw;
	left: 50%;
	transform: translateX(-50%);
	background-color: rgba(255, 255, 255, 0.7);
	height: 100%;
}

.content-block {
	font-size: 17px;
	line-height: 147%;
}
.content-block li {
	position: relative;
	padding-right: 10px;
}
.content-block li:before {
	top: 0;
	content: "•";
	position: absolute;
	right: 0;
}

.section-item {
	position: relative;
}

.order-tickets-fixed {
	position: fixed;
	right: -3px;
	bottom: 50px;
	z-index: 10;
	background-color: #0c7854;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	border: 3px solid #ffffff;
	color: #ffffff;
	text-align: center;
	transition: all 0.2s;
	animation-name: changeColor;
	animation-duration: 2s;
	animation-iteration-count: infinite;
}
.order-tickets-fixed__link {
	display: block;
	padding: 17px 35px 20px 35px;
}
.order-tickets-fixed__text {
	margin-top: 8px;
	font-size: 18px;
	font-weight: 700;
	line-height: 100%;
}

@keyframes changeColor {
	0% {
		background-color: #0c7854;
		transform: scale(1);
	}
	33% {
		background-color: #0c9654;
		transform: scale(1.02);
	}
	66% {
		background-color: #0c9654;
		transform: scale(1.02);
	}
	100% {
		background-color: #0c7854;
		transform: scale(1);
	}
}
.order-tickets-fixed:hover {
	transition: all 0.2s;
	background-color: #0c9654;
	animation-play-state: paused;
}

.lg-outer {
	direction: ltr;
}

.lg-toolbar .lg-icon {
	background-color: transparent !important;
}

#lg-counter {
	display: none;
}

#lg-download {
	display: none;
}

.mobile-block {
	display: none;
}

#wpadminbar {
	position: absolute !important;
}

.section-anchor {
	position: relative;
	top: -70px;
}

body .accessability_container button.aicon_link,
body .accessability_container button.aicon_link img {
	background: transparent !important;
}

@media (min-width: 992px) {
	.header__menu {
		display: block !important;
	}

	html,
	body {
		font-size: 0.885vw;
	}

	input[type="submit"],
	button,
	.title {
		font-size: 2.865vw;
	}

	.title-lines:after,
	.title-lines:before {
		width: 5.625vw;
		height: 0.104vw;
	}

	.title-lines:after {
		right: -6.25vw;
	}

	.title-lines:before {
		left: -6.25vw;
	}

	.main-wrapper {
		padding-top: 3.698vw;
	}

	.main-content-wrapper__overlay {
		width: 85.4vw;
	}

	.content-block {
		font-size: 0.885vw;
	}

	.order-tickets-fixed {
		right: -0.156vw;
		bottom: 2.604vw;
		border-top-left-radius: 1.563vw;
		border-bottom-left-radius: 1.563vw;
	}
	.order-tickets-fixed__link {
		padding: 0.885vw 1.823vw 1.042vw 1.823vw;
	}
	.order-tickets-fixed__text {
		margin-top: 0.417vw;
		font-size: 0.938vw;
	}

	.section-anchor {
		top: -3.646vw;
	}

	.content-block {
		font-size: 0.885vw;
	}
	.content-block li {
		padding-right: 0.55vw;
	}
	.content-block li:before {
		content: "•";
	}
}
.banner-arrows {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	cursor: pointer;
}

.chevron {
	position: absolute;
	width: 2.1rem;
	height: 0.48rem;
	opacity: 0;
	transform: scale(0.3);
	animation: move-chevron 3s ease-out infinite;
}

.chevron:first-child {
	animation: move-chevron 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
	animation: move-chevron 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
	content: "";
	position: absolute;
	top: 0;
	height: 100%;
	width: 50%;
	background: #ffffff;
}

.chevron:before {
	left: 0;
	transform: skewY(30deg);
}

.chevron:after {
	right: 0;
	width: 50%;
	transform: skewY(-30deg);
}

@keyframes move-chevron {
	25% {
		opacity: 1;
	}
	33.3% {
		opacity: 1;
		transform: translateY(2.28rem);
	}
	66.6% {
		opacity: 1;
		transform: translateY(3.12rem);
	}
	100% {
		opacity: 0;
		transform: translateY(4.8rem) scale(0.5);
	}
}

@media (max-width: 991px) {
	.main-wrapper {
		padding-top: 47px;
	}

	.mobile-block {
		display: block;
	}

	.desktop-block {
		display: none;
	}

	.main-content-wrapper {
		background-image: none !important;
	}

	.title {
		font-size: 28px;
	}

	.title-lines:after,
	.title-lines:before {
		width: 56px;
	}

	.title-lines:before {
		left: -62px;
	}

	.title-lines:after {
		right: -62px;
	}
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #04535e;
	padding: 18px 99px;
	color: #ffffff;
	z-index: 100;
	height: 71px;
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
.header__internal-wrapper {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.header__logo {
	display: none;
	position: absolute;
	right: 111px;
	top: 71px;
	background-color: #febc3b;
	padding: 20px 12px;
	width: 216px;
	height: 151px;
	border-bottom-right-radius: 40px;
	border-bottom-left-radius: 40px;
}
.header__logo_img {
	width: 187px;
	position: absolute;
	display: block;
	left: 12px;
	bottom: 19px;
}
.header__menu {
	flex-grow: 1;
}
.header__tickets {
	margin: 0 40px 0 112px;
}
.header__tickets_button {
	display: block;
	padding: 5px 35px;
	border-radius: 16px;
	font-size: 20px;
}

.header__menu {
	flex-direction: column;
}
.header__menu li {
	display: inline-block;
	margin-right: 67px;
	font-size: 20px;
}
.header__menu a {
	border-bottom: 1px solid transparent;
	transition: all 0.4s ease;
	padding-bottom: 2px;
}
.header__menu a:hover {
	border-bottom: 1px solid #febc3b;
}

.footer {
	height: 214px;
	background-color: #febc3b;
	direction: ltr;
	color: #ffffff;
}
.footer__internal-wrapper {
	max-width: 1640px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	height: 100%;
}
.footer__logo {
	width: 150px;
	position: relative;
	top: 0;
	z-index: 10;
}
.footer__sign {
	font-size: 19px;
	font-weight: 400;
	color: #000000;
}

.footer__sign a {
	text-decoration: underline;
}
.footer__images {
	margin-right: 80px;
	display: flex;
	align-items: center;
}
.footer__images_item_1 {
	width: 150px;
}
.footer__images_item_2 {
	display: none;
	width: 311px;
	margin: 0 34px 0 45px;
}
.footer__images_item_3 {
	display: none;
	width: 79px;
}

.header__lang {
	direction: ltr;
}
.header__lang li {
	display: inline-block;
	font-size: 23px;
	font-weight: 500;
	margin-right: 17px;
	position: relative;
}
.header__lang li:last-child:after {
	display: none;
}
.header__lang li:after {
	content: "";
	position: absolute;
	width: 2px;
	height: 13px;
	right: -11px;
	top: 8px;
	background-color: #febc3b;
}
.header__lang li.current-lang {
	color: #febc3b;
}

.banner {
	position: relative;
	height: calc(100vh - 71px);
}

.banner__logo-block{
	position: absolute;
	top: 20px;
	left: 20px;
	width: 150px;
	height: 150px;
}
.banner__video_item {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero-block__image-block {
	width: 100%;
	height: 100%;
}

.hero-block__image-block img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.banner__content {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 49px;
	max-width: 300px;
	text-align: center;
}
.banner__content_button_item {
	padding: 15px 30px;
	border-radius: 50px;
	font-size: 27px;
}
.banner__content_text {
	margin-top: 12px;
	color: #6e6e6e;
}
.banner__img {
	display: none;
	width: 270px;
	position: absolute;
	left: 173px;
	bottom: -77px;
	z-index: 1;
}

.fancybox__container video {
	outline: none !important;
}

.about {
	position: relative;
	padding: 32px 0 158px 0;
}

.about__top-image-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	transform: translateY(-40%);
	width: 100%;
	height: auto;
}

.about-top-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.about__internal-wrapper {
	max-width: 820px;
	margin-bottom: 60px;
	margin-top: 120px;
}
.about__header {
	text-align: center;
	margin-bottom: 56px;
	padding-top:60px;
	
}
.about__header_text {
	margin-top: 10px;
}
.about__tickets {
	direction: rtl;
	display: grid;
	column-gap: 25px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 992px) {
.about__tickets >:only-child {
	grid-column:1/-1;
	width:50%;
	justify-self:center;
	}}
.about__tickets_block {
	border: 3px solid #febc3b;
	border-radius: 32px;
	overflow: hidden;
	background-color: #ffffff;
	display: flex;
	flex-direction: column;
}
.about__tickets_img {
	height: 235px;
}
.about__tickets_content {
	min-height: 193px;
	padding: 24px 39px 27px 39px;
	display: flex;
	flex-direction: column;
	flex: 1;
	justify-content: space-between;
}

.about__tickets_content_text {
	text-align: center;
	font-weight: 700;
}
.about__tickets_content_bottom-block {
	text-align: center;
}
.about__tickets_content_price {
	color: #000000;
	font-size: 25px;
	font-weight: 700;
	margin-bottom: 40px;
	margin-top: 40px;
}
.about__tickets_content_buttons {
	display: flex;
	justify-content: space-between;
}
.button-promocode {
	display: none;
}
.about__tickets_content_buttons_item {
	padding: 15px 15px;
	font-size: 15px;
	font-weight: 500;
	width: 90%;
	border-radius: 10px;
	margin: 0 auto;
}
.about__img-grass {
	position: absolute;
	left: 0;
	width: 100%;

	bottom: 0;
	pointer-events: none;
}
.about__img-dragon {
	display: none;
	position: absolute;
	width: 498px;
	right: 0;
	bottom: -85px;
	pointer-events: none;
}

.gallery {
	margin-bottom: 36px;
	text-align: center;
	margin-top: -40px;
}
.gallery__sliders-wrapper {
	margin-top: 38px;
}
.gallery__slider {
	margin-bottom: 20px;
}
.gallery__slider .owl-dots {
	text-align: center;
	margin-top: 10px;
	display: flex;
	justify-content: center;
}
.gallery__slider .owl-dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin: 0 5px;
	background-color: #ffffff !important;
	border: 1px solid #04535e !important;
}
.gallery__slider .owl-dot.active {
	background-color: #04535e !important;
}
.gallery__slider_item {
	height: 300px;
	cursor: pointer;
}

.attractions {
	margin: 60px 0;
	text-align: center;
	position: relative;
}
.attractions__internal-wrapper {
	max-width: 1360px;
}
.attractions__items-wrapper {
	margin-top: 38px;
}
.attractions__items-wrapper {
	display: grid;
	column-gap: 32px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	row-gap: 37px;
}
.attractions__item {
	border: 3px solid #ffffff;
	border-radius: 32px;
	overflow: hidden;
	background-color: #ffffff;
	box-shadow: 0px 12px 30px 0px rgba(0, 0, 0, 0.25);
}
.attractions__item_img {
	height: 232px;
}
.attractions__item_content {
	padding: 32px;
}
.attractions__item_content_title {
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 16px;
	color: #525252;
}

.vr {
	position: relative;
}
.vr__internal-wrapper {
	padding: 100px 416px 300px 271px;
	position: relative;

	z-index: 1;
}
.vr__flex-wrapper {
	display: flex;
}
.vr__content-block {
	width: 44.6%;
	padding: 50px 74px 0 0;
}
.vr__title {
	margin-bottom: 10px;
}
.vr__youtube-block {
	width: 55.4%;
	display: flex;
	justify-content: space-between;
	margin-right: 74px;
}
.vr__youtube-item {
	width: 48.8%;
	border: 3px solid #ffffff;
	border-radius: 32px;
	overflow: hidden;
	background-color: #ffffff;
	position: relative;
	cursor: pointer;
	box-shadow: 0px 12px 30px 0px rgba(0, 0, 0, 0.25);
}
.vr__youtube-item a {
	display: block;
}
.vr__youtube-item:hover svg path {
	opacity: 1;
	transition: all 0.2s;
}
.vr__youtube-item_play-icon {
	width: 95px;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.vr__youtube-item_play-icon img,
.vr__youtube-item_play-icon svg {
	display: block;
	width: 100%;
}
.vr__youtube-item_play-icon path {
	transition: all 0.2s;
}
.vr__grass-img {
	position: absolute;
	left: 0;
	bottom: 40px;
	width: 100%;

	z-index: 0;
}
.vr__dragon-img {
	display:none;
	position: absolute;
	right: 0;
	width: 100%;
	top: 0;
}

.info {
	margin-top: 40px;
	padding-bottom: 230px;
	overflow: hidden;
}
.info__internal-wrapper {
	max-width: 1080px;
	width: 100%;
}
.info__flex-wrapper {
	display: flex;
	justify-content: space-between;
}
.info__block_column.column-first {
	width: 49%;
}
.info__block_column.column-first .info__block {
	margin-bottom: 26px;
}
.info__block_column.column-second {
	width: 37.8%;
}
.info__block_column.column-second .info__block {
	margin-bottom: 49px;
}
.info__block_title {
	margin-bottom: 7px;
}
.info__block_text a {
	text-decoration: underline;
}
.info__block.block-all-width {
	margin-top: 34px;
}
.info__block.block-all-width .info__block_title {
	margin: 40px 0;
}
.info__dyno-img {
	display: none;
	position: absolute;
	left: 0;
	width: 417px;
	bottom: -59px;
}
.info__giraffe-img {
	display: none;
	position: absolute;
	right: 83px;
	width: 259px;
	bottom: -73px;
}
.info__grass-img {
	pointer-events: none;
	bottom: 0;
	position: absolute;
	left: 0;
	width: 100%;
}

@media (min-width: 992px) {
	.header {
		padding: 0.938vw 5.156vw;
		height: 3.698vw;
	}
	.header__logo {
		display: none;
		right: 5.781vw;
		top: 3.698vw;
		padding: 1.042vw 0.625vw;
		width: 11.25vw;
		height: 7.865vw;
		border-bottom-right-radius: 2.083vw;
		border-bottom-left-radius: 2.083vw;
	}
	.header__logo_img {
		width: 9.74vw;
		left: 0.625vw;
		bottom: 0.99vw;
	}
	.header__tickets {
		margin: 0 2.083vw 0 5.833vw;
	}
	.header__tickets_button {
		padding: 0.26vw 1.823vw;
		border-radius: 0.833vw;
		font-size: 1.042vw;
	}
	.header__menu li {
		margin-right: 3.49vw;
		font-size: 1.042vw;
	}
	.header__menu a {
		border-bottom: 0.052vw solid transparent;
		padding-bottom: 0.104vw;
	}
	.header__menu a:hover {
		border-bottom: 0.052vw solid #febc3b;
	}

	.footer {
		height: 11.146vw;
	}
	.footer__internal-wrapper {
		max-width: 85.417vw;
	}
	.footer__logo {
		width: 7.813vw;
/* 		top: -3.854vw; */
	}
	.footer__sign {
		font-size: 0.99vw;
	}
	.footer__images {
		margin-right: 4.167vw;
		align-items: center;
	}
	.footer__images_item_1 {
	width: 7.813vw;	}
	.footer__images_item_2 {
		width: 16.198vw;
		margin: 0 1.771vw 0 2.344vw;
	}
	.footer__images_item_3 {
		width: 4.115vw;
	}

	.header__lang li {
		font-size: 1.198vw;
		margin-right: 0.885vw;
	}

	.header__lang li a {
		transition: all 0.4s ease;
	}

	.header__lang li a:hover {
		color: #febc3b;
	}
	.header__lang li:after {
		width: 0.104vw;
		height: 0.677vw;
		right: -0.573vw;
		top: 0.417vw;
	}

	.banner {
		height: calc(100vh - 3.698vw);
	}
	
	.banner__logo-block{
	top: 1.042vw;
	left: 1.042vw;
	width: 7.813vw;
	height: 7.813vw;
	}
	/* .banner__content {
		bottom: 6.6vw;
		max-width: 15.625vw;
	} */
	.banner__content_button_item {
		padding: 0.781vw 1.563vw;
		border-radius: 2.604vw;
		font-size: 1.406vw;
	}
	.banner__content_text {
		margin-top: 0.625vw;
	}
	.banner__img {
		display: none;
		width: 14.063vw;
		left: 9.01vw;
		bottom: -4.01vw;
	}

	.about {
		padding: 1.667vw 0 8.229vw 0;
	}
	.about__internal-wrapper {
		max-width: 42.708vw;
		margin-bottom: 3.125vw;
		margin-top: 6.25vw;
	}
	.about__header {
		margin-bottom: 2.917vw;
		padding-top:3.125vw;
	}
	.about__header_text {
		margin-top: 0.521vw;
	}
	.about__tickets {
		column-gap: 1.302vw;
	}
	.about__tickets_img {
		height: 12.24vw;
	}
	.about__tickets_content {
		min-height: 10.052vw;
		padding: 1.667vw 1.667vw;
	}
	.about__tickets_content_price {
		font-size: 1.302vw;
		margin-bottom: 2.083vw;
		margin-top: 2.083vw;
	}
	.about__tickets_content_buttons_item {
		padding: 0.781vw 0.781vw;
		font-size: 0.781vw;
		border-radius: 0.521vw;
	}
	.about__img-dragon {
		width: 25.938vw;
		bottom: -4.427vw;
	}

	.gallery {
		margin-bottom: 1.875vw;
		margin-top: -2.083vw;
	}
	.gallery__sliders-wrapper {
		margin-top: 1.979vw;
	}
	.gallery__slider {
		margin-bottom: 1.042vw;
	}
	.gallery__slider .owl-dots {
		margin-top: 0.521vw;
	}
	.gallery__slider .owl-dot {
		width: 0.521vw;
		height: 0.521vw;
		margin: 0 0.26vw;
	}
	.gallery__slider_item {
		height: 15.625vw;
	}

	.attractions {
		margin: 3.125vw 0;
	}
	.attractions__internal-wrapper {
		max-width: 70.833vw;
	}
	.attractions__items-wrapper {
		margin-top: 1.979vw;
	}
	.attractions__items-wrapper {
		column-gap: 1.667vw;
		row-gap: 1.927vw;
	}
	.attractions__item_img {
		height: 12.083vw;
	}
	.attractions__item_content {
		padding: 1.667vw;
	}
	.attractions__item_content_title {
		font-size: 1.458vw;
		margin-bottom: 0.833vw;
	}

	.vr {
	}
	.vr__internal-wrapper {
		padding: 5.208vw 21.667vw 15.625vw 14.115vw
	}
	.vr__content-block {
		padding: 2.604vw 3.854vw 0 0;
	}
	.vr__youtube-block {
	margin-right: 3.854vw;
}
	.vr__title {
		margin-bottom: 0.521vw;
	}
	.vr__youtube-item {
	}
	.vr__youtube-item_play-icon {
		width: 4.948vw;
	}

	.vr__grass-img {
		bottom: 2.083vw;
	}

	.info {
		margin-top: 2.083vw;
		padding-bottom: 11.979vw;
	}
	.info__internal-wrapper {
		max-width: 56.25vw;
	}
	.info__block_column.column-first .info__block {
		margin-bottom: 1.354vw;
	}
	.info__block_column.column-second .info__block {
		margin-bottom: 2.552vw;
	}
	.info__block_title {
		margin-bottom: 0.365vw;
	}
	.info__block.block-all-width {
		margin-top: 1.771vw;
	}
	.info__block.block-all-width .info__block_title {
		margin: 2.083vw 0;
	}
	.info__dyno-img {
		width: 21.719vw;
		bottom: -3.073vw;
	}
	.info__giraffe-img {
		right: 4.323vw;
		width: 13.49vw;
		bottom: -3.802vw;
	}
}
@media (max-width: 991px) {
	.header-bar {
		width: 36px;
		height: 23px;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out;
		cursor: pointer;
	}

	.header-bar span {
		display: block;
		position: absolute;
		height: 4px;
		width: 100%;
		background: #ffffff;
		border-radius: 9px;
		opacity: 1;
		left: 0;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: 0.25s ease-in-out;
		transition: 0.25s ease-in-out;
	}

	.header-bar span:nth-child(2) {
		top: 10px;
	}

	.header-bar span:nth-child(3) {
		top: 20px;
	}

	.header-bar.open span:nth-child(1) {
		transform: translateY(12px) rotate(45deg);
	}

	.header-bar.open span:nth-child(2) {
		width: 0;
		opacity: 0;
	}

	.header-bar.open span:nth-child(3) {
		transform: translateY(-9px) rotate(-45deg);
	}

	.header__menu {
		display: none;
		top: 48px;
		position: absolute;
		right: 0;
		width: 80%;
		background-color: #04535e;
		height: calc(100vh - 48px);
	}

	.header__menu nav {
		margin-top: 60px;
	}

	.header__menu nav li {
		display: block;
		text-align: center;
		margin: 20px 32px;
	}

	.header {
		padding: 9px 16px;
		height: 48px;
	}

	.header__tickets_button {
		font-size: 14px;
		padding: 5px 19px;
	}

	.header__internal-wrapper {
		justify-content: space-between;
		height: 100%;
	}

	.header__tickets {
		margin: 0;
	}

	.banner {
		overflow: hidden;
	}
	
	.banner__logo-block{
		top: 10px;
		left: 10px;
		width: 85px;
		height: 85px;
	}
	.hero-block__image-block {
		display: none;
	}

	.banner__img {
		display: block;
		opacity: 0.6;
		width: 250px;
		height: 250px;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.about__internal-wrapper {
		margin-top: 0;
	}

	.about__top-image-wrapper {
		display: none;
	}
	.about__header {
		padding: 0 36px;
		margin-bottom: 32px;
	}

	.about__tickets {
		display: block;
		padding: 0 22px;
	}

	.about__tickets_img {
		height: 350px;
	}

	.about__tickets_block {
		margin-bottom: 32px;
	}

	.about__tickets_content {
		padding: 32px 32px;
	}

	.about__tickets_content_buttons {
		padding: 0;
	}

	.about__tickets_content_price {
		margin-top: 32px;
		margin-bottom: 32px;
		font-size: 22px;
		font-weight: 500;
	}

	.about {
		padding-bottom: 0;
	}

	.gallery {
		margin-top: 40px;
	}

	.gallery__sliders-wrapper {
		margin-top: 33px;
	}

	.gallery__slider .owl-dot {
		border: 1px solid #04535e !important;
	}

	.gallery__slider .owl-dot.active {
		border: 1px solid transparent !important;
	}

	.gallery__slider {
		margin-bottom: 42px;
	}

	.gallery__slider_item {
		height: 326px;
	}

	.attractions {
		margin: 60px 0;
		padding: 0 22px;
	}

	.attractions__items-wrapper {
		margin-top: 32px;
		display: block;
	}

	.attractions__item {
		margin-bottom: 22px;
	}

	.vr__internal-wrapper {
		padding: 0 17px;
	}

	.vr__flex-wrapper {
		display: block;
	}

	.vr__content-block {
		width: 100%;
		padding: 0;
		margin-bottom: 21px;
	}

	.vr__title {
		text-align: center;
	}

	.vr__text {
		text-align: center;
	}

	.vr__youtube-block {
		display: block;
		width: 100%;
		margin-right:0;
	}

	.vr__youtube-item {
		width: 100%;
	}

	.vr__youtube-item:first-child {
		margin-bottom: 16px;
	}

	.vr {
	}

	.info {
		margin-top: 54px;
		padding: 0 16px 50px 16px;
	}

	.info__flex-wrapper {
		display: block;
	}

	.info__block_column.column-first {
		width: 100%;
	}

	.info__block_column.column-second {
		width: 100%;
	}

	.info__block_column.column-first .info__block {
		margin-bottom: 38px;
	}

	.info__block_column.column-second .info__block {
		margin-bottom: 38px;
	}

	.info__block.block-all-width {
		margin-top: 0;
		font-weight: 500;
	}

	.info__block.block-all-width .info__block_title {
		margin: 30px 0;
	}

	.info__logo-block {
		display: none;
		width: 180px;
		margin: 21px auto 0 auto;
	}

	.footer {
		height: auto;
	}
	.footer::after {
		display: none;
		position: absolute;
		content: "";
		top: 0;
		left: 0;
		width: 100%;
		height: 75px;
		background-color: #ffffff;
	}

	.footer__logo {
		order: 1;
		margin-bottom: 10px;
		top: unset;
	}
	.footer__images {
		order: 2;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.footer__sign {
		order: 3;
		font-size: 20px;
	}

	.footer__internal-wrapper {
		flex-direction: column;
		padding: 0 16px 32px 16px;
		position: relative;
	}

	.footer__internal-wrapper::after {
		position: absolute;
		content: "";
		left: 0;
		top: 0;
		width: 100%;
		height: 32px;
		background-color: #ffffff;
	}

	.footer__images_item_1 {
		width: auto;
		max-width: 111px;
	}

	.footer__images_item_2 {
		display: none;
		width: auto;
		max-width: 160px;
		margin: 0 30px;
	}

	.footer__images_item_3 {
		display: none;
		width: auto;
		max-width: 41px;
	}

	.header__lang {
		text-align: center;
		padding: 20px 32px 32px 32px;
	}

	.banner {
		height: auto;
	}

	.header-logo-mobile {
		display: none;
		width: 146px;
		position: fixed;
		right: 16px;
		top: 48px;
		z-index: 1000;
		padding: 10px 17px;
		pointer-events: none;
	}

	.header-logo-mobile::after {
		position: absolute;
		content: "";
		top: 0;
		right: 0;
		left: 0;
		background-color: #febc3b;
		width: 100%;
		height: 100%;
		z-index: -1;
		border-radius: 0 0 20px 20px;
	}

	.attractions__item_img {
		height: 228px;
	}
}
@media (max-width: 580px) {
	.header-logo-mobile {
		width: 120px;
	}
	.about__tickets_img {
		height: 243px;
	}
	.about__tickets_content_buttons_item {
		width: 100%;
	}

	.banner__img {
		width: 150px;
		height: 150px;
	}
}

@media (max-width: 400px) {
	.header-logo-mobile {
		width: 100px;
	}
	.about__tickets_content {
		padding: 26px 26px;
	}
	.about__tickets_content_buttons {
		flex-direction: column;
	}

	.about__tickets_content_price {
		margin-bottom: 20px;
		margin-top: 20px;
	}
	.about__tickets_content_buttons_item:first-child {
		margin-bottom: 10px;
	}
}

/*# sourceMappingURL=style.css.map */
