@charset "UTF-8";
/*!
Theme Name: _s
Theme URI: https://underscores.me/
Author: Automattic
Author URI: https://automattic.com/
Description: Hi. I'm a starter theme called <code>_s</code>, or <em>underscores</em>, if you like. I'm a theme meant for hacking so don't use me as a <em>Parent Theme</em>. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.
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: _s
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.

_s 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.2;
  -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: var(--font-family);
  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: var(--font-family);
  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.2;
  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;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #18191b;
  font-family: var(--font-family);
  font-size: 1rem;
  line-height: 1.2;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  color: var(--color-text);
  font-family: var(--font-family);
  letter-spacing: 0;
  margin: 0;
}

h1 {
  font-size: 56px;
  font-weight: 900;
  line-height: 1;
}
@media (max-width: 1025px) {
  h1 {
    font-size: 40px;
  }
}
@media (max-width: 600px) {
  h1 {
    font-size: 24px;
  }
}

h2 {
  font-size: 36px;
  font-weight: 800;
  line-height: 1;
}
@media (max-width: 1025px) {
  h2 {
    font-size: 28px;
  }
}
@media (max-width: 600px) {
  h2 {
    font-size: 20px;
  }
}

h3 {
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
}
@media (max-width: 1025px) {
  h3 {
    font-size: 22px;
  }
}
@media (max-width: 600px) {
  h3 {
    font-size: 18px;
  }
}

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: #f5f5f6;
  font-family: var(--font-family);
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: var(--font-family);
}

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

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

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
html {
  scroll-behavior: smooth;
}

body {
  background: #ffffff;
  overflow: auto;
}

hr {
  background-color: #e8e9ea;
  border: 0;
  height: 1px;
  margin-bottom: 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,
.link {
  color: var(--color-primary);
  text-decoration: underline;
  text-decoration-style: dashed;
  text-decoration-color: currentColor;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}
a:hover,
.link:hover {
  color: var(--color-blue-700);
  text-decoration-color: transparent;
}
a:focus,
.link:focus {
  outline: none;
  text-decoration-color: transparent;
}
a:focus-visible,
.link:focus-visible {
  outline: 2px solid var(--color-primary-hover);
  outline-offset: 2px;
  color: var(--color-primary-hover);
}

.link-black {
  color: var(--color-gray-950);
}
.link-black:hover {
  color: var(--color-gray-700);
}
.link-black:focus {
  outline: none;
}
.link-black:focus-visible {
  outline: 2px solid var(--color-gray-700);
  outline-offset: 2px;
  color: var(--color-gray-700);
}

.link-gray {
  color: var(--color-gray-700);
}
.link-gray:hover {
  color: var(--color-gray-950);
}
.link-gray:focus {
  outline: none;
}
.link-gray:focus-visible {
  outline: 2px solid var(--color-gray-950);
  outline-offset: 2px;
  color: var(--color-gray-950);
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #0858e2;
  border-radius: 3px;
  background: #0858e2;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #07419d;
}
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: #07419d;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px;
  border-radius: 16px;
  font-family: var(--font-family);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  cursor: pointer;
  color: var(--color-white);
  transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.button:focus {
  outline: none;
}
.button:focus-visible {
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
}
.button:disabled, .button[aria-disabled=true] {
  cursor: not-allowed;
  opacity: 0.6;
}

.button-primary {
  background-color: var(--color-primary);
  color: var(--color-white);
  border: 1px solid var(--color-primary);
}
.button-primary:hover {
  background-color: var(--color-primary-hover);
  border-color: var(--color-primary-hover);
}

.button-secondary {
  background-color: transparent;
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
}
.button-secondary:hover {
  background-color: rgba(7, 65, 157, 0.08);
  color: var(--color-primary-hover);
  border-color: var(--color-primary-hover);
}

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: #5e6368;
  border: 1px solid #e8e9ea;
  border-radius: 3px;
  padding: 6px 12px;
}
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: #18191b;
}

select {
  border: 1px solid #e8e9ea;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Page horizontal padding */
:root {
  --page-pad: 50px;
  --hero-pad-top: 100px;
  --hero-pad-bottom: 200px;
  --block-pad: 60px;
}

@media (max-width: 1440px) {
  :root {
    --page-pad: 40px;
    --hero-pad-top: 80px;
    --hero-pad-bottom: 180px;
    --block-pad: 40px;
  }
}
@media (max-width: 1024px) {
  :root {
    --page-pad: 30px;
    --hero-pad-top: 60px;
    --hero-pad-bottom: 80px;
  }
}
@media (max-width: 640px) {
  :root {
    --page-pad: 25px;
    --hero-pad-top: 50px;
    --hero-pad-bottom: 80px;
    --block-pad: 20px;
  }
}
@media (max-width: 360px) {
  :root {
    --page-pad: 15px;
  }
}
@media (max-width: 1023px) {
  .owl-dots,
  .about-certs__dots,
  .furnitura-block__dots,
  .free-design__dots,
  .video-examples__dots,
  .basis-models__dots,
  .reviews__dots,
  .our-workplace__dots {
    display: none !important;
  }
}
/* Navigation
--------------------------------------------- */
/* Main menu */
.main-navigation {
  width: 100%;
  background: #156d63;
  color: #e6f2ee;
  position: relative;
}

@media (min-width: 1024px) {
  .main-navigation {
    position: sticky;
    top: 0;
    z-index: 950;
  }
  body.admin-bar .main-navigation {
    top: 32px;
  }
}
.main-navigation .menu {
  list-style: none;
  margin: 0;
  padding: 0 var(--page-pad) 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 72px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.main-navigation a {
  display: block;
  text-decoration: none;
  color: #e6f2ee;
  font-size: 20px;
  line-height: 1.2;
}

.main-navigation a:hover,
.main-navigation a:focus {
  color: #f2c732;
}

.main-navigation > .menu > .menu-item > a:hover,
.main-navigation > .menu > .menu-item > a:focus {
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-color: currentColor;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.main-navigation .menu-item {
  position: relative;
}

.main-navigation .menu-item--mobile-only {
  display: none;
}

.main-navigation > .menu > .menu-item:nth-child(2) > a {
  white-space: nowrap;
}

.main-navigation > .menu > .menu-item:first-child > a {
  background: #f2c732;
  color: #1b1b1b;
  padding: 22px 36px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 72px;
  text-decoration: underline;
  text-decoration-style: dotted;
  text-decoration-color: #1b1b1b;
  text-decoration-thickness: 2px;
  text-underline-offset: 6px;
}

.main-navigation > .menu > .menu-item:first-child > a:hover,
.main-navigation > .menu > .menu-item:first-child > a:focus {
  color: #1b1b1b;
  text-decoration: none;
}

.main-navigation > .menu > .menu-item:first-child:hover > a,
.main-navigation > .menu > .menu-item:first-child:focus-within > a {
  text-decoration: none;
}

.main-navigation > .menu > .menu-item:first-child > a::after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #1b1b1b;
  border-bottom: 2px solid #1b1b1b;
  transform: rotate(45deg);
  display: inline-block;
  margin-top: -4px;
}

.main-navigation > .menu > .menu-item:first-child > .sub-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  background: #f2c732;
  padding: 16px 24px;
  min-width: 320px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
  z-index: 20;
}

.main-navigation > .menu > .menu-item:first-child:hover > .sub-menu,
.main-navigation > .menu > .menu-item:first-child:focus-within > .sub-menu,
.main-navigation > .menu > .menu-item:first-child.focus > .sub-menu {
  display: block;
}

.main-navigation .sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.main-navigation .sub-menu .menu-item {
  list-style: none;
  padding: 10px 0;
}

.main-navigation .sub-menu a {
  color: #1b1b1b;
  font-size: 18px;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 1px;
  text-decoration-color: currentColor;
  text-underline-offset: 3px;
}

.main-navigation .sub-menu a:hover,
.main-navigation .sub-menu a:focus {
  color: #1b1b1b;
  text-decoration: none;
}

.main-navigation .sub-menu .current-menu-item > a::before,
.main-navigation .sub-menu .current_page_item > a::before {
  background: #f2c732;
}

.menu-toggle {
  display: none;
  border: 0;
  background: transparent;
  padding: 0;
  width: 56px;
  height: 56px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
}

.menu-mobile-contacts {
  display: none;
  margin: 0 auto;
  padding: 0 42px 48px;
  color: #e6f2ee;
}

.menu-mobile-contacts__divider {
  height: 1px;
  background: rgba(230, 242, 238, 0.35);
  margin: 24px 0 27px;
}

.menu-mobile-contacts__title {
  font-size: clamp(18px, 8.97px + 2.82vw, 27px);
  margin-bottom: 18px;
}

.menu-mobile-contacts__phone {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}

.menu-mobile-contacts__phone a {
  color: #e6f2ee;
  text-decoration: none;
  font-size: clamp(18px, 8.97px + 2.82vw, 27px);
}

.menu-mobile-contacts__icon {
  width: 30px;
  height: 30px;
}

.menu-mobile-contacts__socials {
  display: flex;
  align-items: center;
  gap: 12px;
}

.menu-mobile-contacts__social {
  display: inline-flex;
  width: 33px;
  height: 33px;
}

.menu-mobile-contacts__social img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.menu-mobile-contacts__note {
  margin: 15px 0 27px;
  font-size: clamp(16px, 7.97px + 2.51vw, 24px);
  opacity: 0.9;
}

.menu-mobile-contacts__actions {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}

.menu-mobile-contacts__btn {
  border: 0;
  background: none;
  color: #f2c732;
  font-size: clamp(24px, 20.4px + 1.125vw, 36px);
  text-transform: uppercase;
  letter-spacing: 0.4px;
  padding: 0;
  cursor: pointer;
  text-decoration-line: underline;
  text-decoration-style: dotted;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.menu-mobile-contacts__btn:hover,
.menu-mobile-contacts__btn:focus {
  color: #ffffff;
  text-decoration: none;
}

.menu-toggle__icon {
  display: block;
  width: 56px;
  height: 56px;
  background: url("images/burgericon.png") no-repeat center/contain;
}

.main-navigation.toggled .menu-toggle__icon {
  background: transparent;
  position: relative;
}

.main-navigation.toggled .menu-toggle__icon::before,
.main-navigation.toggled .menu-toggle__icon::after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  top: 50%;
  height: 2px;
  background: #e6f2ee;
}

.main-navigation.toggled .menu-toggle__icon::before {
  transform: translateY(-50%) rotate(45deg);
}

.main-navigation.toggled .menu-toggle__icon::after {
  transform: translateY(-50%) rotate(-45deg);
}

@media (max-width: 1439px) {
  .main-navigation .menu {
    gap: 30px;
  }
}
@media (max-width: 1023px) {
  .main-navigation {
    position: relative;
    z-index: 900;
  }
  .menu-toggle {
    display: block;
    position: fixed;
    z-index: 1001;
  }
  .main-navigation .menu {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding: 24px 28px 32px;
    min-height: auto;
  }
  .main-navigation .menu-item--mobile-only {
    display: list-item;
  }
  .main-navigation.toggled {
    position: fixed;
    inset: 0;
    background: #156d63;
    z-index: 1000;
    overflow-y: auto;
  }
  .main-navigation.toggled .menu {
    display: flex;
    padding-top: 80px;
  }
  .main-navigation.toggled .menu-mobile-contacts {
    display: block;
  }
  .main-navigation > .menu > .menu-item:first-child > a {
    background: transparent;
    color: #e6f2ee;
    padding: 0;
    min-height: auto;
    text-decoration: none;
    pointer-events: none;
    cursor: default;
  }
  .main-navigation > .menu > .menu-item:first-child > a::after {
    border-color: #e6f2ee;
  }
  .main-navigation > .menu > .menu-item:first-child > a:active,
  .main-navigation > .menu > .menu-item:first-child.current-menu-item > a,
  .main-navigation > .menu > .menu-item:first-child.current_page_item > a,
  .main-navigation > .menu > .menu-item:first-child.current-menu-ancestor > a,
  .main-navigation > .menu > .menu-item:first-child.current_page_ancestor > a {
    color: #e6f2ee;
  }
  .main-navigation > .menu > .menu-item:first-child > .sub-menu {
    display: block;
    position: static;
    box-shadow: none;
    background: transparent;
    padding: 8px 0 12px 18px;
    min-width: 0;
  }
  .main-navigation .sub-menu a {
    font-size: 20px;
    color: #e6f2ee !important;
  }
  .main-navigation > .menu > .menu-item:not(:first-child) > a:active,
  .main-navigation > .menu > .menu-item:not(:first-child).current-menu-item > a,
  .main-navigation > .menu > .menu-item:not(:first-child).current_page_item > a,
  .main-navigation > .menu > .menu-item:not(:first-child).current-menu-ancestor > a,
  .main-navigation > .menu > .menu-item:not(:first-child).current_page_ancestor > a,
  .main-navigation .sub-menu .menu-item > a:active,
  .main-navigation .sub-menu .current-menu-item > a,
  .main-navigation .sub-menu .current_page_item > a,
  .main-navigation .sub-menu .current-menu-ancestor > a,
  .main-navigation .sub-menu .current_page_ancestor > a {
    color: #f2c732 !important;
  }
}
@media (max-width: 1679px) and (min-width: 1440px) {
  .main-navigation a {
    font-size: 20px;
  }
}
@media (max-width: 1440px) and (min-width: 1024px) {
  .main-navigation > .menu > .menu-item:first-child > a {
    max-width: 200px;
    line-height: 1.4;
  }
  .main-navigation a {
    font-size: 16px;
  }
}
@media (max-width: 639px) {
  .main-navigation .menu {
    padding: 20px 20px 28px;
  }
  .main-navigation a {
    font-size: 24px;
  }
  .menu-mobile-contacts {
    padding: 0 20px 42px;
    text-align: center;
  }
  .menu-mobile-contacts__phone {
    justify-content: center;
  }
  .menu-mobile-contacts__actions {
    flex-direction: column;
    justify-content: center;
    gap: 15px;
  }
}
.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%;
}

/* Header block */
/* Header (desktop layout from elems/header/1920.png) */
.site-header {
  font-size: 18px;
}

.header-grid {
  margin: 0 auto;
  padding: 16px var(--page-pad);
  display: grid;
  grid-template-columns: minmax(0, 25%) minmax(0, 23%) minmax(0, 52%);
  align-items: center;
  gap: 32px;
}

.header-col {
  display: flex;
  align-items: center;
}

.header-col--logo {
  justify-content: flex-start;
  max-width: 400px;
  gap: 16px;
  text-decoration: none;
}

.header-logo {
  width: 84px;
  height: 84px;
  object-fit: contain;
}

.header-logo-text {
  display: flex;
  flex-direction: column;
  gap: 6px;
  color: #000000;
}

.header-logo-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
}

.header-logo-subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}

.header-col--actions {
  justify-content: center;
  gap: 56px;
}

.header-action {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  background: transparent;
  border: 0;
  color: #000000;
  font-size: 18px;
  line-height: 1.3;
  text-align: center;
  padding: 0;
  cursor: pointer;
}
.header-action:hover {
  color: #2D6892;
}

.header-action__label {
  text-decoration: underline;
  text-decoration-style: dotted;
  text-decoration-color: currentColor;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.header-action__icon {
  width: 78px;
  height: 75px;
  background: #2b6f9c;
  padding: 12px;
  border-radius: 8px;
  object-fit: contain;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.header-col--contacts {
  justify-content: space-between;
  gap: 32px;
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  align-items: center;
}

.header-contact-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 24px;
  max-width: 450px;
}

.header-contact-line {
  color: #000;
}

.header-contact-line--phone {
  display: flex;
  align-items: center;
  gap: 14px;
}

.header-phone {
  text-decoration: none;
  font-size: 32px;
  color: #000;
}

.header-socials {
  display: flex;
  align-items: center;
  gap: 8px;
}

.header-social {
  display: inline-flex;
  width: 29px;
  height: 28px;
  border-radius: 4px;
  overflow: hidden;
}

.header-social img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.header-contact-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 310px;
  width: 100%;
}

.header-cta {
  width: 280px;
  height: 52px;
  border-radius: 12px;
  padding: 0;
  border: 0;
  color: #ffffff;
  font-size: 24px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  cursor: pointer;
  --header-cta-border-color: #122634;
  border-bottom: 4px solid var(--header-cta-border-color);
  transform: translateY(0);
  transition: transform 0.2s ease, border-bottom-color 0.2s ease;
}

