:root {
	--wrapper-offset: 32px;
	--wrapper-size: 1140px;
	--section-offset: clamp(50px, 3.13vw + 40px, 100px);
}
* {
	box-sizing: border-box;
}
html {
	scroll-behavior: smooth;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body {
	margin: 0;
}
main {
	display: block;
}
hr {
	height: 0;
	color: inherit;
	border: initial;
	border-top: 1px solid #000;
}
abbr:where([title]) {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: inherit;
}
a {
	font: inherit;
	color: inherit;
	-webkit-text-decoration: none;
	text-decoration: none;
	background-color: transparent;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none;
}
b,
strong {
	font-weight: bolder;
}
code,
kbd,
samp,
pre {
	font-family:
		ui-monospace,
		SFMono-Regular,
		Menlo,
		Monaco,
		Consolas,
		Liberation Mono,
		Courier New,
		monospace;
	font-size: 1em;
}
small {
	font-size: 80%;
}
sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
table {
	text-indent: 0;
	border-collapse: collapse;
	border-color: inherit;
}
table th {
	padding: 0;
}
table td {
	padding: 0;
	vertical-align: top;
}
button,
input,
optgroup,
select,
textarea {
	padding: 0;
	margin: 0;
	font: inherit;
	color: inherit;
	background: transparent;
	border: initial;
	border-radius: 0;
}
button:focus,
input:focus,
optgroup:focus,
select:focus,
textarea:focus {
	outline: none;
}
input,
select,
textarea {
	-webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
	mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
}
button,
select {
	text-transform: none;
}
button,
[type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
}
:-moz-focusring {
	outline: auto;
}
:-moz-ui-invalid {
	box-shadow: none;
}
progress {
	vertical-align: baseline;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
	height: auto;
}
[type='search'] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline-offset: -2px;
}
[type='search']::-ms-clear,
[type='search']::-ms-reveal {
	display: none;
	width: 0;
	height: 0;
}
[type='search']::-webkit-search-decoration,
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-results-button,
[type='search']::-webkit-search-results-decoration {
	display: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
}
summary {
	display: list-item;
}
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
	margin: 0;
}
fieldset {
	padding: 0;
	margin: 0;
}
legend {
	padding: 0;
}
menu,
ul,
ol {
	margin: 0;
}
dialog {
	padding: 0;
}
textarea {
	overflow-x: hidden;
	overflow-y: auto;
	overflow: hidden auto;
	resize: none;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #9ca3af;
	opacity: 1;
}
input::placeholder,
textarea::placeholder {
	color: #9ca3af;
	opacity: 1;
}
button,
[role='button'] {
	cursor: pointer;
}
picture,
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
	display: block;
}
picture,
img,
video,
svg {
	max-width: 100%;
	height: auto;
}
video,
svg {
	width: 100%;
}
img,
fieldset,
iframe {
	border: initial;
}
button {
	touch-action: manipulation;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
:disabled {
	cursor: not-allowed;
}
[hidden] {
	display: none !important;
}
.part-main-content {
	font-family: Montserrat, sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #003263;
	font-size: 16px;
	line-height: 1.6;
}
.part-main-content .wrapper {
	width: 100%;
	max-width: 1204px;
	max-width: calc(var(--wrapper-size) + 2 * var(--wrapper-offset));
	padding: 0 32px;
	padding: 0 var(--wrapper-offset);
	margin: 0 auto;
}
.part-main-content .object-fit-cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.part-main-content .object-fit-contain {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}
.part-main-content .visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	border: initial;
}
.part-main-content .user-select-none {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.part-main-content .pointer-events-none {
	pointer-events: none;
}
.part-main-content em,
.part-main-content i,
.part-main-content .em,
.part-main-content .i {
	font-style: italic;
}
.slider-button {
	width: 17px;
	height: 17px;
	pointer-events: all;
	fill: #898989;
	transition-property: fill;
	transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
	transition-duration: 0.3s;
}
.slider-button:not(:disabled):hover {
	fill: #003263;
}
.slider-button:disabled {
	fill: #89898940;
}
.slider-button_next {
	transform: scaleX(-1);
}
.slider-pagination {
	display: flex;
	flex-flow: row nowrap;
	gap: 10px;
	align-items: center;
}
.slider-pagination button {
	width: 16px;
	height: 16px;
	background-color: #898989;
	border-radius: 50%;
	transition-property: background-color;
	transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
	transition-duration: 0.3s;
}
.slider-pagination button.is-active {
	background-color: #003263;
}
.slider-navigation {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: space-between;
	pointer-events: none;
}
.slider-navigation_position_outer-vertical {
	--slider-navigation-offset: 30px;
	position: absolute;
	right: -30px;
	left: -30px;
	top: 50%;
	right: calc(-1 * var(--slider-navigation-offset));
	bottom: auto;
	left: calc(-1 * var(--slider-navigation-offset));
	transform: translateY(-50%);
}
.ui-button {
	flex: 0 0 auto;
	flex-flow: row nowrap;
	width: -moz-fit-content;
	width: fit-content;
	max-width: 100%;
	padding: 20px 48px;
	transition-property: background-color;
	display: flex;
	align-items: center;
	justify-content: center;
	transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
	transition-duration: 0.3s;
}
.ui-button_type_primary {
	color: #fff;
	background-color: #003263;
	border-radius: 100px;
}
.ui-button_type_primary:not(:disabled):hover {
	background-color: #004c96;
}
.ui-button:not([class*='ui-button_size_']) .ui-button__text {
	font-size: 11px;
	font-weight: 600;
	line-height: 1;
	text-transform: uppercase;
}
.ui-button_reverse {
	flex-direction: row-reverse;
}
.ui-button__icon {
	flex: 0 0 auto;
}
.ui-button__text {
	flex-shrink: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.module-photo img {
	z-index: inherit;
}
.part-main-content {
	position: relative;
	flex: 1 0 auto;
	min-height: 100%;
	overflow-x: hidden;
}
.part-section-header__title {
	font-size: clamp(20px, 1.25vw + 16px, 40px);
	font-weight: 800;
	line-height: 1.4;
	text-transform: uppercase;
}
.part-section-header__subtitle {
	margin-top: 15px;
	color: #898989;
}
.item-benefits {
	display: flex;
	flex-flow: row nowrap;
	gap: 38px;
	align-items: flex-start;
}
.item-benefits__photo {
	flex: 0 0 auto;
	width: 60px;
	height: 60px;
	overflow: hidden;
	border-radius: 50%;
}
.item-benefits__photo img {
	width: 100%;
}
.item-benefits__content {
	flex: 1;
	min-width: 0;
}
.item-benefits__title {
	font-weight: 800;
	color: #003263;
	font-size: 14px;
	line-height: 1.4;
}
.item-benefits__text {
	margin-top: 15px;
	font-style: italic;
	font-weight: 300;
	color: #898989;
}
.item-benefits__link {
	display: block;
	width: -moz-fit-content;
	width: fit-content;
	max-width: 100%;
	margin-top: 15px;
	color: #898989;
	transition-property: color;
	text-decoration: underline;
	-webkit-text-decoration: underline solid currentColor;
	text-decoration: underline solid currentColor;
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none;
	transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
	transition-duration: 0.3s;
}
a.item-benefits__link:hover,
button.item-benefits__link:hover {
	color: #003263;
}
.item-benefits__ui-button {
	margin-top: 30px;
}
.item-works {
	width: 100%;
	text-align: left;
}
.item-works__photo {
	width: 100%;
	overflow: hidden;
	border-radius: 5px;
}
.item-works__photo img {
	width: 100%;
}
.item-works__title {
	margin-top: 20px;
	font-weight: 800;
	color: #003263;
	font-size: 14px;
	line-height: 1.4;
}
.item-equipment {
	display: flex;
	flex-flow: row nowrap;
	gap: 48px;
	align-items: center;
	justify-content: space-between;
	padding: 24px;
	border: 1px solid #efefef;
	border-radius: 5px;
}
.item-equipment__cell {
	flex-basis: auto;
}
.item-equipment__cell_left {
	width: 42.7397260274%;
}
.item-equipment__cell_right {
	width: 43.196347032%;
}
.item-equipment__title {
	font-weight: 800;
}
.item-equipment__text {
	margin-top: 15px;
	color: #898989;
	font-size: 14px;
	line-height: 1.4;
}
.item-equipment__photo {
	position: relative;
	overflow: hidden;
	border-radius: 5px;
}
.item-equipment__photo:before {
	display: block;
	padding-top: 63.829787234%;
	content: '';
}
.item-equipment__photo img {
	width: 100%;
}
.item-steps__photo {
	--item-steps-photo-size: 100px;
	width: 100px;
	width: var(--item-steps-photo-size);
	height: 100px;
	height: var(--item-steps-photo-size);
	background-color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.item-steps__photo img {
	width: calc(var(--item-steps-photo-size) / 2);
}
.item-steps__title {
	margin-top: 15px;
	font-size: 12px;
	font-weight: 800!important;
	line-height: 1.4;
	color: #003263;
}
.item-questions {
	border: 1px solid #efefef;
	border-radius: 5px;
	transition-property: border-color;
	transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
	transition-duration: 0.3s;
}
.item-questions:not(.is-active):hover {
	border-color: #003263;
}
.item-questions:not(.is-active):hover .item-questions__trigger-arrow {
	fill: #003263;
}
.item-questions.is-active .item-questions__trigger-arrow {
	fill: #003263;
	transform: rotate(180deg);
}
.item-questions.is-active .item-questions__content-wrapper {
	grid-template-rows: 1fr;
}
.item-questions__trigger {
	display: flex;
	flex-flow: row nowrap;
	gap: 32px;
	width: 100%;
	padding: 16px;
	font-weight: 800;
	text-align: left;
}
.item-questions__trigger-text {
	flex: 1;
	align-self: center;
	min-width: 0;
}
.item-questions__trigger-arrow {
	flex: 0 0 auto;
	width: 20px;
	height: 20px;
	fill: #898989;
	transition-property: fill, transform;
	transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
	transition-duration: 0.3s;
}
.item-questions__content {
	padding: 0 16px 16px;
	color: #898989;
	font-size: 14px;
	line-height: 1.4;
}
.item-questions__content > *:not(:last-child) {
	margin-bottom: 15px;
}
.item-questions__content ul {
	padding-left: 20px;
}
.item-questions__content-wrapper {
	display: grid;
	grid-template-rows: 0fr;
	grid-template-columns: 100%;
	overflow: hidden;
	transition-property: grid-template-rows;
	transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
	transition-duration: 0.3s;
}
.item-questions__content-wrapper-inner {
	min-height: 100%;
}
.section-hero {
	overflow: hidden;
}
.section-hero__wrapper {
	display: flex;
	flex-flow: row nowrap;
	gap: 50px;
}
.section-hero__cell {
	position: relative;
	flex-basis: auto;
}
.section-hero__cell_left {
	width: 56.8421052632%;
}
.section-hero__cell_right {
	width: 39.1228070175%;
}
.section-hero__title {
	font-size: clamp(20px, 1.25vw + 16px, 40px);
	font-weight: 800;
	line-height: 1.4;
	text-transform: uppercase;
}
.section-hero__subtitle {
	margin-top: 20px;
	color: #898989;
}
.section-hero__ui-button {
	margin-top: 30px;
}
.section-hero__features {
	padding: 0;
	margin-top: 32px;
	list-style-type: none;
}
.section-hero__features-item:not(:last-child) {
	margin-bottom: 16px;
}
.section-hero__feature {
	display: flex;
	gap: 15px;
}
.section-hero__feature-icon {
	flex: 0 0 auto;
	width: 25px;
	height: 25px;
}
.section-hero__feature-text {
	flex: 1;
	align-self: center;
	min-width: 0;
	line-height: 1;
	color: #898989;
}
.section-hero__photo img {
	width: 100%;
}
.section-benefits {
	padding: clamp(50px, 3.13vw + 40px, 100px) 0;
	padding: var(--section-offset) 0;
}
.section-benefits__item-benefits {
	margin-top: 25px;
}
.section-info {
	padding: clamp(50px, 3.13vw + 40px, 100px) 0;
	padding: var(--section-offset) 0;
}
.section-info_background-color_tertiary {
	background-color: #f5f8f9;
}
.section-info_reverse .section-info__wrapper {
	flex-direction: row-reverse;
}
.section-info__wrapper {
	display: flex;
	flex-flow: row nowrap;
	gap: 30px;
}
.section-info__photo {
	flex-shrink: 1;
}
.section-info__content {
	flex: 1 2 0%;
	align-self: center;
	min-width: 0;
}
.section-info__title {
	font-size: clamp(20px, 1.25vw + 16px, 40px);
	font-weight: 800;
	line-height: 1.4;
	text-transform: uppercase;
}
.section-info__text {
	margin-top: 20px;
	color: #898989;
}
.section-info__ui-button {
	margin-top: 30px;
}
.section-works {
	padding: clamp(50px, 3.13vw + 40px, 100px) 0;
	padding: var(--section-offset) 0;
	background-color: #f5f8f9;
}
.section-works__slider {
	position: relative;
	margin-top: 25px;
}
.section-works__slider .splide:not(.is-active) .splide__slide {
	width: calc(25% - 22.5px);
	margin-right: 30px;
}
.section-works__slider-pagination {
	margin-top: 16px;
}
.section-equipment {
	padding: clamp(50px, 3.13vw + 40px, 100px) 0;
	padding: var(--section-offset) 0;
}
.section-equipment__slider {
	position: relative;
	margin-top: 25px;
}
.section-equipment__slider .splide:not(.is-active) .splide__slide {
	width: calc(100% + 0px);
	margin-right: 10px;
}
.section-equipment__slider-pagination {
	margin-top: 16px;
}
.section-steps {
	padding: clamp(50px, 3.13vw + 40px, 100px) 0;
	padding: var(--section-offset) 0;
	background-color: #f5f8f9;
}
.section-steps__list {
	display: flex;
	flex-flow: row wrap;
	gap: 20px 40px;
	padding: 0;
	margin-top: 25px;
	list-style-type: none;
}
.section-steps__list-item {
	flex: 1 1 calc(25% - 30px);
}
.section-questions {
	padding: clamp(50px, 3.13vw + 40px, 100px) 0;
	padding: var(--section-offset) 0;
}
.section-questions__list {
	padding: 0;
	margin-top: 25px;
	list-style-type: none;
}
.section-questions__list-item {
	margin-bottom: 15px;
}
@media only screen and (max-width: 1120px) {
	:root {
		--wrapper-offset: 24px;
	}
	.ui-button {
		padding: 18px 36px;
	}
	.item-benefits {
		gap: 27px;
	}
	.item-benefits__ui-button {
		margin-top: 25px;
	}
	.item-works__title {
		margin-top: 15px;
	}
	.item-equipment {
		gap: 36px;
		padding: 20px;
	}
	.item-steps__photo {
		--item-steps-photo-size: 80px;
	}
	.item-questions__trigger {
		gap: 24px;
		padding: 14px;
	}
	.item-questions__trigger-arrow {
		width: 18px;
		height: 18px;
	}
	.item-questions__content {
		padding: 0 14px 14px;
	}
	.section-hero {
		padding: 50px 0;
		background-color: #f5f8f9;
	}
	.section-hero__wrapper {
		gap: 35px;
	}
	.section-hero__subtitle {
		margin-top: 15px;
	}
	.section-hero__ui-button {
		margin-top: 25px;
	}
	.section-hero__features {
		margin-top: 26px;
	}
	.section-info__text {
		margin-top: 18px;
	}
	.section-info__ui-button {
		margin-top: 25px;
	}
	.section-works {
		overflow: hidden;
	}
	.section-works__slider {
		margin-top: 20px;
	}
	.section-works__slider .splide:not(.is-active) .splide__slide {
		width: calc(33.3333% - 13.3333px);
		margin-right: 20px;
	}
	.section-works__slider .splide__track {
		overflow: visible;
	}
	.section-works__slider-navigation {
		display: none;
	}
	.section-equipment {
		overflow: hidden;
	}
	.section-equipment__slider {
		margin-top: 20px;
	}
	.section-equipment__slider .splide__track {
		overflow: visible;
	}
	.section-equipment__slider-navigation {
		display: none;
	}
	.section-steps__list {
		-moz-column-gap: 30px;
		column-gap: 30px;
		margin-top: 20px;
	}
	.section-questions__list {
		margin-top: 20px;
	}
}
@media only screen and (max-width: 820px) {
	.item-equipment {
		flex-wrap: wrap;
	}
	.item-equipment__cell {
		flex-basis: 100%;
	}
	.section-hero__wrapper {
		flex-wrap: wrap;
	}
	.section-hero__cell {
		flex-basis: 100%;
	}
	.section-hero__title {
		text-align: center;
	}
	.section-hero__ui-button {
		margin-right: auto;
		margin-left: auto;
	}
	.section-benefits__part-section-header .part-section-header__title {
		text-align: center;
	}
	.section-info_reverse .section-info__wrapper {
		flex-wrap: wrap-reverse;
	}
	.section-info__wrapper {
		flex-wrap: wrap;
	}
	.section-info__photo {
		flex-basis: 100%;
	}
	.section-info__photo img {
		width: 100%;
	}
	.section-info__content {
		flex-basis: 100%;
	}
	.section-info__title {
		text-align: center;
	}
	.section-info__ui-button {
		margin-right: auto;
		margin-left: auto;
	}
	.section-works__part-section-header .part-section-header__title {
		text-align: center;
	}
	.section-works__slider .splide:not(.is-active) .splide__slide {
		width: calc(50% - 10px);
		margin-right: 20px;
	}
	.section-equipment__part-section-header .part-section-header__title,
	.section-steps__part-section-header .part-section-header__title,
	.section-questions__part-section-header .part-section-header__title {
		text-align: center;
	}
}
@media only screen and (max-width: 580px) {
	:root {
		--wrapper-offset: 16px;
	}
	.part-main-content {
		font-size: 14px;
		line-height: 1.4;
	}
	.slider-pagination button {
		width: 10px;
		height: 10px;
	}
	.ui-button {
		padding: 16px 24px;
	}
	.part-section-header__subtitle {
		margin-top: 10px;
	}
	.item-benefits {
		flex-wrap: wrap;
		gap: 16px;
	}
	.item-benefits__photo {
		width: 50px;
		height: 50px;
	}
	.item-benefits__content {
		flex-basis: 100%;
	}
	.item-benefits__text,
	.item-benefits__link {
		margin-top: 10px;
	}
	.item-benefits__ui-button {
		width: 100%;
		margin-top: 20px;
	}
	.item-works__title {
		margin-top: 10px;
	}
	.item-equipment {
		gap: 24px;
		padding: 16px;
	}
	.item-equipment__text {
		margin-top: 10px;
	}
	.item-steps {
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		text-align: center;
	}
	.item-steps__photo {
		--item-steps-photo-size: 60px;
	}
	.item-steps__title {
		margin-top: 10px;
	}
	.item-questions__trigger {
		gap: 16px;
		padding: 12px;
	}
	.item-questions__trigger-arrow {
		width: 16px;
		height: 16px;
	}
	.item-questions__content {
		padding: 0 12px 12px;
	}
	.item-questions__content > *:not(:last-child) {
		margin-bottom: 10px;
	}
	.section-hero {
		padding: 30px 0;
	}
	.section-hero__wrapper {
		gap: 20px;
	}
	.section-hero__subtitle {
		margin-top: 10px;
	}
	.section-hero__ui-button {
		width: 100%;
		margin-top: 20px;
	}
	.section-hero__features {
		margin-top: 20px;
	}
	.section-hero__features-item:not(:last-child) {
		margin-bottom: 12px;
	}
	.section-hero__feature {
		gap: 10px;
	}
	.section-hero__feature-icon {
		width: 20px;
		height: 20px;
	}
	.section-benefits__item-benefits {
		margin-top: 20px;
	}
	.section-info__wrapper {
		gap: 20px;
	}
	.section-info__text {
		margin-top: 16px;
	}
	.section-info__ui-button {
		width: 100%;
		margin-top: 20px;
	}
	.section-works__slider {
		margin-top: 15px;
	}
	.section-works__slider .splide:not(.is-active) .splide__slide {
		width: calc(100% + 0px);
		margin-right: 10px;
	}
	.section-works__slider-pagination {
		margin-top: 10px;
	}
	.section-equipment__slider {
		margin-top: 15px;
	}
	.section-equipment__slider-pagination {
		margin-top: 10px;
	}
	.section-steps__list {
		-moz-column-gap: 20px;
		column-gap: 20px;
		margin-top: 15px;
	}
	.section-steps__list-item {
		flex-basis: calc(50% - 10px);
	}
	.section-questions__list {
		margin-top: 15px;
	}
	.section-questions__list-item {
		margin-bottom: 10px;
	}
}
@media only screen and (min-width: 821px) {
	.section-info__photo {
		max-width: 41%;
	}
}
@media only screen and (min-width: 1121px) {
	.section-hero__cell_left {
		z-index: 2;
		padding: clamp(100px, 8.75vw + 2px, 170px) 0;
	}
	.section-hero__cell_right {
		z-index: 1;
	}
	.section-hero__cell_right:before {
		position: absolute;
		top: 0;
		right: 100%;
		bottom: 0;
		left: auto;
		z-index: -1;
		width: 100vw;
		pointer-events: none;
		content: '';
		-webkit-user-select: none;
		-moz-user-select: none;
		user-select: none;
		background-color: #f5f8f9;
	}
	.section-info__photo {
		max-width: 56.5%;
	}
	.section-works__slider-pagination {
		display: none;
	}
	.section-equipment__slider .splide__track {
		border-radius: 5px;
	}
	.section-equipment__slider-pagination {
		display: none;
	}
}