.anchor-wrap {
	position: sticky;
	top: 0;
	z-index: 3;
	background: #fff;
}
.e-two-top {
	display: flex;
	background: #fff;
	z-index: 2;
	padding-bottom: 1px;
	overflow: auto;
	max-width: 940px;
	width: 100%;
	margin-left: 0;
}
.e-two-top__box {
	display: flex;
	width: 100%;
	transition: transform 0.3s linear;
}
.e-two-top .swiper-slide {
	aspect-ratio: unset;
}
.js-e-two-slider .swiper-slide {
	width: unset;
	flex-grow: 1;
}
.e-two-top a {
	flex-grow: 1;
	padding: 16px 16px;
	border-bottom: 2px solid #e2e4e7;
	margin-bottom: -1px;
	text-align: center;
	color: #000000;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	white-space: nowrap;
	display: block;
	transform: all 0.3s linear;
}
.e-two-top a.active {
	border-color: #ff2d2d;
}
.museum-link {
	display: flex;
	align-items: center;
	text-transform: uppercase;
	margin-top: 35px;
}
.museums {
	padding-bottom: 24px;
}
.museums .item-page-name-block {
	padding-bottom: 20px;
}
.rating-top {
	margin-bottom: 20px;
}
.museums-top {
	display: flex;
	gap: 10px;
}
.museums-gallary {
	display: grid;
	grid-template-columns: 1fr 1fr 205px 205px;
	grid-gap: 10px;
}
.museums-gallary a {
	/* max-width: 205px; */
	display: flex;
	border-radius: 8px;
	overflow: hidden;
	position: relative;
}
.museums-gallary a span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	text-align: center;
	font-family: "Roboto Flex";
	font-size: 40px;
	font-style: normal;
	font-weight: 660;
	line-height: 120%;
	letter-spacing: -0.8px;
	display: flex;
	flex-direction: column;
}
.museums-gallary a small {
	color: #fff;
	text-align: right;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}
