html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, address, big, blockquote, cite, code,
del, dfn, em, img, ins, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li, form, label, input, fieldset, legend, caption,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, main, nav, output, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  border: none;
  outline: none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

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

body {
  line-height: 1;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
}

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

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

ol, ul, nav, menu {
  list-style: none;
}

img, video, canvas {
  max-width: 100%;
  height: auto;
}

img {
  vertical-align: bottom;
}

a, button {
  cursor: pointer;
  margin: 0;
  padding: 0;
}

a:hover, button:hover {
  cursor: pointer;
}

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

button {
  border: none;
  background: transparent;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

th, td {
  vertical-align: middle;
}

iframe {
  width: 100%;
}

/* =========================== all */
body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: "Onest", sans-serif;
  color: #6B6A65;
  background: #fff;
  line-height: 1.5;
}

.body_scroll {
  overflow: hidden;
}

/* heading */
.h1, h1, .h2, h2, .h3, h3, .h4, h4, .h5, h5 {
  font-weight: 600;
  line-height: 110%;
  color: #0C0C0C;
}

.h1, h1 {
  font-size: 60px;
  line-height: 127%;
  -webkit-margin-after: 25px;
  margin-block-end: 25px;
}
@media screen and (max-width: 768px) {
  .h1, h1 {
    font-size: 38px;
  }
}

.h2, h2 {
  font-size: 40px;
  -webkit-margin-after: 25px;
  margin-block-end: 25px;
}
@media screen and (max-width: 768px) {
  .h2, h2 {
    font-size: 32px;
  }
}

.h3, h3 {
  font-size: 32px;
  -webkit-margin-after: 15px;
  margin-block-end: 15px;
}
@media screen and (max-width: 768px) {
  .h3, h3 {
    font-size: 28px;
  }
}

.h4, h4 {
  font-size: 28px;
  -webkit-margin-after: 15px;
  margin-block-end: 15px;
}
@media screen and (max-width: 768px) {
  .h4, h4 {
    font-size: 24px;
  }
}

.span_bg {
  background: rgba(30, 173, 139, 0.1);
  color: #1EAD8B;
}

.heading {
  color: #0C0C0C;
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  -webkit-margin-after: 15px;
  margin-block-end: 15px;
}
@media screen and (max-width: 768px) {
  .heading {
    font-size: 18px;
    -webkit-margin-after: 10px;
    margin-block-end: 10px;
  }
}

.section {
  padding: 120px 0;
}
.section_gray {
  background: #F7F7F6;
}
.section_green {
  background: #00A27C;
  color: #fff;
}
.section_green .h1, .section_green h1, .section_green .h2, .section_green h2, .section_green .h3, .section_green h3, .section_green .h4, .section_green h4, .section_green .h5, .section_green h5 {
  color: #fff;
}
.section_green .heading {
  color: #fff;
}
.section_green .section-title {
  color: #fff;
}
.section-title {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
  color: #1EAD8B;
  letter-spacing: 1.5px;
  -webkit-margin-after: 25px;
  margin-block-end: 25px;
}
@media screen and (max-width: 768px) {
  .section {
    padding: 60px 0;
  }
  .section-header {
    text-align: center;
  }
  .section-title {
    font-size: 14px;
    -webkit-margin-after: 20px;
    margin-block-end: 20px;
  }
}

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

