/**********/
/* Common */
*, *::before, *::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Stem-Regular', sans-serif;
	font-weight: 400;
	font-size: 4.07125vw;
	line-height: 161.8%;
	color: #000000;
	background: #FFFAF4;
}

img {
	display: block;
	max-width: 100%;
	width: 100%;
	border: 0;
}

a {
	color: inherit;
	text-decoration: none;
	transition: 0.3s;
}

a:hover {
	text-decoration: none;
}

ul {
	list-style: none;
}

ul,
li {
	padding: 0;
	margin: 0;
}

[href^="tel:"] {
	white-space: nowrap;
}

button,
input,
select,
textarea {
	font-family: inherit;
}

H1 {
	font-weight: 500;
	line-height: 120%;
	margin: 0;
}

H2 {
	font-weight: 600;
	line-height: 110%;
	margin: 0;
}

p {
	margin: 0;
}

.hidden {
	display: none;
}

.container {
	margin: 0 auto;
	padding: 0 6.36132vw;
}

.wrapper {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	overflow: hidden;
	position: relative;
}

.title {
	font-family: 'BodoniCTT';
	font-style: italic;
	font-size: 12.72265vw;
	line-height: 80%;
	font-weight: 700;
}

.text {
	margin-top: 8.90585vw;
}

.name {
	font-size: 5.08906vw;
	line-height: 80%;
}

section {
	position: relative;
}

.arrow-back {
	position: absolute;
	top: 8.90585vw;
	right: 8.90585vw;
	width: 7.63359vw;
	height: 7.63359vw;
	cursor: pointer;
}

.arrow-back-desc {
	display: none;
}

.arrow-back-pic-desc {
	display: none;
}

/*************/
/* Blocks */
.header {
	padding: 6.87023vw 0;
	position: relative;
	z-index: 1;
}

.header__inner {
	display: flex;
	align-items: center;
	justify-content: center;
}

.header__logo {
	width: 36.93384vw;
}

.header__logo-text {
	display: none;
}

.header__link {
	display: none;
}

.header .burger-menu {
	top: 13.99491vw;
	right: 6.36132vw;
	position: absolute;
	width: 7.37913vw;
	height: 7.37913vw;
	cursor: pointer;
}

.header .burger-menu .icon {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 7.63359vw;
	height: 0.50891vw;
	background-color: #212121;
	transition: all 0.3s;
}

.header .burger-menu .icon:before, .header .burger-menu .icon:after {
	content: "";
	position: absolute;
	width: 7.63359vw;
	height: 0.50891vw;
	background-color: #212121;
	transition: all 0.3s;
}

.header .burger-menu .icon:before {
	top: -2.54453vw;
}

.header .burger-menu .icon:after {
	top: 2.54453vw;
}

.header .burger-menu.burger-menu-open .icon {
	background: transparent;
}

.header .burger-menu.burger-menu-open .icon:before {
	-webkit-transform: rotate(45deg) translate(1.65394vw, 1.65394vw);
	        transform: rotate(45deg) translate(1.65394vw, 1.65394vw);
}

.header .burger-menu.burger-menu-open .icon:after {
	top: 2.03562vw;
	-webkit-transform: rotate(-45deg) translate(1.52672vw, -1.52672vw);
	        transform: rotate(-45deg) translate(1.52672vw, -1.52672vw);
}

.header .burger-menu-list {
	position: absolute;
	left: 50%;
	top: calc(100% + 11.45038vw);
	-webkit-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
	opacity: 0;
	visibility: hidden;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 4.07125vw;
	width: 100%;
	text-align: center;
	transition: .3s;
}

.header .burger-menu-list.burger-list-open {
	opacity: 1;
	visibility: visible;
}

.wrapper.burger-open .main__title {
	opacity: 0;
	visibility: hidden;
}

.wrapper.burger-open .main__text {
	visibility: hidden;
	opacity: 0;
}

.main {
	padding: 6.36132vw 0;
}

.main__links {
	display: none;
}

.main__inner {
	position: relative;
	height: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	min-height: calc(167.93893vw - 30.02545vw - 12.72265vw);
}

.main__title {
	margin-top: 19%;
	transition: .3s;
}

.main__text {
	transition: .3s;
}

.main__bottom {
	margin-top: auto;
	display: flex;
	justify-content: space-between;
	align-items: end;
}

.main__society {
	display: flex;
	gap: 7.63359vw;
}

.main__society-item {
	max-width: 5.08906vw;
	max-height: 5.08906vw;
}

.decor {
	position: relative;
	min-height: 114.50382vw;
	z-index: -1;
}

.decor__skin {
	position: absolute;
	top: -103.30789vw;
	left: calc(50% + 6.36132vw);
	-webkit-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
	width: 151.80662vw;
}

.decor__skin-pic-desc {
	display: none;
}

.home {
	padding: 6.36132vw 0;
}

.home__swiper {
	margin-top: 8.90585vw;
}

.home__swiper-slide {
	width: 83.96947vw;
	height: 82.6972vw;
	margin-right: 3.81679vw;
}

.home__swiper-slide:last-child {
	margin-right: 0;
}

.infinity {
	display: none;
}

.table {
	padding: 6.36132vw 0;
}

.table__menu {
	margin-top: 8.90585vw;
	padding: 17.55725vw 0;
	display: flex;
	justify-content: space-between;
}

/* ПРИНУДИТЕЛЬНЫЕ СТИЛИ ДЛЯ МОБИЛЬНОЙ ВЕРСИИ */
@media (max-width: 768px) {
	.table__menu {
		display: flex !important;
		flex-direction: column !important;
		gap: 5vw !important;
		justify-content: flex-start !important;
		align-items: center !important;
	}
	
	.table__menu-item {
		width: auto !important;
		max-width: 300px !important;
		margin-bottom: 3vw !important;
		display: flex !important;
		flex-direction: column !important;
		align-items: center !important;
	}
	
	.table__menu-pic {
		width: auto !important;
		max-width: 300px !important;
	}
	
	.table__menu-img {
		width: auto !important;
		max-width: 100% !important;
		height: auto !important;
		object-fit: contain !important;
	}
}

.table__menu-item {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.table__menu-pic {
	margin: auto 0;
	margin-bottom: 5.08906vw;
	box-shadow: 1px 1px 11.19593vw 1px rgba(34, 60, 80, 0.5);
}

.table__menu-name {
	text-align: center;
	margin-top: auto;
}

.table-arrow-back {
	display: none;
}

.family {
	padding: 6.36132vw 0;
}

.family__swiper {
	padding: 14.63104vw 0;
	margin-left: 6.36132vw;
}

.family__swiper-wrapper {
	display: flex;
}

.family__swiper-slide {
	margin-right: 3.81679vw;
	width: 50.89059vw;
}

.family__swiper-slide:last-child {
	margin-right: 0;
}

.family__swiper-slide-name {
	margin-top: 3.81679vw;
}

.family__swiper-slide-img-desc {
	display: none;
}

.footer {
	padding: 6.36132vw 0;
}

.footer__society {
	margin-top: 8.90585vw;
	display: flex;
	flex-direction: column;
	gap: 8.90585vw;
}

.footer__society-item {
	display: flex;
	align-items: center;
	gap: 3.81679vw;
}

.footer__map {
	margin-top: 8.90585vw;
}

.footer__map iframe {
	width: 100%;
	height: 82.1883vw;
	border: none;
}

/*************/
/* Popups */