.museums-gallary a:nth-child(1) {
	grid-column: span 2 / span 2;
	grid-row: span 2 / span 2;
	border-top-left-radius: 32px;
	border-bottom-left-radius: 32px;
}
.museums-gallary a.overlay {
	position: relative;
}
.museums-gallary a.overlay::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(12, 11, 11, 0.44);
	position: absolute;
	top: 0;
	left: 0;
}
.museums-card-list {
	max-width: 390px;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.museums-card {
	display: flex;
	position: relative;
	border-radius: 8px;
}
.museums-card:first-child {
	background: #e5f8ff;
	border-top-right-radius: 32px;
}
.museums-card:last-child {
	border-bottom-right-radius: 32px;
	background: #e8ffe0;
}
.museums-card-title {
	color: #204d5e;
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	padding: 32px;
	position: absolute;
	top: 0;
	left: 0;
}
.museums-card-img {
	margin-left: auto;
	display: flex;
}
.museums-box {
	display: flex;
	justify-content: space-between;
	gap: 40px;
	position: relative;
	margin-top: -34px;
}
.museums-left {
	max-width: 940px;
	width: 100%;
	padding-top: 34px;
}
.museums-about {
	color: #707070;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}
.museums-about p {
	margin-bottom: 20px;
}
.museums-about h2 {
	color: #141414;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	margin: 32px 0 16px;
}
.museums-about {
	margin-top: 32px;
}
.museums-about-tag {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 80px;
}
.museums-about-tag__left {
	display: flex;
	align-items: center;
}
.museums-about-tag__left span {
	margin-right: 32px;
	color: #000;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}
.museums-about-tag__left a {
	border-radius: 40px;
	border: 1px solid #e2e4e7;
	padding: 12px 20px;
	display: block;
	margin-right: 8px;
	color: #95979c;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 125%;
}
.museums-about-tag__right {
	position: relative;
}
.museums-about-tag__head {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #173395;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 125%;
	cursor: pointer;
}
.museums-about-tag__box {
	position: absolute;
	top: 95%;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.06);
	padding: 8px 0;
	right: 0;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s linear;
}
.museums-about-tag__box span {
	padding: 6px 12px;
	display: flex;
	align-items: center;
	gap: 8px;
	white-space: nowrap;
}
.museums-about-tag__box a {
	padding: 6px 12px;
	display: flex;
	align-items: center;
	gap: 8px;
}
.museums-about-tag__box a:hover {
	background: #f2f4f7;
	transition: all 0.3s linear;
}
.museums-about-tag__right.active .museums-about-tag__box,
.museums-about-tag__right:hover .museums-about-tag__box {
	opacity: 1;
	visibility: visible;
	transition: all 0.3s linear;
}
.museums-price {
	padding: 72px 0 40px;
}
.museums-price h5 {
	color: #000;
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	margin-bottom: 32px;
}
.virtual-tour {
	padding: 40px 0;
}
.virtual-tour-flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.virtual-tour-left {
	max-width: 280px;
}
.virtual-tour-title {
	color: #141414;
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	margin-bottom: 120px;
}
.virtual-tour-title span {
	color: #ff2d2d;
}
.virtual-tour-btn {
	border-radius: 16px;
	text-transform: uppercase;
}
.virtual-tour-btn a {
	color: #fff;
	font-family: "Geologica";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	background: #141414;
	border-radius: 12px;
	padding: 18px 30px;
	width: max-content;
	display: flex;
	justify-content: center;
	align-items: center;
}
.virtual-tour-right a {
	border-radius: 240px;
	overflow: hidden;
	display: flex;
}
.museums-sidebar-wrap {
	max-width: 480px;
	width: 100%;
	height: max-content;
	position: sticky;
	top: 16px;
	z-index: 3;
}
.museums-sidebar {
	padding: 32px;
	border-radius: 16px;
	border: 1px solid #95979c;
	background: #fff;
}
.museums-sidebar > ul > li {
	padding: 12px 0;
	color: #707070;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
}
.museums-sidebar > ul > li:first-child {
	padding-top: 0;
}
.museums-sidebar > ul > li:last-child {
	border-bottom: none;
}
.museums-sidebar > ul > li > span,
.museums-sidebar > ul a {
	display: block;
	color: #141414;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	margin-top: 12px;
}
.operating-mode {
	position: relative;
	margin-top: 12px;
}
.operating-mode-head {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #141414;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	cursor: pointer;
}
.operating-mode-box {
	position: absolute;
	border-radius: 4px;
	background: #fff;
	box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.06);
	padding: 12px;
	bottom: 0;
	left: 0;
	width: 100%;
	/* max-width: 172px; */
	opacity: 0;
	visibility: hidden;
	z-index: 3;
	transition: all 0.3s linear;
	transform: translateY(calc(100% + 10px));
}
.operating-mode-box ul {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.operating-mode-box li {
	color: #141414;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 6px;
}
.operating-mode-box li.active {
	color: #ff2d2d;
}
.operating-mode-box p {
	margin-top: 12px;
	padding-top: 12px;
	border-top: 1px solid #e2e4e7;
	color: #9b9b9b;
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
}
.operating-mode.active .operating-mode-box,
.operating-mode:hover .operating-mode-box {
	opacity: 1;
	visibility: visible;
	transition: all 0.3s linear;
}
.available-environment {
	display: flex;
	gap: 4px;
	margin-top: 12px;
}
.available-environment > span {
	border-radius: 6px;
	border: 1px solid #e2e4e7;
	display: flex;
	padding: 10px;
	align-items: center;
	justify-content: center;
}
.toltip {
	position: relative;
	cursor: pointer;
	z-index: 2;
}
.tooltiptext {
	visibility: hidden;
	min-width: 220px;
	border-radius: 4px;
	background: #141414;
	padding: 8px 10px;
	transform: translateY(-57px);
	text-align: left;
	color: #fff;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: 16px;
	position: absolute;
	right: -34px;
	bottom: 0;
	z-index: 2;
}
.tooltiptext::after {
	content: "";
	position: absolute;
	right: 44px;
	bottom: -23px;
	border: 13px solid transparent;
	border-top: 13px solid #141414;
}
.toltip.active span.tooltiptext,
.toltip:hover span.tooltiptext {
	visibility: visible;
	transition: all 0.3s linear;
}
.museums-sidebar-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.museums-sidebar-bottom > a {
	display: flex;
	align-items: center;
	gap: 6px;
	color: #173395;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 125%;
}
.e-two-top a:hover,
.museums-sidebar-bottom > a:hover {
	color: #ff2d2d;
	transition: all 0.3s linear;
}
.museums-sidebar-soc {
	display: flex;
	align-items: center;
	gap: 12px;
}
.museums-sidebar-soc svg {
	fill: #141414;
	transition: all 0.3s linear;
}
.museums-sidebar-soc a:hover svg {
	fill: #ff2d2d;
	transition: all 0.3s linear;
}
.exhibits {
	padding: 40px 0;
}
.exhibits h5 {
	color: #141414;
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	margin-bottom: 32px;
}
.tabs__list.tabs-two {
	flex-direction: column;
	gap: 24px;
	border: none;
	margin: 0px 0px 0px 0px;
	max-width: 350px;
}
.tabs-two .tabs__button {
	overflow: hidden;
	color: #95979c;
	line-height: 140%;
	padding: 0;
	margin: 0;
	text-align: left;
}
.tabs-two button[aria-selected="true"] {
	color: #000;
}
.exhibits .tabs {
	display: flex;
	gap: 44px;
}
.museum-stories .i-link-b,
.poster-museum .i-link-b,
.exhibits-box .i-link-b {
	justify-content: center;
	margin-top: 44px;
}
.exhibits-list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 20px;
}
.exhibits-card {
	border-radius: 8px;
	overflow: hidden;
	position: relative;
}
.exhibits-card-bg {
	background: rgba(12, 11, 11, 0.44);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: flex-end;
}
.exhibits-card-content {
	display: flex;
	align-items: flex-end;
	gap: 24px;
	padding: 20px;
}
.exhibits-card-title {
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}
.exhibits-card-content svg {
	min-width: 21px;
}
.poster-museum {
	padding: 40px 0;
}
.poster-museum-slid {
	display: flex;
	flex-direction: column;
}
.poster-museum-slid__img {
	border-radius: 16px;
	overflow: hidden;
	position: relative;
	display: flex;
}
.poster-museum-info {
	border-radius: 20px;
	background: #fff;
	padding: 8px 16px;
	color: #141414;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	position: absolute;
	bottom: 24px;
	left: 24px;
}
.poster-museum .swiper-slide {
	aspect-ratio: 1.14/1;
}
.poster-museum-slid__box {
	padding: 24px 0 20px;
}
.poster-museum-slid__sub {
	color: #707070;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 133.333%;
	text-transform: uppercase;
	margin-bottom: 24px;
}
.poster-museum-slid__title {
	color: #141414;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	margin-bottom: 16px;
}
.poster-museum-slid__bottom {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	overflow: hidden;
	color: #707070;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.poster-museum-slid__bottom > div {
	display: flex;
	gap: 8px;
}
.poster-museum-slid__bottom > div:not(:last-child)::after {
	content: "";
	display: block;
	min-width: 18px;
	width: 18px;
	height: 100%;
	background: url("new-img/poster-museum-slid__bottom.svg");
	background-size: contain;
	background-repeat: no-repeat;
}
.museum-stories {
	padding: 40px 0;
}
.museum-stories-content {
	padding-top: 24px;
}
.museum-stories-date {
	color: #707070;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 8px;
}
.museum-stories-title {
	color: #141414;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}
.how-get {
	padding: 40px 0;
}
.how-get-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 32px;
}
.how-get-btn a {
	border-radius: 12px;
	background: #141414;
	color: #fff;
	padding: 18px 24px;
}
.how-get-btn span {
	display: flex;
	align-items: center;
	gap: 6px;
}
.how-get-map {
	max-height: 340px;
	overflow: hidden;
	position: relative;
}
.how-get-list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 48px;
	margin-top: 40px;
}
.how-get-card__title {
	color: #141414;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	margin-bottom: 16px;
}
.how-get-card__text {
	color: #707070;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}
.reviews-section {
	padding: 40px 0;
}
.reviews-wrap {
	max-width: 760px;
}
.reviews-section h5 {
	color: #000;
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	margin-bottom: 32px;
}
.nearby {
	padding: 40px 0;
}
.nearby .big-title {
	text-align: left;
	margin-bottom: 22px;
}
.souvenirs-two .i-link-b {
	justify-content: center;
}
.souvenirs-two-card {
	display: flex;
	flex-direction: column;
	max-width: 288px;
	width: unset;
}
.souvenirs-two-img {
	border-radius: 20px;
	overflow: hidden;
}
.direction-three {
	padding: 40px 0 80px;
}
.direction-three-title {
	color: #141414;
	text-align: center;
	font-size: 36px;
	font-style: normal;
	font-weight: 600;
	line-height: 130%;
}
.direction-three-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 40px;
}
.direction-three-card {
	border-radius: 120px;
	border: 1px solid #e2e4e7;
	background: #fff;
	display: inline-flex;
	align-items: center;
	padding: 22.5px 36px 22.5px 26px;
	gap: 10px;
	max-width: 338px;
}
.direction-three-card__name {
	color: #141414;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
}
.tabs__list {
	display: flex;
	gap: 20px;
	border-bottom: 1px solid #e2e4e7;
	margin-bottom: 24px;
}
.tabs__button {
	padding: 16px 22px;
	border-bottom: 2px solid transparent;
	color: #141414;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 125%;
	margin-bottom: -1px;
}
.tabs-one button[aria-selected="true"] {
	border-color: #ff2d2d;
}
.site-link {
	display: flex;
	color: #173395;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	gap: 4px;
}
.site-btn {
	border-radius: 12px;
	border: 1px solid #000;
	display: flex;
	padding: 18px 24px;
	justify-content: center;
	align-items: center;
	color: #141414;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 125%;
}
.site-btn span {
	position: relative;
	z-index: 2;
}
.site-btn:hover {
	border-color: #ff2d2d;
	transition: all 0.8s linear;
}
.direction-single {
	padding: 40px 0;
}
.direction-single-flex {
	display: flex;
	justify-content: space-between;
	margin-top: 52px;
}
.direction-single-left h1 {
	color: #000;
	font-size: 40px;
	font-style: normal;
	font-weight: 600;
	line-height: 130%;
	margin: 0px 0px 4px 0px;
}
.direction-single-right {
	max-width: 870px;
	color: #141414;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}
.direction-single-right p:not(:last-child) {
	margin-bottom: 20px;
}
.direction-single-two {
	padding: 40px 0 48px;
}
.direction-single-slider__box {
	position: relative;
}
.direction-single-slider .swiper-slide {
	aspect-ratio: unset;
}
.direction-single-slid {
	display: flex;
}
.direction-single-slid__img {
	margin-right: 40px;
	aspect-ratio: 1.38/1;
	max-width: 610px;
	border-radius: 24px;
	overflow: hidden;
}
.direction-single-slid__content {
	display: flex;
	flex-direction: column;
}
.direction-single-slid__name {
	font-size: 32px;
	font-weight: 400;
	line-height: 130%;
	text-align: left;
	margin-bottom: 12px;
	color: #141414;
}
.direction-single-slid__text {
	font-size: 18px;
	font-weight: 400;
	line-height: 150%;
	text-align: left;
	margin-bottom: 24px;
	color: #000;
}
.direction-single-slid__distance {
	font-size: 18px;
	font-weight: 400;
	line-height: 150%;
	text-align: left;
	color: #95979c;
}
.direction-single-slid__price {
	font-family: "Roboto Flex";
	font-size: 40px;
	font-weight: 400;
	line-height: 115%;
	text-align: left;
	color: #212121;
	margin-top: auto;
}
.direction-single-slid__bottom {
	font-size: 18px;
	font-weight: 400;
	line-height: 150%;
	text-align: left;
	color: #707070;
}
.direction-btn {
	border-radius: 40px;
	border: 1px solid #141414;
	display: flex;
	width: 48px;
	min-width: 48px;
	height: 48px;
	padding: 12px;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: 0;
	right: 0;
	background: none;
	cursor: pointer;
	z-index: 2;
}
.directionPrev {
	right: 56px;
}
.directionPrev::before {
	content: "";
	display: block;
	background: url("new-img/directionPrev.svg");
	background-size: contain;
	background-repeat: no-repeat;
	width: 7px;
	height: 12px;
}
.directionNext::before {
	content: "";
	display: block;
	background: url("new-img/directionNext.svg");
	background-size: contain;
	background-repeat: no-repeat;
	width: 7px;
	height: 12px;
}
.direction-btn.swiper-button-disabled {
	opacity: 0.4;
}
.big-title {
	color: #141414;
	text-align: center;
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: 130%;
	margin-bottom: 40px;
}
.direction-search .filter-btn svg {
	display: none;
}
#virtual-popup {
	border-radius: 32px;
	background: #fff;
	padding: 32px;
	max-width: 1384px;
	position: relative;
	margin: 0 auto;
}
.mfp-close {
	top: 32px;
	right: 32px;
	position: absolute;
	font-size: 32px;
}
.virtual-popup-title {
	color: #000;
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	margin-bottom: 32px;
}
.virtual-popup-box {
	position: relative;
	border-radius: 20px;
	overflow: hidden;
}
.p-32 {
	padding: 32px 0;
}
.site-link:hover,
.souvenirs-two-card:hover .museum-stories-title {
	color: #ff2d2d;
	transition: all 0.3s linear;
}
.tabs__button:hover {
	opacity: 0.7;
	transition: all 0.3s linear;
}
.tabsi {
	display: flex;
	gap: 44px;
}
.tab-button-outer {
	max-width: 350px;
}
.museums-gallary img {
	object-fit: cover;
	object-position: center;
}
#tab-select {
	border-radius: 4px;
	border: 1px solid #e2e4e7;
	background: #fff;
	padding: 16px 20px;
	overflow: hidden;
	color: #000;
	text-overflow: ellipsis;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	background: #fff url("new-img/chevron-down.svg") no-repeat right center;
	background-position-x: 98%;
	outline: 0;
}
#tab-select option {
	font-size: 16px;
}
#tab-button {
	flex-direction: column;
	gap: 24px;
	border: none;
	margin: 0px 0px 0px 0px;
	margin: 0;
	padding: 0;
	list-style: none;
}
#tab-button li a {
	display: block;
	padding: 16px 22px;
	border-bottom: 2px solid transparent;
	overflow: hidden;
	color: #95979c;
	line-height: 140%;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	text-decoration: none;
}
#tab-button li:not(:first-child) a {
	border-left: none;
}
#tab-button li a:hover,
#tab-button .is-active a {
	color: #000;
}
.exhibits-box h6 {
	overflow: hidden;
	color: #000;
	text-overflow: ellipsis;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	margin-bottom: 32px;
}
.tab-button-outer {
	display: none;
}
.open-sidebar {
	border-radius: 12px;
	background: #ff2d2d;
	box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.06);
	padding: 18px 38px;
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 125%;
	position: fixed;
	bottom: 34px;
	right: 34px;
	z-index: 4;
	display: none;
}
.open-sidebar span {
	display: flex;
	align-items: center;
	gap: 6px;
}
.museums-sidebar-top {
	color: #000;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	position: relative;
	border-bottom: 1px solid #e2e4e7;
	display: none;
	margin: 0 -34px 32px;
	padding-bottom: 20px;
}
.museums-sidebar-close {
	position: absolute;
	left: 27px;
	top: 3px;
	min-width: 20px;
	width: 20px;
}
@media screen and (min-width: 1160px) {
	.tab-button-outer {
		position: relative;
		z-index: 2;
		display: block;
	}
	.tab-select-outer {
		display: none;
	}
	.tab-contents {
		position: relative;
		top: -1px;
		margin-top: 0;
	}
}
@media (max-width: 1540px) {
	.museums-about-tag__left span {
		font-size: 20px;
	}
	.museums-card:last-child {
		border-bottom-right-radius: 24px;
	}
	.museums-gallary a:nth-child(1) {
		border-top-left-radius: 24px;
		border-bottom-left-radius: 24px;
	}
	.museums-card:first-child {
		border-top-right-radius: 24px;
	}
	.nearby .big-title {
		margin-bottom: 15px;
	}
	.how-get-card__text {
		font-size: 16px;
	}
	.how-get-card__title {
		font-size: 20px;
		margin-bottom: 8px;
	}
	.virtual-tour-left {
		max-width: 214px;
	}
	.nearby .big-title,
	.reviews-section h5,
	.exhibits h5,
	.virtual-tour-title {
		font-size: 24px;
	}
	.virtual-tour-right {
		max-width: 480px;
	}
	.how-get-btn a svg {
		max-width: 16px;
		height: auto;
	}
	.museums-sidebar .add-routes svg {
		margin-left: 6px;
		max-width: 16px;
		height: auto;
	}
	.virtual-tour-btn a,
	.how-get-btn a,
	.museums-sidebar .add-routes {
		font-size: 12px;
		padding: 14px 20px;
		height: 44px;
		border-radius: 12px;
	}
	.museums-price h5 {
		font-size: 24px;
		margin-bottom: 24px;
	}
	.museums-about-tag {
		margin-top: 64px;
	}
	.museums-sidebar a.add-routes {
		margin-top: 24px;
	}
	.available-environment > span {
		padding: 8px;
		max-width: 36px;
		border-radius: 4px;
	}
	.operating-mode-head svg {
		max-width: 20px;
		height: 20px;
	}
	.museums-about h2 {
		margin: 24px 0 8px;
		font-size: 20px;
	}
	.museums-about,
	.operating-mode-head,
	.museums-sidebar > ul > li > span,
	.museums-sidebar > ul a {
		font-size: 16px;
	}
	.museums-sidebar {
		padding: 24px;
		border-radius: 12px;
	}
	.museums-sidebar-wrap {
		max-width: 340px;
	}
	.e-two-top,
	.museums-left {
		max-width: 860px;
	}
	.museums-card-title {
		font-size: 24px;
	}
	#virtual-popup {
		padding: 24px;
		border-radius: 24px;
	}
	.virtual-popup-box {
		border-radius: 16px;
	}
	.virtual-popup-title {
		font-size: 24px;
		margin-bottom: 24px;
	}
	.direction-three-title {
		font-size: 32px;
	}
	.direction-three-card__name {
		font-size: 20px;
	}
	.direction-three-card__img {
		max-width: 72px;
	}
	.direction-three {
		padding-bottom: 64px;
	}
	.direction-single-two,
	.direction-single {
		padding: 32px 0px;
	}
	.p-32 {
		padding: 26px 0;
	}
}
@media (max-width: 1170px) {
	.museums-card:last-child {
		border-bottom-right-radius: 16px;
	}
	.museums-card:first-child {
		border-top-right-radius: 16px;
	}
	.museums-gallary a:nth-child(1) {
		border-top-left-radius: 16px;
		border-bottom-left-radius: 16px;
	}
	.virtual-popup-box {
		border-radius: 0;
	}
	#virtual-popup {
		padding: 0;
		border-radius: 12px;
		top: 50%;
	}
	.virtual-popup-title {
		font-size: 16px;
		margin-bottom: 20px;
		text-align: center;
		padding-top: 20px;
	}
	.mfp-close {
		top: 8px;
		right: 8px;
	}
	.open-sidebar {
		display: block;
	}
	.tabs__list {
		margin-bottom: 16px;
		gap: 0;
	}
	.tabs__button {
		font-size: 12px;
		padding: 12px 15px;
	}
	.reviews-section .w_is-owner {
		margin-bottom: 0;
	}
	.how-get-top {
		margin-bottom: 24px;
	}
	.how-get-list {
		grid-template-columns: 1fr;
		grid-gap: 20px;
		margin-top: 24px;
	}
	.museum-stories-title {
		font-size: 16px;
	}
	.museum-stories-date {
		font-size: 12px;
		margin-bottom: 4px;
	}
	.museum-stories-content {
		padding-top: 20px;
	}
	.poster-museum-slid__bottom {
		font-size: 12px;
	}
	.poster-museum-slid__title {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.poster-museum-slid__sub {
		margin-bottom: 12px;
	}
	.exhibits-box .i-link-b {
		margin-top: 20px;
	}
	.museum-stories .i-link-b,
	.poster-museum .i-link-b {
		display: none;
	}
	.poster-museum-slid__box {
		padding: 16px 0 0;
	}
	.museum-stories .main-hotels-slider,
	.poster-museum .main-hotels-slider {
		margin-right: -34px;
	}
	/* .tabs__list.tabs-two, */
	.exhibits-box h6 {
		display: none;
	}
	.exhibits-list {
		grid-template-columns: 1fr 1fr;
	}
	.exhibits-card-title {
		font-size: 12px;
	}
	.tabsi {
		flex-direction: column;
		gap: 24px;
	}
	.exhibits .tabs {
		flex-direction: column;
		gap: 24px;
	}
	.nearby,
	.reviews-section,
	.how-get,
	.museum-stories,
	.poster-museum,
	.exhibits,
	.virtual-tour {
		padding: 30px 0;
	}
	.virtual-tour-btn a,
	.how-get-btn a,
	.museums-sidebar .add-routes {
		border-radius: 8px;
	}
	.virtual-tour-right {
		max-width: 428px;
	}
	.museums-price {
		padding: 48px 0 24px;
	}
	.museums-about-tag {
		margin-top: 40px;
	}
	.museums-about-tag__left a {
		font-size: 12px;
		padding: 10px 16px;
	}
	.museums .item-page-name-block {
		flex-direction: row;
		padding: 24px 0 12px;
	}
	.rating-top {
		margin-bottom: 24px;
	}
	.museums-about {
		margin-top: 24px;
	}
	.museums {
		padding-bottom: 12px;
	}
	.museums-gallary a:nth-child(1) {
		border-top-left-radius: 16px;
		border-bottom-left-radius: 16px;
		max-width: 317px;
		max-height: 186px;
	}
	.museums-gallary a:nth-child(1) img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.museums-card-img {
		max-width: 91px;
	}
	.museums-gallary a small {
		font-size: 14px;
	}
	.museums-gallary a span {
		font-size: 20px;
	}
	.museums-card-title {
		font-size: 16px;
		padding: 10px;
	}
	.museums-gallary a,
	.museums-card {
		border-radius: 4px;
	}
	.museums-card-list {
		max-width: 189px;
		gap: 4px;
	}
	.museums-gallary {
		grid-template-columns: 1fr 1fr 91px 91px;
		grid-gap: 4px;
	}
	.e-two-top a {
		padding: 12px 15px;
		font-size: 12px;
	}
	.e-two-top,
	.museums-left {
		max-width: unset;
	}
	.toltip svg {
		pointer-events: none;
	}
	.tooltiptext {
		right: unset;
		left: 0;
	}
	.tooltiptext::after {
		right: unset;
		left: 5px;
	}
	.museums-sidebar a.add-routes {
		margin: 20px auto 10px;
		width: max-content;
	}
	.museums-sidebar-bottom {
		/* padding-bottom: 32px; */
		padding: 0 34px 32px;
		border-bottom: 1px solid #e2e4e7;
		margin: 0 -34px;
	}
	.museums-sidebar {
		padding: 20px 34px;
	}
	.museums-sidebar-top {
		display: block;
	}
	.museums-sidebar {
		width: 100%;
		border-radius: 24px 24px 0px 0px;
	}
	.museums-sidebar-wrap {
		position: fixed;
		bottom: 0;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		display: flex;
		align-items: flex-end;
		max-width: unset;
		background: rgba(12, 11, 11, 0.44);
		z-index: 5;
		display: none;
	}
	.museums-sidebar-wrap.active {
		display: flex;
	}
	.direction-three-card__name {
		font-size: 14px;
	}
	.direction-three-card__img {
		max-width: 48px;
	}
	.direction-three-card {
		gap: 8px;
		padding: 14px 20px 15px 16px;
	}
	.direction-three {
		padding-bottom: 48px;
	}
	.direction-single-flex {
		margin-top: 32px;
	}
	.direction-single-left h1 {
		font-size: 26px;
	}
	.direction-single-right {
		font-size: 12px;
		max-width: 480px;
	}
	.direction-single-right p:not(:last-child) {
		margin-bottom: 12px;
	}
	.direction-single-slid__name {
		font-size: 18px;
	}
	.direction-single-slid__distance,
	.direction-single-slid__text {
		font-size: 12px;
	}
	.direction-single-slid__price {
		font-size: 28px;
	}
	.direction-single-slid__bottom {
		font-size: 12px;
	}
	.direction-single-slid__img {
		margin-right: 20px;
		border-radius: 12px;
	}
	.direction-btn {
		width: 36px;
		min-width: 36px;
		height: 36px;
		padding: 8px;
	}
	.directionPrev {
		right: 44px;
	}
	.p-32 {
		padding: 20px 0;
	}
	.direction-single-two {
		padding: 24px 0 28px;
	}
	.direction-single {
		padding: 24px 0;
	}
}
@media (max-width: 767px) {
	#tab-select {
		background-position-x: 97%;
		max-width: 100%;
	}
	#tab-select option {
		max-width: 90%;
	}
	.museums-price {
		padding-top: 20px;
	}
	.museums-about-tag__head {
		font-size: 12px;
	}
	.museums-about-tag__head svg {
		max-width: 16px;
		height: auto;
	}
	.museums-about-tag__left {
		width: 100%;
	}
	.museums-about-tag__left span {
		font-size: 14px;
		margin-right: auto;
	}
	.museums-card:last-child {
		border-bottom-right-radius: 4px;
	}
	.museums-card:first-child {
		border-top-right-radius: 4px;
	}
	.slider__price {
		font-size: 28px;
	}
	#virtual-popup {
		transform: translateY(-50%);
	}
	.virtual-popup-title {
		margin-bottom: 16px;
		padding-top: 16px;
	}
	.slider__location {
		margin-top: 12px;
	}
	.i-fwo-slider__title {
		font-size: 18px;
	}
	.slider__title__with__count {
		margin-bottom: 12px;
	}
	.museum-link {
		margin-top: 20px;
		justify-content: flex-end;
	}
	.museums-sidebar {
		padding: 16px 20px;
	}
	.museums-about,
	.operating-mode-head,
	.museums-sidebar > ul > li > span,
	.museums-sidebar > ul a {
		font-size: 14px;
	}
	.museums-sidebar a.add-routes {
		width: 100%;
	}
	.museums-card-list {
		position: absolute;
		bottom: 0;
		left: 0;
		max-width: unset;
		flex-direction: row;
		padding: 0 20px;
	}
	.museums-card {
		width: 47%;
		flex-grow: 1;
	}
	.museums-card-title {
		font-size: 12px;
		max-width: 76px;
	}
	.museums-gallary a:nth-child(1) {
		border-radius: 0;
		max-width: unset;
		max-height: unset;
	}
	.museums-gallary {
		display: block;
		margin: 0 -20px;
	}
	.poster-museum-info {
		padding: 6px 10px;
		font-size: 10px;
		bottom: 16px;
		left: 16px;
	}
	.poster-museum-slid__img {
		border-radius: 12px;
		aspect-ratio: 1.787/1;
	}
	.poster-museum,
	.museum-stories {
		position: relative;
	}
	.museums-about h2 {
		margin: 16px 0 8px;
		font-size: 16px;
	}
	.museums-about {
		font-size: 14px;
		margin-top: 20px;
	}
	.nearby,
	.reviews-section,
	.exhibits,
	.virtual-tour {
		padding: 20px 0;
	}
	.museum-stories,
	.poster-museum {
		padding: 20px 0 50px;
		margin-bottom: 20px;
	}
	.how-get-box {
		position: relative;
		padding-bottom: 54px;
	}
	.how-get-btn {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
	}
	.how-get-top {
		margin-bottom: 20px;
	}
	.how-get-card__title {
		font-size: 14px;
	}
	.how-get-card__text {
		font-size: 12px;
	}
	.museum-stories .main-hotels-slider,
	.poster-museum .main-hotels-slider {
		margin-right: -20px;
	}
	.exhibits-list {
		display: flex;
		grid-gap: unset;
		gap: 12px;
		overflow: scroll;
		margin-right: -20px;
	}
	.how-get-map {
		border-radius: 12px;
		overflow: hidden;
	}
	.exhibits-box .i-link-b {
		display: none;
	}
	.exhibits-card {
		min-width: 252px;
	}
	.virtual-tour-title {
		font-size: 20px;
		margin: 0 auto 20px;
		max-width: 182px;
		text-align: center;
	}
	.museums-about-tag__right {
		margin: 20px 0 20px auto;
	}
	.virtual-tour-left {
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-bottom: 24px;
	}
	.virtual-tour-right,
	.virtual-tour-left {
		max-width: unset;
	}
	.virtual-tour-flex {
		flex-direction: column;
		align-items: center;
	}
	.museums-about-tag {
		margin-top: 32px;
		flex-direction: column;
	}
	.museums-gallary a:not(:first-child) {
		display: none;
	}
	.museums .container {
		display: flex;
		flex-direction: column-reverse;
		position: relative;
		padding-bottom: 24vw;
	}
	.museums {
		padding-bottom: 20px;
	}
	.site-btn {
		width: 100%;
	}
	.tabs__button {
		white-space: nowrap;
		padding: 12px 15px;
		font-size: 14px;
	}
	.tabs__list {
		overflow-x: scroll;
		gap: 10px;
		padding-bottom: 1px;
	}
	/* .main-hotels-slider {
		margin-right: -20px;
	} */
	.direction-three-title {
		font-size: 24px;
	}
	.direction-three-list {
		margin-top: 24px;
	}
	.direction-three-card {
		padding: 13px 16px 13px 11px;
	}
	.direction-three-card__name {
		font-size: 10px;
	}
	.direction-three-card__img {
		max-width: 32px;
	}
	.direction-three {
		padding-bottom: 40px;
	}
	.direction-single-slid,
	.direction-single-flex {
		flex-direction: column;
	}
	.direction-single-flex {
		margin-top: 0;
	}
	.direction-single-right {
		max-width: unset;
		margin-top: 20px;
	}
	.direction-single-slid__img {
		margin: 0px 0px 16px 0px;
	}
	.direction-single-slid__text {
		margin-bottom: 16px;
	}
	.direction-single-slid__distance {
		margin-bottom: 24px;
	}
	.direction-single-slider__box {
		padding-bottom: 50px;
	}
	.direction-btn {
		right: unset;
		left: 0;
	}
	.directionNext {
		left: 44px;
	}
	.big-title {
		font-size: 26px;
		margin-bottom: 24px;
	}
	.title_line a {
		position: absolute;
		bottom: 0;
		right: 16px;
	}
	.p-32 .container {
		position: relative;
		padding-bottom: 40px;
	}
	.p-32 {
		padding: 16px 0;
	}
}
/* form css  */

