/*
Theme Name:     Traveler Childtheme
Description:    SmartTrip tourist guide child theme
Theme URI:      https://www.smarttrip.com.ua/
Author:         SmartTrip
Version:        2.0.0
Template:       traveler
Text Domain:    smarttrip
*/

:root {
	--st-ink: #15372f;
	--st-ink-soft: #45635c;
	--st-forest: #0d5c4b;
	--st-forest-dark: #083f35;
	--st-mint: #dff3e9;
	--st-sand: #f7f3ea;
	--st-sun: #f4ad39;
	--st-white: #fff;
	--st-line: #dbe6e1;
	--st-shadow: 0 20px 60px rgba(12, 60, 49, .12);
	--st-radius: 24px;
	--st-wrap: 1180px;
}

.smarttrip-guide-home,
.smarttrip-guide-home * {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body.smarttrip-guide-home {
	margin: 0;
	background: #fbfdfc;
	color: var(--st-ink);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	line-height: 1.65;
}

body.smarttrip-guide-view {
	margin: 0;
	background: #fbfdfc;
	color: var(--st-ink);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	line-height: 1.65;
}

.smarttrip-guide-view img {
	display: block;
	max-width: 100%;
}

.st-wrap {
	width: min(calc(100% - 40px), var(--st-wrap));
	margin-inline: auto;
}

.st-skip-link {
	position: fixed;
	top: 10px;
	left: 10px;
	z-index: 1000;
	padding: 10px 16px;
	border-radius: 10px;
	background: var(--st-white);
	color: var(--st-forest-dark);
	transform: translateY(-150%);
}

.st-skip-link:focus {
	transform: translateY(0);
}

.st-topbar {
	background: var(--st-forest-dark);
	color: rgba(255, 255, 255, .88);
	font-size: 14px;
}

.st-topbar__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 40px;
}

.st-topbar a {
	color: inherit;
	text-decoration: none;
}

.st-topbar__contacts,
.st-topbar__promise {
	display: flex;
	gap: 22px;
}

.st-header {
	position: sticky;
	top: 0;
	z-index: 50;
	border-bottom: 1px solid rgba(21, 55, 47, .08);
	background: rgba(255, 255, 255, .94);
	backdrop-filter: blur(14px);
}

.st-header__inner {
	display: flex;
	align-items: center;
	min-height: 82px;
	gap: 34px;
}

.st-brand {
	display: inline-flex;
	align-items: center;
	flex: 0 0 auto;
	text-decoration: none;
}

.st-brand img {
	width: 130px;
	height: auto;
}

.st-nav {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex: 1;
	gap: 8px;
}

.st-nav a {
	padding: 10px 12px;
	border-radius: 999px;
	color: var(--st-ink);
	font-size: 15px;
	font-weight: 700;
	text-decoration: none;
}

.st-nav a:hover,
.st-nav a:focus-visible {
	background: var(--st-mint);
	color: var(--st-forest-dark);
}

.st-nav .st-nav__cta {
	margin-left: 6px;
	padding-inline: 18px;
	background: var(--st-forest);
	color: var(--st-white);
}

.st-menu-toggle {
	display: none;
	width: 44px;
	height: 44px;
	margin-left: auto;
	border: 1px solid var(--st-line);
	border-radius: 12px;
	background: var(--st-white);
	color: var(--st-ink);
	cursor: pointer;
}

.st-menu-toggle span,
.st-menu-toggle::before,
.st-menu-toggle::after {
	display: block;
	width: 20px;
	height: 2px;
	margin: 4px auto;
	background: currentColor;
	content: "";
}

.st-hero {
	position: relative;
	isolation: isolate;
	min-height: 660px;
	display: grid;
	align-items: center;
	padding: 92px 0 110px;
	background-position: center;
	background-size: cover;
	color: var(--st-white);
}

.st-hero::before {
	position: absolute;
	inset: 0;
	z-index: -1;
	background: linear-gradient(90deg, rgba(5, 43, 35, .94) 0%, rgba(5, 43, 35, .78) 45%, rgba(5, 43, 35, .2) 100%);
	content: "";
}

.st-hero__content {
	max-width: 750px;
}

.st-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 18px;
	color: var(--st-sun);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.st-eyebrow::before {
	width: 28px;
	height: 2px;
	background: currentColor;
	content: "";
}

.st-hero h1 {
	max-width: 720px;
	margin: 0;
	color: inherit;
	font-size: clamp(42px, 6.4vw, 78px);
	font-weight: 800;
	letter-spacing: -.045em;
	line-height: 1.03;
}