.header-cta:first-child {
  background: linear-gradient(180deg, #3a78a8 0%, #2c5c7f 100%);
  --header-cta-border-color: #122634;
}

.header-cta:last-child {
  background: linear-gradient(180deg, #27a58f 0%, #1c7f6f 100%);
  --header-cta-border-color: #0B3F37;
}

.header-cta:first-child:hover, .header-cta:first-child:focus {
  transform: translateY(4px);
  border-bottom-color: #2c5c7f;
}

.header-cta:last-child:hover, .header-cta:last-child:focus {
  transform: translateY(4px);
  border-bottom-color: #1c7f6f;
}

@media (max-width: 1679px) and (min-width: 1440px) {
  .header-grid {
    padding: 16px var(--page-pad);
    grid-template-columns: minmax(0, 30%) minmax(0, 25%) minmax(0, 45%);
    gap: 24px;
  }
  .header-col--logo {
    align-items: start;
  }
  .header-col--actions {
    max-width: 280px;
  }
  .header-logo {
    width: 76px;
    height: 76px;
  }
  .header-logo-title {
    font-size: 22px;
  }
  .header-logo-subtitle {
    font-size: 16px;
  }
  .header-action__icon {
    width: 68px;
    height: 68px;
  }
  .header-contact-info {
    font-size: 20px;
  }
  .header-phone {
    font-size: 28px;
  }
  .header-cta {
    font-size: 22px;
  }
}
@media (max-width: 1679px) {
  .header-col--contacts {
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
  }
  .header-contact-actions {
    flex-direction: row;
    align-items: stretch;
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 1439px) and (min-width: 1024px) {
  .header-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 16px var(--page-pad);
    gap: 28px 24px;
  }
  .header-col--logo {
    max-width: 410px;
    flex: 0 0 410px;
  }
  .header-col--actions {
    max-width: 280px;
    flex: 0 0 280px;
    margin-left: auto;
  }
  .header-col--contacts {
    max-width: 100%;
    width: 100%;
    grid-template-columns: 450px 380px;
    justify-content: space-between;
    gap: 20px;
  }
  .header-contact-actions {
    flex-direction: column;
    align-items: flex-end;
    max-width: 380px;
  }
  .header-cta {
    width: 100%;
    flex: none;
  }
}
@media (max-width: 1023px) {
  .header-grid {
    display: flex;
    flex-direction: column;
    padding: 20px var(--page-pad) 24px;
    gap: 34px;
    align-items: center;
  }
  .header-col--logo,
  .header-col--actions,
  .header-col--contacts {
    max-width: none;
    width: 100%;
  }
  .header-col--logo {
    align-items: center;
    justify-content: center;
  }
  .header-col--actions {
    justify-content: center;
    gap: 24px;
  }
  .header-action {
    flex-direction: row;
    gap: 14px;
    text-align: left;
  }
  .header-col--contacts {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
  }
  .header-contact-info {
    align-items: center;
    text-align: center;
    margin: 0 auto;
  }
  .header-contact-line--phone {
    justify-content: center;
  }
  .header-contact-actions {
    align-items: stretch;
  }
  .header-cta {
    width: 100%;
  }
}
@media (max-width: 639px) {
  .header-grid {
    display: flex;
    flex-direction: column;
    padding: 20px var(--page-pad) 24px;
    gap: 32px;
  }
  .header-col--logo,
  .header-col--actions,
  .header-col--contacts {
    max-width: none;
    width: 100%;
  }
  .header-col--logo {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .header-col--actions {
    flex-direction: column;
    gap: 18px;
  }
  .header-action {
    flex-direction: row;
    gap: 14px;
    text-align: left;
  }
  .header-col--contacts {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
  }
  .header-contact-info {
    align-items: center;
    text-align: center;
    font-size: 20px;
  }
  .header-contact-line--phone {
    justify-content: center;
    flex-wrap: wrap;
  }
  .header-phone {
    font-size: 24px;
  }
  .header-socials {
    width: 100%;
    justify-content: center;
  }
  .header-contact-actions {
    align-items: center;
    display: flex;
    flex-direction: column;
  }
  .header-cta {
    width: 100%;
    max-width: 290px;
    font-size: 20px;
  }
}
@media (max-width: 640px) {
  .header-action__icon {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 360px) {
  .header-logo-title {
    font-size: 20px;
  }
  .header-logo-subtitle {
    font-size: 15px;
  }
  .header-action {
    font-size: 15px;
  }
  .header-action__icon {
    width: 56px;
    height: 56px;
  }
}
/* Catalog hero block */
.catalog-hero {
  position: relative;
  color: #ffffff;
  background: #111111;
  background-image: var(--catalog-hero-bg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.catalog-hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.catalog-hero__inner {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: var(--hero-pad-top) var(--page-pad) var(--hero-pad-bottom);
  display: flex;
  flex-direction: column;
  gap: 100px;
  justify-content: center;
}

.catalog-hero__content {
  text-align: center;
  margin: 0 auto;
}

.catalog-hero__crumbs {
  position: static;
  font-size: 18px;
  line-height: 1.2;
  color: #d0d7da;
  text-align: left;
  align-self: flex-start;
  display: none;
}

.catalog-hero__crumbs a {
  color: inherit;
  text-decoration: none;
}

.catalog-hero__title {
  font-size: clamp(24px, 12.8px + 3.5vw, 80px);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 20px;
  color: #ffffff;
  line-height: 1.2;
  text-wrap: balance;
}

.catalog-hero__subtitle {
  font-size: clamp(24px, 21.6px + 0.75vw, 36px);
  letter-spacing: 0.6px;
  margin: 0 0 52px;
  line-height: 1.4;
  text-wrap: balance;
  text-transform: uppercase;
}

.catalog-hero__accent {
  display: inline-block;
  background: #f2c732;
  color: #1b1b1b;
  padding: 14px 26px;
  border-radius: 10px;
  font-size: clamp(20px, 17.6px + 0.75vw, 32px);
  line-height: 1.4;
  text-wrap: balance;
}

.catalog-hero__features {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
}

.catalog-hero__feature {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-size: clamp(20px, 18px + 0.625vw, 30px);
  line-height: 1.4;
  text-wrap: balance;
  min-width: 0;
  flex: 0 0 calc(25% - 30px);
  max-width: calc(25% - 30px);
}

.catalog-hero__feature-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-top: 5px;
  background: #f2c732;
  color: #1b1b1b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 17px;
  flex: 0 0 30px;
}

@media (max-width: 1679px) and (min-width: 1440px) {
  .catalog-hero__subtitle {
    margin-bottom: 48px;
  }
  .catalog-hero__accent {
    padding: 12px 22px;
  }
}
@media (max-width: 1439px) and (min-width: 1024px) {
  .catalog-hero__inner {
    gap: 80px;
  }
  .catalog-hero__subtitle {
    margin-bottom: 40px;
  }
  .catalog-hero__accent {
    padding: 12px 20px;
  }
  .catalog-hero__features {
    gap: 48px;
    max-width: 850px;
    margin: 0 auto;
  }
  .catalog-hero__feature {
    flex: 0 0 calc(50% - 24px);
    max-width: calc(50% - 24px);
  }
}
@media (max-width: 1023px) and (min-width: 640px) {
  .catalog-hero__inner {
    gap: 48px;
  }
  .catalog-hero__subtitle {
    margin-bottom: 32px;
  }
  .catalog-hero__accent {
    padding: 12px 18px;
  }
  .catalog-hero__features {
    gap: 20px;
  }
  .catalog-hero__feature {
    flex: 0 0 45%;
    max-width: 45%;
  }
}
@media (max-width: 639px) {
  .catalog-hero {
    background: #000000;
  }
  .catalog-hero__inner {
    gap: 24px;
  }
  .catalog-hero__crumbs {
    font-size: 16px;
    color: #d0d7da;
    display: none;
  }
  .catalog-hero__content {
    margin-top: 0;
  }
  .catalog-hero__subtitle {
    margin-bottom: 32px;
  }
  .catalog-hero__features {
    flex-direction: column;
    gap: 20px;
  }
  .catalog-hero__feature {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 360px) {
  .catalog-hero__overlay {
    background: rgba(0, 0, 0, 0.75);
  }
  .catalog-hero__subtitle {
    margin-bottom: 12px;
  }
}
/* Catalog grid block */
.catalog-grid {
  background: #ffffff;
  color: #1b1b1b;
  margin: 48px 0 64px;
}

.catalog-grid__inner {
  margin: 0 auto;
  padding: 0 var(--page-pad);
}

.catalog-grid__title {
  font-size: clamp(24px, 16px + 2.5vw, 64px);
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0 0 28px;
  color: #111111;
  text-wrap: balance;
}
.catalog-grid__title span {
  color: #137063;
}

.catalog-grid__items {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 24px;
}

.catalog-grid__item {
  flex: 1 1 calc(25% - 24px);
}

.catalog-grid__card-link {
  display: flex;
  flex-direction: column;
  gap: 14px;
  text-decoration: none;
  color: inherit;
}

.catalog-grid__card-link:focus-visible {
  outline: 2px solid #137063;
  outline-offset: 4px;
}

.catalog-grid__image {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 12px;
  overflow: hidden;
  background: #e6e6e6;
}

.catalog-grid__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.catalog-grid__content {
  display: flex;
  flex-direction: column;
}

.catalog-grid__link {
  font-size: clamp(20px, 17.6px + 0.75vw, 32px);
  color: #111111;
  text-decoration: underline;
  text-wrap: balance;
}

.catalog-grid__link:hover,
.catalog-grid__link:focus,
.catalog-grid__card-link:hover .catalog-grid__link,
.catalog-grid__card-link:focus .catalog-grid__link,
.catalog-grid__card-link:focus-visible .catalog-grid__link {
  color: #137063;
}

.catalog-grid__text {
  font-size: clamp(18px, 16.8px + 0.375vw, 24px);
  color: #3a3a3a;
  margin-top: 6px;
}

@media (max-width: 1439px) {
  .catalog-grid {
    margin: 44px 0 56px;
  }
  .catalog-grid__inner {
    padding: 0 var(--page-pad);
  }
  .catalog-grid__title {
    margin-bottom: 24px;
  }
}
@media (max-width: 1024px) {
  .catalog-grid {
    margin: 40px 0 48px;
  }
  .catalog-grid__inner {
    padding: 0 var(--page-pad);
  }
  .catalog-grid__title {
    margin-bottom: 20px;
  }
  .catalog-grid__items {
    gap: 22px 20px;
  }
  .catalog-grid__item {
    flex: 1 1 calc(50% - 20px);
  }
}
@media (max-width: 767px) {
  .catalog-grid__item {
    flex: 1 1 100%;
  }
}
@media (max-width: 640px) {
  .catalog-grid {
    margin: 32px 0 40px;
  }
  .catalog-grid__inner {
    padding: 0 var(--page-pad);
  }
  .catalog-grid__title {
    margin-bottom: 16px;
  }
  .catalog-grid__items {
    gap: 18px;
  }
}
@media (max-width: 360px) {
  .catalog-grid {
    margin: 28px 0 36px;
  }
  .catalog-grid__inner {
    padding: 0 var(--page-pad);
  }
  .catalog-grid__title {
    margin-bottom: 12px;
  }
}
/* Catalog tabs block */
.catalog-tabs {
  background: #f5f7f6;
  color: #1b1b1b;
}

.catalog-tabs__inner {
  margin: 0 auto;
  padding: 56px var(--page-pad) 64px;
}

.catalog-tabs__title {
  font-size: clamp(24px, 16px + 2.5vw, 64px);
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0 0 12px;
  color: #111111;
  text-wrap: balance;
}

.catalog-tabs__title span {
  color: #2D6892;
}

.catalog-tabs__subtitle {
  font-size: clamp(24px, 19.2px + 1.5vw, 48px);
  margin: 0 0 20px;
  color: #3a3a3a;
}

.catalog-tabs__tabs {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 28px;
}

.catalog-tabs__tabs-track {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.catalog-tabs__tab {
  border: 1px solid #cfe0e6;
  background: #ffffff;
  color: #2f3f46;
  border-radius: 8px;
  padding: 26pх;
  font-size: 32px;
  cursor: pointer;
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.catalog-tabs__tab.is-active {
  background: #2D6892;
  border-color: #2D6892;
  color: #ffffff;
}

.catalog-tabs__arrow {
  display: none;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  border: 1px solid #cfe0e6;
  background: #ffffff;
  cursor: pointer;
  position: relative;
}

.catalog-tabs__arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #2f3f46;
  border-right: 2px solid #2f3f46;
  transform: translate(-50%, -50%) rotate(45deg);
}

.catalog-tabs__arrow--prev::before {
  transform: translate(-50%, -50%) rotate(-135deg);
}

.catalog-tabs__panels {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.catalog-tabs__panel {
  display: none;
}

.catalog-tabs__panel.is-active {
  display: block;
}

.catalog-tabs__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.catalog-tabs__item {
  flex: 0 1 calc(33.333% - 24px);
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 240px;
  max-width: calc(33.333% - 24px);
}

.catalog-tabs__item.is-hidden {
  display: none;
}

.catalog-tabs__card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
}

.catalog-tabs__gallery-items,
.catalog-tabs__gallery-item {
  display: none;
}

.catalog-tabs__image {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 12px;
  overflow: hidden;
  background: #e6e6e6;
}

.catalog-tabs__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.catalog-tabs__content {
  display: flex;
  flex-direction: column;
  gap: 6px;
  line-height: 1.2;
}

.catalog-tabs__link {
  font-size: clamp(16px, 14.4px + 0.5vw, 24px);
  color: #111111;
  text-decoration: none;
}

.catalog-tabs__text {
  font-size: 24px;
  color: #3a3a3a;
}

.catalog-tabs__more {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.catalog-tabs__more.is-hidden {
  display: none;
}

.catalog-tabs__more-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 280px;
  min-height: 72px;
  padding: 12px 48px;
  border: 0;
  border-bottom: 4px solid #0b3f37;
  border-radius: 12px;
  background: linear-gradient(180deg, #27a58f 0%, #1c7f6f 100%);
  color: #ffffff;
  font-size: clamp(16px, 12.8px + 1vw, 32px);
  line-height: 1.2;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transform: translateY(0);
  transition: transform 0.2s ease, border-bottom-color 0.2s ease;
}

.catalog-tabs__more-btn:hover,
.catalog-tabs__more-btn:focus {
  transform: translateY(4px);
  border-bottom-color: #1c7f6f;
}

@media (max-width: 1439px) {
  .catalog-tabs__inner {
    padding: 48px var(--page-pad) 56px;
  }
  .catalog-tabs__text {
    font-size: 20px;
  }
  .catalog-tabs__tab {
    font-size: 24px;
    padding: 20px;
  }
}
@media (max-width: 1023px) {
  .catalog-tabs__inner {
    padding: 44px var(--page-pad) 52px;
  }
  .catalog-tabs__tabs-track {
    flex-wrap: wrap;
  }
  .catalog-tabs__item {
    flex: 0 1 calc(50% - 24px);
    max-width: calc(50% - 24px);
  }
  .catalog-tabs__tab {
    font-size: 20px;
    padding: 16px;
  }
}
@media (max-width: 639px) {
  .catalog-tabs__inner {
    padding: 36px var(--page-pad) 48px;
  }
  .catalog-tabs__tabs {
    gap: 8px;
  }
  .catalog-tabs__tabs-track {
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 10px;
    scroll-snap-type: x mandatory;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .catalog-tabs__tabs-track::-webkit-scrollbar {
    display: none;
  }
  .catalog-tabs__tab {
    scroll-snap-align: start;
    white-space: nowrap;
  }
  .catalog-tabs__arrow {
    display: inline-flex;
    flex: 0 0 auto;
  }
  .catalog-tabs__grid {
    gap: 20px;
  }
  .catalog-tabs__item {
    flex: 0 1 100%;
    max-width: 100%;
  }
  .catalog-tabs__text {
    font-size: 18px;
  }
  .catalog-tabs__tab {
    font-size: 20px;
    padding: 10px;
  }
}
@media (max-width: 360px) {
  .catalog-tabs__tab {
    font-size: 16px;
    padding: 6px;
  }
}
/* Catalog six block */
.catalog-six {
  padding: 0;
  margin-top: 60px;
  margin-bottom: 60px;
}

.catalog-six__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.catalog-six__card {
  position: relative;
  isolation: isolate;
  min-height: max(620px, 44vw);
  overflow: hidden;
}

.catalog-six__image-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.catalog-six__image-wrap {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.catalog-six__panel {
  position: absolute;
  top: 8.2%;
  max-width: 55%;
  padding: clamp(20px, 1.7vw, 34px);
  color: #ffffff;
}

.catalog-six__card--1 .catalog-six__panel,
.catalog-six__card--2 .catalog-six__panel,
.catalog-six__card--3 .catalog-six__panel,
.catalog-six__card--4 .catalog-six__panel,
.catalog-six__card--5 .catalog-six__panel {
  top: 7%;
}

.catalog-six__card--left .catalog-six__panel {
  left: var(--page-pad);
}

.catalog-six__card--right .catalog-six__panel {
  right: var(--page-pad);
}

.catalog-six__card--teal .catalog-six__panel {
  background: rgba(18, 122, 112, 0.84);
}

.catalog-six__card--blue .catalog-six__panel {
  background: rgba(45, 104, 146, 0.84);
}

.catalog-six__card--blue-strong .catalog-six__panel {
  background: rgba(45, 104, 146, 0.9);
}

.catalog-six__title {
  margin: 0;
  font-size: clamp(24px, 12.8px + 3.5vw, 80px);
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--color-white);
}

.catalog-six__text {
  margin: 18px 0 0;
  font-size: clamp(20px, 14.4px + 1.75vw, 48px);
  line-height: 1.22;
  font-weight: 400;
}

.catalog-six__card--offer .catalog-six__panel {
  max-width: 75%;
}

.catalog-six__card--6.catalog-six__card--left .catalog-six__panel {
  left: clamp(180px, 18vw, 360px);
}

.catalog-six__offer {
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.catalog-six__offer-row {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: clamp(16px, 1.08vw, 22px);
  line-height: 1.2;
}

.catalog-six__offer-label {
  padding: 14px 20px;
  background: #f4be00;
  color: #222;
  font-size: clamp(20px, 16px + 1.25vw, 40px);
  font-weight: 700;
  min-width: 132px;
  text-align: left;
  border-radius: 6px;
}

.catalog-six__offer-value {
  color: #d8efff;
  font-size: clamp(20px, 16px + 1.25vw, 40px);
}

.catalog-six__list .catalog-six__card:last-child .catalog-six__title {
  font-size: clamp(24px, 16.8px + 2.25vw, 48px);
  text-transform: none;
}

@media (max-width: 1440px) {
  .catalog-six {
    margin: 40px 0;
  }
  .catalog-six__card {
    min-height: max(520px, 43.5vw);
  }
  .catalog-six__panel {
    max-width: min(720px, 54%);
  }
  .catalog-six__text {
    margin-top: 12px;
  }
}
@media (max-width: 1024px) {
  .catalog-six__list {
    gap: 6px;
  }
  .catalog-six__card {
    display: block;
    min-height: max(500px, 56vw);
  }
  .catalog-six__panel {
    position: absolute;
    max-width: 60%;
    padding: 18px 20px;
  }
  .catalog-six__card--left .catalog-six__panel {
    left: 30px;
  }
  .catalog-six__card--right .catalog-six__panel {
    right: 30px;
  }
  .catalog-six__text {
    margin-top: 10px;
  }
  .catalog-six__card--offer .catalog-six__panel {
    top: 10%;
    max-width: 65%;
  }
  .catalog-six__offer {
    margin-top: 12px;
    gap: 8px;
  }
  .catalog-six__offer-row {
    font-size: 16px;
  }
  .catalog-six__card--6.catalog-six__card--left .catalog-six__panel {
    left: 50px;
  }
}
@media (max-width: 768px) {
  .catalog-six__card--offer .catalog-six__panel {
    top: 10%;
    max-width: 82%;
  }
}
@media (max-width: 640px) {
  .catalog-six {
    margin: 20px 0;
  }
  .catalog-six__list {
    gap: 8px;
  }
  .catalog-six__card {
    display: block;
    min-height: max(500px, 84vw);
  }
  .catalog-six__panel {
    position: absolute;
    max-width: 76%;
    padding: 14px 16px;
  }
  .catalog-six__card--left .catalog-six__panel {
    left: 25px;
  }
  .catalog-six__card--right .catalog-six__panel {
    right: 25px;
  }
  .catalog-six__text {
    margin-top: 8px;
  }
  .catalog-six__card--offer .catalog-six__panel {
    top: 10%;
    max-width: 76%;
  }
  .catalog-six__card--6.catalog-six__card--left .catalog-six__panel {
    left: 25px;
  }
}
@media (max-width: 640px) {
  .catalog-six__list {
    gap: var(--block-pad);
  }
  .catalog-six__card {
    display: flex;
    flex-direction: column;
    min-height: 0;
  }
  .catalog-six__panel {
    position: static;
    max-width: none;
    padding: var(--block-pad) var(--page-pad);
  }
  .catalog-six__card--left .catalog-six__panel,
  .catalog-six__card--right .catalog-six__panel {
    left: auto;
    right: auto;
  }
  .catalog-six__image-wrap {
    position: static;
    height: auto;
    aspect-ratio: 4/3;
  }
  .catalog-six__card--offer .catalog-six__panel {
    max-width: none;
  }
}
@media (max-width: 480px) {
  .catalog-six__offer-row {
    gap: 10px;
    flex-direction: column;
  }
  .catalog-six__offer-label {
    min-width: 78px;
  }
  .catalog-six__offer-row {
    font-size: 12px;
  }
  .catalog-six__offer-label {
    min-width: 72px;
  }
}
/* Style materials block */
.style-materials {
  background: #cadbdb;
  margin: var(--block-pad) 0;
}

.style-materials__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(540px, 37.5%);
  gap: 20px;
  padding: var(--block-pad) 0 var(--block-pad) var(--page-pad);
}

.style-materials__gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 16px;
  row-gap: 18px;
  align-content: start;
}

.style-materials__item {
  margin: 0;
}

.style-materials__image-wrap {
  overflow: hidden;
  border-radius: 8px;
  background: #d7e4e4;
}

.style-materials__image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 340/308;
  object-fit: cover;
}

.style-materials__item-title {
  margin: 11px 0 0;
  font-size: 32px;
  line-height: 1.1;
  font-weight: 400;
  text-align: center;
  color: #2a3234;
}

.style-materials__note {
  grid-column: 1/-1;
  margin: 12px 0 0;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 400;
  text-align: center;
  color: #2a3234;
}

.style-materials__content {
  background: #10796e;
  color: #f2f7f7;
  padding: var(--block-pad) var(--page-pad);
}

.style-materials__title {
  margin: 0;
  color: #fff;
  font-size: clamp(24px, 16px + 2.5vw, 64px);
  font-weight: 400;
}

.style-materials__title strong,
.style-materials__title span {
  display: block;
}

.style-materials__title strong {
  font-weight: 700;
}

.style-materials__lead {
  margin: 64px 0 0;
  font-size: clamp(24px, 20.4px + 1.125vw, 32px);
  font-weight: 700;
}

.style-materials__text {
  margin: 34px 0 0;
  font-size: clamp(20px, 14.4px + 1.75vw, 32px);
  font-weight: 400;
}

@media (max-width: 1280px) {
  .style-materials__gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 1024px) {
  .style-materials__inner {
    grid-template-columns: 1fr;
    padding: var(--block-pad) 0;
    gap: 18px;
  }
  .style-materials__content {
    order: 1;
  }
  .style-materials__gallery {
    order: 2;
    padding: 0 var(--page-pad);
  }
  .style-materials__title strong,
  .style-materials__title span {
    display: inline;
  }
  .style-materials__lead {
    margin-top: 28px;
  }
  .style-materials__text {
    margin-top: 18px;
  }
  .style-materials__item-title {
    margin-top: 10px;
    font-size: 32px;
  }
  .style-materials__note {
    margin-top: 6px;
    font-size: 32px;
  }
}
@media (max-width: 1024px) {
  .style-materials__inner {
    gap: 16px;
  }
  .style-materials__lead {
    margin-top: 36px;
  }
  .style-materials__text {
    margin-top: 18px;
    max-width: none;
  }
  .style-materials__gallery {
    padding: 0 50px;
    column-gap: 17px;
    row-gap: 16px;
  }
  .style-materials__item-title {
    margin-top: 11px;
    font-size: 24px;
  }
  .style-materials__note {
    margin-top: 13px;
    font-size: 24px;
  }
}
@media (max-width: 640px) {
  .style-materials__inner {
    gap: 14px;
  }
  .style-materials__lead {
    margin-top: 11px;
  }
  .style-materials__text {
    margin-top: 10px;
  }
  .style-materials__gallery {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    padding: 0 16px;
    column-gap: 8px;
    row-gap: 11px;
  }
  .style-materials__item-title {
    margin-top: 7px;
    font-size: 24px;
  }
  .style-materials__note {
    margin-top: 2px;
    font-size: 24px;
  }
}
@media (max-width: 360px) {
  .style-materials__inner {
    gap: 10px;
  }
  .style-materials__title {
    text-align: center;
  }
  .style-materials__title strong,
  .style-materials__title span {
    display: block;
  }
  .style-materials__lead {
    margin-top: 8px;
    text-align: center;
  }
  .style-materials__text {
    margin-top: 8px;
    text-align: center;
  }
  .style-materials__gallery {
    grid-template-columns: 1fr;
    padding: 0 0;
    row-gap: 10px;
  }
  .style-materials__item {
    width: 95%;
    margin: 0 auto;
  }
  .style-materials__item--1 {
    order: 1;
  }
  .style-materials__item--3 {
    order: 2;
  }
  .style-materials__item--5 {
    order: 3;
  }
  .style-materials__item--2 {
    order: 4;
  }
  .style-materials__item--4 {
    order: 5;
  }
  .style-materials__item--6 {
    order: 6;
  }
  .style-materials__item-title {
    margin-top: 6px;
    font-size: 24px;
  }
  .style-materials__note {
    order: 7;
    margin-top: 2px;
    font-size: 24px;
  }
}
/* Furniture quality block */
.furnitura-block__hero {
  display: flex;
  min-height: 700px;
}

.furnitura-block__panel {
  background: #326f9d;
  color: #f4f8fb;
  flex: 0 0 700px;
  min-width: 700px;
  padding: 54px var(--page-pad) 44px;
}

.furnitura-block__title {
  margin: 0;
  font-size: clamp(24px, 16px + 2.5vw, 64px);
  color: #fff;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
}

.furnitura-block__subtitle {
  margin: 26px 0 0;
  font-size: 48px;
  line-height: 1.4;
  font-weight: 400;
}

.furnitura-block__hero-image {
  flex: 1 1 auto;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.furnitura-block__carousel-wrap {
  background: #11796f;
  padding: 20px var(--page-pad) 22px;
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(0, 1.5fr);
  gap: 34px;
  align-items: center;
  margin-top: var(--block-pad);
}

.furnitura-block__carousel-text {
  margin: 0;
  color: #d5eaeb;
  font-size: clamp(20px, 15.2px + 1.5vw, 36px);
  line-height: 1.2;
  font-weight: 400;
}

.furnitura-block__carousel {
  position: relative;
  padding: 0 66px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.furnitura-block__carousel-box {
  width: 100%;
  min-width: 0;
}

.furnitura-block__slide-link {
  display: block;
}

.furnitura-block__slide img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 186/261;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.28);
}

.furnitura-block__carousel .owl-nav button.owl-prev,
.furnitura-block__carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  transform: translateY(-50%);
  font-size: 24px;
  line-height: 1;
}

.furnitura-block__carousel .owl-nav button.owl-prev {
  left: 0;
  background: #f3cd28;
  color: #1a2326;
}

.furnitura-block__carousel .owl-nav button.owl-next {
  right: 0;
  background: transparent;
  color: rgba(232, 246, 246, 0.9);
  border: 1px solid rgba(232, 246, 246, 0.5);
}

@media (max-width: 1024px) {
  .furnitura-block__hero {
    display: block;
    min-height: 0;
  }
  .furnitura-block__panel {
    min-width: 0;
    padding: 22px var(--page-pad) 18px;
    text-align: center;
  }
  .furnitura-block__subtitle {
    margin-top: 12px;
    font-size: 36px;
  }
  .furnitura-block__hero-image {
    min-height: 600px;
  }
  .furnitura-block__carousel-wrap {
    padding: 24px 40px 24px;
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .furnitura-block__carousel-text {
    max-width: none;
    text-align: center;
  }
  .furnitura-block__carousel {
    padding: 0 73px;
  }
}
@media (max-width: 1024px) {
  .furnitura-block__hero {
    display: block;
  }
  .furnitura-block__panel {
    flex-basis: 418px;
    padding: 42px var(--page-pad) 36px;
    text-align: left;
  }
  .furnitura-block__subtitle {
    margin-top: 20px;
    font-size: 32px;
  }
  .furnitura-block__hero-image {
    min-height: 620px;
  }
  .furnitura-block__carousel-wrap {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 24px 30px 18px;
  }
  .furnitura-block__carousel-text {
    text-align: center;
  }
  .furnitura-block__carousel {
    padding: 0 56px;
  }
}
@media (max-width: 640px) {
  .furnitura-block__hero {
    display: block;
  }
  .furnitura-block__panel {
    padding: 18px var(--page-pad) 14px;
    text-align: center;
  }
  .furnitura-block__subtitle {
    margin-top: 12px;
    font-size: 24px;
  }
  .furnitura-block__hero-image {
    min-height: 405px;
  }
  .furnitura-block__carousel-wrap {
    grid-template-columns: 1fr;
    padding: 16px 25px 18px;
    gap: 12px;
  }
  .furnitura-block__carousel-text {
    line-height: 1.2;
    text-align: center;
    max-width: 420px;
    margin: 0 auto;
  }
  .furnitura-block__carousel {
    padding: 0 44px;
    width: 100%;
  }
}
@media (max-width: 320px) {
  .furnitura-block__panel {
    padding: 14px var(--page-pad) 12px;
    text-align: left;
  }
  .furnitura-block__subtitle {
    margin-top: 8px;
    font-size: 20px;
  }
  .furnitura-block__hero-image {
    min-height: 300px;
    background-position: center left;
  }
  .furnitura-block__carousel-wrap {
    grid-template-columns: 1fr;
    padding: 14px 10px 16px;
  }
  .furnitura-block__carousel-text {
    max-width: 250px;
  }
  .furnitura-block__carousel {
    padding: 0 38px;
    width: 100%;
  }
  .furnitura-block__carousel .owl-nav button.owl-prev,
  .furnitura-block__carousel .owl-nav button.owl-next {
    width: 36px;
    height: 36px;
    font-size: 20px;
    border-radius: 7px;
  }
}
.furnitura-block__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: fit-content;
  max-width: 100%;
  margin: 14px auto 0;
}

.furnitura-block__controls.is-single {
  opacity: 0.6;
}

.furnitura-block__nav {
  width: 52px;
  height: 48px;
  border-radius: 10px;
  border: 1px solid #ffffff;
  background: #ffffff;
  position: relative;
  flex: 0 0 auto;
  padding: 0;
  font-size: 0;
  cursor: pointer;
}

.furnitura-block__nav::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 12px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: translate(-25%, -50%) rotate(225deg);
}

.furnitura-block__nav--prev {
  background: transparent;
}

.furnitura-block__nav--next {
  background: transparent;
}

.furnitura-block__nav--next::after {
  border-top-color: #ffffff;
  border-right-color: #ffffff;
  transform: translate(-75%, -50%) rotate(45deg);
}

.furnitura-block__nav:disabled {
  opacity: 0.35;
  cursor: default;
}

.furnitura-block__dots {
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  padding: 0 10px;
}

.furnitura-block__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background: transparent;
  padding: 0;
  font-size: 0;
  cursor: pointer;
}

.furnitura-block__dot.is-active {
  background: #ffffff;
}

.furnitura-block__counter {
  min-width: 62px;
  height: 48px;
  border-radius: 10px;
  border: 1px solid #137063;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 0 10px;
  font-weight: 700;
  line-height: 1;
  color: #111111;
  background: #ffffff;
}

.furnitura-block__counter span {
  font-size: 18px;
  line-height: 1;
}

.furnitura-block__counter span:nth-child(2) {
  font-size: 14px;
  transform: translateY(-1px);
}

.furnitura-block__counter span:last-child {
  color: #137063;
}

.furnitura-block__carousel .owl-nav, .furnitura-block__carousel .owl-dots {
  display: none !important;
}

@media (max-width: 639px) {
  .furnitura-block__controls {
    flex-wrap: wrap;
    gap: 10px;
  }
  .furnitura-block__dots {
    order: 2;
    flex: 0 0 100%;
    padding: 0;
  }
  .furnitura-block__counter {
    order: 3;
  }
}
.furnitura-block__nav:hover, .furnitura-block__nav:active, .furnitura-block__nav:focus {
  border-color: #FCCC27;
}

/* Kitchen story block */
.kitchen-story {
  background: #fff;
  margin: var(--block-pad) 0 0;
}

.kitchen-story__heading {
  margin: 0 0 16px;
  padding: 0 var(--page-pad);
  font-size: clamp(24px, 16px + 2.5vw, 64px);
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  color: #1d2123;
}

.kitchen-story__heading-mark {
  background: #f2c732;
  padding: 0.08em 0.2em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.kitchen-story__heading-mark span {
  color: #fff;
}

.kitchen-story__list {
  display: flex;
  flex-direction: column;
}

.kitchen-story__row {
  display: grid;
  grid-template-columns: 730px minmax(0, 1fr);
  gap: 20px;
  padding: var(--block-pad) var(--page-pad);
}

.kitchen-story__row.is-light {
  background: #fff;
  color: #21282c;
}

.kitchen-story__row.is-blue {
  background: #326f9d;
  color: #ffffff;
}

.kitchen-story__media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 733/489;
  object-fit: cover;
}

.kitchen-story__dot {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.kitchen-story__dot.is-teal {
  background: #118f89;
  color: #ffffff;
}

.kitchen-story__dot.is-yellow {
  background: #f1ca20;
  color: #1f2a2f;
}

.kitchen-story__title {
  font-size: clamp(24px, 19.2px + 1.5vw, 36px);
  line-height: 1.4;
  font-weight: 700;
  margin: 20px 0 15px;
}

.kitchen-story__row.is-light .kitchen-story__title {
  color: #232a2e;
}

.kitchen-story__row.is-blue .kitchen-story__title {
  color: #ffffff;
}

.kitchen-story__text {
  font-size: clamp(18px, 12.4px + 1.75vw, 32px);
  font-weight: 400;
  margin: 0;
}

.kitchen-story__row.is-light .kitchen-story__text {
  color: #4a545a;
}

.kitchen-story__row.is-blue .kitchen-story__text {
  color: #d7e8f1;
}

@media (max-width: 1440px) {
  .kitchen-story__heading {
    margin-bottom: 14px;
    padding: 0 var(--page-pad);
  }
  .kitchen-story__row {
    grid-template-columns: 548px minmax(0, 1fr);
  }
}
@media (max-width: 1024px) {
  .kitchen-story__heading {
    margin-bottom: 8px;
    padding: 0 var(--page-pad);
  }
  .kitchen-story__row {
    display: block;
  }
  .kitchen-story__body {
    padding-top: var(--block-pad);
  }
}
@media (max-width: 640px) {
  .kitchen-story__heading {
    margin-bottom: 10px;
    padding: 0 var(--page-pad);
  }
  .kitchen-story__row {
    display: block;
  }
}
@media (max-width: 320px) {
  .kitchen-story__heading {
    margin-bottom: 8px;
    padding: 0var --page-pad;
  }
  .kitchen-story__row {
    display: block;
  }
  .kitchen-story__media {
    width: 100%;
  }
  .kitchen-story__body {
    text-align: center;
  }
  .kitchen-story__dot {
    margin: 15px auto;
  }
}
/* About page blocks */
.about-display {
  font-size: clamp(24px, 12.8px + 3.5vw, 80px);
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 700;
}

.about-small {
  font-size: clamp(20px, 16.8px + 1vw, 36px);
  line-height: 1.2;
}

.about-hero {
  position: relative;
  background: #101010;
  background-image: var(--about-hero-bg);
  background-size: cover;
  background-position: center;
  color: #fff;
}

.about-hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(13, 14, 15, 0.62);
}

.about-hero__inner {
  position: relative;
  z-index: 1;
  padding: var(--hero-pad-top) var(--page-pad) var(--hero-pad-bottom);
  display: flex;
  flex-direction: column;
}

.about-hero__crumbs {
  font-size: 18px;
  line-height: 1.2;
  color: #d0d7da;
  align-self: flex-start;
  text-align: left;
  display: none;
}

.about-hero__content {
  flex: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.about-hero__crumbs a {
  color: inherit;
  text-decoration: none;
}

.about-hero__title {
  margin: 0 0 18px;
  color: #fff;
}

.about-hero__subtitle {
  margin: 0 0 22px;
  max-width: 940px;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
}

.about-hero__checks {
  margin: 0;
  padding: 26px 32px;
  list-style: none;
  max-width: 1260px;
  background: #f3ca25;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.about-hero__checks li {
  position: relative;
  padding: 0 0 0 60px;
  font-size: 28px;
  line-height: 1.25;
  color: #101214;
}

.about-hero__checks li + li {
  margin-top: 16px;
}

.about-hero__checks li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 700;
}

.about-hero__lead {
  margin: 44px 0 0;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
}

.about-video {
  background: linear-gradient(180deg, #2d6892 0%, #153146 100%);
  color: #fff;
  padding: var(--block-pad) var(--page-pad);
  margin-top: var(--block-pad);
}

.about-video__inner {
  display: flex;
  gap: 36px;
}

.about-video__media {
  position: relative;
  flex: 0 0 57%;
  max-width: 57%;
  height: fit-content;
  border-radius: 12px;
  overflow: hidden;
  background: #0f2e43;
}

.about-video__preview {
  display: block;
  width: 100%;
  height: 600px;
  object-fit: cover;
}

.about-video__play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: var(--about-video-play-outer, 160px);
  height: var(--about-video-play-outer, 160px);
  border-radius: 50%;
  background: rgba(225, 0, 45, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  text-decoration: none;
}

.about-video__play::before {
  content: "";
  width: var(--about-video-play-inner, 112px);
  height: var(--about-video-play-inner, 112px);
  border-radius: 50%;
  background: rgba(225, 0, 45, 0.8);
}

.about-video__play::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-38%, -50%);
  width: 0;
  height: 0;
  border-top: var(--about-video-play-triangle, 17px) solid transparent;
  border-bottom: var(--about-video-play-triangle, 17px) solid transparent;
  border-left: calc(var(--about-video-play-triangle, 17px) * 1.15) solid #fff;
}

@media (max-width: 1440px) {
  .about-hero__content {
    margin-top: 30px;
  }
}
.about-video__frame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  z-index: 3;
}

.about-video__media.is-loaded .about-video__preview,
.about-video__media.is-loaded .about-video__play,
.about-video__media.is-loaded .about-video__label {
  opacity: 0;
  pointer-events: none;
}

.about-video__label {
  position: absolute;
  left: 50%;
  top: calc(50% + var(--about-video-play-outer, 160px) / 2 + 18px);
  transform: translateX(-50%);
  background: #f3ca25;
  color: #182226;
  padding: 10px 18px;
  border-radius: 8px;
  font-size: 28px;
  line-height: 1.2;
  text-align: center;
  z-index: 2;
}

.about-video__content {
  flex: 1 1 auto;
  align-self: center;
}

.about-video__content p {
  margin: 0;
  font-size: 36px;
  line-height: 1.2;
}

.about-video__content p + p {
  margin-top: 24px;
}

.about-video__content p:first-child {
  font-size: 48px;
  line-height: 1.2;
}

.about-video__content p:last-child {
  font-size: clamp(20px, 16.8px + 1vw, 36px);
}

.about-video__accent {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
}

.about-machinery,
.about-quality {
  padding: var(--block-pad) 0;
  background: #e4e4e4;
}

.about-speed,
.about-certs {
  padding: var(--block-pad) 0;
  background: #fff;
}

.about-team {
  padding: 0 0 var(--block-pad) 0;
}

.about-machinery__inner,
.about-speed__inner,
.about-quality__inner,
.about-certs__inner,
.about-team__inner {
  padding: 0 var(--page-pad);
}

.about-certs__inner {
  padding: 0 var(--page-pad) var(--block-pad);
}

.about-certsWrapper__inner {
  padding: var(--block-pad) var(--page-pad);
  background-color: #F1F8F7;
}

.about-machinery__title,
.about-speed__title,
.about-quality__title,
.about-certs__title,
.about-team__title {
  margin: 0;
  max-width: 1500px;
}

.about-machinery__title span,
.about-speed__title span,
.about-quality__title span,
.about-certs__title span,
.about-team__title span {
  color: #157d72;
}

.about-speed__title span {
  color: #2f6e9b;
}

.about-certs__title span {
  color: #2f6e9b;
  word-wrap: break-word;
}

.about-machinery__subtitle,
.about-speed__subtitle,
.about-quality__subtitle,
.about-certs__subtitle {
  margin: 18px 0 34px;
  max-width: 1400px;
  color: #1f2426;
}

.about-machinery__grid {
  --about-machinery-card-height: 420px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.about-machinery__card {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.about-machinery__card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.about-machinery__card img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
  aspect-ratio: 4/3;
}

.about-machinery__card h3 {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 18px;
  margin: 0;
  font-size: 24px;
  line-height: 1.2;
  color: #fff;
  font-weight: 500;
  z-index: 2;
}

.about-machinery__card--wide {
  grid-column: 1/-1;
}

.about-machinery__card--wide img {
  height: 100%;
  aspect-ratio: auto;
}

.about-machinery__result {
  margin-top: 24px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(100deg, rgba(14, 132, 119, 0.86), rgba(14, 132, 119, 0.35)), url("images/catalog-six/kuhni/2.jpg") center/cover no-repeat;
}

.about-machinery__result-content {
  padding: 80px;
  max-width: 920px;
  color: #fff;
}

.about-machinery__result h3 {
  margin: 0;
  font-size: 56px;
  line-height: 1.2;
  font-weight: 700;
}

.about-machinery__result p {
  margin: 20px 0 0;
}

.about-speed__grid,
.about-quality__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.about-speed__item img,
.about-quality__card img {
  display: block;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  aspect-ratio: 4/3;
}

.about-speed__item h3,
.about-quality__card h3 {
  margin: 14px 0 0;
  font-size: 28px;
  line-height: 1.2;
}

.about-speed__item p,
.about-quality__card p {
  margin: 10px 0 0;
  font-size: clamp(20px, 16.4px + 1.125vw, 32px);
  line-height: 1.2;
}

.about-quality__inspection {
  margin-top: 24px;
  min-height: 320px;
  border-radius: 10px;
  overflow: hidden;
  background-image: var(--about-quality-bg);
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: stretch;
  position: relative;
}

.about-quality__inspection-text {
  width: min(100%, 520px);
  background: #2f6e9b;
  color: #fff;
  font-size: clamp(24px, 16.8px + 2.25vw, 48px);
  line-height: 1.2;
  font-weight: 700;
  padding: 38px 46px;
  display: flex;
  align-items: center;
}

.about-speed__result {
  margin-top: 24px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(100deg, rgba(14, 132, 119, 0.86), rgba(14, 132, 119, 0.35)), url("files/about/imgs/about-speed4.webp") center/cover no-repeat;
}

.about-speed__result-content {
  padding: 80px;
  max-width: 920px;
  color: #fff;
}

.about-speed__result h3 {
  margin: 0;
  font-size: clamp(20px, 9.2px + 3.375vw, 42px);
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
}

.about-speed__result p {
  margin: 20px 0 0;
  font-size: clamp(18px, 8.4px + 3vw, 36px);
}

.about-certs__materials {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.about-certs__material img {
  display: block;
  width: 100%;
  border-radius: 10px;
}

.about-certs__material h3 {
  margin: 14px 0 0;
  font-size: 52px;
  line-height: 1.2;
}

.about-certs__material p {
  margin: 10px 0 0;
  font-size: 22px;
  line-height: 1.2;
}

.about-certs__material ul {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.about-certs__material li {
  position: relative;
  padding-left: 30px;
  font-size: 22px;
  line-height: 1.2;
}

.about-certs__material li + li {
  margin-top: 10px;
}

.about-certs__material li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #2f6e9b;
  transform: translateY(-50%);
}

.about-certs__carousel .owl-stage {
  display: flex;
}

.about-certs__item {
  height: 100%;
}

.about-certs__paper {
  min-height: 400px;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #3a5968;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 600;
}

.about-certs__paper img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.about-certs__item h3 {
  margin: 14px 0 0;
  text-align: center;
  font-size: 22px;
  line-height: 1.2;
}

.about-certs__item p {
  margin: 10px 0 0 0;
  text-align: center;
}

.about-certs__carousel .owl-nav {
  margin-top: 18px;
  display: flex;
  justify-content: center;
  gap: 14px;
}

.about-certs__carousel .owl-nav button.owl-prev,
.about-certs__carousel .owl-nav button.owl-next {
  width: 56px;
  height: 56px;
  border-radius: 10px;
  font-size: 30px;
}

.about-certs__paper {
  display: block;
  cursor: zoom-in;
}

.certificate-lightbox-open {
  overflow: hidden;
}

.certificate-lightbox {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.certificate-lightbox[hidden] {
  display: none;
}

.certificate-lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(12, 16, 22, 0.84);
}

.certificate-lightbox__dialog {
  position: relative;
  z-index: 1;
  max-width: min(960px, 100%);
  max-height: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}

.certificate-lightbox__content {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  width: fit-content;
  max-width: 100%;
}

.certificate-lightbox__image {
  display: block;
  max-width: 100%;
  max-height: calc(100vh - 140px);
  width: auto;
  height: auto;
  border-radius: 24px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.35);
  background: #fff;
}

.certificate-lightbox__dialog.is-loading .certificate-lightbox__image {
  opacity: 0.35;
}

.certificate-lightbox__loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  padding: 18px 22px;
  border-radius: 18px;
  background: rgba(12, 16, 22, 0.72);
  color: #ffffff;
  transform: translate(-50%, -50%);
}

.certificate-lightbox__dialog.is-loading .certificate-lightbox__loader {
  display: flex;
}

.certificate-lightbox__dialog.is-paginating .certificate-lightbox__loader {
  display: flex;
}

.certificate-lightbox__spinner {
  width: 36px;
  height: 36px;
  border: 3px solid rgba(255, 255, 255, 0.24);
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: privacy-lightbox-spin 0.8s linear infinite;
}

.certificate-lightbox__loader-text {
  font-size: 16px;
  line-height: 1.2;
}

.certificate-lightbox__caption {
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
  width: 100%;
  max-width: 480px;
  margin: 20px auto 0;
  overflow-wrap: anywhere;
}

.certificate-lightbox__close {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 999px;
  background: #fff;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.24);
}

.certificate-lightbox__close::before,
.certificate-lightbox__close::after {
  content: "";
  position: absolute;
  top: 21px;
  left: 12px;
  width: 20px;
  height: 2px;
  background: #111;
}

.certificate-lightbox__close::before {
  transform: rotate(45deg);
}

.certificate-lightbox__close::after {
  transform: rotate(-45deg);
}

.certificate-lightbox__nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.24);
  cursor: pointer;
  transform: translateY(-50%);
}

