/*
Theme Name:     Vertex
Template:       understrap
Version: 9999999
*/

@font-face {
	font-family: 'Geologica';
	src: url('fonts/Geologica-Variable.woff2') format('woff2-variations'), url('fonts/Geologica-Variable.woff2') format('woff2');
}

:root {
	--blue-dark: #003399;
	--blue: #4d88ff;
	--blue-bright: #0055ff;
	--blue-active: #0044cc;
	--blue-light: #e5eeff;
	--orange: #FF6619;
	--orange-bright: #FF7733;
	--orange-active: #E55E1A;
	--black: #000;
	--grey: #666;
	--radius-lg: 2rem;
	--radius-md: 1rem;
	--radius-sm: 0.5rem;
	--gap-lg: 2rem;
	--gap-md: 1rem;
	--gap-sm: 0.5rem;
	--gap-xs: 4px;
	--pd-lg: 6rem;
	--pd-md: 2rem;
}
@media(max-width:1440px) {
	:root {
		--pd-lg: 4rem;
		--pd-md: 1.5rem;
	}
}
@media(max-width:1024px) {
	:root {
		--pd-lg: 2rem;
		--pd-md: 1rem;
		--gap-lg: 1rem;
		--gap-md: 0.5rem;
	}
}

@keyframes heroshow {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

html {
	scrollbar-width: thin;
	scrollbar-gutter: stable;
	scroll-behavior: smooth;
	font-size: 20px;
}
body {
	font-family: 'Geologica', sans-serif;
	font-weight: 300;
	font-stretch: 100%;
	color: var(--black);
	line-height: 1.5;
	width: 100%;
	padding-right: 0 !important;
}
.room-title {
	text-align: center;
	color: #fff;
	font-size: 1.5rem;
	font-weight: 400;
	margin: 0;
}
.sect-title {
	text-transform: uppercase;
	font-size: 4rem;
	line-height: 1.2;
	font-weight: 300;
	margin: 0 0 2rem;
}
svg {
	display: block;
}
a {
	text-decoration: none;
	transition: all ease-in-out 0.15s;
}
a:hover {
	text-decoration: none;
}
@media(max-width:1440px) {
	.sect-title {
		font-size: 2rem;
	}
}
@media(max-width:1024px) {
	html {
		font-size: 16px;
	}
}

/* grid */
.container {
	width: calc(100% - 3rem);
	max-width: 80rem;
	padding-right: 2rem;
	padding-left: 2rem;
}
@media (max-width: 1024px) {
	.container {
		width: 100%;
		max-width: none;
		padding-right: 1rem;
		padding-left: 1rem;
	}
}
@media (max-width: 480px) {
	.container {
		width: 100%;
	}
}
.fulltop {
	padding-top: var(--pd-lg);
}
.fullbot {
	padding-bottom: var(--pd-lg);
}

/* buttons */
.btn {
	line-height: 1;
	padding: 1rem 1.5rem;
	border-radius: 0.5rem;
	font-size: 0.8rem;
	font-weight: 500;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
	border-width: 2px;
	transition: all ease-in-out 0.15s;
}
.btn:focus,
.btn:focus:active {
	box-shadow: none !important;
}
.btn-block {
	display: block;
	width: 100%;
}
.btn-sm {
	font-size: 0.8rem;
	padding: 0.5rem 1rem;
}
.btn-primary {
	background-color: var(--orange);
	border-color: var(--orange);
	color: #fff;
}
.btn-primary:focus {
	background-color: var(--orange-bright);
	border-color: var(--orange-bright);
	box-shadow: none;
	color: #fff;
}
.btn-primary:hover {
	background-color: var(--orange-bright);
	border-color: var(--orange-bright);
}
.btn-primary:active {
	background-color: var(--orange-active) !important;
	border-color: var(--orange-active) !important;
}
.btn-default {
	background-color: var(--blue);
	border-color: var(--blue);
	color: #fff;
}
.btn-default:focus {
	background-color: var(--blue-bright);
	border-color: var(--blue-bright);
	box-shadow: none;
	color: #fff;
}
.btn-default:hover {
	background-color: var(--blue-bright);
	border-color: var(--blue-bright);
	color: #fff;
}
.btn-default:active {
	background-color: var(--blue-active) !important;
	border-color: var(--blue-active) !important;
	color: #fff;
}
.btn-outline {
	background: none;
	border-color: var(--blue);
	color: var(--blue);
}
.btn-outline:focus {
	background: none;
	border-color: var(--blue-bright);
	box-shadow: none;
	color: var(--blue-bright);
}
.btn-outline:hover {
	background: none;
	border-color: var(--blue-bright);
	box-shadow: none;
	color: var(--blue-bright);
}
.btn-outline:active {
	background: none !important;
	border-color: var(--blue-active) !important;
	color: var(--blue-active) !important;
}
.btn-chkb {
	background-color: #fff;
	border-color: #fff;
	color: var(--blue);
}
.btn-chkb:focus {
	background-color: #fff;
	border-color: #fff;
	color: var(--black);
	box-shadow: none;
}
.btn-chkb:hover {
	background-color: #fff;
	border-color: #fff;
	color: var(--black);
	box-shadow: none;
}
.btn-chkb:active {
	background-color: #fff !important;
	border-color: #fff !important;
	color: var(--blue-active);
}
@media (max-width: 1024px) {
	.btn {
		padding: 0.75rem 1.25rem;
	}
	.btn-sm {
		padding: 0.5rem 0.75rem;
	}
}

/* input list */
.input-list {
	display: flex;
	flex-wrap: wrap;
	gap: var(--gap-sm);
}
.input-list__item input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.input-list__item label {
	margin: 0;
}
.input-list__item input:checked + .btn-chkb {
	background-color: var(--blue);
	border-color: var(--blue);
	color: #fff;
}

/* infolist */
.infolist {
	margin-bottom: 3rem;
	display: flex;
	gap: var(--gap-lg);
	flex-direction: column;
}
.infoitem__title {
	font-size: 0.8rem;
	text-transform: uppercase;
	color: var(--blue);
	margin-bottom: 0.5rem;
	font-weight: 500;
}
.infoitem__text {
	color: var(--black);
	line-height: 1.25;
}
.infoitem__text:hover {
	color: var(--black);
}
@media(max-width:1440px) {
	.infoitem__text {
		font-size: 1rem;
	}
}
@media(max-width:1024px) {
	.infolist {
		flex-direction: row;
		flex-wrap: wrap;
		margin-bottom: 1rem;
	}
	.infoitem {
		width: calc((100% - var(--gap-lg)) / 2);
		margin-bottom: 1rem;
	}
}
@media(max-width:480px) {
	.infoitem {
		width: 100%;
	}
}

/* iconlist */
.iconlist {
	display: flex;
	gap: var(--gap-sm);
}
.iconitem {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	background-color: var(--blue-light);
	border-radius: var(--radius-md);
	padding: 1rem;
	flex: 1;
}
.iconitem:hover {
	background-color: var(--blue);
}
.iconitem svg {
	width: 3.5rem;
	height: auto;
	margin: 1.5rem 0;
	fill: var(--blue);
}
.iconitem:hover svg {
	fill: #fff;
}
.iconitem__title {
	text-transform: uppercase;
	color: var(--blue);
	font-size: 0.8rem;
	font-weight: 500;
}
.iconitem:hover .iconitem__title {
	color: #fff;
}
@media(max-width:480px) {
	.iconitem {
		padding: 0.5rem;
	}
	.iconitem svg {
		width: 3rem;
		margin: 1rem 0;
	}
	.iconitem__title {
		font-size: 0.8rem;
	}
}

/* iconcols */
.iconcols {
	display: flex;
	gap: 1.5rem;
	flex-wrap: wrap;
}
.iccitem {
	display: flex;	
	align-items: center;	
	width: calc((100% - var(--gap-lg)) / 2);
	gap: 1rem;
}
.iccitem svg {
	width: 1.5rem;
	height: auto;
	fill: var(--blue);
}
@media(max-width:1024px) {
	.iconcols {
		gap: 0.5rem;
	}
	.iccitem {		
		width: auto;
		padding: 1rem 1.5rem;
		background-color: var(--blue-light);		
		border-radius: var(--radius-sm);
	}
}
@media(max-width:480px) {
	.iccitem {
		flex-direction: column;
		font-size: 0.8rem;
		width: calc((100% - var(--gap-lg)) / 2);
		padding: 1rem 0.5rem 0.5rem;
		align-items: center;
		text-align: center;
		line-height: 1.25;
		justify-content: center;
		gap: 0.5rem;
	}
}

/* abs-bg */
.abs-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100% !important;
	object-fit: cover;
	display: block;
	transition: all ease-in-out 0.15s;
}
.abs-bg-contain {
	position: absolute;
	top: 1rem;
	left: 1rem;
	width: calc(100% - 2rem);
	height: calc(100% - 2rem) !important;
	object-fit: contain;
	display: block;
}
.abs-fade {
	position: relative;
}
.abs-fade:after {
	content: '';
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--blue-dark);
	z-index: 1;
	transition: all ease-in-out 0.15s;
}
.abs-fade-grad:after {
	background: none;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.9));
}
.abs-fade-black:after {
	background-color: var(--black);
}
.abs-fade-10:after {
	opacity: 0.1;
}
.abs-fade-50:after {
	opacity: 0.5;
}

