@keyframes swiper-preloader-spin {
	0% {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@font-face {
	font-family: 'swiper-icons';
	src: url(data:application/font-woff;charset=utf-8;base64,\ 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);
	font-weight: 400;
	font-style: normal;
}

:root {
	--swiper-theme-color: #007aff;
}

.swiper,
.swiper-wrapper {
	position: relative;
	z-index: 1;
}

.swiper {
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	list-style: none;
	padding: 0;
}

.swiper-vertical > .swiper-wrapper {
	flex-direction: column;
}

.swiper-wrapper {
	width: 100%;
	height: 100%;
	display: flex;
	transition-property: transform;
	box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
	transform: translate3d(0, 0, 0);
}

.swiper-pointer-events {
	touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
	touch-action: pan-x;
}

.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
}

.swiper-slide-invisible-blank {
	visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
	height: auto;
}

.swiper-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
	transform: translateZ(0);
	backface-visibility: hidden;
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
	perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
	transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
	background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-css-mode > .swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
	display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
	scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
	scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
	content: '';
	flex-shrink: 0;
	order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
	-webkit-margin-start: var(--swiper-centered-offset-before);
	margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
	height: 100%;
	min-height: 1px;
	width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
	-webkit-margin-before: var(--swiper-centered-offset-before);
	margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
	width: 100%;
	min-width: 1px;
	height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: center center;
	scroll-snap-stop: always;
}

.swiper-virtual .swiper-slide {
	-webkit-backface-visibility: hidden;
	transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
	height: 1px;
	width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
	width: 1px;
	height: var(--swiper-virtual-size);
}

:root {
	--swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: calc(var(--swiper-navigation-size) / 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - var(--swiper-navigation-size) / 2);
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: 0.35;
	cursor: auto;
	pointer-events: none;
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
	opacity: 0;
	cursor: auto;
	pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
	display: none !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	text-transform: none !important;
	letter-spacing: 0;
	font-variant: initial;
	line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
	left: 10px;
	right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: 10px;
	left: auto;
}

.swiper-button-lock {
	display: none;
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: 300ms opacity;
	transform: translate3d(0, 0, 0);
	z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
	display: none !important;
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transform: scale(0.33);
	position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(0.33);
}

.swiper-pagination-bullet {
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
	display: inline-block;
	background: var(--swiper-pagination-bullet-inactive-color, #000);
}

button.swiper-pagination-bullet {
	border: 0;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}

.swiper-pagination-bullet:only-child {
	display: none !important;
}

.swiper-pagination-bullet-active {
	opacity: var(--swiper-pagination-bullet-opacity, 1);
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	transform: translate3d(0, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
	display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: 200ms transform, 200ms right;
}

.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, 0.25);
	position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0;
}

.swiper-pagination-lock {
	display: none;
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
	display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%;
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%;
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	left: 0;
	top: 0;
}

.swiper-scrollbar-cursor-drag {
	cursor: move;
}

.button span,
.swiper-scrollbar-lock {
	display: none;
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.swiper-slide-zoomed {
	cursor: move;
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
	animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000;
}

.swiper .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
	flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
	flex-wrap: wrap;
	flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
	transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-cards,
.swiper-cube,
.swiper-flip {
	overflow: visible;
}

.swiper-cube .swiper-slide {
	pointer-events: none;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	transform-origin: 0 0;
	width: 100%;
	height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
	transform-origin: 100%0;
}

.swiper-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
	z-index: 0;
	backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 0.6;
	z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
	content: '';
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	filter: blur(50px);
}

.swiper-flip .swiper-slide {
	pointer-events: none;
	backface-visibility: hidden;
	z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
	z-index: 0;
	backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
	backface-visibility: hidden;
	overflow: hidden;
	transition-property: transform, opacity, height;
}

.swiper-cards .swiper-slide {
	transform-origin: center bottom;
	backface-visibility: hidden;
	overflow: hidden;
}

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

body,
html {
	margin: 0;
	padding: 0;
	min-height: 100vh;
}

html {
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	font-family: 'Noto Sans', 'Verdana', sans-serif;
	line-height: 100%;
	color: #142933;
	background-color: #fff;
	overflow-x: hidden;
	scroll-behavior: smooth;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}

