/*!
Theme Name: cleanbot
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cleanbot
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

cleanbot is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

:root {
	--cleanbot-header-height: 88px;
	--cleanbot-container-width: 1440px;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: Onest, Roboto-Ruble, Helvetica, Arial, sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.site-header {
	position: sticky;
	top: 0;
	z-index: 1000;
	background: transparent;
	transition: background-color 0.35s ease, backdrop-filter 0.35s ease, -webkit-backdrop-filter 0.35s ease;
}

body.home .site-header,
body.page-template-home .site-header {
	position: fixed;
	right: 0;
	left: 0;
}

body.home .site-header.is-hero-panel,
body.page-template-home .site-header.is-hero-panel {
	background: rgba(255, 255, 255, 0.42);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
}

.site-header.is-scrolled,
body.home .site-header.is-scrolled,
body.page-template-home .site-header.is-scrolled {
	background: rgba(255, 255, 255, 0.78);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
}

.site-header__inner {
	display: flex;
	align-items: center;
	min-height: var(--cleanbot-header-height);
	max-width: var(--cleanbot-container-width);
	margin: 0 auto;
	padding: 0 42px;
	gap: clamp(32px, 5vw, 76px);
}

.site-branding {
	display: flex;
	align-items: center;
	flex: 0 0 auto;
	line-height: 1;
}

.site-title,
.site-description {
	margin: 0;
}

.site-title {
	font-size: 0;
}

.site-title a {
	color: #000;
	text-decoration: none;
}

.site-description {
	display: none;
}

.custom-logo-link {
	display: inline-flex;
	align-items: center;
}

.site-header .custom-logo-link {
	transform: translateY(-3px);
}

.custom-logo {
	display: block;
	width: 178px;
	max-width: 100%;
	height: auto;
}

.main-navigation {
	display: flex;
	align-items: center;
	flex: 1 1 auto;
	width: auto;
}

.main-navigation ul {
	display: flex;
	align-items: center;
	gap: clamp(28px, 3vw, 44px);
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	display: block;
	min-width: 466px;
	padding: 18px 0;
	background: rgba(255, 255, 255, 0.96);
	border-radius: 12px;
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
	position: absolute;
	top: calc(100% + 14px);
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 100%;
	padding: 14px 24px;
	color: #333;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation .menu-item-has-children::after,
.main-navigation .page_item_has_children::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	display: none;
	width: 100%;
	height: 14px;
}

.main-navigation .menu-item-has-children:hover::after,
.main-navigation .menu-item-has-children.focus::after,
.main-navigation .page_item_has_children:hover::after,
.main-navigation .page_item_has_children.focus::after {
	display: block;
}

.main-navigation a {
	display: flex;
	align-items: center;
	color: #050505;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.2;
	text-decoration: none;
}

.main-navigation a:visited,
.main-navigation a:hover,
.main-navigation a:focus,
.main-navigation a:active,
.site-header__phone:visited,
.site-header__phone:hover,
.site-header__phone:focus,
.site-header__phone:active {
	color: #050505;
	text-decoration: none;
}

.main-navigation .menu-item-has-children > a::after,
.main-navigation .page_item_has_children > a::after {
	content: "";
	width: 10px;
	height: 10px;
	margin-left: 16px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: rotate(45deg) translateY(-2px);
	transition: transform 0.2s ease;
}

.main-navigation .menu-item-has-children:hover > a::after,
.main-navigation .menu-item-has-children.focus > a::after,
.main-navigation .page_item_has_children:hover > a::after,
.main-navigation .page_item_has_children.focus > a::after {
	transform: rotate(225deg) translate(-2px, -1px);
}

.site-header__phone {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	margin-left: auto;
	color: #050505;
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	white-space: nowrap;
}

.site-header__phone-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	font-size: 18px;
	line-height: 1;
}

/* Small menu. */
.menu-toggle {
	display: none;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: #050505;
	cursor: pointer;
}

.menu-toggle:hover,
.menu-toggle:focus,
.menu-toggle:active {
	border: 0;
	background: transparent;
	color: #050505;
	outline: none;
}

.menu-toggle__line {
	position: absolute;
	width: 29px;
	height: 2px;
	background: #050505;
	transition: transform 0.2s ease, opacity 0.2s ease;
}

.menu-toggle__line:nth-child(1) {
	transform: translateY(-8px);
}

.menu-toggle__line:nth-child(3) {
	transform: translateY(8px);
}

@media screen and (max-width: 1180px) {
	:root {
		--cleanbot-header-height: 72px;
	}

	.site-header__inner {
		min-height: var(--cleanbot-header-height);
		padding: 0 16px;
		gap: 20px;
	}

	.menu-toggle {
		display: inline-flex;
		position: relative;
		z-index: 1002;
		margin-left: auto;
	}

	.main-navigation {
		justify-content: flex-end;
		order: 3;
		margin-left: auto;
	}

	.main-navigation ul {
		display: none;
	}

	.main-navigation.toggled .menu-toggle {
		position: fixed;
		top: 18px;
		right: 18px;
	}

	.main-navigation.toggled .menu-toggle__line:nth-child(1) {
		transform: rotate(45deg);
	}

	.main-navigation.toggled .menu-toggle__line:nth-child(2) {
		opacity: 0;
	}

	.main-navigation.toggled .menu-toggle__line:nth-child(3) {
		transform: rotate(-45deg);
	}

	.main-navigation.toggled ul {
		display: flex;
		position: fixed;
		inset: 72px 0 0;
		z-index: 1001;
		flex-direction: column;
		align-items: flex-start;
		gap: 0;
		min-width: 0;
		padding: 12px 9px 112px;
		background: rgba(255, 255, 255, 0.98);
		border-radius: 0;
		box-shadow: none;
		overflow-y: auto;
	}

	.main-navigation.toggled ul ul {
		display: none;
		position: static;
		padding: 8px 0 0 14px;
		background: transparent;
	}

	.main-navigation.toggled li.focus > ul {
		display: block;
	}

	.main-navigation.toggled li {
		width: 100%;
	}

	.main-navigation .menu-item-has-children::after,
	.main-navigation .page_item_has_children::after {
		display: none;
	}

	.main-navigation.toggled a,
	.main-navigation.toggled ul ul a {
		width: 100%;
		padding: 25px 0;
		font-size: 16px;
		font-weight: 400;
	}

	.site-header__phone {
		position: fixed;
		left: 9px;
		bottom: 22px;
		z-index: 1002;
		display: none;
		gap: 12px;
		font-size: 20px;
		font-weight: 400;
	}

	.main-navigation.toggled + .site-header__phone {
		display: inline-flex;
	}

	.site-header__phone-icon {
		width: 18px;
		height: 18px;
	}
}

@media screen and (max-width: 520px) {
	.site-header {
		background: rgba(255, 255, 255, 0.58);
	}

	.site-header__inner {
		min-height: var(--cleanbot-header-height);
	}

	.custom-logo {
		width: 202px;
	}
}

/* Home hero
--------------------------------------------- */
.cleanbot-home {
	margin: 0;
}

.cleanbot-hero {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100vh;
	overflow: hidden;
	cursor: grab;
	font-family: Onest, Roboto-Ruble, Helvetica, Arial, sans-serif;
	touch-action: pan-y;
	user-select: none;
}

.cleanbot-hero.is-dragging {
	cursor: grabbing;
}

.cleanbot-hero__slider,
.cleanbot-hero__slide {
	position: absolute;
	inset: 0;
}

.cleanbot-hero__slider {
	display: flex;
	width: 100%;
	transition: transform 0.9s ease-in-out;
	will-change: transform;
}

.cleanbot-hero__slider.is-dragging {
	cursor: grabbing;
	transition: none;
}

.cleanbot-hero__slider.is-loop-resetting {
	transition: none;
}

.cleanbot-hero__slide {
	position: relative;
	inset: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 100%;
	background-position: center;
	background-size: cover;
}

.cleanbot-hero__slide--light::after {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.14);
}

.cleanbot-hero__content {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: min(100%, 1320px);
	min-height: 100vh;
	padding: calc(var(--cleanbot-header-height) + clamp(34px, 7vh, 78px)) 24px 58px;
	color: #050505;
	text-align: center;
}

.cleanbot-hero__slide--light .cleanbot-hero__content {
	color: #fff;
}

.cleanbot-hero__title {
	margin: 0;
	color: inherit;
	font-size: 36px;
	font-weight: 500;
	line-height: 1.08;
	text-transform: uppercase;
	transform: translateY(-25px);
}

.cleanbot-hero__subtitle {
	margin: 4px 0 0;
	color: inherit;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.12;
	transform: translateY(-31px);
}

.cleanbot-hero__market-title {
	margin: auto 0 44px;
	color: inherit;
	font-size: 36px;
	font-weight: 400;
	line-height: 1.12;
}

.cleanbot-hero__markets {
	display: grid;
	grid-template-columns: repeat(2, 468px);
	justify-content: center;
	gap: 48px;
	width: min(100%, 984px);
}

.cleanbot-hero__market {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	width: 468px;
	min-height: 64px;
	padding: 12px 48px;
	border: 1px solid rgba(255, 255, 255, 0.48);
	border-radius: 22px;
	background: rgba(237, 249, 255, 0.22);
	box-shadow: inset 0 0 14px rgba(255, 255, 255, 0.14);
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
	text-decoration: none;
}

.cleanbot-hero__market:visited,
.cleanbot-hero__market:hover,
.cleanbot-hero__market:focus,
.cleanbot-hero__market:active {
	color: inherit;
	text-decoration: none;
}

.cleanbot-hero__market img {
	display: block;
	width: auto;
	max-width: 100%;
	max-height: 58px;
}

@media screen and (max-width: 1180px) {
	.cleanbot-hero__content {
		padding-top: 64px;
		padding-bottom: 44px;
	}

	.cleanbot-hero__title {
		font-size: clamp(26px, 5vw, 36px);
	}

	.cleanbot-hero__subtitle {
		font-size: clamp(16px, 3.2vw, 24px);
	}

	.cleanbot-hero__market-title {
		font-size: clamp(22px, 5vw, 36px);
	}

	.cleanbot-hero__markets {
		grid-template-columns: repeat(2, minmax(260px, 1fr));
		gap: 24px;
		width: min(100%, 900px);
	}

	.cleanbot-hero__market {
		width: auto;
	}
}

@media screen and (max-width: 620px) {
	.cleanbot-hero {
		align-items: stretch;
		min-height: 100vh;
	}

	.cleanbot-hero__slide {
		background-position: center top;
	}

	.cleanbot-hero__slide--light {
		background-position: center top;
	}

	.cleanbot-hero__content {
		justify-content: flex-start;
		min-height: 100vh;
		padding: calc(var(--cleanbot-header-height) + 24px) 15px 38px;
	}

	.cleanbot-hero__title {
		max-width: 360px;
		font-size: clamp(20px, 6.2vw, 26px);
		line-height: 1.04;
	}

	.cleanbot-hero__subtitle {
		margin-top: 4px;
		font-size: clamp(13px, 3.8vw, 15px);
	}

	.cleanbot-hero__market-title {
		position: absolute;
		width: 1px;
		height: 1px;
		overflow: hidden;
		clip: rect(1px, 1px, 1px, 1px);
		white-space: nowrap;
	}

	.cleanbot-hero__markets {
		grid-template-columns: 1fr;
		gap: 14px;
		width: min(100%, 330px);
		margin-top: auto;
	}

	.cleanbot-hero__market {
		min-height: 56px;
		padding: 9px 34px;
		border-radius: 20px;
	}

	.cleanbot-hero__market img {
		max-height: 38px;
	}
}

/* About page
--------------------------------------------- */
.cleanbot-about {
	margin: 0;
	overflow-x: clip;
}

.cleanbot-about-hero {
	width: 100%;
	overflow: hidden;
	background: #f3f3f3;
}

.cleanbot-about-hero__image {
	display: block;
	width: 100%;
	height: auto;
	max-width: none;
}

.cleanbot-about-intro {
	padding: 0 24px 72px;
	background: #fff;
	color: #050505;
	font-family: Onest, Roboto-Ruble, Helvetica, Arial, sans-serif;
}

.cleanbot-about-intro__inner {
	width: min(100%, var(--cleanbot-container-width));
	margin: 0 auto;
	padding-right: 65px;
	padding-left: 65px;
}

.cleanbot-about-intro__title {
	margin: 0 0 28px;
	font-size: 38px;
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: 0;
}

.cleanbot-about-intro__text {
	display: flex;
	flex-direction: column;
	gap: 58px;
	font-size: 30px;
	font-weight: 400;
	line-height: 1.12;
	letter-spacing: 0;
}

.cleanbot-about-intro__text p {
	margin: 0;
}

.cleanbot-about-markets {
	margin-top: 58px;
	text-align: center;
}

.cleanbot-about-markets__title {
	margin: 0 0 28px;
	font-size: 38px;
	font-weight: 400;
	line-height: 1.1;
	letter-spacing: 0;
}

.cleanbot-about-markets__list {
	display: flex;
	justify-content: center;
	gap: 48px;
}

.cleanbot-about-markets__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: min(100%, 430px);
	min-height: 72px;
	padding: 16px 42px;
	border-radius: 24px;
	background: linear-gradient(90deg, #dff5ff 0%, #fff 48%, #dff5ff 100%);
	text-decoration: none;
}

.cleanbot-about-markets__image {
	display: block;
	width: 100%;
	max-width: 320px;
	max-height: 48px;
	height: auto;
	object-fit: contain;
}

@media screen and (max-width: 760px) {
	.cleanbot-about-intro {
		padding: 0 23px 36px;
	}

	.cleanbot-about-intro__title {
		margin-bottom: 8px;
		font-size: 24px;
		line-height: 1.08;
	}

	.cleanbot-about-intro__text {
		gap: 24px;
		font-size: 16px;
		line-height: 1.15;
	}

	.cleanbot-about-markets {
		margin-top: 54px;
	}

	.cleanbot-about-markets__title {
		margin-bottom: 12px;
		font-size: 16px;
		line-height: 1.15;
	}

	.cleanbot-about-markets__list {
		flex-direction: column;
		align-items: center;
		gap: 12px;
	}

	.cleanbot-about-markets__link {
		width: 226px;
		min-height: 39px;
		padding: 7px 28px;
		border-radius: 18px;
	}

	.cleanbot-about-markets__image {
		max-width: 178px;
		max-height: 28px;
	}
}

.cleanbot-about-stats {
	min-height: 90vh;
	padding: 78px 24px 64px;
	background: #f3f3f3;
	color: #050505;
	font-family: Onest, Roboto-Ruble, Helvetica, Arial, sans-serif;
}

.cleanbot-about-stats__inner {
	display: flex;
	flex-direction: column;
	gap: 70px;
	width: min(100%, var(--cleanbot-container-width));
	margin: 0 auto;
}

.cleanbot-about-stats__item {
	max-width: 100%;
}