.st-hero__lead {
	max-width: 650px;
	margin: 24px 0 30px;
	color: rgba(255, 255, 255, .88);
	font-size: clamp(18px, 2.1vw, 22px);
}

.st-search {
	display: flex;
	max-width: 680px;
	padding: 8px;
	border-radius: 18px;
	background: var(--st-white);
	box-shadow: var(--st-shadow);
}

.st-search label {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
}

.st-search input {
	min-width: 0;
	flex: 1;
	padding: 15px 18px;
	border: 0;
	outline: 0;
	background: transparent;
	color: var(--st-ink);
	font: inherit;
}

.st-search button,
.st-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 0 22px;
	border: 0;
	border-radius: 13px;
	background: var(--st-sun);
	color: #2e2108;
	font: inherit;
	font-weight: 800;
	text-decoration: none;
	cursor: pointer;
	transition: transform .2s ease, box-shadow .2s ease;
}

.st-search button:hover,
.st-button:hover {
	transform: translateY(-2px);
	box-shadow: 0 12px 25px rgba(42, 33, 7, .18);
}

.st-hero__links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 20px;
}

.st-hero__links a {
	padding: 7px 12px;
	border: 1px solid rgba(255, 255, 255, .3);
	border-radius: 999px;
	color: var(--st-white);
	font-size: 14px;
	text-decoration: none;
}

.st-benefits {
	position: relative;
	z-index: 2;
	margin-top: -48px;
}

.st-page-hero {
	position: relative;
	isolation: isolate;
	display: grid;
	min-height: 390px;
	align-items: end;
	padding: 90px 0 72px;
	background: var(--st-forest-dark);
	background-position: center;
	background-size: cover;
	color: var(--st-white);
}

.st-page-hero--image::before {
	position: absolute;
	inset: 0;
	z-index: -1;
	background: linear-gradient(90deg, rgba(5, 43, 35, .94), rgba(5, 43, 35, .45));
	content: "";
}

.st-page-hero__content {
	position: relative;
	z-index: 1;
}

.st-page-hero h1 {
	max-width: 800px;
	margin: 0;
	color: inherit;
	font-size: clamp(44px, 7vw, 78px);
	letter-spacing: -.045em;
	line-height: 1.03;
}

.st-page-hero p:not(.st-eyebrow) {
	max-width: 720px;
	margin: 18px 0 0;
	color: rgba(255, 255, 255, .82);
	font-size: 19px;
}

.st-article-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 330px;
	gap: 70px;
	padding-top: 80px;
	padding-bottom: 100px;
}

.st-article {
	min-width: 0;
	font-size: 18px;
}

.st-article > *:first-child {
	margin-top: 0;
}

.st-article h2,
.st-article h3 {
	margin: 1.7em 0 .55em;
	color: var(--st-ink);
	line-height: 1.2;
}

.st-article h2 {
	font-size: 34px;
}

.st-article img {
	height: auto;
	border-radius: 18px;
}

.st-guide-note {
	display: grid;
	gap: 6px;
	margin-top: 36px;
	padding: 24px;
	border-left: 4px solid var(--st-sun);
	border-radius: 0 16px 16px 0;
	background: var(--st-sand);
}

.st-guide-note strong {
	color: var(--st-forest-dark);
}

.st-guide-note span {
	color: var(--st-ink-soft);
}

.st-guide-aside {
	position: sticky;
	top: 110px;
	height: fit-content;
	padding: 30px;
	border-radius: 20px;
	background: var(--st-sand);
}

.st-guide-aside h2 {
	margin: 0;
	font-size: 28px;
	line-height: 1.2;
}

.st-guide-aside .st-button,
.st-guide-aside .st-text-link {
	width: 100%;
	margin-top: 18px;
	text-align: center;
}

.st-benefits__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	border: 1px solid var(--st-line);
	border-radius: var(--st-radius);
	background: var(--st-white);
	box-shadow: var(--st-shadow);
}

.st-benefit {
	display: grid;
	grid-template-columns: 46px 1fr;
	gap: 14px;
	padding: 25px 28px;
}

.st-benefit + .st-benefit {
	border-left: 1px solid var(--st-line);
}

.st-benefit__icon {
	display: grid;
	place-items: center;
	width: 46px;
	height: 46px;
	border-radius: 14px;
	background: var(--st-mint);
	color: var(--st-forest);
	font-size: 22px;
	font-weight: 800;
}

.st-benefit h2,
.st-benefit p {
	margin: 0;
}

.st-benefit h2 {
	font-size: 16px;
}

