.newhome-page {
	margin: 0;
	background: #fdf7e1;
	color: #151515;
	font-family: "Arial", "Helvetica", sans-serif;
}

.newhome-page a {
	text-decoration: none;
}

.chudoclub-newhome-layout .newhome-header,
.chudoclub-newhome-layout .newhome-footer {
	background: #fcf1db;
	font-family: "Arial", "Helvetica", sans-serif;
}

.chudoclub-newhome-layout .newhome-header a,
.chudoclub-newhome-layout .newhome-footer a {
	text-decoration: none;
}

.chudoclub-newhome-layout .main-page-wrapper {
	background: #fff;
}

.chudoclub-newhome-layout .newhome-footer {
	margin-top: 48px;
}

.chudoclub-newhome-layout .newhome-footer .newhome-footer__section h2 {
	margin: 0 0 16px !important;
	color: #171717 !important;
	font-size: 28px !important;
	font-weight: 900 !important;
	line-height: 1 !important;
	text-transform: none !important;
}

.chudoclub-newhome-layout .newhome-footer .newhome-footer__group h3,
.chudoclub-newhome-layout .newhome-footer .newhome-footer__map-card h3 {
	margin: 0 0 10px !important;
	color: #25a83b !important;
	font-size: 14px !important;
	font-weight: 900 !important;
	line-height: 1.2 !important;
	letter-spacing: .04em !important;
	text-transform: uppercase !important;
}

.newhome-shell {
	min-height: 100vh;
	overflow: hidden;
	background: #fcf1db;
}

.newhome-container {
	width: min(1250px, calc(100% - 40px));
	margin: 0 auto;
}

.newhome-header {
	position: relative;
	z-index: 5;
	padding: 18px 0 8px;
	overflow: visible;
}

.newhome-header__inner {
	display: flex;
	align-items: center;
	gap: 26px;
	padding: 10px 16px;
	background: transparent;
	min-height: 82px;
	overflow: visible;
}

.newhome-logo {
	display: inline-flex;
	align-items: center;
	flex: 0 0 auto;
	height: 82px;
	margin-top: 10px;
	overflow: visible;
}

.newhome-menu-toggle {
	display: none;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	cursor: pointer;
}

.newhome-menu-toggle span,
.newhome-menu-toggle::before,
.newhome-menu-toggle::after {
	display: block;
	width: 18px;
	height: 2px;
	border-radius: 999px;
	background: #171717;
}

.newhome-menu-toggle::before,
.newhome-menu-toggle::after {
	position: absolute;
	content: "";
}

.newhome-menu-toggle {
	position: relative;
}

.newhome-menu-toggle::before {
	transform: translateY(-6px);
}

.newhome-menu-toggle::after {
	transform: translateY(6px);
}

.newhome-logo img {
	display: block;
	width: 170px;
	height: 170px;
	max-width: none;
	max-height: none;
	object-fit: contain;
}

.newhome-nav {
	display: flex;
	align-items: center;
	gap: 24px;
	flex: 1 1 auto;
	justify-content: center;
	font-family: "Trebuchet MS", "Arial Rounded MT Bold", Arial, sans-serif;
	font-size: 15px;
	font-weight: 800;
	letter-spacing: .01em;
}

.newhome-header .newhome-nav a,
.newhome-header .newhome-services summary {
	position: relative;
	display: inline-flex;
	align-items: center;
	color: #171717 !important;
	cursor: pointer;
	transition: none;
	z-index: 1;
}

.newhome-header .newhome-nav a::before,
.newhome-header .newhome-services summary::before {
	content: "";
	display: none;
}

.newhome-header .newhome-nav a:hover,
.newhome-header .newhome-nav a:focus,
.newhome-header .newhome-nav a:active,
.newhome-header .newhome-nav a:visited,
.newhome-header .newhome-services summary:hover,
.newhome-header .newhome-services summary:focus,
.newhome-header .newhome-services summary:active {
	color: #171717 !important;
	background: transparent !important;
	box-shadow: none !important;
	text-shadow: none !important;
	transform: none !important;
}

.newhome-header .newhome-nav a:hover::before,
.newhome-header .newhome-services summary:hover::before {
	display: none;
}

.newhome-services {
	position: relative;
}

