@charset "UTF-8";
/*! 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 {
  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 {
  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;
}

:root {
  --tekst-na-belom: #1c1c1c;
  --linii: #e8e8e8;
  --zelenyy-akcent-3: #9bca02;
  --tekst-na-temnom---zelenyy: #fbfbfb;
  --text: #4f4f4f;
}

@font-face {
  font-family: FuturaLightC;
  src: url(../fonts/futuralight/FuturaLightC.eot);
  src: url(../fonts/futuralight/FuturaLightC.eot?#iefix) format("embedded-opentype"), url(../fonts/futuralight/FuturaLightC.woff) format("woff"), url(../fonts/futuralight/FuturaLightC.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: FuturaBookC;
  src: url(../fonts/futurabook/FuturaBookC.eot);
  src: url(../fonts/futurabook/FuturaBookC.eot?#iefix) format("embedded-opentype"), url(../fonts/futurabook/FuturaBookC.woff) format("woff"), url(../fonts/futurabook/FuturaBookC.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: FuturaDemiC;
  src: url(../fonts/futurademi/FuturaDemiC.eot);
  src: url(../fonts/futurademi/FuturaDemiC.eot?#iefix) format("embedded-opentype"), url(../fonts/futurademi/FuturaDemiC.woff) format("woff"), url(../fonts/futurademi/FuturaDemiC.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "Futura PT";
  src: url(../fonts/futura-pt/FuturaPT-Light.eot);
  src: url(../fonts/futura-pt/FuturaPT-Lighteot?#iefix) format("embedded-opentype"), url(../fonts/futura-pt/FuturaPT-Light.woff) format("woff"), url(../fonts/futura-pt/FuturaPT-Light.woff2) format("woff2"), url(../fonts/futura-pt/FuturaPT-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "Futura PT";
  src: url(../fonts/futura-pt/FuturaPT-Book.eot);
  src: url(../fonts/futura-pt/FuturaPT-Book?#iefix) format("embedded-opentype"), url(../fonts/futura-pt/FuturaPT-Book.woff) format("woff"), url(../fonts/futura-pt/FuturaPT-Book.woff2) format("woff2"), url(../fonts/futura-pt/FuturaPT-Book.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "Tilda Sans";
  src: url(../fonts/TildaSans/TildaSans-VF.woff) format("woff"), url(../fonts/TildaSans/TildaSans-VF.woff2) format("woff2"), url(../fonts/TildaSans/TildaSans-VF.ttf) format("truetype");
  font-display: fallback;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body {
  font-family: FuturaLightC;
  font-style: normal;
  font-weight: 300;
  font-size: 17px;
  line-height: 19px;
  color: var(--color-3);
  position: relative;
  background-color: var(--color-1);
}

b {
  font-family: FuturaDemiC;
}

h1.line-left::after,
h2.line-left::after,
h3.line-left::after {
  content: "";
  display: block;
  height: 0;
  background-color: var(--color-4);
  width: 57px;
  margin-top: 10px;
}

@media (min-width: 1240px) {
  h1.line-left::after,
  h2.line-left::after,
  h3.line-left::after {
    height: 3px;
  }
  a.tel {
    pointer-events: none;
  }
}
.text-1 {
  font-family: FuturaBookC;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  color: var(--color-3);
}

.text-2 {
  font-family: FuturaDemiC;
  font-style: normal;
  font-weight: 600;
  font-size: 34px;
  line-height: 40px;
  color: var(--color-1);
}

.text-3 {
  font-family: FuturaBookC;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 27px;
  color: var(--color-1);
}

.text-4 {
  font-family: FuturaLightC;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  color: var(--color-1);
}

.text-5 {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-1);
}

.text-6 {
  font-family: FuturaLightC;
  font-style: normal;
  font-weight: 300;
  font-size: 17px;
  line-height: 19px;
  color: var(--color-3);
}

.text-7 {
  font-family: FuturaDemiC;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  color: var(--color-3);
}

.text-8 {
  font-family: FuturaBookC;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 27px;
  color: var(--color-3);
}

.text-9 {
  font-family: FuturaLightC;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 20px;
  color: var(--color-3);
}

.text-10 {
  font-family: FuturaBookC;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  color: var(--color-2);
}

.text-11 {
  font-family: FuturaLightC;
  font-style: normal;
  font-weight: 300;
  font-size: 10px;
  line-height: 11px;
  color: var(--color-2);
}

.text-12 {
  font-family: FuturaLightC;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  color: var(--color-3);
}

.text-13 {
  font-family: FuturaDemiC;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  color: var(--color-3);
}

.text-14 {
  font-family: FuturaBookC;
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  line-height: 22px;
  color: var(--color-3);
}

button {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

button:active,
button:focus {
  outline: 0;
}

.button-play-circle {
  position: relative;
  background-color: transparent;
  border: none;
  height: 48px;
  display: block;
  padding: 0 0 0 58px;
  font-family: FuturaBookC;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-1);
  transition: 0.2s linear;
}

.button-play-circle:focus,
.button-play-circle:hover {
  color: var(--color-2);
}

.button-play-circle:focus::before,
.button-play-circle:hover::before {
  width: 222px;
}

.button-play-circle:focus .icon-play,
.button-play-circle:hover .icon-play {
  left: 30px;
}

.button-play-circle:focus .icon-play::after,
.button-play-circle:hover .icon-play::after {
  content: "";
  display: block;
  position: absolute;
  left: -10px;
  top: 7px;
  width: 10px;
  height: 3px;
  background-color: var(--color-4);
}

.button-play-circle::before {
  content: "";
  transition: 0.2s linear;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--color-1);
  border-radius: 24px;
  width: 48px;
  height: 48px;
  color: var(--color-1);
}

.button-play-circle .icon-play {
  position: absolute;
  left: 20px;
  top: 15px;
  color: var(--color-4);
  transition: 0.2s linear;
}

.button-play-circle span {
  position: relative;
}

.btn-arrow-right-circle {
  position: relative;
  background-color: transparent;
  border: none;
  height: 54px;
  display: block;
  padding: 0 27px 0 75px;
  font-family: FuturaDemiC;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: var(--color-1);
  transition: 0.2s linear;
}

.btn-arrow-right-circle:focus,
.btn-arrow-right-circle:hover {
  color: var(--color-1);
}

.btn-arrow-right-circle:focus::before,
.btn-arrow-right-circle:hover::before {
  width: 100%;
}

.btn-arrow-right-circle:focus .icon-arrow-right,
.btn-arrow-right-circle:hover .icon-arrow-right {
  left: 30px;
}

.btn-arrow-right-circle:focus .icon-arrow-right::after,
.btn-arrow-right-circle:hover .icon-arrow-right::after {
  content: "";
  display: block;
  position: absolute;
  left: -10px;
  top: 7px;
  width: 20px;
  height: 3px;
  background-color: var(--color-1);
}

@media (max-width: 1239px) {
  .btn-arrow-right-circle {
    color: var(--color-1) !important;
    font-size: 14px !important;
    padding: 0 30px 0 52px !important;
    height: 42px !important;
    line-height: 42px !important;
  }
  .btn-arrow-right-circle::before {
    width: 100% !important;
    height: 42px !important;
    border-radius: 21px !important;
  }
  .btn-arrow-right-circle .icon-arrow-right {
    left: 30px !important;
    top: 13px !important;
    font-size: 13px;
  }
  .btn-arrow-right-circle .icon-arrow-right::after {
    content: "" !important;
    display: block !important;
    position: absolute !important;
    left: -12px !important;
    top: 5px !important;
    width: 20px !important;
    height: 3px !important;
    background-color: var(--color-1) !important;
  }
}
.btn-arrow-right-circle::before {
  content: "";
  transition: 0.2s linear;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--color-4);
  border-radius: 27px;
  width: 54px;
  height: 54px;
}

.btn-arrow-right-circle .icon-arrow-right {
  position: absolute;
  left: 22px;
  top: 18px;
  color: var(--color-1);
  transition: 0.2s linear;
}

.btn-arrow-right-circle span {
  position: relative;
}

.btn-arrow-right-circle2 {
  position: relative;
  background-color: transparent;
  border: none;
  height: 35px;
  line-height: 35px;
  display: block;
  padding: 0 20px 0 48px;
  font-family: FuturaBookC;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  text-transform: uppercase;
  color: var(--color-3);
  transition: 0.2s linear;
  margin-bottom: 38px;
}

.btn-arrow-right-circle2:focus,
.btn-arrow-right-circle2:hover {
  color: var(--color-1);
}

.btn-arrow-right-circle2:focus::before,
.btn-arrow-right-circle2:hover::before {
  width: 100%;
}

.btn-arrow-right-circle2:focus .icon-arrow-right,
.btn-arrow-right-circle2:hover .icon-arrow-right {
  left: 30px;
}

.btn-arrow-right-circle2:focus .icon-arrow-right::after,
.btn-arrow-right-circle2:hover .icon-arrow-right::after {
  content: "";
  display: block;
  position: absolute;
  left: -10px;
  top: 4px;
  width: 15px;
  height: 2px;
  background-color: var(--color-1);
}

.btn-arrow-right-circle2::before {
  content: "";
  transition: 0.2s linear;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--color-4);
  border-radius: 18px;
  width: 35px;
  height: 35px;
}

.btn-arrow-right-circle2 .icon-arrow-right {
  position: absolute;
  left: 14px;
  top: 12px;
  color: var(--color-1);
  transition: 0.2s linear;
  font-size: 10px;
}

.btn-arrow-right-circle2 span {
  position: relative;
}

.btn-arrow-right-circle3 {
  position: relative;
  background-color: transparent;
  border: none;
  height: 42px;
  display: block;
  padding: 0 27px 0 60px;
  font-family: FuturaLightC;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: var(--color-3);
  transition: 0.2s linear;
}

.btn-arrow-right-circle3:focus,
.btn-arrow-right-circle3:hover {
  color: var(--color-1);
}

.btn-arrow-right-circle3:focus::before,
.btn-arrow-right-circle3:hover::before {
  width: 100%;
}

.btn-arrow-right-circle3:focus .icon-arrow-right,
.btn-arrow-right-circle3:hover .icon-arrow-right {
  left: 30px;
}

.btn-arrow-right-circle3:focus .icon-arrow-right::after,
.btn-arrow-right-circle3:hover .icon-arrow-right::after {
  content: "";
  display: block;
  position: absolute;
  left: -12px;
  top: 5px;
  width: 20px;
  height: 3px;
  background-color: var(--color-1);
}

@media (max-width: 1239px) {
  .btn-arrow-right-circle3 {
    color: var(--color-1) !important;
  }
  .btn-arrow-right-circle3::before {
    width: 100% !important;
  }
  .btn-arrow-right-circle3 .icon-arrow-right {
    left: 30px !important;
  }
  .btn-arrow-right-circle3 .icon-arrow-right::after {
    content: "" !important;
    display: block !important;
    position: absolute !important;
    left: -12px !important;
    top: 4px !important;
    width: 20px !important;
    height: 3px !important;
    background-color: var(--color-1) !important;
  }
}
.btn-arrow-right-circle3::before {
  content: "";
  transition: 0.2s linear;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--color-4);
  border-radius: 21px;
  width: 42px;
  height: 42px;
}

.btn-arrow-right-circle3 .icon-arrow-right {
  position: absolute;
  left: 16px;
  top: 14px;
  color: var(--color-1);
  transition: 0.2s linear;
  font-size: 13px;
}

.btn-arrow-right-circle3 span {
  position: relative;
}

.btn-1 {
  font-family: FuturaDemiC;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  color: var(--color-1);
  background: var(--color-4);
  border-radius: 3px;
  border: none;
  padding: 10px 20px;
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style-position: inside;
}

ul {
  list-style: none;
}

.ul-1 li {
  padding-left: 24px;
  position: relative;
}

.ul-1 li::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: var(--color-4);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 5px;
}

.ul-2 li {
  padding-left: 30px;
  position: relative;
}

.ul-2 li::before {
  content: "\e916";
  font-family: icomoon;
  font-size: 19px;
  display: block;
  color: var(--color-4);
  position: absolute;
  left: 0;
  top: 3px;
}

.ul-3 li {
  position: relative;
  padding-left: 18px;
}

.ul-3 li::before {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--color-3);
  left: 0;
  top: 7px;
}

.ul-4 li {
  padding-left: 25px;
  position: relative;
}

.ul-4 li::before {
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  background-color: var(--color-4);
  position: absolute;
  left: 0;
  top: 13px;
}

.ul-5 li {
  padding-left: 24px;
  position: relative;
}

.ul-5 li::before {
  content: "✓";
  display: block;
  color: var(--color-4);
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 0;
}

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

.link-1 {
  display: block;
  font-family: FuturaDemiC;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: var(--color-4);
}

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

* {
  scrollbar-color: var(--color-4) var(--color-2);
}

::-webkit-scrollbar {
  width: 7px;
  height: 0;
}

::-webkit-scrollbar-track-piece {
  background-color: var(--color-2);
  border: 0 solid var(--color-2);
}

::-webkit-scrollbar-thumb {
  background-color: var(--color-4);
  border: 0 solid var(--color-2);
  border-radius: 0;
  min-height: 50px;
}

#to-top {
  display: block;
  position: fixed;
  bottom: 76px;
  left: 38px;
  width: 39px;
  height: 39px;
  z-index: 40;
  transition: 0.1s linear;
  border: none;
  font-family: monospace;
  font-size: 15px;
  background-color: var(--color-4);
  border-radius: 3px;
}

@media (min-width: 768px) {
  body {
    font-size: 19px;
    line-height: 21px;
  }
  .btn-arrow-right-circle2 {
    margin-bottom: 0;
  }
  .link-1 {
    margin-left: 26px;
  }
  #to-top {
    right: 80px;
  }
}
#to-top span {
  color: var(--color-1);
}

#to-top.hide {
  opacity: 0;
}

#to-top:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.35);
}

.breadcrumbs {
  padding-top: 38px;
  margin-bottom: 10px;
  font-family: monospace;
  font-size: 14px;
  overflow-x: scroll;
  white-space: nowrap;
  margin-right: 20px;
}

.breadcrumbs a,
.breadcrumbs strong {
  font-family: FuturaLightC;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 22px;
  color: var(--color-3);
}

.breadcrumbs strong {
  color: var(--color-24);
}

select {
  display: none;
}

.custom-select {
  position: relative;
  display: inline-block;
  border: 0.6px solid var(--color-8);
  padding: 6px 14px 4px 31px;
  cursor: pointer;
  z-index: 20;
  margin-left: 22px;
}
.custom-select.select-open ul {
  display: block;
}
.custom-select.select-open .arrow {
  color: var(--color-5);
}
.custom-select.select-disabled {
  pointer-events: none;
}
.custom-select .selected {
  display: inline;
  font-family: FuturaLightC;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 20px;
  color: var(--color-15);
}
.custom-select .arrow {
  transform: rotate(90deg);
  background-color: transparent;
  border: none;
  padding: 0;
  display: inline-block;
  margin-left: 20px;
  float: right;
}
.custom-select .arrow::before {
  content: "›";
  font-family: monospace;
}
.custom-select ul {
  display: none;
  position: absolute;
  left: 0;
  top: 37px;
  width: calc(100% + 1px);
  background-color: var(--color-1);
  padding: 14px;
  border: 0.6px solid var(--color-8);
}
.custom-select ul li {
  position: relative;
  font-family: FuturaLightC;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 20px;
  color: var(--color-15);
  margin-bottom: 8px;
}
.custom-select ul li:last-of-type {
  margin-bottom: 0;
}
.custom-select ul li:hover {
  color: var(--color-5);
}

.modal {
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  transition: 0.5s;
  align-items: center;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal.modal_close {
  display: none;
}

.modal.modal_open {
  display: flex;
}

.modal .modal__close {
  display: block;
  cursor: pointer;
  width: 10px;
  height: 10px;
  z-index: 50;
  position: absolute;
  right: 25px;
  top: 19px;
  font-size: 35px;
}

.modal .modal__close:hover {
  opacity: 0.8;
}

.modal .modal__content {
  background-color: var(--color-1);
  max-width: 603px;
  margin: 0 auto;
  position: relative;
}

.modal .modal__content .form__input-wrapper {
  display: grid;
  grid-template-columns: repeat(1, 240px);
  grid-gap: 16px;
  justify-content: center;
}

@media (min-width: 768px) {
  .breadcrumbs {
    margin-bottom: 25px;
  }
  .modal .modal__content .form__input-wrapper {
    justify-content: space-between;
    grid-template-columns: repeat(2, 240px);
  }
}
.modal .modal__content .form__input-wrapper span.wpcf7-list-item {
  margin: 0;
}

.modal .modal__content .form__input-wrapper .custom-select {
  margin: 0;
  z-index: auto;
  position: relative;
}

.modal .modal__content .form__input-wrapper .custom-select.select-open .arrow {
  transform: rotate(180deg);
}

.modal .modal__content .form__input-wrapper .custom-select.select-open .arrow::before {
  color: var(--color-4);
}

.modal .modal__content .form__input-wrapper .custom-select .arrow {
  background-color: var(--color-1);
  transform: rotate(0);
  text-align: center;
  margin-left: 0;
}

.modal .modal__content .form__input-wrapper .custom-select .arrow::before {
  content: "▼";
  color: var(--color-3);
}

.modal .modal__content .form__input-wrapper .custom-select .selected {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.modal .modal__content .form__input-wrapper .custom-select ul {
  z-index: 20;
  background-color: var(--color-1);
  box-sizing: border-box;
  border-radius: 3px;
  overflow-y: auto;
  width: calc(100% + 2px);
  margin-left: -1px;
  top: 63px;
  border: 0.4px solid var(--color-3);
  padding: 13px 19px;
}

.modal .modal__content .form__input-wrapper .custom-select ul li {
  background-color: var(--color-1);
  font-family: FuturaLightC;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 17px;
  color: var(--color-3);
  margin-bottom: 9px;
}

.modal .modal__content .form__input-wrapper .custom-select ul li:first-of-type {
  display: none;
}

.modal .modal__content .form__input-wrapper .custom-select ul li:last-of-type {
  margin-bottom: 0;
}

.modal .modal__content .form__input-wrapper .custom-select ul li:focus,
.modal .modal__content .form__input-wrapper .custom-select ul li:hover {
  color: var(--color-4);
}

.modal .modal__content .form__input-wrapper .form__input::-moz-placeholder {
  font-family: FuturaLightC;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 17px;
  color: rgba(80, 84, 85, 0.75);
}

.modal .modal__content .form__input-wrapper .custom-select .selected,
.modal .modal__content .form__input-wrapper .form__input,
.modal .modal__content .form__input-wrapper .form__input::placeholder {
  font-family: FuturaLightC;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 17px;
  color: rgba(80, 84, 85, 0.75);
}

.modal .modal__content .form__input-wrapper .custom-select,
.modal .modal__content .form__input-wrapper .form__input {
  padding: 13px 19px;
  border: 0.4px solid var(--color-3);
  border-color: var(--color-3);
  box-sizing: border-box;
  border-radius: 3px;
  cursor: pointer;
  display: grid;
  width: 100%;
  grid-template-columns: 1fr max-content;
}

.modal .modal__content .form__input-wrapper .form__input + span {
  display: none !important;
}

.modal .modal__content .form__input-wrapper .wpcf7-acceptance label {
  margin-top: 20px;
  display: flex;
}

.modal .modal__content .form__input-wrapper .wpcf7-acceptance label input {
  display: none;
}

.modal .modal__content .form__input-wrapper .wpcf7-acceptance label input:checked + span::before {
  color: var(--color-4);
}

.modal .modal__content .form__input-wrapper .wpcf7-acceptance label > span:first-of-type {
  display: flex;
  font-family: FuturaLightC;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 13px;
  color: var(--color-4);
}

.modal .modal__content .form__input-wrapper .wpcf7-acceptance label > span:first-of-type::before {
  content: "✓";
  display: inline-block;
  width: 13px;
  height: 13px;
  border: 0.5px solid var(--color-4);
  flex: none;
  padding: 0;
  text-align: center;
  font-size: 9px;
  line-height: 13px;
  color: transparent;
  margin-right: 10px;
}

.modal .modal__content .form__input-wrapper .wpcf7-acceptance label > span:first-of-type .modal-politic-button {
  cursor: pointer;
}

.modal .modal__content input[type=submit] {
  display: block;
  border: none;
  margin: 39px auto 0;
  cursor: pointer;
}

.modal .modal__content .politic-wrapper {
  font-family: FuturaLightC;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 15px;
  color: var(--color-3);
  margin-top: 20px;
}

.modal .modal__content .politic-wrapper a {
  text-decoration: underline;
}

.modal .modal__content div.wpcf7-response-output {
  display: flex;
  align-items: center;
  text-align: center;
  border: 2px solid transparent !important;
  margin: 0;
  padding: 0;
  font-family: FuturaDemiC;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  color: var(--color-4);
  background-color: var(--color-1);
}

.modal .modal__content div.wpcf7-acceptance-missing,
.modal .modal__content div.wpcf7-validation-errors {
  color: var(--color-19) !important;
}

.modal .modal__content div.wpcf7-acceptance-missing,
.modal .modal__content div.wpcf7-mail-sent-ok,
.modal .modal__content div.wpcf7-validation-errors {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 105px !important;
  margin: 0 !important;
}

.modal_zapis .modal__content {
  position: relative;
  padding: 20px;
}

@media (min-width: 768px) {
  .modal_zapis .modal__content {
    padding: 79px 34px;
  }
}
.modal_zapis .modal__content .form__title {
  font-family: FuturaDemiC;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
  color: var(--color-4);
  text-align: center;
  margin-bottom: 46px;
  display: block;
}

.modal_stock .modal__content {
  position: relative;
  padding: 20px;
}

@media (min-width: 768px) {
  .modal_stock .modal__content {
    padding: 60px 34px;
  }
}
.modal_stock .modal__content .form__title {
  font-family: FuturaDemiC;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
  color: var(--color-4);
  text-align: center;
  margin-bottom: 31px;
  display: block;
}

.container-2 {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container-2 {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 1240px) {
  .container-2 {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1180px;
  }
}
@media (min-width: 1440px) {
  .container-2 {
    max-width: 1440px;
  }
}
.container-2 .row {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .container-2 .row {
    margin-left: -25px;
    margin-right: -25px;
  }
}
@media (min-width: 1240px) {
  .container-2 .row {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.container-2 div[class|=col] {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container-2 div[class|=col] {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 1240px) {
  .container-2 div[class|=col] {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.header {
  background-color: rgba(255, 255, 255, 0.98);
  box-shadow: 0 4px 17px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 5;
  font-family: "Tilda Sans", Arial, Helvetica, sans-serif;
  font-weight: 300;
  color: #505455;
}
@media (max-width: 1239px) {
  .header {
    position: sticky;
    top: 0;
    color: var(--text);
  }
}
.header.header-sticky {
  position: sticky;
  top: 0;
}
@media (min-width: 1240px) {
  .header.header-sticky {
    top: -39px;
  }
}
.header.header-sticky .header-bottom .logo-link img {
  display: none;
}
.header .menu-button {
  display: inline-block;
  height: 27px;
  background-color: transparent;
  border: none;
  font-size: 20px;
  line-height: 14px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  text-align: right;
}
.header .menu-button.open {
  display: none;
}
.header .menu-button .icon-menu {
  color: var(--color-4);
  font-size: 27px;
}
.header .menu-button input {
  display: none;
}
.header #menuClose {
  z-index: 100;
  background-color: transparent;
  border: none;
  padding: 0;
  font-size: 20px;
  line-height: 14px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.header #menuClose img {
  display: block;
}
.header .header-top {
  background-color: var(--color-1);
  padding: 11px 0;
  font-size: 17px;
  position: relative;
}
@media (min-width: 1240px) {
  .header .header-top {
    padding: 4px 0;
    font-size: 16px;
  }
}
.header .header-top address {
  font-style: normal;
}
.header .header-top address .address-item {
  display: inline-block;
  margin-right: 25px;
}
.header .header-top address .icon-location {
  color: var(--color-4);
  position: relative;
  top: 2px;
  display: inline-block;
  margin-right: 4px;
}
.header .header-top address .icon-location:nth-of-type(2) {
  margin-left: 40px;
}
.header .header-top address .delimiter {
  display: inline-block;
  width: 3px;
  height: 14px;
  background-color: var(--color-4);
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 4px;
}
.header .header-top .socials {
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, 31px);
  gap: 9px;
}
.header .header-top .socials a {
  display: block;
}
.header .header-top .socials img {
  display: block;
  width: 31px;
}
.header .header-top .header-top-right {
  display: grid;
  grid-template-columns: auto;
  gap: 30px;
  align-items: center;
  font-size: 17px;
  color: inherit;
}
@media (min-width: 1240px) {
  .header .header-top .header-top-right {
    grid-template-columns: auto auto;
  }
}
.header .header-bottom {
  padding: 17px 0;
  border-top: 1px solid var(--linii);
}
@media (min-width: 1240px) {
  .header .header-bottom {
    padding: 15px 0;
  }
}
.header .header-bottom .logo-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3px;
  align-items: center;
}
@media (min-width: 1240px) {
  .header .header-bottom .logo-wrapper {
    gap: 17px;
    grid-template-columns: max-content max-content;
  }
}
.header .header-bottom .logo-link {
  font-size: 25px;
  font-weight: 400;
  line-height: 100%;
}
@media (max-width: 767px) {
  .header .header-bottom .logo-link {
    font-family: "Futura PT";
  }
}
@media (min-width: 1240px) {
  .header .header-bottom .logo-link {
    font-size: 20px;
    font-weight: 400;
  }
}
.header .header-bottom .logo-desk {
  font-size: 14px;
  display: block;
  line-height: 100%;
  font-weight: 300;
}
@media (min-width: 1240px) {
  .header .header-bottom .logo-desk {
    display: inline-block;
    line-height: normal;
  }
}
.header .header-bottom .phone-wrapper a {
  font-weight: 400;
  font-size: 22px;
  color: inherit;
}
@media (min-width: 1240px) {
  .header .header-bottom .phone-wrapper a {
    font-size: 20px;
  }
}
.header .header-bottom .tel {
  font-weight: 400;
  color: inherit;
  font-size: 16px;
}
@media (min-width: 375px) {
  .header .header-bottom .tel {
    font-size: 18px;
  }
}
@media (min-width: 400px) {
  .header .header-bottom .tel {
    font-size: 20px;
  }
}
.header .header-bottom .right {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
  align-items: center;
  justify-content: end;
}
.header .header-bottom .right .bottom {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  gap: 15px;
  align-items: center;
  justify-content: end;
}
.header .header-bottom .socials {
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, 35px);
  gap: 10px;
}
.header .header-bottom .socials a {
  display: block;
}
.header .header-bottom .socials img {
  display: block;
  width: 35px;
}
.header.header-index .header-bottom {
  border-top: none !important;
}
.header.header-index .header-bottom .addr,
.header.header-index .header-bottom .logo-link img {
  display: none;
}
@media (min-width: 1240px) {
  .header.header-index .header-bottom .logo-desk {
    display: none;
  }
}
.header.header-index .header-top .header-top-right > span {
  display: none !important;
}
@media (min-width: 1240px) {
  .header.header-index {
    box-shadow: none;
    background-color: transparent;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
  }
  .header.header-index .header-top {
    background-color: transparent;
    padding: 30px 0 0;
    border-bottom: none;
  }
  .header.header-index .header-top .container-2 {
    justify-content: flex-end !important;
  }
  .header.header-index .header-top .container-2 address {
    display: none !important;
  }
  .header.header-index .header-top .container-2 .socials a span {
    color: var(--color-1);
  }
  .header.header-index .header-bottom {
    background-color: transparent;
    padding: 0;
    top: 5px;
    position: relative;
  }
  .header.header-index .header-bottom .addr {
    display: block;
    position: absolute;
    right: 20px;
    top: 12px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: var(--color-1);
  }
  .header.header-index .header-bottom .logo-link {
    width: 225px;
    font-size: 0;
    position: relative;
    top: -25px;
  }
  .header.header-index .header-bottom .logo-link img {
    display: inline-block;
  }
  .header.header-index .header-bottom .tel {
    color: var(--color-1);
    font-weight: 600;
  }
  .header.header-index .header-bottom .header-nav .menu-item {
    color: var(--color-1);
  }
  .header.header-index .header-bottom .header-nav .menu-item:focus, .header.header-index .header-bottom .header-nav .menu-item:hover {
    color: var(--color-4);
  }
  .header.header-index .header-bottom .header-nav .menu-item .arrow {
    background-image: url("/assets/images/icons/arrow-white.svg");
  }
}

@media (max-width: 1239px) {
  .header-nav {
    position: fixed;
    opacity: 0;
    transition: 0.2s linear;
    left: 0;
    right: 0;
    top: 107px;
    bottom: 0;
    z-index: 4;
    transform: translateX(100vw);
    background-color: var(--color-1);
    overflow: auto;
  }
  .header-nav.open {
    opacity: 1;
    transform: translateX(0);
  }
  .header-nav.open .menu,
  .header-nav.open .sub-menu.open {
    transform: translateX(0);
    display: block;
  }
  .header-nav.open .container-2 {
    position: relative;
  }
  .header-nav .menu,
  .header-nav .sub-menu.level-1 {
    position: absolute;
    width: 100%;
    left: 0;
    background-color: var(--color-1);
    z-index: 50;
    padding-left: 15px;
    padding-right: 15px;
    list-style: none;
    transform: translateX(100vw);
    transition: transform 0.3s linear;
    display: none;
    overflow: auto;
    height: calc(100vh - 109px);
    height: calc(100dvh - 109px);
    padding-top: 20px;
  }
}
@media (max-width: 1239px) and (min-width: 768px) {
  .header-nav .menu,
  .header-nav .sub-menu.level-1 {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 1239px) {
  .header-nav .menu .menu-header,
  .header-nav .sub-menu.level-1 .menu-header {
    width: 100%;
  }
}
@media (max-width: 1239px) and (pointer: fine) {
  .header-nav .menu.has-scroll {
    padding-right: 0px;
  }
}
@media (max-width: 1239px) and (pointer: fine) and (min-width: 768px) {
  .header-nav .menu.has-scroll {
    padding-right: 11px;
  }
}
@media (max-width: 1239px) {
  .header-nav .menu:has(.sub-menu.level-1.open) {
    overflow: hidden;
  }
  .header-nav .menu > .menu-item {
    display: block;
    border-bottom: 1px solid #f4f4f4;
    padding: 5px 6px 5px 0;
  }
  .header-nav .menu > .menu-item.menu-item-has-children {
    display: grid;
    grid-template-columns: 1fr auto;
    justify-content: space-between;
    align-items: center;
  }
  .header-nav .menu > .menu-item > a {
    display: block;
    padding: 16px 0;
    font-weight: 300;
    font-size: 18px;
    color: #505455;
  }
  .header-nav .menu > .menu-item .arrow {
    display: inline-block;
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    width: 24px;
    height: 24px;
    background-image: url("/assets/images/icons/arrow.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px;
    transform: rotate(-90deg);
  }
  .header-nav .menu > .menu-item .color {
    color: var(--color-4);
  }
  .header-nav .menu > .menu-item .address {
    font-size: 14px;
    display: block;
    color: #959595;
  }
  .header-nav .menu .li-back {
    padding: 19px 0 29px;
  }
  .header-nav .menu .li-back .btn-back {
    background-color: transparent;
    border: none;
    padding: 0;
    font-family: inherit;
    font-style: normal;
    line-height: 20px;
    color: var(--zelenyy-akcent-3);
    font-weight: 400;
    font-size: 20px;
    display: grid;
    grid-template-columns: auto 1fr;
    width: 100%;
    text-align: start;
    gap: 0;
  }
  .header-nav .menu .li-back .btn-back::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url("/assets/images/icons/arrow-hover.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px;
    transform: rotate(90deg);
    position: relative;
    left: -6px;
  }
  .header-nav .menu .menu-footer {
    padding: 35px 0;
  }
  .header-nav .menu .menu-footer address {
    font-family: inherit;
    font-style: normal;
    line-height: 18px;
    font-weight: 300;
    font-size: 14px;
    color: #505455;
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
@media (max-width: 1239px) and (min-width: 375px) {
  .header-nav .menu .menu-footer address {
    font-size: 16px;
  }
}
@media (max-width: 1239px) {
  .header-nav .menu .menu-footer address span {
    color: var(--color-4);
    display: inline-block;
    margin-right: 8px;
  }
  .header-nav .menu .menu-footer address .delimiter {
    display: inline-block;
    width: 0;
    height: 14px;
    border: 1px solid var(--color-4);
    margin-left: 8px;
    margin-right: 8px;
    border-radius: 4px;
    position: relative;
    top: 2px;
  }
  .header-nav .menu .menu-footer .tel {
    font-family: inherit;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
    color: var(--color-3);
  }
  .header-nav .menu .menu-footer button {
    display: block;
    margin: 0 auto;
  }
  .header-nav .menu .menu-footer .socials {
    text-align: center;
    margin-top: 24px;
    display: block;
  }
  .header-nav .menu .menu-footer .socials a {
    color: var(--color-8);
    display: inline-block;
    margin-right: 15px;
    font-size: 18px;
    line-height: 21px;
  }
  .header-nav .menu .menu-footer .socials a:last-of-type {
    margin-right: 0;
  }
  .header-nav .menu .menu-item-uslugi .sub-menu.level-1 > .menu-item {
    padding-bottom: 75px;
  }
  .header-nav .sub-menu.level-1 {
    top: 0;
  }
  .header-nav .sub-menu.level-1 > .menu-item {
    padding: 5px 0px 5px 45px;
  }
  .header-nav .sub-menu.level-1 > .menu-item > a {
    display: block;
    padding: 5px 0;
    font-weight: 300;
    font-size: 20px;
    color: #505455;
    position: relative;
  }
  .header-nav .sub-menu.level-1 > .menu-item > a span[class*=icon] {
    position: absolute;
    top: 50%;
    left: -35px;
    translate: 0 -50%;
    zoom: 1.25;
    font-weight: 400;
  }
  .header-nav .sub-menu.level-2 {
    padding-top: 20px;
  }
  .header-nav .sub-menu.level-2 .menu-item {
    padding: 5px 0;
  }
  .header-nav .sub-menu.level-2 .menu-item a {
    display: block;
    padding: 5px 0;
    font-weight: 300;
    font-size: 16px;
    color: #505455;
  }
}
@media (min-width: 1240px) {
  #to-top {
    display: block;
  }
}

@media (min-width: 1240px) {
  .breadcrumbs {
    margin-bottom: 55px;
  }
}

@media (min-width: 1240px) {
  .header .menu-button {
    display: none;
  }
  .header.header-index .header-nav .menu .menu-item-uslugi .sub-menu.level-1 {
    top: 75px;
  }
  .header .header-nav .menu::after {
    content: "";
    display: block;
    clear: both;
  }
  .header .header-nav .menu .menu-footer {
    display: none;
  }
  .header .header-nav .menu .menu-item {
    float: left;
    display: inline-block;
    position: relative;
    margin-right: 27px;
    color: var(--tekst-na-belom);
  }
  .header .header-nav .menu .menu-item:focus, .header .header-nav .menu .menu-item:hover {
    color: var(--color-4);
  }
  .header .header-nav .menu > .menu-item {
    padding: 10px 0;
  }
  .header .header-nav .menu .menu-item:focus .arrow,
  .header .header-nav .menu .menu-item:hover .arrow {
    transform: rotate(-180deg);
    background-image: url("/assets/images/icons/arrow-hover.svg");
  }
  .header .header-nav .menu .menu-item a {
    font-weight: 300;
    font-size: 16px;
    color: inherit;
  }
  .header .header-nav .menu .menu-item:nth-last-of-type(2) {
    margin-right: 0;
  }
  .header .header-nav .menu .menu-item .arrow {
    display: inline-block;
    background-color: transparent;
    border: none;
    color: inherit;
    padding: 0;
    margin-left: 8px;
    background-image: url("/assets/images/icons/arrow.svg");
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    width: 10px;
    height: 10px;
    transition: transform 0.1s linear;
  }
  .header .header-nav .menu .sub-menu,
  .header .header-nav .menu .sub-menu .li-back {
    display: none;
  }
  .header .header-nav .menu .menu-item.hover .sub-menu,
  .header .header-nav .menu .menu-item:focus .sub-menu,
  .header .header-nav .menu .menu-item:hover .sub-menu {
    display: block;
  }
  .header .header-nav .menu .sub-menu {
    position: absolute;
    min-width: 317px;
    top: 32px;
    left: -32px;
    background-color: var(--color-1);
    padding: 22px 31px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.25);
  }
  .header .header-nav .menu .sub-menu.level-1::before {
    content: "";
    display: block;
    width: 100%;
    height: 26px;
    position: absolute;
    left: 0;
    top: -8px;
    background-color: transparent;
  }
  .header .header-nav .menu .sub-menu .menu-item {
    position: relative;
    width: 100%;
    margin: 6px 0;
    white-space: nowrap;
  }
  .header .header-nav .menu .sub-menu .menu-item:last-of-type {
    margin-bottom: 0;
  }
  .header .header-nav .menu .sub-menu .menu-item a {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    color: var(--color-3);
  }
  .header .header-nav .menu .sub-menu .menu-item a:focus, .header .header-nav .menu .sub-menu .menu-item a:hover {
    color: var(--color-4);
  }
  .header .header-nav .menu .sub-menu .menu-item a .address {
    color: #959595;
    font-size: 14px;
    display: block;
  }
  .header .header-nav .menu .sub-menu .menu-item a .color {
    color: var(--color-4);
  }
  .header .header-nav .menu .menu-item-uslugi {
    position: static;
  }
  .header .header-nav .menu .menu-item-uslugi .sub-menu.level-1 {
    width: 1140px;
    padding: 41px 45px;
    left: 20px;
    top: 45px;
  }
  .header .header-nav .menu .menu-item-uslugi .sub-menu.level-1::before {
    top: -16px;
  }
  .header .header-nav .menu .menu-item-uslugi .sub-menu.level-1::after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 477px;
    background-color: var(--color-28);
  }
  .header .header-nav .menu .menu-item-uslugi .sub-menu.level-1 .menu-item {
    padding-left: 0;
    position: static;
    margin-bottom: 0;
    width: 50%;
    float: none;
    display: block;
  }
  .header .header-nav .menu .menu-item-uslugi .sub-menu.level-1 .menu-item:last-of-type {
    padding-bottom: 0;
  }
  .header .header-nav .menu .menu-item-uslugi .sub-menu.level-1 .menu-item .arrow,
  .header .header-nav .menu .menu-item-uslugi .sub-menu.level-1 .menu-item::before {
    display: none;
  }
  .header .header-nav .menu .menu-item-uslugi .sub-menu.level-1 .menu-item a {
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    color: var(--color-3);
    display: inline-block;
    padding-left: 50px;
    position: relative;
  }
  .header .header-nav .menu .menu-item-uslugi .sub-menu.level-1 .menu-item a:focus,
  .header .header-nav .menu .menu-item-uslugi .sub-menu.level-1 .menu-item a:focus span,
  .header .header-nav .menu .menu-item-uslugi .sub-menu.level-1 .menu-item a:hover,
  .header .header-nav .menu .menu-item-uslugi .sub-menu.level-1 .menu-item a:hover span {
    color: var(--color-4);
  }
  .header .header-nav .menu .menu-item-uslugi .sub-menu.level-1 .menu-item a span {
    display: block;
    color: var(--color-33);
    position: absolute;
    left: 0;
    top: 7px;
    font-size: 26px;
  }
  .header .header-nav .menu .menu-item-uslugi .sub-menu.level-2.open {
    display: block;
  }
  .header .header-nav .menu .menu-item-uslugi .sub-menu.level-2 {
    right: 0;
    left: auto;
    top: 0;
    width: 662px;
    display: none;
    box-shadow: none;
    background-color: var(--color-1);
    padding: 41px 45px 41px 66px;
  }
  .header .header-nav .menu .menu-item-uslugi .sub-menu.level-2 .menu-item {
    padding-bottom: 0;
    width: 100%;
  }
  .header .header-nav .menu .menu-item-uslugi .sub-menu.level-2 .menu-item:last-of-type {
    margin-bottom: 0;
  }
  .header .header-nav .menu .menu-item-uslugi .sub-menu.level-2 .menu-item a {
    padding-left: 0;
  }
}
.footer {
  font-family: "Futura PT";
  color: var(--color-1);
  font-weight: 300;
  background: linear-gradient(55deg, #222 0%, #202020 100%);
}
.footer .footer-top {
  padding: 20px 0;
  font-size: 15px;
}
@media (min-width: 768px) {
  .footer .footer-top {
    padding: 30px 0;
  }
}
@media (min-width: 1240px) {
  .footer .footer-top {
    padding: 60px 0 0;
    font-size: 16px;
  }
}
.footer .footer-top .footer-top-content {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  align-items: start;
  gap: 10px 20px;
}
@media (min-width: 1240px) {
  .footer .footer-top .footer-top-content .right {
    text-align: right;
  }
}
@media (min-width: 1240px) {
  .footer .socials-wrapper {
    text-align: right;
  }
}
.footer .btn-zapis {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 20px;
  color: var(--color-2);
  padding: 18px 24px;
  background-color: var(--color-1);
  border: none;
  border-radius: 10px;
}
@media (min-width: 1240px) {
  .footer .btn-zapis {
    margin-bottom: 25px;
    font-size: 20px;
    padding: 15px 24px;
  }
}
.footer .socials-list {
  display: grid;
  grid-template-columns: repeat(3, max-content);
  align-items: center;
  gap: 18px 9px;
}
@media (min-width: 1240px) {
  .footer .socials-list {
    justify-content: end;
    gap: 25px 8px;
  }
}
.footer .socials-list .socials-list-item {
  display: block;
}
.footer .socials-list .socials-list-item img {
  display: block;
  width: 32px;
  height: 32px;
}
.footer .socials-list span {
  font-weight: 300;
  font-size: 16px;
  color: #858585;
  grid-column-start: 1;
  grid-column-end: 5;
}
.footer .footer-bottom {
  padding: 60px 0;
  font-weight: 300;
  font-size: 18px;
}
@media (min-width: 1240px) {
  .footer .footer-bottom {
    font-size: 14px;
  }
}
.footer .footer-bottom .footer-bottom-content {
  gap: 60px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: start;
  justify-content: space-between;
}
@media (min-width: 1240px) {
  .footer .footer-bottom .footer-bottom-content {
    display: grid;
    grid-template-columns: repeat(3, max-content);
    gap: 114px 0px;
  }
}
.footer .footer-bottom .tel {
  font-size: 16px;
  font-weight: 400;
}
.footer .footer-nav-wrapper {
  display: grid;
  grid-template-columns: max-content auto;
  gap: 73px;
}
@media (min-width: 768px) {
  .footer .footer-nav-wrapper {
    gap: 60px;
  }
}
@media (min-width: 1240px) {
  .footer .footer-nav-wrapper {
    gap: 88px;
  }
}
@media (min-width: 1440px) {
  .footer .footer-nav-wrapper {
    position: relative;
    left: 190px;
  }
}
.footer .footer-nav:nth-of-type(1) .menu .menu-item {
  text-align: end;
}
.footer .footer-nav .menu {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 1240px) {
  .footer .footer-nav .menu {
    gap: 14px;
  }
}
.footer .footer-nav .menu .menu-item a {
  font-weight: 300;
  font-size: 17px;
  color: var(--tekst-na-temnom---zelenyy);
}
@media (min-width: 1240px) {
  .footer .footer-nav .menu .menu-item a {
    font-size: 16px;
  }
}
.footer .footer-nav .menu .menu-item a .address {
  color: #959595;
  font-size: 14px;
  display: block;
}
.footer .tel {
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
}
.footer .worktime {
  display: inline-block;
  margin-right: 24px;
}
.footer address {
  font-style: normal;
  display: flex;
  gap: 25px;
}
.footer address .address-item {
  display: inline-block;
}
.footer address .icon-location {
  display: inline-block;
  margin-right: 5px;
}
@media (min-width: 1240px) {
  .footer address .icon-location {
    margin-right: 8px;
    width: 14px;
  }
}
.footer address .delimiter {
  display: inline-block;
  width: 1px;
  height: 12px;
  background-color: var(--color-1);
  margin-left: 6px;
  margin-right: 6px;
  border-radius: 4px;
}
.footer .footer-copyright {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 1240px) {
  .footer .footer-copyright {
    grid-column-start: 1;
    grid-column-end: 4;
  }
}
.footer .logo-wrapper {
  width: 235px;
  font-size: 17px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
@media (min-width: 1240px) {
  .footer .logo-wrapper {
    font-size: 16px;
    gap: 12px;
  }
}
.footer .logo {
  display: block;
}
@media (min-width: 1240px) {
  .footer .logo {
    width: 220px;
  }
}

aside {
  display: none;
}

*,
::after,
::before {
  box-sizing: border-box;
  outline: 0;
}

body.modal-open {
  overflow: hidden;
}

main {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  flex-direction: column;
}

.main-wrapper {
  padding-left: 0;
  padding-right: 0;
  display: grid;
  grid-template-columns: 100%;
}
.main-wrapper main {
  display: block;
}

@media (min-width: 1240px) {
  .footer .attention {
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0.447em;
    margin-bottom: 90px;
  }
  aside {
    display: block;
    width: 310px;
    float: left;
  }
  aside .pages-wrapper.uslugi .pages > li:last-of-type .accordion-button,
  aside .pages-wrapper.uslugi .pages > li:last-of-type ul {
    display: none !important;
  }
  aside .pages {
    border-radius: 1px;
  }
  aside .pages > li {
    position: relative;
    padding: 14px 19px 0;
    border: 0.4px solid var(--color-7);
    border-top: none;
    background-color: var(--color-1);
    overflow: hidden;
  }
  aside .pages > li:nth-of-type(1) {
    border-top: 0.4px solid var(--color-7);
  }
  aside .pages > li > a {
    display: inline-block;
    position: relative;
    padding-bottom: 14px;
  }
  aside .pages > li > a::after {
    content: "";
    position: absolute;
    display: block;
    height: 0.4px;
    width: calc(100% + 19px);
    background-color: var(--color-7);
    bottom: -1px;
    left: -19px;
  }
  aside .pages > li.active.active-no-a > a {
    font-family: FuturaLightC !important;
    font-style: normal !important;
    font-weight: 300 !important;
    font-size: 20px !important;
    line-height: 22px !important;
    color: var(--color-2) !important;
  }
  aside .pages > li.active > a {
    color: var(--color-4) !important;
    font-family: FuturaDemiC !important;
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 20px !important;
    line-height: 23px !important;
  }
  aside .pages > li.active .accordion-button-open::after {
    color: var(--color-4);
  }
  aside .pages > li.active ul {
    display: block;
  }
  aside .pages > li ul {
    margin-top: 30px;
    margin-bottom: 23px;
    display: none;
  }
  aside .pages > li ul li {
    margin-bottom: 9px;
  }
  aside .pages > li ul li:last-of-type {
    margin-bottom: 0;
  }
  aside .pages > li a {
    font-family: FuturaLightC;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 22px;
    color: var(--color-2);
  }
  aside .pages > li a:focus,
  aside .pages > li a:hover {
    color: var(--color-4);
  }
  aside .pages > li a.active {
    font-family: FuturaDemiC;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 23px;
    color: var(--color-4);
  }
  aside .pages > li a span {
    color: var(--color-4);
    font-size: 16px;
  }
  aside .pages > li .accordion-button {
    color: var(--color-13);
    background: 0 0;
    border: none;
    float: right;
    padding: 0;
  }
  aside .pages > li .accordion-button.accordion-button-open::after {
    transform: rotate(-90deg);
    position: relative;
    left: -2px;
    color: var(--color-4);
  }
  aside .pages > li .accordion-button::after {
    content: ">";
    display: inline-block;
    font-family: monospace;
    font-size: 15px;
    transform: rotate(90deg);
  }
  .main-wrapper {
    padding-left: 20px;
    grid-template-columns: 310px minmax(0, 1fr);
    grid-column-gap: 10px;
  }
  .main-wrapper .breadcrumbs {
    margin-left: 34px;
  }
}
.main-wrapper .content-wrapper {
  background-color: var(--color-1);
}

.main-wrapper .content-wrapper h1,
.main-wrapper .content-wrapper h2 {
  font-family: FuturaDemiC;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 35px;
  text-transform: none;
  margin-top: 0;
  padding-top: 10px;
}/*# sourceMappingURL=main.css.map */