.cleanbot-about-stats__value {
	display: block;
	margin: 0 0 26px;
	color: #2ea3ed;
	font-size: clamp(82px, 7.6vw, 146px);
	font-weight: 500;
	line-height: 0.9;
	letter-spacing: 0;
	text-transform: uppercase;
}

.cleanbot-about-stats__text {
	max-width: 100%;
	margin: 0;
	font-size: 30px;
	font-weight: 500;
	line-height: 0.98;
	letter-spacing: 0;
}

@media screen and (max-width: 760px) {
	.cleanbot-about-stats {
		min-height: 0;
		padding: 46px 23px 38px;
	}

	.cleanbot-about-stats__inner {
		gap: 28px;
	}

	.cleanbot-about-stats__value {
		margin-bottom: 4px;
		font-size: 27px;
		line-height: 1;
	}

	.cleanbot-about-stats__text {
		font-size: 11px;
		line-height: 1.05;
	}
}

.cleanbot-about-mission {
	padding: 86px 24px 126px;
	background: #fff;
	color: #050505;
	font-family: Onest, Roboto-Ruble, Helvetica, Arial, sans-serif;
}

.cleanbot-about-mission__inner {
	width: min(100%, var(--cleanbot-container-width));
	margin: 0 auto;
}

.cleanbot-about-mission__title {
	margin: 0 0 28px;
	font-size: 52px;
	font-weight: 400;
	line-height: 1.1;
	letter-spacing: 0;
}

.cleanbot-about-mission__text {
	display: flex;
	flex-direction: column;
	gap: 58px;
	max-width: 100%;
	font-size: 30px;
	font-weight: 300;
	line-height: 1.14;
	letter-spacing: 0;
}

.cleanbot-about-mission__text p {
	margin: 0;
}

@media screen and (max-width: 760px) {
	.cleanbot-about-mission {
		padding: 42px 23px 54px;
	}

	.cleanbot-about-mission__title {
		margin-bottom: 14px;
		font-size: 25px;
		line-height: 1.1;
	}

	.cleanbot-about-mission__text {
		gap: 24px;
		font-size: 16px;
		line-height: 1.15;
	}
}

.cleanbot-about-today {
	padding: 72px 24px 90px;
	background: #fff;
	color: #050505;
	font-family: Onest, Roboto-Ruble, Helvetica, Arial, sans-serif;
}

.cleanbot-about-today__inner {
	width: min(100%, var(--cleanbot-container-width));
	margin: 0 auto;
}

.cleanbot-about-today__title {
	margin: 0 0 48px;
	font-size: clamp(44px, 4.2vw, 72px);
	font-weight: 500;
	line-height: 1.05;
	letter-spacing: 0;
}

.cleanbot-about-today__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	grid-template-areas:
		"warranty team support"
		"engineering team testing";
	gap: 12px;
}

.cleanbot-about-today-card {
	position: relative;
	overflow: hidden;
	aspect-ratio: 760 / 541;
	border-radius: 18px;
	background: #f3f3f3;
	color: #202020;
}

.cleanbot-about-today-card--warranty {
	grid-area: warranty;
}

.cleanbot-about-today-card--team {
	grid-area: team;
	aspect-ratio: 670 / 969;
}

.cleanbot-about-today-card--support {
	grid-area: support;
}

.cleanbot-about-today-card--engineering {
	grid-area: engineering;
}

.cleanbot-about-today-card--testing {
	grid-area: testing;
}

.cleanbot-about-today-card__image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: contain;
	object-position: center;
}

.cleanbot-about-today-card--team .cleanbot-about-today-card__image {
	object-position: center top;
}

@media screen and (max-width: 760px) {
	.cleanbot-about-today {
		padding: 20px 17px 34px;
	}

	.cleanbot-about-today__title {
		margin-bottom: 44px;
		font-size: 24px;
		line-height: 1.08;
	}

	.cleanbot-about-today__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-template-areas:
			"support support"
			"team warranty"
			"team engineering"
			"testing testing";
		gap: 8px;
	}

	.cleanbot-about-today-card {
		border-radius: 9px;
	}

	.cleanbot-about-today-card--team {
		min-height: 0;
	}

	.cleanbot-about-today-card--testing {
		min-height: 0;
	}

	.cleanbot-about-today-card--support .cleanbot-about-today-card__image,
	.cleanbot-about-today-card--warranty .cleanbot-about-today-card__image,
	.cleanbot-about-today-card--engineering .cleanbot-about-today-card__image,
	.cleanbot-about-today-card--testing .cleanbot-about-today-card__image {
		object-position: center top;
	}

}

.cleanbot-about-people {
	padding: 154px 24px 128px;
	background: #fff;
	color: #050505;
	font-family: Onest, Roboto-Ruble, Helvetica, Arial, sans-serif;
}

.cleanbot-about-people__inner {
	width: min(100%, var(--cleanbot-container-width));
	margin: 0 auto;
}

.cleanbot-about-people__title {
	margin: 0 0 36px;
	font-size: clamp(44px, 4.1vw, 68px);
	font-weight: 500;
	line-height: 1.08;
	letter-spacing: 0;
}

.cleanbot-about-people__list {
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin: 0;
	padding: 0 0 0 12px;
	list-style: none;
	font-size: 25px;
	font-weight: 400;
	line-height: 1.16;
	letter-spacing: 0;
}

.cleanbot-about-people__list li {
	position: relative;
	padding-left: 48px;
}

.cleanbot-about-people__list li::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "–";
}

.cleanbot-about-people__link {
	display: inline-block;
	margin-top: 142px;
	color: #050505;
	font-size: clamp(44px, 4.1vw, 68px);
	font-weight: 500;
	line-height: 1.08;
	letter-spacing: 0;
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 7px;
	text-transform: uppercase;
}

.cleanbot-about-people__link:visited,
.cleanbot-about-people__link:hover,
.cleanbot-about-people__link:focus,
.cleanbot-about-people__link:active {
	color: #050505;
}

@media screen and (max-width: 760px) {
	.cleanbot-about-people {
		padding: 62px 17px 68px;
	}

	.cleanbot-about-people__title {
		margin-bottom: 18px;
		font-size: 24px;
		line-height: 1.08;
	}

	.cleanbot-about-people__list {
		gap: 3px;
		padding-left: 0;
		font-size: 18px;
		line-height: 1.13;
	}

	.cleanbot-about-people__list li {
		padding-left: 22px;
	}

	.cleanbot-about-people__link {
		margin-top: 72px;
		font-size: 27px;
		line-height: 1.08;
		text-decoration-thickness: 1.5px;
		text-underline-offset: 4px;
	}
}

/* Contacts page
--------------------------------------------- */
.cleanbot-contacts-page {
	background: #fff;
	color: #050505;
	font-family: Onest, Roboto-Ruble, Helvetica, Arial, sans-serif;
}

.cleanbot-contacts {
	padding: 106px 42px 76px;
}

.cleanbot-contacts__inner {
	display: grid;
	grid-template-columns: minmax(320px, 520px) minmax(480px, 720px);
	justify-content: space-between;
	gap: clamp(56px, 8vw, 140px);
	width: min(100%, var(--cleanbot-container-width));
	margin: 0 auto;
	padding-right: 40px;
	padding-left: 40px;
}

.cleanbot-contacts__title {
	margin: 0 0 72px;
	font-size: clamp(40px, 3.4vw, 58px);
	font-weight: 500;
	line-height: 1.08;
	letter-spacing: 0;
}

.cleanbot-contacts__group {
	margin: 0;
}

.cleanbot-contacts__group--messengers {
	margin-top: 88px;
}

.cleanbot-contacts__heading {
	margin: 0 0 30px;
	font-size: 32px;
	font-weight: 400;
	line-height: 1.1;
	letter-spacing: 0;
}

.cleanbot-contacts__phones,
.cleanbot-contacts__messengers {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 24px;
}

.cleanbot-contacts__phone {
	display: inline-flex;
	align-items: center;
	min-width: 315px;
	min-height: 58px;
	padding: 0 26px 0 0;
	overflow: hidden;
	border: 1px solid #050505;
	border-radius: 999px;
	background: #fff;
	color: #050505;
	font-size: 23px;
	font-weight: 400;
	line-height: 1;
	text-decoration: none;
}

.cleanbot-contacts__phone:visited,
.cleanbot-contacts__phone:hover,
.cleanbot-contacts__phone:focus,
.cleanbot-contacts__phone:active {
	color: #050505;
	text-decoration: none;
}

.cleanbot-contacts__phone-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 58px;
	height: 58px;
	margin-right: 22px;
	border-radius: 50%;
	background: #050505;
	color: #fff;
	font-size: 20px;
}

.cleanbot-contacts__messengers a,
.cleanbot-contacts__marketing a,
.cleanbot-contacts__email {
	color: #050505;
	text-decoration: underline;
	text-decoration-thickness: 1.5px;
	text-underline-offset: 4px;
}

.cleanbot-contacts__messengers a {
	font-size: 31px;
	font-weight: 400;
	line-height: 1;
}

.cleanbot-contacts__marketing {
	max-width: 450px;
	margin-top: 66px;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.42;
	letter-spacing: 0;
}

.cleanbot-contacts__marketing p {
	margin: 0;
}

.cleanbot-contacts__support {
	padding-top: 8px;
}

.cleanbot-contacts__support-text {
	display: flex;
	flex-direction: column;
	gap: 22px;
	max-width: 690px;
	margin-bottom: 28px;
	font-size: 32px;
	font-weight: 400;
	line-height: 1.35;
	letter-spacing: 0;
}

.cleanbot-contacts__support-text p {
	margin: 0;
}

.cleanbot-contacts__email {
	display: inline-block;
	margin-bottom: 48px;
	font-size: 34px;
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
}

.cleanbot-contacts__media {
	width: 100%;
	margin: 0;
	overflow: hidden;
	border-radius: 18px;
	background: #f3f3f3;
}

.cleanbot-contacts__image {
	display: block;
	width: 100%;
	height: auto;
	max-width: none;
}

@media screen and (max-width: 900px) {
	.cleanbot-contacts {
		padding: 24px 17px 44px;
	}

	.cleanbot-contacts__inner {
		display: flex;
		flex-direction: column;
		gap: 34px;
		width: min(100%, 520px);
	}

	.cleanbot-contacts__title {
		margin-bottom: 14px;
		font-size: 24px;
		line-height: 1.08;
	}

	.cleanbot-contacts__heading {
		margin-bottom: 12px;
		font-size: 14px;
		line-height: 1.2;
	}

	.cleanbot-contacts__phones {
		gap: 14px;
	}

	.cleanbot-contacts__phone {
		min-width: 165px;
		min-height: 38px;
		padding-right: 18px;
		border-width: 1px;
		font-size: 13px;
	}

	.cleanbot-contacts__phone--primary {
		order: 2;
	}

	.cleanbot-contacts__phone--secondary {
		order: 1;
	}

	.cleanbot-contacts__phone-icon {
		width: 38px;
		height: 38px;
		margin-right: 18px;
		font-size: 16px;
	}

	.cleanbot-contacts__group--messengers {
		margin-top: 34px;
	}

	.cleanbot-contacts__messengers {
		gap: 14px;
	}

	.cleanbot-contacts__messengers a {
		font-size: 18px;
	}

	.cleanbot-contacts__marketing {
		max-width: 280px;
		margin-top: 30px;
		font-size: 13px;
		line-height: 1.2;
	}

	.cleanbot-contacts__support {
		padding-top: 0;
	}

	.cleanbot-contacts__support-text {
		gap: 0;
		max-width: 290px;
		margin-bottom: 20px;
		font-size: 13px;
		line-height: 1.05;
	}

	.cleanbot-contacts__email {
		margin-bottom: 20px;
		font-size: 16px;
		line-height: 1.05;
	}

	.cleanbot-contacts__media {
		width: min(100%, 264px);
		border-radius: 9px;
	}
}

/* Support page
--------------------------------------------- */
.cleanbot-support-page {
	background: #fff;
	color: #050505;
	font-family: Onest, Roboto-Ruble, Helvetica, Arial, sans-serif;
	overflow-x: clip;
}

.cleanbot-support-hero {
	width: 100%;
	overflow: hidden;
	background: #fff;
}

.cleanbot-support-hero__image {
	display: block;
	width: 100%;
	height: auto;
	max-width: none;
}

.cleanbot-support-content {
	padding: 30px 42px 112px;
	background: #fff;
}

.cleanbot-support-content__inner {
	width: min(100%, 1280px);
	margin: 0 auto;
}

.cleanbot-support-content__title {
	margin: 0 0 42px;
	font-size: clamp(34px, 3.2vw, 48px);
	font-weight: 500;
	line-height: 1.08;
	letter-spacing: 0;
	text-transform: uppercase;
}

.cleanbot-support-content__lead {
	max-width: 1130px;
	margin: 0;
	font-size: clamp(26px, 2.65vw, 40px);
	font-weight: 400;
	line-height: 1.24;
	letter-spacing: 0;
}

.cleanbot-support-benefits {
	display: flex;
	flex-direction: column;
	gap: 66px;
	margin-top: 88px;
}

.cleanbot-support-benefit {
	display: grid;
	grid-template-columns: 126px minmax(0, 1fr);
	align-items: start;
	gap: 22px;
	max-width: 1180px;
}

.cleanbot-support-benefit__icon-wrap {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	padding-top: 2px;
}

.cleanbot-support-benefit__icon {
	display: block;
	width: 107px;
	height: auto;
	max-width: 100%;
}

.cleanbot-support-benefit:nth-child(3) .cleanbot-support-benefit__icon {
	width: 125px;
}

.cleanbot-support-benefit__title {
	max-width: 1000px;
	margin: 0 0 8px;
	font-size: clamp(30px, 2.7vw, 41px);
	font-weight: 400;
	line-height: 1.08;
	letter-spacing: 0;
}

.cleanbot-support-benefit__text {
	max-width: 1030px;
	font-size: clamp(19px, 1.55vw, 25px);
	font-weight: 400;
	line-height: 1.28;
	letter-spacing: 0;
}

.cleanbot-support-benefit__text p {
	margin: 0;
}

.cleanbot-support-contact {
	margin-top: 90px;
}

.cleanbot-support-contact__title {
	margin: 0 0 28px;
	font-size: clamp(30px, 2.75vw, 42px);
	font-weight: 400;
	line-height: 1.12;
	letter-spacing: 0;
}

.cleanbot-support-contact__actions {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 16px;
}

.cleanbot-support-contact__round,
.cleanbot-support-contact__phone {
	color: #050505;
	text-decoration: none;
}

.cleanbot-support-contact__round:visited,
.cleanbot-support-contact__round:hover,
.cleanbot-support-contact__round:focus,
.cleanbot-support-contact__round:active,
.cleanbot-support-contact__phone:visited,
.cleanbot-support-contact__phone:hover,
.cleanbot-support-contact__phone:focus,
.cleanbot-support-contact__phone:active {
	color: #050505;
	text-decoration: none;
}