.certificate-lightbox__nav::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  border-top: 2px solid #111;
  border-right: 2px solid #111;
  transform-origin: center;
}

.certificate-lightbox__nav--prev {
  left: -72px;
}

.certificate-lightbox__nav--prev::before {
  transform: translate(-30%, -50%) rotate(-135deg);
}

.certificate-lightbox__nav--next {
  right: -72px;
}

.certificate-lightbox__nav--next::before {
  transform: translate(-70%, -50%) rotate(45deg);
}

.certificate-lightbox__nav[hidden],
.certificate-lightbox__nav:disabled {
  display: none;
}

.certificate-lightbox__nav.is-loading:disabled {
  display: block;
  cursor: wait;
}

.about-certs__brands {
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.about-certs__brand {
  height: 92px;
  border: 1px solid #c3c3c3;
  border-radius: 10px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
}

.about-certs__brand img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.about-team__stats {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.about-team__stats div {
  background: #2f6e9b;
  color: #fff;
  padding: 28px;
  border-radius: 10px;
  font-size: clamp(20px, 14.4px + 1.75vw, 48px);
  line-height: 1.2;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.about-team__stats strong {
  color: #f3ca25;
}

.about-team__grid {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}

.about-team__card img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1.22;
  object-fit: cover;
  object-position: top;
  border-radius: 10px;
}

.about-team__role {
  margin: 12px 0 0;
  font-size: 22px;
}

.about-team__card h3 {
  margin: 8px 0 0;
  font-size: 40px;
  line-height: 1.2;
}

.about-team__exp {
  margin: 8px 0 0;
  font-size: 28px;
  line-height: 1.2;
}

.about-team__more {
  margin: 28px auto 0;
  display: block;
  width: min(100%, 740px);
  text-align: center;
  text-decoration: none;
  background: #157d72;
  border-radius: 10px;
  padding: 22px 24px;
  font-size: 42px;
  color: #eaf7f6;
}

.about-process {
  position: relative;
  color: #fff;
}

.about-process__overlay {
  display: none;
}

.about-process__inner {
  position: relative;
  z-index: 1;
  padding: 58px var(--page-pad);
}

.about-process > .about-process__inner {
  background: #090f17;
  background-image: var(--about-process-bg);
  background-size: cover;
  background-position: center;
}

.about-process > .about-process__inner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(8, 20, 33, 0.68);
}

.about-process > .about-process__inner > * {
  position: relative;
  z-index: 1;
}

.about-process__title {
  margin: 0 0 34px;
  color: #fff;
}

.about-process__title span {
  color: #f3ca25;
}

.about-process__cols {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 48px;
}

.about-process__feature {
  max-width: 760px;
}

.about-process__feature-head {
  display: flex;
  align-items: center;
  gap: 20px;
}

.about-process__icon-box {
  width: 148px;
  height: 148px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.about-process__icon-box img {
  width: 82px;
  height: 82px;
  object-fit: contain;
}

.about-process__feature h3 {
  margin: 0;
  font-size: 36px;
  line-height: 1.2;
  color: #fff;
}

.about-process__feature-accent {
  margin: 20px 0 0;
  font-size: 32px;
  line-height: 1.2;
  color: #f3ca25;
}

.about-process__feature-text {
  margin: 20px 0 0;
  font-size: 32px;
  line-height: 1.2;
  color: #e6edf1;
}

.about-process__benefits-wrap {
  position: relative;
  z-index: 1;
  background: #e4e4e4;
}

.about-process__functionality-wrap {
  padding-top: 22px;
  padding-bottom: 22px;
}

.about-process__benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  padding-top: 0;
  padding-bottom: 42px;
}

.about-process__benefits--blue {
  padding-top: 42px;
  padding-bottom: 22px;
}

.about-process__benefits--green {
  padding-top: 22px;
  padding-bottom: 42px;
}

.about-process__functionality {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
  gap: 20px;
}

.about-process__functionality-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.about-process__functionality-content {
  background: #fff;
  border-radius: 10px;
  padding: 36px 34px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about-process__functionality-icon {
  width: 78px;
  height: 78px;
  object-fit: contain;
}

.about-process__functionality-content h3 {
  margin: 18px 0 0;
  font-size: 36px;
  line-height: 1.2;
  color: #12171c;
}

.about-process__functionality-content p {
  margin: 14px 0 0;
  font-size: 32px;
  line-height: 1.2;
  color: #2b3034;
}

.about-process__benefit {
  border-radius: 10px;
  padding: 44px 36px 32px;
  color: #e9f1f5;
}

.about-process__benefit--blue-1 {
  background: #2f6e9b;
}

.about-process__benefit--blue-2 {
  background: #428bbf;
}

.about-process__benefit--blue-3 {
  background: #25577f;
}

.about-process__benefit--green-1 {
  background: #157d72;
}

.about-process__benefit--green-2 {
  background: #1d9386;
}

.about-process__benefit--green-3 {
  background: #0f6b62;
}

.about-process__benefit img {
  display: block;
  width: 88px;
  height: 88px;
  object-fit: contain;
}

.about-process__benefit h3 {
  margin: 24px 0 0;
  font-size: 36px;
  line-height: 1.2;
  color: #fff;
}

.about-process__benefit p {
  margin: 18px 0 0;
  font-size: 32px;
  line-height: 1.2;
}

@media (max-width: 1440px) {
  .about-machinery__grid {
    --about-machinery-card-height: 420px;
  }
  .about-hero__checks li {
    font-size: 24px;
  }
  .about-video__play {
    --about-video-play-outer: 130px;
    --about-video-play-inner: 92px;
    --about-video-play-triangle: 14px;
  }
  .about-video__label {
    font-size: 24px;
  }
  .about-video__content p {
    font-size: 30px;
  }
  .about-video__content p:first-child {
    font-size: 40px;
  }
  .about-machinery__card h3,
  .about-certs__item h3 {
    font-size: 20px;
    line-height: 1.2;
  }
  .about-certs__material h3 {
    font-size: 44px;
  }
  .about-certs__material p,
  .about-certs__material li {
    font-size: 20px;
  }
  .about-quality__inspection-text {
    padding: 30px 34px;
  }
  .about-team__card h3 {
    font-size: 32px;
  }
  .about-team__more {
    font-size: 36px;
  }
  .about-process__feature h3,
  .about-process__benefit h3 {
    font-size: 32px;
  }
  .about-process__functionality-content h3 {
    font-size: 32px;
  }
  .about-process__feature-accent,
  .about-process__feature-text,
  .about-process__benefit p,
  .about-process__functionality-content p {
    font-size: 28px;
  }
  .about-process__icon-box {
    width: 120px;
    height: 120px;
  }
  .about-process__icon-box img {
    width: 68px;
    height: 68px;
  }
}
@media (max-width: 1024px) {
  .about-machinery__grid {
    --about-machinery-card-height: 520px;
  }
  .about-hero__content {
    margin-top: 30px;
  }
  .about-hero__checks li {
    font-size: 22px;
    padding-left: 52px;
  }
  .about-hero__checks li::before {
    width: 34px;
    height: 34px;
    font-size: 20px;
  }
  .about-video__inner {
    flex-direction: column;
  }
  .about-video__media {
    flex-basis: auto;
    max-width: none;
  }
  .about-video__content p {
    font-size: 26px;
  }
  .about-video__content p:first-child {
    font-size: 34px;
  }
  .about-machinery__grid,
  .about-quality__cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .about-speed__grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .about-certs__brands {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .certificate-lightbox__nav--prev {
    left: 12px;
  }
  .certificate-lightbox__nav--next {
    right: 12px;
  }
  .about-certs__materials {
    grid-template-columns: 1fr;
  }
  .about-certs__material h3 {
    font-size: 36px;
  }
  .about-team__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
  .about-process__cols {
    grid-template-columns: 1fr;
  }
  .about-process__functionality {
    grid-template-columns: 1fr;
  }
  .about-process__functionality-content {
    padding: 26px 24px;
  }
  .about-process__benefits {
    grid-template-columns: 1fr;
  }
  .about-process__feature h3,
  .about-process__benefit h3 {
    font-size: 28px;
  }
  .about-process__functionality-content h3 {
    font-size: 28px;
  }
  .about-process__feature-accent,
  .about-process__feature-text,
  .about-process__benefit p,
  .about-process__functionality-content p {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  .about-quality__inspection {
    min-height: 0;
    background: none;
    flex-direction: column;
  }
  .about-video__preview {
    height: 400px;
  }
  .about-quality__inspection::after {
    content: "";
    display: block;
    width: 100%;
    min-height: 400px;
    background-image: var(--about-quality-bg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .about-quality__inspection-text {
    width: 100%;
    max-width: none;
  }
}
@media (max-width: 768px) {
  .about-quality__cards,
  .about-machinery__grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .about-machinery__grid {
    --about-machinery-card-height: 420px;
  }
  .about-hero__inner {
    padding-bottom: 36px;
  }
  .about-hero__checks {
    padding: 18px 16px;
  }
  .about-hero__checks li {
    font-size: 20px;
    padding-left: 0;
    padding-top: 52px;
    text-align: center;
  }
  .about-hero__checks li::before {
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }
  .about-video__play {
    --about-video-play-outer: 95px;
    --about-video-play-inner: 68px;
    --about-video-play-triangle: 10px;
  }
  .about-video__label {
    font-size: 18px;
  }
  .about-video__content p {
    font-size: 22px;
  }
  .about-video__content p:first-child {
    font-size: 28px;
  }
  .about-quality__inspection {
    min-height: 0;
  }
  .about-quality__inspection-text {
    width: 100%;
    padding: 20px 22px;
  }
  .about-machinery__grid,
  .about-speed__grid,
  .about-quality__cards,
  .about-team__grid,
  .about-certs__brands {
    grid-template-columns: 1fr;
  }
  .about-certs__material h3 {
    font-size: 28px;
  }
  .about-certs__material p,
  .about-certs__material li {
    font-size: 18px;
  }
  .about-machinery__result-content,
  .about-speed__result-content {
    padding: 34px 22px;
  }
  .about-process__functionality-content h3 {
    font-size: 24px;
  }
  .about-process__feature-head {
    gap: 14px;
  }
  .about-process__icon-box {
    width: 88px;
    height: 88px;
  }
  .about-process__icon-box img {
    width: 50px;
    height: 50px;
  }
  .about-process__feature-accent,
  .about-process__feature-text,
  .about-process__benefit p,
  .about-process__functionality-content p {
    font-size: 20px;
  }
  .about-process__benefit {
    padding: 24px 20px;
  }
  .about-process__functionality-content {
    padding: 20px 16px;
  }
  .about-process__functionality-icon {
    width: 58px;
    height: 58px;
  }
  .about-team__stats {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 639px) {
  .about-hero {
    background: #000000;
  }
}
@media (max-width: 320px) {
  .about-machinery__grid {
    --about-machinery-card-height: 320px;
  }
  .about-process__feature h3,
  .about-process__benefit h3,
  .about-process__functionality-content h3 {
    font-size: 20px;
  }
  .about-process__feature-accent,
  .about-process__feature-text,
  .about-process__benefit p,
  .about-process__functionality-content p {
    font-size: 18px;
  }
  .about-hero__crumbs {
    font-size: 14px;
    display: none;
  }
  .about-hero__content {
    margin-top: 0;
  }
  .about-hero__checks li {
    font-size: 16px;
  }
  .about-video__content p {
    font-size: 18px;
  }
  .about-video__content p:first-child {
    font-size: 24px;
  }
  .about-quality__inspection-text {
    width: 100%;
    padding: 16px 14px;
  }
  .about-machinery__card h3,
  .about-speed__item h3,
  .about-quality__card h3,
  .about-certs__item h3,
  .about-team__role,
  .about-team__exp {
    font-size: 18px;
    line-height: 1.2;
  }
  .about-team__card h3 {
    font-size: 24px;
  }
  .about-team__more {
    font-size: 24px;
    padding: 16px;
  }
}
.about-certs__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: fit-content;
  max-width: 100%;
  margin: 18px auto 0;
}

.about-certs__controls.is-single {
  opacity: 0.6;
}

.about-certs__nav {
  width: 62px;
  height: 56px;
  border-radius: 10px;
  border: 1px solid #2D6892;
  background: #2D6892;
  position: relative;
  flex: 0 0 auto;
  padding: 0;
  font-size: 0;
  cursor: pointer;
}

.about-certs__nav::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 14px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: translate(-25%, -50%) rotate(225deg);
}

.about-certs__nav--next {
  background: transparent;
}

.about-certs__nav--next::after {
  border-top-color: #2D6892;
  border-right-color: #2D6892;
  transform: translate(-75%, -50%) rotate(45deg);
}

.about-certs__nav:disabled {
  opacity: 0.35;
  cursor: default;
}

.about-certs__dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  padding: 0 12px;
}

.about-certs__dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #2D6892;
  background: transparent;
  padding: 0;
  font-size: 0;
  cursor: pointer;
}

.about-certs__dot.is-active {
  background: #2D6892;
}

.about-certs__counter {
  min-width: 68px;
  height: 56px;
  border-radius: 10px;
  border: 1px solid #2D6892;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 0 12px;
  font-weight: 700;
  line-height: 1;
  color: #111111;
  background: #ffffff;
}

.about-certs__counter span {
  font-size: 20px;
  line-height: 1;
}

.about-certs__counter span:nth-child(2) {
  font-size: 16px;
  transform: translateY(-1px);
}

.about-certs__counter span:last-child {
  color: #2D6892;
}

.about-certs__brands.owl-carousel .owl-nav, .about-certs__brands.owl-carousel .owl-dots {
  display: none !important;
}

@media (max-width: 639px) {
  .about-certs__controls {
    flex-wrap: wrap;
    gap: 12px;
  }
  .about-certs__dots {
    order: 2;
    flex: 0 0 100%;
    padding: 0;
  }
  .about-certs__counter {
    order: 3;
  }
}
/* Dogovor page blocks */
.dogovor-page {
  background: #fff;
}

.dogovor-display {
  font-size: clamp(24px, 16px + 2.5vw, 64px);
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
}

.dogovor-lead {
  font-size: clamp(20px, 16.8px + 1vw, 36px);
  line-height: 1.2;
}

.dogovor-hero {
  position: relative;
  background-image: var(--dogovor-hero-bg);
  background-size: cover;
  background-position: center;
  color: #fff;
}

.dogovor-hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(12, 24, 37, 0.62);
}

.dogovor-hero__inner,
.dogovor-guarantees__inner,
.dogovor-control__inner,
.dogovor-certs__inner,
.dogovor-links__inner {
  position: relative;
  z-index: 1;
  padding-left: var(--page-pad);
  padding-right: var(--page-pad);
}

.dogovor-hero__inner {
  padding-top: var(--hero-pad-top);
  padding-bottom: var(--hero-pad-bottom);
  text-align: center;
}

.dogovor-hero__title {
  margin: 0;
  color: #fff;
}

.dogovor-hero__crumbs {
  margin: 0 0 18px;
  font-size: 18px;
  line-height: 1.2;
  color: #d0d7da;
  display: none;
}

.dogovor-hero__crumbs a {
  color: inherit;
  text-decoration: none;
}

.dogovor-hero__subtitle {
  margin: 24px 0 0;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.dogovor-hero__list {
  margin: 30px 0 0;
  padding: 24px 30px;
  max-width: 1180px;
  list-style: none;
  background: rgba(243, 202, 37, 0.96);
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  text-wrap-style: balance;
}

.dogovor-hero__list li {
  font-size: clamp(20px, 16.8px + 1vw, 36px);
  line-height: 1.22;
  color: #101214;
  margin-left: 0;
}

.dogovor-guarantees,
.dogovor-control,
.dogovor-certs {
  padding: 62px 0;
  background: #fff;
}

.dogovor-guarantees__title,
.dogovor-control__title,
.dogovor-certs__title {
  margin: 0;
}

.dogovor-guarantees {
  background: #efefef;
}

.dogovor-guarantees__title {
  color: #111;
}

.dogovor-guarantees__title span {
  color: #2f6e9b;
}

.dogovor-guarantees__subtitle {
  margin: 10px 0 0;
  font-size: 46px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #23272b;
}

.dogovor-guarantees__content {
  margin-top: 30px;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) repeat(2, minmax(0, 1fr));
  gap: 30px;
}

.dogovor-guarantees__photo {
  grid-row: span 2;
  border-radius: 8px;
  overflow: hidden;
}

.dogovor-guarantees__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dogovor-guarantees__actions {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
  text-wrap-style: balance;
}

.dogovor-guarantees__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 74px;
  border-radius: 6px;
  padding: 10px 26px;
  text-decoration-line: underline;
  text-decoration-style: dotted;
  text-decoration-color: currentColor;
  text-transform: uppercase;
  text-align: center;
  font-size: clamp(20px, 16.4px + 1.125vw, 32px);
  line-height: 1.2;
  color: #dce5ef;
}

.dogovor-guarantees__btn:hover {
  color: #fff;
  text-decoration: none;
}

.dogovor-guarantees__btn--blue {
  background: linear-gradient(180deg, #356f97 0%, #2a5f85 100%);
}

.dogovor-guarantees__btn--green {
  background: linear-gradient(180deg, #20a790 0%, #157d72 100%);
}

.doc-lightbox-open {
  overflow: hidden;
}

.doc-lightbox {
  position: fixed;
  inset: 0;
  z-index: 2100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.doc-lightbox[hidden] {
  display: none;
}

.doc-lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(12, 16, 22, 0.84);
}

.doc-lightbox__dialog {
  position: relative;
  z-index: 1;
  width: min(1100px, 100%);
  height: 80vh;
  max-height: 900px;
  padding: 18px 18px 24px;
  border-radius: 18px;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.doc-lightbox__dialog.is-loading .doc-lightbox__frame {
  opacity: 0;
}

.doc-lightbox__title {
  padding-right: 48px;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
  color: #16202a;
}

.doc-lightbox__frame {
  width: 100%;
  height: 100%;
  flex: 1 1 auto;
  border: 0;
  border-radius: 10px;
  background: #eef2f6;
}

.doc-lightbox__content {
  width: 100%;
  flex: 1 1 auto;
  min-height: 0;
  border-radius: 10px;
  background: #eef2f6;
  overflow: hidden;
}

.doc-lightbox__source {
  height: 100%;
}

.doc-lightbox__content .embedpress-el-powered {
  display: none !important;
}

.doc-lightbox__content .embedpress-document-embed,
.doc-lightbox__content .embedpress-document-embed iframe {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
}

.doc-lightbox__loader {
  position: absolute;
  inset: 72px 18px 24px;
  display: none;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border-radius: 10px;
  background: rgba(238, 242, 246, 0.96);
  color: #16202a;
  font-size: 18px;
  font-weight: 600;
}

.doc-lightbox__dialog.is-loading .doc-lightbox__loader {
  display: flex;
}

.doc-lightbox__spinner {
  width: 28px;
  height: 28px;
  border: 3px solid rgba(22, 32, 42, 0.18);
  border-top-color: #156d63;
  border-radius: 50%;
  animation: privacy-lightbox-spin 0.8s linear infinite;
}

.doc-lightbox__loader-text {
  line-height: 1.2;
}

.doc-lightbox__close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 999px;
  background: #f2f4f7;
  cursor: pointer;
}

.doc-lightbox__close::before,
.doc-lightbox__close::after {
  content: "";
  position: absolute;
  top: 19px;
  left: 10px;
  width: 20px;
  height: 2px;
  background: #16202a;
}

.doc-lightbox__close::before {
  transform: rotate(45deg);
}

.doc-lightbox__close::after {
  transform: rotate(-45deg);
}

@media (max-width: 767px) {
  .doc-lightbox {
    padding: 0;
  }
  .doc-lightbox__dialog {
    width: 100%;
    max-width: 100%;
    height: 80vh;
    padding: 16px 16px 20px;
    border-radius: 0;
  }
  .doc-lightbox__loader {
    inset: 64px 16px 20px;
    border-radius: 0;
  }
}
.dogovor-control__grid {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.dogovor-guarantees__card,
.dogovor-control__card {
  border-radius: 10px;
  padding: 30px;
  color: #fff;
}

.dogovor-guarantees__card--dark {
  background: #24557d;
}

.dogovor-guarantees__card--light {
  background: #3f8fc7;
}

.dogovor-control__card {
  background: #157d72;
}

.dogovor-guarantees__card img {
  width: 62px;
  height: 62px;
}

.dogovor-guarantees__card h3,
.dogovor-control__card h3 {
  font-size: clamp(24px, 20.4px + 1.125vw, 36px);
  line-height: 1.2;
  color: #fff;
}

.dogovor-guarantees__card p,
.dogovor-control__card p {
  margin: 10px 0 0;
  font-size: clamp(20px, 17px + 0.9375vw, 30px);
  line-height: 1.24;
}

.dogovor-control {
  background: #e5ecef;
}

.dogovor-control__num {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #f3ca25;
  color: #1d2c38;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.dogovor-control__title span {
  color: #157d72;
}

.dogovor-control__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.dogovor-control__card {
  background: #157d72;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.dogovor-control__card h3 {
  margin: 0;
  font-size: clamp(20px, 16.4px + 1.125vw, 32px);
  line-height: 1.18;
  font-weight: 700;
}

.dogovor-control__card p {
  margin: 8px 0 0;
  font-size: clamp(18px, 16.2px + 0.5625vw, 24px);
  line-height: 1.22;
  color: #d7efe8;
}

.dogovor-control__content {
  flex: 1 1 auto;
}

.dogovor-certs {
  background: #F1F8F7;
  padding-top: 0;
}

.dogovor-certs__top-note {
  background: rgba(9, 18, 27, 0.86);
  background-image: url("files/dogovor/garantiya-i-podderzhka.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: clamp(24px, 20.4px + 1.125vw, 36px);
  line-height: 1.2;
  font-weight: 700;
  padding: 94px 0;
  position: relative;
}

.dogovor-certs__top__overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(12, 18, 24, 0.4);
}

.dogovor-certs__intro {
  background: #2f6e9b;
  color: #e8eef3;
  text-align: center;
  padding: 38px 0;
}

.dogovor-certs__intro-pretext {
  margin: 0 0 12px;
  font-size: clamp(20px, 11.6px + 2.625vw, 48px);
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
}

.dogovor-certs__intro-title {
  margin: 0;
  font-size: clamp(24px, 12px + 3.75vw, 64px);
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}

.dogovor-certs__intro-title span {
  color: #f3ca25;
}

.dogovor-certs__intro-text {
  margin: 12px auto 0;
  max-width: 1500px;
  font-size: clamp(20px, 11.6px + 2.625vw, 48px);
  line-height: 1.24;
}

.dogovor-certs > .dogovor-certs__inner {
  padding-top: var(--block-pad);
}

.dogovor-certs .about-certs__carousel {
  margin-top: 0;
}

.dogovor-links__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.dogovor-links__item {
  position: relative;
  display: block;
  min-height: 360px;
  border-radius: 10px;
  overflow: hidden;
  background-image: var(--dogovor-link-bg);
  background-size: cover;
  background-position: center;
  text-decoration: none;
}

.dogovor-links__item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(8, 30, 47, 0.45);
}

.dogovor-links__item span {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 1;
  font-size: 34px;
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-color: currentColor;
}

.dogovor-links__item:hover span {
  text-decoration: none;
}

@media (max-width: 1024px) {
  .dogovor-guarantees__content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
  .dogovor-guarantees__photo {
    grid-column: 1/-1;
    grid-row: auto;
  }
  .dogovor-guarantees__subtitle {
    font-size: 34px;
  }
  .dogovor-control__grid {
    grid-template-columns: 1fr;
  }
  .dogovor-links__grid {
    grid-template-columns: 1fr;
  }
  .dogovor-links__item {
    min-height: 460px;
  }
}
@media (max-width: 640px) {
  .dogovor-links__item {
    min-height: 560px;
  }
  .dogovor-hero__crumbs {
    font-size: 16px;
    margin-bottom: 30px;
    display: none;
  }
  .dogovor-hero__list {
    padding: 16px;
    text-align: center;
  }
  .dogovor-guarantees__content {
    grid-template-columns: 1fr;
  }
  .dogovor-guarantees__actions {
    grid-template-columns: 1fr;
    margin-top: 20px;
    gap: 20px;
  }
  .dogovor-guarantees__subtitle {
    font-size: 24px;
  }
  .dogovor-guarantees__btn {
    min-height: 44px;
  }
  .dogovor-certs__top-note {
    padding: 56px 0;
  }
  .dogovor-certs__intro {
    padding: 28px 0;
  }
  .dogovor-guarantees,
  .dogovor-control,
  .dogovor-certs {
    padding: 42px 0;
  }
  .dogovor-certs {
    padding-top: 0;
  }
  .dogovor-guarantees__card {
    text-align: center;
    padding: 24px 14px 22px;
  }
  .dogovor-control__card {
    padding: 24px 14px 22px;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .dogovor-control__num {
    width: 28px;
    height: 28px;
    font-size: 16px;
  }
}
@media (max-width: 639px) {
  .dogovor-hero {
    background: #000000;
  }
}
@media (max-width: 320px) {
  .dogovor-guarantees__subtitle {
    font-size: 20px;
  }
}
/* Works and reviews page blocks */
.works-hero {
  position: relative;
  background-image: var(--works-hero-bg);
  background-position: center;
  background-size: cover;
  color: #fff;
}

.works-hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(8, 10, 14, 0.58);
}

.works-hero__inner {
  position: relative;
  z-index: 1;
  padding: var(--hero-pad-top) var(--page-pad) var(--hero-pad-bottom);
  display: flex;
  flex-direction: column;
}

.works-hero__crumbs-wrap {
  position: relative;
  z-index: 1;
  display: none;
}

.works-hero__crumbs {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  line-height: 1.2;
}

.works-hero__crumbs a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

.works-hero__content {
  margin-top: 0;
  text-align: center;
}

.works-hero__title {
  margin: 0;
  font-size: clamp(24px, 16px + 2.5vw, 64px);
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
}

.works-hero__subtitle {
  margin: 24px auto 0;
  max-width: 1500px;
  font-size: clamp(20px, 16.8px + 1vw, 36px);
  line-height: 1.4;
}

.works-hero__subtitle span {
  color: #f3ca25;
  font-weight: 700;
}

.works-hero__features {
  margin: 100px auto 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
}

.works-hero__features li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 30px;
  line-height: 1.4;
}

.works-hero__feature-icon {
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #f3ca25;
  color: #111;
  font-size: 17px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
}

@media (max-width: 1440px) {
  .works-hero__crumbs-wrap {
    display: none;
  }
  .works-hero__features li {
    font-size: 30px;
  }
}
@media (max-width: 1024px) {
  .works-hero__crumbs-wrap {
    display: none;
  }
  .works-hero__features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 60px auto 0;
    gap: 24px;
  }
  .works-hero__features li {
    font-size: 24px;
  }
}
@media (max-width: 640px) {
  .works-hero__crumbs-wrap {
    display: none;
  }
  .works-hero__crumbs {
    font-size: 16px;
    display: none;
  }
  .works-hero__content {
    margin-top: 0;
  }
  .works-hero__subtitle {
    margin-top: 16px;
    line-height: 1.4;
  }
  .works-hero__features {
    grid-template-columns: 1fr;
    gap: 20px;
    margin: 40px auto 0;
  }
  .works-hero__features li {
    font-size: 20px;
  }
}
@media (max-width: 639px) {
  .works-hero {
    background: #000000;
  }
}
@media (max-width: 320px) {
  .works-hero__features li {
    font-size: 18px;
  }
  .works-hero__feature-icon {
    flex-basis: 26px;
    width: 26px;
    height: 26px;
    font-size: 14px;
    line-height: 26px;
  }
}
/* Delivery page blocks */
.delivery-hero {
  position: relative;
  background-image: var(--delivery-hero-bg);
  background-size: cover;
  background-position: center;
  color: #fff;
}

.delivery-hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(12, 18, 24, 0.6);
}