.newhome-services summary {
	display: flex;
	align-items: center;
	gap: 6px;
	list-style: none;
}

.newhome-services summary::-webkit-details-marker {
	display: none;
}

.newhome-services summary::after {
	content: "";
	width: 7px;
	height: 7px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: translateY(-2px) rotate(45deg);
}

.newhome-services__dropdown {
	position: absolute;
	top: calc(100% + 14px);
	left: 50%;
	width: 220px;
	padding: 10px;
	border-radius: 18px;
	background: transparent;
	transform: translateX(-50%);
}

.newhome-services__dropdown a {
	display: flex;
	padding: 10px 12px;
	border-radius: 12px;
	font-size: 13px;
}

.newhome-header .newhome-services__dropdown a:hover,
.newhome-header .newhome-services__dropdown a:focus,
.newhome-header .newhome-services__dropdown a:active,
.newhome-header .newhome-services__dropdown a:visited {
	color: #171717 !important;
	background: transparent !important;
}

.newhome-header__contacts {
	display: flex;
	align-items: center;
	gap: 10px;
	flex: 0 0 auto;
}

.newhome-social {
	display: inline-flex;
	width: 42px;
	height: 42px;
	overflow: hidden;
	border-radius: 50%;
	box-shadow: 0 8px 18px rgba(28, 28, 28, .12);
}

.newhome-social img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}

.newhome-phone {
	display: flex;
	flex-direction: column;
	color: #101010;
	font-weight: 900;
	font-size: 20px;
	line-height: 1.05;
	white-space: nowrap;
}

.newhome-phone span {
	font-size: 11px;
	font-weight: 700;
	text-align: right;
}

.newhome-hero {
	position: relative;
	min-height: 500px;
	padding: 20px 0 30px;
	overflow: hidden;
	background: url("../images/newhome/hero-mascot.png") 80% center / auto 100% no-repeat;
}

.newhome-hero__inner {
	display: grid;
	grid-template-columns: minmax(320px, 480px) minmax(380px, 1fr);
	align-items: center;
	gap: 28px;
	min-height: 458px;
}

.newhome-hero__content {
	position: relative;
	z-index: 2;
	padding-top: 20px;
}

.newhome-title-image {
	margin: 0 0 20px;
	line-height: 0;
}

.newhome-title-image img {
	display: block;
	width: min(470px, 100%);
	height: auto;
}

.newhome-copy {
	max-width: 360px;
	margin: 0 0 26px;
	color: #171717;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.38;
}

.newhome-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.newhome-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 54px;
	padding: 0 24px;
	border-radius: 14px;
	font-size: 15px;
	font-weight: 900;
	line-height: 1;
	box-shadow: 0 14px 22px rgba(49, 45, 18, .15);
	transition: transform .2s ease, box-shadow .2s ease;
}

.newhome-button:hover {
	transform: translateY(-2px);
	box-shadow: 0 18px 30px rgba(49, 45, 18, .2);
}

.newhome-button svg {
	width: 20px;
	height: 20px;
	flex: 0 0 auto;
}

.newhome-button--primary {
	background: #25a83b;
	color: #fff;
}

.newhome-button--secondary {
	background: #ffd215;
	color: #111;
}

.newhome-service-cards {
	position: relative;
	width: 100vw;
	margin-top: 20px;
	margin-left: calc(50% - 50vw);
	padding: 0 20px 34px;
}

.newhome-service-cards__grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 14px;
	width: 100%;
	max-width: 1250px;
	margin: 0 auto;
}

.newhome-service-card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 142px;
	overflow: hidden;
	border-radius: 16px;
	background: #fff8df;
	box-shadow: 0 10px 22px rgba(89, 67, 17, .12);
	color: inherit;
	text-decoration: none;
	transition: none;
}

.newhome-service-card:hover,
.newhome-service-card:focus,
.newhome-service-card:active,
.newhome-service-card:visited {
	background: #fff8df;
	box-shadow: 0 10px 22px rgba(89, 67, 17, .12);
	color: inherit !important;
	filter: none;
	opacity: 1;
	text-decoration: none !important;
	transform: none;
}

.newhome-service-card,
.newhome-service-card *,
.newhome-service-card:hover,
.newhome-service-card:hover *,
.newhome-service-card:focus,
.newhome-service-card:focus *,
.newhome-service-card:active,
.newhome-service-card:active *,
.newhome-service-card:visited,
.newhome-service-card:visited * {
	text-shadow: none !important;
	transition: none !important;
}