.cleanbot-support-contact__round {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	background: #000;
	color: #fff;
	font-size: 28px;
	line-height: 1;
}

.cleanbot-support-contact__round:visited,
.cleanbot-support-contact__round:hover,
.cleanbot-support-contact__round:focus,
.cleanbot-support-contact__round:active {
	color: #fff;
}

.cleanbot-support-contact__round--chat {
	font-size: 24px;
}

.cleanbot-support-contact__phone {
	display: inline-flex;
	align-items: center;
	min-height: 54px;
	padding: 0 24px 0 0;
	overflow: hidden;
	border: 1px solid #2ba2eb;
	border-radius: 999px;
	background: #f5fbff;
	font-size: 25px;
	font-weight: 400;
	line-height: 1;
	white-space: nowrap;
}

.cleanbot-support-contact__phone-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 54px;
	height: 54px;
	margin-right: 20px;
	border-radius: 50%;
	background: #1da8d5;
	color: #fff;
	font-size: 22px;
}

.cleanbot-support-contact__email {
	display: inline-block;
	color: #050505;
	font-size: clamp(28px, 2.7vw, 41px);
	font-weight: 400;
	line-height: 1.08;
	letter-spacing: 0;
	text-decoration: underline;
	text-decoration-thickness: 1.5px;
	text-underline-offset: 4px;
}

.cleanbot-support-contact__email:visited,
.cleanbot-support-contact__email:hover,
.cleanbot-support-contact__email:focus,
.cleanbot-support-contact__email:active {
	color: #050505;
}

.cleanbot-support-markets {
	margin-top: 54px;
	text-align: center;
}

.cleanbot-support-markets__title {
	margin: 0 0 28px;
	font-size: clamp(30px, 3vw, 42px);
	font-weight: 400;
	line-height: 1.1;
	letter-spacing: 0;
}

.cleanbot-support-markets__list {
	display: flex;
	justify-content: center;
	gap: 48px;
}

.cleanbot-support-markets__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: min(100%, 430px);
	min-height: 72px;
	padding: 16px 42px;
	border-radius: 24px;
	background: linear-gradient(90deg, #dff5ff 0%, #fff 48%, #dff5ff 100%);
	text-decoration: none;
}

.cleanbot-support-markets__image {
	display: block;
	width: 100%;
	max-width: 320px;
	max-height: 48px;
	height: auto;
	object-fit: contain;
}

@media screen and (max-width: 900px) {
	.cleanbot-support-content {
		padding: 22px 23px 68px;
	}

	.cleanbot-support-content__title {
		margin-bottom: 18px;
		font-size: 24px;
		line-height: 1.1;
	}

	.cleanbot-support-content__lead {
		font-size: 18px;
		line-height: 1.22;
	}

	.cleanbot-support-benefits {
		gap: 34px;
		margin-top: 42px;
	}

	.cleanbot-support-benefit {
		grid-template-columns: 62px minmax(0, 1fr);
		gap: 14px;
	}

	.cleanbot-support-benefit__icon {
		width: 54px;
	}

	.cleanbot-support-benefit:nth-child(2) .cleanbot-support-benefit__icon {
		width: 58px;
	}

	.cleanbot-support-benefit:nth-child(3) .cleanbot-support-benefit__icon {
		width: 60px;
	}

	.cleanbot-support-benefit__title {
		margin-bottom: 6px;
		font-size: 22px;
		line-height: 1.08;
	}

	.cleanbot-support-benefit__text {
		font-size: 14px;
		line-height: 1.25;
	}

	.cleanbot-support-contact {
		margin-top: 54px;
	}

	.cleanbot-support-contact__title {
		margin-bottom: 18px;
		font-size: 24px;
		line-height: 1.12;
	}

	.cleanbot-support-contact__actions {
		flex-wrap: wrap;
		gap: 10px;
		margin-bottom: 14px;
	}

	.cleanbot-support-contact__round {
		width: 42px;
		height: 42px;
		font-size: 22px;
	}

	.cleanbot-support-contact__round--chat {
		font-size: 19px;
	}

	.cleanbot-support-contact__phone {
		min-height: 42px;
		padding-right: 16px;
		font-size: 13px;
	}

	.cleanbot-support-contact__phone-icon {
		width: 42px;
		height: 42px;
		margin-right: 12px;
		font-size: 17px;
	}

	.cleanbot-support-contact__email {
		font-size: 22px;
	}

	.cleanbot-support-markets {
		margin-top: 44px;
	}

	.cleanbot-support-markets__title {
		margin-bottom: 14px;
		font-size: 24px;
		line-height: 1.08;
	}

	.cleanbot-support-markets__list {
		flex-direction: column;
		align-items: center;
		gap: 14px;
	}

	.cleanbot-support-markets__link {
		width: min(100%, 300px);
		min-height: 52px;
		padding: 10px 34px;
		border-radius: 18px;
	}

	.cleanbot-support-markets__image {
		max-width: 220px;
		max-height: 34px;
	}
}

@media screen and (max-width: 520px) {
	.cleanbot-support-hero {
		min-height: 194px;
	}

	.cleanbot-support-hero__image {
		width: 150%;
		margin-left: -30%;
	}

	.cleanbot-support-content {
		padding-right: 17px;
		padding-left: 17px;
	}

	.cleanbot-support-benefit {
		grid-template-columns: 50px minmax(0, 1fr);
		gap: 12px;
	}

	.cleanbot-support-benefit__icon {
		width: 46px;
	}

	.cleanbot-support-benefit:nth-child(2) .cleanbot-support-benefit__icon {
		width: 50px;
	}

	.cleanbot-support-benefit:nth-child(3) .cleanbot-support-benefit__icon {
		width: 50px;
	}

	.cleanbot-support-benefit__title {
		font-size: 19px;
	}

	.cleanbot-support-benefit__text {
		font-size: 17px;
	}

	.cleanbot-support-contact__email {
		font-size: 20px;
	}
}

/* Blog page
--------------------------------------------- */
.cleanbot-blog-page {
	background: #fff;
	color: #050505;
	font-family: Onest, Roboto-Ruble, Helvetica, Arial, sans-serif;
}

.cleanbot-blog {
	padding: 28px 42px 70px;
}

.cleanbot-blog__inner {
	width: min(100%, var(--cleanbot-container-width));
	margin: 0 auto;
}

.cleanbot-blog__title {
	margin: 0 0 48px;
	font-size: clamp(48px, 3.6vw, 64px);
	font-weight: 500;
	line-height: 1.08;
	letter-spacing: 0;
}

.cleanbot-blog__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
}

.cleanbot-blog-card {
	position: relative;
	min-height: 420px;
	margin: 0;
	overflow: hidden;
	border-radius: 18px;
	background: #edf7fb;
}

.cleanbot-blog-card--featured {
	grid-column: 1 / -1;
	min-height: 390px;
}

.cleanbot-blog-card__link {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	min-height: inherit;
	color: #050505;
	text-decoration: none;
}

.cleanbot-blog-card__link:visited,
.cleanbot-blog-card__link:hover,
.cleanbot-blog-card__link:focus,
.cleanbot-blog-card__link:active {
	color: #050505;
	text-decoration: none;
}

.cleanbot-blog-card__image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
	object-position: center;
}

.cleanbot-blog-card__content {
	position: absolute;
	z-index: 2;
	right: 24px;
	bottom: 0;
	left: 24px;
	padding: 28px 28px 22px;
	border-radius: 18px 18px 0 0;
	background: rgba(229, 247, 255, 0.72);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
}

.cleanbot-blog-card--featured .cleanbot-blog-card__content {
	top: 0;
	right: auto;
	bottom: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 45%;
	padding: 48px;
	border-radius: 18px 0 0 18px;
	background: rgba(231, 248, 255, 0.74);
}

.cleanbot-blog-card__title {
	margin: 0 0 22px;
	font-size: 27px;
	font-weight: 500;
	line-height: 1.08;
	letter-spacing: 0;
}

.cleanbot-blog-card__excerpt {
	margin: 0;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.45;
	letter-spacing: 0;
}

.cleanbot-blog-card__more {
	display: block;
	margin-top: 22px;
	color: #050505;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.1;
	text-align: right;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.cleanbot-blog-card--featured .cleanbot-blog-card__more {
	align-self: flex-start;
	text-align: left;
}

.cleanbot-blog__empty {
	margin: 0;
	font-size: 24px;
	line-height: 1.3;
}

@media screen and (max-width: 900px) {
	.cleanbot-blog {
		padding: 24px 0 52px;
	}

	.cleanbot-blog__title {
		margin: 0 26px 10px;
		font-size: 24px;
		line-height: 1.08;
	}

	.cleanbot-blog__grid {
		display: flex;
		flex-direction: column;
		gap: 10px;
	}

	.cleanbot-blog-card,
	.cleanbot-blog-card--featured {
		min-height: 270px;
		border-radius: 0;
	}

	.cleanbot-blog-card__content,
	.cleanbot-blog-card--featured .cleanbot-blog-card__content {
		top: auto;
		right: 26px;
		bottom: 0;
		left: 26px;
		display: block;
		width: auto;
		padding: 18px 18px 14px;
		border-radius: 14px 14px 0 0;
	}

	.cleanbot-blog-card--featured .cleanbot-blog-card__content {
		top: 0;
		right: auto;
		bottom: 0;
		left: 0;
		width: 50%;
		padding: 38px 24px 22px;
		border-radius: 0;
	}

	.cleanbot-blog-card__title {
		margin-bottom: 12px;
		font-size: 12px;
		line-height: 1.15;
	}

	.cleanbot-blog-card__excerpt {
		font-size: 12px;
		line-height: 1.45;
	}

	.cleanbot-blog-card__more {
		margin-top: 10px;
		font-size: 13px;
	}

	.cleanbot-blog-card--featured .cleanbot-blog-card__more {
		margin-top: 18px;
	}

	.cleanbot-blog__empty {
		margin: 0 26px;
		font-size: 16px;
	}
}

/* Single post
--------------------------------------------- */
.cleanbot-single-page {
	padding: 28px 42px 64px;
	background: #fff;
	color: #050505;
	font-family: Onest, Roboto-Ruble, Helvetica, Arial, sans-serif;
}

.cleanbot-single-page .post {
	width: min(100%, 1180px);
	margin: 0 auto;
}

.cleanbot-single-page .entry-header {
	margin: 0;
}

.cleanbot-single-page .entry-title {
	margin: 26px 0 18px;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.15;
	letter-spacing: 0;
}

.cleanbot-single-page .entry-meta,
.cleanbot-single-page .entry-footer {
	display: none;
}

.cleanbot-single-page .post-thumbnail {
	display: block;
	width: calc(100vw - 40px);
	max-width: calc(var(--cleanbot-container-width) - 40px);
	margin: 0 50% 34px;
	overflow: hidden;
	border-radius: 0;
	transform: translateX(-50%);
}

.cleanbot-single-page .post-thumbnail img {
	display: block;
	width: 100%;
	height: auto;
	max-width: none;
}

.cleanbot-single-page .entry-content {
	margin: 0;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.55;
	letter-spacing: 0;
}

.cleanbot-single-page .entry-content > * {
	margin-right: 0;
	margin-left: 0;
}

.cleanbot-single-page .entry-content p {
	margin: 0 0 16px;
}

.cleanbot-single-page .entry-content h2,
.cleanbot-single-page .entry-content h3,
.cleanbot-single-page .entry-content h4 {
	margin: 28px 0 10px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 0;
}

.cleanbot-single-page .entry-content h2 {
	font-size: 30px;
}

.cleanbot-single-page .entry-content h3 {
	font-size: 26px;
}

.cleanbot-single-page .entry-content h4 {
	font-size: 24px;
}

.cleanbot-single-page .entry-content ul,
.cleanbot-single-page .entry-content ol {
	margin: 0 0 18px 18px;
	padding: 0;
}

.cleanbot-single-page .entry-content li {
	margin-bottom: 6px;
}

.cleanbot-single-page .entry-content figure,
.cleanbot-single-page .entry-content .wp-block-image {
	width: calc(100vw - 40px);
	max-width: calc(var(--cleanbot-container-width) - 40px);
	margin: 48px 50% 34px;
	transform: translateX(-50%);
}

.cleanbot-single-page .entry-content figure img,
.cleanbot-single-page .entry-content .wp-block-image img {
	display: block;
	width: 100%;
	height: auto;
	max-width: none;
}

.cleanbot-single-page .entry-content figcaption {
	margin: 8px 0 0;
	color: #555;
	font-size: 16px;
	line-height: 1.35;
	text-align: left;
}

.cleanbot-single-page .entry-content a {
	color: #050505;
	text-decoration: underline;
	text-underline-offset: 2px;
}

@media screen and (max-width: 760px) {
	.cleanbot-single-page {
		padding: 18px 20px 42px;
	}

	.cleanbot-single-page .post {
		width: 100%;
	}

	.cleanbot-single-page .entry-title {
		margin: 18px 0 14px;
		font-size: 20px;
	}

	.cleanbot-single-page .post-thumbnail {
		width: calc(100vw - 40px);
		margin: 0 50% 24px;
	}

	.cleanbot-single-page .entry-content {
		font-size: 18px;
		line-height: 1.5;
	}

	.cleanbot-single-page .entry-content p {
		margin-bottom: 14px;
	}

	.cleanbot-single-page .entry-content h2 {
		font-size: 23px;
	}

	.cleanbot-single-page .entry-content h3,
	.cleanbot-single-page .entry-content h4 {
		font-size: 20px;
	}

	.cleanbot-single-page .entry-content figure,
	.cleanbot-single-page .entry-content .wp-block-image {
		width: calc(100vw - 40px);
		margin: 32px 50% 22px;
	}
}

/* Product category page
--------------------------------------------- */
.cleanbot-error-page {
	background: #fff;
	color: #050505;
	font-family: Onest, Roboto-Ruble, Helvetica, Arial, sans-serif;
}

.cleanbot-error {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.72fr);
	align-items: center;
	gap: 42px;
	width: min(100% - 84px, var(--cleanbot-container-width));
	min-height: calc(100vh - var(--cleanbot-header-height));
	margin: 0 auto;
	padding: 48px 0 72px;
	overflow: hidden;
}

.cleanbot-error__content {
	position: relative;
	z-index: 2;
	max-width: 720px;
}

.cleanbot-error__code {
	margin: 0 0 8px;
	color: #2aa8e8;
	font-size: clamp(92px, 13vw, 210px);
	font-weight: 500;
	line-height: 0.86;
	letter-spacing: 0;
}

.cleanbot-error__title {
	margin: 0 0 18px;
	font-size: clamp(36px, 4.2vw, 66px);
	font-weight: 500;
	line-height: 1.04;
	letter-spacing: 0;
}

.cleanbot-error__text {
	max-width: 650px;
	margin: 0;
	font-size: clamp(20px, 2vw, 30px);
	font-weight: 400;
	line-height: 1.28;
}