.delivery-hero__inner {
  position: relative;
  z-index: 1;
  padding: var(--hero-pad-top) var(--page-pad) var(--hero-pad-bottom);
  display: flex;
  flex-direction: column;
}

.delivery-hero__crumbs {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  line-height: 1.2;
  display: none;
}

.delivery-hero__crumbs a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

.delivery-hero__content {
  margin: auto;
  width: min(100%, 1460px);
  text-align: center;
}

.delivery-hero__title {
  margin: 0;
  font-size: clamp(24px, 16px + 2.5vw, 64px);
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}

.delivery-hero__subtitle,
.delivery-hero__lead {
  margin: 22px 0 0;
  font-size: clamp(20px, 16.8px + 1vw, 36px);
  line-height: 1.4;
  text-transform: uppercase;
}

.delivery-hero__checks {
  margin: 34px auto 0;
  padding: 24px 30px;
  width: min(100%, 820px);
  list-style: none;
  background: #f3ca25;
  border-radius: 10px;
  text-align: left;
}

.delivery-hero__checks li {
  position: relative;
  padding-left: 44px;
  font-size: 30px;
  line-height: 1.25;
  color: #111;
}

.delivery-hero__checks li + li {
  margin-top: 12px;
}

.delivery-hero__checks li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 2px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  color: #111;
  font-size: 17px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
}

.delivery-hero__lead {
  margin-top: 48px;
}

@media (max-width: 1024px) {
  .delivery-hero__content {
    margin-top: 30px;
  }
  .delivery-hero__checks {
    width: min(100%, 760px);
  }
  .delivery-hero__checks li {
    font-size: 24px;
  }
}
@media (max-width: 640px) {
  .delivery-hero__content {
    margin-top: 0;
  }
  .delivery-hero__crumbs {
    font-size: 16px;
    display: none;
  }
  .delivery-hero__subtitle,
  .delivery-hero__lead {
    margin-top: 14px;
  }
  .delivery-hero__checks {
    margin-top: 22px;
    padding: 16px;
    border-radius: 8px;
  }
  .delivery-hero__checks li {
    padding-left: 34px;
    font-size: 20px;
  }
  .delivery-hero__checks li::before {
    top: 0;
    width: 24px;
    height: 24px;
    font-size: 14px;
    line-height: 24px;
  }
  .delivery-hero__lead {
    margin-top: 26px;
  }
}
@media (max-width: 639px) {
  .delivery-hero {
    background: #000000;
  }
}
.delivery-safe {
  padding: 70px 0;
  background: #fff;
}

.delivery-safe__inner {
  padding-left: var(--page-pad);
  padding-right: var(--page-pad);
}

.delivery-safe__title {
  margin: 0;
  font-size: clamp(24px, 16px + 2.5vw, 64px);
  line-height: 1.2;
  font-weight: 700;
  color: #111;
}

.delivery-safe__title span {
  color: #356f97;
  text-transform: uppercase;
}

.delivery-safe__top-grid {
  margin-top: 34px;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 22px;
}

.delivery-safe__image-wrap {
  border-radius: 10px;
  overflow: hidden;
}

.delivery-safe__image-wrap img,
.delivery-safe__image-wrap video {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 380px;
  object-fit: cover;
}

.delivery-safe__top-item h3 {
  margin: 16px 0 0;
  font-size: clamp(20px, 16.4px + 1.125vw, 32px);
  line-height: 1.2;
  font-weight: 500;
  color: #202428;
}

.delivery-safe__top-item p {
  margin: 10px 0 0;
  font-size: clamp(18px, 16.2px + 0.5625vw, 24px);
  line-height: 1.24;
  color: #202428;
}

.delivery-safe__bottom-grid {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.delivery-safe__bottom-item {
  position: relative;
  aspect-ratio: 1/0.9;
  min-height: 360px;
  display: flex;
  align-items: flex-end;
  padding: 26px;
  border-radius: 10px;
  overflow: hidden;
  background-image: var(--delivery-safe-bg);
  background-size: cover;
  background-position: center;
}

.delivery-safe__bottom-item a {
  color: #fff;
  text-decoration-line: underline;
  text-decoration-style: dotted;
  text-decoration-color: currentColor;
}

.delivery-safe__bottom-item a:hover {
  color: #fff;
  text-decoration: none;
}

.delivery-safe__bottom-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(12, 18, 24, 0.6);
}

.delivery-safe__bottom-item h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  max-width: 86%;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 600;
  color: #fff;
}

@media (max-width: 1024px) {
  .delivery-safe {
    padding: 58px 0;
  }
  .delivery-safe__top-grid {
    grid-template-columns: 1fr;
  }
  .delivery-safe__bottom-grid {
    grid-template-columns: 1fr;
  }
  .delivery-safe__bottom-item {
    aspect-ratio: 16/10;
  }
  .delivery-safe__bottom-item h3 {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  .delivery-safe__image-wrap img,
  .delivery-safe__image-wrap video {
    max-height: 540px;
  }
}
@media (max-width: 1023px) {
  .delivery-safe__image-wrap img,
  .delivery-safe__image-wrap video {
    aspect-ratio: 4/3;
  }
}
@media (max-width: 640px) {
  .delivery-safe {
    padding: 44px 0;
  }
  .delivery-safe__top-grid {
    margin-top: 24px;
    gap: 16px;
  }
  .delivery-safe__bottom-grid {
    margin-top: 20px;
    gap: 16px;
  }
  .delivery-safe__bottom-item h3 {
    font-size: 20px;
  }
  .delivery-safe__bottom-item {
    aspect-ratio: auto;
    min-height: 380px;
    padding: 18px;
  }
}
.delivery-payment-methods {
  margin-bottom: 60px;
}

.delivery-payment-methods__inner {
  padding-left: var(--page-pad);
  padding-right: var(--page-pad);
}

.delivery-payment-methods__top,
.delivery-payment-methods__bottom {
  background: #157d72;
  color: #e7f0ef;
}

.delivery-payment-methods__top {
  padding: 34px 0 30px;
}

.delivery-payment-methods__title {
  margin: 0;
  font-size: clamp(24px, 16px + 2.5vw, 64px);
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}

.delivery-payment-methods__title span {
  color: #f3ca25;
}

.delivery-payment-methods__top p {
  margin: 18px 0 0;
  font-size: clamp(20px, 11.6px + 2.625vw, 48px);
  line-height: 1.22;
}

.delivery-payment-methods__cards-wrap {
  background: #efefef;
  padding: 22px 0;
}

.delivery-payment-methods__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.delivery-payment-methods__card {
  background: #356f97;
  border-radius: 8px;
  padding: 28px 24px;
  text-align: center;
  color: #e9eef3;
}

.delivery-payment-methods__card img {
  display: block;
  width: 72px;
  height: 72px;
  margin: 0 auto 16px;
}

.delivery-payment-methods__card h3 {
  margin: 0;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
}

.delivery-payment-methods__card p {
  margin: 10px 0 0;
  font-size: 34px;
  line-height: 1.2;
}

.delivery-payment-methods__bottom {
  padding: 40px 0;
}

.delivery-payment-methods__bottom p {
  margin: 0;
  font-size: clamp(20px, 11.6px + 2.625vw, 48px);
  line-height: 1.24;
}

@media (max-width: 1440px) {
  .delivery-payment-methods__card h3 {
    font-size: 36px;
  }
  .delivery-payment-methods__card p {
    font-size: 30px;
  }
  .delivery-payment-methods {
    margin-bottom: 40px;
  }
}
@media (max-width: 1024px) {
  .delivery-payment-methods__cards {
    grid-template-columns: 1fr;
  }
  .delivery-payment-methods__card h3 {
    font-size: 32px;
  }
  .delivery-payment-methods__card p {
    font-size: 26px;
  }
}
@media (max-width: 640px) {
  .delivery-payment-methods__top {
    padding: 24px 0 22px;
  }
  .delivery-payment-methods {
    margin-bottom: 30px;
  }
  .delivery-payment-methods__card {
    padding: 18px 14px;
  }
  .delivery-payment-methods__card img {
    width: 52px;
    height: 52px;
    margin-bottom: 12px;
  }
  .delivery-payment-methods__card h3 {
    font-size: 24px;
  }
  .delivery-payment-methods__card p {
    font-size: 22px;
  }
}
@media (max-width: 320px) {
  .delivery-payment-methods__card h3 {
    font-size: 20px;
  }
  .delivery-payment-methods__card p {
    font-size: 18px;
  }
}
.delivery-special {
  position: relative;
  background-image: var(--delivery-special-bg);
  background-size: cover;
  background-position: center;
  padding: 102px 0;
  color: #fff;
}

.delivery-special__overlay {
  position: absolute;
  inset: 0;
  background: rgba(28, 71, 106, 0.66);
}

.delivery-special__inner {
  position: relative;
  z-index: 1;
  padding-left: var(--page-pad);
  padding-right: var(--page-pad);
  text-align: center;
  max-width: 1460px;
  margin: 0 auto;
}

.delivery-special h2 {
  margin: 0;
  font-size: clamp(24px, 16px + 2.5vw, 64px);
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}

.delivery-special__lead {
  margin: 18px auto 0;
  max-width: 1320px;
  font-size: 48px;
  line-height: 1.2;
  font-weight: 700;
}

.delivery-special__phone-row {
  margin: 16px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.delivery-special__phone-label,
.delivery-special__time,
.delivery-special__cta {
  margin: 0;
  font-size: 36px;
  line-height: 1.2;
}

.delivery-special__phone-icon {
  width: 30px;
  height: 30px;
}

.delivery-special__phone {
  font-size: 36px;
  line-height: 1.2;
  color: #fff;
  text-decoration: none;
}

.delivery-special__socials {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.delivery-special__social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
}

.delivery-special__social img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.delivery-special__time,
.delivery-special__cta {
  margin-top: 14px;
}

.delivery-special__phone a {
  color: #fff;
  text-decoration: none;
}

.delivery-special__cta {
  color: #f3ca25;
}

.delivery-special__action-link {
  color: inherit;
  text-decoration-line: underline;
  text-decoration-style: dotted;
  text-decoration-color: currentColor;
}

.delivery-special__action-link:hover {
  color: inherit;
  text-decoration: none;
}

@media (max-width: 1440px) {
  .delivery-special__lead {
    font-size: 36px;
  }
  .delivery-special__phone-label,
  .delivery-special__phone,
  .delivery-special__time,
  .delivery-special__cta {
    font-size: 30px;
  }
}
@media (max-width: 1024px) {
  .delivery-special {
    padding: 54px 0;
  }
  .delivery-special__lead {
    font-size: 32px;
  }
  .delivery-special__phone-label,
  .delivery-special__phone,
  .delivery-special__time,
  .delivery-special__cta {
    font-size: 24px;
  }
  .delivery-special__phone-icon,
  .delivery-special__social {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 640px) {
  .delivery-special {
    padding: 40px 0;
  }
  .delivery-special__lead {
    font-size: 24px;
  }
  .delivery-special__phone-row {
    gap: 8px;
  }
  .delivery-special__phone-label,
  .delivery-special__phone,
  .delivery-special__time,
  .delivery-special__cta {
    font-size: 20px;
  }
  .delivery-special__phone-icon,
  .delivery-special__social {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 320px) {
  .delivery-special__lead,
  .delivery-special__phone-label,
  .delivery-special__phone,
  .delivery-special__time,
  .delivery-special__cta {
    font-size: 18px;
  }
  .delivery-special__phone-icon,
  .delivery-special__social {
    width: 18px;
    height: 18px;
  }
}
.delivery-installation {
  background: #efefef;
  padding: 62px 0;
}

.delivery-installation__inner {
  padding-left: var(--page-pad);
  padding-right: var(--page-pad);
}

.delivery-installation__title {
  margin: 0;
  font-size: clamp(24px, 16px + 2.5vw, 64px);
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  color: #121417;
}

.delivery-installation__title span {
  color: #157d72;
}

.delivery-installation__stats {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}

.delivery-installation__stat {
  background: #356f97;
  border-radius: 8px;
  padding: 20px 24px;
  text-align: center;
  color: #dce7ee;
}

.delivery-installation__stat h3 {
  margin: 0;
  font-size: clamp(24px, 16.8px + 2.25vw, 48px);
  line-height: 1.2;
  font-weight: 700;
  color: #f3ca25;
  text-transform: uppercase;
}

.delivery-installation__stat p {
  margin: 8px 0 0;
  font-size: clamp(20px, 16.4px + 1.125vw, 32px);
  line-height: 1.2;
}

.delivery-installation__video-note {
  margin: 30px 0 0;
  font-size: clamp(20px, 16.4px + 1.125vw, 32px);
  line-height: 1.2;
  text-align: center;
  color: #2b2f33;
}

.delivery-installation__video {
  margin-top: 14px;
  position: relative;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 2/1;
}

.delivery-installation__preview {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 2/1;
}

.delivery-installation__video video {
  background: #000;
}

.delivery-installation__native-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #000;
}

.delivery-installation__play {
  --about-video-play-outer: 150px;
  --about-video-play-inner: 104px;
  --about-video-play-triangle: 16px;
}

.delivery-installation__cards {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}

.delivery-installation__card-image {
  border-radius: 8px;
  overflow: hidden;
}

.delivery-installation__card-image img {
  display: block;
  width: 100%;
  height: 380px;
  object-fit: cover;
}

.delivery-installation__card h3 {
  margin: 20px 0 0;
  font-size: clamp(20px, 16.4px + 1.125vw, 32px);
  line-height: 1.2;
  font-weight: 700;
  color: #14181b;
}

.delivery-installation__card p {
  margin: 10px 0 0;
  font-size: clamp(18px, 15px + 0.9375vw, 32px);
  line-height: 1.2;
  color: #2d3135;
}

.delivery-installation__included {
  margin-top: 30px;
  background: #356f97;
  padding: 30px;
  color: #fff;
}

.delivery-installation__included h3 {
  margin: 0;
  font-size: clamp(24px, 19.2px + 1.5vw, 40px);
  line-height: 1.2;
  color: #fff;
  font-weight: 700;
}

.delivery-installation__included ul {
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.delivery-installation__included li {
  position: relative;
  padding-left: 40px;
  font-size: clamp(20px, 16.4px + 1.125vw, 32px);
  line-height: 1.24;
}

.delivery-installation__included li + li {
  margin-top: 10px;
}

.delivery-installation__included li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 2px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #f3ca25;
  color: #121417;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.delivery-installation__price {
  margin-top: 30px;
}

.delivery-installation__price h3 {
  margin: 0;
  font-size: clamp(24px, 19.2px + 1.5vw, 40px);
  line-height: 1.2;
  font-weight: 700;
  color: #111;
}

.delivery-installation__price-grid {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}

.delivery-installation__price-card {
  background: #f7f7f7;
  border: 1px solid #cfd4d8;
  border-radius: 6px;
  padding: 30px;
}

.delivery-installation__price-card h4 {
  margin: 0;
  font-size: clamp(20px, 16.4px + 1.125vw, 32px);
  line-height: 1.2;
  font-weight: 700;
  color: #111;
}

.delivery-installation__price-card p {
  margin: 8px 0 0;
  font-size: clamp(18px, 15px + 0.9375vw, 32px);
  line-height: 1.24;
  color: #2a2e32;
}

@media (max-width: 1024px) {
  .delivery-installation {
    padding: 52px 0;
  }
  .delivery-installation__video {
    aspect-ratio: 4/3;
  }
  .delivery-installation__preview {
    aspect-ratio: 4/3;
  }
  .delivery-installation__play {
    --about-video-play-outer: 120px;
    --about-video-play-inner: 84px;
    --about-video-play-triangle: 13px;
  }
  .delivery-installation__price-card {
    padding: 20px;
  }
  .delivery-installation__included h3 {
    font-size: 30px;
  }
  .delivery-installation__included li {
    font-size: 24px;
  }
  .delivery-installation__price-grid {
    grid-template-columns: 1fr;
  }
  .delivery-installation__cards {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .delivery-installation__card-image img {
    height: 600px;
  }
}
@media (max-width: 1023px) {
  .delivery-installation__stats {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}
@media (max-width: 640px) {
  .delivery-installation {
    padding: 40px 0;
  }
  .delivery-installation__video-note {
    font-size: 20px;
  }
  .delivery-installation__stat {
    padding: 16px 12px;
  }
  .delivery-installation__play {
    --about-video-play-outer: 95px;
    --about-video-play-inner: 66px;
    --about-video-play-triangle: 10px;
  }
  .delivery-installation__card-image img {
    height: 380px;
  }
  .delivery-installation__included {
    padding: 20px;
  }
}
/* Contacts page blocks */
.contacts-hero {
  position: relative;
  background-image: var(--contacts-hero-bg);
  background-size: cover;
  background-position: center;
  color: #fff;
}

.contacts-hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(11, 13, 16, 0.56);
}

.contacts-hero__inner {
  position: relative;
  z-index: 1;
  padding: var(--hero-pad-top) var(--page-pad) var(--hero-pad-bottom);
  display: flex;
  flex-direction: column;
}

.contacts-hero__crumbs {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  line-height: 1.2;
  display: none;
}

.contacts-hero__crumbs a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

.contacts-hero__content {
  flex: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1540px;
  margin: 0 auto;
  text-align: center;
}

.contacts-hero__title {
  margin: 0;
  font-size: clamp(24px, 16px + 2.5vw, 64px);
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}

.contacts-hero__subtitle {
  margin: 24px auto 0;
  max-width: 1400px;
  font-size: clamp(20px, 16.8px + 1vw, 36px);
  line-height: 1.4;
  text-transform: uppercase;
  text-wrap-style: balance;
}

.contacts-hero__accent {
  text-wrap-style: balance;
  margin: 36px auto 0;
  max-width: 1060px;
  background: #f3ca25;
  border-radius: 10px;
  padding: 14px 18px;
  color: #13171a;
}

.contacts-hero__accent p {
  margin: 0;
  font-size: clamp(20px, 16.4px + 1.125vw, 32px);
  line-height: 1.2;
}

.contacts-hero__accent p + p {
  margin-top: 10px;
}

.contacts-hero__accent-strong {
  font-weight: 700;
}

@media (max-width: 640px) {
  .contacts-hero__content {
    margin-top: 0;
  }
  .contacts-hero__crumbs {
    font-size: 16px;
    display: none;
  }
  .contacts-hero__subtitle {
    margin-top: 16px;
  }
  .contacts-hero__accent {
    margin-top: 22px;
    padding: 14px 12px 16px;
  }
}
@media (max-width: 639px) {
  .contacts-hero {
    background: #000000;
  }
}
/* FAQ page blocks */
.faq-page {
  background: #fff;
}

.faq-hero {
  position: relative;
  background-image: var(--faq-hero-bg);
  background-size: cover;
  background-position: center;
  color: #fff;
}

.faq-hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(10, 13, 18, 0.58);
}

.faq-hero__inner {
  position: relative;
  z-index: 1;
  padding: var(--hero-pad-top) var(--page-pad) var(--hero-pad-bottom);
  display: flex;
  flex-direction: column;
}

.faq-hero__crumbs {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  line-height: 1.2;
  display: none;
}

.faq-hero__crumbs a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

.faq-hero__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.faq-hero__title {
  margin: 0;
  font-size: clamp(24px, 16px + 2.5vw, 64px);
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}

.faq-hero__subtitle {
  margin: 18px auto 0;
  max-width: 1360px;
  font-size: clamp(20px, 16.8px + 1vw, 36px);
  line-height: 1.4;
  text-transform: uppercase;
  color: #fff;
}

.faq-hero__accent {
  margin-top: 30px;
  width: fit-content;
  max-width: 100%;
  background: #f3ca25;
  border-radius: 8px;
  padding: 14px 28px;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
  color: #13171a;
}

.faq-accordion {
  padding: 36px 0 54px;
}

.faq-accordion__inner {
  padding-left: var(--page-pad);
  padding-right: var(--page-pad);
  margin: 0 auto;
  display: grid;
  gap: 20px;
}

.faq-accordion__item {
  background: #356f97;
  border-radius: 4px;
  overflow: hidden;
}

.faq-accordion__trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 30px;
  border: 0;
  background: transparent;
  color: #fff;
  text-align: left;
  cursor: pointer;
}

.faq-accordion__question {
  font-size: clamp(20px, 15.2px + 1.5vw, 36px);
  line-height: 1.2;
  font-weight: 600;
}

.faq-accordion__arrow {
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #fff;
  position: relative;
  display: block;
  transition: background-color 0.2s ease;
}

.faq-accordion__arrow::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 10px;
  border-right: 2px solid #2a3540;
  border-bottom: 2px solid #2a3540;
  transform-origin: center;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.faq-accordion__arrow::before {
  transform: translate(-50%, -62%) rotate(45deg);
}

.faq-accordion__item.is-open .faq-accordion__arrow {
  background: #f3ca25;
}

.faq-accordion__item.is-open .faq-accordion__arrow::before {
  transform: translate(-62%, -50%) rotate(-45deg);
}

.faq-accordion__panel {
  padding: 0 30px 30px;
  color: #dbeaf4;
}

.faq-accordion__panel p {
  margin: 10px;
  font-size: clamp(18px, 12.6px + 1.6875vw, 36px);
  line-height: 1.25;
}

.faq-accordion__panel li {
  font-size: clamp(18px, 12.6px + 1.6875vw, 36px);
  line-height: 1.25;
}

.faq-accordion__more {
  padding-top: 20px;
  text-align: center;
}

.faq-accordion__more-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  padding: 20px 28px;
  border-radius: 6px;
  background: linear-gradient(180deg, #20a790 0%, #157d72 100%);
  color: #e8f0ef;
  border: 0;
  border-bottom: 4px solid #0b3f37;
  font-size: clamp(20px, 16.4px + 1.125vw, 32px);
  line-height: 1.2;
  text-transform: uppercase;
  text-decoration-line: underline;
  text-decoration-style: dotted;
  text-decoration-color: currentColor;
  transform: translateY(0);
  transition: transform 0.2s ease, border-bottom-color 0.2s ease;
  cursor: pointer;
}

.faq-accordion__more-btn:hover,
.faq-accordion__more-btn:focus {
  color: #e8f0ef;
  transform: translateY(4px);
  border-bottom-color: #157d72;
  text-decoration: none;
}

@media (max-width: 1024px) {
  .faq-hero__subtitle {
    margin-top: 14px;
  }
  .faq-hero__accent {
    font-size: 24px;
  }
}
@media (max-width: 640px) {
  .faq-hero__content {
    margin-top: 0;
  }
  .faq-hero__crumbs {
    font-size: 16px;
    display: none;
  }
  .faq-hero__accent {
    padding: 10px 12px;
    font-size: 22px;
  }
  .faq-accordion__trigger {
    padding: 10px 12px;
  }
  .faq-accordion__panel {
    padding: 0 12px 10px;
  }
}
@media (max-width: 639px) {
  .faq-hero {
    background: #000000;
  }
}
@media (max-width: 320px) {
  .faq-hero__accent {
    font-size: 18px;
  }
  .faq-accordion__more-btn {
    min-width: 180px;
  }
}
/* Blog page blocks */
.blog-page {
  background: #fff;
}

.blog-page .catalog-grid {
  background-color: #F1F8F7;
  padding: 60px 0;
}

.blog-hero {
  position: relative;
  background-image: var(--blog-hero-bg);
  background-size: cover;
  background-position: center;
  color: #fff;
}

.blog-hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(10, 13, 16, 0.66);
}

.blog-hero__inner {
  position: relative;
  z-index: 1;
  padding: var(--hero-pad-top) var(--page-pad) var(--hero-pad-bottom);
  display: flex;
  flex-direction: column;
}

.blog-hero__crumbs {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  line-height: 1.2;
  display: none;
}

.blog-hero__crumbs a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

.blog-hero__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.blog-hero__title {
  margin: 0;
  font-size: clamp(24px, 16px + 2.5vw, 64px);
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  text-wrap: balance;
}

.blog-hero__subtitle {
  margin: 20px auto 0;
  max-width: 1480px;
  font-size: clamp(20px, 16.8px + 1vw, 36px);
  line-height: 1.4;
  text-wrap: balance;
}

.blog-hero__checks {
  margin: 24px auto 0;
  padding: 18px 20px;
  max-width: 780px;
  width: 100%;
  list-style: none;
  background: #f3ca25;
  border-radius: 8px;
  text-align: left;
}

.blog-hero__checks li {
  position: relative;
  padding-left: 38px;
  font-size: 32px;
  line-height: 1.23;
  color: #14181b;
}

.blog-hero__checks li + li {
  margin-top: 8px;
}

.blog-hero__checks li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 2px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #fff;
  color: #14181b;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
}

.blog-list {
  padding: 42px 0 0;
}

.blog-list__inner {
  padding-left: var(--page-pad);
  padding-right: var(--page-pad);
}

.blog-list__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}

.blog-list__image {
  display: block;
  border-radius: 6px;
  overflow: hidden;
}

.blog-list__image img {
  display: block;
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.blog-list__card h2 {
  margin: 10px 0 0;
  font-size: clamp(20px, 16.4px + 1.125vw, 32px);
  line-height: 1.2;
  font-weight: 700;
}

.blog-list__card h2 a {
  color: #253243;
  text-decoration: underline;
}
.blog-list__card h2 a:hover, .blog-list__card h2 a:focus {
  color: #2D6892;
}

.blog-list__card p {
  margin: 10px 0 0;
  font-size: clamp(18px, 16.2px + 0.5625vw, 24px);
  line-height: 1.22;
  color: #31353a;
}

.blog-list__reading-time {
  margin-top: 10px;
  font-size: clamp(18px, 16.8px + 0.375vw, 24px);
  line-height: 1.2;
  color: #5a6168;
}

.blog-list__meta {
  text-align: center;
  font-size: clamp(18px, 12.4px + 1.75vw, 32px);
  line-height: 1.2;
  color: #8f959c;
}

.blog-list__card .blog-list__meta {
  text-align: left;
  margin-top: 10px;
  font-size: clamp(18px, 16.8px + 0.375vw, 24px);
}

.blog-list__more {
  margin-top: 30px;
  text-align: center;
}

.blog-list__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 340px;
  padding: 12px 20px;
  border: 0;
  border-bottom: 4px solid #0b3f37;
  border-radius: 6px;
  background: linear-gradient(180deg, #20a790 0%, #157d72 100%);
  color: #e7efee;
  font-size: 28px;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  transform: translateY(0);
  transition: transform 0.2s ease, border-bottom-color 0.2s ease;
}
.blog-list__btn:hover, .blog-list__btn:focus {
  transform: translateY(4px);
  border-bottom-color: #157d72;
}

.blog-article__header {
  margin-bottom: 18px;
}

.blog-article__image {
  margin-bottom: 24px;
  border-radius: 10px;
  overflow: hidden;
}

.blog-article__image img {
  display: block;
  width: 100%;
  height: auto;
}

.article-social-box {
  padding: var(--block-pad) var(--page-pad);
  background: #E3F2FE;
  text-align: center;
}

.article-social-title {
  margin: 0;
  font-size: clamp(24px, 17.6px + 2vw, 40px);
  line-height: 1.25;
  color: #253243;
  font-weight: bold;
  text-wrap: balance;
}

.article-social-item {
  margin-top: 30px;
}

.article-social-item a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 8px;
  text-decoration: none;
  transform: translateY(0);
  transition: transform 0.2s ease;
}
.article-social-item a:hover, .article-social-item a:focus {
  transform: translateY(4px);
}

.article-social-item a img {
  display: block;
  width: clamp(80px, 65.333px + 4.5833vw, 135px);
  height: clamp(80px, 65.333px + 4.5833vw, 135px);
  object-fit: cover;
  border-radius: 50%;
}

.article-related-box {
  background: #10253A url("images/articlesMoreBg.webp") center/cover no-repeat;
  color: #fff;
}

.article-related-box .page-content__inner {
  width: 60%;
  max-width: 60%;
}

.article-related-box__title {
  margin: 0;
  font-size: clamp(32px, 29.8667px + 0.6667vw, 40px);
  line-height: 1.2;
  font-weight: 700;
  text-wrap: balance;
}

.article-related-box__list {
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.article-related-box__list li {
  position: relative;
  padding-left: 54px;
}

.article-related-box__list li + li {
  margin-top: 22px;
}

.article-related-box__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #F1CA20;
}

.article-related-box__list a {
  color: #fff;
  font-size: clamp(20px, 11.4667px + 2.6667vw, 36px);
  line-height: 1.25;
  text-decoration: underline;
  text-decoration-style: solid;
  text-underline-offset: 4px;
}
.article-related-box__list a:hover, .article-related-box__list a:focus {
  text-decoration: none;
}