.st-benefit p {
	color: var(--st-ink-soft);
	font-size: 14px;
}

.st-section {
	padding: 96px 0;
}

.st-section--sand {
	background: var(--st-sand);
}

.st-section__head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 30px;
	margin-bottom: 38px;
}

.st-section__head h2 {
	max-width: 760px;
	margin: 0;
	color: var(--st-ink);
	font-size: clamp(32px, 4.2vw, 52px);
	letter-spacing: -.035em;
	line-height: 1.08;
}

.st-section__head p {
	max-width: 550px;
	margin: 12px 0 0;
	color: var(--st-ink-soft);
}

.st-text-link {
	flex: 0 0 auto;
	color: var(--st-forest);
	font-weight: 800;
	text-decoration-thickness: 2px;
	text-underline-offset: 5px;
}

.st-destinations {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	gap: 20px;
}

.st-destination {
	position: relative;
	min-height: 360px;
	overflow: hidden;
	border-radius: var(--st-radius);
	background: var(--st-forest-dark);
	color: var(--st-white);
	grid-column: span 4;
}

.st-destination:first-child,
.st-destination:nth-child(5) {
	grid-column: span 8;
}

.st-destination img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .45s ease;
}

.st-destination::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 38%, rgba(3, 29, 24, .88));
	content: "";
}

.st-destination:hover img {
	transform: scale(1.04);
}

.st-destination__content {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	padding: 26px;
}

.st-destination__content h3,
.st-destination__content p {
	margin: 0;
	color: inherit;
}

.st-destination__content h3 {
	font-size: 28px;
}

.st-destination__content p {
	margin-top: 6px;
	color: rgba(255, 255, 255, .82);
	font-size: 14px;
}

.st-destination__link {
	position: absolute;
	inset: 0;
	z-index: 2;
}

.st-cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.st-card {
	overflow: hidden;
	border: 1px solid var(--st-line);
	border-radius: 20px;
	background: var(--st-white);
	transition: transform .25s ease, box-shadow .25s ease;
}

.st-card:hover {
	transform: translateY(-5px);
	box-shadow: var(--st-shadow);
}

.st-card__image {
	display: block;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: var(--st-mint);
}

.st-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.st-card__body {
	padding: 24px;
}

.st-card__meta {
	margin: 0 0 8px;
	color: var(--st-forest);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.st-card h2,
.st-card h3 {
	margin: 0;
	color: var(--st-ink);
	font-size: 22px;
	line-height: 1.25;
}

.st-card h2 a,
.st-card h3 a {
	color: inherit;
	text-decoration: none;
}

.st-card__excerpt {
	margin: 13px 0 0;
	color: var(--st-ink-soft);
	font-size: 15px;
}

.st-breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 22px;
	color: rgba(255, 255, 255, .78);
	font-size: 14px;
}

.st-page-hero:not(.st-page-hero--image) .st-breadcrumbs {
	color: var(--st-ink-soft);
}

.st-breadcrumbs a {
	color: inherit;
	text-decoration: none;
}

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

.st-article-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 20px;
	margin-top: 20px;
	color: rgba(255, 255, 255, .84);
	font-size: 14px;
}

.st-page-hero:not(.st-page-hero--image) .st-article-meta {
	color: var(--st-ink-soft);
}

.st-article-meta a {
	color: inherit;
	font-weight: 800;
}

.st-article > h2 {
	scroll-margin-top: 110px;
}