.switch-card {
	margin-left: 52px;
	display: flex;
	align-items: center;
	position: relative;
}
.switch-label {
	width: 100%;
}
.switch-toggle {
	display: inline-flex;
	align-items: center;
	cursor: pointer;
	color: #141414;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;

	width: 100%;
	justify-content: space-between;
}
.switch-label-text {
	margin: 0px 20px 0px 0px;
	white-space: nowrap;
}
.switch-toggle-state {
	display: none;
}
.indicator {
	position: relative;
	width: 36px;
	height: 22px;
	background: #d8d8d9;
	border-radius: 100px;
}
.indicator::after {
	content: "";
	position: absolute;
	top: 2px;
	left: 2px;
	width: 18px;
	height: 18px;
	background: #fff;
	border-radius: 90px;
	transition: 0.3s;
}
.switch-toggle-state:checked ~ .indicator {
	background: #ff2d2d;
	border-color: #ff2d2d;
}
.switch-toggle-state:checked ~ .indicator::after {
	left: calc(100% - 2px);
	transform: translateX(-100%);
}

.radio-wrapper {
	position: relative;
	padding: 1px 0;
}
.radio-input {
	clip: rect(0 0 0 0);
	-webkit-clip-path: inset(100%);
	clip-path: inset(100%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}
.radio-tile {
	border-radius: 8px;
	background: #f2f4f7;
	display: inline-flex;
	padding: 15px 16px 16px 16px;
	justify-content: center;
	align-items: center;
	color: #707070;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 125%;
	width: max-content;
	transition: 0.15s ease;
	cursor: pointer;
	position: relative;
	transition: all 0.3s linear;
}
.radio-input:checked + .radio-tile {
	background: #141414;
	color: #fff;
	transition: 0.15s ease;
	transition: all 0.3s linear;
}

.new-select {
	position: relative;
	border-radius: 1px;
	border: 1px solid #e2e4e7;
	padding: 19px 24px;
	cursor: pointer;
	user-select: none;
	color: #141414;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 125%;
}
.new-select__list {
	position: absolute;
	top: 62px;
	left: 0;
	border-radius: 6px;
	background: #fff;
	box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.06);
	cursor: pointer;
	width: 100%;
	z-index: 4;
	background: #fff;
	user-select: none;
}
.new-select__list.on {
	display: block;
}
.new-select__item span {
	display: block;
	padding: 10px 24px;
	position: relative;
	color: #141414;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 125%;
}
.new-select:after {
	content: "";
	display: block;
	width: 10px;
	height: 6px;
	position: absolute;
	right: 16px;
	top: 26px;
	background: url("new-img/new-select.svg") no-repeat right center / cover;
	opacity: 0.6;
	-webkit-transition: all 0.27s ease-in-out;
	-o-transition: all 0.27s ease-in-out;
	transition: all 0.27s ease-in-out;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}
