@import url(swiper-bundle.css);

@font-face {
	font-family: "DM Sans";
	src: url(../fonts/DMSans18pt-Regular.woff2) format("woff2"), url(../fonts/DMSans18pt-Regular.woff) format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: "DM Sans";
	src: url(../fonts/DMSans18pt-Medium.woff2) format("woff2"), url(../fonts/DMSans18pt-Medium.woff) format("woff");
	font-weight: 500;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: "Brown Pro";
	src: url(../fonts/BrownPro.woff2) format("woff2"), url(../fonts/BrownPro.woff) format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: "Brown Pro";
	src: url(../fonts/BrownPro-Bold.woff2) format("woff2"), url(../fonts/BrownPro-Bold.woff) format("woff");
	font-weight: 700;
	font-style: normal;
	font-display: swap
}

input,
select,
textarea,
button {
	font-family: "DM Sans", sans-serif
}

html {
	text-rendering: optimizeSpeed
}

body {
	font-family: "DM Sans", sans-serif;
	font-size: .9375rem;
	font-size: .9375rem;
	line-height: 1.47;
	letter-spacing: -0.03em
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
	font-family: "Brown Pro", sans-serif;
	font-weight: 700;
	letter-spacing: -0.05em;
	margin-top: 0;
	color: #191919
}

h1 span,
.h1 span,
h2 span,
.h2 span,
h3 span,
.h3 span,
h4 span,
.h4 span,
h5 span,
.h5 span {
	color: #e70a00
}

h1,
.h1 {
	font-size: clamp(2.5rem, 3.8020833333vw, 4.5625rem);
	line-height: 1.07;
	margin: 0 0 13px
}

h2,
.h2 {
	font-size: clamp(2.2rem, 2.8125vw, 3.375rem);
	line-height: 1.02;
	margin: 0 0 30px
}

h3,
.h3 {
	font-size: clamp(1.8rem, 1.4583333333vw, 1.75rem);
	line-height: 1.14;
	letter-spacing: -0.06em;
	margin: 0
}

h4,
.h4 {
	font-size: clamp(1.5rem, 1.3541666667vw, 1.625rem);
	line-height: 1.23;
	margin: 0 0 1.2rem
}

h5,
.h5 {
	font-size: clamp(1.125rem, 1.1458333333vw, 1.375rem);
	line-height: 1.23;
	margin: 0 0 1.2rem;
	letter-spacing: -0.04em
}

.subheadline {
	font-family: "Brown Pro", sans-serif;
	font-weight: 400;
	font-size: 1.1875rem;
	line-height: 1.26;
	color: #191919
}

.subheadline span {
	font-weight: 700;
	color: #e70a00
}

.text-center {
	text-align: center
}

*,
*:before,
*:after {
	box-sizing: border-box
}

html,
body {
	width: 100%
}

p,
ul,
ol {
	margin: 0 0 1.2rem
}

figure {
	margin: 0
}

body {
	background-color: #fff;
	color: #313131;
	padding: 0;
	margin: 0
}

a,
button {
	transition: all .3s linear;
	color: inherit
}

svg path {
	transition: all .3s linear
}

section {
	margin: 0 0 60px;
	position: relative
}

section:last-child {
	margin-bottom: 0
}

@media(min-width: 1080px) {
	section {
		margin: 0 0 100px
	}
}

@media(min-width: 1400px) {
	section {
		margin: 0 0 131px
	}
}

.container {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: calc(1290px + 7rem);
	padding-left: calc(2rem*.5);
	padding-right: calc(2rem*.5);
	position: relative;
	z-index: 1
}

.container--wide {
	max-width: 1920px
}

@media(min-width: 1400px) {
	.container {
		padding-left: calc(7rem*.5);
		padding-right: calc(7rem*.5)
	}
}

button {
	cursor: pointer;
	background: none;
	border: none;
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.s-bg {
	position: absolute
}

.s-bg img {
	display: block;
	max-width: 70vw;
	height: auto
}

.swiper {
	height: auto
}

.swiper .swiper-wrapper {
	height: auto
}

.swiper .swiper-slide {
	height: auto
}

.fade-up {
	opacity: 0;
	transform: translateY(25px);
	transition: transform 850ms cubic-bezier(0.215, 0.61, 0.355, 1), opacity 450ms linear
}

.fade-up.in-view {
	opacity: 1;
	transform: translateY(0)
}

@media(max-width: 767.98px) {
	.fade-up {
		transition: transform 450ms cubic-bezier(0.215, 0.61, 0.355, 1), opacity 250ms linear
	}
}

.fade-up-wrapper>* {
	opacity: 0;
	transform: translateY(25px);
	transition: transform 850ms cubic-bezier(0.215, 0.61, 0.355, 1), opacity 450ms linear
}

.fade-up-wrapper>*.in-view {
	opacity: 1;
	transform: translateY(0)
}

@media(max-width: 767.98px) {
	.fade-up-wrapper>* {
		transition: transform 450ms cubic-bezier(0.215, 0.61, 0.355, 1), opacity 250ms linear
	}
}

.parallax {
	overflow: hidden
}

.parallax__inner {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	height: 100%;
	transform-origin: center;
	transform: translate(-50%, -50%) scale(1.15)
}

.parallax img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	will-change: transform;
	transform: translateZ(0)
}

.img-animated {
	overflow: hidden;
	display: flex;
	transition-property: transform;
	width: 100%;
	transition-duration: 1.5s;
	transition-delay: 0s
}

.img-animated img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transform: scale(1.3) rotate(8deg);
	opacity: 0;
	transition: opacity .8s cubic-bezier(0.22, -0.03, 1, 1), transform 1.5s cubic-bezier(0.49, 0.62, 0.17, 1)
}

.img-animated.in-view img {
	transform: scale(1) rotate(0);
	opacity: 1
}

button {
	color: inherit
}

.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 16px 0 20px;
	height: 40px;
	font-family: "Brown Pro", sans-serif;
	font-size: .875rem;
	line-height: 157%;
	font-weight: 400;
	letter-spacing: -0.04em;
	background: var(--btn-bg);
	color: var(--btn-color);
	border-radius: 10px;
	border: none;
	white-space: nowrap;
	transition: all .3s linear;
	text-align: center;
	text-decoration: none
}