/* wall */
.wall {
	display: flex;
	flex-wrap: wrap;
	gap: var(--gap-lg);
}
.wall-item {
	width: calc((100% - var(--gap-lg)) / 2);
	display: flex;
}

/* slider */
.vertex-slider {
	overflow: hidden;
	position: relative;
}

/* header */
#site-header {	
	width: 100%;	
	position: absolute;
	z-index: 3;
}
.header-wrap {
	display: flex;
	flex: 1;
}
.header-l {
	flex: 1;
	padding: 0 1.5rem;
  display: flex;
  align-items: center;
	font-size: 1.2rem;
}
.header-r {
	flex: 1;
	padding: 0 1.5rem;
	display: flex;
  align-items: center;
	justify-content: flex-end;
	gap: 1rem;
}
.header-tel {
	color: var(--black);
	font-size: 1.5rem;
	font-weight: 900;
}
.header-tel:hover {
	color: var(--black);
}
.header-c {
	flex: none;
}
.site-logo {
	padding: 1.75rem 2rem;
	background-color: var(--blue-dark);
	border-radius: 0 0 2rem 2rem;
	margin-bottom: -3rem;
}
.site-logo img {
	width: 12rem;
}
.custom-logo-link {
	margin: 0;
	padding: 0;
}
#main-nav {
	padding: 0;
}