.new-select.on:after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.radio-switches {
	width: 100%;
}

.new-select__item span:hover {
	color: #ff2d2d;
}

@media (max-width: 1185px) {
}
@media (max-width: 890px) {
	.switch-toggle {
		font-size: 16px;
	}

	.switch-card {
		max-width: 212px;
		margin: 12px 0px 0px 0px;
	}
}
@media (max-width: 767px) {
	.switch-card {
		max-width: unset;
		margin-top: 24px;
	}

	.new-select {
		font-size: 14px;
		padding: 12px 16px;
		height: 44px;
	}
	.new-select::after {
		right: 14px;
		top: 18px;
	}

	.radio-tile {
		font-size: 12px;
		padding: 10.5px 16px 10.5px 16px;
	}

	.new-select__item span {
		padding: 10px 16px;
		font-size: 14px;
	}
}

#how-get-map {
	min-height: 340px;
}
#how-get-map .ymaps-2-1-79-balloon__tail {
	display: none;
}
#how-get-map .ymaps-2-1-79-balloon {
	box-shadow: none;
	border: 0;
}
#how-get-map .ymaps-2-1-79-balloon__layout {
	border-radius: 10px;
}
#how-get-map .__price {
	color: #767676;
}

.reviews-section.ya .reviews {
	display: flex;
	height: 100vh;
	max-height: 1100px;
	align-items: flex-start;
	margin-top: 30px;
}
.item-page-info-block .rating-top iframe {
	margin-top: -57px;
}
.item-page-info-block .rating-top {
	max-height: 55px;
	overflow: hidden;
	max-width: 310px;
	width: 100%;
}

@media (max-width: 992px) {
	.item-page-info-block .rating-top {
		max-height: 55px;
		overflow: hidden;
		max-width: 310px;
		width: 100%;
	}
	.item-page-info-block .rating-top iframe {
		margin-top: -47px;
	}
	.item-page-info-block .rating-top {
		max-height: 108px;
		margin-bottom: 0;
	}
}
.museums-gallary .w_image.hidden {
	display: none;
}
.mfp-gallery .mfp-arrow,
.mfp-gallery .mfp-close {
	background: #ff2d2d;
	z-index: 9999;
}
img.mfp-img {
	width: 100%;
}
#vtour .vtour_toggle iframe {
	aspect-ratio: 1.4/1;
	min-height: 380px;
}
#vtour .virtual-tour-right .vtour_toggle {
	position: relative;
}
#vtour .virtual-tour-right .vtour_toggle::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.museums-sidebar span[data-beach-status="Разрешено"] { color: green; }
.museums-sidebar span[data-beach-status="Ожидает разрешения"] { color: #d8d800; }
.museums-sidebar span[data-beach-status="Исследования не произведены"] { color: #ff7c2d; }
.museums-sidebar span[data-beach-status="Запрещено"] { color: red; }