:root{
	--bg: #111315;
	--surface: rgba(27, 30, 36, 0.94);
	--surface-strong: #1a1e23;
	--surface-dark: #0f1114;
	--text: #f4f1e8;
	--muted: #b0b6c0;
	--line: rgba(255, 255, 255, 0.1);
	--accent: #ffd800;
	--accent-deep: #d7b700;
	--accent-soft: rgba(255, 216, 0, 0.14);
	--shadow: 0 22px 60px rgba(0, 0, 0, 0.32);
	--radius-xl: 32px;
	--radius-lg: 24px;
	--radius-md: 18px;
	--radius-sm: 14px;
}

html{
	scroll-behavior: smooth;
}

body{
	font-family: 'Manrope', sans-serif;
	font-size: 16px;
	line-height: 1.65;
	padding: 0;
	margin: 0;
	color: var(--text);
	background: linear-gradient(180deg, #111315 0%, #181b20 100%);
}

body::before{
	display: none;
}

a, div, span, form, input, label, select, textarea, table, tbody, tr, td, sup, ul, li, ol, i, p, article, section, button{
	box-sizing: border-box;
}

a{
	text-decoration: none;
	color: inherit;
	transition: color 0.25s ease, opacity 0.25s ease, transform 0.25s ease;
}

a:hover{
	color: var(--accent);
}

p{
	margin: 0 0 16px;
	color: var(--muted);
}

ul, ol{
	margin: 0 0 18px 22px;
	padding: 0;
}

li{
	margin-bottom: 10px;
	color: var(--muted);
}

h1, h2, h3, .title, .title_light, .banner__tag, .section-kicker{
	font-family: 'Oswald', sans-serif;
	letter-spacing: 0.02em;
}

h1, h2, h3{
	margin: 0 0 16px;
	line-height: 1.1;
	color: var(--text);
}

h1{
	font-size: clamp(34px, 5vw, 62px);
}

h2{
	font-size: clamp(28px, 3.5vw, 42px);
}

h3{
	font-size: 22px;
}

.border_left{
	display: block;
	width: 100%;
	padding: 20px 24px;
	border-left: 4px solid var(--accent);
	background: rgba(255, 255, 255, 0.04);
	border-radius: 0 var(--radius-md) var(--radius-md) 0;
}

.font_eat{
	font-size: 18px;
}

input,
textarea,
select,
button{
	outline: none;
	font: inherit;
}

input[type=submit],
button{
	cursor: pointer;
}

form i{
	display: block;
	margin: 10px 0 18px 10%;
	width: 10%;
	padding: 14px 0;
	float: left;
	font-size: 18px;
	color: var(--muted);
}

form textarea{
	width: 100%;
	height: 150px;
	font-size: 18px;
	resize: none;
	float: left;
	border: 1px solid var(--line);
	border-radius: var(--radius-sm);
	padding: 14px 16px;
	background: #12161b;
	color: var(--text);
}

#form_date label, #form_date_two label{
	width: 80%;
	float: left;
	margin: 0 10%;
	padding: 4px 0 8px;
	text-align: left;
	font-size: 15px;
	color: var(--text);
	font-weight: 700;
}

#form_date input, #form_date_two input{
	width: 70%;
	float: left;
	font-size: 15px;
	margin: 0 10% 18px 0;
	padding: 14px 16px;
	border: 1px solid var(--line);
	border-radius: var(--radius-sm);
	font-weight: 600;
	background: #12161b;
	color: var(--text);
}

#form_date input[type=submit], #form_date_two input[type=submit]{
	margin: 10px 15% 0;
	border: none;
	border-radius: 999px;
	background: linear-gradient(135deg, var(--accent), #ffe65c);
	color: #111;
	padding: 16px 20px;
	font-weight: 800;
}

.send_free{
	width: 100%;
	float: left;
	padding: 16px 0;
}

.send_free i{
	display: block;
	float: left;
	width: 100%;
	font-size: 46px;
	text-align: center;
}

.send_free .title, .send_free .description{
	display: block;
	float: left;
	width: 100%;
	text-align: center;
}