.header-mob {
	display: none;
	padding: 0.5rem 1rem;
	background-color: var(--blue-dark);
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 20;	
}
.header-mob-logo {
	padding: 0.5rem 0;
}
.header-mob-logo img {
	display: block;
	height: 1.25rem;
}
.header-mob-ctrls {
	display: flex;
	align-items: center;
}
.header-mob-tel {
	padding: 1rem;
  margin: -0.5rem -1rem -0.5rem 0;
}
.header-mob-tel svg {
	fill: #fff;
	width: 1.25rem;
  height: auto;
}

@media(max-width:1440px) {
	.site-logo {
		padding: 1rem 1.5rem;
		margin-bottom: -1.5rem;
		border-radius: 0 0 1.5rem 1.5rem;
	}
	.site-logo img {
		width: 8rem;
	}
	.header-l {
		font-size: 1rem;
	}
	.header-tel {
		font-size: 1rem;
	}
}

@media(max-width:1024px) {
	.header-wrap {
		display: none;
	}
	.header-mob {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
}

/* hero */
#hero {
	height: 100vh;
	display: flex;
	padding: 3.75rem 1.5rem 1.5rem;
}
#hero.hero-basic {
	height: auto;
}
.hero-wrap {
	flex: 1;
	display: flex;
	flex-direction: column;		
	width: 100%;	
}
.hero-main {
	flex: 1;	
	position: relative;
	overflow: hidden;	
	border-radius: var(--radius-lg) var(--radius-lg) 0 0;
}
.hero-front .hero-main {
	border-radius: var(--radius-lg);
}
.hero-basic .hero-main {
	background-color: var(--blue-light);
	padding: var(--pd-lg) 0;
	border-radius: var(--radius-lg);
}
.hero-title {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	text-transform: uppercase;
	font-size: 4rem;
	line-height: 1.25;
	color: #fff;
	z-index: 1;
	display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.hero-title span {
	display: block;
	font-weight: 900;
	font-size: 6rem;
}
.hero-basic .hero-title {
	position: relative;
	color: var(--black);
	font-size: 2.5rem;
}
.hero-footer {
	flex: none;
	background-color: var(--blue-dark);
	border-radius: 0 0 var(--radius-lg) var(--radius-lg);
}
.hero-bg {
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	position: absolute;
}
.hero-room-footer {
	display: flex;
	align-items: center;
	gap: var(--gap-md);
	padding: 2rem;
	color: #fff;
}
.hf-l {
	flex: 2;	
	display: flex;
	align-items: center;
}
.hf-icons {
	display: flex;
	gap: var(--gap-lg);
	flex: 1;
}
.hf-icon-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.5rem;
}
.hf-icon {
	padding: 0.8rem;
	border: 2px solid var(--blue);
	border-radius: 50%;
}
.hf-icon svg {
	fill: #fff;
}
.hf-icon-wrap span {
	font-size: 0.8rem;
	line-height: 1rem;
}
.hf-title {
	flex: 1;
}
.hf-r {
	flex: 1;
	display: flex;
	justify-content: flex-end;
	gap: var(--gap-md);
}
.hf-price {
	font-size: 2rem;
	font-weight: 900;
	line-height: 1.2;
}
.hf-price span {
	font-size: 0.8rem;
	text-align: right;
	display: block;
	line-height: 1rem;
	font-weight: 400;
}
@media(max-width:1440px) {
	#hero {
		padding-top: 2.5rem;
	}
	.hero-title {
		font-size: 2.5rem;
	}
	.hero-title span {
		font-size: 4rem;
	}
	.hero-room-footer {
		justify-content: space-between;
	}
	.hf-l {
		flex-direction: column-reverse;
		align-items: flex-start;
		flex: auto;
		gap: 1rem;
	}
	.hf-icons {
		gap: 1.5rem;
	}
	.hf-icon-wrap {
		flex-direction: row;
		align-items: center;
	}
	.hf-icon {
		border: 0;
		padding: 0;
	}
	.hf-icon svg {
		fill: var(--blue);
	}
	.hf-r {
		flex: auto;
	}
}
@media(max-width:1024px) {
	#hero {
		height: auto;
		padding: 4.25rem 1rem 1rem;		
		display: block;
	}
	.hero-main {		
		margin-bottom: 1rem;
		border-radius: 0;
	}
	.hero-wrap {		
		display: block;
		overflow: visible;
	}
	.hero-footer {
		border-radius: 1rem;
		padding: 1.5rem;
	}
	.hero-bg {
		position: relative;
		aspect-ratio: 3 / 2;
	}
	#hero.hero-room {
		padding-right: 0;
	}
	.hero-room-footer {
		border-radius: 1rem 0 0 1rem;
		flex-direction: column;
		padding: 0;
		align-items: stretch;
		gap: 0;
		overflow: hidden;
	}
	.hf-l {
		padding: 1rem;
	}
	.hf-r {
		padding: 1rem;
		justify-content: space-between;
		background-color: var(--blue-active);
	}
	.hf-price {
		font-size: 1.5rem;
	}
	.hf-price span {
		text-align: left;
	}
}
@media(max-width:720px) {	
	.hero-title {
		font-size: 1.5rem;
	}
	.hero-title span {
		font-size: 2rem;
	}
	.hero-basic .hero-title {
		font-size: 1.5rem;
	}

	.hero-bg {
		aspect-ratio: 1 / 1;
	}
}

