*,
: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,
h3 {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 500;
}
@media (min-width: 1024px) {
  .h3,
  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,
.testimonials-widget-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,
.testimonials-widget-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,
  .testimonials-widget-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;
}
.link,
.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;
}
.link:focus,
.link: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-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-calc--testimonials:after,
.section-calc--testimonials:before {
  display: none;
}
.section-calc--testimonials .calc {
  padding-top: 0;
}
@media (min-width: 768px) {
  .section-calc--testimonials .calc {
    padding-top: 60px;
  }
}
.section-testimonials-page {
  padding-top: 12px;
  padding-bottom: 45px;
  position: relative;
  z-index: 1;
  background-color: #f8f8f8;
  -webkit-box-shadow: inset 0 250px 0 #f3f3f3;
  box-shadow: inset 0 250px 0 #f3f3f3;
}
@media (min-width: 480px) {
  .section-testimonials-page {
    -webkit-box-shadow: inset 0 500px 0 #f3f3f3;
    box-shadow: inset 0 500px 0 #f3f3f3;
  }
}
@media (min-width: 1024px) {
  .section-testimonials-page {
    padding-top: 24px;
    padding-bottom: 120px;
  }
}
.section-testimonials-page:before {
  content: "";
  width: 96px;
  height: 184px;
  display: none;
}
@media (min-width: 1024px) {
  .section-testimonials-page:before {
    position: absolute;
    top: -40px;
    left: 0;
    display: block;
    background: url(/images/sections/section-samples/ico_circle-right-middle-white.svg)
      50% no-repeat;
    background-size: 96px 184px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    z-index: 0;
  }
}
.section-testimonials-page:after {
  content: "";
  width: 257px;
  height: 317px;
  display: none;
}
@media (min-width: 1024px) {
  .section-testimonials-page:after {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    background: url(/images/sections/section-samples/ico_circle-left-middle-white-small.svg)
      0 0 no-repeat;
    background-size: 400px 300px;
    z-index: 0;
  }
}
.section-testimonials-page .container {
  position: relative;
  margin: 0 auto;
  max-width: 1054.66667px;
  z-index: 1;
}
.section-testimonials-page .breadcrumbs {
  padding: 0;
}
.section-testimonials-page .breadcrumbs .wrap {
  margin: 0 0 36px;
}
@media (min-width: 1024px) {
  .section-testimonials-page .breadcrumbs .wrap {
    margin: 0 0 48px;
  }
}
.section-testimonials-page__title {
  line-height: 110%;
}
.section-testimonials-page__subtitle {
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 36px;
  max-width: 480px;
}
@media (min-width: 768px) {
  .section-testimonials-page__subtitle {
    margin: 0 0 60px;
  }
}
.section-testimonials-page__list .testimonial__item {
  max-width: 920px;
}
.section-testimonials-page__list .testimonial__body {
  max-width: 780px;
}
.testimonials-widget-loader {
  position: relative;
  left: 0;
  margin: auto;
}
.load-more-testimonials {
  display: block;
  opacity: 0;
  visibility: hidden;
  margin: 24px auto 0;
}
@media (min-width: 768px) {
  .load-more-testimonials {
    margin: 0;
  }
}
.load-more-testimonials.more-btn-show {
  opacity: 1;
  visibility: visible;
}
.load-more-testimonials.hidden {
  display: none;
}