.btn__icon {
	margin-left: 8px;
	transition: all .3s linear;
	transform-origin: center
}

.btn__icon img,
.btn__icon svg {
	display: block
}

.btn:hover {
	background-color: var(--btn-bg-hover);
	color: var(--btn-color-hover)
}

.btn:hover .btn__icon {
	transform: rotate(45deg)
}

.btn--primary {
	--btn-bg: #e70a00;
	--btn-color: #fff;
	--btn-bg-hover: #6f000d;
	--btn-color-hover: #fff
}

.header__menu {
	width: 100%;
	position: relative
}

.header__menu-main {
	display: flex;
	justify-content: space-between;
	list-style: none;
	margin: 0;
	padding: 0;
	font-weight: 500;
	font-size: 1.5rem
}

.header__menu-main li {
	position: relative
}

.header__menu-main li a {
	position: relative;
	display: inline-block;
	text-decoration: none
}

@media(max-width: 1079.98px) {
	.header__menu {
		position: absolute !important;
		left: 0;
		top: 0;
		width: 100%;
		height: 100dvh;
		padding: 60px calc(2rem*.5) 32px;
		background-color: #fff;
		opacity: 0;
		transform: translateY(-100%);
		transition: all .01s;
		display: flex;
		flex-direction: column
	}

	.header__menu-main {
		height: 100%;
		overflow: auto;
		display: block;
		padding: 0;
		opacity: 0;
		transition: all .2s;
		font-family: "Brown Pro", sans-serif;
		font-size: 1.5rem
	}

	.header__menu-main li {
		margin: 0 0 16px
	}

	.header__menu-main li a {
		padding: 5px 0;
		color: #191919
	}

	.header__menu .header__meta {
		opacity: 0;
		transition: all .2s;
		flex: 0 0 auto;
		display: flex;
		align-items: center;
		justify-content: space-between
	}

	.header__menu.active {
		opacity: 1;
		transform: translateY(0)
	}

	.header__menu.active ul,
	.header__menu.active .header__meta {
		opacity: 1;
		transition-delay: .15s;
		transition-duration: .2s
	}
}

@media(max-width: 767.98px) {
	.header__menu .header__meta {
		flex-wrap: wrap
	}

	.header__menu .header__meta .btn {
		width: 100%;
		margin: 32px 0 0
	}
}

@media(min-width: 1080px) {
	.header__menu {
		width: 100%;
		display: flex;
		align-items: center
	}

	.header__menu-main {
		display: flex;
		font-family: "Brown Pro", sans-serif;
		font-size: .9375rem;
		margin: 0 auto
	}

	.header__menu-main li {
		margin: 0 10px
	}

	.header__menu-main li a {
		color: #191919;
		text-decoration: none;
		display: inline-block;
		position: relative
	}

	.header__menu-main li a:hover {
		color: #e70a00
	}
}

@media(min-width: 1400px) {
	.header__menu-main li {
		margin: 0 20px
	}
}

.navbar-toggler {
	width: 40px;
	height: 40px;
	margin-left: 4px;
	position: relative;
	background-color: #e70a00;
	border-radius: 100%;
	transition: all .3s linear
}

.navbar-toggler__icon {
	display: block;
	padding: 0;
	width: 20px;
	position: relative;
	background-color: #fff;
	margin: auto;
	height: 2px
}

.navbar-toggler__icon:before,
.navbar-toggler__icon:after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #fff;
	transition: all .3s linear
}

.navbar-toggler__icon:before {
	top: -6px
}

.navbar-toggler__icon:after {
	bottom: -6px
}

.navbar-toggler.active .navbar-toggler__icon {
	background-color: rgba(0, 0, 0, 0)
}

.navbar-toggler.active .navbar-toggler__icon:before {
	width: 100%;
	transform: translateY(6px) rotate(45deg)
}

.navbar-toggler.active .navbar-toggler__icon:after {
	width: 100%;
	transform: translateY(-6px) rotate(-45deg)
}

@media(min-width: 1080px) {
	.navbar-toggler {
		display: none
	}
}

.swiper-base {
	padding: 0 calc(2rem*.5);
	margin: 0 calc(2rem*-0.5)
}

@media(min-width: 576px) {
	.swiper-base .swiper-slide {
		width: 280px
	}
}

@media(min-width: 1080px) {
	.swiper-base .swiper-slide {
		width: unset
	}
}

.icon-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center
}

.icon-card figure {
	border-radius: 20px;
	width: 73px;
	height: 73px;
	background: #f8f4ed;
	display: flex;
	align-items: center;
	text-align: center;
	padding: 13px
}

.icon-card figure img {
	display: block;
	width: 100%;
	height: auto
}

.icon-card h5 {
	margin: 23px 0 11px
}

.icon-card p {
	margin: 0;
	font-size: 1rem;
	line-height: 1.44
}

@media(min-width: 1400px) {
	.icon-card {
		padding: 0 21px
	}
}

.card {
	border: 1px solid #ede8de;
	border-radius: 25px;
	box-shadow: 0 4px 26px 0 rgba(0, 0, 0, .03), 0 4px 4px 0 rgba(0, 0, 0, .02);
	background: #fff;
	padding: 20px;
	display: flex;
	flex-direction: column
}

.card__header {
	border-bottom: 1px solid #e4dfd6;
	margin: 0 0 26px
}

.card__number {
	font-family: "Brown Pro", sans-serif;
	font-size: 6.0625rem;
	line-height: .9;
	letter-spacing: -0.05em;
	color: #e70a00;
	margin: 0 0 20px
}

.card__link {
	display: inline-flex;
	align-items: center;
	align-self: flex-start;
	margin-top: auto;
	text-decoration: none;
	font-family: "Brown Pro", sans-serif;
	font-size: 1rem;
	line-height: 1.38;
	letter-spacing: -0.04em;
	color: #000;
	text-decoration: none
}

.card__link svg,
.card__link img {
	display: block;
	margin: 2px 0 0 6px;
	transform-origin: center;
	transition: all .3s linear
}

.card__link:hover {
	color: #e70a00
}

.card__link:hover svg,
.card__link:hover img {
	transform: translateX(2px) rotate(45deg)
}

.card__image {
	display: block;
	position: relative;
	padding-top: 75.7%;
	border-radius: 15px;
	overflow: hidden;
	background: #6f000d url(../images/empty.png) center no-repeat
}