/* booking */
.bn_widget-wrap {
	position: absolute;	
	bottom: 1.5rem;
	left: 50%;
	width: calc(100% - 3rem);
	max-width: 60rem;
	transform: translateX(-50%);
	z-index: 2;
}
.front-booking {
	display: none;
}
#booking_iframe, #booking_iframe_modal {
	position: relative;
	margin-bottom: 1rem;
	padding-bottom: 1rem;
}
@media(max-width:880px) {
	.bn_widget-wrap {
		display: none;
	}
	.front-booking {
		display: block;
	}
}

/* hero slider */
#hero-slider {
	width: 100%;
	height: 100%;	
	animation-delay: 0.5s;
	opacity: 0;
	animation: heroshow 2.5s forwards;
}
#hero-slider:hover {
	cursor: url(image/zoom.svg) 30 30, zoom-in;
}
#hero-slider .slider-btn-prev {
	left: 2rem;
	padding: 1rem 1.5rem 1rem 1.25rem;
}
#hero-slider .slider-btn-next {
	right: 2rem;
	padding: 1rem 1.25rem 1rem 1.5rem;
}
#hero-slider .slider-btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	border: 2px solid #fff;
	border-radius: 50%;
	z-index: 2;
}
#hero-slider .slider-btn:hover {
	background-color: #fff;
}
#hero-slider .slider-btn svg {
	stroke: #fff;
}
#hero-slider .slider-btn:hover svg {
	stroke: var(--blue-bright);
}
#hero-slider .swiper-slide {
	background-color: var(--blue);
}
@media(max-width:1024px) {
	#hero-slider .slider-btn {
		display: none;
	}
	#hero-slider .swiper-slide {
		border-radius: 1rem;
		overflow: hidden;
	}
	.hero-room .hero-main {
		margin-left: -1rem;
	}
	.hero-room .swiper-wrapper {
		margin-left: 1rem;
	}
}