/* gridbox */
.gridbox {
  display: grid;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* content */
a, p, ol:not([class]) li, ul:not([class]) li {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}

p {
  -webkit-margin-after: 25px;
  margin-block-end: 25px;
}
p:last-child {
  -webkit-margin-after: 0;
  margin-block-end: 0;
}

a:not([class]) {
  text-decoration: underline;
}
a:not([class]):hover {
  color: #1EAD8B;
}

b, strong {
  font-weight: bold;
}

i, em {
  font-style: italic;
}

/* list */
ol:not([class]), ul:not([class]) {
  -webkit-margin-after: 25px;
  margin-block-end: 25px;
}
ol:not([class]) li, ul:not([class]) li {
  display: table;
  position: relative;
}
ol:not([class]) li:not(:last-child), ul:not([class]) li:not(:last-child) {
  -webkit-margin-after: 15px;
  margin-block-end: 15px;
}

table ol:not([class]) li, table ul:not([class]) li, .table ol:not([class]) li, .table ul:not([class]) li {
  display: block;
}

ol:not([class]) {
  counter-reset: number;
}
ol:not([class]) li::before {
  counter-increment: number;
  content: counter(number);
  font-size: 15px;
  font-weight: 600;
}

ul:not([class]) li {
  font-weight: 500;
}
ul:not([class]) li::before {
  position: absolute;
  content: "";
  inline-size: 6px;
  block-size: 6px;
  border-radius: 100%;
  background: #1EAD8B;
}

summary {
  list-style: none;
}
summary::marker {
  display: none;
}
summary::-webkit-details-marker {
  display: none;
  color: transparent;
}

/* img */
img {
  display: block;
  margin: 0 auto;
}

.figure {
  -webkit-margin-after: 25px;
  margin-block-end: 25px;
}

/* transition */
* {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/* btn */
.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  inline-size: 240px;
  block-size: 63px;
  border-radius: 10px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  background: #1EAD8B;
  margin: 0 auto;
}
.btn::after {
  content: "";
  inline-size: 16px;
  block-size: 14px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--arrow-icon");
}
.btn:hover {
  background: #048466;
}
@media screen and (max-width: 768px) {
  .btn {
    block-size: 53px;
  }
}

/* soc */
.soc {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 26px;
}
.soc__item:not(:last-child) {
  position: relative;
}
.soc__item:not(:last-child)::before {
  position: absolute;
  content: "";
  inline-size: 6px;
  block-size: 6px;
  border-radius: 100%;
  background: #D9D9D9;
  inset-block-start: calc(50% - 3px);
  inset-inline-end: -16px;
}
.soc-link {
  text-decoration: underline;
  text-underline-offset: 5px;
  font-size: 15px;
  font-weight: 400;
  line-height: 15px;
  color: #0C0C0C;
}
.soc-link:hover {
  color: #048466;
}

/* scroll */
.scroll {
  overflow: auto;
  -ms-scroll-chaining: none;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  scrollbar-width: thin;
  scrollbar-color: #DCDFE9 transparent;
}

.scroll::-webkit-scrollbar {
  inline-size: 4px;
  block-size: 50%;
}

.scroll::-webkit-scrollbar-track {
  background-color: transparent;
}

.scroll::-webkit-scrollbar-thumb {
  background-color: #DCDFE9;
  border-radius: 5px;
  min-block-size: 50%;
  min-inline-size: 4px;
}

.scroll::-webkit-scrollbar-thumb:hover {
  background-color: #DCDFE9;
}

.scroll::-webkit-scrollbar-thumb:active {
  background-color: #DCDFE9;
}

/* container */
.container {
  max-inline-size: 1180px;
  padding: 0 20px;
  margin: 0 auto;
}

main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

/* Onest Variable */
@font-face {
  font-family: "Onest";
  src: url("../fonts/Onest-VariableFont_wght.woff2") format("woff2 supports variations"), url("../fonts/Onest-VariableFont_wght.woff2") format("woff2-variations");
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  font-stretch: 85% 100%;
}
.header {
  position: relative;
  z-index: 101;
  border-bottom: 1px solid #E6E6E6;
  background: #fff;
  padding: 20px 0;
}
.header .container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 992px) {
  .header {
    padding: 18px 0;
  }
}