.card__image img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center
}

.card__image img {
	transform-origin: center;
	transition: transform .2s linear
}

.card__image:hover img {
	transform: scale(1.05);
	transition-duration: 1s
}

.card__body {
	padding: 24px 12px 19px
}

.card__body h5 {
	margin: 0 0 10px
}

.card__body h5 a {
	text-decoration: none
}

.card__body p {
	margin: 0
}

.card--light {
	background-color: rgba(244, 243, 237, .4)
}

.card--news {
	padding: 9px
}

.card--number.card--sm .card__number {
	font-size: 2.9375rem;
	line-height: 1.17;
	margin: 0 0 17px
}

.card--number.card--sm .card__link svg circle {
	fill: #e70a00
}

.card--number.card--sm .card__link svg path {
	stroke: #fff
}

@media(min-width: 1400px) {
	.card {
		padding: 39px 30px 42px
	}

	.card__number {
		margin: 0 0 35px
	}

	.card--news {
		padding: 10px
	}

	.card--number {
		padding: 58px 20px 50px
	}

	.card--number h4 {
		margin: 0 0 22px
	}

	.card--number p {
		font-size: 1.0625rem;
		line-height: 1.35;
		margin: 0 5px 28px 0
	}

	.card--number.card--sm {
		padding: 27px 22px 32px
	}

	.card--number.card--sm p {
		margin: 0 0 20px 0
	}
}

.language {
	position: relative
}

.language__toggler {
	display: inline-flex;
	align-items: center;
	letter-spacing: -0.02em;
	color: #191919
}

.language__toggler::after {
	content: "";
	background: url("data:image/svg+xml,%3csvg width=%2710%27 height=%276%27 viewBox=%270 0 10 6%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath d=%27M0.650024 0.650002L4.65002 4.65L8.65002 0.650002%27 stroke=%27%23191919%27 stroke-width=%271.3%27 stroke-linecap=%27round%27 /%3e%3c/svg%3e") 0/cover no-repeat;
	width: 10px;
	height: 6px;
	transition: all .3s linear
}

.language__current {
	margin: 0 9px 0 8px
}

.language__menu {
	position: absolute;
	right: 0;
	bottom: 100%;
	border: 1px solid #ede8de;
	border-radius: 15px;
	width: 146px;
	box-shadow: 0 4px 26px 0 rgba(0, 0, 0, .03), 0 4px 4px 0 rgba(0, 0, 0, .02);
	background: #fff;
	padding: 14px 18px;
	font-family: "Brown Pro", sans-serif;
	display: none
}

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

.language__menu ul li:not(:last-child) {
	margin-bottom: 3px
}

.language__menu ul li button {
	color: #191919
}

.language__menu ul li.active button {
	color: #e70a00;
	pointer-events: none
}

.language.open .language__toggler::after {
	transform: scaleY(-1)
}

.language.open .language__menu {
	display: block
}

@media(min-width: 768px) {
	.language__menu {
		right: auto;
		left: 50%;
		transform: translateX(-50%)
	}
}

@media(min-width: 1080px) {
	.language {
		margin: 0 20px
	}

	.language__toggler:hover {
		color: #e70a00
	}

	.language__toggler:hover svg path {
		stroke: #e70a00
	}

	.language__menu {
		bottom: auto;
		top: 42px;
		left: 10px;
		transform: none
	}
}

@media(min-width: 1400px) {
	.language {
		margin: 0 45px 0 57px
	}
}

.list-checked {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 10px;
	font-family: "Brown Pro", sans-serif;
	font-size: 1rem;
	line-height: 1.63;
	color: #000
}

.list-checked li {
	position: relative;
	padding-left: 26px
}

.list-checked li::before {
	content: "";
	width: 19px;
	height: 19px;
	background-color: #e70a00;
	background-image: url(../images/arrow.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 9px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	position: absolute;
	left: 0;
	top: .2em
}

.header {
	transition: all .3s linear;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999
}

.header .container {
	position: static
}

.header__panel {
	background-color: #ffc033;
	padding: 8px calc(2rem*.5) 9px;
	text-align: center
}

.header__panel p {
	margin: 0;
	font-family: "Brown Pro", sans-serif;
	font-size: .875rem;
	line-height: 1.57;
	letter-spacing: -0.02em;
	color: #070506
}

.header__wrapper {
	padding: 10px 0
}

.header__wrapper .container {
	display: flex;
	align-items: center;
	justify-content: space-between
}

.header__contacts a {
	display: inline-flex;
	align-items: center;
	text-decoration: none;
	font-family: "Brown Pro", sans-serif;
	font-size: 1.0625rem;
	line-height: 1.29;
	color: #000;
	letter-spacing: 0
}

.header__contacts a svg,
.header__contacts a img {
	margin: 0 6px 0 0;
	display: block
}

.header--scrolled {
	background-color: #f8f4ed;
	transform: translateY(-39px)
}

@media(min-width: 1080px) {
	.header__meta {
		display: flex;
		align-items: center
	}

	.header__contacts a:hover {
		color: #e70a00
	}

	.header__contacts a:hover svg path {
		stroke: #e70a00
	}
}

@media(min-width: 1400px) {
	.header__wrapper {
		padding: 28px 0;
		transition: all .3s linear
	}

	.header__logo {
		width: 445px;
		flex: 0 0 auto
	}

	.header--scrolled .header__wrapper {
		padding: 0px 0;
		box-shadow: 0 8px 14px -14px rgba(25, 25, 25, .22)
	}
}

.footer {
	background: #f8f4ed url(../images/bg-footer.svg) center 0 no-repeat;
	padding: 50px 0 0;
	text-align: center
}

.footer .container {
	max-width: calc(1780px + 7rem)
}

.footer__logo {
	margin: 0 0 28px
}

.footer__contacts {
	margin: 20px 0;
	font-size: 1rem;
	line-height: 1.35;
	letter-spacing: -0.04em;
	color: #191919
}

.footer__contacts p {
	margin: 0 0 6px
}

.footer__contacts a {
	text-decoration: none
}

.footer__contacts a:hover {
	text-decoration: underline
}

.footer__menu {
	position: relative;
	border-top: 1px solid #e2d7cb;
	padding: 15px 0 80px
}

.footer__menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: center;
	font-family: "Brown Pro", sans-serif;
	font-weight: 700;
	line-height: 1.59;
	letter-spacing: -0.04em;
	text-align: center;
	color: #000
}

