*,
:after,
:before {
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body,
html {
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  background-color: #fff;
  font-family: Montserrat, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  color: #100803;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
  word-wrap: break-word;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
img {
  height: auto;
  vertical-align: top;
}
iframe,
img {
  max-width: 100%;
}
.page-wrapper {
  position: relative;
}
.section {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 1024px) {
  .section {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.section--yellow {
  background-color: #ffb806;
}
.breadcrumbs,
.container {
  width: 100%;
}
@media (min-width: 1024px) {
  .breadcrumbs,
  .container {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }
}
.breadcrumbs {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 1024px) {
  .breadcrumbs {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 1304px) {
  .breadcrumbs {
    padding-left: 0;
    padding-right: 0;
  }
}
.breadcrumbs .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 24px 0;
  padding: 0;
  font-size: 12px;
  line-height: 24px;
  color: #acacac;
}
@media (min-width: 480px) {
  .breadcrumbs .wrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.breadcrumbs .wrap li + li {
  position: relative;
  margin-left: 56px;
}
.breadcrumbs .wrap li + li:before {
  content: "";
  width: 16px;
  height: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -36px;
  background-color: #ffb806;
  margin: auto;
}
.breadcrumbs .wrap li > span {
  white-space: nowrap;
}
.breadcrumbs a {
  color: #100803;
  border-bottom: 0.125em solid transparent;
  -webkit-box-shadow: 0 0.071em 0 #dedede;
  box-shadow: 0 0.071em 0 #dedede;
  -webkit-transition: -webkit-box-shadow 0.2s ease;
  transition: -webkit-box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
  text-decoration: none;
  white-space: nowrap;
}
.breadcrumbs a:focus,
.breadcrumbs a:hover {
  color: #100803;
  text-decoration: none;
  -webkit-box-shadow: 0 0.071em 0 #ffb806;
  box-shadow: 0 0.071em 0 #ffb806;
}
.h1,
h1 {
  font-family: Bebas Neue, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 40px;
  line-height: 1.15;
  font-weight: 400;
}
@media (min-width: 1024px) {
  .h1,
  h1 {
    font-size: 74px;
  }
}
.h2,
h2 {
  font-family: Bebas Neue, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 36px;
  line-height: 1.4;
  font-weight: 400;
}
@media (min-width: 1024px) {
  .h2,
  h2 {
    font-size: 62px;
  }
}
.h3,
.stem-with-calc__content .stem__description,
h3 {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 500;
}
@media (min-width: 1024px) {
  .h3,
  .stem-with-calc__content .stem__description,
  h3 {
    font-size: 28px;
    line-height: 40px;
  }
}
.h4,
h4 {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .h4,
  h4 {
    font-size: 18px;
  }
}
.btn {
  display: inline-block;
  font-family: Montserrat, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 14px 48px;
  border: 0;
  border-radius: 4px;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.btn,
.btn:active,
.btn:focus,
.btn:hover {
  text-decoration: none;
}
.btn[disabled],
.btn[disabled]:active,
.btn[disabled]:focus,
.btn[disabled]:hover {
  background-color: #acacac;
  color: #fff;
}
.btn--orange {
  background-color: #ffb806;
  color: #100803;
}
.btn--black-white,
.btn--orange:active,
.btn--orange:focus,
.btn--orange:hover {
  background-color: #100803;
  color: #fff;
}
.btn--black-white:active,
.btn--black-white:focus,
.btn--black-white:hover {
  background-color: #fff;
  color: #100803;
}
.btn--black-orange {
  background-color: #100803;
  color: #fff;
}
.btn--black-orange:active,
.btn--black-orange:focus,
.btn--black-orange:hover {
  background-color: #ffb806;
  color: #100803;
}
.select,
select {
  font-family: Montserrat, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  vertical-align: middle;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.select::-ms-expand,
select::-ms-expand {
  display: none;
}
.Calc__select {
  position: relative;
}
.Calc__select:not(.Calc__select--no-gradient):before {
  right: 0;
  width: 40px;
  height: 100%;
  border-radius: 5px;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    color-stop(43%, #fff),
    color-stop(58%, hsla(0, 0%, 100%, 0))
  );
  background: linear-gradient(-90deg, #fff 43%, hsla(0, 0%, 100%, 0) 58%);
}
.Calc__select:after,
.Calc__select:not(.Calc__select--no-gradient):before {
  position: absolute;
  top: 0;
  bottom: 0;
  content: "";
  pointer-events: none;
  margin: auto;
}
.Calc__select:after {
  width: 0;
  height: 0;
  right: 17px;
  border-color: #100803 transparent transparent;
  border-style: solid;
  border-width: 8px 5px 0;
  border-radius: 2px;
}
@media (min-width: 1024px) {
  .Calc__select:after {
    border-width: 9px 6px 0;
  }
}
.Calc__select select {
  white-space: nowrap;
  width: 100%;
  background: none;
  border: 0;
  font-size: 16px;
  font-weight: 500;
  padding: 32px 20px 8px;
  -webkit-box-shadow: 0 0 0 1px #acacac;
  box-shadow: 0 0 0 1px #acacac;
  border-radius: 4px;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.Calc__select select:focus,
.Calc__select select:hover {
  -webkit-box-shadow: 0 0 0 1px #100803;
  box-shadow: 0 0 0 1px #100803;
}
.Calc__select select:active {
  -webkit-box-shadow: 0 0 0 1px #ffb806;
  box-shadow: 0 0 0 1px #ffb806;
}
.Select {
  margin-bottom: 16px;
}
.Select__container {
  position: relative;
}
.Select__container:before {
  right: 0;
  width: 40px;
  height: 100%;
  border-radius: 5px;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    color-stop(43%, #fff),
    color-stop(58%, hsla(0, 0%, 100%, 0))
  );
  background: linear-gradient(-90deg, #fff 43%, hsla(0, 0%, 100%, 0) 58%);
}
.Select__container:after,
.Select__container:before {
  position: absolute;
  top: 0;
  bottom: 0;
  content: "";
  pointer-events: none;
  margin: auto;
}
.Select__container:after {
  width: 0;
  height: 0;
  right: 17px;
  border-color: #100803 transparent transparent;
  border-style: solid;
  border-width: 8px 5px 0;
  border-radius: 2px;
}
@media (min-width: 1024px) {
  .Select__container:after {
    border-width: 9px 6px 0;
  }
}
.Select__label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 8px 20px 4px;
  width: 100%;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #acacac;
  pointer-events: none;
}
.Select select {
  white-space: nowrap;
  width: 100%;
  background: none;
  border: 0;
  font-size: 16px;
  font-weight: 500;
  padding: 32px 20px 8px;
  -webkit-box-shadow: 0 0 0 1px #acacac;
  box-shadow: 0 0 0 1px #acacac;
  border-radius: 4px;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.Select select:focus,
.Select select:hover {
  -webkit-box-shadow: 0 0 0 1px #100803;
  box-shadow: 0 0 0 1px #100803;
}
.Select select:active {
  -webkit-box-shadow: 0 0 0 1px #ffb806;
  box-shadow: 0 0 0 1px #ffb806;
}
.select-lang {
  position: relative;
}
.select-lang:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 17px;
  bottom: 0;
  pointer-events: none;
  border-color: #100803 transparent transparent;
  border-style: solid;
  border-width: 8px 5px 0;
  border-radius: 2px;
  margin: auto;
}
@media (min-width: 1024px) {
  .select-lang:after {
    border-width: 9px 6px 0;
  }
}
.select-lang select {
  white-space: nowrap;
  width: 100%;
  background: none;
  border: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  padding: 14px 20px;
  -webkit-box-shadow: 0 0 0 1px #acacac;
  box-shadow: 0 0 0 1px #acacac;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.select-lang select:focus,
.select-lang select:hover {
  -webkit-box-shadow: 0 0 0 1px #100803;
  box-shadow: 0 0 0 1px #100803;
}
.select-lang select:active {
  -webkit-box-shadow: 0 0 0 1px #ffb806;
  box-shadow: 0 0 0 1px #ffb806;
}
.select-lang select[disabled],
.select-lang select[disabled]:active,
.select-lang select[disabled]:focus,
.select-lang select[disabled]:hover {
  background-color: #f3f3f3;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #100803;
  opacity: 1;
  cursor: default;
}
.input,
input:not([type="submit"]) {
  font-family: Montserrat, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
.Loader {
  background-color: transparent;
  width: 100%;
  min-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  z-index: 99;
}
.Loader--center-mode {
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.Loader--top-mode {
  display: block;
  padding-top: 20px;
}
.Loader__inner,
.Loader span {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.6)
    rgba(0, 0, 0, 0.6);
  border-style: solid;
  border-width: 2px;
  margin: 0 auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: spinner-animation 0.35s linear infinite;
  animation: spinner-animation 0.35s linear infinite;
  position: relative;
}
@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
  .Loader__inner,
  .Loader span {
    margin: 0;
  }
}
@-webkit-keyframes spinner-animation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes spinner-animation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
a {
  color: #100803;
  text-decoration: none;
}
a:focus,
a:hover {
  color: #100803;
  text-decoration: underline;
}
a:active {
  color: #100803;
}
.Disciplines__list a,
.link,
.ourservices__container a,
.seo__text a,
.services-links__list li a {
  border-bottom: 0.125em solid transparent;
  -webkit-box-shadow: 0 0.071em 0 #dedede;
  box-shadow: 0 0.071em 0 #dedede;
  -webkit-transition: -webkit-box-shadow 0.2s ease;
  transition: -webkit-box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
  text-decoration: none;
}
.Disciplines__list a:focus,
.Disciplines__list a:hover,
.link:focus,
.link:hover,
.ourservices__container a:focus,
.ourservices__container a:hover,
.seo__text a:focus,
.seo__text a:hover,
.services-links__list li a:focus,
.services-links__list li a:hover {
  text-decoration: none;
  -webkit-box-shadow: 0 0.071em 0 #ffb806;
  box-shadow: 0 0.071em 0 #ffb806;
}
.list--clean {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list--orange-check li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .list--orange-check li {
    margin-bottom: 14px;
  }
}
.list--orange-check li:before {
  content: "";
  width: 16px;
  height: 11px;
  position: absolute;
  top: 6px;
  left: 0;
  background: url(./images/ico_check.svg) 50% no-repeat;
  background-size: contain;
}
.list--orange-circle li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 12px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .list--orange-circle li {
    margin-bottom: 14px;
  }
}
.list--orange-circle li:before {
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  top: 9px;
  left: 0;
  background-color: #ffb806;
  border-radius: 50%;
}
.list--white-number {
  counter-reset: numbers;
}
.list--white-number li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 36px;
  counter-increment: numbers;
  font-weight: 500;
}
.list--white-number li:before {
  content: "0" counter(numbers) ". ";
  font-family: Bebas Neue, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 46px;
  font-weight: 400;
  line-height: 48px;
  color: #fff;
  margin-right: 16px;
}
@media (min-width: 768px) {
  .list--white-number li:before {
    font-size: 54px;
    font-weight: 500;
    line-height: 48px;
  }
}
.list--white-number li br {
  display: none;
}
@media (min-width: 768px) {
  .list--white-number li br {
    display: inline;
  }
}
.list--orange-number-with-header li:before {
  color: #ffb806;
}
.list--orange-number-with-header li h3,
.list--orange-number-with-header li strong:not(.inline) {
  display: block;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
}
.list--with-headers li {
  margin-bottom: 36px;
}
@media (min-width: 768px) {
  .list--with-headers li {
    margin-bottom: 48px;
  }
}
.list--with-headers strong {
  display: block;
  font-family: Bebas Neue, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 46px;
  font-weight: 400;
  line-height: 48px;
  color: #ffb806;
  letter-spacing: 0.5px;
}
@media (min-width: 768px) {
  .list--with-headers strong {
    font-size: 54px;
    font-weight: 500;
  }
}
.list--with-headers strong span {
  font-size: 20px;
  color: #100803;
  margin-left: 5px;
}
@media (min-width: 768px) {
  .list--with-headers strong span {
    font-size: 24px;
  }
}
.list--with-headers strong span.fz-32 {
  font-size: 30px;
}
@media (min-width: 768px) {
  .list--with-headers strong span.fz-32 {
    font-size: 32px;
  }
}
p {
  margin-bottom: 1em;
}
.hidden-info:after {
  content: attr(data-title);
}
.section-stem {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 1024px) {
  .section-stem {
    padding-top: 105px;
    padding-bottom: 105px;
  }
}
.section-stem.section-stem-bg {
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.no-webp .section-stem.section-stem-bg {
  background-image: url(./images/pages/home/section-hero/img_home-hero-mobile.jpg);
}
.section-stem.section-stem-bg {
  background-image: url(./images/pages/home/section-hero/img_home-hero-mobile.webp);
}
@media (min-width: 480px) {
  .no-webp .section-stem.section-stem-bg {
    background-image: url(./images/pages/home/section-hero/img_home-hero.jpg);
  }
  .section-stem.section-stem-bg {
    background-image: url(./images/pages/home/section-hero/img_home-hero.webp);
  }
}
.section-stem.section-stem-bg.section-stem-page-bg {
  background-position: center 60%;
}
.no-webp .section-stem.section-stem-bg.section-stem-page-bg {
  background-image: url(./images/pages/seo/section-hero/img_stem-hero-mobile.jpg);
}
.section-stem.section-stem-bg.section-stem-page-bg {
  background-image: url(./images/pages/seo/section-hero/img_stem-hero-mobile.webp);
}
@media (min-width: 480px) {
  .no-webp .section-stem.section-stem-bg.section-stem-page-bg {
    background-image: url(./images/pages/seo/section-hero/img_stem-hero.jpg);
  }
  .section-stem.section-stem-bg.section-stem-page-bg {
    background-image: url(./images/pages/seo/section-hero/img_stem-hero.webp);
  }
}
.section-stem.section-stem-bg.section-stem-page-bg .stem__title {
  color: #fff;
}
.stem__title {
  line-height: 110%;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .stem__title {
    margin-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .stem__title {
    text-align: center;
  }
}
.stem__title br {
  display: none;
}
@media (min-width: 768px) {
  .stem__title br {
    display: inline;
  }
}
@media (min-width: 768px) {
  .stem__card-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}
.stem__card-item {
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0 7px 20px rgba(16, 8, 3, 0.08);
  box-shadow: 0 7px 20px rgba(16, 8, 3, 0.08);
  border-radius: 3px;
  padding-top: 24px;
  min-height: 200px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .stem__card-item {
    width: 49%;
    padding-top: 45px;
    -webkit-box-shadow: 0 15px 40px rgba(16, 8, 3, 0.08);
    box-shadow: 0 15px 40px rgba(16, 8, 3, 0.08);
    border-radius: 4px;
  }
}
@media (min-width: 1024px) {
  .stem__card-item {
    min-height: 360px;
  }
}
.stem__card-item + .stem__card-item {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .stem__card-item + .stem__card-item {
    margin-top: 0;
  }
}
.stem-with-calc__content .stem__card-item .stem__description,
.stem__card-item .h3,
.stem__card-item .stem-with-calc__content .stem__description {
  position: relative;
  border-top: 1px solid #dedede;
  padding: 16px 40px;
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  z-index: 1;
}
@media (min-width: 768px) {
  .stem-with-calc__content .stem__card-item .stem__description,
  .stem__card-item .h3,
  .stem__card-item .stem-with-calc__content .stem__description {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    padding: 40px 5px 40px 70px;
  }
}
@media (min-width: 1024px) {
  .stem-with-calc__content .stem__card-item .stem__description,
  .stem__card-item .h3,
  .stem__card-item .stem-with-calc__content .stem__description {
    font-size: 26px;
    line-height: 42px;
  }
}
@media (min-width: 1200px) {
  .stem-with-calc__content .stem__card-item .stem__description,
  .stem__card-item .h3,
  .stem__card-item .stem-with-calc__content .stem__description {
    font-size: 30px;
    padding-left: 105px;
  }
}
.stem__card-item.stem__card-item-without-header {
  padding-top: 0;
  min-height: 180px;
}
@media (min-width: 1024px) {
  .stem__card-item.stem__card-item-without-header {
    min-height: 320px;
  }
}
.stem__card-item.stem__card-item-without-header:before {
  display: none;
}
.stem-with-calc__content
  .stem__card-item.stem__card-item-without-header
  .stem__description,
.stem__card-item.stem__card-item-without-header .h3,
.stem__card-item.stem__card-item-without-header
  .stem-with-calc__content
  .stem__description {
  border-top: 0;
  padding-top: 24px;
}
@media (min-width: 768px) {
  .stem-with-calc__content
    .stem__card-item.stem__card-item-without-header
    .stem__description,
  .stem__card-item.stem__card-item-without-header .h3,
  .stem__card-item.stem__card-item-without-header
    .stem-with-calc__content
    .stem__description {
    padding-top: 55px;
  }
}
@media (min-width: 768px) {
  .stem-with-calc__content
    .stem__card-item.stem__card-item-without-header
    .stem__description
    br,
  .stem__card-item.stem__card-item-without-header .h3 br,
  .stem__card-item.stem__card-item-without-header
    .stem-with-calc__content
    .stem__description
    br {
    display: none;
  }
}
@media (min-width: 1200px) {
  .stem-with-calc__content
    .stem__card-item.stem__card-item-without-header
    .stem__description
    br,
  .stem__card-item.stem__card-item-without-header .h3 br,
  .stem__card-item.stem__card-item-without-header
    .stem-with-calc__content
    .stem__description
    br {
    display: inline;
  }
}
.stem__card-inquiry:before {
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  top: 9px;
  right: 15px;
  border-radius: 50%;
  background-color: #100803;
  -webkit-box-shadow: -8px 0 0 #100803, -16px 0 0 #100803;
  box-shadow: -8px 0 0 #100803, -16px 0 0 #100803;
}
@media (min-width: 768px) {
  .stem__card-inquiry:before {
    width: 8px;
    height: 8px;
    top: 18px;
    right: 30px;
    -webkit-box-shadow: -16px 0 0 #100803, -32px 0 0 #100803;
    box-shadow: -16px 0 0 #100803, -32px 0 0 #100803;
  }
}
.stem__card-inquiry:after {
  content: "";
  width: 102px;
  height: 114px;
  position: absolute;
  right: 25px;
  bottom: -20px;
  z-index: 0;
  background: url(./images/sections/section-hero/ico_brackets-1.svg) 50%
    no-repeat;
  background-size: contain;
}
@media (min-width: 768px) {
  .stem__card-inquiry:after {
    width: 195px;
    height: 218px;
    right: 50px;
    bottom: -38px;
  }
}
.stem-with-calc__content .stem__card-inquiry .stem__description:after,
.stem__card-inquiry .h3:after,
.stem__card-inquiry .stem-with-calc__content .stem__description:after {
  content: "";
  width: 62px;
  height: 98px;
  position: absolute;
  top: -7px;
  left: -20px;
  z-index: 0;
  background: url(./images/sections/section-hero/ico_brackets-2.svg) 50%
    no-repeat;
  background-size: contain;
}
@media (min-width: 768px) {
  .stem-with-calc__content .stem__card-inquiry .stem__description:after,
  .stem__card-inquiry .h3:after,
  .stem__card-inquiry .stem-with-calc__content .stem__description:after {
    width: 118px;
    height: 187px;
    top: -10px;
    left: -40px;
  }
}
.stem__card-order:before {
  content: "";
  width: 8px;
  height: 11px;
  position: absolute;
  top: 0;
  right: 15px;
  background: url(./images/sections/section-hero/ico_bookmark.svg) 50% no-repeat;
  background-size: contain;
}
@media (min-width: 768px) {
  .stem__card-order:before {
    width: 15px;
    height: 21px;
    right: 30px;
  }
}
.stem__card-order:after {
  content: "";
  width: 56px;
  height: 52px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  background: url(./images/sections/section-hero/ico_circle-right-bottom-thin-gray.svg)
    50% no-repeat;
  background-size: contain;
}
@media (min-width: 768px) {
  .stem__card-order:after {
    width: 106px;
    height: 100px;
  }
}
.stem-with-calc__content .stem__card-order .stem__description:after,
.stem__card-order .h3:after,
.stem__card-order .stem-with-calc__content .stem__description:after {
  content: "";
  width: 36px;
  height: 23px;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: -1;
  background: url(./images/sections/section-hero/ico_quotes.svg) 50% no-repeat;
  background-size: contain;
}
@media (min-width: 768px) {
  .stem-with-calc__content .stem__card-order .stem__description:after,
  .stem__card-order .h3:after,
  .stem__card-order .stem-with-calc__content .stem__description:after {
    width: 68px;
    height: 44px;
    top: 20px;
    left: 20px;
  }
}
.stem__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
  padding: 0 16px 24px 40px;
  z-index: 1;
}
@media (min-width: 768px) {
  .stem__link {
    padding: 0 5px 48px 70px;
  }
}
@media (min-width: 1200px) {
  .stem__link {
    padding-left: 105px;
  }
}
.stem__link .btn {
  padding: 14px 28px;
  white-space: nowrap;
}
@media (min-width: 1024px) {
  .stem__link .btn {
    padding: 14px 48px;
  }
}
.stem__link__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-left: 16px;
  font-size: 14px;
  line-height: 16px;
  color: #100803;
}
@media (min-width: 1024px) {
  .stem__link__price {
    font-size: 16px;
    margin-left: 1.25vw;
    padding-bottom: 4px;
  }
}
@media (min-width: 1200px) {
  .stem__link__price {
    margin-left: 32px;
  }
}
.stem__link__price span {
  font-family: Bebas Neue, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  color: #ffb806;
  margin-left: 8px;
  line-height: 16px;
}
@media (min-width: 1024px) {
  .stem__link__price span {
    font-size: 24px;
  }
}
.stem__link__price strong {
  font-size: 40px;
  color: #100803;
}
@media (min-width: 1024px) {
  .stem__link__price strong {
    font-size: 54px;
  }
}
.section-stem-with-calc {
  overflow: hidden;
}
@media (min-width: 768px) {
  .section-stem-with-calc {
    background: url(./images/ico_graph.svg) -250px -20px no-repeat;
    background-size: 793px 536px;
  }
}
@media (min-width: 1200px) {
  .section-stem-with-calc {
    background-position: -20% -10px;
  }
}
@media (min-width: 1980px) {
  .section-stem-with-calc {
    background-position: 0 -10px;
  }
}
@media (min-width: 1024px) {
  .stem-with-calc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.stem-with-calc__content {
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .stem-with-calc__content {
    max-width: 674px;
    padding-right: 24px;
    margin-bottom: 0;
  }
}
.stem-with-calc__content .stem__title {
  text-align: left;
  margin-bottom: 20px;
}
.stem-with-calc__calc {
  margin: 0 auto;
  max-width: 400px;
}
@media (min-width: 768px) {
  .stem-with-calc__calc {
    width: 400px;
    max-width: none;
    min-width: 400px;
  }
}
@media (min-width: 1024px) {
  .stem-with-calc__calc {
    margin: 0;
  }
}
.stem-with-calc__calc .CalculatorStemShort {
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0 15px 40px rgba(16, 8, 3, 0.08);
  box-shadow: 0 15px 40px rgba(16, 8, 3, 0.08);
  border-radius: 4px;
  min-height: 490px;
}
.stem-with-calc__calc .CalculatorStemShort:before {
  content: "";
  width: 97px;
  height: 185px;
  display: none;
}
@media (min-width: 1024px) {
  .stem-with-calc__calc .CalculatorStemShort:before {
    position: absolute;
    right: -64px;
    bottom: -34px;
    display: block;
    background: url(./images/ico_dottes-3.svg) top no-repeat;
    background-size: 97px 185px;
    z-index: -1;
  }
}
.section-features {
  position: relative;
  padding-top: 120px;
  padding-bottom: 24px;
  margin-top: -60px;
  z-index: 0;
}
@media (min-width: 1024px) {
  .section-features {
    padding-top: 120px;
    padding-bottom: 84px;
    margin-top: 0;
  }
}
.section-features:before {
  content: "";
  width: 91px;
  height: 78px;
  display: none;
}
@media (min-width: 1024px) {
  .section-features:before {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    background: 50% no-repeat;
    background-size: 91px 78px;
    z-index: 0;
  }
}
.section-features:after {
  content: "";
  width: 137px;
  height: 79px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: 50% no-repeat;
  background-size: 137px 79px;
  z-index: 0;
}
@media (min-width: 1024px) {
  .section-features:after {
    width: 182px;
    height: 105px;
    right: 155px;
    background-size: 182px 105px;
  }
}
@media (min-width: 1024px) {
  .section-features.load-bg:before {
    background-image: url(./images/sections/section-feature-orange/ico_circle-right-top-orange-small.svg);
  }
}
.section-features.load-bg:after {
  background-image: url(./images/sections/section-feature-orange/ico_circle-right-bottom-orange-small.svg);
}
@media (min-width: 1024px) {
  .section-features .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.section-features .container:before {
  content: "";
  width: 356px;
  height: 386px;
  display: none;
}
@media (min-width: 1024px) {
  .section-features .container:before {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    background: 50% no-repeat;
    background-size: 356px 386px;
    z-index: 0;
  }
}
@media (min-width: 1024px) {
  .section-features .container.load-bg:before {
    background-image: url(./images/sections/section-feature-orange/ico_circle-left-bottom-orange-big.svg);
  }
}
.section-features.section-features--orange {
  background-color: #ffb806;
}
.section-features.section-features--orange.section-features--stem-orange
  .container:after {
  content: "";
  height: 1px;
  position: absolute;
  top: 75px;
  right: 12px;
  left: 12px;
  background-color: #fff;
}
@media (min-width: 1024px) {
  .section-features.section-features--orange.section-features--stem-orange
    .container:after {
    left: 24px;
    right: 24px;
  }
}
@media (min-width: 1330px) {
  .section-features.section-features--orange.section-features--stem-orange
    .container:after {
    left: calc(50% - 640px);
    right: calc(50% - 640px);
  }
}
.section-features.section-features--orange.section-features--stem-orange
  .features__header:before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: -73px;
  left: 0;
  border-radius: 50%;
  background-color: #100803;
  -webkit-box-shadow: 16px 0 0 #100803, 32px 0 0 #100803;
  box-shadow: 16px 0 0 #100803, 32px 0 0 #100803;
}
.section-features.section-features--gray {
  background-color: #f3f3f3;
  padding-top: 24px;
  margin-top: 0;
}
@media (min-width: 1024px) {
  .section-features.section-features--gray {
    padding-top: 120px;
  }
}
.section-features.section-features--gray .container:before,
.section-features.section-features--gray:after,
.section-features.section-features--gray:before {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.section-features.section-features--gray:after {
  display: none;
}
@media (min-width: 1024px) {
  .section-features.section-features--gray:after {
    display: block;
  }
}
.section-features.section-features--seo .container:before,
.section-features.section-features--seo:after,
.section-features.section-features--seo:before {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.section-features.section-features--seo:after,
.section-features.section-features--seo:before {
  left: 0;
  right: auto;
}
@media (min-width: 1200px) {
  .section-features.section-features--seo:after {
    left: 155px;
  }
}
.section-features.section-features--seo .container:before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: auto;
  display: block;
  width: 233px;
  height: 252px;
  background-size: 233px 252px;
  z-index: 0;
}
@media (min-width: 1024px) {
  .section-features.section-features--seo .container:before {
    width: 356px;
    height: 386px;
    background-size: 356px 386px;
  }
}
.section-features.section-features--seo .container.load-bg:before {
  background-image: url(./images/sections/section-feature-orange/ico_circle-left-bottom-orange-big.svg);
}
@media (min-width: 1024px) {
  .section-features.section-features--seo .features__header {
    width: 545.33333px;
  }
}
.section-features.section-features--seo .features__list {
  position: relative;
  z-index: 1;
}
@media (min-width: 480px) {
  .section-features.section-features--seo .features__list {
    max-width: 600px;
  }
}
@media (min-width: 1024px) {
  .section-features.section-features--seo .features__list {
    width: 438.66667px;
  }
}
.section-features.section-features--seo .features__list li {
  max-width: none;
}
@media (min-width: 480px) {
  .section-features.section-features--seo .features__list li {
    max-width: calc(33.33% - 24px);
  }
}
@media (min-width: 1024px) {
  .section-features.section-features--seo .features__list li {
    max-width: calc(50% - 16px);
  }
}
.section-features.section-features--seo.section-features--stem
  .container:before,
.section-features.section-features--seo.section-features--stem:before {
  background-size: contain;
  -webkit-filter: none;
  filter: none;
  -webkit-transform: none;
  transform: none;
}
.section-features.section-features--seo.section-features--stem:after {
  display: none;
}
.section-features.section-features--seo.section-features--stem:before {
  width: 164px;
  height: 294px;
  bottom: 0;
  margin: auto;
}
.section-features.section-features--seo.section-features--stem
  .container:before {
  width: 242px;
  height: 270px;
}
@media (min-width: 1024px) {
  .section-features.section-features--seo.section-features--stem
    .container:before {
    width: 365px;
    height: 408px;
  }
}
@media (min-width: 1024px) {
  .section-features.section-features--seo.section-features--stem.load-bg:before {
    background-image: url(./images/pages/seo/ico_brackets-big-1.svg);
  }
}
.section-features.section-features--seo.section-features--stem.load-bg
  .container:before {
  background-image: url(./images/pages/seo/ico_brackets-big-2.svg);
}
.section-features .breadcrumbs {
  position: relative;
  z-index: 1;
  padding: 0;
  margin-top: -36px;
  margin-bottom: 36px;
}
@media (min-width: 1024px) {
  .section-features .breadcrumbs {
    margin-top: -108px;
    margin-bottom: 56px;
  }
}
.features__header {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .features__header {
    width: 438.66667px;
    margin-bottom: 0;
  }
}
.features__title {
  line-height: 120%;
}
.features__title br {
  display: none;
}
@media (min-width: 1024px) {
  .features__title br {
    display: inline;
  }
}
.section-features--orange .features__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  max-width: 260px;
  margin: auto;
}
@media (min-width: 768px) {
  .section-features--orange .features__list {
    max-width: 600px;
  }
}
@media (min-width: 1024px) {
  .section-features--orange .features__list {
    width: 758.66667px;
    max-width: none;
  }
}
.section-features--orange .features__list li {
  font-size: 16px;
}
@media (min-width: 768px) {
  .section-features--orange .features__list li {
    max-width: 280px;
  }
}
@media (min-width: 1200px) {
  .section-features--orange .features__list li {
    max-width: 320px;
  }
}
@media (min-width: 768px) {
  .section-features--orange .features__list li:nth-of-type(2) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .section-features--orange .features__list li:nth-of-type(3) {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .section-features--orange .features__list li:nth-of-type(4) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .section-features--orange .features__list li:nth-of-type(5) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
}
@media (min-width: 1024px) {
  .section-features--gray .breadcrumbs,
  .section-features--gray .container {
    max-width: 1054.66667px;
  }
}
.section-features--gray .features__subtitle {
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
  margin: 1em 0 0;
}
@media (min-width: 768px) {
  .section-features--gray .features__subtitle {
    max-width: 385.33333px;
  }
}
.section-features--gray .features__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
@media (min-width: 480px) {
  .section-features--gray .features__list {
    max-width: 320px;
    margin: auto;
  }
}
@media (min-width: 768px) {
  .section-features--gray .features__list {
    max-width: 600px;
  }
}
@media (min-width: 1024px) {
  .section-features--gray .features__list {
    width: 652px;
    max-width: none;
    margin: 0;
  }
}
.section-features--gray .features__list li {
  max-width: calc(50% - 16px);
}
@media (min-width: 768px) {
  .section-features--gray .features__list li {
    max-width: calc(33.333% - 24px);
  }
}
.section-testimonials {
  position: relative;
  padding-top: 250px;
  padding-bottom: 60px;
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 360px 205px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .section-testimonials {
    padding-top: 60px;
    background-size: 65% auto;
  }
}
@media (min-width: 1024px) {
  .section-testimonials {
    padding-top: 120px;
    padding-bottom: 120px;
    background-size: 760px 434px;
  }
}
.section-testimonials:before {
  content: "";
  width: 258px;
  height: 280px;
  display: none;
}
@media (min-width: 1024px) {
  .section-testimonials:before {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    background: 50% no-repeat;
    background-size: 258px 280px;
    -webkit-filter: brightness(0);
    filter: brightness(0);
    opacity: 0.06;
    z-index: 0;
  }
}
.section-testimonials:after {
  content: "";
  width: 185px;
  height: 97px;
  display: none;
}
@media (min-width: 1024px) {
  .section-testimonials:after {
    position: absolute;
    top: 250px;
    right: 0;
    display: block;
    background: 50% no-repeat;
    background-size: 185px 97px;
    z-index: 0;
  }
}
.no-webp .section-testimonials.load-bg {
  background-image: url(./images/pages/home/img_home-laptop-mobile.png);
}
.section-testimonials.load-bg {
  background-image: url(./images/pages/home/img_home-laptop-mobile.webp);
}
@media (min-width: 480px) {
  .no-webp .section-testimonials.load-bg {
    background-image: url(./images/pages/home/img_home-laptop.png);
  }
  .section-testimonials.load-bg {
    background-image: url(./images/pages/home/img_home-laptop.webp);
  }
}
@media (min-width: 1024px) {
  .section-testimonials.load-bg:before {
    background-image: url(./images/sections/section-feature-orange/ico_circle-left-bottom-orange-big.svg);
  }
}
@media (min-width: 1024px) {
  .section-testimonials.load-bg:after {
    background-image: url(./images/ico_dottes.svg);
  }
}
@media (min-width: 1024px) {
  .testimonials__title {
    line-height: 115%;
    max-width: 332px;
  }
}
.testimonials__subtitle {
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
}
@media (min-width: 768px) {
  .testimonials__subtitle {
    max-width: 438.66667px;
    margin-bottom: 44px;
  }
}
.section-calc {
  position: relative;
  padding-top: 60px;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .section-calc {
    z-index: 1;
  }
}
@media (min-width: 1024px) {
  .section-calc {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.section-calc:before {
  content: "";
  width: 102px;
  height: 137px;
  position: absolute;
  top: -80px;
  right: 0;
  background: 0 no-repeat;
  background-size: 102px 137px;
  z-index: 0;
}
@media (min-width: 1024px) {
  .section-calc:before {
    width: 307px;
    height: 446px;
    background-size: 337px 446px;
  }
}
.section-calc:after {
  content: "";
  width: 185px;
  height: 97px;
  display: none;
}
@media (min-width: 1024px) {
  .section-calc:after {
    position: absolute;
    top: -65px;
    left: 30px;
    display: block;
    background: 50% no-repeat;
    background-size: 185px 97px;
    z-index: 0;
  }
}
.section-calc.load-bg:before {
  background-image: url(./images/sections/section-calc/ico_circle-right-top-big-gray.svg);
}
@media (min-width: 1024px) {
  .section-calc.load-bg:after {
    background-image: url(./images/ico_dottes.svg);
  }
}
.section-calc-stem {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 1024px) {
  .section-calc-stem {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.section-calc-stem .CalculatorStem {
  min-height: 490px;
  margin-top: 30px;
}
@media (min-width: 1024px) {
  .section-calc-stem .CalculatorStem {
    margin-top: 50px;
  }
}
.calc {
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0 15px 40px rgba(16, 8, 3, 0.08);
  box-shadow: 0 15px 40px rgba(16, 8, 3, 0.08);
  border-radius: 4px;
  padding: 60px 12px;
}
@media (min-width: 768px) {
  .calc {
    padding: 60px 24px;
    z-index: 1;
  }
}
@media (min-width: 1200px) {
  .calc {
    padding: 60px 118.66667px;
  }
}
.calc__title {
  line-height: 115%;
  margin-bottom: 20px;
}
.calc__subtitle {
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  margin: -20px 0 24px;
}
.calc__ban-bottom {
  position: relative;
  background-color: #f8f8f8;
  -webkit-box-shadow: 0 15px 40px rgba(16, 8, 3, 0.08);
  box-shadow: 0 15px 40px rgba(16, 8, 3, 0.08);
  padding: 60px 24px;
  border-radius: 0 0 4px 4px;
  z-index: 1;
  overflow: hidden;
}
@media (min-width: 768px) {
  .calc__ban-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 60px 65.33333px;
  }
}
@media (min-width: 1200px) {
  .calc__ban-bottom {
    padding: 60px 225.33333px;
  }
}
.calc__ban-bottom:before {
  content: "";
  width: 150px;
  height: 238px;
  display: none;
}
@media (min-width: 768px) {
  .calc__ban-bottom:before {
    position: absolute;
    bottom: 0;
    left: 30px;
    display: block;
    z-index: 0;
    background: 50% no-repeat;
    background-size: contain;
  }
}
.calc__ban-bottom:after {
  content: "";
  width: 146px;
  height: 153px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  background: 50% no-repeat;
  background-size: contain;
}
@media (min-width: 768px) {
  .calc__ban-bottom:after {
    width: 222px;
    height: 233px;
    right: 16px;
  }
}
@media (min-width: 768px) {
  .calc__ban-bottom.load-bg:before {
    background-image: url(./images/sections/section-calc/ico_brackets-white-1.svg);
  }
}
.calc__ban-bottom.load-bg:after {
  background-image: url(./images/sections/section-calc/ico_brackets-white-2.svg);
}
.calc__ban-bottom__button,
.calc__ban-bottom__title {
  position: relative;
  z-index: 1;
}
.calc__ban-bottom__title {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .calc__ban-bottom__title {
    margin-bottom: 0;
  }
}
.calc__ban-bottom__title:before {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  top: -12px;
  left: 0;
  border-radius: 50%;
  background-color: #ffb806;
  -webkit-box-shadow: 9px 0 0 #ffb806, 18px 0 0 #ffb806;
  box-shadow: 9px 0 0 #ffb806, 18px 0 0 #ffb806;
}
@media (min-width: 768px) {
  .calc__ban-bottom__title:before {
    top: -16px;
  }
}
.calc__ban-bottom__button .btn {
  white-space: nowrap;
}
.section-cta {
  padding: 0;
}
@media (min-width: 1024px) {
  .section-cta {
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 120px;
  }
}
.section-cta .container {
  position: relative;
  background-position: 85%;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 44px 12px;
}
@media (min-width: 480px) {
  .section-cta .container {
    padding: 44px 24px;
  }
}
@media (min-width: 768px) {
  .section-cta .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: 50%;
    padding: 44px 48px;
  }
}
@media (min-width: 1200px) {
  .section-cta .container {
    padding: 76px 118.66667px;
  }
}
.section-cta .container:after {
  content: "";
  width: 155px;
  height: 67px;
  display: none;
}
@media (min-width: 1024px) {
  .section-cta .container:after {
    position: absolute;
    bottom: -24px;
    left: -20px;
    display: block;
    background: top no-repeat;
    background-size: 148px 90px;
    z-index: 0;
  }
}
.no-webp .section-cta .container.load-bg {
  background-image: url(./images/sections/section-cta/img_cta-cat-mobile.jpg);
}
.section-cta .container.load-bg {
  background-image: url(./images/sections/section-cta/img_cta-cat-mobile.webp);
}
@media (min-width: 480px) {
  .no-webp .section-cta .container.load-bg {
    background-image: url(./images/sections/section-cta/img_cta-cat.jpg);
  }
  .section-cta .container.load-bg {
    background-image: url(./images/sections/section-cta/img_cta-cat.webp);
  }
}
@media (min-width: 1024px) {
  .section-cta .container.load-bg:after {
    background-image: url(./images/ico_dottes.svg);
  }
}
.cta__title {
  margin-bottom: 8px;
  line-height: 110%;
}
@media (min-width: 768px) {
  .cta__title {
    max-width: 225.33333px;
    line-height: 115%;
  }
}
@media (min-width: 1024px) {
  .cta__title {
    max-width: 332px;
  }
}
.cta__subtitle {
  font-size: 14px;
  font-weight: 600;
  line-height: 155%;
  margin-bottom: 24px;
  max-width: 260px;
}
@media (min-width: 768px) {
  .cta__subtitle {
    max-width: none;
  }
}
@media (min-width: 1024px) {
  .cta__subtitle {
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
  }
}
@media (min-width: 768px) {
  .cta__text {
    max-width: 332px;
  }
}
@media (min-width: 1200px) {
  .cta__text {
    margin-left: 65.33333px;
  }
}
.section-services-links {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f3f3f3;
}
@media (min-width: 1024px) {
  .section-services-links {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.services-links__header {
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  .services-links__header {
    margin-bottom: 24px;
  }
}
@media (min-width: 480px) {
  .services-links__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.services-links__list li {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 12px;
}
@media (min-width: 480px) {
  .services-links__list li {
    width: 50%;
    padding-right: 12px;
  }
}
@media (min-width: 768px) {
  .services-links__list li {
    width: 33.33%;
  }
}
@media (min-width: 1200px) {
  .services-links__list li {
    width: 25%;
  }
}
.services-links__list li:last-of-type {
  margin-right: auto;
}
.section-seo {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 1024px) {
  .section-seo {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.section-seo:before {
  content: "";
  width: 82px;
  height: 130px;
  display: none;
}
@media (min-width: 1024px) {
  .section-seo:before {
    position: absolute;
    top: 175px;
    bottom: 0;
    left: 0;
    display: block;
    background: 50% no-repeat;
    background-size: 82px 130px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    -webkit-filter: brightness(0.94);
    filter: brightness(0.94);
    margin: auto;
    z-index: 0;
  }
}
@media (min-width: 1024px) {
  .section-seo.load-bg:before {
    background-image: url(./images/sections/section-samples/ico_circle-right-middle-white.svg);
  }
}
.section-seo .container {
  position: relative;
  z-index: 1;
}
.section-seo-clean:before {
  display: none;
}
@media (min-width: 1024px) {
  .section-seo-clean .seo__title {
    max-width: 545.33333px;
  }
}
.section-seo-2 {
  background-color: #f3f3f3;
  padding-bottom: 120px;
}
.section-seo-2:before {
  width: 88px;
  height: 110px;
}
@media (min-width: 1024px) {
  .section-seo-2:before {
    display: block;
    background-size: 88px 140px;
    background-position: top;
    top: auto;
    -webkit-filter: none;
    filter: none;
  }
}
.section-seo-2:after {
  content: "";
  width: 294px;
  height: 212px;
  display: none;
}
@media (min-width: 1024px) {
  .section-seo-2:after {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    background: 0 100% no-repeat;
    background-size: 400px 300px;
    z-index: 0;
  }
}
@media (min-width: 1024px) {
  .section-seo-2.load-bg:after {
    background-image: url(./images/sections/section-samples/ico_circle-left-middle-white-small.svg);
  }
}
.section-seo-3 {
  padding-top: 0;
  z-index: 1;
}
@media (min-width: 1024px) {
  .section-seo-3 {
    padding-top: 120px;
  }
}
.section-seo-3:before {
  display: none;
}
.section-seo-3 .container {
  position: static;
}
@media (min-width: 1024px) {
  .section-seo-3 .container {
    padding-right: 55%;
  }
}
@media (min-width: 1200px) {
  .section-seo-3 .container {
    padding-right: 652px;
  }
}
.section-seo-3 .seo__img {
  margin-top: -80px;
  margin-bottom: 36px;
  text-align: center;
}
@media (min-width: 1024px) {
  .section-seo-3 .seo__img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: -84px;
    left: 50%;
    margin: 0;
    overflow: hidden;
  }
}
.section-seo-3 .seo__img img {
  max-width: 480px;
  width: 100%;
}
@media (min-width: 1024px) {
  .section-seo-3 .seo__img img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: 100%;
    max-width: none;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@media (min-width: 1640px) {
  .section-seo-3 .seo__img img {
    width: 100%;
    height: auto;
  }
}
.section-seo-4 .seo__title {
  line-height: 150%;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .section-seo-4 .seo__title {
    margin-bottom: 60px;
  }
}
@media (min-width: 1024px) {
  .section-seo-4 .seo__title {
    line-height: 140%;
  }
}
.section-seo-4 .seo__list {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .section-seo-4 .seo__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 50px;
  }
}
.section-seo-4 .seo__list li {
  font-size: 16px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .section-seo-4 .seo__list li {
    width: 33.33%;
    padding-right: 24px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .section-seo-4 .seo__list li {
    width: 438.66667px;
  }
}
@media (min-width: 1024px) {
  .section-seo-4 .seo__text {
    max-width: 652px;
  }
}
.section-seo-4 .seo__text p {
  font-size: 14px;
  line-height: 170%;
  margin: 0;
}
.section-seo-5:before {
  display: none;
}
@media (min-width: 1024px) {
  .section-seo-5:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    display: block;
    width: 209px;
    height: 227px;
    background: 0 100% no-repeat;
    background-size: 314px 370px;
    -webkit-transform: none;
    transform: none;
    -webkit-filter: none;
    filter: none;
    margin: 0;
    z-index: 0;
  }
}
.section-seo-5.load-bg:before {
  background-image: url(./images/sections/section-calc/ico_circle-right-top-big-gray.svg);
}
@media (min-width: 1024px) {
  .section-seo-5 .seo__title {
    max-width: 545.33333px;
  }
}
.seo__title {
  margin-bottom: 24px;
  line-height: 110%;
}
@media (min-width: 1024px) {
  .seo__title {
    line-height: 115%;
    margin-bottom: 40px;
    max-width: 865.33333px;
  }
}
.seo__text p {
  font-size: 14px;
  line-height: 170%;
  margin: 0 0 24px;
}
.seo__text p:last-child {
  margin: 0;
}
.seo__text a {
  font-weight: 500;
}
@media (min-width: 768px) {
  .seo__columns.seo__columns-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    grid-column-gap: 24px;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
  }
}
.seo__columns p {
  font-size: 14px;
  line-height: 170%;
  margin: 0 0 24px;
}
.seo__columns p:last-child {
  margin: 0;
}
.section-benefits {
  position: relative;
  padding-top: 60px;
  padding-bottom: 230px;
  background-color: #f3f3f3;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 360px 282px;
}
@media (min-width: 480px) {
  .section-benefits {
    background-size: 100%;
  }
}
@media (min-width: 1024px) {
  .section-benefits {
    padding-top: 120px;
    padding-bottom: 120px;
    background-size: 1226px 807px;
  }
}
.section-benefits:before {
  content: "";
  width: 88px;
  height: 140px;
  display: none;
}
@media (min-width: 1024px) {
  .section-benefits:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    background: 50% no-repeat;
    background-size: 88px 140px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    margin: auto;
    z-index: 0;
  }
}
.section-benefits:after {
  content: "";
  width: 400px;
  height: 300px;
  display: none;
}
@media (min-width: 1024px) {
  .section-benefits:after {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    background: 50% no-repeat;
    background-size: 400px 300px;
    z-index: 0;
  }
}
.no-webp .section-benefits.load-bg {
  background-image: url(./images/pages/home/section-guarantees/img_home-laptop-and-hands-mobile.png);
}
.section-benefits.load-bg {
  background-image: url(./images/pages/home/section-guarantees/img_home-laptop-and-hands-mobile.webp);
}
@media (min-width: 480px) {
  .no-webp .section-benefits.load-bg {
    background-image: url(./images/pages/home/section-guarantees/img_home-laptop-and-hands.png);
  }
  .section-benefits.load-bg {
    background-image: url(./images/pages/home/section-guarantees/img_home-laptop-and-hands.webp);
  }
}
@media (min-width: 1024px) {
  .section-benefits.load-bg:before {
    background-image: url(./images/sections/section-samples/ico_circle-right-middle-white.svg);
  }
}
@media (min-width: 1024px) {
  .section-benefits.load-bg:after {
    background-image: url(./images/sections/section-samples/ico_circle-left-middle-white-small.svg);
  }
}
.benefits__title {
  margin-bottom: 24px;
  line-height: 110%;
}
@media (min-width: 1024px) {
  .benefits__title {
    line-height: 115%;
    margin-bottom: 40px;
    max-width: 545.33333px;
  }
}
.benefits__subtitle {
  margin-bottom: 36px;
  font-size: 16px;
  font-weight: 500;
  line-height: 155%;
}
@media (min-width: 768px) {
  .benefits__subtitle {
    line-height: 150%;
    margin-bottom: 60px;
    max-width: 545.33333px;
  }
}
.benefits__subtitle-last {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .benefits__subtitle-last {
    max-width: 50%;
  }
}
@media (min-width: 1024px) {
  .benefits__subtitle-last {
    max-width: 545.33333px;
  }
}
.benefits__list {
  position: relative;
  max-width: 1042.66667px;
  margin: auto;
}
@media (min-width: 768px) {
  .benefits__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.benefits__list-item {
  margin-bottom: 36px;
}
@media (min-width: 768px) {
  .benefits__list-item {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .benefits__list-item {
    width: 50%;
    padding-right: 118.66667px;
    margin-bottom: 60px;
  }
}
.benefits__list-item-growth .h4.load-bg:before {
  background-image: url(./images/pages/home/section-guarantees/ico_growth.svg);
}
.benefits__list-item-diversity .h4.load-bg:before {
  background-image: url(./images/pages/home/section-guarantees/ico_diversity.svg);
}
.benefits__list-item-excellence .h4.load-bg:before {
  background-image: url(./images/pages/home/section-guarantees/ico_excellence.svg);
}
.benefits__list-item-authenticity .h4.load-bg:before {
  background-image: url(./images/pages/home/section-guarantees/ico_authenticity.svg);
}
.benefits__list-item-reliability .h4.load-bg:before {
  background-image: url(./images/pages/home/section-guarantees/ico_reliability.svg);
}
.benefits__list-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.benefits__list-title:before {
  content: "";
  width: 70px;
  height: 70px;
  background-color: #ffbe21;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 34px 34px;
  -webkit-box-shadow: 0 15px 40px rgba(16, 8, 3, 0.08);
  box-shadow: 0 15px 40px rgba(16, 8, 3, 0.08);
  border-radius: 50%;
  margin-right: 24px;
  min-width: 70px;
}
.benefits__list-text {
  font-size: 14px;
  line-height: 170%;
}
.section-disciplines {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f3f3f3;
  -webkit-box-shadow: inset 0 205px 0 #ffb806;
  box-shadow: inset 0 205px 0 #ffb806;
}
@media (min-width: 1024px) {
  .section-disciplines {
    padding-top: 120px;
    padding-bottom: 120px;
    -webkit-box-shadow: inset 0 330px 0 #ffb806;
    box-shadow: inset 0 330px 0 #ffb806;
  }
}
.section-disciplines:before {
  content: "";
  width: 61px;
  height: 94px;
  display: none;
}
@media (min-width: 1024px) {
  .section-disciplines:before {
    position: absolute;
    top: 175px;
    bottom: 0;
    left: 0;
    display: block;
    background: 50% no-repeat;
    background-size: 61px 94px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    margin: auto;
    z-index: 0;
  }
}
.section-disciplines:after {
  content: "";
  width: 135px;
  height: 212px;
  display: none;
}
@media (min-width: 1024px) {
  .section-disciplines:after {
    position: absolute;
    top: 350px;
    right: 0;
    bottom: 0;
    display: block;
    background: 50% no-repeat;
    background-size: 135px 212px;
    margin: auto;
    z-index: 0;
  }
}
@media (min-width: 1024px) {
  .section-disciplines.load-bg:after,
  .section-disciplines.load-bg:before {
    background-image: url(./images/sections/section-samples/ico_circle-right-middle-white.svg);
  }
}
.disciplines {
  margin-left: -12px;
  margin-right: -12px;
  width: auto;
}
@media (min-width: 1024px) {
  .disciplines {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}
.disciplines__header {
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .disciplines__header {
    margin-bottom: 36px;
  }
}
@media (min-width: 1024px) {
  .disciplines__header-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1054.66667px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
.disciplines__subtitle {
  font-size: 16px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .disciplines__subtitle {
    width: 332px;
  }
}
.Disciplines {
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0 15px 40px rgba(16, 8, 3, 0.08);
  box-shadow: 0 15px 40px rgba(16, 8, 3, 0.08);
  border-radius: 4px;
  padding: 24px 12px 36px;
  z-index: 1;
}
@media (min-width: 480px) {
  .Disciplines {
    padding: 24px 24px 36px;
  }
}
@media (min-width: 1024px) {
  .Disciplines {
    padding: 24px 65.33333px;
  }
}
@media (min-width: 1200px) {
  .Disciplines {
    padding: 48px 118.66667px 54px;
  }
}
.Disciplines__tabs {
  position: absolute;
  background-color: #fff;
  border: 1px solid #acacac;
  border-top: 0;
  width: calc(100% - 24px);
  left: 12px;
  top: 82px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  z-index: 2;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  border-radius: 0 0 4px 4px;
}
@media (min-width: 768px) {
  .Disciplines__tabs {
    width: calc(100% - 48px);
    left: 24px;
  }
}
@media (min-width: 1024px) {
  .Disciplines__tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    border: 0;
    border-radius: 0;
    position: static;
    width: 100%;
    opacity: 1;
    visibility: visible;
  }
}
.Disciplines__tabs-item {
  position: relative;
  padding: 10px 10px 10px 60px;
  text-align: left;
  max-width: none;
  height: 60px;
  font-family: Bebas Neue, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 18px;
  font-weight: 400;
  color: #929292;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0;
  border-top: 1px solid #acacac;
}
@media (min-width: 1024px) {
  .Disciplines__tabs-item {
    display: block;
    width: 100%;
    max-width: 16.66667%;
    min-height: 45px;
    height: auto;
    text-align: center;
    cursor: pointer;
    padding: 70px 4px 12px;
    line-height: 140%;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    position: relative;
    background-color: transparent;
    border: 0;
  }
}
.Disciplines__tabs-item > * {
  pointer-events: none;
}
.Disciplines__tabs-item.is-active,
.Disciplines__tabs-item:active,
.Disciplines__tabs-item:hover {
  outline: none;
}
.Disciplines__tabs-item.is-active,
.Disciplines__tabs-item:hover {
  color: #100803;
}
.Disciplines__tabs-item:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
  display: none;
  background-color: #acacac;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
@media (min-width: 1024px) {
  .Disciplines__tabs-item:before {
    display: block;
  }
}
.Disciplines__tabs-item-img {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  display: block;
  width: 45px;
  height: 45px;
  margin: 0;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  -webkit-transform: translateX(6px) translateY(-50%) scale(0.75);
  transform: translateX(6px) translateY(-50%) scale(0.75);
}
@media (min-width: 1024px) {
  .Disciplines__tabs-item-img {
    top: 10px;
    margin: auto;
    -webkit-transform: none;
    transform: none;
  }
}
.Disciplines__tabs-item.is-active {
  display: none;
}
@media (min-width: 1024px) {
  .Disciplines__tabs-item.is-active {
    display: block;
  }
}
.Disciplines__tabs-item.is-active:before {
  background-color: #100803;
}
.Disciplines__tabs-label {
  background: #fff;
  border: 1px solid #acacac;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
  height: 60px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 30px 0 60px;
  font-family: Bebas Neue, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 18px;
  font-weight: 400;
  color: #100803;
}
@media (min-width: 1024px) {
  .Disciplines__tabs-label {
    display: none;
  }
}
.Disciplines__tabs-label:before {
  content: "";
  width: 0;
  height: 9px;
  position: absolute;
  right: 20px;
  pointer-events: none;
  border-color: #100803 transparent transparent;
  border-style: solid;
  border-width: 8px 6px 0;
  border-radius: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (min-width: 1024px) {
  .Disciplines__tabs-label:before {
    border-width: 9px 7px 0;
  }
}
.Disciplines__tabs-label.active {
  border-radius: 4px 4px 0 0;
  border-bottom-color: transparent;
}
.Disciplines__tabs-label .Disciplines__tabs-item-img {
  margin-left: 0;
  top: 50%;
  -webkit-transform: translateX(6px) translateY(-50%) scale(0.75);
  transform: translateX(6px) translateY(-50%) scale(0.75);
}
.Disciplines.open-select .Disciplines__tabs {
  opacity: 1;
  visibility: visible;
}
.Disciplines__content {
  padding: 0;
}
.Disciplines__list {
  margin: 24px 0;
}
@media (min-width: 768px) {
  .Disciplines__list {
    grid-column-gap: 118.66667px;
    -webkit-column-gap: 118.66667px;
    -moz-column-gap: 118.66667px;
    column-gap: 118.66667px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-rule: 1px solid #dedede;
    -moz-column-rule: 1px solid #dedede;
    column-rule: 1px solid #dedede;
    margin: 48px auto;
    max-width: 865.33333px;
  }
}
.Disciplines__list a {
  font-weight: 500;
}
.Disciplines__it-programming-web.load-bg {
  background-image: url(./images/pages/our-services/section-disciplines/ico_it-programming-web.svg);
}
.Disciplines__business-studies.load-bg {
  background-image: url(./images/pages/our-services/section-disciplines/ico_business-studies.svg);
}
.Disciplines__social-sciences.load-bg {
  background-image: url(./images/pages/our-services/section-disciplines/ico_social-sciences.svg);
}
.Disciplines__humanities.load-bg {
  background-image: url(./images/pages/our-services/section-disciplines/ico_humanities.svg);
}
.Disciplines__applied-professional-sciences.load-bg {
  background-image: url(./images/pages/our-services/section-disciplines/ico_applied-professional-sciences.svg);
}
.Disciplines__formal-sciences.load-bg {
  background-image: url(./images/pages/our-services/section-disciplines/ico_formal-sciences.svg);
}
.Disciplines__natural-sciences.load-bg {
  background-image: url(./images/pages/our-services/section-disciplines/ico_natural-sciences.svg);
}
.section-calc--our-services {
  padding-top: 0;
}
.section-calc--our-services:after,
.section-calc--our-services:before {
  display: none;
}
.section-testimonials--our-services:before {
  width: 174px;
  height: 268px;
}
@media (min-width: 1024px) {
  .section-testimonials--our-services:before {
    background-size: 174px 268px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    -webkit-filter: none;
    filter: none;
    opacity: 1;
  }
}
@media (min-width: 1024px) {
  .section-testimonials--our-services.load-bg:before {
    background-image: url(./images/sections/section-calc/ico_circle-right-top-big-gray.svg);
  }
}
.section-ourservices {
  position: relative;
  padding-top: 60px;
  padding-bottom: 230px;
  background-color: #f3f3f3;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 360px 282px;
}
@media (min-width: 1024px) {
  .section-ourservices {
    padding-top: 120px;
    padding-bottom: 120px;
    margin-bottom: 120px;
    background-size: 803px 529px;
  }
}
.section-ourservices:before {
  content: "";
  width: 88px;
  height: 140px;
  display: none;
}
@media (min-width: 1024px) {
  .section-ourservices:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    background: 50% no-repeat;
    background-size: 88px 140px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    margin: auto;
    z-index: 0;
  }
}
.section-ourservices:after {
  content: "";
  width: 400px;
  height: 300px;
  display: none;
}
@media (min-width: 1024px) {
  .section-ourservices:after {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    background: 50% no-repeat;
    background-size: 400px 300px;
    z-index: 0;
  }
}
.no-webp .section-ourservices.load-bg {
  background-image: url(./images/pages/our-services/img_ourservices-books-mobile.png);
}
.section-ourservices.load-bg {
  background-image: url(./images/pages/our-services/img_ourservices-books-mobile.webp);
}
@media (min-width: 480px) {
  .no-webp .section-ourservices.load-bg {
    background-image: url(./images/pages/our-services/img_ourservices-books.png);
  }
  .section-ourservices.load-bg {
    background-image: url(./images/pages/our-services/img_ourservices-books.webp);
  }
}
@media (min-width: 1024px) {
  .section-ourservices.load-bg:before {
    background-image: url(./images/sections/section-samples/ico_circle-right-middle-white.svg);
  }
}
@media (min-width: 1024px) {
  .section-ourservices.load-bg:after {
    background-image: url(./images/sections/section-samples/ico_circle-left-middle-white-small.svg);
  }
}
.ourservices__title {
  margin-bottom: 24px;
  line-height: 110%;
}
@media (min-width: 1024px) {
  .ourservices__title {
    line-height: 115%;
    margin-bottom: 40px;
  }
}
.ourservices__container {
  position: relative;
  max-width: 652px;
  z-index: 1;
}
@media (min-width: 480px) {
  .ourservices__container {
    margin-left: 24px;
  }
}
@media (min-width: 1200px) {
  .ourservices__container {
    margin-left: 118.66667px;
  }
}
.ourservices__container ul {
  margin: 16px 0 24px;
}
@media (min-width: 768px) {
  .ourservices__container ul {
    grid-column-gap: 2em;
    -webkit-column-gap: 2em;
    -moz-column-gap: 2em;
    column-gap: 2em;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    margin: 24px 0 48px;
  }
}
.ourservices__container p {
  line-height: 170%;
}
.ourservices__container .stem-with-calc__content p.stem__description,
.ourservices__container p.h3,
.stem-with-calc__content .ourservices__container p.stem__description {
  line-height: 140%;
}
.ourservices__container a {
  font-weight: 500;
}