.st-article a {
	color: var(--st-forest);
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.st-author-box {
	margin-top: 44px;
	padding: 24px;
	border: 1px solid var(--st-line);
	border-radius: 16px;
	background: var(--st-sand);
}

.st-author-box strong {
	color: var(--st-ink);
	font-size: 18px;
}

.st-author-box p {
	margin: 8px 0 0;
	color: var(--st-ink-soft);
}

.st-share {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	margin-top: 26px;
}

.st-share a,
.st-share button {
	padding: 8px 13px;
	border: 1px solid var(--st-line);
	border-radius: 999px;
	background: var(--st-white);
	color: var(--st-forest);
	font: inherit;
	font-size: 14px;
	font-weight: 750;
	text-decoration: none;
	cursor: pointer;
}

.st-post-nav {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
	margin-top: 34px;
	padding-top: 28px;
	border-top: 1px solid var(--st-line);
}

.st-post-nav > div:last-child {
	text-align: right;
}

.st-post-nav a {
	display: block;
	text-decoration: none;
}

.st-post-nav span,
.st-post-nav strong {
	display: block;
}

.st-post-nav span {
	margin-bottom: 5px;
	color: var(--st-ink-soft);
	font-size: 13px;
}

.st-toc {
	margin-bottom: 28px;
	padding-bottom: 24px;
	border-bottom: 1px solid var(--st-line);
}

.st-toc h2 {
	margin: 0 0 12px;
	font-size: 18px;
}

.st-toc ol {
	margin: 0;
	padding-left: 20px;
}

.st-toc li + li {
	margin-top: 8px;
}

.st-toc a {
	color: var(--st-ink-soft);
	font-size: 14px;
	text-decoration: none;
}

.st-toc a:hover {
	color: var(--st-forest);
}

.st-aside-cta h2 {
	margin-top: 0;
}

.st-category-filter {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 30px;
}

.st-category-filter a {
	padding: 9px 15px;
	border: 1px solid var(--st-line);
	border-radius: 999px;
	color: var(--st-ink-soft);
	font-size: 14px;
	font-weight: 750;
	text-decoration: none;
}

.st-category-filter a:hover,
.st-category-filter a.is-active {
	border-color: var(--st-forest);
	background: var(--st-forest);
	color: var(--st-white);
}

.st-blog-search {
	margin-top: 28px;
}

.st-content-grid,
.st-contact-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.45fr) minmax(300px, .75fr);
	gap: 64px;
	align-items: start;
}

.st-contact-details,
.st-form-card,
.st-empty {
	padding: 34px;
	border: 1px solid var(--st-line);
	border-radius: var(--st-radius);
	background: var(--st-white);
	box-shadow: 0 12px 38px rgba(12, 60, 49, .07);
}

.st-contact-details h2,
.st-form-card h2,
.st-empty h2 {
	margin-top: 0;
}

.st-contact-details a {
	color: var(--st-forest);
	font-weight: 750;
}

.st-form-card label {
	display: block;
	margin-bottom: 18px;
	color: var(--st-ink);
	font-weight: 700;
}

.st-form-card input,
.st-form-card textarea {
	width: 100%;
	margin-top: 7px;
	padding: 13px 14px;
	border: 1px solid var(--st-line);
	border-radius: 12px;
	background: #fbfdfc;
	color: var(--st-ink);
	font: inherit;
}

.st-form-card textarea {
	min-height: 150px;
	resize: vertical;
}

.st-form-card input[type="submit"] {
	width: auto;
	border-color: var(--st-forest);
	background: var(--st-forest);
	color: var(--st-white);
	font-weight: 800;
	cursor: pointer;
}

.st-faq {
	max-width: 880px;
}

.st-faq details {
	margin-bottom: 14px;
	padding: 22px 24px;
	border: 1px solid var(--st-line);
	border-radius: 16px;
	background: var(--st-white);
}

.st-faq summary {
	cursor: pointer;
	color: var(--st-ink);
	font-size: 18px;
	font-weight: 800;
}

.st-faq details p {
	margin: 14px 0 0;
	color: var(--st-ink-soft);
}

.st-article--narrow {
	max-width: 820px;
}

.page-numbers {
	display: inline-flex;
	margin: 32px 5px 0 0;
	padding: 9px 14px;
	border: 1px solid var(--st-line);
	border-radius: 10px;
	color: var(--st-forest);
	font-weight: 750;
	text-decoration: none;
}

.page-numbers.current {
	border-color: var(--st-forest);
	background: var(--st-forest);
	color: var(--st-white);
}

.st-plan {
	display: grid;
	grid-template-columns: 1.15fr .85fr;
	gap: 24px;
}

.st-plan__feature,
.st-plan__list {
	border-radius: var(--st-radius);
}

.st-plan__feature {
	padding: clamp(34px, 5vw, 64px);
	background: var(--st-forest-dark);
	color: var(--st-white);
}

.st-plan__feature h2 {
	max-width: 570px;
	margin: 0;
	color: inherit;
	font-size: clamp(34px, 4.5vw, 56px);
	letter-spacing: -.04em;
	line-height: 1.06;
}

.st-plan__feature p {
	max-width: 560px;
	margin: 20px 0 30px;
	color: rgba(255, 255, 255, .76);
}

.st-plan__list {
	display: grid;
	gap: 1px;
	overflow: hidden;
	border: 1px solid var(--st-line);
	background: var(--st-line);
}

.st-plan__item {
	display: grid;
	grid-template-columns: 52px 1fr auto;
	align-items: center;
	gap: 16px;
	padding: 24px;
	background: var(--st-white);
	color: var(--st-ink);
	text-decoration: none;
}

.st-plan__number {
	display: grid;
	place-items: center;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: var(--st-mint);
	color: var(--st-forest);
	font-weight: 900;
}