.cleanbot-error__actions {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 42px;
}

.cleanbot-error__button,
.cleanbot-error__link {
	color: #050505;
	font-size: 22px;
	font-weight: 400;
	line-height: 1;
	text-decoration: none;
}

.cleanbot-error__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 58px;
	padding: 0 30px;
	border: 1px solid #cfcfcf;
	border-radius: 999px;
	background: #fff;
}

.cleanbot-error__button--primary {
	border-color: transparent;
	background: #dff5ff;
}

.cleanbot-error__link {
	text-decoration: underline;
	text-underline-offset: 5px;
}

.cleanbot-error__button:visited,
.cleanbot-error__button:hover,
.cleanbot-error__button:focus,
.cleanbot-error__button:active,
.cleanbot-error__link:visited,
.cleanbot-error__link:hover,
.cleanbot-error__link:focus,
.cleanbot-error__link:active {
	color: #050505;
}

.cleanbot-error__media {
	position: relative;
	z-index: 1;
	margin: 0;
}

.cleanbot-error__media::before {
	position: absolute;
	inset: 12% -8% -8% 8%;
	z-index: -1;
	border-radius: 32px;
	background: linear-gradient(135deg, rgba(224, 246, 255, 0.9), rgba(255, 255, 255, 0));
	content: "";
}

.cleanbot-error__image {
	display: block;
	width: min(100%, 560px);
	height: auto;
	margin-left: auto;
	object-fit: contain;
}

@media screen and (max-width: 760px) {
	.cleanbot-error {
		display: block;
		width: calc(100% - 38px);
		min-height: calc(100vh - var(--cleanbot-header-height));
		padding: 44px 0 52px;
	}

	.cleanbot-error__content {
		max-width: none;
	}

	.cleanbot-error__code {
		margin-bottom: 8px;
		font-size: 92px;
	}

	.cleanbot-error__title {
		margin-bottom: 12px;
		font-size: 32px;
	}

	.cleanbot-error__text {
		font-size: 17px;
		line-height: 1.32;
	}

	.cleanbot-error__actions {
		align-items: stretch;
		flex-direction: column;
		gap: 10px;
		max-width: 260px;
		margin-top: 28px;
	}

	.cleanbot-error__button,
	.cleanbot-error__link {
		font-size: 17px;
	}

	.cleanbot-error__button {
		min-height: 46px;
		padding: 0 22px;
	}

	.cleanbot-error__link {
		padding-top: 6px;
	}

	.cleanbot-error__media {
		margin-top: 26px;
	}

	.cleanbot-error__media::before {
		inset: 18% -16% -8% 18%;
		border-radius: 22px;
	}

	.cleanbot-error__image {
		width: min(100%, 330px);
		margin-right: -48px;
	}
}

.cleanbot-category-page {
	padding: 44px 0 84px;
	overflow-x: hidden;
	background: #fff;
	color: #050505;
	font-family: Onest, Roboto-Ruble, Helvetica, Arial, sans-serif;
}

.cleanbot-category-page__inner {
	width: min(100% - 84px, var(--cleanbot-container-width));
	margin: 0 auto;
}

.cleanbot-category-breadcrumbs {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 72px;
	font-size: 23px;
	font-weight: 400;
	line-height: 1.2;
}

.cleanbot-category-breadcrumbs a {
	color: #050505;
	text-decoration: none;
}

.cleanbot-category-breadcrumbs .is-active {
	text-decoration: underline;
	text-underline-offset: 6px;
}

.cleanbot-category-slider {
	width: 100vw;
	margin: 0 50% 82px;
	overflow: hidden;
	transform: translateX(-50%);
}

.cleanbot-category-slider__inner {
	width: min(100% - 84px, var(--cleanbot-container-width));
	margin: 0 auto;
}

.cleanbot-category-slider__title {
	margin: 0 0 42px;
	font-size: 32px;
	font-weight: 400;
	line-height: 1.1;
	letter-spacing: 0;
}

.cleanbot-category-slider__track {
	display: flex;
	gap: 38px;
	overflow-x: auto;
	overflow-y: hidden;
	padding: 0 max(42px, calc((100vw - var(--cleanbot-container-width)) / 2)) 8px;
	scroll-behavior: smooth;
	scroll-snap-type: x proximity;
	scrollbar-width: none;
	-webkit-overflow-scrolling: touch;
}

.cleanbot-category-slider__track::-webkit-scrollbar {
	display: none;
}

@media screen and (min-width: 761px) {
	.cleanbot-category-slider__track {
		width: min(100% - 84px, 1150px);
		margin: 0 auto;
		padding-right: 0;
		padding-left: 0;
	}

	.cleanbot-category-slider__footer {
		width: min(100% - 84px, 1150px);
	}

	.cleanbot-category-slider--premium .cleanbot-category-slider__inner,
	.cleanbot-category-slider--premium .cleanbot-category-slider__footer,
	.cleanbot-category-slider--basic .cleanbot-category-slider__inner,
	.cleanbot-category-slider--basic .cleanbot-category-slider__footer {
		width: min(100% - 84px, 1040px);
	}

	.cleanbot-category-slider--premium .cleanbot-category-slider__track,
	.cleanbot-category-slider--basic .cleanbot-category-slider__track {
		gap: 24px;
		width: 100%;
		margin: 0;
		padding-right: 0;
		padding-left: 0;
		scroll-snap-type: none;
	}

}

.cleanbot-category-slider__slide {
	display: block;
	flex: 0 0 244px;
	color: #050505;
	text-align: center;
	text-decoration: none;
	scroll-snap-align: start;
}

.cleanbot-category-slider--top .cleanbot-category-slider__slide {
	flex-basis: 184px;
}

.cleanbot-category-slider--premium .cleanbot-category-slider__slide,
.cleanbot-category-slider--basic .cleanbot-category-slider__slide {
	flex-basis: 244px;
}

.cleanbot-category-slider__slide:visited,
.cleanbot-category-slider__slide:hover,
.cleanbot-category-slider__slide:focus,
.cleanbot-category-slider__slide:active {
	color: #050505;
	text-decoration: none;
}

.cleanbot-category-slider__image-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	border-radius: 18px;
	background: linear-gradient(180deg, #f4f4f4 0%, #fff 100%);
}

.cleanbot-category-slider--top .cleanbot-category-slider__image-wrap {
	background: transparent;
}

.cleanbot-category-slider--premium .cleanbot-category-slider__image-wrap,
.cleanbot-category-slider--basic .cleanbot-category-slider__image-wrap {
	aspect-ratio: 244 / 342;
	border-radius: 28px;
}

.cleanbot-category-slider__image {
	display: block;
	width: 100% !important;
	height: 100% !important;
	max-width: none;
	object-fit: contain;
	object-position: center;
}

.cleanbot-category-slider__name {
	display: block;
	margin-top: 12px;
	font-size: 25px;
	font-weight: 400;
	line-height: 1.15;
}

.cleanbot-category-slider--premium .cleanbot-category-slider__name,
.cleanbot-category-slider--basic .cleanbot-category-slider__name {
	display: none;
}

.cleanbot-category-slider--premium .cleanbot-category-slider__image {
	object-fit: cover;
}

.cleanbot-category-slider__footer {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: min(100% - 84px, var(--cleanbot-container-width));
	min-height: 30px;
	margin: 18px auto 0;
}

.cleanbot-category-slider__controls {
	display: flex;
	justify-content: flex-end;
	gap: 18px;
	margin: 0;
}

.cleanbot-category-slider__dots {
	position: absolute;
	left: 50%;
	display: flex;
	align-items: center;
	gap: 10px;
	transform: translateX(-50%);
}

.cleanbot-category-slider__dot {
	width: 7px;
	height: 7px;
	padding: 0;
	cursor: pointer;
	border: 0;
	border-radius: 50%;
	background: #d2d2d2;
}

.cleanbot-category-slider__dot.is-active {
	background: #050505;
}

.cleanbot-category-slider__control {
	position: relative;
	width: 46px;
	height: 26px;
	padding: 0;
	cursor: pointer;
	border: 0;
	background: transparent;
	color: #050505;
}

.cleanbot-category-slider__control:disabled {
	cursor: default;
	opacity: 0.22;
}

.cleanbot-category-slider__control::before,
.cleanbot-category-slider__control::after {
	position: absolute;
	top: 50%;
	content: "";
	transform: translateY(-50%);
}

.cleanbot-category-slider__control::before {
	left: 3px;
	right: 3px;
	height: 4px;
	border-radius: 999px;
	background: currentColor;
}

.cleanbot-category-slider__control::after {
	width: 18px;
	height: 18px;
	border-top: 4px solid currentColor;
	border-right: 4px solid currentColor;
}

.cleanbot-category-slider__control--next {
	width: 82px;
}

.cleanbot-category-slider__control--next::after {
	right: 2px;
	transform: translateY(-50%) rotate(45deg);
}

.cleanbot-category-slider__control--prev::after {
	left: 2px;
	transform: translateY(-50%) rotate(-135deg);
}

.cleanbot-category-grid-section {
	margin-top: 16px;
}

.cleanbot-category-grid-section__title {
	margin: 0 0 34px;
	font-size: 32px;
	font-weight: 400;
	line-height: 1.1;
	letter-spacing: 0;
}

.cleanbot-category-filter {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0;
	min-height: 72px;
	margin-bottom: 54px;
	padding: 0 48px;
	overflow-x: auto;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	scrollbar-width: none;
}

.cleanbot-category-filter::-webkit-scrollbar {
	display: none;
}

.cleanbot-category-filter__button {
	position: relative;
	flex: 0 0 auto;
	max-width: 190px;
	min-height: 54px;
	padding: 8px 22px;
	cursor: pointer;
	border: 0;
	background: transparent;
	color: #b5b5b5;
	font-size: 17px;
	font-weight: 400;
	line-height: 0.96;
	text-align: center;
	white-space: normal;
}

.cleanbot-category-filter__button + .cleanbot-category-filter__button::before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 1px;
	height: 22px;
	background: #d5d5d5;
	content: "";
	transform: translateY(-50%);
}

.cleanbot-category-filter__button.is-active {
	color: #050505;
}

.cleanbot-category-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 28px 32px;
	transition: opacity 0.2s ease;
}

.cleanbot-category-grid.is-loading {
	pointer-events: none;
	opacity: 0.45;
}

.cleanbot-category-product-card {
	position: relative;
	display: flex;
	align-items: stretch;
	justify-content: center;
	aspect-ratio: 0.82 / 1;
	overflow: hidden;
	border-radius: 8px;
	background: linear-gradient(180deg, #f7f7f7 0%, #ededed 100%);
	color: #050505;
	text-align: center;
	text-decoration: none;
}

.cleanbot-category-product-card[hidden] {
	display: none;
}

.cleanbot-category-product-card:visited,
.cleanbot-category-product-card:hover,
.cleanbot-category-product-card:focus,
.cleanbot-category-product-card:active {
	color: #050505;
	text-decoration: none;
}

.cleanbot-category-product-card__image-wrap {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	width: 100%;
	height: calc(100% - 62px);
	padding: 22px 18px 0;
}

.cleanbot-category-product-card__image {
	display: block;
	width: 100% !important;
	height: 100% !important;
	max-width: none;
	object-fit: contain;
	object-position: center;
}

.cleanbot-category-product-card__title {
	position: absolute;
	right: 10px;
	bottom: 18px;
	left: 10px;
	display: block;
	margin: 0;
	padding: 0;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.1;
}

.cleanbot-category-grid__empty {
	grid-column: 1 / -1;
	margin: 0;
	font-size: 22px;
}

.cleanbot-catalog-wash-page {
	padding: 44px 0 92px;
	overflow-x: hidden;
	background: #fff;
	color: #050505;
	font-family: Onest, Roboto-Ruble, Helvetica, Arial, sans-serif;
}

.cleanbot-catalog-wash__inner {
	width: min(100% - 84px, var(--cleanbot-container-width));
	margin: 0 auto;
}

.cleanbot-catalog-wash__breadcrumbs {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 44px;
	font-size: 23px;
	font-weight: 400;
	line-height: 1.2;
}

.cleanbot-catalog-wash__breadcrumbs a {
	color: #050505;
	text-decoration: none;
}

.cleanbot-catalog-wash__breadcrumbs .is-active {
	text-decoration: underline;
	text-underline-offset: 8px;
}

.cleanbot-catalog-wash-section {
	margin-bottom: 150px;
}

.cleanbot-catalog-wash-section:last-child {
	margin-bottom: 0;
}

.cleanbot-catalog-wash-section__title {
	margin: 0 0 66px;
	font-size: 39px;
	font-weight: 400;
	line-height: 1.08;
	letter-spacing: 0;
}

.cleanbot-catalog-wash-section__track {
	display: flex;
	gap: 42px;
	overflow-x: auto;
	overflow-y: hidden;
	padding-bottom: 8px;
	scroll-behavior: smooth;
	scroll-snap-type: x proximity;
	scrollbar-width: none;
	-webkit-overflow-scrolling: touch;
}

.cleanbot-catalog-wash-section__track::-webkit-scrollbar {
	display: none;
}

.cleanbot-catalog-wash-card {
	position: relative;
	display: flex;
	flex: 0 0 334px;
	align-items: center;
	justify-content: center;
	aspect-ratio: 0.72 / 1;
	overflow: hidden;
	border-radius: 36px;
	background: linear-gradient(180deg, #fbfbfb 0%, #ededed 100%);
	color: #050505;
	text-decoration: none;
	scroll-snap-align: start;
}

.cleanbot-catalog-wash-card:visited,
.cleanbot-catalog-wash-card:hover,
.cleanbot-catalog-wash-card:focus,
.cleanbot-catalog-wash-card:active {
	color: #050505;
	text-decoration: none;
}

.cleanbot-catalog-wash-card__title {
	position: absolute;
	top: 24px;
	left: 24px;
	z-index: 2;
	font-size: 30px;
	font-weight: 500;
	line-height: 1.08;
}

.cleanbot-catalog-wash-card__image-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 62px 18px 28px;
}

.cleanbot-catalog-wash-card__image {
	display: block;
	width: 100% !important;
	height: 100% !important;
	max-width: none;
	object-fit: contain;
	object-position: center;
}

.cleanbot-catalog-wash-section__controls {
	display: flex;
	justify-content: flex-end;
	gap: 18px;
	margin-top: 34px;
}

@media screen and (max-width: 760px) {
	.cleanbot-category-page {
		padding: 18px 0 54px;
	}

	.cleanbot-category-page__inner {
		width: calc(100% - 38px);
	}

	.cleanbot-category-breadcrumbs {
		gap: 6px;
		margin-bottom: 42px;
		font-size: 11px;
	}

	.cleanbot-category-breadcrumbs .is-active {
		text-underline-offset: 3px;
	}

	.cleanbot-category-slider {
		margin-bottom: 48px;
	}

	.cleanbot-category-slider__inner {
		width: calc(100% - 38px);
	}

	.cleanbot-category-slider__title {
		margin-bottom: 22px;
		font-size: 19px;
	}

	.cleanbot-category-slider__track {
		gap: 18px;
		padding: 0 19px 4px;
	}

	.cleanbot-category-slider__slide {
		flex-basis: 190px;
	}

	.cleanbot-category-slider--top .cleanbot-category-slider__slide {
		flex-basis: 112px;
	}

	.cleanbot-category-slider__image-wrap {
		border-radius: 16px;
	}

	.cleanbot-category-slider__name {
		margin-top: 8px;
		font-size: 0;
	}

	.cleanbot-category-slider__controls {
		gap: 12px;
	}

	.cleanbot-category-slider__footer {
		width: calc(100% - 38px);
		margin-top: 12px;
	}

	.cleanbot-category-slider--premium .cleanbot-category-slider__track,
	.cleanbot-category-slider--basic .cleanbot-category-slider__track {
		gap: 14px;
		padding-right: 0;
		padding-left: 0;
	}

	.cleanbot-category-slider--premium .cleanbot-category-slider__slide,
	.cleanbot-category-slider--basic .cleanbot-category-slider__slide {
		flex-basis: 190px;
	}

	.cleanbot-category-slider--premium .cleanbot-category-slider__image-wrap,
	.cleanbot-category-slider--basic .cleanbot-category-slider__image-wrap {
		border-radius: 20px;
	}

	.cleanbot-category-slider__dots {
		gap: 7px;
	}

	.cleanbot-category-slider__dot {
		width: 5px;
		height: 5px;
	}

	.cleanbot-category-slider__control {
		width: 38px;
		height: 24px;
	}

	.cleanbot-category-slider__control--next {
		width: 62px;
	}

	.cleanbot-category-grid-section__title {
		margin-bottom: 20px;
		font-size: 27px;
	}

	.cleanbot-category-filter {
		justify-content: flex-start;
		width: calc(100% + 38px);
		margin-right: -19px;
		margin-bottom: 26px;
		margin-left: -19px;
		padding-right: 19px;
		padding-left: 19px;
	}

	.cleanbot-category-filter__button {
		max-width: 124px;
		min-height: 42px;
		padding: 8px 13px;
		font-size: 17px;
	}

	.cleanbot-category-filter__button + .cleanbot-category-filter__button::before {
		height: 17px;
	}

	.cleanbot-category-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 14px;
	}

	.cleanbot-category-product-card {
		border-radius: 8px;
	}

	.cleanbot-category-product-card__image-wrap {
		height: calc(100% - 32px);
		padding: 10px 8px 0;
	}

	.cleanbot-category-product-card__title {
		right: 5px;
		bottom: 7px;
		left: 5px;
		font-size: 12px;
	}

	.cleanbot-catalog-wash-page {
		padding: 18px 0 58px;
	}

	.cleanbot-catalog-wash__inner {
		width: calc(100% - 38px);
	}

	.cleanbot-catalog-wash__breadcrumbs {
		gap: 6px;
		margin-bottom: 26px;
		font-size: 11px;
	}

	.cleanbot-catalog-wash__breadcrumbs .is-active {
		text-underline-offset: 4px;
	}

	.cleanbot-catalog-wash-section {
		margin-bottom: 74px;
	}

	.cleanbot-catalog-wash-section__title {
		margin-bottom: 28px;
		font-size: 27px;
	}

	.cleanbot-catalog-wash-section__track {
		gap: 18px;
		width: calc(100% + 38px);
		margin-right: -19px;
		margin-left: -19px;
		padding: 0 19px 4px;
	}

	.cleanbot-catalog-wash-card {
		flex-basis: 184px;
		border-radius: 22px;
	}

	.cleanbot-catalog-wash-card__title {
		top: 16px;
		left: 16px;
		font-size: 18px;
	}

	.cleanbot-catalog-wash-card__image-wrap {
		padding: 48px 12px 18px;
	}

	.cleanbot-catalog-wash-section__controls {
		gap: 12px;
		margin-top: 18px;
	}
}