.newhome-service-card__media {
	flex: 1 1 auto;
	min-height: 92px;
	background:
		linear-gradient(135deg, rgba(37, 168, 59, .14), rgba(255, 210, 21, .32)),
		#fff3c2;
}

.newhome-service-card__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.newhome-service-card__placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: rgba(23, 23, 23, .24);
	font-size: 12px;
	font-weight: 800;
}

.newhome-service-card__badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: #ffd215;
	color: #171717;
	font-size: 12px;
	font-weight: 900;
	box-shadow: 0 0 0 5px rgba(255, 255, 255, .5);
}

.newhome-service-card:hover .newhome-service-card__badge,
.newhome-service-card:focus .newhome-service-card__badge,
.newhome-service-card:active .newhome-service-card__badge,
.newhome-service-card:visited .newhome-service-card__badge {
	color: #171717 !important;
	font-weight: 900 !important;
}

.newhome-service-card__title {
	position: absolute;
	left: 5px;
	bottom: 0;
	display: flex;
	align-items: flex-start;
	gap: 8px;
	box-sizing: border-box;
	width: 90%;
	min-height: 46px;
	margin: 0;
	padding: 8px 10px;
	border-radius: 16px;
	background: linear-gradient(to right, rgba(252, 241, 219, .8) 0%, rgba(252, 241, 219, 1) 15%, rgba(252, 241, 219, .9) 85%, rgba(252, 241, 219, 0) 100%);
	color: #171717;
	font-size: 12px;
	font-weight: 900;
	line-height: 1.18;
}

.newhome-service-card:hover .newhome-service-card__title,
.newhome-service-card:focus .newhome-service-card__title,
.newhome-service-card:active .newhome-service-card__title,
.newhome-service-card:visited .newhome-service-card__title,
.newhome-service-card:hover .newhome-service-card__title-text,
.newhome-service-card:focus .newhome-service-card__title-text,
.newhome-service-card:active .newhome-service-card__title-text,
.newhome-service-card:visited .newhome-service-card__title-text {
	color: #171717 !important;
	font-weight: 900 !important;
	text-shadow: none !important;
}

.newhome-service-card__title-text {
	display: block;
}

.newhome-services-show-all {
	display: none;
}

.newhome-services-show-all[hidden] {
	display: none;
}

.newhome-page-links {
	width: min(1250px, calc(100% - 40px));
	margin: 0 auto;
	padding: 0 0 44px;
}

.newhome-page-links__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.newhome-page-link {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	min-height: 178px;
	padding: 16px;
	border-radius: 18px;
	background: #fff3db;
	color: #171717;
	background-position: center;
	background-size: cover;
	box-shadow: 0 12px 28px rgba(89, 67, 17, .14);
	text-decoration: none;
	transition: none;
}

.newhome-page-link--oferta {
	background-image: url("images/preview/oferta.jpg");
	background-position: right center;
	background-size: auto 100%;
	background-repeat: no-repeat;
}

.newhome-page-link--contacts {
	background: #fff3db;
}

.newhome-page-link--blog {
	background-image: url("images/preview/blog.jpg");
	background-position: right center;
	background-size: auto 100%;
	background-repeat: no-repeat;
}

.newhome-page-link:hover,
.newhome-page-link:focus,
.newhome-page-link:active,
.newhome-page-link:visited {
	color: #171717 !important;
	filter: none;
	opacity: 1;
	text-decoration: none !important;
	transform: none;
}

.newhome-page-link,
.newhome-page-link *,
.newhome-page-link:hover,
.newhome-page-link:hover *,
.newhome-page-link:focus,
.newhome-page-link:focus *,
.newhome-page-link:active,
.newhome-page-link:active *,
.newhome-page-link:visited,
.newhome-page-link:visited * {
	text-shadow: none !important;
	transition: none !important;
}

.newhome-page-link__header {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	width: 100%;
}

.newhome-page-link__number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: #25a83b;
	color: #fff;
	font-size: 12px;
	font-weight: 900;
	box-shadow: 0 0 0 4px rgba(37, 168, 59, .16);
}