@media (max-width: 1023px) {
  .blog-hero__content {
    margin-top: 30px;
  }
  .blog-list__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
  .blog-hero__checks li {
    font-size: 24px;
  }
  .blog-list__reading-time,
  .blog-list__meta,
  .blog-list__btn {
    font-size: 20px;
  }
  .article-related-box__list li {
    padding-left: 48px;
  }
  .article-related-box__list li::before {
    width: 24px;
    height: 24px;
  }
  .article-related-box {
    background: #137063;
  }
  .article-related-box .page-content__inner {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 640px) {
  .blog-hero__content {
    margin-top: 0;
  }
  .blog-hero__crumbs {
    font-size: 16px;
    display: none;
  }
  .blog-hero__subtitle {
    margin-top: 14px;
  }
  .blog-hero__checks {
    margin-top: 18px;
    padding: 14px;
  }
  .blog-hero__checks li {
    padding-left: 32px;
    font-size: 20px;
  }
  .blog-hero__checks li::before {
    top: 1px;
    width: 22px;
    height: 22px;
    font-size: 12px;
    line-height: 22px;
  }
  .blog-list__grid {
    grid-template-columns: 1fr;
  }
  .blog-list__card h2 {
    font-size: 20px;
  }
  .blog-list__card p {
    font-size: 18px;
  }
  .blog-list__meta,
  .blog-list__btn {
    font-size: 18px;
  }
  .blog-list__btn {
    min-width: 280px;
  }
  .article-social-box {
    padding: var(--block-pad) var(--page-pad);
  }
  .article-social-item a {
    margin: 0 8px;
  }
  .article-related-box__list {
    margin-top: 24px;
  }
  .article-related-box__list li {
    padding-left: 38px;
  }
  .article-related-box__list li::before {
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 639px) {
  .blog-hero {
    background: #000000;
  }
  .article-social-item a img {
    width: 40px;
    height: 40px;
  }
  .article-social-item a {
    margin: 0 4px;
  }
}
/* Article content styles */
.blog-article-page .blog-article .page-content__inner h3 {
  font-size: 64px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.blog-article-page .blog-article .page-content__inner h3::before {
  content: "";
  display: block;
  width: 323px;
  height: 8px;
  background: #40698F;
  margin-bottom: 30px;
}
.blog-article-page .blog-article .page-content__inner h4 {
  font-size: 48px;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.blog-article-page .blog-article .page-content__inner h5 {
  background: #1E8976;
  padding: 80px;
  border-radius: 100px;
  text-align: center;
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}
.blog-article-page .blog-article .page-content__inner h5 span {
  font-size: 64px;
  color: #fff;
  display: block;
}
.blog-article-page .blog-article .page-content__inner h5 span::after {
  content: "";
  width: 520px;
  height: 10px;
  background: #F1D05C;
  display: block;
  margin: 40px auto;
}
.blog-article-page .blog-article .page-content__inner h5 p {
  font-size: 40px;
  color: #fff;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.blog-article-page .blog-article .page-content__inner h6 {
  background: #40698F;
  padding: 80px;
  border-radius: 100px;
  text-align: center;
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}
.blog-article-page .blog-article .page-content__inner h6 span {
  font-size: 64px;
  color: #fff;
  display: block;
}
.blog-article-page .blog-article .page-content__inner h6 span::after {
  content: "";
  width: 520px;
  height: 10px;
  background: #F1D05C;
  display: block;
  margin: 40px auto;
}
.blog-article-page .blog-article .page-content__inner h6 p {
  font-size: 40px;
  color: #fff;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.blog-article-page .blog-article .page-content__inner .text-left {
  text-align: left !important;
}
.blog-article-page .blog-article .page-content__inner .variation-1 {
  background: #fff;
  padding: 0 !important;
  display: grid;
  grid-template-columns: 25px 1fr;
  gap: 40px;
  margin: 20px 0 !important;
}
.blog-article-page .blog-article .page-content__inner .variation-1::before {
  content: "";
  background: #40698F;
  border-radius: 100px;
}
.blog-article-page .blog-article .page-content__inner .variation-2 {
  background: #FCDEDE;
  text-align: center;
  padding: 80px !important;
  margin: 20px 0 !important;
  border-radius: 100px;
}
.blog-article-page .blog-article .page-content__inner .variation-3 {
  background: #E3EFFA;
  text-align: center;
  padding: 80px !important;
  margin: 20px 0 !important;
  border-radius: 100px;
}
.blog-article-page .blog-article .page-content__inner .variation-4 {
  background: #DAFBFF;
  text-align: left;
  padding: 80px !important;
  border-radius: 100px;
  display: grid;
  grid-template-columns: 25px 1fr;
  gap: 40px;
  margin: 20px 0 !important;
}
.blog-article-page .blog-article .page-content__inner .variation-4::before {
  content: "";
  background: #40698F;
  border-radius: 100px;
}
.blog-article-page .blog-article .page-content__inner .variation-5 {
  background: #ACD7FE;
  text-align: left;
  padding: 80px !important;
  border-radius: 100px;
  display: grid;
  grid-template-columns: 25px 1fr;
  gap: 40px;
  margin: 20px 0 !important;
}
.blog-article-page .blog-article .page-content__inner .variation-5::before {
  content: "";
  background: #1E8976;
  border-radius: 100px;
}
.blog-article-page .blog-article .page-content__inner .variation-6 {
  background: #fff;
  padding: 0 !important;
  display: grid;
  grid-template-columns: 25px 1fr;
  gap: 40px;
  margin: 20px 0 !important;
}
.blog-article-page .blog-article .page-content__inner .variation-6::before {
  content: "";
  background: #1E8976;
  border-radius: 100px;
}
.blog-article-page .blog-article .page-content__inner ul {
  list-style-type: none;
  padding-left: 0;
}
.blog-article-page .blog-article .page-content__inner ul > li {
  position: relative;
  padding-left: 50px;
  margin-bottom: 20px;
}
.blog-article-page .blog-article .page-content__inner ul > li > ul {
  margin-top: 20px;
}
.blog-article-page .blog-article .page-content__inner ul > li:last-child p {
  margin-bottom: 0 !important;
}
.blog-article-page .blog-article .page-content__inner ul > li p {
  margin-bottom: 30px !important;
  padding: 0 !important;
}
.blog-article-page .blog-article .page-content__inner ul > li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  background: #40698F;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: block;
}
.blog-article-page .blog-article .page-content__inner ul > li:first-child {
  margin-top: 0;
}
.blog-article-page .blog-article .page-content__inner ol {
  padding-bottom: 0 !important;
  padding-left: 50px;
}
.blog-article-page .blog-article .page-content__inner ol > li:last-child p {
  margin-bottom: 0 !important;
}
.blog-article-page .blog-article .page-content__inner ol > li p {
  margin-bottom: 30px !important;
  padding: 0 !important;
}
.blog-article-page .blog-article .page-content__inner ol > li {
  margin-top: 15px !important;
}
.blog-article-page .blog-article .page-content__inner ol > li b {
  display: block;
}
.blog-article-page .blog-article .page-content__inner a {
  border-bottom: 1px solid #000;
  transition: 0.3s;
  text-decoration: none;
}
.blog-article-page .blog-article .page-content__inner a:hover {
  border-bottom: 1px solid transparent;
}
.blog-article-page .blog-article .page-content__inner .imgFull {
  margin: 40px 0 !important;
}
.blog-article-page .blog-article .page-content__inner .imgFull img {
  border-radius: 100px;
  width: 100%;
  height: auto;
  display: block;
}
.blog-article-page .blog-article .page-content__inner .imgContent {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin: 40px 0 !important;
  align-items: center;
}
.blog-article-page .blog-article .page-content__inner .imgContent p {
  margin-bottom: 0 !important;
}
.blog-article-page .blog-article .page-content__inner hr {
  display: block;
  margin: 0 auto;
  background: none;
  border: none;
  width: 100%;
  height: 0;
}

@media (max-width: 768px) {
  .blog-article-page .blog-article .page-content__inner h3 {
    font-size: clamp(32px, 6.5vw, 40px);
  }
  .blog-article-page .blog-article .page-content__inner h3::before {
    width: 180px;
    height: 6px;
    margin-bottom: 20px;
  }
  .blog-article-page .blog-article .page-content__inner h4 {
    font-size: clamp(24px, 5.5vw, 30px);
  }
  .blog-article-page .blog-article .page-content__inner h5,
  .blog-article-page .blog-article .page-content__inner h6 {
    padding: 32px;
    border-radius: 36px;
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .blog-article-page .blog-article .page-content__inner h5 span,
  .blog-article-page .blog-article .page-content__inner h6 span {
    font-size: clamp(30px, 6.5vw, 40px);
  }
  .blog-article-page .blog-article .page-content__inner h5 span::after,
  .blog-article-page .blog-article .page-content__inner h6 span::after {
    width: min(100%, 320px);
    height: 6px;
    margin: 20px auto;
  }
  .blog-article-page .blog-article .page-content__inner h5 p,
  .blog-article-page .blog-article .page-content__inner h6 p {
    font-size: clamp(20px, 4.8vw, 28px);
  }
  .blog-article-page .blog-article .page-content__inner .variation-2,
  .blog-article-page .blog-article .page-content__inner .variation-3,
  .blog-article-page .blog-article .page-content__inner .variation-4,
  .blog-article-page .blog-article .page-content__inner .variation-5 {
    padding: 32px !important;
    border-radius: 36px;
  }
  .blog-article-page .blog-article .page-content__inner .variation-1,
  .blog-article-page .blog-article .page-content__inner .variation-4,
  .blog-article-page .blog-article .page-content__inner .variation-5,
  .blog-article-page .blog-article .page-content__inner .variation-6 {
    grid-template-columns: 14px 1fr;
    gap: 16px;
  }
  .blog-article-page .blog-article .page-content__inner ul > li {
    padding-left: 30px;
    margin-bottom: 14px;
  }
  .blog-article-page .blog-article .page-content__inner ul > li > ul {
    margin-top: 12px;
  }
  .blog-article-page .blog-article .page-content__inner ul > li p,
  .blog-article-page .blog-article .page-content__inner ol > li p {
    margin-bottom: 16px !important;
  }
  .blog-article-page .blog-article .page-content__inner ul > li::before {
    top: 9px;
    width: 12px;
    height: 12px;
  }
  .blog-article-page .blog-article .page-content__inner ol {
    padding-left: 28px;
  }
  .blog-article-page .blog-article .page-content__inner ol > li {
    margin-top: 10px !important;
  }
  .blog-article-page .blog-article .page-content__inner .imgFull {
    margin: 24px 0 !important;
  }
  .blog-article-page .blog-article .page-content__inner .imgFull img {
    border-radius: 28px;
  }
  .blog-article-page .blog-article .page-content__inner .imgContent {
    grid-template-columns: 1fr;
    gap: 20px;
    margin: 24px 0 !important;
  }
}
@media (max-width: 480px) {
  .blog-article-page .blog-article .page-content__inner h3 {
    font-size: clamp(28px, 8.8vw, 34px);
  }
  .blog-article-page .blog-article .page-content__inner h3::before {
    width: 140px;
    height: 4px;
    margin-bottom: 14px;
  }
  .blog-article-page .blog-article .page-content__inner h4 {
    font-size: clamp(22px, 7.2vw, 26px);
  }
  .blog-article-page .blog-article .page-content__inner h5,
  .blog-article-page .blog-article .page-content__inner h6 {
    padding: 24px;
    border-radius: 24px;
  }
  .blog-article-page .blog-article .page-content__inner h5 span,
  .blog-article-page .blog-article .page-content__inner h6 span {
    font-size: clamp(28px, 8.5vw, 32px);
  }
  .blog-article-page .blog-article .page-content__inner h5 span::after,
  .blog-article-page .blog-article .page-content__inner h6 span::after {
    width: min(100%, 220px);
    height: 4px;
  }
  .blog-article-page .blog-article .page-content__inner h5 p,
  .blog-article-page .blog-article .page-content__inner h6 p {
    font-size: clamp(18px, 5.8vw, 22px);
  }
  .blog-article-page .blog-article .page-content__inner .variation-2,
  .blog-article-page .blog-article .page-content__inner .variation-3,
  .blog-article-page .blog-article .page-content__inner .variation-4,
  .blog-article-page .blog-article .page-content__inner .variation-5 {
    padding: 24px !important;
    border-radius: 24px;
  }
  .blog-article-page .blog-article .page-content__inner .variation-1,
  .blog-article-page .blog-article .page-content__inner .variation-4,
  .blog-article-page .blog-article .page-content__inner .variation-5,
  .blog-article-page .blog-article .page-content__inner .variation-6 {
    grid-template-columns: 10px 1fr;
    gap: 12px;
  }
  .blog-article-page .blog-article .page-content__inner ul > li {
    padding-left: 24px;
    margin-bottom: 12px;
  }
  .blog-article-page .blog-article .page-content__inner ul > li::before {
    top: 8px;
    width: 10px;
    height: 10px;
  }
  .blog-article-page .blog-article .page-content__inner ol {
    padding-left: 22px;
  }
  .blog-article-page .blog-article .page-content__inner .imgFull img {
    border-radius: 18px;
  }
}
/* 404 page blocks */
.page-404 .error404-hero {
  padding: 42px 0 82px;
  background: #fff;
}
.page-404 .error404-hero__inner {
  padding-left: var(--page-pad);
  padding-right: var(--page-pad);
  display: grid;
  grid-template-columns: minmax(0, 40%) minmax(0, 60%);
  align-items: center;
  gap: 80px;
}
.page-404 .error404-hero__media {
  display: flex;
  justify-content: center;
}
.page-404 .error404-hero__headline {
  display: flex;
  justify-content: flex-start;
}
.page-404 .error404-hero__media img,
.page-404 .error404-hero__headline img {
  display: block;
  height: auto;
}
.page-404 .error404-hero__media img {
  max-width: 70%;
}
.page-404 .error404-hero__headline img {
  max-width: 60%;
}
.page-404 .error404-hero__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.page-404 .error404-hero__text h2 {
  margin: 0;
  font-size: clamp(32px, 30.8px + 0.375vw, 36px);
  line-height: 1.2;
  font-weight: 700;
  color: #253243;
}
.page-404 .error404-hero__text p {
  margin: 24px 0 0;
  font-size: clamp(24px, 22.2px + 0.5625vw, 30px);
  line-height: 1.22;
  color: #31353a;
}
.page-404 .error404-hero__text a {
  color: #137063;
  text-decoration: underline;
}
.page-404 .error404-hero__text a:hover, .page-404 .error404-hero__text a:focus {
  text-decoration: none;
}
.page-404 .catalog-grid {
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: 0;
  background-color: #F1F8F7;
}

@media (max-width: 1024px) {
  .page-404 .error404-hero__inner {
    gap: 30px;
  }
}
@media (max-width: 640px) {
  .page-404 .error404-hero {
    padding-top: 24px;
  }
  .page-404 .error404-hero__inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .page-404 .error404-hero__content {
    gap: 24px;
    align-items: center;
    text-align: center;
  }
  .page-404 .error404-hero__media,
  .page-404 .error404-hero__headline {
    justify-content: center;
  }
  .page-404 .error404-hero__text p {
    margin-top: 16px;
  }
}
/* Popups */
.site-popup-open {
  overflow: hidden;
}

.privacy-lightbox-open {
  overflow: hidden;
}

.site-popup {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: var(--site-popup-viewport-height, 100dvh);
  padding: 24px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.site-popup[hidden] {
  display: none;
}

.site-popup__backdrop {
  position: fixed;
  inset: 0;
  min-height: var(--site-popup-viewport-height, 100dvh);
  background: rgba(10, 16, 24, 0.74);
  backdrop-filter: blur(2px);
}

.site-popup__dialog {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 55% 45%;
  width: 95vw;
  height: min(768px, var(--site-popup-viewport-height, 100dvh) - 48px);
  background: #fff;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.28);
  overflow-y: auto;
  overflow-x: hidden;
}

.site-popup__media {
  min-height: 0;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.site-popup__panel {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 0;
  height: 100%;
  background: #ffffff;
  overflow-y: visible;
  overflow-x: hidden;
}

.site-popup--green .site-popup__top,
.site-popup--green .site-popup__section--theme,
.site-popup--green .site-popup__footer {
  background: #0f7f71;
  color: #fff;
}

.site-popup--blue .site-popup__top,
.site-popup--blue .site-popup__section--theme,
.site-popup--blue .site-popup__footer {
  background: #356f9b;
  color: #fff;
}

.site-popup__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 34px 16px;
}

.site-popup__tabs {
  display: flex;
  gap: 18px;
}

.site-popup__tab {
  border: 0;
  padding: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(18px, 15.6px + 0.75vw, 30px);
  font-weight: 700;
  line-height: 1.05;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration-line: underline;
  text-decoration-style: dashed;
  text-decoration-color: rgba(255, 255, 255, 0.82);
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.site-popup__tab.is-active {
  color: #ffc21f;
  text-decoration-style: solid;
  text-decoration-color: currentColor;
}

.site-popup__tab.is-inactive {
  color: rgba(255, 255, 255, 0.86);
}

.site-popup__title,
.site-popup__description,
.site-popup__note,
.site-popup__success,
.site-popup__form {
  padding-left: 24px;
  padding-right: 24px;
}

.site-popup__title {
  margin: 20px 0 0;
  font-size: 25px;
  line-height: 1.12;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
}

.site-popup__title--compact {
  margin: 0;
  padding: 0;
  color: #ffffff;
  text-align: left;
}

.site-popup--green .site-popup__title,
.site-popup--blue .site-popup__title {
  color: #1d2730;
}

.site-popup__description,
.site-popup__note {
  margin: 16px auto 0;
  font-size: clamp(18px, 15.6px + 0.75vw, 30px);
  line-height: 1.34;
  text-align: center;
  color: #323b43;
}

.site-popup__note {
  margin-top: 14px;
}

.site-popup__note-underline {
  text-decoration: underline;
}

.site-popup__consent a {
  color: #6e9fca;
  white-space: nowrap;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-color: #ffc21f;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.site-popup__success {
  margin: 18px auto 0;
  font-size: 24px;
  line-height: 1.15;
  font-weight: 700;
  text-align: center;
  color: #1f2830;
}

.site-popup__form {
  margin-top: 20px;
  padding-bottom: 0;
}

.site-popup__cf7 > form {
  margin: 0;
}

.site-popup__section {
  margin: 0;
  padding: 15px 22px 18px;
}

.site-popup__section + .site-popup__section {
  margin-top: 0;
}

.site-popup__section-title {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
}
.site-popup__section-title p {
  margin: 0;
}

.site-popup__methods {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  margin-top: 12px;
}

.site-popup__methods p {
  margin: 0;
}

.site-popup__methods label,
.site-popup__consent {
  display: flex;
  align-items: center;
  gap: 8px;
}

.site-popup__methods input,
.site-popup__consent input {
  appearance: none;
  width: 21px;
  height: 21px;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.92);
  background: #fff;
  border-radius: 3px;
  position: relative;
  flex: 0 0 auto;
}

.site-popup__methods input:checked::after,
.site-popup__consent input:checked::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border-right: 2px solid #0f7f71;
  border-bottom: 2px solid #0f7f71;
  transform: rotate(45deg);
}

.site-popup__methods span {
  font-size: 14px;
  line-height: 1.2;
}

.site-popup__time {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.site-popup__select-wrap {
  position: relative;
}
.site-popup__select-wrap p {
  margin: 0;
}

.site-popup__select-wrap::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-right: 2px solid #9aa8b3;
  border-bottom: 2px solid #9aa8b3;
  transform: translateY(-70%) rotate(45deg);
  pointer-events: none;
}

.site-popup__time select,
.site-popup__field {
  width: 100%;
  min-height: 49px;
  border: 1px solid #d8dde2;
  padding: 12px 16px;
  background: #fff;
  font-size: clamp(16px, 15.2px + 0.25vw, 20px);
  line-height: 1.3;
  color: #2a2f34;
  border-radius: 2px;
  box-sizing: border-box;
}

.site-popup__time select {
  appearance: none;
  padding-right: 42px;
}

.site-popup__field::placeholder,
.site-popup__time select {
  color: #a1a9b0;
}

.site-popup__field-group + .site-popup__field-group {
  margin-top: 10px;
}

.site-popup__field-group p {
  margin: 0;
}

.site-popup__field-group--submit {
  text-align: center;
}
.site-popup__field-group--submit p {
  text-align: center;
}

.site-popup__field-group,
.site-popup__submit,
.site-popup__consent,
.site-popup__file {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.site-popup__cf7 .wpcf7-form-control-wrap {
  display: block;
}

.site-popup__cf7 .wpcf7-spinner,
.site-popup__cf7 .wpcf7-response-output {
  display: none !important;
}

.site-popup__cf7 .wpcf7-not-valid {
  border-color: #f26f67;
}

.site-popup__cf7 .wpcf7-not-valid-tip {
  margin-top: 6px;
  padding-left: 30px;
  position: relative;
  font-size: 14px;
  line-height: 1.3;
  color: #fff;
}

div[data-popup-modal=free] .site-popup__cf7 .wpcf7-not-valid-tip,
div[data-popup-modal=cost] .site-popup__cf7 .wpcf7-not-valid-tip {
  color: #f26f67;
}

.wpcf7 input[type=file] {
  cursor: pointer;
}

.site-popup__cf7 .wpcf7-not-valid-tip::before {
  content: "!";
  position: absolute;
  left: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #ff4338;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  transform: translateY(-50%);
}

.site-popup__field-group--error .site-popup__field {
  border-color: #f26f67;
}

.site-popup__field-message {
  display: none;
  margin-top: 6px;
  padding-left: 28px;
  position: relative;
  font-size: 13px;
  line-height: 1.3;
  color: #42484d;
}

.site-popup__field-group--error .site-popup__field-message {
  display: block;
}

.site-popup__field-message::before {
  content: "!";
  position: absolute;
  left: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #ff4338;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  transform: translateY(-50%);
}

.site-popup__field--textarea {
  min-height: 84px;
  resize: none;
}

.site-popup__file {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex: 0 0 auto;
  min-height: 54px;
  padding: 0 24px;
  background: #356f9b;
  color: #fff;
  cursor: pointer;
  border-radius: 10px;
  box-sizing: border-box;
  overflow: hidden;
}

.site-popup__file-label,
.site-popup__file span {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
}

.site-popup__file .wpcf7-form-control-wrap {
  position: absolute;
  inset: 0;
}

.site-popup__file-input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

.site-popup__field-group--file {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.site-popup__field-group--file > .site-popup__file,
.site-popup__field-group--file > .site-popup__file-note {
  flex: 0 0 auto;
}

.site-popup__file-note {
  font-size: 18px;
  line-height: 1.25;
  color: #1f2830;
}

.site-popup__file-note-accent {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.site-popup__file-list,
.site-popup__file-errors {
  flex: 0 0 100%;
  max-width: 100%;
  order: 3;
}

.site-popup__file-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.site-popup__file-list[hidden],
.site-popup__file-errors[hidden] {
  display: none !important;
}

.site-popup__file-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 14px;
  border: 1px solid #d8dde2;
  border-radius: 10px;
  background: #ffffff;
}

.site-popup__file-item-name {
  min-width: 0;
  font-size: 16px;
  line-height: 1.3;
  color: #1f2830;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.site-popup__file-item-remove {
  flex: 0 0 auto;
  border: 0;
  padding: 0;
  background: transparent;
  color: #d64545;
  font-size: 14px;
  line-height: 1.2;
  text-decoration: underline;
  text-decoration-style: dotted;
  text-underline-offset: 3px;
  cursor: pointer;
}

.site-popup__file-item-remove:hover,
.site-popup__file-item-remove:focus {
  text-decoration-color: transparent;
}

.site-popup__file-errors {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.site-popup__file-error {
  font-size: 14px;
  line-height: 1.3;
  color: #d64545;
}

.site-popup__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  min-height: 62px;
  border: 0;
  border-radius: 6px;
  background: #ffc21f;
  box-shadow: 0 3px 0 #a06d06;
  font-size: 18px;
  line-height: 1.2;
  color: #4a3605;
  cursor: pointer;
}

.site-popup__cf7 .wpcf7-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  min-height: 62px;
  border: 0;
  border-radius: 6px;
  background: #ffc21f;
  box-shadow: 0 3px 0 #a06d06;
  font-size: 18px;
  line-height: 1.2;
  color: #4a3605;
  cursor: pointer;
  white-space: normal;
}

.site-popup__consent {
  justify-content: center;
  margin-top: 0;
  font-size: 14px;
  line-height: 1.35;
  color: #dbe3e8;
}

.site-popup__consent span {
  color: #cfd8de;
}

.site-popup__field-group--consent .wpcf7-form-control-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
}

.site-popup__field-group--consent .wpcf7-acceptance {
  display: flex;
  justify-content: center;
  width: 100%;
}

.site-popup__field-group--consent .wpcf7-list-item {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.site-popup__field-group--consent .wpcf7-list-item label {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 10px;
  cursor: pointer;
  text-align: center;
  max-width: 380px;
}

.site-popup__field-group--consent .wpcf7-list-item-label {
  display: inline-block;
  font-size: 14px;
  line-height: 1.35;
  color: #cfd8de;
}

.site-popup__field-group--consent .wpcf7-list-item-label::before {
  content: "";
}

.site-popup__field-group--consent input[type=checkbox] {
  appearance: none;
  width: 22px;
  height: 22px;
  margin: 0;
  border: 2px solid rgba(255, 255, 255, 0.92);
  background: #fff;
  border-radius: 2px;
  position: relative;
  flex: 0 0 auto;
  align-self: center;
  vertical-align: middle;
}

.site-popup__field-group--consent a {
  white-space: nowrap;
}

.site-popup__field-group--consent input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 1px;
  width: 6px;
  height: 12px;
  border-right: 2px solid #0f7f71;
  border-bottom: 2px solid #0f7f71;
  transform: rotate(45deg);
}

.site-popup__cf7-missing {
  max-width: 446px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 1.4;
  text-align: center;
  color: #323b43;
}

.site-popup__footer {
  margin: auto 0 0;
  padding: 16px 24px 18px;
  font-size: clamp(18px, 16.8px + 0.375vw, 24px);
  line-height: 1.36;
}

.site-popup__footer span {
  color: #ffc21f;
}

.site-popup__footer a {
  color: #ffc21f;
  text-decoration: underline;
  text-decoration-style: dotted;
  text-underline-offset: 4px;
}

.site-popup__footer a:hover {
  text-decoration-color: transparent;
}

.site-popup__close {
  position: relative;
  width: 44px;
  height: 44px;
  border: 0;
  padding: 0;
  background: #ef4444;
  border-radius: 50%;
  cursor: pointer;
  flex: 0 0 auto;
}

.site-popup__close::before,
.site-popup__close::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 3px;
  background: #ffffff;
  transform-origin: center;
}

.site-popup__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.site-popup__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.site-popup__success-overlay {
  position: fixed;
  inset: 0;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(17, 24, 39, 0.18);
}

.site-popup__success-overlay[hidden] {
  display: none;
}

.site-popup__success-card {
  position: relative;
  width: min(640px, 100%);
  min-height: 240px;
  padding: var(--block-pad) var(--page-pad);
  border-radius: 22px;
  background: linear-gradient(180deg, #27a58f 0%, #1c7f6f 100%);
  box-shadow: 0 20px 48px rgba(17, 24, 39, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
}

.site-popup__success-card > .site-popup__close {
  position: absolute;
  top: 18px;
  right: 18px;
}

.site-popup--success-visible {
  overflow: hidden;
}

.site-popup--success-visible .site-popup__panel {
  overflow: hidden;
}

.site-popup__success-text {
  margin: 0 auto;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
}

.site-popup[data-popup-modal=call] .site-popup__panel {
  background: #356f9b;
}

.site-popup[data-popup-modal=message] .site-popup__panel {
  background: #F1F1F1;
}

.site-popup[data-popup-modal=cost] .site-popup__title--compact,
.site-popup[data-popup-modal=free] .site-popup__title--compact {
  max-width: 470px;
  line-height: 1.15;
}

.site-popup[data-popup-modal=cost] .site-popup__top,
.site-popup[data-popup-modal=free] .site-popup__top {
  color: #ffffff;
}

.site-popup[data-popup-modal=cost] .site-popup__title--compact,
.site-popup[data-popup-modal=free] .site-popup__title--compact {
  color: inherit;
  font-size: clamp(18px, 15.2px + 0.875vw, 32px);
}

.site-popup[data-popup-modal=call] .site-popup__description,
.site-popup[data-popup-modal=call] .site-popup__note,
.site-popup[data-popup-modal=call] .site-popup__success {
  color: #ffffff;
}

.site-popup[data-popup-modal=call] .site-popup__description {
  margin-top: 22px;
  font-size: clamp(18px, 15.6px + 0.75vw, 30px);
  line-height: 1.3;
}

.site-popup[data-popup-modal=call] .site-popup__note {
  max-width: 500px;
  font-size: 16px;
  line-height: 1.3;
}

.site-popup[data-popup-modal=call] .site-popup__success {
  margin-top: 24px;
  font-size: 26px;
}

.site-popup[data-popup-modal=call] .site-popup__section--theme {
  margin-top: 16px;
  margin-left: -24px;
  margin-right: -24px;
  padding-left: 24px;
  padding-right: 24px;
  background: #0f7f71;
}

.site-popup[data-popup-modal=call] .site-popup__field-group--consent,
.site-popup[data-popup-modal=message] .site-popup__field-group--consent,
.site-popup[data-popup-modal=free] .site-popup__field-group--consent {
  width: auto;
  max-width: none;
  margin-top: 26px;
  padding: 16px 24px 18px;
  background: #0f7f71;
}

.site-popup[data-popup-modal=call] .site-popup__field-group--consent {
  margin-left: -24px;
  margin-right: -24px;
}

.site-popup[data-popup-modal=message] .site-popup__field-group--consent {
  margin-left: -24px;
  margin-right: -24px;
}

.site-popup[data-popup-modal=cost] .site-popup__field-group--consent {
  width: auto;
  max-width: none;
  margin-top: 26px;
  padding: 16px 24px 18px;
  background: #ffffff;
}

.site-popup[data-popup-modal=cost] .site-popup__field-group--consent,
.site-popup[data-popup-modal=free] .site-popup__field-group--consent {
  margin-left: -24px;
  margin-right: -24px;
}

.site-popup[data-popup-modal=call] .site-popup__field-group--consent [data-name=consent],
.site-popup[data-popup-modal=message] .site-popup__field-group--consent [data-name=consent],
.site-popup[data-popup-modal=cost] .site-popup__field-group--consent [data-name=consent],
.site-popup[data-popup-modal=free] .site-popup__field-group--consent [data-name=consent] {
  display: block;
  width: 100%;
}

.site-popup[data-popup-modal=call] .site-popup__field-group--consent .wpcf7-list-item-label,
.site-popup[data-popup-modal=message] .site-popup__field-group--consent .wpcf7-list-item-label,
.site-popup[data-popup-modal=free] .site-popup__field-group--consent .wpcf7-list-item-label {
  color: #dbe3e8;
}

.site-popup[data-popup-modal=call] .site-popup__field-group--consent .wpcf7-list-item-label {
  font-size: clamp(18px, 16.8px + 0.375vw, 24px);
  line-height: 1.3;
}

.site-popup[data-popup-modal=message] .site-popup__field-group--consent .wpcf7-list-item-label {
  font-size: clamp(18px, 16.8px + 0.375vw, 24px);
  line-height: 1.3;
}

.site-popup[data-popup-modal=call] .site-popup__field-group--submit {
  margin-top: 24px;
  margin-bottom: 24px;
}

.site-popup[data-popup-modal=call] .site-popup__field-group--consent a {
  color: #ffc21f;
  text-decoration-line: underline;
  text-decoration-style: dotted;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.site-popup[data-popup-modal=message] .site-popup__field-group--consent a {
  color: #ffc21f;
  text-decoration-line: underline;
  text-decoration-style: dotted;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.site-popup[data-popup-modal=call] .site-popup__field-group--consent a:hover {
  text-decoration-color: transparent;
}

.site-popup[data-popup-modal=message] .site-popup__field-group--consent a:hover {
  text-decoration-color: transparent;
}

.site-popup[data-popup-modal=cost] .site-popup__field-group--consent .wpcf7-list-item-label,
.site-popup[data-popup-modal=free] .site-popup__field-group--consent .wpcf7-list-item-label {
  font-size: clamp(18px, 16.8px + 0.375vw, 24px);
  line-height: 1.3;
}

.site-popup[data-popup-modal=free] .site-popup__field-group--consent .wpcf7-list-item-label {
  color: #ffffff;
}

.site-popup[data-popup-modal=cost] .site-popup__field-group--consent .wpcf7-list-item-label {
  color: #000000;
}

.site-popup[data-popup-modal=cost] .site-popup__cf7 .wpcf7-submit,
.site-popup[data-popup-modal=call] .site-popup__cf7 .wpcf7-submit,
.site-popup[data-popup-modal=message] .site-popup__cf7 .wpcf7-submit,
.site-popup[data-popup-modal=free] .site-popup__cf7 .wpcf7-submit {
  font-size: clamp(18px, 15.2px + 0.875vw, 32px);
}

.site-popup[data-popup-modal=free] .site-popup__cf7 .wpcf7-submit {
  background: linear-gradient(180deg, #27b4a0 0%, #137063 100%);
  box-shadow: 0 3px 0 #0f6f63;
  color: #ffffff;
}

.site-popup[data-popup-modal=free] .site-popup__success,
.site-popup[data-popup-modal=cost] .site-popup__success {
  margin-top: 18px;
}

.site-popup[data-popup-modal=cost] .site-popup__description,
.site-popup[data-popup-modal=cost] .site-popup__note,
.site-popup[data-popup-modal=free] .site-popup__description {
  font-size: clamp(18px, 15.6px + 0.75vw, 30px);
  line-height: 1.3;
}

.site-popup[data-popup-modal=cost] .site-popup__success,
.site-popup[data-popup-modal=free] .site-popup__success {
  font-size: clamp(24px, 21.6px + 0.75vw, 36px);
}

.site-popup[data-popup-modal=message] .site-popup__success {
  font-size: clamp(24px, 21.6px + 0.75vw, 36px);
}

.site-popup[data-popup-modal=cost] .site-popup__section--theme,
.site-popup[data-popup-modal=free] .site-popup__section--theme {
  margin-left: -24px;
  margin-right: -24px;
  padding-left: 24px;
  padding-right: 24px;
}

.site-popup[data-popup-modal=call] .site-popup__section-title,
.site-popup[data-popup-modal=cost] .site-popup__section-title,
.site-popup[data-popup-modal=free] .site-popup__section-title {
  font-size: clamp(18px, 15.2px + 0.875vw, 32px);
}

.site-popup[data-popup-modal=cost] .site-popup__methods span,
.site-popup[data-popup-modal=free] .site-popup__methods span {
  font-size: clamp(18px, 16.8px + 0.375vw, 24px);
}

.site-popup[data-popup-modal=free] .site-popup__field-group--consent a {
  color: #ffc21f;
  text-decoration-line: underline;
  text-decoration-style: dotted;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.site-popup[data-popup-modal=cost] .site-popup__field-group--consent a {
  color: #356f9b;
  text-decoration-line: underline;
  text-decoration-style: dotted;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.site-popup[data-popup-modal=free] .site-popup__field-group--consent a:hover {
  text-decoration-color: transparent;
}

.site-popup[data-popup-modal=cost] .site-popup__field-group--consent a:hover {
  text-decoration-color: transparent;
}

.site-popup[data-popup-modal=cost] .site-popup__field-group--consent input[type=checkbox] {
  border-color: #356f9b;
}

.site-popup[data-popup-modal=cost] .site-popup__file,
.site-popup[data-popup-modal=cost] .site-popup__file .wpcf7-form-control-wrap {
  max-width: 392px;
}

.site-popup[data-popup-modal=cost] .site-popup__file {
  justify-content: flex-start;
}

.site-popup[data-popup-modal=message] .site-popup__cf7 .wpcf7-not-valid {
  border-color: #ff7a7a;
}

.site-popup[data-popup-modal=message] .site-popup__cf7 .wpcf7-not-valid-tip {
  color: #f26f67;
}

.site-popup[data-popup-modal=message] .site-popup__cf7 .wpcf7-not-valid-tip::before {
  background: #ff4338;
}

@media (max-height: 860px) {
  .site-popup {
    align-items: flex-start;
    overflow-y: auto;
  }
  .site-popup__dialog {
    margin: auto 0;
    height: auto;
    min-height: calc(var(--site-popup-viewport-height, 100dvh) - 48px);
  }
}
@media (max-width: 1024px) {
  .site-popup {
    padding: 16px;
  }
  .site-popup__dialog {
    width: min(100%, 640px);
    height: auto;
    max-height: calc(var(--site-popup-viewport-height, 100dvh) - 32px);
    grid-template-columns: 1fr;
  }
  .site-popup__media {
    display: none;
  }
  .site-popup__panel {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .site-popup {
    padding: 0;
    overflow-y: hidden;
  }
  .site-popup__dialog {
    width: 100%;
    max-width: none;
    max-height: none;
    min-height: var(--site-popup-viewport-height, 100dvh);
    height: var(--site-popup-viewport-height, 100dvh);
    overflow-y: hidden;
  }
  .site-popup__panel {
    min-height: var(--site-popup-viewport-height, 100dvh);
    height: auto;
    overflow-y: auto;
  }
  .site-popup__top,
  .site-popup__title,
  .site-popup__description,
  .site-popup__note,
  .site-popup__success,
  .site-popup__form,
  .site-popup__section,
  .site-popup__footer {
    padding-left: 20px;
    padding-right: 20px;
  }
  .site-popup__tabs {
    flex-wrap: wrap;
    gap: 18px;
  }
  .site-popup__tab {
    font-size: 21px;
  }
  .site-popup__title {
    font-size: 22px;
  }
  .site-popup__description,
  .site-popup__note {
    font-size: 16px;
  }
  .site-popup__success {
    font-size: 22px;
  }
  .site-popup__success-overlay {
    padding: 20px;
  }
  .site-popup__success-card {
    min-height: 160px;
    padding: 48px 24px 28px;
    border-radius: 18px;
  }
  .site-popup__success-text {
    font-size: 20px;
  }
  .site-popup__submit {
    width: 100%;
  }
  .site-popup__field-group--file {
    flex-direction: column;
    align-items: stretch;
  }
  .site-popup__file {
    width: 100%;
  }
  .site-popup__file-note {
    max-width: none;
    text-align: center;
  }
  .site-popup[data-popup-modal=call] .site-popup__field-group--consent,
  .site-popup[data-popup-modal=message] .site-popup__field-group--consent,
  .site-popup[data-popup-modal=cost] .site-popup__field-group--consent,
  .site-popup[data-popup-modal=free] .site-popup__field-group--consent {
    padding-left: 20px;
    padding-right: 20px;
  }
  .site-popup[data-popup-modal=call] .site-popup__section--theme,
  .site-popup[data-popup-modal=call] .site-popup__field-group--consent,
  .site-popup[data-popup-modal=message] .site-popup__field-group--consent,
  .site-popup[data-popup-modal=cost] .site-popup__section--theme,
  .site-popup[data-popup-modal=cost] .site-popup__field-group--consent,
  .site-popup[data-popup-modal=free] .site-popup__section--theme,
  .site-popup[data-popup-modal=free] .site-popup__field-group--consent {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.video-examples__load-more,
.reviews__load-more,
.free-design__load-more {
  display: none !important;
}

.video-examples__load-more.is-loading,
.reviews__load-more.is-loading,
.free-design__load-more.is-loading {
  display: none !important;
  pointer-events: none;
}

.video-examples__load-more.is-loading::after,
.reviews__load-more.is-loading::after,
.free-design__load-more.is-loading::after {
  content: none;
}

@keyframes mebel-load-spin {
  to {
    transform: rotate(360deg);
  }
}
.privacy-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1250;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.privacy-lightbox[hidden] {
  display: none;
}

.privacy-lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 16, 24, 0.74);
  backdrop-filter: blur(2px);
}

.privacy-lightbox__dialog {
  position: relative;
  z-index: 1;
  width: min(920px, 100vw - 48px);
  max-height: calc(100vh - 48px);
  background: #f4f2ef;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.28);
  overflow: hidden;
}

.privacy-lightbox__content {
  max-height: calc(100vh - 48px);
  padding: 36px 32px 28px;
  overflow-y: auto;
}

.privacy-lightbox__close {
  position: absolute;
  right: 18px;
  top: 18px;
  width: 30px;
  height: 30px;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
}

.privacy-lightbox__close::before,
.privacy-lightbox__close::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 24px;
  height: 2px;
  background: #356f9b;
  transform-origin: center;
}

.privacy-lightbox__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.privacy-lightbox__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.privacy-lightbox__title {
  margin: 0 44px 20px 0;
  font-size: 32px;
  line-height: 1.2;
  color: #1f2830;
}

.privacy-lightbox__body {
  font-size: 16px;
  line-height: 1.6;
  color: #323b43;
}
.privacy-lightbox__body p:first-child,
.privacy-lightbox__body h1:first-child,
.privacy-lightbox__body h2:first-child,
.privacy-lightbox__body h3:first-child {
  margin-top: 0;
}
.privacy-lightbox__body p:last-child {
  margin-bottom: 0;
}

.privacy-lightbox__body.is-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 220px;
}

.privacy-lightbox__loader {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  color: #356f9b;
  text-align: center;
}

.privacy-lightbox__spinner {
  width: 36px;
  height: 36px;
  border: 3px solid rgba(53, 111, 155, 0.2);
  border-top-color: #356f9b;
  border-radius: 50%;
  animation: privacy-lightbox-spin 0.8s linear infinite;
}

.privacy-lightbox__loader-text {
  font-size: 18px;
  line-height: 1.3;
}

@keyframes privacy-lightbox-spin {
  to {
    transform: rotate(360deg);
  }
}
.privacy-lightbox__actions {
  margin: 24px 0 0;
}

.privacy-lightbox__link {
  color: #356f9b;
  text-decoration: underline;
  text-decoration-color: #ffc21f;
  text-underline-offset: 4px;
}

@media (max-width: 640px) {
  .privacy-lightbox {
    padding: 0;
  }
  .privacy-lightbox__dialog {
    width: 100%;
    max-height: var(--site-popup-viewport-height, 100dvh);
  }
  .privacy-lightbox__content {
    max-height: var(--site-popup-viewport-height, 100dvh);
    padding: 28px 20px 24px;
  }
  .privacy-lightbox__title {
    font-size: 24px;
  }
}
/* Need special block */
.need-special {
  background: transparent;
}

.need-special__layout {
  display: flex;
}

.need-special__info {
  flex: 0 0 45%;
  max-width: 45%;
  background: #e2e2e2;
  padding: 56px var(--page-pad);
}

.need-special__title {
  margin: 0;
  font-size: clamp(24px, 16px + 2.5vw, 64px);
  line-height: 1.2;
  font-weight: 800;
  text-transform: uppercase;
  color: #050505;
}

.need-special__title span {
  color: #137063;
}

.need-special__expert {
  margin-top: 56px;
  display: flex;
  align-items: center;
  gap: 24px;
}

.need-special__expert-photo {
  width: 132px;
  height: 132px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #2d6892;
  flex-shrink: 0;
}

.need-special__expert-text {
  font-size: clamp(20px, 16.4px + 1.125vw, 32px);
  line-height: 1.2;
  color: #141414;
}

.need-special__expert-exp {
  margin-top: 8px;
  font-weight: 700;
}

.need-special__call-title {
  margin-top: 54px;
  font-size: clamp(24px, 20.4px + 1.125vw, 36px);
  line-height: 1.2;
  color: #141414;
}

.need-special__phone-row {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  font-size: clamp(20px, 16px + 1.25vw, 40px);
}

.need-special__call-icon {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.need-special__call-icon img {
  width: 30px;
  height: 30px;
}

.need-special__phone {
  font-size: inherit;
  line-height: 1;
  font-weight: 500;
  color: #111111;
  text-decoration: none;
}

.need-special__socials {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.need-special__social {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.need-special__social--tg {
  background: transparent;
}

.need-special__social--wa {
  background: transparent;
}

.need-special__social--vb {
  background: transparent;
}

.need-special__social img {
  width: 30px;
  height: 30px;
}

.need-special__schedule {
  margin-top: 24px;
  font-size: clamp(20px, 16.4px + 1.125vw, 32px);
  line-height: 1;
  color: #2c2c2c;
}

.need-special__form-wrap {
  flex: 0 0 55%;
  max-width: 55%;
  background: #13786d;
  color: #eef8f5;
  padding: 52px var(--page-pad) 44px;
}

.need-special__form-title {
  margin: 0;
  text-align: center;
  font-size: clamp(24px, 20.4px + 1.125vw, 36px);
  line-height: 1.2;
  font-weight: 400;
  color: #ffffff;
}

.need-special__form-subtitle {
  margin: 12px auto 0;
  max-width: 860px;
  text-align: center;
  font-size: clamp(20px, 16.4px + 1.125vw, 32px);
  line-height: 1.2;
  font-weight: 300;
}

.need-special__form {
  margin: 30px auto 0;
  max-width: 800px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.need-special__field {
  display: block;
  position: relative;
  background: transparent;
  margin-bottom: 28px;
}

.need-special__field::before {
  content: "";
  position: absolute;
  left: 72px;
  top: 50%;
  width: 1px;
  height: 34px;
  background: rgba(17, 17, 17, 0.18);
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 1;
}

.need-special__field::after {
  content: "";
  position: absolute;
  left: 26px;
  top: 50%;
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 1;
}

.need-special__field--name::after {
  background-image: url("images/name-ico.svg");
}

.need-special__field--phone::after {
  background-image: url("images/phone-ico.svg");
}

.need-special__field input {
  display: block;
  color: #121212;
  width: 100%;
  min-height: 72px;
  box-sizing: border-box;
  border: 1px solid #d4d8da;
  border-radius: 8px;
  background: #ffffff;
  padding: 14px 26px 14px 94px;
  font-size: 24px;
  line-height: 1;
  outline: none;
}

.need-special__field input::placeholder {
  color: #9c9c9c;
  opacity: 1;
}

.need-special__field > p {
  margin: 0;
}

.need-special__field .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  position: relative;
}

.need-special__field .wpcf7-form-control-wrap input {
  display: block;
  width: 100%;
}

.need-special__submit {
  margin: 0 auto;
  border: 0;
  cursor: pointer;
  border-radius: 14px;
  background: linear-gradient(180deg, #f7ca27 0%, #f3b31b 100%);
  color: #101010;
  border-bottom: 4px solid #a06d06;
  font-size: clamp(20px, 16.4px + 1.125vw, 32px);
  line-height: 1.08;
  font-weight: 400;
  padding: 18px 28px 24px;
  width: 86%;
  white-space: normal;
  display: block;
  min-height: 100px;
  transform: translateY(0);
  transition: transform 0.2s ease, border-bottom-width 0.2s ease;
  text-wrap: balance;
}

.need-special__submit:hover,
.need-special__submit:focus {
  border-bottom-width: 0;
}

.need-special__consent {
  margin: 18px auto 0;
  width: 76%;
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: clamp(18px, 16.8px + 0.375vw, 24px);
  line-height: 1.1;
  color: #edf5f3;
}
.need-special__consent p {
  margin: 0;
}

.need-special__consent input {
  appearance: none;
  width: 28px;
  height: 28px;
  margin: 0;
  background: #ececec;
  border: 2px solid #d0d0d0;
  border-radius: 8px;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

.need-special__consent input::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 54%;
  height: 30%;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: translate(-50%, -62%) rotate(-45deg) scale(0);
  transform-origin: center;
  transition: transform 0.15s ease;
}

.need-special__field-group--submit p {
  margin: 0;
}

.need-special__consent input:checked {
  background: #137063;
  border-color: #137063;
}

.need-special__consent input:checked::after {
  transform: translate(-50%, -62%) rotate(-45deg) scale(1);
}

.need-special__consent input:focus-visible {
  outline: 2px solid #f5cb2f;
  outline-offset: 2px;
}

.need-special__consent a {
  color: #f5cb2f;
  text-decoration: underline;
  text-decoration-style: dotted;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}
.need-special__consent a:hover {
  text-decoration-color: transparent;
}

@media (max-width: 1440px) {
  .need-special__info {
    padding: 46px var(--page-pad) 44px;
  }
  .need-special__expert {
    margin-top: 44px;
  }
  .need-special__expert-photo {
    width: 128px;
    height: 128px;
  }
  .need-special__form-wrap {
    padding: 40px var(--page-pad) 36px;
  }
  .need-special__field {
    display: block;
  }
  .need-special__field::before {
    height: 34px;
  }
  .need-special__field::after {
    width: 28px;
    height: 28px;
  }
  .need-special__field input {
    font-size: 20px;
    min-height: 68px;
    padding: 12px 24px 12px 92px;
  }
  .need-special__submit {
    padding: 16px 24px 20px;
    width: 100%;
  }
  .need-special__consent {
    width: 100%;
  }
  .need-special__consent input {
    width: 28px;
    height: 28px;
    border-radius: 8px;
  }
}
@media (max-width: 1280px) {
  .need-special__submit {
    width: 100%;
  }
  .need-special__consent {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .need-special__layout {
    flex-direction: column;
  }
  .need-special__info,
  .need-special__form-wrap {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .need-special__info {
    padding: 40px var(--page-pad) 34px;
    text-align: center;
  }
  .need-special__expert {
    margin-top: 28px;
    justify-content: center;
    gap: 20px;
  }
  .need-special__expert-photo {
    width: 144px;
    height: 144px;
    border-width: 3px;
  }
  .need-special__expert-text {
    text-align: left;
  }
  .need-special__phone-row {
    margin-top: 16px;
    justify-content: center;
    gap: 8px;
  }
  .need-special__call-icon,
  .need-special__social {
    width: 30px;
    height: 30px;
  }
  .need-special__call-icon img,
  .need-special__social img {
    width: 30px;
    height: 30px;
  }
  .need-special__form-wrap {
    padding: 28px var(--page-pad) 30px;
  }
  .need-special__form-subtitle {
    margin-top: 8px;
    line-height: 1.2;
  }
  .need-special__form {
    margin-top: 20px;
  }
  .need-special__field {
    display: block;
  }
  .need-special__field::before {
    left: 72px;
    height: 34px;
  }
  .need-special__field::after {
    left: 26px;
    width: 28px;
    height: 28px;
  }
  .need-special__field input {
    font-size: 24px;
    min-height: 72px;
    padding: 14px 26px 14px 94px;
  }
  .need-special__submit {
    padding: 16px 18px 20px;
    max-width: none;
  }
  .need-special__consent {
    margin-top: 18px;
    width: 100%;
    justify-content: flex-start;
  }
  .need-special__consent input {
    width: 28px;
    height: 28px;
  }
}
@media (max-width: 640px) {
  .need-special__info {
    padding: 24px var(--page-pad) 22px;
  }
  .need-special__expert {
    margin-top: 12px;
    gap: 16px;
  }
  .need-special__expert-exp {
    margin-top: 6px;
  }
  .need-special__phone-row {
    margin-top: 10px;
    gap: 8px;
    row-gap: 8px;
  }
  .need-special__call-icon,
  .need-special__social {
    width: 30px;
    height: 30px;
  }
  .need-special__call-icon img,
  .need-special__social img {
    width: 30px;
    height: 30px;
  }
  .need-special__form-wrap {
    padding: 22px var(--page-pad) 20px;
  }
  .need-special__form-subtitle {
    line-height: 1.2;
  }
  .need-special__form {
    margin-top: 16px;
    gap: 12px;
  }
  .need-special__field {
    display: block;
  }
  .need-special__field::before {
    left: 72px;
    height: 30px;
  }
  .need-special__field::after {
    left: 26px;
    width: 24px;
    height: 24px;
  }
  .need-special__field input {
    font-size: 20px;
    min-height: 60px;
    padding: 12px 18px 12px 92px;
    border-radius: 8px;
  }
  .need-special__submit {
    padding: 14px 16px 18px;
    border-radius: 9px;
    line-height: 1.05;
  }
  .need-special__consent {
    gap: 10px;
    justify-content: flex-start;
  }
  .need-special__consent input {
    width: 28px;
    height: 28px;
    border-radius: 6px;
  }
  .need-special__consent a {
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
  }
}
@media (max-width: 639px) {
  .need-special__expert {
    flex-direction: column;
    text-align: center;
  }
  .need-special__expert-text {
    text-align: center;
  }
}
@media (max-width: 360px) {
  .need-special__info {
    padding: 18px var(--page-pad) 16px;
  }
  .need-special__expert {
    flex-direction: column;
    gap: 8px;
  }
  .need-special__expert-text {
    text-align: center;
  }
  .need-special__phone-row {
    justify-content: center;
  }
  .need-special__socials {
    width: 100%;
    justify-content: center;
  }
  .need-special__form-wrap {
    padding: 16px var(--page-pad) 14px;
  }
  .need-special__form-subtitle {
    max-width: 240px;
  }
  .need-special__field {
    display: block;
  }
  .need-special__field::before {
    left: 64px;
    height: 24px;
  }
  .need-special__field::after {
    left: 22px;
    width: 22px;
    height: 22px;
  }
  .need-special__field input {
    font-size: 16px;
    min-height: 52px;
    padding: 10px 14px 10px 82px;
  }
  .need-special__submit {
    padding: 10px 8px 14px;
  }
  .need-special__consent {
    line-height: 1.1;
    margin-top: 10px;
  }
}
.need-special__form .wpcf7-spinner,
.need-special__form .wpcf7-response-output {
  display: none;
}

.need-special__form .wpcf7-form-control-wrap {
  display: block;
  position: relative;
}

.need-special__form .wpcf7-not-valid-tip,
.need-special__cf7-missing {
  font-size: 1.2rem;
  line-height: 1.4;
  color: #fff;
}

.need-special__form .wpcf7-not-valid-tip {
  position: absolute;
  left: 0;
  top: calc(100% + 4px);
  width: 100%;
  margin-top: 0;
}

.need-special__form .wpcf7-not-valid {
  border-color: #d64545;
}

.need-special__form .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 14px;
}

.need-special__form .wpcf7-acceptance .wpcf7-list-item-label {
  display: inline-block;
  line-height: 1.2;
}

.need-special__form .wpcf7-acceptance label {
  display: flex;
  align-items: center;
  gap: 14px;
  cursor: pointer;
}

.need-special__form .wpcf7-acceptance .wpcf7-list-item input {
  margin: 0;
  align-self: center;
}

/* Video examples block */
.video-examples {
  background: #ffffff;
  color: #111111;
}

.video-examples__inner {
  margin: 0 auto;
  padding: 52px var(--page-pad) 64px;
}

.video-examples__title {
  font-size: clamp(24px, 16px + 2.5vw, 64px);
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0 0 28px;
  color: #111111;
  text-wrap: balance;
}

.video-examples__title span {
  color: #137063;
}

.video-examples__carousel {
  display: block;
}

.video-examples__item {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.video-examples__media {
  aspect-ratio: 16/9;
  border-radius: 12px;
  overflow: hidden;
  background: #000000;
  position: relative;
}

.video-examples__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.video-examples__media[role=button] {
  cursor: pointer;
}

.video-examples__player {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.video-examples__play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 64px;
  height: 64px;
  transform: translate(-50%, -50%);
  background: #e91c23;
  border-radius: 18px;
}

.video-examples__play::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-40%, -50%);
  border-style: solid;
  border-width: 10px 0 10px 16px;
  border-color: transparent transparent transparent #ffffff;
}

.video-examples__caption {
  font-size: clamp(16px, 14.4px + 0.5vw, 24px);
  text-align: center;
  text-wrap: balance;
}

.video-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1250;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.video-lightbox[hidden] {
  display: none;
}

.video-lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 16, 24, 0.82);
  backdrop-filter: blur(2px);
}

.video-lightbox__dialog {
  position: relative;
  z-index: 1;
  width: 100vw;
  height: 100vh;
  max-width: 100vw;
  max-height: 100vh;
  background: #111111;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.28);
  display: flex;
  flex-direction: column;
}

.video-lightbox__media {
  flex: 1 1 auto;
  background: #000000;
  height: 100vh;
  max-height: 100vh;
}

.video-lightbox__player {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #000000;
}

.video-lightbox__caption {
  padding: 14px 20px 18px;
  font-size: clamp(16px, 15.2px + 0.25vw, 20px);
  line-height: 1.3;
  text-align: center;
  color: #ffffff;
  flex: 0 0 auto;
}

.video-lightbox__close {
  position: absolute;
  right: 14px;
  top: 14px;
  width: 36px;
  height: 36px;
  border: 0;
  padding: 0;
  background: rgba(17, 17, 17, 0.7);
  cursor: pointer;
  z-index: 2;
}

.video-lightbox__close::before,
.video-lightbox__close::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 22px;
  height: 2px;
  background: #ffffff;
  transform-origin: center;
}

.video-lightbox__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.video-lightbox__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.video-examples__load-more {
  display: block;
  margin: 20px auto 0;
  padding: 12px 22px;
  border: 1px solid #137063;
  border-radius: 8px;
  background: transparent;
  color: #137063;
  font-size: 16px;
  cursor: pointer;
}

.video-examples__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 24px;
  width: fit-content;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.video-examples__controls.is-single {
  opacity: 0.6;
}

.video-examples__nav {
  width: 78px;
  height: 72px;
  border-radius: 12px;
  border: 1px solid #137063;
  background: #137063;
  position: relative;
  cursor: pointer;
  flex: 0 0 auto;
  transition: background-color 0.2s ease, opacity 0.2s ease, border-color 0.2s ease;
}

.video-examples__nav::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 18px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: translate(-25%, -50%) rotate(225deg);
}

.video-examples__nav--next::after {
  transform: translate(-75%, -50%) rotate(45deg);
}

.video-examples__nav--next {
  background: transparent;
}

.video-examples__nav--next::after {
  border-top-color: #137063;
  border-right-color: #137063;
}

.video-examples__nav:disabled {
  opacity: 0.35;
  cursor: default;
}

.video-examples__dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex: 0 1 auto;
  min-width: 0;
  max-width: 100%;
  flex-wrap: wrap;
  padding: 0 18px;
}

.video-examples__dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #137063;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

.video-examples__dot.is-active {
  background: #137063;
}

.video-examples__counter {
  min-width: 82px;
  height: 72px;
  border-radius: 12px;
  border: 1px solid #137063;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 0 14px;
  font-size: 0;
  font-weight: 700;
  line-height: 1;
  color: #111111;
  flex: 0 0 auto;
  background: #ffffff;
}

.video-examples__counter span {
  display: inline-block;
  font-size: clamp(18px, 16.8px + 0.375vw, 24px);
  line-height: 1;
}

.video-examples__counter span:nth-child(2) {
  font-size: clamp(15px, 14px + 0.3125vw, 20px);
  transform: translateY(-1px);
}

.video-examples__counter span:last-child {
  color: #137063;
}

.video-examples .owl-nav,
.video-examples .owl-dots {
  display: none !important;
}

@media (max-width: 1439px) {
  .video-examples__inner {
    padding: 46px var(--page-pad) 56px;
  }
  .video-examples__title {
    margin-bottom: 24px;
  }
  .video-examples__nav,
  .video-examples__counter {
    height: 64px;
  }
  .video-examples__nav {
    width: 70px;
  }
  .video-examples__counter {
    min-width: 78px;
  }
}
@media (max-width: 1023px) {
  .video-examples__inner {
    padding: 40px var(--page-pad) 52px;
  }
  .video-examples__carousel {
    display: block;
  }
  .video-examples__controls {
    gap: 12px;
    margin-top: 22px;
  }
  .video-examples__nav,
  .video-examples__counter {
    height: 56px;
  }
  .video-examples__nav {
    width: 60px;
  }
  .video-examples__counter {
    min-width: 72px;
    padding: 0 10px;
  }
  .video-examples__dot {
    width: 14px;
    height: 14px;
  }
}
@media (max-width: 639px) {
  .video-examples__inner {
    padding: 34px var(--page-pad) 46px;
  }
  .video-examples__title {
    margin-bottom: 20px;
  }
  .video-examples__carousel {
    display: block;
  }
  .video-examples__controls {
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
  }
  .video-examples__dots {
    order: 2;
    flex: 0 0 100%;
    padding: 0;
    gap: 12px;
    display: none;
  }
  .video-examples__counter {
    order: 3;
  }
  .video-lightbox {
    padding: 0;
  }
  .video-lightbox__dialog {
    width: 100%;
  }
  .video-lightbox__caption {
    padding: 12px 16px 16px;
  }
}
@media (max-width: 360px) {
  .video-examples__title {
    margin-bottom: 16px;
  }
  .video-examples__nav,
  .video-examples__counter {
    height: 52px;
  }
  .video-examples__nav {
    width: 52px;
    border-radius: 10px;
  }
  .video-examples__nav::after {
    width: 16px;
    height: 16px;
  }
  .video-examples__counter {
    min-width: 68px;
    border-radius: 10px;
  }
  .video-examples__dot {
    width: 12px;
    height: 12px;
  }
}
/* Basis models block */
.basis-models {
  background: #f5f7f6;
  color: #111111;
  margin: 60px auto 0;
}

.basis-models__inner {
  margin: 0 auto;
  padding: 52px var(--page-pad) 64px;
}

.basis-models__title {
  font-size: clamp(24px, 16px + 2.5vw, 64px);
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0 0 28px;
  color: #111111;
  text-wrap: balance;
}

.basis-models__title span {
  color: #137063;
}

.basis-models__carousel {
  display: block;
}

.basis-models__item {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.basis-models__media {
  aspect-ratio: 16/9;
  border-radius: 12px;
  overflow: hidden;
  background: #000000;
  position: relative;
}

.basis-models__media[role=button] {
  cursor: pointer;
}

.basis-models__play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 64px;
  height: 64px;
  transform: translate(-50%, -50%);
  background: #e91c23;
  border-radius: 18px;
}

.basis-models__play::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-40%, -50%);
  border-style: solid;
  border-width: 10px 0 10px 16px;
  border-color: transparent transparent transparent #ffffff;
}

.basis-models__caption {
  font-size: clamp(16px, 14.4px + 0.5vw, 24px);
  text-align: center;
  text-wrap: balance;
}

.basis-models__caption-title {
  font-weight: 400;
}

.basis-models__caption-text {
  margin-top: 6px;
}

.basis-models__caption-link {
  color: #137063;
  text-decoration: underline;
}

.basis-models__caption-link:hover,
.basis-models__caption-link:focus {
  text-decoration: none;
}

.basis-models-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1250;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.basis-models-lightbox[hidden] {
  display: none;
}

.basis-models-lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 16, 24, 0.82);
  backdrop-filter: blur(2px);
}

.basis-models-lightbox__dialog {
  position: relative;
  z-index: 1;
  width: 100vw;
  height: 100vh;
  max-width: 100vw;
  max-height: 100vh;
  background: #111111;
  display: flex;
  flex-direction: column;
}

.basis-models-lightbox__media {
  flex: 1 1 auto;
  background: #000000;
  height: 100vh;
  max-height: 100vh;
}

.basis-models-lightbox__player {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #000000;
}

.basis-models-lightbox__caption {
  padding: 14px 20px 18px;
  font-size: clamp(16px, 15.2px + 0.25vw, 20px);
  line-height: 1.3;
  text-align: center;
  color: #ffffff;
  flex: 0 0 auto;
}

.basis-models-lightbox__close {
  position: absolute;
  right: 14px;
  top: 14px;
  width: 36px;
  height: 36px;
  border: 0;
  padding: 0;
  background: rgba(17, 17, 17, 0.7);
  cursor: pointer;
  z-index: 2;
}

.basis-models-lightbox__close::before,
.basis-models-lightbox__close::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 22px;
  height: 2px;
  background: #ffffff;
  transform-origin: center;
}

.basis-models-lightbox__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.basis-models-lightbox__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.basis-models__load-more {
  display: block;
  margin: 20px auto 0;
  padding: 12px 22px;
  border: 1px solid #137063;
  border-radius: 8px;
  background: transparent;
  color: #137063;
  font-size: 16px;
  cursor: pointer;
}

.basis-models__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 24px;
  width: fit-content;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.basis-models__controls.is-single {
  opacity: 0.6;
}

.basis-models__nav {
  width: 78px;
  height: 72px;
  border-radius: 12px;
  border: 1px solid #137063;
  background: #137063;
  position: relative;
  cursor: pointer;
  flex: 0 0 auto;
}

.basis-models__nav::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 18px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: translate(-25%, -50%) rotate(225deg);
}

.basis-models__nav--next::after {
  transform: translate(-75%, -50%) rotate(45deg);
}

.basis-models__nav--next {
  background: transparent;
}

.basis-models__nav--next::after {
  border-top-color: #137063;
  border-right-color: #137063;
}

.basis-models__nav:disabled {
  opacity: 0.35;
  cursor: default;
}

.basis-models__dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex: 0 1 auto;
  min-width: 0;
  max-width: 100%;
  flex-wrap: wrap;
  padding: 0 18px;
}

.basis-models__dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #137063;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

.basis-models__dot.is-active {
  background: #137063;
}

.basis-models__counter {
  min-width: 82px;
  height: 72px;
  border-radius: 12px;
  border: 1px solid #137063;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 0 14px;
  font-size: 0;
  font-weight: 700;
  line-height: 1;
  color: #111111;
  flex: 0 0 auto;
  background: #ffffff;
}

.basis-models__counter span {
  display: inline-block;
  font-size: clamp(18px, 16.8px + 0.375vw, 24px);
  line-height: 1;
}

.basis-models__counter span:nth-child(2) {
  font-size: clamp(15px, 14px + 0.3125vw, 20px);
  transform: translateY(-1px);
}

.basis-models__counter span:last-child {
  color: #137063;
}

.basis-models .owl-nav,
.basis-models .owl-dots {
  display: none !important;
}

@media (max-width: 1439px) {
  .basis-models {
    margin-top: 40px;
  }
  .basis-models__inner {
    padding: 46px var(--page-pad) 56px;
  }
  .basis-models__title {
    margin-bottom: 24px;
  }
}
@media (max-width: 1023px) {
  .basis-models {
    margin-top: 30px;
  }
  .basis-models__inner {
    padding: 40px var(--page-pad) 52px;
  }
  .basis-models__controls {
    gap: 12px;
    margin-top: 22px;
  }
}
@media (max-width: 639px) {
  .basis-models__inner {
    padding: 34px var(--page-pad) 46px;
  }
  .basis-models__title {
    margin-bottom: 20px;
  }
  .basis-models__controls {
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
  }
  .basis-models__dots {
    order: 2;
    flex: 0 0 100%;
    padding: 0;
    gap: 12px;
    display: none;
  }
  .basis-models__counter {
    order: 3;
  }
}
/* Reviews block */
.reviews {
  background: #F1F8F7;
  color: #111111;
}

.reviews__inner {
  margin: 0 auto;
  padding: 56px var(--page-pad) 64px;
}

.reviews__title {
  font-size: clamp(24px, 16px + 2.5vw, 64px);
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0 0 12px;
  color: #111111;
  text-wrap: balance;
}

.reviews__title span {
  color: #2D6892;
}

.reviews__subtitle {
  font-size: clamp(20px, 16.8px + 1vw, 36px);
  margin: 0 0 24px;
  color: #3a3a3a;
}

.reviews__carousel {
  display: block;
}

.reviews__item {
  border-radius: 12px;
  overflow: hidden;
  background: #ffffff;
}

.reviews__item-link {
  display: block;
}

.reviews__item img {
  width: 100%;
  aspect-ratio: 1/1.5;
  height: auto;
  object-fit: contain;
  object-position: center;
  display: block;
  background-color: #EDEDED;
}

.reviews__item img.is-overflowing {
  object-position: top;
}

.reviews__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  width: fit-content;
  max-width: 100%;
  margin: 24px auto 0;
}