.send_free .title{
	font-size: 20px;
}

.send_free .description{
	font-weight: 500;
	font-size: 15px;
}

.head,
.menu,
.breadcrumbs,
.content,
.footer{
	position: relative;
	z-index: 1;
}

.head{
	width: min(1380px, calc(100% - 32px));
	margin: 18px auto 10px;
	padding: 10px 0 14px;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
	align-items: center;
	gap: 24px;
	background: transparent;
	border: none;
	border-radius: 0;
	box-shadow: none;
}

.head #info, .head #logo, .head .minsport{
	width: auto;
	height: auto;
	float: none;
}

.head #info{
	display: grid;
	gap: 8px;
	justify-self: start;
}

.head #logo{
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 320px;
	justify-self: center;
}

.head .minsport{
	max-width: 220px;
	justify-self: end;
}

.head div span{
	display: block;
	width: 100%;
	float: none;
}

.head div .info, .head div .phone, .head div .social{
	text-align: left;
}

.head div .info{
	margin-top: 0;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--muted);
}

.head div .phone{
	font-weight: 800;
	font-size: clamp(18px, 2.2vw, 26px);
	line-height: 1.1;
	color: var(--text);
}

.logo_link{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.logo_img{
	display: block;
	width: 100%;
	max-width: 360px;
	height: auto;
}

.head .social i{
	font-size: 22px;
	margin: 0 14px 0 0;
}

.head .minsport img{
	width: 100%;
	display: block;
	height: auto;
}

.menu{
	width: min(1380px, calc(100% - 32px));
	margin: 0 auto 22px;
	float: none;
	background: linear-gradient(135deg, #1d2026 0%, #333842 100%);
	border-radius: 22px;
	overflow: hidden;
	box-shadow: 0 18px 42px rgba(18, 20, 26, 0.18);
}

.menu ul{
	width: 100%;
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	padding: 0;
	margin: 0;
	float: none;
}

.menu ul li{
	list-style: none;
	margin: 0;
	float: none;
	width: auto;
}

.menu ul li a{
	color: #fff;
	padding: 18px 16px;
	width: 100%;
	display: block;
	font-size: 15px;
	font-weight: 800;
	text-align: center;
}

.menu ul li a:hover{
	background: linear-gradient(135deg, var(--accent), #ffe760);
	color: #14161a;
}

.menu_mob{
	display: none;
	width: min(1380px, calc(100% - 32px));
	margin: 0 auto 22px;
	float: none;
	background: linear-gradient(135deg, #1d2026 0%, #333842 100%);
	border-radius: 20px;
	position: relative;
	box-shadow: 0 18px 42px rgba(18, 20, 26, 0.18);
}

.menu_mob #menu_mob, .menu_mob .in_mob{
	color: #fff;
	font-size: 26px;
	display: block;
	float: left;
	width: 33.33%;
	text-align: center;
	padding: 14px 12px;
	position: relative;
}

.menu_mob #menu_mob:hover, .menu_mob .in_mob:hover{
	color: var(--accent);
}

.menu_mob .ulli{
	display: none;
	width: 100%;
	float: left;
	position: absolute;
	top: calc(100% + 10px);
	left: 0;
	background: rgba(20, 22, 27, 0.98);
	border-radius: 20px;
	padding: 18px;
	z-index: 99999;
	box-shadow: var(--shadow);
}

.menu_mob .ulli ul{
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
}

.menu_mob .ulli ul li{
	list-style: none;
	width: 50%;
	padding: 10px;
	float: left;
	font-weight: 700;
	font-size: 16px;
	margin: 0;
}

.menu_mob .ulli ul li a{
	color: #fff;
	display: block;
	padding: 10px 12px;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.04);
}

.menu_mob .ulli ul li a:hover{
	color: #111;
	background: var(--accent);
}

.menu_mob .ulli .social_mob{
	margin: 8px 0 0;
	float: left;
	padding: 10px;
	width: 100%;
	font-size: 24px;
	text-align: left;
}

.menu_mob .ulli .social_mob a{
	color: #fff;
}

.menu_mob .ulli .social_mob i{
	margin: 0 14px 0 0;
}

.breadcrumbs{
	width: min(1380px, calc(100% - 32px));
	float: none;
	margin: 0 auto 18px;
	padding: 18px 24px;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid var(--line);
	border-radius: 18px;
	box-shadow: 0 12px 36px rgba(0, 0, 0, 0.18);
}

.breadcrumbs a{
	color: var(--muted);
}

.breadcrumbs a:hover{
	color: var(--text);
}

.content{
	width: min(1380px, calc(100% - 32px));
	float: none;
	margin: 0 auto 72px;
}

.content > h1,
.content > h2{
	margin-top: 22px;
}

.content > h1:first-child,
.content > h2:first-child{
	margin-top: 0;
}

.section-card{
	width: 100%;
	float: left;
	padding: 34px;
	background: var(--surface);
	backdrop-filter: blur(12px);
	border: 1px solid var(--line);
	border-radius: var(--radius-xl);
	box-shadow: var(--shadow);
}

.section-heading{
	margin-bottom: 24px;
}

.section-kicker{
	display: inline-block;
	margin-bottom: 14px;
	padding: 8px 14px;
	border-radius: 999px;
	background: var(--accent-soft);
	color: #ffe78a;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
}

.title{
	font-weight: 700;
	font-size: 24px;
	display: block;
	width: 100%;
	float: left;
	color: var(--text);
}

.title_light{
	font-size: 22px;
	display: block;
	width: 100%;
	float: left;
	color: var(--muted);
}

.margin_top{
	margin-top: 26px;
}

.button-primary,
.button-secondary{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 54px;
	padding: 14px 24px;
	border-radius: 999px;
	font-size: 15px;
	font-weight: 800;
	line-height: 1;
}

.button-primary{
	background: linear-gradient(135deg, var(--accent), #ffe65c);
	color: #101114;
	box-shadow: 0 16px 36px rgba(255, 216, 0, 0.28);
}

.button-primary:hover{
	color: #101114;
	transform: translateY(-2px);
}

.button-secondary{
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: rgba(255, 255, 255, 0.04);
	color: var(--text);
}

.button-secondary:hover{
	color: var(--text);
	transform: translateY(-2px);
}

.button-secondary--light{
	border-color: rgba(255, 255, 255, 0.22);
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
}

.button-secondary--light:hover{
	color: #fff;
	background: rgba(255, 255, 255, 0.2);
}

.banner{
	width: 100%;
	float: left;
	overflow: hidden;
	position: relative;
	min-height: clamp(360px, 56vw, 540px) !important;
	border-radius: var(--radius-xl);
	box-shadow: 0 26px 70px rgba(17, 20, 27, 0.24);
	background: #111;
}

.banner::after{
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(14, 16, 20, 0.82) 0%, rgba(14, 16, 20, 0.4) 42%, rgba(14, 16, 20, 0.18) 100%);
	pointer-events: none;
}

.banner .img{
	float: left;
	transition: left 0.7s ease;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}

.banner .img img{
	float: left;
	height: 100% !important;
	object-fit: cover;
	filter: saturate(1.05);
}

.banner__overlay{
	position: absolute;
	inset: 0;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: clamp(28px, 5vw, 48px);
	color: #fff;
}

.banner__tag{
	display: inline-flex;
	width: fit-content;
	margin-bottom: 18px;
	padding: 10px 16px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.14);
	backdrop-filter: blur(6px);
	font-size: 15px;
	font-weight: 600;
}

