:root {
  --accent: #00B51A;
  --orange: #FE5200;
  --beige: #F2EAE7;
  --pink: #FE0096;
  --fontsize: 16px;
  --textcolor: #000;
  --hover: #761610;
  --lineheight: 1.22;
  --userfont: ptmono, sans-serif;
  --secfont: goshasans, sans-serif;
  --accentfont: undertalebattle, sans-serif;
  --systemfont: -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  --anim: .25s ease-out;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

::-webkit-input-placeholder {
  color: #666;
}

::-moz-placeholder {
  color: #666;
}

:-ms-input-placeholder {
  color: #666;
}

::-ms-input-placeholder {
  color: #666;
}

::placeholder {
  color: #666;
}

::-moz-selection {
  background-color: var(--accent);
  color: #fff;
}

::selection {
  background-color: var(--accent);
  color: #fff;
}

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

input,
textarea {
  outline: none;
}
input:focus:required:invalid,
textarea:focus:required:invalid {
  border-color: red;
}
input:required:valid,
textarea:required:valid {
  border-color: green;
}

input[type=checkbox],
input[type=radio] {
  width: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}

html {
  height: 100%;
}

body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 1440px;
  min-height: 100%;
  margin: 0 auto;
  font-family: var(--userfont);
  font-size: var(--fontsize);
  line-height: var(--lineheight);
  color: var(--textcolor);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  background-color: var(--bgcolor);
}

@media only screen and (max-width: 1199px) {
  body {
    min-width: 1024px;
  }
}
@media only screen and (max-width: 767px) {
  body {
    min-width: 767px;
  }
}
@media only screen and (max-width: 575px) {
  body {
    min-width: 375px;
  }
}

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

ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

a {
  -webkit-transition: color var(--anim);
  -o-transition: color var(--anim);
  transition: color var(--anim);
}
a:focus {
  outline: none;
}

@font-face {
  font-family: "ptmono";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/PTMono/pt-mono_regular.woff2) format("woff2");
  src: url(../fonts/PTMono/pt-mono_regular.woff) format("woff");
  src: url(../fonts/PTMono/pt-mono_regular.ttf) format("truetype");
}
@font-face {
  font-family: "ptmono";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/PTMono/pt-mono_bold.woff2) format("woff2");
  src: url(../fonts/PTMono/pt-mono_bold.woff) format("woff");
  src: url(../fonts/PTMono/pt-mono_bold.ttf) format("truetype");
}
@font-face {
  font-family: "goshasans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/GoshaSans/GoshaSans-Regular.woff2) format("woff2");
  src: url(../fonts/GoshaSans/GoshaSans-Regular.woff) format("woff");
  src: url(../fonts/GoshaSans/GoshaSans-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "undertalebattle";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/UndertaleBattle/undertale_battle_font.woff2) format("woff2");
  src: url(../fonts/UndertaleBattle/undertale_battle_font.woff) format("woff");
  src: url(../fonts/UndertaleBattle/undertale_battle_font.ttf) format("truetype");
}
body {
  background-color: var(--beige);
}
body.overflow {
  overflow: hidden;
}

.hidden {
  display: none;
}

.container {
  padding: 0 40px;
  margin: 0 auto;
  max-width: 1830px;
}
@media only screen and (max-width: 767px) {
  .container {
    padding: 0 25px;
  }
}

.header {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  overflow: hidden;
}

.page__footer,
.footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.lozad {
  visibility: hidden;
}
.lozad.loaded {
  visibility: visible;
}

.title {
  font: 400 80px/1.2 var(--secfont);
  letter-spacing: -2px;
}