.footer__menu ul li {
	display: flex;
	align-items: center
}

.footer__menu ul li+li::before {
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background-color: #e70a00;
	display: block;
	margin: 0 10px
}

.footer__menu ul a {
	text-decoration: none
}

.footer__menu ul a:hover {
	color: #e70a00
}

.footer .btn-to-top {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #6f000d;
	border-radius: 100%;
	width: 42px;
	height: 42px;
	transition: all .3s linear;
	position: absolute;
	left: 50%;
	bottom: 10px;
	transform: translateX(-50%)
}

@media(min-width: 768px) {
	.footer__contacts {
		font-size: 1.25rem
	}

	.footer__menu {
		padding-bottom: 15px
	}

	.footer__menu ul {
		font-size: 1.0625rem
	}

	.footer .btn-to-top {
		left: auto;
		right: 0;
		bottom: auto;
		top: 50%;
		margin-top: -21px;
		transform: none
	}
}

@media(min-width: 1080px) {
	.footer {
		padding: 94px 0 0
	}

	.footer__contacts {
		margin: 39px 0 93px
	}

	.footer__contacts p {
		margin: 0 0 13px
	}

	.footer__menu {
		padding: 30px 0
	}

	.footer__menu ul li+li::before {
		margin: 0 30px
	}
}

@media(min-width: 1400px) {
	.footer h3 {
		font-size: 2rem
	}
}

.s-hero {
	padding: 150px 0 0;
	position: relative;
	height: 100dvh;
	background: #fcf8f0 url(../images/bg-hero.svg) center/cover no-repeat;
	overflow: hidden
}

.s-hero .container {
	height: 100%;
	display: flex;
	flex-direction: column
}

.s-hero__text {
	margin: 0 0 30px;
	flex: 0 0 auto
}

.s-hero__text h1 {
	max-width: 9em;
	margin-left: auto;
	margin-right: auto
}

.s-hero__text .subheadline {
	line-height: 1.4;
	max-width: 26em;
	margin: 0 auto
}

.s-hero__visual {
	position: relative;
	margin: auto 0 0;
	height: 100%
}

.s-hero__visual img {
	display: block;
	width: 100%;
	height: auto
}

.s-hero__visual-main {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}

.s-hero__visual-over {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 14.88%;
	overflow: hidden
}

.s-hero__visual-over img {
	transform: translateY(27%)
}

@media(max-width: 767.98px) {
	.s-hero .container {
		padding: 0
	}

	.s-hero__text {
		padding-left: calc(2rem*.5);
		padding-right: calc(2rem*.5)
	}

	.s-hero__visual-main {
		overflow: hidden
	}

	.s-hero__visual-main img {
		width: 768px
	}

	.s-hero__visual-over {
		width: 40%
	}

	.s-hero__visual-over img {
		transform: translateY(15%)
	}
}

@media(min-width: 768px) {
	.s-hero__visual {
		padding: 0 7.9%;
		height: auto
	}

	.s-hero__visual-main {
		position: static
	}
}

@media(min-width: 768px)and (orientation: portrait) {

	.s-hero,
	.s-hero .container {
		height: auto
	}
}

@media(min-width: 1080px) {
	.s-hero {
		padding-top: calc(108px + 9.5vh)
	}

	.s-hero__text {
		margin: auto 0 5.3vh
	}

	.s-hero__text .subheadline {
		font-size: 1.0625rem
	}

	.s-hero__visual {
		margin-top: auto
	}
}

@media(min-width: 1400px) {
	.s-hero {
		margin: 0 0 140px
	}
}

.s-text-image {
	position: relative
}

.s-text-image .container {
	display: grid;
	gap: 30px
}

.s-text-image__visual {
	display: flex;
	align-items: flex-start
}

.s-text-image__visual figure {
	width: 58%;
	border-radius: 20px
}

.s-text-image__visual figure span {
	width: 100%;
	display: block;
	position: relative;
	padding-top: 134.8%
}

.s-text-image__visual figure span img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center
}

.s-text-image__visual figure:last-child {
	margin: 20.6% 0 0 -16%
}

.s-text-image__text>*:last-child {
	margin-bottom: 0
}

.s-text-image__text .subheadline {
	margin: 0 0 18px
}

.s-text-image .s-bg {
	left: 0;
	top: -30%
}

@media(min-width: 768px) {
	.s-text-image .container {
		grid-template-columns: repeat(2, 1fr);
		gap: 0;
		align-items: start
	}

	.s-text-image__visual {
		position: sticky;
		top: 0
	}

	.s-text-image__text {
		padding-left: 30px;
		align-self: center
	}
}

@media(min-width: 1400px) {
	.s-text-image__text {
		padding-left: 93px
	}

	.s-text-image__text h5 {
		margin: 31px 0 12px
	}
}

.s-banner {
	position: relative;
	overflow: hidden
}

.s-banner__bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}

.s-banner__text {
	padding: 30px 0;
	color: #fff
}

.s-banner__quote {
	margin: 0 0 60px;
	font-family: "Brown Pro", sans-serif;
	font-size: clamp(2.2rem, 2.8125vw, 3.375rem);
	line-height: 1.02;
	letter-spacing: -0.05em;
	max-width: 14em
}

.s-banner__author {
	display: flex;
	flex-direction: column
}

.s-banner__author-name {
	font-family: "Brown Pro", sans-serif;
	font-weight: 700;
	font-size: 1.625rem;
	line-height: 1.23;
	letter-spacing: -0.05em;
	color: #e70a00;
	margin: 0 0 5px
}

.s-banner__author-position {
	font-size: 1.0625rem;
	line-height: 1.29;
	letter-spacing: -0.02em
}

@media(min-width: 768px) {
	.s-banner--reversed .container {
		display: flex;
		justify-content: flex-end
	}

	.s-banner--reversed .s-banner__text {
		padding-left: 0;
		width: 50%
	}
}

@media(min-width: 1080px) {
	.s-banner__text {
		min-height: 80.8vh;
		padding: 11.38vh 10px 7.4vh;
		display: flex;
		flex-direction: column
	}

	.s-banner__author {
		margin-top: auto
	}

	.s-banner--reversed .s-banner__text {
		width: 43%
	}
}

