﻿@charset "utf-8";
/*!
Theme Name: nikjke
Theme URI: http://underscores.me/
Author: nikjke
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: nikjke
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.

nikjke 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

--------------------------------------------------------------*/
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*, *::before, *::after {
  box-sizing: inherit;
}
html {
  box-sizing: border-box;
}
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body, button, input, select, optgroup, textarea {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.4;
  color: #18181b;
}
@media (max-width: 575px) {
  body {
    font-size: 0.875rem;
  }
}
.main-title, .section-title, h1, h2, h3, h4, h5, h6 {
  clear: both;
  margin: 0 0 24px;
  font-weight: 700;
}
h1, .main-title {
  font-size: 52px;
  line-height: 1.23;
}
h2, .section-title {
  font-size: 32px;
  line-height: 1.2;
}
h3 {
  font-size: 20px;
  line-height: 1.2;
}
@media screen and (max-width: 1399px) {
  h1, .main-title {
    font-size: calc(32px + 22 * ((100vw - 360px) / 950));
  }
  h2, .section-title {
    font-size: calc(24px + 8 * ((100vw - 360px) / 950));
  }
}
@media screen and (max-width: 575px) {
  .main-title, .section-title, h1, h2, h3, h4, h5, h6 {
    margin: 0 0 16px;
  }
}
p {
  margin-bottom: 1.5em;
}
dfn, cite, em, i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code, kbd, tt, var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark, ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
/* Elements
--------------------------------------------- */
:root {
  color-scheme: light only;
}
body {
  background: #fff;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ul, ol {
  margin: 0 0 1.5em 0;
  padding-left: 1.5rem;
}
ul li, ol li {
  margin-bottom: 1rem;
}
ul li::marker, ol li::marker {
  color: #475569;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul, li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: 700;
}
dd {
  margin: 0 1.5em 1.5em;
}
/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
  max-width: 100%;
}
img {
  height: auto;
  max-width: 100%;
}
figure {
  margin: 1em 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
/* Links
--------------------------------------------- */
a {
  transition: 0.4s ease;
  color: #3380f6;
  text-decoration: none;
}
a:visited {
  color: #3380f6;
}
a:hover, a:focus, a:active {
  color: #18181b;
}
a:focus {
  outline: 0;
}
a:hover, a:active {
  outline: 0;
}
/* Forms
--------------------------------------------- */
.button, button {
  position: relative;
  transition: 0.4s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid;
  border-color: #3380f6;
  border-radius: 8px;
  padding: 15px 31px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.01em;
  background: #3380f6;
  color: #fff;
}
.button:visited, button:visited {
  color: #fff;
}
.button:focus, .button:hover, .button:active, button:focus, button:hover, button:active {
  border-color: rgba(51, 128, 246, 0.6);
  color: #fff;
}
.button:focus::before, .button:hover::before, .button:active::before, button:focus::before, button:hover::before, button:active::before {
  opacity: 1;
  visibility: visible;
}
.button::before, button::before {
  content: "";
  position: absolute;
  z-index: -1;
  right: 5%;
  bottom: 0;
  left: 5%;
  transition: 0.4s ease;
  height: 40px;
  background: linear-gradient(90deg, rgba(69, 201, 169, 0.8) -0.55%, rgba(69, 201, 169, 0.8) 22.86%, rgba(51, 128, 246, 0.8) 73.33%, rgba(51, 128, 246, 0.8) 99.34%);
  filter: blur(35px);
  opacity: 0;
  visibility: hidden;
}
.button--secondary, button--secondary {
  background-color: #fff;
  color: #3380f6;
}
.button--secondary:visited, button--secondary:visited {
  color: #3380f6;
}
.button--secondary:focus, .button--secondary:hover, .button--secondary:active, button--secondary:focus, button--secondary:hover, button--secondary:active {
  color: #3380f6;
}
.button--transparent, button--transparent {
  background-color: transparent;
  color: #3380f6;
}
.button--transparent:visited, button--transparent:visited {
  color: #3380f6;
}
.button--transparent:focus, .button--transparent:hover, .button--transparent:active, button--transparent:focus, button--transparent:hover, button--transparent:active {
  background-color: #3380f6;
  color: #fff;
}
.button--sm, button--sm {
  padding: 14px 20px;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0;
}
.thanks-btn {
  position: absolute;
  z-index: -10;
  left: -200%;
  opacity: 0;
  visibility: hidden;
}
.wpcf7-spinner {
  display: none;
}
span[data-name="hcap-cf7"] ~ input[type="submit"], span[data-name="hcap-cf7"] ~ button[type="submit"] {
  margin-top: 0 !important;
}
@media screen and (max-width: 767px) {
  .button, button {
    font-size: 16px;
    font-weight: 600;
    padding: 14px 24px;
    letter-spacing: normal;
  }
}
@media screen and (max-width: 575px) {
  .button, button {
    width: 100%;
  }
}
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 {
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 8px;
  padding: 11px 15px;
  background-color: transparent;
  color: rgba(255, 255, 255, 0.75);
}
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 {
  border-color: #fff;
  color: #fff;
}
input[type="text"]:focus-visible, input[type="email"]:focus-visible, input[type="url"]:focus-visible, input[type="password"]:focus-visible, input[type="search"]:focus-visible, input[type="number"]:focus-visible, input[type="tel"]:focus-visible, input[type="range"]:focus-visible, input[type="date"]:focus-visible, input[type="month"]:focus-visible, input[type="week"]:focus-visible, input[type="time"]:focus-visible, input[type="datetime"]:focus-visible, input[type="datetime-local"]:focus-visible, input[type="color"]:focus-visible, textarea:focus-visible {
  outline: 0;
}
input[type="text"]::placeholder, input[type="email"]::placeholder, input[type="url"]::placeholder, input[type="password"]::placeholder, input[type="search"]::placeholder, input[type="number"]::placeholder, input[type="tel"]::placeholder, input[type="range"]::placeholder, input[type="date"]::placeholder, input[type="month"]::placeholder, input[type="week"]::placeholder, input[type="time"]::placeholder, input[type="datetime"]::placeholder, input[type="datetime-local"]::placeholder, input[type="color"]::placeholder, textarea::placeholder {
  color: rgba(255, 255, 255, 0.75);
}
.modal input[type="text"], .modal input[type="email"], .modal input[type="url"], .modal input[type="password"], .modal input[type="search"], .modal input[type="number"], .modal input[type="tel"], .modal input[type="range"], .modal input[type="date"], .modal input[type="month"], .modal input[type="week"], .modal input[type="time"], .modal input[type="datetime"], .modal input[type="datetime-local"], .modal input[type="color"], .modal textarea {
  border: 1px solid #b5bbca;
  color: rgba(181, 187, 202, 0.75);
}
.modal input[type="text"]:focus, .modal input[type="email"]:focus, .modal input[type="url"]:focus, .modal input[type="password"]:focus, .modal input[type="search"]:focus, .modal input[type="number"]:focus, .modal input[type="tel"]:focus, .modal input[type="range"]:focus, .modal input[type="date"]:focus, .modal input[type="month"]:focus, .modal input[type="week"]:focus, .modal input[type="time"]:focus, .modal input[type="datetime"]:focus, .modal input[type="datetime-local"]:focus, .modal input[type="color"]:focus, .modal textarea:focus {
  color: #18181b;
}
.modal input[type="text"]::placeholder, .modal input[type="email"]::placeholder, .modal input[type="url"]::placeholder, .modal input[type="password"]::placeholder, .modal input[type="search"]::placeholder, .modal input[type="number"]::placeholder, .modal input[type="tel"]::placeholder, .modal input[type="range"]::placeholder, .modal input[type="date"]::placeholder, .modal input[type="month"]::placeholder, .modal input[type="week"]::placeholder, .modal input[type="time"]::placeholder, .modal input[type="datetime"]::placeholder, .modal input[type="datetime-local"]::placeholder, .modal input[type="color"]::placeholder, .modal textarea::placeholder {
  color: rgba(181, 187, 202, 0.75);
}
select {
  border: 1px solid rgba(255, 255, 255, 0.5);
}
textarea {
  width: 100%;
}
#wrtiteToDirectorBackdrop textarea {
  height: 60px;
}
.form-policy {
  margin-top: 16px;
  font-size: 14px;
}
.form-policy .wpcf7-list-item {
  margin-left: 0;
}
.form-policy label {
  display: inline-flex;
}
.form-policy input {
  margin-right: 4px;
  width: 20px;
  height: 20px;
}
.form-policy .wpcf7-list-item-label {
  width: calc(100% - 24px);
}
.cooperation-form .form-policy, .main-form .form-policy, .first-delivery .form-policy, .map-with-form .form-policy {
  color: #fff;
}
.cooperation-form .form-policy a, .main-form .form-policy a, .first-delivery .form-policy a, .map-with-form .form-policy a {
  color: rgba(255, 255, 255, 0.75);
}
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.site-header {
  padding: 34px 0;
}
.site-header .site-branding {
  margin-right: 4.8vw;
  min-width: 172px;
}
.site-header__wrapper {
  display: flex;
  align-items: center;
}
.site-header__right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
  margin-left: auto;
}
.site-header__search-btn {
  border: 0;
  padding: 0;
  background-color: transparent;
  font-weight: 400;
  font-size: 16px;
  color: #18181b;
}
.site-header__search-btn:focus, .site-header__search-btn:hover {
  color: #3380f6;
}
.site-header__search-btn::before {
  content: "";
  position: relative;
  right: auto;
  left: auto;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../images/search-20-cian.svg");
  filter: none;
  opacity: 1;
  visibility: visible;
}
.site-header__search-form-wrapper {
  position: absolute;
  z-index: 9999;
  top: calc(100% + 31px);
  right: 12px;
  left: 12px;
  display: none;
  gap: 12px;
  box-shadow: 0px 45px 18px rgba(0, 0, 0, 0.01), 0px 25px 15px rgba(0, 0, 0, 0.05), 0px 11px 11px rgba(0, 0, 0, 0.09), 0px 3px 6px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 12px;
  background-color: #fff;
}
.site-header__search-form-wrapper.active {
  display: flex;
}
.site-header__cities-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.site-header__cities-wrapper:hover .site-header__cities {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.site-header__cities-wrapper::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../images/map.svg") center/contain no-repeat;
}
.site-header__cities {
  position: absolute;
  z-index: 5;
  top: 100%;
  left: 0;
  transition: all 0.4s ease 0s;
  margin: 0;
  box-shadow: 0px 45px 18px rgba(0, 0, 0, 0.01), 0px 25px 15px rgba(0, 0, 0, 0.05), 0px 11px 11px rgba(0, 0, 0, 0.09), 0px 3px 6px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  padding: 5px 0;
  background-color: #fff;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.site-header__city {
  margin: 0;
}
.site-header__city-link {
  display: inline-block;
  padding: 5px 15px;
  color: #18181b;
}
.site-header__city-link:visited {
  color: #18181b;
}
.site-header__city-link:hover {
  color: #3380f6;
}
.site-header__phone-time-wrapper {
  position: relative;
  display: flex;
}
.site-header__phone {
  display: inline-flex;
  align-items: flex-end;
  white-space: nowrap;
  color: #18181b;
}
.site-header__phone:hover {
  color: #3380f6;
}
.site-header__phone::before {
  content: "";
  display: inline-block;
  margin-right: 16px;
  width: 20px;
  height: 20px;
  background: url("../images/phone.svg");
}
.site-header__time {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.01em;
  color: #b5bbca;
}
.site-header__mobile-menu-btn {
  display: none;
  align-items: center;
  border: 0;
  padding: 0;
  background-color: transparent;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0;
  color: #18181b;
}
.site-header__mobile-menu-btn:focus, .site-header__mobile-menu-btn:hover {
  color: #18181b;
}
.site-header__mobile-menu-btn::before {
  content: "";
  position: relative;
  right: auto;
  bottom: auto;
  left: auto;
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../images/menu.svg");
  filter: none;
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 1810px) {
  .site-header {
    padding: 24px 0 16px 0;
  }
  .site-header__wrapper {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1600px) {
  .site-header .site-branding {
    margin-right: 30px;
  }
}
@media screen and (max-width: 1399px) {
  .site-header__cities {
    left: -100px;
  }
  .site-header__phone {
    font-size: 0;
  }
  .site-header__phone::before {
    margin-right: 0;
  }
  .site-header__time {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .site-header__right {
    gap: 48px;
  }
  .site-header__cities {
    left: 0;
  }
  .site-header__mobile-menu-btn {
    display: inline-flex;
    margin-left: 48px;
  }
}
@media screen and (max-width: 767px) {
  .site-header__right {
    gap: 24px;
  }
  .site-header__mobile-menu-btn {
    margin-left: 24px;
  }
}
@media screen and (max-width: 575px) {
  .site-header {
    padding: 16px 0;
  }
  .site-header .site-branding {
    margin-right: 24px;
    max-width: 156px;
    min-width: 156px;
  }
  .site-header__mobile-menu-btn {
    width: auto;
  }
}
#page {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
}
#content {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.site-footer__wrapper {
  border-top: 1px solid #b5bbca;
}
.site-footer__write-to-director {
  border: 0;
  padding: 0;
  font-weight: 400;
  letter-spacing: 0;
  background-color: transparent;
  color: #18181b;
}
.site-footer__write-to-director:focus, .site-footer__write-to-director:hover {
  color: #3380f6;
}
.site-footer__write-to-director::before {
  content: none;
}
.site-footer__phone {
  display: inline-block;
  margin-bottom: 16px;
  color: #18181b;
}
.site-footer__phone:hover {
  color: #3380f6;
}
.site-footer__email {
  font-size: 14px;
  line-height: 120%;
  color: #18181b;
}
.site-footer__email:hover {
  color: #3380f6;
}
.site-footer__time-text {
  font-size: 14px;
  line-height: 120%;
}
#footer-menu {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 16px 24px;
  margin: 0;
  max-height: 84px;
  padding: 0;
  list-style-type: none;
}
#footer-menu .menu-item {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.2;
}
#footer-menu a {
  color: #18181b;
}
#footer-menu a:hover {
  color: #3380f6;
}
.grecaptcha-badge {
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 1399px) {
  #footer-menu {
    gap: 16px;
  }
}
@media screen and (max-width: 1199px) {
  .site-footer__phone-email-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  #footer-menu {
    max-height: 56px;
  }
}
@media screen and (max-width: 767px) {
  #footer-menu {
    flex-direction: row;
    max-height: 100%;
  }
  #footer-menu .menu-item {
    width: 25%;
  }
}
@media screen and (max-width: 575px) {
  .site-footer__write-to-director {
    width: auto;
  }
  .site-footer__phone {
    margin-bottom: 8px;
  }
  #footer-menu .menu-item {
    width: calc(50% - 12px);
  }
}
/*--------------------------------------------------------------
# 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: #fff;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #18181b;
  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;
}
.br-12 {
  border-radius: 12px;
}
.text-main {
  color: #18181b;
}
.text-blue {
  color: #3380f6;
}
.text-gray {
  color: #475569;
}
.text-cian {
  color: #45c9a9;
}
.text-marker {
  display: inline-block;
  border-radius: 32px;
  padding: 5px 12px;
  background-color: #45c9a9;
  color: #fff;
}
.bgc-lcian {
  background-color: #ebf8f9;
}
.bgc-blue {
  background-color: #3380f6;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.fw-700 {
  font-weight: 700;
}
.fs-12 {
  font-size: 12px;
  line-height: 1.33;
}
.fs-14 {
  font-size: 14px;
  line-height: 1.2;
}
.fs-15 {
  font-size: 15px;
  line-height: 1.2;
}
.fs-18 {
  font-size: 18px;
  line-height: 1.33;
}
.fs-20 {
  font-size: 20px;
}
.fs-21 {
  font-size: 21px;
}
.fs-24 {
  font-size: 24px;
  line-height: 1.2;
}
.fs-32 {
  font-size: 32px;
  line-height: 1.2;
}
.ls-1 {
  letter-spacing: 0.01em;
}
@media screen and (max-width: 575px) {
  .fs-20 {
    font-size: 18px;
  }
  .fs-21 {
    font-size: 18px;
  }
  .fs-24 {
    font-size: 18px;
  }
}
.pt-96 {
  padding-top: 6rem;
}
.pb-96 {
  padding-bottom: 6rem;
}
.pb-95 {
  padding-bottom: 2rem;
}
.ptb-96 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.pb-3rem {
  padding-bottom: 3rem;
}
@media (max-width: 767px) {
  .pt-96 {
    padding-top: 3rem;
  }
  .pb-96 {
    padding-bottom: 3rem;
  }
  .pb-95 {
    padding-bottom: 1rem;
  }
  .ptb-96 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  margin-right: 4.8vw;
}
.main-navigation ul {
  display: flex;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  position: absolute;
  z-index: 99999;
  top: 100%;
  left: -999em;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-shadow: 0 7px 15px 0 rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  padding: 24px;
  background-color: #fff;
  float: left;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
  font-size: 14px;
  line-height: 1.2;
}
.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
  margin-bottom: 0;
}
.main-navigation li.menu-item-has-children {
  padding-right: 24px;
}
.main-navigation li.menu-item-has-children::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: 0.4s ease;
  width: 16px;
  height: 16px;
  background: url("../images/ic16-chevron-down-black.svg");
}
.main-navigation li.menu-item-has-children:hover::before {
  background: url("../images/ic16-chevron-down-blue.svg");
}
.main-navigation a {
  display: block;
  text-decoration: none;
  color: #18181b;
}
.main-navigation a:hover {
  color: #3380f6;
}
@media screen and (max-width: 1850px) {
  .main-navigation .menu {
    gap: 16px;
  }
}
@media screen and (max-width: 1600px) {
  .main-navigation {
    margin-right: 24px;
  }
  .main-navigation li.menu-item-has-children {
    padding-right: 20px;
  }
  .main-navigation a {
    font-size: 14px;
    line-height: 120%;
  }
}
@media screen and (max-width: 1199px) {
  .main-navigation {
    display: none;
  }
}
/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}
.post {
  margin: 0 0 1.5em;
}
.updated:not(.published) {
  display: none;
}
.page-content, .entry-content, .entry-summary {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}
.discount-widget__btn {
  position: fixed;
  z-index: 2;
  right: 0;
  bottom: 100px;
  border: 0;
  width: 120px;
  height: 98px;
  padding: 0;
  background: url("../images/discount-widget.svg") center/cover no-repeat;
}
.discount-widget__btn::before {
  content: none;
}
.discount-widget__list {
  margin-bottom: 16px;
}
.discount-widget__list li {
  margin-bottom: 4px;
}
.discount-widget__img {
  margin-bottom: 10px;
  width: 100%;
}
.contacts-widget {
  position: fixed;
  z-index: 2;
  bottom: 36px;
  right: 24px;
}
.contacts-widget__btn {
  border: 0;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  padding: 0;
  display: none;
}
.contacts-widget__btn.active::before {
  width: 13px;
  height: 13px;
  background: url("../images/close-white.svg");
}
.contacts-widget__btn::before {
  z-index: 1;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 23px;
  height: 22px;
  background: url("../images/controls.svg");
  filter: none;
  opacity: 1;
  visibility: visible;
}
.contacts-widget__contacts {
  position: absolute;
  bottom: calc(100% + 32px);
  display: flex;
  flex-direction: column;
  box-shadow: 0px 7.35565px 14.7113px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  padding: 16px;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.contacts-widget__contacts.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.contacts-widget__phone {
  margin-top: 32px;
  width: 28px;
  height: 24px;
}
.contacts-widget__phone::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url("../images/phone.svg") center/contain no-repeat;
}
.ws-preform-input {
  color: black !important;
}
.multi_button {
  z-index: 3 !important;
}
@media (max-width: 767px) {
  .multi_button-div-text.multi_button-main-div-text {
    display: none !important;
  }
}
/* 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;
}
.first-screen__wrapper {
  border-bottom: 2px solid #b5bbca;
}
.page-template-page-shoe-cleaning .first-screen__title {
  font-size: 47px;
}
.first-screen__btns-wrapper {
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 575px) {
  .first-screen__wrapper {
    border-bottom: 0;
  }
  .first-screen__title {
    text-align: center;
  }
  .first-screen__btns-wrapper {
    flex-direction: column;
    gap: 16px;
  }
  .first-screen__free-delivery {
    text-align: center;
  }
  .first-screen__free-delivery br {
    display: none;
  }
}
.cost-services__main-service {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  overflow: hidden;
  border-radius: 12px;
  height: calc(100% - 24px);
  padding: 48px 42px;
  background-color: #f7f3ff;
}
.cost-services__main-label {
  margin-bottom: 12px;
  border: 1px solid rgba(71, 85, 105, 0.3);
  border-radius: 21px;
  padding: 7px 15px;
  color: #475569;
}
.cost-services__main-title {
  margin-bottom: 15px;
  max-width: 410px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
}
.cost-services__main-text {
  margin-bottom: 21px;
  font-size: 18px;
  line-height: 120%;
  color: #475569;
}
.cost-services__main-list {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.cost-services__main-list-item:nth-child(1) .cost-services__main-list-bottom {
  gap: 9vw;
}
.cost-services__main-list-item:nth-child(1) .cost-services__main-list-old-price-wrapper {
  margin-top: -18px;
}
.cost-services__main-list-item:nth-child(1) .old-price {
  position: relative;
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
}
.cost-services__main-list-item:nth-child(1) .old-price::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  min-height: 20px;
  background: url("../images/old-price-cross.svg") center/contain no-repeat;
}
.cost-services__main-list-item:nth-child(2) .cost-services__main-list-discount {
  background-color: rgba(255, 87, 122, 0.85);
}
.cost-services__main-list-item:nth-child(3) .cost-services__main-list-discount {
  background-color: #ff577a;
}
.cost-services__main-list-text {
  font-weight: 500;
  font-size: 15px;
  line-height: 120%;
}
.cost-services__main-list-bottom {
  display: flex;
  align-items: center;
  gap: 16px;
}
.cost-services__main-list-new-price-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
}
.cost-services__main-list-new-price {
  font-weight: 700;
  font-size: 28px;
  line-height: 120%;
}
.cost-services__main-list-discount {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.04), 0 4px 8px 0 rgba(0, 0, 0, 0.06);
  border-radius: 6px;
  padding: 3px 6px;
  background-color: rgba(255, 87, 122, 0.7);
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.02em;
  color: #f9f9f9;
}
.cost-services__main-list-old-price-wrapper {
  font-size: 15px;
  line-height: 120%;
}
.cost-services__main-img {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  border-radius: 0 0 12px 0;
}
.cost-services__list-item-wrapper {
  display: flex;
  flex-direction: column;
  box-shadow: 0 7px 15px 0 rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  padding: 8px 8px 16px;
}
.cost-services__list-item-wrapper:hover .cost-services__list-item-img {
  transform: scale(1.1);
}
.cost-services__list-item-img-wrapper {
  border-radius: 6px;
  height: 158px;
  overflow: hidden;
}
.cost-services__list-item-img {
  transition: 0.4s ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cost-services__list-item-price {
  border-radius: 20px;
  padding: 4px 16px;
  background-color: #45c9a9;
}
.cost-services__list-item-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: auto;
}
.cost-services__btns-wrapper {
  display: flex;
  gap: 24px;
}
.cost-services__free-delivery {
  margin-left: 24px;
}
@media screen and (max-width: 991px) {
  .cost-services__main-service {
    margin-bottom: 24px;
    height: auto;
  }
  .cost-services__free-delivery {
    margin: 24px 0 0 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .cost-services__main-service {
    padding: 48px 24px;
  }
  .cost-services__main-img {
    width: 50%;
  }
}
@media screen and (max-width: 575px) {
  .cost-services__main-service {
    padding: 24px 24px 48px;
  }
  .cost-services__main-label {
    margin-bottom: 16px;
  }
  .cost-services__main-title {
    font-size: 20px;
    line-height: 120%;
    text-wrap: balance;
  }
  .cost-services__main-text {
    margin-bottom: 32px;
  }
  .cost-services__main-list-item:nth-child(1) .cost-services__main-list-bottom {
    gap: 18vw;
  }
  .cost-services__main-list-item:nth-child(1) .cost-services__main-list-old-price-wrapper *:first-child {
    font-size: 12px;
    line-height: 117%;
  }
  .cost-services__main-list-item:nth-child(1) .old-price {
    font-size: 20px;
    line-height: 120%;
  }
  .cost-services__main-list-text {
    font-size: 12px;
    line-height: 117%;
  }
  .cost-services__main-list-new-price {
    font-size: 20px;
    line-height: 120%;
  }
  .cost-services__main-list-discount {
    font-size: 16px;
    line-height: 125%;
  }
  .cost-services__btns-wrapper {
    flex-direction: column;
    gap: 16px;
    width: 100%;
  }
}
.main-form__wrapper {
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1);
  border-radius: 12px;
}
.main-form__content {
  position: relative;
  z-index: 2;
  border-radius: 12px 0 0 12px;
  padding: 48px 9.6vw 48px 48px;
}
.main-form__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
  padding: 0;
  list-style: none;
}
.main-form__item {
  margin-bottom: 24px;
  width: 50%;
  padding: 0 12px;
}
.main-form__img {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
}
.main-form__form-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 0 12px 12px 0;
  height: 100%;
  padding: 48px 6.3vw;
  background-color: #3380f6;
}
.main-form__success-wrapper {
  display: none;
}
.main-form__success-wrapper.active {
  display: block;
}
.main-form__success-text {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 178px;
  font-weight: 600;
  color: #fff;
}
.main-form__success-text::before {
  content: "";
  width: 40px;
  height: 40px;
  background: url("../images/success.svg");
}
@media screen and (max-width: 1199px) {
  .main-form__content {
    padding: 5vw;
  }
  .main-form__img {
    display: none;
  }
  .main-form__form-wrapper {
    padding: 48px 5vw;
  }
}
@media screen and (max-width: 991px) {
  .main-form__content {
    border-radius: 12px 12px 0 0;
  }
  .main-form__form-wrapper {
    border-radius: 0 0 12px 12px;
  }
  .main-form__success-text {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 575px) {
  .main-form__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 142%;
    color: #18181b;
  }
  .main-form__text span {
    margin-top: 4px;
    font-weight: 700;
    color: #fff;
    position: relative;
    background: transparent;
  }
  .main-form__text span:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    transform: rotate(-2deg);
    border-radius: 40px;
    width: 100%;
    height: 100%;
    background-color: #45c9a9;
  }
  .main-form__item-number {
    font-weight: 700;
    font-size: 20px;
  }
  .main-form__item-title {
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    color: #18181b;
  }
  .main-form__item-text {
    color: #475569;
  }
  .main-form__form-wrapper {
    padding: 24px;
  }
  .main-form__success-text {
    margin-bottom: 24px;
  }
}
.about__right {
  padding: 32px;
}
.about__right-text p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 575px) {
  .about__right {
    padding: 24px;
  }
}
.nav-tabs {
  display: inline-flex;
  margin-bottom: 32px;
  border: 1px solid rgba(51, 128, 246, 0.5);
  border-radius: 8px;
  padding: 4px;
}
.nav-tabs .nav-item {
  margin-bottom: 0;
}
.nav-tabs .nav-link {
  border: 0;
  border-radius: 8px;
  padding: 16px 32px;
  font-weight: 600;
  color: #3380f6;
}
.nav-tabs .nav-link.active {
  background-color: #3380f6;
  color: #fff;
}
.reviews .nav-tabs {
  gap: 16px;
  border: 0;
  padding: 0;
}
.reviews .nav-tabs .nav-link {
  border: 1px solid rgba(51, 128, 246, 0.5);
}
.tab-pane *:not(h3) {
  color: #475569;
}
@media only screen and (max-width: 1199px) {
  .nav-tabs .nav-link {
    padding: 16px 24px;
  }
}
@media only screen and (max-width: 575px) {
  .nav-tabs .nav-link {
    padding: 12px 14px;
  }
}
.social-payment__wrapper {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-radius: 12px;
  padding: 32px 48px 28px 48px;
  background-color: #fff;
  color: #475569;
}
.social-payment__wrapper::before {
  content: "";
  position: absolute;
  z-index: -2;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background: linear-gradient(90deg, #2789ff 0%, #2789ff 23.44%, #45c9a9 48.96%, #45c9a9 73.96%, #45c9a9 100%);
  filter: blur(35px);
}
.social-payment__wrapper::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  border-radius: 12px;
  background-color: #fff;
}
.social-payment__socials-wrapper, .social-payment__payment-wrapper {
  display: flex;
  align-items: center;
  gap: 24px;
}
.social-payment__socials-text {
  max-width: 260px;
  color: #475569;
}
.social-payment__payments {
  display: flex;
  align-items: center;
  gap: 24px;
}
.social-payment__payment-text {
  color: #475569;
}
@media screen and (max-width: 1199px) {
  .social-payment__wrapper {
    padding: 24px;
  }
}
@media screen and (max-width: 991px) {
  .social-payment__wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 575px) {
  .social-payment__wrapper {
    align-items: center;
    padding: 32px 24px;
  }
  .social-payment__socials-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
  .social-payment__socials-text {
    max-width: 230px;
    text-align: center;
    padding-bottom: 28px;
    border-bottom: 1px solid #b5bbca;
  }
  .social-payment__payment-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
}
.single-articles__info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}
.single-articles__reading-time {
  display: inline-flex;
  align-items: center;
}
.single-articles__reading-time::before {
  content: "";
  display: inline-block;
  margin-right: 8px;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background-color: #475569;
}
.single-articles__subrubric {
  display: inline-block;
  border-radius: 28px;
  padding: 8px 16px;
  background-color: rgba(181, 187, 202, 0.7);
  color: #18181b;
}
.single-articles__subrubric[data-rubric="rubric-6"] {
  background-color: #e3f5ff;
  color: #007dc5;
}
.single-articles__subrubric[data-rubric="rubric-7"] {
  background-color: #fff0e8;
  color: #c25719;
}
.single-articles__subrubric[data-rubric="rubric-8"] {
  background-color: #e2f8f6;
  color: #058880;
}
.single-articles__subrubric[data-rubric="rubric-9"] {
  background-color: #eeebfe;
  color: #694df5;
}
.single-articles__subrubric[data-rubric="rubric-10"] {
  background-color: #fbf2c8;
  color: #89740a;
}
.single-articles__subrubric[data-rubric="rubric-11"] {
  background-color: #edf7df;
  color: #3b7a11;
}
.single-articles__date-share {
  display: flex;
  align-items: center;
}
.single-articles__share {
  display: flex;
  align-items: center;
  margin-left: auto;
}
.single-articles__share-links {
  display: flex;
  align-items: center;
  gap: 24px;
}
.single-articles__share-link {
  display: inline-block;
  width: 20px;
  height: 20px;
}
.single-articles__share-link--whatsapp {
  background: url("../images/whatsapp_1.svg");
}
.single-articles__share-link--telegram {
  background: url("../images/telegram_1.svg");
}
.table-of-contents {
  border-radius: 10px;
  padding: 32px;
  background-color: #e8f1fe;
}
.table-of-contents ol {
  margin-bottom: 0;
}
.table-of-contents li:last-child {
  margin-bottom: 0;
}
.table-of-contents li::marker {
  color: #3380f6;
}
.table-of-contents a {
  font-size: 18px;
}
@media screen and (max-width: 575px) {
  .table-of-contents {
    padding: 24px;
  }
  .table-of-contents ol {
    padding-left: 16px;
  }
  .table-of-contents li {
    margin-bottom: 0.5rem;
  }
  .table-of-contents a {
    font-size: 16px;
  }
}
.category-articles__rubrics {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  padding: 0;
  list-style-type: none;
}
.category-articles__rubrics li {
  margin-bottom: 0;
}
.category-articles__rubrics a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #475569;
  border-radius: 28px;
  height: 40px;
  padding: 7px 15px;
  background-color: rgba(181, 187, 202, 0.7);
  color: #18181b;
}
.category-articles__rubrics a .count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  color: #fff;
}
.category-articles__rubrics a[data-rubric="rubric-6"] {
  border-color: #e3f5ff;
  background-color: #e3f5ff;
  color: #007dc5;
}
.category-articles__rubrics a[data-rubric="rubric-6"] .count {
  background-color: #007dc5;
}
.category-articles__rubrics a[data-rubric="rubric-7"] {
  border-color: #fff0e8;
  background-color: #fff0e8;
  color: #c25719;
}
.category-articles__rubrics a[data-rubric="rubric-7"] .count {
  background-color: #c25719;
}
.category-articles__rubrics a[data-rubric="rubric-8"] {
  border-color: #e2f8f6;
  background-color: #e2f8f6;
  color: #058880;
}
.category-articles__rubrics a[data-rubric="rubric-8"] .count {
  background-color: #058880;
}
.category-articles__rubrics a[data-rubric="rubric-9"] {
  border-color: #eeebfe;
  background-color: #eeebfe;
  color: #694df5;
}
.category-articles__rubrics a[data-rubric="rubric-9"] .count {
  background-color: #694df5;
}
.category-articles__rubrics a[data-rubric="rubric-10"] {
  border-color: #fbf2c8;
  background-color: #fbf2c8;
  color: #89740a;
}
.category-articles__rubrics a[data-rubric="rubric-10"] .count {
  background-color: #89740a;
}
.category-articles__rubrics a[data-rubric="rubric-11"] {
  border-color: #edf7df;
  background-color: #edf7df;
  color: #3b7a11;
}
.category-articles__rubrics a[data-rubric="rubric-11"] .count {
  background-color: #3b7a11;
}
@media screen and (max-width: 767px) {
  .category-articles__rubrics {
    gap: 16px;
  }
}
@media screen and (max-width: 575px) {
  .category-articles__rubrics {
    gap: 8px;
  }
}
.articles-list__item-wrapper {
  display: flex;
  flex-direction: column;
  box-shadow: 0 7px 15px 0 rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  height: 100%;
  padding: 16px;
}
.articles-list__item-img-wrapper {
  position: relative;
  margin-bottom: 24px;
  height: 258px;
}
.articles-list .wp-post-image {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.articles-list__item-rubric {
  position: absolute;
  bottom: 16px;
  left: 16px;
  border-radius: 28px;
  padding: 8px 16px;
  background-color: rgba(181, 187, 202, 0.7);
  color: #18181b;
}
.articles-list__item-rubric[data-rubric="rubric-6"] {
  background-color: #e3f5ff;
  color: #007dc5;
}
.articles-list__item-rubric[data-rubric="rubric-7"] {
  background-color: #fff0e8;
  color: #c25719;
}
.articles-list__item-rubric[data-rubric="rubric-8"] {
  background-color: #e2f8f6;
  color: #058880;
}
.articles-list__item-rubric[data-rubric="rubric-9"] {
  background-color: #eeebfe;
  color: #694df5;
}
.articles-list__item-rubric[data-rubric="rubric-10"] {
  background-color: #fbf2c8;
  color: #89740a;
}
.articles-list__item-rubric[data-rubric="rubric-11"] {
  background-color: #edf7df;
  color: #3b7a11;
}
.articles-list__item-header {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 8px;
}
.articles-list__item-date {
  margin-top: 2px;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .articles-list__item-header {
    flex-direction: column;
    gap: 8px;
  }
}
.other-articles__rubrics {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
  padding: 0;
  list-style-type: none;
}
.other-articles__rubrics li {
  margin-bottom: 0;
}
.other-articles__rubrics a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #475569;
  border-radius: 28px;
  height: 40px;
  padding: 7px 15px;
  background-color: rgba(181, 187, 202, 0.7);
  color: #18181b;
}
.other-articles__rubrics a .count {
  border-radius: 50%;
  padding: 3px 8px;
  background-color: #18181b;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  color: #fff;
}
.other-articles__rubrics a[data-rubric="rubric-6"] {
  border-color: #e3f5ff;
  background-color: #e3f5ff;
  color: #007dc5;
}
.other-articles__rubrics a[data-rubric="rubric-6"] .count {
  background-color: #007dc5;
}
.other-articles__rubrics a[data-rubric="rubric-7"] {
  border-color: #fff0e8;
  background-color: #fff0e8;
  color: #c25719;
}
.other-articles__rubrics a[data-rubric="rubric-7"] .count {
  background-color: #c25719;
}
.other-articles__rubrics a[data-rubric="rubric-8"] {
  border-color: #e2f8f6;
  background-color: #e2f8f6;
  color: #058880;
}
.other-articles__rubrics a[data-rubric="rubric-8"] .count {
  background-color: #058880;
}
.other-articles__rubrics a[data-rubric="rubric-9"] {
  border-color: #eeebfe;
  background-color: #eeebfe;
  color: #694df5;
}
.other-articles__rubrics a[data-rubric="rubric-9"] .count {
  background-color: #694df5;
}
.other-articles__rubrics a[data-rubric="rubric-10"] {
  border-color: #fbf2c8;
  background-color: #fbf2c8;
  color: #89740a;
}
.other-articles__rubrics a[data-rubric="rubric-10"] .count {
  background-color: #89740a;
}
.other-articles__rubrics a[data-rubric="rubric-11"] {
  border-color: #edf7df;
  background-color: #edf7df;
  color: #3b7a11;
}
.other-articles__rubrics a[data-rubric="rubric-11"] .count {
  background-color: #3b7a11;
}
.other-articles__list {
  margin-bottom: 32px;
  padding: 0;
  list-style-type: none;
}
.other-articles__item {
  margin-bottom: 24px;
}
.other-articles__item-wrapper {
  display: flex;
  flex-direction: column;
  box-shadow: 0 7px 15px 0 rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  padding: 16px;
}
.other-articles__item-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 8px;
}
.other-articles__item-rubric {
  display: inline-block;
  border-radius: 28px;
  padding: 8px 16px;
  background-color: rgba(181, 187, 202, 0.7);
  color: #18181b;
}
.other-articles__item-rubric[data-rubric="rubric-6"] {
  background-color: #e3f5ff;
  color: #007dc5;
}
.other-articles__item-rubric[data-rubric="rubric-7"] {
  background-color: #fff0e8;
  color: #c25719;
}
.other-articles__item-rubric[data-rubric="rubric-8"] {
  background-color: #e2f8f6;
  color: #058880;
}
.other-articles__item-rubric[data-rubric="rubric-9"] {
  background-color: #eeebfe;
  color: #694df5;
}
.other-articles__item-rubric[data-rubric="rubric-10"] {
  background-color: #fbf2c8;
  color: #89740a;
}
.other-articles__item-rubric[data-rubric="rubric-11"] {
  background-color: #edf7df;
  color: #3b7a11;
}
.search-form {
  position: relative;
  display: flex;
  margin: 0 0 48px auto;
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
  border: 1px solid #b5bbca;
  border-radius: 8px;
  width: 306px;
}
.search-form__text[type="text"] {
  border: 0;
  width: 100%;
  padding: 9px 48px 9px 16px;
}
.search-form__text[type="text"]:focus {
  color: #18181b;
}
.search-form__text[type="text"]::placeholder {
  color: rgba(181, 187, 202, 0.75);
}
.search-form__submit {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  justify-content: center;
  border: 0;
  width: 24px;
  height: 24px;
  padding: 0;
  background: url("../images/search.svg") center/contain no-repeat;
  font-size: 0;
}
.search-form__submit::before {
  content: none;
}
.single-articles .search-form, .single-news .search-form {
  margin: 12px 0 96px auto;
}
@media screen and (max-width: 1199px) {
  .single-articles .search-form, .single-news .search-form {
    margin: 0 0 48px;
  }
}
@media screen and (max-width: 575px) {
  .search-form {
    margin: 0 0 24px 0;
  }
}
.accordion-item {
  border: 0 !important;
  border-radius: 0 !important;
}
.accordion-item-wrapper {
  border-top: 1px solid #b5bbca;
  padding-top: 24px;
}
.accordion-button {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: auto;
  padding: 0;
  background: transparent;
  text-transform: none;
}
.accordion-button:hover {
  background: transparent;
}
.accordion-button:focus {
  box-shadow: none;
}
.accordion-button::before {
  content: none;
}
.accordion-button::after {
  transition: 0.4s ease;
  width: 30px;
  height: 30px;
  background: url("../images/chevron-down-30-gray.svg");
}
.accordion-button:not(.collapsed) {
  box-shadow: none;
  background: transparent;
}
.accordion-button:not(.collapsed)::after {
  transform: rotate(-180deg);
  background: url("../images/chevron-down-30-gray.svg");
}
.accordion-button--prices::after {
  margin-left: 0;
}
.accordion-icon {
  margin-right: 16px;
  min-width: 21px;
  width: 21px;
  height: 21px;
  object-fit: contain;
}
.accordion-body {
  padding: 16px 0 0;
}
.accordion-body p:last-child {
  margin-bottom: 0;
}
.accordion-body--prices {
  padding-top: 48px;
}
.breadcrumbs {
  font-size: 14px;
  line-height: 1.2;
  color: #475569;
}
.breadcrumbs a {
  color: #475569;
}
.breadcrumbs a:hover {
  color: #3380f6;
}
.breadcrumbs .current-item {
  color: rgba(71, 85, 105, 0.6);
}
.prices-list {
  column-count: 3;
  column-gap: 24px;
}
.prices-list__item {
  break-inside: avoid;
}
.accordion-item:nth-child(2) .prices-list__item:nth-child(2) {
  padding-bottom: 6vw;
}
.prices-list__item-header {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
}
.prices-list__item-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4;
}
.prices-list__item-time {
  padding-top: 9px;
  white-space: nowrap;
  color: #475569;
}
.prices-list__item-subitem {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #b5bbca;
  padding-bottom: 16px;
}
.prices-list__item-subitem:last-child {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}
.prices-list__item-subitem a {
  color: #18181b;
}
.prices-list__item-subitem a:hover {
  color: #3380f6;
}
.prices-list__item-price {
  font-weight: 700;
  white-space: nowrap;
}
@media screen and (max-width: 991px) {
  .prices-list {
    column-count: 2;
  }
  .accordion-item:nth-child(2) .prices-list__item:nth-child(2) {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 575px) {
  .prices-list {
    column-count: 1;
  }
  .prices-list__item-title {
    font-size: 18px;
  }
}
.promotion-first__wrapper {
  position: relative;
  z-index: 1;
  border-radius: 12px;
  padding: 48px 48px 96px;
}
.promotion-first__wrapper:not(:has(.promotion-first__price, .promotion-first__old-price)) .promotion-first__text {
  margin-bottom: 0;
}
.promotion-first__period {
  display: inline-block;
  margin-bottom: 24px;
  border: 1px solid rgba(71, 85, 105, 0.3);
  border-radius: 10px;
  padding: 5px 11px;
  color: #475569;
}
.promotion-first__discount {
  display: inline-block;
  margin-bottom: 24px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.06), 0 0 4px 0 rgba(0, 0, 0, 0.04);
  border-radius: 6px;
  padding: 3px 6px;
  background-color: #ff577a;
  font-weight: 500;
  color: #fff;
}
.promotion-first__title {
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4;
}
.promotion-first__text {
  margin-bottom: 96px;
  max-width: 355px;
  font-size: 24px;
  line-height: 1.4;
}
.promotion-first__price {
  display: inline-block;
  margin-bottom: 16px;
  border-radius: 10px;
  padding: 4px 16px;
  background-color: #45c9a9;
  font-size: 24px;
  line-height: 1.4;
  color: #fff;
}
.promotion-first__old-price {
  font-size: 24px;
  line-height: 1.4;
  text-decoration: line-through;
  color: #475569;
}
.promotion-first__btn {
  margin-top: 24px;
}
.promotion-first__img {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  border-radius: 0 0 12px 0;
  max-height: 100%;
}
@media screen and (max-width: 575px) {
  .promotion-first__wrapper {
    padding: 24px 24px 166px;
  }
}
.promotion-delivery {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 1399px) {
  .promotion-delivery {
    flex-wrap: wrap;
  }
}
.promotions__list {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.promotions__item {
  margin-bottom: 0;
}
.promotions__item:nth-child(1) {
  grid-column: 1 / span 6;
  grid-row: 1 / 3;
}
.promotions__item:nth-child(1) .promotions__item-wrapper {
  padding: 48px;
}
.promotions__item:nth-child(1) .promotions__item-header {
  flex-direction: column-reverse;
}
.promotions__item:nth-child(2) {
  grid-column: 7 / span 4;
}
.promotions__item:nth-child(2) .promotions__item-img {
  right: 14px;
  bottom: 18px;
}
.promotions__item:nth-child(3) {
  grid-column: 7 / span 2;
}
.promotions__item:nth-child(3) .promotions__item-header {
  flex-direction: column-reverse;
  gap: 8px;
}
.promotions__item:nth-child(3) .promotions__item-text {
  margin-bottom: 16px;
}
.promotions__item:nth-child(4) {
  grid-column: 9 / span 2;
}
.promotions__item:nth-child(4) .promotions__item-wrapper {
  padding: 24px 20px 86px 20px;
}
.promotions__item:nth-child(4) .promotions__item-btn {
  margin-top: auto;
}
.promotions__item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 12px;
  min-height: 254px;
  height: 100%;
  padding: 24px;
}
.promotions__item-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
}
.promotions__item-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
  width: 100%;
}
.promotions__item-period {
  display: inline-block;
  border: 1px solid rgba(71, 85, 105, 0.3);
  border-radius: 21px;
  padding: 6px 12px;
  white-space: nowrap;
  color: #475569;
}
.promotions__item-discount {
  display: inline-block;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.06), 0 0 4px 0 rgba(0, 0, 0, 0.04);
  border-radius: 6px;
  padding: 3px 6px;
  background-color: #ff577a;
  font-weight: 500;
  color: #fff;
}
.promotions__item-title {
  max-width: 410px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4;
}
.promotions__item-text {
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 1.2;
  color: #475569;
}
.promotions__item-prices {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 24px;
}
.promotions__item-price {
  display: inline-block;
  border-radius: 28px;
  padding: 9px 16px;
  background-color: #45c9a9;
  font-size: 20px;
  line-height: 1.2;
  color: #fff;
}
.promotions__item-old-price {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  text-decoration: line-through;
  color: #475569;
}
.promotions__item-list {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 24px;
  padding: 0;
  list-style: none;
}
.promotions__item-list-item:nth-child(1) .promotions__item-list-bottom {
  gap: 9vw;
}
.promotions__item-list-item:nth-child(1) .promotions__item-list-old-price-wrapper {
  margin-top: -18px;
}
.promotions__item-list-item:nth-child(1) .old-price {
  position: relative;
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
}
.promotions__item-list-item:nth-child(1) .old-price::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  min-height: 20px;
  background: url("../images/old-price-cross.svg") center/contain no-repeat;
}
.promotions__item-list-item:nth-child(2) .promotions__item-list-discount {
  background-color: rgba(255, 87, 122, 0.85);
}
.promotions__item-list-item:nth-child(3) .promotions__item-list-discount {
  background-color: #ff577a;
}
.promotions__item-list-text {
  font-weight: 500;
  font-size: 15px;
  line-height: 120%;
}
.promotions__item-list-bottom {
  display: flex;
  gap: 16px;
}
.promotions__item-list-new-price-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
}
.promotions__item-list-new-price {
  font-weight: 700;
  font-size: 28px;
  line-height: 120%;
}
.promotions__item-list-discount {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.04), 0 4px 8px 0 rgba(0, 0, 0, 0.06);
  border-radius: 6px;
  padding: 3px 6px;
  background-color: rgba(255, 87, 122, 0.7);
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.02em;
  color: #f9f9f9;
}
.promotions__item-list-old-price-wrapper {
  font-size: 15px;
  line-height: 120%;
}
.promotions__item-img {
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 0 0 12px 0;
}
@media screen and (max-width: 1399px) {
  .promotions__list {
    grid-template-columns: repeat(12, 1fr);
  }
  .promotions__item:nth-child(1) {
    grid-column: 1 / span 6;
  }
  .promotions__item:nth-child(2) {
    grid-column: 7 / span 6;
  }
  .promotions__item:nth-child(3) {
    grid-column: 7 / span 3;
  }
  .promotions__item:nth-child(4) {
    grid-column: 10 / span 3;
  }
}
@media screen and (max-width: 991px) {
  .promotions__list {
    display: flex;
    flex-wrap: wrap;
  }
  .promotions__item {
    width: 100%;
  }
  .promotions__item:nth-child(3), .promotions__item:nth-child(4) {
    width: calc(50% - 12px);
  }
  .promotions__item-wrapper {
    padding: 32px 24px;
  }
  .promotions__item-img {
    max-width: 67%;
  }
}
@media screen and (max-width: 575px) {
  .promotions__item:nth-child(1) .promotions__item-wrapper {
    padding: 24px 24px 48px;
  }
  .promotions__item:nth-child(1) .old-price {
    font-size: 20px;
    line-height: 120%;
  }
  .promotions__item:nth-child(2) .promotions__item-wrapper {
    padding: 24px 24px 48px;
  }
  .promotions__item:nth-child(2) .promotions__item-header {
    margin-bottom: 24px;
  }
  .promotions__item:nth-child(2) .promotions__item-prices {
    margin-bottom: 32px;
  }
  .promotions__item:nth-child(2) .promotions__item-img {
    right: 0;
    bottom: 0;
  }
  .promotions__item:nth-child(3) {
    width: 100%;
  }
  .promotions__item:nth-child(3) .promotions__item-wrapper {
    padding: 24px 24px 48px;
  }
  .promotions__item:nth-child(3) .promotions__item-header {
    flex-direction: row;
  }
  .promotions__item:nth-child(3) .promotions__item-text {
    margin-bottom: 32px;
  }
  .promotions__item:nth-child(4) {
    width: 100%;
  }
  .promotions__item:nth-child(4) .promotions__item-wrapper {
    padding: 24px 24px 48px;
  }
  .promotions__item:nth-child(4) .promotions__item-header {
    margin-bottom: 32px;
  }
  .promotions__item-wrapper {
    min-height: 100%;
    padding: 24px 24px 48px;
  }
  .promotions__item-title {
    font-size: 20px;
    line-height: 120%;
  }
  .promotions__item-discount {
    font-size: 16px;
    line-height: 125%;
  }
  .promotions__item-text {
    margin-bottom: 32px;
  }
  .promotions__item-list {
    gap: 16px;
    margin-bottom: 32px;
  }
  .promotions__item-list-item {
    margin-bottom: 0;
  }
  .promotions__item-list-item:nth-child(1) .promotions__item-list-bottom {
    gap: 18vw;
  }
  .promotions__item-list-item:nth-child(1) .promotions__item-list-old-price-wrapper *:first-child {
    font-size: 12px;
    line-height: 117%;
  }
  .promotions__item-list-text {
    font-size: 12px;
    line-height: 117%;
  }
  .promotions__item-list-new-price {
    font-size: 20px;
    line-height: 120%;
  }
  .promotions__item-list-old-price-wrapper {
    font-size: 12px;
    line-height: 117%;
  }
  .promotions__item-list-old-price-wrapper span {
    font-size: 16px;
    line-height: 112%;
  }
  .promotions__item-price {
    padding: 6px 14px;
  }
  .promotions__item-btn {
    max-width: 132px;
  }
  .promotions__item-img {
    max-width: 100%;
  }
}
.all-promotions {
  position: sticky;
  top: 48px;
}
.all-promotions__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.all-promotions__item {
  margin-bottom: 0;
}
.all-promotions__item-wrapper {
  display: block;
  box-shadow: 0 7px 15px 0 rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  padding: 16px 16px 24px;
  background: #fff;
}
.all-promotions__item-wrapper:hover {
  box-shadow: 0 16px 56px 0 rgba(51, 128, 246, 0.1), 0 8px 24px 0 rgba(51, 128, 246, 0.1), 0 4px 16px 0 rgba(51, 128, 246, 0.1);
}
.all-promotions__item-title {
  font-weight: 600;
  color: #18181b;
}
.reviews__title .stars {
  display: inline-flex;
  align-items: center;
}
.reviews__title .stars::after {
  content: "";
  display: inline-block;
  margin-left: 16px;
  width: 247px;
  height: 38px;
  background: url("../images/big-stars.svg");
}
.reviews__list {
  column-count: 3;
  column-gap: 24px;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.reviews__item {
  break-inside: avoid;
}
.reviews__item-wrapper {
  box-shadow: 0 7px 15px 0 rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  padding: 24px;
}
.reviews__item-wrapper * {
  color: #18181b !important;
}
.reviews-delivery .reviews__item-wrapper {
  flex: 1;
}
.reviews__item-header {
  display: flex;
  gap: 16px;
  margin-bottom: 24px;
}
.reviews__item-title {
  color: #3380f6 !important;
}
.reviews__item-address {
  font-weight: 500;
}
.reviews__item-img {
  margin-bottom: 24px;
  border-radius: 10px;
  width: 100%;
  object-fit: cover;
}
.reviews__item-name-date {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 8px;
}
.reviews__item-name {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
}
.reviews__item-stars-clothes {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}
.reviews__item-stars {
  width: 104px;
  height: 16px;
  background: url("../images/small-stars.svg");
}
.reviews__item-clothes {
  border-radius: 12px;
  padding: 4px 16px;
  background-color: rgba(198, 188, 251, 0.7);
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.01em;
  color: #694df5 !important;
}
.reviews__item-review p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1199px) {
  .reviews__list {
    column-count: 2;
  }
}
@media screen and (max-width: 767px) {
  .reviews__list {
    column-count: 1;
  }
}
.first-delivery {
  overflow: hidden;
}
.first-delivery__wrapper {
  border-bottom: 1px solid #b5bbca;
}
.first-delivery__time-wrapper, .first-delivery__price-wrapper {
  display: flex;
  flex-direction: column;
}
.first-delivery__time, .first-delivery__price {
  position: relative;
  display: inline-block;
  margin: 0 auto 24px;
  padding: 0 24px;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.4;
  color: #fff;
}
.first-delivery__time::before, .first-delivery__price::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  transform: rotate(-2deg);
  border-radius: 40px;
  width: 100%;
  height: 100%;
  background-color: #45c9a9;
}
.first-delivery__time-text, .first-delivery__price-text {
  font-size: 24px;
  line-height: 1.4;
  color: #475569;
}
.first-delivery__form-wrapper {
  position: relative;
  border-radius: 12px 12px 0 0;
  padding: 48px 48px 30px;
  background-color: #3380f6;
}
.first-delivery__form-wrapper::before {
  content: "";
  position: absolute;
  z-index: -1;
  right: -169px;
  bottom: 0;
  width: 526px;
  height: 422px;
  background: url("../images/delivery-form.svg");
}
@media screen and (max-width: 1199px) {
  .first-delivery__form-wrapper::before {
    content: none;
  }
}
@media screen and (max-width: 575px) {
  .first-delivery h1 {
    text-align: center;
  }
  .first-delivery__time, .first-delivery__price {
    margin: 0 auto 16px;
    padding: 4px 16px;
    font-size: 18px;
  }
  .first-delivery__time-text, .first-delivery__price-text {
    font-size: 16px;
  }
  .first-delivery__form-wrapper {
    padding: 24px;
  }
}
.how-we-work__list {
  display: flex;
  margin: 0 -24px;
  padding: 0;
  list-style-type: none;
}
.how-we-work__item {
  margin: 0;
  padding: 0 24px;
}
.how-we-work__item-number {
  font-weight: 700;
  font-size: 48px;
  color: #3380f6;
}
.how-we-work__item-title {
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.33;
}
.how-we-work__item-text {
  color: #475569;
}
@media screen and (max-width: 1399px) {
  .how-we-work__list {
    margin: 0 -12px;
  }
  .how-we-work__item {
    padding: 0 12px;
  }
}
@media screen and (max-width: 991px) {
  .how-we-work__list {
    flex-wrap: wrap;
    gap: 24px;
    margin: 0;
  }
  .how-we-work__item {
    width: calc(50% - 12px);
    padding: 0;
  }
}
@media screen and (max-width: 576px) {
  .how-we-work__item-number {
    font-size: 20px;
  }
  .how-we-work__item-title {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px;
  }
}
.delivery-advantages {
  padding: 40px 0 7rem 0;
  display: flex;
  gap: 40px;
  align-items: stretch;
}
.delivery-advantages__left, .delivery-advantages__right {
  flex: 1 1 0;
  display: flex;
}
.delivery-advantages__right {
  align-items: stretch;
}
.delivery-advantages__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px 32px;
}
.delivery-advantages__item {
  background-color: #45c9a908;
  border-radius: 12px;
  padding: 20px 20px 22px;
  display: grid;
  grid-template-rows: auto auto 1fr;
  row-gap: 8px;
}
.delivery-advantages__icon {
  width: 40px;
  height: 40px;
  display: block;
  object-fit: contain;
}
.delivery-advantages__image-wrapper {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
}
.delivery-advantages__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.delivery-advantages__title {
  margin: 0 0 10px 0;
}
.delivery-advantages__text {
  margin: 0;
}
h2.delivery-advantages__heading {
  margin-bottom: 0;
  margin-top: 4rem;
  font-weight: 700;
}
.delivery-advantages.main-advantages {
  padding-bottom: 6rem;
}
@media (max-width: 992px) {
  .delivery-advantages {
    flex-direction: column-reverse;
  }
  .delivery-advantages__list {
    grid-template-columns: 1fr 1fr;
  }
  .delivery-advantages.main-advantages {
    padding-bottom: 3rem;
  }
}
@media (max-width: 640px) {
  .container {
    padding-inline: 16px;
  }
  .delivery-advantages {
    flex-direction: column;
  }
  .delivery-advantages__list {
    grid-template-columns: 1fr;
  }
  .delivery-advantages__image-wrapper {
    aspect-ratio: 1;
    height: auto;
  }
}
.statistics__list {
  display: grid;
  grid-template-areas: "item-1 item-2 item-3" "item-1 item-4 item-5";
  grid-template-columns: 5fr 4fr 3fr;
  gap: 24px;
}
.statistics__item:nth-child(1) {
  grid-area: item-1;
}
.statistics__item:nth-child(1) .statistics__item-wrapper {
  border: 1px solid #f7f3ff;
}
.statistics__item:nth-child(2) {
  grid-area: item-2;
}
.statistics__item:nth-child(2) .statistics__item-wrapper {
  background-color: #ebf8f9;
}
.statistics__item:nth-child(3) {
  grid-area: item-3;
}
.statistics__item:nth-child(4) {
  grid-area: item-4;
}
.statistics__item:nth-child(4) .statistics__item-wrapper {
  background-color: #e8fbed;
}
.statistics__item:nth-child(5) {
  grid-area: item-5;
}
.statistics__item:nth-child(5) .statistics__item-wrapper {
  background-color: #ebf8f9;
}
.statistics__item-wrapper {
  position: relative;
  border-radius: 10px;
  height: 100%;
  padding: 24px 48px;
  background-color: #f7f3ff;
  overflow: hidden;
}
.statistics__item-wrapper .numbers {
  font-size: 42px;
  line-height: 1.2;
}
.statistics__item-rating {
  margin-bottom: 24px;
  color: #475569;
}
.statistics__item-rating .stars {
  font-weight: 700;
  font-size: 40px;
  line-height: 1.2;
}
.statistics__item-rating .stars::after {
  content: "";
  display: inline-block;
  margin-left: 16px;
  width: 132px;
  height: 20px;
  background: url("../images/delivery-stars.svg");
}
.statistics__item-rating .maps {
  display: inline-block;
  margin-left: 16px;
  width: 65px;
  height: 19px;
  background: url("../images/maps.svg");
}
.statistics__item-reviews {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 24px;
  color: #475569;
}
.statistics__item-reviews-img {
  position: absolute;
  right: 0;
  bottom: 0;
}
.statistics__item-laundries {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
  color: #475569;
}
.statistics__item-laundries-img {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  object-fit: cover;
}
.statistics__item-speed {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #475569;
}
.statistics__item-clients {
  display: flex;
  align-items: center;
  gap: 30px;
  color: #475569;
}
.statistics__item-items {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #475569;
}
.statistics__item-items-img {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  object-fit: cover;
}
.statistics .button {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1399px) {
  .statistics__item-wrapper {
    padding: 24px;
  }
  .statistics__item-reviews {
    gap: 16px;
  }
}
@media screen and (max-width: 1199px) {
  .statistics__item-reviews {
    flex-direction: column;
    align-items: flex-start;
  }
  .statistics__item-reviews-img {
    right: -24px;
    bottom: -16px;
  }
  .statistics__item-wrapper .numbers {
    font-size: 2.7vw;
  }
}
@media screen and (max-width: 991px) {
  .statistics__list {
    grid-template-areas: "item-1 item-1" "item-2 item-3" "item-4 item-5";
    grid-template-columns: 1fr 1fr;
  }
  .statistics__item:first-child .statistics__item-wrapper {
    padding: 48px 24px;
  }
  .statistics__item-reviews {
    flex-direction: row;
    align-items: center;
  }
  .statistics__item-reviews-img {
    right: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .statistics__list {
    display: flex;
    flex-direction: column;
  }
  .statistics__item-wrapper .numbers {
    font-size: 6.25vw;
  }
}
@media screen and (max-width: 575px) {
  .statistics__item:first-child .statistics__item-wrapper {
    padding: 24px 96px 48px 24px;
  }
  .statistics__item:first-child .statistics__item-btn {
    max-width: 168px;
    padding-inline: 12px;
  }
  .statistics__item-wrapper {
    padding: 24px 24px 32px;
  }
  .statistics__item-wrapper .numbers {
    font-weight: 700;
    font-size: 36px;
    line-height: 122%;
  }
  .statistics__item-rating .stars {
    display: inline-flex;
    align-items: center;
    margin-bottom: 16px;
    font-size: 36px;
    line-height: 78%;
  }
  .statistics__item-rating .stars::after {
    margin-left: 20px;
  }
  .statistics__item-rating .text {
    font-size: 16px;
    line-height: 125%;
  }
  .statistics__item-reviews {
    gap: 8px;
  }
  .statistics__item-reviews .numbers {
    font-weight: 700;
    font-size: 36px;
    line-height: 78%;
  }
  .statistics__item-reviews .text {
    max-width: 102px;
    font-size: 16px;
    line-height: 125%;
  }
  .statistics__item-reviews-img {
    right: -48px;
    bottom: -148px;
  }
  .statistics__item-laundries {
    gap: 8px;
    margin-bottom: 32px;
  }
  .statistics__item-laundries .text {
    font-size: 16px;
    line-height: 125%;
  }
  .statistics__item-speed .text {
    font-size: 16px;
    line-height: 125%;
  }
  .statistics__item-clients {
    gap: 8px;
  }
  .statistics__item-clients .text {
    font-size: 16px;
    line-height: 125%;
  }
  .statistics__item-items .text {
    font-size: 16px;
    line-height: 125%;
  }
}
.cleaning-clothes {
  border-radius: 12px;
  height: 100%;
  padding: 32px 32px 48px 32px;
  background-color: #ebf8f9;
}
.cleaning-clothes__item {
  margin-bottom: 32px;
}
.cleaning-clothes__item:last-child {
  margin-bottom: 0;
}
.cleaning-clothes__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 32px;
}
.cleaning-clothes__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4;
}
.cleaning-clothes__time {
  font-weight: 500;
  color: #475569;
}
.cleaning-clothes__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cleaning-clothes__item {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
.cleaning-clothes__item-price {
  border-radius: 20px;
  min-width: 97px;
  padding: 4px 16px;
  background-color: #45c9a9;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
  color: #fff;
}
.cleaning-clothes__item-text {
  padding-right: 4vw;
  font-size: 20px;
}
@media screen and (max-width: 575px) {
  .cleaning-clothes {
    padding: 24px;
  }
  .cleaning-clothes__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .cleaning-clothes__item {
    gap: 16px;
  }
  .cleaning-clothes__time {
    font-size: 16px;
  }
  .cleaning-clothes__item-text {
    padding-right: 0;
  }
}
.vcalc-cta-block {
  width: 100%;
  background-color: #e8fbed;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 35px 42px;
  justify-content: space-between;
  margin-bottom: 1rem;
  position: relative;
  overflow: hidden;
}
.vcalc-cta-block__content {
  max-width: 800px;
  flex: 1;
}
.vcalc-cta-block__title {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  color: #18181b;
}
.vcalc-cta-block__text {
  margin-bottom: 30px;
}
.vcalc-cta-block__text p {
  font-size: 18px;
  line-height: 120%;
  margin-bottom: 15px;
  color: #333;
  display: flex;
  align-items: center;
  gap: 8px;
  max-width: 520px;
}
.vcalc-cta-block__text-icon {
  flex-shrink: 0;
}
.vcalc-cta-block__image-wrapper {
  flex-shrink: 0;
  height: 100%;
  display: flex;
  align-items: center;
}
.vcalc-cta-block__image {
  max-height: 200px;
  width: auto;
  height: auto;
  display: block;
  object-fit: contain;
  z-index: 2;
}
.vcalc-cta-block__image-bg {
  position: absolute;
  height: 500px;
  right: -93px;
  z-index: 1;
  transform: rotate(41deg);
}
@media (max-width: 1199px) {
  .vcalc-cta-block__image {
    max-height: 180px;
  }
  .vcalc-cta-block__image-bg {
    height: 396px;
    right: -117px;
  }
}
@media (max-width: 768px) {
  .vcalc-cta-block__title {
    font-size: 20px;
  }
  .vcalc-cta-block__text p {
    font-size: 18px;
  }
  .vcalc-cta-block {
    flex-direction: column;
    height: auto;
    padding: 24px 20px;
    gap: 20px;
  }
  .vcalc-cta-block__content {
    max-width: 100%;
  }
  .vcalc-cta-block__image-wrapper {
    order: 2;
    height: auto;
    width: 100%;
    justify-content: center;
  }
  .vcalc-cta-block__image {
    max-width: 150px;
    max-height: none;
    margin-top: 45px;
  }
  .vcalc-cta-block__image-bg {
    height: 383px;
    right: 22px;
    bottom: -171px;
  }
}
.down-jacket {
  position: relative;
  border-radius: 12px;
  padding: 32px 32px 90px;
  background-color: #f7f3ff;
  overflow: hidden;
}
.down-jacket__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 32px;
}
.down-jacket__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4;
}
.down-jacket__period {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(71, 85, 105, 0.3);
  border-radius: 21px;
  padding: 7px 11px;
  font-weight: 500;
  white-space: nowrap;
  color: #475569;
}
.down-jacket__list {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 24px 48px;
  margin: 0;
  max-width: 345px;
  padding: 0;
  list-style-type: none;
}
.down-jacket__item {
  margin: 0;
  width: calc(50% - 24px);
}
.down-jacket__item:nth-child(3) .down-jacket__item-discount {
  background-color: rgba(255, 87, 122, 0.85);
}
.down-jacket__item:nth-child(4) .down-jacket__item-discount {
  background-color: #ff577a;
}
.down-jacket__item-title {
  margin-bottom: 2px;
  font-weight: 500;
}
.down-jacket__item-middle {
  display: flex;
  align-items: center;
  gap: 8px;
}
.down-jacket__item-price {
  font-weight: 700;
  font-size: 28px;
  line-height: 121%;
}
.down-jacket__item-price .old-price {
  position: relative;
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
}
.down-jacket__item-price .old-price::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  min-height: 20px;
  background: url("../images/old-price-cross.svg");
}
.down-jacket__item-discount {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.04), 0 4px 8px 0 rgba(0, 0, 0, 0.06);
  border-radius: 6px;
  padding: 4px 6px;
  background-color: rgba(255, 87, 122, 0.7);
  font-weight: 500;
  line-height: 1.2;
  color: #f9f9f9;
}
.down-jacket__item-old-price {
  margin-top: 8px;
}
.down-jacket__img {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 575px) {
  .down-jacket {
    padding: 24px 24px 150px;
  }
  .down-jacket__header {
    flex-direction: column;
  }
  .down-jacket__list {
    gap: 24px;
  }
  .down-jacket__item-price {
    font-size: 20px;
  }
  .down-jacket__item-price .old-price {
    font-size: 22px;
  }
}
.prices-delivery__item-wrapper {
  display: flex;
  box-shadow: 0 7px 15px 0 rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  padding: 8px;
}
.prices-delivery__item-img {
  margin-right: 16px;
  border-radius: 6px;
  min-width: 126px;
  width: 126px;
  height: 126px;
}
.prices-delivery__item-title {
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 18px;
  line-height: 133%;
}
.prices-delivery__item-price-time {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.prices-delivery__item-price {
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 133%;
}
.prices-delivery__item-price::after {
  content: "";
  display: inline-block;
  margin: 0 8px;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  background-color: #475569;
}
.prices-delivery__item-time {
  color: #475569;
}
.prices-delivery__item-text {
  color: #475569;
}
@media (max-width: 575px) {
  .prices-delivery__item-title, .prices-delivery__item-price, .prices-delivery__item-text {
    font-size: 16px;
    line-height: 125%;
  }
}
.popular-delivery__item-wrapper {
  display: flex;
  flex-direction: column;
  box-shadow: 0 7px 15px 0 rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  height: 100%;
  padding: 8px 8px 16px 8px;
}
.popular-delivery__item-img {
  margin-bottom: 12px;
  border-radius: 6px;
  width: 100%;
  height: 152px;
  object-fit: cover;
}
.popular-delivery__item-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: auto;
}
.popular-delivery__item-title, .popular-delivery__item-price {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.2;
  color: #18181b;
}
.popular-delivery__item-price {
  white-space: nowrap;
}
@media screen and (max-width: 1399px) {
  .popular-delivery__item-bottom {
    gap: 16px;
  }
}
.map-with-form__wrapper {
  position: relative;
}
.map-with-form__form-wrapper {
  margin: 48px 0;
  border-radius: 12px;
  padding: 48px;
  background-color: #3380f6;
}
.map-with-form__form-text {
  padding-right: 2.5vw;
  color: #fff;
}
.map-with-form__form-btm-text {
  margin-top: 16px;
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 1399px) {
  .map-with-form__form-wrapper {
    padding: 36px;
  }
}
@media screen and (max-width: 1199px) {
  .map-with-form__form-wrapper {
    margin: -48px 0 0;
  }
}
@media screen and (max-width: 575px) {
  .map-with-form__form-wrapper {
    padding: 24px;
  }
  .map-with-form__form-wrapper h2.text-white {
    font-size: 20px;
  }
  .map-with-form__form-wrapper .map-with-form__form-text {
    font-size: 18px;
  }
  .map-with-form__form-wrapper .map-with-form__form-btm-text {
    font-size: 16px;
  }
}
.slick-slider {
  display: flex !important;
  flex-direction: column;
  margin: 0 -12px;
}
.slick-track {
  display: flex;
}
.slick-slide {
  display: flex !important;
  flex-direction: column;
  flex: 1;
  margin-bottom: 48px;
  height: auto;
  padding: 0 12px;
}
.slick-dots {
  display: flex;
  margin: 0 auto;
  padding-left: 0;
  gap: 8px;
  list-style-type: none;
}
.slick-dots li {
  display: flex;
  margin-bottom: 0;
  height: 8px;
}
.slick-dots li.slick-active button {
  background-color: #18181b;
}
.slick-dots button {
  border: 0;
  border-radius: 50%;
  min-width: auto;
  width: 8px;
  height: 8px;
  padding: 0;
  background-color: #475569;
  font-size: 0;
}
.slick-arrow {
  cursor: pointer;
}
.popular-delivery .slick-arrow {
  position: absolute;
  z-index: 3;
  top: calc(50% - 24px);
  transform: translateY(-50%);
}
.popular-delivery .slick-arrow.next-slick {
  right: 0;
}
@media screen and (max-width: 575px) {
  .slick-slide {
    margin-bottom: 24px;
  }
}
.reviews-delivery__text {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  text-align: right;
  color: #475569;
}
.reviews-delivery__text .maps {
  display: inline-block;
  margin-left: 8px;
  width: 65px;
  height: 19px;
  background: url("../images/maps.svg");
}
@media screen and (max-width: 991px) {
  .reviews-delivery__text {
    text-align: left;
  }
}
.news-block__list {
  display: grid;
  grid-template-areas: "item-1 item-2 item-3" "item-1 item-4 item-5" "item-1 item-6 item-7";
  gap: 24px;
}
.news-block__item:nth-child(1) {
  grid-area: item-1;
}
.news-block__item:nth-child(2) {
  grid-area: item-2;
}
.news-block__item:nth-child(3) {
  grid-area: item-3;
}
.news-block__item:nth-child(4) {
  grid-area: item-4;
}
.news-block__item:nth-child(5) {
  grid-area: item-5;
}
.news-block__item:nth-child(6) {
  grid-area: item-6;
}
.news-block__item:nth-child(7) {
  grid-area: item-7;
}
.news-block__item:nth-child(1) .news-block__item-wrapper {
  box-shadow: none;
  background-color: #f7f3ff;
}
.news-block__item:nth-child(1) .news-block__item-date {
  font-size: 16px;
  line-height: 1.4;
}
.news-block__item:nth-child(1) .news-block__item-title {
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
}
.news-block__item-wrapper {
  display: flex;
  flex-direction: column;
  box-shadow: 0 7px 15px 0 rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  height: 100%;
  padding: 16px;
}
.news-block .wp-post-image {
  margin-bottom: 16px;
  border-radius: 8px;
  width: 100%;
  height: 264px;
  object-fit: cover;
}
.news-block__item-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 8px;
}
.news-block__item-date {
  font-size: 14px;
  line-height: 1.2;
}
.news-block__item-rubric {
  border-radius: 28px;
  padding: 8px 16px;
  background-color: #f4db61;
  color: #89740a;
}
.news-block__item-title {
  margin-bottom: 8px;
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  .news-block__list {
    grid-template-areas: "item-1 item-2" "item-1 item-3" "item-4 item-5" "item-6 item-7";
  }
}
@media screen and (max-width: 575px) {
  .news-block__list {
    display: flex;
    flex-wrap: wrap;
  }
}
.addresses__search-wrapper {
  position: relative;
}
.addresses__search-label {
  position: relative;
  width: 100%;
}
.addresses__search-label::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url("../images/search.svg");
}
.addresses__search-input[type="search"] {
  border: 1px solid #b5bbca;
  width: 100%;
  padding: 8px 47px 8px 17px;
  color: #b5bbca;
}
.addresses__search-input[type="search"]:focus {
  border: 1px solid #b5bbca;
  color: #18181b;
}
.addresses__search-input[type="search"]::placeholder {
  color: #b5bbca;
}
.addresses__search-suggestions {
  position: absolute;
  z-index: 9;
  margin-top: 3px;
  border: 1px solid #b5bbca;
  border-radius: 8px;
  background-color: #fff;
}
.addresses__search-suggestions .suggestion {
  transition: 0.4s ease;
  border-radius: 8px;
  padding: 8px 16px;
  font-size: 14px;
  color: #18181b;
  cursor: pointer;
}
.addresses__search-suggestions .suggestion:hover {
  background-color: #b5bbca;
}
.addresses__discount-checkbox {
  display: none;
}
.addresses__discount-checkbox:checked ~ .addresses__discount-label::before {
  background-color: #3380f6;
}
.addresses__discount-checkbox:checked ~ .addresses__discount-label::after {
  left: 22px;
}
.addresses__discount-label {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-size: 18px;
  cursor: pointer;
}
.addresses__discount-label::before {
  content: "";
  transition: 0.4s ease;
  display: inline-block;
  margin-right: 16px;
  border-radius: 20px;
  width: 51px;
  height: 31px;
  background-color: #e9e9e9;
}
.addresses__discount-label::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  transition: 0.4s ease;
  border-radius: 50%;
  width: 27px;
  height: 27px;
  background-color: #fff;
}
.addresses__result-title {
  display: none;
}
.addresses__result-title.active {
  display: block;
}
.addresses__district {
  padding-bottom: 52px;
}
.addresses__district-title {
  display: inline-flex;
  align-items: center;
  gap: 48px;
  margin-bottom: 40px;
  color: #18181b !important;
}
.addresses__district-img {
  margin-top: -19px;
}
.addresses__list-item:nth-child(-n + 3) .addresses__list-item-wrapper {
  border-top: 0;
  padding-top: 0;
}
.addresses__list-item-wrapper {
  margin-bottom: 28px;
  border-top: 1px solid #B5BBCA;
  padding-top: 28px;
}
.addresses__list-subways {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin-bottom: 16px;
}
.addresses__list-subways .subway {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.addresses__list-subways .color {
  border-radius: 50%;
  width: 10px;
  height: 10px;
}
.addresses__list-subways .text {
  font-size: 14px;
  line-height: 1.2;
  color: #475569;
}
.addresses__list-title {
  display: inline-block;
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  color: #18181b !important;
}
.addresses__list-title:hover {
  color: #3380f6 !important;
}
.addresses__list-time {
  margin-bottom: 12px;
  color: #18181b !important;
}
.addresses__list-yandex {
  display: inline-flex;
  align-items: center;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.2;
  color: #475569;
}
.addresses__list-yandex:hover {
  color: #3380f6 !important;
}
.addresses__list-yandex::before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  width: 15px;
  height: 15px;
  background: url("../images/yandex-logo-15.svg");
}
.addresses__list-route {
  font-size: 14px;
  line-height: 1.5;
  color: #18181b !important;
}
.addresses__map-wrapper {
  position: relative;
  margin-bottom: 96px;
  height: 709px;
}
@media screen and (max-width: 991px) {
  .addresses__discount-wrapper {
    margin-bottom: 24px;
  }
  .addresses__list-item:nth-child(3) .addresses__list-item-wrapper {
    border-top: 1px solid #B5BBCA;
    padding-top: 28px;
  }
}
@media screen and (max-width: 575px) {
  .addresses__list-item:nth-child(2) .addresses__list-item-wrapper {
    border-top: 1px solid #B5BBCA;
    padding-top: 24px;
  }
  .addresses__list-item:nth-child(3) .addresses__list-item-wrapper {
    padding-top: 24px;
  }
  .addresses__list-item-wrapper {
    margin-bottom: 24px;
    padding-top: 24px;
  }
  .addresses__list-time {
    margin-bottom: 8px;
  }
}
#map {
  position: absolute;
  inset: 0;
}
.map-with-form #map {
  z-index: -1;
  min-height: 100%;
}
@media screen and (max-width: 1199px) {
  .map-with-form #map {
    position: relative;
  }
}
@media screen and (max-width: 575px) {
  #map {
    height: 500px !important;
  }
}
.first-address__wrapper {
  border-bottom: 2px solid #b5bbca;
}
.first-address__left {
  padding-bottom: 48px;
}
.first-address__students {
  display: flex;
  gap: 16px;
  margin-bottom: 48px;
}
.first-address__students .text {
  border-radius: 25px;
  padding: 8px 16px;
  color: #fff;
}
.first-address__students .text:first-child {
  background-color: #3380f6;
}
.first-address__students .text:nth-child(2) {
  background-color: #ff9f29;
}
.first-address__subways {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 32px;
  margin-bottom: 48px;
}
.first-address__subways .subway {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.first-address__subways .color {
  border-radius: 50%;
  width: 8px;
  height: 8px;
}
.first-address__subways .text {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  color: #475569;
}
.first-address__btns-wrapper {
  display: flex;
  gap: 24px;
}
.first-address__yandex-btn {
  flex-direction: row-reverse;
  font-weight: 500;
}
.first-address__yandex-btn::after {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 15px;
  height: 15px;
  background: url("../images/yandex.svg") center/contain no-repeat;
}
.first-address__right {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: auto;
  border-radius: 10px 10px 0 0;
  padding: 48px;
  background-color: #ebf8f9;
}
.first-address__time-title, .first-address__route-title, .first-address__payment-title {
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 14px;
  line-height: 120%;
  color: #475569;
}
.first-address__payment-title {
  margin-bottom: 16px;
}
.first-address__payment-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}
.first-address__payment-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.first-address__time, .first-address__route {
  font-size: 18px;
}
.first-address__payment-text {
  font-weight: 600;
  font-size: 14px;
  line-height: 120%;
  color: #475569;
}
@media screen and (max-width: 1199px) {
  .first-address__btns-wrapper {
    flex-direction: column;
  }
}
@media screen and (max-width: 575px) {
  .first-address__right {
    padding: 24px;
  }
}
.photos-address__item-link {
  display: block;
  height: 248px;
}
.photos-address__item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.modal.fade {
  background-color: rgba(3, 3, 3, 0.8);
}
.modal--mobile-menu.fade {
  background-color: #fff;
}
.modal-dialog > * {
  position: relative;
  pointer-events: auto;
}
.modal-dialog--mobile-menu {
  margin: 0;
}
.modal-wrapper {
  border-radius: 12px;
  padding: 48px;
  background-color: #fff;
}
.modal-close-btn {
  position: absolute;
  top: 24px;
  right: 24px;
  border: none;
  min-width: auto;
  width: 25px;
  height: 24px;
  padding: 0;
  background: url("../images/close.svg");
  font-size: 0;
}
.modal-close-btn:hover {
  background: url("../images/close.svg");
}
@media (max-width: 575px) {
  .modal-wrapper {
    padding: 48px 24px 24px;
  }
}
.modal.lightbox .btn-close {
  min-width: auto;
}
.modal.lightbox .btn-close:hover {
  box-shadow: none;
}
.modal.lightbox .carousel-control {
  min-width: auto;
}
.modal.lightbox .carousel-control:hover, .modal.lightbox .carousel-control:focus {
  box-shadow: none;
  border-color: transparent;
  background-color: transparent;
}
.modal.lightbox .carousel-control::before {
  content: none;
}
.modal.lightbox .carousel-item .ratio {
  background: transparent !important;
}
.modal.lightbox .spinner-border {
  display: none;
}
.shoes-map {
  position: relative;
  margin-bottom: 96px;
  height: 450px;
}
.shoes-prices__item-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
}
.shoes-prices__item-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
}
.shoes-prices__item-period {
  color: #475569;
}
.shoes-prices__item-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.shoes-prices__item-list li {
  display: flex;
  align-items: center;
  gap: 16px;
  border-bottom: 1px solid #b5bbca;
  padding-bottom: 16px;
}
.shoes-prices__item-list li:last-child {
  border-bottom: 0;
}
.shoes-prices__item-quantity {
  color: #475569;
}
.shoes-prices__item-price {
  margin-left: auto;
  font-weight: 700;
  white-space: nowrap;
}
@media (max-width: 575px) {
  .shoes-prices__item-header {
    margin-bottom: 16px;
  }
  .shoes-prices__item-title {
    font-size: 18px;
    line-height: 144%;
  }
  .shoes-prices__item-list {
    font-size: 16px;
    line-height: 125%;
  }
  .shoes-prices__item-list li {
    gap: 8px;
  }
}
.process-orders__list {
  display: flex;
  gap: 5vw;
  margin: 0;
  padding: 0;
  list-style: none;
}
.process-orders__item:last-child .process-orders__item-wrapper::before {
  content: none;
}
.process-orders__item-wrapper {
  position: relative;
  padding-left: 24px;
}
.process-orders__item-wrapper::before {
  content: "";
  position: absolute;
  top: 28px;
  right: -67px;
  width: 88px;
  height: 11px;
  background: url("../images/long-arrow.svg") center/contain no-repeat;
}
.process-orders__item-icon {
  margin-bottom: 24px;
  width: 62px;
  height: 48px;
  object-fit: contain;
}
.process-orders__item-title {
  margin-bottom: 4px;
  font-weight: 700;
  font-size: 18px;
  line-height: 133%;
}
.process-orders__item-text {
  color: #292b32;
}
@media screen and (max-width: 1199px) {
  .process-orders__item-wrapper {
    padding-left: 0;
  }
  .process-orders__item-wrapper::before {
    right: -24px;
  }
}
@media screen and (max-width: 991px) {
  .process-orders__list {
    flex-wrap: wrap;
    gap: 24px;
  }
  .process-orders__item {
    width: calc(50% - 12px);
  }
  .process-orders__item-wrapper::before {
    content: none;
  }
}
.clothes-prices__list {
  column-count: 3;
  column-gap: 24px;
}
.clothes-prices__item {
  break-inside: avoid;
}
.clothes-prices__item-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
}
.clothes-prices__item-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
}
.clothes-prices__item-period {
  color: #475569;
}
.clothes-prices__item-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.clothes-prices__item-list li {
  display: flex;
  align-items: center;
  gap: 16px;
  border-bottom: 1px solid #b5bbca;
  padding-bottom: 16px;
}
.clothes-prices__item-list li:last-child {
  border-bottom: 0;
}
.clothes-prices__item-quantity {
  color: #475569;
}
.clothes-prices__item-price {
  margin-left: auto;
  white-space: nowrap;
}
@media screen and (max-width: 991px) {
  .clothes-prices__list {
    column-count: 2;
  }
}
@media screen and (max-width: 767px) {
  .clothes-prices__list {
    column-count: 1;
  }
}
.not-found__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10vw 0;
}
.service-map {
  position: relative;
  margin-bottom: 96px;
  height: 450px;
}
.individual-approach__wrapper {
  border-radius: 12px;
  background-color: #3380f6;
}
.individual-approach__content {
  padding: 48px 0 48px 48px;
}
.individual-approach__title {
  color: #fff;
}
.individual-approach__text {
  margin-bottom: 24px;
  color: #fff;
}
.individual-approach__btns-wrapper {
  display: flex;
  align-items: center;
  gap: 24px;
}
.individual-approach__link {
  font-weight: 600;
  color: #fff;
}
.individual-approach__link:hover {
  color: #18181b;
}
.individual-approach__img {
  height: 100%;
  object-fit: cover;
}
.services__list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.services__item {
  width: calc(20% - 20px);
}
.services__item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-shadow: 0 7px 15px 0 rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  height: 100%;
  padding: 16px;
  background-color: #fff;
}
.services__item-img {
  margin-bottom: 16px;
  border-radius: 6px;
  width: 100%;
  height: 190px;
  object-fit: cover;
}
.services__item-period {
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 120%;
  color: #475569;
}
.services__item-title {
  margin-bottom: 16px;
  font-weight: 600;
  font-size: 14px;
  line-height: 120%;
  color: #18181b;
}
.services__item-price {
  display: inline-block;
  margin-top: auto;
  border-radius: 20px;
  padding: 4px 16px;
  background-color: #45c9a9;
  font-weight: 600;
  font-size: 14px;
  line-height: 120%;
  color: #fff;
}
.services__btns-wrapper {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-right: 24px;
}
@media screen and (max-width: 1199px) {
  .services__item {
    width: calc(25% - 18px);
  }
}
@media screen and (max-width: 991px) {
  .services__item-img {
    height: 150px;
  }
}
@media screen and (max-width: 767px) {
  .services__item {
    width: calc(50% - 12px);
  }
  .services__item-img {
    height: 200px;
  }
}
@media screen and (max-width: 575px) {
  .services__item-img {
    height: 150px;
  }
  .services__btns-wrapper {
    flex-direction: column;
    gap: 16px;
    margin-right: 0;
    width: 100%;
  }
}
.shoes-services__period {
  font-weight: 500;
  font-size: 20px;
  color: #475569;
}
.shoes-services__item-wrapper {
  display: flex;
  gap: 20px;
  box-shadow: 0 7px 15px 0 rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  height: 100%;
  padding: 16px;
}
.shoes-services__item-img {
  border-radius: 10px;
  width: 180px;
  height: 180px;
  object-fit: cover;
}
.shoes-services__item-content {
  display: flex;
  flex-direction: column;
  margin-top: 8px;
  width: 100%;
}
.shoes-services__item-title {
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 20px;
  color: #18181b;
}
.shoes-services__item-list {
  margin-bottom: 24px;
  padding: 0;
  list-style: none;
}
.shoes-services__item-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2vw;
  margin-bottom: 8px;
  border-bottom: 1px solid #b5bbca;
  padding-bottom: 8px;
}
.shoes-services__item-list li:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
.shoes-services__item-name {
  color: #18181b;
  font-size: 16px;
}
.shoes-services__item-price {
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
  color: #18181b;
}
.shoes-services__item-text {
  margin-top: auto;
  color: #475569;
}
@media screen and (max-width: 575px) {
  .shoes-services__item-wrapper {
    flex-direction: column;
    gap: 8px;
  }
  .shoes-services__item-img {
    width: 100%;
    height: 100%;
  }
}
.messengers {
  display: flex;
  gap: 24px;
}
.messengers__item {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 24px;
}
.messengers__item:hover .messengers__icon {
  opacity: 0;
  visibility: hidden;
}
.messengers__item:hover .messengers__icon--hover {
  opacity: 1;
  visibility: visible;
}
.messengers__icon {
  position: absolute;
  inset: 0;
  transition: 0.4s ease;
}
.messengers__icon--hover {
  opacity: 0;
  visibility: hidden;
}
.site-header .messengers {
  margin: 0 0 0 10px;
}
.contacts-widget .messengers {
  flex-direction: column;
  gap: 32px;
}
.mobile-contacts .messengers {
  margin-bottom: 24px;
}
@media screen and (max-width: 1600px) {
  .site-header .messengers__item {
    width: 20px;
    min-height: 20px;
    height: 20px;
  }
  .site-header .messengers__icon {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 1199px) {
  .site-header .messengers {
    margin: 0;
  }
}
@media screen and (max-width: 575px) {
  .site-header .messengers {
    display: none;
  }
}
.request-call__top-text {
  margin: 0 32px 32px;
  text-align: center;
  color: #475569;
}
.request-call__bottom-text {
  margin: 32px 32px 0;
  text-align: center;
  color: #475569;
}
#mobile-menu {
  margin-bottom: 24px;
  border-bottom: 1px solid #d0d7e8;
  padding: 0 0 8px;
  list-style: none;
}
#mobile-menu a {
  color: #18181b;
}
#mobile-menu a:hover {
  color: #3380f6;
}
.mobile-menu-wrapper {
  padding: 48px 24px;
}
.mobile-contacts__cities-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-bottom: 24px;
}
.mobile-contacts__cities-wrapper:hover .mobile-contacts__cities {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.mobile-contacts__cities-wrapper::before {
  content: "";
  display: inline-block;
  margin-right: 8px;
  width: 18px;
  height: 22px;
  background: url("../images/map.svg");
}
.mobile-contacts__cities {
  position: absolute;
  z-index: 5;
  top: 100%;
  left: 0;
  transition: all 0.4s ease 0s;
  margin: 0;
  box-shadow: 0px 45px 18px rgba(0, 0, 0, 0.01), 0px 25px 15px rgba(0, 0, 0, 0.05), 0px 11px 11px rgba(0, 0, 0, 0.09), 0px 3px 6px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  padding: 5px 0;
  background-color: #fff;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.mobile-contacts__city {
  margin: 0;
}
.mobile-contacts__city-link {
  display: inline-block;
  padding: 5px 15px;
  color: #18181b;
}
.mobile-contacts__city-link:visited {
  color: #18181b;
}
.mobile-contacts__city-link:hover {
  color: #3380f6;
}
.mobile-contacts__phone {
  display: inline-flex;
  align-items: flex-end;
  margin-bottom: 24px;
  white-space: nowrap;
  color: #18181b;
}
.mobile-contacts__phone:hover {
  color: #3380f6;
}
.mobile-contacts__phone::before {
  content: "";
  display: inline-block;
  margin-right: 16px;
  width: 20px;
  height: 20px;
  background: url("../images/phone.svg");
}
.mobile-contacts__time {
  margin-bottom: 24px;
}
.mobile-contacts__search-btn {
  border: 0;
  padding: 0;
  background-color: transparent;
  font-weight: 400;
  font-size: 16px;
  color: #18181b;
}
.mobile-contacts__search-btn:focus, .mobile-contacts__search-btn:hover {
  color: #3380f6;
}
.mobile-contacts__search-btn::before {
  content: "";
  position: relative;
  right: auto;
  left: auto;
  display: inline-block;
  margin-right: 8px;
  width: 20px;
  height: 20px;
  background: url("../images/search-20-cian.svg");
  filter: none;
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 575px) {
  #mobile-menu a {
    font-size: 16px;
    line-height: 125%;
  }
  .mobile-contacts {
    font-size: 16px;
    line-height: 125%;
  }
  .mobile-contacts__search-btn {
    width: auto;
  }
}
.legal-page__aside {
  position: sticky;
  top: 48px;
}
.legal-page .menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.legal-page .menu a {
  font-size: 19px;
  color: #18181b;
}
.legal-page .menu a:hover {
  color: #3380f6;
}
.legal-page .menu-item:last-child {
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .legal-page .menu a {
    font-size: 16px;
  }
}
.cooperation-first__wrapper {
  border-bottom: 2px solid #b5bbca;
}
.cooperation-first__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cooperation-first__btn {
  flex-direction: column;
  gap: 4px;
  padding: 9px 42px;
}
.cooperation-first__btn span:first-child {
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
}
.cooperation-first__content {
  margin: 72px 0 -1px auto;
  border-radius: 20px;
  max-width: 450px;
  padding: 48px;
  background-color: #ebf8f9;
}
.cooperation-first__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 32px;
  padding-left: 0;
  list-style: none;
}
.cooperation-first__item {
  position: relative;
  margin-bottom: 0;
  padding-left: 28px;
  font-size: 18px;
}
.cooperation-first__item::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 20px;
  height: 20px;
  background: url("../images/check-20-green.svg") center/contain no-repeat;
}
.cooperation-first__content-bottom {
  display: flex;
  gap: 30px;
}
.cooperation-first__period, .cooperation-first__price {
  margin-bottom: 4px;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  color: #17af88;
}
.cooperation-first__period-text, .cooperation-first__price-text {
  font-size: 18px;
}
.cooperation-first__img {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  height: 100%;
}
@media (max-width: 1399px) {
  .cooperation-first__img {
    left: -72px;
  }
}
@media (max-width: 1199px) {
  .cooperation-first__content {
    max-width: 400px;
    padding: 24px;
  }
  .cooperation-first__item {
    font-size: 16px;
  }
  .cooperation-first__period-text, .cooperation-first__price-text {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .cooperation-first__img {
    left: 0;
  }
}
@media (max-width: 575px) {
  .cooperation-first__content {
    margin-top: 192px;
  }
  .cooperation-first__list {
    gap: 12px;
    margin-bottom: 16px;
  }
  .cooperation-first__item {
    padding-left: 24px;
    font-size: 14px;
  }
  .cooperation-first__item::before {
    width: 16px;
    height: 16px;
  }
  .cooperation-first__content-bottom {
    gap: 16px;
  }
  .cooperation-first__period, .cooperation-first__price {
    font-size: 16px;
  }
  .cooperation-first__period-text, .cooperation-first__price-text {
    font-size: 14px;
  }
}
.cooperation-why-we__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 48px;
  padding-left: 0;
  list-style: none;
}
.cooperation-why-we__item {
  position: relative;
  margin-bottom: 0;
  padding-left: 32px;
  font-size: 20px;
  line-height: 130%;
}
.cooperation-why-we__item::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 16px;
  height: 16px;
  background: url("../images/check-20-green.svg") center/contain no-repeat;
}
.cooperation-why-we__btn {
  flex-direction: column;
  gap: 4px;
  padding: 9px 42px;
}
.cooperation-why-we__btn span:first-child {
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
}
.cooperation-why-we__content {
  border-radius: 20px;
  padding: 48px 32px;
  background-color: #ebf8f9;
}
.cooperation-why-we__subtitle {
  margin-bottom: 24px;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
}
.cooperation-why-we__text p:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cooperation-why-we__content {
    margin-top: 48px;
  }
}
@media (max-width: 575px) {
  .cooperation-why-we__list {
    gap: 16px;
    margin-bottom: 24px;
  }
  .cooperation-why-we__item {
    padding-left: 24px;
    font-size: 16px;
  }
  .cooperation-why-we__content {
    margin-top: 24px;
    padding: 24px;
  }
}
.cooperation-process__wrapper {
  border-radius: 20px;
  padding: 48px;
  background: url("../images/cooperation-process-bg.svg") center/cover no-repeat;
}
.cooperation-process__title {
  margin-bottom: 32px;
  color: #fff;
}
.cooperation-process__list {
  display: flex;
  justify-content: space-between;
  gap: 5.5vw;
  margin: 0;
  padding: 0;
  list-style: none;
}
.cooperation-process__item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0;
  font-weight: 700;
  color: #fff;
}
.cooperation-process__item-number {
  font-size: 44px;
  line-height: 100%;
}
.cooperation-process__item-text {
  font-size: 20px;
  line-height: 120%;
}
@media (max-width: 991px) {
  .cooperation-process__list {
    flex-wrap: wrap;
    gap: 24px;
  }
}
@media (max-width: 767px) {
  .cooperation-process__wrapper {
    padding: 32px;
  }
  .cooperation-process__item {
    max-width: calc(50% - 12px);
  }
}
@media (max-width: 575px) {
  .cooperation-process__wrapper {
    padding: 24px;
  }
  .cooperation-process__title {
    margin-bottom: 24px;
  }
  .cooperation-process__list {
    gap: 16px;
  }
  .cooperation-process__item {
    gap: 8px;
  }
  .cooperation-process__item:last-child {
    max-width: 100%;
  }
  .cooperation-process__item-number {
    font-size: 32px;
  }
  .cooperation-process__item-text {
    font-size: 16px;
  }
}
.cooperation-form__wrapper {
  border-radius: 20px;
  padding: 48px;
  background: url("../images/cooperation-process-bg.svg") center/cover no-repeat;
}
.cooperation-form__title {
  margin-bottom: 16px;
  color: #fff;
}
.cooperation-form__text {
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  color: #fff;
}
.cooperation-form__success-wrapper {
  display: none;
}
.cooperation-form__success-wrapper.active {
  display: block;
}
.cooperation-form__success-text {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 36px;
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  color: #fff;
}
.cooperation-form__success-text::before {
  content: "";
  min-width: 40px;
  height: 40px;
  background: url("../images/success.svg");
}
@media (max-width: 1199px) {
  .cooperation-form__text {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .cooperation-form__text {
    margin-bottom: 24px;
  }
}
@media (max-width: 575px) {
  .cooperation-form__wrapper {
    padding: 24px;
  }
  .cooperation-form__text {
    font-size: 16px;
  }
  .cooperation-form__success-text {
    font-size: 16px;
  }
}
.cooperation-delivery__content {
  position: relative;
  display: inline-flex;
  flex-direction: column;
}
.cooperation-delivery__content::before {
  content: "";
  position: absolute;
  bottom: 16px;
  left: 100%;
  width: 163px;
  height: 73px;
  background: url("../images/cooperation-delivery-arrow.svg") center/contain no-repeat;
}
.cooperation-delivery__text {
  font-size: 24px;
  line-height: 140%;
}
.cooperation-delivery__btn {
  border: none;
  border-radius: 0.5rem;
  padding: 0.875rem clamp(1.25rem, 1.46vw, 1.75rem);
  background-color: #3380f6;
  font-weight: 700;
  font-size: clamp(1rem, 1.04vw, 1.25rem);
  line-height: 1.2;
  word-wrap: break-word;
  letter-spacing: 0.2px;
  color: #fff;
}
.cooperation-delivery__btn:hover {
  background-color: #fff;
  color: #3380f6;
}
@media (max-width: 1199px) {
  .cooperation-delivery__btn {
    margin-left: auto;
  }
}
@media (max-width: 991px) {
  .cooperation-delivery__content {
    margin-bottom: 24px;
  }
  .cooperation-delivery__content::before {
    content: none;
  }
  .cooperation-delivery__btn {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .cooperation-delivery__text {
    font-size: 16px;
  }
}
.quiz {
  /* Стили для ползунков */
}
.quiz__content {
  display: flex;
  justify-content: space-between;
  gap: clamp(1.5rem, 1.67vw, 2rem);
  margin-bottom: clamp(2rem, 5.21vw, 6.25rem);
  min-height: 31.25rem;
}
.quiz__header {
  margin-bottom: clamp(1.5rem, 2.08vw, 2.5rem);
}
.quiz__steps {
  flex: 1 1 auto;
  max-width: 43.125rem;
}
.quiz__step {
  display: none;
}
.quiz__step.active {
  display: block;
}
.quiz__title {
  color: #18181b;
  font-size: clamp(1.125rem, 1.46vw, 1.75rem);
  font-weight: 700;
  line-height: 1.5;
  word-wrap: break-word;
}
.quiz__text {
  margin-bottom: clamp(1.5rem, 4.17vw, 2.5rem);
  font-size: clamp(1rem, 1.04vw, 1.25rem);
  font-weight: 400;
  line-height: 1.33;
  word-wrap: break-word;
  color: #18181b;
}
.quiz__summary {
  flex: 1 1 auto;
  max-width: 28rem;
}
.quiz__summary-title {
  margin-bottom: 1rem;
  font-size: clamp(1.125rem, 1.04vw, 1.25rem);
  font-weight: 400;
  line-height: 1.33;
  word-wrap: break-word;
  color: #18181b;
}
.quiz__services {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.quiz__services div {
  flex: 0 1 auto;
  max-width: fit-content;
  font-size: clamp(0.875rem, 0.83vw, 1rem);
  font-weight: 700;
  line-height: 1.4;
  word-wrap: break-word;
}
.quiz__label-container {
  flex: 1 1 8.25rem;
  max-width: 8.25rem;
}
.quiz__service-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.quiz__service-group div {
  padding: clamp(0.25rem, 0.31vw, 0.375rem) clamp(0.625rem, 0.83vw, 1rem);
}
.quiz__price-link {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  word-wrap: break-word;
  color: #0070FA;
}
.quiz__spheres {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
.quiz__spheres div {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-radius: 4.75rem;
  padding: clamp(0.25rem, 0.31vw, 0.375rem) clamp(0.625rem, 0.83vw, 1rem);
  background-color: #3380f6;
  font-size: clamp(0.875rem, 0.83vw, 1rem);
  font-weight: 400;
  line-height: 1.4;
  word-wrap: break-word;
  color: #fff;
}
.quiz__service {
  border-radius: 4.75rem;
}
.quiz__service--bed {
  background-color: #f9e6fd !important;
  color: #a836bf !important;
}
.quiz__service--bed .quiz__remove-btn {
  color: #a836bf;
}
.quiz__service--bed .quiz__remove-btn:hover, .quiz__service--bed .quiz__remove-btn:focus {
  background-color: #8a3dc0;
  color: #f6ddff;
}
.quiz__service--laundry {
  background-color: #edf7df !important;
  color: #3b7a11 !important;
}
.quiz__service--laundry .quiz__remove-btn {
  color: #3b7a11;
}
.quiz__service--laundry .quiz__remove-btn:hover, .quiz__service--laundry .quiz__remove-btn:focus {
  background-color: #4e8035;
  color: #e7f5de;
}
.quiz__service--uniform {
  background-color: #eeebfe !important;
  color: #694df5 !important;
}
.quiz__service--uniform .quiz__remove-btn {
  color: #694df5;
}
.quiz__service--uniform .quiz__remove-btn:hover, .quiz__service--uniform .quiz__remove-btn:focus {
  background-color: #5d53c3;
  color: #e7e5ff;
}
.quiz__service--cleaning {
  background-color: #e2f8f6 !important;
  color: #058880 !important;
}
.quiz__service--cleaning .quiz__remove-btn {
  color: #058880;
}
.quiz__service--cleaning .quiz__remove-btn:hover, .quiz__service--cleaning .quiz__remove-btn:focus {
  background-color: #128f75;
  color: #dffaf5;
}
.quiz__service .quiz__slider-value {
  opacity: 0.8;
  font-size: 0.875rem;
}
.quiz__service span br {
  display: none;
}
.quiz__service-value {
  font-weight: 400;
  font-size: 0.875rem;
}
.quiz__slider-value {
  color: #666;
  font-size: 0.9em;
}
.quiz__checkbox-group {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.quiz__checkbox-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  transition: border-color 0.2s;
  border: 1px solid rgba(51, 128, 246, 0.5);
  border-radius: 0.5rem;
  max-width: fit-content;
  padding: 0.75rem 1rem;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.375;
  word-wrap: break-word;
  color: #3380f6;
}
.quiz__checkbox-wrapper:hover {
  border-color: rgba(51, 128, 246, 0.8);
}
.quiz__checkbox-content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.quiz__checkbox-label {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-left: 2rem;
  cursor: pointer;
  user-select: none;
  line-height: 1.5;
}
.quiz__checkbox-label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid #d0d7e8;
  border-radius: 4px;
}
.quiz__checkbox-description {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.33;
  word-wrap: break-word;
  color: #3380f6;
}
.quiz__checkbox {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.quiz__checkbox:checked ~ .quiz__checkbox-label::before {
  border-color: #3380f6;
  background-color: #3380f6;
}
.quiz__checkbox:checked ~ .quiz__checkbox-label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 1.25rem;
  height: 1.25rem;
  background-image: url("../images/checkbox-checked.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1rem;
}
.quiz__slider-label {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.2;
  word-wrap: break-word;
  color: #18181b;
}
.quiz__input {
  outline: none;
  border: 1px solid rgba(51, 128, 246, 0.5) !important;
  border-radius: 8px;
  width: 100%;
  padding: clamp(0.5rem, 0.52vw, 0.75rem) clamp(0.625rem, 0.83vw, 1rem);
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.33;
  word-wrap: break-word;
  color: #18181b !important;
}
.quiz__input:active, .quiz__input:hover, .quiz__input:focus-visible {
  outline: none;
}
.quiz__input:focus {
  box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.2);
  outline: none;
  border-color: #3b82f6;
}
.quiz__input::placeholder {
  color: #475569 !important;
}
.quiz__slider-price {
  display: block;
  margin-top: 5px;
  font-size: 0.9em;
  color: #666;
}
.quiz__buttons {
  display: flex;
  gap: 10px;
}
.quiz__button {
  transition: background-color 0.2s, transform 0.1s;
  border: none;
  border-radius: 5px;
  padding: 10px 20px;
  cursor: pointer;
  font-weight: 500;
}
.quiz__button--next {
  min-width: 10rem;
  padding: 0.625rem 1.5rem;
  background-color: #3b82f6;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.25;
  letter-spacing: 0.16px;
  word-wrap: break-word;
  color: #fff;
}
.quiz__button--next:hover {
  background-color: #3b82f6;
  color: #fff;
}
.quiz__button--back {
  border: 1px solid rgba(51, 128, 246, 0.6);
  background-color: #fff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  word-wrap: break-word;
  color: #3380f6;
}
.quiz__button--back::before {
  content: none;
}
.quiz__button--back:hover, .quiz__button--back:focus {
  background-color: #d1d5db;
  color: #3380f6;
}
.quiz__button:active {
  transform: scale(0.98);
}
.quiz__slider-container {
  position: relative;
  flex: 1 1 28.75rem;
  width: 100%;
  max-width: 28.75rem;
  padding: 2.25rem 0;
}
.quiz__slider-container::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  height: 2px;
  background-color: rgba(51, 128, 246, 0.6);
}
.quiz__slider {
  position: absolute;
  z-index: 5;
  top: 50%;
  transform: translateY(-50%);
  border-color: transparent !important;
  width: 100%;
  height: 2px;
  padding: 0 !important;
  background-color: transparent !important;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}