/* Product single page
--------------------------------------------- */
.cleanbot-product-page {
	padding: 72px 42px 86px;
	background: #fff;
	color: #050505;
	font-family: Onest, Roboto-Ruble, Helvetica, Arial, sans-serif;
}

.cleanbot-product {
	width: min(100%, var(--cleanbot-container-width));
	margin: 0 auto;
}

.cleanbot-product-hero {
	display: grid;
	grid-template-columns: minmax(0, 58%) minmax(360px, 420px);
	align-items: start;
	gap: clamp(48px, 7vw, 110px);
}

.cleanbot-product-gallery {
	position: relative;
	display: grid;
	grid-template-columns: 46px 1fr 46px;
	align-items: center;
}

.cleanbot-product-gallery__main {
	position: relative;
	height: clamp(560px, 48vw, 670px);
	min-height: 0;
	overflow: hidden;
}

.cleanbot-product-gallery__image {
	position: absolute;
	inset: 0;
	display: block;
	width: 100% !important;
	height: 100% !important;
	max-width: none;
	object-fit: contain;
	object-position: center;
	opacity: 0;
	transition: opacity 0.2s ease;
}

.cleanbot-product-gallery__image.is-active {
	opacity: 1;
}

.cleanbot-product-gallery__arrow {
	position: relative;
	z-index: 3;
	width: 46px;
	height: 46px;
	padding: 0;
	cursor: pointer;
	border: 0;
	background: transparent;
}

.cleanbot-product-gallery__arrow::before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 22px;
	height: 22px;
	border-top: 3px solid #050505;
	border-left: 3px solid #050505;
	content: "";
}

.cleanbot-product-gallery__arrow--prev::before {
	transform: translate(-35%, -50%) rotate(-45deg);
}

.cleanbot-product-gallery__arrow--next::before {
	transform: translate(-65%, -50%) rotate(135deg);
}

.cleanbot-product-gallery__thumbs {
	grid-column: 1 / -1;
	display: flex;
	justify-content: center;
	gap: 28px;
	margin-top: 24px;
}

