/*! 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;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* 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 {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* 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;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 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"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* 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;
}

@font-face {
  font-display: swap;
  font-family: 'Manrope EasyCar';
  font-style: normal;
  font-weight: 400;
  src: url("fonts/ManropeGF/Manrope-Regular.woff2") format("woff2"), url("fonts/ManropeGF/Manrope-Regular.ttf") format("truetype");
}

@font-face {
  font-display: swap;
  font-family: 'Manrope EasyCar';
  font-style: normal;
  font-weight: 500;
  src: url("fonts/ManropeGF/Manrope-Medium.woff2") format("woff2"), url("fonts/ManropeGF/Manrope-Medium.ttf") format("truetype");
}

@font-face {
  font-display: swap;
  font-family: 'Manrope EasyCar';
  font-style: normal;
  font-weight: 600;
  src: url("fonts/ManropeGF/Manrope-SemiBold.woff2") format("woff2"), url("fonts/ManropeGF/Manrope-SemiBold.ttf") format("truetype");
}

@font-face {
  font-display: swap;
  font-family: 'Manrope EasyCar';
  font-style: normal;
  font-weight: 700;
  src: url("fonts/ManropeGF/Manrope-Bold.woff2") format("woff2"), url("fonts/ManropeGF/Manrope-Bold.ttf") format("truetype");
}

@font-face {
  font-display: swap;
  font-family: 'Manrope EasyCar';
  font-style: normal;
  font-weight: 800;
  src: url("fonts/ManropeGF/Manrope-ExtraBold.woff2") format("woff2"), url("fonts/ManropeGF/Manrope-ExtraBold.ttf") format("truetype");
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body,
.fancybox-slide {
  -webkit-tap-highlight-color: rgba(0, 250, 125, 0.4);
  scrollbar-color: #465050 #8ca0a0;
}

::-moz-selection {
  background-color: rgba(0, 250, 125, 0.4);
  text-shadow: none;
}

::selection {
  background-color: rgba(0, 250, 125, 0.4);
  text-shadow: none;
}

::-webkit-scrollbar-thumb {
  background-color: #465050;
  border-radius: 10px;
}

::-webkit-scrollbar {
  height: 6px;
  background-color: #8ca0a0;
}

.fancybox-slide ::-webkit-scrollbar-thumb {
  background-color: #465050;
  border-radius: 10px;
}

.fancybox-slide ::-webkit-scrollbar {
  width: 16px;
  height: 6px;
  background-color: #8ca0a0;
}

html {
  width: 100%;
  height: 100%;
}

html * {
  max-height: 999999px;
}

body {
  font-family: 'Manrope EasyCar', sans-serif;
  color: #1E282D;
  font-size: 20px;
  line-height: normal;
  font-weight: 400;
  min-height: 100%;
  background-color: #EFF4F5;
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

body * {
  outline: none;
}

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

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 600;
}

b,
strong {
  font-weight: 700;
}

input,
button,
textarea {
  color: #1E282D;
  font-family: 'Manrope EasyCar', sans-serif;
  font-weight: 400;
}

input[type="text"],
input[type="tel"],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

input[type="text"]::-ms-clear,
input[type="tel"]::-ms-clear,
textarea::-ms-clear {
  display: none;
}

input[type="password"]::-ms-reveal {
  display: none;
}

input {
  outline: none;
}

button {
  border: 0;
  outline: none;
  cursor: pointer;
  background: none;
  padding: 0;
  color: inherit;
  display: block;
  font-size: inherit;
  line-height: inherit;
}

button:active,
button:focus {
  outline: none !important;
}

button::-moz-focus-inner {
  border: 0 !important;
}

.fancybox-bg {
  background: #85A0AD;
}

.fancybox-is-open .fancybox-bg {
  opacity: .7;
}

.fancybox-slide--html {
  padding: 0;
}

.fancybox-container {
  font-family: 'Manrope EasyCar', sans-serif;
}

.fancybox-slide:before {
  margin-right: 0;
}

.fancybox-is-open .fancybox-slide.fancybox-fx-custom,
.fancybox-is-open .fancybox-slide.fancybox-slide--complete {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
  visibility: visible;
}

.fancybox-slide {
  -webkit-transform: translateY(50vh);
  transform: translateY(50vh);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .45s, visibility .45s, -webkit-transform .45s !important;
  transition: opacity .45s, visibility .45s, -webkit-transform .45s !important;
  transition: transform .45s, opacity .45s, visibility .45s !important;
  transition: transform .45s, opacity .45s, visibility .45s, -webkit-transform .45s !important;
}

.container {
  width: 100%;
  max-width: 1440px;
  padding-left: 35px;
  padding-right: 35px;
  margin-left: auto;
  margin-right: auto;
}

.main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  overflow: hidden;
  width: 100%;
  position: relative;
  padding-bottom: 105px;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}

.col {
  padding-left: 20px;
  padding-right: 20px;
}

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

svg {
  display: block;
}

select {
  opacity: 0;
}

p,
li {
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ul li,
ol li {
  padding: 0;
  position: relative;
}

h1,
.h1 {
  font-size: 70px;
  line-height: 85px;
}

h2,
.h2 {
  font-size: 60px;
  line-height: 75px;
}

h3,
.h3 {
  font-size: 45px;
  line-height: 55px;
}

h4,
.h4 {
  font-size: 35px;
  line-height: 48px;
}

.section {
  padding-top: 55px;
}

.section--lg {
  margin-top: 50px;
}

.lk-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
  border: 1px solid #85A0AD;
  color: #85A0AD;
  padding: 10px 21px 13px;
  border-radius: 17px;
  font-size: 20px;
  line-height: 27px;
  font-weight: 500;
  position: relative;
}

.lk-btn span:nth-child(3) {
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  background-color: #85A0AD;
  color: #E9F2F0;
  padding: 11px 0 14px;
  text-align: center;
  border-radius: 17px;
  opacity: 0;
  visibility: hidden;
}

.consultation-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
  background-color: #00FA7D;
  padding: 11px 22px 14px;
  font-size: 20px;
  line-height: 27px;
  font-weight: 500;
  border-radius: 17px;
}

.consultation-btn i {
  margin-top: 4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #E1283C;
}

.submit-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
  padding: 11px 22px 14px;
  background-color: #0AC869;
  color: #fff;
  font-weight: 500;
  border-radius: 17px;
}

.submit-btn img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.config-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 22px 17px;
  background-color: #1E282D;
  color: #fff;
  font-weight: 500;
  border-radius: 17px;
  -webkit-transition: background-color .25s, color .25s, width .25s;
  transition: background-color .25s, color .25s, width .25s;
}

.config-btn.config-btn--small {
  padding: 11px 22px 14px;
}

.config-btn.config-btn--reverse {
  background-color: #00FA7D;
  color: #1E282D;
}

.config-btn.config-btn--form {
  position: relative;
  white-space: nowrap;
}

.config-btn.config-btn--form img {
  position: absolute;
  top: 14px;
  left: 17px;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
  opacity: 0;
  visibility: hidden;
}

.config-btn svg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.phone-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 1px solid #1E282D;
  border-radius: 13px;
}

.icon-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
  padding: 13px 21px 16px;
  border: 1px solid #1E282D;
  color: #1E282D;
  font-weight: 500;
  border-radius: 17px;
}

.icon-btn.icon-btn--soon {
  position: relative;
}

.icon-btn.icon-btn--soon > span:last-child {
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  background-color: #85A0AD;
  color: #fff;
  border-radius: 17px;
  padding-bottom: 3px;
  opacity: 0;
  visibility: hidden;
}

.icon-btn svg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.hot-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 25px 17px;
  font-weight: 500;
  border-radius: 17px;
  overflow: hidden;
  position: relative;
  font-weight: 600;
  z-index: 1;
}

.hot-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 80, 80, 0.6)), color-stop(79.63%, rgba(255, 80, 80, 0))), #1E282D;
  background: linear-gradient(90deg, rgba(255, 80, 80, 0.6) 0%, rgba(255, 80, 80, 0) 79.63%), #1E282D;
  z-index: -1;
}

.hot-btn::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 80, 80, 0.5)), to(rgba(255, 80, 80, 0.5))), #1E282D;
  background: linear-gradient(0deg, rgba(255, 80, 80, 0.5) 0%, rgba(255, 80, 80, 0.5) 100%), #1E282D;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}

.hot-btn span {
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#FA0), to(#F04242));
  background: linear-gradient(90deg, #FA0 0%, #F04242 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hot-btn i {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hot-btn i img {
  width: 74px;
  max-width: none;
}

.gold-btn {
  display: block;
  padding: 10px 21px 13px;
  border: 1px solid #fff;
  color: #fff;
  font-weight: 500;
  border-radius: 17px;
}

.reset-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
  padding: 10px 21px 13px;
  border: 1px solid #1E282D;
  color: #1E282D;
  font-weight: 500;
  border-radius: 17px;
}

.reset-button svg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.more-filters-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
  font-size: 16px;
  font-weight: 700;
}

.more-filters-btn span {
  position: relative;
  color: #009B60;
}

.more-filters-btn span::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 1px dashed #75BD9F;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.more-filters-btn svg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.more-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 25px 17px;
  background-color: #009B60;
  -webkit-box-shadow: 0px 13px 8px 0px rgba(0, 155, 96, 0.1), 0px 6px 6px 0px rgba(0, 155, 96, 0.17), 0px 1px 3px 0px rgba(0, 155, 96, 0.2);
  box-shadow: 0px 13px 8px 0px rgba(0, 155, 96, 0.1), 0px 6px 6px 0px rgba(0, 155, 96, 0.17), 0px 1px 3px 0px rgba(0, 155, 96, 0.2);
  border-radius: 17px;
  font-weight: 500;
  color: #fff;
}

.more-btn.more-btn--toggle.active img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.more-btn.more-btn--toggle.active span:nth-child(2) {
  display: none;
}

.more-btn.more-btn--toggle.active span:nth-child(3) {
  display: block;
}

.more-btn.more-btn--toggle img {
  -webkit-transition: -webkit-transform .25s;
  transition: -webkit-transform .25s;
  transition: transform .25s;
  transition: transform .25s, -webkit-transform .25s;
}

.more-btn.more-btn--toggle span:nth-child(3) {
  display: none;
}

.more-btn img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.copy-btn {
  display: block;
  width: 100%;
  padding: 11px 5px 14px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  background-color: #D6E6E3;
  border-radius: 17px;
  text-align: center;
}

.copy-btn.active span {
  display: block;
}

.copy-btn.active span:first-child {
  display: none;
}

.copy-btn.active span:last-child {
  display: block;
}

.copy-btn span:last-child {
  display: none;
}

.tooltip {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 9px;
  width: 23px;
  height: 23px;
  position: relative;
  cursor: pointer;
  z-index: 9;
}

.tooltip:hover > span:last-child {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(-50%) translateY(0px);
  transform: translateX(-50%) translateY(0px);
}

.tooltip:hover > svg path:first-child {
  fill: #009B60;
  opacity: 1;
}

.tooltip:hover > svg path:nth-child(1n + 2) {
  stroke: #fff;
}

.tooltip.tooltip--desc {
  width: auto;
  height: auto;
}

.tooltip.tooltip--desc > svg {
  width: 19px;
  height: 19px;
}

.tooltip > span:last-child {
  width: 258px;
  position: absolute;
  left: 50%;
  bottom: calc(100% + 18px);
  -webkit-transform: translateX(-50%) translateY(12px);
  transform: translateX(-50%) translateY(12px);
  padding: 15px 22px 18px;
  border-radius: 15px;
  background-color: #EFF4F5;
  -webkit-box-shadow: 0px 47px 19px 0px rgba(38, 89, 81, 0.01), 0px 27px 16px 0px rgba(38, 89, 81, 0.03), 0px 12px 12px 0px rgba(38, 89, 81, 0.04), 0px 3px 7px 0px rgba(38, 89, 81, 0.05);
  box-shadow: 0px 47px 19px 0px rgba(38, 89, 81, 0.01), 0px 27px 16px 0px rgba(38, 89, 81, 0.03), 0px 12px 12px 0px rgba(38, 89, 81, 0.04), 0px 3px 7px 0px rgba(38, 89, 81, 0.05);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .25s, visibility .25s, -webkit-transform .25s;
  transition: opacity .25s, visibility .25s, -webkit-transform .25s;
  transition: opacity .25s, visibility .25s, transform .25s;
  transition: opacity .25s, visibility .25s, transform .25s, -webkit-transform .25s;
}

.tooltip > span:last-child::before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 18px;
  opacity: 0;
}

.tooltip > span:last-child::after {
  content: '';
  position: absolute;
  left: calc(50% - 13px);
  bottom: -15px;
  width: 26px;
  height: 26px;
  background: url(../img/tooltip-arrow.svg) center center no-repeat;
  background-size: contain;
}

.tooltip > span:last-child p {
  font-size: 15px;
  line-height: 21px;
  font-weight: 400;
  margin-bottom: 21px;
  color: #1E282D;
}

.tooltip > span:last-child p:last-child {
  margin-bottom: 0;
}

.tooltip > svg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
}

.tooltip > svg path {
  -webkit-transition: stroke .25s;
  transition: stroke .25s;
}

.tooltip > svg path:first-child {
  -webkit-transition: fill .25s, opacity .25s;
  transition: fill .25s, opacity .25s;
}

.tooltip > span:nth-child(2) {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 18px;
  line-height: 22px;
  color: #009B60;
  font-weight: 400;
}

.slider-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  z-index: 9;
}

.slider-nav__btn {
  position: relative;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-filter: drop-shadow(0px 25px 15px rgba(38, 89, 81, 0.02)) drop-shadow(0px 10px 10px rgba(38, 89, 81, 0.03)) drop-shadow(0px 3px 6px rgba(38, 89, 81, 0.03));
  filter: drop-shadow(0px 25px 15px rgba(38, 89, 81, 0.02)) drop-shadow(0px 10px 10px rgba(38, 89, 81, 0.03)) drop-shadow(0px 3px 6px rgba(38, 89, 81, 0.03));
  -webkit-transition: background-color .25s, -webkit-filter .25s;
  transition: background-color .25s, -webkit-filter .25s;
  transition: background-color .25s, filter .25s;
  transition: background-color .25s, filter .25s, -webkit-filter .25s;
}

.slider-nav__btn.swiper-button-disabled {
  pointer-events: none;
  background-color: rgba(255, 255, 255, 0.5);
}

.slider-nav__btn.swiper-button-disabled > img {
  opacity: .25;
}

.slider-nav__btn::before {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 3px solid #009B60;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
}

.slider-nav__btn > img {
  width: 100%;
  -webkit-transition: opacity .25s;
  transition: opacity .25s;
}

.slider-nav__btn > svg {
  position: absolute;
  top: 2px;
  left: 2px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}

.slider-nav__btn > svg circle {
  fill: none;
  stroke-width: 2;
  r: 18;
  cx: 20;
  cy: 20;
  stroke: #009B60;
  stroke-dasharray: 113;
  stroke-dashoffset: 113;
}

.slider-other-nav__btn {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #75BD9F;
  z-index: 9;
}

.slider-other-nav__btn.swiper-button-disabled {
  background-color: #DCE3E6;
  pointer-events: none;
}

.slider-other-nav__btn img,
.slider-other-nav__btn svg {
  width: 100%;
  height: 100%;
}

.slider-other-nav__prev {
  left: 0;
}

.slider-other-nav__next {
  right: 0;
}

.main-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}

.main-checkbox label input {
  display: none;
}

.main-checkbox label input:checked + span::before {
  background-color: #00FA7D;
  border-color: #00FA7D;
}

.main-checkbox label input:checked + span::after {
  opacity: 1;
  visibility: visible;
}

.main-checkbox label > span {
  display: block;
  font-weight: 500;
  padding-left: 37px;
  position: relative;
}

.main-checkbox label > span::before {
  content: '';
  position: absolute;
  top: 1px;
  left: 0;
  width: 25px;
  height: 25px;
  border-radius: 7px;
  border: 1px solid #75BD9F;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color .15s, background-color .15s;
  transition: border-color .15s, background-color .15s;
}

.main-checkbox label > span::after {
  content: '';
  position: absolute;
  top: 1px;
  left: 0;
  width: 25px;
  height: 25px;
  background: url(../img/check.svg) center center no-repeat;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .15s, visibility .15s;
  transition: opacity .15s, visibility .15s;
}

.main-select .jq-selectbox {
  display: block;
}

.main-select .jq-selectbox.opened .jq-selectbox__trigger {
  -webkit-transform: rotate(180deg) translateY(-3px);
  transform: rotate(180deg) translateY(-3px);
}

.main-select .jq-selectbox__select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3px;
  cursor: pointer;
}

.main-select .jq-selectbox__select-text {
  font-weight: 700;
  position: relative;
}

.main-select .jq-selectbox__select-text::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 1px dashed #1E282D;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.main-select .jq-selectbox__trigger {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 17px;
  height: 17px;
  background: url(../img/select-arrow.svg) center center no-repeat;
  background-size: contain;
  -webkit-transition: -webkit-transform .25s;
  transition: -webkit-transform .25s;
  transition: transform .25s;
  transition: transform .25s, -webkit-transform .25s;
}

.main-select .jq-selectbox__dropdown {
  position: absolute !important;
  top: calc(100% + 10px) !important;
  bottom: auto !important;
  right: 0 !important;
  left: auto !important;
  height: auto !important;
  max-height: none !important;
  background-color: #fff;
  border: 1px solid #E9F2F0;
  border-radius: 12px;
  -webkit-box-shadow: 0px 47px 19px 0px rgba(38, 89, 81, 0.01), 0px 27px 16px 0px rgba(38, 89, 81, 0.03), 0px 12px 12px 0px rgba(38, 89, 81, 0.04), 0px 3px 7px 0px rgba(38, 89, 81, 0.05);
  box-shadow: 0px 47px 19px 0px rgba(38, 89, 81, 0.01), 0px 27px 16px 0px rgba(38, 89, 81, 0.03), 0px 12px 12px 0px rgba(38, 89, 81, 0.04), 0px 3px 7px 0px rgba(38, 89, 81, 0.05);
  overflow: hidden;
}

.main-select .jq-selectbox__dropdown ul {
  max-height: none !important;
}

.main-select .jq-selectbox__dropdown ul li {
  display: block;
  width: 100%;
  padding: 12px 15px 15px;
  padding-right: 42px;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  border-bottom: 1px solid #E9F2F0;
  white-space: nowrap;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.main-select .jq-selectbox__dropdown ul li:last-child {
  border-bottom: 0;
}

.main-select .jq-selectbox__dropdown ul li.sel::before {
  opacity: 1;
  visibility: visible;
}

.main-select .jq-selectbox__dropdown ul li::before {
  content: '';
  position: absolute;
  top: calc(50% - 5px);
  right: 15px;
  width: 13px;
  height: 9px;
  background: url(../img/catalog-card-variation-check.svg) center center no-repeat;
  background-size: contain;
  opacity: 0;
  visibility: hidden;
}

.extra-links a {
  color: #009B60;
  position: relative;
}

.extra-links a::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 1px dashed #75BD9F;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.play-btn {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: #009B60;
  -webkit-transform: scale(0.85);
  transform: scale(0.85);
}

.play-btn svg {
  width: 100%;
  height: 100%;
}

.play-btn svg path {
  -webkit-transition: fill .25s;
  transition: fill .25s;
}

.consultation-popup {
  display: none;
  width: calc(100% - 20px);
  max-width: 830px;
  padding: 0;
  border-radius: 30px;
  margin-top: 10px;
  -webkit-box-shadow: 0px 67px 40px 0px rgba(38, 89, 81, 0.02), 0px 30px 30px 0px rgba(38, 89, 81, 0.03), 0px 7px 16px 0px rgba(38, 89, 81, 0.03);
  box-shadow: 0px 67px 40px 0px rgba(38, 89, 81, 0.02), 0px 30px 30px 0px rgba(38, 89, 81, 0.03), 0px 7px 16px 0px rgba(38, 89, 81, 0.03);
}

.consultation-popup .fancybox-close-small {
  display: none;
}

.consultation-popup__close {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 9;
}

.consultation-popup__header {
  padding: 53px 38px 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 40px;
  position: relative;
  z-index: 1;
}

.consultation-popup__header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 170px;
  background: -webkit-gradient(linear, left top, right top, from(#00FA7D), to(#D6E6E3));
  background: linear-gradient(90deg, #00FA7D 0%, #D6E6E3 100%);
  z-index: -1;
}

.consultation-popup__img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 172px;
  height: 172px;
  border: 6px solid #fff;
  border-radius: 50%;
  overflow: hidden;
}

.consultation-popup__img img,
.consultation-popup__img video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.consultation-popup__img video {
  -o-object-position: top center;
  object-position: top center;
}

.consultation-popup__title {
  font-size: 35px;
  line-height: 48px;
  font-weight: 700;
  text-align: right;
  padding-bottom: 78px;
}

.consultation-popup__content {
  padding: 0 40px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.consultation-popup__left {
  width: calc(50% - 35px);
}

.consultation-popup__right {
  width: calc(50% - 5px);
}

.consultation-popup__sub {
  font-size: 35px;
  line-height: 45px;
}

.consultation-popup__form.loading .consultation-popup__item {
  pointer-events: none;
}

.consultation-popup__form.loading .consultation-popup__item .main-input label > input {
  color: #A6BAC4;
  background-color: #F3F8F9;
  border-color: #D6E6E3;
}

.consultation-popup__form.loading .consultation-popup__item .main-input label > span {
  color: #C7D5DB;
}

.consultation-popup__form.loading .consultation-popup__btn {
  pointer-events: none;
}

.consultation-popup__form.loading .consultation-popup__btn .config-btn--form {
  width: 58px;
  background-color: #0096DC;
}

.consultation-popup__form.loading .consultation-popup__btn .config-btn--form svg,
.consultation-popup__form.loading .consultation-popup__btn .config-btn--form span {
  opacity: 0;
  visibility: hidden;
}

.consultation-popup__form.loading .consultation-popup__btn .config-btn--form img {
  opacity: 1;
  visibility: visible;
}

.consultation-popup__form.submit .consultation-popup__item {
  pointer-events: none;
}

.consultation-popup__form.submit .consultation-popup__item .main-input label > input {
  color: #A6BAC4;
  background-color: #F3F8F9;
  border-color: #D6E6E3;
}

.consultation-popup__form.submit .consultation-popup__item .main-input label > span {
  color: #C7D5DB;
}

.consultation-popup__form.submit .consultation-popup__btn {
  pointer-events: none;
}

.consultation-popup__form.submit .consultation-popup__btn .config-btn--form {
  display: none;
}

.consultation-popup__form.submit .consultation-popup__btn .submit-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.consultation-popup__item {
  margin-bottom: 20px;
}

.consultation-popup__item:last-child {
  margin-bottom: 0;
}

.consultation-popup__agree {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 9px;
  font-size: 14px;
  line-height: 19px;
  font-weight: 500;
  color: #5C828A;
}

.consultation-popup__agree img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.consultation-popup__agree a {
  color: #1E282D;
  position: relative;
}

.consultation-popup__agree a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #1E282D;
}

.consultation-popup__btn {
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.consultation-popup__btn .config-btn--form {
  width: 225px;
}

.consultation-popup__btn .submit-btn {
  display: none;
}

.main-input label {
  display: block;
  width: 100%;
  position: relative;
}

.main-input label > input {
  display: block;
  width: 100%;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  padding: 28px 19px 9px;
  border: 1px solid #75BD9F;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 12px;
  -webkit-transition: border-color .25s, background-color .25s;
  transition: border-color .25s, background-color .25s;
}

.main-input label > input:focus {
  background-color: #F2FFF9;
  border-color: #009B60;
}

.main-input label > input:focus + span,
.main-input label > input.not-empty + span {
  font-size: 12px;
  line-height: 16px;
  top: 9px;
  left: 20px;
  color: #009B60;
}

.main-input label > input.not-empty:not(:focus) + span {
  color: #75BD9F;
}

.main-input label > input.error {
  background-color: rgba(225, 40, 60, 0.08);
  border-color: #E1283C;
}

.main-input label > input.error + span {
  color: #E1283C !important;
}

.main-input label > input.error ~ i {
  display: block;
}

.main-input label > span {
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  position: absolute;
  top: 18px;
  left: 20px;
  color: #85A0AD;
  -webkit-transition: .15s;
  transition: .15s;
}

.main-input label > i {
  display: none;
  padding-top: 6px;
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
  font-style: normal;
  color: #E1283C;
}

.share {
  position: relative;
  z-index: 10;
}

.share__btn.active .share__btn-icon img:last-child {
  opacity: 1;
  visibility: visible;
}

.share__btn.active + .share__dropdown {
  opacity: 1;
  visibility: visible;
}

.share__btn-icon {
  position: relative;
}

.share__btn-icon img:last-child {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .25s, visibility .25s;
  transition: opacity .25s, visibility .25s;
}

.share__dropdown {
  position: absolute;
  right: 0;
  top: calc(100% + 10px);
  padding: 22px 15px 20px;
  width: 230px;
  border-radius: 15px;
  background-color: #EFF4F5;
  -webkit-box-shadow: 0px 47px 19px 0px rgba(38, 89, 81, 0.01), 0px 27px 16px 0px rgba(38, 89, 81, 0.03), 0px 12px 12px 0px rgba(38, 89, 81, 0.04), 0px 3px 7px 0px rgba(38, 89, 81, 0.05);
  box-shadow: 0px 47px 19px 0px rgba(38, 89, 81, 0.01), 0px 27px 16px 0px rgba(38, 89, 81, 0.03), 0px 12px 12px 0px rgba(38, 89, 81, 0.04), 0px 3px 7px 0px rgba(38, 89, 81, 0.05);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .25s, visibility .25s;
  transition: opacity .25s, visibility .25s;
}

.share__dropdown-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 16px;
}

.share__dropdown-btn {
  margin-top: 16px;
}

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

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

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

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.compare-toggle {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.compare-toggle input {
  display: none;
}

.compare-toggle input:checked + div > i {
  background-color: #009B60;
}

.compare-toggle input:checked + div > i::before {
  background-color: #fff;
  -webkit-transform: translateX(14px);
  transform: translateX(14px);
}

.compare-toggle > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
}

.compare-toggle > div > i {
  display: block;
  position: relative;
  width: 44px;
  height: 28px;
  border-radius: 20px;
  background-color: #D6E6E3;
  -webkit-transition: background-color .25s;
  transition: background-color .25s;
}

.compare-toggle > div > i::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 6px;
  width: 18px;
  height: 18px;
  background-color: #5C828A;
  border-radius: 50%;
  -webkit-transition: background-color .25s, -webkit-transform .25s;
  transition: background-color .25s, -webkit-transform .25s;
  transition: transform .25s, background-color .25s;
  transition: transform .25s, background-color .25s, -webkit-transform .25s;
}

.header__top {
  max-width: 1440px;
  margin: 0 auto;
  border-radius: 0 0 40px 40px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(222, 235, 233, 0.85)), color-stop(57.85%, rgba(117, 189, 158, 0.17)));
  background: linear-gradient(90deg, rgba(222, 235, 233, 0.85) 0%, rgba(117, 189, 158, 0.17) 57.85%);
  font-size: 15px;
  line-height: 20px;
}

.header__top-desc {
  font-weight: 700;
}

.header__top-row {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 28px;
}

.header__top-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  text-align: right;
}

.header__top-item span {
  position: relative;
  margin-bottom: -1px;
}

.header__top-item span::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  background-color: #75BD9F;
}

.header__top-item svg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.header__main {
  padding: 25px 0;
}

.header__main-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 20px;
  padding: 0 15px;
}

.header__logo {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-item-align: center;
  align-self: center;
}

.header__logo svg {
  width: 200px;
  height: auto;
}

.header__nav {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.header__nav ul li {
  font-weight: 500;
}

.header__nav ul li a {
  display: block;
  position: relative;
}

.header__nav ul li a::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #75BD9F;
}

.header__buttons {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px 20px;
}

.header__controls {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__controls-btn {
  width: 55px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header.menu-open .header__controls-icon svg {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.header.menu-open .header__controls-icon svg circle {
  fill: #00FA7D;
}

.header__controls-icon svg {
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.header__controls-icon svg circle {
  -webkit-transition: fill .25s;
  transition: fill .25s;
}

.footer {
  color: #fff;
  padding-bottom: 20px;
}

.footer__block {
  padding: 50px 65px 40px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(117, 189, 159, 0.15)), color-stop(68.02%, rgba(30, 40, 45, 0.15))), #1E282D;
  background: linear-gradient(90deg, rgba(117, 189, 159, 0.15) 0%, rgba(30, 40, 45, 0.15) 68.02%), #1E282D;
  border-radius: 90px 40px 90px 40px;
}

.footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 45px 30px;
}

.footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 25px;
}

.footer__logo > img {
  padding-top: 30px;
}

.footer__logo > span {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 277px;
  height: 47px;
  background: url(../img/copy-ballon-desc.svg) center center no-repeat;
  background-size: contain;
  font-size: 19px;
  line-height: 1;
  color: #00FA7D;
  font-weight: 600;
  position: relative;
}

.footer__logo > span span {
  position: absolute;
  top: 9px;
  left: 0;
  right: 0;
  text-align: center;
}

.footer__nav {
  margin-top: 35px;
  padding: 2px 0 5px;
}

.footer__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px 40px;
}

.footer__nav ul li {
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__nav ul li a {
  display: block;
  position: relative;
}

.footer__nav ul li a::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  background-color: #009B60;
}

.footer__phone-label {
  color: #009B60;
  font-weight: 500;
  margin-bottom: 5px;
}

.footer__phone-number {
  font-size: 50px;
  line-height: 60px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__phone-number a {
  display: block;
  position: relative;
}

.footer__phone-number a::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  background-color: #009B60;
}

.footer__locations {
  margin-top: 40px;
}

.footer__locations ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 12px;
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
}

.footer__locations ul li::before {
  content: '';
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 15px;
  height: 22px;
  background: url(../img/footer-location-icon.svg) center center no-repeat;
  background-size: contain;
}

.footer__bottom {
  margin-top: 35px;
}

.footer__privacy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__privacy-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  line-height: 20px;
}

.footer__privacy-item img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.footer__privacy-item span {
  position: relative;
}

.footer__privacy-item span::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #73828C;
}

.footer__designer {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  line-height: 22px;
  color: #73828C;
}

.footer__info {
  margin-top: 20px;
  max-width: 600px;
  font-size: 14px;
  line-height: 20px;
  color: #73828C;
}

.hero__slider {
  overflow: hidden;
  position: relative;
}

.hero__slide {
  height: auto;
}

.hero__item {
  height: 100%;
  background-color: #DCE3E6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 70px 0px 65px 69px;
  border-radius: 40px 90px 40px 90px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.hero__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: scale(1.022);
  transform: scale(1.022);
  -webkit-transition: -webkit-transform 1s .1s;
  transition: -webkit-transform 1s .1s;
  transition: transform 1s .1s;
  transition: transform 1s .1s, -webkit-transform 1s .1s;
}

.swiper-slide.swiper-slide-active .hero__bg img {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.hero__img {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 30px;
  left: 565px;
  z-index: -1;
}

.hero__img img {
  width: 100%;
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
  -webkit-transition: -webkit-transform 1s .1s;
  transition: -webkit-transform 1s .1s;
  transition: transform 1s .1s;
  transition: transform 1s .1s, -webkit-transform 1s .1s;
}

.swiper-slide.swiper-slide-active .hero__img img {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.hero__info {
  width: 100%;
}

.hero__logo {
  width: 210px;
  margin-bottom: 25px;
}

.hero__logo:last-child {
  margin-bottom: 0;
}

.hero__logo img {
  width: 100%;
}

.hero__title {
  font-weight: 800;
  line-height: 80px;
  margin-left: -4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hero__desc {
  margin: 30px 0 35px;
  min-height: 80px;
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.hero__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 15px;
  padding-top: 30px;
  padding-bottom: 40px;
}

.hero__value {
  font-size: 40px;
  line-height: 30px;
  font-weight: 500;
}

.hero__tag {
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  padding: 5px 6px;
  color: #fff;
  border-radius: 6px;
  background-color: #1E282D;
  text-transform: uppercase;
}

.hero__tag--new {
  background: -webkit-gradient(linear, left top, right top, from(#F06E0A), to(#F04242));
  background: linear-gradient(90deg, #F06E0A 0%, #F04242 100%);
}

.hero__tag--hit {
  background: -webkit-gradient(linear, left top, right top, from(#CCBF33), to(#009B60));
  background: linear-gradient(90deg, #CCBF33 0%, #009B60 100%);
}

.hero__buttons {
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
}

.hero__btn {
  min-width: 225px;
}

.hero__btn .config-btn,
.hero__btn .icon-btn {
  width: 100%;
}

.hero__slider-nav {
  position: absolute;
  right: 42px;
  bottom: 41px;
}

.new-cars__block {
  padding: 30px 65px 35px;
  background: -webkit-gradient(linear, left top, right top, from(#98CDB6), color-stop(70%, #DEEBE9));
  background: linear-gradient(90deg, #98CDB6 0%, #DEEBE9 70%);
  border-radius: 70px 30px 70px 30px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.new-cars__sub {
  font-size: 40px;
  line-height: 50px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px 16px;
}

.new-cars__sub > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2px 8px;
}

.new-cars__sub > span:last-child {
  display: block;
}

.new-cars__sub > span > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}

.new-cars__sub > span > span img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 40px;
}

.new-cars__sub a {
  color: #009B60;
  position: relative;
}

.new-cars__sub a::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 1px dashed #75BD9F;
}

.new-cars__icon {
  position: absolute;
  right: 62px;
  bottom: -6px;
  z-index: -1;
}

.new-cars__icon img {
  width: 100%;
}

.advantages__row {
  gap: 40px 0;
}

.advantages__col {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.advantages__hero {
  height: 100%;
  min-height: 430px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 40px;
  background: linear-gradient(46deg, rgba(255, 255, 255, 0.1) 50%, rgba(0, 250, 125, 0.1) 100%), #FFF;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(38, 89, 81, 0.03), 0px 10px 10px 0px rgba(38, 89, 81, 0.03), 0px 25px 15px 0px rgba(38, 89, 81, 0.02);
  box-shadow: 0px 3px 6px 0px rgba(38, 89, 81, 0.03), 0px 10px 10px 0px rgba(38, 89, 81, 0.03), 0px 25px 15px 0px rgba(38, 89, 81, 0.02);
  padding: 55px 55px 60px 65px;
  position: relative;
  z-index: 1;
}

.advantages__hero-icon {
  position: absolute;
  top: 60px;
  right: 15px;
  width: 180px;
  z-index: -1;
}

.advantages__hero-icon img {
  width: 100%;
}

.advantages__hero-content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 35px;
}

.advantages__hero-title {
  padding-right: 130px;
}

.advantages__hero-desc {
  font-size: 35px;
}

.advantages__list-col {
  margin-bottom: 40px;
}

.advantages__list-col:first-child .advantages__item-icon {
  top: 50px;
  right: 35px;
  width: 155px;
}

.advantages__list-col:last-child {
  margin-bottom: 0;
}

.advantages__list-col:last-child .advantages__item-icon {
  top: 50px;
  right: 28px;
  width: 112px;
}

.advantages__item {
  border-radius: 30px;
  background: linear-gradient(46deg, rgba(255, 255, 255, 0.1) 50%, rgba(0, 250, 125, 0.1) 100%), #FFF;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(38, 89, 81, 0.03), 0px 10px 10px 0px rgba(38, 89, 81, 0.03), 0px 25px 15px 0px rgba(38, 89, 81, 0.02);
  box-shadow: 0px 3px 6px 0px rgba(38, 89, 81, 0.03), 0px 10px 10px 0px rgba(38, 89, 81, 0.03), 0px 25px 15px 0px rgba(38, 89, 81, 0.02);
  padding: 40px 130px 40px 65px;
  position: relative;
  z-index: 1;
}

.advantages__item-icon {
  position: absolute;
  z-index: -1;
}

.advantages__item-title {
  padding-right: 65px;
}

.advantages__item-title > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 15px;
}

.advantages__item-title > span > span {
  margin-top: 17px;
}

.advantages__item-desc {
  margin-top: 35px;
  font-size: 25px;
  line-height: 34px;
}

.advantages__item-icons {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  padding-bottom: 5px;
}

.profitably__block {
  padding: 40px 290px 50px 65px;
  border-radius: 40px;
  background: -webkit-gradient(linear, left top, right top, color-stop(36.66%, #E7E1DF), color-stop(71.14%, #E5BABD), color-stop(99.35%, #FF6161));
  background: linear-gradient(90deg, #E7E1DF 36.66%, #E5BABD 71.14%, #FF6161 99.35%);
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.profitably__text {
  font-size: 30px;
  min-width: 570px;
}

.profitably__text p {
  margin-bottom: 30px;
}

.profitably__text p:last-child {
  margin-bottom: 0;
}

.profitably__btn {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.profitably__icon {
  width: calc(220px + 645px);
  position: absolute;
  top: 40px;
  right: 40px;
  padding-left: 645px;
  max-width: calc(100% - 40px);
  z-index: -1;
}

.profitably__icon img {
  width: 100%;
}

.premium__block {
  padding: 40px 65px 50px;
  border-radius: 40px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  color: #fff;
}

.premium__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.premium__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: bottom left;
  object-position: bottom left;
}

.premium__icon img {
  width: 100%;
}

.premium__content {
  max-width: 584px;
}

.premium__title {
  font-weight: 500;
}

.premium__title img {
  display: inline;
  vertical-align: middle;
  margin-top: -10px;
  padding-left: 6px;
}

.premium__desc {
  margin-top: 30px;
}

.premium__desc:first-child {
  margin-top: 0;
}

.premium__btn {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.catalog__header {
  padding-left: 65px;
  padding-right: 40px;
}

.catalog__title {
  margin-bottom: 50px;
}

.catalog__title:last-child {
  margin-bottom: 0;
}

.catalog__filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px 40px;
  margin-bottom: 35px;
}

.catalog__filters-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}

.catalog__filters-btn {
  display: block;
  cursor: pointer;
}

.catalog__filters-btn input {
  display: none;
}

.catalog__filters-btn input:checked + span {
  -webkit-box-shadow: 0px 5px 5px -2px rgba(0, 155, 103, 0.8) inset;
  box-shadow: 0px 5px 5px -2px rgba(0, 155, 103, 0.8) inset;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), color-stop(50%, rgba(0, 0, 0, 0))), #00FA7D;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 50%), #00FA7D;
  padding-top: 13px;
  padding-bottom: 12px;
}

.catalog__filters-btn span {
  display: block;
  padding: 11px 22px 14px;
  font-weight: 600;
  border-radius: 17px;
  background-color: #D6E6E3;
}

.catalog__more-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.catalog__controls {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}

.catalog__fav-icon {
  padding-top: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
}

.catalog__fav-icon img {
  margin-right: 9px;
}

.catalog__fav-icon button {
  margin-left: 4px;
  position: relative;
  font-weight: 700;
}

.catalog__fav-icon button::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 1px dashed #1E282D;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.catalog__sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
}

.catalog__sort-label {
  font-weight: 500;
}

.catalog__brands {
  margin-top: 40px;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(38, 89, 81, 0.03), 0px 10px 10px 0px rgba(38, 89, 81, 0.03), 0px 25px 15px 0px rgba(38, 89, 81, 0.02);
  box-shadow: 0px 3px 6px 0px rgba(38, 89, 81, 0.03), 0px 10px 10px 0px rgba(38, 89, 81, 0.03), 0px 25px 15px 0px rgba(38, 89, 81, 0.02);
  border-radius: 30px;
  overflow: hidden;
}

.catalog__brands-wrap {
  padding: 25px 40px 25px 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 40px;
  background-color: #fff;
}

.catalog__brands-reset {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.catalog__brands-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  height: 80px;
  overflow: hidden;
}

.catalog__brands-row.active {
  height: auto;
}

.catalog__brands-col {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 112px;
}

.catalog__brands-item {
  display: block;
}

.catalog__brands-item input {
  display: none;
}

.catalog__brands-item input:checked + span {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), color-stop(50%, rgba(0, 0, 0, 0))), #00FA7D;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 50%), #00FA7D;
  -webkit-box-shadow: 0px 5px 5px -2px rgba(0, 155, 103, 0.8) inset;
  box-shadow: 0px 5px 5px -2px rgba(0, 155, 103, 0.8) inset;
  padding-top: 14px;
  padding-bottom: 8px;
}

.catalog__brands-item input:checked + span svg path {
  fill: #1E282D;
}

.catalog__brands-item input:disabled + span {
  pointer-events: none;
  background-color: rgba(220, 227, 230, 0.15);
  color: #DCE3E6;
}

.catalog__brands-item input:disabled + span svg path {
  fill: #DCE3E6;
}

.catalog__brands-item > span {
  display: block;
  padding: 12px 14px 10px;
  font-weight: 700;
  border-radius: 20px;
  background-color: #DEEBE9;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
}

.catalog__brands-item > span svg {
  margin: 0 auto;
  max-width: none;
}

.catalog__brands-item > span svg path {
  -webkit-transition: fill .15s;
  transition: fill .15s;
  fill: #6C9390;
}

.catalog__brands-item > span span {
  display: block;
  font-size: 16px;
  margin-top: 4px;
}

.catalog__brands-item > span span:first-child {
  margin-top: 0;
}

.catalog__brands-more {
  margin-top: -1px;
}

.catalog__brands-more-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  background-color: rgba(0, 128, 79, 0.08);
  padding: 11px 0 10px;
}

.catalog__brands-more-btn.active svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.catalog__brands-more-btn svg {
  -webkit-transition: -webkit-transform .25s;
  transition: -webkit-transform .25s;
  transition: transform .25s;
  transition: transform .25s, -webkit-transform .25s;
}

.catalog__wrap {
  padding-top: 65px;
}

.catalog__row {
  gap: 40px 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.catalog__col {
  width: 33.333333333%;
}

.catalog__variation {
  height: 100%;
  display: none;
}

.catalog__variation.active {
  display: block;
}

.catalog__bottom {
  margin-top: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.catalog-card {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  -webkit-box-shadow: 0px 47px 19px 0px rgba(38, 89, 81, 0.01), 0px 27px 16px 0px rgba(38, 89, 81, 0.03), 0px 12px 12px 0px rgba(38, 89, 81, 0.04), 0px 3px 7px 0px rgba(38, 89, 81, 0.05);
  box-shadow: 0px 47px 19px 0px rgba(38, 89, 81, 0.01), 0px 27px 16px 0px rgba(38, 89, 81, 0.03), 0px 12px 12px 0px rgba(38, 89, 81, 0.04), 0px 3px 7px 0px rgba(38, 89, 81, 0.05);
  border-radius: 25px;
  overflow: hidden;
}

.catalog-card__top {
  padding: 15px 15px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
}

.catalog-card__fav-btn.active svg path {
  stroke: #E1283C !important;
  fill: #E1283C !important;
}

.catalog-card__fav-btn svg path {
  -webkit-transition: fill .25s, stroke .25s;
  transition: fill .25s, stroke .25s;
}

.catalog-card__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.catalog-card__tag {
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  color: #1E282D;
  text-transform: uppercase;
  padding: 4px 4px 3px;
  border: 1px solid #1E282D;
  border-radius: 6px;
}

.catalog-card__tag--orange {
  color: #F06E0A;
  border-color: rgba(240, 110, 10, 0.45);
}

.catalog-card__tag--green {
  color: #009B60;
  border-color: #75BD9F;
}

.catalog-card__img {
  margin-bottom: 25px;
}

.catalog-card__img img {
  width: 100%;
}

.catalog-card__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  font-size: 35px;
  line-height: 45px;
  font-weight: 700;
  padding: 0 30px;
}

.catalog-card__title img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.catalog-card__variations {
  margin-top: 15px;
  padding: 0 30px;
  position: relative;
}

.catalog-card__variations-header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 15px;
  border-radius: 12px;
  overflow: hidden;
  background-color: #EFF4F5;
  padding-right: 15px;
  position: relative;
}

.catalog-card__variations-header.catalog-card__variations-header--dropdown {
  padding-right: 42px;
  background-color: rgba(0, 155, 96, 0.2);
  -webkit-transition: background-color .25s;
  transition: background-color .25s;
}

.catalog-card__variations-header.catalog-card__variations-header--dropdown.active {
  background-color: rgba(0, 155, 96, 0.45) !important;
}

.catalog-card__variations-header.catalog-card__variations-header--dropdown.active svg {
  -webkit-transform: rotate(180deg) translateY(1px);
  transform: rotate(180deg) translateY(1px);
}

.catalog-card__variations-header.catalog-card__variations-header--dropdown.active svg path {
  stroke: #00804F;
}

.catalog-card__variations-header.catalog-card__variations-header--dropdown.active + .catalog-card__variations-list {
  opacity: 1;
  visibility: visible;
}

.catalog-card__variations-header.catalog-card__variations-header--dropdown svg {
  position: absolute;
  top: calc(50% - 4px);
  right: 16px;
  -webkit-transition: -webkit-transform .25s;
  transition: -webkit-transform .25s;
  transition: transform .25s;
  transition: transform .25s, -webkit-transform .25s;
}

.catalog-card__variations-header.catalog-card__variations-header--dropdown svg path {
  -webkit-transition: stroke .25s;
  transition: stroke .25s;
}

.catalog-card__variations-header > i {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 15px;
  border-radius: 12px 12px 0 12px;
}

.catalog-card__variations-header > span {
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  padding: 11px 0 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.catalog-card__variations-list {
  position: absolute;
  top: calc(100% + 10px);
  left: 30px;
  right: 30px;
  background-color: #fff;
  border: 1px solid #E9F2F0;
  border-radius: 12px;
  -webkit-box-shadow: 0px 47px 19px 0px rgba(38, 89, 81, 0.01), 0px 27px 16px 0px rgba(38, 89, 81, 0.03), 0px 12px 12px 0px rgba(38, 89, 81, 0.04), 0px 3px 7px 0px rgba(38, 89, 81, 0.05);
  box-shadow: 0px 47px 19px 0px rgba(38, 89, 81, 0.01), 0px 27px 16px 0px rgba(38, 89, 81, 0.03), 0px 12px 12px 0px rgba(38, 89, 81, 0.04), 0px 3px 7px 0px rgba(38, 89, 81, 0.05);
  z-index: 9;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .25s, visibility .25s;
  transition: opacity .25s, visibility .25s;
}

.catalog-card__variation {
  width: 100%;
  border-bottom: 1px solid #E9F2F0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.catalog-card__variation:last-child {
  border-bottom: 0;
}

.catalog-card__variation.active .catalog-card__variation-check {
  opacity: 1;
  visibility: visible;
}

.catalog-card__variation-color {
  width: 15px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.catalog-card__variation-content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 15px 15px;
  width: calc(100% - 15px);
}

.catalog-card__variation-name {
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.catalog-card__variation-tag {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 10px;
  line-height: 1;
  font-weight: 700;
  background-color: #1E282D;
  color: #fff;
  border-radius: 4px;
  padding: 2px 3px 3px;
  text-transform: uppercase;
}

.catalog-card__variation-tag--green {
  background-color: #009B60;
}

.catalog-card__variation-tag--orange {
  background-color: #F06E0A;
}

.catalog-card__variation-price {
  margin-left: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 13px;
  line-height: 1;
  color: #85A0AD;
  font-weight: 500;
}

.catalog-card__variation-check {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 14px;
  opacity: 0;
  visibility: hidden;
}

.catalog-card__characteristics {
  margin-top: 30px;
  padding: 0 30px;
}

.catalog-card__characteristics-row {
  max-width: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 25px 0;
}

.catalog-card__characteristics-item {
  width: calc(50% - 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.catalog-card__characteristics-item > span {
  padding: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}

.catalog-card__characteristics-item > span span {
  font-size: 14px;
  line-height: 10px;
}

.catalog-card__characteristics-item > span b {
  font-size: 18px;
  line-height: 13px;
}

.catalog-card__info {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-top: 25px;
  padding-top: 25px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.catalog-card__info::before {
  content: '';
  position: absolute;
  top: 0;
  left: 30px;
  right: 30px;
  height: 1px;
  background-color: #E9F2F0;
}

.catalog-card__info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 43px;
  padding: 0 30px;
  min-height: 71px;
}

.catalog-card__pre--hot .catalog-card__pre-label {
  color: #F06E0A;
}

.catalog-card__pre--hot .catalog-card__pre-value b {
  color: #F06E0A;
}

.catalog-card__pre-label {
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  padding-bottom: 4px;
  margin-bottom: 5px;
}

.catalog-card__pre-label:last-child {
  margin-bottom: 0;
}

.catalog-card__pre-label .tooltip {
  width: 19px;
  height: 19px;
}

.catalog-card__pre-value {
  font-size: 22px;
  line-height: 1;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
}

.catalog-card__pre-value span {
  font-size: 16px;
  line-height: 1;
  color: #85A0AD;
  text-decoration: line-through;
}

.catalog-card__yesterday {
  color: #009B60;
}

.catalog-card__yesterday-label {
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 10px;
}

.catalog-card__yesterday-label:last-child {
  margin-bottom: 0;
}

.catalog-card__yesterday-value {
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
}

.catalog-card__bottom {
  margin-top: 25px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.4)), to(rgba(0, 250, 125, 0.08))), #A3B8C2;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.4) 0%, rgba(0, 250, 125, 0.08) 100%), #A3B8C2;
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.other-info__row {
  gap: 55px 0;
}

.other-info__left {
  width: calc(50% + 65px);
}

.other-info__right {
  width: calc(50% - 65px);
}

.other-info__content {
  padding: 27px 40px 30px;
  background-color: #E6E3E3;
  border-radius: 25px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.other-info__content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 7px;
  height: 100%;
  background-color: #009B60;
}

.other-info__content > img {
  position: absolute;
  right: -24px;
  bottom: -25px;
  z-index: -1;
}

.other-info__content > p {
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 20px;
}

.other-info__content > p:last-child {
  margin-bottom: 0;
}

.other-info__block {
  height: 100%;
  min-height: 258px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  padding: 25px 40px 30px;
  border-radius: 25px;
  color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.other-info__block-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.other-info__block-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.other-info__block-title {
  font-size: 25px;
  line-height: 35px;
  font-weight: 500;
}

.other-info__block-title span {
  font-size: 40px;
  line-height: 35px;
  font-weight: 700;
  color: #C79B99;
}

.other-info__block-title b {
  font-weight: 800;
}

.other-info__block-arrow {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(168, 126, 122, 0.5);
  border-radius: 50%;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.about__block {
  padding: 55px 0 60px;
  background: -webkit-gradient(linear, right top, left top, color-stop(54.6%, rgba(210, 225, 235, 0)), to(#D2E1EB)), #B9CDE1;
  background: linear-gradient(270deg, rgba(210, 225, 235, 0) 54.6%, #D2E1EB 100%), #B9CDE1;
  border-radius: 40px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.about__title {
  padding-left: 65px;
  padding-right: 500px;
  margin-bottom: 50px;
}

.about__title:last-child {
  margin-bottom: 0;
}

.about__content {
  max-width: calc(510px + 145px + 65px);
  padding-left: 145px;
  padding-right: 65px;
}

.about__text {
  font-weight: 500;
}

.about__text p {
  line-height: 28px;
  margin-bottom: 35px;
}

.about__text p:last-child {
  margin-bottom: 0;
}

.about__lights {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 140px;
  z-index: -1;
}

.about__lights img {
  width: 100%;
}

.about__lights-list {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 140px;
  height: 460px;
}

.about__lights-list img {
  position: absolute;
  width: 54px;
  left: 62px;
  top: 1px;
}

.about__lights-list picture:nth-child(2) img {
  top: 118px;
}

.about__lights-list picture:nth-child(3) img {
  top: 263px;
}

.about__img img {
  width: 100%;
}

.faq__title {
  padding-left: 65px;
  padding-right: 40px;
  margin-bottom: 50px;
}

.faq__row {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 40px 0;
}

.faq__col {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}

.faq__item {
  padding-bottom: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(38, 89, 81, 0.03), 0px 10px 10px 0px rgba(38, 89, 81, 0.03), 0px 25px 15px 0px rgba(38, 89, 81, 0.02);
  box-shadow: 0px 3px 6px 0px rgba(38, 89, 81, 0.03), 0px 10px 10px 0px rgba(38, 89, 81, 0.03), 0px 25px 15px 0px rgba(38, 89, 81, 0.02);
  border-radius: 25px;
  -webkit-transition: background-color .25s;
  transition: background-color .25s;
}

.faq__item.active {
  background-color: #D7E6E6;
}

.faq__item.active .faq__item-header i {
  background-color: #009B60;
}

.faq__item.active .faq__item-header i span {
  background-color: #fff !important;
}

.faq__item.active .faq__item-header i span:last-child {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.faq__item--video {
  padding-bottom: 13px;
}

.faq__item--video .faq__item-header::before {
  opacity: 1;
  visibility: visible;
}

.faq__item-header {
  width: 100%;
  padding: 40px 40px 25px 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 40px;
  font-size: 25px;
  line-height: 35px;
  font-weight: 500;
  text-align: left;
  position: relative;
  z-index: 1;
}

.faq__item-header::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: -8px;
  border: 3px solid #00FA7D;
  border-radius: 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.faq__item-header > span {
  padding: 7px 0 5px;
}

.faq__item-header i {
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  border-radius: 15px;
  background-color: #DEEBE9;
  position: relative;
  -webkit-transition: background-color .25s;
  transition: background-color .25s;
}

.faq__item-header i span {
  position: absolute;
  width: 20px;
  height: 2px;
  top: calc(50% - 1px);
  left: calc(50% - 10px);
  border-radius: 100px;
  background-color: #1E282D;
  -webkit-transition: background-color .25s, -webkit-transform .25s;
  transition: background-color .25s, -webkit-transform .25s;
  transition: background-color .25s, transform .25s;
  transition: background-color .25s, transform .25s, -webkit-transform .25s;
}

.faq__item-header i span:last-child {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.faq__item-header s {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 57px;
  height: 57px;
  background-color: #DEEBE9;
  border-radius: 50%;
}

.faq__item-header s svg path {
  -webkit-transition: fill .25s;
  transition: fill .25s;
}

.faq__item-dropdown {
  display: none;
}

.faq__item-content {
  font-size: 18px;
  line-height: 26px;
  padding: 0 40px 15px 65px;
}

.faq__item-content p {
  margin-bottom: 26px;
}

.faq__item-content p:last-child {
  margin-bottom: 0;
}

.faq__more-btn {
  margin-top: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.reviews__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 20px;
  padding: 0 65px;
  margin-bottom: 50px;
}

.reviews__header:last-child {
  margin-bottom: 0;
}

.reviews__title {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.reviews__title span {
  color: #00FA7D;
}

.reviews__ya {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-top: 20px;
}

.reviews__ya-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.reviews__ya-btn > img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.reviews__ya-btn > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-size: 55px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -5.5px;
  color: #85A0AD;
}

.reviews__ya-btn > span svg path {
  -webkit-transition: fill .25s;
  transition: fill .25s;
}

.reviews__slider {
  position: relative;
}

.reviews__slide {
  height: auto;
}

.reviews-card {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: linear-gradient(228deg, rgba(255, 255, 255, 0.05) 50%, rgba(0, 250, 125, 0.05) 100%), #FFF;
  border-radius: 25px;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(38, 89, 81, 0.03), 0px 10px 10px 0px rgba(38, 89, 81, 0.03), 0px 25px 15px 0px rgba(38, 89, 81, 0.02);
  box-shadow: 0px 3px 6px 0px rgba(38, 89, 81, 0.03), 0px 10px 10px 0px rgba(38, 89, 81, 0.03), 0px 25px 15px 0px rgba(38, 89, 81, 0.02);
  overflow: hidden;
}

.reviews-card.reviews-card--consultation {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(215, 240, 230, 0.5)), to(rgba(215, 240, 230, 0.5))), #FFF;
  background: linear-gradient(0deg, rgba(215, 240, 230, 0.5) 0%, rgba(215, 240, 230, 0.5) 100%), #FFF;
}

.reviews-card__video {
  padding-bottom: 133.333%;
  border-radius: 25px;
  overflow: hidden;
  position: relative;
  background-color: #DEEBE9;
}

.reviews-card__video > picture img,
.reviews-card__video > img,
.reviews-card__video > video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.reviews-card__play {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.reviews-card__info {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 33px 30px 30px;
  gap: 15px;
}

.reviews-card__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 15px;
  font-size: 25px;
  line-height: 36px;
  font-weight: 500;
}

.reviews-card__stars {
  padding-top: 14px;
  position: relative;
}

.reviews-card__stars > span {
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.reviews-card__stars > span img {
  max-width: none;
}

.reviews-card__other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 15px;
}

.reviews-card__model {
  font-size: 20px;
  line-height: 27px;
  font-weight: 700;
  color: #009B60;
}

.reviews-card__date {
  padding: 2px 7px 4px;
  background-color: #E9F2F0;
  border-radius: 6px;
  font-size: 14px;
  line-height: 19px;
  font-weight: 600;
  color: #6C938C;
}

.reviews-card__bottom {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  padding: 22px 30px 30px;
  text-align: center;
}

.reviews-card__bottom-sub {
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
}

.company__wrap {
  padding: 0 65px;
}

.company__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  gap: 40px;
  margin-bottom: 55px;
}

.company__header:last-child {
  margin-bottom: 0;
}

.company__header-img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 280px;
}

.company__header-img img {
  width: 100%;
}

.company__title {
  margin-bottom: 30px;
}

.company__soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px 65px;
}

.company__soc-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  font-size: 40px;
  line-height: 55px;
  font-weight: 500;
}

.company__soc-item img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-bottom: -2px;
}

.company__soc-item span {
  position: relative;
}

.company__soc-item span::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background-color: #75BD9F;
}

.company__text {
  font-size: 20px;
  line-height: 29px;
}

.company__advantages {
  margin-top: 30px;
}

.company__advantages ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px 50px;
}

.company__advantages ul li {
  padding-left: 46px;
  position: relative;
  font-size: 25px;
  line-height: 34px;
  font-weight: 700;
}

.company__advantages ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 1px;
  width: 31px;
  height: 31px;
  background: url(../img/company-advantages-check.svg) center center no-repeat;
  background-size: contain;
}

.company__hello {
  margin-top: 40px;
}

.company__video-row {
  margin-top: 85px;
  gap: 40px 0;
}

.company__video-row:not(.active) .company__video-col:nth-child(1n + 3) {
  display: none;
}

.company__video-col {
  width: 50%;
}

.company__video-more {
  margin-top: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.video-card {
  height: 100%;
  display: block;
  position: relative;
  padding-bottom: 53.333%;
  color: #fff;
  border-radius: 30px;
  overflow: hidden;
}

.video-card__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #DEEBE9;
  z-index: 1;
}

.video-card__video::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(30, 40, 45, 0.6)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(30, 40, 45, 0.6) 100%);
}

.video-card__video video,
.video-card__video img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.video-card__sub {
  position: absolute;
  left: 40px;
  right: 40px;
  bottom: 30px;
  font-size: 35px;
  z-index: 2;
}

.video-card__play {
  position: absolute;
  top: calc(50% - 45px);
  left: calc(50% - 45px);
  z-index: 2;
}

.tmp-catalog {
  padding: 40px 40px 40px 65px;
  background: linear-gradient(90deg, rgba(222, 235, 233, 0.85) 0%, rgba(117, 189, 158, 0.17) 57.85%), linear-gradient(271deg, rgba(117, 189, 159, 0.1) 2.14%, rgba(222, 235, 233, 0.1) 100%);
  border-radius: 40px;
}

.tmp-catalog__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 40px;
}

.tmp-catalog__info {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: calc(100% - 400px);
  min-width: 460px;
}

.tmp-catalog__img {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.tmp-catalog__img img {
  width: 100%;
}

.tmp-catalog__sub {
  font-size: 30px;
  line-height: 41px;
  font-weight: 700;
}

.tmp-catalog__sub > span:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px;
}

.tmp-catalog__sub > span:last-child img {
  margin-top: 3px;
  width: 24px;
  height: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.tmp-catalog__desc {
  margin-top: 30px;
  font-size: 25px;
  line-height: 35px;
}

.tmp-catalog__bottom {
  margin-top: 60px;
}

.tmp-catalog__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background: -webkit-gradient(linear, left top, right top, from(#2A3D3D), color-stop(85%, #52747A));
  background: linear-gradient(90deg, #2A3D3D 0%, #52747A 85%);
  color: #fff;
  border-radius: 70px 25px 70px 25px;
  max-width: 770px;
  overflow: hidden;
}

.tmp-catalog__btn > b {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 26px 40px 31px;
  font-size: 70px;
  line-height: 1;
  font-weight: 700;
  background: linear-gradient(247deg, #009B60 0%, #00804F 100%);
  border-bottom-right-radius: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.tmp-catalog__btn > span {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 30px;
  line-height: 41px;
  font-weight: 700;
  padding: 20px 40px 25px 35px;
}

.tmp-catalog__btn > span > span {
  color: #00FA7D;
}

.config-popup {
  display: none;
  width: calc(100% - 40px);
  max-width: 1400px;
  min-height: calc(100% - 40px);
  margin: 20px 0 !important;
  border-radius: 30px;
  padding: 40px 80px 60px 60px;
  overflow: hidden;
  -webkit-box-shadow: 0px 67px 40px 0px rgba(38, 89, 81, 0.02), 0px 30px 30px 0px rgba(38, 89, 81, 0.03), 0px 7px 16px 0px rgba(38, 89, 81, 0.03);
  box-shadow: 0px 67px 40px 0px rgba(38, 89, 81, 0.02), 0px 30px 30px 0px rgba(38, 89, 81, 0.03), 0px 7px 16px 0px rgba(38, 89, 81, 0.03);
}

.config-popup .fancybox-close-small {
  display: none;
}

.config-popup:not(.load) .config {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.config-popup:not(.load) .config .config__controls,
.config-popup:not(.load) .config .config__wrap {
  display: none;
}

.config-popup.load .config__preloader {
  display: none;
}

.config {
  position: relative;
}

.config.loading .config__order-item {
  pointer-events: none;
}

.config.loading .config__order-item .main-input label > input {
  color: #A6BAC4;
  background-color: #F3F8F9;
  border-color: #D6E6E3;
}

.config.loading .config__order-item .main-input label > span {
  color: #C7D5DB;
}

.config.loading .config__order-right {
  pointer-events: none;
}

.config.loading .config__order-right .config-btn--form {
  width: 58px;
  background-color: #0096DC;
}

.config.loading .config__order-right .config-btn--form svg,
.config.loading .config__order-right .config-btn--form span {
  opacity: 0;
  visibility: hidden;
}

.config.loading .config__order-right .config-btn--form img {
  opacity: 1;
  visibility: visible;
}

.config.loading .config__tabs,
.config.loading .config__right-content > div:not(.config__order),
.config.loading .config__order-left {
  opacity: .5;
  pointer-events: none;
}

.config.submit .config__order-item {
  pointer-events: none;
}

.config.submit .config__order-item .main-input label > input {
  color: #A6BAC4;
  background-color: #F3F8F9;
  border-color: #D6E6E3;
}

.config.submit .config__order-item .main-input label > span {
  color: #C7D5DB;
}

.config.submit .config__order-right {
  pointer-events: none;
}

.config.submit .config__order-right .config-btn {
  display: none;
}

.config.submit .config__order-right .submit-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.config__preloader {
  padding: 10px 20px 20px;
  text-align: center;
}

.config__preloader-close {
  position: absolute;
  top: 30px;
  right: 30px;
}

.config__preloader-icon {
  margin-bottom: 42px;
}

.config__preloader-icon img {
  margin: 0 auto;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

.config__preloader-desc {
  max-width: 320px;
  font-size: 25px;
  line-height: 34px;
  color: #85A0AD;
  margin: 0 auto;
}

.config__controls {
  position: absolute;
  top: -10px;
  bottom: 0;
  left: calc(100% + 20px);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.2, 1, 0.35, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.2, 1, 0.35, 1);
  transition: transform 0.5s cubic-bezier(0.2, 1, 0.35, 1);
  transition: transform 0.5s cubic-bezier(0.2, 1, 0.35, 1), -webkit-transform 0.5s cubic-bezier(0.2, 1, 0.35, 1);
  z-index: 96;
}

.config__controls-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 26px;
}

.config__tabs {
  position: absolute;
  top: 10px;
  right: 0;
  width: calc(50% - 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  -webkit-transition: opacity .25s;
  transition: opacity .25s;
}

.config__tabs.config__tabs--hide {
  position: static;
  pointer-events: none;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  padding-top: 10px;
}

.config__type {
  display: none;
}

.config__type.active {
  display: block;
}

.config__variation {
  display: none;
}

.config__variation.active {
  display: block;
}

.config__variation.detail .config__aside-wrap {
  display: none;
}

.config__variation.detail .config__right {
  margin-left: auto;
}

.config__variation.detail .config__right .config__right-content > * {
  display: none;
}

.config__variation.detail .config__right .config__detail {
  display: block !important;
}

.config__variation.detail .config__mob-price {
  opacity: 0;
  visibility: hidden;
}

.config__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 60px;
}

.config__left {
  width: calc(50% - 40px);
  max-width: 560px;
}

.config__right {
  width: calc(50% - 20px);
}

.config__right-content > div:not(.config__order) {
  -webkit-transition: opacity .25s;
  transition: opacity .25s;
}

.config__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 30px;
  margin-bottom: 45px;
  position: sticky;
  top: 0;
  left: 0;
}

.config__header:last-child {
  margin-bottom: 0;
}

.config__header-logo {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 7.5px 0;
}

.config__header-title {
  font-size: 60px;
  line-height: 65px;
  font-weight: 700;
}

.config__header-desc {
  margin-top: 5px;
  font-size: 25px;
  line-height: 34px;
  font-weight: 700;
}

.config__header-desc--orange {
  color: #F06E0A;
}

.config__aside-wrap {
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.2, 1, 0.35, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.2, 1, 0.35, 1);
  transition: transform 0.5s cubic-bezier(0.2, 1, 0.35, 1);
  transition: transform 0.5s cubic-bezier(0.2, 1, 0.35, 1), -webkit-transform 0.5s cubic-bezier(0.2, 1, 0.35, 1);
}

.config__section {
  margin-top: 70px;
}

.config__section:first-child {
  margin-top: 0;
}

.config__sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px 20px;
}

.config__sub.config__sub--icon {
  position: relative;
  padding-left: 45px;
}

.config__sub.config__sub--icon > img {
  position: absolute;
  top: -6px;
  left: 0;
  width: 32px;
  height: 32px;
}

.config__sub-label {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 25px;
  line-height: 19px;
  font-weight: 700;
}

.config__sub-line {
  margin-top: 3px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 1px;
  background-color: #1E282D;
  min-width: 20px;
}

.config__other {
  font-size: 22px;
  line-height: 19px;
}

.config__complect-price {
  font-size: 22px;
  line-height: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}

.config__complect-price s {
  color: #85A0AD;
}

.config__complect-price b {
  font-weight: 400;
  color: #F06E0A;
}

.config__complect {
  margin-top: 40px;
}

.config__complect-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}

.config__complect-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  gap: 11px;
  padding: 9px 16px 10px;
  border: 1px solid rgba(117, 189, 159, 0.5);
  border-radius: 15px;
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
  -webkit-transition: border-color .25s, background-color .25s, color .25s;
  transition: border-color .25s, background-color .25s, color .25s;
}

.config__complect-btn.active {
  border-color: #009B60;
  background-color: #009B60;
  color: #fff;
}

.config__complect-btn.active::before {
  opacity: 1;
  visibility: visible;
}

.config__complect-btn::before {
  content: '';
  position: absolute;
  top: -5px;
  right: -5px;
  width: 21px;
  height: 20px;
  background: url(../img/config-check.svg) center center no-repeat;
  background-size: contain;
  -webkit-box-shadow: 0px 7px 4px 0px rgba(0, 102, 68, 0.05), 0px 3px 3px 0px rgba(0, 102, 68, 0.09), 0px 1px 2px 0px rgba(0, 102, 68, 0.1);
  box-shadow: 0px 7px 4px 0px rgba(0, 102, 68, 0.05), 0px 3px 3px 0px rgba(0, 102, 68, 0.09), 0px 1px 2px 0px rgba(0, 102, 68, 0.1);
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .25s, visibility .25s;
  transition: opacity .25s, visibility .25s;
}

.config__complect-btn i {
  margin-top: 4px;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0 4px;
  font-size: 12px;
  line-height: 17px;
  font-weight: 700;
  font-style: normal;
  background-color: #F06E0A;
  border-radius: 6px;
  color: #fff;
}

.config__characteristics {
  margin-top: 40px;
}

.config__characteristics-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px 40px;
}

.config__characteristics-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 25px;
}

.config__characteristics-item:last-child {
  margin-bottom: 0;
}

.config__characteristics-item img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.config__characteristics-item > span {
  padding: 5px 0;
}

.config__characteristics-item > span > span {
  display: block;
  font-size: 14px;
  line-height: 10px;
}

.config__characteristics-item > span > b {
  display: block;
  margin-top: 12px;
  font-size: 18px;
  line-height: 13px;
  font-weight: 700;
}

.config__characteristics-item > span > b:first-child {
  margin-top: 0;
}

.config__color {
  margin-top: 35px;
}

.config__color-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}

.config__color-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.config__color-item label {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.config__color-item label input {
  display: none;
}

.config__color-item label input:checked + span {
  -webkit-filter: drop-shadow(0px 3px 4px rgba(0, 155, 96, 0.3));
  filter: drop-shadow(0px 3px 4px rgba(0, 155, 96, 0.3));
}

.config__color-item label input:checked + span::before {
  opacity: 1;
  visibility: visible;
}

.config__color-item label input:checked + span::after {
  opacity: 1;
  visibility: visible;
}

.config__color-item label span {
  display: block;
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-transition: -webkit-filter .25s;
  transition: -webkit-filter .25s;
  transition: filter .25s;
  transition: filter .25s, -webkit-filter .25s;
}

.config__color-item label span::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 3px solid #009B60;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .25s, visibility .25s;
  transition: opacity .25s, visibility .25s;
}

.config__color-item label span::after {
  content: '';
  position: absolute;
  top: -3px;
  right: -3px;
  width: 21px;
  height: 20px;
  background: url(../img/config-check.svg) center center no-repeat;
  background-size: contain;
  -webkit-box-shadow: 0px 7px 4px 0px rgba(0, 102, 68, 0.05), 0px 3px 3px 0px rgba(0, 102, 68, 0.09), 0px 1px 2px 0px rgba(0, 102, 68, 0.1);
  box-shadow: 0px 7px 4px 0px rgba(0, 102, 68, 0.05), 0px 3px 3px 0px rgba(0, 102, 68, 0.09), 0px 1px 2px 0px rgba(0, 102, 68, 0.1);
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .25s, visibility .25s;
  transition: opacity .25s, visibility .25s;
}

.config__interior-name,
.config__wheels-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}

.config__wheels {
  margin-top: 35px;
}

.config__wheels-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}

.config__wheels-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.config__wheels-item label {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.config__wheels-item label input {
  display: none;
}

.config__wheels-item label input:checked + span {
  -webkit-filter: drop-shadow(0px 3px 4px rgba(0, 155, 96, 0.3));
  filter: drop-shadow(0px 3px 4px rgba(0, 155, 96, 0.3));
}

.config__wheels-item label input:checked + span::before {
  opacity: 1;
  visibility: visible;
}

.config__wheels-item label input:checked + span::after {
  opacity: 1;
  visibility: visible;
}

.config__wheels-item label span {
  display: block;
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -webkit-transition: -webkit-filter .25s;
  transition: -webkit-filter .25s;
  transition: filter .25s;
  transition: filter .25s, -webkit-filter .25s;
}

.config__wheels-item label span::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 3px solid #009B60;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .25s, visibility .25s;
  transition: opacity .25s, visibility .25s;
}

.config__wheels-item label span::after {
  content: '';
  position: absolute;
  top: -3px;
  right: -3px;
  width: 21px;
  height: 20px;
  background: url(../img/config-check.svg) center center no-repeat;
  background-size: contain;
  -webkit-box-shadow: 0px 7px 4px 0px rgba(0, 102, 68, 0.05), 0px 3px 3px 0px rgba(0, 102, 68, 0.09), 0px 1px 2px 0px rgba(0, 102, 68, 0.1);
  box-shadow: 0px 7px 4px 0px rgba(0, 102, 68, 0.05), 0px 3px 3px 0px rgba(0, 102, 68, 0.09), 0px 1px 2px 0px rgba(0, 102, 68, 0.1);
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .25s, visibility .25s;
  transition: opacity .25s, visibility .25s;
}

.config__wheels-item label span img {
  width: 100%;
  border-radius: 50%;
}

.config__options {
  margin-top: 40px;
}

.config__options-col {
  margin-bottom: 25px;
}

.config__options-col:last-child {
  margin-bottom: 0;
}

.config__option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.config__option label {
  display: block;
  width: 100%;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.config__option label input {
  display: none;
}

.config__option label input:checked + span {
  -webkit-box-shadow: 0px 3px 4px 0px rgba(0, 155, 96, 0.2);
  box-shadow: 0px 3px 4px 0px rgba(0, 155, 96, 0.2);
  background-color: #E9F2F0;
}

.config__option label input:checked + span::before {
  opacity: 1;
  visibility: visible;
}

.config__option label input:checked + span::after {
  opacity: 1;
  visibility: visible;
}

.config__option label > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  padding: 14px;
  position: relative;
  border: 1px solid #75BD9F;
  border-radius: 20px;
  -webkit-transition: background-color .25s, -webkit-box-shadow .25s;
  transition: background-color .25s, -webkit-box-shadow .25s;
  transition: box-shadow .25s, background-color .25s;
  transition: box-shadow .25s, background-color .25s, -webkit-box-shadow .25s;
  z-index: 1;
}

.config__option label > span::before {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border: 3px solid #009B60;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .25s, visibility .25s;
  transition: opacity .25s, visibility .25s;
  z-index: -1;
}

.config__option label > span::after {
  content: '';
  position: absolute;
  top: -4px;
  right: -4px;
  width: 20px;
  height: 20px;
  background: url(../img/config-check-2.svg) center center no-repeat;
  background-size: contain;
  -webkit-box-shadow: 0px 7px 4px 0px rgba(0, 102, 68, 0.05), 0px 3px 3px 0px rgba(0, 102, 68, 0.09), 0px 1px 2px 0px rgba(0, 102, 68, 0.1);
  box-shadow: 0px 7px 4px 0px rgba(0, 102, 68, 0.05), 0px 3px 3px 0px rgba(0, 102, 68, 0.09), 0px 1px 2px 0px rgba(0, 102, 68, 0.1);
  border-radius: 6px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .25s, visibility .25s;
  transition: opacity .25s, visibility .25s;
}

.config__option label > span > picture {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: #EFF4F5;
  border-radius: 15px;
  overflow: hidden;
}

.config__option label > span > picture img,
.config__option label > span > img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
  object-fit: cover;
}

.config__option label > span > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}

.config__option label > span > span > span:first-child {
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
}

.config__option label > span > span > span:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}

.config__option label > span > span > span:last-child > span:first-child {
  font-size: 20px;
  line-height: 27px;
}

.config__option label > span > span > span:last-child > span:last-child {
  width: 19px;
  height: 19px;
}

.config__option label > span > span > span:last-child > b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.config__option label > span > span > span:last-child > b img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.config__option label > span > span > span:last-child > b span {
  font-size: 20px;
  line-height: 27px;
  font-weight: 700;
  color: #F06E0A;
}

.config__services {
  margin-top: 35px;
}

.config__services-col {
  margin-bottom: 25px;
}

.config__services-col:last-child {
  margin-bottom: 0;
}

.config__services-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.config__services-item label {
  display: block;
  cursor: pointer;
}

.config__services-item label input {
  display: none;
}

.config__services-item label input:checked + span > i {
  background-color: #00FA7D;
  border-color: #00FA7D;
}

.config__services-item label input:checked + span > i::before {
  opacity: 1;
  visibility: visible;
}

.config__services-item label input[readonly] + span {
  color: #85A0AD;
  cursor: default;
}

.config__services-item label input[readonly] + span > i {
  background-color: #E9F2F0;
  border-color: #E9F2F0;
}

.config__services-item label input[readonly] + span > i::before {
  opacity: 1;
  visibility: visible;
  background-image: url(../img/check-2.svg);
}

.config__services-item label > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2px 12px;
  font-size: 20px;
  line-height: 27px;
}

.config__services-item label > span > i {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 1px;
  width: 25px;
  height: 25px;
  border-radius: 7px;
  border: 1px solid #75BD9F;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: border-color .15s, background-color .15s;
  transition: border-color .15s, background-color .15s;
}

.config__services-item label > span > i::before {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  width: 25px;
  height: 25px;
  background: url(../img/check.svg) center center no-repeat;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .15s, visibility .15s;
  transition: opacity .15s, visibility .15s;
}

.config__services-item label > span > b {
  font-weight: 600;
}

.config__services-item label > span > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}

.config__services-item label > span > span .tooltip {
  width: 19px;
  height: 19px;
}

.config__order {
  width: 100%;
  padding: 12px 25px 24px;
  border-radius: 25px;
  background-color: #E0F2FA;
}

.config__order.config__order--mob {
  width: auto;
  margin: 40px -15px 0;
  padding: 8px 15px 40px;
  border-radius: 30px 30px 0 0;
}

.config__order.config__order--mob .config__order-sub {
  padding-left: 2px;
}

.config__order--sale {
  background-color: #FDEDE1;
}

.config__order--sale .config__order-sub > b {
  color: #F06E0A;
}

.config__order--sale .config__order-price > b {
  color: #F06E0A;
}

.config__order--buy {
  background-color: #E0F4E8;
}

.config__order-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px 12px;
}

.config__order-left {
  padding-top: 10px;
  -webkit-transition: opacity .25s;
  transition: opacity .25s;
}

.config__order-right {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 12px 0;
  position: relative;
  min-width: 225px;
}

.config__order-right .config-btn {
  position: relative;
  -webkit-transition: background-color .25s, color .25s, opacity .25s, visibility .25s, width .25s;
  transition: background-color .25s, color .25s, opacity .25s, visibility .25s, width .25s;
}

.config__order-right .config-btn:first-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.config__order-right .config-btn:first-child.active {
  opacity: 0;
  visibility: hidden;
}

.config__order-right .config-btn:first-child.active + .config-btn {
  opacity: 1;
  visibility: visible;
}

.config__order-right .config-btn:nth-child(2) {
  width: 100%;
  opacity: 0;
  visibility: hidden;
}

.config__order-right .submit-btn {
  display: none;
}

.config__order-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}

.config__order-sub:last-child {
  margin-bottom: 0;
}

.config__order-sub > b {
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
}

.config__order-sub > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.config__order-sub > span > span:last-child {
  font-size: 18px;
  line-height: 22px;
  color: #009B60;
}

.config__order-price {
  padding-bottom: 6px;
}

.config__order-price > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

.config__order-price > span:last-child {
  margin-bottom: 0;
}

.config__order-price > span > s {
  font-size: 22px;
  line-height: 16px;
  font-weight: 500;
  color: #85A0AD;
}

.config__order-price > span > span {
  font-size: 12px;
  line-height: 21px;
  text-transform: uppercase;
  color: #F06E0A;
  font-weight: 700;
  padding: 0 5px;
  position: relative;
  z-index: 1;
}

.config__order-price > span > span::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #F06E0A;
  border-radius: 6px;
  opacity: .45;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: -1;
}

.config__order-price > b {
  display: block;
  font-size: 35px;
  line-height: 25px;
  font-weight: 700;
}

.config__order-dropdown {
  display: none;
}

.config__order-form {
  padding-top: 18px;
}

.config__order-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}

.config__order-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 200px;
}

.config__order-agree {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 9px;
  font-size: 14px;
  line-height: 19px;
  font-weight: 500;
  color: #5C828A;
}

.config__order-agree img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.config__order-agree > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0 3px;
}

.config__order-agree a {
  color: #1E282D;
  position: relative;
}

.config__order-agree a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #1E282D;
}

.config__gallery {
  margin-bottom: 45px;
}

.config__gallery:last-child {
  margin-bottom: 0;
}

.config__gallery-slider {
  overflow: hidden;
}

.config__gallery-item {
  background-color: #EFF4F5;
  border-radius: 20px;
  overflow: hidden;
}

.config__gallery-item img {
  width: 100%;
}

.config__gallery-thumbs {
  margin-top: 25px;
  overflow: hidden;
  position: relative;
}

.config__gallery-thumb {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
}

.config__gallery-thumb.swiper-slide-thumb-active::before {
  opacity: 1;
  visibility: visible;
}

.config__gallery-thumb::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #009B60;
  border-radius: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .15s, visibility .15s;
  transition: opacity .15s, visibility .15s;
}

.config__gallery-thumb-item {
  background-color: #EFF4F5;
  border-radius: 12px;
  overflow: hidden;
}

.config__gallery-thumb-item img {
  width: 100%;
}

.config__gallery-btn {
  position: absolute;
  top: 0;
  height: 100%;
  width: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 9;
  -webkit-transition: opacity .25s, visibility .25s;
  transition: opacity .25s, visibility .25s;
}

.config__gallery-btn.swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
}

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

.config__gallery-prev {
  left: 0;
}

.config__gallery-next {
  right: 0;
}

.config__mob-price {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 97;
  -webkit-transition: opacity .25s, visibility .25s;
  transition: opacity .25s, visibility .25s;
}

.config__mob-price-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  padding: 7px 10px;
  border-radius: 10px;
  background-color: #E0F2FA;
}

.config__mob-price-btn--sale {
  background-color: #FDEDE1;
}

.config__mob-price-btn--sale b {
  color: #F06E0A;
}

.config__mob-price-btn--buy {
  background-color: #E0F4E8;
}

.config__mob-price-btn span {
  color: #85A0AD;
}

.config__mob-price-btn b {
  font-weight: 700;
}

.config__availability {
  margin-top: 40px;
}

.config__availability-col {
  margin-bottom: 25px;
}

.config__availability-col:last-child {
  margin-bottom: 0;
}

.config__detail {
  display: none;
  position: relative;
  z-index: 3;
}

.config__detail.show-detail .config-detail {
  display: block;
}

.config__detail.show-compare .config-compare {
  display: block;
}

.config__detail-video {
  margin-top: 70px;
}

.config__detail-video .video-card {
  padding-bottom: 55.859%;
  border-radius: 25px;
}

.config__detail-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px 30px;
  padding-left: 80px;
  margin-bottom: 55px;
}

.config__detail-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.config__detail-toggle:not(.active) {
  display: none;
}

.availability-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px 30px;
  padding: 14px;
  position: relative;
  border: 1px solid #75BD9F;
  border-radius: 20px;
  cursor: pointer;
  -webkit-transition: background-color .25s, -webkit-box-shadow .25s;
  transition: background-color .25s, -webkit-box-shadow .25s;
  transition: box-shadow .25s, background-color .25s;
  transition: box-shadow .25s, background-color .25s, -webkit-box-shadow .25s;
  z-index: 1;
}

.availability-card.active {
  -webkit-box-shadow: 0px 3px 4px 0px rgba(0, 155, 96, 0.2);
  box-shadow: 0px 3px 4px 0px rgba(0, 155, 96, 0.2);
  background-color: #E9F2F0;
}

.availability-card.active::before {
  opacity: 1;
  visibility: visible;
}

.availability-card.active::after {
  opacity: 1;
  visibility: visible;
}

.availability-card::before {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border: 3px solid #009B60;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .25s, visibility .25s;
  transition: opacity .25s, visibility .25s;
  z-index: -1;
}

.availability-card::after {
  content: '';
  position: absolute;
  top: -5px;
  right: -5px;
  width: 20px;
  height: 20px;
  background: url(../img/config-check-3.svg) center center no-repeat;
  background-size: contain;
  -webkit-box-shadow: 0px 7px 4px 0px rgba(0, 102, 68, 0.05), 0px 3px 3px 0px rgba(0, 102, 68, 0.09), 0px 1px 2px 0px rgba(0, 102, 68, 0.1);
  box-shadow: 0px 7px 4px 0px rgba(0, 102, 68, 0.05), 0px 3px 3px 0px rgba(0, 102, 68, 0.09), 0px 1px 2px 0px rgba(0, 102, 68, 0.1);
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .25s, visibility .25s;
  transition: opacity .25s, visibility .25s;
}

.availability-card__img {
  width: 150px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: #D6E6E3;
  border-radius: 15px;
  overflow: hidden;
}

.availability-card__img img {
  width: 100%;
}

.availability-card__info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 200px;
  padding: 3px 0;
}

.availability-card__title {
  font-size: 25px;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 15px;
}

.availability-card__title:last-child {
  margin-bottom: 0;
}

.availability-card__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3px;
  font-size: 18px;
  line-height: 25px;
}

.availability-card__list b {
  font-weight: 600;
}

.availability-card__list.active + .availability-card__more span:first-child {
  display: none;
}

.availability-card__list.active + .availability-card__more span:last-child {
  display: block;
}

.availability-card__list:not(.active) p:nth-child(1n + 6) {
  display: none;
}

.availability-card__list:not(.active) p:nth-child(5):not(:last-child) {
  background: -webkit-gradient(linear, left top, left bottom, from(#1E282D), to(rgba(30, 40, 45, 0)));
  background: linear-gradient(180deg, #1E282D 0%, rgba(30, 40, 45, 0) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.availability-card__more {
  margin-top: 3px;
  padding: 10px 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  line-height: 22px;
}

.availability-card__more span {
  display: block;
  position: relative;
  color: #009B60;
}

.availability-card__more span:last-child {
  display: none;
}

.availability-card__more span::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 1px dashed #75BD9F;
}

.availability-card__price {
  margin-top: 3px;
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
}

.config-detail {
  display: none;
}

.config-detail__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 50px;
}

.config-detail__col {
  width: 200px;
}

.config-detail__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3px;
}

.config-detail__sub {
  font-size: 14px;
  line-height: 19px;
}

.config-detail__value {
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
}

.config-compare {
  display: none;
}

.config-compare--1 .config-compare__table table tr:first-child td:nth-child(2),
.config-compare--1 .config-compare__table table tr:last-child td:nth-child(2) {
  background-color: #AFD6C8;
}

.config-compare--1 .config-compare__table table tr td:nth-child(2) {
  background-color: #F1F8F5;
}

.config-compare--2 .config-compare__table table tr:first-child td:nth-child(3),
.config-compare--2 .config-compare__table table tr:last-child td:nth-child(3) {
  background-color: #AFD6C8;
}

.config-compare--2 .config-compare__table table tr td:nth-child(3) {
  background-color: #F1F8F5;
}

.config-compare--3 .config-compare__table table tr:first-child td:nth-child(4),
.config-compare--3 .config-compare__table table tr:last-child td:nth-child(4) {
  background-color: #AFD6C8;
}

.config-compare--3 .config-compare__table table tr td:nth-child(4) {
  background-color: #F1F8F5;
}

.config-compare--4 .config-compare__table table tr:first-child td:nth-child(5),
.config-compare--4 .config-compare__table table tr:last-child td:nth-child(5) {
  background-color: #AFD6C8;
}

.config-compare--4 .config-compare__table table tr td:nth-child(5) {
  background-color: #F1F8F5;
}

.config-compare--5 .config-compare__table table tr:first-child td:nth-child(6),
.config-compare--5 .config-compare__table table tr:last-child td:nth-child(6) {
  background-color: #AFD6C8;
}

.config-compare--5 .config-compare__table table tr td:nth-child(6) {
  background-color: #F1F8F5;
}

.config-compare--6 .config-compare__table table tr:first-child td:nth-child(7),
.config-compare--6 .config-compare__table table tr:last-child td:nth-child(7) {
  background-color: #AFD6C8;
}

.config-compare--6 .config-compare__table table tr td:nth-child(7) {
  background-color: #F1F8F5;
}

.config-compare--7 .config-compare__table table tr:first-child td:nth-child(8),
.config-compare--7 .config-compare__table table tr:last-child td:nth-child(8) {
  background-color: #AFD6C8;
}

.config-compare--7 .config-compare__table table tr td:nth-child(8) {
  background-color: #F1F8F5;
}

.config-compare--8 .config-compare__table table tr:first-child td:nth-child(9),
.config-compare--8 .config-compare__table table tr:last-child td:nth-child(9) {
  background-color: #AFD6C8;
}

.config-compare--8 .config-compare__table table tr td:nth-child(9) {
  background-color: #F1F8F5;
}

.config-compare--9 .config-compare__table table tr:first-child td:nth-child(10),
.config-compare--9 .config-compare__table table tr:last-child td:nth-child(10) {
  background-color: #AFD6C8;
}

.config-compare--9 .config-compare__table table tr td:nth-child(10) {
  background-color: #F1F8F5;
}

.config-compare--10 .config-compare__table table tr:first-child td:nth-child(11),
.config-compare--10 .config-compare__table table tr:last-child td:nth-child(11) {
  background-color: #AFD6C8;
}

.config-compare--10 .config-compare__table table tr td:nth-child(11) {
  background-color: #F1F8F5;
}

.config-compare.only-different .config-compare__table table tr:not(.different) {
  display: none;
}

.config-compare__table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

.config-compare__table table tr:first-child td {
  border-top: 1px solid #DEEBE9;
  background-color: #DEEBE9;
  font-weight: 500;
  padding: 20px;
  font-size: 20px;
  line-height: 27px;
}

.config-compare__table table tr:first-child td:not(:last-child) {
  border-right: 1px solid #C8D7DC;
}

.config-compare__table table tr:first-child td:first-child {
  border-top-left-radius: 20px;
  background-color: #DEEBE9;
}

.config-compare__table table tr:first-child td:last-child {
  border-top-right-radius: 20px;
}

.config-compare__table table tr:first-child td > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 5px 10px;
}

.config-compare__table table tr:first-child td > span > span {
  margin-top: 5px;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  padding: 3px 3px;
  border-radius: 6px;
  background-color: #F06E0A;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.config-compare__table table tr:last-child td {
  background-color: #DEEBE9;
  font-weight: 500;
  padding: 20px;
  font-size: 20px;
  line-height: 27px;
}

.config-compare__table table tr:last-child td:not(:last-child) {
  border-right: 1px solid #C8D7DC;
}

.config-compare__table table tr:last-child td:first-child {
  border-bottom-left-radius: 20px;
}

.config-compare__table table tr:last-child td:last-child {
  border-bottom-right-radius: 20px;
}

.config-compare__table table tr td {
  font-size: 16px;
  line-height: 22px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #DEEBE9;
  border-right: 1px solid #DEEBE9;
  padding: 15px 20px;
  background-color: #fff;
}

.config-compare__table table tr td:first-child {
  font-weight: 700;
  width: 260px;
  min-width: 260px;
  max-width: 260px;
  border-left: 1px solid #DEEBE9;
}

.config-compare__table table tr td b {
  color: #F06E0A;
  font-weight: 500;
}

.config-post {
  padding-top: 40px;
}

.config-post .config__aside-wrap {
  -webkit-transition: 0s !important;
  transition: 0s !important;
}

.config-post .config__order.config__order--mob {
  margin-left: 0;
  margin-right: 0;
  border-radius: 30px;
}

@media (min-width: 900px) {
  .slider-other-nav__btn {
    position: absolute;
    top: calc(50% - 22px);
  }

  .header__top-mob {
    display: none;
  }

  .header__top-container {
    padding: 12px 50px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 28px;
  }

  .header__nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 0 15px 25px;
    gap: 15px 40px;
  }

  .header__controls {
    display: none;
  }

  .footer__locations ul li {
    margin-bottom: 15px;
  }

  .footer__locations ul li:last-child {
    margin-bottom: 0;
  }

  .hero__info {
    max-width: 500px;
  }

  .advantages__col {
    min-width: 640px;
  }

  .premium__icon {
    width: calc(369px + 639px);
    max-width: calc(100% - 50px);
    position: absolute;
    top: 40px;
    right: 50px;
    padding-left: 639px;
    z-index: -1;
  }

  .about__text p img {
    display: none;
  }

  .about__img {
    position: absolute;
    right: 0;
    top: 0;
    width: 750px;
    margin-left: 620px;
    max-width: calc(100% - 620px);
    z-index: -2;
  }

  .about__img picture:last-child {
    display: none;
  }

  .faq__row:not(.active) .faq__item:nth-child(1n + 5) {
    display: none;
  }

  .reviews__slider {
    padding: 0 65px;
    padding-bottom: 20px;
    margin-bottom: -20px;
    overflow: hidden;
  }

  .reviews__slider::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 55px;
    height: 100%;
    background-color: #EFF4F5;
    z-index: 2;
  }

  .reviews__slider::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 55px;
    height: 100%;
    background-color: #EFF4F5;
    z-index: 2;
  }

  .tmp-catalog__img {
    margin-bottom: -100%;
  }

  .config__right-content {
    margin-top: 50px;
    border-top: 1px solid #E9F2F0;
    padding-top: 50px;
  }

  .config__order.config__order--mob {
    display: none;
  }

  .config__mob-price {
    display: none;
  }

  .config__detail {
    margin-left: calc(-100% - 40px);
  }

  .config-compare__table table tr:first-child td:first-child span:last-child {
    display: none;
  }

  .config-post .config {
    padding: 0 15px;
  }
}

@media (max-width: 1299px) {
  .hero__img {
    left: 432px;
  }

  .catalog__col {
    width: 50%;
  }

  .other-info__col {
    width: 100%;
  }

  .faq__col {
    width: 100%;
  }

  .company__video-col {
    width: 100%;
  }

  .tmp-catalog__btn {
    max-width: 700px;
  }
}

@media (max-width: 1199px) {
  .config__services-item label > span > span {
    width: 100%;
    padding-left: 37px;
  }
}

@media (max-width: 1023px) {
  .header__top-item {
    max-width: 158px;
  }

  .header__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    min-width: 380px;
  }

  .about__title {
    padding-right: 30px;
    max-width: calc(735px + 65px + 30px);
  }

  .company__header {
    gap: 30px;
  }

  .company__header-img {
    width: 218px;
    margin-right: -20px;
  }

  .config-popup {
    padding-left: 40px;
    padding-right: 60px;
  }

  .config__controls {
    left: calc(100% + 15px);
  }

  .config__tabs {
    width: calc(50% - 10px);
  }

  .config__row {
    gap: 40px;
  }

  .config__left {
    width: calc(50% - 30px);
  }

  .config__right {
    width: calc(50% - 10px);
  }
}

@media (max-width: 899px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .main {
    padding-top: 75px;
    padding-bottom: 55px;
  }

  .row {
    margin-left: -15px;
    margin-right: -15px;
  }

  .col {
    padding-left: 15px;
    padding-right: 15px;
  }

  h1,
  .h1 {
    font-size: 30px;
    line-height: 37px;
  }

  h2,
  .h2 {
    font-size: 30px;
    line-height: 37px;
  }

  h3,
  .h3 {
    font-size: 30px;
    line-height: 37px;
  }

  .section {
    padding-top: 40px;
  }

  .section--lg {
    margin-top: 0;
  }

  .lk-btn {
    padding: 8px 15px 11px;
    border-radius: 13px;
    gap: 10px;
  }

  .lk-btn span:nth-child(3) {
    border-radius: 13px;
    padding: 9px 0 12px;
  }

  .consultation-btn {
    padding: 9px 16px 12px;
    border-radius: 13px;
  }

  .submit-btn {
    padding: 9px 13px 12px;
    border-radius: 13px;
  }

  .config-btn {
    padding: 9px 16px 12px;
    border-radius: 13px;
  }

  .config-btn.config-btn--small {
    padding: 9px 13px 12px;
  }

  .config-btn.config-btn--form img {
    top: 12px;
  }

  .icon-btn {
    gap: 10px;
    padding: 8px 15px 11px;
    border-radius: 13px;
  }

  .icon-btn.icon-btn--soon > span:last-child {
    border-radius: 13px;
  }

  .hot-btn {
    padding: 9px 16px 12px;
    gap: 10px;
    border-radius: 13px;
  }

  .gold-btn {
    padding: 8px 15px 11px;
    border-radius: 13px;
  }

  .reset-button {
    padding: 8px 15px 11px;
    gap: 10px;
    border-radius: 13px;
  }

  .more-btn {
    padding: 9px 16px 12px;
    gap: 10px;
    border-radius: 13px;
  }

  .more-btn img {
    width: 20px;
    height: 20px;
  }

  .tooltip.tooltip--r-mob:hover > span:last-child {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  .tooltip.tooltip--r-mob > span:last-child {
    left: auto;
    right: -20px;
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
  }

  .tooltip.tooltip--r-mob > span:last-child::after {
    left: auto;
    right: 18px;
  }

  .slider-other-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 40px;
  }

  .main-select .jq-selectbox__dropdown ul li {
    font-size: 14px;
  }

  .play-btn {
    width: 60px;
    height: 60px;
  }

  .consultation-popup {
    max-width: 100%;
    border-radius: 20px;
  }

  .consultation-popup__close {
    top: 15px;
    right: 15px;
  }

  .consultation-popup__header {
    padding: 56px 16px 30px;
    gap: 22px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .consultation-popup__header::before {
    height: 125px;
  }

  .consultation-popup__img {
    margin-top: 10px;
    width: 90px;
    height: 90px;
    border-width: 4px;
  }

  .consultation-popup__title {
    font-size: 20px;
    line-height: 27px;
    padding: 0;
    min-height: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .consultation-popup__content {
    padding: 0 20px 30px;
  }

  .consultation-popup__left {
    width: calc(50% - 15px);
  }

  .consultation-popup__sub {
    font-size: 25px;
    line-height: 33px;
  }

  .consultation-popup__btn .config-btn--form {
    width: 207px;
  }

  .share {
    position: static;
  }

  .share__dropdown {
    right: 10px;
  }

  .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 98;
  }

  .header__top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background: #fff;
    padding: 90px 20px 30px;
    border-radius: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
  }

  .header.menu-open .header__top {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .header__top-container {
    margin-top: 35px;
    padding-top: 20px;
    border-top: 1px solid #E9F2F0;
  }

  .header__top-desc {
    padding: 5px 0;
    line-height: 22px;
    color: #85A0AD;
  }

  .header__top-row {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 20px;
  }

  .header__top-item {
    max-width: 100%;
    text-align: left;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    gap: 15px;
  }

  .header__top-item span {
    -ms-flex-item-align: center;
    align-self: center;
  }

  .header__main {
    position: relative;
    padding: 10px 5px;
    background: -webkit-gradient(linear, left top, right top, from(#E0E8EC), color-stop(57.85%, rgba(117, 189, 158, 0.2))), rgba(255, 255, 255, 0.5);
    background: linear-gradient(90deg, #E0E8EC 0%, rgba(117, 189, 158, 0.2) 57.85%), rgba(255, 255, 255, 0.5);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    border-radius: 0 0 20px 20px;
    z-index: 2;
  }

  .header__main .header__nav,
  .header__main .header__buttons {
    display: none;
  }

  .header__main-wrap {
    padding: 0;
    gap: 10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header__logo svg {
    width: 150px;
  }

  .header__nav ul li {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .header__nav ul li:last-child {
    margin-bottom: 0;
  }

  .header__buttons {
    margin-top: 35px;
    min-width: 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer {
    padding-bottom: 15px;
  }

  .footer__block {
    padding: 25px 20px;
    border-radius: 35px 20px 35px 35px;
  }

  .footer__row {
    gap: 35px 30px;
  }

  .footer__right {
    width: 100%;
  }

  .footer__logo {
    display: block;
    position: relative;
  }

  .footer__logo > img {
    padding-top: 48px;
    width: 250px;
  }

  .footer__logo > span {
    background-image: url(../img/copy-ballon-mob.svg);
    width: 204px;
    height: 36px;
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 158px;
  }

  .footer__logo > span span {
    top: 8px;
  }

  .footer__nav {
    margin: 35px 0 0;
    padding: 0;
  }

  .footer__nav ul {
    gap: 20px 30px;
  }

  .footer__phone-label {
    font-size: 16px;
    line-height: 22px;
  }

  .footer__phone-number {
    font-size: 30px;
    line-height: 40px;
  }

  .footer__locations {
    margin-top: 30px;
  }

  .footer__locations ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px 30px;
  }

  .footer__designer {
    margin-top: 15px;
    gap: 10px;
    font-size: 12px;
    line-height: 20px;
  }

  .footer__designer img {
    width: 120px;
  }

  .footer__info {
    margin-top: 15px;
    max-width: 100%;
    font-size: 12px;
    line-height: 17px;
  }

  .hero__item {
    padding: 15px 20px 35px;
    border-radius: 20px;
  }

  .hero__img {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    height: auto;
    padding-bottom: 56.656%;
    margin-bottom: 20px;
  }

  .hero__img img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .hero__logo {
    width: 155px;
    margin-bottom: 5px;
  }

  .hero__title {
    font-size: 50px;
    line-height: 60px;
    margin-left: 0;
  }

  .hero__desc {
    margin: 15px 0 0;
    min-height: 50px;
    font-size: 18px;
    line-height: 25px;
  }

  .hero__price {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    padding-bottom: 15px;
  }

  .hero__value {
    font-size: 25px;
    left: 1px;
  }

  .hero__tag {
    font-size: 11px;
    line-height: 12px;
    padding: 4px 6px;
  }

  .hero__buttons {
    margin-top: 10px;
    gap: 15px 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 60px;
  }

  .hero__btn {
    min-width: 208px;
  }

  .hero__slider-nav {
    right: 14px;
    bottom: 14px;
  }

  .new-cars__block {
    padding: 20px 20px 25px;
    border-radius: 35px 20px 35px 20px;
  }

  .new-cars__sub {
    font-size: 25px;
    line-height: 32px;
    gap: 2px 4px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .new-cars__sub > span {
    gap: 2px 4px;
  }

  .new-cars__sub > span > span {
    gap: 8px;
  }

  .new-cars__sub > span > span img {
    width: 25px;
  }

  .new-cars__icon {
    width: 163px;
    right: 15px;
    bottom: -10px;
  }

  .advantages__row {
    gap: 30px;
  }

  .advantages__col {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    width: 100%;
    min-width: 0;
  }

  .advantages__hero {
    background: linear-gradient(317deg, rgba(255, 255, 255, 0.1) 23.85%, rgba(0, 250, 125, 0.1) 100%), #FFF;
    padding: 146px 20px 25px;
    border-radius: 20px;
    min-height: 0;
  }

  .advantages__hero-icon {
    width: 105px;
    top: 30px;
    right: auto;
    left: 5px;
  }

  .advantages__hero-content {
    gap: 15px;
  }

  .advantages__hero-title {
    padding: 0;
    font-size: 30px;
    line-height: 37px;
  }

  .advantages__hero-desc {
    font-size: 18px;
    line-height: 25px;
  }

  .advantages__list-col {
    margin-bottom: 30px;
  }

  .advantages__list-col:first-child .advantages__item-icon {
    top: 30px;
    left: 10px;
    width: 106px;
  }

  .advantages__list-col:last-child .advantages__item-icon {
    top: 30px;
    left: 10px;
    width: 82px;
  }

  .advantages__item {
    background: linear-gradient(317deg, rgba(255, 255, 255, 0.1) 23.85%, rgba(0, 250, 125, 0.1) 100%), #FFF;
    padding: 132px 20px 25px;
    border-radius: 20px;
  }

  .advantages__item-title {
    padding: 0;
  }

  .advantages__item-title > span > span {
    position: absolute;
    top: 26px;
    right: 26px;
    margin: 0;
  }

  .advantages__item-desc {
    margin-top: 15px;
    font-size: 18px;
    line-height: 25px;
  }

  .advantages__item-icons {
    margin-top: 15px;
    gap: 10px;
    padding-bottom: 0;
  }

  .profitably__block {
    padding: 156px 20px 30px;
    background: radial-gradient(154.55% 141.42% at 0% 0%, #FF6161 0%, #E5BABD 50%, #E7E1DF 100%);
    border-radius: 20px;
  }

  .profitably__text {
    font-size: 20px;
    line-height: normal;
    min-width: 0;
  }

  .profitably__btn {
    margin-top: 25px;
  }

  .profitably__icon {
    width: 100px;
    max-width: none;
    top: 30px;
    left: 10px;
    right: auto;
    padding: 0;
  }

  .premium__block {
    padding: 85px 20px 20px;
    border-radius: 20px;
  }

  .premium__bg {
    width: calc(100% + 1500px);
    height: calc(100% + 90px);
  }

  .premium__bg img {
    -o-object-position: bottom center;
    object-position: bottom center;
  }

  .premium__icon {
    margin-top: 20px;
    width: 100%;
    max-width: 396px;
    margin-left: auto;
    padding-left: 78px;
  }

  .premium__content {
    max-width: 100%;
  }

  .premium__title img {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 35px;
    left: 20px;
    width: 225px;
  }

  .premium__desc {
    margin-top: 15px;
  }

  .premium__btn {
    margin-top: 25px;
  }

  .catalog__header {
    padding: 0 10px;
  }

  .catalog__title {
    margin-bottom: 20px;
  }

  .catalog__filters {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px 30px;
    margin-bottom: 25px;
  }

  .catalog__filters-reset {
    width: 100%;
    padding-bottom: 10px;
  }

  .catalog__filters-list {
    gap: 15px;
  }

  .catalog__filters-btn input:checked + span {
    padding-top: 9px;
    padding-bottom: 8px;
  }

  .catalog__filters-btn span {
    padding: 7px 12px 10px;
    border-radius: 13px;
  }

  .catalog__controls {
    gap: 13px 30px;
    margin-top: 15px;
  }

  .catalog__sort {
    font-size: 16px;
    line-height: 22px;
  }

  .catalog__brands {
    margin-top: 30px;
    border-radius: 20px;
  }

  .catalog__brands-wrap {
    padding: 20px 15px;
    gap: 25px 25px;
  }

  .catalog__brands-more-btn {
    border-radius: 0 0 20px 20px;
  }

  .catalog__wrap {
    padding-top: 30px;
  }

  .catalog__row {
    gap: 30px 0;
  }

  .catalog__bottom {
    margin-top: 30px;
  }

  .catalog-card__top {
    padding-bottom: 20px;
  }

  .catalog-card__img {
    margin-bottom: 20px;
  }

  .catalog-card__title {
    font-size: 25px;
    line-height: 34px;
    padding: 0 15px;
  }

  .catalog-card__title img {
    height: 25px;
  }

  .catalog-card__variations {
    padding: 0 15px;
  }

  .catalog-card__variations-header > span {
    font-size: 16px;
    line-height: 1;
  }

  .catalog-card__variations-list {
    left: 15px;
    right: 15px;
  }

  .catalog-card__variation-content {
    padding-bottom: 13px;
  }

  .catalog-card__variation-name {
    font-size: 14px;
    line-height: 1;
  }

  .catalog-card__characteristics {
    margin-top: 25px;
    padding: 0 15px;
  }

  .catalog-card__characteristics-item {
    gap: 12px;
  }

  .catalog-card__info {
    margin-top: 25px;
    padding-top: 20px;
  }

  .catalog-card__info::before {
    left: 15px;
    right: 15px;
  }

  .catalog-card__info-wrap {
    padding: 0 15px;
    min-height: 66px;
    gap: 55px;
  }

  .catalog-card__pre-label {
    font-size: 16px;
    padding-bottom: 2px;
  }

  .catalog-card__pre-value {
    font-size: 20px;
  }

  .catalog-card__pre-value span {
    font-size: 15px;
  }

  .catalog-card__yesterday-label {
    font-size: 16px;
  }

  .catalog-card__yesterday-value {
    font-size: 20px;
  }

  .catalog-card__bottom {
    padding: 15px;
  }

  .other-info__row {
    gap: 40px;
  }

  .other-info__content {
    padding: 22px 20px 25px;
    border-radius: 20px;
  }

  .other-info__content::before {
    width: 5px;
  }

  .other-info__block {
    min-height: 0;
    gap: 95px;
    padding: 15px 20px 20px;
    border-radius: 20px;
  }

  .other-info__block-bg {
    width: calc(100% + 160px);
    left: -160px;
  }

  .other-info__block-bg img {
    -o-object-position: bottom center;
    object-position: bottom center;
  }

  .other-info__block-title {
    font-size: 20px;
    line-height: 27px;
  }

  .other-info__block-title span {
    font-size: 33px;
    line-height: 27px;
  }

  .about__block {
    padding: 20px 20px 0;
    border-radius: 20px;
    background: -webkit-gradient(linear, left top, left bottom, from(#D0E9E8), color-stop(33.99%, #B6CCDD));
    background: linear-gradient(180deg, #D0E9E8 0%, #B6CCDD 33.99%);
  }

  .about__title {
    max-width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }

  .about__content {
    max-width: 100%;
    padding: 0;
  }

  .about__text p {
    position: relative;
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 20px;
    padding-left: 42px;
  }

  .about__text p::before {
    content: '';
    position: absolute;
    top: -6px;
    left: 0;
    width: 28px;
    height: 35px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../img/t-light-mob-pl.png);
  }

  .about__text p img {
    position: absolute;
    top: -6px;
    left: 0;
    width: 28px;
  }

  .about__lights {
    display: none;
  }

  .about__lights-list {
    display: none;
  }

  .about__img {
    position: relative;
    margin: -52px -20px 0;
    z-index: -1;
  }

  .about__img picture:first-child {
    display: none;
  }

  .about__img img {
    max-width: 390px;
    margin-left: auto;
  }

  .faq__title {
    padding: 0 10px;
    margin-bottom: 30px;
  }

  .faq__row {
    gap: 30px;
  }

  .faq__row:not(.active) .faq__col:last-child {
    display: none;
  }

  .faq__col {
    gap: 30px;
  }

  .faq__item {
    padding-bottom: 5px;
    border-radius: 17px;
  }

  .faq__item-header {
    padding: 20px;
    font-size: 20px;
    line-height: 27px;
    gap: 30px;
  }

  .faq__item-header::before {
    border-width: 2px;
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: -1px;
    border-radius: 17px;
  }

  .faq__item-header > span {
    padding: 0;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .faq__item-header i {
    width: 30px;
    height: 30px;
    border-radius: 9px;
  }

  .faq__item-header i span {
    width: 14px;
    left: calc(50% - 7px);
  }

  .faq__item-header s {
    width: 32px;
    height: 32px;
  }

  .faq__item-header s svg {
    width: 13px;
    height: 13px;
  }

  .faq__item-content {
    font-size: 16px;
    line-height: 24px;
    padding: 0 20px 15px;
  }

  .faq__item-content p {
    padding-right: 60px;
    margin-bottom: 24px;
  }

  .faq__more-btn {
    margin-top: 30px;
  }

  .reviews__header {
    gap: 10px;
    padding: 0 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-bottom: 30px;
  }

  .reviews__ya {
    padding: 0 0 5px;
  }

  .reviews__ya-btn {
    gap: 10px;
  }

  .reviews__ya-btn > img {
    width: 26px;
    height: 26px;
  }

  .reviews__ya-btn > span {
    gap: 5px;
    font-size: 28px;
    line-height: 20px;
    letter-spacing: -2.8px;
  }

  .reviews__ya-btn > span svg {
    width: 16px;
    height: 16px;
  }

  .reviews__slide {
    width: 290px;
  }

  .reviews__nav {
    margin-top: 30px;
  }

  .reviews-card {
    border-radius: 20px;
  }

  .reviews-card__video {
    border-radius: 20px;
  }

  .reviews-card__info {
    gap: 12px;
    padding: 23px 20px 25px;
  }

  .reviews-card__name {
    font-size: 20px;
    line-height: 27px;
  }

  .reviews-card__stars {
    padding-top: 9px;
  }

  .reviews-card__model {
    font-size: 18px;
    line-height: 25px;
  }

  .reviews-card__date {
    font-size: 11px;
    line-height: 15px;
    padding: 2px 7px 4px;
  }

  .reviews-card__bottom {
    padding: 12px 10px 20px;
    gap: 10px;
  }

  .reviews-card__bottom-sub {
    font-size: 16px;
    line-height: 22px;
  }

  .company__wrap {
    padding: 0;
  }

  .company__header {
    display: block;
    margin-bottom: 25px;
  }

  .company__header-img {
    width: 100%;
    margin: 0 0 12px;
    padding-right: 130px;
    max-width: 410px;
  }

  .company__title {
    margin-bottom: 25px;
  }

  .company__soc {
    gap: 20px 40px;
  }

  .company__soc-item {
    gap: 14px;
    font-size: 25px;
    line-height: 34px;
  }

  .company__soc-item img {
    width: auto;
    height: 34px;
  }

  .company__soc-item span::before {
    height: 1px;
  }

  .company__text {
    font-size: 16px;
    line-height: 23px;
  }

  .company__advantages {
    margin-top: 25px;
  }

  .company__advantages ul {
    gap: 20px 40px;
  }

  .company__advantages ul li {
    padding-left: 37px;
    font-size: 18px;
    line-height: 25px;
  }

  .company__advantages ul li::before {
    width: 25px;
    height: 25px;
  }

  .company__hello {
    margin-top: 25px;
    font-size: 16px;
    line-height: 23px;
  }

  .company__video-row {
    margin-top: 50px;
    gap: 30px 0;
  }

  .company__video-col {
    width: 50%;
  }

  .company__video-more {
    margin-top: 30px;
  }

  .video-card {
    padding-bottom: 54.483%;
    border-radius: 20px;
  }

  .video-card__sub {
    left: 20px;
    right: 20px;
    bottom: 15px;
    font-size: 20px;
    line-height: 27px;
  }

  .video-card__play {
    top: calc(50% - 30px);
    left: calc(50% - 30px);
  }

  .tmp-catalog {
    margin-top: 30px;
    padding: 30px 20px;
    border-radius: 20px;
  }

  .tmp-catalog__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 25px;
  }

  .tmp-catalog__info {
    width: 100%;
    min-width: 0;
  }

  .tmp-catalog__img {
    max-width: 180px;
  }

  .tmp-catalog__sub {
    font-size: 25px;
    line-height: 32px;
  }

  .tmp-catalog__sub > span:last-child {
    gap: 7px;
  }

  .tmp-catalog__sub > span:last-child img {
    width: 19px;
  }

  .tmp-catalog__desc {
    font-size: 18px;
    line-height: 25px;
  }

  .tmp-catalog__bottom {
    margin-top: 35px;
  }

  .tmp-catalog__btn {
    max-width: 100%;
    border-radius: 35px 20px 35px 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .tmp-catalog__btn > b {
    -ms-flex-item-align: start;
    align-self: flex-start;
    padding: 35px 20px;
    font-size: 50px;
    border-bottom-right-radius: 35px;
  }

  .tmp-catalog__btn > span {
    font-size: 25px;
    line-height: 32px;
    padding: 20px 20px 25px;
    -ms-flex-item-align: center;
    align-self: center;
    width: calc(100% - 123px);
    min-width: 250px;
  }

  .config-popup {
    margin: 0 !important;
    width: 100%;
    min-height: 100%;
    border-radius: 0;
    padding: 70px 15px 0;
  }

  .config__preloader-icon {
    margin-bottom: 20px;
  }

  .config__preloader-icon img {
    width: 80px;
    height: 80px;
  }

  .config__preloader-desc {
    max-width: 280px;
    font-size: 18px;
    line-height: 25px;
  }

  .config__controls {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    z-index: 97;
    background-color: #fff;
    border-radius: 0 0 20px 20px;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(38, 89, 81, 0.03), 0px 10px 10px 0px rgba(38, 89, 81, 0.03), 0px 25px 15px 0px rgba(38, 89, 81, 0.02);
    box-shadow: 0px 3px 6px 0px rgba(38, 89, 81, 0.03), 0px 10px 10px 0px rgba(38, 89, 81, 0.03), 0px 25px 15px 0px rgba(38, 89, 81, 0.02);
  }

  .config__controls-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 24px;
    padding: 10px;
  }

  .config__close {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .config__tabs {
    width: 100%;
    position: static;
    margin-bottom: 25px;
    gap: 15px;
  }

  .config__tabs.config__tabs--hide {
    display: none;
  }

  .config__variation.detail .config__left {
    margin-bottom: 0;
  }

  .config__row {
    display: block;
  }

  .config__left {
    width: 100%;
    max-width: 100%;
    margin-bottom: 45px;
  }

  .config__left:last-child {
    margin-bottom: 0;
  }

  .config__right {
    width: 100%;
  }

  .config__header {
    gap: 13px;
    margin-bottom: 25px;
  }

  .config__header-logo {
    padding: 6px 0;
  }

  .config__header-logo img {
    width: 25px;
  }

  .config__header-title {
    font-size: 30px;
    line-height: 37px;
  }

  .config__header-desc {
    font-size: 18px;
    line-height: 25px;
  }

  .config__section {
    margin-top: 45px;
  }

  .config__sub {
    gap: 13px 15px;
  }

  .config__sub.config__sub--icon {
    padding-left: 43px;
  }

  .config__sub.config__sub--icon > img {
    width: 30px;
    height: 30px;
  }

  .config__sub-label {
    font-size: 22px;
    line-height: 16px;
  }

  .config__other {
    line-height: 16px;
  }

  .config__complect-price {
    line-height: 16px;
  }

  .config__complect {
    margin-top: 30px;
  }

  .config__complect-row {
    gap: 15px;
  }

  .config__characteristics {
    margin-top: 30px;
  }

  .config__characteristics-row {
    gap: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 600px;
  }

  .config__characteristics-col {
    padding-right: 10px;
  }

  .config__characteristics-item {
    gap: 12px;
    margin-bottom: 15px;
  }

  .config__color {
    margin-top: 30px;
  }

  .config__color-row {
    gap: 17px;
  }

  .config__wheels {
    margin-top: 30px;
  }

  .config__wheels-row {
    gap: 17px;
  }

  .config__options {
    margin-top: 30px;
  }

  .config__option label > span {
    gap: 20px;
    border-radius: 17px;
  }

  .config__option label > span::before {
    border-radius: 17px;
    border-width: 2px;
  }

  .config__option label > span > picture img,
  .config__option label > span > img {
    width: 80px;
    height: 80px;
    border-radius: 13px;
  }

  .config__option label > span > span > span:first-child {
    font-size: 18px;
    line-height: 25px;
  }

  .config__option label > span > span > span:last-child {
    gap: 10px;
  }

  .config__option label > span > span > span:last-child > span:first-child {
    font-size: 18px;
    line-height: 25px;
  }

  .config__option label > span > span > span:last-child > b span {
    font-size: 18px;
    line-height: 25px;
  }

  .config__services {
    margin-top: 25px;
  }

  .config__services-col {
    margin-bottom: 20px;
  }

  .config__services-item label > span {
    gap: 0 12px;
    font-size: 18px;
  }

  .config__services-item label > span > span {
    padding: 0;
    width: auto;
  }

  .config__order:not(.config__order--mob) {
    display: none;
  }

  .config__gallery-item {
    border-radius: 17px;
  }

  .config__gallery-thumbs {
    margin-top: 20px;
  }

  .config__availability {
    margin-top: 30px;
  }

  .config__detail {
    border-top: 1px solid #E9F2F0;
    padding-top: 25px;
    padding-bottom: 45px;
  }

  .config__detail-video {
    margin-top: 45px;
  }

  .config__detail-video .video-card {
    padding-bottom: 60.606%;
    border-radius: 17px;
  }

  .config__detail-controls {
    padding-left: 0;
    margin-bottom: 30px;
  }

  .availability-card::before {
    border-width: 2px;
  }

  .availability-card__title {
    margin-bottom: 13px;
  }

  .availability-card__more {
    padding-bottom: 13px;
  }

  .config-detail__row {
    gap: 25px 20px;
  }

  .config-detail__col {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 150px;
    width: auto;
  }

  .config-detail__value {
    font-size: 16px;
    line-height: 22px;
  }

  .config-compare__table {
    border-radius: 17px;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .config-compare__table::-webkit-scrollbar {
    display: none;
  }

  .config-compare__table table tr:first-child td {
    padding: 15px;
    font-size: 18px;
    left: 25px;
  }

  .config-compare__table table tr:first-child td:first-child {
    border-top-left-radius: 17px;
  }

  .config-compare__table table tr:first-child td:first-child span:first-child {
    display: none;
  }

  .config-compare__table table tr:first-child td:last-child {
    border-top-right-radius: 17px;
  }

  .config-compare__table table tr:last-child td {
    padding: 15px;
    font-size: 18px;
    left: 25px;
    min-width: 240px;
  }

  .config-compare__table table tr:last-child td:first-child {
    border-bottom-left-radius: 17px;
  }

  .config-compare__table table tr:last-child td:last-child {
    border-bottom-right-radius: 17px;
  }

  .config-compare__table table tr td {
    padding: 10px 15px;
  }

  .config-compare__table table tr td:first-child {
    width: 150px;
    min-width: 150px;
    max-width: 150px;
    position: sticky;
    left: 0;
  }

  .config-post {
    padding-top: 10px;
  }
}

@media (max-width: 767px) {
  .catalog__col {
    width: 100%;
    max-width: 450px;
  }

  .company__video-col {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .consultation-popup__content {
    display: block;
  }

  .consultation-popup__left {
    width: 100%;
    margin-bottom: 20px;
  }

  .consultation-popup__right {
    width: 100%;
  }

  .footer__logo > span {
    left: auto;
    right: 0;
  }

  .footer__nav ul li {
    width: 100%;
  }

  .catalog__brands-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .catalog-card__info-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .config__services-item label > span > span {
    width: 100%;
    padding-left: 37px;
  }
}

@media (max-width: 374px) {
  .hot-btn {
    padding-left: 10px;
    padding-right: 10px;
  }

  .more-btn {
    font-size: 18px;
  }

  .hero__buttons {
    padding-right: 0;
  }

  .catalog-card__characteristics-item {
    width: calc(50% - 5px);
  }

  .catalog-card__characteristics-item > span b {
    font-size: 16px;
  }

  .config__controls-wrap {
    gap: 10px;
  }

  .config__characteristics-row {
    gap: 20px 0;
  }

  .config__mob-price-btn {
    font-size: 14px;
  }
}

@media (min-width: 900px) and (max-width: 1023px) {
  .about__img {
    margin-left: 550px;
    max-width: calc(100% - 550px);
  }
}

@media (prefers-color-scheme: dark) {
  ::-webkit-scrollbar-thumb {
    background-color: #8ca0a0;
  }

  ::-webkit-scrollbar {
    background-color: #465050;
  }

  html,
  body,
  .fancybox-slide {
    scrollbar-color: #8ca0a0 #465050;
  }

  .fancybox-slide ::-webkit-scrollbar-thumb {
    background-color: #8ca0a0;
  }

  .fancybox-slide ::-webkit-scrollbar {
    background-color: #465050;
  }
}

@media (hover: hover) {
  .lk-btn:hover span {
    opacity: 1;
    visibility: visible;
  }

  .lk-btn span:nth-child(3) {
    -webkit-transition: opacity .25s, visibility .25s;
    transition: opacity .25s, visibility .25s;
  }

  .consultation-btn {
    -webkit-transition: background-color .25s, color .25s;
    transition: background-color .25s, color .25s;
  }

  .consultation-btn:hover {
    background-color: #1E282D;
    color: #fff;
  }

  .config-btn:hover {
    background-color: #00FA7D;
    color: #1E282D;
  }

  .config-btn:hover svg path {
    fill: #1E282D;
  }

  .config-btn.config-btn--reverse:hover {
    background-color: #1E282D;
    color: #fff;
  }

  .config-btn.config-btn--reverse:hover svg path {
    fill: #00FA7D;
  }

  .config-btn svg path {
    -webkit-transition: fill .25s;
    transition: fill .25s;
  }

  .phone-btn {
    -webkit-transition: border-color .25s;
    transition: border-color .25s;
  }

  .phone-btn:hover {
    border-color: #009B60;
  }

  .phone-btn:hover svg path {
    fill: #009B60;
  }

  .phone-btn svg path {
    -webkit-transition: fill .25s;
    transition: fill .25s;
  }

  .icon-btn {
    -webkit-transition: border-color .25s, color .25s;
    transition: border-color .25s, color .25s;
  }

  .icon-btn:hover:not(.icon-btn--soon) {
    border-color: #009B60;
    color: #009B60;
  }

  .icon-btn:hover:not(.icon-btn--soon) svg path {
    fill: #009B60;
  }

  .icon-btn.icon-btn--soon:hover > span:last-child {
    opacity: 1;
    visibility: visible;
  }

  .icon-btn.icon-btn--soon > span:last-child {
    -webkit-transition: opacity .25s, visibility .25s;
    transition: opacity .25s, visibility .25s;
  }

  .icon-btn svg path {
    -webkit-transition: fill .25s;
    transition: fill .25s;
  }

  .hot-btn:hover::after {
    opacity: 1;
    visibility: visible;
  }

  .hot-btn::after {
    -webkit-transition: opacity .25s, visibility .25s;
    transition: opacity .25s, visibility .25s;
  }

  .gold-btn {
    -webkit-transition: border-color .25s, color .25s;
    transition: border-color .25s, color .25s;
  }

  .gold-btn:hover {
    border-color: #D2B98C;
    color: #D2B98C;
  }

  .reset-button {
    -webkit-transition: border-color .25s, color .25s;
    transition: border-color .25s, color .25s;
  }

  .reset-button:hover {
    border-color: #009B60;
    color: #009B60;
  }

  .reset-button:hover svg path {
    fill: #009B60;
  }

  .reset-button svg path {
    -webkit-transition: fill .25s;
    transition: fill .25s;
  }

  .more-filters-btn:hover span {
    color: #1E282D;
  }

  .more-filters-btn:hover span::before {
    border-color: #1E282D;
  }

  .more-filters-btn:hover svg path {
    fill: #1E282D;
  }

  .more-filters-btn span {
    -webkit-transition: color .25s;
    transition: color .25s;
  }

  .more-filters-btn span::before {
    -webkit-transition: border-color .25s;
    transition: border-color .25s;
  }

  .more-filters-btn svg path {
    -webkit-transition: fill .25s;
    transition: fill .25s;
  }

  .more-btn {
    -webkit-transition: background-color .25s;
    transition: background-color .25s;
  }

  .more-btn:hover {
    background-color: #00804F;
  }

  .copy-btn {
    -webkit-transition: background-color .25s;
    transition: background-color .25s;
  }

  .copy-btn:hover {
    background-color: #00FA7D;
  }

  .slider-nav__btn:hover::before {
    opacity: 1;
    visibility: visible;
  }

  .slider-nav__btn::before {
    -webkit-transition: opacity .25s, visibility .25s;
    transition: opacity .25s, visibility .25s;
  }

  .slider-other-nav__btn {
    -webkit-transition: background-color .25s;
    transition: background-color .25s;
  }

  .slider-other-nav__btn:hover {
    background-color: #009B60;
  }

  .main-checkbox label:hover > span::before {
    border-color: #00FA7D;
  }

  .main-select .jq-selectbox__select:hover .jq-selectbox__select-text {
    color: #009B60;
  }

  .main-select .jq-selectbox__select:hover .jq-selectbox__select-text::before {
    border-color: #75BD9F;
  }

  .main-select .jq-selectbox__select-text {
    -webkit-transition: color .25s;
    transition: color .25s;
  }

  .main-select .jq-selectbox__select-text::before {
    -webkit-transition: border-color .25s;
    transition: border-color .25s;
  }

  .main-select .jq-selectbox__dropdown ul li {
    -webkit-transition: background-color .25s, color .25s;
    transition: background-color .25s, color .25s;
  }

  .main-select .jq-selectbox__dropdown ul li:hover {
    background-color: #E9F2F0;
    color: #009B60;
  }

  .extra-links a {
    -webkit-transition: color .25s;
    transition: color .25s;
  }

  .extra-links a:hover {
    color: #1E282D;
  }

  .extra-links a:hover::before {
    border-color: #1E282D;
  }

  .extra-links a::before {
    -webkit-transition: border-color .25s;
    transition: border-color .25s;
  }

  .play-btn {
    -webkit-transition: background-color .25s, -webkit-transform .25s;
    transition: background-color .25s, -webkit-transform .25s;
    transition: background-color .25s, transform .25s;
    transition: background-color .25s, transform .25s, -webkit-transform .25s;
  }

  .consultation-popup__close:hover svg rect:first-child {
    fill: #75BD9F;
  }

  .consultation-popup__close:hover svg rect:nth-child(1n + 2) {
    fill: #fff;
  }

  .consultation-popup__close svg rect {
    -webkit-transition: fill .25s;
    transition: fill .25s;
  }

  .consultation-popup__agree a {
    -webkit-transition: color .25s;
    transition: color .25s;
  }

  .consultation-popup__agree a:hover {
    color: #009B60;
  }

  .consultation-popup__agree a:hover::before {
    background-color: #75BD9F;
  }

  .consultation-popup__agree a::before {
    -webkit-transition: background-color .25s;
    transition: background-color .25s;
  }

  .share__btn:hover .share__btn-icon img:last-child {
    opacity: 1;
    visibility: visible;
  }

  .share__dropdown-item {
    -webkit-transition: opacity .25s;
    transition: opacity .25s;
  }

  .share__dropdown-item:hover {
    opacity: .75;
  }

  .header__top-item:hover span {
    color: #009B60;
  }

  .header__top-item:hover span::before {
    width: 100%;
  }

  .header__top-item:hover svg path {
    fill: #009B60;
  }

  .header__top-item span {
    -webkit-transition: color .25s;
    transition: color .25s;
  }

  .header__top-item span::before {
    -webkit-transition: width .25s;
    transition: width .25s;
  }

  .header__top-item svg path {
    -webkit-transition: fill .25s;
    transition: fill .25s;
  }

  .header__nav ul li a {
    -webkit-transition: color .25s;
    transition: color .25s;
  }

  .header__nav ul li a:hover {
    color: #009B60;
  }

  .header__nav ul li a:hover::before {
    width: 100%;
  }

  .header__nav ul li a::before {
    -webkit-transition: width .25s;
    transition: width .25s;
  }

  .header__controls-phone:hover svg path {
    fill: #00FA7D;
  }

  .header__controls-phone svg path {
    -webkit-transition: fill .25s;
    transition: fill .25s;
  }

  .header__controls-icon:hover svg circle {
    fill: #00FA7D;
  }

  .footer__nav ul li a {
    -webkit-transition: color .25s;
    transition: color .25s;
  }

  .footer__nav ul li a:hover {
    color: #009B60;
  }

  .footer__nav ul li a:hover::before {
    width: 100%;
  }

  .footer__nav ul li a::before {
    -webkit-transition: width .25s;
    transition: width .25s;
  }

  .footer__phone-number a {
    -webkit-transition: color .25s;
    transition: color .25s;
  }

  .footer__phone-number a:hover {
    color: #009B60;
  }

  .footer__phone-number a:hover::before {
    width: 100%;
  }

  .footer__phone-number a::before {
    -webkit-transition: width .25s;
    transition: width .25s;
  }

  .footer__privacy-item:hover span {
    color: #009B60;
  }

  .footer__privacy-item:hover span::before {
    background-color: #009B60;
  }

  .footer__privacy-item span {
    -webkit-transition: color .25s;
    transition: color .25s;
  }

  .footer__privacy-item span::before {
    -webkit-transition: background-color .25s;
    transition: background-color .25s;
  }

  .new-cars__sub a {
    -webkit-transition: color .25s;
    transition: color .25s;
  }

  .new-cars__sub a:hover {
    color: #1E282D;
  }

  .new-cars__sub a:hover::before {
    border-color: #1E282D;
  }

  .new-cars__sub a::before {
    -webkit-transition: border-color .25s;
    transition: border-color .25s;
  }

  .catalog__filters-btn span {
    -webkit-transition: background-color .25s;
    transition: background-color .25s;
  }

  .catalog__filters-btn span:hover {
    background-color: #00FA7D;
  }

  .catalog__fav-icon button {
    -webkit-transition: color .25s;
    transition: color .25s;
  }

  .catalog__fav-icon button:hover {
    color: #009B60;
  }

  .catalog__fav-icon button:hover::before {
    border-color: #75BD9F;
  }

  .catalog__fav-icon button::before {
    -webkit-transition: border-color .25s;
    transition: border-color .25s;
  }

  .catalog__brands-item > span {
    -webkit-transition: background-color .15s, color .15s;
    transition: background-color .15s, color .15s;
  }

  .catalog__brands-item > span:hover {
    background-color: #00FA7D;
  }

  .catalog__brands-more-btn {
    -webkit-transition: background-color .25s;
    transition: background-color .25s;
  }

  .catalog__brands-more-btn:hover {
    background-color: #c3dcd7;
  }

  .catalog-card__fav-btn:hover svg path {
    stroke: #75BD9F;
    fill: #75BD9F;
  }

  .catalog-card__variations-header.catalog-card__variations-header--dropdown:hover {
    background-color: rgba(0, 155, 96, 0.3);
  }

  .catalog-card__variation {
    -webkit-transition: background-color .25s;
    transition: background-color .25s;
  }

  .catalog-card__variation:hover {
    background-color: #E9F2F0;
  }

  .catalog-card__variation:hover .catalog-card__variation-name {
    color: #009B60;
  }

  .catalog-card__variation:hover .catalog-card__variation-price {
    color: #75BD9F;
  }

  .catalog-card__variation-name {
    -webkit-transition: color .25s;
    transition: color .25s;
  }

  .catalog-card__variation-price {
    -webkit-transition: color .25s;
    transition: color .25s;
  }

  .other-info__block:hover .other-info__block-arrow {
    background-color: rgba(168, 126, 122, 0.75);
  }

  .other-info__block-arrow {
    -webkit-transition: background-color .25s;
    transition: background-color .25s;
  }

  .faq__item-header:hover i span {
    background-color: #009B60;
  }

  .faq__item-header:hover s {
    background-color: #00FA7D;
  }

  .faq__item-header:hover s svg {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  .faq__item-header:hover s svg path {
    fill: #1E282D;
  }

  .faq__item-header s {
    -webkit-transition: background-color .25s;
    transition: background-color .25s;
  }

  .faq__item-header s svg {
    -webkit-transition: -webkit-transform .25s;
    transition: -webkit-transform .25s;
    transition: transform .25s;
    transition: transform .25s, -webkit-transform .25s;
  }

  .reviews__ya-btn:hover > span {
    color: #009B60;
  }

  .reviews__ya-btn:hover > span svg path {
    fill: #009B60;
  }

  .reviews__ya-btn > span {
    -webkit-transition: color .25s;
    transition: color .25s;
  }

  .reviews-card__play:hover .play-btn {
    background-color: #00FA7D;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  .reviews-card__play:hover .play-btn svg path {
    fill: #1E282D;
  }

  .company__soc-item {
    -webkit-transition: color .25s;
    transition: color .25s;
  }

  .company__soc-item:hover {
    color: #009B60;
  }

  .company__soc-item:hover span::before {
    width: 100%;
  }

  .company__soc-item span::before {
    -webkit-transition: width .25s;
    transition: width .25s;
  }

  .video-card:hover .play-btn {
    background-color: #00FA7D;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  .video-card:hover .play-btn svg path {
    fill: #1E282D;
  }

  .config__close:hover svg rect:first-child {
    fill: #75BD9F;
  }

  .config__close:hover svg rect:nth-child(1n + 2) {
    fill: #fff;
  }

  .config__close svg rect {
    -webkit-transition: fill .25s;
    transition: fill .25s;
  }

  .config__complect-btn:hover {
    border-color: #75bd9f;
  }

  .config__color-item label:hover span::before {
    opacity: 1;
    visibility: visible;
  }

  .config__wheels-item label:hover span::before {
    opacity: 1;
    visibility: visible;
  }

  .config__option label:hover > span::before {
    opacity: 1;
    visibility: visible;
  }

  .config__services-item label:hover > span > i {
    border-color: #00FA7D;
  }

  .config__order-agree a {
    -webkit-transition: color .25s;
    transition: color .25s;
  }

  .config__order-agree a:hover {
    color: #009B60;
  }

  .config__order-agree a:hover::before {
    background-color: #75BD9F;
  }

  .config__order-agree a::before {
    -webkit-transition: background-color .25s;
    transition: background-color .25s;
  }

  .config__gallery-btn:hover svg path:first-child {
    fill: #00FA7D;
  }

  .config__gallery-btn:hover svg path:last-child {
    stroke: #1E282D;
  }

  .config__gallery-btn svg path:first-child {
    -webkit-transition: fill .25s;
    transition: fill .25s;
  }

  .config__gallery-btn svg path:last-child {
    -webkit-transition: stroke .25s;
    transition: stroke .25s;
  }

  .availability-card:hover::before {
    opacity: 1;
    visibility: visible;
  }

  .availability-card__more span {
    -webkit-transition: color .25s;
    transition: color .25s;
  }

  .availability-card__more span:hover {
    color: #1E282D;
  }

  .availability-card__more span:hover::before {
    border-color: #1E282D;
  }

  .availability-card__more span::before {
    -webkit-transition: border-color .25s;
    transition: border-color .25s;
  }
}