/* photo slider */
.photo-slider {
	position: relative;
}
.photo-slide {
	position: relative;
	padding-top: 100%;
	border-radius: var(--radius-md);
	overflow: hidden;
}
.photo-slide:hover {
	cursor: pointer;
}
.photo-slide:hover:after {
	opacity: 0;
}
.photo-slider .slider-btn-prev {
	left: 2rem;
	padding: 1rem 1.5rem 1rem 1.25rem;
}
.photo-slider .slider-btn-next {
	right: 2rem;
	padding: 1rem 1.25rem 1rem 1.5rem;
}
.photo-slider .slider-btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	border: 2px solid #fff;
	border-radius: 50%;
	z-index: 2;
}
.photo-slider .slider-btn:hover {
	background-color: #fff;
}
.photo-slider .slider-btn svg {
	stroke: #fff;
}
.photo-slider .slider-btn:hover svg {
	stroke: var(--blue-bright);
}
@media(max-width:1024px) {
	.photo-slider .slider-btn {
		display: none;
	}
	#gallery-main-slider .swiper-wrapper {
		margin-left: 1rem;
	}
}

/* about */
.about-wrap {
	display: flex;
	gap: var(--gap-lg);
}
.about-title {
	flex: 1;
}
.about-title .sect-title span {
	font-weight: 900;
	color: var(--blue-dark);
	display: block;
}
.about-content {
	flex: 1;
}
@media(max-width:1440px) {
	.about-content {
		flex: 1.5;
	}
}
@media(max-width:1024px) {
	.about-wrap {
		flex-direction: column;
		gap: 0;
	}
	.about-title .sect-title span {
		display: inline;
	}
}

/* tour */
.tour-frame {
	border-radius: var(--radius-lg);
	overflow: hidden;
}
.tour-frame-title {
	text-align: center;
	text-transform: uppercase;
	padding: 1rem;
	background-color: var(--blue-dark);
	font-weight: 700;
	color: #fff;
}
.tour-frame iframe {
	width: 100%;
	height: 30rem;
	border: 0;
	display: block;	
	
}
@media (max-width: 1024px) {
	.tour-frame {
		border-radius: 1rem;
	}
	.tour-frame iframe {		
		height: 20rem;
	}
}