.cleanbot-product-gallery__thumb {
	width: 52px;
	height: 72px;
	padding: 0;
	cursor: pointer;
	border: 0;
	background: transparent;
	opacity: 0.62;
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.cleanbot-product-gallery__thumb.is-active,
.cleanbot-product-gallery__thumb:hover {
	opacity: 1;
	transform: translateY(-2px);
}

.cleanbot-product-gallery__thumb-image {
	display: block;
	width: 100% !important;
	height: 100% !important;
	max-width: none;
	object-fit: contain;
}

.cleanbot-product-summary {
	padding-top: 82px;
}

.cleanbot-product-summary__title {
	margin: 0 0 10px;
	font-size: 46px;
	font-weight: 500;
	line-height: 1.08;
	letter-spacing: 0;
}

.cleanbot-product-summary__excerpt {
	max-width: 420px;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.45;
	letter-spacing: 0;
}

.cleanbot-product-summary__excerpt p {
	margin: 0;
}

.cleanbot-product-markets {
	margin-top: 280px;
}

.cleanbot-product-markets__title {
	margin: 0 0 12px;
	color: #159ee3;
	font-size: 25px;
	font-weight: 400;
	line-height: 1.1;
}

.cleanbot-product-markets__link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: min(100%, 430px);
	min-height: 74px;
	margin-top: 22px;
	padding: 14px 44px;
	border-radius: 24px;
	background: linear-gradient(90deg, #e3f7ff 0%, #fff 50%, #e3f7ff 100%);
	text-decoration: none;
}

.cleanbot-product-markets__image {
	display: block;
	width: 100%;
	max-width: 330px;
	max-height: 54px;
	height: auto;
	object-fit: contain;
}

.cleanbot-product-info {
	margin-top: 56px;
}

.cleanbot-product-tabs {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	border-top: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
}

.cleanbot-product-tabs__button {
	position: relative;
	padding: 10px 0 9px;
	cursor: pointer;
	border: 0;
	background: transparent;
	color: #777;
	font-size: 22px;
	font-weight: 400;
	line-height: 1;
}

.cleanbot-product-tabs__button + .cleanbot-product-tabs__button::before {
	position: absolute;
	top: 50%;
	left: -12px;
	width: 1px;
	height: 18px;
	background: #cfcfcf;
	content: "";
	transform: translateY(-50%);
}

.cleanbot-product-tabs__button.is-active {
	color: #050505;
}

.cleanbot-product-panel {
	padding: 38px 82px 0;
}

.cleanbot-product-description {
	max-width: 1120px;
	font-size: 21px;
	font-weight: 400;
	line-height: 1.45;
}

.cleanbot-product-description p {
	margin: 0 0 28px;
}

.cleanbot-product-description__lead p:last-child {
	margin-bottom: 0;
}

.cleanbot-product-description__rest {
	margin-top: 28px;
}

.cleanbot-product-description__rest[hidden] {
	display: none;
}

.cleanbot-product-description > :last-child,
.cleanbot-product-description__rest > :last-child {
	margin-bottom: 0;
}

.cleanbot-product-more {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin-top: 28px;
	padding: 0;
	cursor: pointer;
	border: 0;
	background: transparent;
	color: #050505;
	font-size: 18px;
	font-weight: 600;
	text-align: left;
}

.cleanbot-product-more::after {
	width: 9px;
	height: 9px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	content: "";
	transform: rotate(45deg);
	transition: transform 0.2s ease;
}

.cleanbot-product-more.is-expanded::after {
	transform: rotate(225deg);
}

.cleanbot-product-attributes {
	display: grid;
	grid-template-columns: minmax(220px, 1fr) minmax(220px, 1fr);
	column-gap: 120px;
	row-gap: 10px;
	max-width: 760px;
	margin: 0 auto;
	font-size: 21px;
	line-height: 1.15;
}

.cleanbot-product-attributes dt,
.cleanbot-product-attributes dd {
	margin: 0;
	font-weight: 400;
}

.cleanbot-product-attributes dd {
	text-align: right;
}

.cleanbot-product-instruction {
	display: inline-flex;
	align-items: center;
	gap: 18px;
	color: #050505;
	font-size: 32px;
	font-weight: 400;
	line-height: 1.1;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.cleanbot-product-instruction:visited,
.cleanbot-product-instruction:hover,
.cleanbot-product-instruction:focus,
.cleanbot-product-instruction:active {
	color: #050505;
}

.cleanbot-product-instruction i {
	font-size: 42px;
	text-decoration: none;
}

.cleanbot-product-panel__empty {
	margin: 0;
	font-size: 20px;
	line-height: 1.4;
}

.cleanbot-product-second-gallery {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 32px;
	margin-top: 88px;
}

.cleanbot-product-second-gallery__item {
	position: relative;
	aspect-ratio: 1 / 1;
	margin: 0;
	overflow: hidden;
	border-radius: 14px;
	background: #f3f3f3;
}

.cleanbot-product-second-gallery__image {
	display: block;
	width: 100% !important;
	height: 100% !important;
	max-width: none;
	object-fit: cover;
	object-position: center;
}

.cleanbot-product-video-gallery {
	margin-top: 72px;
}

.cleanbot-product-video-gallery__title {
	margin: 0 0 30px;
	font-size: 50px;
	font-weight: 400;
	line-height: 1.08;
	letter-spacing: 0;
}

.cleanbot-product-video-gallery__grid {
	display: grid;
	grid-template-columns: minmax(0, 2.05fr) repeat(3, minmax(0, 0.82fr));
	gap: 32px;
	align-items: stretch;
}

.cleanbot-product-video-gallery__item {
	position: relative;
	display: block;
	aspect-ratio: 3 / 4;
	overflow: hidden;
	border-radius: 14px;
	background: #000;
	text-decoration: none;
}

.cleanbot-product-video-gallery__item--wide {
	aspect-ratio: 16 / 9;
}

.cleanbot-product-video-gallery__image,
.cleanbot-product-video-gallery__video {
	display: block;
	width: 100% !important;
	height: 100% !important;
	max-width: none;
	object-fit: cover;
	object-position: center;
}

.cleanbot-product-video-gallery__embed iframe,
.cleanbot-product-video-gallery__embed video {
	display: block;
	width: 100% !important;
	height: 100% !important;
	border: 0;
}

.cleanbot-product-related {
	width: 100vw;
	margin: 98px 50% 0;
	padding-bottom: 18px;
	overflow: hidden;
	transform: translateX(-50%);
}

.cleanbot-product-related__inner {
	width: min(100% - 84px, var(--cleanbot-container-width));
	margin: 0 auto;
}

.cleanbot-product-related__title {
	margin: 0 0 24px;
	font-size: 50px;
	font-weight: 400;
	line-height: 1.08;
	letter-spacing: 0;
}

.cleanbot-product-related__viewport {
	display: flex;
	gap: 36px;
	overflow-x: auto;
	overflow-y: hidden;
	padding: 0 max(42px, calc((100vw - var(--cleanbot-container-width)) / 2)) 6px;
	scroll-behavior: smooth;
	scroll-snap-type: x proximity;
	scrollbar-width: none;
	-webkit-overflow-scrolling: touch;
}

.cleanbot-product-related__viewport::-webkit-scrollbar {
	display: none;
}

.cleanbot-product-related__card {
	display: block;
	flex: 0 0 clamp(230px, 15.4vw, 304px);
	color: #050505;
	text-align: center;
	text-decoration: none;
	scroll-snap-align: start;
}

.cleanbot-product-related__card:visited,
.cleanbot-product-related__card:hover,
.cleanbot-product-related__card:focus,
.cleanbot-product-related__card:active {
	color: #050505;
	text-decoration: none;
}

.cleanbot-product-related__image-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	border-radius: 18px;
	background: linear-gradient(180deg, #f2f2f2 0%, #fff 100%);
}

.cleanbot-product-related__image {
	display: block;
	width: 100% !important;
	height: 100% !important;
	max-width: none;
	object-fit: contain;
	object-position: center;
}

.cleanbot-product-related__name {
	display: block;
	margin-top: 13px;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.15;
}

.cleanbot-product-related__controls {
	display: flex;
	justify-content: flex-end;
	gap: 18px;
	width: min(100% - 84px, var(--cleanbot-container-width));
	margin: 20px auto 0;
}

.cleanbot-product-related__control {
	position: relative;
	width: 46px;
	height: 26px;
	padding: 0;
	cursor: pointer;
	border: 0;
	background: transparent;
}

.cleanbot-product-related__control::before,
.cleanbot-product-related__control::after {
	position: absolute;
	top: 50%;
	content: "";
	transform: translateY(-50%);
}

.cleanbot-product-related__control::before {
	left: 3px;
	right: 3px;
	height: 4px;
	border-radius: 999px;
	background: currentColor;
}

.cleanbot-product-related__control::after {
	width: 18px;
	height: 18px;
	border-top: 4px solid currentColor;
	border-right: 4px solid currentColor;
}

.cleanbot-product-related__control--next {
	width: 82px;
}

.cleanbot-product-related__control--next::after {
	right: 2px;
	transform: translateY(-50%) rotate(45deg);
}

.cleanbot-product-related__control--prev::after {
	left: 2px;
	transform: translateY(-50%) rotate(-135deg);
}

@media screen and (max-width: 760px) {
	.cleanbot-product-page {
		padding: 28px 25px 50px;
	}

	.cleanbot-product-hero {
		display: flex;
		flex-direction: column;
		gap: 0;
	}

	.cleanbot-product-summary {
		display: contents;
	}

	.cleanbot-product-summary__title {
		order: 1;
		margin: 0 0 4px;
		font-size: 27px;
		line-height: 1.08;
	}

	.cleanbot-product-summary__excerpt {
		order: 2;
		max-width: 310px;
		font-size: 14px;
		line-height: 1.4;
	}

	.cleanbot-product-gallery {
		order: 3;
		grid-template-columns: 34px 1fr 34px;
		width: 100%;
		margin-top: 48px;
	}

	.cleanbot-product-gallery__main {
		height: 305px;
		min-height: 0;
	}

	.cleanbot-product-gallery__arrow {
		width: 34px;
		height: 34px;
	}

	.cleanbot-product-gallery__arrow::before {
		width: 19px;
		height: 19px;
		border-width: 3px;
	}

	.cleanbot-product-gallery__thumbs {
		gap: 18px;
		margin-top: 18px;
		overflow-x: auto;
		scrollbar-width: none;
	}

	.cleanbot-product-gallery__thumbs::-webkit-scrollbar {
		display: none;
	}

	.cleanbot-product-gallery__thumb {
		flex: 0 0 auto;
		width: 28px;
		height: 42px;
	}

	.cleanbot-product-markets {
		order: 4;
		width: 100%;
		margin-top: 32px;
	}

	.cleanbot-product-markets__title {
		margin-bottom: 8px;
		font-size: 16px;
	}

	.cleanbot-product-markets__link {
		width: min(100%, 234px);
		min-height: 40px;
		margin-top: 10px;
		padding: 7px 28px;
		border-radius: 18px;
	}

	.cleanbot-product-markets__image {
		max-width: 196px;
		max-height: 34px;
	}

	.cleanbot-product-info {
		width: calc(100% + 50px);
		margin: 44px -25px 0;
	}

	.cleanbot-product-tabs {
		gap: 15px;
		overflow-x: auto;
		scrollbar-width: none;
	}

	.cleanbot-product-tabs::-webkit-scrollbar {
		display: none;
	}

	.cleanbot-product-tabs__button {
		flex: 0 0 auto;
		padding: 9px 0 8px;
		font-size: 12px;
	}

	.cleanbot-product-tabs__button + .cleanbot-product-tabs__button::before {
		left: -9px;
		height: 13px;
	}

	.cleanbot-product-panel {
		padding: 28px 13px 0;
	}

	.cleanbot-product-description {
		font-size: 13px;
		line-height: 1.45;
	}

	.cleanbot-product-description p {
		margin-bottom: 24px;
	}

	.cleanbot-product-more {
		margin-top: 24px;
		font-size: 13px;
	}

	.cleanbot-product-attributes {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
		column-gap: 32px;
		row-gap: 8px;
		font-size: 13px;
	}

	.cleanbot-product-instruction {
		font-size: 22px;
		gap: 12px;
	}

	.cleanbot-product-instruction i {
		font-size: 30px;
	}

	.cleanbot-product-second-gallery {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px;
		margin-top: 52px;
	}

	.cleanbot-product-second-gallery__item {
		border-radius: 10px;
	}

	.cleanbot-product-video-gallery {
		margin-top: 42px;
	}

	.cleanbot-product-video-gallery__title {
		margin-bottom: 18px;
		font-size: 28px;
	}

	.cleanbot-product-video-gallery__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px;
	}

	.cleanbot-product-video-gallery__item--wide {
		grid-column: 1 / -1;
	}

	.cleanbot-product-video-gallery__item {
		border-radius: 10px;
	}

	.cleanbot-product-related {
		margin-top: 56px;
	}

	.cleanbot-product-related__inner,
	.cleanbot-product-related__controls {
		width: calc(100% - 50px);
	}

	.cleanbot-product-related__title {
		margin-bottom: 18px;
		font-size: 28px;
	}

	.cleanbot-product-related__viewport {
		gap: 16px;
		padding: 0 25px 4px;
	}

	.cleanbot-product-related__card {
		flex-basis: 164px;
	}

	.cleanbot-product-related__image-wrap {
		border-radius: 14px;
	}

	.cleanbot-product-related__name {
		margin-top: 9px;
		font-size: 17px;
	}

	.cleanbot-product-related__controls {
		gap: 12px;
		margin-top: 16px;
	}

	.cleanbot-product-related__control {
		width: 38px;
		height: 24px;
	}

	.cleanbot-product-related__control--next {
		width: 62px;
	}

}

/* Product highlights slider
--------------------------------------------- */
.cleanbot-product-slider {
	position: relative;
	height: calc(100vh - 40px);
	height: calc(100svh - 40px);
	min-height: 620px;
	max-height: 1100px;
	margin: 20px;
	overflow: hidden;
	border-radius: 24px;
	background: #f3f3f3;
	font-family: Onest, Roboto-Ruble, Helvetica, Arial, sans-serif;
}

.cleanbot-product-slider__track {
	position: absolute;
	inset: 0;
	display: flex;
	width: 100%;
	transition: transform 0.9s ease-in-out;
	will-change: transform;
}

.cleanbot-product-slider__track.is-loop-resetting {
	transition: none;
}

.cleanbot-product-slider__slide {
	position: relative;
	inset: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 100%;
	overflow: hidden;
	color: #050505;
	text-decoration: none;
}

.cleanbot-product-slider__slide--feature {
	background-color: #c7e5f5;
	background-position: center;
	background-size: cover;
}

.cleanbot-product-slider__feature-heading {
	position: absolute;
	top: clamp(12px, 2vh, 24px);
	left: 50%;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: calc(100% - 40px);
	color: inherit;
	text-align: center;
	transform: translateX(-50%);
}

.cleanbot-product-slider__feature-title {
	font-size: clamp(40px, 3.2vw, 68px);
	font-weight: 600;
	line-height: 1;
}

.cleanbot-product-slider__feature-subtitle {
	margin-top: clamp(18px, 2.8vh, 32px);
	font-size: clamp(28px, 2.4vw, 50px);
	font-weight: 400;
	line-height: 1.05;
}

.cleanbot-product-slider__feature-product {
	position: absolute;
	top: clamp(155px, 17.5%, 190px);
	left: 50%;
	z-index: 1;
	display: block;
	width: min(76%, 1540px);
	max-height: min(73%, calc(100% - 245px));
	height: auto;
	object-fit: contain;
	transform: translateX(-50%);
	pointer-events: none;
}

.cleanbot-product-slider__feature-link {
	position: absolute;
	bottom: clamp(20px, 3.5vh, 48px);
	left: 50%;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	gap: clamp(14px, 1.3vw, 24px);
	color: inherit;
	font-size: clamp(26px, 2.2vw, 46px);
	font-weight: 300;
	line-height: 1;
	white-space: nowrap;
	transform: translateX(-50%);
}

.cleanbot-product-slider__feature-arrow {
	width: clamp(12px, 1vw, 20px);
	height: clamp(12px, 1vw, 20px);
	border-top: 3px solid currentColor;
	border-right: 3px solid currentColor;
	transform: rotate(45deg);
}

.cleanbot-product-slider__image {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	border-radius: 15px;
	overflow: hidden;
}

.cleanbot-product-slider__slide:visited,
.cleanbot-product-slider__slide:hover,
.cleanbot-product-slider__slide:focus,
.cleanbot-product-slider__slide:active {
	color: #050505;
	text-decoration: none;
}

@media screen and (max-width: 1180px) {
	.cleanbot-product-slider {
		min-height: 560px;
	}

	.cleanbot-product-slider__feature-product {
		top: 23%;
		width: min(88%, 980px);
		max-height: 62%;
	}
}

@media screen and (max-width: 620px) {
	.cleanbot-product-slider {
		height: clamp(420px, 82vh, 560px);
		height: clamp(420px, 82svh, 560px);
		min-height: 420px;
		margin: 12px;
		border-radius: 18px;
	}

	.cleanbot-product-slider__feature-heading {
		top: 22px;
		width: calc(100% - 28px);
	}

	.cleanbot-product-slider__feature-title {
		font-size: clamp(30px, 9vw, 38px);
	}

	.cleanbot-product-slider__feature-subtitle {
		margin-top: 12px;
		font-size: clamp(18px, 5.5vw, 23px);
		line-height: 1.12;
	}

	.cleanbot-product-slider__feature-product {
		top: 34%;
		width: 112%;
		max-width: none;
		max-height: 47%;
	}

	.cleanbot-product-slider__feature-link {
		bottom: 24px;
		gap: 12px;
		font-size: clamp(19px, 5.5vw, 23px);
	}

	.cleanbot-product-slider__feature-arrow {
		width: 10px;
		height: 10px;
		border-width: 2px;
	}

	.cleanbot-product-slider__image {
		border-radius: 15px;
	}
}

/* Why Cleanbot slider
--------------------------------------------- */
.cleanbot-why {
	margin: 20px 0 0;
	background: #f1f1f1;
	font-family: Onest, Roboto-Ruble, Helvetica, Arial, sans-serif;
}

.cleanbot-why__inner {
	width: min(100%, var(--cleanbot-container-width));
	margin: 0 auto;
	padding: clamp(32px, 3.7vw, 70px) 22px clamp(28px, 3vw, 48px);
}

.cleanbot-why__title {
	margin: 0 0 clamp(36px, 4vw, 68px);
	color: #050505;
	font-size: clamp(42px, 3vw, 64px);
	font-weight: 600;
	line-height: 1.05;
	text-align: center;
}

.cleanbot-why__title span {
	color: #18a8de;
}

.cleanbot-why__viewport {
	overflow: hidden;
	cursor: grab;
	touch-action: pan-y;
	user-select: none;
}

.cleanbot-why__viewport.is-dragging {
	cursor: grabbing;
}

.cleanbot-why__track {
	display: flex;
	gap: clamp(22px, 1.55vw, 32px);
	overflow-x: auto;
	overflow-y: hidden;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
}

.cleanbot-why__track::-webkit-scrollbar {
	display: none;
}

.cleanbot-why__track.is-dragging {
	scroll-behavior: auto;
}

.cleanbot-why-card {
	position: relative;
	display: flex;
	flex: 0 0 calc(33.333% - clamp(15px, 1.1vw, 22px));
	flex-direction: column;
	min-height: clamp(432px, 27vw, 552px);
	padding: clamp(22px, 1.75vw, 28px) clamp(14px, 1.2vw, 26px) clamp(22px, 1.6vw, 30px);
	overflow: hidden;
	scroll-snap-align: start;
	background: #fff;
	border-radius: 24px;
	color: #050505;
}

.cleanbot-why-card__title {
	max-width: 88%;
	margin: 0;
	color: inherit;
	font-size: 32px;
	font-weight: 500;
	line-height: 1.05;
	letter-spacing: 0;
}

.cleanbot-why-card__description {
	max-width: 86%;
	margin: clamp(18px, 1.8vw, 26px) 0 0;
	color: #171717;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.08;
}

.cleanbot-why-card__media {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(72px, 18%);
	align-items: center;
	gap: clamp(12px, 1vw, 20px);
	min-height: clamp(220px, 14vw, 286px);
	margin-top: auto;
}

.cleanbot-why-card__product {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: clamp(220px, 15vw, 300px);
	object-fit: contain;
	justify-self: center;
}

.cleanbot-why-card__product--tall {
	max-height: clamp(250px, 18vw, 360px);
}

.cleanbot-why-card__product--upright,
.cleanbot-why-card__product--pads {
	max-height: clamp(230px, 15vw, 290px);
}

.cleanbot-why-card__product--wide {
	max-width: 100%;
	max-height: clamp(195px, 13.5vw, 270px);
}

.cleanbot-why-card__icons {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: clamp(12px, 1vw, 20px);
}

.cleanbot-why-card__icons img {
	display: block;
	width: clamp(54px, 4.4vw, 84px);
	height: auto;
	object-fit: contain;
}

.cleanbot-why-card--windows .cleanbot-why-card__media {
	grid-template-columns: minmax(0, 1fr) minmax(52px, 16%);
}

.cleanbot-why-card--windows .cleanbot-why-card__product {
	justify-self: start;
	margin-left: clamp(18px, 3.6vw, 72px);
}

.cleanbot-why-card--surfaces .cleanbot-why-card__product,
.cleanbot-why-card--clean .cleanbot-why-card__product {
	justify-self: start;
	margin-left: clamp(18px, 3vw, 58px);
}

.cleanbot-why-card--value .cleanbot-why-card__description {
	max-width: 90%;
}

.cleanbot-why-card--value .cleanbot-why-card__media {
	grid-template-columns: minmax(0, 1fr) minmax(58px, 14%);
	align-items: start;
}

.cleanbot-why-card--value .cleanbot-why-card__product {
	justify-self: center;
	align-self: center;
	margin-top: clamp(8px, 1vw, 18px);
}

.cleanbot-why-card--value .cleanbot-why-card__icons {
	justify-content: flex-start;
	padding-top: clamp(8px, 1.2vw, 20px);
}

.cleanbot-why__controls {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 22px;
	margin-top: 22px;
	padding-right: clamp(32px, calc(20vw - 198px), 222px);
}

.cleanbot-why__dots {
	display: flex;
	align-items: center;
	gap: 20px;
}

.cleanbot-why__dot {
	width: 17px;
	height: 4px;
	border-radius: 999px;
	background: #050505;
	opacity: 1;
	transition: width 0.2s ease;
}

.cleanbot-why__dot.is-active {
	width: 42px;
}

.cleanbot-why__next {
	position: relative;
	width: 76px;
	height: 36px;
	padding: 0;
	cursor: pointer;
	border: 0;
	background: transparent;
}

.cleanbot-why__next::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 4px;
	width: 66px;
	height: 4px;
	border-radius: 999px;
	background: #050505;
	transform: translateY(-50%);
}

.cleanbot-why__next::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 4px;
	width: 22px;
	height: 22px;
	border-top: 4px solid #050505;
	border-right: 4px solid #050505;
	transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width: 1180px) {
	.cleanbot-why-card {
		flex-basis: calc(50% - 9px);
		min-height: 410px;
	}

	.cleanbot-why__controls {
		padding-right: 0;
	}
}