.newhome-page-link:hover .newhome-page-link__number,
.newhome-page-link:focus .newhome-page-link__number,
.newhome-page-link:active .newhome-page-link__number,
.newhome-page-link:visited .newhome-page-link__number {
	color: #fff !important;
	font-weight: 900 !important;
}

.newhome-page-link__title {
	font-size: 17px;
	font-weight: 900;
	line-height: 1.2;
}

.newhome-page-link:hover .newhome-page-link__title,
.newhome-page-link:focus .newhome-page-link__title,
.newhome-page-link:active .newhome-page-link__title,
.newhome-page-link:visited .newhome-page-link__title {
	color: #171717 !important;
	font-weight: 900 !important;
	text-shadow: none !important;
}

.newhome-page-link:hover .newhome-page-link__text,
.newhome-page-link:focus .newhome-page-link__text,
.newhome-page-link:active .newhome-page-link__text,
.newhome-page-link:visited .newhome-page-link__text {
	color: #171717 !important;
	font-weight: 800 !important;
	text-shadow: none !important;
}

.newhome-page-link:hover .newhome-page-link__button,
.newhome-page-link:focus .newhome-page-link__button,
.newhome-page-link:active .newhome-page-link__button,
.newhome-page-link:visited .newhome-page-link__button,
.newhome-page-link:hover .newhome-page-link__contact,
.newhome-page-link:focus .newhome-page-link__contact,
.newhome-page-link:active .newhome-page-link__contact,
.newhome-page-link:visited .newhome-page-link__contact {
	color: #171717 !important;
	font-weight: 900 !important;
	text-shadow: none !important;
}

.newhome-page-link:hover .newhome-page-link__button--green,
.newhome-page-link:focus .newhome-page-link__button--green,
.newhome-page-link:active .newhome-page-link__button--green,
.newhome-page-link:visited .newhome-page-link__button--green {
	color: #fff !important;
}

.newhome-page-link__text {
	max-width: 78%;
	margin-top: 12px;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.28;
}

.newhome-page-link--oferta .newhome-page-link__text,
.newhome-page-link--blog .newhome-page-link__text {
	max-width: 50%;
}

.newhome-page-link__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 30px;
	margin-top: 14px;
	padding: 0 14px;
	border-radius: 8px;
	background: rgba(255, 250, 240, .92);
	color: #171717;
	font-size: 12px;
	font-weight: 900;
	box-shadow: 0 8px 16px rgba(37, 168, 59, .28);
}

.newhome-page-link__button--green {
	align-self: center;
	background: #25a83b;
	color: #fff;
	box-shadow: 0 8px 16px rgba(37, 168, 59, .34);
}

.newhome-page-link__contacts {
	display: grid;
	grid-template-columns: 58px minmax(0, 1fr) minmax(0, 1fr) 58px;
	align-items: center;
	gap: 8px;
	width: 100%;
	margin-top: 16px;
}

.newhome-page-link__contact-image {
	display: block;
	width: 58px;
	height: 58px;
	border-radius: 12px;
	object-fit: cover;
	box-shadow: 0 8px 14px rgba(89, 67, 17, .16);
}

.newhome-page-link__contact {
	display: flex;
	flex-direction: column;
	gap: 4px;
	font-size: 11px;
	font-weight: 900;
	line-height: 1.18;
}

.newhome-footer {
	padding: 18px 0 20px;
	background: #fcf1db;
}

.newhome-footer__inner {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
	align-items: stretch;
	gap: 16px;
}

.newhome-footer__contacts,
.newhome-footer__map-card,
.newhome-footer__bottom {
	border-radius: 22px;
	box-shadow: 0 14px 30px rgba(89, 67, 17, .12);
}

.newhome-footer__contacts {
	display: flex;
	flex-direction: column;
	padding: 24px;
	background:
		radial-gradient(circle at 100% 0, rgba(37, 168, 59, .14), transparent 32%),
		linear-gradient(135deg, rgba(255, 210, 21, .18), rgba(37, 168, 59, .08)),
		#fff3db;
}

.newhome-footer__section h2 {
	margin: 0 0 16px;
	color: #171717;
	font-size: 28px;
	font-weight: 900;
	line-height: 1;
}

.newhome-footer__columns {
	display: grid;
	grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
	gap: 18px;
}