body {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

a {
	text-decoration: none;
	color: inherit;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	font-size: inherit;
	font-weight: inherit;
}

i {
	line-height: normal;
}

@font-face {
	font-family: 'Noto Sans';
	src: url(../fonts/notosans-medium.woff2) format('woff2'), url(../fonts/notosans-medium.woff) format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Noto Sans';
	src: url(../fonts/notosans-mediumitalic.woff2) format('woff2'),
		url(../fonts/notosans-mediumitalic.woff) format('woff');
	font-weight: 500;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Noto Sans';
	src: url(../fonts/notosans-bold.woff2) format('woff2'), url(../fonts/notosans-bold.woff) format('woff');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

.reset-list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.container {
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1184px;
}

.header {
	margin: 8px 0;
}

.header__container {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.header__title {
	border-radius: 6px;
	font-size: 24px;
	font-weight: 700;
	padding: 9px 14px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-grow: 1;
	background-color: #f8e9e2;
}

@media (min-width: 992px) {
	.header__title {
		border-radius: 12px;
	}
}

.header__slogan {
	background-color: #e6f2f7;
	padding: 10px;
	flex-grow: 1;
	border-radius: 6px;
}

@media (min-width: 992px) {
	.header__slogan {
		border-radius: 12px;
	}
}

.header__slogan h2 {
	text-align: center;
	margin-bottom: 7px;
	line-height: 120%;
}

.header__slogan-list {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}

.header__slogan-list li {
	padding: 4px 7px;
	font-size: 10px;
	text-align: center;
	background-color: #fff;
	border-radius: 30px;
	flex-grow: 1;
}

.header__slogan-list a {
	display: inline-block;
	width: 100%;
	opacity: 0.5;
}

@media (min-width: 992px) {
	.header__title {
		font-size: 36px;
		line-height: normal;
		padding: 23px;
	}

	.header__slogan {
		padding: 15px 37px 15px 268px;
		background: url(../img/cream-bg.png) no-repeat -61px -105px, #e6f2f7;
	}

	.header__slogan h2 {
		text-align: left;
		font-size: 16px;
	}

	.header__slogan-list li {
		font-size: 14px;
	}
}

@media (min-width: 1180px) {
	.header__signs {
		order: 2;
	}

	.header__slogan {
		flex-grow: 0;
		max-width: 640px;
	}
}

.signs {
	border-radius: 6px;
	padding: 6px 8px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #e6f5b8;
}

@media (min-width: 992px) {
	.signs {
		border-radius: 12px;
	}
}

.signs__list {
	display: flex;
	gap: 6px;
}

.signs__item {
	display: flex;
}

@media (min-width: 992px) {
	.signs {
		padding: 12px 15px;
	}

	.signs__list {
		gap: 17px;
	}

	.signs__item svg {
		width: 70px;
		height: 70px;
	}
}

.hero {
	margin-bottom: 24px;
}

.hero__container,
.hero__image {
	display: flex;
	justify-content: center;
}

.hero__container {
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 8px;
}

.hero__image {
	border-radius: 6px;
	background-color: #f8e9e2;
	align-items: center;
	flex-basis: 280px;
	overflow: hidden;
	flex-grow: 1;
	object-fit: cover;
	align-self: stretch;
}

@media (min-width: 992px) {
	.hero__image {
		border-radius: 12px;
	}
}

.hero__image img {
	border-radius: 6px;
}

@media (min-width: 992px) {
	.hero__image img {
		border-radius: 12px;
	}
}

.hero__image img:first-child {
	transform: translateX(30px);
}

.hero__form {
	flex-grow: 200;
}

.hero__form,
.hero__slider {
	flex-basis: 280px;
	max-width: 100%;
}

@media (min-width: 992px) {
	.hero {
		margin-bottom: 40px;
	}

	.hero__container {
		align-items: normal;
	}

	.hero__form {
		max-width: none;
		flex-basis: 352px;
	}

	.hero__slider {
		max-width: none;
		min-width: 352px;
		flex-grow: 1;
		order: -1;
	}

	.hero__image {
		max-width: 424px;
		flex-basis: 424px;
	}

	.hero__image img {
		width: auto;
	}
}

.form__wrapper {
	border-radius: 6px;
	padding: 16px 12px;
	background-color: #ececec;
	margin-bottom: 8px;
}

@media (min-width: 992px) {
	.form__wrapper {
		border-radius: 12px;
	}
}

.form__wrapper form {
	display: flex;
	flex-direction: column;
	row-gap: 12px;
}

.form__heading {
	margin-bottom: 5px;
}

.form__input {
	font-family: 'Noto Sans', 'Verdana', sans-serif;
	min-height: 40px;
	border-radius: 6px;
	background-color: #fff;
	border: 0;
	padding: 12px;
	color: #142933;
	flex-grow: 100;
	width: 100%;
}

.form__input--select {
	-webkit-appearance: none;
	appearance: none;
	background: url(../img/selector.svg) no-repeat #fff 80% 50%;
	text-overflow: ellipsis;
	min-height: 42px;
	min-width: 170px;
}

.form__input--select.local {
	background-image: url(../img/selector.svg);
	background-repeat: no-repeat;
	background-position: 80% 50%;
	background-size: auto;
}

.form__input--select.international {
	background-image: url(../img/selector.svg);
	background-repeat: no-repeat;
	background-position: center right 18px;
	background-size: auto;
}

.form__input--number {
	width: 100%;
}

.form__input::placeholder {
	color: #142933;
	opacity: 0.5;
}

.form__input-wrapper {
	display: flex;
	gap: 12px;
	justify-content: space-between;
	flex-wrap: wrap;
}

.form__select-wrapper {
	position: relative;
	flex-shrink: 100;
	width: 100%;
}

.form__price .price__wrapper::after {
	content: '';
	position: absolute;
	display: block;
	top: 50%;
	transform: translateY(-50%);
}

.form__features {
	display: flex;
	column-gap: 8px;
}

.form__timer {
	width: 50%;
}

.form__price {
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.form__price .price__wrapper {
	justify-content: center;
	align-items: center;
	position: relative;
	display: inline-flex;
}

.form__price .price__wrapper::after {
	width: 28px;
	height: 57px;
	background: url(../img/price-image.png) no-repeat center/cover;
	right: -35px;
}

@media (min-width: 992px) {
	.form {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	.form__wrapper {
		padding: 21px 16px;
	}

	.form__wrapper form {
		row-gap: 16px;
	}
	.form__input-wrapper {
		gap: 16px;
		flex-wrap: nowrap;
	}
	.form__select-wrapper {
		min-width: 240px;
	}
	.form__heading {
		margin-bottom: 27px;
	}

	.form__input {
		min-height: 56px;
		border-radius: 10px;
		font-size: 16px;
		padding: 18px 16px;
	}

	.form__select-wrapper::before {
		width: 21px;
		height: 15px;
	}

	.form__price .price__wrapper::after {
		content: '';
		position: absolute;
		display: block;
		width: 35px;
		height: 72px;
		right: -45px;
	}
}

.heading {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	column-gap: 12px;
}

.heading__wrapper {
	display: flex;
	flex-direction: column;
}

.heading__title {
	opacity: 0.5;
	line-height: normal;
}

.heading__subtitle {
	font-size: 18px;
	font-weight: 700;
	line-height: normal;
}

.heading__icon {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.heading__icon--green {
	background-color: #e6f5b8;
}

@media (min-width: 992px) {
	.heading__title {
		font-size: 16px;
	}

	.heading__subtitle {
		font-size: 24px;
	}

	.heading__icon {
		width: 36px;
		height: 36px;
	}

	.heading__icon svg {
		width: 20px;
		height: 20px;
	}
}

.button,
.button:hover {
	transition: all 0.5s ease-in;
}

.button {
	font-family: 'Noto Sans', 'Verdana', sans-serif;
	padding: 12px;
	font-weight: 700;
	border-radius: 50px;
	border: 0;
	background-color: #142933;
	color: #fff;
	align-self: stretch;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 40px;
	cursor: pointer;
}

.button:hover {
	background-color: #8a9499;
	color: #142933;
}

@media (min-width: 992px) {
	.button {
		font-size: 16px;
		padding: 18px;
		min-height: 55px;
	}

	.button span {
		display: inline-block;
	}
}

.price {
	border-radius: 6px;
	background: #ececec;
	padding: 12px 35px 13px 12px;
	position: relative;
}

@media (min-width: 992px) {
	.price {
		border-radius: 12px;
	}
}

.price__wrapper {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	row-gap: 8px;
}

.price__old {
	line-height: 75%;
}

.price__new {
	font-size: 28px;
	font-weight: 700;
	line-height: 90%;
	text-align: center;
}

.price__new small {
	font-size: 14px;
	display: inline-block;
	transform: translate(-7px, -10px);
}

@media (min-width: 992px) {
	.price {
		padding: 16px 55px 17px 16px;
	}

	.price__old {
		font-size: 16px;
	}

	.price__new {
		font-size: 36px;
	}

	.price__new small {
		font-size: 18px;
	}
}

.timer {
	border-radius: 6px;
	background: #ffdf74;
	padding: 12px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	row-gap: 9px;
}

@media (min-width: 992px) {
	.timer {
		border-radius: 12px;
	}
}

.customer-review__content span,
.timer h2 {
	line-height: 75%;
	text-align: center;
}

.timer__count {
	display: flex;
	font-size: 28px;
	font-weight: 700;
	line-height: 72%;
}

@media (min-width: 992px) {
	.timer h2 {
		font-size: 16px;
	}

	.timer__count {
		font-size: 34px;
	}
}

.customer-review {
	padding: 16px 12px;
	border-radius: 6px;
	background-color: #ececec;
}

@media (min-width: 992px) {
	.customer-review {
		padding: 24px 16px;
		border-radius: 12px;
	}
}

.customer-review__image {
	width: 93px;
	height: 93px;
	border-radius: 50%;
	border: 3px solid #fff;
	position: absolute;
	background-color: #ececec;
	top: 25px;
}

.customer-review__image img {
	position: absolute;
	bottom: 0;
	width: 100%;
	-webkit-clip-path: inset(0 0 0 0 round 50%);
	clip-path: inset(0 0 0 0 round 50%);
}

.customer-review__image--small {
	width: 32px;
	height: 32px;
	border: 0;
	background-color: #fff;
	top: 55px;
}

.customer-review__image--small img {
	bottom: 0;
}

.customer-review__image--left {
	left: calc(50% - 100px);
}

.customer-review__image--right {
	right: calc(50% - 100px);
}

.customer-review__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	padding-top: 75px;
}

.customer-review__content {
	width: 100%;
	padding: 56px 50px 13px;
	border-radius: 9.6px;
	background-color: #fff;
}

.customer-review__content span {
	display: block;
	margin-bottom: 14px;
}

.customer-review__content p,
.gallery__title h3 {
	font-size: 18px;
	font-weight: 500;
	text-align: center;
}

.customer-review__slider-pagination {
	margin-top: 12px;
	position: static;
	display: inline-flex;
	gap: 6px;
}

.customer-review__slider-pagination .swiper-pagination-bullet {
	width: 6px;
	height: 6px;
	background-color: rgba(20, 41, 51, 0.2);
	border-radius: 3px;
	transition: all 0.25s ease-in;
}

.customer-review__slider-pagination .swiper-pagination-bullet-active {
	width: 26px;
	background-color: #142933;
	transition: all 0.25s ease-in;
}

.customer-review__slider-button {
	border: 0;
	background: url(../img/slider-arrow.svg) no-repeat center;
	background-color: transparent;
	top: 150px;
}

.customer-review__slider-button--next {
	transform: rotate(180deg);
}

@media (min-width: 992px) {
	.customer-review__image {
		width: 116px;
		height: 116px;
		border-width: 4px;
		top: 32px;
	}

	.customer-review__image--small {
		width: 40px;
		height: 40px;
		top: 75px;
	}

	.customer-review__image--left {
		left: calc(50% - 120px);
	}

	.customer-review__image--right {
		right: calc(50% - 120px);
	}

	.customer-review__item {
		padding-top: 93px;
	}

	.customer-review__content {
		padding: 60px 50px 24px;
		border-radius: 12px;
	}

	.customer-review__content span {
		font-size: 16px;
	}

	.customer-review__content p {
		font-size: 24px;
	}

	.customer-review__slider-pagination {
		margin-top: 16px;
		gap: 8px;
	}

	.customer-review__slider-pagination .swiper-pagination-bullet {
		width: 8px;
		height: 8px;
		border-radius: 4px;
	}

	.customer-review__slider-pagination .swiper-pagination-bullet-active {
		width: 32px;
	}

	.customer-review__slider-button {
		background-image: url(../img/slider-arrow-2.svg);
		top: 175px;
	}
}

.gallery {
	margin-bottom: 24px;
}

.gallery__title {
	border-radius: 6px;
	background-color: #f8e2e2;
	padding: 12px;
	margin-bottom: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media (min-width: 992px) {
	.gallery__title {
		border-radius: 12px;
	}
}

.gallery__title h3 {
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
}

.gallery__wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	gap: 8px;
}

.gallery__slider {
	margin-bottom: 8px;
	width: 100%;
	overflow: hidden;
}

.gallery__slider-wrapper {
	display: flex;
	gap: 8px;
	position: relative;
	left: -375px;
}

.gallery__slide {
	flex-shrink: 0;
}

.gallery__slide img {
	border-radius: 6px;
}

@media (min-width: 992px) {
	.gallery__slide img {
		border-radius: 12px;
		width: auto;
	}

	.gallery {
		margin-bottom: 40px;
	}

	.gallery__title {
		padding: 26px;
	}

	.gallery__title h3 {
		font-size: 36px;
	}
}

.limitations {
	border-radius: 6px;
	padding: 12px;
	background-color: #f8e2e2;
	flex-grow: 1;
}

@media (min-width: 992px) {
	.limitations {
		border-radius: 12px;
	}
}

.limitations__heading {
	margin-bottom: 10px;
}

.limitations__list {
	padding-left: 18px;
	display: flex;
	flex-direction: column;
	row-gap: 10px;
	color: #000;
}

.limitations__item {
	position: relative;
}

.limitations__item::before {
	content: '';
	display: block;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background-color: #000;
	position: absolute;
	top: 50%;
	left: -12px;
	transform: translateY(-50%);
}

@media (min-width: 992px) {
	.limitations {
		flex-basis: 568px;
		padding: 12px 16px;
	}

	.limitations__heading {
		margin-bottom: 0;
	}

	.limitations__heading h3 {
		max-width: 450px;
		font-size: 36px;
	}

	.limitations__list {
		row-gap: 0;
	}

	.limitations__item {
		font-size: 16px;
		line-height: 180%;
	}

	.limitations__item::before {
		width: 4px;
		height: 4px;
	}
}

.traits {
	border-radius: 6px;
	border: 2px solid #ececec;
	padding: 12px;
	flex-grow: 1;
	position: relative;
}

@media (min-width: 992px) {
	.traits {
		border-radius: 12px;
	}
}

.traits__heading {
	margin-bottom: 10px;
}

.traits__list {
	padding-left: 18px;
	display: flex;
	flex-direction: column;
	row-gap: 10px;
	color: #000;
	margin-bottom: 12px;
}

.traits__item {
	position: relative;
}

.traits__item::before {
	content: '';
	display: block;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background-color: #000;
	position: absolute;
	top: 50%;
	left: -12px;
	transform: translateY(-50%);
}

.traits__icons {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	justify-content: center;
	align-items: center;
}

.advantages__price .button,
.traits__image {
	display: none;
}

@media (min-width: 992px) {
	.traits {
		flex-basis: 568px;
		padding: 12px 16px;
	}

	.traits__heading {
		margin-bottom: 15px;
	}

	.traits__heading h2 {
		padding-right: 150px;
	}

	.traits__heading h3 {
		max-width: 450px;
		font-size: 36px;
		padding-right: 100px;
	}

	.traits__list {
		row-gap: 0;
		padding-right: 260px;
	}

	.traits__item {
		font-size: 16px;
		line-height: 180%;
	}

	.traits__item::before {
		width: 4px;
		height: 4px;
	}

	.traits__icons {
		justify-content: flex-start;
	}

	.traits__image {
		display: block;
		position: absolute;
		right: 21px;
		bottom: 0;
	}
}

.advantages {
	margin-bottom: 24px;
}

.advantages__container {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.advantages__price {
	padding: 12px 12px 13px;
	width: 100%;
}

.advantages__price > div {
	align-items: center;
	flex-wrap: wrap;
}

.advantages__timer {
	width: 100%;
}

.advantages__order {
	flex-direction: column;
}

.advantages__order,
.advantages__order-wrapper {
	display: flex;
	gap: 8px;
}

.advantages__link {
	border-radius: 6px;
	padding: 16px 12px;
	background-color: #ececec;
}

@media (min-width: 992px) {
	.advantages__link {
		border-radius: 12px;
		padding: 24px 16px;
	}

	.advantages {
		margin-bottom: 40px;
	}

	.advantages__container {
		flex-direction: row;
		flex-wrap: wrap;
	}

	.advantages__product {
		width: 24.4%;
	}

	.advantages__components {
		order: 1;
		width: 74.7%;
	}

	.advantages__order {
		order: 2;
		width: 24.4%;
	}

	.advantages__stats {
		order: 3;
		width: 74.7%;
	}

	.advantages__link {
		display: none;
	}

	.advantages__order-wrapper {
		flex-direction: column;
	}

	.advantages__price {
		padding: 24px 16px;
	}

	.advantages__price > div {
		flex-direction: row;
		align-items: flex-start;
		justify-content: center;
		column-gap: 16px;
		margin-bottom: 22px;
	}

	.advantages__price .price__old {
		font-size: 36px;
		line-height: 100%;
		opacity: 0.5;
		font-weight: 700;
	}

	.advantages__price .price__new {
		line-height: 100%;
	}

	.advantages__price .button {
		display: flex;
	}

	.advantages__timer {
		min-height: 79px;
	}
}

.components__heading {
	margin-bottom: 12px;
}

.components__list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.components__item {
	border-radius: 6px;
	padding: 12px;
	background-color: #f8e9e2;
	flex-basis: 280px;
	flex-grow: 1;
}

@media (min-width: 992px) {
	.components__item {
		border-radius: 12px;
	}
}

.components__item--first {
	background-color: #e6f2f7;
	flex-basis: auto;
	flex-grow: 1;
}

.components__item p,
.components__item--first h3,
.steps__title h3 {
	line-height: 120%;
}

.components__item--first p:first-of-type {
	margin-bottom: 4px;
}

.components__item h4 {
	line-height: 120%;
}

@media (min-width: 992px) {
	.components__item {
		font-size: 16px;
		padding: 20px 16px;
		max-width: 280px;
		flex-basis: 230px;
	}

	.components__item--first {
		padding: 24px 16px;
		max-width: none;
		flex-basis: auto;
	}
}

.stats {
	border-radius: 6px;
	padding: 16px 12px;
	background: #e6f5b8;
}

@media (min-width: 992px) {
	.stats {
		border-radius: 12px;
	}
}

.stats__heading {
	align-items: center;
	margin-bottom: 12px;
}

.components__item h4,
.stats__heading h2 {
	opacity: 1;
	font-weight: 700;
}

.stats__list {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.stats__item {
	display: flex;
	align-items: center;
	column-gap: 12px;
	line-height: 120%;
	flex-basis: 320px;
	flex-grow: 1;
}

@media (min-width: 992px) {
	.stats__item {
		font-size: 16px;
	}
}

.percentage {
	display: inline-block;
	position: relative;
}

.percentage__circle {
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background: conic-gradient(#142933 0% var(--percentage), #fff var(--percentage) 100%);
	transition: background 0.3s ease-in-out;
	position: relative;
}

.percentage__circle::after,
.percentage__value {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.percentage__circle::after {
	content: '';
	display: block;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background-color: #e6f5b8;
}

.percentage__value {
	z-index: 5;
	font-size: 16px;
	font-weight: 700;
}

@media (min-width: 992px) {
	.percentage__circle {
		width: 78px;
		height: 78px;
	}

	.percentage__circle::after {
		width: 68px;
		height: 68px;
	}

	.percentage__value {
		font-size: 24px;
	}
}

.product {
	border-radius: 6px;
	background: #f8e9e2;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 19px 19px 10px;
}

@media (min-width: 992px) {
	.product {
		border-radius: 12px;
		padding: 36px 54px;
	}

	.product img {
		width: auto;
	}
}

.steps {
	margin-bottom: 24px;
}

.steps__container {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.steps__title {
	border-radius: 6px;
	padding: 12px;
	background-color: #e6f2f7;
}

@media (min-width: 992px) {
	.steps__title {
		border-radius: 12px;
	}
}

.steps__list {
	display: flex;
	flex-direction: column;
	gap: 8px;
	counter-reset: item-counter;
}

.steps__item {
	border-radius: 6px;
	position: relative;
	padding: 16px 52px 16px 12px;
	background-color: #ececec;
	display: flex;
	align-items: center;
	column-gap: 12px;
	line-height: 120%;
}

@media (min-width: 992px) {
	.steps__item {
		border-radius: 12px;
		padding: 24px 16px;
	}
}

.steps__icon,
.steps__item::after {
	background-color: #fff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.steps__item::after {
	counter-increment: item-counter;
	content: counter(item-counter);
	width: 28px;
	height: 28px;
	position: absolute;
	top: 16px;
	right: 12px;
	font-weight: 700;
}

.steps__icon {
	width: 70px;
	height: 70px;
	flex-shrink: 0;
}

@media (min-width: 992px) {
	.steps {
		margin-bottom: 40px;
	}

	.steps__container {
		flex-direction: row;
	}

	.steps__title {
		padding: 20px 16px 90px;
		max-width: 280px;
		background: url(../img/cream-bg.png) 5px 100px no-repeat #e6f2f7;
	}

	.steps__title h3 {
		font-size: 36px;
	}

	.steps__list {
		flex-direction: row;
		flex-wrap: wrap;
	}

	.steps__item {
		width: 32.5%;
		padding: 20px 16px;
		flex-direction: column;
		justify-content: flex-start;
		text-align: center;
		row-gap: 16px;
		font-size: 16px;
	}

	.steps__item::after {
		width: 36px;
		height: 36px;
		right: 16px;
	}

	.steps__icon {
		width: 150px;
		height: 150px;
	}

	.steps__icon svg {
		scale: 2;
	}

	.steps--second svg {
		scale: 1;
		width: 70px;
		height: 70px;
	}
}

.contains {
	margin-bottom: 24px;
}

.contains__container {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.contains__header {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.contains__title {
	border-radius: 6px;
	padding: 12px;
	background-color: #f8e9e2;
	flex-grow: 10;
}

@media (min-width: 992px) {
	.contains__title {
		border-radius: 12px;
	}
}

.contains__item p,
.contains__text p,
.contains__title h3 {
	line-height: 120%;
}

.contains__text {
	border-radius: 6px;
	padding: 12px;
	background-color: #e6f2f7;
	flex-grow: 1;
	flex-basis: 280px;
	display: flex;
	flex-direction: column;
	gap: 5px;
}

@media (min-width: 992px) {
	.contains__text {
		border-radius: 12px;
	}
}

.contains__list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.contains__item {
	border-radius: 6px;
	background-color: #e6f5b8;
	padding: 12px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	text-align: center;
	flex-basis: 280px;
	flex-grow: 1;
}

@media (min-width: 992px) {
	.contains__item {
		border-radius: 12px;
	}
}

.contains__item h4 {
	font-weight: 700;
	line-height: 120%;
	margin-bottom: 6px;
}

.contains__image {
	margin-bottom: 7px;
}

@media (min-width: 992px) {
	.contains {
		margin-bottom: 40px;
	}

	.contains__header {
		flex-wrap: nowrap;
	}

	.contains__title {
		padding: 18px 16px;
		max-width: 760px;
	}

	.contains__title h3 {
		font-size: 36px;
	}

	.contains__text {
		padding: 18px 16px;
		font-size: 16px;
	}

	.contains__item {
		position: relative;
		justify-content: center;
		padding: 20px 200px 20px 16px;
		max-width: 568px;
		flex-basis: 460px;
		flex-grow: 1;
		text-align: left;
		overflow: hidden;
		min-height: 143px;
		font-size: 16px;
	}

	.contains__item img {
		width: auto;
	}

	.contains__item h4 {
		display: inline-block;
		margin-right: auto;
	}

	.contains__image {
		width: 200px;
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		display: flex;
		justify-content: center;
	}
}

.opinion {
	margin-bottom: 24px;
}

.opinion__container {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.opinion__title {
	border-radius: 6px;
	padding: 12px;
	background-color: #e6f2f7;
}

@media (min-width: 992px) {
	.opinion__title {
		border-radius: 12px;
	}
}

.features__text p,
.opinion__title h3 {
	line-height: 120%;
}

.opinion__image {
	border-radius: 6px;
	box-shadow: 0 0 150px 0 rgba(20, 41, 51, 0.1) inset;
	overflow: hidden;
	display: flex;
	justify-content: center;
}

@media (min-width: 992px) {
	.opinion__image {
		border-radius: 12px;
	}
}

.opinion__label {
	border-radius: 6px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	padding: 12px;
	background-color: #ececec;
}

@media (min-width: 992px) {
	.opinion__label {
		border-radius: 12px;
	}
}

.opinion__label h3 {
	font-size: 18px;
	font-weight: 700;
	line-height: 120%;
	margin-bottom: 5px;
}

.opinion__label h4 {
	line-height: normal;
	opacity: 0.5;
	margin-bottom: 10px;
}

.opinion__label span {
	display: inline-block;
	background-color: #fff;
	font-size: 10px;
	padding: 4px 8px 6px;
	border-radius: 30px;
	margin-right: 5px;
}

.opinion__text {
	border-radius: 6px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	padding: 12px;
	background-color: #ececec;
	margin-top: -22px;
	display: flex;
	flex-direction: column;
	row-gap: 8px;
	line-height: 120%;
}

@media (min-width: 992px) {
	.opinion__text {
		border-radius: 12px;
	}
}

.opinion__product {
	display: none;
}

@media (min-width: 992px) {
	.opinion {
		margin-bottom: 40px;
	}

	.opinion__container {
		display: grid;
		grid-template-areas: 'image title product' 'image text product' 'label text product';
	}

	.opinion__title {
		grid-area: title;
		padding: 16px;
	}

	.opinion__label h3,
	.opinion__title h3 {
		font-size: 36px;
	}

	.opinion__title svg {
		width: 24px;
		height: 24px;
	}

	.opinion__image {
		grid-area: image;
	}

	.opinion__image img {
		width: auto;
		object-fit: cover;
	}

	.opinion__label {
		grid-area: label;
		padding: 18px 16px;
		background-color: #e6f2f7;
	}

	.opinion__label h4 {
		font-size: 16px;
	}

	.opinion__label span {
		font-size: 14px;
		padding: 6px 9px;
	}

	.opinion__text {
		grid-area: text;
		margin: 0;
		padding: 16px;
		row-gap: 11px;
		font-size: 16px;
	}

	.opinion__product {
		grid-area: product;
		display: flex;
	}

	.opinion__product img {
		flex-shrink: 0;
		object-fit: cover;
	}
}

.features {
	margin-bottom: 24px;
}

.features__container {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.features__title {
	border-radius: 6px;
	padding: 12px;
	background-color: #f8e9e2;
}

@media (min-width: 992px) {
	.features__title {
		border-radius: 12px;
	}
}

.features__title h3 {
	font-size: 18px;
	text-align: center;
}

.features__list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.features__item {
	border-radius: 6px;
	padding: 12px;
	background-color: #ececec;
	display: flex;
	column-gap: 8px;
	align-items: center;
	flex-basis: 281px;
	flex-grow: 1;
	min-height: 72px;
}

@media (min-width: 992px) {
	.features__item {
		border-radius: 12px;
	}
}

.features__icon {
	width: 36px;
	height: 36px;
	background-color: #fff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
}

.features__text {
	display: flex;
	flex-direction: column;
	row-gap: 5px;
}

.features__text h4,
.features__title h3 {
	font-weight: 700;
	line-height: 120%;
}

@media (min-width: 992px) {
	.features {
		margin-bottom: 40px;
	}

	.features__title {
		padding: 26px;
	}

	.features__title h3 {
		font-size: 36px;
	}

	.features__item {
		padding: 24px 16px;
		column-gap: 16px;
	}

	.features__icon {
		width: 70px;
		height: 70px;
	}

	.features__icon img {
		width: auto;
	}

	.features__text {
		font-size: 16px;
	}
}

.comparison {
	margin-bottom: 24px;
}

.comparison__container {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.comparison__title {
	border-radius: 6px;
	padding: 12px;
	background-color: #e6f2f7;
}

@media (min-width: 992px) {
	.comparison__title {
		border-radius: 12px;
	}
}

.comparison__title h3 {
	font-size: 18px;
	font-weight: 700;
	line-height: 120%;
	text-align: center;
}

.comparison__slider {
	margin: 8px 0;
	width: 100%;
	overflow: hidden;
}

.comparison__slider--with {
	display: none;
}

.comparison__slider-wrapper {
	display: flex;
	gap: 8px;
	position: relative;
	left: -375px;
}

.comparison__slide {
	flex-shrink: 0;
}

.comparison__slide img {
	border-radius: 6px;
}

@media (min-width: 992px) {
	.comparison__slide img {
		border-radius: 12px;
	}
}

.comparison__switch {
	border-radius: 6px;
	background-color: #ececec;
	padding: 16px 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 24px;
	transition: background 0.5s ease-in;
}

@media (min-width: 992px) {
	.comparison__switch {
		border-radius: 12px;
	}
}

.comparison__switch p {
	font-weight: 700;
	line-height: normal;
}

.comparison__switch p:last-child {
	opacity: 0.5;
}

.comparison__switch label {
	width: 48px;
	height: 20px;
	background-color: #fff;
	border-radius: 10px;
	position: relative;
	cursor: pointer;
}

.comparison__switch input {
	-webkit-appearance: none;
	appearance: none;
	margin: 0;
	width: 16px;
	height: 16px;
	background-color: #142933;
	border-radius: 50%;
	position: absolute;
	left: 2px;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.5s ease-in-out;
	cursor: pointer;
}

.comparison__switch input:checked {
	transform: translate(28px, -50%);
	transition: all 0.5 ease-in-out;
}

.comparison__switch.active {
	background-color: #f8e9e2;
	transition: background 0.5s ease-in;
}

.comparison__switch.active p:first-child {
	opacity: 0.5;
}

.comparison__switch.active p:last-child {
	opacity: 1;
}

.comparison__price {
	width: 100%;
	padding: 13px 12px;
}

.comparison__price > div {
	align-items: center;
}

.comparison__price .button {
	display: none;
}

.comparison__timer {
	width: 100%;
}

.comparison__link {
	border-radius: 6px;
	padding: 16px 12px;
	background-color: #ececec;
}

@media (min-width: 992px) {
	.comparison__link {
		border-radius: 12px;
		padding: 24px 16px;
	}

	.comparison {
		margin-bottom: 40px;
	}

	.comparison__container {
		flex-direction: row;
		justify-content: space-between;
	}

	.comparison__title {
		padding: 26px;
	}

	.comparison__title h3 {
		font-size: 36px;
	}

	.comparison__slide img {
		width: auto;
	}

	.comparison__switch {
		width: 48%;
		max-width: 376px;
	}

	.comparison__switch p {
		font-size: 16px;
	}

	.comparison__switch label {
		flex-shrink: 0;
		width: 96px;
		height: 40px;
		border-radius: 20px;
	}

	.comparison__switch input {
		width: 32px;
		height: 32px;
		left: 4px;
	}

	.comparison__switch input:checked {
		transform: translate(56px, -50%);
	}

	.comparison__price {
		display: flex;
		justify-content: center;
		padding: 12px 23px;
		max-width: 472px;
		row-gap: 16px;
		flex-wrap: wrap;
	}

	.comparison__price > div {
		flex-direction: row;
		align-items: center;
		justify-content: center;
		column-gap: 16px;
		margin-right: 13px;
	}

	.comparison__price .button {
		display: flex;
		min-width: 54%;
		flex-shrink: 0;
		flex-grow: 1;
	}

	.comparison__price del {
		font-size: 36px;
		font-weight: 700;
		opacity: 0.5;
		line-height: 100%;
	}

	.comparison__price span {
		line-height: 100%;
		display: inline-flex;
	}

	.comparison__timer {
		max-width: 280px;
		width: 37%;
	}

	.comparison__link {
		display: none;
	}
}

.feedback {
	margin-bottom: 24px;
}

.feedback__title {
	border-radius: 6px;
	padding: 12px;
	margin-bottom: 8px;
	background-color: #ececec;
}

@media (min-width: 992px) {
	.feedback__title {
		border-radius: 12px;
	}
}

.feedback__title h3 {
	font-size: 18px;
	font-weight: 700;
	line-height: 120%;
	text-align: center;
}

.feedback__list {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}

.feedback__item {
	border-radius: 6px;
	padding: 17px 12px;
	background-color: #f8e9e2;
	display: flex;
	flex-direction: column;
	row-gap: 12px;
	flex-grow: 1;
	flex-basis: 280px;
}

@media (min-width: 992px) {
	.feedback__item {
		border-radius: 12px;
	}
}

.feedback__item:nth-child(2n) {
	background-color: #e6f2f7;
}

.feedback__item:nth-child(3n) {
	background-color: #e6f5b8;
}

.feedback__user {
	display: flex;
	column-gap: 8px;
	align-items: flex-start;
}

.feedback__avatar {
	width: 32px;
	height: 32px;
	background-color: #fff;
	border-radius: 50%;
	position: relative;
}

.feedback__avatar img {
	position: absolute;
	max-width: none;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-clip-path: inset(0 0 0 0 round 60px);
	clip-path: inset(0 0 0 0 round 60px);
}

.feedback__signature {
	display: flex;
	flex-direction: column;
	row-gap: 2px;
	font-weight: 700;
}

.feedback__cite {
	padding: 10px 16px;
	background-color: #fff;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.feedback__cite h5 {
	font-style: italic;
	text-align: center;
}

.feedback__text {
	display: flex;
	flex-direction: column;
	row-gap: 8px;
}

.feedback__text p {
	line-height: 120%;
}

@media (min-width: 992px) {
	.feedback {
		margin-bottom: 40px;
	}

	.feedback__title {
		padding: 26px;
	}

	.feedback__title h3 {
		font-size: 36px;
	}

	.feedback__item {
		padding: 24px 16px;
		row-gap: 16px;
	}

	.feedback__user {
		column-gap: 12px;
		align-items: center;
	}

	.feedback__avatar {
		width: 60px;
		height: 60px;
	}

	.feedback__avatar img {
		width: 60px;
	}

	.feedback__signature {
		row-gap: 6px;
		font-size: 16px;
	}

	.feedback__signature svg {
		width: 80px;
		height: 15px;
	}

	.feedback__cite {
		padding: 14px 24px;
	}

	.feedback__cite h5 {
		font-size: 16px;
		line-height: 100%;
	}

	.feedback__text {
		row-gap: 16px;
		font-size: 16px;
	}
}

.order {
	margin-bottom: 24px;
}

.order__container {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.order__image {
	border-radius: 6px;
	border: 2px solid #ececec;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-grow: 1;
}

@media (min-width: 992px) {
	.order__image {
		border-radius: 12px;
	}
}

.order__review {
	flex-grow: 1;
	flex-basis: 280px;
}

.order__form {
	flex-grow: 1;
}

@media (min-width: 992px) {
	.order {
		margin-bottom: 48px;
	}

	.order__image {
		flex-basis: 424px;
	}

	.order__image img {
		width: auto;
	}

	.order__review {
		order: -1;
	}

	.order__form,
	.order__review {
		flex-basis: 352px;
	}
}

.review {
	border-radius: 6px;
	padding: 16px 12px;
	background-color: #ececec;
	display: flex;
	flex-direction: column;
	row-gap: 16px;
}

@media (min-width: 992px) {
	.review {
		border-radius: 12px;
	}
}

.review__content {
	line-height: 120%;
	display: flex;
	flex-direction: column;
	row-gap: 8px;
}

.review__list {
	padding-left: 18px;
}

.review__item {
	position: relative;
}

.review__item::before {
	content: '';
	display: block;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background-color: #142933;
	position: absolute;
	top: 6px;
	left: -12px;
}

.review__customers {
	border-radius: 6px;
	background-color: #fff;
	padding: 12px;
}

.review__customers-list {
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 26px;
}

.review__customers-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	row-gap: 8px;
}

.review__customers-avatar {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #fff;
	position: relative;
}

.review__customers-avatar img {
	position: absolute;
	bottom: 0;
	-webkit-clip-path: inset(0 0 0 0 round 50%);
	clip-path: inset(0 0 0 0 round 50%);
}

@media (min-width: 992px) {
	.review {
		padding: 19px 16px;
	}

	.review__content {
		font-size: 16px;
	}

	.review__item::before {
		width: 4px;
		height: 4px;
		top: 8px;
	}

	.review__customers {
		border-radius: 10px;
		border: 1px solid #d0d4d6;
		padding: 16px 19px;
	}

	.review__customers-list {
		column-gap: 19px;
	}

	.review__customers-item svg {
		width: 80px;
		height: 15px;
	}

	.review__customers-avatar {
		width: 60px;
		height: 60px;
	}

	.review__customers-avatar img {
		width: 60px;
	}
}
@media (min-width: 1184px) {
	.form__input-wrapper {
		flex-wrap: wrap;
	}
}