@media screen and (max-width: 620px) {
	.cleanbot-why__inner {
		padding: 14px 0 28px;
	}

	.cleanbot-why__title {
		margin: 0 0 40px;
		padding: 0 20px;
		font-size: 26px;
		font-weight: 500;
		text-align: left;
	}

	.cleanbot-why__viewport {
		padding: 0;
	}

	.cleanbot-why__track {
		gap: 8px;
		padding: 0;
		scroll-padding-left: 0;
	}

	.cleanbot-why-card {
		flex-basis: calc(50% - 4px);
		min-height: 302px;
		padding: 10px 8px 12px;
		border-radius: 12px;
	}

	.cleanbot-why-card__title {
		max-width: 100%;
		font-size: 16px;
		line-height: 1.05;
	}

	.cleanbot-why-card__description {
		max-width: 100%;
		margin-top: 6px;
		font-size: 11px;
		line-height: 1.08;
	}

	.cleanbot-why-card__media {
		grid-template-columns: minmax(0, 1fr) 34px;
		gap: 4px;
		min-height: 156px;
	}

	.cleanbot-why-card__product,
	.cleanbot-why-card__product--tall,
	.cleanbot-why-card__product--upright,
	.cleanbot-why-card__product--pads,
	.cleanbot-why-card__product--wide {
		max-width: 116%;
		max-height: 154px;
	}

	.cleanbot-why-card--windows .cleanbot-why-card__media,
	.cleanbot-why-card--surfaces .cleanbot-why-card__media,
	.cleanbot-why-card--clean .cleanbot-why-card__media,
	.cleanbot-why-card--value .cleanbot-why-card__media {
		grid-template-columns: minmax(0, 1fr) 34px;
	}

	.cleanbot-why-card--windows .cleanbot-why-card__product,
	.cleanbot-why-card--surfaces .cleanbot-why-card__product,
	.cleanbot-why-card--clean .cleanbot-why-card__product,
	.cleanbot-why-card--value .cleanbot-why-card__product {
		justify-self: center;
		margin-left: 0;
	}

	.cleanbot-why-card--value .cleanbot-why-card__icons {
		padding-top: 0;
	}

	.cleanbot-why-card__icons {
		gap: 8px;
	}

	.cleanbot-why-card__icons img {
		width: 31px;
	}

	.cleanbot-why__controls {
		gap: 12px;
		margin-top: 10px;
		padding: 0 24px 0 0;
	}

	.cleanbot-why__dots {
		gap: 10px;
	}

	.cleanbot-why__dot {
		width: 11px;
		height: 2px;
	}

	.cleanbot-why__dot.is-active {
		width: 24px;
	}

	.cleanbot-why__next {
		width: 54px;
		height: 28px;
	}

	.cleanbot-why__next::before {
		width: 50px;
		height: 2px;
	}

	.cleanbot-why__next::after {
		width: 14px;
		height: 14px;
		border-width: 2px;
	}
}

/* Advantages
--------------------------------------------- */
.cleanbot-advantages {
	background: #fff;
	font-family: Onest, Roboto-Ruble, Helvetica, Arial, sans-serif;
}

.cleanbot-advantages__inner {
	width: min(100%, 1336px);
	margin: 0 auto;
	padding: 76px 24px 118px;
}

.cleanbot-advantages__title {
	margin: 0 0 24px;
	color: #050505;
	font-size: 42px;
	font-weight: 500;
	line-height: 1.08;
	letter-spacing: 0;
}

.cleanbot-advantages__title span {
	color: #0daad5;
}

.cleanbot-advantages__list {
	display: grid;
	gap: 34px;
}

.cleanbot-advantages__item {
	display: grid;
	grid-template-columns: 176px minmax(0, 1fr);
	align-items: center;
	column-gap: 40px;
	max-width: none;
	margin: 0;
	color: #050505;
}

.cleanbot-advantages__metric {
	display: flex;
	align-items: baseline;
	justify-content: flex-end;
	min-width: 0;
	line-height: 0.88;
}

.cleanbot-advantages__metric--power {
	gap: 10px;
}

.cleanbot-advantages__prefix {
	color: #1f1f1f;
	font-size: 20px;
	font-weight: 400;
	line-height: 1;
}

.cleanbot-advantages__number {
	color: #050505;
	font-size: 76px;
	font-weight: 500;
	line-height: 0.88;
	letter-spacing: 0;
}

.cleanbot-advantages__content h3 {
	margin: 0;
	color: #050505;
	font-size: 32px;
	font-weight: 500;
	line-height: 1.08;
	letter-spacing: 0;
}

.cleanbot-advantages__content p {
	margin: 4px 0 0;
	color: #242424;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.12;
	letter-spacing: 0;
}

@media screen and (max-width: 1180px) {
	.cleanbot-advantages__inner {
		padding: 66px 40px 94px;
	}

	.cleanbot-advantages__title {
		font-size: 32px;
	}

	.cleanbot-advantages__item {
		grid-template-columns: 148px minmax(0, 1fr);
		column-gap: 28px;
	}

	.cleanbot-advantages__number {
		font-size: 70px;
	}

	.cleanbot-advantages__content h3 {
		font-size: 31px;
	}

	.cleanbot-advantages__content p {
		font-size: 18px;
	}
}

@media screen and (max-width: 760px) {
	.cleanbot-advantages__inner {
		padding: 34px 44px 72px;
	}

	.cleanbot-advantages__title {
		margin-bottom: 36px;
		font-size: 30px;
		line-height: 0.98;
	}

	.cleanbot-advantages__title span {
		display: block;
	}

	.cleanbot-advantages__list {
		gap: 50px;
	}

	.cleanbot-advantages__item {
		grid-template-columns: 128px minmax(0, 1fr);
		column-gap: 28px;
		max-width: none;
		margin: 0;
	}

	.cleanbot-advantages__item--power {
		grid-template-columns: 130px minmax(0, 1fr);
	}

	.cleanbot-advantages__metric {
		justify-content: flex-start;
	}

	.cleanbot-advantages__metric--power {
		gap: 8px;
	}

	.cleanbot-advantages__prefix {
		font-size: 16px;
	}

	.cleanbot-advantages__number {
		font-size: 62px;
	}

	.cleanbot-advantages__content h3 {
		font-size: 23px;
		line-height: 1.02;
	}

	.cleanbot-advantages__content p {
		margin-top: 10px;
		font-size: 16px;
		line-height: 1.02;
	}
}

@media screen and (max-width: 430px) {
	.cleanbot-advantages__inner {
		padding: 30px 20px 58px;
	}

	.cleanbot-advantages__title {
		font-size: 28px;
	}

	.cleanbot-advantages__list {
		gap: 42px;
	}

	.cleanbot-advantages__item,
	.cleanbot-advantages__item--power {
		grid-template-columns: 98px minmax(0, 1fr);
		column-gap: 14px;
	}

	.cleanbot-advantages__number {
		font-size: 54px;
	}

	.cleanbot-advantages__prefix {
		font-size: 14px;
	}

	.cleanbot-advantages__metric--power {
		gap: 5px;
	}

	.cleanbot-advantages__content h3 {
		font-size: 20px;
	}

	.cleanbot-advantages__content p {
		font-size: 14px;
	}
}

/* Closer video carousel
--------------------------------------------- */
.cleanbot-videos {
	overflow: hidden;
	background: #fff;
	font-family: Onest, Roboto-Ruble, Helvetica, Arial, sans-serif;
}

.cleanbot-videos__inner {
	width: min(100%, var(--cleanbot-container-width));
	margin: 0 auto;
	padding: 84px 80px 0;
}

.cleanbot-videos__header {
	max-width: 760px;
}

.cleanbot-videos__title {
	margin: 0;
	color: #050505;
	font-size: 48px;
	font-weight: 600;
	line-height: 1.08;
	letter-spacing: 0;
}

.cleanbot-videos__viewport {
	margin-top: 78px;
	overflow: hidden;
	cursor: grab;
	touch-action: pan-y;
	user-select: none;
}

.cleanbot-videos__viewport.is-dragging {
	cursor: grabbing;
}

.cleanbot-videos__track {
	display: flex;
	gap: 32px;
	padding: 0 80px;
	overflow-x: auto;
	overflow-y: hidden;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
}

.cleanbot-videos__track::-webkit-scrollbar {
	display: none;
}

.cleanbot-videos__track.is-dragging {
	scroll-behavior: auto;
}

.cleanbot-video-card {
	position: relative;
	flex: 0 0 min(23.75vw, 458px);
	overflow: hidden;
	aspect-ratio: 458 / 692;
	border-radius: 18px;
	background: #050505;
	scroll-snap-align: start;
}

.cleanbot-video-card__video {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	background: #050505;
}

.cleanbot-video-card__play {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 76px;
	height: 76px;
	padding: 0;
	cursor: pointer;
	border: 3px solid rgba(255, 255, 255, 0.92);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.2);
	box-shadow: 0 0 22px rgba(0, 0, 0, 0.18);
	transform: translate(-50%, -50%);
	transition: background 0.2s ease, transform 0.2s ease;
}

.cleanbot-video-card__play:hover,
.cleanbot-video-card__play:focus-visible {
	background: rgba(255, 255, 255, 0.32);
	transform: translate(-50%, -50%) scale(1.04);
}

.cleanbot-video-card__play span {
	width: 0;
	height: 0;
	margin-left: 6px;
	border-top: 17px solid transparent;
	border-bottom: 17px solid transparent;
	border-left: 25px solid #fff;
}

.cleanbot-video-card.is-playing .cleanbot-video-card__play {
	opacity: 0;
	pointer-events: none;
}

.cleanbot-videos__inner--controls {
	padding-top: 40px;
	padding-bottom: 72px;
}

.cleanbot-videos__controls {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 22px;
}

.cleanbot-videos__dots {
	display: flex;
	align-items: center;
	gap: 20px;
}

.cleanbot-videos__dot {
	width: 17px;
	height: 4px;
	border-radius: 999px;
	background: #050505;
	transition: width 0.2s ease;
}

.cleanbot-videos__dot.is-active {
	width: 42px;
}

.cleanbot-videos__next {
	position: relative;
	width: 82px;
	height: 38px;
	padding: 0;
	cursor: pointer;
	border: 0;
	background: transparent;
}

.cleanbot-videos__next::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 4px;
	width: 72px;
	height: 4px;
	border-radius: 999px;
	background: #050505;
	transform: translateY(-50%);
}

.cleanbot-videos__next::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 4px;
	width: 23px;
	height: 23px;
	border-top: 4px solid #050505;
	border-right: 4px solid #050505;
	transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width: 1180px) {
	.cleanbot-videos__inner {
		padding-right: 40px;
		padding-left: 40px;
	}

	.cleanbot-videos__viewport {
		margin-top: 58px;
	}

	.cleanbot-videos__track {
		gap: 24px;
		padding: 0 40px;
	}

	.cleanbot-video-card {
		flex-basis: min(42vw, 420px);
	}
}

@media screen and (max-width: 620px) {
	.cleanbot-videos__inner {
		padding: 30px 18px 0;
	}

	.cleanbot-videos__header {
		max-width: 100%;
	}

	.cleanbot-videos__title {
		font-size: 30px;
		font-weight: 500;
		line-height: 1.1;
	}

	.cleanbot-videos__viewport {
		margin-top: 58px;
		padding: 0;
	}

	.cleanbot-videos__track {
		gap: 14px;
		padding: 0 18px;
		scroll-padding-left: 18px;
	}

	.cleanbot-video-card {
		flex-basis: calc(100vw - 36px);
		border-radius: 16px;
	}

	.cleanbot-video-card__play {
		width: 62px;
		height: 62px;
		border-width: 2px;
	}

	.cleanbot-video-card__play span {
		margin-left: 4px;
		border-top-width: 12px;
		border-bottom-width: 12px;
		border-left-width: 18px;
	}

	.cleanbot-videos__inner--controls {
		padding-top: 12px;
		padding-bottom: 36px;
	}

	.cleanbot-videos__controls {
		gap: 12px;
		padding-right: 0;
	}

	.cleanbot-videos__dots {
		gap: 10px;
	}

	.cleanbot-videos__dot {
		width: 11px;
		height: 2px;
	}

	.cleanbot-videos__dot.is-active {
		width: 24px;
	}

	.cleanbot-videos__next {
		width: 54px;
		height: 28px;
	}

	.cleanbot-videos__next::before {
		width: 50px;
		height: 2px;
	}

	.cleanbot-videos__next::after {
		width: 14px;
		height: 14px;
		border-width: 2px;
	}
}

/* Contact section
--------------------------------------------- */
.cleanbot-contact {
	overflow: hidden;
	background: #f3f3f3;
	font-family: Onest, Roboto-Ruble, Helvetica, Arial, sans-serif;
}

.cleanbot-contact__inner {
	position: relative;
	display: flex;
	width: min(calc(100% - 160px), var(--cleanbot-container-width));
	height: 90vh;
	margin: 0 auto;
	padding: 28px 0 36px;
}

.cleanbot-contact__content {
	position: relative;
	z-index: 2;
	width: min(100%, 780px);
}

.cleanbot-contact__header {
	margin-bottom: 48px;
}

.cleanbot-contact__title {
	margin: 0 0 20px;
	color: #050505;
	font-size: 44px;
	font-weight: 700;
	line-height: 1.05;
	letter-spacing: 0;
}

.cleanbot-contact__text {
	margin: 0;
	color: #050505;
	font-size: 34px;
	font-weight: 400;
	line-height: 0.98;
	letter-spacing: 0;
}

.cleanbot-contact__form,
.cleanbot-contact .wpcf7 {
	width: 100%;
}

.cleanbot-contact .wpcf7-form {
	display: flex;
	flex-direction: column;
	gap: 22px;
	margin: 0;
}

.cleanbot-contact .wpcf7-form p {
	margin: 0;
}

.cleanbot-contact .wpcf7-form br {
	display: none;
}

.cleanbot-contact .wpcf7-form-control-wrap {
	display: block;
}

.cleanbot-contact__field {
	display: block;
}

.cleanbot-contact input[type="text"],
.cleanbot-contact input[type="email"],
.cleanbot-contact input[type="tel"] {
	display: block;
	width: 100%;
	height: 36px;
	padding: 0 0 7px;
	border: 0;
	border-bottom: 2px solid rgba(5, 5, 5, 0.62);
	border-radius: 0;
	background: transparent;
	color: #050505;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.2;
	outline: 0;
}

.cleanbot-contact input[type="text"]::placeholder,
.cleanbot-contact input[type="email"]::placeholder,
.cleanbot-contact input[type="tel"]::placeholder {
	color: #333;
	opacity: 1;
}

.cleanbot-contact input[type="text"]:focus,
.cleanbot-contact input[type="email"]:focus,
.cleanbot-contact input[type="tel"]:focus {
	border-color: #050505;
}