.banner__copy{
	max-width: 620px;
}

.banner__copy h2{
	color: #fff;
	margin-bottom: 14px;
}

.banner__copy p{
	color: rgba(255, 255, 255, 0.82);
	font-size: 17px;
	margin-bottom: 24px;
}

.banner__actions{
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.banner .navi{
	position: absolute;
	bottom: 18px;
	left: 0;
	z-index: 3;
	width: 100%;
	display: flex;
	justify-content: center;
	gap: 10px;
}

.banner .navi a{
	display: inline-flex;
	float: none;
	padding: 0;
	color: rgba(255, 255, 255, 0.92);
}

.banner .navi i{
	font-size: 12px;
}

.hero-panel{
	width: 100%;
	float: left;
	display: grid;
	grid-template-columns: minmax(0, 1.4fr) minmax(320px, 0.8fr);
	gap: 22px;
	padding: 0;
	background: transparent;
	box-shadow: none;
	border: none;
}

.hero-panel__content,
.hero-panel__aside,
.feature-grid{
	background: var(--surface);
	backdrop-filter: blur(12px);
	border: 1px solid var(--line);
	border-radius: var(--radius-xl);
	box-shadow: var(--shadow);
}

.hero-panel__content{
	padding: 34px;
}

.hero-panel__lead{
	max-width: 720px;
	font-size: 18px;
}

.hero-panel__actions{
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 28px;
}

.hero-panel__aside{
	padding: 24px;
	display: grid;
	gap: 14px;
}

.hero-metric{
	padding: 20px;
	border-radius: 20px;
	background: linear-gradient(135deg, rgba(255, 216, 0, 0.12), rgba(255, 255, 255, 0.04));
	border: 1px solid rgba(255, 216, 0, 0.24);
}

.hero-metric__value{
	display: block;
	margin-bottom: 8px;
	font-family: 'Oswald', sans-serif;
	font-size: 24px;
	line-height: 1;
	color: var(--text);
}

.hero-metric__text{
	display: block;
	color: var(--muted);
}

.feature-grid{
	grid-column: 1 / -1;
	padding: 24px;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.feature-card{
	padding: 22px;
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid var(--line);
}

.feature-card__icon{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	margin-bottom: 16px;
	border-radius: 16px;
	background: linear-gradient(135deg, var(--accent), #ffe55c);
	color: #111;
	font-size: 22px;
}

.feature-card p,
.feature-card h3{
	margin-bottom: 0;
}

.feature-card h3{
	margin-bottom: 10px;
	font-size: 20px;
}

.price-section{
	display: grid;
	grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
	gap: 24px;
	align-items: start;
}

.price-note{
	display: flex;
	gap: 14px;
	padding: 18px 20px;
	border-radius: 20px;
	background: rgba(255, 216, 0, 0.1);
	color: var(--text);
}

.price-note i{
	font-size: 20px;
	margin-top: 2px;
	color: #907900;
}

.price-note span{
	display: block;
}

.table, .table .tr{
	width: 100%;
	float: left;
}

.table{
	margin-bottom: 0;
	border-radius: 24px;
	overflow: hidden;
	background: var(--surface-strong);
	border: 1px solid var(--line);
}

.table .tr{
	display: flex;
	border-bottom: 1px solid var(--line);
}

.table .tr:last-child{
	border-bottom: none;
}

.table .tr .td{
	float: none;
	padding: 18px 20px;
}

.table .header{
	background: linear-gradient(135deg, #1c2026 0%, #373d47 100%);
	font-weight: 700;
	color: #fff;
}

.table .tr .one{
	width: 60%;
}

.table .tr .two{
	width: 20%;
	text-align: center;
}

.promo{
	display: grid;
	grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
	gap: 28px;
	align-items: center;
}

.promo__visual{
	position: relative;
}

.promo__visual img{
	position: relative;
	z-index: 1;
	width: 100%;
	display: block;
	border-radius: 28px;
	box-shadow: 0 24px 54px rgba(17, 20, 27, 0.16);
}

.promo__actions{
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 24px;
}

.check-list{
	margin: 24px 0 0;
	padding: 0;
	list-style: none;
}

.check-list li{
	position: relative;
	padding-left: 30px;
	margin-bottom: 14px;
}

.check-list li::before{
	content: '\f00c';
	font-family: FontAwesome;
	position: absolute;
	left: 0;
	top: 0;
	color: #8f7800;
}

.gallery-section{
	overflow: hidden;
}

.gallery-carousel{
	position: relative;
}

.gallery-carousel__viewport{
	overflow: hidden;
	border-radius: 28px;
}

.gallery-carousel__track{
	display: flex;
	transition: transform 0.6s ease;
}

.gallery-slide{
	min-width: 100%;
	display: grid;
	grid-template-columns: minmax(280px, 1.1fr) minmax(280px, 0.9fr);
	gap: 0;
	background: linear-gradient(135deg, rgba(24, 27, 32, 0.98), rgba(31, 35, 41, 0.98));
}

.gallery-slide__media img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	min-height: 440px;
}

.gallery-slide__content{
	padding: 34px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.gallery-slide__eyebrow{
	display: inline-block;
	margin-bottom: 14px;
	color: #ffe078;
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.gallery-slide__title{
	display: block;
	margin-bottom: 14px;
	font-family: 'Oswald', sans-serif;
	font-size: 34px;
	line-height: 1.05;
}

.gallery-carousel__arrow{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	width: 54px;
	height: 54px;
	border: none;
	border-radius: 50%;
	background: rgba(23, 25, 29, 0.84);
	color: #fff;
	font-size: 28px;
	box-shadow: 0 14px 30px rgba(18, 20, 26, 0.2);
}

.gallery-carousel__arrow:hover{
	background: #111;
}

.gallery-carousel__arrow--prev{
	left: 18px;
}

.gallery-carousel__arrow--next{
	right: 18px;
}

.gallery-carousel__dots{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 18px;
}

.gallery-carousel__dot{
	width: 12px;
	height: 12px;
	border: none;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.22);
	padding: 0;
}

.gallery-carousel__dot.is-active{
	background: var(--accent);
	transform: scale(1.15);
}

.reviews-section{
	display: grid;
	gap: 24px;
}

.reviews-overview{
	display: grid;
	grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1.3fr);
	gap: 18px;
	align-items: stretch;
}

.reviews-rating,
.reviews-summary-card{
	padding: 24px;
	border-radius: 24px;
	background: linear-gradient(135deg, rgba(255, 216, 0, 0.1), rgba(255, 255, 255, 0.04));
	border: 1px solid rgba(255, 216, 0, 0.2);
}

.reviews-rating__value{
	display: block;
	font-family: 'Oswald', sans-serif;
	font-size: 64px;
	line-height: 1;
}

.reviews-stars{
	display: flex;
	gap: 6px;
	margin: 12px 0 14px;
	color: #f1b600;
	font-size: 18px;
}

.reviews-summary-card{
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.reviews-summary-card__item{
	padding: 16px;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.04);
}

.reviews-summary-card__item strong{
	display: block;
	margin-bottom: 8px;
	font-family: 'Oswald', sans-serif;
	font-size: 28px;
	line-height: 1;
}

.reviews-grid{
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.review-card{
	padding: 24px;
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid var(--line);
	box-shadow: 0 14px 34px rgba(0, 0, 0, 0.22);
}

.review-card__head{
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 12px;
	margin-bottom: 14px;
}

.review-card__name{
	display: block;
	font-weight: 800;
	color: var(--text);
}

.review-card__date{
	display: block;
	font-size: 13px;
	color: var(--muted);
}

.review-card p{
	margin-bottom: 0;
}

.maps, .map{
	width: 100%;
	float: left;
}

.location-grid{
	display: grid;
	grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
	gap: 24px;
	align-items: stretch;
}

.location-card{
	padding: 26px;
	border-radius: 24px;
	background: linear-gradient(135deg, #1b1e24 0%, #323845 100%);
	color: #fff;
}

.location-card__item{
	padding-bottom: 18px;
	margin-bottom: 18px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.location-card__item:last-of-type{
	margin-bottom: 0;
}

.location-card__label{
	display: block;
	margin-bottom: 8px;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.68);
}

.location-card__actions{
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 24px;
}

.map-shell{
	overflow: hidden;
	border-radius: 28px;
	box-shadow: 0 18px 46px rgba(0, 0, 0, 0.28);
}

.map{
	display: block;
	min-height: 360px;
}

.map iframe,
.map > div,
.map ymaps{
	width: 100% !important;
}

.img{
	float: left;
}

.footer{
	width: min(1380px, calc(100% - 32px));
	margin: 10px auto 28px;
	padding: 18px 0 0;
	background: transparent;
	color: #fff;
	float: none;
	border-radius: 0;
	box-shadow: none;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.footer div{
	width: 100%;
	float: none;
	padding: 0;
}

.footer div span{
	display: block;
	width: 100%;
	float: none;
}

.logo_link_footer{
	min-height: 96px;
}

.logo_img_footer{
	max-width: 300px;
}

.footer div .info, .footer div .phone, .footer div .social{
	text-align: left;
}

.footer div .info{
	margin-top: 0;
	font-size: 13px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.64);
}

.footer div .phone{
	font-weight: 800;
	font-size: 24px;
	line-height: 1.2;
}

.footer .social i{
	font-size: 20px;
	margin: 0 14px 0 0;
}

.footer .social a{
	color: #fff;
}

.footer .copy{
	height: auto;
	line-height: 1.5;
	font-weight: 700;
	text-align: right;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
}

@media screen and (max-width:1200px){
	.menu ul{
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.feature-grid,
	.reviews-grid{
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media screen and (max-width:900px){
	.head{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		text-align: center;
	}

	.head #info,
	.head #logo,
	.head .minsport{
		flex: 1 1 100%;
		max-width: 100%;
	}

	.head div .info, .head div .phone, .head div .social,
	.footer div .info, .footer div .phone, .footer div .social{
		text-align: center;
	}

	.hero-panel,
	.price-section,
	.promo,
	.location-grid,
	.reviews-overview,
	.gallery-slide{
		grid-template-columns: 1fr;
	}

	.gallery-slide__media img{
		min-height: 320px;
	}

	.footer{
		grid-template-columns: 1fr;
		text-align: center;
	}

	.footer .copy{
		text-align: center;
		justify-content: center;
	}
}

@media screen and (max-width:700px){
	.menu{
		display: none;
	}

	.menu_mob{
		display: block;
	}

	.feature-grid,
	.reviews-grid,
	.reviews-summary-card{
		grid-template-columns: 1fr;
	}

	.section-card,
	.hero-panel__content,
	.hero-panel__aside,
	.feature-grid{
		padding: 24px;
	}

	.banner__overlay{
		padding: 24px;
	}

	.banner__copy p,
	.hero-panel__lead{
		font-size: 16px;
	}
}

@media screen and (max-width:550px){
	.head #info, .head .minsport{
		display: none;
	}

	.head{
		width: calc(100% - 20px);
		margin: 10px auto;
		padding: 8px 0 12px;
	}

	.head #logo{
		width: 100%;
		text-align: center;
	}

	.head .logo{
		float: none;
		height: 82px;
	}

	.menu_mob{
		width: calc(100% - 20px);
		margin-bottom: 14px;
	}

	.breadcrumbs{
		width: calc(100% - 20px);
		margin: 0 auto 14px;
		padding: 14px 16px;
	}

	.content{
		width: calc(100% - 20px);
		margin: 0 auto 56px;
	}

	.section-card{
		border-radius: 24px;
	}

	.banner{
		min-height: 440px !important;
	}

	.banner .navi{
		bottom: 14px;
	}

	.button-primary,
	.button-secondary{
		width: 100%;
	}

	.hero-panel__actions,
	.banner__actions,
	.promo__actions,
	.location-card__actions{
		flex-direction: column;
	}

	.gallery-carousel__arrow{
		width: 44px;
		height: 44px;
		font-size: 24px;
	}

	.gallery-carousel__arrow--prev{
		left: 10px;
	}

	.gallery-carousel__arrow--next{
		right: 10px;
	}

	.gallery-slide__content{
		padding: 24px;
	}

	.gallery-slide__title{
		font-size: 28px;
	}

	.footer{
		width: calc(100% - 20px);
		padding: 16px 0 0;
	}
}