.reviews__controls.is-single {
  opacity: 0.6;
}

.reviews__nav {
  width: 78px;
  height: 72px;
  border-radius: 12px;
  border: 1px solid #2D6892;
  background: #2D6892;
  position: relative;
  flex: 0 0 auto;
  padding: 0;
  font-size: 0;
  cursor: pointer;
  transition: opacity 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.reviews__nav::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 18px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: translate(-25%, -50%) rotate(225deg);
}

.reviews__nav--next {
  background: transparent;
}

.reviews__nav--next::after {
  border-top-color: #2D6892;
  border-right-color: #2D6892;
  transform: translate(-75%, -50%) rotate(45deg);
}

.reviews__nav:disabled {
  opacity: 0.35;
  cursor: default;
}

.reviews__dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex: 0 1 auto;
  min-width: 0;
  max-width: 100%;
  flex-wrap: wrap;
  padding: 0 18px;
}

.reviews__dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #2D6892;
  background: transparent;
  padding: 0;
  font-size: 0;
  cursor: pointer;
}

.reviews__dot.is-active {
  background: #2D6892;
}

.reviews__counter {
  min-width: 82px;
  height: 72px;
  border-radius: 12px;
  border: 1px solid #2D6892;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 0 14px;
  font-weight: 700;
  line-height: 1;
  color: #111111;
  flex: 0 0 auto;
  background: #F1F8F7;
}

