html {
	overflow-x: hidden;
}

body {
	font-family: 'Switzer', sans-serif;
	font-weight: 400;
	line-height: 140%;

	background-color: #f7f5f2;
	overflow-x: hidden;
}

.container {
	max-width: 1232px;
	margin: 0 auto;
	padding: 0 56px;
}

.accent {
	font-family: 'SangBleu Sunrise', sans-serif;
	font-size: 74px;
	font-weight: 400;
	line-height: 110%;
	letter-spacing: -0.03em;
}

.h1 {
	font-family: 'SangBleu Sunrise', sans-serif;
	font-size: 48px;
	font-weight: 400;
	line-height: 110%;
	letter-spacing: -0.01em;
}

.h2 {
	font-family: 'SangBleu Sunrise', sans-serif;
	font-size: 32px;
	font-weight: 400;
	line-height: 130%;
	letter-spacing: -0.01em;
}

.h3 {
	font-family: 'SangBleu Sunrise', sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 120%;
	letter-spacing: 0;
}

.button {
	font-size: 15px;
	font-weight: 500;
	line-height: 130%;
	letter-spacing: 0.01em;
}

.body-l {
	font-size: 17px;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0;
}

.body-m {
	font-size: 15px;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0;
}

.body-s {
	font-size: 13px;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0.01em;
}

.tags {
	font-size: 16px;
	font-weight: 500;
	line-height: 130%;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.caption {
	font-size: 11px;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0;
}

.md {
	padding: 100px 0;
}

.md__wrapper {
	display: flex;
	flex-direction: column;
	row-gap: 60px;
}

.md__text {
	color: #26292f;
}

.md__text a {
	color: #26292f;
	text-decoration: underline 1px;
	text-underline-offset: 3px;
	word-break: break-word;
}

.md__text br+span,
.md__text br+* {
	padding-left: 22px;
	display: inline-block;
	text-indent: -22px;
}

.md__content {
	display: flex;
	flex-direction: column;
	row-gap: 48px;
}

.md__content--item {
	display: flex;
	flex-direction: column;
	row-gap: 16px;
}

.list-item-with-dot {
	padding-left: 2em;
	text-indent: -2em;
}

@media (max-width: 1024px) {
	.accent {
		font-size: 56px;
	}

	.h1 {
		font-size: 44px;
	}

	.h2 {
		font-size: 28px;
	}

	.md {
		padding: 56px 0;
	}

	.md__wrapper {
		row-gap: 48px;
	}

	.md__content {
		row-gap: 36px;
	}
}

/* Screen reader only - visually hidden but accessible */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f7f5f2;
	clip: auto !important;
	clip-path: none;
	color: #26292f;
	display: block;
	font-size: 14px;
	font-weight: 500;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

@media (max-width: 640px) {
	.container {
		padding: 0 32px;
	}

	.accent {
		font-size: 40px;
	}

	.h1 {
		font-size: 36px;
	}

	.h2 {
		font-size: 24px;
	}

	.h3 {
		font-size: 20px;
	}

	.button {
		font-size: 14px;
	}

	.body-l {
		font-size: 15px;
	}

	.body-s {
		font-size: 12px;
	}

	.tags {
		font-size: 14px;
	}

	.md {
		padding: 40px 0;
	}

	.md__wrapper {
		row-gap: 40px;
	}

	.md__content {
		row-gap: 32px;
	}
}

.d-none-mobile {
	@media (max-width: 768px) {
		display: none;
	}
}

body .ul-standart,
body .ul-standart li {
	list-style: disc;
}

body .ul-standart {
	padding-left: 20px;
}

.text-red {
	color: #dd1600;
}

.popup__footer {
	margin-top: auto;
}

.businesses__item--logo.Rossignol {
	max-width: 160px;
	object-fit: contain;
}