.cleanbot-contact__consents,
.cleanbot-contact .wpcf7-acceptance {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.cleanbot-contact__consent,
.cleanbot-contact .wpcf7-acceptance .wpcf7-list-item {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin: 0;
	color: #4a4a4a;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.24;
}

.cleanbot-contact .wpcf7-list-item label {
	display: flex;
	align-items: flex-start;
	gap: 12px;
}

.cleanbot-contact input[type="checkbox"] {
	flex: 0 0 auto;
	width: 17px;
	height: 17px;
	margin: 1px 0 0;
	border: 1px solid #9b9b9b;
	border-radius: 2px;
	background: #fff;
}

.cleanbot-contact a {
	color: #1e9af2;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.cleanbot-contact input[type="submit"],
.cleanbot-contact .cleanbot-contact-submit {
	align-self: flex-start;
	min-width: 214px;
	min-height: 50px;
	margin-top: 12px;
	padding: 12px 32px;
	cursor: pointer;
	border: 1px solid rgba(5, 5, 5, 0.08);
	border-radius: 999px;
	background: linear-gradient(90deg, #b7d8e8 0%, #fff 100%);
	box-shadow: none;
	color: #050505;
	font-size: 22px;
	font-weight: 400;
	line-height: 1;
	text-align: center;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cleanbot-contact input[type="submit"]:hover,
.cleanbot-contact input[type="submit"]:focus-visible,
.cleanbot-contact .cleanbot-contact-submit:hover,
.cleanbot-contact .cleanbot-contact-submit:focus-visible {
	box-shadow: 0 10px 24px rgba(23, 70, 93, 0.12);
	transform: translateY(-1px);
}

.cleanbot-contact .wpcf7-spinner {
	margin: 0 0 0 12px;
	vertical-align: middle;
}

.cleanbot-contact .wpcf7-not-valid-tip {
	margin-top: 6px;
	font-size: 13px;
}

.cleanbot-contact .wpcf7-response-output {
	margin: 12px 0 0;
	padding: 10px 14px;
	border-radius: 8px;
	font-size: 14px;
	line-height: 1.35;
}

.cleanbot-contact__image {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
	display: block;
	width: min(58vw, 1120px);
	max-width: none;
	height: auto;
	pointer-events: none;
}

@media screen and (max-width: 1180px) {
	.cleanbot-contact__inner {
		width: 100%;
		padding-right: 40px;
		padding-left: 40px;
	}

	.cleanbot-contact__content {
		width: min(100%, 480px);
	}

	.cleanbot-contact__title {
		font-size: 40px;
	}

	.cleanbot-contact__text {
		font-size: 29px;
	}

	.cleanbot-contact__image {
		right: -120px;
		width: min(72vw, 760px);
	}
}

@media screen and (max-width: 760px) {
	.cleanbot-contact__inner {
		display: block;
		height: 82vh;
		min-height: 666px;
		padding: 34px 15px 24px;
	}

	.cleanbot-contact__content {
		width: 100%;
	}

	.cleanbot-contact__header {
		margin-bottom: 72px;
	}

	.cleanbot-contact__title {
		margin-bottom: 2px;
		font-size: 26px;
		font-weight: 600;
		line-height: 1.08;
	}

	.cleanbot-contact__text {
		max-width: 300px;
		font-size: 18px;
		line-height: 0.98;
	}

	.cleanbot-contact .wpcf7-form {
		gap: 26px;
	}

	.cleanbot-contact__consents,
	.cleanbot-contact .wpcf7-acceptance {
		gap: 12px;
	}

	.cleanbot-contact input[type="text"],
	.cleanbot-contact input[type="email"],
	.cleanbot-contact input[type="tel"] {
		width: min(100%, 232px);
		height: 36px;
		padding-bottom: 8px;
		font-size: 17px;
		border-bottom-width: 1.5px;
	}

	.cleanbot-contact__consent,
	.cleanbot-contact .wpcf7-acceptance .wpcf7-list-item {
		gap: 9px;
		max-width: 236px;
		font-size: 12px;
		line-height: 1.32;
	}

	.cleanbot-contact .wpcf7-list-item label {
		gap: 9px;
	}

	.cleanbot-contact input[type="checkbox"] {
		width: 14px;
		height: 14px;
	}

	.cleanbot-contact input[type="submit"],
	.cleanbot-contact .cleanbot-contact-submit {
		min-width: 126px;
		min-height: 32px;
		margin-top: 16px;
		padding: 8px 18px;
		font-size: 13px;
	}

	.cleanbot-contact__image {
		right: -92px;
		bottom: 0;
		width: min(100vw, 360px);
	}
}

/* Models showcase
--------------------------------------------- */
.cleanbot-models-showcase {
	position: relative;
	display: flex;
	justify-content: center;
	min-height: calc(100vh - 40px);
	min-height: calc(100svh - 40px);
	margin: 20px;
	padding: clamp(24px, 1.6vw, 32px);
	overflow: hidden;
	background-color: #dcebe0;
	background-position: center;
	background-size: cover;
	border-radius: clamp(20px, 1.6vw, 32px);
	font-family: Onest, Roboto-Ruble, Helvetica, Arial, sans-serif;
}

.cleanbot-models-showcase__content {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: min(100%, 900px);
	padding-top: clamp(34px, 5.2vh, 70px);
	color: #050505;
	text-align: center;
}

.cleanbot-models-showcase__title {
	margin: 0;
	color: inherit;
	font-size: clamp(34px, 2.7vw, 48px);
	font-weight: 500;
	line-height: 1.08;
	transform: translateY(-15px);
}

.cleanbot-models-showcase__link {
	display: inline-flex;
	align-items: center;
	gap: 18px;
	margin-top: 28px;
	color: inherit;
	font-size: clamp(22px, 1.7vw, 32px);
	font-weight: 300;
	line-height: 1;
	text-decoration: none;
	transform: translateY(-15px);
}

.cleanbot-models-showcase__link:visited,
.cleanbot-models-showcase__link:hover,
.cleanbot-models-showcase__link:focus,
.cleanbot-models-showcase__link:active {
	color: inherit;
	text-decoration: none;
}

.cleanbot-models-showcase__product {
	position: absolute;
	top: 24%;
	left: 50%;
	width: min(68%, 1320px);
	max-height: 70%;
	height: auto;
	object-fit: contain;
	transform: translateX(-50%);
	pointer-events: none;
}

.cleanbot-models-showcase__arrow {
	width: 16px;
	height: 16px;
	border-top: 3px solid currentColor;
	border-right: 3px solid currentColor;
	transform: rotate(45deg);
}

@media screen and (max-width: 1180px) {
	.cleanbot-models-showcase {
		min-height: 70vh;
		background-position: center bottom;
	}

	.cleanbot-models-showcase__product {
		top: auto;
		bottom: 3%;
		width: min(78%, 980px);
		max-height: 65%;
	}

	.cleanbot-models-showcase__title {
		font-size: clamp(28px, 4.6vw, 40px);
	}

	.cleanbot-models-showcase__link {
		margin-top: 18px;
		font-size: clamp(18px, 3.3vw, 26px);
	}
}

@media screen and (max-width: 620px) {
	.cleanbot-models-showcase {
		min-height: 300px;
		height: 300px;
		padding: 14px;
		background-position: center bottom;
		border-radius: 18px;
	}

	.cleanbot-models-showcase__product {
		bottom: 6px;
		width: 90%;
		max-height: 54%;
	}

	.cleanbot-models-showcase__content {
		padding-top: 20px;
	}

	.cleanbot-models-showcase__title {
		font-size: clamp(18px, 5.4vw, 24px);
		line-height: 1.1;
	}

	.cleanbot-models-showcase__link {
		gap: 10px;
		margin-top: 10px;
		font-size: clamp(14px, 4vw, 18px);
	}

	.cleanbot-models-showcase__arrow {
		width: 10px;
		height: 10px;
		border-width: 2px;
	}
}

/* Feature links
--------------------------------------------- */
.cleanbot-feature-links {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 38px;
	margin: 20px;
	font-family: Onest, Roboto-Ruble, Helvetica, Arial, sans-serif;
}

.cleanbot-feature-card {
	position: relative;
	display: flex;
	justify-content: center;
	min-height: clamp(560px, 44vw, 810px);
	overflow: hidden;
	background-color: #f1f1f1;
	background-position: center bottom;
	background-size: cover;
	border-radius: 24px;
	color: #050505;
	text-align: center;
	text-decoration: none;
}

.cleanbot-feature-card--catalog {
	background-position: center bottom;
}

.cleanbot-feature-card--blog {
	background-position: center bottom;
}

.cleanbot-feature-card:visited,
.cleanbot-feature-card:hover,
.cleanbot-feature-card:focus,
.cleanbot-feature-card:active {
	color: #050505;
	text-decoration: none;
}

.cleanbot-feature-card__content {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: min(100%, 720px);
	padding: clamp(34px, 3.6vw, 56px) 28px 0;
}

.cleanbot-feature-card__title {
	display: block;
	max-width: 720px;
	font-size: clamp(36px, 2.8vw, 54px);
	font-weight: 500;
	line-height: 1.08;
}

.cleanbot-feature-card__link {
	display: inline-flex;
	align-items: center;
	gap: 18px;
	margin-top: 23px;
	font-size: clamp(26px, 2vw, 38px);
	font-weight: 200;
	line-height: 1;
}

.cleanbot-feature-card__arrow {
	width: 16px;
	height: 16px;
	border-top: 3px solid currentColor;
	border-right: 3px solid currentColor;
	transform: rotate(45deg);
}

@media screen and (max-width: 1180px) {
	.cleanbot-feature-links {
		gap: 20px;
	}

	.cleanbot-feature-card {
		min-height: clamp(330px, 48vw, 520px);
		border-radius: 20px;
	}

	.cleanbot-feature-card__content {
		padding: 22px 16px 0;
	}

	.cleanbot-feature-card__title {
		font-size: clamp(22px, 3.5vw, 34px);
	}

	.cleanbot-feature-card__link {
		gap: 12px;
		margin-top: 7px;
		font-size: clamp(16px, 2.8vw, 24px);
	}

	.cleanbot-feature-card__arrow {
		width: 12px;
		height: 12px;
		border-width: 2px;
	}
}

@media screen and (max-width: 620px) {
	.cleanbot-feature-links {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
		margin: 10px 20px 20px;
	}

	.cleanbot-feature-card {
		min-height: clamp(172px, 43.5vw, 210px);
		border-radius: 12px;
		background-size: cover;
	}

	.cleanbot-feature-card--catalog {
		background-position: center bottom;
	}

	.cleanbot-feature-card--blog {
		background-position: center 58%;
	}

	.cleanbot-feature-card__content {
		padding: 5px 6px 0;
	}

	.cleanbot-feature-card__title {
		font-size: clamp(14px, 3.7vw, 17px);
		font-weight: 400;
		line-height: 1.08;
	}

	.cleanbot-feature-card__link {
		gap: 6px;
		margin-top: 0;
		font-size: clamp(12px, 3.1vw, 14px);
		font-weight: 200;
	}

	.cleanbot-feature-card__arrow {
		width: 7px;
		height: 7px;
		border-width: 1.5px;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-flex;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/* Footer
--------------------------------------------- */
.site-footer {
	padding: 22px 0 0;
	background: transparent;
	color: #050505;
	font-family: Onest, Roboto-Ruble, Helvetica, Arial, sans-serif;
}

.site-footer__social-row {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	gap: 86px;
	width: 100%;
	padding: 0;
}

.site-footer__line {
	display: block;
	height: 2px;
	background: #1c1c1c;
}

.site-footer__socials {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.site-footer__social {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: #050505;
	color: #fff;
	font-size: 20px;
	font-weight: 800;
	line-height: 1;
	text-decoration: none;
}

.site-footer__social:visited,
.site-footer__social:hover,
.site-footer__social:focus,
.site-footer__social:active {
	color: #fff;
	text-decoration: none;
}

.site-footer__main {
	display: grid;
	grid-template-columns: 250px 1fr;
	align-items: center;
	gap: clamp(36px, 7vw, 110px);
	max-width: 1180px;
	margin: 0 auto;
	padding: 52px 28px 32px;
}

.site-footer__logo-link {
	display: inline-flex;
	justify-self: center;
}

.site-footer__logo {
	display: block;
	width: 112px;
	height: auto;
}

.site-footer__nav {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: clamp(18px, 2vw, 34px);
}

.site-footer__nav-item {
	position: relative;
}

.site-footer__nav-item--mobile-only {
	display: none;
}

.site-footer__nav-link,
.site-footer__subnav-link,
.site-footer__bottom a {
	color: #050505;
	text-decoration: none;
}

.site-footer__nav-link:visited,
.site-footer__nav-link:hover,
.site-footer__nav-link:focus,
.site-footer__nav-link:active,
.site-footer__subnav-link:visited,
.site-footer__subnav-link:hover,
.site-footer__subnav-link:focus,
.site-footer__subnav-link:active {
	color: #050505;
	text-decoration: none;
}

.site-footer__nav-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
	white-space: nowrap;
}

.site-footer__nav-arrow {
	width: 8px;
	height: 8px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: rotate(45deg) translateY(-2px);
}

.site-footer__subnav {
	display: none;
}

.site-footer__bottom {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	padding: 14px 18px 16px;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.3;
}

.site-footer__bottom a {
	text-decoration: underline;
	text-underline-offset: 3px;
}

@media screen and (max-width: 1180px) {
	.site-footer__social-row {
		gap: 24px;
	}

	.site-footer__main {
		grid-template-columns: 1fr;
		gap: 28px;
		padding: 34px 18px 24px;
	}

	.site-footer__logo-link {
		order: 2;
	}

	.site-footer__nav {
		order: 1;
		flex-direction: column;
		gap: 12px;
	}

	.site-footer__nav-item--mobile-only {
		display: block;
	}

	.site-footer__nav-link {
		justify-content: center;
		font-size: 16px;
	}

	.site-footer__subnav {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 11px;
		margin-top: 11px;
	}

	.site-footer__subnav-link {
		font-size: 15px;
		line-height: 1.2;
		text-align: center;
	}
}

@media screen and (max-width: 620px) {
	.site-footer {
		padding-top: 24px;
	}

	.site-footer__social-row {
		gap: 8px;
	}

	.site-footer__line {
		height: 1px;
	}

	.site-footer__socials {
		gap: 5px;
	}

	.site-footer__social {
		width: 26px;
		height: 26px;
		font-size: 13px;
	}

	.site-footer__main {
		gap: 24px;
		padding: 24px 14px 14px;
	}

	.site-footer__nav {
		gap: 10px;
	}

	.site-footer__nav-link {
		font-size: 16px;
	}

	.site-footer__nav-arrow {
		width: 6px;
		height: 6px;
		border-width: 1.5px;
	}

	.site-footer__subnav {
		gap: 10px;
		margin-top: 10px;
	}

	.site-footer__subnav-link {
		font-size: 14px;
	}

	.site-footer__logo {
		width: 160px;
	}

	.site-footer__bottom {
		flex-wrap: wrap;
		gap: 8px;
		padding: 12px 12px 14px;
		font-size: 13px;
	}
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

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

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
.main-area{
	display:none;
}