.reviews__counter span {
  display: inline-block;
  font-size: 24px;
  line-height: 1;
}

.reviews__counter span:nth-child(2) {
  font-size: 20px;
  transform: translateY(-1px);
}

.reviews__counter span:last-child {
  color: #2D6892;
}

.reviews .owl-nav,
.reviews .owl-dots {
  display: none !important;
}

@media (max-width: 1439px) {
  .reviews__inner {
    padding: 48px var(--page-pad) 56px;
  }
  .reviews__nav,
  .reviews__counter {
    height: 64px;
  }
  .reviews__nav {
    width: 70px;
  }
  .reviews__counter {
    min-width: 78px;
  }
  .reviews__counter span {
    font-size: 22px;
  }
}
@media (max-width: 1023px) {
  .reviews__inner {
    padding: 40px var(--page-pad) 52px;
  }
  .reviews__carousel {
    display: block;
  }
  .reviews__controls {
    gap: 12px;
    margin-top: 22px;
  }
  .reviews__nav,
  .reviews__counter {
    height: 56px;
  }
  .reviews__nav {
    width: 60px;
  }
  .reviews__counter {
    min-width: 72px;
    padding: 0 10px;
  }
  .reviews__counter span {
    font-size: 20px;
  }
  .reviews__counter span:nth-child(2) {
    font-size: 16px;
  }
  .reviews__dot {
    width: 14px;
    height: 14px;
  }
}
@media (max-width: 639px) {
  .reviews__inner {
    padding: 34px var(--page-pad) 46px;
  }
  .reviews__carousel {
    display: block;
  }
  .reviews__controls {
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
  }
  .reviews__dots {
    order: 2;
    flex: 0 0 100%;
    padding: 0;
    gap: 12px;
  }
  .reviews__counter {
    order: 3;
  }
}
@media (max-width: 360px) {
  .reviews__nav,
  .reviews__counter {
    height: 52px;
  }
  .reviews__nav {
    width: 52px;
    border-radius: 10px;
  }
  .reviews__nav::after {
    width: 16px;
    height: 16px;
  }
  .reviews__counter {
    min-width: 68px;
    border-radius: 10px;
  }
  .reviews__counter span {
    font-size: 18px;
  }
  .reviews__counter span:nth-child(2) {
    font-size: 15px;
  }
  .reviews__dot {
    width: 12px;
    height: 12px;
  }
}
/* Free design block */
.free-design {
  background: #ffffff;
  color: #111111;
}

.free-design__inner {
  margin: 60px auto 0;
  padding: 0;
}

.free-design__layout {
  display: flex;
  flex-wrap: nowrap;
  min-width: 0;
  gap: 0;
  overflow: hidden;
}

.free-design__info {
  min-width: 0;
  flex: 0 0 55%;
  max-width: 55%;
}

.free-design__title {
  font-size: clamp(24px, 16px + 2.5vw, 64px);
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0 0 50px;
  color: #111111;
  text-wrap: balance;
  padding: 0 var(--page-pad);
}

.free-design__title span {
  color: #137063;
}

.free-design__benefits {
  background: #2D6892;
  color: #ffffff;
  padding: 50px var(--page-pad);
  border-radius: 0;
}

.free-design__benefits-title {
  font-size: clamp(20px, 17.6px + 0.75vw, 32px);
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.free-design__benefits-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: clamp(18px, 15.2px + 0.875vw, 32px);
  line-height: 1.4;
}

.free-design__benefits-list li {
  margin: 0 0 8px;
}

.free-design__note {
  font-size: clamp(20px, 16.8px + 1vw, 36px);
  line-height: 1.4;
  margin: 0;
  padding: 50px 40px;
}

.free-design__examples {
  background: #def7f5;
  padding: 20px 24px 22px;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: center;
  min-width: 0;
  width: 100%;
  flex: 0 0 45%;
  max-width: 45%;
  justify-content: center;
}

.free-design__examples-title {
  font-size: clamp(16px, 12.8px + 1vw, 32px);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #1b1b1b;
}

.free-design__carousel {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  display: block;
}

.free-design__item {
  border-radius: 12px;
  overflow: hidden;
  background: #ffffff;
  aspect-ratio: var(--free-design-item-ratio, 4/3);
}

.free-design__item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.free-design .owl-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin-top: 12px;
}

.free-design .owl-nav button {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  border: 2px solid #137063;
  background: transparent;
  font-size: 0;
  position: relative;
  cursor: pointer;
}

.free-design .owl-nav button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #137063;
  border-right: 2px solid #137063;
  transform: translate(-50%, -50%) rotate(45deg);
}

.free-design .owl-nav .owl-prev::after {
  transform: translate(-50%, -50%) rotate(-135deg);
}

.free-design .owl-nav .owl-prev {
  background: #137063;
}

.free-design .owl-nav .owl-prev::after {
  border-top-color: #ffffff;
  border-right-color: #ffffff;
}

.free-design .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 6px;
}

.free-design .owl-dots button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #137063;
  background: transparent;
  padding: 0;
}

.free-design .owl-dots .active {
  background: #137063;
}

.free-design__cta {
  background: #0c6b5e;
  color: #ffffff;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 0px;
  margin-top: 0;
  width: 100%;
}

.free-design__cta-btn-wrap {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  padding: 20px var(--page-pad);
}

.free-design__cta-text {
  font-size: clamp(16px, 12px + 1.25vw, 36px);
  line-height: 1.4;
  text-transform: uppercase;
  padding: 50px var(--page-pad);
}

.free-design__cta-btn {
  background: linear-gradient(180deg, #f7ca27 0%, #f3b31b 100%);
  color: #1b1b1b;
  border: 0;
  border-bottom: 4px solid #a06d06;
  padding: 12px 28px;
  border-radius: 12px;
  font-size: clamp(20px, 17.6px + 0.75vw, 32px);
  line-height: 1.2;
  text-transform: uppercase;
  cursor: pointer;
  min-width: 420px;
  min-height: 62px;
  transform: translateY(0);
  transition: transform 0.2s ease, border-bottom-color 0.2s ease;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
  margin: 0 auto;
}

.free-design__cta-btn:hover,
.free-design__cta-btn:focus {
  background: linear-gradient(180deg, #f7ca27 0%, #f3b31b 100%);
  color: #1b1b1b;
  transform: translateY(4px);
  border-bottom-color: #f3b31b;
}

@media (max-width: 1439px) {
  .free-design__inner {
    margin-top: 40px;
  }
  .free-design__title {
    margin-bottom: 16px;
  }
  .free-design__benefits {
    padding: 28px var(--page-pad);
  }
  .free-design__note {
    padding: 16px 32px;
  }
  .free-design__examples {
    padding: 18px 20px 20px;
  }
  .free-design__cta {
    padding: 0;
  }
  .free-design__cta-btn-wrap {
    flex-basis: 45%;
    max-width: 45%;
    padding: 18px 20px 20px;
  }
}
@media (max-width: 1024px) {
  .free-design__inner {
    margin-top: 30px;
  }
  .free-design__layout {
    flex-direction: column;
    gap: 0px;
  }
  .free-design__info,
  .free-design__examples {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .free-design__examples {
    align-items: stretch;
    padding: var(--block-pad) var(--page-pad);
  }
  .free-design__cta {
    padding: 0;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0px;
  }
  .free-design__cta-btn-wrap {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 10px var(--page-pad) var(--block-pad);
  }
  .free-design__cta-text {
    padding: var(--block-pad) var(--page-pad) 0;
  }
  .free-design__note {
    padding: 26px 28px;
  }
}
@media (max-width: 639px) {
  .free-design__title {
    margin-bottom: 14px;
  }
  .free-design__note {
    padding: 24px 20px;
  }
  .free-design__benefits,
  .free-design__examples {
    padding: 16px var(--page-pad);
  }
  .free-design__cta {
    padding: 0;
  }
  .free-design__cta-text {
    padding: 16px var(--page-pad);
  }
  .free-design__cta-btn-wrap {
    padding: 16px var(--page-pad);
  }
  .free-design__cta-btn {
    width: 100%;
    min-width: 360px;
  }
}
@media (max-width: 360px) {
  .free-design__note {
    padding: 22px 18px;
  }
  .free-design__cta-btn {
    min-width: 280px;
  }
}
.free-design__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  width: fit-content;
  max-width: 100%;
  margin: 16px auto 0;
}

.free-design__controls.is-single {
  opacity: 0.6;
}

.free-design__nav {
  width: 62px;
  height: 56px;
  border-radius: 10px;
  border: 1px solid #137063;
  background: #137063;
  position: relative;
  flex: 0 0 auto;
  padding: 0;
  font-size: 0;
  cursor: pointer;
  transition: opacity 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.free-design__nav::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 14px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: translate(-25%, -50%) rotate(225deg);
}

.free-design__nav--next {
  background: transparent;
}

.free-design__nav--next::after {
  border-top-color: #137063;
  border-right-color: #137063;
  transform: translate(-75%, -50%) rotate(45deg);
}

.free-design__nav:disabled {
  opacity: 0.35;
  cursor: default;
}

.free-design__dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex: 0 1 auto;
  min-width: 0;
  max-width: 100%;
  flex-wrap: wrap;
  padding: 0 12px;
}

.free-design__dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #137063;
  background: transparent;
  padding: 0;
  font-size: 0;
  cursor: pointer;
}

.free-design__dot.is-active {
  background: #137063;
}

.free-design__counter {
  min-width: 68px;
  height: 56px;
  border-radius: 10px;
  border: 1px solid #137063;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 0 12px;
  font-weight: 700;
  line-height: 1;
  color: #111111;
  flex: 0 0 auto;
  background: #def7f5;
}

.free-design__counter span {
  display: inline-block;
  font-size: clamp(16px, 15.2px + 0.25vw, 20px);
  line-height: 1;
}

.free-design__counter span:nth-child(2) {
  font-size: clamp(13px, 12.4px + 0.1875vw, 16px);
  transform: translateY(-1px);
}

.free-design__counter span:last-child {
  color: #137063;
}

.free-design .owl-nav,
.free-design .owl-dots {
  display: none !important;
}

@media (max-width: 1439px) {
  .free-design__nav,
  .free-design__counter {
    height: 52px;
  }
  .free-design__nav {
    width: 58px;
  }
  .free-design__counter {
    min-width: 64px;
  }
}
@media (max-width: 1024px) {
  .free-design__controls {
    gap: 12px;
  }
  .free-design__nav,
  .free-design__counter {
    height: 48px;
  }
  .free-design__nav {
    width: 52px;
  }
  .free-design__counter {
    min-width: 60px;
    padding: 0 10px;
  }
}
@media (max-width: 639px) {
  .free-design__controls {
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
  }
  .free-design__dots {
    order: 2;
    flex: 0 0 100%;
    padding: 0;
  }
  .free-design__counter {
    order: 3;
  }
}
@media (max-width: 360px) {
  .free-design__nav,
  .free-design__counter {
    height: 44px;
  }
  .free-design__nav {
    width: 48px;
    border-radius: 8px;
  }
  .free-design__nav::after {
    width: 12px;
    height: 12px;
  }
  .free-design__counter {
    min-width: 56px;
    border-radius: 8px;
  }
  .free-design__dot {
    width: 10px;
    height: 10px;
  }
}
/* Do work with us block */
.do-work-with-us {
  background: #fff;
  color: #111111;
}

.do-work-with-us__inner {
  margin: 0 auto;
  padding: 60px 0 0;
}

.do-work-with-us__layout {
  display: flex;
  gap: 0;
  align-items: stretch;
}

.do-work-with-us__text {
  padding: 0 var(--page-pad);
}

.do-work-with-us__info {
  background: #fff;
  flex: 0 0 55%;
  max-width: 55%;
  display: flex;
  flex-direction: column;
  align-self: stretch;
}

.do-work-with-us__title {
  font-size: clamp(24px, 16px + 2.5vw, 64px);
  line-height: 1.2;
  font-weight: 800;
  margin: 0 0 18px;
  padding-right: 20px;
  text-transform: uppercase;
}

.do-work-with-us__subtitle {
  font-size: clamp(20px, 16.8px + 1vw, 36px);
  line-height: 1.4;
  margin: 0 0 26px;
}

.do-work-with-us__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1 1 auto;
  min-height: 0;
}

.do-work-with-us__list li {
  display: flex;
  align-items: center;
  gap: 20px;
  flex: 1 1 0;
  background: #111111;
  color: #ffffff;
  padding: 34px var(--page-pad);
  font-size: clamp(18px, 13.6px + 1.375vw, 32px);
  line-height: 1.2;
}

.do-work-with-us__list li:last-child {
  flex: 0 0 auto;
}

.do-work-with-us__check {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #f2c732;
  color: #111111;
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
}

.do-work-with-us__card {
  background: #e8eef0;
  display: flex;
  flex-direction: column;
  min-width: 0;
  justify-content: space-between;
}

.do-work-with-us__expert {
  background: #2D6892;
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 38px 24px;
  justify-content: center;
}

.do-work-with-us__expert-photo {
  width: 172px;
  height: 172px;
  border-radius: 50%;
  object-fit: cover;
  background: #ffffff;
}

.do-work-with-us__expert-info {
  font-size: clamp(18px, 15.2px + 0.875vw, 32px);
  line-height: 1.3;
}

.do-work-with-us__expert-exp {
  font-weight: 700;
  margin-top: 6px;
}

.do-work-with-us__form {
  padding: 34px 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  max-width: 740px;
  min-width: 0;
  box-sizing: border-box;
  margin: 0 auto;
}

.do-work-with-us__form-title {
  font-size: clamp(18px, 14.4px + 1.125vw, 36px);
  font-weight: 600;
  padding-top: 20px;
  text-align: center;
}

.do-work-with-us__phone {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  font-size: clamp(20px, 16px + 1.25vw, 40px);
}

.do-work-with-us__phone a {
  color: #111111;
  text-decoration: none;
}