.st-plan__item strong,
.st-plan__item span {
	display: block;
}

.st-plan__item span {
	color: var(--st-ink-soft);
	font-size: 14px;
}

.st-plan__arrow {
	color: var(--st-forest);
	font-size: 22px;
}

.st-footer {
	padding: 66px 0 28px;
	background: #062f28;
	color: rgba(255, 255, 255, .74);
}

.st-footer__grid {
	display: grid;
	grid-template-columns: 1.4fr 1fr 1fr;
	gap: 60px;
}

.st-footer .st-brand img {
	filter: brightness(0) invert(1);
}

.st-footer h2 {
	margin: 0 0 16px;
	color: var(--st-white);
	font-size: 17px;
}

.st-footer p {
	max-width: 440px;
}

.st-footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.st-footer li + li {
	margin-top: 8px;
}

.st-footer a {
	color: inherit;
	text-decoration: none;
}

.st-footer a:hover {
	color: var(--st-white);
}

.st-footer__bottom {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	margin-top: 54px;
	padding-top: 24px;
	border-top: 1px solid rgba(255, 255, 255, .12);
	font-size: 14px;
}

@media (max-width: 980px) {
	.st-topbar__promise {
		display: none;
	}

	.st-menu-toggle {
		display: block;
	}

	.st-nav {
		position: absolute;
		top: 100%;
		right: 20px;
		left: 20px;
		display: none;
		align-items: stretch;
		padding: 14px;
		border: 1px solid var(--st-line);
		border-radius: 16px;
		background: var(--st-white);
		box-shadow: var(--st-shadow);
	}

	.st-nav.is-open {
		display: grid;
	}

	.st-nav .st-nav__cta {
		margin: 4px 0 0;
	}

	.st-benefits__grid,
	.st-cards {
		grid-template-columns: 1fr 1fr;
	}

	.st-benefit:last-child {
		grid-column: 1 / -1;
		border-top: 1px solid var(--st-line);
		border-left: 0;
	}

	.st-destination,
	.st-destination:first-child,
	.st-destination:nth-child(5) {
		grid-column: span 6;
	}

	.st-plan {
		grid-template-columns: 1fr;
	}

	.st-article-layout {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.st-content-grid,
	.st-contact-grid {
		grid-template-columns: 1fr;
		gap: 36px;
	}

	.st-post-nav {
		grid-template-columns: 1fr;
	}

	.st-post-nav > div:last-child {
		text-align: left;
	}

	.st-guide-aside {
		position: static;
	}
}

@media (max-width: 680px) {
	.st-wrap {
		width: min(calc(100% - 28px), var(--st-wrap));
	}

	.st-topbar__inner {
		justify-content: center;
	}

	.st-topbar__contacts a:last-child {
		display: none;
	}

	.st-header__inner {
		min-height: 68px;
	}

	.st-brand img {
		width: 106px;
	}

	.st-hero {
		min-height: 610px;
		padding: 72px 0 92px;
		background-position: 62% center;
	}

	.st-hero::before {
		background: linear-gradient(90deg, rgba(5, 43, 35, .93), rgba(5, 43, 35, .66));
	}

	.st-hero h1 {
		font-size: clamp(40px, 12vw, 56px);
	}

	.st-search {
		display: grid;
	}

	.st-search button {
		width: 100%;
	}

	.st-benefits {
		margin-top: -34px;
	}

	.st-benefits__grid,
	.st-cards {
		grid-template-columns: 1fr;
	}

	.st-benefit,
	.st-benefit + .st-benefit,
	.st-benefit:last-child {
		grid-column: auto;
		border-top: 1px solid var(--st-line);
		border-left: 0;
	}

	.st-benefit:first-child {
		border-top: 0;
	}

	.st-section {
		padding: 72px 0;
	}

	.st-section__head {
		display: block;
	}

	.st-section__head .st-text-link {
		display: inline-block;
		margin-top: 18px;
	}

	.st-destination,
	.st-destination:first-child,
	.st-destination:nth-child(5) {
		min-height: 310px;
		grid-column: 1 / -1;
	}

	.st-plan__item {
		grid-template-columns: 44px 1fr;
		padding: 20px;
	}

	.st-plan__number {
		width: 42px;
		height: 42px;
	}

	.st-plan__arrow {
		display: none !important;
	}

	.st-footer__grid {
		grid-template-columns: 1fr;
		gap: 34px;
	}

	.st-footer__bottom {
		display: block;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		transition-duration: .01ms !important;
	}
}