.s-advantages .s-bg {
	right: 0;
	top: -35%
}

.s-advantages h2 {
	max-width: 10em;
	margin-left: auto;
	margin-right: auto
}

.s-advantages .subheadline {
	max-width: 46.3em;
	margin: 0 auto;
	color: #000
}

.s-advantages__wrapper {
	display: grid;
	gap: 30px;
	margin-top: 30px
}

.s-advantages__list {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	font-family: "Brown Pro", sans-serif;
	margin-top: 30px
}

.s-advantages__list ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center
}

.s-advantages__list ul li {
	display: flex;
	align-items: center
}

.s-advantages__list ul li::before {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 100%;
	background-color: #1b212a;
	margin: 0 10px
}

.s-advantages .card:nth-child(2) {
	transition-delay: .15s
}

.s-advantages .card:nth-child(3) {
	transition-delay: .3s
}

.s-advantages .card:nth-child(4) {
	transition-delay: .45s
}

.s-advantages .card:nth-child(5) {
	transition-delay: .6s
}

.s-advantages .card:nth-child(6) {
	transition-delay: .75s
}

.s-advantages .card:nth-child(7) {
	transition-delay: .9s
}

.s-advantages .card:nth-child(8) {
	transition-delay: 1.05s
}

.s-advantages .card:nth-child(9) {
	transition-delay: 1.2s
}

.s-advantages .card:nth-child(10) {
	transition-delay: 1.35s
}

.s-advantages .card:nth-child(11) {
	transition-delay: 1.5s
}

.s-advantages .card:nth-child(12) {
	transition-delay: 1.65s
}

.s-advantages .card:nth-child(13) {
	transition-delay: 1.8s
}

.s-advantages .card:nth-child(14) {
	transition-delay: 1.95s
}

.s-advantages .card:nth-child(15) {
	transition-delay: 2.1s
}

.s-advantages .card:nth-child(16) {
	transition-delay: 2.25s
}

.s-advantages .card:nth-child(17) {
	transition-delay: 2.4s
}

.s-advantages .card:nth-child(18) {
	transition-delay: 2.55s
}

.s-advantages .card:nth-child(19) {
	transition-delay: 2.7s
}

.s-advantages .card:nth-child(20) {
	transition-delay: 2.85s
}

.s-advantages .card:nth-child(21) {
	transition-delay: 3s
}

.s-advantages .card:nth-child(22) {
	transition-delay: 3.15s
}

.s-advantages .card:nth-child(23) {
	transition-delay: 3.3s
}

.s-advantages .card:nth-child(24) {
	transition-delay: 3.45s
}

.s-advantages .card:nth-child(25) {
	transition-delay: 3.6s
}

.s-advantages .card:nth-child(26) {
	transition-delay: 3.75s
}

.s-advantages .card:nth-child(27) {
	transition-delay: 3.9s
}

.s-advantages .card:nth-child(28) {
	transition-delay: 4.05s
}

.s-advantages .card:nth-child(29) {
	transition-delay: 4.2s
}

.s-advantages .card:nth-child(30) {
	transition-delay: 4.35s
}

.s-advantages .card:nth-child(31) {
	transition-delay: 4.5s
}

.s-advantages .card:nth-child(32) {
	transition-delay: 4.65s
}

.s-advantages .card:nth-child(33) {
	transition-delay: 4.8s
}

.s-advantages .card:nth-child(34) {
	transition-delay: 4.95s
}

.s-advantages .card:nth-child(35) {
	transition-delay: 5.1s
}

.s-advantages .card:nth-child(36) {
	transition-delay: 5.25s
}

.s-advantages .card:nth-child(37) {
	transition-delay: 5.4s
}

.s-advantages .card:nth-child(38) {
	transition-delay: 5.55s
}

.s-advantages .card:nth-child(39) {
	transition-delay: 5.7s
}

.s-advantages .card:nth-child(40) {
	transition-delay: 5.85s
}

.s-advantages .card:nth-child(41) {
	transition-delay: 6s
}

.s-advantages .card:nth-child(42) {
	transition-delay: 6.15s
}

.s-advantages .card:nth-child(43) {
	transition-delay: 6.3s
}

.s-advantages .card:nth-child(44) {
	transition-delay: 6.45s
}

.s-advantages .card:nth-child(45) {
	transition-delay: 6.6s
}

.s-advantages .card:nth-child(46) {
	transition-delay: 6.75s
}

.s-advantages .card:nth-child(47) {
	transition-delay: 6.9s
}

.s-advantages .card:nth-child(48) {
	transition-delay: 7.05s
}

.s-advantages .card:nth-child(49) {
	transition-delay: 7.2s
}

.s-advantages .card:nth-child(50) {
	transition-delay: 7.35s
}

.s-advantages .card:nth-child(51) {
	transition-delay: 7.5s
}

.s-advantages .card:nth-child(52) {
	transition-delay: 7.65s
}

.s-advantages .card:nth-child(53) {
	transition-delay: 7.8s
}

.s-advantages .card:nth-child(54) {
	transition-delay: 7.95s
}

.s-advantages .card:nth-child(55) {
	transition-delay: 8.1s
}

.s-advantages .card:nth-child(56) {
	transition-delay: 8.25s
}

.s-advantages .card:nth-child(57) {
	transition-delay: 8.4s
}

.s-advantages .card:nth-child(58) {
	transition-delay: 8.55s
}

.s-advantages .card:nth-child(59) {
	transition-delay: 8.7s
}

.s-advantages .card:nth-child(60) {
	transition-delay: 8.85s
}

.s-advantages .card:nth-child(61) {
	transition-delay: 9s
}

.s-advantages .card:nth-child(62) {
	transition-delay: 9.15s
}

.s-advantages .card:nth-child(63) {
	transition-delay: 9.3s
}

.s-advantages .card:nth-child(64) {
	transition-delay: 9.45s
}

.s-advantages .card:nth-child(65) {
	transition-delay: 9.6s
}

.s-advantages .card:nth-child(66) {
	transition-delay: 9.75s
}

.s-advantages .card:nth-child(67) {
	transition-delay: 9.9s
}

.s-advantages .card:nth-child(68) {
	transition-delay: 10.05s
}