.do-work-with-us__socials {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.do-work-with-us__socials img {
  width: 30px;
  height: 30px;
  display: block;
}

.do-work-with-us__schedule {
  text-align: center;
  font-size: clamp(18px, 15.2px + 0.875vw, 32px);
  color: #3a3a3a;
}

.do-work-with-us__fields {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.do-work-with-us__fields p {
  margin: 0;
}
.do-work-with-us__fields p br {
  display: none;
}

.do-work-with-us__cf7 p {
  margin: 0;
}

.do-work-with-us__cf7 p br {
  display: none;
}

.do-work-with-us__field {
  display: block;
  position: relative;
  margin-bottom: 28px;
}

.do-work-with-us__field .wpcf7-form-control-wrap[data-name=your-name]::before,
.do-work-with-us__field .wpcf7-form-control-wrap[data-name=your-phone]::before {
  content: "";
  position: absolute;
  left: 72px;
  top: 50%;
  width: 1px;
  height: 34px;
  background: rgba(17, 17, 17, 0.18);
  transform: translateY(-50%);
  pointer-events: none;
}

.do-work-with-us__field .wpcf7-form-control-wrap[data-name=your-name]::after,
.do-work-with-us__field .wpcf7-form-control-wrap[data-name=your-phone]::after {
  content: "";
  position: absolute;
  left: 26px;
  top: 50%;
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateY(-50%);
  pointer-events: none;
}

.do-work-with-us__field .wpcf7-form-control-wrap[data-name=your-name]::after {
  background-image: url("images/name-ico.svg");
}

.do-work-with-us__field .wpcf7-form-control-wrap[data-name=your-phone]::after {
  background-image: url("images/phone-ico.svg");
}

.do-work-with-us__field .wpcf7-form-control-wrap {
  display: block;
  position: relative;
}

.do-work-with-us__field input {
  display: block;
  width: 100%;
  box-sizing: border-box;
  min-height: 72px;
  border-radius: 8px;
  border: 1px solid #d4d8da;
  padding: 14px 26px 14px 94px;
  font-size: 24px;
  background: #ffffff;
}

.do-work-with-us__field-group--submit {
  margin-top: 0;
  width: 100%;
  max-width: 100%;
}

.do-work-with-us__field-group--submit p {
  margin: 0;
}

.do-work-with-us__submit,
.do-work-with-us__cf7 .need-special__submit {
  background: linear-gradient(180deg, #f7ca27 0%, #f3b31b 100%);
  border: 0;
  border-radius: 8px;
  border-bottom: 4px solid #a06d06;
  box-sizing: border-box;
  min-height: 100px;
  padding: 18px 14px 22px;
  font-size: clamp(18px, 15.2px + 0.875vw, 32px);
  cursor: pointer;
  white-space: normal;
  transform: translateY(0);
  transition: transform 0.2s ease, border-bottom-color 0.2s ease;
}

.do-work-with-us__submit:hover,
.do-work-with-us__submit:focus,
.do-work-with-us__cf7 .need-special__submit:hover,
.do-work-with-us__cf7 .need-special__submit:focus {
  transform: translateY(4px);
  border-bottom-color: #f3b31b;
}

.do-work-with-us__consent {
  margin: 18px auto 0;
  display: flex;
  align-items: center;
  gap: 14px;
  width: 76%;
  max-width: 76%;
  font-size: clamp(18px, 16.8px + 0.375vw, 24px);
  line-height: 1.2;
}

.do-work-with-us__consent a {
  color: #137063;
  text-decoration: underline;
  text-decoration-style: dotted;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.do-work-with-us__consent a:hover,
.do-work-with-us__consent a:focus {
  text-decoration: none;
}

.do-work-with-us__consent input,
.do-work-with-us__cf7 .wpcf7-acceptance .wpcf7-list-item input {
  appearance: none;
  width: 28px;
  height: 28px;
  margin: 0;
  background: #ececec;
  border: 2px solid #d0d0d0;
  border-radius: 8px;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

.do-work-with-us__consent input::after,
.do-work-with-us__cf7 .wpcf7-acceptance .wpcf7-list-item input::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 54%;
  height: 30%;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: translate(-50%, -62%) rotate(-45deg) scale(0);
  transform-origin: center;
  transition: transform 0.15s ease;
}

.do-work-with-us__consent input:checked,
.do-work-with-us__cf7 .wpcf7-acceptance .wpcf7-list-item input:checked {
  background: #137063;
  border-color: #137063;
}

.do-work-with-us__consent input:checked::after,
.do-work-with-us__cf7 .wpcf7-acceptance .wpcf7-list-item input:checked::after {
  transform: translate(-50%, -62%) rotate(-45deg) scale(1);
}

.do-work-with-us__consent input:focus-visible,
.do-work-with-us__cf7 .wpcf7-acceptance .wpcf7-list-item input:focus-visible {
  outline: 2px solid #f5cb2f;
  outline-offset: 2px;
}

.do-work-with-us__footer {
  background: #2D6892;
  color: #ffffff;
  padding: 32px 16px;
  text-align: center;
  font-size: clamp(18px, 15.2px + 0.875vw, 32px);
  align-content: center;
  text-balance: balance;
}

@media (max-width: 1440px) {
  .do-work-with-us__consent {
    width: 100%;
    max-width: 100%;
  }
  .need-special__submit {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  .do-work-with-us__inner {
    padding: 40px 0 0;
  }
  .do-work-with-us__layout {
    flex-direction: column;
  }
  .do-work-with-us__text,
  .do-work-with-us__info {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .do-work-with-us__list li {
    padding: 28px var(--page-pad);
  }
  .do-work-with-us__field input {
    font-size: 24px;
  }
  .do-work-with-us__consent {
    max-width: 100%;
  }
}
@media (max-width: 639px) {
  .do-work-with-us__inner {
    padding: 30px 0 0;
  }
  .do-work-with-us__expert {
    flex-direction: column;
    text-align: center;
  }
  .do-work-with-us__form {
    padding: 18px;
  }
  .do-work-with-us__field input {
    font-size: 20px;
  }
}
@media (max-width: 639px) {
  .do-work-with-us__list {
    gap: 30px;
  }
  .do-work-with-us__list li {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 30px;
  }
}
.do-work-with-us__cf7 .wpcf7-spinner,
.do-work-with-us__cf7 .wpcf7-response-output {
  display: none;
}

.do-work-with-us__cf7 .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  min-width: 0;
  margin: 0;
  position: relative;
}

.do-work-with-us__cf7,
.do-work-with-us__cf7 form,
.do-work-with-us__cf7 p {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

.do-work-with-us__cf7 {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}

.do-work-with-us__cf7 input:not([type=checkbox]):not([type=radio]),
.do-work-with-us__cf7 textarea,
.do-work-with-us__cf7 select,
.do-work-with-us__cf7 .wpcf7-submit {
  display: block;
  min-width: 0;
  box-sizing: border-box;
}

.do-work-with-us__cf7 .wpcf7-not-valid-tip,
.do-work-with-us__cf7-missing {
  font-size: 14px;
  line-height: 1.4;
  color: #d64545;
}

.do-work-with-us__cf7 .wpcf7-not-valid-tip {
  position: absolute;
  left: 0;
  top: calc(100% + 8px);
  width: 100%;
  margin-top: 0;
}

.do-work-with-us__cf7 .wpcf7-not-valid {
  border-color: #d64545;
}

.do-work-with-us__cf7 .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 14px;
}

.do-work-with-us__cf7 .wpcf7-acceptance .wpcf7-list-item-label {
  display: inline-block;
  line-height: 1.2;
}

.do-work-with-us__cf7 .wpcf7-acceptance label {
  display: flex;
  align-items: center;
  gap: 14px;
  cursor: pointer;
}

/* Create steps block */
.create-steps {
  background: #fff;
  color: #000;
  margin: 60px 0 0;
}

.create-steps__inner {
  margin: 0 auto;
  padding: 0;
}

.create-steps__text {
  padding: 0 var(--page-pad);
}

.create-steps__title {
  font-size: clamp(24px, 16px + 2.5vw, 64px);
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 12px;
  line-height: 1.2;
}

.create-steps__title span {
  color: #2D6892;
}

.create-steps__subtitle {
  font-size: clamp(24px, 20.8px + 1vw, 40px);
  margin: 0 0 28px;
}

.create-steps__rows {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.create-steps__row {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  min-width: 0;
}

.create-steps__row--two {
  display: flex;
  flex-wrap: wrap;
}

.create-steps__row--two > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.create-steps__row--three {
  display: flex;
  flex-wrap: wrap;
}

.create-steps__row--three > * {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}

.create-steps__stack {
  display: flex;
  flex-direction: column;
  gap: 0;
  min-width: 0;
}

.create-steps__card {
  background: #0F6F64;
  min-height: 240px;
  padding: var(--block-pad) var(--page-pad);
  display: flex;
  align-items: flex-start;
  color: #ffffff;
  min-width: 0;
  width: 100%;
  margin-top: -1px;
}

.create-steps__card--green {
  background: #0F6F64;
}

.create-steps__card--blue {
  background: #2D6892;
}

.create-steps__card--image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.create-steps__card--image::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
}

.create-steps__card-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.create-steps__entry {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.create-steps__step {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #f2c732;
  color: #111111;
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 20px;
}

.create-steps__time {
  font-size: 20px;
  font-weight: 600;
  text-transform: lowercase;
}

.create-steps__card-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.create-steps__card-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.create-steps__card-list {
  margin: 0;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: clamp(20px, 17.6px + 0.75vw, 32px);
}

.create-steps__card-list--dots {
  list-style: none;
  padding-left: 0;
}

.create-steps__card-list--dots li {
  position: relative;
  padding-left: 18px;
  line-height: 1.4;
}

.create-steps__card-list--dots li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #f2c732;
}

.create-steps a {
  color: #f2c732;
  text-decoration: underline;
  text-decoration-style: dotted;
  text-decoration-color: currentColor;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.create-steps a:hover,
.create-steps a:focus {
  text-decoration-color: transparent;
}

.create-steps__messengers {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-left: 8px;
  vertical-align: middle;
}

.create-steps__messenger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
}

.create-steps__messenger img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.create-steps__card-title {
  font-size: clamp(20px, 17.6px + 0.75vw, 32px);
  font-weight: 700;
}

.create-steps__card-text {
  font-size: clamp(20px, 17.6px + 0.75vw, 32px);
  line-height: 1.4;
}

.create-steps__card-text--note {
  font-style: italic;
  padding-top: 10px;
}

@media (max-width: 1439px) {
  .create-steps {
    margin-top: 40px;
  }
  .create-steps__inner {
    padding: 0;
  }
}
@media (max-width: 1024px) {
  .create-steps {
    margin-top: 30px;
  }
  .create-steps__inner {
    padding: 0;
  }
  .create-steps__rows {
    padding: 0;
  }
  .create-steps__row--two,
  .create-steps__row--three {
    display: flex;
    flex-direction: column;
  }
  .create-steps__row--two > *,
  .create-steps__row--three > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .create-steps__rows > .create-steps__row--two:nth-child(1) > * {
    order: initial;
  }
  .create-steps__rows > .create-steps__row--two:nth-child(2) > :first-child {
    order: 2;
  }
  .create-steps__rows > .create-steps__row--two:nth-child(2) > :last-child {
    order: 1;
  }
  .create-steps__rows > .create-steps__row--two:nth-child(3) > * {
    order: initial;
  }
  .create-steps__card--image {
    min-height: 600px;
  }
}
@media (max-width: 639px) {
  .create-steps {
    margin-top: 24px;
  }
  .create-steps__inner {
    padding: 0;
  }
  .create-steps__time {
    text-align: center;
  }
  .create-steps__card-row {
    flex-direction: column;
    align-items: center;
  }
}
/* You trust block */
.you-trust {
  background: #ffffff;
  color: #ffffff;
}

.you-trust__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin: var(--block-pad) auto;
}

.you-trust__media {
  flex: 0 0 60%;
  max-width: 60%;
  min-height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.you-trust__aside {
  flex: 0 0 40%;
  max-width: 40%;
  margin-left: auto;
  display: flex;
  flex-direction: column;
}

.you-trust__content {
  background: #2E6B97;
  padding: var(--block-pad) var(--page-pad);
  display: flex;
  flex-direction: column;
  gap: 18px;
  height: 100%;
}

.you-trust__title {
  font-size: clamp(24px, 16px + 2.5vw, 64px);
  color: #fff;
  font-weight: 800;
  line-height: 1.1;
  text-transform: uppercase;
  margin: 0;
}

.you-trust__text {
  font-size: clamp(18px, 13.6px + 1.375vw, 40px);
  line-height: 1.4;
  margin: 0;
}

.you-trust__cta {
  background: #f2c732;
  padding: var(--block-pad) var(--page-pad);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.you-trust__cta-text {
  font-size: clamp(20px, 17.6px + 0.75vw, 32px);
  color: #111111;
  line-height: 1.2;
}

.you-trust__cta .you-trust__cta-text a {
  color: #000;
  text-decoration: underline;
}
.you-trust__cta .you-trust__cta-text a:hover {
  text-decoration: none;
}

.you-trust__cta-btn {
  width: 56px;
  height: 56px;
  border-radius: 10px;
  background: #2E6B97;
  color: #ffffff;
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  text-decoration: none;
}

@media (max-width: 1024px) {
  .you-trust__inner {
    flex-direction: column;
  }
  .you-trust__media {
    flex: 0 0 100%;
    max-width: 100%;
    min-height: 500px;
  }
  .you-trust__aside {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
/* Our workplace block */
.our-workplace {
  background: #fff;
  color: #000;
}

.our-workplace__inner {
  margin: 60px auto;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.our-workplace__section {
  padding: 44px var(--page-pad);
  text-align: center;
  color: #fff;
}

.our-workplace__section--green {
  background: #156D63;
}

.our-workplace__section--blue {
  background: #2D6892;
}

.our-workplace__title {
  font-size: clamp(24px, 16px + 2.5vw, 64px);
  line-height: 1.2;
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 20px;
  font-weight: 700;
}

.our-workplace__text {
  font-size: clamp(18px, 13.6px + 1.375vw, 40px);
  line-height: 1.4;
  margin: 0;
}

.our-workplace__slider-wrap {
  position: relative;
  padding: 24px var(--page-pad);
  width: 100%;
  overflow: visible;
}

.our-workplace__slider {
  display: block;
}

.our-workplace__slide {
  aspect-ratio: 16/9;
}

.our-workplace__slide-link {
  display: block;
  height: 100%;
}

.our-workplace__slide img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 8px;
  object-fit: cover;
}

.our-workplace__slider .owl-nav {
  display: block;
}

.our-workplace__slider .owl-nav.disabled {
  display: block;
}

.our-workplace__slider .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 8px;
  border: 2px solid #137063;
  background: transparent;
  font-size: 0;
  cursor: pointer;
}

.our-workplace__slider .owl-nav .owl-prev {
  left: 16px;
}

.our-workplace__slider .owl-nav .owl-next {
  right: 16px;
}

.our-workplace__slider .owl-nav button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  border-top: 2px solid #137063;
  border-right: 2px solid #137063;
  transform: translate(-50%, -50%) rotate(45deg);
}

.our-workplace__slider .owl-nav .owl-prev::after {
  transform: translate(-50%, -50%) rotate(-135deg);
}

@media (max-width: 1439px) {
  .our-workplace__inner {
    margin: 40px auto;
  }
}
@media (max-width: 1023px) {
  .our-workplace__inner {
    margin: 30px auto;
  }
  .our-workplace__slider-wrap {
    padding: 20px var(--page-pad);
  }
  .our-workplace__slider {
    display: block;
  }
}
@media (max-width: 639px) {
  .our-workplace__inner {
    margin: 24px auto;
  }
  .our-workplace__slider-wrap {
    padding: 18px var(--page-pad);
  }
}
.our-workplace__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: fit-content;
  max-width: 100%;
  margin: 18px auto 0;
}

.our-workplace__controls.is-single {
  opacity: 0.6;
}

.our-workplace__nav {
  width: 62px;
  height: 56px;
  border-radius: 10px;
  border: 1px solid #137063;
  background: #137063;
  position: relative;
  flex: 0 0 auto;
  padding: 0;
  font-size: 0;
  cursor: pointer;
}

.our-workplace__nav::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 14px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: translate(-25%, -50%) rotate(225deg);
}

.our-workplace__nav--next {
  background: transparent;
}

.our-workplace__nav--next::after {
  border-top-color: #137063;
  border-right-color: #137063;
  transform: translate(-75%, -50%) rotate(45deg);
}

.our-workplace__nav:disabled {
  opacity: 0.35;
  cursor: default;
}

.our-workplace__dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  padding: 0 12px;
}

.our-workplace__dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #137063;
  background: transparent;
  padding: 0;
  font-size: 0;
  cursor: pointer;
}

.our-workplace__dot.is-active {
  background: #137063;
}

.our-workplace__counter {
  min-width: 68px;
  height: 56px;
  border-radius: 10px;
  border: 1px solid #137063;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 0 12px;
  font-weight: 700;
  line-height: 1;
  color: #111111;
  background: #ffffff;
}

.our-workplace__counter span {
  font-size: 20px;
  line-height: 1;
}

.our-workplace__counter span:nth-child(2) {
  font-size: 16px;
  transform: translateY(-1px);
}

.our-workplace__counter span:last-child {
  color: #137063;
}

.our-workplace__slider .owl-nav, .our-workplace__slider .owl-dots {
  display: none !important;
}

@media (max-width: 639px) {
  .our-workplace__controls {
    flex-wrap: wrap;
    gap: 12px;
  }
  .our-workplace__dots {
    order: 2;
    flex: 0 0 100%;
    padding: 0;
  }
  .our-workplace__counter {
    order: 3;
  }
}
/* Map block */
.map-block {
  background: #ffffff;
  color: #111111;
}

.map-block__inner {
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.map-block__content {
  padding: var(--block-pad) var(--page-pad);
  display: flex;
  flex-direction: column;
  gap: 28px;
  background: #2E6B97;
  line-height: 1.45;
  color: #ffffff;
  flex: 0 0 50%;
  max-width: 50%;
}

.map-block__group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.map-block__title {
  font-size: clamp(20px, 17.6px + 0.75vw, 32px);
  font-weight: 700;
  line-height: 1.2;
}

.map-block__link {
  font-size: clamp(18px, 16.8px + 0.375vw, 24px);
  display: inline;
  padding: 0;
  background: none;
  border: 0;
  line-height: 1.45;
  color: #cfe0f2;
  text-decoration: underline;
  text-decoration-style: dotted;
  text-decoration-color: currentColor;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
  text-align: left;
  cursor: pointer;
}

.map-block__link:hover {
  color: #fff;
  text-decoration-color: transparent;
}

.map-block__link.is-active {
  color: #fff;
  text-decoration-thickness: 2px;
}

.map-block__meta {
  font-size: clamp(18px, 16.8px + 0.375vw, 24px);
  line-height: 1.45;
  opacity: 0.9;
}

.map-block__badge {
  background: #f2c732;
  color: #111111;
  font-size: clamp(16px, 14.4px + 0.5vw, 24px);
  font-weight: 700;
  padding: 14px 20px;
  border-radius: 16px;
  line-height: 1.45;
}

.map-block__contacts {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.map-block__label {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
}

.map-block__phone {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  font-size: clamp(18px, 15.2px + 0.875vw, 32px);
  line-height: 1.35;
}

.map-block__phone a {
  color: #ffffff;
  text-decoration: none;
}

.map-block__socials {
  display: inline-flex;
  gap: 12px;
  height: 28px;
}

.map-block__socials img {
  width: 28px;
  height: 28px;
  vertical-align: top;
}

.map-block__email a {
  color: #ffffff;
  text-decoration: underline;
  font-size: 24px;
  line-height: 1.45;
}

.map-block__email a:hover {
  text-decoration: none;
}

.map-block__actions {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 14px;
}

.map-block__actions > * {
  max-width: 100%;
}

.map-block__extra {
  display: flex;
  flex-direction: column;
  gap: 22px;
  margin-top: 14px;
}

.map-block__docs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  gap: 18px;
  font-size: clamp(20px, 17.6px + 0.75vw, 32px);
}

.map-block__docs-label {
  font-weight: 600;
}

.map-block__docs-link {
  color: #cfe0f2;
  text-decoration: underline;
  text-decoration-style: dotted;
  text-decoration-color: currentColor;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
.map-block__docs-link:hover {
  color: #fff;
}

.map-block__details {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: clamp(20px, 17.6px + 0.75vw, 32px);
  line-height: 1.6;
}

.map-block__details p {
  margin: 0;
}

.map-block__details strong {
  font-weight: 700;
}

.map-block__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 62px;
  border: 0;
  border-radius: 12px;
  padding: 0 40px;
  font-size: clamp(20px, 17.6px + 0.75vw, 32px);
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  cursor: pointer;
  border-bottom: 4px solid var(--map-cta-border-color);
  transform: translateY(0);
  transition: transform 0.2s ease, border-bottom-color 0.2s ease;
}

.map-block__btn:hover,
.map-block__btn:focus {
  transform: translateY(4px);
  border-bottom-color: var(--map-cta-hover-border-color);
  text-decoration: none;
}

.map-block__btn--call {
  background: #f2c732;
  color: #111111;
  --map-cta-border-color: #b59316;
  --map-cta-hover-border-color: #f2c732;
}

.map-block__btn--question {
  background: linear-gradient(180deg, #35CB58 0%, #208407 100%);
  color: #ffffff;
  --map-cta-border-color: #166205;
  --map-cta-hover-border-color: #208407;
}

.map-block__map {
  background: #e6e6e6;
  min-height: 100%;
  flex: 0 0 50%;
  max-width: 50%;
}

.map-block__map > div {
  height: 100%;
}

.map-block__map iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  border: 0;
}

.map-block__map-activate {
  display: none;
}

@media (max-width: 1680px) {
  .map-block__inner {
    padding: 0;
  }
  .map-block__btn {
    padding: 0 20px;
    font-size: 22px;
  }
}
@media (max-width: 1024px) {
  .map-block__inner {
    padding: 0;
    flex-direction: column;
  }
  .map-block__content {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .map-block__actions {
    gap: 16px;
  }
  .map-block__map {
    flex: 0 0 100%;
    max-width: 100%;
    min-height: 500px;
  }
  .map-block__map > div {
    min-height: 500px;
  }
  .map-block__map iframe {
    min-height: 500px;
  }
  .map-block__map {
    position: relative;
  }
  .map-block__map-activate {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    border: 0;
    background: rgba(17, 17, 17, 0.18);
    color: #ffffff;
    font-size: 20px;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    z-index: 2;
  }
  .map-block__map.is-interactive iframe {
    pointer-events: auto;
  }
  .map-block__map.is-interactive .map-block__map-activate {
    display: none;
  }
}
@media (max-width: 639px) {
  .map-block__inner {
    padding: 0;
  }
  .map-block__extra {
    gap: 14px;
  }
  .map-block__docs {
    gap: 8px 14px;
  }
  .map-block__actions {
    gap: 12px;
  }
  .map-block__actions > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .map-block__btn {
    padding: 0 20px;
  }
}
/* Footer block */
.site-footer {
  background: #ffffff;
  color: #111111;
  margin-top: 60px;
}

.site-footer a {
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-color: currentColor;
  text-underline-offset: 3px;
}

.site-footer a:hover,
.site-footer a:focus {
  text-decoration: none;
}

.footer-main__inner {
  margin: 0 auto;
  padding: 0;
  display: grid;
  grid-template-columns: minmax(0, 55%) minmax(0, 45%);
  gap: 0;
}

.footer-left {
  display: grid;
  background: #e9eff2;
}

.footer-left__top {
  background: #e4f2e4;
  padding: 28px var(--page-pad);
  display: grid;
  grid-template-columns: minmax(0, 60%) minmax(0, 40%);
  gap: 28px;
  align-items: center;
}

.footer-left__top a {
  text-decoration: none;
}

.footer-left__top a span {
  text-decoration: underline;
  text-decoration-style: dotted;
  text-decoration-color: currentColor;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #111111;
  text-decoration: none;
}

.footer-brand:hover,
.footer-brand:focus {
  color: #111111;
  text-decoration: none;
}

.footer-logo {
  width: 84px;
  height: 84px;
  object-fit: contain;
}

.footer-logo-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

.footer-logo-subtitle {
  font-size: 16px;
  line-height: 1.2;
}

.footer-actions {
  display: flex;
  justify-content: flex-end;
  gap: 40px;
}

.footer-action {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  color: #111111;
  font-size: 18px;
  line-height: 1.25;
  text-align: center;
  text-decoration: underline;
  text-decoration-style: dotted;
  text-decoration-color: currentColor;
  text-underline-offset: 4px;
}

.footer-action__label {
  text-underline-offset: 4px;
}

.footer-action:hover,
.footer-action:focus {
  text-decoration: none;
}

.footer-action__icon {
  width: 64px;
  height: 64px;
  background: #2e6b97;
  padding: 12px;
  border-radius: 8px;
  object-fit: contain;
}

.footer-left__menus {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
  padding: 32px var(--page-pad);
}

.footer-menu__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 16px;
}

.footer-menu__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
}

.footer-menu__list li {
  position: relative;
  padding-left: 18px;
}

.footer-menu__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #2e6b97;
}

.footer-menu__list a {
  color: #111111;
  text-underline-offset: 3px;
  font-size: 20px;
  line-height: 1.45;
}

.footer-menu__list a:hover,
.footer-menu__list a:focus {
  color: #137063;
}

.footer-menu__list a:hover::before,
.footer-menu__list a:focus::before {
  background: #137063;
}

.footer-menu__list li:hover::before,
.footer-menu__list li:focus-within::before {
  background: #137063;
}

.footer-right {
  background: url("images/footerBg.webp") center/cover no-repeat;
  padding: 32px var(--page-pad);
  color: #ffffff;
  display: grid;
  gap: 28px;
  line-height: 1.45;
}

.footer-right__actions {
  display: flex;
  gap: 18px;
  width: fit-content;
  max-width: 100%;
  margin-bottom: 6px;
  flex-wrap: wrap;
}

.footer-action-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  /*flex: 0 0 280px;
  width: 280px;*/
  white-space: nowrap;
  min-height: 62px;
  border: 0;
  border-radius: 12px;
  padding: 0 40px;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  border-bottom: 4px solid var(--footer-action-btn-border-color);
  transform: translateY(0);
  transition: transform 0.2s ease, border-bottom-color 0.2s ease;
}

.footer-action-btn:hover,
.footer-action-btn:focus {
  transform: translateY(4px);
  border-bottom-color: var(--footer-action-btn-hover-border-color);
}

.footer-action-btn--call {
  background: linear-gradient(180deg, #3a78a8 0%, #2c5c7f 100%);
  color: #ffffff;
  --footer-action-btn-border-color: #122634;
  --footer-action-btn-hover-border-color: #2c5c7f;
}

.footer-action-btn--write {
  background: linear-gradient(180deg, #27B4A0 0%, #137063 100%);
  color: #ffffff;
  --footer-action-btn-border-color: #0b3f37;
  --footer-action-btn-hover-border-color: #137063;
}

.footer-contacts__title {
  font-size: clamp(20px, 17.6px + 0.75vw, 32px);
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 12px;
}

.footer-contacts__phone {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  font-size: clamp(20px, 17.6px + 0.75vw, 32px);
  line-height: 1.4;
}

.footer-contacts__phone a {
  color: #ffffff;
  text-underline-offset: 3px;
  text-decoration: none;
}

.footer-contacts__socials {
  display: inline-flex;
  gap: 10px;
  height: 28px;
}

.footer-contacts__socials img {
  width: 28px;
  height: 28px;
  vertical-align: top;
}

.footer-contacts__link {
  color: #ffffff;
  text-underline-offset: 3px;
  font-size: clamp(18px, 16.8px + 0.375vw, 24px);
  line-height: 1.45;
}

.site-footer a.footer-contacts__link--map {
  text-decoration-style: dotted;
  text-decoration-color: currentColor;
  text-decoration-thickness: 1px;
}

.site-footer a.footer-contacts__link--map:hover {
  text-decoration-color: transparent;
  color: #f2c732;
}

.footer-contacts__schedule {
  font-size: clamp(18px, 16.8px + 0.375vw, 24px);
  line-height: 1.5;
  opacity: 0.9;
}

.footer-bottom {
  background: #111111;
  color: #ffffff;
}

input.site-popup__submit,
input.site-popup__cf7 .wpcf7-submit,
input.need-special__submit,
input.do-work-with-us__submit {
  border: 0 !important;
  background: linear-gradient(180deg, #f7ca27 0%, #f3b31b 100%) !important;
  color: #1b1b1b !important;
  box-shadow: inset 0 -4px 0 #a06d06 !important;
  transform: translateY(0);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

input.site-popup__submit:hover,
input.site-popup__submit:focus,
input.site-popup__submit:active,
input.site-popup__cf7 .wpcf7-submit:hover,
input.site-popup__cf7 .wpcf7-submit:focus,
input.site-popup__cf7 .wpcf7-submit:active,
input.need-special__submit:hover,
input.need-special__submit:focus,
input.need-special__submit:active,
input.do-work-with-us__submit:hover,
input.do-work-with-us__submit:focus,
input.do-work-with-us__submit:active {
  background: linear-gradient(180deg, #f7ca27 0%, #f3b31b 100%) !important;
  color: #1b1b1b !important;
  box-shadow: inset 0 0 0 transparent !important;
}

.footer-bottom__inner {
  margin: 0 auto;
  padding: 16px var(--page-pad);
  display: flex;
  justify-content: space-between;
  gap: 24px;
  font-size: 16px;
}

.footer-bottom__right a {
  color: #f2c732;
  text-decoration-style: dotted;
  text-underline-offset: 3px;
}

.footer-bottom__right a:hover,
.footer-bottom__right a:focus {
  text-decoration: none;
}

@media (max-width: 1919px) {
  .footer-action-btn {
    padding: 0 20px;
    font-size: 24px;
  }
}
@media (max-width: 1440px) {
  .footer-main__inner {
    padding: 0;
  }
  .footer-logo-title {
    font-size: 22px;
  }
  .footer-bottom__inner {
    padding: 16px var(--page-pad);
  }
  .site-footer {
    margin-top: 40px;
  }
  .footer-action-btn {
    font-size: 22px;
  }
}
@media (max-width: 1024px) {
  .footer-main__inner {
    padding: 0;
    grid-template-columns: 1fr;
  }
  .footer-actions {
    justify-content: flex-start;
  }
  .footer-right {
    padding: 24px var(--page-pad);
  }
  .footer-bottom__inner {
    padding: 16px var(--page-pad);
    flex-direction: column;
  }
  .footer-action-btn {
    font-size: 24px;
  }
}
@media (max-width: 639px) {
  .footer-main__inner {
    padding: 0;
  }
  .site-footer {
    margin-top: 20px;
  }
  .footer-brand {
    flex-direction: column;
    text-align: center;
  }
  .footer-left__top {
    grid-template-columns: 1fr;
    justify-items: center;
  }
  .footer-left__menus {
    grid-template-columns: 1fr;
    padding: 20px var(--page-pad);
  }
  .footer-right__actions {
    flex-direction: column;
  }
  .footer-action-btn {
    width: 100%;
    flex-basis: auto;
  }
  .footer-bottom__inner {
    padding: 16px var(--page-pad);
  }
}
@media (max-width: 360px) {
  .footer-logo-title {
    font-size: 20px;
  }
  .footer-logo-subtitle {
    font-size: 15px;
  }
}
.cookie-notice {
  position: fixed;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 1300;
  background: rgba(255, 255, 255, 0.88);
  border-radius: 12px;
  padding: 14px 16px;
  max-width: 480px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.14);
  backdrop-filter: blur(4px);
}

.cookie-notice[hidden] {
  display: none;
}

.cookie-notice__text {
  font-size: 16px;
  line-height: 1.45;
  color: #1b1b1b;
}

.cookie-notice__btn {
  border: 1px solid #bbbbbb;
  background: #f5f5f5;
  color: #1b1b1b;
  border-radius: 6px;
  padding: 6px 14px;
  font-size: 16px;
  line-height: 1.2;
  cursor: pointer;
}

@media (max-width: 639px) {
  .cookie-notice {
    flex-direction: column;
    align-items: flex-start;
  }
}
/* Page content block */
.page-content {
  background: #ffffff;
  color: #111111;
}

.page-content__inner {
  padding: var(--block-pad) var(--page-pad);
}

.page-content__title {
  font-size: clamp(24px, 16px + 2.5vw, 64px);
  line-height: 1.2;
  font-weight: 700;
  margin: 0 0 20px;
  text-transform: uppercase;
}

.page-content__body {
  font-size: clamp(18px, 12.4px + 1.75vw, 32px);
  color: #3a3a3a;
}

.page-content__body p {
  margin: 0.5em 0 1em;
}

.page-content__body h2 {
  font-size: clamp(18px, 8.2px + 3.0625vw, 40px);
  line-height: 1.2;
  margin: 1em 0 0.5em;
}

.page-content__body img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 16px 0;
}

.page-content__slider {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.page-content__viewport {
  overflow: hidden;
  transition: height 0.3s ease;
}

.page-content__track {
  display: block;
}

.page-content__slider.is-ready .page-content__track {
  display: flex;
  align-items: flex-start;
  transition: transform 0.3s ease;
  will-change: transform;
}

.page-content__panel {
  min-width: 0;
}

.page-content__slider.is-ready .page-content__panel {
  flex: 0 0 100%;
  max-width: 100%;
}

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

.page-content__nav {
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 12px;
  background: linear-gradient(180deg, #27a58f 0%, #1c7f6f 100%);
  border-bottom: 4px solid #0B3F37;
  cursor: pointer;
  position: relative;
  transform: translateY(0);
  transition: transform 0.2s ease, border-bottom-width 0.2s ease;
}

.page-content__nav:hover,
.page-content__nav:focus {
  border-bottom-width: 0;
}

.page-content__nav::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}

.page-content__nav--prev::before {
  transform: translate(-30%, -50%) rotate(-135deg);
}

.page-content__nav--next::before {
  transform: translate(-70%, -50%) rotate(45deg);
}

.page-content__nav:disabled {
  opacity: 0.45;
  cursor: default;
}

.page-content__counter {
  min-width: 92px;
  padding: 12px 18px;
  border-radius: 12px;
  background: #f5f7f6;
  color: #111111;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

@media (max-width: 639px) {
  .page-content__controls {
    gap: 12px;
  }
  .page-content__nav {
    width: 44px;
    height: 44px;
  }
  .page-content__counter {
    min-width: 78px;
    padding: 10px 14px;
    font-size: 16px;
  }
}
/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 0;
}

.page-links {
  clear: both;
  margin: 0;
}

/* 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-block;
}

/* 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;
}

/*--------------------------------------------------------------
# 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: #fcfdfd;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #0858e2;
  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;
}

:root {
  --color-white: #ffffff;
  --color-black: #000000;
  --color-primary: #0858e2;
  --color-primary-hover: #07419d;
  /* Gray scale */
  --color-gray-950: #18191b;
  --color-gray-900: #202223;
  --color-gray-800: #373a3d;
  --color-gray-700: #5e6368;
  --color-gray-600: #82878e;
  --color-gray-500: #a3a7ac;
  --color-gray-400: #bfc2c5;
  --color-gray-300: #d6d8da;
  --color-gray-200: #e8e9ea;
  --color-gray-100: #f5f5f6;
  --color-gray-50: #fcfdfd;
  /* Blue scale */
  --color-blue-950: #021431;
  --color-blue-900: #041f4c;
  --color-blue-800: #07419d;
  --color-blue-700: #3c83f6;
  --color-blue-600: #6aa0f8;
  --color-blue-500: #91b9fa;
  --color-blue-400: #b3cffb;
  --color-blue-300: #cee0fd;
  --color-blue-200: #e4eefe;
  --color-blue-100: #f3f7fe;
  --color-blue-50: #fcfdff;
  /* Red */
  --color-red-500: #ef4444;
  /* Semantic */
  --color-text: var(--color-gray-950);
  --color-text-secondary: var(--color-gray-700);
  --color-icon: var(--color-gray-800);
  --color-bg: var(--color-gray-50);
  --color-surface: var(--color-white);
  --color-border: var(--color-gray-200);
  --color-blue-border: var(--color-blue-200);
  --color-backdrop: rgba(255, 255, 255, 0.8);
  --spacing-4: 4px;
  --spacing-8: 8px;
  --spacing-12: 12px;
  --spacing-16: 16px;
  --spacing-20: 20px;
  --spacing-24: 24px;
  --spacing-28: 28px;
  --spacing-32: 32px;
  --spacing-48: 48px;
  --spacing-54: 54px;
  --font-family: 'Montserrat', 'Lato', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-xl: 40px;
}

/* Content */
.content {
  padding: var(--spacing-32);
  max-width: 1200px;
  margin: 0 auto;
}

.content h1 {
  font-size: 32px;
  margin-bottom: var(--spacing-16);
  color: var(--color-text);
}

.content p {
  line-height: 1.6;
  color: var(--color-text-secondary);
  margin-bottom: var(--spacing-16);
}

/*# sourceMappingURL=style.css.map */