/* catalog */
#catalog {
	padding: 1.5rem;
}
.catalog-body {
	background-color: var(--blue-light);
	border-radius: var(--radius-lg);
}
.catalog-wrap {
	display: flex;
	gap: var(--gap-lg);
}
.catalog-side {
	flex: 1;
}
.catalog-info {
	position: sticky;
	top: 2rem;
}
.catalog-main {
	flex: 2;
}
@media(max-width:1660px) {
	.catalog-main {
		flex: 1;
	}	
}
@media(max-width:1440px) {
	.catalog-main {
		flex: 1.5;
	}
}
@media(max-width:1024px) {
	#catalog {
		padding: 0;
	}
	.catalog-body {
		border-radius: 0;
	}
	.catalog-wrap {
		flex-direction: column;
		gap: 0;
	}	
	#room-filter {
		display: none;
	}
}
@media(max-width:720px) {
	#catalog .wall-item {
		width: 100%;
	}
}


/* room-card */
.room-card {
	display: flex;
	flex-direction: column;
	flex: 1;
	border-radius: var(--radius-md);
	background-color: #fff;
	overflow: hidden;
}
.room-card__img {
	aspect-ratio: 3 / 2;
	position: relative;
	overflow: hidden;
}
.room-card:hover .room-card__img img {
	transform: scale(1.05);
	transition: 0.5s;
}
.room-card__icons {
	position: absolute;
	bottom: 1rem;
	left: 1.5rem;
	color: #fff;
	z-index: 2;
	display: flex;
	gap: var(--gap-lg);
}
.room-card__icon {
	display: flex;
	gap: 0.5rem;
	line-height: 1.2;
	align-items: center;
	font-size: 0.8rem;
}
.room-card__icon svg {
	fill: var(--blue);
}
.room-card__info {
	padding: 1.5rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.room-card__title {
	font-size: 1.5rem;
	line-height: 1.2;
	color: var(--black);
	display: flex;
  align-items: center;
	margin-right: 2rem;
}
.room-card__title span {
  width: 1.75rem;
  font-size: 0.8rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1.75rem;
  margin-right: 0.5rem;
  background-color: var(--blue-light);
  border-radius: 50%;
  color: var(--blue);
}
.room-card__footer {
	display: flex;
	gap: 1rem;
}
.room-card__price {
	flex: 1;
	font-weight: 900;
	font-size: 1.5rem;
	line-height: 1.2;
	color: var(--black);
}
.room-card__price span {
	font-size: 0.8rem;
	color: var(--grey);
	display: block;
	font-weight: 300;
}
@media(max-width:1280px) {
	.room-card__info {
		flex-direction: column;
		align-items: flex-start;
	}
	.room-card__title {
		margin: 0 0 1rem;
	}
}
@media(max-width:480px) {
	.room-card__info {
		padding: 1rem;
	}
	.room-card__icons {
		left: 1rem;
	}	
}

/* partners */
.partner-card {
  display: flex;
  border-radius: 1rem;
  overflow: hidden;
	flex: 1;
}
.partner-card__img {
  aspect-ratio: 1 / 1;
  flex: none;
  width: 12rem;
	position: relative;
}
.partner-card__info {
  flex: 1;
  background: var(--blue-light);
  padding: 1.5rem;
}
.partner-card__title {
  font-size: 1.25rem;
  line-height: 1.2;
}
.partner-card .infolist {
	margin: 1.5rem 0 0;
	gap: 1rem;
}
.partner-card .infoitem__text {
	font-size: 0.8rem;
}
@media(max-width:1280px) {
	.partner-card__img {
		width: 10rem;
	}
}
@media(max-width:1024px) {
	.partner-card .infolist {
		flex-direction: column;
	}
	.partner-card .infoitem {
		width: 100%;
		margin-bottom: 0;
	}
	.partner-card .infoitem__text {
		font-size: 1rem;
	}
}
@media(max-width:720px) {
	#partners .wall-item {
		width: 100%;
	}
}
@media(max-width:480px) {
	.partner-card {
		flex-direction: column;
	}
	.partner-card__img {
		width: 100%;
		aspect-ratio: 16 / 9;
	}
	.partner-card__info {
		padding: 1rem;
	}
	.partner-card .infolist {
		margin-top: 1rem;
	}
}