.newhome-footer__group h3,
.newhome-footer__map-card h3 {
	margin: 0 0 10px;
	color: #25a83b;
	font-size: 14px;
	font-weight: 900;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.newhome-footer__group ul {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.newhome-footer__group li,
.newhome-footer__legal p,
.newhome-footer__legal dd {
	color: #352815;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.35;
}

.newhome-footer__group a,
.newhome-footer__group a:hover,
.newhome-footer__group a:focus,
.newhome-footer__group a:active,
.newhome-footer__group a:visited {
	color: #171717;
	font-weight: 900;
	text-decoration: none;
}

.newhome-footer__group span {
	color: rgba(53, 40, 21, .72);
	font-size: 12px;
	font-weight: 800;
}

.newhome-footer__legal {
	margin-top: auto;
	padding: 16px;
	border-radius: 18px;
	background: rgba(255, 255, 255, .48);
	text-align: center;
}

.newhome-footer__legal p {
	margin: 0 0 12px;
}

.newhome-footer__legal dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	margin: 0;
}

.newhome-footer__legal dl div {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 10px;
	border-radius: 999px;
	background: #ffd215;
}

.newhome-footer__legal dt {
	color: #171717;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.newhome-footer__legal dd {
	margin: 0;
	color: #171717;
}

.newhome-footer__maps {
	display: grid;
	grid-template-rows: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.newhome-footer__map-card {
	min-height: 210px;
	padding: 14px;
	background: #fff3db;
}

.newhome-footer__map {
	position: relative;
	height: 164px;
	overflow: hidden;
	border-radius: 16px;
	background: #fff8df;
}

.newhome-footer__map-card iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}

.newhome-footer__map-pin {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 26px;
	height: 26px;
	border: 5px solid #25a83b;
	border-radius: 50% 50% 50% 0;
	background: #ffd215;
	box-shadow: 0 8px 18px rgba(23, 23, 23, .24);
	pointer-events: none;
	transform: translate(-50%, -100%) rotate(-45deg);
}

.newhome-footer__map-pin::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #fff;
	content: "";
	transform: translate(-50%, -50%);
}

.newhome-footer__bottom {
	display: flex;
	justify-content: center;
	margin-top: 14px;
	padding: 12px 18px;
	background: #fff3db;
}

.newhome-footer__bottom p {
	margin: 0;
	color: #171717;
	font-size: 13px;
	font-weight: 900;
}