.s-advantages .card:nth-child(69) {
	transition-delay: 10.2s
}

.s-advantages .card:nth-child(70) {
	transition-delay: 10.35s
}

.s-advantages .card:nth-child(71) {
	transition-delay: 10.5s
}

.s-advantages .card:nth-child(72) {
	transition-delay: 10.65s
}

.s-advantages .card:nth-child(73) {
	transition-delay: 10.8s
}

.s-advantages .card:nth-child(74) {
	transition-delay: 10.95s
}

.s-advantages .card:nth-child(75) {
	transition-delay: 11.1s
}

.s-advantages .card:nth-child(76) {
	transition-delay: 11.25s
}

.s-advantages .card:nth-child(77) {
	transition-delay: 11.4s
}

.s-advantages .card:nth-child(78) {
	transition-delay: 11.55s
}

.s-advantages .card:nth-child(79) {
	transition-delay: 11.7s
}

.s-advantages .card:nth-child(80) {
	transition-delay: 11.85s
}

.s-advantages .card:nth-child(81) {
	transition-delay: 12s
}

.s-advantages .card:nth-child(82) {
	transition-delay: 12.15s
}

.s-advantages .card:nth-child(83) {
	transition-delay: 12.3s
}

.s-advantages .card:nth-child(84) {
	transition-delay: 12.45s
}

.s-advantages .card:nth-child(85) {
	transition-delay: 12.6s
}

.s-advantages .card:nth-child(86) {
	transition-delay: 12.75s
}

.s-advantages .card:nth-child(87) {
	transition-delay: 12.9s
}

.s-advantages .card:nth-child(88) {
	transition-delay: 13.05s
}

.s-advantages .card:nth-child(89) {
	transition-delay: 13.2s
}

.s-advantages .card:nth-child(90) {
	transition-delay: 13.35s
}

.s-advantages .card:nth-child(91) {
	transition-delay: 13.5s
}

.s-advantages .card:nth-child(92) {
	transition-delay: 13.65s
}

.s-advantages .card:nth-child(93) {
	transition-delay: 13.8s
}

.s-advantages .card:nth-child(94) {
	transition-delay: 13.95s
}

.s-advantages .card:nth-child(95) {
	transition-delay: 14.1s
}

.s-advantages .card:nth-child(96) {
	transition-delay: 14.25s
}

.s-advantages .card:nth-child(97) {
	transition-delay: 14.4s
}

.s-advantages .card:nth-child(98) {
	transition-delay: 14.55s
}

.s-advantages .card:nth-child(99) {
	transition-delay: 14.7s
}

.s-advantages .card:nth-child(100) {
	transition-delay: 14.85s
}

@media(min-width: 768px) {
	.s-advantages__wrapper {
		grid-template-columns: repeat(auto-fit, minmax(auto, 450px));
		gap: 20px;
		justify-content: center
	}
}

@media(min-width: 1400px) {
	.s-advantages__wrapper {
		margin-top: 69px
	}

	.s-advantages__list {
		margin-top: 56px;
		font-size: 1.1875rem
	}

	.s-advantages__list strong {
		margin-right: 20px
	}

	.s-advantages__list ul li::before {
		margin: 0 20px
	}
}

.s-features {
	--gap: 40px;
	--columns: 1
}

.s-features h2 {
	margin: 0 0 23px
}

.s-features .subheadline {
	max-width: 31em;
	margin: 0 auto
}

.s-features__wrapper {
	display: grid;
	gap: var(--gap);
	margin-top: 40px;
	grid-template-columns: repeat(var(--columns), 1fr)
}

.s-features .s-bg {
	left: 0;
	top: -30%
}

.s-features--bg-right .s-bg {
	left: auto;
	right: 0;
	top: -30%
}

@media(min-width: 576px)and (max-width: 767.98px) {
	.s-features .icon-card:nth-child(2n) {
		transition-delay: .1s
	}
}

@media(min-width: 576px) {
	.s-features {
		--gap: 40px 20px;
		--columns: 2
	}
}

@media(min-width: 768px) {
	.s-features {
		--gap: 40px 20px;
		--columns: 3
	}

	.s-features .icon-card:nth-child(3n+2) {
		transition-delay: .1s
	}

	.s-features .icon-card:nth-child(3n+3) {
		transition-delay: .2s
	}
}

@media(min-width: 1400px) {
	.s-features {
		--gap: 42px 30px
	}

	.s-features__wrapper {
		margin-top: 68px
	}
}

.strip {
	background-color: #ffc033;
	color: #000;
	padding: 11px 0 8px
}

.strip .container {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center
}

.strip p {
	font-family: "Brown Pro", sans-serif;
	margin: 0 0 0 16px
}

@media(min-width: 768px) {
	.strip p {
		font-size: 1.1875rem;
		margin: 0 33px 0 43px
	}
}

.s-full-width-columns {
	background-color: #6f000d;
	margin-bottom: 0
}

.s-full-width-columns * {
	color: #fff
}

.s-full-width-columns__visual img {
	display: block;
	width: 100%;
	height: auto
}

.s-full-width-columns .list-checked {
	gap: 25px
}

.s-full-width-columns .list-checked h5 {
	margin: 0 0 10px
}

.s-full-width-columns .list-checked p {
	font-family: "DM Sans", sans-serif;
	margin: 0;
	font-size: 1rem;
	line-height: 1.44;
	letter-spacing: -0.01em;
	color: rgba(255, 254, 254, .75)
}

@media(max-width: 767.98px) {
	.s-full-width-columns .container {
		padding: 0
	}

	.s-full-width-columns__text {
		padding: 40px calc(2rem*.5)
	}
}

@media(min-width: 768px) {
	.s-full-width-columns .container {
		display: flex;
		align-items: flex-start
	}

	.s-full-width-columns__text {
		padding: 40px 40px 40px 0;
		width: 50%;
		flex: 0 0 auto
	}

	.s-full-width-columns__visual {
		position: sticky;
		top: 72px
	}

	.s-full-width-columns__visual figure {
		width: 50vw
	}
}

@media(min-width: 1080px) {
	.s-full-width-columns {
		overflow: hidden
	}

	.s-full-width-columns .container {
		align-items: unset
	}

	.s-full-width-columns__visual {
		position: static
	}

	.s-full-width-columns__visual figure {
		width: 50vw;
		height: 100%
	}

	.s-full-width-columns__visual figure img {
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover
	}
}