/* contact */
.contact-wrap {
	display: flex;
	gap: var(--gap-lg);
}
.contact-info {
	flex: 1;
}
.contact-map {
	display: flex;
	flex-direction: column;
	gap: var(--gap-lg);
	flex: 1;
}
#vertexmap {
	flex: 1;
	border-radius: var(--radius-md);
	overflow: hidden;
}
.contact-map-btns {
	display: flex;
	gap: var(--gap-md);
}
.contact-map-btns a {
	flex: 1;
}
#contact .infoitem__text {
	font-size: 1.5rem;
}
@media(max-width:1024px) {
	.contact-wrap {
		flex-direction: column;
	}
	#vertexmap {
		aspect-ratio: 3 / 2;
	}
}

/* modal */
.modal-content {
	border-radius: 1rem;
	overflow: hidden;
	border: 0;
}
.modal-header {
	border: 0;
	padding: 1.5rem 3rem 1.5rem 1.5rem;
	position: relative;
	background-color: var(--blue-dark);
	border-radius: 0;
}
.modal-title {
	line-height: 1.25;
	font-size: 1.5rem;
	color: #fff;
	font-weight: 300;
	margin: 0;
}
.modal-header .close {
	position: absolute;
	opacity: 1;
	top: 0.5rem;
	right: 0.5rem;
	padding: 1rem;
	opacity: 0.75;
	transition: all ease-in-out 0.25s;
}
.modal-header .close svg {
	stroke: var(--blue-light);
	width: 1.5rem;
	height: 1.5rem;
	display: block;
}
.modal-header .close:hover {
	opacity: 1;
}
.modal-body {
	padding: 1rem;
}
.modal-backdrop {
	background-color: rgba(31, 58, 71, 0.75);
	backdrop-filter: blur(15px);
	opacity: 1 !important;
}
@media (max-width: 480px) {
	.modal-header {
		padding: 1rem 2rem 1rem 1rem;
	}
	.modal-header .close {
		top: 0.4rem;
		right: 0;
	}
	.modal-body {
		padding: 1rem;
	}	
}

/* footer */
footer#colophon {
	background-color: var(--blue-dark);
	color: #fff;
	padding: 1rem 0;
}
.site-info {
	display: flex;
	gap: var(--gap-sm);
}
@media(max-width:720px) {
	.site-info {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
}

/* scheme */
.vh-scheme svg {
	display: block;
	width: 100%;
}
.vh-bg {
	fill: var(--blue-light);
	stroke: var(--blue);
	stroke-width: 22px;
}
.vh-place {
	stroke: var(--blue);
	stroke-width: 3px;
	fill: #fff;
	transition: all ease-in-out 0.15s;
}
.vh-wall {
	stroke: #80aaff;
	stroke-width: 1px;
	stroke-dasharray: 4px 2px;
}
.vh-label-room-bg {
	fill: var(--blue);
	transition: all ease-in-out 0.15s;
}
.vh-label-wc-bg {
	fill: var(--blue-light);
	transition: all ease-in-out 0.15s;
}
.vh-label-room-number {
	fill: #fff;
}
.vh-label-room-title {
	fill: var(--black);
}
.vh-label-wc-text {
	fill: var(--blue);
	transition: all ease-in-out 0.15s;
}
.vh-room:hover {
	cursor: pointer;
}
.vh-room:hover .vh-place {
	fill: #FFEEE5;
}
.vh-room:hover .vh-label-room-bg {
	fill: var(--orange);
}
.vh-room:hover .vh-label-wc-bg {
	fill: #fff;
}
.vh-room:hover .vh-label-wc-text {
	fill: var(--orange);
}