@media (max-width: 1080px) {
	.newhome-header__inner {
		flex-wrap: wrap;
		justify-content: space-between;
		row-gap: 4px;
	}

	.newhome-nav {
		order: 3;
		width: 100%;
		justify-content: flex-end;
		gap: 18px;
		overflow-x: auto;
		padding: 0 0 2px;
		font-size: 14px;
		text-align: right;
		scrollbar-width: none;
	}

	.newhome-nav::-webkit-scrollbar {
		display: none;
	}

	.newhome-services__dropdown {
		left: auto;
		right: 0;
		transform: none;
	}

	.newhome-service-cards__grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.newhome-page-link {
		min-height: 188px;
		padding: 14px;
	}

	.newhome-page-link__contacts {
		grid-template-columns: 46px minmax(0, 1fr) minmax(0, 1fr) 46px;
		gap: 6px;
	}

	.newhome-page-link__contact-image {
		width: 46px;
		height: 46px;
		border-radius: 10px;
	}

	.newhome-page-link__contact {
		font-size: 10px;
	}

	.newhome-footer__inner {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 820px) {
	.newhome-container {
		width: min(100% - 24px, 560px);
	}

	.newhome-header {
		padding-top: 10px;
	}

	.newhome-header__inner {
		position: relative;
		flex-wrap: nowrap;
		gap: 10px;
		min-height: 58px;
		padding: 4px 0;
	}

	.newhome-menu-toggle {
		display: inline-flex;
		flex: 0 0 auto;
	}

	.newhome-logo {
		height: 58px;
		margin-top: 0;
	}

	.newhome-logo img {
		width: 80px;
		height: 80px;
	}

	.newhome-social {
		width: 32px;
		height: 32px;
	}

	.newhome-phone {
		display: none;
	}

	.newhome-header__contacts {
		gap: 6px;
		margin-left: auto;
	}

	.newhome-nav {
		display: none;
	}

	.newhome-header--menu-open .newhome-nav {
		position: absolute;
		top: calc(100% + 8px);
		left: 0;
		right: 0;
		z-index: 10;
		display: flex;
		flex-direction: column;
		align-items: stretch;
		gap: 0;
		padding: 10px;
		border-radius: 16px;
		background: #fffaf0;
		box-shadow: 0 12px 28px rgba(89, 67, 17, .16);
		font-size: 14px;
		text-align: left;
	}

	.newhome-header--menu-open .newhome-nav a {
		display: flex;
		padding: 11px 12px;
		border-radius: 10px;
	}

	.newhome-services__dropdown {
		left: 0;
		transform: none;
	}

	.newhome-hero {
		min-height: 0;
		padding: 22px 0 28px;
		background-position: right -42px top 10px;
		background-size: auto calc(100% - 84px);
	}

	.newhome-hero__inner {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 8px;
		min-height: 0;
	}

	.newhome-hero__content {
		width: 48%;
		min-width: 178px;
	}

	.newhome-title-image img {
		width: 100%;
	}

	.newhome-copy {
		max-width: 100%;
		margin-bottom: 15px;
		font-size: 16px;
	}

	.newhome-actions {
		width: min(calc(100vw - 24px), 560px);
		gap: 10px;
		flex-wrap: nowrap;
		margin-top: 0;
	}

	.newhome-button {
		flex: 1 1 0;
		min-height: 46px;
		padding: 0 16px;
		border-radius: 11px;
		font-size: 12px;
		white-space: nowrap;
	}

	.newhome-service-cards {
		padding: 0 12px 24px;
		margin-top: 0;
	}

	.newhome-service-cards__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
	}

	.newhome-service-card {
		min-height: 132px;
		border-radius: 12px;
	}

	.newhome-service-card__title {
		border-radius: 12px;
	}

	.newhome-service-card--mobile-hidden {
		display: none;
	}

	.newhome-service-cards--expanded .newhome-service-card--mobile-hidden {
		display: flex;
	}

	.newhome-services-show-all {
		display: flex;
		align-items: center;
		justify-content: center;
		width: min(100%, 320px);
		min-height: 46px;
		margin: 16px auto 0;
		padding: 0 22px;
		border: 0;
		border-radius: 12px;
		background: #ffd215;
		color: #111;
		font-size: 14px;
		font-weight: 900;
		line-height: 1;
		box-shadow: 0 12px 22px rgba(49, 45, 18, .16);
		cursor: pointer;
	}

	.newhome-page-links {
		width: min(100% - 24px, 560px);
		padding-bottom: 28px;
	}

	.newhome-page-links__grid {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.newhome-page-link {
		min-height: 160px;
		border-radius: 14px;
	}

	.newhome-page-link__title {
		font-size: 15px;
	}

	.newhome-page-link__text {
		max-width: 82%;
		font-size: 12px;
	}

	.newhome-page-link__contacts {
		grid-template-columns: 54px minmax(0, 1fr) minmax(0, 1fr) 54px;
		gap: 8px;
	}

	.newhome-page-link__contact-image {
		width: 54px;
		height: 54px;
	}

	.newhome-page-link__contact {
		font-size: 11px;
	}

	.newhome-footer {
		padding: 12px 0 16px;
	}

	.newhome-footer__contacts {
		order: 2;
	}

	.newhome-footer__maps {
		order: 1;
	}

	.newhome-footer__contacts,
	.newhome-footer__map-card {
		border-radius: 16px;
	}

	.newhome-footer__contacts {
		padding: 18px;
	}

	.newhome-footer__section h2 {
		font-size: 24px;
	}

	.newhome-footer__columns {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.newhome-footer__group:last-child {
		margin-bottom: 16px;
	}

	.newhome-footer__group li,
	.newhome-footer__legal p,
	.newhome-footer__legal dd {
		font-size: 13px;
	}

	.newhome-footer__legal {
		padding: 14px;
	}

	.newhome-footer__maps {
		gap: 10px;
	}

	.newhome-footer__map-card {
		min-height: 190px;
		padding: 12px;
	}

	.newhome-footer__map {
		height: 146px;
	}

	.newhome-footer__bottom {
		margin-top: 10px;
		border-radius: 14px;
	}
}
