@font-face {
  font-family: "Graphik LCG";
  src: url("../fonts/graphik-lcg/GraphikLCG-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Graphik LCG";
  src: url("../fonts/graphik-lcg/GraphikLCG-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Graphik LCG";
  src: url("../fonts/graphik-lcg/GraphikLCG-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Graphik LCG";
  src: url("../fonts/graphik-lcg/GraphikLCG-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Graphik LCG";
  src: url("../fonts/graphik-lcg/GraphikLCG-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}

body,
html {
  height: 100%;
}

body {
  font-size: 16px;
  font-family: "Graphik LCG";
  line-height: 1.5;
  background: #fff;
  color: #292929;
}

@media (max-width: 568px) {
  body {
    background: #fbfbfd;
  }
}
#main {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
}

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

.sub-category-title {
  margin: 0 0 20px;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #d2d2d2;
}

.link-green {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: #39b54a;
  -webkit-transition: 0.3s color ease;
  transition: 0.3s color ease;
}

.link-green .icon--angle-right {
  width: 7px;
  height: 12px;
  display: inline-block;
  vertical-align: top;
  margin: 2px 0 0 5px;
  -webkit-transition: 0.3s -webkit-transform ease;
  transition: 0.3s -webkit-transform ease;
  transition: 0.3s transform ease;
  transition: 0.3s transform ease, 0.3s -webkit-transform ease;
}

.link-green:hover {
  color: #006837;
}

.link-green:hover .icon--angle-right {
  -webkit-transform: translate(5px, 0);
  transform: translate(5px, 0);
}

@media (max-width: 568px) {
  .link-green {
    font-size: 12px;
    line-height: 16px;
  }

  .link-green .icon--angle-right {
    width: 5px;
    height: 8px;
    margin: 4px 0 0 3px;
  }
}
.list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.list__item:not(:last-child) {
  margin-bottom: 9px;
}

.list__link {
  text-decoration: none;
  font-size: 16px;
  line-height: 1.2;
  color: #39383d;
  -webkit-transition: 0.3s color ease;
  transition: 0.3s color ease;
}

.list__link:hover {
  color: #39b54a;
}

.list-b {
  padding: 0;
  margin: 0;
  list-style: none;
}

.list-b__item:not(:last-child) {
  margin-bottom: 9px;
}

.list-b__link {
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  color: #39383d;
  -webkit-transition: 0.3s color ease;
  transition: 0.3s color ease;
}

.list-b__link:hover {
  color: #39b54a;
}

@media (max-width: 568px) {
  .list-b__item:not(:last-child) {
    margin-bottom: 28px;
  }

  .list-b__link {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.33;
  }

  .list__item:not(:last-child) {
    margin-bottom: 20px;
  }

  .list__link {
    font-size: 12px;
  }

  .sub-category-title {
    font-weight: 400;
  }
}
.icon {
  fill: currentColor;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 60px;
  border-radius: 6px;
  font-family: "Graphik LCG";
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  padding: 0 45px;
  outline: 0;
  border: 1px solid;
  cursor: pointer;
  -webkit-transition: 0.3s background-color ease, 0.3s color ease,
    0.3s border ease;
  transition: 0.3s background-color ease, 0.3s color ease, 0.3s border ease;
  position: relative;
  text-decoration: none;
  border-radius: 30px;
}

@media (max-width: 768px) {
  .btn {
    height: 44px;
    padding: 0 25px;
  }
}
@media (max-width: 568px) {
  .btn {
    height: 48px;
    padding: 0 25px;
    font-size: 14px;
  }
}
.btn__icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}

.btn__icon .icon--angle-right {
  width: 7px;
  height: 14px;
}

.btn--md {
  height: 55px;
  padding: 0 30px;
}

@media (max-width: 768px) {
  .btn--md {
    height: 40px;
    padding: 0 25px;
  }
}
.btn--md-2 {
  height: 52px;
  padding: 0 15px;
}

@media (max-width: 768px) {
  .btn--md-2 {
    height: 40px;
    font-size: 12px;
  }
}
.btn--r-4 {
  border-radius: 4px;
}

.btn--green {
  color: #fff;
  background: #39b54a;
  border-color: #39b54a;
  transition: all 0.3s ease 0s;
}

.btn--green:hover {
  background: #006837;
  border-color: #006837;
}

.btn--outline-primary {
  border-color: #292929;
  color: #292929;
}

.btn--outline-primary:hover {
  background: #292929;
  color: #fff;
}

.btn--outline-green {
  border-color: #39b54a;
  color: #39b54a;
}

.btn--outline-green:hover {
  background: #39b54a;
  color: #fff;
}

.share-btn {
  padding: 0 10px;
  height: 34px;
  background: #ffffff;
  border-radius: 3px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  line-height: 1.2;
  color: #292929;
  text-decoration: none;
  border: 0;
  outline: 0;
  text-align: center;
  -webkit-transition: 0.3s background-color ease, 0.3s color ease;
  transition: 0.3s background-color ease, 0.3s color ease;
}

.share-btn__icon {
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.share-btn__icon:nth-child(1) {
  margin-right: 13px;
}

.share-btn__icon:last-child {
  margin-right: 13px;
}

.share-btn__icon .icon {
  width: 14px;
  height: 14px;
}

.share-btn__icon .icon--exit-to-app {
  width: 18px;
  height: 18px;
  display: none;
}

.share-btn:hover {
  background: #39b54a;
  color: #fff;
}

.btn-o {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #39b54a;
  color: #39b54a;
  text-decoration: none;
  border-radius: 100%;
  -webkit-transition: 0.3s color ease, 0.3s background-color ease;
  transition: 0.3s color ease, 0.3s background-color ease;
}

.btn-o .icon {
  width: 21px;
  height: 21px;
}

.btn-o .icon--whats-app {
  margin: -1px 0 0;
}

.btn-o .icon--telegram {
  height: 18px;
  margin: 0 0 0 -2px;
}

.btn-o:hover {
  color: #fff;
  background: #39b54a;
}

.mt-30 {
  margin-top: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-12 {
  margin-top: 12px !important;
}

.m-0 {
  margin: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-auto {
  margin-right: auto;
}

.ml-auto {
  margin-left: auto;
}

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}
.header__nav .header__contacts {
  margin-bottom: 50px;
  display: flex;
}

.menu-open .header__nav .header__btn-o:first-child {
  margin: 0;
}

.main-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1330px;
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 568px) {
  .main-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.body-hidden {
  overflow: hidden;
}

.br {
  display: block;
}

.w-100 {
  width: 100%;
}

.f-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}

.f-row [class*="col-"],
.f-row .col {
  padding-left: 12px;
  padding-right: 12px;
}

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

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  width: 100%;
}

.col-1-2 {
  width: 50%;
}

.col-1-3 {
  width: 33.3333333333%;
}

.align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section {
  margin-bottom: 80px;
}
@media (max-width: 1200px) {
  .section {
    margin-bottom: 50px;
  }
}
@media (max-width: 1200px) {
  .section {
    margin-bottom: 40px;
  }
}
.section__title {
  margin: 0 0 30px;
  font-weight: 600;
  font-size: 42px;
  line-height: 1.1;
  color: #39383d;
}
.section--indent-2 {
  margin-top: 60px;
}
.section--indent-2 .section__title {
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .section__title {
    font-size: 36px;
    margin-bottom: 24px;
  }

  .section--indent-2 .section__title {
    margin-bottom: 24px;
  }
}
@media (max-width: 568px) {
  .section {
    margin-bottom: 40px;
  }

  .section__title {
    font-size: 18px;
  }

  .section--indent-2 .section__title {
    margin-bottom: 18px;
  }
}
.breadcrumbs {
  padding: 0;
  margin: 0 0 20px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.breadcrumbs__item {
  font-size: 16px;
  line-height: 1.25;
  color: rgba(57, 56, 61, 0.7);
  margin-right: 5px;
}
.breadcrumbs__item a {
  color: rgba(57, 56, 61, 0.7);
}

.breadcrumbs__link {
  text-decoration: none;
  -webkit-transition: 0.3s color ease;
  transition: 0.3s color ease;
}

.breadcrumbs__link:hover {
  color: #39b54a;
}

@media (max-width: 568px) {
  .breadcrumbs__item {
    font-size: 12px;
    margin-right: 3px;
  }
}
.form-row {
  margin-bottom: 30px;
  position: relative;
}
.form-row__label {
  font-weight: 400;
  font-size: 12px;
  cursor: pointer;
  line-height: 12px;
  color: #292929;
}
.form-row__label input {
  opacity: 0;
  position: absolute;
  z-index: -10;
}
.form-row__label span {
  display: flex;
  align-items: center;
  grid-gap: 15px;
}
.form-row__label input:checked + span::after {
  opacity: 1;
  visibility: visible;
}
.form-row__label span::before {
  content: "";
  display: block;
  border: 1px solid #39b54a;
  border-radius: 5px;
  width: 25px;
  height: 25px;
  flex: 0 0 25px;
}
.form-row__label span::after {
  content: "";
  display: block;
  background: url("../img/check.svg") center no-repeat;
  background-size: contain;
  width: 17px;
  height: 17px;
  opacity: 0;
  top: 4px;
  left: 4px;
  position: absolute;
  visibility: hidden;
  transition: 0.4s ease;
}
.form-row__input,
.form-row__textarea {
  width: 100%;
  height: 55px;
  border: 0;
  outline: 0;
  border-bottom: 1px solid #39b54a;
  padding: 0 20px;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  color: #292929;
  font-family: "Graphik LCG";
}

.form-row__input::-webkit-input-placeholder,
.form-row__textarea::-webkit-input-placeholder {
  color: #292929;
}

.form-row__input::-moz-placeholder,
.form-row__textarea::-moz-placeholder {
  color: #292929;
}

.form-row__input:-ms-input-placeholder,
.form-row__textarea:-ms-input-placeholder {
  color: #292929;
}

.form-row__input::-ms-input-placeholder,
.form-row__textarea::-ms-input-placeholder {
  color: #292929;
}

.form-row__input::placeholder,
.form-row__textarea::placeholder {
  color: #292929;
}

.form-row__textarea {
  height: 144px;
  border: 1px solid #39b54a;
  border-radius: 5px;
  padding: 20px 20px;
  display: block;
}

.form-row__input-o {
  border: 1px solid #c8c9d3;
  border-radius: 36px;
  height: 55px;
  width: 100%;
  padding: 0 20px;
  outline: 0;
  font-size: 16px;
  line-height: 1.2;
  font-family: "Graphik LCG";
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #39383d;
}

.form-row__input-o::-webkit-input-placeholder {
  color: #9697ac;
}

.form-row__input-o::-moz-placeholder {
  color: #9697ac;
}

.form-row__input-o:-ms-input-placeholder {
  color: #9697ac;
}

.form-row__input-o::-ms-input-placeholder {
  color: #9697ac;
}

.form-row__input-o::placeholder {
  color: #9697ac;
}

.form-row__input-o:focus,
.form-row__input-o:active {
  border-color: #39383d;
}

.form-row__hint {
  font-size: 14px;
  margin: 6px 0 0 20px;
  display: none;
}

.form-row--success:after,
.form-row--error:after {
  width: 18px;
  height: 18px;
  display: block;
  content: "";
  position: absolute;
  z-index: 100;
  top: 20px;
  right: 20px;
}

.form-row--success:after {
  background: url("../img/done.svg") no-repeat center;
  background-size: cover;
}

.form-row--success .form-row__input-o {
  border-color: #39b54a;
}

.form-row--success .form-row__hint {
  display: block;
  color: #39b54a;
}

.form-row--error .form-row__input,
.form-row--error .form-row__textarea {
  border-color: #e64545;
}

.form-row--error .form-row__input-o {
  border-color: #e64545;
}

.form-row--error .form-row__hint {
  display: block;
  color: rgba(230, 69, 69, 0.8);
}

@media (max-width: 568px) {
  .form-row {
    margin-bottom: 20px;
  }

  .form-row__input-o {
    font-size: 12px;
    padding: 0 18px;
    height: 40px;
  }

  .form-row__hint {
    font-size: 10px;
  }

  .form-row--success:after,
  .form-row--error:after {
    top: 11px;
    right: 11px;
  }
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-transform: translate(0, -5px);
  transform: translate(0, -5px);
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.modal__inner {
  padding: 15px;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.modal--active {
  z-index: 900;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  visibility: visible;
}

.modal__cont {
  padding: 30px;
  background: #fff;
  overflow: hidden;
  position: relative;
  max-width: 100%;
  border-radius: 5px;
  margin: auto;
  width: 600px;
}

.modal__cont--order {
  width: 408px;
}

.modal__title {
  font-weight: 600;
  font-size: 36px;
  line-height: 1.1;
  color: #39383d;
  margin: 0;
}

.modal__header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 64px;
  padding-right: 20px;
}

.modal__close {
  width: 54px;
  height: 54px;
  text-decoration: none;
  outline: 0;
  border: 0;
  cursor: pointer;
  -webkit-transition: 0.3s color ease;
  transition: 0.3s color ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  right: -20px;
  top: 50%;
  margin-top: -27px;
  position: absolute;
  color: #292929;
}

.modal__close .icon {
  width: 20px;
  height: 20px;
}

.modal__close:hover {
  color: #39b54a;
}

.modal__submit {
  width: 100%;
}

.form-success {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  text-align: center;
  padding: 30px;
  padding-top: 111px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(0, 100%) scale(0.5);
  transform: translate(0, 100%) scale(0.5);
  z-index: -100;
}

.form-success--active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, 0) scale(1);
  transform: translate(0, 0) scale(1);
  z-index: 100;
}

.form-success .modal__title {
  margin-bottom: 30px;
  font-weight: 700;
}

.form-success__text {
  font-size: 22px;
  line-height: 1.25;
  color: #292929;
}

.form-success__icon {
  width: 108px;
  height: 108px;
  margin: 59px auto 68px;
  border-radius: 100%;
  background: #39b54a;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.form-success__icon .icon {
  width: 57px;
  height: 43px;
}

.form-success__btn {
  width: 100%;
}

@media (max-width: 568px) {
  .modal__header {
    margin-bottom: 40px;
  }

  .modal__title {
    font-size: 26px;
  }

  .modal__cont {
    padding: 20px;
  }

  .form-success {
    padding-top: 50px;
  }

  .form-success__text {
    font-size: 18px;
  }
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #d9d9d9;
  padding: 32px 0;
}

.header__logo {
  display: block;
  width: 109px;
}

.header__phone-icon {
  display: none;
}

.header__logo-img {
  display: block;
  width: 100%;
  position: relative;
  top: -8px;
}

.header__menu-btn,
.header__menu-btn-m {
  display: none;
}

.header__nav {
  margin-left: 30px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 400;
  background: #39b54a;
  padding: 262px 30px 30px;
  width: 400px;
  height: 100%;
  overflow: auto;
  margin: 0;
  -webkit-transition: 0.3s opacity ease, 0.3s visibility ease,
    0.3s -webkit-transform ease;
  transition: 0.3s opacity ease, 0.3s visibility ease,
    0.3s -webkit-transform ease;
  transition: 0.3s opacity ease, 0.3s transform ease, 0.3s visibility ease;
  transition: 0.3s opacity ease, 0.3s transform ease, 0.3s visibility ease,
    0.3s -webkit-transform ease;
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
}

.header__menu {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.header__menu-item:not(:last-child) {
  margin-right: 21px;
}

.header__menu-link {
  text-decoration: none;
  font-size: 16px;
  line-height: 1.2;
  position: relative;
  color: #292929;
  -webkit-transition: 0.3s color ease;
  transition: 0.3s color ease;
}
.header__menu-link:hover:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.header__menu-link::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #39b54a;
  position: absolute;
  bottom: -5px;
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1),
    -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.header__menu-link:hover,
.header__menu-link--active {
  color: #39b54a;
  text-decoration: none;
}

.header__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  margin-top: -2px;
}

.header__call {
  position: relative;
}

.header__button {
  margin-left: 10px;
  text-decoration: none;
  border: 1px solid #39b54a;
  -webkit-transition: 0.3s color ease, 0.3s background-color ease;
  transition: 0.3s color ease, 0.3s background-color ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  cursor: pointer;
  align-items: center;
  border-radius: 20px;
  height: 35px;
  padding: 0 14.5px 0 16.5px;
  font-weight: 500;
  font-size: 16px;
  color: #292929;
  background-color: transparent;
}

.header__button .icon {
  color: #39b54a;
  width: 11px;
  height: 11px;
  margin-right: 5px;
  -webkit-transition: 0.3s color ease;
  transition: 0.3s color ease;
}

.header__button:hover {
  color: #fff;
  background: #39b54a;
}

.header__button:hover .icon {
  color: #fff;
}

.header__phone {
  text-decoration: none;
  color: #292929;
  font-weight: 500;
  font-size: 14px;
  position: absolute;
  bottom: -27px;
  transition: color 0.3s ease 0s;
  left: 37px;
}

.header__phone:hover {
  color: #39b54a;
}

.header__btn-o {
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #39b54a;
  color: #39b54a;
  text-decoration: none;
  margin-left: 10px;
  border-radius: 100%;
  -webkit-transition: 0.3s color ease, 0.3s background-color ease;
  transition: 0.3s color ease, 0.3s background-color ease;
}

.header__btn-o .icon--whats-app {
  width: 21px;
  height: 21px;
  margin: -1px 0 0;
}

.header__btn-o .icon--telegram {
  width: 20px;
  height: 17px;
  margin: 0 0 0 -2px;
}

.header__btn-o:hover {
  color: #fff;
  background: #39b54a;
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: -100;
  opacity: 0;

  transition-delay: 1s;
  visibility: hidden;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

@media (max-width: 1200px) {
  .header__inner {
    padding-bottom: 26px;
  }

  .header__nav {
    margin-left: 20px;
  }

  .header__menu-item:not(:last-child) {
    margin-right: 15px;
  }

  .header__menu-link {
    font-size: 14px;
  }
}
@media (max-width: 1050px) {
  .header__inner {
    padding-bottom: 28px;
  }
  .header__phone {
    display: none;
  }

  .header__button {
    display: none;
  }

  .header__menu {
    display: block;
  }

  .header__menu-item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 29px;
  }

  .header__menu-link {
    color: #fff;
    font-weight: 500;
    font-size: 32px;
    line-height: 1.2;
  }

  .header__menu-link:hover {
    color: #fff;
  }

  .header__contacts {
    margin-top: 0;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
  }

  .header__menu-btn {
    display: block;
    padding: 0;
    margin: 0 0 0 23px;
    outline: 0;
    background: transparent;
    width: 35px;
    height: 35px;
    padding: 2px 0 0 5px;
    border: 0;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
  }

  .header__menu-btn span {
    display: block;
    width: 25px;
    height: 2px;
    background: #39b54a;
    position: relative;
  }

  .header__menu-btn span:not(:first-child) {
    margin-top: 6px;
  }

  .header__menu-btn span:nth-child(3) {
    width: 13px;
    margin-left: 12px;
  }

  .menu-open #overlay {
    opacity: 1;
    visibility: visible;
    z-index: 300;
    animation: fade-item 0.4s ease;
  }

  @keyframes fade-item {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }

  .menu-open .header__menu-btn {
    z-index: 500;
    /* position: absolute; */
  }

  .menu-open .header__menu-btn span {
    background: #fff;
  }

  .menu-open .header__menu-btn span:nth-child(1),
  .menu-open .header__menu-btn span:nth-child(3) {
    width: 28px;
    margin-left: -1px;
  }

  .menu-open .header__menu-btn span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px;
  }
  .menu-open .header__menu-btn span:nth-child(2) {
    -webkit-transform: translate(-10px, 0);
    transform: translate(-10px, 0);
    opacity: 0;
    visibility: hidden;
  }

  .menu-open .header__menu-btn span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: -9px;
  }

  .header__nav .header__btn-o {
    color: #fff;
    border-color: #fff;
  }

  .header__nav .header__btn-o:hover {
    color: #39b54a;
    background: #fff;
  }

  .header__nav .header__phone-icon {
    color: #fff;
    transition: inherit;
    border-color: #fff;
  }

  .header__nav .header__phone-icon .icon {
    color: #fff;
    transition: inherit;
  }

  .header__nav .header__phone-icon:hover {
    color: #39b54a;
    background: #fff;
  }

  .header__nav .header__phone-icon:hover .icon {
    color: #39b54a;
  }

  .menu-open .header__nav {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@media (max-width: 768px) {
  .header__inner {
    /* padding-bottom: 22px; */
  }
}
@media (max-width: 568px) {
  .header__inner {
    padding: 16px 16px 8px 16px;
    margin: 0 -16px;
    border-color: #f1f2f9;
    position: relative;
    overflow: hidden;
  }
  .header__phone-icon {
    display: block;
  }

  .header__logo {
    width: 84px;
  }

  .header__menu-btn,
  .header__btn-o {
    display: none;
  }

  .header__menu-btn-m {
    background: #fbfbfd;
    width: 32px;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 0;
    outline: 0;
    padding: 0;
    margin: 0;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    color: #39b54a;
    right: 16px;
    top: 9px;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    z-index: 10;
    -webkit-transform: translate(50px, 0);
    transform: translate(50px, 0);
  }

  .header__menu-btn-m .icon {
    width: 20px;
    height: 20px;
  }

  .header__phone-icon {
    border: 0;
    padding: 0;
  }

  .header__phone-icon span {
    display: none;
  }

  .header__phone-icon .icon {
    width: 19px;
    height: 19px;
  }

  .header__phone-icon:hover {
    color: #39b54a;
    background: transparent;
  }

  .header__phone-icon:hover .icon {
    color: #39b54a;
  }
}
.tab-menu {
  display: none;
}

.menu-wrap {
  position: relative;
  margin: 20px 0;
  display: block;
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  margin: 0;
  grid-gap: 20px;
  list-style: none;
}

.menu__item {
  position: relative;
  flex: 0 1 110px;
}

.menu__item--mob {
  display: none;
}

.menu__icon {
  width: 70px;
  height: 40px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #39b54a;
  -webkit-transition: 0.3s color ease;
  transition: 0.3s color ease;
}

.menu__icon .icon {
  width: 30px;
  height: 30px;
}

.menu__icon .icon--calculator {
  width: 26px;
}

.menu__icon .icon--money-2 {
  width: 33px;
}

.menu__icon .icon--message {
  width: 32px;
}

.menu__icon .icon--verified {
  width: 20px;
  height: 23px;
}

.menu__icon .icon--no-verified {
  width: 23px;
  height: 23px;
}

.menu__arrow {
  display: none;
}

.menu__text {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  display: block;
  text-align: center;
  margin-top: 10px;
  width: 100%;
}

.menu__text .br {
  display: block;
}

.menu__link {
  text-decoration: none;
  outline: 0;
  border: 0;
  max-width: 152px;
  height: 124px;
  display: block;
  padding: 10px;
  -webkit-transition: 0.3s color ease, 0.3s background-color ease;
  transition: 0.3s color ease, 0.3s background-color ease;
  color: #474747;
  border-radius: 5px;
}

.menu__link:hover,
.menu__link--active {
  background: #39b54a;
  color: #fff;
}

.menu__link:hover .menu__icon,
.menu__link--active .menu__icon {
  color: #fff;
}

.menu__drop {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100vw;
  background: #fff;
  -webkit-box-shadow: 0px 0px 16px rgba(35, 41, 63, 0.1);
  box-shadow: 0px 0px 16px rgba(35, 41, 63, 0.1);
  margin-top: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
  z-index: -100;
  -webkit-transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: 0.5s all ease;
  padding: 30px 0;
}

.menu__drop--active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  z-index: 100;
}

.menu__drop-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.menu__drop-cont {
  width: 520px;
  padding-right: 30px;
}

.menu__drop-cont .btn {
  margin-top: 25px;
}

.menu__drop-img-w {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 45px;
  min-height: 221px;
  height: 100%;
  border-left: 1px solid rgba(196, 196, 196, 0.25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.menu__drop-img {
  display: block;
  margin: auto;
  max-width: 100%;
}

.menu__drop-text {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.3;
  color: #2b2a2e;
  width: 246px;
  margin: 7px 0 0;
}

.menu-m {
  display: none;
}

.menu-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  color: #39383d;
  margin: 0 0 20px;
}

@media (max-width: 1200px) {
  .menu__icon {
    width: 30px;
    height: 30px;
  }

  .menu__icon .icon {
    width: 23px;
    height: 23px;
  }

  .menu__icon .icon--calculator {
    width: 19px;
  }

  .menu__icon .icon--money-2 {
    width: 25px;
  }

  .menu__icon .icon--message {
    width: 24px;
  }

  .menu__text {
    font-size: 14px;
  }

  .menu__drop-cont,
  .menu__drop-recommendations,
  .menu__drop-img-w {
    width: 40%;
  }

  .menu__drop-img-w {
    margin-left: 0;
    padding: 0 15px;
    width: 20%;
  }

  .menu__drop-text {
    max-width: 100%;
    font-size: 16px;
  }
}
@media (max-width: 1050px) {
  .menu__drop-cont,
  .menu__drop-recommendations,
  .menu__drop-img-w {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .menu {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .menu-wrap {
    margin: 39px 0;
  }

  .menu__drop-cont,
  .menu__drop-recommendations,
  .menu__drop-img-w {
    width: 100%;
  }

  .menu__drop-img-w {
    border: 0;
  }

  .menu__drop-cont,
  .menu__drop-recommendations {
    margin-bottom: 30px;
  }
}
@media (max-width: 568px) {
  .menu-m {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 56px;
    width: 100%;
    background: #fafafa;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 350;
    padding: 38px 15px 0;
    margin: 0;
    list-style: none;
  }

  .menu-m__btn {
    text-decoration: none;
    display: block;
    position: relative;
    font-weight: 400;
    font-size: 8px;
    line-height: 1.25;
    color: #39383d;
    min-width: 49px;
    text-align: center;
  }

  .menu-m__btn-text {
    display: block;
  }

  .menu-m__btn-icon {
    width: 28px;
    height: 28px;
    position: absolute;
    left: 50%;
    bottom: 100%;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    border-radius: 100%;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 2px -14px;
    color: rgba(57, 56, 61, 0.6);
  }

  .menu-m__btn-icon .icon {
    width: 20px;
    height: 20px;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
  }

  .menu-m__btn--active .menu-m__btn-icon {
    width: 42px;
    height: 42px;
    -webkit-box-shadow: 0px 56px 80px rgba(117, 21, 21, 0.02),
      0px 23px 33px rgba(117, 21, 21, 0.015),
      0px 12px 17px rgba(117, 21, 21, 0.02);
    box-shadow: 0px 56px 80px rgba(117, 21, 21, 0.02),
      0px 23px 33px rgba(117, 21, 21, 0.015),
      0px 12px 17px rgba(117, 21, 21, 0.02);
    margin-left: -21px;
    color: #39b54a;
  }

  .menu-m__btn--active .menu-m__btn-icon .icon {
    width: 26px;
    height: 26px;
  }

  #overlay {
    background: #fbfbfd;
  }

  .menu__item:last-child {
    margin-bottom: 0;
  }
  .menu {
    justify-content: space-between;
  }
  .menu__item--mob {
    display: block;
    width: calc(50% - 8px);
  }

  .menu__inner {
    min-height: 112px;
    background: #ffffff;
    -webkit-box-shadow: 0px 56px 80px rgba(117, 21, 21, 0.02),
      0px 23.3955px 33.4221px rgba(117, 21, 21, 0.0143771),
      0px 12.5083px 17.869px rgba(117, 21, 21, 0.0119221);
    box-shadow: 0px 56px 80px rgba(117, 21, 21, 0.02),
      0px 23.3955px 33.4221px rgba(117, 21, 21, 0.0143771),
      0px 12.5083px 17.869px rgba(117, 21, 21, 0.0119221);
    border-radius: 16px;
    padding: 16px;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.31;
    color: #39383d;
    position: relative;
  }

  .menu__inner .menu__icon {
    position: absolute;
    bottom: 16px;
    right: 16px;
    width: auto;
    height: auto;
  }

  .menu__link {
    padding: 0;
    background: #ffffff;
    -webkit-box-shadow: 0px 56px 80px rgba(117, 21, 21, 0.02),
      0px 23.3955px 33.4221px rgba(117, 21, 21, 0.0143771),
      0px 12.5083px 17.869px rgba(117, 21, 21, 0.0119221);
    box-shadow: 0px 56px 80px rgba(117, 21, 21, 0.02),
      0px 23.3955px 33.4221px rgba(117, 21, 21, 0.0143771),
      0px 12.5083px 17.869px rgba(117, 21, 21, 0.0119221);
    border-radius: 16px;
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 20px;
  }

  .menu__link:hover,
  .menu__link--active {
    color: #39383d;
    background: #fff;
  }

  .menu__link:hover .icon,
  .menu__link--active .icon {
    color: #39b54a;
  }

  .menu__link--active .menu__arrow {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .menu__text {
    font-size: 13px;
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 16px;
    text-align: left;
    margin: 0;
  }

  .menu__text .br {
    display: inline;
  }

  .menu__arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    color: #006837;
  }

  .menu__arrow .icon {
    width: 7px;
    height: 10px;
  }

  .menu__icon {
    width: auto;
  }

  .menu__drop {
    position: static;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    visibility: visible;
    opacity: 1;
    width: 100%;
    padding: 24px 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
    z-index: 100;
    margin: 0;
    top: auto;
    left: auto;
    display: none;
    -webkit-transition: none;
    transition: none;
  }

  .menu__drop .btn {
    border-radius: 20px;
    width: 256px;
    max-width: 100%;
  }

  .menu__drop .btn .btn__icon {
    display: none;
  }

  .menu__drop-text {
    font-size: 12px;
  }

  .tab-menu {
    position: fixed;
    left: 0;
    top: 48px;
    bottom: 56px;
    z-index: 350;
    background: #fbfbfd;
    margin: 0;
    width: 100%;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    display: block;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .tab-menu--active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  .menu-m-active {
    overflow: hidden;
  }

  .menu-m-active #overlay {
    opacity: 1;
    visibility: visible;
    z-index: 300;
  }

  .menu-m-active #main {
    padding-top: 48px;
  }

  .menu-m-active .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 350;
  }

  .menu-m-active .header__menu-btn-m {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.welcome-bn-section {
  min-height: 307px;
  padding: 50px 80px 30px;
  background: #e0f2e3;
}
.welcome-bn {
  position: relative;
}
@media (max-width: 640px) {
  .welcome-bn {
    background: #e0f2e3;
    border-radius: 10px;
  }
}
.welcome-bn__text {
  font-size: 22px;
  line-height: 29px;
  color: #292929;
  margin: 16px 0 47px 0;
  display: block;
  max-width: 500px;
}
@media (max-width: 568px) {
  .welcome-bn__text {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.4;
    color: #39383dcc;
    max-width: 140px;
    display: none;
  }
}

.welcome-bn__title {
  font-weight: 600;
  font-size: 42px;
  line-height: 46px;
  letter-spacing: 0.03em;
  color: #292929;
  margin: 0;
  position: relative;
  z-index: 10;
}

.welcome-bn__title .mob {
  display: none;
}

.welcome-bn__btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.welcome-bn__btn-group .btn {
  margin-right: 30px;
}

.welcome-bn__img {
  display: block;
  width: 439px;
  position: absolute;
  bottom: -10px;
  right: 93px;
}

.welcome-bn__mob-cont {
  display: none;
}

.welcome-bn--about .welcome-bn__img {
  width: 345px;
  bottom: 29px;
  right: 85px;
}

.welcome-bn-about {
  margin-bottom: 50px;
  margin-top: 50px;
}
.welcome-bn--about {
  background: #eeeeee;
  border-radius: 10px;
  padding: 50px 85px 30px 80px;
}
.welcome-bn--about .welcome-bn__title {
  font-size: 64px;
  line-height: 70px;
  margin-bottom: 27px;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .welcome-bn--about .welcome-bn__title {
    font-size: 42px;
    line-height: 46px;
  }
  .welcome-bn--about {
    min-height: 350px;
  }
  .welcome-bn__img {
    right: 0;
    bottom: -25px;
  }
  .welcome-bn-section {
    padding: 43px 0 60px 0;
  }
}
@media (max-width: 1050px) {
  .welcome-bn__title {
    font-size: 48px;
  }

  .welcome-bn__img {
    width: 319px;
    bottom: 0;
    right: auto;
    left: 572px;
  }
}
@media (max-width: 992px) {
  .welcome-bn--about {
    padding: 50px 20px 50px 50px;
  }
  .welcome-bn--about .welcome-bn__img {
    right: 30px;
    width: 300px;
  }
  .welcome-bn__text {
    margin: 16px 0 23px 0;
  }

  .welcome-bn-section {
    padding: 50px 0;
    min-height: inherit;
  }

  .welcome-bn__img {
    left: auto;
    bottom: -20px;
    right: 0px;
  }
}
@media (max-width: 768px) {
  .welcome-bn-section {
    padding: inherit;
    background: transparent;
    min-height: 203px;
  }
  .welcome-bn--about .welcome-bn__title {
    font-size: 24px;
    line-height: 32px;
  }
  .welcome-bn--about {
    min-height: inherit;
  }
  .welcome-bn {
    padding: 40px 30px;
    border-radius: 10px;
  }

  .welcome-bn__title {
    font-size: 24px;
    line-height: 26px;
  }
  .welcome-bn__text {
    font-size: 13px;
    line-height: 17px;
    margin: 10px 0 20px 0;
    max-width: 260px;
  }

  .welcome-bn__img {
    bottom: 26.5px;
    right: 33px;
    width: 265px;
    z-index: 0;
  }
  .welcome-bn__btn-group {
    position: relative;
    z-index: 10;
  }

  .welcome-bn--about .welcome-bn__img {
    width: 200px;
    bottom: 20px;
    left: auto;
    right: 20px;
  }
}

@media (max-width: 610px) {
  .welcome-bn__img {
    width: 200px;
    right: 18px;
    bottom: 40px;
  }
}
@media (max-width: 568px) {
  .welcome-bn-section {
    margin-bottom: 25px;
  }

  .welcome-bn-about {
    margin-top: 0;
    margin-bottom: 25px;
  }

  .welcome-bn {
    margin-top: 16px;
    min-height: 0;
    background: #ececf0;
    box-shadow: 0px 56px 80px rgba(117, 21, 21, 0.02),
      0px 23.3955px 33.4221px rgba(117, 21, 21, 0.0143771),
      0px 12.5083px 17.869px rgba(117, 21, 21, 0.0119221);
    border-radius: 16px;
    padding: 24px 16px;
    padding-bottom: 30px;
  }

  .welcome-bn__img {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    width: 80%;
    margin-left: auto;
  }

  .welcome-bn__title {
    font-size: 24px;
    line-height: 34px;
    max-width: 350px;
    font-weight: 700;
    letter-spacing: 0.1px;
    color: #39383d;
    margin-bottom: 10px;
    text-transform: uppercase;
  }

  .welcome-bn__title .mob {
    display: inline;
  }

  .welcome-bn__btn-group {
    display: none;
  }

  .welcome-bn__mob-cont {
    display: block;
    margin-top: 32px;
  }

  .welcome-bn__mob-cont .btn {
    width: 100%;
    max-width: 256px;
  }

  .welcome-bn__timer-title {
    text-align: center;
    font-weight: 500;
    font-size: 13px;
    max-width: 260px;

    margin: 0 auto;
    line-height: 1.31;
    color: #39383d;
  }

  .welcome-bn .timer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 14px 0 32px;
  }

  .welcome-bn .timer__item {
    width: 48px;
    height: 56px;
    background: #006837;
    border-radius: 8px;
    text-align: center;
    line-height: 56px;
    font-weight: 500;
    font-size: 22px;
    color: #fff;
  }

  .welcome-bn .timer__dots {
    font-weight: 500;
    font-size: 22px;
    line-height: 16px;
    color: #39383d;
    margin: 0 6px;
  }

  .welcome-bn--about {
    min-height: 200px;
  }

  .welcome-bn--about .welcome-bn__img {
    width: 150px;
    position: absolute;
    bottom: 8px;
    right: 16px;
  }

  .welcome-bn--about .welcome-bn__title {
    font-size: 20px;
    line-height: 28px;
    position: relative;
    z-index: 20;
    text-transform: none;
  }
}
.our-services {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 30px;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

.our-services__item {
  min-height: 217px;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  padding: 30px 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.our-services__item--lg {
  min-height: 464px;
  width: 520px;
  -ms-grid-row: 1;
  padding: 30px 20px 15px 30px;
  grid-row-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
}

.our-services__item--lg .btn {
  width: 168px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.our-services__item--lg .flex-wrap {
  position: relative;
  padding-right: 20px;
}

.our-services__item--lg .our-services__img-w {
  margin-bottom: 40px;
}

.our-services__item--lg .our-services__img {
  width: 273px;
  margin-right: 35px;
  margin-left: auto;
  display: block;
}

.our-services__item--lg .our-services__title {
  font-size: 40px;
}

.our-services__item--lg .our-services__text {
  margin-bottom: 25px;
}

.our-services__item--lg .our-services__cont {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.our-services__item--btn-h {
  position: relative;
  padding-bottom: 80px;
}

@media (max-width: 360px) {
  .welcome-bn--about .welcome-bn__img {
    width: 120px;
    position: absolute;
    bottom: 8px;
    right: 16px;
  }
}
@media (max-width: 768px) {
  .our-services__item--lg {
    padding: 30px 20px;
  }
  .our-services__item--lg .our-services__text {
    margin-bottom: 35px;
  }
}

@media (max-width: 1300px) {
  .our-services__item--btn-h {
    padding-bottom: 90px;
  }
}
.our-services__item--btn-h .our-services__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(0, 20px);
  transform: translate(0, 20px);
  padding: 0 18px 20px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s all ease-in-out;
}

.our-services__item--btn-h:hover .our-services__footer {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.our-services__title {
  font-weight: 600;
  font-size: 32px;
  line-height: 1.1;
  color: #39383d;
  margin: 0 0 20px;
}

.our-services__text {
  display: -webkit-box;
  font-size: 16px;
  line-height: 1.3;
  color: #292929;
  height: 42px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.our-services__cont-d {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

.our-services__img-mob,
.our-services__img-mob-2 {
  display: none;
}

.popular-services-section {
  display: none;
}

@media (max-width: 1200px) {
  .our-services {
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 26px;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }

  .our-services__item--lg {
    width: auto;
  }

  .our-services__item--lg .our-services__img-w {
    margin-bottom: 34px;
  }

  .our-services__item--lg .flex-wrap {
    padding-right: 0;
  }

  .our-services__item--lg .btn {
    bottom: -10px;
  }

  .our-services__item--btn-h {
    padding-bottom: 30px;
  }

  .our-services__item--btn-h .our-services__footer {
    position: static;
    bottom: auto;
    left: auto;
    padding: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  .our-services__item--btn-h:hover .our-services__footer {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@media (max-width: 768px) {
  .our-services {
    -ms-grid-columns: 1fr [1];
    grid-template-columns: repeat(1, 1fr);
    row-gap: 30px;
  }

  .our-services__title {
    font-size: 24px;
  }

  .our-services__text {
    height: auto;
    overflow: visible;
    text-overflow: inherit;
    -webkit-line-clamp: 1000;
  }

  .our-services__item {
    min-height: auto;
  }

  .our-services__item--lg {
    display: grid;
    grid: auto / 1fr 226px;
    grid-gap: 37px;
    align-items: center;
  }

  .our-services__item--lg .btn {
    width: auto;
    bottom: -5px;
  }

  .our-services__item--lg .our-services__img-w {
    margin-bottom: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .our-services__item--lg .our-services__img {
    width: 100%;
    margin-right: 0;
    max-width: 100%;
  }

  .our-services__item--lg .our-services__title {
    font-size: 32px;
  }

  .our-services__item--lg .our-services__lg-cont {
    width: 290px;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .our-services__footer .btn {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 28px;
  }
}
@media (max-width: 568px) {
  .our-services-section .section__title {
    display: none;
  }

  .popular-services-section {
    display: block;
  }

  .our-services {
    -ms-grid-columns: 1fr 16px 1fr;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 16px;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
  }

  .our-services__item {
    background: #ffffff;
    -webkit-box-shadow: 0px 56px 80px rgba(117, 21, 21, 0.02),
      0px 23.3955px 33.4221px rgba(117, 21, 21, 0.0143771),
      0px 12.5083px 17.869px rgba(117, 21, 21, 0.0119221);
    box-shadow: 0px 56px 80px rgba(117, 21, 21, 0.02),
      0px 23.3955px 33.4221px rgba(117, 21, 21, 0.0143771),
      0px 12.5083px 17.869px rgba(117, 21, 21, 0.0119221);
    border-radius: 16px;
    border: 0;
    padding: 24px 16px;
  }

  .our-services__item--lg {
    display: none;
  }

  .our-services__item--img-mob {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    min-height: 136px;
    padding-right: 100px;
    position: relative;
  }

  .our-services__item--img-mob .our-services__text {
    max-width: 215px;
  }

  .our-services__item--img-mob-2 {
    padding-bottom: 8px;
  }

  .our-services__title {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.29;
    margin-bottom: 10px;
  }

  .our-services__title .br-mob {
    display: block;
  }

  .our-services__text {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.4;
    color: rgba(57, 56, 61, 0.8);
    max-width: 140px;
    height: 30px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .our-services__footer {
    margin-top: 10px;
  }

  .our-services__footer .mob-hidden {
    display: none;
  }

  .our-services__img-mob {
    display: block;
    position: absolute;
    bottom: 10px;
    right: 11px;
  }

  .our-services__img-mob-2 {
    display: block;
    margin-left: auto;
  }
}

.results__items {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 143px;
  row-gap: 50px;
  flex-wrap: wrap;
}

.results__item {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.results__title {
  color: #39b54a;
  font-weight: 600;
  font-size: 42px;
  margin-bottom: 3px;
  line-height: 1.1em;
}
@media (max-width: 767.98px) {
  .results__items {
    row-gap: 30px;
    gap: 40px;
  }
  .results__title {
    font-size: 26px;
  }
}

.results__text {
  line-height: 1.3em;
}

.steps {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.steps__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex: 0 1 21%;
  position: relative;
  height: 100%;
}

.steps__title {
  color: #39b54a;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.1em;
  border-radius: 50%;
  border: 1.7px solid #39b54a;
  width: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  position: relative;
  background-color: #fff;
}

.steps__title::after {
  content: "..........";
  letter-spacing: 12px;
  color: rgba(57, 181, 74, 0.3);
  border-radius: 50%;
  position: absolute;
  top: 6%;
  left: 118%;
}

.steps__title::before {
  content: "";
  letter-spacing: 12px;
  color: #39b54a;
  border-radius: 50%;
  position: absolute;
  top: 6%;
  left: 118%;
}

@media (min-width: 992px) {
  .steps__title--1::before {
    animation: dots 10s infinite 0s;
  }
  .steps__title--2::before {
    animation: dots2 10s infinite 0s;
  }
  .steps__title--3::before {
    animation: dots3 10s infinite 0s;
  }
}

@keyframes dots {
  0% {
    content: "";
  }
  3% {
    content: ".";
  }
  6% {
    content: "..";
  }
  9% {
    content: "...";
  }
  12% {
    content: "....";
  }
  15% {
    content: ".....";
  }
  18% {
    content: "......";
  }
  21% {
    content: ".......";
  }
  24% {
    content: "........";
  }
  27% {
    content: ".........";
  }
  30% {
    content: "..........";
  }
  100% {
    content: "..........";
  }
}

@keyframes dots2 {
  0% {
    content: "";
  }
  33% {
    content: "";
  }
  36% {
    content: ".";
  }
  39% {
    content: "..";
  }
  42% {
    content: "...";
  }
  45% {
    content: "....";
  }
  48% {
    content: ".....";
  }
  51% {
    content: "......";
  }
  54% {
    content: ".......";
  }
  57% {
    content: "........";
  }
  60% {
    content: ".........";
  }
  63% {
    content: "..........";
  }
  100% {
    content: "..........";
  }
}

@keyframes dots3 {
  0% {
    content: "";
  }
  66% {
    content: "";
  }
  69% {
    content: ".";
  }
  72% {
    content: "..";
  }
  75% {
    content: "...";
  }
  78% {
    content: "....";
  }
  81% {
    content: ".....";
  }
  84% {
    content: "......";
  }
  87% {
    content: ".......";
  }
  90% {
    content: "........";
  }
  93% {
    content: ".........";
  }
  96% {
    content: "..........";
  }
  100% {
    content: "..........";
  }
}

.steps__title--last::after {
  display: none;
}
.steps__title--last::before {
  display: none;
}

.steps__text {
  font-size: 18px;
  line-height: 1.3em;
  position: relative;
  bottom: -21px;
  left: 0;
}

.good-to-know {
  padding: 0;
  margin: 0 -15px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.good-to-know__item {
  padding: 0 15px;
  margin-bottom: 30px;
  width: 33.3333333333%;
}

.good-to-know__item:nth-last-child(1),
.good-to-know__item:nth-last-child(2),
.good-to-know__item:nth-last-child(3) {
  margin-bottom: 0;
}

.good-to-know__inner {
  height: 100%;
  padding: 22px 20px;
  border: 1px solid #d9d9d9;
  border-radius: 20px;
}

.good-to-know__title {
  margin: 0 0 20px;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.1;
  color: #39383d;
  height: 52px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.good-to-know__text {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 84px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  color: #9697ac;
}

.good-to-know__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 15px;
}

.good-to-know__date {
  font-size: 14px;
  line-height: 1.35;
  color: #9697ac;
}

@media (max-width: 1200px) {
  .good-to-know__item {
    width: 50%;
  }

  .good-to-know__item:nth-last-child(3) {
    margin-bottom: 30px;
  }

  .good-to-know__item:nth-child(2) {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .good-to-know__item {
    width: 100%;
    margin-bottom: 20px;
  }

  .good-to-know__item:nth-child(2) {
    margin-bottom: 20px;
  }

  .good-to-know__item:nth-last-child(3),
  .good-to-know__item:nth-last-child(2) {
    margin-bottom: 20px;
  }

  .good-to-know__title {
    height: auto;
  }

  .good-to-know__title .br {
    display: inline;
  }
}
@media (max-width: 568px) {
  .good-to-know__title {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.29;
    margin-bottom: 8px;
  }

  .good-to-know__text {
    font-size: 12px;
    line-height: 1.4;
    color: rgba(57, 56, 61, 0.8);
    height: auto;
    overflow: visible;
    text-overflow: inherit;
    -webkit-line-clamp: 1000;
  }

  .good-to-know__date {
    font-size: 10px;
    line-height: 1.4;
    color: rgba(57, 56, 61, 0.6);
  }
}
.footer__inner {
  border-top: 1px solid #d9d9d9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  justify-content: space-between;
  padding: 30px 0 72px 0;
}

.footer__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 36px;
}
.footer__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-gap: 41px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: baseline;
}
@media (max-width: 768px) {
  .footer__items {
    flex-direction: column;
    margin-top: 0;

    grid-gap: 28px;
  }
  .footer__inner {
    justify-content: flex-start;
    grid-gap: 30px;
  }
  .footer__box {
    margin-top: 14px;
  }
  .footer__items .header__contacts {
    margin: 0;
  }
}
@media (max-width: 600px) {
  .footer__items .header__contacts {
    display: none;
  }
}
.footer__items .header__btn-o:first-child {
  margin-left: 0;
}
.footer__items .header__contacts {
  position: relative;
  top: 6px;
}
.footer__logo {
  width: 109px;
  margin-top: auto;
}

.footer__logo-img {
  display: block;
  width: 100%;
}

.footer__item {
  margin-right: 76px;
}

.footer__item:last-child {
  margin-right: 0;
}

.footer__list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer__list-item:not(:last-child) {
  margin-bottom: 15px;
}

.footer__list-link {
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  position: relative;
  line-height: 1.2;
  color: #292929;
  -webkit-transition: 0.3s color ease;
  transition: 0.3s color ease;
}
.footer__list-link:hover:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.footer__list-link::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #39b54a;
  position: absolute;
  bottom: -5px;
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1),
    -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.footer__list-link:hover {
  color: #39b54a;
}

@media (max-width: 768px) {
  .footer__logo {
    margin-right: 46px;
  }
  .footer__list-link::after {
    display: none;
  }
  .footer__item {
    margin-right: 30px;
  }

  .footer__item:last-child {
    margin-right: 0;
  }
}
@media (max-width: 600px) {
  .footer {
    background: #ececf0;
    padding: 26px 0;
  }

  .footer__inner {
    position: relative;
    padding: 0;
    border: 0;
    max-width: 400px;
  }

  .footer__logo {
    width: 84px;
  }

  .footer__item {
    margin-right: 48px;
  }

  .footer__item:nth-child(2) {
    /* margin-top: -46px; */
  }

  .footer__box {
    margin-top: 0;
  }
  .footer__item:last-child {
    margin-right: 0;
  }

  .footer__list-link {
    font-size: 11px;
    display: block;
  }

  .footer__list-item:not(:last-child) {
    margin-bottom: 10px;
  }
}
@media (max-width: 568px) {
  .footer {
    padding-bottom: 90px;
  }
}
.faq-page {
  margin-top: 60px;
}
.article {
  margin: 60px 0 100px 0;
}

p {
  text-indent: 20px; /* Отступ первой строки в пикселах */
}

.article__wrap {
  background: #f5f5f5;
  border-radius: 5px;
  padding: 40px 0;
}

.article__inner {
  margin: auto;
  max-width: 970px;
  padding: 0 20px;
  font-size: 18px;
  line-height: 1.5;
  color: #292929;
}

.article__inner p {
  margin: 30px 0;
}

.article__inner img {
  max-width: 100%;
}

.article__inner blockquote {
  background: #ffffff;
  border-radius: 5px;
  padding: 30px;
  margin: 30px 0;
}

.article__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 43px;
  position: relative;
}

.article__header-img {
  display: none;
}

.article__header--btn .btn {
  min-width: 220px;
  margin: 15px 0;
}

.article__title {
  /*margin: 0 auto 0 0;*/
  font-weight: 600;
  font-size: 42px;
  line-height: 1.1;
  color: #39383d;
}

.article__info {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 15px 0;
  /*padding-right: 150px;*/
}

.article__info-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 18px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  color: #292929;
}

.article__info-icon {
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 10px;
}

.article__info-icon .icon--eye {
  width: 21px;
  height: 16px;
}

.article__info-icon .icon--calendar {
  width: 18px;
  height: 20px;
}

.article__info .share-btn {
  position: absolute;
  right: 0;
  top: 9px;
}

.article__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 50px;
}

.article__footer-btn,
.article__footer .btn-o {
  margin-left: 10px;
}

@media (max-width: 1024px) {
  .article__wrap {
    padding: 30px 0;
  }

  .article__title {
    font-size: 32px;
  }

  .article__header {
    margin-bottom: 20px;
  }

  .article__info-item {
    font-size: 14px;
  }

  .article__inner {
    font-size: 16px;
  }

  .article__inner p {
    margin: 20px 0;
  }

  .article__inner blockquote {
    padding: 20px;
    margin: 20px 0;
  }
}
@media (max-width: 568px) {
  .article {
    margin-top: 24px;
    margin-bottom: 40px;
  }

  .article__wrap {
    padding: 24px 0;
  }

  .article__inner {
    padding: 0 16px;
    font-size: 12px;
  }

  .article__inner p {
    margin: 15px 0;
  }

  .article__inner blockquote {
    padding: 15px;
    margin: 15px 0;
  }

  .article__header-img {
    display: block;
    width: 100%;
    margin: 20px 0 0;
  }

  .article__header--btn .btn {
    margin: 15px 0 0;
  }

  .article__info {
    margin: 12px 0;
    padding-right: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }

  .article__info-item {
    margin: 0;
    font-size: 10px;
    line-height: 1.4;
    color: rgba(57, 56, 61, 0.6);
  }

  .article__info-icon {
    display: none;
  }

  .article__info .share-btn {
    top: -6px;
    padding: 0;
    width: 24px;
    height: 24px;
    background: transparent !important;
  }

  .article__info .share-btn__text {
    display: none;
  }

  .article__info .share-btn__icon {
    color: #39b54a;
    margin: 0;
  }

  .article__info .share-btn__icon .icon--exit-to-app {
    display: block;
  }

  .article__info .share-btn__icon .icon--upload {
    display: none;
  }

  .article__title {
    font-size: 16px;
    font-weight: 700;
    width: 100%;
    padding-right: 30px;
  }

  .article__footer {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .article__footer-btn {
    width: 100%;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    margin-bottom: 32px;
  }

  .article__footer-btn .btn {
    width: 300px;
    max-width: 100%;
  }

  .article__footer .btn-o {
    margin: 0 8px;
  }

  .article__footer .btn-o:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .article__footer .btn-o:nth-child(2) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
.faq-page {
  margin-bottom: 100px;
}

.faq-page__title {
  font-weight: 600;
  font-size: 42px;
  line-height: 1.1;
  color: #39383d;
  margin: 0 0 24px;
}

.faq {
  padding: 0;
  margin: 0;
  list-style: none;
}

.faq__header {
  position: relative;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.2;
  color: #39383d;
  padding: 23px 0;
  border-bottom: 1px solid #f1f2f9;
  -webkit-transition: 0.3s color ease;
  transition: 0.3s color ease;
  cursor: pointer;
}

.faq__header .icon {
  position: absolute;
  top: 50%;
  right: 22px;
  width: 11px;
  height: 18px;
  color: #006837;
  margin-top: -9px;
  -webkit-transition: 0.3s -webkit-transform ease;
  transition: 0.3s -webkit-transform ease;
  transition: 0.3s transform ease;
  transition: 0.3s transform ease, 0.3s -webkit-transform ease;
}

.faq__header--active {
  color: #006837;
}

.faq__header--active .icon {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.faq__cont {
  padding: 10px 0 20px;
  font-size: 18px;
  line-height: 1.5;
  color: rgba(57, 56, 61, 0.8);
  display: none;
}

.faq__cont p {
  margin: 0 0 15px;
}

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

@media (max-width: 1024px) {
  .faq-page__title {
    font-size: 32px;
  }

  .faq__header {
    font-size: 20px;
  }

  .faq__cont {
    font-size: 16px;
  }
}
@media (max-width: 568px) {
  .faq-page {
    margin-bottom: 40px;
    padding-top: 30px;
    margin-top: 0;
  }

  .faq-page__title {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .faq {
    margin: 0 -16px;
  }

  .faq__header {
    position: relative;
    font-weight: 500;
    font-size: 14px;
    padding: 20px 16px;
  }

  .faq__header .icon {
    width: 7px;
    height: 11px;
    margin-top: -5px;
  }

  .faq__header--active {
    color: #006837;
  }

  .faq__header--active .icon {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .faq__cont {
    padding: 18px 16px;
    font-size: 12px;
  }

  .faq__cont p {
    margin: 0 0 12px;
  }

  .faq__cont p:last-child {
    margin-bottom: 0;
  }
}
.about-bn {
  background: #ececf0;
  -webkit-box-shadow: 0px 56px 80px rgba(117, 21, 21, 0.02),
    0px 23.3955px 33.4221px rgba(117, 21, 21, 0.0143771),
    0px 12.5083px 17.869px rgba(117, 21, 21, 0.0119221);
  box-shadow: 0px 56px 80px rgba(117, 21, 21, 0.02),
    0px 23.3955px 33.4221px rgba(117, 21, 21, 0.0143771),
    0px 12.5083px 17.869px rgba(117, 21, 21, 0.0119221);
  border-radius: 16px;
  min-height: 200px;
  position: relative;
  padding: 24px 16px;
  margin-bottom: 24px;
}

.about-bn__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
  color: #39383d;
  margin: 0;
  max-width: 200px;
}

.about-bn__img {
  position: absolute;
  bottom: 8px;
  right: 16px;
  width: 100%;
  max-width: 40%;
}

.contacts-m {
  margin-top: 8px;
}

.contacts-m__phone {
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
}

.contacts-m__btn {
  text-align: center;
  margin-top: 28px;
}

.contacts-m__btn .btn {
  width: 300px;
  max-width: 100%;
}

.contacts-m__btn-group {
  text-align: center;
  margin-top: 32px;
}

.contacts-m__btn-group .header__btn-o {
  margin: 0 8px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 40px;
  height: 40px;
}

.contacts-m__map {
  margin: 50px 0 32px;
  width: 100%;
  position: relative;
}

.contacts-m__map::before {
  content: "";
  display: block;
  padding-bottom: 40%;
}
@media (max-width: 992px) {
  .contacts-m__map::before {
    content: "";
    display: block;
    padding-bottom: 60%;
  }
}
.contacts-m__map .map {
  background-color: #ececf0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.contacts-map {
  margin-top: 50px;
}

.contacts-map img {
  display: block;
  width: 100%;
}

.contacts-info {
  padding: 0;
  margin: 0;
  list-style: none;
}

.contacts-info__item:not(:last-child) {
  margin-bottom: 22px;
}

.contacts-info__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.contacts-info__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #39b54a;
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.contacts-info__icon .icon--phone {
  width: 19px;
  height: 19px;
}

.contacts-info__icon .icon--place {
  width: 22px;
  height: 30px;
}

.contacts-info__text {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.5;
  color: #39383d;
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media (max-width: 568px) {
  .contacts-info__item:not(:last-child) {
    margin-bottom: 22px;
  }

  .contacts-info__icon {
    width: 18px;
    height: 18px;
    margin-right: 10px;
  }

  .contacts-info__icon .icon--phone {
    width: 13px;
    height: 13px;
  }

  .contacts-info__icon .icon--place {
    width: 11px;
    height: 15px;
  }

  .contacts-info__text {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.29;
  }

  .contacts-info__text--lg {
    font-size: 16px;
  }

  .contacts-map {
    margin-top: 20px;
  }
}
.vacancies {
  margin-top: 8px;
}

.vacancies__item {
  background: #ffffff;
  -webkit-box-shadow: 0px 56px 80px rgba(117, 21, 21, 0.02),
    0px 23.3955px 33.4221px rgba(117, 21, 21, 0.0143771),
    0px 12.5083px 17.869px rgba(117, 21, 21, 0.0119221);
  box-shadow: 0px 56px 80px rgba(117, 21, 21, 0.02),
    0px 23.3955px 33.4221px rgba(117, 21, 21, 0.0143771),
    0px 12.5083px 17.869px rgba(117, 21, 21, 0.0119221);
  border-radius: 16px;
  padding: 24px 16px;
  color: #39383d;
  margin-bottom: 24px;
}

.vacancies__title {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.29;
  margin: 0 0 6px;
}

.vacancies__salary {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
}

.vacancies__requirements {
  font-size: 10px;
  line-height: 1.6;
  color: rgba(57, 56, 61, 0.8);
  margin: 22px 0 24px;
}

.vacancies__requirements p {
  margin: 0;
  text-indent: 0;
}

.vacancies__category-title {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.5;
  margin: 0 0 8px;
}

.vacancies__list {
  padding: 0;
  margin: 0 0 28px;
  list-style: none;
}

.vacancies__list li {
  font-size: 12px;
  line-height: 1.5;
}

.vacancies .btn {
  min-width: 196px;
}

.vacancies-d__item {
  border: 1px solid rgba(217, 217, 217, 0.5);
  border-radius: 20px;
  padding: 30px;
}

.vacancies-d__item:not(:last-child) {
  margin-bottom: 50px;
}

.vacancies-d__inner {
  margin: auto;
  max-width: 1138px;
  position: relative;
  color: #39383d;
}

.vacancies-d__header {
  padding-right: 200px;
}

.vacancies-d__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.1;
  margin: 0 0 19px;
}

.vacancies-d__salary {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  color: #9697ac;
}

.vacancies-d__requirements {
  font-size: 18px;
  line-height: 1.5;
  color: rgba(57, 56, 61, 0.8);
  margin: 20px 0 0;
}

.vacancies-d__requirements p {
  margin: 0;
}

.vacancies-d__footer {
  position: absolute;
  top: 43px;
  right: 0;
}

.vacancies-d__cont {
  border-top: 1px solid #d9d9d9;
  margin-top: 30px;
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.vacancies-d__cont-item {
  width: 50%;
  max-width: 432px;
}

.vacancies-d__cont-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  margin: 0 0 20px;
}

.vacancies-d__cont--full {
  border-top: 0;
  margin-top: 20px;
  padding-top: 0;
}

.vacancies-d__cont--full .vacancies-d__cont-item {
  width: 100%;
  max-width: none;
}

.vacancies-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.vacancies-list__item {
  font-size: 18px;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .vacancies-d__title {
    font-size: 20px;
  }

  .vacancies-d__salary {
    font-size: 14px;
  }

  .vacancies-d__requirements {
    margin-top: 15px;
    font-size: 16px;
  }

  .vacancies-d__cont {
    margin: 20px -10px 0;
    padding-top: 20px;
  }

  .vacancies-d__cont-item {
    padding-left: 10px;
    padding-right: 10px;
  }

  .vacancies-d__footer {
    position: relative;
    top: auto;
    right: auto;
    margin-top: 15px;
  }

  .vacancies-list__item {
    font-size: 16px;
  }
}
@media (max-width: 568px) {
  .vacancies-d-section {
    margin-top: 24px;
  }

  .vacancies-d__item {
    background: #ffffff;
    -webkit-box-shadow: 0px 56px 80px rgba(117, 21, 21, 0.02),
      0px 23.3955px 33.4221px rgba(117, 21, 21, 0.0143771),
      0px 12.5083px 17.869px rgba(117, 21, 21, 0.0119221);
    box-shadow: 0px 56px 80px rgba(117, 21, 21, 0.02),
      0px 23.3955px 33.4221px rgba(117, 21, 21, 0.0143771),
      0px 12.5083px 17.869px rgba(117, 21, 21, 0.0119221);
    border-radius: 16px;
    padding: 24px 16px;
    color: #39383d;
    border: 0;
  }

  .vacancies-d__item:not(:last-child) {
    margin-bottom: 24px;
  }

  .vacancies-d__title {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.29;
    margin: 0 0 6px;
  }

  .vacancies-d__salary {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.5;
  }

  .vacancies-d__requirements {
    font-size: 10px;
    line-height: 1.6;
    color: rgba(57, 56, 61, 0.8);
    margin: 22px 0 24px;
  }

  .vacancies-d__requirements p {
    margin: 0;
  }

  .vacancies-d__cont {
    border: 0;
    padding-top: 0;
  }

  .vacancies-d__cont-item {
    width: 100%;
  }

  .vacancies-d__cont-title {
    font-weight: 500;
    font-size: 12px;
    line-height: 1.5;
    margin: 0 0 8px;
  }

  .vacancies-d__footer {
    margin-top: 20px;
  }

  .vacancies-d__footer .btn {
    min-width: 196px;
    border-radius: 30px;
  }

  .vacancies-d__footer .btn__icon {
    display: none;
  }

  .vacancies-list {
    margin-bottom: 28px;
  }

  .vacancies-list:last-child {
    margin-bottom: 0;
  }

  .vacancies-list__item {
    font-size: 12px;
  }
}

.footer__title {
  color: #282828;
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 24px;
}

.footer__social {
  margin-top: 17px;
  display: flex;
  gap: 12px;
}

.footer__social-link {
  flex-wrap: nowrap;
}

.footer__social-link svg.icon--phone {
  width: 15px;
  height: 15px;
}

.footer__link {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5em;
}

.footer__link a {
  text-decoration: none;
  color: #282828;
  transition: color 0.3s ease 0s;
}

.footer__link span {
  color: rgba(41, 41, 41, 0.7);
}

.footer__link a:hover {
  color: #39b54a;
}

@media (max-width: 1200px) {
  .menu {
    grid-gap: 0;
  }

  .menu__link {
    padding: 10px;
    height: auto;
    max-width: 150px;
  }
}

@media (max-width: 1000px) {
  .menu {
    justify-content: center;
  }
  .results__items {
    gap: 50px;
  }
}

@media (max-width: 1000px) {
  .steps__title::after {
    content: "......";
  }
  .welcome-bn__title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .welcome-bn__text {
    font-size: 13px;
    margin: 0 0 20px 0;
  }
  .welcome-bn-section {
    padding-bottom: 30px;
    min-height: auto;
  }
}

@media (max-width: 768px) {
  .steps {
    flex-direction: column;
    row-gap: 80px;
  }
  .steps__item {
    flex: 1 1 auto;
  }
  .steps__item br {
    /* display: none; */
  }
  .steps__title::after {
    content: "..";
    transform: rotate(-90deg);
    left: 5%;
    top: 188%;
  }
}

@media (max-width: 568px) {
  .our-services__item--img-mob:nth-child(4) {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 16px;
    height: auto;
  }

  .our-services__item--img-mob:nth-child(5) {
    grid-column-start: 2;
    grid-column-end: 3;
    padding-right: 16px;
  }

  .our-services__item--img-mob:nth-child(4)
    .our-services__cont-d
    .our-services__text {
    -webkit-line-clamp: 4;
    height: auto;
  }

  .our-services__item--img-mob:nth-child(5)
    .our-services__cont-d
    .our-services__text {
    -webkit-line-clamp: 4;
    height: auto;
  }

  .our-services__item--img-mob:nth-child(4) .our-services__footer {
    display: none;
  }
  .our-services__item--img-mob:nth-child(4) .our-services__img-mob {
    display: none;
  }

  .our-services__item--img-mob:nth-child(5) .our-services__footer {
    display: none;
  }
  .our-services__item--img-mob:nth-child(5) .our-services__img-mob {
    display: none;
  }
}

@media (max-width: 568px) {
  .menu {
    grid-gap: 8px;
  }
  .menu__item {
    width: 100%;
    flex: 1 1 100%;
  }
  .menu {
    grid-gap: 8px;
  }
  .menu__link {
    max-width: 100%;
  }
}

.header__phone-icon .icon {
  color: #39b54a;
  width: 19px;
  height: 19px;
  margin-right: 5px;
  -webkit-transition: 0.3s color ease;
  transition: 0.3s color ease;
}

.header__menu-btn {
  display: none;
}

.header__nav {
    display: none;
}
