@charset "UTF-8";
* {
  box-sizing: border-box;
}
html, body {
  min-height*: 100vh;
  margin: 0;
}
div, html, body, nav, header, hgroup, footer, section, article {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}
html {
  /*! 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.
 */
  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 {
  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 */
  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 {
  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"] {
  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 !important;
}
.flex {
  display: flex;
  display: -webkit-flex;
}
.flex-i {
  display: inline-flex;
  display: -webkit-inline-flex;
}
.flex-row {
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
}
.flex-row-reverse {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.flex-column {
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}
.flex-column-reverse {
  flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
}
.flex-jcontent-start {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
}
.flex-jcontent-end {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
}
.flex-jcontent-center {
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
}
.flex-jcontent-between {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
}
.flex-jcontent-around {
  justify-content: space-around;
  -webkit-justify-content: space-around;
  -ms-justify-content: space-around;
}
.flex-aitem-start {
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
}
.flex-aitem-end {
  align-items: flex-end;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
}
.flex-aitem-center {
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}
.flex-aitem-stretch {
  align-items: stretch;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
}
.flex-aitem-baseline {
  align-items: baseline;
  -webkit-align-items: baseline;
  -ms-align-items: baseline;
}
.flex-acontent-start {
  align-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-align-content: flex-start;
}
.flex-acontent-end {
  align-content: flex-end;
  -webkit-align-content: flex-end;
  -ms-align-content: flex-end;
}
.flex-acontent-center {
  align-content: center;
  -webkit-align-content: center;
  -ms-align-content: center;
}
.flex-acontent-stretch {
  align-content: stretch;
  -webkit-align-content: stretch;
  -ms-align-content: stretch;
}
.flex-acontent-between {
  align-content: space-between;
  -webkit-align-content: space-between;
  -ms-align-content: space-between;
}
.flex-acontent-around {
  align-content: space-around;
  -webkit-align-content: space-around;
  -ms-align-content: space-around;
}
body {
  font-family: "Evolventa-Regular";
  color: #000000;
}
a {
  text-decoration: none;
  color: #000000;
}
ul {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
  padding: 0;
}
small {
  color: #007749;
  font-size: 10px;
  font-weight: 400;
  line-height: 120%;
  display: inline-block;
}
small a {
  color: #007749;
  text-decoration: underline;
}
small br {
  margin: 0;
}
html {
  -webkit-font-smoothing: antialiased;
  /* or subpixel-antialiased*/
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
.bold {
  font-family: "Evolventa-Bold";
}
input {
  outline: none;
}
.threebar {
  cursor: pointer;
  margin-top*: 33px;
  margin-left*: 33px;
  width: 30px;
  height: 30px;
  display: block;
}
.threebar .bar {
  display: block;
  width: 70px;
  width: 30px;
  height: 22px;
  height: 2px;
  background: #000;
  margin-bottom*: 11px;
  transition: all 0.5s ease;
}
.threebar .bar:nth-child(1) {
  transform-origin: 50%;
}
.threebar .bar:nth-child(2) {
  transform-origin: 50%;
}
.threebar.cross .bar {
  border-color: #383838;
}
.threebar.cross .bar:nth-child(1) {
  transform: translateY(75%) rotate(45deg);
  margin-top: 14px;
}
.threebar.cross .bar:nth-child(2) {
  transform: translateY(-75%) rotate(-45deg);
}
.threebar.cross .bar:nth-child(3) {
  opacity: 0;
}
.threebar.arrow {
  margin-top: 5px;
}
.threebar.arrow .bar {
  border-color: #000000;
}
.threebar.arrow .bar:nth-child(1) {
  transform: scaleX(0.5) translateY(50%) rotate(45deg);
  transform: translateY(85%) rotate(45deg) scaleX(0.67);
}
.threebar.arrow .bar:nth-child(2) {
  transform: scaleX(0.5) translateY(50%) rotate(-45deg);
  transform: translateY(15%) rotate(-45deg) scaleX(0.67);
  margin-top: 14px;
}
.threebar.arrow .bar:nth-child(3) {
  opacity: 0;
  transform: translateX(-25%) translateY(-175%) scaleX(0.75);
}
.btn-green, .btn-white, .btn-transp, .btn-black {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 120%;
  font-weight: 700;
  text-align: center;
  padding: 16px 30px;
  border-width: 3px;
  border-style: solid;
}
.btn-green:disabled, .btn-green[disabled], .btn-white:disabled, .btn-white[disabled], .btn-transp:disabled, .btn-transp[disabled], .btn-black:disabled, .btn-black[disabled] {
  background-color: #c0c1c1;
  border-color: #c0c1c1;
  color: #9B9B9B;
}
.btn-green:hover, .btn-white:hover, .btn-transp:hover, .btn-black:hover {
  cursor: pointer;
}
.btn-green.bold, .btn-white.bold, .btn-transp.bold, .btn-black.bold {
  font-weight: 700;
}
.btn-green {
  color: #fbfbfb;
  background-color: #007749;
  border-color: #007749;
}
.btn-green:hover {
  background-color: #006E44;
  border-color: #006E44;
}
.btn-white {
  color: #01AC6A;
  background-color: #fbfbfb;
  border-color: #fbfbfb;
}
.btn-white:hover {
  background-color: #f1f1f1;
  border-color: #f1f1f1;
}
.btn-transp {
  color: #fbfbfb;
  background-color: transparent;
  border-color: #fbfbfb;
}
.btn-transp:hover {
  color: #f1f1f1;
  border-color: #f1f1f1;
}
.btn-black {
  color: #01AC6A;
  background-color: #000000;
  border-color: #000000;
}
.btn-black:hover {
  background-color: #232323;
  border-color: #232323;
}
input.error {
  border-color: red;
}
.input-black-border, .input-white-border {
  border-width: 3px;
}
.input-black, .input-white {
  border-bottom-width: 3px;
}
.input-black-border, .input-white-border, .input-black, .input-white {
  border-style: solid;
  font-size: 24px;
  line-height: 120%;
  font-weight: 400;
  padding: 14px 3px;
  background-color: transparent;
}
.input-black-border::-webkit-input-placeholder, .input-black-border::-moz-placeholder, .input-black-border:-ms-input-placeholder, .input-black-border:-moz-placeholder, .input-black-border::placeholder, .input-white-border::-webkit-input-placeholder, .input-white-border::-moz-placeholder, .input-white-border:-ms-input-placeholder, .input-white-border:-moz-placeholder, .input-white-border::placeholder, .input-black::-webkit-input-placeholder, .input-black::-moz-placeholder, .input-black:-ms-input-placeholder, .input-black:-moz-placeholder, .input-black::placeholder, .input-white::-webkit-input-placeholder, .input-white::-moz-placeholder, .input-white:-ms-input-placeholder, .input-white:-moz-placeholder, .input-white::placeholder {
  /* Chrome/Opera/Safari */
  /* Firefox 19+ */
  /* IE 10+ */
  /* Firefox 18- */
  color: #007749;
}
.input-black-border.phone, .input-white-border.phone, .input-black.phone, .input-white.phone {
  text-align: center;
}
.input-black-border {
  border-color: #000000;
}
.input-black-border::placeholder {
  color: #007749;
}
.input-black-border:focus {
  color: #000000;
}
.input-black-border:hover::placeholder {
  color: #000000;
}
.input-black-border:not(empty) {
  /* Введён текст */
  color: #000000;
}
.input-white-border {
  border-color: #fbfbfb;
}
.input-white-border:focus {
  color: #000000;
}
.input-white-border::placeholder {
  color: #007749;
}
.input-white-border:hover::placeholder {
  color: #000000;
}
.input-black {
  border-color: #000000;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
}
.input-black:focus {
  color: #000000;
}
.input-black:placeholder-shown {
  /* Введён текст */
  color: #000000;
}
.input-white {
  border-bottom-color: #fbfbfb;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
}
.input-white::placeholder {
  color: #007749;
}
.input-white:focus {
  color: #fbfbfb;
}
.input-white:hover::placeholder {
  color: #fbfbfb;
}
.input-white:not(empty) {
  /* Введён текст */
  color: #fbfbfb;
}
.wrapper-checkbox label, .wrapper-radio label {
  line-height: 24px;
}
.wrapper-checkbox label:hover, .wrapper-radio label:hover {
  cursor: pointer;
}
/* Отключаем стандартный стиль чекбокса */
input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  /* для поддержки в Safari */
}
/* Стилизация чекбокса */
input[type=checkbox] {
  width: 24px;
  height: 24px;
  border: 2px solid #01AC6A;
  border-radius: 4px;
  background-color: #fff;
  cursor: pointer;
  transition*: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin: 0;
  margin-right: 10px;
}
/* Эффект нажатия */
input[type=checkbox]:active {
  filter: brightness(90%);
}
/* Смена цвета границы при наведении */
input[type=checkbox]:hover:not(:disabled) {
  border-color: #01AC6A;
}
/* Стили для чекбокса при фокусе */
input[type=checkbox]:focus {
  border-color: #01AC6A;
  outline: none;
  box-shadow*: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
/* Отключенный чекбокс */
input[type=checkbox]:disabled {
  filter: none;
  opacity: 0.5;
  cursor: not-allowed;
}
input[type=checkbox]:disabled ~ label {
  opacity: 0.5;
  cursor: not-allowed;
}
/* Оформление состояния checked */
input[type=checkbox]:checked {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 70%;
  background-color: #01AC6A;
  border-color: #01AC6A;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 14'%3e%3cpath fill='none' stroke='%23FBFBFB' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M1.5 7.5L6 12L16 1'/%3e%3c/svg%3e");
}
/*radio*/
/* Отключаем стандартный стиль radio */
input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  /* для поддержки в Safari */
}
/* Стилизация radio */
input[type=radio] {
  width: 24px;
  height: 24px;
  border: 2px solid #01AC6A;
  border-radius: 24px;
  background-color: #fff;
  cursor: pointer;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin: 0;
  margin-right: 10px;
  flex-shrink: inherit;
}
/* Эффект нажатия */
input[type=radio]:active {
  filter*: brightness(90%);
}
/* Смена цвета границы при наведении */
input[type=radio]:hover:not(:disabled) {
  border-color: #01AC6A;
}
/* Стили для radio при фокусе */
input[type=radio]:focus {
  border-color: #01AC6A;
  outline: none;
  box-shadow*: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
/* Отключенный чекбокс */
input[type=radio]:disabled {
  filter: none;
  opacity: 0.5;
  cursor: not-allowed;
}
input[type=radio]:disabled ~ label {
  opacity: 0.5;
  cursor: not-allowed;
}
/* Оформление состояния checked */
input[type=radio]:checked {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 70%;
  background-color: #fbfbfb;
  border-color: #01AC6A;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='6' fill='%2301AC6A'/%3e%3c/svg%3e");
}
/*ползунок*/
.range-container {
  width: 100%;
  /* Width of the outside container */
  min-height: 45px;
}
/* The slider itself */
.range-dataList {
  -webkit-appearance: none;
  /* Override default CSS styles */
  appearance: none;
  width: 100%;
  /* Full-width */
  height*: 25px;
  height: 6px;
  /* Specified height */
  border-radius: 6px;
  background: #383838;
  /* Grey background */
  outline: none;
  /* Remove outline */
  opacity: 1;
  /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: 0.2s;
  /* 0.2 seconds transition on hover */
  transition: opacity 0.2s;
}
#rangeDistanceList option {
  width: 48px;
  width: 20px;
  text-align: center;
}
#rangePowerList option {
  width: 20px;
  text-align: center;
}
/* Mouse-over effects */
.range-dataList:hover {
  opacity*: 0.7;
  filter: brightness(110%);
  /* Fully shown on mouse-over */
}
/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
.range-dataList::-webkit-slider-thumb {
  -webkit-appearance: none;
  /* Override default look */
  appearance: none;
  width: 23px;
  /* Set a specific slider handle width */
  height*: 25px;
  height: 23px;
  /* Slider handle height */
  margin-top: -16px;
  border-radius: 50%;
  background: #01AC6A;
  /* Green background */
  cursor: pointer;
  /* Cursor on hover */
}
.range-dataList::-moz-range-thumb {
  width: 23px;
  /* Set a specific slider handle width */
  height*: 25px;
  height: 23px;
  /* Slider handle height */
  border-radius: 50%;
  background: #01AC6A;
  /* Green background */
  cursor: pointer;
  /* Cursor on hover */
}
.range-container datalist {
  position: relative;
  display: flex;
  justify-content: space-between;
  height: auto;
  bottom: -18px;
  /* disable text selection */
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+/Edge */
  user-select: none;
  /* Standard */
  /* disable click events */
  pointer-events: none;
}
.range-container datalist option {
  width: 10px;
  white-space: nowrap;
  padding: 0;
  line-height: 120%;
  font-size: 14px;
  font-weight: 700;
  width: fit-content;
}
@keyframes swing {
  0% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(-10deg);
  }
}
@keyframes blink {
  0% {
    background-color: #790000;
    border-color: #790000;
  }
  50% {
    background-color: #ffffff;
    border-color: #ffffff;
  }
  100% {
    background-color: #790000;
    border-color: #790000;
  }
}
@-webkit-keyframes charging {
  0% {
    width: 0%;
    background-color: red;
  }
  50% {
    width: 50%;
    background-color: yellow;
  }
  100% {
    width: 100%;
    background-color: #01AC6A;
  }
}
@-webkit-keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 0 16px rgba(1, 172, 106, 0);
  }
}
@-webkit-keyframes fancybox-rotate-unclock {
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes fancybox-rotate-unclock {
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@-webkit-keyframes fancybox-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fancybox-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}
@keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fancybox-zoomInUp {
  from {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fancybox-zoomInUp {
  from {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fancybox-zoomOutDown {
  to {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
@keyframes fancybox-zoomOutDown {
  to {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
@-webkit-keyframes fancybox-throwOutUp {
  to {
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutUp {
  to {
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
}
@-webkit-keyframes fancybox-throwOutDown {
  to {
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutDown {
  to {
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
    opacity: 0;
  }
}
@-webkit-keyframes loading-bar-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loading-bar-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
body {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
}
body a.up {
  position: fixed;
  display: block;
  bottom: 150px;
  right: -80px;
  z-index: 100;
}
body a.up.rotate-unclock {
  animation: fancybox-rotate-unclock 1s linear infinite;
}
body a.up.rotate {
  animation: fancybox-rotate 1s linear infinite;
}
a {
  text-decoration: none;
  color: #000000;
}
a:hover {
  color: #007749;
}
ul {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
  padding: 0;
}
#http404 {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 85px;
}
#http404 .http404-image {
  /* индикатор заряда батареи */
}
#http404 .http404-image img {
  margin-bottom: 85px;
  position: relative;
}
#http404 .http404-image div {
  border: 1px solid #790000;
  background-color: #790000;
  border-radius: 4px;
  width: 135px;
  height: 60px;
  position: absolute;
  left: calc(50% - 135px / 2 + 5px);
  bottom: 148px;
  z-index: 1;
  -webkit-animation: blink 1s infinite;
  /* Safari 4+ */
  -moz-animation: blink 1s infinite;
  /* Fx 5+ */
  -o-animation: blink 1s infinite;
  /* Opera 12+ */
  animation: blink 1s infinite;
  /* IE 10+, Fx 29+ */
}
#http404 div.http404-text {
  margin-bottom: 100px;
}
#http404 div.http404-text p {
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  margin: 0;
}
#http404 div.http404-text p.bold {
  font-size: 24px;
  font-weight: 700;
}
#http404 a {
  font-size: 20px;
  line-height: 120%;
  font-weight: 700;
  display: inline-block;
  color: #fbfbfb;
  background-color: #000000;
  padding: 20px;
  text-align: center;
}
#page {
  margin-top: 40px;
  margin-bottom: 40px;
}
#page .container h1 {
  margin: 0 0 40px 0;
  font-size: 44px;
  line-height: 120%;
  font-weight: 700;
}
#page .container > div {
  font-size: 18px;
  line-height: 130%;
  font-weight: 400;
}
#page .container > div p {
  margin: 0 0 15px 0;
}
#header {
  background-color: #01AC6A;
  color: #fbfbfb;
}
#header.sticky .wrapper-bottom .container nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #01AC6A;
  height: 60px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
#header.sticky .wrapper-bottom .container nav ul.header-menu {
  width: 1160px;
  margin: 0 auto;
  padding-top: 20px;
}
#header.sticky .wrapper-bottom .container nav ul.header-menu li.wrapper-logo {
  margin-top: -20px;
}
#header.sticky .wrapper-bottom .container nav ul.header-menu li.wrapper-logo a img {
  height: 60px;
  width: 100%;
}
#header a {
  color: #fbfbfb;
}
#header a.phone {
  font-weight: 700;
}
#header .container > ul {
  height: 35px;
}
#header .container > ul li.address-head::after {
  content: "";
  display: inline-block;
  height: 2px;
  width: 2px;
  border: 1px solid #fbfbfb;
  background-color: #fbfbfb;
  opacity: 0.3;
  border-radius: 50%;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 2px;
}
#header .container > ul > li.address-head + li.address-head {
  margin-right: auto;
}
#header .container > ul > li.address-head + li.address-head::after {
  display: none;
}
#header .container > ul > .address-social {
  margin-left: 15px;
}
#header .container > ul > .address-social[data-value=""] {
  display: none;
}
#header .container > ul > .address-social img:last-child {
  display: none;
}
#header .container > ul > .address-social a:hover img:first-child {
  display: none;
}
#header .container > ul > .address-social a:hover img:last-child {
  display: inline-block;
}
#header .container > ul > .address-phone {
  margin-left: 44px;
  margin-right: 7px;
}
#header .wrapper-top {
  background-color: #000000;
}
#header .wrapper-top .address-head {
  opacity: 0.3;
}
#header .wrapper-top .address-head.active {
  opacity: 1;
}
#header .wrapper-top .address-head:hover {
  cursor: pointer;
}
#header .wrapper-bottom {
  margin-top: 20px;
}
#header .wrapper-bottom .wrapper-logo {
  margin-right: auto;
}
#header .wrapper-bottom .wrapper-logo a img {
  transition: height 0.1s ease-in-out;
}
#header ul.header-menu {
  gap: 28px;
}
#header ul.header-menu li a {
  font-weight: 700;
}
#header ul.header-menu li a:hover {
  color: #007749;
}
#header ul.header-menu li a.logo {
  display: block;
  position: relative;
}
#header ul.header-menu li a.logo img {
  position: relative;
  z-index: 2;
}
#header ul.header-menu li a.logo .charging {
  display: none;
  z-index: 1;
  position: absolute;
  top: 20px;
  left: 29px;
  width: 30px;
  height: 40px;
  border: 0;
  background-color: white;
  transform: rotate(-90deg);
}
#header ul.header-menu li a.logo .charging::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  height: 40px;
  animation: charging 7s linear forwards;
  /*infinite*/
}
#header ul.header-menu li a.logo .charging::after {
  content: "";
  position: absolute;
  top: -13px;
  left: -18px;
  width: 66px;
  height: 66px;
  border-radius: 10px;
  z-index: 3;
  background-color*: blue;
  animation: pulse-animation 2s 4;
}
#banner {
  background-color: #01AC6A;
  height: 615px;
}
#banner .container {
  overflow: hidden;
}
#banner h1 {
  font-size: 60px;
  line-height: 120%;
  font-weight: 700;
  color: #fbfbfb;
}
#banner h1 div#drum {
  display: inline-block;
  height: 75px;
  height: 150px;
  position: relative;
  overflow: hidden;
  margin-bottom: -21px;
  margin-bottom: -96px;
  line-height*: 50px;
  -webkit-mask-image: linear-gradient(to bottom, black 18%, transparent 82%, transparent 83%);
  mask-image: linear-gradient(to bottom, black 18%, transparent 82%, transparent 83%);
  /*
      .cube {
        height: 60px;
        transform-style: preserve-3d;
        .side {
          position: absolute;
          box-sizing: border-box;
          height: 60px;

          opacity: 0.7;
          background-clip: white;
          &.front {
              transform: translateZ(30px);
              background-color*: #ef5350;
          }
          &.back {
              transform: translateZ(-30px);
              background-color*: #ba68c8;
              span {
                  transform: scale(-1, 1) rotate(180deg);
                  bottom: 0;
              }
          }
          &.top {
            transform: translateY(-30px) rotateX(90deg);
            background-color*: #4db6ac;
          }

          &.bottom {
            transform: translateY(30px) rotateX(90deg);
            background-color*: #fff176;
            span {
                transform: scale(-1, 1) rotate(180deg);
                bottom: 0;
            }
          }
          &.back, &.top, &.bottom {
            opacity: 0;
          }
        }
      }
      */
}
#banner h1 div#drum div.item-drum {
  color: #000000;
  transform: translateY(54px);
  transform: translateY(108px);
}
#banner h1 span {
  color: #000000;
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  -webkit-mask-image*: linear-gradient(to bottom, black 35%, transparent 86%, transparent 83%);
  mask-image*: linear-gradient(to bottom, black 35%, transparent 86%, transparent 83%);
}
#banner #form-banner {
  margin-bottom: 15px;
  margin-top: 25px;
}
#banner #form-banner ul li input[type=text], #banner #form-banner ul li input[type=tel] {
  line-height: 119%;
}
#banner #form-banner ul li a {
  display: inline-block;
}
#banner #form-banner ul li:last-child {
  margin-left: 40px;
}
#offer {
  background-color: #000000;
  color: #fbfbfb;
  padding-top: 110px;
  padding-bottom: 100px;
}
#offer h3 {
  font-size: 44px;
  font-weight: 700;
  line-height: 120%;
}
#offer .offers {
  margin-bottom: 55px;
}
#offer .offers .item {
  display: none;
  font-size: 18px;
  line-height: 120%;
  font-weight: 400;
}
#offer .offers .item p {
  font-size: 18px;
  line-height: 120%;
  font-weight: 400;
  margin: 0;
}
#offer .offers .item.active {
  display: block;
}
#offer .wrapper-menu {
  width: fit-content;
}
#offer .wrapper-menu ul::after {
  content: "";
  position: absolute;
  display: block;
  bottom: -20px;
  left: 0px;
  width: 100%;
  height: 7px;
  background-color: #383838;
  border-radius: 7px;
  z-index: 10;
}
#offer ul li:not(.active) a {
  color: #383838;
}
#offer ul li:not(.active) a:hover {
  color: #01AC6A;
  display: block;
}
#offer ul li:not(.active) a:hover::after {
  content: "";
  position: relative;
  display: block;
  bottom: -20px;
  left: -7px;
  left: -15px;
  right: -14px;
  right: -30px;
  width: calc(100% + 31px);
  height: 7px;
  background-color: #01AC6A;
  border-radius: 7px;
  z-index: 11;
}
#offer ul li {
  padding: 0 17px;
}
#offer ul li.active a {
  color: #01AC6A;
}
#offer ul li.active a::after {
  content: "";
  position: relative;
  display: block;
  bottom: -20px;
  left: -7px;
  left: -15px;
  right: -29px;
  width: calc(100% + 31px);
  height: 7px;
  background-color: #01AC6A;
  border-radius: 7px;
  z-index: 11;
}
#install {
  padding-top: 110px;
  padding-bottom: 100px;
}
#install h3 {
  font-size: 44px;
  font-weight: 700;
  line-height: 120%;
}
#install .installs {
  margin-top: -35px;
}
#install .installs .item {
  width: 50%;
  padding-top: 35px;
  padding-bottom: 35px;
  /*
      &:nth-child(1),
      &:nth-child(3) {
        border-right-width: 1px;
        border-right-style: solid;
        border-color: $black;
      }
      &:nth-child(1),
      &:nth-child(2) {
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-color: $black;
      }*/
}
#install .installs .item img {
  margin-right: 25px;
}
#install .installs .item:nth-child(even) img {
  margin-left: 25px;
}
#install .installs .item:nth-child(1)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  border-right-width: 1px;
  border-right-style: solid;
  border-image: linear-gradient(to top, #000000, #fbfbfb) 1 100%;
}
#install .installs .item:nth-child(1)::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-image: linear-gradient(to left, #000000, #fbfbfb) 1 100%;
  border-image-slice: 100;
}
#install .installs .item:nth-child(4)::after {
  content: "";
  position: absolute;
  left: -1px;
  top: 0px;
  width: 1px;
  height: 100%;
  border-left-width: 1px;
  border-left-style: solid;
  border-image: linear-gradient(to bottom, #000000, #fbfbfb) 1 100%;
}
#install .installs .item:nth-child(4)::before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 100%;
  height: 1px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-image: linear-gradient(to right, #000000, #fbfbfb) 1 100%;
  border-image-slice: 100;
}
#install .installs .item > div {
  width: calc(100% - 124px - 25px - 50px);
}
#install .installs .item > div h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}
#install .installs .item > div div p {
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 10px;
}
#calculator .side .side-form {
  background-color: #000000;
  color: #fbfbfb;
  width: 680px;
  padding: 45px;
}
#calculator .side .side-form h4 {
  font-size: 44px;
  line-height: 120%;
  font-weight: 700;
  margin: 0;
}
#calculator .side .side-form .chapter h5 {
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  margin: 0;
  margin-top: 38px;
  margin-bottom: 20px;
}
#calculator .side .side-form .chapter ul.flex > li {
  flex-grow: 1;
  flex-basis: 0;
}
#calculator .side .side-form .chapter.chapter-manufacturer ul {
  background-color: #383838;
  border-radius: 21px;
  gap: 4px;
  padding-left*: 4px;
  padding-right*: 4px;
  width: fit-content;
}
#calculator .side .side-form .chapter.chapter-manufacturer ul li {
  flex-grow: 0;
}
#calculator .side .side-form .chapter.chapter-manufacturer ul li label {
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  white-space: nowrap;
  padding: 4px 8px;
  display: inline-block;
  text-align: center;
  border-radius: 21px;
}
#calculator .side .side-form .chapter.chapter-manufacturer ul li label:hover {
  cursor: pointer;
}
#calculator .side .side-form .chapter.chapter-manufacturer ul li input {
  display: none;
}
#calculator .side .side-form .chapter.chapter-manufacturer ul li input:checked + label {
  background: #01AC6A !important;
  color: #000000;
}
#calculator .side .side-form .chapter.chapter-power {
  margin-top: -20px;
}
#calculator .side .side-form .info-charge {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  color: #fbfbfb;
  margin-top: 10px;
  margin-bottom: 40px;
}
#calculator .side .side-form .info-charge span {
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  color: #01AC6A;
}
#calculator .side .side-form .item-check {
  margin-top*: 40px;
  margin-bottom: 10px;
}
#calculator .side .side-form .item-check small {
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  color: #383838;
  margin-left: 34px;
}
#calculator .side .side-info {
  background-color: #01AC6A;
  color: #fbfbfb;
  width: 480px;
  padding: 45px 30px;
}
#calculator .side .side-info p {
  margin: 0;
}
#calculator .side .side-info p.title {
  font-size: 34px;
  line-height: 120%;
  font-weight: 700;
}
#calculator .side .side-info p.price {
  font-size: 80px;
  line-height: 120%;
  font-weight: 700;
  color: #000000;
}
#calculator .side .side-info p.price span {
  font-size: 40px;
  line-height: 1;
  display: block;
}
#calculator .side .side-info p.title-2 {
  font-size: 20px;
  line-height: 120%;
  font-weight: 700;
  color: #fbfbfb;
  margin-top: 80px;
}
#calculator .side .side-info p.text-2 {
  font-size: 40px;
  line-height: 120%;
  font-weight: 700;
  color: #000000;
}
#calculator .side .side-info p.notice {
  font-size: 14px;
  line-height: 120%;
  font-weight: 400;
  color: #2EF9AB;
  margin-top: 45px;
}
#calculator .side .side-info .side-input {
  margin-top: 30px;
  margin-bottom: 15px;
}
#calculator .side .side-info .side-input input[type=tel] {
  text-align: center;
  margin-bottom: 15px;
}
#capability {
  padding-top: 110px;
  padding-bottom: 100px;
}
#capability h3 {
  font-size: 44px;
  line-height: 120%;
  font-weight: 700;
}
#capability ul.capabilities {
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /*grid-gap: 10px;*/
  height: fit-content;
  width: 100%;
  gap: 0px;
}
#capability ul.capabilities input[type=checkbox] {
  display: none;
}
#capability ul.capabilities li.item {
  position: relative;
  padding-bottom: 20px;
  padding-top: 30px;
}
#capability ul.capabilities li.item:nth-child(even) {
  padding-left: 50px;
}
#capability ul.capabilities li.item:nth-child(odd) {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-image: linear-gradient(to left, #000000, #fbfbfb) 1;
}
#capability ul.capabilities li.item:nth-child(odd):after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #000000;
}
#capability ul.capabilities li.item:first-child:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  border-right-width: 1px;
  border-right-style: solid;
  border-image: linear-gradient(to top, #000000, #fbfbfb) 1;
}
#capability ul.capabilities li.item:nth-child(even) {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-image: linear-gradient(to right, #000000, #fbfbfb) 1;
}
#capability ul.capabilities li.item:nth-last-child(1):nth-child(odd) {
  border-bottom: 0;
}
#capability ul.capabilities li.item:nth-last-child(1):nth-child(odd):after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  border-right-width: 1px;
  border-right-style: solid;
  border-image: linear-gradient(to bottom, #000000, #fbfbfb) 1;
}
#capability ul.capabilities li.item:has(> input[type=checkbox]:checked) {
  background-color: #E2F7F2;
}
#capability ul.capabilities li.item:has(> input[type=checkbox]:checked) span {
  color: #01AC6A;
}
#capability ul.capabilities li.item input[type=checkbox]:checked + span + ul .capability-info {
  display: block;
}
#capability ul.capabilities li.item span {
  display: inline-block;
  width: 27px;
  height: 24px;
  background-color: #000000;
  color: #fbfbfb;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
  margin-bottom: 25px;
}
#capability ul.capabilities li.item ul li:first-child {
  margin-right: auto;
}
#capability ul.capabilities li.item ul li:last-child {
  position: relative;
}
#capability ul.capabilities li.item ul li:last-child > label {
  display: block;
  margin-right: 20px;
}
#capability ul.capabilities li.item ul li:last-child > label:hover {
  cursor: pointer;
}
#capability ul.capabilities li.item ul li:last-child .capability-info {
  display: none;
  position: absolute;
  right: 0;
  top: 40px;
  background-color: #fbfbfb;
  padding: 25px;
  border-radius: 12px;
  min-width: 400px;
  -webkit-box-shadow: 0px 0px 14px 0px rgba(34, 60, 80, 0.3);
  -moz-box-shadow: 0px 0px 14px 0px rgba(34, 60, 80, 0.3);
  box-shadow: 0px 0px 14px 0px rgba(34, 60, 80, 0.3);
  z-index: 1;
}
#capability ul.capabilities li.item ul li:last-child .capability-info::after {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 20.5px 41px 20.5px;
  border-color: transparent transparent #fbfbfb transparent;
  transform: rotate(0deg);
  position: absolute;
  top: -25px;
  right: 20px;
}
#capability ul.capabilities li.item ul li:last-child .capability-info p {
  font-size: 14px;
  line-height: 120%;
  font-weight: 400;
  margin-bottom: 10px;
}
#capability ul.capabilities li.item ul li:last-child .capability-info label {
  color: #01AC6A;
  font-size: 14px;
  font-weight: 700;
  line-height: 120%;
  float: right;
}
#capability ul.capabilities li.item ul li:last-child .capability-info label:hover {
  cursor: pointer;
}
#logos {
  background-color: #000000;
  padding-top: 100px;
  padding-bottom: 100px;
}
#logos ul {
  gap: 10px;
}
#logos ul li img:first-child {
  display: block;
}
#logos ul li img:last-child {
  display: none;
}
#logos ul li:hover {
  cursor: pointer;
}
#logos ul li:hover img:first-child {
  display: none;
}
#logos ul li:hover img:last-child {
  display: block;
}
#faq {
  padding-top: 110px;
  padding-bottom: 100px;
}
#faq .wrapper-faq {
  width: 770px;
  margin: 0 auto;
}
#faq .wrapper-faq h2 {
  font-size: 44px;
  line-height: 120%;
  font-weight: 700;
  margin: 0;
  margin-bottom: 60px;
}
#faq .wrapper-faq ul li {
  position: relative;
  padding: 35px 0px;
  border-bottom: 1px solid #000000;
}
#faq .wrapper-faq ul li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-image: linear-gradient(to left, #fbfbfb, #000000, #fbfbfb) 1 100%;
  border-image-slice: 100;
}
#faq .wrapper-faq ul li:last-child {
  border-bottom: 0;
}
#faq .wrapper-faq ul li:last-child::after {
  border-bottom: 0;
}
#faq .wrapper-faq ul li h4 {
  font-size: 36px;
  line-height: 120%;
  font-weight: 400;
  margin: 0;
}
#faq .wrapper-faq ul li h4:hover {
  cursor: pointer;
}
#faq .wrapper-faq ul li > div {
  font-size: 16px;
  line-height: 130%;
  max-width: 80%;
  margin-top: 25px;
  transition: all 2s;
  display: none;
}
#faq .wrapper-faq ul li > div p {
  margin-bottom: 20px;
}
#faq .wrapper-faq ul li a {
  position: absolute;
  display: inline-block;
  right: 0;
  top: 41px;
  width: 30px;
  height: 30px;
}
#faq .wrapper-faq ul li.active > div {
  display: block;
}
#partner {
  padding-top*: 100px;
  padding-bottom: 55px;
}
#partner h2 {
  margin: 0 0 55px 0;
}
#partner .wrapper-partner .MySwiper {
  width: 100%;
}
#partner .wrapper-partner .MySwiper .swiper-wrapper {
  flex-direction: row;
  /* плавный скрол */
  transition-timing-function: linear;
}
#partner .wrapper-partner .MySwiper .swiper-slide {
  width*: 100px;
}
#partner .wrapper-partner ul {
  align-items*: center;
}
#works {
  padding-bottom: 100px;
}
#works ul.splide__list li {
  margin-left: 5px;
  margin-right: 5px;
}
#works ul.splide__list li div {
  width: 225px;
  height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#works img.hand-arrow {
  position: absolute;
  bottom: -70px;
  left: 50%;
  margin-left: -29px;
  animation: swing 1s ease-in-out infinite alternate;
  transform-origin: 50% 80%;
}
#works .wrapper-works:after {
  content: "";
  display: block;
  width: 160px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: linear-gradient(to right, #fbfbfb, transparent);
  opacity: 1;
}
#works .wrapper-works:before {
  content: "";
  display: block;
  width: 160px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-image: linear-gradient(to left, #fbfbfb, transparent);
  opacity: 1;
  z-index: 1;
}
#connect {
  background-color: #01AC6A;
  height: 410px;
  padding-top: 105px;
}
#connect h3 {
  margin: 0;
  font-size: 44px;
  line-height: 120%;
  font-weight: 700;
  text-align: center;
}
#connect form {
  margin: 40px auto 0px auto;
}
#connect form input[type=tel] {
  text-align: center;
  line-height: 116%;
}
#connect form ul {
  margin-bottom: 15px;
}
footer {
  background-color: #000000;
  color: #fbfbfb;
  padding-top: 50px;
  padding-bottom: 50px;
}
footer li.footer-menu {
  margin-right: 220px;
}
footer li.footer-menu li {
  margin-bottom: 25px;
}
footer li.footer-contact li {
  margin-bottom: 25px;
}
footer li.footer-contact li.footer-contact-phone a {
  color: #fbfbfb;
}
footer li.footer-contact li.footer-contact-phone a:hover {
  color: #01AC6A;
}
footer li.footer-contact li ul li {
  margin-bottom: 0px;
}
footer li.footer-contact li.footer-social ul {
  gap: 20px;
}
footer li.footer-contact li.footer-social ul li[data-value=""] {
  display: none;
}
footer li.footer-contact li.footer-social ul li a img:last-child {
  display: none;
}
footer li.footer-contact li.footer-social ul li a:hover img:first-child {
  display: none;
}
footer li.footer-contact li.footer-social ul li a:hover img:last-child {
  display: inline-block;
}
footer li.footer-contact li.footer-page li {
  margin-bottom: 15px;
}
footer > .container > ul > li:first-child {
  margin-right: auto;
}
footer nav ul li a {
  color: #fbfbfb;
}
footer nav ul li a:hover {
  color: #007749;
}
footer .footer-bottom ul li a {
  color: #01AC6A;
}
footer .footer-bottom ul li:first-child {
  margin-right: auto;
}
.hystmodal__close {
  /* переопределяем стили для модального окна */
  width: 20px;
  height: 20px;
  top: 20px;
  right: 20px;
}
.hystmodal__close:focus {
  outline: none;
}
#myModalOffer .hystmodal__window {
  max-width: 33%;
}
#myModalOffer .hystmodal__window .hystmodal__body_image {
  height: 300px;
  width: 100%;
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
}
#myModalOffer .hystmodal__window .hystmodal__content .hystmodal__body {
  white-space: normal;
}
#myModalOffer .hystmodal__window .hystmodal__content .hystmodal__body a.btn-offer {
  margin-bottom: 20px;
  background-color: red;
  text-align: center;
  padding: 0.5rem 0.75rem;
  color: white;
  display: block;
}
#myModalOffer .hystmodal__window .hystmodal__content .hystmodal__body a.btn-offer:hover {
  background-color: #c00;
}
.hystmodal__window {
  color: #000000;
  width: fit-content;
  padding-right*: 35px;
}
.hystmodal__window .hystmodal__content {
  border: 1px solid transparent;
  padding: 0 10px 10px 10px;
}
.hystmodal__window .hystmodal__content .hystmodal__body {
  white-space: pre-wrap;
}
.hystmodal__window .hystmodal__content h1 {
  color: red;
  font-size: 25px;
  line-height: 25px;
  margin-top: 13px;
}
.hystmodal__window .hystmodal__content form {
  gap: 5px;
}
.hystmodal__window .hystmodal__content form input {
  border: 1px solid #383838;
}
#myModalSuccess .hystmodal__window {
  width: 660px;
  height: 660px;
  justify-content: center;
}
#myModalSuccess .hystmodal__window .hystmodal__content {
  padding: 0;
  text-align: center;
  align-items: center;
  color: #2E3740;
}
#myModalSuccess .hystmodal__window .hystmodal__content h6 {
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 30px;
}
#myModalSuccess .hystmodal__window .hystmodal__content p {
  font-size: 22px;
  font-weight: 400;
  margin: 0;
  margin-bottom: 60px;
}
#myModalSuccess .hystmodal__window .hystmodal__content ul {
  gap: 25px;
}
@media (min-width: 960px) {
  header .logo-head {
    display: none;
  }
  header .mobile-menu {
    display: none;
  }
  header .button-menu {
    display: none;
  }
  #banner div.more-phone {
    display: none;
  }
  .container {
    width: 1160px;
    margin: 0 auto;
  }
  footer .container .footer-contact-phone-mobile {
    display: none;
  }
}
@media (max-width: 960px) {
  #header {
    background-color: #01AC6A;
    color: #fbfbfb;
    margin-bottom: 35px;
  }
  #header .wrapper-top .container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    height: 35px;
    background-color: #000000;
  }
}
@media (max-width: 480px) {
  html, body {
    overflow-x: hidden;
  }
  .container {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis*: 480px;
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }
  input[type=text], input[type=tel] {
    font-size: 20px;
  }
  input[type=submit] {
    font-size: 14px;
  }
  input[type=text], input[type=tel] {
    padding: 17px 5px;
  }
  input[type=submit] {
    padding: 17px 28px;
  }
  #page .container h1 {
    font-size: 24px;
  }
  #http404 .http404-image img {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 85px;
  }
  #http404 .http404-image div {
    bottom: 118px;
    width: 75px;
    height: 40px;
    left: calc(50% - 76px / 2 + 3px);
  }
  header ul li {
    height: 100%;
    align-items: center;
  }
  header ul li.address-social a {
    display: flex;
  }
  header ul li.button-menu {
    display: flex;
  }
  header ul li.button-menu ul {
    width: 48px;
    height: 22px;
    gap: 7px;
    margin-top: -1px;
    margin-left: 15px;
    margin-right*: 15px;
  }
  header ul li.button-menu ul li {
    border: 1px solid #fbfbfb;
    width: 48px;
    height: 2px;
  }
  header li.logo-head {
    margin-right: auto;
    display: flex;
  }
  header li.logo-head img {
    margin-left*: 7px;
  }
  header li.address-social {
    display: flex;
    margin-right: 15px;
    margin-left: 0;
  }
  header li.address-head, header li.address-phone, header li.address-phone-number {
    display: none;
  }
  header .wrapper-bottom {
    display: none;
  }
  header .mobile-menu {
    display: flex;
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    min-height: 100vh;
    z-index: 100;
    background-color: #000000;
    justify-content: center;
    transition: left 0.4s ease-in-out;
  }
  header .mobile-menu.active {
    left: 0;
  }
  header .mobile-menu > a.close {
    position: absolute;
    right: 10px;
    top: 40px;
    width: 40px;
    height: 40px;
    opacity*: 0.3;
  }
  header .mobile-menu > a.close:hover {
    opacity: 1;
  }
  header .mobile-menu > a.close:before, header .mobile-menu > a.close:after {
    position: absolute;
    left: 15px;
    content: " ";
    height: 40px;
    width: 2px;
    background-color: #fbfbfb;
  }
  header .mobile-menu > a.close:before {
    transform: rotate(45deg);
  }
  header .mobile-menu > a.close:after {
    transform: rotate(-45deg);
  }
  header .mobile-menu ul {
    gap: 10px;
  }
  header .mobile-menu ul li a {
    font-size: 40px;
  }
  #banner {
    height: auto;
    padding-bottom: 30px;
  }
  #banner h1 {
    font-size: 24px;
    margin: 0;
    margin-top: 50px;
  }
  #banner h1 div#drum {
    display: inline-block;
    height: 29px;
    height: 60px;
    margin-bottom: -8px;
    margin-bottom: -6px;
    margin-bottom: -36px;
    -webkit-mask-image: linear-gradient(to bottom, black 18%, transparent 82%, transparent 83%);
    mask-image: linear-gradient(to bottom, black 18%, transparent 82%, transparent 83%);
    /*
          .cube {
            height: 60px;
            height: 24px;
            transform-style: preserve-3d;
            .side {
              position: absolute;
              box-sizing: border-box;
              height: 60px;
              height: 24px;

              opacity: 0.7;
              background-clip: white;
              &.front {
                  transform: translateZ(12px);
                  background-color*: #ef5350;
              }
              &.back {
                  transform: translateZ(-12px);
                  background-color*: #ba68c8;
                  span {
                      transform: scale(-1, 1) rotate(180deg);
                      bottom: 0;
                  }
              }
              &.top {
                transform: translateY(-12px) rotateX(90deg);
                background-color*: #4db6ac;
              }

              &.bottom {
                transform: translateY(12px) rotateX(90deg);
                background-color*: #fff176;
                span {
                    transform: scale(-1, 1) rotate(180deg);
                    bottom: 0;
                }
              }
              &.back, &.top, &.bottom {
                opacity: 0;
              }
            }
          }
          */
  }
  #banner h1 span {
    margin-right*: 21px;
    margin-right: 0px;
  }
  #banner > .container > div.more-phone ul {
    margin-top: 30px;
    width*: fit-content;
  }
  #banner > .container > div.more-phone ul li {
    font-size: 10px;
    position: relative;
  }
  #banner > .container > div.more-phone ul li p {
    color: #fbfbfb;
    margin: 0;
    margin-bottom: 5px;
  }
  #banner > .container > div.more-phone ul li img {
    margin-right: 5px;
  }
  #banner > .container > div.more-phone ul li a {
    color: #fbfbfb;
    font-size: 12px;
  }
  #banner > .container > div.more-phone ul li:nth-child(odd) {
    padding-bottom: 12px;
  }
  #banner > .container > div.more-phone ul li:nth-child(odd)::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 1px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-image: linear-gradient(to left, #01AC6A, #fbfbfb, #01AC6A);
    border-image-slice: 100;
  }
  #banner > .container > div.more-phone ul li:nth-child(even) {
    padding-top: 12px;
  }
  #banner form {
    width: 50%;
  }
  #banner form ul {
    display: block;
  }
  #banner form ul li:last-child {
    display: none;
  }
  #banner form ul li input {
    width: 100%;
  }
  #banner form ul li input[type=tel] {
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
  }
  #banner form ul li input[type=submit] {
    margin-top: 10px;
  }
  #banner small {
    width: 50%;
  }
  #offer {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #offer h3 {
    margin: 0;
    margin-bottom: 50px;
  }
  #offer .offers .item p {
    font-size: 14px;
  }
  #offer .wrapper-menu ul li a {
    white-space: nowrap;
  }
  #install {
    padding-top: 60px;
    padding-bottom: 20px;
  }
  #install h3 {
    font-size: 24px;
  }
  #install .installs {
    flex-direction: column;
    margin-top: 0;
  }
  #install .installs .item {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }
  #install .installs .item:nth-child(even) img {
    margin-left: 0;
  }
  #install .installs .item::after, #install .installs .item::before {
    display: none;
  }
  #install .installs .item > div {
    width: calc(100% - 124px - 25px - 5px);
  }
  #install .installs .item > div h4 {
    font-size: 18px;
    margin: 0;
  }
  #install .installs .item > div h4 br {
    display: none;
  }
  #install .installs .item > div p {
    font-size: 13px;
    color: #7E7E7E;
  }
  #calculator form#form-calculator {
    flex-direction: column;
  }
  #calculator form#form-calculator > div {
    width: 100%;
  }
  #calculator form#form-calculator .side-form {
    padding: 40px 10px 10px 10px;
  }
  #calculator form#form-calculator .side-form h4 {
    font-size: 24px;
  }
  #calculator form#form-calculator .side-form .chapter.chapter-connector ul, #calculator form#form-calculator .side-form .chapter.chapter-place ul {
    flex-wrap: wrap;
  }
  #calculator form#form-calculator .side-form .chapter.chapter-connector ul li, #calculator form#form-calculator .side-form .chapter.chapter-place ul li {
    flex: 50%;
    /* or - flex: 0 50% - or - flex-basis: 50% - */
    padding-right: 20px;
    padding-bottom: 30px;
    flex-grow: 0;
  }
  #calculator form#form-calculator .side-form .chapter.chapter-distance .range-container #rangeDistanceList option:last-child {
    margin-right: 14px;
  }
  #calculator form#form-calculator .side-form .item-check small {
    font-size: 14px;
  }
  #calculator form#form-calculator .side-info {
    padding: 40px 10px 30px 10px;
  }
  #calculator form#form-calculator .side-info p.title {
    font-size: 24px;
  }
  #calculator form#form-calculator .side-info p.title br {
    display: none;
  }
  #calculator form#form-calculator .side-info p.price {
    font-size: 44px;
  }
  #calculator form#form-calculator .side-info p.price br {
    display: none;
  }
  #calculator form#form-calculator .side-info p.title-2 {
    font-size: 18px;
    margin-top: 30px;
  }
  #calculator form#form-calculator .side-info p.text-2 {
    font-size: 40px;
  }
  #calculator form#form-calculator .side-info p.notice {
    margin-top: 30px;
  }
  #capability {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #capability h3 {
    margin: 0;
  }
  #capability .wrapper-capabilities > ul.capabilities {
    flex-direction: column;
    display: flex;
  }
  #capability .wrapper-capabilities > ul.capabilities li.item {
    padding: 20px 0;
  }
  #capability .wrapper-capabilities > ul.capabilities li.item:nth-child(odd) {
    border-image: linear-gradient(to left, #fbfbfb, #000000, #fbfbfb) 1;
  }
  #capability .wrapper-capabilities > ul.capabilities li.item:nth-child(odd)::after {
    display: none;
  }
  #capability .wrapper-capabilities > ul.capabilities li.item:nth-child(even) {
    padding-left: 0;
    border-image: linear-gradient(to left, #fbfbfb, #000000, #fbfbfb) 1;
  }
  #capability .wrapper-capabilities > ul.capabilities li.item span {
    margin-bottom: 10px;
  }
  #capability .wrapper-capabilities > img {
    display: none;
  }
  #logos {
    padding: 10px;
  }
  #faq {
    padding: 60px 10px;
  }
  #faq .wrapper-faq {
    width: 100%;
  }
  #faq .wrapper-faq h2 {
    margin: 0;
    font-size: 24px;
  }
  #faq .wrapper-faq ul li {
    padding: 17px 0;
  }
  #faq .wrapper-faq ul li a {
    top: 13px;
  }
  #faq .wrapper-faq ul li h4 {
    font-size: 20px;
  }
  #faq .wrapper-faq ul li > div {
    margin-top: 20px;
  }
  #faq .wrapper-faq ul li > div p {
    font-size: 13px;
    margin: 0;
  }
  #connect {
    height: auto;
    padding: 50px 0px;
  }
  #connect h3 {
    margin: 0;
    font-size: 23px;
  }
  #connect #form-connect {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
    margin-left: inherit;
    margin-right: inherit;
  }
  #connect #form-connect ul {
    width: 90%;
  }
  #connect #form-connect ul li {
    width: 50%;
  }
  #connect #form-connect ul li input {
    width: 100%;
  }
  #connect #form-connect ul li input[type=tel] {
    line-height: inherit;
    padding-top: 14px;
    padding-bottom: 14px;
  }
  #connect #form-connect small {
    margin-right: auto;
    margin-left: 5%;
  }
  #works h2 {
    font-size: 24px;
  }
  #works .wrapper-works::after {
    width: 60px;
    left: -5px;
  }
  #works .wrapper-works::before {
    width: 60px;
    right: -5px;
  }
  footer {
    padding: 0 0 20px 0;
  }
  footer .container > ul {
    flex-direction: row;
    flex-wrap: wrap;
  }
  footer .container > ul > li {
    flex: 50%;
    margin: inherit;
  }
  footer .container > ul > li.footer-menu nav {
    padding-top: 10px;
    margin-left: 40%;
  }
  footer .container .footer-contact-phone {
    display: none;
  }
  footer .container .footer-contact-phone-mobile .more-phone {
    margin-top: 10px;
  }
  footer .container .footer-contact-phone-mobile .more-phone ul li {
    margin-bottom: 14px;
  }
  footer .container .footer-contact-phone-mobile .more-phone ul li p {
    margin: 0;
    margin-bottom: 4px;
  }
  footer .container .footer-contact-phone-mobile .more-phone ul li div {
    align-items: center;
  }
  footer .container .footer-contact-phone-mobile .more-phone ul li div img {
    margin-right: 10px;
  }
  footer .container .footer-contact-phone-mobile .more-phone ul li div a {
    color: #fbfbfb;
    font-size: 16px;
  }
  #partner {
    display: none;
  }
}