.quiz__slider::-webkit-slider-thumb {
  z-index: 10;
  transform: translateY(-50%);
  margin-top: 0;
  border-radius: 50%;
  width: 1.75rem;
  height: 1.25rem;
  background-color: transparent;
  cursor: pointer;
  -webkit-appearance: none;
}
.quiz__slider::-moz-range-thumb {
  z-index: 10;
  transform: translateY(-50%);
  margin-top: 0;
  border: none;
  border-radius: 50%;
  width: 1.75rem;
  height: 1.25rem;
  background-color: transparent;
  cursor: pointer;
}
.quiz__slider-points {
  position: absolute;
  z-index: 6;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}
.quiz__slider-point {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 0;
  height: 100%;
}
.quiz__slider-point:last-child .quiz__slider-point-label {
  top: -1.2rem;
}
.quiz__slider-point-label {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  color: #18181b;
}
.quiz__slider-point-label br {
  content: "";
  display: block;
  margin-top: 0.25rem;
}
.quiz__slider-mark {
  position: absolute;
  z-index: 6;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: background-color 0.2s;
  border: 1px rgba(51, 128, 246, 0.6) solid;
  border-radius: 50%;
  width: 1.25rem;
  height: 1.25rem;
  background-color: #fff;
  cursor: pointer;
  box-sizing: border-box;
  pointer-events: auto;
}
.quiz__slider-mark.active {
  border-color: #3380f6;
  background-color: #3380f6;
}
.quiz__slider-point-price {
  position: absolute;
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  color: #475569;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  word-wrap: break-word;
}
.quiz__slider-price-container {
  position: absolute;
  bottom: -4rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
.quiz__slider-price-container .quiz__slider-point-price {
  position: static;
  transform: none;
}
.quiz__remove-btn {
  cursor: pointer;
  color: #fff;
  font-size: 0.875rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 1.25rem;
  height: 1.25rem;
  transition: background-color 0.3s;
}
.quiz__remove-btn:hover, .quiz__remove-btn:focus {
  background-color: #fff;
  color: #3b82f6;
}
.quiz__uniform-info {
  margin-top: 2rem;
  font-size: 0.875rem;
  border-spacing: 0;
  width: 100%;
  display: grid;
  grid-template-columns: 8.25rem repeat(4, 1fr);
  gap: 0.5rem;
}
.quiz__uniform-cell {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.2;
  word-wrap: break-word;
  color: #475569;
}
.quiz__uniform-cell > .quiz__uniform-cell:nth-child(-n + 5) {
  font-weight: 500;
  color: #18181b;
}
.quiz__uniform-cell > .quiz__uniform-cell:nth-child(5n + 1) {
  max-width: 8.25rem;
  color: #18181b;
}
.quiz__price-disclaimer {
  margin-block: 8rem 2rem;
  border-radius: 0.5rem;
  padding: 1.5rem;
  background: rgba(51, 128, 246, 0.05);
}
.quiz__price-note {
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.4;
  color: #475569;
}
.quiz__price-note:last-child {
  margin-bottom: 0;
}
.quiz__footer {
  z-index: 100;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
}
.quiz__progress {
  position: relative;
  flex: 1;
  max-width: 42rem;
}
.quiz__progress-steps {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.quiz__progress-line {
  position: relative;
  z-index: 1;
  flex: 1;
  margin-inline: 1rem;
  border-radius: 10px;
  max-width: 50px;
  height: 2px;
  background-color: rgba(51, 128, 246, 0.6);
}
.quiz__progress-line.active {
  background-color: #10b981;
}
.quiz__progress-step {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s ease;
  margin: 0;
  border: 1px solid rgba(71, 85, 105, 0.6);
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  background-color: transparent;
  cursor: pointer;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25;
  color: #475569;
}
.quiz__progress-step.active {
  transition: all 0.3s ease;
  box-shadow: 0 0 0 4px rgba(51, 128, 246, 0.2);
  border-color: #3380f6;
  background-color: #3380f6;
  color: #fff;
}
.quiz__progress-step.completed {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  box-shadow: 0 0 0 4px rgba(16, 185, 129, 0.2);
  border-color: #10b981;
  background-color: #10b981;
  color: #fff;
}
.quiz__progress-step.completed svg {
  display: block;
  width: 14px;
  height: 14px;
}
.quiz__buttons {
  display: flex;
  justify-content: flex-start;
  flex: 0 0 auto;
  gap: 10px;
}
.quiz__button {
  flex: 0 0 auto;
  transition: background-color 0.2s, transform 0.1s;
  cursor: pointer;
}
.quiz__form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(0.5rem, 0.78vw, 1.25rem);
  width: 100%;
}
.quiz__form-field {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}
.quiz__form-field--full {
  grid-column: 1 / -1;
}
.quiz__form-label {
  margin-bottom: 0.375rem;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.33;
  word-wrap: break-word;
  color: #475569;
}
.quiz__contact-form {
  margin-bottom: 1.5rem;
}
.quiz__result {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  animation: fadeIn 0.5s ease-in-out;
  margin: 0 auto;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 0.75rem;
  max-width: 37.5rem;
  max-height: fit-content;
  padding: clamp(1rem, 1.25vw, 1.5rem);
  background-color: #fff;
  text-align: center;
}
.quiz__result--success, .quiz__result--error {
  display: none;
}
.quiz__result--success.active, .quiz__result--error.active {
  display: flex !important;
}
.quiz__result--success[style*="display: flex"], .quiz__result--error[style*="display: flex"] {
  display: flex !important;
}
.quiz__result--success {
  border: 2px solid #45c9a9;
}
.quiz__result--success .quiz__result-icon {
  background-color: #45c9a9;
}
.quiz__result--error {
  border: 2px solid #dc3545;
}
.quiz__result--error .quiz__result-icon {
  background-color: #dc3545;
}
.quiz__result-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  background-color: #45c9a9;
}
.quiz__result-message {
  font-size: 16px;
  line-height: 1.5;
  color: #666;
}
.quiz__result-title {
  font-weight: 600;
  font-size: 24px;
  color: #333;
}
.quiz__result-button {
  transition: background-color 0.3s ease;
  border: none;
  border-radius: 0.5rem;
  padding: 12px 24px;
  background-color: #007bff;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
}
.quiz__result-button:hover {
  background-color: #0056b3;
}
.slider-group {
  display: flex;
  align-items: center;
  gap: 2.25rem;
  margin-bottom: clamp(1.5rem, 4.17vw, 5rem);
}
.quiz-cf7-form {
  display: block;
}
.quiz-cf7-form [type="hidden"] {
  display: none;
}
.quiz-cf7-form .wpcf7-submit {
  display: none;
}
.quiz-cf7-form .wpcf7-response-output {
  display: none !important;
}
.quiz-cf7-form .wpcf7-text, .quiz-cf7-form .wpcf7-email, .quiz-cf7-form .wpcf7-tel {
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 100%;
  padding: 10px;
  font-size: 16px;
}
.quiz-cf7-form .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 10px;
}
.quiz-cf7-form label {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  color: #333;
}
.quiz-cf7-form .quiz-input-error {
  border-color: red;
}
.quiz-cf7-form .quiz-input-error-message {
  display: flex;
  margin-top: 5px;
  font-size: 12px;
  color: red;
}
.quiz-intro {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: clamp(1.5rem, 3.13vw, 3.75rem);
}
.quiz-intro__top-subtitle {
  margin-bottom: clamp(1rem, 1.25vw, 1.5rem);
  font-weight: 700;
  font-size: clamp(1rem, 1.25vw, 1.5rem);
  line-height: 1.2;
  word-wrap: break-word;
  color: #3380f6;
}
.quiz-intro__title {
  margin-bottom: clamp(0.75rem, 0.83vw, 1rem);
  font-weight: 700;
  font-size: clamp(1.25rem, 1.67vw, 2rem);
  line-height: 1.2;
  word-wrap: break-word;
  color: #18181b;
}
.quiz-intro__subtitle {
  font-weight: 400;
  font-size: clamp(1rem, 1.04vw, 1.25rem);
  font-size: 20px;
  line-height: 1.33;
  word-wrap: break-word;
  color: #18181b;
}
.quiz-intro__subtitle:last-child {
  margin-bottom: 0;
}
.quiz-input-error {
  border-color: #f44336 !important;
  background-color: rgba(244, 67, 54, 0.05) !important;
}
.quiz-input-error-message {
  margin-top: 5px;
  display: block;
  font-size: 14px;
  color: #f44336;
}
.quiz-error-message {
  margin-bottom: 15px;
  border-radius: 5px;
  padding: 10px 15px;
  background-color: #f44336;
  font-size: 14px;
  color: #fff;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 991px) {
  .quiz__label-container {
    flex: 1 1 auto;
    max-width: 100%;
  }
  .quiz__content {
    flex-direction: column;
  }
  .quiz__slider-label {
    flex: 1 1 auto;
    max-width: 100%;
  }
  .quiz__slider-container {
    flex: 1 1 auto;
    margin-inline: auto;
    max-width: 80vw;
    width: calc(100% - 2rem);
    padding-inline: 1.5rem;
  }
  .quiz__slider-point-label {
    padding-top: 0.5rem;
  }
  .quiz__progress-line {
    margin-inline: 0;
  }
  .quiz__footer {
    flex-direction: column;
    gap: 1.5rem;
  }
  .quiz__buttons {
    justify-content: flex-start;
    order: 2;
    width: 100%;
  }
  .quiz__progress {
    order: 1;
    max-width: 100%;
    width: 100%;
  }
  .quiz__form-grid {
    grid-template-columns: 1fr;
    padding: 0;
  }
  .quiz__slider-mark {
    border-width: 2px;
    width: 1rem;
    height: 1rem;
  }
  .quiz__slider-point-label {
    padding-top: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.2;
  }
  .quiz__slider-point-price {
    font-size: 0.875rem;
    line-height: 1.2;
  }
  .quiz__slider-container {
    padding: 2.75rem 1.5rem;
  }
  .quiz__price-disclaimer {
    margin-top: 6rem;
    margin-bottom: 0;
  }
  .slider-group {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    padding: 0 1rem;
  }
  .slider-group:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .quiz__result {
    margin: 20px;
    padding: 20px;
  }
  .quiz__result-title {
    font-size: 20px;
  }
  .quiz__result-message {
    font-size: 14px;
  }
  .quiz__buttons {
    justify-content: space-between;
  }
  .quiz__button--back {
    flex: 1 1 5.375rem;
    min-width: auto;
  }
  .quiz__button--next {
    flex: 1 1 100%;
    min-width: auto;
  }
}
/*# sourceMappingURL=https://prachka.tech/wp-content/build/scss_library/88592a2161798cc1bd1ba67be893b9398882a955.css.map */