@media only screen and (max-width: 1559px) {
  .title {
    font-size: 72px;
  }
}
@media only screen and (max-width: 1199px) {
  .title {
    font-size: 60px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 767px) {
  .title {
    font-size: 42px;
    line-height: 1.14;
    letter-spacing: normal;
  }
}
.title_white {
  color: var(--beige);
}

.accent-text {
  font-family: var(--accentfont);
}
.accent-text_green {
  color: var(--accent);
}
.accent-text_orange {
  color: var(--orange);
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 510px;
  height: 112px;
  padding: 0;
  font-size: 40px;
  font-weight: 700;
  color: #F7F7F7;
  cursor: pointer;
  -webkit-transition: background 0.15s ease, opacity 0.15s ease;
  -o-transition: background 0.15s ease, opacity 0.15s ease;
  transition: background 0.15s ease, opacity 0.15s ease;
  border: none;
  border-radius: 42px;
}
@media only screen and (max-width: 1199px) {
  .btn {
    height: 98px;
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .btn {
    max-width: 330px;
    height: 63px;
    font-size: 18px;
  }
}
.btn_green {
  background: var(--accent);
}
.btn_green:hover {
  background: #010101;
}
.btn_black {
  background: #010101;
}
.btn_black:hover {
  background: var(--accent);
}

.header-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 30px 0 39px;
}
@media only screen and (max-width: 1199px) {
  .header-content {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 1023px) {
  .header-content {
    padding: 20px 0;
  }
}
.header__back {
  position: relative;
  display: inline-block;
  padding-left: 51px;
  font-size: 20px;
  line-height: 1.2;
  text-decoration: none;
  color: var(--textcolor);
}
@media only screen and (max-width: 1199px) {
  .header__back {
    font-size: 16px;
    line-height: 1.25;
  }
}
@media only screen and (max-width: 1023px) {
  .header__back {
    font-size: 14px;
    line-height: 1.71;
  }
}
.header__back:hover {
  color: var(--accent);
}
.header__back:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 16px;
  background-image: url(../images/dist/arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.overlay {
  position: absolute;
  visibility: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 100;
  -webkit-transition: opacity var(--anim), visibility var(--anim);
  -o-transition: opacity var(--anim), visibility var(--anim);
  transition: opacity var(--anim), visibility var(--anim);
  background-color: rgba(0, 0, 0, 0.7);
}
.overlay.active {
  visibility: visible;
  opacity: 1;
}

.mobile-nav {
  position: fixed;
  top: 0;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  width: 270px;
  height: 100vh;
  padding: 10px 15px 30px;
  z-index: 102;
  -webkit-transition: visibility 0.7s, -webkit-transform 0.35s ease-out;
  transition: visibility 0.7s, -webkit-transform 0.35s ease-out;
  -o-transition: transform 0.35s ease-out, visibility 0.7s;
  transition: transform 0.35s ease-out, visibility 0.7s;
  transition: transform 0.35s ease-out, visibility 0.7s, -webkit-transform 0.35s ease-out;
  background: var(--bgcolo) r;
}
.mobile-nav__close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 20px;
  height: 20px;
  background: url(../images/dist/close.svg) center no-repeat;
  background-size: contain;
}
.mobile-nav__logo {
  width: 150px;
  margin-bottom: 30px;
}
.mobile-nav__logo img {
  display: block;
  max-width: 100%;
  height: auto;
}
.mobile-nav-nav {
  height: calc(100vh - 240px);
  overflow-y: auto;
}
.mobile-nav-menu li {
  margin-bottom: 12px;
}
.mobile-nav-menu li a {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: var(--accent);
  text-decoration: none;
}
.mobile-nav-menu li a:hover, .mobile-nav-menu li a:focus, .mobile-nav-menu li a.active {
  text-decoration: none;
  color: #000;
}
.mobile-nav-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 30px;
}
.mobile-nav-contact-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 20px;
}
.mobile-nav-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mobile-nav-social__item {
  margin-right: 10px;
}
.mobile-nav__phone {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  color: var(--accent);
  text-decoration: none;
}
.mobile-nav__phone:hover, .mobile-nav__phone:focus {
  text-decoration: none;
  color: #000;
}
.mobile-nav.hide {
  visibility: hidden;
}
.mobile-nav.open {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

@media only screen and (max-width: 1023px) {
  .menu-button {
    display: block;
  }
}
@media only screen and (max-width: 575px) {
  .menu-button {
    margin-right: 0;
  }
  .menu-button span {
    width: 40px;
    height: 3px;
    margin: 6px auto;
  }
}
.modal {
  width: 480px;
}
.modal-title {
  margin-bottom: 20px;
  font: italic 400 38px/1.1 var(--secfont);
  color: var(--accent);
  text-align: center;
}
.modal-subtitle {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}
.modal-form__field {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}
.modal-form__field input {
  display: block;
  width: 100%;
  height: 56px;
  padding-left: 12px;
  font-size: 20px;
  font-weight: 600;
  border: 1px solid var(--accent);
  background: none;
}

@media only screen and (max-width: 1279px) {
  .modal-title {
    font-size: 36px;
  }
  .modal-form__field input {
    height: 46px;
    font-size: 19px;
  }
}
@media only screen and (max-width: 1023px) {
  .modal-title {
    font-size: 36px;
  }
  .modal-form__field input {
    height: 42px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 575px) {
  .modal {
    width: 320px;
    padding: 36px 15px;
  }
  .modal-title {
    margin-bottom: 12px;
    font-size: 28px;
  }
}
.main {
  padding: 233px 0 70px;
}
@media only screen and (max-width: 1199px) {
  .main {
    padding-top: 200px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .main {
    padding-top: 124px;
  }
}
.main-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1580px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .main-content {
    max-width: 600px;
  }
}
.main__title {
  text-align: center;
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .main__title {
    font-size: 67px;
  }
}
@media only screen and (max-width: 1199px) {
  .main__title br {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .main__title {
    text-align: left;
  }
}
@media only screen and (max-width: 576px) {
  .main__title {
    max-width: 330px;
    letter-spacing: -1px;
  }
}
.main__title i {
  position: relative;
  top: 30px;
  font-style: normal;
  font-size: 140px;
}
@media only screen and (max-width: 1199px) {
  .main__title i {
    top: 10px;
    font-size: 80px;
    line-height: 0;
  }
}
@media only screen and (max-width: 767px) {
  .main__title i {
    font-size: 60px;
  }
}
@media only screen and (max-width: 576px) {
  .main__title i {
    top: -18px;
  }
}
.main__btn {
  margin-top: 110px;
}
@media only screen and (max-width: 1199px) {
  .main__btn {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .main__btn {
    margin-top: 40px;
  }
}

.pain {
  padding: 85px 0;
}
@media only screen and (max-width: 1199px) {
  .pain {
    padding: 60px 0;
  }
}
.pain-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 48% 34px 1fr;
  grid-template-columns: 48% 1fr;
  grid-column-gap: 34px;
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .pain-content {
    -ms-grid-columns: 36% 1fr;
    grid-template-columns: 36% 1fr;
  }
}
@media only screen and (max-width: 1199px) {
  .pain-content {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    grid-column-gap: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .pain-sidebar.is-affixed {
    position: static !important;
  }
}
.pain-sidebar-sticky {
  will-change: position, transform;
}
@media only screen and (max-width: 1199px) {
  .pain-sidebar-sticky {
    position: static !important;
    width: 100% !important;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
    max-width: 780px;
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .pain-sidebar-sticky {
    max-width: 530px;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .pain-sidebar__title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 1199px) {
  .pain-sidebar__title {
    line-height: 1.2;
  }
}
@media only screen and (max-width: 767px) {
  .pain-sidebar__title {
    font-size: 32px;
    line-height: 1.25;
  }
}
.pain-body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
}
@media only screen and (max-width: 767px) {
  .pain-body {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    grid-gap: 20px;
  }
}
.pain-item {
  padding: 60px 60px 80px;
  font-size: 32px;
  line-height: 1.5;
  color: #000;
  -webkit-transition: background 0.15s ease, color 0.15s ease;
  -o-transition: background 0.15s ease, color 0.15s ease;
  transition: background 0.15s ease, color 0.15s ease;
  border-radius: 42px;
  background: #F7F7F7;
}
/* .pain-item:first-child, */
.pain-item.aos-animate {
  color: var(--beige);
  background: var(--accent);
}
@media only screen and (max-width: 767px) {
  .pain-item.aos-animate {
    color: #010101;
    background: #F7F7F7;
  }
}
@media only screen and (max-width: 1559px) {
  .pain-item {
    padding: 40px 40px 50px;
    font-size: 22px;
  }
}
@media only screen and (max-width: 1199px) {
  .pain-item {
    padding: 40px;
    font-size: 26px;
  }
  .pain-item:nth-child(4n+4) {
    color: var(--beige);
    background: var(--orange);
  }
  .pain-item:nth-child(5n+5) {
    color: var(--beige);
    background: var(--pink);
  }
}
@media only screen and (max-width: 767px) {
  .pain-item {
    padding: 31px;
    font-size: 20px;
    line-height: 1.4;
  }
  .pain-item:nth-child(4n+3) {
    color: var(--beige);
    background: var(--orange);
  }
  .pain-item:nth-child(5n+4) {
    color: #010101;
    background: #F7F7F7;
  }
}
.pain-item:first-child, .pain-item:nth-child(5n+1) {
  -ms-grid-column-span: 2;
  grid-column: span 2/auto;
}
@media only screen and (max-width: 1199px) {
  .pain-item:first-child, .pain-item:nth-child(5n+1) {
    grid-column: auto;
  }
}

.total {
  padding: 90px 0;
}
@media only screen and (max-width: 1199px) {
  .total {
    padding: 60px 0;
  }
}
.total-body {
  padding: 80px 60px 80px 150px;
  border-radius: 42px;
  background: #010101;
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .total-body {
    padding-left: 60px;
  }
}
@media only screen and (max-width: 1199px) {
  .total-body {
    padding: 80px 60px;
  }
}
@media only screen and (max-width: 767px) {
  .total-body {
    padding: 60px 30px;
  }
}
.total__title {
  margin-bottom: 62px;
}
@media only screen and (max-width: 1199px) {
  .total__title {
    line-height: 1.2;
  }
}
@media only screen and (max-width: 767px) {
  .total__title {
    margin-bottom: 40px;
    font-size: 32px;
    line-height: 1.25;
  }
}
.total-items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px;
}
@media only screen and (max-width: 1199px) {
  .total-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    grid-row-gap: 63px;
  }
}
@media only screen and (max-width: 767px) {
  .total-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    grid-row-gap: 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .total-item {
    width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 767px) {
  .total-item {
    width: 100%;
  }
}
.total-item__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60px;
  height: 60px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .total-item__icon {
    margin-bottom: 10px;
  }
}
.total-item__text {
  font-size: 32px;
  line-height: 1.5;
  color: var(--beige);
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .total-item__text {
    font-size: 25px;
  }
}
@media only screen and (max-width: 1199px) {
  .total-item__text {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .total-item__text {
    font-size: 20px;
    line-height: 1.4;
  }
}

.why {
  padding: 85px 0;
}
@media only screen and (max-width: 1199px) {
  .why {
    padding: 60px 0;
  }
}
.why-body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 332px 140px minmax(500px, 1167px);
  grid-template-columns: 332px minmax(500px, 1167px);
  grid-column-gap: 140px;
}
@media only screen and (max-width: 1199px) {
  .why-body {
    -ms-grid-columns: 250px 65px 1fr;
    grid-template-columns: 250px 1fr;
    grid-column-gap: 65px;
  }
}
@media only screen and (max-width: 767px) {
  .why-body {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    grid-row-gap: 40px;
    grid-column-gap: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .why-picts {
    -ms-grid-row: 2;
        grid-row-start: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (max-width: 576px) {
  .why-picts {
    max-width: 250px;
    margin: 0 auto;
  }
}
.why-picts__bottom {
  margin-top: -85px;
}
@media only screen and (max-width: 1199px) {
  .why-picts__bottom {
    margin-top: -65px;
  }
}
@media only screen and (max-width: 576px) {
  .why-picts__bottom {
    margin-top: -65px;
  }
}
.why__title {
  position: relative;
  display: inline-block;
  margin-bottom: 80px;
  padding-right: 203px;
}
@media only screen and (max-width: 1199px) {
  .why__title {
    margin-bottom: 40px;
    padding-right: 150px;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 767px) {
  .why__title {
    padding-right: 101px;
    font-size: 32px;
    line-height: 1.25;
  }
}
.why__title:after {
  content: "";
  position: absolute;
  top: 40px;
  right: 0;
  width: 173px;
  height: 95px;
  background-image: url(../images/dist/arrow-2.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media only screen and (max-width: 1199px) {
  .why__title:after {
    width: 133px;
    height: 73px;
    top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .why__title:after {
    width: 88px;
    height: 49px;
    top: 18px;
  }
}
.why__text {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 1.67;
}
@media only screen and (max-width: 1199px) {
  .why__text {
    font-size: 20px;
    line-height: 1.6;
  }
}
@media only screen and (max-width: 767px) {
  .why__text {
    font-size: 16px;
    line-height: 1.5;
  }
}
.why__accent {
  font-size: 20px;
  line-height: 1.2;
  color: var(--pink);
}
@media only screen and (max-width: 1199px) {
  .why__accent {
    font-size: 16px;
    line-height: 1.25;
  }
}
@media only screen and (max-width: 767px) {
  .why__accent {
    font-size: 14px;
    line-height: 1.71;
  }
}

.benefits {
  padding: 90px 0;
}
@media only screen and (max-width: 1199px) {
  .benefits {
    padding: 60px 0;
  }
}
.benefits-body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50.4% 131px 1fr;
  grid-template-columns: 50.4% 1fr;
  grid-column-gap: 131px;
  padding: 80px 150px;
  background-image: url(../images/dist/wave-bg.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .benefits-body {
    -ms-grid-columns: 43.4% 100px 1fr;
    grid-template-columns: 43.4% 1fr;
    grid-column-gap: 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .benefits-body {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    padding: 80px 60px;
  }
}
@media only screen and (max-width: 767px) {
  .benefits-body {
    padding: 60px 30px;
    background-image: url(../images/dist/wave-mob-bg.svg);
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .benefits__title {
    font-size: 64px;
  }
}
@media only screen and (max-width: 1199px) {
  .benefits__title {
    margin-bottom: 40px;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 767px) {
  .benefits__title {
    font-size: 32px;
    line-height: 1.25;
  }
}
.benefits-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
}
@media only screen and (max-width: 1199px) {
  .benefits-content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 44px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 44px;
  }
}
@media only screen and (max-width: 767px) {
  .benefits-content {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    grid-row-gap: 40px;
  }
}
.benefits-item__title {
  position: relative;
  margin-bottom: 40px;
  padding-left: 38px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.67;
  color: var(--accent);
}
@media only screen and (max-width: 1199px) {
  .benefits-item__title {
    margin-bottom: 28px;
    font-size: 20px;
    line-height: 1.6;
  }
}
@media only screen and (max-width: 767px) {
  .benefits-item__title {
    margin-bottom: 18px;
    font-size: 16px;
    line-height: 1.5;
  }
}
.benefits-item__title:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 28px;
  height: 28px;
  background-image: url(../images/dist/arrow-3.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media only screen and (max-width: 1199px) {
  .benefits-item__title:before {
    width: 24px;
    height: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .benefits-item__title:before {
    top: 0;
    width: 20px;
    height: 20px;
  }
}
.benefits-item__text {
  max-width: 490px;
  font-size: 24px;
  line-height: 1.67;
  color: #010101;
}
@media only screen and (max-width: 1199px) {
  .benefits-item__text {
    font-size: 20px;
    line-height: 1.6;
  }
}
@media only screen and (max-width: 767px) {
  .benefits-item__text {
    font-size: 16px;
    line-height: 1.5;
  }
}

.order {
  padding: 85px 0 175px;
}
@media only screen and (max-width: 1199px) {
  .order {
    padding: 60px 0 120px;
  }
}
@media only screen and (max-width: 767px) {
  .order {
    padding-bottom: 40px;
  }
}
.order-body {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 63.8% 15px 1fr;
  grid-template-columns: 63.8% 1fr;
  grid-column-gap: 15px;
  padding: 80px 150px;
  border-radius: 42px;
  background: var(--orange);
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .order-body {
    padding: 80px 60px;
  }
}
@media only screen and (max-width: 1199px) {
  .order-body {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    grid-row-gap: 40px;
    padding: 80px 60px;
  }
}
@media only screen and (max-width: 767px) {
  .order-body {
    grid-row-gap: 16px;
    padding: 60px 30px;
  }
}
.order__title {
  margin-bottom: 80px;
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .order__title {
    font-size: 70px;
  }
}
@media only screen and (max-width: 1199px) {
  .order__title {
    margin-bottom: 40px;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 767px) {
  .order__title {
    font-size: 32px;
    line-height: 1.25;
  }
}
.order__desc {
  font-size: 32px;
  line-height: 1.5;
  color: #F7F7F7;
}
@media only screen and (max-width: 1199px) {
  .order__desc {
    max-width: 468px;
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .order__desc {
    max-width: 100%;
    font-size: 20px;
    line-height: 1.4;
  }
}
.order__desc strong {
  font-size: 40px;
  line-height: 1.2;
  color: #010101;
}
@media only screen and (max-width: 1199px) {
  .order__desc strong {
    font-size: 26px;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 767px) {
  .order__desc strong {
    font-size: inherit;
    line-height: inherit;
  }
}
.order-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 1199px) {
  .order-main {
    max-width: 460px;
  }
}
@media only screen and (max-width: 767px) {
  .order-main {
    max-width: 100%;
  }
}
.order-main__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .order-main__row {
    position: relative;
    width: 176px;
    margin: 0 auto;
    padding-top: 40px;
    left: -50px;
  }
}
.order__pict {
  -ms-flex-item-align: end;
      align-self: flex-end;
  width: 385px;
  height: 385px;
  margin-bottom: -90px;
  overflow: hidden;
  border-radius: 50%;
}
@media only screen and (max-width: 1199px) {
  .order__pict {
    position: absolute;
    bottom: 145px;
    right: 60px;
    width: 332px;
    height: 332px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .order__pict {
    position: absolute;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    z-index: -1;
    width: 156px;
    height: 156px;
    bottom: 60px;
    right: -100px;
  }
}
@media only screen and (max-width: 1199px) {
  .order__btn {
    max-width: 423px;
  }
}
@media only screen and (max-width: 767px) {
  .order__btn {
    max-width: none;
    width: 176px;
    height: 176px;
    border-radius: 50%;
  }
}
.order__accent {
  margin: 25px -20px 0;
  font-size: 20px;
  line-height: 1.2;
  color: #F7F7F7;
  text-align: center;
}
@media only screen and (max-width: 1199px) {
  .order__accent {
    margin: 20px 0 0;
    font-size: 16px;
    line-height: 1.25;
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .order__accent {
    font-size: 14px;
    line-height: 1.71;
  }
}

/* FAQ */

.faq {padding-left: var(--page-indent);
  padding-right: var(--page-indent);}
.h1-section {
  padding-top: calc(var(--header-height) + 95px);
  text-align: center;
  font-family: "scroll-behavior:smooth", "Gosha Sans", "Arial", sans-serif;
  font-size: 80px;
  line-height: 96px;
}
.h1-section span {
color: #00B51A;
}
.faq-block {
padding-top: 120px;
}
.faq-block_filter {
display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 60px;
}
.faq-block_filter-item {
font-size: 28px;
color: var(--color-text-title);
}
.faq-block_filter-item:hover{
color:#00b51a;
}
.faq-block_filter-item.activ {
color:#00b51a;
position: relative;
}
.faq-block_filter-item.activ::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  border-bottom: 2px dashed #00b51a;
  position: absolute;
bottom: -10px;
}
.faq-block_ansver {
padding-top: 100px;
padding-bottom: 170px;
}

.ansver-item_title {
font-size: 28px;
padding: 60px;
cursor: pointer;
display: flex;
  justify-content: space-between;
align-items: center;
}
.ansver-item_title:hover {
background: #fff;
border-radius: 42px;
}
.ansver-item_title:hover::after {
content:url("assets/images/hover.svg");
  border-radius: 50%;
  background: #00b51a;
  padding: 11px;
  max-width: 54px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ansver-item_title::after {
content:url("assets/images/open.svg");
  border-radius: 50%;
  background: #fff;
  padding: 11px;
  max-width: 54px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.before::after {
content:url("assets/images/close.svg");
  border-radius: 50%;
  background: #f2eae7;
  padding: 11px;
  max-width: 54px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.before:hover::after {
content:url("assets/images/close.svg");
  border-radius: 50%;
  background: #f2eae7;
  padding: 11px;
  max-width: 54px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ansver-item_ansver {
font-size: 20px;
display: none;
padding: 60px;
padding-top: 0;
padding-bottom: 120px;
}
.ansver-item_form {
padding-top: 30px;
display: flex;
  justify-content: space-between;
  align-items: center;

}

.ansver-item_ansver.open {
display: block;
}
.active-faq {
    background-color: #FFFFFF;
  border-radius: 42px;
padding: 0 30px;
}
.ansver-item_form-input {
  border-radius: 42px;
  width: 50%;
  padding: 14px 22px;
border: 1px solid #010101;
}
.ansver-item_form-input:hover {
border: 1px solid #00B51A;
}
.ansver-item_form-input:focus {
border-color: #00B51A;
}
.ansver-item_form-btn {
font-family: "PT Mono", "Arial", sans-serif;
  background: none;
font-size: 20px;
border: none;
cursor: pointer;
color: #00B51A;
padding: 14px 30px
}
.ansver-item_form-btn:hover {
background: #00B51A;
border: none;
border-radius: 42px;
color: #ffffff;
padding: 14px 30px;
}

.good {
margin-top: -60px;
z-index: 0;
position: relative;
  margin-bottom: -30px;
  width: 102%;
  text-align: center;
  padding: 20px 0px;
  background-color: #00B51A;
  border-radius: 42px;
  color: #FFFFFF;
margin-left: -7px;
}
.error {
color: #FF0000;
text-align: center;
}
@media only screen and (max-width: 821px) {
.faq-block_filter {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
}
.faq-block_filter-item {
  font-size: 25px;
  color: var(--color-text-title);
  padding: 10px 0;
width: 50%;
text-align: center;
}
.good {
  margin-left: -20px;
width: 110%;
  padding: 25px 0px;
margin-top: -70px;
margin-bottom: -60px;
}
}
@media only screen and (max-width: 575px) {
.faq-block_filter {
display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
}
.faq-block_filter-item {
  font-size: 28px;
  color: var(--color-text-title);
  padding: 10px 0;
width: 100%;
}
.ansver-item_title {
font-size: 14px;
  padding: 30px;
} 
.ansver-item_title:hover::after {
  max-width: 40px;
  max-height: 40px;
padding-top: 15px;
}
.ansver-item_title::after {
  max-width: 40px;
  max-height: 40px;
padding-top: 15px;
}
.ansver-item_ansver.open {
  font-size: 12px;
  padding: 30px;
  padding-top: 0;
}
.ansver-item_form {
padding-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.ansver-item_form-title {

padding-bottom: 10px;}
.ansver-item_form-input {

width: 100%;
}
.good {
width: 108%;
padding: 25px 0px;
margin: 0;
margin-top: 0;
}
}