@media(min-width: 1400px) {
	.s-full-width-columns__text {
		padding: 100px 130px 95px 14px
	}

	.s-full-width-columns h2 {
		margin: 0 0 51px
	}

	.s-full-width-columns .list-checked {
		gap: 36px
	}

	.s-full-width-columns .list-checked li {
		padding-left: 41px
	}

	.s-full-width-columns .list-checked li::before {
		width: 26px;
		height: 26px;
		background-size: 9px
	}

	.s-full-width-columns .list-checked h5 {
		margin: 0 0 14px
	}
}

.s-slider-thumbs {
	background-color: #f8f4ed;
	padding: 60px 0
}

.s-slider-thumbs h2 {
	margin: 0 0 22px
}

.s-slider-thumbs .subheadline {
	font-family: "DM Sans", sans-serif;
	color: #313131;
	margin: 0 0 40px
}

.s-slider-thumbs .swiper-main {
	margin: 0 0 28px
}

.s-slider-thumbs .swiper-main .swiper-slide {
	box-shadow: 0 4px 62px 0 rgba(0, 0, 0, .07)
}

.s-slider-thumbs .swiper-main figure {
	display: block;
	position: relative;
	padding-top: 71.44%
}

.s-slider-thumbs .swiper-main figure img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center
}

.s-slider-thumbs .swiper-thumbs .swiper-slide {
	border-bottom: 1px solid rgba(0, 0, 0, .2);
	padding: 5px 0 27px;
	transition: all .3s linear;
	cursor: pointer
}

.s-slider-thumbs .swiper-thumbs .swiper-slide::before {
	content: "";
	width: 25px;
	height: 25px;
	background-color: #ccc7be;
	background-image: url(../images/arrow.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 9px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	margin: 0 0 15px;
	transition: all .3s linear
}

.s-slider-thumbs .swiper-thumbs .swiper-slide.swiper-slide-thumb-active {
	border-color: #e70a00
}

.s-slider-thumbs .swiper-thumbs .swiper-slide.swiper-slide-thumb-active::before {
	background-color: #e70a00
}

.s-slider-thumbs .swiper-thumbs .swiper-slide h5 {
	font-size: clamp(1rem, 1.0416666667vw, 1.25rem);
	margin: 0;
	max-width: 13em;
	line-height: 1.15;
	letter-spacing: -0.05em
}

@media(min-width: 1080px) {
	.s-slider-thumbs {
		padding: 100px 0
	}
}

@media(min-width: 1400px) {
	.s-slider-thumbs {
		padding: 148px 0 140px
	}

	.s-slider-thumbs .subheadline {
		margin: 0 0 53px
	}
}

.s-slider-views h2 {
	margin: 0 0 25px
}

.s-slider-views .subheadline {
	color: #000;
	margin: 0 0 30px
}

.s-slider-views figure {
	display: block;
	position: relative;
	padding-top: 201.4%
}

.s-slider-views figure img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center
}

.s-slider-views .s-bg {
	left: 0;
	top: -50%
}

.s-slider-views .s-bg--right {
	left: auto;
	right: 0;
	top: 30%
}

@media(min-width: 1080px) {
	.s-slider-views .swiper {
		margin: 0;
		padding: 0
	}
}

@media(min-width: 1400px) {
	.s-slider-views .subheadline {
		margin: 0 0 54px
	}

	.s-slider-views .swiper {
		padding: 0 23px 15px
	}
}

.s-benefits .s-bg {
	right: 0;
	bottom: 0
}

.s-benefits .s-bg--left {
	left: 0;
	right: auto;
	bottom: -40%
}

.s-benefits .s-bg--left+.s-bg {
	top: -70%;
	bottom: auto
}

.s-benefits .subheadline {
	font-family: "DM Sans", sans-serif;
	line-height: 1.21;
	letter-spacing: -0.01em;
	color: #313131;
	max-width: 53.5em
}

.s-benefits__wrapper {
	display: grid;
	gap: 30px;
	margin-top: 40px
}

.s-benefits:last-child {
	overflow: hidden;
	padding: 60px 0
}

@media(min-width: 768px) {
	.s-benefits__wrapper {
		grid-template-columns: repeat(2, 1fr)
	}

	.s-benefits .card:nth-child(4n+2) {
		transition-delay: .1s
	}

	.s-benefits .card:nth-child(4n+3) {
		transition-delay: .2s
	}

	.s-benefits .card:nth-child(4n+4) {
		transition-delay: .3s
	}
}

@media(min-width: 1080px) {
	.s-benefits__wrapper {
		grid-template-columns: repeat(auto-fit, minmax(clamp(300px, 20%, 410px), 1fr))
	}

	.s-benefits:last-child {
		padding: 100px 0
	}
}

@media(min-width: 1400px) {
	.s-benefits__wrapper {
		margin-top: 52px
	}

	.s-benefits:last-child {
		padding: 131px 0 140px
	}
}

.s-ecosystem .s-bg {
	left: 0;
	bottom: -20%
}

.s-ecosystem h2 {
	margin: 0 0 18px
}

.s-ecosystem__wrapper {
	position: relative;
	max-width: 1171px;
	margin: auto;
	padding: 0 0 0 40px;
	margin-top: 39px
}

.s-ecosystem__grid {
	display: grid;
	gap: 30px
}

.s-ecosystem__pointers {
	position: absolute;
	left: 0;
	top: 15%;
	bottom: 15%;
	width: 20px;
	border: 1px solid #eaedef;
	border-width: 1px 0 1px 1px;
	border-radius: 12px 0 0 12px
}

.s-ecosystem__pointers::before,
.s-ecosystem__pointers::after {
	content: "";
	width: 10px;
	height: 10px;
	background-color: #000;
	border: 2px solid #fff;
	outline: 1px solid #eaedef;
	border-radius: 100%;
	position: absolute;
	left: 100%;
	transform: translate(-50%, -50%)
}

.s-ecosystem__pointers::before {
	top: 0
}

.s-ecosystem__pointers::after {
	top: 100%
}

.s-ecosystem__pointers-inner {
	width: 100%;
	height: 100%;
	position: relative
}

.s-ecosystem__pointers-inner::before {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #eaedef;
	position: absolute;
	left: 0;
	top: 50%
}