/* menu */
@media screen and (min-width: 992px) {
  .navigation {
    overflow: visible;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .navigation-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (max-width: 992px) {
  .navigation {
    position: fixed;
    inset-block-start: 57px;
    inset-block-end: 0;
    inset-inline-end: 0;
    background: rgba(12, 12, 12, 0.8);
    inline-size: 0;
    text-align: right;
  }
  .navigation-body {
    background: #fff;
    display: inline-block;
    text-align: left;
    padding: 25px 20px;
  }
  .navigation.open {
    inline-size: 100%;
  }
  .navigation.open .navigation-body {
    inline-size: 360px;
  }
}
@media screen and (max-width: 450px) {
  .navigation.open .navigation-body {
    inline-size: 100%;
  }
}

.menu-link {
  position: relative;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  color: #6B6A65;
  white-space: nowrap;
}
@media screen and (min-width: 992px) {
  .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .menu-link::after {
    position: absolute;
    z-index: 0;
    content: "";
    inline-size: 0;
    block-size: 4px;
    inset-block-end: -24px;
    inset-inline-start: 0;
    background: #1EAD8B;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .menu-link:hover::after {
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .menu {
    display: block;
    -webkit-margin-after: 35px;
    margin-block-end: 35px;
  }
  .menu-link {
    position: relative;
    display: block;
  }
  .menu-link::before {
    position: absolute;
    content: "";
    inline-size: 12px;
    block-size: 10px;
    background: center center/cover no-repeat;
    background-image: url("../img/sprite.svg#sprite--arrow-right");
    inset-block-start: calc(50% - 5px);
    inset-inline-end: 0;
  }
  .menu__item {
    border-bottom: 1px solid #E6E6E6;
    -webkit-padding-after: 10px;
    padding-block-end: 10px;
  }
  .menu__item:not(:last-child) {
    -webkit-margin-after: 25px;
    margin-block-end: 25px;
  }
}

.lang {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.lang__item {
  font-size: 15px;
  font-weight: 500;
  line-height: 100%;
}
@media screen and (min-width: 992px) {
  .lang {
    gap: 10px;
    -webkit-margin-start: auto;
    margin-inline-start: auto;
  }
  .lang__item {
    color: #6B6A65;
  }
  .lang__item:not(:last-child) {
    border-right: 1px solid #D8D8D8;
    -webkit-padding-end: 10px;
    padding-inline-end: 10px;
  }
  .lang__item:hover {
    color: #1EAD8B;
  }
  .lang__item.active {
    color: #0C0C0C;
  }
}
@media screen and (max-width: 992px) {
  .lang {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 5px;
  }
  .lang__item {
    inline-size: 43px;
    block-size: 31px;
    line-height: 31px;
    text-align: center;
    border-radius: 5px;
    background: #F7F7F6;
    color: #6B6A65;
  }
  .lang__item.active {
    background: #1EAD8B;
    color: #fff;
  }
}

/* hamburger */
.hamburger {
  position: relative;
  inline-size: 24px;
  block-size: 20px;
  text-align: center;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  position: absolute;
  inset-inline-start: 0;
  inline-size: 100%;
  block-size: 2px;
  border-radius: 1.5px;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  background: #0C0C0C;
}
.hamburger-inner {
  background: #0C0C0C;
  display: block;
  inline-size: 17px;
  inset-block-start: calc(50% - 1px);
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
  background: #000;
  inset-inline-end: 0;
}
.hamburger-inner::before {
  inline-size: 12px;
  inset-block-start: 6px;
}
.hamburger-inner::after {
  inline-size: 24px;
  inset-block-end: 6px;
}
.hamburger.active .hamburger-inner {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  -webkit-transition-delay: 0.12s;
  -o-transition-delay: 0.12s;
  transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  inline-size: 24px;
}
.hamburger.active .hamburger-inner::before, .hamburger.active .hamburger-inner::after {
  inline-size: 24px;
}
.hamburger.active .hamburger-inner::before {
  opacity: 0;
}
.hamburger.active .hamburger-inner::after {
  inset-block-end: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger:hover {
  opacity: 0.7;
}
@media screen and (min-width: 992px) {
  .hamburger {
    display: none;
  }
}

/* footer */
.footer {
  background: #0C0C0C;
  text-align: center;
  padding: 40px 0;
}
.footer .logo {
  display: inline-block;
  -webkit-margin-after: 30px;
  margin-block-end: 30px;
}
.footer-info {
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  color: #fff;
  -webkit-margin-after: 15px;
  margin-block-end: 15px;
}
.footer .copyright {
  font-size: 15px;
  font-weight: 400;
  line-height: 150%;
  color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 768px) {
  .footer .logo {
    -webkit-margin-after: 20px;
    margin-block-end: 20px;
  }
  .footer-info {
    font-size: 16px;
    -webkit-margin-after: 10px;
    margin-block-end: 10px;
  }
  .footer .copyright {
    font-size: 14px;
  }
}

/* faq */
.faq {
  counter-reset: number;
  -webkit-margin-before: 60px;
  margin-block-start: 60px;
}
.faq__item {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #E6E6E6;
  padding: 25px 0;
}
.faq__item:first-child {
  border-top: 1px solid #E6E6E6;
}
.faq__item .heading {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
  -webkit-padding-start: 29px;
  padding-inline-start: 29px;
  -webkit-margin-after: 0;
  margin-block-end: 0;
}
.faq__item .heading::before {
  position: absolute;
  counter-increment: number;
  content: counter(number) ". ";
  inset-inline-start: 0;
  inset-block-start: 2px;
}
.faq__item .text {
  max-block-size: 0;
  overflow: hidden;
  padding: 0 25px;
}
.faq__item p {
  font-size: 15px;
}
.faq__item.open .faq-heading .heading {
  color: #1EAD8B;
}
.faq__item.open .text {
  max-block-size: 2000px;
  -webkit-padding-before: 15px;
  padding-block-start: 15px;
}
.faq__item.open .plusminus::before, .faq__item.open .plusminus::after {
  background: #1EAD8B;
}
.faq__item.open .plusminus:before {
  -webkit-transform: translatey(-50%) rotate(-90deg);
  -ms-transform: translatey(-50%) rotate(-90deg);
  transform: translatey(-50%) rotate(-90deg);
  opacity: 0;
}
.faq__item.open .plusminus:after {
  -webkit-transform: translatey(-50%) rotate(0);
  -ms-transform: translatey(-50%) rotate(0);
  transform: translatey(-50%) rotate(0);
}
.faq-heading {
  inline-size: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 10px;
}
.faq-heading .heading {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .faq {
    -webkit-margin-before: 40px;
    margin-block-start: 40px;
  }
  .faq__item {
    padding: 20px 0;
  }
}

.plusminus {
  position: relative;
  display: block;
  inline-size: 14px;
  block-size: 14px;
  cursor: pointer;
}
.plusminus:before, .plusminus:after {
  position: absolute;
  content: "";
  display: block;
  background: #0C0C0C;
  inset-block-start: 50%;
  inset-inline-start: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  inline-size: 100%;
  block-size: 2px;
}
.plusminus:before {
  -webkit-transform: translatey(-50%);
  -ms-transform: translatey(-50%);
  transform: translatey(-50%);
}
.plusminus:after {
  -webkit-transform: translatey(-50%) rotate(90deg);
  -ms-transform: translatey(-50%) rotate(90deg);
  transform: translatey(-50%) rotate(90deg);
}

/* form */
form {
  width: 100%;
}
form input, form textarea {
  position: relative;
  z-index: 2;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  font-size: 15px;
  font-weight: 500;
  font-family: "Onest";
  color: #0C0C0C;
  border: 1px solid #D9D9D9;
  border-radius: 10px;
  background: #fff;
}
form input {
  block-size: 63px;
  line-height: 61px;
  -webkit-padding-start: 20px;
  padding-inline-start: 20px;
}
form textarea {
  display: block;
  min-block-size: 140px;
  padding: 20px;
}
form .formgroup {
  gap: 0 10px;
}
form .label {
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  color: #6B6A65;
  display: block;
  -webkit-margin-after: 5px;
  margin-block-end: 5px;
}
form .group {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-margin-after: 15px;
  margin-block-end: 15px;
}
form .input {
  position: relative;
}
form .ok, form .false {
  position: absolute;
  display: none;
  inset-inline-end: 20px;
}
form .ok {
  inline-size: 13px;
  block-size: 10px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--ok");
  inset-block-start: 27px;
}
form .false {
  inline-size: 16px;
  block-size: 16px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--info-icon");
  inset-block-start: 23px;
}
form .false-title {
  position: absolute;
  inline-size: 180px;
  inset-block-start: 20px;
  inset-inline-start: calc(50% - 90px);
  background: #fff;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  color: #F73B3B;
  text-align: center;
  padding: 10px 5px;
}
form .btn {
  width: 100%;
}
form .form-sub {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  color: #6B6A65;
  -webkit-margin-before: 10px;
  margin-block-start: 10px;
}
@media screen and (max-width: 1300px) {
  form .false-title {
    inset-inline-start: auto;
    inset-inline-end: -30px;
  }
}
@media screen and (max-width: 768px) {
  form .group {
    min-inline-size: 100%;
  }
}

button {
  font-family: "Onest";
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #B0AFA9;
  opacity: 1;
  font-family: "Onest";
  font-size: 15px;
  font-weight: 400;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #B0AFA9;
  opacity: 1;
  font-family: "Onest";
  font-size: 15px;
  font-weight: 400;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #B0AFA9;
  opacity: 1;
  font-family: "Onest";
  font-size: 15px;
  font-weight: 400;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #B0AFA9;
  opacity: 1;
  font-family: "Onest";
  font-size: 15px;
  font-weight: 400;
}

input::placeholder, textarea::placeholder {
  color: #B0AFA9;
  opacity: 1;
  font-family: "Onest";
  font-size: 15px;
  font-weight: 400;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #B0AFA9;
  opacity: 1;
  font-family: "Onest";
  font-size: 15px;
  font-weight: 400;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #B0AFA9;
  opacity: 1;
  font-family: "Onest";
  font-size: 15px;
  font-weight: 400;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #B0AFA9;
  opacity: 1;
  font-family: "Onest";
  font-size: 15px;
  font-weight: 400;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #B0AFA9;
  opacity: 1;
  font-family: "Onest";
  font-size: 15px;
  font-weight: 400;
}
input:not(:focus):-moz-placeholder-shown, textarea:not(:focus):-moz-placeholder-shown {
  border-color: #D9D9D9;
}
input:not(:focus):-ms-input-placeholder, textarea:not(:focus):-ms-input-placeholder {
  border-color: #D9D9D9;
}
input:not(:focus):placeholder-shown, textarea:not(:focus):placeholder-shown {
  border-color: #D9D9D9;
}
input:focus, textarea:focus {
  border-color: rgba(12, 12, 12, 0.3);
  outline: none;
}
input:focus:valid, textarea:focus:valid {
  border-color: rgba(0, 162, 124, 0.25);
  background: #E8F7F3;
}
input:valid:not(:-moz-placeholder-shown), textarea:valid:not(:-moz-placeholder-shown) {
  border-color: rgba(0, 162, 124, 0.25);
  background: #E8F7F3;
}
input:valid:not(:-ms-input-placeholder), textarea:valid:not(:-ms-input-placeholder) {
  border-color: rgba(0, 162, 124, 0.25);
  background: #E8F7F3;
}
input:valid:not(:placeholder-shown), textarea:valid:not(:placeholder-shown) {
  border-color: rgba(0, 162, 124, 0.25);
  background: #E8F7F3;
}
input:valid:not(:-moz-placeholder-shown) ~ .ok, textarea:valid:not(:-moz-placeholder-shown) ~ .ok {
  z-index: 10;
  display: block;
}
input:valid:not(:-ms-input-placeholder) ~ .ok, textarea:valid:not(:-ms-input-placeholder) ~ .ok {
  z-index: 10;
  display: block;
}
input:valid:not(:placeholder-shown) ~ .ok, textarea:valid:not(:placeholder-shown) ~ .ok {
  z-index: 10;
  display: block;
}
input:invalid:not(:focus):not(:-moz-placeholder-shown), textarea:invalid:not(:focus):not(:-moz-placeholder-shown) {
  border-color: rgba(248, 58, 58, 0.15);
  background: #FFDCDC;
}
input:invalid:not(:focus):not(:-ms-input-placeholder), textarea:invalid:not(:focus):not(:-ms-input-placeholder) {
  border-color: rgba(248, 58, 58, 0.15);
  background: #FFDCDC;
}
input:invalid:not(:focus):not(:placeholder-shown), textarea:invalid:not(:focus):not(:placeholder-shown) {
  border-color: rgba(248, 58, 58, 0.15);
  background: #FFDCDC;
}
input:invalid:not(:focus):not(:-moz-placeholder-shown) ~ .false, textarea:invalid:not(:focus):not(:-moz-placeholder-shown) ~ .false {
  z-index: 10;
  display: block;
}
input:invalid:not(:focus):not(:-ms-input-placeholder) ~ .false, textarea:invalid:not(:focus):not(:-ms-input-placeholder) ~ .false {
  z-index: 10;
  display: block;
}
input:invalid:not(:focus):not(:placeholder-shown) ~ .false, textarea:invalid:not(:focus):not(:placeholder-shown) ~ .false {
  z-index: 10;
  display: block;
}

input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
  -webkit-appearance: none;
  appearance: none;
}

.check {
  position: relative;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  color: #6B6A65;
  margin-top: 15px;
  margin-bottom: 20px;
}

.check-input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.check-box {
  position: relative;
  width: 15px;
  min-width: 15px;
  height: 15px;
  background: #fff;
  border-radius: 3px;
  margin-top: 3px;
}

.check-input:checked + .check-box {
  background: #1EAD8B;
}

.radio .check-box {
  border-radius: 100%;
}

/* table */
.table_scroll {
  -webkit-margin-after: 25px;
  margin-block-end: 25px;
}
.table_scroll table {
  -webkit-margin-after: 0;
  margin-block-end: 0;
}
@media screen and (max-width: 768px) {
  .table_scroll {
    inline-size: calc(100% + 20px);
    -webkit-margin-end: -20px;
    margin-inline-end: -20px;
  }
  .table_scroll table {
    inline-size: auto;
  }
}

table {
  border-radius: 5px;
  border: 1px solid #D9D9D9;
  border-collapse: separate;
  background: #fff;
  overflow: hidden;
  -webkit-margin-after: 25px;
  margin-block-end: 25px;
}
table tr:nth-child(even) td {
  background: #F9F9F9;
}
table th, table td {
  vertical-align: middle;
  line-height: normal;
  text-align: left;
  padding: 15px;
}
table th {
  background: #1EAD8B;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
}
table td {
  font-weight: 400;
  font-size: 15px;
  color: #6B6A65;
}
table a {
  font-weight: 500;
  font-size: 15px;
}
table b {
  color: #0C0C0C;
}

/* select */
.choice {
  position: relative;
  height: 63px;
  -webkit-margin-after: 15px;
  margin-block-end: 15px;
}
.choice select {
  display: none;
}
.choice .select {
  position: absolute;
  border: 1px solid #D9D9D9;
  inline-size: 100%;
  min-height: 63px;
  max-height: 63px;
  overflow: hidden;
  background: #fff;
  border-radius: 10px;
  cursor: pointer;
  text-align: left;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-padding-before: 20px;
  padding-block-start: 20px;
}
.choice .select::after {
  position: absolute;
  z-index: 0;
  content: "";
  inline-size: 12px;
  block-size: 6px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--arrow-down");
  inset-inline-end: 29px;
  inset-block-start: 28px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.choice .select .value {
  position: relative;
  display: block;
  z-index: 2;
  inline-size: 100%;
  font-weight: 400;
  font-size: 15px;
  -webkit-padding-start: 20px;
  padding-inline-start: 20px;
  -webkit-padding-end: 42px;
  padding-inline-end: 42px;
}
.choice .select.open {
  z-index: 5;
  min-height: 152px;
  max-height: 152px;
  overflow: visible;
}
.choice .select.open::after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.choice .select.open .hidden {
  display: none;
}
.choice .select.open .scroll-wrapper {
  display: block;
}
.choice .select.open .value {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-margin-after: 10px;
  margin-block-end: 10px;
}
.choice .select.active {
  background: #E8F7F3;
}
.choice .select.active .value {
  color: #0C0C0C;
  font-weight: 500;
}
.choice .scroll-wrapper {
  display: none;
  min-width: 100%;
  max-height: 100%;
  overflow: hidden;
}
.choice .optList {
  max-height: 80px;
  padding: 0 20px;
}
.choice .option {
  cursor: pointer;
  line-height: 150%;
  font-size: 15px;
  font-weight: 500;
}
.choice .option:not(:last-child) {
  -webkit-margin-after: 5px;
  margin-block-end: 5px;
}
.choice .option:hover {
  color: #1EAD8B;
}

/* hero */
.hero {
  text-align: center;
}
.hero .span_bg {
  display: inline;
}
.hero span {
  display: block;
}
.hero p {
  max-inline-size: 620px;
  font-size: 18px;
  margin-inline: auto;
}
.hero .btn {
  -webkit-margin-before: 30px;
  margin-block-start: 30px;
}
.hero .advantages {
  -webkit-margin-before: 100px;
  margin-block-start: 100px;
}
@media screen and (max-width: 768px) {
  .hero {
    text-align: left;
    padding: 40px 0 60px;
  }
  .hero .section-header {
    text-align: left;
  }
  .hero span {
    display: inline;
  }
  .hero p {
    font-size: 15px;
  }
  .hero .btn {
    -webkit-margin-before: 25px;
    margin-block-start: 25px;
  }
  .hero .advantages {
    -webkit-margin-before: 40px;
    margin-block-start: 40px;
  }
}
@media screen and (max-width: 550px) {
  .hero .btn {
    inline-size: 100%;
  }
}

/* advantages */
.advantages {
  gap: 60px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.advantages__item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 20px;
}
.advantages__item:not(:last-child) {
  border-right: 1px solid #E6E6E6;
  -webkit-padding-end: 60px;
  padding-inline-end: 60px;
}
.advantages-img {
  inline-size: 60px;
  block-size: 60px;
}
.advantages-info {
  text-align: left;
}
.advantages-dd {
  font-size: 34px;
  font-weight: 600;
  line-height: 120%;
  color: #0C0C0C;
  -webkit-margin-after: 2px;
  margin-block-end: 2px;
}
.advantages-dt {
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  color: #6B6A65;
}
@media screen and (max-width: 1025px) {
  .advantages__item:nth-child(2) {
    border-right: none;
  }
}
@media screen and (max-width: 768px) {
  .advantages {
    gap: 30px;
  }
  .advantages__item {
    gap: 15px;
  }
  .advantages__item:not(:last-child) {
    border-right: none;
    -webkit-padding-end: 0;
    padding-inline-end: 0;
  }
  .advantages-img {
    inline-size: 50px;
    block-size: 50px;
  }
  .advantages-dd {
    font-size: 26px;
  }
  .advantages-dt {
    font-size: 15px;
  }
}
@media screen and (max-width: 550px) {
  .advantages {
    gap: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
}

/* flexblock */
.flexblock {
  gap: 25px 30px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}
.flexblock:not(:last-child) {
  -webkit-margin-after: 80px;
  margin-block-end: 80px;
}
.flexblock .section-header, .flexblock-text {
  max-inline-size: 520px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.flexblock .section-header h2, .flexblock .section-header .h2 {
  -webkit-margin-after: 0;
  margin-block-end: 0;
}
@media screen and (max-width: 768px) {
  .flexblock .section-header, .flexblock-text {
    max-inline-size: 100%;
    min-inline-size: 100%;
    text-align: center;
  }
  .flexblock:not(:last-child) {
    -webkit-margin-after: 40px;
    margin-block-end: 40px;
  }
}

/* reasons */
.reasons {
  counter-reset: number;
}
.reasons__item {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
  border-right: 1px solid #D9D9D9;
  padding: 40px;
  -webkit-padding-before: 85px;
  padding-block-start: 85px;
}
.reasons__item:first-child {
  border-left: 1px solid #D9D9D9;
  border-radius: 20px 0 0 20px;
}
.reasons__item:last-child {
  border-radius: 0 20px 20px 0;
}
.reasons__item::before {
  position: absolute;
  counter-increment: number;
  content: "0" counter(number);
  font-size: 16px;
  font-weight: 600;
  color: #1EAD8B;
  inset-inline-start: 40px;
  inset-block-start: 40px;
}
.reasons__item p {
  font-size: 15px;
}
.reasons__item:hover {
  background: #F2F2F2;
}
@media screen and (max-width: 768px) {
  .reasons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .reasons__item {
    border-top: none;
    border-right: 1px solid #D9D9D9;
    border-left: 1px solid #D9D9D9;
    padding: 25px;
    -webkit-padding-before: 58px;
    padding-block-start: 58px;
  }
  .reasons__item:first-child {
    border-top: 1px solid #D9D9D9;
    border-radius: 20px 20px 0 0;
  }
  .reasons__item:last-child {
    border-radius: 0 0 20px 20px;
  }
  .reasons__item::before {
    font-size: 14px;
    inset-inline-start: 25px;
    inset-block-start: 25px;
  }
  .reasons__item p {
    font-size: 14px;
  }
}

/* service */
.service {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 10px;
}
.service__item {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.05);
  padding: 25px;
}
.service__item p {
  font-size: 15px;
}
.service__item:hover {
  background: rgba(255, 255, 255, 0.15);
}
.service-img {
  inline-size: 60px;
  block-size: 60px;
  margin: 0;
  -webkit-margin-after: 25px;
  margin-block-end: 25px;
}
@media screen and (max-width: 768px) {
  .service {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    grid-gap: 5px;
  }
  .service__item {
    padding: 15px;
  }
  .service__item p {
    font-size: 14px;
  }
  .service-img {
    inline-size: 50px;
    block-size: 50px;
    -webkit-margin-after: 15px;
    margin-block-end: 15px;
  }
}

/* steps */
.steps {
  counter-reset: number;
  gap: 20px;
}
.steps__item {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.steps__item::after, .steps__item::before {
  position: absolute;
  content: "";
}
.steps__item::after {
  inline-size: 40px;
  block-size: 40px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--check");
  inset-inline-start: 0;
  inset-block-start: 0;
}
.steps__item .heading {
  position: relative;
  -webkit-padding-before: 28px;
  padding-block-start: 28px;
}
.steps__item .heading::before {
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
  counter-increment: number;
  content: "STEP " counter(number);
  font-size: 15px;
  font-weight: 600;
  line-height: 100%;
  color: #1EAD8B;
}
.steps__item p {
  font-size: 15px;
}
@media screen and (min-width: 992px) {
  .steps__item {
    -webkit-padding-before: 80px;
    padding-block-start: 80px;
  }
  .steps__item::before {
    inset-inline-start: 60px;
    inset-block-start: 20px;
  }
  .steps__item:not(:last-child) {
    -webkit-padding-end: 20px;
    padding-inline-end: 20px;
  }
  .steps__item:not(:last-child)::before {
    inline-size: calc(100% - 60px);
    border-top: 1px dashed #00A27C;
  }
}
@media screen and (max-width: 992px) {
  .steps {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .steps__item {
    -webkit-padding-after: 10px;
    padding-block-end: 10px;
    -webkit-padding-start: 65px;
    padding-inline-start: 65px;
  }
  .steps__item::before {
    inset-inline-start: 20px;
    inset-block-start: 60px;
  }
  .steps__item:not(:last-child)::before {
    block-size: calc(100% - 60px);
    border-right: 1px dashed #00A27C;
  }
  .steps__item .heading::before {
    font-size: 14px;
  }
}

/* founder */
.founder-img {
  inline-size: 289px;
  block-size: 289px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}
.founder .section-header {
  -webkit-margin-after: 25px;
  margin-block-end: 25px;
}
.founder .section-title {
  -webkit-margin-after: 10px;
  margin-block-end: 10px;
}
.founder h2, .founder .h2 {
  -webkit-margin-after: 10px;
  margin-block-end: 10px;
}
.founder .text {
  border-bottom: 1px solid #D9D9D9;
  -webkit-padding-after: 30px;
  padding-block-end: 30px;
  -webkit-margin-after: 30px;
  margin-block-end: 30px;
}
.founder-position {
  font-size: 15px;
  font-weight: 300;
  line-height: 150%;
}
@media screen and (min-width: 768px) {
  .founder {
    grid-template-areas: "img header" "img text";
    grid-gap: 0 30px;
  }
  .founder .section-header {
    grid-area: header;
    max-inline-size: 791px;
  }
  .founder-img {
    grid-area: img;
  }
  .founder-text {
    grid-area: text;
    max-inline-size: 791px;
  }
}
@media screen and (max-width: 768px) {
  .founder {
    text-align: center;
  }
  .founder-img {
    -webkit-margin-after: 25px;
    margin-block-end: 25px;
  }
  .founder .soc {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .founder-text p {
    font-size: 15px;
  }
}
@media screen and (max-width: 550px) {
  .founder-img {
    inline-size: 100%;
    block-size: auto;
  }
}

/* contact */
.contact {
  gap: 40px 30px;
}
.contact-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-inline-size: 460px;
}
.contact .form {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-inline-size: 620px;
}
@media screen and (max-width: 992px) {
  .contact-text, .contact .form {
    max-inline-size: 100%;
    min-inline-size: 100%;
  }
}
@media screen and (max-width: 768px) {
  .contact-text {
    text-align: center;
  }
  .contact-text p {
    font-size: 15px;
  }
}
/*# sourceMappingURL=../sourcemaps/style.css.map */