.s-ecosystem__pointers-inner::after {
	content: "";
	width: 10px;
	height: 10px;
	background-color: #000;
	border: 2px solid #fff;
	outline: 1px solid #eaedef;
	border-radius: 100%;
	position: absolute;
	left: 100%;
	top: 50%;
	transform: translate(-50%, -50%)
}

.s-ecosystem .card h5 {
	max-width: 10em
}

.s-ecosystem .card .list-checked {
	font-family: "DM Sans", sans-serif;
	font-weight: 500;
	font-size: 1.0625rem;
	line-height: 1.29;
	gap: 11px
}

.s-ecosystem .card .list-checked li {
	padding-left: 22px
}

.s-ecosystem .card .list-checked li::before {
	width: 15px;
	height: 15px;
	background-size: 7px;
	top: .1em
}

@media(min-width: 768px) {
	.s-ecosystem__wrapper {
		max-width: 1171px;
		padding: 62px 0 0
	}

	.s-ecosystem__grid {
		grid-template-columns: repeat(3, 1fr);
		gap: 16px
	}

	.s-ecosystem__pointers {
		left: 16.5%;
		top: 0;
		bottom: auto;
		right: 16.5%;
		width: auto;
		height: 36px;
		border-width: 1px 1px 0 1px;
		border-radius: 20px 20px 0 0
	}

	.s-ecosystem__pointers::before {
		top: 100%;
		left: 0
	}

	.s-ecosystem__pointers::after {
		left: 100%
	}

	.s-ecosystem__pointers-inner::before {
		width: 1px;
		height: 100%;
		left: 50%;
		top: 0
	}

	.s-ecosystem__pointers-inner::after {
		left: 50%;
		top: 100%
	}

	.s-ecosystem .card:nth-child(3n+2) {
		transition-delay: .1s
	}

	.s-ecosystem .card:nth-child(3n+3) {
		transition-delay: .2s
	}
}

@media(min-width: 1400px) {
	.s-ecosystem {
		margin-bottom: 140px
	}

	.s-ecosystem__grid {
		gap: 30px
	}

	.s-ecosystem .card {
		padding: 32px 26px 37px
	}
}

.s-news h2 {
	margin: 0 0 23px
}

.s-news h2~p {
	color: #606367;
	letter-spacing: -0.02em;
	max-width: 48em;
	margin: 0 auto
}

.s-news .subheadline {
	font-family: "DM Sans", sans-serif;
	max-width: 42em;
	letter-spacing: -0.03em;
	margin: 0 auto 16px;
	color: #000
}

.s-news .swiper {
	padding-top: 44px;
	padding-bottom: 10px
}

.s-news .s-bg {
	left: 0;
	bottom: 10%
}

.s-news .s-bg--right {
	left: auto;
	right: 0;
	top: 20%
}

.s-prices {
	background-color: #f8f4ed;
	padding: 60px 0;
	margin: 0
}

.s-prices h2 {
	margin: 0 0 27px
}

.s-prices .subheadline {
	font-family: "DM Sans", sans-serif;
	color: #313131;
	letter-spacing: -0.01em;
	margin: 0 auto 20px;
	max-width: 42em
}

.s-prices__wrapper {
	display: grid
}

.s-prices__col {
	padding: 20px 0;
	position: relative
}

.s-prices__col:not(:last-child)::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background: linear-gradient(90deg, #fff 0%, #d9d9d9 50.48%, #fff 100%)
}

.s-prices__col h3 {
	margin: 0 0 10px
}

.s-prices__col p {
	margin: 0
}

.s-prices__table {
	background-color: #fff;
	border: 1px solid #ebe7e1;
	border-radius: 20px;
	overflow: auto;
	margin: 23px 0 21px
}

.s-prices__table table {
	width: 100%;
	min-width: 600px;
	border-collapse: collapse
}

.s-prices__table table th,
.s-prices__table table td {
	border: 1px solid #ebe7e1;
	border-width: 0 1px 1px 0;
	vertical-align: middle;
	text-align: left;
	height: 56px;
	padding: 5px 10px
}

.s-prices__table table th:last-child,
.s-prices__table table td:last-child {
	border-right: none
}

.s-prices__table table th {
	text-transform: uppercase;
	font-weight: 500;
	font-size: .9375rem;
	line-height: 1.53;
	letter-spacing: -0.01em;
	color: #a09c97;
	width: 25%;
	height: 49px
}

.s-prices__table table td {
	font-family: "Brown Pro", sans-serif;
	color: #000
}

.s-prices__table table tbody tr:last-child td {
	border-bottom: 0
}

.s-prices__table table tbody tr:last-child td:first-child {
	border-bottom-left-radius: 20px
}

.s-prices__table table tbody tr:last-child td:last-child {
	border-bottom-right-radius: 20px
}

.s-prices__table table tbody tr:nth-child(2n+1) td {
	background-color: rgba(239, 235, 231, .2)
}

.s-prices__note {
	font-size: 1rem
}

@media(min-width: 768px) {
	.s-prices__wrapper {
		grid-template-columns: repeat(2, 1fr);
		gap: 50px;
		position: relative;
		margin: 30px 0
	}

	.s-prices__wrapper::after {
		content: "";
		position: absolute;
		left: 50%;
		top: 0;
		bottom: 0;
		width: 1px;
		background: linear-gradient(180deg, #fff 0%, #d9d9d9 50.48%, #fff 100%)
	}

	.s-prices__col {
		padding: 0
	}

	.s-prices__col:not(:last-child)::after {
		display: none
	}

	.s-prices__col h3 span {
		display: block
	}
}

@media(min-width: 1080px) {
	.s-prices {
		padding: 100px 0
	}

	.s-prices__wrapper {
		gap: 100px
	}

	.s-prices__col h3 span {
		display: inline
	}

	.s-prices__col p {
		font-size: 1.125rem;
		line-height: 1.28
	}

	.s-prices__table table th,
	.s-prices__table table td {
		padding: 5px 18px
	}

	.s-prices__table table td {
		font-size: 1.1875rem;
		letter-spacing: -0.05em
	}
}

@media(min-width: 1400px) {
	.s-prices {
		padding: 133px 0
	}

	.s-prices__wrapper {
		gap: 130px;
		margin: 57px 0 37px
	}
}